code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
@import url("http://fonts.cdnfonts.com/css/sf-pro-display");
@import url("http://fonts.cdnfonts.com/css/sf-mono");
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "SF Pro Display", sans-serif;
}
:root {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
margin: auto;
background-color: #121212;
}
.blurBody > *:not(#menuModal) {
-webkit-filter: blur(3px);
filter: blur(3px);
}
#intro {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%) scale(2, 2);
transform: translateX(-50%) translateY(-50%) scale(2, 2);
font-family: "SF Mono", monospace !important;
font-size: 1.5rem;
color: white;
opacity: 1;
border-right: 0.1em solid white;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-animation: blink-caret 0.7s step-end infinite;
animation: blink-caret 0.7s step-end infinite;
}
@-webkit-keyframes blink-caret {
0% {
border-right-color: transparent;
}
50% {
border-right-color: white;
}
}
@keyframes blink-caret {
0% {
border-right-color: transparent;
}
50% {
border-right-color: white;
}
}
#intro.top {
top: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
#intro.hide {
display: none;
}
#menuModal {
display: -ms-grid;
display: grid;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
opacity: 0;
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
grid-template-areas: "Welcome"
"Socials"
"Projects"
"About"
"Contact";
-ms-grid-rows: max-content max-content max-content max-content max-content;
grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
grid-template-rows: max-content max-content max-content max-content max-content;
background-color: black;
border: 1px solid gray;
border-radius: 5px;
color: #b7bfc7;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#menuModal::after, #menuModal::before {
bottom: 100%;
left: 90%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
#menuModal::after {
border-bottom-color: black;
border-width: 0.5rem;
margin-left: -0.5rem;
}
#menuModal::before {
border-bottom-color: gray;
border-width: 0.5625rem;
margin-left: -0.5625rem;
}
#menuModal div {
cursor: pointer;
padding: 0.5rem;
}
#menuModal div:first-of-type {
border-bottom: 1px solid gray;
}
#menuModal div:hover:not(:first-of-type) {
background-color: #121212;
color: white;
}
#wrapContent {
display: -ms-grid;
display: grid;
grid-template-areas: "top" "." "middle" "." "bottom";
-ms-grid-rows: max-content 1fr max-content 1fr max-content;
grid-template-rows: -webkit-max-content 1fr -webkit-max-content 1fr -webkit-max-content;
grid-template-rows: max-content 1fr max-content 1fr max-content;
padding: 1.5rem;
opacity: 0;
}
#wrapContent #top {
-ms-grid-row: 1;
-ms-grid-column: 1;
grid-area: top;
display: -ms-grid;
display: grid;
position: relative;
width: 100%;
-ms-grid-columns: max-content 1fr max-content;
grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
grid-template-columns: max-content 1fr max-content;
grid-template-areas: "logo . menu";
}
#wrapContent #top #headerLogo {
-ms-grid-row: 1;
-ms-grid-column: 1;
grid-area: logo;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
font-size: 1.5rem;
font-weight: 600;
color: white;
cursor: default;
}
#wrapContent #top #headerMenu {
position: relative;
-ms-grid-row: 1;
-ms-grid-column: 3;
grid-area: menu;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
color: white;
background-color: black;
padding: 0.5rem;
border-radius: 5px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
}
#wrapContent #top #headerMenu img {
width: 1rem;
vertical-align: middle;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
#wrapContent #middle {
-ms-grid-row: 3;
-ms-grid-column: 1;
grid-area: middle;
display: -ms-grid;
display: grid;
justify-items: center;
}
#wrapContent #middle h2 {
color: white;
font-size: 1.25rem;
font-weight: 500;
white-space: nowrap;
cursor: default;
}
#wrapContent #middle h2 span {
font-weight: 600;
-webkit-transition: -webkit-text-decoration 0.3s ease;
transition: -webkit-text-decoration 0.3s ease;
transition: text-decoration 0.3s ease;
transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
cursor: pointer;
}
#wrapContent #middle h2 #lang1 {
color: #dd4d27;
-webkit-text-decoration: underline rgba(221, 77, 39, 0) 0.1rem;
text-decoration: underline rgba(221, 77, 39, 0) 0.1rem;
}
#wrapContent #middle h2 #lang1:hover {
-webkit-text-decoration: underline #dd4d27 0.1rem;
text-decoration: underline #dd4d27 0.1rem;
}
#wrapContent #middle h2 #lang2 {
color: #777bb3;
-webkit-text-decoration: underline rgba(119, 123, 179, 0) 0.1rem;
text-decoration: underline rgba(119, 123, 179, 0) 0.1rem;
}
#wrapContent #middle h2 #lang2:hover {
-webkit-text-decoration: underline #777bb3 0.1rem;
text-decoration: underline #777bb3 0.1rem;
}
#wrapContent #middle h2 #lang3 {
color: #f8981c;
-webkit-text-decoration: underline rgba(248, 152, 28, 0) 0.1rem;
text-decoration: underline rgba(248, 152, 28, 0) 0.1rem;
}
#wrapContent #middle h2 #lang3:hover {
-webkit-text-decoration: underline #f8981c 0.1rem;
text-decoration: underline #f8981c 0.1rem;
}
#wrapContent #middle h2 #lang4 {
color: #c36291;
-webkit-text-decoration: underline rgba(195, 98, 145, 0) 0.1rem;
text-decoration: underline rgba(195, 98, 145, 0) 0.1rem;
}
#wrapContent #middle h2 #lang4:hover {
-webkit-text-decoration: underline #c36291 0.1rem;
text-decoration: underline #c36291 0.1rem;
}
#wrapContent #middle h2 #lang5 {
color: #646464;
-webkit-text-decoration: underline rgba(100, 100, 100, 0) 0.1rem;
text-decoration: underline rgba(100, 100, 100, 0) 0.1rem;
}
#wrapContent #middle h2 #lang5:hover {
-webkit-text-decoration: underline #646464 0.1rem;
text-decoration: underline #646464 0.1rem;
}
#wrapContent #middle h2 #lang6 {
color: #1da1f2;
-webkit-text-decoration: underline rgba(29, 161, 242, 0) 0.1rem;
text-decoration: underline rgba(29, 161, 242, 0) 0.1rem;
}
#wrapContent #middle h2 #lang6:hover {
-webkit-text-decoration: underline #1da1f2 0.1rem;
text-decoration: underline #1da1f2 0.1rem;
}
#wrapContent #bottom {
-ms-grid-row: 5;
-ms-grid-column: 1;
grid-area: bottom;
display: -ms-grid;
display: grid;
justify-items: center;
}
/*# sourceMappingURL=styles.css.map */ | test/css/styles.css | @import url("http://fonts.cdnfonts.com/css/sf-pro-display");
@import url("http://fonts.cdnfonts.com/css/sf-mono");
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "SF Pro Display", sans-serif;
}
:root {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
margin: auto;
background-color: #121212;
}
.blurBody > *:not(#menuModal) {
-webkit-filter: blur(3px);
filter: blur(3px);
}
#intro {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%) scale(2, 2);
transform: translateX(-50%) translateY(-50%) scale(2, 2);
font-family: "SF Mono", monospace !important;
font-size: 1.5rem;
color: white;
opacity: 1;
border-right: 0.1em solid white;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-animation: blink-caret 0.7s step-end infinite;
animation: blink-caret 0.7s step-end infinite;
}
@-webkit-keyframes blink-caret {
0% {
border-right-color: transparent;
}
50% {
border-right-color: white;
}
}
@keyframes blink-caret {
0% {
border-right-color: transparent;
}
50% {
border-right-color: white;
}
}
#intro.top {
top: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
#intro.hide {
display: none;
}
#menuModal {
display: -ms-grid;
display: grid;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
opacity: 0;
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
grid-template-areas: "Welcome"
"Socials"
"Projects"
"About"
"Contact";
-ms-grid-rows: max-content max-content max-content max-content max-content;
grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
grid-template-rows: max-content max-content max-content max-content max-content;
background-color: black;
border: 1px solid gray;
border-radius: 5px;
color: #b7bfc7;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#menuModal::after, #menuModal::before {
bottom: 100%;
left: 90%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
#menuModal::after {
border-bottom-color: black;
border-width: 0.5rem;
margin-left: -0.5rem;
}
#menuModal::before {
border-bottom-color: gray;
border-width: 0.5625rem;
margin-left: -0.5625rem;
}
#menuModal div {
cursor: pointer;
padding: 0.5rem;
}
#menuModal div:first-of-type {
border-bottom: 1px solid gray;
}
#menuModal div:hover:not(:first-of-type) {
background-color: #121212;
color: white;
}
#wrapContent {
display: -ms-grid;
display: grid;
grid-template-areas: "top" "." "middle" "." "bottom";
-ms-grid-rows: max-content 1fr max-content 1fr max-content;
grid-template-rows: -webkit-max-content 1fr -webkit-max-content 1fr -webkit-max-content;
grid-template-rows: max-content 1fr max-content 1fr max-content;
padding: 1.5rem;
opacity: 0;
}
#wrapContent #top {
-ms-grid-row: 1;
-ms-grid-column: 1;
grid-area: top;
display: -ms-grid;
display: grid;
position: relative;
width: 100%;
-ms-grid-columns: max-content 1fr max-content;
grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
grid-template-columns: max-content 1fr max-content;
grid-template-areas: "logo . menu";
}
#wrapContent #top #headerLogo {
-ms-grid-row: 1;
-ms-grid-column: 1;
grid-area: logo;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
font-size: 1.5rem;
font-weight: 600;
color: white;
cursor: default;
}
#wrapContent #top #headerMenu {
position: relative;
-ms-grid-row: 1;
-ms-grid-column: 3;
grid-area: menu;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
color: white;
background-color: black;
padding: 0.5rem;
border-radius: 5px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
}
#wrapContent #top #headerMenu img {
width: 1rem;
vertical-align: middle;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
#wrapContent #middle {
-ms-grid-row: 3;
-ms-grid-column: 1;
grid-area: middle;
display: -ms-grid;
display: grid;
justify-items: center;
}
#wrapContent #middle h2 {
color: white;
font-size: 1.25rem;
font-weight: 500;
white-space: nowrap;
cursor: default;
}
#wrapContent #middle h2 span {
font-weight: 600;
-webkit-transition: -webkit-text-decoration 0.3s ease;
transition: -webkit-text-decoration 0.3s ease;
transition: text-decoration 0.3s ease;
transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
cursor: pointer;
}
#wrapContent #middle h2 #lang1 {
color: #dd4d27;
-webkit-text-decoration: underline rgba(221, 77, 39, 0) 0.1rem;
text-decoration: underline rgba(221, 77, 39, 0) 0.1rem;
}
#wrapContent #middle h2 #lang1:hover {
-webkit-text-decoration: underline #dd4d27 0.1rem;
text-decoration: underline #dd4d27 0.1rem;
}
#wrapContent #middle h2 #lang2 {
color: #777bb3;
-webkit-text-decoration: underline rgba(119, 123, 179, 0) 0.1rem;
text-decoration: underline rgba(119, 123, 179, 0) 0.1rem;
}
#wrapContent #middle h2 #lang2:hover {
-webkit-text-decoration: underline #777bb3 0.1rem;
text-decoration: underline #777bb3 0.1rem;
}
#wrapContent #middle h2 #lang3 {
color: #f8981c;
-webkit-text-decoration: underline rgba(248, 152, 28, 0) 0.1rem;
text-decoration: underline rgba(248, 152, 28, 0) 0.1rem;
}
#wrapContent #middle h2 #lang3:hover {
-webkit-text-decoration: underline #f8981c 0.1rem;
text-decoration: underline #f8981c 0.1rem;
}
#wrapContent #middle h2 #lang4 {
color: #c36291;
-webkit-text-decoration: underline rgba(195, 98, 145, 0) 0.1rem;
text-decoration: underline rgba(195, 98, 145, 0) 0.1rem;
}
#wrapContent #middle h2 #lang4:hover {
-webkit-text-decoration: underline #c36291 0.1rem;
text-decoration: underline #c36291 0.1rem;
}
#wrapContent #middle h2 #lang5 {
color: #646464;
-webkit-text-decoration: underline rgba(100, 100, 100, 0) 0.1rem;
text-decoration: underline rgba(100, 100, 100, 0) 0.1rem;
}
#wrapContent #middle h2 #lang5:hover {
-webkit-text-decoration: underline #646464 0.1rem;
text-decoration: underline #646464 0.1rem;
}
#wrapContent #middle h2 #lang6 {
color: #1da1f2;
-webkit-text-decoration: underline rgba(29, 161, 242, 0) 0.1rem;
text-decoration: underline rgba(29, 161, 242, 0) 0.1rem;
}
#wrapContent #middle h2 #lang6:hover {
-webkit-text-decoration: underline #1da1f2 0.1rem;
text-decoration: underline #1da1f2 0.1rem;
}
#wrapContent #bottom {
-ms-grid-row: 5;
-ms-grid-column: 1;
grid-area: bottom;
display: -ms-grid;
display: grid;
justify-items: center;
}
/*# sourceMappingURL=styles.css.map */ | 0.283484 | 0.053354 |
@import url('https://rsms.me/inter/inter.css');
html, .ql-editor {
font-family: 'Inter', sans-serif;
}
.ql-container {
height: auto;
}
.ql-editor.ql-blank::before {
color: rgba(247,251,253,.33);
content: attr(data-placeholder);
font-style: normal;
left: 2px;
top: 4px;
position: absolute;
}
@supports (font-variation-settings: normal) {
html {
font-family: 'Inter var', sans-serif;
}
}
html, body {
height: 100vh;
box-sizing: border-box;
}
body {
display: flex;
margin: 0;
padding: 0;
font-size: 16px;
background-color: rgb(15,67,89);
width: 60vw;
margin-left: auto;
margin-right: auto;
}
.ql-editor, section {
color: rgb(247,251,253);
font-size: 16px;
padding: 0;
}
p {
font-size: 16px;
line-height: 32px;
}
#content {
font-size: 16px;
line-height: 32px;
}
#ai-content {
font-size: 16px;
line-height: 32px;
}
.contentholder {
flex-flow: row wrap;
}
section {
width: 100%;
max-width: 100%;
padding: 8em;
padding-top: 12em;
position: relative;
}
section + section {
border-left: 2px solid rgb(247,251,253);
}
.name {
color: #0F4359;
position: absolute;
top: 6em;
left: 8em;
font-weight: bold;
width: calc(100% - 16em);
}
#refresh {
fill: #0F4359;
}
.faded {
color: rgba(247,251,253, .33);
}
.actions {
display: flex;
flex-direction: row;
margin-top: calc(4em - 20px);
}
.actionPic {
padding-left: 6px;
}
.actionLabel {
font-size: 12px;
line-height: 14px;
font-weight: 500;
padding-left: 4px;
padding-right: 4px;
}
.button {
display: flex;
flex-direction: row;
align-items: center;
padding: 4px;
border-radius: 8px;
border: 2px solid rgb(247,251,253);
transition: 0.2s all;
margin-right: 16px;
margin-top: 8px;
margin-bottom: 8px;
cursor: default;
}
.button:hover {
margin-top: 6px;
margin-bottom: 10px;
box-shadow: 0px 8px 16px rgba(247,251,253, .33);
}
.hideButton {
display: none;
}
input {
width: 100%;
background: none;
border: none;
font-size: 32px;
font-family: 'Inter var', sans-serif;
color: rgb(247,251,253);
font-weight: 500;
}
input::placeholder {
color: rgb(247,251,253);
}
textarea:focus, input:focus{
outline: none;
} | static/stylesDark.css | @import url('https://rsms.me/inter/inter.css');
html, .ql-editor {
font-family: 'Inter', sans-serif;
}
.ql-container {
height: auto;
}
.ql-editor.ql-blank::before {
color: rgba(247,251,253,.33);
content: attr(data-placeholder);
font-style: normal;
left: 2px;
top: 4px;
position: absolute;
}
@supports (font-variation-settings: normal) {
html {
font-family: 'Inter var', sans-serif;
}
}
html, body {
height: 100vh;
box-sizing: border-box;
}
body {
display: flex;
margin: 0;
padding: 0;
font-size: 16px;
background-color: rgb(15,67,89);
width: 60vw;
margin-left: auto;
margin-right: auto;
}
.ql-editor, section {
color: rgb(247,251,253);
font-size: 16px;
padding: 0;
}
p {
font-size: 16px;
line-height: 32px;
}
#content {
font-size: 16px;
line-height: 32px;
}
#ai-content {
font-size: 16px;
line-height: 32px;
}
.contentholder {
flex-flow: row wrap;
}
section {
width: 100%;
max-width: 100%;
padding: 8em;
padding-top: 12em;
position: relative;
}
section + section {
border-left: 2px solid rgb(247,251,253);
}
.name {
color: #0F4359;
position: absolute;
top: 6em;
left: 8em;
font-weight: bold;
width: calc(100% - 16em);
}
#refresh {
fill: #0F4359;
}
.faded {
color: rgba(247,251,253, .33);
}
.actions {
display: flex;
flex-direction: row;
margin-top: calc(4em - 20px);
}
.actionPic {
padding-left: 6px;
}
.actionLabel {
font-size: 12px;
line-height: 14px;
font-weight: 500;
padding-left: 4px;
padding-right: 4px;
}
.button {
display: flex;
flex-direction: row;
align-items: center;
padding: 4px;
border-radius: 8px;
border: 2px solid rgb(247,251,253);
transition: 0.2s all;
margin-right: 16px;
margin-top: 8px;
margin-bottom: 8px;
cursor: default;
}
.button:hover {
margin-top: 6px;
margin-bottom: 10px;
box-shadow: 0px 8px 16px rgba(247,251,253, .33);
}
.hideButton {
display: none;
}
input {
width: 100%;
background: none;
border: none;
font-size: 32px;
font-family: 'Inter var', sans-serif;
color: rgb(247,251,253);
font-weight: 500;
}
input::placeholder {
color: rgb(247,251,253);
}
textarea:focus, input:focus{
outline: none;
} | 0.477311 | 0.113678 |
body {
color: rgba(255, 255, 255, .8);
background-image: url("https://i.imgur.com/bRpIM.jpg");
}
div.content {
padding: 1rem;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
border-radius: .5rem;
}
.bg-inverse {
background-color: rgba(41, 43, 44, .9) !important;
}
*[ng-click] {
cursor: pointer;
}
section.mail-list {
padding: 0;
list-style: none;
}
section.mail-list button.new-mail {
position: absolute;
top: 1rem;
right: 1rem;
opacity: .2;
}
section.mail-list button.new-mail:hover {
opacity: 1;
}
section.mail-list article.mail-list-item {
padding: .2rem;
}
section.mail-list article.mail-list-item:hover {
border-bottom: 1px dashed rgba(255, 255, 255, .5);
}
section.mail-list article.mail-list-item.read {
color: rgba(255, 255, 255, .6);
}
section.mail-list article.mail-list-item.not-read {
font-weight: bold;
}
section.mail-list article.mail-list-item .fa {
padding: .2rem;
}
section.mail-list article.mail-list-item .controls {
transition: opacity .25s ease-in-out;
opacity: 0;
}
section.mail-list article.mail-list-item:hover .controls {
opacity: 1;
}
section.mail-list article.mail-list-item section.mail-content {
padding: 1rem;
margin: 1rem 0;
font-weight: normal;
color: rgba(255, 255, 255, .8);
background-color: rgba(255, 255, 255, .1);
}
tooltip:hover {
opacity: .7;
}
.mail-body a:link {
color: rgba(220, 180, 0, 1.0);
}
.mail-body a:active,
.mail-body a:hover,
.mail-body a:visited {
text-decoration: none;
color: rgba(220, 180, 0, .6);
}
.missing-link {
color: rgba(220, 50, 0, 1.0);
}
.missing-link:hover {
color: rgba(220, 50, 0, .6);
}
#newMailModal .modal-content {
background-color: rgba(50, 50, 50, .8);
}
#newMailModal .modal-content > * {
border-color: rgba(80, 80, 80, .8);
}
#newMailModal ul.recipient-list {
padding: 0;
margin: 0;
list-style: none;
}
#newMailModal ul.recipient-list li {
display: inline-block;
padding-right: .5rem;
line-height: 2.25rem;
}
#newMailModal ul.recipient-list li > button {
height: 29px;
}
form > div:last-of-type {
margin-bottom: 0;
}
[ng-quill-editor] {
display: block;
} | style.css | body {
color: rgba(255, 255, 255, .8);
background-image: url("https://i.imgur.com/bRpIM.jpg");
}
div.content {
padding: 1rem;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
border-radius: .5rem;
}
.bg-inverse {
background-color: rgba(41, 43, 44, .9) !important;
}
*[ng-click] {
cursor: pointer;
}
section.mail-list {
padding: 0;
list-style: none;
}
section.mail-list button.new-mail {
position: absolute;
top: 1rem;
right: 1rem;
opacity: .2;
}
section.mail-list button.new-mail:hover {
opacity: 1;
}
section.mail-list article.mail-list-item {
padding: .2rem;
}
section.mail-list article.mail-list-item:hover {
border-bottom: 1px dashed rgba(255, 255, 255, .5);
}
section.mail-list article.mail-list-item.read {
color: rgba(255, 255, 255, .6);
}
section.mail-list article.mail-list-item.not-read {
font-weight: bold;
}
section.mail-list article.mail-list-item .fa {
padding: .2rem;
}
section.mail-list article.mail-list-item .controls {
transition: opacity .25s ease-in-out;
opacity: 0;
}
section.mail-list article.mail-list-item:hover .controls {
opacity: 1;
}
section.mail-list article.mail-list-item section.mail-content {
padding: 1rem;
margin: 1rem 0;
font-weight: normal;
color: rgba(255, 255, 255, .8);
background-color: rgba(255, 255, 255, .1);
}
tooltip:hover {
opacity: .7;
}
.mail-body a:link {
color: rgba(220, 180, 0, 1.0);
}
.mail-body a:active,
.mail-body a:hover,
.mail-body a:visited {
text-decoration: none;
color: rgba(220, 180, 0, .6);
}
.missing-link {
color: rgba(220, 50, 0, 1.0);
}
.missing-link:hover {
color: rgba(220, 50, 0, .6);
}
#newMailModal .modal-content {
background-color: rgba(50, 50, 50, .8);
}
#newMailModal .modal-content > * {
border-color: rgba(80, 80, 80, .8);
}
#newMailModal ul.recipient-list {
padding: 0;
margin: 0;
list-style: none;
}
#newMailModal ul.recipient-list li {
display: inline-block;
padding-right: .5rem;
line-height: 2.25rem;
}
#newMailModal ul.recipient-list li > button {
height: 29px;
}
form > div:last-of-type {
margin-bottom: 0;
}
[ng-quill-editor] {
display: block;
} | 0.538741 | 0.108519 |
.red.darken-3
{
background-color: #C62828 !important
}
.red-text.text-darken-3
{
color: #C62828 !important
}
.red.darken-4
{
background-color: #B71C1C !important
}
.red-text.text-darken-4
{
color: #B71C1C !important
}
.red.accent-1
{
background-color: #FF8A80 !important
}
.red-text.text-accent-1
{
color: #FF8A80 !important
}
.red.accent-2
{
background-color: #FF5252 !important
}
.red-text.text-accent-2
{
color: #FF5252 !important
}
.red.accent-3
{
background-color: #FF1744 !important
}
.red-text.text-accent-3
{
color: #FF1744 !important
}
.red.accent-4
{
background-color: #D50000 !important
}
.red-text.text-accent-4
{
color: #D50000 !important
}
.pink.lighten-5
{
background-color: #fce4ec !important
}
.pink-text.text-lighten-5
{
color: #fce4ec !important
}
.pink.lighten-4
{
background-color: #f8bbd0 !important
}
.pink-text.text-lighten-4
{
color: #f8bbd0 !important
}
.pink.lighten-3
{
background-color: #f48fb1 !important
}
.pink-text.text-lighten-3
{
color: #f48fb1 !important
}
.pink.lighten-2
{
background-color: #f06292 !important
}
.pink-text.text-lighten-2
{
color: #f06292 !important
}
.pink.lighten-1
{
background-color: #ec407a !important
}
.pink-text.text-lighten-1
{
color: #ec407a !important
}
.pink
{
background-color: #e91e63 !important
}
.pink-text
{
color: #e91e63 !important
}
.pink.darken-1
{
background-color: #d81b60 !important
}
.pink-text.text-darken-1
{
color: #d81b60 !important
}
.pink.darken-2
{
background-color: #c2185b !important
}
.pink-text.text-darken-2
{
color: #c2185b !important
}
.pink.darken-3
{
background-color: #ad1457 !important
}
.pink-text.text-darken-3
{
color: #ad1457 !important
}
.pink.darken-4
{
background-color: #880e4f !important
}
.pink-text.text-darken-4
{
color: #880e4f !important
}
.pink.accent-1
{
background-color: #ff80ab !important
}
.pink-text.text-accent-1
{
color: #ff80ab !important
}
.pink.accent-2
{
background-color: #ff4081 !important
}
.pink-text.text-accent-2
{
color: #ff4081 !important
}
.pink.accent-3
{
background-color: #f50057 !important
}
.pink-text.text-accent-3
{
color: #f50057 !important
}
.pink.accent-4
{
background-color: #c51162 !important
}
.pink-text.text-accent-4
{
color: #c51162 !important
}
.purple.lighten-5
{
background-color: #f3e5f5 !important
}
.purple-text.text-lighten-5
{
color: #f3e5f5 !important
}
.purple.lighten-4
{
background-color: #e1bee7 !important
}
.purple-text.text-lighten-4
{
color: #e1bee7 !important
}
.purple.lighten-3
{
background-color: #ce93d8 !important
}
.purple-text.text-lighten-3
{
color: #ce93d8 !important
}
.purple.lighten-2
{
background-color: #ba68c8 !important
}
.purple-text.text-lighten-2
{
color: #ba68c8 !important
}
.purple.lighten-1
{
background-color: #ab47bc !important
}
.purple-text.text-lighten-1
{
color: #ab47bc !important
}
.purple
{
background-color: #9c27b0 !important
}
.purple-text
{
color: #9c27b0 !important
}
.purple.darken-1
{
background-color: #8e24aa !important
}
.purple-text.text-darken-1
{
color: #8e24aa !important
}
.purple.darken-2
{
background-color: #7b1fa2 !important
}
.purple-text.text-darken-2
{
color: #7b1fa2 !important
}
.purple.darken-3
{
background-color: #6a1b9a !important
}
.purple-text.text-darken-3
{
color: #6a1b9a !important
}
.purple.darken-4
{
background-color: #4a148c !important
}
.purple-text.text-darken-4
{
color: #4a148c !important
}
.purple.accent-1
{
background-color: #ea80fc !important
}
.purple-text.text-accent-1
{
color: #ea80fc !important
}
.purple.accent-2
{
background-color: #e040fb !important
}
.purple-text.text-accent-2
{
color: #e040fb !important
}
.purple.accent-3
{
background-color: #d500f9 !important
}
.purple-text.text-accent-3
{
color: #d500f9 !important
}
.purple.accent-4
{
background-color: #a0f !important
}
.purple-text.text-accent-4
{
color: #a0f !important
}
.deep-purple.lighten-5
{
background-color: #ede7f6 !important
}
.deep-purple-text.text-lighten-5
{
color: #ede7f6 !important
}
.deep-purple.lighten-4
{
background-color: #d1c4e9 !important
}
.deep-purple-text.text-lighten-4
{
color: #d1c4e9 !important
}
.deep-purple.lighten-3
{
background-color: #b39ddb !important
}
.deep-purple-text.text-lighten-3
{
color: #b39ddb !important
}
.deep-purple.lighten-2
{
background-color: #9575cd !important
}
.deep-purple-text.text-lighten-2
{
color: #9575cd !important
}
.deep-purple.lighten-1
{
background-color: #7e57c2 !important
}
.deep-purple-text.text-lighten-1
{
color: #7e57c2 !important
}
.deep-purple
{
background-color: #673ab7 !important
}
.deep-purple-text
{
color: #673ab7 !important
}
.deep-purple.darken-1
{
background-color: #5e35b1 !important
}
.deep-purple-text.text-darken-1
{
color: #5e35b1 !important
}
.deep-purple.darken-2
{
background-color: #512da8 !important
}
.deep-purple-text.text-darken-2
{
color: #512da8 !important
}
.deep-purple.darken-3
{
background-color: #4527a0 !important
}
.deep-purple-text.text-darken-3
{
color: #4527a0 !important
}
.deep-purple.darken-4
{
background-color: #311b92 !important
}
.deep-purple-text.text-darken-4
{
color: #311b92 !important
}
.deep-purple.accent-1
{
background-color: #b388ff !important
}
.deep-purple-text.text-accent-1
{
color: #b388ff !important
}
.deep-purple.accent-2
{
background-color: #7c4dff !important
}
.deep-purple-text.text-accent-2
{
color: #7c4dff !important
}
.deep-purple.accent-3
{
background-color: #651fff !important
}
.deep-purple-text.text-accent-3
{
color: #651fff !important
}
.deep-purple.accent-4
{
background-color: #6200ea !important
}
.deep-purple-text.text-accent-4
{
color: #6200ea !important
}
.indigo.lighten-5
{
background-color: #e8eaf6 !important
}
.indigo-text.text-lighten-5
{
color: #e8eaf6 !important
}
.indigo.lighten-4
{
background-color: #c5cae9 !important
}
.indigo-text.text-lighten-4
{
color: #c5cae9 !important
}
.indigo.lighten-3
{
background-color: #9fa8da !important
}
.indigo-text.text-lighten-3
{
color: #9fa8da !important
}
.indigo.lighten-2
{
background-color: #7986cb !important
}
.indigo-text.text-lighten-2
{
color: #7986cb !important
}
.indigo.lighten-1
{
background-color: #5c6bc0 !important
}
.indigo-text.text-lighten-1
{
color: #5c6bc0 !important
}
.indigo
{
background-color: #3f51b5 !important
}
.indigo-text
{
color: #3f51b5 !important
}
.indigo.darken-1
{
background-color: #3949ab !important
}
.indigo-text.text-darken-1
{
color: #3949ab !important
}
.indigo.darken-2
{
background-color: #303f9f !important
}
.indigo-text.text-darken-2
{
color: #303f9f !important
}
.indigo.darken-3
{
background-color: #283593 !important
}
.indigo-text.text-darken-3
{
color: #283593 !important
}
.indigo.darken-4
{
background-color: #1a237e !important
}
.indigo-text.text-darken-4
{
color: #1a237e !important
}
.indigo.accent-1
{
background-color: #8c9eff !important
}
.indigo-text.text-accent-1
{
color: #8c9eff !important
}
.indigo.accent-2
{
background-color: #536dfe !important
}
.indigo-text.text-accent-2
{
color: #536dfe !important
}
.indigo.accent-3
{
background-color: #3d5afe !important
}
.indigo-text.text-accent-3
{
color: #3d5afe !important
}
.indigo.accent-4
{
background-color: #304ffe !important
}
.indigo-text.text-accent-4
{
color: #304ffe !important
}
.blue.lighten-5
{
background-color: #E3F2FD !important
}
.blue-text.text-lighten-5
{
color: #E3F2FD !important
}
.blue.lighten-4
{
background-color: #BBDEFB !important
}
.blue-text.text-lighten-4
{
color: #BBDEFB !important
}
.blue.lighten-3
{
background-color: #90CAF9 !important
}
.blue-text.text-lighten-3
{
color: #90CAF9 !important
}
.blue.lighten-2
{
background-color: #64B5F6 !important
}
.blue-text.text-lighten-2
{
color: #64B5F6 !important
}
.blue.lighten-1
{
background-color: #42A5F5 !important
}
.blue-text.text-lighten-1
{
color: #42A5F5 !important
}
.blue
{
background-color: #2196F3 !important
}
.blue-text
{
color: #2196F3 !important
}
.blue.darken-1
{
background-color: #1E88E5 !important
}
.blue-text.text-darken-1
{
color: #1E88E5 !important
}
.blue.darken-2
{
background-color: #1976D2 !important
}
.blue-text.text-darken-2
{
color: #1976D2 !important
}
.blue.darken-3
{
background-color: #1565C0 !important
}
.blue-text.text-darken-3
{
color: #1565C0 !important
}
.blue.darken-4
{
background-color: #0D47A1 !important
}
.blue-text.text-darken-4
{
color: #0D47A1 !important
}
.blue.accent-1
{
background-color: #82B1FF !important
}
.blue-text.text-accent-1
{
color: #82B1FF !important
}
.blue.accent-2
{
background-color: #448AFF !important
}
.blue-text.text-accent-2
{
color: #448AFF !important
}
.blue.accent-3
{
background-color: #2979FF !important
}
.blue-text.text-accent-3
{
color: #2979FF !important
}
.blue.accent-4
{
background-color: #2962FF !important
}
.blue-text.text-accent-4
{
color: #2962FF !important
}
.light-blue.lighten-5
{
background-color: #e1f5fe !important
}
.light-blue-text.text-lighten-5
{
color: #e1f5fe !important
}
.light-blue.lighten-4
{
background-color: #b3e5fc !important
}
.light-blue-text.text-lighten-4
{
color: #b3e5fc !important
}
.light-blue.lighten-3
{
background-color: #81d4fa !important
}
.light-blue-text.text-lighten-3
{
color: #81d4fa !important
}
.light-blue.lighten-2
{
background-color: #4fc3f7 !important
}
.light-blue-text.text-lighten-2
{
color: #4fc3f7 !important
}
.light-blue.lighten-1
{
background-color: #29b6f6 !important
}
.light-blue-text.text-lighten-1
{
color: #29b6f6 !important
}
.light-blue
{
background-color: #03a9f4 !important
}
.light-blue-text
{
color: #03a9f4 !important
}
.light-blue.darken-1
{
background-color: #039be5 !important
}
.light-blue-text.text-darken-1
{
color: #039be5 !important
}
.light-blue.darken-2
{
background-color: #0288d1 !important
}
.light-blue-text.text-darken-2
{
color: #0288d1 !important
}
.light-blue.darken-3
{
background-color: #0277bd !important
}
.light-blue-text.text-darken-3
{
color: #0277bd !important
}
.light-blue.darken-4
{
background-color: #01579b !important
}
.light-blue-text.text-darken-4
{
color: #01579b !important
}
.light-blue.accent-1
{
background-color: #80d8ff !important
}
.light-blue-text.text-accent-1
{
color: #80d8ff !important
}
.light-blue.accent-2
{
background-color: #40c4ff !important
}
.light-blue-text.text-accent-2
{
color: #40c4ff !important
}
.light-blue.accent-3
{
background-color: #00b0ff !important
}
.light-blue-text.text-accent-3
{
color: #00b0ff !important
}
.light-blue.accent-4
{
background-color: #0091ea !important
}
.light-blue-text.text-accent-4
{
color: #0091ea !important
}
.cyan.lighten-5
{
background-color: #e0f7fa !important
}
.cyan-text.text-lighten-5
{
color: #e0f7fa !important
}
.cyan.lighten-4
{
background-color: #b2ebf2 !important
}
.cyan-text.text-lighten-4
{
color: #b2ebf2 !important
}
.cyan.lighten-3
{
background-color: #80deea !important
}
.cyan-text.text-lighten-3
{
color: #80deea !important
}
.cyan.lighten-2
{
background-color: #4dd0e1 !important
}
.cyan-text.text-lighten-2
{
color: #4dd0e1 !important
}
.cyan.lighten-1
{
background-color: #26c6da !important
}
.cyan-text.text-lighten-1
{
color: #26c6da !important
}
.cyan
{
background-color: #00bcd4 !important
}
.cyan-text
{
color: #00bcd4 !important
}
.cyan.darken-1
{
background-color: #00acc1 !important
}
.cyan-text.text-darken-1
{
color: #00acc1 !important
}
.cyan.darken-2
{
background-color: #0097a7 !important
}
.cyan-text.text-darken-2
{
color: #0097a7 !important
}
.cyan.darken-3
{
background-color: #00838f !important
}
.cyan-text.text-darken-3
{
color: #00838f !important
}
.cyan.darken-4
{
background-color: #006064 !important
}
.cyan-text.text-darken-4
{
color: #006064 !important
}
.cyan.accent-1
{
background-color: #84ffff !important
}
.cyan-text.text-accent-1
{
color: #84ffff !important
}
.cyan.accent-2
{
background-color: #18ffff !important
}
.cyan-text.text-accent-2
{
color: #18ffff !important
}
.cyan.accent-3
{
background-color: #00e5ff !important
}
.cyan-text.text-accent-3
{
color: #00e5ff !important
}
.cyan.accent-4
{
background-color: #00b8d4 !important
}
.cyan-text.text-accent-4
{
color: #00b8d4 !important
}
.teal.lighten-5
{
background-color: #e0f2f1 !important
}
.teal-text.text-lighten-5
{
color: #e0f2f1 !important
}
.teal.lighten-4
{
background-color: #b2dfdb !important
}
.teal-text.text-lighten-4
{
color: #b2dfdb !important
}
.teal.lighten-3
{
background-color: #80cbc4 !important
}
.teal-text.text-lighten-3
{
color: #80cbc4 !important
}
.teal.lighten-2
{
background-color: #4db6ac !important
}
.teal-text.text-lighten-2
{
color: #4db6ac !important
}
.teal.lighten-1
{
background-color: #26a69a !important
}
.teal-text.text-lighten-1
{
color: #26a69a !important
}
.teal
{
background-color: #009688 !important
}
.teal-text
{
color: #009688 !important
}
.teal.darken-1
{
background-color: #00897b !important
}
.teal-text.text-darken-1
{
color: #00897b !important
}
.teal.darken-2
{
background-color: #00796b !important
}
.teal-text.text-darken-2
{
color: #00796b !important
}
.teal.darken-3
{
background-color: #00695c !important
}
.teal-text.text-darken-3
{
color: #00695c !important
}
.teal.darken-4
{
background-color: #004d40 !important
}
.teal-text.text-darken-4
{
color: #004d40 !important
}
.teal.accent-1
{
background-color: #a7ffeb !important
}
.teal-text.text-accent-1
{
color: #a7ffeb !important
}
.teal.accent-2
{
background-color: #64ffda !important
}
.teal-text.text-accent-2
{
color: #64ffda !important
}
.teal.accent-3
{
background-color: #1de9b6 !important
}
.teal-text.text-accent-3
{
color: #1de9b6 !important
}
.teal.accent-4
{
background-color: #00bfa5 !important
}
.teal-text.text-accent-4
{
color: #00bfa5 !important
}
.green.lighten-5
{
background-color: #E8F5E9 !important
}
.green-text.text-lighten-5
{
color: #E8F5E9 !important
}
.green.lighten-4
{
background-color: #C8E6C9 !important
}
.green-text.text-lighten-4
{
color: #C8E6C9 !important
}
.green.lighten-3
{
background-color: #A5D6A7 !important
}
.green-text.text-lighten-3
{
color: #A5D6A7 !important
}
.green.lighten-2
{
background-color: #81C784 !important
}
.green-text.text-lighten-2
{
color: #81C784 !important
}
.green.lighten-1
{
background-color: #66BB6A !important
}
.green-text.text-lighten-1
{
color: #66BB6A !important
}
.green
{
background-color: #4CAF50 !important
}
.green-text
{
color: #4CAF50 !important
}
.green.darken-1
{
background-color: #43A047 !important
}
.green-text.text-darken-1
{
color: #43A047 !important
}
.green.darken-2
{
background-color: #388E3C !important
}
.green-text.text-darken-2
{
color: #388E3C !important
}
.green.darken-3
{
background-color: #2E7D32 !important
}
.green-text.text-darken-3
{
color: #2E7D32 !important
}
.green.darken-4
{
background-color: #1B5E20 !important
}
.green-text.text-darken-4
{
color: #1B5E20 !important
}
.green.accent-1
{
background-color: #B9F6CA !important
}
.green-text.text-accent-1
{
color: #B9F6CA !important
}
.green.accent-2
{
background-color: #69F0AE !important
}
.green-text.text-accent-2
{
color: #69F0AE !important
}
.green.accent-3
{
background-color: #00E676 !important
}
.green-text.text-accent-3
{
color: #00E676 !important
}
.green.accent-4
{
background-color: #00C853 !important
}
.green-text.text-accent-4
{
color: #00C853 !important
}
.light-green.lighten-5
{
background-color: #f1f8e9 !important
}
.light-green-text.text-lighten-5
{
color: #f1f8e9 !important
}
.light-green.lighten-4
{
background-color: #dcedc8 !important
}
.light-green-text.text-lighten-4
{
color: #dcedc8 !important
}
.light-green.lighten-3
{
background-color: #c5e1a5 !important
}
.light-green-text.text-lighten-3
{
color: #c5e1a5 !important
}
.light-green.lighten-2
{
background-color: #aed581 !important
}
.light-green-text.text-lighten-2
{
color: #aed581 !important
}
.light-green.lighten-1
{
background-color: #9ccc65 !important
}
.light-green-text.text-lighten-1
{
color: #9ccc65 !important
}
.light-green
{
background-color: #8bc34a !important
}
.light-green-text
{
color: #8bc34a !important
}
.light-green.darken-1
{
background-color: #7cb342 !important
}
.light-green-text.text-darken-1
{
color: #7cb342 !important
}
.light-green.darken-2
{
background-color: #689f38 !important
}
.light-green-text.text-darken-2
{
color: #689f38 !important
}
.light-green.darken-3
{
background-color: #558b2f !important
}
.light-green-text.text-darken-3
{
color: #558b2f !important
}
.light-green.darken-4
{
background-color: #33691e !important
}
.light-green-text.text-darken-4
{
color: #33691e !important
}
.light-green.accent-1
{
background-color: #ccff90 !important
}
.light-green-text.text-accent-1
{
color: #ccff90 !important
}
.light-green.accent-2
{
background-color: #b2ff59 !important
}
.light-green-text.text-accent-2
{
color: #b2ff59 !important
}
.light-green.accent-3
{
background-color: #76ff03 !important
}
.light-green-text.text-accent-3
{
color: #76ff03 !important
}
.light-green.accent-4
{
background-color: #64dd17 !important
}
.light-green-text.text-accent-4
{
color: #64dd17 !important
}
.lime.lighten-5
{
background-color: #f9fbe7 !important
}
.lime-text.text-lighten-5
{
color: #f9fbe7 !important
}
.lime.lighten-4
{
background-color: #f0f4c3 !important
}
.lime-text.text-lighten-4
{
color: #f0f4c3 !important
}
.lime.lighten-3
{
background-color: #e6ee9c !important
}
.lime-text.text-lighten-3
{
color: #e6ee9c !important
}
.lime.lighten-2
{
background-color: #dce775 !important
}
.lime-text.text-lighten-2
{
color: #dce775 !important
}
.lime.lighten-1
{
background-color: #d4e157 !important
}
.lime-text.text-lighten-1
{
color: #d4e157 !important
}
.lime
{
background-color: #cddc39 !important
}
.lime-text
{
color: #cddc39 !important
}
.lime.darken-1
{
background-color: #c0ca33 !important
}
.lime-text.text-darken-1
{
color: #c0ca33 !important
}
.lime.darken-2
{
background-color: #afb42b !important
}
.lime-text.text-darken-2
{
color: #afb42b !important
}
.lime.darken-3
{
background-color: #9e9d24 !important
}
.lime-text.text-darken-3
{
color: #9e9d24 !important
}
.lime.darken-4
{
background-color: #827717 !important
}
.lime-text.text-darken-4
{
color: #827717 !important
}
.lime.accent-1
{
background-color: #f4ff81 !important
}
.lime-text.text-accent-1
{
color: #f4ff81 !important
}
.lime.accent-2
{
background-color: #eeff41 !important
}
.lime-text.text-accent-2
{
color: #eeff41 !important
}
.lime.accent-3
{
background-color: #c6ff00 !important
}
.lime-text.text-accent-3
{
color: #c6ff00 !important
}
.lime.accent-4
{
background-color: #aeea00 !important
}
.lime-text.text-accent-4
{
color: #aeea00 !important
}
.yellow.lighten-5
{
background-color: #fffde7 !important
}
.yellow-text.text-lighten-5
{
color: #fffde7 !important
}
.yellow.lighten-4
{
background-color: #fff9c4 !important
}
.yellow-text.text-lighten-4
{
color: #fff9c4 !important
}
.yellow.lighten-3
{
background-color: #fff59d !important
}
.yellow-text.text-lighten-3
{
color: #fff59d !important
}
.yellow.lighten-2
{
background-color: #fff176 !important
}
.yellow-text.text-lighten-2
{
color: #fff176 !important
}
.yellow.lighten-1
{
background-color: #ffee58 !important
}
.yellow-text.text-lighten-1
{
color: #ffee58 !important
}
.yellow
{
background-color: #ffeb3b !important
}
.yellow-text
{
color: #ffeb3b !important
}
.yellow.darken-1
{
background-color: #fdd835 !important
}
.yellow-text.text-darken-1
{
color: #fdd835 !important
}
.yellow.darken-2
{
background-color: #fbc02d !important
}
.yellow-text.text-darken-2
{
color: #fbc02d !important
}
.yellow.darken-3
{
background-color: #f9a825 !important
}
.yellow-text.text-darken-3
{
color: #f9a825 !important
}
.yellow.darken-4
{
background-color: #f57f17 !important
}
.yellow-text.text-darken-4
{
color: #f57f17 !important
}
.yellow.accent-1
{
background-color: #ffff8d !important
}
.yellow-text.text-accent-1
{
color: #ffff8d !important
}
.yellow.accent-2
{
background-color: #ff0 !important
}
.yellow-text.text-accent-2
{
color: #ff0 !important
}
.yellow.accent-3
{
background-color: #ffea00 !important
}
.yellow-text.text-accent-3
{
color: #ffea00 !important
}
.yellow.accent-4
{
background-color: #ffd600 !important
}
.yellow-text.text-accent-4
{
color: #ffd600 !important
}
.amber.lighten-5
{
background-color: #fff8e1 !important
}
.amber-text.text-lighten-5
{
color: #fff8e1 !important
}
.amber.lighten-4
{
background-color: #ffecb3 !important
}
.amber-text.text-lighten-4
{
color: #ffecb3 !important
}
.amber.lighten-3
{
background-color: #ffe082 !important
}
.amber-text.text-lighten-3
{
color: #ffe082 !important
}
.amber.lighten-2
{
background-color: #ffd54f !important
}
.amber-text.text-lighten-2
{
color: #ffd54f !important
}
.amber.lighten-1
{
background-color: #ffca28 !important
}
.amber-text.text-lighten-1
{
color: #ffca28 !important
}
.amber
{
background-color: #ffc107 !important
}
.amber-text
{
color: #ffc107 !important
}
.amber.darken-1
{
background-color: #ffb300 !important
}
.amber-text.text-darken-1
{
color: #ffb300 !important
}
.amber.darken-2
{
background-color: #ffa000 !important
}
.amber-text.text-darken-2
{
color: #ffa000 !important
}
.amber.darken-3
{
background-color: #ff8f00 !important
}
.amber-text.text-darken-3
{
color: #ff8f00 !important
}
.amber.darken-4
{
background-color: #ff6f00 !important
}
.amber-text.text-darken-4
{
color: #ff6f00 !important
}
.amber.accent-1
{
background-color: #ffe57f !important
}
.amber-text.text-accent-1
{
color: #ffe57f !important
}
.amber.accent-2
{
background-color: #ffd740 !important
}
.amber-text.text-accent-2
{
color: #ffd740 !important
}
.amber.accent-3
{
background-color: #ffc400 !important
}
.amber-text.text-accent-3
{
color: #ffc400 !important
}
.amber.accent-4
{
background-color: #ffab00 !important
}
.amber-text.text-accent-4
{
color: #ffab00 !important
}
.orange.lighten-5
{
background-color: #fff3e0 !important
}
.orange-text.text-lighten-5
{
color: #fff3e0 !important
}
.orange.lighten-4
{
background-color: #ffe0b2 !important
}
.orange-text.text-lighten-4
{
color: #ffe0b2 !important
}
.orange.lighten-3
{
background-color: #ffcc80 !important
}
.orange-text.text-lighten-3
{
color: #ffcc80 !important
}
.orange.lighten-2
{
background-color: #ffb74d !important
}
.orange-text.text-lighten-2
{
color: #ffb74d !important
}
.orange.lighten-1
{
background-color: #ffa726 !important
}
.orange-text.text-lighten-1
{
color: #ffa726 !important
}
.orange
{
background-color: #ff9800 !important
}
.orange-text
{
color: #ff9800 !important
}
.orange.darken-1
{
background-color: #fb8c00 !important
}
.orange-text.text-darken-1
{
color: #fb8c00 !important
}
.orange.darken-2
{
background-color: #f57c00 !important
}
.orange-text.text-darken-2
{
color: #f57c00 !important
}
.orange.darken-3
{
background-color: #ef6c00 !important
}
.orange-text.text-darken-3
{
color: #ef6c00 !important
}
.orange.darken-4
{
background-color: #e65100 !important
}
.orange-text.text-darken-4
{
color: #e65100 !important
}
.orange.accent-1
{
background-color: #ffd180 !important
}
.orange-text.text-accent-1
{
color: #ffd180 !important
}
.orange.accent-2
{
background-color: #ffab40 !important
}
.orange-text.text-accent-2
{
color: #ffab40 !important
}
.orange.accent-3
{
background-color: #ff9100 !important
}
.orange-text.text-accent-3
{
color: #ff9100 !important
}
.orange.accent-4
{
background-color: #ff6d00 !important
}
.orange-text.text-accent-4
{
color: #ff6d00 !important
}
.deep-orange.lighten-5
{
background-color: #fbe9e7 !important
}
.deep-orange-text.text-lighten-5
{
color: #fbe9e7 !important
}
.deep-orange.lighten-4
{
background-color: #ffccbc !important
}
.deep-orange-text.text-lighten-4
{
color: #ffccbc !important
}
.deep-orange.lighten-3
{
background-color: #ffab91 !important
}
.deep-orange-text.text-lighten-3
{
color: #ffab91 !important
}
.deep-orange.lighten-2
{
background-color: #ff8a65 !important
}
.deep-orange-text.text-lighten-2
{
color: #ff8a65 !important
}
.deep-orange.lighten-1
{
background-color: #ff7043 !important
}
.deep-orange-text.text-lighten-1
{
color: #ff7043 !important
}
.deep-orange
{
background-color: #ff5722 !important
}
.deep-orange-text
{
color: #ff5722 !important
}
.deep-orange.darken-1
{
background-color: #f4511e !important
}
.deep-orange-text.text-darken-1
{
color: #f4511e !important
}
.deep-orange.darken-2
{
background-color: #e64a19 !important
}
.deep-orange-text.text-darken-2
{
color: #e64a19 !important
}
.deep-orange.darken-3
{
background-color: #d84315 !important
}
.deep-orange-text.text-darken-3
{
color: #d84315 !important
}
.deep-orange.darken-4
{
background-color: #bf360c !important
}
.deep-orange-text.text-darken-4
{
color: #bf360c !important
}
.deep-orange.accent-1
{
background-color: #ff9e80 !important
}
.deep-orange-text.text-accent-1
{
color: #ff9e80 !important
}
.deep-orange.accent-2
{
background-color: #ff6e40 !important
}
.deep-orange-text.text-accent-2
{
color: #ff6e40 !important
}
.deep-orange.accent-3
{
background-color: #ff3d00 !important
}
.deep-orange-text.text-accent-3
{
color: #ff3d00 !important
}
.deep-orange.accent-4
{
background-color: #dd2c00 !important
}
.deep-orange-text.text-accent-4
{
color: #dd2c00 !important
}
.brown.lighten-5
{
background-color: #efebe9 !important
}
.brown-text.text-lighten-5
{
color: #efebe9 !important
}
.brown.lighten-4
{
background-color: #d7ccc8 !important
}
.brown-text.text-lighten-4
{
color: #d7ccc8 !important
}
.brown.lighten-3
{
background-color: #bcaaa4 !important
}
.brown-text.text-lighten-3
{
color: #bcaaa4 !important
}
.brown.lighten-2
{
background-color: #a1887f !important
}
.brown-text.text-lighten-2
{
color: #a1887f !important
}
.brown.lighten-1
{
background-color: #8d6e63 !important
}
.brown-text.text-lighten-1
{
color: #8d6e63 !important
}
.brown
{
background-color: #795548 !important
}
.brown-text
{
color: #795548 !important
}
.brown.darken-1
{
background-color: #6d4c41 !important
}
.brown-text.text-darken-1
{
color: #6d4c41 !important
}
.brown.darken-2
{
background-color: #5d4037 !important
}
.brown-text.text-darken-2
{
color: #5d4037 !important
}
.brown.darken-3
{
background-color: #4e342e !important
}
.brown-text.text-darken-3
{
color: #4e342e !important
}
.brown.darken-4
{
background-color: #3e2723 !important
}
.brown-text.text-darken-4
{
color: #3e2723 !important
}
.blue-grey.lighten-5
{
background-color: #eceff1 !important
}
.blue-grey-text.text-lighten-5
{
color: #eceff1 !important
}
.blue-grey.lighten-4
{
background-color: #cfd8dc !important
}
.blue-grey-text.text-lighten-4
{
color: #cfd8dc !important
}
.blue-grey.lighten-3
{
background-color: #b0bec5 !important
}
.blue-grey-text.text-lighten-3
{
color: #b0bec5 !important
}
.blue-grey.lighten-2
{
background-color: #90a4ae !important
}
.blue-grey-text.text-lighten-2
{
color: #90a4ae !important
}
.blue-grey.lighten-1
{
background-color: #78909c !important
}
.blue-grey-text.text-lighten-1
{
color: #78909c !important
}
.blue-grey
{
background-color: #607d8b !important
}
.blue-grey-text
{
color: #607d8b !important
}
.blue-grey.darken-1
{
background-color: #546e7a !important
}
.blue-grey-text.text-darken-1
{
color: #546e7a !important
}
.blue-grey.darken-2
{
background-color: #455a64 !important
}
.blue-grey-text.text-darken-2
{
color: #455a64 !important
}
.blue-grey.darken-3
{
background-color: #37474f !important
}
.blue-grey-text.text-darken-3
{
color: #37474f !important
}
.blue-grey.darken-4
{
background-color: #263238 !important
}
.blue-grey-text.text-darken-4
{
color: #263238 !important
}
.grey.lighten-5
{
background-color: #fafafa !important
}
.grey-text.text-lighten-5
{
color: #fafafa !important
}
.grey.lighten-4
{
background-color: #f5f5f5 !important
}
.grey-text.text-lighten-4
{
color: #f5f5f5 !important
}
.grey.lighten-3
{
background-color: #eee !important
}
.grey-text.text-lighten-3
{
color: #eee !important
}
.grey.lighten-2
{
background-color: #e0e0e0 !important
}
.grey-text.text-lighten-2
{
color: #e0e0e0 !important
}
.grey.lighten-1
{
background-color: #bdbdbd !important
}
.grey-text.text-lighten-1
{
color: #bdbdbd !important
}
.grey
{
background-color: #9e9e9e !important
}
.grey-text
{
color: #9e9e9e !important
}
.grey.darken-1
{
background-color: #757575 !important
}
.grey-text.text-darken-1
{
color: #757575 !important
}
.grey.darken-2
{
background-color: #616161 !important
}
.grey-text.text-darken-2
{
color: #616161 !important
}
.grey.darken-3
{
background-color: #424242 !important
}
.grey-text.text-darken-3
{
color: #424242 !important
}
.grey.darken-4
{
background-color: #212121 !important
}
.grey-text.text-darken-4
{
color: #212121 !important
}
.shades.black
{
background-color: #000 !important
}
.shades-text.text-black
{
color: #000 !important
}
.shades.white
{
background-color: #fff !important
}
.shades-text.text-white
{
color: #fff !important
}
.shades.transparent
{
background-color: transparent !important
}
.shades-text.text-transparent
{
color: transparent !important
}
.black
{
background-color: #000 !important
}
.black-text
{
color: #000 !important
}
.white
{
background-color: #fff !important
}
.white-text
{
color: #fff !important
}
.transparent
{
background-color: transparent !important
}
.transparent-text
{
color: transparent !important
}
.clearfix
{
clear: both
}
.z-depth-0
{
box-shadow: none !important
}
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav
{
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12)
}
.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover
{
box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15)
}
.z-depth-2
{
box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)
}
.z-depth-3
{
box-shadow: 0 12px 15px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19)
}
.z-depth-4, .modal
{
box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22), 0 25px 55px 0 rgba(0,0,0,0.21)
}
.z-depth-5
{
box-shadow: 0 27px 24px 0 rgba(0,0,0,0.2), 0 40px 77px 0 rgba(0,0,0,0.22)
}
.hoverable:hover
{
transition: box-shadow .25s;
box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)
}
.divider
{
height: 1px;
overflow: hidden;
background-color: #e0e0e0
}
blockquote
{
margin: 20px 0;
padding-left: 1.5rem;
border-left: 5px solid #00bcd4
}
i
{
line-height: inherit
}
i.left
{
float: left;
margin-right: 15px
}
i.right
{
float: right;
margin-left: 15px
}
i.tiny
{
font-size: 1rem
}
i.small
{
font-size: 2rem
}
i.medium
{
font-size: 4rem
}
i.large
{
font-size: 6rem
}
img.responsive-img, video.responsive-video
{
max-width: 100%;
height: auto
}
.pagination li
{
display: inline-block;
font-size: 1.2rem;
padding: 0 10px;
line-height: 30px;
border-radius: 2px;
text-align: center
}
.pagination li a
{
color: #444
}
.pagination li.active a
{
color: #fff
}
.pagination li.active
{
background-color: #00bcd4
}
.pagination li.disabled a
{
cursor: default;
color: #999
}
.pagination li i
{
font-size: 2.2rem;
vertical-align: middle
}
.pagination li.pages ul li
{
display: inline-block;
float: none
}
@media only screen and (max-width: 992px) {
.pagination
{
width: 100%
}
.pagination li.prev, .pagination li.next
{
width: 10%
}
.pagination li.pages
{
width: 80%;
overflow: hidden;
white-space: nowrap
}
}
.breadcrumb
{
font-size: 18px;
color: rgba(255,255,255,0.7)
}
.breadcrumb i, .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"], .breadcrumb i.material-icons
{
display: inline-block;
font-size: 18px
}
.breadcrumb:before
{
content: '\E5CC';
color: rgba(255,255,255,0.7);
vertical-align: top;
display: inline-block;
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 25px;
margin: 0 10px 0 8px;
-webkit-font-smoothing: antialiased
}
.breadcrumb:first-child:before
{
display: none
}
.breadcrumb:last-child
{
color: #fff
}
.parallax-container
{
position: relative;
overflow: hidden;
height: 500px
}
.parallax
{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1
}
.parallax img
{
display: none;
position: absolute;
left: 50%;
bottom: 0;
min-width: 100%;
min-height: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transform: translateX(-50%)
}
.pin-top, .pin-bottom
{
position: relative
}
.pinned
{
position: fixed !important
}
ul.staggered-list li
{
opacity: 0
}
.fade-in
{
opacity: 0;
transform-origin: 0 50%
}
@media only screen and (max-width: 600px) {
.hide-on-small-only, .hide-on-small-and-down
{
display: none !important
}
}
@media only screen and (max-width: 992px) {
.hide-on-med-and-down
{
display: none !important
}
}
@media only screen and (min-width: 601px) {
.hide-on-med-and-up
{
display: none !important
}
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
.hide-on-med-only
{
display: none !important
}
}
@media only screen and (min-width: 993px) {
.hide-on-large-only
{
display: none !important
}
}
@media only screen and (min-width: 993px) {
.show-on-large
{
display: initial !important
}
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
.show-on-medium
{
display: initial !important
}
}
@media only screen and (max-width: 600px) {
.show-on-small
{
display: initial !important
}
}
@media only screen and (min-width: 601px) {
.show-on-medium-and-up
{
display: initial !important
}
}
@media only screen and (max-width: 992px) {
.show-on-medium-and-down
{
display: initial !important
}
}
@media only screen and (max-width: 600px) {
.center-on-small-only
{
text-align: center
}
}
footer.page-footer
{
margin-top: 20px;
padding-top: 20px;
background-color: #00bcd4
}
footer.page-footer .footer-copyright
{
overflow: hidden;
height: 50px;
line-height: 50px;
color: rgba(255,255,255,0.8);
background-color: rgba(51,51,51,0.08)
}
table, th, td
{
border: none
}
table
{
width: 100%;
display: table
}
table.bordered>thead>tr, table.bordered>tbody>tr
{
border-bottom: 1px solid #d0d0d0
}
table.striped>tbody>tr:nth-child(odd)
{
background-color: #f2f2f2
}
table.striped>tbody>tr>td
{
border-radius: 0px
}
table.highlight>tbody>tr
{
-webkit-transition: background-color 0.25s ease;
-moz-transition: background-color 0.25s ease;
-o-transition: background-color 0.25s ease;
-ms-transition: background-color 0.25s ease;
transition: background-color 0.25s ease
}
table.highlight>tbody>tr:hover
{
background-color: #f2f2f2
}
table.centered thead tr th, table.centered tbody tr td
{
text-align: center
}
thead
{
border-bottom: 1px solid #d0d0d0
}
@media only screen and (max-width: 992px) {
table.responsive-table
{
width: 100%;
border-collapse: collapse;
border-spacing: 0;
display: block;
position: relative
}
table.responsive-table th, table.responsive-table td
{
margin: 0;
vertical-align: top
}
table.responsive-table th
{
text-align: left
}
table.responsive-table thead
{
display: block;
float: left
}
table.responsive-table thead tr
{
display: block;
padding: 0 10px 0 0
}
table.responsive-table thead tr th::before
{
content: "\00a0"
}
table.responsive-table tbody
{
display: block;
width: auto;
position: relative;
overflow-x: auto;
white-space: nowrap
}
table.responsive-table tbody tr
{
display: inline-block;
vertical-align: top
}
table.responsive-table th
{
display: block;
text-align: right
}
table.responsive-table td
{
display: block;
min-height: 1.25em;
text-align: left
}
table.responsive-table tr
{
padding: 0 10px
}
table.responsive-table thead
{
border: 0;
border-right: 1px solid #d0d0d0
}
table.responsive-table.bordered th
{
border-bottom: 0;
border-left: 0
}
table.responsive-table.bordered td
{
border-left: 0;
border-right: 0;
border-bottom: 0
}
table.responsive-table.bordered tr
{
border: 0
}
table.responsive-table.bordered tbody tr
{
border-right: 1px solid #d0d0d0
}
}
.collection
{
margin: 0.5rem 0 1rem 0;
border: 1px solid #e0e0e0;
border-radius: 2px;
overflow: hidden;
position: relative
}
.collection .collection-item
{
background-color: #fff;
line-height: 1.5rem;
padding: 10px 20px;
margin: 0;
border-bottom: 1px solid #e0e0e0
}
.collection .collection-item.avatar
{
min-height: 84px;
padding-left: 72px;
position: relative
}
.collection .collection-item.avatar .circle
{
position: absolute;
width: 42px;
height: 42px;
overflow: hidden;
left: 15px;
display: inline-block;
vertical-align: middle
}
.collection .collection-item.avatar i.circle
{
font-size: 18px;
line-height: 42px;
color: #fff;
background-color: #999;
text-align: center
}
.collection .collection-item.avatar .title
{
font-size: 16px
}
.collection .collection-item.avatar p
{
margin: 0
}
.collection .collection-item.avatar .secondary-content
{
position: absolute;
top: 16px;
right: 16px
}
.collection .collection-item:last-child
{
border-bottom: none
}
.collection .collection-item.active
{
background-color: #ff4081;
color: #fff
}
.collection .collection-item.active .secondary-content
{
color: #fff
}
.collection a.collection-item
{
display: block;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
-ms-transition: 0.25s;
transition: 0.25s;
color: #ff4081
}
.collection a.collection-item:not(.active):hover
{
background-color: #ddd
}
.collection.with-header .collection-header
{
background-color: #fff;
border-bottom: 1px solid #e0e0e0;
padding: 10px 20px
}
.collection.with-header .collection-item
{
padding-left: 30px
}
.collection.with-header .collection-item.avatar
{
padding-left: 72px
}
.secondary-content
{
float: right;
color: #ff4081
}
.collapsible .collection
{
margin: 0;
border: none
}
span.badge
{
min-width: 3rem;
padding: 0 6px;
text-align: center;
font-size: 1rem;
line-height: inherit;
color: #757575;
position: absolute;
right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
span.badge.new
{
font-weight: 300;
font-size: 0.8rem;
color: #fff;
background-color: #ff4081;
border-radius: 2px
}
span.badge.new:after
{
content: " new"
}
nav ul a span.badge
{
position: static;
margin-left: 4px;
line-height: 0
}
.video-container
{
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden
}
.video-container iframe, .video-container object, .video-container embed
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.progress
{
position: relative;
height: 4px;
display: block;
width: 100%;
background-color: #fff;
border-radius: 2px;
margin: 0.5rem 0 1rem 0;
overflow: hidden
}
.progress .determinate
{
position: absolute;
background-color: inherit;
top: 0;
left: 0;
bottom: 0;
background-color: #ff4081;
-webkit-transition: width 0.3s linear;
-moz-transition: width 0.3s linear;
-o-transition: width 0.3s linear;
-ms-transition: width 0.3s linear;
transition: width 0.3s linear
}
.progress .indeterminate
{
background-color: #ff4081
}
.progress .indeterminate:before
{
content: '';
position: absolute;
background-color: inherit;
top: 0;
left: 0;
bottom: 0;
will-change: left, right;
-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
-moz-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
-ms-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
-o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite
}
.progress .indeterminate:after
{
content: '';
position: absolute;
background-color: inherit;
top: 0;
left: 0;
bottom: 0;
will-change: left, right;
-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
-moz-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
-ms-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
-o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
-webkit-animation-delay: 1.15s;
-moz-animation-delay: 1.15s;
-ms-animation-delay: 1.15s;
-o-animation-delay: 1.15s;
animation-delay: 1.15s
}
.hide
{
display: none !important
}
.left-align
{
text-align: left
}
.right-align
{
text-align: right
}
.center, .center-align
{
text-align: center
}
.left
{
float: left !important
}
.right
{
float: right !important
}
.no-select, input[type=range], input[type=range]+.thumb
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.circle
{
border-radius: 50%
}
.center-block
{
display: block;
margin-left: auto;
margin-right: auto
}
.truncate
{
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.no-padding
{
padding: 0 !important
}
.mdi-fw
{
width: 1.28571429em;
text-align: center
}
.mdi-ul
{
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none
}
.mdi-ul>li
{
position: relative
}
.mdi-li
{
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center
}
.mdi-li.mdi-lg
{
left: -1.85714286em
}
.mdi-border
{
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em
}
.mdi-spin
{
-webkit-animation: mdi-spin 2s infinite linear;
animation: mdi-spin 2s infinite linear;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%
}
.mdi-pulse
{
-webkit-animation: mdi-spin 1s steps(8) infinite;
animation: mdi-spin 1s steps(8) infinite;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%
}
@-webkit-keyframes mdi-spin
{
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes mdi-spin
{
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.mdi-rotate-90
{
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.mdi-rotate-180
{
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg)
}
.mdi-rotate-270
{
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg)
}
.mdi-flip-horizontal
{
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1)
}
.mdi-flip-vertical
{
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1)
}
:root .mdi-rotate-90, :root .mdi-rotate-180, :root .mdi-rotate-270, :root .mdi-flip-horizontal, :root .mdi-flip-vertical
{
filter: none
}
.mdi-stack
{
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle
}
.mdi-stack-1x, .mdi-stack-2x
{
position: absolute;
left: 0;
width: 100%;
text-align: center
}
.mdi-stack-1x
{
line-height: inherit
}
.mdi-stack-2x
{
font-size: 2em
}
.mdi-inverse
{
color: #ffffff
}
.container .row
{
margin-left: -0.75rem;
margin-right: -0.75rem
}
.section
{
padding-top: 1rem;
padding-bottom: 1rem
}
.section.no-pad
{
padding: 0
}
.section.no-pad-bot
{
padding-bottom: 0
}
.section.no-pad-top
{
padding-top: 0
}
.card-panel
{
transition: box-shadow .25s;
padding: 20px;
margin: 0.5rem 0 1rem 0;
border-radius: 2px;
background-color: #fff
}
.card
{
position: relative;
margin: 0.5rem 0 1rem 0;
background-color: #fff;
transition: box-shadow .25s;
border-radius: 2px
}
.card .card-title
{
font-size: 24px;
font-weight: 300
}
.card .card-title.activator
{
cursor: pointer
}
.card.small, .card.medium, .card.large
{
position: relative
}
.card.small .card-image, .card.medium .card-image, .card.large .card-image
{
max-height: 60%;
overflow: hidden
}
.card.small .card-content, .card.medium .card-content, .card.large .card-content
{
max-height: 40%;
overflow: hidden
}
.card.small .card-action, .card.medium .card-action, .card.large .card-action
{
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
background-color: inherit
}
.card.small
{
height: 300px
}
.card.medium
{
height: 400px
}
.card.large
{
height: 500px
}
.card .card-image
{
position: relative
}
.card .card-image img
{
display: block;
border-radius: 2px 2px 0 0;
position: relative;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%
}
.card .card-image .card-title
{
color: #fff;
position: absolute;
bottom: 0;
left: 0;
padding: 20px
}
.card .card-content
{
padding:12px;
border-radius: 0 0 2px 2px
}
.card .card-content p
{
margin: 0;
color: inherit;
}
.card .card-content p.card-stats-title
{
font-size:1.8em;
}
.card .card-content p.card-stats-title i img{ width:30px;}
.card .card-content .card-title
{
line-height: 48px
}
.card .card-action
{
border-top: 1px solid rgba(160,160,160,0.2);
padding:5px; text-align:center;
}
.card .card-action img
{
width:90%;
}
.mdi-hardware-keyboard-arrow-up img{ width:16px;}
.mdi-editor-insert-drive-file img,.mdi-action-trending-up img{ width:28px;}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating)
{
color: #ffab40;
margin-right: 20px;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
text-transform: uppercase
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover
{
color: #ffd8a6
}
.card .card-reveal
{
padding: 20px;
position: absolute;
background-color: #fff;
width: 100%;
overflow-y: auto;
top: 100%;
height: 100%;
z-index: 1;
display: none
}
.card .card-reveal .card-title
{
cursor: pointer;
display: block
}
#toast-container
{
display: block;
position: fixed;
z-index: 10000
}
.toast
{
border-radius: 2px;
top: 0;
width: auto;
clear: both;
margin-top: 10px;
position: relative;
max-width: 100%;
height: auto;
min-height: 48px;
line-height: 1.5em;
word-break: break-all;
background-color: #323232;
padding: 10px 25px;
font-size: 1.1rem;
font-weight: 300;
color: #fff;
display: flex;
align-items: center;
justify-content: space-between
}
.toast .btn, .toast .btn-large, .toast .btn-flat
{
margin: 0;
margin-left: 3rem
}
.toast.rounded
{
border-radius: 24px
}
@media only screen and (max-width: 600px) {
.toast
{
width: 100%;
border-radius: 0
}
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
.toast
{
float: left
}
}
@media only screen and (min-width: 993px) {
.toast
{
float: right
}
}
.tabs
{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
position: relative;
overflow-x: hidden;
overflow-y: hidden;
height: 48px;
background-color: #fff;
margin: 0 auto;
width: 100%;
white-space: nowrap
}
.tabs .tab
{
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: block;
float: left;
text-align: center;
line-height: 48px;
height: 48px;
padding: 0;
margin: 0;
text-transform: uppercase;
text-overflow: ellipsis;
overflow: hidden;
letter-spacing: .8px;
width: 15%;
min-width: 80px
}
.tabs .tab a
{
color: #00bcd4;
display: block;
width: 100%;
height: 100%;
text-overflow: ellipsis;
overflow: hidden;
-webkit-transition: color 0.28s ease;
-moz-transition: color 0.28s ease;
-o-transition: color 0.28s ease;
-ms-transition: color 0.28s ease;
transition: color 0.28s ease
}
.tabs .tab a:hover
{
color: #3be9ff
}
.tabs .tab.disabled a
{
color: #3be9ff;
cursor: default
}
.tabs .indicator
{
position: absolute;
bottom: 0;
height: 2px;
background-color: #22e6ff;
will-change: left, right
}
.material-tooltip
{
padding: 10px 8px;
font-size: 1rem;
z-index: 2000;
background-color: transparent;
border-radius: 2px;
color: #fff;
min-height: 36px;
line-height: 120%;
opacity: 0;
display: none;
position: absolute;
text-align: center;
max-width: calc(100% - 4px);
overflow: hidden;
left: 0;
top: 0;
will-change: top, left
}
.backdrop
{
position: absolute;
opacity: 0;
display: none;
height: 7px;
width: 14px;
border-radius: 0 0 14px 14px;
background-color: #323232;
z-index: -1;
-webkit-transform-origin: 50% 10%;
-moz-transform-origin: 50% 10%;
-ms-transform-origin: 50% 10%;
-o-transform-origin: 50% 10%;
transform-origin: 50% 10%;
will-change: transform, opacity
}
.btn, .btn-large, .btn-flat
{
border: none;
border-radius: 2px;
display: inline-block;
height: 36px;
line-height: 36px;
outline: 0;
padding: 0 2rem;
text-transform: uppercase;
vertical-align: middle;
-webkit-tap-highlight-color: transparent
}
.btn.disabled, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn:disabled, .btn-large:disabled, .btn-large:disabled, .btn-floating:disabled
{
background-color: #DFDFDF !important;
box-shadow: none;
color: #9F9F9F !important;
cursor: default
}
.btn.disabled *, .disabled.btn-large *, .btn-floating.disabled *, .btn-large.disabled *, .btn:disabled *, .btn-large:disabled *, .btn-large:disabled *, .btn-floating:disabled *
{
pointer-events: none
}
.btn.disabled:hover, .disabled.btn-large:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .btn-large:disabled:hover, .btn-floating:disabled:hover
{
background-color: #DFDFDF;
color: #9F9F9F
}
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i
{
font-size: 1.3rem;
line-height: inherit
}
.btn, .btn-large
{
text-decoration: none;
color: #fff;
background-color: #ff4081;
text-align: center;
letter-spacing: .5px;
-webkit-transition: 0.2s ease-out;
-moz-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
-ms-transition: 0.2s ease-out;
transition: 0.2s ease-out;
cursor: pointer
}
.btn:hover, .btn-large:hover
{
background-color: #ff5a92
}
.btn-floating
{
display: inline-block;
color: #fff;
position: relative;
overflow: hidden;
z-index: 1;
width: 37px;
height: 37px;
line-height: 37px;
padding: 0;
background-color: #ff4081;
border-radius: 50%;
transition: .3s;
cursor: pointer;
vertical-align: middle
}
.btn-floating i
{
width: inherit;
display: inline-block;
text-align: center;
color: #fff;
font-size: 1.6rem;
line-height: 37px
}
.btn-floating:before
{
border-radius: 0
}
.btn-floating.btn-large
{
width: 55.5px;
height: 55.5px
}
.btn-floating.btn-large i
{
line-height: 55.5px
}
button.btn-floating
{
border: none
}
.fixed-action-btn
{
position: fixed;
right: 23px;
bottom: 23px;
padding-top: 15px;
margin-bottom: 0;
z-index: 998
}
.fixed-action-btn.active ul
{
visibility: visible
}
.fixed-action-btn.horizontal
{
padding: 0 0 0 15px
}
.fixed-action-btn.horizontal ul
{
text-align: right;
right: 64px;
top: 50%;
transform: translateY(-50%);
height: 100%;
left: initial;
width: 500px
}
.fixed-action-btn.horizontal ul li
{
display: inline-block;
margin: 15px 15px 0 0
}
.fixed-action-btn ul
{
left: 0;
right: 0;
text-align: center;
position: absolute;
bottom: 64px;
margin: 0;
visibility: hidden
}
.fixed-action-btn ul li
{
margin-bottom: 15px
}
.fixed-action-btn ul a.btn-floating
{
opacity: 0
}
.btn-flat
{
box-shadow: none;
background-color: transparent;
color: #343434;
cursor: pointer
}
.btn-flat.disabled
{
color: #b3b3b3;
cursor: default
}
.btn-large
{
height: 54px;
line-height: 56px
}
.btn-large i
{
font-size: 1.6rem
}
.btn-block
{
display: block
}
.dropdown-content
{
background-color: #fff;
margin: 0;
display: none;
min-width: 100px;
max-height: 650px;
overflow-y: auto;
opacity: 0;
position: absolute;
z-index: 999;
will-change: width, height
}
.dropdown-content li
{
clear: both;
color: rgba(0,0,0,0.87);
cursor: pointer;
min-height: 35px;
line-height: 1.5rem;
width: 100%;
text-align: left;
text-transform: none
}
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected
{
background-color: #eee
}
.dropdown-content li.active.selected
{
background-color: #e1e1e1
}
.dropdown-content li.divider
{
min-height: 0;
height: 1px
}
.dropdown-content li>a, .dropdown-content li>span
{
font-size: 16px;
color: #ff4081;
display: block;
line-height: 22px;
padding: 6.5px 16px
}
.dropdown-content li>span>label
{
top: 1px;
left: 3px;
height: 18px
}
.dropdown-content li>a>i
{
height: inherit;
line-height: inherit
}/*!
* Waves v0.6.0
* http://fian.my.id/Waves
*
* Copyright 2014 <NAME> and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE
*/
.waves-effect
{
position: relative;
cursor: pointer;
display: inline-block;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
vertical-align: middle;
z-index: 1;
will-change: opacity, transform;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out
}
.waves-effect .waves-ripple
{
position: absolute;
border-radius: 50%;
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
opacity: 0;
background: rgba(0,0,0,0.2);
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
-ms-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
pointer-events: none
}
.waves-effect.waves-light .waves-ripple
{
background-color: rgba(255,255,255,0.45)
}
.waves-effect.waves-red .waves-ripple
{
background-color: rgba(244,67,54,0.7)
} | kfpc/Public/Reports/css/materialize.min.css | .red.darken-3
{
background-color: #C62828 !important
}
.red-text.text-darken-3
{
color: #C62828 !important
}
.red.darken-4
{
background-color: #B71C1C !important
}
.red-text.text-darken-4
{
color: #B71C1C !important
}
.red.accent-1
{
background-color: #FF8A80 !important
}
.red-text.text-accent-1
{
color: #FF8A80 !important
}
.red.accent-2
{
background-color: #FF5252 !important
}
.red-text.text-accent-2
{
color: #FF5252 !important
}
.red.accent-3
{
background-color: #FF1744 !important
}
.red-text.text-accent-3
{
color: #FF1744 !important
}
.red.accent-4
{
background-color: #D50000 !important
}
.red-text.text-accent-4
{
color: #D50000 !important
}
.pink.lighten-5
{
background-color: #fce4ec !important
}
.pink-text.text-lighten-5
{
color: #fce4ec !important
}
.pink.lighten-4
{
background-color: #f8bbd0 !important
}
.pink-text.text-lighten-4
{
color: #f8bbd0 !important
}
.pink.lighten-3
{
background-color: #f48fb1 !important
}
.pink-text.text-lighten-3
{
color: #f48fb1 !important
}
.pink.lighten-2
{
background-color: #f06292 !important
}
.pink-text.text-lighten-2
{
color: #f06292 !important
}
.pink.lighten-1
{
background-color: #ec407a !important
}
.pink-text.text-lighten-1
{
color: #ec407a !important
}
.pink
{
background-color: #e91e63 !important
}
.pink-text
{
color: #e91e63 !important
}
.pink.darken-1
{
background-color: #d81b60 !important
}
.pink-text.text-darken-1
{
color: #d81b60 !important
}
.pink.darken-2
{
background-color: #c2185b !important
}
.pink-text.text-darken-2
{
color: #c2185b !important
}
.pink.darken-3
{
background-color: #ad1457 !important
}
.pink-text.text-darken-3
{
color: #ad1457 !important
}
.pink.darken-4
{
background-color: #880e4f !important
}
.pink-text.text-darken-4
{
color: #880e4f !important
}
.pink.accent-1
{
background-color: #ff80ab !important
}
.pink-text.text-accent-1
{
color: #ff80ab !important
}
.pink.accent-2
{
background-color: #ff4081 !important
}
.pink-text.text-accent-2
{
color: #ff4081 !important
}
.pink.accent-3
{
background-color: #f50057 !important
}
.pink-text.text-accent-3
{
color: #f50057 !important
}
.pink.accent-4
{
background-color: #c51162 !important
}
.pink-text.text-accent-4
{
color: #c51162 !important
}
.purple.lighten-5
{
background-color: #f3e5f5 !important
}
.purple-text.text-lighten-5
{
color: #f3e5f5 !important
}
.purple.lighten-4
{
background-color: #e1bee7 !important
}
.purple-text.text-lighten-4
{
color: #e1bee7 !important
}
.purple.lighten-3
{
background-color: #ce93d8 !important
}
.purple-text.text-lighten-3
{
color: #ce93d8 !important
}
.purple.lighten-2
{
background-color: #ba68c8 !important
}
.purple-text.text-lighten-2
{
color: #ba68c8 !important
}
.purple.lighten-1
{
background-color: #ab47bc !important
}
.purple-text.text-lighten-1
{
color: #ab47bc !important
}
.purple
{
background-color: #9c27b0 !important
}
.purple-text
{
color: #9c27b0 !important
}
.purple.darken-1
{
background-color: #8e24aa !important
}
.purple-text.text-darken-1
{
color: #8e24aa !important
}
.purple.darken-2
{
background-color: #7b1fa2 !important
}
.purple-text.text-darken-2
{
color: #7b1fa2 !important
}
.purple.darken-3
{
background-color: #6a1b9a !important
}
.purple-text.text-darken-3
{
color: #6a1b9a !important
}
.purple.darken-4
{
background-color: #4a148c !important
}
.purple-text.text-darken-4
{
color: #4a148c !important
}
.purple.accent-1
{
background-color: #ea80fc !important
}
.purple-text.text-accent-1
{
color: #ea80fc !important
}
.purple.accent-2
{
background-color: #e040fb !important
}
.purple-text.text-accent-2
{
color: #e040fb !important
}
.purple.accent-3
{
background-color: #d500f9 !important
}
.purple-text.text-accent-3
{
color: #d500f9 !important
}
.purple.accent-4
{
background-color: #a0f !important
}
.purple-text.text-accent-4
{
color: #a0f !important
}
.deep-purple.lighten-5
{
background-color: #ede7f6 !important
}
.deep-purple-text.text-lighten-5
{
color: #ede7f6 !important
}
.deep-purple.lighten-4
{
background-color: #d1c4e9 !important
}
.deep-purple-text.text-lighten-4
{
color: #d1c4e9 !important
}
.deep-purple.lighten-3
{
background-color: #b39ddb !important
}
.deep-purple-text.text-lighten-3
{
color: #b39ddb !important
}
.deep-purple.lighten-2
{
background-color: #9575cd !important
}
.deep-purple-text.text-lighten-2
{
color: #9575cd !important
}
.deep-purple.lighten-1
{
background-color: #7e57c2 !important
}
.deep-purple-text.text-lighten-1
{
color: #7e57c2 !important
}
.deep-purple
{
background-color: #673ab7 !important
}
.deep-purple-text
{
color: #673ab7 !important
}
.deep-purple.darken-1
{
background-color: #5e35b1 !important
}
.deep-purple-text.text-darken-1
{
color: #5e35b1 !important
}
.deep-purple.darken-2
{
background-color: #512da8 !important
}
.deep-purple-text.text-darken-2
{
color: #512da8 !important
}
.deep-purple.darken-3
{
background-color: #4527a0 !important
}
.deep-purple-text.text-darken-3
{
color: #4527a0 !important
}
.deep-purple.darken-4
{
background-color: #311b92 !important
}
.deep-purple-text.text-darken-4
{
color: #311b92 !important
}
.deep-purple.accent-1
{
background-color: #b388ff !important
}
.deep-purple-text.text-accent-1
{
color: #b388ff !important
}
.deep-purple.accent-2
{
background-color: #7c4dff !important
}
.deep-purple-text.text-accent-2
{
color: #7c4dff !important
}
.deep-purple.accent-3
{
background-color: #651fff !important
}
.deep-purple-text.text-accent-3
{
color: #651fff !important
}
.deep-purple.accent-4
{
background-color: #6200ea !important
}
.deep-purple-text.text-accent-4
{
color: #6200ea !important
}
.indigo.lighten-5
{
background-color: #e8eaf6 !important
}
.indigo-text.text-lighten-5
{
color: #e8eaf6 !important
}
.indigo.lighten-4
{
background-color: #c5cae9 !important
}
.indigo-text.text-lighten-4
{
color: #c5cae9 !important
}
.indigo.lighten-3
{
background-color: #9fa8da !important
}
.indigo-text.text-lighten-3
{
color: #9fa8da !important
}
.indigo.lighten-2
{
background-color: #7986cb !important
}
.indigo-text.text-lighten-2
{
color: #7986cb !important
}
.indigo.lighten-1
{
background-color: #5c6bc0 !important
}
.indigo-text.text-lighten-1
{
color: #5c6bc0 !important
}
.indigo
{
background-color: #3f51b5 !important
}
.indigo-text
{
color: #3f51b5 !important
}
.indigo.darken-1
{
background-color: #3949ab !important
}
.indigo-text.text-darken-1
{
color: #3949ab !important
}
.indigo.darken-2
{
background-color: #303f9f !important
}
.indigo-text.text-darken-2
{
color: #303f9f !important
}
.indigo.darken-3
{
background-color: #283593 !important
}
.indigo-text.text-darken-3
{
color: #283593 !important
}
.indigo.darken-4
{
background-color: #1a237e !important
}
.indigo-text.text-darken-4
{
color: #1a237e !important
}
.indigo.accent-1
{
background-color: #8c9eff !important
}
.indigo-text.text-accent-1
{
color: #8c9eff !important
}
.indigo.accent-2
{
background-color: #536dfe !important
}
.indigo-text.text-accent-2
{
color: #536dfe !important
}
.indigo.accent-3
{
background-color: #3d5afe !important
}
.indigo-text.text-accent-3
{
color: #3d5afe !important
}
.indigo.accent-4
{
background-color: #304ffe !important
}
.indigo-text.text-accent-4
{
color: #304ffe !important
}
.blue.lighten-5
{
background-color: #E3F2FD !important
}
.blue-text.text-lighten-5
{
color: #E3F2FD !important
}
.blue.lighten-4
{
background-color: #BBDEFB !important
}
.blue-text.text-lighten-4
{
color: #BBDEFB !important
}
.blue.lighten-3
{
background-color: #90CAF9 !important
}
.blue-text.text-lighten-3
{
color: #90CAF9 !important
}
.blue.lighten-2
{
background-color: #64B5F6 !important
}
.blue-text.text-lighten-2
{
color: #64B5F6 !important
}
.blue.lighten-1
{
background-color: #42A5F5 !important
}
.blue-text.text-lighten-1
{
color: #42A5F5 !important
}
.blue
{
background-color: #2196F3 !important
}
.blue-text
{
color: #2196F3 !important
}
.blue.darken-1
{
background-color: #1E88E5 !important
}
.blue-text.text-darken-1
{
color: #1E88E5 !important
}
.blue.darken-2
{
background-color: #1976D2 !important
}
.blue-text.text-darken-2
{
color: #1976D2 !important
}
.blue.darken-3
{
background-color: #1565C0 !important
}
.blue-text.text-darken-3
{
color: #1565C0 !important
}
.blue.darken-4
{
background-color: #0D47A1 !important
}
.blue-text.text-darken-4
{
color: #0D47A1 !important
}
.blue.accent-1
{
background-color: #82B1FF !important
}
.blue-text.text-accent-1
{
color: #82B1FF !important
}
.blue.accent-2
{
background-color: #448AFF !important
}
.blue-text.text-accent-2
{
color: #448AFF !important
}
.blue.accent-3
{
background-color: #2979FF !important
}
.blue-text.text-accent-3
{
color: #2979FF !important
}
.blue.accent-4
{
background-color: #2962FF !important
}
.blue-text.text-accent-4
{
color: #2962FF !important
}
.light-blue.lighten-5
{
background-color: #e1f5fe !important
}
.light-blue-text.text-lighten-5
{
color: #e1f5fe !important
}
.light-blue.lighten-4
{
background-color: #b3e5fc !important
}
.light-blue-text.text-lighten-4
{
color: #b3e5fc !important
}
.light-blue.lighten-3
{
background-color: #81d4fa !important
}
.light-blue-text.text-lighten-3
{
color: #81d4fa !important
}
.light-blue.lighten-2
{
background-color: #4fc3f7 !important
}
.light-blue-text.text-lighten-2
{
color: #4fc3f7 !important
}
.light-blue.lighten-1
{
background-color: #29b6f6 !important
}
.light-blue-text.text-lighten-1
{
color: #29b6f6 !important
}
.light-blue
{
background-color: #03a9f4 !important
}
.light-blue-text
{
color: #03a9f4 !important
}
.light-blue.darken-1
{
background-color: #039be5 !important
}
.light-blue-text.text-darken-1
{
color: #039be5 !important
}
.light-blue.darken-2
{
background-color: #0288d1 !important
}
.light-blue-text.text-darken-2
{
color: #0288d1 !important
}
.light-blue.darken-3
{
background-color: #0277bd !important
}
.light-blue-text.text-darken-3
{
color: #0277bd !important
}
.light-blue.darken-4
{
background-color: #01579b !important
}
.light-blue-text.text-darken-4
{
color: #01579b !important
}
.light-blue.accent-1
{
background-color: #80d8ff !important
}
.light-blue-text.text-accent-1
{
color: #80d8ff !important
}
.light-blue.accent-2
{
background-color: #40c4ff !important
}
.light-blue-text.text-accent-2
{
color: #40c4ff !important
}
.light-blue.accent-3
{
background-color: #00b0ff !important
}
.light-blue-text.text-accent-3
{
color: #00b0ff !important
}
.light-blue.accent-4
{
background-color: #0091ea !important
}
.light-blue-text.text-accent-4
{
color: #0091ea !important
}
.cyan.lighten-5
{
background-color: #e0f7fa !important
}
.cyan-text.text-lighten-5
{
color: #e0f7fa !important
}
.cyan.lighten-4
{
background-color: #b2ebf2 !important
}
.cyan-text.text-lighten-4
{
color: #b2ebf2 !important
}
.cyan.lighten-3
{
background-color: #80deea !important
}
.cyan-text.text-lighten-3
{
color: #80deea !important
}
.cyan.lighten-2
{
background-color: #4dd0e1 !important
}
.cyan-text.text-lighten-2
{
color: #4dd0e1 !important
}
.cyan.lighten-1
{
background-color: #26c6da !important
}
.cyan-text.text-lighten-1
{
color: #26c6da !important
}
.cyan
{
background-color: #00bcd4 !important
}
.cyan-text
{
color: #00bcd4 !important
}
.cyan.darken-1
{
background-color: #00acc1 !important
}
.cyan-text.text-darken-1
{
color: #00acc1 !important
}
.cyan.darken-2
{
background-color: #0097a7 !important
}
.cyan-text.text-darken-2
{
color: #0097a7 !important
}
.cyan.darken-3
{
background-color: #00838f !important
}
.cyan-text.text-darken-3
{
color: #00838f !important
}
.cyan.darken-4
{
background-color: #006064 !important
}
.cyan-text.text-darken-4
{
color: #006064 !important
}
.cyan.accent-1
{
background-color: #84ffff !important
}
.cyan-text.text-accent-1
{
color: #84ffff !important
}
.cyan.accent-2
{
background-color: #18ffff !important
}
.cyan-text.text-accent-2
{
color: #18ffff !important
}
.cyan.accent-3
{
background-color: #00e5ff !important
}
.cyan-text.text-accent-3
{
color: #00e5ff !important
}
.cyan.accent-4
{
background-color: #00b8d4 !important
}
.cyan-text.text-accent-4
{
color: #00b8d4 !important
}
.teal.lighten-5
{
background-color: #e0f2f1 !important
}
.teal-text.text-lighten-5
{
color: #e0f2f1 !important
}
.teal.lighten-4
{
background-color: #b2dfdb !important
}
.teal-text.text-lighten-4
{
color: #b2dfdb !important
}
.teal.lighten-3
{
background-color: #80cbc4 !important
}
.teal-text.text-lighten-3
{
color: #80cbc4 !important
}
.teal.lighten-2
{
background-color: #4db6ac !important
}
.teal-text.text-lighten-2
{
color: #4db6ac !important
}
.teal.lighten-1
{
background-color: #26a69a !important
}
.teal-text.text-lighten-1
{
color: #26a69a !important
}
.teal
{
background-color: #009688 !important
}
.teal-text
{
color: #009688 !important
}
.teal.darken-1
{
background-color: #00897b !important
}
.teal-text.text-darken-1
{
color: #00897b !important
}
.teal.darken-2
{
background-color: #00796b !important
}
.teal-text.text-darken-2
{
color: #00796b !important
}
.teal.darken-3
{
background-color: #00695c !important
}
.teal-text.text-darken-3
{
color: #00695c !important
}
.teal.darken-4
{
background-color: #004d40 !important
}
.teal-text.text-darken-4
{
color: #004d40 !important
}
.teal.accent-1
{
background-color: #a7ffeb !important
}
.teal-text.text-accent-1
{
color: #a7ffeb !important
}
.teal.accent-2
{
background-color: #64ffda !important
}
.teal-text.text-accent-2
{
color: #64ffda !important
}
.teal.accent-3
{
background-color: #1de9b6 !important
}
.teal-text.text-accent-3
{
color: #1de9b6 !important
}
.teal.accent-4
{
background-color: #00bfa5 !important
}
.teal-text.text-accent-4
{
color: #00bfa5 !important
}
.green.lighten-5
{
background-color: #E8F5E9 !important
}
.green-text.text-lighten-5
{
color: #E8F5E9 !important
}
.green.lighten-4
{
background-color: #C8E6C9 !important
}
.green-text.text-lighten-4
{
color: #C8E6C9 !important
}
.green.lighten-3
{
background-color: #A5D6A7 !important
}
.green-text.text-lighten-3
{
color: #A5D6A7 !important
}
.green.lighten-2
{
background-color: #81C784 !important
}
.green-text.text-lighten-2
{
color: #81C784 !important
}
.green.lighten-1
{
background-color: #66BB6A !important
}
.green-text.text-lighten-1
{
color: #66BB6A !important
}
.green
{
background-color: #4CAF50 !important
}
.green-text
{
color: #4CAF50 !important
}
.green.darken-1
{
background-color: #43A047 !important
}
.green-text.text-darken-1
{
color: #43A047 !important
}
.green.darken-2
{
background-color: #388E3C !important
}
.green-text.text-darken-2
{
color: #388E3C !important
}
.green.darken-3
{
background-color: #2E7D32 !important
}
.green-text.text-darken-3
{
color: #2E7D32 !important
}
.green.darken-4
{
background-color: #1B5E20 !important
}
.green-text.text-darken-4
{
color: #1B5E20 !important
}
.green.accent-1
{
background-color: #B9F6CA !important
}
.green-text.text-accent-1
{
color: #B9F6CA !important
}
.green.accent-2
{
background-color: #69F0AE !important
}
.green-text.text-accent-2
{
color: #69F0AE !important
}
.green.accent-3
{
background-color: #00E676 !important
}
.green-text.text-accent-3
{
color: #00E676 !important
}
.green.accent-4
{
background-color: #00C853 !important
}
.green-text.text-accent-4
{
color: #00C853 !important
}
.light-green.lighten-5
{
background-color: #f1f8e9 !important
}
.light-green-text.text-lighten-5
{
color: #f1f8e9 !important
}
.light-green.lighten-4
{
background-color: #dcedc8 !important
}
.light-green-text.text-lighten-4
{
color: #dcedc8 !important
}
.light-green.lighten-3
{
background-color: #c5e1a5 !important
}
.light-green-text.text-lighten-3
{
color: #c5e1a5 !important
}
.light-green.lighten-2
{
background-color: #aed581 !important
}
.light-green-text.text-lighten-2
{
color: #aed581 !important
}
.light-green.lighten-1
{
background-color: #9ccc65 !important
}
.light-green-text.text-lighten-1
{
color: #9ccc65 !important
}
.light-green
{
background-color: #8bc34a !important
}
.light-green-text
{
color: #8bc34a !important
}
.light-green.darken-1
{
background-color: #7cb342 !important
}
.light-green-text.text-darken-1
{
color: #7cb342 !important
}
.light-green.darken-2
{
background-color: #689f38 !important
}
.light-green-text.text-darken-2
{
color: #689f38 !important
}
.light-green.darken-3
{
background-color: #558b2f !important
}
.light-green-text.text-darken-3
{
color: #558b2f !important
}
.light-green.darken-4
{
background-color: #33691e !important
}
.light-green-text.text-darken-4
{
color: #33691e !important
}
.light-green.accent-1
{
background-color: #ccff90 !important
}
.light-green-text.text-accent-1
{
color: #ccff90 !important
}
.light-green.accent-2
{
background-color: #b2ff59 !important
}
.light-green-text.text-accent-2
{
color: #b2ff59 !important
}
.light-green.accent-3
{
background-color: #76ff03 !important
}
.light-green-text.text-accent-3
{
color: #76ff03 !important
}
.light-green.accent-4
{
background-color: #64dd17 !important
}
.light-green-text.text-accent-4
{
color: #64dd17 !important
}
.lime.lighten-5
{
background-color: #f9fbe7 !important
}
.lime-text.text-lighten-5
{
color: #f9fbe7 !important
}
.lime.lighten-4
{
background-color: #f0f4c3 !important
}
.lime-text.text-lighten-4
{
color: #f0f4c3 !important
}
.lime.lighten-3
{
background-color: #e6ee9c !important
}
.lime-text.text-lighten-3
{
color: #e6ee9c !important
}
.lime.lighten-2
{
background-color: #dce775 !important
}
.lime-text.text-lighten-2
{
color: #dce775 !important
}
.lime.lighten-1
{
background-color: #d4e157 !important
}
.lime-text.text-lighten-1
{
color: #d4e157 !important
}
.lime
{
background-color: #cddc39 !important
}
.lime-text
{
color: #cddc39 !important
}
.lime.darken-1
{
background-color: #c0ca33 !important
}
.lime-text.text-darken-1
{
color: #c0ca33 !important
}
.lime.darken-2
{
background-color: #afb42b !important
}
.lime-text.text-darken-2
{
color: #afb42b !important
}
.lime.darken-3
{
background-color: #9e9d24 !important
}
.lime-text.text-darken-3
{
color: #9e9d24 !important
}
.lime.darken-4
{
background-color: #827717 !important
}
.lime-text.text-darken-4
{
color: #827717 !important
}
.lime.accent-1
{
background-color: #f4ff81 !important
}
.lime-text.text-accent-1
{
color: #f4ff81 !important
}
.lime.accent-2
{
background-color: #eeff41 !important
}
.lime-text.text-accent-2
{
color: #eeff41 !important
}
.lime.accent-3
{
background-color: #c6ff00 !important
}
.lime-text.text-accent-3
{
color: #c6ff00 !important
}
.lime.accent-4
{
background-color: #aeea00 !important
}
.lime-text.text-accent-4
{
color: #aeea00 !important
}
.yellow.lighten-5
{
background-color: #fffde7 !important
}
.yellow-text.text-lighten-5
{
color: #fffde7 !important
}
.yellow.lighten-4
{
background-color: #fff9c4 !important
}
.yellow-text.text-lighten-4
{
color: #fff9c4 !important
}
.yellow.lighten-3
{
background-color: #fff59d !important
}
.yellow-text.text-lighten-3
{
color: #fff59d !important
}
.yellow.lighten-2
{
background-color: #fff176 !important
}
.yellow-text.text-lighten-2
{
color: #fff176 !important
}
.yellow.lighten-1
{
background-color: #ffee58 !important
}
.yellow-text.text-lighten-1
{
color: #ffee58 !important
}
.yellow
{
background-color: #ffeb3b !important
}
.yellow-text
{
color: #ffeb3b !important
}
.yellow.darken-1
{
background-color: #fdd835 !important
}
.yellow-text.text-darken-1
{
color: #fdd835 !important
}
.yellow.darken-2
{
background-color: #fbc02d !important
}
.yellow-text.text-darken-2
{
color: #fbc02d !important
}
.yellow.darken-3
{
background-color: #f9a825 !important
}
.yellow-text.text-darken-3
{
color: #f9a825 !important
}
.yellow.darken-4
{
background-color: #f57f17 !important
}
.yellow-text.text-darken-4
{
color: #f57f17 !important
}
.yellow.accent-1
{
background-color: #ffff8d !important
}
.yellow-text.text-accent-1
{
color: #ffff8d !important
}
.yellow.accent-2
{
background-color: #ff0 !important
}
.yellow-text.text-accent-2
{
color: #ff0 !important
}
.yellow.accent-3
{
background-color: #ffea00 !important
}
.yellow-text.text-accent-3
{
color: #ffea00 !important
}
.yellow.accent-4
{
background-color: #ffd600 !important
}
.yellow-text.text-accent-4
{
color: #ffd600 !important
}
.amber.lighten-5
{
background-color: #fff8e1 !important
}
.amber-text.text-lighten-5
{
color: #fff8e1 !important
}
.amber.lighten-4
{
background-color: #ffecb3 !important
}
.amber-text.text-lighten-4
{
color: #ffecb3 !important
}
.amber.lighten-3
{
background-color: #ffe082 !important
}
.amber-text.text-lighten-3
{
color: #ffe082 !important
}
.amber.lighten-2
{
background-color: #ffd54f !important
}
.amber-text.text-lighten-2
{
color: #ffd54f !important
}
.amber.lighten-1
{
background-color: #ffca28 !important
}
.amber-text.text-lighten-1
{
color: #ffca28 !important
}
.amber
{
background-color: #ffc107 !important
}
.amber-text
{
color: #ffc107 !important
}
.amber.darken-1
{
background-color: #ffb300 !important
}
.amber-text.text-darken-1
{
color: #ffb300 !important
}
.amber.darken-2
{
background-color: #ffa000 !important
}
.amber-text.text-darken-2
{
color: #ffa000 !important
}
.amber.darken-3
{
background-color: #ff8f00 !important
}
.amber-text.text-darken-3
{
color: #ff8f00 !important
}
.amber.darken-4
{
background-color: #ff6f00 !important
}
.amber-text.text-darken-4
{
color: #ff6f00 !important
}
.amber.accent-1
{
background-color: #ffe57f !important
}
.amber-text.text-accent-1
{
color: #ffe57f !important
}
.amber.accent-2
{
background-color: #ffd740 !important
}
.amber-text.text-accent-2
{
color: #ffd740 !important
}
.amber.accent-3
{
background-color: #ffc400 !important
}
.amber-text.text-accent-3
{
color: #ffc400 !important
}
.amber.accent-4
{
background-color: #ffab00 !important
}
.amber-text.text-accent-4
{
color: #ffab00 !important
}
.orange.lighten-5
{
background-color: #fff3e0 !important
}
.orange-text.text-lighten-5
{
color: #fff3e0 !important
}
.orange.lighten-4
{
background-color: #ffe0b2 !important
}
.orange-text.text-lighten-4
{
color: #ffe0b2 !important
}
.orange.lighten-3
{
background-color: #ffcc80 !important
}
.orange-text.text-lighten-3
{
color: #ffcc80 !important
}
.orange.lighten-2
{
background-color: #ffb74d !important
}
.orange-text.text-lighten-2
{
color: #ffb74d !important
}
.orange.lighten-1
{
background-color: #ffa726 !important
}
.orange-text.text-lighten-1
{
color: #ffa726 !important
}
.orange
{
background-color: #ff9800 !important
}
.orange-text
{
color: #ff9800 !important
}
.orange.darken-1
{
background-color: #fb8c00 !important
}
.orange-text.text-darken-1
{
color: #fb8c00 !important
}
.orange.darken-2
{
background-color: #f57c00 !important
}
.orange-text.text-darken-2
{
color: #f57c00 !important
}
.orange.darken-3
{
background-color: #ef6c00 !important
}
.orange-text.text-darken-3
{
color: #ef6c00 !important
}
.orange.darken-4
{
background-color: #e65100 !important
}
.orange-text.text-darken-4
{
color: #e65100 !important
}
.orange.accent-1
{
background-color: #ffd180 !important
}
.orange-text.text-accent-1
{
color: #ffd180 !important
}
.orange.accent-2
{
background-color: #ffab40 !important
}
.orange-text.text-accent-2
{
color: #ffab40 !important
}
.orange.accent-3
{
background-color: #ff9100 !important
}
.orange-text.text-accent-3
{
color: #ff9100 !important
}
.orange.accent-4
{
background-color: #ff6d00 !important
}
.orange-text.text-accent-4
{
color: #ff6d00 !important
}
.deep-orange.lighten-5
{
background-color: #fbe9e7 !important
}
.deep-orange-text.text-lighten-5
{
color: #fbe9e7 !important
}
.deep-orange.lighten-4
{
background-color: #ffccbc !important
}
.deep-orange-text.text-lighten-4
{
color: #ffccbc !important
}
.deep-orange.lighten-3
{
background-color: #ffab91 !important
}
.deep-orange-text.text-lighten-3
{
color: #ffab91 !important
}
.deep-orange.lighten-2
{
background-color: #ff8a65 !important
}
.deep-orange-text.text-lighten-2
{
color: #ff8a65 !important
}
.deep-orange.lighten-1
{
background-color: #ff7043 !important
}
.deep-orange-text.text-lighten-1
{
color: #ff7043 !important
}
.deep-orange
{
background-color: #ff5722 !important
}
.deep-orange-text
{
color: #ff5722 !important
}
.deep-orange.darken-1
{
background-color: #f4511e !important
}
.deep-orange-text.text-darken-1
{
color: #f4511e !important
}
.deep-orange.darken-2
{
background-color: #e64a19 !important
}
.deep-orange-text.text-darken-2
{
color: #e64a19 !important
}
.deep-orange.darken-3
{
background-color: #d84315 !important
}
.deep-orange-text.text-darken-3
{
color: #d84315 !important
}
.deep-orange.darken-4
{
background-color: #bf360c !important
}
.deep-orange-text.text-darken-4
{
color: #bf360c !important
}
.deep-orange.accent-1
{
background-color: #ff9e80 !important
}
.deep-orange-text.text-accent-1
{
color: #ff9e80 !important
}
.deep-orange.accent-2
{
background-color: #ff6e40 !important
}
.deep-orange-text.text-accent-2
{
color: #ff6e40 !important
}
.deep-orange.accent-3
{
background-color: #ff3d00 !important
}
.deep-orange-text.text-accent-3
{
color: #ff3d00 !important
}
.deep-orange.accent-4
{
background-color: #dd2c00 !important
}
.deep-orange-text.text-accent-4
{
color: #dd2c00 !important
}
.brown.lighten-5
{
background-color: #efebe9 !important
}
.brown-text.text-lighten-5
{
color: #efebe9 !important
}
.brown.lighten-4
{
background-color: #d7ccc8 !important
}
.brown-text.text-lighten-4
{
color: #d7ccc8 !important
}
.brown.lighten-3
{
background-color: #bcaaa4 !important
}
.brown-text.text-lighten-3
{
color: #bcaaa4 !important
}
.brown.lighten-2
{
background-color: #a1887f !important
}
.brown-text.text-lighten-2
{
color: #a1887f !important
}
.brown.lighten-1
{
background-color: #8d6e63 !important
}
.brown-text.text-lighten-1
{
color: #8d6e63 !important
}
.brown
{
background-color: #795548 !important
}
.brown-text
{
color: #795548 !important
}
.brown.darken-1
{
background-color: #6d4c41 !important
}
.brown-text.text-darken-1
{
color: #6d4c41 !important
}
.brown.darken-2
{
background-color: #5d4037 !important
}
.brown-text.text-darken-2
{
color: #5d4037 !important
}
.brown.darken-3
{
background-color: #4e342e !important
}
.brown-text.text-darken-3
{
color: #4e342e !important
}
.brown.darken-4
{
background-color: #3e2723 !important
}
.brown-text.text-darken-4
{
color: #3e2723 !important
}
.blue-grey.lighten-5
{
background-color: #eceff1 !important
}
.blue-grey-text.text-lighten-5
{
color: #eceff1 !important
}
.blue-grey.lighten-4
{
background-color: #cfd8dc !important
}
.blue-grey-text.text-lighten-4
{
color: #cfd8dc !important
}
.blue-grey.lighten-3
{
background-color: #b0bec5 !important
}
.blue-grey-text.text-lighten-3
{
color: #b0bec5 !important
}
.blue-grey.lighten-2
{
background-color: #90a4ae !important
}
.blue-grey-text.text-lighten-2
{
color: #90a4ae !important
}
.blue-grey.lighten-1
{
background-color: #78909c !important
}
.blue-grey-text.text-lighten-1
{
color: #78909c !important
}
.blue-grey
{
background-color: #607d8b !important
}
.blue-grey-text
{
color: #607d8b !important
}
.blue-grey.darken-1
{
background-color: #546e7a !important
}
.blue-grey-text.text-darken-1
{
color: #546e7a !important
}
.blue-grey.darken-2
{
background-color: #455a64 !important
}
.blue-grey-text.text-darken-2
{
color: #455a64 !important
}
.blue-grey.darken-3
{
background-color: #37474f !important
}
.blue-grey-text.text-darken-3
{
color: #37474f !important
}
.blue-grey.darken-4
{
background-color: #263238 !important
}
.blue-grey-text.text-darken-4
{
color: #263238 !important
}
.grey.lighten-5
{
background-color: #fafafa !important
}
.grey-text.text-lighten-5
{
color: #fafafa !important
}
.grey.lighten-4
{
background-color: #f5f5f5 !important
}
.grey-text.text-lighten-4
{
color: #f5f5f5 !important
}
.grey.lighten-3
{
background-color: #eee !important
}
.grey-text.text-lighten-3
{
color: #eee !important
}
.grey.lighten-2
{
background-color: #e0e0e0 !important
}
.grey-text.text-lighten-2
{
color: #e0e0e0 !important
}
.grey.lighten-1
{
background-color: #bdbdbd !important
}
.grey-text.text-lighten-1
{
color: #bdbdbd !important
}
.grey
{
background-color: #9e9e9e !important
}
.grey-text
{
color: #9e9e9e !important
}
.grey.darken-1
{
background-color: #757575 !important
}
.grey-text.text-darken-1
{
color: #757575 !important
}
.grey.darken-2
{
background-color: #616161 !important
}
.grey-text.text-darken-2
{
color: #616161 !important
}
.grey.darken-3
{
background-color: #424242 !important
}
.grey-text.text-darken-3
{
color: #424242 !important
}
.grey.darken-4
{
background-color: #212121 !important
}
.grey-text.text-darken-4
{
color: #212121 !important
}
.shades.black
{
background-color: #000 !important
}
.shades-text.text-black
{
color: #000 !important
}
.shades.white
{
background-color: #fff !important
}
.shades-text.text-white
{
color: #fff !important
}
.shades.transparent
{
background-color: transparent !important
}
.shades-text.text-transparent
{
color: transparent !important
}
.black
{
background-color: #000 !important
}
.black-text
{
color: #000 !important
}
.white
{
background-color: #fff !important
}
.white-text
{
color: #fff !important
}
.transparent
{
background-color: transparent !important
}
.transparent-text
{
color: transparent !important
}
.clearfix
{
clear: both
}
.z-depth-0
{
box-shadow: none !important
}
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav
{
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12)
}
.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover
{
box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15)
}
.z-depth-2
{
box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)
}
.z-depth-3
{
box-shadow: 0 12px 15px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19)
}
.z-depth-4, .modal
{
box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22), 0 25px 55px 0 rgba(0,0,0,0.21)
}
.z-depth-5
{
box-shadow: 0 27px 24px 0 rgba(0,0,0,0.2), 0 40px 77px 0 rgba(0,0,0,0.22)
}
.hoverable:hover
{
transition: box-shadow .25s;
box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)
}
.divider
{
height: 1px;
overflow: hidden;
background-color: #e0e0e0
}
blockquote
{
margin: 20px 0;
padding-left: 1.5rem;
border-left: 5px solid #00bcd4
}
i
{
line-height: inherit
}
i.left
{
float: left;
margin-right: 15px
}
i.right
{
float: right;
margin-left: 15px
}
i.tiny
{
font-size: 1rem
}
i.small
{
font-size: 2rem
}
i.medium
{
font-size: 4rem
}
i.large
{
font-size: 6rem
}
img.responsive-img, video.responsive-video
{
max-width: 100%;
height: auto
}
.pagination li
{
display: inline-block;
font-size: 1.2rem;
padding: 0 10px;
line-height: 30px;
border-radius: 2px;
text-align: center
}
.pagination li a
{
color: #444
}
.pagination li.active a
{
color: #fff
}
.pagination li.active
{
background-color: #00bcd4
}
.pagination li.disabled a
{
cursor: default;
color: #999
}
.pagination li i
{
font-size: 2.2rem;
vertical-align: middle
}
.pagination li.pages ul li
{
display: inline-block;
float: none
}
@media only screen and (max-width: 992px) {
.pagination
{
width: 100%
}
.pagination li.prev, .pagination li.next
{
width: 10%
}
.pagination li.pages
{
width: 80%;
overflow: hidden;
white-space: nowrap
}
}
.breadcrumb
{
font-size: 18px;
color: rgba(255,255,255,0.7)
}
.breadcrumb i, .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"], .breadcrumb i.material-icons
{
display: inline-block;
font-size: 18px
}
.breadcrumb:before
{
content: '\E5CC';
color: rgba(255,255,255,0.7);
vertical-align: top;
display: inline-block;
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 25px;
margin: 0 10px 0 8px;
-webkit-font-smoothing: antialiased
}
.breadcrumb:first-child:before
{
display: none
}
.breadcrumb:last-child
{
color: #fff
}
.parallax-container
{
position: relative;
overflow: hidden;
height: 500px
}
.parallax
{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1
}
.parallax img
{
display: none;
position: absolute;
left: 50%;
bottom: 0;
min-width: 100%;
min-height: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transform: translateX(-50%)
}
.pin-top, .pin-bottom
{
position: relative
}
.pinned
{
position: fixed !important
}
ul.staggered-list li
{
opacity: 0
}
.fade-in
{
opacity: 0;
transform-origin: 0 50%
}
@media only screen and (max-width: 600px) {
.hide-on-small-only, .hide-on-small-and-down
{
display: none !important
}
}
@media only screen and (max-width: 992px) {
.hide-on-med-and-down
{
display: none !important
}
}
@media only screen and (min-width: 601px) {
.hide-on-med-and-up
{
display: none !important
}
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
.hide-on-med-only
{
display: none !important
}
}
@media only screen and (min-width: 993px) {
.hide-on-large-only
{
display: none !important
}
}
@media only screen and (min-width: 993px) {
.show-on-large
{
display: initial !important
}
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
.show-on-medium
{
display: initial !important
}
}
@media only screen and (max-width: 600px) {
.show-on-small
{
display: initial !important
}
}
@media only screen and (min-width: 601px) {
.show-on-medium-and-up
{
display: initial !important
}
}
@media only screen and (max-width: 992px) {
.show-on-medium-and-down
{
display: initial !important
}
}
@media only screen and (max-width: 600px) {
.center-on-small-only
{
text-align: center
}
}
footer.page-footer
{
margin-top: 20px;
padding-top: 20px;
background-color: #00bcd4
}
footer.page-footer .footer-copyright
{
overflow: hidden;
height: 50px;
line-height: 50px;
color: rgba(255,255,255,0.8);
background-color: rgba(51,51,51,0.08)
}
table, th, td
{
border: none
}
table
{
width: 100%;
display: table
}
table.bordered>thead>tr, table.bordered>tbody>tr
{
border-bottom: 1px solid #d0d0d0
}
table.striped>tbody>tr:nth-child(odd)
{
background-color: #f2f2f2
}
table.striped>tbody>tr>td
{
border-radius: 0px
}
table.highlight>tbody>tr
{
-webkit-transition: background-color 0.25s ease;
-moz-transition: background-color 0.25s ease;
-o-transition: background-color 0.25s ease;
-ms-transition: background-color 0.25s ease;
transition: background-color 0.25s ease
}
table.highlight>tbody>tr:hover
{
background-color: #f2f2f2
}
table.centered thead tr th, table.centered tbody tr td
{
text-align: center
}
thead
{
border-bottom: 1px solid #d0d0d0
}
@media only screen and (max-width: 992px) {
table.responsive-table
{
width: 100%;
border-collapse: collapse;
border-spacing: 0;
display: block;
position: relative
}
table.responsive-table th, table.responsive-table td
{
margin: 0;
vertical-align: top
}
table.responsive-table th
{
text-align: left
}
table.responsive-table thead
{
display: block;
float: left
}
table.responsive-table thead tr
{
display: block;
padding: 0 10px 0 0
}
table.responsive-table thead tr th::before
{
content: "\00a0"
}
table.responsive-table tbody
{
display: block;
width: auto;
position: relative;
overflow-x: auto;
white-space: nowrap
}
table.responsive-table tbody tr
{
display: inline-block;
vertical-align: top
}
table.responsive-table th
{
display: block;
text-align: right
}
table.responsive-table td
{
display: block;
min-height: 1.25em;
text-align: left
}
table.responsive-table tr
{
padding: 0 10px
}
table.responsive-table thead
{
border: 0;
border-right: 1px solid #d0d0d0
}
table.responsive-table.bordered th
{
border-bottom: 0;
border-left: 0
}
table.responsive-table.bordered td
{
border-left: 0;
border-right: 0;
border-bottom: 0
}
table.responsive-table.bordered tr
{
border: 0
}
table.responsive-table.bordered tbody tr
{
border-right: 1px solid #d0d0d0
}
}
.collection
{
margin: 0.5rem 0 1rem 0;
border: 1px solid #e0e0e0;
border-radius: 2px;
overflow: hidden;
position: relative
}
.collection .collection-item
{
background-color: #fff;
line-height: 1.5rem;
padding: 10px 20px;
margin: 0;
border-bottom: 1px solid #e0e0e0
}
.collection .collection-item.avatar
{
min-height: 84px;
padding-left: 72px;
position: relative
}
.collection .collection-item.avatar .circle
{
position: absolute;
width: 42px;
height: 42px;
overflow: hidden;
left: 15px;
display: inline-block;
vertical-align: middle
}
.collection .collection-item.avatar i.circle
{
font-size: 18px;
line-height: 42px;
color: #fff;
background-color: #999;
text-align: center
}
.collection .collection-item.avatar .title
{
font-size: 16px
}
.collection .collection-item.avatar p
{
margin: 0
}
.collection .collection-item.avatar .secondary-content
{
position: absolute;
top: 16px;
right: 16px
}
.collection .collection-item:last-child
{
border-bottom: none
}
.collection .collection-item.active
{
background-color: #ff4081;
color: #fff
}
.collection .collection-item.active .secondary-content
{
color: #fff
}
.collection a.collection-item
{
display: block;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
-ms-transition: 0.25s;
transition: 0.25s;
color: #ff4081
}
.collection a.collection-item:not(.active):hover
{
background-color: #ddd
}
.collection.with-header .collection-header
{
background-color: #fff;
border-bottom: 1px solid #e0e0e0;
padding: 10px 20px
}
.collection.with-header .collection-item
{
padding-left: 30px
}
.collection.with-header .collection-item.avatar
{
padding-left: 72px
}
.secondary-content
{
float: right;
color: #ff4081
}
.collapsible .collection
{
margin: 0;
border: none
}
span.badge
{
min-width: 3rem;
padding: 0 6px;
text-align: center;
font-size: 1rem;
line-height: inherit;
color: #757575;
position: absolute;
right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
span.badge.new
{
font-weight: 300;
font-size: 0.8rem;
color: #fff;
background-color: #ff4081;
border-radius: 2px
}
span.badge.new:after
{
content: " new"
}
nav ul a span.badge
{
position: static;
margin-left: 4px;
line-height: 0
}
.video-container
{
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden
}
.video-container iframe, .video-container object, .video-container embed
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.progress
{
position: relative;
height: 4px;
display: block;
width: 100%;
background-color: #fff;
border-radius: 2px;
margin: 0.5rem 0 1rem 0;
overflow: hidden
}
.progress .determinate
{
position: absolute;
background-color: inherit;
top: 0;
left: 0;
bottom: 0;
background-color: #ff4081;
-webkit-transition: width 0.3s linear;
-moz-transition: width 0.3s linear;
-o-transition: width 0.3s linear;
-ms-transition: width 0.3s linear;
transition: width 0.3s linear
}
.progress .indeterminate
{
background-color: #ff4081
}
.progress .indeterminate:before
{
content: '';
position: absolute;
background-color: inherit;
top: 0;
left: 0;
bottom: 0;
will-change: left, right;
-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
-moz-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
-ms-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
-o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite
}
.progress .indeterminate:after
{
content: '';
position: absolute;
background-color: inherit;
top: 0;
left: 0;
bottom: 0;
will-change: left, right;
-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
-moz-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
-ms-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
-o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
-webkit-animation-delay: 1.15s;
-moz-animation-delay: 1.15s;
-ms-animation-delay: 1.15s;
-o-animation-delay: 1.15s;
animation-delay: 1.15s
}
.hide
{
display: none !important
}
.left-align
{
text-align: left
}
.right-align
{
text-align: right
}
.center, .center-align
{
text-align: center
}
.left
{
float: left !important
}
.right
{
float: right !important
}
.no-select, input[type=range], input[type=range]+.thumb
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.circle
{
border-radius: 50%
}
.center-block
{
display: block;
margin-left: auto;
margin-right: auto
}
.truncate
{
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.no-padding
{
padding: 0 !important
}
.mdi-fw
{
width: 1.28571429em;
text-align: center
}
.mdi-ul
{
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none
}
.mdi-ul>li
{
position: relative
}
.mdi-li
{
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center
}
.mdi-li.mdi-lg
{
left: -1.85714286em
}
.mdi-border
{
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em
}
.mdi-spin
{
-webkit-animation: mdi-spin 2s infinite linear;
animation: mdi-spin 2s infinite linear;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%
}
.mdi-pulse
{
-webkit-animation: mdi-spin 1s steps(8) infinite;
animation: mdi-spin 1s steps(8) infinite;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%
}
@-webkit-keyframes mdi-spin
{
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes mdi-spin
{
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.mdi-rotate-90
{
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.mdi-rotate-180
{
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg)
}
.mdi-rotate-270
{
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg)
}
.mdi-flip-horizontal
{
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1)
}
.mdi-flip-vertical
{
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1)
}
:root .mdi-rotate-90, :root .mdi-rotate-180, :root .mdi-rotate-270, :root .mdi-flip-horizontal, :root .mdi-flip-vertical
{
filter: none
}
.mdi-stack
{
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle
}
.mdi-stack-1x, .mdi-stack-2x
{
position: absolute;
left: 0;
width: 100%;
text-align: center
}
.mdi-stack-1x
{
line-height: inherit
}
.mdi-stack-2x
{
font-size: 2em
}
.mdi-inverse
{
color: #ffffff
}
.container .row
{
margin-left: -0.75rem;
margin-right: -0.75rem
}
.section
{
padding-top: 1rem;
padding-bottom: 1rem
}
.section.no-pad
{
padding: 0
}
.section.no-pad-bot
{
padding-bottom: 0
}
.section.no-pad-top
{
padding-top: 0
}
.card-panel
{
transition: box-shadow .25s;
padding: 20px;
margin: 0.5rem 0 1rem 0;
border-radius: 2px;
background-color: #fff
}
.card
{
position: relative;
margin: 0.5rem 0 1rem 0;
background-color: #fff;
transition: box-shadow .25s;
border-radius: 2px
}
.card .card-title
{
font-size: 24px;
font-weight: 300
}
.card .card-title.activator
{
cursor: pointer
}
.card.small, .card.medium, .card.large
{
position: relative
}
.card.small .card-image, .card.medium .card-image, .card.large .card-image
{
max-height: 60%;
overflow: hidden
}
.card.small .card-content, .card.medium .card-content, .card.large .card-content
{
max-height: 40%;
overflow: hidden
}
.card.small .card-action, .card.medium .card-action, .card.large .card-action
{
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
background-color: inherit
}
.card.small
{
height: 300px
}
.card.medium
{
height: 400px
}
.card.large
{
height: 500px
}
.card .card-image
{
position: relative
}
.card .card-image img
{
display: block;
border-radius: 2px 2px 0 0;
position: relative;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%
}
.card .card-image .card-title
{
color: #fff;
position: absolute;
bottom: 0;
left: 0;
padding: 20px
}
.card .card-content
{
padding:12px;
border-radius: 0 0 2px 2px
}
.card .card-content p
{
margin: 0;
color: inherit;
}
.card .card-content p.card-stats-title
{
font-size:1.8em;
}
.card .card-content p.card-stats-title i img{ width:30px;}
.card .card-content .card-title
{
line-height: 48px
}
.card .card-action
{
border-top: 1px solid rgba(160,160,160,0.2);
padding:5px; text-align:center;
}
.card .card-action img
{
width:90%;
}
.mdi-hardware-keyboard-arrow-up img{ width:16px;}
.mdi-editor-insert-drive-file img,.mdi-action-trending-up img{ width:28px;}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating)
{
color: #ffab40;
margin-right: 20px;
-webkit-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
text-transform: uppercase
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover
{
color: #ffd8a6
}
.card .card-reveal
{
padding: 20px;
position: absolute;
background-color: #fff;
width: 100%;
overflow-y: auto;
top: 100%;
height: 100%;
z-index: 1;
display: none
}
.card .card-reveal .card-title
{
cursor: pointer;
display: block
}
#toast-container
{
display: block;
position: fixed;
z-index: 10000
}
.toast
{
border-radius: 2px;
top: 0;
width: auto;
clear: both;
margin-top: 10px;
position: relative;
max-width: 100%;
height: auto;
min-height: 48px;
line-height: 1.5em;
word-break: break-all;
background-color: #323232;
padding: 10px 25px;
font-size: 1.1rem;
font-weight: 300;
color: #fff;
display: flex;
align-items: center;
justify-content: space-between
}
.toast .btn, .toast .btn-large, .toast .btn-flat
{
margin: 0;
margin-left: 3rem
}
.toast.rounded
{
border-radius: 24px
}
@media only screen and (max-width: 600px) {
.toast
{
width: 100%;
border-radius: 0
}
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
.toast
{
float: left
}
}
@media only screen and (min-width: 993px) {
.toast
{
float: right
}
}
.tabs
{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
position: relative;
overflow-x: hidden;
overflow-y: hidden;
height: 48px;
background-color: #fff;
margin: 0 auto;
width: 100%;
white-space: nowrap
}
.tabs .tab
{
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: block;
float: left;
text-align: center;
line-height: 48px;
height: 48px;
padding: 0;
margin: 0;
text-transform: uppercase;
text-overflow: ellipsis;
overflow: hidden;
letter-spacing: .8px;
width: 15%;
min-width: 80px
}
.tabs .tab a
{
color: #00bcd4;
display: block;
width: 100%;
height: 100%;
text-overflow: ellipsis;
overflow: hidden;
-webkit-transition: color 0.28s ease;
-moz-transition: color 0.28s ease;
-o-transition: color 0.28s ease;
-ms-transition: color 0.28s ease;
transition: color 0.28s ease
}
.tabs .tab a:hover
{
color: #3be9ff
}
.tabs .tab.disabled a
{
color: #3be9ff;
cursor: default
}
.tabs .indicator
{
position: absolute;
bottom: 0;
height: 2px;
background-color: #22e6ff;
will-change: left, right
}
.material-tooltip
{
padding: 10px 8px;
font-size: 1rem;
z-index: 2000;
background-color: transparent;
border-radius: 2px;
color: #fff;
min-height: 36px;
line-height: 120%;
opacity: 0;
display: none;
position: absolute;
text-align: center;
max-width: calc(100% - 4px);
overflow: hidden;
left: 0;
top: 0;
will-change: top, left
}
.backdrop
{
position: absolute;
opacity: 0;
display: none;
height: 7px;
width: 14px;
border-radius: 0 0 14px 14px;
background-color: #323232;
z-index: -1;
-webkit-transform-origin: 50% 10%;
-moz-transform-origin: 50% 10%;
-ms-transform-origin: 50% 10%;
-o-transform-origin: 50% 10%;
transform-origin: 50% 10%;
will-change: transform, opacity
}
.btn, .btn-large, .btn-flat
{
border: none;
border-radius: 2px;
display: inline-block;
height: 36px;
line-height: 36px;
outline: 0;
padding: 0 2rem;
text-transform: uppercase;
vertical-align: middle;
-webkit-tap-highlight-color: transparent
}
.btn.disabled, .disabled.btn-large, .btn-floating.disabled, .btn-large.disabled, .btn:disabled, .btn-large:disabled, .btn-large:disabled, .btn-floating:disabled
{
background-color: #DFDFDF !important;
box-shadow: none;
color: #9F9F9F !important;
cursor: default
}
.btn.disabled *, .disabled.btn-large *, .btn-floating.disabled *, .btn-large.disabled *, .btn:disabled *, .btn-large:disabled *, .btn-large:disabled *, .btn-floating:disabled *
{
pointer-events: none
}
.btn.disabled:hover, .disabled.btn-large:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .btn-large:disabled:hover, .btn-floating:disabled:hover
{
background-color: #DFDFDF;
color: #9F9F9F
}
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i
{
font-size: 1.3rem;
line-height: inherit
}
.btn, .btn-large
{
text-decoration: none;
color: #fff;
background-color: #ff4081;
text-align: center;
letter-spacing: .5px;
-webkit-transition: 0.2s ease-out;
-moz-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
-ms-transition: 0.2s ease-out;
transition: 0.2s ease-out;
cursor: pointer
}
.btn:hover, .btn-large:hover
{
background-color: #ff5a92
}
.btn-floating
{
display: inline-block;
color: #fff;
position: relative;
overflow: hidden;
z-index: 1;
width: 37px;
height: 37px;
line-height: 37px;
padding: 0;
background-color: #ff4081;
border-radius: 50%;
transition: .3s;
cursor: pointer;
vertical-align: middle
}
.btn-floating i
{
width: inherit;
display: inline-block;
text-align: center;
color: #fff;
font-size: 1.6rem;
line-height: 37px
}
.btn-floating:before
{
border-radius: 0
}
.btn-floating.btn-large
{
width: 55.5px;
height: 55.5px
}
.btn-floating.btn-large i
{
line-height: 55.5px
}
button.btn-floating
{
border: none
}
.fixed-action-btn
{
position: fixed;
right: 23px;
bottom: 23px;
padding-top: 15px;
margin-bottom: 0;
z-index: 998
}
.fixed-action-btn.active ul
{
visibility: visible
}
.fixed-action-btn.horizontal
{
padding: 0 0 0 15px
}
.fixed-action-btn.horizontal ul
{
text-align: right;
right: 64px;
top: 50%;
transform: translateY(-50%);
height: 100%;
left: initial;
width: 500px
}
.fixed-action-btn.horizontal ul li
{
display: inline-block;
margin: 15px 15px 0 0
}
.fixed-action-btn ul
{
left: 0;
right: 0;
text-align: center;
position: absolute;
bottom: 64px;
margin: 0;
visibility: hidden
}
.fixed-action-btn ul li
{
margin-bottom: 15px
}
.fixed-action-btn ul a.btn-floating
{
opacity: 0
}
.btn-flat
{
box-shadow: none;
background-color: transparent;
color: #343434;
cursor: pointer
}
.btn-flat.disabled
{
color: #b3b3b3;
cursor: default
}
.btn-large
{
height: 54px;
line-height: 56px
}
.btn-large i
{
font-size: 1.6rem
}
.btn-block
{
display: block
}
.dropdown-content
{
background-color: #fff;
margin: 0;
display: none;
min-width: 100px;
max-height: 650px;
overflow-y: auto;
opacity: 0;
position: absolute;
z-index: 999;
will-change: width, height
}
.dropdown-content li
{
clear: both;
color: rgba(0,0,0,0.87);
cursor: pointer;
min-height: 35px;
line-height: 1.5rem;
width: 100%;
text-align: left;
text-transform: none
}
.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected
{
background-color: #eee
}
.dropdown-content li.active.selected
{
background-color: #e1e1e1
}
.dropdown-content li.divider
{
min-height: 0;
height: 1px
}
.dropdown-content li>a, .dropdown-content li>span
{
font-size: 16px;
color: #ff4081;
display: block;
line-height: 22px;
padding: 6.5px 16px
}
.dropdown-content li>span>label
{
top: 1px;
left: 3px;
height: 18px
}
.dropdown-content li>a>i
{
height: inherit;
line-height: inherit
}/*!
* Waves v0.6.0
* http://fian.my.id/Waves
*
* Copyright 2014 <NAME> and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE
*/
.waves-effect
{
position: relative;
cursor: pointer;
display: inline-block;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
vertical-align: middle;
z-index: 1;
will-change: opacity, transform;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out
}
.waves-effect .waves-ripple
{
position: absolute;
border-radius: 50%;
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
opacity: 0;
background: rgba(0,0,0,0.2);
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
-ms-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
pointer-events: none
}
.waves-effect.waves-light .waves-ripple
{
background-color: rgba(255,255,255,0.45)
}
.waves-effect.waves-red .waves-ripple
{
background-color: rgba(244,67,54,0.7)
} | 0.314787 | 0.124452 |
#optionsframework {
/*max-width:1000px;*/
background:#fff;
}
#optionsframework h3 {
cursor: default;
background-color: #f1f1f1;
border-bottom: 1px solid #ddd;
margin: 0;
font-size: 14px;
padding: 10px;
}
#optionsframework p {
margin-bottom:0;
padding-bottom:10px;
}
#optionsframework .section {
padding:15px 15px 15px 300px;
}
#optionsframework .group {
padding-bottom:40px;
}
#optionsframework .section h4{
float: left;
/*margin-left: -280px;*/
width: 280px;
margin: 0 0 0 -280px;
line-height: 20px;
}
#optionsframework .section .controls {
float: left;
min-width:450px;
max-width:800px;
/*width: 54%;*/
padding-right:2%;
}
#optionsframework .section .explain {
max-width:38%;
float: left;
font-size: 12px;
line-height:16px;
color: #777;
}
#optionsframework .section .dopto {
color: #B98D9e;
}
#optionsframework .section-checkbox .controls {
width: 98%;
}
#optionsframework .section-checkbox .explain {
max-width:94%;
}
#optionsframework .controls input[type=text] {
width:100%;
}
#optionsframework .controls input[type=text].wp-color-picker {
width: 65px;
}
#optionsframework .controls select, #optionsframework .controls textarea {
margin-bottom:10px;
width:100%;
}
#optionsframework .section-radio label, #optionsframework .section-multicheck label {
float:left;
max-width:90%;
line-height: 16px;
margin-bottom: 5px;
}
#optionsframework input.checkbox, #optionsframework input.of-radio {
margin: 0 10px 5px 0;
float:left;
clear:both;
}
#optionsframework .section-typography .controls {
float:none;
width:auto;
}
#optionsframework .section-typography .explain {
float:none;
width:auto;
}
#optionsframework .controls .of-typography-size {
width:80px;
float:left
}
#optionsframework .controls .of-typography-unit {
width:50px;
margin-left:5px;
float:left
}
#optionsframework .controls .of-typography-face {
width:100px;
margin-left:5px;
float:left
}
#optionsframework .controls .of-typography-style {
width:80px;
margin-left:5px;
margin-right:5px;
float:left
}
#optionsframework .section-typography .wp-picker-container {
margin-top:2px;
}
#optionsframework .of-background-properties {
clear:both;
margin-top: 18px;
}
#optionsframework .controls .of-background-repeat {
width:125px;
margin-right:5px;
float:left
}
#optionsframework .controls .of-background-position {
width:125px;
margin-right:5px;
float:left
}
#optionsframework .controls .of-background-attachment {
width:125px;
margin-right:5px;
float:left
}
#optionsframework .section-background .wp-picker-container {
margin-bottom:10px;
}
#optionsframework .controls .of-radio-img-img {
border:3px solid #f9f9f9;
margin:0 5px 10px 0;
display:none;
cursor:pointer;
float:left;
}
#optionsframework .controls .of-radio-img-selected {
border:3px solid #ccc
}
#optionsframework .controls .of-radio-img-img:hover {
opacity:.8;
}
#optionsframework .controls .of-border-width {
width:80px;
float:left
}
#optionsframework .controls .of-border-style {
width:120px;
float:left
}
#optionsframework .hide {
display:none;
}
#optionsframework .of-option-image {
max-width:340px;
margin:3px 0 18px 0;
}
#optionsframework .mini .controls select, #optionsframework .section .mini .controls {
width: 140px;
}
#optionsframework .mini .controls input, #optionsframework .mini .controls {
min-width:140px;
width: 140px;
}
#optionsframework .mini .explain {
max-width:74%;
}
/* Editor */
#optionsframework .section-editor .explain {
max-width: 98%;
float:none;
margin-bottom:5px;
}
/* Image Uploader */
#optionsframework .controls input.upload {
width:80%;
}
#optionsframework .screenshot {
float:left;
margin-left:1px;
position:relative;
width:344px;
margin-top:3px;
}
#optionsframework .screenshot img {
background:#fafafa;
border-color:#ccc #eee #eee #ccc;
border-style:solid;
border-width:1px;
float:left;
max-width:334px;
padding:4px;
margin-bottom:10px;
}
#optionsframework .screenshot .remove-image {
background:url("../images/ico-delete.png") no-repeat;
border:medium none;
bottom:4px;
display:block;
float:left;
height:16px;
padding:0;
position:absolute;
left:-4px;
text-indent:-9999px;
width:16px;
}
#optionsframework .screenshot .no_image .file_link {
margin-left: 20px;
}
#optionsframework .screenshot .no_image .remove-button {
bottom: 0px;
}
#optionsframework .reset-button {
float:left;
cursor:pointer;
}
/* Bottom Section */
#optionsframework-submit {
padding: 7px 10px;
border-top: 1px solid #ddd;
background-color: #f1f1f1;
}
#optionsframework .button-primary {
float:right;
}
#optionsframework .section:after {
content: "";
display: table;
}
#optionsframework .section:after {
clear: both;
}
input.of-radio-img-radio{display: none;}
.of-radio-img-label{display: none;}
.of-radio-color{
display: inline-block;width: 20px;height: 20px;margin: 0 5px 0 0;
}
#optionsframework .controls .of-radio-img-img {
border:3px solid #f9f9f9;
margin:0 5px 10px 0;
/*display:none;*/
cursor:pointer;
float:left;
}
#optionsframework .controls .of-radio-img-selected {
border:3px solid #ccc
}
#optionsframework .controls .of-radio-img-img:hover {
opacity:.8;
}
#optionsframework .controls .of-border-width {
width:80px;
float:left
}
#optionsframework .controls .of-border-style {
width:120px;
float:left
}
#optionsframework .section.op-multicheck{
padding-top: 0;
margin-top: -10px;
}
#optionsframework .section-color .controls,
#optionsframework .section-colorradio .controls,
#optionsframework .section-radio .controls{float: none;width: 100%;overflow: hidden;margin-bottom: 5px;}
#optionsframework .section-color .explain,
#optionsframework .section-colorradio .explain,
#optionsframework .section-radio .explain{float: none;width: 100%;}
@media (max-width: 980px) {
#optionsframework .section{padding-left: 20px;}
#optionsframework .section h4{float: none;margin-left: 0;}
#optionsframework .section .explain{max-width: 100%;}
}
@media (max-width: 480px){
#optionsframework .section .controls{min-width:300px;}
#optionsframework .screenshot{width:260px;}
#optionsframework .screenshot img{max-width:260px;}
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
margin-bottom: 15px;
}
@media (min-width: 768px){
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-control, output {
display: block;
font-size: 14px;
line-height: 1.42857;
color: #555;
}
#optionsframework .col-xs-9 .button-primary {
float: left;
}
.form-horizontal .form-group:after {
clear: both;
}
.form-horizontal .form-group:after, .form-horizontal .form-group:before {
content: " ";
display: table;
}
*, :after, :before {
box-sizing: border-box;
}
.col-xs-3 {
width: 25%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.form-control {
width: 100%;
height: 34px;
padding: 6px 12px;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container {
margin: 0;
position: relative;
display: inline-block;
/* inline-block for ie7 */
zoom: 1;
*display: inline;
vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
/*
Force border-box so that % widths fit the parent
container without overlap because of margin/padding.
More Info : http://www.quirksmode.org/css/box.html
*/
-webkit-box-sizing: border-box; /* webkit */
-moz-box-sizing: border-box; /* firefox */
box-sizing: border-box; /* css3 */
}
.select2-container .select2-choice {
display: block;
height: 26px;
padding: 0 0 0 8px;
overflow: hidden;
position: relative;
border: 1px solid #aaa;
white-space: nowrap;
line-height: 26px;
color: #444;
text-decoration: none;
border-radius: 4px;
background-clip: padding-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #fff;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
border-bottom-color: #aaa;
border-radius: 0 0 4px 4px;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
margin-right: 26px;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: none;
width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
margin-left: 26px;
margin-right: 0;
}
.select2-container .select2-choice abbr {
display: none;
width: 12px;
height: 12px;
position: absolute;
right: 24px;
top: 8px;
font-size: 1px;
text-decoration: none;
border: 0;
background: url('../images/select2.png') right top no-repeat;
cursor: pointer;
outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
display: inline-block;
}
.select2-container .select2-choice abbr:hover {
background-position: right -11px;
cursor: pointer;
}
.select2-drop-mask {
border: 0;
margin: 0;
padding: 0;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 9998;
/* styles required for IE to work */
background-color: #fff;
filter: alpha(opacity=0);
}
.select2-drop {
width: 100%;
margin-top: -1px;
position: absolute;
z-index: 9999;
top: 100%;
background: #fff;
color: #000;
border: 1px solid #aaa;
border-top: 0;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.select2-drop.select2-drop-above {
margin-top: 1px;
border-top: 1px solid #aaa;
border-bottom: 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}
.select2-drop-active {
border: 1px solid #5897fb;
border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
border-top: 1px solid #aaa;
width: auto;
}
.select2-drop-auto-width .select2-search {
padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
display: inline-block;
width: 18px;
height: 100%;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #aaa;
border-radius: 0 4px 4px 0;
background-clip: padding-box;
background: #ccc;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
left: 0;
right: auto;
border-left: none;
border-right: 1px solid #aaa;
border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
display: block;
width: 100%;
height: 100%;
background: url('../images/select2.png') no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
background-position: 2px 1px;
}
.select2-search {
display: inline-block;
width: 100%;
min-height: 26px;
margin: 0;
padding-left: 4px;
padding-right: 4px;
position: relative;
z-index: 10000;
white-space: nowrap;
}
.select2-search input {
width: 100%;
height: auto !important;
min-height: 26px;
padding: 4px 20px 4px 5px;
margin: 0;
outline: 0;
font-family: sans-serif;
font-size: 1em;
border: 1px solid #aaa;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: #fff url('../images/select2.png') no-repeat 100% -22px;
background: url('../images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url('../images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
padding: 4px 5px 4px 20px;
background: #fff url('../images/select2.png') no-repeat -37px -22px;
background: url('../images/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url('../images/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
margin-top: 4px;
}
.select2-search input.select2-active {
background: #fff url('../images/select2-spinner.gif') no-repeat 100%;
background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
border: 1px solid #5897fb;
outline: none;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-dropdown-open .select2-choice {
border-bottom-color: transparent;
-webkit-box-shadow: 0 1px 0 #fff inset;
box-shadow: 0 1px 0 #fff inset;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-color: #eee;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
border: 1px solid #5897fb;
border-top-color: transparent;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
background: transparent;
border-left: none;
filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -16px 1px;
}
.select2-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/* results */
.select2-results {
max-height: 200px;
padding: 0 0 0 4px;
margin: 4px 4px 4px 0;
position: relative;
overflow-x: hidden;
overflow-y: auto;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
padding: 0 4px 0 0;
margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
margin: 0;
padding-left: 0;
}
.select2-results li {
list-style: none;
display: list-item;
background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
font-weight: bold;
}
.select2-results .select2-result-label {
padding: 3px 7px 4px;
margin: 0;
cursor: pointer;
min-height: 1em;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }
.select2-results .select2-highlighted {
background: #3875d7;
color: #fff;
}
.select2-results li em {
background: #feffde;
font-style: normal;
}
.select2-results .select2-highlighted em {
background: transparent;
}
.select2-results .select2-highlighted ul {
background: #fff;
color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
background: #f4f4f4;
display: list-item;
padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
color: #666;
background: #f4f4f4;
display: list-item;
cursor: default;
}
.select2-results .select2-disabled {
background: #f4f4f4;
display: list-item;
cursor: default;
}
.select2-results .select2-selected {
display: none;
}
.select2-more-results.select2-active {
background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
background: rgba(255, 50, 50, .2);
}
.select2-more-results {
background: #f4f4f4;
display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
background-color: #f4f4f4;
background-image: none;
border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
height: auto !important;
height: 1%;
margin: 0;
padding: 0 5px 0 0;
position: relative;
border: 1px solid #aaa;
cursor: text;
overflow: hidden;
background-color: #fff;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
padding: 0 0 0 5px;
}
.select2-locked {
padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
border: 1px solid #5897fb;
outline: none;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
float: left;
list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
padding: 5px;
margin: 1px 0;
font-family: sans-serif;
font-size: 100%;
color: #666;
outline: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
background: #fff url('../images/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
padding: 4px 18px 4px 5px;
margin: 3px 0 3px 5px;
position: relative;
line-height: 13px;
color: #333;
cursor: default;
border: 1px solid #aaaaaa;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
background-clip: padding-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #e4e4e4;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
margin: 3px 5px 3px 0;
padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
background: #d4d4d4;
}
.select2-search-choice-close {
display: block;
width: 12px;
height: 13px;
position: absolute;
right: 3px;
top: 4px;
font-size: 1px;
outline: none;
background: url('../images/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
right: auto;
left: 3px;
}
.select2-container-multi .select2-search-choice-close {
right: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
left: auto;
right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
padding: 3px 5px 3px 5px;
border: 1px solid #ddd;
background-image: none;
background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;
background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
text-decoration: underline;
}
.select2-offscreen, .select2-offscreen:focus {
clip: rect(0 0 0 0) !important;
width: 1px !important;
height: 1px !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
position: absolute !important;
outline: 0 !important;
left: 0px !important;
top: 0px !important;
}
.select2-display-none {
display: none;
}
.select2-measure-scrollbar {
position: absolute;
top: -10000px;
left: -10000px;
width: 100px;
height: 100px;
overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
background-image: url('../images/select2x2.png') !important;
background-repeat: no-repeat !important;
background-size: 60px 40px !important;
}
.select2-search input {
background-position: 100% -21px !important;
}
}
.section-fields .csf-cloneable-hidden {
display: none !important;
}
.section-fields .csf-cloneable-wrapper {
position: relative;
}
.section-fields .csf-cloneable-item {
display: none;
position: relative;
margin-bottom: 5px;
}
.section-fields .csf-cloneable-item h4 {
font-size: 1em;
}
.section-fields .ui-accordion .csf-cloneable-item {
display: block;
}
.section-fields .csf-cloneable-content {
border: 1px solid #e5e5e5;
background: #fff;
}
.section-fields .csf-cloneable-content > .csf-field {
padding: 15px;
}
.section-fields .csf-cloneable-title {
display: block;
cursor: pointer;
position: relative;
margin: 0;
padding: 15px 65px 15px 10px;
min-height: 0;
font-size: 100%;
border: 1px solid #e5e5e5;
background: #fafafa;
-webkit-user-select: none;
user-select: none;
-moz-transition: border-color 0.15s;
-o-transition: border-color 0.15s;
-webkit-transition: border-color 0.15s;
transition: border-color 0.15s;
}
.section-fields .csf-cloneable-title:active, .section-fields .csf-cloneable-title:hover, .section-fields .csf-cloneable-title:focus {
border: 1px solid #bbb;
background: #fafafa;
outline: none;
}
.section-fields .csf-cloneable-helper {
position: absolute;
top: 12px;
right: 10px;
z-index: 1;
font-size: 14px;
line-height: 1em;
}
.section-fields .csf-cloneable-helper i {
display: inline-block;
cursor: pointer;
padding: 5px;
color: #999;
}
.section-fields .csf-cloneable-helper i:hover {
color: #555;
}
.section-fields .csf-cloneable-content {
padding: 0;
border-top: 0;
}
.section-fields .csf-cloneable-title-prefix,
.section-fields .csf-cloneable-title-number {
margin-right: 5px;
}
.section-fields .csf-cloneable-alert {
display: none;
margin-bottom: 5px;
padding: 10px 20px;
color: #a94442;
border: 1px solid #ebccd1;
background-color: #f2dede;
}
.section-fields .widget-placeholder {
margin-bottom: 10px;
border: 1px dashed #f1c40f;
background-color: #fffae4;
}
.section-fields .csf-cloneable-header-icon {
display: inline-block;
text-align: center;
font-size: 14px;
width: 17px;
color: #aaa;
text-indent: 0;
vertical-align: text-top;
}
.section-fields .csf-cloneable-placeholder {
background-color: #ddd;
margin-top: 4px;
width: 100px;
height: 10px;
font-size: 10px;
line-height: 10px;
display: inline-block;
vertical-align: top;
border-radius: 2px;
}
#optionsframework .section-fields .csf-field h3 {
margin-top: 0;
padding: 0;
background: #fff;
border-bottom: none;
}
#optionsframework .controls .csf-field select{margin:0;}
.csf-field {
position: relative;
padding: 30px;
}
.csf-field + .csf-field:not(.hidden) {
border-top: 1px solid #eee;
}
.csf-field p:first-child {
margin-top: 0;
}
.csf-field p:last-child {
margin-bottom: 0;
}
.csf-field:after, .csf-field:before {
content: " ";
display: table;
}
.csf-field:after {
clear: both;
}
.csf-field .csf-title {
position: relative;
width: 40%;
float: left;
line-height: 28px;
height: 28px;
}
.csf-field .csf-title h4 {
margin: 0;
color: #23282d;
}
.csf-field .csf-fieldset {
margin-left: 40%;
}
.csf-pseudo-field {
padding: 0 5px 0 0 !important;
display: inline-block;
}
.csf-pseudo-field + .csf-pseudo-field {
border: 0;
}
.csf-pseudo-field pre {
display: none;
} | wp-content/themes/qux/settings/css/optionsframework.css |
#optionsframework {
/*max-width:1000px;*/
background:#fff;
}
#optionsframework h3 {
cursor: default;
background-color: #f1f1f1;
border-bottom: 1px solid #ddd;
margin: 0;
font-size: 14px;
padding: 10px;
}
#optionsframework p {
margin-bottom:0;
padding-bottom:10px;
}
#optionsframework .section {
padding:15px 15px 15px 300px;
}
#optionsframework .group {
padding-bottom:40px;
}
#optionsframework .section h4{
float: left;
/*margin-left: -280px;*/
width: 280px;
margin: 0 0 0 -280px;
line-height: 20px;
}
#optionsframework .section .controls {
float: left;
min-width:450px;
max-width:800px;
/*width: 54%;*/
padding-right:2%;
}
#optionsframework .section .explain {
max-width:38%;
float: left;
font-size: 12px;
line-height:16px;
color: #777;
}
#optionsframework .section .dopto {
color: #B98D9e;
}
#optionsframework .section-checkbox .controls {
width: 98%;
}
#optionsframework .section-checkbox .explain {
max-width:94%;
}
#optionsframework .controls input[type=text] {
width:100%;
}
#optionsframework .controls input[type=text].wp-color-picker {
width: 65px;
}
#optionsframework .controls select, #optionsframework .controls textarea {
margin-bottom:10px;
width:100%;
}
#optionsframework .section-radio label, #optionsframework .section-multicheck label {
float:left;
max-width:90%;
line-height: 16px;
margin-bottom: 5px;
}
#optionsframework input.checkbox, #optionsframework input.of-radio {
margin: 0 10px 5px 0;
float:left;
clear:both;
}
#optionsframework .section-typography .controls {
float:none;
width:auto;
}
#optionsframework .section-typography .explain {
float:none;
width:auto;
}
#optionsframework .controls .of-typography-size {
width:80px;
float:left
}
#optionsframework .controls .of-typography-unit {
width:50px;
margin-left:5px;
float:left
}
#optionsframework .controls .of-typography-face {
width:100px;
margin-left:5px;
float:left
}
#optionsframework .controls .of-typography-style {
width:80px;
margin-left:5px;
margin-right:5px;
float:left
}
#optionsframework .section-typography .wp-picker-container {
margin-top:2px;
}
#optionsframework .of-background-properties {
clear:both;
margin-top: 18px;
}
#optionsframework .controls .of-background-repeat {
width:125px;
margin-right:5px;
float:left
}
#optionsframework .controls .of-background-position {
width:125px;
margin-right:5px;
float:left
}
#optionsframework .controls .of-background-attachment {
width:125px;
margin-right:5px;
float:left
}
#optionsframework .section-background .wp-picker-container {
margin-bottom:10px;
}
#optionsframework .controls .of-radio-img-img {
border:3px solid #f9f9f9;
margin:0 5px 10px 0;
display:none;
cursor:pointer;
float:left;
}
#optionsframework .controls .of-radio-img-selected {
border:3px solid #ccc
}
#optionsframework .controls .of-radio-img-img:hover {
opacity:.8;
}
#optionsframework .controls .of-border-width {
width:80px;
float:left
}
#optionsframework .controls .of-border-style {
width:120px;
float:left
}
#optionsframework .hide {
display:none;
}
#optionsframework .of-option-image {
max-width:340px;
margin:3px 0 18px 0;
}
#optionsframework .mini .controls select, #optionsframework .section .mini .controls {
width: 140px;
}
#optionsframework .mini .controls input, #optionsframework .mini .controls {
min-width:140px;
width: 140px;
}
#optionsframework .mini .explain {
max-width:74%;
}
/* Editor */
#optionsframework .section-editor .explain {
max-width: 98%;
float:none;
margin-bottom:5px;
}
/* Image Uploader */
#optionsframework .controls input.upload {
width:80%;
}
#optionsframework .screenshot {
float:left;
margin-left:1px;
position:relative;
width:344px;
margin-top:3px;
}
#optionsframework .screenshot img {
background:#fafafa;
border-color:#ccc #eee #eee #ccc;
border-style:solid;
border-width:1px;
float:left;
max-width:334px;
padding:4px;
margin-bottom:10px;
}
#optionsframework .screenshot .remove-image {
background:url("../images/ico-delete.png") no-repeat;
border:medium none;
bottom:4px;
display:block;
float:left;
height:16px;
padding:0;
position:absolute;
left:-4px;
text-indent:-9999px;
width:16px;
}
#optionsframework .screenshot .no_image .file_link {
margin-left: 20px;
}
#optionsframework .screenshot .no_image .remove-button {
bottom: 0px;
}
#optionsframework .reset-button {
float:left;
cursor:pointer;
}
/* Bottom Section */
#optionsframework-submit {
padding: 7px 10px;
border-top: 1px solid #ddd;
background-color: #f1f1f1;
}
#optionsframework .button-primary {
float:right;
}
#optionsframework .section:after {
content: "";
display: table;
}
#optionsframework .section:after {
clear: both;
}
input.of-radio-img-radio{display: none;}
.of-radio-img-label{display: none;}
.of-radio-color{
display: inline-block;width: 20px;height: 20px;margin: 0 5px 0 0;
}
#optionsframework .controls .of-radio-img-img {
border:3px solid #f9f9f9;
margin:0 5px 10px 0;
/*display:none;*/
cursor:pointer;
float:left;
}
#optionsframework .controls .of-radio-img-selected {
border:3px solid #ccc
}
#optionsframework .controls .of-radio-img-img:hover {
opacity:.8;
}
#optionsframework .controls .of-border-width {
width:80px;
float:left
}
#optionsframework .controls .of-border-style {
width:120px;
float:left
}
#optionsframework .section.op-multicheck{
padding-top: 0;
margin-top: -10px;
}
#optionsframework .section-color .controls,
#optionsframework .section-colorradio .controls,
#optionsframework .section-radio .controls{float: none;width: 100%;overflow: hidden;margin-bottom: 5px;}
#optionsframework .section-color .explain,
#optionsframework .section-colorradio .explain,
#optionsframework .section-radio .explain{float: none;width: 100%;}
@media (max-width: 980px) {
#optionsframework .section{padding-left: 20px;}
#optionsframework .section h4{float: none;margin-left: 0;}
#optionsframework .section .explain{max-width: 100%;}
}
@media (max-width: 480px){
#optionsframework .section .controls{min-width:300px;}
#optionsframework .screenshot{width:260px;}
#optionsframework .screenshot img{max-width:260px;}
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
margin-bottom: 15px;
}
@media (min-width: 768px){
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-control, output {
display: block;
font-size: 14px;
line-height: 1.42857;
color: #555;
}
#optionsframework .col-xs-9 .button-primary {
float: left;
}
.form-horizontal .form-group:after {
clear: both;
}
.form-horizontal .form-group:after, .form-horizontal .form-group:before {
content: " ";
display: table;
}
*, :after, :before {
box-sizing: border-box;
}
.col-xs-3 {
width: 25%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.form-control {
width: 100%;
height: 34px;
padding: 6px 12px;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container {
margin: 0;
position: relative;
display: inline-block;
/* inline-block for ie7 */
zoom: 1;
*display: inline;
vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
/*
Force border-box so that % widths fit the parent
container without overlap because of margin/padding.
More Info : http://www.quirksmode.org/css/box.html
*/
-webkit-box-sizing: border-box; /* webkit */
-moz-box-sizing: border-box; /* firefox */
box-sizing: border-box; /* css3 */
}
.select2-container .select2-choice {
display: block;
height: 26px;
padding: 0 0 0 8px;
overflow: hidden;
position: relative;
border: 1px solid #aaa;
white-space: nowrap;
line-height: 26px;
color: #444;
text-decoration: none;
border-radius: 4px;
background-clip: padding-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #fff;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
border-bottom-color: #aaa;
border-radius: 0 0 4px 4px;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
margin-right: 26px;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: none;
width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
margin-left: 26px;
margin-right: 0;
}
.select2-container .select2-choice abbr {
display: none;
width: 12px;
height: 12px;
position: absolute;
right: 24px;
top: 8px;
font-size: 1px;
text-decoration: none;
border: 0;
background: url('../images/select2.png') right top no-repeat;
cursor: pointer;
outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
display: inline-block;
}
.select2-container .select2-choice abbr:hover {
background-position: right -11px;
cursor: pointer;
}
.select2-drop-mask {
border: 0;
margin: 0;
padding: 0;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 9998;
/* styles required for IE to work */
background-color: #fff;
filter: alpha(opacity=0);
}
.select2-drop {
width: 100%;
margin-top: -1px;
position: absolute;
z-index: 9999;
top: 100%;
background: #fff;
color: #000;
border: 1px solid #aaa;
border-top: 0;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.select2-drop.select2-drop-above {
margin-top: 1px;
border-top: 1px solid #aaa;
border-bottom: 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}
.select2-drop-active {
border: 1px solid #5897fb;
border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
border-top: 1px solid #aaa;
width: auto;
}
.select2-drop-auto-width .select2-search {
padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
display: inline-block;
width: 18px;
height: 100%;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #aaa;
border-radius: 0 4px 4px 0;
background-clip: padding-box;
background: #ccc;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
left: 0;
right: auto;
border-left: none;
border-right: 1px solid #aaa;
border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
display: block;
width: 100%;
height: 100%;
background: url('../images/select2.png') no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
background-position: 2px 1px;
}
.select2-search {
display: inline-block;
width: 100%;
min-height: 26px;
margin: 0;
padding-left: 4px;
padding-right: 4px;
position: relative;
z-index: 10000;
white-space: nowrap;
}
.select2-search input {
width: 100%;
height: auto !important;
min-height: 26px;
padding: 4px 20px 4px 5px;
margin: 0;
outline: 0;
font-family: sans-serif;
font-size: 1em;
border: 1px solid #aaa;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: #fff url('../images/select2.png') no-repeat 100% -22px;
background: url('../images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url('../images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
padding: 4px 5px 4px 20px;
background: #fff url('../images/select2.png') no-repeat -37px -22px;
background: url('../images/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url('../images/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
margin-top: 4px;
}
.select2-search input.select2-active {
background: #fff url('../images/select2-spinner.gif') no-repeat 100%;
background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url('../images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
border: 1px solid #5897fb;
outline: none;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-dropdown-open .select2-choice {
border-bottom-color: transparent;
-webkit-box-shadow: 0 1px 0 #fff inset;
box-shadow: 0 1px 0 #fff inset;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-color: #eee;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
border: 1px solid #5897fb;
border-top-color: transparent;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
background: transparent;
border-left: none;
filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -16px 1px;
}
.select2-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/* results */
.select2-results {
max-height: 200px;
padding: 0 0 0 4px;
margin: 4px 4px 4px 0;
position: relative;
overflow-x: hidden;
overflow-y: auto;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
padding: 0 4px 0 0;
margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
margin: 0;
padding-left: 0;
}
.select2-results li {
list-style: none;
display: list-item;
background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
font-weight: bold;
}
.select2-results .select2-result-label {
padding: 3px 7px 4px;
margin: 0;
cursor: pointer;
min-height: 1em;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }
.select2-results .select2-highlighted {
background: #3875d7;
color: #fff;
}
.select2-results li em {
background: #feffde;
font-style: normal;
}
.select2-results .select2-highlighted em {
background: transparent;
}
.select2-results .select2-highlighted ul {
background: #fff;
color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
background: #f4f4f4;
display: list-item;
padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
color: #666;
background: #f4f4f4;
display: list-item;
cursor: default;
}
.select2-results .select2-disabled {
background: #f4f4f4;
display: list-item;
cursor: default;
}
.select2-results .select2-selected {
display: none;
}
.select2-more-results.select2-active {
background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
background: rgba(255, 50, 50, .2);
}
.select2-more-results {
background: #f4f4f4;
display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
background-color: #f4f4f4;
background-image: none;
border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
height: auto !important;
height: 1%;
margin: 0;
padding: 0 5px 0 0;
position: relative;
border: 1px solid #aaa;
cursor: text;
overflow: hidden;
background-color: #fff;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
padding: 0 0 0 5px;
}
.select2-locked {
padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
border: 1px solid #5897fb;
outline: none;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
float: left;
list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
padding: 5px;
margin: 1px 0;
font-family: sans-serif;
font-size: 100%;
color: #666;
outline: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
background: #fff url('../images/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
padding: 4px 18px 4px 5px;
margin: 3px 0 3px 5px;
position: relative;
line-height: 13px;
color: #333;
cursor: default;
border: 1px solid #aaaaaa;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
background-clip: padding-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #e4e4e4;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
margin: 3px 5px 3px 0;
padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
background: #d4d4d4;
}
.select2-search-choice-close {
display: block;
width: 12px;
height: 13px;
position: absolute;
right: 3px;
top: 4px;
font-size: 1px;
outline: none;
background: url('../images/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
right: auto;
left: 3px;
}
.select2-container-multi .select2-search-choice-close {
right: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
left: auto;
right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
padding: 3px 5px 3px 5px;
border: 1px solid #ddd;
background-image: none;
background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;
background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
text-decoration: underline;
}
.select2-offscreen, .select2-offscreen:focus {
clip: rect(0 0 0 0) !important;
width: 1px !important;
height: 1px !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
position: absolute !important;
outline: 0 !important;
left: 0px !important;
top: 0px !important;
}
.select2-display-none {
display: none;
}
.select2-measure-scrollbar {
position: absolute;
top: -10000px;
left: -10000px;
width: 100px;
height: 100px;
overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
background-image: url('../images/select2x2.png') !important;
background-repeat: no-repeat !important;
background-size: 60px 40px !important;
}
.select2-search input {
background-position: 100% -21px !important;
}
}
.section-fields .csf-cloneable-hidden {
display: none !important;
}
.section-fields .csf-cloneable-wrapper {
position: relative;
}
.section-fields .csf-cloneable-item {
display: none;
position: relative;
margin-bottom: 5px;
}
.section-fields .csf-cloneable-item h4 {
font-size: 1em;
}
.section-fields .ui-accordion .csf-cloneable-item {
display: block;
}
.section-fields .csf-cloneable-content {
border: 1px solid #e5e5e5;
background: #fff;
}
.section-fields .csf-cloneable-content > .csf-field {
padding: 15px;
}
.section-fields .csf-cloneable-title {
display: block;
cursor: pointer;
position: relative;
margin: 0;
padding: 15px 65px 15px 10px;
min-height: 0;
font-size: 100%;
border: 1px solid #e5e5e5;
background: #fafafa;
-webkit-user-select: none;
user-select: none;
-moz-transition: border-color 0.15s;
-o-transition: border-color 0.15s;
-webkit-transition: border-color 0.15s;
transition: border-color 0.15s;
}
.section-fields .csf-cloneable-title:active, .section-fields .csf-cloneable-title:hover, .section-fields .csf-cloneable-title:focus {
border: 1px solid #bbb;
background: #fafafa;
outline: none;
}
.section-fields .csf-cloneable-helper {
position: absolute;
top: 12px;
right: 10px;
z-index: 1;
font-size: 14px;
line-height: 1em;
}
.section-fields .csf-cloneable-helper i {
display: inline-block;
cursor: pointer;
padding: 5px;
color: #999;
}
.section-fields .csf-cloneable-helper i:hover {
color: #555;
}
.section-fields .csf-cloneable-content {
padding: 0;
border-top: 0;
}
.section-fields .csf-cloneable-title-prefix,
.section-fields .csf-cloneable-title-number {
margin-right: 5px;
}
.section-fields .csf-cloneable-alert {
display: none;
margin-bottom: 5px;
padding: 10px 20px;
color: #a94442;
border: 1px solid #ebccd1;
background-color: #f2dede;
}
.section-fields .widget-placeholder {
margin-bottom: 10px;
border: 1px dashed #f1c40f;
background-color: #fffae4;
}
.section-fields .csf-cloneable-header-icon {
display: inline-block;
text-align: center;
font-size: 14px;
width: 17px;
color: #aaa;
text-indent: 0;
vertical-align: text-top;
}
.section-fields .csf-cloneable-placeholder {
background-color: #ddd;
margin-top: 4px;
width: 100px;
height: 10px;
font-size: 10px;
line-height: 10px;
display: inline-block;
vertical-align: top;
border-radius: 2px;
}
#optionsframework .section-fields .csf-field h3 {
margin-top: 0;
padding: 0;
background: #fff;
border-bottom: none;
}
#optionsframework .controls .csf-field select{margin:0;}
.csf-field {
position: relative;
padding: 30px;
}
.csf-field + .csf-field:not(.hidden) {
border-top: 1px solid #eee;
}
.csf-field p:first-child {
margin-top: 0;
}
.csf-field p:last-child {
margin-bottom: 0;
}
.csf-field:after, .csf-field:before {
content: " ";
display: table;
}
.csf-field:after {
clear: both;
}
.csf-field .csf-title {
position: relative;
width: 40%;
float: left;
line-height: 28px;
height: 28px;
}
.csf-field .csf-title h4 {
margin: 0;
color: #23282d;
}
.csf-field .csf-fieldset {
margin-left: 40%;
}
.csf-pseudo-field {
padding: 0 5px 0 0 !important;
display: inline-block;
}
.csf-pseudo-field + .csf-pseudo-field {
border: 0;
}
.csf-pseudo-field pre {
display: none;
} | 0.271541 | 0.048249 |
.tagscloud {
display: block;
padding: 0 0 40px;
position: relative;
}
.tagscloud ul { list-style: none; }
.tagscloud ul li { padding: 0; }
.tagscloud .sliding-tag {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background: url("../../assets/images/tag.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #3F3F3F;
display: none;
float: left;
height: 25px;
line-height: 1.5;
margin: 5px;
font-weight: 600;
font-style: normal;
font-family: "Helvetica Neue","Arial",sans-serif;
padding: 0 5px 0 8px;
font-size: 12px;
position: relative;
text-decoration: none;
}
.tagscloud .sliding-tag:hover {
cursor: pointer;
}
.tagscloud .sliding-tag:active {
top: 1px;
}
.tagscloud .sliding-tag span {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
display: block;
font-style: normal;
color: #3F3F3F;
font-family: 'open sans', serif;
font-size: 13px;
font-weight: 600;
float: left;
margin-top: 0px;
}
.tagscloud .sliding-tag .tag_name {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background: url("../../assets/images/tag.png") no-repeat scroll 100% -25px rgba(0, 0, 0, 0);
height: 19px;
padding: 6px 10px 0 0;
position: relative;
text-shadow: 0 1px 1px #FFFFFF;
z-index: 10;
}
.tagscloud .sliding-tag .tag_count {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background: url("../../assets/images/tag.png") no-repeat scroll 100% -50px rgba(0, 0, 0, 0);
color: #FFFFFF;
height: 19px;
padding: 5px 10px 0;
line-height: .9;
position: absolute;
right: 0;
text-shadow: 0 -1px 0 #C54A0C;
top: 1px;
z-index: 5;
}
.tagscloud { padding: 0 0 0px; }
.tagscloud ul { display: inline-block; padding: 0; margin: 0; }
.tagscloud ul li { float: left; }
.tagscloud .sliding-tag {
font-size: 14px;
display: block;
line-height: .8;
} | assets/css/styles.css | .tagscloud {
display: block;
padding: 0 0 40px;
position: relative;
}
.tagscloud ul { list-style: none; }
.tagscloud ul li { padding: 0; }
.tagscloud .sliding-tag {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background: url("../../assets/images/tag.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #3F3F3F;
display: none;
float: left;
height: 25px;
line-height: 1.5;
margin: 5px;
font-weight: 600;
font-style: normal;
font-family: "Helvetica Neue","Arial",sans-serif;
padding: 0 5px 0 8px;
font-size: 12px;
position: relative;
text-decoration: none;
}
.tagscloud .sliding-tag:hover {
cursor: pointer;
}
.tagscloud .sliding-tag:active {
top: 1px;
}
.tagscloud .sliding-tag span {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
display: block;
font-style: normal;
color: #3F3F3F;
font-family: 'open sans', serif;
font-size: 13px;
font-weight: 600;
float: left;
margin-top: 0px;
}
.tagscloud .sliding-tag .tag_name {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background: url("../../assets/images/tag.png") no-repeat scroll 100% -25px rgba(0, 0, 0, 0);
height: 19px;
padding: 6px 10px 0 0;
position: relative;
text-shadow: 0 1px 1px #FFFFFF;
z-index: 10;
}
.tagscloud .sliding-tag .tag_count {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background: url("../../assets/images/tag.png") no-repeat scroll 100% -50px rgba(0, 0, 0, 0);
color: #FFFFFF;
height: 19px;
padding: 5px 10px 0;
line-height: .9;
position: absolute;
right: 0;
text-shadow: 0 -1px 0 #C54A0C;
top: 1px;
z-index: 5;
}
.tagscloud { padding: 0 0 0px; }
.tagscloud ul { display: inline-block; padding: 0; margin: 0; }
.tagscloud ul li { float: left; }
.tagscloud .sliding-tag {
font-size: 14px;
display: block;
line-height: .8;
} | 0.424531 | 0.106877 |
body.show-TopBanner {
margin-top: 71px !important;
}
/* Banner styling */
#bx_TopBanner {
-webkit-box-shadow: 0px 0px 4px 0px rgba(9, 9, 9, 0.4);
-moz-box-shadow: 0px 0px 4px 0px rgba(9, 9, 9, 0.4);
box-shadow: 0px 0px 4px 0px rgba(9, 9, 9, 0.4);
}
#bx_TopBanner {
position: fixed;
z-index: 99998;
height: 71px;
width: 100vw;
[[Position | enum(Top, Bottom)|| {order: 2, values(top, Bottom)}]]: 0;
background: [[Background Colour]];
font-family: [[Font]];
}
#bx_TopBanner .bx_TopBanner__banner {
padding-left: 50px;
padding-right: 50px;
color: #000;
margin: 0 auto;
position: relative;
height: 71px;
display: flex;
align-items: center;
justify-content: space-between;
}
#bx_TopBanner .bx_TopBanner__banner p {
margin: 8px 0;
width: 100%;
font-family: [[Font]];
text-align: center;
}
#bx_TopBanner .bx-email_section {
display: flex;
width: 75%;
justify-content: center;
height: 39px;
}
#bx_TopBanner .bx-email_input::placeholder {
color: #F3F4F4;
font-family: [[Font]];
}
#bx_TopBanner .bx-email_input {
font-size: 18px;
border-radius: 2px;
border-width: 1px;
background-color: #FFF;
border: none;
color: [[Text Colour]];
border-color: #F3F5F7;
margin: 0 10px;
width: 50%;
max-width: 350px;
padding-left: 10px;
}
#bx_TopBanner .bx-modal_button-wrapper {
display: flex;
margin-top: auto;
margin: 0 10px;
}
#bx_TopBanner .bx-modal_button {
display: inline-block;
border-radius: 4px;
color: #fff;
background-color: [[CTA Colour]];
font-family: [[Font]];
padding: 8px 30px;
text-decoration: none;
font-size: 18px;
cursor: pointer;
}
#bx_TopBanner .bx-text_section {
width: 25%;
min-width: 200px;
font-size: 20px;
color: [[Text Colour]];
text-align: center;
font-family: [[Font]];
}
#bx_TopBanner .bx-close_section {
width: 20%;
}
#bx_TopBanner #bx-privacy_button {
background-color: #999;
padding: 5px 10px;
font-size: 12px;
border-radius: 10px;
margin: auto 10px;
}
#bx_TopBanner .bx-banner_content_container {
width: 95%;
display: flex;
align-items: center;
}
#bx_TopBanner p {
margin: 0;
}
#bx_TopBanner .bx__btn-close {
border: none;
}
#bx_TopBanner .bx-modal_button {
border: none;
}
#bx_TopBanner .bx__btn-close:hover,
#bx_TopBanner .bx__btn-close:focus,
#bx_TopBanner .bx__btn-close:active {
background-color: transparent;
box-shadow: none;
color: #333;
text-decoration: none !important;
cursor: pointer;
}
/* close button */
#bx_TopBanner .bx__btn-close__icon {
background: transparent;
width: 40px;
height: 40px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
float: right;
}
#bx_TopBanner .bx__btn-close__icon:after {
content: "";
height: 30px;
border-left: 2px solid #75808F;
position: absolute;
transform: rotate(45deg);
left: 28px;
}
#bx_TopBanner .bx__btn-close__icon:before {
content: "";
height: 30px;
border-left: 2px solid #75808F;
position: absolute;
transform: rotate(-45deg);
left: 28px;
}
/* Thank You Modal */
#bx-thank_you_modal {
display: none;
justify-content: center;
align-items: center;
position: fixed;
z-index: 999999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.4);
font-family: [[Font]];
}
#bx-thank_you_modal .bx-modal_content {
display: flex;
flex-direction: column;
position: relative;
margin: 0 auto;
border-radius: 4px;
box-shadow: 0 2px 10px 6px rgba(0, 0, 0, 0.3);
width: 250px;
min-height: 200px;
border: none;
padding: 40px 38px;
align-items: center;
justify-content: center;
background-color: [[Background Colour]];
}
#bx-thank_you_modal .bx-modal_content h3 {
line-height: 1.5;
font-size: 18px;
font-weight: bold;
margin: 0;
color: [[Text Colour]];
font-family: [[Font]];
}
#bx-thank_you_modal .bx-modal_content p {
padding: 12px 0;
margin: 0;
font-size: 16px;
line-height: 28px;
color: #000;
font-family: [[Font]];
}
@media only screen and (max-width: 700px) {
#bx_TopBanner .bx_TopBanner__banner {
height: 100%;
justify-content: space-around;
padding: 20px 0;
max-width: 90%;
}
#bx_TopBanner .bx_TopBanner__p {
flex-direction: column;
height: 100%;
text-align: center;
}
#bx_TopBanner {
height: 140px;
}
body.show-TopBanner {
margin-top: 140px !important;
}
#bx_TopBanner .bx-banner_content_container {
flex-direction: column;
height: 100%;
justify-content: space-around;
}
#bx_TopBanner .bx-email_section {
width: 100%;
}
#bx_TopBanner .bx-text_section {
width: 100%;
}
#bx_TopBanner .bx-modal_button {
padding: 8px 15px;
}
} | Web Experiences/Blueprints/email-capture-bar/email-capture.css | body.show-TopBanner {
margin-top: 71px !important;
}
/* Banner styling */
#bx_TopBanner {
-webkit-box-shadow: 0px 0px 4px 0px rgba(9, 9, 9, 0.4);
-moz-box-shadow: 0px 0px 4px 0px rgba(9, 9, 9, 0.4);
box-shadow: 0px 0px 4px 0px rgba(9, 9, 9, 0.4);
}
#bx_TopBanner {
position: fixed;
z-index: 99998;
height: 71px;
width: 100vw;
[[Position | enum(Top, Bottom)|| {order: 2, values(top, Bottom)}]]: 0;
background: [[Background Colour]];
font-family: [[Font]];
}
#bx_TopBanner .bx_TopBanner__banner {
padding-left: 50px;
padding-right: 50px;
color: #000;
margin: 0 auto;
position: relative;
height: 71px;
display: flex;
align-items: center;
justify-content: space-between;
}
#bx_TopBanner .bx_TopBanner__banner p {
margin: 8px 0;
width: 100%;
font-family: [[Font]];
text-align: center;
}
#bx_TopBanner .bx-email_section {
display: flex;
width: 75%;
justify-content: center;
height: 39px;
}
#bx_TopBanner .bx-email_input::placeholder {
color: #F3F4F4;
font-family: [[Font]];
}
#bx_TopBanner .bx-email_input {
font-size: 18px;
border-radius: 2px;
border-width: 1px;
background-color: #FFF;
border: none;
color: [[Text Colour]];
border-color: #F3F5F7;
margin: 0 10px;
width: 50%;
max-width: 350px;
padding-left: 10px;
}
#bx_TopBanner .bx-modal_button-wrapper {
display: flex;
margin-top: auto;
margin: 0 10px;
}
#bx_TopBanner .bx-modal_button {
display: inline-block;
border-radius: 4px;
color: #fff;
background-color: [[CTA Colour]];
font-family: [[Font]];
padding: 8px 30px;
text-decoration: none;
font-size: 18px;
cursor: pointer;
}
#bx_TopBanner .bx-text_section {
width: 25%;
min-width: 200px;
font-size: 20px;
color: [[Text Colour]];
text-align: center;
font-family: [[Font]];
}
#bx_TopBanner .bx-close_section {
width: 20%;
}
#bx_TopBanner #bx-privacy_button {
background-color: #999;
padding: 5px 10px;
font-size: 12px;
border-radius: 10px;
margin: auto 10px;
}
#bx_TopBanner .bx-banner_content_container {
width: 95%;
display: flex;
align-items: center;
}
#bx_TopBanner p {
margin: 0;
}
#bx_TopBanner .bx__btn-close {
border: none;
}
#bx_TopBanner .bx-modal_button {
border: none;
}
#bx_TopBanner .bx__btn-close:hover,
#bx_TopBanner .bx__btn-close:focus,
#bx_TopBanner .bx__btn-close:active {
background-color: transparent;
box-shadow: none;
color: #333;
text-decoration: none !important;
cursor: pointer;
}
/* close button */
#bx_TopBanner .bx__btn-close__icon {
background: transparent;
width: 40px;
height: 40px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
float: right;
}
#bx_TopBanner .bx__btn-close__icon:after {
content: "";
height: 30px;
border-left: 2px solid #75808F;
position: absolute;
transform: rotate(45deg);
left: 28px;
}
#bx_TopBanner .bx__btn-close__icon:before {
content: "";
height: 30px;
border-left: 2px solid #75808F;
position: absolute;
transform: rotate(-45deg);
left: 28px;
}
/* Thank You Modal */
#bx-thank_you_modal {
display: none;
justify-content: center;
align-items: center;
position: fixed;
z-index: 999999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.4);
font-family: [[Font]];
}
#bx-thank_you_modal .bx-modal_content {
display: flex;
flex-direction: column;
position: relative;
margin: 0 auto;
border-radius: 4px;
box-shadow: 0 2px 10px 6px rgba(0, 0, 0, 0.3);
width: 250px;
min-height: 200px;
border: none;
padding: 40px 38px;
align-items: center;
justify-content: center;
background-color: [[Background Colour]];
}
#bx-thank_you_modal .bx-modal_content h3 {
line-height: 1.5;
font-size: 18px;
font-weight: bold;
margin: 0;
color: [[Text Colour]];
font-family: [[Font]];
}
#bx-thank_you_modal .bx-modal_content p {
padding: 12px 0;
margin: 0;
font-size: 16px;
line-height: 28px;
color: #000;
font-family: [[Font]];
}
@media only screen and (max-width: 700px) {
#bx_TopBanner .bx_TopBanner__banner {
height: 100%;
justify-content: space-around;
padding: 20px 0;
max-width: 90%;
}
#bx_TopBanner .bx_TopBanner__p {
flex-direction: column;
height: 100%;
text-align: center;
}
#bx_TopBanner {
height: 140px;
}
body.show-TopBanner {
margin-top: 140px !important;
}
#bx_TopBanner .bx-banner_content_container {
flex-direction: column;
height: 100%;
justify-content: space-around;
}
#bx_TopBanner .bx-email_section {
width: 100%;
}
#bx_TopBanner .bx-text_section {
width: 100%;
}
#bx_TopBanner .bx-modal_button {
padding: 8px 15px;
}
} | 0.372391 | 0.110279 |
.u-center-text {
text-align: center !important; }
.u-margin-bottom-small {
margin-bottom: 1.5rem !important; }
.u-margin-bottom-medium {
margin-bottom: 4rem !important; }
@media only screen and (max-width: 56.25em) {
.u-margin-bottom-medium {
margin-bottom: 3rem !important; } }
.u-margin-bottom-big {
margin-bottom: 8rem !important; }
@media only screen and (max-width: 56.25em) {
.u-margin-bottom-big {
margin-bottom: 5rem !important; } }
.u-margin-top-medium {
margin-top: 4rem !important; }
@media only screen and (max-width: 37.5em) {
.u-margin-top-medium {
margin-top: 1rem !important; } }
.u-margin-top-big {
margin-top: 8rem !important; }
@media only screen and (max-width: 37.5em) {
.u-margin-top-big {
margin-top: 6rem !important; } }
.u-margin-top-huge {
margin-top: 10rem !important; }
@media only screen and (max-width: 37.5em) {
.u-margin-top-huge {
margin-top: 8rem !important; } }
.text-right {
text-align: right; }
.text-danger {
color: red;
font-size: 1.5rem; }
.text-succcess {
color: #074102;
font-size: 1.5rem; }
.invalid-feedback {
font-size: 1.2rem;
color: red; }
.toast {
max-width: 350px;
overflow: hidden;
font-size: 1.2rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: .25rem;
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10px);
opacity: 0; }
.toast:not(:last-child) {
margin-bottom: .75rem; }
.toast.showing {
opacity: 1; }
.toast.show {
display: block;
opacity: 1; }
.toast.hide {
display: none; }
.toast-header {
display: flex;
align-items: center;
padding: .25rem .75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.toast-body {
padding: .75rem; }
.toast-title {
font-weight: bold; }
.toast-message {
-ms-word-wrap: break-word;
word-wrap: break-word; }
.toast-message a,
.toast-message label {
color: #fff; }
.toast-message a:hover {
color: #cccccc;
text-decoration: none; }
.toast-close-button {
position: relative;
right: -0.3em;
top: -0.3em;
float: right;
font-weight: bold;
color: #fff;
opacity: 0.8; }
.toast-close-button:hover,
.toast-close-button:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.4; }
button.toast-close-button {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none; }
.toast-top-center {
top: 0;
right: 0;
width: 100%; }
.toast-bottom-center {
bottom: 0;
right: 0;
width: 100%; }
.toast-top-full-width {
top: 0;
right: 0;
width: 100%; }
.toast-bottom-full-width {
bottom: 0;
right: 0;
width: 100%; }
.toast-top-left {
top: 12px;
left: 12px; }
.toast-top-right {
top: 12px;
right: 12px; }
.toast-bottom-right {
right: 12px;
bottom: 12px; }
.toast-bottom-left {
bottom: 12px;
left: 12px; }
#toast-container {
position: fixed;
z-index: 999999; }
#toast-container * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
#toast-container > div {
position: relative;
overflow: hidden;
margin: 0 0 .6rem;
padding: .6rem .6rem .6rem 50px;
width: 300px;
border-radius: .25rem;
background-position: 15px center;
background-repeat: no-repeat;
box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
color: #fff;
opacity: 0.9; }
#toast-container > div:hover {
opacity: 1;
cursor: pointer; }
#toast-container > .toast-info {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN<KEY> !important;
box-shadow: 0 0.66875rem 2.3875rem rgba(22, 170, 255, 0.03), 0 1.1375rem 1.60625rem rgba(22, 170, 255, 0.03), 0 0.45rem 0.73125rem rgba(22, 170, 255, 0.05), 0 0.325rem 0.3875rem rgba(22, 170, 255, 0.03); }
#toast-container > .toast-error {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E<KEY> !important;
box-shadow: 0 0.66875rem 2.3875rem rgba(217, 37, 80, 0.03), 0 1.1375rem 1.60625rem rgba(217, 37, 80, 0.03), 0 0.45rem 0.73125rem rgba(217, 37, 80, 0.05), 0 0.325rem 0.3875rem rgba(217, 37, 80, 0.03); }
#toast-container > .toast-success {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
box-shadow: 0 0.66875rem 2.3875rem rgba(58, 196, 125, 0.03), 0 1.1375rem 1.60625rem rgba(58, 196, 125, 0.03), 0 0.45rem 0.73125rem rgba(58, 196, 125, 0.05), 0 0.325rem 0.3875rem rgba(58, 196, 125, 0.03); }
#toast-container > .toast-warning {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
box-shadow: 0 0.66875rem 2.3875rem rgba(247, 185, 36, 0.03), 0 1.1375rem 1.60625rem rgba(247, 185, 36, 0.03), 0 0.45rem 0.73125rem rgba(247, 185, 36, 0.05), 0 0.325rem 0.3875rem rgba(247, 185, 36, 0.03);
color: #212529; }
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
width: 300px;
margin-left: auto;
margin-right: auto; }
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
width: 96%;
margin-left: auto;
margin-right: auto; }
.toast {
background-color: #343a40; }
.toast-success {
background-color: #3ac47d; }
.toast-error {
background-color: #d92550; }
.toast-info {
background-color: #16aaff; }
.toast-warning {
background-color: #f7b924; }
.toast-progress {
position: absolute;
left: 0;
bottom: 0;
height: 4px;
background-color: #000;
opacity: 0.4; }
.modal-open {
overflow: hidden; }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0; }
.modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none; }
#popupDialog-content {
height: 90%;
width: 80%;
max-width: 80%; }
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out; }
@media screen and (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none; } }
.modal.show .modal-dialog {
transform: none; }
.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - (.5rem * 2)); }
.modal-dialog-centered::before {
display: block;
height: calc(100vh - (.5rem * 2));
content: ""; }
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: .3rem;
outline: 0;
height: 100%; }
.modal-backdrop,
.blockOverlay {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
opacity: .3; }
.modal-backdrop.fade,
.fade.blockOverlay {
opacity: 0; }
.modal-backdrop.show,
.show.blockOverlay {
opacity: .5; }
.modal-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: .3rem;
border-top-right-radius: .3rem; }
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto; }
.modal-title {
margin-bottom: 0;
line-height: 1.5; }
.modal-body {
position: relative;
flex: 1 1 auto;
padding: 1rem; }
.modal-footer {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef;
border-bottom-right-radius: .3rem;
border-bottom-left-radius: .3rem; }
.modal-footer > :not(:first-child) {
margin-left: .25rem; }
.modal-footer > :not(:last-child) {
margin-right: .25rem; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto; }
.modal-dialog-centered {
min-height: calc(100% - (1.75rem * 2)); }
.modal-dialog-centered::before {
height: calc(100vh - (1.75rem * 2)); }
.modal-sm {
max-width: 300px; } }
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px; } }
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px; } }
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
opacity: 0; }
.tooltip.show {
opacity: .9; }
.tooltip .arrow {
position: absolute;
display: block;
width: .8rem;
height: .4rem; }
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid; }
.clRedFont {
color: red !important; }
.clBlueFont {
color: #0033ff !important; }
.clOrangeRedFont {
color: orangered !important; }
.clGreenFont {
color: #31b915 !important;
background-image: linear-gradient(to left, #048004, #fffefb) !important; }
.clRedFontB {
color: #480404 !important;
background-image: linear-gradient(to left, rgba(255, 0, 0, 0.508) white) !important; }
.clBlueFontB {
color: #041146 !important;
background-image: linear-gradient(to left, #fff6ee, white) !important; }
.clOrangeRedFontB {
color: #541903 !important;
background-image: linear-gradient(to left, #ffd9d0, white) !important; }
.clGreenFontB {
color: #0d2707 !important;
background-image: linear-gradient(to left, #fbfee4, white) !important; }
.clBrownFontB {
color: #0d2707 !important;
background-image: linear-gradient(to left, #ffbb88, white) !important; }
.curPointer {
cursor: pointer !important; }
.nav-link.active {
color: white !important;
background-color: black; }
.nav-link.active:hover {
color: black !important; }
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.nav-link {
display: block;
padding: .5rem 1rem; }
.nav-link:hover,
.nav-link:focus {
text-decoration: none; }
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default; }
.nav-tabs {
border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item {
margin-bottom: -1px; }
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem; }
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.nav-pills .nav-link {
border-radius: .25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #3f6ad8; }
.nav-fill .nav-item {
flex: 1 1 auto;
text-align: center; }
.nav-justified .nav-item {
flex-basis: 0;
flex-grow: 1;
text-align: center; }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: .5rem 1rem; }
.navbar > .container,
.navbar > .container-fluid {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between; }
.navbar-brand {
display: inline-block;
padding-top: .3125rem;
padding-bottom: .3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap; }
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none; }
.navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0; }
.navbar-nav .dropdown-menu {
position: static;
float: none; }
.navbar-text {
display: inline-block;
padding-top: .5rem;
padding-bottom: .5rem; }
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center; }
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: .25rem; }
.navbar-toggler:hover,
.navbar-toggler:focus {
text-decoration: none; }
.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer; }
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%; }
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 576px) {
.navbar-expand-sm {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-sm .navbar-nav {
flex-direction: row; }
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem; }
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-sm .navbar-toggler {
display: none; } }
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 768px) {
.navbar-expand-md {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-md .navbar-nav {
flex-direction: row; }
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-md .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem; }
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-md .navbar-toggler {
display: none; } }
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 992px) {
.navbar-expand-lg {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-lg .navbar-nav {
flex-direction: row; }
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem; }
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-lg .navbar-toggler {
display: none; } }
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 1200px) {
.navbar-expand-xl {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-xl .navbar-nav {
flex-direction: row; }
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem; }
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-xl .navbar-toggler {
display: none; } }
.navbar-expand {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0; }
.navbar-expand .navbar-nav {
flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand .navbar-toggler {
display: none; }
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand {
color: #fff; }
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
color: #fff; }
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff; }
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a {
color: #fff; }
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
color: #fff; }
.card-header {
display: flex; }
.form-check-input {
margin-top: 0.4rem;
margin-left: 0.5rem; }
@media screen and (min-width: 0px) and (max-width: 992px) {
#marketing {
display: none; }
/* hide it on small screens */ }
@media screen and (min-width: 992px) and (max-width: 5024px) {
#marketing {
display: block; }
/* show it elsewhere */ }
@media screen and (min-width: 0px) and (max-width: 992px) {
#marketingphone {
display: block; }
/* show it elsewhere */ }
@media screen and (min-width: 992px) and (max-width: 5024px) {
#marketingphone {
display: none; }
/* hide it on small screens */ }
.facebook {
color: blue !important; }
.dropbtn {
padding: 6px;
font-size: 12px;
border: none;
background-color: white; }
.dropdownlang {
position: relative;
display: inline-block;
height: 12px;
max-height: 12px;
background-color: white; }
.dropdownlang:hover .dropdown-content {
display: block; }
.dropdown-content {
display: none;
position: absolute;
background-color: #fff8f4;
min-width: 16px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 17686868; }
.dropdown-content a {
color: black;
padding: 2px 16px;
text-decoration: none;
display: block; }
#jqxGrid .jqx-grid-column-header,
#documentdetails .jqx-grid-column-header,
#masterlist .jqx-grid-column-header {
background-color: #c5c5c5; }
.compet_status {
text-decoration: none;
padding: 3px 1rem;
display: inline-block;
border-radius: .5rem;
transition: all .2s;
position: absolute;
color: #050000;
background-image: linear-gradient(to top left, rgba(136, 70, 0, 0.9), rgba(250, 247, 242, 0.95));
border: none; }
.compet_status.Open {
background-image: linear-gradient(to top left, rgba(26, 95, 5, 0.7), rgba(4, 100, 4, 0.2)); }
.compet_status.Progress {
background-image: linear-gradient(to top left, rgba(120, 35, 4, 0.7), rgba(134, 38, 3, 0.2)); }
.compet_status.Finished {
background-image: linear-gradient(to top left, rgba(83, 37, 18, 0.7), rgba(246, 214, 184, 0.2)); }
.cdetailbtn {
padding: 2px;
text-align: center;
border-color: black;
border-width: 1px;
margin: 2px;
height: 100%;
font-size: 1.2rem;
font-weight: 400;
border-radius: .2rem;
background-color: rgba(250, 247, 242, 0.95); }
.clFirstDay {
background-color: #fcecdd !important; }
.clFirstDay.jqx-grid-cell-selected {
background-color: rgba(252, 236, 221, 0.378) !important; }
.clSecondDay {
background-color: #f7d5b6 !important; }
.clSecondDay.jqx-grid-cell-selected {
background-color: rgba(247, 214, 182, 0.344) !important; }
.clShootOff {
background-color: #bfbebd !important; }
.clShootOff.jqx-grid-cell-selected {
background-color: rgba(191, 190, 189, 0.378) !important; }
.clTotal {
background-color: #ffbc9d e !important; } | public/css/style.css | .u-center-text {
text-align: center !important; }
.u-margin-bottom-small {
margin-bottom: 1.5rem !important; }
.u-margin-bottom-medium {
margin-bottom: 4rem !important; }
@media only screen and (max-width: 56.25em) {
.u-margin-bottom-medium {
margin-bottom: 3rem !important; } }
.u-margin-bottom-big {
margin-bottom: 8rem !important; }
@media only screen and (max-width: 56.25em) {
.u-margin-bottom-big {
margin-bottom: 5rem !important; } }
.u-margin-top-medium {
margin-top: 4rem !important; }
@media only screen and (max-width: 37.5em) {
.u-margin-top-medium {
margin-top: 1rem !important; } }
.u-margin-top-big {
margin-top: 8rem !important; }
@media only screen and (max-width: 37.5em) {
.u-margin-top-big {
margin-top: 6rem !important; } }
.u-margin-top-huge {
margin-top: 10rem !important; }
@media only screen and (max-width: 37.5em) {
.u-margin-top-huge {
margin-top: 8rem !important; } }
.text-right {
text-align: right; }
.text-danger {
color: red;
font-size: 1.5rem; }
.text-succcess {
color: #074102;
font-size: 1.5rem; }
.invalid-feedback {
font-size: 1.2rem;
color: red; }
.toast {
max-width: 350px;
overflow: hidden;
font-size: 1.2rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: .25rem;
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10px);
opacity: 0; }
.toast:not(:last-child) {
margin-bottom: .75rem; }
.toast.showing {
opacity: 1; }
.toast.show {
display: block;
opacity: 1; }
.toast.hide {
display: none; }
.toast-header {
display: flex;
align-items: center;
padding: .25rem .75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.toast-body {
padding: .75rem; }
.toast-title {
font-weight: bold; }
.toast-message {
-ms-word-wrap: break-word;
word-wrap: break-word; }
.toast-message a,
.toast-message label {
color: #fff; }
.toast-message a:hover {
color: #cccccc;
text-decoration: none; }
.toast-close-button {
position: relative;
right: -0.3em;
top: -0.3em;
float: right;
font-weight: bold;
color: #fff;
opacity: 0.8; }
.toast-close-button:hover,
.toast-close-button:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.4; }
button.toast-close-button {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none; }
.toast-top-center {
top: 0;
right: 0;
width: 100%; }
.toast-bottom-center {
bottom: 0;
right: 0;
width: 100%; }
.toast-top-full-width {
top: 0;
right: 0;
width: 100%; }
.toast-bottom-full-width {
bottom: 0;
right: 0;
width: 100%; }
.toast-top-left {
top: 12px;
left: 12px; }
.toast-top-right {
top: 12px;
right: 12px; }
.toast-bottom-right {
right: 12px;
bottom: 12px; }
.toast-bottom-left {
bottom: 12px;
left: 12px; }
#toast-container {
position: fixed;
z-index: 999999; }
#toast-container * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
#toast-container > div {
position: relative;
overflow: hidden;
margin: 0 0 .6rem;
padding: .6rem .6rem .6rem 50px;
width: 300px;
border-radius: .25rem;
background-position: 15px center;
background-repeat: no-repeat;
box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
color: #fff;
opacity: 0.9; }
#toast-container > div:hover {
opacity: 1;
cursor: pointer; }
#toast-container > .toast-info {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN<KEY> !important;
box-shadow: 0 0.66875rem 2.3875rem rgba(22, 170, 255, 0.03), 0 1.1375rem 1.60625rem rgba(22, 170, 255, 0.03), 0 0.45rem 0.73125rem rgba(22, 170, 255, 0.05), 0 0.325rem 0.3875rem rgba(22, 170, 255, 0.03); }
#toast-container > .toast-error {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E<KEY> !important;
box-shadow: 0 0.66875rem 2.3875rem rgba(217, 37, 80, 0.03), 0 1.1375rem 1.60625rem rgba(217, 37, 80, 0.03), 0 0.45rem 0.73125rem rgba(217, 37, 80, 0.05), 0 0.325rem 0.3875rem rgba(217, 37, 80, 0.03); }
#toast-container > .toast-success {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
box-shadow: 0 0.66875rem 2.3875rem rgba(58, 196, 125, 0.03), 0 1.1375rem 1.60625rem rgba(58, 196, 125, 0.03), 0 0.45rem 0.73125rem rgba(58, 196, 125, 0.05), 0 0.325rem 0.3875rem rgba(58, 196, 125, 0.03); }
#toast-container > .toast-warning {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
box-shadow: 0 0.66875rem 2.3875rem rgba(247, 185, 36, 0.03), 0 1.1375rem 1.60625rem rgba(247, 185, 36, 0.03), 0 0.45rem 0.73125rem rgba(247, 185, 36, 0.05), 0 0.325rem 0.3875rem rgba(247, 185, 36, 0.03);
color: #212529; }
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
width: 300px;
margin-left: auto;
margin-right: auto; }
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
width: 96%;
margin-left: auto;
margin-right: auto; }
.toast {
background-color: #343a40; }
.toast-success {
background-color: #3ac47d; }
.toast-error {
background-color: #d92550; }
.toast-info {
background-color: #16aaff; }
.toast-warning {
background-color: #f7b924; }
.toast-progress {
position: absolute;
left: 0;
bottom: 0;
height: 4px;
background-color: #000;
opacity: 0.4; }
.modal-open {
overflow: hidden; }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0; }
.modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none; }
#popupDialog-content {
height: 90%;
width: 80%;
max-width: 80%; }
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out; }
@media screen and (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none; } }
.modal.show .modal-dialog {
transform: none; }
.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - (.5rem * 2)); }
.modal-dialog-centered::before {
display: block;
height: calc(100vh - (.5rem * 2));
content: ""; }
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: .3rem;
outline: 0;
height: 100%; }
.modal-backdrop,
.blockOverlay {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
opacity: .3; }
.modal-backdrop.fade,
.fade.blockOverlay {
opacity: 0; }
.modal-backdrop.show,
.show.blockOverlay {
opacity: .5; }
.modal-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: .3rem;
border-top-right-radius: .3rem; }
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto; }
.modal-title {
margin-bottom: 0;
line-height: 1.5; }
.modal-body {
position: relative;
flex: 1 1 auto;
padding: 1rem; }
.modal-footer {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef;
border-bottom-right-radius: .3rem;
border-bottom-left-radius: .3rem; }
.modal-footer > :not(:first-child) {
margin-left: .25rem; }
.modal-footer > :not(:last-child) {
margin-right: .25rem; }
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto; }
.modal-dialog-centered {
min-height: calc(100% - (1.75rem * 2)); }
.modal-dialog-centered::before {
height: calc(100vh - (1.75rem * 2)); }
.modal-sm {
max-width: 300px; } }
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px; } }
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px; } }
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
opacity: 0; }
.tooltip.show {
opacity: .9; }
.tooltip .arrow {
position: absolute;
display: block;
width: .8rem;
height: .4rem; }
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid; }
.clRedFont {
color: red !important; }
.clBlueFont {
color: #0033ff !important; }
.clOrangeRedFont {
color: orangered !important; }
.clGreenFont {
color: #31b915 !important;
background-image: linear-gradient(to left, #048004, #fffefb) !important; }
.clRedFontB {
color: #480404 !important;
background-image: linear-gradient(to left, rgba(255, 0, 0, 0.508) white) !important; }
.clBlueFontB {
color: #041146 !important;
background-image: linear-gradient(to left, #fff6ee, white) !important; }
.clOrangeRedFontB {
color: #541903 !important;
background-image: linear-gradient(to left, #ffd9d0, white) !important; }
.clGreenFontB {
color: #0d2707 !important;
background-image: linear-gradient(to left, #fbfee4, white) !important; }
.clBrownFontB {
color: #0d2707 !important;
background-image: linear-gradient(to left, #ffbb88, white) !important; }
.curPointer {
cursor: pointer !important; }
.nav-link.active {
color: white !important;
background-color: black; }
.nav-link.active:hover {
color: black !important; }
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.nav-link {
display: block;
padding: .5rem 1rem; }
.nav-link:hover,
.nav-link:focus {
text-decoration: none; }
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default; }
.nav-tabs {
border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item {
margin-bottom: -1px; }
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem; }
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.nav-pills .nav-link {
border-radius: .25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #3f6ad8; }
.nav-fill .nav-item {
flex: 1 1 auto;
text-align: center; }
.nav-justified .nav-item {
flex-basis: 0;
flex-grow: 1;
text-align: center; }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: .5rem 1rem; }
.navbar > .container,
.navbar > .container-fluid {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between; }
.navbar-brand {
display: inline-block;
padding-top: .3125rem;
padding-bottom: .3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap; }
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none; }
.navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none; }
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0; }
.navbar-nav .dropdown-menu {
position: static;
float: none; }
.navbar-text {
display: inline-block;
padding-top: .5rem;
padding-bottom: .5rem; }
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center; }
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: .25rem; }
.navbar-toggler:hover,
.navbar-toggler:focus {
text-decoration: none; }
.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer; }
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%; }
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 576px) {
.navbar-expand-sm {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-sm .navbar-nav {
flex-direction: row; }
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem; }
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-sm .navbar-toggler {
display: none; } }
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 768px) {
.navbar-expand-md {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-md .navbar-nav {
flex-direction: row; }
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-md .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem; }
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-md .navbar-toggler {
display: none; } }
@media (max-width: 991.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 992px) {
.navbar-expand-lg {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-lg .navbar-nav {
flex-direction: row; }
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem; }
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-lg .navbar-toggler {
display: none; } }
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 1200px) {
.navbar-expand-xl {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand-xl .navbar-nav {
flex-direction: row; }
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem; }
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand-xl .navbar-toggler {
display: none; } }
.navbar-expand {
flex-flow: row nowrap;
justify-content: flex-start; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
padding-right: 0;
padding-left: 0; }
.navbar-expand .navbar-nav {
flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute; }
.navbar-expand .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {
flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto; }
.navbar-expand .navbar-toggler {
display: none; }
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand {
color: #fff; }
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
color: #fff; }
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff; }
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a {
color: #fff; }
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
color: #fff; }
.card-header {
display: flex; }
.form-check-input {
margin-top: 0.4rem;
margin-left: 0.5rem; }
@media screen and (min-width: 0px) and (max-width: 992px) {
#marketing {
display: none; }
/* hide it on small screens */ }
@media screen and (min-width: 992px) and (max-width: 5024px) {
#marketing {
display: block; }
/* show it elsewhere */ }
@media screen and (min-width: 0px) and (max-width: 992px) {
#marketingphone {
display: block; }
/* show it elsewhere */ }
@media screen and (min-width: 992px) and (max-width: 5024px) {
#marketingphone {
display: none; }
/* hide it on small screens */ }
.facebook {
color: blue !important; }
.dropbtn {
padding: 6px;
font-size: 12px;
border: none;
background-color: white; }
.dropdownlang {
position: relative;
display: inline-block;
height: 12px;
max-height: 12px;
background-color: white; }
.dropdownlang:hover .dropdown-content {
display: block; }
.dropdown-content {
display: none;
position: absolute;
background-color: #fff8f4;
min-width: 16px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 17686868; }
.dropdown-content a {
color: black;
padding: 2px 16px;
text-decoration: none;
display: block; }
#jqxGrid .jqx-grid-column-header,
#documentdetails .jqx-grid-column-header,
#masterlist .jqx-grid-column-header {
background-color: #c5c5c5; }
.compet_status {
text-decoration: none;
padding: 3px 1rem;
display: inline-block;
border-radius: .5rem;
transition: all .2s;
position: absolute;
color: #050000;
background-image: linear-gradient(to top left, rgba(136, 70, 0, 0.9), rgba(250, 247, 242, 0.95));
border: none; }
.compet_status.Open {
background-image: linear-gradient(to top left, rgba(26, 95, 5, 0.7), rgba(4, 100, 4, 0.2)); }
.compet_status.Progress {
background-image: linear-gradient(to top left, rgba(120, 35, 4, 0.7), rgba(134, 38, 3, 0.2)); }
.compet_status.Finished {
background-image: linear-gradient(to top left, rgba(83, 37, 18, 0.7), rgba(246, 214, 184, 0.2)); }
.cdetailbtn {
padding: 2px;
text-align: center;
border-color: black;
border-width: 1px;
margin: 2px;
height: 100%;
font-size: 1.2rem;
font-weight: 400;
border-radius: .2rem;
background-color: rgba(250, 247, 242, 0.95); }
.clFirstDay {
background-color: #fcecdd !important; }
.clFirstDay.jqx-grid-cell-selected {
background-color: rgba(252, 236, 221, 0.378) !important; }
.clSecondDay {
background-color: #f7d5b6 !important; }
.clSecondDay.jqx-grid-cell-selected {
background-color: rgba(247, 214, 182, 0.344) !important; }
.clShootOff {
background-color: #bfbebd !important; }
.clShootOff.jqx-grid-cell-selected {
background-color: rgba(191, 190, 189, 0.378) !important; }
.clTotal {
background-color: #ffbc9d e !important; } | 0.42322 | 0.107344 |
body {
background-color: rgba(201, 125, 102, 0.932);
}
header {
background-color: #fff;
padding: 50px;
}
h1 {
font-family: 'Fredoka One', cursive;
font-weight: bold;
color: rgba(30, 44, 31, 0.719);
font-size: 60px;
float: left;
display: inline-block;
}
#logo {
display: inline-block;
text-align: center;
width: 100%;
margin: auto;
padding: 0px, 5px;
}
#salmon-logo {
display: inline;
max-width: 30%;
}
#chinook {
max-width: 20%;
height: auto;
float: right;
}
#about-us {
width: 520px;
}
#about-us h2 {
font-size: 40px;
color: rgb(255, 250, 245);
padding: 10px;
}
#familyphoto {
width: 300px;
height: auto;
}
#about-us p {
font-family: Arial, Helvetica, sans-serif;
width: 200px;
float: right;
text-align: center;
padding-top: 25px;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
float: left;
width: 100%;
overflow: hidden;
background-color: #fff;
}
li a {
display: inline;
padding: 20px;
float: left;
margin-left: 50px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color:#000;
text-align: center;
text-decoration: none;
}
.store {
display: inline-block;
margin: 5px;
border: 1px transparent;
background-color: bisque;
padding: 10px;
width: 300px;
height: 175px;
text-align: center;
}
.store h3 {
text-align: center;
font-size: 20px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: rgba(139, 64, 41, 0.932);
padding: 10px;
}
.store th, td {
border: transparent;
text-align: left;
}
#storetable {
font-family: Arial, Helvetica, sans-serif;
margin: auto;
border: none;
}
#footer {
width: 100%;
height: 200px;
display: inline-block;
}
#footer p {
margin-top: 60px;
float: left;
margin-left: 20px;
margin-right: 20px;
}
#footer img {
max-height: 150px;
max-width: auto;
margin-top: 30px;
}
/* The following table, td, & th stylings apply to JS table for sales.html */
h1 a {
font-family: 'Fredoka One', cursive;
font-weight: bold;
text-decoration: none;
color: rgba(30, 44, 31, 0.719);
font-size: 40px;
margin-right: 110px;
display: inline-block;
}
h2 {
font-family: 'Fredoka One', cursive;
font-weight: bold;
color: rgb(245, 218, 184);
font-size: 25px;
display: block;
}
#table-container {
font-size: 14px;
margin: auto;
display: inline-block;
padding-left: 100px;
padding-bottom: 125px;
}
td {
text-align: center;
padding: 0.3em;
border: 0.1em solid black;
}
th {
padding: 0.5em;
border: 0.1em solid black;
font-weight: bold;
}
#tablediv {
width: 100%;
}
#new-store-data {
width: 200px;
text-align: center;
display: inline-block;
}
label {
font-family: Georgia;
}
button {
background-color: bisque;
}
/* end sales.html styling*/ | css/style.css | body {
background-color: rgba(201, 125, 102, 0.932);
}
header {
background-color: #fff;
padding: 50px;
}
h1 {
font-family: 'Fredoka One', cursive;
font-weight: bold;
color: rgba(30, 44, 31, 0.719);
font-size: 60px;
float: left;
display: inline-block;
}
#logo {
display: inline-block;
text-align: center;
width: 100%;
margin: auto;
padding: 0px, 5px;
}
#salmon-logo {
display: inline;
max-width: 30%;
}
#chinook {
max-width: 20%;
height: auto;
float: right;
}
#about-us {
width: 520px;
}
#about-us h2 {
font-size: 40px;
color: rgb(255, 250, 245);
padding: 10px;
}
#familyphoto {
width: 300px;
height: auto;
}
#about-us p {
font-family: Arial, Helvetica, sans-serif;
width: 200px;
float: right;
text-align: center;
padding-top: 25px;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
float: left;
width: 100%;
overflow: hidden;
background-color: #fff;
}
li a {
display: inline;
padding: 20px;
float: left;
margin-left: 50px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color:#000;
text-align: center;
text-decoration: none;
}
.store {
display: inline-block;
margin: 5px;
border: 1px transparent;
background-color: bisque;
padding: 10px;
width: 300px;
height: 175px;
text-align: center;
}
.store h3 {
text-align: center;
font-size: 20px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: rgba(139, 64, 41, 0.932);
padding: 10px;
}
.store th, td {
border: transparent;
text-align: left;
}
#storetable {
font-family: Arial, Helvetica, sans-serif;
margin: auto;
border: none;
}
#footer {
width: 100%;
height: 200px;
display: inline-block;
}
#footer p {
margin-top: 60px;
float: left;
margin-left: 20px;
margin-right: 20px;
}
#footer img {
max-height: 150px;
max-width: auto;
margin-top: 30px;
}
/* The following table, td, & th stylings apply to JS table for sales.html */
h1 a {
font-family: 'Fredoka One', cursive;
font-weight: bold;
text-decoration: none;
color: rgba(30, 44, 31, 0.719);
font-size: 40px;
margin-right: 110px;
display: inline-block;
}
h2 {
font-family: 'Fredoka One', cursive;
font-weight: bold;
color: rgb(245, 218, 184);
font-size: 25px;
display: block;
}
#table-container {
font-size: 14px;
margin: auto;
display: inline-block;
padding-left: 100px;
padding-bottom: 125px;
}
td {
text-align: center;
padding: 0.3em;
border: 0.1em solid black;
}
th {
padding: 0.5em;
border: 0.1em solid black;
font-weight: bold;
}
#tablediv {
width: 100%;
}
#new-store-data {
width: 200px;
text-align: center;
display: inline-block;
}
label {
font-family: Georgia;
}
button {
background-color: bisque;
}
/* end sales.html styling*/ | 0.521959 | 0.098166 |
@font-face {
font-family: 'HomesteadInlineInline';
src: url("../fonts/homestead/homestead-inline-webfont.eot");
src: url("../fonts/homestead/homestead-inline-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/homestead/homestead-inline-webfont.woff") format("woff"), url("../fonts/homestead/homestead-inline-webfont.ttf") format("truetype"), url("../fonts/homestead/homestead-inline-webfont.svg#HomesteadInlineInline") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'HomesteadRegularRegular';
src: url("../fonts/homestead/homestead-regular-webfont.eot");
src: url("../fonts/homestead/homestead-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/homestead/homestead-regular-webfont.woff") format("woff"), url("../fonts/homestead/homestead-regular-webfont.ttf") format("truetype"), url("../fonts/homestead/homestead-regular-webfont.svg#HomesteadRegularRegular") format("svg");
font-weight: normal;
font-style: normal; }
.preload * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important; }
.highlight {
background: #ffffff; }
.highlight .c {
color: #999988;
font-style: italic; }
/* Comment */
.highlight .err {
color: #a61717;
background-color: #e3d2d2; }
/* Error */
.highlight .k {
font-weight: bold; }
/* Keyword */
.highlight .o {
font-weight: bold; }
/* Operator */
.highlight .cm {
color: #999988;
font-style: italic; }
/* Comment.Multiline */
.highlight .cp {
color: #999999;
font-weight: bold; }
/* Comment.Preproc */
.highlight .c1 {
color: #999988;
font-style: italic; }
/* Comment.Single */
.highlight .cs {
color: #999999;
font-weight: bold;
font-style: italic; }
/* Comment.Special */
.highlight .gd {
color: #000000;
background-color: #ffdddd; }
/* Generic.Deleted */
.highlight .gd .x {
color: #000000;
background-color: #ffaaaa; }
/* Generic.Deleted.Specific */
.highlight .ge {
font-style: italic; }
/* Generic.Emph */
.highlight .gr {
color: #aa0000; }
/* Generic.Error */
.highlight .gh {
color: #999999; }
/* Generic.Heading */
.highlight .gi {
color: #000000;
background-color: #ddffdd; }
/* Generic.Inserted */
.highlight .gi .x {
color: #000000;
background-color: #aaffaa; }
/* Generic.Inserted.Specific */
.highlight .go {
color: #888888; }
/* Generic.Output */
.highlight .gp {
color: #555555; }
/* Generic.Prompt */
.highlight .gs {
font-weight: bold; }
/* Generic.Strong */
.highlight .gu {
color: #aaaaaa; }
/* Generic.Subheading */
.highlight .gt {
color: #aa0000; }
/* Generic.Traceback */
.highlight .kc {
font-weight: bold; }
/* Keyword.Constant */
.highlight .kd {
font-weight: bold; }
/* Keyword.Declaration */
.highlight .kp {
font-weight: bold; }
/* Keyword.Pseudo */
.highlight .kr {
font-weight: bold; }
/* Keyword.Reserved */
.highlight .kt {
color: #445588;
font-weight: bold; }
/* Keyword.Type */
.highlight .m {
color: #009999; }
/* Literal.Number */
.highlight .s {
color: #dd1144; }
/* Literal.String */
.highlight .na {
color: teal; }
/* Name.Attribute */
.highlight .nb {
color: #0086b3; }
/* Name.Builtin */
.highlight .nc {
color: #445588;
font-weight: bold; }
/* Name.Class */
.highlight .no {
color: teal; }
/* Name.Constant */
.highlight .ni {
color: purple; }
/* Name.Entity */
.highlight .ne {
color: #990000;
font-weight: bold; }
/* Name.Exception */
.highlight .nf {
color: #990000;
font-weight: bold; }
/* Name.Function */
.highlight .nn {
color: #555555; }
/* Name.Namespace */
.highlight .nt {
color: navy; }
/* Name.Tag */
.highlight .nv {
color: teal; }
/* Name.Variable */
.highlight .ow {
font-weight: bold; }
/* Operator.Word */
.highlight .w {
color: #bbbbbb; }
/* Text.Whitespace */
.highlight .mf {
color: #009999; }
/* Literal.Number.Float */
.highlight .mh {
color: #009999; }
/* Literal.Number.Hex */
.highlight .mi {
color: #009999; }
/* Literal.Number.Integer */
.highlight .mo {
color: #009999; }
/* Literal.Number.Oct */
.highlight .sb {
color: #dd1144; }
/* Literal.String.Backtick */
.highlight .sc {
color: #dd1144; }
/* Literal.String.Char */
.highlight .sd {
color: #dd1144; }
/* Literal.String.Doc */
.highlight .s2 {
color: #dd1144; }
/* Literal.String.Double */
.highlight .se {
color: #dd1144; }
/* Literal.String.Escape */
.highlight .sh {
color: #dd1144; }
/* Literal.String.Heredoc */
.highlight .si {
color: #dd1144; }
/* Literal.String.Interpol */
.highlight .sx {
color: #dd1144; }
/* Literal.String.Other */
.highlight .sr {
color: #009926; }
/* Literal.String.Regex */
.highlight .s1 {
color: #dd1144; }
/* Literal.String.Single */
.highlight .ss {
color: #990073; }
/* Literal.String.Symbol */
.highlight .bp {
color: #999999; }
/* Name.Builtin.Pseudo */
.highlight .vc {
color: teal; }
/* Name.Variable.Class */
.highlight .vg {
color: teal; }
/* Name.Variable.Global */
.highlight .vi {
color: teal; }
/* Name.Variable.Instance */
.highlight .il {
color: #009999; }
/* Literal.Number.Integer.Long */
/* normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block; }
/**
* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
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.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
* Known issue: no IE 6 support.
*/
[hidden] {
display: none; }
/* ==========================================================================
Base
========================================================================== */
/**
* 1. Prevent system color scheme's background color being used in Firefox, IE,
* and Opera.
* 2. Prevent system color scheme's text color being used in Firefox, IE, and
* Opera.
* 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
* `em` units.
* 4. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
background: #fff;
/* 1 */
color: #000;
/* 2 */
font-size: 100%;
/* 3 */
-webkit-text-size-adjust: 100%;
/* 4 */
-ms-text-size-adjust: 100%;
/* 4 */ }
/**
* Address `font-family` inconsistency between `textarea` and other form
* elements.
*/
html,
button,
input,
select,
textarea {
font-family: sans-serif; }
/**
* Address margins handled incorrectly in IE 6/7.
*/
body {
margin: 0; }
/* ==========================================================================
Links
========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
outline: thin dotted; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0; }
/* ==========================================================================
Typography
========================================================================== */
/**
* Address font sizes and margins set differently in IE 6/7.
* Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
* and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
h2 {
font-size: 1.5em;
margin: 0.83em 0; }
h3 {
font-size: 1.17em;
margin: 1em 0; }
h4 {
font-size: 1em;
margin: 1.33em 0; }
h5 {
font-size: 0.83em;
margin: 1.67em 0; }
h6 {
font-size: 0.67em;
margin: 2.33em 0; }
/**
* Address styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b,
strong {
font-weight: bold; }
blockquote {
margin: 1em 40px; }
/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
font-style: italic; }
/**
* Address differences between Firefox and other browsers.
* Known issue: no IE 6/7 normalization.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/**
* Address styling not present in IE 6/7/8/9.
*/
mark {
background: #ff0;
color: #000; }
/**
* Address margins set differently in IE 6/7.
*/
p,
pre {
margin: 1em 0; }
/**
* Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em; }
/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word; }
/**
* Address CSS quotes not supported in IE 6/7.
*/
q {
quotes: none; }
/**
* Address `quotes` property not supported in Safari 4.
*/
q:before,
q:after {
content: '';
content: none; }
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
/* ==========================================================================
Lists
========================================================================== */
/**
* Address margins set differently in IE 6/7.
*/
dl,
menu,
ol,
ul {
margin: 1em 0; }
dd {
margin: 0 0 0 40px; }
/**
* Address paddings set differently in IE 6/7.
*/
menu,
ol,
ul {
padding: 0 0 0 40px; }
/**
* Correct list images handled incorrectly in IE 7.
*/
nav ul,
nav ol {
list-style: none;
list-style-image: none; }
/* ==========================================================================
Embedded content
========================================================================== */
/**
* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improve image quality when scaled in IE 7.
*/
img {
border: 0;
/* 1 */
-ms-interpolation-mode: bicubic;
/* 2 */ }
/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
overflow: hidden; }
/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/
figure {
margin: 0; }
/* ==========================================================================
Forms
========================================================================== */
/**
* Correct margin displayed oddly in IE 6/7.
*/
form {
margin: 0; }
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct color not being inherited in IE 6/7/8/9.
* 2. Correct text not wrapping in Firefox 3.
* 3. Correct alignment displayed oddly in IE 6/7.
*/
legend {
border: 0;
/* 1 */
padding: 0;
white-space: normal;
/* 2 */
*margin-left: -7px;
/* 3 */ }
/**
* 1. Correct font size not being inherited in all browsers.
* 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
* and Chrome.
* 3. Improve appearance and consistency in all browsers.
*/
button,
input,
select,
textarea {
font-size: 100%;
/* 1 */
margin: 0;
/* 2 */
vertical-align: baseline;
/* 3 */
*vertical-align: middle;
/* 3 */ }
/**
* Address Firefox 3+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
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 6+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
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.
*/
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.
*/
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.
*/
input[type="checkbox"],
input[type="radio"] {
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).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Remove inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* 1. Remove default vertical scrollbar in IE 6/7/8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
overflow: auto;
/* 1 */
vertical-align: top;
/* 2 */ }
/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0; }
/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #222; }
body {
font-size: 1em;
line-height: 1.4; }
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none; }
::selection {
background: #b3d4fc;
text-shadow: none; }
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0; }
/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
img {
vertical-align: middle; }
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0; }
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical; }
/* ==========================================================================
Chrome Frame prompt
========================================================================== */
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0; }
/* ==========================================================================
Simple
========================================================================== */
body {
font-family: Georgia, serif;
padding: 10% 5% 3%;
margin: 0; }
a {
color: #4fd4ad;
text-decoration: none; }
a, a:link, a:visited {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
a:hover {
color: #208366; }
img,
iframe {
width: 100%; }
img.icon {
width: auto;
}
li {
font-size: 145%;
margin-bottom: .5em; }
p.is-rate {
text-align: center; }
blockquote {
border-left: 10px solid #46b393;
margin: 0;
padding-left: 5%; }
/* ==========================================================================
Modules
========================================================================== */
.container {
margin: 0 auto;
width: 100%; }
.container nav,
.container .articles-list,
.container .post {
max-width: 700px; }
.logo {
margin-bottom: 5%;
text-align: center; }
.logo h1 {
margin: 0; }
.logo a {
font-family: "HomesteadInlineInline", Arial, sans-serif;
font-weight: normal;
font-style: normal;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
background-color: #46b393;
font-size: 3.8em;
color: white;
text-decoration: none;
text-align: center;
padding: 0 0.22em 0 0.3em;
background-image: repeating-linear-gradient(45deg, #46b393 0, #4fd4ad 107px); }
.logo a:hover {
color: #333333; }
nav {
border-bottom: 2px solid #eee;
border-top: 2px solid #eee;
margin: 0 auto 10%;
text-align: center;
font-family: "HomesteadRegularRegular", Arial, sans-serif;
font-weight: normal;
font-style: normal; }
nav ul {
padding: 0; }
nav li {
display: inline-block;
margin: 0 2%;
font-size: 1.4em; }
nav a:hover {
color: #333333; }
.articles-list {
zoom: 1;
margin: 0 auto; }
.articles-list:before, .articles-list:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden; }
.articles-list:after {
clear: both; }
.articles-list article {
width: 99.4%;
float: none;
clear: both;
border: 2px solid #eeeeee;
margin-bottom: 1.8em;
min-height: 215px; }
.articles-list article:hover {
-webkit-box-shadow: 4px 1px 1px 1px #46b393;
box-shadow: 5px 6px 0px 0px #46b393; }
.articles-list article:active {
border-color: #4fd4ad; }
.articles-list a {
padding: 2em 2em 0.5em;
display: block;
height: auto; }
.articles-list a h2 {
font-family: "HomesteadRegularRegular", Arial, sans-serif;
font-weight: normal;
font-style: normal;
color: #333333;
text-decoration: none;
font-size: 2.4em;
line-height: 1.1em;
margin: 0 0 0.5em 0; }
.articles-list p {
color: #bbbbbb;
font-size: 1.5em;
margin-top: 0; }
.articles-list footer {
color: #4fd4ad;
font-family: "HomesteadRegularRegular", Arial, sans-serif;
font-weight: normal;
font-style: normal;
margin: 0 0 1em 0;
text-align: left; }
.articles-list .is-youtube {
height: 230px; }
footer {
margin: 15% auto 0;
text-align: center; }
footer p {
margin: 0;
margin-bottom: 0.3em; }
.post {
margin: 0 auto; }
.post h1 {
font-family: "HomesteadRegularRegular", Arial, sans-serif;
font-weight: normal;
font-style: normal;
margin: 0 0 5%;
font-size: 3em;
line-height: 1.1em; }
.post h1 a {
color: #333333 !important; }
.post h2 {
font-size: 2em;
margin-top: 1.8em; }
.post p {
font-size: 1.5em;
color: #444444;
text-align: justify;
}
.post li {
color: #444444; }
.post footer {
color: #46b393;
font-family: "HomesteadRegularRegular", Arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 1.4em;
margin: 10% 0;
text-align: left; }
.post .is-youtube {
height: 330px; }
.msg {
border: 1px solid #c1c1c1;
background-color: #dfdfdf;
padding: .5em 1.5em;
}
.msg p {
margin: 0.5em 0;
}
.msg--danger {
background-color: #fcf2f2;
border-color: #dFb5b4;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px; }
.ir:before {
content: "";
display: block;
width: 0;
height: 150%; }
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden; }
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
visibility: hidden; }
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (max-width: 43em) {
.articles-list a h2 {
font-size: 1.8em; }
.post h1 {
font-size: 2.2em; }
footer p {
font-size: 0.9em; } }
@media only screen and (min-width: 43em) {
.articles-list article {
float: left;
position: relative;
width: 47.5%;
clear: none;
min-height: 315px; }
.articles-list article.l-expanded {
width: 99.4%; }
.articles-list article.l-col2 {
float: right; }
.articles-list footer {
position: absolute;
bottom: 1.5em;
margin-bottom: 0; }
.articles-list a {
height: 350px; } }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */ }
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important;
/* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
thead {
display: table-header-group;
/* h5bp.com/t */ }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
@page {
margin: 0.5cm; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; } } | css/main.css | @font-face {
font-family: 'HomesteadInlineInline';
src: url("../fonts/homestead/homestead-inline-webfont.eot");
src: url("../fonts/homestead/homestead-inline-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/homestead/homestead-inline-webfont.woff") format("woff"), url("../fonts/homestead/homestead-inline-webfont.ttf") format("truetype"), url("../fonts/homestead/homestead-inline-webfont.svg#HomesteadInlineInline") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'HomesteadRegularRegular';
src: url("../fonts/homestead/homestead-regular-webfont.eot");
src: url("../fonts/homestead/homestead-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/homestead/homestead-regular-webfont.woff") format("woff"), url("../fonts/homestead/homestead-regular-webfont.ttf") format("truetype"), url("../fonts/homestead/homestead-regular-webfont.svg#HomesteadRegularRegular") format("svg");
font-weight: normal;
font-style: normal; }
.preload * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important; }
.highlight {
background: #ffffff; }
.highlight .c {
color: #999988;
font-style: italic; }
/* Comment */
.highlight .err {
color: #a61717;
background-color: #e3d2d2; }
/* Error */
.highlight .k {
font-weight: bold; }
/* Keyword */
.highlight .o {
font-weight: bold; }
/* Operator */
.highlight .cm {
color: #999988;
font-style: italic; }
/* Comment.Multiline */
.highlight .cp {
color: #999999;
font-weight: bold; }
/* Comment.Preproc */
.highlight .c1 {
color: #999988;
font-style: italic; }
/* Comment.Single */
.highlight .cs {
color: #999999;
font-weight: bold;
font-style: italic; }
/* Comment.Special */
.highlight .gd {
color: #000000;
background-color: #ffdddd; }
/* Generic.Deleted */
.highlight .gd .x {
color: #000000;
background-color: #ffaaaa; }
/* Generic.Deleted.Specific */
.highlight .ge {
font-style: italic; }
/* Generic.Emph */
.highlight .gr {
color: #aa0000; }
/* Generic.Error */
.highlight .gh {
color: #999999; }
/* Generic.Heading */
.highlight .gi {
color: #000000;
background-color: #ddffdd; }
/* Generic.Inserted */
.highlight .gi .x {
color: #000000;
background-color: #aaffaa; }
/* Generic.Inserted.Specific */
.highlight .go {
color: #888888; }
/* Generic.Output */
.highlight .gp {
color: #555555; }
/* Generic.Prompt */
.highlight .gs {
font-weight: bold; }
/* Generic.Strong */
.highlight .gu {
color: #aaaaaa; }
/* Generic.Subheading */
.highlight .gt {
color: #aa0000; }
/* Generic.Traceback */
.highlight .kc {
font-weight: bold; }
/* Keyword.Constant */
.highlight .kd {
font-weight: bold; }
/* Keyword.Declaration */
.highlight .kp {
font-weight: bold; }
/* Keyword.Pseudo */
.highlight .kr {
font-weight: bold; }
/* Keyword.Reserved */
.highlight .kt {
color: #445588;
font-weight: bold; }
/* Keyword.Type */
.highlight .m {
color: #009999; }
/* Literal.Number */
.highlight .s {
color: #dd1144; }
/* Literal.String */
.highlight .na {
color: teal; }
/* Name.Attribute */
.highlight .nb {
color: #0086b3; }
/* Name.Builtin */
.highlight .nc {
color: #445588;
font-weight: bold; }
/* Name.Class */
.highlight .no {
color: teal; }
/* Name.Constant */
.highlight .ni {
color: purple; }
/* Name.Entity */
.highlight .ne {
color: #990000;
font-weight: bold; }
/* Name.Exception */
.highlight .nf {
color: #990000;
font-weight: bold; }
/* Name.Function */
.highlight .nn {
color: #555555; }
/* Name.Namespace */
.highlight .nt {
color: navy; }
/* Name.Tag */
.highlight .nv {
color: teal; }
/* Name.Variable */
.highlight .ow {
font-weight: bold; }
/* Operator.Word */
.highlight .w {
color: #bbbbbb; }
/* Text.Whitespace */
.highlight .mf {
color: #009999; }
/* Literal.Number.Float */
.highlight .mh {
color: #009999; }
/* Literal.Number.Hex */
.highlight .mi {
color: #009999; }
/* Literal.Number.Integer */
.highlight .mo {
color: #009999; }
/* Literal.Number.Oct */
.highlight .sb {
color: #dd1144; }
/* Literal.String.Backtick */
.highlight .sc {
color: #dd1144; }
/* Literal.String.Char */
.highlight .sd {
color: #dd1144; }
/* Literal.String.Doc */
.highlight .s2 {
color: #dd1144; }
/* Literal.String.Double */
.highlight .se {
color: #dd1144; }
/* Literal.String.Escape */
.highlight .sh {
color: #dd1144; }
/* Literal.String.Heredoc */
.highlight .si {
color: #dd1144; }
/* Literal.String.Interpol */
.highlight .sx {
color: #dd1144; }
/* Literal.String.Other */
.highlight .sr {
color: #009926; }
/* Literal.String.Regex */
.highlight .s1 {
color: #dd1144; }
/* Literal.String.Single */
.highlight .ss {
color: #990073; }
/* Literal.String.Symbol */
.highlight .bp {
color: #999999; }
/* Name.Builtin.Pseudo */
.highlight .vc {
color: teal; }
/* Name.Variable.Class */
.highlight .vg {
color: teal; }
/* Name.Variable.Global */
.highlight .vi {
color: teal; }
/* Name.Variable.Instance */
.highlight .il {
color: #009999; }
/* Literal.Number.Integer.Long */
/* normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block; }
/**
* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
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.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
* Known issue: no IE 6 support.
*/
[hidden] {
display: none; }
/* ==========================================================================
Base
========================================================================== */
/**
* 1. Prevent system color scheme's background color being used in Firefox, IE,
* and Opera.
* 2. Prevent system color scheme's text color being used in Firefox, IE, and
* Opera.
* 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
* `em` units.
* 4. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
background: #fff;
/* 1 */
color: #000;
/* 2 */
font-size: 100%;
/* 3 */
-webkit-text-size-adjust: 100%;
/* 4 */
-ms-text-size-adjust: 100%;
/* 4 */ }
/**
* Address `font-family` inconsistency between `textarea` and other form
* elements.
*/
html,
button,
input,
select,
textarea {
font-family: sans-serif; }
/**
* Address margins handled incorrectly in IE 6/7.
*/
body {
margin: 0; }
/* ==========================================================================
Links
========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
outline: thin dotted; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0; }
/* ==========================================================================
Typography
========================================================================== */
/**
* Address font sizes and margins set differently in IE 6/7.
* Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
* and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
h2 {
font-size: 1.5em;
margin: 0.83em 0; }
h3 {
font-size: 1.17em;
margin: 1em 0; }
h4 {
font-size: 1em;
margin: 1.33em 0; }
h5 {
font-size: 0.83em;
margin: 1.67em 0; }
h6 {
font-size: 0.67em;
margin: 2.33em 0; }
/**
* Address styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b,
strong {
font-weight: bold; }
blockquote {
margin: 1em 40px; }
/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
font-style: italic; }
/**
* Address differences between Firefox and other browsers.
* Known issue: no IE 6/7 normalization.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/**
* Address styling not present in IE 6/7/8/9.
*/
mark {
background: #ff0;
color: #000; }
/**
* Address margins set differently in IE 6/7.
*/
p,
pre {
margin: 1em 0; }
/**
* Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em; }
/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word; }
/**
* Address CSS quotes not supported in IE 6/7.
*/
q {
quotes: none; }
/**
* Address `quotes` property not supported in Safari 4.
*/
q:before,
q:after {
content: '';
content: none; }
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
/* ==========================================================================
Lists
========================================================================== */
/**
* Address margins set differently in IE 6/7.
*/
dl,
menu,
ol,
ul {
margin: 1em 0; }
dd {
margin: 0 0 0 40px; }
/**
* Address paddings set differently in IE 6/7.
*/
menu,
ol,
ul {
padding: 0 0 0 40px; }
/**
* Correct list images handled incorrectly in IE 7.
*/
nav ul,
nav ol {
list-style: none;
list-style-image: none; }
/* ==========================================================================
Embedded content
========================================================================== */
/**
* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improve image quality when scaled in IE 7.
*/
img {
border: 0;
/* 1 */
-ms-interpolation-mode: bicubic;
/* 2 */ }
/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
overflow: hidden; }
/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/
figure {
margin: 0; }
/* ==========================================================================
Forms
========================================================================== */
/**
* Correct margin displayed oddly in IE 6/7.
*/
form {
margin: 0; }
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct color not being inherited in IE 6/7/8/9.
* 2. Correct text not wrapping in Firefox 3.
* 3. Correct alignment displayed oddly in IE 6/7.
*/
legend {
border: 0;
/* 1 */
padding: 0;
white-space: normal;
/* 2 */
*margin-left: -7px;
/* 3 */ }
/**
* 1. Correct font size not being inherited in all browsers.
* 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
* and Chrome.
* 3. Improve appearance and consistency in all browsers.
*/
button,
input,
select,
textarea {
font-size: 100%;
/* 1 */
margin: 0;
/* 2 */
vertical-align: baseline;
/* 3 */
*vertical-align: middle;
/* 3 */ }
/**
* Address Firefox 3+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
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 6+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
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.
*/
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.
*/
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.
*/
input[type="checkbox"],
input[type="radio"] {
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).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Remove inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* 1. Remove default vertical scrollbar in IE 6/7/8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
overflow: auto;
/* 1 */
vertical-align: top;
/* 2 */ }
/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0; }
/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #222; }
body {
font-size: 1em;
line-height: 1.4; }
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none; }
::selection {
background: #b3d4fc;
text-shadow: none; }
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0; }
/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
img {
vertical-align: middle; }
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0; }
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical; }
/* ==========================================================================
Chrome Frame prompt
========================================================================== */
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0; }
/* ==========================================================================
Simple
========================================================================== */
body {
font-family: Georgia, serif;
padding: 10% 5% 3%;
margin: 0; }
a {
color: #4fd4ad;
text-decoration: none; }
a, a:link, a:visited {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out; }
a:hover {
color: #208366; }
img,
iframe {
width: 100%; }
img.icon {
width: auto;
}
li {
font-size: 145%;
margin-bottom: .5em; }
p.is-rate {
text-align: center; }
blockquote {
border-left: 10px solid #46b393;
margin: 0;
padding-left: 5%; }
/* ==========================================================================
Modules
========================================================================== */
.container {
margin: 0 auto;
width: 100%; }
.container nav,
.container .articles-list,
.container .post {
max-width: 700px; }
.logo {
margin-bottom: 5%;
text-align: center; }
.logo h1 {
margin: 0; }
.logo a {
font-family: "HomesteadInlineInline", Arial, sans-serif;
font-weight: normal;
font-style: normal;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
background-color: #46b393;
font-size: 3.8em;
color: white;
text-decoration: none;
text-align: center;
padding: 0 0.22em 0 0.3em;
background-image: repeating-linear-gradient(45deg, #46b393 0, #4fd4ad 107px); }
.logo a:hover {
color: #333333; }
nav {
border-bottom: 2px solid #eee;
border-top: 2px solid #eee;
margin: 0 auto 10%;
text-align: center;
font-family: "HomesteadRegularRegular", Arial, sans-serif;
font-weight: normal;
font-style: normal; }
nav ul {
padding: 0; }
nav li {
display: inline-block;
margin: 0 2%;
font-size: 1.4em; }
nav a:hover {
color: #333333; }
.articles-list {
zoom: 1;
margin: 0 auto; }
.articles-list:before, .articles-list:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden; }
.articles-list:after {
clear: both; }
.articles-list article {
width: 99.4%;
float: none;
clear: both;
border: 2px solid #eeeeee;
margin-bottom: 1.8em;
min-height: 215px; }
.articles-list article:hover {
-webkit-box-shadow: 4px 1px 1px 1px #46b393;
box-shadow: 5px 6px 0px 0px #46b393; }
.articles-list article:active {
border-color: #4fd4ad; }
.articles-list a {
padding: 2em 2em 0.5em;
display: block;
height: auto; }
.articles-list a h2 {
font-family: "HomesteadRegularRegular", Arial, sans-serif;
font-weight: normal;
font-style: normal;
color: #333333;
text-decoration: none;
font-size: 2.4em;
line-height: 1.1em;
margin: 0 0 0.5em 0; }
.articles-list p {
color: #bbbbbb;
font-size: 1.5em;
margin-top: 0; }
.articles-list footer {
color: #4fd4ad;
font-family: "HomesteadRegularRegular", Arial, sans-serif;
font-weight: normal;
font-style: normal;
margin: 0 0 1em 0;
text-align: left; }
.articles-list .is-youtube {
height: 230px; }
footer {
margin: 15% auto 0;
text-align: center; }
footer p {
margin: 0;
margin-bottom: 0.3em; }
.post {
margin: 0 auto; }
.post h1 {
font-family: "HomesteadRegularRegular", Arial, sans-serif;
font-weight: normal;
font-style: normal;
margin: 0 0 5%;
font-size: 3em;
line-height: 1.1em; }
.post h1 a {
color: #333333 !important; }
.post h2 {
font-size: 2em;
margin-top: 1.8em; }
.post p {
font-size: 1.5em;
color: #444444;
text-align: justify;
}
.post li {
color: #444444; }
.post footer {
color: #46b393;
font-family: "HomesteadRegularRegular", Arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 1.4em;
margin: 10% 0;
text-align: left; }
.post .is-youtube {
height: 330px; }
.msg {
border: 1px solid #c1c1c1;
background-color: #dfdfdf;
padding: .5em 1.5em;
}
.msg p {
margin: 0.5em 0;
}
.msg--danger {
background-color: #fcf2f2;
border-color: #dFb5b4;
}
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px; }
.ir:before {
content: "";
display: block;
width: 0;
height: 150%; }
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden; }
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
visibility: hidden; }
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (max-width: 43em) {
.articles-list a h2 {
font-size: 1.8em; }
.post h1 {
font-size: 2.2em; }
footer p {
font-size: 0.9em; } }
@media only screen and (min-width: 43em) {
.articles-list article {
float: left;
position: relative;
width: 47.5%;
clear: none;
min-height: 315px; }
.articles-list article.l-expanded {
width: 99.4%; }
.articles-list article.l-col2 {
float: right; }
.articles-list footer {
position: absolute;
bottom: 1.5em;
margin-bottom: 0; }
.articles-list a {
height: 350px; } }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */ }
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important;
/* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
thead {
display: table-header-group;
/* h5bp.com/t */ }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
@page {
margin: 0.5cm; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; } } | 0.181118 | 0.050028 |
body {
line-height: 1.7;
color: #4d4d4d;
font-weight: 300;
font-size: 1.1rem;
}
::-moz-selection {
background: #000;
color: #fff;
}
::selection {
background: #000;
color: #fff;
}
a {
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
}
a:hover {
text-decoration: none;
}
.text-black {
color: #000 !important;
}
.bg-black {
background: #000 !important;
}
.row{
margin-right: 0px;
}
.site-wrap{
overflow:hidden;
}
.site-wrap:before {
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
background: rgba(0, 0, 0, 0.6);
content: '';
position: absolute;
z-index: 2000;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
}
.offcanvas-menu .site-wrap {
position: absolute;
height: 100%;
width: 100%;
z-index: 2;
overflow: hidden;
}
.offcanvas-menu .site-wrap:before {
opacity: 1;
visibility: visible;
}
.btn {
text-transform: uppercase;
position: relative;
-webkit-transition: 0.2s all ease-in-out !important;
-o-transition: 0.2s all ease-in-out !important;
transition: 0.2s all ease-in-out !important;
top: 0;
letter-spacing: 0.05em;
}
.btn:hover,
.btn:active,
.btn:focus {
outline: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn.btn-secondary {
background-color: #e6e7e9;
border-color: #e6e7e9;
color: #000;
}
.btn.btn-sm {
font-size: 0.9rem;
}
.btn.btn-primary {
font-weight: 300;
letter-spacing: 0.2em;
color: #fff;
background-color: #d2242a;
border-color: #d2242a;
}
.btn:hover {
-webkit-box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
top: -2px;
}
.bg-black {
background: #000;
}
.form-control {
height: 43px;
}
.form-control:active,
.form-control:focus {
border-color: #f23a2e;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.site-section {
padding: 2.5em 0;
}
@media (min-width: 768px) {
.site-section {
padding: 5em 0;
}
}
.site-section.site-section-sm {
padding: 4em 0;
}
.site-section-heading {
font-size: 30px;
color: #25262a;
position: relative;
}
.site-section-heading:before {
content: '';
left: 0%;
top: 0;
position: absolute;
width: 40px;
height: 2px;
background: #f23a2e;
}
.site-section-heading.text-center:before {
content: '';
left: 50%;
top: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
width: 40px;
height: 2px;
background: #f23a2e;
}
.border-top {
border-top: 1px solid #edf0f5 !important;
}
.site-footer {
padding: 4em 0;
background: #333333;
}
.site-footer p {
color: #737373;
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
color: #fff;
}
.site-footer a {
color: #999999;
}
.site-footer a:hover {
color: white;
}
.site-footer ul li {
margin-bottom: 10px;
}
.site-footer .footer-heading {
font-size: 20px;
color: #fff;
}
.bg-text-line {
display: inline;
background: #000;
-webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}
.bg-image {
background-size: cover;
background-repeat: no-rpeeat;
overflow: hidden;
}
.bg-image.center {
background-position: top center;
}
.bg-image.fixed {
background-position: fixed !important;
}
.bg-image.overlay,
.bg-image.overlay-primary,
.bg-image.overlay-info,
.bg-image.overlay-success,
.bg-image.overlay-warning {
position: relative;
}
.bg-image.overlay:before,
.bg-image.overlay-primary:before,
.bg-image.overlay-info:before,
.bg-image.overlay-success:before,
.bg-image.overlay-warning:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.bg-image.overlay:before {
background: rgba(0, 0, 0, 0.4);
}
.bg-image.overlay-primary:before {
background: #d2232a9c;
}
.bg-image.overlay-info:before {
background: rgba(23, 162, 184, 0.9);
}
.bg-image.overlay-success:before {
background: rgba(40, 167, 69, 0.9);
}
.bg-image.overlay-success:before {
background: rgba(13, 0, 58, 0.9);
}
/* Navbar */
.site-navbar {
background: #fff;
margin-bottom: 0px;
z-index: 1999;
position: relative;
font-family: 'Yantramanav', sans-serif;
}
.site-navbar.transparent {
background: transparent;
}
.site-navbar.absolute {
position: relative;
top: 0;
left: 0;
width: 100%;
}
.site-navbar .site-logo {
position: absolute;
left: 0;
top: 0;
margin-top: 7px;
}
.site-navbar .site-navigation {
background: #001442;
}
.site-navbar .site-navigation.border-bottom {
border-bottom: 1px solid #f3f3f4 !important;
}
.site-navbar .site-navigation .site-menu {
margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active > a {
border-bottom: 2px solid #d2242a;
}
.site-navbar .site-navigation .site-menu a {
text-decoration: none !important;
font-size: 20px;
display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
display: inline-block;
padding: 10px 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
padding: 10px 10px;
color: #fff;
font-size: 16px;
text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
border-bottom: 2px solid #d2232a;
}
.site-navbar .site-navigation .site-menu .has-children {
position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
position: relative;
padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
position: absolute;
content: '\e313';
font-size: 16px;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-family: 'icomoon';
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
visibility: hidden;
opacity: 0;
top: 100%;
position: absolute;
text-align: left;
-webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
border-left: 1px solid #edf0f5;
border-right: 1px solid #edf0f5;
border-bottom: 1px solid #edf0f5;
padding: 0px 0;
margin-top: 20px;
margin-left: 0px;
background: #fff;
-webkit-transition: 0.2s 0s;
-o-transition: 0.2s 0s;
transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
position: absolute;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown.arrow-top:before {
bottom: 100%;
left: 20%;
border: solid transparent;
content: ' ';
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown.arrow-top:before {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #fff;
border-width: 10px;
margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
font-size: 16px;
text-transform: none;
letter-spacing: normal;
-webkit-transition: 0s all;
-o-transition: 0s all;
transition: 0s all;
color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
border-bottom: 2px solid #d2232a !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
list-style: none;
padding: 0;
margin: 0;
min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
padding: 9px 20px;
display: block;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li
> a:hover {
background: #f4f5f9;
color: #25262a;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children
> a:before {
content: '\e315';
right: 20px;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children
> .dropdown,
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children
> ul {
left: 100%;
top: 0;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children:hover
> a,
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children:active
> a,
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children:focus
> a {
background: #f4f5f9;
color: #25262a;
}
.site-navbar .site-navigation .site-menu .has-children a {
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
border-bottom: 2px solid #d2232a;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
margin-top: 0px;
visibility: visible;
opacity: 1;
}
.site-mobile-menu {
width: 300px;
position: fixed;
right: 0;
z-index: 2000;
padding-top: 20px;
background: #fff;
height: calc(100vh);
-webkit-transform: translateX(110%);
-ms-transform: translateX(110%);
transform: translateX(110%);
-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
width: 100%;
float: left;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
float: right;
margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
font-size: 30px;
display: inline-block;
padding-left: 10px;
padding-right: 0px;
line-height: 1;
cursor: pointer;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
color: #25262a;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
float: left;
margin-top: 10px;
margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
display: inline-block;
text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
position: relative;
padding: 20px;
height: calc(100vh - 52px);
padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
.site-mobile-menu .site-nav-wrap a {
padding: 10px 20px;
display: block;
position: relative;
color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
color: #f23a2e;
}
.site-mobile-menu .site-nav-wrap li {
position: relative;
display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
color: #f23a2e;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
position: absolute;
right: 0px;
top: 10px;
z-index: 20;
width: 36px;
height: 36px;
text-align: center;
cursor: pointer;
border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
font-size: 12px;
z-index: 20;
font-family: 'icomoon';
content: '\f078';
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-180deg);
-ms-transform: translate(-50%, -50%) rotate(-180deg);
transform: translate(-50%, -50%) rotate(-180deg);
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
display: block;
position: relative;
float: left;
width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
padding-left: 20px;
font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
padding: 0;
margin: 0;
list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
padding-left: 40px;
font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
padding: 0;
margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
font-size: 16px;
padding-left: 60px;
}
/* Blocks */
.site-blocks-cover {
background-size: cover;
background-repeat: no-repeat;
background-position: top;
}
.site-blocks-cover.overlay {
position: relative;
}
.site-blocks-cover.overlay:before {
position: absolute;
content: '';
left: 0;
bottom: 0;
right: 0;
top: 0;
background: rgb(2, 0, 36);
background: -moz-linear-gradient(
180deg,
rgba(2, 0, 36, 1) 0%,
rgba(0, 16, 97, 1) 0%,
rgba(112, 0, 0, 1) 100%
);
background: -webkit-linear-gradient(
180deg,
rgba(2, 0, 36, 1) 0%,
rgba(0, 16, 97, 1) 0%,
rgba(112, 0, 0, 1) 100%
);
background: linear-gradient(
180deg,
rgba(2, 0, 36, 1) 0%,
rgba(0, 16, 97, 1) 0%,
rgba(112, 0, 0, 1) 100%
);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#700000",GradientType=1);
opacity: 43%;
}
.site-blocks-cover,
.site-blocks-cover .row {
min-height: 466px;
/* height: calc(100vh - 174px); */
}
.site-blocks-cover h1 {
font-size: 70px;
font-weight: 400;
color: #fff;
line-height: 1;
font-family: 'Bebas Neue', cursive;
}
@media (min-width: 768px) {
.site-blocks-cover h1 {
font-size: 70px;
}
}
.site-blocks-cover p {
color: #fff;
font-size: 1.5rem;
line-height: 1.5;
}
.site-blocks-cover .intro-text {
font-size: 16px;
line-height: 1.5;
}
.feature-blocks-1 {
position: absolute;
right: 10px;
margin-top: -70px;
z-index: 2;
color: #fff;
}
/* .feature-blocks-1 {
position: relative;
margin-top: -70px;
z-index: 2;
color: #fff;
} */
.feature-blocks-1.no-margin-top {
margin-top: 0px;
}
.feature-blocks-1 .feature-block-1 {
position: relative;
top: 0;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
overflow: hidden;
z-index: 1;
}
.feature-blocks-1 .feature-block-1.bg {
position: relative;
background-size: cover;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.feature-blocks-1 .feature-block-1 .text {
z-index: 10;
position: relative;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.feature-blocks-1 .feature-block-1:before {
content: '';
position: absolute;
top: 0;
z-index: 1;
bottom: 0;
left: 0;
right: 0;
background: transparent;
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.feature-blocks-1 .feature-block-1 p {
color: #cccccc;
}
.feature-blocks-1 .feature-block-1:hover,
.feature-blocks-1 .feature-block-1:focus,
.feature-blocks-1 .feature-block-1:active {
top: -10px;
-webkit-box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
}
.feature-blocks-1 .feature-block-1:hover .text,
.feature-blocks-1 .feature-block-1:focus .text,
.feature-blocks-1 .feature-block-1:active .text {
opacity: 1;
visibility: visible;
}
.feature-blocks-1 .feature-block-1:hover.bg,
.feature-blocks-1 .feature-block-1:focus.bg,
.feature-blocks-1 .feature-block-1:active.bg {
position: relative;
background-size: cover;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
z-index: 2;
}
.feature-blocks-1 .feature-block-1:hover:before,
.feature-blocks-1 .feature-block-1:focus:before,
.feature-blocks-1 .feature-block-1:active:before {
background: rgba(0, 0, 0, 0.9);
}
.site-blocks-vs .bg-image {
padding-top: 3em;
padding-bottom: 3em;
}
@media (min-width: 992px) {
.site-blocks-vs .bg-image {
padding-top: 5em;
padding-bottom: 5em;
}
}
.site-blocks-vs .image {
width: 80px;
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
}
@media (max-width: 991.98px) {
.site-blocks-vs .image {
margin-left: auto !important;
margin-right: auto !important;
}
}
.site-blocks-vs .image img {
border-radius: 50%;
}
.site-blocks-vs .image.image-small {
width: 50px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 50px;
}
.site-blocks-vs .country {
color: rgba(255, 255, 255, 0.7);
}
.match-entry {
position: relative;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.match-entry .small {
color: #ccc;
font-weight: normal;
letter-spacing: 0.15em;
}
.match-entry:hover {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
z-index: 90;
-webkit-box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
}
.post-entry {
position: relative;
overflow: hidden;
border: 1px solid #e6e6e6;
}
.post-entry,
.post-entry .text {
border-radius: 4px;
border-top: none !important;
}
.post-entry .date {
color: #ccc;
font-weight: normal;
letter-spacing: 0.1em;
}
.post-entry .image {
overflow: hidden;
position: relative;
}
.post-entry .image img {
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.post-entry:hover .image img,
.post-entry:active .image img,
.post-entry:focus .image img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.site-block-tab .nav-item {
text-transform: uppercase;
font-size: 0.8rem;
margin: 0 20px;
}
.site-block-tab .nav-item:first-child {
margin-left: 0 !important;
}
.site-block-tab .nav-item > a {
padding-left: 0 !important;
background: none !important;
padding-right: 0 !important;
border-bottom: 2px solid transparent;
border-radius: 0 !important;
font-weight: bold;
color: #cccccc;
}
.site-block-tab .nav-item > a:hover,
.site-block-tab .nav-item > a.active {
border-bottom: 2px solid #f23a2e;
color: #000;
}
.block-13,
.slide-one-item {
position: relative;
z-index: 1;
}
.block-13 .owl-nav,
.slide-one-item .owl-nav {
position: relative;
position: absolute;
bottom: 0px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.block-13 .owl-nav .owl-prev,
.block-13 .owl-nav .owl-next,
.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
position: relative;
display: inline-block;
padding: 20px;
font-size: 30px;
color: #fff;
}
.block-13 .owl-nav .owl-prev.disabled,
.block-13 .owl-nav .owl-next.disabled,
.slide-one-item .owl-nav .owl-prev.disabled,
.slide-one-item .owl-nav .owl-next.disabled {
opacity: 0.2;
}
.slide-one-item.home-slider .owl-nav {
bottom: 40px;
}
@media (min-width: 768px) {
.slide-one-item.home-slider .owl-nav {
bottom: 80px;
}
}
.slide-one-item .owl-item > div {
height: 300px;
}
@media (min-width: 768px) {
.slide-one-item .owl-item > div {
height: 800px;
}
}
.block-12 {
position: relative;
height:400px;
}
.block-12 figure {
position: relative;
height:218px;
}
.block-12 figure:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: -moz-linear-gradient(
top,
transparent 0%,
transparent 18%,
rgba(0, 0, 0, 0.8) 99%,
rgba(0, 0, 0, 0.8) 100%
);
background: -webkit-linear-gradient(
top,
transparent 0%,
transparent 18%,
rgba(0, 0, 0, 0.8) 99%,
rgba(0, 0, 0, 0.8) 100%
);
background: -webkit-gradient(
linear,
left top,
left bottom,
from(transparent),
color-stop(18%, transparent),
color-stop(99%, rgba(0, 0, 0, 0.8)),
to(rgba(0, 0, 0, 0.8))
);
background: -o-linear-gradient(
top,
transparent 0%,
transparent 18%,
rgba(0, 0, 0, 0.8) 99%,
rgba(0, 0, 0, 0.8) 100%
);
background: linear-gradient(
to bottom,
transparent 0%,
transparent 18%,
rgba(0, 0, 0, 0.8) 99%,
rgba(0, 0, 0, 0.8) 100%
);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.block-12 .text-overlay {
position: absolute;
bottom: 20px;
left: 20px;
right: 20px;
z-index: 10;
}
.block-12 .text-overlay h2 {
color: #fff;
}
.block-12 .text {
position: relative;
top: -50px;
}
.block-12 .text .meta {
text-transform: uppercase;
padding-left: 40px;
color: #fff;
display: block;
margin-bottom: 20px;
}
.block-12 .text .text-inner {
-webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
background: #fff;
padding: 10px;
position: relative;
}
@media (min-width: 576px) {
.block-12 .text .text-inner {
padding: 20px;
}
}
@media (min-width: 768px) {
.block-12 .text .text-inner {
padding: 30px 40px;
}
}
.block-12 .text .text-inner:before {
position: absolute;
content: '';
width: 80px;
height: 4px;
margin-top: -4px;
background: #f23a2e;
top: 0;
}
.block-12 .text .text-inner .heading {
font-size: 20px;
margin: 0;
padding: 0;
}
.block-16 figure {
position: relative;
}
.block-16 figure .play-button {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 20px;
width: 70px;
height: 70px;
background: #fff;
display: block;
border-radius: 50%;
opacity: 1;
color: #f23a2e !important;
}
.block-16 figure .play-button:hover {
opacity: 1;
}
.block-16 figure .play-button > span {
position: absolute;
left: 55%;
top: 50%;
-webkit-transform: translate(-60%, -50%);
-ms-transform: translate(-60%, -50%);
transform: translate(-60%, -50%);
}
.block-25 ul,
.block-25 ul li {
padding: 0;
margin: 0;
}
.block-25 ul li a .image {
-webkit-box-flex: 0;
-ms-flex: 0 0 90px;
flex: 0 0 90px;
}
.block-25 ul li a .image img {
border-radius: 4px;
max-width: 100%;
opacity: 1;
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.block-25 ul li a .text .heading {
font-size: 18px;
line-height: 1.5;
margin: 0;
padding: 0;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
color: #999999;
}
.block-25 ul li a .meta {
color: #f23a2e;
}
.block-25 ul li a:hover img {
opacity: 0.5;
}
.block-25 ul li a:hover .text .heading {
color: #fff;
}
#date-countdown .countdown-block {
color: #b3b3b3;
}
#date-countdown .label {
font-size: 40px;
color: #000;
}
.next-match .image {
width: 50px;
border-radius: 50%;
}
.player {
position: relative;
}
.player img {
max-width: 100px;
border-radius: 50%;
margin-bottom: 20px;
}
.player .team-number {
position: absolute;
width: 30px;
height: 30px;
background: #f23a2e;
border-radius: 50%;
color: #fff;
}
.player .team-number > span {
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
}
.player h2 {
font-size: 20px;
letter-spacing: 0.2em;
text-transform: uppercase;
}
.player .position {
font-size: 14px;
color: #b3b3b3;
text-transform: uppercase;
}
.site-block-27 ul,
.site-block-27 ul li {
padding: 0;
margin: 0;
}
.site-block-27 ul li {
display: inline-block;
margin-bottom: 4px;
}
.site-block-27 ul li a,
.site-block-27 ul li span {
text-align: center;
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
border: 1px solid #ccc;
}
.site-block-27 ul li.active a,
.site-block-27 ul li.active span {
background: #f23a2e;
color: #fff;
border: 1px solid transparent;
}
.custom-media {
background-color: #d2232a;
width: 450px;
}
.custom-media .img {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
}
.custom-media .img img {
width: 150px;
height: 150px;
}
.custom-media .text .meta {
color: rgba(255, 255, 255, 0.521);
font-size: 12px;
font-weight: 700;
}
.custom-media .text h3 {
font-size: 18px;
}
.custom-media .text h3 a {
color: #fff;
}
.custom-media .text p a {
color: #fff;
}
.custom-media .text h3 a:hover {
color: #ffafbf;
}
/* Next Match and Table */
.widget-next-match {
/* border: 1px solid rgba(255, 255, 255, 0.1); */
padding: 100px 100px 19px 100px;
}
.widget-vs {
width: 100%;
}
.widget-vs img {
max-width: 120px;
}
.widget-vs h3 {
color: #fff;
font-weight: 700;
font-size: 18px;
}
.widget-vs .vs > span {
display: inline-block;
font-size: 25px;
margin: 5px 20px;
color: #fff;
width: 100%;
font-weight: 400;
}
.widget-vs-contents {
padding-bottom: 0px;
}
.widget-vs-contents h4 {
color: #ffffff7a;
font-size: 16px;
font-weight: 400;
}
.widget-vs-contents h3 {
color: #ffffff86;
font-size: 16px;
font-weight: 400;
}
.widget-vs-contents span {
color: white;
}
.widget-vs-2 {
width: 100%;
}
.widget-vs-2 img {
max-width: 120px;
}
.widget-vs-2 h3 {
color: rgb(0, 0, 0);
font-weight: 700;
font-size: 18px;
}
.widget-vs-2 .vs > span {
display: inline-block;
font-size: 32px;
padding: 5px 20px;
border-radius: 30px;
color: rgb(0, 0, 0);
font-weight: 700;
}
.widget-vs-2 p{
width: 80%;
margin: 0 auto;
}
.widget-vs-2-contents {
padding-bottom: 0px;
}
.widget-vs-2-contents h4 {
color: #0000007a;
font-size: 16px;
font-weight: 700;
}
.widget-vs-2-contents h3 {
color: #00000086;
font-size: 16px;
font-weight: 400;
}
.widget-vs-2-contents span {
color: rgb(0, 0, 0);
}
.widget-title {
position: absolute;
padding: 16px 20px;
color: #fff;
background-color: #132e6d;
font-family: 'Bebas Neue', cursive;
}
.widget-title h3 {
margin: 0;
padding: 0;
font-size: 40px;
color: #fff;
}
.widget-title2 {
color: #fff;
margin: 0 auto;
font-family: 'Bebas Neue',cursive;
}
.widget-title2 h3 {
font-size:11vw;
letter-spacing:0.2em;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgb(255, 255, 255);
text-shadow:
5px 2px #ffffff,
2px 1px #00000000;
font-style: italic;
}
.widget-title2 h4 {
font-size: 2vw;
letter-spacing: 0.4em;
color: #ffffffc9;
font-family: 'Barlow Condensed', sans-serif;
text-transform: uppercase;
}
.widget-title2 p {
font-size: 2vw;
font-family: 'Barlow Condensed', sans-serif;
margin: 0 auto;
color: #ffffffe8;
}
.widget-title2 .tbg{
position: absolute;
left: 0;
font-style: italic;
letter-spacing: 0.6em;
width: 100%;
text-align: center;
font-size: 10vw;
font-weight: 100;
color: transparent;
-webkit-text-stroke: 1px rgb(255 255 255 / 49%);
/* opacity: .3;*/
}
.widget-title3 {
color: rgb(0, 0, 0);
margin: 0 auto;
font-family: 'Bebas Neue',cursive;
}
.widget-title3 h3 {
font-size:11vw;
letter-spacing:0.2em;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgb(0 0 0);
text-shadow:
5px 2px #000000,
2px 1px #ffffff00;
font-style: italic;
}
.widget-title3 h4 {
font-size: 2vw;
letter-spacing: 0.4em;
color: #000000c9;
font-family: 'Barlow Condensed', sans-serif;
text-transform: uppercase;
}
.widget-title3 p {
font-size: 2vw;
font-family: 'Barlow Condensed', sans-serif;
margin: 0 auto;
color: #000000e8;
}
.widget-title3 .tbg{
position: absolute;
left: 0;
letter-spacing: 0.6em;
font-style: italic;
width: 100%;
text-align: center;
font-size: 10vw;
font-weight: 100;
color: transparent;
-webkit-text-stroke: 1px rgb(152 152 152);
opacity: .3;
}
.widget-body {
padding: 20px;
}
.title-section {
margin-bottom: 30px;
}
.title-section .heading {
color: #fff;
font-size: 20px;
position: relative;
padding-left: 30px;
}
.title-section .heading:before {
position: absolute;
content: '';
width: 10px;
top: 0;
left: 0;
bottom: 0;
background: #ee1e46;
}
.custom-table {
margin-bottom: 0;
}
.custom-table thead tr th {
background: #000;
color: #fff;
border: none;
}
.custom-table tbody tr td {
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
}
.custom-table tbody tr td strong {
font-weight: 400;
}
.custom-table tbody tr:last-child td {
border: none;
}
.footer-section {
padding: 70px 0;
font-size: 14px;
color: rgba(255, 255, 255, 0.5);
background: #1a1e25;
}
.footer-heading {
font-family: 'Bebas Neue', cursive;
font-size: 18px;
letter-spacing: 2px;
}
.footer-section .widget h3 {
color: #fff;
font-size: 18px;
margin-bottom: 20px;
}
.footer-section .widget .links li {
margin-bottom: 10px;
}
.footer-section .widget .links li a {
color: rgba(255, 255, 255, 0.5);
}
.footer-section .widget .links li a:hover {
color: #ee1e46;
}
.bg-blue {
background-color: #000f31;
}
.bg-red{
background-color: #d2232a;
}
.bg-lightblue {
background-color: #0c1b3b;
}
.pt-150 {
padding-top: 150px;
}
/* Team */
.video-media {
position: relative;
height: 350px;
}
.video-media:hover {
transform: scale(1.1);
transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.video-media:before {
position: relative;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
}
.video-media .play-button {
position: absolute;
display: block;
bottom: 20px;
left: 20px;
font-size: 20px;
font-weight: 700;
color: #fff;
width: 100%;
}
.video-media .play-button .icon {
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 50px;
height: 50px;
border-radius: 50%;
background: #ee1e46;
position: relative;
}
.video-media .play-button .icon:before {
content: '';
position: absolute;
left: -5px;
top: -5px;
width: 60px;
height: 60px;
border: 2px solid #ee1e46;
border-radius: 50%;
}
.video-media .play-button .icon > span {
position: absolute;
top: 50%;
color: #fff;
left: 55%;
font-size: 18px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video-media .play-button .meta {
font-size: 12px;
}
.video-media .play-button .caption {
width: 100%;
}
.video-media .play-button .caption h3 {
line-height: 1;
color: #fff;
font-weight: 700;
font-size: 18px;
}
.video-media img{
max-width: 300px;
min-height: 350px;
object-fit: cover;
}
.section-title {
color: white;
position: relative;
padding: 20px;
text-align: center;
}
.section-title h2 {
font-family: 'Bebas Neue', cursive;
/* font-family: 'Montserrat', sans-serif; */
font-size: 50px;
color: white;
font-weight: 900;
letter-spacing: 15px;
display: inline-block;
}
.section-title h2:hover {
letter-spacing: 25px;
transform: scale(1.3);
transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.section-title h2:before {
position: absolute;
left: 0;
bottom: 48px;
z-index: -1;
right: 0;
height: 28px;
width: 321px;
/* background: #d2242a; */
opacity: 60%;
content: '';
margin: 0 auto;
}
.caption {
padding-top: 20px;
}
.caption h3 {
text-align: center;
color: white;
font-weight: 500;
text-transform: uppercase;
font-family: 'Barlow Condensed',sans-serif;
}
.caption h2 {
text-align: center;
color: white;
font-family: 'Barlow Condensed',sans-serif;
font-weight: 200;
font-size: 24px;
}
.owl-dots {
position: absolute;
width: 100%;
bottom: 20px;
text-align: center;
}
.owl-dots .owl-dot {
display: inline-block;
}
.owl-dots .owl-dot > span {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
width: 20px;
height: 3px;
margin: 5px;
}
.owl-dots .owl-dot.active > span {
background: #ee1e46;
}
.player-no {
position: absolute;
right: 18px;
z-index: -1;
top: 8px;
font-family: 'Bebas Neue';
}
.player-no h1 {
font-size: 150px;
opacity: 100%;
color: rgb(255, 255, 255);
}
.title-line {
}
/* for Blog */
.custom-media-2 {
font-family: 'Yantramanav', sans-serif;
background-color: #fbfbfb;
}
.custom-media-2:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06),
0 6px 20px 0 rgba(207, 207, 207, 0.19);
}
.custom-media-2 .img {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
}
.custom-media-2 .img img {
width: 300px;
height: 229px;
}
.custom-media-2 .text {
padding: 30px;
}
.custom-media-2 .text .meta {
color: rgba(226, 0, 0, 0.521);
font-size: 18px;
font-weight: 700;
letter-spacing: 3px;
}
.custom-media-2 .text h3 {
font-size: 25px;
}
.custom-media-2 .text h3 a {
color: rgb(0, 0, 0);
}
.custom-media-2 .text p a {
color: rgb(0, 0, 0);
}
.custom-media-2 .text h3 a:hover {
color: #000000;
}
.custom-media-2 .text p {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
}
/*---------------------
Partner Logo
-----------------------*/
.partner-logo {
}
.logo-carousel .logo-item {
display: table;
}
.logo-carousel .logo-item .tablecell-inner {
display: table-cell;
height: 50px;
vertical-align: middle;
}
.logo-carousel1 {
margin: 0 auto;
justify-content: center;
display: flex;
flex-wrap: wrap;
}
.logo-carousel1 .logo-item {
display: block;
padding: 0px 16px;
float: left;
}
.logo-carousel1 .logo-item .tablecell-inner {
/* display: table-cell;
height: 50px;
vertical-align: middle; */
display:flex;
height:100px;
}
/* .owl-carousel .owl-item img {
display: block;
width: auto;
} */
/* Gallery */
.gallery {
display: flex;
padding: 2px;
transition: 0.3s;
}
.gallery__column {
display: flex;
flex-direction: column;
width: 25%;
}
figure {
margin: 0px;
}
.gallery__link {
margin: 2px;
overflow: hidden;
}
.gallery__link:hover {
}
.gallery__image {
filter: grayscale(0);
}
.gallery__caption:hover {
opacity: 1;
}
.gallery__thumb {
position: relative;
}
.gallery__image {
display: block;
width: 100%;
transition: 0.3s;
}
.gallery__image:hover {
transform: scale(1.1);
}
.gallery__image:hover {
filter: grayscale(1);
}
.gallery__caption {
position: absolute;
bottom: 0;
left: 0;
padding: 25px 15px 15px;
width: 100%;
font-family: 'Raleway', sans-serif;
font-size: 16px;
color: white;
opacity: 1;
background: linear-gradient(
0deg,
rgba(0, 0, 0, 0.5) 0%,
rgba(255, 255, 255, 0) 100%
);
transition: 0.3s;
}
.cat {
position: absolute;
right: 25px;
top: 10px;
font-weight: bold;
}
.read {
position: absolute;
bottom: 10px;
border: none;
background: none;
border-bottom: 2px solid red;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.read:hover {
-webkit-transform: translate(0%, -25%);
-ms-transform: translate(0%, -25%);
transform: translate(0%, -25%);
}
/* Mobile view */
@media only screen and (max-width: 575px) {
.feature-blocks-1 {
position: relative;
z-index: 2;
color: #fff;
right: 0;
background-color: #000f31;
}
.widget-next-match {
padding: 30px;
}
.widget-title h3 {
font-size: 26px;
}
.custom-media {
width: auto;
}
.custom-media-2 {
min-height: 437px;
}
.custom-media-2 .img {
margin-right: 0px!important;
}
.custom-media-2 .img img {
width: 100%;
height: 229px;
object-fit: cover;
}
.custom-media-2 .text {
padding: 10px;
}
.custom-media-2 .text .meta {
color: rgba(226, 0, 0, 0.521);
font-size: 18px;
font-weight: 700;
letter-spacing: 3px;
}
.custom-media-2 .text h3 {
}
.custom-media-2 .text p {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
}
.gallery__caption {
opacity: 0;
}
.widget-title2 h3 {
font-size: 55px;
}
.site-blocks-cover {
/* height: 140vh !important; */
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
width: 100% !important;}
.input-group{width: 100% !important;}
.input-group-append {margin:auto; margin-top:10px;}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
}
.input-group{margin:auto;}
@media only screen and (min-width: 1821px) and (max-width: 1920px) {
.site-blocks-cover {
/* height: 125vh !important; */
}
}
/* News */
.slider-area2 {
background-image: url(../images/breadcrumb.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.slider-area2.overlay {
position: relative;
}
.slider-area2.overlay:before {
position: absolute;
content: '';
left: 0;
bottom: 0;
right: 0;
top: 0;
background: rgb(2, 0, 36);
background: -moz-linear-gradient(
180deg,
rgba(2, 0, 36, 1) 0%,
rgba(0, 16, 97, 1) 0%,
rgba(112, 0, 0, 1) 100%
);
background: -webkit-linear-gradient(
180deg,
rgba(2, 0, 36, 1) 0%,
rgba(0, 16, 97, 1) 0%,
rgba(112, 0, 0, 1) 100%
);
background: linear-gradient(
180deg,
rgba(2, 0, 36, 1) 0%,
rgba(0, 16, 97, 1) 0%,
rgba(112, 0, 0, 1) 100%
);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#700000",GradientType=1);
opacity: 43%;
}
.slider-height2 {
height: 450px;
background-size: cover;
}
.slider-area2 .hero-cap h2 {
color: #fff;
font-size: 70px;
font-weight: 700;
text-transform: uppercase;
line-height: 1;
font-family: 'Bebas Neue', cursive;
letter-spacing: 2px;
}
/*============ blog_left_sidebar css ==============*/
/* line 592, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item {
margin-bottom: 50px;
}
/* line 596, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details {
padding: 30px 0 20px 10px;
box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
background-color: white;
font-family: 'Roboto Condensed', sans-serif;
}
@media (min-width: 768px) {
/* line 596, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details {
padding: 60px 30px 35px 35px;
}
}
/* line 604, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details p {
margin-bottom: 30px;
}
/* line 608, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details a {
color: #242b5e;
}
/* line 611, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details a:hover {
color: #ff1313;
}
/* line 616, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details h2 {
font-size: 18px;
font-weight: 600;
margin-bottom: 8px;
}
@media (min-width: 768px) {
/* line 616, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details h2 {
font-size: 24px;
margin-bottom: 15px;
}
}
/* line 630, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li {
float: left;
font-size: 14px;
list-style: none;
}
/* line 634, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li a {
color: #999999;
}
/* line 638, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li i,
.blog-info-link li span {
font-size: 13px;
margin-right: 5px;
}
/* line 644, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li::after {
content: "|";
padding-left: 10px;
padding-right: 10px;
}
/* line 650, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li:last-child::after {
display: none;
}
/* line 655, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link::after {
content: "";
display: block;
clear: both;
display: table;
}
/* line 663, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img {
position: relative;
}
/* line 666, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date {
position: absolute;
bottom: -10px;
left: 10px;
display: block;
color: #fff;
background-color: #d2242a;
padding: 8px 15px;
border-radius: 5px;
}
@media (min-width: 768px) {
/* line 666, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date {
bottom: -20px;
left: 40px;
padding: 13px 30px;
}
}
/* line 682, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date h3 {
font-size: 22px;
font-weight: 600;
color: #fff;
margin-bottom: 0;
line-height: 1.2;
}
@media (min-width: 768px) {
/* line 682, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date h3 {
font-size: 30px;
}
}
/* line 694, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date p {
font-size: 18px;
margin-bottom: 0;
color: #fff;
}
@media (min-width: 768px) {
/* line 694, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date p {
font-size: 18px;
}
}
/* line 714, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .widget_title {
font-size: 20px;
margin-bottom: 40px;
}
/* line 719, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .widget_title::after {
content: "";
display: block;
padding-top: 15px;
border-bottom: 1px solid #f0e9ff;
}
/* line 727, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .single_sidebar_widget {
background: #ffffff;
padding: 30px;
margin-bottom: 30px;
}
/* line 731, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .single_sidebar_widget .btn_1 {
margin-top: 0px;
}
/* line 739, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .form-control {
height: 50px;
border-color: #f0e9ff;
font-size: 13px;
color: #999999;
padding-left: 20px;
border-radius: 0;
border-right: 0;
}
/* line 748, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .form-control::placeholder {
color: #999999;
}
/* line 752, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .form-control:focus {
border-color: #f0e9ff;
outline: 0;
box-shadow: none;
}
/* line 761, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .input-group button {
background: #d2242a;
border-left: 0;
border: 1px solid #f0e9ff;
padding: 4px 15px;
border-left: 0;
cursor: pointer;
}
/* line 769, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .input-group button i {
color: #fff;
}
/* line 772, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .input-group button span {
font-size: 14px;
color: #999999;
}
/* line 783, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .form-control {
height: 50px;
border-color: #f0e9ff;
font-size: 13px;
color: #999999;
padding-left: 20px;
border-radius: 0;
}
/* line 792, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
color: #999999;
}
/* line 796, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .form-control:focus {
border-color: #f0e9ff;
outline: 0;
box-shadow: none;
}
/* line 805, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .input-group button {
background: #fff;
border-left: 0;
border: 1px solid #f0e9ff;
padding: 4px 15px;
border-left: 0;
}
/* line 812, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
font-size: 14px;
color: #fff;
}
/* line 825, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li {
border-bottom: 1px solid #f0e9ff;
transition: all 0.3s ease 0s;
padding-bottom: 12px;
list-style: none;
}
/* line 830, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
border-bottom: 0;
}
/* line 834, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li a {
font-size: 14px;
line-height: 20px;
color: #888888;
}
/* line 839, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li a p {
margin-bottom: 0px;
}
/* line 844, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li + li {
padding-top: 15px;
}
/* line 861, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
justify-content: center;
align-self: center;
padding-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item img {
height: 100px;
}
/* line 866, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
font-size: 16px;
line-height: 20px;
margin-bottom: 6px;
transition: all 0.3s linear;
}
/* line 877, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
color: #fff;
}
/* line 883, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
font-size: 14px;
line-height: 21px;
margin-bottom: 0px;
}
/* line 890, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
margin-top: 20px;
}
/* line 898, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .tag_cloud_widget ul li {
display: inline-block;
}
/* line 901, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .tag_cloud_widget ul li a {
display: inline-block;
border: 1px solid #eeeeee;
background: #fff;
padding: 4px 20px;
margin-bottom: 8px;
margin-right: 3px;
transition: all 0.3s ease 0s;
color: #888888;
font-size: 13px;
}
/* line 912, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
background: #d2242a;
color: #fff !important;
-webkit-text-fill-color: #fff;
text-decoration: none;
-webkit-transition: 0.5s;
transition: 0.5s;
}
/* line 927, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .instagram_feeds .instagram_row {
display: flex;
margin-right: -6px;
margin-left: -6px;
}
/* line 933, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .instagram_feeds .instagram_row li {
width: 33.33%;
float: left;
padding-right: 6px;
padding-left: 6px;
margin-bottom: 15px;
}
/* line 1033, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .br {
width: 100%;
height: 1px;
background: #eeeeee;
margin: 30px 0px;
}
/* line 1054, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination {
margin-top: 80px;
}
/* line 1058, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination .page-link {
font-size: 14px;
position: relative;
display: block;
padding: 0;
text-align: center;
margin-left: -1px;
line-height: 45px;
width: 45px;
height: 45px;
border-radius: 0 !important;
color: #8a8a8a;
border: 1px solid #f0e9ff;
margin-right: 10px;
}
/* line 1075, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
font-size: 13px;
}
/* line 1087, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination .page-item.active .page-link {
background-color: #fbf9ff;
border-color: #f0e9ff;
color: #888888;
}
/* line 1094, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination .page-item:last-child .page-link {
margin-right: 0;
}
.section-padding {
padding-top: 60px;
padding-bottom: 60px;
}
.boxed-btn {
background: #fff;
color: #d2242a !important;
display: inline-block;
padding: 18px 44px;
font-family: "Oswald", sans-serif;
font-size: 14px;
font-weight: 400;
border: 0;
border: 1px solid #d2242a;
letter-spacing: 3px;
text-align: center;
color: #d2242a;
text-transform: uppercase;
cursor: pointer;
}
/* line 67, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_variables.scss */
.boxed-btn:hover {
background: #d2242a;
color: #fff !important;
border: 1px solid #d2242a;
}
/* line 72, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_variables.scss */
.boxed-btn:focus {
outline: none;
}
/* line 75, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_variables.scss */
.boxed-btn.large-width {
width: 220px;
}
.custom-table2 td, .custom-table2 th{
padding:0.2rem;
}
.custom-table2 thead tr th {
background: #000;
color: #fff;
border: none;
}
/* single news post */
/*============ Start Blog Single Styles =============*/
/* line 1119, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog_details {
box-shadow: none;
padding: 0;
}
/* line 1124, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .social-links {
padding-top: 10px;
}
/* line 1127, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .social-links li {
display: inline-block;
margin-bottom: 10px;
}
/* line 1131, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .social-links li a {
color: #cccccc;
padding: 7px;
font-size: 14px;
transition: all 0.2s linear;
}
/* line 1144, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog_details {
padding-top: 26px;
}
/* line 1147, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog_details p {
margin-bottom: 20px;
font-size: 15px;
}
/* line 1157, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .quote-wrapper {
background: rgba(130, 139, 178, 0.1);
padding: 15px;
line-height: 1.733;
color: #888888;
font-style: italic;
margin-top: 25px;
margin-bottom: 25px;
}
@media (min-width: 768px) {
/* line 1157, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .quote-wrapper {
padding: 30px;
}
}
/* line 1171, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .quotes {
background: #fff;
padding: 15px 15px 15px 20px;
border-left: 2px solid;
}
@media (min-width: 768px) {
/* line 1171, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .quotes {
padding: 25px 25px 25px 30px;
}
}
/* line 1181, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .arrow {
position: absolute;
}
/* line 1184, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .arrow .lnr {
font-size: 20px;
font-weight: 600;
}
/* line 1191, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .thumb .overlay-bg {
background: rgba(0, 0, 0, 0.8);
}
/* line 1196, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top {
padding-top: 15px;
border-top: 1px solid #f0e9ff;
}
/* line 1200, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top p {
margin-bottom: 0;
}
/* line 1204, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .like-info {
font-size: 14px;
}
/* line 1207, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
font-size: 16px;
margin-right: 5px;
}
/* line 1214, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .comment-count {
font-size: 14px;
}
/* line 1217, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
font-size: 16px;
margin-right: 5px;
}
/* line 1226, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .social-icons li {
display: inline-block;
margin-right: 15px;
}
/* line 1230, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .social-icons li:last-child {
margin: 0;
}
/* line 1234, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
font-size: 14px;
color: #999999;
}
/* line 1252, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author {
padding: 40px 30px;
background: #fbf9ff;
margin-top: 50px;
}
@media (max-width: 600px) {
/* line 1252, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author {
padding: 20px 8px;
}
}
/* line 1261, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author img {
width: 90px;
height: 90px;
border-radius: 50%;
margin-right: 30px;
}
@media (max-width: 600px) {
/* line 1261, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author img {
margin-right: 15px;
width: 45px;
height: 45px;
}
}
/* line 1274, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author a {
display: inline-block;
}
/* line 1278, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author a:hover {
color: #ff1313;
}
/* line 1283, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author p {
margin-bottom: 0;
font-size: 15px;
}
/* line 1288, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author h4 {
font-size: 16px;
}
/* line 1295, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area {
border-bottom: 1px solid #eee;
padding-bottom: 30px;
margin-top: 55px;
}
/* line 1300, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area p {
margin-bottom: 0px;
}
/* line 1304, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area h4 {
font-size: 18px;
line-height: 25px;
}
/* line 1310, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left {
text-align: left;
}
/* line 1313, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left .thumb {
margin-right: 20px;
background: #000;
}
/* line 1317, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left .thumb img {
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
height: 50px;
}
/* line 1322, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left .lnr {
margin-left: 20px;
opacity: 0;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
/* line 1329, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left:hover .lnr {
opacity: 1;
}
/* line 1334, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left:hover .thumb img {
opacity: .5;
}
@media (max-width: 767px) {
/* line 1310, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left {
margin-bottom: 30px;
}
}
/* line 1345, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right {
text-align: right;
}
/* line 1348, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right .thumb {
margin-left: 20px;
background: #000;
}
/* line 1352, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right .thumb img {
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
height: 50px;
}
/* line 1357, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right .lnr {
margin-right: 20px;
opacity: 0;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
/* line 1364, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right:hover .lnr {
opacity: 1;
}
/* line 1369, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right:hover .thumb img {
opacity: .5;
}
@media (max-width: 991px) {
/* line 1377, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .sidebar-widgets {
padding-bottom: 0px;
}
}
/* line 1384, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area {
background: transparent;
border-top: 1px solid #eee;
padding: 45px 0;
margin-top: 50px;
}
@media (max-width: 414px) {
/* line 1384, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area {
padding: 50px 8px;
}
}
/* line 1395, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area h4 {
margin-bottom: 35px;
font-size: 18px;
}
/* line 1402, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area h5 {
font-size: 16px;
margin-bottom: 0px;
}
/* line 1411, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list {
padding-bottom: 48px;
}
/* line 1414, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list:last-child {
padding-bottom: 0px;
}
/* line 1418, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list.left-padding {
padding-left: 25px;
}
@media (max-width: 413px) {
/* line 1424, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list .single-comment h5 {
font-size: 12px;
}
/* line 1428, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list .single-comment .date {
font-size: 11px;
}
/* line 1432, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list .single-comment .comment {
font-size: 10px;
}
}
/* line 1439, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .thumb {
margin-right: 20px;
}
/* line 1442, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .thumb img {
width: 70px;
border-radius: 50%;
}
/* line 1448, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .date {
font-size: 14px;
color: #999999;
margin-bottom: 0;
margin-left: 20px;
}
/* line 1455, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment {
margin-bottom: 10px;
color: #777777;
font-size: 15px;
}
/* line 1461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .btn-reply {
background-color: transparent;
color: #888888;
padding: 5px 18px;
font-size: 14px;
display: block;
font-weight: 400;
}
/* line 1478, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form {
border-top: 1px solid #eee;
padding-top: 45px;
margin-top: 50px;
margin-bottom: 20px;
}
/* line 1486, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-group {
margin-bottom: 30px;
}
/* line 1490, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form h4 {
margin-bottom: 40px;
font-size: 18px;
line-height: 22px;
}
/* line 1498, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .name {
padding-left: 0px;
}
@media (max-width: 767px) {
/* line 1498, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .name {
padding-right: 0px;
margin-bottom: 1rem;
}
}
/* line 1507, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .email {
padding-right: 0px;
}
@media (max-width: 991px) {
/* line 1507, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .email {
padding-left: 0px;
}
}
/* line 1515, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-control {
border: 1px solid #f0e9ff;
border-radius: 5px;
height: 48px;
padding-left: 18px;
font-size: 13px;
background: transparent;
}
/* line 1523, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-control:focus {
outline: 0;
box-shadow: none;
}
/* line 1528, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-control::placeholder {
font-weight: 300;
color: #999999;
}
/* line 1533, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-control::placeholder {
color: #777777;
}
/* line 1538, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form textarea {
padding-top: 18px;
border-radius: 12px;
height: 100% !important;
}
/* line 1544, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
font-size: 13px;
color: #777;
}
/* line 1550, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form ::-moz-placeholder {
/* Firefox 19+ */
font-size: 13px;
color: #777;
}
/* line 1556, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form :-ms-input-placeholder {
/* IE 10+ */
font-size: 13px;
color: #777;
}
/* line 1562, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form :-moz-placeholder {
/* Firefox 18- */
font-size: 13px;
color: #777;
}
/*============ End Blog Single Styles =============*/
/* about */
.about-content {
padding: 65px;
}
.about-content h2 {
font-family: 'Bebas Neue',cursive;
font-size: 65px;
border-left: 10px solid #d2232a;
padding: 10px;
}
.about-content p{
font-family: 'Roboto Condensed', sans-serif;
font-size: 18px;
padding: 10px;
}
.about-content-img img{
}
/* tab-layout */
.whats-news-area .whats-news-caption .single-what-news,
.about-area .whats-news-caption .single-what-news,
.contact-section .whats-news-caption .single-what-news {
position: relative;
}
.whats-news-area .whats-news-caption .single-what-news .what-img img,
.about-area .whats-news-caption .single-what-news .what-img img,
.contact-section .whats-news-caption .single-what-news .what-img img {
width: 100%;
}
.whats-news-area .whats-news-caption .single-what-news .what-cap,
.about-area .whats-news-caption .single-what-news .what-cap,
.contact-section .whats-news-caption .single-what-news .what-cap {
padding: 20px;
background: #fff;
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.whats-news-area .whats-news-caption .single-what-news .what-cap span,
.about-area .whats-news-caption .single-what-news .what-cap span,
.contact-section .whats-news-caption .single-what-news .what-cap span {
color: #000;
text-transform: uppercase;
font-size: 11px;
font-weight: 600;
padding: 10px 15px;
line-height: 1;
margin-bottom: 15px;
display: inline-block;
}
.whats-news-area .whats-news-caption .single-what-news .what-cap h4 a,
.about-area .whats-news-caption .single-what-news .what-cap h4 a,
.contact-section .whats-news-caption .single-what-news .what-cap h4 a {
font-size: 20px;
font-weight: 900;
line-height: 1.4;
}
.whats-news-area .whats-news-caption .single-what-news .what-cap h4 a:hover,
.about-area .whats-news-caption .single-what-news .what-cap h4 a:hover,
.contact-section .whats-news-caption .single-what-news .what-cap h4 a:hover {
color: #fc3f00;
}
.whats-news-area .whats-news-caption .single-what-news:hover .what-cap,
.about-area .whats-news-caption .single-what-news:hover .what-cap,
.contact-section .whats-news-caption .single-what-news:hover .what-cap {
bottom: -70px;
}
.whats-news-area .single-follow .single-box,
.about-area .single-follow .single-box,
.contact-section .single-follow .single-box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.whats-news-area .single-follow .follow-us,
.about-area .single-follow .follow-us,
.contact-section .single-follow .follow-us {
border: 1px solid #f4f4f4;
padding-top: 10px;
padding-bottom: 15px;
padding-left: 13px;
padding-right: 13px;
border-radius: 5px;
margin-bottom: 5px;
width: 49%;
}
.whats-news-area .single-follow .follow-us .follow-count,
.about-area .single-follow .follow-us .follow-count,
.contact-section .single-follow .follow-us .follow-count {
padding-left: 15px;
}
.whats-news-area .single-follow .follow-us .follow-count span,
.about-area .single-follow .follow-us .follow-count span,
.contact-section .single-follow .follow-us .follow-count span {
color: #232323;
font-size: 14px;
font-weight: 500;
}
.whats-news-area .single-follow .follow-us .follow-count p,
.about-area .single-follow .follow-us .follow-count p,
.contact-section .single-follow .follow-us .follow-count p {
margin-bottom: 0;
line-height: 1;
font-size: 11px;
}
.whats-news-area .news-poster img,
.about-area .news-poster img,
.contact-section .news-poster img {
width: 100%;
padding: 0 61px;
}
.whats-news-area .nav-tabs .nav-link,
.about-area .nav-tabs .nav-link,
.contact-section .nav-tabs .nav-link {
border: 0;
border-bottom: 2px solid transparent;
padding: 10px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.whats-news-area .nav-tabs .nav-link,
.about-area .nav-tabs .nav-link,
.contact-section .nav-tabs .nav-link {
padding: 10px 10px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1820px) {
.site-blocks-cover {
/* height: 140vh !important; */
}
.custom-media-2 .img {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
}
.custom-media-2 .img img {
width: 184px;
height: 229px;
object-fit: cover;
}
.custom-media-2 .text {
}
.custom-media-2 .text .meta {
color: rgba(226, 0, 0, 0.521);
font-size: 18px;
font-weight: 700;
letter-spacing: 3px;
}
.custom-media-2 .text h3 {
font-size: 25px;
max-width: 150px;
}
.custom-media-2 .text h3 a {
color: rgb(0, 0, 0);
}
.custom-media-2 .text p a {
color: rgb(0, 0, 0);
}
.custom-media-2 .text h3 a:hover {
color: #000000;
}
.custom-media-2 .text p {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
max-height: 40px;
overflow: hidden;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.whats-news-area .nav-tabs .nav-link,
.about-area .nav-tabs .nav-link,
.contact-section .nav-tabs .nav-link {
padding: 10px 15px;
}
.custom-media-2 .img {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
margin: 0px;
}
.custom-media-2 .img img {
width: 184px;
height: 229px;
object-fit: cover;
}
.custom-media-2 {
flex: none!important;
min-height: 466px;
}
.custom-media-2 .text {
padding:10px
}
.custom-media-2 .text .meta {
color: rgba(226, 0, 0, 0.521);
font-size: 18px;
font-weight: 700;
letter-spacing: 3px;
}
.custom-media-2 .text h3 {
font-size: 25px;
max-width: 150px;
}
.custom-media-2 .text h3 a {
color: rgb(0, 0, 0);
}
.custom-media-2 .text p a {
color: rgb(0, 0, 0);
}
.custom-media-2 .text h3 a:hover {
color: #000000;
}
.custom-media-2 .text p {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
max-height: 58px;
overflow: hidden;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.whats-news-area .nav-tabs .nav-link,
.about-area .nav-tabs .nav-link,
.contact-section .nav-tabs .nav-link {
padding: 10px 15px;
}
.custom-media-2 .img {
width: 100%;
flex: none;
margin: 0px;
}
.custom-media-2 .img img {
width: 100%;
object-fit: cover;
height: auto;
}
.custom-media-2 {
flex: none!important;
min-height: 466px;
margin-top: 10px;
}
.custom-media-2 .text {
padding:10px;
min-height: 200px;
}
.custom-media-2 .text .meta {
color: rgba(226, 0, 0, 0.521);
font-size: 18px;
font-weight: 700;
letter-spacing: 3px;
}
.custom-media-2 .text h3 {
font-size: 25px;
}
.custom-media-2 .text h3 a {
color: rgb(0, 0, 0);
}
.custom-media-2 .text p a {
color: rgb(0, 0, 0);
}
.custom-media-2 .text h3 a:hover {
color: #000000;
}
.custom-media-2 .text p {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
max-height: 58px;
overflow: hidden;
}
}
@media (max-width: 767px) {
.whats-news-area .nav-tabs .nav-link,
.about-area .nav-tabs .nav-link,
.contact-section .nav-tabs .nav-link {
padding: 10px 15px;
}
}
.whats-news-area .nav-tabs .nav-item.show .nav-link,
.whats-news-area .nav-tabs .nav-link.active,
.about-area .nav-tabs .nav-item.show .nav-link,
.about-area .nav-tabs .nav-link.active,
.contact-section .nav-tabs .nav-item.show .nav-link,
.contact-section .nav-tabs .nav-link.active {
color: #fc3f00;
background: none;
}
.whats-news-area .nav-tabs .nav-item,
.about-area .nav-tabs .nav-item,
.contact-section .nav-tabs .nav-item {
display: block;
color: #ffffff;
text-transform: capitalize;
font-size: 16px;
}
.whats-news-area .nav-tabs,
.about-area .nav-tabs,
.contact-section .nav-tabs {
margin-bottom: 31px;
padding-bottom: 0px;
position: relative;
border: 0;
display: flex;
justify-content: center;
}
.tab-pane {
-webkit-transition: all 0.6s ease-out 0s;
-moz-transition: all 0.6s ease-out 0s;
-ms-transition: all 0.6s ease-out 0s;
-o-transition: all 0.6s ease-out 0s;
transition: all 0.6s ease-out 0s;
}
/* card design */
.card-person{
position: relative;
width: 320px;
height: 450px;
background: #ffffff;
border-radius: 20px;
overflow: hidden;
margin:auto;
}
.card-person:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #d2232a;
clip-path: circle(150px at 80% 20%);
transition: 0.5s ease-in-out;
}
.card-person:hover:before{
clip-path: circle(300px at 80% -20%);
}
.card-person:after{
content: 'BCFC';
position: absolute;
top: 30%;
left: -20%;
font-size: 11em;
font-weight: 800;
font-style: italic;
color: rgba(255, 101, 101, 0.137)
}
.card-person .imgBx{
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10000;
width: 100%;
height: 220px;
transition: 0.5s;
}
.card-person:hover .imgBx{
top: 0%;
transform: translateY(0%);
}
.card-person .imgBx img{
position: absolute;
bottom: 0%;
left: 10%;
width: 270px;
}
.card-person:hover .imgBx img{
top: 28%;
left: 20%;
width: 204px;
}
.card-person .contentBx{
position: absolute;
bottom: 0;
width: 100%;
height: 100px;
text-align: center;
transition: 1s;
z-index: 10;
font-family: 'Anton', sans-serif;
}
.card-person:hover .contentBx{
height: 140px;
}
.card-person .contentBx h2{
position: relative;
font-weight: 600;
letter-spacing: 1px;
color: #d2242a;
font-family: 'Bebas Neue', cursive;
margin: 0;
}
.card-person .contentBx .size, .card-person .contentBx .color {
display: flex;
justify-content: center;
align-items: center;
padding: 8px 20px;
transition: 0.5s;opacity: 0;
visibility: hidden;
padding-top: 0;
padding-bottom: 0;
}
.card-person:hover .contentBx .size{
opacity: 1;
visibility: visible;
transition-delay: 0.5s;
}
.card-person:hover .contentBx .color{
opacity: 1;
visibility: visible;
transition-delay: 0.6s;
}
.card-person .contentBx .size h3, .card-person .contentBx .color h3{
color: #000;
font-weight: 300;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
margin-right: 10px;
}
.card-person .contentBx .size span{
padding: 0px 3px;
text-align: center;
line-height: 26px;
font-size: 14px;
display: inline-block;
color: #111;
background: #fff;
margin: 0 5px;
transition: 0.5s;
color: #111;
border-radius: 4px;
cursor: pointer;
}
.card-person .contentBx .size span:hover{
background: #9bdc28;
}
.card-person .contentBx .color span{
width: 20px;
height: 20px;
background: #ff0;
border-radius: 50%;
margin: 0 5px;
cursor: pointer;
}
.card-person .contentBx .color span:nth-child(2){
background: #9bdc28;
}
.card-person .contentBx .color span:nth-child(3){
background: #03a9f4;
}
.card-person .contentBx .color span:nth-child(4){
background: #e91e63;
}
.card-person .contentBx a{
display: inline-block;
padding: 10px 20px;
background: #fff;
border-radius: 4px;
margin-top: 10px;
text-decoration: none;
font-weight: 600;
color: #111;
opacity: 0;
transform: translateY(50px);
transition: 0.5s;
margin-top: 0;
}
.card-person:hover .contentBx a{
opacity: 1;
transform: translateY(0px);
transition-delay: 0.75s;
}
/* Yantramanav,sans-serif */
/* icon bar */
.icon-bar {
position: fixed;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index:2000;
}
.icon-bar a {
display: block;
text-align: center;
padding: 16px;
transition: all 0.3s ease;
color: white;
font-size: 20px;
}
.icon-bar a:hover {
background-color: #000;
}
.facebook {
background: #3B5998;
color: white;
}
.twitter {
background: #55ACEE;
color: white;
}
.google {
background: #dd4b39;
color: white;
}
/* gallery */
.main-content {
}
@media (max-width: 991.98px) {
.main-content {
width: 100%;
position: relative;
float: none;
}
}
.main-content .container-fluid {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
@media (max-width: 991.98px) {
.main-content .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
}
.main-content .photos .photo-item {
position: relative;
}
.main-content .photos .photo-item:after {
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
opacity: 0;
visibility: hidden;
}
.main-content .photos .photo-item .photo-text-more {
position: absolute;
z-index: 3;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: 30px;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
opacity: 0;
visibility: hidden;
text-align: center;
}
.main-content .photos .photo-item .photo-text-more .icon {
color: #fff;
font-size: 20px;
}
.main-content .photos .photo-item .photo-text-more .heading {
font-size: 16px;
color: #fff;
margin-bottom: 0;
text-transform: uppercase;
}
.main-content .photos .photo-item .photo-text-more .meta {
color: #cccccc;
text-transform: uppercase;
font-size: 12px;
}
.main-content .photos .photo-item img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
height: 300px;
margin-bottom: 5px;
}
@media (max-width: 575.98px) {
.main-content .photos .photo-item img {
height: 200px;
}
}
.main-content .photos .photo-item:hover:after {
opacity: 1;
visibility: visible;
}
.main-content .photos .photo-item:hover .photo-text-more {
margin-top: 0;
opacity: 1;
visibility: visible;
}
/* main album */
.main-album {
}
@media (max-width: 991.98px) {
.main-album {
width: 100%;
position: relative;
float: none;
}
}
.main-album .container-fluid {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
@media (max-width: 991.98px) {
.main-album .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
}
.main-album .photos .photo-item {
position: relative;
}
.main-album .photos .photo-item:after {
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
opacity: 0;
visibility: hidden;
}
.main-album .photos .photo-item .photo-text-more {
position: absolute;
z-index: 3;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: 30px;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
opacity: 0;
visibility: hidden;
text-align: center;
}
.main-album .photos .photo-item .photo-text-more .icon {
color: #fff;
font-size: 20px;
}
.main-album .photos .photo-item .photo-text-more .heading {
font-size: 16px;
color: #fff;
margin-bottom: 0;
text-transform: uppercase;
}
.main-album .photos .photo-item .photo-text-more .meta {
color: #cccccc;
text-transform: uppercase;
font-size: 12px;
}
.main-album .photos .photo-item img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
height: 300px;
margin-bottom: 5px;
}
@media (max-width: 575.98px) {
.main-album .photos .photo-item img {
height: 200px;
}
}
.main-album .photos .photo-item:hover:after {
opacity: 1;
visibility: visible;
}
.main-album .photos .photo-item:hover .photo-text-more {
margin-top: 0;
opacity: 1;
visibility: visible;
}
/*---------------------
Product Shop
-----------------------*/
.product-shop {
padding-top: 80px;
padding-bottom: 80px;
}
.filter-widget {
margin-bottom: 45px;
}
.filter-widget .fw-title {
color: #252525;
font-size: 22px;
font-weight: 700;
margin-bottom: 26px;
}
.filter-widget .filter-catagories li {
list-style: none;
}
.filter-widget .filter-catagories li a {
display: inline-block;
color: #636363;
font-size: 16px;
line-height: 39px;
}
.filter-widget .fw-brand-check .bc-item {
margin-bottom: 3px;
}
.filter-widget .fw-brand-check .bc-item label {
position: relative;
cursor: pointer;
padding-left: 28px;
}
.filter-widget .fw-brand-check .bc-item label input {
position: absolute;
visibility: hidden;
}
.filter-widget .fw-brand-check .bc-item label input:checked~span {
background: #d2232a;
border-color: #d2232a;
}
.filter-widget .fw-brand-check .bc-item label .checkmark {
position: absolute;
left: 0;
top: 5px;
height: 15px;
width: 15px;
border: 2px solid #ebebeb;
border-radius: 2px;
}
.filter-widget .fw-brand-check .bc-item label .checkmark:after {
left: 0;
top: 0;
width: 10px;
height: 8px;
border: solid white;
border-width: 3px 3px 0px 0px;
-webkit-transform: rotate(127deg);
-ms-transform: rotate(127deg);
transform: rotate(127deg);
}
.filter-widget .filter-range-wrap {
margin-bottom: 40px;
}
.filter-widget .filter-range-wrap .range-slider {
margin-bottom: 25px;
}
.filter-widget .filter-range-wrap .range-slider .price-input {
position: relative;
}
.filter-widget .filter-range-wrap .range-slider .price-input:after {
position: absolute;
left: 58px;
top: 13px;
height: 1px;
width: 17px;
background: #ebebeb;
content: "";
}
.filter-widget .filter-range-wrap .range-slider .price-input input {
font-size: 16px;
color: #252525;
max-width: 20%;
text-align: center;
border: 1px solid #ebebeb;
border-radius: 2px;
}
.filter-widget .filter-range-wrap .range-slider .price-input input:nth-child(1) {
margin-right: 28px;
}
.filter-widget .filter-range-wrap .price-range {
border-radius: 0;
}
.filter-widget .filter-range-wrap .price-range.ui-widget-content {
border: none;
background: #ebebeb;
height: 3px;
}
.filter-widget .filter-range-wrap .price-range.ui-widget-content .ui-slider-handle {
height: 16px;
width: 16px;
border-radius: 50%;
background: #ffffff;
border: none;
-webkit-box-shadow: 1px 6px 14px -4px #425c6d;
box-shadow: 1px 6px 14px -4px #425c6d;
outline: none;
}
.filter-widget .filter-range-wrap .price-range .ui-slider-range {
background: #ebebeb;
border-radius: 0;
}
.filter-widget .filter-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
background: #d2232a;
}
.filter-widget .filter-btn {
font-size: 14px;
color: #ffffff;
font-weight: 700;
background: #d2232a;
padding: 7px 20px 5px;
border-radius: 2px;
display: inline-block;
text-transform: uppercase;
}
.filter-widget .fw-color-choose .cs-item {
width: 50%;
float: left;
margin-bottom: 4px;
}
.filter-widget .fw-color-choose .cs-item input {
position: absolute;
visibility: hidden;
}
.filter-widget .fw-color-choose .cs-item label {
cursor: pointer;
position: relative;
padding-left: 33px;
font-size: 16px;
color: #636363;
}
.filter-widget .fw-color-choose .cs-item label.cs-violet:before {
background: #8230E3;
}
.filter-widget .fw-color-choose .cs-item label.cs-blue:before {
background: #2773BE;
}
.filter-widget .fw-color-choose .cs-item label.cs-yellow:before {
background: #EEEE21;
}
.filter-widget .fw-color-choose .cs-item label.cs-red:before {
background: #DC3232;
}
.filter-widget .fw-color-choose .cs-item label.cs-green:before {
background: #81D742;
}
.filter-widget .fw-color-choose .cs-item label:before {
position: absolute;
left: 0;
top: 4px;
height: 18px;
width: 18px;
background: #252525;
border-radius: 50%;
content: "";
}
.filter-widget .fw-size-choose .sc-item {
display: inline-block;
margin-right: 5px;
}
.filter-widget .fw-size-choose .sc-item:last-child {
margin-right: 0;
}
.filter-widget .fw-size-choose .sc-item input {
position: absolute;
visibility: hidden;
}
.filter-widget .fw-size-choose .sc-item label {
font-size: 16px;
color: #252525;
font-weight: 700;
height: 40px;
width: 47px;
border: 1px solid #ebebeb;
text-align: center;
line-height: 40px;
text-transform: uppercase;
cursor: pointer;
}
.filter-widget .fw-size-choose .sc-item label.active {
background: #252525;
color: #ffffff;
}
.filter-widget .fw-tags a {
display: inline-block;
font-size: 16px;
color: #636363;
padding: 5px 15px;
border: 1px solid #ebebeb;
margin-right: 5px;
margin-bottom: 9px;
border-radius: 2px;
}
.checkmark:after {
position: absolute;
content: "";
}
.product-show-option {
margin-bottom: 30px;
}
.product-show-option .select-option {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.product-show-option .select-option .nice-select {
border-radius: 0;
border: 1px solid #ECEDEE;
height: 40px;
line-height: 35px;
}
.product-show-option .select-option .nice-select .list {
margin-top: 0;
border-radius: 0;
width: 100%;
}
.product-show-option .select-option .nice-select:after {
border-bottom: 2px solid #4c4c4c;
border-right: 2px solid #4c4c4c;
height: 7px;
right: 22px;
top: 47%;
width: 7px;
opacity: 0.7;
}
.product-show-option .select-option .nice-select span {
font-size: 16px;
color: #4c4c4c;
}
.product-show-option .select-option .sorting {
margin-right: 20px;
}
.product-show-option .select-option .sorting.nice-select {
padding-right: 70px;
}
.product-show-option .select-option .p-show.nice-select {
padding-right: 105px;
}
.product-show-option .select-option .p-show.nice-select:before {
position: absolute;
right: 48px;
top: 0;
content: "09";
font-size: 16px;
color: #252525;
}
.product-show-option p {
margin-bottom: 0;
color: #636363;
line-height: 39px;
}
.prduct-list .product-item {
margin-bottom: 25px;
}
.loading-more {
text-align: center;
padding-top: 10px;
}
.loading-more i {
font-size: 22px;
color: #663333;
margin-right: 6px;
position: relative;
top: 7px;
}
.loading-more a {
font-size: 18px;
font-weight: 700;
color: #252525;
position: relative;
display: inline-block;
}
.loading-more a:before {
position: absolute;
left: 0;
bottom: -4px;
width: 100%;
height: 2px;
background: #d2232a;
content: "";
}
.product-item {
max-width: 285px;
height: 400px;
background-color: white;
box-shadow: 1px 6px 14px -10px #425c6d;
}
.product-item:hover .pi-pic .icon {
top: 15px;
opacity: 1;
}
.product-item:hover .pi-pic ul {
bottom: 0;
}
.product-item .pi-pic {
overflow: hidden;
position: relative;
width: 100%;
object-fit: contain;
}
.product-item .pi-pic img {
height: 235px;
object-fit: contain;
}
.product-item .pi-pic .sale {
color: #ffffff;
font-size: 10px;
background: #76BC42;
position: absolute;
left: 0;
top: 20px;
padding: 5px 10px;
text-transform: uppercase;
}
.product-item .pi-pic .sale.pp-sale {
background: #d2232a;
}
.product-item .pi-pic .icon {
font-size: 20px;
color: #252525;
position: absolute;
right: 21px;
top: -15px;
cursor: pointer;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
}
.product-item .pi-pic ul {
position: absolute;
left: 0;
bottom: -52px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
width: 100%;
}
.product-item .pi-pic ul li {
list-style: none;
display: inline-block;
background: #ffffff;
}
.product-item .pi-pic ul li.w-icon.active a {
background: #d2232a;
color: #ffffff;
}
.product-item .pi-pic ul li a {
font-size: 16px;
font-weight: 700;
color: #252525;
display: block;
padding: 16px 18px 12px 19px;
}
.product-item .pi-text {
text-align: center;
padding: 20px;
}
.product-item .pi-text .catagory-name {
font-size: 10px;
color: #b2b2b2;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 10px;
}
.product-item .pi-text a {
display: block;
}
.product-item .pi-text a h5 {
color: #252525;
}
.product-item .pi-text .product-price {
color: #d2232a;
font-size: 20px;
font-weight: 700;
}
.product-item .pi-text .product-price span {
font-size: 14px;
font-weight: 400;
color: #b2b2b2;
text-decoration: line-through;
}
/* contact us */
.contact-info {
margin-bottom: 25px;
}
.contact-info__icon {
margin-right: 20px;
}
.contact-info__icon i, .contact-info__icon span {
color: #8f9195;
font-size: 27px;
}
.contact-info .media-body h3 {
font-size: 16px;
margin-bottom: 0;
font-size: 16px;
color: #2a2a2a;
}
.contact-info .media-body h3 a:hover {
color: #1f2b7b;
}
.contact-info .media-body p {
color: #8a8a8a;
}
/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
.contact-title {
font-size: 27px;
font-weight: 600;
margin-bottom: 20px;
}
.form-contact label {
font-size: 14px;
}
.form-contact .form-group {
margin-bottom: 30px;
}
.form-contact .form-control {
border: 1px solid #e5e6e9;
border-radius: 0px;
height: 48px;
padding-left: 18px;
font-size: 13px;
background: transparent;
}
.form-contact .form-control:focus {
outline: 0;
box-shadow: none;
}
.form-contact .form-control::placeholder {
font-weight: 300;
color: #999999;
}
.form-contact textarea {
border-radius: 0px;
height: 100% !important;
}
.contact-section {
padding: 130px 0 100px;
}
@media (max-width: 991px) {
.contact-section {
padding: 70px 0 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.contact-section {
padding: 80px 0 50px;
}
}
.contact-section .btn_2 {
background-color: #191d34;
padding: 18px 60px;
border-radius: 50px;
margin-top: 0;
}
.contact-section .btn_2:hover {
background-color: #1f2b7b;
}
/* partners */
.box {
display:block;
float: left;
width: 160px;
position: relative;
height: 160px;
border: 1px solid #000;
z-index: 0;
transition: all 0.3s ease;
opacity: 1;
margin-right: -1px;
}
.box:hover {
z-index: 10;
}
.box:before, .box:after {
content: "";
display: block;
position: absolute;
background: white;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation-iteration-count: 1;
transform-origin: 50% 50%;
opacity: 1;
}
.box:before {
width: calc(100% + 2px);
height: 100%;
z-index: 1;
transition: height 1s ease, opacity 0.8s ease;
}
.box:after {
height: calc(100% + 2px);
width: 100%;
z-index: 1;
transition: width 1s ease, opacity 0.8s ease;
}
.box:hover:before, .box:focus:before {
transition: height 0.2s ease, opacity 0.3s ease;
height: 85%;
opacity: 0.7;
}
.box:hover:after, .box:focus:after {
transition: width 0.2s ease, opacity 0.3s ease;
width: 85%;
opacity: 0.8;
}
.box__image {
fill: #000;
width: 60%;
will-change: width;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(1);
transition: all 0.5s ease;
z-index: 2;
}
.partner-item {
margin-bottom: 26px;
padding-bottom: 20px;
box-shadow: 1px 6px 14px -10px #425c6d;
}
.partner-item .pi-pic {
overflow: hidden;
position: relative;
}
.partner-item .pi-pic img {
min-width: 100%;
max-height: 200px;
object-fit: contain;
}
.partner-item .pi-text {
text-align: center;
padding-top: 26px;
}
.partner-item .pi-text a {
display: block;
}
.partner-item .pi-text a h5 {
color: #252525;
}
.partner-list{
}
.content-wrapper {
background-color: #ffffff;
padding: 120px 0;
}
/* gallery in landing */
.gallery2 {
max-height: 600px;
display: flex;
flex-wrap: wrap;
justify-content: center;
overflow: hidden;
}
.img-c {
width: 300px;
height: 300px;
position: relative;
overflow: hidden;
}
.vid-w {
width: 900px;
height: 600px;
float: left;
position: relative;
overflow: hidden;
}
.img-w {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
cursor: pointer;
transition: transform ease-in-out 300ms;
}
.img-w img {
display: none;
}
.img-c {
transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}
.img-c h2{
opacity: 0;
}
.img-c:hover h2{
text-align: center;
color: white;
background-color: rgba(0, 0, 0, 0.219);
display: flex;
padding: 40px;
align-items: center;
/* height: -webkit-fill-available; */
height: -webkit-fill-available;
justify-content: center;
font-size: 1rem;
letter-spacing: 0.4em;
font-family: 'Barlow Condensed', sans-serif;
text-transform: uppercase;
opacity: 1;
}
.img-c:hover .img-w {
transform: scale(1.08);
transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}
.img-c.active {
width: 100% !important;
height: 100% !important;
position: absolute;
z-index: 2;
}
.img-c.postactive {
position: absolute;
z-index: 2;
pointer-events: none;
}
.img-c.active.positioned {
left: 0 !important;
top: 0 !important;
transition-delay: 50ms;
}
.img-ad img{
max-height: 600px;
width: 100%;
}
.img-sm{
width: 150px;
height: 150px;
float: left;
position: relative;
overflow: hidden;
}
.img-sm img{
width: 150px;
height: 150px;
float: left;
position: relative;
overflow: hidden;
}
.league-table{
max-height: 500px; padding: 100px 50px;line-height:1;
}
@media (max-width: 600px) {
.league-table{
padding: 100px 25px;
}
}
.widget-view{
margin: 0 auto;
margin-top:40px
}
.widget-view .boxed-btn{
color: #4c4c4c !important;
background:none;
display: inline-block;
padding: 8px 25px;
font-size: 14px;
font-family: 'Bebas Neue',cursive;
font-weight: 600;
border: 0;
border: 1px solid #000000;
letter-spacing: 3px;
text-align: center;
text-transform: uppercase;
cursor: pointer;
}
.widget-view .boxed-btn:hover{ background: #d2242a;
color: #fff !important;
border: 1px solid #d2242a;}
@media only screen and (max-width: 994px) {
.img-c {
width: 150px;
height:150px
}
}
@media (max-width: 768px) {
.gallery2{
max-height: none;
}
.img-c {
width: 100%;
height:300px
}
.img-w{
width: 100%;
height:300px;
}
}
/* match-box */
.match-box{
max-width:290px;
height:400px;
padding: 60px 0;
border-radius: 0.25rem;
background-color: white;
box-shadow: 1px 6px 14px -10px #425c6d;
}
.widget-vs-3 {
width: 100%;
}
.widget-vs-3 img {
max-width: 90px;
}
.widget-vs-3 h3 {
color: rgb(0, 0, 0);
font-weight: 700;
font-size: 20px;
text-align:center;
margin-top: 10px;
}
.widget-vs-3 .vs > span {
display: inline-block;
font-size: 40px;
margin:10px;
text-align-last: center;
width: 100px;
border-radius: 4px;
background: grey;
color: rgb(255 255 255);
font-weight: 700;
}
.widget-vs-3-contents {
padding-bottom: 0px;
}
.widget-vs-3-contents h4 {
color: #0000007a;
font-size: 16px;
font-weight: 700;
}
.widget-vs-3-contents h3 {
color: #00000086;
font-size: 16px;
font-weight: 400;
}
.widget-vs-3-contents span {
color: rgb(0, 0, 0);
}
.widget-vs-2-contents p {
width: 80%;
margin: 0 auto;
}
/* new news */
/* new news section */
.band {
width: 90%;
max-width: 1240px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
grid-gap: 20px;
}
@media (min-width: 30em) {
.band {
grid-template-columns: 1fr 1fr;
}
}
@media (min-width: 60em) {
.band {
grid-template-columns: repeat(4, 1fr);
}
}
.card {
background: white;
text-decoration: none;
color: #444;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
min-height: 100%;
position: relative;
top: 0;
transition: all 0.1s ease-in;
}
.card:hover {
top: -2px;
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.card article {
padding: 20px;
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.card h1 {
font-size: 20px;
margin: 0;
color: #333;
}
.card h5{
float:right;
}
.card p {
flex: 1;
line-height: 1.4;
}
.card span {
font-size: 12px;
font-weight: bold;
color: #999;
text-transform: uppercase;
letter-spacing: 0.05em;
margin: 2em 0 0 0;
}
.card .thumb {
padding-bottom: 60%;
background-size: cover;
background-position: center center;
}
@media (min-width: 60em) {
.item-1 {
grid-column: 1/span 2;
}
.item-1 h1 {
font-size: 24px;
}
}
/* club management */
.club-people {
margin: 0 auto;
width: 75%;
display: flex;
overflow: hidden;
flex-wrap: wrap;
justify-content: center;
}
.club-people .club-item {
display: block;
margin: 10px;
float: left;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
border-radius: 5px;
background: rgb(255, 255, 255);
}
.club-people .club-item .club-content {
}
.club-people .club-item .club-content img {
height: 150px;
width: 150px;
margin-bottom: 10px;
border-radius: 5px;
object-fit: cover;
background-repeat: none;
background-size: cover;
}
.club-people .club-item .club-content h2 {
font-size: 20px;
}
.club-people .club-item .club-content h3 {
font-size:16px;
color: grey;
} | public/frontend/css/style.css | body {
line-height: 1.7;
color: #4d4d4d;
font-weight: 300;
font-size: 1.1rem;
}
::-moz-selection {
background: #000;
color: #fff;
}
::selection {
background: #000;
color: #fff;
}
a {
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
}
a:hover {
text-decoration: none;
}
.text-black {
color: #000 !important;
}
.bg-black {
background: #000 !important;
}
.row{
margin-right: 0px;
}
.site-wrap{
overflow:hidden;
}
.site-wrap:before {
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
background: rgba(0, 0, 0, 0.6);
content: '';
position: absolute;
z-index: 2000;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
}
.offcanvas-menu .site-wrap {
position: absolute;
height: 100%;
width: 100%;
z-index: 2;
overflow: hidden;
}
.offcanvas-menu .site-wrap:before {
opacity: 1;
visibility: visible;
}
.btn {
text-transform: uppercase;
position: relative;
-webkit-transition: 0.2s all ease-in-out !important;
-o-transition: 0.2s all ease-in-out !important;
transition: 0.2s all ease-in-out !important;
top: 0;
letter-spacing: 0.05em;
}
.btn:hover,
.btn:active,
.btn:focus {
outline: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn.btn-secondary {
background-color: #e6e7e9;
border-color: #e6e7e9;
color: #000;
}
.btn.btn-sm {
font-size: 0.9rem;
}
.btn.btn-primary {
font-weight: 300;
letter-spacing: 0.2em;
color: #fff;
background-color: #d2242a;
border-color: #d2242a;
}
.btn:hover {
-webkit-box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
top: -2px;
}
.bg-black {
background: #000;
}
.form-control {
height: 43px;
}
.form-control:active,
.form-control:focus {
border-color: #f23a2e;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.site-section {
padding: 2.5em 0;
}
@media (min-width: 768px) {
.site-section {
padding: 5em 0;
}
}
.site-section.site-section-sm {
padding: 4em 0;
}
.site-section-heading {
font-size: 30px;
color: #25262a;
position: relative;
}
.site-section-heading:before {
content: '';
left: 0%;
top: 0;
position: absolute;
width: 40px;
height: 2px;
background: #f23a2e;
}
.site-section-heading.text-center:before {
content: '';
left: 50%;
top: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
width: 40px;
height: 2px;
background: #f23a2e;
}
.border-top {
border-top: 1px solid #edf0f5 !important;
}
.site-footer {
padding: 4em 0;
background: #333333;
}
.site-footer p {
color: #737373;
}
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
color: #fff;
}
.site-footer a {
color: #999999;
}
.site-footer a:hover {
color: white;
}
.site-footer ul li {
margin-bottom: 10px;
}
.site-footer .footer-heading {
font-size: 20px;
color: #fff;
}
.bg-text-line {
display: inline;
background: #000;
-webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}
.bg-image {
background-size: cover;
background-repeat: no-rpeeat;
overflow: hidden;
}
.bg-image.center {
background-position: top center;
}
.bg-image.fixed {
background-position: fixed !important;
}
.bg-image.overlay,
.bg-image.overlay-primary,
.bg-image.overlay-info,
.bg-image.overlay-success,
.bg-image.overlay-warning {
position: relative;
}
.bg-image.overlay:before,
.bg-image.overlay-primary:before,
.bg-image.overlay-info:before,
.bg-image.overlay-success:before,
.bg-image.overlay-warning:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.bg-image.overlay:before {
background: rgba(0, 0, 0, 0.4);
}
.bg-image.overlay-primary:before {
background: #d2232a9c;
}
.bg-image.overlay-info:before {
background: rgba(23, 162, 184, 0.9);
}
.bg-image.overlay-success:before {
background: rgba(40, 167, 69, 0.9);
}
.bg-image.overlay-success:before {
background: rgba(13, 0, 58, 0.9);
}
/* Navbar */
.site-navbar {
background: #fff;
margin-bottom: 0px;
z-index: 1999;
position: relative;
font-family: 'Yantramanav', sans-serif;
}
.site-navbar.transparent {
background: transparent;
}
.site-navbar.absolute {
position: relative;
top: 0;
left: 0;
width: 100%;
}
.site-navbar .site-logo {
position: absolute;
left: 0;
top: 0;
margin-top: 7px;
}
.site-navbar .site-navigation {
background: #001442;
}
.site-navbar .site-navigation.border-bottom {
border-bottom: 1px solid #f3f3f4 !important;
}
.site-navbar .site-navigation .site-menu {
margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active > a {
border-bottom: 2px solid #d2242a;
}
.site-navbar .site-navigation .site-menu a {
text-decoration: none !important;
font-size: 20px;
display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
display: inline-block;
padding: 10px 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
padding: 10px 10px;
color: #fff;
font-size: 16px;
text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
border-bottom: 2px solid #d2232a;
}
.site-navbar .site-navigation .site-menu .has-children {
position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
position: relative;
padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
position: absolute;
content: '\e313';
font-size: 16px;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-family: 'icomoon';
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
visibility: hidden;
opacity: 0;
top: 100%;
position: absolute;
text-align: left;
-webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
border-left: 1px solid #edf0f5;
border-right: 1px solid #edf0f5;
border-bottom: 1px solid #edf0f5;
padding: 0px 0;
margin-top: 20px;
margin-left: 0px;
background: #fff;
-webkit-transition: 0.2s 0s;
-o-transition: 0.2s 0s;
transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
position: absolute;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown.arrow-top:before {
bottom: 100%;
left: 20%;
border: solid transparent;
content: ' ';
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown.arrow-top:before {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #fff;
border-width: 10px;
margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
font-size: 16px;
text-transform: none;
letter-spacing: normal;
-webkit-transition: 0s all;
-o-transition: 0s all;
transition: 0s all;
color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
border-bottom: 2px solid #d2232a !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
list-style: none;
padding: 0;
margin: 0;
min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
padding: 9px 20px;
display: block;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li
> a:hover {
background: #f4f5f9;
color: #25262a;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children
> a:before {
content: '\e315';
right: 20px;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children
> .dropdown,
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children
> ul {
left: 100%;
top: 0;
}
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children:hover
> a,
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children:active
> a,
.site-navbar
.site-navigation
.site-menu
.has-children
.dropdown
> li.has-children:focus
> a {
background: #f4f5f9;
color: #25262a;
}
.site-navbar .site-navigation .site-menu .has-children a {
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
border-bottom: 2px solid #d2232a;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
margin-top: 0px;
visibility: visible;
opacity: 1;
}
.site-mobile-menu {
width: 300px;
position: fixed;
right: 0;
z-index: 2000;
padding-top: 20px;
background: #fff;
height: calc(100vh);
-webkit-transform: translateX(110%);
-ms-transform: translateX(110%);
transform: translateX(110%);
-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
width: 100%;
float: left;
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
float: right;
margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
font-size: 30px;
display: inline-block;
padding-left: 10px;
padding-right: 0px;
line-height: 1;
cursor: pointer;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
color: #25262a;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
float: left;
margin-top: 10px;
margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
display: inline-block;
text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
position: relative;
padding: 20px;
height: calc(100vh - 52px);
padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
padding: 0;
margin: 0;
list-style: none;
position: relative;
}
.site-mobile-menu .site-nav-wrap a {
padding: 10px 20px;
display: block;
position: relative;
color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
color: #f23a2e;
}
.site-mobile-menu .site-nav-wrap li {
position: relative;
display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
color: #f23a2e;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
position: absolute;
right: 0px;
top: 10px;
z-index: 20;
width: 36px;
height: 36px;
text-align: center;
cursor: pointer;
border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
font-size: 12px;
z-index: 20;
font-family: 'icomoon';
content: '\f078';
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-180deg);
-ms-transform: translate(-50%, -50%) rotate(-180deg);
transform: translate(-50%, -50%) rotate(-180deg);
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
display: block;
position: relative;
float: left;
width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
padding-left: 20px;
font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
padding: 0;
margin: 0;
list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
padding-left: 40px;
font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
padding: 0;
margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
font-size: 16px;
padding-left: 60px;
}
/* Blocks */
.site-blocks-cover {
background-size: cover;
background-repeat: no-repeat;
background-position: top;
}
.site-blocks-cover.overlay {
position: relative;
}
.site-blocks-cover.overlay:before {
position: absolute;
content: '';
left: 0;
bottom: 0;
right: 0;
top: 0;
background: rgb(2, 0, 36);
background: -moz-linear-gradient(
180deg,
rgba(2, 0, 36, 1) 0%,
rgba(0, 16, 97, 1) 0%,
rgba(112, 0, 0, 1) 100%
);
background: -webkit-linear-gradient(
180deg,
rgba(2, 0, 36, 1) 0%,
rgba(0, 16, 97, 1) 0%,
rgba(112, 0, 0, 1) 100%
);
background: linear-gradient(
180deg,
rgba(2, 0, 36, 1) 0%,
rgba(0, 16, 97, 1) 0%,
rgba(112, 0, 0, 1) 100%
);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#700000",GradientType=1);
opacity: 43%;
}
.site-blocks-cover,
.site-blocks-cover .row {
min-height: 466px;
/* height: calc(100vh - 174px); */
}
.site-blocks-cover h1 {
font-size: 70px;
font-weight: 400;
color: #fff;
line-height: 1;
font-family: 'Bebas Neue', cursive;
}
@media (min-width: 768px) {
.site-blocks-cover h1 {
font-size: 70px;
}
}
.site-blocks-cover p {
color: #fff;
font-size: 1.5rem;
line-height: 1.5;
}
.site-blocks-cover .intro-text {
font-size: 16px;
line-height: 1.5;
}
.feature-blocks-1 {
position: absolute;
right: 10px;
margin-top: -70px;
z-index: 2;
color: #fff;
}
/* .feature-blocks-1 {
position: relative;
margin-top: -70px;
z-index: 2;
color: #fff;
} */
.feature-blocks-1.no-margin-top {
margin-top: 0px;
}
.feature-blocks-1 .feature-block-1 {
position: relative;
top: 0;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
overflow: hidden;
z-index: 1;
}
.feature-blocks-1 .feature-block-1.bg {
position: relative;
background-size: cover;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.feature-blocks-1 .feature-block-1 .text {
z-index: 10;
position: relative;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.feature-blocks-1 .feature-block-1:before {
content: '';
position: absolute;
top: 0;
z-index: 1;
bottom: 0;
left: 0;
right: 0;
background: transparent;
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.feature-blocks-1 .feature-block-1 p {
color: #cccccc;
}
.feature-blocks-1 .feature-block-1:hover,
.feature-blocks-1 .feature-block-1:focus,
.feature-blocks-1 .feature-block-1:active {
top: -10px;
-webkit-box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
}
.feature-blocks-1 .feature-block-1:hover .text,
.feature-blocks-1 .feature-block-1:focus .text,
.feature-blocks-1 .feature-block-1:active .text {
opacity: 1;
visibility: visible;
}
.feature-blocks-1 .feature-block-1:hover.bg,
.feature-blocks-1 .feature-block-1:focus.bg,
.feature-blocks-1 .feature-block-1:active.bg {
position: relative;
background-size: cover;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
z-index: 2;
}
.feature-blocks-1 .feature-block-1:hover:before,
.feature-blocks-1 .feature-block-1:focus:before,
.feature-blocks-1 .feature-block-1:active:before {
background: rgba(0, 0, 0, 0.9);
}
.site-blocks-vs .bg-image {
padding-top: 3em;
padding-bottom: 3em;
}
@media (min-width: 992px) {
.site-blocks-vs .bg-image {
padding-top: 5em;
padding-bottom: 5em;
}
}
.site-blocks-vs .image {
width: 80px;
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
}
@media (max-width: 991.98px) {
.site-blocks-vs .image {
margin-left: auto !important;
margin-right: auto !important;
}
}
.site-blocks-vs .image img {
border-radius: 50%;
}
.site-blocks-vs .image.image-small {
width: 50px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 50px;
}
.site-blocks-vs .country {
color: rgba(255, 255, 255, 0.7);
}
.match-entry {
position: relative;
-webkit-transition: 0.2s all ease-in-out;
-o-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.match-entry .small {
color: #ccc;
font-weight: normal;
letter-spacing: 0.15em;
}
.match-entry:hover {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
z-index: 90;
-webkit-box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
}
.post-entry {
position: relative;
overflow: hidden;
border: 1px solid #e6e6e6;
}
.post-entry,
.post-entry .text {
border-radius: 4px;
border-top: none !important;
}
.post-entry .date {
color: #ccc;
font-weight: normal;
letter-spacing: 0.1em;
}
.post-entry .image {
overflow: hidden;
position: relative;
}
.post-entry .image img {
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.post-entry:hover .image img,
.post-entry:active .image img,
.post-entry:focus .image img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.site-block-tab .nav-item {
text-transform: uppercase;
font-size: 0.8rem;
margin: 0 20px;
}
.site-block-tab .nav-item:first-child {
margin-left: 0 !important;
}
.site-block-tab .nav-item > a {
padding-left: 0 !important;
background: none !important;
padding-right: 0 !important;
border-bottom: 2px solid transparent;
border-radius: 0 !important;
font-weight: bold;
color: #cccccc;
}
.site-block-tab .nav-item > a:hover,
.site-block-tab .nav-item > a.active {
border-bottom: 2px solid #f23a2e;
color: #000;
}
.block-13,
.slide-one-item {
position: relative;
z-index: 1;
}
.block-13 .owl-nav,
.slide-one-item .owl-nav {
position: relative;
position: absolute;
bottom: 0px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.block-13 .owl-nav .owl-prev,
.block-13 .owl-nav .owl-next,
.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
position: relative;
display: inline-block;
padding: 20px;
font-size: 30px;
color: #fff;
}
.block-13 .owl-nav .owl-prev.disabled,
.block-13 .owl-nav .owl-next.disabled,
.slide-one-item .owl-nav .owl-prev.disabled,
.slide-one-item .owl-nav .owl-next.disabled {
opacity: 0.2;
}
.slide-one-item.home-slider .owl-nav {
bottom: 40px;
}
@media (min-width: 768px) {
.slide-one-item.home-slider .owl-nav {
bottom: 80px;
}
}
.slide-one-item .owl-item > div {
height: 300px;
}
@media (min-width: 768px) {
.slide-one-item .owl-item > div {
height: 800px;
}
}
.block-12 {
position: relative;
height:400px;
}
.block-12 figure {
position: relative;
height:218px;
}
.block-12 figure:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: -moz-linear-gradient(
top,
transparent 0%,
transparent 18%,
rgba(0, 0, 0, 0.8) 99%,
rgba(0, 0, 0, 0.8) 100%
);
background: -webkit-linear-gradient(
top,
transparent 0%,
transparent 18%,
rgba(0, 0, 0, 0.8) 99%,
rgba(0, 0, 0, 0.8) 100%
);
background: -webkit-gradient(
linear,
left top,
left bottom,
from(transparent),
color-stop(18%, transparent),
color-stop(99%, rgba(0, 0, 0, 0.8)),
to(rgba(0, 0, 0, 0.8))
);
background: -o-linear-gradient(
top,
transparent 0%,
transparent 18%,
rgba(0, 0, 0, 0.8) 99%,
rgba(0, 0, 0, 0.8) 100%
);
background: linear-gradient(
to bottom,
transparent 0%,
transparent 18%,
rgba(0, 0, 0, 0.8) 99%,
rgba(0, 0, 0, 0.8) 100%
);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.block-12 .text-overlay {
position: absolute;
bottom: 20px;
left: 20px;
right: 20px;
z-index: 10;
}
.block-12 .text-overlay h2 {
color: #fff;
}
.block-12 .text {
position: relative;
top: -50px;
}
.block-12 .text .meta {
text-transform: uppercase;
padding-left: 40px;
color: #fff;
display: block;
margin-bottom: 20px;
}
.block-12 .text .text-inner {
-webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
background: #fff;
padding: 10px;
position: relative;
}
@media (min-width: 576px) {
.block-12 .text .text-inner {
padding: 20px;
}
}
@media (min-width: 768px) {
.block-12 .text .text-inner {
padding: 30px 40px;
}
}
.block-12 .text .text-inner:before {
position: absolute;
content: '';
width: 80px;
height: 4px;
margin-top: -4px;
background: #f23a2e;
top: 0;
}
.block-12 .text .text-inner .heading {
font-size: 20px;
margin: 0;
padding: 0;
}
.block-16 figure {
position: relative;
}
.block-16 figure .play-button {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 20px;
width: 70px;
height: 70px;
background: #fff;
display: block;
border-radius: 50%;
opacity: 1;
color: #f23a2e !important;
}
.block-16 figure .play-button:hover {
opacity: 1;
}
.block-16 figure .play-button > span {
position: absolute;
left: 55%;
top: 50%;
-webkit-transform: translate(-60%, -50%);
-ms-transform: translate(-60%, -50%);
transform: translate(-60%, -50%);
}
.block-25 ul,
.block-25 ul li {
padding: 0;
margin: 0;
}
.block-25 ul li a .image {
-webkit-box-flex: 0;
-ms-flex: 0 0 90px;
flex: 0 0 90px;
}
.block-25 ul li a .image img {
border-radius: 4px;
max-width: 100%;
opacity: 1;
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.block-25 ul li a .text .heading {
font-size: 18px;
line-height: 1.5;
margin: 0;
padding: 0;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
color: #999999;
}
.block-25 ul li a .meta {
color: #f23a2e;
}
.block-25 ul li a:hover img {
opacity: 0.5;
}
.block-25 ul li a:hover .text .heading {
color: #fff;
}
#date-countdown .countdown-block {
color: #b3b3b3;
}
#date-countdown .label {
font-size: 40px;
color: #000;
}
.next-match .image {
width: 50px;
border-radius: 50%;
}
.player {
position: relative;
}
.player img {
max-width: 100px;
border-radius: 50%;
margin-bottom: 20px;
}
.player .team-number {
position: absolute;
width: 30px;
height: 30px;
background: #f23a2e;
border-radius: 50%;
color: #fff;
}
.player .team-number > span {
position: absolute;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
}
.player h2 {
font-size: 20px;
letter-spacing: 0.2em;
text-transform: uppercase;
}
.player .position {
font-size: 14px;
color: #b3b3b3;
text-transform: uppercase;
}
.site-block-27 ul,
.site-block-27 ul li {
padding: 0;
margin: 0;
}
.site-block-27 ul li {
display: inline-block;
margin-bottom: 4px;
}
.site-block-27 ul li a,
.site-block-27 ul li span {
text-align: center;
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
border: 1px solid #ccc;
}
.site-block-27 ul li.active a,
.site-block-27 ul li.active span {
background: #f23a2e;
color: #fff;
border: 1px solid transparent;
}
.custom-media {
background-color: #d2232a;
width: 450px;
}
.custom-media .img {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
}
.custom-media .img img {
width: 150px;
height: 150px;
}
.custom-media .text .meta {
color: rgba(255, 255, 255, 0.521);
font-size: 12px;
font-weight: 700;
}
.custom-media .text h3 {
font-size: 18px;
}
.custom-media .text h3 a {
color: #fff;
}
.custom-media .text p a {
color: #fff;
}
.custom-media .text h3 a:hover {
color: #ffafbf;
}
/* Next Match and Table */
.widget-next-match {
/* border: 1px solid rgba(255, 255, 255, 0.1); */
padding: 100px 100px 19px 100px;
}
.widget-vs {
width: 100%;
}
.widget-vs img {
max-width: 120px;
}
.widget-vs h3 {
color: #fff;
font-weight: 700;
font-size: 18px;
}
.widget-vs .vs > span {
display: inline-block;
font-size: 25px;
margin: 5px 20px;
color: #fff;
width: 100%;
font-weight: 400;
}
.widget-vs-contents {
padding-bottom: 0px;
}
.widget-vs-contents h4 {
color: #ffffff7a;
font-size: 16px;
font-weight: 400;
}
.widget-vs-contents h3 {
color: #ffffff86;
font-size: 16px;
font-weight: 400;
}
.widget-vs-contents span {
color: white;
}
.widget-vs-2 {
width: 100%;
}
.widget-vs-2 img {
max-width: 120px;
}
.widget-vs-2 h3 {
color: rgb(0, 0, 0);
font-weight: 700;
font-size: 18px;
}
.widget-vs-2 .vs > span {
display: inline-block;
font-size: 32px;
padding: 5px 20px;
border-radius: 30px;
color: rgb(0, 0, 0);
font-weight: 700;
}
.widget-vs-2 p{
width: 80%;
margin: 0 auto;
}
.widget-vs-2-contents {
padding-bottom: 0px;
}
.widget-vs-2-contents h4 {
color: #0000007a;
font-size: 16px;
font-weight: 700;
}
.widget-vs-2-contents h3 {
color: #00000086;
font-size: 16px;
font-weight: 400;
}
.widget-vs-2-contents span {
color: rgb(0, 0, 0);
}
.widget-title {
position: absolute;
padding: 16px 20px;
color: #fff;
background-color: #132e6d;
font-family: 'Bebas Neue', cursive;
}
.widget-title h3 {
margin: 0;
padding: 0;
font-size: 40px;
color: #fff;
}
.widget-title2 {
color: #fff;
margin: 0 auto;
font-family: 'Bebas Neue',cursive;
}
.widget-title2 h3 {
font-size:11vw;
letter-spacing:0.2em;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgb(255, 255, 255);
text-shadow:
5px 2px #ffffff,
2px 1px #00000000;
font-style: italic;
}
.widget-title2 h4 {
font-size: 2vw;
letter-spacing: 0.4em;
color: #ffffffc9;
font-family: 'Barlow Condensed', sans-serif;
text-transform: uppercase;
}
.widget-title2 p {
font-size: 2vw;
font-family: 'Barlow Condensed', sans-serif;
margin: 0 auto;
color: #ffffffe8;
}
.widget-title2 .tbg{
position: absolute;
left: 0;
font-style: italic;
letter-spacing: 0.6em;
width: 100%;
text-align: center;
font-size: 10vw;
font-weight: 100;
color: transparent;
-webkit-text-stroke: 1px rgb(255 255 255 / 49%);
/* opacity: .3;*/
}
.widget-title3 {
color: rgb(0, 0, 0);
margin: 0 auto;
font-family: 'Bebas Neue',cursive;
}
.widget-title3 h3 {
font-size:11vw;
letter-spacing:0.2em;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgb(0 0 0);
text-shadow:
5px 2px #000000,
2px 1px #ffffff00;
font-style: italic;
}
.widget-title3 h4 {
font-size: 2vw;
letter-spacing: 0.4em;
color: #000000c9;
font-family: 'Barlow Condensed', sans-serif;
text-transform: uppercase;
}
.widget-title3 p {
font-size: 2vw;
font-family: 'Barlow Condensed', sans-serif;
margin: 0 auto;
color: #000000e8;
}
.widget-title3 .tbg{
position: absolute;
left: 0;
letter-spacing: 0.6em;
font-style: italic;
width: 100%;
text-align: center;
font-size: 10vw;
font-weight: 100;
color: transparent;
-webkit-text-stroke: 1px rgb(152 152 152);
opacity: .3;
}
.widget-body {
padding: 20px;
}
.title-section {
margin-bottom: 30px;
}
.title-section .heading {
color: #fff;
font-size: 20px;
position: relative;
padding-left: 30px;
}
.title-section .heading:before {
position: absolute;
content: '';
width: 10px;
top: 0;
left: 0;
bottom: 0;
background: #ee1e46;
}
.custom-table {
margin-bottom: 0;
}
.custom-table thead tr th {
background: #000;
color: #fff;
border: none;
}
.custom-table tbody tr td {
border: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
}
.custom-table tbody tr td strong {
font-weight: 400;
}
.custom-table tbody tr:last-child td {
border: none;
}
.footer-section {
padding: 70px 0;
font-size: 14px;
color: rgba(255, 255, 255, 0.5);
background: #1a1e25;
}
.footer-heading {
font-family: 'Bebas Neue', cursive;
font-size: 18px;
letter-spacing: 2px;
}
.footer-section .widget h3 {
color: #fff;
font-size: 18px;
margin-bottom: 20px;
}
.footer-section .widget .links li {
margin-bottom: 10px;
}
.footer-section .widget .links li a {
color: rgba(255, 255, 255, 0.5);
}
.footer-section .widget .links li a:hover {
color: #ee1e46;
}
.bg-blue {
background-color: #000f31;
}
.bg-red{
background-color: #d2232a;
}
.bg-lightblue {
background-color: #0c1b3b;
}
.pt-150 {
padding-top: 150px;
}
/* Team */
.video-media {
position: relative;
height: 350px;
}
.video-media:hover {
transform: scale(1.1);
transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.video-media:before {
position: relative;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
}
.video-media .play-button {
position: absolute;
display: block;
bottom: 20px;
left: 20px;
font-size: 20px;
font-weight: 700;
color: #fff;
width: 100%;
}
.video-media .play-button .icon {
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 50px;
height: 50px;
border-radius: 50%;
background: #ee1e46;
position: relative;
}
.video-media .play-button .icon:before {
content: '';
position: absolute;
left: -5px;
top: -5px;
width: 60px;
height: 60px;
border: 2px solid #ee1e46;
border-radius: 50%;
}
.video-media .play-button .icon > span {
position: absolute;
top: 50%;
color: #fff;
left: 55%;
font-size: 18px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video-media .play-button .meta {
font-size: 12px;
}
.video-media .play-button .caption {
width: 100%;
}
.video-media .play-button .caption h3 {
line-height: 1;
color: #fff;
font-weight: 700;
font-size: 18px;
}
.video-media img{
max-width: 300px;
min-height: 350px;
object-fit: cover;
}
.section-title {
color: white;
position: relative;
padding: 20px;
text-align: center;
}
.section-title h2 {
font-family: 'Bebas Neue', cursive;
/* font-family: 'Montserrat', sans-serif; */
font-size: 50px;
color: white;
font-weight: 900;
letter-spacing: 15px;
display: inline-block;
}
.section-title h2:hover {
letter-spacing: 25px;
transform: scale(1.3);
transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.section-title h2:before {
position: absolute;
left: 0;
bottom: 48px;
z-index: -1;
right: 0;
height: 28px;
width: 321px;
/* background: #d2242a; */
opacity: 60%;
content: '';
margin: 0 auto;
}
.caption {
padding-top: 20px;
}
.caption h3 {
text-align: center;
color: white;
font-weight: 500;
text-transform: uppercase;
font-family: 'Barlow Condensed',sans-serif;
}
.caption h2 {
text-align: center;
color: white;
font-family: 'Barlow Condensed',sans-serif;
font-weight: 200;
font-size: 24px;
}
.owl-dots {
position: absolute;
width: 100%;
bottom: 20px;
text-align: center;
}
.owl-dots .owl-dot {
display: inline-block;
}
.owl-dots .owl-dot > span {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
width: 20px;
height: 3px;
margin: 5px;
}
.owl-dots .owl-dot.active > span {
background: #ee1e46;
}
.player-no {
position: absolute;
right: 18px;
z-index: -1;
top: 8px;
font-family: 'Bebas Neue';
}
.player-no h1 {
font-size: 150px;
opacity: 100%;
color: rgb(255, 255, 255);
}
.title-line {
}
/* for Blog */
.custom-media-2 {
font-family: 'Yantramanav', sans-serif;
background-color: #fbfbfb;
}
.custom-media-2:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06),
0 6px 20px 0 rgba(207, 207, 207, 0.19);
}
.custom-media-2 .img {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
}
.custom-media-2 .img img {
width: 300px;
height: 229px;
}
.custom-media-2 .text {
padding: 30px;
}
.custom-media-2 .text .meta {
color: rgba(226, 0, 0, 0.521);
font-size: 18px;
font-weight: 700;
letter-spacing: 3px;
}
.custom-media-2 .text h3 {
font-size: 25px;
}
.custom-media-2 .text h3 a {
color: rgb(0, 0, 0);
}
.custom-media-2 .text p a {
color: rgb(0, 0, 0);
}
.custom-media-2 .text h3 a:hover {
color: #000000;
}
.custom-media-2 .text p {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
}
/*---------------------
Partner Logo
-----------------------*/
.partner-logo {
}
.logo-carousel .logo-item {
display: table;
}
.logo-carousel .logo-item .tablecell-inner {
display: table-cell;
height: 50px;
vertical-align: middle;
}
.logo-carousel1 {
margin: 0 auto;
justify-content: center;
display: flex;
flex-wrap: wrap;
}
.logo-carousel1 .logo-item {
display: block;
padding: 0px 16px;
float: left;
}
.logo-carousel1 .logo-item .tablecell-inner {
/* display: table-cell;
height: 50px;
vertical-align: middle; */
display:flex;
height:100px;
}
/* .owl-carousel .owl-item img {
display: block;
width: auto;
} */
/* Gallery */
.gallery {
display: flex;
padding: 2px;
transition: 0.3s;
}
.gallery__column {
display: flex;
flex-direction: column;
width: 25%;
}
figure {
margin: 0px;
}
.gallery__link {
margin: 2px;
overflow: hidden;
}
.gallery__link:hover {
}
.gallery__image {
filter: grayscale(0);
}
.gallery__caption:hover {
opacity: 1;
}
.gallery__thumb {
position: relative;
}
.gallery__image {
display: block;
width: 100%;
transition: 0.3s;
}
.gallery__image:hover {
transform: scale(1.1);
}
.gallery__image:hover {
filter: grayscale(1);
}
.gallery__caption {
position: absolute;
bottom: 0;
left: 0;
padding: 25px 15px 15px;
width: 100%;
font-family: 'Raleway', sans-serif;
font-size: 16px;
color: white;
opacity: 1;
background: linear-gradient(
0deg,
rgba(0, 0, 0, 0.5) 0%,
rgba(255, 255, 255, 0) 100%
);
transition: 0.3s;
}
.cat {
position: absolute;
right: 25px;
top: 10px;
font-weight: bold;
}
.read {
position: absolute;
bottom: 10px;
border: none;
background: none;
border-bottom: 2px solid red;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.read:hover {
-webkit-transform: translate(0%, -25%);
-ms-transform: translate(0%, -25%);
transform: translate(0%, -25%);
}
/* Mobile view */
@media only screen and (max-width: 575px) {
.feature-blocks-1 {
position: relative;
z-index: 2;
color: #fff;
right: 0;
background-color: #000f31;
}
.widget-next-match {
padding: 30px;
}
.widget-title h3 {
font-size: 26px;
}
.custom-media {
width: auto;
}
.custom-media-2 {
min-height: 437px;
}
.custom-media-2 .img {
margin-right: 0px!important;
}
.custom-media-2 .img img {
width: 100%;
height: 229px;
object-fit: cover;
}
.custom-media-2 .text {
padding: 10px;
}
.custom-media-2 .text .meta {
color: rgba(226, 0, 0, 0.521);
font-size: 18px;
font-weight: 700;
letter-spacing: 3px;
}
.custom-media-2 .text h3 {
}
.custom-media-2 .text p {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
}
.gallery__caption {
opacity: 0;
}
.widget-title2 h3 {
font-size: 55px;
}
.site-blocks-cover {
/* height: 140vh !important; */
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
width: 100% !important;}
.input-group{width: 100% !important;}
.input-group-append {margin:auto; margin-top:10px;}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
}
.input-group{margin:auto;}
@media only screen and (min-width: 1821px) and (max-width: 1920px) {
.site-blocks-cover {
/* height: 125vh !important; */
}
}
/* News */
.slider-area2 {
background-image: url(../images/breadcrumb.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.slider-area2.overlay {
position: relative;
}
.slider-area2.overlay:before {
position: absolute;
content: '';
left: 0;
bottom: 0;
right: 0;
top: 0;
background: rgb(2, 0, 36);
background: -moz-linear-gradient(
180deg,
rgba(2, 0, 36, 1) 0%,
rgba(0, 16, 97, 1) 0%,
rgba(112, 0, 0, 1) 100%
);
background: -webkit-linear-gradient(
180deg,
rgba(2, 0, 36, 1) 0%,
rgba(0, 16, 97, 1) 0%,
rgba(112, 0, 0, 1) 100%
);
background: linear-gradient(
180deg,
rgba(2, 0, 36, 1) 0%,
rgba(0, 16, 97, 1) 0%,
rgba(112, 0, 0, 1) 100%
);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#700000",GradientType=1);
opacity: 43%;
}
.slider-height2 {
height: 450px;
background-size: cover;
}
.slider-area2 .hero-cap h2 {
color: #fff;
font-size: 70px;
font-weight: 700;
text-transform: uppercase;
line-height: 1;
font-family: 'Bebas Neue', cursive;
letter-spacing: 2px;
}
/*============ blog_left_sidebar css ==============*/
/* line 592, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item {
margin-bottom: 50px;
}
/* line 596, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details {
padding: 30px 0 20px 10px;
box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
background-color: white;
font-family: 'Roboto Condensed', sans-serif;
}
@media (min-width: 768px) {
/* line 596, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details {
padding: 60px 30px 35px 35px;
}
}
/* line 604, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details p {
margin-bottom: 30px;
}
/* line 608, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details a {
color: #242b5e;
}
/* line 611, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details a:hover {
color: #ff1313;
}
/* line 616, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details h2 {
font-size: 18px;
font-weight: 600;
margin-bottom: 8px;
}
@media (min-width: 768px) {
/* line 616, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_details h2 {
font-size: 24px;
margin-bottom: 15px;
}
}
/* line 630, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li {
float: left;
font-size: 14px;
list-style: none;
}
/* line 634, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li a {
color: #999999;
}
/* line 638, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li i,
.blog-info-link li span {
font-size: 13px;
margin-right: 5px;
}
/* line 644, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li::after {
content: "|";
padding-left: 10px;
padding-right: 10px;
}
/* line 650, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link li:last-child::after {
display: none;
}
/* line 655, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-info-link::after {
content: "";
display: block;
clear: both;
display: table;
}
/* line 663, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img {
position: relative;
}
/* line 666, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date {
position: absolute;
bottom: -10px;
left: 10px;
display: block;
color: #fff;
background-color: #d2242a;
padding: 8px 15px;
border-radius: 5px;
}
@media (min-width: 768px) {
/* line 666, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date {
bottom: -20px;
left: 40px;
padding: 13px 30px;
}
}
/* line 682, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date h3 {
font-size: 22px;
font-weight: 600;
color: #fff;
margin-bottom: 0;
line-height: 1.2;
}
@media (min-width: 768px) {
/* line 682, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date h3 {
font-size: 30px;
}
}
/* line 694, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date p {
font-size: 18px;
margin-bottom: 0;
color: #fff;
}
@media (min-width: 768px) {
/* line 694, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date p {
font-size: 18px;
}
}
/* line 714, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .widget_title {
font-size: 20px;
margin-bottom: 40px;
}
/* line 719, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .widget_title::after {
content: "";
display: block;
padding-top: 15px;
border-bottom: 1px solid #f0e9ff;
}
/* line 727, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .single_sidebar_widget {
background: #ffffff;
padding: 30px;
margin-bottom: 30px;
}
/* line 731, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .single_sidebar_widget .btn_1 {
margin-top: 0px;
}
/* line 739, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .form-control {
height: 50px;
border-color: #f0e9ff;
font-size: 13px;
color: #999999;
padding-left: 20px;
border-radius: 0;
border-right: 0;
}
/* line 748, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .form-control::placeholder {
color: #999999;
}
/* line 752, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .form-control:focus {
border-color: #f0e9ff;
outline: 0;
box-shadow: none;
}
/* line 761, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .input-group button {
background: #d2242a;
border-left: 0;
border: 1px solid #f0e9ff;
padding: 4px 15px;
border-left: 0;
cursor: pointer;
}
/* line 769, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .input-group button i {
color: #fff;
}
/* line 772, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .input-group button span {
font-size: 14px;
color: #999999;
}
/* line 783, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .form-control {
height: 50px;
border-color: #f0e9ff;
font-size: 13px;
color: #999999;
padding-left: 20px;
border-radius: 0;
}
/* line 792, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
color: #999999;
}
/* line 796, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .form-control:focus {
border-color: #f0e9ff;
outline: 0;
box-shadow: none;
}
/* line 805, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .input-group button {
background: #fff;
border-left: 0;
border: 1px solid #f0e9ff;
padding: 4px 15px;
border-left: 0;
}
/* line 812, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
font-size: 14px;
color: #fff;
}
/* line 825, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li {
border-bottom: 1px solid #f0e9ff;
transition: all 0.3s ease 0s;
padding-bottom: 12px;
list-style: none;
}
/* line 830, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
border-bottom: 0;
}
/* line 834, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li a {
font-size: 14px;
line-height: 20px;
color: #888888;
}
/* line 839, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li a p {
margin-bottom: 0px;
}
/* line 844, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li + li {
padding-top: 15px;
}
/* line 861, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
justify-content: center;
align-self: center;
padding-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item img {
height: 100px;
}
/* line 866, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
font-size: 16px;
line-height: 20px;
margin-bottom: 6px;
transition: all 0.3s linear;
}
/* line 877, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
color: #fff;
}
/* line 883, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
font-size: 14px;
line-height: 21px;
margin-bottom: 0px;
}
/* line 890, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
margin-top: 20px;
}
/* line 898, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .tag_cloud_widget ul li {
display: inline-block;
}
/* line 901, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .tag_cloud_widget ul li a {
display: inline-block;
border: 1px solid #eeeeee;
background: #fff;
padding: 4px 20px;
margin-bottom: 8px;
margin-right: 3px;
transition: all 0.3s ease 0s;
color: #888888;
font-size: 13px;
}
/* line 912, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
background: #d2242a;
color: #fff !important;
-webkit-text-fill-color: #fff;
text-decoration: none;
-webkit-transition: 0.5s;
transition: 0.5s;
}
/* line 927, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .instagram_feeds .instagram_row {
display: flex;
margin-right: -6px;
margin-left: -6px;
}
/* line 933, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .instagram_feeds .instagram_row li {
width: 33.33%;
float: left;
padding-right: 6px;
padding-left: 6px;
margin-bottom: 15px;
}
/* line 1033, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog_right_sidebar .br {
width: 100%;
height: 1px;
background: #eeeeee;
margin: 30px 0px;
}
/* line 1054, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination {
margin-top: 80px;
}
/* line 1058, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination .page-link {
font-size: 14px;
position: relative;
display: block;
padding: 0;
text-align: center;
margin-left: -1px;
line-height: 45px;
width: 45px;
height: 45px;
border-radius: 0 !important;
color: #8a8a8a;
border: 1px solid #f0e9ff;
margin-right: 10px;
}
/* line 1075, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
font-size: 13px;
}
/* line 1087, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination .page-item.active .page-link {
background-color: #fbf9ff;
border-color: #f0e9ff;
color: #888888;
}
/* line 1094, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.blog-pagination .page-item:last-child .page-link {
margin-right: 0;
}
.section-padding {
padding-top: 60px;
padding-bottom: 60px;
}
.boxed-btn {
background: #fff;
color: #d2242a !important;
display: inline-block;
padding: 18px 44px;
font-family: "Oswald", sans-serif;
font-size: 14px;
font-weight: 400;
border: 0;
border: 1px solid #d2242a;
letter-spacing: 3px;
text-align: center;
color: #d2242a;
text-transform: uppercase;
cursor: pointer;
}
/* line 67, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_variables.scss */
.boxed-btn:hover {
background: #d2242a;
color: #fff !important;
border: 1px solid #d2242a;
}
/* line 72, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_variables.scss */
.boxed-btn:focus {
outline: none;
}
/* line 75, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_variables.scss */
.boxed-btn.large-width {
width: 220px;
}
.custom-table2 td, .custom-table2 th{
padding:0.2rem;
}
.custom-table2 thead tr th {
background: #000;
color: #fff;
border: none;
}
/* single news post */
/*============ Start Blog Single Styles =============*/
/* line 1119, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog_details {
box-shadow: none;
padding: 0;
}
/* line 1124, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .social-links {
padding-top: 10px;
}
/* line 1127, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .social-links li {
display: inline-block;
margin-bottom: 10px;
}
/* line 1131, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .social-links li a {
color: #cccccc;
padding: 7px;
font-size: 14px;
transition: all 0.2s linear;
}
/* line 1144, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog_details {
padding-top: 26px;
}
/* line 1147, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog_details p {
margin-bottom: 20px;
font-size: 15px;
}
/* line 1157, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .quote-wrapper {
background: rgba(130, 139, 178, 0.1);
padding: 15px;
line-height: 1.733;
color: #888888;
font-style: italic;
margin-top: 25px;
margin-bottom: 25px;
}
@media (min-width: 768px) {
/* line 1157, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .quote-wrapper {
padding: 30px;
}
}
/* line 1171, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .quotes {
background: #fff;
padding: 15px 15px 15px 20px;
border-left: 2px solid;
}
@media (min-width: 768px) {
/* line 1171, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .quotes {
padding: 25px 25px 25px 30px;
}
}
/* line 1181, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .arrow {
position: absolute;
}
/* line 1184, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .arrow .lnr {
font-size: 20px;
font-weight: 600;
}
/* line 1191, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .thumb .overlay-bg {
background: rgba(0, 0, 0, 0.8);
}
/* line 1196, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top {
padding-top: 15px;
border-top: 1px solid #f0e9ff;
}
/* line 1200, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top p {
margin-bottom: 0;
}
/* line 1204, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .like-info {
font-size: 14px;
}
/* line 1207, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
font-size: 16px;
margin-right: 5px;
}
/* line 1214, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .comment-count {
font-size: 14px;
}
/* line 1217, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
font-size: 16px;
margin-right: 5px;
}
/* line 1226, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .social-icons li {
display: inline-block;
margin-right: 15px;
}
/* line 1230, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .social-icons li:last-child {
margin: 0;
}
/* line 1234, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
font-size: 14px;
color: #999999;
}
/* line 1252, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author {
padding: 40px 30px;
background: #fbf9ff;
margin-top: 50px;
}
@media (max-width: 600px) {
/* line 1252, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author {
padding: 20px 8px;
}
}
/* line 1261, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author img {
width: 90px;
height: 90px;
border-radius: 50%;
margin-right: 30px;
}
@media (max-width: 600px) {
/* line 1261, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author img {
margin-right: 15px;
width: 45px;
height: 45px;
}
}
/* line 1274, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author a {
display: inline-block;
}
/* line 1278, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author a:hover {
color: #ff1313;
}
/* line 1283, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author p {
margin-bottom: 0;
font-size: 15px;
}
/* line 1288, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .blog-author h4 {
font-size: 16px;
}
/* line 1295, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area {
border-bottom: 1px solid #eee;
padding-bottom: 30px;
margin-top: 55px;
}
/* line 1300, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area p {
margin-bottom: 0px;
}
/* line 1304, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area h4 {
font-size: 18px;
line-height: 25px;
}
/* line 1310, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left {
text-align: left;
}
/* line 1313, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left .thumb {
margin-right: 20px;
background: #000;
}
/* line 1317, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left .thumb img {
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
height: 50px;
}
/* line 1322, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left .lnr {
margin-left: 20px;
opacity: 0;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
/* line 1329, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left:hover .lnr {
opacity: 1;
}
/* line 1334, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left:hover .thumb img {
opacity: .5;
}
@media (max-width: 767px) {
/* line 1310, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left {
margin-bottom: 30px;
}
}
/* line 1345, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right {
text-align: right;
}
/* line 1348, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right .thumb {
margin-left: 20px;
background: #000;
}
/* line 1352, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right .thumb img {
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
height: 50px;
}
/* line 1357, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right .lnr {
margin-right: 20px;
opacity: 0;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
/* line 1364, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right:hover .lnr {
opacity: 1;
}
/* line 1369, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right:hover .thumb img {
opacity: .5;
}
@media (max-width: 991px) {
/* line 1377, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.single-post-area .sidebar-widgets {
padding-bottom: 0px;
}
}
/* line 1384, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area {
background: transparent;
border-top: 1px solid #eee;
padding: 45px 0;
margin-top: 50px;
}
@media (max-width: 414px) {
/* line 1384, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area {
padding: 50px 8px;
}
}
/* line 1395, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area h4 {
margin-bottom: 35px;
font-size: 18px;
}
/* line 1402, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area h5 {
font-size: 16px;
margin-bottom: 0px;
}
/* line 1411, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list {
padding-bottom: 48px;
}
/* line 1414, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list:last-child {
padding-bottom: 0px;
}
/* line 1418, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list.left-padding {
padding-left: 25px;
}
@media (max-width: 413px) {
/* line 1424, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list .single-comment h5 {
font-size: 12px;
}
/* line 1428, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list .single-comment .date {
font-size: 11px;
}
/* line 1432, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment-list .single-comment .comment {
font-size: 10px;
}
}
/* line 1439, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .thumb {
margin-right: 20px;
}
/* line 1442, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .thumb img {
width: 70px;
border-radius: 50%;
}
/* line 1448, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .date {
font-size: 14px;
color: #999999;
margin-bottom: 0;
margin-left: 20px;
}
/* line 1455, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .comment {
margin-bottom: 10px;
color: #777777;
font-size: 15px;
}
/* line 1461, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comments-area .btn-reply {
background-color: transparent;
color: #888888;
padding: 5px 18px;
font-size: 14px;
display: block;
font-weight: 400;
}
/* line 1478, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form {
border-top: 1px solid #eee;
padding-top: 45px;
margin-top: 50px;
margin-bottom: 20px;
}
/* line 1486, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-group {
margin-bottom: 30px;
}
/* line 1490, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form h4 {
margin-bottom: 40px;
font-size: 18px;
line-height: 22px;
}
/* line 1498, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .name {
padding-left: 0px;
}
@media (max-width: 767px) {
/* line 1498, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .name {
padding-right: 0px;
margin-bottom: 1rem;
}
}
/* line 1507, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .email {
padding-right: 0px;
}
@media (max-width: 991px) {
/* line 1507, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .email {
padding-left: 0px;
}
}
/* line 1515, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-control {
border: 1px solid #f0e9ff;
border-radius: 5px;
height: 48px;
padding-left: 18px;
font-size: 13px;
background: transparent;
}
/* line 1523, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-control:focus {
outline: 0;
box-shadow: none;
}
/* line 1528, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-control::placeholder {
font-weight: 300;
color: #999999;
}
/* line 1533, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form .form-control::placeholder {
color: #777777;
}
/* line 1538, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form textarea {
padding-top: 18px;
border-radius: 12px;
height: 100% !important;
}
/* line 1544, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
font-size: 13px;
color: #777;
}
/* line 1550, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form ::-moz-placeholder {
/* Firefox 19+ */
font-size: 13px;
color: #777;
}
/* line 1556, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form :-ms-input-placeholder {
/* IE 10+ */
font-size: 13px;
color: #777;
}
/* line 1562, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_blog_page.scss */
.comment-form :-moz-placeholder {
/* Firefox 18- */
font-size: 13px;
color: #777;
}
/*============ End Blog Single Styles =============*/
/* about */
.about-content {
padding: 65px;
}
.about-content h2 {
font-family: 'Bebas Neue',cursive;
font-size: 65px;
border-left: 10px solid #d2232a;
padding: 10px;
}
.about-content p{
font-family: 'Roboto Condensed', sans-serif;
font-size: 18px;
padding: 10px;
}
.about-content-img img{
}
/* tab-layout */
.whats-news-area .whats-news-caption .single-what-news,
.about-area .whats-news-caption .single-what-news,
.contact-section .whats-news-caption .single-what-news {
position: relative;
}
.whats-news-area .whats-news-caption .single-what-news .what-img img,
.about-area .whats-news-caption .single-what-news .what-img img,
.contact-section .whats-news-caption .single-what-news .what-img img {
width: 100%;
}
.whats-news-area .whats-news-caption .single-what-news .what-cap,
.about-area .whats-news-caption .single-what-news .what-cap,
.contact-section .whats-news-caption .single-what-news .what-cap {
padding: 20px;
background: #fff;
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.whats-news-area .whats-news-caption .single-what-news .what-cap span,
.about-area .whats-news-caption .single-what-news .what-cap span,
.contact-section .whats-news-caption .single-what-news .what-cap span {
color: #000;
text-transform: uppercase;
font-size: 11px;
font-weight: 600;
padding: 10px 15px;
line-height: 1;
margin-bottom: 15px;
display: inline-block;
}
.whats-news-area .whats-news-caption .single-what-news .what-cap h4 a,
.about-area .whats-news-caption .single-what-news .what-cap h4 a,
.contact-section .whats-news-caption .single-what-news .what-cap h4 a {
font-size: 20px;
font-weight: 900;
line-height: 1.4;
}
.whats-news-area .whats-news-caption .single-what-news .what-cap h4 a:hover,
.about-area .whats-news-caption .single-what-news .what-cap h4 a:hover,
.contact-section .whats-news-caption .single-what-news .what-cap h4 a:hover {
color: #fc3f00;
}
.whats-news-area .whats-news-caption .single-what-news:hover .what-cap,
.about-area .whats-news-caption .single-what-news:hover .what-cap,
.contact-section .whats-news-caption .single-what-news:hover .what-cap {
bottom: -70px;
}
.whats-news-area .single-follow .single-box,
.about-area .single-follow .single-box,
.contact-section .single-follow .single-box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.whats-news-area .single-follow .follow-us,
.about-area .single-follow .follow-us,
.contact-section .single-follow .follow-us {
border: 1px solid #f4f4f4;
padding-top: 10px;
padding-bottom: 15px;
padding-left: 13px;
padding-right: 13px;
border-radius: 5px;
margin-bottom: 5px;
width: 49%;
}
.whats-news-area .single-follow .follow-us .follow-count,
.about-area .single-follow .follow-us .follow-count,
.contact-section .single-follow .follow-us .follow-count {
padding-left: 15px;
}
.whats-news-area .single-follow .follow-us .follow-count span,
.about-area .single-follow .follow-us .follow-count span,
.contact-section .single-follow .follow-us .follow-count span {
color: #232323;
font-size: 14px;
font-weight: 500;
}
.whats-news-area .single-follow .follow-us .follow-count p,
.about-area .single-follow .follow-us .follow-count p,
.contact-section .single-follow .follow-us .follow-count p {
margin-bottom: 0;
line-height: 1;
font-size: 11px;
}
.whats-news-area .news-poster img,
.about-area .news-poster img,
.contact-section .news-poster img {
width: 100%;
padding: 0 61px;
}
.whats-news-area .nav-tabs .nav-link,
.about-area .nav-tabs .nav-link,
.contact-section .nav-tabs .nav-link {
border: 0;
border-bottom: 2px solid transparent;
padding: 10px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.whats-news-area .nav-tabs .nav-link,
.about-area .nav-tabs .nav-link,
.contact-section .nav-tabs .nav-link {
padding: 10px 10px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1820px) {
.site-blocks-cover {
/* height: 140vh !important; */
}
.custom-media-2 .img {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
}
.custom-media-2 .img img {
width: 184px;
height: 229px;
object-fit: cover;
}
.custom-media-2 .text {
}
.custom-media-2 .text .meta {
color: rgba(226, 0, 0, 0.521);
font-size: 18px;
font-weight: 700;
letter-spacing: 3px;
}
.custom-media-2 .text h3 {
font-size: 25px;
max-width: 150px;
}
.custom-media-2 .text h3 a {
color: rgb(0, 0, 0);
}
.custom-media-2 .text p a {
color: rgb(0, 0, 0);
}
.custom-media-2 .text h3 a:hover {
color: #000000;
}
.custom-media-2 .text p {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
max-height: 40px;
overflow: hidden;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.whats-news-area .nav-tabs .nav-link,
.about-area .nav-tabs .nav-link,
.contact-section .nav-tabs .nav-link {
padding: 10px 15px;
}
.custom-media-2 .img {
-webkit-box-flex: 0;
-ms-flex: 0 0 150px;
flex: 0 0 150px;
margin: 0px;
}
.custom-media-2 .img img {
width: 184px;
height: 229px;
object-fit: cover;
}
.custom-media-2 {
flex: none!important;
min-height: 466px;
}
.custom-media-2 .text {
padding:10px
}
.custom-media-2 .text .meta {
color: rgba(226, 0, 0, 0.521);
font-size: 18px;
font-weight: 700;
letter-spacing: 3px;
}
.custom-media-2 .text h3 {
font-size: 25px;
max-width: 150px;
}
.custom-media-2 .text h3 a {
color: rgb(0, 0, 0);
}
.custom-media-2 .text p a {
color: rgb(0, 0, 0);
}
.custom-media-2 .text h3 a:hover {
color: #000000;
}
.custom-media-2 .text p {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
max-height: 58px;
overflow: hidden;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.whats-news-area .nav-tabs .nav-link,
.about-area .nav-tabs .nav-link,
.contact-section .nav-tabs .nav-link {
padding: 10px 15px;
}
.custom-media-2 .img {
width: 100%;
flex: none;
margin: 0px;
}
.custom-media-2 .img img {
width: 100%;
object-fit: cover;
height: auto;
}
.custom-media-2 {
flex: none!important;
min-height: 466px;
margin-top: 10px;
}
.custom-media-2 .text {
padding:10px;
min-height: 200px;
}
.custom-media-2 .text .meta {
color: rgba(226, 0, 0, 0.521);
font-size: 18px;
font-weight: 700;
letter-spacing: 3px;
}
.custom-media-2 .text h3 {
font-size: 25px;
}
.custom-media-2 .text h3 a {
color: rgb(0, 0, 0);
}
.custom-media-2 .text p a {
color: rgb(0, 0, 0);
}
.custom-media-2 .text h3 a:hover {
color: #000000;
}
.custom-media-2 .text p {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
max-height: 58px;
overflow: hidden;
}
}
@media (max-width: 767px) {
.whats-news-area .nav-tabs .nav-link,
.about-area .nav-tabs .nav-link,
.contact-section .nav-tabs .nav-link {
padding: 10px 15px;
}
}
.whats-news-area .nav-tabs .nav-item.show .nav-link,
.whats-news-area .nav-tabs .nav-link.active,
.about-area .nav-tabs .nav-item.show .nav-link,
.about-area .nav-tabs .nav-link.active,
.contact-section .nav-tabs .nav-item.show .nav-link,
.contact-section .nav-tabs .nav-link.active {
color: #fc3f00;
background: none;
}
.whats-news-area .nav-tabs .nav-item,
.about-area .nav-tabs .nav-item,
.contact-section .nav-tabs .nav-item {
display: block;
color: #ffffff;
text-transform: capitalize;
font-size: 16px;
}
.whats-news-area .nav-tabs,
.about-area .nav-tabs,
.contact-section .nav-tabs {
margin-bottom: 31px;
padding-bottom: 0px;
position: relative;
border: 0;
display: flex;
justify-content: center;
}
.tab-pane {
-webkit-transition: all 0.6s ease-out 0s;
-moz-transition: all 0.6s ease-out 0s;
-ms-transition: all 0.6s ease-out 0s;
-o-transition: all 0.6s ease-out 0s;
transition: all 0.6s ease-out 0s;
}
/* card design */
.card-person{
position: relative;
width: 320px;
height: 450px;
background: #ffffff;
border-radius: 20px;
overflow: hidden;
margin:auto;
}
.card-person:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #d2232a;
clip-path: circle(150px at 80% 20%);
transition: 0.5s ease-in-out;
}
.card-person:hover:before{
clip-path: circle(300px at 80% -20%);
}
.card-person:after{
content: 'BCFC';
position: absolute;
top: 30%;
left: -20%;
font-size: 11em;
font-weight: 800;
font-style: italic;
color: rgba(255, 101, 101, 0.137)
}
.card-person .imgBx{
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10000;
width: 100%;
height: 220px;
transition: 0.5s;
}
.card-person:hover .imgBx{
top: 0%;
transform: translateY(0%);
}
.card-person .imgBx img{
position: absolute;
bottom: 0%;
left: 10%;
width: 270px;
}
.card-person:hover .imgBx img{
top: 28%;
left: 20%;
width: 204px;
}
.card-person .contentBx{
position: absolute;
bottom: 0;
width: 100%;
height: 100px;
text-align: center;
transition: 1s;
z-index: 10;
font-family: 'Anton', sans-serif;
}
.card-person:hover .contentBx{
height: 140px;
}
.card-person .contentBx h2{
position: relative;
font-weight: 600;
letter-spacing: 1px;
color: #d2242a;
font-family: 'Bebas Neue', cursive;
margin: 0;
}
.card-person .contentBx .size, .card-person .contentBx .color {
display: flex;
justify-content: center;
align-items: center;
padding: 8px 20px;
transition: 0.5s;opacity: 0;
visibility: hidden;
padding-top: 0;
padding-bottom: 0;
}
.card-person:hover .contentBx .size{
opacity: 1;
visibility: visible;
transition-delay: 0.5s;
}
.card-person:hover .contentBx .color{
opacity: 1;
visibility: visible;
transition-delay: 0.6s;
}
.card-person .contentBx .size h3, .card-person .contentBx .color h3{
color: #000;
font-weight: 300;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
margin-right: 10px;
}
.card-person .contentBx .size span{
padding: 0px 3px;
text-align: center;
line-height: 26px;
font-size: 14px;
display: inline-block;
color: #111;
background: #fff;
margin: 0 5px;
transition: 0.5s;
color: #111;
border-radius: 4px;
cursor: pointer;
}
.card-person .contentBx .size span:hover{
background: #9bdc28;
}
.card-person .contentBx .color span{
width: 20px;
height: 20px;
background: #ff0;
border-radius: 50%;
margin: 0 5px;
cursor: pointer;
}
.card-person .contentBx .color span:nth-child(2){
background: #9bdc28;
}
.card-person .contentBx .color span:nth-child(3){
background: #03a9f4;
}
.card-person .contentBx .color span:nth-child(4){
background: #e91e63;
}
.card-person .contentBx a{
display: inline-block;
padding: 10px 20px;
background: #fff;
border-radius: 4px;
margin-top: 10px;
text-decoration: none;
font-weight: 600;
color: #111;
opacity: 0;
transform: translateY(50px);
transition: 0.5s;
margin-top: 0;
}
.card-person:hover .contentBx a{
opacity: 1;
transform: translateY(0px);
transition-delay: 0.75s;
}
/* Yantramanav,sans-serif */
/* icon bar */
.icon-bar {
position: fixed;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index:2000;
}
.icon-bar a {
display: block;
text-align: center;
padding: 16px;
transition: all 0.3s ease;
color: white;
font-size: 20px;
}
.icon-bar a:hover {
background-color: #000;
}
.facebook {
background: #3B5998;
color: white;
}
.twitter {
background: #55ACEE;
color: white;
}
.google {
background: #dd4b39;
color: white;
}
/* gallery */
.main-content {
}
@media (max-width: 991.98px) {
.main-content {
width: 100%;
position: relative;
float: none;
}
}
.main-content .container-fluid {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
@media (max-width: 991.98px) {
.main-content .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
}
.main-content .photos .photo-item {
position: relative;
}
.main-content .photos .photo-item:after {
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
opacity: 0;
visibility: hidden;
}
.main-content .photos .photo-item .photo-text-more {
position: absolute;
z-index: 3;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: 30px;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
opacity: 0;
visibility: hidden;
text-align: center;
}
.main-content .photos .photo-item .photo-text-more .icon {
color: #fff;
font-size: 20px;
}
.main-content .photos .photo-item .photo-text-more .heading {
font-size: 16px;
color: #fff;
margin-bottom: 0;
text-transform: uppercase;
}
.main-content .photos .photo-item .photo-text-more .meta {
color: #cccccc;
text-transform: uppercase;
font-size: 12px;
}
.main-content .photos .photo-item img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
height: 300px;
margin-bottom: 5px;
}
@media (max-width: 575.98px) {
.main-content .photos .photo-item img {
height: 200px;
}
}
.main-content .photos .photo-item:hover:after {
opacity: 1;
visibility: visible;
}
.main-content .photos .photo-item:hover .photo-text-more {
margin-top: 0;
opacity: 1;
visibility: visible;
}
/* main album */
.main-album {
}
@media (max-width: 991.98px) {
.main-album {
width: 100%;
position: relative;
float: none;
}
}
.main-album .container-fluid {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
@media (max-width: 991.98px) {
.main-album .container-fluid {
padding-left: 15px;
padding-right: 15px;
}
}
.main-album .photos .photo-item {
position: relative;
}
.main-album .photos .photo-item:after {
position: absolute;
content: '';
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
opacity: 0;
visibility: hidden;
}
.main-album .photos .photo-item .photo-text-more {
position: absolute;
z-index: 3;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: 30px;
-webkit-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
opacity: 0;
visibility: hidden;
text-align: center;
}
.main-album .photos .photo-item .photo-text-more .icon {
color: #fff;
font-size: 20px;
}
.main-album .photos .photo-item .photo-text-more .heading {
font-size: 16px;
color: #fff;
margin-bottom: 0;
text-transform: uppercase;
}
.main-album .photos .photo-item .photo-text-more .meta {
color: #cccccc;
text-transform: uppercase;
font-size: 12px;
}
.main-album .photos .photo-item img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
height: 300px;
margin-bottom: 5px;
}
@media (max-width: 575.98px) {
.main-album .photos .photo-item img {
height: 200px;
}
}
.main-album .photos .photo-item:hover:after {
opacity: 1;
visibility: visible;
}
.main-album .photos .photo-item:hover .photo-text-more {
margin-top: 0;
opacity: 1;
visibility: visible;
}
/*---------------------
Product Shop
-----------------------*/
.product-shop {
padding-top: 80px;
padding-bottom: 80px;
}
.filter-widget {
margin-bottom: 45px;
}
.filter-widget .fw-title {
color: #252525;
font-size: 22px;
font-weight: 700;
margin-bottom: 26px;
}
.filter-widget .filter-catagories li {
list-style: none;
}
.filter-widget .filter-catagories li a {
display: inline-block;
color: #636363;
font-size: 16px;
line-height: 39px;
}
.filter-widget .fw-brand-check .bc-item {
margin-bottom: 3px;
}
.filter-widget .fw-brand-check .bc-item label {
position: relative;
cursor: pointer;
padding-left: 28px;
}
.filter-widget .fw-brand-check .bc-item label input {
position: absolute;
visibility: hidden;
}
.filter-widget .fw-brand-check .bc-item label input:checked~span {
background: #d2232a;
border-color: #d2232a;
}
.filter-widget .fw-brand-check .bc-item label .checkmark {
position: absolute;
left: 0;
top: 5px;
height: 15px;
width: 15px;
border: 2px solid #ebebeb;
border-radius: 2px;
}
.filter-widget .fw-brand-check .bc-item label .checkmark:after {
left: 0;
top: 0;
width: 10px;
height: 8px;
border: solid white;
border-width: 3px 3px 0px 0px;
-webkit-transform: rotate(127deg);
-ms-transform: rotate(127deg);
transform: rotate(127deg);
}
.filter-widget .filter-range-wrap {
margin-bottom: 40px;
}
.filter-widget .filter-range-wrap .range-slider {
margin-bottom: 25px;
}
.filter-widget .filter-range-wrap .range-slider .price-input {
position: relative;
}
.filter-widget .filter-range-wrap .range-slider .price-input:after {
position: absolute;
left: 58px;
top: 13px;
height: 1px;
width: 17px;
background: #ebebeb;
content: "";
}
.filter-widget .filter-range-wrap .range-slider .price-input input {
font-size: 16px;
color: #252525;
max-width: 20%;
text-align: center;
border: 1px solid #ebebeb;
border-radius: 2px;
}
.filter-widget .filter-range-wrap .range-slider .price-input input:nth-child(1) {
margin-right: 28px;
}
.filter-widget .filter-range-wrap .price-range {
border-radius: 0;
}
.filter-widget .filter-range-wrap .price-range.ui-widget-content {
border: none;
background: #ebebeb;
height: 3px;
}
.filter-widget .filter-range-wrap .price-range.ui-widget-content .ui-slider-handle {
height: 16px;
width: 16px;
border-radius: 50%;
background: #ffffff;
border: none;
-webkit-box-shadow: 1px 6px 14px -4px #425c6d;
box-shadow: 1px 6px 14px -4px #425c6d;
outline: none;
}
.filter-widget .filter-range-wrap .price-range .ui-slider-range {
background: #ebebeb;
border-radius: 0;
}
.filter-widget .filter-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
background: #d2232a;
}
.filter-widget .filter-btn {
font-size: 14px;
color: #ffffff;
font-weight: 700;
background: #d2232a;
padding: 7px 20px 5px;
border-radius: 2px;
display: inline-block;
text-transform: uppercase;
}
.filter-widget .fw-color-choose .cs-item {
width: 50%;
float: left;
margin-bottom: 4px;
}
.filter-widget .fw-color-choose .cs-item input {
position: absolute;
visibility: hidden;
}
.filter-widget .fw-color-choose .cs-item label {
cursor: pointer;
position: relative;
padding-left: 33px;
font-size: 16px;
color: #636363;
}
.filter-widget .fw-color-choose .cs-item label.cs-violet:before {
background: #8230E3;
}
.filter-widget .fw-color-choose .cs-item label.cs-blue:before {
background: #2773BE;
}
.filter-widget .fw-color-choose .cs-item label.cs-yellow:before {
background: #EEEE21;
}
.filter-widget .fw-color-choose .cs-item label.cs-red:before {
background: #DC3232;
}
.filter-widget .fw-color-choose .cs-item label.cs-green:before {
background: #81D742;
}
.filter-widget .fw-color-choose .cs-item label:before {
position: absolute;
left: 0;
top: 4px;
height: 18px;
width: 18px;
background: #252525;
border-radius: 50%;
content: "";
}
.filter-widget .fw-size-choose .sc-item {
display: inline-block;
margin-right: 5px;
}
.filter-widget .fw-size-choose .sc-item:last-child {
margin-right: 0;
}
.filter-widget .fw-size-choose .sc-item input {
position: absolute;
visibility: hidden;
}
.filter-widget .fw-size-choose .sc-item label {
font-size: 16px;
color: #252525;
font-weight: 700;
height: 40px;
width: 47px;
border: 1px solid #ebebeb;
text-align: center;
line-height: 40px;
text-transform: uppercase;
cursor: pointer;
}
.filter-widget .fw-size-choose .sc-item label.active {
background: #252525;
color: #ffffff;
}
.filter-widget .fw-tags a {
display: inline-block;
font-size: 16px;
color: #636363;
padding: 5px 15px;
border: 1px solid #ebebeb;
margin-right: 5px;
margin-bottom: 9px;
border-radius: 2px;
}
.checkmark:after {
position: absolute;
content: "";
}
.product-show-option {
margin-bottom: 30px;
}
.product-show-option .select-option {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.product-show-option .select-option .nice-select {
border-radius: 0;
border: 1px solid #ECEDEE;
height: 40px;
line-height: 35px;
}
.product-show-option .select-option .nice-select .list {
margin-top: 0;
border-radius: 0;
width: 100%;
}
.product-show-option .select-option .nice-select:after {
border-bottom: 2px solid #4c4c4c;
border-right: 2px solid #4c4c4c;
height: 7px;
right: 22px;
top: 47%;
width: 7px;
opacity: 0.7;
}
.product-show-option .select-option .nice-select span {
font-size: 16px;
color: #4c4c4c;
}
.product-show-option .select-option .sorting {
margin-right: 20px;
}
.product-show-option .select-option .sorting.nice-select {
padding-right: 70px;
}
.product-show-option .select-option .p-show.nice-select {
padding-right: 105px;
}
.product-show-option .select-option .p-show.nice-select:before {
position: absolute;
right: 48px;
top: 0;
content: "09";
font-size: 16px;
color: #252525;
}
.product-show-option p {
margin-bottom: 0;
color: #636363;
line-height: 39px;
}
.prduct-list .product-item {
margin-bottom: 25px;
}
.loading-more {
text-align: center;
padding-top: 10px;
}
.loading-more i {
font-size: 22px;
color: #663333;
margin-right: 6px;
position: relative;
top: 7px;
}
.loading-more a {
font-size: 18px;
font-weight: 700;
color: #252525;
position: relative;
display: inline-block;
}
.loading-more a:before {
position: absolute;
left: 0;
bottom: -4px;
width: 100%;
height: 2px;
background: #d2232a;
content: "";
}
.product-item {
max-width: 285px;
height: 400px;
background-color: white;
box-shadow: 1px 6px 14px -10px #425c6d;
}
.product-item:hover .pi-pic .icon {
top: 15px;
opacity: 1;
}
.product-item:hover .pi-pic ul {
bottom: 0;
}
.product-item .pi-pic {
overflow: hidden;
position: relative;
width: 100%;
object-fit: contain;
}
.product-item .pi-pic img {
height: 235px;
object-fit: contain;
}
.product-item .pi-pic .sale {
color: #ffffff;
font-size: 10px;
background: #76BC42;
position: absolute;
left: 0;
top: 20px;
padding: 5px 10px;
text-transform: uppercase;
}
.product-item .pi-pic .sale.pp-sale {
background: #d2232a;
}
.product-item .pi-pic .icon {
font-size: 20px;
color: #252525;
position: absolute;
right: 21px;
top: -15px;
cursor: pointer;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
}
.product-item .pi-pic ul {
position: absolute;
left: 0;
bottom: -52px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
width: 100%;
}
.product-item .pi-pic ul li {
list-style: none;
display: inline-block;
background: #ffffff;
}
.product-item .pi-pic ul li.w-icon.active a {
background: #d2232a;
color: #ffffff;
}
.product-item .pi-pic ul li a {
font-size: 16px;
font-weight: 700;
color: #252525;
display: block;
padding: 16px 18px 12px 19px;
}
.product-item .pi-text {
text-align: center;
padding: 20px;
}
.product-item .pi-text .catagory-name {
font-size: 10px;
color: #b2b2b2;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 10px;
}
.product-item .pi-text a {
display: block;
}
.product-item .pi-text a h5 {
color: #252525;
}
.product-item .pi-text .product-price {
color: #d2232a;
font-size: 20px;
font-weight: 700;
}
.product-item .pi-text .product-price span {
font-size: 14px;
font-weight: 400;
color: #b2b2b2;
text-decoration: line-through;
}
/* contact us */
.contact-info {
margin-bottom: 25px;
}
.contact-info__icon {
margin-right: 20px;
}
.contact-info__icon i, .contact-info__icon span {
color: #8f9195;
font-size: 27px;
}
.contact-info .media-body h3 {
font-size: 16px;
margin-bottom: 0;
font-size: 16px;
color: #2a2a2a;
}
.contact-info .media-body h3 a:hover {
color: #1f2b7b;
}
.contact-info .media-body p {
color: #8a8a8a;
}
/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
.contact-title {
font-size: 27px;
font-weight: 600;
margin-bottom: 20px;
}
.form-contact label {
font-size: 14px;
}
.form-contact .form-group {
margin-bottom: 30px;
}
.form-contact .form-control {
border: 1px solid #e5e6e9;
border-radius: 0px;
height: 48px;
padding-left: 18px;
font-size: 13px;
background: transparent;
}
.form-contact .form-control:focus {
outline: 0;
box-shadow: none;
}
.form-contact .form-control::placeholder {
font-weight: 300;
color: #999999;
}
.form-contact textarea {
border-radius: 0px;
height: 100% !important;
}
.contact-section {
padding: 130px 0 100px;
}
@media (max-width: 991px) {
.contact-section {
padding: 70px 0 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.contact-section {
padding: 80px 0 50px;
}
}
.contact-section .btn_2 {
background-color: #191d34;
padding: 18px 60px;
border-radius: 50px;
margin-top: 0;
}
.contact-section .btn_2:hover {
background-color: #1f2b7b;
}
/* partners */
.box {
display:block;
float: left;
width: 160px;
position: relative;
height: 160px;
border: 1px solid #000;
z-index: 0;
transition: all 0.3s ease;
opacity: 1;
margin-right: -1px;
}
.box:hover {
z-index: 10;
}
.box:before, .box:after {
content: "";
display: block;
position: absolute;
background: white;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation-iteration-count: 1;
transform-origin: 50% 50%;
opacity: 1;
}
.box:before {
width: calc(100% + 2px);
height: 100%;
z-index: 1;
transition: height 1s ease, opacity 0.8s ease;
}
.box:after {
height: calc(100% + 2px);
width: 100%;
z-index: 1;
transition: width 1s ease, opacity 0.8s ease;
}
.box:hover:before, .box:focus:before {
transition: height 0.2s ease, opacity 0.3s ease;
height: 85%;
opacity: 0.7;
}
.box:hover:after, .box:focus:after {
transition: width 0.2s ease, opacity 0.3s ease;
width: 85%;
opacity: 0.8;
}
.box__image {
fill: #000;
width: 60%;
will-change: width;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(1);
transition: all 0.5s ease;
z-index: 2;
}
.partner-item {
margin-bottom: 26px;
padding-bottom: 20px;
box-shadow: 1px 6px 14px -10px #425c6d;
}
.partner-item .pi-pic {
overflow: hidden;
position: relative;
}
.partner-item .pi-pic img {
min-width: 100%;
max-height: 200px;
object-fit: contain;
}
.partner-item .pi-text {
text-align: center;
padding-top: 26px;
}
.partner-item .pi-text a {
display: block;
}
.partner-item .pi-text a h5 {
color: #252525;
}
.partner-list{
}
.content-wrapper {
background-color: #ffffff;
padding: 120px 0;
}
/* gallery in landing */
.gallery2 {
max-height: 600px;
display: flex;
flex-wrap: wrap;
justify-content: center;
overflow: hidden;
}
.img-c {
width: 300px;
height: 300px;
position: relative;
overflow: hidden;
}
.vid-w {
width: 900px;
height: 600px;
float: left;
position: relative;
overflow: hidden;
}
.img-w {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
cursor: pointer;
transition: transform ease-in-out 300ms;
}
.img-w img {
display: none;
}
.img-c {
transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}
.img-c h2{
opacity: 0;
}
.img-c:hover h2{
text-align: center;
color: white;
background-color: rgba(0, 0, 0, 0.219);
display: flex;
padding: 40px;
align-items: center;
/* height: -webkit-fill-available; */
height: -webkit-fill-available;
justify-content: center;
font-size: 1rem;
letter-spacing: 0.4em;
font-family: 'Barlow Condensed', sans-serif;
text-transform: uppercase;
opacity: 1;
}
.img-c:hover .img-w {
transform: scale(1.08);
transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}
.img-c.active {
width: 100% !important;
height: 100% !important;
position: absolute;
z-index: 2;
}
.img-c.postactive {
position: absolute;
z-index: 2;
pointer-events: none;
}
.img-c.active.positioned {
left: 0 !important;
top: 0 !important;
transition-delay: 50ms;
}
.img-ad img{
max-height: 600px;
width: 100%;
}
.img-sm{
width: 150px;
height: 150px;
float: left;
position: relative;
overflow: hidden;
}
.img-sm img{
width: 150px;
height: 150px;
float: left;
position: relative;
overflow: hidden;
}
.league-table{
max-height: 500px; padding: 100px 50px;line-height:1;
}
@media (max-width: 600px) {
.league-table{
padding: 100px 25px;
}
}
.widget-view{
margin: 0 auto;
margin-top:40px
}
.widget-view .boxed-btn{
color: #4c4c4c !important;
background:none;
display: inline-block;
padding: 8px 25px;
font-size: 14px;
font-family: 'Bebas Neue',cursive;
font-weight: 600;
border: 0;
border: 1px solid #000000;
letter-spacing: 3px;
text-align: center;
text-transform: uppercase;
cursor: pointer;
}
.widget-view .boxed-btn:hover{ background: #d2242a;
color: #fff !important;
border: 1px solid #d2242a;}
@media only screen and (max-width: 994px) {
.img-c {
width: 150px;
height:150px
}
}
@media (max-width: 768px) {
.gallery2{
max-height: none;
}
.img-c {
width: 100%;
height:300px
}
.img-w{
width: 100%;
height:300px;
}
}
/* match-box */
.match-box{
max-width:290px;
height:400px;
padding: 60px 0;
border-radius: 0.25rem;
background-color: white;
box-shadow: 1px 6px 14px -10px #425c6d;
}
.widget-vs-3 {
width: 100%;
}
.widget-vs-3 img {
max-width: 90px;
}
.widget-vs-3 h3 {
color: rgb(0, 0, 0);
font-weight: 700;
font-size: 20px;
text-align:center;
margin-top: 10px;
}
.widget-vs-3 .vs > span {
display: inline-block;
font-size: 40px;
margin:10px;
text-align-last: center;
width: 100px;
border-radius: 4px;
background: grey;
color: rgb(255 255 255);
font-weight: 700;
}
.widget-vs-3-contents {
padding-bottom: 0px;
}
.widget-vs-3-contents h4 {
color: #0000007a;
font-size: 16px;
font-weight: 700;
}
.widget-vs-3-contents h3 {
color: #00000086;
font-size: 16px;
font-weight: 400;
}
.widget-vs-3-contents span {
color: rgb(0, 0, 0);
}
.widget-vs-2-contents p {
width: 80%;
margin: 0 auto;
}
/* new news */
/* new news section */
.band {
width: 90%;
max-width: 1240px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: auto;
grid-gap: 20px;
}
@media (min-width: 30em) {
.band {
grid-template-columns: 1fr 1fr;
}
}
@media (min-width: 60em) {
.band {
grid-template-columns: repeat(4, 1fr);
}
}
.card {
background: white;
text-decoration: none;
color: #444;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
min-height: 100%;
position: relative;
top: 0;
transition: all 0.1s ease-in;
}
.card:hover {
top: -2px;
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.card article {
padding: 20px;
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.card h1 {
font-size: 20px;
margin: 0;
color: #333;
}
.card h5{
float:right;
}
.card p {
flex: 1;
line-height: 1.4;
}
.card span {
font-size: 12px;
font-weight: bold;
color: #999;
text-transform: uppercase;
letter-spacing: 0.05em;
margin: 2em 0 0 0;
}
.card .thumb {
padding-bottom: 60%;
background-size: cover;
background-position: center center;
}
@media (min-width: 60em) {
.item-1 {
grid-column: 1/span 2;
}
.item-1 h1 {
font-size: 24px;
}
}
/* club management */
.club-people {
margin: 0 auto;
width: 75%;
display: flex;
overflow: hidden;
flex-wrap: wrap;
justify-content: center;
}
.club-people .club-item {
display: block;
margin: 10px;
float: left;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
border-radius: 5px;
background: rgb(255, 255, 255);
}
.club-people .club-item .club-content {
}
.club-people .club-item .club-content img {
height: 150px;
width: 150px;
margin-bottom: 10px;
border-radius: 5px;
object-fit: cover;
background-repeat: none;
background-size: cover;
}
.club-people .club-item .club-content h2 {
font-size: 20px;
}
.club-people .club-item .club-content h3 {
font-size:16px;
color: grey;
} | 0.407451 | 0.062674 |
.gossip-img{
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 80px;
margin: auto;
background-image: url('public/images/gossip.PNG');
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
/* wrapper classes */
.wrapper{
position: relative;
height: 650px;
overflow-y: scroll;
/* hide scrollbar in IE and firefox */
-ms-overflow-style: none; /* for IE and edge */
scrollbar-width: none; /* for firefox */
}
.wrapper::-webkit-scrollbar{
display: none; /* to hide scrollbar in chrome */
}
.wrapper-box{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width:378.4px;
height: 462.72px;
border: 1px solid #081C15;
border-radius: 100px;
border-collapse: collapse;
}
.wrapper-box-out{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 395.68px;
height: 462.72px;
border: 1px solid #1B4332;
border-radius: 100px;
border-collapse: collapse;
}
.wrapper-box-outer{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 414.88px;
height: 462.72px;
border: 1px solid green;
border-radius: 100px;
border-collapse: collapse;
}
.wrapper-box-far-out{
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
margin: auto;
width: 433.12px;
height: 462.72px;
border: 1px solid green;
border-radius: 100px;
border-collapse: collapse;
}
@media screen and (max-width: 480px){
.wrapper{
height: 550px;
}
.wrapper-box-far-out{
width: 300px;
height: 380px;
border-radius: 70px;
}
.wrapper-box-outer{
width: 290px;
height: 380px;
border-radius: 70px;
}
.wrapper-box-out{
width: 280px;
height: 380px;
border-radius: 70px;
}
.wrapper-box{
width: 270px;
height: 380px;
border-radius: 70px;
}
}
/*Navigation bar css */
.nav-bar{
position: relative;
top: 60px;
margin: auto;
width: 330px;
height: 60px;
}
.nav-element-one{
display: inline-block;
height: 50px;
width: 40px;
margin-left: 20px;
padding-top: 9px;
padding-bottom: 9px;
font-size: 30px;
text-align: center;
box-sizing: border-box;
border: 1px solid rgb(4, 233, 4);
background-color: #058c42;
color: white;
border-radius: 5px;
}
.nav-element-one i{
box-sizing: border-box;
}
.nav-element-two{
display: inline-block;
height: 50px;
width: 40px;
margin-left: 40px;
margin-right: 40px;
padding-top: 9px;
padding-bottom: 9px;
font-size: 30px;
text-align: center;
box-sizing: border-box;
/* border: 1px solid rgb(4, 233, 4);
background-color: #058c42;
color: white; */
border-radius: 5px;
}
.nav-element-three{
display: inline-block;
height: 50px;
width: 40px;
margin-left: 40px;
margin-right: auto;
padding-top: 9px;
padding-bottom: 9px;
font-size: 30px;
text-align: center;
box-sizing: border-box;
/* border: 1px solid rgb(4, 233, 4);
background-color: #058c42;
color: white; */
border-radius: 5px;
}
.nav-line-one-right{
display: inline-block;
height: 1px;
width: 40px;
transform: translate(-4px,-10px);
border-top: 1.3px solid #058c42;
}
@media screen and (max-width: 480px){
.nav-bar{
width: 240px;
margin: 0px;
}
.nav-element-one{
margin-left: 25px;
}
.nav-line-one-right{
width: 20px;
}
.nav-element-two{
margin-left: 20px;
margin-right: 20px;
}
.nav-element-three{
margin-left: 20px;
margin-right: auto;
}
}
.banner-label{
position: relative;
top: 80px;
margin-top: 5px;
text-align: center;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 18px;
}
/* 3d box */
.three-d-box{
position: relative;
top: 120px;
perspective: 400px;
width: 60px;
height: 60px;
margin: auto;
}
.cube{
width: 100%;
height: 100%;
position: relative;
transform: translateZ(-30px);
transform-style: preserve-3d;
transition: transform 0.5s;
}
.face{
position: absolute;
width: 60px;
height: 60px;
}
.face img{
width: 100%;
height: 100%;
}
.front-face{
transform:rotateY(0deg) translateZ(30px);
background-color: white;
color: white;
}
.back-face{
transform: rotateY(180deg) translateZ(30px);
background-color: white;
color: white;
}
.left-face{
transform: rotateY(-90deg) translateZ(30px);
background-color: white;
color: white;
}
.right-face{
transform: rotateY(90deg) translateZ(30px);
background-color: white;
color: white;
}
.top-face{
transform: rotateX(90deg) translateZ(30px);
background-color: white;
color: white;
}
.bottom-face{
transform: rotateX(-90deg) translateZ(30px);
background-color: white;
color: white;
}
/* Input mobile number div */
.mobile-number{
position: relative;
top: 125px;
width: auto;
}
/* Button in mobile number div */
.mobile-number button{
display: table;
font-family: 'InriaRegular';
font-size: 24px;
text-align: center;
color: green;
background-color: white;
border: 1px solid rgb(255, 253, 253);
border-radius: 25px;
}
.mobile-number button:focus{
outline: none;
border: 1px solid rgb(255, 253, 253);
color:white;
background-color: green;
}
.mobile-number button span{
display: table-cell;
width: fit-content;
vertical-align: middle;
}
/* Input box */
.input-box{
display: inline-block;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 16px;
border: 1px solid green;
}
.input-box:focus{
outline-width: 0px;
border: 1px solid rgba(124, 126, 129, 0.589);
}
.mobile-inbox{
display: block;
position: relative;
box-sizing: border-box;
border-radius: 20px;
width: 85%;
height: 40px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 15px;
}
/* To remove number scroll from input box Chrome, Safari, edge*/
.mobile-inbox::-webkit-inner-spin-button,
.mobile-inbox::-webkit-outer-spin-button{
-webkit-appearance: none;
}
/* To remove number scroll from input box */
input[type = number]{
-moz-appearance: textfield;
}
/*Arrow button */
.go-button{
position: absolute;
top: 5%;
right: 8%;
width: 36px;
height: 35px;
} | signup.css | .gossip-img{
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 80px;
margin: auto;
background-image: url('public/images/gossip.PNG');
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
/* wrapper classes */
.wrapper{
position: relative;
height: 650px;
overflow-y: scroll;
/* hide scrollbar in IE and firefox */
-ms-overflow-style: none; /* for IE and edge */
scrollbar-width: none; /* for firefox */
}
.wrapper::-webkit-scrollbar{
display: none; /* to hide scrollbar in chrome */
}
.wrapper-box{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width:378.4px;
height: 462.72px;
border: 1px solid #081C15;
border-radius: 100px;
border-collapse: collapse;
}
.wrapper-box-out{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 395.68px;
height: 462.72px;
border: 1px solid #1B4332;
border-radius: 100px;
border-collapse: collapse;
}
.wrapper-box-outer{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 414.88px;
height: 462.72px;
border: 1px solid green;
border-radius: 100px;
border-collapse: collapse;
}
.wrapper-box-far-out{
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
margin: auto;
width: 433.12px;
height: 462.72px;
border: 1px solid green;
border-radius: 100px;
border-collapse: collapse;
}
@media screen and (max-width: 480px){
.wrapper{
height: 550px;
}
.wrapper-box-far-out{
width: 300px;
height: 380px;
border-radius: 70px;
}
.wrapper-box-outer{
width: 290px;
height: 380px;
border-radius: 70px;
}
.wrapper-box-out{
width: 280px;
height: 380px;
border-radius: 70px;
}
.wrapper-box{
width: 270px;
height: 380px;
border-radius: 70px;
}
}
/*Navigation bar css */
.nav-bar{
position: relative;
top: 60px;
margin: auto;
width: 330px;
height: 60px;
}
.nav-element-one{
display: inline-block;
height: 50px;
width: 40px;
margin-left: 20px;
padding-top: 9px;
padding-bottom: 9px;
font-size: 30px;
text-align: center;
box-sizing: border-box;
border: 1px solid rgb(4, 233, 4);
background-color: #058c42;
color: white;
border-radius: 5px;
}
.nav-element-one i{
box-sizing: border-box;
}
.nav-element-two{
display: inline-block;
height: 50px;
width: 40px;
margin-left: 40px;
margin-right: 40px;
padding-top: 9px;
padding-bottom: 9px;
font-size: 30px;
text-align: center;
box-sizing: border-box;
/* border: 1px solid rgb(4, 233, 4);
background-color: #058c42;
color: white; */
border-radius: 5px;
}
.nav-element-three{
display: inline-block;
height: 50px;
width: 40px;
margin-left: 40px;
margin-right: auto;
padding-top: 9px;
padding-bottom: 9px;
font-size: 30px;
text-align: center;
box-sizing: border-box;
/* border: 1px solid rgb(4, 233, 4);
background-color: #058c42;
color: white; */
border-radius: 5px;
}
.nav-line-one-right{
display: inline-block;
height: 1px;
width: 40px;
transform: translate(-4px,-10px);
border-top: 1.3px solid #058c42;
}
@media screen and (max-width: 480px){
.nav-bar{
width: 240px;
margin: 0px;
}
.nav-element-one{
margin-left: 25px;
}
.nav-line-one-right{
width: 20px;
}
.nav-element-two{
margin-left: 20px;
margin-right: 20px;
}
.nav-element-three{
margin-left: 20px;
margin-right: auto;
}
}
.banner-label{
position: relative;
top: 80px;
margin-top: 5px;
text-align: center;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 18px;
}
/* 3d box */
.three-d-box{
position: relative;
top: 120px;
perspective: 400px;
width: 60px;
height: 60px;
margin: auto;
}
.cube{
width: 100%;
height: 100%;
position: relative;
transform: translateZ(-30px);
transform-style: preserve-3d;
transition: transform 0.5s;
}
.face{
position: absolute;
width: 60px;
height: 60px;
}
.face img{
width: 100%;
height: 100%;
}
.front-face{
transform:rotateY(0deg) translateZ(30px);
background-color: white;
color: white;
}
.back-face{
transform: rotateY(180deg) translateZ(30px);
background-color: white;
color: white;
}
.left-face{
transform: rotateY(-90deg) translateZ(30px);
background-color: white;
color: white;
}
.right-face{
transform: rotateY(90deg) translateZ(30px);
background-color: white;
color: white;
}
.top-face{
transform: rotateX(90deg) translateZ(30px);
background-color: white;
color: white;
}
.bottom-face{
transform: rotateX(-90deg) translateZ(30px);
background-color: white;
color: white;
}
/* Input mobile number div */
.mobile-number{
position: relative;
top: 125px;
width: auto;
}
/* Button in mobile number div */
.mobile-number button{
display: table;
font-family: 'InriaRegular';
font-size: 24px;
text-align: center;
color: green;
background-color: white;
border: 1px solid rgb(255, 253, 253);
border-radius: 25px;
}
.mobile-number button:focus{
outline: none;
border: 1px solid rgb(255, 253, 253);
color:white;
background-color: green;
}
.mobile-number button span{
display: table-cell;
width: fit-content;
vertical-align: middle;
}
/* Input box */
.input-box{
display: inline-block;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 16px;
border: 1px solid green;
}
.input-box:focus{
outline-width: 0px;
border: 1px solid rgba(124, 126, 129, 0.589);
}
.mobile-inbox{
display: block;
position: relative;
box-sizing: border-box;
border-radius: 20px;
width: 85%;
height: 40px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 15px;
}
/* To remove number scroll from input box Chrome, Safari, edge*/
.mobile-inbox::-webkit-inner-spin-button,
.mobile-inbox::-webkit-outer-spin-button{
-webkit-appearance: none;
}
/* To remove number scroll from input box */
input[type = number]{
-moz-appearance: textfield;
}
/*Arrow button */
.go-button{
position: absolute;
top: 5%;
right: 8%;
width: 36px;
height: 35px;
} | 0.293101 | 0.058534 |
*{
padding: 0;
margin:0;
font-family: 'Open Sans', sans-serif;
}
.upper{
height:100vh;
width:100vw;
background-image: url(img4.jpeg);
background-repeat: no-repeat;
background-size: cover;
}
nav{
position: fixed;
top:0;
left:0;
display: flex;
align-items: right;
justify-content: space-between;
padding-top:15px;
}
nav h2{
color: white;
margin-top: 15px;
padding-left: 15px;
padding-bottom: 5px;
margin-left: 10px;
margin-bottom: 50px;
cursor: pointer;
font-size: 40px;
transition: 200ms all ease-in;
box-shadow:inset 10px 0 10px orangered;
}
nav ul li{
list-style-type: none;
display: inline-block;
padding:15px;
margin-left:90px;
padding-left: 90px;
}
nav ul li a{
color: white;
text-decoration: none;
font-size: 20px;
font-weight: bold;
}
nav ul li a:hover{
color: white;
border-radius: 50%;
box-shadow:inset 10px 0 10px orangered;
}
.text{
position:absolute;
top:50%;
right:8%;
}
h1{
font-family:'Courier New', Courier, monospace;
color:white;
font-size: 50px;
padding:15px;
}
h3{
font-family:'Courier New', Courier, monospace;
color:whitesmoke;
font-size:25px;
padding-bottom:15px;
padding-left:20px;
}
h4{
font-family:'Courier New', Courier, monospace;
color:whitesmoke;
font-size:30px;
padding-bottom:35px;
padding-left:20px;
}
.middle{
width:100%;
padding:15px;
background-color: #191919
}
.middle img{
height:auto;
width: 430px;}
.about{
width:550px;
}
.content{
width: 1130px;
max-width:95%;
margin:0 auto;
display:flex;
align-items:center;
justify-content: space-around;
}
h6{
color: white;
font-size: 60px;
margin-bottom: 20px;
margin-top: 30px;
box-shadow: 4px 1px 3px rgb(12, 141, 201);
}
h7{
color: white;
font-size: 30px;
margin-bottom: 20px;
}
.middle p{
color: rgb(12, 141, 201);
line-height: 30px;
font-family: initial;
}
button{
background-color: orangered;
color: white;
padding: 10px;
margin-top:10px;
font-weight: 30px;
border-radius: 7px;
border:0px;
transition: 60ms all ease-in;
}
button:hover{
background-color: paleturquoise;
cursor: pointer;
}
.projects{
background-color: black;
color: whitesmoke;
width:100%;
padding:100px 0px;
}
.title h2{
color:white;
font-size: 75px;
width:1130px;
margin:30px auto;
text-align: center;
}
.box{
justify-content: center;
align-items: center;
min-height: 400px;
}
.card{
height: 365px;
width: 335px;
padding: 50px;
background-color: #191919;
border-radius: 20px;
margin-left:33%;
position: relative;
overflow:hidden;
}
.card img{
height: 35px;
padding-left: 45%;
}
.card h5{
text-align: center;
color: orangered;
font-size: 23px;
}
.card p{
text-align: center;
}
.gallery h2{
color:white;
font-size: 75px;
width:1130px;
margin:30px auto;
text-align: center;color:white;
font-size: 75px;
width:1130px;
margin:30px auto;
text-align: center;
}
.boxes{
display: flex;
justify-content: center;
align-items: center;
min-height: 400px;
}
.cards{
height: 365px;
width: 335px;
padding: 20px 35px;
background-color: #191919;
border-radius: 20px;
margin:15px;
position: relative;
overflow:hidden;
text-align: center;
}
.cards img{
display: block;
text-align: center;
height: 50%;
padding:10px auto;
padding-left: 0px;
margin: 0;
width: 100%;
border: 2px solid rgb(12, 141, 201);;
/* padding-left: 45%;
padding-right: 45%; */
}
.cards h5{
text-align: center;
color: orangered;
font-size: 23px;
}
.cards p{
text-align: center;
color: rgb(12, 141, 201);
font-size: px;
}
.but{
background-color: orangered;
color: white;
padding: 10px;
margin-top:10px;
font-weight: 30px;
border-radius: 7px;
border:0px;
transition: 60ms all ease-in;
}
.but:hover{
background-color: paleturquoise;
cursor: pointer;
}
.par p{
color:paleturquoise;
font-size: 15px;
line-height: 27px;
margin-bottom: 25px;
}
.but{
background-color: orangered;
color: white;
padding: 10px;
text-decoration:none ;
margin-top:10px;
font-weight: 30px;
border-radius: 7px;
border:0px;
transition: 60ms all ease-in;
}
.but:hover{
background-color: rgb(144, 168, 168);
cursor: pointer;
}
.contact{
width:100%;
height:290px;
background-color:#191919; ;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.form{
width:380px;
max-width: 100%;
position: relative;
}
.sec{
color: white;
font-size: 30px;
font-weight: bold;
margin-bottom: 25px;
}
footer{
position:relative;
width: 100%;
height: 400px;
background-color:white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
} | style.css | *{
padding: 0;
margin:0;
font-family: 'Open Sans', sans-serif;
}
.upper{
height:100vh;
width:100vw;
background-image: url(img4.jpeg);
background-repeat: no-repeat;
background-size: cover;
}
nav{
position: fixed;
top:0;
left:0;
display: flex;
align-items: right;
justify-content: space-between;
padding-top:15px;
}
nav h2{
color: white;
margin-top: 15px;
padding-left: 15px;
padding-bottom: 5px;
margin-left: 10px;
margin-bottom: 50px;
cursor: pointer;
font-size: 40px;
transition: 200ms all ease-in;
box-shadow:inset 10px 0 10px orangered;
}
nav ul li{
list-style-type: none;
display: inline-block;
padding:15px;
margin-left:90px;
padding-left: 90px;
}
nav ul li a{
color: white;
text-decoration: none;
font-size: 20px;
font-weight: bold;
}
nav ul li a:hover{
color: white;
border-radius: 50%;
box-shadow:inset 10px 0 10px orangered;
}
.text{
position:absolute;
top:50%;
right:8%;
}
h1{
font-family:'Courier New', Courier, monospace;
color:white;
font-size: 50px;
padding:15px;
}
h3{
font-family:'Courier New', Courier, monospace;
color:whitesmoke;
font-size:25px;
padding-bottom:15px;
padding-left:20px;
}
h4{
font-family:'Courier New', Courier, monospace;
color:whitesmoke;
font-size:30px;
padding-bottom:35px;
padding-left:20px;
}
.middle{
width:100%;
padding:15px;
background-color: #191919
}
.middle img{
height:auto;
width: 430px;}
.about{
width:550px;
}
.content{
width: 1130px;
max-width:95%;
margin:0 auto;
display:flex;
align-items:center;
justify-content: space-around;
}
h6{
color: white;
font-size: 60px;
margin-bottom: 20px;
margin-top: 30px;
box-shadow: 4px 1px 3px rgb(12, 141, 201);
}
h7{
color: white;
font-size: 30px;
margin-bottom: 20px;
}
.middle p{
color: rgb(12, 141, 201);
line-height: 30px;
font-family: initial;
}
button{
background-color: orangered;
color: white;
padding: 10px;
margin-top:10px;
font-weight: 30px;
border-radius: 7px;
border:0px;
transition: 60ms all ease-in;
}
button:hover{
background-color: paleturquoise;
cursor: pointer;
}
.projects{
background-color: black;
color: whitesmoke;
width:100%;
padding:100px 0px;
}
.title h2{
color:white;
font-size: 75px;
width:1130px;
margin:30px auto;
text-align: center;
}
.box{
justify-content: center;
align-items: center;
min-height: 400px;
}
.card{
height: 365px;
width: 335px;
padding: 50px;
background-color: #191919;
border-radius: 20px;
margin-left:33%;
position: relative;
overflow:hidden;
}
.card img{
height: 35px;
padding-left: 45%;
}
.card h5{
text-align: center;
color: orangered;
font-size: 23px;
}
.card p{
text-align: center;
}
.gallery h2{
color:white;
font-size: 75px;
width:1130px;
margin:30px auto;
text-align: center;color:white;
font-size: 75px;
width:1130px;
margin:30px auto;
text-align: center;
}
.boxes{
display: flex;
justify-content: center;
align-items: center;
min-height: 400px;
}
.cards{
height: 365px;
width: 335px;
padding: 20px 35px;
background-color: #191919;
border-radius: 20px;
margin:15px;
position: relative;
overflow:hidden;
text-align: center;
}
.cards img{
display: block;
text-align: center;
height: 50%;
padding:10px auto;
padding-left: 0px;
margin: 0;
width: 100%;
border: 2px solid rgb(12, 141, 201);;
/* padding-left: 45%;
padding-right: 45%; */
}
.cards h5{
text-align: center;
color: orangered;
font-size: 23px;
}
.cards p{
text-align: center;
color: rgb(12, 141, 201);
font-size: px;
}
.but{
background-color: orangered;
color: white;
padding: 10px;
margin-top:10px;
font-weight: 30px;
border-radius: 7px;
border:0px;
transition: 60ms all ease-in;
}
.but:hover{
background-color: paleturquoise;
cursor: pointer;
}
.par p{
color:paleturquoise;
font-size: 15px;
line-height: 27px;
margin-bottom: 25px;
}
.but{
background-color: orangered;
color: white;
padding: 10px;
text-decoration:none ;
margin-top:10px;
font-weight: 30px;
border-radius: 7px;
border:0px;
transition: 60ms all ease-in;
}
.but:hover{
background-color: rgb(144, 168, 168);
cursor: pointer;
}
.contact{
width:100%;
height:290px;
background-color:#191919; ;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.form{
width:380px;
max-width: 100%;
position: relative;
}
.sec{
color: white;
font-size: 30px;
font-weight: bold;
margin-bottom: 25px;
}
footer{
position:relative;
width: 100%;
height: 400px;
background-color:white;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
} | 0.453504 | 0.063279 |
.seat_arrangement {
display: block;
font: normal 13px 'Open Sans', Tahoma;
color: #999;
padding: 20px;
border-top: #ccc solid thin;
overflow: hidden;
background: #fff;
}
.picked_seat {
font-weight: bold;
}
.seat {
float: left;
width: 16px;
height: 19px;
cursor: pointer;
margin-left: 6px;
background-image:url('../images/seat.gif');
background-repeat:no-repeat;
}
.pull-right {
margin-right: 6px;
}
.booked_seat {
float: left;
width: 16px;
height: 18px;
background-image:url('../images/booked_seat.gif');
margin-left: 7px;
background-repeat:no-repeat;
cursor:default;
}
.seat:hover{background-image:url('../images/highlighted_seat.gif')}
.seat_wrap {
float: right;
padding: 5px;
background-color:#fff;
border:#ccc solid thin;
border-radius:2px;
margin: auto;
margin-top: 20px;
width: 106px;
overflow: hidden;
}
.seat-tips > ul {
list-style-type:none;
margin:0px;
padding:0px;
line-height:21px
}
.seat-tips > ul > li {
line-height:29px
}
.available_seat, .selected_seat, .booked-seat, .steering-wheel {
background-repeat:no-repeat;
background-position:0px 3px;
padding-left:25px;
}
.selected_seat {background-image:url(../images/selected_seat.gif);}
.available_seat {background-image:url(../images/seat.gif);}
.booked-seat {background-image:url(../images/booked_seat.gif);}
.steering-wheel { background-image:url(../images/steering.gif); }
.seat-row {
clear: both;
width: 110px;
height: 30px;
margin: auto;
}
.front-row {
float: right;
width: 27px;
margin-bottom: 11px;
/*margin-right: 11px;*/
}
.front-row .seat, .front-row .bookedseat {
float: right;
margin-right: 6px;
margin-left: 0;
}
.seat-row .th-hide {
float:left;
visibility: hidden;
width: 20px;
height: 17px;
margin-left: 2px;
}
.steering {
height: 20px;
background-image:url(../images/steering.gif);
/*width: 20px;*/
background-repeat:no-repeat;
background-position:bottom;
background-position: 4px 1px;
margin-bottom: 10px;
}
.continue-btn {
position: relative;
}
.seat-details {
margin-top: -11%;
}
/* mini-bus style 10, 14, 15 seats */
.mini-bus {
}
.mini-bus .seat-tips, .nissian-urvan .seat-tips, .sienna .seat-tips {
margin-top: 30px;
margin-left: 100px;
}
.mini-bus .seat-details, .sienna .seat-details, .nissian-urvan .seat-details {
position: relative;
top: 22px;
left: 105px;
}
.nissian-urvan .seat-row {
width: 80px!important;
}
/* Sienna bus 5 & 6 seats */
.sienna {
margin: auto;
}
.sienna .front-row {
margin-top: -5px;
width: 28px;
}
.sienna .seat-row {
margin-right: 0px;
}
.sienna .steering {
margin-top: 30px;
}
.sienna .push-seat {
margin-left: 35px !important;
}
.sienna .seat_wrap {
margin-top: 27px;
margin-left: 90px;
height: 170px;
padding: 2px 13px !important;
}
.sienna .seat-details {
margin-top: 30px;
}
.sienna .continue-btn {
margin-top: 1px;
}
.luxury .seat {
margin-left: 8px;
}
.luxury .seat_wrap {
padding: 0;
padding-top: 6px;
width: 125px;
}
.luxury .cols {
padding-bottom: 4px;
overflow: hidden;
}
.luxury .steering {
background-position: 10px 0;
}
.luxury .seat-tips {
position: relative;
left: 140px;
margin-top: 110px;
}
.luxury .seat-details {
position: relative;
top: 70px;
left: 145px;
}
.luxury .continue-btn {
top: 120px;
}
#right_seats, #left_seats {
float: left;
position:relative;
padding:5px;
overflow:auto;
}
/* mobile devices */
@media screen and (min-width: 300px) and (max-width: 600px) {
.seat_arrangement {
color: #666;
}
.seat-tips {
margin-top: -4px;
}
.seat-tips ul {
list-style-type: none;
position: relative;
margin-left: -50px;
margin-top: 50px;
}
.seat-tips ul li {
margin-left: 15px;
line-height: 29px;
}
.seat_wrap {
margin-top: 20px;
float: right;
}
.seat_arrangement .glyphicon-remove {
display: none;
}
/*sienna*/
.sienna .continue-btn {
margin-top: -5px;
}
/*.sienna .seat_wrap {
margin-top: 23px;
}*/
.mini-bus .seat-details, .sienna .seat-details, .nissian-urvan .seat-details {
position: relative;
top: 77px;
left: -181px;
float: left;
}
.sienna .seat-details {
top: 25px;
}
.mini-bus .continue-btn {
margin-top: 46px;
}
.mini-bus .seat-tips, .nissian-urvan .seat-tips, .sienna .seat-tips {
margin-top: 10px;
margin-left: 40px;
}
.luxury .continue-btn {
top: 165px;
}
.luxury .seat-tips {
margin-top: 70px;
margin-left: -90px;
}
.luxury .seat-details {
float: left;
top: 50px;
left: 20px;
}
} | css/seats.css | .seat_arrangement {
display: block;
font: normal 13px 'Open Sans', Tahoma;
color: #999;
padding: 20px;
border-top: #ccc solid thin;
overflow: hidden;
background: #fff;
}
.picked_seat {
font-weight: bold;
}
.seat {
float: left;
width: 16px;
height: 19px;
cursor: pointer;
margin-left: 6px;
background-image:url('../images/seat.gif');
background-repeat:no-repeat;
}
.pull-right {
margin-right: 6px;
}
.booked_seat {
float: left;
width: 16px;
height: 18px;
background-image:url('../images/booked_seat.gif');
margin-left: 7px;
background-repeat:no-repeat;
cursor:default;
}
.seat:hover{background-image:url('../images/highlighted_seat.gif')}
.seat_wrap {
float: right;
padding: 5px;
background-color:#fff;
border:#ccc solid thin;
border-radius:2px;
margin: auto;
margin-top: 20px;
width: 106px;
overflow: hidden;
}
.seat-tips > ul {
list-style-type:none;
margin:0px;
padding:0px;
line-height:21px
}
.seat-tips > ul > li {
line-height:29px
}
.available_seat, .selected_seat, .booked-seat, .steering-wheel {
background-repeat:no-repeat;
background-position:0px 3px;
padding-left:25px;
}
.selected_seat {background-image:url(../images/selected_seat.gif);}
.available_seat {background-image:url(../images/seat.gif);}
.booked-seat {background-image:url(../images/booked_seat.gif);}
.steering-wheel { background-image:url(../images/steering.gif); }
.seat-row {
clear: both;
width: 110px;
height: 30px;
margin: auto;
}
.front-row {
float: right;
width: 27px;
margin-bottom: 11px;
/*margin-right: 11px;*/
}
.front-row .seat, .front-row .bookedseat {
float: right;
margin-right: 6px;
margin-left: 0;
}
.seat-row .th-hide {
float:left;
visibility: hidden;
width: 20px;
height: 17px;
margin-left: 2px;
}
.steering {
height: 20px;
background-image:url(../images/steering.gif);
/*width: 20px;*/
background-repeat:no-repeat;
background-position:bottom;
background-position: 4px 1px;
margin-bottom: 10px;
}
.continue-btn {
position: relative;
}
.seat-details {
margin-top: -11%;
}
/* mini-bus style 10, 14, 15 seats */
.mini-bus {
}
.mini-bus .seat-tips, .nissian-urvan .seat-tips, .sienna .seat-tips {
margin-top: 30px;
margin-left: 100px;
}
.mini-bus .seat-details, .sienna .seat-details, .nissian-urvan .seat-details {
position: relative;
top: 22px;
left: 105px;
}
.nissian-urvan .seat-row {
width: 80px!important;
}
/* Sienna bus 5 & 6 seats */
.sienna {
margin: auto;
}
.sienna .front-row {
margin-top: -5px;
width: 28px;
}
.sienna .seat-row {
margin-right: 0px;
}
.sienna .steering {
margin-top: 30px;
}
.sienna .push-seat {
margin-left: 35px !important;
}
.sienna .seat_wrap {
margin-top: 27px;
margin-left: 90px;
height: 170px;
padding: 2px 13px !important;
}
.sienna .seat-details {
margin-top: 30px;
}
.sienna .continue-btn {
margin-top: 1px;
}
.luxury .seat {
margin-left: 8px;
}
.luxury .seat_wrap {
padding: 0;
padding-top: 6px;
width: 125px;
}
.luxury .cols {
padding-bottom: 4px;
overflow: hidden;
}
.luxury .steering {
background-position: 10px 0;
}
.luxury .seat-tips {
position: relative;
left: 140px;
margin-top: 110px;
}
.luxury .seat-details {
position: relative;
top: 70px;
left: 145px;
}
.luxury .continue-btn {
top: 120px;
}
#right_seats, #left_seats {
float: left;
position:relative;
padding:5px;
overflow:auto;
}
/* mobile devices */
@media screen and (min-width: 300px) and (max-width: 600px) {
.seat_arrangement {
color: #666;
}
.seat-tips {
margin-top: -4px;
}
.seat-tips ul {
list-style-type: none;
position: relative;
margin-left: -50px;
margin-top: 50px;
}
.seat-tips ul li {
margin-left: 15px;
line-height: 29px;
}
.seat_wrap {
margin-top: 20px;
float: right;
}
.seat_arrangement .glyphicon-remove {
display: none;
}
/*sienna*/
.sienna .continue-btn {
margin-top: -5px;
}
/*.sienna .seat_wrap {
margin-top: 23px;
}*/
.mini-bus .seat-details, .sienna .seat-details, .nissian-urvan .seat-details {
position: relative;
top: 77px;
left: -181px;
float: left;
}
.sienna .seat-details {
top: 25px;
}
.mini-bus .continue-btn {
margin-top: 46px;
}
.mini-bus .seat-tips, .nissian-urvan .seat-tips, .sienna .seat-tips {
margin-top: 10px;
margin-left: 40px;
}
.luxury .continue-btn {
top: 165px;
}
.luxury .seat-tips {
margin-top: 70px;
margin-left: -90px;
}
.luxury .seat-details {
float: left;
top: 50px;
left: 20px;
}
} | 0.382026 | 0.088112 |
html {
overflow-y: scroll;
}
body {
color: black;
font-family: Arial, Helvetica, sans-serif;
}
/**
* Layout of the main page elements
*/
#wrapper {
margin: 0 auto;
padding: 12px;
width: 960px;
}
#main{
margin-top: 20px;
}
/**
* Layout for header
*/
#header {
position: relative;
width: 960px;
border: 1px solid #222;
background-color: #111;
background-image: linear-gradient(#444, #111);
box-shadow: 0 1px 1px #777;
}
.start-image {
width: 980px;
height: 200px;
}
.start-image img{
object-fit: none; /* Do not scale the image */
object-position: center; /* Center the image within the element */
height: 100%;
width: 100%;
-webkit-filter: grayscale(100%);
opacity: 0.5;
}
.sitetitle {
position: absolute;
top: 6px;
left: 130px;
font-size: 48px;
color: whitesmoke;
}
.siteslogan {
position: absolute;
top: 65px;
left: 130px;
font-style: italic;
color: whitesmoke;
}
/**
* Layout for main
*/
#main {
min-height: 20em;
}
/**
* Layout for footer
*/
#footer {
margin-top: 40px;
border-top: 1px solid #ccc;
padding-top: 15px;
clear: both;
}
.sitefooter {
color: #666;
}
.sitelogo{
height: 80px;
}
/* import mos standard gray navbar */
/* @import url(http://dbwebb.se/style/?id=86&css); */
.selected {
color: white;
background-color: #0186ba;
background-image: linear-gradient(#04acec, #0186ba);
}
label {
display:block;
margin-top:20px;
letter-spacing:2px;
}
input, textarea {
width:439px;
height:27px;
background:#efefef;
border:1px solid #dedede;
padding:10px;
margin-top:3px;
font-size:0.9em;
color:#3a3a3a;
}
textarea {
height:213px;
}
input:focus, textarea:focus {
border:1px solid #97d6eb;
}
#submit {
display: block;
width:127px;
height:38px;
border:none;
margin-top:20px;
cursor:pointer;
}
#submit:hover {
color:#FFFFFF;
opacity:.9;
background:#2cb300;
}
.medlems-text {
float: right;
width: 400px;
}
/*------------------------------------*\
NAV
\*------------------------------------*/
#menu {
width: 960px;
margin: 60px auto;
border: 1px solid #222;
background-color: #111;
background-image: linear-gradient(#444, #111);
box-shadow: 0 1px 1px #777;
}
#menu, #menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu:before,
#menu:after {
content: "";
display: table;
}
#menu:after {
clear: both;
}
#menu {
zoom:1;
}
#menu li {
float: left;
border-right: 1px solid #222;
box-shadow: 1px 0 0 #444;
position: relative;
}
#menu a {
float: left;
padding: 12px 30px;
color: white;
text-transform: uppercase;
font: bold 12px Arial, Helvetica;
text-decoration: none;
text-shadow: 0 1px 0 #000;
}
#menu li:hover > a {
color: #fafafa;
background-color: #0186ba;
background-image: linear-gradient(#04acec, #0186ba);
}
*html #menu li a:hover { /* IE6 only */
color: #fafafa;
}
#menu ul {
margin: 20px 0 0 0;
_margin: 0; /*IE6 only*/
opacity: 0;
visibility: hidden;
position: absolute;
top: 38px;
left: 0;
z-index: 1;
background: #444;
background: linear-gradient(#444, #111);
box-shadow: 0 -1px 0 rgba(255,255,255,.3);
transition: all .2s ease-in-out;
}
#menu li:hover > ul {
opacity: 1;
visibility: visible;
margin: 0;
}
#menu ul ul {
top: 0;
left: 170px;
margin: 0 0 0 20px;
_margin: 0; /*IE6 only*/
box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
#menu ul li {
float: none;
display: block;
border: 0;
_line-height: 0; /*IE6 only*/
box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}
#menu ul li:last-child {
box-shadow: none;
}
#menu ul a {
padding: 10px;
width: 150px;
_height: 10px; /*IE6 only*/
display: block;
white-space: nowrap;
float: none;
text-transform: none;
}
#menu ul a:hover {
background-color: #0186ba;
background-image: linear-gradient(#04acec, #0186ba);
}
#menu ul li:first-child > a {
}
#menu ul li:first-child > a:after {
content: '';
position: absolute;
left: 40px;
top: -6px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #444;
}
#menu ul ul li:first-child a:after {
left: -6px;
top: 50%;
margin-top: -6px;
border-left: 0;
border-bottom: 6px solid transparent;
border-top: 6px solid transparent;
border-right: 6px solid #3b3b3b;
}
#menu ul li:first-child a:hover:after {
border-bottom-color: #04acec;
}
#menu ul ul li:first-child a:hover:after {
border-right-color: #0299d3;
border-bottom-color: transparent;
}
#menu ul li:last-child > a {
border-radius: 0 0 3px 3px;
}
.form input{
margin-right: 62px;
width:400px;
height:27px;
background:#efefef;
border:1px solid #dedede;
padding:10px;
margin-top:3px;
font-size:0.9em;
color:#3a3a3a;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
.form textarea {
height:200px;
width: 400px;
}
input:focus, textarea:focus {
border:1px solid #97d6eb;
}
.message input {
width:300px;
height:27px;
background:#efefef;
border:1px solid #dedede;
padding:10px;
margin-top:3px;
font-size:0.9em;
color:#3a3a3a;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
.add a{
padding: .8em 1.5em;
text-decoration: none;
color: #555;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
letter-spacing: 1px;
text-transform: uppercase;
border-width: 1px;
border-style: solid;
border-color: #fff #ccc #999 #eee;
background: #c1c1c1;
background: linear-gradient(#f5f5f5, #c1c1c1);
}
.add a:hover{
outline: 0;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,.2);
background: #fac754;
background: linear-gradient(#fac754, #f8ac00);
}
.add input{
height: 46px;
width: 130px;
padding: .8em 1.5em;
text-decoration: none;
color: #555;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
letter-spacing: 1px;
text-transform: uppercase;
border-width: 1px;
border-style: solid;
border-color: #fff #ccc #999 #eee;
background: #c1c1c1;
background: linear-gradient(#f5f5f5, #c1c1c1);
}
.add input:hover{
outline: 0;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,.2);
background-color: #111;
background-image: linear-gradient(#444, #111);
}
ol.simple-list {
list-style-type: none;
list-style-type: decimal !ie; /*IE 7- hack*/
counter-reset: li-counter;
}
ol.simple-list > li{
position: relative;
margin-bottom: 20px;
padding-left: 0.5em;
min-height: 2em;
border-left: 2px solid #CCCCCC;
}
ol.simple-list > li:before {
position: absolute;
top: 0;
left: -1em;
width: 0.8em;
font-size: 3em;
line-height: 1;
font-weight: bold;
text-align: right;
color: #464646;
content: counter(li-counter);
counter-increment: li-counter;
}
h2 {
color: #464646;
}
.aside{
float: right;
}
/*--------------CALENDER---------------*/
table {
border-collapse: collapse;
border-spacing: 0;
}
.cal {
position: relative;
padding: 4px;
font-weight: bold;
background: #bebfc0;
background: rgba(0, 0, 0, 0.1);
border-radius: 5px;
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
}
.cal a {
text-decoration: none;
}
.cal tr:first-child td {
border-top: 0;
}
.cal td:first-child {
border-left: 0;
}
.cal tr:first-child a {
border-top: 0;
margin-top: 0;
}
.cal tr:last-child a {
border-bottom: 0;
margin-bottom: 0;
}
.cal td:first-child a {
border-left: 0;
margin-left: 0;
}
.cal td:last-child a {
border-right: 0;
margin-right: 0;
}
.cal tr:last-child td:first-child a {
border-radius: 0 0 0 3px;
}
.cal tr:last-child td:last-child a {
border-radius: 0 0 3px 0;
}
.cal-table {
position: relative;
margin: 0 0 1px;
border-collapse: separate;
border-left: 1px solid #979797;
border-right: 1px solid #979797;
border-bottom: 1px solid #bbb;
border-radius: 0 0 3px 3px;
-webkit-box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
}
.cal-caption {
width: 100%;
padding-bottom: 1px;
line-height: 32px;
color: white;
text-align: center;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
border-radius: 3px 3px 0 0;
background-color: #111;
background-image: linear-gradient(#444, #111);
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
}
.cal-caption a {
line-height: 30px;
padding: 0 10px;
font-size: 20px;
font-weight: normal;
color: white;
}
.cal-caption .prev {
float: left;
}
.cal-caption .next {
float: right;
}
.cal-body td {
width: 30px;
font-size: 11px;
border-top: 1px solid #eaeaea;
border-left: 1px solid #eaeaea;
}
.cal-body a {
display: block;
position: relative;
line-height: 28px;
color: #555;
text-align: center;
background: white;
}
.cal-body a:hover {
background: #b3b3b3;
}
.cal-off a {
color: #ccc;
font-weight: normal;
}
.cal-today a {
color: black;
background: #f5f5f5;
background-image: -webkit-linear-gradient(top, whitesmoke, white 70%);
background-image: -moz-linear-gradient(top, whitesmoke, white 70%);
background-image: -o-linear-gradient(top, whitesmoke, white 70%);
background-image: linear-gradient(to bottom, whitesmoke, white 70%);
}
.cal-selected a, .cal-body a:active {
margin: -1px;
color: #b2494d;
background: #fff5f6;
border: 1px solid #e7d4d4;
}
.cal-check a {
color: #f79901;
overflow: hidden;
}
.cal-check a:before {
content: '';
position: absolute;
top: -6px;
right: -6px;
width: 12px;
height: 12px;
background: #ffb83b;
background-image: -webkit-linear-gradient(top, #ffb83b, #ff6c00);
background-image: -moz-linear-gradient(top, #ffb83b, #ff6c00);
background-image: -o-linear-gradient(top, #ffb83b, #ff6c00);
background-image: linear-gradient(to bottom, #ffb83b, #ff6c00);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.lt-ie8 .cal-table {
*border-collapse: collapse;
}
.lt-ie8 .cal-body a {
zoom: 1;
}
/*--------------END CALENDER---------------*/
#login{
float: right;
}
.nyheter{
float: left;
width: 700px;
}
.user-name{
position: relative;
left: 930px;
top: -37px;
color: white;
}
.user-logo{
position: relative;
left: 930px;
top: -37px;
color: #ccc;
}
.user-logo img{
height:35px;
}
.blogg{
float: left;
width: 466px;
margin-left: 10px;
}
.blogg-start{
width: 240px;
}
.blogg-start a{
text-decoration: none;
color: black;
}
.blogg-form {
float: right;
}
.box {
border: 1px solid #ccc;
border-left: 5px solid #3f3f3f;
/* padding-bottom: 30px; */
overflow: hidden;
padding-left: 10px;
min-height: 100px;
margin-bottom: 5px;
}
.box a{
padding: .8em 1.5em;
text-decoration: none;
color: #555;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
letter-spacing: 1px;
text-transform: uppercase;
border-width: 1px;
border-style: solid;
border-color: #fff #ccc #999 #eee;
background: #c1c1c1;
background: linear-gradient(#f5f5f5, #c1c1c1);
}
.box a:hover{
outline: 0;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,.2);
background-color: #111;
background-image: linear-gradient(#444, #111);
}
.blogg-box{
float: left;
width: 450px;
border: 1px solid #ccc;
border-left: 5px solid #3f3f3f;
/* padding-bottom: 30px; */
overflow: hidden;
padding-left: 10px;
min-height: 100px;
margin-bottom: 5px;
}
.rubrik {
/* position: relative; */
height: 20px;
color: white;
border: 1px solid #222;
background-color: #3f3f3f;
/* border-radius: 6px 6px 1px 1px; */
margin-bottom: 5px;
}
.undertext{
font-size: 17px;
position: relative;
top: -16px;
left: 15px;
}
.blogg-box a{
padding: .8em 1.5em;
text-decoration: none;
color: #555;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
letter-spacing: 1px;
text-transform: uppercase;
border-width: 1px;
border-style: solid;
border-color: #fff #ccc #999 #eee;
background: #c1c1c1;
background: linear-gradient(#f5f5f5, #c1c1c1);
}
.blogg-box a:hover{
outline: 0;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,.2);
background-color: #111;
background-image: linear-gradient(#444, #111);
}
.blogg a{
text-decoration: none;
color: black;
}
.pub{
color: #0299d3;
font-size: 11px;
}
.blogg-box_first{
float: left;
width: 334px;
border: 1px solid #ccc;
border-left: 5px solid #3f3f3f;
/* padding-bottom: 30px; */
overflow: hidden;
padding-left: 10px;
min-height: 100px;
margin-bottom: 5px;
}
.link a{
float: right;
padding: .8em 1.5em;
text-decoration: none;
color: #555;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
letter-spacing: 1px;
text-transform: uppercase;
border-width: 1px;
border-style: solid;
border-color: #fff #ccc #999 #eee;
background: #c1c1c1;
background: linear-gradient(#f5f5f5, #c1c1c1);
}
.link a:hover{
outline: 0;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,.2);
background-color: #111;
background-image: linear-gradient(#444, #111);
}
/* ------------TABLE--------------*/
.CSSTableGenerator {
margin: 9px;
float: right;
padding: 0px;
width: 400px;
/* box-shadow: 10px 10px 5px #888888; */
border: 1px solid #000000;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
}.CSSTableGenerator table{
width:100%;
height:100%;
margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
-moz-border-radius-bottomright:0px;
-webkit-border-bottom-right-radius:0px;
border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
-moz-border-radius-topleft:0px;
-webkit-border-top-left-radius:0px;
border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
-moz-border-radius-topright:0px;
-webkit-border-top-right-radius:0px;
border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
-moz-border-radius-bottomleft:0px;
-webkit-border-bottom-left-radius:0px;
border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
}.CSSTableGenerator tr:nth-child(odd){ background-color:#e5e5e5; }
.CSSTableGenerator tr:nth-child(even) { background-color:#ffffff; }
.CSSTableGenerator td{
vertical-align:middle;
border:1px solid #000000;
border-width:0px 1px 1px 0px;
text-align:left;
padding:7px;
font-size:10px;
font-family:arial;
font-weight:normal;
color:#000000;
}.CSSTableGenerator tr:last-child td{
border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) ); background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2"); background: -o-linear-gradient(top,#cccccc,b2b2b2);
background-color:#cccccc;
border:0px solid #000000;
text-align:center;
border-width:0px 0px 1px 1px;
font-size:14px;
font-family:arial;
font-weight:bold;
color:#000000;
}
.CSSTableGenerator tr:first-child:hover td{
background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) ); background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2"); background: -o-linear-gradient(top,#cccccc,b2b2b2);
background-color:#cccccc;
}
.CSSTableGenerator tr:first-child td:first-child{
border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
border-width:0px 0px 1px 1px;
}
/*---------------TABLE END------------------------------ */
.image{
display: block;
margin-left: auto;
margin-right: auto;
} | webroot/css/style.css | html {
overflow-y: scroll;
}
body {
color: black;
font-family: Arial, Helvetica, sans-serif;
}
/**
* Layout of the main page elements
*/
#wrapper {
margin: 0 auto;
padding: 12px;
width: 960px;
}
#main{
margin-top: 20px;
}
/**
* Layout for header
*/
#header {
position: relative;
width: 960px;
border: 1px solid #222;
background-color: #111;
background-image: linear-gradient(#444, #111);
box-shadow: 0 1px 1px #777;
}
.start-image {
width: 980px;
height: 200px;
}
.start-image img{
object-fit: none; /* Do not scale the image */
object-position: center; /* Center the image within the element */
height: 100%;
width: 100%;
-webkit-filter: grayscale(100%);
opacity: 0.5;
}
.sitetitle {
position: absolute;
top: 6px;
left: 130px;
font-size: 48px;
color: whitesmoke;
}
.siteslogan {
position: absolute;
top: 65px;
left: 130px;
font-style: italic;
color: whitesmoke;
}
/**
* Layout for main
*/
#main {
min-height: 20em;
}
/**
* Layout for footer
*/
#footer {
margin-top: 40px;
border-top: 1px solid #ccc;
padding-top: 15px;
clear: both;
}
.sitefooter {
color: #666;
}
.sitelogo{
height: 80px;
}
/* import mos standard gray navbar */
/* @import url(http://dbwebb.se/style/?id=86&css); */
.selected {
color: white;
background-color: #0186ba;
background-image: linear-gradient(#04acec, #0186ba);
}
label {
display:block;
margin-top:20px;
letter-spacing:2px;
}
input, textarea {
width:439px;
height:27px;
background:#efefef;
border:1px solid #dedede;
padding:10px;
margin-top:3px;
font-size:0.9em;
color:#3a3a3a;
}
textarea {
height:213px;
}
input:focus, textarea:focus {
border:1px solid #97d6eb;
}
#submit {
display: block;
width:127px;
height:38px;
border:none;
margin-top:20px;
cursor:pointer;
}
#submit:hover {
color:#FFFFFF;
opacity:.9;
background:#2cb300;
}
.medlems-text {
float: right;
width: 400px;
}
/*------------------------------------*\
NAV
\*------------------------------------*/
#menu {
width: 960px;
margin: 60px auto;
border: 1px solid #222;
background-color: #111;
background-image: linear-gradient(#444, #111);
box-shadow: 0 1px 1px #777;
}
#menu, #menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu:before,
#menu:after {
content: "";
display: table;
}
#menu:after {
clear: both;
}
#menu {
zoom:1;
}
#menu li {
float: left;
border-right: 1px solid #222;
box-shadow: 1px 0 0 #444;
position: relative;
}
#menu a {
float: left;
padding: 12px 30px;
color: white;
text-transform: uppercase;
font: bold 12px Arial, Helvetica;
text-decoration: none;
text-shadow: 0 1px 0 #000;
}
#menu li:hover > a {
color: #fafafa;
background-color: #0186ba;
background-image: linear-gradient(#04acec, #0186ba);
}
*html #menu li a:hover { /* IE6 only */
color: #fafafa;
}
#menu ul {
margin: 20px 0 0 0;
_margin: 0; /*IE6 only*/
opacity: 0;
visibility: hidden;
position: absolute;
top: 38px;
left: 0;
z-index: 1;
background: #444;
background: linear-gradient(#444, #111);
box-shadow: 0 -1px 0 rgba(255,255,255,.3);
transition: all .2s ease-in-out;
}
#menu li:hover > ul {
opacity: 1;
visibility: visible;
margin: 0;
}
#menu ul ul {
top: 0;
left: 170px;
margin: 0 0 0 20px;
_margin: 0; /*IE6 only*/
box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
#menu ul li {
float: none;
display: block;
border: 0;
_line-height: 0; /*IE6 only*/
box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}
#menu ul li:last-child {
box-shadow: none;
}
#menu ul a {
padding: 10px;
width: 150px;
_height: 10px; /*IE6 only*/
display: block;
white-space: nowrap;
float: none;
text-transform: none;
}
#menu ul a:hover {
background-color: #0186ba;
background-image: linear-gradient(#04acec, #0186ba);
}
#menu ul li:first-child > a {
}
#menu ul li:first-child > a:after {
content: '';
position: absolute;
left: 40px;
top: -6px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #444;
}
#menu ul ul li:first-child a:after {
left: -6px;
top: 50%;
margin-top: -6px;
border-left: 0;
border-bottom: 6px solid transparent;
border-top: 6px solid transparent;
border-right: 6px solid #3b3b3b;
}
#menu ul li:first-child a:hover:after {
border-bottom-color: #04acec;
}
#menu ul ul li:first-child a:hover:after {
border-right-color: #0299d3;
border-bottom-color: transparent;
}
#menu ul li:last-child > a {
border-radius: 0 0 3px 3px;
}
.form input{
margin-right: 62px;
width:400px;
height:27px;
background:#efefef;
border:1px solid #dedede;
padding:10px;
margin-top:3px;
font-size:0.9em;
color:#3a3a3a;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
.form textarea {
height:200px;
width: 400px;
}
input:focus, textarea:focus {
border:1px solid #97d6eb;
}
.message input {
width:300px;
height:27px;
background:#efefef;
border:1px solid #dedede;
padding:10px;
margin-top:3px;
font-size:0.9em;
color:#3a3a3a;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
.add a{
padding: .8em 1.5em;
text-decoration: none;
color: #555;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
letter-spacing: 1px;
text-transform: uppercase;
border-width: 1px;
border-style: solid;
border-color: #fff #ccc #999 #eee;
background: #c1c1c1;
background: linear-gradient(#f5f5f5, #c1c1c1);
}
.add a:hover{
outline: 0;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,.2);
background: #fac754;
background: linear-gradient(#fac754, #f8ac00);
}
.add input{
height: 46px;
width: 130px;
padding: .8em 1.5em;
text-decoration: none;
color: #555;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
letter-spacing: 1px;
text-transform: uppercase;
border-width: 1px;
border-style: solid;
border-color: #fff #ccc #999 #eee;
background: #c1c1c1;
background: linear-gradient(#f5f5f5, #c1c1c1);
}
.add input:hover{
outline: 0;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,.2);
background-color: #111;
background-image: linear-gradient(#444, #111);
}
ol.simple-list {
list-style-type: none;
list-style-type: decimal !ie; /*IE 7- hack*/
counter-reset: li-counter;
}
ol.simple-list > li{
position: relative;
margin-bottom: 20px;
padding-left: 0.5em;
min-height: 2em;
border-left: 2px solid #CCCCCC;
}
ol.simple-list > li:before {
position: absolute;
top: 0;
left: -1em;
width: 0.8em;
font-size: 3em;
line-height: 1;
font-weight: bold;
text-align: right;
color: #464646;
content: counter(li-counter);
counter-increment: li-counter;
}
h2 {
color: #464646;
}
.aside{
float: right;
}
/*--------------CALENDER---------------*/
table {
border-collapse: collapse;
border-spacing: 0;
}
.cal {
position: relative;
padding: 4px;
font-weight: bold;
background: #bebfc0;
background: rgba(0, 0, 0, 0.1);
border-radius: 5px;
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
}
.cal a {
text-decoration: none;
}
.cal tr:first-child td {
border-top: 0;
}
.cal td:first-child {
border-left: 0;
}
.cal tr:first-child a {
border-top: 0;
margin-top: 0;
}
.cal tr:last-child a {
border-bottom: 0;
margin-bottom: 0;
}
.cal td:first-child a {
border-left: 0;
margin-left: 0;
}
.cal td:last-child a {
border-right: 0;
margin-right: 0;
}
.cal tr:last-child td:first-child a {
border-radius: 0 0 0 3px;
}
.cal tr:last-child td:last-child a {
border-radius: 0 0 3px 0;
}
.cal-table {
position: relative;
margin: 0 0 1px;
border-collapse: separate;
border-left: 1px solid #979797;
border-right: 1px solid #979797;
border-bottom: 1px solid #bbb;
border-radius: 0 0 3px 3px;
-webkit-box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
}
.cal-caption {
width: 100%;
padding-bottom: 1px;
line-height: 32px;
color: white;
text-align: center;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
border-radius: 3px 3px 0 0;
background-color: #111;
background-image: linear-gradient(#444, #111);
-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
}
.cal-caption a {
line-height: 30px;
padding: 0 10px;
font-size: 20px;
font-weight: normal;
color: white;
}
.cal-caption .prev {
float: left;
}
.cal-caption .next {
float: right;
}
.cal-body td {
width: 30px;
font-size: 11px;
border-top: 1px solid #eaeaea;
border-left: 1px solid #eaeaea;
}
.cal-body a {
display: block;
position: relative;
line-height: 28px;
color: #555;
text-align: center;
background: white;
}
.cal-body a:hover {
background: #b3b3b3;
}
.cal-off a {
color: #ccc;
font-weight: normal;
}
.cal-today a {
color: black;
background: #f5f5f5;
background-image: -webkit-linear-gradient(top, whitesmoke, white 70%);
background-image: -moz-linear-gradient(top, whitesmoke, white 70%);
background-image: -o-linear-gradient(top, whitesmoke, white 70%);
background-image: linear-gradient(to bottom, whitesmoke, white 70%);
}
.cal-selected a, .cal-body a:active {
margin: -1px;
color: #b2494d;
background: #fff5f6;
border: 1px solid #e7d4d4;
}
.cal-check a {
color: #f79901;
overflow: hidden;
}
.cal-check a:before {
content: '';
position: absolute;
top: -6px;
right: -6px;
width: 12px;
height: 12px;
background: #ffb83b;
background-image: -webkit-linear-gradient(top, #ffb83b, #ff6c00);
background-image: -moz-linear-gradient(top, #ffb83b, #ff6c00);
background-image: -o-linear-gradient(top, #ffb83b, #ff6c00);
background-image: linear-gradient(to bottom, #ffb83b, #ff6c00);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.lt-ie8 .cal-table {
*border-collapse: collapse;
}
.lt-ie8 .cal-body a {
zoom: 1;
}
/*--------------END CALENDER---------------*/
#login{
float: right;
}
.nyheter{
float: left;
width: 700px;
}
.user-name{
position: relative;
left: 930px;
top: -37px;
color: white;
}
.user-logo{
position: relative;
left: 930px;
top: -37px;
color: #ccc;
}
.user-logo img{
height:35px;
}
.blogg{
float: left;
width: 466px;
margin-left: 10px;
}
.blogg-start{
width: 240px;
}
.blogg-start a{
text-decoration: none;
color: black;
}
.blogg-form {
float: right;
}
.box {
border: 1px solid #ccc;
border-left: 5px solid #3f3f3f;
/* padding-bottom: 30px; */
overflow: hidden;
padding-left: 10px;
min-height: 100px;
margin-bottom: 5px;
}
.box a{
padding: .8em 1.5em;
text-decoration: none;
color: #555;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
letter-spacing: 1px;
text-transform: uppercase;
border-width: 1px;
border-style: solid;
border-color: #fff #ccc #999 #eee;
background: #c1c1c1;
background: linear-gradient(#f5f5f5, #c1c1c1);
}
.box a:hover{
outline: 0;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,.2);
background-color: #111;
background-image: linear-gradient(#444, #111);
}
.blogg-box{
float: left;
width: 450px;
border: 1px solid #ccc;
border-left: 5px solid #3f3f3f;
/* padding-bottom: 30px; */
overflow: hidden;
padding-left: 10px;
min-height: 100px;
margin-bottom: 5px;
}
.rubrik {
/* position: relative; */
height: 20px;
color: white;
border: 1px solid #222;
background-color: #3f3f3f;
/* border-radius: 6px 6px 1px 1px; */
margin-bottom: 5px;
}
.undertext{
font-size: 17px;
position: relative;
top: -16px;
left: 15px;
}
.blogg-box a{
padding: .8em 1.5em;
text-decoration: none;
color: #555;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
letter-spacing: 1px;
text-transform: uppercase;
border-width: 1px;
border-style: solid;
border-color: #fff #ccc #999 #eee;
background: #c1c1c1;
background: linear-gradient(#f5f5f5, #c1c1c1);
}
.blogg-box a:hover{
outline: 0;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,.2);
background-color: #111;
background-image: linear-gradient(#444, #111);
}
.blogg a{
text-decoration: none;
color: black;
}
.pub{
color: #0299d3;
font-size: 11px;
}
.blogg-box_first{
float: left;
width: 334px;
border: 1px solid #ccc;
border-left: 5px solid #3f3f3f;
/* padding-bottom: 30px; */
overflow: hidden;
padding-left: 10px;
min-height: 100px;
margin-bottom: 5px;
}
.link a{
float: right;
padding: .8em 1.5em;
text-decoration: none;
color: #555;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
letter-spacing: 1px;
text-transform: uppercase;
border-width: 1px;
border-style: solid;
border-color: #fff #ccc #999 #eee;
background: #c1c1c1;
background: linear-gradient(#f5f5f5, #c1c1c1);
}
.link a:hover{
outline: 0;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,.2);
background-color: #111;
background-image: linear-gradient(#444, #111);
}
/* ------------TABLE--------------*/
.CSSTableGenerator {
margin: 9px;
float: right;
padding: 0px;
width: 400px;
/* box-shadow: 10px 10px 5px #888888; */
border: 1px solid #000000;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
}.CSSTableGenerator table{
width:100%;
height:100%;
margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
-moz-border-radius-bottomright:0px;
-webkit-border-bottom-right-radius:0px;
border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
-moz-border-radius-topleft:0px;
-webkit-border-top-left-radius:0px;
border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
-moz-border-radius-topright:0px;
-webkit-border-top-right-radius:0px;
border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
-moz-border-radius-bottomleft:0px;
-webkit-border-bottom-left-radius:0px;
border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
}.CSSTableGenerator tr:nth-child(odd){ background-color:#e5e5e5; }
.CSSTableGenerator tr:nth-child(even) { background-color:#ffffff; }
.CSSTableGenerator td{
vertical-align:middle;
border:1px solid #000000;
border-width:0px 1px 1px 0px;
text-align:left;
padding:7px;
font-size:10px;
font-family:arial;
font-weight:normal;
color:#000000;
}.CSSTableGenerator tr:last-child td{
border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) ); background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2"); background: -o-linear-gradient(top,#cccccc,b2b2b2);
background-color:#cccccc;
border:0px solid #000000;
text-align:center;
border-width:0px 0px 1px 1px;
font-size:14px;
font-family:arial;
font-weight:bold;
color:#000000;
}
.CSSTableGenerator tr:first-child:hover td{
background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) ); background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2"); background: -o-linear-gradient(top,#cccccc,b2b2b2);
background-color:#cccccc;
}
.CSSTableGenerator tr:first-child td:first-child{
border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
border-width:0px 0px 1px 1px;
}
/*---------------TABLE END------------------------------ */
.image{
display: block;
margin-left: auto;
margin-right: auto;
} | 0.358802 | 0.072637 |
body{
background: url('../img/binding_dark.png');
}
.container{
padding: 0px;
width: 960px !important;
-webkit-box-shadow: 0 0 15px #000;
-moz-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000;
}
#student_description{
background: #fff;
padding: 10px;
}
#skill_set_list{
font-weight: bold;
margin-top: 10px;
}
#skill_set_list li a{
padding: 8px 15px;
}
#portfolio_content
{
background: rgba(256,256,256,0.35);
border-top: 1px solid #666;
}
#portfolio_content #portfolio_body{
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top: 0px;
margin-bottom: 0px;
padding: 10px;
}
#portfolio_content #portfolio_body .project_list{
border-radius: none !important;
float: left;
margin-bottom: 0px;
max-height: 452px;
overflow-x: hidden;
overflow-y: hidden;
width: 139px;
}
#portfolio_content #portfolio_body .project_list:hover{
overflow-y: auto;
}
#portfolio_content #portfolio_body .project_link{
background: transparent !important;
border: none;
color: #fff;
opacity: 0.35;
padding: 10px 0px;
width: 134px;
}
#portfolio_content #portfolio_body .project_link h5{
color: #fff;
}
#portfolio_content #portfolio_body .project_link.active{
opacity: 1;
}
#portfolio_content #portfolio_body .project_link:first-child{
padding-top: 0px;
}
#portfolio_content #portfolio_body .project_link:last-child{
padding-bottom: 0px;
}
#portfolio_content #portfolio_body .project_link:first-child,
#portfolio_content #portfolio_body .project_link:last-child{
border-radius: 0px !important;
}
#portfolio_content #portfolio_body .project_link h5{
font-weight: bold;
margin: 5px 0px 0px 0px !important;
}
#portfolio_content #portfolio_body .preview_pane_container{
color: #fff;
float: right;
padding: 0px;
width: 790px;
}
#portfolio_content #portfolio_body .preview_pane_container a{
color: #fff !important;
}
#portfolio_content #portfolio_body .preview_pane_container .panel{
border-radius: 0px !important;
height: 400px;
margin-bottom: 0px;
}
#portfolio_content #portfolio_body .preview_pane_container .panel-body{
padding: 0px;
}
#portfolio_content #portfolio_body .info_link_block{
margin-bottom: 10px;
}
#portfolio_content .panel-body{
padding: 0px !important;
} | static/css/common_iteration_2.css | body{
background: url('../img/binding_dark.png');
}
.container{
padding: 0px;
width: 960px !important;
-webkit-box-shadow: 0 0 15px #000;
-moz-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000;
}
#student_description{
background: #fff;
padding: 10px;
}
#skill_set_list{
font-weight: bold;
margin-top: 10px;
}
#skill_set_list li a{
padding: 8px 15px;
}
#portfolio_content
{
background: rgba(256,256,256,0.35);
border-top: 1px solid #666;
}
#portfolio_content #portfolio_body{
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top: 0px;
margin-bottom: 0px;
padding: 10px;
}
#portfolio_content #portfolio_body .project_list{
border-radius: none !important;
float: left;
margin-bottom: 0px;
max-height: 452px;
overflow-x: hidden;
overflow-y: hidden;
width: 139px;
}
#portfolio_content #portfolio_body .project_list:hover{
overflow-y: auto;
}
#portfolio_content #portfolio_body .project_link{
background: transparent !important;
border: none;
color: #fff;
opacity: 0.35;
padding: 10px 0px;
width: 134px;
}
#portfolio_content #portfolio_body .project_link h5{
color: #fff;
}
#portfolio_content #portfolio_body .project_link.active{
opacity: 1;
}
#portfolio_content #portfolio_body .project_link:first-child{
padding-top: 0px;
}
#portfolio_content #portfolio_body .project_link:last-child{
padding-bottom: 0px;
}
#portfolio_content #portfolio_body .project_link:first-child,
#portfolio_content #portfolio_body .project_link:last-child{
border-radius: 0px !important;
}
#portfolio_content #portfolio_body .project_link h5{
font-weight: bold;
margin: 5px 0px 0px 0px !important;
}
#portfolio_content #portfolio_body .preview_pane_container{
color: #fff;
float: right;
padding: 0px;
width: 790px;
}
#portfolio_content #portfolio_body .preview_pane_container a{
color: #fff !important;
}
#portfolio_content #portfolio_body .preview_pane_container .panel{
border-radius: 0px !important;
height: 400px;
margin-bottom: 0px;
}
#portfolio_content #portfolio_body .preview_pane_container .panel-body{
padding: 0px;
}
#portfolio_content #portfolio_body .info_link_block{
margin-bottom: 10px;
}
#portfolio_content .panel-body{
padding: 0px !important;
} | 0.185394 | 0.05199 |
:root {
--font: 'Inter', system-ui, sans-serif;
--brand: hsl(215, 75%, 60%);
--opaque: hsla(215, 20%, 17%, 0.8);
--light: hsl(215, 20%, 13%);
--gray: hsl(215, 30%, 75%);
--dark: hsl(215, 30%, 90%);
}
@media (prefers-color-scheme: light) {
:root {
--opaque: hsla(215, 20%, 98%, 0.8);
--light: hsl(215, 20%, 95%);
--gray: hsl(215, 20%, 35%);
--dark: hsl(215, 20%, 20%);
}
}
#__next {
display: grid;
grid-template-columns: auto clamp(55ch, 50%, 75ch) auto;
grid-template-rows: auto 1fr auto;
justify-content: center;
min-height: 100vh;
}
#__next > * {
grid-column: 2;
}
* {
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
font-family: var(--font);
line-height: 1.5;
font-size: 16px;
color: var(--dark);
background: var(--light);
position: relative;
opacity: 1;
z-index: -1;
overflow-x: hidden;
}
main {
display: grid;
}
a {
color: var(--brand);
text-decoration: none;
pointer-events: all;
}
a:hover {
text-decoration: underline var(--brand);
}
section,
header {
position: relative;
}
nav {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.75rem 0;
width: 100%;
pointer-events: none;
}
nav a {
color: var(--dark);
padding: 0 0.75rem;
}
nav a:hover {
color: var(--brand);
text-decoration: none;
}
footer {
position: relative;
padding: 1rem;
text-align: center;
z-index: 10;
pointer-events: none;
}
img {
width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
form {
display: block;
max-width: 45ch;
margin: 0 auto;
padding: 1rem;
}
input,
textarea {
font-size: 1rem;
width: 100%;
margin: 0.5rem 0 1rem 0;
padding: 0.75rem;
color: currentColor;
background: var(--opaque);
border: 1px solid var(--gray);
border-radius: 6px;
caret-color: var(--brand);
pointer-events: initial;
}
input:focus,
textarea:focus {
border-color: var(--brand);
}
textarea {
resize: vertical;
}
input[type='button'],
button {
font-size: inherit;
appearance: none;
background: var(--brand);
color: whitesmoke;
padding: 0.5rem;
border: 1px solid transparent;
border-radius: 6px;
cursor: pointer;
pointer-events: all;
}
button:hover {
filter: brightness(1.05);
}
form button {
width: 100%;
}
::placeholder {
color: var(--gray);
font-family: var(--font);
}
*:focus {
outline: none;
color: var(--clr-theme);
}
canvas.webgl {
z-index: -1;
display: block;
cursor: grab;
outline: none;
}
canvas.webgl:active {
cursor: grabbing;
}
::-webkit-scrollbar {
width: 0.5rem;
}
::-webkit-scrollbar-track {
background: var(--opaque);
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
background: var(--gray);
}
/* Responsive Layout */
@media screen and (max-width: 700px) {
#__next {
grid-template-columns: auto 1fr auto;
}
main {
padding: 1rem;
}
}
.fadeIn {
animation: 0.3s wave linear;
}
.animateIn {
animation-name: animateIn;
animation-duration: 350ms;
animation-delay: 2000ms;
animation-fill-mode: both;
animation-timing-function: ease-in-out;
}
@media (prefers-reduced-motion) {
.animateIn {
animation: none;
}
.fadeIn {
animation: none;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes animateIn {
0% {
opacity: 0;
transform: scale(0.8) translateY(-0.5rem);
}
100% {
opacity: 1;
}
} | styles/global.css | :root {
--font: 'Inter', system-ui, sans-serif;
--brand: hsl(215, 75%, 60%);
--opaque: hsla(215, 20%, 17%, 0.8);
--light: hsl(215, 20%, 13%);
--gray: hsl(215, 30%, 75%);
--dark: hsl(215, 30%, 90%);
}
@media (prefers-color-scheme: light) {
:root {
--opaque: hsla(215, 20%, 98%, 0.8);
--light: hsl(215, 20%, 95%);
--gray: hsl(215, 20%, 35%);
--dark: hsl(215, 20%, 20%);
}
}
#__next {
display: grid;
grid-template-columns: auto clamp(55ch, 50%, 75ch) auto;
grid-template-rows: auto 1fr auto;
justify-content: center;
min-height: 100vh;
}
#__next > * {
grid-column: 2;
}
* {
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
font-family: var(--font);
line-height: 1.5;
font-size: 16px;
color: var(--dark);
background: var(--light);
position: relative;
opacity: 1;
z-index: -1;
overflow-x: hidden;
}
main {
display: grid;
}
a {
color: var(--brand);
text-decoration: none;
pointer-events: all;
}
a:hover {
text-decoration: underline var(--brand);
}
section,
header {
position: relative;
}
nav {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.75rem 0;
width: 100%;
pointer-events: none;
}
nav a {
color: var(--dark);
padding: 0 0.75rem;
}
nav a:hover {
color: var(--brand);
text-decoration: none;
}
footer {
position: relative;
padding: 1rem;
text-align: center;
z-index: 10;
pointer-events: none;
}
img {
width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
form {
display: block;
max-width: 45ch;
margin: 0 auto;
padding: 1rem;
}
input,
textarea {
font-size: 1rem;
width: 100%;
margin: 0.5rem 0 1rem 0;
padding: 0.75rem;
color: currentColor;
background: var(--opaque);
border: 1px solid var(--gray);
border-radius: 6px;
caret-color: var(--brand);
pointer-events: initial;
}
input:focus,
textarea:focus {
border-color: var(--brand);
}
textarea {
resize: vertical;
}
input[type='button'],
button {
font-size: inherit;
appearance: none;
background: var(--brand);
color: whitesmoke;
padding: 0.5rem;
border: 1px solid transparent;
border-radius: 6px;
cursor: pointer;
pointer-events: all;
}
button:hover {
filter: brightness(1.05);
}
form button {
width: 100%;
}
::placeholder {
color: var(--gray);
font-family: var(--font);
}
*:focus {
outline: none;
color: var(--clr-theme);
}
canvas.webgl {
z-index: -1;
display: block;
cursor: grab;
outline: none;
}
canvas.webgl:active {
cursor: grabbing;
}
::-webkit-scrollbar {
width: 0.5rem;
}
::-webkit-scrollbar-track {
background: var(--opaque);
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
background: var(--gray);
}
/* Responsive Layout */
@media screen and (max-width: 700px) {
#__next {
grid-template-columns: auto 1fr auto;
}
main {
padding: 1rem;
}
}
.fadeIn {
animation: 0.3s wave linear;
}
.animateIn {
animation-name: animateIn;
animation-duration: 350ms;
animation-delay: 2000ms;
animation-fill-mode: both;
animation-timing-function: ease-in-out;
}
@media (prefers-reduced-motion) {
.animateIn {
animation: none;
}
.fadeIn {
animation: none;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes animateIn {
0% {
opacity: 0;
transform: scale(0.8) translateY(-0.5rem);
}
100% {
opacity: 1;
}
} | 0.644001 | 0.172729 |
body {
font: 400 15px/1.8 Lato, sans-serif;
color: #777;
}
h3, h4 {
margin: 10px 0 30px 0;
letter-spacing: 10px;
font-size: 20px;
color: #111;
}
/*---------------------------------------
Nav-BAR
-------------------------------------*/
@media (max-width:1120px) {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}
}
#search-bar {
padding-top: 5px;
}
#search input[type="text"] {
background: url(../logo/btn-search.png) no-repeat 10px 6px #dedbd6;
border: 0 none;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #2d2d30;
width:90%;
margin: 0px auto;
padding: 6px 15px 6px 35px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}
#search input[type="text"]:focus {
width: 100%;
}
/*--------------------nav bar----------------------------------------------*/
#myNavbar .nav a{
color: #ddd;
}
#myNavbar .nav a:hover{
color: #eee;
}
#myNavbar .nav .dropdown.open .dropdown-toggle {
background-color:#2d2d30;
}
#myNavbar .nav .dropdown.open .dropdown-menu {
background-color: wheat;
transition: all 0.3s;
}
#myNavbar .nav .dropdown.open .dropdown-menu a, #myNavbar .nav .dropdown.open .dropdown-menu center{
color:black;
background-color:wheat;
transition: all 0.3s;
}
#myNavbar .nav .dropdown.open .dropdown-menu a:hover{
background-color: brown;
}
a[data-toggle="collapse"] {
position: relative;
}
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
content: '\e259';
display: block;
position: absolute;
right: 20px;
font-family: 'Glyphicons Halflings';
font-size: 0.6em;
}
a[aria-expanded="true"]::before {
content: '\e260';
}
/*------------------------------------------------------------------*/
.card-seperator{
width:100%;
margin-top: 10px;
margin-bottom:10px;
height: 10px;
background-color: #f0f0f0;
}
/*----------------------------------------------------------------footer*/
footer {
background-color: #2d2d30;
color: #f5f5f5;
padding: 32px;
}
footer a {
color: #f5f5f5;
}
footer a:hover {
color: #777;
text-decoration: no
}
footer ul{
list-style: none;
}
footer ul li{
display: inline-block;
padding-left: 10px;
padding-bottom: 5px;
}
footer ul li a{
text-decoration: none;
}
/*----------------------------------owl card-------------------------*/
#owl-card{
padding: 4px;
background-color: rgb(255, 255, 255);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
margin:2px;
height:auto;
border-radius: 6px;
}
@media (max-width: 600px) {
#owl-card{
margin-top: 10px;
}
.navbar-.navbar-nav>li>a:focus{
background-color: gray;
}
}
.owl-nav .owl-prev,.owl-nav .owl-next{
position: absolute;
top: 50%;
}
.owl-nav .owl-prev{
left: 0;
}
.owl-nav .owl-next{
right: 0;
}
.owl-nav .disabled{
/*color: grey;*/
display: none;
}
.owl-nav .owl-nav-button{
width: 40px;
height: 60px;
background-color: grey;
text-align: center;
vertical-align: middle;
line-height: 60px;
}
.owl-nav .owl-prev .owl-nav-button{
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}
.owl-nav .owl-next .owl-nav-button{
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.home-demo .item{
background: white;
}
.home-demo{
padding: 0;
}
.offer_carousel .item img{
height: 82vh;
width: 100%;
}
/* ---------------------------------------------Home CSS--------------------------------- */
.men-women{
margin:5px;
padding: 5px;
width:auto;
height: auto;
}
#tile{
padding: 4px;
background-color: rgb(255, 255, 255);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
margin:2px;
}
@media (max-width: 600px) {
#tile{
margin-top: 10px;
}
} | assets/phasons/main.css | body {
font: 400 15px/1.8 Lato, sans-serif;
color: #777;
}
h3, h4 {
margin: 10px 0 30px 0;
letter-spacing: 10px;
font-size: 20px;
color: #111;
}
/*---------------------------------------
Nav-BAR
-------------------------------------*/
@media (max-width:1120px) {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}
}
#search-bar {
padding-top: 5px;
}
#search input[type="text"] {
background: url(../logo/btn-search.png) no-repeat 10px 6px #dedbd6;
border: 0 none;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #2d2d30;
width:90%;
margin: 0px auto;
padding: 6px 15px 6px 35px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}
#search input[type="text"]:focus {
width: 100%;
}
/*--------------------nav bar----------------------------------------------*/
#myNavbar .nav a{
color: #ddd;
}
#myNavbar .nav a:hover{
color: #eee;
}
#myNavbar .nav .dropdown.open .dropdown-toggle {
background-color:#2d2d30;
}
#myNavbar .nav .dropdown.open .dropdown-menu {
background-color: wheat;
transition: all 0.3s;
}
#myNavbar .nav .dropdown.open .dropdown-menu a, #myNavbar .nav .dropdown.open .dropdown-menu center{
color:black;
background-color:wheat;
transition: all 0.3s;
}
#myNavbar .nav .dropdown.open .dropdown-menu a:hover{
background-color: brown;
}
a[data-toggle="collapse"] {
position: relative;
}
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
content: '\e259';
display: block;
position: absolute;
right: 20px;
font-family: 'Glyphicons Halflings';
font-size: 0.6em;
}
a[aria-expanded="true"]::before {
content: '\e260';
}
/*------------------------------------------------------------------*/
.card-seperator{
width:100%;
margin-top: 10px;
margin-bottom:10px;
height: 10px;
background-color: #f0f0f0;
}
/*----------------------------------------------------------------footer*/
footer {
background-color: #2d2d30;
color: #f5f5f5;
padding: 32px;
}
footer a {
color: #f5f5f5;
}
footer a:hover {
color: #777;
text-decoration: no
}
footer ul{
list-style: none;
}
footer ul li{
display: inline-block;
padding-left: 10px;
padding-bottom: 5px;
}
footer ul li a{
text-decoration: none;
}
/*----------------------------------owl card-------------------------*/
#owl-card{
padding: 4px;
background-color: rgb(255, 255, 255);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
margin:2px;
height:auto;
border-radius: 6px;
}
@media (max-width: 600px) {
#owl-card{
margin-top: 10px;
}
.navbar-.navbar-nav>li>a:focus{
background-color: gray;
}
}
.owl-nav .owl-prev,.owl-nav .owl-next{
position: absolute;
top: 50%;
}
.owl-nav .owl-prev{
left: 0;
}
.owl-nav .owl-next{
right: 0;
}
.owl-nav .disabled{
/*color: grey;*/
display: none;
}
.owl-nav .owl-nav-button{
width: 40px;
height: 60px;
background-color: grey;
text-align: center;
vertical-align: middle;
line-height: 60px;
}
.owl-nav .owl-prev .owl-nav-button{
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}
.owl-nav .owl-next .owl-nav-button{
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.home-demo .item{
background: white;
}
.home-demo{
padding: 0;
}
.offer_carousel .item img{
height: 82vh;
width: 100%;
}
/* ---------------------------------------------Home CSS--------------------------------- */
.men-women{
margin:5px;
padding: 5px;
width:auto;
height: auto;
}
#tile{
padding: 4px;
background-color: rgb(255, 255, 255);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
margin:2px;
}
@media (max-width: 600px) {
#tile{
margin-top: 10px;
}
} | 0.208582 | 0.068975 |
body {
/*padding-top: 70px;*/
/* background: rgba(0, 0, 0, 0.075);
background-image: linear-gradient(#f5f5f5, #f5f5f5, #321fdbc7);
background-repeat: no-repeat;
background-size: cover;*/
background: #f5f5f5;
}
/*تنسيق الجدول المعتمد-بداية*/
/*start tabel*/
table {
width: 90%;
margin-top: 5px;
margin: auto;
}
.table {
width: 90%;
max-width: 100%;
margin-bottom: 20px;
}
.header-part {
text-align: center;
font-size: 50px;
font-weight: bolder;
/*color: #321fdb;*/
color: #488fcb;
/* text-shadow: +2px +2px 5px; */
}
.student-button {
margin: auto;
margin-top: 15px;
}
.student-form {
float: right;
}
.student-form select {
<<<<<<< HEAD
color: #729cc0;
background: white;
padding: 5px;
border: 2px solid #c4befa;
/*box-shadow: +5px +5px 8px;*/
}
.student-form label {
padding: 12px 12px 12px 0;
display: inline-block;
color: #488fcb;
font-size: 23px;
font-weight: 600;
/*text-shadow: 5px 5px 8px;*/
=======
color: #5c84af;
background: white;
padding: 5px;
border: 1px solid #c4befa;
font-size:24px ;
font-weight: bold;
/*box-shadow: +5px +5px 8px;*/
}
.student-form label {
padding: 12px 12px 12px 0;
display: inline-block;
color: #488fcb;
font-size: 25px;
font-weight: 800;
/*text-shadow: 5px 5px 8px;*/
border: none ;
>>>>>>> cb9c48d2b916086db40292becfb377a7f350e8db
}
thead td {
padding: 10px;
}
.name {
color: #787171;
}
tbody {
<<<<<<< HEAD
/* background: white;*/
background: #fff;
font-size: 20px;
font-weight: 180px;
color: #729cc0;
=======
/* background: white;*/
background: #fff;
font-size: 25px;
font-weight:bold;
color: #729cc0;
>>>>>>> cb9c48d2b916086db40292becfb377a7f350e8db
}
tbody{
font-size: 21px;
font-weight: 800;
}
td a {
text-decoration: none;
margin-right: 5px;
padding: 4px;
}
thead {
/*background: #321fdb;*/
background: #488fcb;
color: #eff1f1;
font-size: 25px;
font-size: 23px;
font-weight: bolder;
}
tfoot {
background: #e6e5f3;
}
/* إصلاحات خاصة بلجداوال(قاعات-أقسام_أساتذة)فقط */
@media (min-width: 0px) and (max-width: 640px) {
.header-part {
font-size: 25px;
font-weight: bold;
}
tbody {
font-size: 14px;
font-weight: 180px;
}
thead {
font-size: 15px;
font-weight: 300px;
}
.foot {
width: 45%;
}
.student-form label {
font-size: 15px;
font-weight: 300px;
margin-right: 8px;
}
}
.btn-danger {
background: #ff000094;
/*background: #ffff009e;*/
}
.btn-success {
background: #008000a8;
}
/*end tabel*/
/*تنسيق الجدول المعتمد-نهاية*/
/* الشريط الجانبي المعتمد -بداية */
/*start new sidebar*/
/* reset */
* {
margin: 0;
padding: 0;
}
#wrapper {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
label {
cursor: pointer;
}
&:focus {
outline: none;
}
.menu {
position: absolute;
top: 0;
left: 0;
background: #555;
width: 240px;
height: 100%;
transform: translate3d(-240px, 0, 0);
transition: transform 0.35s;
/* margin-top: 50px;*/
z-index: 1234567890;
}
label.menu-toggle {
position: absolute;
right: -60px;
width: 60px;
height: 60px;
line-height: 0px;
display: block;
padding: 0;
text-indent: -9999px;
background: #fff
url(https://cdn4.iconfinder.com/data/icons/wirecons-free-vector-icons/32/menu-alt-512.png)
50% 50% / 25px 25px no-repeat;
margin-top: 6px;
}
ul li > label {
background: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-right-b-128.png)
95% 50% / 16px 16px no-repeat;
}
a,
label {
/*display: block;
text-align: center;
padding: 0 20px;
line-height: 60px;
text-decoration: none;
color: #000*/
padding: 10px;
text-decoration: none;
font-size: 20px;
color: white;
display: block;
/* text-shadow: 2px 2px 9px white; */
~webkit-transition: font-size 0.5s ease;
~moz-transition: font-size 0.5s ease;
~o-transition: font-size 0.5s ease;
transition: font-size 0.5s ease;
}
/* hide inputs */
.menu-checkbox {
display: none;
}
/* hide navigation icon for sublabels */
.menu .menu label.menu-toggle {
background: none;
}
/* fade in checked menu */
.menu-checkbox:checked + .menu {
transform: translate3d(0, 0, 0);
}
/* for show */
p {
margin-bottom: 15px;
}
#info {
display: table;
background: rgba(0, 0, 0, 0.4);
height: 100%;
width: 100%;
}
#info-content {
display: table-cell;
vertical-align: middle;
text-align: center;
text-transform: uppercase;
color: #fff;
font-size: 12px;
}
/*h1 {
color: #fff;
border: 3px solid #fff;
text-align: center;
background: rgba(0, 0, 0, 0.1);
font-size: 22px;
font-weight: normal;
padding: 20px;
margin: 10px;
display: inline-block;
}*/
strong {
display: block;
font-size: 26;
}
.menu a:hover,
.menu a:focus {
color: black;
font-size: 21px;
font-weight: 600;
/* text-shadow: 2px 2px 9px #222; */
/* box-shadow: 4px 4px 9px; */
text-decoration: none;
}
/*end new sidebar*/
/* الشريط الجانبي المعتمد -نهاية */
/* تنسيق الفورمات المعتمد-بداية */
/* start style forms*/
.add h1 {
background: white;
color: #7685bb;
/*color: #290037;*/
/* color: #3100f6;*/
/*padding: 20px;*/
font-size: 45px;
font-weight: bolder;
margin-bottom: 10px;
text-align: center;
margin: 30px;
}
.add label {
<<<<<<< HEAD
padding: 12px 12px 12px 0;
display: inline-block;
color: #7685bb;
/*color: #290037;*/
/*color: #3101f6;*/
font-size: 23px;
font-weight: 500;
/* text-shadow: 5px 5px #ecc7f9;*/
=======
padding: 12px 12px 12px 0;
display: inline-block;
color: #7685bb;
/*color: #290037;*/
/*color: #3101f6;*/
font-size: 27px;
font-weight: 600;
/* text-shadow: 5px 5px #ecc7f9;*/
>>>>>>> cb9c48d2b916086db40292becfb377a7f350e8db
}
.add label{
font-weight: bolder;
}
.add input[type="text"],
.add input[type="email"],
.add input[type="date"],
.add input[type="password"],
.add select,
.add textarea {
<<<<<<< HEAD
float: right;
width: 100%;
padding: 5px;
border-radius: 4px;
resize: vertical;
height: 45px;
margin-top: 10px;
margin-bottom: 15px;
color: #729cc0;
background: #7685bb42;
border: 2px solid #7685bb42;
/*background: #e1a4f69e;
=======
float: right;
width: 100%;
padding: 5px;
border-radius: 4px;
resize: vertical;
height: 55px;
margin-top: 10px;
margin-bottom: 15px;
color: #ffffff;
background: #5a80b142;
border: 3px solid #7685bb42;
/*background: #e1a4f69e;
>>>>>>> cb9c48d2b916086db40292becfb377a7f350e8db
border: 2px solid #ecc7f9;*/
/* background: #afb1ed;
border: 2px solid #c1afed;*/
<<<<<<< HEAD
color: #729cc0;
/*color: #290037;*/
font-size: 25px;
font-weight: 900px;
text-align: center;
=======
color: #556f88;
/*color: #290037;*/
font-size: 30px;
font-weight:bolder;
text-align: center;
>>>>>>> cb9c48d2b916086db40292becfb377a7f350e8db
}
.add input[type="submit"] {
margin: 10px;
margin-right: 48%;
color: white;
padding: 10px;
background: #7685bb;
border: 2px solid #7685bb;
/*background: #290037;
border: 2px solid #290037;*/
/*background: #3506f6;
border: 2px solid #3506f6;*/
<<<<<<< HEAD
font-size: 22px;
font-weight: 700;
border-radius: 5px;
cursor: pointer;
float: right;
=======
font-size: 30px;
font-weight: 700;
border-radius: 5px;
cursor: pointer;
float: right;
>>>>>>> cb9c48d2b916086db40292becfb377a7f350e8db
}
.style-container {
/* background-color: rgb(198, 29, 29);*/
margin: auto;
margin-bottom: 5%;
padding-left: 200px;
padding-right: 200px;
}
.tan {
background-color: white;
border-radius: 10px;
border: 3px 3px rgb(226, 224, 224);
padding-top: 5px;
border: 1px solid #ddd;
margin-top: 8%;
}
@media (min-width: 0px) and (max-width: 1200px) {
.tan {
margin-top: 15%;
}
}
@media (min-width: 0px) and (max-width: 650px) {
<<<<<<< HEAD
.add h1 {
font-size: 25px;
}
.add label {
font-size: 15px;
margin-right: 15px;
}
.add input[type="text"],
.add input[type="email"],
.add input[type="date"],
.add input[type="password"],
.add select,
.add textarea {
float: left;
width: 60%;
margin-left: 20px;
font-size: 18px;
}
.add input[type="submit"] {
margin-right: 45%;
padding: 4px;
font-size: 13px;
}
.style-container {
/*background-color: rgb(198, 29, 29);*/
margin-bottom: 5%;
padding-left: 50px;
padding-right: 50px;
}
}
@media (min-width: 651px) and (max-width: 1000px) {
.add h1 {
font-size: 35px;
font-weight: 900;
}
.add label {
font-size: 18px;
margin-right: 15px;
}
.add input[type="text"],
.add input[type="email"],
.add input[type="date"],
.add input[type="password"],
.add select,
.add textarea {
float: left;
width: 70%;
margin-left: 20px;
font-size: 18px;
}
.add input[type="submit"] {
margin-right: 45%;
padding: 8px;
font-size: 18px;
}
.style-container {
/* background-color: rgb(198, 29, 175);*/
margin-bottom: 5%;
padding-left: 100px;
padding-right: 100px;
}
=======
.add h1 {
font-size: 25px;
}
.add label {
font-size: 15px;
margin-right: 15px;
}
.add input[type="text"],
.add input[type="email"],
.add input[type="date"],
.add input[type="password"],
.add select,
.add textarea {
float: left;
width: 60%;
margin-left: 20px;
font-size: 18px;
}
.add input[type="submit"] {
margin-right: 45%;
padding: 4px;
font-size: 20px;
}
.style-container {
/*background-color: rgb(198, 29, 29);*/
margin-bottom: 5%;
padding-left: 50px;
padding-right: 50px;
}
}
@media (min-width: 651px) and (max-width: 1000px) {
.add h1 {
font-size: 35px;
font-weight: 900;
}
.add label {
font-size: 18px;
margin-right: 15px;
}
.add input[type="text"],
.add input[type="email"],
.add input[type="date"],
.add input[type="password"],
.add select,
.add textarea {
float: left;
width: 70%;
margin-left: 20px;
font-size: 18px;
}
.add input[type="submit"] {
margin-right: 45%;
padding: 8px;
font-size: 20px;
}
.style-container {
/* background-color: rgb(198, 29, 175);*/
margin-bottom: 5%;
padding-left: 100px;
padding-right: 100px;
}
>>>>>>> cb9c48d2b916086db40292becfb377a7f350e8db
}
@media (min-width: 992px) and (max-width: 1199px) {
.add label {
font-size: 20px;
}
}
/*end style form*/
/* تنسيق الفورمات المعتمد-نهاية */
/* تنسيق الإحصائيات المعتمد-بداية */
.num {
padding: 30px;
margin-right: 5px;
margin-bottom: 20px;
}
.num p {
color: white;
letter-spacing: 1px;
font-size: 25px;
font-weight: bolder;
}
.num span {
color: white;
font-size: 22px;
font-weight: 800;
}
/* تنسيق الإحصائيات المعتمد-نهاية */
.adver {
background: white;
padding-right: 55px;
/*padding-left:55px مالها داعي لأن السبان عاطيتها بادينغ بهاد المقدار */
padding-top: 30px;
padding-bottom: 30px;
}
.adver h1 {
color: black;
/* color: #555; */
font-size: 35px;
font-weight: bolder;
}
.adver h3 {
display: inline;
float: right;
padding-top: 10px;
color: black;
font-weight: 800;
}
.adver span {
float: left;
padding: 35px 20px 5px;
padding-left: 55px;
color: black ;
}
.adver span:hover {
color: #0d0d0d;
}
/* تنسيق الإحصائيات المعتمد-نهاية */
.tan-tabel {
background-color: white;
border-radius: 10px;
padding-top: 5px;
padding: 10px;
border: 2px solid #ddd;
margin-top: 1%;
padding-bottom: 2%;
}
.search {
/*width: 80%;
margin: 30px auto;
border: 1px solid #488fcb;
box-shadow: 2px 2px 2px #488fcb;
height: 40px;
font-size: 20px;
<<<<<<< HEAD
padding: 0px 50px;*/
width: 20%;
/* width: 32%; */
float: right;
margin: 30px 5% 30px auto;
border: 1px solid #488fcb;
box-shadow: 2px 2px 2px #488fcb;
height: 40px;
font-size: 20px;
padding: 0px 50px;
=======
font-weight: bold;
padding: 0px 50px;
>>>>>>> cb9c48d2b916086db40292becfb377a7f350e8db
}
.search:focus {
outline: 2px auto #488fcb;
} | public/css/dashboard/css/style.css | body {
/*padding-top: 70px;*/
/* background: rgba(0, 0, 0, 0.075);
background-image: linear-gradient(#f5f5f5, #f5f5f5, #321fdbc7);
background-repeat: no-repeat;
background-size: cover;*/
background: #f5f5f5;
}
/*تنسيق الجدول المعتمد-بداية*/
/*start tabel*/
table {
width: 90%;
margin-top: 5px;
margin: auto;
}
.table {
width: 90%;
max-width: 100%;
margin-bottom: 20px;
}
.header-part {
text-align: center;
font-size: 50px;
font-weight: bolder;
/*color: #321fdb;*/
color: #488fcb;
/* text-shadow: +2px +2px 5px; */
}
.student-button {
margin: auto;
margin-top: 15px;
}
.student-form {
float: right;
}
.student-form select {
<<<<<<< HEAD
color: #729cc0;
background: white;
padding: 5px;
border: 2px solid #c4befa;
/*box-shadow: +5px +5px 8px;*/
}
.student-form label {
padding: 12px 12px 12px 0;
display: inline-block;
color: #488fcb;
font-size: 23px;
font-weight: 600;
/*text-shadow: 5px 5px 8px;*/
=======
color: #5c84af;
background: white;
padding: 5px;
border: 1px solid #c4befa;
font-size:24px ;
font-weight: bold;
/*box-shadow: +5px +5px 8px;*/
}
.student-form label {
padding: 12px 12px 12px 0;
display: inline-block;
color: #488fcb;
font-size: 25px;
font-weight: 800;
/*text-shadow: 5px 5px 8px;*/
border: none ;
>>>>>>> cb9c48d2b916086db40292becfb377a7f350e8db
}
thead td {
padding: 10px;
}
.name {
color: #787171;
}
tbody {
<<<<<<< HEAD
/* background: white;*/
background: #fff;
font-size: 20px;
font-weight: 180px;
color: #729cc0;
=======
/* background: white;*/
background: #fff;
font-size: 25px;
font-weight:bold;
color: #729cc0;
>>>>>>> cb9c48d2b916086db40292becfb377a7f350e8db
}
tbody{
font-size: 21px;
font-weight: 800;
}
td a {
text-decoration: none;
margin-right: 5px;
padding: 4px;
}
thead {
/*background: #321fdb;*/
background: #488fcb;
color: #eff1f1;
font-size: 25px;
font-size: 23px;
font-weight: bolder;
}
tfoot {
background: #e6e5f3;
}
/* إصلاحات خاصة بلجداوال(قاعات-أقسام_أساتذة)فقط */
@media (min-width: 0px) and (max-width: 640px) {
.header-part {
font-size: 25px;
font-weight: bold;
}
tbody {
font-size: 14px;
font-weight: 180px;
}
thead {
font-size: 15px;
font-weight: 300px;
}
.foot {
width: 45%;
}
.student-form label {
font-size: 15px;
font-weight: 300px;
margin-right: 8px;
}
}
.btn-danger {
background: #ff000094;
/*background: #ffff009e;*/
}
.btn-success {
background: #008000a8;
}
/*end tabel*/
/*تنسيق الجدول المعتمد-نهاية*/
/* الشريط الجانبي المعتمد -بداية */
/*start new sidebar*/
/* reset */
* {
margin: 0;
padding: 0;
}
#wrapper {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
label {
cursor: pointer;
}
&:focus {
outline: none;
}
.menu {
position: absolute;
top: 0;
left: 0;
background: #555;
width: 240px;
height: 100%;
transform: translate3d(-240px, 0, 0);
transition: transform 0.35s;
/* margin-top: 50px;*/
z-index: 1234567890;
}
label.menu-toggle {
position: absolute;
right: -60px;
width: 60px;
height: 60px;
line-height: 0px;
display: block;
padding: 0;
text-indent: -9999px;
background: #fff
url(https://cdn4.iconfinder.com/data/icons/wirecons-free-vector-icons/32/menu-alt-512.png)
50% 50% / 25px 25px no-repeat;
margin-top: 6px;
}
ul li > label {
background: url(https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-arrow-right-b-128.png)
95% 50% / 16px 16px no-repeat;
}
a,
label {
/*display: block;
text-align: center;
padding: 0 20px;
line-height: 60px;
text-decoration: none;
color: #000*/
padding: 10px;
text-decoration: none;
font-size: 20px;
color: white;
display: block;
/* text-shadow: 2px 2px 9px white; */
~webkit-transition: font-size 0.5s ease;
~moz-transition: font-size 0.5s ease;
~o-transition: font-size 0.5s ease;
transition: font-size 0.5s ease;
}
/* hide inputs */
.menu-checkbox {
display: none;
}
/* hide navigation icon for sublabels */
.menu .menu label.menu-toggle {
background: none;
}
/* fade in checked menu */
.menu-checkbox:checked + .menu {
transform: translate3d(0, 0, 0);
}
/* for show */
p {
margin-bottom: 15px;
}
#info {
display: table;
background: rgba(0, 0, 0, 0.4);
height: 100%;
width: 100%;
}
#info-content {
display: table-cell;
vertical-align: middle;
text-align: center;
text-transform: uppercase;
color: #fff;
font-size: 12px;
}
/*h1 {
color: #fff;
border: 3px solid #fff;
text-align: center;
background: rgba(0, 0, 0, 0.1);
font-size: 22px;
font-weight: normal;
padding: 20px;
margin: 10px;
display: inline-block;
}*/
strong {
display: block;
font-size: 26;
}
.menu a:hover,
.menu a:focus {
color: black;
font-size: 21px;
font-weight: 600;
/* text-shadow: 2px 2px 9px #222; */
/* box-shadow: 4px 4px 9px; */
text-decoration: none;
}
/*end new sidebar*/
/* الشريط الجانبي المعتمد -نهاية */
/* تنسيق الفورمات المعتمد-بداية */
/* start style forms*/
.add h1 {
background: white;
color: #7685bb;
/*color: #290037;*/
/* color: #3100f6;*/
/*padding: 20px;*/
font-size: 45px;
font-weight: bolder;
margin-bottom: 10px;
text-align: center;
margin: 30px;
}
.add label {
<<<<<<< HEAD
padding: 12px 12px 12px 0;
display: inline-block;
color: #7685bb;
/*color: #290037;*/
/*color: #3101f6;*/
font-size: 23px;
font-weight: 500;
/* text-shadow: 5px 5px #ecc7f9;*/
=======
padding: 12px 12px 12px 0;
display: inline-block;
color: #7685bb;
/*color: #290037;*/
/*color: #3101f6;*/
font-size: 27px;
font-weight: 600;
/* text-shadow: 5px 5px #ecc7f9;*/
>>>>>>> cb9c48d2b916086db40292becfb377a7f350e8db
}
.add label{
font-weight: bolder;
}
.add input[type="text"],
.add input[type="email"],
.add input[type="date"],
.add input[type="password"],
.add select,
.add textarea {
<<<<<<< HEAD
float: right;
width: 100%;
padding: 5px;
border-radius: 4px;
resize: vertical;
height: 45px;
margin-top: 10px;
margin-bottom: 15px;
color: #729cc0;
background: #7685bb42;
border: 2px solid #7685bb42;
/*background: #e1a4f69e;
=======
float: right;
width: 100%;
padding: 5px;
border-radius: 4px;
resize: vertical;
height: 55px;
margin-top: 10px;
margin-bottom: 15px;
color: #ffffff;
background: #5a80b142;
border: 3px solid #7685bb42;
/*background: #e1a4f69e;
>>>>>>> cb9c48d2b916086db40292becfb377a7f350e8db
border: 2px solid #ecc7f9;*/
/* background: #afb1ed;
border: 2px solid #c1afed;*/
<<<<<<< HEAD
color: #729cc0;
/*color: #290037;*/
font-size: 25px;
font-weight: 900px;
text-align: center;
=======
color: #556f88;
/*color: #290037;*/
font-size: 30px;
font-weight:bolder;
text-align: center;
>>>>>>> cb9c48d2b916086db40292becfb377a7f350e8db
}
.add input[type="submit"] {
margin: 10px;
margin-right: 48%;
color: white;
padding: 10px;
background: #7685bb;
border: 2px solid #7685bb;
/*background: #290037;
border: 2px solid #290037;*/
/*background: #3506f6;
border: 2px solid #3506f6;*/
<<<<<<< HEAD
font-size: 22px;
font-weight: 700;
border-radius: 5px;
cursor: pointer;
float: right;
=======
font-size: 30px;
font-weight: 700;
border-radius: 5px;
cursor: pointer;
float: right;
>>>>>>> cb9c48d2b916086db40292becfb377a7f350e8db
}
.style-container {
/* background-color: rgb(198, 29, 29);*/
margin: auto;
margin-bottom: 5%;
padding-left: 200px;
padding-right: 200px;
}
.tan {
background-color: white;
border-radius: 10px;
border: 3px 3px rgb(226, 224, 224);
padding-top: 5px;
border: 1px solid #ddd;
margin-top: 8%;
}
@media (min-width: 0px) and (max-width: 1200px) {
.tan {
margin-top: 15%;
}
}
@media (min-width: 0px) and (max-width: 650px) {
<<<<<<< HEAD
.add h1 {
font-size: 25px;
}
.add label {
font-size: 15px;
margin-right: 15px;
}
.add input[type="text"],
.add input[type="email"],
.add input[type="date"],
.add input[type="password"],
.add select,
.add textarea {
float: left;
width: 60%;
margin-left: 20px;
font-size: 18px;
}
.add input[type="submit"] {
margin-right: 45%;
padding: 4px;
font-size: 13px;
}
.style-container {
/*background-color: rgb(198, 29, 29);*/
margin-bottom: 5%;
padding-left: 50px;
padding-right: 50px;
}
}
@media (min-width: 651px) and (max-width: 1000px) {
.add h1 {
font-size: 35px;
font-weight: 900;
}
.add label {
font-size: 18px;
margin-right: 15px;
}
.add input[type="text"],
.add input[type="email"],
.add input[type="date"],
.add input[type="password"],
.add select,
.add textarea {
float: left;
width: 70%;
margin-left: 20px;
font-size: 18px;
}
.add input[type="submit"] {
margin-right: 45%;
padding: 8px;
font-size: 18px;
}
.style-container {
/* background-color: rgb(198, 29, 175);*/
margin-bottom: 5%;
padding-left: 100px;
padding-right: 100px;
}
=======
.add h1 {
font-size: 25px;
}
.add label {
font-size: 15px;
margin-right: 15px;
}
.add input[type="text"],
.add input[type="email"],
.add input[type="date"],
.add input[type="password"],
.add select,
.add textarea {
float: left;
width: 60%;
margin-left: 20px;
font-size: 18px;
}
.add input[type="submit"] {
margin-right: 45%;
padding: 4px;
font-size: 20px;
}
.style-container {
/*background-color: rgb(198, 29, 29);*/
margin-bottom: 5%;
padding-left: 50px;
padding-right: 50px;
}
}
@media (min-width: 651px) and (max-width: 1000px) {
.add h1 {
font-size: 35px;
font-weight: 900;
}
.add label {
font-size: 18px;
margin-right: 15px;
}
.add input[type="text"],
.add input[type="email"],
.add input[type="date"],
.add input[type="password"],
.add select,
.add textarea {
float: left;
width: 70%;
margin-left: 20px;
font-size: 18px;
}
.add input[type="submit"] {
margin-right: 45%;
padding: 8px;
font-size: 20px;
}
.style-container {
/* background-color: rgb(198, 29, 175);*/
margin-bottom: 5%;
padding-left: 100px;
padding-right: 100px;
}
>>>>>>> cb9c48d2b916086db40292becfb377a7f350e8db
}
@media (min-width: 992px) and (max-width: 1199px) {
.add label {
font-size: 20px;
}
}
/*end style form*/
/* تنسيق الفورمات المعتمد-نهاية */
/* تنسيق الإحصائيات المعتمد-بداية */
.num {
padding: 30px;
margin-right: 5px;
margin-bottom: 20px;
}
.num p {
color: white;
letter-spacing: 1px;
font-size: 25px;
font-weight: bolder;
}
.num span {
color: white;
font-size: 22px;
font-weight: 800;
}
/* تنسيق الإحصائيات المعتمد-نهاية */
.adver {
background: white;
padding-right: 55px;
/*padding-left:55px مالها داعي لأن السبان عاطيتها بادينغ بهاد المقدار */
padding-top: 30px;
padding-bottom: 30px;
}
.adver h1 {
color: black;
/* color: #555; */
font-size: 35px;
font-weight: bolder;
}
.adver h3 {
display: inline;
float: right;
padding-top: 10px;
color: black;
font-weight: 800;
}
.adver span {
float: left;
padding: 35px 20px 5px;
padding-left: 55px;
color: black ;
}
.adver span:hover {
color: #0d0d0d;
}
/* تنسيق الإحصائيات المعتمد-نهاية */
.tan-tabel {
background-color: white;
border-radius: 10px;
padding-top: 5px;
padding: 10px;
border: 2px solid #ddd;
margin-top: 1%;
padding-bottom: 2%;
}
.search {
/*width: 80%;
margin: 30px auto;
border: 1px solid #488fcb;
box-shadow: 2px 2px 2px #488fcb;
height: 40px;
font-size: 20px;
<<<<<<< HEAD
padding: 0px 50px;*/
width: 20%;
/* width: 32%; */
float: right;
margin: 30px 5% 30px auto;
border: 1px solid #488fcb;
box-shadow: 2px 2px 2px #488fcb;
height: 40px;
font-size: 20px;
padding: 0px 50px;
=======
font-weight: bold;
padding: 0px 50px;
>>>>>>> cb9c48d2b916086db40292becfb377a7f350e8db
}
.search:focus {
outline: 2px auto #488fcb;
} | 0.177882 | 0.058966 |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* GENERAL STYLES */
@font-face {
font-family: Jester;
src: url('../fonts/Jester.otf') format('opentype');
}
@font-face {
font-family: Jester;
src: url('../fonts/Jester.woff') format('woff');
}
html {
font-size: 16px;
}
body {
align-items: center;
background: #f7f6f9;
color: #1b1a1b;
display: flex;
flex-flow: row wrap;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 100vh;
justify-content: center;
overflow-x: hidden;
}
.container {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
width: 100%;
}
figure img {
width: 70%;
}
img {
width: 100%;
}
ul {
list-style-type: none;
}
a {
color: #1b1a1b;
text-decoration: none;
}
h1,
h2 {
color: #001f75;
font-family: "Jester";
}
h1 {
font-size: 2.5em;
}
h2 {
font-size: 2em;
margin: 0;
text-align: center;
width: 80%;
}
h3 {
font-size: 1.25em;
margin: 15px 0 20px 0;
}
p {
font-size: 1.125em;
}
/*====================
MOBILE STYLES HERE
=====================*/
/*----------BASE HEADER & FOOTER STYLES----------*/
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
header {
background: url('../img/lineman-in-bucket.png') fixed center no-repeat;
background-size: cover;
width: 100%;
}
.header-home {
height: 50vh;
}
.header-pages {
height: 35vh;
}
nav {
align-items: center;
background-color: transparent;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
min-height: 8vh;
width: 100%;
}
nav .logo,
nav .logo-home {
align-items: center;
display: flex;
flex-direction: row;
justify-content: left;
margin-left: 20px;
margin-top: 35px;
}
nav .logo {
width: 75%;
}
nav .logo figure {
margin: 0 15px 0 0;
padding: 0;
width: 95%;
}
.hamburger-menu {
align-items: center;
background: transparent;
border: none;
border-radius: 50%;
cursor: pointer;
display: flex;
flex-direction: column;
height: 55px;
justify-content: center;
outline: none;
position: fixed;
right: 30px;
top: 30px;
transition: all 0.5s;
width: 55px;
z-index: 300;
}
.change .hamburger-menu {
background-color: #f7f6f9;
}
.line {
background-color: #1b1a1b;
height: 2px;
margin: 2px 0;
transform-origin: right;
transition: all 0.5s;
width: 30px;
}
.change .line1 {
background-color: #001f75;
transform: rotate(-40deg) translateY(-5px);
}
.change .line2 {
opacity: 0;
}
.change .line3 {
background-color: #001f75;
transform: rotate(40deg) translateY(5px);
}
.bg-cover {
background-color: #f7f6f9;
border: solid 1px #001f75;
border-radius: 50%;
height: 45px;
position: fixed;
right: 35px;
top: 35px;
transition: transform .5s;
width: 45px;
z-index: 100;
}
.change .bg-cover {
transform: scale(150);
}
.nav-list {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
height: 100vh;
list-style: none;
opacity: 0;
position: fixed;
transition: opacity 1s;
visibility: hidden;
width: 100vw;
z-index: 100;
}
.change .nav-list {
margin-top: 50vh;
opacity: 1;
visibility: visible;
}
.nav-item {
margin: 1.5vh 0;
}
.nav-link {
color: #1b1a1b;
font-family: 'Montserrat', sans-serif;
font-size: 1.25em;
font-weight: 600;
letter-spacing: .04rem;
text-decoration: none;
text-transform: lowercase;
transition: letter-spacing 0.2s;
}
.nav-link:hover {
letter-spacing: 0.8rem;
}
footer {
align-items: center;
border-top: #001f75 solid 2px;
display: flex;
flex-flow: row wrap;
justify-content: center;
padding-top: 30px;
width: 100%
}
footer .contact {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
margin: 0 0 20px 0;
padding: 15px 0 0 0;
width: 90%;
}
footer h2 {
margin-bottom: 0;
}
footer .contact i {
font-size: 3em;
line-height: 1.5;
width: 100%;
}
footer .contact p {
margin-bottom: 5px;
}
footer .contact a {
font-size: 1.25rem;
font-weight: 600;
text-align: center;
width: 90%;
}
.contact a:hover {
color: #001f75;
cursor: pointer;
}
footer .copyright {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-top: 50px;
}
footer h4 {
font-size: .75rem;
margin-bottom: 20px;
text-align: center;
width: 78%;
}
footer .copyright p {
font-size: .875em;
margin-bottom: 20px;
}
/*----------Home Page----------*/
nav .logo-home {
width: 75%;
}
main {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin: 15px 0 25px 0;
}
.about h1 {
margin: 20px 0 20px 0;
}
.about {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-top: 2px;
width: 90%;
}
.about p,
.about img {
width: 80%;
}
.about p {
text-align: center;
}
.about img {
border: 2px inset #001f75;
border-radius: 30px;
margin: 20px;
}
/*----------Work Page----------*/
.work {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
text-align: center;
width: 90%;
}
.services {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
width: 60%;
}
.services ul {
font-size: 1em;
line-height: 2em;
text-align: left;
text-transform: uppercase;
}
.services i {
font-size: .875em;
margin-right: 5px;
}
.work-div {
padding: 20px;
}
.work img {
border: 2px inset #001f75;
border-radius: 30px;
margin-top: 20px;
}
/*----------Employment Page----------*/
.employment {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
width: 90%;
}
.employment h3 {
font-size: 2.5em;
}
.employment p {
margin-top: 10px;
text-align: center;
}
.employment-application {
align-items: center;
display: flex;
flex-flow: column wrap;
justify-content: center;
width: 100%;
}
.employment-application figure img {
margin: 10px 70px;
}
.employment-application .packet i {
display: none;
font-size: 1.5em;
margin: 10px;
}
.download p {
font-size: 1em;
width: 80%;
}
/*-----------Contact Page-----------*/
.contact-title {
align-items: center;
display: flex;
flex-flow: column wrap;
justify-content: center;
width: 90%;
}
.contact {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-bottom: 50px;
width: 100%;
}
form {
align-items: center;
display: flex;
flex-flow: column wrap;
justify-content: center;
color: #1b1a1b;
margin-top: 50px;
width: 80%;
}
.name,
.email,
.subject,
.message,
.submit {
background: transparent;
border: none;
outline: none;
color:#1b1a1b;
font-size: 1.125em;
margin-bottom: 10px;
width: 100%;
}
input,
select {
background: transparent;
border: none;
outline: none;
height: 30px;
width: 100%;
}
option {
font-size: .65em;
}
textarea {
background: transparent;
border: none;
outline: none;
height: 100px;
width: 100%
}
input[type='text'],
[type='email'],
select,
textarea[name="message"] {
background: none;
border: none;
border-bottom: solid 2px #474544;
color: #474544;
font-size: 1em;
font-weight: 400;
margin: 0em 0 1.875em 0;
padding: 0;
text-transform: uppercase;
}
input[placeholder=""]{
color: #474544;
}
#form-button {
align-items: center;
display: flex;
justify-content: center;
background: #001f75;
border-color: transparent;
color: #f7f6f9;
font-size: 1.25em;
font-weight: bold;
letter-spacing: 2px;
height: 50px;
margin-top: 20px;
}
#form-button:hover {
background-color: #1b1a1b;
cursor: pointer;
}
/*----------Privacy Policy----------*/
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden,
[hidden] {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
/* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix::before,
.clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 768px) {
/*====================
TABLET STYLES HERE
=====================*/
/*----------General Styles---------*/
h1 {
font-size: 3em;
}
h2 {
font-size: 2.75em;
margin: 10px 0;
}
h3 {
font-size: 1.5em;
}
p {
font-size: 1.5em;
margin: 10px 0 20px 0;
width: 75%;
}
/*----------Header-Footer----------*/
nav .logo {
margin-top: 30px;
width: 45%;
}
.nav-link {
font-size: 1.75em;
line-height: 2;
}
footer .contact {
margin-bottom: 40px;
width: 70%;
}
footer h2 {
margin-top: 0;
text-align: center;
width: 100%;
}
footer .contact i {
text-align: center;
}
footer .contact a {
font-size: 2em;
width: 100%;
}
footer h4 {
font-size: 1.25em;
margin-bottom: 25px;
width: 80%;
}
footer .copyright p {
font-size: 1.5em;
margin-bottom: 25px;
}
/*----------Home Page----------*/
nav .logo-home {
width: 60%;
}
.about p,
.about img {
width: 78%
}
/*----------Work Page----------*/
/*----------Employment Page----------*/
.employment-application .packet i {
display: flex;
}
.packet {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
width: 50%;
}
.packet p {
align-items: center;
flex-direction: row;
justify-content: space-between;
}
.packet .fontawesome-icon {
width: 10%;
}
/*-----------Contact Page-----------*/
input[type='text'],
[type='email'],
select,
textarea[name="message"] {
font-size: 1.125em;
}
/*----------Privacy Policy----------*/
}
@media only screen and (min-width: 1200px) {
/*====================
DESKTOP STYLES HERE
=====================*/
/*----------General Styles---------*/
h1 {
font-size: 4em;
}
h2 {
font-size: 3em;
margin: 60px 0 40px 0;
width: 90%;
}
h3 {
font-size: 2em;
text-align: center;
}
p {
font-size: 1.6em;
}
/*----------Header-Footer----------*/
.header-home {
height: 65vh;
}
nav .logo-home {
width: 55%;
}
nav .logo {
margin-top: 20px;
}
nav .logo figure {
margin: 0 0 0 20px;
width: 70%;
}
footer .contact i {
font-size: 2.5em;
}
footer .copyright {
align-items: baseline;
justify-content: space-between;
margin: 40px 0 20px 0;
width: 80%;
}
footer h4,
footer .copyright p {
font-weight: 600;
margin-bottom: 10px;
text-align: center;
width: 45%;
}
footer h4 {
font-size: 1em;
}
footer .copyright p {
font-size: 1.25;
}
/*----------Home Page----------*/
.about p,
.about img {
width: 82%;
}
/*----------Work Page----------*/
.work {
width: 95%;
}
.work-div article {
display: flex;
justify-content: space-between;
}
.work-div figure {
width: 68%;
}
.work-description {
margin-right: 15px;
margin-top: 20px;
width: 30%;
}
.work-descrition p {
margin-top: 20px;
padding: 50px;
text-align: left;
}
/*----------Employment Page----------*/
.employment h3 {
width: 75%;
}
/*-----------Contact Page-----------*/
/*----------Privacy Policy----------*/
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*::before,
*::after {
background: #fff !important;
color: #000 !important;
/* Black prints faster */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]::after {
content: " (" attr(href) ")";
}
abbr[title]::after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]::after,
a[href^="javascript:"]::after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | css/main.css |
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to <NAME>, <NAME>,
* <NAME>, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* GENERAL STYLES */
@font-face {
font-family: Jester;
src: url('../fonts/Jester.otf') format('opentype');
}
@font-face {
font-family: Jester;
src: url('../fonts/Jester.woff') format('woff');
}
html {
font-size: 16px;
}
body {
align-items: center;
background: #f7f6f9;
color: #1b1a1b;
display: flex;
flex-flow: row wrap;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 100vh;
justify-content: center;
overflow-x: hidden;
}
.container {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
width: 100%;
}
figure img {
width: 70%;
}
img {
width: 100%;
}
ul {
list-style-type: none;
}
a {
color: #1b1a1b;
text-decoration: none;
}
h1,
h2 {
color: #001f75;
font-family: "Jester";
}
h1 {
font-size: 2.5em;
}
h2 {
font-size: 2em;
margin: 0;
text-align: center;
width: 80%;
}
h3 {
font-size: 1.25em;
margin: 15px 0 20px 0;
}
p {
font-size: 1.125em;
}
/*====================
MOBILE STYLES HERE
=====================*/
/*----------BASE HEADER & FOOTER STYLES----------*/
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
header {
background: url('../img/lineman-in-bucket.png') fixed center no-repeat;
background-size: cover;
width: 100%;
}
.header-home {
height: 50vh;
}
.header-pages {
height: 35vh;
}
nav {
align-items: center;
background-color: transparent;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
min-height: 8vh;
width: 100%;
}
nav .logo,
nav .logo-home {
align-items: center;
display: flex;
flex-direction: row;
justify-content: left;
margin-left: 20px;
margin-top: 35px;
}
nav .logo {
width: 75%;
}
nav .logo figure {
margin: 0 15px 0 0;
padding: 0;
width: 95%;
}
.hamburger-menu {
align-items: center;
background: transparent;
border: none;
border-radius: 50%;
cursor: pointer;
display: flex;
flex-direction: column;
height: 55px;
justify-content: center;
outline: none;
position: fixed;
right: 30px;
top: 30px;
transition: all 0.5s;
width: 55px;
z-index: 300;
}
.change .hamburger-menu {
background-color: #f7f6f9;
}
.line {
background-color: #1b1a1b;
height: 2px;
margin: 2px 0;
transform-origin: right;
transition: all 0.5s;
width: 30px;
}
.change .line1 {
background-color: #001f75;
transform: rotate(-40deg) translateY(-5px);
}
.change .line2 {
opacity: 0;
}
.change .line3 {
background-color: #001f75;
transform: rotate(40deg) translateY(5px);
}
.bg-cover {
background-color: #f7f6f9;
border: solid 1px #001f75;
border-radius: 50%;
height: 45px;
position: fixed;
right: 35px;
top: 35px;
transition: transform .5s;
width: 45px;
z-index: 100;
}
.change .bg-cover {
transform: scale(150);
}
.nav-list {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
height: 100vh;
list-style: none;
opacity: 0;
position: fixed;
transition: opacity 1s;
visibility: hidden;
width: 100vw;
z-index: 100;
}
.change .nav-list {
margin-top: 50vh;
opacity: 1;
visibility: visible;
}
.nav-item {
margin: 1.5vh 0;
}
.nav-link {
color: #1b1a1b;
font-family: 'Montserrat', sans-serif;
font-size: 1.25em;
font-weight: 600;
letter-spacing: .04rem;
text-decoration: none;
text-transform: lowercase;
transition: letter-spacing 0.2s;
}
.nav-link:hover {
letter-spacing: 0.8rem;
}
footer {
align-items: center;
border-top: #001f75 solid 2px;
display: flex;
flex-flow: row wrap;
justify-content: center;
padding-top: 30px;
width: 100%
}
footer .contact {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
margin: 0 0 20px 0;
padding: 15px 0 0 0;
width: 90%;
}
footer h2 {
margin-bottom: 0;
}
footer .contact i {
font-size: 3em;
line-height: 1.5;
width: 100%;
}
footer .contact p {
margin-bottom: 5px;
}
footer .contact a {
font-size: 1.25rem;
font-weight: 600;
text-align: center;
width: 90%;
}
.contact a:hover {
color: #001f75;
cursor: pointer;
}
footer .copyright {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-top: 50px;
}
footer h4 {
font-size: .75rem;
margin-bottom: 20px;
text-align: center;
width: 78%;
}
footer .copyright p {
font-size: .875em;
margin-bottom: 20px;
}
/*----------Home Page----------*/
nav .logo-home {
width: 75%;
}
main {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin: 15px 0 25px 0;
}
.about h1 {
margin: 20px 0 20px 0;
}
.about {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-top: 2px;
width: 90%;
}
.about p,
.about img {
width: 80%;
}
.about p {
text-align: center;
}
.about img {
border: 2px inset #001f75;
border-radius: 30px;
margin: 20px;
}
/*----------Work Page----------*/
.work {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
text-align: center;
width: 90%;
}
.services {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
width: 60%;
}
.services ul {
font-size: 1em;
line-height: 2em;
text-align: left;
text-transform: uppercase;
}
.services i {
font-size: .875em;
margin-right: 5px;
}
.work-div {
padding: 20px;
}
.work img {
border: 2px inset #001f75;
border-radius: 30px;
margin-top: 20px;
}
/*----------Employment Page----------*/
.employment {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
width: 90%;
}
.employment h3 {
font-size: 2.5em;
}
.employment p {
margin-top: 10px;
text-align: center;
}
.employment-application {
align-items: center;
display: flex;
flex-flow: column wrap;
justify-content: center;
width: 100%;
}
.employment-application figure img {
margin: 10px 70px;
}
.employment-application .packet i {
display: none;
font-size: 1.5em;
margin: 10px;
}
.download p {
font-size: 1em;
width: 80%;
}
/*-----------Contact Page-----------*/
.contact-title {
align-items: center;
display: flex;
flex-flow: column wrap;
justify-content: center;
width: 90%;
}
.contact {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
margin-bottom: 50px;
width: 100%;
}
form {
align-items: center;
display: flex;
flex-flow: column wrap;
justify-content: center;
color: #1b1a1b;
margin-top: 50px;
width: 80%;
}
.name,
.email,
.subject,
.message,
.submit {
background: transparent;
border: none;
outline: none;
color:#1b1a1b;
font-size: 1.125em;
margin-bottom: 10px;
width: 100%;
}
input,
select {
background: transparent;
border: none;
outline: none;
height: 30px;
width: 100%;
}
option {
font-size: .65em;
}
textarea {
background: transparent;
border: none;
outline: none;
height: 100px;
width: 100%
}
input[type='text'],
[type='email'],
select,
textarea[name="message"] {
background: none;
border: none;
border-bottom: solid 2px #474544;
color: #474544;
font-size: 1em;
font-weight: 400;
margin: 0em 0 1.875em 0;
padding: 0;
text-transform: uppercase;
}
input[placeholder=""]{
color: #474544;
}
#form-button {
align-items: center;
display: flex;
justify-content: center;
background: #001f75;
border-color: transparent;
color: #f7f6f9;
font-size: 1.25em;
font-weight: bold;
letter-spacing: 2px;
height: 50px;
margin-top: 20px;
}
#form-button:hover {
background-color: #1b1a1b;
cursor: pointer;
}
/*----------Privacy Policy----------*/
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers
*/
.hidden,
[hidden] {
display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
/* 1 */
}
/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix::before,
.clearfix::after {
content: " ";
display: table;
}
.clearfix::after {
clear: both;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 768px) {
/*====================
TABLET STYLES HERE
=====================*/
/*----------General Styles---------*/
h1 {
font-size: 3em;
}
h2 {
font-size: 2.75em;
margin: 10px 0;
}
h3 {
font-size: 1.5em;
}
p {
font-size: 1.5em;
margin: 10px 0 20px 0;
width: 75%;
}
/*----------Header-Footer----------*/
nav .logo {
margin-top: 30px;
width: 45%;
}
.nav-link {
font-size: 1.75em;
line-height: 2;
}
footer .contact {
margin-bottom: 40px;
width: 70%;
}
footer h2 {
margin-top: 0;
text-align: center;
width: 100%;
}
footer .contact i {
text-align: center;
}
footer .contact a {
font-size: 2em;
width: 100%;
}
footer h4 {
font-size: 1.25em;
margin-bottom: 25px;
width: 80%;
}
footer .copyright p {
font-size: 1.5em;
margin-bottom: 25px;
}
/*----------Home Page----------*/
nav .logo-home {
width: 60%;
}
.about p,
.about img {
width: 78%
}
/*----------Work Page----------*/
/*----------Employment Page----------*/
.employment-application .packet i {
display: flex;
}
.packet {
align-items: center;
display: flex;
flex-flow: row wrap;
justify-content: center;
width: 50%;
}
.packet p {
align-items: center;
flex-direction: row;
justify-content: space-between;
}
.packet .fontawesome-icon {
width: 10%;
}
/*-----------Contact Page-----------*/
input[type='text'],
[type='email'],
select,
textarea[name="message"] {
font-size: 1.125em;
}
/*----------Privacy Policy----------*/
}
@media only screen and (min-width: 1200px) {
/*====================
DESKTOP STYLES HERE
=====================*/
/*----------General Styles---------*/
h1 {
font-size: 4em;
}
h2 {
font-size: 3em;
margin: 60px 0 40px 0;
width: 90%;
}
h3 {
font-size: 2em;
text-align: center;
}
p {
font-size: 1.6em;
}
/*----------Header-Footer----------*/
.header-home {
height: 65vh;
}
nav .logo-home {
width: 55%;
}
nav .logo {
margin-top: 20px;
}
nav .logo figure {
margin: 0 0 0 20px;
width: 70%;
}
footer .contact i {
font-size: 2.5em;
}
footer .copyright {
align-items: baseline;
justify-content: space-between;
margin: 40px 0 20px 0;
width: 80%;
}
footer h4,
footer .copyright p {
font-weight: 600;
margin-bottom: 10px;
text-align: center;
width: 45%;
}
footer h4 {
font-size: 1em;
}
footer .copyright p {
font-size: 1.25;
}
/*----------Home Page----------*/
.about p,
.about img {
width: 82%;
}
/*----------Work Page----------*/
.work {
width: 95%;
}
.work-div article {
display: flex;
justify-content: space-between;
}
.work-div figure {
width: 68%;
}
.work-description {
margin-right: 15px;
margin-top: 20px;
width: 30%;
}
.work-descrition p {
margin-top: 20px;
padding: 50px;
text-align: left;
}
/*----------Employment Page----------*/
.employment h3 {
width: 75%;
}
/*-----------Contact Page-----------*/
/*----------Privacy Policy----------*/
}
/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
*,
*::before,
*::after {
background: #fff !important;
color: #000 !important;
/* Black prints faster */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]::after {
content: " (" attr(href) ")";
}
abbr[title]::after {
content: " (" attr(title) ")";
}
/*
* Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol
*/
a[href^="#"]::after,
a[href^="javascript:"]::after {
content: "";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/*
* Printing Tables:
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
} | 0.587825 | 0.087058 |
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Share+Tech+Mono&display=swap');
html, body, #root {
font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 300;
display: flex;
justify-content: center;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
color: #ffffff;
font-size: 16px;
}
.container {
display: grid;
grid-template-columns: auto;
grid-template-rows: 60px 240px;
grid-row-gap: 15px;
align-items: center;
width: 300px;
margin: auto;
padding: 15px;
border-radius: 0.250em;
background-color: #212121;
}
@media (min-width: 576px) {
.container {
box-shadow: 10px 10px 20px #888888;
}
}
.output {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 20px auto;
grid-row-gap: 2px;
font-family: 'Share Tech Mono', monospace;
text-align: right;
padding: 5px;
background-color: #009688;
border: 2px solid #9e9e9e;
border-radius: 0.250em;
}
#formula {
/* 14px */
font-size: 0.875em;
font-weight: 300;
line-height: 1.5;
color: rgb(178, 223, 219);
}
#display {
/* 20px */
font-size: 1.250em;
font-weight: 400;
}
.warning {
color: #e040fb;
}
.keypads {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(5, 44px);
grid-gap: 5px;
}
#formula, #display {
grid-column: 1/5;
}
#clear, #zero {
grid-column: 1 / 3;
}
.keypad {
/* 20px */
font-size: 1.250em;
font-weight: 400;
text-align: center;
padding: 10px;
border-radius: 0.250em;
user-select: none;
background-color: #9e9e9e;
transition: background-color .15s ease-in-out;
}
.keypad:hover {
background-color: #616161 !important;
}
.keypad-danger {
background-color: #ff4081;
}
.keypad-danger:hover {
background-color: #c2185b !important;
}
.keypad-operators {
background-color: #795548;
}
.keypad-operators:hover {
background-color: #5d4037 !important;
}
#equals {
background-color: #ff5722;
}
#equals:hover {
background-color: #e64a19 !important;
} | src/calculator.css | @import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Share+Tech+Mono&display=swap');
html, body, #root {
font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 300;
display: flex;
justify-content: center;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
color: #ffffff;
font-size: 16px;
}
.container {
display: grid;
grid-template-columns: auto;
grid-template-rows: 60px 240px;
grid-row-gap: 15px;
align-items: center;
width: 300px;
margin: auto;
padding: 15px;
border-radius: 0.250em;
background-color: #212121;
}
@media (min-width: 576px) {
.container {
box-shadow: 10px 10px 20px #888888;
}
}
.output {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 20px auto;
grid-row-gap: 2px;
font-family: 'Share Tech Mono', monospace;
text-align: right;
padding: 5px;
background-color: #009688;
border: 2px solid #9e9e9e;
border-radius: 0.250em;
}
#formula {
/* 14px */
font-size: 0.875em;
font-weight: 300;
line-height: 1.5;
color: rgb(178, 223, 219);
}
#display {
/* 20px */
font-size: 1.250em;
font-weight: 400;
}
.warning {
color: #e040fb;
}
.keypads {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(5, 44px);
grid-gap: 5px;
}
#formula, #display {
grid-column: 1/5;
}
#clear, #zero {
grid-column: 1 / 3;
}
.keypad {
/* 20px */
font-size: 1.250em;
font-weight: 400;
text-align: center;
padding: 10px;
border-radius: 0.250em;
user-select: none;
background-color: #9e9e9e;
transition: background-color .15s ease-in-out;
}
.keypad:hover {
background-color: #616161 !important;
}
.keypad-danger {
background-color: #ff4081;
}
.keypad-danger:hover {
background-color: #c2185b !important;
}
.keypad-operators {
background-color: #795548;
}
.keypad-operators:hover {
background-color: #5d4037 !important;
}
#equals {
background-color: #ff5722;
}
#equals:hover {
background-color: #e64a19 !important;
} | 0.272605 | 0.091788 |
@font-face {
font-family: 'Lato-Regular';
src: url('../fonts/Lato-Regular.eot');
src: url('../fonts/Lato-Regular.woff2') format('woff2'),
url('../fonts/Lato-Regular.woff') format('woff'),
url('../fonts/Lato-Regular.ttf') format('truetype'),
url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg'),
url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Semibold';
src: url('../fonts/Lato-Semibold.eot');
src: url('../fonts/Lato-Semibold.woff2') format('woff2'),
url('../fonts/Lato-Semibold.woff') format('woff'),
url('../fonts/Lato-Semibold.ttf') format('truetype'),
url('../fonts/Lato-Semibold.svg#Lato-Semibold') format('svg'),
url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Medium';
src: url('../fonts/Lato-Medium.eot');
src: url('../fonts/Lato-Medium.woff2') format('woff2'),
url('../fonts/Lato-Medium.woff') format('woff'),
url('../fonts/Lato-Medium.ttf') format('truetype'),
url('../fonts/Lato-Medium.svg#Lato-Medium') format('svg'),
url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Bold';
src: url('../fonts/Lato-Bold.eot');
src: url('../fonts/Lato-Bold.woff2') format('woff2'),
url('../fonts/Lato-Bold.woff') format('woff'),
url('../fonts/Lato-Bold.ttf') format('truetype'),
url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg'),
url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
body{background:rgba(248, 248, 248, 0.34);font-family: 'Lato-Regular';}
p{
font-size:13px;
}
a{
color:#A70303;
}
hr{
margin:6px 0px;
}
.logo{
width:100%;
height:auto;
}
.card-body p{
margin:0px;font-size:15px;color:#000;
}
.owl-item .card{
background-color:transparent;
border:none;
}
.card-img-top{
margin-bottom:10px;
}
.account-menu {
margin-top:0px;
}
.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
background:#fff;
}
.main-menu .nav > li{font-size:18px;
border-right:1px solid rgba(130, 6, 6, 0.37);padding-top:5px;
} .main-menu .nav > li:last-child{border:none;float:right;}
.account-menu .dropdown {
border:1px solid #A70302;border-radius:0px;}
.account-menu .dropdown-menu>li>a {
color:#a70303;font-size:16px;
}
.account-menu .dropdown ul.dropdown-menu {
border-radius:0px;box-shadow:none;margin-top: 0px;width:370px;left:-20em;}
.account-menu .dropdown ul.dropdown-menu:before {
content: "";
border-bottom: 10px solid #fff;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
position: absolute;
top: -10px;
right: 20px;
z-index: 10;
}
.account-menu .dropdown ul.dropdown-menu:after {
content: "";
border-bottom: 12px solid #ccc;
border-right: 12px solid transparent;
border-left: 12px solid transparent;
position: absolute;
top: -12px;
right: 18px;
z-index: 9;
}/* CSS Document */
.no-mar{margin:0px !important;} .no-pad{padding:0px !important;} a.user-name{} a.user-name img{width: 44px;
height: 44px;
margin-top: 6px;} a.user-name i{color:#fff;margin-top:20px;}
/*Main Menu CSS is Here */
.main-menu{height:60px;
background-color:#A70303 !important;
color:#fff !important;
}
.dropdown-toggle{font-size:15px;font-family: 'Lato-Semibold';
color:#fff !important;
}
.dropdown-menu > li.kopie > a {
padding-left:5px;
}
.user-name{
color:#222 !important;
}
.main li a{
border-bottom:1px solid rgba(202, 195, 195, 0.37);
margin:0px;
color: #a70303;
width: 228px;
padding: 10px;font-size:15px;font-family: 'Lato-Semibold';
}
.navbar-nav > li > .dropdown-menu{
border-radius: 0px;
padding: 0px;
}
.main li{
padding:0px;
}
.dropdown-submenu {
position:relative;
}
.dropdown-submenu>.dropdown-menu {
top:0;left:100%;
margin-top:-6px;margin-left:-1px;
-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
}
.dropdown-submenu > a:after {
border-color: transparent transparent transparent #333;
border-style: solid;
border-width: 5px 0 5px 5px;
content: " ";
display: block;
float: right;
height: 0;
margin-right: -10px;
margin-top: 5px;
width: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
text-decoration: none;
}
@media (max-width: 767px) {
.navbar-nav {
display: inline;
}
.navbar-default .navbar-brand {
display: inline;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
color: red;
background-color: #ccc;
border-radius: 4px;
margin-top: 2px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
background-color: #ccc;
}
.navbar-nav .open .dropdown-menu {
border-bottom: 1px solid white;
border-radius: 0;
}
.dropdown-menu {
padding-left: 10px;
}
.dropdown-menu .dropdown-menu {
padding-left: 20px;
}
.dropdown-menu .dropdown-menu .dropdown-menu {
padding-left: 30px;
}
li.dropdown.open {
border: 0px solid red;
}
}
@media (min-width: 768px) {
ul.nav li:hover > ul.dropdown-menu {
display: block;
}
#navbar {
text-align: center;
position: absolute;
z-index: 3;
width: 100%;
}
}
.copyright {
color: #fff;
line-height: 30px;
min-height: 30px;
padding: 7px 0;
}
.design {
color: #fff;
line-height: 30px;
min-height: 30px;
padding: 7px 0;
text-align: right;
}
.design a{
color:#fff;
}
.footer-bottom {
background-color: #a70303;
min-height: 30px;
width: 100%;
z-index: 10;
position: absolute;
margin-top:30px;
}
.main-container{
min-height:100%;
margin-top: 80px;
}
.card
{
margin-bottom: 4px;
background: #fff;
border:1px solid #ddd;
}
.card-header
{
border-bottom: solid 1px #ddd;
border-radius: 0px;
padding-left: 5px;
background:#fff;
}
.card-header h5{}
.card-header h5 a
{font-family: 'Lato-Medium';font-size:16px;
color: #222;
}
.card-block
{
color: #222;
padding: 12px;
} .card-block p{font-size:16px;} .card-block a.btn{font-size:15px;}
a:focus
{
outline:none;
}
.form-control{
border-radius:0px;
}
.btn{
border-radius:0px;
}
.middle-content h3{
margin-top:0px;
}
.middle-content hr{
border-top:#222 1px solid;
}
/*.owl-nav{
display:none;
}*/
.owl-dots{
display:none;
}
/*.btn-default{
background-color:#666;
color:#fff;
}*/
/*new css*/
.gap{height:110px;} .details{} .details-right{padding:0px;}
.details-right a.btn{color:#000;font-size:17px;padding:8px 0px;background:#fff;border:none;text-align:left;}
.details-right a.btn img{width:20px;height:20px;float:left;padding-right:3px;}
/*.details-right a.btn-danger{line-height:25px;font-size:15px;background:#A70303 !important;color:#fff !important;text-align:center !important}*/
.details-right h4{font-family: 'Lato-Bold';margin:0px;}
.details-right h5{font-size:14px;margin:0px;}
.details-right h5 span{margin:0px;font-family: 'Lato-Medium';}
.details-right ul{padding:8px 0px 0px 0px;}
.details-right ul li{float:left;padding:3px;margin:0px 15px 0px 0px;list-style:none;
color:#000;font-size:15px;}
.details-right ul li img{width:22px;height:20px;float:left;padding-right:3px;}
.details-right1{padding:0px;} .details-right1 h4{font-family: 'Lato-Bold';margin:0px;font-size:13px;}
.details-right1 h5{font-size:14px;margin:0px;}
.details-right1 h5 span{margin:0px;font-family: 'Lato-Medium';}
.details-footer{padding:8px;}
.details-footer span{font-family: 'Lato-Bold';font-size:12px;text-transform:uppercase;}
.details-footer a.btn{background:none;font-size:15px;padding:0px 10px;margin:0px 5px;}
.details-footer a.btn img{width:20px;height:20px;float:left;padding:3px;}
.latest-left{padding:0px;}
.latest-left .panel-default>.panel-heading{background:#fff !important;}
.latest-left .panel-default>.panel-heading h2{line-height:35px;text-transform:uppercase;margin:0px;font-family: 'Lato-Bold';font-size:16px;}
.latest-left .panel-default>.panel-heading h2 img{width:30px;height:30px;float:left;margin-right:10px;}
.latest-left .panel-default>.panel-heading a.btn{background:none;border:none;font-size:16px;font-family: 'Lato-Bold';color:#a70303;margin-top:5px;}
.latest-right{width:98%;padding:0px;float:right;} .latest-content{}
.latest-content .panel{margin-bottom:0px !important;}
.latest-content h3{font-family: 'Lato-Bold';font-size:18px;}
.latest-content p{font-size:14px;line-height:22px;text-align:justify;margin:0px;}
.latest-content ul.list-inline{margin:0px;padding:0px;}
.latest-content ul.list-inline li{margin:0px;padding:0px;font-size:14px;line-height:30px;}
.no-brd{border-radius:0px !important;} .no-brd1{border:none !important;}
.viewpro{border-bottom:1px solid #f1f1f1;padding:5px 0px 8px 0px;}
.smk_accordion {
position: relative;
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 20px;
}
/**
* --------------------------------------------------------------
* Section
* --------------------------------------------------------------
*/
.smk_accordion .accordion_in {
border: 1px solid #ccc;
position: relative;
z-index: 10;
margin-top: -1px;
overflow: hidden;
}
/**
* --------------------------------------------------------------
* Head
* --------------------------------------------------------------
*/
.smk_accordion .accordion_in .acc_head {
position: relative;
background: #FDFDFD;
padding: 10px;
font-size: 14px;
display: block;
cursor: pointer;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
display: block;
width: 18px;
height: 18px;
position: absolute;
right:10px;
top: 50%;
margin-top: -9px;
background: url(../images/plusminus.png) center 0;
}
/**
* --------------------------------------------------------------
* Content
* --------------------------------------------------------------
*/
.smk_accordion .accordion_in .acc_content {
background:#fff;
color: #000;
padding: 3px 10px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
margin-top: 5px;
}
/**
* --------------------------------------------------------------
* General
* --------------------------------------------------------------
*/
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
border-radius: 3px 3px 0 0;
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
display: block;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
background: #F9F9F9;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
background: url(../images/plusminus.png) center -18px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
padding-left:10px;
}
.myprofile{} .myprofile h4{} .myprofile h4 a{font-size:14px;font-family: 'Lato-Bold';color:#000;text-decoration:none;}
.myprofile h5{color:#000;font-size:14px;margin:0px;}
.myprofile-list{margin:0px;padding:3px 0px 8px 0px;} .myprofile-list ul.list-inline{margin:0px;padding:0px;}
.myprofile-list ul.list-inline li{margin:0px;padding:0px;border-right:1px solid #ddd;}
.myprofile-list ul.list-inline li:last-child{border:none;padding-left:8px;}
.myprofile-list a{text-decoration:none;color:#000;font-size:15px;line-height:25px;margin-bottom:5px;}
.myprofile-list a i{color:#999;} .edit{padding:8px 0px;margin-top:5px;border-top:1px dashed #ddd;}
.edit label{color:#000;font-size:17px;clear:both;font-weight:normal;margin-bottom:0px;}
.edit label sup{color:#f30;font-size:25px;margin:0px;padding:0px;top:8px;}
.edit input[type="text"]{color:#000;font-size:15px;}
.edit textarea{resize:none;font-size:15px;color:#000;}
.edit button{margin-top:5px;}
.edit input[type="submit"]{margin-top:30px;}
/********************checkbox********************/
.sky-form span,.dob span{color:#fff;float:left;font-size:13px;padding:5px 5px 0px 10px;padding-right:5px;}.dob input[type="text"]{width:17%;height:15px;float:left;padding-left:5px;margin-right:5px;}
.sky-form .label {display: block;margin-bottom: 6px;line-height: 19px;font-size:12px;color:#fff;}
.sky-form .label.col {margin: 0;padding-top: 10px;}.sky-form{width:100%;margin:0px auto;}
.sky-form .radio,.sky-form .checkbox{position: relative;display: block;}
/**radios and checkboxes**/
.sky-form .radio,.sky-form .checkbox {float:left;outline:none;border:none;margin-bottom:4px;padding-left:20px;font-size:12px;line-height: 27px;color:#f3d555;cursor: pointer;font-weight: normal;margin-top: 0;margin-left:30px;}
.sky-form .radio{text-transform: none;}
.sky-form .radio:last-child,.sky-form .checkbox:last-child {margin-bottom: 0;}
.sky-form .radio input,.sky-form .checkbox input {position: absolute;left: -9999px;}
.sky-form .radio i {border-radius: 50%;}
.sky-form .radio input + i:after,
.sky-form .radio input + i:after {content: '';top:3px;left:3px;width:4px;height:4px;border-radius: 50%;}
.sky-form .radio input:checked + i:after,.sky-form .checkbox input:checked + i:after {opacity: 1;}
.sky-form .inline-group .radio,.sky-form .inline-group .checkbox {float: left;margin-right: 30px;}
.sky-form .inline-group .radio:last-child,.sky-form .inline-group .checkbox:last-child {margin-bottom: 4px;}
.sky-form .radio i,.sky-form .checkbox i{border-color: #e5e5e5;transition: border-color 0.3s;-o-transition: border-color 0.3s;-ms-transition: border-color 0.3s;-moz-transition: border-color 0.3s;-webkit-transition: border-color 0.3s;background:#000;}
/**hover state**/
.sky-form .radio:hover i,
.sky-form .checkbox:hover i {border-color: #8dc9e5;}
/**focus state**/
.sky-form .radio input:focus + i,.sky-form .checkbox input:focus + i{border-color: #2da5da;}
/**checked state**/
.sky-form .radio input + i:after {background-color:#F3A024;}
.sky-form .checkbox input + i:after {color: #2da5da;}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i {border-color:#F3A024;}
/**error state**/
.sky-form .radio.state-error i,.sky-form .checkbox.state-error i{background: #fff0f0;}
/**success state**/
.sky-form .radio.state-success i,.sky-form .checkbox.state-success i {background: #f0fff0;}
/**disabled state**/
.sky-form .radio.state-disabled,.sky-form .checkbox.state-disabled {cursor: default;opacity: 0.5;}
.sky-form .radio.state-disabled:hover i,.sky-form .checkbox.state-disabled:hover i {border-color: #e5e5e5;}
/******checkbox*******/
.sky-form .label {display: block;margin-bottom: 6px;line-height: 19px;}
.sky-form .label.col {margin: 0;padding-top: 10px;}
.sky-form .input,.sky-form .radio,.sky-form .checkbox{position: relative;display: block;}
/**radios and checkboxes**/
.sky-form .radio,.sky-form .checkbox {margin-left:0px;outline:none;border:none;margin-bottom: 4px;padding-left:18px;font-size: 13px;line-height:27px;color: #000;cursor: pointer;font-weight: normal;margin-top: 0;padding-right:8px}
.sky-form .radio{text-transform: none;}
.sky-form .radio:last-child,.sky-form .checkbox:last-child {margin-bottom: 0;}
.sky-form .radio input,.sky-form .checkbox input {position: absolute;left: -9999px;}
.sky-form .radio i,.sky-form .checkbox i {position: absolute;top:6px;left: 0;display: block;width:14px;height:14px;outline: none;border-width:1px;border-style: solid;background: #fff;border-color:#A0BA42;}
.sky-form .radio input + i:after,.sky-form .checkbox input + i:after {position: absolute;opacity: 0;transition: opacity 0.1s;-o-transition: opacity 0.1s;-ms-transition: opacity 0.1s;-moz-transition: opacity 0.1s;-webkit-transition: opacity 0.1s;}
.sky-form .radio input + i:after {content: '';top:3px;left:3px;width:6px;height:6px;border-radius: 50%;}
.sky-form .checkbox input + i:after {content: '';top:3px;left:1px;width: 10px;height: 7px;background:url('../images/tick.png') no-repeat;text-align: center;}
.sky-form .radio input:checked + i:after,.sky-form .checkbox input:checked + i:after {opacity: 1;}
.sky-form .inline-group {margin: 0 -30px -4px 0;}
.sky-form .inline-group:after {content: '';display: table;clear: both;}
.sky-form .inline-group .radio,.sky-form .inline-group .checkbox {float: left;margin-right: 30px;}
.sky-form .inline-group .radio:last-child,.sky-form .inline-group .checkbox:last-child {margin-bottom: 4px;}
.sky-form .radio i,.sky-form .checkbox i{border-color:#105C9C;transition: border-color 0.3s;-o-transition: border-color 0.3s;-ms-transition: border-color 0.3s;-moz-transition: border-color 0.3s;-webkit-transition: border-color 0.3s;}
.sky-form .radio:hover i,.sky-form .checkbox:hover i{border-color: #8dc9e5;}
.sky-form .radio input:focus + i,.sky-form .checkbox input:focus + i{border-color: #2da5da;}
.sky-form .radio input + i:after {background-color:#F5565c; }
.sky-form .checkbox input + i:after {color: #2da5da;}
.sky-form .radio input:checked + i,.sky-form .checkbox input:checked + i{border-color:#F5565c; }
.sky-form .radio.state-error i,.sky-form .checkbox.state-error i{background: #fff0f0;}
.sky-form .radio.state-success i,.sky-form .checkbox.state-success i{background: #f0fff0;}
.sky-form .radio.state-disabled input,.sky-form .checkbox.state-disabled {cursor: default;opacity: 0.5;}
.sky-form .radio.state-disabled:hover i,.sky-form .checkbox.state-disabled:hover i{border-color: #e5e5e5;}
.midd-ribb{background:#fff;padding:0px 0px 20px 0px;}
#ribbon-container {
position: absolute;
top: 15px;
right: -5px;
overflow: visible; /* so we can see the pseudo-elements we're going to add to the anchor */
font-size: 18px; /* font-size and line-height must be equal so we can account for the height of the banner */
line-height:22px;width:100%;
}
#ribbon-container:before {
content:"";
height: 0;
width: 0;
display: block;
position: absolute;
top: 10px;
left: 0;
border-top: 29px solid rgba(0,0,0,.3); /* These 4 border properties create the first part of our drop-shadow */
border-bottom: 29px solid rgba(0,0,0,.3);
border-right: 29px solid rgba(0,0,0,.3);
border-left: 29px solid transparent;
}
#ribbon-container:after { /* This adds the second part of our dropshadow */
content:"";
height: 3px;
background: rgba(0,0,0,.3);
display: block;
position: absolute;
bottom: -3px;
left: 58px;
right:3px;
}
#ribbon-container a {
display:block;
padding:10px;
position:relative; /* allows us to position our pseudo-elements properly */
background:#513e53;
overflow:visible;
height:65px;
margin-left:29px;
color:#fff;
text-decoration:none;
}
#ribbon-container a:after { /* this creates the "folded" part of our ribbon */
content:"";
height: 0;
width: 0;
display:block;
position:absolute;
bottom:-15px;
right:0;
border-top: 15px solid #513e53;
border-right: 15px solid transparent;
}
#ribbon-container a:before { /* this creates the "forked" part of our ribbon */
content:"";
height: 0;
width: 0;
display:block;
position:absolute;
top:0;
left:-29px;
border-top: 30px solid #513e53;
border-bottom: 35px solid #513e53;
border-right: 30px solid transparent;
border-left: 30px solid transparent;
} .no-bag{background:none !important;}
.some-profiles{margin-top:10px;} .some-profiles h5{border-bottom:1px solid #ddd;margin-bottom: 25px;
height: 12px;}
.some-profiles h5 span{font-family: 'Lato-Bold';background:#fff;padding:5px;font-size:18px;}
.card-footer{} .card-footer a.btn{background:#A70303;font-family: 'BrandonGrotesque-Light';}
.viewall{margin:30px 0px;border-bottom:1px solid #ddd;height:15px;}
.viewall a.btn{font-family: 'Lato-Medium';font-size:15px;padding:5px 10px;}
.side-right{border-bottom:1px solid rgba(221, 221, 221, 0.49);padding:8px 0px 8px 0px;}
.side-right h3{font-family: 'Lato-Medium';margin:2px 2px 3px 5px;font-size:15px;}
.side-right h4{font-size:14px;margin:2px 2px 3px 5px;} .side-right h5{font-size:14px;margin:2px 2px 3px 5px;}
.side-right a.btn{margin-left:8px;} .hd{font-family: 'Lato-Bold';
font-size: 16px;
color: #222;}
.membership{padding:8px;background: -moz-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,0,0,1)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
background: linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#FF0000',GradientType=1 ); /* ie6-9 */}
ul.resp-tabs-list{
margin: 0px !important;
padding: 0px;
}
.resp-tabs-list li {font-family: 'Lato-Bold';
font-size: 14px;text-transform:uppercase;
display: inline-block;
padding: 13px 15px;
margin: 0 4px 0 0;
list-style: none;
cursor: pointer;
float: left;
}
.resp-tabs-container {
padding: 0px;
background-color: #fff;
clear: left;
}
.filter{background:#fff;padding:0px 0px 10px 0px;box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);}
.filter h4{margin:0px;padding: 8px 0px 0px 8px;color:#9ebee0;text-transform:uppercase;line-height:30px; font-family: 'Lato-Bold';font-size:14px;}
.filter1 input, .filter1 select,
.filter1 textarea,
.filter1 .radio-label::before,
.filter1 .checkbox-label::before {
/* shared style for input elements */
border-radius: 0;
background-color: #ffffff;
border: 2px solid #e6e6e6;
}
.filter1 input[type='search'],
.filter1 input[type='text'],
.filter1 textarea,
.filter1 select {
width: 100%;background:#f2f2f2;
padding: .5em;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
box-shadow: none;
}
.filter1 input[type='search']:focus,
.filter1 input[type='text']:focus,
.filter1 textarea:focus,
.filter1 select:focus {
outline: none;
background-color: #ffffff;
border-color: #d1d1d1;
}
.filter1 input[type='search'] {
/* custom style for the search element */
border-color: transparent;
background-color: #e6e6e6;
/* prevent jump - ios devices */
font-size: 1.6rem !important;
}
.filter1 input[type='search']::-webkit-search-cancel-button {
display: none;
}
.filter1 .cd-select {
/* select element wrapper */
position: relative;
}
.filter1 .cd-select::after {
/* switcher arrow for select element */
content: '';
position: absolute;
z-index: 1;
right: 14px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
display: block;
width: 16px;
height: 16px;
background: url("../images/cd-icon-arrow.svg") no-repeat center center;
pointer-events: none;
}
.filter1 select {
cursor: pointer;
font-size: 1.4rem;background:#f2f2f2;
}
.filter1 select::-ms-expand {
display: none;
}
.filter1 label{font-size:14px;font-family: 'Lato-Medium';}
.filter1 label sup{font-size:6px;color:#aa1801;top:-7px;}
.filter-list{margin:0px;} .filter-list h5{color:#999;font-size:14px; font-family: 'Lato-Bold';text-transform:uppercase;}
.filter-list ul.list-group{margin:0px;padding:0px;} .filter-list ul.list-group li{margin:0px;padding:0px;}
.filter-list ul.list-group li a{text-decoration:none;line-height:45px;border-bottom:1px solid rgba(209, 209, 209, 0.42);color:#999;font-size:14px;font-family: 'Lato-Semibold';}
.filter-list ul.list-group li a:hover{background:#aa1801;color:#fff;} .filter-list ul.list-group li a.active{background:#aa1801;color:#fff;}
.filter-list input[type='search'] {background:#f2f2f2;
border-color: transparent;
background-color: #e6e6e6;
font-size: 1.6rem !important;
}
.filter-right{margin:3px 3px 20px 3px;background:#fff;padding:0px;}
.filter-right h2{margin:0px;text-align:left;background: rgb(113, 95, 111);padding:8px;
color: #fff;text-transform: uppercase;line-height: 30px;font-family: 'Lato-Bold';font-size:14px;}
.filter-right h3{color:#aa1801;font-size:18px; font-family: 'Lato-Bold';}
.filter-right h4{margin:0px;line-height:25px;font-family: 'Lato-Semibold';height:30px;font-size:14px;} .filter-right h4 small{color:#999;font-size:12px;}
.filter-right a img{width:96%;height:180px;margin:5px;} .filter-right a.btn{border-radius:0px;font-size:13px;padding:5px;line-height:20px;font-family: 'Lato-Semibold';color:#999;border:1px solid #d1d1d1;}
.filter-right a.btn:hover{background:#aa1801;color:#fff;border:1px solid #aa1801;}
.filter-right p{text-align:justify;line-height:20px;padding:5px;margin:0px;} .filter-right h5{font-family: 'Lato-bold';color:#333;font-size:18px;padding:5px;margin:0px;}
.filter-right ul{margin:0px;padding:5px;} .filter-right ul li{list-style:none;font-size:14px;line-height:20px;}
/*filter panel*/
.filter .panel-default{border:0px !important;border-radius:0px !important;}
.filter .panel-body{border:0px !important;}
.filter .panel-heading{border-radius:0px !important;}
.filter .panel-heading h3.panel-title{margin:0px;padding:8px;color:#fff;text-transform:uppercase;line-height:30px; font-family: 'Lato-Bold';font-size:14px;}
/*filter-bread*/
.filter-bread{background:#fff;padding:5px 0px;}
.filter-bread h4{margin:0px;padding:0px;color:#aa1801;font-size:17px !important;font-family: 'Lato-Medium';line-height:30px;} .filter-bread p{line-height:30px;margin:0px;padding:0px;font-style:italic;color:#999;font-size:13px;}
.filter-bread p sup{font-size:8px;color:#aa1801;top:-8px;}
.filter1 input[type="submit"]{background:#aa1801;color:#fff;border:2px solid #aa1801;}
h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}
.resp-tab-content {
display: none;
padding: 15px;
}
.resp-tab-active {
border: 1px solid #ddd !important;
border-bottom: none;
margin-bottom: -1px !important;
padding: 12px 14px 14px 14px !important;
border-top: 4px solid #a70303 !important;
border-bottom: 0px #fff solid !important;
}
.resp-tab-active {
border-bottom: none;
background-color: #fff;
}
.resp-content-active, .resp-accordion-active {
display: block;
}
.resp-tab-content {
/*border: 1px solid #c1c1c1;*/
border-top-color: #fcfcfc;
}
h2.resp-accordion {
font-size: 13px;
border: 1px solid #c1c1c1;
border-top: 0px solid #c1c1c1;
margin: 0px;
padding: 10px 15px;
}
h2.resp-tab-active {
border-bottom: 0px solid #c1c1c1 !important;
margin-bottom: 0px !important;
padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
border-bottom: 12px solid #c1c1c1 !important;
background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
float: left;
}
.resp-vtabs .resp-tabs-list li {
display: block;
padding: 15px 15px !important;
margin: 0 0 4px;
cursor: pointer;
float: none;
}
.resp-vtabs .resp-tabs-container {
padding: 0px;
background-color: #fff;
border: 1px solid #c1c1c1;
float: left;
height:auto;min-height:500px;
border-radius:0px;
clear: none;
}
.resp-vtabs .resp-tab-content {
border: none;
word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active {
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #c1c1c1 !important;
border-left: 4px solid #A70303 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;font-family: 'Lato-Bold' !important;color:#999;font-size:14px;
text-transform:uppercase;
}
.resp-arrow {
width: 0;
height: 0;
float: right;
margin-top: 3px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
border: none;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
background: #DBDBDB;/* !important;*/
}
.resp-easy-accordion h2.resp-accordion {
display: block;
}
.resp-easy-accordion .resp-tab-content {
border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
border-bottom: 1px solid #c1c1c1;/* !important;*/
}
.resp-jfit {
width: 100%;
margin: 0px;
}
.resp-tab-content-active {
display: block;
}
h2.resp-accordion:first-child {
border-top: 1px solid #c1c1c1;/* !important;*/
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
ul.resp-tabs-list {
display: none;
}
h2.resp-accordion {
display: block;
}
.resp-vtabs .resp-tab-content {
border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
border: none;
float: none;
width: 100%;
min-height: 100px;
clear: none;
}
.resp-accordion-closed {
display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
border-bottom: 1px solid #c1c1c1 !important;
}
} .education{height:200px;overflow-y:scroll;padding:0px;} .education h5{font-family:'Lato-Semibold';font-size:15px;color:#000;}
.education input[type="text"]{margin-top:5px;} .education ul.list-inline{}
.education ul.list-inline li{color:#000;font-size:14px;}
/*message*/
.mail-box {
border-collapse: collapse;
border-spacing: 0;
display: table;
table-layout: fixed;
width: 100%;
}
.mail-box aside {
display: table-cell;
float: none;
height: 100%;
padding: 0;
vertical-align: top;
}
.mail-box .sm-side {
background: none repeat scroll 0 0 #e5e8ef;
border-radius: 4px 0 0 4px;
width: 25%;
}
.mail-box .lg-side {
background: none repeat scroll 0 0 #fff;
border-radius: 0 4px 4px 0;
width: 75%;
}
.mail-box .sm-side .user-head {
background: none repeat scroll 0 0 #2b5f45;
border-radius: 4px 0 0;
color: #fff;
min-height: 80px;
padding: 10px;
}
.user-head .inbox-avatar {
float: left;
width: 65px;
}
.user-head .inbox-avatar img {
border-radius: 4px;
}
.user-head .user-name {
display: inline-block;
margin: 0 0 0 10px;
}
.user-head .user-name h5 {
font-size: 14px;
font-weight: 300;
margin-bottom: 0;
margin-top: 15px;
}
.user-head .user-name h5 a {
color: #fff;
}
.user-head .user-name span a {
color: #87e2e7;
font-size: 12px;
}
a.mail-dropdown {
background: none repeat scroll 0 0 #80d3d9;
border-radius: 2px;
color: #01a7b3;
font-size: 10px;
margin-top: 20px;
padding: 3px 5px;
}
.inbox-body {
padding: 20px;
}
.btn-compose {
background: none repeat scroll 0 0 #ff6c60;
color: #fff;
padding: 12px 0;
text-align: center;
width: 100%;
}
.btn-compose:hover {
background: none repeat scroll 0 0 #f5675c;
color: #fff;
}
ul.inbox-nav {
display: inline-block;
margin: 0;
padding: 0;
width: 100%;
}
.inbox-divider {
border-bottom: 1px solid #d5d8df;
}
ul.inbox-nav li {
display: inline-block;
line-height: 45px;
width: 100%;
}
ul.inbox-nav li a {
color: #6a6a6a;
display: inline-block;
line-height: 45px;
padding: 0 20px;
width: 100%;
}
ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
background: none repeat scroll 0 0 #d5d7de;
color: #6a6a6a;
}
ul.inbox-nav li a i {
color: #6a6a6a;
font-size: 16px;
padding-right: 10px;
}
ul.inbox-nav li a span.label {
margin-top: 13px;
}
ul.labels-info li h4 {
color: #5c5c5e;
font-size: 13px;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
text-transform: uppercase;
}
ul.labels-info li {
margin: 0;
}
ul.labels-info li a {
border-radius: 0;
color: #6a6a6a;
}
ul.labels-info li a:hover, ul.labels-info li a:focus {
background: none repeat scroll 0 0 #d5d7de;
color: #6a6a6a;
}
ul.labels-info li a i {
padding-right: 10px;
}
.nav.nav-pills.nav-stacked.labels-info p {
color: #9d9f9e;
font-size: 11px;
margin-bottom: 0;
padding: 0 22px;
}
.inbox-head {
background: none repeat scroll 0 0 #f59696;
border-radius: 0 4px 0 0;
color: #fff;
min-height: 80px;
padding: 20px;
}
.inbox-head h3 {
display: inline-block;
font-weight: 300;
margin: 0;
padding-top: 6px;
}
.inbox-head .sr-input {
border: medium none;
border-radius: 4px 0 0 4px;
box-shadow: none;
color: #8a8a8a;
float: left;
height: 40px;
padding: 0 10px;
}
.inbox-head .sr-btn {
background: none repeat scroll 0 0 #00a6b2;
border: medium none;
border-radius: 0 4px 4px 0;
color: #fff;
height: 40px;
padding: 0 20px;
}
ul.inbox-pagination {
float: right;
}
ul.inbox-pagination li {
float: left;
}
.mail-option {
display: inline-block;
margin-bottom: 10px;
width: 100%;
}
.mail-option .chk-all, .mail-option .btn-group {
margin-right: 5px;
}
.mail-option .chk-all, .mail-option .btn-group a.btn {
background: none repeat scroll 0 0 #fcfcfc;
border: 1px solid #e7e7e7;
border-radius: 3px !important;
color: #afafaf;
display: inline-block;
padding: 5px 10px;
}
.inbox-pagination a.np-btn {
background: none repeat scroll 0 0 #fcfcfc;
border: 1px solid #e7e7e7;
border-radius: 3px !important;
color: #afafaf;
display: inline-block;
padding: 5px 15px;
}
.mail-option .chk-all input[type="checkbox"] {
margin-top: 0;
}
.mail-option .btn-group a.all {
border: medium none;
padding: 0;
}
.inbox-pagination a.np-btn {
margin-left: 5px;
}
.inbox-pagination li span {
display: inline-block;
margin-right: 5px;
margin-top: 7px;
}
.fileinput-button {
background: none repeat scroll 0 0 #eeeeee;
border: 1px solid #e6e6e6;
}
.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
border: 1px solid #e6e6e6;
box-shadow: none;
}
.btn-send, .btn-send:hover {
background: none repeat scroll 0 0 #00a8b3;
color: #fff;
}
.btn-send:hover {
background: none repeat scroll 0 0 #009da7;
}
.modal-header h4.modal-title {
font-family: "Open Sans",sans-serif;
font-weight: 300;
}
.modal-body label {
font-family: "Open Sans",sans-serif;
font-weight: 400;
}
.heading-inbox h4 {
border-bottom: 1px solid #ddd;
color: #444;
font-size: 18px;
margin-top: 20px;
padding-bottom: 10px;
}
.sender-info {
margin-bottom: 20px;
}
.sender-info img {
height: 30px;
width: 30px;
}
.sender-dropdown {
background: none repeat scroll 0 0 #eaeaea;
color: #777;
font-size: 10px;
padding: 0 3px;
}
.view-mail a {
color: #ff6c60;
}
.attachment-mail {
margin-top: 30px;
}
.attachment-mail ul {
display: inline-block;
margin-bottom: 30px;
width: 100%;
}
.attachment-mail ul li {
float: left;
margin-bottom: 10px;
margin-right: 10px;
width: 150px;
}
.attachment-mail ul li img {
width: 100%;
}
.attachment-mail ul li span {
float: right;
}
.attachment-mail .file-name {
float: left;
}
.attachment-mail .links {
display: inline-block;
width: 100%;
}
.fileinput-button {
float: left;
margin-right: 4px;
overflow: hidden;
position: relative;
}
.fileinput-button input {
cursor: pointer;
direction: ltr;
font-size: 23px;
margin: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transform: translate(-300px, 0px) scale(4);
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
margin-bottom: 5px;
}
.files .progress {
width: 200px;
}
.fileupload-processing .fileupload-loading {
display: block;
}
* html .fileinput-button {
line-height: 24px;
margin: 1px -3px 0 0;
}
* + html .fileinput-button {
margin: 1px 0 0;
padding: 2px 15px;
}
@media (max-width: 767px) {
.files .btn span {
display: none;
}
.files .preview * {
width: 40px;
}
.files .name * {
display: inline-block;
width: 80px;
word-wrap: break-word;
}
.files .progress {
width: 20px;
}
.files .delete {
width: 60px;
}
}
.thumbnail
{
margin-bottom: 20px;
padding:0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.thumbnail img{height:200px;padding:10px 10px 0px 10px;}
.thumbnail .caption {
padding:0px;
color: #333;
}
.item.list-group-item
{
float: left;
width: 50%;
background-color: #fff;
margin-bottom: 10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
background: #428bca;
}
.item.list-group-item .list-group-image
{
margin-right: 10px;
}
.item.list-group-item .thumbnail
{
margin-bottom: 0px;
}
.item.list-group-item .caption
{
padding: 9px 9px 0px 9px;
}
.item.list-group-item
{background: no-repeat;
border: none;
}
.item.list-group-item:hover{background:none !important;}
.item.list-group-item:before, .item.list-group-item:after
{
display: table;
content: " ";
}
.item.list-group-item img
{
float: left;
}
.item.list-group-item:after
{
clear: both;
}
.search-list-type{padding:0px;} .search-list-type h4{font-family: 'Lato-Bold';margin:8px 0px 0px 10px;font-size:14px;}
.search-list-type h5{margin:0px 0px 5px 10px;font-size:12px;color:#000;}
.search-list-type p{margin:5px 0px 0px 10px;font-size:14px;color:#000;}
.intrest{background:#f1f1f1;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
margin-top:5px;padding:5px;}
.intrest ul.list-inline{margin:0px;padding:0px;}
.intrest ul.list-inline li:first-child{font-size:16px;margin-left:5px;color:#999;} .intrest ul.list-inline li:last-child{float:right;font-style:normal;}
.intrest ul.list-inline li{font-size:12px;font-style:italic;margin:0px;padding:0px;}
.intrest ul.list-inline li a.btn.btn-default{ padding: 5px 0px 0px 0px;
text-align: center;
width: 30px;
height: 30px;
border-radius: 50%;
/* line-height: 28px !important; */
background: rgba(153, 153, 153, 0.38);
color: #948f8f;
font-size: 18px;
margin-left: 10px;} .intrest ul.list-inline li a.btn.btn-default:hover{background:#f9f9f9;color:#000;} | assets/userdashboard/css/styles.css | @font-face {
font-family: 'Lato-Regular';
src: url('../fonts/Lato-Regular.eot');
src: url('../fonts/Lato-Regular.woff2') format('woff2'),
url('../fonts/Lato-Regular.woff') format('woff'),
url('../fonts/Lato-Regular.ttf') format('truetype'),
url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg'),
url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Semibold';
src: url('../fonts/Lato-Semibold.eot');
src: url('../fonts/Lato-Semibold.woff2') format('woff2'),
url('../fonts/Lato-Semibold.woff') format('woff'),
url('../fonts/Lato-Semibold.ttf') format('truetype'),
url('../fonts/Lato-Semibold.svg#Lato-Semibold') format('svg'),
url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Medium';
src: url('../fonts/Lato-Medium.eot');
src: url('../fonts/Lato-Medium.woff2') format('woff2'),
url('../fonts/Lato-Medium.woff') format('woff'),
url('../fonts/Lato-Medium.ttf') format('truetype'),
url('../fonts/Lato-Medium.svg#Lato-Medium') format('svg'),
url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Lato-Bold';
src: url('../fonts/Lato-Bold.eot');
src: url('../fonts/Lato-Bold.woff2') format('woff2'),
url('../fonts/Lato-Bold.woff') format('woff'),
url('../fonts/Lato-Bold.ttf') format('truetype'),
url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg'),
url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
body{background:rgba(248, 248, 248, 0.34);font-family: 'Lato-Regular';}
p{
font-size:13px;
}
a{
color:#A70303;
}
hr{
margin:6px 0px;
}
.logo{
width:100%;
height:auto;
}
.card-body p{
margin:0px;font-size:15px;color:#000;
}
.owl-item .card{
background-color:transparent;
border:none;
}
.card-img-top{
margin-bottom:10px;
}
.account-menu {
margin-top:0px;
}
.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
background:#fff;
}
.main-menu .nav > li{font-size:18px;
border-right:1px solid rgba(130, 6, 6, 0.37);padding-top:5px;
} .main-menu .nav > li:last-child{border:none;float:right;}
.account-menu .dropdown {
border:1px solid #A70302;border-radius:0px;}
.account-menu .dropdown-menu>li>a {
color:#a70303;font-size:16px;
}
.account-menu .dropdown ul.dropdown-menu {
border-radius:0px;box-shadow:none;margin-top: 0px;width:370px;left:-20em;}
.account-menu .dropdown ul.dropdown-menu:before {
content: "";
border-bottom: 10px solid #fff;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
position: absolute;
top: -10px;
right: 20px;
z-index: 10;
}
.account-menu .dropdown ul.dropdown-menu:after {
content: "";
border-bottom: 12px solid #ccc;
border-right: 12px solid transparent;
border-left: 12px solid transparent;
position: absolute;
top: -12px;
right: 18px;
z-index: 9;
}/* CSS Document */
.no-mar{margin:0px !important;} .no-pad{padding:0px !important;} a.user-name{} a.user-name img{width: 44px;
height: 44px;
margin-top: 6px;} a.user-name i{color:#fff;margin-top:20px;}
/*Main Menu CSS is Here */
.main-menu{height:60px;
background-color:#A70303 !important;
color:#fff !important;
}
.dropdown-toggle{font-size:15px;font-family: 'Lato-Semibold';
color:#fff !important;
}
.dropdown-menu > li.kopie > a {
padding-left:5px;
}
.user-name{
color:#222 !important;
}
.main li a{
border-bottom:1px solid rgba(202, 195, 195, 0.37);
margin:0px;
color: #a70303;
width: 228px;
padding: 10px;font-size:15px;font-family: 'Lato-Semibold';
}
.navbar-nav > li > .dropdown-menu{
border-radius: 0px;
padding: 0px;
}
.main li{
padding:0px;
}
.dropdown-submenu {
position:relative;
}
.dropdown-submenu>.dropdown-menu {
top:0;left:100%;
margin-top:-6px;margin-left:-1px;
-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
}
.dropdown-submenu > a:after {
border-color: transparent transparent transparent #333;
border-style: solid;
border-width: 5px 0 5px 5px;
content: " ";
display: block;
float: right;
height: 0;
margin-right: -10px;
margin-top: 5px;
width: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
text-decoration: none;
}
@media (max-width: 767px) {
.navbar-nav {
display: inline;
}
.navbar-default .navbar-brand {
display: inline;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
color: red;
background-color: #ccc;
border-radius: 4px;
margin-top: 2px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
background-color: #ccc;
}
.navbar-nav .open .dropdown-menu {
border-bottom: 1px solid white;
border-radius: 0;
}
.dropdown-menu {
padding-left: 10px;
}
.dropdown-menu .dropdown-menu {
padding-left: 20px;
}
.dropdown-menu .dropdown-menu .dropdown-menu {
padding-left: 30px;
}
li.dropdown.open {
border: 0px solid red;
}
}
@media (min-width: 768px) {
ul.nav li:hover > ul.dropdown-menu {
display: block;
}
#navbar {
text-align: center;
position: absolute;
z-index: 3;
width: 100%;
}
}
.copyright {
color: #fff;
line-height: 30px;
min-height: 30px;
padding: 7px 0;
}
.design {
color: #fff;
line-height: 30px;
min-height: 30px;
padding: 7px 0;
text-align: right;
}
.design a{
color:#fff;
}
.footer-bottom {
background-color: #a70303;
min-height: 30px;
width: 100%;
z-index: 10;
position: absolute;
margin-top:30px;
}
.main-container{
min-height:100%;
margin-top: 80px;
}
.card
{
margin-bottom: 4px;
background: #fff;
border:1px solid #ddd;
}
.card-header
{
border-bottom: solid 1px #ddd;
border-radius: 0px;
padding-left: 5px;
background:#fff;
}
.card-header h5{}
.card-header h5 a
{font-family: 'Lato-Medium';font-size:16px;
color: #222;
}
.card-block
{
color: #222;
padding: 12px;
} .card-block p{font-size:16px;} .card-block a.btn{font-size:15px;}
a:focus
{
outline:none;
}
.form-control{
border-radius:0px;
}
.btn{
border-radius:0px;
}
.middle-content h3{
margin-top:0px;
}
.middle-content hr{
border-top:#222 1px solid;
}
/*.owl-nav{
display:none;
}*/
.owl-dots{
display:none;
}
/*.btn-default{
background-color:#666;
color:#fff;
}*/
/*new css*/
.gap{height:110px;} .details{} .details-right{padding:0px;}
.details-right a.btn{color:#000;font-size:17px;padding:8px 0px;background:#fff;border:none;text-align:left;}
.details-right a.btn img{width:20px;height:20px;float:left;padding-right:3px;}
/*.details-right a.btn-danger{line-height:25px;font-size:15px;background:#A70303 !important;color:#fff !important;text-align:center !important}*/
.details-right h4{font-family: 'Lato-Bold';margin:0px;}
.details-right h5{font-size:14px;margin:0px;}
.details-right h5 span{margin:0px;font-family: 'Lato-Medium';}
.details-right ul{padding:8px 0px 0px 0px;}
.details-right ul li{float:left;padding:3px;margin:0px 15px 0px 0px;list-style:none;
color:#000;font-size:15px;}
.details-right ul li img{width:22px;height:20px;float:left;padding-right:3px;}
.details-right1{padding:0px;} .details-right1 h4{font-family: 'Lato-Bold';margin:0px;font-size:13px;}
.details-right1 h5{font-size:14px;margin:0px;}
.details-right1 h5 span{margin:0px;font-family: 'Lato-Medium';}
.details-footer{padding:8px;}
.details-footer span{font-family: 'Lato-Bold';font-size:12px;text-transform:uppercase;}
.details-footer a.btn{background:none;font-size:15px;padding:0px 10px;margin:0px 5px;}
.details-footer a.btn img{width:20px;height:20px;float:left;padding:3px;}
.latest-left{padding:0px;}
.latest-left .panel-default>.panel-heading{background:#fff !important;}
.latest-left .panel-default>.panel-heading h2{line-height:35px;text-transform:uppercase;margin:0px;font-family: 'Lato-Bold';font-size:16px;}
.latest-left .panel-default>.panel-heading h2 img{width:30px;height:30px;float:left;margin-right:10px;}
.latest-left .panel-default>.panel-heading a.btn{background:none;border:none;font-size:16px;font-family: 'Lato-Bold';color:#a70303;margin-top:5px;}
.latest-right{width:98%;padding:0px;float:right;} .latest-content{}
.latest-content .panel{margin-bottom:0px !important;}
.latest-content h3{font-family: 'Lato-Bold';font-size:18px;}
.latest-content p{font-size:14px;line-height:22px;text-align:justify;margin:0px;}
.latest-content ul.list-inline{margin:0px;padding:0px;}
.latest-content ul.list-inline li{margin:0px;padding:0px;font-size:14px;line-height:30px;}
.no-brd{border-radius:0px !important;} .no-brd1{border:none !important;}
.viewpro{border-bottom:1px solid #f1f1f1;padding:5px 0px 8px 0px;}
.smk_accordion {
position: relative;
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 20px;
}
/**
* --------------------------------------------------------------
* Section
* --------------------------------------------------------------
*/
.smk_accordion .accordion_in {
border: 1px solid #ccc;
position: relative;
z-index: 10;
margin-top: -1px;
overflow: hidden;
}
/**
* --------------------------------------------------------------
* Head
* --------------------------------------------------------------
*/
.smk_accordion .accordion_in .acc_head {
position: relative;
background: #FDFDFD;
padding: 10px;
font-size: 14px;
display: block;
cursor: pointer;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
display: block;
width: 18px;
height: 18px;
position: absolute;
right:10px;
top: 50%;
margin-top: -9px;
background: url(../images/plusminus.png) center 0;
}
/**
* --------------------------------------------------------------
* Content
* --------------------------------------------------------------
*/
.smk_accordion .accordion_in .acc_content {
background:#fff;
color: #000;
padding: 3px 10px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
margin-top: 5px;
}
/**
* --------------------------------------------------------------
* General
* --------------------------------------------------------------
*/
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
border-radius: 3px 3px 0 0;
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
border-radius: 0 0 3px 3px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
display: block;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
background: #F9F9F9;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
background: url(../images/plusminus.png) center -18px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
padding-left:10px;
}
.myprofile{} .myprofile h4{} .myprofile h4 a{font-size:14px;font-family: 'Lato-Bold';color:#000;text-decoration:none;}
.myprofile h5{color:#000;font-size:14px;margin:0px;}
.myprofile-list{margin:0px;padding:3px 0px 8px 0px;} .myprofile-list ul.list-inline{margin:0px;padding:0px;}
.myprofile-list ul.list-inline li{margin:0px;padding:0px;border-right:1px solid #ddd;}
.myprofile-list ul.list-inline li:last-child{border:none;padding-left:8px;}
.myprofile-list a{text-decoration:none;color:#000;font-size:15px;line-height:25px;margin-bottom:5px;}
.myprofile-list a i{color:#999;} .edit{padding:8px 0px;margin-top:5px;border-top:1px dashed #ddd;}
.edit label{color:#000;font-size:17px;clear:both;font-weight:normal;margin-bottom:0px;}
.edit label sup{color:#f30;font-size:25px;margin:0px;padding:0px;top:8px;}
.edit input[type="text"]{color:#000;font-size:15px;}
.edit textarea{resize:none;font-size:15px;color:#000;}
.edit button{margin-top:5px;}
.edit input[type="submit"]{margin-top:30px;}
/********************checkbox********************/
.sky-form span,.dob span{color:#fff;float:left;font-size:13px;padding:5px 5px 0px 10px;padding-right:5px;}.dob input[type="text"]{width:17%;height:15px;float:left;padding-left:5px;margin-right:5px;}
.sky-form .label {display: block;margin-bottom: 6px;line-height: 19px;font-size:12px;color:#fff;}
.sky-form .label.col {margin: 0;padding-top: 10px;}.sky-form{width:100%;margin:0px auto;}
.sky-form .radio,.sky-form .checkbox{position: relative;display: block;}
/**radios and checkboxes**/
.sky-form .radio,.sky-form .checkbox {float:left;outline:none;border:none;margin-bottom:4px;padding-left:20px;font-size:12px;line-height: 27px;color:#f3d555;cursor: pointer;font-weight: normal;margin-top: 0;margin-left:30px;}
.sky-form .radio{text-transform: none;}
.sky-form .radio:last-child,.sky-form .checkbox:last-child {margin-bottom: 0;}
.sky-form .radio input,.sky-form .checkbox input {position: absolute;left: -9999px;}
.sky-form .radio i {border-radius: 50%;}
.sky-form .radio input + i:after,
.sky-form .radio input + i:after {content: '';top:3px;left:3px;width:4px;height:4px;border-radius: 50%;}
.sky-form .radio input:checked + i:after,.sky-form .checkbox input:checked + i:after {opacity: 1;}
.sky-form .inline-group .radio,.sky-form .inline-group .checkbox {float: left;margin-right: 30px;}
.sky-form .inline-group .radio:last-child,.sky-form .inline-group .checkbox:last-child {margin-bottom: 4px;}
.sky-form .radio i,.sky-form .checkbox i{border-color: #e5e5e5;transition: border-color 0.3s;-o-transition: border-color 0.3s;-ms-transition: border-color 0.3s;-moz-transition: border-color 0.3s;-webkit-transition: border-color 0.3s;background:#000;}
/**hover state**/
.sky-form .radio:hover i,
.sky-form .checkbox:hover i {border-color: #8dc9e5;}
/**focus state**/
.sky-form .radio input:focus + i,.sky-form .checkbox input:focus + i{border-color: #2da5da;}
/**checked state**/
.sky-form .radio input + i:after {background-color:#F3A024;}
.sky-form .checkbox input + i:after {color: #2da5da;}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i {border-color:#F3A024;}
/**error state**/
.sky-form .radio.state-error i,.sky-form .checkbox.state-error i{background: #fff0f0;}
/**success state**/
.sky-form .radio.state-success i,.sky-form .checkbox.state-success i {background: #f0fff0;}
/**disabled state**/
.sky-form .radio.state-disabled,.sky-form .checkbox.state-disabled {cursor: default;opacity: 0.5;}
.sky-form .radio.state-disabled:hover i,.sky-form .checkbox.state-disabled:hover i {border-color: #e5e5e5;}
/******checkbox*******/
.sky-form .label {display: block;margin-bottom: 6px;line-height: 19px;}
.sky-form .label.col {margin: 0;padding-top: 10px;}
.sky-form .input,.sky-form .radio,.sky-form .checkbox{position: relative;display: block;}
/**radios and checkboxes**/
.sky-form .radio,.sky-form .checkbox {margin-left:0px;outline:none;border:none;margin-bottom: 4px;padding-left:18px;font-size: 13px;line-height:27px;color: #000;cursor: pointer;font-weight: normal;margin-top: 0;padding-right:8px}
.sky-form .radio{text-transform: none;}
.sky-form .radio:last-child,.sky-form .checkbox:last-child {margin-bottom: 0;}
.sky-form .radio input,.sky-form .checkbox input {position: absolute;left: -9999px;}
.sky-form .radio i,.sky-form .checkbox i {position: absolute;top:6px;left: 0;display: block;width:14px;height:14px;outline: none;border-width:1px;border-style: solid;background: #fff;border-color:#A0BA42;}
.sky-form .radio input + i:after,.sky-form .checkbox input + i:after {position: absolute;opacity: 0;transition: opacity 0.1s;-o-transition: opacity 0.1s;-ms-transition: opacity 0.1s;-moz-transition: opacity 0.1s;-webkit-transition: opacity 0.1s;}
.sky-form .radio input + i:after {content: '';top:3px;left:3px;width:6px;height:6px;border-radius: 50%;}
.sky-form .checkbox input + i:after {content: '';top:3px;left:1px;width: 10px;height: 7px;background:url('../images/tick.png') no-repeat;text-align: center;}
.sky-form .radio input:checked + i:after,.sky-form .checkbox input:checked + i:after {opacity: 1;}
.sky-form .inline-group {margin: 0 -30px -4px 0;}
.sky-form .inline-group:after {content: '';display: table;clear: both;}
.sky-form .inline-group .radio,.sky-form .inline-group .checkbox {float: left;margin-right: 30px;}
.sky-form .inline-group .radio:last-child,.sky-form .inline-group .checkbox:last-child {margin-bottom: 4px;}
.sky-form .radio i,.sky-form .checkbox i{border-color:#105C9C;transition: border-color 0.3s;-o-transition: border-color 0.3s;-ms-transition: border-color 0.3s;-moz-transition: border-color 0.3s;-webkit-transition: border-color 0.3s;}
.sky-form .radio:hover i,.sky-form .checkbox:hover i{border-color: #8dc9e5;}
.sky-form .radio input:focus + i,.sky-form .checkbox input:focus + i{border-color: #2da5da;}
.sky-form .radio input + i:after {background-color:#F5565c; }
.sky-form .checkbox input + i:after {color: #2da5da;}
.sky-form .radio input:checked + i,.sky-form .checkbox input:checked + i{border-color:#F5565c; }
.sky-form .radio.state-error i,.sky-form .checkbox.state-error i{background: #fff0f0;}
.sky-form .radio.state-success i,.sky-form .checkbox.state-success i{background: #f0fff0;}
.sky-form .radio.state-disabled input,.sky-form .checkbox.state-disabled {cursor: default;opacity: 0.5;}
.sky-form .radio.state-disabled:hover i,.sky-form .checkbox.state-disabled:hover i{border-color: #e5e5e5;}
.midd-ribb{background:#fff;padding:0px 0px 20px 0px;}
#ribbon-container {
position: absolute;
top: 15px;
right: -5px;
overflow: visible; /* so we can see the pseudo-elements we're going to add to the anchor */
font-size: 18px; /* font-size and line-height must be equal so we can account for the height of the banner */
line-height:22px;width:100%;
}
#ribbon-container:before {
content:"";
height: 0;
width: 0;
display: block;
position: absolute;
top: 10px;
left: 0;
border-top: 29px solid rgba(0,0,0,.3); /* These 4 border properties create the first part of our drop-shadow */
border-bottom: 29px solid rgba(0,0,0,.3);
border-right: 29px solid rgba(0,0,0,.3);
border-left: 29px solid transparent;
}
#ribbon-container:after { /* This adds the second part of our dropshadow */
content:"";
height: 3px;
background: rgba(0,0,0,.3);
display: block;
position: absolute;
bottom: -3px;
left: 58px;
right:3px;
}
#ribbon-container a {
display:block;
padding:10px;
position:relative; /* allows us to position our pseudo-elements properly */
background:#513e53;
overflow:visible;
height:65px;
margin-left:29px;
color:#fff;
text-decoration:none;
}
#ribbon-container a:after { /* this creates the "folded" part of our ribbon */
content:"";
height: 0;
width: 0;
display:block;
position:absolute;
bottom:-15px;
right:0;
border-top: 15px solid #513e53;
border-right: 15px solid transparent;
}
#ribbon-container a:before { /* this creates the "forked" part of our ribbon */
content:"";
height: 0;
width: 0;
display:block;
position:absolute;
top:0;
left:-29px;
border-top: 30px solid #513e53;
border-bottom: 35px solid #513e53;
border-right: 30px solid transparent;
border-left: 30px solid transparent;
} .no-bag{background:none !important;}
.some-profiles{margin-top:10px;} .some-profiles h5{border-bottom:1px solid #ddd;margin-bottom: 25px;
height: 12px;}
.some-profiles h5 span{font-family: 'Lato-Bold';background:#fff;padding:5px;font-size:18px;}
.card-footer{} .card-footer a.btn{background:#A70303;font-family: 'BrandonGrotesque-Light';}
.viewall{margin:30px 0px;border-bottom:1px solid #ddd;height:15px;}
.viewall a.btn{font-family: 'Lato-Medium';font-size:15px;padding:5px 10px;}
.side-right{border-bottom:1px solid rgba(221, 221, 221, 0.49);padding:8px 0px 8px 0px;}
.side-right h3{font-family: 'Lato-Medium';margin:2px 2px 3px 5px;font-size:15px;}
.side-right h4{font-size:14px;margin:2px 2px 3px 5px;} .side-right h5{font-size:14px;margin:2px 2px 3px 5px;}
.side-right a.btn{margin-left:8px;} .hd{font-family: 'Lato-Bold';
font-size: 16px;
color: #222;}
.membership{padding:8px;background: -moz-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,0,0,1)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
background: linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(0,0,0,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#FF0000',GradientType=1 ); /* ie6-9 */}
ul.resp-tabs-list{
margin: 0px !important;
padding: 0px;
}
.resp-tabs-list li {font-family: 'Lato-Bold';
font-size: 14px;text-transform:uppercase;
display: inline-block;
padding: 13px 15px;
margin: 0 4px 0 0;
list-style: none;
cursor: pointer;
float: left;
}
.resp-tabs-container {
padding: 0px;
background-color: #fff;
clear: left;
}
.filter{background:#fff;padding:0px 0px 10px 0px;box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);}
.filter h4{margin:0px;padding: 8px 0px 0px 8px;color:#9ebee0;text-transform:uppercase;line-height:30px; font-family: 'Lato-Bold';font-size:14px;}
.filter1 input, .filter1 select,
.filter1 textarea,
.filter1 .radio-label::before,
.filter1 .checkbox-label::before {
/* shared style for input elements */
border-radius: 0;
background-color: #ffffff;
border: 2px solid #e6e6e6;
}
.filter1 input[type='search'],
.filter1 input[type='text'],
.filter1 textarea,
.filter1 select {
width: 100%;background:#f2f2f2;
padding: .5em;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
box-shadow: none;
}
.filter1 input[type='search']:focus,
.filter1 input[type='text']:focus,
.filter1 textarea:focus,
.filter1 select:focus {
outline: none;
background-color: #ffffff;
border-color: #d1d1d1;
}
.filter1 input[type='search'] {
/* custom style for the search element */
border-color: transparent;
background-color: #e6e6e6;
/* prevent jump - ios devices */
font-size: 1.6rem !important;
}
.filter1 input[type='search']::-webkit-search-cancel-button {
display: none;
}
.filter1 .cd-select {
/* select element wrapper */
position: relative;
}
.filter1 .cd-select::after {
/* switcher arrow for select element */
content: '';
position: absolute;
z-index: 1;
right: 14px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
display: block;
width: 16px;
height: 16px;
background: url("../images/cd-icon-arrow.svg") no-repeat center center;
pointer-events: none;
}
.filter1 select {
cursor: pointer;
font-size: 1.4rem;background:#f2f2f2;
}
.filter1 select::-ms-expand {
display: none;
}
.filter1 label{font-size:14px;font-family: 'Lato-Medium';}
.filter1 label sup{font-size:6px;color:#aa1801;top:-7px;}
.filter-list{margin:0px;} .filter-list h5{color:#999;font-size:14px; font-family: 'Lato-Bold';text-transform:uppercase;}
.filter-list ul.list-group{margin:0px;padding:0px;} .filter-list ul.list-group li{margin:0px;padding:0px;}
.filter-list ul.list-group li a{text-decoration:none;line-height:45px;border-bottom:1px solid rgba(209, 209, 209, 0.42);color:#999;font-size:14px;font-family: 'Lato-Semibold';}
.filter-list ul.list-group li a:hover{background:#aa1801;color:#fff;} .filter-list ul.list-group li a.active{background:#aa1801;color:#fff;}
.filter-list input[type='search'] {background:#f2f2f2;
border-color: transparent;
background-color: #e6e6e6;
font-size: 1.6rem !important;
}
.filter-right{margin:3px 3px 20px 3px;background:#fff;padding:0px;}
.filter-right h2{margin:0px;text-align:left;background: rgb(113, 95, 111);padding:8px;
color: #fff;text-transform: uppercase;line-height: 30px;font-family: 'Lato-Bold';font-size:14px;}
.filter-right h3{color:#aa1801;font-size:18px; font-family: 'Lato-Bold';}
.filter-right h4{margin:0px;line-height:25px;font-family: 'Lato-Semibold';height:30px;font-size:14px;} .filter-right h4 small{color:#999;font-size:12px;}
.filter-right a img{width:96%;height:180px;margin:5px;} .filter-right a.btn{border-radius:0px;font-size:13px;padding:5px;line-height:20px;font-family: 'Lato-Semibold';color:#999;border:1px solid #d1d1d1;}
.filter-right a.btn:hover{background:#aa1801;color:#fff;border:1px solid #aa1801;}
.filter-right p{text-align:justify;line-height:20px;padding:5px;margin:0px;} .filter-right h5{font-family: 'Lato-bold';color:#333;font-size:18px;padding:5px;margin:0px;}
.filter-right ul{margin:0px;padding:5px;} .filter-right ul li{list-style:none;font-size:14px;line-height:20px;}
/*filter panel*/
.filter .panel-default{border:0px !important;border-radius:0px !important;}
.filter .panel-body{border:0px !important;}
.filter .panel-heading{border-radius:0px !important;}
.filter .panel-heading h3.panel-title{margin:0px;padding:8px;color:#fff;text-transform:uppercase;line-height:30px; font-family: 'Lato-Bold';font-size:14px;}
/*filter-bread*/
.filter-bread{background:#fff;padding:5px 0px;}
.filter-bread h4{margin:0px;padding:0px;color:#aa1801;font-size:17px !important;font-family: 'Lato-Medium';line-height:30px;} .filter-bread p{line-height:30px;margin:0px;padding:0px;font-style:italic;color:#999;font-size:13px;}
.filter-bread p sup{font-size:8px;color:#aa1801;top:-8px;}
.filter1 input[type="submit"]{background:#aa1801;color:#fff;border:2px solid #aa1801;}
h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}
.resp-tab-content {
display: none;
padding: 15px;
}
.resp-tab-active {
border: 1px solid #ddd !important;
border-bottom: none;
margin-bottom: -1px !important;
padding: 12px 14px 14px 14px !important;
border-top: 4px solid #a70303 !important;
border-bottom: 0px #fff solid !important;
}
.resp-tab-active {
border-bottom: none;
background-color: #fff;
}
.resp-content-active, .resp-accordion-active {
display: block;
}
.resp-tab-content {
/*border: 1px solid #c1c1c1;*/
border-top-color: #fcfcfc;
}
h2.resp-accordion {
font-size: 13px;
border: 1px solid #c1c1c1;
border-top: 0px solid #c1c1c1;
margin: 0px;
padding: 10px 15px;
}
h2.resp-tab-active {
border-bottom: 0px solid #c1c1c1 !important;
margin-bottom: 0px !important;
padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
border-bottom: 12px solid #c1c1c1 !important;
background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
float: left;
}
.resp-vtabs .resp-tabs-list li {
display: block;
padding: 15px 15px !important;
margin: 0 0 4px;
cursor: pointer;
float: none;
}
.resp-vtabs .resp-tabs-container {
padding: 0px;
background-color: #fff;
border: 1px solid #c1c1c1;
float: left;
height:auto;min-height:500px;
border-radius:0px;
clear: none;
}
.resp-vtabs .resp-tab-content {
border: none;
word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active {
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #c1c1c1 !important;
border-left: 4px solid #A70303 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;font-family: 'Lato-Bold' !important;color:#999;font-size:14px;
text-transform:uppercase;
}
.resp-arrow {
width: 0;
height: 0;
float: right;
margin-top: 3px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
border: none;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
background: #DBDBDB;/* !important;*/
}
.resp-easy-accordion h2.resp-accordion {
display: block;
}
.resp-easy-accordion .resp-tab-content {
border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
border-bottom: 1px solid #c1c1c1;/* !important;*/
}
.resp-jfit {
width: 100%;
margin: 0px;
}
.resp-tab-content-active {
display: block;
}
h2.resp-accordion:first-child {
border-top: 1px solid #c1c1c1;/* !important;*/
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
ul.resp-tabs-list {
display: none;
}
h2.resp-accordion {
display: block;
}
.resp-vtabs .resp-tab-content {
border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
border: none;
float: none;
width: 100%;
min-height: 100px;
clear: none;
}
.resp-accordion-closed {
display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
border-bottom: 1px solid #c1c1c1 !important;
}
} .education{height:200px;overflow-y:scroll;padding:0px;} .education h5{font-family:'Lato-Semibold';font-size:15px;color:#000;}
.education input[type="text"]{margin-top:5px;} .education ul.list-inline{}
.education ul.list-inline li{color:#000;font-size:14px;}
/*message*/
.mail-box {
border-collapse: collapse;
border-spacing: 0;
display: table;
table-layout: fixed;
width: 100%;
}
.mail-box aside {
display: table-cell;
float: none;
height: 100%;
padding: 0;
vertical-align: top;
}
.mail-box .sm-side {
background: none repeat scroll 0 0 #e5e8ef;
border-radius: 4px 0 0 4px;
width: 25%;
}
.mail-box .lg-side {
background: none repeat scroll 0 0 #fff;
border-radius: 0 4px 4px 0;
width: 75%;
}
.mail-box .sm-side .user-head {
background: none repeat scroll 0 0 #2b5f45;
border-radius: 4px 0 0;
color: #fff;
min-height: 80px;
padding: 10px;
}
.user-head .inbox-avatar {
float: left;
width: 65px;
}
.user-head .inbox-avatar img {
border-radius: 4px;
}
.user-head .user-name {
display: inline-block;
margin: 0 0 0 10px;
}
.user-head .user-name h5 {
font-size: 14px;
font-weight: 300;
margin-bottom: 0;
margin-top: 15px;
}
.user-head .user-name h5 a {
color: #fff;
}
.user-head .user-name span a {
color: #87e2e7;
font-size: 12px;
}
a.mail-dropdown {
background: none repeat scroll 0 0 #80d3d9;
border-radius: 2px;
color: #01a7b3;
font-size: 10px;
margin-top: 20px;
padding: 3px 5px;
}
.inbox-body {
padding: 20px;
}
.btn-compose {
background: none repeat scroll 0 0 #ff6c60;
color: #fff;
padding: 12px 0;
text-align: center;
width: 100%;
}
.btn-compose:hover {
background: none repeat scroll 0 0 #f5675c;
color: #fff;
}
ul.inbox-nav {
display: inline-block;
margin: 0;
padding: 0;
width: 100%;
}
.inbox-divider {
border-bottom: 1px solid #d5d8df;
}
ul.inbox-nav li {
display: inline-block;
line-height: 45px;
width: 100%;
}
ul.inbox-nav li a {
color: #6a6a6a;
display: inline-block;
line-height: 45px;
padding: 0 20px;
width: 100%;
}
ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
background: none repeat scroll 0 0 #d5d7de;
color: #6a6a6a;
}
ul.inbox-nav li a i {
color: #6a6a6a;
font-size: 16px;
padding-right: 10px;
}
ul.inbox-nav li a span.label {
margin-top: 13px;
}
ul.labels-info li h4 {
color: #5c5c5e;
font-size: 13px;
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
text-transform: uppercase;
}
ul.labels-info li {
margin: 0;
}
ul.labels-info li a {
border-radius: 0;
color: #6a6a6a;
}
ul.labels-info li a:hover, ul.labels-info li a:focus {
background: none repeat scroll 0 0 #d5d7de;
color: #6a6a6a;
}
ul.labels-info li a i {
padding-right: 10px;
}
.nav.nav-pills.nav-stacked.labels-info p {
color: #9d9f9e;
font-size: 11px;
margin-bottom: 0;
padding: 0 22px;
}
.inbox-head {
background: none repeat scroll 0 0 #f59696;
border-radius: 0 4px 0 0;
color: #fff;
min-height: 80px;
padding: 20px;
}
.inbox-head h3 {
display: inline-block;
font-weight: 300;
margin: 0;
padding-top: 6px;
}
.inbox-head .sr-input {
border: medium none;
border-radius: 4px 0 0 4px;
box-shadow: none;
color: #8a8a8a;
float: left;
height: 40px;
padding: 0 10px;
}
.inbox-head .sr-btn {
background: none repeat scroll 0 0 #00a6b2;
border: medium none;
border-radius: 0 4px 4px 0;
color: #fff;
height: 40px;
padding: 0 20px;
}
ul.inbox-pagination {
float: right;
}
ul.inbox-pagination li {
float: left;
}
.mail-option {
display: inline-block;
margin-bottom: 10px;
width: 100%;
}
.mail-option .chk-all, .mail-option .btn-group {
margin-right: 5px;
}
.mail-option .chk-all, .mail-option .btn-group a.btn {
background: none repeat scroll 0 0 #fcfcfc;
border: 1px solid #e7e7e7;
border-radius: 3px !important;
color: #afafaf;
display: inline-block;
padding: 5px 10px;
}
.inbox-pagination a.np-btn {
background: none repeat scroll 0 0 #fcfcfc;
border: 1px solid #e7e7e7;
border-radius: 3px !important;
color: #afafaf;
display: inline-block;
padding: 5px 15px;
}
.mail-option .chk-all input[type="checkbox"] {
margin-top: 0;
}
.mail-option .btn-group a.all {
border: medium none;
padding: 0;
}
.inbox-pagination a.np-btn {
margin-left: 5px;
}
.inbox-pagination li span {
display: inline-block;
margin-right: 5px;
margin-top: 7px;
}
.fileinput-button {
background: none repeat scroll 0 0 #eeeeee;
border: 1px solid #e6e6e6;
}
.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
border: 1px solid #e6e6e6;
box-shadow: none;
}
.btn-send, .btn-send:hover {
background: none repeat scroll 0 0 #00a8b3;
color: #fff;
}
.btn-send:hover {
background: none repeat scroll 0 0 #009da7;
}
.modal-header h4.modal-title {
font-family: "Open Sans",sans-serif;
font-weight: 300;
}
.modal-body label {
font-family: "Open Sans",sans-serif;
font-weight: 400;
}
.heading-inbox h4 {
border-bottom: 1px solid #ddd;
color: #444;
font-size: 18px;
margin-top: 20px;
padding-bottom: 10px;
}
.sender-info {
margin-bottom: 20px;
}
.sender-info img {
height: 30px;
width: 30px;
}
.sender-dropdown {
background: none repeat scroll 0 0 #eaeaea;
color: #777;
font-size: 10px;
padding: 0 3px;
}
.view-mail a {
color: #ff6c60;
}
.attachment-mail {
margin-top: 30px;
}
.attachment-mail ul {
display: inline-block;
margin-bottom: 30px;
width: 100%;
}
.attachment-mail ul li {
float: left;
margin-bottom: 10px;
margin-right: 10px;
width: 150px;
}
.attachment-mail ul li img {
width: 100%;
}
.attachment-mail ul li span {
float: right;
}
.attachment-mail .file-name {
float: left;
}
.attachment-mail .links {
display: inline-block;
width: 100%;
}
.fileinput-button {
float: left;
margin-right: 4px;
overflow: hidden;
position: relative;
}
.fileinput-button input {
cursor: pointer;
direction: ltr;
font-size: 23px;
margin: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transform: translate(-300px, 0px) scale(4);
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
margin-bottom: 5px;
}
.files .progress {
width: 200px;
}
.fileupload-processing .fileupload-loading {
display: block;
}
* html .fileinput-button {
line-height: 24px;
margin: 1px -3px 0 0;
}
* + html .fileinput-button {
margin: 1px 0 0;
padding: 2px 15px;
}
@media (max-width: 767px) {
.files .btn span {
display: none;
}
.files .preview * {
width: 40px;
}
.files .name * {
display: inline-block;
width: 80px;
word-wrap: break-word;
}
.files .progress {
width: 20px;
}
.files .delete {
width: 60px;
}
}
.thumbnail
{
margin-bottom: 20px;
padding:0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.thumbnail img{height:200px;padding:10px 10px 0px 10px;}
.thumbnail .caption {
padding:0px;
color: #333;
}
.item.list-group-item
{
float: left;
width: 50%;
background-color: #fff;
margin-bottom: 10px;
}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
background: #428bca;
}
.item.list-group-item .list-group-image
{
margin-right: 10px;
}
.item.list-group-item .thumbnail
{
margin-bottom: 0px;
}
.item.list-group-item .caption
{
padding: 9px 9px 0px 9px;
}
.item.list-group-item
{background: no-repeat;
border: none;
}
.item.list-group-item:hover{background:none !important;}
.item.list-group-item:before, .item.list-group-item:after
{
display: table;
content: " ";
}
.item.list-group-item img
{
float: left;
}
.item.list-group-item:after
{
clear: both;
}
.search-list-type{padding:0px;} .search-list-type h4{font-family: 'Lato-Bold';margin:8px 0px 0px 10px;font-size:14px;}
.search-list-type h5{margin:0px 0px 5px 10px;font-size:12px;color:#000;}
.search-list-type p{margin:5px 0px 0px 10px;font-size:14px;color:#000;}
.intrest{background:#f1f1f1;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
margin-top:5px;padding:5px;}
.intrest ul.list-inline{margin:0px;padding:0px;}
.intrest ul.list-inline li:first-child{font-size:16px;margin-left:5px;color:#999;} .intrest ul.list-inline li:last-child{float:right;font-style:normal;}
.intrest ul.list-inline li{font-size:12px;font-style:italic;margin:0px;padding:0px;}
.intrest ul.list-inline li a.btn.btn-default{ padding: 5px 0px 0px 0px;
text-align: center;
width: 30px;
height: 30px;
border-radius: 50%;
/* line-height: 28px !important; */
background: rgba(153, 153, 153, 0.38);
color: #948f8f;
font-size: 18px;
margin-left: 10px;} .intrest ul.list-inline li a.btn.btn-default:hover{background:#f9f9f9;color:#000;} | 0.202364 | 0.036804 |
@charset "UTF-8";
@font-face {
font-family: "WikiFont-Glyphs";
src:url("WikiFont-Glyphs.eot"); /* IE9 Compat Modes */
src:url("WikiFont-Glyphs.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("WikiFont-Glyphs.woff") format("woff"), /* Modern Browsers */
url("WikiFont-Glyphs.woff2") format("woff2"),
url("WikiFont-Glyphs.ttf") format("truetype"), /* Safari, Android, iOS */
url("WikiFont-Glyphs.svg#wikiglyph") format("svg"); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "WikiFont-Glyphs" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="wikiglyph-"]:before,
[class*=" wikiglyph-"]:before {
font-family: "WikiFont-Glyphs" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wikiglyph[dir='rtl'] {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.wikiglyph-move:before {
content: "\e013";
}
.wikiglyph-cog:before,
.wikiglyph-gear:before {
content: "\e014";
}
.wikiglyph-ellipses:before {
content: "\e015";
}
.wikiglyph-message:before,
.wikiglyph-envelope:before {
content: "\e016";
}
.wikiglyph-key:before {
content: "\e017";
}
.wikiglyph-lock:before {
content: "\e018";
}
.wikiglyph-unlock:before {
content: "\e019";
}
.wikiglyph-browser:before,
.wikiglyph-web:before {
content: "\e020";
}
.wikiglyph-keyboard:before {
content: "\e022";
}
.wikiglyph-ribbon-prize:before,
.wikiglyph-ribbon:before {
content: "\e023";
}
.wikiglyph-play:before {
content: "\e024";
}
.wikiglyph-stop:before {
content: "\e025";
}
.wikiglyph-beta:before,
.wikiglyph-star-circle:before {
content: "\e026";
}
.wikiglyph-beta-launch:before,
.wikiglyph-rocket:before {
content: "\e027";
}
.wikiglyph-upload:before {
content: "\e028";
}
.wikiglyph-download:before {
content: "\e029";
}
.wikiglyph-new-window:before {
content: "\e030";
}
.wikiglyph-log-out:before {
content: "\e031";
}
.wikiglyph-map:before {
content: "\e032";
}
.wikiglyph-bell:before {
content: "\e033";
}
.wikiglyph-bell-on:before,
.wikiglyph-ring:before {
content: "\e034";
}
.wikiglyph-vision-simulator:before {
content: "\e035";
}
.wikiglyph-full-moon:before {
content: "\e038";
}
.wikiglyph-moon:before {
content: "\e039";
}
.wikiglyph-large-text:before {
content: "\e040";
}
.wikiglyph-smaller-text:before {
content: "\e041";
}
.wikiglyph-clip:before {
content: "\e042";
}
.wikiglyph-close-input:before,
.wikiglyph-x-circle:before {
content: "\e050";
}
.wikiglyph-cross:before,
.wikiglyph-x:before {
content: "\e051";
}
.wikiglyph-check:before,
.wikiglyph-tick:before {
content: "\e052";
}
.wikiglyph-caret-down:before {
content: "\e053";
}
.wikiglyph-caret-up:before {
content: "\e054";
}
.wikiglyph-caret-left:before {
content: "\e055";
}
.wikiglyph-caret-right:before {
content: "\e056";
}
.wikiglyph-arrow-left:before {
content: "\e057";
}
.wikiglyph-triangle-down:before {
content: "\e061";
}
.wikiglyph-triangle-up:before {
content: "\e062";
}
.wikiglyph-triangle-right:before {
content: "\e063";
}
.wikiglyph-triangle-left:before {
content: "\e064";
}
.wikiglyph-plus:before {
content: "\e065";
}
.wikiglyph-minus:before {
content: "\e066";
}
.wikiglyph-article:before {
content: "\e100";
}
.wikiglyph-article-check:before {
content: "\e101";
}
.wikiglyph-article-search:before {
content: "\e102";
}
.wikiglyph-stripe-menu:before,
.wikiglyph-stripe-compact:before {
content: "\e110";
}
.wikiglyph-stripe-toc:before {
content: "\e111";
}
.wikiglyph-stripe-flow:before,
.wikiglyph-stripe-expanded:before {
content: "\e112";
}
.wikiglyph-stripe-summary:before {
content: "\e113";
}
.wikiglyph-view-compact:before {
content: "\e114";
}
.wikiglyph-view-details:before {
content: "\e115";
}
.wikiglyph-flag:before {
content: "\e134";
}
.wikiglyph-flag-undo:before {
content: "\e135";
}
.wikiglyph-user-avatar:before,
.wikiglyph-user-bust:before {
content: "\e160";
}
.wikiglyph-user-active:before,
.wikiglyph-user-smile:before {
content: "\e161";
}
.wikiglyph-user-inactive:before,
.wikiglyph-user-sleep:before {
content: "\e162";
}
.wikiglyph-edit-lock:before,
.wikiglyph-pencil-lock-full:before {
content: "\e222";
}
.wikiglyph-quotes:before {
content: "\e223";
}
.wikiglyph-quotes-add:before {
content: "\e224";
}
.wikiglyph-speech-bubble:before {
content: "\e225";
}
.wikiglyph-speech-bubble-add:before {
content: "\e226";
}
.wikiglyph-speech-bubbles:before {
content: "\e227";
}
.wikiglyph-user-talk:before,
.wikiglyph-speech-bubble-smile:before {
content: "\e228";
}
.wikiglyph-image:before {
content: "\e229";
}
.wikiglyph-image-add:before {
content: "\e230";
}
.wikiglyph-image-lock:before,
.wikiglyph-image-lock-full:before {
content: "\e231";
}
.wikiglyph-photo-gallery:before,
.wikiglyph-gallery:before {
content: "\e232";
}
.wikiglyph-map-pin:before,
.wikiglyph-pin:before {
content: "\e233";
}
.wikiglyph-map-pin-add:before {
content: "\e234";
}
.wikiglyph-template-add:before {
content: "\e235";
}
.wikiglyph-cite-article:before {
content: "\e238";
}
.wikiglyph-book:before {
content: "\e239";
}
.wikiglyph-journal:before {
content: "\e240";
}
.wikiglyph-newspaper:before,
.wikiglyph-news:before {
content: "\e241";
}
.wikiglyph-link:before {
content: "\e242";
}
.wikiglyph-signature:before {
content: "\e243";
}
.wikiglyph-list-numbered:before,
.wikiglyph-list-sorted:before,
.wikiglyph-list-ordered:before {
content: "\e244";
}
.wikiglyph-list-bullet:before,
.wikiglyph-list-unsorted:before,
.wikiglyph-list-unordered:before {
content: "\e245";
}
.wikiglyph-indent-left:before {
content: "\e246";
}
.wikiglyph-indent-right:before {
content: "\e247";
}
.wikiglyph-wikitext-no:before {
content: "\e248";
}
.wikiglyph-wikitext:before {
content: "\e249";
}
.wikiglyph-folder-placeholder:before {
content: "\e250";
}
.wikiglyph-edit-lock-1:before,
.wikiglyph-pencil-lock-pt1:before {
content: "\e302";
}
.wikiglyph-edit-lock-2:before,
.wikiglyph-pencil-lock-pt2:before {
content: "\e303";
}
.wikiglyph-quotes-add-1:before {
content: "\e304";
}
.wikiglyph-quotes-add-2:before {
content: "\e305";
}
.wikiglyph-image-add-1:before {
content: "\e306";
}
.wikiglyph-image-add-2:before {
content: "\e307";
}
.wikiglyph-image-lock-1:before {
content: "\e308";
}
.wikiglyph-image-lock-2:before {
content: "\e309";
}
.wikiglyph-map-pin-add-1:before,
.wikiglyph-map-pin-add-pt1:before {
content: "\e310";
}
.wikiglyph-map-pin-add-2:before,
.wikiglyph-map-pin-add-pt2:before {
content: "\e311";
}
.wikiglyph-template-add-1:before,
.wikiglyph-template-add-pt1:before {
content: "\e312";
}
.wikiglyph-template-add-2:before,
.wikiglyph-template-add-pt2:before {
content: "\e313";
}
.wikiglyph-wikimedia-commons:before {
content: "\e500";
}
.wikiglyph-wikipedia:before,
.wikiglyph-w:before {
content: "\e501";
}
.wikiglyph-wikitrail:before {
content: "\504";
}
.wikiglyph-heart:before {
content: "\e001";
}
.wikiglyph-star:before {
content: "\e002";
}
.wikiglyph-unstar:before {
content: "\e003";
}
.wikiglyph-star-half:before {
content: "\e043";
}
.wikiglyph-watchlist:before,
.wikiglyph-star-list:before{
content: "\e004";
}
.wikiglyph-sun:before {
content: "\e005";
}
.wikiglyph-funnel:before {
content: "\e006";
}
.wikiglyph-eye-closed:before,
.wikiglyph-eye-lid:before {
content: "\e008";
}
.wikiglyph-printer:before {
content: "\e009";
}
.wikiglyph-puzzle:before {
content: "\e010";
}
.wikiglyph-clock:before {
content: "\e011";
}
.wikiglyph-dice:before {
content: "\e012";
}
.wikiglyph-magnifying-glass:before {
content: "\e000";
}
.wikiglyph-eye:before {
content: "\e007";
}
.wikiglyph-trash:before {
content: "\e130";
}
.wikiglyph-trash-undo:before,
.wikiglyph-trash-slash:before {
content: "\e131";
}
.wikiglyph-bookmark:before {
content: "\e237";
}
.wikiglyph-block:before {
content: "\e132";
}
.wikiglyph-block-undo:before,
.wikiglyph-block-slash:before {
content: "\e133";
}
.wikiglyph-public-domain:before {
content: "\e503";
}
.wikiglyph-edit:before,
.wikiglyph-pencil:before {
content: "\e220";
}
.wikiglyph-edit-undo:before,
.wikiglyph-pencil-revert-full:before {
content: "\e221";
}
.wikiglyph-edit-undo-2:before,
.wikiglyph-pencil-revert-pt2:before {
content: "\e301";
}
.wikiglyph-edit-undo-1:before,
.wikiglyph-pencil-revert-pt1:before {
content: "\e300";
}
.wikiglyph-bright-full:before {
content: "\e036";
}
.wikiglyph-sun-moon:before {
content: "\e037";
}
.wikiglyph-cc:before {
content: "\e502";
}
.wikiglyph-cite:before {
content: "\e236";
}
.wikiglyph-translation:before {
content: "\e021";
} | wikiglyphs.css | @charset "UTF-8";
@font-face {
font-family: "WikiFont-Glyphs";
src:url("WikiFont-Glyphs.eot"); /* IE9 Compat Modes */
src:url("WikiFont-Glyphs.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("WikiFont-Glyphs.woff") format("woff"), /* Modern Browsers */
url("WikiFont-Glyphs.woff2") format("woff2"),
url("WikiFont-Glyphs.ttf") format("truetype"), /* Safari, Android, iOS */
url("WikiFont-Glyphs.svg#wikiglyph") format("svg"); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "WikiFont-Glyphs" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="wikiglyph-"]:before,
[class*=" wikiglyph-"]:before {
font-family: "WikiFont-Glyphs" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wikiglyph[dir='rtl'] {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.wikiglyph-move:before {
content: "\e013";
}
.wikiglyph-cog:before,
.wikiglyph-gear:before {
content: "\e014";
}
.wikiglyph-ellipses:before {
content: "\e015";
}
.wikiglyph-message:before,
.wikiglyph-envelope:before {
content: "\e016";
}
.wikiglyph-key:before {
content: "\e017";
}
.wikiglyph-lock:before {
content: "\e018";
}
.wikiglyph-unlock:before {
content: "\e019";
}
.wikiglyph-browser:before,
.wikiglyph-web:before {
content: "\e020";
}
.wikiglyph-keyboard:before {
content: "\e022";
}
.wikiglyph-ribbon-prize:before,
.wikiglyph-ribbon:before {
content: "\e023";
}
.wikiglyph-play:before {
content: "\e024";
}
.wikiglyph-stop:before {
content: "\e025";
}
.wikiglyph-beta:before,
.wikiglyph-star-circle:before {
content: "\e026";
}
.wikiglyph-beta-launch:before,
.wikiglyph-rocket:before {
content: "\e027";
}
.wikiglyph-upload:before {
content: "\e028";
}
.wikiglyph-download:before {
content: "\e029";
}
.wikiglyph-new-window:before {
content: "\e030";
}
.wikiglyph-log-out:before {
content: "\e031";
}
.wikiglyph-map:before {
content: "\e032";
}
.wikiglyph-bell:before {
content: "\e033";
}
.wikiglyph-bell-on:before,
.wikiglyph-ring:before {
content: "\e034";
}
.wikiglyph-vision-simulator:before {
content: "\e035";
}
.wikiglyph-full-moon:before {
content: "\e038";
}
.wikiglyph-moon:before {
content: "\e039";
}
.wikiglyph-large-text:before {
content: "\e040";
}
.wikiglyph-smaller-text:before {
content: "\e041";
}
.wikiglyph-clip:before {
content: "\e042";
}
.wikiglyph-close-input:before,
.wikiglyph-x-circle:before {
content: "\e050";
}
.wikiglyph-cross:before,
.wikiglyph-x:before {
content: "\e051";
}
.wikiglyph-check:before,
.wikiglyph-tick:before {
content: "\e052";
}
.wikiglyph-caret-down:before {
content: "\e053";
}
.wikiglyph-caret-up:before {
content: "\e054";
}
.wikiglyph-caret-left:before {
content: "\e055";
}
.wikiglyph-caret-right:before {
content: "\e056";
}
.wikiglyph-arrow-left:before {
content: "\e057";
}
.wikiglyph-triangle-down:before {
content: "\e061";
}
.wikiglyph-triangle-up:before {
content: "\e062";
}
.wikiglyph-triangle-right:before {
content: "\e063";
}
.wikiglyph-triangle-left:before {
content: "\e064";
}
.wikiglyph-plus:before {
content: "\e065";
}
.wikiglyph-minus:before {
content: "\e066";
}
.wikiglyph-article:before {
content: "\e100";
}
.wikiglyph-article-check:before {
content: "\e101";
}
.wikiglyph-article-search:before {
content: "\e102";
}
.wikiglyph-stripe-menu:before,
.wikiglyph-stripe-compact:before {
content: "\e110";
}
.wikiglyph-stripe-toc:before {
content: "\e111";
}
.wikiglyph-stripe-flow:before,
.wikiglyph-stripe-expanded:before {
content: "\e112";
}
.wikiglyph-stripe-summary:before {
content: "\e113";
}
.wikiglyph-view-compact:before {
content: "\e114";
}
.wikiglyph-view-details:before {
content: "\e115";
}
.wikiglyph-flag:before {
content: "\e134";
}
.wikiglyph-flag-undo:before {
content: "\e135";
}
.wikiglyph-user-avatar:before,
.wikiglyph-user-bust:before {
content: "\e160";
}
.wikiglyph-user-active:before,
.wikiglyph-user-smile:before {
content: "\e161";
}
.wikiglyph-user-inactive:before,
.wikiglyph-user-sleep:before {
content: "\e162";
}
.wikiglyph-edit-lock:before,
.wikiglyph-pencil-lock-full:before {
content: "\e222";
}
.wikiglyph-quotes:before {
content: "\e223";
}
.wikiglyph-quotes-add:before {
content: "\e224";
}
.wikiglyph-speech-bubble:before {
content: "\e225";
}
.wikiglyph-speech-bubble-add:before {
content: "\e226";
}
.wikiglyph-speech-bubbles:before {
content: "\e227";
}
.wikiglyph-user-talk:before,
.wikiglyph-speech-bubble-smile:before {
content: "\e228";
}
.wikiglyph-image:before {
content: "\e229";
}
.wikiglyph-image-add:before {
content: "\e230";
}
.wikiglyph-image-lock:before,
.wikiglyph-image-lock-full:before {
content: "\e231";
}
.wikiglyph-photo-gallery:before,
.wikiglyph-gallery:before {
content: "\e232";
}
.wikiglyph-map-pin:before,
.wikiglyph-pin:before {
content: "\e233";
}
.wikiglyph-map-pin-add:before {
content: "\e234";
}
.wikiglyph-template-add:before {
content: "\e235";
}
.wikiglyph-cite-article:before {
content: "\e238";
}
.wikiglyph-book:before {
content: "\e239";
}
.wikiglyph-journal:before {
content: "\e240";
}
.wikiglyph-newspaper:before,
.wikiglyph-news:before {
content: "\e241";
}
.wikiglyph-link:before {
content: "\e242";
}
.wikiglyph-signature:before {
content: "\e243";
}
.wikiglyph-list-numbered:before,
.wikiglyph-list-sorted:before,
.wikiglyph-list-ordered:before {
content: "\e244";
}
.wikiglyph-list-bullet:before,
.wikiglyph-list-unsorted:before,
.wikiglyph-list-unordered:before {
content: "\e245";
}
.wikiglyph-indent-left:before {
content: "\e246";
}
.wikiglyph-indent-right:before {
content: "\e247";
}
.wikiglyph-wikitext-no:before {
content: "\e248";
}
.wikiglyph-wikitext:before {
content: "\e249";
}
.wikiglyph-folder-placeholder:before {
content: "\e250";
}
.wikiglyph-edit-lock-1:before,
.wikiglyph-pencil-lock-pt1:before {
content: "\e302";
}
.wikiglyph-edit-lock-2:before,
.wikiglyph-pencil-lock-pt2:before {
content: "\e303";
}
.wikiglyph-quotes-add-1:before {
content: "\e304";
}
.wikiglyph-quotes-add-2:before {
content: "\e305";
}
.wikiglyph-image-add-1:before {
content: "\e306";
}
.wikiglyph-image-add-2:before {
content: "\e307";
}
.wikiglyph-image-lock-1:before {
content: "\e308";
}
.wikiglyph-image-lock-2:before {
content: "\e309";
}
.wikiglyph-map-pin-add-1:before,
.wikiglyph-map-pin-add-pt1:before {
content: "\e310";
}
.wikiglyph-map-pin-add-2:before,
.wikiglyph-map-pin-add-pt2:before {
content: "\e311";
}
.wikiglyph-template-add-1:before,
.wikiglyph-template-add-pt1:before {
content: "\e312";
}
.wikiglyph-template-add-2:before,
.wikiglyph-template-add-pt2:before {
content: "\e313";
}
.wikiglyph-wikimedia-commons:before {
content: "\e500";
}
.wikiglyph-wikipedia:before,
.wikiglyph-w:before {
content: "\e501";
}
.wikiglyph-wikitrail:before {
content: "\504";
}
.wikiglyph-heart:before {
content: "\e001";
}
.wikiglyph-star:before {
content: "\e002";
}
.wikiglyph-unstar:before {
content: "\e003";
}
.wikiglyph-star-half:before {
content: "\e043";
}
.wikiglyph-watchlist:before,
.wikiglyph-star-list:before{
content: "\e004";
}
.wikiglyph-sun:before {
content: "\e005";
}
.wikiglyph-funnel:before {
content: "\e006";
}
.wikiglyph-eye-closed:before,
.wikiglyph-eye-lid:before {
content: "\e008";
}
.wikiglyph-printer:before {
content: "\e009";
}
.wikiglyph-puzzle:before {
content: "\e010";
}
.wikiglyph-clock:before {
content: "\e011";
}
.wikiglyph-dice:before {
content: "\e012";
}
.wikiglyph-magnifying-glass:before {
content: "\e000";
}
.wikiglyph-eye:before {
content: "\e007";
}
.wikiglyph-trash:before {
content: "\e130";
}
.wikiglyph-trash-undo:before,
.wikiglyph-trash-slash:before {
content: "\e131";
}
.wikiglyph-bookmark:before {
content: "\e237";
}
.wikiglyph-block:before {
content: "\e132";
}
.wikiglyph-block-undo:before,
.wikiglyph-block-slash:before {
content: "\e133";
}
.wikiglyph-public-domain:before {
content: "\e503";
}
.wikiglyph-edit:before,
.wikiglyph-pencil:before {
content: "\e220";
}
.wikiglyph-edit-undo:before,
.wikiglyph-pencil-revert-full:before {
content: "\e221";
}
.wikiglyph-edit-undo-2:before,
.wikiglyph-pencil-revert-pt2:before {
content: "\e301";
}
.wikiglyph-edit-undo-1:before,
.wikiglyph-pencil-revert-pt1:before {
content: "\e300";
}
.wikiglyph-bright-full:before {
content: "\e036";
}
.wikiglyph-sun-moon:before {
content: "\e037";
}
.wikiglyph-cc:before {
content: "\e502";
}
.wikiglyph-cite:before {
content: "\e236";
}
.wikiglyph-translation:before {
content: "\e021";
} | 0.321673 | 0.070081 |
body {
overflow: hidden;
}
html,
body {
position: relative;
height: 100%;
}
/*全屏底部提示动画*/
.roll-d {
width: 24px;
height: 61px;
background: url(../img/roll-1.png) center no-repeat;
position: absolute;
left: 50%;
bottom: 24px;
margin-left: -12px;
z-index: 9;
}
.roll-d:after {
content: '';
display: block;
width: 100%;
height: 100%;
background: url(../img/roll-2.png) center no-repeat;
position: absolute;
-webkit-animation: myfirst-2 1s linear infinite;
animation: myfirst-2 1s linear infinite;
}
@-webkit-keyframes myfirst-2 {
from {
top: 0;
opacity: 1;
}
to {
top: 10px;
opacity: 0;
}
}
@keyframes myfirst-2 {
from {
top: 0;
opacity: 1;
}
to {
top: 10px;
opacity: 0;
}
}
/*第一屏底部样式*/
.footer-city-1 .footer-city {
position: absolute;
bottom: 1.86rem;
width: 100%;
}
.footer-city-1 .footer-city .linkarea {
margin: 0 auto;
width: 700px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer-city-1 .footer-city .list-box {
width: 140px;
text-align: center;
}
.footer-city-1 .footer-city .list-tit {
margin-bottom: .15rem;
}
.footer-city-1 .footer-city .list-tit a {
display: inline-block;
font-size: 16px;
color: #fff;
line-height: .28rem;
}
.footer-city-1 .footer-city .list-tit .icon:before {
content: "";
margin: .05rem auto;
display: block;
width: 35px;
height: 35px;
}
.footer-city-1 .footer-city .list-tit .icon-1:before {
background: url(../img/icon-city-3.png) center center no-repeat;
}
.footer-city-1 .footer-city .list-tit .icon-2:before {
background: url(../img/icon-city-4.png) center center no-repeat;
}
.footer-city-1 .footer-city .list-tit .icon-3:before {
background: url(../img/icon-city-5.png) center center no-repeat;
}
.footer-city-1 .footer-city .list-tit .icon-4:before {
background: url(../img/icon-city-6.png) center center no-repeat;
}
.footer-city-1 .footer-city .list-tit .icon-5:before {
background: url(../img/icon-city-7.png) center center no-repeat;
}
/*第二屏底部样式*/
.footer-city-2 .footer-city {
position: absolute;
bottom: 1rem;
width: 100%;
}
.footer-city-2 .footer-city .linkarea {
margin: 0 auto;
width: 942px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer-city-2 .footer-city .list-box {
width: 180px;
text-align: center;
}
.footer-city-2 .footer-city .list-tit {
margin-bottom: 15px;
}
.footer-city-2 .footer-city .list-tit a {
display: inline-block;
font-size: 16px;
color: #fff;
line-height: 28px;
}
.footer-city-2 .footer-city .list-tit .icon:before {
content: "";
margin: 5px auto;
display: block;
width: 35px;
height: 35px;
}
.footer-city-2 .footer-city .list-tit .icon-1:before {
background: url(../img/icon-city-3.png) center center no-repeat;
}
.footer-city-2 .footer-city .list-tit .icon-2:before {
background: url(../img/icon-city-4.png) center center no-repeat;
}
.footer-city-2 .footer-city .list-tit .icon-3:before {
background: url(../img/icon-city-5.png) center center no-repeat;
}
.footer-city-2 .footer-city .list-tit .icon-4:before {
background: url(../img/icon-city-6.png) center center no-repeat;
}
.footer-city-2 .footer-city .list-tit .icon-5:before {
background: url(../img/icon-city-7.png) center center no-repeat;
}
.footer-city-2 .footer-city .list-cont a {
font-size: 14px;
color: #c7ccda;
line-height: 24px;
}
/*武汉长沙对比页*/
.city-compare-page .compare-box .icon:before {
background: url(../img/icon-city-1-c.png) top center no-repeat;
}
.city-compare-page .header-city-wrap {
display: none;
}
.city-compare-page .header-city-wrap .header-city {
position: absolute;
top: 0;
width: 100%;
height: 60px;
background: #22293b;
z-index: 20;
}
.city-compare-page .header-city-wrap .header-city .linkarea {
margin: 0 auto;
width: 700px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.city-compare-page .header-city-wrap .header-city .list-box {
width: 150px;
text-align: center;
}
.city-compare-page .header-city-wrap .header-city .list-tit a {
display: inline-block;
font-size: 16px;
color: #fff;
line-height: 60px;
}
.city-compare-page .header-city-wrap .header-city .list-tit a:hover {
color: #9ba4bd;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon:before {
content: "";
display: inline-block;
margin-right: 10px;
width: 35px;
height: 35px;
vertical-align: middle;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-1:before {
background: url(../img/icon-city-3.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-1:hover:before {
background: url(../img/icon-city-3h.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-2:before {
background: url(../img/icon-city-4.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-2:hover:before {
background: url(../img/icon-city-4h.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-3:before {
background: url(../img/icon-city-5.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-3:hover:before {
background: url(../img/icon-city-5h.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-4:before {
background: url(../img/icon-city-6.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-4:hover:before {
background: url(../img/icon-city-6h.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-5:before {
background: url(../img/icon-city-7.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-5:hover:before {
background: url(../img/icon-city-7h.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-cont {
display: none;
}
.city-compare-page .header-city-wrap .compare-box {
position: absolute;
top: 0;
right: 40px;
z-index: 50;
/*添加对比*/
width: 344px;
text-align: center;
}
.city-compare-page .header-city-wrap .compare-box .box-tit {
display: inline-block;
font-size: 16px;
color: #fff;
line-height: 60px;
text-align: center;
cursor: pointer;
}
.city-compare-page .header-city-wrap .compare-box .icon:before {
content: "";
display: inline-block;
margin-right: 10px;
width: 31px;
height: 23px;
vertical-align: middle;
}
.city-compare-page .header-city-wrap .compare-box .box-cont {
padding: 12px;
width: 344px;
background: #fff;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.city-compare-page .header-city-wrap .compare-box .box-cont a {
display: block;
text-indent: 15px;
width: 100px;
height: 50px;
font-size: 16px;
line-height: 50px;
color: #22293b;
border: 1px solid #22293b;
background: #fff url(../img/icon-city-2h.png) 25px center no-repeat;
}
.city-compare-page .header-city-wrap .compare-box .box-cont a:hover {
color: #fff;
border-color: #22293b;
background: #22293b url(../img/icon-city-2.png) 25px center no-repeat;
}
.city-compare-page .header-city-wrap .back-top {
position: absolute;
top: 0;
right: 40px;
z-index: 50;
font-size: 16px;
color: #fff;
line-height: 60px;
text-align: center;
cursor: pointer;
}
.city-compare-page .header-city-wrap .back-top.icon:before {
content: "";
display: inline-block;
margin-right: 10px;
width: 22px;
height: 20px;
background: url(../img/icon-city-back-top.png);
vertical-align: middle;
}
.city-compare-page .swiper-container {
width: 100%;
height: 100%;
}
.city-compare-page .swiper-container-scrollbar .swiper-slide {
height: auto;
}
.city-compare-page .section-1 {
/*第一屏*/
padding-top: 0;
width: 100%;
height: 10.8rem;
background-position: top center;
background-size: cover;
background-repeat: no-repeat;
}
.city-compare-page .section-1 .city-txt {
background-position: top center;
background-repeat: no-repeat;
}
/* 第一屏 */
/* .compare-wuhan-changsha .section-1{ background-image: url(../img/city-wuhan-changsha.jpg); }
.compare-wuhan-hefei .section-1{ background-image: url(../img/city-wuhan-hefei.jpg); }
.compare-wuhan-nanchang .section-1{ background-image: url(../img/city-wuhan-nanchang.jpg); }
.compare-nanchang-changsha .section-1{ background-image: url(../img/city-nanchang-changsha.jpg); }
.compare-nanchang-hefei .section-1{ background-image: url(../img/city-nanchang-hefei.jpg); }
.compare-hefei-changsha .section-1{ background-image: url(../img/city-hefei-changsha.jpg); } */
.section-1 .box-container{background-repeat: no-repeat;background-position: center;}
.section-1 .compare-wuhan{background-image: url(../img/city-wuhan-1.jpg);}
.section-1 .compare-changsha{background-image: url(../img/city-changsha-1.jpg);}
.section-1 .compare-nanchang{background-image: url(../img/city-nanchang-1.jpg);}
.section-1 .compare-hefei{background-image: url(../img/city-hefei-1.jpg);}
.section-1 .compare-wuhan .city-txt{background-image: url(../img/tit-wuhan.png);}
.section-1 .compare-changsha .city-txt{background-image: url(../img/tit-changsha.png);}
.section-1 .compare-nanchang .city-txt{background-image: url(../img/tit-nanchang.png);}
.section-1 .compare-hefei .city-txt{background-image: url(../img/tit-hefei.png);}
.section-2 .compare-wuhan .about-city-box{background-image: url(../img/map-wuhan-c.png);}
.section-2 .compare-hefei .about-city-box{background-image: url(../img/map-hefei-c.png);}
.section-2 .compare-nanchang .about-city-box{background-image: url(../img/map-nanchang-c.png);}
.section-2 .compare-changsha .about-city-box{background-image: url(../img/map-changsha-c.png);}
.section-2 .compare-wuhan .about-city-box .box-tit{background-image: url(../img/about-wuhan.png);}
.section-2 .compare-hefei .about-city-box .box-tit{background-image: url(../img/about-hefei.png);}
.section-2 .compare-nanchang .about-city-box .box-tit{background-image: url(../img/about-nanchang.png);}
.section-2 .compare-changsha .about-city-box .box-tit{background-image: url(../img/about-changsha.png);}
.city-compare-page .section-1 .compare-box {
/*添加对比*/
margin: 0 auto;
width: 320px;
height: 2.22rem;
text-align: center;
}
.city-compare-page .section-1 .compare-box .box-tit {
display: inline-block;
margin: 1.2rem auto .14rem;
font-size: 16px;
color: #fff;
line-height: .22rem;
text-align: center;
cursor: pointer;
}
.city-compare-page .section-1 .compare-box .icon:before {
content: "";
margin: .05rem auto;
display: block;
width: 31px;
height: 23px;
background-size: auto 100%;
}
.city-compare-page .section-1 .compare-box .box-cont {
margin: 0 auto .28rem;
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.city-compare-page .section-1 .compare-box .box-cont a {
display: block;
text-indent: 15px;
width: 100px;
height: .5rem;
font-size: 16px;
line-height: .5rem;
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.6);
background: url(../img/icon-city-2.png) 25px center no-repeat;
}
.city-compare-page .section-1 .compare-box .box-cont a:hover {
color: #333;
border-color: #fff;
background: #fff url(../img/icon-city-2h.png) 25px center no-repeat;
}
.city-compare-page .section-1 .intro-box-wrap {
margin: 0 auto;
width: 94%;
max-width: 680px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.city-compare-page .section-1 .intro-box1 {
position: relative;
padding-top: .15rem;
width: 200px;
height: 1.2rem;
line-height: .4rem;
}
.city-compare-page .section-1 .intro-box1:before,
.city-compare-page .section-1 .intro-box1:after {
content: "";
box-sizing: border-box;
position: absolute;
height: 100%;
border: 1px solid #fff;
background: #000;
opacity: 0.2;
}
.city-compare-page .section-1 .intro-box1:before {
top: 0;
left: 5px;
width: 190px;
height: 1.2rem;
}
.city-compare-page .section-1 .intro-box1:after {
top: .05rem;
left: 0;
width: 200px;
height: 1.1rem;
}
.city-compare-page .section-1 .intro-box1 p {
position: relative;
color: #fff;
text-align: center;
z-index: 3;
}
.city-compare-page .section-1 .intro-box1 p .box-tit {
display: block;
font-size: 16px;
line-height: .4rem;
}
.city-compare-page .section-1 .intro-box1 p .box-cont {
display: block;
font-size: 24px;
line-height: .4rem;
}
.city-compare-page .section-2 {
/*第二屏*/
padding-top: 1.24rem;
width: 100%;
height: 10.8rem;
background: #0b0f1b url(../img/about-city-bg.jpg) bottom center no-repeat;
background-size: cover;
}
.city-compare-page .section-2 .about-city-box p {
padding-top: .24rem;
width: 500px;
font-size: 14px;
color: #c7ccda;
line-height: .24rem;
}
.city-compare-page .section-2 .about-city-box .box-tit {
height: .67rem;
background-size: auto 100%;
background-position: left top;
background-repeat: no-repeat;
}
.city-compare-page .section-2 .about-wuhan-box .container {
background: url(../img/map-wuhan.png) center right no-repeat;
background-size: auto 3.45rem;
}
.city-compare-page .section-2 .about-changsha-box .container {
background: url(../img/map-changsha.png) bottom right no-repeat;
background-size: auto 100%;
}
.city-compare-page .box-container-wrap {
width: 100%;
}
.city-compare-page .box-container-wrap .box-container {
width: 50%;
}
.city-compare-page .section-1 .box-container-wrap .box-container {
padding-top: 2.45rem;
height: 100%;
}
.city-compare-page .box-container-wrap-1 {
position: relative;
height: 100%;
}
.city-compare-page .box-container-wrap-1 .box-container .city-txt {
margin: 0 auto 1.9rem;
height: 114px;
}
.city-compare-page .box-container-wrap-1 .compare-box {
position: absolute;
top: 0;
left: 50%;
margin-left: -160px;
padding-top: 2.45rem;
}
.city-compare-page .box-container-wrap-1 .compare-box .vs-icon {
margin: 0 auto;
width: 94px;
height: 33px;
background: url(../img/VS.png) no-repeat;
}
.city-compare-page .box-container-wrap-2 {
margin: 0 auto;
width: 1080px;
}
.city-compare-page .box-container-wrap-2 .about-city-box {
padding-bottom: 2.7rem;
background-repeat: no-repeat;
background-position: center bottom;
}
.city-compare-page .box-container-wrap-2 .about-city-box{
padding-left: 40px;
}
.city-compare-page .section-3,
.city-compare-page .section-4,
.city-compare-page .section-5,
.city-compare-page .section-6,
.city-compare-page .section-7,
.city-compare-page .section-8,
.city-compare-page .section-9,
.city-compare-page .section-10 {
/*第三屏*/
width: 100%;
background: #fff;
}
.city-compare-page .section-3 .boxs-container .box-tit,
.city-compare-page .section-4 .boxs-container .box-tit,
.city-compare-page .section-5 .boxs-container .box-tit,
.city-compare-page .section-6 .boxs-container .box-tit,
.city-compare-page .section-7 .boxs-container .box-tit,
.city-compare-page .section-8 .boxs-container .box-tit,
.city-compare-page .section-9 .boxs-container .box-tit,
.city-compare-page .section-10 .boxs-container .box-tit {
font-size: 30px;
line-height: 70px;
color: #333;
text-align: center;
background: #ccc;
}
.city-compare-page .section-3 .boxs-container .box,
.city-compare-page .section-4 .boxs-container .box,
.city-compare-page .section-5 .boxs-container .box,
.city-compare-page .section-6 .boxs-container .box,
.city-compare-page .section-7 .boxs-container .box,
.city-compare-page .section-8 .boxs-container .box,
.city-compare-page .section-9 .boxs-container .box,
.city-compare-page .section-10 .boxs-container .box {
margin-top: 30px;
}
.city-compare-page .section-3 .boxs-container .chart,
.city-compare-page .section-4 .boxs-container .chart,
.city-compare-page .section-5 .boxs-container .chart,
.city-compare-page .section-6 .boxs-container .chart,
.city-compare-page .section-7 .boxs-container .chart,
.city-compare-page .section-8 .boxs-container .chart,
.city-compare-page .section-9 .boxs-container .chart,
.city-compare-page .section-10 .boxs-container .chart {
width: 100%;
height: 100%;
}
.city-compare-page .section-3 .boxs-container .box-wrap1,
.city-compare-page .section-4 .boxs-container .box-wrap1,
.city-compare-page .section-5 .boxs-container .box-wrap1,
.city-compare-page .section-6 .boxs-container .box-wrap1,
.city-compare-page .section-7 .boxs-container .box-wrap1,
.city-compare-page .section-8 .boxs-container .box-wrap1,
.city-compare-page .section-9 .boxs-container .box-wrap1,
.city-compare-page .section-10 .boxs-container .box-wrap1 {
padding-bottom: 58px;
}
.city-compare-page .section-3 .boxs-container .box-wrap1 .box,
.city-compare-page .section-4 .boxs-container .box-wrap1 .box,
.city-compare-page .section-5 .boxs-container .box-wrap1 .box,
.city-compare-page .section-6 .boxs-container .box-wrap1 .box,
.city-compare-page .section-7 .boxs-container .box-wrap1 .box,
.city-compare-page .section-8 .boxs-container .box-wrap1 .box,
.city-compare-page .section-9 .boxs-container .box-wrap1 .box,
.city-compare-page .section-10 .boxs-container .box-wrap1 .box {
width: 50%;
padding: 0 5%;
height: 610px;
text-align: center;
}
.city-compare-page .section-3 .boxs-container .box-wrap1,
.city-compare-page .section-4 .boxs-container .box-wrap1,
.city-compare-page .section-5 .boxs-container .box-wrap1,
.city-compare-page .section-6 .boxs-container .box-wrap1,
.city-compare-page .section-7 .boxs-container .box-wrap1,
.city-compare-page .section-8 .boxs-container .box-wrap1,
.city-compare-page .section-9 .boxs-container .box-wrap1,
.city-compare-page .section-10 .boxs-container .box-wrap1 {
border-bottom: 2px solid #ccc;
}
.city-compare-page .section-3 .boxs-container .box-wrap2 .box-w,
.city-compare-page .section-4 .boxs-container .box-wrap2 .box-w,
.city-compare-page .section-5 .boxs-container .box-wrap2 .box-w,
.city-compare-page .section-6 .boxs-container .box-wrap2 .box-w,
.city-compare-page .section-7 .boxs-container .box-wrap2 .box-w,
.city-compare-page .section-8 .boxs-container .box-wrap2 .box-w,
.city-compare-page .section-9 .boxs-container .box-wrap2 .box-w,
.city-compare-page .section-10 .boxs-container .box-wrap2 .box-w,
.city-compare-page .section-3 .boxs-container .box-wrap3 .box-w,
.city-compare-page .section-4 .boxs-container .box-wrap3 .box-w,
.city-compare-page .section-5 .boxs-container .box-wrap3 .box-w,
.city-compare-page .section-6 .boxs-container .box-wrap3 .box-w,
.city-compare-page .section-7 .boxs-container .box-wrap3 .box-w,
.city-compare-page .section-8 .boxs-container .box-wrap3 .box-w,
.city-compare-page .section-9 .boxs-container .box-wrap3 .box-w,
.city-compare-page .section-10 .boxs-container .box-wrap3 .box-w,
.city-compare-page .section-3 .boxs-container .box-wrap4 .box-w,
.city-compare-page .section-4 .boxs-container .box-wrap4 .box-w,
.city-compare-page .section-5 .boxs-container .box-wrap4 .box-w,
.city-compare-page .section-6 .boxs-container .box-wrap4 .box-w,
.city-compare-page .section-7 .boxs-container .box-wrap4 .box-w,
.city-compare-page .section-8 .boxs-container .box-wrap4 .box-w,
.city-compare-page .section-9 .boxs-container .box-wrap4 .box-w,
.city-compare-page .section-10 .boxs-container .box-wrap4 .box-w {
width: 50%;
}
.city-compare-page .section-3 .boxs-container .box-wrap2 .box-w-1,
.city-compare-page .section-4 .boxs-container .box-wrap2 .box-w-1,
.city-compare-page .section-5 .boxs-container .box-wrap2 .box-w-1,
.city-compare-page .section-6 .boxs-container .box-wrap2 .box-w-1,
.city-compare-page .section-7 .boxs-container .box-wrap2 .box-w-1,
.city-compare-page .section-8 .boxs-container .box-wrap2 .box-w-1,
.city-compare-page .section-9 .boxs-container .box-wrap2 .box-w-1,
.city-compare-page .section-10 .boxs-container .box-wrap2 .box-w-1,
.city-compare-page .section-3 .boxs-container .box-wrap3 .box-w-1,
.city-compare-page .section-4 .boxs-container .box-wrap3 .box-w-1,
.city-compare-page .section-5 .boxs-container .box-wrap3 .box-w-1,
.city-compare-page .section-6 .boxs-container .box-wrap3 .box-w-1,
.city-compare-page .section-7 .boxs-container .box-wrap3 .box-w-1,
.city-compare-page .section-8 .boxs-container .box-wrap3 .box-w-1,
.city-compare-page .section-9 .boxs-container .box-wrap3 .box-w-1,
.city-compare-page .section-10 .boxs-container .box-wrap3 .box-w-1,
.city-compare-page .section-3 .boxs-container .box-wrap4 .box-w-1,
.city-compare-page .section-4 .boxs-container .box-wrap4 .box-w-1,
.city-compare-page .section-5 .boxs-container .box-wrap4 .box-w-1,
.city-compare-page .section-6 .boxs-container .box-wrap4 .box-w-1,
.city-compare-page .section-7 .boxs-container .box-wrap4 .box-w-1,
.city-compare-page .section-8 .boxs-container .box-wrap4 .box-w-1,
.city-compare-page .section-9 .boxs-container .box-wrap4 .box-w-1,
.city-compare-page .section-10 .boxs-container .box-wrap4 .box-w-1 {
border-right: 2px solid #ccc;
}
.city-compare-page .section-3 .boxs-container .box-wrap2 .box-tit,
.city-compare-page .section-4 .boxs-container .box-wrap2 .box-tit,
.city-compare-page .section-5 .boxs-container .box-wrap2 .box-tit,
.city-compare-page .section-6 .boxs-container .box-wrap2 .box-tit,
.city-compare-page .section-7 .boxs-container .box-wrap2 .box-tit,
.city-compare-page .section-8 .boxs-container .box-wrap2 .box-tit,
.city-compare-page .section-9 .boxs-container .box-wrap2 .box-tit,
.city-compare-page .section-10 .boxs-container .box-wrap2 .box-tit,
.city-compare-page .section-3 .boxs-container .box-wrap3 .box-tit,
.city-compare-page .section-4 .boxs-container .box-wrap3 .box-tit,
.city-compare-page .section-5 .boxs-container .box-wrap3 .box-tit,
.city-compare-page .section-6 .boxs-container .box-wrap3 .box-tit,
.city-compare-page .section-7 .boxs-container .box-wrap3 .box-tit,
.city-compare-page .section-8 .boxs-container .box-wrap3 .box-tit,
.city-compare-page .section-9 .boxs-container .box-wrap3 .box-tit,
.city-compare-page .section-10 .boxs-container .box-wrap3 .box-tit,
.city-compare-page .section-3 .boxs-container .box-wrap4 .box-tit,
.city-compare-page .section-4 .boxs-container .box-wrap4 .box-tit,
.city-compare-page .section-5 .boxs-container .box-wrap4 .box-tit,
.city-compare-page .section-6 .boxs-container .box-wrap4 .box-tit,
.city-compare-page .section-7 .boxs-container .box-wrap4 .box-tit,
.city-compare-page .section-8 .boxs-container .box-wrap4 .box-tit,
.city-compare-page .section-9 .boxs-container .box-wrap4 .box-tit,
.city-compare-page .section-10 .boxs-container .box-wrap4 .box-tit {
border-top: 2px solid #ccc;
}
.city-compare-page .section-3 .boxs-container .box-wrap2 .box,
.city-compare-page .section-4 .boxs-container .box-wrap2 .box,
.city-compare-page .section-5 .boxs-container .box-wrap2 .box,
.city-compare-page .section-6 .boxs-container .box-wrap2 .box,
.city-compare-page .section-7 .boxs-container .box-wrap2 .box,
.city-compare-page .section-8 .boxs-container .box-wrap2 .box,
.city-compare-page .section-9 .boxs-container .box-wrap2 .box,
.city-compare-page .section-10 .boxs-container .box-wrap2 .box,
.city-compare-page .section-3 .boxs-container .box-wrap3 .box,
.city-compare-page .section-4 .boxs-container .box-wrap3 .box,
.city-compare-page .section-5 .boxs-container .box-wrap3 .box,
.city-compare-page .section-6 .boxs-container .box-wrap3 .box,
.city-compare-page .section-7 .boxs-container .box-wrap3 .box,
.city-compare-page .section-8 .boxs-container .box-wrap3 .box,
.city-compare-page .section-9 .boxs-container .box-wrap3 .box,
.city-compare-page .section-10 .boxs-container .box-wrap3 .box,
.city-compare-page .section-3 .boxs-container .box-wrap4 .box,
.city-compare-page .section-4 .boxs-container .box-wrap4 .box,
.city-compare-page .section-5 .boxs-container .box-wrap4 .box,
.city-compare-page .section-6 .boxs-container .box-wrap4 .box,
.city-compare-page .section-7 .boxs-container .box-wrap4 .box,
.city-compare-page .section-8 .boxs-container .box-wrap4 .box,
.city-compare-page .section-9 .boxs-container .box-wrap4 .box,
.city-compare-page .section-10 .boxs-container .box-wrap4 .box {
margin-bottom: 70px;
text-align: center;
}
.city-compare-page .section-3 .boxs-container .box-wrap2 .box,
.city-compare-page .section-4 .boxs-container .box-wrap2 .box,
.city-compare-page .section-5 .boxs-container .box-wrap2 .box,
.city-compare-page .section-6 .boxs-container .box-wrap2 .box,
.city-compare-page .section-7 .boxs-container .box-wrap2 .box,
.city-compare-page .section-8 .boxs-container .box-wrap2 .box,
.city-compare-page .section-9 .boxs-container .box-wrap2 .box,
.city-compare-page .section-10 .boxs-container .box-wrap2 .box {
padding: 0 13%;
}
.city-compare-page .section-3 .boxs-container .box-wrap3 .box,
.city-compare-page .section-4 .boxs-container .box-wrap3 .box,
.city-compare-page .section-5 .boxs-container .box-wrap3 .box,
.city-compare-page .section-6 .boxs-container .box-wrap3 .box,
.city-compare-page .section-7 .boxs-container .box-wrap3 .box,
.city-compare-page .section-8 .boxs-container .box-wrap3 .box,
.city-compare-page .section-9 .boxs-container .box-wrap3 .box,
.city-compare-page .section-10 .boxs-container .box-wrap3 .box {
padding: 0 13%;
}
.city-compare-page .section-3 .boxs-container .box-wrap4 .box,
.city-compare-page .section-4 .boxs-container .box-wrap4 .box,
.city-compare-page .section-5 .boxs-container .box-wrap4 .box,
.city-compare-page .section-6 .boxs-container .box-wrap4 .box,
.city-compare-page .section-7 .boxs-container .box-wrap4 .box,
.city-compare-page .section-8 .boxs-container .box-wrap4 .box,
.city-compare-page .section-9 .boxs-container .box-wrap4 .box,
.city-compare-page .section-10 .boxs-container .box-wrap4 .box {
padding: 0 13%;
}
.city-compare-page .section-3 .boxs-container .box-tit {
margin-bottom: 25px;
}
.city-compare-page .section-3,
.city-compare-page .section-6,
.city-compare-page .section-8,
.city-compare-page .section-9 {
height: auto!important;
}
.city-compare-page .section-3.swiper-slide-active,
.city-compare-page .section-6.swiper-slide-active,
.city-compare-page .section-8.swiper-slide-active,
.city-compare-page .section-9.swiper-slide-active {
padding-top: 60px;
height: auto!important;
}
.city-compare-page .section-4,
.city-compare-page .section-5,
.city-compare-page .section-7 {
/*全屏*/
height: 100%!important;
}
.city-compare-page .section-4.swiper-slide-active,
.city-compare-page .section-5.swiper-slide-active,
.city-compare-page .section-7.swiper-slide-active {
padding-top: 60px;
height: 100%!important;
}
.city-compare-page .section-10 {
height: 6rem!important;
} | zwy/html/css/city-compare.css | body {
overflow: hidden;
}
html,
body {
position: relative;
height: 100%;
}
/*全屏底部提示动画*/
.roll-d {
width: 24px;
height: 61px;
background: url(../img/roll-1.png) center no-repeat;
position: absolute;
left: 50%;
bottom: 24px;
margin-left: -12px;
z-index: 9;
}
.roll-d:after {
content: '';
display: block;
width: 100%;
height: 100%;
background: url(../img/roll-2.png) center no-repeat;
position: absolute;
-webkit-animation: myfirst-2 1s linear infinite;
animation: myfirst-2 1s linear infinite;
}
@-webkit-keyframes myfirst-2 {
from {
top: 0;
opacity: 1;
}
to {
top: 10px;
opacity: 0;
}
}
@keyframes myfirst-2 {
from {
top: 0;
opacity: 1;
}
to {
top: 10px;
opacity: 0;
}
}
/*第一屏底部样式*/
.footer-city-1 .footer-city {
position: absolute;
bottom: 1.86rem;
width: 100%;
}
.footer-city-1 .footer-city .linkarea {
margin: 0 auto;
width: 700px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer-city-1 .footer-city .list-box {
width: 140px;
text-align: center;
}
.footer-city-1 .footer-city .list-tit {
margin-bottom: .15rem;
}
.footer-city-1 .footer-city .list-tit a {
display: inline-block;
font-size: 16px;
color: #fff;
line-height: .28rem;
}
.footer-city-1 .footer-city .list-tit .icon:before {
content: "";
margin: .05rem auto;
display: block;
width: 35px;
height: 35px;
}
.footer-city-1 .footer-city .list-tit .icon-1:before {
background: url(../img/icon-city-3.png) center center no-repeat;
}
.footer-city-1 .footer-city .list-tit .icon-2:before {
background: url(../img/icon-city-4.png) center center no-repeat;
}
.footer-city-1 .footer-city .list-tit .icon-3:before {
background: url(../img/icon-city-5.png) center center no-repeat;
}
.footer-city-1 .footer-city .list-tit .icon-4:before {
background: url(../img/icon-city-6.png) center center no-repeat;
}
.footer-city-1 .footer-city .list-tit .icon-5:before {
background: url(../img/icon-city-7.png) center center no-repeat;
}
/*第二屏底部样式*/
.footer-city-2 .footer-city {
position: absolute;
bottom: 1rem;
width: 100%;
}
.footer-city-2 .footer-city .linkarea {
margin: 0 auto;
width: 942px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer-city-2 .footer-city .list-box {
width: 180px;
text-align: center;
}
.footer-city-2 .footer-city .list-tit {
margin-bottom: 15px;
}
.footer-city-2 .footer-city .list-tit a {
display: inline-block;
font-size: 16px;
color: #fff;
line-height: 28px;
}
.footer-city-2 .footer-city .list-tit .icon:before {
content: "";
margin: 5px auto;
display: block;
width: 35px;
height: 35px;
}
.footer-city-2 .footer-city .list-tit .icon-1:before {
background: url(../img/icon-city-3.png) center center no-repeat;
}
.footer-city-2 .footer-city .list-tit .icon-2:before {
background: url(../img/icon-city-4.png) center center no-repeat;
}
.footer-city-2 .footer-city .list-tit .icon-3:before {
background: url(../img/icon-city-5.png) center center no-repeat;
}
.footer-city-2 .footer-city .list-tit .icon-4:before {
background: url(../img/icon-city-6.png) center center no-repeat;
}
.footer-city-2 .footer-city .list-tit .icon-5:before {
background: url(../img/icon-city-7.png) center center no-repeat;
}
.footer-city-2 .footer-city .list-cont a {
font-size: 14px;
color: #c7ccda;
line-height: 24px;
}
/*武汉长沙对比页*/
.city-compare-page .compare-box .icon:before {
background: url(../img/icon-city-1-c.png) top center no-repeat;
}
.city-compare-page .header-city-wrap {
display: none;
}
.city-compare-page .header-city-wrap .header-city {
position: absolute;
top: 0;
width: 100%;
height: 60px;
background: #22293b;
z-index: 20;
}
.city-compare-page .header-city-wrap .header-city .linkarea {
margin: 0 auto;
width: 700px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.city-compare-page .header-city-wrap .header-city .list-box {
width: 150px;
text-align: center;
}
.city-compare-page .header-city-wrap .header-city .list-tit a {
display: inline-block;
font-size: 16px;
color: #fff;
line-height: 60px;
}
.city-compare-page .header-city-wrap .header-city .list-tit a:hover {
color: #9ba4bd;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon:before {
content: "";
display: inline-block;
margin-right: 10px;
width: 35px;
height: 35px;
vertical-align: middle;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-1:before {
background: url(../img/icon-city-3.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-1:hover:before {
background: url(../img/icon-city-3h.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-2:before {
background: url(../img/icon-city-4.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-2:hover:before {
background: url(../img/icon-city-4h.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-3:before {
background: url(../img/icon-city-5.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-3:hover:before {
background: url(../img/icon-city-5h.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-4:before {
background: url(../img/icon-city-6.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-4:hover:before {
background: url(../img/icon-city-6h.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-5:before {
background: url(../img/icon-city-7.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-tit .icon-5:hover:before {
background: url(../img/icon-city-7h.png) center center no-repeat;
}
.city-compare-page .header-city-wrap .header-city .list-cont {
display: none;
}
.city-compare-page .header-city-wrap .compare-box {
position: absolute;
top: 0;
right: 40px;
z-index: 50;
/*添加对比*/
width: 344px;
text-align: center;
}
.city-compare-page .header-city-wrap .compare-box .box-tit {
display: inline-block;
font-size: 16px;
color: #fff;
line-height: 60px;
text-align: center;
cursor: pointer;
}
.city-compare-page .header-city-wrap .compare-box .icon:before {
content: "";
display: inline-block;
margin-right: 10px;
width: 31px;
height: 23px;
vertical-align: middle;
}
.city-compare-page .header-city-wrap .compare-box .box-cont {
padding: 12px;
width: 344px;
background: #fff;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.city-compare-page .header-city-wrap .compare-box .box-cont a {
display: block;
text-indent: 15px;
width: 100px;
height: 50px;
font-size: 16px;
line-height: 50px;
color: #22293b;
border: 1px solid #22293b;
background: #fff url(../img/icon-city-2h.png) 25px center no-repeat;
}
.city-compare-page .header-city-wrap .compare-box .box-cont a:hover {
color: #fff;
border-color: #22293b;
background: #22293b url(../img/icon-city-2.png) 25px center no-repeat;
}
.city-compare-page .header-city-wrap .back-top {
position: absolute;
top: 0;
right: 40px;
z-index: 50;
font-size: 16px;
color: #fff;
line-height: 60px;
text-align: center;
cursor: pointer;
}
.city-compare-page .header-city-wrap .back-top.icon:before {
content: "";
display: inline-block;
margin-right: 10px;
width: 22px;
height: 20px;
background: url(../img/icon-city-back-top.png);
vertical-align: middle;
}
.city-compare-page .swiper-container {
width: 100%;
height: 100%;
}
.city-compare-page .swiper-container-scrollbar .swiper-slide {
height: auto;
}
.city-compare-page .section-1 {
/*第一屏*/
padding-top: 0;
width: 100%;
height: 10.8rem;
background-position: top center;
background-size: cover;
background-repeat: no-repeat;
}
.city-compare-page .section-1 .city-txt {
background-position: top center;
background-repeat: no-repeat;
}
/* 第一屏 */
/* .compare-wuhan-changsha .section-1{ background-image: url(../img/city-wuhan-changsha.jpg); }
.compare-wuhan-hefei .section-1{ background-image: url(../img/city-wuhan-hefei.jpg); }
.compare-wuhan-nanchang .section-1{ background-image: url(../img/city-wuhan-nanchang.jpg); }
.compare-nanchang-changsha .section-1{ background-image: url(../img/city-nanchang-changsha.jpg); }
.compare-nanchang-hefei .section-1{ background-image: url(../img/city-nanchang-hefei.jpg); }
.compare-hefei-changsha .section-1{ background-image: url(../img/city-hefei-changsha.jpg); } */
.section-1 .box-container{background-repeat: no-repeat;background-position: center;}
.section-1 .compare-wuhan{background-image: url(../img/city-wuhan-1.jpg);}
.section-1 .compare-changsha{background-image: url(../img/city-changsha-1.jpg);}
.section-1 .compare-nanchang{background-image: url(../img/city-nanchang-1.jpg);}
.section-1 .compare-hefei{background-image: url(../img/city-hefei-1.jpg);}
.section-1 .compare-wuhan .city-txt{background-image: url(../img/tit-wuhan.png);}
.section-1 .compare-changsha .city-txt{background-image: url(../img/tit-changsha.png);}
.section-1 .compare-nanchang .city-txt{background-image: url(../img/tit-nanchang.png);}
.section-1 .compare-hefei .city-txt{background-image: url(../img/tit-hefei.png);}
.section-2 .compare-wuhan .about-city-box{background-image: url(../img/map-wuhan-c.png);}
.section-2 .compare-hefei .about-city-box{background-image: url(../img/map-hefei-c.png);}
.section-2 .compare-nanchang .about-city-box{background-image: url(../img/map-nanchang-c.png);}
.section-2 .compare-changsha .about-city-box{background-image: url(../img/map-changsha-c.png);}
.section-2 .compare-wuhan .about-city-box .box-tit{background-image: url(../img/about-wuhan.png);}
.section-2 .compare-hefei .about-city-box .box-tit{background-image: url(../img/about-hefei.png);}
.section-2 .compare-nanchang .about-city-box .box-tit{background-image: url(../img/about-nanchang.png);}
.section-2 .compare-changsha .about-city-box .box-tit{background-image: url(../img/about-changsha.png);}
.city-compare-page .section-1 .compare-box {
/*添加对比*/
margin: 0 auto;
width: 320px;
height: 2.22rem;
text-align: center;
}
.city-compare-page .section-1 .compare-box .box-tit {
display: inline-block;
margin: 1.2rem auto .14rem;
font-size: 16px;
color: #fff;
line-height: .22rem;
text-align: center;
cursor: pointer;
}
.city-compare-page .section-1 .compare-box .icon:before {
content: "";
margin: .05rem auto;
display: block;
width: 31px;
height: 23px;
background-size: auto 100%;
}
.city-compare-page .section-1 .compare-box .box-cont {
margin: 0 auto .28rem;
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.city-compare-page .section-1 .compare-box .box-cont a {
display: block;
text-indent: 15px;
width: 100px;
height: .5rem;
font-size: 16px;
line-height: .5rem;
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.6);
background: url(../img/icon-city-2.png) 25px center no-repeat;
}
.city-compare-page .section-1 .compare-box .box-cont a:hover {
color: #333;
border-color: #fff;
background: #fff url(../img/icon-city-2h.png) 25px center no-repeat;
}
.city-compare-page .section-1 .intro-box-wrap {
margin: 0 auto;
width: 94%;
max-width: 680px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.city-compare-page .section-1 .intro-box1 {
position: relative;
padding-top: .15rem;
width: 200px;
height: 1.2rem;
line-height: .4rem;
}
.city-compare-page .section-1 .intro-box1:before,
.city-compare-page .section-1 .intro-box1:after {
content: "";
box-sizing: border-box;
position: absolute;
height: 100%;
border: 1px solid #fff;
background: #000;
opacity: 0.2;
}
.city-compare-page .section-1 .intro-box1:before {
top: 0;
left: 5px;
width: 190px;
height: 1.2rem;
}
.city-compare-page .section-1 .intro-box1:after {
top: .05rem;
left: 0;
width: 200px;
height: 1.1rem;
}
.city-compare-page .section-1 .intro-box1 p {
position: relative;
color: #fff;
text-align: center;
z-index: 3;
}
.city-compare-page .section-1 .intro-box1 p .box-tit {
display: block;
font-size: 16px;
line-height: .4rem;
}
.city-compare-page .section-1 .intro-box1 p .box-cont {
display: block;
font-size: 24px;
line-height: .4rem;
}
.city-compare-page .section-2 {
/*第二屏*/
padding-top: 1.24rem;
width: 100%;
height: 10.8rem;
background: #0b0f1b url(../img/about-city-bg.jpg) bottom center no-repeat;
background-size: cover;
}
.city-compare-page .section-2 .about-city-box p {
padding-top: .24rem;
width: 500px;
font-size: 14px;
color: #c7ccda;
line-height: .24rem;
}
.city-compare-page .section-2 .about-city-box .box-tit {
height: .67rem;
background-size: auto 100%;
background-position: left top;
background-repeat: no-repeat;
}
.city-compare-page .section-2 .about-wuhan-box .container {
background: url(../img/map-wuhan.png) center right no-repeat;
background-size: auto 3.45rem;
}
.city-compare-page .section-2 .about-changsha-box .container {
background: url(../img/map-changsha.png) bottom right no-repeat;
background-size: auto 100%;
}
.city-compare-page .box-container-wrap {
width: 100%;
}
.city-compare-page .box-container-wrap .box-container {
width: 50%;
}
.city-compare-page .section-1 .box-container-wrap .box-container {
padding-top: 2.45rem;
height: 100%;
}
.city-compare-page .box-container-wrap-1 {
position: relative;
height: 100%;
}
.city-compare-page .box-container-wrap-1 .box-container .city-txt {
margin: 0 auto 1.9rem;
height: 114px;
}
.city-compare-page .box-container-wrap-1 .compare-box {
position: absolute;
top: 0;
left: 50%;
margin-left: -160px;
padding-top: 2.45rem;
}
.city-compare-page .box-container-wrap-1 .compare-box .vs-icon {
margin: 0 auto;
width: 94px;
height: 33px;
background: url(../img/VS.png) no-repeat;
}
.city-compare-page .box-container-wrap-2 {
margin: 0 auto;
width: 1080px;
}
.city-compare-page .box-container-wrap-2 .about-city-box {
padding-bottom: 2.7rem;
background-repeat: no-repeat;
background-position: center bottom;
}
.city-compare-page .box-container-wrap-2 .about-city-box{
padding-left: 40px;
}
.city-compare-page .section-3,
.city-compare-page .section-4,
.city-compare-page .section-5,
.city-compare-page .section-6,
.city-compare-page .section-7,
.city-compare-page .section-8,
.city-compare-page .section-9,
.city-compare-page .section-10 {
/*第三屏*/
width: 100%;
background: #fff;
}
.city-compare-page .section-3 .boxs-container .box-tit,
.city-compare-page .section-4 .boxs-container .box-tit,
.city-compare-page .section-5 .boxs-container .box-tit,
.city-compare-page .section-6 .boxs-container .box-tit,
.city-compare-page .section-7 .boxs-container .box-tit,
.city-compare-page .section-8 .boxs-container .box-tit,
.city-compare-page .section-9 .boxs-container .box-tit,
.city-compare-page .section-10 .boxs-container .box-tit {
font-size: 30px;
line-height: 70px;
color: #333;
text-align: center;
background: #ccc;
}
.city-compare-page .section-3 .boxs-container .box,
.city-compare-page .section-4 .boxs-container .box,
.city-compare-page .section-5 .boxs-container .box,
.city-compare-page .section-6 .boxs-container .box,
.city-compare-page .section-7 .boxs-container .box,
.city-compare-page .section-8 .boxs-container .box,
.city-compare-page .section-9 .boxs-container .box,
.city-compare-page .section-10 .boxs-container .box {
margin-top: 30px;
}
.city-compare-page .section-3 .boxs-container .chart,
.city-compare-page .section-4 .boxs-container .chart,
.city-compare-page .section-5 .boxs-container .chart,
.city-compare-page .section-6 .boxs-container .chart,
.city-compare-page .section-7 .boxs-container .chart,
.city-compare-page .section-8 .boxs-container .chart,
.city-compare-page .section-9 .boxs-container .chart,
.city-compare-page .section-10 .boxs-container .chart {
width: 100%;
height: 100%;
}
.city-compare-page .section-3 .boxs-container .box-wrap1,
.city-compare-page .section-4 .boxs-container .box-wrap1,
.city-compare-page .section-5 .boxs-container .box-wrap1,
.city-compare-page .section-6 .boxs-container .box-wrap1,
.city-compare-page .section-7 .boxs-container .box-wrap1,
.city-compare-page .section-8 .boxs-container .box-wrap1,
.city-compare-page .section-9 .boxs-container .box-wrap1,
.city-compare-page .section-10 .boxs-container .box-wrap1 {
padding-bottom: 58px;
}
.city-compare-page .section-3 .boxs-container .box-wrap1 .box,
.city-compare-page .section-4 .boxs-container .box-wrap1 .box,
.city-compare-page .section-5 .boxs-container .box-wrap1 .box,
.city-compare-page .section-6 .boxs-container .box-wrap1 .box,
.city-compare-page .section-7 .boxs-container .box-wrap1 .box,
.city-compare-page .section-8 .boxs-container .box-wrap1 .box,
.city-compare-page .section-9 .boxs-container .box-wrap1 .box,
.city-compare-page .section-10 .boxs-container .box-wrap1 .box {
width: 50%;
padding: 0 5%;
height: 610px;
text-align: center;
}
.city-compare-page .section-3 .boxs-container .box-wrap1,
.city-compare-page .section-4 .boxs-container .box-wrap1,
.city-compare-page .section-5 .boxs-container .box-wrap1,
.city-compare-page .section-6 .boxs-container .box-wrap1,
.city-compare-page .section-7 .boxs-container .box-wrap1,
.city-compare-page .section-8 .boxs-container .box-wrap1,
.city-compare-page .section-9 .boxs-container .box-wrap1,
.city-compare-page .section-10 .boxs-container .box-wrap1 {
border-bottom: 2px solid #ccc;
}
.city-compare-page .section-3 .boxs-container .box-wrap2 .box-w,
.city-compare-page .section-4 .boxs-container .box-wrap2 .box-w,
.city-compare-page .section-5 .boxs-container .box-wrap2 .box-w,
.city-compare-page .section-6 .boxs-container .box-wrap2 .box-w,
.city-compare-page .section-7 .boxs-container .box-wrap2 .box-w,
.city-compare-page .section-8 .boxs-container .box-wrap2 .box-w,
.city-compare-page .section-9 .boxs-container .box-wrap2 .box-w,
.city-compare-page .section-10 .boxs-container .box-wrap2 .box-w,
.city-compare-page .section-3 .boxs-container .box-wrap3 .box-w,
.city-compare-page .section-4 .boxs-container .box-wrap3 .box-w,
.city-compare-page .section-5 .boxs-container .box-wrap3 .box-w,
.city-compare-page .section-6 .boxs-container .box-wrap3 .box-w,
.city-compare-page .section-7 .boxs-container .box-wrap3 .box-w,
.city-compare-page .section-8 .boxs-container .box-wrap3 .box-w,
.city-compare-page .section-9 .boxs-container .box-wrap3 .box-w,
.city-compare-page .section-10 .boxs-container .box-wrap3 .box-w,
.city-compare-page .section-3 .boxs-container .box-wrap4 .box-w,
.city-compare-page .section-4 .boxs-container .box-wrap4 .box-w,
.city-compare-page .section-5 .boxs-container .box-wrap4 .box-w,
.city-compare-page .section-6 .boxs-container .box-wrap4 .box-w,
.city-compare-page .section-7 .boxs-container .box-wrap4 .box-w,
.city-compare-page .section-8 .boxs-container .box-wrap4 .box-w,
.city-compare-page .section-9 .boxs-container .box-wrap4 .box-w,
.city-compare-page .section-10 .boxs-container .box-wrap4 .box-w {
width: 50%;
}
.city-compare-page .section-3 .boxs-container .box-wrap2 .box-w-1,
.city-compare-page .section-4 .boxs-container .box-wrap2 .box-w-1,
.city-compare-page .section-5 .boxs-container .box-wrap2 .box-w-1,
.city-compare-page .section-6 .boxs-container .box-wrap2 .box-w-1,
.city-compare-page .section-7 .boxs-container .box-wrap2 .box-w-1,
.city-compare-page .section-8 .boxs-container .box-wrap2 .box-w-1,
.city-compare-page .section-9 .boxs-container .box-wrap2 .box-w-1,
.city-compare-page .section-10 .boxs-container .box-wrap2 .box-w-1,
.city-compare-page .section-3 .boxs-container .box-wrap3 .box-w-1,
.city-compare-page .section-4 .boxs-container .box-wrap3 .box-w-1,
.city-compare-page .section-5 .boxs-container .box-wrap3 .box-w-1,
.city-compare-page .section-6 .boxs-container .box-wrap3 .box-w-1,
.city-compare-page .section-7 .boxs-container .box-wrap3 .box-w-1,
.city-compare-page .section-8 .boxs-container .box-wrap3 .box-w-1,
.city-compare-page .section-9 .boxs-container .box-wrap3 .box-w-1,
.city-compare-page .section-10 .boxs-container .box-wrap3 .box-w-1,
.city-compare-page .section-3 .boxs-container .box-wrap4 .box-w-1,
.city-compare-page .section-4 .boxs-container .box-wrap4 .box-w-1,
.city-compare-page .section-5 .boxs-container .box-wrap4 .box-w-1,
.city-compare-page .section-6 .boxs-container .box-wrap4 .box-w-1,
.city-compare-page .section-7 .boxs-container .box-wrap4 .box-w-1,
.city-compare-page .section-8 .boxs-container .box-wrap4 .box-w-1,
.city-compare-page .section-9 .boxs-container .box-wrap4 .box-w-1,
.city-compare-page .section-10 .boxs-container .box-wrap4 .box-w-1 {
border-right: 2px solid #ccc;
}
.city-compare-page .section-3 .boxs-container .box-wrap2 .box-tit,
.city-compare-page .section-4 .boxs-container .box-wrap2 .box-tit,
.city-compare-page .section-5 .boxs-container .box-wrap2 .box-tit,
.city-compare-page .section-6 .boxs-container .box-wrap2 .box-tit,
.city-compare-page .section-7 .boxs-container .box-wrap2 .box-tit,
.city-compare-page .section-8 .boxs-container .box-wrap2 .box-tit,
.city-compare-page .section-9 .boxs-container .box-wrap2 .box-tit,
.city-compare-page .section-10 .boxs-container .box-wrap2 .box-tit,
.city-compare-page .section-3 .boxs-container .box-wrap3 .box-tit,
.city-compare-page .section-4 .boxs-container .box-wrap3 .box-tit,
.city-compare-page .section-5 .boxs-container .box-wrap3 .box-tit,
.city-compare-page .section-6 .boxs-container .box-wrap3 .box-tit,
.city-compare-page .section-7 .boxs-container .box-wrap3 .box-tit,
.city-compare-page .section-8 .boxs-container .box-wrap3 .box-tit,
.city-compare-page .section-9 .boxs-container .box-wrap3 .box-tit,
.city-compare-page .section-10 .boxs-container .box-wrap3 .box-tit,
.city-compare-page .section-3 .boxs-container .box-wrap4 .box-tit,
.city-compare-page .section-4 .boxs-container .box-wrap4 .box-tit,
.city-compare-page .section-5 .boxs-container .box-wrap4 .box-tit,
.city-compare-page .section-6 .boxs-container .box-wrap4 .box-tit,
.city-compare-page .section-7 .boxs-container .box-wrap4 .box-tit,
.city-compare-page .section-8 .boxs-container .box-wrap4 .box-tit,
.city-compare-page .section-9 .boxs-container .box-wrap4 .box-tit,
.city-compare-page .section-10 .boxs-container .box-wrap4 .box-tit {
border-top: 2px solid #ccc;
}
.city-compare-page .section-3 .boxs-container .box-wrap2 .box,
.city-compare-page .section-4 .boxs-container .box-wrap2 .box,
.city-compare-page .section-5 .boxs-container .box-wrap2 .box,
.city-compare-page .section-6 .boxs-container .box-wrap2 .box,
.city-compare-page .section-7 .boxs-container .box-wrap2 .box,
.city-compare-page .section-8 .boxs-container .box-wrap2 .box,
.city-compare-page .section-9 .boxs-container .box-wrap2 .box,
.city-compare-page .section-10 .boxs-container .box-wrap2 .box,
.city-compare-page .section-3 .boxs-container .box-wrap3 .box,
.city-compare-page .section-4 .boxs-container .box-wrap3 .box,
.city-compare-page .section-5 .boxs-container .box-wrap3 .box,
.city-compare-page .section-6 .boxs-container .box-wrap3 .box,
.city-compare-page .section-7 .boxs-container .box-wrap3 .box,
.city-compare-page .section-8 .boxs-container .box-wrap3 .box,
.city-compare-page .section-9 .boxs-container .box-wrap3 .box,
.city-compare-page .section-10 .boxs-container .box-wrap3 .box,
.city-compare-page .section-3 .boxs-container .box-wrap4 .box,
.city-compare-page .section-4 .boxs-container .box-wrap4 .box,
.city-compare-page .section-5 .boxs-container .box-wrap4 .box,
.city-compare-page .section-6 .boxs-container .box-wrap4 .box,
.city-compare-page .section-7 .boxs-container .box-wrap4 .box,
.city-compare-page .section-8 .boxs-container .box-wrap4 .box,
.city-compare-page .section-9 .boxs-container .box-wrap4 .box,
.city-compare-page .section-10 .boxs-container .box-wrap4 .box {
margin-bottom: 70px;
text-align: center;
}
.city-compare-page .section-3 .boxs-container .box-wrap2 .box,
.city-compare-page .section-4 .boxs-container .box-wrap2 .box,
.city-compare-page .section-5 .boxs-container .box-wrap2 .box,
.city-compare-page .section-6 .boxs-container .box-wrap2 .box,
.city-compare-page .section-7 .boxs-container .box-wrap2 .box,
.city-compare-page .section-8 .boxs-container .box-wrap2 .box,
.city-compare-page .section-9 .boxs-container .box-wrap2 .box,
.city-compare-page .section-10 .boxs-container .box-wrap2 .box {
padding: 0 13%;
}
.city-compare-page .section-3 .boxs-container .box-wrap3 .box,
.city-compare-page .section-4 .boxs-container .box-wrap3 .box,
.city-compare-page .section-5 .boxs-container .box-wrap3 .box,
.city-compare-page .section-6 .boxs-container .box-wrap3 .box,
.city-compare-page .section-7 .boxs-container .box-wrap3 .box,
.city-compare-page .section-8 .boxs-container .box-wrap3 .box,
.city-compare-page .section-9 .boxs-container .box-wrap3 .box,
.city-compare-page .section-10 .boxs-container .box-wrap3 .box {
padding: 0 13%;
}
.city-compare-page .section-3 .boxs-container .box-wrap4 .box,
.city-compare-page .section-4 .boxs-container .box-wrap4 .box,
.city-compare-page .section-5 .boxs-container .box-wrap4 .box,
.city-compare-page .section-6 .boxs-container .box-wrap4 .box,
.city-compare-page .section-7 .boxs-container .box-wrap4 .box,
.city-compare-page .section-8 .boxs-container .box-wrap4 .box,
.city-compare-page .section-9 .boxs-container .box-wrap4 .box,
.city-compare-page .section-10 .boxs-container .box-wrap4 .box {
padding: 0 13%;
}
.city-compare-page .section-3 .boxs-container .box-tit {
margin-bottom: 25px;
}
.city-compare-page .section-3,
.city-compare-page .section-6,
.city-compare-page .section-8,
.city-compare-page .section-9 {
height: auto!important;
}
.city-compare-page .section-3.swiper-slide-active,
.city-compare-page .section-6.swiper-slide-active,
.city-compare-page .section-8.swiper-slide-active,
.city-compare-page .section-9.swiper-slide-active {
padding-top: 60px;
height: auto!important;
}
.city-compare-page .section-4,
.city-compare-page .section-5,
.city-compare-page .section-7 {
/*全屏*/
height: 100%!important;
}
.city-compare-page .section-4.swiper-slide-active,
.city-compare-page .section-5.swiper-slide-active,
.city-compare-page .section-7.swiper-slide-active {
padding-top: 60px;
height: 100%!important;
}
.city-compare-page .section-10 {
height: 6rem!important;
} | 0.394318 | 0.051035 |
body {
font-family: sans-serif;
background-color: #F7F7F7;
}
a {
text-decoration: none;
}
/* a:nth-child(1){
background-color: yellow;
} */
label {
display: block;
}
nav a {
display: inline-block;
margin: 1em;
text-decoration: none;
color: black;
margin-top: 25px;
}
nav a:hover {
display: inline-block;
margin: 1em;
text-decoration: none;
font-size: 18px;
color: rgb(133, 23, 40);
}
.navbar{
text-align: center;
background: rgb(205, 212, 212);
height: 70px;
/* box-shadow: 0 6px 11px -6px #999; */
}
/* form div {
margin: 1em;
display: inline-block;
} */
/* login page */
.login-main{
background: linear-gradient(to left, #8e9eab, #eef2f3);
height: 800px;
}
.form-container{
width:100%;
margin:auto;
max-width:525px;
min-height:670px;
position:relative;
background:rgba(0,0,0,.1);
}
.login-form{
display: block;
text-align: center;
padding-top: 110px;
}
.label-email{
text-transform: uppercase;
color: rgb(0, 0, 0);
font-size: 12px;
}
.label-pass{
text-transform: uppercase;
color: rgb(0, 0, 0);
font-size: 12px;
}
.input-email{
border: 1.5px solid;
padding: 15px 20px;
width: 400px;
height: 35px;
background: rgba(255,255,255,.1);
}
.input-pass{
border: 1.5px solid;
margin-top: 20px;
padding: 15px 20px;
width: 400px;
height: 35px;
background: rgba(255,255,255,.1);
}
.login-button{
border: none;
padding: 15px 20px;
background: #E9E6DD;
width: 430px;
height: 60px;
display: flex;
display: block;
margin: 0 auto;
margin-top: 100px;
font-size: 12px;
text-transform: uppercase;
}
.login-button:hover{
background: rgb(206, 200, 184);
}
/* categories pages */
/* .categories{
display: flex;
flex-wrap: wrap;
flex-direction: row
} */
.category-list{
text-align: center;
margin-top: -20px;
font-size: 2.2em;
padding-top: 40px;
margin-bottom: 30px;
background-color: #E9E6DD;
}
.container{
background-color: #E9E6DD;
height: 860px;
}
.categories{
display: flex;
width: 1100px;
margin-left: 135px;
margin-top: 100px;
flex-wrap: wrap;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-items: center;
justify-content: center;
flex-wrap: wrap;
border: 1px solid black;
padding: 50px 30px;
background-color:rgb(205, 212, 212);
box-shadow: 0 8px 6px -6px #999;
}
.img-thumbnail{
margin: 30px 60px;
}
.cat-item{
margin: 5px;
height: 200px;
width: 250px;
background-color: white;
}
.cat-item[react_id='0']{
background-image: url('/images/0.png');
background-size:cover;
-webkit-transition: all 1s ease-in-out; ;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
border: 2px solid black;
}
.cat-item[react_id='1']{
background-image: url('/images/1.png');
background-size:cover;
-webkit-transition: all 1s ease-in-out; ;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
border: 2px solid black;
}
.cat-item[react_id='2']{
background-image: url('/images/2.png');
background-size:cover;
-webkit-transition: all 1s ease-in-out; ;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
border: 2px solid black;
}
.cat-item[react_id='3']{
background-image: url('/images/3.png');
background-size:cover;
-webkit-transition: all 1s ease-in-out; ;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
border: 2px solid black;
}
.cat-item[react_id='4']{
background-image: url('/images/4.png');
background-size:cover;
-webkit-transition: all 1s ease-in-out; ;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
border: 2px solid black;
}
.cat-item[react_id='5']{
background-image: url('/images/5.png');
background-size:cover;
-webkit-transition: all 1s ease-in-out; ;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
border: 2px solid black;
}
.cat-item[react_id='6']{
background-image: url('/images/6.png');
background-size:cover;
-webkit-transition: all 1s ease-in-out; ;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
border: 2px solid black;
}
.cat-item[react_id='7']{
background-image: url('/images/7.png');
background-size:cover;
-webkit-transition: all 1s ease-in-out; ;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
border: 2px solid black;
}
/* .cat-item[react_id='0']:hover{
width: 240px;
height: 210px;
}
.cat-item[react_id='1']:hover{
width: 240px;
height: 210px;
}
.cat-item[react_id='2']:hover{
width: 240px;
height: 210px;
}
.cat-item[react_id='3']:hover{
width: 240px;
height: 210px;
}
.cat-item[react_id='4']:hover{
width: 240px;
height: 210px;
}
.cat-item[react_id='5']:hover{
width: 240px;
height: 210px;
}
.cat-item[react_id='6']:hover{
width: 240px;
height: 210px;
}
.cat-item[react_id='7']:hover{
width: 240px;
height: 210px;
} */
/* .categories:first-child{
background-color: yellow;
} */
/* closet */
.main-closet{
background-color: #E9E6DD;
height: 2000px;
}
.user-name{
font-size: 1.5em;
margin-right: 530px;
float: right;
font-size: 3em;
margin-bottom: 30px;
}
.user-image{
/* margin-right: 90px; */
margin-top: 50px;
/* margin-bottom: 0px; */
width: 180px;
height: 190px;
}
.name{
float: right;
margin-top: 120px;
font-size: 60px;
margin-left: 60px;
}
.all-from-closet{
background-color: white;
margin-left: 90px;
margin-right: 90px;
padding-top: 40px;
border: 1.5px solid;
}
.closets{
display: flex;
width: 1100px;
margin-left: -255px;
margin-top: 0px;
/* margin-bottom: 30px; */
flex-wrap: wrap;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-items: center;
justify-content: center;
flex-wrap: wrap;
color: black;
}
.clothes-container{
margin-right: 50px;
}
.clothes-image-container{
float: left;
margin-left: -110px;
}
.clothes-list-container{
display: inline-flex;
}
.order-list{
margin-top: -40px;
margin-bottom: 25px;
}
.your-closet-text{
/* text-align: center;
margin-top: 80px;
margin-bottom: -30px; */
text-align: center;
/* margin-top: 80px; */
margin-top: 290px;
}
.closet-list{
margin: 30px;
}
.img-in-closet{
width: 70px;
height: 65px;
margin-top: 10px;
}
.add-item-btn{
display: flex;
display:block;
width: 130px;
height: 30px;
margin: 0 auto;
margin-top: 100px;
flex-wrap: wrap;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-items: center;
justify-content: center;
flex-wrap: wrap;
font-size: 13px;
background: rgb(205, 212, 212);
}
.add-item-btn:hover{
background: rgb(172, 180, 180);
}
.delete-btn{
float: right;
margin-right: 40px;
width: 90px;
height: 28px;
margin-top: -51px;
background: rgb(133, 23, 40);
color: white;
font-size: 13px;
}
/* add page */
.form{
display: block;
text-align: center;
background-color: #E9E6DD;
height: 800px;
/* background: #EDEDED; */
}
.add-form{
/* background: #F1E8DD; */
background: white;
width: 500px;
height: 500px;
margin-top: 65px;
text-align: center;
display: inline-block;
}
label {
margin-bottom: 6px;
}
input {
width: 400px;
height: 35px;
border: 2px solid;
text-align: center;
font-size: 18px;
}
.form-add-text{
margin: 40px;
}
select{
width: 400px;
height: 40px;
-webkit-appearance: none;
-webkit-border-radius: 0px;
text-align-last: center;
background-color: white;
border: 2px solid;
}
.list-item{
margin: 20px;
}
.add{
width: 400px;
height: 45px;
margin-top: 50px;
background-color: rgb(133, 23, 40);
color: white;
font-size: 15px;
}
/* SIngle Page */
.main-single-page{
background-color: #E9E6DD;
}
.order-list{
display: inline-block;
margin-top: 60px;
margin-left: 230px;
}
.edit-btn{
float: right;
margin-top: -51px;
margin-right: -100px;
width: 90px;
height: 25px;
background: rgb(133, 23, 40);
color: white;
}
.change-size{
background: rgb(205, 212, 212);
width: 90px;
height: 25px;
margin-top: 21px;
}
.single-item-info{
margin-bottom: 30px;
}
.brand-map{
text-align: left;
margin-left: 290px;
margin-top: 60px;
font-size: 1.3em;
margin-bottom: -20px;
background-color: #E9E6DD;
padding-bottom: 30px;
}
.btn-site-link{
float: right;
margin-top: 320px;
margin-right: 280px;
width: 150px;
height: 30px;
border: 3px solid rgb(133, 23, 40);
background-color: transparent;
background: #E9E6DD;
}
.btn-site-link:hover {
background: rgb(133, 23, 40);
color: white;
}
select {
background-position: 300px;
width: 404px;
margin-top: 8px;
line-height: 1;
font-size: 20px;
-webkit-appearance: none;
outline: none;
} | public/style.css | body {
font-family: sans-serif;
background-color: #F7F7F7;
}
a {
text-decoration: none;
}
/* a:nth-child(1){
background-color: yellow;
} */
label {
display: block;
}
nav a {
display: inline-block;
margin: 1em;
text-decoration: none;
color: black;
margin-top: 25px;
}
nav a:hover {
display: inline-block;
margin: 1em;
text-decoration: none;
font-size: 18px;
color: rgb(133, 23, 40);
}
.navbar{
text-align: center;
background: rgb(205, 212, 212);
height: 70px;
/* box-shadow: 0 6px 11px -6px #999; */
}
/* form div {
margin: 1em;
display: inline-block;
} */
/* login page */
.login-main{
background: linear-gradient(to left, #8e9eab, #eef2f3);
height: 800px;
}
.form-container{
width:100%;
margin:auto;
max-width:525px;
min-height:670px;
position:relative;
background:rgba(0,0,0,.1);
}
.login-form{
display: block;
text-align: center;
padding-top: 110px;
}
.label-email{
text-transform: uppercase;
color: rgb(0, 0, 0);
font-size: 12px;
}
.label-pass{
text-transform: uppercase;
color: rgb(0, 0, 0);
font-size: 12px;
}
.input-email{
border: 1.5px solid;
padding: 15px 20px;
width: 400px;
height: 35px;
background: rgba(255,255,255,.1);
}
.input-pass{
border: 1.5px solid;
margin-top: 20px;
padding: 15px 20px;
width: 400px;
height: 35px;
background: rgba(255,255,255,.1);
}
.login-button{
border: none;
padding: 15px 20px;
background: #E9E6DD;
width: 430px;
height: 60px;
display: flex;
display: block;
margin: 0 auto;
margin-top: 100px;
font-size: 12px;
text-transform: uppercase;
}
.login-button:hover{
background: rgb(206, 200, 184);
}
/* categories pages */
/* .categories{
display: flex;
flex-wrap: wrap;
flex-direction: row
} */
.category-list{
text-align: center;
margin-top: -20px;
font-size: 2.2em;
padding-top: 40px;
margin-bottom: 30px;
background-color: #E9E6DD;
}
.container{
background-color: #E9E6DD;
height: 860px;
}
.categories{
display: flex;
width: 1100px;
margin-left: 135px;
margin-top: 100px;
flex-wrap: wrap;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-items: center;
justify-content: center;
flex-wrap: wrap;
border: 1px solid black;
padding: 50px 30px;
background-color:rgb(205, 212, 212);
box-shadow: 0 8px 6px -6px #999;
}
.img-thumbnail{
margin: 30px 60px;
}
.cat-item{
margin: 5px;
height: 200px;
width: 250px;
background-color: white;
}
.cat-item[react_id='0']{
background-image: url('/images/0.png');
background-size:cover;
-webkit-transition: all 1s ease-in-out; ;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
border: 2px solid black;
}
.cat-item[react_id='1']{
background-image: url('/images/1.png');
background-size:cover;
-webkit-transition: all 1s ease-in-out; ;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
border: 2px solid black;
}
.cat-item[react_id='2']{
background-image: url('/images/2.png');
background-size:cover;
-webkit-transition: all 1s ease-in-out; ;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
border: 2px solid black;
}
.cat-item[react_id='3']{
background-image: url('/images/3.png');
background-size:cover;
-webkit-transition: all 1s ease-in-out; ;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
border: 2px solid black;
}
.cat-item[react_id='4']{
background-image: url('/images/4.png');
background-size:cover;
-webkit-transition: all 1s ease-in-out; ;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
border: 2px solid black;
}
.cat-item[react_id='5']{
background-image: url('/images/5.png');
background-size:cover;
-webkit-transition: all 1s ease-in-out; ;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
border: 2px solid black;
}
.cat-item[react_id='6']{
background-image: url('/images/6.png');
background-size:cover;
-webkit-transition: all 1s ease-in-out; ;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
border: 2px solid black;
}
.cat-item[react_id='7']{
background-image: url('/images/7.png');
background-size:cover;
-webkit-transition: all 1s ease-in-out; ;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
border: 2px solid black;
}
/* .cat-item[react_id='0']:hover{
width: 240px;
height: 210px;
}
.cat-item[react_id='1']:hover{
width: 240px;
height: 210px;
}
.cat-item[react_id='2']:hover{
width: 240px;
height: 210px;
}
.cat-item[react_id='3']:hover{
width: 240px;
height: 210px;
}
.cat-item[react_id='4']:hover{
width: 240px;
height: 210px;
}
.cat-item[react_id='5']:hover{
width: 240px;
height: 210px;
}
.cat-item[react_id='6']:hover{
width: 240px;
height: 210px;
}
.cat-item[react_id='7']:hover{
width: 240px;
height: 210px;
} */
/* .categories:first-child{
background-color: yellow;
} */
/* closet */
.main-closet{
background-color: #E9E6DD;
height: 2000px;
}
.user-name{
font-size: 1.5em;
margin-right: 530px;
float: right;
font-size: 3em;
margin-bottom: 30px;
}
.user-image{
/* margin-right: 90px; */
margin-top: 50px;
/* margin-bottom: 0px; */
width: 180px;
height: 190px;
}
.name{
float: right;
margin-top: 120px;
font-size: 60px;
margin-left: 60px;
}
.all-from-closet{
background-color: white;
margin-left: 90px;
margin-right: 90px;
padding-top: 40px;
border: 1.5px solid;
}
.closets{
display: flex;
width: 1100px;
margin-left: -255px;
margin-top: 0px;
/* margin-bottom: 30px; */
flex-wrap: wrap;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-items: center;
justify-content: center;
flex-wrap: wrap;
color: black;
}
.clothes-container{
margin-right: 50px;
}
.clothes-image-container{
float: left;
margin-left: -110px;
}
.clothes-list-container{
display: inline-flex;
}
.order-list{
margin-top: -40px;
margin-bottom: 25px;
}
.your-closet-text{
/* text-align: center;
margin-top: 80px;
margin-bottom: -30px; */
text-align: center;
/* margin-top: 80px; */
margin-top: 290px;
}
.closet-list{
margin: 30px;
}
.img-in-closet{
width: 70px;
height: 65px;
margin-top: 10px;
}
.add-item-btn{
display: flex;
display:block;
width: 130px;
height: 30px;
margin: 0 auto;
margin-top: 100px;
flex-wrap: wrap;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-items: center;
justify-content: center;
flex-wrap: wrap;
font-size: 13px;
background: rgb(205, 212, 212);
}
.add-item-btn:hover{
background: rgb(172, 180, 180);
}
.delete-btn{
float: right;
margin-right: 40px;
width: 90px;
height: 28px;
margin-top: -51px;
background: rgb(133, 23, 40);
color: white;
font-size: 13px;
}
/* add page */
.form{
display: block;
text-align: center;
background-color: #E9E6DD;
height: 800px;
/* background: #EDEDED; */
}
.add-form{
/* background: #F1E8DD; */
background: white;
width: 500px;
height: 500px;
margin-top: 65px;
text-align: center;
display: inline-block;
}
label {
margin-bottom: 6px;
}
input {
width: 400px;
height: 35px;
border: 2px solid;
text-align: center;
font-size: 18px;
}
.form-add-text{
margin: 40px;
}
select{
width: 400px;
height: 40px;
-webkit-appearance: none;
-webkit-border-radius: 0px;
text-align-last: center;
background-color: white;
border: 2px solid;
}
.list-item{
margin: 20px;
}
.add{
width: 400px;
height: 45px;
margin-top: 50px;
background-color: rgb(133, 23, 40);
color: white;
font-size: 15px;
}
/* SIngle Page */
.main-single-page{
background-color: #E9E6DD;
}
.order-list{
display: inline-block;
margin-top: 60px;
margin-left: 230px;
}
.edit-btn{
float: right;
margin-top: -51px;
margin-right: -100px;
width: 90px;
height: 25px;
background: rgb(133, 23, 40);
color: white;
}
.change-size{
background: rgb(205, 212, 212);
width: 90px;
height: 25px;
margin-top: 21px;
}
.single-item-info{
margin-bottom: 30px;
}
.brand-map{
text-align: left;
margin-left: 290px;
margin-top: 60px;
font-size: 1.3em;
margin-bottom: -20px;
background-color: #E9E6DD;
padding-bottom: 30px;
}
.btn-site-link{
float: right;
margin-top: 320px;
margin-right: 280px;
width: 150px;
height: 30px;
border: 3px solid rgb(133, 23, 40);
background-color: transparent;
background: #E9E6DD;
}
.btn-site-link:hover {
background: rgb(133, 23, 40);
color: white;
}
select {
background-position: 300px;
width: 404px;
margin-top: 8px;
line-height: 1;
font-size: 20px;
-webkit-appearance: none;
outline: none;
} | 0.185136 | 0.060613 |
.noUi-target,.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.noUi-target {
position: relative;
direction: ltr
}
.noUi-base {
width: 100%;
height: 100%;
position: relative;
z-index: 1
}
.noUi-origin {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0
}
.noUi-handle {
position: relative;
z-index: 1
}
.noUi-stacking .noUi-handle {
z-index: 10
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left .3s,top .3s;
transition: left .3s,top .3s
}
.noUi-state-drag * {
cursor: inherit!important
}
.noUi-base,.noUi-handle {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0)
}
.noUi-horizontal {
height: .18rem;
}
.noUi-horizontal .noUi-handle {
width: 30px;
height: 30px;
border-radius: 50%;
left: -15px;
top: -11px;
}
.noUi-vertical {
width: .18rem;
}
.noUi-vertical .noUi-handle {
width: .28rem;
height: .34rem;
left: -.06rem;
top: -.17rem;
}
.noUi-background {
background: #FAFAFA;
box-shadow: inset 0 1px 1px #f0f0f0
}
.noUi-connect {
background: #3FB8AF;
box-shadow: inset 0 0 3px rgba(51,51,51,.45);
-webkit-transition: background 450ms;
transition: background 450ms
}
.noUi-origin {
border-radius: 2px
}
.noUi-target {
border-radius: 4px;
border: 1px solid #D3D3D3;
box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB
}
.noUi-target.noUi-connect {
display: inline-block;
box-shadow: inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB
}
.noUi-draggable {
cursor: w-resize
}
.noUi-vertical .noUi-draggable {
cursor: n-resize
}
.noUi-handle {
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #FFF;
cursor: default;
box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB
}
.noUi-active {
box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB
}
.noUi-handle:after,.noUi-handle:before {
content: "";
display: block;
position: absolute;
height: 2px;
width: 15px;
background: #E8E7E6;
left: 6px;
top: 11px;
}
.noUi-handle:after {
top: 14px;
}
.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before {
width: .14rem;
height: 1px;
left: .06rem;
top: .14rem;
}
.noUi-vertical .noUi-handle:after {
top: .17rem;
}[disabled] .noUi-connect,[disabled].noUi-connect {
background: #B8B8B8
}[disabled] .noUi-handle,[disabled].noUi-origin {
cursor: not-allowed
}
.noUi-pips,.noUi-pips * {
-moz-box-sizing: border-box;
box-sizing: border-box
}
.noUi-pips {
position: absolute;
color: #999
}
.noUi-value {
position: absolute;
text-align: center
}
.noUi-value-sub {
color: #ccc;
font-size: .10rem;
}
.noUi-marker {
position: absolute;
background: #CCC
}
.noUi-marker-large,.noUi-marker-sub {
background: #AAA
}
.noUi-pips-horizontal {
padding: .10rem 0;
height: .80rem;
top: 100%;
left: 0;
width: 100%
}
.noUi-value-horizontal {
-webkit-transform: translate3d(-50%,50%,0);
transform: translate3d(-50%,50%,0)
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
height: .10rem;
}
.noUi-marker-horizontal.noUi-marker-large {
height: .15rem;
}
.noUi-pips-vertical {
padding: 0 .10rem;
height: 100%;
top: 0;
left: 100%
}
.noUi-value-vertical {
-webkit-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
padding-left: .25rem;
}
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
width: .10rem;
}
.noUi-marker-vertical.noUi-marker-large {
width: .15rem;
}
.noUi-tooltip {
display: block;
position: absolute;
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #fff;
padding: 5px;
text-align: center
}
.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
top: -.32rem;
}
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
bottom: -.32rem;
}
.noUi-vertical .noUi-handle-lower .noUi-tooltip {
left: 120%
}
.noUi-vertical .noUi-handle-upper .noUi-tooltip {
right: 120%
} | plugin/nouislider.css | .noUi-target,.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.noUi-target {
position: relative;
direction: ltr
}
.noUi-base {
width: 100%;
height: 100%;
position: relative;
z-index: 1
}
.noUi-origin {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0
}
.noUi-handle {
position: relative;
z-index: 1
}
.noUi-stacking .noUi-handle {
z-index: 10
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left .3s,top .3s;
transition: left .3s,top .3s
}
.noUi-state-drag * {
cursor: inherit!important
}
.noUi-base,.noUi-handle {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0)
}
.noUi-horizontal {
height: .18rem;
}
.noUi-horizontal .noUi-handle {
width: 30px;
height: 30px;
border-radius: 50%;
left: -15px;
top: -11px;
}
.noUi-vertical {
width: .18rem;
}
.noUi-vertical .noUi-handle {
width: .28rem;
height: .34rem;
left: -.06rem;
top: -.17rem;
}
.noUi-background {
background: #FAFAFA;
box-shadow: inset 0 1px 1px #f0f0f0
}
.noUi-connect {
background: #3FB8AF;
box-shadow: inset 0 0 3px rgba(51,51,51,.45);
-webkit-transition: background 450ms;
transition: background 450ms
}
.noUi-origin {
border-radius: 2px
}
.noUi-target {
border-radius: 4px;
border: 1px solid #D3D3D3;
box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB
}
.noUi-target.noUi-connect {
display: inline-block;
box-shadow: inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB
}
.noUi-draggable {
cursor: w-resize
}
.noUi-vertical .noUi-draggable {
cursor: n-resize
}
.noUi-handle {
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #FFF;
cursor: default;
box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB
}
.noUi-active {
box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB
}
.noUi-handle:after,.noUi-handle:before {
content: "";
display: block;
position: absolute;
height: 2px;
width: 15px;
background: #E8E7E6;
left: 6px;
top: 11px;
}
.noUi-handle:after {
top: 14px;
}
.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before {
width: .14rem;
height: 1px;
left: .06rem;
top: .14rem;
}
.noUi-vertical .noUi-handle:after {
top: .17rem;
}[disabled] .noUi-connect,[disabled].noUi-connect {
background: #B8B8B8
}[disabled] .noUi-handle,[disabled].noUi-origin {
cursor: not-allowed
}
.noUi-pips,.noUi-pips * {
-moz-box-sizing: border-box;
box-sizing: border-box
}
.noUi-pips {
position: absolute;
color: #999
}
.noUi-value {
position: absolute;
text-align: center
}
.noUi-value-sub {
color: #ccc;
font-size: .10rem;
}
.noUi-marker {
position: absolute;
background: #CCC
}
.noUi-marker-large,.noUi-marker-sub {
background: #AAA
}
.noUi-pips-horizontal {
padding: .10rem 0;
height: .80rem;
top: 100%;
left: 0;
width: 100%
}
.noUi-value-horizontal {
-webkit-transform: translate3d(-50%,50%,0);
transform: translate3d(-50%,50%,0)
}
.noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
height: .10rem;
}
.noUi-marker-horizontal.noUi-marker-large {
height: .15rem;
}
.noUi-pips-vertical {
padding: 0 .10rem;
height: 100%;
top: 0;
left: 100%
}
.noUi-value-vertical {
-webkit-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
padding-left: .25rem;
}
.noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
width: .10rem;
}
.noUi-marker-vertical.noUi-marker-large {
width: .15rem;
}
.noUi-tooltip {
display: block;
position: absolute;
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #fff;
padding: 5px;
text-align: center
}
.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
top: -.32rem;
}
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
bottom: -.32rem;
}
.noUi-vertical .noUi-handle-lower .noUi-tooltip {
left: 120%
}
.noUi-vertical .noUi-handle-upper .noUi-tooltip {
right: 120%
} | 0.258139 | 0.065635 |
.bodyContent {
display : grid;
grid-template-columns: 1fr;
grid-auto-rows : minmax(25%, auto);
grid-template-areas :
"header"
"CACC"
"RCC"
"MCC"
"ACC"
"RECC"
"MACC";
gap : 10px;
height : 100vh;
/* background-color: rgb(255, 233, 233); */
}
.contentHeader {
grid-area : header;
align-self : center;
justify-self: center;
}
h1{
font-size: 3em;
}
h3{
font-size: 1.3em;
}
/* DDRC-C: posicion de las tarjetas */
.CACC {
grid-area: CACC;
}
.RCC {
grid-area: RCC;
}
.MCC {
grid-area: MCC;
}
.ACC {
grid-area: ACC;
}
.RECC {
grid-area: RECC;
}
.MACC {
grid-area: MACC;
}
/* DDRC-C: estilo general de tarjetas */
.card {
/* grid-area: body; */
border : solid;
border-color : #011253;
border-radius : 5%;
padding : 2%;
display : flex;
flex-direction: column;
}
.card-header {
/* background: gray; */
height: 10%;
}
.card-body {
/* background: firebrick; */
display : flex;
height : 70%;
justify-content: center;
align-items: center;
}
.card-footer {
/* background-color: rgb(200, 250, 255); */
height : 20%;
align-self : center;
text-justify: auto;
justify-self: self-end;
}
/* DDRC-C: animacion de las tarjetas */
.our-team {
margin-bottom: 3%;
text-align: center;
overflow: hidden;
position: relative;
height: 100%;
width: 100%;
}
.our-team .picture {
display: inline-block;
height: 115px;
width: 115px;
margin-bottom: 7%;
z-index: 1;
position: relative;
}
.our-team .picture::before {
content: "";
width: 100%;
height: 0;
border-radius: 50%;
background-color: #1369ce;
position: absolute;
bottom: 135%;
right: 0;
left: 0;
opacity: 0.9;
transform: scale(3);
transition: all 0.3s linear 0s;
}
.our-team:hover .picture::before {
height: 100%;
}
.our-team .picture::after {
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #1369ce;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.our-team .picture img {
width: 100%;
height: auto;
border-radius: 50%;
transform: scale(1);
transition: all 0.9s ease 0s;
}
.our-team:hover .picture img {
box-shadow: 0 0 0 14px #f7f5ec;
transform: scale(0.7);
}
/* DDRC-C: configuracion para hacer reponsive las paginas */
/* dispositivos medianos con pantallas de 600px en adelante */
@media only screen and (min-width: 600px) {
.bodyContent {
display : grid;
grid-template-columns: repeat(4, 1fr);
grid-auto-rows : minmax(100px, auto);
grid-template-areas :
"header header header header"
"CACC CACC RCC RCC"
"MCC MCC ACC ACC"
"RECC RECC MACC MACC";
}
/* DDRC-C: animacion de las tarjetas */
.our-team .picture {
display: inline-block;
height: 125px;
width: 125px;
margin-bottom: 15%;
z-index: 1;
position: relative;
}
}
/* dispositivos grandes con pantallas de 992px en adelante */
@media only screen and (min-width: 992px) {
.bodyContent {
display : grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows : 33%;
grid-template-areas :
"header header header header header header"
"CACC CACC RCC RCC MCC MCC"
"ACC ACC RECC RECC MACC MACC";
}
/* DDRC-C: animacion de las tarjetas */
.our-team .picture {
display: inline-block;
height: 150px;
width: 150px;
margin-bottom: 20%;
z-index: 1;
position: relative;
}
} | APP_PROYECTO/caja_chica/assets/css/index.css | .bodyContent {
display : grid;
grid-template-columns: 1fr;
grid-auto-rows : minmax(25%, auto);
grid-template-areas :
"header"
"CACC"
"RCC"
"MCC"
"ACC"
"RECC"
"MACC";
gap : 10px;
height : 100vh;
/* background-color: rgb(255, 233, 233); */
}
.contentHeader {
grid-area : header;
align-self : center;
justify-self: center;
}
h1{
font-size: 3em;
}
h3{
font-size: 1.3em;
}
/* DDRC-C: posicion de las tarjetas */
.CACC {
grid-area: CACC;
}
.RCC {
grid-area: RCC;
}
.MCC {
grid-area: MCC;
}
.ACC {
grid-area: ACC;
}
.RECC {
grid-area: RECC;
}
.MACC {
grid-area: MACC;
}
/* DDRC-C: estilo general de tarjetas */
.card {
/* grid-area: body; */
border : solid;
border-color : #011253;
border-radius : 5%;
padding : 2%;
display : flex;
flex-direction: column;
}
.card-header {
/* background: gray; */
height: 10%;
}
.card-body {
/* background: firebrick; */
display : flex;
height : 70%;
justify-content: center;
align-items: center;
}
.card-footer {
/* background-color: rgb(200, 250, 255); */
height : 20%;
align-self : center;
text-justify: auto;
justify-self: self-end;
}
/* DDRC-C: animacion de las tarjetas */
.our-team {
margin-bottom: 3%;
text-align: center;
overflow: hidden;
position: relative;
height: 100%;
width: 100%;
}
.our-team .picture {
display: inline-block;
height: 115px;
width: 115px;
margin-bottom: 7%;
z-index: 1;
position: relative;
}
.our-team .picture::before {
content: "";
width: 100%;
height: 0;
border-radius: 50%;
background-color: #1369ce;
position: absolute;
bottom: 135%;
right: 0;
left: 0;
opacity: 0.9;
transform: scale(3);
transition: all 0.3s linear 0s;
}
.our-team:hover .picture::before {
height: 100%;
}
.our-team .picture::after {
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #1369ce;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.our-team .picture img {
width: 100%;
height: auto;
border-radius: 50%;
transform: scale(1);
transition: all 0.9s ease 0s;
}
.our-team:hover .picture img {
box-shadow: 0 0 0 14px #f7f5ec;
transform: scale(0.7);
}
/* DDRC-C: configuracion para hacer reponsive las paginas */
/* dispositivos medianos con pantallas de 600px en adelante */
@media only screen and (min-width: 600px) {
.bodyContent {
display : grid;
grid-template-columns: repeat(4, 1fr);
grid-auto-rows : minmax(100px, auto);
grid-template-areas :
"header header header header"
"CACC CACC RCC RCC"
"MCC MCC ACC ACC"
"RECC RECC MACC MACC";
}
/* DDRC-C: animacion de las tarjetas */
.our-team .picture {
display: inline-block;
height: 125px;
width: 125px;
margin-bottom: 15%;
z-index: 1;
position: relative;
}
}
/* dispositivos grandes con pantallas de 992px en adelante */
@media only screen and (min-width: 992px) {
.bodyContent {
display : grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows : 33%;
grid-template-areas :
"header header header header header header"
"CACC CACC RCC RCC MCC MCC"
"ACC ACC RECC RECC MACC MACC";
}
/* DDRC-C: animacion de las tarjetas */
.our-team .picture {
display: inline-block;
height: 150px;
width: 150px;
margin-bottom: 20%;
z-index: 1;
position: relative;
}
} | 0.417153 | 0.147863 |
.aquaPink4,
.hover_aquaPink4:hover,
.active_aquaPink4:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(255, 110, 150, .39),
inset 0 -0.5em 0.9em 0 #ffd4e6,
inset 0 -0.5em 0em 0.65em rgb(255, 59, 110),
inset 0 0em 0.5em 2em rgb(245, 197, 209);
-moz-box-shadow: 0 0.63em 0.75em rgba(255, 110, 150, .39),
inset 0 -0.5em 0.9em 0 #ffd4e6,
inset 0 -0.5em 0em 0.65em rgb(255, 59, 110),
inset 0 0em 0.5em 2em rgb(245, 197, 209);
box-shadow: 0 0.63em 0.75em rgba(255, 110, 150, .39),
inset 0 -0.5em 0.9em 0 #ffd4e6,
inset 0 -0.5em 0em 0.65em rgb(255, 59, 110),
inset 0 0em 0.5em 2em rgb(245, 197, 209);
}
.aquaPink4h,
.hover_aquaPink4h:hover,
.active_aquaPink4h:active {
-webkit-box-shadow:0 0.63em 1em rgba(255, 136, 168, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffa1b9,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(255, 136, 168, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffa1b9,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(255, 136, 168, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffa1b9,
inset 0 0em 0.5em 2em #ffffff;
}
.aquaPink4a,
.hover_aquaPink4a:hover,
.active_aquaPink4a:active {
/*background: #ff113a;*/
-webkit-box-shadow:0 0.63em 1em rgba(255, 59, 113, .55),
inset 0 -0.5em 0.9em 0 #ffeef5,
inset 0 -0.5em 0em 0.65em #ff6990,
inset 0 0em 0.5em 2em #ffbbcc;
-moz-box-shadow:0 0.63em 1em rgba(255, 59, 113, .55),
inset 0 -0.5em 0.9em 0 #ffeef5,
inset 0 -0.5em 0em 0.65em #ff6990,
inset 0 0em 0.5em 2em #ffbbcc;
box-shadow:0 0.63em 1em rgba(255, 59, 113, .55),
inset 0 -0.5em 0.9em 0 #ffeef5,
inset 0 -0.5em 0em 0.65em #ff6990,
inset 0 0em 0.5em 2em #ffbbcc;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaPink4,
.hover_color_aquaPink4:hover,
.active_color_aquaPink4:active {
color: #282828;
}
.color_aquaPink4h,
.hover_color_aquaPink4h:hover,
.active_color_aquaPink4h:active {
color: #c8c8c8;
}
.color_aquaPink4a,
.hover_color_aquaPink4a:hover,
.active_color_aquaPink4a:active {
color: #c8c8c8;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaPink4,
.hover_border_aquaPink4:hover,
.active_border_aquaPink4:active {
border-color: #ff113a #ff113a #ff113a #ff113a;
}
.border_aquaPink4h,
.hover_border_aquaPink4h:hover,
.active_border_aquaPink4h:active {
border-color: #ff113a #ff113a #ff113a #ff113a;
}
.border_aquaPink4a,
.hover_border_aquaPink4a:hover,
.active_border_aquaPink4a:active {
border-color: #ff113a #ff113a #ff113a #ff113a;
} | widgets/common/assets/shadows/aqua/aquaPink/aquaPink4.css | .aquaPink4,
.hover_aquaPink4:hover,
.active_aquaPink4:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(255, 110, 150, .39),
inset 0 -0.5em 0.9em 0 #ffd4e6,
inset 0 -0.5em 0em 0.65em rgb(255, 59, 110),
inset 0 0em 0.5em 2em rgb(245, 197, 209);
-moz-box-shadow: 0 0.63em 0.75em rgba(255, 110, 150, .39),
inset 0 -0.5em 0.9em 0 #ffd4e6,
inset 0 -0.5em 0em 0.65em rgb(255, 59, 110),
inset 0 0em 0.5em 2em rgb(245, 197, 209);
box-shadow: 0 0.63em 0.75em rgba(255, 110, 150, .39),
inset 0 -0.5em 0.9em 0 #ffd4e6,
inset 0 -0.5em 0em 0.65em rgb(255, 59, 110),
inset 0 0em 0.5em 2em rgb(245, 197, 209);
}
.aquaPink4h,
.hover_aquaPink4h:hover,
.active_aquaPink4h:active {
-webkit-box-shadow:0 0.63em 1em rgba(255, 136, 168, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffa1b9,
inset 0 0em 0.5em 2em #ffffff;
-moz-box-shadow:0 0.63em 1em rgba(255, 136, 168, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffa1b9,
inset 0 0em 0.5em 2em #ffffff;
box-shadow:0 0.63em 1em rgba(255, 136, 168, .55),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em #ffa1b9,
inset 0 0em 0.5em 2em #ffffff;
}
.aquaPink4a,
.hover_aquaPink4a:hover,
.active_aquaPink4a:active {
/*background: #ff113a;*/
-webkit-box-shadow:0 0.63em 1em rgba(255, 59, 113, .55),
inset 0 -0.5em 0.9em 0 #ffeef5,
inset 0 -0.5em 0em 0.65em #ff6990,
inset 0 0em 0.5em 2em #ffbbcc;
-moz-box-shadow:0 0.63em 1em rgba(255, 59, 113, .55),
inset 0 -0.5em 0.9em 0 #ffeef5,
inset 0 -0.5em 0em 0.65em #ff6990,
inset 0 0em 0.5em 2em #ffbbcc;
box-shadow:0 0.63em 1em rgba(255, 59, 113, .55),
inset 0 -0.5em 0.9em 0 #ffeef5,
inset 0 -0.5em 0em 0.65em #ff6990,
inset 0 0em 0.5em 2em #ffbbcc;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaPink4,
.hover_color_aquaPink4:hover,
.active_color_aquaPink4:active {
color: #282828;
}
.color_aquaPink4h,
.hover_color_aquaPink4h:hover,
.active_color_aquaPink4h:active {
color: #c8c8c8;
}
.color_aquaPink4a,
.hover_color_aquaPink4a:hover,
.active_color_aquaPink4a:active {
color: #c8c8c8;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaPink4,
.hover_border_aquaPink4:hover,
.active_border_aquaPink4:active {
border-color: #ff113a #ff113a #ff113a #ff113a;
}
.border_aquaPink4h,
.hover_border_aquaPink4h:hover,
.active_border_aquaPink4h:active {
border-color: #ff113a #ff113a #ff113a #ff113a;
}
.border_aquaPink4a,
.hover_border_aquaPink4a:hover,
.active_border_aquaPink4a:active {
border-color: #ff113a #ff113a #ff113a #ff113a;
} | 0.362179 | 0.360573 |
#page-header.serveis-header {background-image: url("/img/texture/dark_design.png");
background-size:46px 29px;background-repeat: repeat;image-rendering: crisp-edges;}
/* Serveis */
#section-web {background-image: url("/img/web.jpg");background-position:fixed;image-rendering: crisp-edges;}
#section-brand {background-image: url("/img/blog.jpg");background-position:fixed;image-rendering: crisp-edges;}
#section-paint {background:fixed;overflow:hidden;background-image: url("/img/texture/asfalt.png");background-size: 466px 349px;background-repeat: repeat;image-rendering: crisp-edges;text-align:center;}
#section-print {background-image: url("/img/print.jpg");background-position:fixed;image-rendering: crisp-edges;background-attachment: fixed;border:none;text-align:center;}
#section-web, #section-brand, #section-print {background-position: top center;background-attachment: fixed;background-size: cover;background-repeat: no-repeat;border:none;overflow: hidden;text-align: center;}
#section-web svg, #section-brand svg, #section-paint svg, #section-print svg {width:64px;}
#resumed-web svg {width:26px;}
#resumed-web {color:var(--color-translucentblack);text-align:center!important;font-size:15px;}
#resumed-web em {padding:1em 0 1em 0;}
#responsive img {width:86%;}
#resumed-paint svg {width:23px;}
#resumed-paint {color:var(--color-translucentwhite);}
#resumed-paint h5 {margin: 0 0 6px 0;}
#resumed-print {color:var(--color-translucentblack);}
#resumed-print h5 {margin: 0 0 8px 0;}
#resumed-print em {padding:12px 0 12px 0;}
#section-brand h4 {margin-bottom:0;}
#section-brand h5 {line-height:1.3em;}
#section-brand .thumb-4 img {max-width:48%;}
#browser-ios svg {width:23px;color:var(--color-translucentblack);margin:0 5px 0 0;}
#section-brand h4{line-height:1.18em;}
img.big-icon {width:64px;padding-top:16px;}
#section-paint {color:var(--color-white);}
/* Animacions propies */
#diamond {padding-left:6%;}
@keyframes diamond {
0% {background-image: url(/hipertextos/diamond/diamond_0.png);background-repeat: none ;border:none;}
10% {background-image: url(/hipertextos/diamond/diamond_1.png);background-repeat: none ;border:none;}
20% {background-image: url(/hipertextos/diamond/diamond_2.png);background-repeat: none ;border:none;}
30% {background-image: url(/hipertextos/diamond/diamond_3.png);background-repeat: none ;border:none;}
40% {background-image: url(/hipertextos/diamond/diamond_4.png);background-repeat: none ;border:none;}
50% {background-image: url(/hipertextos/diamond/diamond_5.png);background-repeat: none ;border:none;}
60% {background-image: url(/hipertextos/diamond/diamond_6.png);background-repeat: none ;border:none;}
70% {background-image: url(/hipertextos/diamond/diamond_7.png);background-repeat: none ;border:none;}
80% {background-image: url(/hipertextos/diamond/diamond_8.png);background-repeat: none ;border:none;}
90% {background-image: url(/hipertextos/diamond/diamond_9.png);background-repeat: none ;border:none;}
100% {background-image: url(/hipertextos/diamond/diamond_10.png);background-repeat: none ;border:none;}
}
#diamond-base {width:290px;height:290px;margin-left:6%;
background-image: url(/hipertextos/diamond/diamond_10.png)no-repeat top left;background-size: contain;
animation-name: diamond;animation-iteration-count: infinite;
animation-duration: 4.5s;
}
#petals-case img{
position:absolute ;
left:120px;
top:center;
}
#petals-case .petals {z-index:-1;}
#petals-case .petals-shadow {top:72px;z-index: -10;
}
@media (max-width: 1250px) {
#section-web .pushed-6 {}
#section-web .cell-10 {}
#section-web .cell-x1 {width: 20%;}
#responsive img {width:380px;}
#section-paint .pushed-6 {margin-left:33%;}
#section-paint .thumb-6 {width:66%;}
#section-paint h5 {font-size: 19px;}
#section-paint em {font-size: 14px;}
#resumed-paint svg {width:23px;}
#browser-ios .thumb {width: 49.9999999999% !important;}
#section-brand h5 {line-height:1.0em;}
#resumed-print.cell-6 {width:96%!important;}
#resumed-print.pushed-6 {margin-left:0;}
}
@media (max-width: 1242px) {
#section-web {background-image: url("/img/web_b.jpg");background-position:fixed;}
#section-brand {background-image: url("/img/blog_b.jpg");background-position:fixed;}
#section-print {background-image: url("/img/print_b.jpg");background-position:fixed;}
}
@media (max-width: 768px) {
#section-web {background-image: url("/img/texture/h_paper.png");background-size:200px 200px;background-repeat: repeat;}
#section-brand {background-image: url("/img/texture/yellow_skulls.png");background-size:400px 400px;background-repeat: repeat;}
#section-print {background-image: url("/img/texture/white_tree.png");background-size:350px 350px;background-repeat: repeat;}
#section-web, #section-brand, #section-paint, #section-print {line-height:.6em;}
#browser-ios.thumb {display:none;visibility:hidden;}
#section-web .cell-x1 { width: 20%;}
#section-web .cell-10 {width: 100% !important;margin:0;}
#resumed-web em, #responsive {margin-top:5px;margin-bottom:5px;padding-bottom: 5px;padding-top: 5px;}
#resumed-web em svg {max-width:21px;max-height:21px;}
#resumed-web em {font-size: 10px;line-height:21px;}
#section-brand h5 {line-height:1.3em;}
#responsive img {width:256px;}
#section-paint .pushed-6 {margin-left:8%!important;}
#section-paint .thumb-6 {width:85%;line-height:1.1em;}
#resumed-paint svg {display:none;}
#resumed-print.cell-6 {width:88%!important;font-size: 16px;line-height:28px;}
#diamond img {display:none;}
main {
margin-bottom: 360px;
}
}
@media (max-width: 432px) {
} | hipertextos/styles/adding-serveis.css |
#page-header.serveis-header {background-image: url("/img/texture/dark_design.png");
background-size:46px 29px;background-repeat: repeat;image-rendering: crisp-edges;}
/* Serveis */
#section-web {background-image: url("/img/web.jpg");background-position:fixed;image-rendering: crisp-edges;}
#section-brand {background-image: url("/img/blog.jpg");background-position:fixed;image-rendering: crisp-edges;}
#section-paint {background:fixed;overflow:hidden;background-image: url("/img/texture/asfalt.png");background-size: 466px 349px;background-repeat: repeat;image-rendering: crisp-edges;text-align:center;}
#section-print {background-image: url("/img/print.jpg");background-position:fixed;image-rendering: crisp-edges;background-attachment: fixed;border:none;text-align:center;}
#section-web, #section-brand, #section-print {background-position: top center;background-attachment: fixed;background-size: cover;background-repeat: no-repeat;border:none;overflow: hidden;text-align: center;}
#section-web svg, #section-brand svg, #section-paint svg, #section-print svg {width:64px;}
#resumed-web svg {width:26px;}
#resumed-web {color:var(--color-translucentblack);text-align:center!important;font-size:15px;}
#resumed-web em {padding:1em 0 1em 0;}
#responsive img {width:86%;}
#resumed-paint svg {width:23px;}
#resumed-paint {color:var(--color-translucentwhite);}
#resumed-paint h5 {margin: 0 0 6px 0;}
#resumed-print {color:var(--color-translucentblack);}
#resumed-print h5 {margin: 0 0 8px 0;}
#resumed-print em {padding:12px 0 12px 0;}
#section-brand h4 {margin-bottom:0;}
#section-brand h5 {line-height:1.3em;}
#section-brand .thumb-4 img {max-width:48%;}
#browser-ios svg {width:23px;color:var(--color-translucentblack);margin:0 5px 0 0;}
#section-brand h4{line-height:1.18em;}
img.big-icon {width:64px;padding-top:16px;}
#section-paint {color:var(--color-white);}
/* Animacions propies */
#diamond {padding-left:6%;}
@keyframes diamond {
0% {background-image: url(/hipertextos/diamond/diamond_0.png);background-repeat: none ;border:none;}
10% {background-image: url(/hipertextos/diamond/diamond_1.png);background-repeat: none ;border:none;}
20% {background-image: url(/hipertextos/diamond/diamond_2.png);background-repeat: none ;border:none;}
30% {background-image: url(/hipertextos/diamond/diamond_3.png);background-repeat: none ;border:none;}
40% {background-image: url(/hipertextos/diamond/diamond_4.png);background-repeat: none ;border:none;}
50% {background-image: url(/hipertextos/diamond/diamond_5.png);background-repeat: none ;border:none;}
60% {background-image: url(/hipertextos/diamond/diamond_6.png);background-repeat: none ;border:none;}
70% {background-image: url(/hipertextos/diamond/diamond_7.png);background-repeat: none ;border:none;}
80% {background-image: url(/hipertextos/diamond/diamond_8.png);background-repeat: none ;border:none;}
90% {background-image: url(/hipertextos/diamond/diamond_9.png);background-repeat: none ;border:none;}
100% {background-image: url(/hipertextos/diamond/diamond_10.png);background-repeat: none ;border:none;}
}
#diamond-base {width:290px;height:290px;margin-left:6%;
background-image: url(/hipertextos/diamond/diamond_10.png)no-repeat top left;background-size: contain;
animation-name: diamond;animation-iteration-count: infinite;
animation-duration: 4.5s;
}
#petals-case img{
position:absolute ;
left:120px;
top:center;
}
#petals-case .petals {z-index:-1;}
#petals-case .petals-shadow {top:72px;z-index: -10;
}
@media (max-width: 1250px) {
#section-web .pushed-6 {}
#section-web .cell-10 {}
#section-web .cell-x1 {width: 20%;}
#responsive img {width:380px;}
#section-paint .pushed-6 {margin-left:33%;}
#section-paint .thumb-6 {width:66%;}
#section-paint h5 {font-size: 19px;}
#section-paint em {font-size: 14px;}
#resumed-paint svg {width:23px;}
#browser-ios .thumb {width: 49.9999999999% !important;}
#section-brand h5 {line-height:1.0em;}
#resumed-print.cell-6 {width:96%!important;}
#resumed-print.pushed-6 {margin-left:0;}
}
@media (max-width: 1242px) {
#section-web {background-image: url("/img/web_b.jpg");background-position:fixed;}
#section-brand {background-image: url("/img/blog_b.jpg");background-position:fixed;}
#section-print {background-image: url("/img/print_b.jpg");background-position:fixed;}
}
@media (max-width: 768px) {
#section-web {background-image: url("/img/texture/h_paper.png");background-size:200px 200px;background-repeat: repeat;}
#section-brand {background-image: url("/img/texture/yellow_skulls.png");background-size:400px 400px;background-repeat: repeat;}
#section-print {background-image: url("/img/texture/white_tree.png");background-size:350px 350px;background-repeat: repeat;}
#section-web, #section-brand, #section-paint, #section-print {line-height:.6em;}
#browser-ios.thumb {display:none;visibility:hidden;}
#section-web .cell-x1 { width: 20%;}
#section-web .cell-10 {width: 100% !important;margin:0;}
#resumed-web em, #responsive {margin-top:5px;margin-bottom:5px;padding-bottom: 5px;padding-top: 5px;}
#resumed-web em svg {max-width:21px;max-height:21px;}
#resumed-web em {font-size: 10px;line-height:21px;}
#section-brand h5 {line-height:1.3em;}
#responsive img {width:256px;}
#section-paint .pushed-6 {margin-left:8%!important;}
#section-paint .thumb-6 {width:85%;line-height:1.1em;}
#resumed-paint svg {display:none;}
#resumed-print.cell-6 {width:88%!important;font-size: 16px;line-height:28px;}
#diamond img {display:none;}
main {
margin-bottom: 360px;
}
}
@media (max-width: 432px) {
} | 0.156975 | 0.082291 |
body{
padding: 0px;
margin: 0px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 20px;
top: 0px !important; position: static !important;
}
*{
margin: 0;
padding: 0;
}
h1{
line-height: 35px;
}
h2{
font-size: 2.5rem;
font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
font-weight: 300;
}
a{
color: #383838;
}
a:hover{
text-decoration: underline;
}
a >i{
margin-right: 5px;
}
input, button{
border: none;
}
td{
vertical-align: top;
}
#banner{
width: 100%;
height: 93px;
background:#fff;
border-bottom: 1px solid #ccc;
}
#logo{
margin-top: 15px;
margin-left: 40px;
width: 294px;
height: 60px;
background: url(../images/logo.png);
background-repeat: no-repeat;
background-size: 80% 80%;
}
#icon_link{
font-size: 25px;
}
.top_title{
color: #0662a7;
margin-top: 30px;
}
#hot_line{
margin-top: 15px;
font-size: 25px;
color: #0478bf;
}
#hot_line i{
font-size: 40px;
margin-right: 5px;
}
#wrapper{
width: 100%;
margin: 0px auto;
}
#menu{
width: 100%;
-webkit-box-shadow: 0 4px 6px -6px #222;
moz-box-shadow: 0 4px 6px -6px #222;
box-shadow: 0 4px 6px -6px #222;
}
#sub_menu{
width: 90%;
margin: 0px auto;
}
#slogan_small{
position: absolute;
bottom: -45px;
}
#language{
width: 80%;
margin: 0px auto;
position: relative;
margin-top: 10px;
}
#vietnam{
float: right;
width: 35px;
}
#vietnam > a > img{
width: 100%;
height: auto;
}
#english{
float: right;
margin-right: 5px;
width: 35px;
}
#english > a> img{
width: 100%;
height: auto;
}
#content{
width: 80%;
margin: 0px auto;
margin-top: 50px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
width: 100%;
height: auto;
}
.navbar{
margin: 0px auto;
font-size: 15px;
text-transform: uppercase;
border: none;
}
.navbar-default .navbar-nav > li > a{
color: #0182cc;
}
.navbar-default{
background: #fff;
}
.navbar-left{
margin-top: 5px;
}
.navbar-left > li:not(:last-child){
margin-right: 0px;
}
.navbar-header > button{
margin-top: 15px;
}
#khoa_hoc{
margin-top: 50px;
border-bottom: 4px solid #6cceed;
}
#order{
width: 148px;
height: 128px;
position: absolute;
}
#order > a > img{
width: 100%;
height: auto;
margin-top: -57px;
margin-left: -30px;
}
#khoa_hoc_text{
font-size: 0.7em;
text-transform: uppercase;
padding-bottom: 10px;
}
.img_subject{
width: 99%;
height: auto;
}
.caption{
position: absolute;
color: #fff;
z-index: 100;
width: 99%;
text-align: center;
padding: 0px;
left: 0;
top: 0;
}
.caption > h3{
text-transform: uppercase;
}
.span6:hover .caption{
opacity: 1;
}
/*.span6:hover .img_subject{
transform: scale(1.1);
}
/*.span6{
padding: 0px;
margin-bottom: 10px;
-webkit-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.75);
box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.75);
}*/
/*.span6:hover .img_subject{
transform: scale(1.01);
}
#subject{
margin-top: 50px;
}
*/
/* Small devices (tablets, 768px and up) */
.subject_container{
width: 70%;
margin-top: 50px;
}
#subject{
/*border-bottom: 4px solid #6cceed;*/
}
.span12 > img{
width: 100%;
height: auto;
}
#file1 > img{
margin-left: 15%;
}
#file2 > img{
margin-left: -15%;
margin-top: -15%;
}
#file3 > img{
margin-left: 15%;
margin-top: -15%;
}
#file4 > img{
margin-left: -15%;
margin-top: -15%;
}
#file1 > span{
margin-top: 6%;
margin-left: 5%;
}
#file2 > span{
margin-top: -8%;
margin-left: 5%;
}
#file3 > span{
margin-top: -8%;
margin-left: 6%;
}
#file4 > span{
margin-top: -8%;
margin-left: 5%;
}
#file4{
margin-bottom: 10%;
}
.span12:hover{
transform: scale(1.3);
}
/*#customer{
margin: 0px auto;
}
#customer > .container{
width: 95%;
}
*/
#customer_text{
text-transform: uppercase;
padding-bottom: 10px;
border-bottom: 4px solid #6cceed;
margin-bottom: 5%;
}
.student{
min-height: 780px;
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}
.img_student{
width: 60%;
height: auto;
margin: 20px auto;
}
.img_student:hover {
transform: scale(1.03);
}
.about_student{
text-align: center;
color: #01a2a6;
font-family: sans-serif !important;
font-size: 20px;
line-height: 28px;
font-weight: 300;
}
.student_say{
padding: 50px 20px;
}
#footer{
background: #3d3d47;
color: #fff;
margin-top: 10%;
padding-top: 3%;
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
#footer .container{
padding-bottom: 2%;
}
#footer .container{
width: 90%;
margin: 0px auto;
}
#footer_logo{
width: 80%;
height: auto;
}
#customer > .container{
width: 100%;
}
#customer1{
width: 80%;
height: auto;
}
.esp{
text-transform: uppercase;
font-size: 20px;
color: #fff;
margin-bottom: 20px;
}
.esp2{
display: inline-block;
}
.contact h1{
color:#008fd4;
}
#map{
border: 1px solid #ccc;
}
.submit_form{
width: 80%;
margin: 0px auto;
}
.contact{
-webkit-box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.75);
padding-bottom: 34px;
}
.dang_ky{
padding-top: 40px;
padding-bottom: 40px;
margin-top: 50px;
-webkit-box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.75);
}
.dang_ky h2{
padding-bottom: 30px;
text-transform: uppercase;
color: #008fd4;
}
.submit_form input{
width: 100%;
}
.submit_form input{
display: block;
margin: 0;
width: 100%;
padding: 10px;
border: solid 1px #dcdcdc;
transition: box-shadow 0.3s, border 0.3s;
margin-bottom: 20px;
}
.submit_form select{
display: block;
margin: 0;
width: 100%;
padding: 10px;
border: solid 1px #dcdcdc;
transition: box-shadow 0.3s, border 0.3s;
margin-bottom: 20px;
}
.btn_submit{
width: 200px !important;
font-size : 20px;
color : #ffffff;
padding : 1px 10px;
background-color : #087dfa;
}
.btn_submit:hover{
background: #0467d0;
outline: none;
}
#footer a{
text-decoration: none;
color: #909195;
padding-bottom: 10px;
}
#footer a:hover{
color: #fff;
}
.footer_link{
padding: 0px 20px;
}
.footer_link li:not(:first-child){
list-style: none;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #909195
}
.footer_link li:first-child{
list-style: none;
margin-bottom: 20px;
border-bottom: 2px solid #01a2a6;
display: inline-block;
}
.footer_link li:last-child{
border-bottom:none;
}
#social{
width: 100%;
min-height: 80px;
background-color: #3d3d47;
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
.footer_icon{
width: 40px;
height: 40px;
background-size: 100% 100%;
margin-top: 20px;
float: right;
margin-left: 5px;
}
#social p{
padding-top: 30px;
}
.contact_all p{
padding: 10px;
color: #909195;
}
/*img {
object-fit: cover;
}*/ | public/css/style.css | body{
padding: 0px;
margin: 0px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 20px;
top: 0px !important; position: static !important;
}
*{
margin: 0;
padding: 0;
}
h1{
line-height: 35px;
}
h2{
font-size: 2.5rem;
font-family: 'Open Sans', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
font-weight: 300;
}
a{
color: #383838;
}
a:hover{
text-decoration: underline;
}
a >i{
margin-right: 5px;
}
input, button{
border: none;
}
td{
vertical-align: top;
}
#banner{
width: 100%;
height: 93px;
background:#fff;
border-bottom: 1px solid #ccc;
}
#logo{
margin-top: 15px;
margin-left: 40px;
width: 294px;
height: 60px;
background: url(../images/logo.png);
background-repeat: no-repeat;
background-size: 80% 80%;
}
#icon_link{
font-size: 25px;
}
.top_title{
color: #0662a7;
margin-top: 30px;
}
#hot_line{
margin-top: 15px;
font-size: 25px;
color: #0478bf;
}
#hot_line i{
font-size: 40px;
margin-right: 5px;
}
#wrapper{
width: 100%;
margin: 0px auto;
}
#menu{
width: 100%;
-webkit-box-shadow: 0 4px 6px -6px #222;
moz-box-shadow: 0 4px 6px -6px #222;
box-shadow: 0 4px 6px -6px #222;
}
#sub_menu{
width: 90%;
margin: 0px auto;
}
#slogan_small{
position: absolute;
bottom: -45px;
}
#language{
width: 80%;
margin: 0px auto;
position: relative;
margin-top: 10px;
}
#vietnam{
float: right;
width: 35px;
}
#vietnam > a > img{
width: 100%;
height: auto;
}
#english{
float: right;
margin-right: 5px;
width: 35px;
}
#english > a> img{
width: 100%;
height: auto;
}
#content{
width: 80%;
margin: 0px auto;
margin-top: 50px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
width: 100%;
height: auto;
}
.navbar{
margin: 0px auto;
font-size: 15px;
text-transform: uppercase;
border: none;
}
.navbar-default .navbar-nav > li > a{
color: #0182cc;
}
.navbar-default{
background: #fff;
}
.navbar-left{
margin-top: 5px;
}
.navbar-left > li:not(:last-child){
margin-right: 0px;
}
.navbar-header > button{
margin-top: 15px;
}
#khoa_hoc{
margin-top: 50px;
border-bottom: 4px solid #6cceed;
}
#order{
width: 148px;
height: 128px;
position: absolute;
}
#order > a > img{
width: 100%;
height: auto;
margin-top: -57px;
margin-left: -30px;
}
#khoa_hoc_text{
font-size: 0.7em;
text-transform: uppercase;
padding-bottom: 10px;
}
.img_subject{
width: 99%;
height: auto;
}
.caption{
position: absolute;
color: #fff;
z-index: 100;
width: 99%;
text-align: center;
padding: 0px;
left: 0;
top: 0;
}
.caption > h3{
text-transform: uppercase;
}
.span6:hover .caption{
opacity: 1;
}
/*.span6:hover .img_subject{
transform: scale(1.1);
}
/*.span6{
padding: 0px;
margin-bottom: 10px;
-webkit-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.75);
box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.75);
}*/
/*.span6:hover .img_subject{
transform: scale(1.01);
}
#subject{
margin-top: 50px;
}
*/
/* Small devices (tablets, 768px and up) */
.subject_container{
width: 70%;
margin-top: 50px;
}
#subject{
/*border-bottom: 4px solid #6cceed;*/
}
.span12 > img{
width: 100%;
height: auto;
}
#file1 > img{
margin-left: 15%;
}
#file2 > img{
margin-left: -15%;
margin-top: -15%;
}
#file3 > img{
margin-left: 15%;
margin-top: -15%;
}
#file4 > img{
margin-left: -15%;
margin-top: -15%;
}
#file1 > span{
margin-top: 6%;
margin-left: 5%;
}
#file2 > span{
margin-top: -8%;
margin-left: 5%;
}
#file3 > span{
margin-top: -8%;
margin-left: 6%;
}
#file4 > span{
margin-top: -8%;
margin-left: 5%;
}
#file4{
margin-bottom: 10%;
}
.span12:hover{
transform: scale(1.3);
}
/*#customer{
margin: 0px auto;
}
#customer > .container{
width: 95%;
}
*/
#customer_text{
text-transform: uppercase;
padding-bottom: 10px;
border-bottom: 4px solid #6cceed;
margin-bottom: 5%;
}
.student{
min-height: 780px;
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}
.img_student{
width: 60%;
height: auto;
margin: 20px auto;
}
.img_student:hover {
transform: scale(1.03);
}
.about_student{
text-align: center;
color: #01a2a6;
font-family: sans-serif !important;
font-size: 20px;
line-height: 28px;
font-weight: 300;
}
.student_say{
padding: 50px 20px;
}
#footer{
background: #3d3d47;
color: #fff;
margin-top: 10%;
padding-top: 3%;
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
#footer .container{
padding-bottom: 2%;
}
#footer .container{
width: 90%;
margin: 0px auto;
}
#footer_logo{
width: 80%;
height: auto;
}
#customer > .container{
width: 100%;
}
#customer1{
width: 80%;
height: auto;
}
.esp{
text-transform: uppercase;
font-size: 20px;
color: #fff;
margin-bottom: 20px;
}
.esp2{
display: inline-block;
}
.contact h1{
color:#008fd4;
}
#map{
border: 1px solid #ccc;
}
.submit_form{
width: 80%;
margin: 0px auto;
}
.contact{
-webkit-box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.75);
padding-bottom: 34px;
}
.dang_ky{
padding-top: 40px;
padding-bottom: 40px;
margin-top: 50px;
-webkit-box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.75);
}
.dang_ky h2{
padding-bottom: 30px;
text-transform: uppercase;
color: #008fd4;
}
.submit_form input{
width: 100%;
}
.submit_form input{
display: block;
margin: 0;
width: 100%;
padding: 10px;
border: solid 1px #dcdcdc;
transition: box-shadow 0.3s, border 0.3s;
margin-bottom: 20px;
}
.submit_form select{
display: block;
margin: 0;
width: 100%;
padding: 10px;
border: solid 1px #dcdcdc;
transition: box-shadow 0.3s, border 0.3s;
margin-bottom: 20px;
}
.btn_submit{
width: 200px !important;
font-size : 20px;
color : #ffffff;
padding : 1px 10px;
background-color : #087dfa;
}
.btn_submit:hover{
background: #0467d0;
outline: none;
}
#footer a{
text-decoration: none;
color: #909195;
padding-bottom: 10px;
}
#footer a:hover{
color: #fff;
}
.footer_link{
padding: 0px 20px;
}
.footer_link li:not(:first-child){
list-style: none;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #909195
}
.footer_link li:first-child{
list-style: none;
margin-bottom: 20px;
border-bottom: 2px solid #01a2a6;
display: inline-block;
}
.footer_link li:last-child{
border-bottom:none;
}
#social{
width: 100%;
min-height: 80px;
background-color: #3d3d47;
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
.footer_icon{
width: 40px;
height: 40px;
background-size: 100% 100%;
margin-top: 20px;
float: right;
margin-left: 5px;
}
#social p{
padding-top: 30px;
}
.contact_all p{
padding: 10px;
color: #909195;
}
/*img {
object-fit: cover;
}*/ | 0.159119 | 0.055978 |
.carousel-inner > .item > img{
margin:auto;
}
* {
box-sizing: border-box;
}
.carousel-caption {
position: relative;
left: auto;
right: auto;
}
* {
box-sizing: border-box;
}
body {
background-image: url("../images/animatedBookcases.jpg");
background-attachment: fixed;
}
h1{
color: #ffffff; font-family: 'Lobster', cursive; font-size: 46px;
font-weight: bolder; text-align: center;
}
h2{
font-family: 'Nanum Pen Script', cursive;
text-align: center;
color: white;
}
/*carousel related*/
.carousel-inner{
background: rgba(128, 128, 128, 0.764)
}
.carousel-caption {
position: relative;
left: auto;
right: auto;
}
.currentAccount{
float: right;
margin-right: 40%;
}
.footer {
text-align: center;
width: 100%;
position: fixed;
bottom: 0px;
margin-top: 35px;
padding: 50px;
clear: both;
}
/*form related*/
.form-group{
font-family: 'Indie Flower', cursive;
position:absolute;
}
.control-label{
color: white;
}
.checkbox{
color: white;
}
/*ALL MASONRY UNTIL NEXT PSUEDOCODE*/
.grid {
background: rgb(37, 28, 28);
margin-left: 5%;
margin-right: 3%;
max-width: 90%;
margin-top: 2%;
margin-bottom: 6%;
}
.grid:after {
content: '';
display: block;
clear: both;
}
.grid-item {
float: center;
margin: 2px;
width: 91%;
background: bisque;
border: solid 2px black;
margin-right: 5px;
max-width: 350px;
}
.grid-item--med{
width: 94%;
background: bisque;
margin: 7px;
}
.grid-item--lg{
width: 96%;
background: bisque;
margin: 7px;
}
.grid-item--sm{
width: 90%;
margin: 7px;
background: bisque
}
.grid-item img {
display: inline-block;
max-width: 100%;
max-height: 100%;
object-fit: fill;
align-content: center
}
.grid-alpha{
display: none;
position: fixed;
background-color: rgba(244, 243, 244, 0.963);
width: 60%;
height: 60%;
top: 14%;
left: 17.5%;
text-align: center;
}
@media only screen and (min-width: 1024px) {
.grid {
column-count: 6;
}
img.img-circle{
position: absolute;
width: 140px;
height: 140px;
z-index: -1;
bottom: 65%;
left: 30px;
}
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
.grid {
column-count: 3;
}
img.img-circle{
height: 200%;
width: 72%;
position: absolute;
z-index: -1;
bottom: 65%;
}
}
@media only screen and (max-width: 767px) and (min-width: 540px) {
.grid {
column-count: 2;
margin-top: 20px
}
.grid-alpha{
position: fixed;
top: 28%;
left: 12%;
height: 45%;
width: 72%;
}
}
@media only screen and (max-width: 767px){
.grid-item{
max-width: 60%;
margin-left: 20%;
}
img.img-circle{
position: absolute;
bottom: 95%;
left: 30%;
z-index: -1;
height: 80px;
width: 80px;
}
.grid-alpha{
position: fixed;
top: 28%;
left: 5%;
height: 40%;
width: 85%;
}
}
/*--------------End of Masonry---------------*/
.form-group{
text-align: right;
font-family: "Georgia", Times, Times New Roman, serif;
position:absolute;
top: -15%;
width: 20%;
display: block;
}
#navContainer{
max-height: 150px;
}
.container-footer {
display: flex;
justify-content: center;
align-items: center;
}
.back{
background-color: white
}
.title{
color: #ffffff; font-family: 'Lobster', cursive; font-size: 56px;
font-weight: bolder; text-align: center; vertical-align: bottom
} | public/assets/css/style_library.css | .carousel-inner > .item > img{
margin:auto;
}
* {
box-sizing: border-box;
}
.carousel-caption {
position: relative;
left: auto;
right: auto;
}
* {
box-sizing: border-box;
}
body {
background-image: url("../images/animatedBookcases.jpg");
background-attachment: fixed;
}
h1{
color: #ffffff; font-family: 'Lobster', cursive; font-size: 46px;
font-weight: bolder; text-align: center;
}
h2{
font-family: 'Nanum Pen Script', cursive;
text-align: center;
color: white;
}
/*carousel related*/
.carousel-inner{
background: rgba(128, 128, 128, 0.764)
}
.carousel-caption {
position: relative;
left: auto;
right: auto;
}
.currentAccount{
float: right;
margin-right: 40%;
}
.footer {
text-align: center;
width: 100%;
position: fixed;
bottom: 0px;
margin-top: 35px;
padding: 50px;
clear: both;
}
/*form related*/
.form-group{
font-family: 'Indie Flower', cursive;
position:absolute;
}
.control-label{
color: white;
}
.checkbox{
color: white;
}
/*ALL MASONRY UNTIL NEXT PSUEDOCODE*/
.grid {
background: rgb(37, 28, 28);
margin-left: 5%;
margin-right: 3%;
max-width: 90%;
margin-top: 2%;
margin-bottom: 6%;
}
.grid:after {
content: '';
display: block;
clear: both;
}
.grid-item {
float: center;
margin: 2px;
width: 91%;
background: bisque;
border: solid 2px black;
margin-right: 5px;
max-width: 350px;
}
.grid-item--med{
width: 94%;
background: bisque;
margin: 7px;
}
.grid-item--lg{
width: 96%;
background: bisque;
margin: 7px;
}
.grid-item--sm{
width: 90%;
margin: 7px;
background: bisque
}
.grid-item img {
display: inline-block;
max-width: 100%;
max-height: 100%;
object-fit: fill;
align-content: center
}
.grid-alpha{
display: none;
position: fixed;
background-color: rgba(244, 243, 244, 0.963);
width: 60%;
height: 60%;
top: 14%;
left: 17.5%;
text-align: center;
}
@media only screen and (min-width: 1024px) {
.grid {
column-count: 6;
}
img.img-circle{
position: absolute;
width: 140px;
height: 140px;
z-index: -1;
bottom: 65%;
left: 30px;
}
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
.grid {
column-count: 3;
}
img.img-circle{
height: 200%;
width: 72%;
position: absolute;
z-index: -1;
bottom: 65%;
}
}
@media only screen and (max-width: 767px) and (min-width: 540px) {
.grid {
column-count: 2;
margin-top: 20px
}
.grid-alpha{
position: fixed;
top: 28%;
left: 12%;
height: 45%;
width: 72%;
}
}
@media only screen and (max-width: 767px){
.grid-item{
max-width: 60%;
margin-left: 20%;
}
img.img-circle{
position: absolute;
bottom: 95%;
left: 30%;
z-index: -1;
height: 80px;
width: 80px;
}
.grid-alpha{
position: fixed;
top: 28%;
left: 5%;
height: 40%;
width: 85%;
}
}
/*--------------End of Masonry---------------*/
.form-group{
text-align: right;
font-family: "Georgia", Times, Times New Roman, serif;
position:absolute;
top: -15%;
width: 20%;
display: block;
}
#navContainer{
max-height: 150px;
}
.container-footer {
display: flex;
justify-content: center;
align-items: center;
}
.back{
background-color: white
}
.title{
color: #ffffff; font-family: 'Lobster', cursive; font-size: 56px;
font-weight: bolder; text-align: center; vertical-align: bottom
} | 0.360039 | 0.124692 |
body {
/*background-image: url('/img/geometric04.jpg') no-repeat center center fixed;*/
/*background-image: url(../img/geometric04.jpg);*/
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://lh4.googleusercontent.com/I5fqiqHgL1BT6HC9P4ST1hk-4A2FFoQ7-VNXAgPGcH8=w311-h207-p-no');
-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://lh4.googleusercontent.com/I5fqiqHgL1BT6HC9P4ST1hk-4A2FFoQ7-VNXAgPGcH8=w311-h207-p-no",sizingMethod='scale')";;*/
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.icon {
float:left;
clear: right;
display: inline-block;
margin:40px 95px 30px 40px;
width:85px;
height:105px;
background:#000;
border-radius:6px;
color:#fff;
font-family: 'Open Sans', sans-serif;
line-height:21px;
font-size:20px;
padding-left:20px;
/*text-shadow: 3px 1px 1px rgba(0,0,0,0.4);*/
-webkit-transition:all 300ms ease-in-out;
-moz-transition:all 300ms ease-in-out;
-ms-transition:all 300ms ease-in-out;
-o-transition:all 300ms ease-in-out;
transition:all 300ms ease-in-out;
-webkit-transform-style:preserve-3d;
transform-style:preserve-3d;
-webkit-perspective:600;
perspective:600;
-webkit-transform: perspective(600);
-moz-transform: perspective(600);
-ms-transform: perspective(600);
-o-transform: perspective(600);
transform: perspective(600);
}
.icon:before {
content:'';
float:right;
width:31px;
height:31px;
background-image:-webkit-linear-gradient(top right, rgba(255,255,255,1) 50%, rgba(255,255,255,0.4) 50%);
background-image:linear-gradient(to bottom left, rgba(255,255,255,1) 50%, rgba(255,255,255,0.4) 50%);
border-radius:0 0 0 6px;
}
/*.icon:after {
content:'';
float:right;
width:31px;
height:31px;
background-image:-webkit-linear-gradient(top right, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 50%);
background-image:linear-gradient(to bottom left, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 50%);
position:relative;
top:-130px;
left:0px;
}*/
.icon:hover {
-webkit-transform:translateZ(200px);
-moz-transform:scale(1.1);
transform:scale(1.1);
}
.icon > a{
/*margin: -88px 0 12px;*/
color: black;
font-size: 14px;
}
/* just need to change the backgrounds */
.pdf {
background:#c7211d;
}
.doc {
background:#24589B;
}
.xls {
background:#1C7346;
}
.ppt{
background:#D34828;
}
.mpp{
background:#2E7237;
}
/* Icon Format */
.ico {
margin: 40px;
background-color: #fed;
border: 2px solid #fc6;
display: inline-block;
position: relative;
vertical-align: top;
}
.ico:after,
.ico:before {
background: #fed;
border: 2px solid #fc6;
content: '';
position: absolute;
}
.ico:hover,
.ico:hover:after,
.ico:hover:before {
background-color: #ffe;
}
.ico>a{
color: black;
}
/* Folder Icon */
.folder {
height: 88px;
top: 6px;
width: 134px;
}
.folder:after {
border-bottom: none;
border-radius: 3px 3px 0 0;
height: 4px;
left: 1px;
top: -6px;
width: 30px;
}
.folder:before {
border: none;
} | public/css/window.css | body {
/*background-image: url('/img/geometric04.jpg') no-repeat center center fixed;*/
/*background-image: url(../img/geometric04.jpg);*/
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://lh4.googleusercontent.com/I5fqiqHgL1BT6HC9P4ST1hk-4A2FFoQ7-VNXAgPGcH8=w311-h207-p-no');
-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://lh4.googleusercontent.com/I5fqiqHgL1BT6HC9P4ST1hk-4A2FFoQ7-VNXAgPGcH8=w311-h207-p-no",sizingMethod='scale')";;*/
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.icon {
float:left;
clear: right;
display: inline-block;
margin:40px 95px 30px 40px;
width:85px;
height:105px;
background:#000;
border-radius:6px;
color:#fff;
font-family: 'Open Sans', sans-serif;
line-height:21px;
font-size:20px;
padding-left:20px;
/*text-shadow: 3px 1px 1px rgba(0,0,0,0.4);*/
-webkit-transition:all 300ms ease-in-out;
-moz-transition:all 300ms ease-in-out;
-ms-transition:all 300ms ease-in-out;
-o-transition:all 300ms ease-in-out;
transition:all 300ms ease-in-out;
-webkit-transform-style:preserve-3d;
transform-style:preserve-3d;
-webkit-perspective:600;
perspective:600;
-webkit-transform: perspective(600);
-moz-transform: perspective(600);
-ms-transform: perspective(600);
-o-transform: perspective(600);
transform: perspective(600);
}
.icon:before {
content:'';
float:right;
width:31px;
height:31px;
background-image:-webkit-linear-gradient(top right, rgba(255,255,255,1) 50%, rgba(255,255,255,0.4) 50%);
background-image:linear-gradient(to bottom left, rgba(255,255,255,1) 50%, rgba(255,255,255,0.4) 50%);
border-radius:0 0 0 6px;
}
/*.icon:after {
content:'';
float:right;
width:31px;
height:31px;
background-image:-webkit-linear-gradient(top right, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 50%);
background-image:linear-gradient(to bottom left, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 50%);
position:relative;
top:-130px;
left:0px;
}*/
.icon:hover {
-webkit-transform:translateZ(200px);
-moz-transform:scale(1.1);
transform:scale(1.1);
}
.icon > a{
/*margin: -88px 0 12px;*/
color: black;
font-size: 14px;
}
/* just need to change the backgrounds */
.pdf {
background:#c7211d;
}
.doc {
background:#24589B;
}
.xls {
background:#1C7346;
}
.ppt{
background:#D34828;
}
.mpp{
background:#2E7237;
}
/* Icon Format */
.ico {
margin: 40px;
background-color: #fed;
border: 2px solid #fc6;
display: inline-block;
position: relative;
vertical-align: top;
}
.ico:after,
.ico:before {
background: #fed;
border: 2px solid #fc6;
content: '';
position: absolute;
}
.ico:hover,
.ico:hover:after,
.ico:hover:before {
background-color: #ffe;
}
.ico>a{
color: black;
}
/* Folder Icon */
.folder {
height: 88px;
top: 6px;
width: 134px;
}
.folder:after {
border-bottom: none;
border-radius: 3px 3px 0 0;
height: 4px;
left: 1px;
top: -6px;
width: 30px;
}
.folder:before {
border: none;
} | 0.325092 | 0.065965 |
.dropdown-content {
cursor: pointer;
}
.dropdown-content .clear-button {
position: absolute;
top: 8px;
right: 10px;
border: 1px solid #c8c8c8;
overflow: hidden;
background: #fff;
border-radius: 10px;
padding: 0 5px 0 5px;
font-size: 12px;
color: #d43f3a;
}
.dropdown-content .clear-button:hover {
color: #333;
}
.dropdown-content .dropdown-content-container {
border: 1px solid #c8c8c8;
display: none;
position: absolute;
z-index: 1001;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0 -15px;
font-size: 14px;
text-align: left;
background-color: #FFF;
border-radius: 10px;
background-clip: padding-box;
width: 100%;
left: 15px;
}
.dropdown-content .dropdown-content-container.scrollable-content,
.dropdown-content .dropdown-content-container .scrollable-content {
max-height: 300px;
overflow-y: auto;
overflow-x: hidden;
}
.dropdown-content .dropdown-content-container.expanded {
display: block;
}
.dropdown-content .dropdown-content-container a,
.dropdown-content .dropdown-content-container a:hover,
.dropdown-content .dropdown-content-container a:focus,
.dropdown-content .dropdown-content-container a:visited {
color: inherit;
text-decoration: none;
}
.dropdown-content .dropdown-content-container .grid-view {
font-size: 13px;
}
.dropdown-content .dropdown-content-container .grid-view td {
vertical-align: middle;
}
.dropdown-content .dropdown-content-container .caret {
border: none;
position: absolute;
top: 5px;
right: 19px;
font-size: 18px;
opacity: 0.4;
cursor: pointer;
}
.dropdown-content .dropdown-content-container .item {
cursor: pointer;
}
.dropdown-content .dropdown-content-container div.item {
padding: 4px 0 9px 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom: medium none white;
background: white none repeat scroll 0% 0%;
margin-bottom: -3px;
vertical-align: bottom;
}
.dropdown-content .dropdown-content-container .item.selected {
color: #555;
background-color: #E7E7E7;
}
.dropdown-content .dropdown-content-container .item:hover {
color: #262626;
text-decoration: none;
background-color: #F5F5F5;
}
.dropdown-content .dropdown-content-container .jspHorizontalBar {
display: none;
}
.dropdown-content .dropdown-content-container .jspVerticalBar {
width: 8px;
background: none;
}
.dropdown-content .dropdown-content-container .jspVerticalBar .jspTrack {
background: none;
}
.dropdown-content .dropdown-content-container .jspVerticalBar .jspTrack .jspDrag {
background: #cfcfcf;
border-radius: 5px;
}
.dropdown-content.fixed-content .dropdown-content-container {
max-height: initial;
overflow-y: hidden;
overflow-x: hidden;
position: inherit;
z-index: 0;
}
.dropdown-content .dropdown-wrapper {
position: relative;
}
.dropdown-content .dropdown-wrapper input {
cursor: pointer;
padding-right: 37px;
}
.dropdown-content .controll-wrapper-border-stub {
display: none;
width: 100%;
height: 10px;
background: white;
z-index: 1002;
margin-top: -10px;
margin-bottom: -3px;
position: relative;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #c8c8c8;
}
.dropdown-content.fixed-content .controll-wrapper-border-stub {
z-index: 1;
}
.dropdown-content .controll-wrapper {
position: absolute;
top: 1px;
right: 0;
width: 19px;
height: 30px;
cursor: pointer;
}
.dropdown-content .controll-wrapper .clear {
top: 1px;
opacity: 0.4;
position: absolute;
right: 25px;
font-size: 18px;
}
.dropdown-content .controll-wrapper .clear:hover {
opacity: 0.6;
}
.dropdown-content .controll-wrapper .caret {
opacity: 0.4;
position: absolute;
right: 6px;
font-size: 18px;
top: 13px;
}
.dropdown-content.allow-focus {
cursor: none;
}
.dropdown-content.allow-focus .controll-wrapper {
border-left: 1px solid #CCC;
}
.dropdown-content.active.topped .dropdown-content-container {
border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.dropdown-content.active.topped .dropdown-wrapper > input.form-control {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.dropdown-content.active.topped .controll-wrapper-border-stub {
top: -38px;
}
.dropdown-content.active .controll-wrapper {
border-left: none;
}
.dropdown-content.active .controll-wrapper .caret {
border-top: none;
border-bottom: 4px dashed;
}
.dropdown-content.active .dropdown-content-container {
border-color: #66afe9;
}
.dropdown-content.active .controll-wrapper-border-stub {
border-color: #66afe9 #66afe9 #c9c9c9 #66afe9;
}
.dropdown-content.active .dropdown-wrapper input,
.dropdown-content.active .dropdown-content-container {
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #66afe9;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.dropdown-content.fixed-content .dropdown-content-container {
margin-left: 0;
}
.dropdown-content.fixed-content .controll-wrapper-border-stub {
display: block;
z-index: auto;
border-bottom: 0;
}
.dropdown-content.fixed-content .caret {
display: none;
}
.dropdown-content.active .dropdown-wrapper input,
.dropdown-content.fixed-content .dropdown-wrapper input {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
background: white none repeat scroll 0% 0%;
margin-bottom: -3px;
vertical-align: bottom;
padding-bottom: 13px;
height: 40px;
}
.dropdown-content.active .controll-wrapper-border-stub,
.dropdown-content.fixed-content .controll-wrapper-border-stub {
display: block;
} | assets/DropdownContent.css | .dropdown-content {
cursor: pointer;
}
.dropdown-content .clear-button {
position: absolute;
top: 8px;
right: 10px;
border: 1px solid #c8c8c8;
overflow: hidden;
background: #fff;
border-radius: 10px;
padding: 0 5px 0 5px;
font-size: 12px;
color: #d43f3a;
}
.dropdown-content .clear-button:hover {
color: #333;
}
.dropdown-content .dropdown-content-container {
border: 1px solid #c8c8c8;
display: none;
position: absolute;
z-index: 1001;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0 -15px;
font-size: 14px;
text-align: left;
background-color: #FFF;
border-radius: 10px;
background-clip: padding-box;
width: 100%;
left: 15px;
}
.dropdown-content .dropdown-content-container.scrollable-content,
.dropdown-content .dropdown-content-container .scrollable-content {
max-height: 300px;
overflow-y: auto;
overflow-x: hidden;
}
.dropdown-content .dropdown-content-container.expanded {
display: block;
}
.dropdown-content .dropdown-content-container a,
.dropdown-content .dropdown-content-container a:hover,
.dropdown-content .dropdown-content-container a:focus,
.dropdown-content .dropdown-content-container a:visited {
color: inherit;
text-decoration: none;
}
.dropdown-content .dropdown-content-container .grid-view {
font-size: 13px;
}
.dropdown-content .dropdown-content-container .grid-view td {
vertical-align: middle;
}
.dropdown-content .dropdown-content-container .caret {
border: none;
position: absolute;
top: 5px;
right: 19px;
font-size: 18px;
opacity: 0.4;
cursor: pointer;
}
.dropdown-content .dropdown-content-container .item {
cursor: pointer;
}
.dropdown-content .dropdown-content-container div.item {
padding: 4px 0 9px 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom: medium none white;
background: white none repeat scroll 0% 0%;
margin-bottom: -3px;
vertical-align: bottom;
}
.dropdown-content .dropdown-content-container .item.selected {
color: #555;
background-color: #E7E7E7;
}
.dropdown-content .dropdown-content-container .item:hover {
color: #262626;
text-decoration: none;
background-color: #F5F5F5;
}
.dropdown-content .dropdown-content-container .jspHorizontalBar {
display: none;
}
.dropdown-content .dropdown-content-container .jspVerticalBar {
width: 8px;
background: none;
}
.dropdown-content .dropdown-content-container .jspVerticalBar .jspTrack {
background: none;
}
.dropdown-content .dropdown-content-container .jspVerticalBar .jspTrack .jspDrag {
background: #cfcfcf;
border-radius: 5px;
}
.dropdown-content.fixed-content .dropdown-content-container {
max-height: initial;
overflow-y: hidden;
overflow-x: hidden;
position: inherit;
z-index: 0;
}
.dropdown-content .dropdown-wrapper {
position: relative;
}
.dropdown-content .dropdown-wrapper input {
cursor: pointer;
padding-right: 37px;
}
.dropdown-content .controll-wrapper-border-stub {
display: none;
width: 100%;
height: 10px;
background: white;
z-index: 1002;
margin-top: -10px;
margin-bottom: -3px;
position: relative;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #c8c8c8;
}
.dropdown-content.fixed-content .controll-wrapper-border-stub {
z-index: 1;
}
.dropdown-content .controll-wrapper {
position: absolute;
top: 1px;
right: 0;
width: 19px;
height: 30px;
cursor: pointer;
}
.dropdown-content .controll-wrapper .clear {
top: 1px;
opacity: 0.4;
position: absolute;
right: 25px;
font-size: 18px;
}
.dropdown-content .controll-wrapper .clear:hover {
opacity: 0.6;
}
.dropdown-content .controll-wrapper .caret {
opacity: 0.4;
position: absolute;
right: 6px;
font-size: 18px;
top: 13px;
}
.dropdown-content.allow-focus {
cursor: none;
}
.dropdown-content.allow-focus .controll-wrapper {
border-left: 1px solid #CCC;
}
.dropdown-content.active.topped .dropdown-content-container {
border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.dropdown-content.active.topped .dropdown-wrapper > input.form-control {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.dropdown-content.active.topped .controll-wrapper-border-stub {
top: -38px;
}
.dropdown-content.active .controll-wrapper {
border-left: none;
}
.dropdown-content.active .controll-wrapper .caret {
border-top: none;
border-bottom: 4px dashed;
}
.dropdown-content.active .dropdown-content-container {
border-color: #66afe9;
}
.dropdown-content.active .controll-wrapper-border-stub {
border-color: #66afe9 #66afe9 #c9c9c9 #66afe9;
}
.dropdown-content.active .dropdown-wrapper input,
.dropdown-content.active .dropdown-content-container {
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #66afe9;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.dropdown-content.fixed-content .dropdown-content-container {
margin-left: 0;
}
.dropdown-content.fixed-content .controll-wrapper-border-stub {
display: block;
z-index: auto;
border-bottom: 0;
}
.dropdown-content.fixed-content .caret {
display: none;
}
.dropdown-content.active .dropdown-wrapper input,
.dropdown-content.fixed-content .dropdown-wrapper input {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
background: white none repeat scroll 0% 0%;
margin-bottom: -3px;
vertical-align: bottom;
padding-bottom: 13px;
height: 40px;
}
.dropdown-content.active .controll-wrapper-border-stub,
.dropdown-content.fixed-content .controll-wrapper-border-stub {
display: block;
} | 0.449634 | 0.050028 |
body,ul,ol,p,h1,h2,h3,h4,h5,h6,dl,dd,select,input,textarea,form{
margin:0;
padding:0
}
/* 让h标签文字大小继承body的文字设置 */
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}
/* 去掉列表默认的图标 */
ul,ol{
list-style:none;
}
/* 去掉em默认的斜体 */
em{
font-style: normal;
}
/* 去掉a标签默认的下划线 */
a{
text-decoration:none;
}
/* 去掉加链接时产生的框线 */
img{
border:0;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after{
content:"";
display:table
}
.clearfix:after{
clear:both;
}
.clearfix{
zoom:1
}
/* 浮动 */
.left{
float:left
}
.right{
float:right
}
#detail .classification{
margin-left:130px;
}
#detail .classification a{
color:#37ab40;
}
/* 商品详情样式 */
.goods_detail_con{
width:1198px;
height:398px;
border:1px solid #ededed;
margin:0 auto 20px;
}
.goods_detail_pic{
width:350px;
height:350px;
margin:24px 0 0 24px;
}
.goods_detail_list{
width:730px;
height:350px;
margin:24px 24px 0 0;
}
.goods_detail_list h3{
font-size:24px;
line-height:24px;
color:#666;
font-weight:normal;
}
.goods_detail_list p{
color:#666;
line-height:40px;
}
.prize_bar{
height:72px
background-color:#fff5f5;
line-height:72px;
}
.prize_bar .show_pirze{
font-size:20px;
color:#ff3e3e;
padding-left:20px
}
.prize_bar .show_pirze em{
font-style:normal;
font-size:36px;
padding-left:10px
}
.prize_bar .show_unit{
padding-left:150px
}
.goods_num{
height:52px;
margin-top:19px;
}
.goods_num .num_name{
width:70px;
height:52px;
line-height:52px;
}
.goods_num .num_add{
width:75px;
height:50px;
border:1px solid #dddddd
}
.goods_num .num_add input{
width:49px;
height:50px;
text-align:center;
line-height:50px;
border:0px;
outline:none;
font-size:14px;
color:#666
}
.goods_num .num_add .add, .goods_num .num_add .minus{
width:25px;line-height:25px;
text-align:center;
border-left:1px solid #ddd;
border-bottom:1px solid #ddd;
color:#666;
font-size:14px
}
.goods_num .num_add .minus{
border-bottom:0px
}
.goods_num .show_stock{
padding-left:273px;
line-height:50px;
}
.total em{
font-style:normal;
color:#ff3e3e;
font-size:18px
}
.operate_btn{
height:40px;
margin-top:20px;
font-size:0;
position:relative;
}
.operate_btn .buy_btn, .operate_btn .add_cart{
display:inline-block;
width:178px;
height:38px;
border:1px solid #c40000;
font-size:14px;
color:#c40000;
line-height:38px;
text-align:center;
background-color:#ffeded;
}
.operate_btn .add_cart{
background-color:#c40000;
color:#fff;
margin-left:30px;
position:relative;
z-index:10;
} | project/static/detail/css/detail.css | body,ul,ol,p,h1,h2,h3,h4,h5,h6,dl,dd,select,input,textarea,form{
margin:0;
padding:0
}
/* 让h标签文字大小继承body的文字设置 */
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}
/* 去掉列表默认的图标 */
ul,ol{
list-style:none;
}
/* 去掉em默认的斜体 */
em{
font-style: normal;
}
/* 去掉a标签默认的下划线 */
a{
text-decoration:none;
}
/* 去掉加链接时产生的框线 */
img{
border:0;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after{
content:"";
display:table
}
.clearfix:after{
clear:both;
}
.clearfix{
zoom:1
}
/* 浮动 */
.left{
float:left
}
.right{
float:right
}
#detail .classification{
margin-left:130px;
}
#detail .classification a{
color:#37ab40;
}
/* 商品详情样式 */
.goods_detail_con{
width:1198px;
height:398px;
border:1px solid #ededed;
margin:0 auto 20px;
}
.goods_detail_pic{
width:350px;
height:350px;
margin:24px 0 0 24px;
}
.goods_detail_list{
width:730px;
height:350px;
margin:24px 24px 0 0;
}
.goods_detail_list h3{
font-size:24px;
line-height:24px;
color:#666;
font-weight:normal;
}
.goods_detail_list p{
color:#666;
line-height:40px;
}
.prize_bar{
height:72px
background-color:#fff5f5;
line-height:72px;
}
.prize_bar .show_pirze{
font-size:20px;
color:#ff3e3e;
padding-left:20px
}
.prize_bar .show_pirze em{
font-style:normal;
font-size:36px;
padding-left:10px
}
.prize_bar .show_unit{
padding-left:150px
}
.goods_num{
height:52px;
margin-top:19px;
}
.goods_num .num_name{
width:70px;
height:52px;
line-height:52px;
}
.goods_num .num_add{
width:75px;
height:50px;
border:1px solid #dddddd
}
.goods_num .num_add input{
width:49px;
height:50px;
text-align:center;
line-height:50px;
border:0px;
outline:none;
font-size:14px;
color:#666
}
.goods_num .num_add .add, .goods_num .num_add .minus{
width:25px;line-height:25px;
text-align:center;
border-left:1px solid #ddd;
border-bottom:1px solid #ddd;
color:#666;
font-size:14px
}
.goods_num .num_add .minus{
border-bottom:0px
}
.goods_num .show_stock{
padding-left:273px;
line-height:50px;
}
.total em{
font-style:normal;
color:#ff3e3e;
font-size:18px
}
.operate_btn{
height:40px;
margin-top:20px;
font-size:0;
position:relative;
}
.operate_btn .buy_btn, .operate_btn .add_cart{
display:inline-block;
width:178px;
height:38px;
border:1px solid #c40000;
font-size:14px;
color:#c40000;
line-height:38px;
text-align:center;
background-color:#ffeded;
}
.operate_btn .add_cart{
background-color:#c40000;
color:#fff;
margin-left:30px;
position:relative;
z-index:10;
} | 0.132599 | 0.0566 |
*,
*:before,
*:after{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
background-color: #FCCC76;
}
.card-body{
width: 749px;
height: 1100px;
background-color: rgba(255,255,255,0.13);
position: absolute;
transform: translate(-50%,-50%);
top: 75%;
left: 50%;
border-radius: 10px;
backdrop-filter: blur(10px);
border: 2px solid rgba(255,255,255,0.1);
background: rgba(255, 255, 255, 0.33);
padding: 50px 35px;
}
form *{
font-family: 'Poppins',sans-serif;
color: #9F2F00;
letter-spacing: 0.5px;
outline: none;
border: none;
}
form h3{
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 48px;
font-weight: 500;
line-height: 42px;
text-align: left;
color: #AA4526;
}
form img{
width: 250px;
height: 43px;
left: 250px;
top: 101px;
margin-top: -25px;
margin-left: -35px;
margin-bottom: 50px;
}
label{
display: block;
margin-top: 30px;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 19px;
color: #AA4526;
}
input{
width: 650px;
height: 50px;
background: rgba(216, 216, 216, 0.35);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-size: 22px;
padding-left: 10px;
}
.container {
height: 25vh;
margin-bottom: -30px;
position: relative;
}
.center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
button{
width: 200px;
height: 50px;
left: 558px;
top: 582px;
background: #8F3F09;
border-radius: 18px;
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 42px;
}
small{
position: absolute;
left: 40%;
color: #555555;
}
small a{
color: #AA4526;
text-decoration: none;
font-weight: bold;
}
.register-button{
text-decoration: none;
color: #ffffff !important;
}
.error-message b{
color: #ffffff;
}
.error-message{
margin-top: 2vh;
background-color: #e0000060;
padding: 2vh;
} | public/cssfolder/registerpage.css | *,
*:before,
*:after{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body{
background-color: #FCCC76;
}
.card-body{
width: 749px;
height: 1100px;
background-color: rgba(255,255,255,0.13);
position: absolute;
transform: translate(-50%,-50%);
top: 75%;
left: 50%;
border-radius: 10px;
backdrop-filter: blur(10px);
border: 2px solid rgba(255,255,255,0.1);
background: rgba(255, 255, 255, 0.33);
padding: 50px 35px;
}
form *{
font-family: 'Poppins',sans-serif;
color: #9F2F00;
letter-spacing: 0.5px;
outline: none;
border: none;
}
form h3{
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 48px;
font-weight: 500;
line-height: 42px;
text-align: left;
color: #AA4526;
}
form img{
width: 250px;
height: 43px;
left: 250px;
top: 101px;
margin-top: -25px;
margin-left: -35px;
margin-bottom: 50px;
}
label{
display: block;
margin-top: 30px;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 19px;
color: #AA4526;
}
input{
width: 650px;
height: 50px;
background: rgba(216, 216, 216, 0.35);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-size: 22px;
padding-left: 10px;
}
.container {
height: 25vh;
margin-bottom: -30px;
position: relative;
}
.center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
button{
width: 200px;
height: 50px;
left: 558px;
top: 582px;
background: #8F3F09;
border-radius: 18px;
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 42px;
}
small{
position: absolute;
left: 40%;
color: #555555;
}
small a{
color: #AA4526;
text-decoration: none;
font-weight: bold;
}
.register-button{
text-decoration: none;
color: #ffffff !important;
}
.error-message b{
color: #ffffff;
}
.error-message{
margin-top: 2vh;
background-color: #e0000060;
padding: 2vh;
} | 0.589362 | 0.077308 |
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&family=Teko:wght@300&family=Zen+Kurenaido&display=swap');
*{
margin:0;
padding:0;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxTopoDoSiteContactsxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.topo{
width: 100%;;
min-height: 145px;
/*background-color: red;*/
}
.logo{
width:70px;
height: 90px;
background-image: url(imagens-icones/logo.png);
background-repeat: no-repeat;
/*background-color: white;*/
float: left;
margin: 1% 0 0 1%;
}
.redes{
width:20%;
height: 40px;
/*background-color: blue;*/
float: right;
margin: 2% 1% 0 0;
display: flex;
flex-flow: row wrap;
}
.redecaix{
width: 20%;
height: 40px;
background-color: white;
margin-left: 1%;
display: flex;
align-items: center;
border-radius: 10%;
border-radius: 10%;
border: 1px solid white;
transition: 1s;
}
.redecaix:hover{
border: 1px solid #5a6f44;
}
.redecaix img{
margin-left: 10%;
}
.menuMobile{
display: none;
}
.menuExpande{
display: none;
}
.menu{
width: 100%;
min-height: 50px;
background-color:#78866b;
float: left;
display: flex;
justify-content: center;
}
.caixaMenu{
width: 10%;
height: 50px;
background-color: #78866b;
margin-left: 2%;
display: flex;
justify-content: center;
align-items: center;
transition: 1.5s;
}
.caixaMenu:hover{
background-color: #5a6f44;
}
.caixaMenu a{
text-decoration: none;
font-family: 'Staatliches', cursive;
color: white;
/*font-size: 2.5vw;*/
font-size:max(20px, 2.5vw);
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxMeioDoSiteContactsxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.nav{
width: 100%;
min-height: 1200px;
/*background-color: pink;*/
display: flex;
align-items: center;
flex-direction: column;
}
.caixaFoto{
display: flex;
width: 100%;
min-height: 360px;
background-color: gray;
background-image: url(imagens-icones/fotoContacts.png);
background-size: cover;
float: left;
justify-content: center;
align-items: center;
}
.caixaFoto h1{
font-size:max(50px, 5vw);
color: white;
font-family: 'Staatliches', cursive;
color: white;
}
.caixaForm{
width: 50%;
min-height: 550px;
/*background-color: gray;*/
float: left;
margin-top: 10%;
box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.19);
}
.caixaTexto{
width: 100%;
min-height: 50px;
background-color: #5a6f44;
float: left;
display: flex;
justify-content: center;
}
.caixaTexto h1{
font-family: 'Zen Kurenaido', sans-serif;
color: white;
font-size: max(25px, 3vw);
float: left;
}
.caixaForm1{
width: 60%;
heigh: 300px;
/*background-color: pink;*/
float: left;
margin-left: 20%;
margin-top: 10%;
}
.lbl{
font-family: 'Zen Kurenaido', sans-serif;
color: black;
font-size: max(20px, 1.5vw);
/*background-color: red;*/
position: absolute;
margin-left: -30%;
pointer-events: none;
transition: 1s;
}
.inputCaix{
width: 100%;
height: 35px;
border: none;
border-bottom: 1px solid gray ;
transition: 1s;
outline: none;
font-family: 'Zen Kurenaido', sans-serif;
}
.inputCaix:focus ~ .lbl, .inputCaix:valid ~ .lbl{
margin-top: -18px;
color:green;
}
input[type="submit"]{
width: 100%;
height: 45px;
background-color: #5a6f44;
color: white;
font-family: 'Staatliches', cursive;
border: none;
float: left;
margin-top: 2%;
font-size: 17px;
opacity: 0.7;
transition: 1.5s;
}
input[type="submit"]:hover{
opacity: 1;
}
textarea{
width: 100%;
font-family: 'Zen Kurenaido', sans-serif;
outline: none;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxFinalDoSiteContactsxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.rodape{
width: 100%;
min-height: 240px;
background-color: #78866b;
float: left;
text-align: center;
align-items: center;
}
.copy{
width: ;
background-color: #5a6f44;
width: 100%;
min-height: 40px;
float: left;
}
.copy p{
font-family: 'Zen Kurenaido', sans-serif;
color: white;
/*font-size: 1.5vw;*/
font-size: max(13px, 1vw);
}
.flatIcon1{
width: 45%;
min-height: 150px;
/*background-color: black;*/
float: left;
display: flex;
align-items: center;
}
.flatIcon{
width: 40%;
min-height: 150px;
/*background-color: black;*/
float: right;
display: flex;
align-items: center;
}
.linkRodape{
text-decoration: none;
font-family: 'Zen Kurenaido', sans-serif;
color: white;
font-size: max(12px, 1vw);
background-color: #78866b;
padding: 1%;
border-radius: 5%;
transition: 1.5s;
}
.linkRodape:hover {
background-color: #5a6f44;
}
.menuRodape{
width: 100%;
min-height: 50px;
background-color: #5a6f44;
border: 1px solid white;
float: left;
display: flex;
align-items: center;
}
.menuRodape div{
/*background-color: red;*/
width: 45%;
margin: auto;
}
.menuRodape a{
text-decoration: none;
font-family: 'Staatliches', cursive;
color: white;
font-size: 17px;
margin-left: 5%;
padding: 10px;
background-color:#5a6f44 ;
transition: 1.5s;
}
.menuRodape a:hover{
background-color:#78866b;
}
.logoRodape{
width: 10%;
height: 55px;
background-image: url(imagens-icones/logo.png);
/*background-color: red;*/
background-repeat: no-repeat ;
float: left;
margin: 5% 0 0 2.5%;
}
@media (max-width:768px){
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxTopoDoSiteContactsTabletxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.caixaMenu{
display: none;
}
.topo{
width: 100%;;
min-height: 230px;
/*background-color: red;*/
}
.menu{
width: 100%;
min-height: 75px;
background-color:#78866b;
float: left;
display: flex;
justify-content: center;
margin-top:60px ;
}
.menuMobile{
display: block;
width: 64px;
height: 64px;
background-image: url(imagens-icones/menuMobile.png);
/*border: 2px solid white;*/
margin-top: 3.5px;
transform: rotate(0deg);
transition: 1s;
}
.menuExpande{
display:block;
background-color: #5a6f44;
width: 100%;
height: 150px;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin-top: -200px;
transition: 1.5s;
}
.menuExpande a{
text-decoration: none;
font-family: 'Staatliches', cursive;
color: white;
/*font-size: 2.5vw;*/
font-size:max(25px, 2.5vw);
}
.redes{
width:37%;
height: 40px;
}
.redecaix{
width: 40px;
height: 40px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxMeioDoSiteContactsTabletxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.caixaForm{
width: 70%;
min-height: 590px;
/*background-color: gray;*/
float: left;
margin-top: 10%;
box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.19);
}
.lbl{
font-family: 'Zen Kurenaido', sans-serif;
color: black;
font-size: max(20px, 1.5vw);
/*background-color: red;*/
position: absolute;
margin-left: -42%;
pointer-events: none;
transition: 1s;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxFinalDoSiteContactsTabletxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.menuRodape div{
/*background-color: red;*/
width: 75%;
margin: auto;
}
.flatIcon1{
width: 43%;
min-height: 150px;
/*background-color: black;*/
float: left;
}
.flatIcon1 img{
width: 100px;
height: 100px;
/*background-color: red;*/
}
.flatIcon{
width: 40%;
min-height: 150px;
/*background-color: black;*/
float: right;
display: flex;
align-items: center;
}
.flatIcon img{
width: 100px;
height: 100px;
/*background-color: red;*/
}
.linkRodape{
text-decoration: none;
font-family: 'Zen Kurenaido', sans-serif;
color: white;
font-size: max(12px, 1vw);
background-color: #78866b;
padding:1%;
border-radius: 5%;
transition: 1.5s;
/*background-color: green;*/
margin: 0;
}
.logoRodape{
width: 60px;
height: 55px;
background-image: url(imagens-icones/logo.png);
/*background-color: red;*/
background-repeat: no-repeat ;
float: left;
}
}
@media (max-width: 480px){
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxTopoDoContatsHomeMobilexxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.topo{
width: 100%;;
min-height: 230px;
/*background-color: red;*/
}
.menu{
width: 100%;
min-height: 75px;
background-color:#78866b;
float: left;
display: flex;
justify-content: center;
margin-top:60px ;
}
.menuExpande{
display:block;
background-color: #5a6f44;
width: 100%;
height: 150px;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin-top: -200px;
transition: 1.5s;
}
.menuExpande a{
text-decoration: none;
font-family: 'Staatliches', cursive;
color: white;
/*font-size: 2.5vw;*/
font-size:max(25px, 2.5vw);
}
.caixaMenu{
display: none;
}.menuMobile{
display: block;
width: 64px;
height: 64px;
background-image: url(imagens-icones/menuMobile.png);
/*border: 2px solid white;*/
margin-top: 3.5px;
transform: rotate(0deg);
transition: 1s;
}
.redes{
width:190px;
height: 40px;
/*background-color: blue;*/
float:right;
margin: 2% 0 0 0;
display: flex;
flex-flow: row wrap;
}
.contTexto2 h2{
font-family: 'Zen Kurenaido', sans-serif;
color: white;
/*font-size: 2.5vw;*/
font-size: max(23px, 1.5vw);
margin-top: 2%;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxMeioDoContatsHomeMobilexxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.nav{
width: 100%;
min-height: 1000px;
/*background-color: pink;*/
display: flex;
align-items: center;
flex-direction: column;
}
.caixaForm{
width: 100%;
min-height: 590px;
/*background-color: gray;*/
float: left;
margin-top: 0;
box-shadow: none;
}
.caixaForm1{
width: 60%;
heigh: 300px;
/*background-color: pink;*/
float: left;
margin-left: 20%;
margin-top: 10%;
}
.lbl{
font-family: 'Zen Kurenaido', sans-serif;
color: black;
font-size: max(20px, 1.5vw);
/*background-color: red;*/
position: absolute;
margin-left: -60%;
pointer-events: none;
transition: 1s;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxFinalDoContatsHomeMobilexxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.rodape{
width: 100%;
min-height: 350px;
}
.menuRodape div{
width: 95%;
margin: auto;
}
.flatIcon1{
width: 100%;
min-height: 100px;
float: left;
}
.flatIcon1 img{
width: 100px;
height: 100px;
float: left;
}
.flatIcon{
width: 100%;
min-height: 100px;
float: left;
}
.flatIcon img{
width: 100px;
height: 100px;
/*background-color: red;*/
}
.linkRodape{
text-decoration: none;
font-family: 'Zen Kurenaido', sans-serif;
color: white;
font-size: max(12px, 1vw);
background-color: #78866b;
padding:1%;
border-radius: 5%;
transition: 1.5s;
/*background-color: green;*/
margin: 0;
}
.logoRodape{
/*background-color: red;*/
margin-left: 45%;
}
} | estilosContacts.css | @import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&family=Teko:wght@300&family=Zen+Kurenaido&display=swap');
*{
margin:0;
padding:0;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxTopoDoSiteContactsxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.topo{
width: 100%;;
min-height: 145px;
/*background-color: red;*/
}
.logo{
width:70px;
height: 90px;
background-image: url(imagens-icones/logo.png);
background-repeat: no-repeat;
/*background-color: white;*/
float: left;
margin: 1% 0 0 1%;
}
.redes{
width:20%;
height: 40px;
/*background-color: blue;*/
float: right;
margin: 2% 1% 0 0;
display: flex;
flex-flow: row wrap;
}
.redecaix{
width: 20%;
height: 40px;
background-color: white;
margin-left: 1%;
display: flex;
align-items: center;
border-radius: 10%;
border-radius: 10%;
border: 1px solid white;
transition: 1s;
}
.redecaix:hover{
border: 1px solid #5a6f44;
}
.redecaix img{
margin-left: 10%;
}
.menuMobile{
display: none;
}
.menuExpande{
display: none;
}
.menu{
width: 100%;
min-height: 50px;
background-color:#78866b;
float: left;
display: flex;
justify-content: center;
}
.caixaMenu{
width: 10%;
height: 50px;
background-color: #78866b;
margin-left: 2%;
display: flex;
justify-content: center;
align-items: center;
transition: 1.5s;
}
.caixaMenu:hover{
background-color: #5a6f44;
}
.caixaMenu a{
text-decoration: none;
font-family: 'Staatliches', cursive;
color: white;
/*font-size: 2.5vw;*/
font-size:max(20px, 2.5vw);
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxMeioDoSiteContactsxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.nav{
width: 100%;
min-height: 1200px;
/*background-color: pink;*/
display: flex;
align-items: center;
flex-direction: column;
}
.caixaFoto{
display: flex;
width: 100%;
min-height: 360px;
background-color: gray;
background-image: url(imagens-icones/fotoContacts.png);
background-size: cover;
float: left;
justify-content: center;
align-items: center;
}
.caixaFoto h1{
font-size:max(50px, 5vw);
color: white;
font-family: 'Staatliches', cursive;
color: white;
}
.caixaForm{
width: 50%;
min-height: 550px;
/*background-color: gray;*/
float: left;
margin-top: 10%;
box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.19);
}
.caixaTexto{
width: 100%;
min-height: 50px;
background-color: #5a6f44;
float: left;
display: flex;
justify-content: center;
}
.caixaTexto h1{
font-family: 'Zen Kurenaido', sans-serif;
color: white;
font-size: max(25px, 3vw);
float: left;
}
.caixaForm1{
width: 60%;
heigh: 300px;
/*background-color: pink;*/
float: left;
margin-left: 20%;
margin-top: 10%;
}
.lbl{
font-family: 'Zen Kurenaido', sans-serif;
color: black;
font-size: max(20px, 1.5vw);
/*background-color: red;*/
position: absolute;
margin-left: -30%;
pointer-events: none;
transition: 1s;
}
.inputCaix{
width: 100%;
height: 35px;
border: none;
border-bottom: 1px solid gray ;
transition: 1s;
outline: none;
font-family: 'Zen Kurenaido', sans-serif;
}
.inputCaix:focus ~ .lbl, .inputCaix:valid ~ .lbl{
margin-top: -18px;
color:green;
}
input[type="submit"]{
width: 100%;
height: 45px;
background-color: #5a6f44;
color: white;
font-family: 'Staatliches', cursive;
border: none;
float: left;
margin-top: 2%;
font-size: 17px;
opacity: 0.7;
transition: 1.5s;
}
input[type="submit"]:hover{
opacity: 1;
}
textarea{
width: 100%;
font-family: 'Zen Kurenaido', sans-serif;
outline: none;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxFinalDoSiteContactsxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.rodape{
width: 100%;
min-height: 240px;
background-color: #78866b;
float: left;
text-align: center;
align-items: center;
}
.copy{
width: ;
background-color: #5a6f44;
width: 100%;
min-height: 40px;
float: left;
}
.copy p{
font-family: 'Zen Kurenaido', sans-serif;
color: white;
/*font-size: 1.5vw;*/
font-size: max(13px, 1vw);
}
.flatIcon1{
width: 45%;
min-height: 150px;
/*background-color: black;*/
float: left;
display: flex;
align-items: center;
}
.flatIcon{
width: 40%;
min-height: 150px;
/*background-color: black;*/
float: right;
display: flex;
align-items: center;
}
.linkRodape{
text-decoration: none;
font-family: 'Zen Kurenaido', sans-serif;
color: white;
font-size: max(12px, 1vw);
background-color: #78866b;
padding: 1%;
border-radius: 5%;
transition: 1.5s;
}
.linkRodape:hover {
background-color: #5a6f44;
}
.menuRodape{
width: 100%;
min-height: 50px;
background-color: #5a6f44;
border: 1px solid white;
float: left;
display: flex;
align-items: center;
}
.menuRodape div{
/*background-color: red;*/
width: 45%;
margin: auto;
}
.menuRodape a{
text-decoration: none;
font-family: 'Staatliches', cursive;
color: white;
font-size: 17px;
margin-left: 5%;
padding: 10px;
background-color:#5a6f44 ;
transition: 1.5s;
}
.menuRodape a:hover{
background-color:#78866b;
}
.logoRodape{
width: 10%;
height: 55px;
background-image: url(imagens-icones/logo.png);
/*background-color: red;*/
background-repeat: no-repeat ;
float: left;
margin: 5% 0 0 2.5%;
}
@media (max-width:768px){
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxTopoDoSiteContactsTabletxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.caixaMenu{
display: none;
}
.topo{
width: 100%;;
min-height: 230px;
/*background-color: red;*/
}
.menu{
width: 100%;
min-height: 75px;
background-color:#78866b;
float: left;
display: flex;
justify-content: center;
margin-top:60px ;
}
.menuMobile{
display: block;
width: 64px;
height: 64px;
background-image: url(imagens-icones/menuMobile.png);
/*border: 2px solid white;*/
margin-top: 3.5px;
transform: rotate(0deg);
transition: 1s;
}
.menuExpande{
display:block;
background-color: #5a6f44;
width: 100%;
height: 150px;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin-top: -200px;
transition: 1.5s;
}
.menuExpande a{
text-decoration: none;
font-family: 'Staatliches', cursive;
color: white;
/*font-size: 2.5vw;*/
font-size:max(25px, 2.5vw);
}
.redes{
width:37%;
height: 40px;
}
.redecaix{
width: 40px;
height: 40px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxMeioDoSiteContactsTabletxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.caixaForm{
width: 70%;
min-height: 590px;
/*background-color: gray;*/
float: left;
margin-top: 10%;
box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.19);
}
.lbl{
font-family: 'Zen Kurenaido', sans-serif;
color: black;
font-size: max(20px, 1.5vw);
/*background-color: red;*/
position: absolute;
margin-left: -42%;
pointer-events: none;
transition: 1s;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxFinalDoSiteContactsTabletxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.menuRodape div{
/*background-color: red;*/
width: 75%;
margin: auto;
}
.flatIcon1{
width: 43%;
min-height: 150px;
/*background-color: black;*/
float: left;
}
.flatIcon1 img{
width: 100px;
height: 100px;
/*background-color: red;*/
}
.flatIcon{
width: 40%;
min-height: 150px;
/*background-color: black;*/
float: right;
display: flex;
align-items: center;
}
.flatIcon img{
width: 100px;
height: 100px;
/*background-color: red;*/
}
.linkRodape{
text-decoration: none;
font-family: 'Zen Kurenaido', sans-serif;
color: white;
font-size: max(12px, 1vw);
background-color: #78866b;
padding:1%;
border-radius: 5%;
transition: 1.5s;
/*background-color: green;*/
margin: 0;
}
.logoRodape{
width: 60px;
height: 55px;
background-image: url(imagens-icones/logo.png);
/*background-color: red;*/
background-repeat: no-repeat ;
float: left;
}
}
@media (max-width: 480px){
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxTopoDoContatsHomeMobilexxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.topo{
width: 100%;;
min-height: 230px;
/*background-color: red;*/
}
.menu{
width: 100%;
min-height: 75px;
background-color:#78866b;
float: left;
display: flex;
justify-content: center;
margin-top:60px ;
}
.menuExpande{
display:block;
background-color: #5a6f44;
width: 100%;
height: 150px;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin-top: -200px;
transition: 1.5s;
}
.menuExpande a{
text-decoration: none;
font-family: 'Staatliches', cursive;
color: white;
/*font-size: 2.5vw;*/
font-size:max(25px, 2.5vw);
}
.caixaMenu{
display: none;
}.menuMobile{
display: block;
width: 64px;
height: 64px;
background-image: url(imagens-icones/menuMobile.png);
/*border: 2px solid white;*/
margin-top: 3.5px;
transform: rotate(0deg);
transition: 1s;
}
.redes{
width:190px;
height: 40px;
/*background-color: blue;*/
float:right;
margin: 2% 0 0 0;
display: flex;
flex-flow: row wrap;
}
.contTexto2 h2{
font-family: 'Zen Kurenaido', sans-serif;
color: white;
/*font-size: 2.5vw;*/
font-size: max(23px, 1.5vw);
margin-top: 2%;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxMeioDoContatsHomeMobilexxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.nav{
width: 100%;
min-height: 1000px;
/*background-color: pink;*/
display: flex;
align-items: center;
flex-direction: column;
}
.caixaForm{
width: 100%;
min-height: 590px;
/*background-color: gray;*/
float: left;
margin-top: 0;
box-shadow: none;
}
.caixaForm1{
width: 60%;
heigh: 300px;
/*background-color: pink;*/
float: left;
margin-left: 20%;
margin-top: 10%;
}
.lbl{
font-family: 'Zen Kurenaido', sans-serif;
color: black;
font-size: max(20px, 1.5vw);
/*background-color: red;*/
position: absolute;
margin-left: -60%;
pointer-events: none;
transition: 1s;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxFinalDoContatsHomeMobilexxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.rodape{
width: 100%;
min-height: 350px;
}
.menuRodape div{
width: 95%;
margin: auto;
}
.flatIcon1{
width: 100%;
min-height: 100px;
float: left;
}
.flatIcon1 img{
width: 100px;
height: 100px;
float: left;
}
.flatIcon{
width: 100%;
min-height: 100px;
float: left;
}
.flatIcon img{
width: 100px;
height: 100px;
/*background-color: red;*/
}
.linkRodape{
text-decoration: none;
font-family: 'Zen Kurenaido', sans-serif;
color: white;
font-size: max(12px, 1vw);
background-color: #78866b;
padding:1%;
border-radius: 5%;
transition: 1.5s;
/*background-color: green;*/
margin: 0;
}
.logoRodape{
/*background-color: red;*/
margin-left: 45%;
}
} | 0.170784 | 0.072407 |
================================================================ */
.button {
display: inline-block;
font-weight: bold;
font-family: Arial, sans-serif;
cursor: pointer;
-webkit-border-radius: 3px;
-moz-border-radius:3px;
border-radius: 3px;
margin: 0 5px 5px 0;
*float: left;
-webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, .3);
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3);
}
.button:active {
-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.button.medium i {float: left;margin: 2px 5px 0px -5px;}
.button.small i {float: left;margin: 1px 5px 0px -3px;}
.button.medium {
padding: 7px 14px;
font-size: 14px;
}
.button.small {
padding: 6px 12px;
font-size: 12px;
font-family: Arial, sans-serif;
line-height: 16px;
}
/* Input Button
==========================*/
input[type="button"] {
display: inline-block;
font-weight: bold;
font-family: Arial, sans-serif;
cursor: pointer;
-webkit-border-radius: 3px;
-moz-border-radius:3px;
border-radius: 3px;
margin: 0 5px 5px 0;
*float: left;
-webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, .3);
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3);
padding: 7px 14px !important;
font-size: 14px;
width: auto !important;
float: left;
}
input[type="button"]:active {
-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
/* Yellow Button
==========================*/
.button.yellow, input[type="button"] {
border: 1px solid #e6bd4c;
background-image: linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
background-image: -o-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
background-image: -moz-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
background-image: -webkit-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
background-image: -ms-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
background-color: #FCCC73;
color:#754c00;
text-shadow: 1px 1px 0px #ffebb7;
filter: dropshadow(color=#ffebb7, offx=1, offy=1);
}
.button.yellow:hover, input[type="button"]:hover {background: #fbd684;}
/* White Button
==========================*/
.button.white {
border: 1px solid #dddddd;
background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-color: #F7F7F7;
color:#444;
text-shadow: 1px 1px 0px #fff;
filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
.button.white:hover {background: #fbfbfb;}
/* Black Button
==========================*/
.button.black {
border: 1px solid #464646;
background-image: linear-gradient(bottom, #464646 0%, #656565 100%);
background-image: -o-linear-gradient(bottom, #464646 0%, #656565 100%);
background-image: -moz-linear-gradient(bottom, #464646 0%, #656565 100%);
background-image: -webkit-linear-gradient(bottom, #464646 0%, #656565 100%);
background-image: -ms-linear-gradient(bottom, #464646 0%, #656565 100%);
background-color: #464646;
color:#fff;
text-shadow: 1px -1px 0px #444;
filter: dropshadow(color=#4444444, offx=1, offy=1);
}
.button.black:hover {background: #535353;}
/* Red Button
==========================*/
.button.red {
border: 1px solid #b23730;
background-image: linear-gradient(bottom, #C74039 0%, #E35752 100%);
background-image: -o-linear-gradient(bottom, #C74039 0%, #E35752 100%);
background-image: -moz-linear-gradient(bottom, #C74039 0%, #E35752 100%);
background-image: -webkit-linear-gradient(bottom, #C74039 0%, #E35752 100%);
background-image: -ms-linear-gradient(bottom, #C74039 0%, #E35752 100%);
background-color: #C74039;
color:#fff;
text-shadow: 1px -1px 0px #a43b37;
filter: dropshadow(color=#a43b37, offx=1, offy=1);
}
.button.red:hover {background: #ce4640;}
/* Green Button
==========================*/
.button.green {
border: 1px solid #819633;
background-image: linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
background-image: -o-linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
background-image: -moz-linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
background-image: -webkit-linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
background-image: -ms-linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
background-color: #8DA046;
color:#fff;
text-shadow: 1px -1px 0px #77873b;
filter: dropshadow(color=#77873b, offx=1, offy=1);
}
.button.green:hover {background: #93a749;}
/* Blue Button
==========================*/
.button.blue {
border: 1px solid #1f70ad;
background-image: linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
background-image: -o-linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
background-image: -moz-linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
background-image: -webkit-linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
background-image: -ms-linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
background-color: #2778C8;
color:#fff;
text-shadow: 1px -1px 0px #1c6396;
filter: dropshadow(color=#1c6396, offx=1, offy=1);
}
.button.blue:hover {background: #287fc8;}
/* =============================================================== */
/* Social Widget
================================================================ */
#social a{
width: 32px;
height: 32px;
margin: 0 9px 9px 0;
display: block;
float: left;
}
#social a img{
border: none;
}
/* =============================================================== */
/* Blockquote
================================================================ */
blockquote {
border-left: 4px solid #e7e7e7;
padding-left: 20px;
color: #888;
line-height: 20px;
margin: 5px 0 20px 0;
}
/* =============================================================== */
/* Breadcrumbs
================================================================ */
#breadcrumbs {
background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-color: #F7F7F7;
border: 1px solid #ddd;
padding: 11px 18px;
-webkit-border-radius: 3px;
-moz-border-radius:3px;
border-radius: 3px;
color: #888;
margin: -1px 0 0 0;
}
#breadcrumbs li {display: inline;}
#breadcrumbs li span {margin: 0 5px;}
#breadcrumbs li i {opacity: 0.3; margin: 0 3px 0 0;}
/* =============================================================== */
/* Accordion
================================================================ */
.acc-trigger {
border: 1px solid #ddd;
cursor: pointer;
display: block;
margin: 10px 0;
background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-color: #F9F9F9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.acc-trigger a {
background: url(../images/accordion_plus_ico.png) no-repeat right;
border-left: #ddd;
display: block;
color: #888;
outline: none;
padding: 11px 15px;
text-decoration: none;
font-weight: bold;
font-family: Arial, sans-serif;
}
.acc-trigger.active a {cursor: default; background: url(../images/accordion_minus_ico.png) no-repeat right;}
.acc-trigger a:hover, .acc-trigger.active a{color: #444;}
.acc-trigger a h3 {font-weight: bold; font-size: 14px; letter-spacing: -0.5px; line-height: 28px; color: #777;}
.acc-container .content{ padding: 2px 15px 5px 15px; line-height: 19px;}
.content p {margin-bottom: 10px;}
/* =============================================================== */
/* Tabs
================================================================ */
.tabs-nav {
list-style: none;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.tabs-nav li {
float: left;
line-height: 34px;
overflow: hidden;
padding: 0;
position: relative;
margin: 0 0 -1px 0;
}
.tabs-nav li a {
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
margin-right: 5px;
}
.tabs-nav li a {
background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-color: #F9F9F9;
border: 1px solid #ddd;
border-bottom: 1px solid #ddd;
color: #888;
display: block;
letter-spacing: 0;
outline: none;
padding: 0 16px;
text-decoration: none;
}
.tabs-nav li:first-child a {border-left: 1px solid #ddd; }
.tabs-nav li.active a { color: #444; font-weight: bold;}
.tabs-nav li.active a i {opacity: 0.8}
.tabs-nav li i {opacity: .5}
.tabs-nav li.active a, .tabs-nav li a:hover {
background: #fff;
border-bottom: 2px solid #fff;
}
.tabs-container {
border: 1px solid #ddd;
margin: -1px 0 20px;
overflow: hidden;
width: 100%;
line-height: 19px;
-webkit-border-radius: 0 3px 3px 3px;
-moz-border-radius: 0 3px 3px 3px;
border-radius: 0 3px 3px 3px;
}
.tab-content {padding: 20px;}
/* =============================================================== */
/* List Styles
================================================================ */
.check_list li, .plus_list li, .minus_list li, .star_list li, .arrow_list li, .square_list li, .circle_list li, .cross_list li {list-style: none;margin: 5px 0;}
.check_list li {background: url(../images/list_icons/list_check.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.plus_list li {background: url(../images/list_icons/list_plus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.minus_list li {background: url(../images/list_icons/list_minus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.star_list li {background: url(../images/list_icons/list_star.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.arrow_list li {background: url(../images/list_icons/list_arrow.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.square_list li {background: url(../images/list_icons/list_square.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.circle_list li {background: url(../images/list_icons/list_circle.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.cross_list li {background: url(../images/list_icons/list_cross.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
/* =============================================================== */
/* Table
================================================================ */
table.standard-table{
width:100%;
border-radius:3px;
border-collapse:separate;
border-spacing:0;
border:none;
margin-bottom:15px;
}
table.standard-table th{
border: 1px solid #dddddd;
border-right: none;
background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-color: #F7F7F7;
text-align:left;
padding:10px 15px;
color:#444;
vertical-align:top;
font-size: 14px;
font-weight: bold;
}
table.standard-table th:first-child{
border-radius: 3px 0 0 0;
}
table.standard-table td:last-child {
border-right: 1px solid #ddd;
}
table.standard-table th:last-child {
border-radius: 0 3px 0 0;
border-right: 1px solid #ddd;
}
table.standard-table td{
padding:10px 15px;
border:#e7e7e7 1px solid;
border-top: none;
border-right: none;
}
table.standard-table tr:hover td{background-color:#fafafa;}
/* =============================================================== */
/* Alert Boxes
================================================================ */
.notification {
font-family: Arial, sans-serif;
font-size: 12px;
line-height: 18px;
margin-bottom: 15px;
position: relative;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.notification p {margin: 0;}
.notification span {font-weight: bold;}
.notification.success {
background-color: #EBF6E0;
color: #5f9025;
border: 1px solid #b3dc82;
padding: 14px 18px;
background-image: linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
background-image: -o-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
background-image: -moz-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
background-image: -webkit-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
background-image: -ms-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
}
.notification.error {
background-color: #ffe9e9;
color: #de5959;
border: 1px solid #fbc4c4;
padding: 14px 18px;
background-image: linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
background-image: -o-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
background-image: -moz-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
background-image: -webkit-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
background-image: -ms-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
}
.notification.warning {
background-color: #FBFADD;
color: #8f872e;
border: 1px solid #ded58a;
padding: 14px 18px;
background-image: linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
background-image: -o-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
background-image: -moz-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
background-image: -webkit-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
background-image: -ms-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
}
.notification.notice {
background-color: #E9F7FE;
color: #5091b2;
border: 1px solid #b6d7e8;
padding: 14px 18px;
background-image: linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
background-image: -o-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
background-image: -moz-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
background-image: -webkit-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
background-image: -ms-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
}
.notification.success .close, .notification.error .close, .notification.warning .close, .notification.notice .close {
padding: 0px 14px;
position: absolute;
right: 0;
top: 20px;
display: block;
height: 8px;
weight: 8px;
}
.notification.success .close {background: url(../images/alert_boxes_close_ico.png) 0 -8px no-repeat;}
.notification.error .close {background: url(../images/alert_boxes_close_ico.png) 0 0 no-repeat;}
.notification.warning .close {background: url(../images/alert_boxes_close_ico.png) 0 -16px no-repeat;}
.notification.notice .close {background: url(../images/alert_boxes_close_ico.png) 0 -24px no-repeat;}
/* =============================================================== */
/* Large Notice
================================================================ */
.large-notice {
background: #fcfcfc;
border: 1px solid #e4e4e4;
padding: 32px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.large-notice h2 {
margin-bottom: 10px;
}
.large-notice p {
font-size: 14px;
color: #777;
}
/* =============================================================== */
/* Tooltip / Popover
================================================================ */
.tooltip {
position: absolute;
z-index: 1020;
display: block;
padding: 5px;
font-size: 11px;
opacity: 0;
filter: alpha(opacity=0);
visibility: visible;
}
.tooltip.in {
opacity: 0.8;
filter: alpha(opacity=80);
}
.tooltip.top {
margin-top: -2px;
}
.tooltip.right {
margin-left: 2px;
}
.tooltip.bottom {
margin-top: 2px;
}
.tooltip.left {
margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-top: 5px solid #555;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #555;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-right: 5px solid transparent;
border-bottom: 5px solid #555;
border-left: 5px solid transparent;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-right: 5px solid #555;
border-bottom: 5px solid transparent;
}
.tooltip-inner {
max-width: 200px;
padding: 4px 10px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #555;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
padding: 2px;
}
.popover.top {margin-top: -5px;}
.popover.right {margin-left: 5px;}
.popover.bottom {margin-top: 5px;}
.popover.left {margin-left: -5px;}
.popover-inner {
width: 280px;
overflow: hidden;
border: 1px solid #ddd;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.popover-title {
padding: 11px 15px;
line-height: 1;
background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-color: #F7F7F7;
border-bottom: 1px solid #ddd;
font-weight: bold;
font-size: 14px;
}
.popover-content {
padding: 14px;
background-color: #ffffff;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
margin-bottom: 0;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-ms-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
/* =============================================================== */
/* Icons
================================================================ */
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
width: 14px;
height: 14px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
background-image: url("../images/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
opacity: 0.8;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
*margin-left: 0;
}
.icon-white {
background-image: url("../images/glyphicons-halflings-white.png");
opacity: 1;
}
.icon-glass {
background-position: 0 0;
}
.icon-music {
background-position: -24px 0;
}
.icon-search {
background-position: -48px 0;
}
.icon-envelope {
background-position: -72px 0;
}
.icon-heart {
background-position: -96px 0;
}
.icon-star {
background-position: -120px 0;
}
.icon-star-empty {
background-position: -144px 0;
}
.icon-user {
background-position: -168px 0;
}
.icon-film {
background-position: -192px 0;
}
.icon-th-large {
background-position: -216px 0;
}
.icon-th {
background-position: -240px 0;
}
.icon-th-list {
background-position: -264px 0;
}
.icon-ok {
background-position: -288px 0;
}
.icon-remove {
background-position: -312px 0;
}
.icon-zoom-in {
background-position: -336px 0;
}
.icon-zoom-out {
background-position: -360px 0;
}
.icon-off {
background-position: -384px 0;
}
.icon-signal {
background-position: -408px 0;
}
.icon-cog {
background-position: -432px 0;
}
.icon-trash {
background-position: -456px 0;
}
.icon-home {
background-position: 0 -24px;
}
.icon-file {
background-position: -24px -24px;
}
.icon-time {
background-position: -48px -24px;
}
.icon-road {
background-position: -72px -24px;
}
.icon-download-alt {
background-position: -96px -24px;
}
.icon-download {
background-position: -120px -24px;
}
.icon-upload {
background-position: -144px -24px;
}
.icon-inbox {
background-position: -168px -24px;
}
.icon-play-circle {
background-position: -192px -24px;
}
.icon-repeat {
background-position: -216px -24px;
}
.icon-refresh {
background-position: -240px -24px;
}
.icon-list-alt {
background-position: -264px -24px;
}
.icon-lock {
background-position: -287px -24px;
}
.icon-flag {
background-position: -312px -24px;
}
.icon-headphones {
background-position: -336px -24px;
}
.icon-volume-off {
background-position: -360px -24px;
}
.icon-volume-down {
background-position: -384px -24px;
}
.icon-volume-up {
background-position: -408px -24px;
}
.icon-qrcode {
background-position: -432px -24px;
}
.icon-barcode {
background-position: -456px -24px;
}
.icon-tag {
background-position: 0 -48px;
}
.icon-tags {
background-position: -25px -48px;
}
.icon-book {
background-position: -48px -48px;
}
.icon-bookmark {
background-position: -72px -48px;
}
.icon-print {
background-position: -96px -48px;
}
.icon-camera {
background-position: -120px -48px;
}
.icon-font {
background-position: -144px -48px;
}
.icon-bold {
background-position: -167px -48px;
}
.icon-italic {
background-position: -192px -48px;
}
.icon-text-height {
background-position: -216px -48px;
}
.icon-text-width {
background-position: -240px -48px;
}
.icon-align-left {
background-position: -264px -48px;
}
.icon-align-center {
background-position: -288px -48px;
}
.icon-align-right {
background-position: -312px -48px;
}
.icon-align-justify {
background-position: -336px -48px;
}
.icon-list {
background-position: -360px -48px;
}
.icon-indent-left {
background-position: -384px -48px;
}
.icon-indent-right {
background-position: -408px -48px;
}
.icon-facetime-video {
background-position: -432px -48px;
}
.icon-picture {
background-position: -456px -48px;
}
.icon-pencil {
background-position: 0 -72px;
}
.icon-map-marker {
background-position: -24px -72px;
}
.icon-adjust {
background-position: -48px -72px;
}
.icon-tint {
background-position: -72px -72px;
}
.icon-edit {
background-position: -96px -72px;
}
.icon-share {
background-position: -120px -72px;
}
.icon-check {
background-position: -144px -72px;
}
.icon-move {
background-position: -168px -72px;
}
.icon-step-backward {
background-position: -192px -72px;
}
.icon-fast-backward {
background-position: -216px -72px;
}
.icon-backward {
background-position: -240px -72px;
}
.icon-play {
background-position: -264px -72px;
}
.icon-pause {
background-position: -288px -72px;
}
.icon-stop {
background-position: -312px -72px;
}
.icon-forward {
background-position: -336px -72px;
}
.icon-fast-forward {
background-position: -360px -72px;
}
.icon-step-forward {
background-position: -384px -72px;
}
.icon-eject {
background-position: -408px -72px;
}
.icon-chevron-left {
background-position: -432px -72px;
}
.icon-chevron-right {
background-position: -456px -72px;
}
.icon-plus-sign {
background-position: 0 -96px;
}
.icon-minus-sign {
background-position: -24px -96px;
}
.icon-remove-sign {
background-position: -48px -96px;
}
.icon-ok-sign {
background-position: -72px -96px;
}
.icon-question-sign {
background-position: -96px -96px;
}
.icon-info-sign {
background-position: -120px -96px;
}
.icon-screenshot {
background-position: -144px -96px;
}
.icon-remove-circle {
background-position: -168px -96px;
}
.icon-ok-circle {
background-position: -192px -96px;
}
.icon-ban-circle {
background-position: -216px -96px;
}
.icon-arrow-left {
background-position: -240px -96px;
}
.icon-arrow-right {
background-position: -264px -96px;
}
.icon-arrow-up {
background-position: -289px -96px;
}
.icon-arrow-down {
background-position: -312px -96px;
}
.icon-share-alt {
background-position: -336px -96px;
}
.icon-resize-full {
background-position: -360px -96px;
}
.icon-resize-small {
background-position: -384px -96px;
}
.icon-plus {
background-position: -408px -96px;
}
.icon-minus {
background-position: -433px -96px;
}
.icon-asterisk {
background-position: -456px -96px;
}
.icon-exclamation-sign {
background-position: 0 -120px;
}
.icon-gift {
background-position: -24px -120px;
}
.icon-leaf {
background-position: -48px -120px;
}
.icon-fire {
background-position: -72px -120px;
}
.icon-eye-open {
background-position: -96px -120px;
}
.icon-eye-close {
background-position: -120px -120px;
}
.icon-warning-sign {
background-position: -144px -120px;
}
.icon-plane {
background-position: -168px -120px;
}
.icon-calendar {
background-position: -192px -120px;
}
.icon-random {
background-position: -216px -120px;
}
.icon-comment {
background-position: -240px -120px;
}
.icon-magnet {
background-position: -264px -120px;
}
.icon-chevron-up {
background-position: -288px -120px;
}
.icon-chevron-down {
background-position: -313px -119px;
}
.icon-retweet {
background-position: -336px -120px;
}
.icon-shopping-cart {
background-position: -360px -120px;
}
.icon-folder-close {
background-position: -384px -120px;
}
.icon-folder-open {
background-position: -408px -120px;
}
.icon-resize-vertical {
background-position: -432px -119px;
}
.icon-resize-horizontal {
background-position: -456px -118px;
}
.icon-hdd {
background-position: 0 -144px;
}
.icon-bullhorn {
background-position: -24px -144px;
}
.icon-bell {
background-position: -48px -144px;
}
.icon-certificate {
background-position: -72px -144px;
}
.icon-thumbs-up {
background-position: -96px -144px;
}
.icon-thumbs-down {
background-position: -120px -144px;
}
.icon-hand-right {
background-position: -144px -144px;
}
.icon-hand-left {
background-position: -168px -144px;
}
.icon-hand-up {
background-position: -192px -144px;
}
.icon-hand-down {
background-position: -216px -144px;
}
.icon-circle-arrow-right {
background-position: -240px -144px;
}
.icon-circle-arrow-left {
background-position: -264px -144px;
}
.icon-circle-arrow-up {
background-position: -288px -144px;
}
.icon-circle-arrow-down {
background-position: -312px -144px;
}
.icon-globe {
background-position: -336px -144px;
}
.icon-wrench {
background-position: -360px -144px;
}
.icon-tasks {
background-position: -384px -144px;
}
.icon-filter {
background-position: -408px -144px;
}
.icon-briefcase {
background-position: -432px -144px;
}
.icon-fullscreen {
background-position: -456px -144px;
} | public/css/shortcodes.css | ================================================================ */
.button {
display: inline-block;
font-weight: bold;
font-family: Arial, sans-serif;
cursor: pointer;
-webkit-border-radius: 3px;
-moz-border-radius:3px;
border-radius: 3px;
margin: 0 5px 5px 0;
*float: left;
-webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, .3);
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3);
}
.button:active {
-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.button.medium i {float: left;margin: 2px 5px 0px -5px;}
.button.small i {float: left;margin: 1px 5px 0px -3px;}
.button.medium {
padding: 7px 14px;
font-size: 14px;
}
.button.small {
padding: 6px 12px;
font-size: 12px;
font-family: Arial, sans-serif;
line-height: 16px;
}
/* Input Button
==========================*/
input[type="button"] {
display: inline-block;
font-weight: bold;
font-family: Arial, sans-serif;
cursor: pointer;
-webkit-border-radius: 3px;
-moz-border-radius:3px;
border-radius: 3px;
margin: 0 5px 5px 0;
*float: left;
-webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, .3);
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3);
padding: 7px 14px !important;
font-size: 14px;
width: auto !important;
float: left;
}
input[type="button"]:active {
-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
/* Yellow Button
==========================*/
.button.yellow, input[type="button"] {
border: 1px solid #e6bd4c;
background-image: linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
background-image: -o-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
background-image: -moz-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
background-image: -webkit-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
background-image: -ms-linear-gradient(bottom, #FCCC73 0%, #FAE198 100%);
background-color: #FCCC73;
color:#754c00;
text-shadow: 1px 1px 0px #ffebb7;
filter: dropshadow(color=#ffebb7, offx=1, offy=1);
}
.button.yellow:hover, input[type="button"]:hover {background: #fbd684;}
/* White Button
==========================*/
.button.white {
border: 1px solid #dddddd;
background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-color: #F7F7F7;
color:#444;
text-shadow: 1px 1px 0px #fff;
filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
.button.white:hover {background: #fbfbfb;}
/* Black Button
==========================*/
.button.black {
border: 1px solid #464646;
background-image: linear-gradient(bottom, #464646 0%, #656565 100%);
background-image: -o-linear-gradient(bottom, #464646 0%, #656565 100%);
background-image: -moz-linear-gradient(bottom, #464646 0%, #656565 100%);
background-image: -webkit-linear-gradient(bottom, #464646 0%, #656565 100%);
background-image: -ms-linear-gradient(bottom, #464646 0%, #656565 100%);
background-color: #464646;
color:#fff;
text-shadow: 1px -1px 0px #444;
filter: dropshadow(color=#4444444, offx=1, offy=1);
}
.button.black:hover {background: #535353;}
/* Red Button
==========================*/
.button.red {
border: 1px solid #b23730;
background-image: linear-gradient(bottom, #C74039 0%, #E35752 100%);
background-image: -o-linear-gradient(bottom, #C74039 0%, #E35752 100%);
background-image: -moz-linear-gradient(bottom, #C74039 0%, #E35752 100%);
background-image: -webkit-linear-gradient(bottom, #C74039 0%, #E35752 100%);
background-image: -ms-linear-gradient(bottom, #C74039 0%, #E35752 100%);
background-color: #C74039;
color:#fff;
text-shadow: 1px -1px 0px #a43b37;
filter: dropshadow(color=#a43b37, offx=1, offy=1);
}
.button.red:hover {background: #ce4640;}
/* Green Button
==========================*/
.button.green {
border: 1px solid #819633;
background-image: linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
background-image: -o-linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
background-image: -moz-linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
background-image: -webkit-linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
background-image: -ms-linear-gradient(bottom, #8DA046 0%, #A3B951 100%);
background-color: #8DA046;
color:#fff;
text-shadow: 1px -1px 0px #77873b;
filter: dropshadow(color=#77873b, offx=1, offy=1);
}
.button.green:hover {background: #93a749;}
/* Blue Button
==========================*/
.button.blue {
border: 1px solid #1f70ad;
background-image: linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
background-image: -o-linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
background-image: -moz-linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
background-image: -webkit-linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
background-image: -ms-linear-gradient(bottom, #2778C8 0%, #2B8EC7 100%);
background-color: #2778C8;
color:#fff;
text-shadow: 1px -1px 0px #1c6396;
filter: dropshadow(color=#1c6396, offx=1, offy=1);
}
.button.blue:hover {background: #287fc8;}
/* =============================================================== */
/* Social Widget
================================================================ */
#social a{
width: 32px;
height: 32px;
margin: 0 9px 9px 0;
display: block;
float: left;
}
#social a img{
border: none;
}
/* =============================================================== */
/* Blockquote
================================================================ */
blockquote {
border-left: 4px solid #e7e7e7;
padding-left: 20px;
color: #888;
line-height: 20px;
margin: 5px 0 20px 0;
}
/* =============================================================== */
/* Breadcrumbs
================================================================ */
#breadcrumbs {
background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-color: #F7F7F7;
border: 1px solid #ddd;
padding: 11px 18px;
-webkit-border-radius: 3px;
-moz-border-radius:3px;
border-radius: 3px;
color: #888;
margin: -1px 0 0 0;
}
#breadcrumbs li {display: inline;}
#breadcrumbs li span {margin: 0 5px;}
#breadcrumbs li i {opacity: 0.3; margin: 0 3px 0 0;}
/* =============================================================== */
/* Accordion
================================================================ */
.acc-trigger {
border: 1px solid #ddd;
cursor: pointer;
display: block;
margin: 10px 0;
background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-color: #F9F9F9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.acc-trigger a {
background: url(../images/accordion_plus_ico.png) no-repeat right;
border-left: #ddd;
display: block;
color: #888;
outline: none;
padding: 11px 15px;
text-decoration: none;
font-weight: bold;
font-family: Arial, sans-serif;
}
.acc-trigger.active a {cursor: default; background: url(../images/accordion_minus_ico.png) no-repeat right;}
.acc-trigger a:hover, .acc-trigger.active a{color: #444;}
.acc-trigger a h3 {font-weight: bold; font-size: 14px; letter-spacing: -0.5px; line-height: 28px; color: #777;}
.acc-container .content{ padding: 2px 15px 5px 15px; line-height: 19px;}
.content p {margin-bottom: 10px;}
/* =============================================================== */
/* Tabs
================================================================ */
.tabs-nav {
list-style: none;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.tabs-nav li {
float: left;
line-height: 34px;
overflow: hidden;
padding: 0;
position: relative;
margin: 0 0 -1px 0;
}
.tabs-nav li a {
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
margin-right: 5px;
}
.tabs-nav li a {
background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-color: #F9F9F9;
border: 1px solid #ddd;
border-bottom: 1px solid #ddd;
color: #888;
display: block;
letter-spacing: 0;
outline: none;
padding: 0 16px;
text-decoration: none;
}
.tabs-nav li:first-child a {border-left: 1px solid #ddd; }
.tabs-nav li.active a { color: #444; font-weight: bold;}
.tabs-nav li.active a i {opacity: 0.8}
.tabs-nav li i {opacity: .5}
.tabs-nav li.active a, .tabs-nav li a:hover {
background: #fff;
border-bottom: 2px solid #fff;
}
.tabs-container {
border: 1px solid #ddd;
margin: -1px 0 20px;
overflow: hidden;
width: 100%;
line-height: 19px;
-webkit-border-radius: 0 3px 3px 3px;
-moz-border-radius: 0 3px 3px 3px;
border-radius: 0 3px 3px 3px;
}
.tab-content {padding: 20px;}
/* =============================================================== */
/* List Styles
================================================================ */
.check_list li, .plus_list li, .minus_list li, .star_list li, .arrow_list li, .square_list li, .circle_list li, .cross_list li {list-style: none;margin: 5px 0;}
.check_list li {background: url(../images/list_icons/list_check.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.plus_list li {background: url(../images/list_icons/list_plus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.minus_list li {background: url(../images/list_icons/list_minus.png) no-repeat 0% 50%; padding: 0 0 0 18px;}
.star_list li {background: url(../images/list_icons/list_star.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.arrow_list li {background: url(../images/list_icons/list_arrow.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.square_list li {background: url(../images/list_icons/list_square.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.circle_list li {background: url(../images/list_icons/list_circle.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
.cross_list li {background: url(../images/list_icons/list_cross.png) no-repeat 0% 50%; padding: 0 0 0 16px;}
/* =============================================================== */
/* Table
================================================================ */
table.standard-table{
width:100%;
border-radius:3px;
border-collapse:separate;
border-spacing:0;
border:none;
margin-bottom:15px;
}
table.standard-table th{
border: 1px solid #dddddd;
border-right: none;
background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-color: #F7F7F7;
text-align:left;
padding:10px 15px;
color:#444;
vertical-align:top;
font-size: 14px;
font-weight: bold;
}
table.standard-table th:first-child{
border-radius: 3px 0 0 0;
}
table.standard-table td:last-child {
border-right: 1px solid #ddd;
}
table.standard-table th:last-child {
border-radius: 0 3px 0 0;
border-right: 1px solid #ddd;
}
table.standard-table td{
padding:10px 15px;
border:#e7e7e7 1px solid;
border-top: none;
border-right: none;
}
table.standard-table tr:hover td{background-color:#fafafa;}
/* =============================================================== */
/* Alert Boxes
================================================================ */
.notification {
font-family: Arial, sans-serif;
font-size: 12px;
line-height: 18px;
margin-bottom: 15px;
position: relative;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.notification p {margin: 0;}
.notification span {font-weight: bold;}
.notification.success {
background-color: #EBF6E0;
color: #5f9025;
border: 1px solid #b3dc82;
padding: 14px 18px;
background-image: linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
background-image: -o-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
background-image: -moz-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
background-image: -webkit-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
background-image: -ms-linear-gradient(bottom, #EBF6E0 0%, #F0FAE7 100%);
}
.notification.error {
background-color: #ffe9e9;
color: #de5959;
border: 1px solid #fbc4c4;
padding: 14px 18px;
background-image: linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
background-image: -o-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
background-image: -moz-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
background-image: -webkit-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
background-image: -ms-linear-gradient(bottom, #FFE9E9 0%, #FFF2F2 100%);
}
.notification.warning {
background-color: #FBFADD;
color: #8f872e;
border: 1px solid #ded58a;
padding: 14px 18px;
background-image: linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
background-image: -o-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
background-image: -moz-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
background-image: -webkit-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
background-image: -ms-linear-gradient(bottom, #FBFADD 0%, #FCFBE6 100%);
}
.notification.notice {
background-color: #E9F7FE;
color: #5091b2;
border: 1px solid #b6d7e8;
padding: 14px 18px;
background-image: linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
background-image: -o-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
background-image: -moz-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
background-image: -webkit-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
background-image: -ms-linear-gradient(bottom, #E9F7FE 0%, #F2FAFE 100%);
}
.notification.success .close, .notification.error .close, .notification.warning .close, .notification.notice .close {
padding: 0px 14px;
position: absolute;
right: 0;
top: 20px;
display: block;
height: 8px;
weight: 8px;
}
.notification.success .close {background: url(../images/alert_boxes_close_ico.png) 0 -8px no-repeat;}
.notification.error .close {background: url(../images/alert_boxes_close_ico.png) 0 0 no-repeat;}
.notification.warning .close {background: url(../images/alert_boxes_close_ico.png) 0 -16px no-repeat;}
.notification.notice .close {background: url(../images/alert_boxes_close_ico.png) 0 -24px no-repeat;}
/* =============================================================== */
/* Large Notice
================================================================ */
.large-notice {
background: #fcfcfc;
border: 1px solid #e4e4e4;
padding: 32px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.large-notice h2 {
margin-bottom: 10px;
}
.large-notice p {
font-size: 14px;
color: #777;
}
/* =============================================================== */
/* Tooltip / Popover
================================================================ */
.tooltip {
position: absolute;
z-index: 1020;
display: block;
padding: 5px;
font-size: 11px;
opacity: 0;
filter: alpha(opacity=0);
visibility: visible;
}
.tooltip.in {
opacity: 0.8;
filter: alpha(opacity=80);
}
.tooltip.top {
margin-top: -2px;
}
.tooltip.right {
margin-left: 2px;
}
.tooltip.bottom {
margin-top: 2px;
}
.tooltip.left {
margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-top: 5px solid #555;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #555;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-right: 5px solid transparent;
border-bottom: 5px solid #555;
border-left: 5px solid transparent;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-top: 5px solid transparent;
border-right: 5px solid #555;
border-bottom: 5px solid transparent;
}
.tooltip-inner {
max-width: 200px;
padding: 4px 10px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #555;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
padding: 2px;
}
.popover.top {margin-top: -5px;}
.popover.right {margin-left: 5px;}
.popover.bottom {margin-top: 5px;}
.popover.left {margin-left: -5px;}
.popover-inner {
width: 280px;
overflow: hidden;
border: 1px solid #ddd;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.popover-title {
padding: 11px 15px;
line-height: 1;
background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
background-color: #F7F7F7;
border-bottom: 1px solid #ddd;
font-weight: bold;
font-size: 14px;
}
.popover-content {
padding: 14px;
background-color: #ffffff;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
margin-bottom: 0;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-ms-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
/* =============================================================== */
/* Icons
================================================================ */
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;
width: 14px;
height: 14px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
background-image: url("../images/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
opacity: 0.8;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
*margin-left: 0;
}
.icon-white {
background-image: url("../images/glyphicons-halflings-white.png");
opacity: 1;
}
.icon-glass {
background-position: 0 0;
}
.icon-music {
background-position: -24px 0;
}
.icon-search {
background-position: -48px 0;
}
.icon-envelope {
background-position: -72px 0;
}
.icon-heart {
background-position: -96px 0;
}
.icon-star {
background-position: -120px 0;
}
.icon-star-empty {
background-position: -144px 0;
}
.icon-user {
background-position: -168px 0;
}
.icon-film {
background-position: -192px 0;
}
.icon-th-large {
background-position: -216px 0;
}
.icon-th {
background-position: -240px 0;
}
.icon-th-list {
background-position: -264px 0;
}
.icon-ok {
background-position: -288px 0;
}
.icon-remove {
background-position: -312px 0;
}
.icon-zoom-in {
background-position: -336px 0;
}
.icon-zoom-out {
background-position: -360px 0;
}
.icon-off {
background-position: -384px 0;
}
.icon-signal {
background-position: -408px 0;
}
.icon-cog {
background-position: -432px 0;
}
.icon-trash {
background-position: -456px 0;
}
.icon-home {
background-position: 0 -24px;
}
.icon-file {
background-position: -24px -24px;
}
.icon-time {
background-position: -48px -24px;
}
.icon-road {
background-position: -72px -24px;
}
.icon-download-alt {
background-position: -96px -24px;
}
.icon-download {
background-position: -120px -24px;
}
.icon-upload {
background-position: -144px -24px;
}
.icon-inbox {
background-position: -168px -24px;
}
.icon-play-circle {
background-position: -192px -24px;
}
.icon-repeat {
background-position: -216px -24px;
}
.icon-refresh {
background-position: -240px -24px;
}
.icon-list-alt {
background-position: -264px -24px;
}
.icon-lock {
background-position: -287px -24px;
}
.icon-flag {
background-position: -312px -24px;
}
.icon-headphones {
background-position: -336px -24px;
}
.icon-volume-off {
background-position: -360px -24px;
}
.icon-volume-down {
background-position: -384px -24px;
}
.icon-volume-up {
background-position: -408px -24px;
}
.icon-qrcode {
background-position: -432px -24px;
}
.icon-barcode {
background-position: -456px -24px;
}
.icon-tag {
background-position: 0 -48px;
}
.icon-tags {
background-position: -25px -48px;
}
.icon-book {
background-position: -48px -48px;
}
.icon-bookmark {
background-position: -72px -48px;
}
.icon-print {
background-position: -96px -48px;
}
.icon-camera {
background-position: -120px -48px;
}
.icon-font {
background-position: -144px -48px;
}
.icon-bold {
background-position: -167px -48px;
}
.icon-italic {
background-position: -192px -48px;
}
.icon-text-height {
background-position: -216px -48px;
}
.icon-text-width {
background-position: -240px -48px;
}
.icon-align-left {
background-position: -264px -48px;
}
.icon-align-center {
background-position: -288px -48px;
}
.icon-align-right {
background-position: -312px -48px;
}
.icon-align-justify {
background-position: -336px -48px;
}
.icon-list {
background-position: -360px -48px;
}
.icon-indent-left {
background-position: -384px -48px;
}
.icon-indent-right {
background-position: -408px -48px;
}
.icon-facetime-video {
background-position: -432px -48px;
}
.icon-picture {
background-position: -456px -48px;
}
.icon-pencil {
background-position: 0 -72px;
}
.icon-map-marker {
background-position: -24px -72px;
}
.icon-adjust {
background-position: -48px -72px;
}
.icon-tint {
background-position: -72px -72px;
}
.icon-edit {
background-position: -96px -72px;
}
.icon-share {
background-position: -120px -72px;
}
.icon-check {
background-position: -144px -72px;
}
.icon-move {
background-position: -168px -72px;
}
.icon-step-backward {
background-position: -192px -72px;
}
.icon-fast-backward {
background-position: -216px -72px;
}
.icon-backward {
background-position: -240px -72px;
}
.icon-play {
background-position: -264px -72px;
}
.icon-pause {
background-position: -288px -72px;
}
.icon-stop {
background-position: -312px -72px;
}
.icon-forward {
background-position: -336px -72px;
}
.icon-fast-forward {
background-position: -360px -72px;
}
.icon-step-forward {
background-position: -384px -72px;
}
.icon-eject {
background-position: -408px -72px;
}
.icon-chevron-left {
background-position: -432px -72px;
}
.icon-chevron-right {
background-position: -456px -72px;
}
.icon-plus-sign {
background-position: 0 -96px;
}
.icon-minus-sign {
background-position: -24px -96px;
}
.icon-remove-sign {
background-position: -48px -96px;
}
.icon-ok-sign {
background-position: -72px -96px;
}
.icon-question-sign {
background-position: -96px -96px;
}
.icon-info-sign {
background-position: -120px -96px;
}
.icon-screenshot {
background-position: -144px -96px;
}
.icon-remove-circle {
background-position: -168px -96px;
}
.icon-ok-circle {
background-position: -192px -96px;
}
.icon-ban-circle {
background-position: -216px -96px;
}
.icon-arrow-left {
background-position: -240px -96px;
}
.icon-arrow-right {
background-position: -264px -96px;
}
.icon-arrow-up {
background-position: -289px -96px;
}
.icon-arrow-down {
background-position: -312px -96px;
}
.icon-share-alt {
background-position: -336px -96px;
}
.icon-resize-full {
background-position: -360px -96px;
}
.icon-resize-small {
background-position: -384px -96px;
}
.icon-plus {
background-position: -408px -96px;
}
.icon-minus {
background-position: -433px -96px;
}
.icon-asterisk {
background-position: -456px -96px;
}
.icon-exclamation-sign {
background-position: 0 -120px;
}
.icon-gift {
background-position: -24px -120px;
}
.icon-leaf {
background-position: -48px -120px;
}
.icon-fire {
background-position: -72px -120px;
}
.icon-eye-open {
background-position: -96px -120px;
}
.icon-eye-close {
background-position: -120px -120px;
}
.icon-warning-sign {
background-position: -144px -120px;
}
.icon-plane {
background-position: -168px -120px;
}
.icon-calendar {
background-position: -192px -120px;
}
.icon-random {
background-position: -216px -120px;
}
.icon-comment {
background-position: -240px -120px;
}
.icon-magnet {
background-position: -264px -120px;
}
.icon-chevron-up {
background-position: -288px -120px;
}
.icon-chevron-down {
background-position: -313px -119px;
}
.icon-retweet {
background-position: -336px -120px;
}
.icon-shopping-cart {
background-position: -360px -120px;
}
.icon-folder-close {
background-position: -384px -120px;
}
.icon-folder-open {
background-position: -408px -120px;
}
.icon-resize-vertical {
background-position: -432px -119px;
}
.icon-resize-horizontal {
background-position: -456px -118px;
}
.icon-hdd {
background-position: 0 -144px;
}
.icon-bullhorn {
background-position: -24px -144px;
}
.icon-bell {
background-position: -48px -144px;
}
.icon-certificate {
background-position: -72px -144px;
}
.icon-thumbs-up {
background-position: -96px -144px;
}
.icon-thumbs-down {
background-position: -120px -144px;
}
.icon-hand-right {
background-position: -144px -144px;
}
.icon-hand-left {
background-position: -168px -144px;
}
.icon-hand-up {
background-position: -192px -144px;
}
.icon-hand-down {
background-position: -216px -144px;
}
.icon-circle-arrow-right {
background-position: -240px -144px;
}
.icon-circle-arrow-left {
background-position: -264px -144px;
}
.icon-circle-arrow-up {
background-position: -288px -144px;
}
.icon-circle-arrow-down {
background-position: -312px -144px;
}
.icon-globe {
background-position: -336px -144px;
}
.icon-wrench {
background-position: -360px -144px;
}
.icon-tasks {
background-position: -384px -144px;
}
.icon-filter {
background-position: -408px -144px;
}
.icon-briefcase {
background-position: -432px -144px;
}
.icon-fullscreen {
background-position: -456px -144px;
} | 0.240239 | 0.082291 |
#top{
width:1200px;
height:193px;
margin:0 auto;
position:relative;
top:0px;
background:url(../images/channel/channel_tbg.png);
}
#portrait{
position:absolute;
left:550px;
top:59px;
width:102px;
height:102px;
border-radius:50%;
background:url(../images/channel/portrait.png);
}
#username{
position:absolute;
left:48%;
top:82%;
font-family:Arial;
font-size:12px;
color:#fff;
}
/*我的频道的头部end*/
/*侧边栏*/
#sidebarbox{
width:170px;
height:auto;
text-align:center;
position:relative;
float:left;
}
div.sdmenu{width:170px;margin:0 auto;font-family:"微软雅黑";font-size:14px;padding-bottom:40px;color:#fff;}
div.sdmenu div{background:url(../images/channel/bar_title2.png);overflow:hidden;}
div.sdmenu div.collapsed{height:38px;}
div.sdmenu div span{
display:block;
height:15px;
line-height:15px;
overflow:hidden;
padding:11px 10px;
font-weight:bold;
color:white;
cursor:pointer;
border-bottom:1px solid #d2d2d2;}
div.sdmenu div.collapsed .smenu{background-image:url(../images/channel/collapsed.gif);}
div.sdmenu div .smenu{background:url(../images/channel/expanded.gif) no-repeat 150px center;}
div.sdmenu div a{
padding:5px 10px;
background:#eee;
display:block;
border-bottom:1px solid #d2d2d2;
border-top:1px solid #fff;
color:#87898a;}
div.sdmenu div a:hover{background:#f466a6 url(../images/channel/linkarrow.gif) no-repeat right center;color:#fff;text-decoration:none;}
div.sdmenu div span a{background:none;border:none;height:15px;line-height:15px;color:#fff;padding:0px;}
div.sdmenu div span a:hover{background:none;}
/*侧边栏end*/
/*我的频道首页*/
#container{width:1030px;float:right;position:relative;background:#fff;height:2000px;}
#message{
margin-top:66px;
margin-left:80px;
width:870px;
height:18px;
border-bottom:1px solid #c1c3c4;
}
#mess1,.mess2,.mess3,#order p,#information p {font-family: "微软雅黑";font-size: 12px;}
#mess1 {color: #000001;}
.mess2 {color: #87898a;}
.mess3 {color: #ff518e;}
.messbox{margin-top:30px;margin-left:80px;width:870px;height:83px;position:relative;}
#order{background:url(../images/channel/channel1.png);}
.shop_pic{margin-top:29px;margin-left:16px;float:left;}
#order p{position:absolute;top: 31px;left: 81px;color: #87898a;}
#order span{font-family:"宋体";font-size: 14px;color: #87898a;}
#point{
position:absolute;
top:32px;right:75px;
background:url(../images/channel/point.png) no-repeat;
width:491px;height:10px;}
#point1{position:absolute;top:0;left:0;width:10px;height:10px;background:url(../images/channel/pink-point.png) no-repeat;}
#point2{position:absolute;top:0;left:161px;width:10px;height:10px;background:url(../images/channel/blue-point.png) no-repeat;}
#point3{position:absolute;top:0;left:321px;width:10px;height:10px;background:url(../images/channel/blue-point.png) no-repeat;}
#point4{position:absolute;top:0;right:0;width:10px;height:10px;background:url(../images/channel/blue-point.png) no-repeat;}
#information{background:url(../images/channel/channel2.png);}
#clock{position:absolute;top:36px;left:270px;}
#information p{position: absolute;top: 31px;left: 81px;color: #87898a;}
#information span{font-family:"宋体";font-size: 12px;color: #87898a;}
#collection{background:url(../images/channel/channel3.png);margin-bottom:30px;}
#collection span{font-family:"宋体";font-size: 12px;color: #87898a;}
/*我的频道首页end*/
/*个人信息*/
#line-bg{width:79px;margin-left:490px;}
#basic-infor{position:absolute;top:80px;left:427px;}
#photo{position:absolute;top:80px;left:527px;}
#present{position:absolute;top:184px;left:475px;}
#present span{
font-family:"微软雅黑";
font-size:14px;
color:#87898a;
margin-left:22px;
}
#present .blank{height:12px;width:107px;}
.infor{height:300px;}
.infor li{
height:27px;
line-height:27px;
color:#87898a;
font-family:"微软雅黑";
font-size:14px;
}
.left{width:70px;position:absolute;top:380px;left:412px;}
.left li{width:70px;float:right;text-align:right;}
.right{width:260px;position:absolute;top:380px;left:569px;}
.right li{width:360px;float:left;text-align:left;}
.right input{border-radius:5px;border:1px solid #c1c3c4;}
#nickname{width:148px;height:18px;}
#sex{
font-family:"微软雅黑";
font-size:14px;
color:#87898a;
width:148px;
height:18px;
line-height:18px;
text-align:center;
border-radius:5px;
border:1px solid #c1c3c4;
position:absolute;}
#sex input{border:none;}
#addr input,#data input{width:80px;height:20px;margin-right:9px;}
#save{
width:45px;
height:45px;
position:absolute;
top:777px;
left:505px;
background:url(../images/channel/save.png);
margin-bottom:20px;}
/*个人信息end*/
/*账单*/
table{border-spacing:0;}
th{width:172px;height:30px;font-family:"微软雅黑";font-size:14px;color:#fff;}
#t1{background:url(../images/channel/th-bg1.png);}
#t2{background:url(../images/channel/th-bg2.png);}
#t3{background:url(../images/channel/th-bg3.png);}
#t4{background:url(../images/channel/th-bg4.png);}
#t5{background:url(../images/channel/th-bg5.png);}
#t6{background:url(../images/channel/th-bg6.png);}
td{
width:172px;
height:45px;
text-align:center;
font-family:"微软雅黑";
font-size:14px;
color:#87898a;}
.odd1{background:#e0e2e3;}
.even1{background:#eaeced;}
.odd2{background:#eeeff0;}
.even2{background:#f4f5f5;}
/*账单end*/
/*信息通知*/
.head{
margin: 62px auto auto 80px;
border-bottom: 1px solid #c1c3c4;
width: 870px;
height: 21px;
font-family: "微软雅黑";
color: #000001;
margin-bottom:27px;
}
.information{
width:868px;
height:65px;
border:1px solid #e0e2e3;
margin:3px auto auto 80px;
}
.information ul{list-style-type:none;}
.information li{float:left;}
.information1{
width:239px;
height:65px;
background:url(../images/channel/Information-bg1.png);
}
.information1 img{margin:12px auto auto 16px;float:left;}
.information1 p{margin: 14px auto auto 80px;font-family: "微软雅黑";color: #87898a;}
.information2{
width:266px;
height:65px;
background:url(../images/channel/Information-bg2.png);
border-left:1px solid #e0e2e3;
border-right:1px solid #e0e2e3;
font-family:"宋体";
color: #87898a;
}
.information2 p{font-family:"宋体";color: #87898a;margin:24px auto auto 65px;}
.information3{width:361px;height:65px;background:url(../images/channel/Information-bg3.png);}
.information3 p{font-family:"宋体";color: #87898a;margin:18px auto auto 30px;}
#pages{position:absolute;left:361px;top:1048px;}
/*信息通知end*/
/*修改头像*/
#portrait1{
width:1030px;
height:211px;
text-align:center;}
#portrait1 img{margin-top:46px;}
#portrait1 p{
margin-top: 20px;
font-family: "微软雅黑";
font-size: 14px;
color: #87898a;
}
#portrait2{
width:1030px;
height:224px;
background:#eaeced;
padding-top:17px;}
#p{
width: 200px;
height: 36px;
line-height: 36px;
text-align: center;
letter-spacing:3px;
border-bottom: 1px solid #afb1b2;
font-family: "微软雅黑";
color: #000001;
}
#btn{width:200px;height:20px;margin-top:11px;}
#btn1{width:43px;height:20px;float:left;margin-right:9px;background:url(../images/channel/btn1.png);}
#btn2{width:43px;height:20px;float:left;margin-right:9px;background:url(../images/channel/btn2.png);}
#btn3{width:43px;height:20px;float:left;margin-right:9px;background:url(../images/channel/btn3.png);}
#btn4{width:43px;height:20px;float:left;background:url(../images/channel/btn4.png);}
#port{width:270px;height:42px;margin-top:52px;}
#port1{width:41px;height:41px;margin-right:35px;background:url(../images/channel/port1.png);float:left;}
#port2{width:41px;height:41px;margin-right:35px;background:url(../images/channel/port2.png);float:left;}
#port3{width:41px;height:41px;margin-right:35px;background:url(../images/channel/port3.png);float:left;}
#port4{width:41px;height:41px;background:url(../images/channel/port4.png);float:left;}
#portrait3 input{
width:1030px;
height:30px;
background:url(../images/channel/save1.png);}
#portrait4{
width:1030px;
height:48px;
text-align:center;
border-bottom:1px solid #c1c3c4;
}
#portrait4 p{font-family:"微软雅黑";font-size:14px;color:#87898a;line-height:48px;}
#portrait5{
width:1030px;
height:352px;
margin-top:11px;
background:#eaeced;}
#portrait6{
width:1030px;
height:20px;
margin-top:15px;
}
#browse1{width:902px;height:18px;float:left;border-top:1px solid #c3c4c4;border-bottom:1px solid #c3c4c4;}
#browse{width:128px;height:20px;background:url(../images/channel/browse.png);float:right;}
#portrait7 input{width:1030px;height:30px;background:url(../images/channel/upload.png);margin-top:11px;}
/*修改头像end*/
/*收藏店铺*/
.collection{
width:868px;
height:65px;
border:1px solid #e0e2e3;
margin:3px auto auto 80px;
}
.collection ul{list-style-type:none;}
.collection li{float:left;position:relative;}
.collection1{width:289px;height:65px;background:url(../images/channel/collection-bg1.png);}
.collection2{
width:289px;
height:65px;
background:url(../images/channel/collection-bg2.png);
border-left:1px solid #e0e2e3;
border-right:1px solid #e0e2e3;
}
.collection3{width:288px;height:65px;background:url(../images/channel/collection-bg3.png);}
.colle img{margin:12px auto auto 29px;float:left;}
.colle span{position:absolute;top:16px;left:94px;font-family: "微软雅黑";color: #87898a;}
.colle p{position:absolute;top:39px;left:94px;width:145px;height:13px;font-family: "微软雅黑";color: #abadae;}
.colle p img{margin:5px 7px 0 0;}
#pages{position:absolute;left:361px;top:1048px;}
/*收藏店铺end*/
/*订单信息*/
.orderinfor{
width:868px;
height:65px;
border:1px solid #e0e2e3;
margin:3px auto auto 80px;
}
.orderinfor ul{list-style-type:none;}
.orderinfor li{float:left;}
.orderinfor1{
width:239px;
height:65px;
background:url(../images/channel/orderinfor-bg1.png);
}
.orderinfor1 img{margin:12px auto auto 16px;float:left;}
.orderinfor1 p{margin: 14px auto auto 80px;font-family: "微软雅黑";color: #87898a;}
.orderinfor2{
width:467px;
height:65px;
background:url(../images/channel/orderinfor-bg2.png);
border-left:1px solid #e0e2e3;
border-right:1px solid #e0e2e3;
font-family:"宋体";
color: #87898a;
}
.stepInfo{position:relative;margin:20px auto auto 63px;width:500px;}
.stepInfo li{float:left;width:110px;height:1px;background:#d6d8d9;}
.stepIco{
background:url(../images/channel/blue-point.png) no-repeat;
border-radius:50px;
position:absolute;
width:10px;
height:10px;
text-align:center;
line-height:10px;
color:#fff;}
.stepIco1{top:-5px;left:0px;}
.stepIco2{top:-5px;left:110px;}
.stepIco3{top:-5px;left:220px;}
.stepIco4{top:-5px;left:330px;}
.stepText{
color:#87898a;
font-family:"宋体";
font-size:12px;
margin-top:15px;
width:64px;_width:128px;
text-align:center;
margin-left:-28px;
}
.orderinfor2 img{margin:15px auto auto 46px;}
.orderinfor3{
width:160px;
height:65px;
line-height:65px;
text-align:center;
background:url(../images/channel/orderinfor-bg3.png);
color: #ff5ea6;
font-family: "宋体";}
.orderinfor3 .payment{
width: 160px;
height: 32px;
line-height:32px;
text-align:center;
border-bottom: 1px solid #e0e2e3;
}
.orderinfor3 .payment a{color: #ff5ea6;font-family: "宋体";}
.orderinfor3 .cancel{
width: 160px;
height: 32px;
line-height:32px;
text-align:center;
border-bottom: 1px solid #e0e2e3;
}
.orderinfor3 .cancel a{color: #87898a;font-family: "宋体";}
#pages{position:absolute;left:361px;top:1048px;}
/*订单信息end*/
/*订单评价*/
.evaluationtext{width:900px;font-size:14px;margin:30px auto auto 50px;padding-bottom:3px;border-bottom:1px solid #000;}
.evaluation1{margin:30px auto auto 80px;font-size:14px;}
.evaluation1 input{margin-right:5px;}
#evaluation2{margin:30px auto auto 80px;}
#evaluation2 ul,#evaluation2 span{float:left;display:inline;height:19px;line-height:19px;}
#evaluation2 ul{margin:0 10px;}
#evaluation2 li{float:left;width:24px;cursor:pointer;text-indent:-9999px;background:url(../images/star.png) no-repeat;}
#evaluation2 strong{color:#f60;padding-left:10px;}
#evaluation2 li.on{background-position:0 -28px;}
#evaluation2 p{position:absolute;top:20px;width:159px;height:60px;display:none;background:url(../images/icon.gif) no-repeat;padding:7px 10px 0;}
#evaluation2 p em{color:#f60;display:block;font-style:normal;}
/*订单评价end*/ | src/main/webapp/static/style/channel.css | #top{
width:1200px;
height:193px;
margin:0 auto;
position:relative;
top:0px;
background:url(../images/channel/channel_tbg.png);
}
#portrait{
position:absolute;
left:550px;
top:59px;
width:102px;
height:102px;
border-radius:50%;
background:url(../images/channel/portrait.png);
}
#username{
position:absolute;
left:48%;
top:82%;
font-family:Arial;
font-size:12px;
color:#fff;
}
/*我的频道的头部end*/
/*侧边栏*/
#sidebarbox{
width:170px;
height:auto;
text-align:center;
position:relative;
float:left;
}
div.sdmenu{width:170px;margin:0 auto;font-family:"微软雅黑";font-size:14px;padding-bottom:40px;color:#fff;}
div.sdmenu div{background:url(../images/channel/bar_title2.png);overflow:hidden;}
div.sdmenu div.collapsed{height:38px;}
div.sdmenu div span{
display:block;
height:15px;
line-height:15px;
overflow:hidden;
padding:11px 10px;
font-weight:bold;
color:white;
cursor:pointer;
border-bottom:1px solid #d2d2d2;}
div.sdmenu div.collapsed .smenu{background-image:url(../images/channel/collapsed.gif);}
div.sdmenu div .smenu{background:url(../images/channel/expanded.gif) no-repeat 150px center;}
div.sdmenu div a{
padding:5px 10px;
background:#eee;
display:block;
border-bottom:1px solid #d2d2d2;
border-top:1px solid #fff;
color:#87898a;}
div.sdmenu div a:hover{background:#f466a6 url(../images/channel/linkarrow.gif) no-repeat right center;color:#fff;text-decoration:none;}
div.sdmenu div span a{background:none;border:none;height:15px;line-height:15px;color:#fff;padding:0px;}
div.sdmenu div span a:hover{background:none;}
/*侧边栏end*/
/*我的频道首页*/
#container{width:1030px;float:right;position:relative;background:#fff;height:2000px;}
#message{
margin-top:66px;
margin-left:80px;
width:870px;
height:18px;
border-bottom:1px solid #c1c3c4;
}
#mess1,.mess2,.mess3,#order p,#information p {font-family: "微软雅黑";font-size: 12px;}
#mess1 {color: #000001;}
.mess2 {color: #87898a;}
.mess3 {color: #ff518e;}
.messbox{margin-top:30px;margin-left:80px;width:870px;height:83px;position:relative;}
#order{background:url(../images/channel/channel1.png);}
.shop_pic{margin-top:29px;margin-left:16px;float:left;}
#order p{position:absolute;top: 31px;left: 81px;color: #87898a;}
#order span{font-family:"宋体";font-size: 14px;color: #87898a;}
#point{
position:absolute;
top:32px;right:75px;
background:url(../images/channel/point.png) no-repeat;
width:491px;height:10px;}
#point1{position:absolute;top:0;left:0;width:10px;height:10px;background:url(../images/channel/pink-point.png) no-repeat;}
#point2{position:absolute;top:0;left:161px;width:10px;height:10px;background:url(../images/channel/blue-point.png) no-repeat;}
#point3{position:absolute;top:0;left:321px;width:10px;height:10px;background:url(../images/channel/blue-point.png) no-repeat;}
#point4{position:absolute;top:0;right:0;width:10px;height:10px;background:url(../images/channel/blue-point.png) no-repeat;}
#information{background:url(../images/channel/channel2.png);}
#clock{position:absolute;top:36px;left:270px;}
#information p{position: absolute;top: 31px;left: 81px;color: #87898a;}
#information span{font-family:"宋体";font-size: 12px;color: #87898a;}
#collection{background:url(../images/channel/channel3.png);margin-bottom:30px;}
#collection span{font-family:"宋体";font-size: 12px;color: #87898a;}
/*我的频道首页end*/
/*个人信息*/
#line-bg{width:79px;margin-left:490px;}
#basic-infor{position:absolute;top:80px;left:427px;}
#photo{position:absolute;top:80px;left:527px;}
#present{position:absolute;top:184px;left:475px;}
#present span{
font-family:"微软雅黑";
font-size:14px;
color:#87898a;
margin-left:22px;
}
#present .blank{height:12px;width:107px;}
.infor{height:300px;}
.infor li{
height:27px;
line-height:27px;
color:#87898a;
font-family:"微软雅黑";
font-size:14px;
}
.left{width:70px;position:absolute;top:380px;left:412px;}
.left li{width:70px;float:right;text-align:right;}
.right{width:260px;position:absolute;top:380px;left:569px;}
.right li{width:360px;float:left;text-align:left;}
.right input{border-radius:5px;border:1px solid #c1c3c4;}
#nickname{width:148px;height:18px;}
#sex{
font-family:"微软雅黑";
font-size:14px;
color:#87898a;
width:148px;
height:18px;
line-height:18px;
text-align:center;
border-radius:5px;
border:1px solid #c1c3c4;
position:absolute;}
#sex input{border:none;}
#addr input,#data input{width:80px;height:20px;margin-right:9px;}
#save{
width:45px;
height:45px;
position:absolute;
top:777px;
left:505px;
background:url(../images/channel/save.png);
margin-bottom:20px;}
/*个人信息end*/
/*账单*/
table{border-spacing:0;}
th{width:172px;height:30px;font-family:"微软雅黑";font-size:14px;color:#fff;}
#t1{background:url(../images/channel/th-bg1.png);}
#t2{background:url(../images/channel/th-bg2.png);}
#t3{background:url(../images/channel/th-bg3.png);}
#t4{background:url(../images/channel/th-bg4.png);}
#t5{background:url(../images/channel/th-bg5.png);}
#t6{background:url(../images/channel/th-bg6.png);}
td{
width:172px;
height:45px;
text-align:center;
font-family:"微软雅黑";
font-size:14px;
color:#87898a;}
.odd1{background:#e0e2e3;}
.even1{background:#eaeced;}
.odd2{background:#eeeff0;}
.even2{background:#f4f5f5;}
/*账单end*/
/*信息通知*/
.head{
margin: 62px auto auto 80px;
border-bottom: 1px solid #c1c3c4;
width: 870px;
height: 21px;
font-family: "微软雅黑";
color: #000001;
margin-bottom:27px;
}
.information{
width:868px;
height:65px;
border:1px solid #e0e2e3;
margin:3px auto auto 80px;
}
.information ul{list-style-type:none;}
.information li{float:left;}
.information1{
width:239px;
height:65px;
background:url(../images/channel/Information-bg1.png);
}
.information1 img{margin:12px auto auto 16px;float:left;}
.information1 p{margin: 14px auto auto 80px;font-family: "微软雅黑";color: #87898a;}
.information2{
width:266px;
height:65px;
background:url(../images/channel/Information-bg2.png);
border-left:1px solid #e0e2e3;
border-right:1px solid #e0e2e3;
font-family:"宋体";
color: #87898a;
}
.information2 p{font-family:"宋体";color: #87898a;margin:24px auto auto 65px;}
.information3{width:361px;height:65px;background:url(../images/channel/Information-bg3.png);}
.information3 p{font-family:"宋体";color: #87898a;margin:18px auto auto 30px;}
#pages{position:absolute;left:361px;top:1048px;}
/*信息通知end*/
/*修改头像*/
#portrait1{
width:1030px;
height:211px;
text-align:center;}
#portrait1 img{margin-top:46px;}
#portrait1 p{
margin-top: 20px;
font-family: "微软雅黑";
font-size: 14px;
color: #87898a;
}
#portrait2{
width:1030px;
height:224px;
background:#eaeced;
padding-top:17px;}
#p{
width: 200px;
height: 36px;
line-height: 36px;
text-align: center;
letter-spacing:3px;
border-bottom: 1px solid #afb1b2;
font-family: "微软雅黑";
color: #000001;
}
#btn{width:200px;height:20px;margin-top:11px;}
#btn1{width:43px;height:20px;float:left;margin-right:9px;background:url(../images/channel/btn1.png);}
#btn2{width:43px;height:20px;float:left;margin-right:9px;background:url(../images/channel/btn2.png);}
#btn3{width:43px;height:20px;float:left;margin-right:9px;background:url(../images/channel/btn3.png);}
#btn4{width:43px;height:20px;float:left;background:url(../images/channel/btn4.png);}
#port{width:270px;height:42px;margin-top:52px;}
#port1{width:41px;height:41px;margin-right:35px;background:url(../images/channel/port1.png);float:left;}
#port2{width:41px;height:41px;margin-right:35px;background:url(../images/channel/port2.png);float:left;}
#port3{width:41px;height:41px;margin-right:35px;background:url(../images/channel/port3.png);float:left;}
#port4{width:41px;height:41px;background:url(../images/channel/port4.png);float:left;}
#portrait3 input{
width:1030px;
height:30px;
background:url(../images/channel/save1.png);}
#portrait4{
width:1030px;
height:48px;
text-align:center;
border-bottom:1px solid #c1c3c4;
}
#portrait4 p{font-family:"微软雅黑";font-size:14px;color:#87898a;line-height:48px;}
#portrait5{
width:1030px;
height:352px;
margin-top:11px;
background:#eaeced;}
#portrait6{
width:1030px;
height:20px;
margin-top:15px;
}
#browse1{width:902px;height:18px;float:left;border-top:1px solid #c3c4c4;border-bottom:1px solid #c3c4c4;}
#browse{width:128px;height:20px;background:url(../images/channel/browse.png);float:right;}
#portrait7 input{width:1030px;height:30px;background:url(../images/channel/upload.png);margin-top:11px;}
/*修改头像end*/
/*收藏店铺*/
.collection{
width:868px;
height:65px;
border:1px solid #e0e2e3;
margin:3px auto auto 80px;
}
.collection ul{list-style-type:none;}
.collection li{float:left;position:relative;}
.collection1{width:289px;height:65px;background:url(../images/channel/collection-bg1.png);}
.collection2{
width:289px;
height:65px;
background:url(../images/channel/collection-bg2.png);
border-left:1px solid #e0e2e3;
border-right:1px solid #e0e2e3;
}
.collection3{width:288px;height:65px;background:url(../images/channel/collection-bg3.png);}
.colle img{margin:12px auto auto 29px;float:left;}
.colle span{position:absolute;top:16px;left:94px;font-family: "微软雅黑";color: #87898a;}
.colle p{position:absolute;top:39px;left:94px;width:145px;height:13px;font-family: "微软雅黑";color: #abadae;}
.colle p img{margin:5px 7px 0 0;}
#pages{position:absolute;left:361px;top:1048px;}
/*收藏店铺end*/
/*订单信息*/
.orderinfor{
width:868px;
height:65px;
border:1px solid #e0e2e3;
margin:3px auto auto 80px;
}
.orderinfor ul{list-style-type:none;}
.orderinfor li{float:left;}
.orderinfor1{
width:239px;
height:65px;
background:url(../images/channel/orderinfor-bg1.png);
}
.orderinfor1 img{margin:12px auto auto 16px;float:left;}
.orderinfor1 p{margin: 14px auto auto 80px;font-family: "微软雅黑";color: #87898a;}
.orderinfor2{
width:467px;
height:65px;
background:url(../images/channel/orderinfor-bg2.png);
border-left:1px solid #e0e2e3;
border-right:1px solid #e0e2e3;
font-family:"宋体";
color: #87898a;
}
.stepInfo{position:relative;margin:20px auto auto 63px;width:500px;}
.stepInfo li{float:left;width:110px;height:1px;background:#d6d8d9;}
.stepIco{
background:url(../images/channel/blue-point.png) no-repeat;
border-radius:50px;
position:absolute;
width:10px;
height:10px;
text-align:center;
line-height:10px;
color:#fff;}
.stepIco1{top:-5px;left:0px;}
.stepIco2{top:-5px;left:110px;}
.stepIco3{top:-5px;left:220px;}
.stepIco4{top:-5px;left:330px;}
.stepText{
color:#87898a;
font-family:"宋体";
font-size:12px;
margin-top:15px;
width:64px;_width:128px;
text-align:center;
margin-left:-28px;
}
.orderinfor2 img{margin:15px auto auto 46px;}
.orderinfor3{
width:160px;
height:65px;
line-height:65px;
text-align:center;
background:url(../images/channel/orderinfor-bg3.png);
color: #ff5ea6;
font-family: "宋体";}
.orderinfor3 .payment{
width: 160px;
height: 32px;
line-height:32px;
text-align:center;
border-bottom: 1px solid #e0e2e3;
}
.orderinfor3 .payment a{color: #ff5ea6;font-family: "宋体";}
.orderinfor3 .cancel{
width: 160px;
height: 32px;
line-height:32px;
text-align:center;
border-bottom: 1px solid #e0e2e3;
}
.orderinfor3 .cancel a{color: #87898a;font-family: "宋体";}
#pages{position:absolute;left:361px;top:1048px;}
/*订单信息end*/
/*订单评价*/
.evaluationtext{width:900px;font-size:14px;margin:30px auto auto 50px;padding-bottom:3px;border-bottom:1px solid #000;}
.evaluation1{margin:30px auto auto 80px;font-size:14px;}
.evaluation1 input{margin-right:5px;}
#evaluation2{margin:30px auto auto 80px;}
#evaluation2 ul,#evaluation2 span{float:left;display:inline;height:19px;line-height:19px;}
#evaluation2 ul{margin:0 10px;}
#evaluation2 li{float:left;width:24px;cursor:pointer;text-indent:-9999px;background:url(../images/star.png) no-repeat;}
#evaluation2 strong{color:#f60;padding-left:10px;}
#evaluation2 li.on{background-position:0 -28px;}
#evaluation2 p{position:absolute;top:20px;width:159px;height:60px;display:none;background:url(../images/icon.gif) no-repeat;padding:7px 10px 0;}
#evaluation2 p em{color:#f60;display:block;font-style:normal;}
/*订单评价end*/ | 0.116048 | 0.039343 |
*
* Links with icons/GUI
*
*/
div.actionItems a.action {
width:180px;
padding-left:16%;
margin-bottom:15px;
}
a.action { /*Setup the main UI for buttons*/
background-color: #385E9B;
background-image: url('images/iconPlus.png');
background-image: url('images/iconPlus.png'), -moz-linear-gradient(top, #499bea 0%, #385E9B 100%);
background-image: url('images/iconPlus.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#385E9B));
background-position:5% 50%;
background-origin: padding-box;
background-repeat:no-repeat;
font-size:1em;
font-weight:bold;
color:#fff !important;
padding:10px 10px 10px 25px;
border:1px solid #3572ac;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
display:inline-block;
}
a.action:hover {
color:#fff;
-webkit-box-shadow: inset 1px 1px 3px rgba(29, 59, 108, 0.4);
-moz-box-shadow: inset 1px 1px 3px rgba(29, 59, 108, 0.4);
box-shadow: inset 1px 1px 3px rgba(29, 59, 108, 0.4);
background-color: #3665b2;
background-image: url('images/iconPlus.png');
background-image: url('images/iconPlus.png'), -moz-linear-gradient(top, #499bea 0%, #3665b2 100%);
background-image: url('images/iconPlus.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#3665b2));
}
a.solo { /*Setup the non-button UI*/
margin-right:10px;
padding:3px 19px 0 0;
width:16px;
height:16px;
background-position:bottom right;
}
a.feed-icon{margin-right:3px;}
a.edit{
background-image:url('images/iconEdit.png');
background-repeat:no-repeat;
}
a.action.edit {
background:#F0CE69;
background-image:url('images/iconEdit.png');
background-image: url('images/iconEdit.png'), -moz-linear-gradient(center bottom,rgb(219,183,83) 11%,rgb(240,206,105) 30%);
background-image: url('images/iconEdit.png'), -webkit-gradient(linear,left bottom,left top,color-stop(0.11, rgb(219,183,83)),color-stop(0.3, rgb(240,206,105)));
background-position:5% 50%;
background-repeat:no-repeat;
border-color:#d4b455;
color:#5e4806 !important;
}
a.action.edit:active {background-image:url('images/iconEdit.png');}
a.action.users {
background:#E6E9DC;
background-image:url('images/iconUsers.png');
background-image: url('images/iconUsers.png'), -moz-linear-gradient(center bottom,rgb(206,209,197) 11%,rgb(230,233,220) 30%);
background-image: url('images/iconUsers.png'), -webkit-gradient(linear,left bottom,left top,color-stop(0.11, rgb(206,209,197)),color-stop(0.3, rgb(230,233,220)));
background-position:5% 50%;
background-repeat:no-repeat;
border-color:#bec1b4;
color:#4b4c47 !important;
}
a.action.users:active{background-image:url('images/iconUsers.png');}
a.action.delete {
background:#e37f7f;
background-image:url('images/iconDelete.png');
background-image: url('images/iconDelete.png'), -moz-linear-gradient(center bottom,rgb(186,74,74) 11%,rgb(227,127,127) 30%);
background-image: url('images/iconDelete.png'), -webkit-gradient(linear,left bottom,left top,color-stop(0.11, rgb(186,74,74)),color-stop(0.3, rgb(227,127,127)));
background-position:5% 50%;
background-repeat:no-repeat;
border-color:#d4b455;
color:#f7f7f7 !important;
}
a.action.delete:active {background-image:url('images/iconDelete.png');}
.media-preview, #progress {
background:#ECF4F8;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-bottom:15px;
overflow: auto;
padding:10px 0;
}
.uploading {
display:none;
}
.media-preview ol {
font-size:1.2em;
line-height:1.4em;
}
.media-preview #thumbnail {
margin: 0px auto;
width:230px;
float:left;
}
.media-preview .action {
float:right;
margin:50px;
}
#dcf-main #userList, #dcf-main #outpostExtension ul {
list-style:none;
padding:0;
}
#dcf-main #userList {
list-style:none;
padding:0;
padding:10px;
}
#dcf-main #userList li {
display:inline-block;
text-align:center;
padding: 0 10px 10px 0;
position:relative;
}
#dcf-main #userList li .uid {
font-size:0.6em;
color: #a8a8a8;
display:block;
}
#dcf-main #userList li img {border: solid rgba(174, 167, 141, 0.21) 10px;display:block;margin-left:auto;margin-right:auto;}
#dcf-main #userList li form {
position:absolute;
top:6px;
right:7px;
display:none;
}
#dcf-main #userList li:hover form {display:block;}
#dcf-main #userList li form input[type='submit'] {
-webkit-box-shadow: -1px 1px 3px var(--b);
-moz-box-shadow: -1px 1px 3px var(--b);
box-shadow: -1px 1px 3px var(--b);
}
#dcf-main .addData {
padding:10px;
border-top:2px solid var(--b);
}
#dcf-main .addData input[type='text']{
border:1px solid var(--b);
padding:3px;
width:50%;
font-size:1.06em;
padding:5px 5px 5px 25px;
}
#dcf-main #emailList + form input[type='text']{
display:block;
width:84%;
padding-left:25px;
background: #fff url('images/iconEmail.png') no-repeat 5px 50%;
}
#dcf-main .addData input[type='submit']{
background: #616161;
}
#dcf-main #outpostExtension h3 {
background:url('images/iconVideo.png') no-repeat left top;
padding-left:30px;
}
#dcf-main #outpostExtension h3 span {
font-size:0.7em;
color:#385E9B;
text-transform:uppercase;
font-weight:bold;
}
#dcf-main #outpostExtension li a {
background:#E6E9DC;
background-image:url('images/iconBoxee.png');
background-image: url('images/iconBoxee.png'), -moz-linear-gradient(center bottom,rgb(206,209,197) 11%,rgb(230,233,220) 30%);
background-image: url('images/iconBoxee.png'), -webkit-gradient(linear,left bottom,left top,color-stop(0.11, rgb(206,209,197)),color-stop(0.3, rgb(230,233,220)));
background-position:5% 50%;
background-repeat:no-repeat;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border:1px solid;
border-color:#bec1b4;
color:#4b4c47 !important;
padding:15px 15px 15px 50px;
margin-bottom:10px;
font-size:1.5em;
font-weight:bold;
display:block;
}
#dcf-main #outpostExtension li a:focus {color:#4b4c47 !important;}
#dcf-main #outpostExtension li.itunes a {
background-image:url('images/iconItunes.png');
background-image: url('images/iconItunes.png'), -moz-linear-gradient(center bottom,rgb(206,209,197) 11%,rgb(230,233,220) 30%);
background-image: url('images/iconItunes.png'), -webkit-gradient(linear,left bottom,left top,color-stop(0.11, rgb(206,209,197)),color-stop(0.3, rgb(230,233,220)));
}
#dcf-main #outpostExtension li.youtube a {
background-image:url('images/iconYouTube.png');
background-image: url('images/iconYouTube.png'), -moz-linear-gradient(center bottom,rgb(206,209,197) 11%,rgb(230,233,220) 30%);
background-image: url('images/iconYouTube.png'), -webkit-gradient(linear,left bottom,left top,color-stop(0.11, rgb(206,209,197)),color-stop(0.3, rgb(230,233,220)));
}
#media_form p.caption, dl.caption {
margin-top: 5px;
text-align: right;
color:#1091d1;
border:none;
background:none;
}
dl.caption {
text-align:left;
}
#dcf-main dl.caption dd {
padding-left:0px;
}
#filelist {
font-family: "Gotham SSm A","Gotham SSm B",Verdana,"Verdana Ref",Geneva,Tahoma,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",sans-serif;
}
#filelist b {
font-family: "Tungsten A","Tungsten B",Impact,Haettenschweiler,"Arial Narrow Bold","Franklin Gothic Bold",Charcoal,"Helvetica Inserat","Bitstream Vera Sans Bold","Arial Black",sans-serif;
font-size: 2.369em;
display: block;
}
/*
Google Maps override to display correctly in the framework
*/
#map_canvas img { max-width: none; }
.mh-caption-sidebar {
padding: .75em 1em;
background-color: var(--bg-light-gray);
}
dl {
font-family: "Gotham SSm A","Gotham SSm B",Verdana,"Verdana Ref",Geneva,Tahoma,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",sans-serif;
margin: 0;
}
dl dt {
font-weight: bold;
font-size: .75em;
}
dl dd {
font-family: "Mercury SSm A","Mercury SSm B",Georgia,Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
background-color: var(--bg-light-gray);
margin-left: 0;
padding: .75em;
margin-bottom: 1em;
}
label[for=format] {
display: block;
}
select#format {
max-width: 220px;
clear: both;
display: block;
float: left;
margin-right: .75em;
}
#download_format {
margin-bottom: 2em;
}
#transcoding-progress progress {
display: block;
width: 100%;
} | www/manager/templates/css/admin.css | *
* Links with icons/GUI
*
*/
div.actionItems a.action {
width:180px;
padding-left:16%;
margin-bottom:15px;
}
a.action { /*Setup the main UI for buttons*/
background-color: #385E9B;
background-image: url('images/iconPlus.png');
background-image: url('images/iconPlus.png'), -moz-linear-gradient(top, #499bea 0%, #385E9B 100%);
background-image: url('images/iconPlus.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#385E9B));
background-position:5% 50%;
background-origin: padding-box;
background-repeat:no-repeat;
font-size:1em;
font-weight:bold;
color:#fff !important;
padding:10px 10px 10px 25px;
border:1px solid #3572ac;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
display:inline-block;
}
a.action:hover {
color:#fff;
-webkit-box-shadow: inset 1px 1px 3px rgba(29, 59, 108, 0.4);
-moz-box-shadow: inset 1px 1px 3px rgba(29, 59, 108, 0.4);
box-shadow: inset 1px 1px 3px rgba(29, 59, 108, 0.4);
background-color: #3665b2;
background-image: url('images/iconPlus.png');
background-image: url('images/iconPlus.png'), -moz-linear-gradient(top, #499bea 0%, #3665b2 100%);
background-image: url('images/iconPlus.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#3665b2));
}
a.solo { /*Setup the non-button UI*/
margin-right:10px;
padding:3px 19px 0 0;
width:16px;
height:16px;
background-position:bottom right;
}
a.feed-icon{margin-right:3px;}
a.edit{
background-image:url('images/iconEdit.png');
background-repeat:no-repeat;
}
a.action.edit {
background:#F0CE69;
background-image:url('images/iconEdit.png');
background-image: url('images/iconEdit.png'), -moz-linear-gradient(center bottom,rgb(219,183,83) 11%,rgb(240,206,105) 30%);
background-image: url('images/iconEdit.png'), -webkit-gradient(linear,left bottom,left top,color-stop(0.11, rgb(219,183,83)),color-stop(0.3, rgb(240,206,105)));
background-position:5% 50%;
background-repeat:no-repeat;
border-color:#d4b455;
color:#5e4806 !important;
}
a.action.edit:active {background-image:url('images/iconEdit.png');}
a.action.users {
background:#E6E9DC;
background-image:url('images/iconUsers.png');
background-image: url('images/iconUsers.png'), -moz-linear-gradient(center bottom,rgb(206,209,197) 11%,rgb(230,233,220) 30%);
background-image: url('images/iconUsers.png'), -webkit-gradient(linear,left bottom,left top,color-stop(0.11, rgb(206,209,197)),color-stop(0.3, rgb(230,233,220)));
background-position:5% 50%;
background-repeat:no-repeat;
border-color:#bec1b4;
color:#4b4c47 !important;
}
a.action.users:active{background-image:url('images/iconUsers.png');}
a.action.delete {
background:#e37f7f;
background-image:url('images/iconDelete.png');
background-image: url('images/iconDelete.png'), -moz-linear-gradient(center bottom,rgb(186,74,74) 11%,rgb(227,127,127) 30%);
background-image: url('images/iconDelete.png'), -webkit-gradient(linear,left bottom,left top,color-stop(0.11, rgb(186,74,74)),color-stop(0.3, rgb(227,127,127)));
background-position:5% 50%;
background-repeat:no-repeat;
border-color:#d4b455;
color:#f7f7f7 !important;
}
a.action.delete:active {background-image:url('images/iconDelete.png');}
.media-preview, #progress {
background:#ECF4F8;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-bottom:15px;
overflow: auto;
padding:10px 0;
}
.uploading {
display:none;
}
.media-preview ol {
font-size:1.2em;
line-height:1.4em;
}
.media-preview #thumbnail {
margin: 0px auto;
width:230px;
float:left;
}
.media-preview .action {
float:right;
margin:50px;
}
#dcf-main #userList, #dcf-main #outpostExtension ul {
list-style:none;
padding:0;
}
#dcf-main #userList {
list-style:none;
padding:0;
padding:10px;
}
#dcf-main #userList li {
display:inline-block;
text-align:center;
padding: 0 10px 10px 0;
position:relative;
}
#dcf-main #userList li .uid {
font-size:0.6em;
color: #a8a8a8;
display:block;
}
#dcf-main #userList li img {border: solid rgba(174, 167, 141, 0.21) 10px;display:block;margin-left:auto;margin-right:auto;}
#dcf-main #userList li form {
position:absolute;
top:6px;
right:7px;
display:none;
}
#dcf-main #userList li:hover form {display:block;}
#dcf-main #userList li form input[type='submit'] {
-webkit-box-shadow: -1px 1px 3px var(--b);
-moz-box-shadow: -1px 1px 3px var(--b);
box-shadow: -1px 1px 3px var(--b);
}
#dcf-main .addData {
padding:10px;
border-top:2px solid var(--b);
}
#dcf-main .addData input[type='text']{
border:1px solid var(--b);
padding:3px;
width:50%;
font-size:1.06em;
padding:5px 5px 5px 25px;
}
#dcf-main #emailList + form input[type='text']{
display:block;
width:84%;
padding-left:25px;
background: #fff url('images/iconEmail.png') no-repeat 5px 50%;
}
#dcf-main .addData input[type='submit']{
background: #616161;
}
#dcf-main #outpostExtension h3 {
background:url('images/iconVideo.png') no-repeat left top;
padding-left:30px;
}
#dcf-main #outpostExtension h3 span {
font-size:0.7em;
color:#385E9B;
text-transform:uppercase;
font-weight:bold;
}
#dcf-main #outpostExtension li a {
background:#E6E9DC;
background-image:url('images/iconBoxee.png');
background-image: url('images/iconBoxee.png'), -moz-linear-gradient(center bottom,rgb(206,209,197) 11%,rgb(230,233,220) 30%);
background-image: url('images/iconBoxee.png'), -webkit-gradient(linear,left bottom,left top,color-stop(0.11, rgb(206,209,197)),color-stop(0.3, rgb(230,233,220)));
background-position:5% 50%;
background-repeat:no-repeat;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border:1px solid;
border-color:#bec1b4;
color:#4b4c47 !important;
padding:15px 15px 15px 50px;
margin-bottom:10px;
font-size:1.5em;
font-weight:bold;
display:block;
}
#dcf-main #outpostExtension li a:focus {color:#4b4c47 !important;}
#dcf-main #outpostExtension li.itunes a {
background-image:url('images/iconItunes.png');
background-image: url('images/iconItunes.png'), -moz-linear-gradient(center bottom,rgb(206,209,197) 11%,rgb(230,233,220) 30%);
background-image: url('images/iconItunes.png'), -webkit-gradient(linear,left bottom,left top,color-stop(0.11, rgb(206,209,197)),color-stop(0.3, rgb(230,233,220)));
}
#dcf-main #outpostExtension li.youtube a {
background-image:url('images/iconYouTube.png');
background-image: url('images/iconYouTube.png'), -moz-linear-gradient(center bottom,rgb(206,209,197) 11%,rgb(230,233,220) 30%);
background-image: url('images/iconYouTube.png'), -webkit-gradient(linear,left bottom,left top,color-stop(0.11, rgb(206,209,197)),color-stop(0.3, rgb(230,233,220)));
}
#media_form p.caption, dl.caption {
margin-top: 5px;
text-align: right;
color:#1091d1;
border:none;
background:none;
}
dl.caption {
text-align:left;
}
#dcf-main dl.caption dd {
padding-left:0px;
}
#filelist {
font-family: "Gotham SSm A","Gotham SSm B",Verdana,"Verdana Ref",Geneva,Tahoma,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",sans-serif;
}
#filelist b {
font-family: "Tungsten A","Tungsten B",Impact,Haettenschweiler,"Arial Narrow Bold","Franklin Gothic Bold",Charcoal,"Helvetica Inserat","Bitstream Vera Sans Bold","Arial Black",sans-serif;
font-size: 2.369em;
display: block;
}
/*
Google Maps override to display correctly in the framework
*/
#map_canvas img { max-width: none; }
.mh-caption-sidebar {
padding: .75em 1em;
background-color: var(--bg-light-gray);
}
dl {
font-family: "Gotham SSm A","Gotham SSm B",Verdana,"Verdana Ref",Geneva,Tahoma,"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans","Bitstream Vera Sans","Liberation Sans",sans-serif;
margin: 0;
}
dl dt {
font-weight: bold;
font-size: .75em;
}
dl dd {
font-family: "Mercury SSm A","Mercury SSm B",Georgia,Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
background-color: var(--bg-light-gray);
margin-left: 0;
padding: .75em;
margin-bottom: 1em;
}
label[for=format] {
display: block;
}
select#format {
max-width: 220px;
clear: both;
display: block;
float: left;
margin-right: .75em;
}
#download_format {
margin-bottom: 2em;
}
#transcoding-progress progress {
display: block;
width: 100%;
} | 0.299925 | 0.110663 |
html{
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
body{
background-image: linear-gradient(to right, blue, gray, purple);
}
.item1 { grid-area: header; }
.item2 { grid-area: menu; }
.item3 { grid-area: main; }
.item4 { grid-area: footer; }
.grid-container {
display: grid;
grid-template-areas:
'menu header header header header header'
'menu main main main main main'
'footer footer footer footer footer footer';
grid-gap: 0px;
background-color: rgba(255, 255, 255, 0.2);
padding: 10px;
margin: 10px;
}
.grid-container > div {
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
padding: 10px;
margin: 10px;
}
.defn {
border-color: red;
border-style: solid;
}
.navBar {
position: sticky;
top: 0;
overflow: auto;
max-height: 650px;
background-color: rgba(0, 0, 0, 0);
padding: 0px;
margin: 0px;
border: hidden;
}
.codes {
background-color: rgb(20, 20, 20);
padding-bottom: 5px;
padding-top: 5px;
padding-right: 20px;
padding-left: 10px;
margin: 10px;
border-style: solid;
border-left-color: darkgreen;
border-top: hidden;
border-right: hidden;
border-bottom: hidden;
border-radius: 10px;
border-width: 10px;
text-align: left;
width: max-content;
}
pre {
counter-reset: listing;
}
code {
counter-increment: listing;
white-space: pre;
color: white;
}
pre.code {
white-space: pre-wrap;
}
pre.code:before {
counter-reset: listing;
}
pre.code code::before {
content: counter(listing) "| ";
display: inline-block;
color: gray;
width: 35px; /* doesn't work */
padding-left: auto; /* doesn't work */
margin-left: auto; /* doesn't work */
text-align: right; /* doesn't work */
}
code:before{
-webkit-user-select: none;
}
h1, h2{
text-align: center;
color: black;
}
p{
text-align: left;
color: black;
}
ul, ol{
text-align: left;
}
div{
display: block;
border: black;
width: auto;
height: fit-content;
border-style: double;
border-radius: 10px;
border-width: 3px;
padding: 5px;
margin: 5px;
background-color: rgba(255, 255, 255, 0.5);
} | style.css | html{
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
body{
background-image: linear-gradient(to right, blue, gray, purple);
}
.item1 { grid-area: header; }
.item2 { grid-area: menu; }
.item3 { grid-area: main; }
.item4 { grid-area: footer; }
.grid-container {
display: grid;
grid-template-areas:
'menu header header header header header'
'menu main main main main main'
'footer footer footer footer footer footer';
grid-gap: 0px;
background-color: rgba(255, 255, 255, 0.2);
padding: 10px;
margin: 10px;
}
.grid-container > div {
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
padding: 10px;
margin: 10px;
}
.defn {
border-color: red;
border-style: solid;
}
.navBar {
position: sticky;
top: 0;
overflow: auto;
max-height: 650px;
background-color: rgba(0, 0, 0, 0);
padding: 0px;
margin: 0px;
border: hidden;
}
.codes {
background-color: rgb(20, 20, 20);
padding-bottom: 5px;
padding-top: 5px;
padding-right: 20px;
padding-left: 10px;
margin: 10px;
border-style: solid;
border-left-color: darkgreen;
border-top: hidden;
border-right: hidden;
border-bottom: hidden;
border-radius: 10px;
border-width: 10px;
text-align: left;
width: max-content;
}
pre {
counter-reset: listing;
}
code {
counter-increment: listing;
white-space: pre;
color: white;
}
pre.code {
white-space: pre-wrap;
}
pre.code:before {
counter-reset: listing;
}
pre.code code::before {
content: counter(listing) "| ";
display: inline-block;
color: gray;
width: 35px; /* doesn't work */
padding-left: auto; /* doesn't work */
margin-left: auto; /* doesn't work */
text-align: right; /* doesn't work */
}
code:before{
-webkit-user-select: none;
}
h1, h2{
text-align: center;
color: black;
}
p{
text-align: left;
color: black;
}
ul, ol{
text-align: left;
}
div{
display: block;
border: black;
width: auto;
height: fit-content;
border-style: double;
border-radius: 10px;
border-width: 3px;
padding: 5px;
margin: 5px;
background-color: rgba(255, 255, 255, 0.5);
} | 0.466116 | 0.12234 |
html,
body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
#map {
margin: 0;
padding: 0;
}
#HomeButton {
position: absolute;
bottom: 110px;
left: 20px;
z-index: 30;
}
#mapSector{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
#menu{
width: 100%;
position: absolute;
z-index: 40;
pointer-events: none;
}
#menuFiltros{
float: left;
margin: 20px;
pointer-events: all;
}
#menuLeyenda{
float: right;
margin: 20px;
pointer-events: all;
}
#feedback {
display: none;
height: 240px;
font-family: AvenirRegular;
font-size: 14px;
z-index: 40;
background: #fff;
color: #444;
width: 240px;
right: 30px;
bottom: 55px;
box-shadow: 5px 5px 5px #474747;
}
#mostrarFeedback{
width: 240px;
height: 30px;
background-color: rgb(146,25,32);
z-index: 50;
bottom: 30px;
right: 65px;
text-align: center;
line-height: 30px;
color: white;
font-family: AvenirRegular;
font-size: 14px;
cursor: pointer;
box-shadow: 5px 5px 5px #474747;
}
#legendWrapper {
padding: 20px 0 0 0;
}
#divFiltros{
display: none;
z-index: 10;
width: 240px;
background-color: rgba(146,25,32,0.8);
left: 20px;
top: 250px;
box-shadow: 5px 5px 5px #474747;
}
#mostrarFiltros{
z-index: 10;
cursor: pointer;
width: 240px;
height: 30px;
background-color: rgb(146,25,32);
text-align: center;
line-height: 30px;
color: white;
font-family: AvenirRegular;
font-size: 14px;
box-shadow: 5px 5px 5px #474747;
}
#ocultarFiltros{
height: 20px;
float: right;
}
#divFiltros h2{
font-family: AvenirRegular;
font-size: 18px;
color: white;
text-align: center;
margin: 0;
}
select{
font-family: AvenirRegular;
width: 200px;
margin: 10px;
}
@font-face{
font-family: AvenirBold;
src: url(../Fonts/Avenir/AvenirNextLTPro-Bold.otf);
}
@font-face{
font-family: AvenirRegular;
src: url(../Fonts/Avenir/AvenirNextLTPro-Regular.otf);
}
@media screen and (max-width: 580px){
#menu{
height: 100%;
}
#mostrarFiltros{
width: 100%;
}
#menuFiltros{
width: 100%;
margin: 0;
}
#divFiltros{
width: 100%;
}
#menuLeyenda{
width: 100%;
margin: 0;
}
#mostrarFeedback{
width: 100%;
}
#feedback{
width: 100%;
}
} | CSS/Styles.css | html,
body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
#map {
margin: 0;
padding: 0;
}
#HomeButton {
position: absolute;
bottom: 110px;
left: 20px;
z-index: 30;
}
#mapSector{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
#menu{
width: 100%;
position: absolute;
z-index: 40;
pointer-events: none;
}
#menuFiltros{
float: left;
margin: 20px;
pointer-events: all;
}
#menuLeyenda{
float: right;
margin: 20px;
pointer-events: all;
}
#feedback {
display: none;
height: 240px;
font-family: AvenirRegular;
font-size: 14px;
z-index: 40;
background: #fff;
color: #444;
width: 240px;
right: 30px;
bottom: 55px;
box-shadow: 5px 5px 5px #474747;
}
#mostrarFeedback{
width: 240px;
height: 30px;
background-color: rgb(146,25,32);
z-index: 50;
bottom: 30px;
right: 65px;
text-align: center;
line-height: 30px;
color: white;
font-family: AvenirRegular;
font-size: 14px;
cursor: pointer;
box-shadow: 5px 5px 5px #474747;
}
#legendWrapper {
padding: 20px 0 0 0;
}
#divFiltros{
display: none;
z-index: 10;
width: 240px;
background-color: rgba(146,25,32,0.8);
left: 20px;
top: 250px;
box-shadow: 5px 5px 5px #474747;
}
#mostrarFiltros{
z-index: 10;
cursor: pointer;
width: 240px;
height: 30px;
background-color: rgb(146,25,32);
text-align: center;
line-height: 30px;
color: white;
font-family: AvenirRegular;
font-size: 14px;
box-shadow: 5px 5px 5px #474747;
}
#ocultarFiltros{
height: 20px;
float: right;
}
#divFiltros h2{
font-family: AvenirRegular;
font-size: 18px;
color: white;
text-align: center;
margin: 0;
}
select{
font-family: AvenirRegular;
width: 200px;
margin: 10px;
}
@font-face{
font-family: AvenirBold;
src: url(../Fonts/Avenir/AvenirNextLTPro-Bold.otf);
}
@font-face{
font-family: AvenirRegular;
src: url(../Fonts/Avenir/AvenirNextLTPro-Regular.otf);
}
@media screen and (max-width: 580px){
#menu{
height: 100%;
}
#mostrarFiltros{
width: 100%;
}
#menuFiltros{
width: 100%;
margin: 0;
}
#divFiltros{
width: 100%;
}
#menuLeyenda{
width: 100%;
margin: 0;
}
#mostrarFeedback{
width: 100%;
}
#feedback{
width: 100%;
}
} | 0.282295 | 0.068787 |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/dxi1orhcpsqm3vp6mxoatynf5ufddttmlvmwujdhhgs.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/cjzkeoubrn4kerxqtauh3acwcynf_cdxxwclxiixg1c.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../fonts/mtp_ysujh_bn48vbg8snsonf5ufddttmlvmwujdhhgs.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/k3k702zokiljc3wvjuplzinf5ufddttmlvmwujdhhgs.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(../fonts/einbv5dfghoimmvb1xr-honf5ufddttmlvmwujdhhgs.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(../fonts/prmixeptr36kac0geaetxrfb31yxozp-czbf6aakcvo.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/xjajxh38i15wypjxxugmbp0eavxt0g0bientp43qt6e.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(../fonts/prmixeptr36kac0geaetxi8cqlh4meise0rocu-qhoa.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../fonts/prmixeptr36kac0geaetxp_tkvowliotbr7epgfopf4.ttf) format('truetype');
} | template/web/css/b96bc99e2d014bbdb352c611570e7ad2.css | @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/dxi1orhcpsqm3vp6mxoatynf5ufddttmlvmwujdhhgs.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/cjzkeoubrn4kerxqtauh3acwcynf_cdxxwclxiixg1c.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(../fonts/mtp_ysujh_bn48vbg8snsonf5ufddttmlvmwujdhhgs.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/k3k702zokiljc3wvjuplzinf5ufddttmlvmwujdhhgs.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(../fonts/einbv5dfghoimmvb1xr-honf5ufddttmlvmwujdhhgs.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(../fonts/prmixeptr36kac0geaetxrfb31yxozp-czbf6aakcvo.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/xjajxh38i15wypjxxugmbp0eavxt0g0bientp43qt6e.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(../fonts/prmixeptr36kac0geaetxi8cqlh4meise0rocu-qhoa.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../fonts/prmixeptr36kac0geaetxp_tkvowliotbr7epgfopf4.ttf) format('truetype');
} | 0.306008 | 0.075483 |
* {
font-size: 1em;
}
body {
background: #cb356b; /* fallback for old browsers */
background: -webkit-linear-gradient(
to top,
#bd3f32,
#cb356b
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to top,
#bd3f32,
#cb356b
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/*these two lines make the background responsive*/
background-repeat: no-repeat;
background-attachment: fixed;
/*the font from Google Fonts*/
font-family: "Montserrat", sans-serif;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
h1 {
font-size: 3em !important;
background: #ffffff;
color: #ff0033;
margin: 0;
padding: 10px 20px;
text-transform: uppercase;
font-size: 24px;
font-weight: bolder;
width: 97.27%;
position: relative; /*will make it act as the parent element for positioning coordinates of it's child elements*/
}
li {
background: #fff;
height: 40px;
line-height: 40px;
color: #666;
text-transform: none;
}
li:nth-child(2n) {
background: #f7f7f7;
}
li span {
height: 40px;
margin-right: 20px;
margin-left: 20px;
text-align: center;
color: black;
transition: 0.2s linear;
}
input {
font-size: 18px;
color: #2980b9;
background-color: #f7f7f7;
width: 100%;
padding: 13px 13px 13px 20px;
box-sizing: border-box;
border: 3px solid rgba(0, 0, 0, 0);
}
#container {
width: 1500px;
max-width: 1500px;
margin: 100px auto;
background: #f7f7f7;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
border-radius: 1.75%;
}
.completed {
color: gray;
text-decoration: line-through;
}
/*Styling fo the note taking section*/
.note-list {
list-style: none;
margin: 0;
padding: 0;
}
.note-header {
color: #ff0033;
margin: 0;
padding: 10px 20px;
text-transform: uppercase;
}
input[type="text"] {
font-size: 18px;
color: #2980b9;
background-color: #f7f7f7;
padding-left: 5px;
padding-right: 5px;
padding: 13px 13px 13px 20px;
box-sizing: border-box;
border: 3px solid rgba(255, 20, 147, 0.6);
}
input[type="submit"] {
background-color: #4caf50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type="submit"]:hover {
background-color: #45a049;
}
/* The next four selectors are a part of the other things inside the note module*/
.note-list {
overflow-wrap: break-word;
width: 100%;
list-style: none;
}
li {
background: #fff;
height: 40px;
line-height: 20px;
color: #666;
text-transform: none;
font-size: 0.9em;
max-width: 100%; /*limit width */
word-break: break-all; /* wrap extended text*/
}
li:nth-child(2n) {
background: #f7f7f7;
}
/*The delete "button" inside a list item*/
li span {
height: 215px;
padding: 3px 5px;
margin-top: 60px;
margin-bottom: 20px;
margin-left: 10px;
margin-right: 30px;
border-radius: 50%; /* Make it a circle */
border: none;
text-align: justify;
color: white;
background-color: #ff0033;
transition: 0.2s linear;
}
#toggle-form {
position: absolute;
right: 10px;
} | css/todos.css | * {
font-size: 1em;
}
body {
background: #cb356b; /* fallback for old browsers */
background: -webkit-linear-gradient(
to top,
#bd3f32,
#cb356b
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to top,
#bd3f32,
#cb356b
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/*these two lines make the background responsive*/
background-repeat: no-repeat;
background-attachment: fixed;
/*the font from Google Fonts*/
font-family: "Montserrat", sans-serif;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
h1 {
font-size: 3em !important;
background: #ffffff;
color: #ff0033;
margin: 0;
padding: 10px 20px;
text-transform: uppercase;
font-size: 24px;
font-weight: bolder;
width: 97.27%;
position: relative; /*will make it act as the parent element for positioning coordinates of it's child elements*/
}
li {
background: #fff;
height: 40px;
line-height: 40px;
color: #666;
text-transform: none;
}
li:nth-child(2n) {
background: #f7f7f7;
}
li span {
height: 40px;
margin-right: 20px;
margin-left: 20px;
text-align: center;
color: black;
transition: 0.2s linear;
}
input {
font-size: 18px;
color: #2980b9;
background-color: #f7f7f7;
width: 100%;
padding: 13px 13px 13px 20px;
box-sizing: border-box;
border: 3px solid rgba(0, 0, 0, 0);
}
#container {
width: 1500px;
max-width: 1500px;
margin: 100px auto;
background: #f7f7f7;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
border-radius: 1.75%;
}
.completed {
color: gray;
text-decoration: line-through;
}
/*Styling fo the note taking section*/
.note-list {
list-style: none;
margin: 0;
padding: 0;
}
.note-header {
color: #ff0033;
margin: 0;
padding: 10px 20px;
text-transform: uppercase;
}
input[type="text"] {
font-size: 18px;
color: #2980b9;
background-color: #f7f7f7;
padding-left: 5px;
padding-right: 5px;
padding: 13px 13px 13px 20px;
box-sizing: border-box;
border: 3px solid rgba(255, 20, 147, 0.6);
}
input[type="submit"] {
background-color: #4caf50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type="submit"]:hover {
background-color: #45a049;
}
/* The next four selectors are a part of the other things inside the note module*/
.note-list {
overflow-wrap: break-word;
width: 100%;
list-style: none;
}
li {
background: #fff;
height: 40px;
line-height: 20px;
color: #666;
text-transform: none;
font-size: 0.9em;
max-width: 100%; /*limit width */
word-break: break-all; /* wrap extended text*/
}
li:nth-child(2n) {
background: #f7f7f7;
}
/*The delete "button" inside a list item*/
li span {
height: 215px;
padding: 3px 5px;
margin-top: 60px;
margin-bottom: 20px;
margin-left: 10px;
margin-right: 30px;
border-radius: 50%; /* Make it a circle */
border: none;
text-align: justify;
color: white;
background-color: #ff0033;
transition: 0.2s linear;
}
#toggle-form {
position: absolute;
right: 10px;
} | 0.370681 | 0.122444 |
.page-header span {
margin-right: 5px;
}
.game-board {
background-color: white;
border-radius: 100%;
height: 240px; /* 2 x cell + 2 x padding + 2 x cell margin */
width: 240px;
margin: 30px auto;
padding: 10px;
position: relative;
-webkit-box-shadow: 0 5px 7px rgba(0,0,0,0.4);
-moz-box-shadow: 0 5px 7px rgba(0,0,0,0.4);
box-shadow: 0 5px 7px rgba(0,0,0,0.4);
}
@media (min-width: 768px) {
.game-board {
height: 640px; /* 2 x cell + 2 x padding + 2 x cell margin */
width: 640px;
}
}
.game-button {
background-color: white;
border-radius: 100%;
height: 60px; /* board dim / 4 */
width: 60px;
position: absolute;
top: 90px; /* board dim / 2 - button dim / 2 */
left: 90px;
z-index: 11;
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}
@media (min-width: 768px) {
.game-button {
height: 160px; /* board dim / 4 */
width: 160px;
top: 240px; /* board dim / 2 - button dim / 2 */
left: 240px;
}
}
.game-button p {
cursor: pointer;
font-size: 2em;
top: 20%;
position: absolute;
text-align: center;
width: 100%;
}
@media (min-width: 768px) {
.game-button p {
font-size: 4em;
top: 25%;
}
}
.simon-cell {
margin: 5px;
height: 100px;
width: 100px;
float: left;
}
@media (min-width: 768px) {
.simon-cell {
height: 300px;
width: 300px;
}
}
#red {
background-color: #E91E63;
border-top-right-radius: 100%;
border-top-width: 10px;
border-right-width: 10px;
}
#green {
background-color: #8BC34A;
border-top-left-radius: 100%;
border-top-width: 10px;
border-left-width: 10px;
}
#blue{
background-color: #2196F3;
border-bottom-right-radius: 100%;
border-bottom-width: 10px;
border-right-width: 10px;
}
#yellow {
background-color: #FFC107;
border-bottom-left-radius: 100%;
border-bottom-width: 10px;
border-left-width: 10px;
}
.flash {
opacity: 0.2;
} | css/styles.css | .page-header span {
margin-right: 5px;
}
.game-board {
background-color: white;
border-radius: 100%;
height: 240px; /* 2 x cell + 2 x padding + 2 x cell margin */
width: 240px;
margin: 30px auto;
padding: 10px;
position: relative;
-webkit-box-shadow: 0 5px 7px rgba(0,0,0,0.4);
-moz-box-shadow: 0 5px 7px rgba(0,0,0,0.4);
box-shadow: 0 5px 7px rgba(0,0,0,0.4);
}
@media (min-width: 768px) {
.game-board {
height: 640px; /* 2 x cell + 2 x padding + 2 x cell margin */
width: 640px;
}
}
.game-button {
background-color: white;
border-radius: 100%;
height: 60px; /* board dim / 4 */
width: 60px;
position: absolute;
top: 90px; /* board dim / 2 - button dim / 2 */
left: 90px;
z-index: 11;
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}
@media (min-width: 768px) {
.game-button {
height: 160px; /* board dim / 4 */
width: 160px;
top: 240px; /* board dim / 2 - button dim / 2 */
left: 240px;
}
}
.game-button p {
cursor: pointer;
font-size: 2em;
top: 20%;
position: absolute;
text-align: center;
width: 100%;
}
@media (min-width: 768px) {
.game-button p {
font-size: 4em;
top: 25%;
}
}
.simon-cell {
margin: 5px;
height: 100px;
width: 100px;
float: left;
}
@media (min-width: 768px) {
.simon-cell {
height: 300px;
width: 300px;
}
}
#red {
background-color: #E91E63;
border-top-right-radius: 100%;
border-top-width: 10px;
border-right-width: 10px;
}
#green {
background-color: #8BC34A;
border-top-left-radius: 100%;
border-top-width: 10px;
border-left-width: 10px;
}
#blue{
background-color: #2196F3;
border-bottom-right-radius: 100%;
border-bottom-width: 10px;
border-right-width: 10px;
}
#yellow {
background-color: #FFC107;
border-bottom-left-radius: 100%;
border-bottom-width: 10px;
border-left-width: 10px;
}
.flash {
opacity: 0.2;
} | 0.423458 | 0.174129 |
@keyframes move_in_left {
0% {
opacity: 0;
transform: translateX(-10rem); }
80% {
transform: translateX(1rem); }
100% {
opacity: 1;
transform: translateX(0); } }
@keyframes move_in_right {
0% {
opacity: 0;
transform: translateX(10rem); }
80% {
transform: translateX(-1rem); }
100% {
opacity: 1;
transform: translateX(0); } }
@keyframes move_in_bottom {
0% {
opacity: 0;
transform: translateY(3rem); }
100% {
opacity: 1;
transform: translateX(0); } }
*,
*::after,
*::before {
margin: 0;
padding: 0;
/* Padding and height is not added to total width or height for box */
box-sizing: border-box; }
html {
font-size: 62.5%; }
body {
box-sizing: border-box; }
body {
font-family: "Lato", sans-serif;
font-weight: 400;
line-height: 1.7;
color: #777777;
padding: 3rem; }
.heading-primary {
color: #ffffff;
text-transform: uppercase;
backface-visibility: hidden;
margin-bottom: 6rem; }
.heading-primary--main {
display: block;
font-size: 6rem;
font-weight: 400;
letter-spacing: 3.5rem;
animation: move_in_left 1s ease-out; }
.heading-primary--sub {
display: block;
font-size: 2rem;
font-weight: 700;
letter-spacing: 1.75rem;
text-align: left;
animation: move_in_right 1s ease-out; }
.heading-secondary {
font-size: 3.5rem;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px; }
.heading-third {
font-size: 1.6rem;
font-weight: 700;
text-transform: uppercase; }
.paragraph {
font-size: 1.6rem; }
.paragraph:not(:last-child) {
margin-bottom: 3rem; }
.u-center-text {
text-align: center; }
.u-mb-small {
margin-bottom: 1.5rem; }
.u-mb-medium {
margin-bottom: 4rem; }
.u-mb-big {
margin-bottom: 8rem; }
.u-mt-small {
margin-top: 1.5rem; }
.bg-video {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: -10;
opacity: 0.3; }
.bg-video__content {
height: 100%;
width: 100%;
object-fit: cover; }
.btn:link, .btn:visited {
text-transform: uppercase;
text-decoration: none;
padding: 1.5rem 4rem;
display: inline-block;
border-radius: 5rem;
transition: all 0.2s;
position: relative;
font-size: 1.6rem; }
.btn:hover {
transform: translateY(-3px);
box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.2); }
.btn:hover::after {
transform: scaleX(1.4) scaleY(1.6);
opacity: 0; }
.btn:active {
transform: translateY(-0.1rem);
box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.1); }
.btn--white {
background-color: #ffffff;
color: #777777; }
.btn--white::after {
background-color: #ffffff; }
.btn--green {
background-color: #55c57a;
color: #ffffff; }
.btn--green::after {
background-color: #55c57a; }
.btn::after {
content: "";
display: inline-block;
height: 100%;
width: 100%;
border-radius: 5rem;
position: absolute;
top: 0;
left: 0;
z-index: -1;
transition: all 0.4s; }
.btn--animated {
animation: move_in_bottom 1s ease-out 0.75s;
animation-fill-mode: backwards; }
.btn-text:link, .btn-text:visited {
font-size: 1.6rem;
color: #55c57a;
display: inline-block;
text-decoration: none;
padding: 3px 10px;
position: relative;
transition: all 0.2s; }
.btn-text:after {
position: absolute;
content: "";
height: 1px;
margin: 0 auto;
left: 0;
right: 0;
bottom: 0;
width: 83%;
background: #55c57a;
transition: all 0.2s; }
.btn-text:hover {
background: #55c57a;
color: #ffffff;
box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
transform: translateY(-2px); }
.btn-text:hover:after {
opacity: 0; }
.btn-text:active {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
transform: translateY(-1px); }
.test:link, .test:visited {
font-size: 1.6rem;
color: #55c57a;
text-decoration: none;
display: inline-block;
transition: all 0.2s;
padding: 0 2rem; }
.test:hover {
background-color: orange;
color: red; }
.test:hover .move {
margin-left: 2rem;
transform: translateX(1rem); }
.card {
-moz-perspective: 150rem;
perspective: 150rem;
position: relative;
height: 50rem; }
.card__side {
height: 50rem;
transition: all 0.8s ease;
border-radius: 4px;
box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
font-size: 1.6rem;
position: absolute;
top: 0;
left: 0;
width: 100%;
backface-visibility: hidden; }
.card__side--back {
transform: rotateY(180deg); }
.card__side--back-1 {
background-image: linear-gradient(to right bottom, #7ed568, #28b485); }
.card__side--back-2 {
background-image: linear-gradient(to right bottom, #ffb900, #ff7730); }
.card__side--back-3 {
background-image: linear-gradient(to right bottom, #1488cc, #2b32b2); }
.card:hover .card__side--front {
transform: rotateY(-180deg); }
.card:hover .card__side--back {
transform: rotateY(0); }
.card__image {
background-size: cover;
height: 23rem;
clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
border-top-left-radius: 4px;
border-top-right-radius: 4px; }
.card__image--1 {
background-image: linear-gradient(to right bottom, rgba(126, 213, 104, 0.8), rgba(40, 180, 133, 0.8)), url(../img/nat-5.jpg); }
.card__image--2 {
background-image: linear-gradient(to right bottom, rgba(255, 185, 0, 0.8), rgba(255, 119, 48, 0.8)), url(../img/nat-6.jpg); }
.card__image--3 {
background-image: linear-gradient(to right bottom, rgba(20, 136, 204, 0.8), rgba(43, 50, 178, 0.8)), url(../img/nat-7.jpg); }
.card__heading {
font-size: 2.8rem;
font-weight: 300;
color: #ffffff;
text-transform: uppercase;
position: absolute;
top: 12rem;
right: 2rem;
width: 75%;
text-align: right; }
.card__heading-span {
padding: 1rem 1.5rem;
-webkit-box-decoration-break: clone;
box-decoration-break: clone; }
.card__heading-span--1 {
background-image: linear-gradient(to right, #7ed568, #28b485); }
.card__heading-span--2 {
background-image: linear-gradient(to right, #ffb900, #ff7730); }
.card__heading-span--3 {
background-image: linear-gradient(to right, #1488cc, #2b32b2); }
.card__details {
padding: 0 3rem; }
.card__details ul {
list-style: none;
width: 80%;
margin: 0 auto; }
.card__details ul li {
color: #777777;
padding: 1rem;
text-align: center;
font-size: 1.5rem; }
.card__details ul li:not(:last-child) {
border-bottom: 1px solid #eeeeee; }
.card__cta {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center; }
.card__price-box {
color: #ffffff;
text-align: center; }
.card__price-only {
text-transform: uppercase; }
.card__price-value {
font-size: 6rem;
font-weight: 100; }
.composition {
position: relative; }
.composition__photo {
width: 60%;
box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.4);
border-radius: 4px;
transition: all .4s;
position: absolute;
outline-offset: 1rem; }
.composition__photo--p1 {
left: 0; }
.composition__photo--p2 {
right: 0;
top: 3rem; }
.composition__photo--p3 {
left: 20%;
top: 10rem; }
.composition__photo:hover {
outline: 1rem solid #55c57a;
-moz-outline-radius: 4px;
transform: scale(1.1) translateY(-5px);
box-shadow: 0 2.2rem 4.4rem rgba(0, 0, 0, 0.44);
z-index: 20; }
.composition:hover .composition__photo:not(:hover) {
transform: scale(0.9); }
.feature-box {
background-color: rgba(255, 255, 255, 0.8);
font-size: 1.5rem;
text-align: center;
padding: 2.5rem;
border-radius: 3px;
box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.2);
transition: transform 0.3s; }
.feature-box__icon {
background-image: linear-gradient(to right, #7ed568, #28b485);
background-clip: text;
-webkit-background-clip: text;
display: inline-block;
color: transparent;
font-size: 6rem; }
.feature-box:hover {
transform: scale(1.05) translateY(-1rem);
box-shadow: 0 1.05rem 1.575rem rgba(0, 0, 0, 0.22); }
.story {
width: 75%;
margin: 0 auto;
box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
background: rgba(255, 255, 255, 0.8);
border-radius: 4px;
padding: 6rem;
padding-left: 9rem;
font-size: 1.6rem;
transform: skewX(-12deg); }
.story__shape {
height: 15rem;
width: 15rem;
float: left;
position: relative;
-webkit-shape-outside: circle(50% at 50% 50%);
shape-outside: circle(50% at 50% 50%);
-webkit-clip-path: circle(50% at 50% 50%);
clip-path: circle(50% at 50% 50%);
transform: translateX(-3rem) skewX(12deg); }
.story__image {
height: 100%;
transform: translateX(-4rem);
transition: all 0.5s; }
.story__text {
transform: skewX(12deg); }
.story__caption {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, 20%);
opacity: 0;
color: #ffffff;
text-transform: uppercase;
text-align: center;
font-size: 1.7rem;
transition: all 0.5s;
backface-visibility: hidden; }
.story:hover .story__caption {
opacity: 1;
transform: translate(-50%, -50%); }
.story:hover .story__image {
transform: translateX(-4rem) scale(1.4);
filter: blur(3px) brightness(80%); }
.row {
max-width: 114rem;
margin: 0 auto; }
.row:not(:last-child) {
margin-bottom: 8rem; }
.row::after {
content: "";
display: table;
clear: both; }
.row [class^="col-"] {
float: left; }
.row [class^="col-"]:not(:last-child) {
margin-right: 6rem; }
.row .col-1-of-2 {
width: calc((100% - 6rem) / 2); }
.row .col-1-of-3 {
width: calc((100% - 2 * 6rem) / 3); }
.row .col-2-of-3 {
width: calc(
(2 * (100% - 2 * 6rem) / 3) + 6rem); }
.row .col-1-of-4 {
width: calc((100% - 3 * 6rem) / 4); }
.row .col-2-of-4 {
width: calc(
(2 * (100% - 3 * 6rem) / 4) + 6rem); }
.row .col-3-of-4 {
width: calc(
(3 * (100% - 3 * 6rem) / 4) + 2 * 6rem); }
.header {
height: 95vh;
background-image: linear-gradient(to right bottom, rgba(126, 213, 104, 0.8), rgba(40, 180, 133, 0.8)), url(../img/hero.jpg);
background-size: cover;
background-position: top;
position: relative;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%); }
.header__logo-box {
position: absolute;
top: 4rem;
left: 4rem; }
.header__logo {
height: 3.5rem; }
.header__text-box {
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center; }
.heading-primary {
color: #ffffff;
text-transform: uppercase;
backface-visibility: hidden;
margin-bottom: 6rem; }
.heading-primary--main {
display: block;
font-size: 6rem;
font-weight: 400;
letter-spacing: 3.5rem;
animation: move_in_left 1s ease-out; }
.heading-primary--sub {
display: block;
font-size: 2rem;
font-weight: 700;
letter-spacing: 1.75rem;
text-align: left;
animation: move_in_right 1s ease-out; }
.section-about {
background-color: #f7f7f7;
padding: 25rem 0;
margin-top: -20vh; }
.heading-secondary {
background-image: linear-gradient(to right, #7ed568, #28b485);
background-clip: text;
-webkit-background-clip: text;
display: inline-block;
color: transparent;
font-size: 3.5rem;
transition: all 0.2s; }
.heading-secondary:hover {
transform: scale(1.1);
text-shadow: 0.3rem 1rem 0.5rem rgba(0, 0, 0, 0.2); }
.section-features {
padding: 20rem 0;
background-image: linear-gradient(to right bottom, rgba(126, 213, 104, 0.8), rgba(40, 180, 133, 0.8)), url(../img/nat-4.jpg);
background-size: cover;
background-position: top;
transform: skewY(-6deg);
margin-top: -10rem; }
.section-features > * {
transform: skewY(6deg); }
.section-tours {
background-color: #f7f7f7;
padding: 25rem 0 10rem 0;
margin-top: -7rem; }
.section-stories {
padding: 15rem 0;
position: relative; }
.section-book {
padding: 15rem;
background-image: linear-gradient(to right bottom, #7ed568, #28b485); }
.book {
background: linear-gradient(100deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, transparent 50%), url(../img/nat-10.jpg);
background-size: cover;
height: 50rem;
border-radius: 4px;
box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.3); }
.book__form {
padding: 6rem;
width: 50%; } | css/style.css | @keyframes move_in_left {
0% {
opacity: 0;
transform: translateX(-10rem); }
80% {
transform: translateX(1rem); }
100% {
opacity: 1;
transform: translateX(0); } }
@keyframes move_in_right {
0% {
opacity: 0;
transform: translateX(10rem); }
80% {
transform: translateX(-1rem); }
100% {
opacity: 1;
transform: translateX(0); } }
@keyframes move_in_bottom {
0% {
opacity: 0;
transform: translateY(3rem); }
100% {
opacity: 1;
transform: translateX(0); } }
*,
*::after,
*::before {
margin: 0;
padding: 0;
/* Padding and height is not added to total width or height for box */
box-sizing: border-box; }
html {
font-size: 62.5%; }
body {
box-sizing: border-box; }
body {
font-family: "Lato", sans-serif;
font-weight: 400;
line-height: 1.7;
color: #777777;
padding: 3rem; }
.heading-primary {
color: #ffffff;
text-transform: uppercase;
backface-visibility: hidden;
margin-bottom: 6rem; }
.heading-primary--main {
display: block;
font-size: 6rem;
font-weight: 400;
letter-spacing: 3.5rem;
animation: move_in_left 1s ease-out; }
.heading-primary--sub {
display: block;
font-size: 2rem;
font-weight: 700;
letter-spacing: 1.75rem;
text-align: left;
animation: move_in_right 1s ease-out; }
.heading-secondary {
font-size: 3.5rem;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px; }
.heading-third {
font-size: 1.6rem;
font-weight: 700;
text-transform: uppercase; }
.paragraph {
font-size: 1.6rem; }
.paragraph:not(:last-child) {
margin-bottom: 3rem; }
.u-center-text {
text-align: center; }
.u-mb-small {
margin-bottom: 1.5rem; }
.u-mb-medium {
margin-bottom: 4rem; }
.u-mb-big {
margin-bottom: 8rem; }
.u-mt-small {
margin-top: 1.5rem; }
.bg-video {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: -10;
opacity: 0.3; }
.bg-video__content {
height: 100%;
width: 100%;
object-fit: cover; }
.btn:link, .btn:visited {
text-transform: uppercase;
text-decoration: none;
padding: 1.5rem 4rem;
display: inline-block;
border-radius: 5rem;
transition: all 0.2s;
position: relative;
font-size: 1.6rem; }
.btn:hover {
transform: translateY(-3px);
box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.2); }
.btn:hover::after {
transform: scaleX(1.4) scaleY(1.6);
opacity: 0; }
.btn:active {
transform: translateY(-0.1rem);
box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.1); }
.btn--white {
background-color: #ffffff;
color: #777777; }
.btn--white::after {
background-color: #ffffff; }
.btn--green {
background-color: #55c57a;
color: #ffffff; }
.btn--green::after {
background-color: #55c57a; }
.btn::after {
content: "";
display: inline-block;
height: 100%;
width: 100%;
border-radius: 5rem;
position: absolute;
top: 0;
left: 0;
z-index: -1;
transition: all 0.4s; }
.btn--animated {
animation: move_in_bottom 1s ease-out 0.75s;
animation-fill-mode: backwards; }
.btn-text:link, .btn-text:visited {
font-size: 1.6rem;
color: #55c57a;
display: inline-block;
text-decoration: none;
padding: 3px 10px;
position: relative;
transition: all 0.2s; }
.btn-text:after {
position: absolute;
content: "";
height: 1px;
margin: 0 auto;
left: 0;
right: 0;
bottom: 0;
width: 83%;
background: #55c57a;
transition: all 0.2s; }
.btn-text:hover {
background: #55c57a;
color: #ffffff;
box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
transform: translateY(-2px); }
.btn-text:hover:after {
opacity: 0; }
.btn-text:active {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
transform: translateY(-1px); }
.test:link, .test:visited {
font-size: 1.6rem;
color: #55c57a;
text-decoration: none;
display: inline-block;
transition: all 0.2s;
padding: 0 2rem; }
.test:hover {
background-color: orange;
color: red; }
.test:hover .move {
margin-left: 2rem;
transform: translateX(1rem); }
.card {
-moz-perspective: 150rem;
perspective: 150rem;
position: relative;
height: 50rem; }
.card__side {
height: 50rem;
transition: all 0.8s ease;
border-radius: 4px;
box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
font-size: 1.6rem;
position: absolute;
top: 0;
left: 0;
width: 100%;
backface-visibility: hidden; }
.card__side--back {
transform: rotateY(180deg); }
.card__side--back-1 {
background-image: linear-gradient(to right bottom, #7ed568, #28b485); }
.card__side--back-2 {
background-image: linear-gradient(to right bottom, #ffb900, #ff7730); }
.card__side--back-3 {
background-image: linear-gradient(to right bottom, #1488cc, #2b32b2); }
.card:hover .card__side--front {
transform: rotateY(-180deg); }
.card:hover .card__side--back {
transform: rotateY(0); }
.card__image {
background-size: cover;
height: 23rem;
clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
border-top-left-radius: 4px;
border-top-right-radius: 4px; }
.card__image--1 {
background-image: linear-gradient(to right bottom, rgba(126, 213, 104, 0.8), rgba(40, 180, 133, 0.8)), url(../img/nat-5.jpg); }
.card__image--2 {
background-image: linear-gradient(to right bottom, rgba(255, 185, 0, 0.8), rgba(255, 119, 48, 0.8)), url(../img/nat-6.jpg); }
.card__image--3 {
background-image: linear-gradient(to right bottom, rgba(20, 136, 204, 0.8), rgba(43, 50, 178, 0.8)), url(../img/nat-7.jpg); }
.card__heading {
font-size: 2.8rem;
font-weight: 300;
color: #ffffff;
text-transform: uppercase;
position: absolute;
top: 12rem;
right: 2rem;
width: 75%;
text-align: right; }
.card__heading-span {
padding: 1rem 1.5rem;
-webkit-box-decoration-break: clone;
box-decoration-break: clone; }
.card__heading-span--1 {
background-image: linear-gradient(to right, #7ed568, #28b485); }
.card__heading-span--2 {
background-image: linear-gradient(to right, #ffb900, #ff7730); }
.card__heading-span--3 {
background-image: linear-gradient(to right, #1488cc, #2b32b2); }
.card__details {
padding: 0 3rem; }
.card__details ul {
list-style: none;
width: 80%;
margin: 0 auto; }
.card__details ul li {
color: #777777;
padding: 1rem;
text-align: center;
font-size: 1.5rem; }
.card__details ul li:not(:last-child) {
border-bottom: 1px solid #eeeeee; }
.card__cta {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center; }
.card__price-box {
color: #ffffff;
text-align: center; }
.card__price-only {
text-transform: uppercase; }
.card__price-value {
font-size: 6rem;
font-weight: 100; }
.composition {
position: relative; }
.composition__photo {
width: 60%;
box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.4);
border-radius: 4px;
transition: all .4s;
position: absolute;
outline-offset: 1rem; }
.composition__photo--p1 {
left: 0; }
.composition__photo--p2 {
right: 0;
top: 3rem; }
.composition__photo--p3 {
left: 20%;
top: 10rem; }
.composition__photo:hover {
outline: 1rem solid #55c57a;
-moz-outline-radius: 4px;
transform: scale(1.1) translateY(-5px);
box-shadow: 0 2.2rem 4.4rem rgba(0, 0, 0, 0.44);
z-index: 20; }
.composition:hover .composition__photo:not(:hover) {
transform: scale(0.9); }
.feature-box {
background-color: rgba(255, 255, 255, 0.8);
font-size: 1.5rem;
text-align: center;
padding: 2.5rem;
border-radius: 3px;
box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.2);
transition: transform 0.3s; }
.feature-box__icon {
background-image: linear-gradient(to right, #7ed568, #28b485);
background-clip: text;
-webkit-background-clip: text;
display: inline-block;
color: transparent;
font-size: 6rem; }
.feature-box:hover {
transform: scale(1.05) translateY(-1rem);
box-shadow: 0 1.05rem 1.575rem rgba(0, 0, 0, 0.22); }
.story {
width: 75%;
margin: 0 auto;
box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
background: rgba(255, 255, 255, 0.8);
border-radius: 4px;
padding: 6rem;
padding-left: 9rem;
font-size: 1.6rem;
transform: skewX(-12deg); }
.story__shape {
height: 15rem;
width: 15rem;
float: left;
position: relative;
-webkit-shape-outside: circle(50% at 50% 50%);
shape-outside: circle(50% at 50% 50%);
-webkit-clip-path: circle(50% at 50% 50%);
clip-path: circle(50% at 50% 50%);
transform: translateX(-3rem) skewX(12deg); }
.story__image {
height: 100%;
transform: translateX(-4rem);
transition: all 0.5s; }
.story__text {
transform: skewX(12deg); }
.story__caption {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, 20%);
opacity: 0;
color: #ffffff;
text-transform: uppercase;
text-align: center;
font-size: 1.7rem;
transition: all 0.5s;
backface-visibility: hidden; }
.story:hover .story__caption {
opacity: 1;
transform: translate(-50%, -50%); }
.story:hover .story__image {
transform: translateX(-4rem) scale(1.4);
filter: blur(3px) brightness(80%); }
.row {
max-width: 114rem;
margin: 0 auto; }
.row:not(:last-child) {
margin-bottom: 8rem; }
.row::after {
content: "";
display: table;
clear: both; }
.row [class^="col-"] {
float: left; }
.row [class^="col-"]:not(:last-child) {
margin-right: 6rem; }
.row .col-1-of-2 {
width: calc((100% - 6rem) / 2); }
.row .col-1-of-3 {
width: calc((100% - 2 * 6rem) / 3); }
.row .col-2-of-3 {
width: calc(
(2 * (100% - 2 * 6rem) / 3) + 6rem); }
.row .col-1-of-4 {
width: calc((100% - 3 * 6rem) / 4); }
.row .col-2-of-4 {
width: calc(
(2 * (100% - 3 * 6rem) / 4) + 6rem); }
.row .col-3-of-4 {
width: calc(
(3 * (100% - 3 * 6rem) / 4) + 2 * 6rem); }
.header {
height: 95vh;
background-image: linear-gradient(to right bottom, rgba(126, 213, 104, 0.8), rgba(40, 180, 133, 0.8)), url(../img/hero.jpg);
background-size: cover;
background-position: top;
position: relative;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 75vh, 0 100%); }
.header__logo-box {
position: absolute;
top: 4rem;
left: 4rem; }
.header__logo {
height: 3.5rem; }
.header__text-box {
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center; }
.heading-primary {
color: #ffffff;
text-transform: uppercase;
backface-visibility: hidden;
margin-bottom: 6rem; }
.heading-primary--main {
display: block;
font-size: 6rem;
font-weight: 400;
letter-spacing: 3.5rem;
animation: move_in_left 1s ease-out; }
.heading-primary--sub {
display: block;
font-size: 2rem;
font-weight: 700;
letter-spacing: 1.75rem;
text-align: left;
animation: move_in_right 1s ease-out; }
.section-about {
background-color: #f7f7f7;
padding: 25rem 0;
margin-top: -20vh; }
.heading-secondary {
background-image: linear-gradient(to right, #7ed568, #28b485);
background-clip: text;
-webkit-background-clip: text;
display: inline-block;
color: transparent;
font-size: 3.5rem;
transition: all 0.2s; }
.heading-secondary:hover {
transform: scale(1.1);
text-shadow: 0.3rem 1rem 0.5rem rgba(0, 0, 0, 0.2); }
.section-features {
padding: 20rem 0;
background-image: linear-gradient(to right bottom, rgba(126, 213, 104, 0.8), rgba(40, 180, 133, 0.8)), url(../img/nat-4.jpg);
background-size: cover;
background-position: top;
transform: skewY(-6deg);
margin-top: -10rem; }
.section-features > * {
transform: skewY(6deg); }
.section-tours {
background-color: #f7f7f7;
padding: 25rem 0 10rem 0;
margin-top: -7rem; }
.section-stories {
padding: 15rem 0;
position: relative; }
.section-book {
padding: 15rem;
background-image: linear-gradient(to right bottom, #7ed568, #28b485); }
.book {
background: linear-gradient(100deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 50%, transparent 50%), url(../img/nat-10.jpg);
background-size: cover;
height: 50rem;
border-radius: 4px;
box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.3); }
.book__form {
padding: 6rem;
width: 50%; } | 0.605449 | 0.134491 |
* {
box-sizing: border-box;
}
html {
font-size: 15px;
font-family: sans-serif;
font-weight: 500;
color: rgb(41, 41, 41);
}
body {
min-height: 100vh;
height: 100%;
}
body, h1, h2, h3, h4, h5, h6, ul, ol, p {
padding: 0;
margin: 0;
}
a {
text-decoration: none;
}
ul, ol {
list-style: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
}
.page-container {
width: 100%;
padding: 0 10px;
}
.page-container_background-dark {
background-color: rgba(0, 0, 0, 0.8);
}
.page-container_background-light {
background-color: #f6f6f6;
}
.page-container_background-light-two {
background-color: #fafafa;
}
.page-container_background-light-three {
background-color: #f2f2f2;
}
.page-container_background-light-pink {
background-color: #f9f0eb;
}
.page-container_margin-top {
margin-top: 20px;
}
.nav-container {
max-width: 1050px;
width: 100%;
margin: auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.nav-container_vertical-padding {
padding: 10px 0;
}
.nav-container__link {
display: flex;
flex-direction: column;
}
.nav-container__link:hover, .nav-container__link:hover .nav-container__link__svg__patch {
color: lightgray;
fill: lightgray;
}
.nav-container__link_white {
color: white;
}
.nav-container__link_black {
color: black;
}
.nav-container__item-name {
padding: 10px 0 5px 0;
}
.section-container {
max-width: 1050px;
width: 100%;
margin: auto;
}
.section-container_flex-center {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.section-container_flex-reverse {
flex-direction: row-reverse;
}
.section-container_column {
flex-direction: column;
}
.section-container_compare {
background: url(./assets/images/howtoshoot_large_2x.jpg) no-repeat;
background-size: cover;
padding: 232px 0;
max-width: 1140px;
height: 676px;
}
.section-container_extra-width {
max-width: 1250px;
}
.section-container_padding {
padding: 25px;
}
.section-container_padding-bottom-none {
padding-bottom: 0;
}
.section-container_center {
text-align: center;
}
.section-container__title-h2 {
margin: 20px 0;
font-size: 45px;
}
.section-container__title-h2_white {
color: white;
}
.section-container__title-h2_margin {
margin: 20px 30px;
}
.section-container__title-h3 {
font-size: 30px;
}
.section-container__container-for-content {
width: 500px;
flex-shrink: 0;
margin: 0 10px;
}
.section-container__container-for-content_extra-width {
width: 560px;
}
.section-container__container-for-content_extra-margin {
margin: 20px 10px;
}
.section-container__container-for-content_padding {
padding: 20px 30px;
}
.section-container__container-for-content_padding-top {
padding-top: 20px;
}
.section-container__container-for-content_with-height {
height: 540px;
}
/* висота не обовязкова sставлю для того щоб в контейнері під картинкою фон був ідентичиний картинці як і напроти. Свого роду костиль */
.section-container__container-for-content_with-extra-height {
min-height: 705px;
}
.section-container__container-for-content_airpods {
background: url(./assets/images/airpods_large_2x.jpg) no-repeat 0 240px;
background-size: contain;
background-color: #fafafa;
}
.section-container__container-for-content_accessories {
background: url(./assets/images/accessories_large_2x.jpg) no-repeat 0 240px;
background-size: contain;
background-color: #fafafa;
}
.section-container__container-for-content_background {
background-color: #fafafa;
}
.section-container__container-for-dato {
margin: 20px 0;
}
.section-container__container-for-dato__text {
color: #888;
margin: 0 15px;
}
.section-container__link {
display: block;
margin: 50px 0 0 0;
color: #0070c9;
font-size: 22px;
}
.section-container__link::after {
content: ' >';
}
.section-container__link:hover {
text-decoration: underline;
}
.section-container__image {
width: 650px;
margin: 50px 0;
}
@media screen and (max-width: 750px) {
.section-container__image {
width: 450px;
}
}
.section-container__image_extra-width {
width: 1050px;
}
@media screen and (max-width: 1150px) {
.section-container__image_extra-width {
width: 850px;
}
}
@media screen and (max-width: 950px) {
.section-container__image_extra-width {
width: 650px;
}
}
@media screen and (max-width: 750px) {
.section-container__image_extra-width {
width: 450px;
}
}
.section-container__image_for-content-block {
width: 560px;
}
.section-container__image_margin-bottom-none {
margin-bottom: -3px;
}
.section-container__text {
text-align: justify;
margin: 0 50px;
}
.footer-container {
max-width: 1140px;
width: 100%;
margin: auto;
padding: 15px 0 150px 0;
}
.footer-container__copyrigting {
color: #888;
font-size: 11.5px;
}
.footer-container__navigation {
margin: 30px 0;
}
.footer-container__navigation__link {
color: #555;
padding: 0 15px;
border-right: 1px solid #d6d6d6;
}
.footer-container__navigation__link:first-of-type {
padding-left: 0;
}
.footer-container__navigation__link:last-of-type {
border: none;
}
.footer-container__navigation__link:hover {
text-decoration: underline;
}
/*# sourceMappingURL=h_w_6.css.map*/ | docs/h_w_6.css | * {
box-sizing: border-box;
}
html {
font-size: 15px;
font-family: sans-serif;
font-weight: 500;
color: rgb(41, 41, 41);
}
body {
min-height: 100vh;
height: 100%;
}
body, h1, h2, h3, h4, h5, h6, ul, ol, p {
padding: 0;
margin: 0;
}
a {
text-decoration: none;
}
ul, ol {
list-style: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
}
.page-container {
width: 100%;
padding: 0 10px;
}
.page-container_background-dark {
background-color: rgba(0, 0, 0, 0.8);
}
.page-container_background-light {
background-color: #f6f6f6;
}
.page-container_background-light-two {
background-color: #fafafa;
}
.page-container_background-light-three {
background-color: #f2f2f2;
}
.page-container_background-light-pink {
background-color: #f9f0eb;
}
.page-container_margin-top {
margin-top: 20px;
}
.nav-container {
max-width: 1050px;
width: 100%;
margin: auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.nav-container_vertical-padding {
padding: 10px 0;
}
.nav-container__link {
display: flex;
flex-direction: column;
}
.nav-container__link:hover, .nav-container__link:hover .nav-container__link__svg__patch {
color: lightgray;
fill: lightgray;
}
.nav-container__link_white {
color: white;
}
.nav-container__link_black {
color: black;
}
.nav-container__item-name {
padding: 10px 0 5px 0;
}
.section-container {
max-width: 1050px;
width: 100%;
margin: auto;
}
.section-container_flex-center {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.section-container_flex-reverse {
flex-direction: row-reverse;
}
.section-container_column {
flex-direction: column;
}
.section-container_compare {
background: url(./assets/images/howtoshoot_large_2x.jpg) no-repeat;
background-size: cover;
padding: 232px 0;
max-width: 1140px;
height: 676px;
}
.section-container_extra-width {
max-width: 1250px;
}
.section-container_padding {
padding: 25px;
}
.section-container_padding-bottom-none {
padding-bottom: 0;
}
.section-container_center {
text-align: center;
}
.section-container__title-h2 {
margin: 20px 0;
font-size: 45px;
}
.section-container__title-h2_white {
color: white;
}
.section-container__title-h2_margin {
margin: 20px 30px;
}
.section-container__title-h3 {
font-size: 30px;
}
.section-container__container-for-content {
width: 500px;
flex-shrink: 0;
margin: 0 10px;
}
.section-container__container-for-content_extra-width {
width: 560px;
}
.section-container__container-for-content_extra-margin {
margin: 20px 10px;
}
.section-container__container-for-content_padding {
padding: 20px 30px;
}
.section-container__container-for-content_padding-top {
padding-top: 20px;
}
.section-container__container-for-content_with-height {
height: 540px;
}
/* висота не обовязкова sставлю для того щоб в контейнері під картинкою фон був ідентичиний картинці як і напроти. Свого роду костиль */
.section-container__container-for-content_with-extra-height {
min-height: 705px;
}
.section-container__container-for-content_airpods {
background: url(./assets/images/airpods_large_2x.jpg) no-repeat 0 240px;
background-size: contain;
background-color: #fafafa;
}
.section-container__container-for-content_accessories {
background: url(./assets/images/accessories_large_2x.jpg) no-repeat 0 240px;
background-size: contain;
background-color: #fafafa;
}
.section-container__container-for-content_background {
background-color: #fafafa;
}
.section-container__container-for-dato {
margin: 20px 0;
}
.section-container__container-for-dato__text {
color: #888;
margin: 0 15px;
}
.section-container__link {
display: block;
margin: 50px 0 0 0;
color: #0070c9;
font-size: 22px;
}
.section-container__link::after {
content: ' >';
}
.section-container__link:hover {
text-decoration: underline;
}
.section-container__image {
width: 650px;
margin: 50px 0;
}
@media screen and (max-width: 750px) {
.section-container__image {
width: 450px;
}
}
.section-container__image_extra-width {
width: 1050px;
}
@media screen and (max-width: 1150px) {
.section-container__image_extra-width {
width: 850px;
}
}
@media screen and (max-width: 950px) {
.section-container__image_extra-width {
width: 650px;
}
}
@media screen and (max-width: 750px) {
.section-container__image_extra-width {
width: 450px;
}
}
.section-container__image_for-content-block {
width: 560px;
}
.section-container__image_margin-bottom-none {
margin-bottom: -3px;
}
.section-container__text {
text-align: justify;
margin: 0 50px;
}
.footer-container {
max-width: 1140px;
width: 100%;
margin: auto;
padding: 15px 0 150px 0;
}
.footer-container__copyrigting {
color: #888;
font-size: 11.5px;
}
.footer-container__navigation {
margin: 30px 0;
}
.footer-container__navigation__link {
color: #555;
padding: 0 15px;
border-right: 1px solid #d6d6d6;
}
.footer-container__navigation__link:first-of-type {
padding-left: 0;
}
.footer-container__navigation__link:last-of-type {
border: none;
}
.footer-container__navigation__link:hover {
text-decoration: underline;
}
/*# sourceMappingURL=h_w_6.css.map*/ | 0.439266 | 0.10316 |
/*hide the inputs/checkmarks*/
#WeTrustProductsBanner--check {
display: none;
}
/*hide the WeTrustProductsBanner--product__list*/
.WeTrustProductsBanner--product__list {
max-height: 0;
overflow: hidden;
list-style: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
/*show the WeTrustProductsBanner--product__list when checked*/
#WeTrustProductsBanner--check:checked ~ .WeTrustProductsBanner--product__list {
max-height: 700px;
}
.WeTrustProductsBanner--arrow__up {
display: none;
}
#WeTrustProductsBanner--check:checked
~ .WeTrustProductsBanner--title
.WeTrustProductsBanner--arrow__up {
display: block;
}
#WeTrustProductsBanner--check:checked
~ .WeTrustProductsBanner--title
.WeTrustProductsBanner--arrow__down {
display: none;
}
.WeTrustProductsBanner--arrow__up {
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
}
.WeTrustProductsBanner--arrow__down {
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #ffffff;
}
.WeTrustProductsBanner--title {
position: relative;
display: block;
cursor: pointer;
padding: 16px;
font-family: proxima-nova, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 6px;
color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
}
.WeTrustProductsBanner--product__wrapper {
flex-basis: 50%;
max-width: 50%;
padding: 16px;
box-sizing: border-box;
}
.WeTrustProductsBanner--product__link {
justify-content: center;
align-items: center;
display: flex;
height: 40px;
padding-left: 16px;
padding-right: 16px;
border-radius: 4px;
border: solid 1px #b1b1b1;
box-sizing: border-box;
}
.WeTrustProductsBanner--product__link img {
width: 100%;
max-height: 16px;
}
.WeTrustProductsBanner {
background-color: #222222;
}
@media only screen and (min-width: 700px) {
.WeTrustProductsBanner--product__list {
justify-content: center;
display: flex;
overflow: auto;
max-height: initial;
}
.WeTrustProductsBanner--title {
display: none;
}
.WeTrustProductsBanner--product__wrapper {
padding: 0;
flex-basis: auto;
}
.WeTrustProductsBanner--product__link {
border: none;
}
.WeTrustProductsBanner--product__link img {
max-height: 32px;
}
}
/* Footer */
.Footer--link__nav {
font-family: proxima-nova, Arial, Helvetica, sans-serif;
color: #7e7e7e;
font-weight: normal;
padding: 0 15px;
text-decoration: none;
font-size: 16px;
line-height: 1.5;
text-align: center;
color: #7e7e7e;
}
.Footer--link__social {
font-family: proxima-nova, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
font-size: 16px;
line-height: 1.5;
text-align: center;
padding: 0 15px;
}
.Footer--link__facebook {
color: #3291e9;
}
.Footer--link__twitter {
color: #00c6ff;
}
.Footer--link__blog {
color: #00d383;
}
.Footer--copyright {
font-family: proxima-nova, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.14;
text-align: center;
color: #7e7e7e;
}
.Footer--navigation {
display: flex;
flex-direction: column;
align-items: flex-start;
padding-bottom: 24px;
}
.Footer--social {
display: flex;
flex-direction: column;
align-items: flex-start;
padding-bottom: 24px;
}
.Footer {
background-color: #ffffff;
padding-top: 40px;
padding-bottom: 70px;
border-top-color: #eee;
border-top-width: 1px;
align-items: center;
display: flex;
padding-left: 16px;
padding-right: 16px;
flex-direction: column;
}
.Footer--sitemap {
display: flex;
width: 100%;
padding-bottom: 24px;
justify-content: center;
}
@media only screen and (min-width: 700px) {
.Footer--navigation {
flex-direction: row;
}
.Footer--social {
flex-direction: row;
}
.Footer--sitemap {
align-items: center;
flex-direction: column;
}
} | src/wetrust-ui.css |
/*hide the inputs/checkmarks*/
#WeTrustProductsBanner--check {
display: none;
}
/*hide the WeTrustProductsBanner--product__list*/
.WeTrustProductsBanner--product__list {
max-height: 0;
overflow: hidden;
list-style: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
/*show the WeTrustProductsBanner--product__list when checked*/
#WeTrustProductsBanner--check:checked ~ .WeTrustProductsBanner--product__list {
max-height: 700px;
}
.WeTrustProductsBanner--arrow__up {
display: none;
}
#WeTrustProductsBanner--check:checked
~ .WeTrustProductsBanner--title
.WeTrustProductsBanner--arrow__up {
display: block;
}
#WeTrustProductsBanner--check:checked
~ .WeTrustProductsBanner--title
.WeTrustProductsBanner--arrow__down {
display: none;
}
.WeTrustProductsBanner--arrow__up {
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
}
.WeTrustProductsBanner--arrow__down {
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #ffffff;
}
.WeTrustProductsBanner--title {
position: relative;
display: block;
cursor: pointer;
padding: 16px;
font-family: proxima-nova, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 6px;
color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
}
.WeTrustProductsBanner--product__wrapper {
flex-basis: 50%;
max-width: 50%;
padding: 16px;
box-sizing: border-box;
}
.WeTrustProductsBanner--product__link {
justify-content: center;
align-items: center;
display: flex;
height: 40px;
padding-left: 16px;
padding-right: 16px;
border-radius: 4px;
border: solid 1px #b1b1b1;
box-sizing: border-box;
}
.WeTrustProductsBanner--product__link img {
width: 100%;
max-height: 16px;
}
.WeTrustProductsBanner {
background-color: #222222;
}
@media only screen and (min-width: 700px) {
.WeTrustProductsBanner--product__list {
justify-content: center;
display: flex;
overflow: auto;
max-height: initial;
}
.WeTrustProductsBanner--title {
display: none;
}
.WeTrustProductsBanner--product__wrapper {
padding: 0;
flex-basis: auto;
}
.WeTrustProductsBanner--product__link {
border: none;
}
.WeTrustProductsBanner--product__link img {
max-height: 32px;
}
}
/* Footer */
.Footer--link__nav {
font-family: proxima-nova, Arial, Helvetica, sans-serif;
color: #7e7e7e;
font-weight: normal;
padding: 0 15px;
text-decoration: none;
font-size: 16px;
line-height: 1.5;
text-align: center;
color: #7e7e7e;
}
.Footer--link__social {
font-family: proxima-nova, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
font-size: 16px;
line-height: 1.5;
text-align: center;
padding: 0 15px;
}
.Footer--link__facebook {
color: #3291e9;
}
.Footer--link__twitter {
color: #00c6ff;
}
.Footer--link__blog {
color: #00d383;
}
.Footer--copyright {
font-family: proxima-nova, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.14;
text-align: center;
color: #7e7e7e;
}
.Footer--navigation {
display: flex;
flex-direction: column;
align-items: flex-start;
padding-bottom: 24px;
}
.Footer--social {
display: flex;
flex-direction: column;
align-items: flex-start;
padding-bottom: 24px;
}
.Footer {
background-color: #ffffff;
padding-top: 40px;
padding-bottom: 70px;
border-top-color: #eee;
border-top-width: 1px;
align-items: center;
display: flex;
padding-left: 16px;
padding-right: 16px;
flex-direction: column;
}
.Footer--sitemap {
display: flex;
width: 100%;
padding-bottom: 24px;
justify-content: center;
}
@media only screen and (min-width: 700px) {
.Footer--navigation {
flex-direction: row;
}
.Footer--social {
flex-direction: row;
}
.Footer--sitemap {
align-items: center;
flex-direction: column;
}
} | 0.389198 | 0.078642 |
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.ball-chasing .loader {
width: 100px;
height: 100px;
animation: rotate 2s linear infinite; }
.ball-chasing .loader .ball-1, .ball-chasing .loader .ball-2 {
position: absolute;
top: 0;
width: 60%;
height: 60%;
border-radius: 50%;
background-color: #fff;
animation: chasingBallBounce 2s linear infinite; }
.ball-chasing .loader .ball-2 {
top: auto;
bottom: 0;
animation-delay: -1s; }
@keyframes chasingBallBounce {
50% {
transform: scale(0); } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.ball-pulse .loader {
width: 100px;
height: 100px; }
.ball-pulse .ball {
margin: 25% 0 0 25%;
width: 50%;
height: 50%;
background-color: #FFF;
border-radius: 50%;
animation: ballPulse 2s ease-in-out infinite; }
@keyframes ballPulse {
0% {
transform: scale(0); }
100% {
transform: scale(1);
opacity: 0; } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.ball-pulse-double .loader {
width: 100px;
height: 100px; }
.ball-pulse-double .ball-1, .ball-pulse-double .ball-2 {
position: absolute;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
background-color: #FFF;
border-radius: 50%;
animation: ballPulseDouble 2s ease-in-out infinite;
opacity: .5; }
.ball-pulse-double .ball-2 {
animation-delay: -1s; }
@keyframes ballPulseDouble {
0%, 100% {
transform: scale(0); }
50% {
transform: scale(1); } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.wave .loader {
width: 100px;
height: 100px; }
.wave .loader > div {
float: left;
margin: 40% 2% 0 0;
width: 4%;
height: 16%;
background-color: #FFF;
animation: wave 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) infinite; }
.wave .loader .line-1 {
margin-left: 30%; }
.wave .loader .line-1 {
animation-delay: 0.1s; }
.wave .loader .line-2 {
animation-delay: 0.2s; }
.wave .loader .line-3 {
animation-delay: 0.3s; }
.wave .loader .line-4 {
animation-delay: 0.4s; }
.wave .loader .line-5 {
animation-delay: 0.5s; }
@keyframes wave {
0%,100% {
transform: scaleY(1); }
50% {
transform: scaleY(2); } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.wave-spread .loader {
width: 100px;
height: 100px; }
.wave-spread .loader > div {
float: left;
margin: 40% 2% 0 0;
width: 4%;
height: 16%;
background-color: #FFF;
animation: wave 1s cubic-bezier(0.85, 0.25, 0.37, 0.85) infinite; }
.wave-spread .loader .line-1 {
margin-left: 30%; }
.wave-spread .loader .line-1, .wave-spread .loader .line-5 {
animation-delay: .4s; }
.wave-spread .loader .line-2, .wave-spread .loader .line-4 {
animation-delay: .2s; }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.circle-pulse .loader {
width: 100px;
height: 100px; }
.circle-pulse .loader > div {
margin: 23px 0 0 23px;
width: 50%;
height: 50%;
border: 2px solid #FFF;
border-radius: 50%;
animation: circlePulse 1s ease infinite; }
@keyframes circlePulse {
0% {
transform: scale(0.1); }
80% {
opacity: .8; }
100% {
transform: scale(1);
opacity: 0; } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.circle-pulse-multiple .loader {
width: 100px;
height: 100px; }
.circle-pulse-multiple .loader > div {
position: absolute;
top: 24px;
left: 24px;
width: 50%;
height: 50%;
border: 2px solid #FFF;
border-radius: 50%;
animation: circlePulse 1s ease infinite; }
.circle-pulse-multiple .loader .circle-2 {
animation-delay: -.9s; }
.circle-pulse-multiple .loader .circle-3 {
animation-delay: -.8s; }
@keyframes circlePulse {
0% {
transform: scale(0.1); }
80% {
opacity: .8; }
100% {
transform: scale(1);
opacity: 0; } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.arc-rotate-double .loader {
width: 100px;
height: 100px; }
.arc-rotate-double .loader > div {
position: absolute;
border: 2px solid;
border-color: transparent #FFF;
border-radius: 50%;
animation: load 1s infinite ease-in-out; }
.arc-rotate-double .loader .arc-1 {
margin: 32% 0 0 32%;
width: 36%;
height: 36%; }
.arc-rotate-double .loader .arc-2 {
margin: 40% 0 0 40%;
width: 20%;
height: 20%;
animation-direction: reverse;
animation-delay: -0.5s; }
@keyframes load {
0% {
transform: rotate(0) scale(1); }
50% {
transform: rotate(180deg) scale(0.6); }
100% {
transform: rotate(360deg) scale(1); } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.arc-rotate .loader {
width: 100px;
height: 100px; }
.arc-rotate .loader .arc {
position: absolute;
border: 2px solid;
border-color: transparent #FFF #FFF #FFF;
border-radius: 50%;
margin: 32% 0 0 32%;
width: 36%;
height: 36%;
animation: single-arc-rotate 1s infinite linear; }
@keyframes single-arc-rotate {
100% {
transform: rotate(360deg); } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.square-split .loader {
width: 100px;
height: 100px; }
.square-split .loader > div {
float: left;
width: 50%;
height: 50%; }
.square-split .loader > div::after {
content: '';
display: block;
margin: 50% 0 0 50%;
width: 50%;
height: 50%;
background: #FFF;
animation: squareSplit 2s infinite ease-in-out alternate; }
.square-split .loader .square-2 {
transform: rotate(90deg); }
.square-split .loader .square-3 {
transform: rotate(270deg);
animation-direction: reverse; }
.square-split .loader .square-4 {
transform: rotate(180deg);
animation-direction: reverse; }
@keyframes squareSplit {
20% {
transform: rotate(0deg);
margin: 50% 0 0 50%; }
50% {
transform: rotate(90deg);
margin: 0px; }
80% {
transform: rotate(180deg);
margin: 50% 0 0 50%; }
100% {
transform: rotate(180deg);
margin: 50% 0 0 50%; } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.arc-scale .loader {
width: 100px;
height: 100px; }
.arc-scale .loader .arc {
position: relative;
margin: 25% 0 0 25%;
width: 50%;
height: 50%;
border: 4px solid #FFF;
border-radius: 50%;
animation: rotate 2.9s infinite linear; }
.arc-scale .loader .arc::before, .arc-scale .loader .arc::after {
content: '';
position: absolute;
top: -5px;
width: 33px;
height: 62px;
background-color: #4169E1;
animation: rotate 2s infinite ease; }
.arc-scale .loader .arc::before {
left: -6px;
transform-origin: 29px 29px; }
.arc-scale .loader .arc::after {
left: 27px;
transform-origin: 0 29px;
animation-delay: 0.5s; }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.clock .loader {
width: 100px;
height: 100px; }
.clock .loader .arc {
position: relative;
margin: 23% 0 0 23%;
border: 2px solid #FFF;
width: 50px;
height: 50px;
border-radius: 50%; }
.clock .loader .arc::after, .clock .loader .arc::before {
content: '';
position: absolute;
top: 4%;
left: 48%;
width: 4%;
height: 46%;
background-color: #FFF;
transform-origin: 50% 100%;
border-radius: 5px;
animation: rotate 2s infinite linear; }
.clock .loader .arc::after {
height: 36%;
top: 14%;
animation-duration: 12s; }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.arc-rotate2 .loader {
width: 100px;
height: 100px; }
.arc-rotate2 .loader .arc {
position: absolute;
width: 100%;
height: 100%; }
.arc-rotate2 .loader .arc::before, .arc-rotate2 .loader .arc::after {
content: '';
position: absolute;
top: 32%;
left: 32%;
border: 2px solid;
border-radius: 50%;
width: 36%;
height: 36%; }
.arc-rotate2 .loader .arc::before {
border-color: #FFF;
opacity: .3; }
.arc-rotate2 .loader .arc::after {
border-color: transparent;
border-bottom-color: #FFF;
animation: rotate 1s infinite linear; }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.square-rotate-3d .loader {
width: 100px;
height: 100px; }
.square-rotate-3d .loader .square {
margin-top: 25%;
margin-left: 25%;
width: 50%;
height: 50%;
background-color: #FFF;
animation: squareRotate3d 2s infinite ease-in-out; }
@keyframes squareRotate3d {
25% {
transform: perspective(100px) rotateX(180deg) rotateY(0); }
50% {
transform: perspective(100px) rotateX(180deg) rotateY(-180deg); }
75% {
transform: perspective(100px) rotateX(0) rotateY(-180deg); }
100% {
transform: perspective(100px) rotateX(0) rotateY(0); } }
#loaders::before, #loaders::after {
content: "";
display: table; }
#loaders::after {
clear: both;
overflow: hidden; }
.loader-container .loader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto; }
#loaders {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
background-color: #252AA6;
}
.loader-container {
position: absolute;
top: 50%;
left: 50%;
width: 250px;
height: 250px;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
/*# sourceMappingURL=output.css.map */ | frontend/web/css/preload.css | @keyframes rotate {
100% {
transform: rotate(360deg); } }
.ball-chasing .loader {
width: 100px;
height: 100px;
animation: rotate 2s linear infinite; }
.ball-chasing .loader .ball-1, .ball-chasing .loader .ball-2 {
position: absolute;
top: 0;
width: 60%;
height: 60%;
border-radius: 50%;
background-color: #fff;
animation: chasingBallBounce 2s linear infinite; }
.ball-chasing .loader .ball-2 {
top: auto;
bottom: 0;
animation-delay: -1s; }
@keyframes chasingBallBounce {
50% {
transform: scale(0); } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.ball-pulse .loader {
width: 100px;
height: 100px; }
.ball-pulse .ball {
margin: 25% 0 0 25%;
width: 50%;
height: 50%;
background-color: #FFF;
border-radius: 50%;
animation: ballPulse 2s ease-in-out infinite; }
@keyframes ballPulse {
0% {
transform: scale(0); }
100% {
transform: scale(1);
opacity: 0; } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.ball-pulse-double .loader {
width: 100px;
height: 100px; }
.ball-pulse-double .ball-1, .ball-pulse-double .ball-2 {
position: absolute;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
background-color: #FFF;
border-radius: 50%;
animation: ballPulseDouble 2s ease-in-out infinite;
opacity: .5; }
.ball-pulse-double .ball-2 {
animation-delay: -1s; }
@keyframes ballPulseDouble {
0%, 100% {
transform: scale(0); }
50% {
transform: scale(1); } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.wave .loader {
width: 100px;
height: 100px; }
.wave .loader > div {
float: left;
margin: 40% 2% 0 0;
width: 4%;
height: 16%;
background-color: #FFF;
animation: wave 1s cubic-bezier(0.2, 0.68, 0.18, 1.08) infinite; }
.wave .loader .line-1 {
margin-left: 30%; }
.wave .loader .line-1 {
animation-delay: 0.1s; }
.wave .loader .line-2 {
animation-delay: 0.2s; }
.wave .loader .line-3 {
animation-delay: 0.3s; }
.wave .loader .line-4 {
animation-delay: 0.4s; }
.wave .loader .line-5 {
animation-delay: 0.5s; }
@keyframes wave {
0%,100% {
transform: scaleY(1); }
50% {
transform: scaleY(2); } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.wave-spread .loader {
width: 100px;
height: 100px; }
.wave-spread .loader > div {
float: left;
margin: 40% 2% 0 0;
width: 4%;
height: 16%;
background-color: #FFF;
animation: wave 1s cubic-bezier(0.85, 0.25, 0.37, 0.85) infinite; }
.wave-spread .loader .line-1 {
margin-left: 30%; }
.wave-spread .loader .line-1, .wave-spread .loader .line-5 {
animation-delay: .4s; }
.wave-spread .loader .line-2, .wave-spread .loader .line-4 {
animation-delay: .2s; }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.circle-pulse .loader {
width: 100px;
height: 100px; }
.circle-pulse .loader > div {
margin: 23px 0 0 23px;
width: 50%;
height: 50%;
border: 2px solid #FFF;
border-radius: 50%;
animation: circlePulse 1s ease infinite; }
@keyframes circlePulse {
0% {
transform: scale(0.1); }
80% {
opacity: .8; }
100% {
transform: scale(1);
opacity: 0; } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.circle-pulse-multiple .loader {
width: 100px;
height: 100px; }
.circle-pulse-multiple .loader > div {
position: absolute;
top: 24px;
left: 24px;
width: 50%;
height: 50%;
border: 2px solid #FFF;
border-radius: 50%;
animation: circlePulse 1s ease infinite; }
.circle-pulse-multiple .loader .circle-2 {
animation-delay: -.9s; }
.circle-pulse-multiple .loader .circle-3 {
animation-delay: -.8s; }
@keyframes circlePulse {
0% {
transform: scale(0.1); }
80% {
opacity: .8; }
100% {
transform: scale(1);
opacity: 0; } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.arc-rotate-double .loader {
width: 100px;
height: 100px; }
.arc-rotate-double .loader > div {
position: absolute;
border: 2px solid;
border-color: transparent #FFF;
border-radius: 50%;
animation: load 1s infinite ease-in-out; }
.arc-rotate-double .loader .arc-1 {
margin: 32% 0 0 32%;
width: 36%;
height: 36%; }
.arc-rotate-double .loader .arc-2 {
margin: 40% 0 0 40%;
width: 20%;
height: 20%;
animation-direction: reverse;
animation-delay: -0.5s; }
@keyframes load {
0% {
transform: rotate(0) scale(1); }
50% {
transform: rotate(180deg) scale(0.6); }
100% {
transform: rotate(360deg) scale(1); } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.arc-rotate .loader {
width: 100px;
height: 100px; }
.arc-rotate .loader .arc {
position: absolute;
border: 2px solid;
border-color: transparent #FFF #FFF #FFF;
border-radius: 50%;
margin: 32% 0 0 32%;
width: 36%;
height: 36%;
animation: single-arc-rotate 1s infinite linear; }
@keyframes single-arc-rotate {
100% {
transform: rotate(360deg); } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.square-split .loader {
width: 100px;
height: 100px; }
.square-split .loader > div {
float: left;
width: 50%;
height: 50%; }
.square-split .loader > div::after {
content: '';
display: block;
margin: 50% 0 0 50%;
width: 50%;
height: 50%;
background: #FFF;
animation: squareSplit 2s infinite ease-in-out alternate; }
.square-split .loader .square-2 {
transform: rotate(90deg); }
.square-split .loader .square-3 {
transform: rotate(270deg);
animation-direction: reverse; }
.square-split .loader .square-4 {
transform: rotate(180deg);
animation-direction: reverse; }
@keyframes squareSplit {
20% {
transform: rotate(0deg);
margin: 50% 0 0 50%; }
50% {
transform: rotate(90deg);
margin: 0px; }
80% {
transform: rotate(180deg);
margin: 50% 0 0 50%; }
100% {
transform: rotate(180deg);
margin: 50% 0 0 50%; } }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.arc-scale .loader {
width: 100px;
height: 100px; }
.arc-scale .loader .arc {
position: relative;
margin: 25% 0 0 25%;
width: 50%;
height: 50%;
border: 4px solid #FFF;
border-radius: 50%;
animation: rotate 2.9s infinite linear; }
.arc-scale .loader .arc::before, .arc-scale .loader .arc::after {
content: '';
position: absolute;
top: -5px;
width: 33px;
height: 62px;
background-color: #4169E1;
animation: rotate 2s infinite ease; }
.arc-scale .loader .arc::before {
left: -6px;
transform-origin: 29px 29px; }
.arc-scale .loader .arc::after {
left: 27px;
transform-origin: 0 29px;
animation-delay: 0.5s; }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.clock .loader {
width: 100px;
height: 100px; }
.clock .loader .arc {
position: relative;
margin: 23% 0 0 23%;
border: 2px solid #FFF;
width: 50px;
height: 50px;
border-radius: 50%; }
.clock .loader .arc::after, .clock .loader .arc::before {
content: '';
position: absolute;
top: 4%;
left: 48%;
width: 4%;
height: 46%;
background-color: #FFF;
transform-origin: 50% 100%;
border-radius: 5px;
animation: rotate 2s infinite linear; }
.clock .loader .arc::after {
height: 36%;
top: 14%;
animation-duration: 12s; }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.arc-rotate2 .loader {
width: 100px;
height: 100px; }
.arc-rotate2 .loader .arc {
position: absolute;
width: 100%;
height: 100%; }
.arc-rotate2 .loader .arc::before, .arc-rotate2 .loader .arc::after {
content: '';
position: absolute;
top: 32%;
left: 32%;
border: 2px solid;
border-radius: 50%;
width: 36%;
height: 36%; }
.arc-rotate2 .loader .arc::before {
border-color: #FFF;
opacity: .3; }
.arc-rotate2 .loader .arc::after {
border-color: transparent;
border-bottom-color: #FFF;
animation: rotate 1s infinite linear; }
@keyframes rotate {
100% {
transform: rotate(360deg); } }
.square-rotate-3d .loader {
width: 100px;
height: 100px; }
.square-rotate-3d .loader .square {
margin-top: 25%;
margin-left: 25%;
width: 50%;
height: 50%;
background-color: #FFF;
animation: squareRotate3d 2s infinite ease-in-out; }
@keyframes squareRotate3d {
25% {
transform: perspective(100px) rotateX(180deg) rotateY(0); }
50% {
transform: perspective(100px) rotateX(180deg) rotateY(-180deg); }
75% {
transform: perspective(100px) rotateX(0) rotateY(-180deg); }
100% {
transform: perspective(100px) rotateX(0) rotateY(0); } }
#loaders::before, #loaders::after {
content: "";
display: table; }
#loaders::after {
clear: both;
overflow: hidden; }
.loader-container .loader {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto; }
#loaders {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
background-color: #252AA6;
}
.loader-container {
position: absolute;
top: 50%;
left: 50%;
width: 250px;
height: 250px;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
/*# sourceMappingURL=output.css.map */ | 0.715225 | 0.123049 |
@-moz-document domain(giantbomb.com) {
html, body, .content-body .news-section h4, .content-body .news-section a {
background-color: #1d1d1d;
color: #b3b3b3;
}
.message-inner, .promo-twitter-feed .editorial li, .editorial li.divider, .editorial dt.divider, .divider {
background-color: #2b2b2b;
border: 0px;
}
.message-wrap {
background-color: #4d4d4d;
}
.wiki-details {
border: 4px solid #4d4d4d;
}
body, .spotlight-release a, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .content-body .news-byline, .breakdown .breakdown-score a, .wiki-details td, .wiki-details th, .promo-twitter-feed .editorial p, .paginate-order a.on, .feed-hdr dt a, .aside-pod a, body.wiki_object .last-edit a, select, .typeahead-full h5 span.search-type, .typeahead-full span span.search-type, .typeahead-full h5, .divider select, .nav select, label {
color: #b3b3b3;
}
.editorial > li > a, .editorial > dd > a, .editorial > dt > a {
color: #b3b3b3;
}
.dropnav-menu__header > a, .dropnav-menu__item > a {
color: #b3b3b3;
}
.message-title, .news-hdr{
text-shadow: none;
}
.imgboxart {
border: none;
box-shadow: none;
}
.feed-hdr dd a {
text-shadow: none;
}
input, textarea, select, .uneditable-input, .autocomplete, .tagsinput, .tagsinput span, .autocomplete > span, .alert, .well, .wiki-details-game dd, .aside-pod, input.datepicker-input {
background-color: #2b2b2b;
color: #b3b3b3;
}
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
background-color: #2b2b2b;
}
.autocomplete span.tag-pod, .autocomplete span.resultPod, .tagsinput span.tag-pod, .tagsinput span.resultPod, .editorial .specs {
background-color: #3c3c3c;
}
.wiki-details tr:nth-child(2n) th, .wiki-details tr:nth-child(2n) td, .wiki-details .selector {
background-color: #1b1b1b;
}
.grad-light, .dropnav-menu.default, .typeahead-full, .bubble.bubble-comment, .bubble.bubble-count, .bubble.bubble-pie, .modal.modal-select-from-gallery .images-in-gallery li a .dimensions, .nav-tabs > li > a, .nav-pills-super > li > a, .paginate > li > a, .paginate-order-switch span, .header-skinSwitch .skin-switch-btn.white, .wiki-details h3, .tome .toolbars, .tome .toolbar .dropdown ul, .body-sellsheet--default .sellsheet-copy section, .system-list .system {
background-color: #2b2b2b;
background-image: none;
}
} | data/usercss/153493.user.css | @-moz-document domain(giantbomb.com) {
html, body, .content-body .news-section h4, .content-body .news-section a {
background-color: #1d1d1d;
color: #b3b3b3;
}
.message-inner, .promo-twitter-feed .editorial li, .editorial li.divider, .editorial dt.divider, .divider {
background-color: #2b2b2b;
border: 0px;
}
.message-wrap {
background-color: #4d4d4d;
}
.wiki-details {
border: 4px solid #4d4d4d;
}
body, .spotlight-release a, h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .content-body .news-byline, .breakdown .breakdown-score a, .wiki-details td, .wiki-details th, .promo-twitter-feed .editorial p, .paginate-order a.on, .feed-hdr dt a, .aside-pod a, body.wiki_object .last-edit a, select, .typeahead-full h5 span.search-type, .typeahead-full span span.search-type, .typeahead-full h5, .divider select, .nav select, label {
color: #b3b3b3;
}
.editorial > li > a, .editorial > dd > a, .editorial > dt > a {
color: #b3b3b3;
}
.dropnav-menu__header > a, .dropnav-menu__item > a {
color: #b3b3b3;
}
.message-title, .news-hdr{
text-shadow: none;
}
.imgboxart {
border: none;
box-shadow: none;
}
.feed-hdr dd a {
text-shadow: none;
}
input, textarea, select, .uneditable-input, .autocomplete, .tagsinput, .tagsinput span, .autocomplete > span, .alert, .well, .wiki-details-game dd, .aside-pod, input.datepicker-input {
background-color: #2b2b2b;
color: #b3b3b3;
}
.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
background-color: #2b2b2b;
}
.autocomplete span.tag-pod, .autocomplete span.resultPod, .tagsinput span.tag-pod, .tagsinput span.resultPod, .editorial .specs {
background-color: #3c3c3c;
}
.wiki-details tr:nth-child(2n) th, .wiki-details tr:nth-child(2n) td, .wiki-details .selector {
background-color: #1b1b1b;
}
.grad-light, .dropnav-menu.default, .typeahead-full, .bubble.bubble-comment, .bubble.bubble-count, .bubble.bubble-pie, .modal.modal-select-from-gallery .images-in-gallery li a .dimensions, .nav-tabs > li > a, .nav-pills-super > li > a, .paginate > li > a, .paginate-order-switch span, .header-skinSwitch .skin-switch-btn.white, .wiki-details h3, .tome .toolbars, .tome .toolbar .dropdown ul, .body-sellsheet--default .sellsheet-copy section, .system-list .system {
background-color: #2b2b2b;
background-image: none;
}
} | 0.266739 | 0.128662 |
body {
margin: 0px;
overflow: hidden;
font-family: sans-serif;
}
#in-outer,
#js-outer,
#ex-outer {
position: absolute;
}
#out-outer {
position: absolute;
overflow: hidden;
font-size: 13px;
}
#in,
#js,
#out,
#explorer {
width: 100%;
height: calc(100% - 37px);
overflow: auto;
}
.bar {
height: 20px;
padding: 7px 10px;
background: #f1f1f1;
border: 1px solid gainsboro;
z-index: 1000;
font-size: 15px;
overflow: hidden;
white-space: nowrap;
}
.bar * {
vertical-align: middle;
}
.bar .title {
display: inline-block;
color: #777;
padding: 0 10px;
}
.bar .right-aligned {
position: absolute;
top: 0px;
right: 0;
padding: 7px;
display: inline-block;
height: 20px;
background: #f1f1f1;
border: 1px solid gainsboro;
}
#current-file-name {
color: unset;
padding-right: 10px;
}
#out {
position: absolute;
padding: 10px;
margin: 0px;
top: 36px;
bottom: 0;
left: 0;
right: 0;
background: white;
overflow: auto;
font-family: monospace;
width: auto;
height: auto;
word-break: normal !important;
word-wrap: normal !important;
white-space: pre !important;
}
#hand-v,
#hand-ex {
position: absolute;
cursor: ew-resize;
z-index: 10;
}
.editor-hint {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: #f1f1f1;
z-index: -2;
padding: 3px 6px;
font-size: 14px;
color: #777;
overflow: hidden;
white-space: nowrap;
font-style: italic;
}
#hand-h {
position: absolute;
cursor: ns-resize;
z-index: 10;
}
#hand-v-inner,
#hand-ex-inner {
background: white;
border-left: 1px solid grey;
border-right: 1px solid grey;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
height: 100%;
margin: 0px 3px 3px 3px;
}
#hand-h-inner {
background: white;
border-top: 1px solid grey;
border-bottom: 1px solid grey;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
margin: 4px 0px 4px 0px;
width: 100%;
height: 1px;
}
#explorer {
overflow-x: hidden;
background: white;
}
.caret {
font-weight: bold;
cursor: pointer;
user-select: none;
opacity: 0.5;
}
.caret::before {
font-size: 10px;
content: "\25B6";
color: black;
display: inline-block;
margin-left: 8px;
margin-right: 4px;
opacity: 0.5;
transform: scaleX(0.8) translateY(-2px);
}
.caret.active {
padding-bottom: 10px;
}
.caret.active::before {
transform: scaleY(0.8) translateY(-2px) rotate(90deg);
}
ul.nested {
display: none;
padding: 5px 0;
}
ul.nested.active {
display: block;
}
#explorer-list {
margin: 0;
padding: 8px 0;
}
#explorer-list li,
#explorer-list ul {
list-style: none;
}
#explorer-list li {
padding: 0;
margin: 0;
font-size: 13px;
font-family: sans-serif;
padding: 3px 0;
white-space: nowrap;
cursor: pointer;
}
#explorer-list ul.nested li {
padding: 3px 5px 3px 20px;
}
#explorer-list ul.nested li:hover {
background: #f1f1f1;
}
#explorer-list ul.nested li.active {
background: #ddd;
font-weight: bold;
}
#explorer-list ul.nested li .name {
padding-right: 5px;
}
#explorer-list ul.nested li .alias {
opacity: 0.5
}
.panel {
background: #fff;
border: 1px solid gainsboro;
box-shadow: 2px 2px 11px 0px rgba(180, 180, 180, 0.38);
border-radius: 3px;
padding: 16px 14px;
}
.panel .title {
opacity: 0.5;
font-size: 1.1em;
padding: 0 5px;
}
.panel .section {
font-size: 0.9em;
padding: 5px 5px;
}
.panel .details {
padding: 5px 5px;
font-style: italic;
font-size: 0.85em;
opacity: 0.6;
}
.panel .close {
position: absolute;
right: 5px;
top: 8px;
line-height: 26px;
}
#help-panel {
position: fixed;
top: 35px;
right: 45px;
width: 300px;
z-index: 1000;
}
#package-info-panel {
position: fixed;
width: 400px;
top: 50vh;
left: calc(50vw - 150px);
transform: translateY(-50%);
z-index: 1000;
}
#shortcut-table {
font-size: 0.9em;
padding: 4px;
margin-bottom: 5px;
width: 100%;
}
#shortcut-table td {
padding: 5px 0;
}
#shortcut-table td:first-child{
opacity: 0.8;
}
button {
background: white;
border: 1px solid gainsboro;
border-radius: 3px;
margin: 0 3px;
height: 22px;
}
button:hover {
background: gainsboro;
border: 1px solid grey;
}
button:active {
background: silver;
}
button:focus {
outline: none;
}
button.icon {
padding: 0;
text-align: center;
width: 26px;
font-size: 16px;
line-height: 16px;
cursor: pointer;
}
button.checkbox {
border: none;
background: none;
cursor: pointer;
}
button.checkbox * {
line-height: 100%;
vertical-align: middle;
}
button.checkbox .iconify {
border: 1px solid gainsboro;
border-radius: 3px;
height: 16px;
width: 16px;
margin-bottom: 1px;
background: white;
}
button.checkbox:hover .iconify {
border: 1px solid grey;
background: gainsboro;
}
button.checkbox:not(.checked) .iconify {
color: transparent;
}
button.dropdown {
position: relative;
user-select: none;
}
button.dropdown select {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: -4;
width: 100%;
height: 100%;
z-index: 10;
cursor: pointer;
}
button.dropdown label {
border-right: 1px solid gainsboro;
height: 100%;
margin: -5px 0;
padding-right: 6px;
margin-right: 3px;
width: 16px;
margin-bottom: 1px;
}
button.dropdown:hover label {
border-right: 1px solid grey;
}
.hidden {
display: none;
} | static/assets/css/ide.css | body {
margin: 0px;
overflow: hidden;
font-family: sans-serif;
}
#in-outer,
#js-outer,
#ex-outer {
position: absolute;
}
#out-outer {
position: absolute;
overflow: hidden;
font-size: 13px;
}
#in,
#js,
#out,
#explorer {
width: 100%;
height: calc(100% - 37px);
overflow: auto;
}
.bar {
height: 20px;
padding: 7px 10px;
background: #f1f1f1;
border: 1px solid gainsboro;
z-index: 1000;
font-size: 15px;
overflow: hidden;
white-space: nowrap;
}
.bar * {
vertical-align: middle;
}
.bar .title {
display: inline-block;
color: #777;
padding: 0 10px;
}
.bar .right-aligned {
position: absolute;
top: 0px;
right: 0;
padding: 7px;
display: inline-block;
height: 20px;
background: #f1f1f1;
border: 1px solid gainsboro;
}
#current-file-name {
color: unset;
padding-right: 10px;
}
#out {
position: absolute;
padding: 10px;
margin: 0px;
top: 36px;
bottom: 0;
left: 0;
right: 0;
background: white;
overflow: auto;
font-family: monospace;
width: auto;
height: auto;
word-break: normal !important;
word-wrap: normal !important;
white-space: pre !important;
}
#hand-v,
#hand-ex {
position: absolute;
cursor: ew-resize;
z-index: 10;
}
.editor-hint {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: #f1f1f1;
z-index: -2;
padding: 3px 6px;
font-size: 14px;
color: #777;
overflow: hidden;
white-space: nowrap;
font-style: italic;
}
#hand-h {
position: absolute;
cursor: ns-resize;
z-index: 10;
}
#hand-v-inner,
#hand-ex-inner {
background: white;
border-left: 1px solid grey;
border-right: 1px solid grey;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
height: 100%;
margin: 0px 3px 3px 3px;
}
#hand-h-inner {
background: white;
border-top: 1px solid grey;
border-bottom: 1px solid grey;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
margin: 4px 0px 4px 0px;
width: 100%;
height: 1px;
}
#explorer {
overflow-x: hidden;
background: white;
}
.caret {
font-weight: bold;
cursor: pointer;
user-select: none;
opacity: 0.5;
}
.caret::before {
font-size: 10px;
content: "\25B6";
color: black;
display: inline-block;
margin-left: 8px;
margin-right: 4px;
opacity: 0.5;
transform: scaleX(0.8) translateY(-2px);
}
.caret.active {
padding-bottom: 10px;
}
.caret.active::before {
transform: scaleY(0.8) translateY(-2px) rotate(90deg);
}
ul.nested {
display: none;
padding: 5px 0;
}
ul.nested.active {
display: block;
}
#explorer-list {
margin: 0;
padding: 8px 0;
}
#explorer-list li,
#explorer-list ul {
list-style: none;
}
#explorer-list li {
padding: 0;
margin: 0;
font-size: 13px;
font-family: sans-serif;
padding: 3px 0;
white-space: nowrap;
cursor: pointer;
}
#explorer-list ul.nested li {
padding: 3px 5px 3px 20px;
}
#explorer-list ul.nested li:hover {
background: #f1f1f1;
}
#explorer-list ul.nested li.active {
background: #ddd;
font-weight: bold;
}
#explorer-list ul.nested li .name {
padding-right: 5px;
}
#explorer-list ul.nested li .alias {
opacity: 0.5
}
.panel {
background: #fff;
border: 1px solid gainsboro;
box-shadow: 2px 2px 11px 0px rgba(180, 180, 180, 0.38);
border-radius: 3px;
padding: 16px 14px;
}
.panel .title {
opacity: 0.5;
font-size: 1.1em;
padding: 0 5px;
}
.panel .section {
font-size: 0.9em;
padding: 5px 5px;
}
.panel .details {
padding: 5px 5px;
font-style: italic;
font-size: 0.85em;
opacity: 0.6;
}
.panel .close {
position: absolute;
right: 5px;
top: 8px;
line-height: 26px;
}
#help-panel {
position: fixed;
top: 35px;
right: 45px;
width: 300px;
z-index: 1000;
}
#package-info-panel {
position: fixed;
width: 400px;
top: 50vh;
left: calc(50vw - 150px);
transform: translateY(-50%);
z-index: 1000;
}
#shortcut-table {
font-size: 0.9em;
padding: 4px;
margin-bottom: 5px;
width: 100%;
}
#shortcut-table td {
padding: 5px 0;
}
#shortcut-table td:first-child{
opacity: 0.8;
}
button {
background: white;
border: 1px solid gainsboro;
border-radius: 3px;
margin: 0 3px;
height: 22px;
}
button:hover {
background: gainsboro;
border: 1px solid grey;
}
button:active {
background: silver;
}
button:focus {
outline: none;
}
button.icon {
padding: 0;
text-align: center;
width: 26px;
font-size: 16px;
line-height: 16px;
cursor: pointer;
}
button.checkbox {
border: none;
background: none;
cursor: pointer;
}
button.checkbox * {
line-height: 100%;
vertical-align: middle;
}
button.checkbox .iconify {
border: 1px solid gainsboro;
border-radius: 3px;
height: 16px;
width: 16px;
margin-bottom: 1px;
background: white;
}
button.checkbox:hover .iconify {
border: 1px solid grey;
background: gainsboro;
}
button.checkbox:not(.checked) .iconify {
color: transparent;
}
button.dropdown {
position: relative;
user-select: none;
}
button.dropdown select {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: -4;
width: 100%;
height: 100%;
z-index: 10;
cursor: pointer;
}
button.dropdown label {
border-right: 1px solid gainsboro;
height: 100%;
margin: -5px 0;
padding-right: 6px;
margin-right: 3px;
width: 16px;
margin-bottom: 1px;
}
button.dropdown:hover label {
border-right: 1px solid grey;
}
.hidden {
display: none;
} | 0.493164 | 0.079032 |
.nav-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.imgWrapper {
width: 150px;
}
.clear-fix {
clear: both;
}
.logo-btn {
background: transparent;
border: none;
outline: none;
float: left;
}
.logo-btn:hover {
cursor: pointer;
}
.logo-icon {
color: var(--primaryColor);
font-size: 1.5rem;
float: right;
}
.nav-links {
list-style-type: none;
transition: var(--mainTransition);
height: 0;
overflow: hidden;
margin-bottom: 8%;
margin-top: 8%;
padding-right: 33%;
}
.show-nav {
height: 200px;
text-align: left;
/* margin-bottom: 5rem; */
}
.nav-links a {
display: block;
padding: 0.6rem 1.25rem;
text-decoration: none;
text-transform: capitalize;
color: var(--mainWhite);
transition: var(--mainTransition);
font-weight: bold;
letter-spacing: var(--mainSpacing);
}
.nav-links a:hover {
color: var(--primaryColor);
}
.nav-social-links {
display: none;
padding-left: -5rem;
margin-bottom: 3rem;
}
.img {
font-size: 3rem;
width: 15%;
/* height: 20%; */
margin-top: 1rem;
margin-left: 2%;
padding-top: 3%;
}
@media screen and (min-width: 576px) {
.img {
width: 12%;
}
.navbar {
padding: 0 2rem;
overflow: hidden;
}
}
@media screen and (max-width: 500px) {
.logo-icon {
font-size: 1.5rem;
}
a.link-text {
font-size: 0.7rem;
}
.img {
width: 12%;
}
.navbar {
padding: 0 1.8rem 4rem;
}
}
@media screen and (max-width: 320px) {
.navbar {
padding-bottom: 5rem;
}
}
@media screen and (min-width: 501px) {
.navbar {
padding-left: 1.4rem;
}
.logo-icon {
font-size: 1.5rem;
}
a.link-text {
font-size: 1rem;
}
}
@media screen and (max-width: 992px) {
.navbar {
/* padding: 0 2rem 0 0.7rem; */
margin-bottom: -6rem;
}
}
@media screen and (min-width: 768px) {
.logo-icon {
font-size: 2rem;
}
.img {
margin-top: 1rem;
width: 12%;
}
}
@media screen and (min-width: 992px) {
.logo-btn {
display: none;
}
.img {
width: 15%;
}
.nav-center {
max-width: 1170px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.nav-links {
height: auto;
display: flex;
}
.nav-social-links {
display: flex;
line-height: 0;
}
.nav-social-links a {
color: var(--primaryColor);
margin: 0 0.5rem;
font-size: 1.2rem;
transition: var(--mainTransition);
}
.nav-social-links a:hover {
color: var(--mainBlack);
transform: translateY(-5px);
}
.navbar {
margin-bottom: 1rem;
}
} | src/css/navbar.module.css | .nav-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.imgWrapper {
width: 150px;
}
.clear-fix {
clear: both;
}
.logo-btn {
background: transparent;
border: none;
outline: none;
float: left;
}
.logo-btn:hover {
cursor: pointer;
}
.logo-icon {
color: var(--primaryColor);
font-size: 1.5rem;
float: right;
}
.nav-links {
list-style-type: none;
transition: var(--mainTransition);
height: 0;
overflow: hidden;
margin-bottom: 8%;
margin-top: 8%;
padding-right: 33%;
}
.show-nav {
height: 200px;
text-align: left;
/* margin-bottom: 5rem; */
}
.nav-links a {
display: block;
padding: 0.6rem 1.25rem;
text-decoration: none;
text-transform: capitalize;
color: var(--mainWhite);
transition: var(--mainTransition);
font-weight: bold;
letter-spacing: var(--mainSpacing);
}
.nav-links a:hover {
color: var(--primaryColor);
}
.nav-social-links {
display: none;
padding-left: -5rem;
margin-bottom: 3rem;
}
.img {
font-size: 3rem;
width: 15%;
/* height: 20%; */
margin-top: 1rem;
margin-left: 2%;
padding-top: 3%;
}
@media screen and (min-width: 576px) {
.img {
width: 12%;
}
.navbar {
padding: 0 2rem;
overflow: hidden;
}
}
@media screen and (max-width: 500px) {
.logo-icon {
font-size: 1.5rem;
}
a.link-text {
font-size: 0.7rem;
}
.img {
width: 12%;
}
.navbar {
padding: 0 1.8rem 4rem;
}
}
@media screen and (max-width: 320px) {
.navbar {
padding-bottom: 5rem;
}
}
@media screen and (min-width: 501px) {
.navbar {
padding-left: 1.4rem;
}
.logo-icon {
font-size: 1.5rem;
}
a.link-text {
font-size: 1rem;
}
}
@media screen and (max-width: 992px) {
.navbar {
/* padding: 0 2rem 0 0.7rem; */
margin-bottom: -6rem;
}
}
@media screen and (min-width: 768px) {
.logo-icon {
font-size: 2rem;
}
.img {
margin-top: 1rem;
width: 12%;
}
}
@media screen and (min-width: 992px) {
.logo-btn {
display: none;
}
.img {
width: 15%;
}
.nav-center {
max-width: 1170px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
.nav-links {
height: auto;
display: flex;
}
.nav-social-links {
display: flex;
line-height: 0;
}
.nav-social-links a {
color: var(--primaryColor);
margin: 0 0.5rem;
font-size: 1.2rem;
transition: var(--mainTransition);
}
.nav-social-links a:hover {
color: var(--mainBlack);
transform: translateY(-5px);
}
.navbar {
margin-bottom: 1rem;
}
} | 0.512937 | 0.09118 |
@import url("/sitecore/shell/client/Commerce/Layouts/Renderings/TagEditor/assets/jquery.tag-editor.css");
div[data-sc-id=SearchButtonTextBox] {
line-height: 0px;
top: 7px;
width: 285px;
float:right;
margin-left:12px;
margin-right:12px;
}
button[data-sc-id=Help] {
margin-top:-2px;
margin-right:16px;
}
ul[data-sc-id=AccountInformation] {
float:right;
}
button[data-sc-id=BackButton] {
vertical-align:baseline;
float: left;
}
div[data-sc-id=FindButtonTextBox],div[data-sc-id=SearchButtonTextBox] {
width: 200px;
}
div[data-sc-id=FindBtnTextBox] {
width: 150px;
float: left;
}
div[data-sc-id=FilterByButton] {
float:left;
margin-right:5px;
}
span[data-sc-id=AppTitleText] {
color:whitesmoke;
}
div[data-sc-id=SearchButtonTextBox] {
display: inline-flex;
display:none;
line-height: 0px;
margin-right: 69px;
}
ul[data-sc-id=AccountInformation]{
display: inline-block;
}
div[data-sc-id=PricingBooksActionsBorder] ,div[data-sc-id=PromotionBooksActionsBorder]{
display:inline-block;
}
select[data-sc-id=StatusDropList] {
width:105px;
padding-top:7px;
}
.sc-applicationHeader-contextSwitcher {
display: flex;
}
div.sc-applicationHeader-contextSwitcher select {
width: 100px;
float: left;
clear: both;
}
.sc-expander {
margin-top: 14px;
margin-bottom: 14px;
margin-left: 14px;
margin-right: 14px;
font-size:12px;
}
.snapshots_scroll {
clear: right;
height: 613px;
overflow-y: scroll;
width: 99.9%;
padding-right: 9px;
}
div[data-sc-id=SnapshotTagEditor] {
margin-top: 8px;
margin-bottom: 18px;
}
div[data-sc-id=SnapshotTagEditor] ul.tag-editor {
padding-top: 7px;
padding-bottom: 7px;
border-radius: 6px;
}
div[data-sc-id=FindBatchButton],div[data-sc-id=FindAssignmentsCouponsButton],div[data-sc-id=FindPublicCouponsButton], div[data-sc-id=FindPrivateCouponsButton], div[data-sc-id=FindCouponsButton] {
width: 200px;
margin-left: 12px;
}
div[data-sc-id=PublicCouponExpander]{
margin-left: 15px;
margin-right: 15px;}
span[data-sc-id=itemsLabel], span[data-sc-id=variantsLabel] {
margin-top: 20px !important;
display: block;
margin-bottom: 9px !Important;
}
div[data-sc-id=ItemsDropList], select[data-sc-id=VariantsListBox] {
margin-top: 10px !important;
}
div[data-sc-id=VariantsPanel] div > div.sc-spinner {
margin-top:110px
}
div[data-sc-id=QualificationExpander] div.sc-expander-body {
overflow:visible;
}
#ActionsContainer {
height: 46px;
background-color: #474747;
padding-top: 6px;
padding-right: 7px;
border-left: 5px solid #dc271e;
}
.snapshot_wrapper {
padding: 0px;
border: solid 1px #999;
margin: 10px;
padding-top: 4px;
border-radius: 0px 0px 0px 0px;
background-color:white;
margin-right: 0px;
padding-right:12px;
padding-left: 11px;
padding-bottom: 13px;
}
.snapshot_wrapper div.sc-tageditor{
width: 100%;
float: left;
margin-right: 16px;
}
.snapshot_wrapper label {
font-size: 12px;
margin-left: 10px !important;
color: #666;
font-weight: normal;
}
.snapshot_selected {
border: solid 2px #289bc8;
}
.snapshot_selected div.SnapshotRadioContainer label.sc-radiobutton {
font-weight:bold;
font-size: 16px;
}
.snapshot_wrapper label.sc-radiobutton span.sc-radiobutton-label {
font-size: 16px;
}
.snapshot_selected .SnapshotActionContainer {
visibility: visible;
}
.SnapshotActionContainer {
visibility: hidden;
}
.snapshot_selected label{
}
.SnapshotListContainer div.sc-listcontrol {
clear: both
}
span[data-sc-id=SnapshotTitle] {
font-size:18px !important;
}
div[data-sc-id=SnapshotLabel], div[data-sc-id=ExcludeTagsLabel], div[data-sc-id=TagsLabel] , div[data-sc-id=PricelineLabel], div[data-sc-id=PriceTableLabel] {
font-size:16px !important;
margin-bottom:4px;
}
button[data-sc-id=DoneButton] {
float:right;
}
div[data-sc-id=CardNameLabel], div[data-sc-id=CardDescriptionLabel] {
font-size: 8px !important;
}
select[data-sc-id=VariantDropList] {
margin-right:16px;
}
.tagstring {
display:inline-block;
margin-left: 15px;
margin-right: 33px;
}
.tag-editor {
font-size: 14px;
padding-top: 3px;
padding-bottom: 3px;
line-height: 24px;
}
div[data-sc-id=Details_expander], div[data-sc-id=PriceBookCatalogs_expander], div[data-sc-id=PriceBookCards_expander], div[data-sc-id=Items_expander], div[data-sc-id=Benefits_expander], , div[data-sc-id=Preview_expander], div[data-sc-id=Qualifications_expander] {
font-size:small;
}
div[data-sc-id=PriceBookCatalogs_expander] > div.sc-expander-body > div.sc-expander-bodywrapper > div > div.sc-listcontrol-content > div.sc-listcontrol-body-wrapper > table > tbody > tr > td, div[data-sc-id=PriceBookCards_expander] > div.sc-expander-body > div.sc-expander-bodywrapper > div > div.sc-listcontrol-content > div.sc-listcontrol-body-wrapper > table > tbody > tr > td {
padding-left: 16px !important;
}
div[data-sc-id=Details_expander] > div.sc-expander-body > div.sc-expander-bodywrapper > div {
height: 48px;
padding-top: 16px;
}
div[data-sc-id=Preview_expander] > div.sc-expander-body > div.sc-expander-bodywrapper > div {
height: 48px;
padding-top: 16px;
}
.sidebar-label {
color:#666;
margin-right: 8px;
}
.sidebar-text {
}
.priceTiersInputError
{
border:1px solid red;
}
div[data-sc-id=PriceTiersEditor] {
padding: 12px;
height: 310px;
overflow: auto;
}
div[data-sc-id=PriceTiersEditor] > label{
margin-right: 12px;
}
div[data-sc-id=PriceTiersEditor] > input{
margin-left: 89px;
}
div[data-sc-id=PriceTiersEditor] > div:nth-child(3){
border-top: 1px solid #999;
margin-top: 24px;
}
div[data-sc-id=PriceTiersEditor] > div:nth-child(3) > label{
margin-top: 14px;
margin-bottom: 14px;
}
#PricingTiersTable > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1), #PricingTiersTable > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(2){
color:#666;
}
#AddTierButton{
margin-top: 19px;
height: 32px;
width: 70px;
}
#PriceTierEditorErrorMessageLabel {
color:red;
margin-top:12px;
}
#PricingTiersTable td, #PricingTiersTable th {
padding-right: 8px;
padding-bottom: 8px;
}
.commerce-spinner {
width: 100%;
background-color: rgba(255,255,255,.6);
height: 100%;
position: absolute;
margin-top: 0px;
z-index: 1000;
margin-bottom: 0px;
top: 0px;
background-image: url(/sitecore/shell/client/Speak/Assets/img/Speak/ProgressIndicator/sc-spinner32.gif);
background-repeat: no-repeat;
background-position: center center;
}
select[data-sc-id=EnvironmentsSwitcher]{
position: absolute;
right: 105%;
top: 7px;
width: 200px;
}
#ActionsContainer div.sc-actionpanel {
background: none;
background-image: none;
margin-top: -23px;
margin-right: -6px;
}
#ActionsContainer div.sc-actionpanel ul.nav > li > .btn-group button {
max-width: 170px;
box-shadow: none;
margin-top:17px;
}
div.sc-actionpanel {
background: none;
background-image: none;
margin-top: -14px;
margin-right: -15px;
}
div.sc-actionpanel .btn-default {
background: none;
background-image: none;
border: none;
border-radius: 0;
height: 46px;
color:white;
}
div.sc-actionpanel ul.nav > li > .btn-group button {
max-width: 170px;
box-shadow: none;
margin-top: 15px;
}
div.sc-actionpanel .btn-default:hover {
background: #666;
box-shadow: none;
}
div.sc-actionpanel .btn-default:active {
border: 0px;
box-shadow: inset 0 0 6px #b0b0b0;
}
div.sc-actionpanel ul.nav .sc-dropdownbutton-chevron {
border-top: 8px solid #cccccc;
border-bottom: 0 solid #474747;
margin-top: 8px;
}
div.sc-actionpanel ul.nav .sc-dropdownbutton-chevron.up {
border-top: 8px solid transparent;
border-bottom: 8px solid #cccccc;
margin-top: 0px;
}
div.sc-actionpanel .btn-default.mainButton {
border: 0;
margin-top: 15px;
box-shadow: none;
}
div.SnapshotActionContainer div.sc-actionpanel {
background: none;
background-image: none;
margin-top: -14px;
margin-right: -12px;
}
div.SnapshotActionContainer div.sc-actionpanel .btn-default {
background: none;
background-image: none;
border: none;
border-radius: 0;
height: 46px;
color:black;
}
div.SnapshotActionContainer div.sc-actionpanel ul.nav > li > .btn-group button {
max-width: 170px;
margin-top:0px;
}
div.SnapshotActionContainer div.sc-actionpanel .btn-default:hover {
background: #e3e3e3;
box-shadow: none;
}
div.SnapshotActionContainer div.sc-actionpanel .btn-default:active {
border: 0px;
box-shadow: inset 0 0 6px #b0b0b0;
}
div.SnapshotActionContainer div.sc-actionpanel ul.nav .sc-dropdownbutton-chevron {
border-top: 8px solid black;
border-bottom: 0 solid #474747;
margin-top: 0px;
}
div.SnapshotActionContainer div.sc-actionpanel ul.nav .sc-dropdownbutton-chevron.up {
border-top: 8px solid transparent;
border-bottom: 8px solid black;
margin-top: -8px;
}
div.SnapshotActionContainer div.sc-actionpanel .btn-default.mainButton {
border: 0;
margin-top: 0px;
box-shadow: none;
background: #dedede;
}
div.SnapshotActionContainer div.SnapshotActionContainer div.sc-actionpanel {
background: none;
background-image: none;
margin-top: -14px;
margin-right: -12px;
}
div[data-sc-id=DialogWindow] {
}
div[data-sc-id=CardBorder] {
padding: 0px !important;
border:0px !important;
}
.sc .sc-tab-control {
overflow: visible;
}
div[data-sc-id=FormRoot] {
min-height: 350px;
max-height: 430px;
}
div[data-sc-id=GlobalActionsControl] {
}
div[data-sc-app=SnapshotsApp] {
margin-left: 14px;
margin-right: 14px;
margin-top: 14px;
}
div[data-sc-id=PricingCardTabControl] div.sc-tab-control-nav-wrap{
margin-left: 14px;
margin-top: 8px;
}
div[data-sc-id=PricingCardTabControl] div.sc-tab-control-nav-wrap ul.sc-tab-control-nav{
left: 0px !important;
}
div[data-sc-id=GeneralErrorMessage] {
display: block;
position: fixed;
z-index: 10000;
width: 100%;
top: 250px;
}
div[data-sc-id=ErrorMessage] {
display: block;
position: fixed;
z-index: 10000;
width: 100%;
}
@media (min-width:500px) and (max-width: 1024px) {
div[data-sc-id=DialogWindow] {
top: calc(5% + 0px) !important;
}
.sc-actionpanel .sc-foldout ul > li .sc-action-text {
padding: 3px 7px 3px 22px;
}
.sc-actionpanel .sc-foldout ul {
margin: 0;
padding: 15px;
padding-top: 7px;
padding-bottom: 7px;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10+ specific styles go here */
.glyphicon-calendar::before {
content: "\d83d\dcc5";
}
}
.sc-dialogWindow-maximize {
display:none;
}
div[data-sc-id=CurrencyRowDialogWindow] {
top:25%;
}
/*body {
overflow:hidden;
}*/
button[data-sc-id=CancelButton] {
float: right;
margin-left: 7px;
margin-top: 7px;
}
button[data-sc-id=SelectButton] {
float: right;
margin-top: 7px;
}
div[data-sc-component=CommerceProductFieldRendering] input{
width:85%;
height:31px;
}
div[data-sc-component=CommerceProductFieldRendering] button{
height:31px;
width: 31px;
}
.sc-listcontrol .sc-associated-listpage {
display: none !important;
}
div[data-sc-id="PriceBookCatalogs_actionControl"] > ul > li > div > button{
max-width:250px!important;
} | sitecore/shell/client/Applications/PricingAndPromotionsManager/Assets/Styles/Styles.css | @import url("/sitecore/shell/client/Commerce/Layouts/Renderings/TagEditor/assets/jquery.tag-editor.css");
div[data-sc-id=SearchButtonTextBox] {
line-height: 0px;
top: 7px;
width: 285px;
float:right;
margin-left:12px;
margin-right:12px;
}
button[data-sc-id=Help] {
margin-top:-2px;
margin-right:16px;
}
ul[data-sc-id=AccountInformation] {
float:right;
}
button[data-sc-id=BackButton] {
vertical-align:baseline;
float: left;
}
div[data-sc-id=FindButtonTextBox],div[data-sc-id=SearchButtonTextBox] {
width: 200px;
}
div[data-sc-id=FindBtnTextBox] {
width: 150px;
float: left;
}
div[data-sc-id=FilterByButton] {
float:left;
margin-right:5px;
}
span[data-sc-id=AppTitleText] {
color:whitesmoke;
}
div[data-sc-id=SearchButtonTextBox] {
display: inline-flex;
display:none;
line-height: 0px;
margin-right: 69px;
}
ul[data-sc-id=AccountInformation]{
display: inline-block;
}
div[data-sc-id=PricingBooksActionsBorder] ,div[data-sc-id=PromotionBooksActionsBorder]{
display:inline-block;
}
select[data-sc-id=StatusDropList] {
width:105px;
padding-top:7px;
}
.sc-applicationHeader-contextSwitcher {
display: flex;
}
div.sc-applicationHeader-contextSwitcher select {
width: 100px;
float: left;
clear: both;
}
.sc-expander {
margin-top: 14px;
margin-bottom: 14px;
margin-left: 14px;
margin-right: 14px;
font-size:12px;
}
.snapshots_scroll {
clear: right;
height: 613px;
overflow-y: scroll;
width: 99.9%;
padding-right: 9px;
}
div[data-sc-id=SnapshotTagEditor] {
margin-top: 8px;
margin-bottom: 18px;
}
div[data-sc-id=SnapshotTagEditor] ul.tag-editor {
padding-top: 7px;
padding-bottom: 7px;
border-radius: 6px;
}
div[data-sc-id=FindBatchButton],div[data-sc-id=FindAssignmentsCouponsButton],div[data-sc-id=FindPublicCouponsButton], div[data-sc-id=FindPrivateCouponsButton], div[data-sc-id=FindCouponsButton] {
width: 200px;
margin-left: 12px;
}
div[data-sc-id=PublicCouponExpander]{
margin-left: 15px;
margin-right: 15px;}
span[data-sc-id=itemsLabel], span[data-sc-id=variantsLabel] {
margin-top: 20px !important;
display: block;
margin-bottom: 9px !Important;
}
div[data-sc-id=ItemsDropList], select[data-sc-id=VariantsListBox] {
margin-top: 10px !important;
}
div[data-sc-id=VariantsPanel] div > div.sc-spinner {
margin-top:110px
}
div[data-sc-id=QualificationExpander] div.sc-expander-body {
overflow:visible;
}
#ActionsContainer {
height: 46px;
background-color: #474747;
padding-top: 6px;
padding-right: 7px;
border-left: 5px solid #dc271e;
}
.snapshot_wrapper {
padding: 0px;
border: solid 1px #999;
margin: 10px;
padding-top: 4px;
border-radius: 0px 0px 0px 0px;
background-color:white;
margin-right: 0px;
padding-right:12px;
padding-left: 11px;
padding-bottom: 13px;
}
.snapshot_wrapper div.sc-tageditor{
width: 100%;
float: left;
margin-right: 16px;
}
.snapshot_wrapper label {
font-size: 12px;
margin-left: 10px !important;
color: #666;
font-weight: normal;
}
.snapshot_selected {
border: solid 2px #289bc8;
}
.snapshot_selected div.SnapshotRadioContainer label.sc-radiobutton {
font-weight:bold;
font-size: 16px;
}
.snapshot_wrapper label.sc-radiobutton span.sc-radiobutton-label {
font-size: 16px;
}
.snapshot_selected .SnapshotActionContainer {
visibility: visible;
}
.SnapshotActionContainer {
visibility: hidden;
}
.snapshot_selected label{
}
.SnapshotListContainer div.sc-listcontrol {
clear: both
}
span[data-sc-id=SnapshotTitle] {
font-size:18px !important;
}
div[data-sc-id=SnapshotLabel], div[data-sc-id=ExcludeTagsLabel], div[data-sc-id=TagsLabel] , div[data-sc-id=PricelineLabel], div[data-sc-id=PriceTableLabel] {
font-size:16px !important;
margin-bottom:4px;
}
button[data-sc-id=DoneButton] {
float:right;
}
div[data-sc-id=CardNameLabel], div[data-sc-id=CardDescriptionLabel] {
font-size: 8px !important;
}
select[data-sc-id=VariantDropList] {
margin-right:16px;
}
.tagstring {
display:inline-block;
margin-left: 15px;
margin-right: 33px;
}
.tag-editor {
font-size: 14px;
padding-top: 3px;
padding-bottom: 3px;
line-height: 24px;
}
div[data-sc-id=Details_expander], div[data-sc-id=PriceBookCatalogs_expander], div[data-sc-id=PriceBookCards_expander], div[data-sc-id=Items_expander], div[data-sc-id=Benefits_expander], , div[data-sc-id=Preview_expander], div[data-sc-id=Qualifications_expander] {
font-size:small;
}
div[data-sc-id=PriceBookCatalogs_expander] > div.sc-expander-body > div.sc-expander-bodywrapper > div > div.sc-listcontrol-content > div.sc-listcontrol-body-wrapper > table > tbody > tr > td, div[data-sc-id=PriceBookCards_expander] > div.sc-expander-body > div.sc-expander-bodywrapper > div > div.sc-listcontrol-content > div.sc-listcontrol-body-wrapper > table > tbody > tr > td {
padding-left: 16px !important;
}
div[data-sc-id=Details_expander] > div.sc-expander-body > div.sc-expander-bodywrapper > div {
height: 48px;
padding-top: 16px;
}
div[data-sc-id=Preview_expander] > div.sc-expander-body > div.sc-expander-bodywrapper > div {
height: 48px;
padding-top: 16px;
}
.sidebar-label {
color:#666;
margin-right: 8px;
}
.sidebar-text {
}
.priceTiersInputError
{
border:1px solid red;
}
div[data-sc-id=PriceTiersEditor] {
padding: 12px;
height: 310px;
overflow: auto;
}
div[data-sc-id=PriceTiersEditor] > label{
margin-right: 12px;
}
div[data-sc-id=PriceTiersEditor] > input{
margin-left: 89px;
}
div[data-sc-id=PriceTiersEditor] > div:nth-child(3){
border-top: 1px solid #999;
margin-top: 24px;
}
div[data-sc-id=PriceTiersEditor] > div:nth-child(3) > label{
margin-top: 14px;
margin-bottom: 14px;
}
#PricingTiersTable > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(1), #PricingTiersTable > tbody:nth-child(1) > tr:nth-child(1) > th:nth-child(2){
color:#666;
}
#AddTierButton{
margin-top: 19px;
height: 32px;
width: 70px;
}
#PriceTierEditorErrorMessageLabel {
color:red;
margin-top:12px;
}
#PricingTiersTable td, #PricingTiersTable th {
padding-right: 8px;
padding-bottom: 8px;
}
.commerce-spinner {
width: 100%;
background-color: rgba(255,255,255,.6);
height: 100%;
position: absolute;
margin-top: 0px;
z-index: 1000;
margin-bottom: 0px;
top: 0px;
background-image: url(/sitecore/shell/client/Speak/Assets/img/Speak/ProgressIndicator/sc-spinner32.gif);
background-repeat: no-repeat;
background-position: center center;
}
select[data-sc-id=EnvironmentsSwitcher]{
position: absolute;
right: 105%;
top: 7px;
width: 200px;
}
#ActionsContainer div.sc-actionpanel {
background: none;
background-image: none;
margin-top: -23px;
margin-right: -6px;
}
#ActionsContainer div.sc-actionpanel ul.nav > li > .btn-group button {
max-width: 170px;
box-shadow: none;
margin-top:17px;
}
div.sc-actionpanel {
background: none;
background-image: none;
margin-top: -14px;
margin-right: -15px;
}
div.sc-actionpanel .btn-default {
background: none;
background-image: none;
border: none;
border-radius: 0;
height: 46px;
color:white;
}
div.sc-actionpanel ul.nav > li > .btn-group button {
max-width: 170px;
box-shadow: none;
margin-top: 15px;
}
div.sc-actionpanel .btn-default:hover {
background: #666;
box-shadow: none;
}
div.sc-actionpanel .btn-default:active {
border: 0px;
box-shadow: inset 0 0 6px #b0b0b0;
}
div.sc-actionpanel ul.nav .sc-dropdownbutton-chevron {
border-top: 8px solid #cccccc;
border-bottom: 0 solid #474747;
margin-top: 8px;
}
div.sc-actionpanel ul.nav .sc-dropdownbutton-chevron.up {
border-top: 8px solid transparent;
border-bottom: 8px solid #cccccc;
margin-top: 0px;
}
div.sc-actionpanel .btn-default.mainButton {
border: 0;
margin-top: 15px;
box-shadow: none;
}
div.SnapshotActionContainer div.sc-actionpanel {
background: none;
background-image: none;
margin-top: -14px;
margin-right: -12px;
}
div.SnapshotActionContainer div.sc-actionpanel .btn-default {
background: none;
background-image: none;
border: none;
border-radius: 0;
height: 46px;
color:black;
}
div.SnapshotActionContainer div.sc-actionpanel ul.nav > li > .btn-group button {
max-width: 170px;
margin-top:0px;
}
div.SnapshotActionContainer div.sc-actionpanel .btn-default:hover {
background: #e3e3e3;
box-shadow: none;
}
div.SnapshotActionContainer div.sc-actionpanel .btn-default:active {
border: 0px;
box-shadow: inset 0 0 6px #b0b0b0;
}
div.SnapshotActionContainer div.sc-actionpanel ul.nav .sc-dropdownbutton-chevron {
border-top: 8px solid black;
border-bottom: 0 solid #474747;
margin-top: 0px;
}
div.SnapshotActionContainer div.sc-actionpanel ul.nav .sc-dropdownbutton-chevron.up {
border-top: 8px solid transparent;
border-bottom: 8px solid black;
margin-top: -8px;
}
div.SnapshotActionContainer div.sc-actionpanel .btn-default.mainButton {
border: 0;
margin-top: 0px;
box-shadow: none;
background: #dedede;
}
div.SnapshotActionContainer div.SnapshotActionContainer div.sc-actionpanel {
background: none;
background-image: none;
margin-top: -14px;
margin-right: -12px;
}
div[data-sc-id=DialogWindow] {
}
div[data-sc-id=CardBorder] {
padding: 0px !important;
border:0px !important;
}
.sc .sc-tab-control {
overflow: visible;
}
div[data-sc-id=FormRoot] {
min-height: 350px;
max-height: 430px;
}
div[data-sc-id=GlobalActionsControl] {
}
div[data-sc-app=SnapshotsApp] {
margin-left: 14px;
margin-right: 14px;
margin-top: 14px;
}
div[data-sc-id=PricingCardTabControl] div.sc-tab-control-nav-wrap{
margin-left: 14px;
margin-top: 8px;
}
div[data-sc-id=PricingCardTabControl] div.sc-tab-control-nav-wrap ul.sc-tab-control-nav{
left: 0px !important;
}
div[data-sc-id=GeneralErrorMessage] {
display: block;
position: fixed;
z-index: 10000;
width: 100%;
top: 250px;
}
div[data-sc-id=ErrorMessage] {
display: block;
position: fixed;
z-index: 10000;
width: 100%;
}
@media (min-width:500px) and (max-width: 1024px) {
div[data-sc-id=DialogWindow] {
top: calc(5% + 0px) !important;
}
.sc-actionpanel .sc-foldout ul > li .sc-action-text {
padding: 3px 7px 3px 22px;
}
.sc-actionpanel .sc-foldout ul {
margin: 0;
padding: 15px;
padding-top: 7px;
padding-bottom: 7px;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10+ specific styles go here */
.glyphicon-calendar::before {
content: "\d83d\dcc5";
}
}
.sc-dialogWindow-maximize {
display:none;
}
div[data-sc-id=CurrencyRowDialogWindow] {
top:25%;
}
/*body {
overflow:hidden;
}*/
button[data-sc-id=CancelButton] {
float: right;
margin-left: 7px;
margin-top: 7px;
}
button[data-sc-id=SelectButton] {
float: right;
margin-top: 7px;
}
div[data-sc-component=CommerceProductFieldRendering] input{
width:85%;
height:31px;
}
div[data-sc-component=CommerceProductFieldRendering] button{
height:31px;
width: 31px;
}
.sc-listcontrol .sc-associated-listpage {
display: none !important;
}
div[data-sc-id="PriceBookCatalogs_actionControl"] > ul > li > div > button{
max-width:250px!important;
} | 0.132964 | 0.059428 |
@font-face {font-family: 'Share Tech Mono'; font-style: normal; font-weight: 400; src: local('Share Tech Mono'), local('ShareTechMono-Regular'), url(https://fonts.gstatic.com/s/sharetechmono/v5/RQxK-3RA0Lnf3gnnnNrAsaH0X__W3S3MJL29bc5CWfs.woff) format('woff');}
/*-- entire web --*/
* {
color: orange !important;
border-color: orange !important;
/*text-shadow: 0 0 black !important;*/
border-radius: 0 !important;
background-image:none !important;
text-shadow:none !important;
box-shadow: 0 !important;
font-family: 'Share Tech Mono' !important;
}
/*-- bg color key elements --*/
span,body,header,.header,#header,container,.container,#container,nav,.nav,.navigation,#nav,#navigation,.icon,div,footer,.footer,#footer,.page,#page,.module,.selected,.tab,.tabs,.tabs .selected a,a.wikia-button.secondary
{background-color:black !important;}
/*-- font --*/
body,h1,h2,h3,h4,h5,h6,.container,div,span a,ul,li a,input,textarea,button,a,table, td, tr,.uiButtonText,p,p span
{font-family: 'Share Tech Mono' !important;}
/*-- text color catch --*/
.video-time
{color:orange !important;}
/*-- link color catch --*/
a.title,a.linkColor,a.link,.link
{color:orange !important;}
a:hover,a[role=button]:hover {
background:orange !important;
background-color:orange !important;
color:black !important;
border-radius: 0 !important;
border:0 !important;
text-decoration:none !important;
}
/*-- input catch --*/
input,input[type=text],textarea,select,input[type="radio"] {
font-family: 'Share Tech Mono' !important;
background:black !important;
background-color: rgb(0, 0, 0) !important;
color:orange !important;
border-radius: 0 !important;
border-color:orange !important;
}
/* input button style */
input[type=submit]
{
background-color:orange !important;
background-color:rgb(255, 165, 0) !important;
border-color:orange !important;
color:black !important;
border-radius: 0 !important;
border:0 !important;
text-shadow:none !important;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: orange !important;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: orange !important;
opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: orange !important; opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: orange !important;}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
color: orange !important;
}
button,a[role="button"]{
background:transparent !important;
text-shadow:none !important;
font-family: 'Share Tech Mono' !important;
}
button:hover {
background:black !important;
color:orange !important;
}
input[type="radio"],input[type="checkbox"]{
background:orange !important;
border:1px solid orange !important;
}
/*-- img + google logo csb > orange */
img,video,.csb,iframe,#hplogo
{-webkit-filter: contrast(140%) brightness(23%) sepia(100%) saturate(4000%) hue-rotate(-310deg);}
/* minor bits */
cite {border-bottom: 1px solid orange; font-size:0.75em !important;}
/* ---------- site / google search ---------- */
/* hide */
.sbico
{display:none;}
/* bg remove */
.gstl_0,.sbdd_a,.vasq,.fl,.tnNfDe {background:none !important;}
/* bg img remove */
#homepage #content,.ribbon,.bracket,.gsst_a,.gsst_b,.gsst_a
{background-image:none !important;}
/*bg black */
.gb_ka, .gb_0d, .Bu, .nH,table, td, tr, .J-KU-Jg-K9.aAA .J-KU-KO.aAy,.calHeader,.dp-weekendh,th,section,.list-link,.MomentCapsuleList-title,.MomentCapsuleItem--withText::before
{background: black !important; background-color:black!important;}
/* text color */
._tX,.vk_gy,.nZ .n0 {color: orange !important;}
/* btn style */
.gb_Da,a.w3-btn,#leftmenu a.active,.topnav a.active {background:orange !important; color:black!important;border:0;}
/* filter colors */
.apU,.logo,.gsst_a,.omTHz,.circle-mask,.logo-strip,.gbii {-webkit-filter:contrast(140%) brightness(23%) sepia(100%) saturate(4000%) hue-rotate(-310deg);}
.plusone,.gb_ja,.yt-uix-checkbox-on-off {-webkit-filter:brightness(24%) sepia(100%) saturate(5000%) hue-rotate(-310deg);}
/* borders */
.rhsvw {border:1px solid orange !important;}
div.osl {border-top:1px solid orange !important; padding-top:4px; margin-top:4px;}
/* spacing */
.rc .s {line-height: 21px;}
#ires .kv { height: 21px;}
div.rc {margin-top:50px !important;}
/*-- unique tweaks --*/
.unknown_loc {background: orange; box-shadow: 0 0 0 1px orange;}
/* dropdown arrow in word definition */
div.vk_ard:before, div.vk_ard:after {border-top:16px solid orange;}
div.vk_aru:before, div.vk_aru:after {border-bottom:16px solid orange;}
.gb_bb {border-bottom-color:orange !important;}
.gb_b,.gb_Nb {background:orange !important;}
.gb_ga,.gb_ja {background:black !important;}
#scene,#PageShareContainer
{-webkit-filter: contrast(120%) brightness(15%) sepia(100%) saturate(4000%) hue-rotate(-310deg);}
/*-- facebook.com / bg --*/
/*-- facebook.com / headers --*/
/*-- facebook.com / links --*/
/*-- facebook.com / img --*/
/*-- facebook.com / icons --*/
/* ---------- site / facebook ---------- */
.mtm a
{
background-color:transparent !important;
}
.fbNubFlyoutOuter,._50mz .titlebar .button,.uiLayer
{
background-color:black !important;
}
recent.selected,li,lu,ul
{color: orange !important;
background-color: black !important;}
.sp_69yfwHryDts,._3xen,._48pw,i.img {-webkit-filter:brightness(24%) sepia(100%) saturate(5000%) hue-rotate(-310deg);}
._552n,._52lb {-webkit-filter:brightness(50%) sepia(100%) saturate(5000%) hue-rotate(-315deg);}
._4f7n {background-image:none !important;background-color:black !important;border-bottom:1px solid orange !important;}
.mbs {background:none !important}
._57w ._48-k::before,._57w ._5yxe::before, ._57w ._1ysv::before,._57w ._5f9b::before {display:none;}
._3ekx a {color:orange !important;}
button span {background-color:orange !important; color:black !important}
/* sticker > orange */
div[data-testid=ufi_comment_sticker]{ -webkit-filter:brightness(24%) sepia(100%) saturate(5000%) hue-rotate(-310deg);}
.uiTypeaheadView .selected, .uiTypeaheadView .selected a, .uiTypeaheadView .selected div, .uiTypeaheadView .selected span {color:orange !important;}
._48pw {
background-image: url(https://www.facebook.com/rsrc.php/v2/yx/r/Zdu_J4rb_zu.png)!important;}
._4f7n:after,.seeMore {background:black !important;border-top:1px solid orange !important;}
._5vsj .UFIRow.UFIUnseenItem:after {background-color:orange;}
._517h, ._59pe:focus, ._59pe:hover {
background-color: #000000 !important;
}
._2yq ._4-u2::before {
border: 1px solid orange !important;
}
/* ---------- site / youtube ---------- */
.yt-ui-ellipsis {background-color:black!important;}
.yt-uix-button-default {background:black !important;}
.yt-uix-button-subscribe-branded:before {display:none !important;}
#yt-masthead #logo-container .logo {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/www-hitchhiker-vfln3w-mZ.webp) -558px -346px !important;
background-size: auto;
width: 73px;
height: 30px;}
.comments .channel-owner .comment-header .user-name {background-color:orange!important;color:black!important;}
.guide-item.guide-item-selected {background:orange!important;}
.ytp-button {-webkit-filter:brightness(24%) sepia(100%) saturate(5000%) hue-rotate(-310deg);}
.paper-button.ytd-subscribe-button-renderer {background-color:black !important;}
.arrow.yt-horizontal-list-renderer {background-color:orange !important;}
/* ---------- site / mix todo! ---------- */
h1 a:visited {color: orange!important;}
h2 a:visited {color: orange!important;}
h3 a:visited {color: orange!important;}
h4 a:visited {color: orange!important;}
h5 a:visited {color: orange!important;}
h6 a:visited {color: orange!important;}
p a:visited {color: orange!important;}
.footer_link a { color: orange!important;}
.footer a { color: orange!important;}
.header_button a {
color: white !important;
}
.header a {color: orange !important;}
/* specific bg blackout */
.w3-white,.w3-theme,.w3-light-grey
{
font-family: 'Share Tech Mono' !important;
color: orange !important;
background-color: black !important;
border-color: #ee7600 !important;
opacity: 1 !important;
text-shadow: 0 0 black !important;
}
/* specific border color */
.w3-code
{border-color:orange !important;}
/* specific image tint */
div.tout {
-webkit-filter:contrast(140%) brightness(23%) sepia(100%) saturate(4000%) hue-rotate(-310deg);}
/* quickfix */
.paginator { background-image:none !important;}
.L3::before {background-image:none !important;}
/* fallout wikia */
.portable-infobox .pi-title,.portable-infobox .pi-group .pi-header,.portable-infobox .pi-group .pi-data .pi-data-label,.ns-subject .WikiaArticle a:visited,.portable-infobox > div div a,.portable-infobox,.chat-join button:before,.ChatEntryPoint,.va-portal-header,.va-portal-body,.va-portal-section,#WikiaRandomWiki,.global-footer .branding.black.vertical-games a,.wikia-button,._tX,a.psgiimg {background:black!important; color:orange!important;box-shadow:none;}
.portable-infobox {border-color:orange!important;}
.wds-community-header::before {
background: none !important;
}
.WikiaPage .page-header .wds-button:not(.wds-is-text):not(.wds-is-secondary) {
background-color: black !important;
}
.wds-global-navigation__logo {
display:none !important;
} | data/usercss/122899.user.css | @font-face {font-family: 'Share Tech Mono'; font-style: normal; font-weight: 400; src: local('Share Tech Mono'), local('ShareTechMono-Regular'), url(https://fonts.gstatic.com/s/sharetechmono/v5/RQxK-3RA0Lnf3gnnnNrAsaH0X__W3S3MJL29bc5CWfs.woff) format('woff');}
/*-- entire web --*/
* {
color: orange !important;
border-color: orange !important;
/*text-shadow: 0 0 black !important;*/
border-radius: 0 !important;
background-image:none !important;
text-shadow:none !important;
box-shadow: 0 !important;
font-family: 'Share Tech Mono' !important;
}
/*-- bg color key elements --*/
span,body,header,.header,#header,container,.container,#container,nav,.nav,.navigation,#nav,#navigation,.icon,div,footer,.footer,#footer,.page,#page,.module,.selected,.tab,.tabs,.tabs .selected a,a.wikia-button.secondary
{background-color:black !important;}
/*-- font --*/
body,h1,h2,h3,h4,h5,h6,.container,div,span a,ul,li a,input,textarea,button,a,table, td, tr,.uiButtonText,p,p span
{font-family: 'Share Tech Mono' !important;}
/*-- text color catch --*/
.video-time
{color:orange !important;}
/*-- link color catch --*/
a.title,a.linkColor,a.link,.link
{color:orange !important;}
a:hover,a[role=button]:hover {
background:orange !important;
background-color:orange !important;
color:black !important;
border-radius: 0 !important;
border:0 !important;
text-decoration:none !important;
}
/*-- input catch --*/
input,input[type=text],textarea,select,input[type="radio"] {
font-family: 'Share Tech Mono' !important;
background:black !important;
background-color: rgb(0, 0, 0) !important;
color:orange !important;
border-radius: 0 !important;
border-color:orange !important;
}
/* input button style */
input[type=submit]
{
background-color:orange !important;
background-color:rgb(255, 165, 0) !important;
border-color:orange !important;
color:black !important;
border-radius: 0 !important;
border:0 !important;
text-shadow:none !important;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: orange !important;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: orange !important;
opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: orange !important; opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: orange !important;}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
color: orange !important;
}
button,a[role="button"]{
background:transparent !important;
text-shadow:none !important;
font-family: 'Share Tech Mono' !important;
}
button:hover {
background:black !important;
color:orange !important;
}
input[type="radio"],input[type="checkbox"]{
background:orange !important;
border:1px solid orange !important;
}
/*-- img + google logo csb > orange */
img,video,.csb,iframe,#hplogo
{-webkit-filter: contrast(140%) brightness(23%) sepia(100%) saturate(4000%) hue-rotate(-310deg);}
/* minor bits */
cite {border-bottom: 1px solid orange; font-size:0.75em !important;}
/* ---------- site / google search ---------- */
/* hide */
.sbico
{display:none;}
/* bg remove */
.gstl_0,.sbdd_a,.vasq,.fl,.tnNfDe {background:none !important;}
/* bg img remove */
#homepage #content,.ribbon,.bracket,.gsst_a,.gsst_b,.gsst_a
{background-image:none !important;}
/*bg black */
.gb_ka, .gb_0d, .Bu, .nH,table, td, tr, .J-KU-Jg-K9.aAA .J-KU-KO.aAy,.calHeader,.dp-weekendh,th,section,.list-link,.MomentCapsuleList-title,.MomentCapsuleItem--withText::before
{background: black !important; background-color:black!important;}
/* text color */
._tX,.vk_gy,.nZ .n0 {color: orange !important;}
/* btn style */
.gb_Da,a.w3-btn,#leftmenu a.active,.topnav a.active {background:orange !important; color:black!important;border:0;}
/* filter colors */
.apU,.logo,.gsst_a,.omTHz,.circle-mask,.logo-strip,.gbii {-webkit-filter:contrast(140%) brightness(23%) sepia(100%) saturate(4000%) hue-rotate(-310deg);}
.plusone,.gb_ja,.yt-uix-checkbox-on-off {-webkit-filter:brightness(24%) sepia(100%) saturate(5000%) hue-rotate(-310deg);}
/* borders */
.rhsvw {border:1px solid orange !important;}
div.osl {border-top:1px solid orange !important; padding-top:4px; margin-top:4px;}
/* spacing */
.rc .s {line-height: 21px;}
#ires .kv { height: 21px;}
div.rc {margin-top:50px !important;}
/*-- unique tweaks --*/
.unknown_loc {background: orange; box-shadow: 0 0 0 1px orange;}
/* dropdown arrow in word definition */
div.vk_ard:before, div.vk_ard:after {border-top:16px solid orange;}
div.vk_aru:before, div.vk_aru:after {border-bottom:16px solid orange;}
.gb_bb {border-bottom-color:orange !important;}
.gb_b,.gb_Nb {background:orange !important;}
.gb_ga,.gb_ja {background:black !important;}
#scene,#PageShareContainer
{-webkit-filter: contrast(120%) brightness(15%) sepia(100%) saturate(4000%) hue-rotate(-310deg);}
/*-- facebook.com / bg --*/
/*-- facebook.com / headers --*/
/*-- facebook.com / links --*/
/*-- facebook.com / img --*/
/*-- facebook.com / icons --*/
/* ---------- site / facebook ---------- */
.mtm a
{
background-color:transparent !important;
}
.fbNubFlyoutOuter,._50mz .titlebar .button,.uiLayer
{
background-color:black !important;
}
recent.selected,li,lu,ul
{color: orange !important;
background-color: black !important;}
.sp_69yfwHryDts,._3xen,._48pw,i.img {-webkit-filter:brightness(24%) sepia(100%) saturate(5000%) hue-rotate(-310deg);}
._552n,._52lb {-webkit-filter:brightness(50%) sepia(100%) saturate(5000%) hue-rotate(-315deg);}
._4f7n {background-image:none !important;background-color:black !important;border-bottom:1px solid orange !important;}
.mbs {background:none !important}
._57w ._48-k::before,._57w ._5yxe::before, ._57w ._1ysv::before,._57w ._5f9b::before {display:none;}
._3ekx a {color:orange !important;}
button span {background-color:orange !important; color:black !important}
/* sticker > orange */
div[data-testid=ufi_comment_sticker]{ -webkit-filter:brightness(24%) sepia(100%) saturate(5000%) hue-rotate(-310deg);}
.uiTypeaheadView .selected, .uiTypeaheadView .selected a, .uiTypeaheadView .selected div, .uiTypeaheadView .selected span {color:orange !important;}
._48pw {
background-image: url(https://www.facebook.com/rsrc.php/v2/yx/r/Zdu_J4rb_zu.png)!important;}
._4f7n:after,.seeMore {background:black !important;border-top:1px solid orange !important;}
._5vsj .UFIRow.UFIUnseenItem:after {background-color:orange;}
._517h, ._59pe:focus, ._59pe:hover {
background-color: #000000 !important;
}
._2yq ._4-u2::before {
border: 1px solid orange !important;
}
/* ---------- site / youtube ---------- */
.yt-ui-ellipsis {background-color:black!important;}
.yt-uix-button-default {background:black !important;}
.yt-uix-button-subscribe-branded:before {display:none !important;}
#yt-masthead #logo-container .logo {
background: no-repeat url(https://s.ytimg.com/yts/imgbin/www-hitchhiker-vfln3w-mZ.webp) -558px -346px !important;
background-size: auto;
width: 73px;
height: 30px;}
.comments .channel-owner .comment-header .user-name {background-color:orange!important;color:black!important;}
.guide-item.guide-item-selected {background:orange!important;}
.ytp-button {-webkit-filter:brightness(24%) sepia(100%) saturate(5000%) hue-rotate(-310deg);}
.paper-button.ytd-subscribe-button-renderer {background-color:black !important;}
.arrow.yt-horizontal-list-renderer {background-color:orange !important;}
/* ---------- site / mix todo! ---------- */
h1 a:visited {color: orange!important;}
h2 a:visited {color: orange!important;}
h3 a:visited {color: orange!important;}
h4 a:visited {color: orange!important;}
h5 a:visited {color: orange!important;}
h6 a:visited {color: orange!important;}
p a:visited {color: orange!important;}
.footer_link a { color: orange!important;}
.footer a { color: orange!important;}
.header_button a {
color: white !important;
}
.header a {color: orange !important;}
/* specific bg blackout */
.w3-white,.w3-theme,.w3-light-grey
{
font-family: 'Share Tech Mono' !important;
color: orange !important;
background-color: black !important;
border-color: #ee7600 !important;
opacity: 1 !important;
text-shadow: 0 0 black !important;
}
/* specific border color */
.w3-code
{border-color:orange !important;}
/* specific image tint */
div.tout {
-webkit-filter:contrast(140%) brightness(23%) sepia(100%) saturate(4000%) hue-rotate(-310deg);}
/* quickfix */
.paginator { background-image:none !important;}
.L3::before {background-image:none !important;}
/* fallout wikia */
.portable-infobox .pi-title,.portable-infobox .pi-group .pi-header,.portable-infobox .pi-group .pi-data .pi-data-label,.ns-subject .WikiaArticle a:visited,.portable-infobox > div div a,.portable-infobox,.chat-join button:before,.ChatEntryPoint,.va-portal-header,.va-portal-body,.va-portal-section,#WikiaRandomWiki,.global-footer .branding.black.vertical-games a,.wikia-button,._tX,a.psgiimg {background:black!important; color:orange!important;box-shadow:none;}
.portable-infobox {border-color:orange!important;}
.wds-community-header::before {
background: none !important;
}
.WikiaPage .page-header .wds-button:not(.wds-is-text):not(.wds-is-secondary) {
background-color: black !important;
}
.wds-global-navigation__logo {
display:none !important;
} | 0.346099 | 0.045016 |
.userCenter {
background: #f5f5f5;
}
.userCenter .middle {
margin-bottom: 61px;
}
.userCenter .middle h3 {
font-size: 20px;
font-family: MicrosoftYaHei-Bold;
font-weight: 500;
}
.userCenter .middle a {
color: #333333;
text-decoration: none;
}
.userCenter .middle .col-xs-3 {
padding-left: 0px;
padding-right: 25px;
}
.userCenter .middle .thumbnail {
cursor: pointer;
display: flex;
flex-direction: column;
align-items: center;
background: #fff;
padding: 74px 0px 60px 0px;
border: none;
border-radius: 0px;
margin-bottom: 25px;
}
.userCenter .middle .thumbnail:hover {
background-color: #025AB3;
color: #fff;
}
.userCenter .middle .thumbnail:hover a {
color: #fff;
}
.userCenter .middle .thumbnail:hover .userimg1 {
background-image: url(../img/user_1_after.png);
}
.userCenter .middle .thumbnail:hover .userimg2 {
background-image: url(../img/user_2_after.png);
}
.userCenter .middle .thumbnail:hover .userimg3 {
background-image: url(../img/user_3_after.png);
}
.userCenter .middle .thumbnail:hover .userimg4 {
background-image: url(../img/user_4_after.png);
}
.userCenter .middle .thumbnail:hover .userimg5 {
background-image: url(../img/user_5_after.png);
}
.userCenter .middle .thumbnail:hover .userimg6 {
background-image: url(../img/user_6_after.png);
}
.userCenter .middle .thumbnail:hover .userimg7 {
background-image: url(../img/user_7_after.png);
}
.userCenter .middle .thumbnail:hover .userimg8 {
background-image: url(../img/user_8_after.png);
}
.userCenter .middle .thumbnail:hover .userimg9 {
background-image: url(../img/user_9_after.png);
}
.userCenter .middle .thumbnail:hover .userimg10 {
background-image: url(../img/user_10_after.png);
}
.userCenter .middle .thumbnail:hover .userimg11 {
background-image: url(../img/user_11_after.png);
}
.userCenter .middle .thumbnail:hover .userimg12 {
background-image: url(../img/user_12_after.png);
}
.userCenter .middle .thumbnail:hover .userimg13 {
background-image: url(../img/user_13_after.png);
}
.userCenter .middle .thumbnail:hover .userimg14 {
background-image: url(../img/user_14_after.png);
}
.userCenter .middle .thumbnail:hover .userimg15 {
background-image: url(../img/user_15_after.png);
}
.userCenter .middle .thumbnail:hover .userimg16 {
background-image: url(../img/user_16_after.png);
}
.userCenter .middle .thumbnail:hover .userimg17 {background-image: url(../img/user_17_after.png);}
.userCenter .middle .userimg1 {
background-image: url(../img/user_1.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg2 {
background-image: url(../img/user_2.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg3 {
background-image: url(../img/user_3.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg4 {
background-image: url(../img/user_4.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg5 {
background-image: url(../img/user_5.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg6 {
background-image: url(../img/user_6.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg7 {
background-image: url(../img/user_7.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg8 {
background-image: url(../img/user_8.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg9 {
background-image: url(../img/user_9.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg10 {
background-image: url(../img/user_10.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg11 {
background-image: url(../img/user_11.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg12 {
background-image: url(../img/user_12.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg13 {
background-image: url(../img/user_13.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg14 {
background-image: url(../img/user_14.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg15 {
background-image: url(../img/user_15.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg16 {
background-image: url(../img/user_16.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg17 {
background-image: url(../img/user_17.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
} | css/userCenter.css | .userCenter {
background: #f5f5f5;
}
.userCenter .middle {
margin-bottom: 61px;
}
.userCenter .middle h3 {
font-size: 20px;
font-family: MicrosoftYaHei-Bold;
font-weight: 500;
}
.userCenter .middle a {
color: #333333;
text-decoration: none;
}
.userCenter .middle .col-xs-3 {
padding-left: 0px;
padding-right: 25px;
}
.userCenter .middle .thumbnail {
cursor: pointer;
display: flex;
flex-direction: column;
align-items: center;
background: #fff;
padding: 74px 0px 60px 0px;
border: none;
border-radius: 0px;
margin-bottom: 25px;
}
.userCenter .middle .thumbnail:hover {
background-color: #025AB3;
color: #fff;
}
.userCenter .middle .thumbnail:hover a {
color: #fff;
}
.userCenter .middle .thumbnail:hover .userimg1 {
background-image: url(../img/user_1_after.png);
}
.userCenter .middle .thumbnail:hover .userimg2 {
background-image: url(../img/user_2_after.png);
}
.userCenter .middle .thumbnail:hover .userimg3 {
background-image: url(../img/user_3_after.png);
}
.userCenter .middle .thumbnail:hover .userimg4 {
background-image: url(../img/user_4_after.png);
}
.userCenter .middle .thumbnail:hover .userimg5 {
background-image: url(../img/user_5_after.png);
}
.userCenter .middle .thumbnail:hover .userimg6 {
background-image: url(../img/user_6_after.png);
}
.userCenter .middle .thumbnail:hover .userimg7 {
background-image: url(../img/user_7_after.png);
}
.userCenter .middle .thumbnail:hover .userimg8 {
background-image: url(../img/user_8_after.png);
}
.userCenter .middle .thumbnail:hover .userimg9 {
background-image: url(../img/user_9_after.png);
}
.userCenter .middle .thumbnail:hover .userimg10 {
background-image: url(../img/user_10_after.png);
}
.userCenter .middle .thumbnail:hover .userimg11 {
background-image: url(../img/user_11_after.png);
}
.userCenter .middle .thumbnail:hover .userimg12 {
background-image: url(../img/user_12_after.png);
}
.userCenter .middle .thumbnail:hover .userimg13 {
background-image: url(../img/user_13_after.png);
}
.userCenter .middle .thumbnail:hover .userimg14 {
background-image: url(../img/user_14_after.png);
}
.userCenter .middle .thumbnail:hover .userimg15 {
background-image: url(../img/user_15_after.png);
}
.userCenter .middle .thumbnail:hover .userimg16 {
background-image: url(../img/user_16_after.png);
}
.userCenter .middle .thumbnail:hover .userimg17 {background-image: url(../img/user_17_after.png);}
.userCenter .middle .userimg1 {
background-image: url(../img/user_1.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg2 {
background-image: url(../img/user_2.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg3 {
background-image: url(../img/user_3.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg4 {
background-image: url(../img/user_4.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg5 {
background-image: url(../img/user_5.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg6 {
background-image: url(../img/user_6.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg7 {
background-image: url(../img/user_7.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg8 {
background-image: url(../img/user_8.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg9 {
background-image: url(../img/user_9.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg10 {
background-image: url(../img/user_10.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg11 {
background-image: url(../img/user_11.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg12 {
background-image: url(../img/user_12.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg13 {
background-image: url(../img/user_13.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg14 {
background-image: url(../img/user_14.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg15 {
background-image: url(../img/user_15.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg16 {
background-image: url(../img/user_16.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
}
.userCenter .middle .userimg17 {
background-image: url(../img/user_17.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 99px;
} | 0.379034 | 0.073563 |
@import url("https://fonts.googleapis.com/css2?family=Sriracha&display=swap");
.App {
width: 70% !important;
margin: 5vw auto;
}
.app-nav-bar {
width: 70% !important;
margin: 1% auto;
border-radius: 15px;
text-align: justify !important;
}
.app-nav-bar span {
font-size: 2vw !important;
padding: 15px;
margin: auto;
color: aliceblue;
font-family: "Sriracha", cursive;
}
.ribbon {
background: #fffdfd !important;
overflow: hidden;
white-space: nowrap;
position: absolute;
left: -50px;
top: 40px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
box-shadow: 0px -1px 11px -2px rgba(70, 66, 66, 0.75);
-webkit-box-shadow: 0px -1px 11px -2px rgba(70, 66, 66, 0.75);
-moz-box-shadow: 0px -1px 11px -2px rgba(70, 66, 66, 0.75);
}
.ribbon a {
border: 1px solid rgba(48, 43, 43, 0);
color: rgb(0, 0, 0);
display: block;
font: bold 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 1px 0;
padding: 10px 50px;
text-align: center;
text-decoration: none;
text-shadow: 0 0 3px rgb(0, 0, 0);
}
.ribbon a:hover {
color: rgb(255, 0, 0);
}
::-webkit-scrollbar {
width: 0.5rem;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(148, 130, 130, 0);
}
::-webkit-scrollbar-thumb {
background-color: darkgrey;
border-radius: 20px;
}
/* Big tablets to 1200px*/
/* @media only screen and (max-width: 1200px) {
} */
/* Small tablets to big tablets: from 768 to 1032*/
@media only screen and (max-width: 1032px) {
.App {
width: 100% !important;
margin: 10% auto;
}
}
/* Small phones to small tablets: from 481 to 767*/
@media only screen and (max-width: 767px) {
.App {
width: 100% !important;
margin: 10% auto;
}
.ribbon {
left: -40px;
top: 15px;
-webkit-transform: rotate(-40deg);
-moz-transform: rotate(-40deg);
-ms-transform: rotate(-40deg);
-o-transform: rotate(-40deg);
transform: rotate(-40deg);
}
.ribbon a {
font: bold 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 10px !important;
margin: 2px 0;
padding: 5px 30px;
}
}
/*Small Phone from 0 to 480px*/
@media only screen and (max-width: 400px) {
.App {
width: 100% !important;
margin: 10% auto;
}
.ribbon {
left: -40px;
top: 15px;
-webkit-transform: rotate(-40deg);
-moz-transform: rotate(-40deg);
-ms-transform: rotate(-40deg);
-o-transform: rotate(-40deg);
transform: rotate(-40deg);
}
.ribbon a {
font: bold 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 10px !important;
margin: 2px 0;
padding: 5px 30px;
}
} | src/App.css | @import url("https://fonts.googleapis.com/css2?family=Sriracha&display=swap");
.App {
width: 70% !important;
margin: 5vw auto;
}
.app-nav-bar {
width: 70% !important;
margin: 1% auto;
border-radius: 15px;
text-align: justify !important;
}
.app-nav-bar span {
font-size: 2vw !important;
padding: 15px;
margin: auto;
color: aliceblue;
font-family: "Sriracha", cursive;
}
.ribbon {
background: #fffdfd !important;
overflow: hidden;
white-space: nowrap;
position: absolute;
left: -50px;
top: 40px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
box-shadow: 0px -1px 11px -2px rgba(70, 66, 66, 0.75);
-webkit-box-shadow: 0px -1px 11px -2px rgba(70, 66, 66, 0.75);
-moz-box-shadow: 0px -1px 11px -2px rgba(70, 66, 66, 0.75);
}
.ribbon a {
border: 1px solid rgba(48, 43, 43, 0);
color: rgb(0, 0, 0);
display: block;
font: bold 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 1px 0;
padding: 10px 50px;
text-align: center;
text-decoration: none;
text-shadow: 0 0 3px rgb(0, 0, 0);
}
.ribbon a:hover {
color: rgb(255, 0, 0);
}
::-webkit-scrollbar {
width: 0.5rem;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(148, 130, 130, 0);
}
::-webkit-scrollbar-thumb {
background-color: darkgrey;
border-radius: 20px;
}
/* Big tablets to 1200px*/
/* @media only screen and (max-width: 1200px) {
} */
/* Small tablets to big tablets: from 768 to 1032*/
@media only screen and (max-width: 1032px) {
.App {
width: 100% !important;
margin: 10% auto;
}
}
/* Small phones to small tablets: from 481 to 767*/
@media only screen and (max-width: 767px) {
.App {
width: 100% !important;
margin: 10% auto;
}
.ribbon {
left: -40px;
top: 15px;
-webkit-transform: rotate(-40deg);
-moz-transform: rotate(-40deg);
-ms-transform: rotate(-40deg);
-o-transform: rotate(-40deg);
transform: rotate(-40deg);
}
.ribbon a {
font: bold 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 10px !important;
margin: 2px 0;
padding: 5px 30px;
}
}
/*Small Phone from 0 to 480px*/
@media only screen and (max-width: 400px) {
.App {
width: 100% !important;
margin: 10% auto;
}
.ribbon {
left: -40px;
top: 15px;
-webkit-transform: rotate(-40deg);
-moz-transform: rotate(-40deg);
-ms-transform: rotate(-40deg);
-o-transform: rotate(-40deg);
transform: rotate(-40deg);
}
.ribbon a {
font: bold 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 10px !important;
margin: 2px 0;
padding: 5px 30px;
}
} | 0.336767 | 0.130618 |
body {
background-color: #f7fafc;
background-size: cover;
height: 100%;
width: 100%;
position: fixed;
}
.navbar-light {
background: #002551 !important;
}
.for-email-login .page-card, .for-forgot .page-card, .for-login .page-card, .for-signup .page-card {
box-shadow: 0 15px 35px 0 rgb(60 66 87 / 8%), 0 5px 15px 0 rgb(0 0 0 / 12%);
/* box-shadow: none !important; */
max-width: 540px;
padding: 52px 46px 68px !important;
border-radius: 4px !important;
}
.for-email-login .page-card-head img, .for-forgot .page-card-head img, .for-login .page-card-head img, .for-signup .page-card-head img {
max-height: 62px;
margin-bottom: 20px !important;
}
.for-email-login .page-card-head h4, .for-forgot .page-card-head h4, .for-login .page-card-head h4, .for-signup .page-card-head h4 {
font-size: 24px !important;
}
.for-email-login .page-card form, .for-forgot .page-card form, .for-login .page-card form, .for-signup .page-card form {
max-width: 100% !important;
margin: 0 auto;
}
.for-email-login .page-card .page-card-body .email-field input, .for-email-login .page-card .page-card-body .password-field input, .for-forgot .page-card .page-card-body .email-field input, .for-forgot .page-card .page-card-body .password-field input, .for-login .page-card .page-card-body .email-field input, .for-login .page-card .page-card-body .password-field input, .for-signup .page-card .page-card-body .email-field input, .for-signup .page-card .page-card-body .password-field input {
padding-left: 10px !important;
}
.for-email-login .page-card .page-card-body input[type=email], .for-email-login .page-card .page-card-body input[type=password], .for-email-login .page-card .page-card-body input[type=text], .for-forgot .page-card .page-card-body input[type=email], .for-forgot .page-card .page-card-body input[type=password], .for-forgot .page-card .page-card-body input[type=text], .for-login .page-card .page-card-body input[type=email], .for-login .page-card .page-card-body input[type=password], .for-login .page-card .page-card-body input[type=text], .for-signup .page-card .page-card-body input[type=email], .for-signup .page-card .page-card-body input[type=password], .for-signup .page-card .page-card-body input[type=text] {
border: 1px solid #dfe0e4 !important;
color: var(--text-color);
font-size: var(--text-base);
background-color: white !important;
margin-bottom: 1rem;
line-height: 28px;
min-height: 44px;
}
.for-email-login .page-card .page-card-body .email-field .toggle-password, .for-email-login .page-card .page-card-body .password-field .toggle-password, .for-forgot .page-card .page-card-body .email-field .toggle-password, .for-forgot .page-card .page-card-body .password-field .toggle-password, .for-login .page-card .page-card-body .email-field .toggle-password, .for-login .page-card .page-card-body .password-field .toggle-password, .for-signup .page-card .page-card-body .email-field .toggle-password, .for-signup .page-card .page-card-body .password-field .toggle-password {
right: 9px;
top: 11px;
} | ngcustom/www/login.css | body {
background-color: #f7fafc;
background-size: cover;
height: 100%;
width: 100%;
position: fixed;
}
.navbar-light {
background: #002551 !important;
}
.for-email-login .page-card, .for-forgot .page-card, .for-login .page-card, .for-signup .page-card {
box-shadow: 0 15px 35px 0 rgb(60 66 87 / 8%), 0 5px 15px 0 rgb(0 0 0 / 12%);
/* box-shadow: none !important; */
max-width: 540px;
padding: 52px 46px 68px !important;
border-radius: 4px !important;
}
.for-email-login .page-card-head img, .for-forgot .page-card-head img, .for-login .page-card-head img, .for-signup .page-card-head img {
max-height: 62px;
margin-bottom: 20px !important;
}
.for-email-login .page-card-head h4, .for-forgot .page-card-head h4, .for-login .page-card-head h4, .for-signup .page-card-head h4 {
font-size: 24px !important;
}
.for-email-login .page-card form, .for-forgot .page-card form, .for-login .page-card form, .for-signup .page-card form {
max-width: 100% !important;
margin: 0 auto;
}
.for-email-login .page-card .page-card-body .email-field input, .for-email-login .page-card .page-card-body .password-field input, .for-forgot .page-card .page-card-body .email-field input, .for-forgot .page-card .page-card-body .password-field input, .for-login .page-card .page-card-body .email-field input, .for-login .page-card .page-card-body .password-field input, .for-signup .page-card .page-card-body .email-field input, .for-signup .page-card .page-card-body .password-field input {
padding-left: 10px !important;
}
.for-email-login .page-card .page-card-body input[type=email], .for-email-login .page-card .page-card-body input[type=password], .for-email-login .page-card .page-card-body input[type=text], .for-forgot .page-card .page-card-body input[type=email], .for-forgot .page-card .page-card-body input[type=password], .for-forgot .page-card .page-card-body input[type=text], .for-login .page-card .page-card-body input[type=email], .for-login .page-card .page-card-body input[type=password], .for-login .page-card .page-card-body input[type=text], .for-signup .page-card .page-card-body input[type=email], .for-signup .page-card .page-card-body input[type=password], .for-signup .page-card .page-card-body input[type=text] {
border: 1px solid #dfe0e4 !important;
color: var(--text-color);
font-size: var(--text-base);
background-color: white !important;
margin-bottom: 1rem;
line-height: 28px;
min-height: 44px;
}
.for-email-login .page-card .page-card-body .email-field .toggle-password, .for-email-login .page-card .page-card-body .password-field .toggle-password, .for-forgot .page-card .page-card-body .email-field .toggle-password, .for-forgot .page-card .page-card-body .password-field .toggle-password, .for-login .page-card .page-card-body .email-field .toggle-password, .for-login .page-card .page-card-body .password-field .toggle-password, .for-signup .page-card .page-card-body .email-field .toggle-password, .for-signup .page-card .page-card-body .password-field .toggle-password {
right: 9px;
top: 11px;
} | 0.247169 | 0.033526 |
*{
/* declare spacing for the entire site here */
margin: 0 0;
padding: 0 0;
font-family: Arial, Helvetica, sans-serif;
}
.container{
width: 80%;
margin: 0 auto;
padding: 1%;
}
.img-responsive{
width: 100%;
}
.img-curve{
border-radius: 15px;
}
.text-right{
text-align: right;
}
.text-center{
text-align: center;
}
.text-white{
color: white;
}
.clearfix{
clear: both;
float: none;
}
a{
color: cadetblue;
text-decoration: none;
}
a:hover{
color: chartreuse;
}
.btn{
padding: 1%;
border: none;
font-size: 1rem;
border-radius: 5px;
}
.btn-primary{
color: cadetblue;
font-size: 20px;
cursor: pointer;
}
h1{
font-size: 16px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-weight: bolder;
}
h2{
color: #2f3542;
font-size: 2rem;
margin-bottom: 2%;
}
h3{
font-size: 1.5rem;
}
.float-container{
position: relative;
}
.float-text{
position: absolute;
bottom: 50px;
left: 55%;
}
.btn-primary:hover{
background-color: chartreuse;
color: white;
}
fieldset{
border: 1px solid white;
margin: 5%;
padding: 3%;
border-radius: 5px;
}
/* CSS for navbar section */
.logo{
width: 10%;
float: left;
}
.menu{
line-height: 60px;
}
.menu ul{
list-style: none;
}
.menu ul li{
display: inline;
padding: 1%;
font-weight: bold;
}
.menu ul li a{
font-size: 25px;
}
/* CSS for food search section */
.food-search{
background-image: url(../images/bg.jpg);
padding: 7% 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.food-search input[type="search"]{
width: 50%;
padding: 1%;
font-size: 1rem;
border: none;
border-radius: 5px;
}
/* CSS for categories */
.categories{
padding: 4% 0;
}
.box-3{
width: 27%;
float: left;
margin: 3%;
}
/* CSS for food menu */
.food-menu{
background-color: rgb(219, 203, 203);
padding: 4% 0;
}
.food-menu-box{
width: 43%;
margin: 1%;
padding: 2%;
float: left;
background-color: white;
border-radius: 15px;
}
.food-menu-img{
width: 20%;
float: left;
}
.food-menu-desc{
width: 60%;
float: left;
margin-left: 8%;
}
.food-price{
font-size: 1.2rem;
margin: 2% 0;
}
.food-detail{
font-size: 1rem;
color: #747d8c;
}
/* CSS for Social */
.social ul{
list-style-type: none;
}
.social ul li{
display: inline;
padding: 1%;
}
/* for Order Section */
.order{
width: 50%;
margin: 0 auto;
}
.input-responsive{
width: 96%;
padding: 1%;
margin-bottom: 3%;
border: none;
border-radius: 5px;
font-size: 1rem;
}
.order-label{
margin-bottom: 1%;
font-weight: bold;
}
/* CSS for responsiveness mobile and smaller screens */
@media only screen and (max-width:768px) {
.logo{
width: 20%;
float: none;
margin: 1% auto;
}
.menu ul{
text-align: center;
}
.food-search input[type="search"]{
width: 90%;
padding: 2%;
margin-bottom: 5%;
}
.btn{
width: 91%;
padding: 2%;
}
.food-search{
padding: 10% 0;
}
.categories{
padding: 20% 0;
}
h2{
margin-bottom: 10%;
}
.box-3{
width: 90%;
margin: 4% auto;
}
.food-menu{
padding: 20% 0;
}
.food-menu-box{
width: 90%;
padding: 5%;
margin-bottom: 5%;
}
.social{
padding:5%;
}
.order{
width: 100%;
}
} | css/style.css | *{
/* declare spacing for the entire site here */
margin: 0 0;
padding: 0 0;
font-family: Arial, Helvetica, sans-serif;
}
.container{
width: 80%;
margin: 0 auto;
padding: 1%;
}
.img-responsive{
width: 100%;
}
.img-curve{
border-radius: 15px;
}
.text-right{
text-align: right;
}
.text-center{
text-align: center;
}
.text-white{
color: white;
}
.clearfix{
clear: both;
float: none;
}
a{
color: cadetblue;
text-decoration: none;
}
a:hover{
color: chartreuse;
}
.btn{
padding: 1%;
border: none;
font-size: 1rem;
border-radius: 5px;
}
.btn-primary{
color: cadetblue;
font-size: 20px;
cursor: pointer;
}
h1{
font-size: 16px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-weight: bolder;
}
h2{
color: #2f3542;
font-size: 2rem;
margin-bottom: 2%;
}
h3{
font-size: 1.5rem;
}
.float-container{
position: relative;
}
.float-text{
position: absolute;
bottom: 50px;
left: 55%;
}
.btn-primary:hover{
background-color: chartreuse;
color: white;
}
fieldset{
border: 1px solid white;
margin: 5%;
padding: 3%;
border-radius: 5px;
}
/* CSS for navbar section */
.logo{
width: 10%;
float: left;
}
.menu{
line-height: 60px;
}
.menu ul{
list-style: none;
}
.menu ul li{
display: inline;
padding: 1%;
font-weight: bold;
}
.menu ul li a{
font-size: 25px;
}
/* CSS for food search section */
.food-search{
background-image: url(../images/bg.jpg);
padding: 7% 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.food-search input[type="search"]{
width: 50%;
padding: 1%;
font-size: 1rem;
border: none;
border-radius: 5px;
}
/* CSS for categories */
.categories{
padding: 4% 0;
}
.box-3{
width: 27%;
float: left;
margin: 3%;
}
/* CSS for food menu */
.food-menu{
background-color: rgb(219, 203, 203);
padding: 4% 0;
}
.food-menu-box{
width: 43%;
margin: 1%;
padding: 2%;
float: left;
background-color: white;
border-radius: 15px;
}
.food-menu-img{
width: 20%;
float: left;
}
.food-menu-desc{
width: 60%;
float: left;
margin-left: 8%;
}
.food-price{
font-size: 1.2rem;
margin: 2% 0;
}
.food-detail{
font-size: 1rem;
color: #747d8c;
}
/* CSS for Social */
.social ul{
list-style-type: none;
}
.social ul li{
display: inline;
padding: 1%;
}
/* for Order Section */
.order{
width: 50%;
margin: 0 auto;
}
.input-responsive{
width: 96%;
padding: 1%;
margin-bottom: 3%;
border: none;
border-radius: 5px;
font-size: 1rem;
}
.order-label{
margin-bottom: 1%;
font-weight: bold;
}
/* CSS for responsiveness mobile and smaller screens */
@media only screen and (max-width:768px) {
.logo{
width: 20%;
float: none;
margin: 1% auto;
}
.menu ul{
text-align: center;
}
.food-search input[type="search"]{
width: 90%;
padding: 2%;
margin-bottom: 5%;
}
.btn{
width: 91%;
padding: 2%;
}
.food-search{
padding: 10% 0;
}
.categories{
padding: 20% 0;
}
h2{
margin-bottom: 10%;
}
.box-3{
width: 90%;
margin: 4% auto;
}
.food-menu{
padding: 20% 0;
}
.food-menu-box{
width: 90%;
padding: 5%;
margin-bottom: 5%;
}
.social{
padding:5%;
}
.order{
width: 100%;
}
} | 0.444806 | 0.090093 |
body {
margin: 0;
font-family: "Poppins", sans-serif;
height: auto;
background: #1e2140;
color: white;
height: 100vh;
-webkit-tap-highlight-color: transparent;
}
.main {
height: 100%;
}
.white {
color: white;
}
.red {
color: red !important;
}
h1 {
padding: 0;
margin: 0;
}
.wrapper {
height: 100%;
padding: 50px;
box-sizing: border-box;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
justify-content: space-evenly;
}
.toggler {
height: 70px;
width: 50%;
background: #1e2140;
display: flex;
border-radius: 40px;
box-shadow: inset 5px 5px 10px rgb(42 48 105),
inset -5px -5px 10px rgb(56 62 123);
}
.pomodoro {
cursor: pointer;
height: 300px;
width: 300px;
background: #1e2140;
border-radius: 50%;
box-shadow: 0px 0px 100px 0px #6d6decc2;
display: flex;
justify-content: center;
align-items: center;
box-shadow: inset 5px 5px 10px rgb(42 48 105),
inset -5px -5px 10px rgb(56 62 123);
}
.progress {
width: 80%;
height: 80%;
background: white;
border-radius: 50%;
display: flex;
justify-content: center;
color: black;
flex-direction: column;
align-items: center;
--v: calc(((18 / 5) * var(--p) - 90) * 1deg);
padding: 10px;
background: linear-gradient(#1e2140, #1e2140) content-box,
linear-gradient(var(--v), #1e2140 50%, transparent 0) 0 /
min(100%, (50 - var(--p)) * 100%),
linear-gradient(var(--v), transparent 50%, #1ff070 0) 0 /
min(100%, (var(--p) - 50) * 100%),
linear-gradient(to right, #f2f2f200 50%, #15f7ac 0);
color: white;
}
.tog-wrap {
padding: 10px;
box-sizing: border-box;
display: flex;
color: black;
width: 100%;
}
.info {
letter-spacing: 5px;
}
.time {
font-size: 80px;
}
.pom {
border-radius: 50px;
width: 33.33%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.hidden {
display: none !important;
}
.active {
background: #84f072 !important;
color: black !important;
}
.sb {
background: #fefeff;
border-radius: 50px;
width: 33.33%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.lb {
background: #fefeff;
border-radius: 50px;
width: 33.33%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
button:focus,
button:active {
outline: none;
box-shadow: 0px 0px 1px 4px #25ffa5a6;
background: #84f072 !important;
color: black;
}
.noSelect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media only screen and (max-width: 500px) {
.toggler {
width: 100%;
font-size: 14px;
}
.wrapper {
padding: 10px;
}
}
@media only screen and (max-height: 500px) {
.main {
height: 650px;
}
}
.btn {
border: none;
background: transparent;
color: white;
font-weight: bold;
} | pomodoro/style.css | body {
margin: 0;
font-family: "Poppins", sans-serif;
height: auto;
background: #1e2140;
color: white;
height: 100vh;
-webkit-tap-highlight-color: transparent;
}
.main {
height: 100%;
}
.white {
color: white;
}
.red {
color: red !important;
}
h1 {
padding: 0;
margin: 0;
}
.wrapper {
height: 100%;
padding: 50px;
box-sizing: border-box;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
justify-content: space-evenly;
}
.toggler {
height: 70px;
width: 50%;
background: #1e2140;
display: flex;
border-radius: 40px;
box-shadow: inset 5px 5px 10px rgb(42 48 105),
inset -5px -5px 10px rgb(56 62 123);
}
.pomodoro {
cursor: pointer;
height: 300px;
width: 300px;
background: #1e2140;
border-radius: 50%;
box-shadow: 0px 0px 100px 0px #6d6decc2;
display: flex;
justify-content: center;
align-items: center;
box-shadow: inset 5px 5px 10px rgb(42 48 105),
inset -5px -5px 10px rgb(56 62 123);
}
.progress {
width: 80%;
height: 80%;
background: white;
border-radius: 50%;
display: flex;
justify-content: center;
color: black;
flex-direction: column;
align-items: center;
--v: calc(((18 / 5) * var(--p) - 90) * 1deg);
padding: 10px;
background: linear-gradient(#1e2140, #1e2140) content-box,
linear-gradient(var(--v), #1e2140 50%, transparent 0) 0 /
min(100%, (50 - var(--p)) * 100%),
linear-gradient(var(--v), transparent 50%, #1ff070 0) 0 /
min(100%, (var(--p) - 50) * 100%),
linear-gradient(to right, #f2f2f200 50%, #15f7ac 0);
color: white;
}
.tog-wrap {
padding: 10px;
box-sizing: border-box;
display: flex;
color: black;
width: 100%;
}
.info {
letter-spacing: 5px;
}
.time {
font-size: 80px;
}
.pom {
border-radius: 50px;
width: 33.33%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.hidden {
display: none !important;
}
.active {
background: #84f072 !important;
color: black !important;
}
.sb {
background: #fefeff;
border-radius: 50px;
width: 33.33%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.lb {
background: #fefeff;
border-radius: 50px;
width: 33.33%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
button:focus,
button:active {
outline: none;
box-shadow: 0px 0px 1px 4px #25ffa5a6;
background: #84f072 !important;
color: black;
}
.noSelect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media only screen and (max-width: 500px) {
.toggler {
width: 100%;
font-size: 14px;
}
.wrapper {
padding: 10px;
}
}
@media only screen and (max-height: 500px) {
.main {
height: 650px;
}
}
.btn {
border: none;
background: transparent;
color: white;
font-weight: bold;
} | 0.384334 | 0.092483 |
#contenedor_barcode {
width:170px;
display:inline-block;
}
#codigo_producto {
text-align:right;
}
#btn_buscar_barcode {
margin-left:5px;
font-size:18px;
width:50px;
}
#btn_imprimir {
float:right;
font-size:25px;
margin-top:10px
}
.panel-body {
color:black;
}
#btn_imprimir span {
margin-left: 5px
}
/*Etiqueta*/
#contenedor_vista_barcode {
display: flex;
height: 480px;
color: black;
border: solid 1px #ddd;
background: #e6e8eb;
border-radius: 5px;
align-content: center;
align-items: center;
justify-content: center;
overflow:auto;
}
#etiqueta {
position:absolute;
background: #FFFFFF;
height: 180px;
width: 375px;
}
#contenedor_barras {
position: absolute;
padding: 2px;
margin-left: 86px;
width: 520px;
height: 50px;
float: left;
align-content: center;
align-items: center;
text-align: justify;
}
#contenedor_texto_etiquet {
margin-top: 22px;
margin-left:10px;
align-content: center;
align-items: center;
text-align: justify;
padding: 14px;
}
#descripcion_producto {
font-size: 15px;
margin-left: 76px;
width: 270px;
}
#costo_producto {
width: 100%;
}
#contenedor_precio {
font-size: 45px;
text-align: right;
bottom: 20px;
right: 20px
}
#fecha {
display:flex;
margin-top:-28px;
margin-left:5px;
font-size:15px;
float:left;
}
/**Evectos*/
/*Add Rotation Animation*/
@keyframes rotate {
from {
transform: rotate(0deg)
}
to {
transform: rotate(900deg)
}
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(900deg)
}
}
.rotate {
-webkit-animation: 2s rotate linear infinite;
animation: 2s rotate linear infinite;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
margin-right: 10px;
}
#modal_load {
display: flex;
position: fixed;
background: rgba(214, 217, 225, 0.59);
text-align: center;
align-items:center;
justify-content:center;
top: 0;
right: 0;
bottom: 0;
left: 0;
font-size:25px;
}
#modal_load i {
font-size:40px
} | seguimiento/res/css/crear_barcode/main.css |
#contenedor_barcode {
width:170px;
display:inline-block;
}
#codigo_producto {
text-align:right;
}
#btn_buscar_barcode {
margin-left:5px;
font-size:18px;
width:50px;
}
#btn_imprimir {
float:right;
font-size:25px;
margin-top:10px
}
.panel-body {
color:black;
}
#btn_imprimir span {
margin-left: 5px
}
/*Etiqueta*/
#contenedor_vista_barcode {
display: flex;
height: 480px;
color: black;
border: solid 1px #ddd;
background: #e6e8eb;
border-radius: 5px;
align-content: center;
align-items: center;
justify-content: center;
overflow:auto;
}
#etiqueta {
position:absolute;
background: #FFFFFF;
height: 180px;
width: 375px;
}
#contenedor_barras {
position: absolute;
padding: 2px;
margin-left: 86px;
width: 520px;
height: 50px;
float: left;
align-content: center;
align-items: center;
text-align: justify;
}
#contenedor_texto_etiquet {
margin-top: 22px;
margin-left:10px;
align-content: center;
align-items: center;
text-align: justify;
padding: 14px;
}
#descripcion_producto {
font-size: 15px;
margin-left: 76px;
width: 270px;
}
#costo_producto {
width: 100%;
}
#contenedor_precio {
font-size: 45px;
text-align: right;
bottom: 20px;
right: 20px
}
#fecha {
display:flex;
margin-top:-28px;
margin-left:5px;
font-size:15px;
float:left;
}
/**Evectos*/
/*Add Rotation Animation*/
@keyframes rotate {
from {
transform: rotate(0deg)
}
to {
transform: rotate(900deg)
}
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(900deg)
}
}
.rotate {
-webkit-animation: 2s rotate linear infinite;
animation: 2s rotate linear infinite;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
margin-right: 10px;
}
#modal_load {
display: flex;
position: fixed;
background: rgba(214, 217, 225, 0.59);
text-align: center;
align-items:center;
justify-content:center;
top: 0;
right: 0;
bottom: 0;
left: 0;
font-size:25px;
}
#modal_load i {
font-size:40px
} | 0.461745 | 0.089773 |
padding: 0; }
/* Force Outlook to provide a "view in browser" message */
.ReadMsgBody {
width: 100%; }
.ExternalClass {
width: 100%; }
/* Force Hotmail to display emails at full width */
.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass font,
.ExternalClass td,
.ExternalClass div {
line-height: 100%; }
/* Force Hotmail to display normal line spacing */
body,
table,
td,
p,
a,
li,
blockquote {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
/* Prevent WebKit and Windows mobile changing default text sizes */
table,
td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt; }
/* Remove spacing between tables in Outlook 2007 and up */
img {
-ms-interpolation-mode: bicubic; }
/* Allow smoother rendering of resized image in Internet Explorer */
/* Page Styles */
.body-table {
max-width: 600px;
height: 100% !important;
margin: 0;
padding: 0; }
/* Body Styles */
p {
padding: 5px 0;
margin: 0;
color: #333333;
font-size: 14px;
text-align: left;
line-height: normal;
white-space: normal;
word-break: normal; }
h1,
h2,
h3,
h4,
h5 {
margin: 0;
padding: 0;
line-height: normal; }
h1 {
font-size: 30px;
line-height: 38px;
font-weight: normal;
text-align: center;
color: #333333;
margin: 25px 0; }
h1 .subTitle {
line-height: 100%;
font-size: 16px;
font-weight: 300;
color: #2D3277; }
h2 {
font-size: 24px;
line-height: 32px;
font-weight: normal;
text-align: center;
color: #333333;
padding: 20px 0; }
h3 {
font-size: 22px;
line-height: 30px;
font-weight: bold;
text-align: center;
color: #333333;
margin: 20px 0; }
h4 {
font-size: 16px;
font-weight: bold;
text-align: left;
color: #2D3277;
margin: 5px 0; }
sup {
vertical-align: super; }
a,
a:link,
a:visited,
a .yshortcuts {
color: #2D3277;
font-weight: normal;
text-decoration: none;
padding: 10px 5px; }
a:hover,
a:link:hover,
a:visited:hover,
a .yshortcuts:hover {
color: #2D3277;
text-decoration: underline;
cursor: pointer; }
.button-container {
width: 100%; }
.button {
margin: 5px 0; }
.button a,
.button a:visited,
.button a:hover {
display: inline-block;
text-decoration: none;
font-weight: 300;
margin: 0 auto;
padding: 0;
width: 100%; }
.button.button-primary {
background-color: #2D3277;
color: #FFFFFF;
text-decoration: none;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-weight: normal;
text-align: center;
border: 0;
outline: 0; }
.button.button-primary a,
.button.button-primary a:visited,
.button.button-primary a:hover {
color: #FFFFFF; }
.button.button-secondary {
font-weight: bold;
color: #2D3277;
font-size: 22px; }
.button.button-small {
padding: 10px 8px; }
.button.button-small a,
.button.button-small a:visited,
.button.button-small a:hover {
font-size: 12px; }
.button.button-normal {
padding: 10px 8px; }
.button.button-normal a,
.button.button-normal a:visited,
.button.button-normal a:hover {
font-size: 14px; }
.button.button-big {
padding: 10px 8px; }
.button.button-big a,
.button.button-big a:visited,
.button.button-big a:hover {
font-size: 18px;
display: inline-block; }
.secondaryLinkStyle, .template-preheader .preheader-content.headerLink a, .template-preheader .preheader-content.headerLink a:link, .template-preheader .preheader-content.headerLink a:visited, .template-preheader .preheader-content.headerLink a .yshortcuts {
color: #999999;
text-decoration: underline; }
.oldPrice {
display: block;
text-decoration: line-through;
color: #cccccc;
font-size: 16px;
font-weight: normal; }
.price {
display: block;
color: #333333;
font-size: 24px;
font-weight: normal;
margin: 0;
padding: 0 0 0 0; }
.priceOff {
background: #F3F3F3;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #666666;
text-transform: uppercase;
font-size: 14px; }
.priceOff td {
padding: 1px 12px;
font-weight: 300; }
.priceOff td strong {
font-weight: 300; }
.description {
font-size: 16px;
color: #eeeeee;
line-height: 18px;
word-wrap: normal;
word-break: normal; }
.stock {
font-size: 14px;
color: #666666;
text-transform: uppercase;
line-height: normal;
padding: 0; }
.cuotasInfo {
color: #666666;
font-size: 12px;
padding: 0;
line-height: normal; }
.cuotasInfo .icon {
width: 20px;
padding-right: 5px; }
.cuotasInfo img {
display: inline-block;
padding: 0; }
.cuotasInfo .txt {
font-size: 12px; }
.cuotasInfo strong {
font-weight: normal;
color: #333333; }
.envioInfo {
color: #666666;
padding: 0;
line-height: normal; }
.envioInfo .icon {
width: 20px;
padding-right: 5px; }
.envioInfo img {
padding: 0px;
display: inline-block; }
.envioInfo .txt {
font-size: 12px; }
.envioInfo strong {
font-weight: normal;
color: #339900; }
.tiendaName a {
color: #2D3277;
text-decoration: none;
padding: 0;
display: block;
font-weight: normal;
text-align: left; }
.tiendaName a:hover {
text-decoration: underline; }
.tiendaName .tienda-icon {
padding-right: 5px; }
.tiendaName .tienda-icon img {
display: inline-block;
vertical-align: middle; }
.tiendaNameSmall .tienda-icon {
width: 16px; }
.tiendaNameSmall a {
font-size: 14px; }
/* Helpers */
.linkNoStyle {
margin: 0;
padding: 0;
width: auto;
height: auto; }
.paddingSectionBig {
padding: 40px 0 0 0; }
.gutter-right {
padding-right: 2.1276595745%; }
.gutter-left {
padding-left: 2.1276595745%; }
.align-left, .itemPrincipal-txt .description h2 {
text-align: left; }
.align-right {
text-align: right; }
.align-center {
text-align: center; }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
content: " ";
display: table; }
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
clear: both; }
.center-block {
display: block;
margin-left: auto;
margin-right: auto; }
.pull-right {
float: right !important; }
.pull-left {
float: left !important; }
.hide {
display: none !important; }
.show {
display: block !important; }
.invisible {
visibility: hidden; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.hidden {
display: none !important; }
.affix {
position: fixed; }
/*general*/
/* Basics / templates */
body {
margin: 0;
padding: 0;
min-width: 100%;
background-color: #ffffff; }
table {
border-spacing: 0;
font-family: Arial, Helvetica, sans-serif; }
td {
padding: 0; }
img {
border: 0; }
.box {
background-color: #F3F3F3; }
.box6items {
text-align: center;
border: none;
font-family: Arial;
margin: 0;
padding: 0;
display: block;
width: 100%; }
.wrapper {
width: 100%;
table-layout: fixed;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
.webkit {
max-width: 600px; }
.outer {
Margin: 0 auto;
width: 100%;
max-width: 600px; }
.full-width-image img {
width: 100%;
height: auto; }
/* One column layout */
.one-column .contents {
text-align: left; }
.one-column p {
font-size: 14px;
margin-bottom: 10px; }
/*Two column layout*/
.two-column {
text-align: center;
font-size: 0; }
.two-column .column {
width: 100%;
max-width: 295px;
display: inline-block;
vertical-align: top; }
.contents {
width: 100%; }
.two-column .contents {
font-size: 14px;
text-align: left; }
.two-column img {
width: 100%;
height: auto; }
.two-column .text {
padding-top: 10px; }
.inner {
padding: 8px; }
/*Three column layout*/
.three-column {
text-align: center;
font-size: 0;
padding-top: 10px;
padding-bottom: 10px; }
.three-column .column {
width: 100%;
max-width: 146px;
display: inline-block;
vertical-align: top; }
.three-column .contents {
font-size: 14px;
text-align: center; }
.three-column img {
width: 100%;
height: auto; }
.three-column .text {
padding-top: 10px; }
.subject {
font-size: 11px;
color: #999999;
text-align: center;
padding: 5px 0; }
.template-preheader .preheader-content {
color: #999999;
font-size: 11px;
padding: 0; }
.template-preheader .preheader-content.separator {
width: 2%;
text-align: center;
vertical-align: top; }
.template-preheader .preheader-content.left, .template-preheader .preheader-content.right {
width: 48%; }
.template-preheader .preheader-content.headerLink {
margin: 0;
padding: 0 0 10px 0; }
.template-preheader .preheader-content.headerLink a, .template-preheader .preheader-content.headerLink a:link, .template-preheader .preheader-content.headerLink a:visited, .template-preheader .preheader-content.headerLink a .yshortcuts {
padding: 0; }
.template-preheader .preheader-content.headerLink a:hover, .template-preheader .preheader-content.headerLink a:link:hover, .template-preheader .preheader-content.headerLink a:visited:hover, .template-preheader .preheader-content.headerLink a .yshortcuts:hover {
text-decoration: underline; }
.template-mainHeader {
background: #FFE600;
height: 48px; }
.template-mainHeader .header-content {
line-height: 100%;
padding: 8px 12px;
height: 32px;
vertical-align: middle; }
.template-mainHeader .header-content a:link, .template-mainHeader .header-content a:visited, .template-mainHeader .header-content a .yshortcuts {
color: #999999;
font-weight: normal;
text-decoration: none; }
.template-mainHeader .header-content .logo {
padding: 0;
margin: 0; }
.template-mainHeader .header-content .logo img {
width: 120px;
margin: 0;
padding: 1px 0 0 0;
height: auto;
text-align: left;
vertical-align: middle; }
.template-mainHeader .header-content .hashtag {
color: #333333;
font-size: 14px;
text-align: right;
font-weight: normal;
padding-right: 1px;
word-break: keep-all; }
.headline-main {
padding: 0;
margin: 0;
width: 100%;
display: block;
position: relative; }
.headline-main .headline-container {
padding-top: 9px;
text-align: center;
width: 100%; }
.headline-main .headline-title {
font-size: 26px;
color: #666666;
font-weight: normal;
line-height: normal;
word-spacing: normal;
letter-spacing: normal;
font-weight: 400;
padding: 0 0 5px 0;
margin: 0;
display: block;
border: none; }
.headline-main .headline-title .highlight {
color: #2D3277;
font-weight: bold; }
.headline-main .headline-description {
font-size: 18px;
color: #666666;
line-height: normal;
word-spacing: normal;
letter-spacing: normal;
word-break: break-word;
padding: 5px 0;
margin: 0;
display: block;
border: none; }
.template-itemPrincipal {
background-color: #FFFFFF;
width: 100%;
padding: 0; }
.itemPrincipal-wrapper {
padding-bottom: 15px; }
.itemPrincipal-content {
color: #2D3277;
line-height: normal;
padding: 0 0 20px 0;
text-align: left; }
.itemPrincipal-content a:link, .itemPrincipal-content a:visited, .itemPrincipal-content a .yshortcuts {
color: #2D3277;
font-weight: normal;
text-decoration: none; }
.itemPrincipal-container {
display: block;
border: 1px solid #eeeeee;
margin: 0;
padding: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.itemPrincipal-img-container, .itemPrincipal-img-container tbody {
position: relative;
margin: 0 auto;
padding: 0;
display: block;
width: 100%; }
.itemPrincipal-img {
background: #FFFFFF;
position: relative;
margin: 0 auto;
padding: 0;
display: block;
text-align: center;
vertical-align: middle; }
.itemPrincipal-img-bg {
position: relative;
display: block;
text-align: center;
vertical-align: middle; }
.itemPrincipal-img-bg img {
text-align: center;
vertical-align: middle;
width: 100%;
height: auto; }
.itemPrincipal-txt {
width: 100%;
vertical-align: top;
display: inline-block;
text-align: left; }
.itemPrincipal-txt .itemPrincipal-txt-container {
width: 100%; }
.itemPrincipal-txt .itemPrincipal-txt-container td {
text-align: left; }
.itemPrincipal-txt .description {
display: block;
padding: 0; }
.itemPrincipal-txt .description h2 {
color: #2D3277;
padding: 0; }
.itemPrincipal-txt .description h2 strong {
font-weight: normal; }
.itemPrincipal-txt .description h2 a {
padding: 0; }
.itemPrincipal-txt-section {
padding-bottom: 13.8px; }
.itemPrincipal-txt-section * {
word-wrap: normal;
word-break: normal; }
.itemPrincipal-txt-section td {
padding-bottom: 2px; }
.itemPrincipal-txt-section h2 {
color: #333;
font-size: 18px;
font-weight: 300;
text-align: left;
margin-bottom: 5px;
margin-top: 0;
padding: 0; }
.itemPrincipal-txt-section h2 a {
color: #333;
text-decoration: none;
padding: 0; }
.button-container {
padding: 0;
margin: 0;
position: relative;
display: block; }
.itemPrincipal-title {
color: #333333;
font-size: 22px;
font-weight: 300;
text-align: left;
margin-bottom: 5px;
margin-top: 0;
line-height: 24px; }
h2.itemPrincipal-title {
padding: 10px 0; }
.itemPrincipal-price {
color: #900;
font-size: 24px;
text-align: left;
display: inline-block;
vertical-align: middle; }
.ItemPrincipal-price-old, .ItemPrincipal-price-old a {
color: #999;
text-align: left;
display: block;
font-size: 14px;
font-weight: 400;
margin: 0;
padding: 0;
position: relative;
text-decoration: line-through;
vertical-align: middle; }
.itemPrincipal-envio, .itemPrincipal-envio a {
font-size: 14px;
font-weight: normal;
color: #339900;
margin: 0; }
.itemPrincipal-credit, .itemPrincipal-credit a {
color: #333333;
font-size: 14px;
font-weight: normal;
margin: 0; }
.itemPrincipal-discount-label, .itemPrincipal-discount-label a, .itemPrincipal-discount-label > div {
background-repeat: no-repeat;
color: #FFFFFF;
display: inline-block;
font-size: 14px;
font-weight: 200;
vertical-align: middle; }
.three-column .text {
padding: 8px 12px;
display: block;
background-color: #FFFFFF;
text-align: left;
min-height: 100px; }
.three-column .simple_info .text {
min-height: auto; }
.img_item_sec {
padding: 8px 12px;
display: block;
background-color: #FFFFFF;
text-align: left; }
.description_item_sec .price {
background-color: #FFFFFF;
border: none;
bottom: 0px;
color: #900;
display: block;
font-size: 16px;
font-weight: bold;
line-height: normal;
text-align: left;
padding: 5px 0 0 0; }
.description_item_sec * {
word-break: normal;
word-wrap: normal; }
.headline_item_sec h3 {
color: #333;
font-size: 14px;
font-weight: normal;
line-height: normal;
text-align: left;
margin-bottom: 5px;
margin-top: 0;
padding: 0; }
.headline_item_sec h3 a {
color: #333;
text-decoration: none;
padding: 0;
line-height: normal; }
.headline_item_sec {
position: relative;
width: 100%;
overflow: hidden;
height: 35px; }
.template-itemSec {
width: 100%;
padding: 0; }
.template-itemSec .itemSec a:link, .template-itemSec .itemSec a:visited, .template-itemSec .itemSec a .yshortcuts {
color: #2D3277;
font-weight: normal;
text-decoration: none; }
.template-itemSec .itemSec .itemSec-img {
height: auto;
width: 100%;
text-align: center;
vertical-align: middle;
background: #FFFFFF;
border: 1px solid #eeeeee;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
margin: 0;
padding: 0; }
.template-itemSec .itemSec .itemSec-img img {
text-align: center;
vertical-align: middle;
height: auto;
width: 100%;
max-height: 270px;
text-align: center;
vertical-align: middle;
display: block;
margin: auto;
padding: 0; }
.template-footer a {
text-decoration: none; }
.footer-content {
font-family: Arial, Helvetica, sans-serif;
padding: 8px 12px;
text-align: center; }
.footer-content.banner-social {
background-color: #F3F3F3;
text-align: center;
width: 100%; }
.footer-content.banner-social a {
display: inline-block;
vertical-align: middle;
padding: 0; }
.footer-content.banner-social img {
vertical-align: middle; }
.footer-content.banner-social .banner-social-logos {
text-align: center;
font-size: 14px; }
.footer-content.banner-social .banner-social-logos .hashtag {
padding-right: 5px;
width: 150px; }
.footer-content.banner-social .banner-social-logos .instagram_icon, .footer-content.banner-social .banner-social-logos .facebook_icon, .footer-content.banner-social .banner-social-logos .twitter_icon {
width: 25px; }
.footer-content.banner-social .banner-social-logos td {
float: none;
padding: 1px 3px;
display: inline-block;
vertical-align: middle;
color: #666666; }
.footer-content.banner-social .banner-social-txt {
text-align: center;
font-size: 14px; }
.banner-social-link {
width: 110px;
text-align: center;
font-size: 16px;
padding: 10px 0; }
.footer-txt, .footer-txt td {
font-size: 11px;
color: #999999;
text-align: center; }
.footer-txt a, .footer-txt a:visited, .footer-txt td a, .footer-txt td a:visited {
padding: 0;
margin: 0; }
.footer-txt .footer-txt-legales, .footer-txt td .footer-txt-legales {
padding: 20px 0 0 0;
line-height: normal; }
.mobileLogos {
text-align: center;
width: 100%; }
.mobileLogos a {
display: inline-block;
vertical-align: middle; }
.mobileLogos .mobileLogos-ios {
text-align: right;
padding: 0 0 20px 3px; }
.mobileLogos .mobileLogos-android {
text-align: left;
padding: 0 0 20px 3px; }
.banner-container {
width: 100%; }
.banner-col-2 .img-link {
display: block;
width: 100%; }
.banner-col-2 .img-link * {
width: 100%; }
.banner-beneficios-container {
padding-bottom: 25px; }
.banner-beneficios {
background-color: #FFE401; }
.banner-beneficios .columns-container {
width: 100%; }
.banner-beneficios .three-column {
text-align: center;
font-size: 0;
padding: 0 !important; }
.banner-beneficios .inner {
padding: 0; }
.banner-beneficios .three-column .column {
width: 100%;
max-width: 180px;
display: inline-block;
vertical-align: top; }
.banner-beneficios .three-column .column img {
max-width: 180px !important;
text-align: center;
margin: 0 auto; } | guide/build/styles/main.css | padding: 0; }
/* Force Outlook to provide a "view in browser" message */
.ReadMsgBody {
width: 100%; }
.ExternalClass {
width: 100%; }
/* Force Hotmail to display emails at full width */
.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass font,
.ExternalClass td,
.ExternalClass div {
line-height: 100%; }
/* Force Hotmail to display normal line spacing */
body,
table,
td,
p,
a,
li,
blockquote {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
/* Prevent WebKit and Windows mobile changing default text sizes */
table,
td {
mso-table-lspace: 0pt;
mso-table-rspace: 0pt; }
/* Remove spacing between tables in Outlook 2007 and up */
img {
-ms-interpolation-mode: bicubic; }
/* Allow smoother rendering of resized image in Internet Explorer */
/* Page Styles */
.body-table {
max-width: 600px;
height: 100% !important;
margin: 0;
padding: 0; }
/* Body Styles */
p {
padding: 5px 0;
margin: 0;
color: #333333;
font-size: 14px;
text-align: left;
line-height: normal;
white-space: normal;
word-break: normal; }
h1,
h2,
h3,
h4,
h5 {
margin: 0;
padding: 0;
line-height: normal; }
h1 {
font-size: 30px;
line-height: 38px;
font-weight: normal;
text-align: center;
color: #333333;
margin: 25px 0; }
h1 .subTitle {
line-height: 100%;
font-size: 16px;
font-weight: 300;
color: #2D3277; }
h2 {
font-size: 24px;
line-height: 32px;
font-weight: normal;
text-align: center;
color: #333333;
padding: 20px 0; }
h3 {
font-size: 22px;
line-height: 30px;
font-weight: bold;
text-align: center;
color: #333333;
margin: 20px 0; }
h4 {
font-size: 16px;
font-weight: bold;
text-align: left;
color: #2D3277;
margin: 5px 0; }
sup {
vertical-align: super; }
a,
a:link,
a:visited,
a .yshortcuts {
color: #2D3277;
font-weight: normal;
text-decoration: none;
padding: 10px 5px; }
a:hover,
a:link:hover,
a:visited:hover,
a .yshortcuts:hover {
color: #2D3277;
text-decoration: underline;
cursor: pointer; }
.button-container {
width: 100%; }
.button {
margin: 5px 0; }
.button a,
.button a:visited,
.button a:hover {
display: inline-block;
text-decoration: none;
font-weight: 300;
margin: 0 auto;
padding: 0;
width: 100%; }
.button.button-primary {
background-color: #2D3277;
color: #FFFFFF;
text-decoration: none;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-weight: normal;
text-align: center;
border: 0;
outline: 0; }
.button.button-primary a,
.button.button-primary a:visited,
.button.button-primary a:hover {
color: #FFFFFF; }
.button.button-secondary {
font-weight: bold;
color: #2D3277;
font-size: 22px; }
.button.button-small {
padding: 10px 8px; }
.button.button-small a,
.button.button-small a:visited,
.button.button-small a:hover {
font-size: 12px; }
.button.button-normal {
padding: 10px 8px; }
.button.button-normal a,
.button.button-normal a:visited,
.button.button-normal a:hover {
font-size: 14px; }
.button.button-big {
padding: 10px 8px; }
.button.button-big a,
.button.button-big a:visited,
.button.button-big a:hover {
font-size: 18px;
display: inline-block; }
.secondaryLinkStyle, .template-preheader .preheader-content.headerLink a, .template-preheader .preheader-content.headerLink a:link, .template-preheader .preheader-content.headerLink a:visited, .template-preheader .preheader-content.headerLink a .yshortcuts {
color: #999999;
text-decoration: underline; }
.oldPrice {
display: block;
text-decoration: line-through;
color: #cccccc;
font-size: 16px;
font-weight: normal; }
.price {
display: block;
color: #333333;
font-size: 24px;
font-weight: normal;
margin: 0;
padding: 0 0 0 0; }
.priceOff {
background: #F3F3F3;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #666666;
text-transform: uppercase;
font-size: 14px; }
.priceOff td {
padding: 1px 12px;
font-weight: 300; }
.priceOff td strong {
font-weight: 300; }
.description {
font-size: 16px;
color: #eeeeee;
line-height: 18px;
word-wrap: normal;
word-break: normal; }
.stock {
font-size: 14px;
color: #666666;
text-transform: uppercase;
line-height: normal;
padding: 0; }
.cuotasInfo {
color: #666666;
font-size: 12px;
padding: 0;
line-height: normal; }
.cuotasInfo .icon {
width: 20px;
padding-right: 5px; }
.cuotasInfo img {
display: inline-block;
padding: 0; }
.cuotasInfo .txt {
font-size: 12px; }
.cuotasInfo strong {
font-weight: normal;
color: #333333; }
.envioInfo {
color: #666666;
padding: 0;
line-height: normal; }
.envioInfo .icon {
width: 20px;
padding-right: 5px; }
.envioInfo img {
padding: 0px;
display: inline-block; }
.envioInfo .txt {
font-size: 12px; }
.envioInfo strong {
font-weight: normal;
color: #339900; }
.tiendaName a {
color: #2D3277;
text-decoration: none;
padding: 0;
display: block;
font-weight: normal;
text-align: left; }
.tiendaName a:hover {
text-decoration: underline; }
.tiendaName .tienda-icon {
padding-right: 5px; }
.tiendaName .tienda-icon img {
display: inline-block;
vertical-align: middle; }
.tiendaNameSmall .tienda-icon {
width: 16px; }
.tiendaNameSmall a {
font-size: 14px; }
/* Helpers */
.linkNoStyle {
margin: 0;
padding: 0;
width: auto;
height: auto; }
.paddingSectionBig {
padding: 40px 0 0 0; }
.gutter-right {
padding-right: 2.1276595745%; }
.gutter-left {
padding-left: 2.1276595745%; }
.align-left, .itemPrincipal-txt .description h2 {
text-align: left; }
.align-right {
text-align: right; }
.align-center {
text-align: center; }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
content: " ";
display: table; }
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
clear: both; }
.center-block {
display: block;
margin-left: auto;
margin-right: auto; }
.pull-right {
float: right !important; }
.pull-left {
float: left !important; }
.hide {
display: none !important; }
.show {
display: block !important; }
.invisible {
visibility: hidden; }
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0; }
.hidden {
display: none !important; }
.affix {
position: fixed; }
/*general*/
/* Basics / templates */
body {
margin: 0;
padding: 0;
min-width: 100%;
background-color: #ffffff; }
table {
border-spacing: 0;
font-family: Arial, Helvetica, sans-serif; }
td {
padding: 0; }
img {
border: 0; }
.box {
background-color: #F3F3F3; }
.box6items {
text-align: center;
border: none;
font-family: Arial;
margin: 0;
padding: 0;
display: block;
width: 100%; }
.wrapper {
width: 100%;
table-layout: fixed;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; }
.webkit {
max-width: 600px; }
.outer {
Margin: 0 auto;
width: 100%;
max-width: 600px; }
.full-width-image img {
width: 100%;
height: auto; }
/* One column layout */
.one-column .contents {
text-align: left; }
.one-column p {
font-size: 14px;
margin-bottom: 10px; }
/*Two column layout*/
.two-column {
text-align: center;
font-size: 0; }
.two-column .column {
width: 100%;
max-width: 295px;
display: inline-block;
vertical-align: top; }
.contents {
width: 100%; }
.two-column .contents {
font-size: 14px;
text-align: left; }
.two-column img {
width: 100%;
height: auto; }
.two-column .text {
padding-top: 10px; }
.inner {
padding: 8px; }
/*Three column layout*/
.three-column {
text-align: center;
font-size: 0;
padding-top: 10px;
padding-bottom: 10px; }
.three-column .column {
width: 100%;
max-width: 146px;
display: inline-block;
vertical-align: top; }
.three-column .contents {
font-size: 14px;
text-align: center; }
.three-column img {
width: 100%;
height: auto; }
.three-column .text {
padding-top: 10px; }
.subject {
font-size: 11px;
color: #999999;
text-align: center;
padding: 5px 0; }
.template-preheader .preheader-content {
color: #999999;
font-size: 11px;
padding: 0; }
.template-preheader .preheader-content.separator {
width: 2%;
text-align: center;
vertical-align: top; }
.template-preheader .preheader-content.left, .template-preheader .preheader-content.right {
width: 48%; }
.template-preheader .preheader-content.headerLink {
margin: 0;
padding: 0 0 10px 0; }
.template-preheader .preheader-content.headerLink a, .template-preheader .preheader-content.headerLink a:link, .template-preheader .preheader-content.headerLink a:visited, .template-preheader .preheader-content.headerLink a .yshortcuts {
padding: 0; }
.template-preheader .preheader-content.headerLink a:hover, .template-preheader .preheader-content.headerLink a:link:hover, .template-preheader .preheader-content.headerLink a:visited:hover, .template-preheader .preheader-content.headerLink a .yshortcuts:hover {
text-decoration: underline; }
.template-mainHeader {
background: #FFE600;
height: 48px; }
.template-mainHeader .header-content {
line-height: 100%;
padding: 8px 12px;
height: 32px;
vertical-align: middle; }
.template-mainHeader .header-content a:link, .template-mainHeader .header-content a:visited, .template-mainHeader .header-content a .yshortcuts {
color: #999999;
font-weight: normal;
text-decoration: none; }
.template-mainHeader .header-content .logo {
padding: 0;
margin: 0; }
.template-mainHeader .header-content .logo img {
width: 120px;
margin: 0;
padding: 1px 0 0 0;
height: auto;
text-align: left;
vertical-align: middle; }
.template-mainHeader .header-content .hashtag {
color: #333333;
font-size: 14px;
text-align: right;
font-weight: normal;
padding-right: 1px;
word-break: keep-all; }
.headline-main {
padding: 0;
margin: 0;
width: 100%;
display: block;
position: relative; }
.headline-main .headline-container {
padding-top: 9px;
text-align: center;
width: 100%; }
.headline-main .headline-title {
font-size: 26px;
color: #666666;
font-weight: normal;
line-height: normal;
word-spacing: normal;
letter-spacing: normal;
font-weight: 400;
padding: 0 0 5px 0;
margin: 0;
display: block;
border: none; }
.headline-main .headline-title .highlight {
color: #2D3277;
font-weight: bold; }
.headline-main .headline-description {
font-size: 18px;
color: #666666;
line-height: normal;
word-spacing: normal;
letter-spacing: normal;
word-break: break-word;
padding: 5px 0;
margin: 0;
display: block;
border: none; }
.template-itemPrincipal {
background-color: #FFFFFF;
width: 100%;
padding: 0; }
.itemPrincipal-wrapper {
padding-bottom: 15px; }
.itemPrincipal-content {
color: #2D3277;
line-height: normal;
padding: 0 0 20px 0;
text-align: left; }
.itemPrincipal-content a:link, .itemPrincipal-content a:visited, .itemPrincipal-content a .yshortcuts {
color: #2D3277;
font-weight: normal;
text-decoration: none; }
.itemPrincipal-container {
display: block;
border: 1px solid #eeeeee;
margin: 0;
padding: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.itemPrincipal-img-container, .itemPrincipal-img-container tbody {
position: relative;
margin: 0 auto;
padding: 0;
display: block;
width: 100%; }
.itemPrincipal-img {
background: #FFFFFF;
position: relative;
margin: 0 auto;
padding: 0;
display: block;
text-align: center;
vertical-align: middle; }
.itemPrincipal-img-bg {
position: relative;
display: block;
text-align: center;
vertical-align: middle; }
.itemPrincipal-img-bg img {
text-align: center;
vertical-align: middle;
width: 100%;
height: auto; }
.itemPrincipal-txt {
width: 100%;
vertical-align: top;
display: inline-block;
text-align: left; }
.itemPrincipal-txt .itemPrincipal-txt-container {
width: 100%; }
.itemPrincipal-txt .itemPrincipal-txt-container td {
text-align: left; }
.itemPrincipal-txt .description {
display: block;
padding: 0; }
.itemPrincipal-txt .description h2 {
color: #2D3277;
padding: 0; }
.itemPrincipal-txt .description h2 strong {
font-weight: normal; }
.itemPrincipal-txt .description h2 a {
padding: 0; }
.itemPrincipal-txt-section {
padding-bottom: 13.8px; }
.itemPrincipal-txt-section * {
word-wrap: normal;
word-break: normal; }
.itemPrincipal-txt-section td {
padding-bottom: 2px; }
.itemPrincipal-txt-section h2 {
color: #333;
font-size: 18px;
font-weight: 300;
text-align: left;
margin-bottom: 5px;
margin-top: 0;
padding: 0; }
.itemPrincipal-txt-section h2 a {
color: #333;
text-decoration: none;
padding: 0; }
.button-container {
padding: 0;
margin: 0;
position: relative;
display: block; }
.itemPrincipal-title {
color: #333333;
font-size: 22px;
font-weight: 300;
text-align: left;
margin-bottom: 5px;
margin-top: 0;
line-height: 24px; }
h2.itemPrincipal-title {
padding: 10px 0; }
.itemPrincipal-price {
color: #900;
font-size: 24px;
text-align: left;
display: inline-block;
vertical-align: middle; }
.ItemPrincipal-price-old, .ItemPrincipal-price-old a {
color: #999;
text-align: left;
display: block;
font-size: 14px;
font-weight: 400;
margin: 0;
padding: 0;
position: relative;
text-decoration: line-through;
vertical-align: middle; }
.itemPrincipal-envio, .itemPrincipal-envio a {
font-size: 14px;
font-weight: normal;
color: #339900;
margin: 0; }
.itemPrincipal-credit, .itemPrincipal-credit a {
color: #333333;
font-size: 14px;
font-weight: normal;
margin: 0; }
.itemPrincipal-discount-label, .itemPrincipal-discount-label a, .itemPrincipal-discount-label > div {
background-repeat: no-repeat;
color: #FFFFFF;
display: inline-block;
font-size: 14px;
font-weight: 200;
vertical-align: middle; }
.three-column .text {
padding: 8px 12px;
display: block;
background-color: #FFFFFF;
text-align: left;
min-height: 100px; }
.three-column .simple_info .text {
min-height: auto; }
.img_item_sec {
padding: 8px 12px;
display: block;
background-color: #FFFFFF;
text-align: left; }
.description_item_sec .price {
background-color: #FFFFFF;
border: none;
bottom: 0px;
color: #900;
display: block;
font-size: 16px;
font-weight: bold;
line-height: normal;
text-align: left;
padding: 5px 0 0 0; }
.description_item_sec * {
word-break: normal;
word-wrap: normal; }
.headline_item_sec h3 {
color: #333;
font-size: 14px;
font-weight: normal;
line-height: normal;
text-align: left;
margin-bottom: 5px;
margin-top: 0;
padding: 0; }
.headline_item_sec h3 a {
color: #333;
text-decoration: none;
padding: 0;
line-height: normal; }
.headline_item_sec {
position: relative;
width: 100%;
overflow: hidden;
height: 35px; }
.template-itemSec {
width: 100%;
padding: 0; }
.template-itemSec .itemSec a:link, .template-itemSec .itemSec a:visited, .template-itemSec .itemSec a .yshortcuts {
color: #2D3277;
font-weight: normal;
text-decoration: none; }
.template-itemSec .itemSec .itemSec-img {
height: auto;
width: 100%;
text-align: center;
vertical-align: middle;
background: #FFFFFF;
border: 1px solid #eeeeee;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
margin: 0;
padding: 0; }
.template-itemSec .itemSec .itemSec-img img {
text-align: center;
vertical-align: middle;
height: auto;
width: 100%;
max-height: 270px;
text-align: center;
vertical-align: middle;
display: block;
margin: auto;
padding: 0; }
.template-footer a {
text-decoration: none; }
.footer-content {
font-family: Arial, Helvetica, sans-serif;
padding: 8px 12px;
text-align: center; }
.footer-content.banner-social {
background-color: #F3F3F3;
text-align: center;
width: 100%; }
.footer-content.banner-social a {
display: inline-block;
vertical-align: middle;
padding: 0; }
.footer-content.banner-social img {
vertical-align: middle; }
.footer-content.banner-social .banner-social-logos {
text-align: center;
font-size: 14px; }
.footer-content.banner-social .banner-social-logos .hashtag {
padding-right: 5px;
width: 150px; }
.footer-content.banner-social .banner-social-logos .instagram_icon, .footer-content.banner-social .banner-social-logos .facebook_icon, .footer-content.banner-social .banner-social-logos .twitter_icon {
width: 25px; }
.footer-content.banner-social .banner-social-logos td {
float: none;
padding: 1px 3px;
display: inline-block;
vertical-align: middle;
color: #666666; }
.footer-content.banner-social .banner-social-txt {
text-align: center;
font-size: 14px; }
.banner-social-link {
width: 110px;
text-align: center;
font-size: 16px;
padding: 10px 0; }
.footer-txt, .footer-txt td {
font-size: 11px;
color: #999999;
text-align: center; }
.footer-txt a, .footer-txt a:visited, .footer-txt td a, .footer-txt td a:visited {
padding: 0;
margin: 0; }
.footer-txt .footer-txt-legales, .footer-txt td .footer-txt-legales {
padding: 20px 0 0 0;
line-height: normal; }
.mobileLogos {
text-align: center;
width: 100%; }
.mobileLogos a {
display: inline-block;
vertical-align: middle; }
.mobileLogos .mobileLogos-ios {
text-align: right;
padding: 0 0 20px 3px; }
.mobileLogos .mobileLogos-android {
text-align: left;
padding: 0 0 20px 3px; }
.banner-container {
width: 100%; }
.banner-col-2 .img-link {
display: block;
width: 100%; }
.banner-col-2 .img-link * {
width: 100%; }
.banner-beneficios-container {
padding-bottom: 25px; }
.banner-beneficios {
background-color: #FFE401; }
.banner-beneficios .columns-container {
width: 100%; }
.banner-beneficios .three-column {
text-align: center;
font-size: 0;
padding: 0 !important; }
.banner-beneficios .inner {
padding: 0; }
.banner-beneficios .three-column .column {
width: 100%;
max-width: 180px;
display: inline-block;
vertical-align: top; }
.banner-beneficios .three-column .column img {
max-width: 180px !important;
text-align: center;
margin: 0 auto; } | 0.354768 | 0.07393 |
.royalSlider {
width: 100%;
height: 500px;
position: relative;
direction: ltr
}
.royalSlider > * {
float: left
}
.rsWebkit3d .rsSlide {
-webkit-transform: translateZ(0)
}
.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
-webkit-backface-visibility: hidden
}
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
-webkit-transform: none
}
.rsOverflow {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
float: left;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.rsVisibleNearbyWrap {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
left: 0;
top: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.rsVisibleNearbyWrap .rsOverflow {
position: absolute;
left: 0;
top: 0
}
.rsContainer {
position: relative;
width: 100%;
height: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.rsArrow, .rsThumbsArrow {
cursor: pointer
}
.rsThumb {
float: left;
position: relative
}
.rsArrow, .rsNav, .rsThumbsArrow {
opacity: 1;
-webkit-transition: opacity .3s linear;
-moz-transition: opacity .3s linear;
-o-transition: opacity .3s linear;
transition: opacity .3s linear
}
.rsHidden {
opacity: 0;
visibility: hidden;
-webkit-transition: visibility 0 linear .3s, opacity .3s linear;
-moz-transition: visibility 0 linear .3s, opacity .3s linear;
-o-transition: visibility 0 linear .3s, opacity .3s linear;
transition: visibility 0 linear .3s, opacity .3s linear
}
.rsGCaption {
width: 100%;
float: left;
text-align: center
}
.royalSlider.rsFullscreen {
position: fixed !important;
height: auto !important;
width: auto !important;
margin: 0 !important;
padding: 0 !important;
z-index: 2147483647 !important;
top: 0 !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important
}
.royalSlider .rsSlide.rsFakePreloader {
opacity: 1 !important;
-webkit-transition: 0;
-moz-transition: 0;
-o-transition: 0;
transition: 0;
display: none
}
.rsSlide {
position: absolute;
left: 0;
top: 0;
display: block;
overflow: hidden;
height: 100%;
width: 100%
}
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
height: auto
}
.rsContent {
width: 100%;
height: 100%;
position: relative
}
.rsPreloader {
position: absolute;
z-index: 0
}
.rsNav {
-moz-user-select: -moz-none;
-webkit-user-select: none;
user-select: none
}
.rsNavItem {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25)
}
.rsThumbs {
cursor: pointer;
position: relative;
overflow: hidden;
float: left;
z-index: 22
}
.rsTabs {
float: left;
background: none !important
}
.rsTabs, .rsThumbs {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.rsVideoContainer {
width: auto;
height: auto;
line-height: 0;
position: relative
}
.rsVideoFrameHolder {
position: absolute;
left: 0;
top: 0;
background: #141414;
opacity: 0;
-webkit-transition: .3s
}
.rsVideoFrameHolder.rsVideoActive {
opacity: 1
}
.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
position: absolute;
z-index: 50;
left: 0;
top: 0;
width: 100%;
height: 100%
}
.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-right: 44px
}
.rsABlock {
left: 0;
top: 0;
position: absolute;
z-index: 15
}
img.rsImg {
max-width: none
}
.grab-cursor {
cursor: url(../images/royalslider/grab.png) 8 8, move
}
.grabbing-cursor {
cursor: url(../images/royalslider/grabbing.png) 8 8, move
}
.rsNoDrag {
cursor: auto
}
.rsLink {
left: 0;
top: 0;
position: absolute;
width: 100%;
height: 100%;
display: block;
z-index: 20;
background: url(../images/royalslider/blank.gif)
}
.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
background: #222;
color: #FFF
}
.rsDefaultInv .rsArrow {
height: 100%;
width: 44px;
position: absolute;
display: block;
cursor: pointer;
z-index: 21
}
.rsDefaultInv.rsVer .rsArrow {
width: 100%;
height: 44px
}
.rsDefaultInv.rsVer .rsArrowLeft {
top: 0;
left: 0
}
.rsDefaultInv.rsVer .rsArrowRight {
bottom: 0;
left: 0
}
.rsDefaultInv.rsHor .rsArrowLeft {
left: 0;
top: 0
}
.rsDefaultInv.rsHor .rsArrowRight {
right: 0;
top: 0
}
.rsDefaultInv .rsArrowIcn {
width: 32px;
height: 32px;
top: 50%;
left: 50%;
margin-top: -16px;
margin-left: -16px;
position: absolute;
cursor: pointer;
background: url('./rs-default-inverted.png');
background-color: #FFF;
background-color: rgba(255, 255, 255, .75);
*background-color: #FFF;
border-radius: 2px
}
.rsDefaultInv .rsArrowIcn:hover {
background-color: rgba(255, 255, 255, 0.9)
}
.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
background-position: -64px -32px
}
.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
background-position: -64px -64px
}
.rsDefaultInv.rsVer .rsArrowLeft .rsArrowIcn {
background-position: -96px -32px
}
.rsDefaultInv.rsVer .rsArrowRight .rsArrowIcn {
background-position: -96px -64px
}
.rsDefaultInv .rsArrowDisabled .rsArrowIcn {
filter: alpha(opacity=20);
opacity: .2;
*display: none
}
.rsDefaultInv .rsBullets {
position: relative;
z-index: 35;
padding-top: 4px;
width: 100%;
height: auto;
margin: 0 auto;
text-align: center;
line-height: 5px;
overflow: hidden
}
.rsDefaultInv .rsBullet {
width: 5px;
height: 5px;
display: inline-block;
*display: inline;
*zoom: 1;
padding: 6px
}
.rsDefaultInv .rsBullet span {
display: block;
width: 5px;
height: 5px;
border-radius: 50%;
background: #BBB
}
.rsDefaultInv .rsBullet.rsNavSelected span {
background-color: #000
}
.rsDefaultInv .rsThumbsHor {
width: 100%;
height: 72px
}
.rsDefaultInv .rsThumbsVer {
width: 96px;
height: 100%;
position: absolute;
top: 0;
right: 0
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsContainer {
position: relative;
height: 100%
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsContainer {
position: relative;
width: 100%
}
.rsDefaultInv .rsThumb {
float: left;
overflow: hidden;
width: 96px;
height: 72px
}
.rsDefaultInv .rsThumb img {
width: 100%;
height: 100%
}
.rsDefaultInv .rsThumb.rsNavSelected {
background: #FFF
}
.rsDefaultInv .rsThumb.rsNavSelected img {
opacity: .5;
filter: alpha(opacity=50)
}
.rsDefaultInv .rsTmb {
display: block
}
.rsDefaultInv .rsTmb h5 {
font-size: 16px;
margin: 0;
padding: 0;
line-height: 20px
}
.rsDefaultInv .rsTmb span {
color: #DDD;
margin: 0;
padding: 0;
font-size: 13px;
line-height: 18px
}
.rsDefaultInv .rsThumbsArrow {
height: 100%;
width: 20px;
position: absolute;
display: block;
cursor: pointer;
z-index: 21;
background: #FFF;
background: rgba(255, 255, 255, 0.75)
}
.rsDefaultInv .rsThumbsArrow:hover {
background: rgba(255, 255, 255, 0.9)
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrow {
width: 100%;
height: 20px
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft {
top: 0;
left: 0
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight {
bottom: 0;
left: 0
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft {
left: 0;
top: 0
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight {
right: 0;
top: 0
}
.rsDefaultInv .rsThumbsArrowIcn {
width: 16px;
height: 16px;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
position: absolute;
cursor: pointer;
background: url('./rs-default-inverted.png')
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
background-position: -128px -32px
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
background-position: -128px -48px
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
background-position: -144px -32px
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
background-position: -144px -48px
}
.rsDefaultInv .rsThumbsArrowDisabled {
display: none !important
}
@media screen and (min-width: 0) and (max-width: 800px) {
.rsDefaultInv .rsThumb {
width: 59px;
height: 44px
}
.rsDefaultInv .rsThumbsHor {
height: 44px
}
.rsDefaultInv .rsThumbsVer {
width: 59px
}
}
.rsDefaultInv .rsTabs {
width: 100%;
height: auto;
margin: 0 auto;
text-align: center;
overflow: hidden;
padding-top: 12px;
position: relative
}
.rsDefaultInv .rsTab {
display: inline-block;
cursor: pointer;
text-align: center;
height: auto;
width: auto;
color: #333;
padding: 5px 13px 6px;
min-width: 72px;
border: 1px solid #d9d9dd;
border-right: 1px solid #f5f5f5;
text-decoration: none;
background-color: #FFF;
background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
-webkit-box-shadow: inset 1px 0 0 #fff;
box-shadow: inset 1px 0 0 #fff;
*display: inline;
*zoom: 1
}
.rsDefaultInv .rsTab:first-child {
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px
}
.rsDefaultInv .rsTab:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
border-right: 1px solid #cfcfcf
}
.rsDefaultInv .rsTab:active {
border: 1px solid #d9d9dd;
background-color: #f4f4f4;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset
}
.rsDefaultInv .rsTab.rsNavSelected {
color: #FFF;
border: 1px solid #999;
text-shadow: 1px 1px #838383;
box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
background: #acacac;
background-image: -webkit-linear-gradient(top, #acacac, #BBB);
background-image: -moz-llinear-gradient(top, #acacac, #BBB);
background-image: linear-gradient(to bottom, #acacac, #BBB)
}
.rsDefaultInv .rsFullscreenBtn {
right: 0;
top: 0;
width: 44px;
height: 44px;
z-index: 22;
display: block;
position: absolute;
cursor: pointer
}
.rsDefaultInv .rsFullscreenIcn {
display: block;
margin: 6px;
width: 32px;
height: 32px;
background: url('./rs-default-inverted.png') 0 0;
background-color: #FFF;
background-color: rgba(255, 255, 255, 0.75);
*background-color: #FFF;
border-radius: 2px
}
.rsDefaultInv .rsFullscreenIcn:hover {
background-color: rgba(255, 255, 255, 0.9)
}
.rsDefaultInv.rsFullscreen .rsFullscreenIcn {
background-position: -32px 0
}
.rsDefaultInv .rsPlayBtn {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
width: 64px;
height: 64px;
margin-left: -32px;
margin-top: -32px;
cursor: pointer
}
.rsDefaultInv .rsPlayBtnIcon {
width: 64px;
display: block;
height: 64px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
background: url(./rs-default-inverted.png) no-repeat 0 -32px;
background-color: #FFF;
background-color: rgba(255, 255, 255, 0.75);
*background-color: #FFF
}
.rsDefaultInv .rsPlayBtn:hover .rsPlayBtnIcon {
background-color: rgba(255, 255, 255, 0.9)
}
.rsDefaultInv .rsBtnCenterer {
position: absolute;
left: 50%;
top: 50%;
width: 20px;
height: 20px
}
.rsDefaultInv .rsCloseVideoBtn {
right: 0;
top: 0;
width: 44px;
height: 44px;
z-index: 500;
position: absolute;
cursor: pointer;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0)
}
.rsDefaultInv .rsCloseVideoBtn.rsiOSBtn {
top: -38px;
right: -6px
}
.rsDefaultInv .rsCloseVideoIcn {
margin: 6px;
width: 32px;
height: 32px;
background: url('./rs-default-inverted.png') -64px 0;
background-color: #FFF;
background-color: rgba(255, 255, 255, 0.75);
*background-color: #FFF
}
.rsDefaultInv .rsCloseVideoIcn:hover {
background-color: rgba(255, 255, 255, 0.9)
}
.rsDefaultInv .rsPreloader {
width: 20px;
height: 20px;
background-image: url(../images/preloader.gif);
left: 50%;
top: 50%;
margin-left: -10px;
margin-top: -10px
}
.rsDefaultInv .rsGCaption {
position: absolute;
float: none;
bottom: 6px;
left: 6px;
text-align: left;
background: #FFF;
background: rgba(255, 255, 255, 0.75);
color: #000;
padding: 2px 8px;
width: auto;
font-size: 12px;
border-radius: 2px
}
/*
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: .8;
filter: alpha(opacity=80)
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle
}
.mfp-align-top .mfp-container:before {
display: none
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto
}
.mfp-ajax-cur {
cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
cursor: auto
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none
}
.mfp-loading.mfp-figure {
display: none
}
.mfp-hide {
display: none !important
}
.mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044
}
.mfp-preloader a {
color: #ccc
}
.mfp-preloader a:hover {
color: white
}
.mfp-s-ready .mfp-preloader {
display: none
}
.mfp-s-error .mfp-content {
display: none
}
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: 0;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none
}
button::-moz-focus-inner {
padding: 0;
border: 0
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: .65;
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace
}
.mfp-close:hover, .mfp-close:focus {
opacity: 1
}
.mfp-close:active {
top: 1px
}
.mfp-close-btn-in .mfp-close {
color: #333
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px
}
.mfp-arrow {
position: absolute;
opacity: .65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.mfp-arrow:active {
margin-top: -54px
}
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px
}
.mfp-arrow-left {
left: 0
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid white;
margin-left: 31px
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
right: 0
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid white;
margin-left: 39px
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px
}
.mfp-iframe-holder .mfp-close {
top: -40px
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black
}
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto
}
.mfp-figure {
line-height: 0
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px
}
.mfp-image-holder .mfp-content {
max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0
}
.mfp-img-mobile img.mfp-img {
padding: 0
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75)
}
.mfp-arrow-left {
-webkit-transform-origin: 0 0;
transform-origin: 0 0
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%
}
.mfp-container {
padding-left: 6px;
padding-right: 6px
}
}
.mfp-ie7 .mfp-img {
padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
padding: 0
}
.mfp-ie7 .mfp-content {
padding-top: 44px
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0
}
.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"] {
float: none;
display: inline-block;
margin-bottom: 10px;
margin-left: 0
}
.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group {
margin-bottom: 0
}
.bootstrap-select.form-control {
margin-bottom: 0;
padding: 0;
border: 0
}
.bootstrap-select.btn-group.pull-right, .bootstrap-select.btn-group[class*="span"].pull-right, .row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
float: right
}
.input-append .bootstrap-select.btn-group {
margin-left: -1px
}
.input-prepend .bootstrap-select.btn-group {
margin-right: -1px
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
width: 220px
}
.bootstrap-select {
width: 220px \0
}
.bootstrap-select.form-control:not([class*="span"]) {
width: 100%
}
.bootstrap-select > .btn {
width: 100%
}
.error .bootstrap-select .btn {
border: 1px solid #b94a48
}
.dropdown-menu {
z-index: 2000
}
.bootstrap-select.show-menu-arrow.open > .btn {
z-index: 2051
}
.bootstrap-select .btn:focus {
outline: thin dotted #333 !important;
outline: 5px auto -webkit-focus-ring-color !important;
outline-offset: -2px
}
.bootstrap-select.btn-group .btn .filter-option {
overflow: hidden;
position: absolute;
left: 12px;
right: 25px;
text-align: left
}
.bootstrap-select.btn-group .btn .caret {
position: absolute;
top: 50%;
right: 12px;
margin-top: -2px;
vertical-align: middle
}
.bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
cursor: not-allowed
}
.bootstrap-select.btn-group > .disabled:focus {
outline: none !important
}
.bootstrap-select.btn-group[class*="span"] .btn {
width: 100%
}
.bootstrap-select.btn-group .dropdown-menu {
min-width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.bootstrap-select.btn-group .dropdown-menu.inner {
position: static;
border: 0;
padding: 0;
margin: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.bootstrap-select.btn-group .dropdown-menu dt {
display: block;
padding: 3px 20px;
cursor: default
}
.bootstrap-select.btn-group .div-contain {
overflow: hidden
}
.bootstrap-select.btn-group .dropdown-menu li {
position: relative
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
position: relative;
padding-left: 35px
}
.bootstrap-select.btn-group .dropdown-menu li > a {
cursor: pointer
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
font-weight: normal
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
display: inline-block;
position: absolute;
right: 15px;
margin-top: 2.5px
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
display: none
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
margin-right: 34px
}
.bootstrap-select.btn-group .dropdown-menu li small {
padding-left: .5em
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
color: #64b1d8;
color: rgba(255, 255, 255, 0.4)
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
font-weight: normal
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #CCC;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
bottom: -4px;
left: 9px;
display: none
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid white;
position: absolute;
bottom: -4px;
left: 10px;
display: none
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
bottom: auto;
top: -3px;
border-top: 7px solid #ccc;
border-bottom: 0;
border-top-color: rgba(0, 0, 0, 0.2)
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
bottom: auto;
top: -3px;
border-top: 6px solid #fff;
border-bottom: 0
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
right: 12px;
left: auto
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
right: 13px;
left: auto
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
display: block
}
.bootstrap-select.btn-group .no-results {
padding: 3px;
background: #f5f5f5;
margin: 0 5px
}
.mobile-device {
position: absolute;
top: 0;
left: 0;
display: block !important;
width: 100%;
height: 100% !important;
opacity: 0
}
.bootstrap-select.fit-width {
width: auto !important
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
position: static
}
.bootstrap-select.btn-group.fit-width .btn .caret {
position: static;
top: auto;
margin-top: -1px
}
.control-group.error .bootstrap-select .dropdown-toggle {
border-color: #b94a48
}
.bootstrap-select-searchbox {
padding: 4px 8px
}
.bootstrap-select-searchbox input {
margin-bottom: 0
}
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0
}
button.btn-img, button.btn-img span, a.btn-img {
padding: 0;
margin: 0;
text-indent: -9999em;
background-position: 0 0;
background-repeat: no-repeat
}
.pos-a {
position: absolute
}
.pos-f {
position: fixed
}
.pos-r {
position: relative
}
.pos-s {
position: static
}
.ta-r {
text-align: right
}
.ta-c {
text-align: center
}
.ta-j {
text-align: justify
}
.ta-l {
text-align: left
}
.ti {
text-indent: -9999em
}
.fw-b {
font-weight: bold
}
.fw-n {
font-weight: normal
}
.fw-600 {
font-weight: 600
}
.fw-500 {
font-weight: 500
}
.fw-400 {
font-weight: 400
}
.fw-300 {
font-weight: 300
}
.ov-h {
overflow: hidden
}
.fs-i {
font-style: italic
}
.fs-n {
font-style: normal
}
.fz-35 {
font-size: 35px
}
.fz-34 {
font-size: 34px
}
.fz-33 {
font-size: 33px
}
.fz-32 {
font-size: 32px
}
.fz-31 {
font-size: 31px
}
.fz-30 {
font-size: 30px
}
.fz-29 {
font-size: 29px
}
.fz-28 {
font-size: 28px
}
.fz-27 {
font-size: 27px
}
.fz-26 {
font-size: 26px
}
.fz-25 {
font-size: 25px
}
.fz-24 {
font-size: 24px
}
.fz-23 {
font-size: 23px
}
.fz-22 {
font-size: 22px
}
.fz-21 {
font-size: 21px
}
.fz-20 {
font-size: 20px
}
.fz-19 {
font-size: 19px
}
.fz-18 {
font-size: 18px
}
.fz-17 {
font-size: 17px
}
.fz-16 {
font-size: 16px
}
.fz-15 {
font-size: 15px
}
.fz-14 {
font-size: 14px
}
.fz-13 {
font-size: 13px
}
.fz-12 {
font-size: 12px
}
.fz-11 {
font-size: 11px
}
.fz-10 {
font-size: 10px
}
.fz-9 {
font-size: 9px
}
.bgr-n, .list-sortby .bootstrap-select.form-control, .list-sortby .btn-default {
background-repeat: no-repeat
}
.bgr-x {
background-repeat: repeat-x
}
.bgr-y {
background-repeat: repeat-y
}
.lh-1 {
line-height: 1
}
.lh-125 {
line-height: 1.25
}
.lh-135 {
line-height: 1.35
}
.m-n {
margin: 0
}
.tt-u {
text-transform: uppercase
}
.tt-n {
text-transform: none
}
.pt {
padding-top: 1.5em
}
.ptb {
padding-bottom: 1.5em
}
.pt-1 {
padding-top: 1em
}
.pt-7 {
padding-top: 7px
}
.pt-9 {
padding-top: 9px
}
.db {
display: block
}
.db-n {
display: none
}
.node-grid {
position: relative
}
.node-grid .node-image {
display: block
}
.node-grid .node-title {
margin: 0 0 6px
}
.node-grid .node-title a {
text-decoration: none
}
.node-grid .node-title a:hover {
text-decoration: none
}
.node-list li.item.last {
border-bottom: 0
}
.node-list .node-title {
margin: 0 0 6px
}
.node-list .node-title a {
text-decoration: none
}
.node-list .node-title a:hover {
text-decoration: none
}
.node-list .desc {
clear: both;
padding: 6px 0 0;
margin: 0 0 13px;
line-height: 1.35
}
.node-list .add-to-links {
clear: both
}
.block {
margin: 0 0 20px
}
.block.m-n {
margin: 0
}
.block .bk-title {
margin: 0;
font-weight: normal
}
.block .bk-title strong {
display: block
}
.block .bk-title a {
text-decoration: none !important
}
.block .bk-content.empty {
padding: 0
}
.cc-b {
color: #fff
}
.cc-gray {
color: #999
}
.jcl {
position: relative;
visibility: hidden;
left: -9999em
}
.rt-headline {
width: 100%;
overflow: hidden
}
.ti {
text-indent: -9999em
}
.logo {
margin: 0
}
.logo {
text-decoration: none !important
}
.logo strong {
position: absolute;
top: -999em;
left: -999em;
width: 0;
height: 0;
font-size: 0;
line-height: 0;
text-indent: -999em;
overflow: hidden
}
div {
outline: 0 none
}
table.full {
width: 100%;
border-collapse: collapse
}
.block .bk-content:after, .block li.item:after, .node-grid:after, .node-list li.item:after, .navHolder {
display: block;
content: ".";
clear: both;
font-size: 0;
line-height: 0;
height: 0;
overflow: hidden
}
.dgt-ui-icon {
margin: 0 .25em 0 0
}
.fl-n {
float: none
}
.fl-r {
float: right
}
.fl-l {
float: left
}
.c-red, span.required, em.required {
color: red
}
span.required, em.required {
position: relative;
top: 1px;
padding-left: 2px;
font: normal 11px/1 Tahoma, Verdana, Segoe, sans-serif
}
a.btn:focus, a.mbtn:focus {
outline: 0
}
.ui-front {
z-index: 1050
}
.gmap-al {
position: absolute;
left: 48%;
top: 48%
}
#your-profile .muted, #your-profile .help-inline {
color: #999
}
.scrollup {
right: 20px;
top: -35px;
font-size: 24px;
min-height: 24px;
min-width: 24px;
color: #10d5f2
}
.scrollup:active, .scrollup:hover, .scrollup:focus {
color: #47b1cb
}
#printMessageBox {
z-index: 1050;
font-size: 14px !important;
height: 160px !important;
color: #999 !important
}
.sn-help {
cursor: pointer;
color: #10d5f2
}
.panel {
margin-bottom: 20px
}
hr.sep {
border-top: solid 5px #ddd
}
.btn.btn-link {
text-decoration: none
}
input:-webkit-autofill, textarea:-webkit-autofill {
background-color: #fff !important
}
.panel-body.empty {
padding: 0
}
body {
overflow-x: hidden
}
p {
margin: 0 0 10px
}
.page-header-print {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee
}
.d-ib, .nav-hl, .img-responsive.d-ib, .img-responsive.nav-hl, .sg-menu > li > a, .sg-menu.sg-rch, .list-amt > li, .ib-content .btn-ib-close, .ib-content .btn-dt {
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
zoom: 1;
*display: inline;
*zoom: 1
}
.br-n, .pn-reset, .slider-box .ui-slider-handle, .btn-g-search > .btn, .btn-st-gh .btn-blue, .btn-st-gv .btn-blue, .btn-st-gv > .btn:first-child:not(:last-child), .btn-st-gv > .btn:last-child:not(:first-child), .pc-lg .list-group-item, .node-grid .thumbnail, .badge-ps, .bk-ps .badge, .node-lg.node-lg-r .list-group-item, .node-lg.node-lg-r .list-group-item .badge, .btn-g-ua .btn, .btn-g-ua a .fa, .c-np-j > li > a, .node-btn-g > .btn, .list-view-mode > li > a, .list-sortby .bootstrap-select.form-control, .r-lg .list-group-item, #rt-showcase .home-jumbotron, .th-rs, .com-row .thumbnail, .th-reset.thumbnail, .nav-rch > li > a, .bdg-reset, .cnt-ri .btn-block, .cnt-ri .label.label-cp, .site-content .th-cms, .nav-with-us.nav-justified > li > a {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0
}
.bxsh-n, .pn-reset, .btn-g-search > .btn:active, .btn-g-search > .btn:hover, .btn-g-search > .btn:focus, .btn-g-search > .btn.active, .bs-sl.bootstrap-select.form-control, .bs-sl.bootstrap-select .btn:active, .bs-sl.bootstrap-select .btn.active, .bs-sl.open .dropdown-toggle, .bs-sl.open .dropdown-toggle.btn-default, .btn-st-gh .btn-blue.active, .btn-st-gh .btn-blue:hover, .btn-st-gh .btn-blue:focus, .btn-st-gh .btn-blue:active, .btn-st-gv .btn-blue.active, .btn-st-gv .btn-blue:hover, .btn-st-gv .btn-blue:focus, .btn-st-gv .btn-blue:active, .btn-g-ua a, .node-btn-g > .btn, .list-sortby .bootstrap-select.form-control, .list-sortby .bootstrap-select.open .dropdown-toggle.btn-default, .list-sortby .btn-default, .list-sortby .btn-default:active, .list-sortby .btn-default[disabled], fieldset[disabled] .list-sortby .btn-default, .condo-pg .panel-title a:active, .condo-pg .panel-title a:hover, .condo-pg .panel-title a:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.trs-d05, .trs-bgc, .trs-cc, .trs-bg, .trs-a, .cnt-ri .btn-block {
-webkit-transition-duration: .5s;
-moz-transition-duration: .5s;
-o-transition-duration: .5s;
transition-duration: .5s
}
.trs-tf-ease, .trs-cc, .trs-bg, .trs-a, .cnt-ri .btn-block {
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease
}
.trs-bgc {
-webkit-transition-property: background-color;
-moz-transition-property: background-color;
-o-transition-property: background-color;
transition-property: background-color;
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out
}
.trs-cc {
-webkit-transition-property: color;
-moz-transition-property: color;
-o-transition-property: color;
transition-property: color
}
.trs-bg {
-webkit-transition-property: background, color, border-color;
-moz-transition-property: background, color, border-color;
-o-transition-property: background, color, border-color;
transition-property: background, color, border-color
}
.trs-a, .cnt-ri .btn-block {
-webkit-transition-property: background-color, color, height;
-moz-transition-property: background-color, color, height;
-o-transition-property: background-color, color, height;
transition-property: background-color, color, height
}
.trs-a-2s, .sg-menu.sg-rch > li > a {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
.bgsz-cv, .ready {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover
}
.trsp-n {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none
}
.tsh-n {
text-shadow: none
}
.nav-hl li {
display: inline
}
.nav-hl li .inner {
float: left;
display: block
}
.g-ie-n {
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.br-3, .row-node-view .ym-gbox-left, .row-node-view .ym-gbox-right {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px
}
.mih {
height: auto !important
}
.whs-nw {
white-space: nowrap
}*/
.op, .rsDefaultInv.node-gallery .rsArrowIcn {
filter: alpha(opacity=100);
opacity: 1
}
/*
.tsh-e-in-out {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: .5s;
-moz-transition-duration: .5s;
-o-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out
}
.hide-html {
width: 0;
height: 0;
font-size: 0;
line-height: 0;
overflow: hidden;
text-indent: -999em
}*/
.s-icons-img, .s-icons, .p-icons, .rsDefaultInv.node-gallery .rsArrowIcn, .btn-g-ua a .fa, .btn-map, .map-icons, .list-social li a, .slider-box .ui-slider-handle, .list-view-mode > li > a.with-icon {
background-image: url("../images/csg-5374fb256a12b.png")
}
.p-icons-img, .p-icons, .rsDefaultInv.node-gallery .rsArrowIcn, .btn-g-ua a .fa, .btn-map {
background-image: url("../images/csg-5360b1b25e1a3.png")
}
.s-icons, .p-icons, .rsDefaultInv.node-gallery .rsArrowIcn, .btn-g-ua a .fa, .btn-map, .map-icons, .list-social li a, .slider-box .ui-slider-handle, .list-view-mode > li > a.with-icon {
background-position: 0 0;
background-repeat: no-repeat;
background-color: transparent
}
/*
.map-icons {
background-image: url("../images/sprites/csg-524b3509244b7.png")
}
.nav-hl li {
display: inline
}
.nav-hl li .inner {
float: left;
display: block
}
.hide-s {
display: none
}
.btn-link.td-n {
text-decoration: none
}
.pn-reset {
border: 0
}
.pn-reset .panel-heading {
background-color: transparent;
border-bottom-width: 0
}
.ff-an {
font-family: "Arial Narrow", Arial, sans-serif
}
.ff-rb, .ff-rb-un, .sg-menu.sg-rch > li, .frm-ps .control-label, .btn-group-st .btn-default, .btn-st-gh .btn-blue, .btn-st-gv .btn-blue, .bk-summary .entry-title, .btn-g-ua a, .pn-search .badge, .pn-search .badge small, .pn-adv-s .badge, .pn-adv-s .badge small, .pn-slider .panel-heading .panel-title, .nav-with-us.nav-justified > li, .pn-request-mi .panel-title, .widget-area .widget-title {
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 400;
text-transform: uppercase
}
.ff-rb-un {
text-transform: none
}
.logo {
margin: 0;
padding: 0;
border: 0;
line-height: 1
}
.container.max-w-n {
max-width: none
}
.control-label.db {
display: block
}
.r-cc {
color: #10d5f2
}
.c-cc {
color: #ff008a
}
.h-cc {
color: #cd45ef
}
.sg-menu > li {
font-size: 14px;
font-weight: bold;
text-transform: uppercase
}
.sg-menu > li > a {
color: #bbb;
line-height: 1
}
.sg-menu > li > a:active, .sg-menu > li > a:hover, .sg-menu > li > a:focus {
color: #10d5f2
}
.sg-menu.sg-nm > li {
background: url("../images/list-sep.png") no-repeat 100% 98%;
padding-left: 12px;
padding-right: 14px;
float: left
}
.sg-menu.sg-nm > li:first-child {
padding-left: 0
}
.sg-menu.sg-nm > li:last-child {
padding-right: 0;
background: 0
}
.sg-menu.sg-nm > li > a {
padding: 35px 0 0
}
.sg-menu.sg-nm > li.current-menu-item > a, .sg-menu.sg-nm > li.current-page-ancestor > a {
color: #10d5f2
}
.sg-menu.sg-nm > li.home > a {
background-position: 10px 6px
}
.sg-menu.sg-nm > li.home > a:hover, .sg-menu.sg-nm > li.home > a:focus, .sg-menu.sg-nm > li.home.current-menu-item > a {
background-position: 10px -63px
}
.sg-menu.sg-nm > li.search > a {
background-position: 20px -132px
}
.sg-menu.sg-nm > li.search > a:hover, .sg-menu.sg-nm > li.search > a:focus, .sg-menu.sg-nm > li.search.current-menu-item > a {
background-position: 20px -201px
}
.sg-menu.sg-nm > li.company > a {
background-position: 22px -269px
}
.sg-menu.sg-nm > li.company > a:hover, .sg-menu.sg-nm > li.company > a:focus, .sg-menu.sg-nm > li.company.current-menu-item > a, .sg-menu.sg-nm > li.company.current-page-ancestor > a {
background-position: 22px -337px
}
.sg-menu.sg-nm > li.list > a {
background-position: 4px -412px
}
.sg-menu.sg-nm > li.list > a:hover, .sg-menu.sg-nm > li.list > a:focus, .sg-menu.sg-nm > li.list.current-menu-item > a {
background-position: 4px -487px
}
.sg-menu.sg-nm > li.services > a {
background-position: 24px -556px
}
.sg-menu.sg-nm > li.services > a:hover, .sg-menu.sg-nm > li.services > a:focus, .sg-menu.sg-nm > li.services.current-menu-item > a, .sg-menu.sg-nm > li.services.current-page-ancestor > a {
background-position: 24px -625px
}
.sg-menu.sg-nm > li.contact > a {
background-position: 28px -695px
}
.sg-menu.sg-nm > li.contact > a:hover, .sg-menu.sg-nm > li.contact > a:focus, .sg-menu.sg-nm > li.contact.current-menu-item > a {
background-position: 28px -765px
}
.sg-menu.sg-nm > li.news > a {
background-position: -72px -66px
}
.sg-menu.sg-nm > li.news > a:hover, .sg-menu.sg-nm > li.news > a:focus, .sg-menu.sg-nm > li.news.current-menu-item > a {
background-position: -72px -137px
}
.sg-menu.sg-rch {
margin: 15px 0 0
}
.sg-menu.sg-rch > li {
font-size: 24px;
display: inline;
padding: 0;
font-weight: 500
}
.sg-menu.sg-rch > li > a {
display: block;
float: left;
padding: 0 15px;
line-height: 1;
background: url(../images/nav-sep.png) no-repeat 100% 50%
}
.sg-menu.sg-rch > li.class-r > a:active, .sg-menu.sg-rch > li.class-r > a:hover, .sg-menu.sg-rch > li.class-r > a:focus {
color: #10d5f2
}
.sg-menu.sg-rch > li.class-c > a:active, .sg-menu.sg-rch > li.class-c > a:hover, .sg-menu.sg-rch > li.class-c > a:focus {
color: #ff008a
}
.sg-menu.sg-rch > li.class-h > a:active, .sg-menu.sg-rch > li.class-h > a:hover, .sg-menu.sg-rch > li.class-h > a:focus {
color: #cd45ef
}
.sg-menu.sg-rch > li:first-child > a {
padding-left: 0
}
.sg-menu.sg-rch > li:last-child > a {
padding-right: 0;
background: 0
}
.list-social_w > li {
color: #e1e1e1;
font-size: 18px;
font-weight: bold
}
.list-social li {
display: inline;
padding: 0;
margin: 0
}
.list-social li a {
text-indent: -9999em;
float: left;
padding: 0;
margin: 0 0 0 7px;
border: 0;
width: 24px;
height: 24px
}
.list-social li a.face {
background-position: 0 -840px
}
.list-social li a.face:hover, .list-social li a.face:focus {
background-position: 0 -914px
}
.list-social li a.twitter {
background-position: 0 -988px
}
.list-social li a.twitter:hover, .list-social li a.twitter:focus {
background-position: 0 -1062px
}
.list-social li a.in {
background-position: 0 -1136px
}
.list-social li a.in:hover, .list-social li a.in:focus {
background-position: 0 -1210px
}
.list-social li a.youtube {
background-position: 0 -1284px
}
.list-social li a.youtube:hover, .list-social li a.youtube:focus {
background-position: 0 -1358px
}
.list-social li a.google {
background-position: -76px -212px
}
.list-social li a.google:hover, .list-social li a.google:focus {
background-position: -76px -286px
}
.list-social li a.pinterest {
background-position: -76px -360px
}
.list-social li a.pinterest:active, .list-social li a.pinterest:hover, .list-social li a.pinterest:focus {
background-position: -76px -433px
}
#rt-menu {
text-align: center
}
#rt-utility {
max-height: 260px;
overflow: hidden
}
#rt-utility .slider-grid {
padding: 30px 0 0
}
.bar-bg {
position: relative;
background: transparent none;
border: 0;
margin-bottom: 0;
zoom: 1
}
.bar-bg:before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
background-color: #000;
filter: alpha(opacity=80);
opacity: .8
}
.btn-s-close {
color: #777;
top: 0;
right: 20px;
font-size: 24px;
padding: 0;
border: 0;
margin: 0;
line-height: 1
}
.btn-s-close:active, .btn-s-close:hover, .btn-s-close:focus {
color: #fff
}
.slider-grid .btn-prev, .slider-grid .btn-next {
background-image: url("../images/sprites/csg-531969dba8aea.png");
width: 25px;
height: 66px;
padding: 0;
margin: 0;
border: 0;
top: 100px
}
.slider-grid .btn-prev {
left: -30px;
background-position: 0 -116px
}
.slider-grid .btn-prev:active, .slider-grid .btn-prev:hover, .slider-grid .btn-prev:focus {
background-position: 0 -464px
}
.slider-grid .btn-next {
right: -30px;
background-position: 0 -348px
}
.slider-grid .btn-next:active, .slider-grid .btn-next:hover, .slider-grid .btn-next:focus {
background-position: 0 -580px
}
body.home .slider-grid .btn-prev, body.home .slider-grid .btn-next {
top: 70px
}
body.home .slider-grid .btn-prev {
background-position: 0 0
}
body.home .slider-grid .btn-prev:active, body.home .slider-grid .btn-prev:hover, body.home .slider-grid .btn-prev:focus {
background-position: 0 -116px
}
body.home .slider-grid .btn-next {
background-position: 0 -232px
}
body.home .slider-grid .btn-next:active, body.home .slider-grid .btn-next:hover, body.home .slider-grid .btn-next:focus {
background-position: 0 -348px
}
body.home #rt-utility {
position: absolute
}
#main {
padding: 1.5em 0;
position: relative
}
#header {
background-color: #282828;
overflow: hidden
}
#supersized {
margin: 0;
padding: 0
}
#extended, #extended-inner, #map-container {
height: 507px;
line-height: 1;
overflow: hidden
}
#extended {
position: relative
}
#extended #supersized, #extended-inner #supersized, #map-container #supersized {
margin: 0;
padding: 0;
position: absolute
}
#extended #supersized li, #extended-inner #supersized li, #map-container #supersized li {
position: absolute;
background-color: transparent
}
#extended-inner {
height: 477px;
z-index: -999
}
#map-container {
height: 477px
}
#rt-showcase {
background-color: #fff;
padding: 1.5em 0 0
}
#footer {
border-top: solid 5px #10d5f2;
background-color: #000
}
#footer, #footer a {
color: #d1d1d1
}
#footer a:active, #footer a:hover, #footer a:focus {
color: #545454
}
#footer > .container, #footer > .container-fluid {
padding-top: 1em;
padding-bottom: 1em
}
#footer .copyright, #footer .copyright a {
color: #545454
}
#footer .copyright a:active, #footer .copyright a:hover, #footer .copyright a:focus {
color: #999
}
#footer .popover-content {
color: #444
}
.slider-box .ui-widget-header {
background: #848484
}
.slider-box .ui-slider-handle {
background-position: 0 -1891px;
width: 24px;
height: 20px;
border: 0;
top: -.55em
}
.slider-box .ui-slider-handle:focus, .slider-box .ui-slider-handle:hover {
outline: 0 none
}
.slider-box .ui-slider-handle:last-child {
background-position: -76px 0
}
.range-caption {
padding: .9em 0 0
}
.range-caption, .range-caption small {
font-size: 14px;
text-transform: uppercase;
font-variant: normal
}
.btn-g-search {
margin-bottom: 1.5em
}
.btn-g-search > .btn {
border-color: #ddd;
padding: 7px 10px;
text-transform: uppercase;
color: #999
}
.btn-g-search > .btn:first-child {
border-left: 0
}
.btn-g-search > .btn:last-child {
border-right: 0
}
.btn-g-search > .btn:active, .btn-g-search > .btn:hover, .btn-g-search > .btn:focus, .btn-g-search > .btn.active {
background-color: #fff;
color: #10d5f2
}
.form-group.area-fg {
margin-left: -10px;
margin-right: -10px
}
.form-group.area-fg .inner {
background-color: #fff;
padding: .55em 10px;
margin: 0 0 7px;
border: solid 1px #ddd;
-webkit-box-shadow: #ddd 0 0 5px;
-moz-box-shadow: #ddd 0 0 5px;
box-shadow: #ddd 0 0 5px
}
.form-group.area-fg .checkbox-inline, .form-group.area-fg .radio-inline {
padding-top: 0
}
.frm-adv-s .st-fg .sale-type-sale, .frm-adv-s .st-fg .sale-type-rent {
padding: 13px 10px 13px 15px;
text-transform: uppercase
}
.bs-sl.bootstrap-select .btn {
outline: 0 none !important
}
.bs-sl.bootstrap-select .btn:active, .bs-sl.bootstrap-select .btn.active {
outline: 0 none !important;
background-image: none
}
.bs-sl.bootstrap-select .btn-default {
border-color: #ddd
}
.bs-sl.bootstrap-select .btn-default .caret {
border-top: 10px solid #848484;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
border-bottom: 0 dotted;
margin-top: -4px
}
.bs-sl.bootstrap-select .btn-default:hover, .bs-sl.bootstrap-select .btn-default:focus, .bs-sl.bootstrap-select .btn-default:active, .bs-sl.bootstrap-select .btn-default.active, .bs-sl.bootstrap-select .open .dropdown-toggle.btn-default {
color: #333;
background-color: transparent;
border-color: #ddd
}
.bs-sl.open .dropdown-toggle.btn-default {
color: #333;
background-color: #fff;
border-color: #ddd
}
.bs-sl.open .dropdown-toggle.btn-default .caret {
border-top-color: #10d5f2
}
.sl-house-style.bootstrap-select .btn-default {
border: 0;
text-transform: uppercase
}*/
.node-gallery {
width: 100%
}
.rsDefaultInv.node-gallery .rsArrowIcn {
background-color: transparent;
background-repeat: no-repeat;
width: 31px;
height: 112px;
padding: 0;
margin-top: -56px
}
.rsDefaultInv.node-gallery .rsArrowLeft .rsArrowIcn {
background-position: 0 -946px
}
.rsDefaultInv.node-gallery .rsArrowRight .rsArrowIcn {
background-position: 0 -1108px
}
.rsDefaultInv.node-gallery .rsThumbsHor {
min-height: 92px
}
.node-gallery.rsFullscreen .rsOverflow {
margin-bottom: 0;
background: #000
}
/*
.frm-ps .control-label {
text-transform: uppercase
}
.frm-ps .control-label.lbl-ps {
text-align: center;
display: block;
font-weight: 400
}
.btn-group-st .btn-default {
text-transform: uppercase;
font-weight: 500;
font-size: 11px;
background-color: #fff
}
.btn-group-st .btn-default:hover, .btn-group-st .btn-default:focus, .btn-group-st .btn-default:active, .btn-group-st .btn-default.active {
color: #fff;
background-color: #545454;
border-color: #545454
}
.btn-group-st > .btn-group:last-child > .btn:first-child {
margin-left: -1px
}
.btn-st-gh .btn-blue, .btn-st-gv .btn-blue {
text-transform: uppercase;
font-size: 14px;
background-color: #fff;
color: #000;
border: 1px solid #ddd
}
.btn-st-gh .btn-blue.active, .btn-st-gh .btn-blue:hover, .btn-st-gh .btn-blue:focus, .btn-st-gh .btn-blue:active, .btn-st-gv .btn-blue.active, .btn-st-gv .btn-blue:hover, .btn-st-gv .btn-blue:focus, .btn-st-gv .btn-blue:active {
background-color: #10d5f2;
color: #fff;
border-color: #10d5f2
}
.btn-st-gh > .btn {
padding: 5px 27px
}
.btn-st-gh > .btn:first-child:not(:last-child) {
margin-right: 7px;
margin-bottom: 7px
}
.btn-st-gv > .btn:first-child:not(:last-child) {
margin-bottom: 7px
}
.pc-lg {
margin: 0
}
.pc-lg .list-group-item {
border: 0;
background: transparent;
padding: 0 0 .5em 0
}
.node-grid .thumbnail {
background: #fff
}
.node-grid .thumbnail.over, .node-grid .thumbnail.active, .node-grid .thumbnail:hover {
border-color: #10d5f2
}
.node-grid .thumbnail .caption {
padding: 10px 0 0;
color: #868686
}
.node-grid .thumbnail.th-cnt .caption {
padding: 10px 7px 2px
}
.node-grid .node-image {
position: relative;
height: auto;
padding-bottom: 56.5%;
margin: 0
}
.node-grid .node-title {
font-size: 16px;
font-weight: normal;
line-height: 1.2;
text-align: center
}
.node-grid .node-title small {
font-size: 14px;
text-transform: none
}
.node-grid .price {
color: #20c1d0
}
.node-grid .node-item {
margin-bottom: 20px
}
.ready {
background-position: 25% 50%;
background-repeat: no-repeat
}
.condo-grid .address {
text-align: center;
color: #8b8b8b
}
.condo-grid .c-details {
background-color: #000;
line-height: 1;
margin: 0 -5px -5px -5px;
position: relative
}
.condo-grid .c-details a {
color: #fff;
display: block;
line-height: 33px;
height: 33px;
font-size: 12px;
font-weight: bold;
text-align: center;
text-transform: uppercase
}
.condo-grid .c-details a:active, .condo-grid .c-details a:hover, .condo-grid .c-details a:focus {
background-color: #10d5f2
}
.node-list > .media {
background: #fff
}
.node-list .media-body {
padding: 1em;
color: #8b8b8b
}
.node-list .media-heading {
font-size: 18px;
font-weight: normal
}
.node-list .node-image {
border: solid 1px #ddd;
margin: 7px;
padding: 1px
}
.node-list .price {
color: #20c1d0
}
.badge-ps, .bk-ps .badge {
font-weight: normal;
color: #444;
line-height: 1;
text-align: left;
background-color: transparent
}
.bk-ps {
color: #777
}
.bk-ps .bk-title strong {
color: #777;
font-weight: normal;
text-transform: uppercase;
text-align: center
}
.bk-ps .form-group label {
color: #777
}
.bk-ps .bk-content {
padding: 7px 0 0
}
.frm-s-ps .sl-csd {
width: 220px
}
.bk-features label.checkbox {
font-weight: 400
}
.node-box {
background: #fff
}
.bk-gallery .bk-content, .bk-summary .bk-content {
padding: 0
}
.bk-gallery.thumbnail {
padding: 20px 1em 1em 1em
}
.node-view .page-header {
padding: 0;
margin: 0 0 1em;
line-height: 1;
border: 0
}
.bk-summary .bk-content {
padding: 1.5em 2em
}
.bk-summary .entry-title {
padding: 0;
margin: 0;
font-size: 28px;
line-height: 1;
font-weight: 400
}
.bk-summary .entry-title small {
font-size: 12px
}
.bk-summary .price-box {
line-height: 24px
}
.bk-summary .price-box .price {
color: #10d5f2;
font-size: 16px
}
.node-lg .badge {
background-color: #10d5f2;
padding: 4px 10px
}
.node-lg .list-group-item {
color: #999;
border-color: #e5e5e5;
padding: 7px 15px
}
.node-lg.node-lg-r .list-group-item {
border: 0;
border-bottom: solid 1px #e5e5e5;
margin: 0;
padding-left: 0;
padding-right: 0
}
.node-lg.node-lg-r .list-group-item:last-child {
border: 0
}
.node-lg.node-lg-r .list-group-item .badge {
background: transparent;
color: #383838;
font-size: 14px;
font-weight: 400
}
.bk-node {
background: #fff;
padding: 21px
}
.bk-node .page-header h2 {
margin: 0;
padding: 0;
font-size: 153.84615%;
color: #545454
}
.bk-node .bk-content p {
text-align: justify;
margin: 0 0 1em
}
.btn-g-ua {
border-spacing: 7px 3px
}
.btn-g-ua a {
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
padding: 10px 10px;
background-color: #fff;
border-color: #ddd
}
.btn-g-ua a, .btn-g-ua a:visited {
color: #414042
}
.btn-g-ua a:hover, .btn-g-ua a:focus, .btn-g-ua a:active, .btn-g-ua a.active {
color: #fff;
background-color: #10d5f2;
border-color: #10d5f2
}
.btn-g-ua a .fa {
margin: 0 7px 0 0;
position: relative;
top: 0
}
.btn-g-ua a.btn-favorites .fa {
background-position: 0 -148px;
width: 16px;
height: 15px
}
.btn-g-ua a.btn-favorites:hover .fa, .btn-g-ua a.btn-favorites:focus .fa, .btn-g-ua a.btn-favorites:active .fa, .btn-g-ua a.btn-favorites.active .fa {
background-position: 0 -213px
}
.btn-g-ua a.btn-ef .fa {
background-position: 0 -278px;
width: 18px;
height: 14px
}
.btn-g-ua a.btn-ef:hover .fa, .btn-g-ua a.btn-ef:focus .fa, .btn-g-ua a.btn-ef:active .fa, .btn-g-ua a.btn-ef.active .fa {
background-position: 0 -342px
}
.btn-g-ua a.share .fa {
background-position: 0 -406px;
width: 20px;
height: 15px
}
.btn-g-ua a.share:hover .fa, .btn-g-ua a.share:focus .fa, .btn-g-ua a.share:active .fa, .btn-g-ua a.share.active .fa {
background-position: 0 -471px
}
.btn-g-ua a.print .fa {
background-position: 0 -536px;
width: 19px;
height: 16px
}
.btn-g-ua a.print:hover .fa, .btn-g-ua a.print:focus .fa, .btn-g-ua a.print:active .fa, .btn-g-ua a.print.active .fa {
background-position: 0 -602px
}
.btn-video {
background-position: 60px 0;
padding-top: 30px;
line-height: 1
}
.btn-video, .btn-video:visited {
color: #8b8b8b
}
.btn-video:active, .btn-video:hover, .btn-video:focus {
color: #10d5f2;
background-position: 60px -74px
}
.btn-map {
background-position: 0 -668px;
width: 20px;
height: 27px;
line-height: 1;
text-indent: -9999em
}
.btn-map:active, .btn-map:hover, .btn-map:focus, .btn-map.active {
background-position: 0 -745px
}
.btn-fav {
font-size: 24px;
padding: 0;
line-height: 1;
margin: 0 0 0 7px
}
.btn-fav.btn-in-favorites, .btn-fav:active, .btn-fav:hover, .btn-fav:focus {
color: #10d5f2
}
.btn-node-sale-type {
text-align: left;
padding: 0;
height: 40px;
line-height: 40px;
border: 0;
background: url("../images/bg/arrow-w.png") repeat-x 0 0;
text-transform: uppercase;
font-weight: 300;
font-size: 14px
}
.btn-node-sale-type .fa {
padding: 0 35px 0 15px;
height: 40px;
font-size: 28px;
float: left;
display: block;
line-height: 40px;
background: transparent url("../images/bg/arrow.png") no-repeat 100% 50%;
min-width: 70px;
margin: 0 15px 0 0;
top: 0;
color: #fff
}
.condo-np {
margin: 10px 0 0
}
.condo-np > li > a {
background-position: 0 -164px;
padding: 2px 0 2px 40px;
margin: 0 30px 0 0;
line-height: 1.25;
font-size: 12px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
text-transform: none
}
.condo-np > li > a, .condo-np > li > a:visited {
color: #464646
}
.condo-np > li > a:active, .condo-np > li > a:hover, .condo-np > li > a:focus {
background-color: transparent;
color: #10d5f2
}
.condo-np > li > a.cst {
background-position: 0 -244px;
margin: 0
}
.c-np-j > li > a {
background: transparent url("../images/bg/btn-bg.png") repeat-x 0 0;
border: 0;
text-transform: uppercase;
font-size: 14px
}
.c-np-j > li > a, .c-np-j > li > a:visited {
color: #fff
}
.c-np-j > li .badge {
background-color: #fff;
color: #10d5f2;
font-weight: bold;
padding: .35em 10px;
font-size: 16px
}
.c-np-j.nav-justified {
border-spacing: 7px 0
}
.ib-content {
position: relative
}
.list-amt > li {
line-height: 1.5em;
padding-left: 20px;
padding-right: 20px;
background: url("../images/icons/list_dot.gif") no-repeat 0 50%
}
.node-btn-g > .btn {
border-color: #ddd;
color: #8b8b8b;
text-transform: uppercase;
line-height: 1.25;
font-size: 12px;
background-color: #fff;
padding: 6px 10px
}
.node-btn-g > .btn .cnt {
color: #07b7d1;
font-size: 32px;
line-height: 1
}
.node-btn-g > .btn:not(:first-child):not(:last-child) {
border-left: 0;
border-right: 0
}
.node-btn-g > .btn:first-child {
border-left: 0
}
.node-btn-g > .btn:last-child {
border-right: 0
}
.node-btn-g > .btn:hover, .node-btn-g > .btn:focus, .node-btn-g > .btn:active {
background-color: #f5f5f5
}
.node-btn-g.p-btn-g > .btn {
border-bottom: 0 none
}
.btn-g-wr {
margin: 0 -5px 0 -4px
}
.btn-g-wr.p-btn-g-wr {
margin: 0 -4px -4px -4px
}
.row-node-view .ym-gbox-left, .row-node-view .ym-gbox-right {
background-color: #fff;
border: solid 1px #eee;
-webkit-box-shadow: #eee 0 0 10px;
-moz-box-shadow: #eee 0 0 10px;
box-shadow: #eee 0 0 10px
}
.row-node-view .ym-gbox-left {
padding-right: 0;
margin-right: 10px
}
.row-node-view .ym-gbox-right {
padding-left: 0;
margin-left: 10px
}
.row-node-view .ym-gbox-inner {
padding: 10px
}
.dgt-pgn > li > a:active, .dgt-pgn > li > a:hover, .dgt-pgn > li > a:focus {
color: #10d5f2;
background-color: #f5f5f5
}
@media (min-width: 768px) {
#sidebar-wrapper {
width: 330px;
padding: 20px 0 72px 0
}
#sidebar-wrapper .mCSB_container {
margin-right: 20px
}
#sidebar-wrapper .mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #10d5f2
}
}
#sidebar-wrapper {
background-color: #fff
}
#listings-view {
padding: 0
}
.list-view-tc {
background: transparent
}
.list-view-mode {
margin: 0 10px 0 0;
border-bottom: 0
}
.list-view-mode > li {
border: 0;
text-transform: uppercase;
font-size: 11px;
font-weight: bold
}
.list-view-mode > li > a {
padding: 0 20px 0 20px;
background-color: #5d5d5d;
border: 0;
margin: 0 2px 0 0;
height: 40px;
line-height: 40px
}
.list-view-mode > li > a.with-icon {
padding: 0 15px 0 45px;
background-color: #5d5d5d
}
.list-view-mode > li > a, .list-view-mode > li > a:visited {
color: #fff
}
.list-view-mode > li > a:hover, .list-view-mode > li > a:active, .list-view-mode > li > a:focus {
color: #1ec5e2;
background-color: #5d5d5d
}
.list-view-mode > li.active > a, .list-view-mode > li.active > a:hover, .list-view-mode > li.active > a:focus {
border: 0;
color: #10d5f2;
background-color: #5d5d5d
}
.list-view-mode > li.grid > a {
background-position: 15px -1420px
}
.list-view-mode > li.active.grid > a, .list-view-mode > li.grid > a:hover, .list-view-mode > li.grid > a:focus, .list-view-mode > li.grid > a:active {
background-position: 15px -1486px
}
.list-view-mode > li.list > a {
background-position: 15px -1552px
}
.list-view-mode > li.active.list > a, .list-view-mode > li.list > a:hover, .list-view-mode > li.list > a:focus, .list-view-mode > li.list > a:active {
background-position: 15px -1618px
}
.list-view-mode > li.map > a {
background-position: 15px -1684px
}
.list-view-mode > li.active.map > a, .list-view-mode > li.map > a:hover, .list-view-mode > li.map > a:focus, .list-view-mode > li.map > a:active {
background-position: 15px -1752px
}
#loader-wrapper {
width: 100%;
height: 100%;
left: 0;
top: 0;
margin: 0;
padding: 0;
background: #fff;
z-index: 992;
overflow-y: hidden !important;
filter: alpha(opacity=60);
opacity: .6
}
#loader-wrapper > .container-fluid {
position: relative;
height: 100%
}
#loader-wrapper > .container-fluid img {
position: absolute;
left: 50%;
top: 50%;
margin-left: -32px;
margin-top: -32px
}
.glyphicon-gm {
width: 32px;
height: 32px;
left: 50%;
top: 50%;
margin-left: -32px;
margin-top: -32px;
position: absolute;
background: url("../images/icons/loader-cl-t.gif") no-repeat 0 0;
z-index: 99
}
#rt-maintop {
background-color: #545454;
line-height: 1;
min-height: 40px
}
#list-sortby {
margin: 0
}
#list-sortby li {
color: #fff
}
.list-sortby > li.cnt-r {
line-height: 38px
}
.list-sortby .bootstrap-select.form-control:not([class*="span"]) {
width: 217px
}
.list-sortby .bootstrap-select.form-control {
background: #656565;
height: 40px
}
.list-sortby .bootstrap-select.open .dropdown-toggle.btn-default {
color: #fff;
background-color: transparent;
border: 0
}
.list-sortby .btn-default {
font-weight: normal;
cursor: pointer;
border: 0;
color: #fff;
padding: 11px 30px 11px 12px
}
.list-sortby .btn-default, .list-sortby .btn-default:active, .list-sortby .btn-default[disabled], fieldset[disabled] .list-sortby .btn-default {
background-color: transparent
}
.list-sortby .btn-default, .list-sortby .btn-default:hover, .list-sortby .btn-default:focus, .list-sortby .btn-default:active {
border-color: transparent
}
.list-sortby .btn-default:hover, .list-sortby .btn-default:focus {
color: #fff;
text-decoration: none;
background-color: transparent
}
.list-sortby .btn-default .filter-option {
width: 160px
}
.list-sortby .btn-default .caret {
border-top: 10px solid #10d5f2;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
border-bottom: 0 dotted;
margin-top: -4px
}
#list-sortby .bootstrap-select .btn:focus {
outline: 0 none !important
}
.pn-search .panel-heading {
padding: 0 0 10px
}
.pn-search .panel-title {
color: #10d5f2;
text-align: center;
text-transform: uppercase;
font-weight: 500;
font-family: "Roboto", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.pn-search .panel-body {
padding: 0
}
.pn-search .badge, .pn-adv-s .badge {
padding: 5px 10px;
font-size: 11px;
background-color: #848484;
letter-spacing: .0125em
}
.pn-search .badge, .pn-search .badge small, .pn-adv-s .badge, .pn-adv-s .badge small {
font-size: 11px;
font-weight: 500
}
.pn-adv-s {
margin-bottom: 0
}
.pn-adv-s > .panel-heading {
background-color: #fff;
border-bottom: 0
}
.pn-slider .panel-heading {
padding: 15px 15px 0
}
.pn-slider .panel-heading .panel-title {
text-align: center;
text-transform: uppercase;
font-weight: 500;
font-size: 13px
}
.pn-slider .panel-body {
padding: 15px 30px 15px 20px
}
.dgt-ajax-modal .modal-header h3, .dgt-modal-login .modal-header h3 {
margin: 0;
padding: 0;
font-size: 18px
}
.dgt-ajax-modal .modal-body, .dgt-modal-login .modal-body {
padding-bottom: 0
}
.dgt-modal-login .form-group:last-child {
margin-bottom: 0
}
.dgt-modal-login ul.u-l-a li {
color: #999
}
.dgt-modal-login ul.u-l-a li a, .dgt-modal-login ul.u-l-a li a:visited {
color: #999
}
.dgt-modal-login ul.u-l-a li a:hover, .dgt-modal-login ul.u-l-a li a:active, .dgt-modal-login ul.u-l-a li a:focus {
color: #000
}
.ib-content .pull-left.node-image {
width: 275px
}
.ib-content .ajax-loading {
width: 32px;
height: 32px;
left: 50%;
margin-left: -16px;
top: 50%;
margin-top: -16px
}
.ib-content .btn-ib-close {
background-position: 0 -82px;
width: 36px;
height: 32px
}
.ib-content .btn-dt {
background-position: 0 0;
width: 122px;
height: 32px
}
.ib-content .media-body {
font-size: 12px
}
.ib-content .list-group {
margin: 0
}
.ib-content .list-group .list-group-item {
padding: .5em .5em
}
.ib-content .media-heading {
margin: 0 0 7px;
padding: 0;
line-height: 1
}
.ib-content .media-heading, .ib-content .media-heading a, .ib-content .media-heading a:visited {
color: #10d5f2;
font-size: 22px
}
.ib-content .media > .pull-left {
margin-right: 15px;
border: solid 1px #e5e5e5;
padding: 1px
}
.thumbnail.page-th {
background-color: #fff;
padding: 1.5em
}
.tab-condo-content {
padding: .75em 0 0
}
.tab-condo-content .panel-body {
padding: 0
}
.condo-pg .panel-heading {
padding: 0
}
.condo-pg .panel-heading .btn {
text-align: left
}
.condo-pg .panel-body {
padding: .5em 0 0
}
.condo-pg .panel-default {
border: 0 transparent
}
.condo-pg .panel-default > .panel-heading {
background-color: transparent
}
.condo-pg .list-group {
margin: 0
}
.condo-pg .panel-title a {
font-size: 153.84615%;
line-height: 1
}
.condo-pg .panel-title a, .condo-pg .panel-title a:visited {
color: #10d5f2
}
.r-lg .list-group-item {
border: 0 transparent;
position: relative;
zoom: 1;
padding: .25em 0
}
.r-lg .list-group-item.active, .r-lg .list-group-item:active, .r-lg .list-group-item:hover, .r-lg .list-group-item:focus {
background-color: transparent;
border: 0;
color: #10d5f2
}
.gtooltip {
max-width: 450px;
padding: 0
}
.gtooltip .popover {
position: relative;
left: 0;
top: 0;
max-width: none;
width: 320px
}
.dgt-popover .media-list {
margin: 0
}
.dgt-popover .media-list > li > .pull-left {
width: 90px;
border: solid 1px #ddd;
padding: 1px
}
.dgt-popover .media-body {
font-size: 13px
}
.dgt-popover .node-grid .price {
font-size: 13px
}
.dgt-popover .sm {
color: #777
}
#rt-showcase .home-jumbotron {
margin: 0;
padding: 20px 0
}
.home-jumbotron {
background-color: transparent;
text-align: center
}
.home-jumbotron h1 {
font-size: 28px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 300
}
.home-jumbotron h1 .fa {
position: relative;
top: -10px;
font-size: 7px
}
.home-jumbotron h1 .fa-quote-left {
margin-right: 2px;
top: -12px
}
.home-jumbotron h1 .fa-quote-right {
margin-left: 4px
}
.home-jumbotron p {
font-size: 13px;
margin: 0
}
.carou-r .thumbnail {
background-color: #10d5f2
}
.carou-r h3 {
font-size: 15px;
font-weight: bold;
text-align: center
}
.carou-r h3 a {
color: #fff
}
.carou-r h3 a:active, .carou-r h3 a:hover, .carou-r h3 a:focus {
color: #000
}
.th-hs .node-title {
display: block
}
.nav-rch > li {
border-bottom: solid 1px #eee;
line-height: 1;
text-transform: uppercase;
font-size: 13px
}
.nav-rch > li > a {
border: 0;
padding: .75em 0
}
.nav-rch > li > a, .nav-rch > li > a:visited {
color: #777
}
.nav-rch > li > a:active, .nav-rch > li > a:hover, .nav-rch > li > a:focus, .nav-rch > li > a.active {
color: #10d5f2;
background-color: transparent
}
.nav-rch > li:first-child > a {
padding-top: 0
}
.nav-rch > li:last-child {
border-bottom: 0
}
.nav-rch > li > ul {
margin: 5px 0 0 10px
}
.nav-rch.nav-stacked > li {
margin-top: 0;
margin-bottom: -1px
}
.nav-rch.nav-cms > li > a, .nav-rch.nav-cms > li > a:visited {
color: #444
}
.nav-rch.nav-cms > li > a:active, .nav-rch.nav-cms > li > a:hover, .nav-rch.nav-cms > li > a:focus, .nav-rch.nav-cms > li > a.active {
color: #999
}
.bk-nav-rch h3 {
color: #10d5f2;
text-transform: uppercase;
font-size: 18px;
font-weight: 500
}
.pn-nav-rch .panel-heading {
padding: 0 0 15px;
line-height: 1
}
.pn-nav-rch .panel-title {
color: #10d5f2;
text-transform: uppercase;
font-size: 18px;
font-weight: 500
}
.pn-nav-rch .panel-body {
padding: 0
}
.pn-nav-rch.pn-cms .panel-title {
color: #444;
font-weight: 500
}
.bdg-reset {
background-color: transparent;
color: #444
}
.maintop-title {
margin: 0;
padding: 0;
color: #fff;
font-weight: 400;
font-size: 18px
}
.maintop-title, .r-cnt {
height: 40px;
line-height: 40px
}
.modal-backdrop, .modal-backdrop.fade.in {
background: black url(../images/jquery-ui/ui-bg_diagonals-small_7_000000_40x40.png) 50% 50% repeat;
opacity: .8;
filter: alpha(opacity=80)
}
.list-single {
margin: 0 0 0 20px
}
.list-single > li {
height: 40px;
line-height: 40px;
color: #fff;
background: #656565;
padding: 0 30px
}
.modal-backdrop.lp-wrapper, .modal-backdrop.lp-wrapper.in {
width: 100%;
height: 100%;
min-height: 100%;
opacity: .7;
filter: alpha(opacity=70);
background: #fff
}
.bootbox-body {
padding: 1em 0 0
}
.modal-backdrop.mb-gray {
background-color: #000
}
.mb-gray.fade.in {
background-color: #000
}
.cnt-ri {
color: #fff;
margin-left: -2px;
margin-right: -2px
}
.cnt-ri > div {
padding-left: 2px;
padding-right: 2px;
margin-bottom: 4px
}
.cnt-ri .btn-block {
background-color: #10d5f2;
padding: .36em 0;
line-height: 1;
text-transform: uppercase
}
.cnt-ri .btn-block:active, .cnt-ri .btn-block:hover, .cnt-ri .btn-block:focus {
background-color: #1ec5e2
}
.cnt-ri a {
border: 0
}
.cnt-ri a, .cnt-ri a:visited {
color: #fff
}
.cnt-ri a:active, .cnt-ri a:hover, .cnt-ri a:focus {
color: #fff
}
.cnt-ri .badge {
background: transparent;
padding: 0;
top: 0;
font-size: 10px;
line-height: 1.25;
font-weight: normal
}
.cnt-ri .badge.cnt {
font-size: 24px;
font-weight: 400;
margin: 0 7px 0 0
}
.cnt-ri .label {
padding: 0;
font-size: 10px;
text-transform: uppercase;
line-height: 1
}
.cnt-ri .label.label-cp {
background: #000;
padding: 1.5em 0;
width: 100%
}
.media-cnt {
position: relative
}
.media-cnt .node-image {
display: block;
width: 360px;
height: 160px
}
.site-content .th-cms {
max-width: 868px;
margin: 15em auto 0;
padding: 2em;
border: 0;
background-color: #fff;
-webkit-box-shadow: #ddd 0 0 3px;
-moz-box-shadow: #ddd 0 0 3px;
box-shadow: #ddd 0 0 3px
}
.jumbotron.stc {
background-color: #fff;
padding: 0;
-webkit-box-shadow: #ddd 0 0 2px;
-moz-box-shadow: #ddd 0 0 2px;
box-shadow: #ddd 0 0 2px
}
.jumbotron.stc > .container {
padding: 26px 26px 1.5em;
width: auto;
max-width: 100%
}
.jumbotron p {
text-align: justify;
line-height: 1.66
}
.jumbotron p.ta-c {
text-align: center
}
span.edit-link {
display: none
}
.com-row .thumbnail {
padding: 0;
border: 0;
background-color: transparent
}
.com-row .caption {
padding-bottom: 0
}
.com-row h2 {
margin: 0 0 10px;
padding: 0;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
text-align: center
}
.com-row h2 small {
text-transform: none;
font-size: 14px
}
.rt-contact .rt-alpha .ym-gbox-left {
padding-right: 0
}
.rt-contact .rt-omega .ym-gbox-right {
padding-left: 0;
background-color: #f2f2f2
}
.rt-contact .ym-gbox-inner {
padding: 2em 2em 0
}
.list-social.list-cnt-sm {
margin: 15px 0 0
}
.list-social.list-cnt-sm li a {
background-image: url("../images/sprites/csg-537506982a120.png");
width: 66px;
height: 65px;
margin: 0 0 7px 7px
}
.list-social.list-cnt-sm li a.face {
background-position: 0 0
}
.list-social.list-cnt-sm li a.face:active, .list-social.list-cnt-sm li a.face:hover, .list-social.list-cnt-sm li a.face:focus {
background-position: 0 -115px
}
.list-social.list-cnt-sm li a.twitter {
background-position: 0 -230px
}
.list-social.list-cnt-sm li a.twitter:active, .list-social.list-cnt-sm li a.twitter:hover, .list-social.list-cnt-sm li a.twitter:focus {
background-position: 0 -345px
}
.list-social.list-cnt-sm li a.in {
background-position: 0 -460px
}
.list-social.list-cnt-sm li a.in:active, .list-social.list-cnt-sm li a.in:hover, .list-social.list-cnt-sm li a.in:focus {
background-position: 0 -575px
}
.list-social.list-cnt-sm li a.youtube {
background-position: 0 -690px
}
.list-social.list-cnt-sm li a.youtube:active, .list-social.list-cnt-sm li a.youtube:hover, .list-social.list-cnt-sm li a.youtube:focus {
background-position: 0 -805px
}
.list-social.list-cnt-sm li a.google {
background-position: 0 -920px
}
.list-social.list-cnt-sm li a.google:active, .list-social.list-cnt-sm li a.google:hover, .list-social.list-cnt-sm li a.google:focus {
background-position: 0 -1035px
}
.list-social.list-cnt-sm li a.pinterest {
background-position: 0 -1150px
}
.list-social.list-cnt-sm li a.pinterest:active, .list-social.list-cnt-sm li a.pinterest:hover, .list-social.list-cnt-sm li a.pinterest:focus {
background-position: 0 -1265px
}
.nav-with-us.nav-justified {
margin: 0 0 1px
}
.nav-with-us.nav-justified > li {
font-size: 16px;
text-transform: uppercase;
font-weight: 500
}
.nav-with-us.nav-justified > li > a {
background-color: #fff;
border: 0;
color: #999
}
.nav-with-us.nav-justified > li > a:hover, .nav-with-us.nav-justified > li > a:focus {
text-decoration: none;
border-color: transparent;
border: 0;
background-color: #fff;
color: #444
}
.nav-with-us.nav-justified > li:first-child > a {
margin-right: 1px
}
.nav-with-us.nav-justified > li:last-child > a {
margin-left: 1px
}
.nav-with-us.nav-justified > .active > a, .nav-with-us.nav-justified > .active > a:hover, .nav-with-us.nav-justified > .active > a:focus {
border-bottom-color: transparent;
border: 0;
background-color: #fff;
color: #10d5f2
}
form.with-us label.control-label {
padding-top: 0;
margin-bottom: 7px
}
.list-user {
margin-bottom: 0
}
.list-user > li {
display: inline;
text-transform: uppercase;
font: 500 11px/1.25 "Roboto", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: .03125em;
padding: 0
}
.list-user > li > a, .list-user > li > span {
display: block;
float: left;
color: #bbb;
padding: .25em .35em;
position: relative;
top: 7px
}
.list-user > li > a:active, .list-user > li > a:hover, .list-user > li > a:focus {
color: #fff
}
.th-slider {
background-color: #10d5f2;
border: 0
}
.th-slider .node-image {
position: relative;
height: auto;
padding-bottom: 65%;
margin: 0;
display: block
}
.th-slider .caption h3 {
margin: 0;
padding: 0;
text-align: center;
font-size: 14px;
font-weight: 500;
font-family: "Roboto", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: .03125em
}
.th-slider .caption h3 a {
color: #fff
}
.th-slider .caption h3 a:hover, .th-slider .caption h3 a:focus, .th-slider .caption h3 a.active {
color: #fff
}
.th-slider.over {
background-color: #00bada
}
.frm-fn {
margin: 0 0 10px
}
.frm-fn.form-inline .form-control.input-xs {
height: auto;
line-height: 1.5;
border-radius: 3px;
padding: .25em 5px;
font-size: 12px
}
.frm-fn .btn-xs {
padding: .25em 10px
}
.pn-testimonials .panel-body {
text-align: center
}
.pn-testimonials .panel-body p {
text-align: justify
}
#ts-carousel-pg {
display: inline-block !important;
margin: 1em 0 0
}
.list-c-pg > li {
padding: 0;
display: inline
}
.list-c-pg > li > a {
float: left;
display: block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
width: 10px;
height: 10px;
text-indent: -9999em;
background-color: #ccc;
margin: 0 .25em
}
.list-c-pg > li > a:hover, .list-c-pg > li > a:active, .list-c-pg > li > a:focus, .list-c-pg > li.selected > a {
background-color: #000
}
.private-listings .headline-pvl {
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
color: #4a4a4a
}
.private-listings .jumbotron.stc {
margin: 6em auto 0
}
.tb-node {
background-color: transparent;
border-collapse: separate;
border-spacing: 2px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif
}
.tb-node .badge {
background: transparent;
padding: 0;
color: #444;
font-weight: normal;
margin: 0 0 0 20px;
color: #008000
}
.tb-node .badge .fa {
position: relative;
top: -3px;
color: #10d5f2;
display: none
}
.tb-node .badge.down {
color: #ff8282
}
.tb-node .badge.down .fa {
color: #ff8282
}
.tb-node thead > tr > th, .tb-node thead > tr > td, .tb-node tbody > tr > th, .tb-node tbody > tr > td, .tb-node tfoot > tr > th, .tb-node tfoot > tr > td {
border-top: 0
}
.tb-node thead > tr > th {
border-bottom: 0
}
.tb-node caption {
border-bottom: solid 1px #e4e4e4;
padding: 0 0 10px;
font-size: 16px;
text-align: left;
font-family: "Roboto", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 500
}
.tb-node thead > tr > td.active, .tb-node thead > tr > th.active, .tb-node thead > tr.active > td, .tb-node thead > tr.active > th, .tb-node tbody > tr > td.active, .tb-node tbody > tr > th.active, .tb-node tbody > tr.active > td, .tb-node tbody > tr.active > th, .tb-node tfoot > tr > td.active, .tb-node tfoot > tr > th.active, .tb-node tfoot > tr.active > td, .tb-node tfoot > tr.active > th {
background-color: #fff
}
.tb-node.table-hover > tbody > tr.over > td, .tb-node.table-hover > tbody > tr.over > th, .tb-node.table-hover > tbody > tr:hover > td, .tb-node.table-hover > tbody > tr:hover > th {
background-color: #10d5f2;
cursor: pointer
}
.tb-node.table-hover > tbody > tr.over > td, .tb-node.table-hover > tbody > tr.over > td a, .tb-node.table-hover > tbody > tr.over > td a:visited, .tb-node.table-hover > tbody > tr.over > td .badge, .tb-node.table-hover > tbody > tr.over > th, .tb-node.table-hover > tbody > tr.over > th a, .tb-node.table-hover > tbody > tr.over > th a:visited, .tb-node.table-hover > tbody > tr.over > th .badge, .tb-node.table-hover > tbody > tr:hover > td, .tb-node.table-hover > tbody > tr:hover > td a, .tb-node.table-hover > tbody > tr:hover > td a:visited, .tb-node.table-hover > tbody > tr:hover > td .badge, .tb-node.table-hover > tbody > tr:hover > th, .tb-node.table-hover > tbody > tr:hover > th a, .tb-node.table-hover > tbody > tr:hover > th a:visited, .tb-node.table-hover > tbody > tr:hover > th .badge {
color: #fff
}
.tb-node.table-condensed thead > tr > th, .tb-node.table-condensed thead > tr > td, .tb-node.table-condensed tbody > tr > th, .tb-node.table-condensed tbody > tr > td, .tb-node.table-condensed tfoot > tr > th, .tb-node.table-condensed tfoot > tr > td {
padding: 1em 1.5em
}
.tb-node.table-condensed thead > tr > th, .tb-node.table-condensed thead > tr > td {
padding: .5em 1.5em;
text-transform: uppercase;
font-weight: 500;
text-align: center;
font-family: "Roboto", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.tb-node.table-condensed tbody > tr > th, .tb-node.table-condensed tbody > tr > td {
text-align: center
}
.tb-node.table-condensed tbody > tr > th.text-left, .tb-node.table-condensed tbody > tr > td.text-left {
text-align: left
}
.tb-node .table {
background-color: #f1f1f1
}
.btn-sort {
padding: 0;
border: 0;
margin: 0 0 0 7px;
position: relative
}
.btn-sort .fa-sort-desc {
top: 7px
}
.btn-sort .fa {
font-size: 16px;
position: relative
}
.btn-sort:active .fa, .btn-sort:hover .fa, .btn-sort:focus .fa {
color: #10d5f2
}
.row-fp .thumbnail {
border: 0;
padding: 0;
background: #fff
}
.row-fp .node-image {
position: relative;
height: auto;
padding: 1px 1px 56.5%;
margin-bottom: 20px;
border: solid 1px #ddd
}
.row-fp .node-image:hover, .row-fp .node-image:active, .row-fp .node-image:focus {
border: solid 1px #ddd
}
.row-fp .node-image .fa {
position: absolute;
left: 50%;
top: 50%;
font-size: 24px;
color: #fff;
margin-left: -11px;
margin-top: -12px
}
.row-fp .mask {
background-color: #10d5f2;
width: 100%;
height: 100%;
z-index: 1000;
left: 0;
top: 0;
display: block;
filter: alpha(opacity=70);
opacity: .7
}
.mfp-zoom-in .mfp-with-anim {
opacity: 0;
transition: all .2s ease-in-out;
transform: scale(0.8)
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
transition: all .3s ease-out
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity: 1;
transform: scale(1)
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: .8
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
transform: scale(0.8);
opacity: 0
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0
}
.mfp-zoom-out .mfp-with-anim {
opacity: 0;
transition: all .3s ease-in-out;
transform: scale(1.3)
}
.mfp-zoom-out.mfp-bg {
opacity: 0;
transition: all .3s ease-out
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
opacity: 1;
transform: scale(1)
}
.mfp-zoom-out.mfp-ready.mfp-bg {
opacity: .8
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
transform: scale(1.3);
opacity: 0
}
.mfp-zoom-out.mfp-removing.mfp-bg {
opacity: 0
}
.jqplot-data-label {
color: #fff;
font-size: 14px;
text-shadow: 0 1px 1px #005587;
width: 48px
}
#condo-cp {
width: 280px;
line-height: 1
}
#report-sale-rent {
left: 330px;
top: 102px;
z-index: 99;
min-width: 250px;
margin-top: 20px
}
#report-sale-rent .sp-number, #report-sale-rent .sp-label {
height: 26px;
line-height: 26px
}
#report-sale-rent .sp-number {
width: 25px;
background: #1dceff;
color: #fff;
text-align: center;
margin: 0 11px 0 0
}
#report-sale-rent .sp-label {
color: #949494
}
#report-sale-rent ul {
padding: 0;
margin: 0
}
#report-sale-rent ul li {
padding-bottom: 5px;
line-height: 32px;
color: #949494
}
#report-sale-rent ul li.of {
color: #10d5f2
}
#report-sale-rent .badge {
background: #1dceff;
padding: 10px;
margin-right: 10px;
min-width: 45px;
text-align: center
}
#report-sale-rent .badge.rent {
background: #4fdcff
}
.avg-for-price {
font-size: 20px;
line-height: 1.35;
font-weight: 300;
color: #999
}
.avg-for-price span {
color: #10d5f2;
font-size: 18px
}
.pn-sh .panel-title {
color: #949494
}
ul.sales-history li.item {
background: #e7e7e4;
line-height: 1;
height: 23px;
margin: 0 0 11px
}
ul.sales-history li.item {
width: 263px;
color: #949494
}
ul.sales-history .sp-label, ul.sales-history .for-sold, ul.sales-history .sp-total {
height: 23px;
line-height: 23px
}
ul.sales-history .sp-label {
background: #fff;
width: 62px;
text-align: center
}
ul.sales-history .sp-total, ul.sales-history .for-sold {
padding: 0 7px
}
ul.sales-history .for-sold {
background: #1dceff;
color: #fff
}
ul.sales-history .sp-total {
color: #666
}
.user-tab-c {
padding: 1.5em 0
}
.dgt-pgn .glyphicon {
background-image: url("../images/sprites/csg-5251e8babd7fa.png");
background-repeat: no-repeat;
background-position: 0 0;
width: 7px;
height: 9px;
padding: 0;
position: relative;
top: 6px
}
.dgt-pgn > li > a {
cursor: pointer
}
#recaptcha_area {
float: right;
margin-right: 1em;
margin-bottom: 7px
}
#recaptcha_privacy {
display: none;
width: 0;
height: 0;
line-height: 0;
font-size: 0
}
#recaptcha_area #recaptcha_response_field {
height: 29px;
border: solid 1px #ddd !important;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
line-height: 20px;
padding-left: 5px !important
}
.pn-request-mi .panel-heading {
padding: 0 0 15px
}
.pn-request-mi .panel-title {
font-size: 18px;
font-weight: 500;
color: #10d5f2
}
.pn-request-mi .panel-body {
padding: 0
}
.pn-request-mi .modal-footer {
padding: 0
}
.pn-request-mi .btn-sb {
font-size: 14px
}
.hentry.page .entry-header .entry-title {
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
margin: 0 0 10px
}
.hentry .side-why-us .panel-title {
font-weight: 600
}
.hentry .side-why-us .panel-heading {
padding: 1em 0 10px
}
.row-gb {
border: solid 1px #ddd;
border-left: 0;
border-right: 0
}
.bed-bath-t {
font-size: 14px;
background-image: url("../images/sprites/csg-51723a538e522.png");
line-height: 34px;
padding-left: 74px;
margin: 0 !important
}
.bed-bath-t.bed-icon {
height: 34px
}
.bed-bath-t.bath-icon {
background-position: 0 -84px;
height: 43px;
line-height: 43px;
padding-left: 70px
}
.bed-bath-t.bed-bath-ot {
background: 0;
padding-left: 0
}
.list-wus {
margin: 7px 0 0 0
}
.list-wus > li {
display: inline;
padding: 0
}
.list-wus > li .sp-cnt {
margin-right: 10px;
padding: 3px 0 0
}
.btn-pm {
border: solid 1px #ddd;
padding: 5px 7px;
margin: 0 0 0 7px;
font-size: 11px;
line-height: 1
}
.btn-pm:hover, .btn-pm:focus, .btn-pm:active {
outline: 0 none;
border-color: #10d5f2;
background-color: #10d5f2;
color: #fff
}
hr.hr-gray {
border-top-color: #ddd
}
.pn-wus {
margin: 0
}
form.with-us {
margin: 1.2em 0 0
}
.bootstrap-select.sl-bs .btn:focus, .bootstrap-select.sl-bs .btn:active {
outline: 0 none !important
}
.bootstrap-select.sl-bs .btn-default:hover, .bootstrap-select.sl-bs .btn-default:focus, .bootstrap-select.sl-bs .btn-default:active, .bootstrap-select.sl-bs .btn-default.active, .bootstrap-select.sl-bs .btn-default .open .dropdown-toggle.btn-default {
background-color: #fff;
border-color: #ddd
}
.bootstrap-select.sl-bs .btn-default:active, .bootstrap-select.sl-bs .btn-default.active, .bootstrap-select.sl-bs .btn-default .open .dropdown-toggle.btn-default {
background-image: none
}
.bootstrap-select.sl-bs .btn-default .caret {
border-top: 6px solid;
border-right: 6px solid transparent;
border-left: 6px solid transparent
}
.bootstrap-select.sl-bs.dropup .btn-default .caret {
border-top: 0;
border-bottom: 6px solid
}
.sl-bs.open .dropdown-toggle {
background-color: transparent;
border-color: #ddd
}
.cnt-i-g > div {
margin: 0 0 7px
}
.cnt-i-g .btn {
border: 0;
position: relative;
zoom: 1;
background: url("../images/bg/arrow-w.png") no-repeat 0 0;
z-index: 1;
padding: 0;
height: 40px;
line-height: 40px;
text-align: left;
text-transform: uppercase;
font-size: 14px
}
.cnt-i-g .btn:before {
content: "";
display: block;
position: absolute;
z-index: -1;
height: 100%;
width: 70px;
background: url("../images/bg/arrow-info.png") no-repeat 0 0
}
.cnt-i-g .badge {
width: 70px;
height: 40px;
line-height: 40px;
padding: 0 0 0 10px;
margin: 0 20px 0 0;
text-align: left;
background: 0;
font-size: 28px;
font-weight: 300
}
.panel-n {
background: transparent
}
.panel-fp .panel-heading, .panel-fp .panel-body {
padding: 0
}
.panel-fp .panel-title {
font-size: 184.61538%;
color: #10d5f2
}
.panel-fp .panel-body {
padding: 7px 0 0
}
html.html-map-search, body.map-search {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden
}
body.map-search .page-container {
height: 100%;
min-height: 100%;
overflow: hidden
}
body.map-search #main {
padding: 0;
position: relative;
width: 100%;
min-width: 100%;
height: 100%;
min-height: 100%
}
body.map-search #container-map {
position: absolute;
width: 100%;
height: 100%;
z-index: 1000;
overflow: hidden;
padding: 0
}
body.map-search #row-map {
width: 100%;
min-width: 100%;
height: 100%;
min-height: 100%;
padding: 0;
margin: 0
}
body.map-search #row-map, body.map-search #row-map .rt-alpha, body.map-search #row-map .rt-omega {
padding-left: 0;
padding-right: 0
}
body.map-search #row-map .rt-omega, body.map-search #row-map .rt-alpha {
height: 100%
}
body.map-search #row-map .rt-omega {
min-height: 100%
}
body.map-search #row-map .rt-alpha {
width: 300px;
float: right;
background: #fff;
overflow-y: auto
}
body.map-search #row-map .rt-omega {
margin-right: 300px;
background-color: #f5f5f5
}
body.map-search #gmap {
position: relative;
width: 100%;
height: 100%
}
body.map-search #filter-scroller {
margin: 10px
}
.map-loader {
width: 48px;
height: 48px;
left: 50%;
top: 50%;
margin-left: -24px;
margin-top: -24px;
background: url("../images/icons/350.gif");
z-index: 1050
}
.hentry.thumbnail {
background-color: #fff;
padding: 1.5em
}
.hentry .entry-title {
margin: 0 0 7px 0;
line-height: 1.25;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 184.61538%
}
.hentry .entry-header .entry-meta {
margin: 0 0 10px
}
.hentry .entry-header .byline {
display: none !important;
visibility: hidden !important
}
.bs_breadcrumb {
background-color: #fff
}
.bs_breadcrumb a.home:before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f015";
margin: 0 7px
}
.widget-area .widget {
margin: 0 0 20px
}
.widget-area .widget-title {
margin: 0 0 15px;
color: #444;
text-transform: uppercase;
font-size: 18px;
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
text-align: center
}
.widget-area .widget ul {
padding-left: 0;
list-style: none;
margin-top: 0;
margin-bottom: 0
}
.widget-area .widget ul li {
line-height: 1.55;
border-bottom: solid 1px #ddd;
padding: 7px 0
}
.widget-area .widget ul li:first-child {
padding-top: 0
}
.widget-area .widget ul li:last-child {
border-bottom: 0;
padding-bottom: 0
}
.pagination-centered {
text-align: center
}
.ig-sg-s .form-control {
background-color: #282828;
color: #fff;
font-weight: 600;
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
border: 1px solid #282828;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
padding: 0 12px;
height: 51px;
line-height: 51px
}
.ig-sg-s .form-control:focus {
border-color: #282828;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.ig-sg-s .btn {
background: url("../images/si.png") no-repeat center center;
height: 51px;
width: 51px;
padding: 0;
background-color: #282828
}
.ig-sg-s.ig-sg-si .form-control {
height: 40px;
line-height: 40px
}
.ig-sg-s.ig-sg-si .btn {
height: 40px;
width: 40px
}
body.home #main, body.theme-fixed #main {
padding: 0
}
body.home {
background-color: #282828
}
body.residential .entry-title {
color: #10d5f2
}
body.residential .nav-with-us.nav-justified > .active > a, body.residential .nav-with-us.nav-justified > .active > a:hover, body.residential .nav-with-us.nav-justified > .active > a:focus {
color: #10d5f2
}
body.residential .btn-pm:hover, body.residential .btn-pm:focus, body.residential .btn-pm:active {
background-color: #10d5f2;
border-color: #10d5f2
}
body.residential .pn-nav-rch .panel-title {
color: #10d5f2
}
body.residential .node-grid .price {
color: #10d5f2
}
body.residential .sg-menu.sg-rch > li > a:active, body.residential .sg-menu.sg-rch li.current-page-ancestor > a {
color: #10d5f2
}
body.commercial .btn-g-search > .btn:active, body.commercial .btn-g-search > .btn:hover, body.commercial .btn-g-search > .btn:focus, body.commercial .btn-g-search > .btn.active {
color: #ff008a
}
body.commercial #footer {
border-top-color: #ff008a
}
body.commercial .bk-nav-rch h3, body.commercial .sn-help {
color: #ff008a
}
body.commercial .nav-rch > li > a:active, body.commercial .nav-rch > li > a:hover, body.commercial .nav-rch > li > a:focus, body.commercial .nav-rch > li > a.active {
color: #ff008a
}
body.commercial .pn-nav-rch .panel-title {
color: #ff008a
}
body.commercial.home .th-slider, body.commercial .rt-commercial .th-slider {
background-color: #ff008a
}
body.commercial.home .th-slider.over, body.commercial .rt-commercial .th-slider.over {
background-color: #cc006e
}
body.commercial .entry-title {
color: #ff008a
}
body.commercial .nav-with-us.nav-justified > .active > a, body.commercial .nav-with-us.nav-justified > .active > a:hover, body.commercial .nav-with-us.nav-justified > .active > a:focus {
color: #ff008a
}
body.commercial .btn-pm:hover, body.commercial .btn-pm:focus, body.commercial .btn-pm:active {
background-color: #ff008a;
border-color: #ff008a
}
body.commercial .node-grid .price {
color: #ff008a
}
body.commercial .sg-menu.sg-rch > li > a:active, body.commercial .sg-menu.sg-rch li.current-page-ancestor > a {
color: #ff008a
}
body.hospitality .btn-g-search > .btn:active, body.hospitality .btn-g-search > .btn:hover, body.hospitality .btn-g-search > .btn:focus, body.hospitality .btn-g-search > .btn.active {
color: #cd45ef
}
body.hospitality #footer {
border-top-color: #cd45ef
}
body.hospitality .bk-nav-rch h3, body.hospitality .sn-help {
color: #cd45ef
}
body.hospitality .nav-rch > li > a:active, body.hospitality .nav-rch > li > a:hover, body.hospitality .nav-rch > li > a:focus, body.hospitality .nav-rch > li > a.active {
color: #cd45ef
}
body.hospitality .pn-nav-rch .panel-title {
color: #cd45ef
}
body.hospitality.home .th-slider, body.hospitality .rt-hospitality .th-slider {
background-color: #cd45ef
}
body.hospitality.home .th-slider.over, body.hospitality .rt-hospitality .th-slider.over {
background-color: #b925b1
}
body.hospitality .entry-title {
color: #cd45ef
}
body.hospitality .nav-with-us.nav-justified > .active > a, body.hospitality .nav-with-us.nav-justified > .active > a:hover, body.hospitality .nav-with-us.nav-justified > .active > a:focus {
color: #cd45ef
}
body.hospitality .btn-pm:hover, body.hospitality .btn-pm:focus, body.hospitality .btn-pm:active {
background-color: #cd45ef;
border-color: #cd45ef
}
body.hospitality .node-grid .price {
color: #cd45ef
}
body.hospitality .sg-menu.sg-rch > li > a:active, body.hospitality .sg-menu.sg-rch li.current-page-ancestor > a {
color: #cd45ef
}
.rt-residential .th-slider {
background-color: #10d5f2
}
.rt-residential .th-slider.over {
background-color: #00bada
}
.rt-commercial .th-slider {
background-color: #ff008a
}
.rt-commercial .th-slider.over {
background-color: #cc006e
}
.rt-hospitality .th-slider {
background-color: #cd45ef
}
.rt-hospitality .th-slider.over {
background-color: #b925b1
}
#menu-main.list-r > li.current-page-ancestor > a, #menu-main.list-c > li.current-page-ancestor > a, #menu-main.list-h > li.current-page-ancestor > a {
color: #bbb
}
#menu-main.list-r > li.class-r.current-page-ancestor > a:hover, #menu-main.list-c > li.class-r.current-page-ancestor > a:hover, #menu-main.list-h > li.class-r.current-page-ancestor > a:hover {
color: #10d5f2
}
#menu-main.list-r > li.class-c.current-page-ancestor > a:hover, #menu-main.list-c > li.class-c.current-page-ancestor > a:hover, #menu-main.list-h > li.class-c.current-page-ancestor > a:hover {
color: #ff008a
}
#menu-main.list-r > li.class-h.current-page-ancestor > a:hover, #menu-main.list-c > li.class-h.current-page-ancestor > a:hover, #menu-main.list-h > li.class-h.current-page-ancestor > a:hover {
color: #cd45ef
}
#menu-main.list-r > li.class-r.active > a, #menu-main.list-r li.class-r.active > a:hover {
color: #10d5f2
}
#menu-main.list-c > li.class-c.active > a, #menu-main.list-c li.class-c.active > a:hover {
color: #ff008a
}
#menu-main.list-h > li.class-h.active > a, #menu-main.list-h li.class-h.active > a:hover {
color: #cd45ef
}
.tb-sp thead tr th {
white-space: nowrap
}*/
.rsThumbs
{
/* box-sizing: content-box;*/
} | assets/plugins/jquery.royalslider/slider.css | .royalSlider {
width: 100%;
height: 500px;
position: relative;
direction: ltr
}
.royalSlider > * {
float: left
}
.rsWebkit3d .rsSlide {
-webkit-transform: translateZ(0)
}
.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
-webkit-backface-visibility: hidden
}
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
-webkit-transform: none
}
.rsOverflow {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
float: left;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.rsVisibleNearbyWrap {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
left: 0;
top: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.rsVisibleNearbyWrap .rsOverflow {
position: absolute;
left: 0;
top: 0
}
.rsContainer {
position: relative;
width: 100%;
height: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.rsArrow, .rsThumbsArrow {
cursor: pointer
}
.rsThumb {
float: left;
position: relative
}
.rsArrow, .rsNav, .rsThumbsArrow {
opacity: 1;
-webkit-transition: opacity .3s linear;
-moz-transition: opacity .3s linear;
-o-transition: opacity .3s linear;
transition: opacity .3s linear
}
.rsHidden {
opacity: 0;
visibility: hidden;
-webkit-transition: visibility 0 linear .3s, opacity .3s linear;
-moz-transition: visibility 0 linear .3s, opacity .3s linear;
-o-transition: visibility 0 linear .3s, opacity .3s linear;
transition: visibility 0 linear .3s, opacity .3s linear
}
.rsGCaption {
width: 100%;
float: left;
text-align: center
}
.royalSlider.rsFullscreen {
position: fixed !important;
height: auto !important;
width: auto !important;
margin: 0 !important;
padding: 0 !important;
z-index: 2147483647 !important;
top: 0 !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important
}
.royalSlider .rsSlide.rsFakePreloader {
opacity: 1 !important;
-webkit-transition: 0;
-moz-transition: 0;
-o-transition: 0;
transition: 0;
display: none
}
.rsSlide {
position: absolute;
left: 0;
top: 0;
display: block;
overflow: hidden;
height: 100%;
width: 100%
}
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
height: auto
}
.rsContent {
width: 100%;
height: 100%;
position: relative
}
.rsPreloader {
position: absolute;
z-index: 0
}
.rsNav {
-moz-user-select: -moz-none;
-webkit-user-select: none;
user-select: none
}
.rsNavItem {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25)
}
.rsThumbs {
cursor: pointer;
position: relative;
overflow: hidden;
float: left;
z-index: 22
}
.rsTabs {
float: left;
background: none !important
}
.rsTabs, .rsThumbs {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.rsVideoContainer {
width: auto;
height: auto;
line-height: 0;
position: relative
}
.rsVideoFrameHolder {
position: absolute;
left: 0;
top: 0;
background: #141414;
opacity: 0;
-webkit-transition: .3s
}
.rsVideoFrameHolder.rsVideoActive {
opacity: 1
}
.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
position: absolute;
z-index: 50;
left: 0;
top: 0;
width: 100%;
height: 100%
}
.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-right: 44px
}
.rsABlock {
left: 0;
top: 0;
position: absolute;
z-index: 15
}
img.rsImg {
max-width: none
}
.grab-cursor {
cursor: url(../images/royalslider/grab.png) 8 8, move
}
.grabbing-cursor {
cursor: url(../images/royalslider/grabbing.png) 8 8, move
}
.rsNoDrag {
cursor: auto
}
.rsLink {
left: 0;
top: 0;
position: absolute;
width: 100%;
height: 100%;
display: block;
z-index: 20;
background: url(../images/royalslider/blank.gif)
}
.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
background: #222;
color: #FFF
}
.rsDefaultInv .rsArrow {
height: 100%;
width: 44px;
position: absolute;
display: block;
cursor: pointer;
z-index: 21
}
.rsDefaultInv.rsVer .rsArrow {
width: 100%;
height: 44px
}
.rsDefaultInv.rsVer .rsArrowLeft {
top: 0;
left: 0
}
.rsDefaultInv.rsVer .rsArrowRight {
bottom: 0;
left: 0
}
.rsDefaultInv.rsHor .rsArrowLeft {
left: 0;
top: 0
}
.rsDefaultInv.rsHor .rsArrowRight {
right: 0;
top: 0
}
.rsDefaultInv .rsArrowIcn {
width: 32px;
height: 32px;
top: 50%;
left: 50%;
margin-top: -16px;
margin-left: -16px;
position: absolute;
cursor: pointer;
background: url('./rs-default-inverted.png');
background-color: #FFF;
background-color: rgba(255, 255, 255, .75);
*background-color: #FFF;
border-radius: 2px
}
.rsDefaultInv .rsArrowIcn:hover {
background-color: rgba(255, 255, 255, 0.9)
}
.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
background-position: -64px -32px
}
.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
background-position: -64px -64px
}
.rsDefaultInv.rsVer .rsArrowLeft .rsArrowIcn {
background-position: -96px -32px
}
.rsDefaultInv.rsVer .rsArrowRight .rsArrowIcn {
background-position: -96px -64px
}
.rsDefaultInv .rsArrowDisabled .rsArrowIcn {
filter: alpha(opacity=20);
opacity: .2;
*display: none
}
.rsDefaultInv .rsBullets {
position: relative;
z-index: 35;
padding-top: 4px;
width: 100%;
height: auto;
margin: 0 auto;
text-align: center;
line-height: 5px;
overflow: hidden
}
.rsDefaultInv .rsBullet {
width: 5px;
height: 5px;
display: inline-block;
*display: inline;
*zoom: 1;
padding: 6px
}
.rsDefaultInv .rsBullet span {
display: block;
width: 5px;
height: 5px;
border-radius: 50%;
background: #BBB
}
.rsDefaultInv .rsBullet.rsNavSelected span {
background-color: #000
}
.rsDefaultInv .rsThumbsHor {
width: 100%;
height: 72px
}
.rsDefaultInv .rsThumbsVer {
width: 96px;
height: 100%;
position: absolute;
top: 0;
right: 0
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsContainer {
position: relative;
height: 100%
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsContainer {
position: relative;
width: 100%
}
.rsDefaultInv .rsThumb {
float: left;
overflow: hidden;
width: 96px;
height: 72px
}
.rsDefaultInv .rsThumb img {
width: 100%;
height: 100%
}
.rsDefaultInv .rsThumb.rsNavSelected {
background: #FFF
}
.rsDefaultInv .rsThumb.rsNavSelected img {
opacity: .5;
filter: alpha(opacity=50)
}
.rsDefaultInv .rsTmb {
display: block
}
.rsDefaultInv .rsTmb h5 {
font-size: 16px;
margin: 0;
padding: 0;
line-height: 20px
}
.rsDefaultInv .rsTmb span {
color: #DDD;
margin: 0;
padding: 0;
font-size: 13px;
line-height: 18px
}
.rsDefaultInv .rsThumbsArrow {
height: 100%;
width: 20px;
position: absolute;
display: block;
cursor: pointer;
z-index: 21;
background: #FFF;
background: rgba(255, 255, 255, 0.75)
}
.rsDefaultInv .rsThumbsArrow:hover {
background: rgba(255, 255, 255, 0.9)
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrow {
width: 100%;
height: 20px
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft {
top: 0;
left: 0
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight {
bottom: 0;
left: 0
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft {
left: 0;
top: 0
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight {
right: 0;
top: 0
}
.rsDefaultInv .rsThumbsArrowIcn {
width: 16px;
height: 16px;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
position: absolute;
cursor: pointer;
background: url('./rs-default-inverted.png')
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
background-position: -128px -32px
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
background-position: -128px -48px
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
background-position: -144px -32px
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
background-position: -144px -48px
}
.rsDefaultInv .rsThumbsArrowDisabled {
display: none !important
}
@media screen and (min-width: 0) and (max-width: 800px) {
.rsDefaultInv .rsThumb {
width: 59px;
height: 44px
}
.rsDefaultInv .rsThumbsHor {
height: 44px
}
.rsDefaultInv .rsThumbsVer {
width: 59px
}
}
.rsDefaultInv .rsTabs {
width: 100%;
height: auto;
margin: 0 auto;
text-align: center;
overflow: hidden;
padding-top: 12px;
position: relative
}
.rsDefaultInv .rsTab {
display: inline-block;
cursor: pointer;
text-align: center;
height: auto;
width: auto;
color: #333;
padding: 5px 13px 6px;
min-width: 72px;
border: 1px solid #d9d9dd;
border-right: 1px solid #f5f5f5;
text-decoration: none;
background-color: #FFF;
background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
-webkit-box-shadow: inset 1px 0 0 #fff;
box-shadow: inset 1px 0 0 #fff;
*display: inline;
*zoom: 1
}
.rsDefaultInv .rsTab:first-child {
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px
}
.rsDefaultInv .rsTab:last-child {
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
border-right: 1px solid #cfcfcf
}
.rsDefaultInv .rsTab:active {
border: 1px solid #d9d9dd;
background-color: #f4f4f4;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset
}
.rsDefaultInv .rsTab.rsNavSelected {
color: #FFF;
border: 1px solid #999;
text-shadow: 1px 1px #838383;
box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
background: #acacac;
background-image: -webkit-linear-gradient(top, #acacac, #BBB);
background-image: -moz-llinear-gradient(top, #acacac, #BBB);
background-image: linear-gradient(to bottom, #acacac, #BBB)
}
.rsDefaultInv .rsFullscreenBtn {
right: 0;
top: 0;
width: 44px;
height: 44px;
z-index: 22;
display: block;
position: absolute;
cursor: pointer
}
.rsDefaultInv .rsFullscreenIcn {
display: block;
margin: 6px;
width: 32px;
height: 32px;
background: url('./rs-default-inverted.png') 0 0;
background-color: #FFF;
background-color: rgba(255, 255, 255, 0.75);
*background-color: #FFF;
border-radius: 2px
}
.rsDefaultInv .rsFullscreenIcn:hover {
background-color: rgba(255, 255, 255, 0.9)
}
.rsDefaultInv.rsFullscreen .rsFullscreenIcn {
background-position: -32px 0
}
.rsDefaultInv .rsPlayBtn {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
width: 64px;
height: 64px;
margin-left: -32px;
margin-top: -32px;
cursor: pointer
}
.rsDefaultInv .rsPlayBtnIcon {
width: 64px;
display: block;
height: 64px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: .3s;
-moz-transition: .3s;
transition: .3s;
background: url(./rs-default-inverted.png) no-repeat 0 -32px;
background-color: #FFF;
background-color: rgba(255, 255, 255, 0.75);
*background-color: #FFF
}
.rsDefaultInv .rsPlayBtn:hover .rsPlayBtnIcon {
background-color: rgba(255, 255, 255, 0.9)
}
.rsDefaultInv .rsBtnCenterer {
position: absolute;
left: 50%;
top: 50%;
width: 20px;
height: 20px
}
.rsDefaultInv .rsCloseVideoBtn {
right: 0;
top: 0;
width: 44px;
height: 44px;
z-index: 500;
position: absolute;
cursor: pointer;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0)
}
.rsDefaultInv .rsCloseVideoBtn.rsiOSBtn {
top: -38px;
right: -6px
}
.rsDefaultInv .rsCloseVideoIcn {
margin: 6px;
width: 32px;
height: 32px;
background: url('./rs-default-inverted.png') -64px 0;
background-color: #FFF;
background-color: rgba(255, 255, 255, 0.75);
*background-color: #FFF
}
.rsDefaultInv .rsCloseVideoIcn:hover {
background-color: rgba(255, 255, 255, 0.9)
}
.rsDefaultInv .rsPreloader {
width: 20px;
height: 20px;
background-image: url(../images/preloader.gif);
left: 50%;
top: 50%;
margin-left: -10px;
margin-top: -10px
}
.rsDefaultInv .rsGCaption {
position: absolute;
float: none;
bottom: 6px;
left: 6px;
text-align: left;
background: #FFF;
background: rgba(255, 255, 255, 0.75);
color: #000;
padding: 2px 8px;
width: auto;
font-size: 12px;
border-radius: 2px
}
/*
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: .8;
filter: alpha(opacity=80)
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle
}
.mfp-align-top .mfp-container:before {
display: none
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto
}
.mfp-ajax-cur {
cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
cursor: auto
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none
}
.mfp-loading.mfp-figure {
display: none
}
.mfp-hide {
display: none !important
}
.mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044
}
.mfp-preloader a {
color: #ccc
}
.mfp-preloader a:hover {
color: white
}
.mfp-s-ready .mfp-preloader {
display: none
}
.mfp-s-error .mfp-content {
display: none
}
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: 0;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none
}
button::-moz-focus-inner {
padding: 0;
border: 0
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: .65;
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace
}
.mfp-close:hover, .mfp-close:focus {
opacity: 1
}
.mfp-close:active {
top: 1px
}
.mfp-close-btn-in .mfp-close {
color: #333
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px
}
.mfp-arrow {
position: absolute;
opacity: .65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.mfp-arrow:active {
margin-top: -54px
}
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px
}
.mfp-arrow-left {
left: 0
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid white;
margin-left: 31px
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
right: 0
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid white;
margin-left: 39px
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px
}
.mfp-iframe-holder .mfp-close {
top: -40px
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black
}
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto
}
.mfp-figure {
line-height: 0
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px
}
.mfp-image-holder .mfp-content {
max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0
}
.mfp-img-mobile img.mfp-img {
padding: 0
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75)
}
.mfp-arrow-left {
-webkit-transform-origin: 0 0;
transform-origin: 0 0
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%
}
.mfp-container {
padding-left: 6px;
padding-right: 6px
}
}
.mfp-ie7 .mfp-img {
padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
padding: 0
}
.mfp-ie7 .mfp-content {
padding-top: 44px
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0
}
.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"] {
float: none;
display: inline-block;
margin-bottom: 10px;
margin-left: 0
}
.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group {
margin-bottom: 0
}
.bootstrap-select.form-control {
margin-bottom: 0;
padding: 0;
border: 0
}
.bootstrap-select.btn-group.pull-right, .bootstrap-select.btn-group[class*="span"].pull-right, .row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
float: right
}
.input-append .bootstrap-select.btn-group {
margin-left: -1px
}
.input-prepend .bootstrap-select.btn-group {
margin-right: -1px
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
width: 220px
}
.bootstrap-select {
width: 220px \0
}
.bootstrap-select.form-control:not([class*="span"]) {
width: 100%
}
.bootstrap-select > .btn {
width: 100%
}
.error .bootstrap-select .btn {
border: 1px solid #b94a48
}
.dropdown-menu {
z-index: 2000
}
.bootstrap-select.show-menu-arrow.open > .btn {
z-index: 2051
}
.bootstrap-select .btn:focus {
outline: thin dotted #333 !important;
outline: 5px auto -webkit-focus-ring-color !important;
outline-offset: -2px
}
.bootstrap-select.btn-group .btn .filter-option {
overflow: hidden;
position: absolute;
left: 12px;
right: 25px;
text-align: left
}
.bootstrap-select.btn-group .btn .caret {
position: absolute;
top: 50%;
right: 12px;
margin-top: -2px;
vertical-align: middle
}
.bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
cursor: not-allowed
}
.bootstrap-select.btn-group > .disabled:focus {
outline: none !important
}
.bootstrap-select.btn-group[class*="span"] .btn {
width: 100%
}
.bootstrap-select.btn-group .dropdown-menu {
min-width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.bootstrap-select.btn-group .dropdown-menu.inner {
position: static;
border: 0;
padding: 0;
margin: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.bootstrap-select.btn-group .dropdown-menu dt {
display: block;
padding: 3px 20px;
cursor: default
}
.bootstrap-select.btn-group .div-contain {
overflow: hidden
}
.bootstrap-select.btn-group .dropdown-menu li {
position: relative
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
position: relative;
padding-left: 35px
}
.bootstrap-select.btn-group .dropdown-menu li > a {
cursor: pointer
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
font-weight: normal
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
display: inline-block;
position: absolute;
right: 15px;
margin-top: 2.5px
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
display: none
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
margin-right: 34px
}
.bootstrap-select.btn-group .dropdown-menu li small {
padding-left: .5em
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
color: #64b1d8;
color: rgba(255, 255, 255, 0.4)
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
font-weight: normal
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #CCC;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
bottom: -4px;
left: 9px;
display: none
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid white;
position: absolute;
bottom: -4px;
left: 10px;
display: none
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
bottom: auto;
top: -3px;
border-top: 7px solid #ccc;
border-bottom: 0;
border-top-color: rgba(0, 0, 0, 0.2)
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
bottom: auto;
top: -3px;
border-top: 6px solid #fff;
border-bottom: 0
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
right: 12px;
left: auto
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
right: 13px;
left: auto
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
display: block
}
.bootstrap-select.btn-group .no-results {
padding: 3px;
background: #f5f5f5;
margin: 0 5px
}
.mobile-device {
position: absolute;
top: 0;
left: 0;
display: block !important;
width: 100%;
height: 100% !important;
opacity: 0
}
.bootstrap-select.fit-width {
width: auto !important
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
position: static
}
.bootstrap-select.btn-group.fit-width .btn .caret {
position: static;
top: auto;
margin-top: -1px
}
.control-group.error .bootstrap-select .dropdown-toggle {
border-color: #b94a48
}
.bootstrap-select-searchbox {
padding: 4px 8px
}
.bootstrap-select-searchbox input {
margin-bottom: 0
}
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0
}
button.btn-img, button.btn-img span, a.btn-img {
padding: 0;
margin: 0;
text-indent: -9999em;
background-position: 0 0;
background-repeat: no-repeat
}
.pos-a {
position: absolute
}
.pos-f {
position: fixed
}
.pos-r {
position: relative
}
.pos-s {
position: static
}
.ta-r {
text-align: right
}
.ta-c {
text-align: center
}
.ta-j {
text-align: justify
}
.ta-l {
text-align: left
}
.ti {
text-indent: -9999em
}
.fw-b {
font-weight: bold
}
.fw-n {
font-weight: normal
}
.fw-600 {
font-weight: 600
}
.fw-500 {
font-weight: 500
}
.fw-400 {
font-weight: 400
}
.fw-300 {
font-weight: 300
}
.ov-h {
overflow: hidden
}
.fs-i {
font-style: italic
}
.fs-n {
font-style: normal
}
.fz-35 {
font-size: 35px
}
.fz-34 {
font-size: 34px
}
.fz-33 {
font-size: 33px
}
.fz-32 {
font-size: 32px
}
.fz-31 {
font-size: 31px
}
.fz-30 {
font-size: 30px
}
.fz-29 {
font-size: 29px
}
.fz-28 {
font-size: 28px
}
.fz-27 {
font-size: 27px
}
.fz-26 {
font-size: 26px
}
.fz-25 {
font-size: 25px
}
.fz-24 {
font-size: 24px
}
.fz-23 {
font-size: 23px
}
.fz-22 {
font-size: 22px
}
.fz-21 {
font-size: 21px
}
.fz-20 {
font-size: 20px
}
.fz-19 {
font-size: 19px
}
.fz-18 {
font-size: 18px
}
.fz-17 {
font-size: 17px
}
.fz-16 {
font-size: 16px
}
.fz-15 {
font-size: 15px
}
.fz-14 {
font-size: 14px
}
.fz-13 {
font-size: 13px
}
.fz-12 {
font-size: 12px
}
.fz-11 {
font-size: 11px
}
.fz-10 {
font-size: 10px
}
.fz-9 {
font-size: 9px
}
.bgr-n, .list-sortby .bootstrap-select.form-control, .list-sortby .btn-default {
background-repeat: no-repeat
}
.bgr-x {
background-repeat: repeat-x
}
.bgr-y {
background-repeat: repeat-y
}
.lh-1 {
line-height: 1
}
.lh-125 {
line-height: 1.25
}
.lh-135 {
line-height: 1.35
}
.m-n {
margin: 0
}
.tt-u {
text-transform: uppercase
}
.tt-n {
text-transform: none
}
.pt {
padding-top: 1.5em
}
.ptb {
padding-bottom: 1.5em
}
.pt-1 {
padding-top: 1em
}
.pt-7 {
padding-top: 7px
}
.pt-9 {
padding-top: 9px
}
.db {
display: block
}
.db-n {
display: none
}
.node-grid {
position: relative
}
.node-grid .node-image {
display: block
}
.node-grid .node-title {
margin: 0 0 6px
}
.node-grid .node-title a {
text-decoration: none
}
.node-grid .node-title a:hover {
text-decoration: none
}
.node-list li.item.last {
border-bottom: 0
}
.node-list .node-title {
margin: 0 0 6px
}
.node-list .node-title a {
text-decoration: none
}
.node-list .node-title a:hover {
text-decoration: none
}
.node-list .desc {
clear: both;
padding: 6px 0 0;
margin: 0 0 13px;
line-height: 1.35
}
.node-list .add-to-links {
clear: both
}
.block {
margin: 0 0 20px
}
.block.m-n {
margin: 0
}
.block .bk-title {
margin: 0;
font-weight: normal
}
.block .bk-title strong {
display: block
}
.block .bk-title a {
text-decoration: none !important
}
.block .bk-content.empty {
padding: 0
}
.cc-b {
color: #fff
}
.cc-gray {
color: #999
}
.jcl {
position: relative;
visibility: hidden;
left: -9999em
}
.rt-headline {
width: 100%;
overflow: hidden
}
.ti {
text-indent: -9999em
}
.logo {
margin: 0
}
.logo {
text-decoration: none !important
}
.logo strong {
position: absolute;
top: -999em;
left: -999em;
width: 0;
height: 0;
font-size: 0;
line-height: 0;
text-indent: -999em;
overflow: hidden
}
div {
outline: 0 none
}
table.full {
width: 100%;
border-collapse: collapse
}
.block .bk-content:after, .block li.item:after, .node-grid:after, .node-list li.item:after, .navHolder {
display: block;
content: ".";
clear: both;
font-size: 0;
line-height: 0;
height: 0;
overflow: hidden
}
.dgt-ui-icon {
margin: 0 .25em 0 0
}
.fl-n {
float: none
}
.fl-r {
float: right
}
.fl-l {
float: left
}
.c-red, span.required, em.required {
color: red
}
span.required, em.required {
position: relative;
top: 1px;
padding-left: 2px;
font: normal 11px/1 Tahoma, Verdana, Segoe, sans-serif
}
a.btn:focus, a.mbtn:focus {
outline: 0
}
.ui-front {
z-index: 1050
}
.gmap-al {
position: absolute;
left: 48%;
top: 48%
}
#your-profile .muted, #your-profile .help-inline {
color: #999
}
.scrollup {
right: 20px;
top: -35px;
font-size: 24px;
min-height: 24px;
min-width: 24px;
color: #10d5f2
}
.scrollup:active, .scrollup:hover, .scrollup:focus {
color: #47b1cb
}
#printMessageBox {
z-index: 1050;
font-size: 14px !important;
height: 160px !important;
color: #999 !important
}
.sn-help {
cursor: pointer;
color: #10d5f2
}
.panel {
margin-bottom: 20px
}
hr.sep {
border-top: solid 5px #ddd
}
.btn.btn-link {
text-decoration: none
}
input:-webkit-autofill, textarea:-webkit-autofill {
background-color: #fff !important
}
.panel-body.empty {
padding: 0
}
body {
overflow-x: hidden
}
p {
margin: 0 0 10px
}
.page-header-print {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee
}
.d-ib, .nav-hl, .img-responsive.d-ib, .img-responsive.nav-hl, .sg-menu > li > a, .sg-menu.sg-rch, .list-amt > li, .ib-content .btn-ib-close, .ib-content .btn-dt {
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
zoom: 1;
*display: inline;
*zoom: 1
}
.br-n, .pn-reset, .slider-box .ui-slider-handle, .btn-g-search > .btn, .btn-st-gh .btn-blue, .btn-st-gv .btn-blue, .btn-st-gv > .btn:first-child:not(:last-child), .btn-st-gv > .btn:last-child:not(:first-child), .pc-lg .list-group-item, .node-grid .thumbnail, .badge-ps, .bk-ps .badge, .node-lg.node-lg-r .list-group-item, .node-lg.node-lg-r .list-group-item .badge, .btn-g-ua .btn, .btn-g-ua a .fa, .c-np-j > li > a, .node-btn-g > .btn, .list-view-mode > li > a, .list-sortby .bootstrap-select.form-control, .r-lg .list-group-item, #rt-showcase .home-jumbotron, .th-rs, .com-row .thumbnail, .th-reset.thumbnail, .nav-rch > li > a, .bdg-reset, .cnt-ri .btn-block, .cnt-ri .label.label-cp, .site-content .th-cms, .nav-with-us.nav-justified > li > a {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0
}
.bxsh-n, .pn-reset, .btn-g-search > .btn:active, .btn-g-search > .btn:hover, .btn-g-search > .btn:focus, .btn-g-search > .btn.active, .bs-sl.bootstrap-select.form-control, .bs-sl.bootstrap-select .btn:active, .bs-sl.bootstrap-select .btn.active, .bs-sl.open .dropdown-toggle, .bs-sl.open .dropdown-toggle.btn-default, .btn-st-gh .btn-blue.active, .btn-st-gh .btn-blue:hover, .btn-st-gh .btn-blue:focus, .btn-st-gh .btn-blue:active, .btn-st-gv .btn-blue.active, .btn-st-gv .btn-blue:hover, .btn-st-gv .btn-blue:focus, .btn-st-gv .btn-blue:active, .btn-g-ua a, .node-btn-g > .btn, .list-sortby .bootstrap-select.form-control, .list-sortby .bootstrap-select.open .dropdown-toggle.btn-default, .list-sortby .btn-default, .list-sortby .btn-default:active, .list-sortby .btn-default[disabled], fieldset[disabled] .list-sortby .btn-default, .condo-pg .panel-title a:active, .condo-pg .panel-title a:hover, .condo-pg .panel-title a:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.trs-d05, .trs-bgc, .trs-cc, .trs-bg, .trs-a, .cnt-ri .btn-block {
-webkit-transition-duration: .5s;
-moz-transition-duration: .5s;
-o-transition-duration: .5s;
transition-duration: .5s
}
.trs-tf-ease, .trs-cc, .trs-bg, .trs-a, .cnt-ri .btn-block {
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease
}
.trs-bgc {
-webkit-transition-property: background-color;
-moz-transition-property: background-color;
-o-transition-property: background-color;
transition-property: background-color;
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out
}
.trs-cc {
-webkit-transition-property: color;
-moz-transition-property: color;
-o-transition-property: color;
transition-property: color
}
.trs-bg {
-webkit-transition-property: background, color, border-color;
-moz-transition-property: background, color, border-color;
-o-transition-property: background, color, border-color;
transition-property: background, color, border-color
}
.trs-a, .cnt-ri .btn-block {
-webkit-transition-property: background-color, color, height;
-moz-transition-property: background-color, color, height;
-o-transition-property: background-color, color, height;
transition-property: background-color, color, height
}
.trs-a-2s, .sg-menu.sg-rch > li > a {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
.bgsz-cv, .ready {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover
}
.trsp-n {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none
}
.tsh-n {
text-shadow: none
}
.nav-hl li {
display: inline
}
.nav-hl li .inner {
float: left;
display: block
}
.g-ie-n {
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.br-3, .row-node-view .ym-gbox-left, .row-node-view .ym-gbox-right {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px
}
.mih {
height: auto !important
}
.whs-nw {
white-space: nowrap
}*/
.op, .rsDefaultInv.node-gallery .rsArrowIcn {
filter: alpha(opacity=100);
opacity: 1
}
/*
.tsh-e-in-out {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: .5s;
-moz-transition-duration: .5s;
-o-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out
}
.hide-html {
width: 0;
height: 0;
font-size: 0;
line-height: 0;
overflow: hidden;
text-indent: -999em
}*/
.s-icons-img, .s-icons, .p-icons, .rsDefaultInv.node-gallery .rsArrowIcn, .btn-g-ua a .fa, .btn-map, .map-icons, .list-social li a, .slider-box .ui-slider-handle, .list-view-mode > li > a.with-icon {
background-image: url("../images/csg-5374fb256a12b.png")
}
.p-icons-img, .p-icons, .rsDefaultInv.node-gallery .rsArrowIcn, .btn-g-ua a .fa, .btn-map {
background-image: url("../images/csg-5360b1b25e1a3.png")
}
.s-icons, .p-icons, .rsDefaultInv.node-gallery .rsArrowIcn, .btn-g-ua a .fa, .btn-map, .map-icons, .list-social li a, .slider-box .ui-slider-handle, .list-view-mode > li > a.with-icon {
background-position: 0 0;
background-repeat: no-repeat;
background-color: transparent
}
/*
.map-icons {
background-image: url("../images/sprites/csg-524b3509244b7.png")
}
.nav-hl li {
display: inline
}
.nav-hl li .inner {
float: left;
display: block
}
.hide-s {
display: none
}
.btn-link.td-n {
text-decoration: none
}
.pn-reset {
border: 0
}
.pn-reset .panel-heading {
background-color: transparent;
border-bottom-width: 0
}
.ff-an {
font-family: "Arial Narrow", Arial, sans-serif
}
.ff-rb, .ff-rb-un, .sg-menu.sg-rch > li, .frm-ps .control-label, .btn-group-st .btn-default, .btn-st-gh .btn-blue, .btn-st-gv .btn-blue, .bk-summary .entry-title, .btn-g-ua a, .pn-search .badge, .pn-search .badge small, .pn-adv-s .badge, .pn-adv-s .badge small, .pn-slider .panel-heading .panel-title, .nav-with-us.nav-justified > li, .pn-request-mi .panel-title, .widget-area .widget-title {
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 400;
text-transform: uppercase
}
.ff-rb-un {
text-transform: none
}
.logo {
margin: 0;
padding: 0;
border: 0;
line-height: 1
}
.container.max-w-n {
max-width: none
}
.control-label.db {
display: block
}
.r-cc {
color: #10d5f2
}
.c-cc {
color: #ff008a
}
.h-cc {
color: #cd45ef
}
.sg-menu > li {
font-size: 14px;
font-weight: bold;
text-transform: uppercase
}
.sg-menu > li > a {
color: #bbb;
line-height: 1
}
.sg-menu > li > a:active, .sg-menu > li > a:hover, .sg-menu > li > a:focus {
color: #10d5f2
}
.sg-menu.sg-nm > li {
background: url("../images/list-sep.png") no-repeat 100% 98%;
padding-left: 12px;
padding-right: 14px;
float: left
}
.sg-menu.sg-nm > li:first-child {
padding-left: 0
}
.sg-menu.sg-nm > li:last-child {
padding-right: 0;
background: 0
}
.sg-menu.sg-nm > li > a {
padding: 35px 0 0
}
.sg-menu.sg-nm > li.current-menu-item > a, .sg-menu.sg-nm > li.current-page-ancestor > a {
color: #10d5f2
}
.sg-menu.sg-nm > li.home > a {
background-position: 10px 6px
}
.sg-menu.sg-nm > li.home > a:hover, .sg-menu.sg-nm > li.home > a:focus, .sg-menu.sg-nm > li.home.current-menu-item > a {
background-position: 10px -63px
}
.sg-menu.sg-nm > li.search > a {
background-position: 20px -132px
}
.sg-menu.sg-nm > li.search > a:hover, .sg-menu.sg-nm > li.search > a:focus, .sg-menu.sg-nm > li.search.current-menu-item > a {
background-position: 20px -201px
}
.sg-menu.sg-nm > li.company > a {
background-position: 22px -269px
}
.sg-menu.sg-nm > li.company > a:hover, .sg-menu.sg-nm > li.company > a:focus, .sg-menu.sg-nm > li.company.current-menu-item > a, .sg-menu.sg-nm > li.company.current-page-ancestor > a {
background-position: 22px -337px
}
.sg-menu.sg-nm > li.list > a {
background-position: 4px -412px
}
.sg-menu.sg-nm > li.list > a:hover, .sg-menu.sg-nm > li.list > a:focus, .sg-menu.sg-nm > li.list.current-menu-item > a {
background-position: 4px -487px
}
.sg-menu.sg-nm > li.services > a {
background-position: 24px -556px
}
.sg-menu.sg-nm > li.services > a:hover, .sg-menu.sg-nm > li.services > a:focus, .sg-menu.sg-nm > li.services.current-menu-item > a, .sg-menu.sg-nm > li.services.current-page-ancestor > a {
background-position: 24px -625px
}
.sg-menu.sg-nm > li.contact > a {
background-position: 28px -695px
}
.sg-menu.sg-nm > li.contact > a:hover, .sg-menu.sg-nm > li.contact > a:focus, .sg-menu.sg-nm > li.contact.current-menu-item > a {
background-position: 28px -765px
}
.sg-menu.sg-nm > li.news > a {
background-position: -72px -66px
}
.sg-menu.sg-nm > li.news > a:hover, .sg-menu.sg-nm > li.news > a:focus, .sg-menu.sg-nm > li.news.current-menu-item > a {
background-position: -72px -137px
}
.sg-menu.sg-rch {
margin: 15px 0 0
}
.sg-menu.sg-rch > li {
font-size: 24px;
display: inline;
padding: 0;
font-weight: 500
}
.sg-menu.sg-rch > li > a {
display: block;
float: left;
padding: 0 15px;
line-height: 1;
background: url(../images/nav-sep.png) no-repeat 100% 50%
}
.sg-menu.sg-rch > li.class-r > a:active, .sg-menu.sg-rch > li.class-r > a:hover, .sg-menu.sg-rch > li.class-r > a:focus {
color: #10d5f2
}
.sg-menu.sg-rch > li.class-c > a:active, .sg-menu.sg-rch > li.class-c > a:hover, .sg-menu.sg-rch > li.class-c > a:focus {
color: #ff008a
}
.sg-menu.sg-rch > li.class-h > a:active, .sg-menu.sg-rch > li.class-h > a:hover, .sg-menu.sg-rch > li.class-h > a:focus {
color: #cd45ef
}
.sg-menu.sg-rch > li:first-child > a {
padding-left: 0
}
.sg-menu.sg-rch > li:last-child > a {
padding-right: 0;
background: 0
}
.list-social_w > li {
color: #e1e1e1;
font-size: 18px;
font-weight: bold
}
.list-social li {
display: inline;
padding: 0;
margin: 0
}
.list-social li a {
text-indent: -9999em;
float: left;
padding: 0;
margin: 0 0 0 7px;
border: 0;
width: 24px;
height: 24px
}
.list-social li a.face {
background-position: 0 -840px
}
.list-social li a.face:hover, .list-social li a.face:focus {
background-position: 0 -914px
}
.list-social li a.twitter {
background-position: 0 -988px
}
.list-social li a.twitter:hover, .list-social li a.twitter:focus {
background-position: 0 -1062px
}
.list-social li a.in {
background-position: 0 -1136px
}
.list-social li a.in:hover, .list-social li a.in:focus {
background-position: 0 -1210px
}
.list-social li a.youtube {
background-position: 0 -1284px
}
.list-social li a.youtube:hover, .list-social li a.youtube:focus {
background-position: 0 -1358px
}
.list-social li a.google {
background-position: -76px -212px
}
.list-social li a.google:hover, .list-social li a.google:focus {
background-position: -76px -286px
}
.list-social li a.pinterest {
background-position: -76px -360px
}
.list-social li a.pinterest:active, .list-social li a.pinterest:hover, .list-social li a.pinterest:focus {
background-position: -76px -433px
}
#rt-menu {
text-align: center
}
#rt-utility {
max-height: 260px;
overflow: hidden
}
#rt-utility .slider-grid {
padding: 30px 0 0
}
.bar-bg {
position: relative;
background: transparent none;
border: 0;
margin-bottom: 0;
zoom: 1
}
.bar-bg:before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
background-color: #000;
filter: alpha(opacity=80);
opacity: .8
}
.btn-s-close {
color: #777;
top: 0;
right: 20px;
font-size: 24px;
padding: 0;
border: 0;
margin: 0;
line-height: 1
}
.btn-s-close:active, .btn-s-close:hover, .btn-s-close:focus {
color: #fff
}
.slider-grid .btn-prev, .slider-grid .btn-next {
background-image: url("../images/sprites/csg-531969dba8aea.png");
width: 25px;
height: 66px;
padding: 0;
margin: 0;
border: 0;
top: 100px
}
.slider-grid .btn-prev {
left: -30px;
background-position: 0 -116px
}
.slider-grid .btn-prev:active, .slider-grid .btn-prev:hover, .slider-grid .btn-prev:focus {
background-position: 0 -464px
}
.slider-grid .btn-next {
right: -30px;
background-position: 0 -348px
}
.slider-grid .btn-next:active, .slider-grid .btn-next:hover, .slider-grid .btn-next:focus {
background-position: 0 -580px
}
body.home .slider-grid .btn-prev, body.home .slider-grid .btn-next {
top: 70px
}
body.home .slider-grid .btn-prev {
background-position: 0 0
}
body.home .slider-grid .btn-prev:active, body.home .slider-grid .btn-prev:hover, body.home .slider-grid .btn-prev:focus {
background-position: 0 -116px
}
body.home .slider-grid .btn-next {
background-position: 0 -232px
}
body.home .slider-grid .btn-next:active, body.home .slider-grid .btn-next:hover, body.home .slider-grid .btn-next:focus {
background-position: 0 -348px
}
body.home #rt-utility {
position: absolute
}
#main {
padding: 1.5em 0;
position: relative
}
#header {
background-color: #282828;
overflow: hidden
}
#supersized {
margin: 0;
padding: 0
}
#extended, #extended-inner, #map-container {
height: 507px;
line-height: 1;
overflow: hidden
}
#extended {
position: relative
}
#extended #supersized, #extended-inner #supersized, #map-container #supersized {
margin: 0;
padding: 0;
position: absolute
}
#extended #supersized li, #extended-inner #supersized li, #map-container #supersized li {
position: absolute;
background-color: transparent
}
#extended-inner {
height: 477px;
z-index: -999
}
#map-container {
height: 477px
}
#rt-showcase {
background-color: #fff;
padding: 1.5em 0 0
}
#footer {
border-top: solid 5px #10d5f2;
background-color: #000
}
#footer, #footer a {
color: #d1d1d1
}
#footer a:active, #footer a:hover, #footer a:focus {
color: #545454
}
#footer > .container, #footer > .container-fluid {
padding-top: 1em;
padding-bottom: 1em
}
#footer .copyright, #footer .copyright a {
color: #545454
}
#footer .copyright a:active, #footer .copyright a:hover, #footer .copyright a:focus {
color: #999
}
#footer .popover-content {
color: #444
}
.slider-box .ui-widget-header {
background: #848484
}
.slider-box .ui-slider-handle {
background-position: 0 -1891px;
width: 24px;
height: 20px;
border: 0;
top: -.55em
}
.slider-box .ui-slider-handle:focus, .slider-box .ui-slider-handle:hover {
outline: 0 none
}
.slider-box .ui-slider-handle:last-child {
background-position: -76px 0
}
.range-caption {
padding: .9em 0 0
}
.range-caption, .range-caption small {
font-size: 14px;
text-transform: uppercase;
font-variant: normal
}
.btn-g-search {
margin-bottom: 1.5em
}
.btn-g-search > .btn {
border-color: #ddd;
padding: 7px 10px;
text-transform: uppercase;
color: #999
}
.btn-g-search > .btn:first-child {
border-left: 0
}
.btn-g-search > .btn:last-child {
border-right: 0
}
.btn-g-search > .btn:active, .btn-g-search > .btn:hover, .btn-g-search > .btn:focus, .btn-g-search > .btn.active {
background-color: #fff;
color: #10d5f2
}
.form-group.area-fg {
margin-left: -10px;
margin-right: -10px
}
.form-group.area-fg .inner {
background-color: #fff;
padding: .55em 10px;
margin: 0 0 7px;
border: solid 1px #ddd;
-webkit-box-shadow: #ddd 0 0 5px;
-moz-box-shadow: #ddd 0 0 5px;
box-shadow: #ddd 0 0 5px
}
.form-group.area-fg .checkbox-inline, .form-group.area-fg .radio-inline {
padding-top: 0
}
.frm-adv-s .st-fg .sale-type-sale, .frm-adv-s .st-fg .sale-type-rent {
padding: 13px 10px 13px 15px;
text-transform: uppercase
}
.bs-sl.bootstrap-select .btn {
outline: 0 none !important
}
.bs-sl.bootstrap-select .btn:active, .bs-sl.bootstrap-select .btn.active {
outline: 0 none !important;
background-image: none
}
.bs-sl.bootstrap-select .btn-default {
border-color: #ddd
}
.bs-sl.bootstrap-select .btn-default .caret {
border-top: 10px solid #848484;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
border-bottom: 0 dotted;
margin-top: -4px
}
.bs-sl.bootstrap-select .btn-default:hover, .bs-sl.bootstrap-select .btn-default:focus, .bs-sl.bootstrap-select .btn-default:active, .bs-sl.bootstrap-select .btn-default.active, .bs-sl.bootstrap-select .open .dropdown-toggle.btn-default {
color: #333;
background-color: transparent;
border-color: #ddd
}
.bs-sl.open .dropdown-toggle.btn-default {
color: #333;
background-color: #fff;
border-color: #ddd
}
.bs-sl.open .dropdown-toggle.btn-default .caret {
border-top-color: #10d5f2
}
.sl-house-style.bootstrap-select .btn-default {
border: 0;
text-transform: uppercase
}*/
.node-gallery {
width: 100%
}
.rsDefaultInv.node-gallery .rsArrowIcn {
background-color: transparent;
background-repeat: no-repeat;
width: 31px;
height: 112px;
padding: 0;
margin-top: -56px
}
.rsDefaultInv.node-gallery .rsArrowLeft .rsArrowIcn {
background-position: 0 -946px
}
.rsDefaultInv.node-gallery .rsArrowRight .rsArrowIcn {
background-position: 0 -1108px
}
.rsDefaultInv.node-gallery .rsThumbsHor {
min-height: 92px
}
.node-gallery.rsFullscreen .rsOverflow {
margin-bottom: 0;
background: #000
}
/*
.frm-ps .control-label {
text-transform: uppercase
}
.frm-ps .control-label.lbl-ps {
text-align: center;
display: block;
font-weight: 400
}
.btn-group-st .btn-default {
text-transform: uppercase;
font-weight: 500;
font-size: 11px;
background-color: #fff
}
.btn-group-st .btn-default:hover, .btn-group-st .btn-default:focus, .btn-group-st .btn-default:active, .btn-group-st .btn-default.active {
color: #fff;
background-color: #545454;
border-color: #545454
}
.btn-group-st > .btn-group:last-child > .btn:first-child {
margin-left: -1px
}
.btn-st-gh .btn-blue, .btn-st-gv .btn-blue {
text-transform: uppercase;
font-size: 14px;
background-color: #fff;
color: #000;
border: 1px solid #ddd
}
.btn-st-gh .btn-blue.active, .btn-st-gh .btn-blue:hover, .btn-st-gh .btn-blue:focus, .btn-st-gh .btn-blue:active, .btn-st-gv .btn-blue.active, .btn-st-gv .btn-blue:hover, .btn-st-gv .btn-blue:focus, .btn-st-gv .btn-blue:active {
background-color: #10d5f2;
color: #fff;
border-color: #10d5f2
}
.btn-st-gh > .btn {
padding: 5px 27px
}
.btn-st-gh > .btn:first-child:not(:last-child) {
margin-right: 7px;
margin-bottom: 7px
}
.btn-st-gv > .btn:first-child:not(:last-child) {
margin-bottom: 7px
}
.pc-lg {
margin: 0
}
.pc-lg .list-group-item {
border: 0;
background: transparent;
padding: 0 0 .5em 0
}
.node-grid .thumbnail {
background: #fff
}
.node-grid .thumbnail.over, .node-grid .thumbnail.active, .node-grid .thumbnail:hover {
border-color: #10d5f2
}
.node-grid .thumbnail .caption {
padding: 10px 0 0;
color: #868686
}
.node-grid .thumbnail.th-cnt .caption {
padding: 10px 7px 2px
}
.node-grid .node-image {
position: relative;
height: auto;
padding-bottom: 56.5%;
margin: 0
}
.node-grid .node-title {
font-size: 16px;
font-weight: normal;
line-height: 1.2;
text-align: center
}
.node-grid .node-title small {
font-size: 14px;
text-transform: none
}
.node-grid .price {
color: #20c1d0
}
.node-grid .node-item {
margin-bottom: 20px
}
.ready {
background-position: 25% 50%;
background-repeat: no-repeat
}
.condo-grid .address {
text-align: center;
color: #8b8b8b
}
.condo-grid .c-details {
background-color: #000;
line-height: 1;
margin: 0 -5px -5px -5px;
position: relative
}
.condo-grid .c-details a {
color: #fff;
display: block;
line-height: 33px;
height: 33px;
font-size: 12px;
font-weight: bold;
text-align: center;
text-transform: uppercase
}
.condo-grid .c-details a:active, .condo-grid .c-details a:hover, .condo-grid .c-details a:focus {
background-color: #10d5f2
}
.node-list > .media {
background: #fff
}
.node-list .media-body {
padding: 1em;
color: #8b8b8b
}
.node-list .media-heading {
font-size: 18px;
font-weight: normal
}
.node-list .node-image {
border: solid 1px #ddd;
margin: 7px;
padding: 1px
}
.node-list .price {
color: #20c1d0
}
.badge-ps, .bk-ps .badge {
font-weight: normal;
color: #444;
line-height: 1;
text-align: left;
background-color: transparent
}
.bk-ps {
color: #777
}
.bk-ps .bk-title strong {
color: #777;
font-weight: normal;
text-transform: uppercase;
text-align: center
}
.bk-ps .form-group label {
color: #777
}
.bk-ps .bk-content {
padding: 7px 0 0
}
.frm-s-ps .sl-csd {
width: 220px
}
.bk-features label.checkbox {
font-weight: 400
}
.node-box {
background: #fff
}
.bk-gallery .bk-content, .bk-summary .bk-content {
padding: 0
}
.bk-gallery.thumbnail {
padding: 20px 1em 1em 1em
}
.node-view .page-header {
padding: 0;
margin: 0 0 1em;
line-height: 1;
border: 0
}
.bk-summary .bk-content {
padding: 1.5em 2em
}
.bk-summary .entry-title {
padding: 0;
margin: 0;
font-size: 28px;
line-height: 1;
font-weight: 400
}
.bk-summary .entry-title small {
font-size: 12px
}
.bk-summary .price-box {
line-height: 24px
}
.bk-summary .price-box .price {
color: #10d5f2;
font-size: 16px
}
.node-lg .badge {
background-color: #10d5f2;
padding: 4px 10px
}
.node-lg .list-group-item {
color: #999;
border-color: #e5e5e5;
padding: 7px 15px
}
.node-lg.node-lg-r .list-group-item {
border: 0;
border-bottom: solid 1px #e5e5e5;
margin: 0;
padding-left: 0;
padding-right: 0
}
.node-lg.node-lg-r .list-group-item:last-child {
border: 0
}
.node-lg.node-lg-r .list-group-item .badge {
background: transparent;
color: #383838;
font-size: 14px;
font-weight: 400
}
.bk-node {
background: #fff;
padding: 21px
}
.bk-node .page-header h2 {
margin: 0;
padding: 0;
font-size: 153.84615%;
color: #545454
}
.bk-node .bk-content p {
text-align: justify;
margin: 0 0 1em
}
.btn-g-ua {
border-spacing: 7px 3px
}
.btn-g-ua a {
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
padding: 10px 10px;
background-color: #fff;
border-color: #ddd
}
.btn-g-ua a, .btn-g-ua a:visited {
color: #414042
}
.btn-g-ua a:hover, .btn-g-ua a:focus, .btn-g-ua a:active, .btn-g-ua a.active {
color: #fff;
background-color: #10d5f2;
border-color: #10d5f2
}
.btn-g-ua a .fa {
margin: 0 7px 0 0;
position: relative;
top: 0
}
.btn-g-ua a.btn-favorites .fa {
background-position: 0 -148px;
width: 16px;
height: 15px
}
.btn-g-ua a.btn-favorites:hover .fa, .btn-g-ua a.btn-favorites:focus .fa, .btn-g-ua a.btn-favorites:active .fa, .btn-g-ua a.btn-favorites.active .fa {
background-position: 0 -213px
}
.btn-g-ua a.btn-ef .fa {
background-position: 0 -278px;
width: 18px;
height: 14px
}
.btn-g-ua a.btn-ef:hover .fa, .btn-g-ua a.btn-ef:focus .fa, .btn-g-ua a.btn-ef:active .fa, .btn-g-ua a.btn-ef.active .fa {
background-position: 0 -342px
}
.btn-g-ua a.share .fa {
background-position: 0 -406px;
width: 20px;
height: 15px
}
.btn-g-ua a.share:hover .fa, .btn-g-ua a.share:focus .fa, .btn-g-ua a.share:active .fa, .btn-g-ua a.share.active .fa {
background-position: 0 -471px
}
.btn-g-ua a.print .fa {
background-position: 0 -536px;
width: 19px;
height: 16px
}
.btn-g-ua a.print:hover .fa, .btn-g-ua a.print:focus .fa, .btn-g-ua a.print:active .fa, .btn-g-ua a.print.active .fa {
background-position: 0 -602px
}
.btn-video {
background-position: 60px 0;
padding-top: 30px;
line-height: 1
}
.btn-video, .btn-video:visited {
color: #8b8b8b
}
.btn-video:active, .btn-video:hover, .btn-video:focus {
color: #10d5f2;
background-position: 60px -74px
}
.btn-map {
background-position: 0 -668px;
width: 20px;
height: 27px;
line-height: 1;
text-indent: -9999em
}
.btn-map:active, .btn-map:hover, .btn-map:focus, .btn-map.active {
background-position: 0 -745px
}
.btn-fav {
font-size: 24px;
padding: 0;
line-height: 1;
margin: 0 0 0 7px
}
.btn-fav.btn-in-favorites, .btn-fav:active, .btn-fav:hover, .btn-fav:focus {
color: #10d5f2
}
.btn-node-sale-type {
text-align: left;
padding: 0;
height: 40px;
line-height: 40px;
border: 0;
background: url("../images/bg/arrow-w.png") repeat-x 0 0;
text-transform: uppercase;
font-weight: 300;
font-size: 14px
}
.btn-node-sale-type .fa {
padding: 0 35px 0 15px;
height: 40px;
font-size: 28px;
float: left;
display: block;
line-height: 40px;
background: transparent url("../images/bg/arrow.png") no-repeat 100% 50%;
min-width: 70px;
margin: 0 15px 0 0;
top: 0;
color: #fff
}
.condo-np {
margin: 10px 0 0
}
.condo-np > li > a {
background-position: 0 -164px;
padding: 2px 0 2px 40px;
margin: 0 30px 0 0;
line-height: 1.25;
font-size: 12px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
text-transform: none
}
.condo-np > li > a, .condo-np > li > a:visited {
color: #464646
}
.condo-np > li > a:active, .condo-np > li > a:hover, .condo-np > li > a:focus {
background-color: transparent;
color: #10d5f2
}
.condo-np > li > a.cst {
background-position: 0 -244px;
margin: 0
}
.c-np-j > li > a {
background: transparent url("../images/bg/btn-bg.png") repeat-x 0 0;
border: 0;
text-transform: uppercase;
font-size: 14px
}
.c-np-j > li > a, .c-np-j > li > a:visited {
color: #fff
}
.c-np-j > li .badge {
background-color: #fff;
color: #10d5f2;
font-weight: bold;
padding: .35em 10px;
font-size: 16px
}
.c-np-j.nav-justified {
border-spacing: 7px 0
}
.ib-content {
position: relative
}
.list-amt > li {
line-height: 1.5em;
padding-left: 20px;
padding-right: 20px;
background: url("../images/icons/list_dot.gif") no-repeat 0 50%
}
.node-btn-g > .btn {
border-color: #ddd;
color: #8b8b8b;
text-transform: uppercase;
line-height: 1.25;
font-size: 12px;
background-color: #fff;
padding: 6px 10px
}
.node-btn-g > .btn .cnt {
color: #07b7d1;
font-size: 32px;
line-height: 1
}
.node-btn-g > .btn:not(:first-child):not(:last-child) {
border-left: 0;
border-right: 0
}
.node-btn-g > .btn:first-child {
border-left: 0
}
.node-btn-g > .btn:last-child {
border-right: 0
}
.node-btn-g > .btn:hover, .node-btn-g > .btn:focus, .node-btn-g > .btn:active {
background-color: #f5f5f5
}
.node-btn-g.p-btn-g > .btn {
border-bottom: 0 none
}
.btn-g-wr {
margin: 0 -5px 0 -4px
}
.btn-g-wr.p-btn-g-wr {
margin: 0 -4px -4px -4px
}
.row-node-view .ym-gbox-left, .row-node-view .ym-gbox-right {
background-color: #fff;
border: solid 1px #eee;
-webkit-box-shadow: #eee 0 0 10px;
-moz-box-shadow: #eee 0 0 10px;
box-shadow: #eee 0 0 10px
}
.row-node-view .ym-gbox-left {
padding-right: 0;
margin-right: 10px
}
.row-node-view .ym-gbox-right {
padding-left: 0;
margin-left: 10px
}
.row-node-view .ym-gbox-inner {
padding: 10px
}
.dgt-pgn > li > a:active, .dgt-pgn > li > a:hover, .dgt-pgn > li > a:focus {
color: #10d5f2;
background-color: #f5f5f5
}
@media (min-width: 768px) {
#sidebar-wrapper {
width: 330px;
padding: 20px 0 72px 0
}
#sidebar-wrapper .mCSB_container {
margin-right: 20px
}
#sidebar-wrapper .mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #10d5f2
}
}
#sidebar-wrapper {
background-color: #fff
}
#listings-view {
padding: 0
}
.list-view-tc {
background: transparent
}
.list-view-mode {
margin: 0 10px 0 0;
border-bottom: 0
}
.list-view-mode > li {
border: 0;
text-transform: uppercase;
font-size: 11px;
font-weight: bold
}
.list-view-mode > li > a {
padding: 0 20px 0 20px;
background-color: #5d5d5d;
border: 0;
margin: 0 2px 0 0;
height: 40px;
line-height: 40px
}
.list-view-mode > li > a.with-icon {
padding: 0 15px 0 45px;
background-color: #5d5d5d
}
.list-view-mode > li > a, .list-view-mode > li > a:visited {
color: #fff
}
.list-view-mode > li > a:hover, .list-view-mode > li > a:active, .list-view-mode > li > a:focus {
color: #1ec5e2;
background-color: #5d5d5d
}
.list-view-mode > li.active > a, .list-view-mode > li.active > a:hover, .list-view-mode > li.active > a:focus {
border: 0;
color: #10d5f2;
background-color: #5d5d5d
}
.list-view-mode > li.grid > a {
background-position: 15px -1420px
}
.list-view-mode > li.active.grid > a, .list-view-mode > li.grid > a:hover, .list-view-mode > li.grid > a:focus, .list-view-mode > li.grid > a:active {
background-position: 15px -1486px
}
.list-view-mode > li.list > a {
background-position: 15px -1552px
}
.list-view-mode > li.active.list > a, .list-view-mode > li.list > a:hover, .list-view-mode > li.list > a:focus, .list-view-mode > li.list > a:active {
background-position: 15px -1618px
}
.list-view-mode > li.map > a {
background-position: 15px -1684px
}
.list-view-mode > li.active.map > a, .list-view-mode > li.map > a:hover, .list-view-mode > li.map > a:focus, .list-view-mode > li.map > a:active {
background-position: 15px -1752px
}
#loader-wrapper {
width: 100%;
height: 100%;
left: 0;
top: 0;
margin: 0;
padding: 0;
background: #fff;
z-index: 992;
overflow-y: hidden !important;
filter: alpha(opacity=60);
opacity: .6
}
#loader-wrapper > .container-fluid {
position: relative;
height: 100%
}
#loader-wrapper > .container-fluid img {
position: absolute;
left: 50%;
top: 50%;
margin-left: -32px;
margin-top: -32px
}
.glyphicon-gm {
width: 32px;
height: 32px;
left: 50%;
top: 50%;
margin-left: -32px;
margin-top: -32px;
position: absolute;
background: url("../images/icons/loader-cl-t.gif") no-repeat 0 0;
z-index: 99
}
#rt-maintop {
background-color: #545454;
line-height: 1;
min-height: 40px
}
#list-sortby {
margin: 0
}
#list-sortby li {
color: #fff
}
.list-sortby > li.cnt-r {
line-height: 38px
}
.list-sortby .bootstrap-select.form-control:not([class*="span"]) {
width: 217px
}
.list-sortby .bootstrap-select.form-control {
background: #656565;
height: 40px
}
.list-sortby .bootstrap-select.open .dropdown-toggle.btn-default {
color: #fff;
background-color: transparent;
border: 0
}
.list-sortby .btn-default {
font-weight: normal;
cursor: pointer;
border: 0;
color: #fff;
padding: 11px 30px 11px 12px
}
.list-sortby .btn-default, .list-sortby .btn-default:active, .list-sortby .btn-default[disabled], fieldset[disabled] .list-sortby .btn-default {
background-color: transparent
}
.list-sortby .btn-default, .list-sortby .btn-default:hover, .list-sortby .btn-default:focus, .list-sortby .btn-default:active {
border-color: transparent
}
.list-sortby .btn-default:hover, .list-sortby .btn-default:focus {
color: #fff;
text-decoration: none;
background-color: transparent
}
.list-sortby .btn-default .filter-option {
width: 160px
}
.list-sortby .btn-default .caret {
border-top: 10px solid #10d5f2;
border-right: 8px solid transparent;
border-left: 8px solid transparent;
border-bottom: 0 dotted;
margin-top: -4px
}
#list-sortby .bootstrap-select .btn:focus {
outline: 0 none !important
}
.pn-search .panel-heading {
padding: 0 0 10px
}
.pn-search .panel-title {
color: #10d5f2;
text-align: center;
text-transform: uppercase;
font-weight: 500;
font-family: "Roboto", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.pn-search .panel-body {
padding: 0
}
.pn-search .badge, .pn-adv-s .badge {
padding: 5px 10px;
font-size: 11px;
background-color: #848484;
letter-spacing: .0125em
}
.pn-search .badge, .pn-search .badge small, .pn-adv-s .badge, .pn-adv-s .badge small {
font-size: 11px;
font-weight: 500
}
.pn-adv-s {
margin-bottom: 0
}
.pn-adv-s > .panel-heading {
background-color: #fff;
border-bottom: 0
}
.pn-slider .panel-heading {
padding: 15px 15px 0
}
.pn-slider .panel-heading .panel-title {
text-align: center;
text-transform: uppercase;
font-weight: 500;
font-size: 13px
}
.pn-slider .panel-body {
padding: 15px 30px 15px 20px
}
.dgt-ajax-modal .modal-header h3, .dgt-modal-login .modal-header h3 {
margin: 0;
padding: 0;
font-size: 18px
}
.dgt-ajax-modal .modal-body, .dgt-modal-login .modal-body {
padding-bottom: 0
}
.dgt-modal-login .form-group:last-child {
margin-bottom: 0
}
.dgt-modal-login ul.u-l-a li {
color: #999
}
.dgt-modal-login ul.u-l-a li a, .dgt-modal-login ul.u-l-a li a:visited {
color: #999
}
.dgt-modal-login ul.u-l-a li a:hover, .dgt-modal-login ul.u-l-a li a:active, .dgt-modal-login ul.u-l-a li a:focus {
color: #000
}
.ib-content .pull-left.node-image {
width: 275px
}
.ib-content .ajax-loading {
width: 32px;
height: 32px;
left: 50%;
margin-left: -16px;
top: 50%;
margin-top: -16px
}
.ib-content .btn-ib-close {
background-position: 0 -82px;
width: 36px;
height: 32px
}
.ib-content .btn-dt {
background-position: 0 0;
width: 122px;
height: 32px
}
.ib-content .media-body {
font-size: 12px
}
.ib-content .list-group {
margin: 0
}
.ib-content .list-group .list-group-item {
padding: .5em .5em
}
.ib-content .media-heading {
margin: 0 0 7px;
padding: 0;
line-height: 1
}
.ib-content .media-heading, .ib-content .media-heading a, .ib-content .media-heading a:visited {
color: #10d5f2;
font-size: 22px
}
.ib-content .media > .pull-left {
margin-right: 15px;
border: solid 1px #e5e5e5;
padding: 1px
}
.thumbnail.page-th {
background-color: #fff;
padding: 1.5em
}
.tab-condo-content {
padding: .75em 0 0
}
.tab-condo-content .panel-body {
padding: 0
}
.condo-pg .panel-heading {
padding: 0
}
.condo-pg .panel-heading .btn {
text-align: left
}
.condo-pg .panel-body {
padding: .5em 0 0
}
.condo-pg .panel-default {
border: 0 transparent
}
.condo-pg .panel-default > .panel-heading {
background-color: transparent
}
.condo-pg .list-group {
margin: 0
}
.condo-pg .panel-title a {
font-size: 153.84615%;
line-height: 1
}
.condo-pg .panel-title a, .condo-pg .panel-title a:visited {
color: #10d5f2
}
.r-lg .list-group-item {
border: 0 transparent;
position: relative;
zoom: 1;
padding: .25em 0
}
.r-lg .list-group-item.active, .r-lg .list-group-item:active, .r-lg .list-group-item:hover, .r-lg .list-group-item:focus {
background-color: transparent;
border: 0;
color: #10d5f2
}
.gtooltip {
max-width: 450px;
padding: 0
}
.gtooltip .popover {
position: relative;
left: 0;
top: 0;
max-width: none;
width: 320px
}
.dgt-popover .media-list {
margin: 0
}
.dgt-popover .media-list > li > .pull-left {
width: 90px;
border: solid 1px #ddd;
padding: 1px
}
.dgt-popover .media-body {
font-size: 13px
}
.dgt-popover .node-grid .price {
font-size: 13px
}
.dgt-popover .sm {
color: #777
}
#rt-showcase .home-jumbotron {
margin: 0;
padding: 20px 0
}
.home-jumbotron {
background-color: transparent;
text-align: center
}
.home-jumbotron h1 {
font-size: 28px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 300
}
.home-jumbotron h1 .fa {
position: relative;
top: -10px;
font-size: 7px
}
.home-jumbotron h1 .fa-quote-left {
margin-right: 2px;
top: -12px
}
.home-jumbotron h1 .fa-quote-right {
margin-left: 4px
}
.home-jumbotron p {
font-size: 13px;
margin: 0
}
.carou-r .thumbnail {
background-color: #10d5f2
}
.carou-r h3 {
font-size: 15px;
font-weight: bold;
text-align: center
}
.carou-r h3 a {
color: #fff
}
.carou-r h3 a:active, .carou-r h3 a:hover, .carou-r h3 a:focus {
color: #000
}
.th-hs .node-title {
display: block
}
.nav-rch > li {
border-bottom: solid 1px #eee;
line-height: 1;
text-transform: uppercase;
font-size: 13px
}
.nav-rch > li > a {
border: 0;
padding: .75em 0
}
.nav-rch > li > a, .nav-rch > li > a:visited {
color: #777
}
.nav-rch > li > a:active, .nav-rch > li > a:hover, .nav-rch > li > a:focus, .nav-rch > li > a.active {
color: #10d5f2;
background-color: transparent
}
.nav-rch > li:first-child > a {
padding-top: 0
}
.nav-rch > li:last-child {
border-bottom: 0
}
.nav-rch > li > ul {
margin: 5px 0 0 10px
}
.nav-rch.nav-stacked > li {
margin-top: 0;
margin-bottom: -1px
}
.nav-rch.nav-cms > li > a, .nav-rch.nav-cms > li > a:visited {
color: #444
}
.nav-rch.nav-cms > li > a:active, .nav-rch.nav-cms > li > a:hover, .nav-rch.nav-cms > li > a:focus, .nav-rch.nav-cms > li > a.active {
color: #999
}
.bk-nav-rch h3 {
color: #10d5f2;
text-transform: uppercase;
font-size: 18px;
font-weight: 500
}
.pn-nav-rch .panel-heading {
padding: 0 0 15px;
line-height: 1
}
.pn-nav-rch .panel-title {
color: #10d5f2;
text-transform: uppercase;
font-size: 18px;
font-weight: 500
}
.pn-nav-rch .panel-body {
padding: 0
}
.pn-nav-rch.pn-cms .panel-title {
color: #444;
font-weight: 500
}
.bdg-reset {
background-color: transparent;
color: #444
}
.maintop-title {
margin: 0;
padding: 0;
color: #fff;
font-weight: 400;
font-size: 18px
}
.maintop-title, .r-cnt {
height: 40px;
line-height: 40px
}
.modal-backdrop, .modal-backdrop.fade.in {
background: black url(../images/jquery-ui/ui-bg_diagonals-small_7_000000_40x40.png) 50% 50% repeat;
opacity: .8;
filter: alpha(opacity=80)
}
.list-single {
margin: 0 0 0 20px
}
.list-single > li {
height: 40px;
line-height: 40px;
color: #fff;
background: #656565;
padding: 0 30px
}
.modal-backdrop.lp-wrapper, .modal-backdrop.lp-wrapper.in {
width: 100%;
height: 100%;
min-height: 100%;
opacity: .7;
filter: alpha(opacity=70);
background: #fff
}
.bootbox-body {
padding: 1em 0 0
}
.modal-backdrop.mb-gray {
background-color: #000
}
.mb-gray.fade.in {
background-color: #000
}
.cnt-ri {
color: #fff;
margin-left: -2px;
margin-right: -2px
}
.cnt-ri > div {
padding-left: 2px;
padding-right: 2px;
margin-bottom: 4px
}
.cnt-ri .btn-block {
background-color: #10d5f2;
padding: .36em 0;
line-height: 1;
text-transform: uppercase
}
.cnt-ri .btn-block:active, .cnt-ri .btn-block:hover, .cnt-ri .btn-block:focus {
background-color: #1ec5e2
}
.cnt-ri a {
border: 0
}
.cnt-ri a, .cnt-ri a:visited {
color: #fff
}
.cnt-ri a:active, .cnt-ri a:hover, .cnt-ri a:focus {
color: #fff
}
.cnt-ri .badge {
background: transparent;
padding: 0;
top: 0;
font-size: 10px;
line-height: 1.25;
font-weight: normal
}
.cnt-ri .badge.cnt {
font-size: 24px;
font-weight: 400;
margin: 0 7px 0 0
}
.cnt-ri .label {
padding: 0;
font-size: 10px;
text-transform: uppercase;
line-height: 1
}
.cnt-ri .label.label-cp {
background: #000;
padding: 1.5em 0;
width: 100%
}
.media-cnt {
position: relative
}
.media-cnt .node-image {
display: block;
width: 360px;
height: 160px
}
.site-content .th-cms {
max-width: 868px;
margin: 15em auto 0;
padding: 2em;
border: 0;
background-color: #fff;
-webkit-box-shadow: #ddd 0 0 3px;
-moz-box-shadow: #ddd 0 0 3px;
box-shadow: #ddd 0 0 3px
}
.jumbotron.stc {
background-color: #fff;
padding: 0;
-webkit-box-shadow: #ddd 0 0 2px;
-moz-box-shadow: #ddd 0 0 2px;
box-shadow: #ddd 0 0 2px
}
.jumbotron.stc > .container {
padding: 26px 26px 1.5em;
width: auto;
max-width: 100%
}
.jumbotron p {
text-align: justify;
line-height: 1.66
}
.jumbotron p.ta-c {
text-align: center
}
span.edit-link {
display: none
}
.com-row .thumbnail {
padding: 0;
border: 0;
background-color: transparent
}
.com-row .caption {
padding-bottom: 0
}
.com-row h2 {
margin: 0 0 10px;
padding: 0;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
text-align: center
}
.com-row h2 small {
text-transform: none;
font-size: 14px
}
.rt-contact .rt-alpha .ym-gbox-left {
padding-right: 0
}
.rt-contact .rt-omega .ym-gbox-right {
padding-left: 0;
background-color: #f2f2f2
}
.rt-contact .ym-gbox-inner {
padding: 2em 2em 0
}
.list-social.list-cnt-sm {
margin: 15px 0 0
}
.list-social.list-cnt-sm li a {
background-image: url("../images/sprites/csg-537506982a120.png");
width: 66px;
height: 65px;
margin: 0 0 7px 7px
}
.list-social.list-cnt-sm li a.face {
background-position: 0 0
}
.list-social.list-cnt-sm li a.face:active, .list-social.list-cnt-sm li a.face:hover, .list-social.list-cnt-sm li a.face:focus {
background-position: 0 -115px
}
.list-social.list-cnt-sm li a.twitter {
background-position: 0 -230px
}
.list-social.list-cnt-sm li a.twitter:active, .list-social.list-cnt-sm li a.twitter:hover, .list-social.list-cnt-sm li a.twitter:focus {
background-position: 0 -345px
}
.list-social.list-cnt-sm li a.in {
background-position: 0 -460px
}
.list-social.list-cnt-sm li a.in:active, .list-social.list-cnt-sm li a.in:hover, .list-social.list-cnt-sm li a.in:focus {
background-position: 0 -575px
}
.list-social.list-cnt-sm li a.youtube {
background-position: 0 -690px
}
.list-social.list-cnt-sm li a.youtube:active, .list-social.list-cnt-sm li a.youtube:hover, .list-social.list-cnt-sm li a.youtube:focus {
background-position: 0 -805px
}
.list-social.list-cnt-sm li a.google {
background-position: 0 -920px
}
.list-social.list-cnt-sm li a.google:active, .list-social.list-cnt-sm li a.google:hover, .list-social.list-cnt-sm li a.google:focus {
background-position: 0 -1035px
}
.list-social.list-cnt-sm li a.pinterest {
background-position: 0 -1150px
}
.list-social.list-cnt-sm li a.pinterest:active, .list-social.list-cnt-sm li a.pinterest:hover, .list-social.list-cnt-sm li a.pinterest:focus {
background-position: 0 -1265px
}
.nav-with-us.nav-justified {
margin: 0 0 1px
}
.nav-with-us.nav-justified > li {
font-size: 16px;
text-transform: uppercase;
font-weight: 500
}
.nav-with-us.nav-justified > li > a {
background-color: #fff;
border: 0;
color: #999
}
.nav-with-us.nav-justified > li > a:hover, .nav-with-us.nav-justified > li > a:focus {
text-decoration: none;
border-color: transparent;
border: 0;
background-color: #fff;
color: #444
}
.nav-with-us.nav-justified > li:first-child > a {
margin-right: 1px
}
.nav-with-us.nav-justified > li:last-child > a {
margin-left: 1px
}
.nav-with-us.nav-justified > .active > a, .nav-with-us.nav-justified > .active > a:hover, .nav-with-us.nav-justified > .active > a:focus {
border-bottom-color: transparent;
border: 0;
background-color: #fff;
color: #10d5f2
}
form.with-us label.control-label {
padding-top: 0;
margin-bottom: 7px
}
.list-user {
margin-bottom: 0
}
.list-user > li {
display: inline;
text-transform: uppercase;
font: 500 11px/1.25 "Roboto", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: .03125em;
padding: 0
}
.list-user > li > a, .list-user > li > span {
display: block;
float: left;
color: #bbb;
padding: .25em .35em;
position: relative;
top: 7px
}
.list-user > li > a:active, .list-user > li > a:hover, .list-user > li > a:focus {
color: #fff
}
.th-slider {
background-color: #10d5f2;
border: 0
}
.th-slider .node-image {
position: relative;
height: auto;
padding-bottom: 65%;
margin: 0;
display: block
}
.th-slider .caption h3 {
margin: 0;
padding: 0;
text-align: center;
font-size: 14px;
font-weight: 500;
font-family: "Roboto", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: .03125em
}
.th-slider .caption h3 a {
color: #fff
}
.th-slider .caption h3 a:hover, .th-slider .caption h3 a:focus, .th-slider .caption h3 a.active {
color: #fff
}
.th-slider.over {
background-color: #00bada
}
.frm-fn {
margin: 0 0 10px
}
.frm-fn.form-inline .form-control.input-xs {
height: auto;
line-height: 1.5;
border-radius: 3px;
padding: .25em 5px;
font-size: 12px
}
.frm-fn .btn-xs {
padding: .25em 10px
}
.pn-testimonials .panel-body {
text-align: center
}
.pn-testimonials .panel-body p {
text-align: justify
}
#ts-carousel-pg {
display: inline-block !important;
margin: 1em 0 0
}
.list-c-pg > li {
padding: 0;
display: inline
}
.list-c-pg > li > a {
float: left;
display: block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
width: 10px;
height: 10px;
text-indent: -9999em;
background-color: #ccc;
margin: 0 .25em
}
.list-c-pg > li > a:hover, .list-c-pg > li > a:active, .list-c-pg > li > a:focus, .list-c-pg > li.selected > a {
background-color: #000
}
.private-listings .headline-pvl {
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
color: #4a4a4a
}
.private-listings .jumbotron.stc {
margin: 6em auto 0
}
.tb-node {
background-color: transparent;
border-collapse: separate;
border-spacing: 2px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif
}
.tb-node .badge {
background: transparent;
padding: 0;
color: #444;
font-weight: normal;
margin: 0 0 0 20px;
color: #008000
}
.tb-node .badge .fa {
position: relative;
top: -3px;
color: #10d5f2;
display: none
}
.tb-node .badge.down {
color: #ff8282
}
.tb-node .badge.down .fa {
color: #ff8282
}
.tb-node thead > tr > th, .tb-node thead > tr > td, .tb-node tbody > tr > th, .tb-node tbody > tr > td, .tb-node tfoot > tr > th, .tb-node tfoot > tr > td {
border-top: 0
}
.tb-node thead > tr > th {
border-bottom: 0
}
.tb-node caption {
border-bottom: solid 1px #e4e4e4;
padding: 0 0 10px;
font-size: 16px;
text-align: left;
font-family: "Roboto", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 500
}
.tb-node thead > tr > td.active, .tb-node thead > tr > th.active, .tb-node thead > tr.active > td, .tb-node thead > tr.active > th, .tb-node tbody > tr > td.active, .tb-node tbody > tr > th.active, .tb-node tbody > tr.active > td, .tb-node tbody > tr.active > th, .tb-node tfoot > tr > td.active, .tb-node tfoot > tr > th.active, .tb-node tfoot > tr.active > td, .tb-node tfoot > tr.active > th {
background-color: #fff
}
.tb-node.table-hover > tbody > tr.over > td, .tb-node.table-hover > tbody > tr.over > th, .tb-node.table-hover > tbody > tr:hover > td, .tb-node.table-hover > tbody > tr:hover > th {
background-color: #10d5f2;
cursor: pointer
}
.tb-node.table-hover > tbody > tr.over > td, .tb-node.table-hover > tbody > tr.over > td a, .tb-node.table-hover > tbody > tr.over > td a:visited, .tb-node.table-hover > tbody > tr.over > td .badge, .tb-node.table-hover > tbody > tr.over > th, .tb-node.table-hover > tbody > tr.over > th a, .tb-node.table-hover > tbody > tr.over > th a:visited, .tb-node.table-hover > tbody > tr.over > th .badge, .tb-node.table-hover > tbody > tr:hover > td, .tb-node.table-hover > tbody > tr:hover > td a, .tb-node.table-hover > tbody > tr:hover > td a:visited, .tb-node.table-hover > tbody > tr:hover > td .badge, .tb-node.table-hover > tbody > tr:hover > th, .tb-node.table-hover > tbody > tr:hover > th a, .tb-node.table-hover > tbody > tr:hover > th a:visited, .tb-node.table-hover > tbody > tr:hover > th .badge {
color: #fff
}
.tb-node.table-condensed thead > tr > th, .tb-node.table-condensed thead > tr > td, .tb-node.table-condensed tbody > tr > th, .tb-node.table-condensed tbody > tr > td, .tb-node.table-condensed tfoot > tr > th, .tb-node.table-condensed tfoot > tr > td {
padding: 1em 1.5em
}
.tb-node.table-condensed thead > tr > th, .tb-node.table-condensed thead > tr > td {
padding: .5em 1.5em;
text-transform: uppercase;
font-weight: 500;
text-align: center;
font-family: "Roboto", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.tb-node.table-condensed tbody > tr > th, .tb-node.table-condensed tbody > tr > td {
text-align: center
}
.tb-node.table-condensed tbody > tr > th.text-left, .tb-node.table-condensed tbody > tr > td.text-left {
text-align: left
}
.tb-node .table {
background-color: #f1f1f1
}
.btn-sort {
padding: 0;
border: 0;
margin: 0 0 0 7px;
position: relative
}
.btn-sort .fa-sort-desc {
top: 7px
}
.btn-sort .fa {
font-size: 16px;
position: relative
}
.btn-sort:active .fa, .btn-sort:hover .fa, .btn-sort:focus .fa {
color: #10d5f2
}
.row-fp .thumbnail {
border: 0;
padding: 0;
background: #fff
}
.row-fp .node-image {
position: relative;
height: auto;
padding: 1px 1px 56.5%;
margin-bottom: 20px;
border: solid 1px #ddd
}
.row-fp .node-image:hover, .row-fp .node-image:active, .row-fp .node-image:focus {
border: solid 1px #ddd
}
.row-fp .node-image .fa {
position: absolute;
left: 50%;
top: 50%;
font-size: 24px;
color: #fff;
margin-left: -11px;
margin-top: -12px
}
.row-fp .mask {
background-color: #10d5f2;
width: 100%;
height: 100%;
z-index: 1000;
left: 0;
top: 0;
display: block;
filter: alpha(opacity=70);
opacity: .7
}
.mfp-zoom-in .mfp-with-anim {
opacity: 0;
transition: all .2s ease-in-out;
transform: scale(0.8)
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
transition: all .3s ease-out
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity: 1;
transform: scale(1)
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: .8
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
transform: scale(0.8);
opacity: 0
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0
}
.mfp-zoom-out .mfp-with-anim {
opacity: 0;
transition: all .3s ease-in-out;
transform: scale(1.3)
}
.mfp-zoom-out.mfp-bg {
opacity: 0;
transition: all .3s ease-out
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
opacity: 1;
transform: scale(1)
}
.mfp-zoom-out.mfp-ready.mfp-bg {
opacity: .8
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
transform: scale(1.3);
opacity: 0
}
.mfp-zoom-out.mfp-removing.mfp-bg {
opacity: 0
}
.jqplot-data-label {
color: #fff;
font-size: 14px;
text-shadow: 0 1px 1px #005587;
width: 48px
}
#condo-cp {
width: 280px;
line-height: 1
}
#report-sale-rent {
left: 330px;
top: 102px;
z-index: 99;
min-width: 250px;
margin-top: 20px
}
#report-sale-rent .sp-number, #report-sale-rent .sp-label {
height: 26px;
line-height: 26px
}
#report-sale-rent .sp-number {
width: 25px;
background: #1dceff;
color: #fff;
text-align: center;
margin: 0 11px 0 0
}
#report-sale-rent .sp-label {
color: #949494
}
#report-sale-rent ul {
padding: 0;
margin: 0
}
#report-sale-rent ul li {
padding-bottom: 5px;
line-height: 32px;
color: #949494
}
#report-sale-rent ul li.of {
color: #10d5f2
}
#report-sale-rent .badge {
background: #1dceff;
padding: 10px;
margin-right: 10px;
min-width: 45px;
text-align: center
}
#report-sale-rent .badge.rent {
background: #4fdcff
}
.avg-for-price {
font-size: 20px;
line-height: 1.35;
font-weight: 300;
color: #999
}
.avg-for-price span {
color: #10d5f2;
font-size: 18px
}
.pn-sh .panel-title {
color: #949494
}
ul.sales-history li.item {
background: #e7e7e4;
line-height: 1;
height: 23px;
margin: 0 0 11px
}
ul.sales-history li.item {
width: 263px;
color: #949494
}
ul.sales-history .sp-label, ul.sales-history .for-sold, ul.sales-history .sp-total {
height: 23px;
line-height: 23px
}
ul.sales-history .sp-label {
background: #fff;
width: 62px;
text-align: center
}
ul.sales-history .sp-total, ul.sales-history .for-sold {
padding: 0 7px
}
ul.sales-history .for-sold {
background: #1dceff;
color: #fff
}
ul.sales-history .sp-total {
color: #666
}
.user-tab-c {
padding: 1.5em 0
}
.dgt-pgn .glyphicon {
background-image: url("../images/sprites/csg-5251e8babd7fa.png");
background-repeat: no-repeat;
background-position: 0 0;
width: 7px;
height: 9px;
padding: 0;
position: relative;
top: 6px
}
.dgt-pgn > li > a {
cursor: pointer
}
#recaptcha_area {
float: right;
margin-right: 1em;
margin-bottom: 7px
}
#recaptcha_privacy {
display: none;
width: 0;
height: 0;
line-height: 0;
font-size: 0
}
#recaptcha_area #recaptcha_response_field {
height: 29px;
border: solid 1px #ddd !important;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
line-height: 20px;
padding-left: 5px !important
}
.pn-request-mi .panel-heading {
padding: 0 0 15px
}
.pn-request-mi .panel-title {
font-size: 18px;
font-weight: 500;
color: #10d5f2
}
.pn-request-mi .panel-body {
padding: 0
}
.pn-request-mi .modal-footer {
padding: 0
}
.pn-request-mi .btn-sb {
font-size: 14px
}
.hentry.page .entry-header .entry-title {
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
margin: 0 0 10px
}
.hentry .side-why-us .panel-title {
font-weight: 600
}
.hentry .side-why-us .panel-heading {
padding: 1em 0 10px
}
.row-gb {
border: solid 1px #ddd;
border-left: 0;
border-right: 0
}
.bed-bath-t {
font-size: 14px;
background-image: url("../images/sprites/csg-51723a538e522.png");
line-height: 34px;
padding-left: 74px;
margin: 0 !important
}
.bed-bath-t.bed-icon {
height: 34px
}
.bed-bath-t.bath-icon {
background-position: 0 -84px;
height: 43px;
line-height: 43px;
padding-left: 70px
}
.bed-bath-t.bed-bath-ot {
background: 0;
padding-left: 0
}
.list-wus {
margin: 7px 0 0 0
}
.list-wus > li {
display: inline;
padding: 0
}
.list-wus > li .sp-cnt {
margin-right: 10px;
padding: 3px 0 0
}
.btn-pm {
border: solid 1px #ddd;
padding: 5px 7px;
margin: 0 0 0 7px;
font-size: 11px;
line-height: 1
}
.btn-pm:hover, .btn-pm:focus, .btn-pm:active {
outline: 0 none;
border-color: #10d5f2;
background-color: #10d5f2;
color: #fff
}
hr.hr-gray {
border-top-color: #ddd
}
.pn-wus {
margin: 0
}
form.with-us {
margin: 1.2em 0 0
}
.bootstrap-select.sl-bs .btn:focus, .bootstrap-select.sl-bs .btn:active {
outline: 0 none !important
}
.bootstrap-select.sl-bs .btn-default:hover, .bootstrap-select.sl-bs .btn-default:focus, .bootstrap-select.sl-bs .btn-default:active, .bootstrap-select.sl-bs .btn-default.active, .bootstrap-select.sl-bs .btn-default .open .dropdown-toggle.btn-default {
background-color: #fff;
border-color: #ddd
}
.bootstrap-select.sl-bs .btn-default:active, .bootstrap-select.sl-bs .btn-default.active, .bootstrap-select.sl-bs .btn-default .open .dropdown-toggle.btn-default {
background-image: none
}
.bootstrap-select.sl-bs .btn-default .caret {
border-top: 6px solid;
border-right: 6px solid transparent;
border-left: 6px solid transparent
}
.bootstrap-select.sl-bs.dropup .btn-default .caret {
border-top: 0;
border-bottom: 6px solid
}
.sl-bs.open .dropdown-toggle {
background-color: transparent;
border-color: #ddd
}
.cnt-i-g > div {
margin: 0 0 7px
}
.cnt-i-g .btn {
border: 0;
position: relative;
zoom: 1;
background: url("../images/bg/arrow-w.png") no-repeat 0 0;
z-index: 1;
padding: 0;
height: 40px;
line-height: 40px;
text-align: left;
text-transform: uppercase;
font-size: 14px
}
.cnt-i-g .btn:before {
content: "";
display: block;
position: absolute;
z-index: -1;
height: 100%;
width: 70px;
background: url("../images/bg/arrow-info.png") no-repeat 0 0
}
.cnt-i-g .badge {
width: 70px;
height: 40px;
line-height: 40px;
padding: 0 0 0 10px;
margin: 0 20px 0 0;
text-align: left;
background: 0;
font-size: 28px;
font-weight: 300
}
.panel-n {
background: transparent
}
.panel-fp .panel-heading, .panel-fp .panel-body {
padding: 0
}
.panel-fp .panel-title {
font-size: 184.61538%;
color: #10d5f2
}
.panel-fp .panel-body {
padding: 7px 0 0
}
html.html-map-search, body.map-search {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden
}
body.map-search .page-container {
height: 100%;
min-height: 100%;
overflow: hidden
}
body.map-search #main {
padding: 0;
position: relative;
width: 100%;
min-width: 100%;
height: 100%;
min-height: 100%
}
body.map-search #container-map {
position: absolute;
width: 100%;
height: 100%;
z-index: 1000;
overflow: hidden;
padding: 0
}
body.map-search #row-map {
width: 100%;
min-width: 100%;
height: 100%;
min-height: 100%;
padding: 0;
margin: 0
}
body.map-search #row-map, body.map-search #row-map .rt-alpha, body.map-search #row-map .rt-omega {
padding-left: 0;
padding-right: 0
}
body.map-search #row-map .rt-omega, body.map-search #row-map .rt-alpha {
height: 100%
}
body.map-search #row-map .rt-omega {
min-height: 100%
}
body.map-search #row-map .rt-alpha {
width: 300px;
float: right;
background: #fff;
overflow-y: auto
}
body.map-search #row-map .rt-omega {
margin-right: 300px;
background-color: #f5f5f5
}
body.map-search #gmap {
position: relative;
width: 100%;
height: 100%
}
body.map-search #filter-scroller {
margin: 10px
}
.map-loader {
width: 48px;
height: 48px;
left: 50%;
top: 50%;
margin-left: -24px;
margin-top: -24px;
background: url("../images/icons/350.gif");
z-index: 1050
}
.hentry.thumbnail {
background-color: #fff;
padding: 1.5em
}
.hentry .entry-title {
margin: 0 0 7px 0;
line-height: 1.25;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 184.61538%
}
.hentry .entry-header .entry-meta {
margin: 0 0 10px
}
.hentry .entry-header .byline {
display: none !important;
visibility: hidden !important
}
.bs_breadcrumb {
background-color: #fff
}
.bs_breadcrumb a.home:before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f015";
margin: 0 7px
}
.widget-area .widget {
margin: 0 0 20px
}
.widget-area .widget-title {
margin: 0 0 15px;
color: #444;
text-transform: uppercase;
font-size: 18px;
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
text-align: center
}
.widget-area .widget ul {
padding-left: 0;
list-style: none;
margin-top: 0;
margin-bottom: 0
}
.widget-area .widget ul li {
line-height: 1.55;
border-bottom: solid 1px #ddd;
padding: 7px 0
}
.widget-area .widget ul li:first-child {
padding-top: 0
}
.widget-area .widget ul li:last-child {
border-bottom: 0;
padding-bottom: 0
}
.pagination-centered {
text-align: center
}
.ig-sg-s .form-control {
background-color: #282828;
color: #fff;
font-weight: 600;
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
border: 1px solid #282828;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
padding: 0 12px;
height: 51px;
line-height: 51px
}
.ig-sg-s .form-control:focus {
border-color: #282828;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none
}
.ig-sg-s .btn {
background: url("../images/si.png") no-repeat center center;
height: 51px;
width: 51px;
padding: 0;
background-color: #282828
}
.ig-sg-s.ig-sg-si .form-control {
height: 40px;
line-height: 40px
}
.ig-sg-s.ig-sg-si .btn {
height: 40px;
width: 40px
}
body.home #main, body.theme-fixed #main {
padding: 0
}
body.home {
background-color: #282828
}
body.residential .entry-title {
color: #10d5f2
}
body.residential .nav-with-us.nav-justified > .active > a, body.residential .nav-with-us.nav-justified > .active > a:hover, body.residential .nav-with-us.nav-justified > .active > a:focus {
color: #10d5f2
}
body.residential .btn-pm:hover, body.residential .btn-pm:focus, body.residential .btn-pm:active {
background-color: #10d5f2;
border-color: #10d5f2
}
body.residential .pn-nav-rch .panel-title {
color: #10d5f2
}
body.residential .node-grid .price {
color: #10d5f2
}
body.residential .sg-menu.sg-rch > li > a:active, body.residential .sg-menu.sg-rch li.current-page-ancestor > a {
color: #10d5f2
}
body.commercial .btn-g-search > .btn:active, body.commercial .btn-g-search > .btn:hover, body.commercial .btn-g-search > .btn:focus, body.commercial .btn-g-search > .btn.active {
color: #ff008a
}
body.commercial #footer {
border-top-color: #ff008a
}
body.commercial .bk-nav-rch h3, body.commercial .sn-help {
color: #ff008a
}
body.commercial .nav-rch > li > a:active, body.commercial .nav-rch > li > a:hover, body.commercial .nav-rch > li > a:focus, body.commercial .nav-rch > li > a.active {
color: #ff008a
}
body.commercial .pn-nav-rch .panel-title {
color: #ff008a
}
body.commercial.home .th-slider, body.commercial .rt-commercial .th-slider {
background-color: #ff008a
}
body.commercial.home .th-slider.over, body.commercial .rt-commercial .th-slider.over {
background-color: #cc006e
}
body.commercial .entry-title {
color: #ff008a
}
body.commercial .nav-with-us.nav-justified > .active > a, body.commercial .nav-with-us.nav-justified > .active > a:hover, body.commercial .nav-with-us.nav-justified > .active > a:focus {
color: #ff008a
}
body.commercial .btn-pm:hover, body.commercial .btn-pm:focus, body.commercial .btn-pm:active {
background-color: #ff008a;
border-color: #ff008a
}
body.commercial .node-grid .price {
color: #ff008a
}
body.commercial .sg-menu.sg-rch > li > a:active, body.commercial .sg-menu.sg-rch li.current-page-ancestor > a {
color: #ff008a
}
body.hospitality .btn-g-search > .btn:active, body.hospitality .btn-g-search > .btn:hover, body.hospitality .btn-g-search > .btn:focus, body.hospitality .btn-g-search > .btn.active {
color: #cd45ef
}
body.hospitality #footer {
border-top-color: #cd45ef
}
body.hospitality .bk-nav-rch h3, body.hospitality .sn-help {
color: #cd45ef
}
body.hospitality .nav-rch > li > a:active, body.hospitality .nav-rch > li > a:hover, body.hospitality .nav-rch > li > a:focus, body.hospitality .nav-rch > li > a.active {
color: #cd45ef
}
body.hospitality .pn-nav-rch .panel-title {
color: #cd45ef
}
body.hospitality.home .th-slider, body.hospitality .rt-hospitality .th-slider {
background-color: #cd45ef
}
body.hospitality.home .th-slider.over, body.hospitality .rt-hospitality .th-slider.over {
background-color: #b925b1
}
body.hospitality .entry-title {
color: #cd45ef
}
body.hospitality .nav-with-us.nav-justified > .active > a, body.hospitality .nav-with-us.nav-justified > .active > a:hover, body.hospitality .nav-with-us.nav-justified > .active > a:focus {
color: #cd45ef
}
body.hospitality .btn-pm:hover, body.hospitality .btn-pm:focus, body.hospitality .btn-pm:active {
background-color: #cd45ef;
border-color: #cd45ef
}
body.hospitality .node-grid .price {
color: #cd45ef
}
body.hospitality .sg-menu.sg-rch > li > a:active, body.hospitality .sg-menu.sg-rch li.current-page-ancestor > a {
color: #cd45ef
}
.rt-residential .th-slider {
background-color: #10d5f2
}
.rt-residential .th-slider.over {
background-color: #00bada
}
.rt-commercial .th-slider {
background-color: #ff008a
}
.rt-commercial .th-slider.over {
background-color: #cc006e
}
.rt-hospitality .th-slider {
background-color: #cd45ef
}
.rt-hospitality .th-slider.over {
background-color: #b925b1
}
#menu-main.list-r > li.current-page-ancestor > a, #menu-main.list-c > li.current-page-ancestor > a, #menu-main.list-h > li.current-page-ancestor > a {
color: #bbb
}
#menu-main.list-r > li.class-r.current-page-ancestor > a:hover, #menu-main.list-c > li.class-r.current-page-ancestor > a:hover, #menu-main.list-h > li.class-r.current-page-ancestor > a:hover {
color: #10d5f2
}
#menu-main.list-r > li.class-c.current-page-ancestor > a:hover, #menu-main.list-c > li.class-c.current-page-ancestor > a:hover, #menu-main.list-h > li.class-c.current-page-ancestor > a:hover {
color: #ff008a
}
#menu-main.list-r > li.class-h.current-page-ancestor > a:hover, #menu-main.list-c > li.class-h.current-page-ancestor > a:hover, #menu-main.list-h > li.class-h.current-page-ancestor > a:hover {
color: #cd45ef
}
#menu-main.list-r > li.class-r.active > a, #menu-main.list-r li.class-r.active > a:hover {
color: #10d5f2
}
#menu-main.list-c > li.class-c.active > a, #menu-main.list-c li.class-c.active > a:hover {
color: #ff008a
}
#menu-main.list-h > li.class-h.active > a, #menu-main.list-h li.class-h.active > a:hover {
color: #cd45ef
}
.tb-sp thead tr th {
white-space: nowrap
}*/
.rsThumbs
{
/* box-sizing: content-box;*/
} | 0.558447 | 0.113359 |
body {
padding-bottom: 20px;
background: #f5f5f5;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
white-space: normal;
}
.form-horizontal .form-group {
margin-right: 0px;
margin-left: 0px;
}
#map {
width: 100%;
height: 400px;
background-color: grey;
border: solid 1px #36506b;
}
.mapaContenido h1{
font-size: 16px;
}
.convocatoria {
clear: both;
margin: 0 0 20px 0;
}
.convocatoria img{
float: left;
margin: 0 10px 10px 0;
border: solid 1px #808080;
max-width: 250px;
}
.convocatoria p {
text-align: justify;
}
.navbar-inverse {
background-color: #3ec1c9;
}
h1, h2, h3, h4, h5, h6 {
color: #eb1e63;
}
a {
color: #fc5185;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #edecec;
background-color: #07949c;
}
p {
text-align: justify;
}
#logo-top {
height: 110px;
margin: 20px 0 0 0;
}
#top-bar {
height: 150px;
background: #36506b;
background: url('Imagenes/fondo-patron.jpg');
}
.navbar-inverse .navbar-nav > li > a {
color: white;
}
.navbar {
min-height: 20px;
}
.navbar-inverse {
border: none;
}
#menu {
background-color: white;
min-height: 250px;
border-left: solid 1px #edecec;
padding-bottom: 50px;
}
#menu img {
width: 100%;
}
#contenido {
padding-right: 20px;
background-color: white;
padding-top: 15px;
min-height: 500px;
padding-bottom: 50px;
}
@media (min-width: 768px){
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
}
.navbar {
border-radius: 0px;
}
.navbar-nav > li {
float: left;
border-left: 1px solid #07949c;
}
}
.li-final {
border-right: 1px solid #07949c;
}
.btn-default {
color: #d81c61;
background-color: #ffffff;
border-color: #cccccc;
}
#login {
text-align: center;
margin: 5px;
}
#user {
width: 100px;
height: 100px;
background: #3ec1c9;
border-radius: 50%;
text-align: center;
padding-top: 14px;
color: white;
margin-left: 31px;
}
#login a {
color: white;
}
footer p{
text-align: center;
}
.firma {
color: #cccccc;
}
.perfil-foto {
border-radius: 50%;
width: 100%;
}
.navbar {
margin-bottom: 0px;
}
.addthis_inline_share_toolbox{
float: right;
margin-top: 0px;
}
.list-group-item {
width: 100%;
text-align: left;
}
#sombra {
width: 100%;
height: 50px;
background: url('Imagenes/sombra-banner.png');
background-size: cover;
}
.mnu-seccion {
background-color: #3ec1c9;
padding: 10px;
text-align: center;
}
.mnu-seccion h3 {
margin: 0px;
color: white;
} | MujeresEmpoderadas/Content/Site.css | body {
padding-bottom: 20px;
background: #f5f5f5;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
white-space: normal;
}
.form-horizontal .form-group {
margin-right: 0px;
margin-left: 0px;
}
#map {
width: 100%;
height: 400px;
background-color: grey;
border: solid 1px #36506b;
}
.mapaContenido h1{
font-size: 16px;
}
.convocatoria {
clear: both;
margin: 0 0 20px 0;
}
.convocatoria img{
float: left;
margin: 0 10px 10px 0;
border: solid 1px #808080;
max-width: 250px;
}
.convocatoria p {
text-align: justify;
}
.navbar-inverse {
background-color: #3ec1c9;
}
h1, h2, h3, h4, h5, h6 {
color: #eb1e63;
}
a {
color: #fc5185;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #edecec;
background-color: #07949c;
}
p {
text-align: justify;
}
#logo-top {
height: 110px;
margin: 20px 0 0 0;
}
#top-bar {
height: 150px;
background: #36506b;
background: url('Imagenes/fondo-patron.jpg');
}
.navbar-inverse .navbar-nav > li > a {
color: white;
}
.navbar {
min-height: 20px;
}
.navbar-inverse {
border: none;
}
#menu {
background-color: white;
min-height: 250px;
border-left: solid 1px #edecec;
padding-bottom: 50px;
}
#menu img {
width: 100%;
}
#contenido {
padding-right: 20px;
background-color: white;
padding-top: 15px;
min-height: 500px;
padding-bottom: 50px;
}
@media (min-width: 768px){
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
}
.navbar {
border-radius: 0px;
}
.navbar-nav > li {
float: left;
border-left: 1px solid #07949c;
}
}
.li-final {
border-right: 1px solid #07949c;
}
.btn-default {
color: #d81c61;
background-color: #ffffff;
border-color: #cccccc;
}
#login {
text-align: center;
margin: 5px;
}
#user {
width: 100px;
height: 100px;
background: #3ec1c9;
border-radius: 50%;
text-align: center;
padding-top: 14px;
color: white;
margin-left: 31px;
}
#login a {
color: white;
}
footer p{
text-align: center;
}
.firma {
color: #cccccc;
}
.perfil-foto {
border-radius: 50%;
width: 100%;
}
.navbar {
margin-bottom: 0px;
}
.addthis_inline_share_toolbox{
float: right;
margin-top: 0px;
}
.list-group-item {
width: 100%;
text-align: left;
}
#sombra {
width: 100%;
height: 50px;
background: url('Imagenes/sombra-banner.png');
background-size: cover;
}
.mnu-seccion {
background-color: #3ec1c9;
padding: 10px;
text-align: center;
}
.mnu-seccion h3 {
margin: 0px;
color: white;
} | 0.338624 | 0.105856 |
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap');
html {
scroll-behavior: smooth;
}
body {
background-color: #55efc4;
background-image: linear-gradient(315deg, #55efc4 0%, #000000 74%);
}
.navbar {
background-color: transparent;
}
.nav-logo {
height: 100px;
width: 100px;
}
.fa-github, .fa-github:hover, .fa-github:focus {
text-decoration: none;
color: white;
font-size: 40px;
position: absolute;
top: 40px;
right: 40px;
}
.btn-secondary {
z-index: 1;
color: black;
background-color: #006633;
font-size: 16px;
font-weight: 500;
}
.btn-secondary:hover {
color: #006633;
background-color: black;
}
.modal-title {
font-size: 22px;
font-weight: 800;
}
.modal-content {
background: linear-gradient(315deg, #63d471 100%, #233329 50%);
opacity: 0.8;
font-size: 18px;
font-weight: 500;
border: none;
}
.modal-footer {
border: none;
}
.modal-header {
border: none;
}
.modal-hrt, .modal-hrt:hover, .modal-hrt:focus, .modal-hrt:visited {
text-decoration: none;
color: black;
}
.btn-danger {
z-index: 1;
transition: all 0.3s ease 0s;
color: black;
background-color: #006633;
border-radius: 20px;
font-size: 18px;
font-weight: 500;
}
.btn-danger:hover {
z-index: 1;
color: #006633;
background-color: black;
transform: translateY(-7px);
box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
}
.fa-gamepad {
background: -webkit-linear-gradient(315deg, #63d471 70%, #233329 90%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.big {
font-size: 95px;
background: -webkit-linear-gradient(315deg, #63d471 0%, #233329 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.small {
font-size: 55px;
font-weight: 700;
background: linear-gradient(315deg, #63d471 0%, #233329 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
header.masthead {
position: relative;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top:2rem;
padding-bottom: 4rem;
}
header.masthead .overlay {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.mb-5 {
font-weight: 700;
font-size: 50px;
}
.jumbotron {
background: transparent;
margin-bottom: 1rem;
}
.display-4 {
font-family: 'VT323', monospace;
color: #b0bec5;
font-size: 81px;
font-weight: 400;
}
.lead {
font-family: 'Just Another Hand', cursive;
color: #99ffd6;
word-spacing: 6px;
letter-spacing: 1px;
font-size: 33px;
}
.programs{
padding-left: 200px;
padding-right: 200px;
padding-bottom: 40px;
padding-top: 50px;
}
.card-deck {
padding-top: 30px;
}
.card-deck .card {
border: none;
margin-left: 60px;
margin-right: 60px;
-webkit-box-shadow: 13px 4px 58px -3px rgba(87,161,96,1);
-moz-box-shadow: 13px 4px 58px -3px rgba(87,161,96,1);
box-shadow: 13px 4px 58px -3px rgba(87,161,96,1);
}
.card-image {
width: 100%;
height: 250px;
}
.card-body {
text-align: center;
background-color: #006633;
padding: 10px;
}
.card-title {
color: black;
font-weight: 600;
font-size: 26px;
}
a, a:hover, a:focus, a:active {
text-decoration: none;
}
.cd-top {
right: 0;
padding-right: 20px;
padding-bottom: 20px;
position: fixed;
bottom: 20px;
right: 3px;
display: inline-block;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.goup {
position: absolute;
right: 20px;
margin-bottom: 20px;
}
.fa-arrow-circle-up, .fa-arrow-circle-up:hover, .fa-arrow-circle-up:visited, .fa-arrow-circle-up:active {
color: #1aff1a;
text-decoration: none;
font-size: 50px;
}
@media (max-width: 575.98px) {
body {
background-color: #55efc4;
background-image: linear-gradient(315deg, #55efc4 0%, #000000 95%);
}
.nav-logo {
height: 60px;
width: 60px;
}
.fa-github, .fa-github:hover, .fa-github:focus {
font-size: 41px;
top: 30px;
right: 30px;
}
header.masthead {
padding-top:0.5rem;
padding-bottom: 2rem;
}
.display-4 {
font-size: 50px;
}
.card-deck {
padding-top: 3px;
padding-left: 15px;
padding-right: 15px;
}
.lead {
font-size: 20px;
}
.card-image {
width: 100%;
height: 200px;
}
.programs {
padding: 30px;
}
.card-deck .card {
margin-left: 10px;
margin-right: 10px;
}
.cd-top {
right: 0;
padding-right: 10px;
padding-bottom: 10px;
bottom: 15px;
right: 3px;
}
.fa-arrow-circle-up, .fa-arrow-circle-up:hover, .fa-arrow-circle-up:visited, .fa-arrow-circle-up:active {
color: #1aff1a;
text-decoration: none;
font-size: 40px;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
body {
background-color: #55efc4;
background-image: linear-gradient(315deg, #55efc4 0%, #000000 95%);
}
.nav-logo {
height: 60px;
width: 60px;
}
.fa-github, .fa-github:hover, .fa-github:focus {
font-size: 40px;
top: 30px;
right: 30px;
}
.lead {
font-size: 20px;
}
header.masthead {
padding-top:0.5rem;
padding-bottom: 2rem;
}
.display-4 {
font-size: 50px;
}
.card-deck {
padding-top: 30px;
}
.card-image {
width: 100%;
height: 200px;
}
.programs {
padding: 30px;
}
.card-deck .card {
margin-left: 10px;
margin-right: 10px;
}
.cd-top {
right: 0;
padding-right: 10px;
padding-bottom: 10px;
bottom: 15px;
right: 3px;
}
.fa-arrow-circle-up, .fa-arrow-circle-up:hover, .fa-arrow-circle-up:visited, .fa-arrow-circle-up:active {
color: #1aff1a;
text-decoration: none;
font-size: 40px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
body {
background-color: #55efc4;
background-image: linear-gradient(315deg, #55efc4 0%, #000000 95%);
}
.nav-logo {
height: 60px;
width: 60px;
}
.fa-github, .fa-github:hover, .fa-github:focus {
font-size: 40px;
top: 30px;
right: 30px;
}
.display-4 {
font-size: 50px;
}
.lead {
font-size: 20px;
}
header.masthead {
padding-top:0.5rem;
padding-bottom: 2rem;
}
.card-deck {
padding-top: 30px;
}
.card-image {
width: 100%;
height: 200px;
}
.programs {
padding: 30px;
}
.card-deck .card {
margin-left: 10px;
margin-right: 10px;
}
.cd-top {
right: 0;
padding-right: 10px;
padding-bottom: 10px;
bottom: 15px;
right: 3px;
}
.fa-arrow-circle-up, .fa-arrow-circle-up:hover, .fa-arrow-circle-up:visited, .fa-arrow-circle-up:active {
color: #1aff1a;
text-decoration: none;
font-size: 40px;
}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
body {
background-color: #55efc4;
background-image: linear-gradient(315deg, #55efc4 0%, #000000 95%);
}
.nav-logo {
height: 110px;
width: 110px;
}
.fa-github, .fa-github:hover, .fa-github:focus {
font-size: 70px;
}
.lead {
font-size: 40px;
}
.big{
font-size: 120px;
}
.small {
font-size: 80px;
}
.display-4 {
font-size: 90px;
}
.card-deck {
padding-top: 30px;
}
.card-deck .card {
margin-left: 60px;
margin-right: 60px;
}
.card-image {
width: 100%;
height: 200px;
}
.programs {
padding: 30px;
}
.fa-arrow-circle-up, .fa-arrow-circle-up:hover, .fa-arrow-circle-up:visited, .fa-arrow-circle-up:active {
color: #1aff1a;
text-decoration: none;
font-size: 50px;
}
}
.footer {
background-color: none;
}
.footer-heart{
text-align:center;
font-weight: 600;
font-family: open sans, sans-serif;
color: #006633;
}
.footer-heart a{
color: #0a2c0a;
text-decoration: none;}
.emoji{vertical-align: middle;}
.space-invader {
vertical-align: middle;
text-align: center;
display: inline-block;
border: 2px solid green;
background-color: green;
width: 0.25em;
height: 0.25em;
margin: 40px 40px;
}
.space-invader-1 {
box-shadow:
0 0 0 .25em green,
0 .25em 0 .25em green,
-.625em .375em 0 .125em green,
.625em .375em 0 .125em green,
-.75em -.75em 0 0 green,
.75em -.75em 0 0 green,
-.5em -.5em 0 0 green,
.5em -.5em 0 0 green,
-.75em -.25em 0 0 green,
-.5em -.25em 0 0 green,
.5em -.25em 0 0 green,
.75em -.25em 0 0 green,
-1em 0 0 0 green,
-.75em 0 0 0 green,
.75em 0 0 0 green,
1em 0 0 0 green,
-1em .25em 0 0 green,
1em .25em 0 0 green,
-.75em .75em 0 0 green,
.75em .75em 0 0 green,
/* Left Arm */
1.25em .25em 0 0 green,
1.25em .5em 0 0 green,
1.25em .75em 0 0 green,
/* Right Arm */
-1.25em .25em 0 0 green,
-1.25em .5em 0 0 green,
-1.25em .75em 0 0 green,
/* Left Foot */
-.25em 1em 0 0 green,
-.5em 1em 0 0 green,
/* Right Foot */
.25em 1em 0 0 green,
.5em 1em 0 0 green;
}
.space-invader.animate {
animation: 1s infinite;
}
.space-invader.classic {
animation: 1s step-end infinite;
}
.space-invader-1.animate,
.space-invader-1.classic {
animation-name: space-invader-1;
}
@keyframes space-invader-1 {
50% {
box-shadow:
0 0 0 .25em green,
0 .25em 0 .25em green,
-.625em .375em 0 .125em green,
.625em .375em 0 .125em green,
-.75em -.75em 0 0 green,
.75em -.75em 0 0 green,
-.5em -.5em 0 0 green,
.5em -.5em 0 0 green,
-.75em -.25em 0 0 green,
-.5em -.25em 0 0 green,
.5em -.25em 0 0 green,
.75em -.25em 0 0 green,
-1em 0 0 0 green,
-.75em 0 0 0 green,
.75em 0 0 0 green,
1em 0 0 0 green,
-1em .25em 0 0 green,
1em .25em 0 0 green,
-.75em .75em 0 0 green,
.75em .75em 0 0 green,
/* Left Arm */
1.25em 0 0 0 green,
1.25em -.25em 0 0 green,
1.25em -.5em 0 0 green,
/* Right Arm */
-1.25em 0 0 0 green,
-1.25em -.25em 0 0 green,
-1.25em -.5em 0 0 green,
/* Left Foot */
-1em 1em 0 0 green,
-1em 1em 0 0 green,
/* Right Foot */
1em 1em 0 0 green,
1em 1em 0 0 green;
}
} | assets/css/style.css | @import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap');
html {
scroll-behavior: smooth;
}
body {
background-color: #55efc4;
background-image: linear-gradient(315deg, #55efc4 0%, #000000 74%);
}
.navbar {
background-color: transparent;
}
.nav-logo {
height: 100px;
width: 100px;
}
.fa-github, .fa-github:hover, .fa-github:focus {
text-decoration: none;
color: white;
font-size: 40px;
position: absolute;
top: 40px;
right: 40px;
}
.btn-secondary {
z-index: 1;
color: black;
background-color: #006633;
font-size: 16px;
font-weight: 500;
}
.btn-secondary:hover {
color: #006633;
background-color: black;
}
.modal-title {
font-size: 22px;
font-weight: 800;
}
.modal-content {
background: linear-gradient(315deg, #63d471 100%, #233329 50%);
opacity: 0.8;
font-size: 18px;
font-weight: 500;
border: none;
}
.modal-footer {
border: none;
}
.modal-header {
border: none;
}
.modal-hrt, .modal-hrt:hover, .modal-hrt:focus, .modal-hrt:visited {
text-decoration: none;
color: black;
}
.btn-danger {
z-index: 1;
transition: all 0.3s ease 0s;
color: black;
background-color: #006633;
border-radius: 20px;
font-size: 18px;
font-weight: 500;
}
.btn-danger:hover {
z-index: 1;
color: #006633;
background-color: black;
transform: translateY(-7px);
box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
}
.fa-gamepad {
background: -webkit-linear-gradient(315deg, #63d471 70%, #233329 90%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.big {
font-size: 95px;
background: -webkit-linear-gradient(315deg, #63d471 0%, #233329 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.small {
font-size: 55px;
font-weight: 700;
background: linear-gradient(315deg, #63d471 0%, #233329 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
header.masthead {
position: relative;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-top:2rem;
padding-bottom: 4rem;
}
header.masthead .overlay {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.mb-5 {
font-weight: 700;
font-size: 50px;
}
.jumbotron {
background: transparent;
margin-bottom: 1rem;
}
.display-4 {
font-family: 'VT323', monospace;
color: #b0bec5;
font-size: 81px;
font-weight: 400;
}
.lead {
font-family: 'Just Another Hand', cursive;
color: #99ffd6;
word-spacing: 6px;
letter-spacing: 1px;
font-size: 33px;
}
.programs{
padding-left: 200px;
padding-right: 200px;
padding-bottom: 40px;
padding-top: 50px;
}
.card-deck {
padding-top: 30px;
}
.card-deck .card {
border: none;
margin-left: 60px;
margin-right: 60px;
-webkit-box-shadow: 13px 4px 58px -3px rgba(87,161,96,1);
-moz-box-shadow: 13px 4px 58px -3px rgba(87,161,96,1);
box-shadow: 13px 4px 58px -3px rgba(87,161,96,1);
}
.card-image {
width: 100%;
height: 250px;
}
.card-body {
text-align: center;
background-color: #006633;
padding: 10px;
}
.card-title {
color: black;
font-weight: 600;
font-size: 26px;
}
a, a:hover, a:focus, a:active {
text-decoration: none;
}
.cd-top {
right: 0;
padding-right: 20px;
padding-bottom: 20px;
position: fixed;
bottom: 20px;
right: 3px;
display: inline-block;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.goup {
position: absolute;
right: 20px;
margin-bottom: 20px;
}
.fa-arrow-circle-up, .fa-arrow-circle-up:hover, .fa-arrow-circle-up:visited, .fa-arrow-circle-up:active {
color: #1aff1a;
text-decoration: none;
font-size: 50px;
}
@media (max-width: 575.98px) {
body {
background-color: #55efc4;
background-image: linear-gradient(315deg, #55efc4 0%, #000000 95%);
}
.nav-logo {
height: 60px;
width: 60px;
}
.fa-github, .fa-github:hover, .fa-github:focus {
font-size: 41px;
top: 30px;
right: 30px;
}
header.masthead {
padding-top:0.5rem;
padding-bottom: 2rem;
}
.display-4 {
font-size: 50px;
}
.card-deck {
padding-top: 3px;
padding-left: 15px;
padding-right: 15px;
}
.lead {
font-size: 20px;
}
.card-image {
width: 100%;
height: 200px;
}
.programs {
padding: 30px;
}
.card-deck .card {
margin-left: 10px;
margin-right: 10px;
}
.cd-top {
right: 0;
padding-right: 10px;
padding-bottom: 10px;
bottom: 15px;
right: 3px;
}
.fa-arrow-circle-up, .fa-arrow-circle-up:hover, .fa-arrow-circle-up:visited, .fa-arrow-circle-up:active {
color: #1aff1a;
text-decoration: none;
font-size: 40px;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
body {
background-color: #55efc4;
background-image: linear-gradient(315deg, #55efc4 0%, #000000 95%);
}
.nav-logo {
height: 60px;
width: 60px;
}
.fa-github, .fa-github:hover, .fa-github:focus {
font-size: 40px;
top: 30px;
right: 30px;
}
.lead {
font-size: 20px;
}
header.masthead {
padding-top:0.5rem;
padding-bottom: 2rem;
}
.display-4 {
font-size: 50px;
}
.card-deck {
padding-top: 30px;
}
.card-image {
width: 100%;
height: 200px;
}
.programs {
padding: 30px;
}
.card-deck .card {
margin-left: 10px;
margin-right: 10px;
}
.cd-top {
right: 0;
padding-right: 10px;
padding-bottom: 10px;
bottom: 15px;
right: 3px;
}
.fa-arrow-circle-up, .fa-arrow-circle-up:hover, .fa-arrow-circle-up:visited, .fa-arrow-circle-up:active {
color: #1aff1a;
text-decoration: none;
font-size: 40px;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
body {
background-color: #55efc4;
background-image: linear-gradient(315deg, #55efc4 0%, #000000 95%);
}
.nav-logo {
height: 60px;
width: 60px;
}
.fa-github, .fa-github:hover, .fa-github:focus {
font-size: 40px;
top: 30px;
right: 30px;
}
.display-4 {
font-size: 50px;
}
.lead {
font-size: 20px;
}
header.masthead {
padding-top:0.5rem;
padding-bottom: 2rem;
}
.card-deck {
padding-top: 30px;
}
.card-image {
width: 100%;
height: 200px;
}
.programs {
padding: 30px;
}
.card-deck .card {
margin-left: 10px;
margin-right: 10px;
}
.cd-top {
right: 0;
padding-right: 10px;
padding-bottom: 10px;
bottom: 15px;
right: 3px;
}
.fa-arrow-circle-up, .fa-arrow-circle-up:hover, .fa-arrow-circle-up:visited, .fa-arrow-circle-up:active {
color: #1aff1a;
text-decoration: none;
font-size: 40px;
}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
body {
background-color: #55efc4;
background-image: linear-gradient(315deg, #55efc4 0%, #000000 95%);
}
.nav-logo {
height: 110px;
width: 110px;
}
.fa-github, .fa-github:hover, .fa-github:focus {
font-size: 70px;
}
.lead {
font-size: 40px;
}
.big{
font-size: 120px;
}
.small {
font-size: 80px;
}
.display-4 {
font-size: 90px;
}
.card-deck {
padding-top: 30px;
}
.card-deck .card {
margin-left: 60px;
margin-right: 60px;
}
.card-image {
width: 100%;
height: 200px;
}
.programs {
padding: 30px;
}
.fa-arrow-circle-up, .fa-arrow-circle-up:hover, .fa-arrow-circle-up:visited, .fa-arrow-circle-up:active {
color: #1aff1a;
text-decoration: none;
font-size: 50px;
}
}
.footer {
background-color: none;
}
.footer-heart{
text-align:center;
font-weight: 600;
font-family: open sans, sans-serif;
color: #006633;
}
.footer-heart a{
color: #0a2c0a;
text-decoration: none;}
.emoji{vertical-align: middle;}
.space-invader {
vertical-align: middle;
text-align: center;
display: inline-block;
border: 2px solid green;
background-color: green;
width: 0.25em;
height: 0.25em;
margin: 40px 40px;
}
.space-invader-1 {
box-shadow:
0 0 0 .25em green,
0 .25em 0 .25em green,
-.625em .375em 0 .125em green,
.625em .375em 0 .125em green,
-.75em -.75em 0 0 green,
.75em -.75em 0 0 green,
-.5em -.5em 0 0 green,
.5em -.5em 0 0 green,
-.75em -.25em 0 0 green,
-.5em -.25em 0 0 green,
.5em -.25em 0 0 green,
.75em -.25em 0 0 green,
-1em 0 0 0 green,
-.75em 0 0 0 green,
.75em 0 0 0 green,
1em 0 0 0 green,
-1em .25em 0 0 green,
1em .25em 0 0 green,
-.75em .75em 0 0 green,
.75em .75em 0 0 green,
/* Left Arm */
1.25em .25em 0 0 green,
1.25em .5em 0 0 green,
1.25em .75em 0 0 green,
/* Right Arm */
-1.25em .25em 0 0 green,
-1.25em .5em 0 0 green,
-1.25em .75em 0 0 green,
/* Left Foot */
-.25em 1em 0 0 green,
-.5em 1em 0 0 green,
/* Right Foot */
.25em 1em 0 0 green,
.5em 1em 0 0 green;
}
.space-invader.animate {
animation: 1s infinite;
}
.space-invader.classic {
animation: 1s step-end infinite;
}
.space-invader-1.animate,
.space-invader-1.classic {
animation-name: space-invader-1;
}
@keyframes space-invader-1 {
50% {
box-shadow:
0 0 0 .25em green,
0 .25em 0 .25em green,
-.625em .375em 0 .125em green,
.625em .375em 0 .125em green,
-.75em -.75em 0 0 green,
.75em -.75em 0 0 green,
-.5em -.5em 0 0 green,
.5em -.5em 0 0 green,
-.75em -.25em 0 0 green,
-.5em -.25em 0 0 green,
.5em -.25em 0 0 green,
.75em -.25em 0 0 green,
-1em 0 0 0 green,
-.75em 0 0 0 green,
.75em 0 0 0 green,
1em 0 0 0 green,
-1em .25em 0 0 green,
1em .25em 0 0 green,
-.75em .75em 0 0 green,
.75em .75em 0 0 green,
/* Left Arm */
1.25em 0 0 0 green,
1.25em -.25em 0 0 green,
1.25em -.5em 0 0 green,
/* Right Arm */
-1.25em 0 0 0 green,
-1.25em -.25em 0 0 green,
-1.25em -.5em 0 0 green,
/* Left Foot */
-1em 1em 0 0 green,
-1em 1em 0 0 green,
/* Right Foot */
1em 1em 0 0 green,
1em 1em 0 0 green;
}
} | 0.250179 | 0.065875 |
figure
{
text-align: center;
}
figcaption, .photo_caption
{
margin-top: 0.25em;
margin-bottom: 1em;
text-align: center;
font-size: 0.8rem;
font-weight: bold;
}
th, td
{
padding: 15px;
}
blockquote
{
display: block;
font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
font-weight: 400;
font-style: italic;
border-left: 3px solid rgba(0,0,0,.84);
margin-left: 0.0em;
margin-right: 0.5em;
margin-top: 2em;
margin-bottom: 2em;
padding: 0.0em 10px;
}
.smallertext
{
font-size: smaller;
}
.footnote
{
color: #990000;
font-size: 80%;
}
.blog-editor-input-hint
{
font-size:0.8em;
font-style:italic;
}
/* Make the "Reports" table scrollable if the sidebar is shown (otherwise if it is clipped there will be no way to see all of the contents) */
@media only screen and (min-width: 920px)
{
.reports_table
{
overflow-x:auto;
}
}
@media only screen and (max-width: 919px)
{
.reports_table
{
overflow-x:visible;
}
}
@media print
{
.reports_table
{
overflow-x:visible;
font-size: 80%;
}
}
@media only screen and (max-width: 750px)
{
.reports_page_rss_button
{
width: 16px;
margin-left: 2px;
margin-bottom: 2px;
vertical-align:middle;
}
}
@media only screen and (min-width: 750px)
{
.reports_page_rss_button
{
width: 24px;
margin-left: 2px;
margin-bottom: 4px;
vertical-align:middle;
}
}
h1.hero
{
color:#b00a0a;
}
div.hero
{
color:#c0c0c0;
}
/* Used in the "Show users" admin page */
.disabled_role
{
color:lightgray;
}
/*********************************************************************************
* Sortable table styles
*/
/* header */
table.sortable thead
{
background-color:#eee;
font-weight: bold;
cursor: default;
}
/* table striping (NB this requires a modern browser, so won't work in the IE WebBrowser control) */
table.sortable tbody tr:nth-child(2n) td
{
background: #ffeeee;
}
table.sortable tbody tr:nth-child(2n+1) td
{
background: #ccfffff;
}
/* Generic style for nonprinting items */
.nonprinting
{
}
@media print
{
.nonprinting
{
display: none;
}
/* Don't display the main menu when printing */
#topnav
{
display: none;
}
}
p.report_timestamp
{
font-size:0.8em;
font-style:italic;
text-align:right;
}
/*********************************************************************************
* Menu styles
*/
/* div class used for internal menus, e.g. [ Export | Edit | Add ] */
.command_menu
{
float: right;
}
.command_menu_inline
{
/* These are just a subset of the styles for 'body' */
color: #666;
font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
font-size: initial;
font-weight: normal;
}
@media print
{
.command_menu
.command_menu_inline
{
display: none;
}
}
/*********************************************************************************
* Social media link styles
*/
@media print
{
#social_links
{
display: none;
}
}
@media only screen
{
#social_links
{
position: relative;
clear: both;
width: 100%;
height: 6em;
margin-top: 2em;
padding-top:1em;
}
#social_links a
{
text-decoration: none;
}
#social_links img
{
display: inline-block;
max-width: 5%;
height: auto;
margin-left: 1.5%;
margin-right: 10px;
vertical-align: middle;
}
}
@media only screen and (max-width: 1000px)
{
#social_links img
{
max-width:9%
}
}
@media only screen and (max-width: 600px)
{
#social_links img
{
max-width:15%
}
}
/*********************************************************************************
* Content warning popup styles
*/
.cw_popup, .qrcode_popup
{
/* Fill the entire viewport */
position: fixed;
left: 0px;
top: 0px;
bottom: 0px;
right: 0px;
width: 100%;
height: 100%;
display:none;
/* Force on top of the slider */
z-index: 12;
/* Fade out the background */
background-color: rgba(88,88,88, 0.9);
}
.cw_inner, .qrcode_inner
{
/* Center in the page */
width: 300px;
margin: auto;
margin-top: 150px;
background-color: rgba(88,88,88,1);
color: white;
text-align: center;
padding: 30px;
}
/* Set the correct font/colour */
.cw_inner h2, .qrcode_inner h2
{
color: white;
}
/*********************************************************************************
* Button styles
*/
/* Generic button styles */
.button-gray,
.button-blue,
.button-green,
.button-orange,
.button-dkred
{
border-radius: 7px;
display: block;
float: left;
margin: 10px 15px 10px 0;
padding: 10px;
text-decoration: none;
border-width: 0px;
}
/* Button with a gray background and almost black text */
.button-gray
{
background: #f0f0f0; /* light gray */
color: #333;
}
.button-gray:hover
{
background: #dbdbdb;
}
a.button-gray, a.button-gray:visited
{
color: #333;
}
/* Button with a blue background and white text */
.button-blue
{
background: #337ab7;
color: #fff;
}
.button-blue:hover
{
background: #286090;
}
a.button-blue, a.button-blue:visited
{
color: #fff;
}
/* Button with a green background and white text. */
.button-green
{
background: #00a000;
color: #fff;
}
.button-green:hover
{
background: #008000;
}
a.button-green, a.button-green:visited
{
color: #fff;
}
/* Button with an orange background and white text */
.button-orange
{
background: #f0ad4e;
color: #fff;
}
.button-orange:hover
{
background: #ec971f;
}
a.button-orange, a.button-orange:visited
{
color: #fff;
}
/* Button with a dark red background and white text. NB this button intentionally matches the colours of the "buttonlink" class */
.button-dkred
{
background: #a00a0a;
color: #fff;
}
.button-skred:hover
{
background: #f00a0a;
}
a.button-dkred, a.button-dkred:visited
{
color: #fff;
}
/*********************************************************************************
* Styles for the "account" pages
*/
.account-error
{
margin-top: 0.5em;
color: #f00a0a;
}
/*********************************************************************************
* Styles for the "blogpost" pages
*/
p.blogpost_heading
{
font-size: 150%;
font-weight: normal;
line-height: 110%;
padding-bottom: 8px;
margin: 15px 0 0 0;
}
p.blogpost_date
{
font-size: 95%;
}
p.blogpost_author
{
font-size: smaller;
font-style: italic;
text-align: right;
}
p.blogpost_index_link
{
font-size: smaller;
text-align: right;
}
hr.blogpost_internal_divider
{
margin: 12px 0;
border: 0;
text-align: center;
height:1.5em;
}
hr.blogpost_internal_divider:before
{
content: "• • • •";
font-size: 25px;
color: #666;
}
/*********************************************************************************
* Link preview styles
*/
div.link-preview-container
{
margin: 1em;
}
a.link-preview
{
display: inline-block;
border: 1px solid #ddd; /* Gray border */
border-radius: 10px; /* Rounded border */
padding: 10px; /* Some padding */
min-width: 450px;
text-decoration: none;
}
img.og-image
{
border-radius: 5px 5px 0 0; /* Rounded top border */
width: 450px;
max-height: 281px; /* Limit the max height. Note that this may force the aspect ratio of the image to approx 16:10 */
}
a.link-preview:hover
{
box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
a.link-preview .link-area
{
display: table-caption; /* make text wrap under image */
}
a.link-preview .link-area .og-title
{
color: black;
font-size: 1.0em;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
}
a.link-preview .link-area .og-description
{
color: black;
font-size: 0.9em;
padding-top: 5px;
padding-bottom: 5px;
min-width: 450px;
}
a.link-preview .link-area .og-host
{
color: gray;
font-size: 0.9em;
padding-top: 5px;
padding-bottom: 5px;
}
/*********************************************************************************
*
*/ | Projects/TDoR/src/css/styles.css |
figure
{
text-align: center;
}
figcaption, .photo_caption
{
margin-top: 0.25em;
margin-bottom: 1em;
text-align: center;
font-size: 0.8rem;
font-weight: bold;
}
th, td
{
padding: 15px;
}
blockquote
{
display: block;
font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
font-weight: 400;
font-style: italic;
border-left: 3px solid rgba(0,0,0,.84);
margin-left: 0.0em;
margin-right: 0.5em;
margin-top: 2em;
margin-bottom: 2em;
padding: 0.0em 10px;
}
.smallertext
{
font-size: smaller;
}
.footnote
{
color: #990000;
font-size: 80%;
}
.blog-editor-input-hint
{
font-size:0.8em;
font-style:italic;
}
/* Make the "Reports" table scrollable if the sidebar is shown (otherwise if it is clipped there will be no way to see all of the contents) */
@media only screen and (min-width: 920px)
{
.reports_table
{
overflow-x:auto;
}
}
@media only screen and (max-width: 919px)
{
.reports_table
{
overflow-x:visible;
}
}
@media print
{
.reports_table
{
overflow-x:visible;
font-size: 80%;
}
}
@media only screen and (max-width: 750px)
{
.reports_page_rss_button
{
width: 16px;
margin-left: 2px;
margin-bottom: 2px;
vertical-align:middle;
}
}
@media only screen and (min-width: 750px)
{
.reports_page_rss_button
{
width: 24px;
margin-left: 2px;
margin-bottom: 4px;
vertical-align:middle;
}
}
h1.hero
{
color:#b00a0a;
}
div.hero
{
color:#c0c0c0;
}
/* Used in the "Show users" admin page */
.disabled_role
{
color:lightgray;
}
/*********************************************************************************
* Sortable table styles
*/
/* header */
table.sortable thead
{
background-color:#eee;
font-weight: bold;
cursor: default;
}
/* table striping (NB this requires a modern browser, so won't work in the IE WebBrowser control) */
table.sortable tbody tr:nth-child(2n) td
{
background: #ffeeee;
}
table.sortable tbody tr:nth-child(2n+1) td
{
background: #ccfffff;
}
/* Generic style for nonprinting items */
.nonprinting
{
}
@media print
{
.nonprinting
{
display: none;
}
/* Don't display the main menu when printing */
#topnav
{
display: none;
}
}
p.report_timestamp
{
font-size:0.8em;
font-style:italic;
text-align:right;
}
/*********************************************************************************
* Menu styles
*/
/* div class used for internal menus, e.g. [ Export | Edit | Add ] */
.command_menu
{
float: right;
}
.command_menu_inline
{
/* These are just a subset of the styles for 'body' */
color: #666;
font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
font-size: initial;
font-weight: normal;
}
@media print
{
.command_menu
.command_menu_inline
{
display: none;
}
}
/*********************************************************************************
* Social media link styles
*/
@media print
{
#social_links
{
display: none;
}
}
@media only screen
{
#social_links
{
position: relative;
clear: both;
width: 100%;
height: 6em;
margin-top: 2em;
padding-top:1em;
}
#social_links a
{
text-decoration: none;
}
#social_links img
{
display: inline-block;
max-width: 5%;
height: auto;
margin-left: 1.5%;
margin-right: 10px;
vertical-align: middle;
}
}
@media only screen and (max-width: 1000px)
{
#social_links img
{
max-width:9%
}
}
@media only screen and (max-width: 600px)
{
#social_links img
{
max-width:15%
}
}
/*********************************************************************************
* Content warning popup styles
*/
.cw_popup, .qrcode_popup
{
/* Fill the entire viewport */
position: fixed;
left: 0px;
top: 0px;
bottom: 0px;
right: 0px;
width: 100%;
height: 100%;
display:none;
/* Force on top of the slider */
z-index: 12;
/* Fade out the background */
background-color: rgba(88,88,88, 0.9);
}
.cw_inner, .qrcode_inner
{
/* Center in the page */
width: 300px;
margin: auto;
margin-top: 150px;
background-color: rgba(88,88,88,1);
color: white;
text-align: center;
padding: 30px;
}
/* Set the correct font/colour */
.cw_inner h2, .qrcode_inner h2
{
color: white;
}
/*********************************************************************************
* Button styles
*/
/* Generic button styles */
.button-gray,
.button-blue,
.button-green,
.button-orange,
.button-dkred
{
border-radius: 7px;
display: block;
float: left;
margin: 10px 15px 10px 0;
padding: 10px;
text-decoration: none;
border-width: 0px;
}
/* Button with a gray background and almost black text */
.button-gray
{
background: #f0f0f0; /* light gray */
color: #333;
}
.button-gray:hover
{
background: #dbdbdb;
}
a.button-gray, a.button-gray:visited
{
color: #333;
}
/* Button with a blue background and white text */
.button-blue
{
background: #337ab7;
color: #fff;
}
.button-blue:hover
{
background: #286090;
}
a.button-blue, a.button-blue:visited
{
color: #fff;
}
/* Button with a green background and white text. */
.button-green
{
background: #00a000;
color: #fff;
}
.button-green:hover
{
background: #008000;
}
a.button-green, a.button-green:visited
{
color: #fff;
}
/* Button with an orange background and white text */
.button-orange
{
background: #f0ad4e;
color: #fff;
}
.button-orange:hover
{
background: #ec971f;
}
a.button-orange, a.button-orange:visited
{
color: #fff;
}
/* Button with a dark red background and white text. NB this button intentionally matches the colours of the "buttonlink" class */
.button-dkred
{
background: #a00a0a;
color: #fff;
}
.button-skred:hover
{
background: #f00a0a;
}
a.button-dkred, a.button-dkred:visited
{
color: #fff;
}
/*********************************************************************************
* Styles for the "account" pages
*/
.account-error
{
margin-top: 0.5em;
color: #f00a0a;
}
/*********************************************************************************
* Styles for the "blogpost" pages
*/
p.blogpost_heading
{
font-size: 150%;
font-weight: normal;
line-height: 110%;
padding-bottom: 8px;
margin: 15px 0 0 0;
}
p.blogpost_date
{
font-size: 95%;
}
p.blogpost_author
{
font-size: smaller;
font-style: italic;
text-align: right;
}
p.blogpost_index_link
{
font-size: smaller;
text-align: right;
}
hr.blogpost_internal_divider
{
margin: 12px 0;
border: 0;
text-align: center;
height:1.5em;
}
hr.blogpost_internal_divider:before
{
content: "• • • •";
font-size: 25px;
color: #666;
}
/*********************************************************************************
* Link preview styles
*/
div.link-preview-container
{
margin: 1em;
}
a.link-preview
{
display: inline-block;
border: 1px solid #ddd; /* Gray border */
border-radius: 10px; /* Rounded border */
padding: 10px; /* Some padding */
min-width: 450px;
text-decoration: none;
}
img.og-image
{
border-radius: 5px 5px 0 0; /* Rounded top border */
width: 450px;
max-height: 281px; /* Limit the max height. Note that this may force the aspect ratio of the image to approx 16:10 */
}
a.link-preview:hover
{
box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
a.link-preview .link-area
{
display: table-caption; /* make text wrap under image */
}
a.link-preview .link-area .og-title
{
color: black;
font-size: 1.0em;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
}
a.link-preview .link-area .og-description
{
color: black;
font-size: 0.9em;
padding-top: 5px;
padding-bottom: 5px;
min-width: 450px;
}
a.link-preview .link-area .og-host
{
color: gray;
font-size: 0.9em;
padding-top: 5px;
padding-bottom: 5px;
}
/*********************************************************************************
*
*/ | 0.334481 | 0.058912 |
:root {
--white: #fff;
--darker-white: #f8f8f8;
--black: #1b1b15;
--green: #58af58;
--grey: #77838b;
--silver: #bcc2c6;
--yellow: #f7df1e;
--red: #eb4d4b;
--blue: #2980b9;
--react: #61dafb;
--purple: #663399;
--max-width: 1000px;
}
body {
font-size: 16px;
margin: 0;
box-sizing: border-box;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
"Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
body * {
box-sizing: inherit;
}
/* Aside links */
aside {
width: 20em;
position: fixed;
background: var(--white);
}
aside::after {
content: "";
height: 1em;
transform: rotate(-90deg);
transform-origin: top right;
width: 100vh;
position: absolute;
top: 0;
right: 0;
background: 0 center repeat-x
url('data:image/svg+xml;utf-8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="9px" height="6px" viewBox="0 0 9 6" enable-background="new 0 0 9 6" xml:space="preserve"><polygon opacity="1" fill="%23BCC2C6" points="4.5,4.5 0,0 0,1.208 4.5,5.708 9,1.208 9,0 "/></svg>');
}
aside ul {
margin: 0;
padding: 0;
list-style: none;
}
aside li::after {
content: "";
display: block;
width: calc(100% + 0.4em);
height: 1em;
background: 0 center repeat-x
url('data:image/svg+xml;utf-8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="9px" height="6px" viewBox="0 0 9 6" enable-background="new 0 0 9 6" xml:space="preserve"><polygon opacity="1" fill="%23BCC2C6" points="4.5,4.5 0,0 0,1.208 4.5,5.708 9,1.208 9,0 "/></svg>');
/* border-bottom: 1px solid var(--silver); */
}
aside li:hover::after {
background: 0 center repeat-x
url('data:image/svg+xml;utf-8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="9px" height="6px" viewBox="0 0 9 6" enable-background="new 0 0 9 6" xml:space="preserve"><polygon opacity="1" fill="%232980b9" points="4.5,4.5 0,0 0,1.208 4.5,5.708 9,1.208 9,0 "/></svg>');
}
aside ul a {
padding: 1em;
border: none;
display: flex;
align-items: center;
}
aside ul a:hover {
color: var(--white);
background: var(--blue);
}
aside ul a:hover::before {
color: var(--white);
}
aside ul a::before {
content: "#";
color: var(--blue);
font-weight: bold;
margin-right: 0.5em;
font-size: 2em;
}
h1 {
text-align: center;
font-size: 1.5em;
}
h1 a {
border: none;
}
/* Main content & footer */
main {
height: 100%;
margin-left: 20em;
overflow: auto;
width: calc(100% - 20em);
}
.main-content {
font-size: 1.2em;
}
.contribuors-table {
margin: 2em 0 3em 0;
display: flex;
}
.contribuors-table > a {
padding: 0.5em;
margin-right: 1em;
border-radius: 0.25em;
border: 1px solid var(--blue);
}
.contribuors-table > a:hover {
color: var(--white);
background: var(--blue);
}
footer {
position: relative;
color: var(--white);
background: var(--blue);
}
.main-content,
.footer-content {
margin: 0 auto;
padding: 0 2em;
max-width: var(--max-width);
}
.footer-content {
display: flex;
align-items: center;
flex-flow: row nowrap;
justify-content: space-between;
}
.social-links {
display: flex;
}
.social-links a {
border: 0;
margin-right: 1em;
}
/* Subscription form */
form {
margin: 0 -2em;
color: var(--white);
padding: 0.75em 1em;
border-radius: 0.5em;
background: var(--blue);
}
form > div {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
}
label {
display: block;
width: 40%;
}
label span {
display: block;
font-weight: bold;
margin-bottom: 0.25em;
}
input[type="text"],
input[type="email"] {
width: 100%;
font-size: 1em;
padding: 0.5em;
}
form button {
margin-top: 1em;
}
/* Generic styling for HTML elements & some classes */
blockquote {
margin: 0 3em;
font-size: 2em;
font-style: italic;
color: var(--grey);
text-align: center;
}
blockquote::before {
content: '"';
font-size: 2em;
font-style: italic;
margin: 0;
}
a {
color: inherit;
text-decoration: none;
border-bottom: 1px solid currentColor;
}
p {
font-size: 1em;
}
img {
max-width: 100%;
margin: 0 auto;
display: block;
}
.btn {
cursor: pointer;
padding: 0.5em;
font-size: 1em;
border-radius: 0.5em;
background: none;
border: 1px solid var(--white);
color: var(--white);
}
.btn:disabled {
opacity: 0.5;
cursor: initial;
}
.btn:hover {
color: var(--blue);
background: var(--white);
}
.section-link {
font-weight: bold;
font-size: 1.5em;
position: relative;
color: var(--blue);
right: 0.5em;
top: 0.1em;
border-bottom: 0;
}
/* Utility classes */
.text-red {
color: var(--red);
}
.text-2x {
font-size: 2em;
}
.text-bold {
font-weight: bold;
}
.cursive {
font-family: "Permanent Marker", cursive;
}
.dots {
text-align: center;
line-height: 0;
margin: 1.5em 0 2em 0;
font-size: 4em;
}
.text-center {
text-align: center;
}
.tldr {
margin: 0 -2em;
padding: 1em;
background: #f07a79;
color: var(--white);
}
.error {
font-weight: bold;
color: var(--white);
}
.error::before {
content: "⚠";
margin-right: 0.5em;
}
.d-none {
display: none;
}
/* Media queries */
@media screen and (max-width: 900px) {
aside {
position: absolute;
transform: translateX(calc(-100% - 1em));
}
main {
width: 100%;
margin-left: 0;
}
blockquote {
font-size: 1.35em;
}
}
@media screen and (max-width: 600px) {
form > div {
flex-flow: column nowrap;
}
label {
width: 100%;
margin-bottom: 1em;
}
}
@media screen and (max-width: 650px) {
.footer-content {
padding-bottom: 0.5em;
flex-flow: column nowrap;
}
.footer-content > :nth-child(2) {
margin-bottom: 1.5em;
}
} | style.css | :root {
--white: #fff;
--darker-white: #f8f8f8;
--black: #1b1b15;
--green: #58af58;
--grey: #77838b;
--silver: #bcc2c6;
--yellow: #f7df1e;
--red: #eb4d4b;
--blue: #2980b9;
--react: #61dafb;
--purple: #663399;
--max-width: 1000px;
}
body {
font-size: 16px;
margin: 0;
box-sizing: border-box;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
"Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
body * {
box-sizing: inherit;
}
/* Aside links */
aside {
width: 20em;
position: fixed;
background: var(--white);
}
aside::after {
content: "";
height: 1em;
transform: rotate(-90deg);
transform-origin: top right;
width: 100vh;
position: absolute;
top: 0;
right: 0;
background: 0 center repeat-x
url('data:image/svg+xml;utf-8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="9px" height="6px" viewBox="0 0 9 6" enable-background="new 0 0 9 6" xml:space="preserve"><polygon opacity="1" fill="%23BCC2C6" points="4.5,4.5 0,0 0,1.208 4.5,5.708 9,1.208 9,0 "/></svg>');
}
aside ul {
margin: 0;
padding: 0;
list-style: none;
}
aside li::after {
content: "";
display: block;
width: calc(100% + 0.4em);
height: 1em;
background: 0 center repeat-x
url('data:image/svg+xml;utf-8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="9px" height="6px" viewBox="0 0 9 6" enable-background="new 0 0 9 6" xml:space="preserve"><polygon opacity="1" fill="%23BCC2C6" points="4.5,4.5 0,0 0,1.208 4.5,5.708 9,1.208 9,0 "/></svg>');
/* border-bottom: 1px solid var(--silver); */
}
aside li:hover::after {
background: 0 center repeat-x
url('data:image/svg+xml;utf-8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="9px" height="6px" viewBox="0 0 9 6" enable-background="new 0 0 9 6" xml:space="preserve"><polygon opacity="1" fill="%232980b9" points="4.5,4.5 0,0 0,1.208 4.5,5.708 9,1.208 9,0 "/></svg>');
}
aside ul a {
padding: 1em;
border: none;
display: flex;
align-items: center;
}
aside ul a:hover {
color: var(--white);
background: var(--blue);
}
aside ul a:hover::before {
color: var(--white);
}
aside ul a::before {
content: "#";
color: var(--blue);
font-weight: bold;
margin-right: 0.5em;
font-size: 2em;
}
h1 {
text-align: center;
font-size: 1.5em;
}
h1 a {
border: none;
}
/* Main content & footer */
main {
height: 100%;
margin-left: 20em;
overflow: auto;
width: calc(100% - 20em);
}
.main-content {
font-size: 1.2em;
}
.contribuors-table {
margin: 2em 0 3em 0;
display: flex;
}
.contribuors-table > a {
padding: 0.5em;
margin-right: 1em;
border-radius: 0.25em;
border: 1px solid var(--blue);
}
.contribuors-table > a:hover {
color: var(--white);
background: var(--blue);
}
footer {
position: relative;
color: var(--white);
background: var(--blue);
}
.main-content,
.footer-content {
margin: 0 auto;
padding: 0 2em;
max-width: var(--max-width);
}
.footer-content {
display: flex;
align-items: center;
flex-flow: row nowrap;
justify-content: space-between;
}
.social-links {
display: flex;
}
.social-links a {
border: 0;
margin-right: 1em;
}
/* Subscription form */
form {
margin: 0 -2em;
color: var(--white);
padding: 0.75em 1em;
border-radius: 0.5em;
background: var(--blue);
}
form > div {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
}
label {
display: block;
width: 40%;
}
label span {
display: block;
font-weight: bold;
margin-bottom: 0.25em;
}
input[type="text"],
input[type="email"] {
width: 100%;
font-size: 1em;
padding: 0.5em;
}
form button {
margin-top: 1em;
}
/* Generic styling for HTML elements & some classes */
blockquote {
margin: 0 3em;
font-size: 2em;
font-style: italic;
color: var(--grey);
text-align: center;
}
blockquote::before {
content: '"';
font-size: 2em;
font-style: italic;
margin: 0;
}
a {
color: inherit;
text-decoration: none;
border-bottom: 1px solid currentColor;
}
p {
font-size: 1em;
}
img {
max-width: 100%;
margin: 0 auto;
display: block;
}
.btn {
cursor: pointer;
padding: 0.5em;
font-size: 1em;
border-radius: 0.5em;
background: none;
border: 1px solid var(--white);
color: var(--white);
}
.btn:disabled {
opacity: 0.5;
cursor: initial;
}
.btn:hover {
color: var(--blue);
background: var(--white);
}
.section-link {
font-weight: bold;
font-size: 1.5em;
position: relative;
color: var(--blue);
right: 0.5em;
top: 0.1em;
border-bottom: 0;
}
/* Utility classes */
.text-red {
color: var(--red);
}
.text-2x {
font-size: 2em;
}
.text-bold {
font-weight: bold;
}
.cursive {
font-family: "Permanent Marker", cursive;
}
.dots {
text-align: center;
line-height: 0;
margin: 1.5em 0 2em 0;
font-size: 4em;
}
.text-center {
text-align: center;
}
.tldr {
margin: 0 -2em;
padding: 1em;
background: #f07a79;
color: var(--white);
}
.error {
font-weight: bold;
color: var(--white);
}
.error::before {
content: "⚠";
margin-right: 0.5em;
}
.d-none {
display: none;
}
/* Media queries */
@media screen and (max-width: 900px) {
aside {
position: absolute;
transform: translateX(calc(-100% - 1em));
}
main {
width: 100%;
margin-left: 0;
}
blockquote {
font-size: 1.35em;
}
}
@media screen and (max-width: 600px) {
form > div {
flex-flow: column nowrap;
}
label {
width: 100%;
margin-bottom: 1em;
}
}
@media screen and (max-width: 650px) {
.footer-content {
padding-bottom: 0.5em;
flex-flow: column nowrap;
}
.footer-content > :nth-child(2) {
margin-bottom: 1.5em;
}
} | 0.436742 | 0.149625 |
@import url("http://fonts.googleapis.com/css?family=Ubuntu");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400");
html {
height: 100%;
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
/* Arkham CSS - Layout */
body {
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
text-rendering: optimizeLegibility;
background-color: #F2F2F2;
/* #fdfdfd
background: url('../img/wallpaper_002.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center; */
position: relative;
margin: 0;
padding-bottom: 6rem;
min-height: 100%;
}
.content {
max-width: 1100px;
padding: 0 15px;
font-size: 16px;
color: #555;
margin: 0 auto;
padding-top: 10px;
width: 94%;
}
.footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
background:#F0F0F0;
border:0px solid #CCC;
text-align: center;
}
.footer a {
color: rgb(122, 156, 201);
text-decoration: none;
}
.header {
height:40px;
background:#F0F0F0;
border:0px solid #CCC;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
margin:0px auto;
text-align: center;
font-size: 18px;
}
.center {
text-align: center;
}
.article {
-moz-column-count: 2;
-moz-column-gap: 25px;
-webkit-column-count: 2;
-webkit-column-gap: 25px;
column-count: 2;
column-gap: 25px;
}
.name {
color: #00F500;
}
/* Arkham CSS - Links */
.links {
font-size: 14px;
}
p {
color: #000000;
}
/* Arkham CSS - Links */
/* #f56c11; - Fall Colors */
a {
color: #29ABE2;
text-decoration: none;
}
a:hover {
color: rgb(0, 0, 0);
text-decoration: underline;
}
a:active {
color: #29ABE2;
}
.links_work {
color: #f56c11;
}
/* Arkham CSS - Information Banners */
.info {
margin-bottom: 15px;
padding: 4px 12px;
background-color: #e7f3fe;
border-left: 6px solid #2196F3;
}
/* Arkham CSS - Tables */
table {
table-layout: fixed;
width: 100px;
}
table.GeneratedTable {
width: 100%;
border-collapse: collapse;
color: #000000;
align-self: baseline;
}
table.GeneratedTable td, table.GeneratedTable th {
border-width: 1px;
border-style: solid;
padding: 2px 4px;
}
/* Arkham CSS - Input */
input[type=text], select {
font-family: 'Lucida Grande', sans-serif;
font-size: 14px;
width: 25%;
padding: 12px 10px;
margin: 4px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=button], input[type=submit], input[type=reset] {
background-color: #ef9d39;
border: none;
border-radius: 4px;
color: white;
padding: 12px 32px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
}
input[type=submit]:hover {
background-color: #5b66f6;
}
input[type=text]:focus {
border: 1px solid #555;
}
/* Arkham CSS - Link Box */
.link_box_left {
height:30px;
width: 50px;
padding-top: 4px;
padding-left: 5px;
padding-right: 5px;
margin:0px auto;
text-align: right;
}
.link_box_right {
height:30px;
width: 800px;
padding-top: 4px;
padding-left: 5px;
padding-right: 5px;
margin:0px auto;
text-align: left;
}
.wallpaper_games {
background-image: url("/assets/img/wallpaper_001.jpg"); /* The image used */
background-color: #cccccc; /* Used if the image is unavailable */
height: 973px; /* You must set a specified height */
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
}
.links {
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
.links td, .links th {
border: 1px solid #ddd;
text-align: left;
padding: 8px;
}
.links tr:nth-child(even){background-color: #f2f2f2;}
.links tr:hover {background-color: #ddd;}
.links th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #ef9d39;
color: white;
} | assets/css/default.css | @import url("http://fonts.googleapis.com/css?family=Ubuntu");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400");
html {
height: 100%;
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
/* Arkham CSS - Layout */
body {
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
text-rendering: optimizeLegibility;
background-color: #F2F2F2;
/* #fdfdfd
background: url('../img/wallpaper_002.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center; */
position: relative;
margin: 0;
padding-bottom: 6rem;
min-height: 100%;
}
.content {
max-width: 1100px;
padding: 0 15px;
font-size: 16px;
color: #555;
margin: 0 auto;
padding-top: 10px;
width: 94%;
}
.footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
background:#F0F0F0;
border:0px solid #CCC;
text-align: center;
}
.footer a {
color: rgb(122, 156, 201);
text-decoration: none;
}
.header {
height:40px;
background:#F0F0F0;
border:0px solid #CCC;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
margin:0px auto;
text-align: center;
font-size: 18px;
}
.center {
text-align: center;
}
.article {
-moz-column-count: 2;
-moz-column-gap: 25px;
-webkit-column-count: 2;
-webkit-column-gap: 25px;
column-count: 2;
column-gap: 25px;
}
.name {
color: #00F500;
}
/* Arkham CSS - Links */
.links {
font-size: 14px;
}
p {
color: #000000;
}
/* Arkham CSS - Links */
/* #f56c11; - Fall Colors */
a {
color: #29ABE2;
text-decoration: none;
}
a:hover {
color: rgb(0, 0, 0);
text-decoration: underline;
}
a:active {
color: #29ABE2;
}
.links_work {
color: #f56c11;
}
/* Arkham CSS - Information Banners */
.info {
margin-bottom: 15px;
padding: 4px 12px;
background-color: #e7f3fe;
border-left: 6px solid #2196F3;
}
/* Arkham CSS - Tables */
table {
table-layout: fixed;
width: 100px;
}
table.GeneratedTable {
width: 100%;
border-collapse: collapse;
color: #000000;
align-self: baseline;
}
table.GeneratedTable td, table.GeneratedTable th {
border-width: 1px;
border-style: solid;
padding: 2px 4px;
}
/* Arkham CSS - Input */
input[type=text], select {
font-family: 'Lucida Grande', sans-serif;
font-size: 14px;
width: 25%;
padding: 12px 10px;
margin: 4px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=button], input[type=submit], input[type=reset] {
background-color: #ef9d39;
border: none;
border-radius: 4px;
color: white;
padding: 12px 32px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
}
input[type=submit]:hover {
background-color: #5b66f6;
}
input[type=text]:focus {
border: 1px solid #555;
}
/* Arkham CSS - Link Box */
.link_box_left {
height:30px;
width: 50px;
padding-top: 4px;
padding-left: 5px;
padding-right: 5px;
margin:0px auto;
text-align: right;
}
.link_box_right {
height:30px;
width: 800px;
padding-top: 4px;
padding-left: 5px;
padding-right: 5px;
margin:0px auto;
text-align: left;
}
.wallpaper_games {
background-image: url("/assets/img/wallpaper_001.jpg"); /* The image used */
background-color: #cccccc; /* Used if the image is unavailable */
height: 973px; /* You must set a specified height */
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
}
.links {
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
.links td, .links th {
border: 1px solid #ddd;
text-align: left;
padding: 8px;
}
.links tr:nth-child(even){background-color: #f2f2f2;}
.links tr:hover {background-color: #ddd;}
.links th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #ef9d39;
color: white;
} | 0.340924 | 0.063222 |
body {
/*background-image: url("paper.gif");
background-repeat: no-repeat;
background-size: contain;*/
background-color: white;
}
#container {
padding: 10px;
width: 400px;
height: 250px;
margin-left: auto;
margin-right: auto;
box-shadow: 10px 10px 5px #888888;
border-radius: 25px;
background-color: #778899;
}
#header {
background-color: #B0E0E6;
color: white;
text-align: center;
border-radius: 25px;
}
#temp {
background-color: yellow;
border-radius: 25px;
padding: 10px;
color: black;
text-align: center;
font-weight: bold;
font-size: 100%;
width: 25;
margin-left: 170;
}
#set_temp {
color: #191970;
text-align: center;
position: relative;
width: 178px;
height: 40px;
top: 2px;
left: 104px;
}
#increase {
width: 75;
font-size: 25%;
font-weight: bold;
color: #191970;
margin-top: 10;
margin-left: 0;
}
#decrease {
width: 75;
font-size: 25%;
font-weight: bolder;
color: #191970;
margin-top: 10;
margin-right: 0;
}
#controls {
color: #191970;
text-align: center;
position: absolute;
width: 390px;
height: 75px;
top: 178px;
}
#reset {
width: 100px;
height: 50px;
}
#psm {
width: 100px;
height: 50px;
}
#outside-temp {
padding: 11px;
color: white;
text-align: center;
border-radius: 25px;
background-color: #B0E0E6;
height: 15px;
margin: 63px;
}
.button {
border-top: 1px solid #96d1f8;
background: #65a9d7;
background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
background: -moz-linear-gradient(top, #3e779d, #65a9d7);
background: -ms-linear-gradient(top, #3e779d, #65a9d7);
background: -o-linear-gradient(top, #3e779d, #65a9d7);
padding: 4.5px 9px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: white;
font-size: 14px;
font-family: Georgia, serif;
text-decoration: none;
vertical-align: middle;
outline: none;
}
.button:hover {
border-top-color: #28597a;
background: #28597a;
color: #ccc;
}
.button:active {
border-top-color: #1b435e;
background: #1b435e;
} | html/style.css | body {
/*background-image: url("paper.gif");
background-repeat: no-repeat;
background-size: contain;*/
background-color: white;
}
#container {
padding: 10px;
width: 400px;
height: 250px;
margin-left: auto;
margin-right: auto;
box-shadow: 10px 10px 5px #888888;
border-radius: 25px;
background-color: #778899;
}
#header {
background-color: #B0E0E6;
color: white;
text-align: center;
border-radius: 25px;
}
#temp {
background-color: yellow;
border-radius: 25px;
padding: 10px;
color: black;
text-align: center;
font-weight: bold;
font-size: 100%;
width: 25;
margin-left: 170;
}
#set_temp {
color: #191970;
text-align: center;
position: relative;
width: 178px;
height: 40px;
top: 2px;
left: 104px;
}
#increase {
width: 75;
font-size: 25%;
font-weight: bold;
color: #191970;
margin-top: 10;
margin-left: 0;
}
#decrease {
width: 75;
font-size: 25%;
font-weight: bolder;
color: #191970;
margin-top: 10;
margin-right: 0;
}
#controls {
color: #191970;
text-align: center;
position: absolute;
width: 390px;
height: 75px;
top: 178px;
}
#reset {
width: 100px;
height: 50px;
}
#psm {
width: 100px;
height: 50px;
}
#outside-temp {
padding: 11px;
color: white;
text-align: center;
border-radius: 25px;
background-color: #B0E0E6;
height: 15px;
margin: 63px;
}
.button {
border-top: 1px solid #96d1f8;
background: #65a9d7;
background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
background: -moz-linear-gradient(top, #3e779d, #65a9d7);
background: -ms-linear-gradient(top, #3e779d, #65a9d7);
background: -o-linear-gradient(top, #3e779d, #65a9d7);
padding: 4.5px 9px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: white;
font-size: 14px;
font-family: Georgia, serif;
text-decoration: none;
vertical-align: middle;
outline: none;
}
.button:hover {
border-top-color: #28597a;
background: #28597a;
color: #ccc;
}
.button:active {
border-top-color: #1b435e;
background: #1b435e;
} | 0.296043 | 0.082734 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
list-style: none;
}
html {
-webkit-font-smoothing: subpixel-antialiased;
}
body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
/* font-size: 13px; */
background-color: #ffffff;
width: 100%;
height: 100%;
}
/*
******************************************
Content wrapper
******************************************
*/
.wrapper {
display: flex;
align-items: stretch;
height: 100%;
}
/*
******************************************
CONTAINER
******************************************
*/
#qv-container {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
/*
******************************************
HEADER
******************************************
*/
#qv-header {
position: fixed;
width: 100%;
height: 50px;
z-index: 999;
}
/*
******************************************
LOGO
******************************************
*/
#qv-header-logo {
width: 134px;
height: 12px;
background-repeat: no-repeat;
background-size: 100px 12px;
background-position: 15px 20px;
float: left;
padding: 25px 0px;
margin-right: 15px;
}
/*
******************************************
NAV BUTTONS
******************************************
*/
#qv-navbar {
margin-left: 10px;
height: 100%;
}
#qv-navbar > li {
font-size: 14px;
float: left;
position: relative;
cursor: pointer;
padding: 19px 15px 17px 15px;
}
.qv-nav-separator {
width: 20px;
height: 100%;
margin: 0 !important;
cursor: default !important;
}
#qv-nav-right {
float: right !important;
}
.qv-nav-caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.qv-nav-dropdown-menu {
position: absolute;
top: 49px;
left: 0;
z-index: 1000;
float: left;
min-width: 160px;
padding: 5px 0;
list-style: none;
font-size: 13px;
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
display: none;
}
.qv-nav-dropdown-menu li {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
white-space: nowrap;
}
.qv-nav-dropdown-menu-separator {
height: 1px;
margin: 8px 0;
overflow: hidden;
background-color: #e5e5e5;
padding: 0 !important;
}
#qv-zoom-val-container {
min-width: 50px;
}
.qv-tooltip {
visibility: hidden;
width: 120px;
background-color: #000000;
color: #fff;
text-align: center;
border-radius: 0px;
padding: 5px 0;
position: absolute;
z-index: 1;
margin-top: 37px;
margin-left: -66px;
font-size: 10px;
}
.qv-tooltip::after {
content: " ";
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent black transparent;
}
#qv-navbar li:hover .qv-tooltip {
visibility: visible;
}
#qv-header-logo:hover .qv-tooltip {
visibility: visible;
margin-left: 10px;
margin-top: 31px;
}
#qv-nav-right:hover .qv-tooltip {
margin-left: -108px;
}
#qv-nav-right .qv-tooltip::after {
left: 85%;
}
/*
******************************************
SEARCH
******************************************
*/
#qv-nav-search-container {
min-width: 330px;
padding: 8px 0px 7px 7px;
position: absolute;
display: none;
right: 0px;
float: left;
top: 49px;
z-index: 1;
}
#qv-nav-search-container input[type='text'] {
float: left;
border: 0;
height: 20px;
width: 215px;
padding: 5px 65px 5px 5px;
}
#qv-nav-search-container input[type='text']:focus {
outline: none;
}
#qv-nav-search-cancel {
font-size: 15px;
width: 10px;
margin-left: 1px;
margin-top: -2px;
}
.qv-nav-search-btn {
float: left;
margin: 0px 10px;
padding: 3px 5px;
}
#qv-search-count {
color: #959DA5;
font-size: 11px;
position: absolute;
left: 154px;
top: 13px;
text-align: right;
width: 62px;
}
/*
******************************************
Search highlight
******************************************
*/
.qv-highlight {
background-color: yellow;
}
.qv-highlight-select {
background-color: #ff9b00;
}
/*
******************************************
PAGES
******************************************
*/
#qv-pages {
background-color: #e7e7e7;
position: relative;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: scroll!important;
padding-top: 60px;
/* Hides the scrollbar */
transition:all 0.4s;
overflow: visible;
}
#qv-pages img {
left: 0;
width: inherit;
}
#qv-panzoom {
transform: none;
backface-visibility: hidden;
transform-origin: 50% 50% 0px;
text-align: center;
}
.qv-page {
display: inline-block;
background-color: #ffffff;
margin: 10px;
-webkit-box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.38);
box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.38);
transition: all 0.3s;
}
.qv-page .qv-wrapper {
padding: 0;
width: inherit;
height: inherit;
}
.qv-page-spinner {
margin-top: 150px;
}
.qv-landscape{
margin: -111px 254px;
}
.qv-landscape-image{
margin: -72px 100px -79px ;
}
/* Fix for image files */
#qv-pages .qv-wrapper > img {
max-width: 100vw !important;
display: -webkit-box;
}
/*
******************************************
Thumbnails sidebar
******************************************
*/
#qv-thumbnails {
top: 0;
bottom: 0;
display: none;
position: fixed;
z-index: 9;
padding: 65px 33px;
}
#qv-thumbnails.active {
width: 280px;
background: #f5f5f5;
color: #ffffff;
transition: all 0.3s;
overflow-y: auto;
display: block;
}
#qv-thumbnails-panzoom {
zoom: 0.25;
zoom: 25%;
}
#qv-thumbnails-panzoom > .qv-page {
margin-bottom: 100px;
margin-left: 0;
}
#qv-thumbnails-panzoom > .qv-thumbnails-landscape{
margin: -134px 0px -1px 12px;
}
#qv-thumbnails-panzoom .qv-wrapper > div > div > img {
width: inherit;
}
/* Make thumbnails sidebar scroll not visible */
#qv-thumbnails::-webkit-scrollbar {
width: 0px;
background-color: #F5F5F5;
}
#qv-thumbnails .qv-wrapper > img {
position: absolute;
width: -webkit-fill-available !important;
margin: 0 20px;
left: 0;
}
#qv-thumbnails .qv-page-image{
height: inherit;
margin-left: 153px !important;
}
.qv-thumbnails-landscape-image{
margin: -90px 0 -23px !important;
}
/*
******************************************
MODAL
******************************************
*/
.qv-modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
background-color: rgba(0,0,0,0.5);
}
.qv-modal-dialog {
position: absolute;
width: 600px;
height: 400px;
top: calc(50% - 200px);
left: calc(50% - 300px);
}
.qv-modal-content {
background-color: #ffffff;
height: 100%;
}
.qv-modal-header {
padding: 1px 20px;
}
.qv-modal-close {
position: absolute;
right: 20px;
top: 13px;
font-size: 21px;
cursor: pointer;
}
.qv-modal-title {
font-size: 16px;
font-weight: 400;
padding: 16px;
}
.qv-modal-body {
background-color: #ffffff;
padding: 20px;
max-height: 500px;
overflow: hidden;
width: 100%;
height: 100%;
overflow-y: auto;
margin-right: 14px;
padding-right: 28px;
}
.qv-modal-table {
width: 100%;
text-align: left;
}
.qv-modal-table th:nth-child(3), .qv-modal-table th:last-child {
width: 31%;
padding-left: 52px;
}
.qv-modal-table > tbody > tr > td {
font-size: 14px;
padding: 10px 6px;
}
.qv-modal-table > tbody > tr > td:nth-child(2) {
cursor: pointer;
max-width: 200px;
overflow: hidden;
}
.qv-modal-table td:nth-child(3), .qv-modal-table td:last-child {
font-size: 12px;
}
.qv-modal-table td:last-child {
padding-left: 45px
}
.qv-modal-footer {
height: 25px;
}
.qv-modal-footer > .btn {
float: right;
margin: 20px 15px;
padding: 10px 20px;
cursor: pointer;
font-size: 12px;
}
#qv-modal-spinner {
position: absolute;
background-color: #ffffff;
width: 560px;
height: 50px;
text-align: center;
font-size: 16px;
display: none;
}
#qv-modal-error {
position: absolute;
background-color: #ffffff;
width: 100%;
font-size: 13px;
margin: -20px;
padding: 20px;
}
#qv-upload-section {
margin-top: 75px;
width: 550px;
}
#qv-upload-section label {
background-color: #3e4e5a;
border-radius: 0px;
color: #ffffff;
padding-top: 9px;
padding-left: 7px;
display: inline-block;
text-align: center;
font-size: 11px;
}
#qv-upload-button, #qv-open-document {
position: relative;
right: 0px;
bottom: 20px;
width: 267px;
background-color: #3e4e5a;
border: none;
height: 33px;
color: #ffffff;
}
#qv-open-document {
right: -15px;
background-color: #25c2d4;
}
#qv-upload-button:disabled {
cursor: not-allowed;
}
#qv-upload-files-table {
width: 100%;
margin-bottom: 30px;
border-spacing: 0;
}
#qv-upload-files-table>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
#qv-upload-files-table div div > i {
font-size: 21px;
position: absolute;
top: 25px;
left: 10px;
}
#qv-upload-files-table .qv-filetree-name {
position: absolute;
top: 20px;
left: 43px;
width: calc(100% - 260px);
}
#qv-upload-files-table .qv-filetree-name > span {
font-size: 12px;
font-weight: 300;
color: #9a9a9a;
margin-right: 15px;
}
.qv-upload-complete {
font-size: 10px;
text-transform: uppercase;
text-align: center;
color: #addca5;
position: fixed;
left: calc(100% - 139px);
top: Calc(100% - 72px);
display: none;
}
.qv-cancel-button {
padding: 7px;
background: none;
width: 28px;
overflow: hidden;
}
.qv-cancel-button i {
font-size: 21px;
}
.qv-file-name {
white-space: nowrap;
overflow: hidden;
width: 100%;
text-overflow: ellipsis;
}
#qv-upload-files-table.qv-file-name {
font-weight: bold;
}
section {
display: block;
padding: 20px 0 0;
}
#qv-upload-section label i {
margin-right: 10px;
margin-left: -10px;
}
.btn {
font-size: 14px;
line-height: 1.42857143;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
}
.qv-desktop{
margin-left: -43px;
padding-top: 20px;
}
.qv-url-wrap {
position: relative;
}
.qv-url-wrap > input {
padding-left: 12px;
margin-left: 35px;
width: 454px;
height: 32px;
color: #585858;
}
#qv-url-cancel {
background: transparent;
position: absolute;
left: 0;
top: 0;
}
#qv-url-cancel i {
font-size: 21px;
margin-top: 5px;
margin-left: 6px;
}
#qv-add-url{
position: absolute;
top: 0;
color: #fff;
background-color: #3e4d59;
padding: 7px 16px 6px;
font-size: 12px;
}
.qv-password-wrap {
position: relative;
margin-left: -18px;
margin-top: 118px;
}
.qv-password-wrap > input {
padding-left: 12px;
margin-left: 35px;
width: 454px;
height: 32px;
color: #585858;
}
#qv-password-submit{
position: absolute;
top: 0;
color: #fff;
background-color: #3e4d59;
padding: 7px 16px 6px;
font-size: 12px;
}
.qv-password-error{
position: absolute;
top: 38px;
left: 35px;
color: #ff0000;
}
.qv-drag-n-drop-wrap {
border: 2px dashed #ccc;
background-color: #f8f8f8;
text-align: center;
cursor: default;
margin-bottom: 20px;
margin-top: -81px;
position: inherit;
width: 550px;
height: 228px;
padding-bottom: 7px;
}
.qv-drag-n-drop-wrap h2 {
color: #cacaca;
margin: 5px 0;
font-size: 18px;
font-weight: 300;
}
.qv-drag-n-drop-wrap h4 {
color: #cacaca;
font-weight: 300;
font-size: 14px;
margin: 10px 0;
}
.qv-drag-n-drop-wrap h5 {
color: #afafaf;
font-weight: 200;
font-size: 12px;
margin: 20px 0 0 0;
}
.qv-drag-n-drop-icon {
margin: 12px auto;
}
.qv-drag-n-drop-icon .fa-cloud-download {
color: #efefef;
font-size: 80px;
}
.qv-drag-n-drop-buttons i {
margin-right: 5px;
}
.qv-drag-n-drop-buttons .btn {
width: 134px;
height: 35px;
margin: 0 10px;
font-size: 12px;
font-weight: 400;
}
#qv-file {
display: none;
}
#qv-dropZone.hover {
background: #ddd;
border-color: #aaa;
}
.qv-go-up{
cursor: pointer;
}
/*
******************************************
Document types
******************************************
*/
.fa-file-pdf-o {
color: #c11e07;
}
.fa-file-word-o {
color: #2a5699;
}
.fa-file-powerpoint-o {
color: #d24625;
}
.fa-file-excel-o {
color: #207245;
}
.fa-file-image-o {
color: #25c2d4;
}
.fa-file-text-o {
color: #D89E13;
}
.fa-file-code-o {
color: #636363;
}
/*
******************************************
Fade annimation
******************************************
*/
.qv-modal.fade .qv-modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.qv-modal.in .qv-modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
/*
******************************************
Swipe elements
******************************************
*/
.swiper-wrapper{
height: 76px !important;
}
.swiper-slide{
left: 6px;
} | src/Resources/css/quickview.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
list-style: none;
}
html {
-webkit-font-smoothing: subpixel-antialiased;
}
body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
/* font-size: 13px; */
background-color: #ffffff;
width: 100%;
height: 100%;
}
/*
******************************************
Content wrapper
******************************************
*/
.wrapper {
display: flex;
align-items: stretch;
height: 100%;
}
/*
******************************************
CONTAINER
******************************************
*/
#qv-container {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
/*
******************************************
HEADER
******************************************
*/
#qv-header {
position: fixed;
width: 100%;
height: 50px;
z-index: 999;
}
/*
******************************************
LOGO
******************************************
*/
#qv-header-logo {
width: 134px;
height: 12px;
background-repeat: no-repeat;
background-size: 100px 12px;
background-position: 15px 20px;
float: left;
padding: 25px 0px;
margin-right: 15px;
}
/*
******************************************
NAV BUTTONS
******************************************
*/
#qv-navbar {
margin-left: 10px;
height: 100%;
}
#qv-navbar > li {
font-size: 14px;
float: left;
position: relative;
cursor: pointer;
padding: 19px 15px 17px 15px;
}
.qv-nav-separator {
width: 20px;
height: 100%;
margin: 0 !important;
cursor: default !important;
}
#qv-nav-right {
float: right !important;
}
.qv-nav-caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.qv-nav-dropdown-menu {
position: absolute;
top: 49px;
left: 0;
z-index: 1000;
float: left;
min-width: 160px;
padding: 5px 0;
list-style: none;
font-size: 13px;
text-align: left;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
display: none;
}
.qv-nav-dropdown-menu li {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
white-space: nowrap;
}
.qv-nav-dropdown-menu-separator {
height: 1px;
margin: 8px 0;
overflow: hidden;
background-color: #e5e5e5;
padding: 0 !important;
}
#qv-zoom-val-container {
min-width: 50px;
}
.qv-tooltip {
visibility: hidden;
width: 120px;
background-color: #000000;
color: #fff;
text-align: center;
border-radius: 0px;
padding: 5px 0;
position: absolute;
z-index: 1;
margin-top: 37px;
margin-left: -66px;
font-size: 10px;
}
.qv-tooltip::after {
content: " ";
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent black transparent;
}
#qv-navbar li:hover .qv-tooltip {
visibility: visible;
}
#qv-header-logo:hover .qv-tooltip {
visibility: visible;
margin-left: 10px;
margin-top: 31px;
}
#qv-nav-right:hover .qv-tooltip {
margin-left: -108px;
}
#qv-nav-right .qv-tooltip::after {
left: 85%;
}
/*
******************************************
SEARCH
******************************************
*/
#qv-nav-search-container {
min-width: 330px;
padding: 8px 0px 7px 7px;
position: absolute;
display: none;
right: 0px;
float: left;
top: 49px;
z-index: 1;
}
#qv-nav-search-container input[type='text'] {
float: left;
border: 0;
height: 20px;
width: 215px;
padding: 5px 65px 5px 5px;
}
#qv-nav-search-container input[type='text']:focus {
outline: none;
}
#qv-nav-search-cancel {
font-size: 15px;
width: 10px;
margin-left: 1px;
margin-top: -2px;
}
.qv-nav-search-btn {
float: left;
margin: 0px 10px;
padding: 3px 5px;
}
#qv-search-count {
color: #959DA5;
font-size: 11px;
position: absolute;
left: 154px;
top: 13px;
text-align: right;
width: 62px;
}
/*
******************************************
Search highlight
******************************************
*/
.qv-highlight {
background-color: yellow;
}
.qv-highlight-select {
background-color: #ff9b00;
}
/*
******************************************
PAGES
******************************************
*/
#qv-pages {
background-color: #e7e7e7;
position: relative;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: scroll!important;
padding-top: 60px;
/* Hides the scrollbar */
transition:all 0.4s;
overflow: visible;
}
#qv-pages img {
left: 0;
width: inherit;
}
#qv-panzoom {
transform: none;
backface-visibility: hidden;
transform-origin: 50% 50% 0px;
text-align: center;
}
.qv-page {
display: inline-block;
background-color: #ffffff;
margin: 10px;
-webkit-box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.38);
box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.38);
transition: all 0.3s;
}
.qv-page .qv-wrapper {
padding: 0;
width: inherit;
height: inherit;
}
.qv-page-spinner {
margin-top: 150px;
}
.qv-landscape{
margin: -111px 254px;
}
.qv-landscape-image{
margin: -72px 100px -79px ;
}
/* Fix for image files */
#qv-pages .qv-wrapper > img {
max-width: 100vw !important;
display: -webkit-box;
}
/*
******************************************
Thumbnails sidebar
******************************************
*/
#qv-thumbnails {
top: 0;
bottom: 0;
display: none;
position: fixed;
z-index: 9;
padding: 65px 33px;
}
#qv-thumbnails.active {
width: 280px;
background: #f5f5f5;
color: #ffffff;
transition: all 0.3s;
overflow-y: auto;
display: block;
}
#qv-thumbnails-panzoom {
zoom: 0.25;
zoom: 25%;
}
#qv-thumbnails-panzoom > .qv-page {
margin-bottom: 100px;
margin-left: 0;
}
#qv-thumbnails-panzoom > .qv-thumbnails-landscape{
margin: -134px 0px -1px 12px;
}
#qv-thumbnails-panzoom .qv-wrapper > div > div > img {
width: inherit;
}
/* Make thumbnails sidebar scroll not visible */
#qv-thumbnails::-webkit-scrollbar {
width: 0px;
background-color: #F5F5F5;
}
#qv-thumbnails .qv-wrapper > img {
position: absolute;
width: -webkit-fill-available !important;
margin: 0 20px;
left: 0;
}
#qv-thumbnails .qv-page-image{
height: inherit;
margin-left: 153px !important;
}
.qv-thumbnails-landscape-image{
margin: -90px 0 -23px !important;
}
/*
******************************************
MODAL
******************************************
*/
.qv-modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
background-color: rgba(0,0,0,0.5);
}
.qv-modal-dialog {
position: absolute;
width: 600px;
height: 400px;
top: calc(50% - 200px);
left: calc(50% - 300px);
}
.qv-modal-content {
background-color: #ffffff;
height: 100%;
}
.qv-modal-header {
padding: 1px 20px;
}
.qv-modal-close {
position: absolute;
right: 20px;
top: 13px;
font-size: 21px;
cursor: pointer;
}
.qv-modal-title {
font-size: 16px;
font-weight: 400;
padding: 16px;
}
.qv-modal-body {
background-color: #ffffff;
padding: 20px;
max-height: 500px;
overflow: hidden;
width: 100%;
height: 100%;
overflow-y: auto;
margin-right: 14px;
padding-right: 28px;
}
.qv-modal-table {
width: 100%;
text-align: left;
}
.qv-modal-table th:nth-child(3), .qv-modal-table th:last-child {
width: 31%;
padding-left: 52px;
}
.qv-modal-table > tbody > tr > td {
font-size: 14px;
padding: 10px 6px;
}
.qv-modal-table > tbody > tr > td:nth-child(2) {
cursor: pointer;
max-width: 200px;
overflow: hidden;
}
.qv-modal-table td:nth-child(3), .qv-modal-table td:last-child {
font-size: 12px;
}
.qv-modal-table td:last-child {
padding-left: 45px
}
.qv-modal-footer {
height: 25px;
}
.qv-modal-footer > .btn {
float: right;
margin: 20px 15px;
padding: 10px 20px;
cursor: pointer;
font-size: 12px;
}
#qv-modal-spinner {
position: absolute;
background-color: #ffffff;
width: 560px;
height: 50px;
text-align: center;
font-size: 16px;
display: none;
}
#qv-modal-error {
position: absolute;
background-color: #ffffff;
width: 100%;
font-size: 13px;
margin: -20px;
padding: 20px;
}
#qv-upload-section {
margin-top: 75px;
width: 550px;
}
#qv-upload-section label {
background-color: #3e4e5a;
border-radius: 0px;
color: #ffffff;
padding-top: 9px;
padding-left: 7px;
display: inline-block;
text-align: center;
font-size: 11px;
}
#qv-upload-button, #qv-open-document {
position: relative;
right: 0px;
bottom: 20px;
width: 267px;
background-color: #3e4e5a;
border: none;
height: 33px;
color: #ffffff;
}
#qv-open-document {
right: -15px;
background-color: #25c2d4;
}
#qv-upload-button:disabled {
cursor: not-allowed;
}
#qv-upload-files-table {
width: 100%;
margin-bottom: 30px;
border-spacing: 0;
}
#qv-upload-files-table>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
#qv-upload-files-table div div > i {
font-size: 21px;
position: absolute;
top: 25px;
left: 10px;
}
#qv-upload-files-table .qv-filetree-name {
position: absolute;
top: 20px;
left: 43px;
width: calc(100% - 260px);
}
#qv-upload-files-table .qv-filetree-name > span {
font-size: 12px;
font-weight: 300;
color: #9a9a9a;
margin-right: 15px;
}
.qv-upload-complete {
font-size: 10px;
text-transform: uppercase;
text-align: center;
color: #addca5;
position: fixed;
left: calc(100% - 139px);
top: Calc(100% - 72px);
display: none;
}
.qv-cancel-button {
padding: 7px;
background: none;
width: 28px;
overflow: hidden;
}
.qv-cancel-button i {
font-size: 21px;
}
.qv-file-name {
white-space: nowrap;
overflow: hidden;
width: 100%;
text-overflow: ellipsis;
}
#qv-upload-files-table.qv-file-name {
font-weight: bold;
}
section {
display: block;
padding: 20px 0 0;
}
#qv-upload-section label i {
margin-right: 10px;
margin-left: -10px;
}
.btn {
font-size: 14px;
line-height: 1.42857143;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
}
.qv-desktop{
margin-left: -43px;
padding-top: 20px;
}
.qv-url-wrap {
position: relative;
}
.qv-url-wrap > input {
padding-left: 12px;
margin-left: 35px;
width: 454px;
height: 32px;
color: #585858;
}
#qv-url-cancel {
background: transparent;
position: absolute;
left: 0;
top: 0;
}
#qv-url-cancel i {
font-size: 21px;
margin-top: 5px;
margin-left: 6px;
}
#qv-add-url{
position: absolute;
top: 0;
color: #fff;
background-color: #3e4d59;
padding: 7px 16px 6px;
font-size: 12px;
}
.qv-password-wrap {
position: relative;
margin-left: -18px;
margin-top: 118px;
}
.qv-password-wrap > input {
padding-left: 12px;
margin-left: 35px;
width: 454px;
height: 32px;
color: #585858;
}
#qv-password-submit{
position: absolute;
top: 0;
color: #fff;
background-color: #3e4d59;
padding: 7px 16px 6px;
font-size: 12px;
}
.qv-password-error{
position: absolute;
top: 38px;
left: 35px;
color: #ff0000;
}
.qv-drag-n-drop-wrap {
border: 2px dashed #ccc;
background-color: #f8f8f8;
text-align: center;
cursor: default;
margin-bottom: 20px;
margin-top: -81px;
position: inherit;
width: 550px;
height: 228px;
padding-bottom: 7px;
}
.qv-drag-n-drop-wrap h2 {
color: #cacaca;
margin: 5px 0;
font-size: 18px;
font-weight: 300;
}
.qv-drag-n-drop-wrap h4 {
color: #cacaca;
font-weight: 300;
font-size: 14px;
margin: 10px 0;
}
.qv-drag-n-drop-wrap h5 {
color: #afafaf;
font-weight: 200;
font-size: 12px;
margin: 20px 0 0 0;
}
.qv-drag-n-drop-icon {
margin: 12px auto;
}
.qv-drag-n-drop-icon .fa-cloud-download {
color: #efefef;
font-size: 80px;
}
.qv-drag-n-drop-buttons i {
margin-right: 5px;
}
.qv-drag-n-drop-buttons .btn {
width: 134px;
height: 35px;
margin: 0 10px;
font-size: 12px;
font-weight: 400;
}
#qv-file {
display: none;
}
#qv-dropZone.hover {
background: #ddd;
border-color: #aaa;
}
.qv-go-up{
cursor: pointer;
}
/*
******************************************
Document types
******************************************
*/
.fa-file-pdf-o {
color: #c11e07;
}
.fa-file-word-o {
color: #2a5699;
}
.fa-file-powerpoint-o {
color: #d24625;
}
.fa-file-excel-o {
color: #207245;
}
.fa-file-image-o {
color: #25c2d4;
}
.fa-file-text-o {
color: #D89E13;
}
.fa-file-code-o {
color: #636363;
}
/*
******************************************
Fade annimation
******************************************
*/
.qv-modal.fade .qv-modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.qv-modal.in .qv-modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
/*
******************************************
Swipe elements
******************************************
*/
.swiper-wrapper{
height: 76px !important;
}
.swiper-slide{
left: 6px;
} | 0.328099 | 0.076961 |
.label-subpage {margin-bottom: 24px;}
.label-subpage span, .tags span {background-color: var(--sub-color);border-radius: 4px;color: #fff;display: inline-block;padding: 3px 12px 4px;text-transform: uppercase;font-size: 13px;}
.title-subpage {display:flex;/* align-items:center */}
.title-subpage .time-box {flex:0 0 100px;margin-right: 20px;}
.title-subpage h1 {flex:1;font-size: 27px;line-height: 1.2;-webkit-text-stroke-width: 0.4px;margin-bottom: 0;margin-top: -8px;}
.main-content {/* margin-bottom:32px; */}
.main-content .description {font-style:italic;margin-bottom:24px;color: rgba(0,0,0,.64);}
.main-content .main-article h2 {-webkit-text-stroke-width: 0.4px;margin-bottom: 16px;font-size:19px;padding-bottom: 12px;position: relative;}
.main-content .main-article h2::after {width:64px;content: '';position: absolute;height: 2px;background-color: var(--sub-color);left: 0;bottom: 0;}
.share-social {color: rgba(0,0,0,.5);padding: 0 16px;top: 64px;}
.share-social span {position:relative;text-transform: uppercase;font-size: 14px;display: flex;align-items: center;justify-content: center;}
.share-social span::before {flex: 0 0 10px;height: 10px;border-radius:50%;background-color:var(--main-color);content:'';display: block;margin-right: 5px;margin-top: 1px;}
.share-social ul {/* display:flex; *//* flex-direction: column; *//* justify-content: center; */}
.share-social ul li {display:block;margin: auto;}
.share-social ul li a {font-size: 36px;text-align: center;border: 1px solid rgba(0,0,0,.25);border-radius: 50%;width: 44px;height: 44px;display: flex;margin: 7px auto;color: rgba(0,0,0,.5);flex: 0 0 auto;justify-content: center;align-items: center;}
.share-social ul li a:hover {background-color:var(--main-color); border-color:var(--main-color); color:#fff}
.main-article {line-height: 1.5;}
.tags {display:flex;align-items: flex-start;}
.tags span {margin-right:12px}
.tags a {display:inline-block; padding:2px 8px; font-style:italic}
.review-article {font-size:14px}
.review-article h2 {margin-bottom: 16px; font-family: var(--subtitle-fontface); font-size: 19px;}
.review-article h2 {padding-top: 60px;margin-top: -40px;}
.review-article h2::before {counter-increment: counter;content:"" counter(counter) "";width: 28px;height: 28px;display:inline-block;background-color:var(--main-color);border-radius:50%;text-align:center;color:#fff;line-height: 26px;margin-right:8px;font-size: 16px;}
.review-article h3, #utilityPopup h3 {padding-top: 52px;margin-top: -40px;}
.review-article h3 span, #utilityPopup h3 span {position: relative;color: var(--main-color);text-transform: uppercase;border: 1px solid var(--sub-color);border-radius: 3px;display: inline-block;padding: 3px 16px 4px;font-weight: bold;font-size: 14px;}
.review-article h3 span::before, #utilityPopup h3 span::before {content:'';height: 6px;width: 6px;border-radius: 50%;background-color: var(--sub-color);display: inline-block;vertical-align: 2px;margin-right: 8px;box-sizing: content-box;}
.suggest-idea {display: flex;background-color: #fef8f3;font-style: italic;padding: 14px 20px 20px;border-radius: 4px;margin-bottom: 20px;color: var(--main-color);}
.suggest-idea span {flex:0 0 auto;width: 48px;margin-right: 12px;align-self: start;margin-top: 2px;/* background: #fff; */height: 48px;border-radius: 50%;padding: 3px;/* border: 1px solid; */}
.suggest-idea p {margin-bottom: 0;font-size: 13px;}
.review-article h3 ~ p, .review-article h3 ~ ul {margin-left: 16px;}
.review-article h2 + p {margin-left:0}
.review-article ul.li-plus, #utilityPopup .li-plus {margin-bottom: 12px;}
.review-article ul.li-plus li, #utilityPopup .li-plus li {display: block;padding-left: 14px;padding-bottom:3px;position: relative;}
.review-article ul.li-plus li:before, #utilityPopup .li-plus li:before {content:'+'; position:absolute; left:0; top:-3px}
.review-article .card-s .card-title {font-size: 16px;}
.review-article .card-s .card-title a {line-height:1.35}
.review-article .card-s .card-body {padding:8px 15px 8px;margin-left: 8px;margin-right: 8px;}
.review-article .card-s.card-s1 .card-info a {padding-left:8px;padding-right: 8px;color: #888;}
.review-article .card-s.card-s1 .card-info a:hover {color:var(--main-color)}
.review-utilities {margin-top:32px; margin-bottom: 32px;}
.utility-item {display: flex; align-items: center; color: #444; border: 1px solid transparent; box-shadow: 0px 1px 3px rgb(0 0 0 / 4%), 1px 1px 5px rgb(0 0 0 / 8%); border-radius: 2px; position: relative; margin-bottom:8px}
.utility-item i {background-color: var(--main-color);display: flex;flex: 0 0 auto;width: 56px;height: 56px;align-items: center;border-radius: 2px;justify-content: center;padding: 0 10px;top: -7px;position: relative;left: -1px;}
.utility-item i img {max-width:100%}
.utility-item span {line-height: 1.32;padding: 4px 8px;font-size: 13px;}
.sec-slider-review {background: #f5f5f5;padding-top: 32px;margin-bottom: 24px;}
.sec-slider-review .swiper-slide {width: 72%; height:auto; background-color: #000;}
.sec-slider-review .swiper-slide.swiper-slide-active img {opacity:1;}
.sec-slider-review .swiper-button-next, .sec-slider-review .swiper-button-prev {width: 60px;height: 60px;background:var(--main-color);border: none;color: #fff;/* top:initial; *//* bottom:16% */}
.sec-slider-review .swiper-button-next:hover, .sec-slider-review .swiper-button-prev:hover {background:var(--sub-color)}
.sec-slider-review .swiper-button-prev {left: calc(7% - (86px/2));}
.sec-slider-review .swiper-button-next {right: calc(7% - (86px/2));}
.sec-slider-review .swiper-slide.video > a:before {width:60px;height:60px;background-color: var(--sub-color);box-shadow: 0 0 0 6px rgba(255,255,255,.5);}
.sec-slider-review .swiper-slide.video > a:after {border-left-color:#fff}
.schoolSwiper {}
.schoolSwiper .swiper-wrapper {margin-bottom:56px}
.school-item {height: 0;padding-bottom: 100%;background-color: #fff;border-radius: 50%;position: relative;}
.school-item-wrap {text-align:center;position: absolute;top: 0;bottom: 0;margin: auto;display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 20px; box-shadow: 0px 1px 3px rgb(0 0 0 / 4%), 1px 1px 5px rgb(0 0 0 / 8%);border-radius: 50%;margin: 4px; border: 2px solid transparent; box-sizing: border-box;}
.school-item .line-b {font-size: 14px;-webkit-text-stroke-width: 0.8px;letter-spacing: .8px;text-transform: uppercase;line-height: 1.32;}
.school-item .line-b::after {right:0;margin:auto;bottom: 4px;height: 1px;width: 40px;}
.school-item address {margin-bottom: 8px;border-bottom:1px solid #f0f0f0;padding-bottom: 10px;}
.school-item span i {vertical-align:-2px; font-size:16px}
.school-item .icon-location {position:absolute;bottom: -24px;background-color: #fff;border: 2px solid #f0f0f0;width: 48px;height: 48px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 24px;}
.school-item:hover .school-item-wrap, .school-item:hover .school-item-wrap .icon-location {border-color: var(--sub-color);}
.school-item:hover .school-item-wrap .icon-location {color: var(--sub-color)}
.review-article .card-s .cat .room-status::before {display: none;}
.review-map {margin-top:64px}
.review-map h4 {font-size: 18px;text-transform: uppercase;-webkit-text-stroke-width: 0.4px;text-align: center;position: relative; margin-bottom:20px}
.review-map h4::before {content:'';position:absolute;left:0;right:0;height:1px;background-color:var(--sub-color);bottom:0;top:0;margin:auto}
.review-map h4 span {border: 1px solid var(--sub-color);padding: 5px 20px;border-radius: 3px;position:relative;background-color:#fff;box-shadow:0 0 0 16px #fff;}
.review-tabs {justify-content: center;}
.review-tabs button {border: none;background: none;color: #444;font-size:14px;display: block;padding: 0.5rem 1rem;}
.review-tabs button.active {color:var(--main-color); font-weight:bold}
.review-map .cta-btn .cta-ico {font-size:16px}
.review-map .cta-btn .cta-btn .cta-text {font-size:14px}
.review-article .grid-view .swiper-slide {width: 40%;}
.top-apartment::after {content:''; width: 60px;top:0;bottom:0;right:0;position: absolute;background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.88) 100%);z-index: 2; display: none;}
.review-table {margin-top: 24px;}
.review-table table {text-align: center;font-size: 13px;line-height: 1.35;}
.review-table table th {text-transform:uppercase;font-weight:normal;-webkit-text-stroke-width: 0.4px;font-size: 12px;}
.review-table table th:nth-last-child(-n + 2) {text-align: left;}
.review-table table th:nth-child(n + 2) {border-top: 1px solid #e1e4e9;/* border-bottom: 1px solid #e1e4e9; */}
.review-table table tr:nth-child(n + 2) td:nth-child(n + 2) {border-bottom: 1px solid #e1e4e9;}
.review-table table th, .review-table table td {vertical-align: middle;border-right: 1px solid #e1e4e9;}
.review-table table tbody td:first-child {text-align: left;}
.review-table table tbody tr:first-child td:nth-child(n + 2) {background-color: var(--sub-color);color: #fff;box-shadow: none;}
.table>:not(:first-child) {border-top: none;}
.review-table table tbody td.shadow-none {position:relative;padding-left: 20px;-webkit-text-stroke-width: 0.4px;font-size: 12px;}
.review-table table tbody td.shadow-none::before {content:'';position:absolute;bottom:0;top:0;width: 6px;background-color: var(--sub-color);right:-1px;}
.review-table table tbody td.shadow-none::after {content:'';border-top: 6px solid transparent;border-right: 6px solid #6d3d13;border-bottom: 0 solid transparent;display:inline-block;position: absolute;top: -6px;right: -1px;}
.review-table td.hightlight {border: none; position: relative;padding: .5rem 0;box-shadow: none;}
.review-table td.hightlight:before {content:'';top: 1px;bottom: 1px;left:0;right:0;background-color: var(--main-color); position:absolute; border-radius: 3px 0 0 3px;}
.review-table td.hightlight span {color: #fff !important;-webkit-text-stroke-width: 0.4px;position: relative;left: 0;right: 0;display: flex;padding-left: 20px;padding-right: 4px;}
.review-table td.hightlight i {position: absolute;width: 24px;height: 24px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background-color: var(--sub-color);color: #fff;top: 0;bottom: 0;margin: auto;left: -12px;z-index: 2;}
#utilityPopup {font-size:14px}
#utilityPopup .label-subpage {margin-bottom:8px;}
#utilityPopup h4 {font-weight:bold; text-transform:uppercase}
#utilityPopup .btn-close {border:2px solid var(--sub-color);color:var(--sub-color);border-radius:50%;background: none;font-size: 28px;padding: 0;margin: 0;width: 36px;height: 36px;box-sizing: border-box;display: flex;justify-content: center;line-height: 28px;}
#utilityPopup .modal-header {border-bottom: none; padding:1.5rem 1.5rem 1.25rem; align-items:start; margin-top:4px}
#utilityPopup .modal-body {padding:1.5rem 1.5rem 1rem; background-color:#f6f6f6}
.product-detail {margin-bottom: 14px;}
.product-detail h5 {text-transform: uppercase;font-weight: bold;color: var(--main-color);font-size: 16px;border-bottom: 1px solid #dfdfdf;-webkit-text-stroke-width: unset;padding-top: 120px;margin-top: -120px;}
.product-detail .utilitie-item {display: flex;justify-content: space-between;align-items: center;padding: 10px 0; font-size: 14px;}
.product-detail .utilitie-item i {font-size: 24px;vertical-align: -3px;}
.product-detail .utilitie-item:nth-last-of-type(n+2) {border-bottom: 1px solid #dfdfdf;}
.product-detail .line-b::after {height:1px;bottom: -1px;}
.product-overview {font-size: 14px;}
.product-overview .review-tabs {justify-content: start; border-bottom: 1px solid #dfdfdf;}
.product-overview .review-tabs button {padding-left:0; margin-right:2rem; padding-right:0; padding-bottom:.75rem; text-transform:uppercase; position:relative}
.product-overview .review-tabs button.active::after {content:''; height:1px; background:var(--sub-color); left:0; right:0; position:absolute; bottom:-1px}
.product-overview .scrollspy-product {justify-content: start;border-bottom: 1px solid #dfdfdf;position: sticky;top: 58px;background: #fff;z-index: 20;margin-bottom: 32px;}
.product-overview .scrollspy-product li {}
.product-overview .scrollspy-product li a {padding-left:0;margin-right: 2.4rem;padding-right:0;padding-bottom: .75rem;/* text-transform:uppercase; */position:relative;font-size: 16px;color: #444;-webkit-text-stroke-width: 0.32px;}
.product-overview .scrollspy-product li a.active {/* font-weight:bold; */color:var(--main-color);background:none;-webkit-text-stroke-width: unset;}
.product-overview .scrollspy-product li a.active::after {content:''; height:1px; background:var(--sub-color); left:0; right:0; position:absolute; bottom:-1px}
.scrolloverview {margin-bottom: 0px; margin-top: 0px;}
.group-map {text-align:right; margin-bottom:24px; margin-top:24px}
.group-map button {width: auto;-webkit-text-stroke-width: 0.4px;color: #444;text-transform: uppercase;font-size: 13px;margin: 0 1px;padding:3px 14px;}
.group-map button.active, .group-map button.active:hover {border-color: var(--sub-color); color: var(--sub-color); background-color: rgb(224 120 28 / 10%);}
.type-chart {margin-left:auto;text-align:right;margin-top: -48px;margin-bottom: 28px;position: relative;}
.type-chart li:not(:first-child) a {padding-left: 12px;border-left:1px solid;margin-left: 12px;}
.product-subpage .main-article {padding-left: 0;}
.product-dt-header-title {margin-bottom:24px}
.product-dt-header-title h2 {line-height: 1.2; font-size: 25px; margin-bottom: 16px;}
.product-dt-header-title a {color:var(--sub-color);border-bottom: 1px solid;}
.product-dt-header-title a i {vertical-align:middle}
.product-price {background-color: var(--main-color);color: #fff;top: 50px;margin-top: -32px;}
.product-price .new-price {background:var(--sub-color);padding: 20px 20px 8px;}
.product-price .new-price h1 {font-weight:bold}
.product-price .old-price {text-align:center;padding:12px 0;color: rgb(255 255 255 / 71%);font-size: 18px;}
.product-dt-header-status {display: flex;justify-content: space-between;align-items: center;margin-bottom: 12px;}
.product-dt-header-status .bg-subcolor {background-color: var(--sub-color);color: #fff;text-transform: uppercase;}
.product-dt-header-status .product-dt-header-status-left span, .product-dt-header-status .bg-secondary {padding: 6px 20px 8px;border-radius: .25rem;display: inline-block;margin-right: 3px;}
.product-dt-header-status .bg-light, .product-dt-header-status .bg-secondary {background:#ddd !important}
.product-dt-header-status .bg-secondary {box-shadow:inset 0 0 0 1px var(--main-color);color: var(--main-color);height: 35px;}
.product-dt-header-status .bg-secondary i {color: var(--sub-color);font-size:24px;vertical-align: -4px;}
.product-dt-header-icons {border-top: 1px solid #ddd;margin-right:20px;display:flex;justify-content: space-between;align-items: start;margin-bottom: 12px;padding-top: 20px;}
.product-dt-header-icons .product-dt-header-icons-wrap {flex:0 0 auto; width:50%; display: flex;}
.product-dt-header-icons .product-dt-header-icons-wrap i {font-size:32px;color: #444;margin-bottom: 2px;}
.product-dt-header-icons .product-dt-header-icons-wrap span, .product-dt-header-icons .product-dt-header-icons-wrap a {position:relative; display:flex;flex-direction:column;align-items: center;justify-content: center;margin-right: 24px;padding-right: 24px;font-size: 13px;color: #999;}
.product-dt-header-icons .product-dt-header-icons-left span:nth-last-of-type(n+2):before {background: #ddd; content:''; height:32px; position:absolute; right:0; top:0; bottom:0; margin:auto; width:1px}
.product-dt-header-icons .product-dt-header-icons-right {justify-content: end;}
.product-dt-header-icons .product-dt-header-icons-right a {margin-right:0; padding-right:0; margin-left:20px}
.product-dt-header-icons .product-dt-header-icons-right a i {border: 1px solid var(--main-color);border-radius: 50%;width: 56px;height: 56px;display: flex;justify-content: center;align-items: center; font-size: 44px;padding: 4px 4px;}
.product-dt-header-icons .product-dt-header-icons-right a:hover {color:#444}
.product-dt-header-icons .product-dt-header-icons-right a:hover i {border-color:var(--sub-color); color:var(--sub-color)}
.position-area {font-size: 14px;}
.position-area p {text-align: justify;}
.convenient-area {background: #16233c url(../images/cover-contact.jpg) no-repeat center bottom;background-size: cover;padding-bottom: 24px;padding-top: 48px;color: #fff;font-size: 14px;}
.convenient-area h2, .template-apartment-area h2, .related-area h2, .rating-area h2, .overview-3dfl-area h2 {text-transform: uppercase;font-size: 24px !important;}
.fullscreen-slider {margin-top: 0px;}
.fullscreen-slider .swiper-slide {width: 85%; height:auto; background-color: #000;}
.fullscreen-slider .swiper-slide img {opacity: .5; transition: .2s all;}
.fullscreen-slider .swiper-slide.swiper-slide-active img {opacity:1;}
.fullscreen-slider .swiper-button-next, .fullscreen-slider .swiper-button-prev {width: 40px;height: 40px;background:#0e5d5282;border: none;color: #fff;}
.swiper-button-next::after, .swiper-button-prev::after {font-size: 15px;}
.fullscreen-slider .swiper-button-next:hover, .fullscreen-slider .swiper-button-prev:hover {background:var(--sub-color)}
.fullscreen-slider .swiper-button-prev {left: calc(6% - (40px/2));}
.fullscreen-slider .swiper-button-next {right: calc(6% - (40px/2));}
.swiper-button-next, .swiper-button-prev { top: 47%;}
.agent-map {background-color:#f5f5f5;padding-top:40px;padding-bottom:40px;box-shadow: inset 0 0 4px rgba(0,0,0,.12);}
.agent-map h4 {text-transform:uppercase; margin-bottom:16px}
.agent-map-results {background-color:#fff;box-shadow: 0px 1px 4px rgb(0 0 0 / 10%), 1px 4px 12px rgb(0 0 0 / 8%);border-radius: 3px;}
.map-result-item-wrap {overflow-y: auto;max-height: 400px;margin-top: 8px;}
.results-title {background-color:var(--sub-color);padding: 15px 20px;color:#fff;border-radius: 3px 3px 0 0;}
.map-result-item {padding: 15px 20px 20px 40px;border-bottom: 1px solid rgba(0,0,0,.12);position: relative;}
.map-result-item::before {content:'';width:6px;height:6px;background-color:var(--main-color);display:block;border-radius:50%;position:absolute;top: 24px;left:20px;}
.map-result-item h5 {font-size:16px;/* font-weight:bold; */-webkit-text-stroke-width: 0.6px;letter-spacing: .8px;}
.map-result-item-info span {display:flex; margin-bottom:6px}
.map-result-item-info span i {margin-top:4px}
.map-result-item-info a {display:inline-block;padding: 5px 16px 8px;border: 1px solid var(--main-color);border-radius:4px;margin-top:8px;}
.map-result-item-info a:hover {border-color:var(--sub-color)}
.map-result-item:hover {background-color:#fafafa}
.map-result-item:hover h5 {color:var(--main-color)}
.overview-3dfl {position: relative;overflow:hidden;display: block;}
.overview-3dfl img {transition:.2s all}
.overview-3dfl i {width: 64px; height: 64px; border-radius: 50%;background-color: var(--sub-color);font-size: 28px;font-weight: bold;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;display: flex;justify-content: center;align-items: center;color: #fff;opacity: 0;transition: .2s all;}
.overview-3dfl:hover i {opacity:1; transform:scale(1.1)}
.overview-3dfl:hover img {transform:scale(1.1)}
.overview-3dfl-area .agent-map-results {position:relative;overflow: hidden;}
.overview-3dfl-area .map-result-item-wrap {max-height:560px;margin-top: 0;}
.overview-3dfl-area .map-result-item {flex: 0 0 auto;width: 100%; text-transform: uppercase;padding: 10px 20px 12px 40px; border-bottom-color:rgba(0,0,0,.06); color:#888}
.overview-3dfl-area .map-result-item h5 {margin-bottom: 0; font-size:14px;}
.overview-3dfl-area .map-result-item::before {top:17px}
.overview-3dfl-area .map-result-item:nth-of-type(1) {border-radius: 3px 3px 0 0;}
.overview-3dfl-area .map-result-item.active {background-color: var(--sub-color); color: #fff;}
.overview-3dfl-area .map-result-item.active:hover h5 {color: #fff;}
.overview-3dfl-area .map-result-item.active::before {background-color: #fff; width:14px; height:14px; box-shadow:inset 0 0 0 2px var(--sub-color); border:1px solid #fff; left:15px; top:13px}
.line-decor {position:absolute;left: -6px;top: 0;z-index: 2;bottom: 0;height: 100%;min-height: 500px;}
.overview-3dfl-tabs {justify-content: center;}
.overview-3dfl-tabs button {margin: 0 5px -15px;min-width: 120px;padding-bottom: 8px;box-shadow: 0 1px 4px rgb(0 0 0 / 24%) !important;}
.overview-3dfl-tabs button.active {background-color:var(--sub-color); border-color:var(--sub-color)}
.overview-project-area .map-result-item-wrap {max-height: 600px;margin-top: 0;position: relative;}
.overview-project-area .agent-map {box-shadow: none;background: none;padding-top: 0;padding-bottom: 0;}
.overview-project-content {padding: 16px 24px;font-size: 14px;background: #f5f5f5;}
.overview-project-content h4 {font-size: 20px;margin-bottom: 6px;}
.overview-project-content .location {display: flex;align-items: flex-start;line-height: 1.32;}
.overview-project-content .location::after {width:60px; height:1px}
.overview-project-content .location i {margin-top: 4px;width: 32px;height: 32px;display: flex;justify-content: center;align-items: center;background: var(--sub-color);color: #fff;border-radius: 50%;flex: 0 0 auto;margin-right: 6px;font-size: 18px;}
.overview-project-content ul {margin-top: 16px;}
.overview-project-content ul li {margin-bottom:6px}
.template-apartment-area, .rating-area, .related-area, .overview-3dfl-area {padding-bottom: 24px;padding-top: 40px;font-size: 14px;}
.template-apartment-area .fullscreen-slider .swiper-slide {background-color:#fff}
.rating-area {background-color:#f5f5f5}
.rating-area .comment-content::after {/* border-right-color: #f5f5f5; */}
.rating-area .comment-content::before {border-right-color: #e7e7e7;}
.related-area .swiper {padding-top:6px}
.product-contact {position: sticky;position: -webkit-sticky;top:200px;background-color: #ededed;border-top: 3px solid var(--sub-color);padding: 12px 16px;margin-top: 12px;border-radius: 0.25rem;box-shadow: 0 0 0 1px rgb(0 0 0 / 6%), 0 0 2px rgb(0 0 0 / 10%);}
.product-contact h2 {text-transform: uppercase;font-weight: bold;font-size: 18px;color: var(--main-color);line-height: 1.4;padding-bottom: 8px;margin-bottom: 16px;}
.product-contact a {width: 100%;border: 1px solid #dcdcdc;border-radius: 4px;margin-bottom: 6px;background: rgb(255 255 255 / 72%);font-size: 14px;-webkit-text-stroke-width: 0.8px;letter-spacing: .4px;color: var(--main-color);box-shadow: 0px 1px 2px rgb(0 0 0 / 8%) !important;display: flex;justify-content: center;align-items: center;padding:5px 8px 7px}
.product-contact a i {margin-right: 5px;-webkit-text-stroke-width: .4px;font-size: 20px;}
.product-contact a:hover {color:var(--main-color); background:#fff}
.product-contact a.btn-tel, .product-contact a.btn-tel:hover {color:var(--sub-color); font-size:16px}
.main-ads-slider .swiper-slide .video .container:before {width: 64px;height: 64px;background-color: var(--sub-color);box-shadow: 0 0 0 6px rgb(255 255 255 / 20%);border-radius: 50%;}
.main-ads-slider .swiper-slide .video .container:before, .main-ads-slider .swiper-slide .video .container::after {content: '';position: absolute;top: 0;left: 8px;margin: auto 0 auto 8px;z-index: 2;bottom: 12%;}
.main-ads-slider .swiper-slide .video .container:after {border-left: 12px solid #fff;border-top: 8px solid transparent;border-right: 0;border-bottom: 8px solid transparent;width: 8px;height: 8px;left: 36px;}
.main-ads-slider .swiper-wrapper {margin-bottom: 0;}
.main-ads-slider .container {left: 0; right: 0; top: 0; bottom: 0; position: absolute;}
.thumb-ads-slider {margin-top: -40px;}
.thumb-ads-slider .swiper-slide {width: 100px;cursor: pointer;padding-bottom: 3px;}
.thumb-ads-slider .swiper-slide:not(.swiper-slide-thumb-active) {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.thumb-ads-slider .swiper-slide.swiper-slide-thumb-active {position: relative;}
.thumb-ads-slider .swiper-slide.swiper-slide-thumb-active::after {content:''; bottom:0; position: absolute; left: 0; right:0; height: 4px; background-color: var(--sub-color);}
@media (min-width: 769px) {
.main-content .col-md-2 {flex: 0 0 auto; /*width: 100px;*/}
.main-content .col-md-10 {flex: 1;/* width: auto; */}
.product-subpage.main-content .col-md-2 {flex: 0 0 auto; /*width: 200px;*/}
.utility-item:hover {color:var(--main-color); border-color: var(--sub-color);}
.utility-item:hover i {background-color: var(--sub-color);}
.main-article {padding-left: 20px;padding-right: 20px;}
}
@media (min-width: 821px) {
.agent-map .gg-map {margin-right: -24px;}
}
@media (max-width: 1024px) {
.sale-detail-sec .col-lg-9 .product-dt-header-title .d-md-none {display:flex;align-items:center;margin-bottom: 20px;justify-content: space-between;margin-top: 16px;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .fixBottom {bottom:0;position:fixed;background-color: #fff;left: 0;right: 0;margin-bottom: 0;padding: 1rem;box-shadow: 0 -2px 8px rgba(0,0,0,.08);z-index: 101;}
.sale-detail-sec .col-lg-9 .product-dt-header-title h2 {max-width:unset;min-height: unset;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-price {margin-top: 0;display: flex;border-radius: 3px;align-items: center;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .new-price {display:flex;align-items: end;padding: 8px 12px 10px;border-radius: 3px 0 0 3px;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .new-price span {margin-right: 5px;font-size: 13px;line-height: 1.5;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .new-price h1 {font-size: 16px;margin-bottom:0}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .old-price {padding: 8px 10px;font-size: 14px;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-contact {position:static;margin-top:0;display:flex;box-shadow: none;background: none;border: none;padding: 0;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-contact .btn {margin-bottom:0;border-radius:50%;border:none;box-shadow: none !important;background:var(--main-color);color:#fff;-webkit-text-stroke-width: unset;padding: 0;width: 40px;height: 40px;justify-content: center;margin-left: 5px;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-contact .btn i {margin-right:0;-webkit-text-stroke-width: unset;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-contact .btn.btn-tel {background:var(--sub-color);}
footer {padding-bottom: 80px;}
}
@media (max-width: 820px) {
.sec-slider-review .swiper-button-next, .sec-slider-review .swiper-button-prev, .related-area .swiper-button-next, .related-area .swiper-button-prev {display:none}
.sec-slider-review .swiper-pagination {display:block!important; bottom: 12px !important;}
.line-decor {min-height:unset; left:-2px}
}
@media (max-width: 768px) {
.tags {font-size:14px}
.tags a {padding: 2px 0 0 5px;}
.title-subpage .time-box {font-size: 15px;flex: 0 0 72px;margin-right: 12px;padding-right: 8px;}
.title-subpage .time-box span:nth-of-type(1) {font-size: 18px;padding-bottom: 0px;}
.title-subpage h1 {font-size: 20px;}
.share-social.affix {position:static;padding: 0 0 0 8px;display: flex;align-items: center;}
.share-social ul {margin-left: 16px;}
.share-social ul li {display:inline-block}
.share-social ul li a {width: 40px;height: 40px;}
.sec-slider-review {background:#fff;margin-bottom: 0;padding-top: 4px;}
.sec-slider-review .swiper-wrapper {margin-bottom:0}
.main-article {margin-top:20px}
.review-map ul {flex-wrap:nowrap;overflow-x: auto;white-space: nowrap;justify-content: flex-start;margin-right: -1rem;}
.review-map h4 span {box-shadow: none; display: block; margin: 0 28px; font-size: 16px; box-shadow: 0 0 0 6px #fff; padding-left: 12px}
.review-tabs button {padding-left:0; padding-right:1.5rem}
.position-area .review-map ul {justify-content: center}
.convenient-area {padding-top: 4px;}
.overview-3dfl-area {padding-top:0}
.template-apartment-area {padding-top:0}
.template-apartment-area .fullscreen-slider {margin-top:12px}
.rating-area, .related-area {padding-top:12px}
.sale-detail-sec {margin-top:12px !important}
.sale-detail-sec .row .row {margin:0}
.sale-detail-sec .row .row > * {padding:0;margin-top: 0;width: 100%;}
.sale-detail-sec .product-subpage .row {position: relative;}
.sale-detail-sec .row .product-subpage .row {position: static;}
.sale-detail-sec .container > .row .col-md-2 {position: absolute;right:0;top:0;width: auto;}
.sale-detail-sec .container > .row .col-md-2 .product-price {margin-top: -22px;}
.sale-detail-sec .container > .row .col-md-2 .product-price .new-price {padding: 16px 12px 2px;}
.sale-detail-sec .container > .row .col-md-2 .product-price .new-price h1 {font-size: 1.25rem;}
.sale-detail-sec .container > .row .col-md-2 .product-price .old-price {font-size:15px; padding:6px 0}
.sale-detail-sec .product-dt-header-title h2 {min-height: 90px;max-width: 64vw;}
.product-dt-header-status-left {display:flex}
.product-dt-header-status .product-dt-header-status-left span, .product-dt-header-status .bg-secondary {padding: 2px 8px 4px;font-size: 12px;min-height: 30px;display: flex;align-items: center;border-radius: 3px;}
.product-dt-header-status .bg-secondary {height:auto;border:none;margin-right: 0;}
.product-dt-header-icons {margin-right:0;align-items: center;}
.product-dt-header-icons .product-dt-header-icons-right a {margin-left: 8px;font-size: 11px;color: #444;}
.product-dt-header-icons .product-dt-header-icons-right a i {width:48px; height:48px; font-size:32px}
.product-dt-header-icons .product-dt-header-icons-wrap span {font-size:11px;color:#444;margin-right: 16px;padding-right: 16px;}
.product-map .group-map {display: flex;margin-right: -1rem;overflow-x: auto;width: auto;}
.product-map .group-map button {white-space: nowrap; width: unset; border: none; overflow: visible; padding: 7px 14px;}
.type-chart {margin-top:20px;margin-bottom:12px}
.product-overview .scrollspy-product {flex-wrap:nowrap;white-space: nowrap;overflow-x: auto;margin-right: -1rem;top: 54px;margin-left: -1rem;padding-left: 1rem;}
.product-overview .scrollspy-product li a.active {font-weight:normal;}
.product-overview .scrollspy-product li a {text-transform: none;margin-right: 1.75rem;}
.product-detail .utilitie-item:nth-last-of-type(n+2) {border:none}
.product-dt-header {display:flex; flex-direction:column}
.product-dt-header-title {order:1}
.product-dt-header-ct {order:2}
.product-dt-header-icons {order:3}
.sec-product-rent {padding-top:24px}
.thumb-ads-slider {margin-top:-20px}
.thumb-ads-slider .swiper-slide {width:25%}
.main-ads-slider .swiper-slide .video .container:before {width:52px;height:52px;left: 0;margin: auto;}
.main-ads-slider .swiper-slide .video .container:after {left: 2px;border-width: 6px 0 6px 10px;right: 0;margin: auto;}
.main-ads-slider .container {width:52px;height:52px;margin: auto;bottom: 12px;}
}
@media (max-width: 320px) {
.sale-detail-sec .product-dt-header-title h2 {max-width: 60vw;font-size: 22px;}
.sale-detail-sec .container > .row .col-md-2 .product-price .new-price {font-size:14px;padding-top: 8px;}
.sale-detail-sec .container > .row .col-md-2 .product-price .new-price h1 {font-size:16px}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .new-price h1 {font-size:15px}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .new-price span, .sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .old-price {font-size: 12px;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .new-price, .sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .old-price {padding-left:7px; padding-right:7px}
} | public/frontend/css/article.css | .label-subpage {margin-bottom: 24px;}
.label-subpage span, .tags span {background-color: var(--sub-color);border-radius: 4px;color: #fff;display: inline-block;padding: 3px 12px 4px;text-transform: uppercase;font-size: 13px;}
.title-subpage {display:flex;/* align-items:center */}
.title-subpage .time-box {flex:0 0 100px;margin-right: 20px;}
.title-subpage h1 {flex:1;font-size: 27px;line-height: 1.2;-webkit-text-stroke-width: 0.4px;margin-bottom: 0;margin-top: -8px;}
.main-content {/* margin-bottom:32px; */}
.main-content .description {font-style:italic;margin-bottom:24px;color: rgba(0,0,0,.64);}
.main-content .main-article h2 {-webkit-text-stroke-width: 0.4px;margin-bottom: 16px;font-size:19px;padding-bottom: 12px;position: relative;}
.main-content .main-article h2::after {width:64px;content: '';position: absolute;height: 2px;background-color: var(--sub-color);left: 0;bottom: 0;}
.share-social {color: rgba(0,0,0,.5);padding: 0 16px;top: 64px;}
.share-social span {position:relative;text-transform: uppercase;font-size: 14px;display: flex;align-items: center;justify-content: center;}
.share-social span::before {flex: 0 0 10px;height: 10px;border-radius:50%;background-color:var(--main-color);content:'';display: block;margin-right: 5px;margin-top: 1px;}
.share-social ul {/* display:flex; *//* flex-direction: column; *//* justify-content: center; */}
.share-social ul li {display:block;margin: auto;}
.share-social ul li a {font-size: 36px;text-align: center;border: 1px solid rgba(0,0,0,.25);border-radius: 50%;width: 44px;height: 44px;display: flex;margin: 7px auto;color: rgba(0,0,0,.5);flex: 0 0 auto;justify-content: center;align-items: center;}
.share-social ul li a:hover {background-color:var(--main-color); border-color:var(--main-color); color:#fff}
.main-article {line-height: 1.5;}
.tags {display:flex;align-items: flex-start;}
.tags span {margin-right:12px}
.tags a {display:inline-block; padding:2px 8px; font-style:italic}
.review-article {font-size:14px}
.review-article h2 {margin-bottom: 16px; font-family: var(--subtitle-fontface); font-size: 19px;}
.review-article h2 {padding-top: 60px;margin-top: -40px;}
.review-article h2::before {counter-increment: counter;content:"" counter(counter) "";width: 28px;height: 28px;display:inline-block;background-color:var(--main-color);border-radius:50%;text-align:center;color:#fff;line-height: 26px;margin-right:8px;font-size: 16px;}
.review-article h3, #utilityPopup h3 {padding-top: 52px;margin-top: -40px;}
.review-article h3 span, #utilityPopup h3 span {position: relative;color: var(--main-color);text-transform: uppercase;border: 1px solid var(--sub-color);border-radius: 3px;display: inline-block;padding: 3px 16px 4px;font-weight: bold;font-size: 14px;}
.review-article h3 span::before, #utilityPopup h3 span::before {content:'';height: 6px;width: 6px;border-radius: 50%;background-color: var(--sub-color);display: inline-block;vertical-align: 2px;margin-right: 8px;box-sizing: content-box;}
.suggest-idea {display: flex;background-color: #fef8f3;font-style: italic;padding: 14px 20px 20px;border-radius: 4px;margin-bottom: 20px;color: var(--main-color);}
.suggest-idea span {flex:0 0 auto;width: 48px;margin-right: 12px;align-self: start;margin-top: 2px;/* background: #fff; */height: 48px;border-radius: 50%;padding: 3px;/* border: 1px solid; */}
.suggest-idea p {margin-bottom: 0;font-size: 13px;}
.review-article h3 ~ p, .review-article h3 ~ ul {margin-left: 16px;}
.review-article h2 + p {margin-left:0}
.review-article ul.li-plus, #utilityPopup .li-plus {margin-bottom: 12px;}
.review-article ul.li-plus li, #utilityPopup .li-plus li {display: block;padding-left: 14px;padding-bottom:3px;position: relative;}
.review-article ul.li-plus li:before, #utilityPopup .li-plus li:before {content:'+'; position:absolute; left:0; top:-3px}
.review-article .card-s .card-title {font-size: 16px;}
.review-article .card-s .card-title a {line-height:1.35}
.review-article .card-s .card-body {padding:8px 15px 8px;margin-left: 8px;margin-right: 8px;}
.review-article .card-s.card-s1 .card-info a {padding-left:8px;padding-right: 8px;color: #888;}
.review-article .card-s.card-s1 .card-info a:hover {color:var(--main-color)}
.review-utilities {margin-top:32px; margin-bottom: 32px;}
.utility-item {display: flex; align-items: center; color: #444; border: 1px solid transparent; box-shadow: 0px 1px 3px rgb(0 0 0 / 4%), 1px 1px 5px rgb(0 0 0 / 8%); border-radius: 2px; position: relative; margin-bottom:8px}
.utility-item i {background-color: var(--main-color);display: flex;flex: 0 0 auto;width: 56px;height: 56px;align-items: center;border-radius: 2px;justify-content: center;padding: 0 10px;top: -7px;position: relative;left: -1px;}
.utility-item i img {max-width:100%}
.utility-item span {line-height: 1.32;padding: 4px 8px;font-size: 13px;}
.sec-slider-review {background: #f5f5f5;padding-top: 32px;margin-bottom: 24px;}
.sec-slider-review .swiper-slide {width: 72%; height:auto; background-color: #000;}
.sec-slider-review .swiper-slide.swiper-slide-active img {opacity:1;}
.sec-slider-review .swiper-button-next, .sec-slider-review .swiper-button-prev {width: 60px;height: 60px;background:var(--main-color);border: none;color: #fff;/* top:initial; *//* bottom:16% */}
.sec-slider-review .swiper-button-next:hover, .sec-slider-review .swiper-button-prev:hover {background:var(--sub-color)}
.sec-slider-review .swiper-button-prev {left: calc(7% - (86px/2));}
.sec-slider-review .swiper-button-next {right: calc(7% - (86px/2));}
.sec-slider-review .swiper-slide.video > a:before {width:60px;height:60px;background-color: var(--sub-color);box-shadow: 0 0 0 6px rgba(255,255,255,.5);}
.sec-slider-review .swiper-slide.video > a:after {border-left-color:#fff}
.schoolSwiper {}
.schoolSwiper .swiper-wrapper {margin-bottom:56px}
.school-item {height: 0;padding-bottom: 100%;background-color: #fff;border-radius: 50%;position: relative;}
.school-item-wrap {text-align:center;position: absolute;top: 0;bottom: 0;margin: auto;display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 20px; box-shadow: 0px 1px 3px rgb(0 0 0 / 4%), 1px 1px 5px rgb(0 0 0 / 8%);border-radius: 50%;margin: 4px; border: 2px solid transparent; box-sizing: border-box;}
.school-item .line-b {font-size: 14px;-webkit-text-stroke-width: 0.8px;letter-spacing: .8px;text-transform: uppercase;line-height: 1.32;}
.school-item .line-b::after {right:0;margin:auto;bottom: 4px;height: 1px;width: 40px;}
.school-item address {margin-bottom: 8px;border-bottom:1px solid #f0f0f0;padding-bottom: 10px;}
.school-item span i {vertical-align:-2px; font-size:16px}
.school-item .icon-location {position:absolute;bottom: -24px;background-color: #fff;border: 2px solid #f0f0f0;width: 48px;height: 48px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 24px;}
.school-item:hover .school-item-wrap, .school-item:hover .school-item-wrap .icon-location {border-color: var(--sub-color);}
.school-item:hover .school-item-wrap .icon-location {color: var(--sub-color)}
.review-article .card-s .cat .room-status::before {display: none;}
.review-map {margin-top:64px}
.review-map h4 {font-size: 18px;text-transform: uppercase;-webkit-text-stroke-width: 0.4px;text-align: center;position: relative; margin-bottom:20px}
.review-map h4::before {content:'';position:absolute;left:0;right:0;height:1px;background-color:var(--sub-color);bottom:0;top:0;margin:auto}
.review-map h4 span {border: 1px solid var(--sub-color);padding: 5px 20px;border-radius: 3px;position:relative;background-color:#fff;box-shadow:0 0 0 16px #fff;}
.review-tabs {justify-content: center;}
.review-tabs button {border: none;background: none;color: #444;font-size:14px;display: block;padding: 0.5rem 1rem;}
.review-tabs button.active {color:var(--main-color); font-weight:bold}
.review-map .cta-btn .cta-ico {font-size:16px}
.review-map .cta-btn .cta-btn .cta-text {font-size:14px}
.review-article .grid-view .swiper-slide {width: 40%;}
.top-apartment::after {content:''; width: 60px;top:0;bottom:0;right:0;position: absolute;background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.88) 100%);z-index: 2; display: none;}
.review-table {margin-top: 24px;}
.review-table table {text-align: center;font-size: 13px;line-height: 1.35;}
.review-table table th {text-transform:uppercase;font-weight:normal;-webkit-text-stroke-width: 0.4px;font-size: 12px;}
.review-table table th:nth-last-child(-n + 2) {text-align: left;}
.review-table table th:nth-child(n + 2) {border-top: 1px solid #e1e4e9;/* border-bottom: 1px solid #e1e4e9; */}
.review-table table tr:nth-child(n + 2) td:nth-child(n + 2) {border-bottom: 1px solid #e1e4e9;}
.review-table table th, .review-table table td {vertical-align: middle;border-right: 1px solid #e1e4e9;}
.review-table table tbody td:first-child {text-align: left;}
.review-table table tbody tr:first-child td:nth-child(n + 2) {background-color: var(--sub-color);color: #fff;box-shadow: none;}
.table>:not(:first-child) {border-top: none;}
.review-table table tbody td.shadow-none {position:relative;padding-left: 20px;-webkit-text-stroke-width: 0.4px;font-size: 12px;}
.review-table table tbody td.shadow-none::before {content:'';position:absolute;bottom:0;top:0;width: 6px;background-color: var(--sub-color);right:-1px;}
.review-table table tbody td.shadow-none::after {content:'';border-top: 6px solid transparent;border-right: 6px solid #6d3d13;border-bottom: 0 solid transparent;display:inline-block;position: absolute;top: -6px;right: -1px;}
.review-table td.hightlight {border: none; position: relative;padding: .5rem 0;box-shadow: none;}
.review-table td.hightlight:before {content:'';top: 1px;bottom: 1px;left:0;right:0;background-color: var(--main-color); position:absolute; border-radius: 3px 0 0 3px;}
.review-table td.hightlight span {color: #fff !important;-webkit-text-stroke-width: 0.4px;position: relative;left: 0;right: 0;display: flex;padding-left: 20px;padding-right: 4px;}
.review-table td.hightlight i {position: absolute;width: 24px;height: 24px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background-color: var(--sub-color);color: #fff;top: 0;bottom: 0;margin: auto;left: -12px;z-index: 2;}
#utilityPopup {font-size:14px}
#utilityPopup .label-subpage {margin-bottom:8px;}
#utilityPopup h4 {font-weight:bold; text-transform:uppercase}
#utilityPopup .btn-close {border:2px solid var(--sub-color);color:var(--sub-color);border-radius:50%;background: none;font-size: 28px;padding: 0;margin: 0;width: 36px;height: 36px;box-sizing: border-box;display: flex;justify-content: center;line-height: 28px;}
#utilityPopup .modal-header {border-bottom: none; padding:1.5rem 1.5rem 1.25rem; align-items:start; margin-top:4px}
#utilityPopup .modal-body {padding:1.5rem 1.5rem 1rem; background-color:#f6f6f6}
.product-detail {margin-bottom: 14px;}
.product-detail h5 {text-transform: uppercase;font-weight: bold;color: var(--main-color);font-size: 16px;border-bottom: 1px solid #dfdfdf;-webkit-text-stroke-width: unset;padding-top: 120px;margin-top: -120px;}
.product-detail .utilitie-item {display: flex;justify-content: space-between;align-items: center;padding: 10px 0; font-size: 14px;}
.product-detail .utilitie-item i {font-size: 24px;vertical-align: -3px;}
.product-detail .utilitie-item:nth-last-of-type(n+2) {border-bottom: 1px solid #dfdfdf;}
.product-detail .line-b::after {height:1px;bottom: -1px;}
.product-overview {font-size: 14px;}
.product-overview .review-tabs {justify-content: start; border-bottom: 1px solid #dfdfdf;}
.product-overview .review-tabs button {padding-left:0; margin-right:2rem; padding-right:0; padding-bottom:.75rem; text-transform:uppercase; position:relative}
.product-overview .review-tabs button.active::after {content:''; height:1px; background:var(--sub-color); left:0; right:0; position:absolute; bottom:-1px}
.product-overview .scrollspy-product {justify-content: start;border-bottom: 1px solid #dfdfdf;position: sticky;top: 58px;background: #fff;z-index: 20;margin-bottom: 32px;}
.product-overview .scrollspy-product li {}
.product-overview .scrollspy-product li a {padding-left:0;margin-right: 2.4rem;padding-right:0;padding-bottom: .75rem;/* text-transform:uppercase; */position:relative;font-size: 16px;color: #444;-webkit-text-stroke-width: 0.32px;}
.product-overview .scrollspy-product li a.active {/* font-weight:bold; */color:var(--main-color);background:none;-webkit-text-stroke-width: unset;}
.product-overview .scrollspy-product li a.active::after {content:''; height:1px; background:var(--sub-color); left:0; right:0; position:absolute; bottom:-1px}
.scrolloverview {margin-bottom: 0px; margin-top: 0px;}
.group-map {text-align:right; margin-bottom:24px; margin-top:24px}
.group-map button {width: auto;-webkit-text-stroke-width: 0.4px;color: #444;text-transform: uppercase;font-size: 13px;margin: 0 1px;padding:3px 14px;}
.group-map button.active, .group-map button.active:hover {border-color: var(--sub-color); color: var(--sub-color); background-color: rgb(224 120 28 / 10%);}
.type-chart {margin-left:auto;text-align:right;margin-top: -48px;margin-bottom: 28px;position: relative;}
.type-chart li:not(:first-child) a {padding-left: 12px;border-left:1px solid;margin-left: 12px;}
.product-subpage .main-article {padding-left: 0;}
.product-dt-header-title {margin-bottom:24px}
.product-dt-header-title h2 {line-height: 1.2; font-size: 25px; margin-bottom: 16px;}
.product-dt-header-title a {color:var(--sub-color);border-bottom: 1px solid;}
.product-dt-header-title a i {vertical-align:middle}
.product-price {background-color: var(--main-color);color: #fff;top: 50px;margin-top: -32px;}
.product-price .new-price {background:var(--sub-color);padding: 20px 20px 8px;}
.product-price .new-price h1 {font-weight:bold}
.product-price .old-price {text-align:center;padding:12px 0;color: rgb(255 255 255 / 71%);font-size: 18px;}
.product-dt-header-status {display: flex;justify-content: space-between;align-items: center;margin-bottom: 12px;}
.product-dt-header-status .bg-subcolor {background-color: var(--sub-color);color: #fff;text-transform: uppercase;}
.product-dt-header-status .product-dt-header-status-left span, .product-dt-header-status .bg-secondary {padding: 6px 20px 8px;border-radius: .25rem;display: inline-block;margin-right: 3px;}
.product-dt-header-status .bg-light, .product-dt-header-status .bg-secondary {background:#ddd !important}
.product-dt-header-status .bg-secondary {box-shadow:inset 0 0 0 1px var(--main-color);color: var(--main-color);height: 35px;}
.product-dt-header-status .bg-secondary i {color: var(--sub-color);font-size:24px;vertical-align: -4px;}
.product-dt-header-icons {border-top: 1px solid #ddd;margin-right:20px;display:flex;justify-content: space-between;align-items: start;margin-bottom: 12px;padding-top: 20px;}
.product-dt-header-icons .product-dt-header-icons-wrap {flex:0 0 auto; width:50%; display: flex;}
.product-dt-header-icons .product-dt-header-icons-wrap i {font-size:32px;color: #444;margin-bottom: 2px;}
.product-dt-header-icons .product-dt-header-icons-wrap span, .product-dt-header-icons .product-dt-header-icons-wrap a {position:relative; display:flex;flex-direction:column;align-items: center;justify-content: center;margin-right: 24px;padding-right: 24px;font-size: 13px;color: #999;}
.product-dt-header-icons .product-dt-header-icons-left span:nth-last-of-type(n+2):before {background: #ddd; content:''; height:32px; position:absolute; right:0; top:0; bottom:0; margin:auto; width:1px}
.product-dt-header-icons .product-dt-header-icons-right {justify-content: end;}
.product-dt-header-icons .product-dt-header-icons-right a {margin-right:0; padding-right:0; margin-left:20px}
.product-dt-header-icons .product-dt-header-icons-right a i {border: 1px solid var(--main-color);border-radius: 50%;width: 56px;height: 56px;display: flex;justify-content: center;align-items: center; font-size: 44px;padding: 4px 4px;}
.product-dt-header-icons .product-dt-header-icons-right a:hover {color:#444}
.product-dt-header-icons .product-dt-header-icons-right a:hover i {border-color:var(--sub-color); color:var(--sub-color)}
.position-area {font-size: 14px;}
.position-area p {text-align: justify;}
.convenient-area {background: #16233c url(../images/cover-contact.jpg) no-repeat center bottom;background-size: cover;padding-bottom: 24px;padding-top: 48px;color: #fff;font-size: 14px;}
.convenient-area h2, .template-apartment-area h2, .related-area h2, .rating-area h2, .overview-3dfl-area h2 {text-transform: uppercase;font-size: 24px !important;}
.fullscreen-slider {margin-top: 0px;}
.fullscreen-slider .swiper-slide {width: 85%; height:auto; background-color: #000;}
.fullscreen-slider .swiper-slide img {opacity: .5; transition: .2s all;}
.fullscreen-slider .swiper-slide.swiper-slide-active img {opacity:1;}
.fullscreen-slider .swiper-button-next, .fullscreen-slider .swiper-button-prev {width: 40px;height: 40px;background:#0e5d5282;border: none;color: #fff;}
.swiper-button-next::after, .swiper-button-prev::after {font-size: 15px;}
.fullscreen-slider .swiper-button-next:hover, .fullscreen-slider .swiper-button-prev:hover {background:var(--sub-color)}
.fullscreen-slider .swiper-button-prev {left: calc(6% - (40px/2));}
.fullscreen-slider .swiper-button-next {right: calc(6% - (40px/2));}
.swiper-button-next, .swiper-button-prev { top: 47%;}
.agent-map {background-color:#f5f5f5;padding-top:40px;padding-bottom:40px;box-shadow: inset 0 0 4px rgba(0,0,0,.12);}
.agent-map h4 {text-transform:uppercase; margin-bottom:16px}
.agent-map-results {background-color:#fff;box-shadow: 0px 1px 4px rgb(0 0 0 / 10%), 1px 4px 12px rgb(0 0 0 / 8%);border-radius: 3px;}
.map-result-item-wrap {overflow-y: auto;max-height: 400px;margin-top: 8px;}
.results-title {background-color:var(--sub-color);padding: 15px 20px;color:#fff;border-radius: 3px 3px 0 0;}
.map-result-item {padding: 15px 20px 20px 40px;border-bottom: 1px solid rgba(0,0,0,.12);position: relative;}
.map-result-item::before {content:'';width:6px;height:6px;background-color:var(--main-color);display:block;border-radius:50%;position:absolute;top: 24px;left:20px;}
.map-result-item h5 {font-size:16px;/* font-weight:bold; */-webkit-text-stroke-width: 0.6px;letter-spacing: .8px;}
.map-result-item-info span {display:flex; margin-bottom:6px}
.map-result-item-info span i {margin-top:4px}
.map-result-item-info a {display:inline-block;padding: 5px 16px 8px;border: 1px solid var(--main-color);border-radius:4px;margin-top:8px;}
.map-result-item-info a:hover {border-color:var(--sub-color)}
.map-result-item:hover {background-color:#fafafa}
.map-result-item:hover h5 {color:var(--main-color)}
.overview-3dfl {position: relative;overflow:hidden;display: block;}
.overview-3dfl img {transition:.2s all}
.overview-3dfl i {width: 64px; height: 64px; border-radius: 50%;background-color: var(--sub-color);font-size: 28px;font-weight: bold;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;display: flex;justify-content: center;align-items: center;color: #fff;opacity: 0;transition: .2s all;}
.overview-3dfl:hover i {opacity:1; transform:scale(1.1)}
.overview-3dfl:hover img {transform:scale(1.1)}
.overview-3dfl-area .agent-map-results {position:relative;overflow: hidden;}
.overview-3dfl-area .map-result-item-wrap {max-height:560px;margin-top: 0;}
.overview-3dfl-area .map-result-item {flex: 0 0 auto;width: 100%; text-transform: uppercase;padding: 10px 20px 12px 40px; border-bottom-color:rgba(0,0,0,.06); color:#888}
.overview-3dfl-area .map-result-item h5 {margin-bottom: 0; font-size:14px;}
.overview-3dfl-area .map-result-item::before {top:17px}
.overview-3dfl-area .map-result-item:nth-of-type(1) {border-radius: 3px 3px 0 0;}
.overview-3dfl-area .map-result-item.active {background-color: var(--sub-color); color: #fff;}
.overview-3dfl-area .map-result-item.active:hover h5 {color: #fff;}
.overview-3dfl-area .map-result-item.active::before {background-color: #fff; width:14px; height:14px; box-shadow:inset 0 0 0 2px var(--sub-color); border:1px solid #fff; left:15px; top:13px}
.line-decor {position:absolute;left: -6px;top: 0;z-index: 2;bottom: 0;height: 100%;min-height: 500px;}
.overview-3dfl-tabs {justify-content: center;}
.overview-3dfl-tabs button {margin: 0 5px -15px;min-width: 120px;padding-bottom: 8px;box-shadow: 0 1px 4px rgb(0 0 0 / 24%) !important;}
.overview-3dfl-tabs button.active {background-color:var(--sub-color); border-color:var(--sub-color)}
.overview-project-area .map-result-item-wrap {max-height: 600px;margin-top: 0;position: relative;}
.overview-project-area .agent-map {box-shadow: none;background: none;padding-top: 0;padding-bottom: 0;}
.overview-project-content {padding: 16px 24px;font-size: 14px;background: #f5f5f5;}
.overview-project-content h4 {font-size: 20px;margin-bottom: 6px;}
.overview-project-content .location {display: flex;align-items: flex-start;line-height: 1.32;}
.overview-project-content .location::after {width:60px; height:1px}
.overview-project-content .location i {margin-top: 4px;width: 32px;height: 32px;display: flex;justify-content: center;align-items: center;background: var(--sub-color);color: #fff;border-radius: 50%;flex: 0 0 auto;margin-right: 6px;font-size: 18px;}
.overview-project-content ul {margin-top: 16px;}
.overview-project-content ul li {margin-bottom:6px}
.template-apartment-area, .rating-area, .related-area, .overview-3dfl-area {padding-bottom: 24px;padding-top: 40px;font-size: 14px;}
.template-apartment-area .fullscreen-slider .swiper-slide {background-color:#fff}
.rating-area {background-color:#f5f5f5}
.rating-area .comment-content::after {/* border-right-color: #f5f5f5; */}
.rating-area .comment-content::before {border-right-color: #e7e7e7;}
.related-area .swiper {padding-top:6px}
.product-contact {position: sticky;position: -webkit-sticky;top:200px;background-color: #ededed;border-top: 3px solid var(--sub-color);padding: 12px 16px;margin-top: 12px;border-radius: 0.25rem;box-shadow: 0 0 0 1px rgb(0 0 0 / 6%), 0 0 2px rgb(0 0 0 / 10%);}
.product-contact h2 {text-transform: uppercase;font-weight: bold;font-size: 18px;color: var(--main-color);line-height: 1.4;padding-bottom: 8px;margin-bottom: 16px;}
.product-contact a {width: 100%;border: 1px solid #dcdcdc;border-radius: 4px;margin-bottom: 6px;background: rgb(255 255 255 / 72%);font-size: 14px;-webkit-text-stroke-width: 0.8px;letter-spacing: .4px;color: var(--main-color);box-shadow: 0px 1px 2px rgb(0 0 0 / 8%) !important;display: flex;justify-content: center;align-items: center;padding:5px 8px 7px}
.product-contact a i {margin-right: 5px;-webkit-text-stroke-width: .4px;font-size: 20px;}
.product-contact a:hover {color:var(--main-color); background:#fff}
.product-contact a.btn-tel, .product-contact a.btn-tel:hover {color:var(--sub-color); font-size:16px}
.main-ads-slider .swiper-slide .video .container:before {width: 64px;height: 64px;background-color: var(--sub-color);box-shadow: 0 0 0 6px rgb(255 255 255 / 20%);border-radius: 50%;}
.main-ads-slider .swiper-slide .video .container:before, .main-ads-slider .swiper-slide .video .container::after {content: '';position: absolute;top: 0;left: 8px;margin: auto 0 auto 8px;z-index: 2;bottom: 12%;}
.main-ads-slider .swiper-slide .video .container:after {border-left: 12px solid #fff;border-top: 8px solid transparent;border-right: 0;border-bottom: 8px solid transparent;width: 8px;height: 8px;left: 36px;}
.main-ads-slider .swiper-wrapper {margin-bottom: 0;}
.main-ads-slider .container {left: 0; right: 0; top: 0; bottom: 0; position: absolute;}
.thumb-ads-slider {margin-top: -40px;}
.thumb-ads-slider .swiper-slide {width: 100px;cursor: pointer;padding-bottom: 3px;}
.thumb-ads-slider .swiper-slide:not(.swiper-slide-thumb-active) {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.thumb-ads-slider .swiper-slide.swiper-slide-thumb-active {position: relative;}
.thumb-ads-slider .swiper-slide.swiper-slide-thumb-active::after {content:''; bottom:0; position: absolute; left: 0; right:0; height: 4px; background-color: var(--sub-color);}
@media (min-width: 769px) {
.main-content .col-md-2 {flex: 0 0 auto; /*width: 100px;*/}
.main-content .col-md-10 {flex: 1;/* width: auto; */}
.product-subpage.main-content .col-md-2 {flex: 0 0 auto; /*width: 200px;*/}
.utility-item:hover {color:var(--main-color); border-color: var(--sub-color);}
.utility-item:hover i {background-color: var(--sub-color);}
.main-article {padding-left: 20px;padding-right: 20px;}
}
@media (min-width: 821px) {
.agent-map .gg-map {margin-right: -24px;}
}
@media (max-width: 1024px) {
.sale-detail-sec .col-lg-9 .product-dt-header-title .d-md-none {display:flex;align-items:center;margin-bottom: 20px;justify-content: space-between;margin-top: 16px;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .fixBottom {bottom:0;position:fixed;background-color: #fff;left: 0;right: 0;margin-bottom: 0;padding: 1rem;box-shadow: 0 -2px 8px rgba(0,0,0,.08);z-index: 101;}
.sale-detail-sec .col-lg-9 .product-dt-header-title h2 {max-width:unset;min-height: unset;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-price {margin-top: 0;display: flex;border-radius: 3px;align-items: center;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .new-price {display:flex;align-items: end;padding: 8px 12px 10px;border-radius: 3px 0 0 3px;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .new-price span {margin-right: 5px;font-size: 13px;line-height: 1.5;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .new-price h1 {font-size: 16px;margin-bottom:0}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .old-price {padding: 8px 10px;font-size: 14px;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-contact {position:static;margin-top:0;display:flex;box-shadow: none;background: none;border: none;padding: 0;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-contact .btn {margin-bottom:0;border-radius:50%;border:none;box-shadow: none !important;background:var(--main-color);color:#fff;-webkit-text-stroke-width: unset;padding: 0;width: 40px;height: 40px;justify-content: center;margin-left: 5px;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-contact .btn i {margin-right:0;-webkit-text-stroke-width: unset;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-contact .btn.btn-tel {background:var(--sub-color);}
footer {padding-bottom: 80px;}
}
@media (max-width: 820px) {
.sec-slider-review .swiper-button-next, .sec-slider-review .swiper-button-prev, .related-area .swiper-button-next, .related-area .swiper-button-prev {display:none}
.sec-slider-review .swiper-pagination {display:block!important; bottom: 12px !important;}
.line-decor {min-height:unset; left:-2px}
}
@media (max-width: 768px) {
.tags {font-size:14px}
.tags a {padding: 2px 0 0 5px;}
.title-subpage .time-box {font-size: 15px;flex: 0 0 72px;margin-right: 12px;padding-right: 8px;}
.title-subpage .time-box span:nth-of-type(1) {font-size: 18px;padding-bottom: 0px;}
.title-subpage h1 {font-size: 20px;}
.share-social.affix {position:static;padding: 0 0 0 8px;display: flex;align-items: center;}
.share-social ul {margin-left: 16px;}
.share-social ul li {display:inline-block}
.share-social ul li a {width: 40px;height: 40px;}
.sec-slider-review {background:#fff;margin-bottom: 0;padding-top: 4px;}
.sec-slider-review .swiper-wrapper {margin-bottom:0}
.main-article {margin-top:20px}
.review-map ul {flex-wrap:nowrap;overflow-x: auto;white-space: nowrap;justify-content: flex-start;margin-right: -1rem;}
.review-map h4 span {box-shadow: none; display: block; margin: 0 28px; font-size: 16px; box-shadow: 0 0 0 6px #fff; padding-left: 12px}
.review-tabs button {padding-left:0; padding-right:1.5rem}
.position-area .review-map ul {justify-content: center}
.convenient-area {padding-top: 4px;}
.overview-3dfl-area {padding-top:0}
.template-apartment-area {padding-top:0}
.template-apartment-area .fullscreen-slider {margin-top:12px}
.rating-area, .related-area {padding-top:12px}
.sale-detail-sec {margin-top:12px !important}
.sale-detail-sec .row .row {margin:0}
.sale-detail-sec .row .row > * {padding:0;margin-top: 0;width: 100%;}
.sale-detail-sec .product-subpage .row {position: relative;}
.sale-detail-sec .row .product-subpage .row {position: static;}
.sale-detail-sec .container > .row .col-md-2 {position: absolute;right:0;top:0;width: auto;}
.sale-detail-sec .container > .row .col-md-2 .product-price {margin-top: -22px;}
.sale-detail-sec .container > .row .col-md-2 .product-price .new-price {padding: 16px 12px 2px;}
.sale-detail-sec .container > .row .col-md-2 .product-price .new-price h1 {font-size: 1.25rem;}
.sale-detail-sec .container > .row .col-md-2 .product-price .old-price {font-size:15px; padding:6px 0}
.sale-detail-sec .product-dt-header-title h2 {min-height: 90px;max-width: 64vw;}
.product-dt-header-status-left {display:flex}
.product-dt-header-status .product-dt-header-status-left span, .product-dt-header-status .bg-secondary {padding: 2px 8px 4px;font-size: 12px;min-height: 30px;display: flex;align-items: center;border-radius: 3px;}
.product-dt-header-status .bg-secondary {height:auto;border:none;margin-right: 0;}
.product-dt-header-icons {margin-right:0;align-items: center;}
.product-dt-header-icons .product-dt-header-icons-right a {margin-left: 8px;font-size: 11px;color: #444;}
.product-dt-header-icons .product-dt-header-icons-right a i {width:48px; height:48px; font-size:32px}
.product-dt-header-icons .product-dt-header-icons-wrap span {font-size:11px;color:#444;margin-right: 16px;padding-right: 16px;}
.product-map .group-map {display: flex;margin-right: -1rem;overflow-x: auto;width: auto;}
.product-map .group-map button {white-space: nowrap; width: unset; border: none; overflow: visible; padding: 7px 14px;}
.type-chart {margin-top:20px;margin-bottom:12px}
.product-overview .scrollspy-product {flex-wrap:nowrap;white-space: nowrap;overflow-x: auto;margin-right: -1rem;top: 54px;margin-left: -1rem;padding-left: 1rem;}
.product-overview .scrollspy-product li a.active {font-weight:normal;}
.product-overview .scrollspy-product li a {text-transform: none;margin-right: 1.75rem;}
.product-detail .utilitie-item:nth-last-of-type(n+2) {border:none}
.product-dt-header {display:flex; flex-direction:column}
.product-dt-header-title {order:1}
.product-dt-header-ct {order:2}
.product-dt-header-icons {order:3}
.sec-product-rent {padding-top:24px}
.thumb-ads-slider {margin-top:-20px}
.thumb-ads-slider .swiper-slide {width:25%}
.main-ads-slider .swiper-slide .video .container:before {width:52px;height:52px;left: 0;margin: auto;}
.main-ads-slider .swiper-slide .video .container:after {left: 2px;border-width: 6px 0 6px 10px;right: 0;margin: auto;}
.main-ads-slider .container {width:52px;height:52px;margin: auto;bottom: 12px;}
}
@media (max-width: 320px) {
.sale-detail-sec .product-dt-header-title h2 {max-width: 60vw;font-size: 22px;}
.sale-detail-sec .container > .row .col-md-2 .product-price .new-price {font-size:14px;padding-top: 8px;}
.sale-detail-sec .container > .row .col-md-2 .product-price .new-price h1 {font-size:16px}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .new-price h1 {font-size:15px}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .new-price span, .sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .old-price {font-size: 12px;}
.sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .new-price, .sale-detail-sec .col-lg-9 .product-dt-header-title .product-price .old-price {padding-left:7px; padding-right:7px}
} | 0.344223 | 0.061199 |
body {
font-family: 'Ubuntu';
}
#wrapper {
width: 800px;
height: 600px;
margin: auto;
border: 1px solid grey;
position: relative;
}
#footer {
color: #242424;
font-size: 0.7em;
position: fixed;
bottom: 16px;
text-align: center;
left: 0;
right: 0;
z-index: 1000;
}
.tab {
height:100%;
}
.tab:nth-child(1) {
display: block;
}
.tab:nth-child(n+2) {
display: none;
}
.top-screen {
min-height: 75%;
height:75%;
}
.user-details {
position: absolute;
font-size: .8em;
}
.user-details table{
font-size: .9em;
}
.menu {
text-align: center;
margin: 10px auto 0;
min-width: 60%;
max-width: 80%;
width: auto;
}
.menu button,
.form-wrapper button,
.form-tab input[type="submit"] {
font-family: 'Concert One';
font-size: 20px;
background-color: #2075c9; /* Green background */
border: 1px solid #2196F3; /* Green border */
color: white; /* White text */
cursor: pointer; /* Pointer/hand icon */
width: 100%; /* Set a width if needed */
min-height: 36px;
display: block; /* Make the buttons appear below each other */
}
.menu button:hover,
.form-wrapper button:hover,
.form-tab input[type="submit"]:hover {
background-color: #98c3ed;
}
h1 {
margin:0;
padding-top: 50px;
text-align: center;
}
.main-bg {
width: 80%;
text-align: center;
margin: auto;
}
.main-bg img {
padding: 10px;
}
#main-tab .top-screen > h1 {
padding-top: 60px;
}
/* FORM TABS */
.form-wrapper {
border: 1px solid #2196F3;
padding: 8px;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
top: 30%;
}
.form-tab > div {
height: 100%;
width: 40%;
margin: auto;
position: relative;
}
.form-wrapper label {
width: 100px;
display: inline-block;
vertical-align: middle;
}
.form-wrapper input[type="submit"] {
margin: 20px auto;
width: 50%;
}
.form-wrapper button {
display: inline-block;
width: 30%;
margin-left: 20px;
}
#error {
visibility: hidden;
opacity: 0;
width: 50%;
height: 36px;
border-radius: 5px;
background: #f52f25;
color: #fff;
line-height: 36px;
text-align: center;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
bottom: 0;
transition: all .5s ease-in-out;
}
#error.show {
visibility: visible;
opacity: 1;
bottom: 10%;
}
/* LEVEL-TAB */
.level-bg {
background-image: url('assets/site/level_bg.png');
position: relative;
top: 10px;
width: 80%;
margin: auto;
height: 90%;
}
.level-bg h1 {
padding-top: 40px;
}
.level-buttons {
margin: auto;
width:50%;
text-align: center;
}
.level-buttons button {
background-color: lightgrey;
color: black;
height: 60px;
width: 60px;
border-radius: 50%;
border: 2px solid;
margin: 10px;
font-family: 'Ubuntu';
font-size: 12px;
cursor: pointer;
}
.level-buttons button[disabled] {
background-color: gray;
cursor: initial;
}
.level-buttons button:hover:not([disabled]) {
background-color: rgb(58, 58, 58);
color: white;
}
.level-buttons img {
display: block;
margin: auto;
padding: 10px;
}
/* GAME-TAB */
#game-wrapper {
height: 640px;
}
#game {
width: 800px;
height: 600px;
margin: auto;
}
#game-menu {
display: none;
border: 10px outset dodgerblue;
text-align: center;
position: relative;
top: -450px;
width: 400px;
height: 300px;
margin: auto;
background-color: steelblue;
}
#game-menu .info {
font-size: 20px;
}
.feedback {
height: 50%;
}
/* INVENTORY-TAB */
#grid-wrapper {
overflow: hidden;
}
.image {
grid-area: image;
}
.weapon-info {
grid-area: info;
height: 50px;
font-size: 10px;
}
.weapon-info p {
text-align: left;
margin: 0;
}
.action {
grid-area: action;
height: 50px;
}
.column1 {
grid-area: auto 1;
}
.column2 {
grid-area: auto 2;
}
.column3 {
grid-area: auto 3;
}
.span-weapon-name {
font-weight: bold;
font-size: 1.1em;
font-style: italic;
}
#grid-container {
display: grid;
grid-auto-columns: 3fr;
grid-auto-flow: row;
grid-template-rows: 187px 187px 187px;
grid-template-areas:
'col1 col2 col3'
'col1 col2 col3'
'col1 menu menu';
grid-gap: 10px;
background-color: #2196F3;
padding: 10px;
}
#grid-container>div {
background-color: rgba(255, 255, 255, 0.8);
text-align: center;
padding: 5px 5px;
font-size: 10px;
}
.grid {
display: grid;
grid-auto-columns: 1fr;
grid-auto-rows: 2fr;
grid-auto-flow: column;
grid-template-areas:
'image image'
'info action';
grid-gap: 10px;
background-color: #2196F3;
padding: 10px;
}
.grid>div {
height: calc(100% - 10px);
background-color: rgba(255, 255, 255, 0.8);
padding: 5px 5px;
}
.action button {
font-size: 10px;
width: 80%;
}
#resources {
display: none;
margin: 30px auto;
width: 50%;
}
#resources p {
display: inline;
margin-right: 10px;
}
.progress-outer {
width: 80%;
height: 10px;
margin: 3px;
padding: 3px;
border: 1px solid black;
}
.progress-outer div {
height: 100%;
background-color: black;
}
#grid-container .menu-item {
grid-area: menu;
}
table {
width: 80%;
margin: auto;
font-size:16px;
table-layout: fixed;
text-align: center;
}
th, td {
height: 20px;
}
.details {
margin: 0;
}
#money::before {
content: '£';
}
/* SETTINGS-TAB*/
.options {
width: 80%;
margin: auto;
}
#settings-tab .options .menu button {
margin: 8px 0 0 0;
}
#settings-tab table {
text-align: center;
} | style.css | body {
font-family: 'Ubuntu';
}
#wrapper {
width: 800px;
height: 600px;
margin: auto;
border: 1px solid grey;
position: relative;
}
#footer {
color: #242424;
font-size: 0.7em;
position: fixed;
bottom: 16px;
text-align: center;
left: 0;
right: 0;
z-index: 1000;
}
.tab {
height:100%;
}
.tab:nth-child(1) {
display: block;
}
.tab:nth-child(n+2) {
display: none;
}
.top-screen {
min-height: 75%;
height:75%;
}
.user-details {
position: absolute;
font-size: .8em;
}
.user-details table{
font-size: .9em;
}
.menu {
text-align: center;
margin: 10px auto 0;
min-width: 60%;
max-width: 80%;
width: auto;
}
.menu button,
.form-wrapper button,
.form-tab input[type="submit"] {
font-family: 'Concert One';
font-size: 20px;
background-color: #2075c9; /* Green background */
border: 1px solid #2196F3; /* Green border */
color: white; /* White text */
cursor: pointer; /* Pointer/hand icon */
width: 100%; /* Set a width if needed */
min-height: 36px;
display: block; /* Make the buttons appear below each other */
}
.menu button:hover,
.form-wrapper button:hover,
.form-tab input[type="submit"]:hover {
background-color: #98c3ed;
}
h1 {
margin:0;
padding-top: 50px;
text-align: center;
}
.main-bg {
width: 80%;
text-align: center;
margin: auto;
}
.main-bg img {
padding: 10px;
}
#main-tab .top-screen > h1 {
padding-top: 60px;
}
/* FORM TABS */
.form-wrapper {
border: 1px solid #2196F3;
padding: 8px;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
top: 30%;
}
.form-tab > div {
height: 100%;
width: 40%;
margin: auto;
position: relative;
}
.form-wrapper label {
width: 100px;
display: inline-block;
vertical-align: middle;
}
.form-wrapper input[type="submit"] {
margin: 20px auto;
width: 50%;
}
.form-wrapper button {
display: inline-block;
width: 30%;
margin-left: 20px;
}
#error {
visibility: hidden;
opacity: 0;
width: 50%;
height: 36px;
border-radius: 5px;
background: #f52f25;
color: #fff;
line-height: 36px;
text-align: center;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
bottom: 0;
transition: all .5s ease-in-out;
}
#error.show {
visibility: visible;
opacity: 1;
bottom: 10%;
}
/* LEVEL-TAB */
.level-bg {
background-image: url('assets/site/level_bg.png');
position: relative;
top: 10px;
width: 80%;
margin: auto;
height: 90%;
}
.level-bg h1 {
padding-top: 40px;
}
.level-buttons {
margin: auto;
width:50%;
text-align: center;
}
.level-buttons button {
background-color: lightgrey;
color: black;
height: 60px;
width: 60px;
border-radius: 50%;
border: 2px solid;
margin: 10px;
font-family: 'Ubuntu';
font-size: 12px;
cursor: pointer;
}
.level-buttons button[disabled] {
background-color: gray;
cursor: initial;
}
.level-buttons button:hover:not([disabled]) {
background-color: rgb(58, 58, 58);
color: white;
}
.level-buttons img {
display: block;
margin: auto;
padding: 10px;
}
/* GAME-TAB */
#game-wrapper {
height: 640px;
}
#game {
width: 800px;
height: 600px;
margin: auto;
}
#game-menu {
display: none;
border: 10px outset dodgerblue;
text-align: center;
position: relative;
top: -450px;
width: 400px;
height: 300px;
margin: auto;
background-color: steelblue;
}
#game-menu .info {
font-size: 20px;
}
.feedback {
height: 50%;
}
/* INVENTORY-TAB */
#grid-wrapper {
overflow: hidden;
}
.image {
grid-area: image;
}
.weapon-info {
grid-area: info;
height: 50px;
font-size: 10px;
}
.weapon-info p {
text-align: left;
margin: 0;
}
.action {
grid-area: action;
height: 50px;
}
.column1 {
grid-area: auto 1;
}
.column2 {
grid-area: auto 2;
}
.column3 {
grid-area: auto 3;
}
.span-weapon-name {
font-weight: bold;
font-size: 1.1em;
font-style: italic;
}
#grid-container {
display: grid;
grid-auto-columns: 3fr;
grid-auto-flow: row;
grid-template-rows: 187px 187px 187px;
grid-template-areas:
'col1 col2 col3'
'col1 col2 col3'
'col1 menu menu';
grid-gap: 10px;
background-color: #2196F3;
padding: 10px;
}
#grid-container>div {
background-color: rgba(255, 255, 255, 0.8);
text-align: center;
padding: 5px 5px;
font-size: 10px;
}
.grid {
display: grid;
grid-auto-columns: 1fr;
grid-auto-rows: 2fr;
grid-auto-flow: column;
grid-template-areas:
'image image'
'info action';
grid-gap: 10px;
background-color: #2196F3;
padding: 10px;
}
.grid>div {
height: calc(100% - 10px);
background-color: rgba(255, 255, 255, 0.8);
padding: 5px 5px;
}
.action button {
font-size: 10px;
width: 80%;
}
#resources {
display: none;
margin: 30px auto;
width: 50%;
}
#resources p {
display: inline;
margin-right: 10px;
}
.progress-outer {
width: 80%;
height: 10px;
margin: 3px;
padding: 3px;
border: 1px solid black;
}
.progress-outer div {
height: 100%;
background-color: black;
}
#grid-container .menu-item {
grid-area: menu;
}
table {
width: 80%;
margin: auto;
font-size:16px;
table-layout: fixed;
text-align: center;
}
th, td {
height: 20px;
}
.details {
margin: 0;
}
#money::before {
content: '£';
}
/* SETTINGS-TAB*/
.options {
width: 80%;
margin: auto;
}
#settings-tab .options .menu button {
margin: 8px 0 0 0;
}
#settings-tab table {
text-align: center;
} | 0.487551 | 0.098339 |
.bg-half-transparent {
background: none;
background-color: rgba(255, 255, 255, 0.78) !important;
/*border-color: rgba(255,255, 255, 255);*/
border-color: #bebebe;
color: black;
}
.bg-linear-gradient {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 78%, rgba(0, 0, 0, 0.1) 100%);
}
nav.header-element {
background-image: none;
margin-bottom: 1px;
border-radius: 0px;
}
nav.header-element:first-of-type {
background-color: #428bca;
border-color: #428bca;
}
nav.header-element:last-of-type {
border-color: ;
margin-bottom: 5px;
border-radius: 6px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
#left_sidebar {
width: 100%;
height: auto;
min-height: 550px;
font-size: 1.6rem;
font-weight: 300;
border-radius: 5px;
position: relative;
padding-top: 20px;
padding-bottom: 20px;
}
#left_sidebar .main_menu {
/*width: calc(940px/4 - 30px);*/
/*top: 155px;*/
width: 100%;
margin: 12px 0;
font-size: 1.02em;
line-height: 1;
padding: 0;
list-style: none;
}
#left_sidebar .main_menu > .menu_item {
text-align: center;
display: block;
margin: 0;
padding: 0 5px;
}
#left_sidebar .main_menu > .menu_item > a,
#left_sidebar .main_menu > .menu_item > span {
display: block;
color: #000000;
padding: 7px 10px;
background: rgba(0, 0, 0, 0.01);
text-decoration: none;
text-align: center;
font-weight: normal;
margin-right: -5px;
margin-left: -5px;
}
#left_sidebar .main_menu > .menu_item > a:hover,
#left_sidebar .main_menu > .menu_item > span:hover {
display: block;
background: rgba(255, 255, 255, 255.3);
}
#left_sidebar .main_menu > .menu_item.active > * {
font-family: 'open_sansbold', sans-serif;
font-weight: bold;
background: rgba(255, 255, 255, 255.15);
}
#left_sidebar .btn {
/*border: 2px outset rgba(27, 27, 27, 0.6);
border-bottom: 2px solid rgba(15, 15, 15, 0.6);
background-image: none;
background-color: rgba(0, 0, 0, 0);*/
color: #000000;
}
#left_sidebar .list-group-item {
background-color: transparent;
border: 1px solid #cecece;
text-align: left;
font-size: 14px;
font-weight: bold;
}
#left_sidebar .list-group-item:not(:last-child) {
border-bottom: none;
}
#left_sidebar .list-group-item:not(:first-child) {
border-top: none;
}
#left_sidebar .list-group-item a {
color: #000000;
text-decoration: none;
}
.flag-circle {
width: 20px;
margin: -3px 3px 0 0;
}
.flag-circle-div {
top: 163px;
border: 1px solid #ddd;
border-bottom: none;
border-left: none;
padding: 5px;
border-top-right-radius: 12px;
z-index: 5;
position: absolute;
background-color: #ffffff;
}
.bg-half-transparent .flag-circle-div {
background-color: rgba(0, 0, 0, 0.78);
border-color: transparent;
}
.thumbnail {
position: relative;
}
.thumbnail > img {
border-radius: 4px;
border-bottom-left-radius: 0;
}
.thumbnail .caption {
color: #000000;
}
.thumbnail .caption .info-block {
display: table;
margin-bottom: 7px;
font-size: 12px;
width: 100%;
}
.thumbnail .caption > .info-block > .language {
float: left;
width: 50%;
text-align: left;
}
.thumbnail .caption > .info-block > .author {
float: right;
width: 50%;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.thumbnail .thumbnail-label {
width: calc(100% + 12px);
height: 54px;
margin: 0;
margin-top: 3px;
font-size: 18px;
line-height: 20px;
clear: both;
margin-left: -6px;
}
.thumbnail .btn-group {
width: calc(100% + 13px);
margin-left: -6px;
}
.thumbnail .btn-group > .btn{
color: #000000;
padding: 6px 8px;
font-size: 15px;
border-color: #AAAAAA;
background: initial;
}
.thumbnail .btn-group > .btn:hover{
border-color: #AAAAAA;
background: initial;
cursor: default;
}
.thumbnail .thumbnail-label a {
color: #000000;
font-weight: bold;
}
.thumbnail .thumbnail-label a:hover {
text-decoration: none;
} | vlls-front/src/assets/css/custom-layout.css | .bg-half-transparent {
background: none;
background-color: rgba(255, 255, 255, 0.78) !important;
/*border-color: rgba(255,255, 255, 255);*/
border-color: #bebebe;
color: black;
}
.bg-linear-gradient {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 78%, rgba(0, 0, 0, 0.1) 100%);
}
nav.header-element {
background-image: none;
margin-bottom: 1px;
border-radius: 0px;
}
nav.header-element:first-of-type {
background-color: #428bca;
border-color: #428bca;
}
nav.header-element:last-of-type {
border-color: ;
margin-bottom: 5px;
border-radius: 6px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
#left_sidebar {
width: 100%;
height: auto;
min-height: 550px;
font-size: 1.6rem;
font-weight: 300;
border-radius: 5px;
position: relative;
padding-top: 20px;
padding-bottom: 20px;
}
#left_sidebar .main_menu {
/*width: calc(940px/4 - 30px);*/
/*top: 155px;*/
width: 100%;
margin: 12px 0;
font-size: 1.02em;
line-height: 1;
padding: 0;
list-style: none;
}
#left_sidebar .main_menu > .menu_item {
text-align: center;
display: block;
margin: 0;
padding: 0 5px;
}
#left_sidebar .main_menu > .menu_item > a,
#left_sidebar .main_menu > .menu_item > span {
display: block;
color: #000000;
padding: 7px 10px;
background: rgba(0, 0, 0, 0.01);
text-decoration: none;
text-align: center;
font-weight: normal;
margin-right: -5px;
margin-left: -5px;
}
#left_sidebar .main_menu > .menu_item > a:hover,
#left_sidebar .main_menu > .menu_item > span:hover {
display: block;
background: rgba(255, 255, 255, 255.3);
}
#left_sidebar .main_menu > .menu_item.active > * {
font-family: 'open_sansbold', sans-serif;
font-weight: bold;
background: rgba(255, 255, 255, 255.15);
}
#left_sidebar .btn {
/*border: 2px outset rgba(27, 27, 27, 0.6);
border-bottom: 2px solid rgba(15, 15, 15, 0.6);
background-image: none;
background-color: rgba(0, 0, 0, 0);*/
color: #000000;
}
#left_sidebar .list-group-item {
background-color: transparent;
border: 1px solid #cecece;
text-align: left;
font-size: 14px;
font-weight: bold;
}
#left_sidebar .list-group-item:not(:last-child) {
border-bottom: none;
}
#left_sidebar .list-group-item:not(:first-child) {
border-top: none;
}
#left_sidebar .list-group-item a {
color: #000000;
text-decoration: none;
}
.flag-circle {
width: 20px;
margin: -3px 3px 0 0;
}
.flag-circle-div {
top: 163px;
border: 1px solid #ddd;
border-bottom: none;
border-left: none;
padding: 5px;
border-top-right-radius: 12px;
z-index: 5;
position: absolute;
background-color: #ffffff;
}
.bg-half-transparent .flag-circle-div {
background-color: rgba(0, 0, 0, 0.78);
border-color: transparent;
}
.thumbnail {
position: relative;
}
.thumbnail > img {
border-radius: 4px;
border-bottom-left-radius: 0;
}
.thumbnail .caption {
color: #000000;
}
.thumbnail .caption .info-block {
display: table;
margin-bottom: 7px;
font-size: 12px;
width: 100%;
}
.thumbnail .caption > .info-block > .language {
float: left;
width: 50%;
text-align: left;
}
.thumbnail .caption > .info-block > .author {
float: right;
width: 50%;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.thumbnail .thumbnail-label {
width: calc(100% + 12px);
height: 54px;
margin: 0;
margin-top: 3px;
font-size: 18px;
line-height: 20px;
clear: both;
margin-left: -6px;
}
.thumbnail .btn-group {
width: calc(100% + 13px);
margin-left: -6px;
}
.thumbnail .btn-group > .btn{
color: #000000;
padding: 6px 8px;
font-size: 15px;
border-color: #AAAAAA;
background: initial;
}
.thumbnail .btn-group > .btn:hover{
border-color: #AAAAAA;
background: initial;
cursor: default;
}
.thumbnail .thumbnail-label a {
color: #000000;
font-weight: bold;
}
.thumbnail .thumbnail-label a:hover {
text-decoration: none;
} | 0.540439 | 0.089177 |
body {
text-align: center;
}
footer {
margin: 50px 0;
}
.Headline{
font-family: 'Cairo', sans-serif;
}
.headshot {
margin: 0 auto;
}
.about{
color: white;
}
.about-text{
color: white;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.skills{
color: white;
}
.contact{
color: white;
}
.project-description{
/*font-family: 'Josefin Sans', sans-serif;*/
font-family: 'Rubik', sans-serif;
}
.project-headline{
font-family: 'Play', sans-serif;
}
.intro { background: url(../img/busan.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 200px 0 200px 0; height: auto; }
.intro h1 { font-size: 40px; margin: 40px 0 10px; font-weight: 900; color: white; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}
.intro h1 span { color: white; display: inline-block; }
.intro p { font-size: 24px; font-weight: 400; color: white; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}
.learn-more-btn { background: rgba(61, 201, 179, 1); padding: 20px 40px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; color: black; text-transform: uppercase; letter-spacing: 1px; display: inline-block; -webkit-box-shadow: 0px 3px 0px 0px #309383; -moz-box-shadow: 0px 3px 0px 0px #309383; box-shadow: 0px 3px 0px 0px #309383; margin: 60px 0 0; font-weight: bold; }
.redirect-btn { background: rgba(61, 201, 179, 1); padding: 5px 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; color: black; text-transform: uppercase; letter-spacing: 1px; display: inline-block; -webkit-box-shadow: 0px 3px 0px 0px #309383; -moz-box-shadow: 0px 3px 0px 0px #309383; box-shadow: 0px 3px 0px 0px #309383; margin: 60px 0 0; font-weight: bold; }
.about {background: url(../img/shibutani.jpg)no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 200px 0 200px 0; height: auto;}
.skills {background: url(../img/subway.jpg)no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 200px 0 200px 0; height: auto;}
.contact {background: url(../img/hirosaki.jpg)no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 200px 0 200px 0; height: auto;} | css/1-col-portfolio.css | body {
text-align: center;
}
footer {
margin: 50px 0;
}
.Headline{
font-family: 'Cairo', sans-serif;
}
.headshot {
margin: 0 auto;
}
.about{
color: white;
}
.about-text{
color: white;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.skills{
color: white;
}
.contact{
color: white;
}
.project-description{
/*font-family: 'Josefin Sans', sans-serif;*/
font-family: 'Rubik', sans-serif;
}
.project-headline{
font-family: 'Play', sans-serif;
}
.intro { background: url(../img/busan.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 200px 0 200px 0; height: auto; }
.intro h1 { font-size: 40px; margin: 40px 0 10px; font-weight: 900; color: white; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}
.intro h1 span { color: white; display: inline-block; }
.intro p { font-size: 24px; font-weight: 400; color: white; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}
.learn-more-btn { background: rgba(61, 201, 179, 1); padding: 20px 40px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; color: black; text-transform: uppercase; letter-spacing: 1px; display: inline-block; -webkit-box-shadow: 0px 3px 0px 0px #309383; -moz-box-shadow: 0px 3px 0px 0px #309383; box-shadow: 0px 3px 0px 0px #309383; margin: 60px 0 0; font-weight: bold; }
.redirect-btn { background: rgba(61, 201, 179, 1); padding: 5px 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; color: black; text-transform: uppercase; letter-spacing: 1px; display: inline-block; -webkit-box-shadow: 0px 3px 0px 0px #309383; -moz-box-shadow: 0px 3px 0px 0px #309383; box-shadow: 0px 3px 0px 0px #309383; margin: 60px 0 0; font-weight: bold; }
.about {background: url(../img/shibutani.jpg)no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 200px 0 200px 0; height: auto;}
.skills {background: url(../img/subway.jpg)no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 200px 0 200px 0; height: auto;}
.contact {background: url(../img/hirosaki.jpg)no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 200px 0 200px 0; height: auto;} | 0.355439 | 0.127435 |
@font-face{
font-family: 'Source Sans 3';
font-weight: 200;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-ExtraLight.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-ExtraLight.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 200;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-ExtraLightIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-ExtraLightIt.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 300;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Light.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Light.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 300;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-LightIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-LightIt.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 400;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Regular.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Regular.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 400;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-It.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-It.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 600;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Semibold.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Semibold.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 600;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-SemiboldIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-SemiboldIt.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 700;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Bold.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Bold.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 700;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-BoldIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-BoldIt.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 900;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Black.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Black.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 900;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-BlackIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-BlackIt.otf.woff') format('woff');
} | assets/webFonts/source-sans-3.css | @font-face{
font-family: 'Source Sans 3';
font-weight: 200;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-ExtraLight.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-ExtraLight.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 200;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-ExtraLightIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-ExtraLightIt.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 300;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Light.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Light.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 300;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-LightIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-LightIt.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 400;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Regular.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Regular.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 400;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-It.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-It.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 600;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Semibold.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Semibold.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 600;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-SemiboldIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-SemiboldIt.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 700;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Bold.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Bold.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 700;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-BoldIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-BoldIt.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 900;
font-style: normal;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-Black.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-Black.otf.woff') format('woff');
}
@font-face{
font-family: 'Source Sans 3';
font-weight: 900;
font-style: italic;
font-stretch: normal;
src: url('WOFF2/TTF/SourceSans3-BlackIt.ttf.woff2') format('woff2'),
url('WOFF/OTF/SourceSans3-BlackIt.otf.woff') format('woff');
} | 0.361841 | 0.0538 |
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
a:hover,
a:active {
outline: 0;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
width: auto\9;
height: auto;
max-width: 100%;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
button,
input {
*overflow: visible;
line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
cursor: pointer;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
textarea {
overflow: auto;
vertical-align: top;
}
@media print {
* {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333333;
background-color: #ffffff;
}
body {
width: 1170px;
margin: 0 auto;
}
a {
color: #0088cc;
text-decoration: none;
}
a:hover {
color: #005580;
text-decoration: underline;
}
p {
margin: 0 0 10px;
}
small {
font-size: 85%;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
cite {
font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 10px 0;
font-family: inherit;
font-weight: bold;
line-height: 20px;
color: inherit;
text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
font-weight: normal;
line-height: 1;
color: #999999;
}
h1,
h2,
h3 {
line-height: 40px;
}
h1 {
font-size: 38.5px;
}
h2 {
font-size: 31.5px;
}
h3 {
font-size: 24.5px;
}
h4 {
font-size: 17.5px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 11.9px;
}
h1 small {
font-size: 24.5px;
}
h2 small {
font-size: 17.5px;
}
h3 small {
font-size: 14px;
}
h4 small {
font-size: 14px;
}
header {
padding-bottom: 9px;
margin: 20px 0 30px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
padding: 0;
margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-bottom: 0;
}
li {
line-height: 20px;
}
dl {
margin-bottom: 20px;
}
dt,
dd {
line-height: 20px;
}
dt {
font-weight: bold;
}
dd {
margin-left: 10px;
}
hr {
margin: 20px 0;
border: 0;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
blockquote {
padding: 0 0 0 15px;
margin: 0 0 20px;
border-left: 5px solid #eeeeee;
}
blockquote p {
margin-bottom: 0;
font-size: 16px;
font-weight: 300;
line-height: 25px;
}
blockquote small {
display: block;
line-height: 20px;
color: #999999;
}
blockquote small:before {
content: '\2014 \00A0';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
}
address {
display: block;
margin-bottom: 20px;
font-style: normal;
line-height: 20px;
}
code,
pre {
padding: 0 3px 2px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 12px;
color: #333333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
code {
padding: 2px 4px;
color: #d14;
white-space: nowrap;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
pre code {
padding: 0;
color: inherit;
white-space: pre;
white-space: pre-wrap;
background-color: transparent;
border: 0;
}
form {
margin: 0 0 20px;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: 40px;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
legend small {
font-size: 15px;
color: #999999;
}
label,
input,
button,
select,
textarea {
font-size: 14px;
font-weight: normal;
line-height: 20px;
}
input,
button,
select,
textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
display: block;
margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
display: inline-block;
height: 20px;
padding: 4px 6px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color: #555555;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
input,
textarea {
width: 206px;
}
textarea {
height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
border-color: rgba(82, 168, 236, 0.8);
outline: 0;
outline: thin dotted \9;
/* IE6-9 */
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
*margin-top: 0;
line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
width: auto;
}
select,
input[type="file"] {
height: 30px;
/* In IE7, the height of the select element cannot be changed by height, only font-size */
*margin-top: 4px;
/* For IE7, add top margin to align select with labels */
line-height: 30px;
}
select {
width: 220px;
background-color: #ffffff;
border: 1px solid #cccccc;
}
select[multiple],
select[size] {
height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999999;
}
input,
textarea {
margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
cursor: not-allowed;
background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
background-color: transparent;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
color: #b94a48;
border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
border-color: #e9322d;
-webkit-box-shadow: 0 0 6px #f8b9b7;
-moz-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7;
}
input[type="search"] {
padding-right: 14px;
padding-right: 4px \9;
padding-left: 14px;
padding-left: 4px \9;
/* IE7-8 doesn't have border-radius, so don't indent the padding */
margin-bottom: 0;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
table {
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin-bottom: 20px;
}
table th,
table td {
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
table th {
font-weight: bold;
}
table thead th {
vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
border-top: 0;
}
table tbody + tbody {
border-top: 2px solid #dddddd;
}
table table {
background-color: #ffffff;
}
button {
display: inline-block;
*display: inline;
padding: 4px 12px;
margin-bottom: 0;
*margin-left: .3em;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
*background-color: #e6e6e6;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #bbbbbb;
*border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
button:hover,
button:active,
button[disabled] {
color: #333333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
button:active {
background-color: #cccccc \9;
}
button:first-child {
*margin-left: 0;
}
button:hover {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
button:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
button:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
button[disabled] {
cursor: default;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
button {
border-color: #c5c5c5;
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
button, input[type="submit"] {
*padding-top: 3px;
*padding-bottom: 3px;
}
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
padding: 0;
border: 0;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
/* TODO */
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
background-repeat: repeat-x;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress .bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
color: #ffffff;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #0e90d2;
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
background-image: -o-linear-gradient(top, #149bdf, #0480be);
background-image: linear-gradient(to bottom, #149bdf, #0480be);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: width 0.6s ease;
-moz-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress .bar + .bar {
-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .bar {
background-color: #149bdf;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
-moz-background-size: 40px 40px;
-o-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress.active .bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
background-color: #dd514c;
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
background-color: #ee5f5b;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
background-color: #5eb95e;
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
background-image: linear-gradient(to bottom, #62c462, #57a957);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
background-color: #62c462;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
background-color: #4bb1cf;
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
background-color: #5bc0de;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
background-color: #faa732;
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
background-image: -o-linear-gradient(top, #fbb450, #f89406);
background-image: linear-gradient(to bottom, #fbb450, #f89406);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
background-color: #fbb450;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* Responsive */
@-ms-viewport {
width: device-width;
}
@media (min-width: 1200px) {
body {
width: 1170px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
body {
width: 724px;
}
}
@media (max-width: 767px) {
body {
padding-right: 20px;
padding-left: 20px;
width: auto;
}
} | bootstrap-reset.css | article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
a:hover,
a:active {
outline: 0;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
width: auto\9;
height: auto;
max-width: 100%;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
margin: 0;
font-size: 100%;
vertical-align: middle;
}
button,
input {
*overflow: visible;
line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
cursor: pointer;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
textarea {
overflow: auto;
vertical-align: top;
}
@media print {
* {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
body {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333333;
background-color: #ffffff;
}
body {
width: 1170px;
margin: 0 auto;
}
a {
color: #0088cc;
text-decoration: none;
}
a:hover {
color: #005580;
text-decoration: underline;
}
p {
margin: 0 0 10px;
}
small {
font-size: 85%;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
cite {
font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 10px 0;
font-family: inherit;
font-weight: bold;
line-height: 20px;
color: inherit;
text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
font-weight: normal;
line-height: 1;
color: #999999;
}
h1,
h2,
h3 {
line-height: 40px;
}
h1 {
font-size: 38.5px;
}
h2 {
font-size: 31.5px;
}
h3 {
font-size: 24.5px;
}
h4 {
font-size: 17.5px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 11.9px;
}
h1 small {
font-size: 24.5px;
}
h2 small {
font-size: 17.5px;
}
h3 small {
font-size: 14px;
}
h4 small {
font-size: 14px;
}
header {
padding-bottom: 9px;
margin: 20px 0 30px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
padding: 0;
margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-bottom: 0;
}
li {
line-height: 20px;
}
dl {
margin-bottom: 20px;
}
dt,
dd {
line-height: 20px;
}
dt {
font-weight: bold;
}
dd {
margin-left: 10px;
}
hr {
margin: 20px 0;
border: 0;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
blockquote {
padding: 0 0 0 15px;
margin: 0 0 20px;
border-left: 5px solid #eeeeee;
}
blockquote p {
margin-bottom: 0;
font-size: 16px;
font-weight: 300;
line-height: 25px;
}
blockquote small {
display: block;
line-height: 20px;
color: #999999;
}
blockquote small:before {
content: '\2014 \00A0';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
}
address {
display: block;
margin-bottom: 20px;
font-style: normal;
line-height: 20px;
}
code,
pre {
padding: 0 3px 2px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 12px;
color: #333333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
code {
padding: 2px 4px;
color: #d14;
white-space: nowrap;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
pre code {
padding: 0;
color: inherit;
white-space: pre;
white-space: pre-wrap;
background-color: transparent;
border: 0;
}
form {
margin: 0 0 20px;
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: 40px;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
legend small {
font-size: 15px;
color: #999999;
}
label,
input,
button,
select,
textarea {
font-size: 14px;
font-weight: normal;
line-height: 20px;
}
input,
button,
select,
textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
display: block;
margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
display: inline-block;
height: 20px;
padding: 4px 6px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color: #555555;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
input,
textarea {
width: 206px;
}
textarea {
height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
border-color: rgba(82, 168, 236, 0.8);
outline: 0;
outline: thin dotted \9;
/* IE6-9 */
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
*margin-top: 0;
line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
width: auto;
}
select,
input[type="file"] {
height: 30px;
/* In IE7, the height of the select element cannot be changed by height, only font-size */
*margin-top: 4px;
/* For IE7, add top margin to align select with labels */
line-height: 30px;
}
select {
width: 220px;
background-color: #ffffff;
border: 1px solid #cccccc;
}
select[multiple],
select[size] {
height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999999;
}
input,
textarea {
margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
cursor: not-allowed;
background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
background-color: transparent;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
color: #b94a48;
border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
border-color: #e9322d;
-webkit-box-shadow: 0 0 6px #f8b9b7;
-moz-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7;
}
input[type="search"] {
padding-right: 14px;
padding-right: 4px \9;
padding-left: 14px;
padding-left: 4px \9;
/* IE7-8 doesn't have border-radius, so don't indent the padding */
margin-bottom: 0;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
table {
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin-bottom: 20px;
}
table th,
table td {
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
table th {
font-weight: bold;
}
table thead th {
vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
border-top: 0;
}
table tbody + tbody {
border-top: 2px solid #dddddd;
}
table table {
background-color: #ffffff;
}
button {
display: inline-block;
*display: inline;
padding: 4px 12px;
margin-bottom: 0;
*margin-left: .3em;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
*background-color: #e6e6e6;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #bbbbbb;
*border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
button:hover,
button:active,
button[disabled] {
color: #333333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
button:active {
background-color: #cccccc \9;
}
button:first-child {
*margin-left: 0;
}
button:hover {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
button:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
button:active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
button[disabled] {
cursor: default;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
button {
border-color: #c5c5c5;
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
button, input[type="submit"] {
*padding-top: 3px;
*padding-bottom: 3px;
}
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
padding: 0;
border: 0;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-moz-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-ms-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 0 0;
}
to {
background-position: 40px 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
/* TODO */
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
background-repeat: repeat-x;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress .bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
color: #ffffff;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #0e90d2;
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
background-image: -o-linear-gradient(top, #149bdf, #0480be);
background-image: linear-gradient(to bottom, #149bdf, #0480be);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: width 0.6s ease;
-moz-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress .bar + .bar {
-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .bar {
background-color: #149bdf;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
-moz-background-size: 40px 40px;
-o-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress.active .bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite;
-ms-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
background-color: #dd514c;
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
background-color: #ee5f5b;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
background-color: #5eb95e;
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
background-image: linear-gradient(to bottom, #62c462, #57a957);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
background-color: #62c462;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
background-color: #4bb1cf;
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
background-color: #5bc0de;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
background-color: #faa732;
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
background-image: -o-linear-gradient(top, #fbb450, #f89406);
background-image: linear-gradient(to bottom, #fbb450, #f89406);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
background-color: #fbb450;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* Responsive */
@-ms-viewport {
width: device-width;
}
@media (min-width: 1200px) {
body {
width: 1170px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
body {
width: 724px;
}
}
@media (max-width: 767px) {
body {
padding-right: 20px;
padding-left: 20px;
width: auto;
}
} | 0.339499 | 0.081923 |
table {
width: 100%;
}
th, td {
font-weight: unset;
padding-right: 10px;
}
.column1 {
width: 33%;
padding-left: 40px;
}
.column2 {
width: 13%;
}
.column3 {
width: 22%;
}
.column4 {
width: 19%;
}
.table100-head th {
padding-top: 18px;
padding-bottom: 18px;
}
.table100-body td {
padding-top: 16px;
padding-bottom: 16px;
}
/*Fix header*/
.table100 {
position: relative;
padding-top: 50px;
}
.table100-head {
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.table100-body {
max-height: 350px;
overflow: auto;
}
/*Ver3*/
.table100.ver3 {
background-color: #393939;
}
.table100.ver3 th {
font-family: 'Roboto Black', sans-serif;
font-size: 15px;
color: white;
line-height: 1.4;
text-transform: uppercase;
background-color: #2596be;
}
.table100.ver3 td {
font-size: 15px;
color: #000000;
line-height: 1.4;
background-color: rgb(255, 255, 255);
}
label {
width:10%;
float:left;
text-align:center;
padding:0.5%;
margin:0.5%;
margin-bottom:30px;
cursor:pointer;
}
.admin_student .modal {
padding: 25px;
overflow-y: auto;
}
/* TABLE*/
.box
{
width:100%;
padding:20px;
background-color:#fff;
border:1px solid #ccc;
border-radius:5px;
margin-top:25px;
}
.box2
{
width:100%;
padding:20px;
background-color:#ccc;
border:1px solid #ccc;
}
table {
background-color: rgb(255, 255, 255);
}
/* Dashboard */
.main-section{
width:90%;
margin:0 auto;
text-align: center;
padding: 60px 5px;
margin-left: 120px;
}
.dashbord{
width:15%;
display: inline-block;
background-color:#34495E;
color:#fff;
margin-top: 60px;
margin-left: 10px;
}
.icon-section i{
font-size: 30px;
padding:10px;
border:1px solid #fff;
border-radius:50%;
margin-top:-25px;
margin-bottom: 10px;
background-color:#34495E;
}
.icon-section p{
margin:0px;
font-size: 20px;
padding-bottom: 10px;
}
.detail-section{
background-color: #2F4254;
padding: 5px 0px;
}
.dashbord .detail-section:hover{
background-color: #5a5a5a;
cursor: pointer;
}
.detail-section a{
color:#fff;
text-decoration: none;
}
.dashbord-green .icon-section,.dashbord-green .icon-section i{
background-color: #16A085;
}
.dashbord-green .detail-section{
background-color: #149077;
}
.dashbord-orange .icon-section,.dashbord-orange .icon-section i{
background-color: #F39C12;
}
.dashbord-orange .detail-section{
background-color: #DA8C10;
}
.dashbord-blue .icon-section,.dashbord-blue .icon-section i{
background-color: #2980B9;
}
.dashbord-blue .detail-section{
background-color:#2573A6;
}
.dashbord-red .icon-section,.dashbord-red .icon-section i{
background-color:#E74C3C;
}
.dashbord-red .detail-section{
background-color:#CF4436;
}
/* LOGO */
.fa-twitter {
background: #55ACEE;
color: white;
}
.fa-instagram {
background: #125688;
color: white;
}
.fa-facebook {
background: #3B5998;
color: white;
}
/*OptionClick*/
:root {
--nav-width: 90px;
}
.show {
width: calc(var(--nav-width) + 85px)
}
/* ----- */
body {
font-family: calibri;
}
/* The Modal (background) */
.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 {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
/* 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;
}
.grid-container {
display: grid;
grid-template-columns: auto auto auto auto;
padding: 10px;
grid-column-gap: 50px;
}
.grid-item {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
font-size: 30px;
text-align: center;
}
/* .admin {
margin-top: 200px;
} */
.choices {
box-shadow: 5px 5px 10px grey;
}
.add_student, .add_department, .add_incharge {
width: 40%;
}
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
.body1{
font-family: 'Poppins', sans-serif;
overflow: hidden;
background: #cee6fe;
}
.wave{
position: fixed;
bottom: 0;
left: 0;
height: 100%;
z-index: -1;
}
.container1{
width: 100vw;
height: 100vh;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap :7rem;
padding: 0 2rem;
}
.img{
display: flex;
justify-content: flex-end;
align-items: center;
}
.login-content{
display: flex;
justify-content: flex-start;
align-items: center;
text-align: center;
}
.img img{
width: 350px;
border-radius: 100px;
}
form{
width: 360px;
}
.login-content img{
height: 100px;
}
.login-content h2{
margin: 15px 0;
color: rgb(17, 14, 14);
font-size: 2.9rem;
}
.login-content .input-div{
position: relative;
display: grid;
grid-template-columns: 7% 93%;
margin: 25px 0;
padding: 5px 0;
}
.login-content .input-div.one{
margin-top: 0;
}
.input-div > div{
position: relative;
height: 45px;
}
.input-div > div > input{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: none;
outline: none;
background: white;
padding: 0.5rem 0.7rem;
font-size: 1.2rem;
color: rgb(14, 8, 8);
font-family: 'poppins', sans-serif;
}
.input-div.pass{
margin-bottom: 4px;
}
a:hover{
color: #38d39f;
}
.btn1{
display: block;
width: 100%;
height: 50px;
outline: none;
border: none;
background-image: linear-gradient(to right, #32be8f, #38d39f, #32be8f);
background-size: 200%;
font-size: 1.2rem;
color: #fff;
font-family: 'Poppins', sans-serif;
margin: 1rem 0;
cursor: pointer;
transition: .5s;
}
.btn:hover{
background-position: right;
}
@media screen and (max-width: 1050px){
.container{
grid-gap: 5rem;
}
}
@media screen and (max-width: 1000px){
form{
width: 290px;
}
.login-content h2{
font-size: 2.4rem;
margin: 8px 0;
}
.img img{
width: 200px;
}
}
@media screen and (max-width: 900px){
.container{
grid-template-columns: 1fr;
}
.img{
display: none;
}
.wave{
display: none;
}
.login-content{
justify-content: center;
}
}
.side-nav {
float: left;
width: 10%;
/* only for demonstration, should be removed */
background: #ccc;
/* margin: 20px; */
}
/* Style the list inside the menu */
.side-nav ul {
list-style-type: none;
padding: 0;
}
section::after {
content: "";
display: table;
clear: both;
}
.avatar {
width: 30px;
}
.student .dataTables_length {
font-weight: bold;
}
.admin-navbar:hover {
font-weight: bold;
text-decoration: none;
background-color: black;
}
.incharge-form {
margin:0px; padding:0px; display:inline;
}
#example td.details-control {
background: url('../resources/details_open.png') no-repeat center center;
cursor: pointer;
}
#example tr.details td.details-control {
background: url('../resources/details_close.png') no-repeat center center;
} | public/css/style.css |
table {
width: 100%;
}
th, td {
font-weight: unset;
padding-right: 10px;
}
.column1 {
width: 33%;
padding-left: 40px;
}
.column2 {
width: 13%;
}
.column3 {
width: 22%;
}
.column4 {
width: 19%;
}
.table100-head th {
padding-top: 18px;
padding-bottom: 18px;
}
.table100-body td {
padding-top: 16px;
padding-bottom: 16px;
}
/*Fix header*/
.table100 {
position: relative;
padding-top: 50px;
}
.table100-head {
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.table100-body {
max-height: 350px;
overflow: auto;
}
/*Ver3*/
.table100.ver3 {
background-color: #393939;
}
.table100.ver3 th {
font-family: 'Roboto Black', sans-serif;
font-size: 15px;
color: white;
line-height: 1.4;
text-transform: uppercase;
background-color: #2596be;
}
.table100.ver3 td {
font-size: 15px;
color: #000000;
line-height: 1.4;
background-color: rgb(255, 255, 255);
}
label {
width:10%;
float:left;
text-align:center;
padding:0.5%;
margin:0.5%;
margin-bottom:30px;
cursor:pointer;
}
.admin_student .modal {
padding: 25px;
overflow-y: auto;
}
/* TABLE*/
.box
{
width:100%;
padding:20px;
background-color:#fff;
border:1px solid #ccc;
border-radius:5px;
margin-top:25px;
}
.box2
{
width:100%;
padding:20px;
background-color:#ccc;
border:1px solid #ccc;
}
table {
background-color: rgb(255, 255, 255);
}
/* Dashboard */
.main-section{
width:90%;
margin:0 auto;
text-align: center;
padding: 60px 5px;
margin-left: 120px;
}
.dashbord{
width:15%;
display: inline-block;
background-color:#34495E;
color:#fff;
margin-top: 60px;
margin-left: 10px;
}
.icon-section i{
font-size: 30px;
padding:10px;
border:1px solid #fff;
border-radius:50%;
margin-top:-25px;
margin-bottom: 10px;
background-color:#34495E;
}
.icon-section p{
margin:0px;
font-size: 20px;
padding-bottom: 10px;
}
.detail-section{
background-color: #2F4254;
padding: 5px 0px;
}
.dashbord .detail-section:hover{
background-color: #5a5a5a;
cursor: pointer;
}
.detail-section a{
color:#fff;
text-decoration: none;
}
.dashbord-green .icon-section,.dashbord-green .icon-section i{
background-color: #16A085;
}
.dashbord-green .detail-section{
background-color: #149077;
}
.dashbord-orange .icon-section,.dashbord-orange .icon-section i{
background-color: #F39C12;
}
.dashbord-orange .detail-section{
background-color: #DA8C10;
}
.dashbord-blue .icon-section,.dashbord-blue .icon-section i{
background-color: #2980B9;
}
.dashbord-blue .detail-section{
background-color:#2573A6;
}
.dashbord-red .icon-section,.dashbord-red .icon-section i{
background-color:#E74C3C;
}
.dashbord-red .detail-section{
background-color:#CF4436;
}
/* LOGO */
.fa-twitter {
background: #55ACEE;
color: white;
}
.fa-instagram {
background: #125688;
color: white;
}
.fa-facebook {
background: #3B5998;
color: white;
}
/*OptionClick*/
:root {
--nav-width: 90px;
}
.show {
width: calc(var(--nav-width) + 85px)
}
/* ----- */
body {
font-family: calibri;
}
/* The Modal (background) */
.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 {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
/* 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;
}
.grid-container {
display: grid;
grid-template-columns: auto auto auto auto;
padding: 10px;
grid-column-gap: 50px;
}
.grid-item {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.8);
font-size: 30px;
text-align: center;
}
/* .admin {
margin-top: 200px;
} */
.choices {
box-shadow: 5px 5px 10px grey;
}
.add_student, .add_department, .add_incharge {
width: 40%;
}
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
.body1{
font-family: 'Poppins', sans-serif;
overflow: hidden;
background: #cee6fe;
}
.wave{
position: fixed;
bottom: 0;
left: 0;
height: 100%;
z-index: -1;
}
.container1{
width: 100vw;
height: 100vh;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap :7rem;
padding: 0 2rem;
}
.img{
display: flex;
justify-content: flex-end;
align-items: center;
}
.login-content{
display: flex;
justify-content: flex-start;
align-items: center;
text-align: center;
}
.img img{
width: 350px;
border-radius: 100px;
}
form{
width: 360px;
}
.login-content img{
height: 100px;
}
.login-content h2{
margin: 15px 0;
color: rgb(17, 14, 14);
font-size: 2.9rem;
}
.login-content .input-div{
position: relative;
display: grid;
grid-template-columns: 7% 93%;
margin: 25px 0;
padding: 5px 0;
}
.login-content .input-div.one{
margin-top: 0;
}
.input-div > div{
position: relative;
height: 45px;
}
.input-div > div > input{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: none;
outline: none;
background: white;
padding: 0.5rem 0.7rem;
font-size: 1.2rem;
color: rgb(14, 8, 8);
font-family: 'poppins', sans-serif;
}
.input-div.pass{
margin-bottom: 4px;
}
a:hover{
color: #38d39f;
}
.btn1{
display: block;
width: 100%;
height: 50px;
outline: none;
border: none;
background-image: linear-gradient(to right, #32be8f, #38d39f, #32be8f);
background-size: 200%;
font-size: 1.2rem;
color: #fff;
font-family: 'Poppins', sans-serif;
margin: 1rem 0;
cursor: pointer;
transition: .5s;
}
.btn:hover{
background-position: right;
}
@media screen and (max-width: 1050px){
.container{
grid-gap: 5rem;
}
}
@media screen and (max-width: 1000px){
form{
width: 290px;
}
.login-content h2{
font-size: 2.4rem;
margin: 8px 0;
}
.img img{
width: 200px;
}
}
@media screen and (max-width: 900px){
.container{
grid-template-columns: 1fr;
}
.img{
display: none;
}
.wave{
display: none;
}
.login-content{
justify-content: center;
}
}
.side-nav {
float: left;
width: 10%;
/* only for demonstration, should be removed */
background: #ccc;
/* margin: 20px; */
}
/* Style the list inside the menu */
.side-nav ul {
list-style-type: none;
padding: 0;
}
section::after {
content: "";
display: table;
clear: both;
}
.avatar {
width: 30px;
}
.student .dataTables_length {
font-weight: bold;
}
.admin-navbar:hover {
font-weight: bold;
text-decoration: none;
background-color: black;
}
.incharge-form {
margin:0px; padding:0px; display:inline;
}
#example td.details-control {
background: url('../resources/details_open.png') no-repeat center center;
cursor: pointer;
}
#example tr.details td.details-control {
background: url('../resources/details_close.png') no-repeat center center;
} | 0.393502 | 0.120646 |
border: 1px solid #CFCFCF;
-moz-border-radius:25px; /* Firefox 3.6 and earlier */
height: 475px;
overflow: scroll;
padding-left: 6px;
padding-right: 6px;
padding-top: 6px;
white-space: pre;
width: 793px;
}
.messages_error {
background: #FFB5B5;
padding: 2px;
display: inline-block;
min-width: 100%;
margin-left: -2px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.messages_error_link:hover {
color: #082633;
}
.messages_error_link,.messages_error_link:active {
color: #13455B;
}
.pb_backupbuddy_status {
background: #636363 url('../images/status/bg_dark.png') top repeat-x;
border: 1px solid #636363;
min-width: 20px;
height: 29px;
float: left;
padding-bottom: 8px;
text-align: right;
-moz-border-radius: 8px 0 0 8px;
border-radius: 8px 0 0 8px;
margin-top: 20px;
z-index: 0;
position: relative;
}
.pb_backupbuddy_progress {
background: #FFFFFF;
margin: 0;
display: inline-block;
border-radius: 5px;
padding: 0;
border-radius: 5px;
border: 1px solid #d6d6d6;
border-top: 1px solid #ebebeb;
box-shadow: 0px 3px 0px 0px #aaaaaa;
box-shadow: 0px 2px 0px 0px #CFCFCF;
font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
font-size: 16px;
}
.pb_backupbuddy_step {
/* background: url('blue.png') 0 5px no-repeat; */
padding: 12px 30px 12px 45px;
width: 130px;
color: #464646;
display: block;
float: left;
}
.pb_backupbuddy_step.pb_backupbuddy_settings {
background: url('../images/status/settings.png') 6px 4px no-repeat;
}
.pb_backupbuddy_step.pb_backupbuddy_database {
background: url('../images/status/database.png') 6px 4px no-repeat;
}
.pb_backupbuddy_step.pb_backupbuddy_files {
background: url('../images/status/files.png') 6px 4px no-repeat;
}
.pb_backupbuddy_glow {
background: url('../images/status/blue.png') -4px 1px no-repeat;
width: 35px;
height: 40px;
float: left;
border-right: 1px solid #d6d6d6;
}
.pb_backupbuddy_step.pb_backupbuddy_end {
width: 20px;
height: 18px;
padding: 11px;
border: none;
border-radius: 0 4px 4px 0;
}
.pb_backupbuddy_empty {
background: url('../images/status/empty.png') -4px 1px no-repeat;
width: 35px;
height: 40px;
float: left;
border-right: 1px solid #d6d6d6;
}
.pb_backupbuddy_end.pb_backupbuddy_empty {
background: url('../images/status/empty.png') 1px 1px no-repeat;
}
.pb_backupbuddy_step.pb_backupbuddy_end.pb_backupbuddy_win {
background: #ffffff url('../images/status/green.png') 1px 1px no-repeat;
}
.pb_backupbuddy_step.pb_backupbuddy_end.pb_backupbuddy_fail {
background: #ffffff url('../images/status/yellow.png') 1px 1px no-repeat;
}
.pb_backupbuddy_step.pb_backupbuddy_end.pb_backupbuddy_codered {
background: #ffffff url('../images/status/red.png') 1px 1px no-repeat;
}
.pb_backupbuddy_activate {
background-color: #fff !important;
}
.pb_backupbuddy_afterbackupoptionswp {
margin: 10px 0;
}
.pb_backupbuddy_afterbackupoptions a {
font-size: 16px;
color: #21759B;
margin-right: 20px;
font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
text-decoration: none;
}
.pb_backupbuddy_afterbackupoptionswp a {
background: #f5f5f5;
text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
border: 1px solid #BBB;
border-radius: 11px;
color: #464646;
text-decoration: none;
font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
font-size: 12px;
line-height: 13px;
padding: 3px 8px;
cursor: pointer;
}
.ui-tabs-panel {
padding: 15px !important;
}
#backupbuddy_messages::-webkit-scrollbar {
-webkit-appearance: none;
width: 11px;
height: 11px;
}
#backupbuddy_messages::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 2px solid white; /* should match background, can't be transparent */
background-color: rgba(0, 0, 0, .5);
}
.backup-steps {
width: 100%;
}
.backup-step {
background: #ECECEC;
padding: 9px;
margin-bottom: 5px;
}
.backup-step-primary {
}
.backup-step-secondary {
margin-left: 20px;
background: #F9F9F9;
}
.backup-step-status {
float: right;
margin-left: 10px;
}
.backup-step-status-working:before {
content: url( '../images/loading.gif' );
}
.backup-step-status-warning {
width: 16px;
height: 16px;
background-image: url( '../images/warning.png' );
background-size: 16px 16px;
}
.backup-step-status-error {
width: 16px;
height: 16px;
background-image: url( '../images/warning.png' );
background-size: 16px 16px;
}
.backup-step-status-finished:before {
content: 'OK';
} | backupbuddy_backup/wp-content/plugins/backupbuddy/css/backupProcess.css | border: 1px solid #CFCFCF;
-moz-border-radius:25px; /* Firefox 3.6 and earlier */
height: 475px;
overflow: scroll;
padding-left: 6px;
padding-right: 6px;
padding-top: 6px;
white-space: pre;
width: 793px;
}
.messages_error {
background: #FFB5B5;
padding: 2px;
display: inline-block;
min-width: 100%;
margin-left: -2px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.messages_error_link:hover {
color: #082633;
}
.messages_error_link,.messages_error_link:active {
color: #13455B;
}
.pb_backupbuddy_status {
background: #636363 url('../images/status/bg_dark.png') top repeat-x;
border: 1px solid #636363;
min-width: 20px;
height: 29px;
float: left;
padding-bottom: 8px;
text-align: right;
-moz-border-radius: 8px 0 0 8px;
border-radius: 8px 0 0 8px;
margin-top: 20px;
z-index: 0;
position: relative;
}
.pb_backupbuddy_progress {
background: #FFFFFF;
margin: 0;
display: inline-block;
border-radius: 5px;
padding: 0;
border-radius: 5px;
border: 1px solid #d6d6d6;
border-top: 1px solid #ebebeb;
box-shadow: 0px 3px 0px 0px #aaaaaa;
box-shadow: 0px 2px 0px 0px #CFCFCF;
font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
font-size: 16px;
}
.pb_backupbuddy_step {
/* background: url('blue.png') 0 5px no-repeat; */
padding: 12px 30px 12px 45px;
width: 130px;
color: #464646;
display: block;
float: left;
}
.pb_backupbuddy_step.pb_backupbuddy_settings {
background: url('../images/status/settings.png') 6px 4px no-repeat;
}
.pb_backupbuddy_step.pb_backupbuddy_database {
background: url('../images/status/database.png') 6px 4px no-repeat;
}
.pb_backupbuddy_step.pb_backupbuddy_files {
background: url('../images/status/files.png') 6px 4px no-repeat;
}
.pb_backupbuddy_glow {
background: url('../images/status/blue.png') -4px 1px no-repeat;
width: 35px;
height: 40px;
float: left;
border-right: 1px solid #d6d6d6;
}
.pb_backupbuddy_step.pb_backupbuddy_end {
width: 20px;
height: 18px;
padding: 11px;
border: none;
border-radius: 0 4px 4px 0;
}
.pb_backupbuddy_empty {
background: url('../images/status/empty.png') -4px 1px no-repeat;
width: 35px;
height: 40px;
float: left;
border-right: 1px solid #d6d6d6;
}
.pb_backupbuddy_end.pb_backupbuddy_empty {
background: url('../images/status/empty.png') 1px 1px no-repeat;
}
.pb_backupbuddy_step.pb_backupbuddy_end.pb_backupbuddy_win {
background: #ffffff url('../images/status/green.png') 1px 1px no-repeat;
}
.pb_backupbuddy_step.pb_backupbuddy_end.pb_backupbuddy_fail {
background: #ffffff url('../images/status/yellow.png') 1px 1px no-repeat;
}
.pb_backupbuddy_step.pb_backupbuddy_end.pb_backupbuddy_codered {
background: #ffffff url('../images/status/red.png') 1px 1px no-repeat;
}
.pb_backupbuddy_activate {
background-color: #fff !important;
}
.pb_backupbuddy_afterbackupoptionswp {
margin: 10px 0;
}
.pb_backupbuddy_afterbackupoptions a {
font-size: 16px;
color: #21759B;
margin-right: 20px;
font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
text-decoration: none;
}
.pb_backupbuddy_afterbackupoptionswp a {
background: #f5f5f5;
text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
border: 1px solid #BBB;
border-radius: 11px;
color: #464646;
text-decoration: none;
font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
font-size: 12px;
line-height: 13px;
padding: 3px 8px;
cursor: pointer;
}
.ui-tabs-panel {
padding: 15px !important;
}
#backupbuddy_messages::-webkit-scrollbar {
-webkit-appearance: none;
width: 11px;
height: 11px;
}
#backupbuddy_messages::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 2px solid white; /* should match background, can't be transparent */
background-color: rgba(0, 0, 0, .5);
}
.backup-steps {
width: 100%;
}
.backup-step {
background: #ECECEC;
padding: 9px;
margin-bottom: 5px;
}
.backup-step-primary {
}
.backup-step-secondary {
margin-left: 20px;
background: #F9F9F9;
}
.backup-step-status {
float: right;
margin-left: 10px;
}
.backup-step-status-working:before {
content: url( '../images/loading.gif' );
}
.backup-step-status-warning {
width: 16px;
height: 16px;
background-image: url( '../images/warning.png' );
background-size: 16px 16px;
}
.backup-step-status-error {
width: 16px;
height: 16px;
background-image: url( '../images/warning.png' );
background-size: 16px 16px;
}
.backup-step-status-finished:before {
content: 'OK';
} | 0.134918 | 0.119203 |
:root {
/** Theme palette colors: darkslategray, teal, lightseagreen, mediumturquoise, lemonchiffon */
/** Main palette */
--primary-color: darkslategray;
--on-primary-color: white;
--primary-color-darker: hsl(180, 25%, 20%);
--primary-color-lighter: hsl(180, 25%, 30%);
--secondary-color: mediumturquoise;
--on-secondary-color: black;
--background-color: lemonchiffon;
--background-color-light: lemonchiffon;
--background-color-light-lighter: hsl(54, 100%, 94%);
--background-color-dark: teal;
--background-color-dark-darker: hsl(180, 100%, 15%);
--accent-color: teal;
--on-accent-color: white;
--card-bg-stop-light: white;
--card-bg-stop-dark: #d2ebeb;
--card-bg: linear-gradient(180deg, var(--card-bg-stop-light), var(--card-bg-stop-dark));
/** Halfmoon resets */
--base-font-size: unset;
--base-html-font-size: unset;
--base-html-font-size-1600: unset;
/** Halfmoon tweaks */
--lm-card-bg-color: var(--background-color);
--lm-card-bg-image: var(--card-bg);
--lm-alert-filled-primary-bg-image: linear-gradient(var(--background-color-dark), var(--background-color-dark-darker));
--content-and-card-spacing-xs: 1rem;
/** Util vars */
--border-light: var(--card-border-width) solid var(--lm-card-border-color);
}
/** Halfmoon body resets */
html, body {
height: 100vh;
min-height: 100vh;
overflow: auto;
}
.row {
width: 100%;
}
html, body {
overflow: auto;
}
html {
background: linear-gradient(#0C304F, #333C47);
}
body {
background: none;
}
#app {
position: relative;
}
.card-slim {
--content-and-card-spacing: 8px;
}
.justify-evenly {
justify-content: space-evenly;
}
.flex-center-children {
display: flex;
justify-content: center;
align-items: center;
}
[data-placeholder='true'] .placeholder-blur {
filter: blur(0.2rem);
}
.placeholder-line {
height: 1.2rem;
border: 1px solid var(--primary-color-darker);
background-color: var(--primary-color);
border-radius: 0.2rem;
}
.border-light {
border: var(--border-light);
border-radius: 4px;
} | frontend/src/style.css | :root {
/** Theme palette colors: darkslategray, teal, lightseagreen, mediumturquoise, lemonchiffon */
/** Main palette */
--primary-color: darkslategray;
--on-primary-color: white;
--primary-color-darker: hsl(180, 25%, 20%);
--primary-color-lighter: hsl(180, 25%, 30%);
--secondary-color: mediumturquoise;
--on-secondary-color: black;
--background-color: lemonchiffon;
--background-color-light: lemonchiffon;
--background-color-light-lighter: hsl(54, 100%, 94%);
--background-color-dark: teal;
--background-color-dark-darker: hsl(180, 100%, 15%);
--accent-color: teal;
--on-accent-color: white;
--card-bg-stop-light: white;
--card-bg-stop-dark: #d2ebeb;
--card-bg: linear-gradient(180deg, var(--card-bg-stop-light), var(--card-bg-stop-dark));
/** Halfmoon resets */
--base-font-size: unset;
--base-html-font-size: unset;
--base-html-font-size-1600: unset;
/** Halfmoon tweaks */
--lm-card-bg-color: var(--background-color);
--lm-card-bg-image: var(--card-bg);
--lm-alert-filled-primary-bg-image: linear-gradient(var(--background-color-dark), var(--background-color-dark-darker));
--content-and-card-spacing-xs: 1rem;
/** Util vars */
--border-light: var(--card-border-width) solid var(--lm-card-border-color);
}
/** Halfmoon body resets */
html, body {
height: 100vh;
min-height: 100vh;
overflow: auto;
}
.row {
width: 100%;
}
html, body {
overflow: auto;
}
html {
background: linear-gradient(#0C304F, #333C47);
}
body {
background: none;
}
#app {
position: relative;
}
.card-slim {
--content-and-card-spacing: 8px;
}
.justify-evenly {
justify-content: space-evenly;
}
.flex-center-children {
display: flex;
justify-content: center;
align-items: center;
}
[data-placeholder='true'] .placeholder-blur {
filter: blur(0.2rem);
}
.placeholder-line {
height: 1.2rem;
border: 1px solid var(--primary-color-darker);
background-color: var(--primary-color);
border-radius: 0.2rem;
}
.border-light {
border: var(--border-light);
border-radius: 4px;
} | 0.47244 | 0.114393 |
html, body { margin:0; padding:0; overflow:hidden }
body {
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
.line-connect-handler:hover{
fill-opacity: 1;
}
.content-editable {
min-height: 1em;
/* position: relative; */
line-height: 1.2;
font-weight: normal; font-size: 14px; z-index: 5; font-family: Tahoma;
text-align: center; outline: none; color: rgb(0, 0, 0); white-space: normal;
word-wrap: normal; max-width: 77px; min-width: 30px;
/* left: 1310px; top: 1134px; */
}
.panel-button {
background: #f6f6f6;
border: none;
width: 68px;
height: 36px;
display: inline-block;
position: relative;
overflow: hidden;
left: 2px;
top: 2px;
}
.panel-button:hover{
cursor: pointer;
}
.panel-button:hover .shape-button{
stroke: #f00;
}
.custom-shape {
border: 1px solid darkgray;
}
.custom-shape:hover {
border: 1px solid #f00
}
.toggle-window-button {
border: none;
background-color: #f6f6f6;
margin-top: 8px;
}
/*
http://cursor.in/
*/
/*
.draggable {
cursor: url('../images/cursors/grab.svg');
cursor: grab;
cursor: move;
}
.draggable:active{
cursor: url('../images/cursors/grabbing.svg');
cursor: grabbing;
}
*/
/*
weather-sunRain shape has some animation setting
*/
@keyframes a0_do{
0%,10% {stroke-dashoffset:30px}
58% {stroke-dashoffset:-9px}
to {stroke-dashoffset:-5px}
}
@keyframes a1_do{
0%,10% {stroke-dashoffset:30px}
58% {stroke-dashoffset:-9px}
to {stroke-dashoffset:-5px}
}
@keyframes a2_do{
0%,10% {stroke-dashoffset:30px}
58% {stroke-dashoffset:-9px}
to {stroke-dashoffset:-5px}
}
@keyframes a3_do{
0%,10% {stroke-dashoffset:30px}
58% {stroke-dashoffset:-9px}
to {stroke-dashoffset:-5px}
}
@keyframes a4_do{
0%,10% {stroke-dashoffset:30px}
58% {stroke-dashoffset:-9px}
to {stroke-dashoffset:-5px}
}
@keyframes a5_do{
0%,10% {stroke-dashoffset:30px}
58% {stroke-dashoffset:-9px}
to {stroke-dashoffset:-5px}
}
@keyframes sun_t{
0%,50%,to {transform:translate(16.5px,16.5px)}
10%,45% {transform:translate(10.5px,9.5px)}
}
@keyframes r1_do{
0% {stroke-dashoffset:19px}
50% {stroke-dashoffset:20px}
to {stroke-dashoffset:-10px}
}
@keyframes r2_do{
0%,50% {stroke-dashoffset:19px}
to {stroke-dashoffset:-12px}
}
@keyframes r3_do{
0% {stroke-dashoffset:19px}
50% {stroke-dashoffset:20px}
to {stroke-dashoffset:-11px}
}
.p1 {animation: a0_do 10s linear 3 both}
.p2 {animation:a1_do 10s linear 3 both}
.p3 {animation:a2_do 10s linear 3 both}
.p4 {animation:a3_do 10s linear 3 both}
.p5 {animation:a4_do 10s linear 3 both}
.p6 {animation:a5_do 10s linear 3 both}
.p7 {animation:r1_do 10s linear 3 both}
.p8 {animation:r2_do 10s linear 3 both}
.p9 {animation:r3_do 10s linear 3 both}
.ellipse1 {animation:sun_t 10s linear 3 both}
#chat-window {
transition: transform 0.5s;
}
#attribute-window-body {
/* transition: transform 0.5s; */
transition: height 0.5s;
}
#toggle-chat-window-btn, #toggle-attr-window-btn {
transition: transform 0.5s;
}
#chat-window.collapse {
/* height: 0 !important; */
transform: translate(0px, 521px);
/*
520px is the chat window height(excluding the window header), defined in constants/. If the height is to be changed, don't forget to update it here
*/
}
#attribute-window-body.collapse{
height: 0 !important;
}
.tab:hover {
cursor: pointer;
}
/*
emoji related
*/
.emoji-picker {
position: absolute !important;
bottom: 138px;
height: 380px;
z-index: 3;
}
.emoji-img {
height: 3ex;
display: inline-block;
vertical-align: middle;
}
/*
chat related, steal from https://codepen.io/samuelkraft/pen/Farhl/
*/
#msg-list {
max-width: 450px;
height: 460px;
margin: 0 auto;
overflow: auto;
border-bottom: 1px solid darkgray;
}
/*
https://codepen.io/akinjide/pen/BpggrZ
*/
#msg-list::-webkit-scrollbar
{
width: 4px;
background-color: #F5F5F5;
}
#msg-list::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
#msg-list::-webkit-scrollbar-thumb
{
background-color: #000000;
border: 2px solid #555555;
}
.svg-button:hover {
cursor: pointer;
}
svg:focus, input:focus, select:focus, textarea:focus, button:focus {
outline: none;
}
section .msg-container {
max-width: 255px;
word-wrap: break-word;
margin-bottom: 12px;
line-height: 24px;
}
section div:after {
content: "";
display: table;
clear: both;
}
.clear {
clear: both;
}
.msg-sender-name {
margin-top: 10px;
margin-bottom: 4px;
color: #757575
}
.my-msg {
margin-right: 28px;
text-align: right;
}
.their-msg {
margin-left: 28px;
}
.from-me {
position: relative;
margin-right: 12px;
padding: 0 20px;
color: white;
background: #0b93f6;
border-radius: 22px;
float: right;
}
.from-me:before {
content: "";
position: absolute;
z-index: -1;
bottom: -2px;
right: -7px;
height: 20px;
border-right: 20px solid #0b93f6;
border-bottom-left-radius: 16px 14px;
-webkit-transform: translate(0, -2px);
}
.from-me:after {
content: "";
position: absolute;
z-index: 1;
bottom: -2px;
right: -40px;
width: 10px;
height: 20px;
background: #f6f6f6;
border-bottom-left-radius: 10px;
-webkit-transform: translate(-30px, -2px);
}
.from-me a{
color: #fff
}
.from-them a{
color: #000
}
.from-them {
position: relative;
margin-left: 12px;
padding: 0 20px;
background: #e5e5ea;
border-radius: 22px;
color: black;
float: left;
}
.from-them:before {
content: "";
position: absolute;
z-index: 2;
bottom: -2px;
left: -7px;
height: 20px;
border-left: 20px solid #e5e5ea;
border-bottom-right-radius: 16px 14px;
-webkit-transform: translate(0, -2px);
}
.from-them:after {
content: "";
position: absolute;
z-index: 3;
bottom: -2px;
left: 20px;
width: 10px;
height: 20px;
background: #f6f6f6;
border-bottom-right-radius: 10px;
-webkit-transform: translate(-30px, -2px);
}
.from-system-container {
clear: both;
width:90%;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
color: #757575;
}
.from-system-container p{
font-size: 14px;
line-height: 1.7em;
}
h3.from-system-msg {
overflow: hidden;
text-align: center;
color: #757575;
font-weight: normal;
font-size: 14px;
}
h3.from-system-msg:before, h3.from-system-msg:after {
background-color: #ccc;
content: "";
display: inline-block;
height: 1px;
position: relative;
vertical-align: middle;
width: 50%;
}
h3.from-system-msg:before {
right: 0.5em;
margin-left: -50%;
}
h3.from-system-msg:after {
left: 0.5em;
margin-right: -50%;
}
/* the member list table */
#mem-list {
border-collapse: collapse;
text-align: left;
width: 100%;
}
#mem-list tr{
border-bottom: 1px solid #ddd;
}
#mem-list th{
color: #039;
border-bottom: 2px solid #6678b1;
padding: 10px 8px;
width: 60px
}
#mem-list th:nth-child(2){
max-width: 200px;
width: 200px
}
#mem-list td{
font-weight: bold; color: #669; padding: 9px 4px; width: 60px
}
#mem-list td:nth-child(2){
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 200px
}
/* context menu */
#context-menu ul{
list-style:none;
margin:0;
margin-top:4px;
padding-left:10px;
padding-right:10px;
padding-bottom:3px;
font-size:17px;
color: #333333;
}
/*
#context-menu hr{ width: 85%;
background-color:#E4E4E4;
border-color:#E4E4E4;
color:#E4E4E4;
}*/
#context-menu{
display:none;
position:fixed;
border:1px solid #B2B2B2;
width:150px;
background:#F9F9F9;
box-shadow: 3px 3px 2px #E9E9E9;
border-radius:4px;
}
#context-menu ul li{
padding: 3px;
padding-left:10px;
}
#context-menu ul li:hover{
cursor: pointer;
color: white;
background:#284570;
}
/* loading spinner */
#spinner-wrapper {
width: 140px;
margin: 200px auto auto auto;
} | public/stylesheets/style.css | html, body { margin:0; padding:0; overflow:hidden }
body {
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
.line-connect-handler:hover{
fill-opacity: 1;
}
.content-editable {
min-height: 1em;
/* position: relative; */
line-height: 1.2;
font-weight: normal; font-size: 14px; z-index: 5; font-family: Tahoma;
text-align: center; outline: none; color: rgb(0, 0, 0); white-space: normal;
word-wrap: normal; max-width: 77px; min-width: 30px;
/* left: 1310px; top: 1134px; */
}
.panel-button {
background: #f6f6f6;
border: none;
width: 68px;
height: 36px;
display: inline-block;
position: relative;
overflow: hidden;
left: 2px;
top: 2px;
}
.panel-button:hover{
cursor: pointer;
}
.panel-button:hover .shape-button{
stroke: #f00;
}
.custom-shape {
border: 1px solid darkgray;
}
.custom-shape:hover {
border: 1px solid #f00
}
.toggle-window-button {
border: none;
background-color: #f6f6f6;
margin-top: 8px;
}
/*
http://cursor.in/
*/
/*
.draggable {
cursor: url('../images/cursors/grab.svg');
cursor: grab;
cursor: move;
}
.draggable:active{
cursor: url('../images/cursors/grabbing.svg');
cursor: grabbing;
}
*/
/*
weather-sunRain shape has some animation setting
*/
@keyframes a0_do{
0%,10% {stroke-dashoffset:30px}
58% {stroke-dashoffset:-9px}
to {stroke-dashoffset:-5px}
}
@keyframes a1_do{
0%,10% {stroke-dashoffset:30px}
58% {stroke-dashoffset:-9px}
to {stroke-dashoffset:-5px}
}
@keyframes a2_do{
0%,10% {stroke-dashoffset:30px}
58% {stroke-dashoffset:-9px}
to {stroke-dashoffset:-5px}
}
@keyframes a3_do{
0%,10% {stroke-dashoffset:30px}
58% {stroke-dashoffset:-9px}
to {stroke-dashoffset:-5px}
}
@keyframes a4_do{
0%,10% {stroke-dashoffset:30px}
58% {stroke-dashoffset:-9px}
to {stroke-dashoffset:-5px}
}
@keyframes a5_do{
0%,10% {stroke-dashoffset:30px}
58% {stroke-dashoffset:-9px}
to {stroke-dashoffset:-5px}
}
@keyframes sun_t{
0%,50%,to {transform:translate(16.5px,16.5px)}
10%,45% {transform:translate(10.5px,9.5px)}
}
@keyframes r1_do{
0% {stroke-dashoffset:19px}
50% {stroke-dashoffset:20px}
to {stroke-dashoffset:-10px}
}
@keyframes r2_do{
0%,50% {stroke-dashoffset:19px}
to {stroke-dashoffset:-12px}
}
@keyframes r3_do{
0% {stroke-dashoffset:19px}
50% {stroke-dashoffset:20px}
to {stroke-dashoffset:-11px}
}
.p1 {animation: a0_do 10s linear 3 both}
.p2 {animation:a1_do 10s linear 3 both}
.p3 {animation:a2_do 10s linear 3 both}
.p4 {animation:a3_do 10s linear 3 both}
.p5 {animation:a4_do 10s linear 3 both}
.p6 {animation:a5_do 10s linear 3 both}
.p7 {animation:r1_do 10s linear 3 both}
.p8 {animation:r2_do 10s linear 3 both}
.p9 {animation:r3_do 10s linear 3 both}
.ellipse1 {animation:sun_t 10s linear 3 both}
#chat-window {
transition: transform 0.5s;
}
#attribute-window-body {
/* transition: transform 0.5s; */
transition: height 0.5s;
}
#toggle-chat-window-btn, #toggle-attr-window-btn {
transition: transform 0.5s;
}
#chat-window.collapse {
/* height: 0 !important; */
transform: translate(0px, 521px);
/*
520px is the chat window height(excluding the window header), defined in constants/. If the height is to be changed, don't forget to update it here
*/
}
#attribute-window-body.collapse{
height: 0 !important;
}
.tab:hover {
cursor: pointer;
}
/*
emoji related
*/
.emoji-picker {
position: absolute !important;
bottom: 138px;
height: 380px;
z-index: 3;
}
.emoji-img {
height: 3ex;
display: inline-block;
vertical-align: middle;
}
/*
chat related, steal from https://codepen.io/samuelkraft/pen/Farhl/
*/
#msg-list {
max-width: 450px;
height: 460px;
margin: 0 auto;
overflow: auto;
border-bottom: 1px solid darkgray;
}
/*
https://codepen.io/akinjide/pen/BpggrZ
*/
#msg-list::-webkit-scrollbar
{
width: 4px;
background-color: #F5F5F5;
}
#msg-list::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
#msg-list::-webkit-scrollbar-thumb
{
background-color: #000000;
border: 2px solid #555555;
}
.svg-button:hover {
cursor: pointer;
}
svg:focus, input:focus, select:focus, textarea:focus, button:focus {
outline: none;
}
section .msg-container {
max-width: 255px;
word-wrap: break-word;
margin-bottom: 12px;
line-height: 24px;
}
section div:after {
content: "";
display: table;
clear: both;
}
.clear {
clear: both;
}
.msg-sender-name {
margin-top: 10px;
margin-bottom: 4px;
color: #757575
}
.my-msg {
margin-right: 28px;
text-align: right;
}
.their-msg {
margin-left: 28px;
}
.from-me {
position: relative;
margin-right: 12px;
padding: 0 20px;
color: white;
background: #0b93f6;
border-radius: 22px;
float: right;
}
.from-me:before {
content: "";
position: absolute;
z-index: -1;
bottom: -2px;
right: -7px;
height: 20px;
border-right: 20px solid #0b93f6;
border-bottom-left-radius: 16px 14px;
-webkit-transform: translate(0, -2px);
}
.from-me:after {
content: "";
position: absolute;
z-index: 1;
bottom: -2px;
right: -40px;
width: 10px;
height: 20px;
background: #f6f6f6;
border-bottom-left-radius: 10px;
-webkit-transform: translate(-30px, -2px);
}
.from-me a{
color: #fff
}
.from-them a{
color: #000
}
.from-them {
position: relative;
margin-left: 12px;
padding: 0 20px;
background: #e5e5ea;
border-radius: 22px;
color: black;
float: left;
}
.from-them:before {
content: "";
position: absolute;
z-index: 2;
bottom: -2px;
left: -7px;
height: 20px;
border-left: 20px solid #e5e5ea;
border-bottom-right-radius: 16px 14px;
-webkit-transform: translate(0, -2px);
}
.from-them:after {
content: "";
position: absolute;
z-index: 3;
bottom: -2px;
left: 20px;
width: 10px;
height: 20px;
background: #f6f6f6;
border-bottom-right-radius: 10px;
-webkit-transform: translate(-30px, -2px);
}
.from-system-container {
clear: both;
width:90%;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
color: #757575;
}
.from-system-container p{
font-size: 14px;
line-height: 1.7em;
}
h3.from-system-msg {
overflow: hidden;
text-align: center;
color: #757575;
font-weight: normal;
font-size: 14px;
}
h3.from-system-msg:before, h3.from-system-msg:after {
background-color: #ccc;
content: "";
display: inline-block;
height: 1px;
position: relative;
vertical-align: middle;
width: 50%;
}
h3.from-system-msg:before {
right: 0.5em;
margin-left: -50%;
}
h3.from-system-msg:after {
left: 0.5em;
margin-right: -50%;
}
/* the member list table */
#mem-list {
border-collapse: collapse;
text-align: left;
width: 100%;
}
#mem-list tr{
border-bottom: 1px solid #ddd;
}
#mem-list th{
color: #039;
border-bottom: 2px solid #6678b1;
padding: 10px 8px;
width: 60px
}
#mem-list th:nth-child(2){
max-width: 200px;
width: 200px
}
#mem-list td{
font-weight: bold; color: #669; padding: 9px 4px; width: 60px
}
#mem-list td:nth-child(2){
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 200px
}
/* context menu */
#context-menu ul{
list-style:none;
margin:0;
margin-top:4px;
padding-left:10px;
padding-right:10px;
padding-bottom:3px;
font-size:17px;
color: #333333;
}
/*
#context-menu hr{ width: 85%;
background-color:#E4E4E4;
border-color:#E4E4E4;
color:#E4E4E4;
}*/
#context-menu{
display:none;
position:fixed;
border:1px solid #B2B2B2;
width:150px;
background:#F9F9F9;
box-shadow: 3px 3px 2px #E9E9E9;
border-radius:4px;
}
#context-menu ul li{
padding: 3px;
padding-left:10px;
}
#context-menu ul li:hover{
cursor: pointer;
color: white;
background:#284570;
}
/* loading spinner */
#spinner-wrapper {
width: 140px;
margin: 200px auto auto auto;
} | 0.554229 | 0.106505 |
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap");
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
:root {
--modarate-voilet: hsl(263, 55%, 52%);
--cyan: hsl(179, 62%, 43%);
--bright-yellow: hsl(71, 73%, 54%);
--Light-gray: hsl(204, 43%, 93%);
--grayish-blue: hsl(218, 22%, 67%);
}
html {
font-family: "Karla", sans-serif;
font-size: 16px;
background-color: var(--Light-gray);
}
.card {
max-width: 40rem;
min-height: 30rem;
margin: 10rem auto;
background-color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-radius: 1rem;
-webkit-box-shadow: 5px 15px 30px 5px rgba(0, 0, 0, 0.3);
box-shadow: 5px 15px 30px 5px rgba(0, 0, 0, 0.3);
}
.card .h1 {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 1rem;
}
.card .h2 {
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 1rem;
}
.card p {
font-size: 0.9rem;
line-height: 1.4rem;
}
.cta {
padding: 3rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.cta .h1 {
color: var(--cyan);
}
.cta .h2 {
color: var(--bright-yellow);
}
.cta p {
color: var(--grayish-blue);
}
.payment {
background-color: var(--cyan);
color: var(--Light-gray);
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
border-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
}
.payment .price {
-webkit-box-flex: 50%;
-ms-flex: 50%;
flex: 50%;
padding: 3rem;
border-bottom-left-radius: 0.3rem;
}
.payment .price .amount {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.payment .price .amount .highlight {
font-size: 3rem;
font-weight: 700;
margin-right: 1rem;
}
.payment .price .amount .rate {
opacity: 0.7;
}
.payment .price p {
margin-top: 0;
opacity: 0.8;
}
.payment .price .btn {
text-align: center;
border-radius: 0.5rem;
padding: 1rem;
margin-top: 1.5rem;
width: 100%;
background-color: var(--bright-yellow);
}
.payment .motivation {
-webkit-box-flex: 50%;
-ms-flex: 50%;
flex: 50%;
padding: 3rem;
border-bottom-right-radius: 0.3rem;
background-color: rgba(255, 255, 255, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.payment .motivation ul {
opacity: 0.7;
-webkit-box-flex: 100%;
-ms-flex: 100%;
flex: 100%;
list-style: none;
padding: 0;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media only screen and (max-width: 376px) {
.card {
margin: 4rem 2rem;
border-radius: 0.5rem;
}
.card .cta {
padding: 1.5rem;
}
.card .h1 {
font-size: 1.2rem;
}
.card .h2 {
font-size: 0.8rem;
line-height: 1.5;
}
.card p {
font-size: 0.7rem;
line-height: 1.5;
}
.payment {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.payment .h2 {
font-size: 0.9rem;
}
.payment .price {
margin-bottom: 1.5rem;
}
.payment .price .amount .highlight {
font-size: 2rem;
}
.payment .price {
padding: 1.5rem;
}
.payment .motivation {
padding: 1.5rem;
}
.payment .motivation ul {
font-size: 0.7rem;
line-height: 1.2rem;
}
}
.attribution {
text-align: center;
font-size: 0.7rem;
} | 01-single-price-grid-component/css/style.css | @import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap");
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
:root {
--modarate-voilet: hsl(263, 55%, 52%);
--cyan: hsl(179, 62%, 43%);
--bright-yellow: hsl(71, 73%, 54%);
--Light-gray: hsl(204, 43%, 93%);
--grayish-blue: hsl(218, 22%, 67%);
}
html {
font-family: "Karla", sans-serif;
font-size: 16px;
background-color: var(--Light-gray);
}
.card {
max-width: 40rem;
min-height: 30rem;
margin: 10rem auto;
background-color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-radius: 1rem;
-webkit-box-shadow: 5px 15px 30px 5px rgba(0, 0, 0, 0.3);
box-shadow: 5px 15px 30px 5px rgba(0, 0, 0, 0.3);
}
.card .h1 {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 1rem;
}
.card .h2 {
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 1rem;
}
.card p {
font-size: 0.9rem;
line-height: 1.4rem;
}
.cta {
padding: 3rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.cta .h1 {
color: var(--cyan);
}
.cta .h2 {
color: var(--bright-yellow);
}
.cta p {
color: var(--grayish-blue);
}
.payment {
background-color: var(--cyan);
color: var(--Light-gray);
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
border-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
}
.payment .price {
-webkit-box-flex: 50%;
-ms-flex: 50%;
flex: 50%;
padding: 3rem;
border-bottom-left-radius: 0.3rem;
}
.payment .price .amount {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.payment .price .amount .highlight {
font-size: 3rem;
font-weight: 700;
margin-right: 1rem;
}
.payment .price .amount .rate {
opacity: 0.7;
}
.payment .price p {
margin-top: 0;
opacity: 0.8;
}
.payment .price .btn {
text-align: center;
border-radius: 0.5rem;
padding: 1rem;
margin-top: 1.5rem;
width: 100%;
background-color: var(--bright-yellow);
}
.payment .motivation {
-webkit-box-flex: 50%;
-ms-flex: 50%;
flex: 50%;
padding: 3rem;
border-bottom-right-radius: 0.3rem;
background-color: rgba(255, 255, 255, 0.1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.payment .motivation ul {
opacity: 0.7;
-webkit-box-flex: 100%;
-ms-flex: 100%;
flex: 100%;
list-style: none;
padding: 0;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media only screen and (max-width: 376px) {
.card {
margin: 4rem 2rem;
border-radius: 0.5rem;
}
.card .cta {
padding: 1.5rem;
}
.card .h1 {
font-size: 1.2rem;
}
.card .h2 {
font-size: 0.8rem;
line-height: 1.5;
}
.card p {
font-size: 0.7rem;
line-height: 1.5;
}
.payment {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.payment .h2 {
font-size: 0.9rem;
}
.payment .price {
margin-bottom: 1.5rem;
}
.payment .price .amount .highlight {
font-size: 2rem;
}
.payment .price {
padding: 1.5rem;
}
.payment .motivation {
padding: 1.5rem;
}
.payment .motivation ul {
font-size: 0.7rem;
line-height: 1.2rem;
}
}
.attribution {
text-align: center;
font-size: 0.7rem;
} | 0.377541 | 0.077308 |
:root {
--style-color: #ff0000;
--style-background-color: #000000;
--red-style-color: #ff0000;
--red-style-background-color: #000000;
--noir-style-color: #000000;
--noir-style-background-color: #FFF;
--gum-style-color: yellow;
--gum-style-background-color: orange;
}
.menu {
position: fixed;
z-index: 3;
height: 100vh;
width: 100vw;
top: 0;
left: 0;
background-color: #ff0000;
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;
}
.menu__box {
height: 80vh;
width: 80vw;
border-radius: 10vmin;
border: 2vmin solid #ff0000;
background-color: #000000;
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
color: #ff0000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 2vmax;
}
.menu__box .input__color {
height: 10vmin;
width: 20vmin;
border: none;
}
.menu__box .input__speed {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 1vh;
background-color: #ff0000;
border-radius: 0.5vh;
}
.menu__box .input__speed::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
height: 2vh;
width: 2vh;
background: #ff0000;
border-radius: 50%;
outline: 0.5vh solid #000000;
cursor: pointer;
}
.menu__box .input__speed::-webkit-slider-thumb:hover {
outline: 0.5vh solid yellow;
}
.menu__speed-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 30%;
margin: 2vh 0;
}
.menu__reset-color-button {
font-size: 2vmax;
border-radius: 5vmin;
height: 10vmin;
width: 20vmin;
margin-top: 2vh;
background-color: #b4b4b4;
cursor: pointer;
}
.menu__reset-color-button:hover {
-webkit-filter: invert(100%);
filter: invert(100%);
}
.menu__div-link {
text-decoration: none;
position: absolute;
height: 6vmin;
width: 6vmin;
font-size: 3vmin;
top: 7vh;
right: 9vw;
color: #ff0000;
border: 2vmin solid #ff0000;
border-radius: 5vh;
background-color: #000000;
z-index: 2;
text-align: center;
cursor: pointer;
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;
}
.menu__div-link:hover {
-webkit-filter: invert(100%);
filter: invert(100%);
}
/*# sourceMappingURL=menu.css.map */ | fun-with-divs/src/components/Menu/menu.css | :root {
--style-color: #ff0000;
--style-background-color: #000000;
--red-style-color: #ff0000;
--red-style-background-color: #000000;
--noir-style-color: #000000;
--noir-style-background-color: #FFF;
--gum-style-color: yellow;
--gum-style-background-color: orange;
}
.menu {
position: fixed;
z-index: 3;
height: 100vh;
width: 100vw;
top: 0;
left: 0;
background-color: #ff0000;
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;
}
.menu__box {
height: 80vh;
width: 80vw;
border-radius: 10vmin;
border: 2vmin solid #ff0000;
background-color: #000000;
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
color: #ff0000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 2vmax;
}
.menu__box .input__color {
height: 10vmin;
width: 20vmin;
border: none;
}
.menu__box .input__speed {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 1vh;
background-color: #ff0000;
border-radius: 0.5vh;
}
.menu__box .input__speed::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
height: 2vh;
width: 2vh;
background: #ff0000;
border-radius: 50%;
outline: 0.5vh solid #000000;
cursor: pointer;
}
.menu__box .input__speed::-webkit-slider-thumb:hover {
outline: 0.5vh solid yellow;
}
.menu__speed-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 30%;
margin: 2vh 0;
}
.menu__reset-color-button {
font-size: 2vmax;
border-radius: 5vmin;
height: 10vmin;
width: 20vmin;
margin-top: 2vh;
background-color: #b4b4b4;
cursor: pointer;
}
.menu__reset-color-button:hover {
-webkit-filter: invert(100%);
filter: invert(100%);
}
.menu__div-link {
text-decoration: none;
position: absolute;
height: 6vmin;
width: 6vmin;
font-size: 3vmin;
top: 7vh;
right: 9vw;
color: #ff0000;
border: 2vmin solid #ff0000;
border-radius: 5vh;
background-color: #000000;
z-index: 2;
text-align: center;
cursor: pointer;
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;
}
.menu__div-link:hover {
-webkit-filter: invert(100%);
filter: invert(100%);
}
/*# sourceMappingURL=menu.css.map */ | 0.438545 | 0.09277 |
@charset "utf-8";
#headline {
width: 100%;
min-width: 1263px;
height: 300px;
background: url(../img/logoing.png) no-repeat center;
}
#headline .center {
width: 1263px;
height: 300px;
margin: 0 auto;
}
#headline hgroup {
padding: 100px 0 0 50px;
}
#headline h2 {
color: #eee;
font-size: 36px;
letter-spacing: 1px;
}
#headline h3 {
color: #eee;
font-size: 20px;
letter-spacing: 1px;
}
#container {
width: 1263px;
margin: 30px auto;
}
#container .sidebar {
width: 340px;
float: right;
}
#container .sidebox {
border: 1px solid #eee;
margin: 0 0 10px 0;
text-align: center;
}
#container .sidebox h2 {
font-size: 20px;
font-weight: normal;
letter-spacing: 1px;
text-indent: 8px;
height: 40px;
line-height: 40px;
background-color: #fafafa;
color: #666;
text-align: left;
}
#container .tag {
padding: 10px 0;
}
#container .tag li {
display: inline-block;
width: 100px;
height: 35px;
line-height: 35px;
margin: 2px 0;
background-color: #eee;
text-align: left;
text-indent: 8px;
}
#container .tag a {
display: block;
color: #999;
}
#container .tag a:hover {
background-color: #458b00;
color: #fff;
}
#container .figure {
padding: 10px 0;
}
#container figure {
display: inline-block;
padding: 4px;
color: #666;
}
#container .box {
padding: 10px 0;
}
#container .box a {
display: inline-block;
width: 150px;
height: 40px;
line-height: 40px;
margin: 2px 0;
text-align: left;
text-indent: 35px;
color: #999;
}
#container .box a.trea1 {
background: #eee url(../img/trea1.png) no-repeat 10px center;
}
#container .box a.trea2 {
background: #eee url(../img/trea2.png) no-repeat 10px center;
}
#container .box a.trea3 {
background: #eee url(../img/trea3.png) no-repeat 10px center;
}
#container .box a.trea4 {
background: #eee url(../img/trea4.png) no-repeat 10px center;
}
#container .list {
width: 910px;
float: left;
}
#container .infor {
height: 45px;
line-height: 45px;
background-color: #eee;
margin: 0 0 20px 0;
}
#container .information .left {
display: inline-block;
float: left;
}
#container .information .left li {
display: inline-block;
width: 150px;
height: 43px;
line-height: 43px;
text-align: center;
}
#container .information .left li:first-child {
background-color: #fff;
border-top: 2px solid #458b00;
position: relative;
left: 1px;
}
#container .information .left a {
color: #666;
}
#container .information .right {
display: inline-block;
padding: 0 20px 0 0;
float: right;
}
#container .information .right li {
display: inline-block;
width: 60px;
height: 45px;
line-height: 45px;
text-align: center;
}
#container .information .right a {
padding: 3px 8px;
color: #666;
}
#container .information .right a.selected, #container .information .right a:hover {
background-color: #458b00;
color: #fff;
}
#container .tour {
width: 908px;
padding: 0;
margin: 0 0 20px 0;
border: 1px solid #eee;
position: relative;
}
#container .tour img {
float: left;
}
#container .tour figcaption {
width: 528px;
height: 230px;
float: right;
}
#container .tour hgroup {
width: 300px;
}
#container .tour h2 {
font-size: 24px;
color: #333;
font-weight: normal;
padding: 10px 0 10px 25px;
}
#container .tour h3 {
font-size: 16px;
color: #666;
line-height: 1.5;
font-weight: normal;
padding: 10px 0 10px 25px;
}
#container .tour ol {
padding: 0 0 0 25px;
color: #666;
line-height: 2;
}
#container .tour mark {
background-color: #fff;
border: 1px solid #458b00;
border-radius: 4px;
padding: 0 5px;
color: #458b00;
}
#container .tour .buy {
position: absolute;
top: 55px;
right: 30px;
}
#container .tour .price {
color: #59b200;
font-size: 20px;
}
#container .tour .price strong {
font-size: 36px;
}
#container .tour .price s {
font-size: 16px;
color: red;
}
#container .tour .reserve {
margin: 10px 0 0 0;
}
#container .tour .reserve a {
display: block;
width: 152px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 4px;
font-size: 20px;
color: #fff;
background-color: #2975E8;
}
#container .tour .type {
width: 90px;
height: 25px;
line-height: 25px;
font-size: 14px;
text-align: center;
color: #fff;
background-color: #59b200;
position: absolute;
top: 0;
left: 0;
}
#container .tour .disc {
position: absolute;
top: 0;
right: 0;
width: 52px;
height: 52px;
background: url(../img/disc.png) no-repeat;
}
#container .tour .disc span {
display: block;
transform: rotate(45deg);
width: 52px;
height: 52px;
padding: 5px 0 0 0;
text-indent: 7px;
font-size: 14px;
color: #ff7a4d;
}
#container .tour footer {
width: 528px;
height: 30px;
line-height: 30px;
letter-spacing: 1px;
text-indent: 25px;
background-color: #fafafa;
position: absolute;
bottom: 0;
}
#container .tour time {
color: #458b00;
}
#container .information .more, #container .scenery .more {
width: 200px;
height: 50px;
line-height: 50px;
text-align: center;
margin: 0 auto;
border: 1px solid #ccc;
background-color: #fafafa;
border-radius: 10px;
cursor: pointer;
font-size: 18px;
color: #666;
}
#container .ticket, #container .scenery, #container .about {
color: #666;
font-size: 20px;
}
#container .ticket h2, #container .scenery h2, #container .about h2 {
height: 40px;
line-height: 40px;
border-bottom: 1px dashed #666;
padding: 0 0 15px 0;
font-size: 30px;
font-weight: normal;
}
#container .ticket .type {
margin: 20px 0 10px 0;
}
#container .ticket .type mark {
color: #fff;
background-color: #458b00;
padding: 5px 8px;
border-radius: 4px;
margin: 0 10px 0 16px;
}
#container .ticket .left {
width: 43%;
display: inline-block;
}
#container .ticket .right {
width: 43%;
display: inline-block;
}
#container .ticket .button {
width: 9%;
display: inline-block;
}
#container .ticket .submit {
display: block;
width: 90px;
height: 90px;
line-height: 90px;
text-align: center;
border-radius: 4px;
font-size: 20px;
color: #fff;
background-color: #2975E8;
border: none;
position: relative;
top: 8px;
cursor: pointer;
}
#container .ticket .form p {
line-height: 3;
}
#container .ticket .form input {
width: 250px;
height: 30px;
background-color: #fff;
border-radius: 4px;
border: 1px solid #ccc;
color: #666;
padding: 5px;
margin: 0 0 0 16px;
font-size: 18px;
}
#container .ticket .new {
margin: 20px 0 0 0;
}
#container .ticket .new ul {
margin: 20px 0 0 0;
}
#container .ticket .new li {
display: inline-block;
padding: 5px 10px;
}
#container .ticket .new li:first-child {
padding-left: 0;
}
#container .ticket .new li:nth-child(2) {
background-color: #458b00;
color: #fff;
border-radius: 4px;
}
#container .ticket table {
margin: 20px 0 0 0;
width: 100%;
border: 1px solid #ddd;
border-collapse: collapse;
}
#container .ticket th {
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ddd;
}
#container .ticket td {
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ddd;
text-align: center;
}
#container .ticket tr:nth-child(2n) {
background-color: #fafafa;
}
#container .ticket tr:hover {
background-color: #eee;
}
#container .ticket .price {
color: #59b200;
}
#container .ticket .more {
color: #666;
}
#container .ticket .reserve {
display: inline-block;
width: 80px;
height: 35px;
line-height: 35px;
text-align: center;
border-radius: 4px;
font-size: 20px;
color: #fff;
background-color: #2975E8;
}
#container .scenery figure {
border: 1px solid #ddd;
display: inline-block;
padding: 4px;
border-radius: 4px;
margin: 15px 5px 15px 0;
width: 435px;
text-align: left;
}
#container .scenery figcaption {
text-align: center;
padding: 5px 0;
}
#container .about p {
line-height: 2;
margin: 20px 0;
font-size: 20px;
color: #666;
}
#container .about address {
line-height: 1.6;
margin: 20px 0;
font-style: normal;
font-size: 20px;
line-height: 1.6;
} | css/travel-column.css | @charset "utf-8";
#headline {
width: 100%;
min-width: 1263px;
height: 300px;
background: url(../img/logoing.png) no-repeat center;
}
#headline .center {
width: 1263px;
height: 300px;
margin: 0 auto;
}
#headline hgroup {
padding: 100px 0 0 50px;
}
#headline h2 {
color: #eee;
font-size: 36px;
letter-spacing: 1px;
}
#headline h3 {
color: #eee;
font-size: 20px;
letter-spacing: 1px;
}
#container {
width: 1263px;
margin: 30px auto;
}
#container .sidebar {
width: 340px;
float: right;
}
#container .sidebox {
border: 1px solid #eee;
margin: 0 0 10px 0;
text-align: center;
}
#container .sidebox h2 {
font-size: 20px;
font-weight: normal;
letter-spacing: 1px;
text-indent: 8px;
height: 40px;
line-height: 40px;
background-color: #fafafa;
color: #666;
text-align: left;
}
#container .tag {
padding: 10px 0;
}
#container .tag li {
display: inline-block;
width: 100px;
height: 35px;
line-height: 35px;
margin: 2px 0;
background-color: #eee;
text-align: left;
text-indent: 8px;
}
#container .tag a {
display: block;
color: #999;
}
#container .tag a:hover {
background-color: #458b00;
color: #fff;
}
#container .figure {
padding: 10px 0;
}
#container figure {
display: inline-block;
padding: 4px;
color: #666;
}
#container .box {
padding: 10px 0;
}
#container .box a {
display: inline-block;
width: 150px;
height: 40px;
line-height: 40px;
margin: 2px 0;
text-align: left;
text-indent: 35px;
color: #999;
}
#container .box a.trea1 {
background: #eee url(../img/trea1.png) no-repeat 10px center;
}
#container .box a.trea2 {
background: #eee url(../img/trea2.png) no-repeat 10px center;
}
#container .box a.trea3 {
background: #eee url(../img/trea3.png) no-repeat 10px center;
}
#container .box a.trea4 {
background: #eee url(../img/trea4.png) no-repeat 10px center;
}
#container .list {
width: 910px;
float: left;
}
#container .infor {
height: 45px;
line-height: 45px;
background-color: #eee;
margin: 0 0 20px 0;
}
#container .information .left {
display: inline-block;
float: left;
}
#container .information .left li {
display: inline-block;
width: 150px;
height: 43px;
line-height: 43px;
text-align: center;
}
#container .information .left li:first-child {
background-color: #fff;
border-top: 2px solid #458b00;
position: relative;
left: 1px;
}
#container .information .left a {
color: #666;
}
#container .information .right {
display: inline-block;
padding: 0 20px 0 0;
float: right;
}
#container .information .right li {
display: inline-block;
width: 60px;
height: 45px;
line-height: 45px;
text-align: center;
}
#container .information .right a {
padding: 3px 8px;
color: #666;
}
#container .information .right a.selected, #container .information .right a:hover {
background-color: #458b00;
color: #fff;
}
#container .tour {
width: 908px;
padding: 0;
margin: 0 0 20px 0;
border: 1px solid #eee;
position: relative;
}
#container .tour img {
float: left;
}
#container .tour figcaption {
width: 528px;
height: 230px;
float: right;
}
#container .tour hgroup {
width: 300px;
}
#container .tour h2 {
font-size: 24px;
color: #333;
font-weight: normal;
padding: 10px 0 10px 25px;
}
#container .tour h3 {
font-size: 16px;
color: #666;
line-height: 1.5;
font-weight: normal;
padding: 10px 0 10px 25px;
}
#container .tour ol {
padding: 0 0 0 25px;
color: #666;
line-height: 2;
}
#container .tour mark {
background-color: #fff;
border: 1px solid #458b00;
border-radius: 4px;
padding: 0 5px;
color: #458b00;
}
#container .tour .buy {
position: absolute;
top: 55px;
right: 30px;
}
#container .tour .price {
color: #59b200;
font-size: 20px;
}
#container .tour .price strong {
font-size: 36px;
}
#container .tour .price s {
font-size: 16px;
color: red;
}
#container .tour .reserve {
margin: 10px 0 0 0;
}
#container .tour .reserve a {
display: block;
width: 152px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 4px;
font-size: 20px;
color: #fff;
background-color: #2975E8;
}
#container .tour .type {
width: 90px;
height: 25px;
line-height: 25px;
font-size: 14px;
text-align: center;
color: #fff;
background-color: #59b200;
position: absolute;
top: 0;
left: 0;
}
#container .tour .disc {
position: absolute;
top: 0;
right: 0;
width: 52px;
height: 52px;
background: url(../img/disc.png) no-repeat;
}
#container .tour .disc span {
display: block;
transform: rotate(45deg);
width: 52px;
height: 52px;
padding: 5px 0 0 0;
text-indent: 7px;
font-size: 14px;
color: #ff7a4d;
}
#container .tour footer {
width: 528px;
height: 30px;
line-height: 30px;
letter-spacing: 1px;
text-indent: 25px;
background-color: #fafafa;
position: absolute;
bottom: 0;
}
#container .tour time {
color: #458b00;
}
#container .information .more, #container .scenery .more {
width: 200px;
height: 50px;
line-height: 50px;
text-align: center;
margin: 0 auto;
border: 1px solid #ccc;
background-color: #fafafa;
border-radius: 10px;
cursor: pointer;
font-size: 18px;
color: #666;
}
#container .ticket, #container .scenery, #container .about {
color: #666;
font-size: 20px;
}
#container .ticket h2, #container .scenery h2, #container .about h2 {
height: 40px;
line-height: 40px;
border-bottom: 1px dashed #666;
padding: 0 0 15px 0;
font-size: 30px;
font-weight: normal;
}
#container .ticket .type {
margin: 20px 0 10px 0;
}
#container .ticket .type mark {
color: #fff;
background-color: #458b00;
padding: 5px 8px;
border-radius: 4px;
margin: 0 10px 0 16px;
}
#container .ticket .left {
width: 43%;
display: inline-block;
}
#container .ticket .right {
width: 43%;
display: inline-block;
}
#container .ticket .button {
width: 9%;
display: inline-block;
}
#container .ticket .submit {
display: block;
width: 90px;
height: 90px;
line-height: 90px;
text-align: center;
border-radius: 4px;
font-size: 20px;
color: #fff;
background-color: #2975E8;
border: none;
position: relative;
top: 8px;
cursor: pointer;
}
#container .ticket .form p {
line-height: 3;
}
#container .ticket .form input {
width: 250px;
height: 30px;
background-color: #fff;
border-radius: 4px;
border: 1px solid #ccc;
color: #666;
padding: 5px;
margin: 0 0 0 16px;
font-size: 18px;
}
#container .ticket .new {
margin: 20px 0 0 0;
}
#container .ticket .new ul {
margin: 20px 0 0 0;
}
#container .ticket .new li {
display: inline-block;
padding: 5px 10px;
}
#container .ticket .new li:first-child {
padding-left: 0;
}
#container .ticket .new li:nth-child(2) {
background-color: #458b00;
color: #fff;
border-radius: 4px;
}
#container .ticket table {
margin: 20px 0 0 0;
width: 100%;
border: 1px solid #ddd;
border-collapse: collapse;
}
#container .ticket th {
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ddd;
}
#container .ticket td {
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ddd;
text-align: center;
}
#container .ticket tr:nth-child(2n) {
background-color: #fafafa;
}
#container .ticket tr:hover {
background-color: #eee;
}
#container .ticket .price {
color: #59b200;
}
#container .ticket .more {
color: #666;
}
#container .ticket .reserve {
display: inline-block;
width: 80px;
height: 35px;
line-height: 35px;
text-align: center;
border-radius: 4px;
font-size: 20px;
color: #fff;
background-color: #2975E8;
}
#container .scenery figure {
border: 1px solid #ddd;
display: inline-block;
padding: 4px;
border-radius: 4px;
margin: 15px 5px 15px 0;
width: 435px;
text-align: left;
}
#container .scenery figcaption {
text-align: center;
padding: 5px 0;
}
#container .about p {
line-height: 2;
margin: 20px 0;
font-size: 20px;
color: #666;
}
#container .about address {
line-height: 1.6;
margin: 20px 0;
font-style: normal;
font-size: 20px;
line-height: 1.6;
} | 0.237399 | 0.060391 |
html,
body {
margin: 0 auto !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
}
/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
margin: 0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
table table table {
table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode: bicubic;
}
/* What it does: A work-around for email clients meddling in triggered links. */
*[x-apple-data-detectors],
.x-gmail-data-detectors,
.x-gmail-data-detectors *,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
/* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */
.a6S {
display: none !important;
opacity: 0.01 !important;
}
/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img + div {
display: none !important;
}
/* What it does: Prevents underlining the button text in Windows 10 */
.button-link {
text-decoration: none !important;
}
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
/* Thanks to <NAME> (@ericlepetitsf) for help troubleshooting */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
/* iPhone 6 and 6+ */
.email-container {
min-width: 375px !important;
}
}
/* What it does: Hover styles for buttons */
.button-td,
.button-a {
transition: all 100ms ease-in;
}
.button-td:hover,
.button-a:hover {
background: #555555 !important;
border-color: #555555 !important;
}
/* Media Queries */
@media screen and (max-width: 600px) {
/* What it does: Adjust typography on small screens to improve readability */
.email-container p {
font-size: 17px !important;
line-height: 22px !important;
}
}
/*# sourceMappingURL=main.css.map */ | assets/templates/email/style/main.css | html,
body {
margin: 0 auto !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
}
/* What it does: Stops email clients resizing small text. */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
margin: 0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
margin: 0 auto !important;
}
table table table {
table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
-ms-interpolation-mode: bicubic;
}
/* What it does: A work-around for email clients meddling in triggered links. */
*[x-apple-data-detectors],
.x-gmail-data-detectors,
.x-gmail-data-detectors *,
.aBn {
border-bottom: 0 !important;
cursor: default !important;
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
/* What it does: Prevents Gmail from displaying an download button on large, non-linked images. */
.a6S {
display: none !important;
opacity: 0.01 !important;
}
/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img + div {
display: none !important;
}
/* What it does: Prevents underlining the button text in Windows 10 */
.button-link {
text-decoration: none !important;
}
/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89 */
/* Create one of these media queries for each additional viewport size you'd like to fix */
/* Thanks to <NAME> (@ericlepetitsf) for help troubleshooting */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
/* iPhone 6 and 6+ */
.email-container {
min-width: 375px !important;
}
}
/* What it does: Hover styles for buttons */
.button-td,
.button-a {
transition: all 100ms ease-in;
}
.button-td:hover,
.button-a:hover {
background: #555555 !important;
border-color: #555555 !important;
}
/* Media Queries */
@media screen and (max-width: 600px) {
/* What it does: Adjust typography on small screens to improve readability */
.email-container p {
font-size: 17px !important;
line-height: 22px !important;
}
}
/*# sourceMappingURL=main.css.map */ | 0.36557 | 0.077413 |
.colonies {
left: 2%;
z-index: 1;
margin-top: 5%;
position: absolute;
width: 100%;
resize: both;
}
#colonyGrid {
display: flex;
flex-wrap: wrap;
width: 90%;
height: 90%;
margin-top: 5%;
margin: 0 auto;
list-style-type: none;
resize: inherit;
max-width: 90%;
}
.colony {
position: relative;
visibility: visible;
outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.colony::after{
content:'';
display:block;
padding-bottom: 86.602%; /* = 100 / tan(60) * 1.5 */
}
.colonyRhombus{
position: absolute;
width:96%;
padding-bottom: 110.851%; /* = width / sin(60) */
margin:0 2%;
overflow: hidden;
visibility: hidden;
outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
-webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
-ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
transform: rotate3d(0,0,1,-60deg) skewY(30deg);
}
.colonyRhombus * {
position: absolute;
visibility: hidden;
outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.colonyRectangle {
display:block;
width: 100%;
height: 100%;
text-align: center;
color: #fff;
overflow: hidden;
-webkit-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
-ms-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
transform: skewY(-30deg) rotate3d(0,0,1,60deg);
}
/* colonies */
.colony c {
width: 7.5%;
height: 5%;
}
.roofR {
top: -50%;
left: 50%;
background-image: linear-gradient(to right top, currentColor 0%, currentColor 50%, transparent 50%);
position: absolute;
width: 75%;
height: 75%;
visibility: inherit;
}
.roofL {
top: -50%;
left: -23%;
background-image: linear-gradient(to left top, currentColor 0%, currentColor 50%, transparent 50%);
position: absolute;
width: 75%;
height: 75%;
visibility: inherit;
}
.colony_a {
top: 9%;
left: 46.5%;
visibility: inherit;
}
.colony_b {
top: 26%;
left: 81%;
visibility: inherit;
}
.colony_c {
top: 61%;
left: 81%;
visibility: inherit;
}
.colony_d {
top: 78%;
left: 46.5%;
visibility: inherit;
}
.colony_e {
top: 61%;
left: 11.75%;
visibility: inherit;
}
.colony_f {
top: 26%;
left: 11.75%;
visibility: inherit;
}
/*colony ids*/
#colony1 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony2 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony3 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony4 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony5 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony6 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony7 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony8 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony9 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony10 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony11 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony12 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony13 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony14 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony15 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony16 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony17 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony18 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony19 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony20 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony21 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony22 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony23 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony24 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony25 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony26 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony27 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony28 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony29 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony30 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony31 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony32 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony33 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony34 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony35 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony36 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony37 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony38 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony39 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony40 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony41 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony42 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony43 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony44 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony45 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony46 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony47 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony48 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony49 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony50 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony51 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony52 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony53 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony54 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony55 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony56 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony57 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony58 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony59 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
/*** HEX7AGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media (min-width:0px) { /* <- 5-4 colonyagons per row */
#colonyGrid{
width: 100vh;
height: 85%;
padding-bottom: 20%;
}
.colony {
width: 15%;
transform: scale(1.50);
}
.colony:nth-child(1) { /* row 1 */
margin-left:25%; /* indent = width * 1.667 */
}
.colony:nth-child(4) { /* row 2 */
margin-left:17.5%; /* = indent: width * 1.1667 */
}
.colony:nth-child(8) { /* row 3 */
margin-left:10%; /* = indent: width * 0.667 */
}
.colony:nth-child(13) { /* row 4 */
margin-left:17.5%; /* = indent: width * 1.1667 */
}
.colony:nth-child(17){ /* row 5*/
margin-left:25%; /* indent = width * 1.667 */
}
} | public/styles/colonies.css |
.colonies {
left: 2%;
z-index: 1;
margin-top: 5%;
position: absolute;
width: 100%;
resize: both;
}
#colonyGrid {
display: flex;
flex-wrap: wrap;
width: 90%;
height: 90%;
margin-top: 5%;
margin: 0 auto;
list-style-type: none;
resize: inherit;
max-width: 90%;
}
.colony {
position: relative;
visibility: visible;
outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.colony::after{
content:'';
display:block;
padding-bottom: 86.602%; /* = 100 / tan(60) * 1.5 */
}
.colonyRhombus{
position: absolute;
width:96%;
padding-bottom: 110.851%; /* = width / sin(60) */
margin:0 2%;
overflow: hidden;
visibility: hidden;
outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
-webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
-ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
transform: rotate3d(0,0,1,-60deg) skewY(30deg);
}
.colonyRhombus * {
position: absolute;
visibility: hidden;
outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.colonyRectangle {
display:block;
width: 100%;
height: 100%;
text-align: center;
color: #fff;
overflow: hidden;
-webkit-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
-ms-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
transform: skewY(-30deg) rotate3d(0,0,1,60deg);
}
/* colonies */
.colony c {
width: 7.5%;
height: 5%;
}
.roofR {
top: -50%;
left: 50%;
background-image: linear-gradient(to right top, currentColor 0%, currentColor 50%, transparent 50%);
position: absolute;
width: 75%;
height: 75%;
visibility: inherit;
}
.roofL {
top: -50%;
left: -23%;
background-image: linear-gradient(to left top, currentColor 0%, currentColor 50%, transparent 50%);
position: absolute;
width: 75%;
height: 75%;
visibility: inherit;
}
.colony_a {
top: 9%;
left: 46.5%;
visibility: inherit;
}
.colony_b {
top: 26%;
left: 81%;
visibility: inherit;
}
.colony_c {
top: 61%;
left: 81%;
visibility: inherit;
}
.colony_d {
top: 78%;
left: 46.5%;
visibility: inherit;
}
.colony_e {
top: 61%;
left: 11.75%;
visibility: inherit;
}
.colony_f {
top: 26%;
left: 11.75%;
visibility: inherit;
}
/*colony ids*/
#colony1 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony2 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony3 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony4 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony5 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony6 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony7 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony8 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony9 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony10 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony11 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony12 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony13 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony14 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony15 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony16 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony17 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony18 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony19 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony20 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony21 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony22 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony23 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony24 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony25 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony26 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony27 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony28 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony29 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony30 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony31 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony32 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony33 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony34 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony35 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony36 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony37 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony38 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony39 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony40 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony41 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony42 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony43 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony44 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony45 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony46 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony47 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony48 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony49 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony50 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony51 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony52 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony53 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony54 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony55 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony56 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony57 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony58 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
#colony59 {
--custom-color: white; /*player color*/
background: var(--custom-color);
color: var(--custom-color);
visibility: hidden; /*toggle: if user place*/
}
/*** HEX7AGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media (min-width:0px) { /* <- 5-4 colonyagons per row */
#colonyGrid{
width: 100vh;
height: 85%;
padding-bottom: 20%;
}
.colony {
width: 15%;
transform: scale(1.50);
}
.colony:nth-child(1) { /* row 1 */
margin-left:25%; /* indent = width * 1.667 */
}
.colony:nth-child(4) { /* row 2 */
margin-left:17.5%; /* = indent: width * 1.1667 */
}
.colony:nth-child(8) { /* row 3 */
margin-left:10%; /* = indent: width * 0.667 */
}
.colony:nth-child(13) { /* row 4 */
margin-left:17.5%; /* = indent: width * 1.1667 */
}
.colony:nth-child(17){ /* row 5*/
margin-left:25%; /* indent = width * 1.667 */
}
} | 0.554953 | 0.139778 |
.background {
position: absolute;
top: -40px;
left: -40px;
height: 120%;
width: 120%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
-webkit-filter: blur(30px);
filter: blur(30px);
}
.card {
position: absolute;
border-radius: 8px;
height: 450px;
width: 400px;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
box-shadow: 0 0 80px -10px black;
overflow: hidden;
}
.card-blur {
position: absolute;
height: 100%;
width: calc(100% + 1px);
background-color: black;
opacity: 0;
transition: opacity 0.15s ease-in;
}
.card:hover .card-blur {
opacity: 0.6;
}
.footer {
z-index: 1;
position: absolute;
height: 80px;
width: 100%;
bottom: 0;
}
svg#curve {
position: absolute;
fill: white;
left: 0;
bottom: 0;
width: 400px;
height: 450px;
}
.connections {
height: 80px;
width: 400px;
position: absolute;
left: 0;
right: 0;
bottom: 100px;
margin: auto;
}
.connection {
height: 35px;
width: 35px;
border-radius: 100%;
background-color: white;
display: inline-block;
padding: 5px;
margin-right: 25px;
transform: translateY(200px);
transition: transform 1s cubic-bezier(.46, 1.48, .18, .81);
}
.card:hover .connection {
transform: translateY(0px);
}
.info {
font-family: Inconsolata;
padding-left: 20px;
transform: translateY(250px);
transition: transform 1s cubic-bezier(.31,1.21,.64,1.02);
}
.card:hover .info {
transform: translateY(0px);
}
.name {
font-weight: bolder;
padding-top: 5px;
}
.job {
margin-top: 10px;
}
.connection.facebook {
height: 35px;
width: 35px;
margin-left: 20px;
padding: 0px;
border-radius: 100%;
overflow: hidden;
}
.connection.twitter {
transition-delay: 0.06s;
}
.connection.behance {
transition-delay: 0.12s;
}
.connection.facebook .icon {
height: 18px;
width: 18px;
background-position: center;
background-color: black;
}
.connection.twitter .icon {
height: 18px;
width: 18px;
margin-top: 4px;
margin-left: 4px;
background-position: center;
background-size: cover;
}
.connection.behance .icon {
height: 18px;
width: 18px;
margin-top: 3px;
margin-left: 4px;
background-position: center;
background-size: cover;
} | src/examples/Cards/Fluidcard/fluidcard.css | .background {
position: absolute;
top: -40px;
left: -40px;
height: 120%;
width: 120%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
-webkit-filter: blur(30px);
filter: blur(30px);
}
.card {
position: absolute;
border-radius: 8px;
height: 450px;
width: 400px;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
box-shadow: 0 0 80px -10px black;
overflow: hidden;
}
.card-blur {
position: absolute;
height: 100%;
width: calc(100% + 1px);
background-color: black;
opacity: 0;
transition: opacity 0.15s ease-in;
}
.card:hover .card-blur {
opacity: 0.6;
}
.footer {
z-index: 1;
position: absolute;
height: 80px;
width: 100%;
bottom: 0;
}
svg#curve {
position: absolute;
fill: white;
left: 0;
bottom: 0;
width: 400px;
height: 450px;
}
.connections {
height: 80px;
width: 400px;
position: absolute;
left: 0;
right: 0;
bottom: 100px;
margin: auto;
}
.connection {
height: 35px;
width: 35px;
border-radius: 100%;
background-color: white;
display: inline-block;
padding: 5px;
margin-right: 25px;
transform: translateY(200px);
transition: transform 1s cubic-bezier(.46, 1.48, .18, .81);
}
.card:hover .connection {
transform: translateY(0px);
}
.info {
font-family: Inconsolata;
padding-left: 20px;
transform: translateY(250px);
transition: transform 1s cubic-bezier(.31,1.21,.64,1.02);
}
.card:hover .info {
transform: translateY(0px);
}
.name {
font-weight: bolder;
padding-top: 5px;
}
.job {
margin-top: 10px;
}
.connection.facebook {
height: 35px;
width: 35px;
margin-left: 20px;
padding: 0px;
border-radius: 100%;
overflow: hidden;
}
.connection.twitter {
transition-delay: 0.06s;
}
.connection.behance {
transition-delay: 0.12s;
}
.connection.facebook .icon {
height: 18px;
width: 18px;
background-position: center;
background-color: black;
}
.connection.twitter .icon {
height: 18px;
width: 18px;
margin-top: 4px;
margin-left: 4px;
background-position: center;
background-size: cover;
}
.connection.behance .icon {
height: 18px;
width: 18px;
margin-top: 3px;
margin-left: 4px;
background-position: center;
background-size: cover;
} | 0.481698 | 0.09628 |
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
:root {
--background: #0e0a07;
--foreground: #e9e1d4;
--accent: rgba(70, 255, 0, .75);
}
*, *:before, *:after {
box-sizing: border-box;
}
html, body {
padding: 0;
margin: 0;
width: 100vw;
height: 100%;
overflow-x: hidden;
}
body {
background: var(--background);
color: var(--foreground);
font-family: "Raleway", sans-serif;
}
#app {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100vw;
height: 100%;
}
#controls {
display: flex;
margin-top: 2rem;
padding: 1rem;
background-color: rgba(233, 225, 212, 0.15);
}
#controls label {
visibility: collapse;
width: 0;
height: 0;
}
#controls input {
height: 100%;
font-size: 1.8rem;
width: 5rem;
text-align: center;
background-color: rgba(233, 225, 212, 0.15);
border: none;
margin-right: 0.5rem;
color: var(--foreground);
}
#controls input:hover {
background-color: rgba(248, 243, 230, 0.25);
}
#controls #randomize {
font-size: 1.8rem;
background-color: rgba(233, 225, 212, 0.15);
border: none;
cursor: pointer;
margin-left: 0.5rem;
padding: 0.5rem 1rem;
color: var(--foreground);
}
#controls #randomize:hover {
background-color: rgba(248, 243, 230, 0.25);
}
.instruments {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-gap: 1rem;
width: 80vw;
}
.instrument {
display: flex;
flex-direction: column;
background-color: rgba(233, 225, 212, 0.15);
padding: 1rem;
transition: background-color 150ms ease-in-out;
}
.instrument:hover {
background-color: rgba(248, 243, 230, 0.25);
}
.instrument .name {
padding: 0;
margin: 0;
}
.instrument .category {
font-style: italic;
}
.instrument .link {
color: var(--foreground);
margin-top: auto;
transition: color 100ms ease-in-out;
}
.instrument .link:hover {
color: var(--accent);
}
.instrument .link:hover svg {
fill: var(--accent);
}
.instrument .link svg {
display: inline;
fill: var(--foreground);
width: 1rem;
height: 1rem;
transition: fill 100ms ease-in-out;
} | dist/css/style.css | @import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
:root {
--background: #0e0a07;
--foreground: #e9e1d4;
--accent: rgba(70, 255, 0, .75);
}
*, *:before, *:after {
box-sizing: border-box;
}
html, body {
padding: 0;
margin: 0;
width: 100vw;
height: 100%;
overflow-x: hidden;
}
body {
background: var(--background);
color: var(--foreground);
font-family: "Raleway", sans-serif;
}
#app {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100vw;
height: 100%;
}
#controls {
display: flex;
margin-top: 2rem;
padding: 1rem;
background-color: rgba(233, 225, 212, 0.15);
}
#controls label {
visibility: collapse;
width: 0;
height: 0;
}
#controls input {
height: 100%;
font-size: 1.8rem;
width: 5rem;
text-align: center;
background-color: rgba(233, 225, 212, 0.15);
border: none;
margin-right: 0.5rem;
color: var(--foreground);
}
#controls input:hover {
background-color: rgba(248, 243, 230, 0.25);
}
#controls #randomize {
font-size: 1.8rem;
background-color: rgba(233, 225, 212, 0.15);
border: none;
cursor: pointer;
margin-left: 0.5rem;
padding: 0.5rem 1rem;
color: var(--foreground);
}
#controls #randomize:hover {
background-color: rgba(248, 243, 230, 0.25);
}
.instruments {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-gap: 1rem;
width: 80vw;
}
.instrument {
display: flex;
flex-direction: column;
background-color: rgba(233, 225, 212, 0.15);
padding: 1rem;
transition: background-color 150ms ease-in-out;
}
.instrument:hover {
background-color: rgba(248, 243, 230, 0.25);
}
.instrument .name {
padding: 0;
margin: 0;
}
.instrument .category {
font-style: italic;
}
.instrument .link {
color: var(--foreground);
margin-top: auto;
transition: color 100ms ease-in-out;
}
.instrument .link:hover {
color: var(--accent);
}
.instrument .link:hover svg {
fill: var(--accent);
}
.instrument .link svg {
display: inline;
fill: var(--foreground);
width: 1rem;
height: 1rem;
transition: fill 100ms ease-in-out;
} | 0.490236 | 0.108945 |
body,
.column,
.row {
display: flex;
}
body,
.column {
flex-direction: column;
}
.flex-4 {
flex: 4;
}
.primary, .flex-3 {
flex: 3;
}
.secondary, .flex-2 {
flex: 2;
}
.tertiary, .flex-1 {
flex: 1;
}
footer {
background: #333;
color: #f1f1f1;
margin-top: auto;
}
.feature__main {
flex-basis: 500px;
flex-wrap: wrap;
justify-content: space-around;
}
.feature__secondary {
flex-basis: 150px;
flex-wrap: wrap;
justify-content: space-between;
}
/* Some helpers */
.background-cover {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
/* Styles as usual */
body {
background:#f1f1f1;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
color:#424242;
font-size:15px;
min-height: 100vh;
}
p {
line-height:23px;
}
a {
text-decoration:none;
}
a:hover {
cursor: pointer;
color: #81ccda;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Fjalla One', sans-serif;
}
/*****
/* General
/********************/
.container {
z-index: 0;
width:1200px;
margin:0 auto;
}
#content {
overflow:hidden;
margin-top: 16px;
margin-bottom:140px;
}
#main {
width:760px;
float:left;
}
#main.fullwidth {
width:100%;
float:none;
}
#sidebar {
width:260px;
float:right;
}
/*****
/* Top Bar
/********************/
#top-bar {
/*background:#fff;*/
width:100%;
/*height:51px;*/
height: 60px;
z-index:9999;
}
#top-bar .container {
position:relative;
}
/*** Menu ***/
#nav-wrapper {
float:right;
}
.slicknav_menu { display:none; }
#nav-wrapper .menu li {
display:inline-block;
margin-right:28px;
position:relative;
}
#nav-wrapper .menu li a {
font-size:18px;
text-transform:uppercase;
letter-spacing:1px;
line-height:56px;
color:#000;
display:block;
font-weight: bold;
}
#nav-wrapper .menu li a:hover {
color: #81ccda;
}
#nav-wrapper .menu li.current-menu-item > a, #nav-wrapper .menu li.current_page_item > a {
font-weight:700;
}
/*** DROPDOWN ***/
#nav-wrapper .menu .sub-menu,
#nav-wrapper .menu .children {
background-color: #fff;
display: none;
padding: 0;
position: absolute;
margin-top:0;
left: 0;
z-index: 99999;
border:1px solid #eee;
border-top:none;
}
#nav-wrapper ul.menu ul a,
#nav-wrapper .menu ul ul a {
color: #727272;
margin: 0;
padding:6px 10px;
min-width: 165px;
line-height:20px;
-o-transition:.22s;
-ms-transition:.22s;
-moz-transition:.22s;
-webkit-transition:.22s;
transition:.22s;
border-top:1px solid #eee;
}
#nav-wrapper ul.menu ul li,
#nav-wrapper .menu ul ul li {
padding-right:0;
margin-right:0;
}
#nav-wrapper ul.menu ul a:hover,
#nav-wrapper .menu ul ul a:hover {
background:#f5f5f5;
}
#nav-wrapper ul.menu li:hover > ul,
#nav-wrapper .menu ul li:hover > ul {
display: block;
}
#nav-wrapper .menu .sub-menu ul,
#nav-wrapper .menu .children ul {
left: 100%;
top: 0;
}
/*** Social Icons ***/
#top-social {
position:absolute;
right:185px;
top:0;
}
#top-social.nosearch { right:0; }
#top-social a {
color:#000;
font-size:13px;
margin-left:10px;
line-height:51px;
}
/*** Top Search ***/
#top-search {
position:absolute;
right:0;
top:0;
padding-left:16px;
border-left:1px solid;
border-color:#e8e8e8;
z-index:999;
}
#top-search form { display:inline; }
#top-search input {
border:none;
font-style:italic;
width:135px;
background:transparent;
}
#top-search input:focus {
outline:none;
}
#top-search i {
font-size:14px;
line-height:51px;
}
.show-search {
display:none;
}
i.search-toggle {
font-size:14px;
line-height:51px;
display:none;
cursor:pointer;
}
.show-search {
position:absolute;
top:51px;
right:-1px;
display:none;
z-index:10000;
}
.show-search input {
width:190px;
background:#FFF;
-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
border:1px solid #eee;
padding:10px 0 10px 10px;
font-style:italic;
}
.show-search input:focus {
border:1px solid #ddd;
outline:none;
}
/*****
/* Header & Logo
/********************/
header {
padding-top: 16px;
padding-bottom: 16px;
border-bottom:1px solid #eee;
}
.home header, .page-template-page-slider header, .page-template-page-slider-sidebar header {
margin-bottom:0;
border-bottom:none;
}
#logo {
float: left;
}
#logo a {
text-indent: -5000px;
display: block;
height: 60px;
width: 235px;
background: url('img/logo-black-L.png') top left no-repeat;
}
#logo img {
height: 45px;
padding-top: 5px;
}
/*****
/* Featured Area
/********************/
.featured {
margin-bottom:44px;
}
.feature__main {
border: solid 1px #999;
padding: 35% 25% 25% 25%;
background-color: #ffcc00;
}
.feature__secondary{
background-color: #0000FF;
}
.feat-overlay {
background:rgba(255,255,255,0.75);
position:relative;
height:100%;
width:100%;
display:table;
vertical-align:middle;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow:hidden;
}
.feat-overlay-inner {
vertical-align:middle;
display:table-cell;
}
.feature__main .post-header {
margin-bottom:0;
text-align: center;
padding:0 20px;
}
.feature__main .post-header .date {
display:block;
margin-bottom: 14px;
margin-left: 4px;
color: #333;
font-size: 12px;
/*text-shadow: 1px 1px 1px rgba(0,0,0,0.4);*/
}
.feature__main .post-header .cat {
display:block;
margin-top: 12px;
/*text-shadow: 1px 1px 1px rgba(0,0,0,0.4);*/
}
.feature__main .post-header .cat a {
color: #333;
border-color: #333;
font-weight: 600;
font-size: 12px;
}
.feature__main .post-header .cat a:hover {
border-color: #81ccda;
}
.feature__main .post-header h2 {
margin-bottom: 14px;
/*text-shadow: 1px 3px 1px rgba(0,0,0,0.4);*/
}
.feature__main .post-header h2 a {
font-size: 36px;
color: #333;
text-transform: uppercase;
}
.feature__main .post-header h2 a:hover {
color: #81ccda;
}
.feature__main .read-more {
font-size:10px;
text-transform:uppercase;
letter-spacing:2px;
color:#000;
background:#ffffff;
font-weight:700;
display:inline-block;
padding:12px 26px 13px;
border:1px solid;
border-color: #81ccda;
-o-transition:.2s;
-ms-transition:.2s;
-moz-transition:.2s;
-webkit-transition:.2s;
}
.feature__main .read-more:hover {
background:#81ccda;
color:#fff;
}
.feature__secondary {
margin-left: 16px;
}
.feature__secondary-item {
margin: 8px;
}
/*****
/** Utility
/***********************/
.section-heading {
font-family: '<NAME>';
font-size: 64px;
margin-bottom: 16px;
}
/*****
/** Post
/***********************/
.post {
margin-bottom:50px;
}
/*** Post header ***/
.post-header {
margin-bottom:25px;
text-align:center;
}
.post-header .cat a {
color: #333;
font-size:10px;
font-weight: 600;
text-transform:uppercase;
letter-spacing:2px;
border-bottom:1px solid;
border-color:#333;
padding-bottom:2px;
display:inline-block;
margin:0 4px 12px 4px;
}
.post-header .cat a:hover{
color: #81ccda;
border-color: #81ccda;
}
.post-header h2, .post-header h1 {
margin-bottom:10px;
}
.post-header h2 a, .post-header h1 {
color:#000;
font-size:26px;
-o-transition:.2s;
-ms-transition:.2s;
-moz-transition:.2s;
-webkit-transition:.2s;
}
.post-header h2 a:hover {
opacity: 1;
}
.post-header .date {
font-size:11px;
font-style:italic;
color:#888;
}
/*** Post Image ***/
.post-img {
margin-bottom:20px;
}
.post-img img {
max-width:100%;
height:auto;
}
.post-img.audio iframe {
height:166px;
width:100%;
}
/*** Post Entry ***/
.post-entry img {
max-width:100%;
height:auto;
}
.post-entry p, .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr {
margin-bottom:18px;
}
.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
color:#000;
}
.post-entry h1 {
font-size:26px;
}
.post-entry h2 {
font-size:24px;
}
.post-entry h3 {
font-size:21px;
}
.post-entry h4 {
font-size:19px;
}
.post-entry h5 {
font-size:17px;
}
.post-entry h6 {
font-size:15px;
}
.post-entry hr {
border:0;
height:0;
border-bottom:1px solid #e5e5e5;
clear:both;
}
.post-entry blockquote {
border-left:3px solid;
border-color:#81ccda;
padding:0 18px;
}
.post-entry blockquote p {
font-family:"Georgia";
font-size:18px;
line-height:28px;
font-style:italic;
color:#999;
}
.post-entry a:hover {
text-decoration:underline;
}
.post-entry ul, .post-entry ol {
padding-left:45px;
margin-bottom:20px;
}
.post-entry ul li {
margin-bottom:12px;
list-style:square;
}
.post-entry ol li {
margin-bottom:12px;
list-style:decimal;
}
.sticky.post .post-header { border:1px dashed #eee; padding:20px 0; }
.bypostauthor {}
.post-entry pre {
overflow:auto;
}
.post-entry table { width:100%; margin-bottom:22px; border-collapse:collapse }
.post-entry td, .post-entry th { padding: 12px; border-bottom: 1px #e5e5e5 solid; }
.post-entry th { font-weight:bold; font-size:14px; background:#f5f5f5;}
.post-entry tr:hover {
background:#f9f9f9;
}
/*** More button ***/
.more-link {
text-align:center;
display:block;
}
.more-button {
font-size:10px;
text-transform:uppercase;
letter-spacing:2px;
color:#000;
background:#ffffff;
font-weight:700;
display:inline-block;
margin-top:16px;
padding:9px 24px 10px;
border:1px solid;
border-color:#81ccda;
-o-transition:.2s;
-ms-transition:.2s;
-moz-transition:.2s;
-webkit-transition:.2s;
}
.more-button:hover {
background:#81ccda;
color:#fff;
border:1px solid;
border-color:#81ccda;
}
/*** Post Meta ***/
.post-meta {
margin-top:35px;
overflow:hidden;
border-bottom:1px solid #e5e5e5;
padding-bottom:10px;
font-style:italic;
clear:both;
}
.meta-comments {
float:left;
}
.meta-comments a {
color:#424242;
font-size:13px;
}
.meta-share {
float:right;
color:#999;
font-size:13px;
}
.share-text {
margin-right:2px;
}
.meta-share a {
margin-left:9px;
font-size:16px;
}
/*** Post author ***/
.post-author {
margin-bottom:60px;
margin-top:60px;
overflow:hidden;
}
.author-img {
float:left;
margin-right:30px;
}
.author-img img {
border-radius:50%;
}
.author-content h5 a {
font-size:18px;
margin-bottom:8px;
color:#000;
display:block;
}
.author-content p {
margin-bottom:8px;
}
.author-content .author-social {
font-size:14px;
color:#bbb;
margin-right:8px;
}
/*** Post related ***/
.post-related {
overflow:hidden;
margin-bottom:60px;
margin-top:60px;
}
.post-box { text-align:center; }
.post-box-title {
font-size:11px;
letter-spacing:2px;
text-transform:uppercase;
margin-bottom:30px;
font-weight:700;
border-bottom:1px solid #ddd;
padding-bottom:4px;
display:inline-block;
font-family:"Open Sans";
font-weight: 600;
}
.item-related {
width:240px;
float:left;
margin-right:20px;
}
.item-related:last-child {
margin-right:0;
}
#main.fullwidth .item-related {
width:340px;
margin-right:30px;
}
#main.fullwidth .item-related:last-child {
margin-right:0;
}
.item-related img {
margin-bottom:6px;
width:100%;
height:auto;
}
.item-related h3 {
margin-bottom:4px;
}
.item-related h3 a {
font-size:14px;
color:#424242;
font-family:"Open Sans";
font-weight: 600;
}
.item-related h3 a:hover {
text-decoration:underline;
}
.item-related span.date {
font-size:11px;
font-style:italic;
color:#999;
}
/** Post tags ***/
.post-tags {
margin-top:25px;
margin-bottom:-15px;
padding-bottom:13px;
clear:both;
}
.post-tags a {
font-size:10px;
letter-spacing:1px;
text-transform:uppercase;
background:#f2f2f2;
color:#666;
padding:7px 8px;
margin-right:7px;
border-radius:3px;
margin-bottom:5px;
display:inline-block;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
}
.post-tags a:hover {
background:#ddd;
color:#666;
text-decoration:none;
}
/*****
/** Pagination
/***********************/
.pagination {
margin-top:60px;
overflow:hidden;
margin-bottom:40px;
}
.pagination a {
display:inline-block;
letter-spacing:2px;
text-transform:uppercase;
font-size:11px;
border-bottom:1px solid #e5e5e5;
padding-bottom:5px;
font-weight:700;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
}
.pagination a:hover {
color:#424242;
}
.pagination .newer {
float:left;
}
.pagination .older {
float:right;
}
/*****
/** Post List Layout
/***********************/
.list-item {
overflow:hidden;
margin-bottom:30px;
padding-bottom:30px;
border-bottom:1px solid #eee;
}
.list-item .list-content {
overflow:hidden;
}
.list-item .post-img {
float:left;
margin-right:25px;
margin-bottom:0;
}
.list-item .post-img img {
max-width:270px;
border: solid 1px #999;
}
.list-item .list-content .post-header {
text-align:left;
}
.list-item .post-header h2 a {
font-size:22px;
color: #333;
}
.list-item .post-header h2 a:hover {
color: #81ccda;
}
.list-item .post-header .cat a {
margin:0 8px 7px 0;
}
.list-item .post-header {
margin-bottom:14px;
}
.list-meta .date {
font-size:11px;
font-style:italic;
color:#999;
}
.list-item .post-entry p {
margin-bottom:14px;
}
/*****
/** Post Grid Layout
/***********************/
.grid-item {
margin-bottom:40px;
}
.sp-grid > li {
width:365px;
display:inline-block;
vertical-align: top;
margin-right: 26px;
}
/* fullwidth */
#main.fullwidth .sp-grid > li {
width:520px;
margin-right:36px;
}
#main.fullwidth .sp-grid li:nth-of-type(2n+2) {
margin-right:0;
}
.sp-grid li:nth-of-type(2n+2) {
margin-right:0;
}
.grid-item .post-header .cat a {
margin:0 4px 8px 4px;
}
.grid-item .post-header h2 a {
font-size:22px;
}
.grid-item .post-header {
margin-bottom:16px;
}
/*****
/** Archives & Categories
/**************************/
.archive-box {
text-align:center;
background:#f4f4f4;
margin-top:-61px;
padding:40px 0;
margin-bottom:60px;
}
.archive-box h1 {
font-size:36px;
color:#000;
}
.archive-box span {
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
color:#999;
display:inline-block;
border-bottom:1px solid #d8d8d8;
padding-bottom:3px;
margin-bottom:5px;
}
.nothing {
font-size:14px;
color:#999;
text-align:center;
} | web/app/themes/that_social/style-old.css |
body,
.column,
.row {
display: flex;
}
body,
.column {
flex-direction: column;
}
.flex-4 {
flex: 4;
}
.primary, .flex-3 {
flex: 3;
}
.secondary, .flex-2 {
flex: 2;
}
.tertiary, .flex-1 {
flex: 1;
}
footer {
background: #333;
color: #f1f1f1;
margin-top: auto;
}
.feature__main {
flex-basis: 500px;
flex-wrap: wrap;
justify-content: space-around;
}
.feature__secondary {
flex-basis: 150px;
flex-wrap: wrap;
justify-content: space-between;
}
/* Some helpers */
.background-cover {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
/* Styles as usual */
body {
background:#f1f1f1;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
color:#424242;
font-size:15px;
min-height: 100vh;
}
p {
line-height:23px;
}
a {
text-decoration:none;
}
a:hover {
cursor: pointer;
color: #81ccda;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Fjalla One', sans-serif;
}
/*****
/* General
/********************/
.container {
z-index: 0;
width:1200px;
margin:0 auto;
}
#content {
overflow:hidden;
margin-top: 16px;
margin-bottom:140px;
}
#main {
width:760px;
float:left;
}
#main.fullwidth {
width:100%;
float:none;
}
#sidebar {
width:260px;
float:right;
}
/*****
/* Top Bar
/********************/
#top-bar {
/*background:#fff;*/
width:100%;
/*height:51px;*/
height: 60px;
z-index:9999;
}
#top-bar .container {
position:relative;
}
/*** Menu ***/
#nav-wrapper {
float:right;
}
.slicknav_menu { display:none; }
#nav-wrapper .menu li {
display:inline-block;
margin-right:28px;
position:relative;
}
#nav-wrapper .menu li a {
font-size:18px;
text-transform:uppercase;
letter-spacing:1px;
line-height:56px;
color:#000;
display:block;
font-weight: bold;
}
#nav-wrapper .menu li a:hover {
color: #81ccda;
}
#nav-wrapper .menu li.current-menu-item > a, #nav-wrapper .menu li.current_page_item > a {
font-weight:700;
}
/*** DROPDOWN ***/
#nav-wrapper .menu .sub-menu,
#nav-wrapper .menu .children {
background-color: #fff;
display: none;
padding: 0;
position: absolute;
margin-top:0;
left: 0;
z-index: 99999;
border:1px solid #eee;
border-top:none;
}
#nav-wrapper ul.menu ul a,
#nav-wrapper .menu ul ul a {
color: #727272;
margin: 0;
padding:6px 10px;
min-width: 165px;
line-height:20px;
-o-transition:.22s;
-ms-transition:.22s;
-moz-transition:.22s;
-webkit-transition:.22s;
transition:.22s;
border-top:1px solid #eee;
}
#nav-wrapper ul.menu ul li,
#nav-wrapper .menu ul ul li {
padding-right:0;
margin-right:0;
}
#nav-wrapper ul.menu ul a:hover,
#nav-wrapper .menu ul ul a:hover {
background:#f5f5f5;
}
#nav-wrapper ul.menu li:hover > ul,
#nav-wrapper .menu ul li:hover > ul {
display: block;
}
#nav-wrapper .menu .sub-menu ul,
#nav-wrapper .menu .children ul {
left: 100%;
top: 0;
}
/*** Social Icons ***/
#top-social {
position:absolute;
right:185px;
top:0;
}
#top-social.nosearch { right:0; }
#top-social a {
color:#000;
font-size:13px;
margin-left:10px;
line-height:51px;
}
/*** Top Search ***/
#top-search {
position:absolute;
right:0;
top:0;
padding-left:16px;
border-left:1px solid;
border-color:#e8e8e8;
z-index:999;
}
#top-search form { display:inline; }
#top-search input {
border:none;
font-style:italic;
width:135px;
background:transparent;
}
#top-search input:focus {
outline:none;
}
#top-search i {
font-size:14px;
line-height:51px;
}
.show-search {
display:none;
}
i.search-toggle {
font-size:14px;
line-height:51px;
display:none;
cursor:pointer;
}
.show-search {
position:absolute;
top:51px;
right:-1px;
display:none;
z-index:10000;
}
.show-search input {
width:190px;
background:#FFF;
-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
border:1px solid #eee;
padding:10px 0 10px 10px;
font-style:italic;
}
.show-search input:focus {
border:1px solid #ddd;
outline:none;
}
/*****
/* Header & Logo
/********************/
header {
padding-top: 16px;
padding-bottom: 16px;
border-bottom:1px solid #eee;
}
.home header, .page-template-page-slider header, .page-template-page-slider-sidebar header {
margin-bottom:0;
border-bottom:none;
}
#logo {
float: left;
}
#logo a {
text-indent: -5000px;
display: block;
height: 60px;
width: 235px;
background: url('img/logo-black-L.png') top left no-repeat;
}
#logo img {
height: 45px;
padding-top: 5px;
}
/*****
/* Featured Area
/********************/
.featured {
margin-bottom:44px;
}
.feature__main {
border: solid 1px #999;
padding: 35% 25% 25% 25%;
background-color: #ffcc00;
}
.feature__secondary{
background-color: #0000FF;
}
.feat-overlay {
background:rgba(255,255,255,0.75);
position:relative;
height:100%;
width:100%;
display:table;
vertical-align:middle;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow:hidden;
}
.feat-overlay-inner {
vertical-align:middle;
display:table-cell;
}
.feature__main .post-header {
margin-bottom:0;
text-align: center;
padding:0 20px;
}
.feature__main .post-header .date {
display:block;
margin-bottom: 14px;
margin-left: 4px;
color: #333;
font-size: 12px;
/*text-shadow: 1px 1px 1px rgba(0,0,0,0.4);*/
}
.feature__main .post-header .cat {
display:block;
margin-top: 12px;
/*text-shadow: 1px 1px 1px rgba(0,0,0,0.4);*/
}
.feature__main .post-header .cat a {
color: #333;
border-color: #333;
font-weight: 600;
font-size: 12px;
}
.feature__main .post-header .cat a:hover {
border-color: #81ccda;
}
.feature__main .post-header h2 {
margin-bottom: 14px;
/*text-shadow: 1px 3px 1px rgba(0,0,0,0.4);*/
}
.feature__main .post-header h2 a {
font-size: 36px;
color: #333;
text-transform: uppercase;
}
.feature__main .post-header h2 a:hover {
color: #81ccda;
}
.feature__main .read-more {
font-size:10px;
text-transform:uppercase;
letter-spacing:2px;
color:#000;
background:#ffffff;
font-weight:700;
display:inline-block;
padding:12px 26px 13px;
border:1px solid;
border-color: #81ccda;
-o-transition:.2s;
-ms-transition:.2s;
-moz-transition:.2s;
-webkit-transition:.2s;
}
.feature__main .read-more:hover {
background:#81ccda;
color:#fff;
}
.feature__secondary {
margin-left: 16px;
}
.feature__secondary-item {
margin: 8px;
}
/*****
/** Utility
/***********************/
.section-heading {
font-family: '<NAME>';
font-size: 64px;
margin-bottom: 16px;
}
/*****
/** Post
/***********************/
.post {
margin-bottom:50px;
}
/*** Post header ***/
.post-header {
margin-bottom:25px;
text-align:center;
}
.post-header .cat a {
color: #333;
font-size:10px;
font-weight: 600;
text-transform:uppercase;
letter-spacing:2px;
border-bottom:1px solid;
border-color:#333;
padding-bottom:2px;
display:inline-block;
margin:0 4px 12px 4px;
}
.post-header .cat a:hover{
color: #81ccda;
border-color: #81ccda;
}
.post-header h2, .post-header h1 {
margin-bottom:10px;
}
.post-header h2 a, .post-header h1 {
color:#000;
font-size:26px;
-o-transition:.2s;
-ms-transition:.2s;
-moz-transition:.2s;
-webkit-transition:.2s;
}
.post-header h2 a:hover {
opacity: 1;
}
.post-header .date {
font-size:11px;
font-style:italic;
color:#888;
}
/*** Post Image ***/
.post-img {
margin-bottom:20px;
}
.post-img img {
max-width:100%;
height:auto;
}
.post-img.audio iframe {
height:166px;
width:100%;
}
/*** Post Entry ***/
.post-entry img {
max-width:100%;
height:auto;
}
.post-entry p, .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr {
margin-bottom:18px;
}
.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
color:#000;
}
.post-entry h1 {
font-size:26px;
}
.post-entry h2 {
font-size:24px;
}
.post-entry h3 {
font-size:21px;
}
.post-entry h4 {
font-size:19px;
}
.post-entry h5 {
font-size:17px;
}
.post-entry h6 {
font-size:15px;
}
.post-entry hr {
border:0;
height:0;
border-bottom:1px solid #e5e5e5;
clear:both;
}
.post-entry blockquote {
border-left:3px solid;
border-color:#81ccda;
padding:0 18px;
}
.post-entry blockquote p {
font-family:"Georgia";
font-size:18px;
line-height:28px;
font-style:italic;
color:#999;
}
.post-entry a:hover {
text-decoration:underline;
}
.post-entry ul, .post-entry ol {
padding-left:45px;
margin-bottom:20px;
}
.post-entry ul li {
margin-bottom:12px;
list-style:square;
}
.post-entry ol li {
margin-bottom:12px;
list-style:decimal;
}
.sticky.post .post-header { border:1px dashed #eee; padding:20px 0; }
.bypostauthor {}
.post-entry pre {
overflow:auto;
}
.post-entry table { width:100%; margin-bottom:22px; border-collapse:collapse }
.post-entry td, .post-entry th { padding: 12px; border-bottom: 1px #e5e5e5 solid; }
.post-entry th { font-weight:bold; font-size:14px; background:#f5f5f5;}
.post-entry tr:hover {
background:#f9f9f9;
}
/*** More button ***/
.more-link {
text-align:center;
display:block;
}
.more-button {
font-size:10px;
text-transform:uppercase;
letter-spacing:2px;
color:#000;
background:#ffffff;
font-weight:700;
display:inline-block;
margin-top:16px;
padding:9px 24px 10px;
border:1px solid;
border-color:#81ccda;
-o-transition:.2s;
-ms-transition:.2s;
-moz-transition:.2s;
-webkit-transition:.2s;
}
.more-button:hover {
background:#81ccda;
color:#fff;
border:1px solid;
border-color:#81ccda;
}
/*** Post Meta ***/
.post-meta {
margin-top:35px;
overflow:hidden;
border-bottom:1px solid #e5e5e5;
padding-bottom:10px;
font-style:italic;
clear:both;
}
.meta-comments {
float:left;
}
.meta-comments a {
color:#424242;
font-size:13px;
}
.meta-share {
float:right;
color:#999;
font-size:13px;
}
.share-text {
margin-right:2px;
}
.meta-share a {
margin-left:9px;
font-size:16px;
}
/*** Post author ***/
.post-author {
margin-bottom:60px;
margin-top:60px;
overflow:hidden;
}
.author-img {
float:left;
margin-right:30px;
}
.author-img img {
border-radius:50%;
}
.author-content h5 a {
font-size:18px;
margin-bottom:8px;
color:#000;
display:block;
}
.author-content p {
margin-bottom:8px;
}
.author-content .author-social {
font-size:14px;
color:#bbb;
margin-right:8px;
}
/*** Post related ***/
.post-related {
overflow:hidden;
margin-bottom:60px;
margin-top:60px;
}
.post-box { text-align:center; }
.post-box-title {
font-size:11px;
letter-spacing:2px;
text-transform:uppercase;
margin-bottom:30px;
font-weight:700;
border-bottom:1px solid #ddd;
padding-bottom:4px;
display:inline-block;
font-family:"Open Sans";
font-weight: 600;
}
.item-related {
width:240px;
float:left;
margin-right:20px;
}
.item-related:last-child {
margin-right:0;
}
#main.fullwidth .item-related {
width:340px;
margin-right:30px;
}
#main.fullwidth .item-related:last-child {
margin-right:0;
}
.item-related img {
margin-bottom:6px;
width:100%;
height:auto;
}
.item-related h3 {
margin-bottom:4px;
}
.item-related h3 a {
font-size:14px;
color:#424242;
font-family:"Open Sans";
font-weight: 600;
}
.item-related h3 a:hover {
text-decoration:underline;
}
.item-related span.date {
font-size:11px;
font-style:italic;
color:#999;
}
/** Post tags ***/
.post-tags {
margin-top:25px;
margin-bottom:-15px;
padding-bottom:13px;
clear:both;
}
.post-tags a {
font-size:10px;
letter-spacing:1px;
text-transform:uppercase;
background:#f2f2f2;
color:#666;
padding:7px 8px;
margin-right:7px;
border-radius:3px;
margin-bottom:5px;
display:inline-block;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
}
.post-tags a:hover {
background:#ddd;
color:#666;
text-decoration:none;
}
/*****
/** Pagination
/***********************/
.pagination {
margin-top:60px;
overflow:hidden;
margin-bottom:40px;
}
.pagination a {
display:inline-block;
letter-spacing:2px;
text-transform:uppercase;
font-size:11px;
border-bottom:1px solid #e5e5e5;
padding-bottom:5px;
font-weight:700;
-o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
}
.pagination a:hover {
color:#424242;
}
.pagination .newer {
float:left;
}
.pagination .older {
float:right;
}
/*****
/** Post List Layout
/***********************/
.list-item {
overflow:hidden;
margin-bottom:30px;
padding-bottom:30px;
border-bottom:1px solid #eee;
}
.list-item .list-content {
overflow:hidden;
}
.list-item .post-img {
float:left;
margin-right:25px;
margin-bottom:0;
}
.list-item .post-img img {
max-width:270px;
border: solid 1px #999;
}
.list-item .list-content .post-header {
text-align:left;
}
.list-item .post-header h2 a {
font-size:22px;
color: #333;
}
.list-item .post-header h2 a:hover {
color: #81ccda;
}
.list-item .post-header .cat a {
margin:0 8px 7px 0;
}
.list-item .post-header {
margin-bottom:14px;
}
.list-meta .date {
font-size:11px;
font-style:italic;
color:#999;
}
.list-item .post-entry p {
margin-bottom:14px;
}
/*****
/** Post Grid Layout
/***********************/
.grid-item {
margin-bottom:40px;
}
.sp-grid > li {
width:365px;
display:inline-block;
vertical-align: top;
margin-right: 26px;
}
/* fullwidth */
#main.fullwidth .sp-grid > li {
width:520px;
margin-right:36px;
}
#main.fullwidth .sp-grid li:nth-of-type(2n+2) {
margin-right:0;
}
.sp-grid li:nth-of-type(2n+2) {
margin-right:0;
}
.grid-item .post-header .cat a {
margin:0 4px 8px 4px;
}
.grid-item .post-header h2 a {
font-size:22px;
}
.grid-item .post-header {
margin-bottom:16px;
}
/*****
/** Archives & Categories
/**************************/
.archive-box {
text-align:center;
background:#f4f4f4;
margin-top:-61px;
padding:40px 0;
margin-bottom:60px;
}
.archive-box h1 {
font-size:36px;
color:#000;
}
.archive-box span {
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
color:#999;
display:inline-block;
border-bottom:1px solid #d8d8d8;
padding-bottom:3px;
margin-bottom:5px;
}
.nothing {
font-size:14px;
color:#999;
text-align:center;
} | 0.26341 | 0.041037 |
@import "default.css";
/* HEADER TOP */
.header-top{
background: var(--dgc);
}
.header-top p{
font-weight: 900;
font-size: 14px;
line-height: 16px;
}
.header-top ul li {
font-weight: 900;
font-size: 14px;
line-height: 16px;
margin: 0px 14px;
}
.header-top ul{
border-right: 1.5px solid var(--wc);
}
.header-top ul:last-child{
border-right: none;
}
/* HEADER TOP */
/*HEADER*/
header {
height: 80px;
background: #ffffff;
transition: .4s;
}
.logo img {
max-width: 235px;
}
.logo i {
font-size: 22px;
padding: 8px;
padding-right: 0;
transition: .2s;
}
.logo i:hover {
color: var(--sc);
cursor: pointer;
}
.menubar ul {
text-align: right;
}
.menubar ul li {
display: inline-block;
}
.menubar ul li a {
font-weight: 900;
font-size: 16px;
text-transform: capitalize;
display: inline-block;
height: 35px;
padding: 7px 20px;
color: var(--lbc);
transition: 0.2s;
}
.menubar ul li a:hover{
color: var(--wsc);
}
.menubar .login-menu {
background: linear-gradient(102.92deg, #1B1285 -36.3%, #643088 100%);
color: var(--wc);
border-radius: 5px;
}
/*HEADER*/
/*MOBILE MENU*/
/*ACCORDION CUSTOM*/
.custom a{
color: var(--abc);
}
.custom a:hover{
color: var(--sc);
}
.mobile-logo img {
width: 150px;
padding: 10px 0;
margin-left: 10px;
}
.mobile-logo i {
font-size: 20px;
float: right;
margin: 5px 20px;
color: var(--lbc);
cursor: pointer;
padding: 5px;
}
.mobile-logo i:hover {
color: var(--wsc);
}
.custom.accordion-button {
text-transform: capitalize;
font-size: 15px;
-webkit-transition: .4s;
transition: .4s;
color: var(--pc);
font-weight: 900;
}
.custom.accordion-button:hover {
color: var(--wsc);
}
.custom.accordion-button:focus {
-webkit-box-shadow: none;
box-shadow: none;
border: none;
border-top: 1px solid #ccc;
}
.custom.accordion-button:not(.collapsed) {
color: var(--sc);
background: var(--rc);
-webkit-transform: none;
transform: none;
font-weight: 900;
}
.custom.accordion-button:not(.collapsed)::after {
background-image: none;
content: "\f068";
font-family: 'FontAwesome';
-webkit-transform: rotate(0deg) !important;
transform: rotate(0deg) !important;
}
.none.accordion-button:not(.collapsed)::after {
content: none;
-webkit-transform: rotate(0deg) !important;
transform: rotate(0deg) !important;
}
.custom.accordion-button::after {
background-image: none;
content: "\f067";
font-family: 'FontAwesome';
}
.none.accordion-button::after {
content: none;
}
.custom.accordion-body {
padding: 0 0px;
}
.custom.accordion-body ul {
padding: 0;
margin: 0;
}
.custom.accordion-body ul li {
list-style: none;
padding: 8px 0;
-webkit-transition: .4s;
transition: .4s;
}
.custom.accordion-body ul li a {
text-decoration: none;
font-size: 15px;
text-transform: capitalize;
color: var(--pc);
font-weight: 900;
display: inline-block;
margin-left: 40px;
}
.custom.accordion-body ul li a i {
font-size: 10px;
margin-right: 5px;
}
.custom.accordion-body ul li:hover {
color: var(--wc);
background: var(--rc);
}
.custom.accordion-body ul li:hover a {
color: var(--sc);
}
.custom.accordion-item a {
text-decoration: none;
}
.accordion-button.custom i {
padding: 0 10px;
}
/*ACCORDION CUSTOM END*/
.mobile-menu {
width: 350px;
position: fixed;
left: -380px;
top: 0;
z-index: 2;
background: var(--wc);
height: 100%;
overflow: auto;
transition: .4s;
padding: 10px 0;
}
#mobileOverlay {
position: fixed;
left: 0;
width: 100%;
top: 0;
height: 100%;
background: rgba(101, 41, 145, 0.71);
z-index: 1;
cursor: pointer;
}
.mobileAdd {
left: 0 !important;
}
.mobile-overlay {
position: inherit !important;
}
/*MOBILE MENU END*/
/* BANNER PART CSS */
.banner{
background-image: url(../img/photos/banner-image.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.overlay {
background-color: #717fffc9;
}
.banner-content{
padding: 60px 0px;
}
.banner-content h1{
padding: 0px 20px;
}
/* search bar */
.search-bar {
padding: 16px 30px;
background: var(--wc);
border-radius: 10px;
}
.search-slt{
display: block;
width: 100%;
font-weight: 700;
font-size: 16px;
color: var(--lbc);
line-height: 18px;
border: none;
border-right: 1.5px solid var(--gc);
background-color: var(--wc);
background-image: none;
height: calc(3rem + 0px) !important;
border-radius:0;
outline: none;
padding-left: 10px;
}
.last-input{
border-right: none;
}
.search-slt::placeholder{
color: var(--gc);
}
.wrn-btn{
width: 100%;
font-size: 16px;
font-weight: 900;
text-transform: capitalize;
height: calc(3rem + 2px) !important;
border-radius:0;
}
.search-bar button{
background: var(--wsc);
border: none;
border-radius: 5px;
font-weight: 900;
font-size: 18px;
line-height: 21px;
color: var(--wc);
}
/* BANNER PART CSS */
/* QUALITY ITEM PART */
.quality-item {
border: 1px dotted var(--dgc);
padding: 22px;
min-height: 198px;
}
/* QUALITY ITEM PART */
/* OUR SERVICE CSS */
.our-service{
background: var(--lnc);
}
.p-card h5{
color: var(--wsc);
}
.more-service i{
font-size: 18px;
line-height: 48px;
width: 48px;
height: 48px;
background: var(--wc);
color: var(--wsc);
border-radius: 50px;
}
.more-service span{
font-weight: 700;
font-size: 14px;
line-height: 16px;
color: var(--pgc);
}
/* OUR SERVICE CSS */
/* VALET PARKING */
.valet-parking h5{
text-transform: uppercase;
color: var(--wsc);
font-weight: 900;
}
.valet-parking .view-btn a {
font-weight: 900;
font-size: 20px;
line-height: 24px;
padding: 18px 36px;
}
.valet-service h5{
font-weight: 900;
font-size: 16px;
line-height: 18px;
color: var(--dgc);
}
.valet-service .card-body{
min-height: 91px;
}
/* VALET PARKING */
/* RENT OUT */
.rent-out .view-btn a{
font-weight: 900;
font-size: 20px;
line-height: 26px;
padding: 20px 68px;
}
/* RENT OUT END */
/* LATEST BLOG */
.latest-blog h5{
color: var(--wsc);
font-weight: 700;
}
.latest-blog h3{
font-weight: 900;
}
hr.latest-blog{
background: #CCCCCC;
height: 2px;
}
.latest-blog span{
color: var(--gc);
}
.latest-blog .card-body h5{
color: var(--bc);
}
.latest-blog a{
font-weight: 700;
color: #000639;
transition: 0.2s;
}
.latest-blog a:hover{
color: var(--wsc);
}
/* LATEST BLOG */
/* GET NOTIFICATIONS */
.get-notificaiton .custom-control{
height: 65px;
width: 70%;
border: 2px solid var(--pgc);
outline: none;
border-radius: 4px;
background: var(--wc);
font-weight: 700;
font-size: 16px;
line-height: 26px;
color: var(--dgc);
padding-left: 20px;
}
.get-notificaiton .custom-control::placeholder{
font-weight: 600;
font-size: 16px;
line-height: 26px;
color: var(--gc);
}
.get-notificaiton button{
font-weight: 700;
font-size: 20px;
line-height: 26px;
border-radius: 4px;
width: 30%;
color: var(--wc);
background: var(--irc);
}
/* GET NOTIFICATIONS */
/* FOOTER CSS */
footer{
background: var(--fbg);
}
footer .custom-control{
font-weight: 700;
font-size: 14px;
line-height: 16px;
background: var(--wc);
border: none;
outline: none;
border-radius: 5px;
color: var(--dgc);
height: 40px;
width: 70%;
padding-left: 10px;
}
footer .input-group button{
font-weight: 900;
font-size: 14px;
line-height: 16px;
background: var(--wsc);
border-radius: 5px;
width: 30%;
color: var(--wc);
}
.social-link ul li{
width: 30px;
height: 30px;
border: 1px solid var(--wc);
text-align: center;
border-radius: 50px;
transition: 0.3s;
}
.social-link ul li i {
font-size: 18px;
color: var(--wc);
line-height: 29px;
}
.social-link ul li:hover{
background: var(--wsc);
border: 1px solid var(--wsc);
}
.footer-link h6{
color: var(--wc);
position: relative;
}
.footer-link h6::after {
position: absolute;
width: 40px;
height: 2px;
background: var(--wsc);
top: 30px;
left: 0px;
content: '';
}
.footer-link i{
font-size: 10px;
color: var(--wsc);
}
.copyright ul li {
margin-left: 22px;
}
/* FOOTER CSS */
/* COPYRIGHT SECTION */
.copyright{
background: #15202A;
}
.copyright span{
color: var(--wsc);
font-weight: 600;
}
.copyright ul li a{
color: var(--gc);
transition: 0.2s;
}
.copyright ul li a:hover{
color: var(--wsc);
}
.triangle-div {
background: var(--wc);
height: 58px;
width: 100%;
clip-path: polygon(0% 0%, 102% 0%, 82% 490%, 4% 102%);
margin-bottom: -30px;
}
/* COPYRIGHT SECTION */
/* ========================================
SEARCH RESULT PAGE CSS
======================================== */
.search-result{
background: var(--lnc);
}
.search-result h6{
font-weight: 700;
font-size: 16px;
line-height: 18px;
color: var(--abc);
}
.search-result span{
color: var(--abc);
}
.search-result .small-text{
color: var(--wsc);
}
.search-result .card{
background: var(--wc);
min-height: 340px;
padding: 31px;
border: none;
border-radius: 7px;
box-shadow: 0px 10px 25px 0px #00000040;
}
.search-result .view-btn a {
font-weight: 900;
font-size: 16px;
line-height: 26px;
padding: 12px 36px;
}
/* PARKING VALET CSS */
.parking-valet h5{
color: var(--wsc);
}
.parking-valet h6{
font-weight: 900;
font-size: 35px;
line-height: 40px;
color: var(--dgc);
text-transform: uppercase;
}
.parking-valet .valet-service{
background: var(--lnc);
border-radius: 4px;
padding: 18px;
min-height: 154px;
}
.parking-valet p{
font-weight: 900;
color: var(--abc);
}
/* ================================
VALET PARKING
================================ */
.banner-two{
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.banner-two h3{
color: var(--wc);
}
.banner-two .overlay {
background: #717fffa6;
}
.valet-services{
background: var(--lnc);
}
.valet-services .p-card h5{
font-size: 16px;
line-height: 26px;
color: var(--dgc);
}
.valet-services .card-body{
min-height: 129px;
}
.booking-request{
background: var(--lnc);
}
.contact-form .custom-control{
width: 100%;
height: 65px;
background: var(--wc);
border: none;
outline: none;
font-weight: 700;
font-size: 16px;
line-height: 40px;
padding-left: 15px;
border-radius: 5px;
}
.contact-form .custom-control::placeholder{
color: var(--gc);
}
.contact-form .form-select{
width: 100%;
height: 65px;
border: none;
outline: none;
font-weight: 700;
font-size: 16px;
line-height: 26px;
}
.contact-form button{
width: 100%;
height: 65px;
font-weight: 700;
font-size: 18px;
line-height: 26px;
color: var(--wc);
background: var(--irc);
border-radius: 8px;
}
/* ======================================
Booking Page CSS
====================================== */
.contactual-btn a{
font-weight: 900;
font-size: 16px;
line-height: 18px;
color: var(--wc);
background: var(--sc);
border: none;
padding: 13px 36px;
border-radius: 4px;
}
.banner-two .name h5{
font-size: 24px;
line-height: 28px;
color: var(--wc);
}
.banner-two p{
color: var(--wc);
}
.banner-two .price h6{
color: var(--wc);
font-weight: 900;
font-size: 20px;
line-height: 23px;
}
.banner-two .price span{
color: var(--gc);
font-weight: 900;
font-size: 14px;
line-height: 16px;
text-transform: lowercase;
}
/* =====================================
Booking/Parking Description
===================================== */
.parking-description .overlay {
background: #3d4271c4;
}
.parking-description{
background: var(--wc);
}
.parking-description h5{
color: var(--abc);
}
.parking-description h6{
text-transform: uppercase;
font-weight: 900;
font-size: 20px;
line-height: 24px;
color: var(--abc);
}
hr.features{
height: 2px;
background: #CCCCCC;
}
.features li h6{
font-weight: 700;
font-size: 16px;
line-height: 18px;
color: var(--abc);
width: 40%;
}
.features li .small-text{
font-weight: 900;
font-size: 16px;
line-height: 18px;
color: var(--dgc);
width: 60%;
}
.booking-card {
border: 1px solid var(--gc);
border-radius: 10px;
padding: 25px 30px;
background: var(--wfc);
}
.book-space ul li p{
font-weight: 700;
font-size: 16px;
line-height: 40px;
color: var(--dgc);
width: 50%;
}
.book-space .custom-control{
height: 40px;
background: #FAFAFA;
outline: none;
border: 1px solid var(--gc);
width: 50%;
padding-left: 10px;
font-weight: 600;
}
.book-space .custom-control::placeholder{
color: #CCCCCC;
}
.book-space .custom-control option{
font-weight: 900;
font-size: 16px;
line-height: 18px;
color: var(--dgc);
}
.book-summary ul li p{
font-weight: 700;
font-size: 16px;
line-height: 19px;
color: var(--dgc);
width: 80%;
}
.book-summary ul li .amount{
font-weight: 700;
font-size: 16px;
line-height: 19px;
color: var(--dgc);
width: 20%;
}
.book-summary i{
color: var(--wsc);
font-size: 12px;
}
.book-summary ul li .form-ckeck{
color: var(--wsc);
}
.booking-btn button{
font-weight: 900;
font-size: 16px;
line-height: 18px;
color: var(--wc);
background: var(--sc);
border: none;
width: 100%;
height: 50px;
border-radius: 4px;
letter-spacing: 1px;
}
.booking-card .phone i{
font-size: 22px;
color: var(--abc);
}
.booking-card .phone h5{
font-weight: 900;
color: var(--abc);
}
/* =====================================
CONTACT US CSS
===================================== */
.contact-us{
background: var(--abc);
}
.contact-us h3{
color: var(--wc);
}
.contact-us h5{
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: var(--wc);
}
hr.contact{
height: 1px;
background: var(--sc);
}
.contact-us h6{
font-size: 24px;
color: var(--wc);
}
hr.menubefore{
height: 2px;
background: #ffffff;
}
.contact-us .address li{
list-style-type: none;
}
.contact-us .address i{
font-size: 22px;
}
/* contact form */
.contact-us .contact-form label{
font-weight: 700;
font-size: 16px;
color: var(--wc);
}
.contact-us .contact-form button{
background: var(--wsc);
}
/* ===========================
Login Page css
=========================== */
/* LOGIN PART */
.login-part{
background: #FFFFFF;
}
.login-part .card{
padding-left: 20px;
padding-right: 20px;
}
.login-card{
background: var(--abc);
border: none;
}
.login-card h3{
color: #FFFFFF;
font-size: 34px;
}
.login-card h6{
color: #FFFFFF;
}
.login-card button {
border: none;
background: var(--sc);
height: 50px;
width: 83%;
margin-left: 56px;
border-radius: 5px;
font-weight: 900;
font-size: 22px;
color: var(--wc);
}
.login-card p {
color: #FFFFFF;
}
.login-card ul li {
height: 30px;
width: 30px;
background: #FFFFFF;
border-radius: 50px;
line-height: 34px;
text-align: center;
margin: 0px 8px;
font-size: 24px;
}
.login-card ul li a{
color: #315db8;
}
.login-card .custom-form-control{
height: 50px;
font-weight: 900;
font-size: 18px;
color: var(--bc);
}
.login-card label {
font-size: 16px;
font-weight: 900;
line-height: 24px;
color: var(--wc);
}
.login-card .custom-form-control::placeholder{
font-weight: 900;
font-size: 18px;
color: var(--gc);
}
/* LOGIN PART END */
/* =============================
Register page css
============================= */
/* SIGN UP PART */
.signin-part{
background: #FFFFFF;
}
.signin-part .card{
padding-left: 20px;
padding-right: 20px;
}
.signin-card{
background: var(--abc);
border: none;
}
.signin-card h3{
color: #FFFFFF;
font-size: 34px;
}
.signin-card h6{
color: #FFFFFF;
}
.signin-card p {
color: #FFFFFF;
}
.signin-card label {
font-size: 16px;
font-weight: 900;
line-height: 24px;
color: var(--wc);
}
.signin-card button {
border: none;
background: var(--sc);
height: 50px;
width: 88%;
margin-left: 40px;
border-radius: 5px;
font-weight: 700;
font-size: 22px;
color: var(--wc);
}
/* ==============================
user Dashboard CSS Here
================================ */
.dashboard{
background: #ffffff;
}
.dashboard .user-dashboard{
padding-top: 60px;
padding-bottom: 60px;
}
.dashboard .user-dashboard .left-side {
width: 100%;
height: auto;
background: #f7f8fa;
box-sizing: border-box;
box-shadow: 5px 5px 5px -6px #00000033;
border-radius: 2px;
}
.dashboard .user-dashboard .left-side .profile{
text-align: center;
}
.dashboard .user-dashboard .left-side .profile img{
width: 130px;
height: 130px;
border-radius: 50%;
border: 2px solid #0c629c;
margin-top: 20px;
margin-bottom: 5px;
}
.dashboard .user-dashboard .left-side .profile h3 {
font-size: 20px;
font-weight: 700;
color: #74408f;
line-height: 32px;
}
.dashboard .user-dashboard .left-side .profile p {
font-size: 18px;
font-weight: 900;
color: #975563;
line-height: 32px;
}
.dashboard .user-dashboard .left-side .left-menu{
margin-top: 10px;
padding-bottom: 40px;
}
.dashboard .user-dashboard .left-side .left-menu ul li {
padding-top: 15px;
padding-bottom: 15px;
padding-left: 10%;
}
.dashboard .user-dashboard .left-side .left-menu ul li a {
font-size: 16px;
font-weight: 700;
color: #74408f;
line-height: 32px;
text-decoration: none;
}
.dashboard .user-dashboard .left-side .left-menu ul li button {
font-size: 16px;
font-weight: 700;
color: #74408f;
line-height: 32px;
text-decoration: none;
background: none;
border: none;
}
.dashboard .user-dashboard .left-side .left-menu .active {
font-size: 16px;
font-weight: 700;
line-height: 32px;
text-decoration: none;
background: #364a7b;
}
.dashboard .user-dashboard .left-side .left-menu .active a{
color: #ffffff;
}
.dashboard .user-dashboard .left-side .left-menu ul li:hover{
background: #364a7b;
transition: 0.3s;
}
.dashboard .user-dashboard .left-side .left-menu ul li:hover a{
color: #ffffff;
transition: 0.3s;
}
.dashboard .user-dashboard .left-side .left-menu ul li:hover button{
color: #ffffff;
transition: 0.3s;
}
.dashboard .information {
width: 100%;
height: auto;
background: #f7f8fa;
box-sizing: border-box;
box-shadow: 5px 5px 5px -6px #00000033;
border-radius: 2px;
}
.dashboard .information h6 {
font-size: 16px;
font-weight: 900;
color: #74408f;
line-height: 29px;
padding: 15px;
}
.dashboard .information .basic-information h4 {
font-size: 18px;
font-weight: 700;
color: #74408f;
line-height: 0px;
padding: 15px;
}
.dashboard .information .basic-information .title ul li {
padding-top: 13px;
padding-bottom: 13px;
padding-left: 15px;
}
.dashboard .information .basic-information .title ul li p {
font-size: 16px;
font-weight: 700;
color: #1f2937;
line-height: 12px;
}
.dashboard .information .basic-information .answer ul li {
padding-top: 13px;
padding-bottom: 13px;
padding-left: 15px;
}
.dashboard .information .basic-information .answer ul li p {
font-size: 16px;
font-weight: 900;
color: #374151;
line-height: 12px;
}
.dashboard .information .personal-information h4 {
font-size: 16px;
font-weight: 700;
color: #74408f;
line-height: 0px;
margin-top: 20px;
padding: 15px;
}
.dashboard .information .personal-information h3 {
font-size: 22px;
font-weight: 700;
color: #74408f;
}
.dashboard .information .personal-information h5 {
font-size: 22px;
font-weight: 700;
}
.dashboard .information .personal-information .title ul li {
padding-top: 13px;
padding-bottom: 13px;
padding-left: 15px;
}
.dashboard .information .personal-information .title ul li p {
font-size: 16px;
font-weight: 700;
color: #1f2937;
line-height: 12px;
}
.dashboard .information .personal-information .answer ul li {
padding-top: 13px;
padding-bottom: 13px;
padding-left: 15px;
}
.dashboard .information .personal-information .answer ul li p {
font-size: 18px;
font-weight: 900;
color: #374151;
line-height: 12px;
}
hr.divider{
background-color: #FCCCCCCC;
height: 2px;
} | public/assets/css/style.css | @import "default.css";
/* HEADER TOP */
.header-top{
background: var(--dgc);
}
.header-top p{
font-weight: 900;
font-size: 14px;
line-height: 16px;
}
.header-top ul li {
font-weight: 900;
font-size: 14px;
line-height: 16px;
margin: 0px 14px;
}
.header-top ul{
border-right: 1.5px solid var(--wc);
}
.header-top ul:last-child{
border-right: none;
}
/* HEADER TOP */
/*HEADER*/
header {
height: 80px;
background: #ffffff;
transition: .4s;
}
.logo img {
max-width: 235px;
}
.logo i {
font-size: 22px;
padding: 8px;
padding-right: 0;
transition: .2s;
}
.logo i:hover {
color: var(--sc);
cursor: pointer;
}
.menubar ul {
text-align: right;
}
.menubar ul li {
display: inline-block;
}
.menubar ul li a {
font-weight: 900;
font-size: 16px;
text-transform: capitalize;
display: inline-block;
height: 35px;
padding: 7px 20px;
color: var(--lbc);
transition: 0.2s;
}
.menubar ul li a:hover{
color: var(--wsc);
}
.menubar .login-menu {
background: linear-gradient(102.92deg, #1B1285 -36.3%, #643088 100%);
color: var(--wc);
border-radius: 5px;
}
/*HEADER*/
/*MOBILE MENU*/
/*ACCORDION CUSTOM*/
.custom a{
color: var(--abc);
}
.custom a:hover{
color: var(--sc);
}
.mobile-logo img {
width: 150px;
padding: 10px 0;
margin-left: 10px;
}
.mobile-logo i {
font-size: 20px;
float: right;
margin: 5px 20px;
color: var(--lbc);
cursor: pointer;
padding: 5px;
}
.mobile-logo i:hover {
color: var(--wsc);
}
.custom.accordion-button {
text-transform: capitalize;
font-size: 15px;
-webkit-transition: .4s;
transition: .4s;
color: var(--pc);
font-weight: 900;
}
.custom.accordion-button:hover {
color: var(--wsc);
}
.custom.accordion-button:focus {
-webkit-box-shadow: none;
box-shadow: none;
border: none;
border-top: 1px solid #ccc;
}
.custom.accordion-button:not(.collapsed) {
color: var(--sc);
background: var(--rc);
-webkit-transform: none;
transform: none;
font-weight: 900;
}
.custom.accordion-button:not(.collapsed)::after {
background-image: none;
content: "\f068";
font-family: 'FontAwesome';
-webkit-transform: rotate(0deg) !important;
transform: rotate(0deg) !important;
}
.none.accordion-button:not(.collapsed)::after {
content: none;
-webkit-transform: rotate(0deg) !important;
transform: rotate(0deg) !important;
}
.custom.accordion-button::after {
background-image: none;
content: "\f067";
font-family: 'FontAwesome';
}
.none.accordion-button::after {
content: none;
}
.custom.accordion-body {
padding: 0 0px;
}
.custom.accordion-body ul {
padding: 0;
margin: 0;
}
.custom.accordion-body ul li {
list-style: none;
padding: 8px 0;
-webkit-transition: .4s;
transition: .4s;
}
.custom.accordion-body ul li a {
text-decoration: none;
font-size: 15px;
text-transform: capitalize;
color: var(--pc);
font-weight: 900;
display: inline-block;
margin-left: 40px;
}
.custom.accordion-body ul li a i {
font-size: 10px;
margin-right: 5px;
}
.custom.accordion-body ul li:hover {
color: var(--wc);
background: var(--rc);
}
.custom.accordion-body ul li:hover a {
color: var(--sc);
}
.custom.accordion-item a {
text-decoration: none;
}
.accordion-button.custom i {
padding: 0 10px;
}
/*ACCORDION CUSTOM END*/
.mobile-menu {
width: 350px;
position: fixed;
left: -380px;
top: 0;
z-index: 2;
background: var(--wc);
height: 100%;
overflow: auto;
transition: .4s;
padding: 10px 0;
}
#mobileOverlay {
position: fixed;
left: 0;
width: 100%;
top: 0;
height: 100%;
background: rgba(101, 41, 145, 0.71);
z-index: 1;
cursor: pointer;
}
.mobileAdd {
left: 0 !important;
}
.mobile-overlay {
position: inherit !important;
}
/*MOBILE MENU END*/
/* BANNER PART CSS */
.banner{
background-image: url(../img/photos/banner-image.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.overlay {
background-color: #717fffc9;
}
.banner-content{
padding: 60px 0px;
}
.banner-content h1{
padding: 0px 20px;
}
/* search bar */
.search-bar {
padding: 16px 30px;
background: var(--wc);
border-radius: 10px;
}
.search-slt{
display: block;
width: 100%;
font-weight: 700;
font-size: 16px;
color: var(--lbc);
line-height: 18px;
border: none;
border-right: 1.5px solid var(--gc);
background-color: var(--wc);
background-image: none;
height: calc(3rem + 0px) !important;
border-radius:0;
outline: none;
padding-left: 10px;
}
.last-input{
border-right: none;
}
.search-slt::placeholder{
color: var(--gc);
}
.wrn-btn{
width: 100%;
font-size: 16px;
font-weight: 900;
text-transform: capitalize;
height: calc(3rem + 2px) !important;
border-radius:0;
}
.search-bar button{
background: var(--wsc);
border: none;
border-radius: 5px;
font-weight: 900;
font-size: 18px;
line-height: 21px;
color: var(--wc);
}
/* BANNER PART CSS */
/* QUALITY ITEM PART */
.quality-item {
border: 1px dotted var(--dgc);
padding: 22px;
min-height: 198px;
}
/* QUALITY ITEM PART */
/* OUR SERVICE CSS */
.our-service{
background: var(--lnc);
}
.p-card h5{
color: var(--wsc);
}
.more-service i{
font-size: 18px;
line-height: 48px;
width: 48px;
height: 48px;
background: var(--wc);
color: var(--wsc);
border-radius: 50px;
}
.more-service span{
font-weight: 700;
font-size: 14px;
line-height: 16px;
color: var(--pgc);
}
/* OUR SERVICE CSS */
/* VALET PARKING */
.valet-parking h5{
text-transform: uppercase;
color: var(--wsc);
font-weight: 900;
}
.valet-parking .view-btn a {
font-weight: 900;
font-size: 20px;
line-height: 24px;
padding: 18px 36px;
}
.valet-service h5{
font-weight: 900;
font-size: 16px;
line-height: 18px;
color: var(--dgc);
}
.valet-service .card-body{
min-height: 91px;
}
/* VALET PARKING */
/* RENT OUT */
.rent-out .view-btn a{
font-weight: 900;
font-size: 20px;
line-height: 26px;
padding: 20px 68px;
}
/* RENT OUT END */
/* LATEST BLOG */
.latest-blog h5{
color: var(--wsc);
font-weight: 700;
}
.latest-blog h3{
font-weight: 900;
}
hr.latest-blog{
background: #CCCCCC;
height: 2px;
}
.latest-blog span{
color: var(--gc);
}
.latest-blog .card-body h5{
color: var(--bc);
}
.latest-blog a{
font-weight: 700;
color: #000639;
transition: 0.2s;
}
.latest-blog a:hover{
color: var(--wsc);
}
/* LATEST BLOG */
/* GET NOTIFICATIONS */
.get-notificaiton .custom-control{
height: 65px;
width: 70%;
border: 2px solid var(--pgc);
outline: none;
border-radius: 4px;
background: var(--wc);
font-weight: 700;
font-size: 16px;
line-height: 26px;
color: var(--dgc);
padding-left: 20px;
}
.get-notificaiton .custom-control::placeholder{
font-weight: 600;
font-size: 16px;
line-height: 26px;
color: var(--gc);
}
.get-notificaiton button{
font-weight: 700;
font-size: 20px;
line-height: 26px;
border-radius: 4px;
width: 30%;
color: var(--wc);
background: var(--irc);
}
/* GET NOTIFICATIONS */
/* FOOTER CSS */
footer{
background: var(--fbg);
}
footer .custom-control{
font-weight: 700;
font-size: 14px;
line-height: 16px;
background: var(--wc);
border: none;
outline: none;
border-radius: 5px;
color: var(--dgc);
height: 40px;
width: 70%;
padding-left: 10px;
}
footer .input-group button{
font-weight: 900;
font-size: 14px;
line-height: 16px;
background: var(--wsc);
border-radius: 5px;
width: 30%;
color: var(--wc);
}
.social-link ul li{
width: 30px;
height: 30px;
border: 1px solid var(--wc);
text-align: center;
border-radius: 50px;
transition: 0.3s;
}
.social-link ul li i {
font-size: 18px;
color: var(--wc);
line-height: 29px;
}
.social-link ul li:hover{
background: var(--wsc);
border: 1px solid var(--wsc);
}
.footer-link h6{
color: var(--wc);
position: relative;
}
.footer-link h6::after {
position: absolute;
width: 40px;
height: 2px;
background: var(--wsc);
top: 30px;
left: 0px;
content: '';
}
.footer-link i{
font-size: 10px;
color: var(--wsc);
}
.copyright ul li {
margin-left: 22px;
}
/* FOOTER CSS */
/* COPYRIGHT SECTION */
.copyright{
background: #15202A;
}
.copyright span{
color: var(--wsc);
font-weight: 600;
}
.copyright ul li a{
color: var(--gc);
transition: 0.2s;
}
.copyright ul li a:hover{
color: var(--wsc);
}
.triangle-div {
background: var(--wc);
height: 58px;
width: 100%;
clip-path: polygon(0% 0%, 102% 0%, 82% 490%, 4% 102%);
margin-bottom: -30px;
}
/* COPYRIGHT SECTION */
/* ========================================
SEARCH RESULT PAGE CSS
======================================== */
.search-result{
background: var(--lnc);
}
.search-result h6{
font-weight: 700;
font-size: 16px;
line-height: 18px;
color: var(--abc);
}
.search-result span{
color: var(--abc);
}
.search-result .small-text{
color: var(--wsc);
}
.search-result .card{
background: var(--wc);
min-height: 340px;
padding: 31px;
border: none;
border-radius: 7px;
box-shadow: 0px 10px 25px 0px #00000040;
}
.search-result .view-btn a {
font-weight: 900;
font-size: 16px;
line-height: 26px;
padding: 12px 36px;
}
/* PARKING VALET CSS */
.parking-valet h5{
color: var(--wsc);
}
.parking-valet h6{
font-weight: 900;
font-size: 35px;
line-height: 40px;
color: var(--dgc);
text-transform: uppercase;
}
.parking-valet .valet-service{
background: var(--lnc);
border-radius: 4px;
padding: 18px;
min-height: 154px;
}
.parking-valet p{
font-weight: 900;
color: var(--abc);
}
/* ================================
VALET PARKING
================================ */
.banner-two{
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.banner-two h3{
color: var(--wc);
}
.banner-two .overlay {
background: #717fffa6;
}
.valet-services{
background: var(--lnc);
}
.valet-services .p-card h5{
font-size: 16px;
line-height: 26px;
color: var(--dgc);
}
.valet-services .card-body{
min-height: 129px;
}
.booking-request{
background: var(--lnc);
}
.contact-form .custom-control{
width: 100%;
height: 65px;
background: var(--wc);
border: none;
outline: none;
font-weight: 700;
font-size: 16px;
line-height: 40px;
padding-left: 15px;
border-radius: 5px;
}
.contact-form .custom-control::placeholder{
color: var(--gc);
}
.contact-form .form-select{
width: 100%;
height: 65px;
border: none;
outline: none;
font-weight: 700;
font-size: 16px;
line-height: 26px;
}
.contact-form button{
width: 100%;
height: 65px;
font-weight: 700;
font-size: 18px;
line-height: 26px;
color: var(--wc);
background: var(--irc);
border-radius: 8px;
}
/* ======================================
Booking Page CSS
====================================== */
.contactual-btn a{
font-weight: 900;
font-size: 16px;
line-height: 18px;
color: var(--wc);
background: var(--sc);
border: none;
padding: 13px 36px;
border-radius: 4px;
}
.banner-two .name h5{
font-size: 24px;
line-height: 28px;
color: var(--wc);
}
.banner-two p{
color: var(--wc);
}
.banner-two .price h6{
color: var(--wc);
font-weight: 900;
font-size: 20px;
line-height: 23px;
}
.banner-two .price span{
color: var(--gc);
font-weight: 900;
font-size: 14px;
line-height: 16px;
text-transform: lowercase;
}
/* =====================================
Booking/Parking Description
===================================== */
.parking-description .overlay {
background: #3d4271c4;
}
.parking-description{
background: var(--wc);
}
.parking-description h5{
color: var(--abc);
}
.parking-description h6{
text-transform: uppercase;
font-weight: 900;
font-size: 20px;
line-height: 24px;
color: var(--abc);
}
hr.features{
height: 2px;
background: #CCCCCC;
}
.features li h6{
font-weight: 700;
font-size: 16px;
line-height: 18px;
color: var(--abc);
width: 40%;
}
.features li .small-text{
font-weight: 900;
font-size: 16px;
line-height: 18px;
color: var(--dgc);
width: 60%;
}
.booking-card {
border: 1px solid var(--gc);
border-radius: 10px;
padding: 25px 30px;
background: var(--wfc);
}
.book-space ul li p{
font-weight: 700;
font-size: 16px;
line-height: 40px;
color: var(--dgc);
width: 50%;
}
.book-space .custom-control{
height: 40px;
background: #FAFAFA;
outline: none;
border: 1px solid var(--gc);
width: 50%;
padding-left: 10px;
font-weight: 600;
}
.book-space .custom-control::placeholder{
color: #CCCCCC;
}
.book-space .custom-control option{
font-weight: 900;
font-size: 16px;
line-height: 18px;
color: var(--dgc);
}
.book-summary ul li p{
font-weight: 700;
font-size: 16px;
line-height: 19px;
color: var(--dgc);
width: 80%;
}
.book-summary ul li .amount{
font-weight: 700;
font-size: 16px;
line-height: 19px;
color: var(--dgc);
width: 20%;
}
.book-summary i{
color: var(--wsc);
font-size: 12px;
}
.book-summary ul li .form-ckeck{
color: var(--wsc);
}
.booking-btn button{
font-weight: 900;
font-size: 16px;
line-height: 18px;
color: var(--wc);
background: var(--sc);
border: none;
width: 100%;
height: 50px;
border-radius: 4px;
letter-spacing: 1px;
}
.booking-card .phone i{
font-size: 22px;
color: var(--abc);
}
.booking-card .phone h5{
font-weight: 900;
color: var(--abc);
}
/* =====================================
CONTACT US CSS
===================================== */
.contact-us{
background: var(--abc);
}
.contact-us h3{
color: var(--wc);
}
.contact-us h5{
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: var(--wc);
}
hr.contact{
height: 1px;
background: var(--sc);
}
.contact-us h6{
font-size: 24px;
color: var(--wc);
}
hr.menubefore{
height: 2px;
background: #ffffff;
}
.contact-us .address li{
list-style-type: none;
}
.contact-us .address i{
font-size: 22px;
}
/* contact form */
.contact-us .contact-form label{
font-weight: 700;
font-size: 16px;
color: var(--wc);
}
.contact-us .contact-form button{
background: var(--wsc);
}
/* ===========================
Login Page css
=========================== */
/* LOGIN PART */
.login-part{
background: #FFFFFF;
}
.login-part .card{
padding-left: 20px;
padding-right: 20px;
}
.login-card{
background: var(--abc);
border: none;
}
.login-card h3{
color: #FFFFFF;
font-size: 34px;
}
.login-card h6{
color: #FFFFFF;
}
.login-card button {
border: none;
background: var(--sc);
height: 50px;
width: 83%;
margin-left: 56px;
border-radius: 5px;
font-weight: 900;
font-size: 22px;
color: var(--wc);
}
.login-card p {
color: #FFFFFF;
}
.login-card ul li {
height: 30px;
width: 30px;
background: #FFFFFF;
border-radius: 50px;
line-height: 34px;
text-align: center;
margin: 0px 8px;
font-size: 24px;
}
.login-card ul li a{
color: #315db8;
}
.login-card .custom-form-control{
height: 50px;
font-weight: 900;
font-size: 18px;
color: var(--bc);
}
.login-card label {
font-size: 16px;
font-weight: 900;
line-height: 24px;
color: var(--wc);
}
.login-card .custom-form-control::placeholder{
font-weight: 900;
font-size: 18px;
color: var(--gc);
}
/* LOGIN PART END */
/* =============================
Register page css
============================= */
/* SIGN UP PART */
.signin-part{
background: #FFFFFF;
}
.signin-part .card{
padding-left: 20px;
padding-right: 20px;
}
.signin-card{
background: var(--abc);
border: none;
}
.signin-card h3{
color: #FFFFFF;
font-size: 34px;
}
.signin-card h6{
color: #FFFFFF;
}
.signin-card p {
color: #FFFFFF;
}
.signin-card label {
font-size: 16px;
font-weight: 900;
line-height: 24px;
color: var(--wc);
}
.signin-card button {
border: none;
background: var(--sc);
height: 50px;
width: 88%;
margin-left: 40px;
border-radius: 5px;
font-weight: 700;
font-size: 22px;
color: var(--wc);
}
/* ==============================
user Dashboard CSS Here
================================ */
.dashboard{
background: #ffffff;
}
.dashboard .user-dashboard{
padding-top: 60px;
padding-bottom: 60px;
}
.dashboard .user-dashboard .left-side {
width: 100%;
height: auto;
background: #f7f8fa;
box-sizing: border-box;
box-shadow: 5px 5px 5px -6px #00000033;
border-radius: 2px;
}
.dashboard .user-dashboard .left-side .profile{
text-align: center;
}
.dashboard .user-dashboard .left-side .profile img{
width: 130px;
height: 130px;
border-radius: 50%;
border: 2px solid #0c629c;
margin-top: 20px;
margin-bottom: 5px;
}
.dashboard .user-dashboard .left-side .profile h3 {
font-size: 20px;
font-weight: 700;
color: #74408f;
line-height: 32px;
}
.dashboard .user-dashboard .left-side .profile p {
font-size: 18px;
font-weight: 900;
color: #975563;
line-height: 32px;
}
.dashboard .user-dashboard .left-side .left-menu{
margin-top: 10px;
padding-bottom: 40px;
}
.dashboard .user-dashboard .left-side .left-menu ul li {
padding-top: 15px;
padding-bottom: 15px;
padding-left: 10%;
}
.dashboard .user-dashboard .left-side .left-menu ul li a {
font-size: 16px;
font-weight: 700;
color: #74408f;
line-height: 32px;
text-decoration: none;
}
.dashboard .user-dashboard .left-side .left-menu ul li button {
font-size: 16px;
font-weight: 700;
color: #74408f;
line-height: 32px;
text-decoration: none;
background: none;
border: none;
}
.dashboard .user-dashboard .left-side .left-menu .active {
font-size: 16px;
font-weight: 700;
line-height: 32px;
text-decoration: none;
background: #364a7b;
}
.dashboard .user-dashboard .left-side .left-menu .active a{
color: #ffffff;
}
.dashboard .user-dashboard .left-side .left-menu ul li:hover{
background: #364a7b;
transition: 0.3s;
}
.dashboard .user-dashboard .left-side .left-menu ul li:hover a{
color: #ffffff;
transition: 0.3s;
}
.dashboard .user-dashboard .left-side .left-menu ul li:hover button{
color: #ffffff;
transition: 0.3s;
}
.dashboard .information {
width: 100%;
height: auto;
background: #f7f8fa;
box-sizing: border-box;
box-shadow: 5px 5px 5px -6px #00000033;
border-radius: 2px;
}
.dashboard .information h6 {
font-size: 16px;
font-weight: 900;
color: #74408f;
line-height: 29px;
padding: 15px;
}
.dashboard .information .basic-information h4 {
font-size: 18px;
font-weight: 700;
color: #74408f;
line-height: 0px;
padding: 15px;
}
.dashboard .information .basic-information .title ul li {
padding-top: 13px;
padding-bottom: 13px;
padding-left: 15px;
}
.dashboard .information .basic-information .title ul li p {
font-size: 16px;
font-weight: 700;
color: #1f2937;
line-height: 12px;
}
.dashboard .information .basic-information .answer ul li {
padding-top: 13px;
padding-bottom: 13px;
padding-left: 15px;
}
.dashboard .information .basic-information .answer ul li p {
font-size: 16px;
font-weight: 900;
color: #374151;
line-height: 12px;
}
.dashboard .information .personal-information h4 {
font-size: 16px;
font-weight: 700;
color: #74408f;
line-height: 0px;
margin-top: 20px;
padding: 15px;
}
.dashboard .information .personal-information h3 {
font-size: 22px;
font-weight: 700;
color: #74408f;
}
.dashboard .information .personal-information h5 {
font-size: 22px;
font-weight: 700;
}
.dashboard .information .personal-information .title ul li {
padding-top: 13px;
padding-bottom: 13px;
padding-left: 15px;
}
.dashboard .information .personal-information .title ul li p {
font-size: 16px;
font-weight: 700;
color: #1f2937;
line-height: 12px;
}
.dashboard .information .personal-information .answer ul li {
padding-top: 13px;
padding-bottom: 13px;
padding-left: 15px;
}
.dashboard .information .personal-information .answer ul li p {
font-size: 18px;
font-weight: 900;
color: #374151;
line-height: 12px;
}
hr.divider{
background-color: #FCCCCCCC;
height: 2px;
} | 0.25618 | 0.083255 |
:root{
/* Fuentes */
--font-sans:'DM Sans', sans-serif;
--font-inter:'Inter', sans-serif;
--size-300:300;
--size-400:400;
--size-500:500;
--size-700:700;
/* Colores */
--background:#E5E5E5;
--linear-gradient: linear-gradient(207.8deg, #201E1C 16.69%, #F7931A 100%);
--bitcoin-orange: #F7931A;
--soft-orange:#FFE9D5;
--secondary-blue:#1A9AF7;
--soft-blue:#E7F5FF;
--warm-black:#201E1C;
--warm-blackplus1:#282623;
--gray:#BABABA;
--off-white:#FAF8F7;
--just-white:#FFFFFF;
}
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
html{
font-size: 62.5%;
font-family: var(--font-sans);
scroll-behavior: smooth;
}
header{
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
min-width: 320px;
height: 334px;
text-align: center;
background: var(--linear-gradient);
}
header img {
width: 150px;
height: 24px;
margin-top: 40px;
align-self: center; /* para centrar un solo elemento hijo de un flex container */
margin-bottom: 36px;
}
.header--title-container{
width: 90%;
min-width: 288px;
max-width: 900px;
height: 218px;
margin-top: 40px;
text-align: center;
align-self: center;
}
.header--title-container h1{
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: var(--just-white);
}
.header--title-container p{
margin-top: 25px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: var(--soft-orange);
}
.header--title-container .header--button{
position: absolute;
left: calc(50% - 114px);
top: 270px;
display: block;
margin-top: 35px;
padding: 15px;
width: 229px;
height: 48px;
background-color: var(--off-white);
/* Sombras */
box-shadow: 0px 4px 8px rgba(89,73,30,0.16);
border: none;
border-radius: 5px;
font-size: 1.4rem;
font-weight: bold;
text-decoration: none;
color: var(--warm-black);
}
.header--button span{
display: inline-block;
width: 13px;
height: 8px;
margin-left: 10px;
background-image: url('../assets/header-button-icon.svg');
}
main{
width: 100%;
height: auto;
background-color: var(--off-white);
}
.main-exchange-container{
width: 100%;
height: auto;
padding-top: 80px;
padding-bottom: 20px;
text-align: center;
}
.main-exchange-container--title{
width: 100%;
min-width: 288px;
max-width: 900px;
margin: 0 auto;
}
.main-exchange-container .backgroundImg{
width: 200px;
height: 200px;
margin: 0 auto;
margin-bottom: 50px;
background-image: url('../assets/foto/img/background-main-bitcoin.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.main-exchange-container h2{
margin-bottom: 30px;
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: var(--warm-black);
}
.main-exchange-container p{
margin-bottom: 30px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.6rem;
color: #757575;
}
.main-currency-table, .main-commission-table{
width: 70%;
min-width: 235px;
max-width: 500px;
height: 360px;
margin: 0 auto;
font-family: var(--font-inter);
margin-bottom: 20px;
}
.main-currency-table .currency-table--title, .main-commission-table .commission-table--title{
margin-bottom: 15px;
margin-left: 15px;
font-size: 1.8rem;
font-weight: bold;
line-height: 2.3rem;
color: var(--bitcoin-orange);
}
.currency-table--container{
width: 90%;
min-width: 230px;
max-width: 300px;
height: 250px;
margin: 0 auto;
}
.currency-table--container table{
width: 100%;
height: 100%;
}
.currency-table--container td{
width: 50%;
font-size: 1.6rem;
font-weight: 500;
line-height: 1.9rem;
color: var(--gray);
background-color: var(--just-white);
}
.currency-table--container .table__top-left {
border-radius: 15px 0 0 0;
}
.currency-table--container .table__top-right{
border-radius: 0 15px 0 0;
}
.currency-table--container .table__bottom-left{
border-radius: 0 0 0 15px;
}
.currency-table--container .table__bottom-right{
border-radius: 0 0 15px 0;
}
.currency-table--container .table__right{
font-size: 1.4rem;
font-weight: normal;
line-height: 1.7rem;
color: #757575;
}
.currency-table--container .down{
display: inline-block;
width: 15px;
height: 15px;
margin-left: 10px;
background-image: url('../assets/foto/icons/trending-down.svg');
background-position: center;
background-repeat: no-repeat;
}
.currency-table--container .up{
display: inline-block;
width: 15px;
height: 15px;
margin-left: 10px;
background-image: url('../assets/foto/icons/trending-up.svg');
background-position: center;
background-repeat: no-repeat;
}
.currency-table--date, .commission-table--date{
width: 190px;
height: 30px;
margin: 0 auto;
margin-top: 15px;
padding: 8px;
background-color: var(--soft-orange);
border-radius: 8px;
}
.currency-table--date p, .commission-table--date p{
font-size: 1.2rem;
line-height: 1.5rem;
color: var(--warm-black);
}
/* diferentes cambios de la tabla commisssion */
.main-commission-table .commission-table--title{
color: var(--secondary-blue);
}
.commission-table--date{
background-color: var(--soft-blue);
}
/* MAIN CARDS */
.main-product-detail{
position: relative;
width: 100%;
min-width: 320px;
height: auto;
padding: 20px 10px;
background-color: var(--warm-black);
}
.product-detail-batata-logo{
position: absolute;
width: 40px;
height: 25px;
top: -10px;
left: calc(50% - 20px);
background-image: url('../assets/foto/icons/batata.svg');
}
.product-detail--title{
width: 90%;
min-width: 288px;
height: auto;
margin: 0 auto;
margin-top: 50px;
text-align: center;
}
.product-detail--title h2{
margin-bottom: 20px;
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: var(--just-white);
}
.product-detail--title p{
margin-bottom: 20px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: #808080;
}
.product-detail-card{
width: 90%;
min-width: 288px;
max-width: 400px;
height: 150px;
min-height: 150px;
margin: 15px auto;
padding: 15px;
background-color: var(--warm-blackplus1);
border-radius: 5px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
.product-detail-card span{
display: inline-block;
width: 20px;
height: 20px;
margin-bottom: 10px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.product-detail-card .clock{
background-image: url('../assets/foto/icons/clock.svg');
}
.product-detail-card .eye{
background-image: url('../assets/foto/icons/eye.svg');
}
.product-detail-card .dollar{
background-image: url('../assets/foto/icons/dollar-sign.svg');
}
.product-detail-card .check-circle{
background-image: url('../assets/foto/icons/check-circle.svg');
}
.product--card-title{
margin-bottom: 15px;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--just-white);
}
.product--card-body{
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: #808080;
}
.bitcoin-img-container{
width: 100%;
min-width: 320px;
height: 60vh;
background-image: url('../assets/foto/img/bitcoinbaby2x.jpg');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.bitcoin-img-container h2{
padding-top: 60px;
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: var(--just-white);
text-align: center;
}
.main-plans-container{
width: 100%;
min-width: 320px;
padding-bottom: 70px;
text-align: center;
}
.plans--title{
width: 90%;
min-width: 288px;
height: auto;
margin: 0 auto;
margin-bottom: 50px;
}
.plans--title h2{
padding-top: 50px;
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: var(--warm-black);
}
.plans--title p{
padding-top: 30px;
font-size: 1.4rem;
font-weight: 300;
line-height: 1.8rem;
color: #757575;
}
/* CARDS */
.plans-container--slider{
display: flex;
gap: 15px;
height: 316px;
overflow-x: scroll;
overscroll-behavior-x: contain;
scroll-snap-type: x proximity;
}
.plans-container--slider::-webkit-scrollbar {
display: none;
}
.plans-container--card{
position: relative;
width: 70%;
min-width: 190px;
max-width: 300px;
height: 250px;
margin: 50px 0 0 ;
padding: 0 15px;
background-color: var(--just-white);
border-radius: 15px;
box-shadow: 0 4px 8px rgba(89,73,30,0.16);
}
.plans-container--card{
display: flex;
scroll-snap-align: center;
text-align: center;
justify-content: center;
}
/* CARDS REUTILIZABLES */
.recommended{
position: absolute;
width: 120px;
height: 31px;
padding: 6px;
left: calc(50% - 60px);
top: -15px;
font-size: 1.2rem;
font-weight: bold;
background-color: var(--bitcoin-orange);
border-radius: 8px;
color: var(--just-white);
}
.basic-recommended{
background-color: var(--secondary-blue)
}
.unlimited-recommended{
background-color: var(--warm-blackplus1);
}
.plan-card--title{
padding-top: 30px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: black;
}
.plan-card--price{
padding: 5px 0;
font-size: 4.2rem;
font-weight: bold;
line-height: 5.3rem;
color: black;
}
.plan-card--price span{
position: absolute;
font-size: 1.2rem;
font-weight: 300;
top: 40px;
right: 80px;
left: 0;
}
.plan-card--saving{
font-size: 1.2rem;
color: #757575;
}
/* CAJAS CARD */
.plan-card--ca{
width: 150px;
height: 48px;
margin-top: 20px;
background-color: var(--off-white);
border: 2px solid var(--bitcoin-orange);
border-radius: 4px;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--warm-black);
font-family: var(--font-sans);
}
.basic-card{
border: 2px solid var(--secondary-blue);
}
.unlimited-card{
border: 2px solid var(--warm-blackplus1);
}
/* ------------ */
.plan-card--ca span{
display: inline-block;
width: 20px;
height: 20px;
background-image: url('../assets/foto/icons/orange-right-arrow.svg');
vertical-align: text-bottom;
}
footer{
display: flex;
width: 100%;
height: 150px;
background-color: var(--bitcoin-orange);
}
footer section{
display: flex;
width: 50%;
justify-content: center;
align-items: center;
}
footer .left ul{
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
list-style: none;
}
.left li{
margin: 10px 0;
}
.left a{
color: var(--just-white);
text-decoration: none;
} | docs/css/style.css | :root{
/* Fuentes */
--font-sans:'DM Sans', sans-serif;
--font-inter:'Inter', sans-serif;
--size-300:300;
--size-400:400;
--size-500:500;
--size-700:700;
/* Colores */
--background:#E5E5E5;
--linear-gradient: linear-gradient(207.8deg, #201E1C 16.69%, #F7931A 100%);
--bitcoin-orange: #F7931A;
--soft-orange:#FFE9D5;
--secondary-blue:#1A9AF7;
--soft-blue:#E7F5FF;
--warm-black:#201E1C;
--warm-blackplus1:#282623;
--gray:#BABABA;
--off-white:#FAF8F7;
--just-white:#FFFFFF;
}
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
html{
font-size: 62.5%;
font-family: var(--font-sans);
scroll-behavior: smooth;
}
header{
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
min-width: 320px;
height: 334px;
text-align: center;
background: var(--linear-gradient);
}
header img {
width: 150px;
height: 24px;
margin-top: 40px;
align-self: center; /* para centrar un solo elemento hijo de un flex container */
margin-bottom: 36px;
}
.header--title-container{
width: 90%;
min-width: 288px;
max-width: 900px;
height: 218px;
margin-top: 40px;
text-align: center;
align-self: center;
}
.header--title-container h1{
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: var(--just-white);
}
.header--title-container p{
margin-top: 25px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: var(--soft-orange);
}
.header--title-container .header--button{
position: absolute;
left: calc(50% - 114px);
top: 270px;
display: block;
margin-top: 35px;
padding: 15px;
width: 229px;
height: 48px;
background-color: var(--off-white);
/* Sombras */
box-shadow: 0px 4px 8px rgba(89,73,30,0.16);
border: none;
border-radius: 5px;
font-size: 1.4rem;
font-weight: bold;
text-decoration: none;
color: var(--warm-black);
}
.header--button span{
display: inline-block;
width: 13px;
height: 8px;
margin-left: 10px;
background-image: url('../assets/header-button-icon.svg');
}
main{
width: 100%;
height: auto;
background-color: var(--off-white);
}
.main-exchange-container{
width: 100%;
height: auto;
padding-top: 80px;
padding-bottom: 20px;
text-align: center;
}
.main-exchange-container--title{
width: 100%;
min-width: 288px;
max-width: 900px;
margin: 0 auto;
}
.main-exchange-container .backgroundImg{
width: 200px;
height: 200px;
margin: 0 auto;
margin-bottom: 50px;
background-image: url('../assets/foto/img/background-main-bitcoin.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.main-exchange-container h2{
margin-bottom: 30px;
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: var(--warm-black);
}
.main-exchange-container p{
margin-bottom: 30px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.6rem;
color: #757575;
}
.main-currency-table, .main-commission-table{
width: 70%;
min-width: 235px;
max-width: 500px;
height: 360px;
margin: 0 auto;
font-family: var(--font-inter);
margin-bottom: 20px;
}
.main-currency-table .currency-table--title, .main-commission-table .commission-table--title{
margin-bottom: 15px;
margin-left: 15px;
font-size: 1.8rem;
font-weight: bold;
line-height: 2.3rem;
color: var(--bitcoin-orange);
}
.currency-table--container{
width: 90%;
min-width: 230px;
max-width: 300px;
height: 250px;
margin: 0 auto;
}
.currency-table--container table{
width: 100%;
height: 100%;
}
.currency-table--container td{
width: 50%;
font-size: 1.6rem;
font-weight: 500;
line-height: 1.9rem;
color: var(--gray);
background-color: var(--just-white);
}
.currency-table--container .table__top-left {
border-radius: 15px 0 0 0;
}
.currency-table--container .table__top-right{
border-radius: 0 15px 0 0;
}
.currency-table--container .table__bottom-left{
border-radius: 0 0 0 15px;
}
.currency-table--container .table__bottom-right{
border-radius: 0 0 15px 0;
}
.currency-table--container .table__right{
font-size: 1.4rem;
font-weight: normal;
line-height: 1.7rem;
color: #757575;
}
.currency-table--container .down{
display: inline-block;
width: 15px;
height: 15px;
margin-left: 10px;
background-image: url('../assets/foto/icons/trending-down.svg');
background-position: center;
background-repeat: no-repeat;
}
.currency-table--container .up{
display: inline-block;
width: 15px;
height: 15px;
margin-left: 10px;
background-image: url('../assets/foto/icons/trending-up.svg');
background-position: center;
background-repeat: no-repeat;
}
.currency-table--date, .commission-table--date{
width: 190px;
height: 30px;
margin: 0 auto;
margin-top: 15px;
padding: 8px;
background-color: var(--soft-orange);
border-radius: 8px;
}
.currency-table--date p, .commission-table--date p{
font-size: 1.2rem;
line-height: 1.5rem;
color: var(--warm-black);
}
/* diferentes cambios de la tabla commisssion */
.main-commission-table .commission-table--title{
color: var(--secondary-blue);
}
.commission-table--date{
background-color: var(--soft-blue);
}
/* MAIN CARDS */
.main-product-detail{
position: relative;
width: 100%;
min-width: 320px;
height: auto;
padding: 20px 10px;
background-color: var(--warm-black);
}
.product-detail-batata-logo{
position: absolute;
width: 40px;
height: 25px;
top: -10px;
left: calc(50% - 20px);
background-image: url('../assets/foto/icons/batata.svg');
}
.product-detail--title{
width: 90%;
min-width: 288px;
height: auto;
margin: 0 auto;
margin-top: 50px;
text-align: center;
}
.product-detail--title h2{
margin-bottom: 20px;
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: var(--just-white);
}
.product-detail--title p{
margin-bottom: 20px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: #808080;
}
.product-detail-card{
width: 90%;
min-width: 288px;
max-width: 400px;
height: 150px;
min-height: 150px;
margin: 15px auto;
padding: 15px;
background-color: var(--warm-blackplus1);
border-radius: 5px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}
.product-detail-card span{
display: inline-block;
width: 20px;
height: 20px;
margin-bottom: 10px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.product-detail-card .clock{
background-image: url('../assets/foto/icons/clock.svg');
}
.product-detail-card .eye{
background-image: url('../assets/foto/icons/eye.svg');
}
.product-detail-card .dollar{
background-image: url('../assets/foto/icons/dollar-sign.svg');
}
.product-detail-card .check-circle{
background-image: url('../assets/foto/icons/check-circle.svg');
}
.product--card-title{
margin-bottom: 15px;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--just-white);
}
.product--card-body{
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: #808080;
}
.bitcoin-img-container{
width: 100%;
min-width: 320px;
height: 60vh;
background-image: url('../assets/foto/img/bitcoinbaby2x.jpg');
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.bitcoin-img-container h2{
padding-top: 60px;
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: var(--just-white);
text-align: center;
}
.main-plans-container{
width: 100%;
min-width: 320px;
padding-bottom: 70px;
text-align: center;
}
.plans--title{
width: 90%;
min-width: 288px;
height: auto;
margin: 0 auto;
margin-bottom: 50px;
}
.plans--title h2{
padding-top: 50px;
font-size: 2.4rem;
font-weight: bold;
line-height: 2.6rem;
color: var(--warm-black);
}
.plans--title p{
padding-top: 30px;
font-size: 1.4rem;
font-weight: 300;
line-height: 1.8rem;
color: #757575;
}
/* CARDS */
.plans-container--slider{
display: flex;
gap: 15px;
height: 316px;
overflow-x: scroll;
overscroll-behavior-x: contain;
scroll-snap-type: x proximity;
}
.plans-container--slider::-webkit-scrollbar {
display: none;
}
.plans-container--card{
position: relative;
width: 70%;
min-width: 190px;
max-width: 300px;
height: 250px;
margin: 50px 0 0 ;
padding: 0 15px;
background-color: var(--just-white);
border-radius: 15px;
box-shadow: 0 4px 8px rgba(89,73,30,0.16);
}
.plans-container--card{
display: flex;
scroll-snap-align: center;
text-align: center;
justify-content: center;
}
/* CARDS REUTILIZABLES */
.recommended{
position: absolute;
width: 120px;
height: 31px;
padding: 6px;
left: calc(50% - 60px);
top: -15px;
font-size: 1.2rem;
font-weight: bold;
background-color: var(--bitcoin-orange);
border-radius: 8px;
color: var(--just-white);
}
.basic-recommended{
background-color: var(--secondary-blue)
}
.unlimited-recommended{
background-color: var(--warm-blackplus1);
}
.plan-card--title{
padding-top: 30px;
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
color: black;
}
.plan-card--price{
padding: 5px 0;
font-size: 4.2rem;
font-weight: bold;
line-height: 5.3rem;
color: black;
}
.plan-card--price span{
position: absolute;
font-size: 1.2rem;
font-weight: 300;
top: 40px;
right: 80px;
left: 0;
}
.plan-card--saving{
font-size: 1.2rem;
color: #757575;
}
/* CAJAS CARD */
.plan-card--ca{
width: 150px;
height: 48px;
margin-top: 20px;
background-color: var(--off-white);
border: 2px solid var(--bitcoin-orange);
border-radius: 4px;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.8rem;
color: var(--warm-black);
font-family: var(--font-sans);
}
.basic-card{
border: 2px solid var(--secondary-blue);
}
.unlimited-card{
border: 2px solid var(--warm-blackplus1);
}
/* ------------ */
.plan-card--ca span{
display: inline-block;
width: 20px;
height: 20px;
background-image: url('../assets/foto/icons/orange-right-arrow.svg');
vertical-align: text-bottom;
}
footer{
display: flex;
width: 100%;
height: 150px;
background-color: var(--bitcoin-orange);
}
footer section{
display: flex;
width: 50%;
justify-content: center;
align-items: center;
}
footer .left ul{
font-size: 1.4rem;
font-weight: 500;
line-height: 1.8rem;
list-style: none;
}
.left li{
margin: 10px 0;
}
.left a{
color: var(--just-white);
text-decoration: none;
} | 0.310904 | 0.091382 |
header {
padding: 0 30px;
height: 80px;
background-image: url("../images/b-header-bg.png");
background-repeat: no-repeat;
background-size: 100% 100%;
width: 100%;
position: fixed;
z-index: 100;
right: 0;
left: 0;
top: 0;
text-align: center;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
}
header:after {
content: "";
position: absolute;
width: 100%;
height: 1px;
background: black;
top: 100%;
left: 0;
z-index: 99;
}
header a {
text-decoration: none;
}
header .logo {
background: url("../images/w-logo.png") no-repeat;
background-size: auto 100%;
height: 59px;
width: 80px;
display: block;
margin-top: 11px;
}
header .fr a.exit:hover {
background-color: rgba(0, 0, 0, 0.5);
text-decoration: none;
}
header .fr a.exit {
display: inline-block;
border: none;
height: 80px;
width: 160px;
margin-right: -30px;
border-radius: 0;
margin-top: -0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
text-align: left;
line-height: 80px;
padding: 0 0px;
padding-left: 95px;
color: #dfe3e9;
font-size: 16px;
background-color: transparent;
background-image: url(../images/exit.png);
background-repeat: no-repeat;
background-position: 35px center;
margin-left: 0;
}
header .fl{
float: left;
}
header .fr{
float: right;
}
header .welcome{
color: #dfe3e9;
text-align: center;
font-size: 18px;
line-height: 80px;
}
/** header end */
/** footer end */
footer {
width: 100%;
left: 0;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.8);
color: white;
text-align: right;
bottom: 0;
padding: 0 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
font-size: 13px;
}
footer a{
font-size: 13px;
text-decoration: none;
margin-left: 20px;
}
footer a:first-child{
margin-left: 0;
}
/** footer end */ | src/main/webapp/stock/insurance/css/insurance_common.css | header {
padding: 0 30px;
height: 80px;
background-image: url("../images/b-header-bg.png");
background-repeat: no-repeat;
background-size: 100% 100%;
width: 100%;
position: fixed;
z-index: 100;
right: 0;
left: 0;
top: 0;
text-align: center;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
}
header:after {
content: "";
position: absolute;
width: 100%;
height: 1px;
background: black;
top: 100%;
left: 0;
z-index: 99;
}
header a {
text-decoration: none;
}
header .logo {
background: url("../images/w-logo.png") no-repeat;
background-size: auto 100%;
height: 59px;
width: 80px;
display: block;
margin-top: 11px;
}
header .fr a.exit:hover {
background-color: rgba(0, 0, 0, 0.5);
text-decoration: none;
}
header .fr a.exit {
display: inline-block;
border: none;
height: 80px;
width: 160px;
margin-right: -30px;
border-radius: 0;
margin-top: -0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
text-align: left;
line-height: 80px;
padding: 0 0px;
padding-left: 95px;
color: #dfe3e9;
font-size: 16px;
background-color: transparent;
background-image: url(../images/exit.png);
background-repeat: no-repeat;
background-position: 35px center;
margin-left: 0;
}
header .fl{
float: left;
}
header .fr{
float: right;
}
header .welcome{
color: #dfe3e9;
text-align: center;
font-size: 18px;
line-height: 80px;
}
/** header end */
/** footer end */
footer {
width: 100%;
left: 0;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.8);
color: white;
text-align: right;
bottom: 0;
padding: 0 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
font-size: 13px;
}
footer a{
font-size: 13px;
text-decoration: none;
margin-left: 20px;
}
footer a:first-child{
margin-left: 0;
}
/** footer end */ | 0.324663 | 0.130562 |
/*
Part related to TOP BAR MENU
*/
/*
General set up
*/
header{
background-color: #1e2933;
}
.topMenuContainer{
background-color: #1e2933;
height: 40px;
border-top: 2px #191919 solid;
border-bottom: 2px #444 solid;
}
#item1{
margin-left: 10%;
}
.topMenuBar{
height: inherit;
}
.topMenuBar > span{
display: block;
float: left;
color: lightslategrey;
text-align: center;
font-family: sans-serif;;
height: inherit;
font-size: 20px;
border-left: 1px lightslategrey solid;
border-right: 1px #111914 solid;
border-bottom: 1px #444 solid;
width: 200px;
}
#item1{
border-top: 1px #3776ab solid;
}
#item2{
border-top: 1px #78797a solid;
}
#item3{
border-top: 1px #ffd343 solid;
}
#item4{
border-top: 1px #82b043 solid;
}
#item5{
border-top: 1px #a06ba7 solid;
}
#item6{
border-top: 1px #b55863 solid;
border-right: 2px #111914 solid;
}
/*
Part regading intermidiate div , also set up background for intermidiate, middle
*/
.intermidiateToMiddle{
height: 589px;
background-image: linear-gradient(#1e405d 10%,#2b5a83 90%);
}
.intermidiatePart{
margin-left: 12%;
padding-top: 3%;
}
.pythonLogo, #donate, .searchImage, #searchSpace, #go,#separatorIntermidiate, #social, #filler{
float: left;
}
#donate{
margin-left: 25%;
margin-top: 2%;
padding-left: 1%;
padding-right: 1%;
padding-bottom: 0.5%;
padding-top: 0.5%;
border: 1px #dca900 solid;
border-radius: 4px;
text-align: center;
font-family: sans-serif;
background-color: #ffd343;
margin-right: 5%;
}
.searchImage{
width: 40px;
height: 40px;
background-color: #1e2933;
margin-top: 0.76%;
margin-left: -3pc;
padding: 14px;
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
#searchSpace{
background-color: whitesmoke;
color: grey;
padding-right: 10%;
padding-left: 0.3%;
padding-top: 10px;
padding-bottom: 11px;
margin-top: 0.75%;
border: 11pt #1e2933 solid;
}
#go{
text-align: center;
font-family: sans-serif;
margin-top: 0.75%;
border: 16px #1e2933 solid;
}
.button{
background-color: #2b5a83;
color: whitesmoke;
padding-top: 0.77%;
padding-bottom: 0.77%;
padding-left: 0.6%;
padding-right: 0.66%;
border: 10px #2b5a83 solid;
border-radius: 6px;
}
#separatorIntermidiate{
height: 56px;
margin-top: 0.80%;
padding: 0.18%;
border: 2.5pt #1e2933 solid;
background-color: #444;
}
#social{
margin-top: 0.75%;
background-color:#1e2933;
color: whitesmoke;
font-size: 20px;
padding-right: 2%;
padding-top: 1.8%;
padding-bottom: 1.3%;
padding-left: 1px;
border-bottom: 3.6pt #1e2933 solid;
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
/*
used it in order to fill the empty space to the right of Socialize :D
*/
#filler{
display: flex;
flex-flow: row;
width: 100%;
}
.pythonLogo{
width: 290px;
height: 82px;
}
/*
Middle menu
*/
#item1m, #item2m, #item3m, #item4m, #item5m, #item6m, #fillerm{
float: left;
background-color: #3776ab;
border-left: 1px #1e2933 solid;
margin-top: 1%;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 2.5%;
padding-left: 2.5%;
font-size: 20px;
font-family: sans-serif;
color:whitesmoke;
}
#item6m{
padding-right: 1.4%;
}
#fillerm{
border-left: 1px #1e2933 solid;
padding-bottom: 2.5%;
padding-left: 3.5%;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
#item1m{
border-left:none;
padding-left: 7%;
margin-left: 15%;
border-bottom-left-radius: 8px;
border-top-left-radius: 8px;
}
/*
Boxes part.
*/
.box1, #yellowBox, .box2{
float: left;
}
.box1{
background-image: linear-gradient(to bottom, #18212a, #1e2933, #18212a);
margin-left: 20%;
width: 25%;
padding-bottom: 17.5pt;
}
#greyText{
color: grey;
}
#re{
color: whitesmoke;
}
.greenText{
color: green;
}
#ylbutton{
background-color: #ffd343;
padding: 10px;
border: 3px #ffd343 solid;
border-radius: 4px;
}
#yellowBox {
background-image: linear-gradient(to bottom, #18212a, #1e2933, #18212a);
padding-top: 20px;
padding-bottom: 186px;
padding-right: 27px;
height: 35pt;
}
.box1 > p{
margin-left: 5%;
}
.box2 > p{
margin-left: 5%;
}
.box2{
background-image: linear-gradient(#1e405d 10%,#2b5a83 90%);
padding-bottom: 10px;
}
#yellowtxt{
color:#ffd343;
font-family: sans-serif;
font-size: 25px;
}
.box2 p{
color: whitesmoke;
font-family: sans-serif;
}
#yellowUnderlined{
color:#ffd343;
font-family: sans-serif;
text-decoration: underline;
text-decoration-color: #ffd343;
}
#small1, #small2, #small3, #small4{
float: left;
margin-right: 10px;
background: #3776ab;
padding: 10px;
padding-top: 8px;
paddinf-bottom: 8px;
border-radius: 8px;
font-family: sans-serif;
color: whitesmoke;
border: 2px #365083 solid;
}
#small1{
margin-left: 35%;
}
/*
Text under boxes..
*/
#id1, #id2{
float: left;
margin-left:40%;
margin-top: 1%;
position: center;
font-family: sans-serif;
font-size: 20px;
color: whitesmoke;
}
#id2{
margin-left: 43%;
}
#yellowp{
margin-left: 45%;
color:#ffd343;
font-family: sans-serif;
text-decoration: underline;
text-decoration-color: #ffd343;
}
/*
Main Content
*/
/*
First Row
*/
.firstRow{
margin-top: 4%;
margin-left: 10%;
width: 80%;
display: flex;
}
.firstRowImage{
width: 40px;
height: 40px;
}
.firstRowImage, .rightToImage{
float: left;
}
.getStarted, .downloadClass, .docsClass, .jobsClass{
width: 25%;
border-top: 3px #3776ab solid;
margin-left: 3%;
padding-top: 1.5%;
}
.rightToImage{
margin-left: 4px;
font-family: sans-serif;
font-size: 20px;
}
.mainText{
float: left;
margin-top: 15px;
font-family: sans-serif;
font-size: 15px;
line-height: 2;
}
.blueText{
float: left;
font-family: sans-serif;
color: #365083;
}
/*
Second row
*/
.secondRow{
margin-top: 4%;
margin-left: 10%;
width: 100%;
display: flex;
}
.latestNews, .upcomingEvents{
margin-left: 4%;
border-top: 3px #3776ab solid;
}
/*
title related
*/
.containerTitleLatestNews, .containerTitleEvents{
padding-top: 5px;
width: 100%;
display: flex;
}
.img{
width: 40px;
height: 40px;
}
.titleText{
margin-left: 20px;
font-family: sans-serif;
font-size: 20px;
text-align: center;
margin-bottom: fill;
box-sizing: inherit;
}
.titleText{
margin-right: 59px;
}
.moreText {
font-family: sans-serif;
color: lightslategrey;
}
.containerTitleLatestNews .moreText{
margin-left: auto;
}
.containerTitleEvents .moreText{
margin-left: auto;
}
.smallRow{
display: flex;
border-top: 1px dimgrey solid;
margin-right: auto;
}
.date, .associatedText{
font-family: sans-serif;
font-size: 15px;
}
.associatedText{
color: #365083;
margin-left: 40px;
} | format.css |
/*
Part related to TOP BAR MENU
*/
/*
General set up
*/
header{
background-color: #1e2933;
}
.topMenuContainer{
background-color: #1e2933;
height: 40px;
border-top: 2px #191919 solid;
border-bottom: 2px #444 solid;
}
#item1{
margin-left: 10%;
}
.topMenuBar{
height: inherit;
}
.topMenuBar > span{
display: block;
float: left;
color: lightslategrey;
text-align: center;
font-family: sans-serif;;
height: inherit;
font-size: 20px;
border-left: 1px lightslategrey solid;
border-right: 1px #111914 solid;
border-bottom: 1px #444 solid;
width: 200px;
}
#item1{
border-top: 1px #3776ab solid;
}
#item2{
border-top: 1px #78797a solid;
}
#item3{
border-top: 1px #ffd343 solid;
}
#item4{
border-top: 1px #82b043 solid;
}
#item5{
border-top: 1px #a06ba7 solid;
}
#item6{
border-top: 1px #b55863 solid;
border-right: 2px #111914 solid;
}
/*
Part regading intermidiate div , also set up background for intermidiate, middle
*/
.intermidiateToMiddle{
height: 589px;
background-image: linear-gradient(#1e405d 10%,#2b5a83 90%);
}
.intermidiatePart{
margin-left: 12%;
padding-top: 3%;
}
.pythonLogo, #donate, .searchImage, #searchSpace, #go,#separatorIntermidiate, #social, #filler{
float: left;
}
#donate{
margin-left: 25%;
margin-top: 2%;
padding-left: 1%;
padding-right: 1%;
padding-bottom: 0.5%;
padding-top: 0.5%;
border: 1px #dca900 solid;
border-radius: 4px;
text-align: center;
font-family: sans-serif;
background-color: #ffd343;
margin-right: 5%;
}
.searchImage{
width: 40px;
height: 40px;
background-color: #1e2933;
margin-top: 0.76%;
margin-left: -3pc;
padding: 14px;
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
#searchSpace{
background-color: whitesmoke;
color: grey;
padding-right: 10%;
padding-left: 0.3%;
padding-top: 10px;
padding-bottom: 11px;
margin-top: 0.75%;
border: 11pt #1e2933 solid;
}
#go{
text-align: center;
font-family: sans-serif;
margin-top: 0.75%;
border: 16px #1e2933 solid;
}
.button{
background-color: #2b5a83;
color: whitesmoke;
padding-top: 0.77%;
padding-bottom: 0.77%;
padding-left: 0.6%;
padding-right: 0.66%;
border: 10px #2b5a83 solid;
border-radius: 6px;
}
#separatorIntermidiate{
height: 56px;
margin-top: 0.80%;
padding: 0.18%;
border: 2.5pt #1e2933 solid;
background-color: #444;
}
#social{
margin-top: 0.75%;
background-color:#1e2933;
color: whitesmoke;
font-size: 20px;
padding-right: 2%;
padding-top: 1.8%;
padding-bottom: 1.3%;
padding-left: 1px;
border-bottom: 3.6pt #1e2933 solid;
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
/*
used it in order to fill the empty space to the right of Socialize :D
*/
#filler{
display: flex;
flex-flow: row;
width: 100%;
}
.pythonLogo{
width: 290px;
height: 82px;
}
/*
Middle menu
*/
#item1m, #item2m, #item3m, #item4m, #item5m, #item6m, #fillerm{
float: left;
background-color: #3776ab;
border-left: 1px #1e2933 solid;
margin-top: 1%;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 2.5%;
padding-left: 2.5%;
font-size: 20px;
font-family: sans-serif;
color:whitesmoke;
}
#item6m{
padding-right: 1.4%;
}
#fillerm{
border-left: 1px #1e2933 solid;
padding-bottom: 2.5%;
padding-left: 3.5%;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
#item1m{
border-left:none;
padding-left: 7%;
margin-left: 15%;
border-bottom-left-radius: 8px;
border-top-left-radius: 8px;
}
/*
Boxes part.
*/
.box1, #yellowBox, .box2{
float: left;
}
.box1{
background-image: linear-gradient(to bottom, #18212a, #1e2933, #18212a);
margin-left: 20%;
width: 25%;
padding-bottom: 17.5pt;
}
#greyText{
color: grey;
}
#re{
color: whitesmoke;
}
.greenText{
color: green;
}
#ylbutton{
background-color: #ffd343;
padding: 10px;
border: 3px #ffd343 solid;
border-radius: 4px;
}
#yellowBox {
background-image: linear-gradient(to bottom, #18212a, #1e2933, #18212a);
padding-top: 20px;
padding-bottom: 186px;
padding-right: 27px;
height: 35pt;
}
.box1 > p{
margin-left: 5%;
}
.box2 > p{
margin-left: 5%;
}
.box2{
background-image: linear-gradient(#1e405d 10%,#2b5a83 90%);
padding-bottom: 10px;
}
#yellowtxt{
color:#ffd343;
font-family: sans-serif;
font-size: 25px;
}
.box2 p{
color: whitesmoke;
font-family: sans-serif;
}
#yellowUnderlined{
color:#ffd343;
font-family: sans-serif;
text-decoration: underline;
text-decoration-color: #ffd343;
}
#small1, #small2, #small3, #small4{
float: left;
margin-right: 10px;
background: #3776ab;
padding: 10px;
padding-top: 8px;
paddinf-bottom: 8px;
border-radius: 8px;
font-family: sans-serif;
color: whitesmoke;
border: 2px #365083 solid;
}
#small1{
margin-left: 35%;
}
/*
Text under boxes..
*/
#id1, #id2{
float: left;
margin-left:40%;
margin-top: 1%;
position: center;
font-family: sans-serif;
font-size: 20px;
color: whitesmoke;
}
#id2{
margin-left: 43%;
}
#yellowp{
margin-left: 45%;
color:#ffd343;
font-family: sans-serif;
text-decoration: underline;
text-decoration-color: #ffd343;
}
/*
Main Content
*/
/*
First Row
*/
.firstRow{
margin-top: 4%;
margin-left: 10%;
width: 80%;
display: flex;
}
.firstRowImage{
width: 40px;
height: 40px;
}
.firstRowImage, .rightToImage{
float: left;
}
.getStarted, .downloadClass, .docsClass, .jobsClass{
width: 25%;
border-top: 3px #3776ab solid;
margin-left: 3%;
padding-top: 1.5%;
}
.rightToImage{
margin-left: 4px;
font-family: sans-serif;
font-size: 20px;
}
.mainText{
float: left;
margin-top: 15px;
font-family: sans-serif;
font-size: 15px;
line-height: 2;
}
.blueText{
float: left;
font-family: sans-serif;
color: #365083;
}
/*
Second row
*/
.secondRow{
margin-top: 4%;
margin-left: 10%;
width: 100%;
display: flex;
}
.latestNews, .upcomingEvents{
margin-left: 4%;
border-top: 3px #3776ab solid;
}
/*
title related
*/
.containerTitleLatestNews, .containerTitleEvents{
padding-top: 5px;
width: 100%;
display: flex;
}
.img{
width: 40px;
height: 40px;
}
.titleText{
margin-left: 20px;
font-family: sans-serif;
font-size: 20px;
text-align: center;
margin-bottom: fill;
box-sizing: inherit;
}
.titleText{
margin-right: 59px;
}
.moreText {
font-family: sans-serif;
color: lightslategrey;
}
.containerTitleLatestNews .moreText{
margin-left: auto;
}
.containerTitleEvents .moreText{
margin-left: auto;
}
.smallRow{
display: flex;
border-top: 1px dimgrey solid;
margin-right: auto;
}
.date, .associatedText{
font-family: sans-serif;
font-size: 15px;
}
.associatedText{
color: #365083;
margin-left: 40px;
} | 0.301156 | 0.085442 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
*{
box-sizing: border-box;
padding: 0;
margin: 0;
}
a {
color: rgb(109, 106, 124);
text-decoration: none;
}
a:hover {
color: rgb(251, 251, 254);
}
html{
scroll-behavior: smooth;
overflow-x: hidden;
}
body{
margin: 0 0 3rem 0;
font-family: 'Poppins', sans-serif;
background-color: rgb(251, 251, 254);
color: rgb(109, 106, 124);
overflow-x: hidden;
}
section {
width: 100%;
padding-top: 8rem;
}
ul{
list-style: none;
}
a{
text-decoration: none;
}
.grid {
display: grid;
gap: 1.5rem;
}
.header{
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 10;
background-color: hsl(240, 60%, 99%);
}
.section__title{
font-size: 1.5rem;
}
.section__subtitle{
display: block;
font-size: .813rem;
margin-bottom: 3rem;
}
.section__title,
.section__subtitle{
text-align: center;
}
/* NAV */
.nav{
margin-left: 18.5rem;
margin-right: 18.5rem;
max-width: 100%;
height: 100px;
display: flex;
justify-content: space-between;
align-items: center;
}
.nav__list {
display: flex;
justify-content: space-between;
align-items: center;
gap: 4rem;
}
.nav__item {
padding-left: 2vw;
}
.nav__logo{
color: hsl(250, 8%, 15%);;
font-weight: 500;
}
.nav__logo:hover{
color: rgb(255, 157, 99);
}
.nav__link{
font-size: .913rem;
color: hsl(250, 8%, 15%);
font-weight: 500;
}
.nav__link:hover{
color: rgb(255, 157, 99);
}
.nav__icon{
font-size: 1.2rem;
}
.scroll-header{
box-shadow: 0 -1px 4px rgba(0, 0, 0, .15);
}
.scroll__down {
position: absolute;
left: 1rem;
right: auto;
bottom: 2rem;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
font-size: 14px;
color: rgb(255, 157, 99);
}
.rightside {
right: 1rem;
left: auto;
}
.scroll__down svg {
margin-top: 10px;
width: 10px;
}
.scroll__down span {
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
text-orientation: mixed;
-webkit-animation-name: bounce-1;
animation-name: bounce-1;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
/* HOME */
.home {
height: 90vh;
}
.home__container{
gap: 1.5rem;
margin-top: 5rem;
display: flex;
flex-direction: row;
justify-content: center;
}
.home__content{
align-items: center;
}
.home__social{
width: 15vw;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 2rem;
}
.home__social-icon{
font-size: 1.25rem;
color: rgb(245, 122, 50);
}
.home__social-icon:hover{
color: rgb(224, 153, 111);
}
.home__idk{
width: 360px;
fill: rgb(245, 122, 50);
}
.home__idk-img{
width: 360px;
}
.home__data{
grid-column: 1/3;
}
.home__title{
font-size: 2.7rem;
width: max-content;
position: relative;
}
.home__title::before,
.home__title::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.home__title::before {
background: hsl(250, 60%, 99%);
animation: typewriter 4s
steps(24) 1s forwards;
}
.home__title::after {
width: 0.125em;
background: black;
animation: typewriter 4s
steps(24) 1s forwards,
blink 750ms steps(24) infinite;
}
@keyframes typewriter {
to {
left: 100%;
}
}
@keyframes blink {
to {
background: transparent;
}
}
.home__subtitle{
font-size: 1.375rem;
color: hsl(250, 8%, 45%);
font-weight: 500;
margin-bottom: 0.75rem;
}
.home__description{
margin-bottom: 2rem;
width: 50%;
}
/* ABOUT ME */
.aboutme {
width: 100%;
margin-right: auto;
margin-left: auto;
}
.aboutme__img{
width: 45%;
border-radius: 15px;
justify-self: center;
align-self: right;
}
.aboutme__imgcon{
width: 100%;
display: flex;
justify-content: flex-end;
}
.aboutme__info {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.aboutme__content {
margin-left: auto;
margin-right: auto;
gap: 3rem;
width: 100%;
grid-template-columns: repeat(2, 1fr);
}
.aboutmetext {
width: 45%;
margin-bottom: 1rem;
}
/* BUTTONS */
.button{
display: inline-block;
background-color: rgb(255, 157, 99);
color: #FFF;
padding: .5rem;
border-radius: .5rem;
font-weight: 500;
}
.button:hover{
background-color: rgb(245, 122, 50);
}
.button__icon{
font-size: 1.25rem;
margin-left: 0.5rem;
transition: .3s;
}
.button--white{
background-color: #FFF;
color: rgb(255, 157, 99);
}
.button--white:hover{
background-color: rgb(223, 223, 223);
}
.button--flex{
display: inline-flex;
align-items: center;
}
.button--small{
padding: .75rem 1rem;
}
/* PORTFOLIO */
.portfolio {
height: 90vh;
}
.swiper-container {
width: 60%;
height: 50vh;
}
.swiper-slide {
text-align: center;
font-size: 18px;
height: 100%;
/* 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 {
margin-left: auto;
margin-right: auto;
}
.assignment:hover {
background:rgb(255, 146, 83);
}
.assignment {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: 70%;
width: 50%;
background: #F0A573;
border-radius: 15px;
transition: all 1.5s ease;
}
#closeButton{
overflow: hidden;
transition: all 1s ease;
position: absolute;
z-index: 2;
top: 3%;
right: 0%;
width: 40px;
height: 40px;
line-height: 40px;
cursor: pointer;
color: white;
text-align: center;
margin-top: -7px;
margin-left: -8px;
}
.line {
background: hsl(250, 8%, 45%);
position: relative;
transform-origin: left top 0px;
top: 0px;
left: 3px;
width: 20px;
height: 2px;
margin-bottom: 4px;
border-radius: 4px;
margin-top: 13px;
}
.assignmentphoto {
width: 100%;
padding-left: 3rem;
}
.assignmentinfo {
height: inherit;
width: 100%;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-right: 5rem;
}
.swiper-slide img {
display: block;
height: 100%;
}
:root {
--swiper-theme-color: rgb(245, 122, 50);
}
/* CONTACTS */
.contact__container{
row-gap: 3rem;
display: flex;
justify-content: center;
align-items: flex-start;
}
.contact__information{
display: flex;
margin-bottom: 2rem;
flex-direction: row;
}
.contact__icon{
font-size: 2rem;
color: rgb(240, 185, 104);
margin-right: 0.75rem;
}
.contact__title{
font-size: 1.25rem;
font-weight: 500;
}
.contact__subtitle{
font-size: .813rem;
color: hsl(250, 8%, 45%);
}
.contact__content{
background-color: rgb(253, 244, 216);
border-radius: .5rem;
padding: .75rem 1rem .25rem;
}
.contact__label{
font-size: .75rem;
color: hsl(250, 8%, 15%);
}
.contact__inputs{
grid-template-columns: repeat(2, 1fr)
}
.contact__input{
width: 100%;
background-color: rgb(253, 244, 216);
color: hsl(250, 8%, 45%);
font-family: 'Poppins', sans-serif;
font-size: .938rem;
border: none;
outline: none;
padding: .25rem .5rem .5rem 0;
}
/* SCROLL BAR */
::-webkit-scrollbar{
width: .60rem;
/* background-color: hsl(250, 12%, 90%); */
border-radius: .5rem;
}
::-webkit-scrollbar-thumb{
background-color: hsl(250, 12%, 80%);
border-radius: .5rem;
}
::-webkit-scrollbar-thumb:hover{
background-color: hsl(250, 8%, 65%);
}
/* Media Queries */
@media screen and (max-width: 767px){
.nav__menu{
position: fixed;
top: 0%;
left: 0;
width: 100%;
background-color:hsl(250, 60%, 99%);
padding: 1rem 0.5rem 1rem;
box-shadow: 0 -1px 4px rgba(0, 0, 0, .15);
border-radius: 1.5rem 1.5rem 0 0;
transition: .3s;
}
.nav{
height: 20%;
}
.home__container {
flex-direction: column;
margin-left: 30px;
margin-right: 30px;
}
.home__title {
font-size: 2rem;
}
.home__idk-img {
width: 200px
}
.home__social {
width: 100%;
}
/* .aboutme {
padding-top: 15rem;
} */
.aboutme__content {
height: 90vh;
display: flex;
flex-direction: column;
}
.aboutme__imgcon {
justify-content: center;
}
.aboutme_text {
display: flex;
flex-direction: column;
align-items: center;
}
.about__buttons {
width: 100%;
justify-content: space-evenly;
}
.portfolio {
padding-top: 15rem;
}
.swiper-slide {
width: 60%;
height: 100%;
}
.words1 h1{
font-size: .9rem;
}
.words1 p{
font-size: .6rem;
}
.assignment {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 70%;
width: 50%;
background: #F0A573;
border-radius: 15px;
transition: all 1.5s ease;
}
.assignmentinfo {
padding-right: 0%;
margin-left: auto;
margin-right: auto;
}
.assignmentinfo p {
font-size: .6rem;
}
.assignmentinfo h1 {
font-size: .9rem;
}
.contact__container {
flex-direction: column;
margin-left: 15px;
margin-right: 15px;
}
}
/* @media screen and (max-width: 500px) {
.home__container {
flex-direction: column;
margin-left: 30px;
margin-right: 30px;
}
.home__title {
font-size: 2rem;
}
.home__idk-img {
width: 200px
}
.home__social {
width: 100%;
}
.aboutme {
padding-top: 15rem;
}
.aboutme__content {
height: 90vh;
display: flex;
flex-direction: column;
}
.aboutme__imgcon {
justify-content: center;
}
.aboutme_text {
display: flex;
flex-direction: column;
align-items: center;
}
.about__buttons {
width: 100%;
justify-content: space-evenly;
}
.portfolio {
padding-top: 15rem;
}
.swiper-slide {
width: 60%;
height: 100%;
}
.words1 h1{
font-size: .9rem;
}
.words1 p{
font-size: .6rem;
}
.assignmentinfo p {
font-size: .6rem;
}
.assignmentinfo h1 {
font-size: .9rem;
}
.contact__container {
flex-direction: column;
margin-left: 15px;
margin-right: 15px;
}
} */
@media screen and (min-width: 767px) {
.about__buttons {
width: 45%;
justify-content: space-between;
}
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
*{
box-sizing: border-box;
padding: 0;
margin: 0;
}
a {
color: rgb(109, 106, 124);
text-decoration: none;
}
a:hover {
color: rgb(251, 251, 254);
}
html{
scroll-behavior: smooth;
overflow-x: hidden;
}
body{
margin: 0 0 3rem 0;
font-family: 'Poppins', sans-serif;
background-color: rgb(251, 251, 254);
color: rgb(109, 106, 124);
overflow-x: hidden;
}
section {
width: 100%;
padding-top: 8rem;
}
ul{
list-style: none;
}
a{
text-decoration: none;
}
.grid {
display: grid;
gap: 1.5rem;
}
.header{
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 10;
background-color: hsl(240, 60%, 99%);
}
.section__title{
font-size: 1.5rem;
}
.section__subtitle{
display: block;
font-size: .813rem;
margin-bottom: 3rem;
}
.section__title,
.section__subtitle{
text-align: center;
}
/* NAV */
.nav{
margin-left: 18.5rem;
margin-right: 18.5rem;
max-width: 100%;
height: 100px;
display: flex;
justify-content: space-between;
align-items: center;
}
.nav__list {
display: flex;
justify-content: space-between;
align-items: center;
gap: 4rem;
}
.nav__item {
padding-left: 2vw;
}
.nav__logo{
color: hsl(250, 8%, 15%);;
font-weight: 500;
}
.nav__logo:hover{
color: rgb(255, 157, 99);
}
.nav__link{
font-size: .913rem;
color: hsl(250, 8%, 15%);
font-weight: 500;
}
.nav__link:hover{
color: rgb(255, 157, 99);
}
.nav__icon{
font-size: 1.2rem;
}
.scroll-header{
box-shadow: 0 -1px 4px rgba(0, 0, 0, .15);
}
.scroll__down {
position: absolute;
left: 1rem;
right: auto;
bottom: 2rem;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
font-size: 14px;
color: rgb(255, 157, 99);
}
.rightside {
right: 1rem;
left: auto;
}
.scroll__down svg {
margin-top: 10px;
width: 10px;
}
.scroll__down span {
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
text-orientation: mixed;
-webkit-animation-name: bounce-1;
animation-name: bounce-1;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
/* HOME */
.home {
height: 90vh;
}
.home__container{
gap: 1.5rem;
margin-top: 5rem;
display: flex;
flex-direction: row;
justify-content: center;
}
.home__content{
align-items: center;
}
.home__social{
width: 15vw;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 2rem;
}
.home__social-icon{
font-size: 1.25rem;
color: rgb(245, 122, 50);
}
.home__social-icon:hover{
color: rgb(224, 153, 111);
}
.home__idk{
width: 360px;
fill: rgb(245, 122, 50);
}
.home__idk-img{
width: 360px;
}
.home__data{
grid-column: 1/3;
}
.home__title{
font-size: 2.7rem;
width: max-content;
position: relative;
}
.home__title::before,
.home__title::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.home__title::before {
background: hsl(250, 60%, 99%);
animation: typewriter 4s
steps(24) 1s forwards;
}
.home__title::after {
width: 0.125em;
background: black;
animation: typewriter 4s
steps(24) 1s forwards,
blink 750ms steps(24) infinite;
}
@keyframes typewriter {
to {
left: 100%;
}
}
@keyframes blink {
to {
background: transparent;
}
}
.home__subtitle{
font-size: 1.375rem;
color: hsl(250, 8%, 45%);
font-weight: 500;
margin-bottom: 0.75rem;
}
.home__description{
margin-bottom: 2rem;
width: 50%;
}
/* ABOUT ME */
.aboutme {
width: 100%;
margin-right: auto;
margin-left: auto;
}
.aboutme__img{
width: 45%;
border-radius: 15px;
justify-self: center;
align-self: right;
}
.aboutme__imgcon{
width: 100%;
display: flex;
justify-content: flex-end;
}
.aboutme__info {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.aboutme__content {
margin-left: auto;
margin-right: auto;
gap: 3rem;
width: 100%;
grid-template-columns: repeat(2, 1fr);
}
.aboutmetext {
width: 45%;
margin-bottom: 1rem;
}
/* BUTTONS */
.button{
display: inline-block;
background-color: rgb(255, 157, 99);
color: #FFF;
padding: .5rem;
border-radius: .5rem;
font-weight: 500;
}
.button:hover{
background-color: rgb(245, 122, 50);
}
.button__icon{
font-size: 1.25rem;
margin-left: 0.5rem;
transition: .3s;
}
.button--white{
background-color: #FFF;
color: rgb(255, 157, 99);
}
.button--white:hover{
background-color: rgb(223, 223, 223);
}
.button--flex{
display: inline-flex;
align-items: center;
}
.button--small{
padding: .75rem 1rem;
}
/* PORTFOLIO */
.portfolio {
height: 90vh;
}
.swiper-container {
width: 60%;
height: 50vh;
}
.swiper-slide {
text-align: center;
font-size: 18px;
height: 100%;
/* 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 {
margin-left: auto;
margin-right: auto;
}
.assignment:hover {
background:rgb(255, 146, 83);
}
.assignment {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: 70%;
width: 50%;
background: #F0A573;
border-radius: 15px;
transition: all 1.5s ease;
}
#closeButton{
overflow: hidden;
transition: all 1s ease;
position: absolute;
z-index: 2;
top: 3%;
right: 0%;
width: 40px;
height: 40px;
line-height: 40px;
cursor: pointer;
color: white;
text-align: center;
margin-top: -7px;
margin-left: -8px;
}
.line {
background: hsl(250, 8%, 45%);
position: relative;
transform-origin: left top 0px;
top: 0px;
left: 3px;
width: 20px;
height: 2px;
margin-bottom: 4px;
border-radius: 4px;
margin-top: 13px;
}
.assignmentphoto {
width: 100%;
padding-left: 3rem;
}
.assignmentinfo {
height: inherit;
width: 100%;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-right: 5rem;
}
.swiper-slide img {
display: block;
height: 100%;
}
:root {
--swiper-theme-color: rgb(245, 122, 50);
}
/* CONTACTS */
.contact__container{
row-gap: 3rem;
display: flex;
justify-content: center;
align-items: flex-start;
}
.contact__information{
display: flex;
margin-bottom: 2rem;
flex-direction: row;
}
.contact__icon{
font-size: 2rem;
color: rgb(240, 185, 104);
margin-right: 0.75rem;
}
.contact__title{
font-size: 1.25rem;
font-weight: 500;
}
.contact__subtitle{
font-size: .813rem;
color: hsl(250, 8%, 45%);
}
.contact__content{
background-color: rgb(253, 244, 216);
border-radius: .5rem;
padding: .75rem 1rem .25rem;
}
.contact__label{
font-size: .75rem;
color: hsl(250, 8%, 15%);
}
.contact__inputs{
grid-template-columns: repeat(2, 1fr)
}
.contact__input{
width: 100%;
background-color: rgb(253, 244, 216);
color: hsl(250, 8%, 45%);
font-family: 'Poppins', sans-serif;
font-size: .938rem;
border: none;
outline: none;
padding: .25rem .5rem .5rem 0;
}
/* SCROLL BAR */
::-webkit-scrollbar{
width: .60rem;
/* background-color: hsl(250, 12%, 90%); */
border-radius: .5rem;
}
::-webkit-scrollbar-thumb{
background-color: hsl(250, 12%, 80%);
border-radius: .5rem;
}
::-webkit-scrollbar-thumb:hover{
background-color: hsl(250, 8%, 65%);
}
/* Media Queries */
@media screen and (max-width: 767px){
.nav__menu{
position: fixed;
top: 0%;
left: 0;
width: 100%;
background-color:hsl(250, 60%, 99%);
padding: 1rem 0.5rem 1rem;
box-shadow: 0 -1px 4px rgba(0, 0, 0, .15);
border-radius: 1.5rem 1.5rem 0 0;
transition: .3s;
}
.nav{
height: 20%;
}
.home__container {
flex-direction: column;
margin-left: 30px;
margin-right: 30px;
}
.home__title {
font-size: 2rem;
}
.home__idk-img {
width: 200px
}
.home__social {
width: 100%;
}
/* .aboutme {
padding-top: 15rem;
} */
.aboutme__content {
height: 90vh;
display: flex;
flex-direction: column;
}
.aboutme__imgcon {
justify-content: center;
}
.aboutme_text {
display: flex;
flex-direction: column;
align-items: center;
}
.about__buttons {
width: 100%;
justify-content: space-evenly;
}
.portfolio {
padding-top: 15rem;
}
.swiper-slide {
width: 60%;
height: 100%;
}
.words1 h1{
font-size: .9rem;
}
.words1 p{
font-size: .6rem;
}
.assignment {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 70%;
width: 50%;
background: #F0A573;
border-radius: 15px;
transition: all 1.5s ease;
}
.assignmentinfo {
padding-right: 0%;
margin-left: auto;
margin-right: auto;
}
.assignmentinfo p {
font-size: .6rem;
}
.assignmentinfo h1 {
font-size: .9rem;
}
.contact__container {
flex-direction: column;
margin-left: 15px;
margin-right: 15px;
}
}
/* @media screen and (max-width: 500px) {
.home__container {
flex-direction: column;
margin-left: 30px;
margin-right: 30px;
}
.home__title {
font-size: 2rem;
}
.home__idk-img {
width: 200px
}
.home__social {
width: 100%;
}
.aboutme {
padding-top: 15rem;
}
.aboutme__content {
height: 90vh;
display: flex;
flex-direction: column;
}
.aboutme__imgcon {
justify-content: center;
}
.aboutme_text {
display: flex;
flex-direction: column;
align-items: center;
}
.about__buttons {
width: 100%;
justify-content: space-evenly;
}
.portfolio {
padding-top: 15rem;
}
.swiper-slide {
width: 60%;
height: 100%;
}
.words1 h1{
font-size: .9rem;
}
.words1 p{
font-size: .6rem;
}
.assignmentinfo p {
font-size: .6rem;
}
.assignmentinfo h1 {
font-size: .9rem;
}
.contact__container {
flex-direction: column;
margin-left: 15px;
margin-right: 15px;
}
} */
@media screen and (min-width: 767px) {
.about__buttons {
width: 45%;
justify-content: space-between;
}
} | 0.375592 | 0.045416 |
header {
background-color: #ffffff;
}
.navbar {
height: 100px;
}
.nav_sub_1 .media small {
line-height: initial;
}
.nav_sub_1 .media small:nth-child(2) {
font-weight: bold;
}
.navbar-brand img {
max-width: 170px;
}
.nav_wrapper {
padding: 0 15px;
}
.nav-link {
color: #1c1f21;
}
.navbar_content {
width: 100%;
}
/* hover only main nav */
.nav_main .nav-item:hover .nav-link,
.nav_main .nav-item.active .nav-link,
.nav_main .nav-link:hover,
.nav_main .nav-link:hover {
color: #ffffff;
background-color: #2388ed;
}
/* nav profile icon */
.nav-profile-icon .dropdown-toggle::after {
display: none;
}
.nav-profile-icon .btn {
box-shadow: none;
border-radius: 100%;
border: 0px;
}
.nav-profile-icon .btn:focus,
.nav-profile-icon .btn:active {
box-shadow: none;
}
.nav-profile-caption {
margin-right: 10px;
}
.nav-profile-img {
height: 45px;
width: 45px;
object-fit: cover;
object-position: center;
border-radius: 100%;
-o-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
padding: 0;
}
.nav-profile-icon .dropdown-menu {
margin-top: 16px;
padding: 10px;
background-color: #2388ed;
border-color: #2388ed;
}
.nav-profile-icon .dropdown-menu .dropdown-item {
color: #ffffff;
}
.nav-profile-icon .dropdown-menu .dropdown-item:hover,
.nav-profile-icon .dropdown-menu .dropdown-item:focus {
background-color: #ffffff;
color: #2388ed;
outline: 0;
}
.nav-profile-icon .dropdown-menu:before {
content: '';
position: absolute;
background-image: url('../../../images/icons/arrow_user_menu.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 20px;
height: 15px;
top: -15px;
right: 15px;
}
.nav-user-name .nav-link {
color: #4a5560;
}
.nav-sign-out .nav-link {
color: #2388ed;
}
/* sign in register */
.nav-signin .nav-link,
.nav-or .nav-link,
.nav-register .nav-link {
font-weight: normal;
color: #2388ed;
}
.nav-signin .nav-link:hover,
.nav-register .nav-link:hover {
text-decoration: underline;
}
/* social media */
.nav_social .nav-item {
margin-left: 5px;
margin-right: 5px;
}
.nav_social .nav-item .nav-link,
.nav_cart .nav-item .nav-link {
padding-top: 0;
padding-bottom: 0;
}
/* facebook icon */
.icon_fb {
width: 20px;
height: 20px;
background-image: url("../../../images/icons/menubar_facebook_normal.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
transition: all .5s;
}
.nav_social .nav-item:hover .icon_fb,
.nav_social .nav-item.active .icon_fb,
.nav_social .nav-link:hover .icon_fb,
.nav_social .nav-link:hover .icon_fb {
transform: scale(1.3);
background-image: url("../../../images/icons/menubar_facebook_over.png");
}
/* tweeter icon */
.icon_tweet {
width: 20px;
height: 20px;
background-image: url("../../../images/icons/menubar_tweeter_normal.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
transition: all .5s;
}
.nav_social .nav-item:hover .icon_tweet,
.nav_social .nav-item.active .icon_tweet,
.nav_social .nav-link:hover .icon_tweet,
.nav_social .nav-link:hover .icon_tweet {
transform: scale(1.3);
background-image: url("../../../images/icons/menubar_tweeter_over.png");
}
/* instagram icon */
.icon_insta {
width: 20px;
height: 20px;
background-image: url("../../../images/icons/menubar_insta_normal.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
transition: all .5s;
}
.nav_social .nav-item:hover .icon_insta,
.nav_social .nav-item.active .icon_insta,
.nav_social .nav-link:hover .icon_insta,
.nav_social .nav-link:hover .icon_insta {
transform: scale(1.3);
background-image: url("../../../images/icons/menubar_insta_over.png");
}
/* cart menu */
.nav_cart .nav-item {
margin-left: 5px;
margin-right: 15px;
}
.icon_cart {
width: 24px;
height: 24px;
background-image: url("../../../images/icons/menu_bar_cart.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
transition: all .5s;
}
.icon_cart .badge {
position: absolute;
top: -10px;
font-size: 11px;
left: 10px;
letter-spacing: 0;
color: #fff;
transition: all .7s;
background: #4a5560;
}
.icon_cart:hover {
transform: scale(1.3);
}
.icon_cart:hover .badge {
transform: scale(1.3);
}
/* media screen */
@media only screen and (min-width: 577px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 992px) {
/* fixed navbar */
.absolute {
position: absolute;
}
.fixed {
position: fixed !important;
top: 0 !important;
box-shadow: none;
}
/* .fixed .nav_sub_1 {
display: none !important;
} */
.fixed:before {
content: '';
width: 100%;
left: 0;
position: fixed;
right: 0;
max-width: 100%;
top: 0;
background: #fff;
height: 50px;
z-index: -1;
box-shadow: 0px 0px 3px #d1d1d1;
}
/* fixed navbar END*/
.navbar {
padding: 0;
}
.navbar-collapse {
padding-bottom: 15px;
}
.nav_wrapper {
/* position: absolute; */
width: 100%;
height: 50px;
top: calc(100% - 26px);
background-color: #ffffff;
box-shadow: 0px 0px 3px #d1d1d1;
z-index: 1;
border-radius: 5px;
}
.navbar-nav {
height: inherit;
}
.nav-link {
font-size: 12px;
line-height: 100%;
padding-top: 19px;
padding-bottom: 19px;
font-weight: bold;
}
/* nav profile */
.nav-user-name .nav-link,
.nav-sign-out .nav-link {
padding: 0;
}
.nav-user-name .nav-link {
font-size: 18px;
text-align: right;
margin-bottom: 5px;
}
.nav-sign-out .nav-link {
font-size: 14px;
font-weight: normal;
text-align: right;
}
/* sign in register */
.nav-signin .nav-link,
.nav-or .nav-link,
.nav-register .nav-link {
padding: 0 !important;
}
}
@media only screen and (min-width: 1025px) {
.nav-link {
font-size: 15px;
padding-top: 17.5px;
padding-bottom: 17.5px;
}
}
@media only screen and (min-width: 1300px) {}
@media only screen and (min-width: 1367px) {
.fixed {
position: fixed !important;
top: 0 !important;
box-shadow: none;
}
.fixed:before {
height: 76px;
}
.navbar {
height: 160px;
}
.navbar-brand img {
max-width: 260px;
}
.nav_sub_1 .media small {
font-size: medium;
}
.nav_wrapper {
height: 76px;
top: calc(100% - 39px);
}
.nav-link {
font-size: 16px;
padding-top: 30px;
padding-bottom: 30px;
}
/* nav profile */
.nav-user-name .nav-link {
font-size: 24px;
}
.nav-profile-caption .nav-link {
font-size: 24px;
}
.nav-profile-caption .nav-sign-out .nav-link {
font-size: 18px;
}
.nav-profile-icon .dropdown-menu:before {
right: 30px;
}
.nav-profile-icon .dropdown-menu {
padding: 20px;
margin-top: 20px;
}
.nav-profile-icon .dropdown-menu .dropdown-item {
font-size: 20px;
}
.nav-profile-icon .dropdown-menu:before {
width: 25px;
height: 20px;
top: -19px;
}
/* sign in register */
.nav-signin .nav-link,
.nav-or .nav-link,
.nav-register .nav-link {
font-size: 24px;
}
.nav-profile-img {
height: 70px;
width: 71px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {}
@media only screen and (min-device-width: 320px) and (max-device-width: 823px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {}
@media only screen and (max-width: 1366px) {
.nav_sub_1 .nav_contact .media img {
max-width: 12px;
}
}
@media only screen and (max-width: 1024px) {
.nav_wrapper .nav-item {
font-size: 14px;
}
}
@media only screen and (max-width: 991px) {
header.container-fluid {
padding: 0;
}
.navbar {
height: 60px;
padding: 0;
}
.navbar_content {
flex-direction: column;
}
/*navbar toggler*/
.navbar_toggler {
width: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 4;
background-color: #fff;
height: 60px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: .5rem 1rem;
}
.navbar-toggler {
z-index: 1;
}
.navbar .navbar-toggler {
color: #4688ed;
width: 40px;
height: 40px;
margin-left: .5rem;
padding: 0;
}
.navbar .navbar-toggler:focus {
outline: none;
}
.navbar-toggler.collapsed .fa-bars:before {
content: "\f0c9";
}
.navbar-toggler.collapsed {
background-color: transparent;
}
.navbar-toggler .fa-bars:before {
content: "\f00d";
}
/* nav wrapper */
.nav_wrapper {
padding: 0;
max-width: 100%;
}
.navbar-collapse {
flex-direction: column;
-ms-flex-direction: column;
position: fixed;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
z-index: 3;
padding-top: 60px;
height: 100vh;
overflow-x: hidden;
overflow-y: auto;
background-color: #f5f5fd;
}
.nav_wrapper .nav-item {
width: 100%;
}
.nav_wrapper .nav-item .nav-link {
padding-left: 15px;
padding-right: 15px;
}
.navbar-collapse .navbar-nav {
width: 100%;
}
.navbar-nav.nav_social {
flex-direction: row;
-ms-flex-direction: row;
-ms-flex-pack: center;
justify-content: center;
margin-top: 15px;
}
.navbar-nav.nav_social .nav-item {
width: auto;
}
.nav_sub_1 {
width: 100%;
}
.nav_sub_1 .media {
margin-top: 5px;
margin-bottom: 5px;
}
.m_navbar_brand_img {
box-sizing: border-box;
padding: 0;
height: 30px;
z-index: 4;
}
.m_navbar_brand_img img {
max-width: 120px;
height: inherit;
object-fit: contain;
}
/* profile sign out link */
.nav-user-name .nav-link {
font-size: 14px;
text-transform: uppercase;
color: #1c1f21;
}
.nav-sign-out .nav-link {
text-transform: uppercase;
}
/* nav profile icon */
.nav-profile-icon .btn {
margin-left: 5px;
}
.nav-profile-img {
width: 30px;
height: 30px;
margin-top: auto;
margin-bottom: auto;
}
/* sign in register */
.nav-profile-caption .nav-item .nav-link {
text-transform: uppercase;
}
.nav-or {
display: none;
}
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 576px) {} | public/front/css/navbar.css | header {
background-color: #ffffff;
}
.navbar {
height: 100px;
}
.nav_sub_1 .media small {
line-height: initial;
}
.nav_sub_1 .media small:nth-child(2) {
font-weight: bold;
}
.navbar-brand img {
max-width: 170px;
}
.nav_wrapper {
padding: 0 15px;
}
.nav-link {
color: #1c1f21;
}
.navbar_content {
width: 100%;
}
/* hover only main nav */
.nav_main .nav-item:hover .nav-link,
.nav_main .nav-item.active .nav-link,
.nav_main .nav-link:hover,
.nav_main .nav-link:hover {
color: #ffffff;
background-color: #2388ed;
}
/* nav profile icon */
.nav-profile-icon .dropdown-toggle::after {
display: none;
}
.nav-profile-icon .btn {
box-shadow: none;
border-radius: 100%;
border: 0px;
}
.nav-profile-icon .btn:focus,
.nav-profile-icon .btn:active {
box-shadow: none;
}
.nav-profile-caption {
margin-right: 10px;
}
.nav-profile-img {
height: 45px;
width: 45px;
object-fit: cover;
object-position: center;
border-radius: 100%;
-o-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-webkit-border-radius: 100%;
padding: 0;
}
.nav-profile-icon .dropdown-menu {
margin-top: 16px;
padding: 10px;
background-color: #2388ed;
border-color: #2388ed;
}
.nav-profile-icon .dropdown-menu .dropdown-item {
color: #ffffff;
}
.nav-profile-icon .dropdown-menu .dropdown-item:hover,
.nav-profile-icon .dropdown-menu .dropdown-item:focus {
background-color: #ffffff;
color: #2388ed;
outline: 0;
}
.nav-profile-icon .dropdown-menu:before {
content: '';
position: absolute;
background-image: url('../../../images/icons/arrow_user_menu.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center;
width: 20px;
height: 15px;
top: -15px;
right: 15px;
}
.nav-user-name .nav-link {
color: #4a5560;
}
.nav-sign-out .nav-link {
color: #2388ed;
}
/* sign in register */
.nav-signin .nav-link,
.nav-or .nav-link,
.nav-register .nav-link {
font-weight: normal;
color: #2388ed;
}
.nav-signin .nav-link:hover,
.nav-register .nav-link:hover {
text-decoration: underline;
}
/* social media */
.nav_social .nav-item {
margin-left: 5px;
margin-right: 5px;
}
.nav_social .nav-item .nav-link,
.nav_cart .nav-item .nav-link {
padding-top: 0;
padding-bottom: 0;
}
/* facebook icon */
.icon_fb {
width: 20px;
height: 20px;
background-image: url("../../../images/icons/menubar_facebook_normal.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
transition: all .5s;
}
.nav_social .nav-item:hover .icon_fb,
.nav_social .nav-item.active .icon_fb,
.nav_social .nav-link:hover .icon_fb,
.nav_social .nav-link:hover .icon_fb {
transform: scale(1.3);
background-image: url("../../../images/icons/menubar_facebook_over.png");
}
/* tweeter icon */
.icon_tweet {
width: 20px;
height: 20px;
background-image: url("../../../images/icons/menubar_tweeter_normal.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
transition: all .5s;
}
.nav_social .nav-item:hover .icon_tweet,
.nav_social .nav-item.active .icon_tweet,
.nav_social .nav-link:hover .icon_tweet,
.nav_social .nav-link:hover .icon_tweet {
transform: scale(1.3);
background-image: url("../../../images/icons/menubar_tweeter_over.png");
}
/* instagram icon */
.icon_insta {
width: 20px;
height: 20px;
background-image: url("../../../images/icons/menubar_insta_normal.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
transition: all .5s;
}
.nav_social .nav-item:hover .icon_insta,
.nav_social .nav-item.active .icon_insta,
.nav_social .nav-link:hover .icon_insta,
.nav_social .nav-link:hover .icon_insta {
transform: scale(1.3);
background-image: url("../../../images/icons/menubar_insta_over.png");
}
/* cart menu */
.nav_cart .nav-item {
margin-left: 5px;
margin-right: 15px;
}
.icon_cart {
width: 24px;
height: 24px;
background-image: url("../../../images/icons/menu_bar_cart.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
transition: all .5s;
}
.icon_cart .badge {
position: absolute;
top: -10px;
font-size: 11px;
left: 10px;
letter-spacing: 0;
color: #fff;
transition: all .7s;
background: #4a5560;
}
.icon_cart:hover {
transform: scale(1.3);
}
.icon_cart:hover .badge {
transform: scale(1.3);
}
/* media screen */
@media only screen and (min-width: 577px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 992px) {
/* fixed navbar */
.absolute {
position: absolute;
}
.fixed {
position: fixed !important;
top: 0 !important;
box-shadow: none;
}
/* .fixed .nav_sub_1 {
display: none !important;
} */
.fixed:before {
content: '';
width: 100%;
left: 0;
position: fixed;
right: 0;
max-width: 100%;
top: 0;
background: #fff;
height: 50px;
z-index: -1;
box-shadow: 0px 0px 3px #d1d1d1;
}
/* fixed navbar END*/
.navbar {
padding: 0;
}
.navbar-collapse {
padding-bottom: 15px;
}
.nav_wrapper {
/* position: absolute; */
width: 100%;
height: 50px;
top: calc(100% - 26px);
background-color: #ffffff;
box-shadow: 0px 0px 3px #d1d1d1;
z-index: 1;
border-radius: 5px;
}
.navbar-nav {
height: inherit;
}
.nav-link {
font-size: 12px;
line-height: 100%;
padding-top: 19px;
padding-bottom: 19px;
font-weight: bold;
}
/* nav profile */
.nav-user-name .nav-link,
.nav-sign-out .nav-link {
padding: 0;
}
.nav-user-name .nav-link {
font-size: 18px;
text-align: right;
margin-bottom: 5px;
}
.nav-sign-out .nav-link {
font-size: 14px;
font-weight: normal;
text-align: right;
}
/* sign in register */
.nav-signin .nav-link,
.nav-or .nav-link,
.nav-register .nav-link {
padding: 0 !important;
}
}
@media only screen and (min-width: 1025px) {
.nav-link {
font-size: 15px;
padding-top: 17.5px;
padding-bottom: 17.5px;
}
}
@media only screen and (min-width: 1300px) {}
@media only screen and (min-width: 1367px) {
.fixed {
position: fixed !important;
top: 0 !important;
box-shadow: none;
}
.fixed:before {
height: 76px;
}
.navbar {
height: 160px;
}
.navbar-brand img {
max-width: 260px;
}
.nav_sub_1 .media small {
font-size: medium;
}
.nav_wrapper {
height: 76px;
top: calc(100% - 39px);
}
.nav-link {
font-size: 16px;
padding-top: 30px;
padding-bottom: 30px;
}
/* nav profile */
.nav-user-name .nav-link {
font-size: 24px;
}
.nav-profile-caption .nav-link {
font-size: 24px;
}
.nav-profile-caption .nav-sign-out .nav-link {
font-size: 18px;
}
.nav-profile-icon .dropdown-menu:before {
right: 30px;
}
.nav-profile-icon .dropdown-menu {
padding: 20px;
margin-top: 20px;
}
.nav-profile-icon .dropdown-menu .dropdown-item {
font-size: 20px;
}
.nav-profile-icon .dropdown-menu:before {
width: 25px;
height: 20px;
top: -19px;
}
/* sign in register */
.nav-signin .nav-link,
.nav-or .nav-link,
.nav-register .nav-link {
font-size: 24px;
}
.nav-profile-img {
height: 70px;
width: 71px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {}
@media only screen and (min-device-width: 320px) and (max-device-width: 823px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {}
@media only screen and (max-width: 1366px) {
.nav_sub_1 .nav_contact .media img {
max-width: 12px;
}
}
@media only screen and (max-width: 1024px) {
.nav_wrapper .nav-item {
font-size: 14px;
}
}
@media only screen and (max-width: 991px) {
header.container-fluid {
padding: 0;
}
.navbar {
height: 60px;
padding: 0;
}
.navbar_content {
flex-direction: column;
}
/*navbar toggler*/
.navbar_toggler {
width: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 4;
background-color: #fff;
height: 60px;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: .5rem 1rem;
}
.navbar-toggler {
z-index: 1;
}
.navbar .navbar-toggler {
color: #4688ed;
width: 40px;
height: 40px;
margin-left: .5rem;
padding: 0;
}
.navbar .navbar-toggler:focus {
outline: none;
}
.navbar-toggler.collapsed .fa-bars:before {
content: "\f0c9";
}
.navbar-toggler.collapsed {
background-color: transparent;
}
.navbar-toggler .fa-bars:before {
content: "\f00d";
}
/* nav wrapper */
.nav_wrapper {
padding: 0;
max-width: 100%;
}
.navbar-collapse {
flex-direction: column;
-ms-flex-direction: column;
position: fixed;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
z-index: 3;
padding-top: 60px;
height: 100vh;
overflow-x: hidden;
overflow-y: auto;
background-color: #f5f5fd;
}
.nav_wrapper .nav-item {
width: 100%;
}
.nav_wrapper .nav-item .nav-link {
padding-left: 15px;
padding-right: 15px;
}
.navbar-collapse .navbar-nav {
width: 100%;
}
.navbar-nav.nav_social {
flex-direction: row;
-ms-flex-direction: row;
-ms-flex-pack: center;
justify-content: center;
margin-top: 15px;
}
.navbar-nav.nav_social .nav-item {
width: auto;
}
.nav_sub_1 {
width: 100%;
}
.nav_sub_1 .media {
margin-top: 5px;
margin-bottom: 5px;
}
.m_navbar_brand_img {
box-sizing: border-box;
padding: 0;
height: 30px;
z-index: 4;
}
.m_navbar_brand_img img {
max-width: 120px;
height: inherit;
object-fit: contain;
}
/* profile sign out link */
.nav-user-name .nav-link {
font-size: 14px;
text-transform: uppercase;
color: #1c1f21;
}
.nav-sign-out .nav-link {
text-transform: uppercase;
}
/* nav profile icon */
.nav-profile-icon .btn {
margin-left: 5px;
}
.nav-profile-img {
width: 30px;
height: 30px;
margin-top: auto;
margin-bottom: auto;
}
/* sign in register */
.nav-profile-caption .nav-item .nav-link {
text-transform: uppercase;
}
.nav-or {
display: none;
}
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 576px) {} | 0.365004 | 0.063511 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700,800);
@media only screen{.sm-1{width:8.33333%}
.sm-2{width:16.66667%}
.sm-3{width:25%}
.sm-4{width:33.33333%}
.sm-5{width:41.66667%}
.sm-6{width:50%}
.sm-7{width:58.33333%}
.sm-8{width:66.66667%}
.sm-9{width:75%}
.sm-10{width:83.33333%}
.sm-11{width:91.66667%}
.sm-12{width:100%}
.md-1{width:8.33333%}
.md-2{width:16.66667%}
.md-3{width:25%}
.md-4{width:33.33333%}
.md-5{width:41.66667%}
.md-6{width:50%}
.md-7{width:58.33333%}
.md-8{width:66.66667%}
.md-9{width:75%}
.md-10{width:83.33333%}
.md-11{width:91.66667%}
.md-12{width:100%}
.lr-1{width:8.33333%}
.lr-2{width:16.66667%}
.lr-3{width:25%}
.lr-4{width:33.33333%}
.lr-5{width:41.66667%}
.lr-6{width:50%}
.lr-7{width:58.33333%}
.lr-8{width:66.66667%}
.lr-9{width:75%}
.lr-10{width:83.33333%}
.lr-11{width:91.66667%}
.lr-12{width:100%}}
.offset-1{margin-left:8.33333%}
.offset-2{margin-left:16.66667%}
.offset-3{margin-left:25%}
.offset-4{margin-left:33.33333%}
.offset-5{margin-left:41.66667%}
.offset-6{margin-left:50%}
.offset-7{margin-left:58.33333%}
.offset-8{margin-left:66.66667%}
.offset-9{margin-left:75%}
.offset-10{margin-left:83.33333%}
.offset-11{margin-left:91.66667%}
@media only screen and (min-width:320px) and (max-width:767px){.sm-centered{margin:0 auto}
.visible-on-large-up,.visible-on-medium-up,.visible-only-on-large,.visible-only-on-medium{display:none!important}
.visible-on-small-up,.visible-only-on-small{display:inherit!important}
.sm-1{width:8.33333%}
.sm-2{width:16.66667%}
.sm-3{width:25%}
.sm-4{width:33.33333%}
.sm-5{width:41.66667%}
.sm-6{width:50%}
.sm-7{width:58.33333%}
.sm-8{width:66.66667%}
.sm-9{width:75%}
.sm-10{width:83.33333%}
.sm-11{width:91.66667%}
.sm-12{width:100%}
.sm-offset-1{margin-left:8.33333%!important}
.sm-offset-2{margin-left:16.66667%!important}
.sm-offset-3{margin-left:25%!important}
.sm-offset-4{margin-left:33.33333%!important}
.sm-offset-5{margin-left:41.66667%!important}
.sm-offset-6{margin-left:50%!important}
.sm-offset-7{margin-left:58.33333%!important}
.sm-offset-8{margin-left:66.66667%!important}
.sm-offset-9{margin-left:75%!important}
.sm-offset-10{margin-left:83.33333%!important}
.sm-offset-11{margin-left:91.66667%!important}}
@media only screen and (min-width:768px) and (max-width:1279px){.md-centered{margin:0 auto}
.visible-on-large-up,.visible-only-on-large,.visible-only-on-small{display:none!important}
.visible-on-medium-up,.visible-on-small-up,.visible-only-on-medium{display:inherit!important}
.md-1{width:8.33333%}
.md-2{width:16.66667%}
.md-3{width:25%}
.md-4{width:33.33333%}
.md-5{width:41.66667%}
.md-6{width:50%}
.md-7{width:58.33333%}
.md-8{width:66.66667%}
.md-9{width:75%}
.md-10{width:83.33333%}
.md-11{width:91.66667%}
.md-12{width:100%}
.md-offset-1{margin-left:8.33333%!important}
.md-offset-2{margin-left:16.66667%!important}
.md-offset-3{margin-left:25%!important}
.md-offset-4{margin-left:33.33333%!important}
.md-offset-5{margin-left:41.66667%!important}
.md-offset-6{margin-left:50%!important}
.md-offset-7{margin-left:58.33333%!important}
.md-offset-8{margin-left:66.66667%!important}
.md-offset-9{margin-left:75%!important}
.md-offset-10{margin-left:83.33333%!important}
.md-offset-11{margin-left:91.66667%!important}}
@media only screen and (min-width:1280px){.lr-centered{margin:0 auto}
.visible-on-large-up,.visible-on-medium-up,.visible-on-small-up,.visible-only-on-large{display:inherit!important}
.visible-only-on-medium,.visible-only-on-small{display:none!important}
.lr-1{width:8.33333%}
.lr-2{width:16.66667%}
.lr-3{width:25%}
.lr-4{width:33.33333%}
.lr-5{width:41.66667%}
.lr-6{width:50%}
.lr-7{width:58.33333%}
.lr-8{width:66.66667%}
.lr-9{width:75%}
.lr-10{width:83.33333%}
.lr-11{width:91.66667%}
.lr-12{width:100%}
.lr-offset-1{margin-left:8.33333%!important}
.lr-offset-2{margin-left:16.66667%!important}
.lr-offset-3{margin-left:25%!important}
.lr-offset-4{margin-left:33.33333%!important}
.lr-offset-5{margin-left:41.66667%!important}
.lr-offset-6{margin-left:50%!important}
.lr-offset-7{margin-left:58.33333%!important}
.lr-offset-8{margin-left:66.66667%!important}
.lr-offset-9{margin-left:75%!important}
.lr-offset-10{margin-left:83.33333%!important}
.lr-offset-11{margin-left:91.66667%!important}}
body{margin:0;padding:0;font-family:'Open Sans',sans-serif;text-rendering:optimizeLegibility!important;-webkit-font-smoothing:antialiased!important}
blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}
ol ol,ol ul,ul ol,ul ul{margin-left:60px;margin-top:10px}
.centered{margin:0 auto}
.frame{max-width:900px;margin:0 auto;height:auto}
.same-row{float:left;position:relative}
.row{width:100%;height:auto;clear:both}
button,button.primary{padding:10px 25px;font-size:16px;background:#00acc1;border:none;color:#FFF;border-radius:4px;-webkit-transition:background .1s linear;transition:background .1s linear;outline:0;margin:5px;min-width:72px}
button.primary:hover{background:rgba(0,172,193,.85)}
button.big{font-size:18px;padding:15px 25px;font-weight:400;border-radius:6px}
button.primary-bordered{background:0 0;border:1px solid #00acc1;color:#00acc1}
button.secondary{background:#ffee58;color:#000;-webkit-transition:background .1s linear;transition:background .1s linear}
button.secondary:hover{background:rgba(255,238,88,.5)}
button.secondary-bordered{background:0 0;border:1px solid #ffee58;color:#ffee58}
button.square{border-radius:0}
table.table{text-align:center;width:95%;margin:0 auto}
table.table tr{border-bottom:1px solid #00acc1}
table.table th{padding:15px}
table.table td{padding:25px}
a.link{color:#00acc1;text-decoration:none;position:relative;padding:0 4px;font-weight:300}
a.link:hover{color:#00acc1;text-decoration:underline}
a.link.fancy:before{content:"";position:absolute;width:0;height:1px;bottom:-5px;left:0;background-color:#00acc1;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
a.link.fancy:hover{color:#00acc1;text-decoration:none}
a.link.fancy:hover:before{visibility:visible;width:100%}
ul.ul li{list-style:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDBBQ0MxIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSI0LjY3MiIgY3k9IjQuOTUzIiByPSIyLjk1MyIvPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);list-style-position:inside;margin-bottom:10px}
ul.ul li:last-child{margin-bottom:0}
ol.ol li{list-style-position:inside;margin-bottom:10px;list-style-type:decimal;list-style:decimal}
ol.ol li:last-child{margin-bottom:0}
h1,h2,h3,h4,h5,h6{font-weight:500}
h1{font-size:38px;margin-bottom:19px}
h2{font-size:32px;margin-bottom:16px}
h3{font-size:28px;margin-bottom:14px}
h4{font-size:24px;margin-bottom:12px}
h5{font-size:18px;margin-bottom:9px}
h6{font-size:14px;margin-bottom:7px} | css/frame.css | @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700,800);
@media only screen{.sm-1{width:8.33333%}
.sm-2{width:16.66667%}
.sm-3{width:25%}
.sm-4{width:33.33333%}
.sm-5{width:41.66667%}
.sm-6{width:50%}
.sm-7{width:58.33333%}
.sm-8{width:66.66667%}
.sm-9{width:75%}
.sm-10{width:83.33333%}
.sm-11{width:91.66667%}
.sm-12{width:100%}
.md-1{width:8.33333%}
.md-2{width:16.66667%}
.md-3{width:25%}
.md-4{width:33.33333%}
.md-5{width:41.66667%}
.md-6{width:50%}
.md-7{width:58.33333%}
.md-8{width:66.66667%}
.md-9{width:75%}
.md-10{width:83.33333%}
.md-11{width:91.66667%}
.md-12{width:100%}
.lr-1{width:8.33333%}
.lr-2{width:16.66667%}
.lr-3{width:25%}
.lr-4{width:33.33333%}
.lr-5{width:41.66667%}
.lr-6{width:50%}
.lr-7{width:58.33333%}
.lr-8{width:66.66667%}
.lr-9{width:75%}
.lr-10{width:83.33333%}
.lr-11{width:91.66667%}
.lr-12{width:100%}}
.offset-1{margin-left:8.33333%}
.offset-2{margin-left:16.66667%}
.offset-3{margin-left:25%}
.offset-4{margin-left:33.33333%}
.offset-5{margin-left:41.66667%}
.offset-6{margin-left:50%}
.offset-7{margin-left:58.33333%}
.offset-8{margin-left:66.66667%}
.offset-9{margin-left:75%}
.offset-10{margin-left:83.33333%}
.offset-11{margin-left:91.66667%}
@media only screen and (min-width:320px) and (max-width:767px){.sm-centered{margin:0 auto}
.visible-on-large-up,.visible-on-medium-up,.visible-only-on-large,.visible-only-on-medium{display:none!important}
.visible-on-small-up,.visible-only-on-small{display:inherit!important}
.sm-1{width:8.33333%}
.sm-2{width:16.66667%}
.sm-3{width:25%}
.sm-4{width:33.33333%}
.sm-5{width:41.66667%}
.sm-6{width:50%}
.sm-7{width:58.33333%}
.sm-8{width:66.66667%}
.sm-9{width:75%}
.sm-10{width:83.33333%}
.sm-11{width:91.66667%}
.sm-12{width:100%}
.sm-offset-1{margin-left:8.33333%!important}
.sm-offset-2{margin-left:16.66667%!important}
.sm-offset-3{margin-left:25%!important}
.sm-offset-4{margin-left:33.33333%!important}
.sm-offset-5{margin-left:41.66667%!important}
.sm-offset-6{margin-left:50%!important}
.sm-offset-7{margin-left:58.33333%!important}
.sm-offset-8{margin-left:66.66667%!important}
.sm-offset-9{margin-left:75%!important}
.sm-offset-10{margin-left:83.33333%!important}
.sm-offset-11{margin-left:91.66667%!important}}
@media only screen and (min-width:768px) and (max-width:1279px){.md-centered{margin:0 auto}
.visible-on-large-up,.visible-only-on-large,.visible-only-on-small{display:none!important}
.visible-on-medium-up,.visible-on-small-up,.visible-only-on-medium{display:inherit!important}
.md-1{width:8.33333%}
.md-2{width:16.66667%}
.md-3{width:25%}
.md-4{width:33.33333%}
.md-5{width:41.66667%}
.md-6{width:50%}
.md-7{width:58.33333%}
.md-8{width:66.66667%}
.md-9{width:75%}
.md-10{width:83.33333%}
.md-11{width:91.66667%}
.md-12{width:100%}
.md-offset-1{margin-left:8.33333%!important}
.md-offset-2{margin-left:16.66667%!important}
.md-offset-3{margin-left:25%!important}
.md-offset-4{margin-left:33.33333%!important}
.md-offset-5{margin-left:41.66667%!important}
.md-offset-6{margin-left:50%!important}
.md-offset-7{margin-left:58.33333%!important}
.md-offset-8{margin-left:66.66667%!important}
.md-offset-9{margin-left:75%!important}
.md-offset-10{margin-left:83.33333%!important}
.md-offset-11{margin-left:91.66667%!important}}
@media only screen and (min-width:1280px){.lr-centered{margin:0 auto}
.visible-on-large-up,.visible-on-medium-up,.visible-on-small-up,.visible-only-on-large{display:inherit!important}
.visible-only-on-medium,.visible-only-on-small{display:none!important}
.lr-1{width:8.33333%}
.lr-2{width:16.66667%}
.lr-3{width:25%}
.lr-4{width:33.33333%}
.lr-5{width:41.66667%}
.lr-6{width:50%}
.lr-7{width:58.33333%}
.lr-8{width:66.66667%}
.lr-9{width:75%}
.lr-10{width:83.33333%}
.lr-11{width:91.66667%}
.lr-12{width:100%}
.lr-offset-1{margin-left:8.33333%!important}
.lr-offset-2{margin-left:16.66667%!important}
.lr-offset-3{margin-left:25%!important}
.lr-offset-4{margin-left:33.33333%!important}
.lr-offset-5{margin-left:41.66667%!important}
.lr-offset-6{margin-left:50%!important}
.lr-offset-7{margin-left:58.33333%!important}
.lr-offset-8{margin-left:66.66667%!important}
.lr-offset-9{margin-left:75%!important}
.lr-offset-10{margin-left:83.33333%!important}
.lr-offset-11{margin-left:91.66667%!important}}
body{margin:0;padding:0;font-family:'Open Sans',sans-serif;text-rendering:optimizeLegibility!important;-webkit-font-smoothing:antialiased!important}
blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}
ol ol,ol ul,ul ol,ul ul{margin-left:60px;margin-top:10px}
.centered{margin:0 auto}
.frame{max-width:900px;margin:0 auto;height:auto}
.same-row{float:left;position:relative}
.row{width:100%;height:auto;clear:both}
button,button.primary{padding:10px 25px;font-size:16px;background:#00acc1;border:none;color:#FFF;border-radius:4px;-webkit-transition:background .1s linear;transition:background .1s linear;outline:0;margin:5px;min-width:72px}
button.primary:hover{background:rgba(0,172,193,.85)}
button.big{font-size:18px;padding:15px 25px;font-weight:400;border-radius:6px}
button.primary-bordered{background:0 0;border:1px solid #00acc1;color:#00acc1}
button.secondary{background:#ffee58;color:#000;-webkit-transition:background .1s linear;transition:background .1s linear}
button.secondary:hover{background:rgba(255,238,88,.5)}
button.secondary-bordered{background:0 0;border:1px solid #ffee58;color:#ffee58}
button.square{border-radius:0}
table.table{text-align:center;width:95%;margin:0 auto}
table.table tr{border-bottom:1px solid #00acc1}
table.table th{padding:15px}
table.table td{padding:25px}
a.link{color:#00acc1;text-decoration:none;position:relative;padding:0 4px;font-weight:300}
a.link:hover{color:#00acc1;text-decoration:underline}
a.link.fancy:before{content:"";position:absolute;width:0;height:1px;bottom:-5px;left:0;background-color:#00acc1;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
a.link.fancy:hover{color:#00acc1;text-decoration:none}
a.link.fancy:hover:before{visibility:visible;width:100%}
ul.ul li{list-style:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgMTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDBBQ0MxIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSI0LjY3MiIgY3k9IjQuOTUzIiByPSIyLjk1MyIvPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);list-style-position:inside;margin-bottom:10px}
ul.ul li:last-child{margin-bottom:0}
ol.ol li{list-style-position:inside;margin-bottom:10px;list-style-type:decimal;list-style:decimal}
ol.ol li:last-child{margin-bottom:0}
h1,h2,h3,h4,h5,h6{font-weight:500}
h1{font-size:38px;margin-bottom:19px}
h2{font-size:32px;margin-bottom:16px}
h3{font-size:28px;margin-bottom:14px}
h4{font-size:24px;margin-bottom:12px}
h5{font-size:18px;margin-bottom:9px}
h6{font-size:14px;margin-bottom:7px} | 0.40028 | 0.069668 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,100;1,500&display=swap");
html,
body {
background: url(./assets/aurora.webp) bottom no-repeat transparent;
background-color: rgb(47 186 210);
background-size: cover;
height: 100vh;
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: #001;
}
/* story11 */
#navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
#nav-list {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #001;
}
.nav-ul li {
float: right;
}
.nav-ul a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.proj li {
color: black;
text-decoration: none;
list-style-type: none;
}
/* story10 200~The height of the welcome section should be equal to the height of the viewport. */
#welcome-section {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
width: 100%;
height: 100vh;
margin-bottom: 2rem;
/* background-color: rgba(255, 255, 255, .1); */
}
#projects {
max-width: 80%;
height: auto;
}
section {
/* background-color: rgba(255, 255, 255, .1); */
/* background-blend-mode: lighten; */
border-radius: 6px;
padding-top: 2rem;
/* padding: 2rem; */
width: auto;
margin: 0 auto;
/* box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.363); */
top: 1em;
margin-bottom: 2rem;
}
div h1 {
color: whitesmoke;
text-align: center;
font-size: 3rem;
text-shadow: 1px 1px 10px whitesmoke;
padding-bottom: 5em;
}
.indicator {
margin: 0 auto;
padding: 0;
display: flex;
/* height: 100vh; */
justify-content: center;
align-items: flex-end;
font-family: sans-serif;
/* background: transparent; */
position: relative;
width: 50px;
height: 50px;
transform: rotate(45deg);
}
.indicator span {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
border: none;
border-bottom: 3px solid #fff;
border-right: 3px solid #fff;
animation: animate 1.5s backwards infinite;
}
.indicator span:nth-child(1) {
top: -30px;
left: -30px;
animation-delay: 1.5s;
}
.indicator span:nth-child(2) {
top: -15px;
left: -15px;
animation-delay: 1.7s;
}
.indicator span:nth-child(3) {
top: 0;
left: 0;
animation-delay: 1.9s;
}
.indicator span:nth-child(4) {
top: 15px;
left: 15px;
animation-delay: 2.1s;
}
.indicator span:nth-child(5) {
top: 30px;
left: 30px;
animation-delay: 2.3s;
}
@keyframes animate {
0% {
border-color: #fff;
transform: translate(0, 0);
}
20% {
border-color: #fff;
transform: translate(15px, 15px);
}
20.1%,
100% {
border-color: rgb(47 186 210);
}
}
div.project-tile {
text-align: center;
font-size: 1.5em;
font-weight: bold;
}
/* .item {
border: thick grey;
} */
.sample-sec {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
align-content: center;
/* padding: 0; */
/* margin: 0; */
list-style: none;
background-color: rgb(47 186 210);
}
.project-title {
border-radius: 6px;
width: 36%;
background-color: white;
box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, 0.25), 0 8px 8px 0 rgba(0, 0, 0, 0.3);
margin-bottom: 2em;
text-decoration: none;
}
.project-title:active {
background-color: whitesmoke;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
transform: translateX(2px) translateY(2px);
}
.project-title img {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
/* Area de testes */
.project-teste {
border-radius: 6px;
width: 36%;
background-color: white;
box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, 0.25), 0 8px 8px 0 rgba(0, 0, 0, 0.3);
margin-bottom: 2em;
text-decoration: none;
cursor: pointer;
}
.project-teste:active {
background-color: whitesmoke;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
transform: translateX(2px) translateY(2px);
}
.project-teste img {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
/* Fim da area de testes */
footer {
color: white;
text-align: center;
font-style: italic;
list-style-type: none;
margin: 0;
padding: 1em;
background-color: #001;
}
.background {
position: absolute;
display: block;
top: 0;
left: 0;
z-index: 1;
}
@media all and (max-width: 500px) {
.sample-sec {
/* On small screens, we are no longer using row direction but column */
justify-content: flex-start;
flex-direction: column;
}
div.project-title {
width: 80%;
margin: 0 auto;
margin-bottom: 25px;
}
}
/* story9 at list one media query */
@media (max-width: 100px) {
p {
font-size: 10px;
}
} | style.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,100;1,500&display=swap");
html,
body {
background: url(./assets/aurora.webp) bottom no-repeat transparent;
background-color: rgb(47 186 210);
background-size: cover;
height: 100vh;
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: #001;
}
/* story11 */
#navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
#nav-list {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #001;
}
.nav-ul li {
float: right;
}
.nav-ul a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.proj li {
color: black;
text-decoration: none;
list-style-type: none;
}
/* story10 200~The height of the welcome section should be equal to the height of the viewport. */
#welcome-section {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
width: 100%;
height: 100vh;
margin-bottom: 2rem;
/* background-color: rgba(255, 255, 255, .1); */
}
#projects {
max-width: 80%;
height: auto;
}
section {
/* background-color: rgba(255, 255, 255, .1); */
/* background-blend-mode: lighten; */
border-radius: 6px;
padding-top: 2rem;
/* padding: 2rem; */
width: auto;
margin: 0 auto;
/* box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.363); */
top: 1em;
margin-bottom: 2rem;
}
div h1 {
color: whitesmoke;
text-align: center;
font-size: 3rem;
text-shadow: 1px 1px 10px whitesmoke;
padding-bottom: 5em;
}
.indicator {
margin: 0 auto;
padding: 0;
display: flex;
/* height: 100vh; */
justify-content: center;
align-items: flex-end;
font-family: sans-serif;
/* background: transparent; */
position: relative;
width: 50px;
height: 50px;
transform: rotate(45deg);
}
.indicator span {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
border: none;
border-bottom: 3px solid #fff;
border-right: 3px solid #fff;
animation: animate 1.5s backwards infinite;
}
.indicator span:nth-child(1) {
top: -30px;
left: -30px;
animation-delay: 1.5s;
}
.indicator span:nth-child(2) {
top: -15px;
left: -15px;
animation-delay: 1.7s;
}
.indicator span:nth-child(3) {
top: 0;
left: 0;
animation-delay: 1.9s;
}
.indicator span:nth-child(4) {
top: 15px;
left: 15px;
animation-delay: 2.1s;
}
.indicator span:nth-child(5) {
top: 30px;
left: 30px;
animation-delay: 2.3s;
}
@keyframes animate {
0% {
border-color: #fff;
transform: translate(0, 0);
}
20% {
border-color: #fff;
transform: translate(15px, 15px);
}
20.1%,
100% {
border-color: rgb(47 186 210);
}
}
div.project-tile {
text-align: center;
font-size: 1.5em;
font-weight: bold;
}
/* .item {
border: thick grey;
} */
.sample-sec {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
align-content: center;
/* padding: 0; */
/* margin: 0; */
list-style: none;
background-color: rgb(47 186 210);
}
.project-title {
border-radius: 6px;
width: 36%;
background-color: white;
box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, 0.25), 0 8px 8px 0 rgba(0, 0, 0, 0.3);
margin-bottom: 2em;
text-decoration: none;
}
.project-title:active {
background-color: whitesmoke;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
transform: translateX(2px) translateY(2px);
}
.project-title img {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
/* Area de testes */
.project-teste {
border-radius: 6px;
width: 36%;
background-color: white;
box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, 0.25), 0 8px 8px 0 rgba(0, 0, 0, 0.3);
margin-bottom: 2em;
text-decoration: none;
cursor: pointer;
}
.project-teste:active {
background-color: whitesmoke;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
transform: translateX(2px) translateY(2px);
}
.project-teste img {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
/* Fim da area de testes */
footer {
color: white;
text-align: center;
font-style: italic;
list-style-type: none;
margin: 0;
padding: 1em;
background-color: #001;
}
.background {
position: absolute;
display: block;
top: 0;
left: 0;
z-index: 1;
}
@media all and (max-width: 500px) {
.sample-sec {
/* On small screens, we are no longer using row direction but column */
justify-content: flex-start;
flex-direction: column;
}
div.project-title {
width: 80%;
margin: 0 auto;
margin-bottom: 25px;
}
}
/* story9 at list one media query */
@media (max-width: 100px) {
p {
font-size: 10px;
}
} | 0.349533 | 0.070081 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://dailynews.yahoo.co.jp/"),
url-prefix("http://blogs.yahoo.co.jp/"),url-prefix("http://headlines.yahoo.co.jp/") ,url-prefix("http://zasshi.news.yahoo.co.jp/") ,url-prefix("http://polls.dailynews.yahoo.co.jp/") ,url-prefix("http://nratings.yahoo.co.jp/")
,url-prefix("http://dic.yahoo.co.jp/")
,url-prefix("http://auctions.yahoo.co.jp/")
,url-prefix("http://auctions.search.yahoo.co.jp/")
,domain("auctions.yahoo.co.jp")
,domain("loco.yahoo.co.jp"){
/*news*/
.adCt,.socialButton,#ynRelatedArticleList,#pos-sqb,#YFA_Control_LREC,
#pos-tn,
DIV[class="ymuiHeaderBGLP ymui3DHeaderLP"],DIV.ymui3DContainerLP,
DIV[class="ymuiHeaderBGLB2 ymui3DHeaderLB2"],
DIV[class="ymuiHeaderBGLG ymui3DHeaderLG"],
DIV[class="ymuiHeaderBGLY ymui3DHeaderLY"],
.marB10,
.yjmth,#relBtn,#uhdSb,#uhdMain,
.mdSub,.twTlbox,.qrModule,#guestBook,
#subNav,.hdH2,.yjSt,
.disasterMod,
.backToRelInfo,#uftMain,.ynbox_side,.yjS,#ynRating,#ynFreshEye{display:none;}
#backToPagetop ,#ynSocialBookmark,#masthead,
#footer,#yjPluginWMPSL01,#yjPluginAFP01,#ynAffinityList,.ymuiPagingTop,#ynRelatedBlog,.cptHeaderLogin,#header-d:nth-child(1)>DIV:nth-child(9),#footer-d,.qr-dic{display:none!important;}
#detailNews,
#wikiContentBorder2{font-size:12px;}
#ynDetail,.ymuiContainerNopad,.ymuiList,.ymuiHeaderBGLight{font-size:12px!important;}
#ynPhotoMod li,#commentbody,.fsmt{font-size:10px!important;}
.ymuiContainer ,.yjL,#main {font-size:14px!important;}
.cptComment li.hdTop,.cptFooterDoubleRow{padding-top: 0px!important;
padding-right: 5px;
padding-bottom: 0px!important;
padding-left: 5px;}
/*blog*/
.yahooIdentityUserCardContents,#favoriteBlogList,#visitorsList,#feedsModule,
#modules .userBadgeModule ,.headerContent ul,
.yBookmarkWrap,
#blogUtilityLinks,#globalHeader,
.trackbackArea,.trackbackInfo ,.commentsArea ,.commentsContents,
.positionSqbss,#bottomAdBannerArea div,#footerSeparator,.newblogInfoRanking ,
#yjPofeeButton1,
#footerArea,
#IFRAME[src^="http://dcs.yahoo.co.jp/dp/"],.commonColor,.blogPartsModule,#bottomAdBannerArea,[class="entryMetaInfo socialButtons"],#statisticsModule
{display:none!important;}
body{background:none #f0f0f0!important;}
#globalHeader{background:gray!important;}
/*blog*/
.newblogInfoTalent{display:none!important;}
.entryTd p{font-size: 0.95em!important;}
#blogHeaderArea{height: 95px!important;}
.entryTd > p,
.entryTd > p > font,
.entryTd > p > font > font,
.entryTd > p > font > font > font > font > font,
.entryTd > p > font > font > font > font > font > font > font{font-size: 12.6px!important;}
#allBlogContentsArea{padding-top: 0px!important;
font-family: 'Meiryo','メイリオ','平成明朝','Lucida Grande',Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','MS Pゴシック',sans-serif;
}
#mainContentsArea p{font-size:12px!important;
line-height:20px!important;
color:#333!important;
}
#mainContentsArea .entry{background:none #f0f0f0!important;}
/*auction*/
.msg,#serpHeader,#SaB,#SaC-tg,#Sb_2,.modWlBtn,
#ASu,#ASw,#ASw2,#ASz3,#footer,
#acModFtSocial,#acModFtLink,#modAdUltAreaDoc,#acMdGovAuc,#modAdLrecArea,#acMdYpremiumBox,#modAdRpArea,#acMdShowCase,
A[href^="http://auctions.yahoo.co.jp/jp/showcase/"],
#modSpBox02,
#mastHead,#modFreeArea,#Footer,
#ASx,#SaA,#ASs,#ASn2,#ASu3,#So2,#So4,#ASu2,#ASee,#Cj,#S_Charity,
#modFtSeoBox,TABLE[width="100%"][bgcolor="#dddddd"],#modAdFtComm,#modFtSeoBox,.untBg,
#modAdUltArea,#modSsBox,
A[href^="http://special.auctions.yahoo.co.jp/html/commerce_app/terapeak/"],
A[href^="http://crd.auctions.yahoo.co.jp/"],
A[href^="http://rd.yahoo.co.jp/auction/promotion/bid1/*http://topic.auctions.yahoo.co.jp/mobile/"],
IMG[src^="http://i.yimg.jp/images/auct/recommend/2012/sp/"]
{display:none;}
#SaB,#modTopCrLink,#modGuideBox,#modMblBox,#modStoreSpBox,#Ck,
.AS1m .t2,#modDaikou,#modShare_area,.untFoot,
.modWatchList,
DIV#modPdtDtlInfo>DIV.untBody>TABLE[width="100%"]>TBODY>TR>TD[width="1%"][valign="top"],
A[href^="http://crd.auctions.yahoo.co.jp/"],TD[width="99%"][valign="top"],
#modPdtDtlInfo TD[width="1%"][valign="top"],
#modPdtDtlInfo TABLE[width="100%"] H3,
#modPdtDtlInfo TD[width="1%"][align="right"][valign="middle"],
#modFtSeoBox,#modAdUltArea,#modAdFtComm,
#SaA-dtl,
#ASu3,#ASx,#S_Charity,#ASs,
.com_slider,.a1,.nsort,.hd{display:none!important;}
.AS1m table tr td{padding-top: 0px!important;
padding-bottom: 0px!important;
}
#modRnwRcd{position:absolute;
margin-left:82%!important;
margin-top:-45px!important;
}
#Sf{position:absolute;
top:2px;
left:670px;
width:200px!important;
}
#Sf .inner{width:200px!important;}
#header{background:#eeeeee!important;
}
#Sf2 .inner{padding-bottom:0px!important;
border-bottom-color:#eeeeee!important;
min-height: 0px!important;
}
#SaD{margin-top: 14px!important;}
#srchacb,.normalHeader{height: 17px!important;}
#nv,
.AS1m table tr.la th{padding: 0px!important;}
#SaC{min-height: 0px!important;}
#header,#Ck{margin-bottom: 5px!important;}
.AS1m .t2{padding-top: 0px!important;}
#modTitBar td,
.decTd01,.decTd02{padding-top: 0px!important;
padding-bottom: 0px!important;
}
#modCtgPath{margin-bottom: 0px!important;}
.modWatchList{position:absolute;
top:0;
}
/*loco*/
#gnavi_v2,.page-navi-btm,
#ss_box_v4,.navi-app-promo,.ekispa_promos,.attention,#attention,.remarks,.metro_pr,
.service{display:none;}
} | data/usercss/55874.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://dailynews.yahoo.co.jp/"),
url-prefix("http://blogs.yahoo.co.jp/"),url-prefix("http://headlines.yahoo.co.jp/") ,url-prefix("http://zasshi.news.yahoo.co.jp/") ,url-prefix("http://polls.dailynews.yahoo.co.jp/") ,url-prefix("http://nratings.yahoo.co.jp/")
,url-prefix("http://dic.yahoo.co.jp/")
,url-prefix("http://auctions.yahoo.co.jp/")
,url-prefix("http://auctions.search.yahoo.co.jp/")
,domain("auctions.yahoo.co.jp")
,domain("loco.yahoo.co.jp"){
/*news*/
.adCt,.socialButton,#ynRelatedArticleList,#pos-sqb,#YFA_Control_LREC,
#pos-tn,
DIV[class="ymuiHeaderBGLP ymui3DHeaderLP"],DIV.ymui3DContainerLP,
DIV[class="ymuiHeaderBGLB2 ymui3DHeaderLB2"],
DIV[class="ymuiHeaderBGLG ymui3DHeaderLG"],
DIV[class="ymuiHeaderBGLY ymui3DHeaderLY"],
.marB10,
.yjmth,#relBtn,#uhdSb,#uhdMain,
.mdSub,.twTlbox,.qrModule,#guestBook,
#subNav,.hdH2,.yjSt,
.disasterMod,
.backToRelInfo,#uftMain,.ynbox_side,.yjS,#ynRating,#ynFreshEye{display:none;}
#backToPagetop ,#ynSocialBookmark,#masthead,
#footer,#yjPluginWMPSL01,#yjPluginAFP01,#ynAffinityList,.ymuiPagingTop,#ynRelatedBlog,.cptHeaderLogin,#header-d:nth-child(1)>DIV:nth-child(9),#footer-d,.qr-dic{display:none!important;}
#detailNews,
#wikiContentBorder2{font-size:12px;}
#ynDetail,.ymuiContainerNopad,.ymuiList,.ymuiHeaderBGLight{font-size:12px!important;}
#ynPhotoMod li,#commentbody,.fsmt{font-size:10px!important;}
.ymuiContainer ,.yjL,#main {font-size:14px!important;}
.cptComment li.hdTop,.cptFooterDoubleRow{padding-top: 0px!important;
padding-right: 5px;
padding-bottom: 0px!important;
padding-left: 5px;}
/*blog*/
.yahooIdentityUserCardContents,#favoriteBlogList,#visitorsList,#feedsModule,
#modules .userBadgeModule ,.headerContent ul,
.yBookmarkWrap,
#blogUtilityLinks,#globalHeader,
.trackbackArea,.trackbackInfo ,.commentsArea ,.commentsContents,
.positionSqbss,#bottomAdBannerArea div,#footerSeparator,.newblogInfoRanking ,
#yjPofeeButton1,
#footerArea,
#IFRAME[src^="http://dcs.yahoo.co.jp/dp/"],.commonColor,.blogPartsModule,#bottomAdBannerArea,[class="entryMetaInfo socialButtons"],#statisticsModule
{display:none!important;}
body{background:none #f0f0f0!important;}
#globalHeader{background:gray!important;}
/*blog*/
.newblogInfoTalent{display:none!important;}
.entryTd p{font-size: 0.95em!important;}
#blogHeaderArea{height: 95px!important;}
.entryTd > p,
.entryTd > p > font,
.entryTd > p > font > font,
.entryTd > p > font > font > font > font > font,
.entryTd > p > font > font > font > font > font > font > font{font-size: 12.6px!important;}
#allBlogContentsArea{padding-top: 0px!important;
font-family: 'Meiryo','メイリオ','平成明朝','Lucida Grande',Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','MS Pゴシック',sans-serif;
}
#mainContentsArea p{font-size:12px!important;
line-height:20px!important;
color:#333!important;
}
#mainContentsArea .entry{background:none #f0f0f0!important;}
/*auction*/
.msg,#serpHeader,#SaB,#SaC-tg,#Sb_2,.modWlBtn,
#ASu,#ASw,#ASw2,#ASz3,#footer,
#acModFtSocial,#acModFtLink,#modAdUltAreaDoc,#acMdGovAuc,#modAdLrecArea,#acMdYpremiumBox,#modAdRpArea,#acMdShowCase,
A[href^="http://auctions.yahoo.co.jp/jp/showcase/"],
#modSpBox02,
#mastHead,#modFreeArea,#Footer,
#ASx,#SaA,#ASs,#ASn2,#ASu3,#So2,#So4,#ASu2,#ASee,#Cj,#S_Charity,
#modFtSeoBox,TABLE[width="100%"][bgcolor="#dddddd"],#modAdFtComm,#modFtSeoBox,.untBg,
#modAdUltArea,#modSsBox,
A[href^="http://special.auctions.yahoo.co.jp/html/commerce_app/terapeak/"],
A[href^="http://crd.auctions.yahoo.co.jp/"],
A[href^="http://rd.yahoo.co.jp/auction/promotion/bid1/*http://topic.auctions.yahoo.co.jp/mobile/"],
IMG[src^="http://i.yimg.jp/images/auct/recommend/2012/sp/"]
{display:none;}
#SaB,#modTopCrLink,#modGuideBox,#modMblBox,#modStoreSpBox,#Ck,
.AS1m .t2,#modDaikou,#modShare_area,.untFoot,
.modWatchList,
DIV#modPdtDtlInfo>DIV.untBody>TABLE[width="100%"]>TBODY>TR>TD[width="1%"][valign="top"],
A[href^="http://crd.auctions.yahoo.co.jp/"],TD[width="99%"][valign="top"],
#modPdtDtlInfo TD[width="1%"][valign="top"],
#modPdtDtlInfo TABLE[width="100%"] H3,
#modPdtDtlInfo TD[width="1%"][align="right"][valign="middle"],
#modFtSeoBox,#modAdUltArea,#modAdFtComm,
#SaA-dtl,
#ASu3,#ASx,#S_Charity,#ASs,
.com_slider,.a1,.nsort,.hd{display:none!important;}
.AS1m table tr td{padding-top: 0px!important;
padding-bottom: 0px!important;
}
#modRnwRcd{position:absolute;
margin-left:82%!important;
margin-top:-45px!important;
}
#Sf{position:absolute;
top:2px;
left:670px;
width:200px!important;
}
#Sf .inner{width:200px!important;}
#header{background:#eeeeee!important;
}
#Sf2 .inner{padding-bottom:0px!important;
border-bottom-color:#eeeeee!important;
min-height: 0px!important;
}
#SaD{margin-top: 14px!important;}
#srchacb,.normalHeader{height: 17px!important;}
#nv,
.AS1m table tr.la th{padding: 0px!important;}
#SaC{min-height: 0px!important;}
#header,#Ck{margin-bottom: 5px!important;}
.AS1m .t2{padding-top: 0px!important;}
#modTitBar td,
.decTd01,.decTd02{padding-top: 0px!important;
padding-bottom: 0px!important;
}
#modCtgPath{margin-bottom: 0px!important;}
.modWatchList{position:absolute;
top:0;
}
/*loco*/
#gnavi_v2,.page-navi-btm,
#ss_box_v4,.navi-app-promo,.ekispa_promos,.attention,#attention,.remarks,.metro_pr,
.service{display:none;}
} | 0.142918 | 0.090615 |
* {
margin: 0px;
padding: 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family: 'Nunito', sans-serif;
font-size: 62.5%;
}
.seccion1-container {
width: 100%;
height: 100vh;
background-color: #FEC7D7;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
z-index: 1000;
margin: 0 auto;
}
.seccion1-container .loader img {
-webkit-animation-name: expandir;
animation-name: expandir;
-webkit-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes expandir {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(2);
transform: scale(2);
}
}
@keyframes expandir {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(2);
transform: scale(2);
}
}
.hide {
display: none;
}
body {
overflow: hidden;
}
.container_section_uno {
width: 100%;
height: 100vh;
background-color: #FEC7D7;
position: relative;
}
.container_section_uno .contenido_uno {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.container_section_uno .contenido_uno .pets_image {
background-image: url(/imagenes/page1.svg);
width: 327px;
height: 327px;
margin-bottom: 34px;
}
.container_section_uno .contenido_uno .titulo_uno h1 {
margin: 10px;
text-align: center;
font-size: 1.8rem;
font-weight: 700;
line-height: 24.55px;
}
.container_section_uno .contenido_uno .parrafo_descripcion {
margin: 0 33px;
width: 327px;
height: 96px;
}
.container_section_uno .contenido_uno .parrafo_descripcion p {
text-align: center;
font-size: 1.6rem;
font-weight: 400;
line-height: 24px;
}
.container_section_uno .contenido_uno .navegacion {
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;
background-color: #FEC7D7;
margin: 0px 24px 16px 24px;
position: absolute;
bottom: 0px;
width: 327px;
height: 48px;
background-color: #0E172C;
border-radius: 98px;
padding: 16px;
}
.container_section_uno .contenido_uno .navegacion a {
text-decoration: none;
text-align: center;
width: 295px;
height: 16px;
margin: 16px;
color: #FFFFFE;
font-weight: 600;
font-size: 1.6rem;
letter-spacing: 1.25%;
}
.container_section_dos {
width: 100%;
height: 100vh;
background-color: #FEC7D7;
position: relative;
}
.container_section_dos .contenido_dos {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.container_section_dos .contenido_dos .pets_image_dos {
background-image: url(/imagenes/history.svg);
width: 327px;
height: 327px;
margin-bottom: 34px;
}
.container_section_dos .contenido_dos .titulo_uno h1 {
margin: 10px;
text-align: center;
font-size: 1.8rem;
font-weight: 700;
line-height: 24.55px;
}
.container_section_dos .contenido_dos .parrafo_descripcion {
margin: 0 33px;
width: 327px;
height: 96px;
}
.container_section_dos .contenido_dos .parrafo_descripcion p {
text-align: center;
font-size: 1.6rem;
font-weight: 400;
line-height: 24px;
}
.container_section_dos .contenido_dos .navegacion {
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;
background-color: #FEC7D7;
margin: 0px 24px 16px 24px;
position: absolute;
bottom: 0px;
width: 327px;
height: 48px;
background-color: #0E172C;
border-radius: 98px;
padding: 16px;
}
.container_section_dos .contenido_dos .navegacion a {
text-decoration: none;
text-align: center;
width: 295px;
height: 16px;
margin: 16px;
color: #FFFFFE;
font-weight: 600;
font-size: 1.6rem;
letter-spacing: 1.25%;
}
.container_section_tres {
width: 100%;
height: 100vh;
background-color: #FEC7D7;
position: relative;
}
.container_section_tres .contenido_tres {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.container_section_tres .contenido_tres .titulo {
width: 327px;
height: 66px;
margin: 48px 24px 32px 24px;
font-weight: 800;
font-size: 2.4rem;
line-height: 32.74px;
color: #0E172C;
}
.container_section_tres .contenido_tres .menu-categorias {
width: 327px;
height: 113px;
}
.container_section_tres .contenido_tres .m_navegacion {
position: absolute;
bottom: 0;
}
/*# sourceMappingURL=style.css.map */ | style.css | * {
margin: 0px;
padding: 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family: 'Nunito', sans-serif;
font-size: 62.5%;
}
.seccion1-container {
width: 100%;
height: 100vh;
background-color: #FEC7D7;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
z-index: 1000;
margin: 0 auto;
}
.seccion1-container .loader img {
-webkit-animation-name: expandir;
animation-name: expandir;
-webkit-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes expandir {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(2);
transform: scale(2);
}
}
@keyframes expandir {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(2);
transform: scale(2);
}
}
.hide {
display: none;
}
body {
overflow: hidden;
}
.container_section_uno {
width: 100%;
height: 100vh;
background-color: #FEC7D7;
position: relative;
}
.container_section_uno .contenido_uno {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.container_section_uno .contenido_uno .pets_image {
background-image: url(/imagenes/page1.svg);
width: 327px;
height: 327px;
margin-bottom: 34px;
}
.container_section_uno .contenido_uno .titulo_uno h1 {
margin: 10px;
text-align: center;
font-size: 1.8rem;
font-weight: 700;
line-height: 24.55px;
}
.container_section_uno .contenido_uno .parrafo_descripcion {
margin: 0 33px;
width: 327px;
height: 96px;
}
.container_section_uno .contenido_uno .parrafo_descripcion p {
text-align: center;
font-size: 1.6rem;
font-weight: 400;
line-height: 24px;
}
.container_section_uno .contenido_uno .navegacion {
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;
background-color: #FEC7D7;
margin: 0px 24px 16px 24px;
position: absolute;
bottom: 0px;
width: 327px;
height: 48px;
background-color: #0E172C;
border-radius: 98px;
padding: 16px;
}
.container_section_uno .contenido_uno .navegacion a {
text-decoration: none;
text-align: center;
width: 295px;
height: 16px;
margin: 16px;
color: #FFFFFE;
font-weight: 600;
font-size: 1.6rem;
letter-spacing: 1.25%;
}
.container_section_dos {
width: 100%;
height: 100vh;
background-color: #FEC7D7;
position: relative;
}
.container_section_dos .contenido_dos {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.container_section_dos .contenido_dos .pets_image_dos {
background-image: url(/imagenes/history.svg);
width: 327px;
height: 327px;
margin-bottom: 34px;
}
.container_section_dos .contenido_dos .titulo_uno h1 {
margin: 10px;
text-align: center;
font-size: 1.8rem;
font-weight: 700;
line-height: 24.55px;
}
.container_section_dos .contenido_dos .parrafo_descripcion {
margin: 0 33px;
width: 327px;
height: 96px;
}
.container_section_dos .contenido_dos .parrafo_descripcion p {
text-align: center;
font-size: 1.6rem;
font-weight: 400;
line-height: 24px;
}
.container_section_dos .contenido_dos .navegacion {
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;
background-color: #FEC7D7;
margin: 0px 24px 16px 24px;
position: absolute;
bottom: 0px;
width: 327px;
height: 48px;
background-color: #0E172C;
border-radius: 98px;
padding: 16px;
}
.container_section_dos .contenido_dos .navegacion a {
text-decoration: none;
text-align: center;
width: 295px;
height: 16px;
margin: 16px;
color: #FFFFFE;
font-weight: 600;
font-size: 1.6rem;
letter-spacing: 1.25%;
}
.container_section_tres {
width: 100%;
height: 100vh;
background-color: #FEC7D7;
position: relative;
}
.container_section_tres .contenido_tres {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.container_section_tres .contenido_tres .titulo {
width: 327px;
height: 66px;
margin: 48px 24px 32px 24px;
font-weight: 800;
font-size: 2.4rem;
line-height: 32.74px;
color: #0E172C;
}
.container_section_tres .contenido_tres .menu-categorias {
width: 327px;
height: 113px;
}
.container_section_tres .contenido_tres .m_navegacion {
position: absolute;
bottom: 0;
}
/*# sourceMappingURL=style.css.map */ | 0.330039 | 0.060142 |
--primary: #6C4CB3;
--primary-dark: #34225b;
--primary-darkest: #8A91B4;
--shadow: rgba(0, 0, 0, 0.3);
--text: white;
--text-opacity: 1;
--success: #6C4CB3;
--success-x: -12;
--success-stroke: 14;
--success-opacity: 0;
--border-radius: 0;
--overflow: hidden;
--x: 0;
--y: 0;
--rotate: 0;
--plane-x: 0;
--plane-y: 0;
--plane-opacity: 1;
--trails: rgba(255, 255, 255, 0.15);
--trails-stroke: 57;
--left-wing-background: var(--primary);
--left-wing-first-x: 0;
--left-wing-first-y: 0;
--left-wing-second-x: 50;
--left-wing-second-y: 0;
--left-wing-third-x: 0;
--left-wing-third-y: 100;
--left-body-background: var(--primary);
--left-body-first-x: 50;
--left-body-first-y: 0;
--left-body-second-x: 50;
--left-body-second-y: 100;
--left-body-third-x: 0;
--left-body-third-y: 100;
--right-wing-background: var(--primary);
--right-wing-first-x: 50;
--right-wing-first-y: 0;
--right-wing-second-x: 100;
--right-wing-second-y: 0;
--right-wing-third-x: 100;
--right-wing-third-y: 100;
--right-body-background: var(--primary);
--right-body-first-x: 50;
--right-body-first-y: 0;
--right-body-second-x: 50;
--right-body-second-y: 100;
--right-body-third-x: 100;
--right-body-third-y: 100;
display: block;
cursor: pointer;
position: relative;
border: 0;
padding: 0;
min-width: 100px;
text-align: center;
margin: 0 0 0 auto;
line-height: 24px;
font-family: inherit;
font-weight: 600;
font-size: 14px;
background: none;
outline: none;
color: var(--text);
-webkit-appearance: none;
-webkit-tap-highlight-color: transparent;
}
#contactBtn .plane,
#contactBtn .trails {
pointer-events: none;
position: absolute;
}
#contactBtn .plane {
left: 0;
top: 0;
right: 0;
bottom: 0;
filter: drop-shadow(0 3px 6px var(--shadow));
transform: translate(calc(var(--x) * 1px), calc(var(--y) * 1px)) rotate(calc(var(--rotate) * 1deg)) translateZ(0);
}
#contactBtn .plane .left,
#contactBtn .plane .right {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: var(--plane-opacity);
transform: translate(calc(var(--plane-x) * 1px), calc(var(--plane-y) * 1px)) translateZ(0);
}
#contactBtn .plane .left:before, #contactBtn .plane .left:after,
#contactBtn .plane .right:before,
#contactBtn .plane .right:after {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: calc(var(--border-radius) * 1px);
transform: translate(var(--part-x, 0.4%), var(--part-y, 0)) translateZ(0);
z-index: var(--z-index, 2);
background: var(--background, var(--left-wing-background));
clip-path: polygon(calc(var(--first-x, var(--left-wing-first-x)) * 1%) calc(var(--first-y, var(--left-wing-first-y)) * 1%), calc(var(--second-x, var(--left-wing-second-x)) * 1%) calc(var(--second-y, var(--left-wing-second-y)) * 1%), calc(var(--third-x, var(--left-wing-third-x)) * 1%) calc(var(--third-y, var(--left-wing-third-y)) * 1%));
}
#contactBtn .plane .left:after {
--part-x: 0;
--z-index: 1;
--background: var(--left-body-background);
--first-x: var(--left-body-first-x);
--first-y: var(--left-body-first-y);
--second-x: var(--left-body-second-x);
--second-y: var(--left-body-second-y);
--third-x: var(--left-body-third-x);
--third-y: var(--left-body-third-y);
}
#contactBtn .plane .right:before {
--part-x: -.4%;
--z-index: 2;
--background: var(--right-wing-background);
--first-x: var(--right-wing-first-x);
--first-y: var(--right-wing-first-y);
--second-x: var(--right-wing-second-x);
--second-y: var(--right-wing-second-y);
--third-x: var(--right-wing-third-x);
--third-y: var(--right-wing-third-y);
}
#contactBtn .plane .right:after {
--part-x: 0;
--z-index: 1;
--background: var(--right-body-background);
--first-x: var(--right-body-first-x);
--first-y: var(--right-body-first-y);
--second-x: var(--right-body-second-x);
--second-y: var(--right-body-second-y);
--third-x: var(--right-body-third-x);
--third-y: var(--right-body-third-y);
}
#contactBtn .trails {
display: block;
width: 33px;
height: 64px;
top: -4px;
left: 16px;
fill: none;
stroke: var(--trails);
stroke-linecap: round;
stroke-width: 2;
stroke-dasharray: 57px;
stroke-dashoffset: calc(var(--trails-stroke) * 1px);
transform: rotate(68deg) translateZ(0);
}
#contactBtn span {
display: block;
position: relative;
z-index: 4;
opacity: var(--text-opacity);
}
#contactBtn span.success {
z-index: 0;
position: absolute;
left: 0;
right: 0;
top: 8px;
transform: translateX(calc(var(--success-x) * 1px)) translateZ(0);
opacity: var(--success-opacity);
color: var(--success);
}
#contactBtn span.success svg {
display: inline-block;
vertical-align: top;
width: 16px;
height: 16px;
margin: 4px 8px 0 0;
fill: none;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-dasharray: 14px;
stroke: var(--success);
stroke-dashoffset: calc(var(--success-stroke) * 1px);
}
#contactBtn:hover {
filter: alpha(opacity=90);
opacity: 0.85;
transition: all 350ms;
transition-timing-function: ease-in-out;
}
#contactBtn {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
/*# sourceMappingURL=contactBtn.css.map */ | css/contactBtn.css | --primary: #6C4CB3;
--primary-dark: #34225b;
--primary-darkest: #8A91B4;
--shadow: rgba(0, 0, 0, 0.3);
--text: white;
--text-opacity: 1;
--success: #6C4CB3;
--success-x: -12;
--success-stroke: 14;
--success-opacity: 0;
--border-radius: 0;
--overflow: hidden;
--x: 0;
--y: 0;
--rotate: 0;
--plane-x: 0;
--plane-y: 0;
--plane-opacity: 1;
--trails: rgba(255, 255, 255, 0.15);
--trails-stroke: 57;
--left-wing-background: var(--primary);
--left-wing-first-x: 0;
--left-wing-first-y: 0;
--left-wing-second-x: 50;
--left-wing-second-y: 0;
--left-wing-third-x: 0;
--left-wing-third-y: 100;
--left-body-background: var(--primary);
--left-body-first-x: 50;
--left-body-first-y: 0;
--left-body-second-x: 50;
--left-body-second-y: 100;
--left-body-third-x: 0;
--left-body-third-y: 100;
--right-wing-background: var(--primary);
--right-wing-first-x: 50;
--right-wing-first-y: 0;
--right-wing-second-x: 100;
--right-wing-second-y: 0;
--right-wing-third-x: 100;
--right-wing-third-y: 100;
--right-body-background: var(--primary);
--right-body-first-x: 50;
--right-body-first-y: 0;
--right-body-second-x: 50;
--right-body-second-y: 100;
--right-body-third-x: 100;
--right-body-third-y: 100;
display: block;
cursor: pointer;
position: relative;
border: 0;
padding: 0;
min-width: 100px;
text-align: center;
margin: 0 0 0 auto;
line-height: 24px;
font-family: inherit;
font-weight: 600;
font-size: 14px;
background: none;
outline: none;
color: var(--text);
-webkit-appearance: none;
-webkit-tap-highlight-color: transparent;
}
#contactBtn .plane,
#contactBtn .trails {
pointer-events: none;
position: absolute;
}
#contactBtn .plane {
left: 0;
top: 0;
right: 0;
bottom: 0;
filter: drop-shadow(0 3px 6px var(--shadow));
transform: translate(calc(var(--x) * 1px), calc(var(--y) * 1px)) rotate(calc(var(--rotate) * 1deg)) translateZ(0);
}
#contactBtn .plane .left,
#contactBtn .plane .right {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: var(--plane-opacity);
transform: translate(calc(var(--plane-x) * 1px), calc(var(--plane-y) * 1px)) translateZ(0);
}
#contactBtn .plane .left:before, #contactBtn .plane .left:after,
#contactBtn .plane .right:before,
#contactBtn .plane .right:after {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: calc(var(--border-radius) * 1px);
transform: translate(var(--part-x, 0.4%), var(--part-y, 0)) translateZ(0);
z-index: var(--z-index, 2);
background: var(--background, var(--left-wing-background));
clip-path: polygon(calc(var(--first-x, var(--left-wing-first-x)) * 1%) calc(var(--first-y, var(--left-wing-first-y)) * 1%), calc(var(--second-x, var(--left-wing-second-x)) * 1%) calc(var(--second-y, var(--left-wing-second-y)) * 1%), calc(var(--third-x, var(--left-wing-third-x)) * 1%) calc(var(--third-y, var(--left-wing-third-y)) * 1%));
}
#contactBtn .plane .left:after {
--part-x: 0;
--z-index: 1;
--background: var(--left-body-background);
--first-x: var(--left-body-first-x);
--first-y: var(--left-body-first-y);
--second-x: var(--left-body-second-x);
--second-y: var(--left-body-second-y);
--third-x: var(--left-body-third-x);
--third-y: var(--left-body-third-y);
}
#contactBtn .plane .right:before {
--part-x: -.4%;
--z-index: 2;
--background: var(--right-wing-background);
--first-x: var(--right-wing-first-x);
--first-y: var(--right-wing-first-y);
--second-x: var(--right-wing-second-x);
--second-y: var(--right-wing-second-y);
--third-x: var(--right-wing-third-x);
--third-y: var(--right-wing-third-y);
}
#contactBtn .plane .right:after {
--part-x: 0;
--z-index: 1;
--background: var(--right-body-background);
--first-x: var(--right-body-first-x);
--first-y: var(--right-body-first-y);
--second-x: var(--right-body-second-x);
--second-y: var(--right-body-second-y);
--third-x: var(--right-body-third-x);
--third-y: var(--right-body-third-y);
}
#contactBtn .trails {
display: block;
width: 33px;
height: 64px;
top: -4px;
left: 16px;
fill: none;
stroke: var(--trails);
stroke-linecap: round;
stroke-width: 2;
stroke-dasharray: 57px;
stroke-dashoffset: calc(var(--trails-stroke) * 1px);
transform: rotate(68deg) translateZ(0);
}
#contactBtn span {
display: block;
position: relative;
z-index: 4;
opacity: var(--text-opacity);
}
#contactBtn span.success {
z-index: 0;
position: absolute;
left: 0;
right: 0;
top: 8px;
transform: translateX(calc(var(--success-x) * 1px)) translateZ(0);
opacity: var(--success-opacity);
color: var(--success);
}
#contactBtn span.success svg {
display: inline-block;
vertical-align: top;
width: 16px;
height: 16px;
margin: 4px 8px 0 0;
fill: none;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
stroke-dasharray: 14px;
stroke: var(--success);
stroke-dashoffset: calc(var(--success-stroke) * 1px);
}
#contactBtn:hover {
filter: alpha(opacity=90);
opacity: 0.85;
transition: all 350ms;
transition-timing-function: ease-in-out;
}
#contactBtn {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
/*# sourceMappingURL=contactBtn.css.map */ | 0.404625 | 0.082549 |
@font-face {
font-family: 'rubik';
src: url("/assets/fonts/rubik-regular-webfont.woff2") format("woff2"), url("/assets/fonts/rubik-regular-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'rubikmedium';
src: url("/assets/fonts/rubik-medium-webfont.woff2") format("woff2"), url("/assets/fonts/rubik-medium-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
* {
color: white;
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: rubik;
}
* a {
text-decoration: none;
}
.form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50vw;
padding: 40px 30px;
background-image: -webkit-gradient(linear, left top, right bottom, from(#10283b), to(#0d1b27));
background-image: linear-gradient(to bottom right, #10283b, #0d1b27);
}
.form_grid {
display: -ms-grid;
display: grid;
width: 80%;
-ms-grid-rows: 1fr 1fr;
grid-template-rows: 1fr 1fr;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
grid-gap: 55px;
}
.form_grid 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-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: none;
-ms-flex-align: none;
align-items: none;
}
.form_grid h3 {
text-shadow: -2px -2px 10px rgba(255, 255, 255, 0.623), 2px 2px 10px rgba(255, 255, 255, 0.623), 0 0 20px white;
margin-bottom: 20px;
}
.form_grid .form-button {
margin: 20px 30px 0px 30px;
padding: 10px 0px;
}
.filesCard {
color: #ffffff;
border: 2px solid #9aecff;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 2px 1px 4px rgba(0, 0, 0, 0.3), 2px 4px 3px rgba(3, 0, 128, 0.3), 0 0 7px 2px rgba(0, 208, 255, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.6), inset 2px 1px 4px rgba(0, 0, 0, 0.3), inset 2px 4px 3px rgba(3, 0, 128, 0.3), inset 0 0 7px 2px rgba(0, 208, 255, 0.6);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 2px 1px 4px rgba(0, 0, 0, 0.3), 2px 4px 3px rgba(3, 0, 128, 0.3), 0 0 7px 2px rgba(0, 208, 255, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.6), inset 2px 1px 4px rgba(0, 0, 0, 0.3), inset 2px 4px 3px rgba(3, 0, 128, 0.3), inset 0 0 7px 2px rgba(0, 208, 255, 0.6);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 0.20s;
transition: all 0.20s;
}
.filesCard:hover {
cursor: pointer;
background-color: #46aece;
-webkit-transform: translate(-3px, -3px);
transform: translate(-3px, -3px);
}
.filesCard .info {
display: -ms-grid;
display: grid;
-ms-grid-columns: 60px 1fr;
grid-template-columns: 60px 1fr;
-ms-grid-rows: 1fr 1fr;
grid-template-rows: 1fr 1fr;
}
.filesCard .info h4 {
-ms-flex-item-align: end;
align-self: flex-end;
}
.filesCard .info span {
font-size: 13px;
color: rgba(255, 255, 255, 0.747);
-ms-flex-item-align: start;
align-self: flex-start;
}
.filesCard .info img {
-ms-grid-row: 1;
-ms-grid-row-span: 2;
grid-row: 1/3;
width: 50px;
height: 50px;
margin: 10px 20px 10px 0px;
}
.key {
width: 50vw;
}
.key_form {
width: 80%;
grid-gap: 20px;
}
.key_form label {
margin-bottom: 20px;
}
.key_form input {
padding: 8px 20px;
background-color: rgba(255, 255, 255, 0.041);
border: 2px solid white;
-webkit-transition: all 0.25s;
transition: all 0.25s;
}
.key_form input:focus {
color: #ffffff;
border: 2px solid #9aecff;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 2px 1px 4px rgba(0, 0, 0, 0.3), 2px 4px 3px rgba(3, 0, 128, 0.3), 0 0 7px 2px rgba(0, 208, 255, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.6), inset 2px 1px 4px rgba(0, 0, 0, 0.3), inset 2px 4px 3px rgba(3, 0, 128, 0.3), inset 0 0 7px 2px rgba(0, 208, 255, 0.6);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 2px 1px 4px rgba(0, 0, 0, 0.3), 2px 4px 3px rgba(3, 0, 128, 0.3), 0 0 7px 2px rgba(0, 208, 255, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.6), inset 2px 1px 4px rgba(0, 0, 0, 0.3), inset 2px 4px 3px rgba(3, 0, 128, 0.3), inset 0 0 7px 2px rgba(0, 208, 255, 0.6);
color: black;
background-color: white;
}
.key_form .key_name_input {
margin-bottom: 10px;
}
.key_form .email {
margin-top: 45px;
}
.key_form p {
width: 80%;
margin: 0px auto 0px auto;
font-size: 15px;
}
.key_form b {
text-shadow: -2px -2px 10px rgba(255, 255, 255, 0.623), 2px 2px 10px rgba(255, 255, 255, 0.623), 0 0 20px white;
}
.key_form .form-button {
color: #ffffff;
border: 2px solid #9aecff;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 2px 1px 4px rgba(0, 0, 0, 0.3), 2px 4px 3px rgba(3, 0, 128, 0.3), 0 0 7px 2px rgba(0, 208, 255, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.6), inset 2px 1px 4px rgba(0, 0, 0, 0.3), inset 2px 4px 3px rgba(3, 0, 128, 0.3), inset 0 0 7px 2px rgba(0, 208, 255, 0.6);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 2px 1px 4px rgba(0, 0, 0, 0.3), 2px 4px 3px rgba(3, 0, 128, 0.3), 0 0 7px 2px rgba(0, 208, 255, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.6), inset 2px 1px 4px rgba(0, 0, 0, 0.3), inset 2px 4px 3px rgba(3, 0, 128, 0.3), inset 0 0 7px 2px rgba(0, 208, 255, 0.6);
margin: 40px 30px 0px 30px;
padding: 10px 0px;
}
.hidden {
opacity: 0;
height: 0px;
width: 0px;
overflow: hidden;
}
/*# sourceMappingURL=userForms.css.map */ | public/styles/userForms.css | @font-face {
font-family: 'rubik';
src: url("/assets/fonts/rubik-regular-webfont.woff2") format("woff2"), url("/assets/fonts/rubik-regular-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'rubikmedium';
src: url("/assets/fonts/rubik-medium-webfont.woff2") format("woff2"), url("/assets/fonts/rubik-medium-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
* {
color: white;
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: rubik;
}
* a {
text-decoration: none;
}
.form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 50vw;
padding: 40px 30px;
background-image: -webkit-gradient(linear, left top, right bottom, from(#10283b), to(#0d1b27));
background-image: linear-gradient(to bottom right, #10283b, #0d1b27);
}
.form_grid {
display: -ms-grid;
display: grid;
width: 80%;
-ms-grid-rows: 1fr 1fr;
grid-template-rows: 1fr 1fr;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
grid-gap: 55px;
}
.form_grid 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-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: none;
-ms-flex-align: none;
align-items: none;
}
.form_grid h3 {
text-shadow: -2px -2px 10px rgba(255, 255, 255, 0.623), 2px 2px 10px rgba(255, 255, 255, 0.623), 0 0 20px white;
margin-bottom: 20px;
}
.form_grid .form-button {
margin: 20px 30px 0px 30px;
padding: 10px 0px;
}
.filesCard {
color: #ffffff;
border: 2px solid #9aecff;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 2px 1px 4px rgba(0, 0, 0, 0.3), 2px 4px 3px rgba(3, 0, 128, 0.3), 0 0 7px 2px rgba(0, 208, 255, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.6), inset 2px 1px 4px rgba(0, 0, 0, 0.3), inset 2px 4px 3px rgba(3, 0, 128, 0.3), inset 0 0 7px 2px rgba(0, 208, 255, 0.6);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 2px 1px 4px rgba(0, 0, 0, 0.3), 2px 4px 3px rgba(3, 0, 128, 0.3), 0 0 7px 2px rgba(0, 208, 255, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.6), inset 2px 1px 4px rgba(0, 0, 0, 0.3), inset 2px 4px 3px rgba(3, 0, 128, 0.3), inset 0 0 7px 2px rgba(0, 208, 255, 0.6);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all 0.20s;
transition: all 0.20s;
}
.filesCard:hover {
cursor: pointer;
background-color: #46aece;
-webkit-transform: translate(-3px, -3px);
transform: translate(-3px, -3px);
}
.filesCard .info {
display: -ms-grid;
display: grid;
-ms-grid-columns: 60px 1fr;
grid-template-columns: 60px 1fr;
-ms-grid-rows: 1fr 1fr;
grid-template-rows: 1fr 1fr;
}
.filesCard .info h4 {
-ms-flex-item-align: end;
align-self: flex-end;
}
.filesCard .info span {
font-size: 13px;
color: rgba(255, 255, 255, 0.747);
-ms-flex-item-align: start;
align-self: flex-start;
}
.filesCard .info img {
-ms-grid-row: 1;
-ms-grid-row-span: 2;
grid-row: 1/3;
width: 50px;
height: 50px;
margin: 10px 20px 10px 0px;
}
.key {
width: 50vw;
}
.key_form {
width: 80%;
grid-gap: 20px;
}
.key_form label {
margin-bottom: 20px;
}
.key_form input {
padding: 8px 20px;
background-color: rgba(255, 255, 255, 0.041);
border: 2px solid white;
-webkit-transition: all 0.25s;
transition: all 0.25s;
}
.key_form input:focus {
color: #ffffff;
border: 2px solid #9aecff;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 2px 1px 4px rgba(0, 0, 0, 0.3), 2px 4px 3px rgba(3, 0, 128, 0.3), 0 0 7px 2px rgba(0, 208, 255, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.6), inset 2px 1px 4px rgba(0, 0, 0, 0.3), inset 2px 4px 3px rgba(3, 0, 128, 0.3), inset 0 0 7px 2px rgba(0, 208, 255, 0.6);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 2px 1px 4px rgba(0, 0, 0, 0.3), 2px 4px 3px rgba(3, 0, 128, 0.3), 0 0 7px 2px rgba(0, 208, 255, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.6), inset 2px 1px 4px rgba(0, 0, 0, 0.3), inset 2px 4px 3px rgba(3, 0, 128, 0.3), inset 0 0 7px 2px rgba(0, 208, 255, 0.6);
color: black;
background-color: white;
}
.key_form .key_name_input {
margin-bottom: 10px;
}
.key_form .email {
margin-top: 45px;
}
.key_form p {
width: 80%;
margin: 0px auto 0px auto;
font-size: 15px;
}
.key_form b {
text-shadow: -2px -2px 10px rgba(255, 255, 255, 0.623), 2px 2px 10px rgba(255, 255, 255, 0.623), 0 0 20px white;
}
.key_form .form-button {
color: #ffffff;
border: 2px solid #9aecff;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 2px 1px 4px rgba(0, 0, 0, 0.3), 2px 4px 3px rgba(3, 0, 128, 0.3), 0 0 7px 2px rgba(0, 208, 255, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.6), inset 2px 1px 4px rgba(0, 0, 0, 0.3), inset 2px 4px 3px rgba(3, 0, 128, 0.3), inset 0 0 7px 2px rgba(0, 208, 255, 0.6);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 2px 1px 4px rgba(0, 0, 0, 0.3), 2px 4px 3px rgba(3, 0, 128, 0.3), 0 0 7px 2px rgba(0, 208, 255, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.6), inset 2px 1px 4px rgba(0, 0, 0, 0.3), inset 2px 4px 3px rgba(3, 0, 128, 0.3), inset 0 0 7px 2px rgba(0, 208, 255, 0.6);
margin: 40px 30px 0px 30px;
padding: 10px 0px;
}
.hidden {
opacity: 0;
height: 0px;
width: 0px;
overflow: hidden;
}
/*# sourceMappingURL=userForms.css.map */ | 0.368747 | 0.118615 |
@font-face {
font-family: 'Montserrat';
src: url("./resources/fonts/Montserrat-ExtraLight.ttf");
}
.content_wrap{
margin-top: 15vh;
margin-left: 5%;
margin-right: 5%;
display: flex;
flex-direction: column;
align-items: center;
}
.wrap1{
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.content_quote{
position: relative;
width: 30%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.content_logo{
background-image: url('./resources/NewGamesThatYouEnjoy.png');
background-size: cover;
height: auto;
width: 60%;
}
.text{
width: 80%;
color: #77829A;
/* font-weight: bold; */
font-weight: 900;
font-family: 'Montserrat';
}
.join_us {
margin-top: 3vh;
height: 80%;
min-height: 60px;
max-height: 3vmax;
width: 30%;
color: rgba(255,255,255, .75);
font-weight: bold;
font-size: 1.25vmax;
font-family: 'Montserrat';
background-color: rgb(114, 87, 237, 0.7);
border-radius: 25px;
border: none;
text-decoration: none;
}
.link{
width: 100%;
height: 100%;
text-decoration: none;
}
.card_link{
width: 40%;
text-decoration: none;
}
.card{
width: 100%;
background-color: rgba(255, 255, 255, .02);
border-radius: 34px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.card > *{
margin-top: 20px;
margin-bottom: 20px;
}
.card p{
margin-bottom: 0%;
}
.card-img{
/* top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: relative; */
width: 70%;
border-radius: 34px;
background-color: rgb(114, 87, 237, 0.3);
}
.c_title{
/* left: 50%;
transform: translate(0, -50%);
position: relative; */
color: rgba(255,255,255, .9);
font-weight: bold;
font-size: 1.25vmax;
font-family: 'Montserrat';
}
.c_price-tag{
display: flex;
flex-direction: row;
margin-top: 0%;
width: 40%;
background-color: rgba(255, 255, 255, .05);
border-radius: 20px;
padding: 0.75%;
color: rgba(255,255,255, .9);
font-weight: bold;
font-size: 0.75vmax;
font-family: 'Montserrat';
}
.c_best-price{
margin-left: 5%;
width: 55%;
height: 100%;
}
.c_price{
width: 30%;
height: 100%;
background-color: rgb(114, 87, 237, 0.7);
border-radius: 10px;
text-align: center;
}
.c_price_init{
width: 15%;
text-decoration: line-through;
}
.log-reg-background{
margin-top: 15vh;
height: 20vh;
width: 50vw;
border-radius: 30px;
background-color: rgba(255, 255, 255, .02);
font-family: 'Montserrat';
color: rgba(255,255,255, .7);
font-weight: 1000;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
}
.log-reg-background p{
margin: 0px;
font-size: 4vmin;
}
.content-log-reg{
height: 50px;
width: 50%;
min-width: 200px;
background-color: rgb(57, 71, 105, 0.5);
border-radius: 25px;
display: flex;
align-items: center;
justify-content: space-between;
font-family: 'Montserrat';
}
.content-log-reg *{
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: space-evenly;
text-decoration: none;
}
.c_login, .c_register {
margin: 2% 1% 2%;
height: 80%;
width: 80%;
color: rgba(255,255,255,.5);
background-color: rgb(138, 43, 226, 0);
border-radius: 25px;
border: none;
}
.c_register:enabled, .c_login:focus{
/* background: linear-gradient(90.35deg, #2563EB 0.36%, #D946EF 201.02%); */
background-color: rgb(114, 87, 237, 0.7);
transition: .5s linear;
}
/* .login:hover ~ .register{
background-color: rgb(138, 43, 226, 0);
transition: .5s linear;
}
.register:hover ~ .login{
background-color: rgb(138, 43, 226, 0);
transition: .5s linear;
} */
.c_login:focus ~ .c_register{
background-color: rgb(138, 43, 226, 0);
transition: .5s linear;
}
.c_register:focus ~ .c_login{
background-color: rgb(138, 43, 226, 0);
transition: .5s linear;
} | src/Components/Content.css | @font-face {
font-family: 'Montserrat';
src: url("./resources/fonts/Montserrat-ExtraLight.ttf");
}
.content_wrap{
margin-top: 15vh;
margin-left: 5%;
margin-right: 5%;
display: flex;
flex-direction: column;
align-items: center;
}
.wrap1{
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.content_quote{
position: relative;
width: 30%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.content_logo{
background-image: url('./resources/NewGamesThatYouEnjoy.png');
background-size: cover;
height: auto;
width: 60%;
}
.text{
width: 80%;
color: #77829A;
/* font-weight: bold; */
font-weight: 900;
font-family: 'Montserrat';
}
.join_us {
margin-top: 3vh;
height: 80%;
min-height: 60px;
max-height: 3vmax;
width: 30%;
color: rgba(255,255,255, .75);
font-weight: bold;
font-size: 1.25vmax;
font-family: 'Montserrat';
background-color: rgb(114, 87, 237, 0.7);
border-radius: 25px;
border: none;
text-decoration: none;
}
.link{
width: 100%;
height: 100%;
text-decoration: none;
}
.card_link{
width: 40%;
text-decoration: none;
}
.card{
width: 100%;
background-color: rgba(255, 255, 255, .02);
border-radius: 34px;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.card > *{
margin-top: 20px;
margin-bottom: 20px;
}
.card p{
margin-bottom: 0%;
}
.card-img{
/* top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: relative; */
width: 70%;
border-radius: 34px;
background-color: rgb(114, 87, 237, 0.3);
}
.c_title{
/* left: 50%;
transform: translate(0, -50%);
position: relative; */
color: rgba(255,255,255, .9);
font-weight: bold;
font-size: 1.25vmax;
font-family: 'Montserrat';
}
.c_price-tag{
display: flex;
flex-direction: row;
margin-top: 0%;
width: 40%;
background-color: rgba(255, 255, 255, .05);
border-radius: 20px;
padding: 0.75%;
color: rgba(255,255,255, .9);
font-weight: bold;
font-size: 0.75vmax;
font-family: 'Montserrat';
}
.c_best-price{
margin-left: 5%;
width: 55%;
height: 100%;
}
.c_price{
width: 30%;
height: 100%;
background-color: rgb(114, 87, 237, 0.7);
border-radius: 10px;
text-align: center;
}
.c_price_init{
width: 15%;
text-decoration: line-through;
}
.log-reg-background{
margin-top: 15vh;
height: 20vh;
width: 50vw;
border-radius: 30px;
background-color: rgba(255, 255, 255, .02);
font-family: 'Montserrat';
color: rgba(255,255,255, .7);
font-weight: 1000;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
}
.log-reg-background p{
margin: 0px;
font-size: 4vmin;
}
.content-log-reg{
height: 50px;
width: 50%;
min-width: 200px;
background-color: rgb(57, 71, 105, 0.5);
border-radius: 25px;
display: flex;
align-items: center;
justify-content: space-between;
font-family: 'Montserrat';
}
.content-log-reg *{
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: space-evenly;
text-decoration: none;
}
.c_login, .c_register {
margin: 2% 1% 2%;
height: 80%;
width: 80%;
color: rgba(255,255,255,.5);
background-color: rgb(138, 43, 226, 0);
border-radius: 25px;
border: none;
}
.c_register:enabled, .c_login:focus{
/* background: linear-gradient(90.35deg, #2563EB 0.36%, #D946EF 201.02%); */
background-color: rgb(114, 87, 237, 0.7);
transition: .5s linear;
}
/* .login:hover ~ .register{
background-color: rgb(138, 43, 226, 0);
transition: .5s linear;
}
.register:hover ~ .login{
background-color: rgb(138, 43, 226, 0);
transition: .5s linear;
} */
.c_login:focus ~ .c_register{
background-color: rgb(138, 43, 226, 0);
transition: .5s linear;
}
.c_register:focus ~ .c_login{
background-color: rgb(138, 43, 226, 0);
transition: .5s linear;
} | 0.427994 | 0.075585 |
@font-face {
font-family: 'icons0004';
src: url('fonts/icons0004.eot?58hthl');
src: url('fonts/icons0004.eot?58hthl#iefix') format('embedded-opentype'),
url('fonts/icons0004.ttf?58hthl') format('truetype'),
url('fonts/icons0004.woff?58hthl') format('woff'),
url('fonts/icons0004.svg?58hthl#icons0004') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icons0004' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-Abuse:before {
content: "\e900";
}
.icon-android:before {
content: "\e901";
}
.icon-apple:before {
content: "\e902";
}
.icon-Arrowright:before {
content: "\e903";
}
.icon-back-arrow:before {
content: "\e904";
}
.icon-bell:before {
content: "\e905";
}
.icon-bin1:before {
content: "\e906";
}
.icon-bin2:before {
content: "\e907";
}
.icon-bin3:before {
content: "\e908";
}
.icon-bin4:before {
content: "\e909";
}
.icon-block_sign:before {
content: "\e90a";
}
.icon-btn-check-inactive:before {
content: "\e90b";
}
.icon-btn-check-inactive1:before {
content: "\e90c";
}
.icon-btn-close:before {
content: "\e90d";
}
.icon-btn-deny:before {
content: "\e90e";
}
.icon-btn-ellipsis:before {
content: "\e90f";
}
.icon-btn-favorite-false:before {
content: "\e910";
}
.icon-btn-message-empty:before {
content: "\e911";
}
.icon-btn-message-send1:before {
content: "\e912";
}
.icon-btn-message-send:before {
content: "\e913";
}
.icon-btn-save:before {
content: "\e914";
}
.icon-bubble:before {
content: "\e915";
}
.icon-camera-1:before {
content: "\e916";
}
.icon-camera:before {
content: "\e917";
}
.icon-checklist:before {
content: "\e918";
}
.icon-close:before {
content: "\e919";
}
.icon-facebook:before {
content: "\e91a";
}
.icon-favorite:before {
content: "\e91b";
}
.icon-googleplus:before {
content: "\e91c";
}
.icon-hamburger-menu:before {
content: "\e91d";
}
.icon-hide:before {
content: "\e91e";
}
.icon-instagram:before {
content: "\e91f";
}
.icon-likes-filled:before {
content: "\e920";
}
.icon-likes-open:before {
content: "\e921";
}
.icon-lists:before {
content: "\e922";
}
.icon-logo-maze-002:before {
content: "\e923";
}
.icon-message:before {
content: "\e924";
}
.icon-money:before {
content: "\e925";
}
.icon-money1:before {
content: "\e926";
}
.icon-padlock-locked-1:before {
content: "\e927";
}
.icon-padlock-locked:before {
content: "\e928";
}
.icon-padlock-unlocked:before {
content: "\e929";
}
.icon-pen:before {
content: "\e92a";
}
.icon-report:before {
content: "\e92b";
}
.icon-search-sm:before {
content: "\e92c";
}
.icon-Smileyempty:before {
content: "\e92d";
}
.icon-Smileyfull:before {
content: "\e92e";
}
.icon-sub-discount-flag:before {
content: "\e92f";
}
.icon-time:before {
content: "\e930";
}
.icon-twitter:before {
content: "\e931";
}
.icon-visitor-1:before {
content: "\e932";
}
.icon-visitor:before {
content: "\e933";
}
.icon-world:before {
content: "\e934";
} | demo/icons0004/style.css | @font-face {
font-family: 'icons0004';
src: url('fonts/icons0004.eot?58hthl');
src: url('fonts/icons0004.eot?58hthl#iefix') format('embedded-opentype'),
url('fonts/icons0004.ttf?58hthl') format('truetype'),
url('fonts/icons0004.woff?58hthl') format('woff'),
url('fonts/icons0004.svg?58hthl#icons0004') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icons0004' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-Abuse:before {
content: "\e900";
}
.icon-android:before {
content: "\e901";
}
.icon-apple:before {
content: "\e902";
}
.icon-Arrowright:before {
content: "\e903";
}
.icon-back-arrow:before {
content: "\e904";
}
.icon-bell:before {
content: "\e905";
}
.icon-bin1:before {
content: "\e906";
}
.icon-bin2:before {
content: "\e907";
}
.icon-bin3:before {
content: "\e908";
}
.icon-bin4:before {
content: "\e909";
}
.icon-block_sign:before {
content: "\e90a";
}
.icon-btn-check-inactive:before {
content: "\e90b";
}
.icon-btn-check-inactive1:before {
content: "\e90c";
}
.icon-btn-close:before {
content: "\e90d";
}
.icon-btn-deny:before {
content: "\e90e";
}
.icon-btn-ellipsis:before {
content: "\e90f";
}
.icon-btn-favorite-false:before {
content: "\e910";
}
.icon-btn-message-empty:before {
content: "\e911";
}
.icon-btn-message-send1:before {
content: "\e912";
}
.icon-btn-message-send:before {
content: "\e913";
}
.icon-btn-save:before {
content: "\e914";
}
.icon-bubble:before {
content: "\e915";
}
.icon-camera-1:before {
content: "\e916";
}
.icon-camera:before {
content: "\e917";
}
.icon-checklist:before {
content: "\e918";
}
.icon-close:before {
content: "\e919";
}
.icon-facebook:before {
content: "\e91a";
}
.icon-favorite:before {
content: "\e91b";
}
.icon-googleplus:before {
content: "\e91c";
}
.icon-hamburger-menu:before {
content: "\e91d";
}
.icon-hide:before {
content: "\e91e";
}
.icon-instagram:before {
content: "\e91f";
}
.icon-likes-filled:before {
content: "\e920";
}
.icon-likes-open:before {
content: "\e921";
}
.icon-lists:before {
content: "\e922";
}
.icon-logo-maze-002:before {
content: "\e923";
}
.icon-message:before {
content: "\e924";
}
.icon-money:before {
content: "\e925";
}
.icon-money1:before {
content: "\e926";
}
.icon-padlock-locked-1:before {
content: "\e927";
}
.icon-padlock-locked:before {
content: "\e928";
}
.icon-padlock-unlocked:before {
content: "\e929";
}
.icon-pen:before {
content: "\e92a";
}
.icon-report:before {
content: "\e92b";
}
.icon-search-sm:before {
content: "\e92c";
}
.icon-Smileyempty:before {
content: "\e92d";
}
.icon-Smileyfull:before {
content: "\e92e";
}
.icon-sub-discount-flag:before {
content: "\e92f";
}
.icon-time:before {
content: "\e930";
}
.icon-twitter:before {
content: "\e931";
}
.icon-visitor-1:before {
content: "\e932";
}
.icon-visitor:before {
content: "\e933";
}
.icon-world:before {
content: "\e934";
} | 0.295027 | 0.086323 |