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 |
|---|---|---|---|---|
--------------------------------------------- */
* {
-webkit-user-select: none;
border: none;
margin: 0;
padding: 0;
}
.pad:hover, .panelDiv:hover {
cursor: pointer;
}
*:active, *:focus {
outline: none;
}
html, body {
display: flex;
height: 100%;
}
body {
height: 100%;
width: 100%;
display: flex;
font-family: monospace;
background: linear-gradient(#383f48, #2d3239);
}
#loading {
display: flex;
margin: auto;
font-size: 200%;
font-weight: bold;
}
#wrapper {
flex: 1;
width: 100%;
display: flex;
flex-flow: column;
}
.keyCommand {
flex: 1;
}
.panelRow {
margin: 1%;
display: flex;
font-weight: bold;
color: white;
justify-content: center;
}
/* SPEAKER
--------------------------------------------- */
.speaker {
width: 15vw;
height: 9vh;
}
.speaker .inner {
height: 100%;
width: 100%;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGD4D8SMQAwGcAY2AbBKDBUAVuYCBQPd34sAAAAASUVORK5CYII=);
}
@media (max-width: 649px) {
.speaker {
width: 12vw;
}
}
@media (max-width: 550px) {
.speaker {
width: 10vw;
}
}
@media (max-width: 500px) {
.speaker {
display: none;
}
}
.speaker.flex-left .inner {
border-radius: 0 3vh 3vh 0;
}
.speaker.flex-right .inner {
border-radius: 3vh 0 0 3vh;
}
.flex-left {
margin-right: auto;
}
.flex-right {
margin-left: auto;
}
#title {
border: none;
letter-spacing: 5px;
font-size: 6vh;
height: 15vh;
justify-content: center;
display: flex;
box-shadow: 0 0 10px 5px rgba(98, 189, 234, 0.1), 0 0 0 0.2vh rgba(0, 0, 0, 0.5), inset 0 0 40px 0 rgba(0, 0, 0, 0.5), inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
background: linear-gradient(60deg, #62bdea, #78c6ed, #62bdea);
border: 1px solid rgba(255, 255, 255, 0.01);
border-bottom-color: rgba(255, 255, 255, 0.2);
align-items: center;
font-family: "Orbitron";
margin: 2vh;
}
.panel-btn, .panel-sel select {
font-size: 3vh;
}
.panelDiv {
justify-content: center;
display: flex;
align-items: center;
font-family: Helvetica, Arial, Sans-Serif;
padding: 0 1em;
min-width: 12vw;
height: 3em;
margin: 2px;
box-sizing: border-box;
}
/* SELECT BOX
--------------------------------------------- */
.panel-sel {
position: relative;
}
.panel-sel select {
-webkit-appearance: none;
height: 3em;
}
option {
background: #1E2126;
border: none;
padding: 1em;
height: auto;
}
.panel-sel:after {
font-family: "FontAwesome";
content: "\f0d7";
position: absolute;
display: block;
height: 1em;
top: 0;
bottom: 0;
right: 0.7em;
margin: auto 0;
line-height: 1em;
z-index: 10;
color: #fff;
}
/* BUTTONs
--------------------------------------------- */
.panel-btn, .panel-sel select {
background: linear-gradient(#5f6a78, #4f5864);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 2px 1px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(0, 0, 0, 0.1);
color: rgba(255, 255, 255, 0.7);
text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.4);
border-radius: 2px;
/* position: relative; */
flex: 1;
}
.panel-btn:hover, .panel-sel select:hover {
background: linear-gradient(#6a7786, #5a6572);
}
.panel-btn.on {
color: #fff;
}
.panel-btn i {
font-family: Helvetica, Arial, Sans-Serif;
}
.panel-btn i:before {
font-family: "FontAwesome";
/* margin-right: 0.8em; */
}
.btn-group {
display: flex;
background: rgba(0, 0, 0, 0.3);
padding: 0.2vh;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
border-radius: 3px;
/* width: 50%; */
}
#loadText {
pointer-events: none;
}
/* BUTTON COLORS
--------------------------------------------- */
.btn-red.on, .btn-red:active, .btn-red:focus {
background: #dd0705;
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.8), inset 0 0 20px #FA3635, 0 0 20px rgba(252, 128, 128, 0.5), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.btn-amber.on, .btn-amber:active, .btn-amber:focus {
background: #b98b00;
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.8), inset 0 0 20px #FFC107, 0 0 20px rgba(255, 212, 83, 0.5), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.btn-lime.on, .btn-lime:active, .btn-lime:focus {
background: #9daa1e;
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.8), inset 0 0 20px #CDDC39, 0 0 20px rgba(221, 231, 122, 0.5), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.btn-blue.on, .btn-blue:active, .btn-blue:focus {
background: #05b8b6;
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.8), inset 0 0 20px #10F9F6, 0 0 20px rgba(91, 251, 249, 0.5), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.btn-cyan.on, .btn-cyan:active, .btn-cyan:focus {
background: #007888;
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.8), inset 0 0 20px #00BCD4, 0 0 20px rgba(33, 230, 255, 0.5), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.btn-gold.on, .btn-gold:active, .btn-gold:focus {
background: #f5cf3e;
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.8), inset 0 0 20px #F9E187, 0 0 20px rgba(253, 243, 208, 0.5), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* PADS
--------------------------------------------- */
.recordings {
pointer-events: none;
background-color: transparent;
}
#clickText, #exportText, #resetText {
pointer-events: none;
}
#padsWrapper, #sfxWrapper {
display: flex;
}
#padsWrapper {
flex: 2;
}
#sfxWrapper {
flex: 1;
}
#mainPnl, #sfxWrapper, #padsWrapper {
padding: 2vh;
}
#mainPnl {
margin: 0;
}
#padsWrapper, #sfxWrapper {
padding-top: 0;
}
#padsDiv, #sfx {
flex: 1;
display: flex;
border: 2px solid rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
padding: 2vh;
}
#padsDiv {
justify-content: center;
flex-flow: column;
}
.padsRow {
display: flex;
flex: 1;
}
.pad {
display: flex;
flex: 1;
margin: 2px;
color: #fff;
flex-flow: column;
background: linear-gradient(#5f6a78, #4f5864);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 2px 1px rgba(0, 0, 0, 0.4), 0 1px 3px rgba(0, 0, 0, 0.1);
border-bottom: 2px solid rgba(0, 0, 0, 0.5);
position: relative;
border-radius: 3px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
font-weight: normal;
font-family: Sans-Serif;
}
.pad:hover {
background: linear-gradient(#6a7786, #5a6572);
}
.pad:active, .pad.on {
top: 2px;
border-bottom-width: 1px;
border-top: none;
background: #f5cf3e;
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.8), inset 0 0 20px #F9E187, 0 0 20px rgba(253, 243, 208, 0.5), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.5);
}
.noteName {
pointer-events: none;
flex: 1;
display: flex;
margin-top: 15%;
justify-content: center;
font-size: 3vh;
}
.noteCommand {
pointer-events: none;
flex: 1;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 15%;
font-size: 3vh;
} | style/css/style.css | --------------------------------------------- */
* {
-webkit-user-select: none;
border: none;
margin: 0;
padding: 0;
}
.pad:hover, .panelDiv:hover {
cursor: pointer;
}
*:active, *:focus {
outline: none;
}
html, body {
display: flex;
height: 100%;
}
body {
height: 100%;
width: 100%;
display: flex;
font-family: monospace;
background: linear-gradient(#383f48, #2d3239);
}
#loading {
display: flex;
margin: auto;
font-size: 200%;
font-weight: bold;
}
#wrapper {
flex: 1;
width: 100%;
display: flex;
flex-flow: column;
}
.keyCommand {
flex: 1;
}
.panelRow {
margin: 1%;
display: flex;
font-weight: bold;
color: white;
justify-content: center;
}
/* SPEAKER
--------------------------------------------- */
.speaker {
width: 15vw;
height: 9vh;
}
.speaker .inner {
height: 100%;
width: 100%;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGD4D8SMQAwGcAY2AbBKDBUAVuYCBQPd34sAAAAASUVORK5CYII=);
}
@media (max-width: 649px) {
.speaker {
width: 12vw;
}
}
@media (max-width: 550px) {
.speaker {
width: 10vw;
}
}
@media (max-width: 500px) {
.speaker {
display: none;
}
}
.speaker.flex-left .inner {
border-radius: 0 3vh 3vh 0;
}
.speaker.flex-right .inner {
border-radius: 3vh 0 0 3vh;
}
.flex-left {
margin-right: auto;
}
.flex-right {
margin-left: auto;
}
#title {
border: none;
letter-spacing: 5px;
font-size: 6vh;
height: 15vh;
justify-content: center;
display: flex;
box-shadow: 0 0 10px 5px rgba(98, 189, 234, 0.1), 0 0 0 0.2vh rgba(0, 0, 0, 0.5), inset 0 0 40px 0 rgba(0, 0, 0, 0.5), inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
background: linear-gradient(60deg, #62bdea, #78c6ed, #62bdea);
border: 1px solid rgba(255, 255, 255, 0.01);
border-bottom-color: rgba(255, 255, 255, 0.2);
align-items: center;
font-family: "Orbitron";
margin: 2vh;
}
.panel-btn, .panel-sel select {
font-size: 3vh;
}
.panelDiv {
justify-content: center;
display: flex;
align-items: center;
font-family: Helvetica, Arial, Sans-Serif;
padding: 0 1em;
min-width: 12vw;
height: 3em;
margin: 2px;
box-sizing: border-box;
}
/* SELECT BOX
--------------------------------------------- */
.panel-sel {
position: relative;
}
.panel-sel select {
-webkit-appearance: none;
height: 3em;
}
option {
background: #1E2126;
border: none;
padding: 1em;
height: auto;
}
.panel-sel:after {
font-family: "FontAwesome";
content: "\f0d7";
position: absolute;
display: block;
height: 1em;
top: 0;
bottom: 0;
right: 0.7em;
margin: auto 0;
line-height: 1em;
z-index: 10;
color: #fff;
}
/* BUTTONs
--------------------------------------------- */
.panel-btn, .panel-sel select {
background: linear-gradient(#5f6a78, #4f5864);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 2px 1px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(0, 0, 0, 0.1);
color: rgba(255, 255, 255, 0.7);
text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.4);
border-radius: 2px;
/* position: relative; */
flex: 1;
}
.panel-btn:hover, .panel-sel select:hover {
background: linear-gradient(#6a7786, #5a6572);
}
.panel-btn.on {
color: #fff;
}
.panel-btn i {
font-family: Helvetica, Arial, Sans-Serif;
}
.panel-btn i:before {
font-family: "FontAwesome";
/* margin-right: 0.8em; */
}
.btn-group {
display: flex;
background: rgba(0, 0, 0, 0.3);
padding: 0.2vh;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
border-radius: 3px;
/* width: 50%; */
}
#loadText {
pointer-events: none;
}
/* BUTTON COLORS
--------------------------------------------- */
.btn-red.on, .btn-red:active, .btn-red:focus {
background: #dd0705;
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.8), inset 0 0 20px #FA3635, 0 0 20px rgba(252, 128, 128, 0.5), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.btn-amber.on, .btn-amber:active, .btn-amber:focus {
background: #b98b00;
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.8), inset 0 0 20px #FFC107, 0 0 20px rgba(255, 212, 83, 0.5), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.btn-lime.on, .btn-lime:active, .btn-lime:focus {
background: #9daa1e;
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.8), inset 0 0 20px #CDDC39, 0 0 20px rgba(221, 231, 122, 0.5), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.btn-blue.on, .btn-blue:active, .btn-blue:focus {
background: #05b8b6;
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.8), inset 0 0 20px #10F9F6, 0 0 20px rgba(91, 251, 249, 0.5), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.btn-cyan.on, .btn-cyan:active, .btn-cyan:focus {
background: #007888;
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.8), inset 0 0 20px #00BCD4, 0 0 20px rgba(33, 230, 255, 0.5), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.btn-gold.on, .btn-gold:active, .btn-gold:focus {
background: #f5cf3e;
box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.8), inset 0 0 20px #F9E187, 0 0 20px rgba(253, 243, 208, 0.5), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* PADS
--------------------------------------------- */
.recordings {
pointer-events: none;
background-color: transparent;
}
#clickText, #exportText, #resetText {
pointer-events: none;
}
#padsWrapper, #sfxWrapper {
display: flex;
}
#padsWrapper {
flex: 2;
}
#sfxWrapper {
flex: 1;
}
#mainPnl, #sfxWrapper, #padsWrapper {
padding: 2vh;
}
#mainPnl {
margin: 0;
}
#padsWrapper, #sfxWrapper {
padding-top: 0;
}
#padsDiv, #sfx {
flex: 1;
display: flex;
border: 2px solid rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
padding: 2vh;
}
#padsDiv {
justify-content: center;
flex-flow: column;
}
.padsRow {
display: flex;
flex: 1;
}
.pad {
display: flex;
flex: 1;
margin: 2px;
color: #fff;
flex-flow: column;
background: linear-gradient(#5f6a78, #4f5864);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 2px 1px rgba(0, 0, 0, 0.4), 0 1px 3px rgba(0, 0, 0, 0.1);
border-bottom: 2px solid rgba(0, 0, 0, 0.5);
position: relative;
border-radius: 3px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
font-weight: normal;
font-family: Sans-Serif;
}
.pad:hover {
background: linear-gradient(#6a7786, #5a6572);
}
.pad:active, .pad.on {
top: 2px;
border-bottom-width: 1px;
border-top: none;
background: #f5cf3e;
box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.8), inset 0 0 20px #F9E187, 0 0 20px rgba(253, 243, 208, 0.5), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.5);
}
.noteName {
pointer-events: none;
flex: 1;
display: flex;
margin-top: 15%;
justify-content: center;
font-size: 3vh;
}
.noteCommand {
pointer-events: none;
flex: 1;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 15%;
font-size: 3vh;
} | 0.378689 | 0.090574 |
.canvas_background {
-fx-background-color: derive(#1d1d1d, 10%);
-fx-border-color: black;
-fx-border-width: 1;
-fx-border-style: solid;
}
.root {
-fx-background-color: #1d1d1d;
}
.label {
-fx-font-size: 11pt;
-fx-font-family: "Segoe UI Semibold";
-fx-text-fill: white;
-fx-opacity: 1;
-fx-effect: dropshadow(one-pass-box, black, 12, 0.0, 5, 0);
}
.label_header {
-fx-font-size: 60pt;
-fx-font-family: "Segoe UI Light";
-fx-text-fill: white;
-fx-opacity: 1;
-fx-effect: dropshadow(one-pass-box, black, 12, 0.0, 5, 0);
}
.label_header_background {
-fx-background-color: rgba(0, 0, 0, 0.5);
/*-fx-border-color: #e2e2e2;*/
/*-fx-border-width: 2;*/
}
.root_start {
-fx-background-image: url("../assets/background.jpg");
-fx-background-position: center center;
-fx-background-size: cover;
}
.button {
-fx-padding: 5 22 5 22;
-fx-border-color: #e2e2e2;
-fx-border-width: 2;
-fx-background-radius: 0;
-fx-background-color: #1d1d1d;
-fx-font-family: "Segoe UI", Helvetica, Arial, sans-serif;
-fx-font-size: 11pt;
-fx-text-fill: #d8d8d8;
-fx-background-insets: 0 0 0 0, 0, 1, 2;
}
.button_big {
-fx-padding: 5 22 5 22;
-fx-border-color: #e2e2e2;
-fx-border-width: 2;
-fx-background-radius: 0;
-fx-background-color: #1d1d1d;
-fx-font-family: "Segoe UI", Helvetica, Arial, sans-serif;
-fx-font-size: 20pt;
-fx-text-fill: #d8d8d8;
-fx-background-insets: 0 0 0 0, 0, 1, 2;
}
.button:hover, .button_big:hover {
-fx-background-color: #3a3a3a;
}
.button:selected, .button:default:hover:selected {
-fx-background-color: white;
-fx-text-fill: #1d1d1d;
}
.top_navbar {
-fx-background-color: derive(#1d1d1d, 10%);
}
.text_field {
-fx-background-color: #1d1d1d;
-fx-background-radius: 0, 0, 0, 0;
-fx-border-color: #e2e2e2;
-fx-border-width: 2;
-fx-font-family: "Segoe UI", Helvetica, Arial, sans-serif;
-fx-font-size: 11pt;
-fx-text-fill: #d8d8d8;
-fx-background-insets: 0 0 0 0, 0, 1, 2;
}
/* CREDITS VIEW */
.credits_title {
-fx-font-size: 50pt;
-fx-font-family: "Segoe UI Light";
-fx-text-fill: rgb(255, 255, 255);
/*-fx-opacity: 1;*/
/*-fx-effect: dropshadow(one-pass-box, black, 12, 0.0, 5, 0);*/
}
.credits_default_text {
-fx-font-size: 11pt;
-fx-fill: rgb(255, 255, 255);
-fx-font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}
.credits_default_label {
-fx-font-size: 15pt;
-fx-fill: rgb(255, 255, 255);
-fx-font-family: "Segoe UI", Helvetica, Arial, sans-serif;
-fx-padding: 10px 0 15px 0;
}
.credits_name_label {
-fx-font-size: 15pt;
-fx-fill: rgb(255, 255, 255);
-fx-font-family: "Segoe UI", Helvetica, Arial, sans-serif;
-fx-padding: 0 0 15px 0;
}
.credits_content_box {
-fx-background-color: derive(#1d1d1d, 10%);
} | src/sample/viewcontroller/style.css | .canvas_background {
-fx-background-color: derive(#1d1d1d, 10%);
-fx-border-color: black;
-fx-border-width: 1;
-fx-border-style: solid;
}
.root {
-fx-background-color: #1d1d1d;
}
.label {
-fx-font-size: 11pt;
-fx-font-family: "Segoe UI Semibold";
-fx-text-fill: white;
-fx-opacity: 1;
-fx-effect: dropshadow(one-pass-box, black, 12, 0.0, 5, 0);
}
.label_header {
-fx-font-size: 60pt;
-fx-font-family: "Segoe UI Light";
-fx-text-fill: white;
-fx-opacity: 1;
-fx-effect: dropshadow(one-pass-box, black, 12, 0.0, 5, 0);
}
.label_header_background {
-fx-background-color: rgba(0, 0, 0, 0.5);
/*-fx-border-color: #e2e2e2;*/
/*-fx-border-width: 2;*/
}
.root_start {
-fx-background-image: url("../assets/background.jpg");
-fx-background-position: center center;
-fx-background-size: cover;
}
.button {
-fx-padding: 5 22 5 22;
-fx-border-color: #e2e2e2;
-fx-border-width: 2;
-fx-background-radius: 0;
-fx-background-color: #1d1d1d;
-fx-font-family: "Segoe UI", Helvetica, Arial, sans-serif;
-fx-font-size: 11pt;
-fx-text-fill: #d8d8d8;
-fx-background-insets: 0 0 0 0, 0, 1, 2;
}
.button_big {
-fx-padding: 5 22 5 22;
-fx-border-color: #e2e2e2;
-fx-border-width: 2;
-fx-background-radius: 0;
-fx-background-color: #1d1d1d;
-fx-font-family: "Segoe UI", Helvetica, Arial, sans-serif;
-fx-font-size: 20pt;
-fx-text-fill: #d8d8d8;
-fx-background-insets: 0 0 0 0, 0, 1, 2;
}
.button:hover, .button_big:hover {
-fx-background-color: #3a3a3a;
}
.button:selected, .button:default:hover:selected {
-fx-background-color: white;
-fx-text-fill: #1d1d1d;
}
.top_navbar {
-fx-background-color: derive(#1d1d1d, 10%);
}
.text_field {
-fx-background-color: #1d1d1d;
-fx-background-radius: 0, 0, 0, 0;
-fx-border-color: #e2e2e2;
-fx-border-width: 2;
-fx-font-family: "Segoe UI", Helvetica, Arial, sans-serif;
-fx-font-size: 11pt;
-fx-text-fill: #d8d8d8;
-fx-background-insets: 0 0 0 0, 0, 1, 2;
}
/* CREDITS VIEW */
.credits_title {
-fx-font-size: 50pt;
-fx-font-family: "Segoe UI Light";
-fx-text-fill: rgb(255, 255, 255);
/*-fx-opacity: 1;*/
/*-fx-effect: dropshadow(one-pass-box, black, 12, 0.0, 5, 0);*/
}
.credits_default_text {
-fx-font-size: 11pt;
-fx-fill: rgb(255, 255, 255);
-fx-font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}
.credits_default_label {
-fx-font-size: 15pt;
-fx-fill: rgb(255, 255, 255);
-fx-font-family: "Segoe UI", Helvetica, Arial, sans-serif;
-fx-padding: 10px 0 15px 0;
}
.credits_name_label {
-fx-font-size: 15pt;
-fx-fill: rgb(255, 255, 255);
-fx-font-family: "Segoe UI", Helvetica, Arial, sans-serif;
-fx-padding: 0 0 15px 0;
}
.credits_content_box {
-fx-background-color: derive(#1d1d1d, 10%);
} | 0.532182 | 0.11737 |
@-moz-document
url-prefix("http://steamcommunity.com/profiles/"),
url-prefix("https://steamcommunity.com/profiles/"),
url-prefix("http://steamcommunity.com/id/"),
url-prefix("https://steamcommunity.com/id/"),
url-prefix("http://steamcommunity.com/my/"),
url-prefix("https://steamcommunity.com/my/") {
.profile_page,
.profile_background_image_content,
.profile_page.has_profile_background {
background: url("/*[[imagekey]]*/") fixed no-repeat !important;
background-size: cover !important;
}
.profile_content {
background: rgba(23, 23, 23, 0.8);
}
.persona.online,
a.persona.online,
.persona.online a,
.friend_status_online,
.friend_status_online a,
.friend_status_online div,
.profile_header_content .actual_persona_name {
color: #e4ca63;
}
.playerAvatar.online,
.appHubIconHolder.online,
.playerAvatar.online img,
.avatar_block_status_online,
.appHubIconHolder.online img,
.avatar_block_status_online img,
.friend_status_online .friend_block_avatar img,
.friend_activity.friend_status_online .friend_block_avatar,
.friend_block_holder.friend_status_online .friend_block_avatar {
background: linear-gradient(145deg, #d5bf6a 10%, #ffe2a9 40%, #ba995c 52%, #ba995c 61%, #d5bf6a 85%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.profile_header_bg {
background: url("https://i.imgur.com/ea4G8tx.png") no-repeat scroll center top rgba(0, 0, 0, 0);
max-width: 1057px;
height: 280px;
z-index: 2;
}
.profile_header_bg_texture {
background: none;
}
.profile_header_bg_texture:before {
background: url("https://i.imgur.com/epqTEVJ.png") no-repeat scroll center top transparent;
z-index: 1 !important;
pointer-events: none;
padding-right: 25px;
padding-left: 25px;
position: absolute;
content: "";
bottom: 0px;
right: 0px;
left: 0px;
top: 0px;
}
.profile_content {
overflow: visible !important;
padding-top: 70px !important;
margin-top: -120px !important;
position: relative !important;
}
/*Transparent border-effects added around the profile content*/
.profile_content {
background-clip: padding-box !important;
border-left: 1px solid rgba(0, 0, 0, 0);
border-right: 1px solid rgba(0, 0, 0, 0);
box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.8);
}
.profile_rightcol {
padding-top: 52px !important;
}
.profile_customization:not(.none_selected) .profile_customization_header {
text-shadow: 1px 1px 2px #000000;
margin-bottom: 40px;
position: relative;
color: #e4ca63;
}
.profile_customization:not(.none_selected):before {
background: url("https://i.imgur.com/tNymtWB.png") no-repeat scroll center top rgba(0, 0, 0, 0) !important;
position: absolute;
display: block;
height: 85px;
width: 664px;
left: -15px;
content: "";
top: -10px;
z-index: 0;
}
.profile_customization:not(.none_selected):after {
background: url("https://i.imgur.com/F8nPY12.png") no-repeat scroll center bottom rgba(0, 0, 0, 0) !important;
position: absolute;
display: block;
width: 664px;
height: 85px;
left: -15px;
content: "";
}
.profile_customization:not(.none_selected) {
background: url("https://i.imgur.com/AaLta7Q.png") repeat-y scroll center -6px rgba(0, 0, 0, 0) !important;
margin-bottom: 100px;
margin-top: 50px;
overflow: visible;
}
/*Style integration: "Steam - Better Avatar Borders"*/
/*Improved borders for avatars*/
.playerAvatar {
padding: 3px !important;
border-radius: 2px !important;
}
/*Fixes borders for profile avatar*/
.profile_header .playerAvatarAutoSizeInner {
margin: 3px !important;
border-radius: 2px !important;
}
/*Re-align the profile summary a little bit.*/
.profile_header .playerAvatar.profile_header_size {
margin-right: 14px;
}
/*Fixes for the footer*/
#footer_spacer {
padding-top: 0 !important;
margin-top: -3px !important;
}
/* < - - STEAM LEVEL +100 PARTICLES ENHANCEMENTS SYSTEM - - > */
/*Level +100 Livid Brown/Studio Badges*/
.lvl_plus_0 .friendPlayerLevelNum {
background: url("https://i.imgur.com/iJeSRIk.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Brick Red Badges*/
.lvl_plus_10 .friendPlayerLevelNum {
background: url("https://i.imgur.com/Gly8I6q.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Orange Roughy/Red Damask Badges*/
.lvl_plus_20 .friendPlayerLevelNum {
background: url("https://i.imgur.com/ZmxfcNT.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Lightning Yellow Badges*/
.lvl_plus_30 .friendPlayerLevelNum {
background: url("https://i.imgur.com/BNVmCc1.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Chalet Green Badges*/
.lvl_plus_40 .friendPlayerLevelNum {
background: url("https://i.imgur.com/lJISFnF.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Indigo Badges*/
.lvl_plus_50 .friendPlayerLevelNum {
background: url("https://i.imgur.com/chfZL8o.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Livid Brown/Studio Badges*/
.lvl_plus_60 .friendPlayerLevelNum {
background: url("https://i.imgur.com/J7hNVRp.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Amethyst Badges*/
.lvl_plus_70 .friendPlayerLevelNum {
background: url("https://i.imgur.com/CtsW8wv.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Livid Brown/Studio Badges*/
.lvl_plus_80 .friendPlayerLevelNum {
background: url("https://i.imgur.com/J7hNVRp.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Livid Brown/Studio Badges*/
.lvl_plus_90 .friendPlayerLevelNum {
background: url("https://i.imgur.com/nhp0zaz.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*< - - OFFICIAL PROFILE THEME CANCELLATION BETA - - >*/
.profile_header_bg_texture,
.profile_header .playerAvatar::after,
.profile_header_bg_texture::after,
.profile_header_bg_texture::after,
.profile_customization:not(.none_selected)::after,
.profile_group.profile_primary_group .profile_group_avatar::after {
background: none;
border: none;
}
}
@-moz-document
domain("steamcommunity.com"),
domain("steampowered.com"),
domain("store.steampowered.com") {
html body div#global_header .content {
height: 50px;
right: auto;
}
html body div#global_header div.logo {
padding: 0;
margin: 0;
}
html body div#global_header div.logo a {
display: inline-block;
margin: 3px 0 0 0;
}
html body div#global_header .menuitem {
padding: 0 15px;
font-size: 14px;
line-height: 50px;
text-transform: lowercase;
}
html body div#global_header .menuitem:first-letter {
text-transform: uppercase
}
html body div#global_header .menuitem:hover {
background: #29465c;
}
html body div#global_header .submenuitem {
padding: 10px 15px;
font-size: 14px;
text-transform: lowercase;
}
html body div#global_header .submenuitem:first-letter {
text-transform: uppercase
}
html body div#global_header .supernav_container {
left: 176px;
display: inline-block;
}
html body div#global_header .submenuitem:hover {
background: #29465c;
}
html body div#global_header .supernav_content {
padding: 0;
box-shadow: none;
max-width: none;
width: 175px;
margin: 4px 0 0 -1px;
}
.header_installsteam_btn,
a.submenuitem:first-child {
display: none;
}
#header_wallet_ctn:after {
content: "+";
position: relative;
right: 2px;
font-weight: bold;
color: #C5C3C2;
}
#header_wallet_ctn {
padding-right: 4px;
}
/*A small fix for Steam Augment extension for those who have it installed.*/
.popup_block_new {
box-shadow: none;
}
} | data/usercss/108649.user.css | @-moz-document
url-prefix("http://steamcommunity.com/profiles/"),
url-prefix("https://steamcommunity.com/profiles/"),
url-prefix("http://steamcommunity.com/id/"),
url-prefix("https://steamcommunity.com/id/"),
url-prefix("http://steamcommunity.com/my/"),
url-prefix("https://steamcommunity.com/my/") {
.profile_page,
.profile_background_image_content,
.profile_page.has_profile_background {
background: url("/*[[imagekey]]*/") fixed no-repeat !important;
background-size: cover !important;
}
.profile_content {
background: rgba(23, 23, 23, 0.8);
}
.persona.online,
a.persona.online,
.persona.online a,
.friend_status_online,
.friend_status_online a,
.friend_status_online div,
.profile_header_content .actual_persona_name {
color: #e4ca63;
}
.playerAvatar.online,
.appHubIconHolder.online,
.playerAvatar.online img,
.avatar_block_status_online,
.appHubIconHolder.online img,
.avatar_block_status_online img,
.friend_status_online .friend_block_avatar img,
.friend_activity.friend_status_online .friend_block_avatar,
.friend_block_holder.friend_status_online .friend_block_avatar {
background: linear-gradient(145deg, #d5bf6a 10%, #ffe2a9 40%, #ba995c 52%, #ba995c 61%, #d5bf6a 85%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.profile_header_bg {
background: url("https://i.imgur.com/ea4G8tx.png") no-repeat scroll center top rgba(0, 0, 0, 0);
max-width: 1057px;
height: 280px;
z-index: 2;
}
.profile_header_bg_texture {
background: none;
}
.profile_header_bg_texture:before {
background: url("https://i.imgur.com/epqTEVJ.png") no-repeat scroll center top transparent;
z-index: 1 !important;
pointer-events: none;
padding-right: 25px;
padding-left: 25px;
position: absolute;
content: "";
bottom: 0px;
right: 0px;
left: 0px;
top: 0px;
}
.profile_content {
overflow: visible !important;
padding-top: 70px !important;
margin-top: -120px !important;
position: relative !important;
}
/*Transparent border-effects added around the profile content*/
.profile_content {
background-clip: padding-box !important;
border-left: 1px solid rgba(0, 0, 0, 0);
border-right: 1px solid rgba(0, 0, 0, 0);
box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.8);
}
.profile_rightcol {
padding-top: 52px !important;
}
.profile_customization:not(.none_selected) .profile_customization_header {
text-shadow: 1px 1px 2px #000000;
margin-bottom: 40px;
position: relative;
color: #e4ca63;
}
.profile_customization:not(.none_selected):before {
background: url("https://i.imgur.com/tNymtWB.png") no-repeat scroll center top rgba(0, 0, 0, 0) !important;
position: absolute;
display: block;
height: 85px;
width: 664px;
left: -15px;
content: "";
top: -10px;
z-index: 0;
}
.profile_customization:not(.none_selected):after {
background: url("https://i.imgur.com/F8nPY12.png") no-repeat scroll center bottom rgba(0, 0, 0, 0) !important;
position: absolute;
display: block;
width: 664px;
height: 85px;
left: -15px;
content: "";
}
.profile_customization:not(.none_selected) {
background: url("https://i.imgur.com/AaLta7Q.png") repeat-y scroll center -6px rgba(0, 0, 0, 0) !important;
margin-bottom: 100px;
margin-top: 50px;
overflow: visible;
}
/*Style integration: "Steam - Better Avatar Borders"*/
/*Improved borders for avatars*/
.playerAvatar {
padding: 3px !important;
border-radius: 2px !important;
}
/*Fixes borders for profile avatar*/
.profile_header .playerAvatarAutoSizeInner {
margin: 3px !important;
border-radius: 2px !important;
}
/*Re-align the profile summary a little bit.*/
.profile_header .playerAvatar.profile_header_size {
margin-right: 14px;
}
/*Fixes for the footer*/
#footer_spacer {
padding-top: 0 !important;
margin-top: -3px !important;
}
/* < - - STEAM LEVEL +100 PARTICLES ENHANCEMENTS SYSTEM - - > */
/*Level +100 Livid Brown/Studio Badges*/
.lvl_plus_0 .friendPlayerLevelNum {
background: url("https://i.imgur.com/iJeSRIk.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Brick Red Badges*/
.lvl_plus_10 .friendPlayerLevelNum {
background: url("https://i.imgur.com/Gly8I6q.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Orange Roughy/Red Damask Badges*/
.lvl_plus_20 .friendPlayerLevelNum {
background: url("https://i.imgur.com/ZmxfcNT.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Lightning Yellow Badges*/
.lvl_plus_30 .friendPlayerLevelNum {
background: url("https://i.imgur.com/BNVmCc1.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Chalet Green Badges*/
.lvl_plus_40 .friendPlayerLevelNum {
background: url("https://i.imgur.com/lJISFnF.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Indigo Badges*/
.lvl_plus_50 .friendPlayerLevelNum {
background: url("https://i.imgur.com/chfZL8o.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Livid Brown/Studio Badges*/
.lvl_plus_60 .friendPlayerLevelNum {
background: url("https://i.imgur.com/J7hNVRp.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Amethyst Badges*/
.lvl_plus_70 .friendPlayerLevelNum {
background: url("https://i.imgur.com/CtsW8wv.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Livid Brown/Studio Badges*/
.lvl_plus_80 .friendPlayerLevelNum {
background: url("https://i.imgur.com/J7hNVRp.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*Level +100 Livid Brown/Studio Badges*/
.lvl_plus_90 .friendPlayerLevelNum {
background: url("https://i.imgur.com/nhp0zaz.gif") repeat !important;
padding: 3px !important;
border-radius: 100px !important;
}
/*< - - OFFICIAL PROFILE THEME CANCELLATION BETA - - >*/
.profile_header_bg_texture,
.profile_header .playerAvatar::after,
.profile_header_bg_texture::after,
.profile_header_bg_texture::after,
.profile_customization:not(.none_selected)::after,
.profile_group.profile_primary_group .profile_group_avatar::after {
background: none;
border: none;
}
}
@-moz-document
domain("steamcommunity.com"),
domain("steampowered.com"),
domain("store.steampowered.com") {
html body div#global_header .content {
height: 50px;
right: auto;
}
html body div#global_header div.logo {
padding: 0;
margin: 0;
}
html body div#global_header div.logo a {
display: inline-block;
margin: 3px 0 0 0;
}
html body div#global_header .menuitem {
padding: 0 15px;
font-size: 14px;
line-height: 50px;
text-transform: lowercase;
}
html body div#global_header .menuitem:first-letter {
text-transform: uppercase
}
html body div#global_header .menuitem:hover {
background: #29465c;
}
html body div#global_header .submenuitem {
padding: 10px 15px;
font-size: 14px;
text-transform: lowercase;
}
html body div#global_header .submenuitem:first-letter {
text-transform: uppercase
}
html body div#global_header .supernav_container {
left: 176px;
display: inline-block;
}
html body div#global_header .submenuitem:hover {
background: #29465c;
}
html body div#global_header .supernav_content {
padding: 0;
box-shadow: none;
max-width: none;
width: 175px;
margin: 4px 0 0 -1px;
}
.header_installsteam_btn,
a.submenuitem:first-child {
display: none;
}
#header_wallet_ctn:after {
content: "+";
position: relative;
right: 2px;
font-weight: bold;
color: #C5C3C2;
}
#header_wallet_ctn {
padding-right: 4px;
}
/*A small fix for Steam Augment extension for those who have it installed.*/
.popup_block_new {
box-shadow: none;
}
} | 0.198958 | 0.103477 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}
body {
display: flex;
flex-direction: column;
width: 100%;
height: 100vh;
font-size: 14px;
}
header {
display: flex;
flex-direction: column;
height: 140px;
border-bottom: 1px solid #e0e0e0;
}
.header-1 {
display: flex;
justify-content: space-between;
align-items: center;
height: 60%;
margin: 0px 75px;
margin-top: 20px;
}
.logo-searchbox {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 30px;
}
.searchbox {
display: flex;
align-items: center;
border: 1px solid #e0e0e0;
border-radius: 50px;
width: 540px;
height: 45px;
transition: 0.1s;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.searchbox:hover {
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.searchbox input {
border: none;
outline: none;
border-right: 1px solid #e0e0e0;;
width: 80%;
margin-left: 20px;
margin-right: 10px;
height: 25px;
}
.search-icon {
padding-left: 5px;
cursor: pointer;
}
.header-2 {
height: 40%;
display: flex;
align-items: flex-end;
}
.header-menu {
margin-left: 75px;
padding: 16px 0px;
font-size: 14px;
}
.header-menu a {
padding: 5px 10px;
padding-bottom: 15px;
color: #5f6368;
}
.header-menu a:hover {
color: #4989F4;
border-bottom: 2px solid #4989F4;
}
.resultados {
flex: 1;
display: flex;
flex-direction: column;
padding: 0px 75px;
}
.result-num {
line-height: 45px;
color: #70757a;
}
.result-element {
flex: 1;
display: flex;
flex-direction: column;
gap: 5px;
margin: 20px 0px;
width: 600px;
}
.result-element p {
color: #202124;
line-height: 1.3;
}
.result-element a {
color: #1a0dab;
font-size: 20px;
}
.result-element a:hover {
text-decoration: underline;
}
footer {
display: flex;
flex-direction: column;
font-size: 15px;
margin-top: 80px;
}
.footer-1 {
background-color: #F2F2F2;
display: flex;
justify-content: flex-start;
flex: 1;
color: #70757a;
padding: 20px 75px;
}
.footer-2 {
background-color: #F2F2F2;
display: flex;
justify-content: flex-start;
flex: 1;
padding: 20px 75px;
border-top: 1px solid #e0e0e0;
}
.footer-menu {
display: flex;
gap: 20px;
}
.footer-menu a {
color: #70757a;
}
.footer-menu a:hover {
color: #000000;
} | 41-google-search-results/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}
body {
display: flex;
flex-direction: column;
width: 100%;
height: 100vh;
font-size: 14px;
}
header {
display: flex;
flex-direction: column;
height: 140px;
border-bottom: 1px solid #e0e0e0;
}
.header-1 {
display: flex;
justify-content: space-between;
align-items: center;
height: 60%;
margin: 0px 75px;
margin-top: 20px;
}
.logo-searchbox {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 30px;
}
.searchbox {
display: flex;
align-items: center;
border: 1px solid #e0e0e0;
border-radius: 50px;
width: 540px;
height: 45px;
transition: 0.1s;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.searchbox:hover {
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.searchbox input {
border: none;
outline: none;
border-right: 1px solid #e0e0e0;;
width: 80%;
margin-left: 20px;
margin-right: 10px;
height: 25px;
}
.search-icon {
padding-left: 5px;
cursor: pointer;
}
.header-2 {
height: 40%;
display: flex;
align-items: flex-end;
}
.header-menu {
margin-left: 75px;
padding: 16px 0px;
font-size: 14px;
}
.header-menu a {
padding: 5px 10px;
padding-bottom: 15px;
color: #5f6368;
}
.header-menu a:hover {
color: #4989F4;
border-bottom: 2px solid #4989F4;
}
.resultados {
flex: 1;
display: flex;
flex-direction: column;
padding: 0px 75px;
}
.result-num {
line-height: 45px;
color: #70757a;
}
.result-element {
flex: 1;
display: flex;
flex-direction: column;
gap: 5px;
margin: 20px 0px;
width: 600px;
}
.result-element p {
color: #202124;
line-height: 1.3;
}
.result-element a {
color: #1a0dab;
font-size: 20px;
}
.result-element a:hover {
text-decoration: underline;
}
footer {
display: flex;
flex-direction: column;
font-size: 15px;
margin-top: 80px;
}
.footer-1 {
background-color: #F2F2F2;
display: flex;
justify-content: flex-start;
flex: 1;
color: #70757a;
padding: 20px 75px;
}
.footer-2 {
background-color: #F2F2F2;
display: flex;
justify-content: flex-start;
flex: 1;
padding: 20px 75px;
border-top: 1px solid #e0e0e0;
}
.footer-menu {
display: flex;
gap: 20px;
}
.footer-menu a {
color: #70757a;
}
.footer-menu a:hover {
color: #000000;
} | 0.436142 | 0.121895 |
body {
font-family: SF Pro Rounded, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin: 0;
font-size: 20px;
-webkit-font-smoothing: antialiased;
line-height: 1.3;
box-sizing: border-box;
}
a {
color: #00001B;
text-decoration: none;
font-weight: 600;
}
.Container {
width: 80%;
height: 100%;
margin: 0 auto;
}
/* index page */
.Hero {
background: url('../images/bgHero.png');
height: 920px;
background-size: cover;
background-position: center;
}
.HeroImage {
display: flex;
background-color: #00001B;
border-radius: 15px;
width: 60%;
height: 50%;
}
.HeroImage .Code {
background-color: #292941;
width: 70%;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.HeroImage .Tabs {
width: 30%;
}
.HeroImage .Tabs .Tab {
color: white;
display: flex;
align-items: center;
background-color: #292941;
border-radius: 5px;
font-size: 18px;
padding: 15px 25px;
position: relative;
top: 30px;
right: 40px;
margin-top: 25px;
}
.HeroImage .Tabs .Tab:nth-child(2) {
background-color: #3C3C5C;
}
.HeroImage .Tabs .Tab p {
margin: 0 0 0 10px;
font-weight: 600;
}
.HeroImage .Code .ProjectName {
display: flex;
align-items: center;
margin: 15px 25px;
color: white;
font-size: 18px;
}
.HeroImage .Code .ProjectName p {
margin-left: 10px;
}
.HeroGroup {
display: flex;
align-items: center;
height: 100%;
}
.HeroText {
width: 40%;
margin: 0 60px 0 0;
}
.HeroText h1 {
margin: 0;
}
.HeroText h3 {
font-weight: 500;
margin: 0;
}
.HeroText p {
margin-bottom: 0;
}
.LinkGroup {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.LinkGroup .Social {
display: flex;
align-items: center;
font-size: 25px;
background: #3C3C5C;
padding: 10px 15px;
margin: 20px 20px 0 0;
color: white;
border-radius: 5px;
}
.LinkGroup .Social a {
margin-left: 5px;
font-size: 15px;
color: white;
}
@media (max-width: 1199.98px) {
.Hero {
background: white;
}
.HeroGroup {
justify-content: center;
flex-direction: column;
}
.HeroText {
margin: 0;
width: 100%;
text-align: center;
}
.HeroText p {
margin: 20px auto;
max-width: 500px;
}
.HeroImage {
margin-top: 25px;
width: 65%;
}
.LinkGroup {
justify-content: center;
}
.LinkGroup .Social {
margin: 0 10px;
}
}
@media (max-width: 991.98px) {
.HeroImage {
width: 80%;
}
}
@media (max-width: 767.98px) {
.Hero {
height: 750px;
}
.HeroImage {
display: none;
}
}
@media (max-width: 576px) {
.Hero {
height: 550px;
}
.HeroText h1 {
font-size: 30px;
}
.HeroText h3 {
font-size: 20px;
}
.HeroText p {
font-size: 15px;
}
.LinkGroup {
flex-direction: row;
}
.LinkGroup .Social {
font-size: 12px;
margin-right: 0;
padding: 8px;
margin-left: 5px;
}
.LinkGroup .Social a {
font-size: 12px;
}
} | src/layouts/index.css | body {
font-family: SF Pro Rounded, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin: 0;
font-size: 20px;
-webkit-font-smoothing: antialiased;
line-height: 1.3;
box-sizing: border-box;
}
a {
color: #00001B;
text-decoration: none;
font-weight: 600;
}
.Container {
width: 80%;
height: 100%;
margin: 0 auto;
}
/* index page */
.Hero {
background: url('../images/bgHero.png');
height: 920px;
background-size: cover;
background-position: center;
}
.HeroImage {
display: flex;
background-color: #00001B;
border-radius: 15px;
width: 60%;
height: 50%;
}
.HeroImage .Code {
background-color: #292941;
width: 70%;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.HeroImage .Tabs {
width: 30%;
}
.HeroImage .Tabs .Tab {
color: white;
display: flex;
align-items: center;
background-color: #292941;
border-radius: 5px;
font-size: 18px;
padding: 15px 25px;
position: relative;
top: 30px;
right: 40px;
margin-top: 25px;
}
.HeroImage .Tabs .Tab:nth-child(2) {
background-color: #3C3C5C;
}
.HeroImage .Tabs .Tab p {
margin: 0 0 0 10px;
font-weight: 600;
}
.HeroImage .Code .ProjectName {
display: flex;
align-items: center;
margin: 15px 25px;
color: white;
font-size: 18px;
}
.HeroImage .Code .ProjectName p {
margin-left: 10px;
}
.HeroGroup {
display: flex;
align-items: center;
height: 100%;
}
.HeroText {
width: 40%;
margin: 0 60px 0 0;
}
.HeroText h1 {
margin: 0;
}
.HeroText h3 {
font-weight: 500;
margin: 0;
}
.HeroText p {
margin-bottom: 0;
}
.LinkGroup {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.LinkGroup .Social {
display: flex;
align-items: center;
font-size: 25px;
background: #3C3C5C;
padding: 10px 15px;
margin: 20px 20px 0 0;
color: white;
border-radius: 5px;
}
.LinkGroup .Social a {
margin-left: 5px;
font-size: 15px;
color: white;
}
@media (max-width: 1199.98px) {
.Hero {
background: white;
}
.HeroGroup {
justify-content: center;
flex-direction: column;
}
.HeroText {
margin: 0;
width: 100%;
text-align: center;
}
.HeroText p {
margin: 20px auto;
max-width: 500px;
}
.HeroImage {
margin-top: 25px;
width: 65%;
}
.LinkGroup {
justify-content: center;
}
.LinkGroup .Social {
margin: 0 10px;
}
}
@media (max-width: 991.98px) {
.HeroImage {
width: 80%;
}
}
@media (max-width: 767.98px) {
.Hero {
height: 750px;
}
.HeroImage {
display: none;
}
}
@media (max-width: 576px) {
.Hero {
height: 550px;
}
.HeroText h1 {
font-size: 30px;
}
.HeroText h3 {
font-size: 20px;
}
.HeroText p {
font-size: 15px;
}
.LinkGroup {
flex-direction: row;
}
.LinkGroup .Social {
font-size: 12px;
margin-right: 0;
padding: 8px;
margin-left: 5px;
}
.LinkGroup .Social a {
font-size: 12px;
}
} | 0.431824 | 0.09277 |
@-moz-document regexp("((http(s?)):\\/\\/)?[-A-Za-z0-9+&@#/%?=~_|!:,.;]+(8989|7878|radarr|sonarr)+(.*)") {
/* Darkerr 2.0 by Felix
2.6 (23/05/2018) - Fix, adjustment
2.5 (30/03/2018) - Color adjustment, improvements with Radarr, various fixes
2.3 (07/06/2017) - Fix
2.2 (24/05/2017) - Fix buttons in search view
2.1 (22/05/2017) - Search bar is always visible now
2.0 (21/05/2017) - Rewritten, color adjustment, various fix
1.4 (19/05/2017) - Fix regular expression
1.3 (18/05/2017) - Fix "Discover new movies" view on Radarr
1.2 (18/05/2017) - Color adjustment
1.1 (18/05/2017) - Fix series and movies detailed view
1.0 (17/05/2017) - First release
*/
/*-------------------------------------------*/
/* COLORS */
:root {
--color-DarkBG: #272727;
--color-White: #D4D4D4;
--color-Grey: #444444;
}
/* VERSION */
#footer-region::after {
content: "\A Darkerr Ver. 2.6";
white-space: pre;
}
/* SCROLLBARS */
::-webkit-scrollbar-corner {
background-color: #333333;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
background-color: #333333;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background: #555555;
}
/* SEARCH */
.col-md-6.form-control.x-series-search.tt-hint,
.col-md-6.form-control.x-series-search.tt-input {
background-color: #333333 !important;
color: var(--color-White) !important;
border: none;
box-shadow: none;
}
.col-md-6.form-control.x-series-search::-webkit-input-placeholder {
color: var(--color-White);
}
.tt-suggestion.tt-cursor {
background-color: var(--color-White) !important;
color: var(--color-Grey) !important;
}
.no-movies-found .tt-suggestion.tt-cursor {
background-color: #333333 !important;
color: var(--color-White) !important;
}
/*-------------------------------------------*/
/* BACKGROUNDS */
body {
background: var(--color-DarkBG);
background-color: var(--color-DarkBG);
}
.started #page {
background-color: transparent;
color: var(--color-White);
box-shadow: none;
max-width: 1210px;
}
.modal-content {
background-color: var(--color-DarkBG);
}
.modal-header {
border-bottom: 1px solid var(--color-Grey);
}
.modal-footer {
border-top: 1px solid var(--color-Grey);
}
/* details */
.backdrop .navbar-nzbdrone,
.series-page-header,
.movie-page-header,
.series-season,
.movie-tabs-card {
opacity: 0.98;
background-color: var(--color-DarkBG);
color: var(--color-White);
box-shadow: none;
}
/* popover */
.popover.in {
opacity: .9;
}
.popover {
background-color: #000;
color: #fff;
}
.popover > .popover-title {
background-color: #000;
color: #fff;
border: none;
}
.popover.left > .arrow,
.popover.left > .arrow:after {
border-left-color: #000;
}
.popover.right > .arrow:after {
border-right-color: #000;
}
/*-------------------------------------------*/
/* HOME */
/* posters */
.series-posters .series-posters-item,
.series-posters .movie-posters-item {
background-color: transparent;
box-shadow: none;
}
.series-posters .series-poster-container .series-controls,
.series-posters .series-poster-container .hidden-title,
.series-posters .movie-poster-container .movie-controls,
.series-posters .movie-poster-container .hidden-title {
background-color: var(--color-DarkBG);
color: var(--color-White);
opacity: .9;
}
.series-posters .series-poster-container .ended-banner,
.series-posters .movie-poster-container .cinemas-banner,
.series-posters .movie-poster-container .announced-banner {
color: var(--color-White);
box-shadow: none;
opacity: .9;
}
/* overview list */
.series-item > div.row > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a > h2,
.movie-item > div.row > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a > h2,
.series-item > div.row > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a > div:nth-child(1),
.movie-item > div.row > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a > div:nth-child(1) {
color: var(--color-White);
}
.progress {
color: var(--color-Grey);
}
/* table */
th.sortable:hover,
.table-hover > tbody > tr:hover {
background-color: var(--color-Grey);
}
/* paginator */
.backgrid-paginator > ul > li > i {
color: var(--color-White);
}
.backgrid-paginator > ul > li.disabled > i {
color: var(--color-Grey);
}
.backgrid-paginator > ul > li.active > span {
background-color: transparent;
color: var(--color-White);
}
/*-------------------------------------------*/
/* CALENDAR */
/* calendar upcoming */
.event .date h4 {
color: var(--color-White);
}
/* calendar month */
.calendar th {
background-color: var(--color-DarkBG);
color: var(--color-White);
}
.fc-day.fc-today.fc-state-highlight,
.fc-day-number.fc-today.fc-state-highlight,
.fc-day-top.fc-today.fc-state-highlight {
background-color: var(--color-White);
color: var(--color-DarkBG);
}
/* calendar list */
.fc-unthemed .fc-list-heading td {
background-color: var(--color-DarkBG);
color: var(--color-White);
}
/*-------------------------------------------*/
/* ADD SERIES/MOVIES */
#add-series-screen .new-series .search-item,
#add-movies-screen .new-movies .search-item {
background-color: transparent;
color: var(--color-White);
box-shadow: none;
}
div.form-group > label {
font-weight: 500;
}
#add-series-screen .add-series-search > input.form-control.x-series-search,
#add-movies-screen .add-movies-search > input.form-control.x-movies-search {
background-color: #333333 !important;
color: var(--color-White) !important;
border: none;
box-shadow: none;
}
.input-group.input-group-lg.add-series-search > .input-group-addon,
.input-group.input-group-lg.add-movies-search > .input-group-addon {
color: var(--color-White);
background-color: #333333;
border: 1px solid #333333;
}
/*-------------------------------------------*/
/* SETTINGS */
/* settings texts */
legend {
color: var(--color-White);
}
/*thingy*/
.thingy {
background-color: var(--color-Grey);
color: var(--color-White);
box-shadow: none;
border: 1px solid var(--color-Grey);
}
.add-card .center {
background-color: var(--color-Grey);
border: 1px solid var(--color-Grey);
}
.metadata-item {
background-color: var(--color-Grey);
color: var(--color-White);
box-shadow: none;
}
/*add thingy*/
.add-thingy {
background-color: var(--color-Grey);
color: var(--color-White);
box-shadow: none;
}
.add-thingy > div > .btn-default,
.add-thingy > div > div > .btn.btn-xs.btn-default.dropdown-toggle {
color: var(--color-White);
background-color: var(--color-Grey);
border-color: var(--color-White);
outline-style: none;
}
.add-thingy > div > .btn-default:hover,
.add-thingy > div > div > .btn.btn-xs.btn-default.dropdown-toggle:hover {
color: var(--color-DarkBG);
background-color: var(--color-White);
border-color: var(--color-White);
outline-style: none;
}
/*-------------------------------------------*/
/* BUTTONS */
.btn-default {
color: var(--color-White);
background-color: var(--color-DarkBG);
border-color: var(--color-White);
outline-style: none;
}
.fc-state-default {
color: var(--color-White);
background-color: var(--color-DarkBG);
border-color: var(--color-White);
outline-style: none;
background-image: none;
text-shadow: none;
}
.fc-state-hover {
color: var(--color-White);
background-color: var(--color-Grey);
border-color: var(--color-White);
outline-style: none;
background-image: none;
text-shadow: none;
}
.fc-state-active {
color: var(--color-DarkBG);
background-color: var(--color-White);
border-color: var(--color-White);
outline-style: none;
background-image: none;
text-shadow: none;
}
.fc-state-disabled {
color: var(--color-DarkBG);
background-color: var(--color-DarkBG);
border-color: var(--color-DarkBG);
outline-style: none;
background-image: none;
text-shadow: none;
}
.btn-default:hover {
color: var(--color-White);
background-color: var(--color-Grey);
border-color: var(--color-White);
outline-style: none;
}
.btn-default.active,
.btn-default.active:hover {
color: var(--color-DarkBG);
background-color: var(--color-White);
border-color: var(--color-White);
outline-style: none;
}
.btn-default.disabled,
.btn-default.disabled:hover {
color: var(--color-Grey);
background-color: var(--color-DarkBG);
border-color: var(--color-Grey);
outline-style: none;
}
.btn-default:active:hover {
color: var(--color-Grey);
background-color: var(--color-DarkBG);
border-color: var(--color-Grey);
outline-style: none;
}
.btn-default.focus.active {
color: var(--color-White);
background-color: var(--color-Grey);
border-color: var(--color-White);
outline-style: none;
}
.input-group-btn > button.btn.btn-icon-only.dropdown-toggle,
.btn.btn-icon-only.x-copy-api-key.hidden-xs {
color: var(--color-White);
background-color: var(--color-Grey);
}
.input-group-btn > button.btn.btn-icon-only.dropdown-toggle:hover {
color: var(--color-Grey);
background-color: var(--color-White);
}
.modal-footer > button:not([class*="btn-primary"]):not([class*="btn-danger"]):not([class*="btn-success"]) {
color: var(--color-White);
background-color: var(--color-DarkBG);
border-color: var(--color-White);
outline-style: none;
}
.modal-footer > button:hover:not([class*="btn-primary"]):not([class*="btn-danger"]):not([class*="btn-success"]) {
color: var(--color-White);
background-color: var(--color-Grey);
border-color: var(--color-White);
outline-style: none;
}
.modal-footer > button:active:not([class*="btn-primary"]):not([class*="btn-danger"]):not([class*="btn-success"]) {
color: var(--color-DarkBG);
background-color: var(--color-White);
border-color: var(--color-White);
outline-style: none;
}
.btn.btn-icon-only.x-ical-copy,
.btn.btn-icon-only.no-router.x-ical-webcal {
color: var(--color-White);
background-color: var(--color-Grey);
}
.btn.btn-icon-only.x-ical-copy:hover,
.btn.btn-icon-only.x-ical-copy.zeroclipboard-is-hover,
.btn.btn-icon-only.no-router.x-ical-webcal:hover {
color: var(--color-Grey);
background-color: var(--color-White);
}
.btn.x-search-back {
color: var(--color-White);
background-color: var(--color-DarkBG);
border-color: var(--color-White);
outline-style: none;
}
.btn.x-search-back:hover {
color: var(--color-White);
background-color: var(--color-Grey);
border-color: var(--color-White);
outline-style: none;
}
/* outline */
.btn {
outline: 0 !important;
}
/*-------------------------------------------*/
/* CHECKBOX */
.well {
background-color: var(--color-Grey);
border: 1px solid var(--color-Grey);
}
.toggle p span {
color: var(--color-Grey);
}
.toggle input:checked ~ p span:nth-child(1) {
color: var(--color-White);
}
.toggle input:not(:checked) ~ p span:nth-child(2) {
color: var(--color-White);
}
/* FORM */
.form-control {
color: var(--color-White);
background-color: var(--color-Grey) !important;
border: 1px solid var(--color-Grey);
}
.form-control:focus {
border-color: var(--color-Grey);
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px var(--color-Grey);
}
.bootstrap-tagsinput {
background-color: var(--color-Grey);
border: 1px solid var(--color-Grey);
color: var(--color-White);
}
/*-------------------------------------------*/
/* TABS */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
color: var(--color-White);
background-color: var(--color-Grey);
border: 1px solid var(--color-White);
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
color: var(--color-White);
background-color: var(--color-DarkBG);
border: 1px solid var(--color-White);
}
/*-------------------------------------------*/
/* DROPDOWN MENU */
.open > .dropdown-toggle.btn-default:focus {
color: var(--color-DarkBG);
background-color: var(--color-White);
border-color: var(--color-White);
outline-style: none;
}
.dropdown-menu {
background-color: var(--color-DarkBG);
border-color: var(--color-White);
}
.dropdown-menu > li > a {
color: var(--color-White);
}
.dropdown-menu > li > a:hover {
color: var(--color-White);
background-color: var(--color-Grey);
}
/*-------------------------------------------*/
/* automatic search text */
.btn.btn-lg.btn-block.x-search-auto {
color: var(--color-DarkBG);
}
/* close */
.close,
.close:hover,
.close:focus {
color: var(--color-White) !important;
opacity: 1;
}
/*labels*/
.badge-inverse {
color: var(--color-DarkBG);
}
/* qualiies */
ul.qualities li {
border: 1px solid var(--color-Grey);
background: var(--color-Grey);
}
ul.qualities li .select-handle,
ul.qualities li.selected .quality-label {
color: var(--color-White);
}
ul.qualities li .quality-label {
color: var(--color-White);
}
ul.qualities li:hover {
border-color: var(--color-White);
background: var(--color-White);
}
ul.qualities li:hover .quality-label,
ul.qualities li:hover .select-handle,
ul.qualities li.selected:hover .select-handle {
color: var(--color-DarkBG);
}
/* already exists text */
#add-series-screen .search-item a,
#add-movies-screen .search-item a {
color: var(--color-White);
}
/* logs */
.nav.nav-pills.nav-stacked > li:not([class*="active"]) > a:focus,
.nav.nav-pills.nav-stacked > li:not([class*="active"]) > a:hover {
color: var(--color-DarkBG);
background-color: var(--color-White);
}
pre {
color: #20C20E;
background-color: black;
border: 1px solid black;
}
pre::selection {
color: black;
background: #20C20E;
}
pre::-moz-selection {
color: black;
background: #20C20E;
}
/* titles */
a,
.episode-title-cell {
color: var(--color-White);
text-decoration: none;
}
a:focus,
a:hover,
.episode-title-cell:focus,
.episode-title-cell:hover {
color: var(--color-White);
text-decoration: underline;
}
/*-------------------------------------------*/
@media (max-width: 991px) {
.toolbar .page-toolbar .x-toolbar-left-1 {
display: block;
}
.toolbar .page-toolbar .btn-group {
display: block;
}
.btn-group.btn-group-collapse > .btn {
margin: 2px;
display: block;
float: none;
border-radius: 4px!important;
word-wrap: normal;
white-space: normal;
}
}
@media screen and (max-width: 767px) {
.table-responsive {
border: none;
}
}
/*-------------------------------------------*/
} | data/usercss/142759.user.css | @-moz-document regexp("((http(s?)):\\/\\/)?[-A-Za-z0-9+&@#/%?=~_|!:,.;]+(8989|7878|radarr|sonarr)+(.*)") {
/* Darkerr 2.0 by Felix
2.6 (23/05/2018) - Fix, adjustment
2.5 (30/03/2018) - Color adjustment, improvements with Radarr, various fixes
2.3 (07/06/2017) - Fix
2.2 (24/05/2017) - Fix buttons in search view
2.1 (22/05/2017) - Search bar is always visible now
2.0 (21/05/2017) - Rewritten, color adjustment, various fix
1.4 (19/05/2017) - Fix regular expression
1.3 (18/05/2017) - Fix "Discover new movies" view on Radarr
1.2 (18/05/2017) - Color adjustment
1.1 (18/05/2017) - Fix series and movies detailed view
1.0 (17/05/2017) - First release
*/
/*-------------------------------------------*/
/* COLORS */
:root {
--color-DarkBG: #272727;
--color-White: #D4D4D4;
--color-Grey: #444444;
}
/* VERSION */
#footer-region::after {
content: "\A Darkerr Ver. 2.6";
white-space: pre;
}
/* SCROLLBARS */
::-webkit-scrollbar-corner {
background-color: #333333;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
background-color: #333333;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background: #555555;
}
/* SEARCH */
.col-md-6.form-control.x-series-search.tt-hint,
.col-md-6.form-control.x-series-search.tt-input {
background-color: #333333 !important;
color: var(--color-White) !important;
border: none;
box-shadow: none;
}
.col-md-6.form-control.x-series-search::-webkit-input-placeholder {
color: var(--color-White);
}
.tt-suggestion.tt-cursor {
background-color: var(--color-White) !important;
color: var(--color-Grey) !important;
}
.no-movies-found .tt-suggestion.tt-cursor {
background-color: #333333 !important;
color: var(--color-White) !important;
}
/*-------------------------------------------*/
/* BACKGROUNDS */
body {
background: var(--color-DarkBG);
background-color: var(--color-DarkBG);
}
.started #page {
background-color: transparent;
color: var(--color-White);
box-shadow: none;
max-width: 1210px;
}
.modal-content {
background-color: var(--color-DarkBG);
}
.modal-header {
border-bottom: 1px solid var(--color-Grey);
}
.modal-footer {
border-top: 1px solid var(--color-Grey);
}
/* details */
.backdrop .navbar-nzbdrone,
.series-page-header,
.movie-page-header,
.series-season,
.movie-tabs-card {
opacity: 0.98;
background-color: var(--color-DarkBG);
color: var(--color-White);
box-shadow: none;
}
/* popover */
.popover.in {
opacity: .9;
}
.popover {
background-color: #000;
color: #fff;
}
.popover > .popover-title {
background-color: #000;
color: #fff;
border: none;
}
.popover.left > .arrow,
.popover.left > .arrow:after {
border-left-color: #000;
}
.popover.right > .arrow:after {
border-right-color: #000;
}
/*-------------------------------------------*/
/* HOME */
/* posters */
.series-posters .series-posters-item,
.series-posters .movie-posters-item {
background-color: transparent;
box-shadow: none;
}
.series-posters .series-poster-container .series-controls,
.series-posters .series-poster-container .hidden-title,
.series-posters .movie-poster-container .movie-controls,
.series-posters .movie-poster-container .hidden-title {
background-color: var(--color-DarkBG);
color: var(--color-White);
opacity: .9;
}
.series-posters .series-poster-container .ended-banner,
.series-posters .movie-poster-container .cinemas-banner,
.series-posters .movie-poster-container .announced-banner {
color: var(--color-White);
box-shadow: none;
opacity: .9;
}
/* overview list */
.series-item > div.row > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a > h2,
.movie-item > div.row > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > a > h2,
.series-item > div.row > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a > div:nth-child(1),
.movie-item > div.row > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a > div:nth-child(1) {
color: var(--color-White);
}
.progress {
color: var(--color-Grey);
}
/* table */
th.sortable:hover,
.table-hover > tbody > tr:hover {
background-color: var(--color-Grey);
}
/* paginator */
.backgrid-paginator > ul > li > i {
color: var(--color-White);
}
.backgrid-paginator > ul > li.disabled > i {
color: var(--color-Grey);
}
.backgrid-paginator > ul > li.active > span {
background-color: transparent;
color: var(--color-White);
}
/*-------------------------------------------*/
/* CALENDAR */
/* calendar upcoming */
.event .date h4 {
color: var(--color-White);
}
/* calendar month */
.calendar th {
background-color: var(--color-DarkBG);
color: var(--color-White);
}
.fc-day.fc-today.fc-state-highlight,
.fc-day-number.fc-today.fc-state-highlight,
.fc-day-top.fc-today.fc-state-highlight {
background-color: var(--color-White);
color: var(--color-DarkBG);
}
/* calendar list */
.fc-unthemed .fc-list-heading td {
background-color: var(--color-DarkBG);
color: var(--color-White);
}
/*-------------------------------------------*/
/* ADD SERIES/MOVIES */
#add-series-screen .new-series .search-item,
#add-movies-screen .new-movies .search-item {
background-color: transparent;
color: var(--color-White);
box-shadow: none;
}
div.form-group > label {
font-weight: 500;
}
#add-series-screen .add-series-search > input.form-control.x-series-search,
#add-movies-screen .add-movies-search > input.form-control.x-movies-search {
background-color: #333333 !important;
color: var(--color-White) !important;
border: none;
box-shadow: none;
}
.input-group.input-group-lg.add-series-search > .input-group-addon,
.input-group.input-group-lg.add-movies-search > .input-group-addon {
color: var(--color-White);
background-color: #333333;
border: 1px solid #333333;
}
/*-------------------------------------------*/
/* SETTINGS */
/* settings texts */
legend {
color: var(--color-White);
}
/*thingy*/
.thingy {
background-color: var(--color-Grey);
color: var(--color-White);
box-shadow: none;
border: 1px solid var(--color-Grey);
}
.add-card .center {
background-color: var(--color-Grey);
border: 1px solid var(--color-Grey);
}
.metadata-item {
background-color: var(--color-Grey);
color: var(--color-White);
box-shadow: none;
}
/*add thingy*/
.add-thingy {
background-color: var(--color-Grey);
color: var(--color-White);
box-shadow: none;
}
.add-thingy > div > .btn-default,
.add-thingy > div > div > .btn.btn-xs.btn-default.dropdown-toggle {
color: var(--color-White);
background-color: var(--color-Grey);
border-color: var(--color-White);
outline-style: none;
}
.add-thingy > div > .btn-default:hover,
.add-thingy > div > div > .btn.btn-xs.btn-default.dropdown-toggle:hover {
color: var(--color-DarkBG);
background-color: var(--color-White);
border-color: var(--color-White);
outline-style: none;
}
/*-------------------------------------------*/
/* BUTTONS */
.btn-default {
color: var(--color-White);
background-color: var(--color-DarkBG);
border-color: var(--color-White);
outline-style: none;
}
.fc-state-default {
color: var(--color-White);
background-color: var(--color-DarkBG);
border-color: var(--color-White);
outline-style: none;
background-image: none;
text-shadow: none;
}
.fc-state-hover {
color: var(--color-White);
background-color: var(--color-Grey);
border-color: var(--color-White);
outline-style: none;
background-image: none;
text-shadow: none;
}
.fc-state-active {
color: var(--color-DarkBG);
background-color: var(--color-White);
border-color: var(--color-White);
outline-style: none;
background-image: none;
text-shadow: none;
}
.fc-state-disabled {
color: var(--color-DarkBG);
background-color: var(--color-DarkBG);
border-color: var(--color-DarkBG);
outline-style: none;
background-image: none;
text-shadow: none;
}
.btn-default:hover {
color: var(--color-White);
background-color: var(--color-Grey);
border-color: var(--color-White);
outline-style: none;
}
.btn-default.active,
.btn-default.active:hover {
color: var(--color-DarkBG);
background-color: var(--color-White);
border-color: var(--color-White);
outline-style: none;
}
.btn-default.disabled,
.btn-default.disabled:hover {
color: var(--color-Grey);
background-color: var(--color-DarkBG);
border-color: var(--color-Grey);
outline-style: none;
}
.btn-default:active:hover {
color: var(--color-Grey);
background-color: var(--color-DarkBG);
border-color: var(--color-Grey);
outline-style: none;
}
.btn-default.focus.active {
color: var(--color-White);
background-color: var(--color-Grey);
border-color: var(--color-White);
outline-style: none;
}
.input-group-btn > button.btn.btn-icon-only.dropdown-toggle,
.btn.btn-icon-only.x-copy-api-key.hidden-xs {
color: var(--color-White);
background-color: var(--color-Grey);
}
.input-group-btn > button.btn.btn-icon-only.dropdown-toggle:hover {
color: var(--color-Grey);
background-color: var(--color-White);
}
.modal-footer > button:not([class*="btn-primary"]):not([class*="btn-danger"]):not([class*="btn-success"]) {
color: var(--color-White);
background-color: var(--color-DarkBG);
border-color: var(--color-White);
outline-style: none;
}
.modal-footer > button:hover:not([class*="btn-primary"]):not([class*="btn-danger"]):not([class*="btn-success"]) {
color: var(--color-White);
background-color: var(--color-Grey);
border-color: var(--color-White);
outline-style: none;
}
.modal-footer > button:active:not([class*="btn-primary"]):not([class*="btn-danger"]):not([class*="btn-success"]) {
color: var(--color-DarkBG);
background-color: var(--color-White);
border-color: var(--color-White);
outline-style: none;
}
.btn.btn-icon-only.x-ical-copy,
.btn.btn-icon-only.no-router.x-ical-webcal {
color: var(--color-White);
background-color: var(--color-Grey);
}
.btn.btn-icon-only.x-ical-copy:hover,
.btn.btn-icon-only.x-ical-copy.zeroclipboard-is-hover,
.btn.btn-icon-only.no-router.x-ical-webcal:hover {
color: var(--color-Grey);
background-color: var(--color-White);
}
.btn.x-search-back {
color: var(--color-White);
background-color: var(--color-DarkBG);
border-color: var(--color-White);
outline-style: none;
}
.btn.x-search-back:hover {
color: var(--color-White);
background-color: var(--color-Grey);
border-color: var(--color-White);
outline-style: none;
}
/* outline */
.btn {
outline: 0 !important;
}
/*-------------------------------------------*/
/* CHECKBOX */
.well {
background-color: var(--color-Grey);
border: 1px solid var(--color-Grey);
}
.toggle p span {
color: var(--color-Grey);
}
.toggle input:checked ~ p span:nth-child(1) {
color: var(--color-White);
}
.toggle input:not(:checked) ~ p span:nth-child(2) {
color: var(--color-White);
}
/* FORM */
.form-control {
color: var(--color-White);
background-color: var(--color-Grey) !important;
border: 1px solid var(--color-Grey);
}
.form-control:focus {
border-color: var(--color-Grey);
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px var(--color-Grey);
}
.bootstrap-tagsinput {
background-color: var(--color-Grey);
border: 1px solid var(--color-Grey);
color: var(--color-White);
}
/*-------------------------------------------*/
/* TABS */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
color: var(--color-White);
background-color: var(--color-Grey);
border: 1px solid var(--color-White);
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
color: var(--color-White);
background-color: var(--color-DarkBG);
border: 1px solid var(--color-White);
}
/*-------------------------------------------*/
/* DROPDOWN MENU */
.open > .dropdown-toggle.btn-default:focus {
color: var(--color-DarkBG);
background-color: var(--color-White);
border-color: var(--color-White);
outline-style: none;
}
.dropdown-menu {
background-color: var(--color-DarkBG);
border-color: var(--color-White);
}
.dropdown-menu > li > a {
color: var(--color-White);
}
.dropdown-menu > li > a:hover {
color: var(--color-White);
background-color: var(--color-Grey);
}
/*-------------------------------------------*/
/* automatic search text */
.btn.btn-lg.btn-block.x-search-auto {
color: var(--color-DarkBG);
}
/* close */
.close,
.close:hover,
.close:focus {
color: var(--color-White) !important;
opacity: 1;
}
/*labels*/
.badge-inverse {
color: var(--color-DarkBG);
}
/* qualiies */
ul.qualities li {
border: 1px solid var(--color-Grey);
background: var(--color-Grey);
}
ul.qualities li .select-handle,
ul.qualities li.selected .quality-label {
color: var(--color-White);
}
ul.qualities li .quality-label {
color: var(--color-White);
}
ul.qualities li:hover {
border-color: var(--color-White);
background: var(--color-White);
}
ul.qualities li:hover .quality-label,
ul.qualities li:hover .select-handle,
ul.qualities li.selected:hover .select-handle {
color: var(--color-DarkBG);
}
/* already exists text */
#add-series-screen .search-item a,
#add-movies-screen .search-item a {
color: var(--color-White);
}
/* logs */
.nav.nav-pills.nav-stacked > li:not([class*="active"]) > a:focus,
.nav.nav-pills.nav-stacked > li:not([class*="active"]) > a:hover {
color: var(--color-DarkBG);
background-color: var(--color-White);
}
pre {
color: #20C20E;
background-color: black;
border: 1px solid black;
}
pre::selection {
color: black;
background: #20C20E;
}
pre::-moz-selection {
color: black;
background: #20C20E;
}
/* titles */
a,
.episode-title-cell {
color: var(--color-White);
text-decoration: none;
}
a:focus,
a:hover,
.episode-title-cell:focus,
.episode-title-cell:hover {
color: var(--color-White);
text-decoration: underline;
}
/*-------------------------------------------*/
@media (max-width: 991px) {
.toolbar .page-toolbar .x-toolbar-left-1 {
display: block;
}
.toolbar .page-toolbar .btn-group {
display: block;
}
.btn-group.btn-group-collapse > .btn {
margin: 2px;
display: block;
float: none;
border-radius: 4px!important;
word-wrap: normal;
white-space: normal;
}
}
@media screen and (max-width: 767px) {
.table-responsive {
border: none;
}
}
/*-------------------------------------------*/
} | 0.407451 | 0.064772 |
body{
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
/* ---------- Main Header ------------ */
.main-header{
text-align: right;
padding: 15px;
background: whitesmoke url("../images/image5.jpeg") no-repeat scroll center;
color: white;
}
/* ---------- Main Navbar ------------ */
.main-nav{
background-color: black;
padding: 5px;
box-shadow: 0 0 5px black;
}
.main-nav a{
color: white;
display: inline-block;
text-decoration: none;
padding: 10px 25px;
margin: 0px 3px;
}
.main-nav a:hover{
background-color: rgb(145, 54, 38);
border-radius: 50px;
box-shadow: 0 0 5px white;
}
.main-nav a.active{
background-color: darkred;
border-radius: 50px;
box-shadow: 0 0 5px white;
}
/* ---------- Home News Section ------------ */
.home-news-section{
text-align: center;
margin: 15px 0px;
}
.home-news-article{
width: 330px;
height: 500px;
text-align: center;
padding: 15px;
margin: 15px;
border: 2px solid darkred;
border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
display: inline-grid;
transition: all 0.5s;
}
.home-news-article:hover{
width: 340px;
box-shadow: 0 0 10px darkred;
cursor: pointer;
}
.home-news-article h2{
color: darkred;
}
.home-news-article img{
width: 100%;
}
/* ---------- Main News Section ------------ */
.main-news-section{
width: 80%;
margin: auto;
text-align: center;
}
.main-news-article{
border-radius: 10px;
box-shadow: 0 0 10px darkred;
}
.main-news-article h2{
color: white;
background: linear-gradient(45deg, darkred, black, darkred);
padding: 20px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.zoom{
width: 600px;
height: 350px;
margin: auto;
border-radius: 10px;
box-shadow: 0 0 5px black;
overflow: hidden;
}
.zoom img{
width: inherit;
height: inherit;
border-radius: 10px;
transition: all 0.5s;
}
.zoom img:hover{
transform: scale(1.2,1.2);
}
.main-news-article p{
color: darkred;
padding: 15px;
font-size: 18px;
}
/* ---------- Main Footer ------------ */
.main-footer{
color: white;
background: linear-gradient(45deg, darkred, black, darkred);
text-align: center;
padding: 15px;
box-shadow: 0 0 5px darkred;
}
.main-footer a{
color: orange;
}
/* ---------- Gallery Section ------------ */
.gallery-section{
text-align: center;
margin: 10px;
}
.gallery-figure{
border: 2px solid darkred;
width: 300px;
display: inline-block;
margin: 5px;
padding: 5px;
border-radius: 10px;
}
.gallery-figure:hover{
box-shadow: 0 0 10px darkred;
}
.gallery-zoom{
width: 300px;
height: 200px;
overflow: hidden;
border-radius: 8px;
}
.gallery-zoom img{
width: inherit;
height: inherit;
transition: all 0.5s;
}
.gallery-zoom:hover img{
transform: scale(1.2,1.2);
}
.gallery-figure figcaption{
color: darkred;
padding: 10px;
font-size: 18px;
}
/* ---------- About-Us Section ------------ */
.about-section{
width: 80%;
margin: auto;
}
.about-article{
background: white url('../images/gallery_mobile_3.jpg') repeat scroll top;
color: white;
padding: 15px;
margin: 20px;
border-top-right-radius: 25px;
border-bottom-left-radius: 25px;
box-shadow: 0 0 10px blue;
}
.company-images{
text-align: center;
}
.company-image-zoom{
width: 250px;
height: 150px;
display: inline-block;
overflow: hidden;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
margin: 5px;
box-shadow: 0 0 10px black;
}
.company-image-zoom img{
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
box-shadow: 0 0 5px black;
width: inherit;
height: inherit;
transition: all 0.5s;
}
.company-image-zoom:hover img{
transform: scale(1.2,1.2);
}
/* ---------- Contact Section ------------ */
.contact-section{
background: white url('../images/image5.jpeg') no-repeat scroll bottom;
padding: 15px;
}
.contact-article{
background-color: rgba(0, 0, 0, 0.5);
width: 275px;
text-align: center;
margin: auto;
box-shadow: 0 0 10px #eccfaa;
border-radius: 10px;
margin-top: 0;
}
.contact-article h2{
color: #c2a887;
padding-top: 25px;
}
.contact-form .inputField{
text-align: center;
border: none;
outline: none;
height: 35px;
font-size: 18px;
width: 225px;
margin: 5px;
background-color: transparent;
color: white;
border-bottom: 3px solid #7f6c5a;
}
.contact-form .inputField:focus{
border-bottom: 3px solid #eccfaa;
}
::placeholder{
color: #9e886c;
}
.contact-form textarea{
border: none;
outline: none;
background-color: rgba(48, 41, 32, 0.5);
color: white;
font-size: 18px;
width: 200px;
border: 3px solid #7f6c5a;
border-radius: 5px;
margin-top: 5px;
}
.contact-form textarea:focus{
border: 3px solid #eccfaa;
}
.contact-form #submit-btn{
background-color: #7f6c5a;
color: white;
border: none;
outline: none;
font-size: 18px;
padding: 10px 25px;
border-radius: 50px;
box-shadow: 0 0 5px black;
margin: 15px;
}
.contact-form #submit-btn:hover{
box-shadow: 0 0 5px #fae4c7;
cursor: pointer;
} | CSS/27_CSS_Mini_Project/css/styles.css | body{
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
/* ---------- Main Header ------------ */
.main-header{
text-align: right;
padding: 15px;
background: whitesmoke url("../images/image5.jpeg") no-repeat scroll center;
color: white;
}
/* ---------- Main Navbar ------------ */
.main-nav{
background-color: black;
padding: 5px;
box-shadow: 0 0 5px black;
}
.main-nav a{
color: white;
display: inline-block;
text-decoration: none;
padding: 10px 25px;
margin: 0px 3px;
}
.main-nav a:hover{
background-color: rgb(145, 54, 38);
border-radius: 50px;
box-shadow: 0 0 5px white;
}
.main-nav a.active{
background-color: darkred;
border-radius: 50px;
box-shadow: 0 0 5px white;
}
/* ---------- Home News Section ------------ */
.home-news-section{
text-align: center;
margin: 15px 0px;
}
.home-news-article{
width: 330px;
height: 500px;
text-align: center;
padding: 15px;
margin: 15px;
border: 2px solid darkred;
border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
display: inline-grid;
transition: all 0.5s;
}
.home-news-article:hover{
width: 340px;
box-shadow: 0 0 10px darkred;
cursor: pointer;
}
.home-news-article h2{
color: darkred;
}
.home-news-article img{
width: 100%;
}
/* ---------- Main News Section ------------ */
.main-news-section{
width: 80%;
margin: auto;
text-align: center;
}
.main-news-article{
border-radius: 10px;
box-shadow: 0 0 10px darkred;
}
.main-news-article h2{
color: white;
background: linear-gradient(45deg, darkred, black, darkred);
padding: 20px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.zoom{
width: 600px;
height: 350px;
margin: auto;
border-radius: 10px;
box-shadow: 0 0 5px black;
overflow: hidden;
}
.zoom img{
width: inherit;
height: inherit;
border-radius: 10px;
transition: all 0.5s;
}
.zoom img:hover{
transform: scale(1.2,1.2);
}
.main-news-article p{
color: darkred;
padding: 15px;
font-size: 18px;
}
/* ---------- Main Footer ------------ */
.main-footer{
color: white;
background: linear-gradient(45deg, darkred, black, darkred);
text-align: center;
padding: 15px;
box-shadow: 0 0 5px darkred;
}
.main-footer a{
color: orange;
}
/* ---------- Gallery Section ------------ */
.gallery-section{
text-align: center;
margin: 10px;
}
.gallery-figure{
border: 2px solid darkred;
width: 300px;
display: inline-block;
margin: 5px;
padding: 5px;
border-radius: 10px;
}
.gallery-figure:hover{
box-shadow: 0 0 10px darkred;
}
.gallery-zoom{
width: 300px;
height: 200px;
overflow: hidden;
border-radius: 8px;
}
.gallery-zoom img{
width: inherit;
height: inherit;
transition: all 0.5s;
}
.gallery-zoom:hover img{
transform: scale(1.2,1.2);
}
.gallery-figure figcaption{
color: darkred;
padding: 10px;
font-size: 18px;
}
/* ---------- About-Us Section ------------ */
.about-section{
width: 80%;
margin: auto;
}
.about-article{
background: white url('../images/gallery_mobile_3.jpg') repeat scroll top;
color: white;
padding: 15px;
margin: 20px;
border-top-right-radius: 25px;
border-bottom-left-radius: 25px;
box-shadow: 0 0 10px blue;
}
.company-images{
text-align: center;
}
.company-image-zoom{
width: 250px;
height: 150px;
display: inline-block;
overflow: hidden;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
margin: 5px;
box-shadow: 0 0 10px black;
}
.company-image-zoom img{
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
box-shadow: 0 0 5px black;
width: inherit;
height: inherit;
transition: all 0.5s;
}
.company-image-zoom:hover img{
transform: scale(1.2,1.2);
}
/* ---------- Contact Section ------------ */
.contact-section{
background: white url('../images/image5.jpeg') no-repeat scroll bottom;
padding: 15px;
}
.contact-article{
background-color: rgba(0, 0, 0, 0.5);
width: 275px;
text-align: center;
margin: auto;
box-shadow: 0 0 10px #eccfaa;
border-radius: 10px;
margin-top: 0;
}
.contact-article h2{
color: #c2a887;
padding-top: 25px;
}
.contact-form .inputField{
text-align: center;
border: none;
outline: none;
height: 35px;
font-size: 18px;
width: 225px;
margin: 5px;
background-color: transparent;
color: white;
border-bottom: 3px solid #7f6c5a;
}
.contact-form .inputField:focus{
border-bottom: 3px solid #eccfaa;
}
::placeholder{
color: #9e886c;
}
.contact-form textarea{
border: none;
outline: none;
background-color: rgba(48, 41, 32, 0.5);
color: white;
font-size: 18px;
width: 200px;
border: 3px solid #7f6c5a;
border-radius: 5px;
margin-top: 5px;
}
.contact-form textarea:focus{
border: 3px solid #eccfaa;
}
.contact-form #submit-btn{
background-color: #7f6c5a;
color: white;
border: none;
outline: none;
font-size: 18px;
padding: 10px 25px;
border-radius: 50px;
box-shadow: 0 0 5px black;
margin: 15px;
}
.contact-form #submit-btn:hover{
box-shadow: 0 0 5px #fae4c7;
cursor: pointer;
} | 0.447702 | 0.092401 |
html {
scroll-behavior: smooth;
}
* {
box-sizing: border-box;
}
body {
font-family: 'Lato', Arial, sans-serif !important;
}
/*NAV CSS*/
.navbar-brand {
font-family: 'Lato', sans-serif;
font-size: 32px;
}
.navbar.navbar-expand-lg.navbar-light {
transition: 0.3s
}
.navbar.navbar-expand-lg.navbar-light.fixed {
background: #fff;
transition: 0.3s;
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 999;
box-shadow: 0 0 30px rgba(0, 0, 0, .12);
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .12);
-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .12);
}
/*Button*/
a.tombol {
border-radius: 40px;
text-transform: uppercase;
}
.btn_more {
margin: auto;
box-shadow: 0 7px 25px 0 rgba(0, 0, 0, .05);
padding: 8px;
border-radius: 0.3em;
color: #fff;
background: #1490ea;
font-weight: bold;
}
.btn_more.gal {
background: #692f2f
}
/*Jumbotron*/
#sectionHero,
#sectionGaleri,
#sectionArtikel {
position: relative;
padding: 40px 0;
}
#sectionArtikel {
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbf9f1));
background-image: -webkit-linear-gradient(top, #fff, #dbf9f1);
background-image: -o-linear-gradient(top, #fff, #dbf9f1);
background-image: linear-gradient(to bottom, #fff, #dbf9f1);
}
#sectionMission {
height: 40vh
}
#sectionGaleri {
background-color: #ff5252;
color: #fff
}
.scrollDown {
position: absolute;
bottom: 15%;
left: 50%;
z-index: 2;
display: inline-block;
transform: translate(0, -50%);
color: #fff
}
#section1 a {
padding-top: 60px
}
#section1 a span {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 25px;
height: 40px;
border: 2px solid #fff;
border-radius: 50px;
transition: all .3s
}
#section1 a span::before {
position: absolute;
top: 5px;
left: 50%;
content: '';
width: 6px;
height: 6px;
margin-left: -3px;
background-color: #fff;
border-radius: 100%;
animation: erteScroll 2s infinite
}
.animErte {
padding: inherit;
}
@keyframes erteScroll {
0% {
transform: translate(0, 0);
opacity: 0
}
40% {
opacity: 1
}
80% {
transform: translate(0, 20px);
opacity: 0
}
100% {
opacity: 0
}
}
header#header {
background: #fff;
position: fixed;
width: 100%;
top: 0;
z-index: 1;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
height: 64px;
}
.header-brand {
padding: 14px 0;
}
.header-brand a {
text-decoration: none !important;
color: #444;
}
.header-brand .header-site-title {
font-size: 28px;
margin: 0;
font-weight: bold;
}
nav.header-nav {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}
nav.header-nav .navigasi {
margin: 0;
padding: 0;
list-style: none;
margin-top: 10px;
}
nav.header-nav .navigasi>li {
display: inline-block;
transition: .3s;
}
nav.header-nav .navigasi>li a {
display: inline-block;
font-size: 16px;
padding: 10px;
text-decoration: none;
color: #444;
font-weight: 400;
margin-right: 24px;
transition: .3s;
}
nav.header-nav .navigasi>li:hover>a {
background-color: rgba(0, 0, 0, 0.1)
}
nav.header-nav .navigasi>li>.sign-btn {
background: #4197ea;
color: #fff;
font-weight: 400;
border-radius: 3px;
letter-spacing: 1px;
padding: 10px 24px;
margin: 0;
}
nav.header-nav .navigasi>li:hover>.sign-btn {
background-color: #266fb5;
}
nav.header-nav .navigasi>li .user-btn {
margin-right: 0;
}
nav.header-nav .navigasi>li.show .user-btn {
margin-right: 0;
background-color: rgba(0, 0, 0, 0.1)
}
nav.header-nav .navigasi>li>.profile-dropdown>li {
transition: .3s;
}
nav.header-nav .navigasi>li>.profile-dropdown>li:hover {
background-color: rgba(0, 0, 0, 0.1)
}
nav.header-nav .navigasi>li>.profile-dropdown>li a {
margin-right: 0;
width: 100%;
transition: .3s;
}
/*NAV LOGIN*/
.profile-dropdown {
border: none !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
padding: 0 !important;
border-radius: 0 !important;
margin-top: 10px !important;
}
#hero {
overflow: hidden;
height: 100vh;
}
.jumbotron.jumbotron-fluid {
background-image: url(../client/images/background/bg-forest.jpg);
background-size: cover;
background-position: unset;
background-repeat: no-repeat;
background-color: unset;
background-attachment: fixed
}
.slogan-section {
position: absolute;
width: 100%;
}
.item-1,
.item-2,
.item-3 {
position: absolute;
display: block;
top: 5em;
left: 5em;
width: 100%;
font-size: 2em;
animation-duration: 20s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}
.item-1 {
animation-name: anim-1;
}
.item-2 {
animation-name: anim-2;
}
.item-3 {
animation-name: anim-3;
}
@keyframes anim-1 {
0%,
8.3% {
/* left: -100%; */
opacity: 0;
}
8.3%,
25% {
/* left: 25%; */
opacity: 1;
}
33.33%,
100% {
/* left: 110%; */
opacity: 0;
}
}
@keyframes anim-2 {
0%,
33.33% {
/* left: -100%; */
opacity: 0;
}
41.63%,
58.29% {
/* left: 25%; */
opacity: 1;
}
66.66%,
100% {
/* left: 110%; */
opacity: 0;
}
}
@keyframes anim-3 {
0%,
66.66% {
/* left: -100%; */
opacity: 0;
}
74.96%,
91.62% {
/* left: 25%; */
opacity: 1;
}
100% {
/* left: 110%; */
opacity: 0;
}
}
/*Custom Card*/
.geser {
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
width: 100%;
}
.c-geser {
display: inline-block;
}
.card-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.cp-card-2 {
border-radius: 12px;
background-color: #fff;
-webkit-box-shadow: 0 7px 25px 0 rgba(0, 0, 0, .05);
box-shadow: 0 7px 25px 0 rgba(0, 0, 0, .05);
overflow: hidden;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.container .row .cp-columns {
width: 33.33333%;
padding: 14px;
}
.container .row .cp-columns .cp-items:hover {
box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.1);
transform: translateY(-14px);
transition: all 0.5s;
}
.container .row .cp-columns .cp-items {
transition: all 0.5s;
}
.loginclose {
position: absolute;
top: 0;
right: 0;
height: 50px;
width: 50px;
z-index: 2;
}
/*SINGLE PAGE CSS*/
.content-area .post-body {
padding: 14px;
box-shadow: 1px 0px 19px -4px rgba(0, 0, 0, 0.1);
}
.sidebar {
position: sticky;
top: 30px;
padding: 14px;
box-shadow: 1px 0px 19px -4px rgba(0, 0, 0, 0.1);
}
.cp-card {
/* padding: 14px; */
position: relative;
transition: .5s;
border-radius: 3px;
}
.cp-card:hover {
background: #ffff;
color: #000;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
transform: translateY(-5px);
}
/*FOOTER*/
.section-footer {
background: #58b8e1;
color: #fff;
text-transform: uppercase;
}
/* CSS PENDAFTARAN */
#section1 {
background-color: #444;
color: #fff;
}
.jumbo-content {
padding: 150px 0 300px;
text-align: center;
}
#blokPendaftaran {
position: relative;
padding: 32px;
background: #fff;
border-radius: 4px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
margin-top: -150px;
z-index: 1;
}
/* CSS PROFILE */
#sectionprofile {
padding: 40px 0;
}
.profile-side {
position: relative;
padding: 24px;
background-color: #ddd;
}
.profile-side ul {
list-style: none;
padding: 0;
margin: 0;
}
.profile-side ul>li {
position: relative;
}
.profile-side ul>li a {
display: inline-block;
font-size: 18px;
font-weight: 600;
transition: .3s;
color: #444;
line-height: 1.8;
text-decoration: none;
}
.profile-tab-title {
padding: 24px 0;
}
.profile-card {
position: relative;
border: 1px solid rgba(0, 0, 0, 0.1);
overflow: hidden;
border-radius: 6px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.profile-card .profile-card-header {
padding: 24px 24px 0 24px;
position: relative;
overflow: hidden;
/* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}
.profile-card .profile-card-body {
padding: 24px;
position: relative;
overflow: hidden;
}
.profile-card .profile-card-footer {
position: relative;
overflow: hidden;
padding: 0 24px 24px 24px;
/* border-top: 1px solid rgba(0, 0, 0, 0.1); */
}
.profile-name {
font-weight: bold;
letter-spacing: 1px;
}
.profile-id {
font-weight: bold;
letter-spacing: 1px;
}
footer#footer {
position: relative;
padding: 250px 0 40px;
margin-top: -150px;
z-index: 0;
background: #2BC1F6;
background: -moz-linear-gradient(left, #2BC1F6 0%, #138EE9 100%);
background: -webkit-linear-gradient(left, #2BC1F6 0%, #138EE9 100%);
background: linear-gradient(to 100%, #2BC1F6 0%, #138EE9 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0);
color: #fff;
}
h5.footer-title {
font-size: 24px;
margin-bottom: 14px;
padding-bottom: 14px;
position: relative;
}
h5.footer-title::before {
content: "";
position: absolute;
width: 100%;
left: 0;
bottom: 0;
height: 2px;
background: #ccc;
width: 50px;
}
.copyright-holder {
background: #175e88;
color: #fff;
font-size: 14px;
}
.section-about {
font-size: 14px;
}
.section-link ul {
padding: 0;
list-style: none;
font-size: 14px;
}
.section-link ul li {
font-size: 14px;
line-height: 2;
}
.section-link ul li a {
color: #fff;
font-weight: bold;
}
.section-contact {
line-height: 2;
}
.section-contact ul {
padding: 0;
margin: 0;
list-style: none;
font-size: 14px;
}
/* SOCIAL ICON */
.social-icon {
color: #fff;
display: inline-block;
transition: .3s;
margin-right: 14px;
margin-bottom: 14px;
}
.social-icon:hover.ig {
color: #fb02a4;
}
.social-icon:hover.fb {
color: #4267b2;
}
/* PENDAFTARAN BERHASIL */
.thankBlok.text-center {
margin-top: 150px;
padding: 24px;
background: #fff;
border-radius: 4px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* RESPONSIVE */
@media (min-width: 992px) {
.nav-link {
text-transform: uppercase;
margin-right: 30px;
}
.nav-link:hover::after {
content: "";
width: 50%;
display: block;
border-bottom: 3px solid #333;
margin: auto;
margin-bottom: -8px;
}
.jumbotron.jumbotron-fluid {
margin-bottom: -60px;
background-position: bottom;
}
}
@media (max-width: 767px) {
.profile-dropdown {
width: 100%;
position: relative !important;
transform: translate(0) !important;
background: rgba(0, 0, 0, 0.4) !important;
box-shadow: 0 0 0 0 transparent !important;
margin: 0 !important;
}
.container .row .cp-columns {
width: 50%;
}
.header-right {
color: #fff;
position: fixed !important;
top: 0;
right: 0;
height: 100%;
background: #444;
width: 300px !important;
padding: 0 !important;
transform: translateX(100%);
padding: 0 !important;
transition: .3s;
margin-top: 64px;
}
nav.header-nav {
display: block;
height: 100%;
}
nav.header-nav .navigasi {
margin: 0;
}
nav.header-nav .navigasi li {
width: 100%;
display: block;
padding: 0 14px;
}
nav.header-nav .navigasi li a {
width: 100%;
color: #fff;
}
.header-brand .header-site-title {
display: inline-block;
}
span.nav-toggle {
position: absolute;
height: 64px;
width: 64px;
/* background-color: #fff; */
right: 0;
top: 0;
cursor: pointer;
transition: .3s;
}
span.nav-toggle span {
position: absolute;
height: 5px;
width: 40%;
top: 50%;
border-radius: 5px;
background-color: #444;
transition: .3s;
transform: translate(-50%, -50%);
left: 50%;
}
span.nav-toggle span:nth-child(1) {
top: calc(50% - 8px);
}
span.nav-toggle span:nth-child(2) {
top: calc(50% + 8px);
}
span.nav-toggle.active span:nth-child(1) {
top: 50%;
transform: translate(-50%, -50%) rotate(45deg);
}
span.nav-toggle.active span:nth-child(2) {
top: 50%;
transform: translate(-50%, -50%) rotate(-45deg);
}
span.nav-toggle.active span:nth-child(3) {
transform: translate(-50%, -50%) rotate(45deg);
}
span.nav-toggle.active {
transform: rotate(180deg);
}
.header-right.active {
transform: translate(0);
}
}
@media (max-width: 576px) {
.container .row .cp-columns {
width: 100%;
}
} | assets/css/client.css | html {
scroll-behavior: smooth;
}
* {
box-sizing: border-box;
}
body {
font-family: 'Lato', Arial, sans-serif !important;
}
/*NAV CSS*/
.navbar-brand {
font-family: 'Lato', sans-serif;
font-size: 32px;
}
.navbar.navbar-expand-lg.navbar-light {
transition: 0.3s
}
.navbar.navbar-expand-lg.navbar-light.fixed {
background: #fff;
transition: 0.3s;
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 999;
box-shadow: 0 0 30px rgba(0, 0, 0, .12);
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .12);
-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .12);
}
/*Button*/
a.tombol {
border-radius: 40px;
text-transform: uppercase;
}
.btn_more {
margin: auto;
box-shadow: 0 7px 25px 0 rgba(0, 0, 0, .05);
padding: 8px;
border-radius: 0.3em;
color: #fff;
background: #1490ea;
font-weight: bold;
}
.btn_more.gal {
background: #692f2f
}
/*Jumbotron*/
#sectionHero,
#sectionGaleri,
#sectionArtikel {
position: relative;
padding: 40px 0;
}
#sectionArtikel {
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbf9f1));
background-image: -webkit-linear-gradient(top, #fff, #dbf9f1);
background-image: -o-linear-gradient(top, #fff, #dbf9f1);
background-image: linear-gradient(to bottom, #fff, #dbf9f1);
}
#sectionMission {
height: 40vh
}
#sectionGaleri {
background-color: #ff5252;
color: #fff
}
.scrollDown {
position: absolute;
bottom: 15%;
left: 50%;
z-index: 2;
display: inline-block;
transform: translate(0, -50%);
color: #fff
}
#section1 a {
padding-top: 60px
}
#section1 a span {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 25px;
height: 40px;
border: 2px solid #fff;
border-radius: 50px;
transition: all .3s
}
#section1 a span::before {
position: absolute;
top: 5px;
left: 50%;
content: '';
width: 6px;
height: 6px;
margin-left: -3px;
background-color: #fff;
border-radius: 100%;
animation: erteScroll 2s infinite
}
.animErte {
padding: inherit;
}
@keyframes erteScroll {
0% {
transform: translate(0, 0);
opacity: 0
}
40% {
opacity: 1
}
80% {
transform: translate(0, 20px);
opacity: 0
}
100% {
opacity: 0
}
}
header#header {
background: #fff;
position: fixed;
width: 100%;
top: 0;
z-index: 1;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
height: 64px;
}
.header-brand {
padding: 14px 0;
}
.header-brand a {
text-decoration: none !important;
color: #444;
}
.header-brand .header-site-title {
font-size: 28px;
margin: 0;
font-weight: bold;
}
nav.header-nav {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}
nav.header-nav .navigasi {
margin: 0;
padding: 0;
list-style: none;
margin-top: 10px;
}
nav.header-nav .navigasi>li {
display: inline-block;
transition: .3s;
}
nav.header-nav .navigasi>li a {
display: inline-block;
font-size: 16px;
padding: 10px;
text-decoration: none;
color: #444;
font-weight: 400;
margin-right: 24px;
transition: .3s;
}
nav.header-nav .navigasi>li:hover>a {
background-color: rgba(0, 0, 0, 0.1)
}
nav.header-nav .navigasi>li>.sign-btn {
background: #4197ea;
color: #fff;
font-weight: 400;
border-radius: 3px;
letter-spacing: 1px;
padding: 10px 24px;
margin: 0;
}
nav.header-nav .navigasi>li:hover>.sign-btn {
background-color: #266fb5;
}
nav.header-nav .navigasi>li .user-btn {
margin-right: 0;
}
nav.header-nav .navigasi>li.show .user-btn {
margin-right: 0;
background-color: rgba(0, 0, 0, 0.1)
}
nav.header-nav .navigasi>li>.profile-dropdown>li {
transition: .3s;
}
nav.header-nav .navigasi>li>.profile-dropdown>li:hover {
background-color: rgba(0, 0, 0, 0.1)
}
nav.header-nav .navigasi>li>.profile-dropdown>li a {
margin-right: 0;
width: 100%;
transition: .3s;
}
/*NAV LOGIN*/
.profile-dropdown {
border: none !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
padding: 0 !important;
border-radius: 0 !important;
margin-top: 10px !important;
}
#hero {
overflow: hidden;
height: 100vh;
}
.jumbotron.jumbotron-fluid {
background-image: url(../client/images/background/bg-forest.jpg);
background-size: cover;
background-position: unset;
background-repeat: no-repeat;
background-color: unset;
background-attachment: fixed
}
.slogan-section {
position: absolute;
width: 100%;
}
.item-1,
.item-2,
.item-3 {
position: absolute;
display: block;
top: 5em;
left: 5em;
width: 100%;
font-size: 2em;
animation-duration: 20s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}
.item-1 {
animation-name: anim-1;
}
.item-2 {
animation-name: anim-2;
}
.item-3 {
animation-name: anim-3;
}
@keyframes anim-1 {
0%,
8.3% {
/* left: -100%; */
opacity: 0;
}
8.3%,
25% {
/* left: 25%; */
opacity: 1;
}
33.33%,
100% {
/* left: 110%; */
opacity: 0;
}
}
@keyframes anim-2 {
0%,
33.33% {
/* left: -100%; */
opacity: 0;
}
41.63%,
58.29% {
/* left: 25%; */
opacity: 1;
}
66.66%,
100% {
/* left: 110%; */
opacity: 0;
}
}
@keyframes anim-3 {
0%,
66.66% {
/* left: -100%; */
opacity: 0;
}
74.96%,
91.62% {
/* left: 25%; */
opacity: 1;
}
100% {
/* left: 110%; */
opacity: 0;
}
}
/*Custom Card*/
.geser {
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
width: 100%;
}
.c-geser {
display: inline-block;
}
.card-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.cp-card-2 {
border-radius: 12px;
background-color: #fff;
-webkit-box-shadow: 0 7px 25px 0 rgba(0, 0, 0, .05);
box-shadow: 0 7px 25px 0 rgba(0, 0, 0, .05);
overflow: hidden;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.container .row .cp-columns {
width: 33.33333%;
padding: 14px;
}
.container .row .cp-columns .cp-items:hover {
box-shadow: 1px 1px 4px 3px rgba(0, 0, 0, 0.1);
transform: translateY(-14px);
transition: all 0.5s;
}
.container .row .cp-columns .cp-items {
transition: all 0.5s;
}
.loginclose {
position: absolute;
top: 0;
right: 0;
height: 50px;
width: 50px;
z-index: 2;
}
/*SINGLE PAGE CSS*/
.content-area .post-body {
padding: 14px;
box-shadow: 1px 0px 19px -4px rgba(0, 0, 0, 0.1);
}
.sidebar {
position: sticky;
top: 30px;
padding: 14px;
box-shadow: 1px 0px 19px -4px rgba(0, 0, 0, 0.1);
}
.cp-card {
/* padding: 14px; */
position: relative;
transition: .5s;
border-radius: 3px;
}
.cp-card:hover {
background: #ffff;
color: #000;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
transform: translateY(-5px);
}
/*FOOTER*/
.section-footer {
background: #58b8e1;
color: #fff;
text-transform: uppercase;
}
/* CSS PENDAFTARAN */
#section1 {
background-color: #444;
color: #fff;
}
.jumbo-content {
padding: 150px 0 300px;
text-align: center;
}
#blokPendaftaran {
position: relative;
padding: 32px;
background: #fff;
border-radius: 4px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
margin-top: -150px;
z-index: 1;
}
/* CSS PROFILE */
#sectionprofile {
padding: 40px 0;
}
.profile-side {
position: relative;
padding: 24px;
background-color: #ddd;
}
.profile-side ul {
list-style: none;
padding: 0;
margin: 0;
}
.profile-side ul>li {
position: relative;
}
.profile-side ul>li a {
display: inline-block;
font-size: 18px;
font-weight: 600;
transition: .3s;
color: #444;
line-height: 1.8;
text-decoration: none;
}
.profile-tab-title {
padding: 24px 0;
}
.profile-card {
position: relative;
border: 1px solid rgba(0, 0, 0, 0.1);
overflow: hidden;
border-radius: 6px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.profile-card .profile-card-header {
padding: 24px 24px 0 24px;
position: relative;
overflow: hidden;
/* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}
.profile-card .profile-card-body {
padding: 24px;
position: relative;
overflow: hidden;
}
.profile-card .profile-card-footer {
position: relative;
overflow: hidden;
padding: 0 24px 24px 24px;
/* border-top: 1px solid rgba(0, 0, 0, 0.1); */
}
.profile-name {
font-weight: bold;
letter-spacing: 1px;
}
.profile-id {
font-weight: bold;
letter-spacing: 1px;
}
footer#footer {
position: relative;
padding: 250px 0 40px;
margin-top: -150px;
z-index: 0;
background: #2BC1F6;
background: -moz-linear-gradient(left, #2BC1F6 0%, #138EE9 100%);
background: -webkit-linear-gradient(left, #2BC1F6 0%, #138EE9 100%);
background: linear-gradient(to 100%, #2BC1F6 0%, #138EE9 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0);
color: #fff;
}
h5.footer-title {
font-size: 24px;
margin-bottom: 14px;
padding-bottom: 14px;
position: relative;
}
h5.footer-title::before {
content: "";
position: absolute;
width: 100%;
left: 0;
bottom: 0;
height: 2px;
background: #ccc;
width: 50px;
}
.copyright-holder {
background: #175e88;
color: #fff;
font-size: 14px;
}
.section-about {
font-size: 14px;
}
.section-link ul {
padding: 0;
list-style: none;
font-size: 14px;
}
.section-link ul li {
font-size: 14px;
line-height: 2;
}
.section-link ul li a {
color: #fff;
font-weight: bold;
}
.section-contact {
line-height: 2;
}
.section-contact ul {
padding: 0;
margin: 0;
list-style: none;
font-size: 14px;
}
/* SOCIAL ICON */
.social-icon {
color: #fff;
display: inline-block;
transition: .3s;
margin-right: 14px;
margin-bottom: 14px;
}
.social-icon:hover.ig {
color: #fb02a4;
}
.social-icon:hover.fb {
color: #4267b2;
}
/* PENDAFTARAN BERHASIL */
.thankBlok.text-center {
margin-top: 150px;
padding: 24px;
background: #fff;
border-radius: 4px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* RESPONSIVE */
@media (min-width: 992px) {
.nav-link {
text-transform: uppercase;
margin-right: 30px;
}
.nav-link:hover::after {
content: "";
width: 50%;
display: block;
border-bottom: 3px solid #333;
margin: auto;
margin-bottom: -8px;
}
.jumbotron.jumbotron-fluid {
margin-bottom: -60px;
background-position: bottom;
}
}
@media (max-width: 767px) {
.profile-dropdown {
width: 100%;
position: relative !important;
transform: translate(0) !important;
background: rgba(0, 0, 0, 0.4) !important;
box-shadow: 0 0 0 0 transparent !important;
margin: 0 !important;
}
.container .row .cp-columns {
width: 50%;
}
.header-right {
color: #fff;
position: fixed !important;
top: 0;
right: 0;
height: 100%;
background: #444;
width: 300px !important;
padding: 0 !important;
transform: translateX(100%);
padding: 0 !important;
transition: .3s;
margin-top: 64px;
}
nav.header-nav {
display: block;
height: 100%;
}
nav.header-nav .navigasi {
margin: 0;
}
nav.header-nav .navigasi li {
width: 100%;
display: block;
padding: 0 14px;
}
nav.header-nav .navigasi li a {
width: 100%;
color: #fff;
}
.header-brand .header-site-title {
display: inline-block;
}
span.nav-toggle {
position: absolute;
height: 64px;
width: 64px;
/* background-color: #fff; */
right: 0;
top: 0;
cursor: pointer;
transition: .3s;
}
span.nav-toggle span {
position: absolute;
height: 5px;
width: 40%;
top: 50%;
border-radius: 5px;
background-color: #444;
transition: .3s;
transform: translate(-50%, -50%);
left: 50%;
}
span.nav-toggle span:nth-child(1) {
top: calc(50% - 8px);
}
span.nav-toggle span:nth-child(2) {
top: calc(50% + 8px);
}
span.nav-toggle.active span:nth-child(1) {
top: 50%;
transform: translate(-50%, -50%) rotate(45deg);
}
span.nav-toggle.active span:nth-child(2) {
top: 50%;
transform: translate(-50%, -50%) rotate(-45deg);
}
span.nav-toggle.active span:nth-child(3) {
transform: translate(-50%, -50%) rotate(45deg);
}
span.nav-toggle.active {
transform: rotate(180deg);
}
.header-right.active {
transform: translate(0);
}
}
@media (max-width: 576px) {
.container .row .cp-columns {
width: 100%;
}
} | 0.503906 | 0.089375 |
body{
background: url("/img/dia-do-hamburguer-freepik.jpg");
}
.div_fundo{
width: 100%;
height: 609px;
}
/*===========================================================================================================
-- campo superior --
===========================================================================================================*/
#Campo_superior{ /* Documenta��o/css.txt/ ref-002*/
float: left;
width: 100%;
height: 50px;
border: 1px solid rgba(0, 0, 0, 0.87);
}
#campo_lache{
float: left;
width: 97%;
height: 5%;
border-radius: 10px;
margin-left: 1.5%;
margin-top: 1%;
background-color: transparent;
color: #ff8c00;
font-size: 10pt;
font-weight: bold;
font-family: "Arial";
font-style: oblique;
}
.campo_valor{ /* Documenta��o/css.txt/ ref-004*/
float: right;
width: 10%;
height: 45%;
margin-right: 0.5%;
margin-top: 1%;
border-radius: 5px;
background-color: transparent;
border: 1px solid transparent;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.411);
color: white;
text-align: center;
font-size: 15pt;
font-weight: bold;
font-family: "Arial";
font-style: oblique;
}
.campo_name{ /* Documenta��o/css.txt/ ref-005*/
float: right;
width: 10%;
height: 60%;
margin-right: 0.5%;
margin-top: 0.9%;
border-radius: 5px;
color: #ff8c00;
text-align: center;
font-size: 17pt;
font-weight: bold;
font-family: "Arial";
font-style: oblique;
}
#nome_empresa{ /* Documenta��o/css.txt/ ref-006*/
float: right;
width: 12%;
height: 60%;
margin-right: 1%;
margin-top: 0.6%;
border-radius: 5px;
color: #ff8c00;
text-align: center;
font-size: 23pt;
font-weight: bold;
font-family: "Arial";
font-style: oblique;
}
/*===========================================================================================================
-- campo esquerdo --
===========================================================================================================*/
.temp_gerais{ /* Documenta��o/css.txt/ ref-001*/
overflow: auto;
float: left;
width: 49.8%;
height: 560px;
border: 1px solid transparent;
}
.Bt_complementos{ /* Documenta��o/css.txt/ ref-003*/
float: left;
width: 25%;
height: 20%;
margin-top: 5%;
margin-left: 6%;
border: 1px solid #ff8c00;
border-radius: 10px;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.596);
background-color: transparent;
}
.nome_complemento{
width: 99%;
height: 30%;
margin-top: 22%;
color: #fff;
text-align: center;
font-size: 20pt;
font-weight: bold;
font-family: "Arial";
font-style: oblique;
}
.divi_nome_g{
float: left;
width: 16%;
height: 100%;
margin-left: 2%;
color: #ff8c00;
font-size: 16pt;
text-align: center;
font-weight: bold;
font-style: normal;
font-family: Arial;
}
.imputavel{
float: left;
width: 74%;
height: 65%;
border-radius: 5px;
border: 1px solid #ff8c00;
background-color:transparent;
color: white;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.596);
}
.Carac_bts{
float: right;
width: 27%;
height: 70%;
margin-left: 3%;
margin-right: 3%;
margin-top: 5%;
border-radius: 5px;
border: 1px solid #ff8c00;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.596);
background-color: transparent;
color: #fff;
font-size: 12pt;
text-align: center;
font-weight: bold;
font-style: normal;
font-family: Arial;
}
.no{
float: left;
width: 90%;
height: 30%;
margin-left: 5%;
font-size: 20pt;
color: white;
text-align: center;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.campo_nome{
float: left;
width: 100%;
height: 5%;
margin-top: 2%;
}
#quantidade{
float: left;
width: 35%;
height: 5%;
margin-top: 2%;
}
#quant_nome{
float: left;
width: 57%;
height: 98%;
font-size: 16pt;
text-align: center;
font-weight: bold;
font-style: normal;
font-family: Arial;
color: #ff8c00;
}
#numero{
float: left;
width: 36%;
height: 70%;
border-radius: 5px;
border: 1px solid #ff8c00;
background-color: transparent;
color: white;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.596);
}
#botao{
float: right;
width: 100%;
height: 7%;
}
#compl_endereco{
float: left;
width: 66.5%;
height: 60%;
margin-left: 7.5%;
border-radius: 5px;
border: 1px solid #ff8c00;
background-color: transparent;
color: white;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.596);
}
/*===========================================================================================================
-- campo direito --
===========================================================================================================*/
.grere{
background-color: transparent;
border: 1px solid transparent;
}
/*===========================================================================================================
-- site de relatório --
===========================================================================================================*/
.p_id{
width: 10%;
border: 1px solid red;
}
.mostra_rela{
float: left;
margin-top: 1%;
margin-left: 1%;
font-size: 14pt;
font-weight: bold;
font-family: "Arial";
font-style: normal;
}
.motra_banco{
float: left;
margin-top: 1.25%;
margin-left: 1%;
color: red;
}
.motra_banco2{
float: left;
margin-top: 1.25%;
margin-left: 1%;
color: green;
} | public/css/style.css | body{
background: url("/img/dia-do-hamburguer-freepik.jpg");
}
.div_fundo{
width: 100%;
height: 609px;
}
/*===========================================================================================================
-- campo superior --
===========================================================================================================*/
#Campo_superior{ /* Documenta��o/css.txt/ ref-002*/
float: left;
width: 100%;
height: 50px;
border: 1px solid rgba(0, 0, 0, 0.87);
}
#campo_lache{
float: left;
width: 97%;
height: 5%;
border-radius: 10px;
margin-left: 1.5%;
margin-top: 1%;
background-color: transparent;
color: #ff8c00;
font-size: 10pt;
font-weight: bold;
font-family: "Arial";
font-style: oblique;
}
.campo_valor{ /* Documenta��o/css.txt/ ref-004*/
float: right;
width: 10%;
height: 45%;
margin-right: 0.5%;
margin-top: 1%;
border-radius: 5px;
background-color: transparent;
border: 1px solid transparent;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.411);
color: white;
text-align: center;
font-size: 15pt;
font-weight: bold;
font-family: "Arial";
font-style: oblique;
}
.campo_name{ /* Documenta��o/css.txt/ ref-005*/
float: right;
width: 10%;
height: 60%;
margin-right: 0.5%;
margin-top: 0.9%;
border-radius: 5px;
color: #ff8c00;
text-align: center;
font-size: 17pt;
font-weight: bold;
font-family: "Arial";
font-style: oblique;
}
#nome_empresa{ /* Documenta��o/css.txt/ ref-006*/
float: right;
width: 12%;
height: 60%;
margin-right: 1%;
margin-top: 0.6%;
border-radius: 5px;
color: #ff8c00;
text-align: center;
font-size: 23pt;
font-weight: bold;
font-family: "Arial";
font-style: oblique;
}
/*===========================================================================================================
-- campo esquerdo --
===========================================================================================================*/
.temp_gerais{ /* Documenta��o/css.txt/ ref-001*/
overflow: auto;
float: left;
width: 49.8%;
height: 560px;
border: 1px solid transparent;
}
.Bt_complementos{ /* Documenta��o/css.txt/ ref-003*/
float: left;
width: 25%;
height: 20%;
margin-top: 5%;
margin-left: 6%;
border: 1px solid #ff8c00;
border-radius: 10px;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.596);
background-color: transparent;
}
.nome_complemento{
width: 99%;
height: 30%;
margin-top: 22%;
color: #fff;
text-align: center;
font-size: 20pt;
font-weight: bold;
font-family: "Arial";
font-style: oblique;
}
.divi_nome_g{
float: left;
width: 16%;
height: 100%;
margin-left: 2%;
color: #ff8c00;
font-size: 16pt;
text-align: center;
font-weight: bold;
font-style: normal;
font-family: Arial;
}
.imputavel{
float: left;
width: 74%;
height: 65%;
border-radius: 5px;
border: 1px solid #ff8c00;
background-color:transparent;
color: white;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.596);
}
.Carac_bts{
float: right;
width: 27%;
height: 70%;
margin-left: 3%;
margin-right: 3%;
margin-top: 5%;
border-radius: 5px;
border: 1px solid #ff8c00;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.596);
background-color: transparent;
color: #fff;
font-size: 12pt;
text-align: center;
font-weight: bold;
font-style: normal;
font-family: Arial;
}
.no{
float: left;
width: 90%;
height: 30%;
margin-left: 5%;
font-size: 20pt;
color: white;
text-align: center;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.campo_nome{
float: left;
width: 100%;
height: 5%;
margin-top: 2%;
}
#quantidade{
float: left;
width: 35%;
height: 5%;
margin-top: 2%;
}
#quant_nome{
float: left;
width: 57%;
height: 98%;
font-size: 16pt;
text-align: center;
font-weight: bold;
font-style: normal;
font-family: Arial;
color: #ff8c00;
}
#numero{
float: left;
width: 36%;
height: 70%;
border-radius: 5px;
border: 1px solid #ff8c00;
background-color: transparent;
color: white;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.596);
}
#botao{
float: right;
width: 100%;
height: 7%;
}
#compl_endereco{
float: left;
width: 66.5%;
height: 60%;
margin-left: 7.5%;
border-radius: 5px;
border: 1px solid #ff8c00;
background-color: transparent;
color: white;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.596);
}
/*===========================================================================================================
-- campo direito --
===========================================================================================================*/
.grere{
background-color: transparent;
border: 1px solid transparent;
}
/*===========================================================================================================
-- site de relatório --
===========================================================================================================*/
.p_id{
width: 10%;
border: 1px solid red;
}
.mostra_rela{
float: left;
margin-top: 1%;
margin-left: 1%;
font-size: 14pt;
font-weight: bold;
font-family: "Arial";
font-style: normal;
}
.motra_banco{
float: left;
margin-top: 1.25%;
margin-left: 1%;
color: red;
}
.motra_banco2{
float: left;
margin-top: 1.25%;
margin-left: 1%;
color: green;
} | 0.387459 | 0.107204 |
*{
margin-top: 0;
padding: 0;
box-sizing: border-box;
}
ul{
list-style: none;
}
a{
text-decoration: none;
}
body{display: flex;
background-color: rgb(7, 5, 5);
align-items: center;
justify-content: center;
font-family: 'Roboto', sans-serif;
}
.container{position: relative;
width: 1600px;
height: 6000px;
top: 40px;
border-radius: 15px;
background: #F2F2F2;
}
.nav-area{
width: 1300px;
top: 17px;
display: flex;
justify-content:space-between;
margin: auto;
position: relative;
right: 180px;
}
.nav{
position: relative;
left: 270px;
height: 50px;
display: flex;
}
.nav_text{color: white;
left:50px ;
font-weight: 600;
font-size: 60px;
position: relative;
letter-spacing: 1px;
}
.nav li{
position: relative;
right: 90px;
top: 15px;
margin: 0 15px;
color: black;
}
.nav li a:hover{
color: black;
}
.nav li a{ position: relative;
font-size: 18px;
font-weight: 700;
color: rgba(255, 255, 255, 0.789);
transition: 1s;
}
.u6{font-size: 18px;
font-weight: 700;
width: 150px;
justify-content: space-evenly;
position: relative;
left: 300px;
color: rgb(0, 0, 0);
display: flex;
align-items: center;
bottom: 30px;
transition: 1s;
border-radius: 50%;
}
.buttom:hover{
background-color:blue;
color: white;
}
.u6 p{top: 7px;
color: white;
position: relative;
}
.buttom{
font-size: 18px;
font-weight: 700;
width: 40px;
height: 40px;
position: relative;
left: 31px;
color: rgb(0, 0, 0);
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(254, 220, 90, 1);
transition: 1s;
border-radius: 50%;
}
.box{border: solid 1px;
height: 960px;
border-radius: 15px;
background: rgba(84, 84, 212, 1);
}
.naushni{
position: relative;
left: 100px;
}
.enjoy_lavash{
display: flex;
}
.enjoy_list{position: relative;
top: 100px;
margin: 30px;
padding: 30px;
color: white;
}
.enjoy_title{
width: 600px;
font-size: 60px;
position: relative;
line-height: 70px;
}
.enjoy_text{position: relative;
width: 500px;
font-weight: 700;
font-size: 20px;
}
.en_price{
width: 320px;
border-radius: 10px;
background: rgba(101, 101, 233, 1);
}
.en_price p{margin: 10px;
padding: 10px;
letter-spacing: 1px;
font-size: 60px;
line-height: 90px;
position: relative;
}
.listik{
display: flex;
}
.en_price a{position: relative;
align-self: center;
color: white;
line-height: 18px;
font-size: 16px;
transition: .5s;
}
.link_en{text-align: center;
justify-content: center;
display: flex;
border-radius: 5px;
background-color: rgba(119, 191, 65, 1);
height: 40px;
width: 135px;
top: 40px;
position: relative;
transition: .5s;
}
.link_en:hover{
background-color: red;
}
.en_price a:hover{
color: black;
}
.en_price h4{position: relative;
width: 200px;
font-size: 20px;
color: rgba(255, 255, 255, 0.7);
margin: 10px;
padding: 10px;
bottom: 20px;
}
.bla input{position: relative;
width: 90px;
height: 60px;
background-color: white;
text-align: center;
color: rgba(0, 0, 0, 0.7889);
line-height: 25px;
font-size: 21px;
margin: 20px;
padding: 20px;
}
.free{top: 150px;
border: tomato solid .5px;
left: 230px;
display: flex;
height: 650px;
width: 1150px;
position: relative;
justify-content: space-evenly;
}
.free-list{margin: 25px;
padding: 25px;
word-spacing: 5px;
top: 50px;
left: 50px;
position: relative;
}
.free_title{position: relative;
width: 584px;
height: 140px;
font-size: 60px;
line-height: 70px;
font-weight: 700;
bottom: 50px;
color: #19191B;
}
.free_text{position: relative;
color: rgba(105, 104, 113, 1);
bottom: 20px;
line-height: 39px;
font-size: 21px;
}
.need{width: 1600px;
height: 750px;
background: rgba(65, 62, 101, 1);
position: relative;
top: 300px;
display: flex;
text-align: center;
justify-content: center;
}
.need_box{width: 1110px;
height: 550px;
align-self: center;
text-align: center;
position: relative;
}
.need h2{margin: 30px;;
padding: 30px;
width: 520px;
position: relative;
line-height: 117%;
font-size: 60px;
color: white;
letter-spacing: -1.88 px;
left: 255px;
}
.con{
background: rgba(234, 233, 242, 1);
line-height: 24px;
font-weight: 700;
font-size: 21px;
border-radius: 15px;
height: 80px;
text-align: center;
width: 330px;
justify-content: center;
position: relative;
top: 20px;
}
.conn{position: relative;
justify-content: space-between;
display: flex;
text-align: center;
padding: 10px;
margin: 10px;
bottom: 20px;
}
.conna{
position: relative;
justify-content: space-evenly;
display: flex;
text-align: center;
bottom: 20px;
padding: 10px;
margin: 10px;
}
.conm{
padding: 10px;
margin: 10px;
position: relative;
justify-content: space-evenly;
display: flex;
text-align: center;
bottom: 20px;
}
.music{position: relative;
width: 1110px;
height: 800px;
display: flex;
top: 350px;
left: 245px;
}
.music_list{left: 255px;
justify-content: center;
text-align: center;
position: relative;
}
.music_title{position: relative;
font-size: 56px;
width: 630px;
align-self: center;
letter-spacing: -2.88 px;
}
.music_text{letter-spacing: -0.4px;
font-size: 21px;
line-height: 39px;
align-self: center;
width: 627px;
color: rgba(105, 104, 113, 1);
}
.mus_list{position: relative;
display: flex;
}
.mus_list img{
position: relative;
top: 300px;
right: 650px;
}
.people{position: relative;
width: 1600px;
background-image: url("./BG\ \(6\).png");
height: 790px;
top: 500px;
display: flex;
color: white;
justify-content: center;
}
.peo_list{right: 350px;
position: relative;
width: 530px;
top: 200px;
}
.peo_list h2{
line-height: 70px;
font-size: 60px;
}
.peo_list p{position: relative;
line-height: 39px;
font-size: 21px;
}
.li_itiem{justify-content: center;
background-color: rgba(254, 220, 90, 1);
height: 60px;
border-radius: 5px;
width: 200px;
text-align: center;
display: flex;
}
.peo_list a{top: 20px;
color: black;
position: relative;
}
.user{width: 1600px;
justify-content: center;
display: flex;
}
.user_list{position: relative;
width: 950px;
top: 600px;
text-align: center;
}
.user_list h2{position: relative;
color: black;
font-size: 60px;
line-height: 70px;
}
.user_list p{position: relative;
left: 200px;
line-height: 40px;
width: 520px;
color: rgba(105, 104, 113, 1);
}
.use-tiem{justify-content: space-evenly;
display: flex;
position: relative;
right: 400px;
text-align: left;
width: 1300px;
}
.use-tiem div{position: relative;
width: 460px;
font-size: 20px;
line-height: 39px;
}
.use-tiem p{width: 410px;
color: black;
}
@media(max-width:1020px) {
.container{
width: 800px;
}
}
@media(max-width:920px) {
.container{
width: 700px;
}
} | index.css | *{
margin-top: 0;
padding: 0;
box-sizing: border-box;
}
ul{
list-style: none;
}
a{
text-decoration: none;
}
body{display: flex;
background-color: rgb(7, 5, 5);
align-items: center;
justify-content: center;
font-family: 'Roboto', sans-serif;
}
.container{position: relative;
width: 1600px;
height: 6000px;
top: 40px;
border-radius: 15px;
background: #F2F2F2;
}
.nav-area{
width: 1300px;
top: 17px;
display: flex;
justify-content:space-between;
margin: auto;
position: relative;
right: 180px;
}
.nav{
position: relative;
left: 270px;
height: 50px;
display: flex;
}
.nav_text{color: white;
left:50px ;
font-weight: 600;
font-size: 60px;
position: relative;
letter-spacing: 1px;
}
.nav li{
position: relative;
right: 90px;
top: 15px;
margin: 0 15px;
color: black;
}
.nav li a:hover{
color: black;
}
.nav li a{ position: relative;
font-size: 18px;
font-weight: 700;
color: rgba(255, 255, 255, 0.789);
transition: 1s;
}
.u6{font-size: 18px;
font-weight: 700;
width: 150px;
justify-content: space-evenly;
position: relative;
left: 300px;
color: rgb(0, 0, 0);
display: flex;
align-items: center;
bottom: 30px;
transition: 1s;
border-radius: 50%;
}
.buttom:hover{
background-color:blue;
color: white;
}
.u6 p{top: 7px;
color: white;
position: relative;
}
.buttom{
font-size: 18px;
font-weight: 700;
width: 40px;
height: 40px;
position: relative;
left: 31px;
color: rgb(0, 0, 0);
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(254, 220, 90, 1);
transition: 1s;
border-radius: 50%;
}
.box{border: solid 1px;
height: 960px;
border-radius: 15px;
background: rgba(84, 84, 212, 1);
}
.naushni{
position: relative;
left: 100px;
}
.enjoy_lavash{
display: flex;
}
.enjoy_list{position: relative;
top: 100px;
margin: 30px;
padding: 30px;
color: white;
}
.enjoy_title{
width: 600px;
font-size: 60px;
position: relative;
line-height: 70px;
}
.enjoy_text{position: relative;
width: 500px;
font-weight: 700;
font-size: 20px;
}
.en_price{
width: 320px;
border-radius: 10px;
background: rgba(101, 101, 233, 1);
}
.en_price p{margin: 10px;
padding: 10px;
letter-spacing: 1px;
font-size: 60px;
line-height: 90px;
position: relative;
}
.listik{
display: flex;
}
.en_price a{position: relative;
align-self: center;
color: white;
line-height: 18px;
font-size: 16px;
transition: .5s;
}
.link_en{text-align: center;
justify-content: center;
display: flex;
border-radius: 5px;
background-color: rgba(119, 191, 65, 1);
height: 40px;
width: 135px;
top: 40px;
position: relative;
transition: .5s;
}
.link_en:hover{
background-color: red;
}
.en_price a:hover{
color: black;
}
.en_price h4{position: relative;
width: 200px;
font-size: 20px;
color: rgba(255, 255, 255, 0.7);
margin: 10px;
padding: 10px;
bottom: 20px;
}
.bla input{position: relative;
width: 90px;
height: 60px;
background-color: white;
text-align: center;
color: rgba(0, 0, 0, 0.7889);
line-height: 25px;
font-size: 21px;
margin: 20px;
padding: 20px;
}
.free{top: 150px;
border: tomato solid .5px;
left: 230px;
display: flex;
height: 650px;
width: 1150px;
position: relative;
justify-content: space-evenly;
}
.free-list{margin: 25px;
padding: 25px;
word-spacing: 5px;
top: 50px;
left: 50px;
position: relative;
}
.free_title{position: relative;
width: 584px;
height: 140px;
font-size: 60px;
line-height: 70px;
font-weight: 700;
bottom: 50px;
color: #19191B;
}
.free_text{position: relative;
color: rgba(105, 104, 113, 1);
bottom: 20px;
line-height: 39px;
font-size: 21px;
}
.need{width: 1600px;
height: 750px;
background: rgba(65, 62, 101, 1);
position: relative;
top: 300px;
display: flex;
text-align: center;
justify-content: center;
}
.need_box{width: 1110px;
height: 550px;
align-self: center;
text-align: center;
position: relative;
}
.need h2{margin: 30px;;
padding: 30px;
width: 520px;
position: relative;
line-height: 117%;
font-size: 60px;
color: white;
letter-spacing: -1.88 px;
left: 255px;
}
.con{
background: rgba(234, 233, 242, 1);
line-height: 24px;
font-weight: 700;
font-size: 21px;
border-radius: 15px;
height: 80px;
text-align: center;
width: 330px;
justify-content: center;
position: relative;
top: 20px;
}
.conn{position: relative;
justify-content: space-between;
display: flex;
text-align: center;
padding: 10px;
margin: 10px;
bottom: 20px;
}
.conna{
position: relative;
justify-content: space-evenly;
display: flex;
text-align: center;
bottom: 20px;
padding: 10px;
margin: 10px;
}
.conm{
padding: 10px;
margin: 10px;
position: relative;
justify-content: space-evenly;
display: flex;
text-align: center;
bottom: 20px;
}
.music{position: relative;
width: 1110px;
height: 800px;
display: flex;
top: 350px;
left: 245px;
}
.music_list{left: 255px;
justify-content: center;
text-align: center;
position: relative;
}
.music_title{position: relative;
font-size: 56px;
width: 630px;
align-self: center;
letter-spacing: -2.88 px;
}
.music_text{letter-spacing: -0.4px;
font-size: 21px;
line-height: 39px;
align-self: center;
width: 627px;
color: rgba(105, 104, 113, 1);
}
.mus_list{position: relative;
display: flex;
}
.mus_list img{
position: relative;
top: 300px;
right: 650px;
}
.people{position: relative;
width: 1600px;
background-image: url("./BG\ \(6\).png");
height: 790px;
top: 500px;
display: flex;
color: white;
justify-content: center;
}
.peo_list{right: 350px;
position: relative;
width: 530px;
top: 200px;
}
.peo_list h2{
line-height: 70px;
font-size: 60px;
}
.peo_list p{position: relative;
line-height: 39px;
font-size: 21px;
}
.li_itiem{justify-content: center;
background-color: rgba(254, 220, 90, 1);
height: 60px;
border-radius: 5px;
width: 200px;
text-align: center;
display: flex;
}
.peo_list a{top: 20px;
color: black;
position: relative;
}
.user{width: 1600px;
justify-content: center;
display: flex;
}
.user_list{position: relative;
width: 950px;
top: 600px;
text-align: center;
}
.user_list h2{position: relative;
color: black;
font-size: 60px;
line-height: 70px;
}
.user_list p{position: relative;
left: 200px;
line-height: 40px;
width: 520px;
color: rgba(105, 104, 113, 1);
}
.use-tiem{justify-content: space-evenly;
display: flex;
position: relative;
right: 400px;
text-align: left;
width: 1300px;
}
.use-tiem div{position: relative;
width: 460px;
font-size: 20px;
line-height: 39px;
}
.use-tiem p{width: 410px;
color: black;
}
@media(max-width:1020px) {
.container{
width: 800px;
}
}
@media(max-width:920px) {
.container{
width: 700px;
}
} | 0.311532 | 0.078113 |
html,
body {
margin: 0;
height: 100%;
background: #d0e7f9;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
box-sizing: border-box;
max-width: 50rem;
border-radius: 10px;
margin: auto;
box-shadow: 0 0 0 5px #da4a4a, 0 0 0 10px #474f51;
background: #da4a4a;
height: 100%;
max-height: 414px;
padding: 0.625rem;
}
.panel {
position: relative;
height: 100%;
padding: 10px;
box-sizing: border-box;
background: #f8f1d7;
border-radius: 10px;
display: flex;
flex-direction: row;
box-shadow: inset 4px 4px #fffef7;
}
.function-area {
flex: 1;
display: flex;
padding: 0 10px;
justify-content: center;
flex-direction: column;
}
.action-area {
display: flex;
flex-direction: row;
}
.controller {
position: relative;
width: 160px;
height: 160px;
align-self: flex-end;
filter: drop-shadow(5px 5px 0px rgba(255, 255, 255, .8));
}
.controller button {
position: absolute;
z-index: 1;
border: 4px solid #474f51;
background: #857b7a;
border-radius: 50px;
box-sizing: border-box;
outline: 0;
width: 70px;
height: 70px;
left: 50%;
top: 50%;
user-select: none;
transform: translate(-50%, -50%);
}
button.up.joydirection {
top: 0;
transform: translate(-50%, 0);
height: 4rem;
width: 4rem;
box-shadow: inset 0px 4px 0 0px rgba(255, 255, 255, .5);
}
button.right.joydirection {
left: auto;
right: 0;
transform: translate(0, -50%);
height: 4rem;
width: 4rem;
box-shadow: inset 4px 0 0 0px #857b7a, inset 4px 4px 0 0px rgba(255, 255, 255, .4), inset 4px -4px 0 0px rgba(0, 0, 0, .1);
}
button.down.joydirection {
top: auto;
transform: translate(-50%, 0);
bottom: 0;
height: 4rem;
width: 4rem;
box-shadow: inset 0px -4px 0 0px rgba(0, 0, 0, .1);
}
button.left.joydirection {
left: 0;
transform: translate(0, -50%);
height: 4rem;
width: 4rem;
box-shadow: inset 0px 4px 0 0px rgba(255, 255, 255, .4), inset -4px 0px 0 0px #857b7a, inset -4px -4px 0 0px rgba(0, 0, 0, .1);
}
.function {
display: flex;
padding: 4px 15px;
margin-right: 10px;
border-radius: 50px;
align-self: center;
background: #da4a4a;
box-shadow: 5px 5px 0 rgba(255, 255, 255, .8);
}
.function button {
user-select: none;
margin: 10px;
height: 24px;
width: 60px;
outline: 0;
border: 4px solid #474f51;
box-shadow: 0 0 0 4px rgba(255, 255, 255, .1), inset 4px 4px 0 0px rgba(255, 255, 255, .4);
background: #857b7a;
color: transparent;
border-radius: 15px;
}
.action {
display: flex;
align-self: flex-end;
}
.action button {
user-select: none;
width: 60px;
height: 60px;
background: #857b7a;
border-radius: 50%;
outline: 0;
color: transparent;
border: 4px solid #474f51;
box-shadow: 0 0 0 10px rgba(255, 255, 255, .8), inset 5px 4px 0 0px rgba(255, 255, 255, .4), inset -5px -4px 0 0px rgba(0, 0, 0, .1);
}
.action button:first-child {
margin-right: 24px;
}
.sign {
position: absolute;
font-weight: bold;
font-size: 20px;
font-style: italic;
height: 50px;
right: 0;
top: 0;
background: #da4a4a;
color: #f8f1d7;
text-shadow: 0 -2px #fffef7;
padding: 0 0 15px 15px;
letter-spacing: 0.1em;
border-bottom-left-radius: 15px;
filter: drop-shadow(0 4px #fffef7)
}
.sign::before {
content: '';
position: absolute;
width: 15px;
height: 15px;
left: -15px;
top: 0;
background: radial-gradient( circle at left bottom, transparent 14px, #da4a4a 15px);
}
.sign::after {
content: '';
position: absolute;
width: 15px;
height: 15px;
bottom: -15px;
right: 0;
background: radial-gradient( circle at left bottom, transparent 14px, #da4a4a 15px);
}
.joy {
position: absolute;
left: 0;
top: 0;
width: 50px;
height: 50px;
background: #857b7a;
border-radius: 5px;
text-align: center;
line-height: 50px;
color: #f8f1d7;
font-weight: bold;
font-size: 30px;
}
.readme {
position: absolute;
bottom: 10px;
width: 50px;
height: 30px;
background: #857b7a;
border-radius: 5px;
text-align: center;
line-height: 30px;
color: #f8f1d7;
font-weight: bold;
font-size: 20px;
}
.screen {
flex: 1;
display: flex;
width: 100%;
transition: .3s;
background: #000;
margin-bottom: 5px;
border-radius: 10px;
align-items: center;
justify-content: center;
}
.screen canvas {
max-width: 100%;
max-height: 100%;
}
.nes-roms>select {
width: 200px;
}
.nes-controls {
margin-top: 2px;
}
@media screen and (orientation: portrait) {
/*竖屏 css*/
.main {
max-height: 100%;
}
.controller-area {
position: absolute;
z-index: 10;
display: flex;
bottom: 20px;
flex-direction: row;
}
.function-area {
position: absolute;
left: 0;
right: 0;
top: 85px;
padding-bottom: 100px;
}
.function {
position: absolute;
bottom: 0;
align-self: flex-end;
transform: translateX(20px);
padding: 4px 0px;
border-radius: 50px 0 0 50px;
box-shadow: 0px 5px 0 rgba(255, 255, 255, .8);
}
.function::before {
content: '';
position: absolute;
width: 15px;
height: 15px;
right: 0;
top: -15px;
background: radial-gradient( circle at left top, transparent 14px, #da4a4a 15px);
}
.function::after {
content: '';
position: absolute;
width: 15px;
height: 15px;
bottom: -15px;
right: 0;
background: radial-gradient( circle at left bottom, transparent 14px, #da4a4a 15px);
}
.screen {
margin-bottom: 0;
max-height: 300px;
}
.function button {
width: 56px;
margin: 10px;
}
.action-area {
flex: 1;
justify-content: flex-end;
}
.action button:first-child {
margin-right: 20px
}
}
@media screen and (orientation: landscape) {
/*横屏 css*/
.controller-area {
position: relative;
z-index: 10;
display: flex;
flex-direction: row;
}
} | css/jsnes.css | html,
body {
margin: 0;
height: 100%;
background: #d0e7f9;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
box-sizing: border-box;
max-width: 50rem;
border-radius: 10px;
margin: auto;
box-shadow: 0 0 0 5px #da4a4a, 0 0 0 10px #474f51;
background: #da4a4a;
height: 100%;
max-height: 414px;
padding: 0.625rem;
}
.panel {
position: relative;
height: 100%;
padding: 10px;
box-sizing: border-box;
background: #f8f1d7;
border-radius: 10px;
display: flex;
flex-direction: row;
box-shadow: inset 4px 4px #fffef7;
}
.function-area {
flex: 1;
display: flex;
padding: 0 10px;
justify-content: center;
flex-direction: column;
}
.action-area {
display: flex;
flex-direction: row;
}
.controller {
position: relative;
width: 160px;
height: 160px;
align-self: flex-end;
filter: drop-shadow(5px 5px 0px rgba(255, 255, 255, .8));
}
.controller button {
position: absolute;
z-index: 1;
border: 4px solid #474f51;
background: #857b7a;
border-radius: 50px;
box-sizing: border-box;
outline: 0;
width: 70px;
height: 70px;
left: 50%;
top: 50%;
user-select: none;
transform: translate(-50%, -50%);
}
button.up.joydirection {
top: 0;
transform: translate(-50%, 0);
height: 4rem;
width: 4rem;
box-shadow: inset 0px 4px 0 0px rgba(255, 255, 255, .5);
}
button.right.joydirection {
left: auto;
right: 0;
transform: translate(0, -50%);
height: 4rem;
width: 4rem;
box-shadow: inset 4px 0 0 0px #857b7a, inset 4px 4px 0 0px rgba(255, 255, 255, .4), inset 4px -4px 0 0px rgba(0, 0, 0, .1);
}
button.down.joydirection {
top: auto;
transform: translate(-50%, 0);
bottom: 0;
height: 4rem;
width: 4rem;
box-shadow: inset 0px -4px 0 0px rgba(0, 0, 0, .1);
}
button.left.joydirection {
left: 0;
transform: translate(0, -50%);
height: 4rem;
width: 4rem;
box-shadow: inset 0px 4px 0 0px rgba(255, 255, 255, .4), inset -4px 0px 0 0px #857b7a, inset -4px -4px 0 0px rgba(0, 0, 0, .1);
}
.function {
display: flex;
padding: 4px 15px;
margin-right: 10px;
border-radius: 50px;
align-self: center;
background: #da4a4a;
box-shadow: 5px 5px 0 rgba(255, 255, 255, .8);
}
.function button {
user-select: none;
margin: 10px;
height: 24px;
width: 60px;
outline: 0;
border: 4px solid #474f51;
box-shadow: 0 0 0 4px rgba(255, 255, 255, .1), inset 4px 4px 0 0px rgba(255, 255, 255, .4);
background: #857b7a;
color: transparent;
border-radius: 15px;
}
.action {
display: flex;
align-self: flex-end;
}
.action button {
user-select: none;
width: 60px;
height: 60px;
background: #857b7a;
border-radius: 50%;
outline: 0;
color: transparent;
border: 4px solid #474f51;
box-shadow: 0 0 0 10px rgba(255, 255, 255, .8), inset 5px 4px 0 0px rgba(255, 255, 255, .4), inset -5px -4px 0 0px rgba(0, 0, 0, .1);
}
.action button:first-child {
margin-right: 24px;
}
.sign {
position: absolute;
font-weight: bold;
font-size: 20px;
font-style: italic;
height: 50px;
right: 0;
top: 0;
background: #da4a4a;
color: #f8f1d7;
text-shadow: 0 -2px #fffef7;
padding: 0 0 15px 15px;
letter-spacing: 0.1em;
border-bottom-left-radius: 15px;
filter: drop-shadow(0 4px #fffef7)
}
.sign::before {
content: '';
position: absolute;
width: 15px;
height: 15px;
left: -15px;
top: 0;
background: radial-gradient( circle at left bottom, transparent 14px, #da4a4a 15px);
}
.sign::after {
content: '';
position: absolute;
width: 15px;
height: 15px;
bottom: -15px;
right: 0;
background: radial-gradient( circle at left bottom, transparent 14px, #da4a4a 15px);
}
.joy {
position: absolute;
left: 0;
top: 0;
width: 50px;
height: 50px;
background: #857b7a;
border-radius: 5px;
text-align: center;
line-height: 50px;
color: #f8f1d7;
font-weight: bold;
font-size: 30px;
}
.readme {
position: absolute;
bottom: 10px;
width: 50px;
height: 30px;
background: #857b7a;
border-radius: 5px;
text-align: center;
line-height: 30px;
color: #f8f1d7;
font-weight: bold;
font-size: 20px;
}
.screen {
flex: 1;
display: flex;
width: 100%;
transition: .3s;
background: #000;
margin-bottom: 5px;
border-radius: 10px;
align-items: center;
justify-content: center;
}
.screen canvas {
max-width: 100%;
max-height: 100%;
}
.nes-roms>select {
width: 200px;
}
.nes-controls {
margin-top: 2px;
}
@media screen and (orientation: portrait) {
/*竖屏 css*/
.main {
max-height: 100%;
}
.controller-area {
position: absolute;
z-index: 10;
display: flex;
bottom: 20px;
flex-direction: row;
}
.function-area {
position: absolute;
left: 0;
right: 0;
top: 85px;
padding-bottom: 100px;
}
.function {
position: absolute;
bottom: 0;
align-self: flex-end;
transform: translateX(20px);
padding: 4px 0px;
border-radius: 50px 0 0 50px;
box-shadow: 0px 5px 0 rgba(255, 255, 255, .8);
}
.function::before {
content: '';
position: absolute;
width: 15px;
height: 15px;
right: 0;
top: -15px;
background: radial-gradient( circle at left top, transparent 14px, #da4a4a 15px);
}
.function::after {
content: '';
position: absolute;
width: 15px;
height: 15px;
bottom: -15px;
right: 0;
background: radial-gradient( circle at left bottom, transparent 14px, #da4a4a 15px);
}
.screen {
margin-bottom: 0;
max-height: 300px;
}
.function button {
width: 56px;
margin: 10px;
}
.action-area {
flex: 1;
justify-content: flex-end;
}
.action button:first-child {
margin-right: 20px
}
}
@media screen and (orientation: landscape) {
/*横屏 css*/
.controller-area {
position: relative;
z-index: 10;
display: flex;
flex-direction: row;
}
} | 0.484624 | 0.078466 |
display:block;
float:right;
width:590px;
margin:0;
padding:0;
padding-top: 10px;
padding-right: 10px;
background: white;
}
#topnav ul{
margin:0;
padding:0;
list-style:none;
}
#topnav li{
display:block;
float:left;
width:140px;
padding:5px 0 0 0;
margin:0 10px 0 0;
text-align:right;
}
#topnav li.last{
margin-right:0;
}
#topnav ul ul{
margin:5px 0 0 0;
}
#topnav ul ul li{
margin:0 0 5px 0;
padding:0;
}
#topnav li a{
display:block;
width:100%;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
text-transform:uppercase;
color:#000;
background-color:#fff;
border-bottom:1px dotted #666666;
}
#topnav li a.active{
color:#000;
background-color:#fff;
}
#topnav ul ul li a{
display:inline;
color:#000;
background-color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:none;
border:none;
}
/* ----------------------------------------------Column Navigation-------------------------------------*/
#column .subnav{display:block; width:250px; padding:25px; background-color:#F9F9F9; margin-bottom:30px;}
#column .subnav h2{
margin:0 0 20px 0;
padding:0 0 14px 0;
font-size:20px;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
color:#666666;
background-color:#F9F9F9;
line-height:normal;
border-bottom:1px dotted #666666;
}
#column .subnav ul{
margin:0;
padding:0;
list-style:none;
}
#column .subnav li{
margin:0 0 3px 0;
padding:0;
}
#column .subnav ul ul, #column .subnav ul ul ul, #column .subnav ul ul ul ul, #column .subnav ul ul ul ul ul{border-top:none; padding-top:0;}
#column .subnav a{
display:block;
margin:0;
padding:5px 10px 5px 20px;
color:#777777;
background:url("../images/blue_file.gif") no-repeat 10px center #F9F9F9;
text-decoration:none;
border-bottom:1px dotted #666666;
}
#column .subnav a:hover{color:#8397A2; background-color:#F9F9F9;}
#column .subnav ul ul a, #column .subnav ul ul ul a, #column .subnav ul ul ul ul a, #column .subnav ul ul ul ul ul a{background:url("../images/black_file.gif") no-repeat #F9F9F9;}
#column .subnav ul ul a{padding-left:40px; background-position:30px center;}
#column .subnav ul ul ul a{padding-left:50px; background-position:40px center;}
#column .subnav ul ul ul ul a{padding-left:60px; background-position:50px center;}
#column .subnav ul ul ul ul ul a{padding-left:70px; background-position:60px center;} | DomeoShared/web-app/css/shared/business/navi.css | display:block;
float:right;
width:590px;
margin:0;
padding:0;
padding-top: 10px;
padding-right: 10px;
background: white;
}
#topnav ul{
margin:0;
padding:0;
list-style:none;
}
#topnav li{
display:block;
float:left;
width:140px;
padding:5px 0 0 0;
margin:0 10px 0 0;
text-align:right;
}
#topnav li.last{
margin-right:0;
}
#topnav ul ul{
margin:5px 0 0 0;
}
#topnav ul ul li{
margin:0 0 5px 0;
padding:0;
}
#topnav li a{
display:block;
width:100%;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
text-transform:uppercase;
color:#000;
background-color:#fff;
border-bottom:1px dotted #666666;
}
#topnav li a.active{
color:#000;
background-color:#fff;
}
#topnav ul ul li a{
display:inline;
color:#000;
background-color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:none;
border:none;
}
/* ----------------------------------------------Column Navigation-------------------------------------*/
#column .subnav{display:block; width:250px; padding:25px; background-color:#F9F9F9; margin-bottom:30px;}
#column .subnav h2{
margin:0 0 20px 0;
padding:0 0 14px 0;
font-size:20px;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
color:#666666;
background-color:#F9F9F9;
line-height:normal;
border-bottom:1px dotted #666666;
}
#column .subnav ul{
margin:0;
padding:0;
list-style:none;
}
#column .subnav li{
margin:0 0 3px 0;
padding:0;
}
#column .subnav ul ul, #column .subnav ul ul ul, #column .subnav ul ul ul ul, #column .subnav ul ul ul ul ul{border-top:none; padding-top:0;}
#column .subnav a{
display:block;
margin:0;
padding:5px 10px 5px 20px;
color:#777777;
background:url("../images/blue_file.gif") no-repeat 10px center #F9F9F9;
text-decoration:none;
border-bottom:1px dotted #666666;
}
#column .subnav a:hover{color:#8397A2; background-color:#F9F9F9;}
#column .subnav ul ul a, #column .subnav ul ul ul a, #column .subnav ul ul ul ul a, #column .subnav ul ul ul ul ul a{background:url("../images/black_file.gif") no-repeat #F9F9F9;}
#column .subnav ul ul a{padding-left:40px; background-position:30px center;}
#column .subnav ul ul ul a{padding-left:50px; background-position:40px center;}
#column .subnav ul ul ul ul a{padding-left:60px; background-position:50px center;}
#column .subnav ul ul ul ul ul a{padding-left:70px; background-position:60px center;} | 0.189972 | 0.03394 |
.head-nav {
line-height: 58px;
font-size: 14px;
float: left;
border:1px solid #000
border-bottom:none;
clear:both:
width:100%
height:20px
display: inline;
padding: 0 10px 0 25px;
background-color:#fff
text-align:left;
line-height: 30px;
font-size: 16px;
color: #333;
}
ul, li, ol {
list-style: none;
padding: 10;
margin: 0;
}
ul, ol, li, dl, dd, dt {
margin: 0;
padding: 10;
list-style: none;
}
user agent stylesheet
ul {
display: block;
list-style-type: disc;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 5px;
margin-inline-end: 5px;
padding-inline-start: 40px;
}
.head-nav li{
float: left;
position: relative;
}
.head-nav li a {
display: inline-block;
padding: 0 16px;
color: #333;
vertical-align: top;
}
a {
background-color: transparent;
color: #ff9d00;
cursor: pointer;
}
table {
border-collapse: collapse;
width: 100%;
}
table a {
color: #000;
}
table a:hover {
color:#373737;
text-decoration: none;
}
th {
background-color: #B40E1F;
color: #F0F0F0;
}
h3 {margin: 0; padding: 0;}
td {
padding: 5px;
}
.leftpart {
width: 70%;
}
.rightpart {
width: 30%;
}
.flash {
margin: 1em 0;
padding: 1em;
background: #cae6f6;
border: 1px solid #377ba8;
}
.content{
position: relative;
width: 900px;
height: 39px;
margin-left;
/*margin: 0 auto;*/
top: 20px;
z-index: 20;
margin-bottom: 70px;
clear: both;
text-align: left;
line-height: 40px;
font-size: 14px;
}
.content {
padding: 0 1rem 1rem;
}
.content > header {
border-bottom: 1px solid lightgray;
display: flex;
align-items: flex-end;
}
.content > header h1 {
flex: auto;
margin: 1rem 0 0.25rem 0;
}
.flash {
margin: 1em 0;
padding: 1em;
background: #cae6f6;
border: 1px solid #377ba8;
}
.content:last-child {
margin-bottom: 0;
}
.content form {
margin: 1em 0;
display: flex;
flex-direction: column;
}
.content label {
font-weight: bold;
margin-bottom: 0.5em;
}
.content input, .content textarea {
margin-bottom: 1em;
}
.content textarea {
min-height: 12em;
resize: vertical;
}
input.danger {
color: #cc2f2e;
}
input[type=submit] {
width: 60px;
.textarea{
width:30px
height:40px
}
}
label{
cursor: pointer;
display: inline-block;
padding: 3px 6px;
text-align: right;
width: 60px;
vertical-align: top;
} | pythonnewbbs/static/style.css | .head-nav {
line-height: 58px;
font-size: 14px;
float: left;
border:1px solid #000
border-bottom:none;
clear:both:
width:100%
height:20px
display: inline;
padding: 0 10px 0 25px;
background-color:#fff
text-align:left;
line-height: 30px;
font-size: 16px;
color: #333;
}
ul, li, ol {
list-style: none;
padding: 10;
margin: 0;
}
ul, ol, li, dl, dd, dt {
margin: 0;
padding: 10;
list-style: none;
}
user agent stylesheet
ul {
display: block;
list-style-type: disc;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 5px;
margin-inline-end: 5px;
padding-inline-start: 40px;
}
.head-nav li{
float: left;
position: relative;
}
.head-nav li a {
display: inline-block;
padding: 0 16px;
color: #333;
vertical-align: top;
}
a {
background-color: transparent;
color: #ff9d00;
cursor: pointer;
}
table {
border-collapse: collapse;
width: 100%;
}
table a {
color: #000;
}
table a:hover {
color:#373737;
text-decoration: none;
}
th {
background-color: #B40E1F;
color: #F0F0F0;
}
h3 {margin: 0; padding: 0;}
td {
padding: 5px;
}
.leftpart {
width: 70%;
}
.rightpart {
width: 30%;
}
.flash {
margin: 1em 0;
padding: 1em;
background: #cae6f6;
border: 1px solid #377ba8;
}
.content{
position: relative;
width: 900px;
height: 39px;
margin-left;
/*margin: 0 auto;*/
top: 20px;
z-index: 20;
margin-bottom: 70px;
clear: both;
text-align: left;
line-height: 40px;
font-size: 14px;
}
.content {
padding: 0 1rem 1rem;
}
.content > header {
border-bottom: 1px solid lightgray;
display: flex;
align-items: flex-end;
}
.content > header h1 {
flex: auto;
margin: 1rem 0 0.25rem 0;
}
.flash {
margin: 1em 0;
padding: 1em;
background: #cae6f6;
border: 1px solid #377ba8;
}
.content:last-child {
margin-bottom: 0;
}
.content form {
margin: 1em 0;
display: flex;
flex-direction: column;
}
.content label {
font-weight: bold;
margin-bottom: 0.5em;
}
.content input, .content textarea {
margin-bottom: 1em;
}
.content textarea {
min-height: 12em;
resize: vertical;
}
input.danger {
color: #cc2f2e;
}
input[type=submit] {
width: 60px;
.textarea{
width:30px
height:40px
}
}
label{
cursor: pointer;
display: inline-block;
padding: 3px 6px;
text-align: right;
width: 60px;
vertical-align: top;
} | 0.370909 | 0.11684 |
* INDEX
*
* - HTML
* - BODY
* - CUSTOM STYLES
*/
@font-face {
font-family: 'RobotoLight';
src: url('../fonts/Roboto/Roboto-Light.ttf');
src: url('../fonts/Roboto/Roboto-Light.ttf') format('embedded-opentype'),
url('../fonts/Roboto/Roboto-Light.ttf') format('ttf'),
}
@font-face {
font-family: 'RobotoRegular';
src: url('../fonts/Roboto/Roboto-Regular.ttf');
src: url('../fonts/Roboto/Roboto-Regular.ttf') format('embedded-opentype'),
url('../fonts/Roboto/Roboto-Regular.ttf') format('ttf'),
}
@font-face {
font-family: 'RobotoMedium';
src: url('../fonts/Roboto/Roboto-Medium.ttf');
src: url('../fonts/Roboto/Roboto-Medium.ttf') format('embedded-opentype'),
url('../fonts/Roboto/Roboto-Medium.ttf') format('ttf'),
}
@font-face {
font-family: 'RobotoBold';
src: url('../fonts/Roboto/Roboto-Bold.ttf');
src: url('../fonts/Roboto/Roboto-Bold.ttf') format('embedded-opentype'),
url('../fonts/Roboto/Roboto-Bold.ttf') format('ttf'),
}
body {
font-family: 'RobotoRegular' !important;
font-size: 14px !important;
}
aside {
width: 240px;
}
#main {
margin-left: 240px;
background-color: #F1F3FA;
}
.page-footer {
padding: 15px 13px 0px 253px;
}
.input-error {
background: #FFF0F0 none repeat scroll 0% 0% !important;
border-color: #A90329 !important;
}
.required {
color: #A90329;
}
.text-danger {
color: #A90329 ;
}
.form-control, label, .btn {
font-size: 14px !important;
}
.table-responsive .btn {
padding: 2px 8px;
}
.table-responsive thead th {
text-align: center;
font-size: 14px !important;
font-weight: normal;
font-family: 'RobotoMedium' !important;
}
.table-responsive thead th.middle {
vertical-align: middle !important;
}
.table-responsive tbody td {
text-align: left !important;
font-size: 13px !important;
font-weight: normal;
}
.select2-hidden-accessible {
display: none;
}
.has-custom-select {
width: 100% !important;
}
.dataTables_filter, .dataTables_length, .dataTables_info, .dataTables_paginate {
display: none;
}
.jarviswidget > header > h3 {
height: 100%;
width: auto;
display: inline-block;
font-size: 14px;
position: relative;
margin: 0px;
line-height: 34px;
font-weight: 400;
letter-spacing: 0px;
margin-left: 10px;
float: left;
}
.btn-success {
background-color: #68b311;
border: none;
color: #fff;
text-transform: uppercase;
}
.btn-success:hover, .btn-success:focus {
background-color: #59990e;
border: none;
color: #fff;
}
.btn-default {
background-color: #4d5b69;
border: none;
color: #fff;
text-transform: uppercase;
}
.btn-default:hover, .btn-default:focus {
background-color: #4b5259;
border: none;
color: #fff;
}
.btn-warning {
background-color: #ffc436;
border: none;
color: #333;
text-transform: uppercase;
}
.btn-warning:hover, .btn-warning:focus {
background-color: #e6a916;
border: none;
color: #333;
}
.btn-danger {
background-color: #e11010;
border: none;
color: #fff;
text-transform: uppercase;
}
.btn-danger:hover, .btn-danger:focus {
background-color: #f00505;
border: none;
color: #fff;
}
.btn-info {
background-color: #17b0d6;
border: none;
color: #fff;
text-transform: uppercase;
}
.btn-info:hover, .btn-info:focus {
background-color: #42a9f0;
border: none;
color: #fff;
}
.btn-primary {
background-color: #42a9f0;
border: none;
color: #fff;
text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus {
background-color: #1394ec;
border: none;
color: #fff;
}
.btn-pink {
background-color: #42a9f0;
border: none;
color: #fff !important;
text-transform: uppercase;
margin-bottom: 5px;
}
.btn-pink i {
color: #fff !important;
}
.btn-pink:hover, .btn-pink:focus {
background-color: #1394EC;
border: none;
color: #fff;
}
.label-success {
background-color: rgb(43, 217, 100) !important;
border: none;
color: #fff;
font-weight: normal;
font-size: 13px;
}
.label-default {
background-color: rgb(153, 153, 153) !important;
border: none;
color: #fff;
font-weight: normal;
font-size: 13px;
}
.label-warning {
background-color: rgb(230, 169, 22) !important;
border: none;
color: #fff;
font-weight: normal;
font-size: 13px;
}
.col-center {
text-align: center !important;
}
.direct-header {
margin: 15px -13px;
}
.direct-header button {
margin: 0 !important;
margin-right: 20px !important;
}
.fix-width-30 {
width: 30px !important;
}
.fix-width-50 {
width: 50px !important;
}
.fix-width-70 {
width: 70px !important;
}
.fix-width-80 {
width: 80px !important;
}
.fix-width-100 {
width: 100px !important;
}
.fix-width-120 {
width: 120px !important;
}
.fix-width-130 {
width: 130px !important;
}
.fix-width-150 {
width: 150px !important;
}
.fix-width-170 {
width: 170px !important;
}
.fix-width-200 {
width: 200px !important;
}
.contain-flash {
position: fixed;
text-align: center;
z-index: 1000;
margin-top: 42px;
width: 600px;
right: 230px;
}
.flash {
max-width: 400px;
margin-left: 10%;
}
#ribbon {
background-color: #E6E6E6 !important;
}
.smart-style-1 #ribbon .breadcrumb {
padding: 0 !important;
}
.breadcrumb > li {
display: inline-block;
line-height: 34px;
margin: 0 !important;
}
.breadcrumb > li:hover {
background-color: #bfbfbf;
}
.breadcrumb > li + li::before {
content: none !important;
padding: 0 !important;
margin: 0 !important;
}
.smart-style-1 #ribbon .breadcrumb a {
padding: 3px 16px !important;
display: block !important;
color: #353D4B !important;
font-size: 15px;
}
.breadcrumb > li.active {
background-color: #bfbfbf;
}
.sale-select, .manager-select {
display: none;
}
.smart-style-1 .jarviswidget-color-blueDark > header {
}
ul.box-total {
width: 100%;
margin-bottom: 20px;
padding: 0;
}
ul.box-total > li.box-item {
border: 1px #DADADA solid;
padding: 5px 10px;
float: left;
list-style: none;
margin-bottom: 20px;
}
ul.box-total > li.box-3 {
width: 26%;
margin-right: 11%;
}
ul.box-total > li:last-child {
margin-right: 0;
}
ul.box-total > li > p{
text-align: center;
font-family: "RobotoMedium";
font-size: 15px;
margin-bottom: 2px;
}
ul.box-total > li > p.money {
color: #ff3333;
font-size: 20px;
margin: 0;
}
.forgotPassword {
display: none;
}
.form-control[readonly] {
cursor: pointer;
background-color: #fff;
opacity: 1;
}
table .text-danger {
font-size: 13px !important;
}
p.count-records {
margin-bottom: 0px;
color: #333;
font-size: 13px;
font-style: italic;
}
p.count-records span {
color: #000;
font-family: 'RobotoBold';
}
p.count-records span.money-format {
color: #FF0000;
}
#send-success {
color: #FFD351;
font-size: 12px;
}
#left-panel nav ul > li > ul > li > a {
font-size: 14px !important;
color: #8B91A0 !important;
}
#left-panel nav ul > li > ul > li.active > a {
color: #fff !important;
}
.page-title {
margin: 0px;
line-height: 1px !important;
letter-spacing: -1px;
margin-top: 10px;
margin-bottom: 2px;
}
.page-title span {
font-size: 22px !important;
color: #555 !important;
font-weight: normal !important;
font-family: 'RobotoLight';
}
.page-title i {
color: #555;
font-size: 23px;
}
.widget-body {
background-color: #fff;
padding: 15px;
border: 1px #dadada solid;
border-top: none;
}
#content .navbar-func {
margin: 0;
width: 100%;
float: left;
}
#content .navbar-func ul {
padding-left: 0px;
width: 100%;
float: left;
background-color: #42a9f0 ;
margin-bottom: 0px;
border-left: 1px #DADADA solid;
border-top: 1px #DADADA solid;
border-right: 1px #DADADA solid;
}
#content .navbar-func ul > li {
float: left;
list-style: none;
text-align: center;
}
#content .navbar-func ul > li > a {
margin: 5px 0;
color: #fff;
text-transform: uppercase;
padding: 8px 16px;
line-height: 34px;
letter-spacing: -0.5px;
}
#content .navbar-func ul > li.active {
background-color: #fff;
}
#content .navbar-func ul > li.active a {
text-decoration: none;
color: #333;
}
#content .navbar-func ul > li:hover {
background-color: #fff;
}
#content .navbar-func ul > li:hover a {
text-decoration: none;
color: #333;
}
.search-box {
background-color: #F9F9F9;
border: 1px solid #DADADA;
padding: 5px !important;
margin-bottom: 10px;
}
.smart-style-1 .pagination > .active > a, .smart-style-1 .pagination > .active > a:focus, .smart-style-1 .pagination > .active > a:hover, .smart-style-1 .pagination > .active > span, .smart-style-1 .pagination > .active > span:focus, .smart-style-1 .pagination > .active > span:hover {
background-color: #42a9f0;
border-color: #42a9f0;
}
.pagination > li > a {
color: #42a9f0;
}
.pagination > li > a, .pagination > li > span {
padding: 3px 10px;
}
.smart-style-1 .btn-header > :first-child > a {
background: #42a9f0 none repeat scroll 0% 0%;
border: 1px solid #42a9f0;
}
.report-component {
font-size: 15px;
margin-bottom: 0px;
font-family: 'RobotoMedium';
text-transform: uppercase;
}
/**
* change style color
*/
.smart-style-1 #header {
background-color: #fff;
margin-bottom: 7px;
background-color: #FFF;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.45);
height: 50px;
}
#header > div {
height: 50px;
}
.smart-style-1 #logo-group {
background: #42a9f0 none repeat scroll 0% 0% !important;
width: 240px;
text-align: center;
color: #fff;
font-family: 'RobotoBold';
font-size: 20px;
text-align: left;
}
.smart-style-1 #logo {
margin-top: 3px;
width: auto;
line-height: 40px;
}
.smart-style-1 #logo img {
max-height: 36px;
width: auto;
margin-top: -4px;
margin-left: 13px;
}
.smart-style-1 #logo span {
}
.smart-style-1 .page-footer, .smart-style-1 .superbox-show, .smart-style-1 aside {
background: #4D5B69 none repeat scroll 0% 0%;
padding-top: 52px !important;
}
.smart-style-1 nav > ul > li {
list-style: outside none none;
border-bottom: 1px solid #3E4B58;
position: relative;
}
.smart-style-1 nav > ul > li > a {
color: #B9CFE4;
font-size: 15px;
display: block;
}
.smart-style-1 nav > ul > li > a > i, .smart-style-1 nav > ul > li > a > span {
text-align: center;
}
.smart-style-1 nav > ul > li > a > i {
font-size: 17px;
}
.smart-style-1 nav ul li a {
padding: 13px 17px 12px 16px;
}
.smart-style-1 nav > ul > li.active, .smart-style-1 nav > ul > li:hover {
background-color: #44515D;
}
.smart-style-1 nav > ul > li.active::before {
content: "\a ";
border-style: solid;
border-width: 10px 10px 10px 0px;
border-color: transparent #F1F3FA transparent transparent;
position: absolute;
right: 0px;
z-index: 999;
top: 50%;
margin-top: -10px;
}
.smart-style-1 nav > ul > li.active a, .smart-style-1 nav > ul > li:hover a {
color: #FFF;
}
#header .avatar {
margin-top: 5px;
}
#header .avatar:hover {
text-decoration: none;
color: #42a9f0;
}
#header .avatar img {
width: 38px;
height: 38px;
}
#header .avatar p {
margin-bottom: 0px;
}
#header .avatar span, #header .avatar i {
color: #42a9f0 !important;
font-size: 15px;
}
#header .avatar a.logout {
color: #444;
font-size: 12px;
text-decoration: underline;
}
.header-search > input[type="text"] {
margin-top: 10px;
}
.header-search > button {
margin-top: -2px;
}
#content {
padding: 5px 14px;
}
.tagsinput {
width: 100% !important;
height: 60px !important;
min-height: 60px !important;
border-color: #DCDCDC;
display: block;
width: 100%;
padding: 2px 4px !important;
font-size: 14px;
line-height: 1.42857;
color: #555;
background-color: #FFF;
background-image: none;
border: 1px solid #CCC;
overflow: hidden !important;
}
.tagsinput span.tag {
background-color: #E7E7E7 !important;
border: 1px #E0E2E8 solid !important;
color: #333 !important;
padding: 2px 8px !important;
font-size: 14px !important;
font-family: "RobotoRegular" !important;
margin-bottom: 2px !important;
}
.tagsinput span.tag a {
font-size: 13px !important;
color: #999 !important;
margin-top: -2px;
}
.tagsinput input {
height: 28px !important;
margin-bottom: 0px !important;
}
.ajax-loading {
background-color: rgba(0, 0, 0, 0.55);
width: 100%;
height: 100%;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
display: none;
}
.ajax-loading img{
top: 50%;
left: 50%;
position: absolute;
margin-top: -50px;
margin-left: -50px;
}
/*UPLOAD*/
#upload input {
display: none;
}
.item-upload {
display: inline-block;
margin: 10px 20px 10px 0;
}
.item-upload .remove {
position: absolute;
right: -10px;
top: -9px;
border: 1px solid #9E9E9E;
border-radius: 15px 15px 15px 15px;
height: 20px;
width: 20px;
font-weight: bold;
color: white !important;
background: #9E9E9E;
line-height: 12px;
z-index: 100;
}
.remove i {
margin-left: 3px;
margin-top: 1px;
}
.remove:hover {
background: #D2232A;
border: 1px solid #D2232A;
}
.name-item-upload {
float: left;
padding: 5px;
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.display-thumb {
width: 100px;
margin-right: 10px;
display: inline-block;
float: left;
}
.display-thumb img, .item-image img, .thumbnail-admin {
width: 150px;
height: 150px;
float: left;
}
.display-content-item {
display: inline-block;
width: 75%;
float: left;
}
.tools {
position: absolute;
top: 0;
bottom: 0;
left: -30px;
width: 24px;
background-color: rgba(0,0,0,0.7);
text-align: center;
vertical-align: middle;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.item-image {
position: relative;
overflow: hidden;
}
.item-image .tools.tools-bottom {
left: 0;
right: 0;
bottom: -30px;
top: auto;
height: 28px;
width: auto;
display: block;
}
.item-image:hover .tools {
left: 0;
right: 0;
}
.item-image:hover .tools.tools-bottom {
bottom: 0;
top: auto;
}
.tools > a {
display: inline-block;
color: #FFF;
font-size: 18px;
font-weight: normal;
padding: 5px 4px;
} | public/assets/css/style.css | * INDEX
*
* - HTML
* - BODY
* - CUSTOM STYLES
*/
@font-face {
font-family: 'RobotoLight';
src: url('../fonts/Roboto/Roboto-Light.ttf');
src: url('../fonts/Roboto/Roboto-Light.ttf') format('embedded-opentype'),
url('../fonts/Roboto/Roboto-Light.ttf') format('ttf'),
}
@font-face {
font-family: 'RobotoRegular';
src: url('../fonts/Roboto/Roboto-Regular.ttf');
src: url('../fonts/Roboto/Roboto-Regular.ttf') format('embedded-opentype'),
url('../fonts/Roboto/Roboto-Regular.ttf') format('ttf'),
}
@font-face {
font-family: 'RobotoMedium';
src: url('../fonts/Roboto/Roboto-Medium.ttf');
src: url('../fonts/Roboto/Roboto-Medium.ttf') format('embedded-opentype'),
url('../fonts/Roboto/Roboto-Medium.ttf') format('ttf'),
}
@font-face {
font-family: 'RobotoBold';
src: url('../fonts/Roboto/Roboto-Bold.ttf');
src: url('../fonts/Roboto/Roboto-Bold.ttf') format('embedded-opentype'),
url('../fonts/Roboto/Roboto-Bold.ttf') format('ttf'),
}
body {
font-family: 'RobotoRegular' !important;
font-size: 14px !important;
}
aside {
width: 240px;
}
#main {
margin-left: 240px;
background-color: #F1F3FA;
}
.page-footer {
padding: 15px 13px 0px 253px;
}
.input-error {
background: #FFF0F0 none repeat scroll 0% 0% !important;
border-color: #A90329 !important;
}
.required {
color: #A90329;
}
.text-danger {
color: #A90329 ;
}
.form-control, label, .btn {
font-size: 14px !important;
}
.table-responsive .btn {
padding: 2px 8px;
}
.table-responsive thead th {
text-align: center;
font-size: 14px !important;
font-weight: normal;
font-family: 'RobotoMedium' !important;
}
.table-responsive thead th.middle {
vertical-align: middle !important;
}
.table-responsive tbody td {
text-align: left !important;
font-size: 13px !important;
font-weight: normal;
}
.select2-hidden-accessible {
display: none;
}
.has-custom-select {
width: 100% !important;
}
.dataTables_filter, .dataTables_length, .dataTables_info, .dataTables_paginate {
display: none;
}
.jarviswidget > header > h3 {
height: 100%;
width: auto;
display: inline-block;
font-size: 14px;
position: relative;
margin: 0px;
line-height: 34px;
font-weight: 400;
letter-spacing: 0px;
margin-left: 10px;
float: left;
}
.btn-success {
background-color: #68b311;
border: none;
color: #fff;
text-transform: uppercase;
}
.btn-success:hover, .btn-success:focus {
background-color: #59990e;
border: none;
color: #fff;
}
.btn-default {
background-color: #4d5b69;
border: none;
color: #fff;
text-transform: uppercase;
}
.btn-default:hover, .btn-default:focus {
background-color: #4b5259;
border: none;
color: #fff;
}
.btn-warning {
background-color: #ffc436;
border: none;
color: #333;
text-transform: uppercase;
}
.btn-warning:hover, .btn-warning:focus {
background-color: #e6a916;
border: none;
color: #333;
}
.btn-danger {
background-color: #e11010;
border: none;
color: #fff;
text-transform: uppercase;
}
.btn-danger:hover, .btn-danger:focus {
background-color: #f00505;
border: none;
color: #fff;
}
.btn-info {
background-color: #17b0d6;
border: none;
color: #fff;
text-transform: uppercase;
}
.btn-info:hover, .btn-info:focus {
background-color: #42a9f0;
border: none;
color: #fff;
}
.btn-primary {
background-color: #42a9f0;
border: none;
color: #fff;
text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus {
background-color: #1394ec;
border: none;
color: #fff;
}
.btn-pink {
background-color: #42a9f0;
border: none;
color: #fff !important;
text-transform: uppercase;
margin-bottom: 5px;
}
.btn-pink i {
color: #fff !important;
}
.btn-pink:hover, .btn-pink:focus {
background-color: #1394EC;
border: none;
color: #fff;
}
.label-success {
background-color: rgb(43, 217, 100) !important;
border: none;
color: #fff;
font-weight: normal;
font-size: 13px;
}
.label-default {
background-color: rgb(153, 153, 153) !important;
border: none;
color: #fff;
font-weight: normal;
font-size: 13px;
}
.label-warning {
background-color: rgb(230, 169, 22) !important;
border: none;
color: #fff;
font-weight: normal;
font-size: 13px;
}
.col-center {
text-align: center !important;
}
.direct-header {
margin: 15px -13px;
}
.direct-header button {
margin: 0 !important;
margin-right: 20px !important;
}
.fix-width-30 {
width: 30px !important;
}
.fix-width-50 {
width: 50px !important;
}
.fix-width-70 {
width: 70px !important;
}
.fix-width-80 {
width: 80px !important;
}
.fix-width-100 {
width: 100px !important;
}
.fix-width-120 {
width: 120px !important;
}
.fix-width-130 {
width: 130px !important;
}
.fix-width-150 {
width: 150px !important;
}
.fix-width-170 {
width: 170px !important;
}
.fix-width-200 {
width: 200px !important;
}
.contain-flash {
position: fixed;
text-align: center;
z-index: 1000;
margin-top: 42px;
width: 600px;
right: 230px;
}
.flash {
max-width: 400px;
margin-left: 10%;
}
#ribbon {
background-color: #E6E6E6 !important;
}
.smart-style-1 #ribbon .breadcrumb {
padding: 0 !important;
}
.breadcrumb > li {
display: inline-block;
line-height: 34px;
margin: 0 !important;
}
.breadcrumb > li:hover {
background-color: #bfbfbf;
}
.breadcrumb > li + li::before {
content: none !important;
padding: 0 !important;
margin: 0 !important;
}
.smart-style-1 #ribbon .breadcrumb a {
padding: 3px 16px !important;
display: block !important;
color: #353D4B !important;
font-size: 15px;
}
.breadcrumb > li.active {
background-color: #bfbfbf;
}
.sale-select, .manager-select {
display: none;
}
.smart-style-1 .jarviswidget-color-blueDark > header {
}
ul.box-total {
width: 100%;
margin-bottom: 20px;
padding: 0;
}
ul.box-total > li.box-item {
border: 1px #DADADA solid;
padding: 5px 10px;
float: left;
list-style: none;
margin-bottom: 20px;
}
ul.box-total > li.box-3 {
width: 26%;
margin-right: 11%;
}
ul.box-total > li:last-child {
margin-right: 0;
}
ul.box-total > li > p{
text-align: center;
font-family: "RobotoMedium";
font-size: 15px;
margin-bottom: 2px;
}
ul.box-total > li > p.money {
color: #ff3333;
font-size: 20px;
margin: 0;
}
.forgotPassword {
display: none;
}
.form-control[readonly] {
cursor: pointer;
background-color: #fff;
opacity: 1;
}
table .text-danger {
font-size: 13px !important;
}
p.count-records {
margin-bottom: 0px;
color: #333;
font-size: 13px;
font-style: italic;
}
p.count-records span {
color: #000;
font-family: 'RobotoBold';
}
p.count-records span.money-format {
color: #FF0000;
}
#send-success {
color: #FFD351;
font-size: 12px;
}
#left-panel nav ul > li > ul > li > a {
font-size: 14px !important;
color: #8B91A0 !important;
}
#left-panel nav ul > li > ul > li.active > a {
color: #fff !important;
}
.page-title {
margin: 0px;
line-height: 1px !important;
letter-spacing: -1px;
margin-top: 10px;
margin-bottom: 2px;
}
.page-title span {
font-size: 22px !important;
color: #555 !important;
font-weight: normal !important;
font-family: 'RobotoLight';
}
.page-title i {
color: #555;
font-size: 23px;
}
.widget-body {
background-color: #fff;
padding: 15px;
border: 1px #dadada solid;
border-top: none;
}
#content .navbar-func {
margin: 0;
width: 100%;
float: left;
}
#content .navbar-func ul {
padding-left: 0px;
width: 100%;
float: left;
background-color: #42a9f0 ;
margin-bottom: 0px;
border-left: 1px #DADADA solid;
border-top: 1px #DADADA solid;
border-right: 1px #DADADA solid;
}
#content .navbar-func ul > li {
float: left;
list-style: none;
text-align: center;
}
#content .navbar-func ul > li > a {
margin: 5px 0;
color: #fff;
text-transform: uppercase;
padding: 8px 16px;
line-height: 34px;
letter-spacing: -0.5px;
}
#content .navbar-func ul > li.active {
background-color: #fff;
}
#content .navbar-func ul > li.active a {
text-decoration: none;
color: #333;
}
#content .navbar-func ul > li:hover {
background-color: #fff;
}
#content .navbar-func ul > li:hover a {
text-decoration: none;
color: #333;
}
.search-box {
background-color: #F9F9F9;
border: 1px solid #DADADA;
padding: 5px !important;
margin-bottom: 10px;
}
.smart-style-1 .pagination > .active > a, .smart-style-1 .pagination > .active > a:focus, .smart-style-1 .pagination > .active > a:hover, .smart-style-1 .pagination > .active > span, .smart-style-1 .pagination > .active > span:focus, .smart-style-1 .pagination > .active > span:hover {
background-color: #42a9f0;
border-color: #42a9f0;
}
.pagination > li > a {
color: #42a9f0;
}
.pagination > li > a, .pagination > li > span {
padding: 3px 10px;
}
.smart-style-1 .btn-header > :first-child > a {
background: #42a9f0 none repeat scroll 0% 0%;
border: 1px solid #42a9f0;
}
.report-component {
font-size: 15px;
margin-bottom: 0px;
font-family: 'RobotoMedium';
text-transform: uppercase;
}
/**
* change style color
*/
.smart-style-1 #header {
background-color: #fff;
margin-bottom: 7px;
background-color: #FFF;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.45);
height: 50px;
}
#header > div {
height: 50px;
}
.smart-style-1 #logo-group {
background: #42a9f0 none repeat scroll 0% 0% !important;
width: 240px;
text-align: center;
color: #fff;
font-family: 'RobotoBold';
font-size: 20px;
text-align: left;
}
.smart-style-1 #logo {
margin-top: 3px;
width: auto;
line-height: 40px;
}
.smart-style-1 #logo img {
max-height: 36px;
width: auto;
margin-top: -4px;
margin-left: 13px;
}
.smart-style-1 #logo span {
}
.smart-style-1 .page-footer, .smart-style-1 .superbox-show, .smart-style-1 aside {
background: #4D5B69 none repeat scroll 0% 0%;
padding-top: 52px !important;
}
.smart-style-1 nav > ul > li {
list-style: outside none none;
border-bottom: 1px solid #3E4B58;
position: relative;
}
.smart-style-1 nav > ul > li > a {
color: #B9CFE4;
font-size: 15px;
display: block;
}
.smart-style-1 nav > ul > li > a > i, .smart-style-1 nav > ul > li > a > span {
text-align: center;
}
.smart-style-1 nav > ul > li > a > i {
font-size: 17px;
}
.smart-style-1 nav ul li a {
padding: 13px 17px 12px 16px;
}
.smart-style-1 nav > ul > li.active, .smart-style-1 nav > ul > li:hover {
background-color: #44515D;
}
.smart-style-1 nav > ul > li.active::before {
content: "\a ";
border-style: solid;
border-width: 10px 10px 10px 0px;
border-color: transparent #F1F3FA transparent transparent;
position: absolute;
right: 0px;
z-index: 999;
top: 50%;
margin-top: -10px;
}
.smart-style-1 nav > ul > li.active a, .smart-style-1 nav > ul > li:hover a {
color: #FFF;
}
#header .avatar {
margin-top: 5px;
}
#header .avatar:hover {
text-decoration: none;
color: #42a9f0;
}
#header .avatar img {
width: 38px;
height: 38px;
}
#header .avatar p {
margin-bottom: 0px;
}
#header .avatar span, #header .avatar i {
color: #42a9f0 !important;
font-size: 15px;
}
#header .avatar a.logout {
color: #444;
font-size: 12px;
text-decoration: underline;
}
.header-search > input[type="text"] {
margin-top: 10px;
}
.header-search > button {
margin-top: -2px;
}
#content {
padding: 5px 14px;
}
.tagsinput {
width: 100% !important;
height: 60px !important;
min-height: 60px !important;
border-color: #DCDCDC;
display: block;
width: 100%;
padding: 2px 4px !important;
font-size: 14px;
line-height: 1.42857;
color: #555;
background-color: #FFF;
background-image: none;
border: 1px solid #CCC;
overflow: hidden !important;
}
.tagsinput span.tag {
background-color: #E7E7E7 !important;
border: 1px #E0E2E8 solid !important;
color: #333 !important;
padding: 2px 8px !important;
font-size: 14px !important;
font-family: "RobotoRegular" !important;
margin-bottom: 2px !important;
}
.tagsinput span.tag a {
font-size: 13px !important;
color: #999 !important;
margin-top: -2px;
}
.tagsinput input {
height: 28px !important;
margin-bottom: 0px !important;
}
.ajax-loading {
background-color: rgba(0, 0, 0, 0.55);
width: 100%;
height: 100%;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
display: none;
}
.ajax-loading img{
top: 50%;
left: 50%;
position: absolute;
margin-top: -50px;
margin-left: -50px;
}
/*UPLOAD*/
#upload input {
display: none;
}
.item-upload {
display: inline-block;
margin: 10px 20px 10px 0;
}
.item-upload .remove {
position: absolute;
right: -10px;
top: -9px;
border: 1px solid #9E9E9E;
border-radius: 15px 15px 15px 15px;
height: 20px;
width: 20px;
font-weight: bold;
color: white !important;
background: #9E9E9E;
line-height: 12px;
z-index: 100;
}
.remove i {
margin-left: 3px;
margin-top: 1px;
}
.remove:hover {
background: #D2232A;
border: 1px solid #D2232A;
}
.name-item-upload {
float: left;
padding: 5px;
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.display-thumb {
width: 100px;
margin-right: 10px;
display: inline-block;
float: left;
}
.display-thumb img, .item-image img, .thumbnail-admin {
width: 150px;
height: 150px;
float: left;
}
.display-content-item {
display: inline-block;
width: 75%;
float: left;
}
.tools {
position: absolute;
top: 0;
bottom: 0;
left: -30px;
width: 24px;
background-color: rgba(0,0,0,0.7);
text-align: center;
vertical-align: middle;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.item-image {
position: relative;
overflow: hidden;
}
.item-image .tools.tools-bottom {
left: 0;
right: 0;
bottom: -30px;
top: auto;
height: 28px;
width: auto;
display: block;
}
.item-image:hover .tools {
left: 0;
right: 0;
}
.item-image:hover .tools.tools-bottom {
bottom: 0;
top: auto;
}
.tools > a {
display: inline-block;
color: #FFF;
font-size: 18px;
font-weight: normal;
padding: 5px 4px;
} | 0.422266 | 0.053231 |
body {
background-color: #f5f5f5;
}
#main-content {
max-width: 940px;
padding: 10px 20px 0px;
margin: 0 auto 20px;
background-color: #fff;
border: 1px solid #e5e5e5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.table th.number, .table td.number {
text-align: right;
}
.table td.trade-buttons {
text-align: center;
}
.table tfoot {
font-weight: bold;
}
.container-fluid{
max-width:960px;
margin:0 auto;
}
.popover.visible{
display: block;
position: relative;
}
.checkbox-wrapper {
position: relative;
}
input[type="checkbox"] {
position: relative;
display: none;
}
input[type="checkbox"] + label{
position: relative;
}
input[type="checkbox"] + label span {
display: inline-block;
width: 80px;
height: 20px;
margin: -1px 4px 0 0;
vertical-align: middle;
background: #777777;
color: #fff;
cursor: pointer;
overflow: hidden;
position: relative;
}
input[type="checkbox"] + label span:after {
content: 'SHOW';
position: absolute;
left: 6px;
top: 1px;
padding: 1px 0 0 0;
font-size: 10px;
line-height: 15px;
}
input[type="checkbox"] + label span:before {
content: '';
width: 80px;
height: 20px;
background: #aaaaaa;
-webkit-transform: skew(35deg);
-moz-transform: skew(35deg);
position: absolute;
left: 50%;
top: 0px;
margin-right: -15px;
}
input[type="checkbox"]:checked + label span {
background: #0099cc;
}
input[type="checkbox"]:checked + label span:before {
content: '';
width: 50px;
height: 20px;
background: #aaaaaa;
-webkit-transform: skew(35deg);
-moz-transform: skew(35deg);
position: absolute;
left: 50%;
top: 0px;
margin-left: -50px;
}
input[type="checkbox"]:checked + label span:after {
content: 'HIDE';
color: #fff;
position: absolute;
top: 1px;
left: 55px;
}
input[type="checkbox"] + label .status {
visibility: none;
}
input[type="checkbox"]:checked + label .status {
visibility: visible;
margin-left: 30px;
}
@media only screen and (max-width: 800px) {
/* Force table to not be like tables anymore */
#no-more-tables table,
#no-more-tables thead,
#no-more-tables tbody,
#no-more-tables th,
#no-more-tables td,
#no-more-tables tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
#no-more-tables tr { border: 1px solid #ccc; }
#no-more-tables td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
white-space: normal;
text-align:left;
}
#no-more-tables td.titled{
padding-left: 50%;
}
#no-more-tables td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align:left;
font-weight: bold;
}
/*
Label the data
*/
#no-more-tables td:before { content: attr(data-title); }
} | src/main/resources/static/css/portfolio.css | body {
background-color: #f5f5f5;
}
#main-content {
max-width: 940px;
padding: 10px 20px 0px;
margin: 0 auto 20px;
background-color: #fff;
border: 1px solid #e5e5e5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.table th.number, .table td.number {
text-align: right;
}
.table td.trade-buttons {
text-align: center;
}
.table tfoot {
font-weight: bold;
}
.container-fluid{
max-width:960px;
margin:0 auto;
}
.popover.visible{
display: block;
position: relative;
}
.checkbox-wrapper {
position: relative;
}
input[type="checkbox"] {
position: relative;
display: none;
}
input[type="checkbox"] + label{
position: relative;
}
input[type="checkbox"] + label span {
display: inline-block;
width: 80px;
height: 20px;
margin: -1px 4px 0 0;
vertical-align: middle;
background: #777777;
color: #fff;
cursor: pointer;
overflow: hidden;
position: relative;
}
input[type="checkbox"] + label span:after {
content: 'SHOW';
position: absolute;
left: 6px;
top: 1px;
padding: 1px 0 0 0;
font-size: 10px;
line-height: 15px;
}
input[type="checkbox"] + label span:before {
content: '';
width: 80px;
height: 20px;
background: #aaaaaa;
-webkit-transform: skew(35deg);
-moz-transform: skew(35deg);
position: absolute;
left: 50%;
top: 0px;
margin-right: -15px;
}
input[type="checkbox"]:checked + label span {
background: #0099cc;
}
input[type="checkbox"]:checked + label span:before {
content: '';
width: 50px;
height: 20px;
background: #aaaaaa;
-webkit-transform: skew(35deg);
-moz-transform: skew(35deg);
position: absolute;
left: 50%;
top: 0px;
margin-left: -50px;
}
input[type="checkbox"]:checked + label span:after {
content: 'HIDE';
color: #fff;
position: absolute;
top: 1px;
left: 55px;
}
input[type="checkbox"] + label .status {
visibility: none;
}
input[type="checkbox"]:checked + label .status {
visibility: visible;
margin-left: 30px;
}
@media only screen and (max-width: 800px) {
/* Force table to not be like tables anymore */
#no-more-tables table,
#no-more-tables thead,
#no-more-tables tbody,
#no-more-tables th,
#no-more-tables td,
#no-more-tables tr {
display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
#no-more-tables tr { border: 1px solid #ccc; }
#no-more-tables td {
/* Behave like a "row" */
border: none;
border-bottom: 1px solid #eee;
position: relative;
white-space: normal;
text-align:left;
}
#no-more-tables td.titled{
padding-left: 50%;
}
#no-more-tables td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space: nowrap;
text-align:left;
font-weight: bold;
}
/*
Label the data
*/
#no-more-tables td:before { content: attr(data-title); }
} | 0.274838 | 0.104204 |
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
a,
body,
center,
div,
h1,
h2,
h3,
html,
img,
li,
p,
span,
strong,
sup,
table,
tbody,
td,
th,
tr,
ul {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
body {
line-height: 1; }
ul {
list-style: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
.wrapper {
width: 100%; }
body {
width: 100% !important;
min-width: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0;
Margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
img {
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
width: auto;
max-width: 100%;
clear: both;
display: block; }
center {
width: 100%;
min-width: 600px; }
p {
margin: 0 0 0 10px;
Margin: 0 0 0 10px; }
table {
border-spacing: 0;
border-collapse: collapse; }
td {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
border-collapse: collapse !important; }
table, tr, td {
padding: 0;
vertical-align: top;
text-align: left; }
@media only screen {
html {
min-height: 100%;
background: #f3f3f3; } }
table.body {
background: #f3f3f3;
height: 100%;
width: 100%; }
table.container {
background: #fefefe;
width: 600px;
margin: 0 auto;
Margin: 0 auto;
text-align: inherit; }
table.row {
padding: 0;
width: 100%;
position: relative; }
table.spacer {
width: 100%; }
table.spacer td {
mso-line-height-rule: exactly; }
table.container table.row {
display: table; }
th.columns {
margin: 0 auto;
Margin: 0 auto;
padding-left: 16px;
padding-bottom: 16px; }
th.columns.last {
padding-right: 16px; }
th.columns table:not(.button) {
width: 100%; }
th.large-4 {
width: 184px;
padding-left: 8px;
padding-right: 8px; }
th.large-4.first {
padding-left: 16px; }
th.large-4.last {
padding-right: 16px; }
th.large-5 {
width: 234px;
padding-left: 8px;
padding-right: 8px; }
th.large-5.last {
padding-right: 16px; }
th.large-6 {
width: 284px;
padding-left: 8px;
padding-right: 8px; }
th.large-6.first {
padding-left: 16px; }
th.large-6.last {
padding-right: 16px; }
th.large-7 {
width: 334px;
padding-left: 8px;
padding-right: 8px; }
th.large-7.first {
padding-left: 16px; }
th.large-7.last {
padding-right: 16px; }
th.large-12 {
width: 584px;
padding-left: 8px;
padding-right: 8px; }
th.large-12.first {
padding-left: 16px; }
th.large-12.last {
padding-right: 16px; }
th.large-12 center {
min-width: 552px; }
th.expander {
visibility: hidden;
width: 0;
padding: 0 !important; }
p.text-left {
text-align: left; }
p.text-right {
text-align: right; }
img.float-left {
float: left;
text-align: left; }
img.float-right {
float: right;
text-align: right; }
img.float-center {
margin: 0 auto;
Margin: 0 auto;
float: none;
text-align: center; }
table.float-center {
margin: 0 auto;
Margin: 0 auto;
float: none;
text-align: center; }
body,
table.body,
h1,
h2,
h3,
p,
td,
th,
a {
color: #0a0a0a;
font-family: "Noto Sans", sans-serif;
font-weight: normal;
padding: 0;
margin: 0;
Margin: 0;
text-align: left;
line-height: 1.3; }
h1,
h2,
h3 {
color: inherit;
word-wrap: normal;
font-family: "Noto Sans", sans-serif;
font-weight: normal;
margin-bottom: 10px;
Margin-bottom: 10px; }
h1 {
font-size: 32px; }
h2 {
font-size: 30px; }
h3 {
font-size: 28px; }
body,
table.body,
p,
td,
th {
font-size: 16px;
line-height: 1.3; }
p {
margin-bottom: 10px;
Margin-bottom: 10px; }
a {
color: #e20074;
text-decoration: none; }
a:hover {
color: #af005a; }
a:active {
color: #af005a; }
a:visited {
color: #e20074; }
span.preheader {
display: none !important;
visibility: hidden;
mso-hide: all !important;
font-size: 1px;
color: #f3f3f3;
line-height: 1px;
max-height: 0px;
max-width: 0px;
opacity: 0;
overflow: hidden; }
table.button {
width: auto;
margin: 0 0 16px 0;
Margin: 0 0 16px 0; }
table.button table td {
text-align: left;
color: #fefefe;
background: #e20074;
border: 2px solid #e20074; }
table.button table td a {
font-family: "Noto Sans", sans-serif;
font-size: 16px;
font-weight: bold;
color: #fefefe;
text-decoration: none;
display: inline-block;
padding: 8px 16px 8px 16px;
border: 0 solid #e20074;
border-radius: 3px; }
table.button:hover table tr td a,
table.button:active table tr td a,
table.button table tr td a:visited {
color: #fefefe; }
table.button:hover table td,
table.button:visited table td,
table.button:active table td {
background: #af005a;
color: #fefefe; }
table.button:hover table a,
table.button:visited table a,
table.button:active table a {
border: 0 solid #af005a; }
@media only screen and (max-width: 616px) {
table.body img {
width: auto;
height: auto; }
table.body center {
min-width: 0 !important; }
table.body .container {
width: 95% !important; }
table.body .columns {
height: auto !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: 16px !important;
padding-right: 16px !important; }
th.small-12 {
display: inline-block !important;
width: 100% !important; } }
.heroimage {
padding-top: 25px;
padding-bottom: 25px;
background-size: cover; }
.heroimage .wrapper-inner {
padding-top: 10px;
padding-bottom: 20px;
padding-right: 10px;
padding-left: 20px; }
.heroimage h1 {
padding-top: 10px;
color: #fefefe; }
.heroimage span {
padding-top: 10px;
color: #fefefe;
text-align: left; }
.more-money {
background-color: #fefefe; }
.more-interest h2 {
color: #e20074;
text-align: center;
font-weight: bold;
padding-top: 10px; }
.more-interest p {
color: #0a0a0a;
text-align: center; }
.background-color {
background: #f3f3f3; }
.custom-btn {
align-items: left; }
.heroimage {
background-size: cover;
height: 25vh; }
.heroimage h3 {
padding-top: 15px;
font-family: "Noto Sans", sans-serif;
text-align: center;
color: #fefefe; }
.heroimage p {
text-align: center;
color: #fefefe; }
.privacy p {
color: #a0a1a3;
font-size: 10px; }
.footer-text-columns {
background: #0a0a0a;
background-color: #0a0a0a; }
.footer-text-columns h3 {
padding-top: 5px;
align-items: flex-start;
font-weight: bold;
color: #fefefe; }
.footer-bottom {
background: #0a0a0a;
background-color: #0a0a0a;
padding-bottom: 10px; }
.footer-bottom p {
color: #fefefe;
font-weight: bold; } | dist/css/app.css | @import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
a,
body,
center,
div,
h1,
h2,
h3,
html,
img,
li,
p,
span,
strong,
sup,
table,
tbody,
td,
th,
tr,
ul {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
body {
line-height: 1; }
ul {
list-style: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
.wrapper {
width: 100%; }
body {
width: 100% !important;
min-width: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0;
Margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
img {
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
width: auto;
max-width: 100%;
clear: both;
display: block; }
center {
width: 100%;
min-width: 600px; }
p {
margin: 0 0 0 10px;
Margin: 0 0 0 10px; }
table {
border-spacing: 0;
border-collapse: collapse; }
td {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
border-collapse: collapse !important; }
table, tr, td {
padding: 0;
vertical-align: top;
text-align: left; }
@media only screen {
html {
min-height: 100%;
background: #f3f3f3; } }
table.body {
background: #f3f3f3;
height: 100%;
width: 100%; }
table.container {
background: #fefefe;
width: 600px;
margin: 0 auto;
Margin: 0 auto;
text-align: inherit; }
table.row {
padding: 0;
width: 100%;
position: relative; }
table.spacer {
width: 100%; }
table.spacer td {
mso-line-height-rule: exactly; }
table.container table.row {
display: table; }
th.columns {
margin: 0 auto;
Margin: 0 auto;
padding-left: 16px;
padding-bottom: 16px; }
th.columns.last {
padding-right: 16px; }
th.columns table:not(.button) {
width: 100%; }
th.large-4 {
width: 184px;
padding-left: 8px;
padding-right: 8px; }
th.large-4.first {
padding-left: 16px; }
th.large-4.last {
padding-right: 16px; }
th.large-5 {
width: 234px;
padding-left: 8px;
padding-right: 8px; }
th.large-5.last {
padding-right: 16px; }
th.large-6 {
width: 284px;
padding-left: 8px;
padding-right: 8px; }
th.large-6.first {
padding-left: 16px; }
th.large-6.last {
padding-right: 16px; }
th.large-7 {
width: 334px;
padding-left: 8px;
padding-right: 8px; }
th.large-7.first {
padding-left: 16px; }
th.large-7.last {
padding-right: 16px; }
th.large-12 {
width: 584px;
padding-left: 8px;
padding-right: 8px; }
th.large-12.first {
padding-left: 16px; }
th.large-12.last {
padding-right: 16px; }
th.large-12 center {
min-width: 552px; }
th.expander {
visibility: hidden;
width: 0;
padding: 0 !important; }
p.text-left {
text-align: left; }
p.text-right {
text-align: right; }
img.float-left {
float: left;
text-align: left; }
img.float-right {
float: right;
text-align: right; }
img.float-center {
margin: 0 auto;
Margin: 0 auto;
float: none;
text-align: center; }
table.float-center {
margin: 0 auto;
Margin: 0 auto;
float: none;
text-align: center; }
body,
table.body,
h1,
h2,
h3,
p,
td,
th,
a {
color: #0a0a0a;
font-family: "Noto Sans", sans-serif;
font-weight: normal;
padding: 0;
margin: 0;
Margin: 0;
text-align: left;
line-height: 1.3; }
h1,
h2,
h3 {
color: inherit;
word-wrap: normal;
font-family: "Noto Sans", sans-serif;
font-weight: normal;
margin-bottom: 10px;
Margin-bottom: 10px; }
h1 {
font-size: 32px; }
h2 {
font-size: 30px; }
h3 {
font-size: 28px; }
body,
table.body,
p,
td,
th {
font-size: 16px;
line-height: 1.3; }
p {
margin-bottom: 10px;
Margin-bottom: 10px; }
a {
color: #e20074;
text-decoration: none; }
a:hover {
color: #af005a; }
a:active {
color: #af005a; }
a:visited {
color: #e20074; }
span.preheader {
display: none !important;
visibility: hidden;
mso-hide: all !important;
font-size: 1px;
color: #f3f3f3;
line-height: 1px;
max-height: 0px;
max-width: 0px;
opacity: 0;
overflow: hidden; }
table.button {
width: auto;
margin: 0 0 16px 0;
Margin: 0 0 16px 0; }
table.button table td {
text-align: left;
color: #fefefe;
background: #e20074;
border: 2px solid #e20074; }
table.button table td a {
font-family: "Noto Sans", sans-serif;
font-size: 16px;
font-weight: bold;
color: #fefefe;
text-decoration: none;
display: inline-block;
padding: 8px 16px 8px 16px;
border: 0 solid #e20074;
border-radius: 3px; }
table.button:hover table tr td a,
table.button:active table tr td a,
table.button table tr td a:visited {
color: #fefefe; }
table.button:hover table td,
table.button:visited table td,
table.button:active table td {
background: #af005a;
color: #fefefe; }
table.button:hover table a,
table.button:visited table a,
table.button:active table a {
border: 0 solid #af005a; }
@media only screen and (max-width: 616px) {
table.body img {
width: auto;
height: auto; }
table.body center {
min-width: 0 !important; }
table.body .container {
width: 95% !important; }
table.body .columns {
height: auto !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: 16px !important;
padding-right: 16px !important; }
th.small-12 {
display: inline-block !important;
width: 100% !important; } }
.heroimage {
padding-top: 25px;
padding-bottom: 25px;
background-size: cover; }
.heroimage .wrapper-inner {
padding-top: 10px;
padding-bottom: 20px;
padding-right: 10px;
padding-left: 20px; }
.heroimage h1 {
padding-top: 10px;
color: #fefefe; }
.heroimage span {
padding-top: 10px;
color: #fefefe;
text-align: left; }
.more-money {
background-color: #fefefe; }
.more-interest h2 {
color: #e20074;
text-align: center;
font-weight: bold;
padding-top: 10px; }
.more-interest p {
color: #0a0a0a;
text-align: center; }
.background-color {
background: #f3f3f3; }
.custom-btn {
align-items: left; }
.heroimage {
background-size: cover;
height: 25vh; }
.heroimage h3 {
padding-top: 15px;
font-family: "Noto Sans", sans-serif;
text-align: center;
color: #fefefe; }
.heroimage p {
text-align: center;
color: #fefefe; }
.privacy p {
color: #a0a1a3;
font-size: 10px; }
.footer-text-columns {
background: #0a0a0a;
background-color: #0a0a0a; }
.footer-text-columns h3 {
padding-top: 5px;
align-items: flex-start;
font-weight: bold;
color: #fefefe; }
.footer-bottom {
background: #0a0a0a;
background-color: #0a0a0a;
padding-bottom: 10px; }
.footer-bottom p {
color: #fefefe;
font-weight: bold; } | 0.386532 | 0.084455 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
/*fonts end*/
/*variables start*/
/*variables end*/
* {
margin: 0;
padding: 0;
box-sizing: border-box;
outline: none;
}
html {
font-size: 10px;
scroll-behavior: smooth;
}
body {
line-height: 1.5;
font-family: "Montserrat", sans-serif;
font-weight: 300;
color: #c8c8c8;
cursor: default;
overflow-x: hidden;
}
a {
text-decoration: none;
color: inherit;
}
h1 {
font-weight: 700;
color: #ffffff;
}
h2 {
font-weight: 600;
color: #ffffff;
}
h3,
h4,
h5,
h6 {
font-weight: 500;
color: #ffffff;
}
p {
font-size: 1.7rem;
}
.padding-30 {
padding: 30px 0 0;
}
.padding-50 {
padding: 50px 0 0;
}
.padding-80 {
padding: 80px 0 0;
}
/*mixins start*/
/*mixins end*/
/*btn style start*/
.btn {
display: inline-block;
padding: 1rem 3rem;
border-radius: 25px;
color: #eaa023;
border: none;
font-size: 1.6rem;
font-family: inherit;
text-transform: capitalize;
font-weight: 500;
transition: 0.3s ease-in-out;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn-main {
border: 2px solid #eaa023;
}
.btn-main:hover {
color: #ffffff;
background-color: #eaa023;
}
/*btn style end*/
/*header start*/
.header {
width: 100%;
position: fixed;
left: 0;
top: 0;
padding: 1rem 0;
background-color: transparent;
z-index: 99;
}
.header:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #191f3a;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
z-index: -1;
transition: transform 0.5s ease-in-out;
transform: translateY(-100%);
}
.header__container {
max-width: 1170px;
margin: 0 auto;
}
.header__container__inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.header__container__inner__logo {
padding: 0 1.5rem;
display: flex;
align-items: center;
color: #eaa023;
font-size: 4rem;
font-family: "Dancing Script", cursive;
}
.header__container__inner__btn {
height: 34px;
width: 44px;
margin-right: 1.5rem;
cursor: pointer;
border: none;
background-color: transparent;
display: flex;
justify-content: center;
align-items: center;
}
.header__container__inner__btn span {
width: 30px;
height: 2px;
display: block;
background-color: #ffffff;
position: relative;
}
.header__container__inner__btn span:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #ffffff;
transform: translateY(-8px);
}
.header__container__inner__btn span:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #ffffff;
transform: translateY(8px);
}
.header__container__inner__nav {
position: fixed;
right: 0;
top: 0;
height: 100%;
background-color: #191f3a;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
overflow-y: auto;
padding: 8rem 0 4rem;
transition: transform 0.5s ease-in-out;
transform: translateX(100%);
}
.header__container__inner__nav a {
display: block;
font-size: 2.5rem;
color: #ffffff;
padding: 1rem 3rem;
text-transform: capitalize;
text-align: end;
transition: color 0.3s ease-in-out;
}
.header__container__inner__nav a:hover {
color: #eaa023;
}
.header.sticky:before {
transform: translateY(0%);
}
.nav.open {
transform: translateX(0%);
}
.navBtn.active {
position: absolute;
right: 0;
z-index: 99;
}
.navBtn.active span {
background-color: transparent;
transition: background-color 0.3s ease-in-out;
}
.navBtn.active span:before {
transform: rotate(45deg);
transition: transform 0.5s ease-in-out;
}
.navBtn.active span:after {
transform: rotate(-45deg);
transition: transform 0.5s ease-in-out;
}
/*header end*/
/*home start*/
.home {
position: relative;
overflow: hidden;
}
.home:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #000000;
opacity: 0.7;
z-index: -1;
}
.home__bg {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-image: url("../images/hero-bg.jpg");
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: -2;
}
.home__container {
max-width: 1170px;
margin: 0 auto;
}
.home__container__inner {
min-height: 100vh;
padding: 100px 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.home__container__inner__txt {
padding: 0 1.5rem;
max-width: 700px;
width: 100%;
margin: auto;
text-align: center;
}
.home__container__inner__txt h1 {
margin-bottom: 0.5rem;
font-family: "Dancing Script", cursive;
font-size: 7rem;
line-height: 75px;
text-transform: capitalize;
}
.home__container__inner__txt p {
margin: 2rem 0 3rem;
}
.home__container__inner__txt__btn {
margin: 2rem;
}
/*home end*/
/* about start*/
.about {
background-color: #0c1023;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.about__container {
max-width: 1170px;
margin: 0 auto;
}
.about__container__inner {
display: flex;
flex-wrap: wrap;
}
.about__container__inner__title {
width: 100%;
font-size: 3.5rem;
text-transform: capitalize;
text-align: center;
margin-bottom: 6rem;
}
.about__container__inner__title h2:before {
content: attr(data-title);
display: block;
font-size: 2.5rem;
color: #eaa023;
font-family: "Dancing Script", cursive;
font-weight: 400;
text-transform: capitalize;
}
.about__container__grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.about__container__grid__txt {
flex-grow: 9999;
flex-basis: 15rem;
padding-right: 2rem;
}
.about__container__grid__txt h3 {
font-size: 3rem;
text-transform: capitalize;
margin: 0 0 15px;
}
.about__container__grid__txt p {
margin: 0 0 15px;
}
.about__container__grid__txt__btn {
margin: 15px 0 30px;
}
.about__container__grid__img {
flex-grow: 1;
}
.about__container__grid__img img {
width: 500px;
max-width: 100%;
height: auto;
border-radius: 10px;
}
/*about end*/
/*menu start*/
.menu {
background-color: #0c1023;
padding-left: 1.5rem;
padding-right: 1.5rem;
cursor: default;
}
.menu__container {
max-width: 1170px;
margin: 0 auto;
}
.menu__container__inner {
display: flex;
flex-wrap: wrap;
}
.menu__container__inner__title {
width: 100%;
font-size: 3.5rem;
text-transform: capitalize;
text-align: center;
margin-bottom: 4rem;
}
.menu__container__inner__title h2:before {
content: attr(data-title);
display: block;
font-size: 2.5rem;
color: #eaa023;
font-family: "Dancing Script", cursive;
font-weight: 400;
text-transform: capitalize;
}
.menu__container__inner__tabs {
width: 100%;
text-align: center;
}
.menu__container__inner__tabs__item {
margin: 0 1.5rem 1rem;
color: #ffffff;
font-size: 2rem;
font-weight: 500;
border: none;
background-color: transparent;
cursor: pointer;
transition: color 0.3s ease-in-out;
}
.menu__container__inner__content {
width: 50%;
margin: 2rem 0;
padding: 20px 15px;
position: relative;
display: none;
}
.menu__container__inner__content__img img {
border-radius: 10px;
}
.menu__container__inner__content__item {
width: 100%;
padding: 0 2rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.menu__container__inner__content__item h3 {
font-size: 2rem;
transition: 0.3s ease-in-out;
}
.menu__container__inner__content__item h3:hover {
color: #eaa023;
}
.menu__container__inner__content__item p {
font-weight: 500;
color: #eaa023;
}
.menu__container__inner__content:after {
content: "";
position: absolute;
left: 15px;
right: 15px;
bottom: 0;
border-bottom: 2px dashed #191f3a;
}
.menu__container__inner__content:nth-last-of-type(2):after {
border: none;
}
.menu__container__inner__content:nth-last-of-type(1):after {
border: none;
}
.active {
color: #eaa023;
}
.show {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
/*menu end*/
/*testimonials start*/
.testimonials {
background-color: #0c1023;
}
.testimonials__container {
max-width: 1170px;
margin: 0 auto;
}
.testimonials__container__inner {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.testimonials__container__inner__title {
width: 100%;
font-size: 3.5rem;
text-transform: capitalize;
text-align: center;
}
.testimonials__container__inner__title h2:before {
content: attr(data-title);
display: block;
font-size: 2.5rem;
color: #eaa023;
font-family: "Dancing Script", cursive;
font-weight: 400;
text-transform: capitalize;
}
.testimonials__container__inner__slideshow {
position: relative;
height: auto;
width: 60rem;
margin: 2rem auto;
padding: 2rem;
background-color: #191f3a;
border-radius: 10px;
}
.testimonials__container__inner__slideshow__slide {
display: none;
text-align: center;
}
.testimonials__container__inner__slideshow__slide h3 {
padding: 0 5rem;
height: 10rem;
font-size: 2.5rem;
font-weight: 400;
display: flex;
align-items: center;
justify-content: center;
}
.testimonials__container__inner__slideshow__slide p {
padding: 1.5rem 0;
font-weight: 300;
}
.testimonials__container__inner__slideshow__slide i {
color: #eaa023;
font-size: 1.5rem;
}
.testimonials__container__inner__slideshow__prev {
cursor: pointer;
position: absolute;
top: 50%;
left: 0;
width: auto;
margin-top: -30px;
padding: 16px;
color: #c8c8c8;
font-weight: bold;
font-size: 20px;
border-radius: 0 3px 3px 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: 0.3s ease-in-out;
}
.testimonials__container__inner__slideshow__prev:hover {
color: #eaa023;
}
.testimonials__container__inner__slideshow__next {
cursor: pointer;
position: absolute;
top: 50%;
right: 0;
width: auto;
margin-top: -30px;
padding: 16px;
color: #c8c8c8;
font-weight: bold;
font-size: 20px;
border-radius: 3px 0 0 3px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: 0.3s ease-in-out;
}
.testimonials__container__inner__slideshow__next:hover {
color: #eaa023;
}
.testimonials__container__inner__dot {
text-align: center;
}
.testimonials__container__inner__dot__item {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #191f3a;
border-radius: 50%;
display: inline-block;
transition: background-color 0.5s ease-in-out;
}
.testimonials__container__inner__dot__item:hover {
background-color: #eaa023;
}
.activeTestimonials {
background-color: #eaa023;
}
/*testimonials end*/
/*reservations start*/
.reservations {
padding-bottom: 80px;
background-color: #0c1023;
}
.reservations__container {
max-width: 1170px;
margin: 0 auto;
}
.reservations__container__inner {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.reservations__container__inner__title {
width: 100%;
font-size: 3.5rem;
text-transform: capitalize;
text-align: center;
}
.reservations__container__inner__title h2:before {
content: attr(data-title);
display: block;
font-size: 2.5rem;
color: #eaa023;
font-family: "Dancing Script", cursive;
font-weight: 400;
text-transform: capitalize;
}
.reservations__container__inner__txt {
width: 100%;
padding: 5rem 0;
text-align: center;
font-size: 2rem;
}
.reservations__container__inner__form {
padding: 3rem;
background-color: #191f3a;
border-radius: 10px;
}
.reservations__container__inner__form__row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.reservations__container__inner__form__row__item {
display: flex;
flex-direction: column;
justify-content: center;
margin: 2rem;
}
.reservations__container__inner__form__row__item label {
font-size: 2rem;
padding: 0 0 1rem;
text-transform: capitalize;
}
.reservations__container__inner__form__row__item input {
font-size: 1.5rem;
padding: 1rem 0.5rem;
border-radius: 10px;
border: 2px solid transparent;
}
.reservations__container__inner__form__row__item input:focus {
outline: none;
border: 2px solid #eaa023;
}
.reservations__container__inner__form__row__item select {
padding: 0.5rem 0 0.5rem;
padding-left: 0.5rem;
padding-right: 5rem;
font-size: 1.5rem;
}
.reservations__container__inner__form__row__item textarea {
width: 30rem;
height: 10rem;
padding: 1rem 0.5rem;
font-size: 1.5rem;
font-family: "Montserrat", sans-serif;
resize: vertical;
border-radius: 10px;
border: 2px solid transparent;
}
.reservations__container__inner__form__row__item textarea:focus {
outline: none;
border: 2px solid #eaa023;
}
.reservations__container__inner__form__btn {
margin: 3rem 0 0;
display: flex;
justify-content: center;
}
.reservations__container__inner__form__btn input {
padding: 1rem 5rem;
text-transform: uppercase;
font-size: 2.5rem;
letter-spacing: 2px;
border-radius: 50px;
background: none;
border: 1px solid #eaa023;
color: #eaa023;
cursor: pointer;
transition: 0.3s ease-in-out;
}
.reservations__container__inner__form__btn input:hover {
background-color: #eaa023;
color: #ffffff;
}
/*reservations end*/
/*footer start*/
.footer {
position: relative;
background-image: url(../images/footer-bg.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center;
z-index: 1;
}
.footer:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: black;
opacity: 0.8;
z-index: -1;
}
.footer__container {
max-width: 1170px;
margin: 0 auto;
}
.footer__container__inner {
display: flex;
flex-wrap: wrap;
padding-bottom: 80px;
justify-content: space-around;
text-align: center;
}
.footer__container__inner__item h3 {
padding: 1rem 0;
font-size: 2.5rem;
text-transform: capitalize;
}
.footer__container__inner__item p {
padding: 0.5rem 0;
}
.footer__container__inner__item i {
margin: 1rem;
font-size: 2rem;
transition: 0.3s ease-in-out;
}
.footer__container__inner__item i:hover {
color: #eaa023;
}
.footer__container__bottom {
text-align: center;
}
.footer__container__bottom__copyright {
width: 100%;
padding: 1.5rem 0;
border-top: 1px solid #ffffff;
}
/*footer end*/
/*media queries start*/
@media only screen and (max-width: 1024px) {
html {
font-size: 8.5px;
}
.about__container__grid {
display: flex;
flex-direction: column;
align-items: center;
}
.about__container__grid__txt {
text-align: center;
}
}
@media only screen and (max-width: 780px) {
html {
font-size: 7.5px;
}
.menu__container__inner__content__item {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.testimonials__container__inner__slideshow {
width: 95%;
margin: 2rem auto;
}
.reservations__container__inner__form {
width: 90%;
margin: 0 auto;
}
.reservations__container__inner__form__row {
display: flex;
flex-direction: column;
}
.footer__container__inner {
display: flex;
flex-direction: column;
}
.footer__container__inner__item {
padding: 2rem 0;
}
}
/*media queries end*//*# sourceMappingURL=style.css.map */ | public/steaking/styles/style.css | @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");
/*fonts end*/
/*variables start*/
/*variables end*/
* {
margin: 0;
padding: 0;
box-sizing: border-box;
outline: none;
}
html {
font-size: 10px;
scroll-behavior: smooth;
}
body {
line-height: 1.5;
font-family: "Montserrat", sans-serif;
font-weight: 300;
color: #c8c8c8;
cursor: default;
overflow-x: hidden;
}
a {
text-decoration: none;
color: inherit;
}
h1 {
font-weight: 700;
color: #ffffff;
}
h2 {
font-weight: 600;
color: #ffffff;
}
h3,
h4,
h5,
h6 {
font-weight: 500;
color: #ffffff;
}
p {
font-size: 1.7rem;
}
.padding-30 {
padding: 30px 0 0;
}
.padding-50 {
padding: 50px 0 0;
}
.padding-80 {
padding: 80px 0 0;
}
/*mixins start*/
/*mixins end*/
/*btn style start*/
.btn {
display: inline-block;
padding: 1rem 3rem;
border-radius: 25px;
color: #eaa023;
border: none;
font-size: 1.6rem;
font-family: inherit;
text-transform: capitalize;
font-weight: 500;
transition: 0.3s ease-in-out;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn-main {
border: 2px solid #eaa023;
}
.btn-main:hover {
color: #ffffff;
background-color: #eaa023;
}
/*btn style end*/
/*header start*/
.header {
width: 100%;
position: fixed;
left: 0;
top: 0;
padding: 1rem 0;
background-color: transparent;
z-index: 99;
}
.header:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #191f3a;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
z-index: -1;
transition: transform 0.5s ease-in-out;
transform: translateY(-100%);
}
.header__container {
max-width: 1170px;
margin: 0 auto;
}
.header__container__inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.header__container__inner__logo {
padding: 0 1.5rem;
display: flex;
align-items: center;
color: #eaa023;
font-size: 4rem;
font-family: "Dancing Script", cursive;
}
.header__container__inner__btn {
height: 34px;
width: 44px;
margin-right: 1.5rem;
cursor: pointer;
border: none;
background-color: transparent;
display: flex;
justify-content: center;
align-items: center;
}
.header__container__inner__btn span {
width: 30px;
height: 2px;
display: block;
background-color: #ffffff;
position: relative;
}
.header__container__inner__btn span:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #ffffff;
transform: translateY(-8px);
}
.header__container__inner__btn span:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #ffffff;
transform: translateY(8px);
}
.header__container__inner__nav {
position: fixed;
right: 0;
top: 0;
height: 100%;
background-color: #191f3a;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
overflow-y: auto;
padding: 8rem 0 4rem;
transition: transform 0.5s ease-in-out;
transform: translateX(100%);
}
.header__container__inner__nav a {
display: block;
font-size: 2.5rem;
color: #ffffff;
padding: 1rem 3rem;
text-transform: capitalize;
text-align: end;
transition: color 0.3s ease-in-out;
}
.header__container__inner__nav a:hover {
color: #eaa023;
}
.header.sticky:before {
transform: translateY(0%);
}
.nav.open {
transform: translateX(0%);
}
.navBtn.active {
position: absolute;
right: 0;
z-index: 99;
}
.navBtn.active span {
background-color: transparent;
transition: background-color 0.3s ease-in-out;
}
.navBtn.active span:before {
transform: rotate(45deg);
transition: transform 0.5s ease-in-out;
}
.navBtn.active span:after {
transform: rotate(-45deg);
transition: transform 0.5s ease-in-out;
}
/*header end*/
/*home start*/
.home {
position: relative;
overflow: hidden;
}
.home:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #000000;
opacity: 0.7;
z-index: -1;
}
.home__bg {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-image: url("../images/hero-bg.jpg");
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: -2;
}
.home__container {
max-width: 1170px;
margin: 0 auto;
}
.home__container__inner {
min-height: 100vh;
padding: 100px 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.home__container__inner__txt {
padding: 0 1.5rem;
max-width: 700px;
width: 100%;
margin: auto;
text-align: center;
}
.home__container__inner__txt h1 {
margin-bottom: 0.5rem;
font-family: "Dancing Script", cursive;
font-size: 7rem;
line-height: 75px;
text-transform: capitalize;
}
.home__container__inner__txt p {
margin: 2rem 0 3rem;
}
.home__container__inner__txt__btn {
margin: 2rem;
}
/*home end*/
/* about start*/
.about {
background-color: #0c1023;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.about__container {
max-width: 1170px;
margin: 0 auto;
}
.about__container__inner {
display: flex;
flex-wrap: wrap;
}
.about__container__inner__title {
width: 100%;
font-size: 3.5rem;
text-transform: capitalize;
text-align: center;
margin-bottom: 6rem;
}
.about__container__inner__title h2:before {
content: attr(data-title);
display: block;
font-size: 2.5rem;
color: #eaa023;
font-family: "Dancing Script", cursive;
font-weight: 400;
text-transform: capitalize;
}
.about__container__grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.about__container__grid__txt {
flex-grow: 9999;
flex-basis: 15rem;
padding-right: 2rem;
}
.about__container__grid__txt h3 {
font-size: 3rem;
text-transform: capitalize;
margin: 0 0 15px;
}
.about__container__grid__txt p {
margin: 0 0 15px;
}
.about__container__grid__txt__btn {
margin: 15px 0 30px;
}
.about__container__grid__img {
flex-grow: 1;
}
.about__container__grid__img img {
width: 500px;
max-width: 100%;
height: auto;
border-radius: 10px;
}
/*about end*/
/*menu start*/
.menu {
background-color: #0c1023;
padding-left: 1.5rem;
padding-right: 1.5rem;
cursor: default;
}
.menu__container {
max-width: 1170px;
margin: 0 auto;
}
.menu__container__inner {
display: flex;
flex-wrap: wrap;
}
.menu__container__inner__title {
width: 100%;
font-size: 3.5rem;
text-transform: capitalize;
text-align: center;
margin-bottom: 4rem;
}
.menu__container__inner__title h2:before {
content: attr(data-title);
display: block;
font-size: 2.5rem;
color: #eaa023;
font-family: "Dancing Script", cursive;
font-weight: 400;
text-transform: capitalize;
}
.menu__container__inner__tabs {
width: 100%;
text-align: center;
}
.menu__container__inner__tabs__item {
margin: 0 1.5rem 1rem;
color: #ffffff;
font-size: 2rem;
font-weight: 500;
border: none;
background-color: transparent;
cursor: pointer;
transition: color 0.3s ease-in-out;
}
.menu__container__inner__content {
width: 50%;
margin: 2rem 0;
padding: 20px 15px;
position: relative;
display: none;
}
.menu__container__inner__content__img img {
border-radius: 10px;
}
.menu__container__inner__content__item {
width: 100%;
padding: 0 2rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.menu__container__inner__content__item h3 {
font-size: 2rem;
transition: 0.3s ease-in-out;
}
.menu__container__inner__content__item h3:hover {
color: #eaa023;
}
.menu__container__inner__content__item p {
font-weight: 500;
color: #eaa023;
}
.menu__container__inner__content:after {
content: "";
position: absolute;
left: 15px;
right: 15px;
bottom: 0;
border-bottom: 2px dashed #191f3a;
}
.menu__container__inner__content:nth-last-of-type(2):after {
border: none;
}
.menu__container__inner__content:nth-last-of-type(1):after {
border: none;
}
.active {
color: #eaa023;
}
.show {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
/*menu end*/
/*testimonials start*/
.testimonials {
background-color: #0c1023;
}
.testimonials__container {
max-width: 1170px;
margin: 0 auto;
}
.testimonials__container__inner {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.testimonials__container__inner__title {
width: 100%;
font-size: 3.5rem;
text-transform: capitalize;
text-align: center;
}
.testimonials__container__inner__title h2:before {
content: attr(data-title);
display: block;
font-size: 2.5rem;
color: #eaa023;
font-family: "Dancing Script", cursive;
font-weight: 400;
text-transform: capitalize;
}
.testimonials__container__inner__slideshow {
position: relative;
height: auto;
width: 60rem;
margin: 2rem auto;
padding: 2rem;
background-color: #191f3a;
border-radius: 10px;
}
.testimonials__container__inner__slideshow__slide {
display: none;
text-align: center;
}
.testimonials__container__inner__slideshow__slide h3 {
padding: 0 5rem;
height: 10rem;
font-size: 2.5rem;
font-weight: 400;
display: flex;
align-items: center;
justify-content: center;
}
.testimonials__container__inner__slideshow__slide p {
padding: 1.5rem 0;
font-weight: 300;
}
.testimonials__container__inner__slideshow__slide i {
color: #eaa023;
font-size: 1.5rem;
}
.testimonials__container__inner__slideshow__prev {
cursor: pointer;
position: absolute;
top: 50%;
left: 0;
width: auto;
margin-top: -30px;
padding: 16px;
color: #c8c8c8;
font-weight: bold;
font-size: 20px;
border-radius: 0 3px 3px 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: 0.3s ease-in-out;
}
.testimonials__container__inner__slideshow__prev:hover {
color: #eaa023;
}
.testimonials__container__inner__slideshow__next {
cursor: pointer;
position: absolute;
top: 50%;
right: 0;
width: auto;
margin-top: -30px;
padding: 16px;
color: #c8c8c8;
font-weight: bold;
font-size: 20px;
border-radius: 3px 0 0 3px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: 0.3s ease-in-out;
}
.testimonials__container__inner__slideshow__next:hover {
color: #eaa023;
}
.testimonials__container__inner__dot {
text-align: center;
}
.testimonials__container__inner__dot__item {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #191f3a;
border-radius: 50%;
display: inline-block;
transition: background-color 0.5s ease-in-out;
}
.testimonials__container__inner__dot__item:hover {
background-color: #eaa023;
}
.activeTestimonials {
background-color: #eaa023;
}
/*testimonials end*/
/*reservations start*/
.reservations {
padding-bottom: 80px;
background-color: #0c1023;
}
.reservations__container {
max-width: 1170px;
margin: 0 auto;
}
.reservations__container__inner {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.reservations__container__inner__title {
width: 100%;
font-size: 3.5rem;
text-transform: capitalize;
text-align: center;
}
.reservations__container__inner__title h2:before {
content: attr(data-title);
display: block;
font-size: 2.5rem;
color: #eaa023;
font-family: "Dancing Script", cursive;
font-weight: 400;
text-transform: capitalize;
}
.reservations__container__inner__txt {
width: 100%;
padding: 5rem 0;
text-align: center;
font-size: 2rem;
}
.reservations__container__inner__form {
padding: 3rem;
background-color: #191f3a;
border-radius: 10px;
}
.reservations__container__inner__form__row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.reservations__container__inner__form__row__item {
display: flex;
flex-direction: column;
justify-content: center;
margin: 2rem;
}
.reservations__container__inner__form__row__item label {
font-size: 2rem;
padding: 0 0 1rem;
text-transform: capitalize;
}
.reservations__container__inner__form__row__item input {
font-size: 1.5rem;
padding: 1rem 0.5rem;
border-radius: 10px;
border: 2px solid transparent;
}
.reservations__container__inner__form__row__item input:focus {
outline: none;
border: 2px solid #eaa023;
}
.reservations__container__inner__form__row__item select {
padding: 0.5rem 0 0.5rem;
padding-left: 0.5rem;
padding-right: 5rem;
font-size: 1.5rem;
}
.reservations__container__inner__form__row__item textarea {
width: 30rem;
height: 10rem;
padding: 1rem 0.5rem;
font-size: 1.5rem;
font-family: "Montserrat", sans-serif;
resize: vertical;
border-radius: 10px;
border: 2px solid transparent;
}
.reservations__container__inner__form__row__item textarea:focus {
outline: none;
border: 2px solid #eaa023;
}
.reservations__container__inner__form__btn {
margin: 3rem 0 0;
display: flex;
justify-content: center;
}
.reservations__container__inner__form__btn input {
padding: 1rem 5rem;
text-transform: uppercase;
font-size: 2.5rem;
letter-spacing: 2px;
border-radius: 50px;
background: none;
border: 1px solid #eaa023;
color: #eaa023;
cursor: pointer;
transition: 0.3s ease-in-out;
}
.reservations__container__inner__form__btn input:hover {
background-color: #eaa023;
color: #ffffff;
}
/*reservations end*/
/*footer start*/
.footer {
position: relative;
background-image: url(../images/footer-bg.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center;
z-index: 1;
}
.footer:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: black;
opacity: 0.8;
z-index: -1;
}
.footer__container {
max-width: 1170px;
margin: 0 auto;
}
.footer__container__inner {
display: flex;
flex-wrap: wrap;
padding-bottom: 80px;
justify-content: space-around;
text-align: center;
}
.footer__container__inner__item h3 {
padding: 1rem 0;
font-size: 2.5rem;
text-transform: capitalize;
}
.footer__container__inner__item p {
padding: 0.5rem 0;
}
.footer__container__inner__item i {
margin: 1rem;
font-size: 2rem;
transition: 0.3s ease-in-out;
}
.footer__container__inner__item i:hover {
color: #eaa023;
}
.footer__container__bottom {
text-align: center;
}
.footer__container__bottom__copyright {
width: 100%;
padding: 1.5rem 0;
border-top: 1px solid #ffffff;
}
/*footer end*/
/*media queries start*/
@media only screen and (max-width: 1024px) {
html {
font-size: 8.5px;
}
.about__container__grid {
display: flex;
flex-direction: column;
align-items: center;
}
.about__container__grid__txt {
text-align: center;
}
}
@media only screen and (max-width: 780px) {
html {
font-size: 7.5px;
}
.menu__container__inner__content__item {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.testimonials__container__inner__slideshow {
width: 95%;
margin: 2rem auto;
}
.reservations__container__inner__form {
width: 90%;
margin: 0 auto;
}
.reservations__container__inner__form__row {
display: flex;
flex-direction: column;
}
.footer__container__inner {
display: flex;
flex-direction: column;
}
.footer__container__inner__item {
padding: 2rem 0;
}
}
/*media queries end*//*# sourceMappingURL=style.css.map */ | 0.321353 | 0.0713 |
body{
background-image: url(https://images4.alphacoders.com/775/thumb-1920-77548.jpg);
background-size: 100%;
}
#ProfileContainer{
background-color: #1565c0;
display: flex;
flex-flow: column;
align-items: center;
justify-content: space-around;
height: 80vh;
border-radius: 20px;
}
.ImgProfile{
width: 15vw;
border-radius: 100%;
}
#DirectivosContainer{
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
#DirectivosGrid{
width: 100%;
height: max-content;
margin:0% 10% 0% 10%;
background-color: #2D3A3A;
display: grid;
grid-template-columns: 30% 70%;
grid-template-rows: 1fr;
border-radius: 20px;
}
#ProfileCont{
grid-column: 1/2;
grid-row: 1/2;
}
.Pprofile{
font-weight: bold;
}
.button2{
border: 0px solid;
border-radius: 16px;
box-shadow: 0 6px 5px 3px rgba(0, 0, 0, 0.7);
}
#CardsCont{
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr;
grid-column: 2/3;
grid-row: 1/2;
}
#Grupo1{
align-items: center;
justify-content: space-around;
display: flex;
grid-column: 1/2;
grid-row: 1/2;
}
#Grupo2{
align-items: center;
justify-content: space-around;
display: flex;
grid-column: 1/2;
grid-row: 2/3;
}
.CardS{
background-size: 100%;
width: 13vw;
height: 13vw;
border-radius: 50%;
cursor: pointer;
transition:all 700ms;
box-shadow: 15px 15px 20px black !important;
}
.CardS:hover{
transition:all 700ms;
width: 12vw;
height: 12vw;
box-shadow: 10px 10px 10px black !important;
}
#DatosContainer{
padding: 1vw;
border-radius: 1vw;
background-color: white;
color: black;
}
.Direc1{
background: linear-gradient(50deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0.7) 70%, rgba(255,255,255,1) 100%);
width: 13vw;
height: 13vw;
}
.Direc2{
background: linear-gradient(280deg, rgba(0,57,64,0.9) 0%, rgb(150, 0, 150, 0.6) 60%, rgba(150,0,150,1) 100%);
width: 13vw;
height: 13vw;
}
.Direc3{
background: linear-gradient(280deg, rgba(0, 20, 90, 0.8) 0%, rgba(252,176,69,0.8) 50%, rgba(252,176,69,1) 100%);
width: 13vw;
height: 13vw;
}
.Direc4{
background: linear-gradient(40deg, rgba(131,58,180,0.6) 0%, rgba(253,29,29,0.6) 80%, rgba(252,176,69,0.9) 100%);
width: 13vw;
height: 13vw;
}
.icono{
width: 13vw;
transition: all 700ms;
}
.icono:hover{
width: 12vw;
transition: all 700ms;
}
.pIcono{
font-size: 1.2vw;
text-align: center;
}
@media(max-width: 600px){
#CardsCont{
grid-template-columns: 1fr 1fr;
grid-template-rows: 80vh;
}
#Grupo1{
flex-flow: column;
grid-column: 1/2;
grid-row: 1/2;
}
#Grupo2{
flex-flow: column;
grid-column: 2/3;
grid-row: 1/2;
}
.CardS{
width: 18vh;
height: 18vh;
}
.ImgProfile{
margin:0 0 0 3px;
width: 10vh;
border-radius: 100%;
}
.Pprofile{
margin:0 3px 0 3px;
}
#DirectivosContainer{
display: block;
}
#ProfileContainer{
height: 20vh;
flex-flow: initial;
}
#DirectivosGrid{
margin:0;
grid-template-columns: 1fr;
grid-template-rows: max-content max-content;
}
#ProfileCont{
grid-column: 1/2;
grid-row: 1/2;
}
#CardsCont{
grid-column: 1/2;
grid-row: 2/3;
}
}
@media(max-width: 560px){
.button2{
font-size: 12px;
}
} | frontend/src/Styles/Directivos.css | body{
background-image: url(https://images4.alphacoders.com/775/thumb-1920-77548.jpg);
background-size: 100%;
}
#ProfileContainer{
background-color: #1565c0;
display: flex;
flex-flow: column;
align-items: center;
justify-content: space-around;
height: 80vh;
border-radius: 20px;
}
.ImgProfile{
width: 15vw;
border-radius: 100%;
}
#DirectivosContainer{
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
#DirectivosGrid{
width: 100%;
height: max-content;
margin:0% 10% 0% 10%;
background-color: #2D3A3A;
display: grid;
grid-template-columns: 30% 70%;
grid-template-rows: 1fr;
border-radius: 20px;
}
#ProfileCont{
grid-column: 1/2;
grid-row: 1/2;
}
.Pprofile{
font-weight: bold;
}
.button2{
border: 0px solid;
border-radius: 16px;
box-shadow: 0 6px 5px 3px rgba(0, 0, 0, 0.7);
}
#CardsCont{
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr;
grid-column: 2/3;
grid-row: 1/2;
}
#Grupo1{
align-items: center;
justify-content: space-around;
display: flex;
grid-column: 1/2;
grid-row: 1/2;
}
#Grupo2{
align-items: center;
justify-content: space-around;
display: flex;
grid-column: 1/2;
grid-row: 2/3;
}
.CardS{
background-size: 100%;
width: 13vw;
height: 13vw;
border-radius: 50%;
cursor: pointer;
transition:all 700ms;
box-shadow: 15px 15px 20px black !important;
}
.CardS:hover{
transition:all 700ms;
width: 12vw;
height: 12vw;
box-shadow: 10px 10px 10px black !important;
}
#DatosContainer{
padding: 1vw;
border-radius: 1vw;
background-color: white;
color: black;
}
.Direc1{
background: linear-gradient(50deg, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0.7) 70%, rgba(255,255,255,1) 100%);
width: 13vw;
height: 13vw;
}
.Direc2{
background: linear-gradient(280deg, rgba(0,57,64,0.9) 0%, rgb(150, 0, 150, 0.6) 60%, rgba(150,0,150,1) 100%);
width: 13vw;
height: 13vw;
}
.Direc3{
background: linear-gradient(280deg, rgba(0, 20, 90, 0.8) 0%, rgba(252,176,69,0.8) 50%, rgba(252,176,69,1) 100%);
width: 13vw;
height: 13vw;
}
.Direc4{
background: linear-gradient(40deg, rgba(131,58,180,0.6) 0%, rgba(253,29,29,0.6) 80%, rgba(252,176,69,0.9) 100%);
width: 13vw;
height: 13vw;
}
.icono{
width: 13vw;
transition: all 700ms;
}
.icono:hover{
width: 12vw;
transition: all 700ms;
}
.pIcono{
font-size: 1.2vw;
text-align: center;
}
@media(max-width: 600px){
#CardsCont{
grid-template-columns: 1fr 1fr;
grid-template-rows: 80vh;
}
#Grupo1{
flex-flow: column;
grid-column: 1/2;
grid-row: 1/2;
}
#Grupo2{
flex-flow: column;
grid-column: 2/3;
grid-row: 1/2;
}
.CardS{
width: 18vh;
height: 18vh;
}
.ImgProfile{
margin:0 0 0 3px;
width: 10vh;
border-radius: 100%;
}
.Pprofile{
margin:0 3px 0 3px;
}
#DirectivosContainer{
display: block;
}
#ProfileContainer{
height: 20vh;
flex-flow: initial;
}
#DirectivosGrid{
margin:0;
grid-template-columns: 1fr;
grid-template-rows: max-content max-content;
}
#ProfileCont{
grid-column: 1/2;
grid-row: 1/2;
}
#CardsCont{
grid-column: 1/2;
grid-row: 2/3;
}
}
@media(max-width: 560px){
.button2{
font-size: 12px;
}
} | 0.552781 | 0.162048 |
body{
background:white;
}
.topo{
height:200px;
background:#776263;
}
.logo{
padding-top:28px;
position:relative;
left:-170px;
bottom:5px;
}
.plaquinha{
padding-top:45px;
position:relative;
left:210px;
bottom:5px;
}
.sistemalogo{
padding-top:44px;
position:relative;
left:106px;
bottom:15px;
}
.logincampo{
background:white;
margin-top:-125px;
position:relative;
height:30px;
left: 140px;
-moz-oz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
border: 3px solid #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:black;
}
.logincampo2{
background:white;
margin-top:-125px;
position:relative;
height:30px;
left: 130px;
-moz-oz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
border: 3px solid #000000;
}
.box{
margin-top:-100px;
position:relative;
background:#dadada;
height:200px;
margin-bottom:180px;
}
.texto{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:black;
text-align:center;
}
.botao{
background:#776263;
height:42px;
margin-top:-70px;
position:relative;
left:40px;
border: 3px solid #000000;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-size:30px;
}
nav ul{
margin:0;
padding:0;
list-style:none;
}
nav li{
float:left;
}
.menutopo a{
height:45px;
display:block;
background:#776263;
text-align:center;
-webkit-border-radius: 10px; /* site: border-radious */
-moz-border-radius: 10px; /* site: border-radious */
border-radius: 10px; /* site: border-radious */
color:white;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
position:relative;
padding-top:65px;
top:0px;
text-decoration:none;
}
.menutopo a:hover{
height:45px;
display:block;
background:#f1cdcc;
text-align:center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
color:white;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
position:relative;
padding-top:65px;
top:0px;
text-decoration:none;
}
.menu a{
text-decoration:none;
color:black;
}
.rodape{
background:#776263;
height:230px;
}
.menurodape ul{
margin:0;
padding:0;
list-style:none;
}
.menurodape li{
padding-right:25px;
font-size:16px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:white;
font-style:normal;
}
.menurodape a{
text-decoration:none;
color:white;
}
.menurodape a:hover{
text-decoration:underline;
color:#f1cdcc;
}
.endereco p{
font-size:16px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:white;
font-style:normal;
margin-bottom:-10px;
}
.rotuloform{
font-family:Arial, Helvetica, sans-serif;
font-size:25px;
color:#800203;
font-style:inherit;
}
input[type="text"]{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#999;
padding-left:10px;
height:30px;
background: #dadada;
border: none;
font-style:italic;
}
textarea{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:black;
padding-left:10px;
background:#dadada;
border: none;
}
select{
background:#dadada;
}
.sobrenos{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:black;
text-align:justify;
} | SISREF/sisref/client/css/estilo.css | body{
background:white;
}
.topo{
height:200px;
background:#776263;
}
.logo{
padding-top:28px;
position:relative;
left:-170px;
bottom:5px;
}
.plaquinha{
padding-top:45px;
position:relative;
left:210px;
bottom:5px;
}
.sistemalogo{
padding-top:44px;
position:relative;
left:106px;
bottom:15px;
}
.logincampo{
background:white;
margin-top:-125px;
position:relative;
height:30px;
left: 140px;
-moz-oz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
border: 3px solid #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:black;
}
.logincampo2{
background:white;
margin-top:-125px;
position:relative;
height:30px;
left: 130px;
-moz-oz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
border: 3px solid #000000;
}
.box{
margin-top:-100px;
position:relative;
background:#dadada;
height:200px;
margin-bottom:180px;
}
.texto{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:black;
text-align:center;
}
.botao{
background:#776263;
height:42px;
margin-top:-70px;
position:relative;
left:40px;
border: 3px solid #000000;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-size:30px;
}
nav ul{
margin:0;
padding:0;
list-style:none;
}
nav li{
float:left;
}
.menutopo a{
height:45px;
display:block;
background:#776263;
text-align:center;
-webkit-border-radius: 10px; /* site: border-radious */
-moz-border-radius: 10px; /* site: border-radious */
border-radius: 10px; /* site: border-radious */
color:white;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
position:relative;
padding-top:65px;
top:0px;
text-decoration:none;
}
.menutopo a:hover{
height:45px;
display:block;
background:#f1cdcc;
text-align:center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
color:white;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
position:relative;
padding-top:65px;
top:0px;
text-decoration:none;
}
.menu a{
text-decoration:none;
color:black;
}
.rodape{
background:#776263;
height:230px;
}
.menurodape ul{
margin:0;
padding:0;
list-style:none;
}
.menurodape li{
padding-right:25px;
font-size:16px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:white;
font-style:normal;
}
.menurodape a{
text-decoration:none;
color:white;
}
.menurodape a:hover{
text-decoration:underline;
color:#f1cdcc;
}
.endereco p{
font-size:16px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:white;
font-style:normal;
margin-bottom:-10px;
}
.rotuloform{
font-family:Arial, Helvetica, sans-serif;
font-size:25px;
color:#800203;
font-style:inherit;
}
input[type="text"]{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#999;
padding-left:10px;
height:30px;
background: #dadada;
border: none;
font-style:italic;
}
textarea{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:black;
padding-left:10px;
background:#dadada;
border: none;
}
select{
background:#dadada;
}
.sobrenos{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:black;
text-align:justify;
} | 0.200558 | 0.045628 |
footer,
header,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
/************ GENERAL STYLES **********/
/************ Fonts ***********/
/************ Colors *********/
body {
font-style: 62, 5%;
font-family: 'Lato', sans-serif;
font-weight: 300;
text-align: center;
color: #4b4a4a;
}
/*
* === GENERAL STYLES SHARED WITH PAGES
*/
h2 {
font-size: 2.5rem;
}
h3 {
font-size: 1.9rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.2rem;
}
.h4__color {
font-size: 1.4rem;
color: #0e2113;
text-transform: uppercase;
}
.header {
width: 100%;
z-index: 9999;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.header__scroll .header__logo {
height: 100px;
}
.header__scroll .nav__list {
margin: 0.5rem auto;
}
.page-content {
padding-top: 11.5rem;
}
.button {
border-radius: 10px;
border: none;
padding: 1rem 2rem;
font-size: 1.1rem;
cursor: pointer;
background-color: #5D2267;
color: white;
}
.button:hover {
background-color: #fff;
color: #5D2267;
border: 2px solid #5D2267;
}
.nav__link {
margin: auto 0.7rem;
font-size: 1.1rem;
}
.nav__link:link,
.nav__link:visited {
text-decoration: none;
color: #f9f7f7;
}
.nav__link:active {
color: #5D2267;
text-decoration: none;
}
.nav_list ul {
height: 500px;
}
.nav_list ul li {
padding: 10px;
}
.logo {
height: 150px;
width: 100px;
}
.main-content__wrapper {
max-width: 1400px;
margin: 0 auto;
}
.text__heading {
margin-bottom: 2rem;
}
.footer {
background: linear-gradient(to bottom right, #0e2113, #563635);
padding: 1.5rem 1rem 1.5rem 1rem;
color: #f9f7f7;
}
.footer__text {
line-height: 28px;
}
.footer__text h4 {
color: #A0A083;
font-size: 1.5rem;
margin-bottom: 0.6rem;
}
.footer__text p {
font-size: 1.1rem;
}
.copy {
font-size: 0.8rem;
opacity: 0.7;
margin-top: 3rem;
border-top: 1px solid rgba(255, 255, 255, 0.44);
padding-top: 1.2rem;
}
.created {
font-size: 0.8rem;
opacity: 0.7;
margin-top: 1rem;
}
/*********** HOMEPAGE STYLES *********/
/************* hero image *************/
.header--home {
box-shadow: none;
background: rgba(14, 8, 1, 0.87);
}
.hero {
background-image: url("../images/CC.jpg");
background-size: cover;
background-attachment: fixed;
height: 100vh;
position: relative;
}
.hero__text {
display: flex;
flex-direction: column;
width: 100%;
padding: 4rem 0rem;
position: absolute;
top: 45%;
transform: translate(-50%, -50%);
left: 50%;
}
.hero__text h1 {
font-size: 1.9rem;
text-transform: uppercase;
color: #f9f7f7;
}
.header__button {
background: transparent;
color: #f9f7f7;
border: 2px solid #f9f7f7;
margin-top: 2rem;
transition: 0.3s ease;
}
.header__button:hover {
background: #f9f7f7;
color: #4b4a4a;
}
/*
* === mission section===
*/
.mission {
margin: 5rem auto;
}
.mission__text {
background: #f9f7f7;
z-index: 1;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
padding: 3rem;
line-height: 2.3rem;
}
.mission__img {
display: none;
}
/*
* === icon tiles section===
*/
.main-tiles h3 {
margin: 6rem auto 2rem auto;
}
.main-tiles h4 {
display: inline-block;
color: #5D2267;
margin: 2rem auto;
padding-bottom: 2rem;
border-bottom: 1px solid white;
}
.main-tiles p {
font-size: 1.1rem;
}
.icon-tiles__tile {
padding: 4rem 2rem 6rem 2rem;
transition: 0.5s ease-in-out;
}
.icon-tiles__tile:nth-child(odd) h4 {
border-bottom: 1px solid #5D2267;
}
.icon-tiles__tile:nth-child(even) {
background: #5D2267;
}
.icon-tiles__tile:nth-child(even) h4,
.icon-tiles__tile:nth-child(even) p {
color: white;
}
.icon-tiles__img {
background-repeat: no-repeat;
background-size: contain;
background-position: center;
height: 80px;
}
.icon-tiles__img-one {
background-image: url("../icons/bouquet.svg");
}
.icon-tiles__img-two {
background-image: url("../icons/church-hover.svg");
}
.icon-tiles__img-three {
background-image: url("../icons/wedding-cake.svg");
}
.icon-tiles__img-four {
background-image: url("../icons/camera-hover.svg");
height: 70px;
}
/*
* === SECTION PORTFOLIO ===
*/
.portfolio h3 {
margin-top: 3rem;
}
.img {
height: 200px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
/*
* === CONTACT PAGE STYLES ===
*/
.contact {
margin-top: 15%;
}
.input-submit {
cursor: pointer;
}
.img-form {
height: 100%;
}
.image-form {
margin-left: -3%;
background-image: url("../images/bgcc.jpg");
background-repeat: no-repeat;
background-size: cover;
line-height: 70px;
color: black;
font: bold 24px/1 sans-serif;
}
.form_text {
margin-top: 50px;
text-align: center;
}
.form {
margin-top: 5%;
margin-bottom: 5%;
background: #f9f7f7;
z-index: 1;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
height: 70%;
font: 10px bold;
}
/********** SIGNIN *************/
.inscription {
margin-top: 30%;
}
/*********** LOGIN **************/
.connexion {
margin-top: 15%;
}
.img__connexion {
background-image: url("../images/img18.jpeg");
background-size: cover;
height: 30rem;
margin-left: -3%;
}
.form-check {
margin-right: 50%;
}
/********** FORUM **************/
.forum {
margin-top: 15%;
margin-bottom: 18%;
}
.text__reply {
margin-right: 150px;
}
.forum_img {
border: none;
}
.forum h2 {
margin-bottom: 10px;
color: #5D2267;
}
.forum a {
border-radius: 10px;
border: none;
padding: 1rem 2rem;
font-size: 1.1rem;
cursor: pointer;
background-color: #5D2267;
color: white;
text-decoration: none;
}
.forum a:hover {
background-color: white;
color: #5D2267;
border: 1px solid #5D2267;
}
.forum2 {
margin-top: 17%;
margin-bottom: 10%;
}
.forum2 .is-connected {
margin-left: 60%;
}
.forum2 .is-connected a:hover {
text-decoration: none;
color: #5D2267;
}
.btn {
border: none;
}
.reply_input {
display: none;
}
.reply_input_block {
display: block;
}
/***************Reset password****************/
.reset {
margin-top: 17%;
margin-bottom: 30%;
}
/*****************Modal****************/
.modal-top {
margin-top: 15%;
}
/*
* === MEDIA QUERIES ===
*/
@media screen and (min-width: 1087px) {
.nav_list {
margin-left: 17%;
}
.nav_list ul {
height: 70px;
}
.header__logo {
height: 100px;
width: 220px;
}
.logo--footer {
width: 220px;
height: 150px;
}
.hero__text {
top: 55%;
}
.mission__text {
width: 45%;
margin-right: -3rem;
height: 30rem;
font-size: 1.3rem;
}
.mission__img {
background-image: url("../images/couple2.jpeg");
background-position: center center;
background-size: cover;
height: 30rem;
margin-top: 10%;
width: 45%;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
display: block;
}
.hero__text h1 {
font-size: 2.9rem;
}
.inscription {
margin-top: 15%;
}
.img__signin {
background-image: url("../images/couple2.jpeg");
background-position: center center;
background-size: cover;
height: 30rem;
margin-left: -3%;
}
.nav__link {
font-size: 1.5rem;
}
.button {
font-size: 1.5rem;
}
.form_text {
margin-left: 10px;
margin-top: 80px;
}
.main-tiles p {
color: transparent;
}
.icon-tiles__tile {
margin: 0.5rem;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
height: 450px;
width: 350px;
}
.icon-tiles__tile:hover {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
width: 360px;
background: #5D2267;
}
.icon-tiles__img-two {
background-image: url("../icons/church.svg");
}
.icon-tiles__img-four {
background-image: url("../icons/camera.svg");
}
.icon-tiles__one:hover .icon-tiles__img-one {
background-image: url("../icons/bouquet-hover.svg");
}
.icon-tiles__two:hover .icon-tiles__img-two {
background-image: url("../icons/church-hover.svg");
}
.icon-tiles__three:hover .icon-tiles__img-three {
background-image: url("../icons/wedding-cake-hover.svg");
}
.icon-tiles__four:hover .icon-tiles__img-four {
background-image: url("../icons/camera-hover.svg");
}
.icon-tiles__tile:nth-child(odd) h4 {
border-bottom: none;
}
.icon-tiles__tile:nth-child(odd):hover h4 {
border-bottom: 1px solid #f9f7f7;
}
.icon-tiles__tile {
border-radius: 10px;
}
.icon-tiles__tile:hover h4,
.icon-tiles__tile:hover p {
color: #f9f7f7;
}
.icon-tiles__camera .img {
height: 30px;
}
} | public/assets/css/main.css |
footer,
header,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
/************ GENERAL STYLES **********/
/************ Fonts ***********/
/************ Colors *********/
body {
font-style: 62, 5%;
font-family: 'Lato', sans-serif;
font-weight: 300;
text-align: center;
color: #4b4a4a;
}
/*
* === GENERAL STYLES SHARED WITH PAGES
*/
h2 {
font-size: 2.5rem;
}
h3 {
font-size: 1.9rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.2rem;
}
.h4__color {
font-size: 1.4rem;
color: #0e2113;
text-transform: uppercase;
}
.header {
width: 100%;
z-index: 9999;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.header__scroll .header__logo {
height: 100px;
}
.header__scroll .nav__list {
margin: 0.5rem auto;
}
.page-content {
padding-top: 11.5rem;
}
.button {
border-radius: 10px;
border: none;
padding: 1rem 2rem;
font-size: 1.1rem;
cursor: pointer;
background-color: #5D2267;
color: white;
}
.button:hover {
background-color: #fff;
color: #5D2267;
border: 2px solid #5D2267;
}
.nav__link {
margin: auto 0.7rem;
font-size: 1.1rem;
}
.nav__link:link,
.nav__link:visited {
text-decoration: none;
color: #f9f7f7;
}
.nav__link:active {
color: #5D2267;
text-decoration: none;
}
.nav_list ul {
height: 500px;
}
.nav_list ul li {
padding: 10px;
}
.logo {
height: 150px;
width: 100px;
}
.main-content__wrapper {
max-width: 1400px;
margin: 0 auto;
}
.text__heading {
margin-bottom: 2rem;
}
.footer {
background: linear-gradient(to bottom right, #0e2113, #563635);
padding: 1.5rem 1rem 1.5rem 1rem;
color: #f9f7f7;
}
.footer__text {
line-height: 28px;
}
.footer__text h4 {
color: #A0A083;
font-size: 1.5rem;
margin-bottom: 0.6rem;
}
.footer__text p {
font-size: 1.1rem;
}
.copy {
font-size: 0.8rem;
opacity: 0.7;
margin-top: 3rem;
border-top: 1px solid rgba(255, 255, 255, 0.44);
padding-top: 1.2rem;
}
.created {
font-size: 0.8rem;
opacity: 0.7;
margin-top: 1rem;
}
/*********** HOMEPAGE STYLES *********/
/************* hero image *************/
.header--home {
box-shadow: none;
background: rgba(14, 8, 1, 0.87);
}
.hero {
background-image: url("../images/CC.jpg");
background-size: cover;
background-attachment: fixed;
height: 100vh;
position: relative;
}
.hero__text {
display: flex;
flex-direction: column;
width: 100%;
padding: 4rem 0rem;
position: absolute;
top: 45%;
transform: translate(-50%, -50%);
left: 50%;
}
.hero__text h1 {
font-size: 1.9rem;
text-transform: uppercase;
color: #f9f7f7;
}
.header__button {
background: transparent;
color: #f9f7f7;
border: 2px solid #f9f7f7;
margin-top: 2rem;
transition: 0.3s ease;
}
.header__button:hover {
background: #f9f7f7;
color: #4b4a4a;
}
/*
* === mission section===
*/
.mission {
margin: 5rem auto;
}
.mission__text {
background: #f9f7f7;
z-index: 1;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
padding: 3rem;
line-height: 2.3rem;
}
.mission__img {
display: none;
}
/*
* === icon tiles section===
*/
.main-tiles h3 {
margin: 6rem auto 2rem auto;
}
.main-tiles h4 {
display: inline-block;
color: #5D2267;
margin: 2rem auto;
padding-bottom: 2rem;
border-bottom: 1px solid white;
}
.main-tiles p {
font-size: 1.1rem;
}
.icon-tiles__tile {
padding: 4rem 2rem 6rem 2rem;
transition: 0.5s ease-in-out;
}
.icon-tiles__tile:nth-child(odd) h4 {
border-bottom: 1px solid #5D2267;
}
.icon-tiles__tile:nth-child(even) {
background: #5D2267;
}
.icon-tiles__tile:nth-child(even) h4,
.icon-tiles__tile:nth-child(even) p {
color: white;
}
.icon-tiles__img {
background-repeat: no-repeat;
background-size: contain;
background-position: center;
height: 80px;
}
.icon-tiles__img-one {
background-image: url("../icons/bouquet.svg");
}
.icon-tiles__img-two {
background-image: url("../icons/church-hover.svg");
}
.icon-tiles__img-three {
background-image: url("../icons/wedding-cake.svg");
}
.icon-tiles__img-four {
background-image: url("../icons/camera-hover.svg");
height: 70px;
}
/*
* === SECTION PORTFOLIO ===
*/
.portfolio h3 {
margin-top: 3rem;
}
.img {
height: 200px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
/*
* === CONTACT PAGE STYLES ===
*/
.contact {
margin-top: 15%;
}
.input-submit {
cursor: pointer;
}
.img-form {
height: 100%;
}
.image-form {
margin-left: -3%;
background-image: url("../images/bgcc.jpg");
background-repeat: no-repeat;
background-size: cover;
line-height: 70px;
color: black;
font: bold 24px/1 sans-serif;
}
.form_text {
margin-top: 50px;
text-align: center;
}
.form {
margin-top: 5%;
margin-bottom: 5%;
background: #f9f7f7;
z-index: 1;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
height: 70%;
font: 10px bold;
}
/********** SIGNIN *************/
.inscription {
margin-top: 30%;
}
/*********** LOGIN **************/
.connexion {
margin-top: 15%;
}
.img__connexion {
background-image: url("../images/img18.jpeg");
background-size: cover;
height: 30rem;
margin-left: -3%;
}
.form-check {
margin-right: 50%;
}
/********** FORUM **************/
.forum {
margin-top: 15%;
margin-bottom: 18%;
}
.text__reply {
margin-right: 150px;
}
.forum_img {
border: none;
}
.forum h2 {
margin-bottom: 10px;
color: #5D2267;
}
.forum a {
border-radius: 10px;
border: none;
padding: 1rem 2rem;
font-size: 1.1rem;
cursor: pointer;
background-color: #5D2267;
color: white;
text-decoration: none;
}
.forum a:hover {
background-color: white;
color: #5D2267;
border: 1px solid #5D2267;
}
.forum2 {
margin-top: 17%;
margin-bottom: 10%;
}
.forum2 .is-connected {
margin-left: 60%;
}
.forum2 .is-connected a:hover {
text-decoration: none;
color: #5D2267;
}
.btn {
border: none;
}
.reply_input {
display: none;
}
.reply_input_block {
display: block;
}
/***************Reset password****************/
.reset {
margin-top: 17%;
margin-bottom: 30%;
}
/*****************Modal****************/
.modal-top {
margin-top: 15%;
}
/*
* === MEDIA QUERIES ===
*/
@media screen and (min-width: 1087px) {
.nav_list {
margin-left: 17%;
}
.nav_list ul {
height: 70px;
}
.header__logo {
height: 100px;
width: 220px;
}
.logo--footer {
width: 220px;
height: 150px;
}
.hero__text {
top: 55%;
}
.mission__text {
width: 45%;
margin-right: -3rem;
height: 30rem;
font-size: 1.3rem;
}
.mission__img {
background-image: url("../images/couple2.jpeg");
background-position: center center;
background-size: cover;
height: 30rem;
margin-top: 10%;
width: 45%;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
display: block;
}
.hero__text h1 {
font-size: 2.9rem;
}
.inscription {
margin-top: 15%;
}
.img__signin {
background-image: url("../images/couple2.jpeg");
background-position: center center;
background-size: cover;
height: 30rem;
margin-left: -3%;
}
.nav__link {
font-size: 1.5rem;
}
.button {
font-size: 1.5rem;
}
.form_text {
margin-left: 10px;
margin-top: 80px;
}
.main-tiles p {
color: transparent;
}
.icon-tiles__tile {
margin: 0.5rem;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
height: 450px;
width: 350px;
}
.icon-tiles__tile:hover {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
width: 360px;
background: #5D2267;
}
.icon-tiles__img-two {
background-image: url("../icons/church.svg");
}
.icon-tiles__img-four {
background-image: url("../icons/camera.svg");
}
.icon-tiles__one:hover .icon-tiles__img-one {
background-image: url("../icons/bouquet-hover.svg");
}
.icon-tiles__two:hover .icon-tiles__img-two {
background-image: url("../icons/church-hover.svg");
}
.icon-tiles__three:hover .icon-tiles__img-three {
background-image: url("../icons/wedding-cake-hover.svg");
}
.icon-tiles__four:hover .icon-tiles__img-four {
background-image: url("../icons/camera-hover.svg");
}
.icon-tiles__tile:nth-child(odd) h4 {
border-bottom: none;
}
.icon-tiles__tile:nth-child(odd):hover h4 {
border-bottom: 1px solid #f9f7f7;
}
.icon-tiles__tile {
border-radius: 10px;
}
.icon-tiles__tile:hover h4,
.icon-tiles__tile:hover p {
color: #f9f7f7;
}
.icon-tiles__camera .img {
height: 30px;
}
} | 0.314787 | 0.098816 |
@import url('https://fonts.googleapis.com/css?family=Courier+Prime&family=Cutive+Mono&display=swap');
.war-outer {
min-width: 750px;
font-family: 'Courier Prime', monospace;
font-size: 12px;
}
.war-header {
background-color: white;
font-size: 26px;
font-weight: bold;
font-style: italic;
text-align: center;
border: 2px solid #000;
margin-bottom: -2px;
position: relative;
z-index: +1;
height: 120px;
}
.war-header .header-charname {
height: 70%;
text-align: left;
font-size: 1.6em;
margin: 1% 0% auto 1%;
line-height: 2.2em;
max-width: 65%;
overflow: hidden;
color: darkblue;
border: darkblue 1px solid;
border-radius: 5px;
padding-left: 1%;
pointer-events: none;
}
.war-header .header-logo {
position: absolute;
right: 15px;
top: 10%;
width: 220px;
}
.war-main {
display: grid;
grid-template-columns: 49% 49%;
column-gap: 2%;
background-color: lightgrey;
padding: 1% 1% 1% 1%;
border: 2px solid black;
position: relative;
}
.war-group {
position: relative;
padding: 2px;
margin: 1% 0px 1% 0px;
background-color: white;
border: 1px solid;
max-height: 100%;
}
.attribute, .group-label {
margin: 2% 1% 2% 1%;
width: 98%;
}
.attribute.input, .attribute.select, .attribute.span {
display: grid;
grid-template-columns: 40% 60%;
align-items: center;
position: relative;
height: auto;
margin: 1% 1% 1% 1%;
}
.war-group input[type="number"] {
text-align: center;
}
.attribute.input input[type="number"], .war-outer .skill-item input[type="number"] {
width: 4em;
font-size: 1.2em;
text-align: center;
height: 98%;
}
.attribute.span span,
.war-outer .war-group span.input-like {
border: 1px lightgrey solid;
border-radius: 4px;
font-weight: normal;
min-width: 2em;
min-height: 1.8em;
line-height: 1.8em;
height: 1.8em;
}
.war-group.basic-info .attribute.span span {
min-height: 1.8em;
line-height: 1.8em;
padding-left: 3%
}
.attribute.textarea {
margin-top: 3%;
position: relative;
height: auto;
}
.attribute textarea {
display:block;
width: 95%;
margin: auto;
resize: none;
height: auto;
box-sizing: content-box;
}
.attribute.textarea label {
position: relative;
background: white;
width: max-content;
}
.attribute select {
margin: 0px 0px 0px 0px;
width: 100%
}
.attribute input {
display: inline-block;
width: 100%;
}
.war-group label {
margin: 0px 0px 0px 3%;
}
.group-label {
font-size: 1.3em;
font-weight: bold;
font-style: italic;
margin: 1% 0% 1% 1%;
border-bottom: 1px solid lightgrey;
}
.table-header {
display: grid;
justify-items: center;
margin: 2% 0% 2% 0%;
width: 100%;
font-variant: small-caps;
border-bottom: solid 1px lightgrey;
}
.dicefontd6 {
font-family: 'dicefontd6';
}
.pictos-custom {
font-family:"pictos custom";
font-variant: none;
text-align: center;
padding: 0px;
}
.nodisplay {
display: none;
}
.war-group input[type="text"],
.war-group select {
font-size: 1.1em;
line-height: 1.1em;
padding-left: 1%;
height: 1.8em;
}
.war-group.basic-info input[type="text"] {
font-weight: bold;
padding-left: 3%;
}
.war-outer .war-group .repcontainer button.fold-button {
padding: 0.2rem 0.2rem 0.2rem 0.2rem;
min-height: 0px;
width: 1.3em;
height: 1.3em;
}
input[name*="options-flag"][value="1"] ~ button[name*="options-btn"] {
box-shadow: 0px 0px 3px 1px #1283dc;
}
/* DROP DOWN TRANSITION EFFECT */
.war-group button[name*="options-btn"] .cog img {
transition: transform 1s;
transform: rotate(0deg);
transition-timing-function: ease-out;
width: 1em;
}
input[name*="options-flag"][value="1"] ~ button[name*="options-btn"] .cog img {
transform: rotate(180deg)
}
.war-group .repitem button[type*="action"],
.war-group .row-like button {
background-image: linear-gradient(#fff, #efefef);
border: 1px solid lightgrey;
border-radius: 5px;
white-space: nowrap;
min-height: 1.7em;
}
/* TABS SECTION */
.war-tabs {
display:grid;
grid-template-columns: min-content min-content min-content;
grid-column-gap: 8px;
width: 28%;
justify-items: center;
margin: auto auto 0% 1%;
height: 30px;
align-content: end;
position: absolute;
bottom: 0px;
}
.war-tabs .tab {
position:relative;
height: 30px;
padding: 0px;
margin: 0px -12px 0px -12px;
width: 90%;
}
.war-tabs button {
border-radius: 4px 4px 0px 0px;
border: 1px solid black;
background: darkgray;
border-bottom: 2px solid black;
padding: 0% 15px 0% 15px;
position: relative;
text-transform: uppercase;
letter-spacing: 1px;
}
.war-header input[name*="activetab"][value*="character"] ~ .tab.character button,
.war-header input[name*="activetab"][value*="settings"] ~ .tab.settings button,
.war-header input[name*="activetab"][value*="help"] ~ .tab.help button {
background-color: lightgrey;
border-bottom: 2px solid lightgrey;
}
.war-character, .war-settings, .war-help {
display: none;
}
.war-outer input[name*="activetab"][value*="character"] ~ .war-character,
.war-outer input[name*="activetab"][value*="settings"] ~ .war-settings,
.war-outer input[name*="activetab"][value*="help"] ~ .war-help {
display: block;
}
.war-header input[name*="activetab"][value*="character"] ~ .tab.character,
.war-header input[name*="activetab"][value*="settings"] ~ .tab.settings,
.war-header input[name*="activetab"][value*="help"] ~ .tab.help {
z-index: 3;
}
war-header .tab.help {
z-index: 0;
}
.war-header .tab.settings {
z-index: 1;
}
.war-header .tab.character {
z-index: 2;
}
/* ICONS & COLOURS*/
i.ro img {
width: 1.3em;
max-width: 2em;
}
.war-group.stats i.ro img {
width: 1.2em;
}
i.ro.health {
filter: invert(12%) sepia(57%) saturate(4943%) hue-rotate(352deg) brightness(77%) contrast(89%);
}
i.ro.clover {
filter: invert(22%) sepia(99%) saturate(1924%) hue-rotate(99deg) brightness(75%) contrast(105%);
}
/* NPC SELECTION */
.war-character .war-character-pc,
.war-character .war-character-npc {
display:none;
}
.war-character input[name*="npc"][value="0"] ~ .war-character-pc,
.war-character input[name*="npc"][value="1"] ~ .war-character-npc {
display: block;
}
/* MAX NUMBER INPUTS AND REMOVE SPINNER BUTTONS */
.attribute.input.max {
justify-items: center;
grid-template-columns: 35% 25% 1% 14% 10%;
grid-column-gap: 3%;
width: 65%;
margin: 2% auto 2% auto;
}
.attribute.input.max input {
width: 100%;
text-align: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
opacity: 1.0;
}
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
display:none;
}
.no-spinner {
-moz-appearance: textfield;
}
/* BASIC INFO SELECTORS */
.war-group.basic-info .attribute.career,
.war-group.basic-info .attribute.community {
display:none;
}
.war-group.basic-info input[name*="unlocked"][value="0"] ~ .select.career,
.war-group.basic-info input[name*="unlocked"][value="1"] ~ .input.career,
.war-group.basic-info input[name*="unlocked"][value="0"] ~ .select.community,
.war-group.basic-info input[name*="unlocked"][value="1"] ~ .input.community {
display:grid;
}
/* STATS SECTION + DICE ROLLERS */
.war-outer .war-group.stats .input-like {
width: max-content;
text-align: center;
padding: 0% 5px 0% 5px;
height: 2em;
line-height: 2.1em;
font-size: 1.1em;
max-width: 0em;
overflow: hidden;
cursor: help;
}
.war-group.stats .foldable {
font-size: 1em;
grid-template-columns: max-content 20% 10% 15%;
width: 65%;
align-items: center;
margin: 2% auto 2% auto;
border-bottom: 1px solid grey;
padding: 0% 0% 2% 0%;
justify-items: center;
}
.war-group.stats .attribute.input.max {
justify-items: center;
grid-template-columns: 15% 25% 15% 2% 8% 10%;
grid-column-gap: 2%;
width: 85%;
margin: 2% 0% 2% 10%;
}
.war-group.stats .foldable.stamina {
grid-template-columns: max-content 15% 5% 10% 5% 10%;
width: 85%;
margin: 2% auto 4% auto;
border-bottom: 1px solid grey;
}
.war-group.stats .attribute.input.max .stats-btn {
background: none;
border: none;
line-height: 1em;
font-size: 1.5em;
color: darkred;
}
.war-group.stats .attribute.input.max button[name*="luck"].stats-btn {
color: #b48e09;
}
.war-group.stats .foldable.stats-options:nth-child(5) {
border: none;
}
.war-group.stats .fold-button,
.group-label .fold-button {
position:absolute;
top: 4px;
right: 4px;
}
div.stamina-up {
margin: 5% 0px 0px 0px;
height: 88%;
}
.war-group.stats input[type="number"] {
margin: 1% 0% 2% 0%;
padding: 0% 0% 0% 0%;
height: 2em;
}
input[name*="_base"] ~ .btn.dicefontd6 {
font-size: 2.5em;
display: none;;
background: none;
border:none;
color: #9a8315;
box-shadow: none;
top: -5%;
position: relative;
}
input[name*="_base"][value="0"] ~ .btn.dicefontd6 {
display:inline-flex;
}
.war-group.stats .stamina-up input[name*="unlocked"][value="1"] ~ .custom,
.war-group.stats .stamina-up input[name*="unlocked"][value="0"] ~ .auto {
display: inline-block
}
.war-group.stats .stamina-up input[name*="unlocked"][value="0"] ~ .custom,
.war-group.stats .stamina-up input[name*="unlocked"][value="1"] ~ .auto {
display: none
}
/* ADVENTURE SKILL SECTION */
/* Fix for repeating buttons not firing */
.repitem .skill-item.repeating {
position: static;
}
.skill-item .btn.ui-draggable {
box-shadow: none;
}
.attribute.table-header {
grid-template-columns: 50% 28% 10%;
grid-column-gap: 1%;
justify-items: left;
margin: 1% 0% 1% 4%;
}
.war-outer .skill-item {
display: grid;
grid-template-columns: 50% 20% 10% 10%;
position: relative;
height: 1.7em;
grid-column-gap: 1%;
align-items: center;
justify-items:center;
font-size: 1em;
margin: 1% 2% 1% 2%;
border-radius: 5px;
background-image: linear-gradient(#fff, #efefef);
}
.adventuring-skills .group-label {
min-height: 1.8em
}
.war-group.adventuring-skills .attribute.table-header span:nth-child(1), .war-group.adventuring-skills .skill-item button {
justify-self: left;
margin-left:13%
}
.war-outer .war-group .skill-item button {
color: #005003;
border: none;
background: none;
font-size: 1.4em;
font-variant: all-small-caps;
letter-spacing: 1px;
display: inline-flex;
white-space: nowrap;
word-spacing: -35%;
}
input[name*="_prof"][value="1"] ~ button {
color: #00a800;
}
input[name*="_prof"][value="1"] ~ input {
border: #09b509 solid 1px;
}
/* DISABLE NON-PROF SKILL INPUTS */
.skill-item input[name*="unlocked"][value="0"] ~ input[type="hidden"][name*="prof"][value="0"] ~ input[type="number"] {
opacity: 0.7;
pointer-events: none;
}
/* SKILLS MAX FOR CUSTOM SHEET */
.war-group.adventuring-skills .skill-item .skill-limit {
display:none;
}
.war-group.adventuring-skills .skill-item input[name*="unlocked"][value="0"] ~ span.skill-limit,
.war-group.adventuring-skills .skill-item input[name*="unlocked"][value="1"] ~ input.skill-limit {
display: inline-block;
}
.war-group.adventuring-skills .skill-item input.skill-limit {
width: 2em;
border: grey solid 1px;
}
/* ADVENTURING SKILL FLAGS */
/* COMMON */
.skill-item .skill-flag, .skill-item .skill-cmax-flag {
position:absolute;
top: 8%;
font-size: 0.9em;
cursor: help;
display: none;
}
/* PAST CAREER BOOST FLAG */
.skill-item [name$="_boosted"][value="1"] ~ .skill-cmax-flag,
.skill-item [name*="unlocked"][value="1"] ~ input[type="checkbox"] {
display:block;
}
.skill-item [name$="_prof"][value="1"] ~ .skill-cmax-flag,
.war-group.adventuring-skills .skill-item [name*="unlocked"][value="1"] ~ .skill-flag,
.skill-item [name*="unlocked"][value="0"] ~ input[type="checkbox"] {
display: none;
}
.skill-item .skill-cmax-flag {
color: darkgreen;
right: 5%;
top: 5%;
}
/* CURRENT PROFICIENCY FLAG */
.skill-item input[type="checkbox"] {
position: absolute;
left: 2%;
margin-left: 0px;
}
.skill-item .skill-flag {
display: none;
}
.skill-item [name*="_prof"][value="1"] ~ .skill-flag {
display: block;
left: 3%;
color: #00a800;
}
/* Skill is over max value */
.skill-item [name$="_overmax"][value="1"] ~ span[name$="_max"] {
color: red;
}
.skill-item [name$="_overmax"][value="1"] ~ input[type="number"] {
outline: red 1px solid
}
/* Skill is boosted by an item */
.skill-bonus {
color: #138e96;
cursor: help;
justify-self: left;
margin-left: -20%;
}
.skill-item input[name*="_bonus"][value="0"] ~ .skill-bonus {
visibility: hidden;
}
/* TRAITS GROUP */
.war-group.traits textarea {
resize: vertical;
min-height: 5em;
}
/* SPECIFIC WAR-GROUP CHANGES */
.war-group.basic-info {
height: min-content;
}
.war-group.basic-info .attribute.select {
height: 2.4em;
}
.war-group.basic-info .attribute.input label, .war-group.basic-info .attribute.select label {
margin-left: 2%;
}
.war-group.basic-info .attribute.input input, .war-group.basic-info .attribute.select select {
width: 95%
}
.war-group.basic-info .attribute.button {
justify-self:right;
margin: 1% 5% 1% auto;
width: 55%;
text-align: center;
}
.war-group.basic-info span {
width: 93%;
height: auto;
}
.war-group.basic-info button {
line-height: 1em;
vertical-align: middle;
}
.war-group.background {
grid-column: 2 / 3;
grid-row: 1 / 3;
}
.war-group.stats {
padding: 0% 0% 0% 0%;
}
.war-group.career-advances .group-label label {
text-align: center;
margin: auto;
}
.war-group.career-advances .attribute {
grid-template-columns: 60% 20%;
width: 70%;
margin: 2% auto 2% auto;
}
.war-group.career-advances .attribute :nth-child(1) {
justify-self: center;
width: auto;
}
.war-group.career-advances .attribute :nth-child(2) {
justify-self: left;
width: fit-content;
}
/* SPECIFIC ATTRIBUTE TWEAKS */
.attribute.textarea textarea[name*="background"] {
margin-top: 1%;
height: auto;
min-height: 8em;
resize: vertical;
}
.attribute.textarea textarea[name*="trait"] {
margin-top: 1%;
height: auto;
min-height: 1em;
resize: vertical;
}
/* CAREER TOGGLE BUTTON */
.career-toggle {
color: #b5b5b5;
}
input[name="attr_career_toggle"][value="1"] ~ .career-toggle {
outline: #08b1ff69 solid 2px;
outline-offset: -1px;
border-radius: 15%;
color: #005eff;
}
/* COMMUNITY/CAREER SELECTION */
.basic-career-select, .advanced-career-select {
display:none;
grid-column: 1 / 3;
grid-template-columns: 40% 60%;
align-items: center;
max-height: 20px;
}
input[name="attr_career_toggle"][value="0"] ~ .basic-career-select, input[name="attr_career_toggle"][value="1"] ~ .advanced-career-select
{
display:grid;
}
input[name="attr_community"] ~ .career {
display:none;
}
input[name="attr_community"][value="none"] ~ .career.blank,
input[value="human"] ~ .career.human,
input[value="dwarf"] ~ .career.dwarf,
input[value="elf"] ~ .career.elf,
input[value="goblin"] ~ .career.goblin,
input[value="halfling"] ~ .career.halfling {
display:block;
}
/* REPEATING SECTIONS */
/* COMMON ITEMS */
input[name*="options-flag"][value="0"] ~ .foldable {
display: none;
}
input[name*="options-flag"][value="1"] ~ .foldable {
display: grid;
}
.war-group.adventuring-skills input[type="number"] {
padding: 0px 0px 0px 0px;
margin: 0px 0px 2px 0px;
}
.repcontainer .repitem input[type="number"] {
text-align: center;
width: auto;
}
.war-group .repcontainer .repitem select {
margin: 0%;
width: min-content;
}
.war-group .repcontainer .repitem input[type="text"] {
width: 100%;
height: 1.8em;
margin: 1% 0% 1% 0%;
padding: 1% 0% 0% 5px;
}
.war-group .repcontainer .repitem .foldable.weapon-options textarea[name="attr_description"] {
min-height: 1em;
width: auto;
resize: vertical;
}
.war-group .repitem .foldable label {
margin: 0% 0% 0% 0%;
padding: 0px;
}
.war-group .foldable {
width: 95%;
margin: 0% 0% 4% 2%;
padding: 0% 0% 8% 0%;
grid-row-gap: 1%;
border-bottom: 1px solid lightgray;
align-items: center;
}
.foldable textarea {
height: auto;
max-width: 98%;
resize: vertical;
width: auto;
margin: 0% 0% 0% 0%;
}
.foldable .repeating.option {
display: grid;
width: 95%;
grid-template-columns: 35% 65%;
grid-column-gap: 1%;
margin: 1% 0% 1% 0%;
position: relative;
align-items: center;
}
.war-group .repeating.option.sub {
grid-template-columns: 49% 49%;
grid-column-gap: 2%;
width: 95%;
}
.war-group .sub-option {
display: grid;
grid-template-columns: 1fr auto;
width: 100%;
grid-column-gap: 5%;
align-items: center;
position: relative;
}
.war-group .sub-option {
display: grid;
grid-template-columns: min-content min-content;
grid-column-gap: 5%;
align-items: center;
white-space: nowrap;
}
.war-group input[type="text"] {
min-width: 5em;
}
.war-group input[type="text"][name*="damage"] {
min-width: 5em;
}
.repeating.option.double {
grid-column: 1 / 3;
margin: 2% 0% 2% 0%;
}
.repeating.option.sub div:nth-child(2) label {
text-align:right;
}
.war-group .repitem .foldable input[type="checkbox"] {
justify-self: left;
}
.war-group .repitem .maingrid {
display: grid;
grid-column-gap: 3%;
align-items:center;
}
.war-group .repcontrol {
min-height: 27px;
width: 70%;
margin: 3% auto 0% auto;
transform: scale(0.8);
-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
}
.war-group.possessions, .war-group.spells, .war-group.weapons {
height: min-content;
}
.war-group.possessions .maingrid input[type="text"] {
color:darkblue;
border:darkblue 1px solid;
}
.war-group .itemcontrol {
z-index: +10;
}
/* CAREER SKILLS REP SEC */
/* Unlocked sheet toggle for active career skill */
.war-group.career-skills .skill-item.repeating.auto,
.war-group.career-skills .skill-item.repeating.custom{
display:none;
}
.war-group.career-skills input[name*="unlocked"][value="1"] ~ .custom,
.war-group.career-skills input[name*="unlocked"][value="0"] ~ .auto {
display: grid;
}
.war-group.career-skills .repeating.custom input {
margin-left: 12%;
padding-left: 12%
}
.career-skills .repeating .btn {
box-shadow: none;
display: inline-flex;
height: 1.3em;
line-height: 1.3em;
}
.skill-item.repeating {
grid-template-columns: 60% 20%;
}
.war-group.career-skills .table-header {
grid-template-columns: 59% 20%;
grid-column-gap: 1%
}
.war-group.career-skills input[name*="unlocked"][value="0"] ~ .repcontrol {
display: none;
}
.war-group.career-skills .repcontainer button {
min-height: 0px;
}
/* POSESSIONS REP SEC */
.war-group.possessions .repitem .maingrid {
grid-template-columns: 8% 52% 12% 8% 6%;
margin: 1% 0% 1% 3%
}
.possession.table-header {
grid-template-columns: 8% 55% 14% 10% 6%;
margin: 0% 0% 0% 3%;
}
.possession.table-header span:nth-child(2) {
justify-self: start;
margin-left: 10%;
}
.foldable.possession-options {
grid-template-columns: 100%;
}
/* ITEM FLAGS */
.itemflags {
white-space: nowrap;
justify-self: center;
padding: 0px;
}
.itemflags i {
display: none;
margin: -4px;
}
.itemflags input[value*="B"] ~ i.shield,
.itemflags input[value*="A"] ~ i.armour,
.itemflags input[value*="W"] ~ i.weapon ,
.itemflags input[value*="S"] ~ i.stats {
display: inline;
}
.war-group.weapons .itemflags input[value*="C"] ~ i.crushing,
.war-group.weapons .itemflags input[value*="P"] ~ i.piercing,
.war-group.weapons .itemflags input[value*="S"] ~ i.slashing,
.war-group.weapons .itemflags input[value*="B"] ~ i.blast,
.war-group.weapons .itemflags input[value*="R"] ~ i.ranged {
display: inline;
}
/* Currency Section */
.possession.currency {
border: 1px #887b59 solid;
border-radius: 15%;
background-color: #fdfcf6;
margin: 2% 3% 2% 3%;
padding: 2% 2% 2% 2%;
width: 90%;
display: grid;
grid-template-columns: max-content auto max-content auto max-content;
align-items: center;
}
.possession.currency-header {
text-align: center;
display: block;
margin: 2% auto -1% auto;
border-top: 1px lightgray solid;
width: 70%;
font-size: 1.1em;
font-style: italic;
padding-top: 2%;
}
.possession.currency button {
height: 10px;
line-height: 10px;
background: none;
color: #8e7b00;
border: none;
font-size: 1.3em;
}
.war-group.possessions .possession.currency input {
width: 55px;
}
/* EFFECTS REP SEC */
.war-group.effects .group-label.sub {
font-size: 1.1em;
font-style: normal;
margin: 1% 0% 0% 1%;
}
.war-group.effects .effects-passive .table-header {
display: grid;
grid-template-columns: 30% 60%;
justify-items: center;
}
.war-group.effects .effects-passive .maingrid-like .row-like {
display: grid;
grid-template-columns: 30% 70%;
grid-column-gap: 4%;
margin: 0% 0% 0% 2%;
padding: 0% 0% 1% 0%;
min-height: 2.4em;
align-items: center;
width: 95%;
}
.war-group.effects .effects-passive .maingrid-like .row-like div span,
.war-group.effects .effects-passive .maingrid-like .row-like div label {
display:inline;
font-size: 1.1em;
font-weight: normal;
padding: 0% 2% 0% 0%;
margin: 0%;
}
.war-sub-group.effects-active {
border-top: 1px solid grey;
margin: 2% 0% 0% 0%;
}
.war-group.effects .effects-active .table-header {
display: grid;
grid-template-columns: 40% 15% 20% 12% 10%;
grid-column-gap: 1%;
justify-items: center;
}
.war-group.effects .effects-active .maingrid {
display: grid;
grid-template-columns: 40% 15% 20% 12% 10%;
grid-column-gap: 1%;
margin: 1% 0% 0% 2%;
}
.war-group.effects .effects-active .maingrid span {
justify-self: center;
}
.war-group.effects button {
color: #1d6561;
}
.war-group.effects .effects-active .foldable .repeating.option {
grid-template-columns: 25% 75%;
}
.war-group.effects .effects-active .repeating.option.sub {
grid-template-columns: 40% 60%;
}
.war-group.effects .effects-active .repeating.option.sub .sub-sub-option {
justify-self: right;
}
.war-group.effects .sub-option input[name*="duration"] {
justify-self: right;
width: 4em;
}
/* TOOLTIP */
.war-hover {
cursor: help;
font-size:1.5em;
color: blue;
position: absolute;
right: -7%;
}
.war-tt {
visibility: hidden;
opacity: 0;
transition: opacity 0.7s;
width: 110%;
position: absolute;
background: #e7e9b0ed;
padding: 5%;
border-radius: 10px;
border: 2px black solid;
bottom: -100px;
left: 110%;
z-index: +100;
}
.war-tt span {
white-space: pre-line;
}
.war-hover-text {
cursor: help;
}
.war-tt.item-types,
.war-tt.effect-types,
.war-tt.weapon-types {
width: max-content;
padding: 3%;
font-size:1.1em;
line-height: 1.4em;
}
.war-tt.item-types {
height: 7em;
top: -7em;
left: 59%;
}
.war-tt.effect-types {
top: 9em;
height: max-content;
left: 35%;
}
.war-tt.weapon-types {
height: 8em;
top: -8em;
left: 69%;
}
.war-hover.item-mods:hover ~ .war-tt.item-mods,
.war-hover.effect-mods:hover ~ .war-tt.effect-mods,
.war-hover-text:hover ~ .war-tt.item-types,
.war-hover-text:hover ~ .war-tt.effect-types,
.war-hover-text:hover ~ .war-tt.weapon-types {
visibility: visible;
opacity: 1.0;
}
/* WEAPONS REP SEC */
.war-group.weapons .repitem .maingrid {
grid-template-columns: 3% 45% 6% 23% 12% 6%;
grid-column-gap: 1%;
margin: 1% 2% 1% 1%
}
.weapon.table-header {
grid-template-columns: 2% 45% 6% 24% 11% 6%;
grid-column-gap: 0%;
margin: 0% 0% 0% 2%;
}
.war-group.weapons .repitem button[name*="roll"] {
padding: 0% 0% 0% 0%;
color: #b30621;;
}
.war-group.weapons .repcontainer select {
width: min-content;
margin: 0%;
}
.war-group .repcontainer .attack-skill-select input[type="text"] {
width: 20%
}
.war-group.weapons .attack-damage-select {
width: 95%;
grid-column: 1 / 4;
display: grid;
grid-template-columns: 35% min-content 2% 20%;
align-items: center;
grid-column-gap: 1%;
}
.war-group.weapons .repeating.option.sub {
grid-template-columns: 50% 50%;
}
.war-group.weapons .sub-option {
display: grid;
grid-template-columns: min-content min-content;
grid-column-gap: 5%;
align-items: center;
}
/* Readied Weapon */
.war-group.weapons .table-header span[title*="Read"] {
margin: 0% 0% 0% 1%;
cursor: help;
}
.main-weapon-options label {
font-size: .9em;
margin: 3% 0% 0% 0%;
}
.war-header input[name*="activetab"][value*="character"] ~ .tab.character button,
.war-header input[name*="activetab"][value*="settings"] ~ .tab.settings button,
.war-header input[name*="activetab"][value*="help"] ~ .tab.help button {
background-color: lightgrey;
border-bottom: 2px solid lightgrey;
z-index: +1;
}
.war-group.weapons .repitem .attack-damage-select input[name*="damage_custom"] {
pointer-events: none;
color: lightgrey;
}
.war-group.weapons .repitem .foldable input[name*="damage_base"][value*="custom"] ~ input[name*="damage_custom"] {
pointer-events: all;
color: black;
}
.war-group.weapons .repitem .maingrid input[name*="w_readied"][value="0"] ~ input[name*="r_readied"],
.war-group.weapons .table-header input[name*="react"][value="0"] ~ span[title*="Read"] {
visibility: hidden;
}
/* SPELLS REP SEC */
.war-group.spells .repitem .maingrid {
grid-template-columns: 45% 20% 10% 8% 6%;
grid-column-gap: 2%;
margin: 1% 2% 1% 3%;
text-align: center;
}
.spell.table-header {
grid-template-columns: 45% 20% 10% 8% 6%;
grid-column-gap: 1%;
margin: 0% 0% 0% 1%;
}
.war-group.spells button[name*="roll"] {
color: #b40fb4;
}
.spells .repcontainer .repitem input[type="number"],
.effects .repcontainer .repitem input[type="number"] {
text-align: center;
width: 3.5em;
}
.war-group.spells .repitem button[name*="link"] img {
width: 1.1em;
}
.war-group.spells .repitem button[name*="link"] {
border: none;
background: none;
}
.war-group.spells input[type="text"][name*="duration"] {
width: 5em;
}
/* Attack only options */
.war-group.spells .repeating.option.attack-only {
display:none;
}
.war-group.spells .spell-options input[value="Attack"] ~ .attack-only {
display: grid;
}
/* CHARACTER CREATION TUTORIAL */
[name="attr_disable_tutorial"][value="1"] ~ .tutorial,
[name="attr_disable_tutorial"][value="1"] ~ .tutorial.initial-skillpoints {
display: none;
visibility: hidden;
}
.tutorial {
background: #ffe88c;
border: 2px solid #84720a;
border-radius: 5px;
vertical-align: middle;
line-height: 1.5em;
text-align: center;
}
.initial-skillpoints {
display:none;
font-size: 14px;
font-weight: normal;
position: absolute;
top: -1%;
left: 4%;
width: 90%;
}
.initial-skillpoints * {
margin: 0% 2px 0% 0%;
}
.initial-skillpoints span[name*="attr"] {
font-weight: bold;
}
[name*="tutorial_flag"][value="1"] ~ .phase1,
[name*="tutorial_flag"][value="2"] ~ .phase2,
[name*="tutorial_flag"][value="3"] ~ .phase3 {
display: block;
}
[name*="disable_career_flag"][value="0"] ~ .disable-career {
display: none;
}
.disable-career {
position: absolute;
z-index: +1;
width: 55%;
height: 73%;
right: 4%;
top: 20%;
opacity: 0.9;
padding-top: 2%;
}
.disable-career button {
margin: 2% auto auto auto;
height: 0.9em;
border-width: 1px;
font-size: 15px;
background-color: #ddc623;
border-color: #84720a #caad00 #caad00 #84720a;
font-weight: bold;
padding: 1% 5% 1% 5%
}
/* NPC SHEET */
.war-character-npc input[type="text"] {
width: min-content
}
.war-character-npc input[type="number"] {
max-height: 1.8em;
}
.war-character-npc .attribute.input {
grid-template-columns: 33% 66%
}
.war-character-npc .attribute.input.max {
grid-template-columns: 18% 15% 2% 15%;
margin: 3% 3% 3% 3%;
padding: 0% 0% 3% 0%;
border-bottom: 1px lightgrey solid;
width: 95%;
}
.war-character-npc .repeating.custom {
width: 90%;
margin: 0% auto 3% auto;
}
.war-group.npc-description {
grid-row: 0 / 3;
grid-column: 2 / 3;
}
.war-group.npc-description textarea {
min-height: 10em;
resize: vertical;
}
.war-group.effects {
height: min-content;
padding-bottom: 3%;
}
.war-group.npc-stats .attribute {
grid-template-columns: 38% 60%;
grid-column-gap: 2%;
}
.war-character-npc .weapons .weapon-options input[name*="mod"] {
width: 4em
}
/* MONSTER ABILITY REP SEC */
.monster-ability.wizard {
text-align: center;
margin: 2% 0% 0% 0%;
}
.monster-ability.wizard select {
width: min-content;
}
.war-group.monster-abilities .table-header {
grid-template-columns: 30% 55% 10%;
margin: 0% 0% 2% 2%;
padding: 1% 0% 0% 0%;
border-top: 1px solid lightgrey;
width: 96%
}
.war-group.monster-abilities .repitem {
margin: 2% 0% 3% 0%;
}
.war-group.monster-abilities .maingrid {
grid-template-columns: 30% 55% 10%;
margin: 0% 0% 0% 2%;
}
.war-group.monster-abilities .maingrid button[name*="link"] {
color: #c38104;
}
.war-group.monster-abilities .maingrid span[name*="detail"] {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
font-style: italic;
font-size:0.9em;
overflow: hidden;
padding: 1px 2px 1px 2px;
}
.war-group.monster-abilities .foldable textarea {
height: 8em;
}
/* SETTINGS TAB */
.war-group.settings .settings.option {
border: 1px solid grey;
margin: 8px 5px 8px 5px;
padding: 5px 2px 5px 2px;
border-radius: 5px;
}
.war-group.settings select {
padding: 0px;
margin: 2px;
}
.war-group.settings .settings-heading {
text-align:center;
margin-top: 1%
}
.war-group.settings .settings.tip {
display:block;
font-size:1em;
font-style: italic;
margin-top: 5px;
padding: 5px;
}
/* DOCUMENTATION TAB */
.war-group.help {
grid-column: 1 / 3;
}
.war-group.help .attribute {
width: 30%;
}
.war-group.help .group-label span {
white-space: pre-line;
font-size: 0.7em;
}
.war-group.help .group-label span img {
width: 20px;
}
.war-group.help {
font-size: 1.3em;
background-color: #fff;
cursor: default;
user-select: none;
}
.war-help .help.grid {
display: grid;
grid-template-columns: auto auto;
width: 33%;
align-items: center;
margin-top: 2% 0% 0% 2%;
font-size: .9em;
}
.war-help .help-main .help-section {
margin: 15px 0% 15px 0%;
border-top: 1px solid lightgrey;
padding: 1% 3% 0% 2%;
}
.war-help .help-main h3,
.war-help .help-main h4 {
margin: 10px 0px 0px 0px;
}
.war-help .help-main span {
display:block;
padding: 0% 0% 0% 1%;
white-space: pre-line;
}
.war-help .important-text,
.war-help .important-text h3,
.war-help .important-text h4 {
color: #001975;
background: #d1eff9;
}
.war-help .important-text {
padding: 3% 5% 3% 5%;
margin: 5% 0% 5% 0%;
border: darkblue 3px solid;
border-radius: 15px;
}
.war-help .important-text span {
white-space: pre-line;
}
.war-help .example-block {
background-color: #9cd7ea;
padding: 1% 5% 1% 5%;
margin: 1% 2% 3% 2%;
border: 2px solid #0f0f0f;
border-radius: 25px;
}
.war-help .example-block u {
display: block;
font-style: italic;
}
.war-help .example-mod {
border: 1px solid grey;
border-radius: 5px;
background-color: #e8e8e8;
cursor: text;
user-select: text;
font-size: 0.9em;
color: black;
margin-bottom: 1%;
width: 90%;
}
/* ROLL TEMPLATES */
/* WART-ROLL && COMMON */
.sheet-rolltemplate-wart-roll .sheet-wart-outer,
.sheet-rolltemplate-wart-damage .sheet-wart-outer,
.sheet-rolltemplate-wart-description .sheet-wart-outer {
font-family: 'Courier Prime', monospace;
}
.sheet-rolltemplate-wart-roll,
.sheet-rolltemplate-wart-damage {
text-align: center;
margin: auto 5% auto -10%;
padding: 0% 0% 0% 0%;
}
.sheet-rolltemplate-wart-roll .sheet-wart-outer,
.sheet-rolltemplate-wart-damage .sheet-wart-outer {
background: whitesmoke;
padding: 5% 0% 5% 0%;
border-radius: 20px 0px 20px 0px;
z-index: +1;
}
.sheet-rolltemplate-wart-roll .sheet-wart-header,
.sheet-rolltemplate-wart-roll .sheet-wart-footer,
.sheet-rolltemplate-wart-damage .sheet-wart-header,
.sheet-rolltemplate-wart-damage .sheet-wart-footer,
.sheet-rolltemplate-wart-description .sheet-wart-header,
.sheet-rolltemplate-wart-description .sheet-wart-footer {
border-bottom: 1px solid grey;
color: white;
font-size: 1.2em;
}
.sheet-rolltemplate-wart-roll .sheet-wart-title,
.sheet-rolltemplate-wart-damage .sheet-wart-title {
font-size: 1.1em;
line-height: 1.1em;
margin: 0% -4% 0% -1%;
outline: black 2px solid;
padding: 1% 4% 0% 0%;
}
.sheet-rolltemplate-wart-damage .sheet-wart-subheader,
.sheet-rolltemplate-wart-description .sheet-wart-subheader,
.sheet-rolltemplate-wart-roll .sheet-wart-subheader {
padding: 1% 0% 0% 0%;
font-size: 1em;
text-transform: uppercase;
min-height: 1.3em;
line-height:1.3em;
background: #5f5f5f;
}
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-double,
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-double,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-double {
display: grid;
grid-template-columns: 50% 50%;
}
.sheet-rolltemplate-wart-damage .sheet-wart-subheader-right,
.sheet-rolltemplate-wart-description .sheet-wart-subheader-right,
.sheet-rolltemplate-wart-roll .sheet-wart-subheader-right {
border-left: 1px solid white;
}
.sheet-rolltemplate-wart-roll .sheet-wart-rolls .sheet-right {
grid-column: 2 / 3;
grid-row: 1 / 2;
border-left: 1px solid grey;
}
.sheet-rolltemplate-wart-roll .sheet-wart-rolls .sheet-right.sheet-wart-result {
grid-row: 2 / 3;
}
.sheet-rolltemplate-wart-roll .sheet-wart-rolls.sheet-flat {
grid-template-columns: auto auto;
display:grid;
align-items: center;
border-top: 1px solid grey;
}
.sheet-rolltemplate-wart-roll .sheet-wart-rolls.sheet-flat .sheet-wart-rollname {
border-bottom: none;
}
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-body .sheet-wart-rollname .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-body .sheet-wart-rollname .inlinerollresult {
background: none;
border: none;
font-size:1em;
}
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-header .sheet-wart-subheader .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-header .sheet-wart-subheader .inlinerollresult {
background: none;
border: none;
font-size:1em;
}
.sheet-rolltemplate-wart-description .sheet-wart-rollname,
.sheet-rolltemplate-wart-roll .sheet-wart-rollname,
.sheet-rolltemplate-wart-damage .sheet-wart-rollname {
padding: 0% 3% 0% 3%;
border-bottom: 1px solid grey;
font-size: 16px;
font-weight: bold;
font-size: 1.1em;
line-height: 1.3em;
}
.sheet-rolltemplate-wart-description .sheet-wart-result,
.sheet-rolltemplate-wart-roll .sheet-wart-result,
.sheet-rolltemplate-wart-damage .sheet-wart-result {
min-height: 3em;
line-height: 3em;
font-size: 1.1em
}
.sheet-rolltemplate-wart-description .sheet-wart-outer .inlinerollresult,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .inlinerollresult {
font-weight: normal;
}
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-wart-rolls .inlinerollresult,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-rolls .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-rolls .inlinerollresult {
font-weight: 900;
}
.sheet-rolltemplate-wart-description .sheet-wart-result .tipsy-n-right.inlinerollresult,
.sheet-rolltemplate-wart-roll .sheet-wart-result .tipsy-n-right.inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-result .tipsy-n-right.inlinerollresult {
border-width: 10px;
border-style: solid;
border-image: radial-gradient(#d5c001c4 10px, whitesmoke 22px);
border-image-slice: 33%;
border-radius:11px;
outline: 0px #c1bd83a1 solid;
box-shadow: inset 0px 0px 4px 2px #c1bd83;
background-color: #f2e5ca;
min-width: 40px;
}
.sheet-rolltemplate-wart-description .sheet-wart-result .tipsy-n-right.inlinerollresult.fullcrit,
.sheet-rolltemplate-wart-roll .sheet-wart-result .tipsy-n-right.inlinerollresult.fullcrit,
.sheet-rolltemplate-wart-damage .sheet-wart-result .tipsy-n-right.inlinerollresult.fullcrit {
border-image: radial-gradient(#17a219 7px, whitesmoke 22px);
border-image-slice: 33%;
}
.sheet-rolltemplate-wart-description .sheet-wart-result .tipsy-n-right.inlinerollresult.fullfail,
.sheet-rolltemplate-wart-roll .sheet-wart-result .tipsy-n-right.inlinerollresult.fullfail,
.sheet-rolltemplate-wart-damage .sheet-wart-result .tipsy-n-right.inlinerollresult.fullfail {
border-image: radial-gradient(#bc1313fc 5px, whitesmoke 22px);
border-image-slice: 33%;
}
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-wart-footer,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-footer,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-footer {
padding: 0px 0px 0px 0px;
}
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-wart-link,
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-wart-calc-link,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-link,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-calc-link,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-link,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-calc-link {
border-bottom: 2px solid black;
font-size: 1em;
line-height: 1em;
border-top: 1px grey solid;
padding: 4px;
}
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-wart-link .inlinerollresult,
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-wart-calc-link .inlinerollresult,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-link .inlinerollresult,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-calc-link .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-link .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-calc-link .inlinerollresult {
background: none;
border: none;
font-weight: bold;
}
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-wart-link a,
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-wart-calc-link a,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-link a,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-calc-link a,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-link a,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-calc-link a {
font-size: 1.1em;
background: none;
color: blue;
border: none;
}
.sheet-rolltemplate-wart-description .sheet-wart-notes,
.sheet-rolltemplate-wart-description .sheet-wart-notes-header,
.sheet-rolltemplate-wart-roll .sheet-wart-notes,
.sheet-rolltemplate-wart-roll .sheet-wart-notes-header,
.sheet-rolltemplate-wart-damage .sheet-wart-notes,
.sheet-rolltemplate-wart-damage .sheet-wart-notes-header {
font-family: corbel;
font-size: 1.0em;
line-height: 1.0em;
background-color: #ece8d7;
color: #4d4d4d;
padding: 3% 5% 3% 5%;
border-bottom: 2px solid black;
border-collapse: collapse;
font-style: italic;
}
.sheet-rolltemplate-wart-description .sheet-wart-notes .inlinerollresult,
.sheet-rolltemplate-wart-roll .sheet-wart-notes .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-notes .inlinerollresult {
background: none;
border: none;
color: blue;
pointer-events: none;
}
.sheet-rolltemplate-wart-description .sheet-wart-charname,
.sheet-rolltemplate-wart-roll .sheet-wart-charname,
.sheet-rolltemplate-wart-damage .sheet-wart-charname {
min-height: 0.7em;
line-height: 1.1em;
font-variant: small-caps;
font-size: 1.1em;
letter-spacing: 1px;
padding: 1% 0% 1% 3%;
margin: 0% -1% 0% -4%;
outline: 2px solid black;
}
/* DAMAGE TEMPLATE */
.sheet-rolltemplate-wart-damage {
text-align: center;
margin: auto 5% auto -10%;
padding: 0% 0% 0% 0%;
}
.sheet-rolltemplate-wart-damage .sheet-wart-outer {
border-radius: 0% 0% 0% 0%;
padding: 4% 0% 4% 0%;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damageroll {
line-height: 1em;
font-size: 1em;
}
.sheet-rolltemplate-wart-damage .sheet-wart-outcome {
font-size: 1.1em;
line-height: 1.3em;
pointer-events: none;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damageroll .inlinerollresult {
color: #d23131;
}
.sheet-rolltemplate-wart-damage .sheet-wart-defenceroll .inlinerollresult {
color: #9f290f;
}
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-outcome .inlinerollresult {
color: blue;
font-size: 1.2em;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damagename,
.sheet-rolltemplate-wart-damage .sheet-wart-defencename {
border-bottom: 1px solid lightgrey;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damageresult {
font-size: 1.1em;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damageresult,
.sheet-rolltemplate-wart-damage .sheet-wart-defenceresult {
border-bottom: 1px solid grey;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damageresult,
.sheet-rolltemplate-wart-damage .sheet-wart-defenceroll {
line-height: 1.3em;
border-bottom: 1px solid grey;
}
.sheet-rolltemplate-wart-damage .sheet-wart-defence {
background-color: beige
}
.sheet-rolltemplate-wart-damage .sheet-wart-defence *,
.sheet-rolltemplate-wart-damage .sheet-wart-outcome *,
.sheet-rolltemplate-wart-damage .sheet-wart-damageroll * {
padding: 2% 0% 1% 0%;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damageroll .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-defenceroll .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-defencename .inlinerollresult
{
background: none;
border: none;
}
.sheet-rolltemplate-wart-damage .sheet-wart-outcome .inlinerollresult {
background:none;
font-size: 1em;
border:none;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damageroll .inlinerollresult.fullfail {
color: #bf0000;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damageroll .inlinerollresult.fullcrit {
color: #087700;
}
.sheet-rolltemplate-wart-damage .sheet-mighty {
background-color: #087700;
}
.sheet-rolltemplate-wart-damage .sheet-mighty-three {
color: #087700;
font-size: 1.2em;
}
/* REACTIVE ROLL SYSTEM */
.sheet-rolltemplate-wart-description .sheet-wart-react-outer,
.sheet-rolltemplate-wart-roll .sheet-wart-react-outer,
.sheet-rolltemplate-wart-damage .sheet-wart-react-outer {
background-color: #94b1cc;
width: 92%;
margin: auto;
border: #4f4f4f solid 2px;
border-radius: 10px;
font-family: corbel;
margin-top: -4%;
}
.sheet-rolltemplate-wart-description .sheet-wart-react-header,
.sheet-rolltemplate-wart-roll .sheet-wart-react-header,
.sheet-rolltemplate-wart-damage .sheet-wart-react-header {
font-size: 1.3em;
line-height: 1.3em;
font-style: italic;
font-weight: 900;
color: #1f1f4f;
margin: 0% 0% 0% 0%;
}
.sheet-rolltemplate-wart-description .sheet-wart-react-button,
.sheet-rolltemplate-wart-roll .sheet-wart-react-button,
.sheet-rolltemplate-wart-damage .sheet-wart-react-button {
margin-top: -3px;
margin-bottom: -3px;
}
.sheet-rolltemplate-wart-description .sheet-wart-react-button.sheet-row,
.sheet-rolltemplate-wart-roll .sheet-wart-react-button.sheet-row,
.sheet-rolltemplate-wart-damage .sheet-wart-react-button.sheet-row {
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
font-size: 0.9em;
line-height: 0.9em;
width: 90%;
margin: auto;
border-top: 1px black solid;
padding: 2% 0% 2% 0%
}
.sheet-rolltemplate-wart-description .sheet-wart-react-button.sheet-row .inlinerollresult,
.sheet-rolltemplate-wart-roll .sheet-wart-react-button.sheet-row .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-react-button.sheet-row .inlinerollresult {
background: none;
border: none;
color: #2c324f;
pointer-events: none;
}
.sheet-rolltemplate-wart-description .sheet-wart-react-button.sheet-row a,
.sheet-rolltemplate-wart-roll .sheet-wart-react-button.sheet-row a,
.sheet-rolltemplate-wart-damage .sheet-wart-react-button.sheet-row a {
font-family: dicefontd20;
font-weight: 900;
color: #0038ac;
border: 2px solid #305679;
background-color: #f2fffe;
border-radius: 10px;
font-size: 1.6em;
padding: 0% 6px 0% 6px;
line-height:1.1em;
}
.sheet-rolltemplate-wart-description .sheet-wart-react-button.sheet-row a[href*="apply"],
.sheet-rolltemplate-wart-roll .sheet-wart-react-button.sheet-row a[href*="apply"],
.sheet-rolltemplate-wart-damage .sheet-wart-react-button.sheet-row a[href*="apply"] {
font-family: 'pictos';
font-weight: 300;
}
/* DESCRIPTION TEMPLATE */
/* Trick to stop the double-template getting cut by the avatar on 6th/7th post */
.sheet-rolltemplate-wart-description:not(:first-child) {
position: relative;
}
.sheet-rolltemplate-wart-description:not(:first-child) .sheet-wart-outer.sheet-sheet-bottom,
.sheet-rolltemplate-wart-description:not(:first-child) .sheet-wart-outer.sheet-bottom {
position: relative;
margin-top: -28px;
}
.sheet-rolltemplate-wart-description {
text-align: center;
margin: -2px 5% -7px -10%;
padding: 0% 0% 0% 0%;
background: #f4f4da;
}
.sheet-rolltemplate-wart-description .sheet-wart-outer {
border: #3e4006 1px solid;
border-width: 1px 5px 1px 5px;
padding: 0% 0% 0% 0%;
}
.sheet-rolltemplate-wart-description .sheet-wart-spacer {
min-height: 8px;
background-color: #D3E5F5;
z-index: 1;
}
.sheet-rolltemplate-wart-description .sheet-wart-spacer.sheet-footer {
margin-top: 4px;
}
.sheet-rolltemplate-wart-description .sheet-wart-title,
.sheet-rolltemplate-wart-description .sheet-wart-charname {
background-color: #121101;
border: 2px solid #363905;
color: whitesmoke;
font-size: 1.1em;
line-height: 1.1em;
padding: 0% 0% 0% 0%;
margin: -2% -5% 0% -5%;
border-radius: 10px 10px 1px 1px;
}
.sheet-rolltemplate-wart-description .sheet-wart-charname {
font-size: 1.1em;
padding: 0px;
margin: 0% -5% -3% -5%;
outline: none;
border-radius: 1px 1px 10px 10px;
}
.sheet-rolltemplate-wart-description .sheet-wart-subtitle.sheet-rolltable,
.sheet-rolltemplate-wart-description .sheet-wart-subtitle.sheet-desc {
background-color: #c1c1af;
border-bottom: 1px solid grey;
line-height: 1.3em;
font-size: 1.1em;
font-weight: bold;
}
.sheet-rolltemplate-wart-description .sheet-wart-subtitle.sheet-rolltable .inlinerollresult,
.sheet-rolltemplate-wart-description .sheet-wart-subtitle.sheet-desc .inlinerollresult {
background: none;
border: none;
font-size: 1.2em;
font-weight: bold;
}
.sheet-rolltemplate-wart-description .sheet-wart-row {
font-size: 1.2em;
line-height:1.2em;
font-style: italic;
padding: 1% 0% 1% 0%;
margin: 0% 0% 0% 0%;
font-family: corbel;
border-bottom: 1px solid grey;
}
.sheet-rolltemplate-wart-description .sheet-wart-body .sheet-wart-row .inlinerollresult {
background: none;
border: none;
font-size: 1em;
font-weight: bold
}
.sheet-rolltemplate-wart-description .sheet-wart-body .sheet-crit {
color: #960000;
}
.sheet-rolltemplate-wart-description .sheet-wart-desc .sheet-wart-row.sheet-allprops:last-child {
border-top: 1px solid black;
}
.sheet-rolltemplate-wart-description .sheet-wart-row.sheet-allprops {
display: grid;
grid-template-columns: 1fr 60%;
line-height:1.2em;
}
.sheet-rolltemplate-wart-description .sheet-wart-allprops .sheet-allprops:nth-child(2) {
background-color: #f9f9ee
}
.sheet-rolltemplate-wart-description .sheet-allprop.sheet-key {
font-weight: bold;
justify-self: right;
text-align: right;
}
.sheet-rolltemplate-wart-description .sheet-wart-react-button.sheet-row {
border: none;
}
.sheet-rolltemplate-wart-description .sheet-wart-react-button.sheet-row .inlinerollresult {
pointer-events: none;
color: darkblue;
}
.sheet-rolltemplate-wart-description .sheet-wart-react-button.sheet-row a {
font-size: 1em;
font-style: normal;
line-height: 1.3em;
} | WarlockOSR/warlockOSR.css | @import url('https://fonts.googleapis.com/css?family=Courier+Prime&family=Cutive+Mono&display=swap');
.war-outer {
min-width: 750px;
font-family: 'Courier Prime', monospace;
font-size: 12px;
}
.war-header {
background-color: white;
font-size: 26px;
font-weight: bold;
font-style: italic;
text-align: center;
border: 2px solid #000;
margin-bottom: -2px;
position: relative;
z-index: +1;
height: 120px;
}
.war-header .header-charname {
height: 70%;
text-align: left;
font-size: 1.6em;
margin: 1% 0% auto 1%;
line-height: 2.2em;
max-width: 65%;
overflow: hidden;
color: darkblue;
border: darkblue 1px solid;
border-radius: 5px;
padding-left: 1%;
pointer-events: none;
}
.war-header .header-logo {
position: absolute;
right: 15px;
top: 10%;
width: 220px;
}
.war-main {
display: grid;
grid-template-columns: 49% 49%;
column-gap: 2%;
background-color: lightgrey;
padding: 1% 1% 1% 1%;
border: 2px solid black;
position: relative;
}
.war-group {
position: relative;
padding: 2px;
margin: 1% 0px 1% 0px;
background-color: white;
border: 1px solid;
max-height: 100%;
}
.attribute, .group-label {
margin: 2% 1% 2% 1%;
width: 98%;
}
.attribute.input, .attribute.select, .attribute.span {
display: grid;
grid-template-columns: 40% 60%;
align-items: center;
position: relative;
height: auto;
margin: 1% 1% 1% 1%;
}
.war-group input[type="number"] {
text-align: center;
}
.attribute.input input[type="number"], .war-outer .skill-item input[type="number"] {
width: 4em;
font-size: 1.2em;
text-align: center;
height: 98%;
}
.attribute.span span,
.war-outer .war-group span.input-like {
border: 1px lightgrey solid;
border-radius: 4px;
font-weight: normal;
min-width: 2em;
min-height: 1.8em;
line-height: 1.8em;
height: 1.8em;
}
.war-group.basic-info .attribute.span span {
min-height: 1.8em;
line-height: 1.8em;
padding-left: 3%
}
.attribute.textarea {
margin-top: 3%;
position: relative;
height: auto;
}
.attribute textarea {
display:block;
width: 95%;
margin: auto;
resize: none;
height: auto;
box-sizing: content-box;
}
.attribute.textarea label {
position: relative;
background: white;
width: max-content;
}
.attribute select {
margin: 0px 0px 0px 0px;
width: 100%
}
.attribute input {
display: inline-block;
width: 100%;
}
.war-group label {
margin: 0px 0px 0px 3%;
}
.group-label {
font-size: 1.3em;
font-weight: bold;
font-style: italic;
margin: 1% 0% 1% 1%;
border-bottom: 1px solid lightgrey;
}
.table-header {
display: grid;
justify-items: center;
margin: 2% 0% 2% 0%;
width: 100%;
font-variant: small-caps;
border-bottom: solid 1px lightgrey;
}
.dicefontd6 {
font-family: 'dicefontd6';
}
.pictos-custom {
font-family:"pictos custom";
font-variant: none;
text-align: center;
padding: 0px;
}
.nodisplay {
display: none;
}
.war-group input[type="text"],
.war-group select {
font-size: 1.1em;
line-height: 1.1em;
padding-left: 1%;
height: 1.8em;
}
.war-group.basic-info input[type="text"] {
font-weight: bold;
padding-left: 3%;
}
.war-outer .war-group .repcontainer button.fold-button {
padding: 0.2rem 0.2rem 0.2rem 0.2rem;
min-height: 0px;
width: 1.3em;
height: 1.3em;
}
input[name*="options-flag"][value="1"] ~ button[name*="options-btn"] {
box-shadow: 0px 0px 3px 1px #1283dc;
}
/* DROP DOWN TRANSITION EFFECT */
.war-group button[name*="options-btn"] .cog img {
transition: transform 1s;
transform: rotate(0deg);
transition-timing-function: ease-out;
width: 1em;
}
input[name*="options-flag"][value="1"] ~ button[name*="options-btn"] .cog img {
transform: rotate(180deg)
}
.war-group .repitem button[type*="action"],
.war-group .row-like button {
background-image: linear-gradient(#fff, #efefef);
border: 1px solid lightgrey;
border-radius: 5px;
white-space: nowrap;
min-height: 1.7em;
}
/* TABS SECTION */
.war-tabs {
display:grid;
grid-template-columns: min-content min-content min-content;
grid-column-gap: 8px;
width: 28%;
justify-items: center;
margin: auto auto 0% 1%;
height: 30px;
align-content: end;
position: absolute;
bottom: 0px;
}
.war-tabs .tab {
position:relative;
height: 30px;
padding: 0px;
margin: 0px -12px 0px -12px;
width: 90%;
}
.war-tabs button {
border-radius: 4px 4px 0px 0px;
border: 1px solid black;
background: darkgray;
border-bottom: 2px solid black;
padding: 0% 15px 0% 15px;
position: relative;
text-transform: uppercase;
letter-spacing: 1px;
}
.war-header input[name*="activetab"][value*="character"] ~ .tab.character button,
.war-header input[name*="activetab"][value*="settings"] ~ .tab.settings button,
.war-header input[name*="activetab"][value*="help"] ~ .tab.help button {
background-color: lightgrey;
border-bottom: 2px solid lightgrey;
}
.war-character, .war-settings, .war-help {
display: none;
}
.war-outer input[name*="activetab"][value*="character"] ~ .war-character,
.war-outer input[name*="activetab"][value*="settings"] ~ .war-settings,
.war-outer input[name*="activetab"][value*="help"] ~ .war-help {
display: block;
}
.war-header input[name*="activetab"][value*="character"] ~ .tab.character,
.war-header input[name*="activetab"][value*="settings"] ~ .tab.settings,
.war-header input[name*="activetab"][value*="help"] ~ .tab.help {
z-index: 3;
}
war-header .tab.help {
z-index: 0;
}
.war-header .tab.settings {
z-index: 1;
}
.war-header .tab.character {
z-index: 2;
}
/* ICONS & COLOURS*/
i.ro img {
width: 1.3em;
max-width: 2em;
}
.war-group.stats i.ro img {
width: 1.2em;
}
i.ro.health {
filter: invert(12%) sepia(57%) saturate(4943%) hue-rotate(352deg) brightness(77%) contrast(89%);
}
i.ro.clover {
filter: invert(22%) sepia(99%) saturate(1924%) hue-rotate(99deg) brightness(75%) contrast(105%);
}
/* NPC SELECTION */
.war-character .war-character-pc,
.war-character .war-character-npc {
display:none;
}
.war-character input[name*="npc"][value="0"] ~ .war-character-pc,
.war-character input[name*="npc"][value="1"] ~ .war-character-npc {
display: block;
}
/* MAX NUMBER INPUTS AND REMOVE SPINNER BUTTONS */
.attribute.input.max {
justify-items: center;
grid-template-columns: 35% 25% 1% 14% 10%;
grid-column-gap: 3%;
width: 65%;
margin: 2% auto 2% auto;
}
.attribute.input.max input {
width: 100%;
text-align: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
opacity: 1.0;
}
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
display:none;
}
.no-spinner {
-moz-appearance: textfield;
}
/* BASIC INFO SELECTORS */
.war-group.basic-info .attribute.career,
.war-group.basic-info .attribute.community {
display:none;
}
.war-group.basic-info input[name*="unlocked"][value="0"] ~ .select.career,
.war-group.basic-info input[name*="unlocked"][value="1"] ~ .input.career,
.war-group.basic-info input[name*="unlocked"][value="0"] ~ .select.community,
.war-group.basic-info input[name*="unlocked"][value="1"] ~ .input.community {
display:grid;
}
/* STATS SECTION + DICE ROLLERS */
.war-outer .war-group.stats .input-like {
width: max-content;
text-align: center;
padding: 0% 5px 0% 5px;
height: 2em;
line-height: 2.1em;
font-size: 1.1em;
max-width: 0em;
overflow: hidden;
cursor: help;
}
.war-group.stats .foldable {
font-size: 1em;
grid-template-columns: max-content 20% 10% 15%;
width: 65%;
align-items: center;
margin: 2% auto 2% auto;
border-bottom: 1px solid grey;
padding: 0% 0% 2% 0%;
justify-items: center;
}
.war-group.stats .attribute.input.max {
justify-items: center;
grid-template-columns: 15% 25% 15% 2% 8% 10%;
grid-column-gap: 2%;
width: 85%;
margin: 2% 0% 2% 10%;
}
.war-group.stats .foldable.stamina {
grid-template-columns: max-content 15% 5% 10% 5% 10%;
width: 85%;
margin: 2% auto 4% auto;
border-bottom: 1px solid grey;
}
.war-group.stats .attribute.input.max .stats-btn {
background: none;
border: none;
line-height: 1em;
font-size: 1.5em;
color: darkred;
}
.war-group.stats .attribute.input.max button[name*="luck"].stats-btn {
color: #b48e09;
}
.war-group.stats .foldable.stats-options:nth-child(5) {
border: none;
}
.war-group.stats .fold-button,
.group-label .fold-button {
position:absolute;
top: 4px;
right: 4px;
}
div.stamina-up {
margin: 5% 0px 0px 0px;
height: 88%;
}
.war-group.stats input[type="number"] {
margin: 1% 0% 2% 0%;
padding: 0% 0% 0% 0%;
height: 2em;
}
input[name*="_base"] ~ .btn.dicefontd6 {
font-size: 2.5em;
display: none;;
background: none;
border:none;
color: #9a8315;
box-shadow: none;
top: -5%;
position: relative;
}
input[name*="_base"][value="0"] ~ .btn.dicefontd6 {
display:inline-flex;
}
.war-group.stats .stamina-up input[name*="unlocked"][value="1"] ~ .custom,
.war-group.stats .stamina-up input[name*="unlocked"][value="0"] ~ .auto {
display: inline-block
}
.war-group.stats .stamina-up input[name*="unlocked"][value="0"] ~ .custom,
.war-group.stats .stamina-up input[name*="unlocked"][value="1"] ~ .auto {
display: none
}
/* ADVENTURE SKILL SECTION */
/* Fix for repeating buttons not firing */
.repitem .skill-item.repeating {
position: static;
}
.skill-item .btn.ui-draggable {
box-shadow: none;
}
.attribute.table-header {
grid-template-columns: 50% 28% 10%;
grid-column-gap: 1%;
justify-items: left;
margin: 1% 0% 1% 4%;
}
.war-outer .skill-item {
display: grid;
grid-template-columns: 50% 20% 10% 10%;
position: relative;
height: 1.7em;
grid-column-gap: 1%;
align-items: center;
justify-items:center;
font-size: 1em;
margin: 1% 2% 1% 2%;
border-radius: 5px;
background-image: linear-gradient(#fff, #efefef);
}
.adventuring-skills .group-label {
min-height: 1.8em
}
.war-group.adventuring-skills .attribute.table-header span:nth-child(1), .war-group.adventuring-skills .skill-item button {
justify-self: left;
margin-left:13%
}
.war-outer .war-group .skill-item button {
color: #005003;
border: none;
background: none;
font-size: 1.4em;
font-variant: all-small-caps;
letter-spacing: 1px;
display: inline-flex;
white-space: nowrap;
word-spacing: -35%;
}
input[name*="_prof"][value="1"] ~ button {
color: #00a800;
}
input[name*="_prof"][value="1"] ~ input {
border: #09b509 solid 1px;
}
/* DISABLE NON-PROF SKILL INPUTS */
.skill-item input[name*="unlocked"][value="0"] ~ input[type="hidden"][name*="prof"][value="0"] ~ input[type="number"] {
opacity: 0.7;
pointer-events: none;
}
/* SKILLS MAX FOR CUSTOM SHEET */
.war-group.adventuring-skills .skill-item .skill-limit {
display:none;
}
.war-group.adventuring-skills .skill-item input[name*="unlocked"][value="0"] ~ span.skill-limit,
.war-group.adventuring-skills .skill-item input[name*="unlocked"][value="1"] ~ input.skill-limit {
display: inline-block;
}
.war-group.adventuring-skills .skill-item input.skill-limit {
width: 2em;
border: grey solid 1px;
}
/* ADVENTURING SKILL FLAGS */
/* COMMON */
.skill-item .skill-flag, .skill-item .skill-cmax-flag {
position:absolute;
top: 8%;
font-size: 0.9em;
cursor: help;
display: none;
}
/* PAST CAREER BOOST FLAG */
.skill-item [name$="_boosted"][value="1"] ~ .skill-cmax-flag,
.skill-item [name*="unlocked"][value="1"] ~ input[type="checkbox"] {
display:block;
}
.skill-item [name$="_prof"][value="1"] ~ .skill-cmax-flag,
.war-group.adventuring-skills .skill-item [name*="unlocked"][value="1"] ~ .skill-flag,
.skill-item [name*="unlocked"][value="0"] ~ input[type="checkbox"] {
display: none;
}
.skill-item .skill-cmax-flag {
color: darkgreen;
right: 5%;
top: 5%;
}
/* CURRENT PROFICIENCY FLAG */
.skill-item input[type="checkbox"] {
position: absolute;
left: 2%;
margin-left: 0px;
}
.skill-item .skill-flag {
display: none;
}
.skill-item [name*="_prof"][value="1"] ~ .skill-flag {
display: block;
left: 3%;
color: #00a800;
}
/* Skill is over max value */
.skill-item [name$="_overmax"][value="1"] ~ span[name$="_max"] {
color: red;
}
.skill-item [name$="_overmax"][value="1"] ~ input[type="number"] {
outline: red 1px solid
}
/* Skill is boosted by an item */
.skill-bonus {
color: #138e96;
cursor: help;
justify-self: left;
margin-left: -20%;
}
.skill-item input[name*="_bonus"][value="0"] ~ .skill-bonus {
visibility: hidden;
}
/* TRAITS GROUP */
.war-group.traits textarea {
resize: vertical;
min-height: 5em;
}
/* SPECIFIC WAR-GROUP CHANGES */
.war-group.basic-info {
height: min-content;
}
.war-group.basic-info .attribute.select {
height: 2.4em;
}
.war-group.basic-info .attribute.input label, .war-group.basic-info .attribute.select label {
margin-left: 2%;
}
.war-group.basic-info .attribute.input input, .war-group.basic-info .attribute.select select {
width: 95%
}
.war-group.basic-info .attribute.button {
justify-self:right;
margin: 1% 5% 1% auto;
width: 55%;
text-align: center;
}
.war-group.basic-info span {
width: 93%;
height: auto;
}
.war-group.basic-info button {
line-height: 1em;
vertical-align: middle;
}
.war-group.background {
grid-column: 2 / 3;
grid-row: 1 / 3;
}
.war-group.stats {
padding: 0% 0% 0% 0%;
}
.war-group.career-advances .group-label label {
text-align: center;
margin: auto;
}
.war-group.career-advances .attribute {
grid-template-columns: 60% 20%;
width: 70%;
margin: 2% auto 2% auto;
}
.war-group.career-advances .attribute :nth-child(1) {
justify-self: center;
width: auto;
}
.war-group.career-advances .attribute :nth-child(2) {
justify-self: left;
width: fit-content;
}
/* SPECIFIC ATTRIBUTE TWEAKS */
.attribute.textarea textarea[name*="background"] {
margin-top: 1%;
height: auto;
min-height: 8em;
resize: vertical;
}
.attribute.textarea textarea[name*="trait"] {
margin-top: 1%;
height: auto;
min-height: 1em;
resize: vertical;
}
/* CAREER TOGGLE BUTTON */
.career-toggle {
color: #b5b5b5;
}
input[name="attr_career_toggle"][value="1"] ~ .career-toggle {
outline: #08b1ff69 solid 2px;
outline-offset: -1px;
border-radius: 15%;
color: #005eff;
}
/* COMMUNITY/CAREER SELECTION */
.basic-career-select, .advanced-career-select {
display:none;
grid-column: 1 / 3;
grid-template-columns: 40% 60%;
align-items: center;
max-height: 20px;
}
input[name="attr_career_toggle"][value="0"] ~ .basic-career-select, input[name="attr_career_toggle"][value="1"] ~ .advanced-career-select
{
display:grid;
}
input[name="attr_community"] ~ .career {
display:none;
}
input[name="attr_community"][value="none"] ~ .career.blank,
input[value="human"] ~ .career.human,
input[value="dwarf"] ~ .career.dwarf,
input[value="elf"] ~ .career.elf,
input[value="goblin"] ~ .career.goblin,
input[value="halfling"] ~ .career.halfling {
display:block;
}
/* REPEATING SECTIONS */
/* COMMON ITEMS */
input[name*="options-flag"][value="0"] ~ .foldable {
display: none;
}
input[name*="options-flag"][value="1"] ~ .foldable {
display: grid;
}
.war-group.adventuring-skills input[type="number"] {
padding: 0px 0px 0px 0px;
margin: 0px 0px 2px 0px;
}
.repcontainer .repitem input[type="number"] {
text-align: center;
width: auto;
}
.war-group .repcontainer .repitem select {
margin: 0%;
width: min-content;
}
.war-group .repcontainer .repitem input[type="text"] {
width: 100%;
height: 1.8em;
margin: 1% 0% 1% 0%;
padding: 1% 0% 0% 5px;
}
.war-group .repcontainer .repitem .foldable.weapon-options textarea[name="attr_description"] {
min-height: 1em;
width: auto;
resize: vertical;
}
.war-group .repitem .foldable label {
margin: 0% 0% 0% 0%;
padding: 0px;
}
.war-group .foldable {
width: 95%;
margin: 0% 0% 4% 2%;
padding: 0% 0% 8% 0%;
grid-row-gap: 1%;
border-bottom: 1px solid lightgray;
align-items: center;
}
.foldable textarea {
height: auto;
max-width: 98%;
resize: vertical;
width: auto;
margin: 0% 0% 0% 0%;
}
.foldable .repeating.option {
display: grid;
width: 95%;
grid-template-columns: 35% 65%;
grid-column-gap: 1%;
margin: 1% 0% 1% 0%;
position: relative;
align-items: center;
}
.war-group .repeating.option.sub {
grid-template-columns: 49% 49%;
grid-column-gap: 2%;
width: 95%;
}
.war-group .sub-option {
display: grid;
grid-template-columns: 1fr auto;
width: 100%;
grid-column-gap: 5%;
align-items: center;
position: relative;
}
.war-group .sub-option {
display: grid;
grid-template-columns: min-content min-content;
grid-column-gap: 5%;
align-items: center;
white-space: nowrap;
}
.war-group input[type="text"] {
min-width: 5em;
}
.war-group input[type="text"][name*="damage"] {
min-width: 5em;
}
.repeating.option.double {
grid-column: 1 / 3;
margin: 2% 0% 2% 0%;
}
.repeating.option.sub div:nth-child(2) label {
text-align:right;
}
.war-group .repitem .foldable input[type="checkbox"] {
justify-self: left;
}
.war-group .repitem .maingrid {
display: grid;
grid-column-gap: 3%;
align-items:center;
}
.war-group .repcontrol {
min-height: 27px;
width: 70%;
margin: 3% auto 0% auto;
transform: scale(0.8);
-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
}
.war-group.possessions, .war-group.spells, .war-group.weapons {
height: min-content;
}
.war-group.possessions .maingrid input[type="text"] {
color:darkblue;
border:darkblue 1px solid;
}
.war-group .itemcontrol {
z-index: +10;
}
/* CAREER SKILLS REP SEC */
/* Unlocked sheet toggle for active career skill */
.war-group.career-skills .skill-item.repeating.auto,
.war-group.career-skills .skill-item.repeating.custom{
display:none;
}
.war-group.career-skills input[name*="unlocked"][value="1"] ~ .custom,
.war-group.career-skills input[name*="unlocked"][value="0"] ~ .auto {
display: grid;
}
.war-group.career-skills .repeating.custom input {
margin-left: 12%;
padding-left: 12%
}
.career-skills .repeating .btn {
box-shadow: none;
display: inline-flex;
height: 1.3em;
line-height: 1.3em;
}
.skill-item.repeating {
grid-template-columns: 60% 20%;
}
.war-group.career-skills .table-header {
grid-template-columns: 59% 20%;
grid-column-gap: 1%
}
.war-group.career-skills input[name*="unlocked"][value="0"] ~ .repcontrol {
display: none;
}
.war-group.career-skills .repcontainer button {
min-height: 0px;
}
/* POSESSIONS REP SEC */
.war-group.possessions .repitem .maingrid {
grid-template-columns: 8% 52% 12% 8% 6%;
margin: 1% 0% 1% 3%
}
.possession.table-header {
grid-template-columns: 8% 55% 14% 10% 6%;
margin: 0% 0% 0% 3%;
}
.possession.table-header span:nth-child(2) {
justify-self: start;
margin-left: 10%;
}
.foldable.possession-options {
grid-template-columns: 100%;
}
/* ITEM FLAGS */
.itemflags {
white-space: nowrap;
justify-self: center;
padding: 0px;
}
.itemflags i {
display: none;
margin: -4px;
}
.itemflags input[value*="B"] ~ i.shield,
.itemflags input[value*="A"] ~ i.armour,
.itemflags input[value*="W"] ~ i.weapon ,
.itemflags input[value*="S"] ~ i.stats {
display: inline;
}
.war-group.weapons .itemflags input[value*="C"] ~ i.crushing,
.war-group.weapons .itemflags input[value*="P"] ~ i.piercing,
.war-group.weapons .itemflags input[value*="S"] ~ i.slashing,
.war-group.weapons .itemflags input[value*="B"] ~ i.blast,
.war-group.weapons .itemflags input[value*="R"] ~ i.ranged {
display: inline;
}
/* Currency Section */
.possession.currency {
border: 1px #887b59 solid;
border-radius: 15%;
background-color: #fdfcf6;
margin: 2% 3% 2% 3%;
padding: 2% 2% 2% 2%;
width: 90%;
display: grid;
grid-template-columns: max-content auto max-content auto max-content;
align-items: center;
}
.possession.currency-header {
text-align: center;
display: block;
margin: 2% auto -1% auto;
border-top: 1px lightgray solid;
width: 70%;
font-size: 1.1em;
font-style: italic;
padding-top: 2%;
}
.possession.currency button {
height: 10px;
line-height: 10px;
background: none;
color: #8e7b00;
border: none;
font-size: 1.3em;
}
.war-group.possessions .possession.currency input {
width: 55px;
}
/* EFFECTS REP SEC */
.war-group.effects .group-label.sub {
font-size: 1.1em;
font-style: normal;
margin: 1% 0% 0% 1%;
}
.war-group.effects .effects-passive .table-header {
display: grid;
grid-template-columns: 30% 60%;
justify-items: center;
}
.war-group.effects .effects-passive .maingrid-like .row-like {
display: grid;
grid-template-columns: 30% 70%;
grid-column-gap: 4%;
margin: 0% 0% 0% 2%;
padding: 0% 0% 1% 0%;
min-height: 2.4em;
align-items: center;
width: 95%;
}
.war-group.effects .effects-passive .maingrid-like .row-like div span,
.war-group.effects .effects-passive .maingrid-like .row-like div label {
display:inline;
font-size: 1.1em;
font-weight: normal;
padding: 0% 2% 0% 0%;
margin: 0%;
}
.war-sub-group.effects-active {
border-top: 1px solid grey;
margin: 2% 0% 0% 0%;
}
.war-group.effects .effects-active .table-header {
display: grid;
grid-template-columns: 40% 15% 20% 12% 10%;
grid-column-gap: 1%;
justify-items: center;
}
.war-group.effects .effects-active .maingrid {
display: grid;
grid-template-columns: 40% 15% 20% 12% 10%;
grid-column-gap: 1%;
margin: 1% 0% 0% 2%;
}
.war-group.effects .effects-active .maingrid span {
justify-self: center;
}
.war-group.effects button {
color: #1d6561;
}
.war-group.effects .effects-active .foldable .repeating.option {
grid-template-columns: 25% 75%;
}
.war-group.effects .effects-active .repeating.option.sub {
grid-template-columns: 40% 60%;
}
.war-group.effects .effects-active .repeating.option.sub .sub-sub-option {
justify-self: right;
}
.war-group.effects .sub-option input[name*="duration"] {
justify-self: right;
width: 4em;
}
/* TOOLTIP */
.war-hover {
cursor: help;
font-size:1.5em;
color: blue;
position: absolute;
right: -7%;
}
.war-tt {
visibility: hidden;
opacity: 0;
transition: opacity 0.7s;
width: 110%;
position: absolute;
background: #e7e9b0ed;
padding: 5%;
border-radius: 10px;
border: 2px black solid;
bottom: -100px;
left: 110%;
z-index: +100;
}
.war-tt span {
white-space: pre-line;
}
.war-hover-text {
cursor: help;
}
.war-tt.item-types,
.war-tt.effect-types,
.war-tt.weapon-types {
width: max-content;
padding: 3%;
font-size:1.1em;
line-height: 1.4em;
}
.war-tt.item-types {
height: 7em;
top: -7em;
left: 59%;
}
.war-tt.effect-types {
top: 9em;
height: max-content;
left: 35%;
}
.war-tt.weapon-types {
height: 8em;
top: -8em;
left: 69%;
}
.war-hover.item-mods:hover ~ .war-tt.item-mods,
.war-hover.effect-mods:hover ~ .war-tt.effect-mods,
.war-hover-text:hover ~ .war-tt.item-types,
.war-hover-text:hover ~ .war-tt.effect-types,
.war-hover-text:hover ~ .war-tt.weapon-types {
visibility: visible;
opacity: 1.0;
}
/* WEAPONS REP SEC */
.war-group.weapons .repitem .maingrid {
grid-template-columns: 3% 45% 6% 23% 12% 6%;
grid-column-gap: 1%;
margin: 1% 2% 1% 1%
}
.weapon.table-header {
grid-template-columns: 2% 45% 6% 24% 11% 6%;
grid-column-gap: 0%;
margin: 0% 0% 0% 2%;
}
.war-group.weapons .repitem button[name*="roll"] {
padding: 0% 0% 0% 0%;
color: #b30621;;
}
.war-group.weapons .repcontainer select {
width: min-content;
margin: 0%;
}
.war-group .repcontainer .attack-skill-select input[type="text"] {
width: 20%
}
.war-group.weapons .attack-damage-select {
width: 95%;
grid-column: 1 / 4;
display: grid;
grid-template-columns: 35% min-content 2% 20%;
align-items: center;
grid-column-gap: 1%;
}
.war-group.weapons .repeating.option.sub {
grid-template-columns: 50% 50%;
}
.war-group.weapons .sub-option {
display: grid;
grid-template-columns: min-content min-content;
grid-column-gap: 5%;
align-items: center;
}
/* Readied Weapon */
.war-group.weapons .table-header span[title*="Read"] {
margin: 0% 0% 0% 1%;
cursor: help;
}
.main-weapon-options label {
font-size: .9em;
margin: 3% 0% 0% 0%;
}
.war-header input[name*="activetab"][value*="character"] ~ .tab.character button,
.war-header input[name*="activetab"][value*="settings"] ~ .tab.settings button,
.war-header input[name*="activetab"][value*="help"] ~ .tab.help button {
background-color: lightgrey;
border-bottom: 2px solid lightgrey;
z-index: +1;
}
.war-group.weapons .repitem .attack-damage-select input[name*="damage_custom"] {
pointer-events: none;
color: lightgrey;
}
.war-group.weapons .repitem .foldable input[name*="damage_base"][value*="custom"] ~ input[name*="damage_custom"] {
pointer-events: all;
color: black;
}
.war-group.weapons .repitem .maingrid input[name*="w_readied"][value="0"] ~ input[name*="r_readied"],
.war-group.weapons .table-header input[name*="react"][value="0"] ~ span[title*="Read"] {
visibility: hidden;
}
/* SPELLS REP SEC */
.war-group.spells .repitem .maingrid {
grid-template-columns: 45% 20% 10% 8% 6%;
grid-column-gap: 2%;
margin: 1% 2% 1% 3%;
text-align: center;
}
.spell.table-header {
grid-template-columns: 45% 20% 10% 8% 6%;
grid-column-gap: 1%;
margin: 0% 0% 0% 1%;
}
.war-group.spells button[name*="roll"] {
color: #b40fb4;
}
.spells .repcontainer .repitem input[type="number"],
.effects .repcontainer .repitem input[type="number"] {
text-align: center;
width: 3.5em;
}
.war-group.spells .repitem button[name*="link"] img {
width: 1.1em;
}
.war-group.spells .repitem button[name*="link"] {
border: none;
background: none;
}
.war-group.spells input[type="text"][name*="duration"] {
width: 5em;
}
/* Attack only options */
.war-group.spells .repeating.option.attack-only {
display:none;
}
.war-group.spells .spell-options input[value="Attack"] ~ .attack-only {
display: grid;
}
/* CHARACTER CREATION TUTORIAL */
[name="attr_disable_tutorial"][value="1"] ~ .tutorial,
[name="attr_disable_tutorial"][value="1"] ~ .tutorial.initial-skillpoints {
display: none;
visibility: hidden;
}
.tutorial {
background: #ffe88c;
border: 2px solid #84720a;
border-radius: 5px;
vertical-align: middle;
line-height: 1.5em;
text-align: center;
}
.initial-skillpoints {
display:none;
font-size: 14px;
font-weight: normal;
position: absolute;
top: -1%;
left: 4%;
width: 90%;
}
.initial-skillpoints * {
margin: 0% 2px 0% 0%;
}
.initial-skillpoints span[name*="attr"] {
font-weight: bold;
}
[name*="tutorial_flag"][value="1"] ~ .phase1,
[name*="tutorial_flag"][value="2"] ~ .phase2,
[name*="tutorial_flag"][value="3"] ~ .phase3 {
display: block;
}
[name*="disable_career_flag"][value="0"] ~ .disable-career {
display: none;
}
.disable-career {
position: absolute;
z-index: +1;
width: 55%;
height: 73%;
right: 4%;
top: 20%;
opacity: 0.9;
padding-top: 2%;
}
.disable-career button {
margin: 2% auto auto auto;
height: 0.9em;
border-width: 1px;
font-size: 15px;
background-color: #ddc623;
border-color: #84720a #caad00 #caad00 #84720a;
font-weight: bold;
padding: 1% 5% 1% 5%
}
/* NPC SHEET */
.war-character-npc input[type="text"] {
width: min-content
}
.war-character-npc input[type="number"] {
max-height: 1.8em;
}
.war-character-npc .attribute.input {
grid-template-columns: 33% 66%
}
.war-character-npc .attribute.input.max {
grid-template-columns: 18% 15% 2% 15%;
margin: 3% 3% 3% 3%;
padding: 0% 0% 3% 0%;
border-bottom: 1px lightgrey solid;
width: 95%;
}
.war-character-npc .repeating.custom {
width: 90%;
margin: 0% auto 3% auto;
}
.war-group.npc-description {
grid-row: 0 / 3;
grid-column: 2 / 3;
}
.war-group.npc-description textarea {
min-height: 10em;
resize: vertical;
}
.war-group.effects {
height: min-content;
padding-bottom: 3%;
}
.war-group.npc-stats .attribute {
grid-template-columns: 38% 60%;
grid-column-gap: 2%;
}
.war-character-npc .weapons .weapon-options input[name*="mod"] {
width: 4em
}
/* MONSTER ABILITY REP SEC */
.monster-ability.wizard {
text-align: center;
margin: 2% 0% 0% 0%;
}
.monster-ability.wizard select {
width: min-content;
}
.war-group.monster-abilities .table-header {
grid-template-columns: 30% 55% 10%;
margin: 0% 0% 2% 2%;
padding: 1% 0% 0% 0%;
border-top: 1px solid lightgrey;
width: 96%
}
.war-group.monster-abilities .repitem {
margin: 2% 0% 3% 0%;
}
.war-group.monster-abilities .maingrid {
grid-template-columns: 30% 55% 10%;
margin: 0% 0% 0% 2%;
}
.war-group.monster-abilities .maingrid button[name*="link"] {
color: #c38104;
}
.war-group.monster-abilities .maingrid span[name*="detail"] {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
font-style: italic;
font-size:0.9em;
overflow: hidden;
padding: 1px 2px 1px 2px;
}
.war-group.monster-abilities .foldable textarea {
height: 8em;
}
/* SETTINGS TAB */
.war-group.settings .settings.option {
border: 1px solid grey;
margin: 8px 5px 8px 5px;
padding: 5px 2px 5px 2px;
border-radius: 5px;
}
.war-group.settings select {
padding: 0px;
margin: 2px;
}
.war-group.settings .settings-heading {
text-align:center;
margin-top: 1%
}
.war-group.settings .settings.tip {
display:block;
font-size:1em;
font-style: italic;
margin-top: 5px;
padding: 5px;
}
/* DOCUMENTATION TAB */
.war-group.help {
grid-column: 1 / 3;
}
.war-group.help .attribute {
width: 30%;
}
.war-group.help .group-label span {
white-space: pre-line;
font-size: 0.7em;
}
.war-group.help .group-label span img {
width: 20px;
}
.war-group.help {
font-size: 1.3em;
background-color: #fff;
cursor: default;
user-select: none;
}
.war-help .help.grid {
display: grid;
grid-template-columns: auto auto;
width: 33%;
align-items: center;
margin-top: 2% 0% 0% 2%;
font-size: .9em;
}
.war-help .help-main .help-section {
margin: 15px 0% 15px 0%;
border-top: 1px solid lightgrey;
padding: 1% 3% 0% 2%;
}
.war-help .help-main h3,
.war-help .help-main h4 {
margin: 10px 0px 0px 0px;
}
.war-help .help-main span {
display:block;
padding: 0% 0% 0% 1%;
white-space: pre-line;
}
.war-help .important-text,
.war-help .important-text h3,
.war-help .important-text h4 {
color: #001975;
background: #d1eff9;
}
.war-help .important-text {
padding: 3% 5% 3% 5%;
margin: 5% 0% 5% 0%;
border: darkblue 3px solid;
border-radius: 15px;
}
.war-help .important-text span {
white-space: pre-line;
}
.war-help .example-block {
background-color: #9cd7ea;
padding: 1% 5% 1% 5%;
margin: 1% 2% 3% 2%;
border: 2px solid #0f0f0f;
border-radius: 25px;
}
.war-help .example-block u {
display: block;
font-style: italic;
}
.war-help .example-mod {
border: 1px solid grey;
border-radius: 5px;
background-color: #e8e8e8;
cursor: text;
user-select: text;
font-size: 0.9em;
color: black;
margin-bottom: 1%;
width: 90%;
}
/* ROLL TEMPLATES */
/* WART-ROLL && COMMON */
.sheet-rolltemplate-wart-roll .sheet-wart-outer,
.sheet-rolltemplate-wart-damage .sheet-wart-outer,
.sheet-rolltemplate-wart-description .sheet-wart-outer {
font-family: 'Courier Prime', monospace;
}
.sheet-rolltemplate-wart-roll,
.sheet-rolltemplate-wart-damage {
text-align: center;
margin: auto 5% auto -10%;
padding: 0% 0% 0% 0%;
}
.sheet-rolltemplate-wart-roll .sheet-wart-outer,
.sheet-rolltemplate-wart-damage .sheet-wart-outer {
background: whitesmoke;
padding: 5% 0% 5% 0%;
border-radius: 20px 0px 20px 0px;
z-index: +1;
}
.sheet-rolltemplate-wart-roll .sheet-wart-header,
.sheet-rolltemplate-wart-roll .sheet-wart-footer,
.sheet-rolltemplate-wart-damage .sheet-wart-header,
.sheet-rolltemplate-wart-damage .sheet-wart-footer,
.sheet-rolltemplate-wart-description .sheet-wart-header,
.sheet-rolltemplate-wart-description .sheet-wart-footer {
border-bottom: 1px solid grey;
color: white;
font-size: 1.2em;
}
.sheet-rolltemplate-wart-roll .sheet-wart-title,
.sheet-rolltemplate-wart-damage .sheet-wart-title {
font-size: 1.1em;
line-height: 1.1em;
margin: 0% -4% 0% -1%;
outline: black 2px solid;
padding: 1% 4% 0% 0%;
}
.sheet-rolltemplate-wart-damage .sheet-wart-subheader,
.sheet-rolltemplate-wart-description .sheet-wart-subheader,
.sheet-rolltemplate-wart-roll .sheet-wart-subheader {
padding: 1% 0% 0% 0%;
font-size: 1em;
text-transform: uppercase;
min-height: 1.3em;
line-height:1.3em;
background: #5f5f5f;
}
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-double,
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-double,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-double {
display: grid;
grid-template-columns: 50% 50%;
}
.sheet-rolltemplate-wart-damage .sheet-wart-subheader-right,
.sheet-rolltemplate-wart-description .sheet-wart-subheader-right,
.sheet-rolltemplate-wart-roll .sheet-wart-subheader-right {
border-left: 1px solid white;
}
.sheet-rolltemplate-wart-roll .sheet-wart-rolls .sheet-right {
grid-column: 2 / 3;
grid-row: 1 / 2;
border-left: 1px solid grey;
}
.sheet-rolltemplate-wart-roll .sheet-wart-rolls .sheet-right.sheet-wart-result {
grid-row: 2 / 3;
}
.sheet-rolltemplate-wart-roll .sheet-wart-rolls.sheet-flat {
grid-template-columns: auto auto;
display:grid;
align-items: center;
border-top: 1px solid grey;
}
.sheet-rolltemplate-wart-roll .sheet-wart-rolls.sheet-flat .sheet-wart-rollname {
border-bottom: none;
}
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-body .sheet-wart-rollname .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-body .sheet-wart-rollname .inlinerollresult {
background: none;
border: none;
font-size:1em;
}
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-header .sheet-wart-subheader .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-header .sheet-wart-subheader .inlinerollresult {
background: none;
border: none;
font-size:1em;
}
.sheet-rolltemplate-wart-description .sheet-wart-rollname,
.sheet-rolltemplate-wart-roll .sheet-wart-rollname,
.sheet-rolltemplate-wart-damage .sheet-wart-rollname {
padding: 0% 3% 0% 3%;
border-bottom: 1px solid grey;
font-size: 16px;
font-weight: bold;
font-size: 1.1em;
line-height: 1.3em;
}
.sheet-rolltemplate-wart-description .sheet-wart-result,
.sheet-rolltemplate-wart-roll .sheet-wart-result,
.sheet-rolltemplate-wart-damage .sheet-wart-result {
min-height: 3em;
line-height: 3em;
font-size: 1.1em
}
.sheet-rolltemplate-wart-description .sheet-wart-outer .inlinerollresult,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .inlinerollresult {
font-weight: normal;
}
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-wart-rolls .inlinerollresult,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-rolls .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-rolls .inlinerollresult {
font-weight: 900;
}
.sheet-rolltemplate-wart-description .sheet-wart-result .tipsy-n-right.inlinerollresult,
.sheet-rolltemplate-wart-roll .sheet-wart-result .tipsy-n-right.inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-result .tipsy-n-right.inlinerollresult {
border-width: 10px;
border-style: solid;
border-image: radial-gradient(#d5c001c4 10px, whitesmoke 22px);
border-image-slice: 33%;
border-radius:11px;
outline: 0px #c1bd83a1 solid;
box-shadow: inset 0px 0px 4px 2px #c1bd83;
background-color: #f2e5ca;
min-width: 40px;
}
.sheet-rolltemplate-wart-description .sheet-wart-result .tipsy-n-right.inlinerollresult.fullcrit,
.sheet-rolltemplate-wart-roll .sheet-wart-result .tipsy-n-right.inlinerollresult.fullcrit,
.sheet-rolltemplate-wart-damage .sheet-wart-result .tipsy-n-right.inlinerollresult.fullcrit {
border-image: radial-gradient(#17a219 7px, whitesmoke 22px);
border-image-slice: 33%;
}
.sheet-rolltemplate-wart-description .sheet-wart-result .tipsy-n-right.inlinerollresult.fullfail,
.sheet-rolltemplate-wart-roll .sheet-wart-result .tipsy-n-right.inlinerollresult.fullfail,
.sheet-rolltemplate-wart-damage .sheet-wart-result .tipsy-n-right.inlinerollresult.fullfail {
border-image: radial-gradient(#bc1313fc 5px, whitesmoke 22px);
border-image-slice: 33%;
}
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-wart-footer,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-footer,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-footer {
padding: 0px 0px 0px 0px;
}
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-wart-link,
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-wart-calc-link,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-link,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-calc-link,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-link,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-calc-link {
border-bottom: 2px solid black;
font-size: 1em;
line-height: 1em;
border-top: 1px grey solid;
padding: 4px;
}
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-wart-link .inlinerollresult,
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-wart-calc-link .inlinerollresult,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-link .inlinerollresult,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-calc-link .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-link .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-calc-link .inlinerollresult {
background: none;
border: none;
font-weight: bold;
}
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-wart-link a,
.sheet-rolltemplate-wart-description .sheet-wart-outer .sheet-wart-calc-link a,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-link a,
.sheet-rolltemplate-wart-roll .sheet-wart-outer .sheet-wart-calc-link a,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-link a,
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-calc-link a {
font-size: 1.1em;
background: none;
color: blue;
border: none;
}
.sheet-rolltemplate-wart-description .sheet-wart-notes,
.sheet-rolltemplate-wart-description .sheet-wart-notes-header,
.sheet-rolltemplate-wart-roll .sheet-wart-notes,
.sheet-rolltemplate-wart-roll .sheet-wart-notes-header,
.sheet-rolltemplate-wart-damage .sheet-wart-notes,
.sheet-rolltemplate-wart-damage .sheet-wart-notes-header {
font-family: corbel;
font-size: 1.0em;
line-height: 1.0em;
background-color: #ece8d7;
color: #4d4d4d;
padding: 3% 5% 3% 5%;
border-bottom: 2px solid black;
border-collapse: collapse;
font-style: italic;
}
.sheet-rolltemplate-wart-description .sheet-wart-notes .inlinerollresult,
.sheet-rolltemplate-wart-roll .sheet-wart-notes .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-notes .inlinerollresult {
background: none;
border: none;
color: blue;
pointer-events: none;
}
.sheet-rolltemplate-wart-description .sheet-wart-charname,
.sheet-rolltemplate-wart-roll .sheet-wart-charname,
.sheet-rolltemplate-wart-damage .sheet-wart-charname {
min-height: 0.7em;
line-height: 1.1em;
font-variant: small-caps;
font-size: 1.1em;
letter-spacing: 1px;
padding: 1% 0% 1% 3%;
margin: 0% -1% 0% -4%;
outline: 2px solid black;
}
/* DAMAGE TEMPLATE */
.sheet-rolltemplate-wart-damage {
text-align: center;
margin: auto 5% auto -10%;
padding: 0% 0% 0% 0%;
}
.sheet-rolltemplate-wart-damage .sheet-wart-outer {
border-radius: 0% 0% 0% 0%;
padding: 4% 0% 4% 0%;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damageroll {
line-height: 1em;
font-size: 1em;
}
.sheet-rolltemplate-wart-damage .sheet-wart-outcome {
font-size: 1.1em;
line-height: 1.3em;
pointer-events: none;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damageroll .inlinerollresult {
color: #d23131;
}
.sheet-rolltemplate-wart-damage .sheet-wart-defenceroll .inlinerollresult {
color: #9f290f;
}
.sheet-rolltemplate-wart-damage .sheet-wart-outer .sheet-wart-outcome .inlinerollresult {
color: blue;
font-size: 1.2em;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damagename,
.sheet-rolltemplate-wart-damage .sheet-wart-defencename {
border-bottom: 1px solid lightgrey;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damageresult {
font-size: 1.1em;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damageresult,
.sheet-rolltemplate-wart-damage .sheet-wart-defenceresult {
border-bottom: 1px solid grey;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damageresult,
.sheet-rolltemplate-wart-damage .sheet-wart-defenceroll {
line-height: 1.3em;
border-bottom: 1px solid grey;
}
.sheet-rolltemplate-wart-damage .sheet-wart-defence {
background-color: beige
}
.sheet-rolltemplate-wart-damage .sheet-wart-defence *,
.sheet-rolltemplate-wart-damage .sheet-wart-outcome *,
.sheet-rolltemplate-wart-damage .sheet-wart-damageroll * {
padding: 2% 0% 1% 0%;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damageroll .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-defenceroll .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-defencename .inlinerollresult
{
background: none;
border: none;
}
.sheet-rolltemplate-wart-damage .sheet-wart-outcome .inlinerollresult {
background:none;
font-size: 1em;
border:none;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damageroll .inlinerollresult.fullfail {
color: #bf0000;
}
.sheet-rolltemplate-wart-damage .sheet-wart-damageroll .inlinerollresult.fullcrit {
color: #087700;
}
.sheet-rolltemplate-wart-damage .sheet-mighty {
background-color: #087700;
}
.sheet-rolltemplate-wart-damage .sheet-mighty-three {
color: #087700;
font-size: 1.2em;
}
/* REACTIVE ROLL SYSTEM */
.sheet-rolltemplate-wart-description .sheet-wart-react-outer,
.sheet-rolltemplate-wart-roll .sheet-wart-react-outer,
.sheet-rolltemplate-wart-damage .sheet-wart-react-outer {
background-color: #94b1cc;
width: 92%;
margin: auto;
border: #4f4f4f solid 2px;
border-radius: 10px;
font-family: corbel;
margin-top: -4%;
}
.sheet-rolltemplate-wart-description .sheet-wart-react-header,
.sheet-rolltemplate-wart-roll .sheet-wart-react-header,
.sheet-rolltemplate-wart-damage .sheet-wart-react-header {
font-size: 1.3em;
line-height: 1.3em;
font-style: italic;
font-weight: 900;
color: #1f1f4f;
margin: 0% 0% 0% 0%;
}
.sheet-rolltemplate-wart-description .sheet-wart-react-button,
.sheet-rolltemplate-wart-roll .sheet-wart-react-button,
.sheet-rolltemplate-wart-damage .sheet-wart-react-button {
margin-top: -3px;
margin-bottom: -3px;
}
.sheet-rolltemplate-wart-description .sheet-wart-react-button.sheet-row,
.sheet-rolltemplate-wart-roll .sheet-wart-react-button.sheet-row,
.sheet-rolltemplate-wart-damage .sheet-wart-react-button.sheet-row {
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
font-size: 0.9em;
line-height: 0.9em;
width: 90%;
margin: auto;
border-top: 1px black solid;
padding: 2% 0% 2% 0%
}
.sheet-rolltemplate-wart-description .sheet-wart-react-button.sheet-row .inlinerollresult,
.sheet-rolltemplate-wart-roll .sheet-wart-react-button.sheet-row .inlinerollresult,
.sheet-rolltemplate-wart-damage .sheet-wart-react-button.sheet-row .inlinerollresult {
background: none;
border: none;
color: #2c324f;
pointer-events: none;
}
.sheet-rolltemplate-wart-description .sheet-wart-react-button.sheet-row a,
.sheet-rolltemplate-wart-roll .sheet-wart-react-button.sheet-row a,
.sheet-rolltemplate-wart-damage .sheet-wart-react-button.sheet-row a {
font-family: dicefontd20;
font-weight: 900;
color: #0038ac;
border: 2px solid #305679;
background-color: #f2fffe;
border-radius: 10px;
font-size: 1.6em;
padding: 0% 6px 0% 6px;
line-height:1.1em;
}
.sheet-rolltemplate-wart-description .sheet-wart-react-button.sheet-row a[href*="apply"],
.sheet-rolltemplate-wart-roll .sheet-wart-react-button.sheet-row a[href*="apply"],
.sheet-rolltemplate-wart-damage .sheet-wart-react-button.sheet-row a[href*="apply"] {
font-family: 'pictos';
font-weight: 300;
}
/* DESCRIPTION TEMPLATE */
/* Trick to stop the double-template getting cut by the avatar on 6th/7th post */
.sheet-rolltemplate-wart-description:not(:first-child) {
position: relative;
}
.sheet-rolltemplate-wart-description:not(:first-child) .sheet-wart-outer.sheet-sheet-bottom,
.sheet-rolltemplate-wart-description:not(:first-child) .sheet-wart-outer.sheet-bottom {
position: relative;
margin-top: -28px;
}
.sheet-rolltemplate-wart-description {
text-align: center;
margin: -2px 5% -7px -10%;
padding: 0% 0% 0% 0%;
background: #f4f4da;
}
.sheet-rolltemplate-wart-description .sheet-wart-outer {
border: #3e4006 1px solid;
border-width: 1px 5px 1px 5px;
padding: 0% 0% 0% 0%;
}
.sheet-rolltemplate-wart-description .sheet-wart-spacer {
min-height: 8px;
background-color: #D3E5F5;
z-index: 1;
}
.sheet-rolltemplate-wart-description .sheet-wart-spacer.sheet-footer {
margin-top: 4px;
}
.sheet-rolltemplate-wart-description .sheet-wart-title,
.sheet-rolltemplate-wart-description .sheet-wart-charname {
background-color: #121101;
border: 2px solid #363905;
color: whitesmoke;
font-size: 1.1em;
line-height: 1.1em;
padding: 0% 0% 0% 0%;
margin: -2% -5% 0% -5%;
border-radius: 10px 10px 1px 1px;
}
.sheet-rolltemplate-wart-description .sheet-wart-charname {
font-size: 1.1em;
padding: 0px;
margin: 0% -5% -3% -5%;
outline: none;
border-radius: 1px 1px 10px 10px;
}
.sheet-rolltemplate-wart-description .sheet-wart-subtitle.sheet-rolltable,
.sheet-rolltemplate-wart-description .sheet-wart-subtitle.sheet-desc {
background-color: #c1c1af;
border-bottom: 1px solid grey;
line-height: 1.3em;
font-size: 1.1em;
font-weight: bold;
}
.sheet-rolltemplate-wart-description .sheet-wart-subtitle.sheet-rolltable .inlinerollresult,
.sheet-rolltemplate-wart-description .sheet-wart-subtitle.sheet-desc .inlinerollresult {
background: none;
border: none;
font-size: 1.2em;
font-weight: bold;
}
.sheet-rolltemplate-wart-description .sheet-wart-row {
font-size: 1.2em;
line-height:1.2em;
font-style: italic;
padding: 1% 0% 1% 0%;
margin: 0% 0% 0% 0%;
font-family: corbel;
border-bottom: 1px solid grey;
}
.sheet-rolltemplate-wart-description .sheet-wart-body .sheet-wart-row .inlinerollresult {
background: none;
border: none;
font-size: 1em;
font-weight: bold
}
.sheet-rolltemplate-wart-description .sheet-wart-body .sheet-crit {
color: #960000;
}
.sheet-rolltemplate-wart-description .sheet-wart-desc .sheet-wart-row.sheet-allprops:last-child {
border-top: 1px solid black;
}
.sheet-rolltemplate-wart-description .sheet-wart-row.sheet-allprops {
display: grid;
grid-template-columns: 1fr 60%;
line-height:1.2em;
}
.sheet-rolltemplate-wart-description .sheet-wart-allprops .sheet-allprops:nth-child(2) {
background-color: #f9f9ee
}
.sheet-rolltemplate-wart-description .sheet-allprop.sheet-key {
font-weight: bold;
justify-self: right;
text-align: right;
}
.sheet-rolltemplate-wart-description .sheet-wart-react-button.sheet-row {
border: none;
}
.sheet-rolltemplate-wart-description .sheet-wart-react-button.sheet-row .inlinerollresult {
pointer-events: none;
color: darkblue;
}
.sheet-rolltemplate-wart-description .sheet-wart-react-button.sheet-row a {
font-size: 1em;
font-style: normal;
line-height: 1.3em;
} | 0.425128 | 0.178114 |
background-color: #2c3e50;
padding: 5em 0;
}
form {
background-color: #2c3e50;
}
.signup__image img {
width: 80%;
max-width: 500px;
/* height: 100vh; */
}
.signup__description {
margin-bottom: 6em;
}
.signup__description__text_area--title {
color: #fff;
font-size: 3em;
}
.signup__description__text_area--text {
line-height: 1.8em;
margin-bottom: 3em;
color: lightgrey;
}
#signup {
padding: 0;
}
#mc_embed_signup{
background:#fff;
clear:left;
font:14px Helvetica,Arial,sans-serif;
color: black;
}
#mc-embedded-subscribe {
}
.mce-EMAIL {
font-weight: bold;
color: #fff
}
#mce-EMAIL {
margin-top: 1em;
margin-bottom: 3em;
width: 70%;
border: 2px solid black;
padding: 5px;
}
.button {
display: inline-block;
margin: 0;
padding: 0.75rem 1rem;
border: 2px solid rgb(42, 42, 42) ;
/* border-radius: 0.317rem; */
background-color: white;
color: black;
text-decoration: none;
font-weight: 700;
font-size: 1rem;
line-height: 1.5;
font-family: "Helvetica Neue", Arial, sans-serif;
cursor: pointer;
-webkit-appearance: none;
-webkit-font-smoothing: antialiased;
}
.button:hover {
opacity: 0.85;
-webkit-transition: background-color 3s;
-o-transition: background-color 3s;
transition: background-color 3s;
color: white;
background-color: black;
}
.button:active {
-webkit-box-shadow: inset 0 3px 4px hsla(0, 0%, 0%, 0.2);
box-shadow: inset 0 3px 4px hsla(0, 0%, 0%, 0.2);
}
.button:focus {
outline: thin dotted #444;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.button-icon {
display: inline-block;
position: relative;
top: -0.1em;
vertical-align: middle;
margin-right: 0.317rem;
}
@media only screen and (max-width: 768px) {
.signup__description__text_area--title {
text-align: center;
}
.signup__description__text_area--text {
text-align: center;
width: 80%;
margin-left: 10%;
margin-bottom: 3em;
}
.signup__image {
margin-top: 6em;
}
.mce-EMAIL {
margin-left: 10%;
}
#mce-EMAIL {
width: 80%;
margin-left: 10%;
}
.mc-embedded-subscribe{
margin: auto;
width: 100%;
}
#mc-embedded-subscribe {
width: 40%;
margin-left: 30%;
}
}
@media only screen and (min-width: 780px) {
.signup__description__text_area--text {
width: 80%;
}
main {
min-height: 100vh;
}
.signup__description__text_area--title {
margin-top: 0;
}
} | css/signup.css | background-color: #2c3e50;
padding: 5em 0;
}
form {
background-color: #2c3e50;
}
.signup__image img {
width: 80%;
max-width: 500px;
/* height: 100vh; */
}
.signup__description {
margin-bottom: 6em;
}
.signup__description__text_area--title {
color: #fff;
font-size: 3em;
}
.signup__description__text_area--text {
line-height: 1.8em;
margin-bottom: 3em;
color: lightgrey;
}
#signup {
padding: 0;
}
#mc_embed_signup{
background:#fff;
clear:left;
font:14px Helvetica,Arial,sans-serif;
color: black;
}
#mc-embedded-subscribe {
}
.mce-EMAIL {
font-weight: bold;
color: #fff
}
#mce-EMAIL {
margin-top: 1em;
margin-bottom: 3em;
width: 70%;
border: 2px solid black;
padding: 5px;
}
.button {
display: inline-block;
margin: 0;
padding: 0.75rem 1rem;
border: 2px solid rgb(42, 42, 42) ;
/* border-radius: 0.317rem; */
background-color: white;
color: black;
text-decoration: none;
font-weight: 700;
font-size: 1rem;
line-height: 1.5;
font-family: "Helvetica Neue", Arial, sans-serif;
cursor: pointer;
-webkit-appearance: none;
-webkit-font-smoothing: antialiased;
}
.button:hover {
opacity: 0.85;
-webkit-transition: background-color 3s;
-o-transition: background-color 3s;
transition: background-color 3s;
color: white;
background-color: black;
}
.button:active {
-webkit-box-shadow: inset 0 3px 4px hsla(0, 0%, 0%, 0.2);
box-shadow: inset 0 3px 4px hsla(0, 0%, 0%, 0.2);
}
.button:focus {
outline: thin dotted #444;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.button-icon {
display: inline-block;
position: relative;
top: -0.1em;
vertical-align: middle;
margin-right: 0.317rem;
}
@media only screen and (max-width: 768px) {
.signup__description__text_area--title {
text-align: center;
}
.signup__description__text_area--text {
text-align: center;
width: 80%;
margin-left: 10%;
margin-bottom: 3em;
}
.signup__image {
margin-top: 6em;
}
.mce-EMAIL {
margin-left: 10%;
}
#mce-EMAIL {
width: 80%;
margin-left: 10%;
}
.mc-embedded-subscribe{
margin: auto;
width: 100%;
}
#mc-embedded-subscribe {
width: 40%;
margin-left: 30%;
}
}
@media only screen and (min-width: 780px) {
.signup__description__text_area--text {
width: 80%;
}
main {
min-height: 100vh;
}
.signup__description__text_area--title {
margin-top: 0;
}
} | 0.301465 | 0.075142 |
.btn {
font-size: 14px;
}
.content-wrapper {
padding-bottom: 20px;
}
.main-footer {
font-size: 13px;
display: flex;
/* flex-direction: row-reverse; */
}
.sidebar-mini.sidebar-open .main-sidebar.sk-sidebar.elevation-4 {
width: 230px;
}
@media (min-width: 768px) {
.sidebar-mini.sidebar-open .main-header {
margin-left: 230px;
}
}
.main-header .icon-menu .nav-link {
padding-left: 7.5px;
}
.main-header .icon-menu i {
font-size: 26px;
}
.dropdown-menu.dropdown-user .dropdown-item {
padding: .5rem 1.25rem;
}
.dropdown-menu.dropdown-user .dropdown-item .img {
width: 30px;
}
.dropdown-menu.dropdown-user .dropdown-item span {
padding-left: 5px;
}
.sk-datatable thead th {
padding-right: 30px;
position: relative;
cursor: pointer;
font-size: 13px;
}
.sk-datatable thead th::after {
display: inline-block;
position: absolute;
right: 10px;
color: #cccccc;;
font-family: "Font Awesome 5 Free";
}
.sk-datatable thead th.desc::after {
content: "\f884";
}
.sk-datatable thead th.asc::after {
content: "\f161";
}
.sk-datatable thead [data-toggle="tooltip"] {
color: #4c4949;
font-size: 13px;
margin-left: 3px;
}
.sk-datatable .title-video {
min-width: 300px;
max-width: 400px;
white-space: normal;
font-size: 14px;
}
.sk-text-normal {
font-weight: normal;
font-size: 13px;
}
.content-header {
box-shadow: 0px 2px 3px -3px rgba(46,74,117,1);
margin-bottom: 10px;
}
.card-header > .card-tools {
margin-right: 0;
}
.card-tools .nav.nav-pills {
font-size: 12px;
}
.card-tools .nav-item .nav-link {
padding: 8px;
}
.card-tools .nav-item .nav-link.btn {
padding: 4px 8px;
}
.span.main-title {
font-size: 12px;
}
.sk-chart-300 {
height: 300px;
margin-left: -24px;
}
.sk-chart-400 {
height: 300px;
margin-left: -24px;
}
.sk-chart-500 {
height: 500px;
margin-left: -24px;
}
@media (max-width: 575px) {
.sk-chart-500 {
height: 650px;
}
}
.sk-question {
cursor: pointer;
color: #ec5447;
font-weight: bold;
font-size: 12px;
}
.table thead th {
font-size: 13px;
}
ul.pagination {
margin-bottom: 0;
flex-wrap: wrap;
justify-content: flex-end;
}
.sk-slt-number {
display: inline-block;
width: auto;
vertical-align: middle;
}
.card-footer {
font-size: 13px;
color: #6c757d;
background: none;
border-top: 1px solid #CCC;
}
.card-footer::after {
content: unset;
}
li.page-item {
width: 40px;
}
.card-footer div:first-child {
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10px;
}
.card-footer div:nth-child(2) {
margin-bottom: 10px;
}
@media(max-width: 767px) {
.card-footer {
flex-wrap: wrap;
justify-content: center !important;
}
ul.pagination {
justify-content: center;
}
}
.form-inline .input-date{
min-width: 240px;
background-color: #ffffff;
}
.required {
position: relative;
}
.required::after{
color: #d64830;
content: "*";
font-size: 13px;
position: absolute;
top: 0;
}
.create button i{
color: #dbdbdb;
margin-right: 10px;
}
.create button:hover i{
color: #ffffff;
}
.is-admin {
width: 20px;
height: 20px;
border-radius: 50%;
background-color: green;
}
.fa-trash-alt{
color: #ccc;
}
.fa-trash-alt:hover{
color: #c63e26;
}
@media (max-width: 575px) {
.card-body .sk-datatable {
font-size: 13px;
}
}
/* toast */
.sk-toast {
position: fixed;
top: 50px;
left: 50%;
z-index: 9999;
transform: translateX(-50%);
min-width: 300px;
}
.sk-toast:first-child {
z-index: 9990;
}
.background-white{
background-color:#fff !important;
}
.sk-label {
font-weight: bold;
font-size: 14px;
}
.sk-loading-full {
width: 100%;
height: 100vh;
position: fixed;
z-index: 999999;
left: 0;
top: 0;
background: #0000000f;
display: flex;
justify-content: center;
align-items: center;
}
.convert-cursor:hover{
cursor: pointer;
}
.pagination .page-item.disabled {
cursor: no-drop;
} | public/asset/css/common.css | .btn {
font-size: 14px;
}
.content-wrapper {
padding-bottom: 20px;
}
.main-footer {
font-size: 13px;
display: flex;
/* flex-direction: row-reverse; */
}
.sidebar-mini.sidebar-open .main-sidebar.sk-sidebar.elevation-4 {
width: 230px;
}
@media (min-width: 768px) {
.sidebar-mini.sidebar-open .main-header {
margin-left: 230px;
}
}
.main-header .icon-menu .nav-link {
padding-left: 7.5px;
}
.main-header .icon-menu i {
font-size: 26px;
}
.dropdown-menu.dropdown-user .dropdown-item {
padding: .5rem 1.25rem;
}
.dropdown-menu.dropdown-user .dropdown-item .img {
width: 30px;
}
.dropdown-menu.dropdown-user .dropdown-item span {
padding-left: 5px;
}
.sk-datatable thead th {
padding-right: 30px;
position: relative;
cursor: pointer;
font-size: 13px;
}
.sk-datatable thead th::after {
display: inline-block;
position: absolute;
right: 10px;
color: #cccccc;;
font-family: "Font Awesome 5 Free";
}
.sk-datatable thead th.desc::after {
content: "\f884";
}
.sk-datatable thead th.asc::after {
content: "\f161";
}
.sk-datatable thead [data-toggle="tooltip"] {
color: #4c4949;
font-size: 13px;
margin-left: 3px;
}
.sk-datatable .title-video {
min-width: 300px;
max-width: 400px;
white-space: normal;
font-size: 14px;
}
.sk-text-normal {
font-weight: normal;
font-size: 13px;
}
.content-header {
box-shadow: 0px 2px 3px -3px rgba(46,74,117,1);
margin-bottom: 10px;
}
.card-header > .card-tools {
margin-right: 0;
}
.card-tools .nav.nav-pills {
font-size: 12px;
}
.card-tools .nav-item .nav-link {
padding: 8px;
}
.card-tools .nav-item .nav-link.btn {
padding: 4px 8px;
}
.span.main-title {
font-size: 12px;
}
.sk-chart-300 {
height: 300px;
margin-left: -24px;
}
.sk-chart-400 {
height: 300px;
margin-left: -24px;
}
.sk-chart-500 {
height: 500px;
margin-left: -24px;
}
@media (max-width: 575px) {
.sk-chart-500 {
height: 650px;
}
}
.sk-question {
cursor: pointer;
color: #ec5447;
font-weight: bold;
font-size: 12px;
}
.table thead th {
font-size: 13px;
}
ul.pagination {
margin-bottom: 0;
flex-wrap: wrap;
justify-content: flex-end;
}
.sk-slt-number {
display: inline-block;
width: auto;
vertical-align: middle;
}
.card-footer {
font-size: 13px;
color: #6c757d;
background: none;
border-top: 1px solid #CCC;
}
.card-footer::after {
content: unset;
}
li.page-item {
width: 40px;
}
.card-footer div:first-child {
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10px;
}
.card-footer div:nth-child(2) {
margin-bottom: 10px;
}
@media(max-width: 767px) {
.card-footer {
flex-wrap: wrap;
justify-content: center !important;
}
ul.pagination {
justify-content: center;
}
}
.form-inline .input-date{
min-width: 240px;
background-color: #ffffff;
}
.required {
position: relative;
}
.required::after{
color: #d64830;
content: "*";
font-size: 13px;
position: absolute;
top: 0;
}
.create button i{
color: #dbdbdb;
margin-right: 10px;
}
.create button:hover i{
color: #ffffff;
}
.is-admin {
width: 20px;
height: 20px;
border-radius: 50%;
background-color: green;
}
.fa-trash-alt{
color: #ccc;
}
.fa-trash-alt:hover{
color: #c63e26;
}
@media (max-width: 575px) {
.card-body .sk-datatable {
font-size: 13px;
}
}
/* toast */
.sk-toast {
position: fixed;
top: 50px;
left: 50%;
z-index: 9999;
transform: translateX(-50%);
min-width: 300px;
}
.sk-toast:first-child {
z-index: 9990;
}
.background-white{
background-color:#fff !important;
}
.sk-label {
font-weight: bold;
font-size: 14px;
}
.sk-loading-full {
width: 100%;
height: 100vh;
position: fixed;
z-index: 999999;
left: 0;
top: 0;
background: #0000000f;
display: flex;
justify-content: center;
align-items: center;
}
.convert-cursor:hover{
cursor: pointer;
}
.pagination .page-item.disabled {
cursor: no-drop;
} | 0.419172 | 0.087136 |
@charset "UTF-8";
* {
font-size: 1.1vh;
margin: 0;
padding: 0;
font-family: 'Open Sans'; }
html, body, #map {
width: 100%;
height: 100%;
padding: 0;
margin: 0; }
body {
position: relative; }
#company-info {
margin-top: 3vh; }
#request {
margin-top: 3vh; }
#indicators {
margin-top: 3vh; }
.result {
padding: 2vh 0 5vh 0; }
.sidebarr {
position: absolute; }
.nav-sidebar {
margin-top: 1.5vh;
font-size: 1.4vh;
color: #808080; }
.nav-sidebar a {
cursor: pointer;
color: #808080; }
.hide {
display: none; }
p {
margin-bottom: 0; }
.logo {
display: flex;
flex-direction: row;
justify-content: flex-start;
height: 50px; }
.img-logo {
display: flex;
justify-content: flex-start;
width: 75%; }
.img-logo img {
width: 80%; }
.burger-logo {
display: flex;
justify-content: start;
width: 25%; }
.burger-logo img {
width: 40%; }
.section-info {
padding: 0 4vh 0 4vh; }
.item-info {
display: flex;
justify-content: space-between;
width: 100%;
margin-top: 5px; }
/*===============company===============*/
.ts-title {
display: flex;
margin-top: 1.5vh;
margin-bottom: 1.2vh; }
.ts-title span.img {
display: flex;
align-items: center; }
.ts-title span.img img {
height: 1.5vh; }
.ts-title span.ts-text {
font-size: 1.5vh;
font-weight: bold;
color: #79849F;
margin-left: 15px; }
#title-company {
font-size: 14px;
font-weight: bold; }
.request-title {
display: flex;
margin-top: 2.2vh;
margin-bottom: 1.2vh; }
.request-title span.img {
display: flex;
align-items: center; }
.request-title span.img img {
height: 1.5vh; }
.request-title span.text {
font-size: 1.5vh;
font-weight: bold;
color: #79849F;
margin-left: 15px; }
.div-transport {
margin: 2.2vh 0 1.7vh 0; }
.indicators-title {
display: flex;
margin-top: 2.2vh;
margin-bottom: 1.2vh; }
.indicators-title span.img {
display: flex;
align-items: center; }
.indicators-title span.img img {
height: 1.5vh; }
.indicators-title span.text {
font-size: 1.5vh;
font-weight: bold;
color: #79849F;
margin-left: 15px; }
.item-bar {
margin-top: 20px;
display: flex;
justify-content: flex-start;
align-items: center; }
.item-bar .ilia {
width: 5vh;
height: 5vh; }
.item-bar .cirk {
width: 6.5vh;
margin-left: 0 !important;
height: 6.5vh; }
.div-bar-text {
margin-left: 40px; }
.circle {
height: 100%;
width: 100%;
position: absolute; }
.p-bar {
position: absolute; }
.span-h3-filial img {
height: 2vh; }
.span-h3-filial .p-type-transport {
font-size: 1.5vh; }
/*===============department===============*/
.title-department {
display: flex;
flex-direction: row; }
.title-department .title-department-text {
font-size: 1.5vh; }
.level-menu .text-level-menu {
font-size: 1vh;
color: #808080; }
.level-menu img {
margin-left: 2px;
height: 5px; }
.bb-cluster-car {
color: black;
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
height: 60px;
width: 60px; }
.bb-cluster-car .bb-num {
width: 60px;
height: 60px;
color: #004781;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/elipse_white.svg");
background-size: 100%;
background-position: center;
z-index: 10;
font-size: 1vh; }
.bb-num-car-white {
width: 60px;
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/elipse.svg");
background-size: 100%;
background-position: center;
z-index: 10;
font-size: 1vh; }
.bb-num-car-white svg {
width: 130%; }
.bb-num-car-inline {
width: 60px;
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/auto_icon/ellipse_noIn.svg");
background-size: 100%;
background-position: center;
z-index: 10;
font-size: 1vh; }
.bb-num-car-inline svg {
width: 130%; }
.bb-num-car-inline_checked {
width: 60px;
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/auto_icon/ellipse_noIn_checked.svg");
background-size: 100%;
background-position: center;
z-index: 10;
font-size: 1vh; }
.bb-num-car-inline_checked svg {
width: 130%; }
.bb-num-car {
width: 60px;
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/elipse_white.svg");
background-size: 100%;
background-position: center;
z-index: 10;
font-size: 1vh; }
.bb-num-car svg {
width: 130%; }
.bb-cluster {
color: black;
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
height: 100px;
width: 100px;
z-index: 0; }
.bb-cluster .bb-num {
width: 60px;
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/elipse.svg");
background-size: 100%;
background-position: center;
z-index: 10;
font-size: 1vh; }
.bb {
color: black;
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
height: 100px;
min-width: 250px;
margin-top: -80px;
z-index: 0;
margin-left: 75px;
position: relative; }
.bb .bb-num {
width: 60px;
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/elipse.svg");
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 10;
font-size: 0.8vh; }
.bb .bb-num-org {
width: 60px;
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/elipse_firm.svg");
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 10;
font-size: 0.8vh; }
.bb .bb-num-spot {
width: 60px;
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/elipse_spot.svg");
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 10;
font-size: 0.8vh; }
.bb .bb-name {
position: absolute;
margin-left: 25px;
z-index: 1;
min-width: 50px;
height: 40px;
background-color: white;
font-size: 0.56vh;
display: flex;
font-weight: bold;
align-items: center;
padding: 0 25px 0 45px;
box-shadow: 0 3px 10px rgba(4, 67, 154, 0.12);
text-align: left;
box-sizing: content-box;
flex-grow: 1; }
.bb-balloon {
display: flex;
justify-content: space-between;
align-items: center; }
.bb-balloon .bb-num-balloon {
width: 2.5vh;
height: 2.5vh;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/elipse_spot.svg");
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 10;
font-size: 0.8vh; }
.bb-balloon .bb-name-balloon {
position: absolute;
margin-left: 1vh;
z-index: 1;
min-width: 50px;
background-color: white;
font-size: 0.60vh;
display: flex;
font-weight: bold;
line-height: 1;
align-items: center;
box-shadow: 0 3px 10px rgba(4, 67, 154, 0.12);
text-align: left;
box-sizing: content-box;
flex-grow: 1;
padding: 0.5vh 0.2vh 0.5vh 2vh; }
#start_time_plan::after {
content: "план";
position: absolute;
left: 0;
bottom: -10px;
color: #c1c1c1;
font-weight: normal;
font-size: 1.1vh; }
#start_time_fact::after {
content: "факт";
position: absolute;
left: 0;
bottom: -10px;
color: #c1c1c1;
font-weight: normal;
font-size: 1.1vh; }
#work_time_plan::after {
content: "план";
position: absolute;
left: 0;
bottom: -10px;
color: #c1c1c1;
font-weight: normal;
font-size: 1.1vh; }
#work_time_fact::after {
content: "факт";
position: absolute;
left: 0;
bottom: -10px;
color: #c1c1c1;
font-weight: normal;
font-size: 1.1vh; }
#year {
position: relative; }
#year::after {
position: absolute;
content: 'г.в.';
right: -2.5vh;
/* left: 0.7vh; */
bottom: 0;
height: 101%; }
.icon-ts {
width: 2.5vh;
text-align: center; }
.icon-ts img {
height: 1.8vh;
margin-top: 3px; }
.hr-trans {
margin-top: 3px;
margin-bottom: 3px; }
.transport-title {
display: flex;
align-items: center; }
.transport-title span img {
height: 1.5vh; }
.transport-title p {
font-size: 1vh;
margin-left: 1.5vh;
color: #004781; }
.tr-fake {
display: flex;
cursor: pointer;
padding: 3px;
border-radius: 5px;
height: 3vh;
align-items: center; }
.transort-department {
display: flex;
cursor: pointer;
padding: 3px;
border-radius: 5px;
height: 3vh;
align-items: center; }
.indicators-title .text {
font-size: 1.2vh; }
.figures {
color: #949494; }
.span-figures-2nd {
font-size: 2.2vh;
font-weight: bold; }
.indic-bot {
margin-top: 3.5vh;
display: flex;
justify-content: flex-start; }
.indic-bot:first-child {
margin-left: 0; }
.indic-bot .div-meanings {
margin-left: 3vh; }
/*===============ts=====================*/
.title-ts {
display: flex;
flex-direction: row;
margin-top: 1.5vh; }
.title-ts .title-ts-text {
font-size: 14px; }
.text-level-menu {
cursor: pointer; }
.text-level-menu:hover {
text-decoration: underline; }
.route-title {
margin-top: 3.5vh;
display: flex;
align-items: center; }
.route-title span img {
width: 13px; }
#route .item-info p {
font-size: 13px; }
.img-distance {
max-width: 17px; }
.item-distance {
display: flex;
align-items: center;
margin-top: 13px; }
.item-distance .plr-col-distance {
margin-left: 10px;
width: 100px; }
.item-distance .plr-col-distance .distance-figure {
font-size: 12px;
font-weight: bold; }
#oil {
margin-top: 20px; }
.longlar {
width: 130px;
margin-left: 30px;
border-radius: 10px;
height: 10px; }
.ymaps-2-1-63-gotoymaps {
display: none; }
.bbb {
display: flex;
align-items: center;
height: 7.5vh; }
.bbb .back {
height: 50%;
margin-right: 25px;
margin-left: 25px;
font-size: 1.5vh; }
.arrow-r {
font-size: 2.5vh;
font-weight: bold; }
#loading {
-webkit-animation: rotation 3s infinite linear;
position: absolute;
margin: 0 auto;
z-index: 123;
top: 50%;
height: 10vh; }
.loading-layout {
position: absolute;
width: 100%;
height: 100%;
z-index: 101;
display: flex;
justify-content: center;
align-items: center;
background-color: transparent; }
.wrapper {
opacity: 0.7;
background-color: black;
position: absolute;
width: 100%;
height: 100%;
z-index: 100; }
@-webkit-keyframes rotation {
0% {
transform: rotate(0deg);
opacity: 0.6; }
50% {
opacity: 1; }
100% {
transform: rotate(540deg);
opacity: 0.6; } }
/*==================ts-data======================*/
.title-ts-text {
font-size: 1.1vh;
display: block;
line-height: 1; }
.text-ts {
display: block;
position: relative;
font-size: 1.4vh;
font-weight: bold; }
.text-ts.cross-out {
text-decoration: line-through; }
.text-ts.blue-color {
color: #004781; }
.list {
padding: 0.8vh 1.5vh 1.5vh 1.5vh; }
.list li {
margin-top: 0.6vh;
list-style-type: none; }
.list li .car-baloon img {
width: 2vh;
margin-right: 2vh; }
.isDisabled {
pointer-events: none; }
.active-transport {
background-color: #004781 !important;
color: white !important; }
.active-transport .transport-title p {
color: white !important; }
.item-ts-data {
margin-top: 2.2vh; }
.ts-hr {
margin-top: 2.6vh;
margin-bottom: 2.6vh;
width: 90%; }
.dada-ts-item {
width: 170px; }
@media screen and (min-width: 3000px) {
.dada-ts-item {
min-width: 350px;
margin-right: 1.2vh; } }
.d-flex {
display: flex; }
.justify-content-between {
justify-content: space-between; }
.flex-column {
flex-direction: column; }
/*# sourceMappingURL=style.css.map */ | web/yan/css/style.css | @charset "UTF-8";
* {
font-size: 1.1vh;
margin: 0;
padding: 0;
font-family: 'Open Sans'; }
html, body, #map {
width: 100%;
height: 100%;
padding: 0;
margin: 0; }
body {
position: relative; }
#company-info {
margin-top: 3vh; }
#request {
margin-top: 3vh; }
#indicators {
margin-top: 3vh; }
.result {
padding: 2vh 0 5vh 0; }
.sidebarr {
position: absolute; }
.nav-sidebar {
margin-top: 1.5vh;
font-size: 1.4vh;
color: #808080; }
.nav-sidebar a {
cursor: pointer;
color: #808080; }
.hide {
display: none; }
p {
margin-bottom: 0; }
.logo {
display: flex;
flex-direction: row;
justify-content: flex-start;
height: 50px; }
.img-logo {
display: flex;
justify-content: flex-start;
width: 75%; }
.img-logo img {
width: 80%; }
.burger-logo {
display: flex;
justify-content: start;
width: 25%; }
.burger-logo img {
width: 40%; }
.section-info {
padding: 0 4vh 0 4vh; }
.item-info {
display: flex;
justify-content: space-between;
width: 100%;
margin-top: 5px; }
/*===============company===============*/
.ts-title {
display: flex;
margin-top: 1.5vh;
margin-bottom: 1.2vh; }
.ts-title span.img {
display: flex;
align-items: center; }
.ts-title span.img img {
height: 1.5vh; }
.ts-title span.ts-text {
font-size: 1.5vh;
font-weight: bold;
color: #79849F;
margin-left: 15px; }
#title-company {
font-size: 14px;
font-weight: bold; }
.request-title {
display: flex;
margin-top: 2.2vh;
margin-bottom: 1.2vh; }
.request-title span.img {
display: flex;
align-items: center; }
.request-title span.img img {
height: 1.5vh; }
.request-title span.text {
font-size: 1.5vh;
font-weight: bold;
color: #79849F;
margin-left: 15px; }
.div-transport {
margin: 2.2vh 0 1.7vh 0; }
.indicators-title {
display: flex;
margin-top: 2.2vh;
margin-bottom: 1.2vh; }
.indicators-title span.img {
display: flex;
align-items: center; }
.indicators-title span.img img {
height: 1.5vh; }
.indicators-title span.text {
font-size: 1.5vh;
font-weight: bold;
color: #79849F;
margin-left: 15px; }
.item-bar {
margin-top: 20px;
display: flex;
justify-content: flex-start;
align-items: center; }
.item-bar .ilia {
width: 5vh;
height: 5vh; }
.item-bar .cirk {
width: 6.5vh;
margin-left: 0 !important;
height: 6.5vh; }
.div-bar-text {
margin-left: 40px; }
.circle {
height: 100%;
width: 100%;
position: absolute; }
.p-bar {
position: absolute; }
.span-h3-filial img {
height: 2vh; }
.span-h3-filial .p-type-transport {
font-size: 1.5vh; }
/*===============department===============*/
.title-department {
display: flex;
flex-direction: row; }
.title-department .title-department-text {
font-size: 1.5vh; }
.level-menu .text-level-menu {
font-size: 1vh;
color: #808080; }
.level-menu img {
margin-left: 2px;
height: 5px; }
.bb-cluster-car {
color: black;
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
height: 60px;
width: 60px; }
.bb-cluster-car .bb-num {
width: 60px;
height: 60px;
color: #004781;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/elipse_white.svg");
background-size: 100%;
background-position: center;
z-index: 10;
font-size: 1vh; }
.bb-num-car-white {
width: 60px;
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/elipse.svg");
background-size: 100%;
background-position: center;
z-index: 10;
font-size: 1vh; }
.bb-num-car-white svg {
width: 130%; }
.bb-num-car-inline {
width: 60px;
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/auto_icon/ellipse_noIn.svg");
background-size: 100%;
background-position: center;
z-index: 10;
font-size: 1vh; }
.bb-num-car-inline svg {
width: 130%; }
.bb-num-car-inline_checked {
width: 60px;
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/auto_icon/ellipse_noIn_checked.svg");
background-size: 100%;
background-position: center;
z-index: 10;
font-size: 1vh; }
.bb-num-car-inline_checked svg {
width: 130%; }
.bb-num-car {
width: 60px;
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/elipse_white.svg");
background-size: 100%;
background-position: center;
z-index: 10;
font-size: 1vh; }
.bb-num-car svg {
width: 130%; }
.bb-cluster {
color: black;
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
height: 100px;
width: 100px;
z-index: 0; }
.bb-cluster .bb-num {
width: 60px;
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/elipse.svg");
background-size: 100%;
background-position: center;
z-index: 10;
font-size: 1vh; }
.bb {
color: black;
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
height: 100px;
min-width: 250px;
margin-top: -80px;
z-index: 0;
margin-left: 75px;
position: relative; }
.bb .bb-num {
width: 60px;
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/elipse.svg");
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 10;
font-size: 0.8vh; }
.bb .bb-num-org {
width: 60px;
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/elipse_firm.svg");
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 10;
font-size: 0.8vh; }
.bb .bb-num-spot {
width: 60px;
height: 60px;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/elipse_spot.svg");
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 10;
font-size: 0.8vh; }
.bb .bb-name {
position: absolute;
margin-left: 25px;
z-index: 1;
min-width: 50px;
height: 40px;
background-color: white;
font-size: 0.56vh;
display: flex;
font-weight: bold;
align-items: center;
padding: 0 25px 0 45px;
box-shadow: 0 3px 10px rgba(4, 67, 154, 0.12);
text-align: left;
box-sizing: content-box;
flex-grow: 1; }
.bb-balloon {
display: flex;
justify-content: space-between;
align-items: center; }
.bb-balloon .bb-num-balloon {
width: 2.5vh;
height: 2.5vh;
color: white;
display: flex;
align-items: center;
justify-content: center;
background-image: url("../img/elipse_spot.svg");
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
z-index: 10;
font-size: 0.8vh; }
.bb-balloon .bb-name-balloon {
position: absolute;
margin-left: 1vh;
z-index: 1;
min-width: 50px;
background-color: white;
font-size: 0.60vh;
display: flex;
font-weight: bold;
line-height: 1;
align-items: center;
box-shadow: 0 3px 10px rgba(4, 67, 154, 0.12);
text-align: left;
box-sizing: content-box;
flex-grow: 1;
padding: 0.5vh 0.2vh 0.5vh 2vh; }
#start_time_plan::after {
content: "план";
position: absolute;
left: 0;
bottom: -10px;
color: #c1c1c1;
font-weight: normal;
font-size: 1.1vh; }
#start_time_fact::after {
content: "факт";
position: absolute;
left: 0;
bottom: -10px;
color: #c1c1c1;
font-weight: normal;
font-size: 1.1vh; }
#work_time_plan::after {
content: "план";
position: absolute;
left: 0;
bottom: -10px;
color: #c1c1c1;
font-weight: normal;
font-size: 1.1vh; }
#work_time_fact::after {
content: "факт";
position: absolute;
left: 0;
bottom: -10px;
color: #c1c1c1;
font-weight: normal;
font-size: 1.1vh; }
#year {
position: relative; }
#year::after {
position: absolute;
content: 'г.в.';
right: -2.5vh;
/* left: 0.7vh; */
bottom: 0;
height: 101%; }
.icon-ts {
width: 2.5vh;
text-align: center; }
.icon-ts img {
height: 1.8vh;
margin-top: 3px; }
.hr-trans {
margin-top: 3px;
margin-bottom: 3px; }
.transport-title {
display: flex;
align-items: center; }
.transport-title span img {
height: 1.5vh; }
.transport-title p {
font-size: 1vh;
margin-left: 1.5vh;
color: #004781; }
.tr-fake {
display: flex;
cursor: pointer;
padding: 3px;
border-radius: 5px;
height: 3vh;
align-items: center; }
.transort-department {
display: flex;
cursor: pointer;
padding: 3px;
border-radius: 5px;
height: 3vh;
align-items: center; }
.indicators-title .text {
font-size: 1.2vh; }
.figures {
color: #949494; }
.span-figures-2nd {
font-size: 2.2vh;
font-weight: bold; }
.indic-bot {
margin-top: 3.5vh;
display: flex;
justify-content: flex-start; }
.indic-bot:first-child {
margin-left: 0; }
.indic-bot .div-meanings {
margin-left: 3vh; }
/*===============ts=====================*/
.title-ts {
display: flex;
flex-direction: row;
margin-top: 1.5vh; }
.title-ts .title-ts-text {
font-size: 14px; }
.text-level-menu {
cursor: pointer; }
.text-level-menu:hover {
text-decoration: underline; }
.route-title {
margin-top: 3.5vh;
display: flex;
align-items: center; }
.route-title span img {
width: 13px; }
#route .item-info p {
font-size: 13px; }
.img-distance {
max-width: 17px; }
.item-distance {
display: flex;
align-items: center;
margin-top: 13px; }
.item-distance .plr-col-distance {
margin-left: 10px;
width: 100px; }
.item-distance .plr-col-distance .distance-figure {
font-size: 12px;
font-weight: bold; }
#oil {
margin-top: 20px; }
.longlar {
width: 130px;
margin-left: 30px;
border-radius: 10px;
height: 10px; }
.ymaps-2-1-63-gotoymaps {
display: none; }
.bbb {
display: flex;
align-items: center;
height: 7.5vh; }
.bbb .back {
height: 50%;
margin-right: 25px;
margin-left: 25px;
font-size: 1.5vh; }
.arrow-r {
font-size: 2.5vh;
font-weight: bold; }
#loading {
-webkit-animation: rotation 3s infinite linear;
position: absolute;
margin: 0 auto;
z-index: 123;
top: 50%;
height: 10vh; }
.loading-layout {
position: absolute;
width: 100%;
height: 100%;
z-index: 101;
display: flex;
justify-content: center;
align-items: center;
background-color: transparent; }
.wrapper {
opacity: 0.7;
background-color: black;
position: absolute;
width: 100%;
height: 100%;
z-index: 100; }
@-webkit-keyframes rotation {
0% {
transform: rotate(0deg);
opacity: 0.6; }
50% {
opacity: 1; }
100% {
transform: rotate(540deg);
opacity: 0.6; } }
/*==================ts-data======================*/
.title-ts-text {
font-size: 1.1vh;
display: block;
line-height: 1; }
.text-ts {
display: block;
position: relative;
font-size: 1.4vh;
font-weight: bold; }
.text-ts.cross-out {
text-decoration: line-through; }
.text-ts.blue-color {
color: #004781; }
.list {
padding: 0.8vh 1.5vh 1.5vh 1.5vh; }
.list li {
margin-top: 0.6vh;
list-style-type: none; }
.list li .car-baloon img {
width: 2vh;
margin-right: 2vh; }
.isDisabled {
pointer-events: none; }
.active-transport {
background-color: #004781 !important;
color: white !important; }
.active-transport .transport-title p {
color: white !important; }
.item-ts-data {
margin-top: 2.2vh; }
.ts-hr {
margin-top: 2.6vh;
margin-bottom: 2.6vh;
width: 90%; }
.dada-ts-item {
width: 170px; }
@media screen and (min-width: 3000px) {
.dada-ts-item {
min-width: 350px;
margin-right: 1.2vh; } }
.d-flex {
display: flex; }
.justify-content-between {
justify-content: space-between; }
.flex-column {
flex-direction: column; }
/*# sourceMappingURL=style.css.map */ | 0.389779 | 0.071949 |
.btn-group-xs>.btn,.btn-xs{padding:.35rem .4rem .25rem;font-size:.875rem;line-height:.5;border-radius:.2rem}
.checkbox label .switch,.checkbox-inline .switch{margin-left:-1.25rem;margin-right:.35rem}
.switch{position:relative;overflow:hidden}
.switch.btn.btn-light,.switch.btn.btn-outline-light{border-color:rgba(0,0,0,.15)}
.switch input[type=checkbox]{display:none}
.switch-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.switch.off .switch-group{left:-100%}
.switch-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.switch-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0;box-shadow:none}
.switch-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px;background-color:#fff}
.switch.btn-outline-primary .switch-handle{background-color:var(--primary);border-color:var(--primary)}
.switch.btn-outline-secondary .switch-handle{background-color:var(--secondary);border-color:var(--secondary)}
.switch.btn-outline-success .switch-handle{background-color:var(--success);border-color:var(--success)}
.switch.btn-outline-danger .switch-handle{background-color:var(--danger);border-color:var(--danger)}
.switch.btn-outline-warning .switch-handle{background-color:var(--warning);border-color:var(--warning)}
.switch.btn-outline-info .switch-handle{background-color:var(--info);border-color:var(--info)}
.switch.btn-outline-light .switch-handle{background-color:var(--light);border-color:var(--light)}
.switch.btn-outline-dark .switch-handle{background-color:var(--dark);border-color:var(--dark)}
.switch[class*=btn-outline]:hover .switch-handle{background-color:var(--light);opacity:.5}
.switch.btn{min-width:3.7rem;min-height:calc(1.5em + .75rem + 2px)}
.switch-on.btn{padding-right:1.5rem}
.switch-off.btn{padding-left:1.5rem}
.switch.btn-lg{min-width:5rem;line-height:1.5;min-height:calc(1.5em + 1rem + 2px)}
.switch-on.btn-lg{padding-right:2rem}
.switch-off.btn-lg{padding-left:2rem}
.switch-handle.btn-lg{width:2.5rem}
.switch.btn-sm{min-width:3.25rem;min-height:calc(1.5em + .5rem + 2px)}
.switch-on.btn-sm{padding-right:1rem}
.switch-off.btn-sm{padding-left:1rem}
.switch.btn-xs{min-width:3.125rem;min-height:1.375rem}
.switch-on.btn-xs{padding-right:.8rem}
.switch-off.btn-xs{padding-left:.8rem} | css/bootstrap-switch-button.min.css | .btn-group-xs>.btn,.btn-xs{padding:.35rem .4rem .25rem;font-size:.875rem;line-height:.5;border-radius:.2rem}
.checkbox label .switch,.checkbox-inline .switch{margin-left:-1.25rem;margin-right:.35rem}
.switch{position:relative;overflow:hidden}
.switch.btn.btn-light,.switch.btn.btn-outline-light{border-color:rgba(0,0,0,.15)}
.switch input[type=checkbox]{display:none}
.switch-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.switch.off .switch-group{left:-100%}
.switch-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.switch-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0;box-shadow:none}
.switch-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px;background-color:#fff}
.switch.btn-outline-primary .switch-handle{background-color:var(--primary);border-color:var(--primary)}
.switch.btn-outline-secondary .switch-handle{background-color:var(--secondary);border-color:var(--secondary)}
.switch.btn-outline-success .switch-handle{background-color:var(--success);border-color:var(--success)}
.switch.btn-outline-danger .switch-handle{background-color:var(--danger);border-color:var(--danger)}
.switch.btn-outline-warning .switch-handle{background-color:var(--warning);border-color:var(--warning)}
.switch.btn-outline-info .switch-handle{background-color:var(--info);border-color:var(--info)}
.switch.btn-outline-light .switch-handle{background-color:var(--light);border-color:var(--light)}
.switch.btn-outline-dark .switch-handle{background-color:var(--dark);border-color:var(--dark)}
.switch[class*=btn-outline]:hover .switch-handle{background-color:var(--light);opacity:.5}
.switch.btn{min-width:3.7rem;min-height:calc(1.5em + .75rem + 2px)}
.switch-on.btn{padding-right:1.5rem}
.switch-off.btn{padding-left:1.5rem}
.switch.btn-lg{min-width:5rem;line-height:1.5;min-height:calc(1.5em + 1rem + 2px)}
.switch-on.btn-lg{padding-right:2rem}
.switch-off.btn-lg{padding-left:2rem}
.switch-handle.btn-lg{width:2.5rem}
.switch.btn-sm{min-width:3.25rem;min-height:calc(1.5em + .5rem + 2px)}
.switch-on.btn-sm{padding-right:1rem}
.switch-off.btn-sm{padding-left:1rem}
.switch.btn-xs{min-width:3.125rem;min-height:1.375rem}
.switch-on.btn-xs{padding-right:.8rem}
.switch-off.btn-xs{padding-left:.8rem} | 0.415136 | 0.036978 |
.login{
width: 40%;
margin: 5% 5% 55%;
background-color: var(--purple);
border-radius: 0.25em;
color: var(--yellow);
padding: 2%;
position: absolute;
}
.signup{
width: 40%;
margin: 3% 5% 55%;
background-color: var(--purple);
border-radius: 0.25em;
color: var(--yellow);
padding: 2%;
position: absolute;
}
.bg{
background-image: linear-gradient(#2b0a2c45, #2b0a2cab), url("../../Media/login2.png");
background-size: cover;
background-attachment: fixed;
height: 100vh;
display: block;
width: 100%;
border: 1px solid black;
}
.myinput {
width: 80%;
margin: 8px 0px 0px 0px;
background-color: transparent;
/* border-block-style: none; */
border-bottom-style: groove;
/* border-inline: none; */
color: var(--yellow);
border-color: var(--yellow);
font-size: 25px;
border-radius: 5px;
}
.mylabel{
text-align: left !important;
font-size: large;
}
#submit {
background-color: transparent;
color: var(--yellow);
padding: 14px 20px;
border: 1px solid;
cursor: pointer;
width: 50%;
border-radius: 100px;
font-size: 20px;
font-weight: bold;
}
#submit:hover {
color: rgba(61, 4, 61,1);
background-color: var(--yellow);
transition: all 0.4s ease 0s;
}
.mylink{
color: var(--yellow);
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: var(--yellow);
opacity: 0.75; /* Firefox */
text-align: left;
margin-left: 10%;
font-size: 22px;
}
.myform{
width: 80%;
margin-left: 10%;
margin-bottom: 2%;
text-align: left;
}
@media (max-width: 992px){
.login{
width: 70%;
margin: 5% 15%;
background-color: var(--purple);
color: var(--yellow);
padding: 2%;
position: center;
}
.signup{
width: 70%;
margin: 5% 15%;
}
.bg{
background-image: linear-gradient(rgba(61, 4, 61, 0.3), rgba(61, 4, 61, 0.3)), url("../../Media/rick-mobile-view.jpg");;
background-size: cover;
height: 100vh;
padding: 0 !important;
display: block;
width: 100%;
border: 1px solid black;
}
}
@media (max-width: 576px){
.login{
width: 90%;
margin: 15% 5%;
}
.signup{
width: 90%;
margin: 15% 5%;
}
.bg{
padding: 0!important;
height:100vh;
}
} | frontend/src/Components/loginSignup/login.css | .login{
width: 40%;
margin: 5% 5% 55%;
background-color: var(--purple);
border-radius: 0.25em;
color: var(--yellow);
padding: 2%;
position: absolute;
}
.signup{
width: 40%;
margin: 3% 5% 55%;
background-color: var(--purple);
border-radius: 0.25em;
color: var(--yellow);
padding: 2%;
position: absolute;
}
.bg{
background-image: linear-gradient(#2b0a2c45, #2b0a2cab), url("../../Media/login2.png");
background-size: cover;
background-attachment: fixed;
height: 100vh;
display: block;
width: 100%;
border: 1px solid black;
}
.myinput {
width: 80%;
margin: 8px 0px 0px 0px;
background-color: transparent;
/* border-block-style: none; */
border-bottom-style: groove;
/* border-inline: none; */
color: var(--yellow);
border-color: var(--yellow);
font-size: 25px;
border-radius: 5px;
}
.mylabel{
text-align: left !important;
font-size: large;
}
#submit {
background-color: transparent;
color: var(--yellow);
padding: 14px 20px;
border: 1px solid;
cursor: pointer;
width: 50%;
border-radius: 100px;
font-size: 20px;
font-weight: bold;
}
#submit:hover {
color: rgba(61, 4, 61,1);
background-color: var(--yellow);
transition: all 0.4s ease 0s;
}
.mylink{
color: var(--yellow);
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: var(--yellow);
opacity: 0.75; /* Firefox */
text-align: left;
margin-left: 10%;
font-size: 22px;
}
.myform{
width: 80%;
margin-left: 10%;
margin-bottom: 2%;
text-align: left;
}
@media (max-width: 992px){
.login{
width: 70%;
margin: 5% 15%;
background-color: var(--purple);
color: var(--yellow);
padding: 2%;
position: center;
}
.signup{
width: 70%;
margin: 5% 15%;
}
.bg{
background-image: linear-gradient(rgba(61, 4, 61, 0.3), rgba(61, 4, 61, 0.3)), url("../../Media/rick-mobile-view.jpg");;
background-size: cover;
height: 100vh;
padding: 0 !important;
display: block;
width: 100%;
border: 1px solid black;
}
}
@media (max-width: 576px){
.login{
width: 90%;
margin: 15% 5%;
}
.signup{
width: 90%;
margin: 15% 5%;
}
.bg{
padding: 0!important;
height:100vh;
}
} | 0.412412 | 0.128689 |
*{
margin: 0 auto;
padding: 0;
list-style-type: none;
text-decoration: none;
}
/*nav*/
.banner{
position: relative;
width: 100%;
overflow: hidden;
}
.navbar{
box-shadow: 0 0 10px 0;
background: #fff;
height: 74px;
}
.dsm{
margin-top: 10px;
}
@media screen and (max-width:865px){
.N-r>img{
width: 120px;
}
}
/*top成就*/
.top{
width: 100%;
}
.top>img{
width: 100%;
}
.content{
padding: 80px 0 50px;
width: 80%;
}
.content>img{
width: 100%;
}
#two_log{
margin: 0 auto;
padding-bottom: 40px;
}
#two_log img{
margin:0 33.3%;
}
.two_font{
padding: 40px 20px 10px;
border: 4px solid #85D2FE;
}
.two_font p{
padding: 0;
/*text-align: center;*/
/*text-indent:5%;*/
font-family: "黑体";
line-height: 2;
font-size: 18px;
}
.two_h2 h2{
text-align: center;
width: 200px;
background: white;
position: absolute;
left: 43%;
font-weight: 900;
margin-top: -18px;
}
.two_h22{
position: relative;
height: auto;}
.two_h22 h2{
margin: 40px auto;
text-align: center;
font-weight: 900;
}
.ppp{
margin-bottom: 0;
height: auto;
}
.two_footer{
position: relative;
left: 50%;
text-align: center;
position: absolute;
width: 300px;
margin-left: -150px;
}
.two_footer p{
text-align: center;
font-family: "黑体";
font-size: 18px;
color: white;
line-height: 10px;
font-weight: 400;
}
/**/
.three{
position: relative;
height: 100%;
width: 100%;
}
.four{
position: relative;
overflow: hidden;
}
.four_font{
width: 100%;
height: 2000px;
background: #8CCEE4;
background: -webkit-linear-gradient(180deg, red, blue); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(180deg, red, blue); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(180deg, red, blue); /* Firefox 3.6 - 15 */
background: linear-gradient(180deg, #7cc4da, #b2dbdd); /* 标准的语法 */
position: absolute;
top: -100%;
left: 70%;
transform:rotate(-20deg);
-ms-transform:rotate(-20deg); /* IE 9 */
-webkit-transform:rotate(-20deg); /* Safari and Chrome */
opacity: 0.5;
}
.four_bg{
width: 60%;
height: 100%;
position: absolute;
left: 60.7%;
top: 0px;
opacity: 1;
z-index: 2;
}
.four_bg p{
width: 330px;
text-align: center;
font-size: 16px;
font-family: "黑体";
color: white;
}
.pp{
width: 330px;
margin: 15px 0 50px 0;
text-align: center;
font-family: "黑体";
color: white;
}
.ppp{
text-align: center;
font-family: "黑体";
margin: 25px auto;
}
.three_font{
background: rgba(9,76,152,0.5);
padding:20px 25px;
color: white;
position: absolute;
left: 10%;
width: 80%;
height: 65%;
border: 4px solid white;
border-top: none;
top:18% ;
}
.three_font:after{
content: '';
width: 20%;
height: 4px;
background: white;
position: absolute;
top: 0px;
left: -3px;
}
.three_font:before{
content: '';
width: 50%;
height: 4px;
background: white;
position: absolute;
top: 0px;
right: -3px;
}
.three_span1{
padding-right: 25px;
font-family: "黑体";
font-size: 30px;
/*color: white;*/
}
.three_span2{
font-size: 22px;
font-family: "黑体";
}
.five{
padding: 0 20px
width: 100%;
position: relative;
height: auto;
/*background: url(../images/about/about44.jpg);*/
}
.boxs{
height: 350px;
width: 24%;
background: #3995C6;
opacity: 0.7;
/*float: left;*/
/*margin-left: 5.5%;*/
/*margin-top: 5%;*/
position: absolute;
left: 5%;
top: 10%;
}
.five_font{
margin:20% auto;
}
.five_font h3{
opacity: 1;
width: 70px;
font-weight: 600;
padding-bottom: 20px;
text-align: center;
font-family: "黑体";
font-size: 30px;
color: white;
border-bottom: 2px solid white;
margin-bottom: 20px;
}
.five_font p{
font-family: "黑体";
font-size: 20px;
color: white;
text-align: center;
}
.five_h4{
text-align: center;
width: 500px;
color: white;
font-family: "黑体";
position: absolute;
left:50% ;
top: 80%;
font-size: 22px;
margin-left: -250px;
}
/*video*/
.video{
width: 100%;
background: #202020;
padding: 100px 0;
}
.video>ul{
width: 1100px;
height: 100%;
}
.video>ul>li{
width: 100%;
}
.video>ul>li:first-child{
height: 200px;
}
.video>ul>li:first-child>div{
width: 620px;
height: 100%;
margin: 0 auto;
}
.video>ul>li:first-child>div>img{
width: 100%;
height: 100%;
}
.video>ul>li:nth-child(2){
height: 466px;
margin-bottom: 20px;
}
.video>ul>li:nth-child(2)>div{
height: 466px;
width: 850px;
}
.video>ul>li:nth-child(2)>div>video{
width: 100%;
height: 100%;
}
.video>ul>li:nth-child(3)>p{
margin: 0 auto;
width: 820px;
text-align: left;
font-size: 14px;
color: #fff;
}
@media screen and (max-width:1450px){
.video{
padding-top: 50px;
}
.video>ul{
width: 100%;
}
.video>ul>li:first-child>div{
width: 70%;
margin: 0 auto;
}
.video>ul>li:nth-child(2)>div{
width: 80%;
margin-left: 10%;
}
.video>ul>li:nth-child(3)>p{
width: 80%;
margin-left: 11%;
font-size: 20px;
}
}
/*news*/
.news{
position: relative;
width: 100%;
height: 570px;
background: #414141;
padding-top: 100px;
}
.news>ul{
display: block;
width: 1200px;
height: 400px;
}
.news>ul>li:first-child{
width: 100%;
height: 40px;
margin-bottom: 40px;
}
.news>ul>li:first-child>span:first-child{
float: left;
width: 6px;
height: 100%;
background: #FBAD3F;
margin-right: 30px;
}
.news>ul>li:first-child>span:last-child{
float: left;
text-align: left;
color: #fff;
font-size: 22px;
font-weight: 800;
line-height: 40px;
}
.news>ul>li:nth-child(2){
width: 100%;
height: 320px;
}
.news>ul>li:nth-child(2)>div:first-child{
float: left;
width: 500px;
height: 100%;
background: url("../images/1.jpg");
transition: all 500ms;
}
.news>ul>li:nth-child(2)>div:first-child>div{
width: 100%;
height: 90px;
margin-top: 230px;
}
.news>ul>li:nth-child(2)>div:first-child>div>div:first-child{
float: left;
width: 410px;
height: 100%;
background: rgba(0, 0, 0, .6);
}
.news>ul>li:nth-child(2)>div:first-child>div>div:first-child>p{
margin-left: 20px;
margin-top: 20px;
text-align: left;
color: #fff;
font-size: 16px;
}
.news>ul>li:nth-child(2)>div:first-child>div>div:first-child>p:last-child{
font-size: 12px;
margin-top: 10px;
}
.news>ul>li:nth-child(2)>div:first-child>div>div:last-child{
float: left;
width: 90px;
height: 90px;
background: #FBAD3F;
}
.news>ul>li:nth-child(2)>div:last-child{
float: left;
width: 650px;
height: 100%;
margin-left: 50px;
overflow-y: auto;
}
.news>ul>li:nth-child(2)>div:last-child>a{
display: block;
width: 96%;
height: 90px;
margin-top: 25px;
background: #373737;
cursor: pointer;
transition: all 500ms;
}
.news>ul>li:nth-child(2)>div:last-child>a:first-child{
margin-top: 0;
}
.news>ul>li:nth-child(2)>div:last-child>a>div:first-child{
float: left;
width: 510px;
height: 100%;
}
.news>ul>li:nth-child(2)>div:last-child>a>div:first-child>h4{
margin-left: 20px;
margin-top: 24px;
text-align: left;
color: #fff;
line-height: 20px;
font-size: 16px;
}
.news>ul>li:nth-child(2)>div:last-child>a>div:last-child{
float: left;
width: 90px;
height: 90px;
background: #283961;
}
.news>ul>li:nth-child(2)>div:last-child>a:first-child>div:last-child{
background: #FBAD3F;
}
.news>div{
position: absolute;
border-bottom: 1px solid #555555;
width: 500px;
height: 40px;
left: 35px;
bottom: 20px;
}
.news>div ul{
margin-left: 40px;
}
.news>div>ul>li{
float: left;
width: 37px;
height: 37px;
cursor: pointer;
text-align: center;
color: #fff;
line-height: 37px;
margin-left: 40px;
}
.news>div>div{
position: absolute;
width: 37px;
height: 3px;
bottom: 0;
left: 80px;
background: #E4A347;
}
@media screen and (max-width:1450px){
.news>ul{
width: 100%;
}
.news>ul>li:nth-child(2)>div:first-child{
width: 50%;
}
.news>ul>li:nth-child(2)>div:first-child>div>div:first-child{
width: 77%;
}
.news>ul>li:nth-child(2)>div:last-child{
width: 50%;
margin-left: 0;
}
.news>ul>li:nth-child(2)>div:last-child>a>div:first-child{
width: 76%;
}
.news>div{
left: 0;
}
}
@media screen and (max-width:604px){
.news{
display: none;
}
}
.content>div:last-child{
width: 100%;
padding: 50px 0;
text-align: center;
}
.content>div:last-child>h1{
color: #66C5FF;
font-size: 60px;
}
.content>div:last-child>h2{
color: #333333;
margin-bottom:50px;
}
.content>div:last-child>h3{
color: #000;
font-weight: 600;
}
/*footer*/
.footer{
position: relative;
width: 100%;
height: 250px;
background-image: url("../images/footer.jpg");
background-size: cover;
}
.footer>div{
width: 100%;
height: 100%;
padding: 4% 0 0 9.5%;
background: rgba(0, 0, 0, 0.8);
border-sizing:border-box;
}
.footer>div>p{
color: #fff;
font-size: 18px;
text-align: left;
}
.footer>div>p>span{
display: inline-block;
width: 80px;
font-size: 26px;
margin-right: 10px;
margin-bottom: -10px;
}
.footer>div>p>span>span:first-child{
float: left;
}
.footer>div>p>span>span:last-child{
float: right;
}
.footer>div>div:nth-child(4){
position: absolute;
width: 130px;
height: 130px;
right: 190px;
bottom: 80px;
}
.footer>div>div:nth-child(4)>img{
width: 100%;
height: 100%;
}
.footer>div>div:last-child{
display: none;
}
.fix{
position: fixed;
width: 60px;
height: 60px;
background: #283961;
color: #fff;
text-align: center;
line-height: 60px;
right:130px;
/*bottom: 12.5%;*/
bottom: 80px;
cursor: pointer;
border-radius: 5px;
z-index: 1000;
}
@media screen and (max-width:980px){
.footer{
height: 400px;
}
.footer>div>div:last-child{
display: block;
font-size: 40px;
color: #fff;
}
.footer>div>div:last-child>p>span{
display: inline-block;
width: 120px;
margin-right: 40px;
margin-bottom: -14px;
}
.footer>div>div:last-child>p>span>span:first-child{
float: left;
}
.footer>div>div:last-child>p>span>span:last-child{
float: right;
}
.footer>div>div:last-child>p:last-child{
color: #F6F6F6;
}
.footer>div>p{
display: none;
}
.footer>div{
padding: 4% 0 0 8%;
}
.footer>div>div:nth-child(4){
width:220px;
height: 220px;
top:40px;
right: 80px;
}
.fix{
right: 20px;
}
}
.ygfl{
position: relative;
width: 100%;
height: 500px;
}
.images{
width: 200px;
height: 200px;
position: absolute;
left: 38%;
top: 18%;
background: url("../images/about/ygfl.png") center;
background-size: cover;
}
.images h1{
color: white;
padding-top: 80px;
text-align: center;
margin: 0;
}
.ygfl p{
text-align: center;
}
.tops{
padding: 50px 0 100px 0;
}
.bottoms{
padding: 100px 0 50px 0;
}
.bottomss{
padding: 50px 0 50px 0;
margin: 0 0 0 35%;
}
.lefts{
float: left;
width: 50%;
}
.lefts p span ,.rights p span{
font-family: "黑体";
font-size: 20px;
}
.lefts p strong ,.rights p strong{
font-size: 25px;
font-family: "黑体";
}
.rights{
float: left;
width: 50%;
}
.leftss{
float: left;
width: 50%;
}
.leftss p span ,.rights p span{
font-family: "黑体";
font-size: 20px;
}
.leftss p strong ,.rights p strong{
font-size: 25px;
font-family: "黑体";
}
.rights{
float: left;
width: 50%;
}
#fonts{
font-size: 20px;
font-size: 900;
font-family: "黑体";
}
#fontss{
font-size: 16px;
font-family: "黑体";
}
.wh{
width: 100%;
height: 350px;
background: #66C5FF;
}
.wh h1{
text-align: center;
color: white;
padding: 20px;
}
.ul1 ul{
overflow: hidden;
/*margin: 20px 5% 0 15%;*/
margin: 20px 0;
width: 100%;
}
.ul2 ul{
overflow: hidden;
margin: auto;
padding: 20px 0;
width: 100%;
width: 100%;
margin-left: 10%;
}
.ul1 ul li{
float: left;
text-align: center;
font-family: "黑体";
font-size: 16px;
color: white;
width: 33.3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333%;
/*padding:0 4% 0 4%;*/
}
.ul2 ul li{
float: left;
text-align: center;
font-family: "黑体";
font-size: 20px;
color: white;
/*margin-left: 10%;*/
}
.l1{
width: 8%;
}
.li1{
width: 10px;
height: 10px;
border-radius: 50%;
background: white;
margin:9px 0 0 0;
}
.li2{
width: 8%;
height: 3px;
background: white;
margin: 12.5px 0 0 0;
}
.li3{
width:0;
height:0;
border-width:10px 0 10px 10px;
border-style:solid;
border-color:transparent transparent transparent white;/*透明 透明 透明 灰*/
margin:4px 0 0 0 ;
position:relative;
}
.bottomsss p{
}
.pp1{
float: left;
width:50%;
text-align: center;
font-family: "黑体";
font-size: 18px;
color: white;
}
.pp2{
float: right;
width: 50%;
text-align: center;
font-family: "黑体";
font-size: 18px;
color: white;
}
.about1{
height: 500px;
width: auto;
background: url(../images/about/tuandui.jpg);background-size: cover;
}
.about1 h2{
padding-top: 20px;
color: #4688C2!important;
}
.about1 ul{
overflow: hidden;
width: 800px;
padding-top: 100px
/*border: 1px solid red;*/
}
.about1 h2{
text-align: center;
color: white;
}
.about1 ul li{
float: left;
width: 120px;
height:120px;
border: 1px solid #72C4F5;
border-radius: 50%;
text-align: center;
line-height: 120px;
font-size: 20px;
font-family: "黑体";
color: white;
margin:20px;
background: #72C4F5;
}
.about2{
height: 400px;
text-align: center;
color: white;
background: url(../images/about/402066.jpg);background-size: 100%;
}
#sanping{
text-align: center;
font-weight: 900;
} | public/css/about.css | *{
margin: 0 auto;
padding: 0;
list-style-type: none;
text-decoration: none;
}
/*nav*/
.banner{
position: relative;
width: 100%;
overflow: hidden;
}
.navbar{
box-shadow: 0 0 10px 0;
background: #fff;
height: 74px;
}
.dsm{
margin-top: 10px;
}
@media screen and (max-width:865px){
.N-r>img{
width: 120px;
}
}
/*top成就*/
.top{
width: 100%;
}
.top>img{
width: 100%;
}
.content{
padding: 80px 0 50px;
width: 80%;
}
.content>img{
width: 100%;
}
#two_log{
margin: 0 auto;
padding-bottom: 40px;
}
#two_log img{
margin:0 33.3%;
}
.two_font{
padding: 40px 20px 10px;
border: 4px solid #85D2FE;
}
.two_font p{
padding: 0;
/*text-align: center;*/
/*text-indent:5%;*/
font-family: "黑体";
line-height: 2;
font-size: 18px;
}
.two_h2 h2{
text-align: center;
width: 200px;
background: white;
position: absolute;
left: 43%;
font-weight: 900;
margin-top: -18px;
}
.two_h22{
position: relative;
height: auto;}
.two_h22 h2{
margin: 40px auto;
text-align: center;
font-weight: 900;
}
.ppp{
margin-bottom: 0;
height: auto;
}
.two_footer{
position: relative;
left: 50%;
text-align: center;
position: absolute;
width: 300px;
margin-left: -150px;
}
.two_footer p{
text-align: center;
font-family: "黑体";
font-size: 18px;
color: white;
line-height: 10px;
font-weight: 400;
}
/**/
.three{
position: relative;
height: 100%;
width: 100%;
}
.four{
position: relative;
overflow: hidden;
}
.four_font{
width: 100%;
height: 2000px;
background: #8CCEE4;
background: -webkit-linear-gradient(180deg, red, blue); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(180deg, red, blue); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(180deg, red, blue); /* Firefox 3.6 - 15 */
background: linear-gradient(180deg, #7cc4da, #b2dbdd); /* 标准的语法 */
position: absolute;
top: -100%;
left: 70%;
transform:rotate(-20deg);
-ms-transform:rotate(-20deg); /* IE 9 */
-webkit-transform:rotate(-20deg); /* Safari and Chrome */
opacity: 0.5;
}
.four_bg{
width: 60%;
height: 100%;
position: absolute;
left: 60.7%;
top: 0px;
opacity: 1;
z-index: 2;
}
.four_bg p{
width: 330px;
text-align: center;
font-size: 16px;
font-family: "黑体";
color: white;
}
.pp{
width: 330px;
margin: 15px 0 50px 0;
text-align: center;
font-family: "黑体";
color: white;
}
.ppp{
text-align: center;
font-family: "黑体";
margin: 25px auto;
}
.three_font{
background: rgba(9,76,152,0.5);
padding:20px 25px;
color: white;
position: absolute;
left: 10%;
width: 80%;
height: 65%;
border: 4px solid white;
border-top: none;
top:18% ;
}
.three_font:after{
content: '';
width: 20%;
height: 4px;
background: white;
position: absolute;
top: 0px;
left: -3px;
}
.three_font:before{
content: '';
width: 50%;
height: 4px;
background: white;
position: absolute;
top: 0px;
right: -3px;
}
.three_span1{
padding-right: 25px;
font-family: "黑体";
font-size: 30px;
/*color: white;*/
}
.three_span2{
font-size: 22px;
font-family: "黑体";
}
.five{
padding: 0 20px
width: 100%;
position: relative;
height: auto;
/*background: url(../images/about/about44.jpg);*/
}
.boxs{
height: 350px;
width: 24%;
background: #3995C6;
opacity: 0.7;
/*float: left;*/
/*margin-left: 5.5%;*/
/*margin-top: 5%;*/
position: absolute;
left: 5%;
top: 10%;
}
.five_font{
margin:20% auto;
}
.five_font h3{
opacity: 1;
width: 70px;
font-weight: 600;
padding-bottom: 20px;
text-align: center;
font-family: "黑体";
font-size: 30px;
color: white;
border-bottom: 2px solid white;
margin-bottom: 20px;
}
.five_font p{
font-family: "黑体";
font-size: 20px;
color: white;
text-align: center;
}
.five_h4{
text-align: center;
width: 500px;
color: white;
font-family: "黑体";
position: absolute;
left:50% ;
top: 80%;
font-size: 22px;
margin-left: -250px;
}
/*video*/
.video{
width: 100%;
background: #202020;
padding: 100px 0;
}
.video>ul{
width: 1100px;
height: 100%;
}
.video>ul>li{
width: 100%;
}
.video>ul>li:first-child{
height: 200px;
}
.video>ul>li:first-child>div{
width: 620px;
height: 100%;
margin: 0 auto;
}
.video>ul>li:first-child>div>img{
width: 100%;
height: 100%;
}
.video>ul>li:nth-child(2){
height: 466px;
margin-bottom: 20px;
}
.video>ul>li:nth-child(2)>div{
height: 466px;
width: 850px;
}
.video>ul>li:nth-child(2)>div>video{
width: 100%;
height: 100%;
}
.video>ul>li:nth-child(3)>p{
margin: 0 auto;
width: 820px;
text-align: left;
font-size: 14px;
color: #fff;
}
@media screen and (max-width:1450px){
.video{
padding-top: 50px;
}
.video>ul{
width: 100%;
}
.video>ul>li:first-child>div{
width: 70%;
margin: 0 auto;
}
.video>ul>li:nth-child(2)>div{
width: 80%;
margin-left: 10%;
}
.video>ul>li:nth-child(3)>p{
width: 80%;
margin-left: 11%;
font-size: 20px;
}
}
/*news*/
.news{
position: relative;
width: 100%;
height: 570px;
background: #414141;
padding-top: 100px;
}
.news>ul{
display: block;
width: 1200px;
height: 400px;
}
.news>ul>li:first-child{
width: 100%;
height: 40px;
margin-bottom: 40px;
}
.news>ul>li:first-child>span:first-child{
float: left;
width: 6px;
height: 100%;
background: #FBAD3F;
margin-right: 30px;
}
.news>ul>li:first-child>span:last-child{
float: left;
text-align: left;
color: #fff;
font-size: 22px;
font-weight: 800;
line-height: 40px;
}
.news>ul>li:nth-child(2){
width: 100%;
height: 320px;
}
.news>ul>li:nth-child(2)>div:first-child{
float: left;
width: 500px;
height: 100%;
background: url("../images/1.jpg");
transition: all 500ms;
}
.news>ul>li:nth-child(2)>div:first-child>div{
width: 100%;
height: 90px;
margin-top: 230px;
}
.news>ul>li:nth-child(2)>div:first-child>div>div:first-child{
float: left;
width: 410px;
height: 100%;
background: rgba(0, 0, 0, .6);
}
.news>ul>li:nth-child(2)>div:first-child>div>div:first-child>p{
margin-left: 20px;
margin-top: 20px;
text-align: left;
color: #fff;
font-size: 16px;
}
.news>ul>li:nth-child(2)>div:first-child>div>div:first-child>p:last-child{
font-size: 12px;
margin-top: 10px;
}
.news>ul>li:nth-child(2)>div:first-child>div>div:last-child{
float: left;
width: 90px;
height: 90px;
background: #FBAD3F;
}
.news>ul>li:nth-child(2)>div:last-child{
float: left;
width: 650px;
height: 100%;
margin-left: 50px;
overflow-y: auto;
}
.news>ul>li:nth-child(2)>div:last-child>a{
display: block;
width: 96%;
height: 90px;
margin-top: 25px;
background: #373737;
cursor: pointer;
transition: all 500ms;
}
.news>ul>li:nth-child(2)>div:last-child>a:first-child{
margin-top: 0;
}
.news>ul>li:nth-child(2)>div:last-child>a>div:first-child{
float: left;
width: 510px;
height: 100%;
}
.news>ul>li:nth-child(2)>div:last-child>a>div:first-child>h4{
margin-left: 20px;
margin-top: 24px;
text-align: left;
color: #fff;
line-height: 20px;
font-size: 16px;
}
.news>ul>li:nth-child(2)>div:last-child>a>div:last-child{
float: left;
width: 90px;
height: 90px;
background: #283961;
}
.news>ul>li:nth-child(2)>div:last-child>a:first-child>div:last-child{
background: #FBAD3F;
}
.news>div{
position: absolute;
border-bottom: 1px solid #555555;
width: 500px;
height: 40px;
left: 35px;
bottom: 20px;
}
.news>div ul{
margin-left: 40px;
}
.news>div>ul>li{
float: left;
width: 37px;
height: 37px;
cursor: pointer;
text-align: center;
color: #fff;
line-height: 37px;
margin-left: 40px;
}
.news>div>div{
position: absolute;
width: 37px;
height: 3px;
bottom: 0;
left: 80px;
background: #E4A347;
}
@media screen and (max-width:1450px){
.news>ul{
width: 100%;
}
.news>ul>li:nth-child(2)>div:first-child{
width: 50%;
}
.news>ul>li:nth-child(2)>div:first-child>div>div:first-child{
width: 77%;
}
.news>ul>li:nth-child(2)>div:last-child{
width: 50%;
margin-left: 0;
}
.news>ul>li:nth-child(2)>div:last-child>a>div:first-child{
width: 76%;
}
.news>div{
left: 0;
}
}
@media screen and (max-width:604px){
.news{
display: none;
}
}
.content>div:last-child{
width: 100%;
padding: 50px 0;
text-align: center;
}
.content>div:last-child>h1{
color: #66C5FF;
font-size: 60px;
}
.content>div:last-child>h2{
color: #333333;
margin-bottom:50px;
}
.content>div:last-child>h3{
color: #000;
font-weight: 600;
}
/*footer*/
.footer{
position: relative;
width: 100%;
height: 250px;
background-image: url("../images/footer.jpg");
background-size: cover;
}
.footer>div{
width: 100%;
height: 100%;
padding: 4% 0 0 9.5%;
background: rgba(0, 0, 0, 0.8);
border-sizing:border-box;
}
.footer>div>p{
color: #fff;
font-size: 18px;
text-align: left;
}
.footer>div>p>span{
display: inline-block;
width: 80px;
font-size: 26px;
margin-right: 10px;
margin-bottom: -10px;
}
.footer>div>p>span>span:first-child{
float: left;
}
.footer>div>p>span>span:last-child{
float: right;
}
.footer>div>div:nth-child(4){
position: absolute;
width: 130px;
height: 130px;
right: 190px;
bottom: 80px;
}
.footer>div>div:nth-child(4)>img{
width: 100%;
height: 100%;
}
.footer>div>div:last-child{
display: none;
}
.fix{
position: fixed;
width: 60px;
height: 60px;
background: #283961;
color: #fff;
text-align: center;
line-height: 60px;
right:130px;
/*bottom: 12.5%;*/
bottom: 80px;
cursor: pointer;
border-radius: 5px;
z-index: 1000;
}
@media screen and (max-width:980px){
.footer{
height: 400px;
}
.footer>div>div:last-child{
display: block;
font-size: 40px;
color: #fff;
}
.footer>div>div:last-child>p>span{
display: inline-block;
width: 120px;
margin-right: 40px;
margin-bottom: -14px;
}
.footer>div>div:last-child>p>span>span:first-child{
float: left;
}
.footer>div>div:last-child>p>span>span:last-child{
float: right;
}
.footer>div>div:last-child>p:last-child{
color: #F6F6F6;
}
.footer>div>p{
display: none;
}
.footer>div{
padding: 4% 0 0 8%;
}
.footer>div>div:nth-child(4){
width:220px;
height: 220px;
top:40px;
right: 80px;
}
.fix{
right: 20px;
}
}
.ygfl{
position: relative;
width: 100%;
height: 500px;
}
.images{
width: 200px;
height: 200px;
position: absolute;
left: 38%;
top: 18%;
background: url("../images/about/ygfl.png") center;
background-size: cover;
}
.images h1{
color: white;
padding-top: 80px;
text-align: center;
margin: 0;
}
.ygfl p{
text-align: center;
}
.tops{
padding: 50px 0 100px 0;
}
.bottoms{
padding: 100px 0 50px 0;
}
.bottomss{
padding: 50px 0 50px 0;
margin: 0 0 0 35%;
}
.lefts{
float: left;
width: 50%;
}
.lefts p span ,.rights p span{
font-family: "黑体";
font-size: 20px;
}
.lefts p strong ,.rights p strong{
font-size: 25px;
font-family: "黑体";
}
.rights{
float: left;
width: 50%;
}
.leftss{
float: left;
width: 50%;
}
.leftss p span ,.rights p span{
font-family: "黑体";
font-size: 20px;
}
.leftss p strong ,.rights p strong{
font-size: 25px;
font-family: "黑体";
}
.rights{
float: left;
width: 50%;
}
#fonts{
font-size: 20px;
font-size: 900;
font-family: "黑体";
}
#fontss{
font-size: 16px;
font-family: "黑体";
}
.wh{
width: 100%;
height: 350px;
background: #66C5FF;
}
.wh h1{
text-align: center;
color: white;
padding: 20px;
}
.ul1 ul{
overflow: hidden;
/*margin: 20px 5% 0 15%;*/
margin: 20px 0;
width: 100%;
}
.ul2 ul{
overflow: hidden;
margin: auto;
padding: 20px 0;
width: 100%;
width: 100%;
margin-left: 10%;
}
.ul1 ul li{
float: left;
text-align: center;
font-family: "黑体";
font-size: 16px;
color: white;
width: 33.3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333%;
/*padding:0 4% 0 4%;*/
}
.ul2 ul li{
float: left;
text-align: center;
font-family: "黑体";
font-size: 20px;
color: white;
/*margin-left: 10%;*/
}
.l1{
width: 8%;
}
.li1{
width: 10px;
height: 10px;
border-radius: 50%;
background: white;
margin:9px 0 0 0;
}
.li2{
width: 8%;
height: 3px;
background: white;
margin: 12.5px 0 0 0;
}
.li3{
width:0;
height:0;
border-width:10px 0 10px 10px;
border-style:solid;
border-color:transparent transparent transparent white;/*透明 透明 透明 灰*/
margin:4px 0 0 0 ;
position:relative;
}
.bottomsss p{
}
.pp1{
float: left;
width:50%;
text-align: center;
font-family: "黑体";
font-size: 18px;
color: white;
}
.pp2{
float: right;
width: 50%;
text-align: center;
font-family: "黑体";
font-size: 18px;
color: white;
}
.about1{
height: 500px;
width: auto;
background: url(../images/about/tuandui.jpg);background-size: cover;
}
.about1 h2{
padding-top: 20px;
color: #4688C2!important;
}
.about1 ul{
overflow: hidden;
width: 800px;
padding-top: 100px
/*border: 1px solid red;*/
}
.about1 h2{
text-align: center;
color: white;
}
.about1 ul li{
float: left;
width: 120px;
height:120px;
border: 1px solid #72C4F5;
border-radius: 50%;
text-align: center;
line-height: 120px;
font-size: 20px;
font-family: "黑体";
color: white;
margin:20px;
background: #72C4F5;
}
.about2{
height: 400px;
text-align: center;
color: white;
background: url(../images/about/402066.jpg);background-size: 100%;
}
#sanping{
text-align: center;
font-weight: 900;
} | 0.263979 | 0.051106 |
.htmlbg {
background-image: url('../images/html-bg.jpg'),
linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
background-blend-mode: overlay;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.htmllanding {
position: relative;
width: 100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
font-size: 22px;
padding: 80px 20% 40px 20%;
text-align: center;
}
.htmllanding h1 {
position: relative;
font-size: 50px;
color: white;
margin: 10px;
animation: fade-in 1s;
font-weight: 900;
}
.htmllanding p {
position: relative;
font-size: 25px;
color: white;
margin: 10px;
animation: fade-in 1s;
font-weight: 900;
}
.flex-container i {
position: relative;
animation: fade-in 1s;
}
hr.section {
border: 10px solid #777;
border-radius: 0px;
}
hr.moduleHeading {
border: 2px solid #777;
border-radius: 0px;
}
hr.moduleDivision {
border: 1px solid crimson;
border-radius: 0px;
}
.module {
/* margin-left: 200px;
margin-right: 200px; */
width: 100%;
color: white;
animation: fade-in 1s;
font-weight: 500;
}
.module h1 {
position: relative;
font-size: 50px;
color: white;
margin: 10px;
animation: fade-in 1s;
font-weight: 700;
/* margin-left: 200px; */
}
.moduleContents {
/* margin-left: 200px; */
animation: fade-in 1s;
font-weight: 700;
font-size: 25px;
}
.moduleContents input {
width: 30px;
height: 30px;
}
.moduleContents label a {
text-decoration: none;
color: white;
}
.moduleContents label a i {
font-size: x-large;
}
.course {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
background: #0f0f3f;
padding: 50px 25%;
color: white;
}
.course label {
font-size: 36px;
margin: 4px 20px;
}
#course {
width: 100%;
}
.course .card {
display: flex;
position: relative;
flex-direction: row;
width: 100%;
height: 200px;
margin: 20px;
background: #555;
color: white;
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}
.card input[type=checkbox] {
position: absolute;
z-index: 100;
top: 10px;
right: 10px;
width: 20px;
height: 20px;
}
.course h1 {
color: white;
}
.course col {
display: flex;
flex-direction: column;
padding: 20px;
align-items: center;
justify-content: center;
}
.course iframe {
height: 100%;
border: none;
margin-right: 20px;
}
.course select {
border: 1px solid black;
padding: 10px 30px;
font-size: 20px;
}
.signup-btn {
position: relative;
cursor: pointer;
font-size: 36px;
padding: 10px 20px;
border: 2px solid #0f0f3f;
margin: 20px 10px;
border-radius: 0;
background: white;
color: #0f0f3f;
transition-duration: 0.2s;
animation: fade-in 1s;
} | css/coursePage.css | .htmlbg {
background-image: url('../images/html-bg.jpg'),
linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
background-blend-mode: overlay;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.htmllanding {
position: relative;
width: 100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
font-size: 22px;
padding: 80px 20% 40px 20%;
text-align: center;
}
.htmllanding h1 {
position: relative;
font-size: 50px;
color: white;
margin: 10px;
animation: fade-in 1s;
font-weight: 900;
}
.htmllanding p {
position: relative;
font-size: 25px;
color: white;
margin: 10px;
animation: fade-in 1s;
font-weight: 900;
}
.flex-container i {
position: relative;
animation: fade-in 1s;
}
hr.section {
border: 10px solid #777;
border-radius: 0px;
}
hr.moduleHeading {
border: 2px solid #777;
border-radius: 0px;
}
hr.moduleDivision {
border: 1px solid crimson;
border-radius: 0px;
}
.module {
/* margin-left: 200px;
margin-right: 200px; */
width: 100%;
color: white;
animation: fade-in 1s;
font-weight: 500;
}
.module h1 {
position: relative;
font-size: 50px;
color: white;
margin: 10px;
animation: fade-in 1s;
font-weight: 700;
/* margin-left: 200px; */
}
.moduleContents {
/* margin-left: 200px; */
animation: fade-in 1s;
font-weight: 700;
font-size: 25px;
}
.moduleContents input {
width: 30px;
height: 30px;
}
.moduleContents label a {
text-decoration: none;
color: white;
}
.moduleContents label a i {
font-size: x-large;
}
.course {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
background: #0f0f3f;
padding: 50px 25%;
color: white;
}
.course label {
font-size: 36px;
margin: 4px 20px;
}
#course {
width: 100%;
}
.course .card {
display: flex;
position: relative;
flex-direction: row;
width: 100%;
height: 200px;
margin: 20px;
background: #555;
color: white;
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}
.card input[type=checkbox] {
position: absolute;
z-index: 100;
top: 10px;
right: 10px;
width: 20px;
height: 20px;
}
.course h1 {
color: white;
}
.course col {
display: flex;
flex-direction: column;
padding: 20px;
align-items: center;
justify-content: center;
}
.course iframe {
height: 100%;
border: none;
margin-right: 20px;
}
.course select {
border: 1px solid black;
padding: 10px 30px;
font-size: 20px;
}
.signup-btn {
position: relative;
cursor: pointer;
font-size: 36px;
padding: 10px 20px;
border: 2px solid #0f0f3f;
margin: 20px 10px;
border-radius: 0;
background: white;
color: #0f0f3f;
transition-duration: 0.2s;
animation: fade-in 1s;
} | 0.552419 | 0.147402 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* --------------------------------------------- Mobile Styles -------------------------------------------- */
@media only screen and (max-width: 400px) {
body, html {
width: 100%;
height: auto;
}
.black_sheet{
height: auto;
min-width: 100%;
min-height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.1);
background-size: contain;
padding: 0%;
padding-bottom: 16%;
}
.banner{
width: 100%;
height: 100%;
min-width: 100%;
position: absolute;
padding: 0%
}
.banner::before{
background-repeat: no-repeat;
background-image: url("./assets/img/em-surfer-banner.png");
background-position: absolute;
background-size: 100% 20%;
content: "";
display: block;
position: relative;
top: 0;
left: 0;
width: 100%;
height: inherit;
z-index: -4;
opacity: 0.4;
}
footer{
left: 0;
bottom: 0;
overflow: hidden;
width: 100%;
height: 10vh;
background: rgba(0, 0, 0, 0.3);
position: absolute;
}
footer p{
position: absolute;
bottom: 20%;
width: fit-content;
height: auto;
right: 10%;
color: white;
}
.content{
position: relative;
top: 0;
left: 0;
}
}
/* --------------------------------------------- Tablet Styles -------------------------------------------- */
@media only screen and (min-width: 401px) and (max-width: 1024px) {
body, html {
width: 100%;
height: auto;
}
.black_sheet{
height: auto;
min-width: 100%;
min-height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.1);
background-size: contain;
padding: 0%;
padding-bottom: 15%;
}
.banner{
width: 100%;
height: 75%;
min-width: 100%;
position: absolute;
padding: 0%
}
.banner::before{
background-repeat: no-repeat;
background-image: url("./assets/img/em-surfer-banner.png");
background-position: absolute;
background-size: 100% 39%;
content: "";
display: block;
position: relative;
top: 0;
left: 0;
width: 100%;
height: inherit;
z-index: -4;
opacity: 0.4;
}
footer{
left: 0;
bottom: 0;
width: 100%;
height: 10vh;
background: rgba(0, 0, 0, 0.3);
position: absolute;
}
footer p{
position: absolute;
bottom: 20%;
width: fit-content;
height: auto;
right: 10%;
color: white;
}
.content{
position: relative;
top: 0;
left: 0;
}
}
/* --------------------------------------------- Desktop Styles ------------------------------------------- */
@media only screen and (min-width: 1025px) {
body, html {
width: 100%;
height: auto;
}
.black_sheet{
height: auto;
min-width: 100%;
min-height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.1);
background-size: contain;
padding: 0%;
padding-bottom: 15%;
}
.banner{
width: 100%;
height: 100%;
min-width: 100%;
position: absolute;
padding: 0%
}
.banner::before{
background-repeat: no-repeat;
background-image: url("./assets/img/em-surfer-banner.png");
background-position: absolute;
background-size: 100% 39%;
content: "";
display: block;
position: relative;
top: 0;
left: 0;
width: 100%;
height: inherit;
z-index: -4;
opacity: 0.4;
}
footer{
left: 0;
bottom: 0;
width: 100%;
height: 20vh;
background: rgba(0, 0, 0, 0.3);
position: absolute;
}
footer p{
position: absolute;
bottom: 20%;
width: fit-content;
height: auto;
right: 10%;
color: white;
}
.content{
position: relative;
top: 0;
left: 0;
}
} | emsurfer/src/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* --------------------------------------------- Mobile Styles -------------------------------------------- */
@media only screen and (max-width: 400px) {
body, html {
width: 100%;
height: auto;
}
.black_sheet{
height: auto;
min-width: 100%;
min-height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.1);
background-size: contain;
padding: 0%;
padding-bottom: 16%;
}
.banner{
width: 100%;
height: 100%;
min-width: 100%;
position: absolute;
padding: 0%
}
.banner::before{
background-repeat: no-repeat;
background-image: url("./assets/img/em-surfer-banner.png");
background-position: absolute;
background-size: 100% 20%;
content: "";
display: block;
position: relative;
top: 0;
left: 0;
width: 100%;
height: inherit;
z-index: -4;
opacity: 0.4;
}
footer{
left: 0;
bottom: 0;
overflow: hidden;
width: 100%;
height: 10vh;
background: rgba(0, 0, 0, 0.3);
position: absolute;
}
footer p{
position: absolute;
bottom: 20%;
width: fit-content;
height: auto;
right: 10%;
color: white;
}
.content{
position: relative;
top: 0;
left: 0;
}
}
/* --------------------------------------------- Tablet Styles -------------------------------------------- */
@media only screen and (min-width: 401px) and (max-width: 1024px) {
body, html {
width: 100%;
height: auto;
}
.black_sheet{
height: auto;
min-width: 100%;
min-height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.1);
background-size: contain;
padding: 0%;
padding-bottom: 15%;
}
.banner{
width: 100%;
height: 75%;
min-width: 100%;
position: absolute;
padding: 0%
}
.banner::before{
background-repeat: no-repeat;
background-image: url("./assets/img/em-surfer-banner.png");
background-position: absolute;
background-size: 100% 39%;
content: "";
display: block;
position: relative;
top: 0;
left: 0;
width: 100%;
height: inherit;
z-index: -4;
opacity: 0.4;
}
footer{
left: 0;
bottom: 0;
width: 100%;
height: 10vh;
background: rgba(0, 0, 0, 0.3);
position: absolute;
}
footer p{
position: absolute;
bottom: 20%;
width: fit-content;
height: auto;
right: 10%;
color: white;
}
.content{
position: relative;
top: 0;
left: 0;
}
}
/* --------------------------------------------- Desktop Styles ------------------------------------------- */
@media only screen and (min-width: 1025px) {
body, html {
width: 100%;
height: auto;
}
.black_sheet{
height: auto;
min-width: 100%;
min-height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.1);
background-size: contain;
padding: 0%;
padding-bottom: 15%;
}
.banner{
width: 100%;
height: 100%;
min-width: 100%;
position: absolute;
padding: 0%
}
.banner::before{
background-repeat: no-repeat;
background-image: url("./assets/img/em-surfer-banner.png");
background-position: absolute;
background-size: 100% 39%;
content: "";
display: block;
position: relative;
top: 0;
left: 0;
width: 100%;
height: inherit;
z-index: -4;
opacity: 0.4;
}
footer{
left: 0;
bottom: 0;
width: 100%;
height: 20vh;
background: rgba(0, 0, 0, 0.3);
position: absolute;
}
footer p{
position: absolute;
bottom: 20%;
width: fit-content;
height: auto;
right: 10%;
color: white;
}
.content{
position: relative;
top: 0;
left: 0;
}
} | 0.657538 | 0.098252 |
@import "./all.css";
@import "./antd.css";
@import "./slick.css";
@import "./slick-theme.css";
body {
margin: 0;
padding: 0;
}
#app {
min-height: 100%;
display: flex;
flex-direction: column;
}
.ant-layout-sider-zero-width-trigger {
top: 12px;
}
.header-inner {
display: flex;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 16px;
}
.header-right {
margin-left: auto;
}
.fa:before,
.fab:before,
.fal:before,
.far:before,
.fas:before {
font-family: inherit !important;
}
.login-form-button {
width: 100%;
}
.login-form {
max-width: 320px;
margin: 0 auto;
}
.twitch-button {
width: 100%;
background-color: #4b367c;
border-color: #4b367c;
}
.twitch-button:hover,
.twitch-button:focus {
background-color: #7d5bbe;
border-color: #7d5bbe;
}
.twitch-button.ant-btn-clicked:after {
border-color: #7d5bbe;
}
.logo {
padding: 16px 16px 15px 38px;
position: relative;
white-space: nowrap;
}
.logo-text {
color: white;
font-size: 22px;
font-weight: bold;
white-space: nowrap;
}
.logo-text > span {
font-size: 16px;
display: inline-block;
position: relative;
top: -3px;
margin-left: 20px;
text-shadow: 0 0 12px;
z-index: 1;
}
.logo > i {
position: absolute;
margin-top: -29px;
margin-left: 78px;
font-size: 32px;
color: #1890ff;
text-shadow: 0 0 30px #1890ff,
0 0 10px rgba(24, 144, 255, 0.41),
0 0 100px #85add1,
0 0 500px #1890ff,
4px 6px 5px rgba(0, 0, 0, 0.5);
}
.logo.off > i {
color: rgba(66, 66, 66, 0.61);
text-shadow: 4px 6px 5px rgba(34, 34, 34, 0.5);
}
.logo.off > .logo-text > span {
color: gray;
text-shadow: 0 0 2px;
}
.sideuser-wrapper {
width: 100%;
padding: 24px 16px;
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden;
border-bottom: 1px solid rgba(24, 144, 255, 0.2);
}
.sideuser-avatar {
width: 100px;
height: 100px;
border-radius: 50px;
background-position: center;
background-size: cover;
box-shadow: 0 0 0 3px #e6f7ff;
background-color: rgba(230, 247, 255, 0.15);
}
.sideuser-name {
text-align: center;
white-space: nowrap;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
font-weight: bold;
font-size: 16px;
margin: 16px 0 0;
color: white;
}
.content-inner {
max-width: 1200px;
margin: 0 auto;
padding: 32px 16px;
}
.ant-layout {
min-width: 320px;
}
.ant-layout-has-sider {
overflow: hidden;
}
.ant-back-top {
right: auto;
left: 75px;
}
.full-promo {
width: 100%;
height: 320px;
overflow: hidden;
position: relative;
border-radius: 2px;
background-color: rgba(0,0,0,0.05);
margin-bottom: 32px;
}
.full-promo-background {
width: calc(100% + 120px);
height: calc(100% + 120px);
background-size: cover;
background-position: center;
filter: blur(14px) brightness(0.8);
margin-left: -60px;
margin-top: -60px;
}
.full-promo-foreground {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 34px 50px;
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
}
.full-promo-heading {
color: #fff;
font-size: 32px;
}
.full-promo-content {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.full-promo-info {
font-weight: 500;
}
.full-promo-flex {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 16px;
}
.full-promo-game {
font-size: 16px;
display: flex;
align-items: baseline;
}
.full-promo-game:not(:last-child) {
margin-right: 24px;
}
.full-promo-game > i {
margin-right: 12px;
font-size: 18px;
}
.full-promo-inner {
margin-top: -18px;
}
.frame {
margin-bottom: 32px;
}
.frame-title {
font-weight: 600;
font-size: 1.5em;
letter-spacing: 0.3px;
}
.frame-content {
position: relative;
}
.frame-slider {
margin: -4px;
}
.frame-slider-item {
margin: 4px;
}
.frame-slider-item .ant-card-cover {
border-radius: 2px 2px 0 0;
overflow: hidden;
}
.vertical-center-modal {
display: flex;
align-items: center;
justify-content: center;
}
.vertical-center-modal .ant-modal {
top: 0;
}
.twitch-embed .ant-modal-body {
padding: 0;
}
.twitch-embed .ant-modal-footer {
display: none;
}
.twitch-embed .embed-responsive {
border-radius: 0 0 4px 4px;
background: #000;
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
z-index: 1;
}
.embed-responsive-item.phantom-item {
z-index: 0;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}
.events {
list-style: none;
padding: 32px 12px 12px;
margin: 0;
display: flex;
flex-direction: column;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.events .ant-badge-status {
overflow: hidden;
white-space: nowrap;
width: 100%;
text-overflow: ellipsis;
font-size: 12px;
}
.notes-month {
text-align: center;
font-size: 28px;
}
.notes-month section {
font-size: 28px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date {
padding: 4px;
margin: 2px;
}
.simple-schedule .ant-fullcalendar-header .ant-radio-group {
display: none;
}
.event-shedule {
background: #f5f5f5;
padding: 16px;
border-radius: 4px;
}
.event-day {
background: #f0ffe9;
}
.event-evening {
background: #fff8e9;
}
.event-shedule:not(:last-child) {
margin-bottom: 12px;
}
.event-title {
font-weight: bold;
margin-bottom: 8px;
}
.event-simple .ant-modal-footer {
display: none;
}
.event-meta {
display: flex;
align-items: baseline;
margin-top: 8px;
}
.event-meta.alternative {
flex-direction: column;
align-items: flex-start;
}
.event-meta-title {
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
}
.event-meta-value {
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
margin-left: 4px;
font-weight: 600;
}
.event-meta.alternative .event-meta-title,
.event-meta.alternative .event-meta-value {
display: block;
}
.event-meta.alternative .event-meta-value {
margin-top: 6px;
white-space: pre-line;
margin-left: 0;
}
.event-footer {
margin: 16px -16px -16px;
padding: 8px 12px;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 0 0 4px 4px;
}
.event-footer > button:not(:last-child) {
margin-right: 12px;
}
@media screen and (max-width: 992px) {
.ant-layout-sider {
z-index: 10;
position: fixed;
height: 100%;
}
} | src/styles/css/app.css | @import "./all.css";
@import "./antd.css";
@import "./slick.css";
@import "./slick-theme.css";
body {
margin: 0;
padding: 0;
}
#app {
min-height: 100%;
display: flex;
flex-direction: column;
}
.ant-layout-sider-zero-width-trigger {
top: 12px;
}
.header-inner {
display: flex;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 16px;
}
.header-right {
margin-left: auto;
}
.fa:before,
.fab:before,
.fal:before,
.far:before,
.fas:before {
font-family: inherit !important;
}
.login-form-button {
width: 100%;
}
.login-form {
max-width: 320px;
margin: 0 auto;
}
.twitch-button {
width: 100%;
background-color: #4b367c;
border-color: #4b367c;
}
.twitch-button:hover,
.twitch-button:focus {
background-color: #7d5bbe;
border-color: #7d5bbe;
}
.twitch-button.ant-btn-clicked:after {
border-color: #7d5bbe;
}
.logo {
padding: 16px 16px 15px 38px;
position: relative;
white-space: nowrap;
}
.logo-text {
color: white;
font-size: 22px;
font-weight: bold;
white-space: nowrap;
}
.logo-text > span {
font-size: 16px;
display: inline-block;
position: relative;
top: -3px;
margin-left: 20px;
text-shadow: 0 0 12px;
z-index: 1;
}
.logo > i {
position: absolute;
margin-top: -29px;
margin-left: 78px;
font-size: 32px;
color: #1890ff;
text-shadow: 0 0 30px #1890ff,
0 0 10px rgba(24, 144, 255, 0.41),
0 0 100px #85add1,
0 0 500px #1890ff,
4px 6px 5px rgba(0, 0, 0, 0.5);
}
.logo.off > i {
color: rgba(66, 66, 66, 0.61);
text-shadow: 4px 6px 5px rgba(34, 34, 34, 0.5);
}
.logo.off > .logo-text > span {
color: gray;
text-shadow: 0 0 2px;
}
.sideuser-wrapper {
width: 100%;
padding: 24px 16px;
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden;
border-bottom: 1px solid rgba(24, 144, 255, 0.2);
}
.sideuser-avatar {
width: 100px;
height: 100px;
border-radius: 50px;
background-position: center;
background-size: cover;
box-shadow: 0 0 0 3px #e6f7ff;
background-color: rgba(230, 247, 255, 0.15);
}
.sideuser-name {
text-align: center;
white-space: nowrap;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
font-weight: bold;
font-size: 16px;
margin: 16px 0 0;
color: white;
}
.content-inner {
max-width: 1200px;
margin: 0 auto;
padding: 32px 16px;
}
.ant-layout {
min-width: 320px;
}
.ant-layout-has-sider {
overflow: hidden;
}
.ant-back-top {
right: auto;
left: 75px;
}
.full-promo {
width: 100%;
height: 320px;
overflow: hidden;
position: relative;
border-radius: 2px;
background-color: rgba(0,0,0,0.05);
margin-bottom: 32px;
}
.full-promo-background {
width: calc(100% + 120px);
height: calc(100% + 120px);
background-size: cover;
background-position: center;
filter: blur(14px) brightness(0.8);
margin-left: -60px;
margin-top: -60px;
}
.full-promo-foreground {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 34px 50px;
color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
}
.full-promo-heading {
color: #fff;
font-size: 32px;
}
.full-promo-content {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.full-promo-info {
font-weight: 500;
}
.full-promo-flex {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 16px;
}
.full-promo-game {
font-size: 16px;
display: flex;
align-items: baseline;
}
.full-promo-game:not(:last-child) {
margin-right: 24px;
}
.full-promo-game > i {
margin-right: 12px;
font-size: 18px;
}
.full-promo-inner {
margin-top: -18px;
}
.frame {
margin-bottom: 32px;
}
.frame-title {
font-weight: 600;
font-size: 1.5em;
letter-spacing: 0.3px;
}
.frame-content {
position: relative;
}
.frame-slider {
margin: -4px;
}
.frame-slider-item {
margin: 4px;
}
.frame-slider-item .ant-card-cover {
border-radius: 2px 2px 0 0;
overflow: hidden;
}
.vertical-center-modal {
display: flex;
align-items: center;
justify-content: center;
}
.vertical-center-modal .ant-modal {
top: 0;
}
.twitch-embed .ant-modal-body {
padding: 0;
}
.twitch-embed .ant-modal-footer {
display: none;
}
.twitch-embed .embed-responsive {
border-radius: 0 0 4px 4px;
background: #000;
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
z-index: 1;
}
.embed-responsive-item.phantom-item {
z-index: 0;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}
.events {
list-style: none;
padding: 32px 12px 12px;
margin: 0;
display: flex;
flex-direction: column;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.events .ant-badge-status {
overflow: hidden;
white-space: nowrap;
width: 100%;
text-overflow: ellipsis;
font-size: 12px;
}
.notes-month {
text-align: center;
font-size: 28px;
}
.notes-month section {
font-size: 28px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date {
padding: 4px;
margin: 2px;
}
.simple-schedule .ant-fullcalendar-header .ant-radio-group {
display: none;
}
.event-shedule {
background: #f5f5f5;
padding: 16px;
border-radius: 4px;
}
.event-day {
background: #f0ffe9;
}
.event-evening {
background: #fff8e9;
}
.event-shedule:not(:last-child) {
margin-bottom: 12px;
}
.event-title {
font-weight: bold;
margin-bottom: 8px;
}
.event-simple .ant-modal-footer {
display: none;
}
.event-meta {
display: flex;
align-items: baseline;
margin-top: 8px;
}
.event-meta.alternative {
flex-direction: column;
align-items: flex-start;
}
.event-meta-title {
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
}
.event-meta-value {
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
margin-left: 4px;
font-weight: 600;
}
.event-meta.alternative .event-meta-title,
.event-meta.alternative .event-meta-value {
display: block;
}
.event-meta.alternative .event-meta-value {
margin-top: 6px;
white-space: pre-line;
margin-left: 0;
}
.event-footer {
margin: 16px -16px -16px;
padding: 8px 12px;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 0 0 4px 4px;
}
.event-footer > button:not(:last-child) {
margin-right: 12px;
}
@media screen and (max-width: 992px) {
.ant-layout-sider {
z-index: 10;
position: fixed;
height: 100%;
}
} | 0.367157 | 0.062274 |
.mw-tree .mw-tree-nav-skin-default {
padding: 10px 0 20px 20px;
}
.mw-tree * {
vertical-align: middle;
}
.mw-tree-nav li.skip-true {
opacity: .6;
pointer-events: none;
cursor: no-drop;
}
.mw-tree-nav .opened > ul {
display: block;
}
.form-group > .mw-tree-nav-skin-default {
padding-left: 15px;
}
.mw-tree-nav-skin-default {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mw-tree-nav-skin-default ul {
display: none;
}
.mw-tree-nav-skin-default .mw-tree-item-content {
cursor: pointer;
}
.mw-tree-nav-skin-default .mw-tree-item-title {
padding: 0 4px 0 0;
display: inline-block;
border: 1px solid transparent;
transition: all .3s;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
padding-left: 5px;
padding-right: 42px;
font-size: 12px;
color: #7e7e7e;
}
.mw-tree-nav-skin-default tree-label {
width: 20px;
}
.mw-tree-nav-skin-default tree-label + .mw-tree-item-title {
max-width: -webkit-calc(75%);
max-width: calc(75%);
}
.mw-tree-nav-skin-default > li {
margin: 2px 0;
}
.mw-tree-nav-skin-default li {
position: relative;
list-style: none;
}
.mw-tree-nav-skin-default li * {
vertical-align: middle;
}
.mw-tree-nav-skin-default li .mdi-pencil {
color: #0e80e5;
opacity: 1;
}
.mw-tree-nav-skin-default li.selected > .mw-tree-item-content-root .mw-tree-item-title {
color: #0e80e5;
font-weight: bold;
}
.mw-tree-nav-skin-default li.selected > .mw-tree-item-content-root .mw-tree-item-title:before {
color: #0e80e5;
font-weight: normal;
}
.mw-tree-nav-skin-default li.selected > .mw-tree-item-content-root,
.mw-tree-nav-skin-default li .mw-tree-item-content-root:hover {
background: #fff;
}
.mw-tree-nav-skin-default li li {
padding-left: 23px;
margin-left: 5px;
}
.mw-tree-nav-skin-default li ul,
.mw-tree-nav-skin-default li li {
position: relative;
}
.mw-tree-nav-skin-default li.selected > .mw-tree-toggler {
background-color: white;
}
.mw-tree-nav-skin-default li ul li:after {
position: absolute;
top: 0;
left: 7px;
bottom: 0;
width: 1px;
content: '';
background: #cccccc;
}
.mw-tree-nav-skin-default li ul li:last-child:after {
bottom: auto;
height: 19px;
}
.mw-tree-nav-skin-default li ul li:before {
position: absolute;
top: 18px;
left: 8px;
width: 15px;
height: 1px;
content: '';
background: #cccccc;
}
.mw-tree-nav-skin-default .mw-tree-toggler {
display: inline-block;
width: 25px;
color: #bcbfc2;
font-weight: bold;
border: none;
cursor: pointer;
outline: none;
text-align: center;
padding: 0;
line-height: 31px;
font-size: 9px;
font-family: "Material Design Icons";
/* margin: 0 -7px 0 -17px;
margin: 0 -3px 0 -23px;*/
}
.mw-tree-nav-skin-default > li > .mw-tree-item-content-root .mw-tree-toggler {
margin: 0 -7px 0 -17px;
margin: 0 -3px 0 -23px;
}
.mw-tree-nav-skin-default > li li .mw-tree-item-content-root .mw-tree-toggler {
margin: 3px 14px 0px -39px;
}
.mw-tree-nav-skin-default .mw-tree-toggler:after {
content: "\F0536";
transition: .3s;
position: relative;
display: inline-block;
transform: rotate(90deg);
}
.mw-tree-nav-skin-default .opened > .mw-tree-item-content-root .mw-tree-toggler:after {
transform: rotate(180deg);
}
.mw-tree-nav-skin-default .mw-tree-context-menu-item {
font-size: 14px;
display: inline-block;
visibility: hidden;
position: relative;
height: 21px;
width: 21px;
line-height: 17px;
text-align: center;
border: 1px solid transparent;
color: #3B3B3B;
opacity: 0.9;
cursor: pointer;
}
.mw-tree-nav-skin-default .mw-tree-item-content:hover .mw-tree-context-menu-item {
visibility: visible;
}
.mw-tree-nav-skin-default .mw-tree-context-menu-item:hover {
opacity: 1;
color: #0e80e5;
}
.mw-tree-nav-skin-default .mw-tree-item-content-root {
display: block;
}
.mw-tree-nav-skin-default .mw-tree-item-content {
color: #212121;
padding: 0;
display: inline-block;
position: relative;
outline: none;
background-repeat: no-repeat;
line-height: 27px;
width: 100%;
}
.mw-tree-nav-skin-default .mw-tree-toggler + .mw-tree-item-content {
width: -webkit-calc(100% - 1px);
width: calc(100% - 1px);
}
.mw-tree-nav-skin-default .has-children > .mw-tree-item-content {
width: -webkit-calc(100% - 35px);
width: calc(100% - 35px);
}
.mw-tree-nav-skin-default .mw-tree-context-menu {
display: inline-block;
position: absolute;
top: 0;
right: 0;
}
.mw-tree-nav-skin-default .mw-tree-item-title [class*='mai-'],
.mw-tree-nav-skin-default .mw-tree-item-title [class*='mw-icon-'],
.mw-tree-nav-skin-default .mw-tree-aditional-item-icon,
.mw-tree-nav-skin-default .mw-tree-item-title:before {
color: #bcbfc2;
font-size: 19px;
display: inline-block;
position: relative;
top: 0;
margin-right: 3px;
vertical-align: top;
}
.mw-tree-nav-skin-default .selected > .mw-tree-item-content-root .mw-tree-item-title:before {
color: #0e80e5;
}
.mw-tree-nav-skin-default .mw-tree-item-title:before {
font-family: "Material Design Icons";
}
.mw-tree-nav-skin-default li.type-category > .mw-tree-item-content-root > .mw-tree-item-content .mw-tree-item-title:before {
content: 'c';
font-family: 'Microweber';
}
.mw-tree-nav-skin-default li.type-page > .mw-tree-item-content-root > .mw-tree-item-content .mw-tree-item-title:before {
content: "\F0214";
}
.mw-tree-nav-skin-default li.type-page.subtype-home > .mw-tree-item-content-root > .mw-tree-item-content .mw-tree-item-title:before {
content: "\F02DC";
}
.mw-tree-nav-skin-default li.type-page.subtype-shop > .mw-tree-item-content-root > .mw-tree-item-content .mw-tree-item-title:before {
content: "\F049A";
}
.mw-tree-nav-skin-default li.type-page.subtype-dynamic > .mw-tree-item-content-root > .mw-tree-item-content .mw-tree-item-title:before {
content: "\F1009";
z-index: 1;
}
.mw-tree-nav-skin-default .mw-tree-item-hidden {
display: none;
} | userfiles/modules/microweber/css/ui/assets/tree.css | .mw-tree .mw-tree-nav-skin-default {
padding: 10px 0 20px 20px;
}
.mw-tree * {
vertical-align: middle;
}
.mw-tree-nav li.skip-true {
opacity: .6;
pointer-events: none;
cursor: no-drop;
}
.mw-tree-nav .opened > ul {
display: block;
}
.form-group > .mw-tree-nav-skin-default {
padding-left: 15px;
}
.mw-tree-nav-skin-default {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mw-tree-nav-skin-default ul {
display: none;
}
.mw-tree-nav-skin-default .mw-tree-item-content {
cursor: pointer;
}
.mw-tree-nav-skin-default .mw-tree-item-title {
padding: 0 4px 0 0;
display: inline-block;
border: 1px solid transparent;
transition: all .3s;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
padding-left: 5px;
padding-right: 42px;
font-size: 12px;
color: #7e7e7e;
}
.mw-tree-nav-skin-default tree-label {
width: 20px;
}
.mw-tree-nav-skin-default tree-label + .mw-tree-item-title {
max-width: -webkit-calc(75%);
max-width: calc(75%);
}
.mw-tree-nav-skin-default > li {
margin: 2px 0;
}
.mw-tree-nav-skin-default li {
position: relative;
list-style: none;
}
.mw-tree-nav-skin-default li * {
vertical-align: middle;
}
.mw-tree-nav-skin-default li .mdi-pencil {
color: #0e80e5;
opacity: 1;
}
.mw-tree-nav-skin-default li.selected > .mw-tree-item-content-root .mw-tree-item-title {
color: #0e80e5;
font-weight: bold;
}
.mw-tree-nav-skin-default li.selected > .mw-tree-item-content-root .mw-tree-item-title:before {
color: #0e80e5;
font-weight: normal;
}
.mw-tree-nav-skin-default li.selected > .mw-tree-item-content-root,
.mw-tree-nav-skin-default li .mw-tree-item-content-root:hover {
background: #fff;
}
.mw-tree-nav-skin-default li li {
padding-left: 23px;
margin-left: 5px;
}
.mw-tree-nav-skin-default li ul,
.mw-tree-nav-skin-default li li {
position: relative;
}
.mw-tree-nav-skin-default li.selected > .mw-tree-toggler {
background-color: white;
}
.mw-tree-nav-skin-default li ul li:after {
position: absolute;
top: 0;
left: 7px;
bottom: 0;
width: 1px;
content: '';
background: #cccccc;
}
.mw-tree-nav-skin-default li ul li:last-child:after {
bottom: auto;
height: 19px;
}
.mw-tree-nav-skin-default li ul li:before {
position: absolute;
top: 18px;
left: 8px;
width: 15px;
height: 1px;
content: '';
background: #cccccc;
}
.mw-tree-nav-skin-default .mw-tree-toggler {
display: inline-block;
width: 25px;
color: #bcbfc2;
font-weight: bold;
border: none;
cursor: pointer;
outline: none;
text-align: center;
padding: 0;
line-height: 31px;
font-size: 9px;
font-family: "Material Design Icons";
/* margin: 0 -7px 0 -17px;
margin: 0 -3px 0 -23px;*/
}
.mw-tree-nav-skin-default > li > .mw-tree-item-content-root .mw-tree-toggler {
margin: 0 -7px 0 -17px;
margin: 0 -3px 0 -23px;
}
.mw-tree-nav-skin-default > li li .mw-tree-item-content-root .mw-tree-toggler {
margin: 3px 14px 0px -39px;
}
.mw-tree-nav-skin-default .mw-tree-toggler:after {
content: "\F0536";
transition: .3s;
position: relative;
display: inline-block;
transform: rotate(90deg);
}
.mw-tree-nav-skin-default .opened > .mw-tree-item-content-root .mw-tree-toggler:after {
transform: rotate(180deg);
}
.mw-tree-nav-skin-default .mw-tree-context-menu-item {
font-size: 14px;
display: inline-block;
visibility: hidden;
position: relative;
height: 21px;
width: 21px;
line-height: 17px;
text-align: center;
border: 1px solid transparent;
color: #3B3B3B;
opacity: 0.9;
cursor: pointer;
}
.mw-tree-nav-skin-default .mw-tree-item-content:hover .mw-tree-context-menu-item {
visibility: visible;
}
.mw-tree-nav-skin-default .mw-tree-context-menu-item:hover {
opacity: 1;
color: #0e80e5;
}
.mw-tree-nav-skin-default .mw-tree-item-content-root {
display: block;
}
.mw-tree-nav-skin-default .mw-tree-item-content {
color: #212121;
padding: 0;
display: inline-block;
position: relative;
outline: none;
background-repeat: no-repeat;
line-height: 27px;
width: 100%;
}
.mw-tree-nav-skin-default .mw-tree-toggler + .mw-tree-item-content {
width: -webkit-calc(100% - 1px);
width: calc(100% - 1px);
}
.mw-tree-nav-skin-default .has-children > .mw-tree-item-content {
width: -webkit-calc(100% - 35px);
width: calc(100% - 35px);
}
.mw-tree-nav-skin-default .mw-tree-context-menu {
display: inline-block;
position: absolute;
top: 0;
right: 0;
}
.mw-tree-nav-skin-default .mw-tree-item-title [class*='mai-'],
.mw-tree-nav-skin-default .mw-tree-item-title [class*='mw-icon-'],
.mw-tree-nav-skin-default .mw-tree-aditional-item-icon,
.mw-tree-nav-skin-default .mw-tree-item-title:before {
color: #bcbfc2;
font-size: 19px;
display: inline-block;
position: relative;
top: 0;
margin-right: 3px;
vertical-align: top;
}
.mw-tree-nav-skin-default .selected > .mw-tree-item-content-root .mw-tree-item-title:before {
color: #0e80e5;
}
.mw-tree-nav-skin-default .mw-tree-item-title:before {
font-family: "Material Design Icons";
}
.mw-tree-nav-skin-default li.type-category > .mw-tree-item-content-root > .mw-tree-item-content .mw-tree-item-title:before {
content: 'c';
font-family: 'Microweber';
}
.mw-tree-nav-skin-default li.type-page > .mw-tree-item-content-root > .mw-tree-item-content .mw-tree-item-title:before {
content: "\F0214";
}
.mw-tree-nav-skin-default li.type-page.subtype-home > .mw-tree-item-content-root > .mw-tree-item-content .mw-tree-item-title:before {
content: "\F02DC";
}
.mw-tree-nav-skin-default li.type-page.subtype-shop > .mw-tree-item-content-root > .mw-tree-item-content .mw-tree-item-title:before {
content: "\F049A";
}
.mw-tree-nav-skin-default li.type-page.subtype-dynamic > .mw-tree-item-content-root > .mw-tree-item-content .mw-tree-item-title:before {
content: "\F1009";
z-index: 1;
}
.mw-tree-nav-skin-default .mw-tree-item-hidden {
display: none;
} | 0.347094 | 0.056159 |
.profile-grid{
display: grid;
grid-template-columns: 1fr;
row-gap:48px;
}
.profile-wrapper{
display:grid;
grid-template-columns: 100px 1fr;
grid-template-rows: auto auto 1fr;
row-gap: 8px;
column-gap: 16px;
min-height: 100px;
}
.profile-wrapper .profile-img{
border-radius: 50%;
width: 100px;
height: 100px;
background-size: cover !important;
grid-column: 1;
grid-row: 1 / span 3;
}
.profile-wrapper h5{
grid-column: 2;
grid-row: 1;
margin:16px 0 0 !important;
align-self: flex-end;
}
.profile-wrapper .department{
grid-column: 2;
grid-row: 2;
margin:0 !important;
align-self: center;
}
.profile-wrapper .description{
grid-column: 2;
grid-row: 3;
margin:0 !important;
}
@media (min-width: 980px) {
.profile-grid{
grid-template-columns: repeat(1, 1fr);
column-gap: 16px;
}
.profile-wrapper{
grid-template-columns: 150px 1fr;
min-height: 150px;
}
.profile-wrapper .profile-img{
width: 150px;
height: 150px;
}
}
@media (min-width: 1500px) {
.profile-grid{
grid-template-columns: repeat(2, 1fr);
column-gap: 16px;
}
}
.styled-table {
border-collapse: collapse;
margin: 25px 0;
font-size: 0.9em;
font-family: sans-serif;
min-width: 600px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr th {
background-color: #007D7A;
color: #ffffff;
text-align: left;
}
.styled-table th,
.styled-table td {
padding: 12px 15px;
}
.styled-table tbody tr {
border-bottom: 1px solid #dddddd;
}
.styled-table tbody tr:nth-of-type(even) {
background-color: #f3f3f3;
}
.styled-table tbody tr:last-of-type {
border-bottom: 2px solid #007D7A;
}
.styled-table tbody tr.active-row {
font-weight: bold;
color: #000000;
}
.course-grid{
grid-template-columns: repeat(1, 1fr);
column-gap: 16px;
}
.course-wrapper{
grid-template-columns: minmax(100px, 350px) 1fr;
min-height: 150px;
column-gap: 32px;
row-gap:32px;
display: grid;
}
.course-img{
position: relative;
}
.course-img img{
background-color:grey;
}
.course-img .profile-img{
border-radius: 50%;
width: 100px;
height:100px;
border: 5px solid white;
position: absolute;
top: 0;
left: 0;
}
.course-img .profile-img2{
border-radius: 50%;
width: 100px;
height:100px;
border: 5px solid white;
position: absolute;
top: 0;
left: 100px;
}
.course-img .profile-img3{
border-radius: 50%;
width: 100px;
height:100px;
border: 5px solid white;
position: absolute;
top: 0;
left: 200px;
}
.course-img .background-img{
border-top-left-radius: 50px;
width: 100%;
}
@media (max-width: 980px) {
.course-wrapper{
grid-template-columns: 1fr;
min-height: 150px;
display: grid;
}
}
#gdpr{
display: none;
margin-top: 32px;
}
.flex-row{
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: nowrap;
}
.btn-gdpr{
margin-right: 16px;
} | assets/css/custom.css | .profile-grid{
display: grid;
grid-template-columns: 1fr;
row-gap:48px;
}
.profile-wrapper{
display:grid;
grid-template-columns: 100px 1fr;
grid-template-rows: auto auto 1fr;
row-gap: 8px;
column-gap: 16px;
min-height: 100px;
}
.profile-wrapper .profile-img{
border-radius: 50%;
width: 100px;
height: 100px;
background-size: cover !important;
grid-column: 1;
grid-row: 1 / span 3;
}
.profile-wrapper h5{
grid-column: 2;
grid-row: 1;
margin:16px 0 0 !important;
align-self: flex-end;
}
.profile-wrapper .department{
grid-column: 2;
grid-row: 2;
margin:0 !important;
align-self: center;
}
.profile-wrapper .description{
grid-column: 2;
grid-row: 3;
margin:0 !important;
}
@media (min-width: 980px) {
.profile-grid{
grid-template-columns: repeat(1, 1fr);
column-gap: 16px;
}
.profile-wrapper{
grid-template-columns: 150px 1fr;
min-height: 150px;
}
.profile-wrapper .profile-img{
width: 150px;
height: 150px;
}
}
@media (min-width: 1500px) {
.profile-grid{
grid-template-columns: repeat(2, 1fr);
column-gap: 16px;
}
}
.styled-table {
border-collapse: collapse;
margin: 25px 0;
font-size: 0.9em;
font-family: sans-serif;
min-width: 600px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr th {
background-color: #007D7A;
color: #ffffff;
text-align: left;
}
.styled-table th,
.styled-table td {
padding: 12px 15px;
}
.styled-table tbody tr {
border-bottom: 1px solid #dddddd;
}
.styled-table tbody tr:nth-of-type(even) {
background-color: #f3f3f3;
}
.styled-table tbody tr:last-of-type {
border-bottom: 2px solid #007D7A;
}
.styled-table tbody tr.active-row {
font-weight: bold;
color: #000000;
}
.course-grid{
grid-template-columns: repeat(1, 1fr);
column-gap: 16px;
}
.course-wrapper{
grid-template-columns: minmax(100px, 350px) 1fr;
min-height: 150px;
column-gap: 32px;
row-gap:32px;
display: grid;
}
.course-img{
position: relative;
}
.course-img img{
background-color:grey;
}
.course-img .profile-img{
border-radius: 50%;
width: 100px;
height:100px;
border: 5px solid white;
position: absolute;
top: 0;
left: 0;
}
.course-img .profile-img2{
border-radius: 50%;
width: 100px;
height:100px;
border: 5px solid white;
position: absolute;
top: 0;
left: 100px;
}
.course-img .profile-img3{
border-radius: 50%;
width: 100px;
height:100px;
border: 5px solid white;
position: absolute;
top: 0;
left: 200px;
}
.course-img .background-img{
border-top-left-radius: 50px;
width: 100%;
}
@media (max-width: 980px) {
.course-wrapper{
grid-template-columns: 1fr;
min-height: 150px;
display: grid;
}
}
#gdpr{
display: none;
margin-top: 32px;
}
.flex-row{
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: nowrap;
}
.btn-gdpr{
margin-right: 16px;
} | 0.555435 | 0.150996 |
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500');
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{ vertical-align:top;}/* vertical align top */
nav.vertical ul li{ display:block;}/* vertical menu */
nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
img{max-width:100%;}
#myImg{
width:100px;
height:100px;
border:1px solid red;
}
body {
overflow-x: hidden;
font-family: 'Roboto', sans-serif;
font-size: 16px;
}
/* Toggle Styles */
#viewport {
padding-left: 250px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#content {
width: 100%;
position: relative;
margin-right: 0;
}
/* Sidebar Styles */
#sidebar {
z-index: 1000;
position: fixed;
left: 250px;
width: 250px;
height: 100%;
margin-left: -250px;
overflow-y: auto;
background: #37474F;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#sidebar header {
background-color: #263238;
font-size: 20px;
line-height: 52px;
text-align: center;
}
#sidebar header a {
color: #fff;
display: block;
text-decoration: none;
}
#sidebar header a:hover {
color: #fff;
}
#sidebar .nav{
}
#sidebar .nav a{
background: none;
border-bottom: 1px solid #455A64;
color: #CFD8DC;
font-size: 14px;
padding: 16px 24px;
}
#sidebar .nav a:hover{
background: none;
color: #ECEFF1;
}
#sidebar .nav a i{
margin-right: 16px;
} | TTT-springboot/TTT-springboot-demo-03/target/classes/static/css/style.css | @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500');
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{ vertical-align:baseline;}/* vertical align baseline */
.vertical-top{ vertical-align:top;}/* vertical align top */
nav.vertical ul li{ display:block;}/* vertical menu */
nav.horizontal ul li{ display: inline-block;}/* horizontal menu */
img{max-width:100%;}
#myImg{
width:100px;
height:100px;
border:1px solid red;
}
body {
overflow-x: hidden;
font-family: 'Roboto', sans-serif;
font-size: 16px;
}
/* Toggle Styles */
#viewport {
padding-left: 250px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#content {
width: 100%;
position: relative;
margin-right: 0;
}
/* Sidebar Styles */
#sidebar {
z-index: 1000;
position: fixed;
left: 250px;
width: 250px;
height: 100%;
margin-left: -250px;
overflow-y: auto;
background: #37474F;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#sidebar header {
background-color: #263238;
font-size: 20px;
line-height: 52px;
text-align: center;
}
#sidebar header a {
color: #fff;
display: block;
text-decoration: none;
}
#sidebar header a:hover {
color: #fff;
}
#sidebar .nav{
}
#sidebar .nav a{
background: none;
border-bottom: 1px solid #455A64;
color: #CFD8DC;
font-size: 14px;
padding: 16px 24px;
}
#sidebar .nav a:hover{
background: none;
color: #ECEFF1;
}
#sidebar .nav a i{
margin-right: 16px;
} | 0.300232 | 0.068133 |
body{
background-color: #f9f9f9;
}
table{
width: 75%;
margin: auto;
}
th, tr, td{
/* border: 1px dotted red; */
padding: 10px;
}
th{
font-size: 20px;
font-weight: 700;
}
ol{
list-style: decimal;
align-content: center;
}
ul{
list-style-type: circle;
align-content: center;
}
/* ----------------- id selectors ------------------- */
#mainContainer{
/* border: 5px dotted red; */
border-radius: 25px;
background-color: white;
margin: 5% auto 5% auto;
padding-bottom: 5%;
box-shadow: 0px 1px 11px 2px #888888;
width: 60%;
}
#firstDiv{
background-color: #2e4c8c;
/* border: 5px dotted red; */
border-radius: 10px 10px 0 0;
margin: 0 0;
padding: 0 0 0 0;
height: 20%;
width: 100%;
}
#fullName{
/* border: 2px dotted red; */
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 50px;
font-weight: 100;
padding: 5% 0 5% 5%;
letter-spacing: 2px;
}
#profilePic{
/* height: 20%;
width: 10%; */
float: left;
margin: 0 2.5% 0 0;
}
#pBio{
text-align: justify;
color: gray;
}
#top10{
/* border: 5px dotted red; */
padding-left: 40%;
}
#containerForUserInfo{
width: 20%;
margin: 0 auto;
}
#nameTextBox{
width: 200px;
height: 50px;
margin-bottom: 5px;
text-align: center;
}
/* https://www.w3schools.com/css/tryit.asp?filename=trycss_buttons_shadow */
#takeMeToPlacesButton:hover{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
/* https://www.w3schools.com/css/tryit.asp?filename=trycss_buttons_shadow */
#takeMeToPlacesButton{
width: 209px;
background-color: #2e4c8c; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
#gMapOnLandingPage{
margin-top: 2%;
margin-left: 10%;
width: 80%;
}
/* .button2:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
} */
/* ----------------- class selectors ------------------- */
.contents{
/* border: 5px dotted red; */
margin: 10% auto;
width: 60%;
line-height: 2;
letter-spacing: 0.5px;
}
.label{
/* border: 5px dotted red; */
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
font-weight: 700;
color: gray;
}
.educLabel{
font-weight: 700;
margin-top: 5%;
}
.jobLabel{
font-weight: 700;
margin-top: 5%;
} | CSS/landing-page.css | body{
background-color: #f9f9f9;
}
table{
width: 75%;
margin: auto;
}
th, tr, td{
/* border: 1px dotted red; */
padding: 10px;
}
th{
font-size: 20px;
font-weight: 700;
}
ol{
list-style: decimal;
align-content: center;
}
ul{
list-style-type: circle;
align-content: center;
}
/* ----------------- id selectors ------------------- */
#mainContainer{
/* border: 5px dotted red; */
border-radius: 25px;
background-color: white;
margin: 5% auto 5% auto;
padding-bottom: 5%;
box-shadow: 0px 1px 11px 2px #888888;
width: 60%;
}
#firstDiv{
background-color: #2e4c8c;
/* border: 5px dotted red; */
border-radius: 10px 10px 0 0;
margin: 0 0;
padding: 0 0 0 0;
height: 20%;
width: 100%;
}
#fullName{
/* border: 2px dotted red; */
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 50px;
font-weight: 100;
padding: 5% 0 5% 5%;
letter-spacing: 2px;
}
#profilePic{
/* height: 20%;
width: 10%; */
float: left;
margin: 0 2.5% 0 0;
}
#pBio{
text-align: justify;
color: gray;
}
#top10{
/* border: 5px dotted red; */
padding-left: 40%;
}
#containerForUserInfo{
width: 20%;
margin: 0 auto;
}
#nameTextBox{
width: 200px;
height: 50px;
margin-bottom: 5px;
text-align: center;
}
/* https://www.w3schools.com/css/tryit.asp?filename=trycss_buttons_shadow */
#takeMeToPlacesButton:hover{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
/* https://www.w3schools.com/css/tryit.asp?filename=trycss_buttons_shadow */
#takeMeToPlacesButton{
width: 209px;
background-color: #2e4c8c; /* Green */
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
#gMapOnLandingPage{
margin-top: 2%;
margin-left: 10%;
width: 80%;
}
/* .button2:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
} */
/* ----------------- class selectors ------------------- */
.contents{
/* border: 5px dotted red; */
margin: 10% auto;
width: 60%;
line-height: 2;
letter-spacing: 0.5px;
}
.label{
/* border: 5px dotted red; */
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
font-weight: 700;
color: gray;
}
.educLabel{
font-weight: 700;
margin-top: 5%;
}
.jobLabel{
font-weight: 700;
margin-top: 5%;
} | 0.243013 | 0.056548 |
/* 对index首页的content进行最低高度限制默认出现滚动条,从而可以出发滚动流加载 */
min-height: 110vh;
}
/* 首页的layui轮播图css */
#index-carousel{
margin-top: 30px;
/* layui轮播图宽高在carousel.js中设置 */
transform: translateX(-50%);
/* layui已经设置相对定位 */
left: 50%;
}
#index-carousel img{
width: 100%;
height: 100%;
}
/* 重写layui flow流加载的下拉加载按钮样式 */
.layui-flow-more a cite{
padding: 0 20px;
border-radius: 10px;
background-color: #f0f0f0;
/* color: #333; */
box-shadow: 0px 0px 20px #e5dfdf;
letter-spacing: 2px;
background-color: #ffffff;
font-style: normal;
}
.content-new-tip{
text-align: center;
font-size: 32px;
font-weight: bold;
}
.goods{
width: 76vw;
display: flex;
flex-wrap: wrap;
/* justify-content:space-evenly; */
justify-content: left;
margin: 0px auto;
margin-top: 10px;
}
.goods2{
width: 76vw;
display: flex;
flex-wrap: wrap;
/* justify-content:space-evenly; */
justify-content: left;
margin: 0px auto;
margin-top: 10px;
}
.card-box{
flex-basis: 25%;
margin: 30px 0px;
}
.card{
display: inline-block;
/* flex-basis: 23%; */
/* width: 250px; */
width: 80%;
height: 320px;
margin: 5px 0px;
position: relative;
left: 50%;
transform: translateX(-50%);
/* height: 285px; */
overflow: hidden;
/* 商务风格不适合圆角 */
/* border-radius: 12px; */
transition-duration: 0.5s;
border: 1px solid #f0f0f0;
box-shadow: 0px 0px 10px #f0f0f0;
}
.card:hover{
box-shadow: 0px 0px 10px #f0f0f0;
}
.card img{
/* width: 100%;
height: 80%; */
width: 100%;
height: 240px;
border-bottom: 1px solid #f0f0f0;
/* 设置图片无法被选中 */
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none;
}
.card .good-name,
.card .good-price{
color: #393D49;
/* margin-left: 10px; */
margin: 10px;
display: flex;
}
.card .good-name{
font-size: 13px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.card .good-price{
font-size: 18px;
}
.card .good-name {
text-align:center;
display: block;
font-weight: bold;
}
.card .good-name span,
.card .good-price span{
flex-basis: 50%;
text-align: center;
}
.layui-flow-more{
width: 100vw;
}
/* ipad端goods显示空缺问题修复 */
@media only screen and (max-width:1270px) and (min-width:900px) {
.goods{
justify-content: left;
}
.goods2{
justify-content: left;
}
.card-box{
flex-basis: 33.3%;
}
.card{
height: 300px;
}
.card img{
height: 220px;
}
}
/* 手机端商品卡片显示 */
@media only screen and (max-width:900px) {
.card-box{
flex-basis: 45%;
margin: 5px 0px;
}
.card{
width: unset;
height: 240px;
}
.card img{
height: 170px;
}
.card:hover{
box-shadow: none;
}
#content,
#content2{
width: 90vw;
justify-content: space-around;
}
.card .good-name{
display: block;
margin-bottom: 0;
}
.card .good-price{
font-size: unset;
margin-top: 0;
display: block;
text-align: center;
font-weight: bold;
}
/* 隐藏显示详情按钮 */
.good-price span button{
display: none;
}
.good-name span{
display: block;
}
} | litemall-wx-api/target/classes/static/css/index.css | /* 对index首页的content进行最低高度限制默认出现滚动条,从而可以出发滚动流加载 */
min-height: 110vh;
}
/* 首页的layui轮播图css */
#index-carousel{
margin-top: 30px;
/* layui轮播图宽高在carousel.js中设置 */
transform: translateX(-50%);
/* layui已经设置相对定位 */
left: 50%;
}
#index-carousel img{
width: 100%;
height: 100%;
}
/* 重写layui flow流加载的下拉加载按钮样式 */
.layui-flow-more a cite{
padding: 0 20px;
border-radius: 10px;
background-color: #f0f0f0;
/* color: #333; */
box-shadow: 0px 0px 20px #e5dfdf;
letter-spacing: 2px;
background-color: #ffffff;
font-style: normal;
}
.content-new-tip{
text-align: center;
font-size: 32px;
font-weight: bold;
}
.goods{
width: 76vw;
display: flex;
flex-wrap: wrap;
/* justify-content:space-evenly; */
justify-content: left;
margin: 0px auto;
margin-top: 10px;
}
.goods2{
width: 76vw;
display: flex;
flex-wrap: wrap;
/* justify-content:space-evenly; */
justify-content: left;
margin: 0px auto;
margin-top: 10px;
}
.card-box{
flex-basis: 25%;
margin: 30px 0px;
}
.card{
display: inline-block;
/* flex-basis: 23%; */
/* width: 250px; */
width: 80%;
height: 320px;
margin: 5px 0px;
position: relative;
left: 50%;
transform: translateX(-50%);
/* height: 285px; */
overflow: hidden;
/* 商务风格不适合圆角 */
/* border-radius: 12px; */
transition-duration: 0.5s;
border: 1px solid #f0f0f0;
box-shadow: 0px 0px 10px #f0f0f0;
}
.card:hover{
box-shadow: 0px 0px 10px #f0f0f0;
}
.card img{
/* width: 100%;
height: 80%; */
width: 100%;
height: 240px;
border-bottom: 1px solid #f0f0f0;
/* 设置图片无法被选中 */
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none;
}
.card .good-name,
.card .good-price{
color: #393D49;
/* margin-left: 10px; */
margin: 10px;
display: flex;
}
.card .good-name{
font-size: 13px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.card .good-price{
font-size: 18px;
}
.card .good-name {
text-align:center;
display: block;
font-weight: bold;
}
.card .good-name span,
.card .good-price span{
flex-basis: 50%;
text-align: center;
}
.layui-flow-more{
width: 100vw;
}
/* ipad端goods显示空缺问题修复 */
@media only screen and (max-width:1270px) and (min-width:900px) {
.goods{
justify-content: left;
}
.goods2{
justify-content: left;
}
.card-box{
flex-basis: 33.3%;
}
.card{
height: 300px;
}
.card img{
height: 220px;
}
}
/* 手机端商品卡片显示 */
@media only screen and (max-width:900px) {
.card-box{
flex-basis: 45%;
margin: 5px 0px;
}
.card{
width: unset;
height: 240px;
}
.card img{
height: 170px;
}
.card:hover{
box-shadow: none;
}
#content,
#content2{
width: 90vw;
justify-content: space-around;
}
.card .good-name{
display: block;
margin-bottom: 0;
}
.card .good-price{
font-size: unset;
margin-top: 0;
display: block;
text-align: center;
font-weight: bold;
}
/* 隐藏显示详情按钮 */
.good-price span button{
display: none;
}
.good-name span{
display: block;
}
} | 0.180467 | 0.067026 |
:root {
--border-style: 1px solid #ddd;
--transition-style: all 0.35s ease-in-out;
--box-shadow-style: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
--btn-submit-width: 100px;
--btn-input-space: 10px;
--border-radius-value: 4px;
--primary-color: #3da4ab;
--primary-color-hover: #0e9aa7;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font: normal normal normal 1rem/1.6 Nunito Sans, Helvetica, Arial, sans-serif;
background-color: #f5f5f5;
color: #222;
}
a {
color: var(--primary-color);
text-decoration: none;
}
a:hover {
color: var(--primary-color-hover);
}
.App {
padding: 15px;
margin-bottom: 50px;
}
.App-title {
text-align: center;
color: var(--primary-color);
margin-bottom: 0px;
margin-top: 0px;
font-size: 2.5rem;
}
.App-subtitle {
text-align: center;
margin-top: 0px;
color: rgba(0, 0, 0, 0.7);
font-size: 0.9rem;
}
.List {
padding: 0;
margin-bottom: 15px;
box-shadow: var(--box-shadow-style);
-webkit-box-shadow: var(--box-shadow-style);
-moz-box-shadow: var(--box-shadow-style);
border-radius: var(--border-radius-value);
-webkit-border-radius: var(--border-radius-value);
-moz-border-radius: var(--border-radius-value);
}
.List-item {
background-color: #fff;
padding: 10px 15px;
position: relative;
}
.List-item:not(:first-child) {
border-top: var(--border-style);
}
.List-item-content, .List-item-delete {
margin: 0px;
}
.List-item-delete {
position: absolute;
right: 0px;
top: 50%;
transform: translate(0, -50%);
padding: 5px 10px;
cursor: pointer;
color: var(--primary-color);
opacity: 0;
transition: var(--transition-style);
-webkit-transition: var(--transition-style);
-moz-transition: var(--transition-style);
}
.List-item:hover .List-item-delete {
opacity: 0.5;
}
.List-item:hover .List-item-delete:hover {
color: var(--primary-color-hover);
opacity: 1;
}
.Form-label {
margin-bottom: 8px;
}
.Form-input-btn {
width: 100%;
}
.Form-input-btn button {
width: var(--btn-submit-width);
margin-left: var(--btn-input-space);
outline: none;
border: none;
border-radius: var(--border-radius-value);
-webkit-border-radius: var(--border-radius-value);
-moz-border-radius: var(--border-radius-value);
background-color: var(--primary-color);
padding: 5px;
color: #fff;
}
.Form-input-btn button:hover {
cursor: pointer;
background-color: var(--primary-color-hover);
transition: var(--transition-style);
-webkit-transition: var(--transition-style);
-moz-transition: var(--transition-style);
}
.Form-input-btn input {
width: calc(100% - var(--btn-submit-width) - var(--btn-input-space));
padding: 4px;
border: 1px solid #aaa;
border-radius: 4px;
background-color: #fff;
outline: none;
}
.Form-input-btn input:hover {
border: 1px solid #ccc;
transition: var(--transition-style);
-webkit-transition: var(--transition-style);
-moz-transition: var(--transition-style);
}
@media (min-width: 576px) {
.App-title {
font-size: 3rem;
}
.App-subtitle {
font-size: 1rem;
}
}
@media (min-width: 768px) {
.App {
width: 738px;
margin: 0px auto;
}
} | main.css | :root {
--border-style: 1px solid #ddd;
--transition-style: all 0.35s ease-in-out;
--box-shadow-style: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
--btn-submit-width: 100px;
--btn-input-space: 10px;
--border-radius-value: 4px;
--primary-color: #3da4ab;
--primary-color-hover: #0e9aa7;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font: normal normal normal 1rem/1.6 Nunito Sans, Helvetica, Arial, sans-serif;
background-color: #f5f5f5;
color: #222;
}
a {
color: var(--primary-color);
text-decoration: none;
}
a:hover {
color: var(--primary-color-hover);
}
.App {
padding: 15px;
margin-bottom: 50px;
}
.App-title {
text-align: center;
color: var(--primary-color);
margin-bottom: 0px;
margin-top: 0px;
font-size: 2.5rem;
}
.App-subtitle {
text-align: center;
margin-top: 0px;
color: rgba(0, 0, 0, 0.7);
font-size: 0.9rem;
}
.List {
padding: 0;
margin-bottom: 15px;
box-shadow: var(--box-shadow-style);
-webkit-box-shadow: var(--box-shadow-style);
-moz-box-shadow: var(--box-shadow-style);
border-radius: var(--border-radius-value);
-webkit-border-radius: var(--border-radius-value);
-moz-border-radius: var(--border-radius-value);
}
.List-item {
background-color: #fff;
padding: 10px 15px;
position: relative;
}
.List-item:not(:first-child) {
border-top: var(--border-style);
}
.List-item-content, .List-item-delete {
margin: 0px;
}
.List-item-delete {
position: absolute;
right: 0px;
top: 50%;
transform: translate(0, -50%);
padding: 5px 10px;
cursor: pointer;
color: var(--primary-color);
opacity: 0;
transition: var(--transition-style);
-webkit-transition: var(--transition-style);
-moz-transition: var(--transition-style);
}
.List-item:hover .List-item-delete {
opacity: 0.5;
}
.List-item:hover .List-item-delete:hover {
color: var(--primary-color-hover);
opacity: 1;
}
.Form-label {
margin-bottom: 8px;
}
.Form-input-btn {
width: 100%;
}
.Form-input-btn button {
width: var(--btn-submit-width);
margin-left: var(--btn-input-space);
outline: none;
border: none;
border-radius: var(--border-radius-value);
-webkit-border-radius: var(--border-radius-value);
-moz-border-radius: var(--border-radius-value);
background-color: var(--primary-color);
padding: 5px;
color: #fff;
}
.Form-input-btn button:hover {
cursor: pointer;
background-color: var(--primary-color-hover);
transition: var(--transition-style);
-webkit-transition: var(--transition-style);
-moz-transition: var(--transition-style);
}
.Form-input-btn input {
width: calc(100% - var(--btn-submit-width) - var(--btn-input-space));
padding: 4px;
border: 1px solid #aaa;
border-radius: 4px;
background-color: #fff;
outline: none;
}
.Form-input-btn input:hover {
border: 1px solid #ccc;
transition: var(--transition-style);
-webkit-transition: var(--transition-style);
-moz-transition: var(--transition-style);
}
@media (min-width: 576px) {
.App-title {
font-size: 3rem;
}
.App-subtitle {
font-size: 1rem;
}
}
@media (min-width: 768px) {
.App {
width: 738px;
margin: 0px auto;
}
} | 0.338842 | 0.157979 |
:root {
--custom-black: #100B00;
--custom-white:#FFFCF9;
--primary:#941C2F;
}
body {
font-family: 'Open Sans', sans-serif;
padding-bottom: 0;
margin:0;
}
.white {
background: var(--custom-white);
}
.padding {
padding: 0 30px 0 30px;
position: relative;
}
p {
color:var(--custom-black);
font-size: 12pt;
}
h1,h2,h3,h4 {
font-family: 'Catamaran', sans-serif;
}
h1 {
font-weight: 300;
color: var(--custom-black);
font-size: 42pt;
}
h2 {
font-weight: 800;
color: #1a1a1a;
font-size: 36pt;
}
h3 {
font-weight: 700;
color: #333333;
font-size: 30pt;
margin-bottom: 0;
}
h4 {
font-weight: 600;
color: #404040;
font-size: 20pt;
}
.inverted {
color: #FFFCF9;
}
header {
margin:0;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
padding: 0px 60px 15px 60px;
}
.black {
background: var(--custom-black);
}
a {
text-decoration: none;
color: inherit;
}
.grid{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
width: 100%;
padding-top: 100px;
padding-bottom: 40px;
justify-items: center;
}
.gridHeader {
display: grid;
justify-items: center;
align-items: center;
grid-template-columns: 1fr 3fr;
height: 150px;
width: 100%;
}
footer {
margin-bottom: 0;
height: 130px;
background-color: var(--custom-black);
color: var(--app-custom-white);
padding-left: 30px;
}
.impresseum {
color: #fffcfe;
font-family:'Catamaran', 'open-sans';
}
.source {
padding-bottom: 3px;
position: absolute;
left:20px;
color: grey;
font-size: 10pt;
}
.icon {
height: 36pt;
margin-right:10px;
transform: translateY(4pt);
}
.title {
justify-self:start;
margin-left: 60px;
font-weight: 100;
}
.faqImage {
position: absolute;
width:25%;
top:80px;
right:25%;
transform: translateX(50%);
}
.split {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
justify-content: center;
margin-bottom: 30px;
margin-top: 10px;
}
.longText {
margin:0px;
text-align: justify;
padding: 0 30px 0 30px;
}
.longText h4 {
margin-bottom: 0px;
margin-top: 0;
}
.longText p {
margin-bottom: 30px;
margin-top: 0;
}
.halfScreenImage {
width: 90%;
height: 100%;
object-fit: cover;
justify-self: center;
}
@media only screen and (max-width: 900px) {
.split {
grid-template-columns: 1fr;
}
} | src/global/global.css | :root {
--custom-black: #100B00;
--custom-white:#FFFCF9;
--primary:#941C2F;
}
body {
font-family: 'Open Sans', sans-serif;
padding-bottom: 0;
margin:0;
}
.white {
background: var(--custom-white);
}
.padding {
padding: 0 30px 0 30px;
position: relative;
}
p {
color:var(--custom-black);
font-size: 12pt;
}
h1,h2,h3,h4 {
font-family: 'Catamaran', sans-serif;
}
h1 {
font-weight: 300;
color: var(--custom-black);
font-size: 42pt;
}
h2 {
font-weight: 800;
color: #1a1a1a;
font-size: 36pt;
}
h3 {
font-weight: 700;
color: #333333;
font-size: 30pt;
margin-bottom: 0;
}
h4 {
font-weight: 600;
color: #404040;
font-size: 20pt;
}
.inverted {
color: #FFFCF9;
}
header {
margin:0;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
padding: 0px 60px 15px 60px;
}
.black {
background: var(--custom-black);
}
a {
text-decoration: none;
color: inherit;
}
.grid{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
width: 100%;
padding-top: 100px;
padding-bottom: 40px;
justify-items: center;
}
.gridHeader {
display: grid;
justify-items: center;
align-items: center;
grid-template-columns: 1fr 3fr;
height: 150px;
width: 100%;
}
footer {
margin-bottom: 0;
height: 130px;
background-color: var(--custom-black);
color: var(--app-custom-white);
padding-left: 30px;
}
.impresseum {
color: #fffcfe;
font-family:'Catamaran', 'open-sans';
}
.source {
padding-bottom: 3px;
position: absolute;
left:20px;
color: grey;
font-size: 10pt;
}
.icon {
height: 36pt;
margin-right:10px;
transform: translateY(4pt);
}
.title {
justify-self:start;
margin-left: 60px;
font-weight: 100;
}
.faqImage {
position: absolute;
width:25%;
top:80px;
right:25%;
transform: translateX(50%);
}
.split {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
justify-content: center;
margin-bottom: 30px;
margin-top: 10px;
}
.longText {
margin:0px;
text-align: justify;
padding: 0 30px 0 30px;
}
.longText h4 {
margin-bottom: 0px;
margin-top: 0;
}
.longText p {
margin-bottom: 30px;
margin-top: 0;
}
.halfScreenImage {
width: 90%;
height: 100%;
object-fit: cover;
justify-self: center;
}
@media only screen and (max-width: 900px) {
.split {
grid-template-columns: 1fr;
}
} | 0.584983 | 0.200891 |
.clearfix, body header div#header-container, body header nav, body header nav ul, body header nav ul li ul.sub-nav-list, body section, body aside {
zoom: 1;
}
.clearfix:after, body header div#header-container:after, body header nav:after, body header nav ul:after, body header nav ul li ul.sub-nav-list:after, body section:after, body aside:after, .clearfix:before, body header div#header-container:before, body header nav:before, body header nav ul:before, body header nav ul li ul.sub-nav-list:before, body section:before, body aside:before {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
.clearfix:after, body header div#header-container:after, body header nav:after, body header nav ul:after, body header nav ul li ul.sub-nav-list:after, body section:after, body aside:after {
clear: both;
}
body, header, section, footer, article, h1, h2, h3, h4, h5, h6, input, button, label, p, fieldset, nav, ul, li, a, span, strong, em {
margin: 0;
padding: 0;
border: 0;
}
div, h1, h3, h4, h5, h6, header, footer, body, section, nav, article, aside {
display: block;
}
body {
font: 14px normal Arial;
color: white;
background: #d991ff; /* Old browsers */
background: -moz-linear-gradient(top, #d991ff 0%, #d192fd 0%, #d391fd 1%, #cf92fa 1%, #ca8df5 3%, #c98ff6 4%, #c48af0 5%, #c489f3 5%, #b157f4 12%, #ae54f2 12%, #af53f4 12%, #ab4ff2 13%, #ac4cf4 13%, #a43cf3 15%, #a53bf5 15%, #8d19ee 22%, #9017f0 23%, #8f18ee 24%, #9216f2 25%, #9216f2 25%, #8f16ef 26%, #9216f2 26%, #9014f0 26%, #9315f2 26%, #9315f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d991ff), color-stop(0%,#d192fd), color-stop(1%,#d391fd), color-stop(1%,#cf92fa), color-stop(3%,#ca8df5), color-stop(4%,#c98ff6), color-stop(5%,#c48af0), color-stop(5%,#c489f3), color-stop(12%,#b157f4), color-stop(12%,#ae54f2), color-stop(12%,#af53f4), color-stop(13%,#ab4ff2), color-stop(13%,#ac4cf4), color-stop(15%,#a43cf3), color-stop(15%,#a53bf5), color-stop(22%,#8d19ee), color-stop(23%,#9017f0), color-stop(24%,#8f18ee), color-stop(25%,#9216f2), color-stop(25%,#9216f2), color-stop(26%,#8f16ef), color-stop(26%,#9216f2), color-stop(26%,#9014f0), color-stop(26%,#9315f2), color-stop(100%,#9315f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d991ff 0%,#d192fd 0%,#d391fd 1%,#cf92fa 1%,#ca8df5 3%,#c98ff6 4%,#c48af0 5%,#c489f3 5%,#b157f4 12%,#ae54f2 12%,#af53f4 12%,#ab4ff2 13%,#ac4cf4 13%,#a43cf3 15%,#a53bf5 15%,#8d19ee 22%,#9017f0 23%,#8f18ee 24%,#9216f2 25%,#9216f2 25%,#8f16ef 26%,#9216f2 26%,#9014f0 26%,#9315f2 26%,#9315f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d991ff 0%,#d192fd 0%,#d391fd 1%,#cf92fa 1%,#ca8df5 3%,#c98ff6 4%,#c48af0 5%,#c489f3 5%,#b157f4 12%,#ae54f2 12%,#af53f4 12%,#ab4ff2 13%,#ac4cf4 13%,#a43cf3 15%,#a53bf5 15%,#8d19ee 22%,#9017f0 23%,#8f18ee 24%,#9216f2 25%,#9216f2 25%,#8f16ef 26%,#9216f2 26%,#9014f0 26%,#9315f2 26%,#9315f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d991ff 0%,#d192fd 0%,#d391fd 1%,#cf92fa 1%,#ca8df5 3%,#c98ff6 4%,#c48af0 5%,#c489f3 5%,#b157f4 12%,#ae54f2 12%,#af53f4 12%,#ab4ff2 13%,#ac4cf4 13%,#a43cf3 15%,#a53bf5 15%,#8d19ee 22%,#9017f0 23%,#8f18ee 24%,#9216f2 25%,#9216f2 25%,#8f16ef 26%,#9216f2 26%,#9014f0 26%,#9315f2 26%,#9315f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #d991ff 0%,#d192fd 0%,#d391fd 1%,#cf92fa 1%,#ca8df5 3%,#c98ff6 4%,#c48af0 5%,#c489f3 5%,#b157f4 12%,#ae54f2 12%,#af53f4 12%,#ab4ff2 13%,#ac4cf4 13%,#a43cf3 15%,#a53bf5 15%,#8d19ee 22%,#9017f0 23%,#8f18ee 24%,#9216f2 25%,#9216f2 25%,#8f16ef 26%,#9216f2 26%,#9014f0 26%,#9315f2 26%,#9315f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d991ff', endColorstr='#9315f2',GradientType=0 ); /* IE6-9 */
}
li.item{
list-style-type:circle;
border-radius: 15px;
}
body header {
padding-top: 25px;
padding-bottom: 5px;
padding-right: 15px;
padding-left: 15px;
}
#btn-register{
background: #d991ff; /* Old browsers */
background: -moz-linear-gradient(top, #d991ff 0%, #e8ccfc 0%, #ac53ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d991ff), color-stop(0%,#e8ccfc), color-stop(100%,#ac53ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d991ff 0%,#e8ccfc 0%,#ac53ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d991ff 0%,#e8ccfc 0%,#ac53ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d991ff 0%,#e8ccfc 0%,#ac53ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #d991ff 0%,#e8ccfc 0%,#ac53ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d991ff', endColorstr='#ac53ef',GradientType=0 ); /* IE6-9 */
box-shadow: 1px 1px 3px black;
}
#logo-container > h1{
font-family: 'Edwardian Script ITC';
color : white;
font-size: 70px;
display:initial;
border:0;
text-shadow:
-1px -1px 0 #9216fa,
1px -1px 0 #9216fa,
-1px 1px 0 #9216fa,
1px 1px 0 #9216fa;
}
body header div#header-container div#logo-container {
float: left;
position: relative;
}
body header div#header-container div#reg-form-container {
float: right;
position: relative;
right: 5%;
top: 50%;
}
body header div#header-container div#reg-form-container div {
text-align: right;
}
body header div#header-container div#reg-form-container div label {
width: 50px;
margin: 5px;
}
body header div#header-container div#reg-form-container div input {
width: 130px;
border: 1px solid #603382;
border-radius: 10px;
padding: 2px 5px;
margin: 5px;
}
body header div#header-container div#reg-form-container button {
margin-left: auto;
margin-right: auto;
font-weight: bold;
border: 1px solid #603382;
border-style: outset;
border-radius: 10px;
padding: 5px 8px;
}
body header div#header-container div#reg-form-container button:hover {
background-color: #8949b9;
border-style: inset;
}
body header nav {
display: inline-block;
width: 75%;
margin: 20px 20px 20px 20px;
padding: 12px;
border: 2px solid #000;
border-radius:15px;
}
body header nav ul.nav-list {
list-style-type: none;
}
body header nav ul li {
float: left;
margin: 0;
}
body header nav ul li a {
text-decoration: none;
padding: 0 10px 0 10px;
color: white;
font: 1.4em normal Arial;
}
body header nav ul li a.selected {
font-weight: bold;
}
body header nav ul li:hover > a {
text-decoration: underline;
color: #a8a8a8;
}
body header nav ul li:hover > a + ul {
display: block;
}
body header nav ul li ul.sub-nav-list {
position: absolute;
display: none;
background-color: rgba(179, 94, 243, 0.9);
border-radius: 5px;
}
body header nav ul li ul li {
float: none;
margin: 0 15px;
padding: 10px 0;
border-bottom: 1px solid black;
border-radius: 15px;
}
body header nav ul li ul li:last-of-type {
border-bottom: none;
}
body header nav ul li ul li > a {
font-size: 1.2em;
color: #fff;
}
footer > p {
color: rgba(232, 232, 232, 0.66);
}
p#footer{
text-align:center;
color:white;
}
body section {
width: 75%;
float: left;
color: black;
}
p{
color: rgba(255, 243, 243, 0.86)
}
header > h1{
color:white;
}
body section article {
margin: 20px;
padding: 20px;
border: 1px solid black;
border-radius: 15px;
}
body section article header {
background: none;
padding: 5px;
}
body section article header h1 {
font-size: 1.4em;
padding: 0;
}
body section article footer {
padding: 5px;
}
body section article footer p {
font-size: 16px;
text-align: right;
font-weight: normal;
}
body section article footer p time {
font-family: Consolas, 'Lucida Console', 'DejaVu Sans Mono', monospace;
}
body section article footer p a {
text-decoration: none;
}
body section article footer p a:hover {
text-decoration: underline;
}
body aside {
float: left;
width: 20%;
margin: 20px;
}
body aside > ul {
list-style-type: none;
}
body aside > ul > li {
margin: 15px 0;
padding: 15px;
border: 1px solid black;
border-radius: 5px;
}
body aside > ul > li h2 {
font-size: 1.1em;
font-weight: bold;
}
body aside > ul > li p {
margin-top: 10px;
margin-right: 5px;
margin-bottom: 10px;
margin-left: 5px;
font-size: 14px;
}
body aside > ul > li p a {
color: #aaaaaa;
text-decoration: none;
}
body aside > ul > li p strong {
color: #cccccc;
font-weight: bold;
font-style: normal;
}
body aside > ul > li p em {
color: #cccccc;
font-weight: normal;
font-style: italic;
}
body aside > ul > li ul {
list-style-type: none;
margin-top: 10px;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0px;
}
body aside > ul > li ul li {
margin-top: 5px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
background: url(images/li-dot.png) no-repeat;
background-position: 0 50%;
padding-left: 25px;
}
body footer {
clear: both;
padding-top: 15px;
padding-bottom: 25px;
padding-right: 0px;
padding-left: 0px;
}
body footer p {
font-size: 1.2em;
font-weight: bold;
} | All Courses Homeworks/CSS/2. CSS Presentation/02.Forum Posts/Styles/Forum-Post-Styles.css | .clearfix, body header div#header-container, body header nav, body header nav ul, body header nav ul li ul.sub-nav-list, body section, body aside {
zoom: 1;
}
.clearfix:after, body header div#header-container:after, body header nav:after, body header nav ul:after, body header nav ul li ul.sub-nav-list:after, body section:after, body aside:after, .clearfix:before, body header div#header-container:before, body header nav:before, body header nav ul:before, body header nav ul li ul.sub-nav-list:before, body section:before, body aside:before {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
.clearfix:after, body header div#header-container:after, body header nav:after, body header nav ul:after, body header nav ul li ul.sub-nav-list:after, body section:after, body aside:after {
clear: both;
}
body, header, section, footer, article, h1, h2, h3, h4, h5, h6, input, button, label, p, fieldset, nav, ul, li, a, span, strong, em {
margin: 0;
padding: 0;
border: 0;
}
div, h1, h3, h4, h5, h6, header, footer, body, section, nav, article, aside {
display: block;
}
body {
font: 14px normal Arial;
color: white;
background: #d991ff; /* Old browsers */
background: -moz-linear-gradient(top, #d991ff 0%, #d192fd 0%, #d391fd 1%, #cf92fa 1%, #ca8df5 3%, #c98ff6 4%, #c48af0 5%, #c489f3 5%, #b157f4 12%, #ae54f2 12%, #af53f4 12%, #ab4ff2 13%, #ac4cf4 13%, #a43cf3 15%, #a53bf5 15%, #8d19ee 22%, #9017f0 23%, #8f18ee 24%, #9216f2 25%, #9216f2 25%, #8f16ef 26%, #9216f2 26%, #9014f0 26%, #9315f2 26%, #9315f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d991ff), color-stop(0%,#d192fd), color-stop(1%,#d391fd), color-stop(1%,#cf92fa), color-stop(3%,#ca8df5), color-stop(4%,#c98ff6), color-stop(5%,#c48af0), color-stop(5%,#c489f3), color-stop(12%,#b157f4), color-stop(12%,#ae54f2), color-stop(12%,#af53f4), color-stop(13%,#ab4ff2), color-stop(13%,#ac4cf4), color-stop(15%,#a43cf3), color-stop(15%,#a53bf5), color-stop(22%,#8d19ee), color-stop(23%,#9017f0), color-stop(24%,#8f18ee), color-stop(25%,#9216f2), color-stop(25%,#9216f2), color-stop(26%,#8f16ef), color-stop(26%,#9216f2), color-stop(26%,#9014f0), color-stop(26%,#9315f2), color-stop(100%,#9315f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d991ff 0%,#d192fd 0%,#d391fd 1%,#cf92fa 1%,#ca8df5 3%,#c98ff6 4%,#c48af0 5%,#c489f3 5%,#b157f4 12%,#ae54f2 12%,#af53f4 12%,#ab4ff2 13%,#ac4cf4 13%,#a43cf3 15%,#a53bf5 15%,#8d19ee 22%,#9017f0 23%,#8f18ee 24%,#9216f2 25%,#9216f2 25%,#8f16ef 26%,#9216f2 26%,#9014f0 26%,#9315f2 26%,#9315f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d991ff 0%,#d192fd 0%,#d391fd 1%,#cf92fa 1%,#ca8df5 3%,#c98ff6 4%,#c48af0 5%,#c489f3 5%,#b157f4 12%,#ae54f2 12%,#af53f4 12%,#ab4ff2 13%,#ac4cf4 13%,#a43cf3 15%,#a53bf5 15%,#8d19ee 22%,#9017f0 23%,#8f18ee 24%,#9216f2 25%,#9216f2 25%,#8f16ef 26%,#9216f2 26%,#9014f0 26%,#9315f2 26%,#9315f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d991ff 0%,#d192fd 0%,#d391fd 1%,#cf92fa 1%,#ca8df5 3%,#c98ff6 4%,#c48af0 5%,#c489f3 5%,#b157f4 12%,#ae54f2 12%,#af53f4 12%,#ab4ff2 13%,#ac4cf4 13%,#a43cf3 15%,#a53bf5 15%,#8d19ee 22%,#9017f0 23%,#8f18ee 24%,#9216f2 25%,#9216f2 25%,#8f16ef 26%,#9216f2 26%,#9014f0 26%,#9315f2 26%,#9315f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #d991ff 0%,#d192fd 0%,#d391fd 1%,#cf92fa 1%,#ca8df5 3%,#c98ff6 4%,#c48af0 5%,#c489f3 5%,#b157f4 12%,#ae54f2 12%,#af53f4 12%,#ab4ff2 13%,#ac4cf4 13%,#a43cf3 15%,#a53bf5 15%,#8d19ee 22%,#9017f0 23%,#8f18ee 24%,#9216f2 25%,#9216f2 25%,#8f16ef 26%,#9216f2 26%,#9014f0 26%,#9315f2 26%,#9315f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d991ff', endColorstr='#9315f2',GradientType=0 ); /* IE6-9 */
}
li.item{
list-style-type:circle;
border-radius: 15px;
}
body header {
padding-top: 25px;
padding-bottom: 5px;
padding-right: 15px;
padding-left: 15px;
}
#btn-register{
background: #d991ff; /* Old browsers */
background: -moz-linear-gradient(top, #d991ff 0%, #e8ccfc 0%, #ac53ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d991ff), color-stop(0%,#e8ccfc), color-stop(100%,#ac53ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d991ff 0%,#e8ccfc 0%,#ac53ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d991ff 0%,#e8ccfc 0%,#ac53ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d991ff 0%,#e8ccfc 0%,#ac53ef 100%); /* IE10+ */
background: linear-gradient(to bottom, #d991ff 0%,#e8ccfc 0%,#ac53ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d991ff', endColorstr='#ac53ef',GradientType=0 ); /* IE6-9 */
box-shadow: 1px 1px 3px black;
}
#logo-container > h1{
font-family: 'Edwardian Script ITC';
color : white;
font-size: 70px;
display:initial;
border:0;
text-shadow:
-1px -1px 0 #9216fa,
1px -1px 0 #9216fa,
-1px 1px 0 #9216fa,
1px 1px 0 #9216fa;
}
body header div#header-container div#logo-container {
float: left;
position: relative;
}
body header div#header-container div#reg-form-container {
float: right;
position: relative;
right: 5%;
top: 50%;
}
body header div#header-container div#reg-form-container div {
text-align: right;
}
body header div#header-container div#reg-form-container div label {
width: 50px;
margin: 5px;
}
body header div#header-container div#reg-form-container div input {
width: 130px;
border: 1px solid #603382;
border-radius: 10px;
padding: 2px 5px;
margin: 5px;
}
body header div#header-container div#reg-form-container button {
margin-left: auto;
margin-right: auto;
font-weight: bold;
border: 1px solid #603382;
border-style: outset;
border-radius: 10px;
padding: 5px 8px;
}
body header div#header-container div#reg-form-container button:hover {
background-color: #8949b9;
border-style: inset;
}
body header nav {
display: inline-block;
width: 75%;
margin: 20px 20px 20px 20px;
padding: 12px;
border: 2px solid #000;
border-radius:15px;
}
body header nav ul.nav-list {
list-style-type: none;
}
body header nav ul li {
float: left;
margin: 0;
}
body header nav ul li a {
text-decoration: none;
padding: 0 10px 0 10px;
color: white;
font: 1.4em normal Arial;
}
body header nav ul li a.selected {
font-weight: bold;
}
body header nav ul li:hover > a {
text-decoration: underline;
color: #a8a8a8;
}
body header nav ul li:hover > a + ul {
display: block;
}
body header nav ul li ul.sub-nav-list {
position: absolute;
display: none;
background-color: rgba(179, 94, 243, 0.9);
border-radius: 5px;
}
body header nav ul li ul li {
float: none;
margin: 0 15px;
padding: 10px 0;
border-bottom: 1px solid black;
border-radius: 15px;
}
body header nav ul li ul li:last-of-type {
border-bottom: none;
}
body header nav ul li ul li > a {
font-size: 1.2em;
color: #fff;
}
footer > p {
color: rgba(232, 232, 232, 0.66);
}
p#footer{
text-align:center;
color:white;
}
body section {
width: 75%;
float: left;
color: black;
}
p{
color: rgba(255, 243, 243, 0.86)
}
header > h1{
color:white;
}
body section article {
margin: 20px;
padding: 20px;
border: 1px solid black;
border-radius: 15px;
}
body section article header {
background: none;
padding: 5px;
}
body section article header h1 {
font-size: 1.4em;
padding: 0;
}
body section article footer {
padding: 5px;
}
body section article footer p {
font-size: 16px;
text-align: right;
font-weight: normal;
}
body section article footer p time {
font-family: Consolas, 'Lucida Console', 'DejaVu Sans Mono', monospace;
}
body section article footer p a {
text-decoration: none;
}
body section article footer p a:hover {
text-decoration: underline;
}
body aside {
float: left;
width: 20%;
margin: 20px;
}
body aside > ul {
list-style-type: none;
}
body aside > ul > li {
margin: 15px 0;
padding: 15px;
border: 1px solid black;
border-radius: 5px;
}
body aside > ul > li h2 {
font-size: 1.1em;
font-weight: bold;
}
body aside > ul > li p {
margin-top: 10px;
margin-right: 5px;
margin-bottom: 10px;
margin-left: 5px;
font-size: 14px;
}
body aside > ul > li p a {
color: #aaaaaa;
text-decoration: none;
}
body aside > ul > li p strong {
color: #cccccc;
font-weight: bold;
font-style: normal;
}
body aside > ul > li p em {
color: #cccccc;
font-weight: normal;
font-style: italic;
}
body aside > ul > li ul {
list-style-type: none;
margin-top: 10px;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0px;
}
body aside > ul > li ul li {
margin-top: 5px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
background: url(images/li-dot.png) no-repeat;
background-position: 0 50%;
padding-left: 25px;
}
body footer {
clear: both;
padding-top: 15px;
padding-bottom: 25px;
padding-right: 0px;
padding-left: 0px;
}
body footer p {
font-size: 1.2em;
font-weight: bold;
} | 0.29381 | 0.044577 |
@charset "UTF-8";
@font-face {
font-family: "dripicons-weather";
src:url("../webfonts/dripicons-weather.eot");
src:url("../webfonts/dripicons-weather.eot?#iefix") format("embedded-opentype"),
url("../webfonts/dripicons-weather.woff") format("woff"),
url("../webfonts/dripicons-weather.ttf") format("truetype"),
url("../webfonts/dripicons-weather.svg#dripicons-weather") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "dripicons-weather" !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^="diw-"]:before,
[class*=" diw-"]:before {
font-family: "dripicons-weather" !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;
}
.diw-cloud:before {
content: "a";
}
.diw-cloud-drizzle:before {
content: "b";
}
.diw-cloud-drizzle-lightning:before {
content: "c";
}
.diw-cloud-drizzle-lightning-moon:before {
content: "d";
}
.diw-cloud-drizzle-lightning-sun:before {
content: "e";
}
.diw-cloud-drizzle-lightning-sun-2:before {
content: "f";
}
.diw-cloud-drizzle-moon:before {
content: "g";
}
.diw-cloud-drizzle-sun:before {
content: "h";
}
.diw-cloud-drizzle-sun-2:before {
content: "i";
}
.diw-cloud-fog:before {
content: "j";
}
.diw-cloud-fog-2:before {
content: "k";
}
.diw-cloud-fog-moon:before {
content: "l";
}
.diw-cloud-fog-sun:before {
content: "m";
}
.diw-cloud-fog-sun-2:before {
content: "n";
}
.diw-cloud-hail:before {
content: "o";
}
.diw-cloud-hail-lightning:before {
content: "p";
}
.diw-cloud-hail-lightning-moon:before {
content: "q";
}
.diw-cloud-hail-lightning-sun:before {
content: "r";
}
.diw-cloud-hail-lightning-sun-2:before {
content: "s";
}
.diw-cloud-hail-moon:before {
content: "t";
}
.diw-cloud-hail-sun:before {
content: "u";
}
.diw-cloud-hail-sun-2:before {
content: "v";
}
.diw-cloud-lightning:before {
content: "w";
}
.diw-cloud-lightning-moon:before {
content: "x";
}
.diw-cloud-lightning-sun:before {
content: "y";
}
.diw-cloud-lightning-sun-2:before {
content: "z";
}
.diw-cloud-moon:before {
content: "A";
}
.diw-cloud-rain:before {
content: "B";
}
.diw-cloud-rain-2:before {
content: "C";
}
.diw-cloud-rain-2-moon:before {
content: "D";
}
.diw-cloud-rain-2-sun:before {
content: "E";
}
.diw-cloud-rain-2-sun-2:before {
content: "F";
}
.diw-cloud-rain-lightning:before {
content: "G";
}
.diw-cloud-rain-lightning-moon:before {
content: "H";
}
.diw-cloud-rain-lightning-sun:before {
content: "I";
}
.diw-cloud-rain-lightning-sun-2:before {
content: "J";
}
.diw-cloud-rain-moon:before {
content: "K";
}
.diw-cloud-rain-sun:before {
content: "L";
}
.diw-cloud-rain-sun-2:before {
content: "M";
}
.diw-cloud-snow:before {
content: "N";
}
.diw-cloud-snow-moon:before {
content: "O";
}
.diw-cloud-snow-sun:before {
content: "P";
}
.diw-cloud-snow-sun-2:before {
content: "Q";
}
.diw-cloud-sun:before {
content: "R";
}
.diw-cloud-sun-2:before {
content: "S";
}
.diw-cloud-wind:before {
content: "T";
}
.diw-cloud-wind-2:before {
content: "U";
}
.diw-cloud-wind-2-moon:before {
content: "V";
}
.diw-cloud-wind-2-sun:before {
content: "W";
}
.diw-cloud-wind-2-sun-2:before {
content: "X";
}
.diw-cloud-wind-moon:before {
content: "Y";
}
.diw-cloud-wind-sun:before {
content: "Z";
}
.diw-cloud-wind-sun-2:before {
content: "0";
}
.diw-clouds:before {
content: "1";
}
.diw-clouds-moon:before {
content: "2";
}
.diw-clouds-sun:before {
content: "3";
}
.diw-clouds-sun-2:before {
content: "4";
}
.diw-compass-east:before {
content: "5";
}
.diw-compass-north:before {
content: "6";
}
.diw-compass-south:before {
content: "7";
}
.diw-compass-west:before {
content: "8";
}
.diw-degrees-celcius:before {
content: "9";
}
.diw-degrees-fahrenheit:before {
content: "!";
}
.diw-drizzle:before {
content: "\"";
}
.diw-flag:before {
content: "#";
}
.diw-fog:before {
content: "$";
}
.diw-hail:before {
content: "%";
}
.diw-lightning:before {
content: "&";
}
.diw-moon-25:before {
content: "'";
}
.diw-moon-50:before {
content: "(";
}
.diw-moon-75:before {
content: ")";
}
.diw-moon-100:before {
content: "*";
}
.diw-moon-stars:before {
content: "+";
}
.diw-rain:before {
content: ",";
}
.diw-raindrop:before {
content: "-";
}
.diw-snow:before {
content: ".";
}
.diw-sun:before {
content: "/";
}
.diw-sun-eclipse:before {
content: ":";
}
.diw-sun-low:before {
content: ";";
}
.diw-sun-lower:before {
content: "<";
}
.diw-sun-rise:before {
content: "=";
}
.diw-sun-set:before {
content: ">";
}
.diw-thermometer-25:before {
content: "?";
}
.diw-thermometer-50:before {
content: "@";
}
.diw-thermometer-75:before {
content: "[";
}
.diw-thermometer-100:before {
content: "]";
}
.diw-tornado:before {
content: "^";
}
.diw-umbrella:before {
content: "_";
}
.diw-umbrella-drizzle:before {
content: "`";
}
.diw-wet:before {
content: "{";
}
.diw-wind:before {
content: "|";
} | html/css/dripicons-webfont.css | @charset "UTF-8";
@font-face {
font-family: "dripicons-weather";
src:url("../webfonts/dripicons-weather.eot");
src:url("../webfonts/dripicons-weather.eot?#iefix") format("embedded-opentype"),
url("../webfonts/dripicons-weather.woff") format("woff"),
url("../webfonts/dripicons-weather.ttf") format("truetype"),
url("../webfonts/dripicons-weather.svg#dripicons-weather") format("svg");
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: "dripicons-weather" !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^="diw-"]:before,
[class*=" diw-"]:before {
font-family: "dripicons-weather" !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;
}
.diw-cloud:before {
content: "a";
}
.diw-cloud-drizzle:before {
content: "b";
}
.diw-cloud-drizzle-lightning:before {
content: "c";
}
.diw-cloud-drizzle-lightning-moon:before {
content: "d";
}
.diw-cloud-drizzle-lightning-sun:before {
content: "e";
}
.diw-cloud-drizzle-lightning-sun-2:before {
content: "f";
}
.diw-cloud-drizzle-moon:before {
content: "g";
}
.diw-cloud-drizzle-sun:before {
content: "h";
}
.diw-cloud-drizzle-sun-2:before {
content: "i";
}
.diw-cloud-fog:before {
content: "j";
}
.diw-cloud-fog-2:before {
content: "k";
}
.diw-cloud-fog-moon:before {
content: "l";
}
.diw-cloud-fog-sun:before {
content: "m";
}
.diw-cloud-fog-sun-2:before {
content: "n";
}
.diw-cloud-hail:before {
content: "o";
}
.diw-cloud-hail-lightning:before {
content: "p";
}
.diw-cloud-hail-lightning-moon:before {
content: "q";
}
.diw-cloud-hail-lightning-sun:before {
content: "r";
}
.diw-cloud-hail-lightning-sun-2:before {
content: "s";
}
.diw-cloud-hail-moon:before {
content: "t";
}
.diw-cloud-hail-sun:before {
content: "u";
}
.diw-cloud-hail-sun-2:before {
content: "v";
}
.diw-cloud-lightning:before {
content: "w";
}
.diw-cloud-lightning-moon:before {
content: "x";
}
.diw-cloud-lightning-sun:before {
content: "y";
}
.diw-cloud-lightning-sun-2:before {
content: "z";
}
.diw-cloud-moon:before {
content: "A";
}
.diw-cloud-rain:before {
content: "B";
}
.diw-cloud-rain-2:before {
content: "C";
}
.diw-cloud-rain-2-moon:before {
content: "D";
}
.diw-cloud-rain-2-sun:before {
content: "E";
}
.diw-cloud-rain-2-sun-2:before {
content: "F";
}
.diw-cloud-rain-lightning:before {
content: "G";
}
.diw-cloud-rain-lightning-moon:before {
content: "H";
}
.diw-cloud-rain-lightning-sun:before {
content: "I";
}
.diw-cloud-rain-lightning-sun-2:before {
content: "J";
}
.diw-cloud-rain-moon:before {
content: "K";
}
.diw-cloud-rain-sun:before {
content: "L";
}
.diw-cloud-rain-sun-2:before {
content: "M";
}
.diw-cloud-snow:before {
content: "N";
}
.diw-cloud-snow-moon:before {
content: "O";
}
.diw-cloud-snow-sun:before {
content: "P";
}
.diw-cloud-snow-sun-2:before {
content: "Q";
}
.diw-cloud-sun:before {
content: "R";
}
.diw-cloud-sun-2:before {
content: "S";
}
.diw-cloud-wind:before {
content: "T";
}
.diw-cloud-wind-2:before {
content: "U";
}
.diw-cloud-wind-2-moon:before {
content: "V";
}
.diw-cloud-wind-2-sun:before {
content: "W";
}
.diw-cloud-wind-2-sun-2:before {
content: "X";
}
.diw-cloud-wind-moon:before {
content: "Y";
}
.diw-cloud-wind-sun:before {
content: "Z";
}
.diw-cloud-wind-sun-2:before {
content: "0";
}
.diw-clouds:before {
content: "1";
}
.diw-clouds-moon:before {
content: "2";
}
.diw-clouds-sun:before {
content: "3";
}
.diw-clouds-sun-2:before {
content: "4";
}
.diw-compass-east:before {
content: "5";
}
.diw-compass-north:before {
content: "6";
}
.diw-compass-south:before {
content: "7";
}
.diw-compass-west:before {
content: "8";
}
.diw-degrees-celcius:before {
content: "9";
}
.diw-degrees-fahrenheit:before {
content: "!";
}
.diw-drizzle:before {
content: "\"";
}
.diw-flag:before {
content: "#";
}
.diw-fog:before {
content: "$";
}
.diw-hail:before {
content: "%";
}
.diw-lightning:before {
content: "&";
}
.diw-moon-25:before {
content: "'";
}
.diw-moon-50:before {
content: "(";
}
.diw-moon-75:before {
content: ")";
}
.diw-moon-100:before {
content: "*";
}
.diw-moon-stars:before {
content: "+";
}
.diw-rain:before {
content: ",";
}
.diw-raindrop:before {
content: "-";
}
.diw-snow:before {
content: ".";
}
.diw-sun:before {
content: "/";
}
.diw-sun-eclipse:before {
content: ":";
}
.diw-sun-low:before {
content: ";";
}
.diw-sun-lower:before {
content: "<";
}
.diw-sun-rise:before {
content: "=";
}
.diw-sun-set:before {
content: ">";
}
.diw-thermometer-25:before {
content: "?";
}
.diw-thermometer-50:before {
content: "@";
}
.diw-thermometer-75:before {
content: "[";
}
.diw-thermometer-100:before {
content: "]";
}
.diw-tornado:before {
content: "^";
}
.diw-umbrella:before {
content: "_";
}
.diw-umbrella-drizzle:before {
content: "`";
}
.diw-wet:before {
content: "{";
}
.diw-wind:before {
content: "|";
} | 0.372848 | 0.055031 |
padding: 2em 4em;
position: relative;
}
#container h3 {
margin-bottom: .5em;
}
.theme-box {
margin: 2em 0;
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 500;
font-size: .9em;
}
.theme-box #theme-state span {
text-transform: uppercase;
}
.theme-box #switch-theme-btn {
cursor: pointer;
position: relative;
width: 60px;
border-radius: 1em;
height: 30px;
display: inline-block;
margin-right: 15px;
}
.theme-box #switch-theme-btn .slider {
height: 24px;
width: 24px;
display: block;
position: absolute;
border-radius: 90%;
top: 3px;
-webkit-transition: 500ms;
transition: 500ms;
}
.theme-box input:checked + .slider {
left: 4px;
}
.theme-box input:not(:checked) + .slider {
left: 32px;
}
.theme-box #theme-check {
display: none;
}
#container .settings {
padding-bottom: 6em;
}
#container .settings .btn {
cursor: pointer;
padding: 15px 25px;
background: linear-gradient(45deg, #7700ff, #eb4808);
opacity: .8;
border-radius: 1em;
font-size: 1.1vw;
color: #FFF;
-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.377);
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.377);
margin-bottom: .9em;
-webkit-transition: 400ms;
transition: 400ms;
}
#container .settings .btn.open {
border-radius: 1em 1em 0 0;
margin-bottom: 0;
}
#container .settings .btn i {
margin-right: 15px;
}
#container .settings #logout-btn {
position: absolute;
background: crimson;
}
/* Form Manage */
#container .settings .form-manage {
-webkit-transition: 400ms;
transition: 400ms;
}
#container .settings .form-manage.close {
height: 0;
display: none;
}
#container .settings .form-manage.close form,
#container .settings .form-manage.close label,
#container .settings .form-manage.close input {
display: none;
}
#container .settings .form-manage.open {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
margin-bottom: 2.5em;
padding: 2em 1em;
border-radius: 0 0 1em 1em;
position: relative;
}
#container .settings .form-manage.open form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#container .settings .form-manage.open label {
width: 100%;
display: block;
padding: 1em 0 1em 0;
font-weight: 600;
}
#container .settings .form-manage.open input {
outline: none;
border: none;
padding: 1em;
width: 70%;
border-radius: 1em;
font-size: 1em;
}
#container .settings .form-manage.open textarea {
outline: none;
border: none;
resize: none;
margin-bottom: 1em;
padding: 1em;
width: 100%;
height: 150px;
border-radius: 1em;
font-size: .9em;
}
#container .settings .form-manage.open textarea + label {
position: absolute;
right: 2em;
bottom: 9em;
text-align: right;
color: white;
width: auto;
padding: 2px 5px;
font-size: .8em;
border-radius: 1em;
background: rgba(0, 0, 0, 0.4);
}
#container .settings .form-manage.open input[type="submit"] {
background: seagreen;
color: #FFF;
font-weight: 700;
width: 25%;
}
#container .settings .form-manage.open input[type="submit"]:hover {
background: #166b3b;
cursor: pointer;
-webkit-transition: 200ms;
transition: 200ms;
}
#container .settings .form-manage.open .show-password {
width: 70%;
}
#container .settings .form-manage.open .show-password input {
width: 100%;
}
#container .settings #block-manage.open .block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 10px;
border-radius: 1em;
font-weight: 500;
position: relative;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 10px;
}
#container .settings #block-manage.open .block .left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 90%;
word-break: break-all;
padding-left: 1em;
}
#container .settings #block-manage.open .block .left img {
margin-right: 10px;
}
#container .settings #block-manage.open .block .right {
cursor: pointer;
font-size: 1.3em;
padding-right: 1em;
}
#container .settings #block-manage.open .block .right i {
color: crimson;
text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.1);
}
#container .settings #block-manage.open .block .time {
width: 100%;
text-align: center;
font-weight: lighter;
padding: 5px;
border-radius: 0 0 1em 1em;
margin-top: 10px;
color: gray;
}
/* Theme */
body.light #container .settings .form-manage.open {
background: #cccccc;
}
body.light #container .settings #block-manage.open .block {
background: #d8d8d8;
}
body.light #container .settings #block-manage.open .block a {
color: #0D0D1A;
}
body.light #container .settings #block-manage.open .block .time {
background: #dfdfdf;
}
body.light #switch-theme-btn {
background: #dfdfdf;
}
body.light #switch-theme-btn .slider {
background: #0D0D1A;
}
body.dark #container .settings .form-manage.open {
background: #10101a;
-webkit-box-shadow: 0 2px 5px rgba(255, 255, 255, 0.151);
box-shadow: 0 2px 5px rgba(255, 255, 255, 0.151);
}
body.dark #container .settings .form-manage.open textarea {
color: white;
background: #1e1e30;
-webkit-box-shadow: 0 2px 5px rgba(255, 255, 255, 0.151);
box-shadow: 0 2px 5px rgba(255, 255, 255, 0.151);
}
body.dark #container .settings #block-manage.open .block {
background: #1e1e30;
}
body.dark #container .settings #block-manage.open .block a {
color: #EDEDED;
}
body.dark #container .settings #block-manage.open .block .time {
background: #282833;
}
body.dark #switch-theme-btn {
background: #1e1e30;
}
body.dark #switch-theme-btn .slider {
background: #eb4808;
-webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.2);
box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 900px) {
#container {
padding: 1em;
}
#container .settings .btn {
font-size: 1em;
}
/* Form manage */
#container .settings .form-manage.open {
padding: 2em 1em 1em 1em;
margin-top: -1.2em;
}
#container .settings .form-manage.open form {
display: block;
font-size: .9em;
}
#container .settings .form-manage.open input {
width: 100%;
font-size: 1.1em;
margin-bottom: 2em;
}
#container .settings .form-manage.open textarea {
width: 100%;
font-size: .9em;
height: 200px;
}
#container .settings .form-manage.open textarea + label {
bottom: 11em;
}
#container .settings .form-manage.open .show-password {
width: 100%;
margin-bottom: 2.5;
}
#container .settings .form-manage.open .show-password input {
width: 100%;
}
#container .settings .form-manage.open input[type="submit"] {
width: 100%;
}
#container .settings #block-manage.open .block {
font-size: .8em;
}
#container .settings #block-manage.open .block .left img {
display: none;
}
}
/*# sourceMappingURL=settings.css.map */ | public/css/settings/settings.css | padding: 2em 4em;
position: relative;
}
#container h3 {
margin-bottom: .5em;
}
.theme-box {
margin: 2em 0;
display: block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 500;
font-size: .9em;
}
.theme-box #theme-state span {
text-transform: uppercase;
}
.theme-box #switch-theme-btn {
cursor: pointer;
position: relative;
width: 60px;
border-radius: 1em;
height: 30px;
display: inline-block;
margin-right: 15px;
}
.theme-box #switch-theme-btn .slider {
height: 24px;
width: 24px;
display: block;
position: absolute;
border-radius: 90%;
top: 3px;
-webkit-transition: 500ms;
transition: 500ms;
}
.theme-box input:checked + .slider {
left: 4px;
}
.theme-box input:not(:checked) + .slider {
left: 32px;
}
.theme-box #theme-check {
display: none;
}
#container .settings {
padding-bottom: 6em;
}
#container .settings .btn {
cursor: pointer;
padding: 15px 25px;
background: linear-gradient(45deg, #7700ff, #eb4808);
opacity: .8;
border-radius: 1em;
font-size: 1.1vw;
color: #FFF;
-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.377);
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.377);
margin-bottom: .9em;
-webkit-transition: 400ms;
transition: 400ms;
}
#container .settings .btn.open {
border-radius: 1em 1em 0 0;
margin-bottom: 0;
}
#container .settings .btn i {
margin-right: 15px;
}
#container .settings #logout-btn {
position: absolute;
background: crimson;
}
/* Form Manage */
#container .settings .form-manage {
-webkit-transition: 400ms;
transition: 400ms;
}
#container .settings .form-manage.close {
height: 0;
display: none;
}
#container .settings .form-manage.close form,
#container .settings .form-manage.close label,
#container .settings .form-manage.close input {
display: none;
}
#container .settings .form-manage.open {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
margin-bottom: 2.5em;
padding: 2em 1em;
border-radius: 0 0 1em 1em;
position: relative;
}
#container .settings .form-manage.open form {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#container .settings .form-manage.open label {
width: 100%;
display: block;
padding: 1em 0 1em 0;
font-weight: 600;
}
#container .settings .form-manage.open input {
outline: none;
border: none;
padding: 1em;
width: 70%;
border-radius: 1em;
font-size: 1em;
}
#container .settings .form-manage.open textarea {
outline: none;
border: none;
resize: none;
margin-bottom: 1em;
padding: 1em;
width: 100%;
height: 150px;
border-radius: 1em;
font-size: .9em;
}
#container .settings .form-manage.open textarea + label {
position: absolute;
right: 2em;
bottom: 9em;
text-align: right;
color: white;
width: auto;
padding: 2px 5px;
font-size: .8em;
border-radius: 1em;
background: rgba(0, 0, 0, 0.4);
}
#container .settings .form-manage.open input[type="submit"] {
background: seagreen;
color: #FFF;
font-weight: 700;
width: 25%;
}
#container .settings .form-manage.open input[type="submit"]:hover {
background: #166b3b;
cursor: pointer;
-webkit-transition: 200ms;
transition: 200ms;
}
#container .settings .form-manage.open .show-password {
width: 70%;
}
#container .settings .form-manage.open .show-password input {
width: 100%;
}
#container .settings #block-manage.open .block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 10px;
border-radius: 1em;
font-weight: 500;
position: relative;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 10px;
}
#container .settings #block-manage.open .block .left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 90%;
word-break: break-all;
padding-left: 1em;
}
#container .settings #block-manage.open .block .left img {
margin-right: 10px;
}
#container .settings #block-manage.open .block .right {
cursor: pointer;
font-size: 1.3em;
padding-right: 1em;
}
#container .settings #block-manage.open .block .right i {
color: crimson;
text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.1);
}
#container .settings #block-manage.open .block .time {
width: 100%;
text-align: center;
font-weight: lighter;
padding: 5px;
border-radius: 0 0 1em 1em;
margin-top: 10px;
color: gray;
}
/* Theme */
body.light #container .settings .form-manage.open {
background: #cccccc;
}
body.light #container .settings #block-manage.open .block {
background: #d8d8d8;
}
body.light #container .settings #block-manage.open .block a {
color: #0D0D1A;
}
body.light #container .settings #block-manage.open .block .time {
background: #dfdfdf;
}
body.light #switch-theme-btn {
background: #dfdfdf;
}
body.light #switch-theme-btn .slider {
background: #0D0D1A;
}
body.dark #container .settings .form-manage.open {
background: #10101a;
-webkit-box-shadow: 0 2px 5px rgba(255, 255, 255, 0.151);
box-shadow: 0 2px 5px rgba(255, 255, 255, 0.151);
}
body.dark #container .settings .form-manage.open textarea {
color: white;
background: #1e1e30;
-webkit-box-shadow: 0 2px 5px rgba(255, 255, 255, 0.151);
box-shadow: 0 2px 5px rgba(255, 255, 255, 0.151);
}
body.dark #container .settings #block-manage.open .block {
background: #1e1e30;
}
body.dark #container .settings #block-manage.open .block a {
color: #EDEDED;
}
body.dark #container .settings #block-manage.open .block .time {
background: #282833;
}
body.dark #switch-theme-btn {
background: #1e1e30;
}
body.dark #switch-theme-btn .slider {
background: #eb4808;
-webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.2);
box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 900px) {
#container {
padding: 1em;
}
#container .settings .btn {
font-size: 1em;
}
/* Form manage */
#container .settings .form-manage.open {
padding: 2em 1em 1em 1em;
margin-top: -1.2em;
}
#container .settings .form-manage.open form {
display: block;
font-size: .9em;
}
#container .settings .form-manage.open input {
width: 100%;
font-size: 1.1em;
margin-bottom: 2em;
}
#container .settings .form-manage.open textarea {
width: 100%;
font-size: .9em;
height: 200px;
}
#container .settings .form-manage.open textarea + label {
bottom: 11em;
}
#container .settings .form-manage.open .show-password {
width: 100%;
margin-bottom: 2.5;
}
#container .settings .form-manage.open .show-password input {
width: 100%;
}
#container .settings .form-manage.open input[type="submit"] {
width: 100%;
}
#container .settings #block-manage.open .block {
font-size: .8em;
}
#container .settings #block-manage.open .block .left img {
display: none;
}
}
/*# sourceMappingURL=settings.css.map */ | 0.27973 | 0.064713 |
.bg-red {
background-color: #F44336;
}
.bg-red-lighten-5 {
background-color: #FFEBEE;
}
.bg-red-lighten-4 {
background-color: #FFCDD2;
}
.bg-red-lighten-3 {
background-color: #EF9A9A;
}
.bg-red-lighten-2 {
background-color: #E57373;
}
.bg-red-lighten-1 {
background-color: #EF5350;
}
.bg-red-darken-1 {
background-color: #E53935;
}
.bg-red-darken-2 {
background-color: #D32F2F;
}
.bg-red-darken-3 {
background-color: #C62828;
}
.bg-red-darken-4 {
background-color: #B71C1C;
}
.bg-red-accent-1 {
background-color: #FF8A80;
}
.bg-red-accent-2 {
background-color: #FF5252;
}
.bg-red-accent-3 {
background-color: #FF1744;
}
.bg-red-accent-4 {
background-color: #D50000;
}
/* Pink */
.bg-pink {
background-color: #E91E63;
}
.bg-pink-lighten-5 {
background-color: #FCE4EC;
}
.bg-pink-lighten-4 {
background-color: #F8BBD0;
}
.bg-pink-lighten-3 {
background-color: #F48FB1;
}
.bg-pink-lighten-2 {
background-color: #F06292;
}
.bg-pink-lighten-1 {
background-color: #EC407A;
}
.bg-pink-darken-1 {
background-color: #D81B60;
}
.bg-pink-darken-2 {
background-color: #C2185B;
}
.bg-pink-darken-3 {
background-color: #AD1457;
}
.bg-pink-darken-4 {
background-color: #880E4F;
}
.bg-pink-accent-1 {
background-color: #FF80AB;
}
.bg-pink-accent-2 {
background-color: #FF4081;
}
.bg-pink-accent-3 {
background-color: #F50057;
}
.bg-pink-accent-4 {
background-color: #C51162;
}
/* Purple */
.bg-purple {
background-color: #9C27B0;
}
.bg-purple-lighten-5 {
background-color: #F3E5F5;
}
.bg-purple-lighten-4 {
background-color: #E1BEE7;
}
.bg-purple-lighten-3 {
background-color: #CE93D8;
}
.bg-purple-lighten-2 {
background-color: #BA68C8;
}
.bg-purple-lighten-1 {
background-color: #AB47BC;
}
.bg-purple-darken-1 {
background-color: #8E24AA;
}
.bg-purple-darken-2 {
background-color: #7B1FA2;
}
.bg-purple-darken-3 {
background-color: #6A1B9A;
}
.bg-purple-darken-4 {
background-color: #4A148C;
}
.bg-purple-accent-1 {
background-color: #EA80FC;
}
.bg-purple-accent-2 {
background-color: #E040FB;
}
.bg-purple-accent-3 {
background-color: #D500F9;
}
.bg-purple-accent-4 {
background-color: #AA00FF;
}
/* Deep Purple */
.bg-deep-purple {
background-color: #673AB7;
}
.bg-deep-purple-lighten-5 {
background-color: #EDE7F6;
}
.bg-deep-purple-lighten-4 {
background-color: #D1C4E9;
}
.bg-deep-purple-lighten-3 {
background-color: #B39DDB;
}
.bg-deep-purple-lighten-2 {
background-color: #9575CD;
}
.bg-deep-purple-lighten-1 {
background-color: #7E57C2;
}
.bg-deep-purple-darken-1 {
background-color: #5E35B1;
}
.bg-deep-purple-darken-2 {
background-color: #512DA8;
}
.bg-deep-purple-darken-3 {
background-color: #4527A0;
}
.bg-deep-purple-darken-4 {
background-color: #311B92;
}
.bg-deep-purple-accent-1 {
background-color: #B388FF;
}
.bg-deep-purple-accent-2 {
background-color: #7C4DFF;
}
.bg-deep-purple-accent-3 {
background-color: #651FFF;
}
.bg-deep-purple-accent-4 {
background-color: #6200EA;
}
/* Indigo */
.bg-indigo {
background-color: #3F51B5;
}
.bg-indigo-lighten-5 {
background-color: #E8EAF6;
}
.bg-indigo-lighten-4 {
background-color: #C5CAE9;
}
.bg-indigo-lighten-3 {
background-color: #9FA8DA;
}
.bg-indigo-lighten-2 {
background-color: #7986CB;
}
.bg-indigo-lighten-1 {
background-color: #5C6BC0;
}
.bg-indigo-darken-1 {
background-color: #3949AB;
}
.bg-indigo-darken-2 {
background-color: #303F9F;
}
.bg-indigo-darken-3 {
background-color: #283593;
}
.bg-indigo-darken-4 {
background-color: #1A237E;
}
.bg-indigo-accent-1 {
background-color: #8C9EFF;
}
.bg-indigo-accent-2 {
background-color: #536DFE;
}
.bg-indigo-accent-3 {
background-color: #3D5AFE;
}
.bg-indigo-accent-4 {
background-color: #304FFE;
}
/* blue */
.bg-blue {
background-color: #2196F3;
}
.bg-blue-lighten-5 {
background-color: #E3F2FD;
}
.bg-blue-lighten-4 {
background-color: #BBDEFB;
}
.bg-blue-lighten-3 {
background-color: #90CAF9;
}
.bg-blue-lighten-2 {
background-color: #64B5F6;
}
.bg-blue-lighten-1 {
background-color: #42A5F5;
}
.bg-blue-darken-1 {
background-color: #1E88E5;
}
.bg-blue-darken-2 {
background-color: #1976D2;
}
.bg-blue-darken-3 {
background-color: #1565C0;
}
.bg-blue-darken-4 {
background-color: #0D47A1;
}
.bg-blue-accent-1 {
background-color: #82B1FF;
}
.bg-blue-accent-2 {
background-color: #448AFF;
}
.bg-blue-accent-3 {
background-color: #2979FF;
}
.bg-blue-accent-4 {
background-color: #2962FF;
}
/* Green */
.bg-green {
background-color: #4CAF50;
}
.bg-green-lighten-5 {
background-color: #E8F5E9;
}
.bg-green-lighten-4 {
background-color: #C8E6C9;
}
.bg-green-lighten-3 {
background-color: #A5D6A7;
}
.bg-green-lighten-2 {
background-color: #81C784;
}
.bg-green-lighten-1 {
background-color: #66BB6A;
}
.bg-green-darken-1 {
background-color: #43A047;
}
.bg-green-darken-2 {
background-color: #388E3C;
}
.bg-green-darken-3 {
background-color: #2E7D32;
}
.bg-green-darken-4 {
background-color: #1B5E20;
}
.bg-green-accent-1 {
background-color: #B9F6CA;
}
.bg-green-accent-2 {
background-color: #69F0AE;
}
.bg-green-accent-3 {
background-color: #00E676;
}
.bg-green-accent-4 {
background-color: #00C853;
}
/* Light Green */
.bg-light-green {
background-color: #8BC34A;
}
.bg-light-green-lighten-5 {
background-color: #F1F8E9;
}
.bg-light-green-lighten-4 {
background-color: #DCEDC8;
}
.bg-light-green-lighten-3 {
background-color: #C5E1A5;
}
.bg-light-green-lighten-2 {
background-color: #AED581;
}
.bg-light-green-lighten-1 {
background-color: #9CCC65;
}
.bg-light-green-darken-1 {
background-color: #7CB342;
}
.bg-light-green-darken-2 {
background-color: #689F38;
}
.bg-light-green-darken-3 {
background-color: #558B2F;
}
.bg-light-green-darken-4 {
background-color: #33691E;
}
.bg-light-green-accent-1 {
background-color: #CCFF90;
}
.bg-light-green-accent-2 {
background-color: #B2FF59;
}
.bg-light-green-accent-3 {
background-color: #76FF03;
}
.bg-light-green-accent-4 {
background-color: #64DD17;
}
/* Lime */
.bg-lime {
background-color: #CDDC39;
}
.bg-lime-lighten-5 {
background-color: #F9FBE7;
}
.bg-lime-lighten-4 {
background-color: #F0F4C3;
}
.bg-lime-lighten-3 {
background-color: #E6EE9C;
}
.bg-lime-lighten-2 {
background-color: #DCE775;
}
.bg-lime-lighten-1 {
background-color: #D4E157;
}
.bg-lime-darken-1 {
background-color: #C0CA33;
}
.bg-lime-darken-2 {
background-color: #AFB42B;
}
.bg-lime-darken-3 {
background-color: #9E9D24;
}
.bg-lime-darken-4 {
background-color: #827717;
}
.bg-lime-accent-1 {
background-color: #F4FF81;
}
.bg-lime-accent-2 {
background-color: #EEFF41;
}
.bg-lime-accent-3 {
background-color: #C6FF00;
}
.bg-lime-accent-4 {
background-color: #AEEA00;
}
/* Yellow */
.bg-yellow {
background-color: #FFEB3B;
}
.bg-yellow-lighten-5 {
background-color: #FFFDE7;
}
.bg-yellow-lighten-4 {
background-color: #FFF9C4;
}
.bg-yellow-lighten-3 {
background-color: #FFF59D;
}
.bg-yellow-lighten-2 {
background-color: #FFF176;
}
.bg-yellow-lighten-1 {
background-color: #FFEE58;
}
.bg-yellow-darken-1 {
background-color: #FDD835;
}
.bg-yellow-darken-2 {
background-color: #FBC02D;
}
.bg-yellow-darken-3 {
background-color: #F9A825;
}
.bg-yellow-darken-4 {
background-color: #F57F17;
}
.bg-yellow-accent-1 {
background-color: #FFFF8D;
}
.bg-yellow-accent-2 {
background-color: #FFFF00;
}
.bg-yellow-accent-3 {
background-color: #FFEA00;
}
.bg-yellow-accent-4 {
background-color: #FFD600;
}
/* Amber */
.bg-amber {
background-color: #FFC107;
}
.bg-amber-lighten-5 {
background-color: #FFF8E1;
}
.bg-amber-lighten-4 {
background-color: #FFECB3;
}
.bg-amber-lighten-3 {
background-color: #FFE082;
}
.bg-amber-lighten-2 {
background-color: #FFD54F;
}
.bg-amber-lighten-1 {
background-color: #FFCA28;
}
.bg-amber-darken-1 {
background-color: #FFB300;
}
.bg-amber-darken-2 {
background-color: #FFA000;
}
.bg-amber-darken-3 {
background-color: #FF8F00;
}
.bg-amber-darken-4 {
background-color: #FF6F00;
}
.bg-amber-accent-1 {
background-color: #FFE57F;
}
.bg-amber-accent-2 {
background-color: #FFD740;
}
.bg-amber-accent-3 {
background-color: #FFC400;
}
.bg-amber-accent-4 {
background-color: #FFAB00;
}
/* Orange */
.bg-orange {
background-color: #FF9800;
}
.bg-orange-lighten-5 {
background-color: #FFF3E0;
}
.bg-orange-lighten-4 {
background-color: #FFE0B2;
}
.bg-orange-lighten-3 {
background-color: #FFCC80;
}
.bg-orange-lighten-2 {
background-color: #FFB74D;
}
.bg-orange-lighten-1 {
background-color: #FFA726;
}
.bg-orange-darken-1 {
background-color: #FB8C00;
}
.bg-orange-darken-2 {
background-color: #F57C00;
}
.bg-orange-darken-3 {
background-color: #EF6C00;
}
.bg-orange-darken-4 {
background-color: #E65100;
}
.bg-orange-accent-1 {
background-color: #FFD180;
}
.bg-orange-accent-2 {
background-color: #FFAB40;
}
.bg-orange-accent-3 {
background-color: #FF9100;
}
.bg-orange-accent-4 {
background-color: #FF6D00;
}
/* Deep Orange */
.bg-deep-orange {
background-color: #FF5722;
}
.bg-deep-orange-lighten-5 {
background-color: #FBE9E7;
}
.bg-deep-orange-lighten-4 {
background-color: #FFCCBC;
}
.bg-deep-orange-lighten-3 {
background-color: #FFAB91;
}
.bg-deep-orange-lighten-2 {
background-color: #FF8A65;
}
.bg-deep-orange-lighten-1 {
background-color: #FF7043;
}
.bg-deep-orange-darken-1 {
background-color: #F4511E;
}
.bg-deep-orange-darken-2 {
background-color: #E64A19;
}
.bg-deep-orange-darken-3 {
background-color: #D84315;
}
.bg-deep-orange-darken-4 {
background-color: #BF360C;
}
.bg-deep-orange-accent-1 {
background-color: #FF9E80;
}
.bg-deep-orange-accent-2 {
background-color: #FF6E40;
}
.bg-deep-orange-accent-3 {
background-color: #FF3D00;
}
.bg-deep-orange-accent-4 {
background-color: #DD2C00;
}
/* Brown */
.bg-brown {
background-color: #795548;
}
.bg-brown-lighten-5 {
background-color: #EFEBE9;
}
.bg-brown-lighten-4 {
background-color: #D7CCC8;
}
.bg-brown-lighten-3 {
background-color: #BCAAA4;
}
.bg-brown-lighten-2 {
background-color: #A1887F;
}
.bg-brown-lighten-1 {
background-color: #8D6E63;
}
.bg-brown-darken-1 {
background-color: #6D4C41;
}
.bg-brown-darken-2 {
background-color: #5D4037;
}
.bg-brown-darken-3 {
background-color: #4E342E;
}
.bg-brown-darken-4 {
background-color: #3E2723;
}
/* Blue Gray */
.bg-blue-grey {
background-color: #607D8B;
}
.bg-blue-grey-lighten-5 {
background-color: #ECEFF1;
}
.bg-blue-grey-lighten-4 {
background-color: #CFD8DC;
}
.bg-blue-grey-lighten-3 {
background-color: #B0BEC5;
}
.bg-blue-grey-lighten-2 {
background-color: #90A4AE;
}
.bg-blue-grey-lighten-1 {
background-color: #78909C;
}
.bg-blue-grey-darken-1 {
background-color: #546E7A;
}
.bg-blue-grey-darken-2 {
background-color: #455A64;
}
.bg-blue-grey-darken-3 {
background-color: #37474F;
}
.bg-blue-grey-darken-4 {
background-color: #263238;
}
/* Gray */
.bg-grey {
background-color: #9E9E9E;
}
.bg-grey-lighten-5 {
background-color: #FAFAFA;
}
.bg-grey-lighten-4 {
background-color: #F5F5F5;
}
.bg-grey-lighten-3 {
background-color: #EEEEEE;
}
.bg-grey-lighten-2 {
background-color: #E0E0E0;
}
.bg-grey-lighten-1 {
background-color: #BDBDBD;
}
.bg-grey-darken-1 {
background-color: #757575;
}
.bg-grey-darken-2 {
background-color: #616161;
}
.bg-grey-darken-3 {
background-color: #424242;
}
.bg-grey-darken-4 {
background-color: #212121;
}
.bg-black {
background-color: #000000;
}
.bg-white {
background-color: #FFFFFF;
}
.bg-transparent {
background-color: rgba(255,255,255,0);
}
.bg-darken-80 {
background-color: rgba(0,0,0,0.8);
}
.bg-darken-60 {
background-color: rgba(0,0,0,0.6);
}
.bg-darken-40 {
background-color: rgba(0,0,0,0.4);
}
.bg-darken-20 {
background-color: rgba(0,0,0,0.2);
}
.bg-lighten-80 {
background-color: rgba(255,255,255,0.8);
}
.bg-lighten-60 {
background-color: rgba(255,255,255,0.6);
}
.bg-lighten-40 {
background-color: rgba(255,255,255,0.4);
}
.bg-lighten-20 {
background-color: rgba(255,255,255,0.2);
}
/* forground */
/* Red */
.fg-red {
color: #F44336;
}
.fg-red-lighten-5 {
color: #FFEBEE;
}
.fg-red-lighten-4 {
color: #FFCDD2;
}
.fg-red-lighten-3 {
color: #EF9A9A;
}
.fg-red-lighten-2 {
color: #E57373;
}
.fg-red-lighten-1 {
color: #EF5350;
}
.fg-red-darken-1 {
color: #E53935;
}
.fg-red-darken-2 {
color: #D32F2F;
}
.fg-red-darken-3 {
color: #C62828;
}
.fg-red-darken-4 {
color: #B71C1C;
}
.fg-red-accent-1 {
color: #FF8A80;
}
.fg-red-accent-2 {
color: #FF5252;
}
.fg-red-accent-3 {
color: #FF1744;
}
.fg-red-accent-4 {
color: #D50000;
}
/* Pink */
.fg-pink {
color: #E91E63;
}
.fg-pink-lighten-5 {
color: #FCE4EC;
}
.fg-pink-lighten-4 {
color: #F8BBD0;
}
.fg-pink-lighten-3 {
color: #F48FB1;
}
.fg-pink-lighten-2 {
color: #F06292;
}
.fg-pink-lighten-1 {
color: #EC407A;
}
.fg-pink-darken-1 {
color: #D81B60;
}
.fg-pink-darken-2 {
color: #C2185B;
}
.fg-pink-darken-3 {
color: #AD1457;
}
.fg-pink-darken-4 {
color: #880E4F;
}
.fg-pink-accent-1 {
color: #FF80AB;
}
.fg-pink-accent-2 {
color: #FF4081;
}
.fg-pink-accent-3 {
color: #F50057;
}
.fg-pink-accent-4 {
color: #C51162;
}
/* Purple */
.fg-purple {
color: #9C27B0;
}
.fg-purple-lighten-5 {
color: #F3E5F5;
}
.fg-purple-lighten-4 {
color: #E1BEE7;
}
.fg-purple-lighten-3 {
color: #CE93D8;
}
.fg-purple-lighten-2 {
color: #BA68C8;
}
.fg-purple-lighten-1 {
color: #AB47BC;
}
.fg-purple-darken-1 {
color: #8E24AA;
}
.fg-purple-darken-2 {
color: #7B1FA2;
}
.fg-purple-darken-3 {
color: #6A1B9A;
}
.fg-purple-darken-4 {
color: #4A148C;
}
.fg-purple-accent-1 {
color: #EA80FC;
}
.fg-purple-accent-2 {
color: #E040FB;
}
.fg-purple-accent-3 {
color: #D500F9;
}
.fg-purple-accent-4 {
color: #AA00FF;
}
/* Deep Purple */
.fg-deep-purple {
color: #673AB7;
}
.fg-deep-purple-lighten-5 {
color: #EDE7F6;
}
.fg-deep-purple-lighten-4 {
color: #D1C4E9;
}
.fg-deep-purple-lighten-3 {
color: #B39DDB;
}
.fg-deep-purple-lighten-2 {
color: #9575CD;
}
.fg-deep-purple-lighten-1 {
color: #7E57C2;
}
.fg-deep-purple-darken-1 {
color: #5E35B1;
}
.fg-deep-purple-darken-2 {
color: #512DA8;
}
.fg-deep-purple-darken-3 {
color: #4527A0;
}
.fg-deep-purple-darken-4 {
color: #311B92;
}
.fg-deep-purple-accent-1 {
color: #B388FF;
}
.fg-deep-purple-accent-2 {
color: #7C4DFF;
}
.fg-deep-purple-accent-3 {
color: #651FFF;
}
.fg-deep-purple-accent-4 {
color: #6200EA;
}
/* Indigo */
.fg-indigo {
color: #3F51B5;
}
.fg-indigo-lighten-5 {
color: #E8EAF6;
}
.fg-indigo-lighten-4 {
color: #C5CAE9;
}
.fg-indigo-lighten-3 {
color: #9FA8DA;
}
.fg-indigo-lighten-2 {
color: #7986CB;
}
.fg-indigo-lighten-1 {
color: #5C6BC0;
}
.fg-indigo-darken-1 {
color: #3949AB;
}
.fg-indigo-darken-2 {
color: #303F9F;
}
.fg-indigo-darken-3 {
color: #283593;
}
.fg-indigo-darken-4 {
color: #1A237E;
}
.fg-indigo-accent-1 {
color: #8C9EFF;
}
.fg-indigo-accent-2 {
color: #536DFE;
}
.fg-indigo-accent-3 {
color: #3D5AFE;
}
.fg-indigo-accent-4 {
color: #304FFE;
}
/* blue */
.fg-blue {
color: #2196F3;
}
.fg-blue-lighten-5 {
color: #E3F2FD;
}
.fg-blue-lighten-4 {
color: #BBDEFB;
}
.fg-blue-lighten-3 {
color: #90CAF9;
}
.fg-blue-lighten-2 {
color: #64B5F6;
}
.fg-blue-lighten-1 {
color: #42A5F5;
}
.fg-blue-darken-1 {
color: #1E88E5;
}
.fg-blue-darken-2 {
color: #1976D2;
}
.fg-blue-darken-3 {
color: #1565C0;
}
.fg-blue-darken-4 {
color: #0D47A1;
}
.fg-blue-accent-1 {
color: #82B1FF;
}
.fg-blue-accent-2 {
color: #448AFF;
}
.fg-blue-accent-3 {
color: #2979FF;
}
.fg-blue-accent-4 {
color: #2962FF;
}
/* Green */
.fg-green {
color: #4CAF50;
}
.fg-green-lighten-5 {
color: #E8F5E9;
}
.fg-green-lighten-4 {
color: #C8E6C9;
}
.fg-green-lighten-3 {
color: #A5D6A7;
}
.fg-green-lighten-2 {
color: #81C784;
}
.fg-green-lighten-1 {
color: #66BB6A;
}
.fg-green-darken-1 {
color: #43A047;
}
.fg-green-darken-2 {
color: #388E3C;
}
.fg-green-darken-3 {
color: #2E7D32;
}
.fg-green-darken-4 {
color: #1B5E20;
}
.fg-green-accent-1 {
color: #B9F6CA;
}
.fg-green-accent-2 {
color: #69F0AE;
}
.fg-green-accent-3 {
color: #00E676;
}
.fg-green-accent-4 {
color: #00C853;
}
/* Light Green */
.fg-light-green {
color: #8BC34A;
}
.fg-light-green-lighten-5 {
color: #F1F8E9;
}
.fg-light-green-lighten-4 {
color: #DCEDC8;
}
.fg-light-green-lighten-3 {
color: #C5E1A5;
}
.fg-light-green-lighten-2 {
color: #AED581;
}
.fg-light-green-lighten-1 {
color: #9CCC65;
}
.fg-light-green-darken-1 {
color: #7CB342;
}
.fg-light-green-darken-2 {
color: #689F38;
}
.fg-light-green-darken-3 {
color: #558B2F;
}
.fg-light-green-darken-4 {
color: #33691E;
}
.fg-light-green-accent-1 {
color: #CCFF90;
}
.fg-light-green-accent-2 {
color: #B2FF59;
}
.fg-light-green-accent-3 {
color: #76FF03;
}
.fg-light-green-accent-4 {
color: #64DD17;
}
/* Lime */
.fg-lime {
color: #CDDC39;
}
.fg-lime-lighten-5 {
color: #F9FBE7;
}
.fg-lime-lighten-4 {
color: #F0F4C3;
}
.fg-lime-lighten-3 {
color: #E6EE9C;
}
.fg-lime-lighten-2 {
color: #DCE775;
}
.fg-lime-lighten-1 {
color: #D4E157;
}
.fg-lime-darken-1 {
color: #C0CA33;
}
.fg-lime-darken-2 {
color: #AFB42B;
}
.fg-lime-darken-3 {
color: #9E9D24;
}
.fg-lime-darken-4 {
color: #827717;
}
.fg-lime-accent-1 {
color: #F4FF81;
}
.fg-lime-accent-2 {
color: #EEFF41;
}
.fg-lime-accent-3 {
color: #C6FF00;
}
.fg-lime-accent-4 {
color: #AEEA00;
}
/* Yellow */
.fg-yellow {
color: #FFEB3B;
}
.fg-yellow-lighten-5 {
color: #FFFDE7;
}
.fg-yellow-lighten-4 {
color: #FFF9C4;
}
.fg-yellow-lighten-3 {
color: #FFF59D;
}
.fg-yellow-lighten-2 {
color: #FFF176;
}
.fg-yellow-lighten-1 {
color: #FFEE58;
}
.fg-yellow-darken-1 {
color: #FDD835;
}
.fg-yellow-darken-2 {
color: #FBC02D;
}
.fg-yellow-darken-3 {
color: #F9A825;
}
.fg-yellow-darken-4 {
color: #F57F17;
}
.fg-yellow-accent-1 {
color: #FFFF8D;
}
.fg-yellow-accent-2 {
color: #FFFF00;
}
.fg-yellow-accent-3 {
color: #FFEA00;
}
.fg-yellow-accent-4 {
color: #FFD600;
}
/* Amber */
.fg-amber {
color: #FFC107;
}
.fg-amber-lighten-5 {
color: #FFF8E1;
}
.fg-amber-lighten-4 {
color: #FFECB3;
}
.fg-amber-lighten-3 {
color: #FFE082;
}
.fg-amber-lighten-2 {
color: #FFD54F;
}
.fg-amber-lighten-1 {
color: #FFCA28;
}
.fg-amber-darken-1 {
color: #FFB300;
}
.fg-amber-darken-2 {
color: #FFA000;
}
.fg-amber-darken-3 {
color: #FF8F00;
}
.fg-amber-darken-4 {
color: #FF6F00;
}
.fg-amber-accent-1 {
color: #FFE57F;
}
.fg-amber-accent-2 {
color: #FFD740;
}
.fg-amber-accent-3 {
color: #FFC400;
}
.fg-amber-accent-4 {
color: #FFAB00;
}
/* Orange */
.fg-orange {
color: #FF9800;
}
.fg-orange-lighten-5 {
color: #FFF3E0;
}
.fg-orange-lighten-4 {
color: #FFE0B2;
}
.fg-orange-lighten-3 {
color: #FFCC80;
}
.fg-orange-lighten-2 {
color: #FFB74D;
}
.fg-orange-lighten-1 {
color: #FFA726;
}
.fg-orange-darken-1 {
color: #FB8C00;
}
.fg-orange-darken-2 {
color: #F57C00;
}
.fg-orange-darken-3 {
color: #EF6C00;
}
.fg-orange-darken-4 {
color: #E65100;
}
.fg-orange-accent-1 {
color: #FFD180;
}
.fg-orange-accent-2 {
color: #FFAB40;
}
.fg-orange-accent-3 {
color: #FF9100;
}
.fg-orange-accent-4 {
color: #FF6D00;
}
/* Deep Orange */
.fg-deep-orange {
color: #FF5722;
}
.fg-deep-orange-lighten-5 {
color: #FBE9E7;
}
.fg-deep-orange-lighten-4 {
color: #FFCCBC;
}
.fg-deep-orange-lighten-3 {
color: #FFAB91;
}
.fg-deep-orange-lighten-2 {
color: #FF8A65;
}
.fg-deep-orange-lighten-1 {
color: #FF7043;
}
.fg-deep-orange-darken-1 {
color: #F4511E;
}
.fg-deep-orange-darken-2 {
color: #E64A19;
}
.fg-deep-orange-darken-3 {
color: #D84315;
}
.fg-deep-orange-darken-4 {
color: #BF360C;
}
.fg-deep-orange-accent-1 {
color: #FF9E80;
}
.fg-deep-orange-accent-2 {
color: #FF6E40;
}
.fg-deep-orange-accent-3 {
color: #FF3D00;
}
.fg-deep-orange-accent-4 {
color: #DD2C00;
}
/* Brown */
.fg-brown {
color: #795548;
}
.fg-brown-lighten-5 {
color: #EFEBE9;
}
.fg-brown-lighten-4 {
color: #D7CCC8;
}
.fg-brown-lighten-3 {
color: #BCAAA4;
}
.fg-brown-lighten-2 {
color: #A1887F;
}
.fg-brown-lighten-1 {
color: #8D6E63;
}
.fg-brown-darken-1 {
color: #6D4C41;
}
.fg-brown-darken-2 {
color: #5D4037;
}
.fg-brown-darken-3 {
color: #4E342E;
}
.fg-brown-darken-4 {
color: #3E2723;
}
/* Blue Gray */
.fg-blue-grey {
color: #607D8B;
}
.fg-blue-grey-lighten-5 {
color: #ECEFF1;
}
.fg-blue-grey-lighten-4 {
color: #CFD8DC;
}
.fg-blue-grey-lighten-3 {
color: #B0BEC5;
}
.fg-blue-grey-lighten-2 {
color: #90A4AE;
}
.fg-blue-grey-lighten-1 {
color: #78909C;
}
.fg-blue-grey-darken-1 {
color: #546E7A;
}
.fg-blue-grey-darken-2 {
color: #455A64;
}
.fg-blue-grey-darken-3 {
color: #37474F;
}
.fg-blue-grey-darken-4 {
color: #263238;
}
/* Gray */
.fg-grey {
color: #9E9E9E;
}
.fg-grey-lighten-5 {
color: #FAFAFA;
}
.fg-grey-lighten-4 {
color: #F5F5F5;
}
.fg-grey-lighten-3 {
color: #EEEEEE;
}
.fg-grey-lighten-2 {
color: #E0E0E0;
}
.fg-grey-lighten-1 {
color: #BDBDBD;
}
.fg-grey-darken-1 {
color: #757575;
}
.fg-grey-darken-2 {
color: #616161;
}
.fg-grey-darken-3 {
color: #424242;
}
.fg-grey-darken-4 {
color: #212121;
}
.fg-black {
color: #000000;
}
.fg-white {
color: #FFFFFF;
}
.fg-transparent {
color: rgba(255,255,255,0);
}
.fg-darken-80 {
color: rgba(0,0,0,0.8);
}
.fg-darken-60 {
color: rgba(0,0,0,0.6);
}
.fg-darken-40 {
color: rgba(0,0,0,0.4);
}
.fg-darken-20 {
color: rgba(0,0,0,0.2);
}
.fg-lighten-80 {
color: rgba(255,255,255,0.8);
}
.fg-lighten-60 {
color: rgba(255,255,255,0.6);
}
.fg-lighten-40 {
color: rgba(255,255,255,0.4);
}
.fg-lighten-20 {
color: rgba(255,255,255,0.2);
}
.hover-bg-red:hover {
background-color: #F44336;
}
.hover-bg-red-lighten-5:hover {
background-color: #FFEBEE;
}
.hover-bg-red-lighten-4:hover {
background-color: #FFCDD2;
}
.hover-bg-red-lighten-3:hover {
background-color: #EF9A9A;
}
.hover-bg-red-lighten-2:hover {
background-color: #E57373;
}
.hover-bg-red-lighten-1:hover {
background-color: #EF5350;
}
.hover-bg-red-darken-1:hover {
background-color: #E53935;
}
.hover-bg-red-darken-2:hover {
background-color: #D32F2F;
}
.hover-bg-red-darken-3:hover {
background-color: #C62828;
}
.hover-bg-red-darken-4:hover {
background-color: #B71C1C;
}
.hover-bg-red-accent-1:hover {
background-color: #FF8A80;
}
.hover-bg-red-accent-2:hover {
background-color: #FF5252;
}
.hover-bg-red-accent-3:hover {
background-color: #FF1744;
}
.hover-bg-red-accent-4:hover {
background-color: #D50000;
}
/* Pink */
.hover-bg-pink:hover {
background-color: #E91E63;
}
.hover-bg-pink-lighten-5:hover {
background-color: #FCE4EC;
}
.hover-bg-pink-lighten-4:hover {
background-color: #F8BBD0;
}
.hover-bg-pink-lighten-3:hover {
background-color: #F48FB1;
}
.hover-bg-pink-lighten-2:hover {
background-color: #F06292;
}
.hover-bg-pink-lighten-1:hover {
background-color: #EC407A;
}
.hover-bg-pink-darken-1:hover {
background-color: #D81B60;
}
.hover-bg-pink-darken-2:hover {
background-color: #C2185B;
}
.hover-bg-pink-darken-3:hover {
background-color: #AD1457;
}
.hover-bg-pink-darken-4:hover {
background-color: #880E4F;
}
.hover-bg-pink-accent-1:hover {
background-color: #FF80AB;
}
.hover-bg-pink-accent-2:hover {
background-color: #FF4081;
}
.hover-bg-pink-accent-3:hover {
background-color: #F50057;
}
.hover-bg-pink-accent-4:hover {
background-color: #C51162;
}
/* Purple */
.hover-bg-purple:hover {
background-color: #9C27B0;
}
.hover-bg-purple-lighten-5:hover {
background-color: #F3E5F5;
}
.hover-bg-purple-lighten-4:hover {
background-color: #E1BEE7;
}
.hover-bg-purple-lighten-3:hover {
background-color: #CE93D8;
}
.hover-bg-purple-lighten-2:hover {
background-color: #BA68C8;
}
.hover-bg-purple-lighten-1:hover {
background-color: #AB47BC;
}
.hover-bg-purple-darken-1:hover {
background-color: #8E24AA;
}
.hover-bg-purple-darken-2:hover {
background-color: #7B1FA2;
}
.hover-bg-purple-darken-3:hover {
background-color: #6A1B9A;
}
.hover-bg-purple-darken-4:hover {
background-color: #4A148C;
}
.hover-bg-purple-accent-1:hover {
background-color: #EA80FC;
}
.hover-bg-purple-accent-2:hover {
background-color: #E040FB;
}
.hover-bg-purple-accent-3:hover {
background-color: #D500F9;
}
.hover-bg-purple-accent-4:hover {
background-color: #AA00FF;
}
/* Deep Purple */
.hover-bg-deep-purple:hover {
background-color: #673AB7;
}
.hover-bg-deep-purple-lighten-5:hover {
background-color: #EDE7F6;
}
.hover-bg-deep-purple-lighten-4:hover {
background-color: #D1C4E9;
}
.hover-bg-deep-purple-lighten-3:hover {
background-color: #B39DDB;
}
.hover-bg-deep-purple-lighten-2:hover {
background-color: #9575CD;
}
.hover-bg-deep-purple-lighten-1:hover {
background-color: #7E57C2;
}
.hover-bg-deep-purple-darken-1:hover {
background-color: #5E35B1;
}
.hover-bg-deep-purple-darken-2:hover {
background-color: #512DA8;
}
.hover-bg-deep-purple-darken-3:hover {
background-color: #4527A0;
}
.hover-bg-deep-purple-darken-4:hover {
background-color: #311B92;
}
.hover-bg-deep-purple-accent-1:hover {
background-color: #B388FF;
}
.hover-bg-deep-purple-accent-2:hover {
background-color: #7C4DFF;
}
.hover-bg-deep-purple-accent-3:hover {
background-color: #651FFF;
}
.hover-bg-deep-purple-accent-4:hover {
background-color: #6200EA;
}
/* Indigo */
.hover-bg-indigo:hover {
background-color: #3F51B5;
}
.hover-bg-indigo-lighten-5:hover {
background-color: #E8EAF6;
}
.hover-bg-indigo-lighten-4:hover {
background-color: #C5CAE9;
}
.hover-bg-indigo-lighten-3:hover {
background-color: #9FA8DA;
}
.hover-bg-indigo-lighten-2:hover {
background-color: #7986CB;
}
.hover-bg-indigo-lighten-1:hover {
background-color: #5C6BC0;
}
.hover-bg-indigo-darken-1:hover {
background-color: #3949AB;
}
.hover-bg-indigo-darken-2:hover {
background-color: #303F9F;
}
.hover-bg-indigo-darken-3:hover {
background-color: #283593;
}
.hover-bg-indigo-darken-4:hover {
background-color: #1A237E;
}
.hover-bg-indigo-accent-1:hover {
background-color: #8C9EFF;
}
.hover-bg-indigo-accent-2:hover {
background-color: #536DFE;
}
.hover-bg-indigo-accent-3:hover {
background-color: #3D5AFE;
}
.hover-bg-indigo-accent-4:hover {
background-color: #304FFE;
}
/* blue */
.hover-bg-blue:hover {
background-color: #2196F3;
}
.hover-bg-blue-lighten-5:hover {
background-color: #E3F2FD;
}
.hover-bg-blue-lighten-4:hover {
background-color: #BBDEFB;
}
.hover-bg-blue-lighten-3:hover {
background-color: #90CAF9;
}
.hover-bg-blue-lighten-2:hover {
background-color: #64B5F6;
}
.hover-bg-blue-lighten-1:hover {
background-color: #42A5F5;
}
.hover-bg-blue-darken-1:hover {
background-color: #1E88E5;
}
.hover-bg-blue-darken-2:hover {
background-color: #1976D2;
}
.hover-bg-blue-darken-3:hover {
background-color: #1565C0;
}
.hover-bg-blue-darken-4:hover {
background-color: #0D47A1;
}
.hover-bg-blue-accent-1:hover {
background-color: #82B1FF;
}
.hover-bg-blue-accent-2:hover {
background-color: #448AFF;
}
.hover-bg-blue-accent-3:hover {
background-color: #2979FF;
}
.hover-bg-blue-accent-4:hover {
background-color: #2962FF;
}
/* Green */
.hover-bg-green:hover {
background-color: #4CAF50;
}
.hover-bg-green-lighten-5:hover {
background-color: #E8F5E9;
}
.hover-bg-green-lighten-4:hover {
background-color: #C8E6C9;
}
.hover-bg-green-lighten-3:hover {
background-color: #A5D6A7;
}
.hover-bg-green-lighten-2:hover {
background-color: #81C784;
}
.hover-bg-green-lighten-1:hover {
background-color: #66BB6A;
}
.hover-bg-green-darken-1:hover {
background-color: #43A047;
}
.hover-bg-green-darken-2:hover {
background-color: #388E3C;
}
.hover-bg-green-darken-3:hover {
background-color: #2E7D32;
}
.hover-bg-green-darken-4:hover {
background-color: #1B5E20;
}
.hover-bg-green-accent-1:hover {
background-color: #B9F6CA;
}
.hover-bg-green-accent-2:hover {
background-color: #69F0AE;
}
.hover-bg-green-accent-3:hover {
background-color: #00E676;
}
.hover-bg-green-accent-4:hover {
background-color: #00C853;
}
/* Light Green */
.hover-bg-light-green:hover {
background-color: #8BC34A;
}
.hover-bg-light-green-lighten-5:hover {
background-color: #F1F8E9;
}
.hover-bg-light-green-lighten-4:hover {
background-color: #DCEDC8;
}
.hover-bg-light-green-lighten-3:hover {
background-color: #C5E1A5;
}
.hover-bg-light-green-lighten-2:hover {
background-color: #AED581;
}
.hover-bg-light-green-lighten-1:hover {
background-color: #9CCC65;
}
.hover-bg-light-green-darken-1:hover {
background-color: #7CB342;
}
.hover-bg-light-green-darken-2:hover {
background-color: #689F38;
}
.hover-bg-light-green-darken-3:hover {
background-color: #558B2F;
}
.hover-bg-light-green-darken-4:hover {
background-color: #33691E;
}
.hover-bg-light-green-accent-1:hover {
background-color: #CCFF90;
}
.hover-bg-light-green-accent-2:hover {
background-color: #B2FF59;
}
.hover-bg-light-green-accent-3:hover {
background-color: #76FF03;
}
.hover-bg-light-green-accent-4:hover {
background-color: #64DD17;
}
/* Lime */
.hover-bg-lime:hover {
background-color: #CDDC39;
}
.hover-bg-lime-lighten-5:hover {
background-color: #F9FBE7;
}
.hover-bg-lime-lighten-4:hover {
background-color: #F0F4C3;
}
.hover-bg-lime-lighten-3:hover {
background-color: #E6EE9C;
}
.hover-bg-lime-lighten-2:hover {
background-color: #DCE775;
}
.hover-bg-lime-lighten-1:hover {
background-color: #D4E157;
}
.hover-bg-lime-darken-1:hover {
background-color: #C0CA33;
}
.hover-bg-lime-darken-2:hover {
background-color: #AFB42B;
}
.hover-bg-lime-darken-3:hover {
background-color: #9E9D24;
}
.hover-bg-lime-darken-4:hover {
background-color: #827717;
}
.hover-bg-lime-accent-1:hover {
background-color: #F4FF81;
}
.hover-bg-lime-accent-2:hover {
background-color: #EEFF41;
}
.hover-bg-lime-accent-3:hover {
background-color: #C6FF00;
}
.hover-bg-lime-accent-4:hover {
background-color: #AEEA00;
}
/* Yellow */
.hover-bg-yellow:hover {
background-color: #FFEB3B;
}
.hover-bg-yellow-lighten-5:hover {
background-color: #FFFDE7;
}
.hover-bg-yellow-lighten-4:hover {
background-color: #FFF9C4;
}
.hover-bg-yellow-lighten-3:hover {
background-color: #FFF59D;
}
.hover-bg-yellow-lighten-2:hover {
background-color: #FFF176;
}
.hover-bg-yellow-lighten-1:hover {
background-color: #FFEE58;
}
.hover-bg-yellow-darken-1:hover {
background-color: #FDD835;
}
.hover-bg-yellow-darken-2:hover {
background-color: #FBC02D;
}
.hover-bg-yellow-darken-3:hover {
background-color: #F9A825;
}
.hover-bg-yellow-darken-4:hover {
background-color: #F57F17;
}
.hover-bg-yellow-accent-1:hover {
background-color: #FFFF8D;
}
.hover-bg-yellow-accent-2:hover {
background-color: #FFFF00;
}
.hover-bg-yellow-accent-3:hover {
background-color: #FFEA00;
}
.hover-bg-yellow-accent-4:hover {
background-color: #FFD600;
}
/* Amber */
.hover-bg-amber:hover {
background-color: #FFC107;
}
.hover-bg-amber-lighten-5:hover {
background-color: #FFF8E1;
}
.hover-bg-amber-lighten-4:hover {
background-color: #FFECB3;
}
.hover-bg-amber-lighten-3:hover {
background-color: #FFE082;
}
.hover-bg-amber-lighten-2:hover {
background-color: #FFD54F;
}
.hover-bg-amber-lighten-1:hover {
background-color: #FFCA28;
}
.hover-bg-amber-darken-1:hover {
background-color: #FFB300;
}
.hover-bg-amber-darken-2:hover {
background-color: #FFA000;
}
.hover-bg-amber-darken-3:hover {
background-color: #FF8F00;
}
.hover-bg-amber-darken-4:hover {
background-color: #FF6F00;
}
.hover-bg-amber-accent-1:hover {
background-color: #FFE57F;
}
.hover-bg-amber-accent-2:hover {
background-color: #FFD740;
}
.hover-bg-amber-accent-3:hover {
background-color: #FFC400;
}
.hover-bg-amber-accent-4:hover {
background-color: #FFAB00;
}
/* Orange */
.hover-bg-orange:hover {
background-color: #FF9800;
}
.hover-bg-orange-lighten-5:hover {
background-color: #FFF3E0;
}
.hover-bg-orange-lighten-4:hover {
background-color: #FFE0B2;
}
.hover-bg-orange-lighten-3:hover {
background-color: #FFCC80;
}
.hover-bg-orange-lighten-2:hover {
background-color: #FFB74D;
}
.hover-bg-orange-lighten-1:hover {
background-color: #FFA726;
}
.hover-bg-orange-darken-1:hover {
background-color: #FB8C00;
}
.hover-bg-orange-darken-2:hover {
background-color: #F57C00;
}
.hover-bg-orange-darken-3:hover {
background-color: #EF6C00;
}
.hover-bg-orange-darken-4:hover {
background-color: #E65100;
}
.hover-bg-orange-accent-1:hover {
background-color: #FFD180;
}
.hover-bg-orange-accent-2:hover {
background-color: #FFAB40;
}
.hover-bg-orange-accent-3:hover {
background-color: #FF9100;
}
.hover-bg-orange-accent-4:hover {
background-color: #FF6D00;
}
/* Deep Orange */
.hover-bg-deep-orange:hover {
background-color: #FF5722;
}
.hover-bg-deep-orange-lighten-5:hover {
background-color: #FBE9E7;
}
.hover-bg-deep-orange-lighten-4:hover {
background-color: #FFCCBC;
}
.hover-bg-deep-orange-lighten-3:hover {
background-color: #FFAB91;
}
.hover-bg-deep-orange-lighten-2:hover {
background-color: #FF8A65;
}
.hover-bg-deep-orange-lighten-1:hover {
background-color: #FF7043;
}
.hover-bg-deep-orange-darken-1:hover {
background-color: #F4511E;
}
.hover-bg-deep-orange-darken-2:hover {
background-color: #E64A19;
}
.hover-bg-deep-orange-darken-3:hover {
background-color: #D84315;
}
.hover-bg-deep-orange-darken-4:hover {
background-color: #BF360C;
}
.hover-bg-deep-orange-accent-1:hover {
background-color: #FF9E80;
}
.hover-bg-deep-orange-accent-2:hover {
background-color: #FF6E40;
}
.hover-bg-deep-orange-accent-3:hover {
background-color: #FF3D00;
}
.hover-bg-deep-orange-accent-4:hover {
background-color: #DD2C00;
}
/* Brown */
.hover-bg-brown:hover {
background-color: #795548;
}
.hover-bg-brown-lighten-5:hover {
background-color: #EFEBE9;
}
.hover-bg-brown-lighten-4:hover {
background-color: #D7CCC8;
}
.hover-bg-brown-lighten-3:hover {
background-color: #BCAAA4;
}
.hover-bg-brown-lighten-2:hover {
background-color: #A1887F;
}
.hover-bg-brown-lighten-1:hover {
background-color: #8D6E63;
}
.hover-bg-brown-darken-1:hover {
background-color: #6D4C41;
}
.hover-bg-brown-darken-2:hover {
background-color: #5D4037;
}
.hover-bg-brown-darken-3:hover {
background-color: #4E342E;
}
.hover-bg-brown-darken-4:hover {
background-color: #3E2723;
}
/* Blue Gray */
.hover-bg-blue-grey:hover {
background-color: #607D8B;
}
.hover-bg-blue-grey-lighten-5:hover {
background-color: #ECEFF1;
}
.hover-bg-blue-grey-lighten-4:hover {
background-color: #CFD8DC;
}
.hover-bg-blue-grey-lighten-3:hover {
background-color: #B0BEC5;
}
.hover-bg-blue-grey-lighten-2:hover {
background-color: #90A4AE;
}
.hover-bg-blue-grey-lighten-1:hover {
background-color: #78909C;
}
.hover-bg-blue-grey-darken-1:hover {
background-color: #546E7A;
}
.hover-bg-blue-grey-darken-2:hover {
background-color: #455A64;
}
.hover-bg-blue-grey-darken-3:hover {
background-color: #37474F;
}
.hover-bg-blue-grey-darken-4:hover {
background-color: #263238;
}
/* Gray */
.hover-bg-grey:hover {
background-color: #9E9E9E;
}
.hover-bg-grey-lighten-5:hover {
background-color: #FAFAFA;
}
.hover-bg-grey-lighten-4:hover {
background-color: #F5F5F5;
}
.hover-bg-grey-lighten-3:hover {
background-color: #EEEEEE;
}
.hover-bg-grey-lighten-2:hover {
background-color: #E0E0E0;
}
.hover-bg-grey-lighten-1:hover {
background-color: #BDBDBD;
}
.hover-bg-grey-darken-1:hover {
background-color: #757575;
}
.hover-bg-grey-darken-2:hover {
background-color: #616161;
}
.hover-bg-grey-darken-3:hover {
background-color: #424242;
}
.hover-bg-grey-darken-4:hover {
background-color: #212121;
}
.hover-bg-black:hover {
background-color: #000000;
}
.hover-bg-white:hover {
background-color: #FFFFFF;
}
.hover-bg-transparent:hover {
background-color: rgba(255,255,255,0);
}
.hover-bg-darken-80:hover {
background-color: rgba(0,0,0,0.8);
}
.hover-bg-darken-60:hover {
background-color: rgba(0,0,0,0.6);
}
.hover-bg-darken-40:hover {
background-color: rgba(0,0,0,0.4);
}
.hover-bg-darken-20:hover {
background-color: rgba(0,0,0,0.2);
}
.hover-bg-lighten-80:hover {
background-color: rgba(255,255,255,0.8);
}
.hover-bg-lighten-60:hover {
background-color: rgba(255,255,255,0.6);
}
.hover-bg-lighten-40:hover {
background-color: rgba(255,255,255,0.4);
}
.hover-bg-lighten-20:hover {
background-color: rgba(255,255,255,0.2);
}
/* forground */
/* Red */
.hover-fg-red:hover {
color: #F44336;
}
.hover-fg-red-lighten-5:hover {
color: #FFEBEE;
}
.hover-fg-red-lighten-4:hover {
color: #FFCDD2;
}
.hover-fg-red-lighten-3:hover {
color: #EF9A9A;
}
.hover-fg-red-lighten-2:hover {
color: #E57373;
}
.hover-fg-red-lighten-1:hover {
color: #EF5350;
}
.hover-fg-red-darken-1:hover {
color: #E53935;
}
.hover-fg-red-darken-2:hover {
color: #D32F2F;
}
.hover-fg-red-darken-3:hover {
color: #C62828;
}
.hover-fg-red-darken-4:hover {
color: #B71C1C;
}
.hover-fg-red-accent-1:hover {
color: #FF8A80;
}
.hover-fg-red-accent-2:hover {
color: #FF5252;
}
.hover-fg-red-accent-3:hover {
color: #FF1744;
}
.hover-fg-red-accent-4:hover {
color: #D50000;
}
/* Pink */
.hover-fg-pink:hover {
color: #E91E63;
}
.hover-fg-pink-lighten-5:hover {
color: #FCE4EC;
}
.hover-fg-pink-lighten-4:hover {
color: #F8BBD0;
}
.hover-fg-pink-lighten-3:hover {
color: #F48FB1;
}
.hover-fg-pink-lighten-2:hover {
color: #F06292;
}
.hover-fg-pink-lighten-1:hover {
color: #EC407A;
}
.hover-fg-pink-darken-1:hover {
color: #D81B60;
}
.hover-fg-pink-darken-2:hover {
color: #C2185B;
}
.hover-fg-pink-darken-3:hover {
color: #AD1457;
}
.hover-fg-pink-darken-4:hover {
color: #880E4F;
}
.hover-fg-pink-accent-1:hover {
color: #FF80AB;
}
.hover-fg-pink-accent-2:hover {
color: #FF4081;
}
.hover-fg-pink-accent-3:hover {
color: #F50057;
}
.hover-fg-pink-accent-4:hover {
color: #C51162;
}
/* Purple */
.hover-fg-purple:hover {
color: #9C27B0;
}
.hover-fg-purple-lighten-5:hover {
color: #F3E5F5;
}
.hover-fg-purple-lighten-4:hover {
color: #E1BEE7;
}
.hover-fg-purple-lighten-3:hover {
color: #CE93D8;
}
.hover-fg-purple-lighten-2:hover {
color: #BA68C8;
}
.hover-fg-purple-lighten-1:hover {
color: #AB47BC;
}
.hover-fg-purple-darken-1:hover {
color: #8E24AA;
}
.hover-fg-purple-darken-2:hover {
color: #7B1FA2;
}
.hover-fg-purple-darken-3:hover {
color: #6A1B9A;
}
.hover-fg-purple-darken-4:hover {
color: #4A148C;
}
.hover-fg-purple-accent-1:hover {
color: #EA80FC;
}
.hover-fg-purple-accent-2:hover {
color: #E040FB;
}
.hover-fg-purple-accent-3:hover {
color: #D500F9;
}
.hover-fg-purple-accent-4:hover {
color: #AA00FF;
}
/* Deep Purple */
.hover-fg-deep-purple:hover {
color: #673AB7;
}
.hover-fg-deep-purple-lighten-5:hover {
color: #EDE7F6;
}
.hover-fg-deep-purple-lighten-4:hover {
color: #D1C4E9;
}
.hover-fg-deep-purple-lighten-3:hover {
color: #B39DDB;
}
.hover-fg-deep-purple-lighten-2:hover {
color: #9575CD;
}
.hover-fg-deep-purple-lighten-1:hover {
color: #7E57C2;
}
.hover-fg-deep-purple-darken-1:hover {
color: #5E35B1;
}
.hover-fg-deep-purple-darken-2:hover {
color: #512DA8;
}
.hover-fg-deep-purple-darken-3:hover {
color: #4527A0;
}
.hover-fg-deep-purple-darken-4:hover {
color: #311B92;
}
.hover-fg-deep-purple-accent-1:hover {
color: #B388FF;
}
.hover-fg-deep-purple-accent-2:hover {
color: #7C4DFF;
}
.hover-fg-deep-purple-accent-3:hover {
color: #651FFF;
}
.hover-fg-deep-purple-accent-4:hover {
color: #6200EA;
}
/* Indigo */
.hover-fg-indigo:hover {
color: #3F51B5;
}
.hover-fg-indigo-lighten-5:hover {
color: #E8EAF6;
}
.hover-fg-indigo-lighten-4:hover {
color: #C5CAE9;
}
.hover-fg-indigo-lighten-3:hover {
color: #9FA8DA;
}
.hover-fg-indigo-lighten-2:hover {
color: #7986CB;
}
.hover-fg-indigo-lighten-1:hover {
color: #5C6BC0;
}
.hover-fg-indigo-darken-1:hover {
color: #3949AB;
}
.hover-fg-indigo-darken-2:hover {
color: #303F9F;
}
.hover-fg-indigo-darken-3:hover {
color: #283593;
}
.hover-fg-indigo-darken-4:hover {
color: #1A237E;
}
.hover-fg-indigo-accent-1:hover {
color: #8C9EFF;
}
.hover-fg-indigo-accent-2:hover {
color: #536DFE;
}
.hover-fg-indigo-accent-3:hover {
color: #3D5AFE;
}
.hover-fg-indigo-accent-4:hover {
color: #304FFE;
}
/* blue */
.hover-fg-blue:hover {
color: #2196F3;
}
.hover-fg-blue-lighten-5:hover {
color: #E3F2FD;
}
.hover-fg-blue-lighten-4:hover {
color: #BBDEFB;
}
.hover-fg-blue-lighten-3:hover {
color: #90CAF9;
}
.hover-fg-blue-lighten-2:hover {
color: #64B5F6;
}
.hover-fg-blue-lighten-1:hover {
color: #42A5F5;
}
.hover-fg-blue-darken-1:hover {
color: #1E88E5;
}
.hover-fg-blue-darken-2:hover {
color: #1976D2;
}
.hover-fg-blue-darken-3:hover {
color: #1565C0;
}
.hover-fg-blue-darken-4:hover {
color: #0D47A1;
}
.hover-fg-blue-accent-1:hover {
color: #82B1FF;
}
.hover-fg-blue-accent-2:hover {
color: #448AFF;
}
.hover-fg-blue-accent-3:hover {
color: #2979FF;
}
.hover-fg-blue-accent-4:hover {
color: #2962FF;
}
/* Green */
.hover-fg-green:hover {
color: #4CAF50;
}
.hover-fg-green-lighten-5:hover {
color: #E8F5E9;
}
.hover-fg-green-lighten-4:hover {
color: #C8E6C9;
}
.hover-fg-green-lighten-3:hover {
color: #A5D6A7;
}
.hover-fg-green-lighten-2:hover {
color: #81C784;
}
.hover-fg-green-lighten-1:hover {
color: #66BB6A;
}
.hover-fg-green-darken-1:hover {
color: #43A047;
}
.hover-fg-green-darken-2:hover {
color: #388E3C;
}
.hover-fg-green-darken-3:hover {
color: #2E7D32;
}
.hover-fg-green-darken-4:hover {
color: #1B5E20;
}
.hover-fg-green-accent-1:hover {
color: #B9F6CA;
}
.hover-fg-green-accent-2:hover {
color: #69F0AE;
}
.hover-fg-green-accent-3:hover {
color: #00E676;
}
.hover-fg-green-accent-4:hover {
color: #00C853;
}
/* Light Green */
.hover-fg-light-green:hover {
color: #8BC34A;
}
.hover-fg-light-green-lighten-5:hover {
color: #F1F8E9;
}
.hover-fg-light-green-lighten-4:hover {
color: #DCEDC8;
}
.hover-fg-light-green-lighten-3:hover {
color: #C5E1A5;
}
.hover-fg-light-green-lighten-2:hover {
color: #AED581;
}
.hover-fg-light-green-lighten-1:hover {
color: #9CCC65;
}
.hover-fg-light-green-darken-1:hover {
color: #7CB342;
}
.hover-fg-light-green-darken-2:hover {
color: #689F38;
}
.hover-fg-light-green-darken-3:hover {
color: #558B2F;
}
.hover-fg-light-green-darken-4:hover {
color: #33691E;
}
.hover-fg-light-green-accent-1:hover {
color: #CCFF90;
}
.hover-fg-light-green-accent-2:hover {
color: #B2FF59;
}
.hover-fg-light-green-accent-3:hover {
color: #76FF03;
}
.hover-fg-light-green-accent-4:hover {
color: #64DD17;
}
/* Lime */
.hover-fg-lime:hover {
color: #CDDC39;
}
.hover-fg-lime-lighten-5:hover {
color: #F9FBE7;
}
.hover-fg-lime-lighten-4:hover {
color: #F0F4C3;
}
.hover-fg-lime-lighten-3:hover {
color: #E6EE9C;
}
.hover-fg-lime-lighten-2:hover {
color: #DCE775;
}
.hover-fg-lime-lighten-1:hover {
color: #D4E157;
}
.hover-fg-lime-darken-1:hover {
color: #C0CA33;
}
.hover-fg-lime-darken-2:hover {
color: #AFB42B;
}
.hover-fg-lime-darken-3:hover {
color: #9E9D24;
}
.hover-fg-lime-darken-4:hover {
color: #827717;
}
.hover-fg-lime-accent-1:hover {
color: #F4FF81;
}
.hover-fg-lime-accent-2:hover {
color: #EEFF41;
}
.hover-fg-lime-accent-3:hover {
color: #C6FF00;
}
.hover-fg-lime-accent-4:hover {
color: #AEEA00;
}
/* Yellow */
.hover-fg-yellow:hover {
color: #FFEB3B;
}
.hover-fg-yellow-lighten-5:hover {
color: #FFFDE7;
}
.hover-fg-yellow-lighten-4:hover {
color: #FFF9C4;
}
.hover-fg-yellow-lighten-3:hover {
color: #FFF59D;
}
.hover-fg-yellow-lighten-2:hover {
color: #FFF176;
}
.hover-fg-yellow-lighten-1:hover {
color: #FFEE58;
}
.hover-fg-yellow-darken-1:hover {
color: #FDD835;
}
.hover-fg-yellow-darken-2:hover {
color: #FBC02D;
}
.hover-fg-yellow-darken-3:hover {
color: #F9A825;
}
.hover-fg-yellow-darken-4:hover {
color: #F57F17;
}
.hover-fg-yellow-accent-1:hover {
color: #FFFF8D;
}
.hover-fg-yellow-accent-2:hover {
color: #FFFF00;
}
.hover-fg-yellow-accent-3:hover {
color: #FFEA00;
}
.hover-fg-yellow-accent-4:hover {
color: #FFD600;
}
/* Amber */
.hover-fg-amber:hover {
color: #FFC107;
}
.hover-fg-amber-lighten-5:hover {
color: #FFF8E1;
}
.hover-fg-amber-lighten-4:hover {
color: #FFECB3;
}
.hover-fg-amber-lighten-3:hover {
color: #FFE082;
}
.hover-fg-amber-lighten-2:hover {
color: #FFD54F;
}
.hover-fg-amber-lighten-1:hover {
color: #FFCA28;
}
.hover-fg-amber-darken-1:hover {
color: #FFB300;
}
.hover-fg-amber-darken-2:hover {
color: #FFA000;
}
.hover-fg-amber-darken-3:hover {
color: #FF8F00;
}
.hover-fg-amber-darken-4:hover {
color: #FF6F00;
}
.hover-fg-amber-accent-1:hover {
color: #FFE57F;
}
.hover-fg-amber-accent-2:hover {
color: #FFD740;
}
.hover-fg-amber-accent-3:hover {
color: #FFC400;
}
.hover-fg-amber-accent-4:hover {
color: #FFAB00;
}
/* Orange */
.hover-fg-orange:hover {
color: #FF9800;
}
.hover-fg-orange-lighten-5:hover {
color: #FFF3E0;
}
.hover-fg-orange-lighten-4:hover {
color: #FFE0B2;
}
.hover-fg-orange-lighten-3:hover {
color: #FFCC80;
}
.hover-fg-orange-lighten-2:hover {
color: #FFB74D;
}
.hover-fg-orange-lighten-1:hover {
color: #FFA726;
}
.hover-fg-orange-darken-1:hover {
color: #FB8C00;
}
.hover-fg-orange-darken-2:hover {
color: #F57C00;
}
.hover-fg-orange-darken-3:hover {
color: #EF6C00;
}
.hover-fg-orange-darken-4:hover {
color: #E65100;
}
.hover-fg-orange-accent-1:hover {
color: #FFD180;
}
.hover-fg-orange-accent-2:hover {
color: #FFAB40;
}
.hover-fg-orange-accent-3:hover {
color: #FF9100;
}
.hover-fg-orange-accent-4:hover {
color: #FF6D00;
}
/* Deep Orange */
.hover-fg-deep-orange:hover {
color: #FF5722;
}
.hover-fg-deep-orange-lighten-5:hover {
color: #FBE9E7;
}
.hover-fg-deep-orange-lighten-4:hover {
color: #FFCCBC;
}
.hover-fg-deep-orange-lighten-3:hover {
color: #FFAB91;
}
.hover-fg-deep-orange-lighten-2:hover {
color: #FF8A65;
}
.hover-fg-deep-orange-lighten-1:hover {
color: #FF7043;
}
.hover-fg-deep-orange-darken-1:hover {
color: #F4511E;
}
.hover-fg-deep-orange-darken-2:hover {
color: #E64A19;
}
.hover-fg-deep-orange-darken-3:hover {
color: #D84315;
}
.hover-fg-deep-orange-darken-4:hover {
color: #BF360C;
}
.hover-fg-deep-orange-accent-1:hover {
color: #FF9E80;
}
.hover-fg-deep-orange-accent-2:hover {
color: #FF6E40;
}
.hover-fg-deep-orange-accent-3:hover {
color: #FF3D00;
}
.hover-fg-deep-orange-accent-4:hover {
color: #DD2C00;
}
/* Brown */
.hover-fg-brown:hover {
color: #795548;
}
.hover-fg-brown-lighten-5:hover {
color: #EFEBE9;
}
.hover-fg-brown-lighten-4:hover {
color: #D7CCC8;
}
.hover-fg-brown-lighten-3:hover {
color: #BCAAA4;
}
.hover-fg-brown-lighten-2:hover {
color: #A1887F;
}
.hover-fg-brown-lighten-1:hover {
color: #8D6E63;
}
.hover-fg-brown-darken-1:hover {
color: #6D4C41;
}
.hover-fg-brown-darken-2:hover {
color: #5D4037;
}
.hover-fg-brown-darken-3:hover {
color: #4E342E;
}
.hover-fg-brown-darken-4:hover {
color: #3E2723;
}
/* Blue Gray */
.hover-fg-blue-grey:hover {
color: #607D8B;
}
.hover-fg-blue-grey-lighten-5:hover {
color: #ECEFF1;
}
.hover-fg-blue-grey-lighten-4:hover {
color: #CFD8DC;
}
.hover-fg-blue-grey-lighten-3:hover {
color: #B0BEC5;
}
.hover-fg-blue-grey-lighten-2:hover {
color: #90A4AE;
}
.hover-fg-blue-grey-lighten-1:hover {
color: #78909C;
}
.hover-fg-blue-grey-darken-1:hover {
color: #546E7A;
}
.hover-fg-blue-grey-darken-2:hover {
color: #455A64;
}
.hover-fg-blue-grey-darken-3:hover {
color: #37474F;
}
.hover-fg-blue-grey-darken-4:hover {
color: #263238;
}
/* Gray */
.hover-fg-grey:hover {
color: #9E9E9E;
}
.hover-fg-grey-lighten-5:hover {
color: #FAFAFA;
}
.hover-fg-grey-lighten-4:hover {
color: #F5F5F5;
}
.hover-fg-grey-lighten-3:hover {
color: #EEEEEE;
}
.hover-fg-grey-lighten-2:hover {
color: #E0E0E0;
}
.hover-fg-grey-lighten-1:hover {
color: #BDBDBD;
}
.hover-fg-grey-darken-1:hover {
color: #757575;
}
.hover-fg-grey-darken-2:hover {
color: #616161;
}
.hover-fg-grey-darken-3:hover {
color: #424242;
}
.hover-fg-grey-darken-4:hover {
color: #212121;
}
.hover-fg-black:hover {
color: #000000;
}
.hover-fg-white:hover {
color: #FFFFFF;
}
.hover-fg-darken-80:hover {
color: rgba(0,0,0,0.8);
}
.hover-fg-darken-60:hover {
color: rgba(0,0,0,0.6);
}
.hover-fg-darken-40:hover {
color: rgba(0,0,0,0.4);
}
.hover-fg-darken-20:hover {
color: rgba(0,0,0,0.2);
}
.hover-fg-lighten-80:hover {
color: rgba(255,255,255,0.8);
}
.hover-fg-lighten-60:hover {
color: rgba(255,255,255,0.6);
}
.hover-fg-lighten-40:hover {
color: rgba(255,255,255,0.4);
}
.hover-fg-lighten-20:hover {
color: rgba(255,255,255,0.2);
}
/* Stroke */
/* Red */
.stroke-red {
stroke: #F44336;
}
.stroke-red-lighten-5 {
stroke: #FFEBEE;
}
.stroke-red-lighten-4 {
stroke: #FFCDD2;
}
.stroke-red-lighten-3 {
stroke: #EF9A9A;
}
.stroke-red-lighten-2 {
stroke: #E57373;
}
.stroke-red-lighten-1 {
stroke: #EF5350;
}
.stroke-red-darken-1 {
stroke: #E53935;
}
.stroke-red-darken-2 {
stroke: #D32F2F;
}
.stroke-red-darken-3 {
stroke: #C62828;
}
.stroke-red-darken-4 {
stroke: #B71C1C;
}
.stroke-red-accent-1 {
stroke: #FF8A80;
}
.stroke-red-accent-2 {
stroke: #FF5252;
}
.stroke-red-accent-3 {
stroke: #FF1744;
}
.stroke-red-accent-4 {
stroke: #D50000;
}
/* Pink */
.stroke-pink {
stroke: #E91E63;
}
.stroke-pink-lighten-5 {
stroke: #FCE4EC;
}
.stroke-pink-lighten-4 {
stroke: #F8BBD0;
}
.stroke-pink-lighten-3 {
stroke: #F48FB1;
}
.stroke-pink-lighten-2 {
stroke: #F06292;
}
.stroke-pink-lighten-1 {
stroke: #EC407A;
}
.stroke-pink-darken-1 {
stroke: #D81B60;
}
.stroke-pink-darken-2 {
stroke: #C2185B;
}
.stroke-pink-darken-3 {
stroke: #AD1457;
}
.stroke-pink-darken-4 {
stroke: #880E4F;
}
.stroke-pink-accent-1 {
stroke: #FF80AB;
}
.stroke-pink-accent-2 {
stroke: #FF4081;
}
.stroke-pink-accent-3 {
stroke: #F50057;
}
.stroke-pink-accent-4 {
stroke: #C51162;
}
/* Purple */
.stroke-purple {
stroke: #9C27B0;
}
.stroke-purple-lighten-5 {
stroke: #F3E5F5;
}
.stroke-purple-lighten-4 {
stroke: #E1BEE7;
}
.stroke-purple-lighten-3 {
stroke: #CE93D8;
}
.stroke-purple-lighten-2 {
stroke: #BA68C8;
}
.stroke-purple-lighten-1 {
stroke: #AB47BC;
}
.stroke-purple-darken-1 {
stroke: #8E24AA;
}
.stroke-purple-darken-2 {
stroke: #7B1FA2;
}
.stroke-purple-darken-3 {
stroke: #6A1B9A;
}
.stroke-purple-darken-4 {
stroke: #4A148C;
}
.stroke-purple-accent-1 {
stroke: #EA80FC;
}
.stroke-purple-accent-2 {
stroke: #E040FB;
}
.stroke-purple-accent-3 {
stroke: #D500F9;
}
.stroke-purple-accent-4 {
stroke: #AA00FF;
}
/* Deep Purple */
.stroke-deep-purple {
stroke: #673AB7;
}
.stroke-deep-purple-lighten-5 {
stroke: #EDE7F6;
}
.stroke-deep-purple-lighten-4 {
stroke: #D1C4E9;
}
.stroke-deep-purple-lighten-3 {
stroke: #B39DDB;
}
.stroke-deep-purple-lighten-2 {
stroke: #9575CD;
}
.stroke-deep-purple-lighten-1 {
stroke: #7E57C2;
}
.stroke-deep-purple-darken-1 {
stroke: #5E35B1;
}
.stroke-deep-purple-darken-2 {
stroke: #512DA8;
}
.stroke-deep-purple-darken-3 {
stroke: #4527A0;
}
.stroke-deep-purple-darken-4 {
stroke: #311B92;
}
.stroke-deep-purple-accent-1 {
stroke: #B388FF;
}
.stroke-deep-purple-accent-2 {
stroke: #7C4DFF;
}
.stroke-deep-purple-accent-3 {
stroke: #651FFF;
}
.stroke-deep-purple-accent-4 {
stroke: #6200EA;
}
/* Indigo */
.stroke-indigo {
stroke: #3F51B5;
}
.stroke-indigo-lighten-5 {
stroke: #E8EAF6;
}
.stroke-indigo-lighten-4 {
stroke: #C5CAE9;
}
.stroke-indigo-lighten-3 {
stroke: #9FA8DA;
}
.stroke-indigo-lighten-2 {
stroke: #7986CB;
}
.stroke-indigo-lighten-1 {
stroke: #5C6BC0;
}
.stroke-indigo-darken-1 {
stroke: #3949AB;
}
.stroke-indigo-darken-2 {
stroke: #303F9F;
}
.stroke-indigo-darken-3 {
stroke: #283593;
}
.stroke-indigo-darken-4 {
stroke: #1A237E;
}
.stroke-indigo-accent-1 {
stroke: #8C9EFF;
}
.stroke-indigo-accent-2 {
stroke: #536DFE;
}
.stroke-indigo-accent-3 {
stroke: #3D5AFE;
}
.stroke-indigo-accent-4 {
stroke: #304FFE;
}
/* blue */
.stroke-blue {
stroke: #2196F3;
}
.stroke-blue-lighten-5 {
stroke: #E3F2FD;
}
.stroke-blue-lighten-4 {
stroke: #BBDEFB;
}
.stroke-blue-lighten-3 {
stroke: #90CAF9;
}
.stroke-blue-lighten-2 {
stroke: #64B5F6;
}
.stroke-blue-lighten-1 {
stroke: #42A5F5;
}
.stroke-blue-darken-1 {
stroke: #1E88E5;
}
.stroke-blue-darken-2 {
stroke: #1976D2;
}
.stroke-blue-darken-3 {
stroke: #1565C0;
}
.stroke-blue-darken-4 {
stroke: #0D47A1;
}
.stroke-blue-accent-1 {
stroke: #82B1FF;
}
.stroke-blue-accent-2 {
stroke: #448AFF;
}
.stroke-blue-accent-3 {
stroke: #2979FF;
}
.stroke-blue-accent-4 {
stroke: #2962FF;
}
/* Green */
.stroke-green {
stroke: #4CAF50;
}
.stroke-green-lighten-5 {
stroke: #E8F5E9;
}
.stroke-green-lighten-4 {
stroke: #C8E6C9;
}
.stroke-green-lighten-3 {
stroke: #A5D6A7;
}
.stroke-green-lighten-2 {
stroke: #81C784;
}
.stroke-green-lighten-1 {
stroke: #66BB6A;
}
.stroke-green-darken-1 {
stroke: #43A047;
}
.stroke-green-darken-2 {
stroke: #388E3C;
}
.stroke-green-darken-3 {
stroke: #2E7D32;
}
.stroke-green-darken-4 {
stroke: #1B5E20;
}
.stroke-green-accent-1 {
stroke: #B9F6CA;
}
.stroke-green-accent-2 {
stroke: #69F0AE;
}
.stroke-green-accent-3 {
stroke: #00E676;
}
.stroke-green-accent-4 {
stroke: #00C853;
}
/* Light Green */
.stroke-light-green {
stroke: #8BC34A;
}
.stroke-light-green-lighten-5 {
stroke: #F1F8E9;
}
.stroke-light-green-lighten-4 {
stroke: #DCEDC8;
}
.stroke-light-green-lighten-3 {
stroke: #C5E1A5;
}
.stroke-light-green-lighten-2 {
stroke: #AED581;
}
.stroke-light-green-lighten-1 {
stroke: #9CCC65;
}
.stroke-light-green-darken-1 {
stroke: #7CB342;
}
.stroke-light-green-darken-2 {
stroke: #689F38;
}
.stroke-light-green-darken-3 {
stroke: #558B2F;
}
.stroke-light-green-darken-4 {
stroke: #33691E;
}
.stroke-light-green-accent-1 {
stroke: #CCFF90;
}
.stroke-light-green-accent-2 {
stroke: #B2FF59;
}
.stroke-light-green-accent-3 {
stroke: #76FF03;
}
.stroke-light-green-accent-4 {
stroke: #64DD17;
}
/* Lime */
.stroke-lime {
stroke: #CDDC39;
}
.stroke-lime-lighten-5 {
stroke: #F9FBE7;
}
.stroke-lime-lighten-4 {
stroke: #F0F4C3;
}
.stroke-lime-lighten-3 {
stroke: #E6EE9C;
}
.stroke-lime-lighten-2 {
stroke: #DCE775;
}
.stroke-lime-lighten-1 {
stroke: #D4E157;
}
.stroke-lime-darken-1 {
stroke: #C0CA33;
}
.stroke-lime-darken-2 {
stroke: #AFB42B;
}
.stroke-lime-darken-3 {
stroke: #9E9D24;
}
.stroke-lime-darken-4 {
stroke: #827717;
}
.stroke-lime-accent-1 {
stroke: #F4FF81;
}
.stroke-lime-accent-2 {
stroke: #EEFF41;
}
.stroke-lime-accent-3 {
stroke: #C6FF00;
}
.stroke-lime-accent-4 {
stroke: #AEEA00;
}
/* Yellow */
.stroke-yellow {
stroke: #FFEB3B;
}
.stroke-yellow-lighten-5 {
stroke: #FFFDE7;
}
.stroke-yellow-lighten-4 {
stroke: #FFF9C4;
}
.stroke-yellow-lighten-3 {
stroke: #FFF59D;
}
.stroke-yellow-lighten-2 {
stroke: #FFF176;
}
.stroke-yellow-lighten-1 {
stroke: #FFEE58;
}
.stroke-yellow-darken-1 {
stroke: #FDD835;
}
.stroke-yellow-darken-2 {
stroke: #FBC02D;
}
.stroke-yellow-darken-3 {
stroke: #F9A825;
}
.stroke-yellow-darken-4 {
stroke: #F57F17;
}
.stroke-yellow-accent-1 {
stroke: #FFFF8D;
}
.stroke-yellow-accent-2 {
stroke: #FFFF00;
}
.stroke-yellow-accent-3 {
stroke: #FFEA00;
}
.stroke-yellow-accent-4 {
stroke: #FFD600;
}
/* Amber */
.stroke-amber {
stroke: #FFC107;
}
.stroke-amber-lighten-5 {
stroke: #FFF8E1;
}
.stroke-amber-lighten-4 {
stroke: #FFECB3;
}
.stroke-amber-lighten-3 {
stroke: #FFE082;
}
.stroke-amber-lighten-2 {
stroke: #FFD54F;
}
.stroke-amber-lighten-1 {
stroke: #FFCA28;
}
.stroke-amber-darken-1 {
stroke: #FFB300;
}
.stroke-amber-darken-2 {
stroke: #FFA000;
}
.stroke-amber-darken-3 {
stroke: #FF8F00;
}
.stroke-amber-darken-4 {
stroke: #FF6F00;
}
.stroke-amber-accent-1 {
stroke: #FFE57F;
}
.stroke-amber-accent-2 {
stroke: #FFD740;
}
.stroke-amber-accent-3 {
stroke: #FFC400;
}
.stroke-amber-accent-4 {
stroke: #FFAB00;
}
/* Orange */
.stroke-orange {
stroke: #FF9800;
}
.stroke-orange-lighten-5 {
stroke: #FFF3E0;
}
.stroke-orange-lighten-4 {
stroke: #FFE0B2;
}
.stroke-orange-lighten-3 {
stroke: #FFCC80;
}
.stroke-orange-lighten-2 {
stroke: #FFB74D;
}
.stroke-orange-lighten-1 {
stroke: #FFA726;
}
.stroke-orange-darken-1 {
stroke: #FB8C00;
}
.stroke-orange-darken-2 {
stroke: #F57C00;
}
.stroke-orange-darken-3 {
stroke: #EF6C00;
}
.stroke-orange-darken-4 {
stroke: #E65100;
}
.stroke-orange-accent-1 {
stroke: #FFD180;
}
.stroke-orange-accent-2 {
stroke: #FFAB40;
}
.stroke-orange-accent-3 {
stroke: #FF9100;
}
.stroke-orange-accent-4 {
stroke: #FF6D00;
}
/* Deep Orange */
.stroke-deep-orange {
stroke: #FF5722;
}
.stroke-deep-orange-lighten-5 {
stroke: #FBE9E7;
}
.stroke-deep-orange-lighten-4 {
stroke: #FFCCBC;
}
.stroke-deep-orange-lighten-3 {
stroke: #FFAB91;
}
.stroke-deep-orange-lighten-2 {
stroke: #FF8A65;
}
.stroke-deep-orange-lighten-1 {
stroke: #FF7043;
}
.stroke-deep-orange-darken-1 {
stroke: #F4511E;
}
.stroke-deep-orange-darken-2 {
stroke: #E64A19;
}
.stroke-deep-orange-darken-3 {
stroke: #D84315;
}
.stroke-deep-orange-darken-4 {
stroke: #BF360C;
}
.stroke-deep-orange-accent-1 {
stroke: #FF9E80;
}
.stroke-deep-orange-accent-2 {
stroke: #FF6E40;
}
.stroke-deep-orange-accent-3 {
stroke: #FF3D00;
}
.stroke-deep-orange-accent-4 {
stroke: #DD2C00;
}
/* Brown */
.stroke-brown {
stroke: #795548;
}
.stroke-brown-lighten-5 {
stroke: #EFEBE9;
}
.stroke-brown-lighten-4 {
stroke: #D7CCC8;
}
.stroke-brown-lighten-3 {
stroke: #BCAAA4;
}
.stroke-brown-lighten-2 {
stroke: #A1887F;
}
.stroke-brown-lighten-1 {
stroke: #8D6E63;
}
.stroke-brown-darken-1 {
stroke: #6D4C41;
}
.stroke-brown-darken-2 {
stroke: #5D4037;
}
.stroke-brown-darken-3 {
stroke: #4E342E;
}
.stroke-brown-darken-4 {
stroke: #3E2723;
}
/* Blue Gray */
.stroke-blue-grey {
stroke: #607D8B;
}
.stroke-blue-grey-lighten-5 {
stroke: #ECEFF1;
}
.stroke-blue-grey-lighten-4 {
stroke: #CFD8DC;
}
.stroke-blue-grey-lighten-3 {
stroke: #B0BEC5;
}
.stroke-blue-grey-lighten-2 {
stroke: #90A4AE;
}
.stroke-blue-grey-lighten-1 {
stroke: #78909C;
}
.stroke-blue-grey-darken-1 {
stroke: #546E7A;
}
.stroke-blue-grey-darken-2 {
stroke: #455A64;
}
.stroke-blue-grey-darken-3 {
stroke: #37474F;
}
.stroke-blue-grey-darken-4 {
stroke: #263238;
}
/* Gray */
.stroke-grey {
stroke: #9E9E9E;
}
.stroke-grey-lighten-5 {
stroke: #FAFAFA;
}
.stroke-grey-lighten-4 {
stroke: #F5F5F5;
}
.stroke-grey-lighten-3 {
stroke: #EEEEEE;
}
.stroke-grey-lighten-2 {
stroke: #E0E0E0;
}
.stroke-grey-lighten-1 {
stroke: #BDBDBD;
}
.stroke-grey-darken-1 {
stroke: #757575;
}
.stroke-grey-darken-2 {
stroke: #616161;
}
.stroke-grey-darken-3 {
stroke: #424242;
}
.stroke-grey-darken-4 {
stroke: #212121;
}
.stroke-black {
stroke: #000000;
}
.stroke-white {
stroke: #FFFFFF;
}
.stroke-transparent {
stroke: rgba(255,255,255,0);
}
.stroke-darken-80 {
stroke: rgba(0,0,0,0.8);
}
.stroke-darken-60 {
stroke: rgba(0,0,0,0.6);
}
.stroke-darken-40 {
stroke: rgba(0,0,0,0.4);
}
.stroke-darken-20 {
stroke: rgba(0,0,0,0.2);
}
.stroke-lighten-80 {
stroke: rgba(255,255,255,0.8);
}
.stroke-lighten-60 {
stroke: rgba(255,255,255,0.6);
}
.stroke-lighten-40 {
stroke: rgba(255,255,255,0.4);
}
.stroke-lighten-20 {
stroke: rgba(255,255,255,0.2);
} | src/wwwroot/css/colors.css | .bg-red {
background-color: #F44336;
}
.bg-red-lighten-5 {
background-color: #FFEBEE;
}
.bg-red-lighten-4 {
background-color: #FFCDD2;
}
.bg-red-lighten-3 {
background-color: #EF9A9A;
}
.bg-red-lighten-2 {
background-color: #E57373;
}
.bg-red-lighten-1 {
background-color: #EF5350;
}
.bg-red-darken-1 {
background-color: #E53935;
}
.bg-red-darken-2 {
background-color: #D32F2F;
}
.bg-red-darken-3 {
background-color: #C62828;
}
.bg-red-darken-4 {
background-color: #B71C1C;
}
.bg-red-accent-1 {
background-color: #FF8A80;
}
.bg-red-accent-2 {
background-color: #FF5252;
}
.bg-red-accent-3 {
background-color: #FF1744;
}
.bg-red-accent-4 {
background-color: #D50000;
}
/* Pink */
.bg-pink {
background-color: #E91E63;
}
.bg-pink-lighten-5 {
background-color: #FCE4EC;
}
.bg-pink-lighten-4 {
background-color: #F8BBD0;
}
.bg-pink-lighten-3 {
background-color: #F48FB1;
}
.bg-pink-lighten-2 {
background-color: #F06292;
}
.bg-pink-lighten-1 {
background-color: #EC407A;
}
.bg-pink-darken-1 {
background-color: #D81B60;
}
.bg-pink-darken-2 {
background-color: #C2185B;
}
.bg-pink-darken-3 {
background-color: #AD1457;
}
.bg-pink-darken-4 {
background-color: #880E4F;
}
.bg-pink-accent-1 {
background-color: #FF80AB;
}
.bg-pink-accent-2 {
background-color: #FF4081;
}
.bg-pink-accent-3 {
background-color: #F50057;
}
.bg-pink-accent-4 {
background-color: #C51162;
}
/* Purple */
.bg-purple {
background-color: #9C27B0;
}
.bg-purple-lighten-5 {
background-color: #F3E5F5;
}
.bg-purple-lighten-4 {
background-color: #E1BEE7;
}
.bg-purple-lighten-3 {
background-color: #CE93D8;
}
.bg-purple-lighten-2 {
background-color: #BA68C8;
}
.bg-purple-lighten-1 {
background-color: #AB47BC;
}
.bg-purple-darken-1 {
background-color: #8E24AA;
}
.bg-purple-darken-2 {
background-color: #7B1FA2;
}
.bg-purple-darken-3 {
background-color: #6A1B9A;
}
.bg-purple-darken-4 {
background-color: #4A148C;
}
.bg-purple-accent-1 {
background-color: #EA80FC;
}
.bg-purple-accent-2 {
background-color: #E040FB;
}
.bg-purple-accent-3 {
background-color: #D500F9;
}
.bg-purple-accent-4 {
background-color: #AA00FF;
}
/* Deep Purple */
.bg-deep-purple {
background-color: #673AB7;
}
.bg-deep-purple-lighten-5 {
background-color: #EDE7F6;
}
.bg-deep-purple-lighten-4 {
background-color: #D1C4E9;
}
.bg-deep-purple-lighten-3 {
background-color: #B39DDB;
}
.bg-deep-purple-lighten-2 {
background-color: #9575CD;
}
.bg-deep-purple-lighten-1 {
background-color: #7E57C2;
}
.bg-deep-purple-darken-1 {
background-color: #5E35B1;
}
.bg-deep-purple-darken-2 {
background-color: #512DA8;
}
.bg-deep-purple-darken-3 {
background-color: #4527A0;
}
.bg-deep-purple-darken-4 {
background-color: #311B92;
}
.bg-deep-purple-accent-1 {
background-color: #B388FF;
}
.bg-deep-purple-accent-2 {
background-color: #7C4DFF;
}
.bg-deep-purple-accent-3 {
background-color: #651FFF;
}
.bg-deep-purple-accent-4 {
background-color: #6200EA;
}
/* Indigo */
.bg-indigo {
background-color: #3F51B5;
}
.bg-indigo-lighten-5 {
background-color: #E8EAF6;
}
.bg-indigo-lighten-4 {
background-color: #C5CAE9;
}
.bg-indigo-lighten-3 {
background-color: #9FA8DA;
}
.bg-indigo-lighten-2 {
background-color: #7986CB;
}
.bg-indigo-lighten-1 {
background-color: #5C6BC0;
}
.bg-indigo-darken-1 {
background-color: #3949AB;
}
.bg-indigo-darken-2 {
background-color: #303F9F;
}
.bg-indigo-darken-3 {
background-color: #283593;
}
.bg-indigo-darken-4 {
background-color: #1A237E;
}
.bg-indigo-accent-1 {
background-color: #8C9EFF;
}
.bg-indigo-accent-2 {
background-color: #536DFE;
}
.bg-indigo-accent-3 {
background-color: #3D5AFE;
}
.bg-indigo-accent-4 {
background-color: #304FFE;
}
/* blue */
.bg-blue {
background-color: #2196F3;
}
.bg-blue-lighten-5 {
background-color: #E3F2FD;
}
.bg-blue-lighten-4 {
background-color: #BBDEFB;
}
.bg-blue-lighten-3 {
background-color: #90CAF9;
}
.bg-blue-lighten-2 {
background-color: #64B5F6;
}
.bg-blue-lighten-1 {
background-color: #42A5F5;
}
.bg-blue-darken-1 {
background-color: #1E88E5;
}
.bg-blue-darken-2 {
background-color: #1976D2;
}
.bg-blue-darken-3 {
background-color: #1565C0;
}
.bg-blue-darken-4 {
background-color: #0D47A1;
}
.bg-blue-accent-1 {
background-color: #82B1FF;
}
.bg-blue-accent-2 {
background-color: #448AFF;
}
.bg-blue-accent-3 {
background-color: #2979FF;
}
.bg-blue-accent-4 {
background-color: #2962FF;
}
/* Green */
.bg-green {
background-color: #4CAF50;
}
.bg-green-lighten-5 {
background-color: #E8F5E9;
}
.bg-green-lighten-4 {
background-color: #C8E6C9;
}
.bg-green-lighten-3 {
background-color: #A5D6A7;
}
.bg-green-lighten-2 {
background-color: #81C784;
}
.bg-green-lighten-1 {
background-color: #66BB6A;
}
.bg-green-darken-1 {
background-color: #43A047;
}
.bg-green-darken-2 {
background-color: #388E3C;
}
.bg-green-darken-3 {
background-color: #2E7D32;
}
.bg-green-darken-4 {
background-color: #1B5E20;
}
.bg-green-accent-1 {
background-color: #B9F6CA;
}
.bg-green-accent-2 {
background-color: #69F0AE;
}
.bg-green-accent-3 {
background-color: #00E676;
}
.bg-green-accent-4 {
background-color: #00C853;
}
/* Light Green */
.bg-light-green {
background-color: #8BC34A;
}
.bg-light-green-lighten-5 {
background-color: #F1F8E9;
}
.bg-light-green-lighten-4 {
background-color: #DCEDC8;
}
.bg-light-green-lighten-3 {
background-color: #C5E1A5;
}
.bg-light-green-lighten-2 {
background-color: #AED581;
}
.bg-light-green-lighten-1 {
background-color: #9CCC65;
}
.bg-light-green-darken-1 {
background-color: #7CB342;
}
.bg-light-green-darken-2 {
background-color: #689F38;
}
.bg-light-green-darken-3 {
background-color: #558B2F;
}
.bg-light-green-darken-4 {
background-color: #33691E;
}
.bg-light-green-accent-1 {
background-color: #CCFF90;
}
.bg-light-green-accent-2 {
background-color: #B2FF59;
}
.bg-light-green-accent-3 {
background-color: #76FF03;
}
.bg-light-green-accent-4 {
background-color: #64DD17;
}
/* Lime */
.bg-lime {
background-color: #CDDC39;
}
.bg-lime-lighten-5 {
background-color: #F9FBE7;
}
.bg-lime-lighten-4 {
background-color: #F0F4C3;
}
.bg-lime-lighten-3 {
background-color: #E6EE9C;
}
.bg-lime-lighten-2 {
background-color: #DCE775;
}
.bg-lime-lighten-1 {
background-color: #D4E157;
}
.bg-lime-darken-1 {
background-color: #C0CA33;
}
.bg-lime-darken-2 {
background-color: #AFB42B;
}
.bg-lime-darken-3 {
background-color: #9E9D24;
}
.bg-lime-darken-4 {
background-color: #827717;
}
.bg-lime-accent-1 {
background-color: #F4FF81;
}
.bg-lime-accent-2 {
background-color: #EEFF41;
}
.bg-lime-accent-3 {
background-color: #C6FF00;
}
.bg-lime-accent-4 {
background-color: #AEEA00;
}
/* Yellow */
.bg-yellow {
background-color: #FFEB3B;
}
.bg-yellow-lighten-5 {
background-color: #FFFDE7;
}
.bg-yellow-lighten-4 {
background-color: #FFF9C4;
}
.bg-yellow-lighten-3 {
background-color: #FFF59D;
}
.bg-yellow-lighten-2 {
background-color: #FFF176;
}
.bg-yellow-lighten-1 {
background-color: #FFEE58;
}
.bg-yellow-darken-1 {
background-color: #FDD835;
}
.bg-yellow-darken-2 {
background-color: #FBC02D;
}
.bg-yellow-darken-3 {
background-color: #F9A825;
}
.bg-yellow-darken-4 {
background-color: #F57F17;
}
.bg-yellow-accent-1 {
background-color: #FFFF8D;
}
.bg-yellow-accent-2 {
background-color: #FFFF00;
}
.bg-yellow-accent-3 {
background-color: #FFEA00;
}
.bg-yellow-accent-4 {
background-color: #FFD600;
}
/* Amber */
.bg-amber {
background-color: #FFC107;
}
.bg-amber-lighten-5 {
background-color: #FFF8E1;
}
.bg-amber-lighten-4 {
background-color: #FFECB3;
}
.bg-amber-lighten-3 {
background-color: #FFE082;
}
.bg-amber-lighten-2 {
background-color: #FFD54F;
}
.bg-amber-lighten-1 {
background-color: #FFCA28;
}
.bg-amber-darken-1 {
background-color: #FFB300;
}
.bg-amber-darken-2 {
background-color: #FFA000;
}
.bg-amber-darken-3 {
background-color: #FF8F00;
}
.bg-amber-darken-4 {
background-color: #FF6F00;
}
.bg-amber-accent-1 {
background-color: #FFE57F;
}
.bg-amber-accent-2 {
background-color: #FFD740;
}
.bg-amber-accent-3 {
background-color: #FFC400;
}
.bg-amber-accent-4 {
background-color: #FFAB00;
}
/* Orange */
.bg-orange {
background-color: #FF9800;
}
.bg-orange-lighten-5 {
background-color: #FFF3E0;
}
.bg-orange-lighten-4 {
background-color: #FFE0B2;
}
.bg-orange-lighten-3 {
background-color: #FFCC80;
}
.bg-orange-lighten-2 {
background-color: #FFB74D;
}
.bg-orange-lighten-1 {
background-color: #FFA726;
}
.bg-orange-darken-1 {
background-color: #FB8C00;
}
.bg-orange-darken-2 {
background-color: #F57C00;
}
.bg-orange-darken-3 {
background-color: #EF6C00;
}
.bg-orange-darken-4 {
background-color: #E65100;
}
.bg-orange-accent-1 {
background-color: #FFD180;
}
.bg-orange-accent-2 {
background-color: #FFAB40;
}
.bg-orange-accent-3 {
background-color: #FF9100;
}
.bg-orange-accent-4 {
background-color: #FF6D00;
}
/* Deep Orange */
.bg-deep-orange {
background-color: #FF5722;
}
.bg-deep-orange-lighten-5 {
background-color: #FBE9E7;
}
.bg-deep-orange-lighten-4 {
background-color: #FFCCBC;
}
.bg-deep-orange-lighten-3 {
background-color: #FFAB91;
}
.bg-deep-orange-lighten-2 {
background-color: #FF8A65;
}
.bg-deep-orange-lighten-1 {
background-color: #FF7043;
}
.bg-deep-orange-darken-1 {
background-color: #F4511E;
}
.bg-deep-orange-darken-2 {
background-color: #E64A19;
}
.bg-deep-orange-darken-3 {
background-color: #D84315;
}
.bg-deep-orange-darken-4 {
background-color: #BF360C;
}
.bg-deep-orange-accent-1 {
background-color: #FF9E80;
}
.bg-deep-orange-accent-2 {
background-color: #FF6E40;
}
.bg-deep-orange-accent-3 {
background-color: #FF3D00;
}
.bg-deep-orange-accent-4 {
background-color: #DD2C00;
}
/* Brown */
.bg-brown {
background-color: #795548;
}
.bg-brown-lighten-5 {
background-color: #EFEBE9;
}
.bg-brown-lighten-4 {
background-color: #D7CCC8;
}
.bg-brown-lighten-3 {
background-color: #BCAAA4;
}
.bg-brown-lighten-2 {
background-color: #A1887F;
}
.bg-brown-lighten-1 {
background-color: #8D6E63;
}
.bg-brown-darken-1 {
background-color: #6D4C41;
}
.bg-brown-darken-2 {
background-color: #5D4037;
}
.bg-brown-darken-3 {
background-color: #4E342E;
}
.bg-brown-darken-4 {
background-color: #3E2723;
}
/* Blue Gray */
.bg-blue-grey {
background-color: #607D8B;
}
.bg-blue-grey-lighten-5 {
background-color: #ECEFF1;
}
.bg-blue-grey-lighten-4 {
background-color: #CFD8DC;
}
.bg-blue-grey-lighten-3 {
background-color: #B0BEC5;
}
.bg-blue-grey-lighten-2 {
background-color: #90A4AE;
}
.bg-blue-grey-lighten-1 {
background-color: #78909C;
}
.bg-blue-grey-darken-1 {
background-color: #546E7A;
}
.bg-blue-grey-darken-2 {
background-color: #455A64;
}
.bg-blue-grey-darken-3 {
background-color: #37474F;
}
.bg-blue-grey-darken-4 {
background-color: #263238;
}
/* Gray */
.bg-grey {
background-color: #9E9E9E;
}
.bg-grey-lighten-5 {
background-color: #FAFAFA;
}
.bg-grey-lighten-4 {
background-color: #F5F5F5;
}
.bg-grey-lighten-3 {
background-color: #EEEEEE;
}
.bg-grey-lighten-2 {
background-color: #E0E0E0;
}
.bg-grey-lighten-1 {
background-color: #BDBDBD;
}
.bg-grey-darken-1 {
background-color: #757575;
}
.bg-grey-darken-2 {
background-color: #616161;
}
.bg-grey-darken-3 {
background-color: #424242;
}
.bg-grey-darken-4 {
background-color: #212121;
}
.bg-black {
background-color: #000000;
}
.bg-white {
background-color: #FFFFFF;
}
.bg-transparent {
background-color: rgba(255,255,255,0);
}
.bg-darken-80 {
background-color: rgba(0,0,0,0.8);
}
.bg-darken-60 {
background-color: rgba(0,0,0,0.6);
}
.bg-darken-40 {
background-color: rgba(0,0,0,0.4);
}
.bg-darken-20 {
background-color: rgba(0,0,0,0.2);
}
.bg-lighten-80 {
background-color: rgba(255,255,255,0.8);
}
.bg-lighten-60 {
background-color: rgba(255,255,255,0.6);
}
.bg-lighten-40 {
background-color: rgba(255,255,255,0.4);
}
.bg-lighten-20 {
background-color: rgba(255,255,255,0.2);
}
/* forground */
/* Red */
.fg-red {
color: #F44336;
}
.fg-red-lighten-5 {
color: #FFEBEE;
}
.fg-red-lighten-4 {
color: #FFCDD2;
}
.fg-red-lighten-3 {
color: #EF9A9A;
}
.fg-red-lighten-2 {
color: #E57373;
}
.fg-red-lighten-1 {
color: #EF5350;
}
.fg-red-darken-1 {
color: #E53935;
}
.fg-red-darken-2 {
color: #D32F2F;
}
.fg-red-darken-3 {
color: #C62828;
}
.fg-red-darken-4 {
color: #B71C1C;
}
.fg-red-accent-1 {
color: #FF8A80;
}
.fg-red-accent-2 {
color: #FF5252;
}
.fg-red-accent-3 {
color: #FF1744;
}
.fg-red-accent-4 {
color: #D50000;
}
/* Pink */
.fg-pink {
color: #E91E63;
}
.fg-pink-lighten-5 {
color: #FCE4EC;
}
.fg-pink-lighten-4 {
color: #F8BBD0;
}
.fg-pink-lighten-3 {
color: #F48FB1;
}
.fg-pink-lighten-2 {
color: #F06292;
}
.fg-pink-lighten-1 {
color: #EC407A;
}
.fg-pink-darken-1 {
color: #D81B60;
}
.fg-pink-darken-2 {
color: #C2185B;
}
.fg-pink-darken-3 {
color: #AD1457;
}
.fg-pink-darken-4 {
color: #880E4F;
}
.fg-pink-accent-1 {
color: #FF80AB;
}
.fg-pink-accent-2 {
color: #FF4081;
}
.fg-pink-accent-3 {
color: #F50057;
}
.fg-pink-accent-4 {
color: #C51162;
}
/* Purple */
.fg-purple {
color: #9C27B0;
}
.fg-purple-lighten-5 {
color: #F3E5F5;
}
.fg-purple-lighten-4 {
color: #E1BEE7;
}
.fg-purple-lighten-3 {
color: #CE93D8;
}
.fg-purple-lighten-2 {
color: #BA68C8;
}
.fg-purple-lighten-1 {
color: #AB47BC;
}
.fg-purple-darken-1 {
color: #8E24AA;
}
.fg-purple-darken-2 {
color: #7B1FA2;
}
.fg-purple-darken-3 {
color: #6A1B9A;
}
.fg-purple-darken-4 {
color: #4A148C;
}
.fg-purple-accent-1 {
color: #EA80FC;
}
.fg-purple-accent-2 {
color: #E040FB;
}
.fg-purple-accent-3 {
color: #D500F9;
}
.fg-purple-accent-4 {
color: #AA00FF;
}
/* Deep Purple */
.fg-deep-purple {
color: #673AB7;
}
.fg-deep-purple-lighten-5 {
color: #EDE7F6;
}
.fg-deep-purple-lighten-4 {
color: #D1C4E9;
}
.fg-deep-purple-lighten-3 {
color: #B39DDB;
}
.fg-deep-purple-lighten-2 {
color: #9575CD;
}
.fg-deep-purple-lighten-1 {
color: #7E57C2;
}
.fg-deep-purple-darken-1 {
color: #5E35B1;
}
.fg-deep-purple-darken-2 {
color: #512DA8;
}
.fg-deep-purple-darken-3 {
color: #4527A0;
}
.fg-deep-purple-darken-4 {
color: #311B92;
}
.fg-deep-purple-accent-1 {
color: #B388FF;
}
.fg-deep-purple-accent-2 {
color: #7C4DFF;
}
.fg-deep-purple-accent-3 {
color: #651FFF;
}
.fg-deep-purple-accent-4 {
color: #6200EA;
}
/* Indigo */
.fg-indigo {
color: #3F51B5;
}
.fg-indigo-lighten-5 {
color: #E8EAF6;
}
.fg-indigo-lighten-4 {
color: #C5CAE9;
}
.fg-indigo-lighten-3 {
color: #9FA8DA;
}
.fg-indigo-lighten-2 {
color: #7986CB;
}
.fg-indigo-lighten-1 {
color: #5C6BC0;
}
.fg-indigo-darken-1 {
color: #3949AB;
}
.fg-indigo-darken-2 {
color: #303F9F;
}
.fg-indigo-darken-3 {
color: #283593;
}
.fg-indigo-darken-4 {
color: #1A237E;
}
.fg-indigo-accent-1 {
color: #8C9EFF;
}
.fg-indigo-accent-2 {
color: #536DFE;
}
.fg-indigo-accent-3 {
color: #3D5AFE;
}
.fg-indigo-accent-4 {
color: #304FFE;
}
/* blue */
.fg-blue {
color: #2196F3;
}
.fg-blue-lighten-5 {
color: #E3F2FD;
}
.fg-blue-lighten-4 {
color: #BBDEFB;
}
.fg-blue-lighten-3 {
color: #90CAF9;
}
.fg-blue-lighten-2 {
color: #64B5F6;
}
.fg-blue-lighten-1 {
color: #42A5F5;
}
.fg-blue-darken-1 {
color: #1E88E5;
}
.fg-blue-darken-2 {
color: #1976D2;
}
.fg-blue-darken-3 {
color: #1565C0;
}
.fg-blue-darken-4 {
color: #0D47A1;
}
.fg-blue-accent-1 {
color: #82B1FF;
}
.fg-blue-accent-2 {
color: #448AFF;
}
.fg-blue-accent-3 {
color: #2979FF;
}
.fg-blue-accent-4 {
color: #2962FF;
}
/* Green */
.fg-green {
color: #4CAF50;
}
.fg-green-lighten-5 {
color: #E8F5E9;
}
.fg-green-lighten-4 {
color: #C8E6C9;
}
.fg-green-lighten-3 {
color: #A5D6A7;
}
.fg-green-lighten-2 {
color: #81C784;
}
.fg-green-lighten-1 {
color: #66BB6A;
}
.fg-green-darken-1 {
color: #43A047;
}
.fg-green-darken-2 {
color: #388E3C;
}
.fg-green-darken-3 {
color: #2E7D32;
}
.fg-green-darken-4 {
color: #1B5E20;
}
.fg-green-accent-1 {
color: #B9F6CA;
}
.fg-green-accent-2 {
color: #69F0AE;
}
.fg-green-accent-3 {
color: #00E676;
}
.fg-green-accent-4 {
color: #00C853;
}
/* Light Green */
.fg-light-green {
color: #8BC34A;
}
.fg-light-green-lighten-5 {
color: #F1F8E9;
}
.fg-light-green-lighten-4 {
color: #DCEDC8;
}
.fg-light-green-lighten-3 {
color: #C5E1A5;
}
.fg-light-green-lighten-2 {
color: #AED581;
}
.fg-light-green-lighten-1 {
color: #9CCC65;
}
.fg-light-green-darken-1 {
color: #7CB342;
}
.fg-light-green-darken-2 {
color: #689F38;
}
.fg-light-green-darken-3 {
color: #558B2F;
}
.fg-light-green-darken-4 {
color: #33691E;
}
.fg-light-green-accent-1 {
color: #CCFF90;
}
.fg-light-green-accent-2 {
color: #B2FF59;
}
.fg-light-green-accent-3 {
color: #76FF03;
}
.fg-light-green-accent-4 {
color: #64DD17;
}
/* Lime */
.fg-lime {
color: #CDDC39;
}
.fg-lime-lighten-5 {
color: #F9FBE7;
}
.fg-lime-lighten-4 {
color: #F0F4C3;
}
.fg-lime-lighten-3 {
color: #E6EE9C;
}
.fg-lime-lighten-2 {
color: #DCE775;
}
.fg-lime-lighten-1 {
color: #D4E157;
}
.fg-lime-darken-1 {
color: #C0CA33;
}
.fg-lime-darken-2 {
color: #AFB42B;
}
.fg-lime-darken-3 {
color: #9E9D24;
}
.fg-lime-darken-4 {
color: #827717;
}
.fg-lime-accent-1 {
color: #F4FF81;
}
.fg-lime-accent-2 {
color: #EEFF41;
}
.fg-lime-accent-3 {
color: #C6FF00;
}
.fg-lime-accent-4 {
color: #AEEA00;
}
/* Yellow */
.fg-yellow {
color: #FFEB3B;
}
.fg-yellow-lighten-5 {
color: #FFFDE7;
}
.fg-yellow-lighten-4 {
color: #FFF9C4;
}
.fg-yellow-lighten-3 {
color: #FFF59D;
}
.fg-yellow-lighten-2 {
color: #FFF176;
}
.fg-yellow-lighten-1 {
color: #FFEE58;
}
.fg-yellow-darken-1 {
color: #FDD835;
}
.fg-yellow-darken-2 {
color: #FBC02D;
}
.fg-yellow-darken-3 {
color: #F9A825;
}
.fg-yellow-darken-4 {
color: #F57F17;
}
.fg-yellow-accent-1 {
color: #FFFF8D;
}
.fg-yellow-accent-2 {
color: #FFFF00;
}
.fg-yellow-accent-3 {
color: #FFEA00;
}
.fg-yellow-accent-4 {
color: #FFD600;
}
/* Amber */
.fg-amber {
color: #FFC107;
}
.fg-amber-lighten-5 {
color: #FFF8E1;
}
.fg-amber-lighten-4 {
color: #FFECB3;
}
.fg-amber-lighten-3 {
color: #FFE082;
}
.fg-amber-lighten-2 {
color: #FFD54F;
}
.fg-amber-lighten-1 {
color: #FFCA28;
}
.fg-amber-darken-1 {
color: #FFB300;
}
.fg-amber-darken-2 {
color: #FFA000;
}
.fg-amber-darken-3 {
color: #FF8F00;
}
.fg-amber-darken-4 {
color: #FF6F00;
}
.fg-amber-accent-1 {
color: #FFE57F;
}
.fg-amber-accent-2 {
color: #FFD740;
}
.fg-amber-accent-3 {
color: #FFC400;
}
.fg-amber-accent-4 {
color: #FFAB00;
}
/* Orange */
.fg-orange {
color: #FF9800;
}
.fg-orange-lighten-5 {
color: #FFF3E0;
}
.fg-orange-lighten-4 {
color: #FFE0B2;
}
.fg-orange-lighten-3 {
color: #FFCC80;
}
.fg-orange-lighten-2 {
color: #FFB74D;
}
.fg-orange-lighten-1 {
color: #FFA726;
}
.fg-orange-darken-1 {
color: #FB8C00;
}
.fg-orange-darken-2 {
color: #F57C00;
}
.fg-orange-darken-3 {
color: #EF6C00;
}
.fg-orange-darken-4 {
color: #E65100;
}
.fg-orange-accent-1 {
color: #FFD180;
}
.fg-orange-accent-2 {
color: #FFAB40;
}
.fg-orange-accent-3 {
color: #FF9100;
}
.fg-orange-accent-4 {
color: #FF6D00;
}
/* Deep Orange */
.fg-deep-orange {
color: #FF5722;
}
.fg-deep-orange-lighten-5 {
color: #FBE9E7;
}
.fg-deep-orange-lighten-4 {
color: #FFCCBC;
}
.fg-deep-orange-lighten-3 {
color: #FFAB91;
}
.fg-deep-orange-lighten-2 {
color: #FF8A65;
}
.fg-deep-orange-lighten-1 {
color: #FF7043;
}
.fg-deep-orange-darken-1 {
color: #F4511E;
}
.fg-deep-orange-darken-2 {
color: #E64A19;
}
.fg-deep-orange-darken-3 {
color: #D84315;
}
.fg-deep-orange-darken-4 {
color: #BF360C;
}
.fg-deep-orange-accent-1 {
color: #FF9E80;
}
.fg-deep-orange-accent-2 {
color: #FF6E40;
}
.fg-deep-orange-accent-3 {
color: #FF3D00;
}
.fg-deep-orange-accent-4 {
color: #DD2C00;
}
/* Brown */
.fg-brown {
color: #795548;
}
.fg-brown-lighten-5 {
color: #EFEBE9;
}
.fg-brown-lighten-4 {
color: #D7CCC8;
}
.fg-brown-lighten-3 {
color: #BCAAA4;
}
.fg-brown-lighten-2 {
color: #A1887F;
}
.fg-brown-lighten-1 {
color: #8D6E63;
}
.fg-brown-darken-1 {
color: #6D4C41;
}
.fg-brown-darken-2 {
color: #5D4037;
}
.fg-brown-darken-3 {
color: #4E342E;
}
.fg-brown-darken-4 {
color: #3E2723;
}
/* Blue Gray */
.fg-blue-grey {
color: #607D8B;
}
.fg-blue-grey-lighten-5 {
color: #ECEFF1;
}
.fg-blue-grey-lighten-4 {
color: #CFD8DC;
}
.fg-blue-grey-lighten-3 {
color: #B0BEC5;
}
.fg-blue-grey-lighten-2 {
color: #90A4AE;
}
.fg-blue-grey-lighten-1 {
color: #78909C;
}
.fg-blue-grey-darken-1 {
color: #546E7A;
}
.fg-blue-grey-darken-2 {
color: #455A64;
}
.fg-blue-grey-darken-3 {
color: #37474F;
}
.fg-blue-grey-darken-4 {
color: #263238;
}
/* Gray */
.fg-grey {
color: #9E9E9E;
}
.fg-grey-lighten-5 {
color: #FAFAFA;
}
.fg-grey-lighten-4 {
color: #F5F5F5;
}
.fg-grey-lighten-3 {
color: #EEEEEE;
}
.fg-grey-lighten-2 {
color: #E0E0E0;
}
.fg-grey-lighten-1 {
color: #BDBDBD;
}
.fg-grey-darken-1 {
color: #757575;
}
.fg-grey-darken-2 {
color: #616161;
}
.fg-grey-darken-3 {
color: #424242;
}
.fg-grey-darken-4 {
color: #212121;
}
.fg-black {
color: #000000;
}
.fg-white {
color: #FFFFFF;
}
.fg-transparent {
color: rgba(255,255,255,0);
}
.fg-darken-80 {
color: rgba(0,0,0,0.8);
}
.fg-darken-60 {
color: rgba(0,0,0,0.6);
}
.fg-darken-40 {
color: rgba(0,0,0,0.4);
}
.fg-darken-20 {
color: rgba(0,0,0,0.2);
}
.fg-lighten-80 {
color: rgba(255,255,255,0.8);
}
.fg-lighten-60 {
color: rgba(255,255,255,0.6);
}
.fg-lighten-40 {
color: rgba(255,255,255,0.4);
}
.fg-lighten-20 {
color: rgba(255,255,255,0.2);
}
.hover-bg-red:hover {
background-color: #F44336;
}
.hover-bg-red-lighten-5:hover {
background-color: #FFEBEE;
}
.hover-bg-red-lighten-4:hover {
background-color: #FFCDD2;
}
.hover-bg-red-lighten-3:hover {
background-color: #EF9A9A;
}
.hover-bg-red-lighten-2:hover {
background-color: #E57373;
}
.hover-bg-red-lighten-1:hover {
background-color: #EF5350;
}
.hover-bg-red-darken-1:hover {
background-color: #E53935;
}
.hover-bg-red-darken-2:hover {
background-color: #D32F2F;
}
.hover-bg-red-darken-3:hover {
background-color: #C62828;
}
.hover-bg-red-darken-4:hover {
background-color: #B71C1C;
}
.hover-bg-red-accent-1:hover {
background-color: #FF8A80;
}
.hover-bg-red-accent-2:hover {
background-color: #FF5252;
}
.hover-bg-red-accent-3:hover {
background-color: #FF1744;
}
.hover-bg-red-accent-4:hover {
background-color: #D50000;
}
/* Pink */
.hover-bg-pink:hover {
background-color: #E91E63;
}
.hover-bg-pink-lighten-5:hover {
background-color: #FCE4EC;
}
.hover-bg-pink-lighten-4:hover {
background-color: #F8BBD0;
}
.hover-bg-pink-lighten-3:hover {
background-color: #F48FB1;
}
.hover-bg-pink-lighten-2:hover {
background-color: #F06292;
}
.hover-bg-pink-lighten-1:hover {
background-color: #EC407A;
}
.hover-bg-pink-darken-1:hover {
background-color: #D81B60;
}
.hover-bg-pink-darken-2:hover {
background-color: #C2185B;
}
.hover-bg-pink-darken-3:hover {
background-color: #AD1457;
}
.hover-bg-pink-darken-4:hover {
background-color: #880E4F;
}
.hover-bg-pink-accent-1:hover {
background-color: #FF80AB;
}
.hover-bg-pink-accent-2:hover {
background-color: #FF4081;
}
.hover-bg-pink-accent-3:hover {
background-color: #F50057;
}
.hover-bg-pink-accent-4:hover {
background-color: #C51162;
}
/* Purple */
.hover-bg-purple:hover {
background-color: #9C27B0;
}
.hover-bg-purple-lighten-5:hover {
background-color: #F3E5F5;
}
.hover-bg-purple-lighten-4:hover {
background-color: #E1BEE7;
}
.hover-bg-purple-lighten-3:hover {
background-color: #CE93D8;
}
.hover-bg-purple-lighten-2:hover {
background-color: #BA68C8;
}
.hover-bg-purple-lighten-1:hover {
background-color: #AB47BC;
}
.hover-bg-purple-darken-1:hover {
background-color: #8E24AA;
}
.hover-bg-purple-darken-2:hover {
background-color: #7B1FA2;
}
.hover-bg-purple-darken-3:hover {
background-color: #6A1B9A;
}
.hover-bg-purple-darken-4:hover {
background-color: #4A148C;
}
.hover-bg-purple-accent-1:hover {
background-color: #EA80FC;
}
.hover-bg-purple-accent-2:hover {
background-color: #E040FB;
}
.hover-bg-purple-accent-3:hover {
background-color: #D500F9;
}
.hover-bg-purple-accent-4:hover {
background-color: #AA00FF;
}
/* Deep Purple */
.hover-bg-deep-purple:hover {
background-color: #673AB7;
}
.hover-bg-deep-purple-lighten-5:hover {
background-color: #EDE7F6;
}
.hover-bg-deep-purple-lighten-4:hover {
background-color: #D1C4E9;
}
.hover-bg-deep-purple-lighten-3:hover {
background-color: #B39DDB;
}
.hover-bg-deep-purple-lighten-2:hover {
background-color: #9575CD;
}
.hover-bg-deep-purple-lighten-1:hover {
background-color: #7E57C2;
}
.hover-bg-deep-purple-darken-1:hover {
background-color: #5E35B1;
}
.hover-bg-deep-purple-darken-2:hover {
background-color: #512DA8;
}
.hover-bg-deep-purple-darken-3:hover {
background-color: #4527A0;
}
.hover-bg-deep-purple-darken-4:hover {
background-color: #311B92;
}
.hover-bg-deep-purple-accent-1:hover {
background-color: #B388FF;
}
.hover-bg-deep-purple-accent-2:hover {
background-color: #7C4DFF;
}
.hover-bg-deep-purple-accent-3:hover {
background-color: #651FFF;
}
.hover-bg-deep-purple-accent-4:hover {
background-color: #6200EA;
}
/* Indigo */
.hover-bg-indigo:hover {
background-color: #3F51B5;
}
.hover-bg-indigo-lighten-5:hover {
background-color: #E8EAF6;
}
.hover-bg-indigo-lighten-4:hover {
background-color: #C5CAE9;
}
.hover-bg-indigo-lighten-3:hover {
background-color: #9FA8DA;
}
.hover-bg-indigo-lighten-2:hover {
background-color: #7986CB;
}
.hover-bg-indigo-lighten-1:hover {
background-color: #5C6BC0;
}
.hover-bg-indigo-darken-1:hover {
background-color: #3949AB;
}
.hover-bg-indigo-darken-2:hover {
background-color: #303F9F;
}
.hover-bg-indigo-darken-3:hover {
background-color: #283593;
}
.hover-bg-indigo-darken-4:hover {
background-color: #1A237E;
}
.hover-bg-indigo-accent-1:hover {
background-color: #8C9EFF;
}
.hover-bg-indigo-accent-2:hover {
background-color: #536DFE;
}
.hover-bg-indigo-accent-3:hover {
background-color: #3D5AFE;
}
.hover-bg-indigo-accent-4:hover {
background-color: #304FFE;
}
/* blue */
.hover-bg-blue:hover {
background-color: #2196F3;
}
.hover-bg-blue-lighten-5:hover {
background-color: #E3F2FD;
}
.hover-bg-blue-lighten-4:hover {
background-color: #BBDEFB;
}
.hover-bg-blue-lighten-3:hover {
background-color: #90CAF9;
}
.hover-bg-blue-lighten-2:hover {
background-color: #64B5F6;
}
.hover-bg-blue-lighten-1:hover {
background-color: #42A5F5;
}
.hover-bg-blue-darken-1:hover {
background-color: #1E88E5;
}
.hover-bg-blue-darken-2:hover {
background-color: #1976D2;
}
.hover-bg-blue-darken-3:hover {
background-color: #1565C0;
}
.hover-bg-blue-darken-4:hover {
background-color: #0D47A1;
}
.hover-bg-blue-accent-1:hover {
background-color: #82B1FF;
}
.hover-bg-blue-accent-2:hover {
background-color: #448AFF;
}
.hover-bg-blue-accent-3:hover {
background-color: #2979FF;
}
.hover-bg-blue-accent-4:hover {
background-color: #2962FF;
}
/* Green */
.hover-bg-green:hover {
background-color: #4CAF50;
}
.hover-bg-green-lighten-5:hover {
background-color: #E8F5E9;
}
.hover-bg-green-lighten-4:hover {
background-color: #C8E6C9;
}
.hover-bg-green-lighten-3:hover {
background-color: #A5D6A7;
}
.hover-bg-green-lighten-2:hover {
background-color: #81C784;
}
.hover-bg-green-lighten-1:hover {
background-color: #66BB6A;
}
.hover-bg-green-darken-1:hover {
background-color: #43A047;
}
.hover-bg-green-darken-2:hover {
background-color: #388E3C;
}
.hover-bg-green-darken-3:hover {
background-color: #2E7D32;
}
.hover-bg-green-darken-4:hover {
background-color: #1B5E20;
}
.hover-bg-green-accent-1:hover {
background-color: #B9F6CA;
}
.hover-bg-green-accent-2:hover {
background-color: #69F0AE;
}
.hover-bg-green-accent-3:hover {
background-color: #00E676;
}
.hover-bg-green-accent-4:hover {
background-color: #00C853;
}
/* Light Green */
.hover-bg-light-green:hover {
background-color: #8BC34A;
}
.hover-bg-light-green-lighten-5:hover {
background-color: #F1F8E9;
}
.hover-bg-light-green-lighten-4:hover {
background-color: #DCEDC8;
}
.hover-bg-light-green-lighten-3:hover {
background-color: #C5E1A5;
}
.hover-bg-light-green-lighten-2:hover {
background-color: #AED581;
}
.hover-bg-light-green-lighten-1:hover {
background-color: #9CCC65;
}
.hover-bg-light-green-darken-1:hover {
background-color: #7CB342;
}
.hover-bg-light-green-darken-2:hover {
background-color: #689F38;
}
.hover-bg-light-green-darken-3:hover {
background-color: #558B2F;
}
.hover-bg-light-green-darken-4:hover {
background-color: #33691E;
}
.hover-bg-light-green-accent-1:hover {
background-color: #CCFF90;
}
.hover-bg-light-green-accent-2:hover {
background-color: #B2FF59;
}
.hover-bg-light-green-accent-3:hover {
background-color: #76FF03;
}
.hover-bg-light-green-accent-4:hover {
background-color: #64DD17;
}
/* Lime */
.hover-bg-lime:hover {
background-color: #CDDC39;
}
.hover-bg-lime-lighten-5:hover {
background-color: #F9FBE7;
}
.hover-bg-lime-lighten-4:hover {
background-color: #F0F4C3;
}
.hover-bg-lime-lighten-3:hover {
background-color: #E6EE9C;
}
.hover-bg-lime-lighten-2:hover {
background-color: #DCE775;
}
.hover-bg-lime-lighten-1:hover {
background-color: #D4E157;
}
.hover-bg-lime-darken-1:hover {
background-color: #C0CA33;
}
.hover-bg-lime-darken-2:hover {
background-color: #AFB42B;
}
.hover-bg-lime-darken-3:hover {
background-color: #9E9D24;
}
.hover-bg-lime-darken-4:hover {
background-color: #827717;
}
.hover-bg-lime-accent-1:hover {
background-color: #F4FF81;
}
.hover-bg-lime-accent-2:hover {
background-color: #EEFF41;
}
.hover-bg-lime-accent-3:hover {
background-color: #C6FF00;
}
.hover-bg-lime-accent-4:hover {
background-color: #AEEA00;
}
/* Yellow */
.hover-bg-yellow:hover {
background-color: #FFEB3B;
}
.hover-bg-yellow-lighten-5:hover {
background-color: #FFFDE7;
}
.hover-bg-yellow-lighten-4:hover {
background-color: #FFF9C4;
}
.hover-bg-yellow-lighten-3:hover {
background-color: #FFF59D;
}
.hover-bg-yellow-lighten-2:hover {
background-color: #FFF176;
}
.hover-bg-yellow-lighten-1:hover {
background-color: #FFEE58;
}
.hover-bg-yellow-darken-1:hover {
background-color: #FDD835;
}
.hover-bg-yellow-darken-2:hover {
background-color: #FBC02D;
}
.hover-bg-yellow-darken-3:hover {
background-color: #F9A825;
}
.hover-bg-yellow-darken-4:hover {
background-color: #F57F17;
}
.hover-bg-yellow-accent-1:hover {
background-color: #FFFF8D;
}
.hover-bg-yellow-accent-2:hover {
background-color: #FFFF00;
}
.hover-bg-yellow-accent-3:hover {
background-color: #FFEA00;
}
.hover-bg-yellow-accent-4:hover {
background-color: #FFD600;
}
/* Amber */
.hover-bg-amber:hover {
background-color: #FFC107;
}
.hover-bg-amber-lighten-5:hover {
background-color: #FFF8E1;
}
.hover-bg-amber-lighten-4:hover {
background-color: #FFECB3;
}
.hover-bg-amber-lighten-3:hover {
background-color: #FFE082;
}
.hover-bg-amber-lighten-2:hover {
background-color: #FFD54F;
}
.hover-bg-amber-lighten-1:hover {
background-color: #FFCA28;
}
.hover-bg-amber-darken-1:hover {
background-color: #FFB300;
}
.hover-bg-amber-darken-2:hover {
background-color: #FFA000;
}
.hover-bg-amber-darken-3:hover {
background-color: #FF8F00;
}
.hover-bg-amber-darken-4:hover {
background-color: #FF6F00;
}
.hover-bg-amber-accent-1:hover {
background-color: #FFE57F;
}
.hover-bg-amber-accent-2:hover {
background-color: #FFD740;
}
.hover-bg-amber-accent-3:hover {
background-color: #FFC400;
}
.hover-bg-amber-accent-4:hover {
background-color: #FFAB00;
}
/* Orange */
.hover-bg-orange:hover {
background-color: #FF9800;
}
.hover-bg-orange-lighten-5:hover {
background-color: #FFF3E0;
}
.hover-bg-orange-lighten-4:hover {
background-color: #FFE0B2;
}
.hover-bg-orange-lighten-3:hover {
background-color: #FFCC80;
}
.hover-bg-orange-lighten-2:hover {
background-color: #FFB74D;
}
.hover-bg-orange-lighten-1:hover {
background-color: #FFA726;
}
.hover-bg-orange-darken-1:hover {
background-color: #FB8C00;
}
.hover-bg-orange-darken-2:hover {
background-color: #F57C00;
}
.hover-bg-orange-darken-3:hover {
background-color: #EF6C00;
}
.hover-bg-orange-darken-4:hover {
background-color: #E65100;
}
.hover-bg-orange-accent-1:hover {
background-color: #FFD180;
}
.hover-bg-orange-accent-2:hover {
background-color: #FFAB40;
}
.hover-bg-orange-accent-3:hover {
background-color: #FF9100;
}
.hover-bg-orange-accent-4:hover {
background-color: #FF6D00;
}
/* Deep Orange */
.hover-bg-deep-orange:hover {
background-color: #FF5722;
}
.hover-bg-deep-orange-lighten-5:hover {
background-color: #FBE9E7;
}
.hover-bg-deep-orange-lighten-4:hover {
background-color: #FFCCBC;
}
.hover-bg-deep-orange-lighten-3:hover {
background-color: #FFAB91;
}
.hover-bg-deep-orange-lighten-2:hover {
background-color: #FF8A65;
}
.hover-bg-deep-orange-lighten-1:hover {
background-color: #FF7043;
}
.hover-bg-deep-orange-darken-1:hover {
background-color: #F4511E;
}
.hover-bg-deep-orange-darken-2:hover {
background-color: #E64A19;
}
.hover-bg-deep-orange-darken-3:hover {
background-color: #D84315;
}
.hover-bg-deep-orange-darken-4:hover {
background-color: #BF360C;
}
.hover-bg-deep-orange-accent-1:hover {
background-color: #FF9E80;
}
.hover-bg-deep-orange-accent-2:hover {
background-color: #FF6E40;
}
.hover-bg-deep-orange-accent-3:hover {
background-color: #FF3D00;
}
.hover-bg-deep-orange-accent-4:hover {
background-color: #DD2C00;
}
/* Brown */
.hover-bg-brown:hover {
background-color: #795548;
}
.hover-bg-brown-lighten-5:hover {
background-color: #EFEBE9;
}
.hover-bg-brown-lighten-4:hover {
background-color: #D7CCC8;
}
.hover-bg-brown-lighten-3:hover {
background-color: #BCAAA4;
}
.hover-bg-brown-lighten-2:hover {
background-color: #A1887F;
}
.hover-bg-brown-lighten-1:hover {
background-color: #8D6E63;
}
.hover-bg-brown-darken-1:hover {
background-color: #6D4C41;
}
.hover-bg-brown-darken-2:hover {
background-color: #5D4037;
}
.hover-bg-brown-darken-3:hover {
background-color: #4E342E;
}
.hover-bg-brown-darken-4:hover {
background-color: #3E2723;
}
/* Blue Gray */
.hover-bg-blue-grey:hover {
background-color: #607D8B;
}
.hover-bg-blue-grey-lighten-5:hover {
background-color: #ECEFF1;
}
.hover-bg-blue-grey-lighten-4:hover {
background-color: #CFD8DC;
}
.hover-bg-blue-grey-lighten-3:hover {
background-color: #B0BEC5;
}
.hover-bg-blue-grey-lighten-2:hover {
background-color: #90A4AE;
}
.hover-bg-blue-grey-lighten-1:hover {
background-color: #78909C;
}
.hover-bg-blue-grey-darken-1:hover {
background-color: #546E7A;
}
.hover-bg-blue-grey-darken-2:hover {
background-color: #455A64;
}
.hover-bg-blue-grey-darken-3:hover {
background-color: #37474F;
}
.hover-bg-blue-grey-darken-4:hover {
background-color: #263238;
}
/* Gray */
.hover-bg-grey:hover {
background-color: #9E9E9E;
}
.hover-bg-grey-lighten-5:hover {
background-color: #FAFAFA;
}
.hover-bg-grey-lighten-4:hover {
background-color: #F5F5F5;
}
.hover-bg-grey-lighten-3:hover {
background-color: #EEEEEE;
}
.hover-bg-grey-lighten-2:hover {
background-color: #E0E0E0;
}
.hover-bg-grey-lighten-1:hover {
background-color: #BDBDBD;
}
.hover-bg-grey-darken-1:hover {
background-color: #757575;
}
.hover-bg-grey-darken-2:hover {
background-color: #616161;
}
.hover-bg-grey-darken-3:hover {
background-color: #424242;
}
.hover-bg-grey-darken-4:hover {
background-color: #212121;
}
.hover-bg-black:hover {
background-color: #000000;
}
.hover-bg-white:hover {
background-color: #FFFFFF;
}
.hover-bg-transparent:hover {
background-color: rgba(255,255,255,0);
}
.hover-bg-darken-80:hover {
background-color: rgba(0,0,0,0.8);
}
.hover-bg-darken-60:hover {
background-color: rgba(0,0,0,0.6);
}
.hover-bg-darken-40:hover {
background-color: rgba(0,0,0,0.4);
}
.hover-bg-darken-20:hover {
background-color: rgba(0,0,0,0.2);
}
.hover-bg-lighten-80:hover {
background-color: rgba(255,255,255,0.8);
}
.hover-bg-lighten-60:hover {
background-color: rgba(255,255,255,0.6);
}
.hover-bg-lighten-40:hover {
background-color: rgba(255,255,255,0.4);
}
.hover-bg-lighten-20:hover {
background-color: rgba(255,255,255,0.2);
}
/* forground */
/* Red */
.hover-fg-red:hover {
color: #F44336;
}
.hover-fg-red-lighten-5:hover {
color: #FFEBEE;
}
.hover-fg-red-lighten-4:hover {
color: #FFCDD2;
}
.hover-fg-red-lighten-3:hover {
color: #EF9A9A;
}
.hover-fg-red-lighten-2:hover {
color: #E57373;
}
.hover-fg-red-lighten-1:hover {
color: #EF5350;
}
.hover-fg-red-darken-1:hover {
color: #E53935;
}
.hover-fg-red-darken-2:hover {
color: #D32F2F;
}
.hover-fg-red-darken-3:hover {
color: #C62828;
}
.hover-fg-red-darken-4:hover {
color: #B71C1C;
}
.hover-fg-red-accent-1:hover {
color: #FF8A80;
}
.hover-fg-red-accent-2:hover {
color: #FF5252;
}
.hover-fg-red-accent-3:hover {
color: #FF1744;
}
.hover-fg-red-accent-4:hover {
color: #D50000;
}
/* Pink */
.hover-fg-pink:hover {
color: #E91E63;
}
.hover-fg-pink-lighten-5:hover {
color: #FCE4EC;
}
.hover-fg-pink-lighten-4:hover {
color: #F8BBD0;
}
.hover-fg-pink-lighten-3:hover {
color: #F48FB1;
}
.hover-fg-pink-lighten-2:hover {
color: #F06292;
}
.hover-fg-pink-lighten-1:hover {
color: #EC407A;
}
.hover-fg-pink-darken-1:hover {
color: #D81B60;
}
.hover-fg-pink-darken-2:hover {
color: #C2185B;
}
.hover-fg-pink-darken-3:hover {
color: #AD1457;
}
.hover-fg-pink-darken-4:hover {
color: #880E4F;
}
.hover-fg-pink-accent-1:hover {
color: #FF80AB;
}
.hover-fg-pink-accent-2:hover {
color: #FF4081;
}
.hover-fg-pink-accent-3:hover {
color: #F50057;
}
.hover-fg-pink-accent-4:hover {
color: #C51162;
}
/* Purple */
.hover-fg-purple:hover {
color: #9C27B0;
}
.hover-fg-purple-lighten-5:hover {
color: #F3E5F5;
}
.hover-fg-purple-lighten-4:hover {
color: #E1BEE7;
}
.hover-fg-purple-lighten-3:hover {
color: #CE93D8;
}
.hover-fg-purple-lighten-2:hover {
color: #BA68C8;
}
.hover-fg-purple-lighten-1:hover {
color: #AB47BC;
}
.hover-fg-purple-darken-1:hover {
color: #8E24AA;
}
.hover-fg-purple-darken-2:hover {
color: #7B1FA2;
}
.hover-fg-purple-darken-3:hover {
color: #6A1B9A;
}
.hover-fg-purple-darken-4:hover {
color: #4A148C;
}
.hover-fg-purple-accent-1:hover {
color: #EA80FC;
}
.hover-fg-purple-accent-2:hover {
color: #E040FB;
}
.hover-fg-purple-accent-3:hover {
color: #D500F9;
}
.hover-fg-purple-accent-4:hover {
color: #AA00FF;
}
/* Deep Purple */
.hover-fg-deep-purple:hover {
color: #673AB7;
}
.hover-fg-deep-purple-lighten-5:hover {
color: #EDE7F6;
}
.hover-fg-deep-purple-lighten-4:hover {
color: #D1C4E9;
}
.hover-fg-deep-purple-lighten-3:hover {
color: #B39DDB;
}
.hover-fg-deep-purple-lighten-2:hover {
color: #9575CD;
}
.hover-fg-deep-purple-lighten-1:hover {
color: #7E57C2;
}
.hover-fg-deep-purple-darken-1:hover {
color: #5E35B1;
}
.hover-fg-deep-purple-darken-2:hover {
color: #512DA8;
}
.hover-fg-deep-purple-darken-3:hover {
color: #4527A0;
}
.hover-fg-deep-purple-darken-4:hover {
color: #311B92;
}
.hover-fg-deep-purple-accent-1:hover {
color: #B388FF;
}
.hover-fg-deep-purple-accent-2:hover {
color: #7C4DFF;
}
.hover-fg-deep-purple-accent-3:hover {
color: #651FFF;
}
.hover-fg-deep-purple-accent-4:hover {
color: #6200EA;
}
/* Indigo */
.hover-fg-indigo:hover {
color: #3F51B5;
}
.hover-fg-indigo-lighten-5:hover {
color: #E8EAF6;
}
.hover-fg-indigo-lighten-4:hover {
color: #C5CAE9;
}
.hover-fg-indigo-lighten-3:hover {
color: #9FA8DA;
}
.hover-fg-indigo-lighten-2:hover {
color: #7986CB;
}
.hover-fg-indigo-lighten-1:hover {
color: #5C6BC0;
}
.hover-fg-indigo-darken-1:hover {
color: #3949AB;
}
.hover-fg-indigo-darken-2:hover {
color: #303F9F;
}
.hover-fg-indigo-darken-3:hover {
color: #283593;
}
.hover-fg-indigo-darken-4:hover {
color: #1A237E;
}
.hover-fg-indigo-accent-1:hover {
color: #8C9EFF;
}
.hover-fg-indigo-accent-2:hover {
color: #536DFE;
}
.hover-fg-indigo-accent-3:hover {
color: #3D5AFE;
}
.hover-fg-indigo-accent-4:hover {
color: #304FFE;
}
/* blue */
.hover-fg-blue:hover {
color: #2196F3;
}
.hover-fg-blue-lighten-5:hover {
color: #E3F2FD;
}
.hover-fg-blue-lighten-4:hover {
color: #BBDEFB;
}
.hover-fg-blue-lighten-3:hover {
color: #90CAF9;
}
.hover-fg-blue-lighten-2:hover {
color: #64B5F6;
}
.hover-fg-blue-lighten-1:hover {
color: #42A5F5;
}
.hover-fg-blue-darken-1:hover {
color: #1E88E5;
}
.hover-fg-blue-darken-2:hover {
color: #1976D2;
}
.hover-fg-blue-darken-3:hover {
color: #1565C0;
}
.hover-fg-blue-darken-4:hover {
color: #0D47A1;
}
.hover-fg-blue-accent-1:hover {
color: #82B1FF;
}
.hover-fg-blue-accent-2:hover {
color: #448AFF;
}
.hover-fg-blue-accent-3:hover {
color: #2979FF;
}
.hover-fg-blue-accent-4:hover {
color: #2962FF;
}
/* Green */
.hover-fg-green:hover {
color: #4CAF50;
}
.hover-fg-green-lighten-5:hover {
color: #E8F5E9;
}
.hover-fg-green-lighten-4:hover {
color: #C8E6C9;
}
.hover-fg-green-lighten-3:hover {
color: #A5D6A7;
}
.hover-fg-green-lighten-2:hover {
color: #81C784;
}
.hover-fg-green-lighten-1:hover {
color: #66BB6A;
}
.hover-fg-green-darken-1:hover {
color: #43A047;
}
.hover-fg-green-darken-2:hover {
color: #388E3C;
}
.hover-fg-green-darken-3:hover {
color: #2E7D32;
}
.hover-fg-green-darken-4:hover {
color: #1B5E20;
}
.hover-fg-green-accent-1:hover {
color: #B9F6CA;
}
.hover-fg-green-accent-2:hover {
color: #69F0AE;
}
.hover-fg-green-accent-3:hover {
color: #00E676;
}
.hover-fg-green-accent-4:hover {
color: #00C853;
}
/* Light Green */
.hover-fg-light-green:hover {
color: #8BC34A;
}
.hover-fg-light-green-lighten-5:hover {
color: #F1F8E9;
}
.hover-fg-light-green-lighten-4:hover {
color: #DCEDC8;
}
.hover-fg-light-green-lighten-3:hover {
color: #C5E1A5;
}
.hover-fg-light-green-lighten-2:hover {
color: #AED581;
}
.hover-fg-light-green-lighten-1:hover {
color: #9CCC65;
}
.hover-fg-light-green-darken-1:hover {
color: #7CB342;
}
.hover-fg-light-green-darken-2:hover {
color: #689F38;
}
.hover-fg-light-green-darken-3:hover {
color: #558B2F;
}
.hover-fg-light-green-darken-4:hover {
color: #33691E;
}
.hover-fg-light-green-accent-1:hover {
color: #CCFF90;
}
.hover-fg-light-green-accent-2:hover {
color: #B2FF59;
}
.hover-fg-light-green-accent-3:hover {
color: #76FF03;
}
.hover-fg-light-green-accent-4:hover {
color: #64DD17;
}
/* Lime */
.hover-fg-lime:hover {
color: #CDDC39;
}
.hover-fg-lime-lighten-5:hover {
color: #F9FBE7;
}
.hover-fg-lime-lighten-4:hover {
color: #F0F4C3;
}
.hover-fg-lime-lighten-3:hover {
color: #E6EE9C;
}
.hover-fg-lime-lighten-2:hover {
color: #DCE775;
}
.hover-fg-lime-lighten-1:hover {
color: #D4E157;
}
.hover-fg-lime-darken-1:hover {
color: #C0CA33;
}
.hover-fg-lime-darken-2:hover {
color: #AFB42B;
}
.hover-fg-lime-darken-3:hover {
color: #9E9D24;
}
.hover-fg-lime-darken-4:hover {
color: #827717;
}
.hover-fg-lime-accent-1:hover {
color: #F4FF81;
}
.hover-fg-lime-accent-2:hover {
color: #EEFF41;
}
.hover-fg-lime-accent-3:hover {
color: #C6FF00;
}
.hover-fg-lime-accent-4:hover {
color: #AEEA00;
}
/* Yellow */
.hover-fg-yellow:hover {
color: #FFEB3B;
}
.hover-fg-yellow-lighten-5:hover {
color: #FFFDE7;
}
.hover-fg-yellow-lighten-4:hover {
color: #FFF9C4;
}
.hover-fg-yellow-lighten-3:hover {
color: #FFF59D;
}
.hover-fg-yellow-lighten-2:hover {
color: #FFF176;
}
.hover-fg-yellow-lighten-1:hover {
color: #FFEE58;
}
.hover-fg-yellow-darken-1:hover {
color: #FDD835;
}
.hover-fg-yellow-darken-2:hover {
color: #FBC02D;
}
.hover-fg-yellow-darken-3:hover {
color: #F9A825;
}
.hover-fg-yellow-darken-4:hover {
color: #F57F17;
}
.hover-fg-yellow-accent-1:hover {
color: #FFFF8D;
}
.hover-fg-yellow-accent-2:hover {
color: #FFFF00;
}
.hover-fg-yellow-accent-3:hover {
color: #FFEA00;
}
.hover-fg-yellow-accent-4:hover {
color: #FFD600;
}
/* Amber */
.hover-fg-amber:hover {
color: #FFC107;
}
.hover-fg-amber-lighten-5:hover {
color: #FFF8E1;
}
.hover-fg-amber-lighten-4:hover {
color: #FFECB3;
}
.hover-fg-amber-lighten-3:hover {
color: #FFE082;
}
.hover-fg-amber-lighten-2:hover {
color: #FFD54F;
}
.hover-fg-amber-lighten-1:hover {
color: #FFCA28;
}
.hover-fg-amber-darken-1:hover {
color: #FFB300;
}
.hover-fg-amber-darken-2:hover {
color: #FFA000;
}
.hover-fg-amber-darken-3:hover {
color: #FF8F00;
}
.hover-fg-amber-darken-4:hover {
color: #FF6F00;
}
.hover-fg-amber-accent-1:hover {
color: #FFE57F;
}
.hover-fg-amber-accent-2:hover {
color: #FFD740;
}
.hover-fg-amber-accent-3:hover {
color: #FFC400;
}
.hover-fg-amber-accent-4:hover {
color: #FFAB00;
}
/* Orange */
.hover-fg-orange:hover {
color: #FF9800;
}
.hover-fg-orange-lighten-5:hover {
color: #FFF3E0;
}
.hover-fg-orange-lighten-4:hover {
color: #FFE0B2;
}
.hover-fg-orange-lighten-3:hover {
color: #FFCC80;
}
.hover-fg-orange-lighten-2:hover {
color: #FFB74D;
}
.hover-fg-orange-lighten-1:hover {
color: #FFA726;
}
.hover-fg-orange-darken-1:hover {
color: #FB8C00;
}
.hover-fg-orange-darken-2:hover {
color: #F57C00;
}
.hover-fg-orange-darken-3:hover {
color: #EF6C00;
}
.hover-fg-orange-darken-4:hover {
color: #E65100;
}
.hover-fg-orange-accent-1:hover {
color: #FFD180;
}
.hover-fg-orange-accent-2:hover {
color: #FFAB40;
}
.hover-fg-orange-accent-3:hover {
color: #FF9100;
}
.hover-fg-orange-accent-4:hover {
color: #FF6D00;
}
/* Deep Orange */
.hover-fg-deep-orange:hover {
color: #FF5722;
}
.hover-fg-deep-orange-lighten-5:hover {
color: #FBE9E7;
}
.hover-fg-deep-orange-lighten-4:hover {
color: #FFCCBC;
}
.hover-fg-deep-orange-lighten-3:hover {
color: #FFAB91;
}
.hover-fg-deep-orange-lighten-2:hover {
color: #FF8A65;
}
.hover-fg-deep-orange-lighten-1:hover {
color: #FF7043;
}
.hover-fg-deep-orange-darken-1:hover {
color: #F4511E;
}
.hover-fg-deep-orange-darken-2:hover {
color: #E64A19;
}
.hover-fg-deep-orange-darken-3:hover {
color: #D84315;
}
.hover-fg-deep-orange-darken-4:hover {
color: #BF360C;
}
.hover-fg-deep-orange-accent-1:hover {
color: #FF9E80;
}
.hover-fg-deep-orange-accent-2:hover {
color: #FF6E40;
}
.hover-fg-deep-orange-accent-3:hover {
color: #FF3D00;
}
.hover-fg-deep-orange-accent-4:hover {
color: #DD2C00;
}
/* Brown */
.hover-fg-brown:hover {
color: #795548;
}
.hover-fg-brown-lighten-5:hover {
color: #EFEBE9;
}
.hover-fg-brown-lighten-4:hover {
color: #D7CCC8;
}
.hover-fg-brown-lighten-3:hover {
color: #BCAAA4;
}
.hover-fg-brown-lighten-2:hover {
color: #A1887F;
}
.hover-fg-brown-lighten-1:hover {
color: #8D6E63;
}
.hover-fg-brown-darken-1:hover {
color: #6D4C41;
}
.hover-fg-brown-darken-2:hover {
color: #5D4037;
}
.hover-fg-brown-darken-3:hover {
color: #4E342E;
}
.hover-fg-brown-darken-4:hover {
color: #3E2723;
}
/* Blue Gray */
.hover-fg-blue-grey:hover {
color: #607D8B;
}
.hover-fg-blue-grey-lighten-5:hover {
color: #ECEFF1;
}
.hover-fg-blue-grey-lighten-4:hover {
color: #CFD8DC;
}
.hover-fg-blue-grey-lighten-3:hover {
color: #B0BEC5;
}
.hover-fg-blue-grey-lighten-2:hover {
color: #90A4AE;
}
.hover-fg-blue-grey-lighten-1:hover {
color: #78909C;
}
.hover-fg-blue-grey-darken-1:hover {
color: #546E7A;
}
.hover-fg-blue-grey-darken-2:hover {
color: #455A64;
}
.hover-fg-blue-grey-darken-3:hover {
color: #37474F;
}
.hover-fg-blue-grey-darken-4:hover {
color: #263238;
}
/* Gray */
.hover-fg-grey:hover {
color: #9E9E9E;
}
.hover-fg-grey-lighten-5:hover {
color: #FAFAFA;
}
.hover-fg-grey-lighten-4:hover {
color: #F5F5F5;
}
.hover-fg-grey-lighten-3:hover {
color: #EEEEEE;
}
.hover-fg-grey-lighten-2:hover {
color: #E0E0E0;
}
.hover-fg-grey-lighten-1:hover {
color: #BDBDBD;
}
.hover-fg-grey-darken-1:hover {
color: #757575;
}
.hover-fg-grey-darken-2:hover {
color: #616161;
}
.hover-fg-grey-darken-3:hover {
color: #424242;
}
.hover-fg-grey-darken-4:hover {
color: #212121;
}
.hover-fg-black:hover {
color: #000000;
}
.hover-fg-white:hover {
color: #FFFFFF;
}
.hover-fg-darken-80:hover {
color: rgba(0,0,0,0.8);
}
.hover-fg-darken-60:hover {
color: rgba(0,0,0,0.6);
}
.hover-fg-darken-40:hover {
color: rgba(0,0,0,0.4);
}
.hover-fg-darken-20:hover {
color: rgba(0,0,0,0.2);
}
.hover-fg-lighten-80:hover {
color: rgba(255,255,255,0.8);
}
.hover-fg-lighten-60:hover {
color: rgba(255,255,255,0.6);
}
.hover-fg-lighten-40:hover {
color: rgba(255,255,255,0.4);
}
.hover-fg-lighten-20:hover {
color: rgba(255,255,255,0.2);
}
/* Stroke */
/* Red */
.stroke-red {
stroke: #F44336;
}
.stroke-red-lighten-5 {
stroke: #FFEBEE;
}
.stroke-red-lighten-4 {
stroke: #FFCDD2;
}
.stroke-red-lighten-3 {
stroke: #EF9A9A;
}
.stroke-red-lighten-2 {
stroke: #E57373;
}
.stroke-red-lighten-1 {
stroke: #EF5350;
}
.stroke-red-darken-1 {
stroke: #E53935;
}
.stroke-red-darken-2 {
stroke: #D32F2F;
}
.stroke-red-darken-3 {
stroke: #C62828;
}
.stroke-red-darken-4 {
stroke: #B71C1C;
}
.stroke-red-accent-1 {
stroke: #FF8A80;
}
.stroke-red-accent-2 {
stroke: #FF5252;
}
.stroke-red-accent-3 {
stroke: #FF1744;
}
.stroke-red-accent-4 {
stroke: #D50000;
}
/* Pink */
.stroke-pink {
stroke: #E91E63;
}
.stroke-pink-lighten-5 {
stroke: #FCE4EC;
}
.stroke-pink-lighten-4 {
stroke: #F8BBD0;
}
.stroke-pink-lighten-3 {
stroke: #F48FB1;
}
.stroke-pink-lighten-2 {
stroke: #F06292;
}
.stroke-pink-lighten-1 {
stroke: #EC407A;
}
.stroke-pink-darken-1 {
stroke: #D81B60;
}
.stroke-pink-darken-2 {
stroke: #C2185B;
}
.stroke-pink-darken-3 {
stroke: #AD1457;
}
.stroke-pink-darken-4 {
stroke: #880E4F;
}
.stroke-pink-accent-1 {
stroke: #FF80AB;
}
.stroke-pink-accent-2 {
stroke: #FF4081;
}
.stroke-pink-accent-3 {
stroke: #F50057;
}
.stroke-pink-accent-4 {
stroke: #C51162;
}
/* Purple */
.stroke-purple {
stroke: #9C27B0;
}
.stroke-purple-lighten-5 {
stroke: #F3E5F5;
}
.stroke-purple-lighten-4 {
stroke: #E1BEE7;
}
.stroke-purple-lighten-3 {
stroke: #CE93D8;
}
.stroke-purple-lighten-2 {
stroke: #BA68C8;
}
.stroke-purple-lighten-1 {
stroke: #AB47BC;
}
.stroke-purple-darken-1 {
stroke: #8E24AA;
}
.stroke-purple-darken-2 {
stroke: #7B1FA2;
}
.stroke-purple-darken-3 {
stroke: #6A1B9A;
}
.stroke-purple-darken-4 {
stroke: #4A148C;
}
.stroke-purple-accent-1 {
stroke: #EA80FC;
}
.stroke-purple-accent-2 {
stroke: #E040FB;
}
.stroke-purple-accent-3 {
stroke: #D500F9;
}
.stroke-purple-accent-4 {
stroke: #AA00FF;
}
/* Deep Purple */
.stroke-deep-purple {
stroke: #673AB7;
}
.stroke-deep-purple-lighten-5 {
stroke: #EDE7F6;
}
.stroke-deep-purple-lighten-4 {
stroke: #D1C4E9;
}
.stroke-deep-purple-lighten-3 {
stroke: #B39DDB;
}
.stroke-deep-purple-lighten-2 {
stroke: #9575CD;
}
.stroke-deep-purple-lighten-1 {
stroke: #7E57C2;
}
.stroke-deep-purple-darken-1 {
stroke: #5E35B1;
}
.stroke-deep-purple-darken-2 {
stroke: #512DA8;
}
.stroke-deep-purple-darken-3 {
stroke: #4527A0;
}
.stroke-deep-purple-darken-4 {
stroke: #311B92;
}
.stroke-deep-purple-accent-1 {
stroke: #B388FF;
}
.stroke-deep-purple-accent-2 {
stroke: #7C4DFF;
}
.stroke-deep-purple-accent-3 {
stroke: #651FFF;
}
.stroke-deep-purple-accent-4 {
stroke: #6200EA;
}
/* Indigo */
.stroke-indigo {
stroke: #3F51B5;
}
.stroke-indigo-lighten-5 {
stroke: #E8EAF6;
}
.stroke-indigo-lighten-4 {
stroke: #C5CAE9;
}
.stroke-indigo-lighten-3 {
stroke: #9FA8DA;
}
.stroke-indigo-lighten-2 {
stroke: #7986CB;
}
.stroke-indigo-lighten-1 {
stroke: #5C6BC0;
}
.stroke-indigo-darken-1 {
stroke: #3949AB;
}
.stroke-indigo-darken-2 {
stroke: #303F9F;
}
.stroke-indigo-darken-3 {
stroke: #283593;
}
.stroke-indigo-darken-4 {
stroke: #1A237E;
}
.stroke-indigo-accent-1 {
stroke: #8C9EFF;
}
.stroke-indigo-accent-2 {
stroke: #536DFE;
}
.stroke-indigo-accent-3 {
stroke: #3D5AFE;
}
.stroke-indigo-accent-4 {
stroke: #304FFE;
}
/* blue */
.stroke-blue {
stroke: #2196F3;
}
.stroke-blue-lighten-5 {
stroke: #E3F2FD;
}
.stroke-blue-lighten-4 {
stroke: #BBDEFB;
}
.stroke-blue-lighten-3 {
stroke: #90CAF9;
}
.stroke-blue-lighten-2 {
stroke: #64B5F6;
}
.stroke-blue-lighten-1 {
stroke: #42A5F5;
}
.stroke-blue-darken-1 {
stroke: #1E88E5;
}
.stroke-blue-darken-2 {
stroke: #1976D2;
}
.stroke-blue-darken-3 {
stroke: #1565C0;
}
.stroke-blue-darken-4 {
stroke: #0D47A1;
}
.stroke-blue-accent-1 {
stroke: #82B1FF;
}
.stroke-blue-accent-2 {
stroke: #448AFF;
}
.stroke-blue-accent-3 {
stroke: #2979FF;
}
.stroke-blue-accent-4 {
stroke: #2962FF;
}
/* Green */
.stroke-green {
stroke: #4CAF50;
}
.stroke-green-lighten-5 {
stroke: #E8F5E9;
}
.stroke-green-lighten-4 {
stroke: #C8E6C9;
}
.stroke-green-lighten-3 {
stroke: #A5D6A7;
}
.stroke-green-lighten-2 {
stroke: #81C784;
}
.stroke-green-lighten-1 {
stroke: #66BB6A;
}
.stroke-green-darken-1 {
stroke: #43A047;
}
.stroke-green-darken-2 {
stroke: #388E3C;
}
.stroke-green-darken-3 {
stroke: #2E7D32;
}
.stroke-green-darken-4 {
stroke: #1B5E20;
}
.stroke-green-accent-1 {
stroke: #B9F6CA;
}
.stroke-green-accent-2 {
stroke: #69F0AE;
}
.stroke-green-accent-3 {
stroke: #00E676;
}
.stroke-green-accent-4 {
stroke: #00C853;
}
/* Light Green */
.stroke-light-green {
stroke: #8BC34A;
}
.stroke-light-green-lighten-5 {
stroke: #F1F8E9;
}
.stroke-light-green-lighten-4 {
stroke: #DCEDC8;
}
.stroke-light-green-lighten-3 {
stroke: #C5E1A5;
}
.stroke-light-green-lighten-2 {
stroke: #AED581;
}
.stroke-light-green-lighten-1 {
stroke: #9CCC65;
}
.stroke-light-green-darken-1 {
stroke: #7CB342;
}
.stroke-light-green-darken-2 {
stroke: #689F38;
}
.stroke-light-green-darken-3 {
stroke: #558B2F;
}
.stroke-light-green-darken-4 {
stroke: #33691E;
}
.stroke-light-green-accent-1 {
stroke: #CCFF90;
}
.stroke-light-green-accent-2 {
stroke: #B2FF59;
}
.stroke-light-green-accent-3 {
stroke: #76FF03;
}
.stroke-light-green-accent-4 {
stroke: #64DD17;
}
/* Lime */
.stroke-lime {
stroke: #CDDC39;
}
.stroke-lime-lighten-5 {
stroke: #F9FBE7;
}
.stroke-lime-lighten-4 {
stroke: #F0F4C3;
}
.stroke-lime-lighten-3 {
stroke: #E6EE9C;
}
.stroke-lime-lighten-2 {
stroke: #DCE775;
}
.stroke-lime-lighten-1 {
stroke: #D4E157;
}
.stroke-lime-darken-1 {
stroke: #C0CA33;
}
.stroke-lime-darken-2 {
stroke: #AFB42B;
}
.stroke-lime-darken-3 {
stroke: #9E9D24;
}
.stroke-lime-darken-4 {
stroke: #827717;
}
.stroke-lime-accent-1 {
stroke: #F4FF81;
}
.stroke-lime-accent-2 {
stroke: #EEFF41;
}
.stroke-lime-accent-3 {
stroke: #C6FF00;
}
.stroke-lime-accent-4 {
stroke: #AEEA00;
}
/* Yellow */
.stroke-yellow {
stroke: #FFEB3B;
}
.stroke-yellow-lighten-5 {
stroke: #FFFDE7;
}
.stroke-yellow-lighten-4 {
stroke: #FFF9C4;
}
.stroke-yellow-lighten-3 {
stroke: #FFF59D;
}
.stroke-yellow-lighten-2 {
stroke: #FFF176;
}
.stroke-yellow-lighten-1 {
stroke: #FFEE58;
}
.stroke-yellow-darken-1 {
stroke: #FDD835;
}
.stroke-yellow-darken-2 {
stroke: #FBC02D;
}
.stroke-yellow-darken-3 {
stroke: #F9A825;
}
.stroke-yellow-darken-4 {
stroke: #F57F17;
}
.stroke-yellow-accent-1 {
stroke: #FFFF8D;
}
.stroke-yellow-accent-2 {
stroke: #FFFF00;
}
.stroke-yellow-accent-3 {
stroke: #FFEA00;
}
.stroke-yellow-accent-4 {
stroke: #FFD600;
}
/* Amber */
.stroke-amber {
stroke: #FFC107;
}
.stroke-amber-lighten-5 {
stroke: #FFF8E1;
}
.stroke-amber-lighten-4 {
stroke: #FFECB3;
}
.stroke-amber-lighten-3 {
stroke: #FFE082;
}
.stroke-amber-lighten-2 {
stroke: #FFD54F;
}
.stroke-amber-lighten-1 {
stroke: #FFCA28;
}
.stroke-amber-darken-1 {
stroke: #FFB300;
}
.stroke-amber-darken-2 {
stroke: #FFA000;
}
.stroke-amber-darken-3 {
stroke: #FF8F00;
}
.stroke-amber-darken-4 {
stroke: #FF6F00;
}
.stroke-amber-accent-1 {
stroke: #FFE57F;
}
.stroke-amber-accent-2 {
stroke: #FFD740;
}
.stroke-amber-accent-3 {
stroke: #FFC400;
}
.stroke-amber-accent-4 {
stroke: #FFAB00;
}
/* Orange */
.stroke-orange {
stroke: #FF9800;
}
.stroke-orange-lighten-5 {
stroke: #FFF3E0;
}
.stroke-orange-lighten-4 {
stroke: #FFE0B2;
}
.stroke-orange-lighten-3 {
stroke: #FFCC80;
}
.stroke-orange-lighten-2 {
stroke: #FFB74D;
}
.stroke-orange-lighten-1 {
stroke: #FFA726;
}
.stroke-orange-darken-1 {
stroke: #FB8C00;
}
.stroke-orange-darken-2 {
stroke: #F57C00;
}
.stroke-orange-darken-3 {
stroke: #EF6C00;
}
.stroke-orange-darken-4 {
stroke: #E65100;
}
.stroke-orange-accent-1 {
stroke: #FFD180;
}
.stroke-orange-accent-2 {
stroke: #FFAB40;
}
.stroke-orange-accent-3 {
stroke: #FF9100;
}
.stroke-orange-accent-4 {
stroke: #FF6D00;
}
/* Deep Orange */
.stroke-deep-orange {
stroke: #FF5722;
}
.stroke-deep-orange-lighten-5 {
stroke: #FBE9E7;
}
.stroke-deep-orange-lighten-4 {
stroke: #FFCCBC;
}
.stroke-deep-orange-lighten-3 {
stroke: #FFAB91;
}
.stroke-deep-orange-lighten-2 {
stroke: #FF8A65;
}
.stroke-deep-orange-lighten-1 {
stroke: #FF7043;
}
.stroke-deep-orange-darken-1 {
stroke: #F4511E;
}
.stroke-deep-orange-darken-2 {
stroke: #E64A19;
}
.stroke-deep-orange-darken-3 {
stroke: #D84315;
}
.stroke-deep-orange-darken-4 {
stroke: #BF360C;
}
.stroke-deep-orange-accent-1 {
stroke: #FF9E80;
}
.stroke-deep-orange-accent-2 {
stroke: #FF6E40;
}
.stroke-deep-orange-accent-3 {
stroke: #FF3D00;
}
.stroke-deep-orange-accent-4 {
stroke: #DD2C00;
}
/* Brown */
.stroke-brown {
stroke: #795548;
}
.stroke-brown-lighten-5 {
stroke: #EFEBE9;
}
.stroke-brown-lighten-4 {
stroke: #D7CCC8;
}
.stroke-brown-lighten-3 {
stroke: #BCAAA4;
}
.stroke-brown-lighten-2 {
stroke: #A1887F;
}
.stroke-brown-lighten-1 {
stroke: #8D6E63;
}
.stroke-brown-darken-1 {
stroke: #6D4C41;
}
.stroke-brown-darken-2 {
stroke: #5D4037;
}
.stroke-brown-darken-3 {
stroke: #4E342E;
}
.stroke-brown-darken-4 {
stroke: #3E2723;
}
/* Blue Gray */
.stroke-blue-grey {
stroke: #607D8B;
}
.stroke-blue-grey-lighten-5 {
stroke: #ECEFF1;
}
.stroke-blue-grey-lighten-4 {
stroke: #CFD8DC;
}
.stroke-blue-grey-lighten-3 {
stroke: #B0BEC5;
}
.stroke-blue-grey-lighten-2 {
stroke: #90A4AE;
}
.stroke-blue-grey-lighten-1 {
stroke: #78909C;
}
.stroke-blue-grey-darken-1 {
stroke: #546E7A;
}
.stroke-blue-grey-darken-2 {
stroke: #455A64;
}
.stroke-blue-grey-darken-3 {
stroke: #37474F;
}
.stroke-blue-grey-darken-4 {
stroke: #263238;
}
/* Gray */
.stroke-grey {
stroke: #9E9E9E;
}
.stroke-grey-lighten-5 {
stroke: #FAFAFA;
}
.stroke-grey-lighten-4 {
stroke: #F5F5F5;
}
.stroke-grey-lighten-3 {
stroke: #EEEEEE;
}
.stroke-grey-lighten-2 {
stroke: #E0E0E0;
}
.stroke-grey-lighten-1 {
stroke: #BDBDBD;
}
.stroke-grey-darken-1 {
stroke: #757575;
}
.stroke-grey-darken-2 {
stroke: #616161;
}
.stroke-grey-darken-3 {
stroke: #424242;
}
.stroke-grey-darken-4 {
stroke: #212121;
}
.stroke-black {
stroke: #000000;
}
.stroke-white {
stroke: #FFFFFF;
}
.stroke-transparent {
stroke: rgba(255,255,255,0);
}
.stroke-darken-80 {
stroke: rgba(0,0,0,0.8);
}
.stroke-darken-60 {
stroke: rgba(0,0,0,0.6);
}
.stroke-darken-40 {
stroke: rgba(0,0,0,0.4);
}
.stroke-darken-20 {
stroke: rgba(0,0,0,0.2);
}
.stroke-lighten-80 {
stroke: rgba(255,255,255,0.8);
}
.stroke-lighten-60 {
stroke: rgba(255,255,255,0.6);
}
.stroke-lighten-40 {
stroke: rgba(255,255,255,0.4);
}
.stroke-lighten-20 {
stroke: rgba(255,255,255,0.2);
} | 0.386416 | 0.096706 |
min-height: 56px;
background-color: #fff;
}
#mainNav .navbar-toggler {
font-size: 80%;
padding: 0.75rem;
color: #64a19d;
border: 1px solid #64a19d;
}
#mainNav .navbar-toggler:focus {
outline: none;
}
#mainNav .navbar-brand {
color: #161616;
font-weight: 700;
padding: .9rem 0;
}
#mainNav .navbar-nav .nav-item:hover {
color: fade(white, 80%);
outline: none;
background-color: transparent;
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
outline: none;
background-color: transparent;
}
@media (min-width: 992px) {
#mainNav {
padding-top: 0;
padding-bottom: 0;
border-bottom: none;
background-color: transparent;
transition: background-color 0.3s ease-in-out;
}
#mainNav .navbar-brand {
padding: .5rem 0;
color: rgba(255, 255, 255, 0.5);
}
#mainNav .nav-link {
transition: none;
padding: 2rem 1.5rem;
color: rgba(255, 255, 255, 0.5);
}
#mainNav .nav-link:hover {
color: rgba(255, 255, 255, 0.75);
}
#mainNav .nav-link:active {
color: white;
}
#mainNav.navbar-shrink {
background-color: #fff;
}
#mainNav.navbar-shrink .navbar-brand {
color: #161616;
}
#mainNav.navbar-shrink .nav-link {
color: #161616;
padding: 1.5rem 1.5rem 1.25rem;
border-bottom: 0.25rem solid transparent;
}
#mainNav.navbar-shrink .nav-link:hover {
color: #64a19d;
}
#mainNav.navbar-shrink .nav-link:active {
color: #467370;
}
#mainNav.navbar-shrink .nav-link.active {
color: #64a19d;
outline: none;
border-bottom: 0.25rem solid #64a19d;
}
}
.masthead {
position: relative;
width: 100%;
height: auto;
min-height: 35rem;
padding: 15rem 0;
background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%), url("../img/ordenador.png");
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
}
.masthead h1 {
font-family: 'Bebas Neue', cursive;
font-size: 2.5rem;
line-height: 2.5rem;
letter-spacing: 0.8rem;
background: -webkit-linear-gradient(rgba(47, 90, 89, 0.7), rgba(72, 137, 135, 1));
-webkit-text-fill-color: transparent;
-webkit-text-stroke: thin;
-webkit-text-stroke-color: white;
-webkit-background-clip: text;
}
.masthead h2 {
max-width: 20rem;
font-size: 1rem;
}
@media (min-width: 768px) {
.masthead h1 {
font-size: 4rem;
line-height: 4rem;
}
}
@media (min-width: 992px) {
.masthead {
height: 100vh;
padding: 0;
}
.masthead h1 {
font-size: 6.5rem;
line-height: 8.5rem;
letter-spacing: 0.8rem;
}
.masthead h2 {
max-width: 30rem;
font-size: 1.25rem;
}
}
.btn {
box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
padding: 1.25rem 2rem;
font-family: 'Varela Round';
font-size: 80%;
text-transform: uppercase;
letter-spacing: .15rem;
border: 0;
}
.btn-primary {
background-color: #64a19d;
}
.btn-primary:hover {
background-color: #4f837f;
}
.btn-primary:focus {
background-color: #4f837f;
color: white;
}
.btn-primary:active {
background-color: #467370 !important;
}
.about-section {
padding-top: 10rem;
background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);
}
.about-section p {
margin-bottom: 5rem;
}
.about-section .contenedor{
margin: auto;
display: table;
}
.about-section .contenedor h2{
position: relative;
float: left;
color: #fff;
font-family: monospace;
/*font-size: 2.5em;*/
}
.about-section .contenedor h2 span{
position:absolute;
right:0;
width:0;
background: black;
border-left: 1px solid #000;
animation: escribir 2s steps(12) infinite;
background: linear-gradient(to bottom, #202020, #222);
}
#fotocara{
height: 30rem;
}
@keyframes escribir {
from { width: 100% }
to { width:0 }
}
.projects-section {
padding: 5rem 0;
}
.projects-section .featured-text {
padding: 2rem;
}
@media (min-width: 992px) {
.projects-section .featured-text {
padding: 0 0 0 2rem;
border-left: 0.5rem solid #64a19d;
}
}
.projects-section .project-text {
padding: 3rem;
font-size: 90%;
}
@media (min-width: 992px) {
.projects-section .project-text {
padding: 5rem;
}
.projects-section .project-text hr {
border-color: #64a19d;
border-width: .25rem;
width: 30%;
}
}
.signup-section {
padding: 10rem 0;
background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/code.jpg");
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
}
.signup-section .form-inline input {
box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
padding: 1.25rem 2rem;
height: auto;
font-family: 'Varela Round';
font-size: 80%;
text-transform: uppercase;
letter-spacing: 0.15rem;
border: 0;
}
.contact-section {
padding: 5rem 0 0;
}
.contact-section .card {
border: 0;
border-bottom: 0.25rem solid #64a19d;
}
.contact-section .card h4 {
font-size: 0.8rem;
font-family: 'Varela Round';
text-transform: uppercase;
letter-spacing: 0.15rem;
}
.contact-section .card hr {
border-color: #64a19d;
border-width: 0.25rem;
width: 3rem;
}
.contact-section .social {
margin-top: 5rem;
}
.contact-section .social a {
text-align: center;
height: 3rem;
width: 3rem;
background: rgba(255, 255, 255, 0.1);
border-radius: 100%;
line-height: 3rem;
color: rgba(255, 255, 255, 0.3);
}
.contact-section .social a:hover {
color: rgba(255, 255, 255, 0.5);
}
.contact-section .social a:active {
color: #fff;
}
body {
font-family: 'Nunito';
letter-spacing: 0.0625em;
}
a {
color: #64a19d;
}
a:focus, a:hover {
text-decoration: none;
color: #3c6360;
}
.bg-black {
background-color: #161616 !important;
}
.bg-primary {
background-color: #64a19d !important;
}
.text-primary {
color: #64a19d !important;
}
footer {
padding: 5rem 0;
}
#fecha-formacion{
color: #64a19d;
}
/* Conocimientos */
.conocimientos-section{
padding-top: 5rem;
background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%), url(../img/bg-conocimientos.jpg);
}
.progress {
background: none;
-webkit-box-shadow: 0 0 0 0 white;
-moz-box-shadow: 0 0 0 0 white;
box-shadow: 0 0 0 0 white;
height: auto;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-bottom: 30px;
}
.progress .progress-text {
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 10px;
color: white;
}
.progress .progress-text span {
padding-left: 15px;
}
.progress .progress-item {
height: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #eeeeee;
overflow: hidden;
}
.progress .progress-item .progress-bar {
height: 100%;
background: -webkit-linear-gradient(200deg, #65A19D, #78BFBB) !important;
background: -moz-linear-gradient(200deg, #65A19D, #78BFBB) !important;
background: -o-linear-gradient(200deg, #65A19D, #78BFBB) !important;
background: linear-gradient(250deg, #65A19D, #78BFBB) !important;
-webkit-box-shadow: 0 0 0 0 white;
-moz-box-shadow: 0 0 0 0 white;
box-shadow: 0 0 0 0 white;
-webkit-transition: width 1.5s;
-o-transition: width 1.5s;
-moz-transition: width 1.5s;
transition: width 1.5s;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.progress.progress-vertical {
height: 300px;
display: inline-block;
padding: 0 30px;
position: relative;
}
.progress.progress-vertical .progress-text {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
transform-origin: 0% 100%;
position: absolute;
bottom: 0;
left: 30px;
margin-bottom: 0;
width: 100vh;
}
.progress.progress-vertical .progress-item {
height: 100%;
width: 5px;
position: relative;
}
.progress.progress-vertical .progress-item .progress-bar {
position: absolute;
bottom: 0;
width: 100%;
height: 0;
-webkit-transition: height 1.5s;
-o-transition: height 1.5s;
-moz-transition: height 1.5s;
transition: height 1.5s;
}
/* Portfolio */
#portfolio{
background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%), url(../img/bg-graphic.jpg);
background-position: center;
}
/* Contacto */
#signup {
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
/* body {
background-image: linear-gradient(to bottom right, #ff9800, #ffa726);
} */
.blue {
color: #29b6f6;
}
.green {
color: #9ccc65;
}
.purple {
color: #ba68c8;
}
.cyan {
color: #4dd0e1;
}
.red {
color: #ef5350;
}
.content {
height: 100vh;
color: white;
display: flex;
justify-content: center;
align-items: center;
}
.card {
perspective: 150rem;
height: 20rem;
width: 30rem;
position: relative;
background: transparent;
border: transparent;
}
.card__side {
height: 15rem;
transition: all 0.8s ease;
position: absolute;
top: 0;
left: 0;
margin: auto;
width: 30rem;
backface-visibility: hidden;
border-radius: 3px;
overflow: hidden;
box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
}
.card__side--front {
background-color: #1c1c1c;
}
.card__side--back {
transform: rotateY(180deg);
background-color: #1c1c1c;
}
.card:hover .card__side--front {
transform: rotateY(-180deg);
}
.card:hover .card__side--back {
transform: rotateY(0deg);
}
.card__cont {
height: 15rem;
background-color: #1c1c1c;
display: flex;
align-items: center;
justify-content: center;
}
.card__cta {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
color: white;
}
.card__cta p {
margin-left: 1rem;
}
.card__cta p > .space {
margin-left: 2rem;
}
/* Timeline */
#experiencia{
background: linear-gradient(to bottom, #f8f9fa, #fff);
z-index: -2
}
.timeline {
list-style: none;
padding: 10px 0;
position: relative;
font-weight: 300;
}
.timeline:before {
top: 0;
bottom: 0;
position: absolute;
content:" ";
width: 2px;
background: #64a19d;
left: 50%;
margin-left: -1.5px;
}
.timeline > li {
margin-bottom: 20px;
position: relative;
width: 50%;
float: left;
clear: left;
}
.timeline > li:before, .timeline > li:after {
content:" ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li:before, .timeline > li:after {
content:" ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li > .timeline-panel {
width: calc(100% - 25px);
width: -moz-calc(100% - 25px);
width: -webkit-calc(100% - 25px);
float: left;
border: 1px solid #dcdcdc;
background: #64a19d;
position: relative;
}
.timeline > li > .timeline-panel:before {
position: absolute;
top: 26px;
right: -15px;
display: inline-block;
border-top: 15px solid transparent;
border-left: 15px solid #64a19d;
border-right: 0 solid #64a19d;
border-bottom: 15px solid transparent;
content:" ";
}
.timeline > li > .timeline-panel:after {
position: absolute;
top: 27px;
right: -14px;
display: inline-block;
border-top: 14px solid transparent;
border-left: 14px solid #64a19d;
border-right: 0 solid #64a19d;
border-bottom: 14px solid transparent;
content:" ";
}
.timeline > li > .timeline-badge {
color: #64a19d;
width: 24px;
height: 24px;
line-height: 50px;
text-align: center;
position: absolute;
top: 16px;
right: -12px;
z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline-badge > a {
color: #ffffff !important;
}
.timeline-badge a:hover {
color: #64a19d !important;
}
.timeline-title {
margin-top: 0;
color: inherit;
}
.timeline-heading h4 {
font-weight: 400;
padding: 0 15px;
color: #fff;
}
.timeline-body > p, .timeline-body > ul {
padding: 10px 15px;
margin-bottom: 0;
color: #fff;
}
.timeline-footer {
padding: 5px 15px;
background-color:#f4f4f4;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
cursor: pointer;
text-decoration: none;
}
.timeline > li.timeline-inverted {
float: right;
clear: right;
}
.timeline > li:nth-child(2) {
margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
left: -12px;
}
.no-float {
float: none !important;
}
#linktimeline{
color: #7de3dc;
}
@media (max-width: 767px) {
ul.timeline:before {
left: 40px;
}
ul.timeline > li {
margin-bottom: 0px;
position: relative;
width:100%;
float: left;
clear: left;
}
ul.timeline > li > .timeline-panel {
width: calc(100% - 65px);
width: -moz-calc(100% - 65px);
width: -webkit-calc(100% - 65px);
}
ul.timeline > li > .timeline-badge {
left: 28px;
margin-left: 0;
top: 16px;
}
ul.timeline > li > .timeline-panel {
float: right;
}
ul.timeline > li > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
ul.timeline > li > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline > li.timeline-inverted {
float: left;
clear: left;
margin-top: 30px;
margin-bottom: 30px;
}
.timeline > li.timeline-inverted > .timeline-badge {
left: 28px;
}
} | css/grayscale.css | min-height: 56px;
background-color: #fff;
}
#mainNav .navbar-toggler {
font-size: 80%;
padding: 0.75rem;
color: #64a19d;
border: 1px solid #64a19d;
}
#mainNav .navbar-toggler:focus {
outline: none;
}
#mainNav .navbar-brand {
color: #161616;
font-weight: 700;
padding: .9rem 0;
}
#mainNav .navbar-nav .nav-item:hover {
color: fade(white, 80%);
outline: none;
background-color: transparent;
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
outline: none;
background-color: transparent;
}
@media (min-width: 992px) {
#mainNav {
padding-top: 0;
padding-bottom: 0;
border-bottom: none;
background-color: transparent;
transition: background-color 0.3s ease-in-out;
}
#mainNav .navbar-brand {
padding: .5rem 0;
color: rgba(255, 255, 255, 0.5);
}
#mainNav .nav-link {
transition: none;
padding: 2rem 1.5rem;
color: rgba(255, 255, 255, 0.5);
}
#mainNav .nav-link:hover {
color: rgba(255, 255, 255, 0.75);
}
#mainNav .nav-link:active {
color: white;
}
#mainNav.navbar-shrink {
background-color: #fff;
}
#mainNav.navbar-shrink .navbar-brand {
color: #161616;
}
#mainNav.navbar-shrink .nav-link {
color: #161616;
padding: 1.5rem 1.5rem 1.25rem;
border-bottom: 0.25rem solid transparent;
}
#mainNav.navbar-shrink .nav-link:hover {
color: #64a19d;
}
#mainNav.navbar-shrink .nav-link:active {
color: #467370;
}
#mainNav.navbar-shrink .nav-link.active {
color: #64a19d;
outline: none;
border-bottom: 0.25rem solid #64a19d;
}
}
.masthead {
position: relative;
width: 100%;
height: auto;
min-height: 35rem;
padding: 15rem 0;
background: linear-gradient(to bottom, rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.7) 75%, #161616 100%), url("../img/ordenador.png");
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
}
.masthead h1 {
font-family: 'Bebas Neue', cursive;
font-size: 2.5rem;
line-height: 2.5rem;
letter-spacing: 0.8rem;
background: -webkit-linear-gradient(rgba(47, 90, 89, 0.7), rgba(72, 137, 135, 1));
-webkit-text-fill-color: transparent;
-webkit-text-stroke: thin;
-webkit-text-stroke-color: white;
-webkit-background-clip: text;
}
.masthead h2 {
max-width: 20rem;
font-size: 1rem;
}
@media (min-width: 768px) {
.masthead h1 {
font-size: 4rem;
line-height: 4rem;
}
}
@media (min-width: 992px) {
.masthead {
height: 100vh;
padding: 0;
}
.masthead h1 {
font-size: 6.5rem;
line-height: 8.5rem;
letter-spacing: 0.8rem;
}
.masthead h2 {
max-width: 30rem;
font-size: 1.25rem;
}
}
.btn {
box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
padding: 1.25rem 2rem;
font-family: 'Varela Round';
font-size: 80%;
text-transform: uppercase;
letter-spacing: .15rem;
border: 0;
}
.btn-primary {
background-color: #64a19d;
}
.btn-primary:hover {
background-color: #4f837f;
}
.btn-primary:focus {
background-color: #4f837f;
color: white;
}
.btn-primary:active {
background-color: #467370 !important;
}
.about-section {
padding-top: 10rem;
background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);
}
.about-section p {
margin-bottom: 5rem;
}
.about-section .contenedor{
margin: auto;
display: table;
}
.about-section .contenedor h2{
position: relative;
float: left;
color: #fff;
font-family: monospace;
/*font-size: 2.5em;*/
}
.about-section .contenedor h2 span{
position:absolute;
right:0;
width:0;
background: black;
border-left: 1px solid #000;
animation: escribir 2s steps(12) infinite;
background: linear-gradient(to bottom, #202020, #222);
}
#fotocara{
height: 30rem;
}
@keyframes escribir {
from { width: 100% }
to { width:0 }
}
.projects-section {
padding: 5rem 0;
}
.projects-section .featured-text {
padding: 2rem;
}
@media (min-width: 992px) {
.projects-section .featured-text {
padding: 0 0 0 2rem;
border-left: 0.5rem solid #64a19d;
}
}
.projects-section .project-text {
padding: 3rem;
font-size: 90%;
}
@media (min-width: 992px) {
.projects-section .project-text {
padding: 5rem;
}
.projects-section .project-text hr {
border-color: #64a19d;
border-width: .25rem;
width: 30%;
}
}
.signup-section {
padding: 10rem 0;
background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/code.jpg");
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
}
.signup-section .form-inline input {
box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
padding: 1.25rem 2rem;
height: auto;
font-family: 'Varela Round';
font-size: 80%;
text-transform: uppercase;
letter-spacing: 0.15rem;
border: 0;
}
.contact-section {
padding: 5rem 0 0;
}
.contact-section .card {
border: 0;
border-bottom: 0.25rem solid #64a19d;
}
.contact-section .card h4 {
font-size: 0.8rem;
font-family: 'Varela Round';
text-transform: uppercase;
letter-spacing: 0.15rem;
}
.contact-section .card hr {
border-color: #64a19d;
border-width: 0.25rem;
width: 3rem;
}
.contact-section .social {
margin-top: 5rem;
}
.contact-section .social a {
text-align: center;
height: 3rem;
width: 3rem;
background: rgba(255, 255, 255, 0.1);
border-radius: 100%;
line-height: 3rem;
color: rgba(255, 255, 255, 0.3);
}
.contact-section .social a:hover {
color: rgba(255, 255, 255, 0.5);
}
.contact-section .social a:active {
color: #fff;
}
body {
font-family: 'Nunito';
letter-spacing: 0.0625em;
}
a {
color: #64a19d;
}
a:focus, a:hover {
text-decoration: none;
color: #3c6360;
}
.bg-black {
background-color: #161616 !important;
}
.bg-primary {
background-color: #64a19d !important;
}
.text-primary {
color: #64a19d !important;
}
footer {
padding: 5rem 0;
}
#fecha-formacion{
color: #64a19d;
}
/* Conocimientos */
.conocimientos-section{
padding-top: 5rem;
background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%), url(../img/bg-conocimientos.jpg);
}
.progress {
background: none;
-webkit-box-shadow: 0 0 0 0 white;
-moz-box-shadow: 0 0 0 0 white;
box-shadow: 0 0 0 0 white;
height: auto;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-bottom: 30px;
}
.progress .progress-text {
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 10px;
color: white;
}
.progress .progress-text span {
padding-left: 15px;
}
.progress .progress-item {
height: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #eeeeee;
overflow: hidden;
}
.progress .progress-item .progress-bar {
height: 100%;
background: -webkit-linear-gradient(200deg, #65A19D, #78BFBB) !important;
background: -moz-linear-gradient(200deg, #65A19D, #78BFBB) !important;
background: -o-linear-gradient(200deg, #65A19D, #78BFBB) !important;
background: linear-gradient(250deg, #65A19D, #78BFBB) !important;
-webkit-box-shadow: 0 0 0 0 white;
-moz-box-shadow: 0 0 0 0 white;
box-shadow: 0 0 0 0 white;
-webkit-transition: width 1.5s;
-o-transition: width 1.5s;
-moz-transition: width 1.5s;
transition: width 1.5s;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.progress.progress-vertical {
height: 300px;
display: inline-block;
padding: 0 30px;
position: relative;
}
.progress.progress-vertical .progress-text {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
transform-origin: 0% 100%;
position: absolute;
bottom: 0;
left: 30px;
margin-bottom: 0;
width: 100vh;
}
.progress.progress-vertical .progress-item {
height: 100%;
width: 5px;
position: relative;
}
.progress.progress-vertical .progress-item .progress-bar {
position: absolute;
bottom: 0;
width: 100%;
height: 0;
-webkit-transition: height 1.5s;
-o-transition: height 1.5s;
-moz-transition: height 1.5s;
transition: height 1.5s;
}
/* Portfolio */
#portfolio{
background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%), url(../img/bg-graphic.jpg);
background-position: center;
}
/* Contacto */
#signup {
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
/* body {
background-image: linear-gradient(to bottom right, #ff9800, #ffa726);
} */
.blue {
color: #29b6f6;
}
.green {
color: #9ccc65;
}
.purple {
color: #ba68c8;
}
.cyan {
color: #4dd0e1;
}
.red {
color: #ef5350;
}
.content {
height: 100vh;
color: white;
display: flex;
justify-content: center;
align-items: center;
}
.card {
perspective: 150rem;
height: 20rem;
width: 30rem;
position: relative;
background: transparent;
border: transparent;
}
.card__side {
height: 15rem;
transition: all 0.8s ease;
position: absolute;
top: 0;
left: 0;
margin: auto;
width: 30rem;
backface-visibility: hidden;
border-radius: 3px;
overflow: hidden;
box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
}
.card__side--front {
background-color: #1c1c1c;
}
.card__side--back {
transform: rotateY(180deg);
background-color: #1c1c1c;
}
.card:hover .card__side--front {
transform: rotateY(-180deg);
}
.card:hover .card__side--back {
transform: rotateY(0deg);
}
.card__cont {
height: 15rem;
background-color: #1c1c1c;
display: flex;
align-items: center;
justify-content: center;
}
.card__cta {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
color: white;
}
.card__cta p {
margin-left: 1rem;
}
.card__cta p > .space {
margin-left: 2rem;
}
/* Timeline */
#experiencia{
background: linear-gradient(to bottom, #f8f9fa, #fff);
z-index: -2
}
.timeline {
list-style: none;
padding: 10px 0;
position: relative;
font-weight: 300;
}
.timeline:before {
top: 0;
bottom: 0;
position: absolute;
content:" ";
width: 2px;
background: #64a19d;
left: 50%;
margin-left: -1.5px;
}
.timeline > li {
margin-bottom: 20px;
position: relative;
width: 50%;
float: left;
clear: left;
}
.timeline > li:before, .timeline > li:after {
content:" ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li:before, .timeline > li:after {
content:" ";
display: table;
}
.timeline > li:after {
clear: both;
}
.timeline > li > .timeline-panel {
width: calc(100% - 25px);
width: -moz-calc(100% - 25px);
width: -webkit-calc(100% - 25px);
float: left;
border: 1px solid #dcdcdc;
background: #64a19d;
position: relative;
}
.timeline > li > .timeline-panel:before {
position: absolute;
top: 26px;
right: -15px;
display: inline-block;
border-top: 15px solid transparent;
border-left: 15px solid #64a19d;
border-right: 0 solid #64a19d;
border-bottom: 15px solid transparent;
content:" ";
}
.timeline > li > .timeline-panel:after {
position: absolute;
top: 27px;
right: -14px;
display: inline-block;
border-top: 14px solid transparent;
border-left: 14px solid #64a19d;
border-right: 0 solid #64a19d;
border-bottom: 14px solid transparent;
content:" ";
}
.timeline > li > .timeline-badge {
color: #64a19d;
width: 24px;
height: 24px;
line-height: 50px;
text-align: center;
position: absolute;
top: 16px;
right: -12px;
z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline-badge > a {
color: #ffffff !important;
}
.timeline-badge a:hover {
color: #64a19d !important;
}
.timeline-title {
margin-top: 0;
color: inherit;
}
.timeline-heading h4 {
font-weight: 400;
padding: 0 15px;
color: #fff;
}
.timeline-body > p, .timeline-body > ul {
padding: 10px 15px;
margin-bottom: 0;
color: #fff;
}
.timeline-footer {
padding: 5px 15px;
background-color:#f4f4f4;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
cursor: pointer;
text-decoration: none;
}
.timeline > li.timeline-inverted {
float: right;
clear: right;
}
.timeline > li:nth-child(2) {
margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
left: -12px;
}
.no-float {
float: none !important;
}
#linktimeline{
color: #7de3dc;
}
@media (max-width: 767px) {
ul.timeline:before {
left: 40px;
}
ul.timeline > li {
margin-bottom: 0px;
position: relative;
width:100%;
float: left;
clear: left;
}
ul.timeline > li > .timeline-panel {
width: calc(100% - 65px);
width: -moz-calc(100% - 65px);
width: -webkit-calc(100% - 65px);
}
ul.timeline > li > .timeline-badge {
left: 28px;
margin-left: 0;
top: 16px;
}
ul.timeline > li > .timeline-panel {
float: right;
}
ul.timeline > li > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
ul.timeline > li > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
.timeline > li.timeline-inverted {
float: left;
clear: left;
margin-top: 30px;
margin-bottom: 30px;
}
.timeline > li.timeline-inverted > .timeline-badge {
left: 28px;
}
} | 0.407098 | 0.042186 |
:global .wrapper {
height: 100%;
overflow-x: hidden;
position: relative;
}
:global .overlay {
content: "";
display: block;
width: 0;
height: 0;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
z-index: 2;
opacity: 0;
transition: opacity .5s;
}
.overlay.open {
width: 100%;
height: 100%;
opacity: 1;
}
.menuTrigger {
display: inline-block;
width: 36px;
height: 28px;
vertical-align: middle;
cursor: pointer;
position: fixed;
top: 30px;
right: 30px;
z-index: 100;
transform: translateX(0);
transition: transform .5s;
margin: 2%;
}
.menuTrigger span {
display: inline-block;
box-sizing: border-box;
position: absolute;
left: 0;
width: 100%;
height: 1px;
background-color: #000;
}
.menuTrigger.active span {
background-color: #fff;
}
.menuTrigger span:nth-of-type(1) {
top: 0;
width: 15px;
}
.menuTrigger span:nth-of-type(2) {
top: 12.5px;
width: 25px;
}
.menuTrigger span:nth-of-type(3) {
bottom: 0;
}
.menuTrigger.active span:nth-of-type(1),
.menuTrigger.active span:nth-of-type(3) {
width: 20px;
}
.menuTrigger.active span:nth-of-type(2) {
width: 40px;
}
.menuTrigger.active span:nth-of-type(1) {
-webkit-transform: translate(-1px,13px) rotate(-45deg);
transform: translate(-4px,6px) rotate(-45deg);
}
.menuTrigger.active span:nth-of-type(3) {
-webkit-transform: translate(-1px,-13px) rotate(45deg);
transform: translate(-3px,-7px) rotate(45deg);
}
:global nav {
width: 250px;
height: 100%;
padding-top: 100px;
background-color:rgb(131, 126, 96, 0.8);
position: fixed;
top: 0;
right: 0;
z-index: 10;
transform: translate(250px);
transition: all .5s;
}
nav.open {
transform: translateZ(0);
width: 50%;
}
:global nav li{
text-align: center;
padding: 2%;
width: 100%;
}
:global ul {
list-style: none;
}
:global li *:last-child{
letter-spacing: 0.2em;
text-decoration: none;
color: rgb(245, 244, 244);
}
:global li *:last-child:hover{
text-decoration:line-through;
} | src/styles/nav-bar.module.css | :global .wrapper {
height: 100%;
overflow-x: hidden;
position: relative;
}
:global .overlay {
content: "";
display: block;
width: 0;
height: 0;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
z-index: 2;
opacity: 0;
transition: opacity .5s;
}
.overlay.open {
width: 100%;
height: 100%;
opacity: 1;
}
.menuTrigger {
display: inline-block;
width: 36px;
height: 28px;
vertical-align: middle;
cursor: pointer;
position: fixed;
top: 30px;
right: 30px;
z-index: 100;
transform: translateX(0);
transition: transform .5s;
margin: 2%;
}
.menuTrigger span {
display: inline-block;
box-sizing: border-box;
position: absolute;
left: 0;
width: 100%;
height: 1px;
background-color: #000;
}
.menuTrigger.active span {
background-color: #fff;
}
.menuTrigger span:nth-of-type(1) {
top: 0;
width: 15px;
}
.menuTrigger span:nth-of-type(2) {
top: 12.5px;
width: 25px;
}
.menuTrigger span:nth-of-type(3) {
bottom: 0;
}
.menuTrigger.active span:nth-of-type(1),
.menuTrigger.active span:nth-of-type(3) {
width: 20px;
}
.menuTrigger.active span:nth-of-type(2) {
width: 40px;
}
.menuTrigger.active span:nth-of-type(1) {
-webkit-transform: translate(-1px,13px) rotate(-45deg);
transform: translate(-4px,6px) rotate(-45deg);
}
.menuTrigger.active span:nth-of-type(3) {
-webkit-transform: translate(-1px,-13px) rotate(45deg);
transform: translate(-3px,-7px) rotate(45deg);
}
:global nav {
width: 250px;
height: 100%;
padding-top: 100px;
background-color:rgb(131, 126, 96, 0.8);
position: fixed;
top: 0;
right: 0;
z-index: 10;
transform: translate(250px);
transition: all .5s;
}
nav.open {
transform: translateZ(0);
width: 50%;
}
:global nav li{
text-align: center;
padding: 2%;
width: 100%;
}
:global ul {
list-style: none;
}
:global li *:last-child{
letter-spacing: 0.2em;
text-decoration: none;
color: rgb(245, 244, 244);
}
:global li *:last-child:hover{
text-decoration:line-through;
} | 0.47658 | 0.126731 |
body {
padding-top: 50px;
padding-bottom: 20px;
background-image: url('/images/bgNoisy.png');
background-color: #cccccc;
}
@media only screen and (min-width: 768px) {
/* tablets and desktop */
.phraseconte {
color: white;
font-family: Dotum;
font-size: 60px;
font-weight: normal;
font-style: normal;
}
}
@media only screen and (max-width: 767px) {
/* phones */
.phraseconte {
color: white;
font-family: Dotum;
font-size: 40px;
font-weight: normal;
font-style: normal;
}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
/* portrait phones */
.phraseconte {
color: white;
font-family: Dotum;
font-size: 40px;
font-weight: normal;
font-style: normal;
}
}
.grid-style {
border: 1px solid rgb(212,212,212);
min-height: 250px;
max-height: 300px;
overflow-y: scroll;
overflow-x: hidden;
}
.user-details {
margin-top: 50px;
}
.gender-text {
margin: 0 5px;
vertical-align: sub;
}
.top {
position: relative;
height: 33%;
}
.bottom {
position: relative;
height: 13%;
}
.content {
position: relative;
height: 300px;
padding-top: 50px;
padding-bottom: 50px;
-webkit-border-radius: 52px;
-moz-border-radius: 52px;
-ms-border-radius: 52px;
border-radius: 52px;
border:4px solid #08122E;
background-color:#EB4242;
-webkit-box-shadow: #B3B3B3 19px 19px 19px;
-moz-box-shadow: #B3B3B3 19px 19px 19px;
-ms-box-shadow: #B3B3B3 19px 19px 19px;
box-shadow: #B3B3B3 19px 19px 19px;
}
.mainlayout {
position: relative;
height: 600px;
background-color: #EAF50A;
}
.media {
padding-bottom: 20px;
}
.topleft {
position: relative;
width: 33%;
float: left;
height: 100%;
}
.topcenter {
padding-top: 50px;
padding-bottom: 50px;
}
.topright {
padding-top: 30px;
padding-bottom: 30px;
-webkit-border-radius: 80px;
-moz-border-radius: 80px;
-ms-border-radius: 80px;
border-radius: 80px;
border:2px solid #08122E;
background-color:#EB4242;
-webkit-box-shadow: #B3B3B3 19px 19px 19px;
-moz-box-shadow: #B3B3B3 19px 19px 19px;
-ms-box-shadow: #B3B3B3 19px 19px 19px;
box-shadow: #B3B3B3 19px 19px 19px;
}
.title {
color: #EB4242;
}
.bubble {
position: relative;
padding: 9px;
background: #FFFFFF;
-webkit-border-radius: 26px;
-moz-border-radius: 26px;
-ms-border-radius: 26px;
border-radius: 26px;
border: #EB4242 solid 4px;
-webkit-box-shadow: #B3B3B3 19px 19px 19px;
-moz-box-shadow: #B3B3B3 19px 19px 19px;
-ms-box-shadow: #B3B3B3 19px 19px 19px;
box-shadow: #B3B3B3 19px 19px 19px;
}
.bubble:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
margin-left: -15px;
bottom: -15px;
left: 27%;
}
.bubble:before
{
content: '';
position: absolute;
border-style: solid;
border-width: 18px 18px 0;
border-color: #EB4242 transparent;
display: block;
width: 0;
z-index: 0;
margin-left: -18px;
bottom: -22px;
left: 27%;
}
.bubbleLeft
{
position: relative;
padding: 9px;
background: #FFFFFF;
-webkit-border-radius: 26px;
-moz-border-radius: 26px;
border-radius: 26px;
border: #EB4242 solid 4px;
}
.bubbleLeft:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 15px 0;
border-color: transparent #FFFFFF;
display: block;
width: 0;
z-index: 1;
margin-top: -15px;
left: -15px;
top: 27%;
}
.bubbleLeft:before
{
content: '';
position: absolute;
border-style: solid;
border-width: 18px 18px 18px 0;
border-color: transparent #EB4242;
display: block;
width: 0;
z-index: 0;
margin-top: -18px;
left: -22px;
top: 27%;
}
.bottomleft {
position: relative;
width: 33%;
float: left;
height: 100%;
}
.bottomcenter {
position: relative;
width: 33%;
float: left;
height: 100%;
}
.bottomright {
width: 33%;
height: 100%;
float: left;
} | Uni-APPKids/Content/site.css | body {
padding-top: 50px;
padding-bottom: 20px;
background-image: url('/images/bgNoisy.png');
background-color: #cccccc;
}
@media only screen and (min-width: 768px) {
/* tablets and desktop */
.phraseconte {
color: white;
font-family: Dotum;
font-size: 60px;
font-weight: normal;
font-style: normal;
}
}
@media only screen and (max-width: 767px) {
/* phones */
.phraseconte {
color: white;
font-family: Dotum;
font-size: 40px;
font-weight: normal;
font-style: normal;
}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
/* portrait phones */
.phraseconte {
color: white;
font-family: Dotum;
font-size: 40px;
font-weight: normal;
font-style: normal;
}
}
.grid-style {
border: 1px solid rgb(212,212,212);
min-height: 250px;
max-height: 300px;
overflow-y: scroll;
overflow-x: hidden;
}
.user-details {
margin-top: 50px;
}
.gender-text {
margin: 0 5px;
vertical-align: sub;
}
.top {
position: relative;
height: 33%;
}
.bottom {
position: relative;
height: 13%;
}
.content {
position: relative;
height: 300px;
padding-top: 50px;
padding-bottom: 50px;
-webkit-border-radius: 52px;
-moz-border-radius: 52px;
-ms-border-radius: 52px;
border-radius: 52px;
border:4px solid #08122E;
background-color:#EB4242;
-webkit-box-shadow: #B3B3B3 19px 19px 19px;
-moz-box-shadow: #B3B3B3 19px 19px 19px;
-ms-box-shadow: #B3B3B3 19px 19px 19px;
box-shadow: #B3B3B3 19px 19px 19px;
}
.mainlayout {
position: relative;
height: 600px;
background-color: #EAF50A;
}
.media {
padding-bottom: 20px;
}
.topleft {
position: relative;
width: 33%;
float: left;
height: 100%;
}
.topcenter {
padding-top: 50px;
padding-bottom: 50px;
}
.topright {
padding-top: 30px;
padding-bottom: 30px;
-webkit-border-radius: 80px;
-moz-border-radius: 80px;
-ms-border-radius: 80px;
border-radius: 80px;
border:2px solid #08122E;
background-color:#EB4242;
-webkit-box-shadow: #B3B3B3 19px 19px 19px;
-moz-box-shadow: #B3B3B3 19px 19px 19px;
-ms-box-shadow: #B3B3B3 19px 19px 19px;
box-shadow: #B3B3B3 19px 19px 19px;
}
.title {
color: #EB4242;
}
.bubble {
position: relative;
padding: 9px;
background: #FFFFFF;
-webkit-border-radius: 26px;
-moz-border-radius: 26px;
-ms-border-radius: 26px;
border-radius: 26px;
border: #EB4242 solid 4px;
-webkit-box-shadow: #B3B3B3 19px 19px 19px;
-moz-box-shadow: #B3B3B3 19px 19px 19px;
-ms-box-shadow: #B3B3B3 19px 19px 19px;
box-shadow: #B3B3B3 19px 19px 19px;
}
.bubble:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
margin-left: -15px;
bottom: -15px;
left: 27%;
}
.bubble:before
{
content: '';
position: absolute;
border-style: solid;
border-width: 18px 18px 0;
border-color: #EB4242 transparent;
display: block;
width: 0;
z-index: 0;
margin-left: -18px;
bottom: -22px;
left: 27%;
}
.bubbleLeft
{
position: relative;
padding: 9px;
background: #FFFFFF;
-webkit-border-radius: 26px;
-moz-border-radius: 26px;
border-radius: 26px;
border: #EB4242 solid 4px;
}
.bubbleLeft:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 15px 0;
border-color: transparent #FFFFFF;
display: block;
width: 0;
z-index: 1;
margin-top: -15px;
left: -15px;
top: 27%;
}
.bubbleLeft:before
{
content: '';
position: absolute;
border-style: solid;
border-width: 18px 18px 18px 0;
border-color: transparent #EB4242;
display: block;
width: 0;
z-index: 0;
margin-top: -18px;
left: -22px;
top: 27%;
}
.bottomleft {
position: relative;
width: 33%;
float: left;
height: 100%;
}
.bottomcenter {
position: relative;
width: 33%;
float: left;
height: 100%;
}
.bottomright {
width: 33%;
height: 100%;
float: left;
} | 0.365796 | 0.086401 |
@import url('https://unpkg.com/bootstrap@3.3.7/dist/css/bootstrap.min.css');
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
body {
background-color: var(--background-color);
}
:root {
--background-color: #2c2c2c;
--grid-color: #a89984;
--done-color: #aad46d;
--back-color: #f24b3e;
--newboard-color: #4bb5ac;
--timer-color: #ffba53;
--btn-color: #e8d9be;
}
.btn-quick:hover, .btn-quick:focus {
background-color: var(--btn-color);
color: var(--background-color);
border-radius: 50px;
border-color: var(--btn-color);
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick-daily:hover, .btn-quick-daily:focus {
background-color: #b58900;
color: #2c2c2c;
border-radius: 50px;
border-color: #b58900;
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick-daily {
background-color: #859000;
color: #e8d9be;
border-radius: 50px;
border-color: #859000;
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick-warning:hover, .btn-quick-warning:focus {
background-color: #b53131;
color: var(--background-color);
border-radius: 50px;
border-color: #b53131;
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick-warning {
background-color: var(--background-color);
color: #b53131;
border-radius: 50px;
border-color: #b53131;
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick {
background-color: var(--background-color);
color: var(--btn-color);
border-radius: 50px;
border-color: var(--btn-color);
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick-submit:hover, .btn-quick-submit:focus {
background-color: var(--done-color);
color: var(--background-color);
border-radius: 50px;
border-color: var(--done-color);
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick-submit {
background-color: var(--background-color);
color: var(--done-color);
border-radius: 50px;
border-color: var(--done-color);
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick-newboard:hover, .btn-quick-newboard:focus {
background-color: var(--newboard-color);
color: var(--background-color);
border-radius: 50px;
border-color: var(--newboard-color);
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick-newboard {
background-color: var(--background-color);
color: var(--newboard-color);
border-radius: 50px;
border-color: var(--newboard-color);
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick, .btn-quick:hover, .btn-quick:focus,
.btn-quick-daily, .btn-quick-daily:hover, .btn-quick-daily:focus,
.btn-quick-warning, .btn-quick-warning:hover, .btn-quick-warning:focus,
.btn-quick-newboard, .btn-quick-newboard:hover, .btn-quick-newboard:focus {
transition: background-color 0.6s ease;
width: 150px;
font-size: 25px;
height: 40px;
padding-top: 1px;
} | src/styles.css | @import url('https://unpkg.com/bootstrap@3.3.7/dist/css/bootstrap.min.css');
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
body {
background-color: var(--background-color);
}
:root {
--background-color: #2c2c2c;
--grid-color: #a89984;
--done-color: #aad46d;
--back-color: #f24b3e;
--newboard-color: #4bb5ac;
--timer-color: #ffba53;
--btn-color: #e8d9be;
}
.btn-quick:hover, .btn-quick:focus {
background-color: var(--btn-color);
color: var(--background-color);
border-radius: 50px;
border-color: var(--btn-color);
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick-daily:hover, .btn-quick-daily:focus {
background-color: #b58900;
color: #2c2c2c;
border-radius: 50px;
border-color: #b58900;
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick-daily {
background-color: #859000;
color: #e8d9be;
border-radius: 50px;
border-color: #859000;
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick-warning:hover, .btn-quick-warning:focus {
background-color: #b53131;
color: var(--background-color);
border-radius: 50px;
border-color: #b53131;
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick-warning {
background-color: var(--background-color);
color: #b53131;
border-radius: 50px;
border-color: #b53131;
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick {
background-color: var(--background-color);
color: var(--btn-color);
border-radius: 50px;
border-color: var(--btn-color);
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick-submit:hover, .btn-quick-submit:focus {
background-color: var(--done-color);
color: var(--background-color);
border-radius: 50px;
border-color: var(--done-color);
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick-submit {
background-color: var(--background-color);
color: var(--done-color);
border-radius: 50px;
border-color: var(--done-color);
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick-newboard:hover, .btn-quick-newboard:focus {
background-color: var(--newboard-color);
color: var(--background-color);
border-radius: 50px;
border-color: var(--newboard-color);
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick-newboard {
background-color: var(--background-color);
color: var(--newboard-color);
border-radius: 50px;
border-color: var(--newboard-color);
border-style: solid;
outline: 1px;
margin-bottom:10px;
}
.btn-quick, .btn-quick:hover, .btn-quick:focus,
.btn-quick-daily, .btn-quick-daily:hover, .btn-quick-daily:focus,
.btn-quick-warning, .btn-quick-warning:hover, .btn-quick-warning:focus,
.btn-quick-newboard, .btn-quick-newboard:hover, .btn-quick-newboard:focus {
transition: background-color 0.6s ease;
width: 150px;
font-size: 25px;
height: 40px;
padding-top: 1px;
} | 0.332202 | 0.071916 |
@font-face {
font-family: UniversalStd-NewswithCommP_1s6;
src: url("../fonts/form-1095c/UniversalStd-NewswithCommP_1s6.woff")
format("woff");
}
@font-face {
font-family: HelveticaNeueLTStd-BdIt_1sn;
src: url("../fonts/form-1095c/HelveticaNeueLTStd-BdIt_1sn.woff")
format("woff");
}
@font-face {
font-family: HelveticaNeueLTStd-BdOu_1sp;
src: url("../fonts/form-1095c/HelveticaNeueLTStd-BdOu_1sp.woff")
format("woff");
}
@font-face {
font-family: HelveticaNeueLTStd-Blk_1sr;
src: url("../fonts/form-1095c/HelveticaNeueLTStd-Blk_1sr.woff")
format("woff");
}
@font-face {
font-family: HelveticaNeueLTStd-Roman_1sd;
src: url("../fonts/form-1095c/HelveticaNeueLTStd-Roman_1sd.woff")
format("woff");
}
@font-face {
font-family: HelveticaNeueLTStd-Bd_1sl;
src: url("../fonts/form-1095c/HelveticaNeueLTStd-Bd_1sl.woff")
format("woff");
}
@font-face {
font-family: OCRAStd_1sb;
src: url("../fonts/form-1095c/OCRAStd_1sb.woff") format("woff");
}
@font-face {
font-family: ITCFranklinGothicStd-Demi_1sh;
src: url("../fonts/form-1095c/ITCFranklinGothicStd-Demi_1sh.woff")
format("woff");
}
@font-face {
font-family: HelveticaNeueLTStd-BlkCn_1sf;
src: url("../fonts/form-1095c/HelveticaNeueLTStd-BlkCn_1sf.woff")
format("woff");
}
/* End embedded font definitions */
.form-number {
font-family: fantasy;
font-size: 33px;
}
.ITCFrank {
font-family: ITCFranklinGothicStd-Demi_1sh;
}
.Helvet-Blk_1sr {
font-family: HelveticaNeueLTStd-Blk_1sr;
}
.Helvet-Bd_1sl {
font-family: HelveticaNeueLTStd-Bd_1sl;
}
h5{
font-weight:600 !important;
}
.page-num {
font-family: HelveticaNeueLTStd-Bd_1sl;
font-size: 15px;
}
.pointer-events{
pointer-events: none;
cursor: not-allowed;
opacity: 0.6;
}
.year-first-2 {
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
color: white;
font-size: 30px;
font-family: HelveticaNeueLTStd-Bd_1sl;
letter-spacing: 3px;
}
.sub-headings-3{
font-family: HelveticaNeueLTStd-Bd_1sl;
font-size: 13px;
}
input[type="checkbox"] {
margin: 10px 0 0;
}
.padding-top-10{
padding-top:10px;
}
.year-last-2 {
font-family: HelveticaNeueLTStd-Blk_1sr;
letter-spacing: -1px;
font-size: 30px;
}
.font-size-31 {
font-size: 31px;
}
.font-size-20 {
font-size: 20px;
}
.font-size-18{
font-size: 18px;
}
.border-bottom {
border-bottom: 2px solid black;
}
.font-size-23{
font-size:23px;
}
.border-single-bottom {
border-bottom: 1px solid black;
}
.border-single-left{
border-left: 1px solid black;
}
.border-single-right {
border-right: 1px solid black;
}
.text-align-just{
text-align:justify;
}
.text-align-left{
text-align:left;
}
.font-weight-600{
font-weight:600;
}
.border-right {
border-right: 2px solid black;
}
.border-left {
border-left: 2px solid black;
}
.text-align {
text-align: center;
}
.vertical-align-top {
vertical-align: sub;
}
.padding-left-0 {
padding-left: 0px;
}
.padding-right-0 {
padding-right: 0px;
}
.font-shadow {
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
color: white;
font-size: 30px;
}
.padding-top-20 {
padding-top: 20px;
}
.padding-top-5 {
padding-top: 5px;
}
.color-effect {
background-color: black;
color: white;
padding: 3px 0px 3px 16px;
}
.padding-bottom-3{
padding-bottom:3px;
}
.white-space {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.width-100 {
width: 100%;
}
.width-95 {
width: 95%;
}
.width-90 {
width: 90%;
}
#dotted {
border: 0;
border-bottom: 2px dotted;
}
table,td,th {
border: 1px solid black;
}
td {
padding: 10px !important;
}
table {
border-collapse: collapse;
}
th {
height: 50px;
}
.center-start { text-align:-webkit-center; }
table.inline {
display: inline-table;
vertical-align: top; /* or else as your needs */
}
.width-49 {
width: 49%;
}
.width-50 {
width: 50%;
}
.width-60 {
width: 60%;
}
.width-40 {
width: 40%;
}
.width-80 {
width: 80%
}
.vertical-align-sub {
vertical-align: sub;
}
.margin-bottom-5 {
margin-bottom: 5px;
}
.margin-top-5 {
margin-top: 5px;
}
.vertical-align-webkit {
vertical-align: -webkit-baseline-middle;
}
.padding-bottom-10 {
padding-bottom: 10px;
}
/*
.content-wrapper {
min-height: 2850px !important;
}*/
.disable {
pointer-events: none;
opacity: 0.5;
}
.padding-0{
padding:0px !important;
}
@media screen and (max-width: 990px) {
.media-border-bottom {
border-bottom: 2px solid black;
}
.media-border-right {
border-right: 2px solid black;
}
.media-border-left {
border-left: 2px solid black;
text-align:center;
}
} | css/form-1094.css | @font-face {
font-family: UniversalStd-NewswithCommP_1s6;
src: url("../fonts/form-1095c/UniversalStd-NewswithCommP_1s6.woff")
format("woff");
}
@font-face {
font-family: HelveticaNeueLTStd-BdIt_1sn;
src: url("../fonts/form-1095c/HelveticaNeueLTStd-BdIt_1sn.woff")
format("woff");
}
@font-face {
font-family: HelveticaNeueLTStd-BdOu_1sp;
src: url("../fonts/form-1095c/HelveticaNeueLTStd-BdOu_1sp.woff")
format("woff");
}
@font-face {
font-family: HelveticaNeueLTStd-Blk_1sr;
src: url("../fonts/form-1095c/HelveticaNeueLTStd-Blk_1sr.woff")
format("woff");
}
@font-face {
font-family: HelveticaNeueLTStd-Roman_1sd;
src: url("../fonts/form-1095c/HelveticaNeueLTStd-Roman_1sd.woff")
format("woff");
}
@font-face {
font-family: HelveticaNeueLTStd-Bd_1sl;
src: url("../fonts/form-1095c/HelveticaNeueLTStd-Bd_1sl.woff")
format("woff");
}
@font-face {
font-family: OCRAStd_1sb;
src: url("../fonts/form-1095c/OCRAStd_1sb.woff") format("woff");
}
@font-face {
font-family: ITCFranklinGothicStd-Demi_1sh;
src: url("../fonts/form-1095c/ITCFranklinGothicStd-Demi_1sh.woff")
format("woff");
}
@font-face {
font-family: HelveticaNeueLTStd-BlkCn_1sf;
src: url("../fonts/form-1095c/HelveticaNeueLTStd-BlkCn_1sf.woff")
format("woff");
}
/* End embedded font definitions */
.form-number {
font-family: fantasy;
font-size: 33px;
}
.ITCFrank {
font-family: ITCFranklinGothicStd-Demi_1sh;
}
.Helvet-Blk_1sr {
font-family: HelveticaNeueLTStd-Blk_1sr;
}
.Helvet-Bd_1sl {
font-family: HelveticaNeueLTStd-Bd_1sl;
}
h5{
font-weight:600 !important;
}
.page-num {
font-family: HelveticaNeueLTStd-Bd_1sl;
font-size: 15px;
}
.pointer-events{
pointer-events: none;
cursor: not-allowed;
opacity: 0.6;
}
.year-first-2 {
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
color: white;
font-size: 30px;
font-family: HelveticaNeueLTStd-Bd_1sl;
letter-spacing: 3px;
}
.sub-headings-3{
font-family: HelveticaNeueLTStd-Bd_1sl;
font-size: 13px;
}
input[type="checkbox"] {
margin: 10px 0 0;
}
.padding-top-10{
padding-top:10px;
}
.year-last-2 {
font-family: HelveticaNeueLTStd-Blk_1sr;
letter-spacing: -1px;
font-size: 30px;
}
.font-size-31 {
font-size: 31px;
}
.font-size-20 {
font-size: 20px;
}
.font-size-18{
font-size: 18px;
}
.border-bottom {
border-bottom: 2px solid black;
}
.font-size-23{
font-size:23px;
}
.border-single-bottom {
border-bottom: 1px solid black;
}
.border-single-left{
border-left: 1px solid black;
}
.border-single-right {
border-right: 1px solid black;
}
.text-align-just{
text-align:justify;
}
.text-align-left{
text-align:left;
}
.font-weight-600{
font-weight:600;
}
.border-right {
border-right: 2px solid black;
}
.border-left {
border-left: 2px solid black;
}
.text-align {
text-align: center;
}
.vertical-align-top {
vertical-align: sub;
}
.padding-left-0 {
padding-left: 0px;
}
.padding-right-0 {
padding-right: 0px;
}
.font-shadow {
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
color: white;
font-size: 30px;
}
.padding-top-20 {
padding-top: 20px;
}
.padding-top-5 {
padding-top: 5px;
}
.color-effect {
background-color: black;
color: white;
padding: 3px 0px 3px 16px;
}
.padding-bottom-3{
padding-bottom:3px;
}
.white-space {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.width-100 {
width: 100%;
}
.width-95 {
width: 95%;
}
.width-90 {
width: 90%;
}
#dotted {
border: 0;
border-bottom: 2px dotted;
}
table,td,th {
border: 1px solid black;
}
td {
padding: 10px !important;
}
table {
border-collapse: collapse;
}
th {
height: 50px;
}
.center-start { text-align:-webkit-center; }
table.inline {
display: inline-table;
vertical-align: top; /* or else as your needs */
}
.width-49 {
width: 49%;
}
.width-50 {
width: 50%;
}
.width-60 {
width: 60%;
}
.width-40 {
width: 40%;
}
.width-80 {
width: 80%
}
.vertical-align-sub {
vertical-align: sub;
}
.margin-bottom-5 {
margin-bottom: 5px;
}
.margin-top-5 {
margin-top: 5px;
}
.vertical-align-webkit {
vertical-align: -webkit-baseline-middle;
}
.padding-bottom-10 {
padding-bottom: 10px;
}
/*
.content-wrapper {
min-height: 2850px !important;
}*/
.disable {
pointer-events: none;
opacity: 0.5;
}
.padding-0{
padding:0px !important;
}
@media screen and (max-width: 990px) {
.media-border-bottom {
border-bottom: 2px solid black;
}
.media-border-right {
border-right: 2px solid black;
}
.media-border-left {
border-left: 2px solid black;
text-align:center;
}
} | 0.198724 | 0.065455 |
@import url(https://fonts.googleapis.com/css?family=Roboto:700);
* {
box-sizing: border-box;
}
html, body {
height: 100%;
overflow: hidden;
}
body {
text-shadow: 0 0 1px #000, 0 0 2px #000;
background: {background_color};
font-family: 'Roboto';
font-weight: 700;
font-size: {font_size};
line-height: 1.5em;
color: {text_color};
}
#log>div {
animation: fadeInRight .3s ease forwards, fadeOut 0.5s ease {message_hide_delay} forwards;
-webkit-animation: fadeInRight .3s ease forwards, fadeOut 0.5s ease {message_hide_delay} forwards;
}
.colon {
display: none;
}
#log {
display: table;
position: absolute;
bottom: 0;
left: 0;
padding: 0 10px 10px;
width: 100%;
table-layout: fixed;
}
#log>div {
display: table-row;
}
#log>div.deleted {
visibility: hidden;
}
#log .emote {
background-repeat: no-repeat;
background-position: center;
background-size: contain;
padding: 0.4em 0.2em;
position: relative;
}
#log .emote img {
display: inline-block;
height: 1em;
opacity: 0;
}
#log .message,#log .meta {
position: relative;
z-index: 3;
}
#log .meta {
width: 100%;
display: flex;
text-align: right;
padding-right: 0.5em;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
align-items: center;
justify-content: space-between;
flex-direction: row-reverse;
}
#log .message {
word-wrap: break-word;
width: 65%;
display: block;
color: #fff;
}
.badge {
display: inline-block;
margin-left: 0.2em;
position: relative;
height: 1em;
vertical-align: middle;
}
.name {
}
#log > div {
background: transparent;
margin-bottom: 10px;
padding: 10px;
display: block;
position: relative;
}
#log > div .background-image {
background: rgba(100, 100, 100, 255);
display: block;
opacity: 0.8;
position: absolute;
z-index: 1;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-repeat: no-repeat;
}
#log > div.nonsub {
color: #fff !important;
background: transparent;
}
#log > div.owner .background-image {
opacity: 0.7;
}
#log > div.owner .background-image,
#log > div.sub .background-image,
#log > div.vip .background-image,
#log > div.founder .background-image,
#log > div.bot .background-image,
#log > div.mod .background-image,
#log > div.glodeelocks .background-image,
#log > div.colon-threee .background-image {
opacity: 0.7;
}
#log > div.prime .background-image {
background: url("https://swolekat.github.io/twitch-chat-test-harness/images/jeff bezos.gif");
background-size: cover;
background-position: center;
}
#log > div.sub .background-image {
background: url("https://swolekat.github.io/twitch-chat-test-harness/images/dumbells.jpg");
background-size: cover;
background-position: center;
}
#log > div.vip .background-image {
background: url("https://swolekat.github.io/twitch-chat-test-harness/images/shimmering.gif");
background-size: cover;
background-position: center;
}
#log > div.founder .background-image {
background: url("https://swolekat.github.io/twitch-chat-test-harness/images/mugi.gif");
background-size: cover;
background-position: center;
}
#log > div.mod .background-image {
background: url("https://swolekat.github.io/twitch-chat-test-harness/images/sword.gif");
background-size: cover;
background-position: center;
}
#log > div.owner .background-image {
background: url("https://swolekat.github.io/twitch-chat-test-harness/images/eyes.png");
background-size: cover;
background-position: center;
}
#log > div.bot .background-image {
background: url("https://swolekat.github.io/twitch-chat-test-harness/images/robot-background.jpg");
background-position: center;
}
#log > div.glodeelocks .background-image {
background: url("https://cdn.discordapp.com/attachments/886759904583495700/894453131621048320/image0.jpg");
background-size: cover;
background-position: center;
}
#log > div.mindless-seal .background-image {
background: url("https://swolekat.github.io/twitch-chat-test-harness/images/seal-pattern.jpg");
background-repeat: repeat;
}
#log > div.colon-threee .background-image {
background: url("https://i.imgur.com/DmiIHdl.gif");
background-size: cover;
background-position: center;
}
#log > div.toxic-twinky .message {
color: #000 !important;
}
#log > div.toxic-twinky .background-image {
background: url("https://www.clipartkey.com/mpngs/m/315-3151731_green-biohazard-symbol-png.png");
background-size: cover;
background-position: center;
} | streamlabs/overrides/custom.css | @import url(https://fonts.googleapis.com/css?family=Roboto:700);
* {
box-sizing: border-box;
}
html, body {
height: 100%;
overflow: hidden;
}
body {
text-shadow: 0 0 1px #000, 0 0 2px #000;
background: {background_color};
font-family: 'Roboto';
font-weight: 700;
font-size: {font_size};
line-height: 1.5em;
color: {text_color};
}
#log>div {
animation: fadeInRight .3s ease forwards, fadeOut 0.5s ease {message_hide_delay} forwards;
-webkit-animation: fadeInRight .3s ease forwards, fadeOut 0.5s ease {message_hide_delay} forwards;
}
.colon {
display: none;
}
#log {
display: table;
position: absolute;
bottom: 0;
left: 0;
padding: 0 10px 10px;
width: 100%;
table-layout: fixed;
}
#log>div {
display: table-row;
}
#log>div.deleted {
visibility: hidden;
}
#log .emote {
background-repeat: no-repeat;
background-position: center;
background-size: contain;
padding: 0.4em 0.2em;
position: relative;
}
#log .emote img {
display: inline-block;
height: 1em;
opacity: 0;
}
#log .message,#log .meta {
position: relative;
z-index: 3;
}
#log .meta {
width: 100%;
display: flex;
text-align: right;
padding-right: 0.5em;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
align-items: center;
justify-content: space-between;
flex-direction: row-reverse;
}
#log .message {
word-wrap: break-word;
width: 65%;
display: block;
color: #fff;
}
.badge {
display: inline-block;
margin-left: 0.2em;
position: relative;
height: 1em;
vertical-align: middle;
}
.name {
}
#log > div {
background: transparent;
margin-bottom: 10px;
padding: 10px;
display: block;
position: relative;
}
#log > div .background-image {
background: rgba(100, 100, 100, 255);
display: block;
opacity: 0.8;
position: absolute;
z-index: 1;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-repeat: no-repeat;
}
#log > div.nonsub {
color: #fff !important;
background: transparent;
}
#log > div.owner .background-image {
opacity: 0.7;
}
#log > div.owner .background-image,
#log > div.sub .background-image,
#log > div.vip .background-image,
#log > div.founder .background-image,
#log > div.bot .background-image,
#log > div.mod .background-image,
#log > div.glodeelocks .background-image,
#log > div.colon-threee .background-image {
opacity: 0.7;
}
#log > div.prime .background-image {
background: url("https://swolekat.github.io/twitch-chat-test-harness/images/jeff bezos.gif");
background-size: cover;
background-position: center;
}
#log > div.sub .background-image {
background: url("https://swolekat.github.io/twitch-chat-test-harness/images/dumbells.jpg");
background-size: cover;
background-position: center;
}
#log > div.vip .background-image {
background: url("https://swolekat.github.io/twitch-chat-test-harness/images/shimmering.gif");
background-size: cover;
background-position: center;
}
#log > div.founder .background-image {
background: url("https://swolekat.github.io/twitch-chat-test-harness/images/mugi.gif");
background-size: cover;
background-position: center;
}
#log > div.mod .background-image {
background: url("https://swolekat.github.io/twitch-chat-test-harness/images/sword.gif");
background-size: cover;
background-position: center;
}
#log > div.owner .background-image {
background: url("https://swolekat.github.io/twitch-chat-test-harness/images/eyes.png");
background-size: cover;
background-position: center;
}
#log > div.bot .background-image {
background: url("https://swolekat.github.io/twitch-chat-test-harness/images/robot-background.jpg");
background-position: center;
}
#log > div.glodeelocks .background-image {
background: url("https://cdn.discordapp.com/attachments/886759904583495700/894453131621048320/image0.jpg");
background-size: cover;
background-position: center;
}
#log > div.mindless-seal .background-image {
background: url("https://swolekat.github.io/twitch-chat-test-harness/images/seal-pattern.jpg");
background-repeat: repeat;
}
#log > div.colon-threee .background-image {
background: url("https://i.imgur.com/DmiIHdl.gif");
background-size: cover;
background-position: center;
}
#log > div.toxic-twinky .message {
color: #000 !important;
}
#log > div.toxic-twinky .background-image {
background: url("https://www.clipartkey.com/mpngs/m/315-3151731_green-biohazard-symbol-png.png");
background-size: cover;
background-position: center;
} | 0.343452 | 0.106644 |
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0px;
padding: 0px;
border: 0;
font-size: 100%;
font: inherit;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
body {
background:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#5a5a5a;
margin:0px;
padding:0px;
}
a { text-decoration: none;-webkit-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; -moz-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; -o-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;}
a img { border:0px; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
/*html { overflow-y: scroll; }*/
a:hover, a:active { outline: none; }
ul, ol { }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
/*td { vertical-align: top; }*/
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid { }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
::-moz-selection{ background: #44b3e3; color:#FFF; text-shadow: none; }
::selection { background:#FF5E99; color:#7e7e7e; text-shadow: none; }
button { width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
body, select, input, textarea { color: #7e7e7e; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #5a5a5a; }
a:hover { color:#6ab233; }
.clear { clear:both; width:100%}
/*
=======================================================================
Wrapper
=======================================================================
*/
.wrapper { width:100%; }
/*
=======================================================================
Clear
=======================================================================
*/
.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
/*
=======================================================================
BackGround
=======================================================================
*/
.login_bg {
background-image:url(../images/staticImage/fixed_background_third.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size:cover;
}
/*#body-element {*/
/*background-image:url(../images/staticImage/fixed_background_third.jpg);*/
/*background-repeat: no-repeat;*/
/*background-attachment: fixed;*/
/*background-position: center;*/
/*background-size:cover;*/
/*}*/
/*.categories {*/
/*background-image:url(../images/staticImage/fixed_background_third.jpg);*/
/*background-repeat: no-repeat;*/
/*background-attachment: fixed;*/
/*background-position: center;*/
/*background-size:cover;*/
/*}*/
.sub-categories {
background:url(../images/staticImage/fixed_background_third.jpg) ;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size:cover;
}
.product-section {
background:url(../images/staticImage/inner_bg.jpg) ;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size:cover;
position: relative;
}
.inner_bg {
background:url(../images/staticImage/inner_bg.jpg) ;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size:cover;
}
/*.product-section{*/
/*max-height: 740px;*/
/*overflow-y: scroll;*/
/*}*/
/*.inner_bg{*/
/*max-height: 740px;*/
/*overflow-y: scroll;*/
/*}*/
/*
=======================================================================
Login Page
=======================================================================
*/
/*.product-section{position: absolute;}*/
.login_form_container { width:458px; height:489px; margin:0 auto; background:url(../../assets/images/staticImage/login_form_bg.png) no-repeat; margin-top:7%; padding:20px 30px; box-sizing:border-box; text-align:center; position:relative; }
.login_form_container .login_screw_left { position:absolute; left:20px; top:22px; width:14px; height:14px; }
.login_form_container .login_screw_right { position:absolute; right:20px; top:20px; width:14px; height:14px; }
.login_form_container .login_screw_bottom_left { position:absolute; left:20px; bottom:22px; width:14px; height:14px; }
.login_form_container .login_screw_bottom_right { position:absolute; right:20px; bottom:20px; width:14px; height:14px; }
.login_form_container .logo { margin:15px 0 }
.login_form_container .login_form { padding-top:30px; }
.login_form_container .login_form .username { height: auto; width:90%; background:#fbf9f9; border:#dfdfdf 1px solid; padding:12px; box-sizing:border-box; margin-bottom:25px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:400; color:#2c3e50; background-image:url(../images/staticImage/login_username_icon.png); background-repeat:no-repeat; background-position:97% 11px; }
.login_form_container .login_form .password { height: auto; width:90%; background:#fbf9f9; border:#dfdfdf 1px solid; padding:12px; box-sizing:border-box; margin-bottom:25px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:400; color:#2c3e50; background-image:url(../images/staticImage/login_password_icon.png); background-repeat:no-repeat; background-position:97% 11px; }
.login_form_container .login_form .btn { width:100%; background:#be1238; border:#ededed 1px solid; padding:12px 0; display:block; font-family:'Open Sans', sans-serif; font-size:15px; font-weight:600; color:#f1efea; text-transform:uppercase; margin:0 auto }
.login_form_container .login_form a { font-family:'Open Sans', sans-serif; font-size:14px; font-weight:400; color:#be1238; }
.login_form_container .login_form a:hover { font-family:'Open Sans', sans-serif; font-size:14px; font-weight:400; color:#be1238; text-decoration: none; }
.login_form_container .login_form label { font-family:'Open Sans', sans-serif; font-size:13px; font-weight:400; color:#2c3e50; padding-right:8px; line-height:15px; }
.form-control
{
border-radius:0px;
box-shadow:none;
}
.login_form_container .login_form .username
{
width:100%;
margin-bottom:20px;
}
.login_form_container .login_form .password
{
width:100%;
margin-bottom:20px;
}
.login_form_container .login_form .btn
{
margin: 20px auto;
}
.login_form_container .login_form
{
padding-top:15px;
}
.login_form_container
{
padding: 20px 40px;
}
/*
=======================================================================
Header
=======================================================================
*/
header.header { width:100%; text-align:center; padding:10px 0; padding-bottom:30px; }
header.header .logo { margin:0 auto; text-align:center; padding:30px 0; position:fixed; right:20px; bottom:80px; }
header.header nav { width:45%; float:left; position:relative; left:0px; top:0px; padding:0px 30px; padding-top:16px; padding-bottom:3px; background:#13b7a8; }
header.header nav ul { list-style:none; padding:0; margin:0; }
header.header nav ul p.breadcrumbs_category_item { float: right; margin-left: -100px; margin-right: 60px;
margin-top: 5px; font-family: 'Open Sans', sans-serif;
font-size: 13px; font-weight: 600; text-transform: uppercase; color: #ffffff; }
header.header nav ul p.breadcrumbs_product_item { float: right; margin-left: -31px; margin-right: 22px;
margin-top: 5px; font-family: 'Open Sans', sans-serif;
font-size: 13px; font-weight: 600; text-transform: uppercase; color: #ffffff; }
header.header nav ul li { display:inline-block; padding:5px 5px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#fff; text-transform:uppercase; }
/*header.header nav ul li p.breadcrumbs_module_item { float: right; margin-left: -100px; margin-right: 60px;*/
/*margin-top: 5px; font-family: 'Open Sans', sans-serif;*/
/*font-size: 13px; font-weight: 600; text-transform: uppercase; color: #ffffff; }*/
header.header nav ul li a { color:#fff; }
header.header nav ul li a:hover { text-decoration: none; outline: none;}
header.header nav ul li a:focus { text-decoration: none; outline: none;}
header.header nav ul li a:active { text-decoration: none; outline: none;}
header.header nav ul li a:visited { text-decoration: none; outline: none;}
/*Search*/
header.header .search_container { float:right; width: 42.5%; position:relative; right:0px; top:0px; padding:10.8px 20px; padding-right:30px; background:#a07aa7; }
header.header .search_container .search_block { background:#faeffc; padding:0px; width:auto; }
header.header .search_container .search_block .text_field { width:85%; display:inline-block; border:0px; background:none; padding:10px; font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; font-weight:normal; font-style:italic; color:#6d3877; }
header.header .search_container .search_block .text_field:focus { outline: none; }
header.header .search_container .search_block .btn { width:22px; height:22px; background:url(../images/staticImage/search_btn.png) no-repeat right; border:0px; margin-right:10px; }
/*
=======================================================================
Body
=======================================================================
*/
section.body { width:100%; }
section.body .inner_container { max-width:1200px; margin:54px auto; padding:0 30px; }
/*section.body .inner_container .custom_order { width:100%; clear:both; text-align:center; padding-bottom:10px; }*/
/*section.body .inner_container .custom-order-btn { width:100%; clear:both; text-align:center; padding-bottom:20px; margin-top: 35px; }*/
/*section.body .inner_container .custom-order-btn a { background:#be1238; padding:10px 16px; padding-top:12px; border-radius:1px; font-family:'Open Sans', sans-serif; font-size:16px; font-weight:700; color:#fff; text-transform:uppercase; }*/
/*section.body .inner_container .custom-order-btn a:hover { background:#fff; color:#be1238; text-decoration: none;}*/
/*section.body .inner_container .custom-order-btn a:focus { text-decoration: none;}*/
/*section.body .inner_container .custom_order { width:100%; clear:both; text-align:center; padding-bottom:30px; }*/
/*section.body .inner_container .custom_order span{ display: none; float: right; margin-top: -30px; }*/
section.body { width:100%; }
.main_categories { width:100%; padding:20px 0 }
.main_categories ul { list-style:none; text-align:center; }
.main_categories ul li { width:22%; height:350px; display:inline-block; vertical-align:top; margin:0 10px }
.main_categories ul li:nth-child(1) { background:url(../images/staticImage/events_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; }
.main_categories ul li:nth-child(1):hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; text-decoration: none; }
.main_categories ul li:nth-child(2) { background:url(../images/staticImage/wedding_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; }
.main_categories ul li:nth-child(2):hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; text-decoration: none; }
.main_categories ul li:nth-child(3) { background:url(../images/staticImage/birthday_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; }
.main_categories ul li:nth-child(3):hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; text-decoration: none; }
.main_categories ul li:nth-child(4) { background:url(../images/staticImage/cupcake_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; }
.main_categories ul li:nth-child(4):hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; text-decoration: none; }
.main_categories ul li:nth-child(5) { background:url(../images/staticImage/cupcake_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; }
.main_categories ul li:nth-child(5):hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; text-decoration: none; }
.main_categories ul li:nth-child(6) { background:url(../images/staticImage/birthday_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; }
.main_categories ul li:nth-child(6):hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; text-decoration: none; }
.main_categories ul li:nth-child(7) { background:url(../images/staticImage/events_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; }
.main_categories ul li:nth-child(7):hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; text-decoration: none; }
.main_categories ul li:nth-child(8) { background:url(../images/staticImage/wedding_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; }
.main_categories ul li:nth-child(8):hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; text-decoration: none; }
.main_categories ul li a { width:100%; height:100%; display:block;font-family:'Open Sans', sans-serif; font-size:28px; font-weight:700; color:#fff; text-transform:uppercase; padding-top:62%; }
.main_categories ul li a:hover { text-decoration: none; outline: none; }
.main_categories ul li a:focus { text-decoration: none; outline: none; }
.main_categories ul li a:active { text-decoration: none; outline: none; }
.main_categories ul li a:visited { text-decoration: none; outline: none; }
.main_categories ul li.custom_order { background:url(../images/staticImage/custom_order_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; width:90%; height:100px; margin-top: 20px; }
.main_categories ul li.custom_order a { padding-top:2.8%; }
.main_categories ul li.custom_order:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; }
/*Sub Categories*/
.sub_categories { width:100%; padding:20px 0 }
.sub_categories ul { list-style:none; text-align:center; margin-bottom: 23%; }
.sub_categories ul li { background:#fff; padding:10px; box-sizing:border-box; width:241px; height:276px; display:inline-block; vertical-align:top; margin:0 9px; margin-bottom:25px; }
.sub_categories ul li img { margin-bottom:15px; width: 223px; height: 210px;}
.sub_categories ul li a { display:block; font-family:'Open Sans', sans-serif; font-size:18px; font-weight:700; color:#13b7a8; text-transform:uppercase; }
.sub_categories ul li a:hover { text-decoration: none; outline: none; }
.sub_categories ul li a:focus { text-decoration: none; outline: none; }
.sub_categories ul li a:active { text-decoration: none; outline: none; }
.sub_categories ul li a:visited { text-decoration: none; outline: none; }
.sub_categories ul li.events { background:url(../images/staticImage/events_bg.png) repeat; }
.sub_categories ul li.events span { width:100%; height:58%; display:block; font-family:'Open Sans', sans-serif; font-size:28px; font-weight:700; color:#fff; text-transform:uppercase; padding-top:52%; }
/*
=======================================================================
Footer
=======================================================================
*/
.outer { margin-top:40px; position:relative; }
footer.footer { width:100%; margin: 0 auto !important; clear:both; background:#be1238; padding:30px 0; position:absolute; bottom:0px; left:0px; text-align:center; }
footer.footer span { font-family:'Open Sans', sans-serif; font-size:13px; font-weight:400; color:#d2c3c6; }
.sub-cat-sticky-footer { width:100%; clear:both; background:#be1238 !important; padding:30px 0; position:absolute; bottom:0px; left:0px; text-align:center; margin-bottom: 0px !important;}
.sub-cat-sticky-footer span { font-family:'Open Sans', sans-serif; font-size:13px; font-weight:400; color:#d2c3c6; }
/*
=======================================================================
Product Grid
=======================================================================
*/
.inner_nav { background:#a07aa7 !important }
.inner_footer { background:#a07aa7 !important }
.inner_footer span { color:#fff !important; opacity:0.90 !important; }
.toolbar { width:20%; float:right; clear:both; text-align: end;}
.toolbar a { margin:0 5px; }
.toolbar a:hover { text-decoration: none; outline: none; }
.toolbar a:focus { text-decoration: none; outline: none; }
.toolbar a:active { text-decoration: none; outline: none; }
.toolbar a:visited { text-decoration: none; outline: none; }
.grid_view { width:100%; clear:both; padding:20px 0 }
.grid_view ul { list-style:none; margin:0px; padding:0px; text-align:center; margin-bottom: 20%}
.grid_view ul li { width:28%; height:335px; padding:10px; box-sizing:border-box; background:#fff; display:inline-block; vertical-align:top; margin:25px 22px }
.grid_view ul li:focus { outline: none;}
.grid_view ul li a { display:initial; width:100%; height:100%; }
.grid_view ul li a:hover { text-decoration: none; }
.grid_view ul li a:focus { outline: none; }
.grid_view ul li .product { width:100%; text-align:center; }
.grid_view ul li .product:focus { outline: none; }
.grid_view ul li .product .product_thumbnail { height: 211px; overflow: hidden; padding: 10px 0; }
.grid_view ul li .product .product_thumbnail:focus { outline: none; }
/*.grid_view ul li .product .product_thumbnail img { max-width:100%; height:auto; }*/
.grid_view ul li .product .product_thumbnail img { width:300px; height: 300px; }
.grid_view ul li .product .product_thumbnail img:focus { outline: none; }
.grid_view ul li .product .product_detail { padding: 10px 0; width: 100%; }
.grid_view ul li .product .product_detail h3 { font-family:'Open Sans', sans-serif; font-size:15px; font-weight:700; color:#6d3877; text-transform:uppercase; line-height:28px; margin-top: 10px; margin-bottom: 0px; }
.grid_view ul li .product .product_detail span { font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
.grid_view ul li .btn { width:100%; padding:15px 0 }
.grid_view ul li .btn a { background:#a07aa7; padding:4px 8px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:600; color:#fff; text-transform:uppercase; border-radius:2px; }
.grid_view ul li .btn a:hover { text-emphasis:none; }
.grid_view ul li .btn a:hover { background:#82548a; }
.product_slider .btn1 { width:100%; padding:15px 0; margin-top: 200px;}
.product_slider .btn1 a { background: #82548a; padding:11px 22px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:600; color:#fff; text-transform:uppercase; border-radius:2px; }
.product_slider .btn1 a:hover { text-emphasis:none; text-decoration: none;}
.product_slider .btn1 a:hover { background:#82548a; padding: 12px 24px;}
.product_slider .carousel-caption { left:12% !important; right: 12% !important; top: 12% !important; }
.product_slider img { width:900px !important; height: 600px !important; margin: auto !important;}
.lightbox-modal .modal-dialog .modal-content{
top: 30px;
margin-left: 30px;
margin-right: 30px;
}
.lightbox-modal .modal-dialog .modal-content .modal-body{
padding: 15px;
position: relative;
top: 0;
}
.lightbox-modal .modal-dialog .modal-content .modal-body .lightbox-nav{
margin-bottom: 13px;
position: relative;
height: 25px;
text-align: center;
font-size: 0;
}
/*.lightbox-modal .modal-dialog .modal-content .modal-body .lightbox-nav>button{*/
/*color: #a07aa7;*/
/*}*/
/*.lightbox-modal .modal-dialog .modal-content .modal-body .lightbox-nav>button:hover{*/
/*color: #a07aa7;*/
/*}*/
.lightbox-modal .modal-dialog .modal-content .modal-body .lightbox-image-container>img{
width: 706px;
height: 422px;
max-width: 100%;
}
.modal-body .lightbox-nav .btn-group a { background:#a07aa7; padding:4px 8px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:600; color:#fff; text-transform:uppercase; border-radius:2px; }
.modal-body .lightbox-nav .btn-group .btn-next-prev { margin-left: 20px; margin-right: 20px; background:#a07aa7; padding:4px 8px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:600; color:#FFFFFF; text-transform:uppercase; border-radius:2px; }
.modal-body .lightbox-nav .btn-group .btn-next-prev:hover { margin-left: 20px; margin-right: 20px; background:none; padding:4px 8px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:600; color:#a07aa7; text-transform:uppercase; border-radius:2px; }
.modal-body .lightbox-nav .btn-group .btn-new-tab { margin-left: 10px; margin-right: 10px; background:none; padding:4px 8px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:600; color:#a07aa7; text-transform:uppercase; border-radius:2px; }
.modal-body .lightbox-nav .btn-group .btn-new-tab:hover { background:#a07aa7; padding:4px 8px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:600; color:#FFFFFF; text-transform:uppercase; border-radius:2px; }
/*
=======================================================================
Product Slider
=======================================================================
*/
.carousel-control{
background: none !important;
}
.carousel-control:focus, .carousel-control:hover{
background: none !important;
}
.carousel-inner>img{
max-width: 100%;
max-height: 100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
max-height: 100% !important;
}
.product_slider { clear:both; width:80%; margin: 0 auto; padding:20px 0 }
.product_slider h3{ font-weight: bold; color: #a07aa7; margin-bottom: 19px }
/* clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
background:#fff;
border-radius:10px;
clear:both;
margin:20px 0;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
padding:20px; box-sizing:border-box;
}
.owl-carousel .owl-item img { max-width:100%; height:auto }
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
/*.grabbing { */
/*cursor:url(grabbing.png) 8 8, move;*/
/*}*/
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
.owl-controls .owl-buttons .owl-prev { position:absolute; left:-80px; top:48%; background-image:url(../images/staticImage/slider_left_arrow.png); background-position:center; background-repeat:no-repeat; width:56px; height:56px; text-indent:-9999px; }
.owl-controls .owl-buttons .owl-next { position:absolute; right:-80px; top:48%; background-image:url(../images/staticImage/slider_right_arrow.png); background-position:center; background-repeat:no-repeat; width:56px; height:56px; text-indent:-9999px; }
/*
=======================================================================
Place Order
=======================================================================
*/
.place_order_container { width:100%; padding:30px; box-sizing:border-box; background:#fff; margin-bottom:30px; }
.place_order_container h3 { font-family:'Open Sans', sans-serif; font-size:30px; font-weight:700; color:#6d3877; text-align:center; text-transform:uppercase; }
.place_order_container .place_order_form { width:100%; padding-top:30px; }
.place_order_container .place_order_form .top_block { width:100%; border-bottom:#f8e7fb 1px solid; padding-bottom:40px; }
/*Left Column*/
.place_order_container .place_order_form .top_block .left_col { width:46%; float:left; }
.place_order_container .place_order_form .top_block .left_col .cake_image { width:100%; }
.place_order_container .place_order_form .top_block .left_col .cake_image .title { width:33%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
.place_order_container .place_order_form .top_block .left_col .cake_image .thumbnail { width:65%; float:right; }
.place_order_container .place_order_form .top_block .left_col .cake_image .thumbnail img { max-width:100%; height:auto; border:#f8e5fb 1px solid; }
.place_order_container .place_order_form .top_block .left_col .product-name { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .top_block .left_col .product-name .title { width:35%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .top_block .left_col .product-name .fields { width:64%; float:left; }
.place_order_container .place_order_form .top_block .left_col .product-name .fields input { width:100%; float:right; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
.place_order_container .place_order_form .top_block .left_col .delivery_date { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .top_block .left_col .delivery_date .title { width:33%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .top_block .left_col .delivery_date .fields { width:67%; float:left; }
.place_order_container .place_order_form .top_block .left_col .delivery_date .fields input { width:82%; height: 45px; float:left; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom .title { width:33%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom .fields { width:67%; float:left; }
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom .fields input { width:82%; height: 45px; float:left; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
.place_order_container .place_order_form .top_block .left_col .delivery_time { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .top_block .left_col .delivery_time .title { width:33%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .top_block .left_col .delivery_time .fields { width:65%; float:left; }
.place_order_container .place_order_form .top_block .left_col .delivery_time .fields input { width:80%; float:left; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
.place_order_container .place_order_form .top_block .left_col .priority { width:100%; clear:both; padding:5px 0 }
.place_order_container .place_order_form .top_block .left_col .priority .title { width:33%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .top_block .left_col .priority .fields { width:65%; float:left; }
.place_order_container .place_order_form .top_block .left_col .priority .fields select { width:100%; height: 43px; float:left; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
.place_order_container .place_order_form .top_block .left_col .paymentType { width:100%; clear:both; padding:18px 0 }
.place_order_container .place_order_form .top_block .left_col .paymentType .title { width:33%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .top_block .left_col .paymentType .fields { width:65%; float:left; }
.place_order_container .place_order_form .top_block .left_col .paymentType .fields select { width:100%; height: 43px; float:left; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
.place_order_container .place_order_form .top_block .left_col .order-status { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .top_block .left_col .order-status .title { width:30%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .top_block .left_col .order-status .fields { width:70%; float:right; }
.place_order_container .place_order_form .top_block .left_col .order-status .fields input { width:185px; float:left; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
/*delivery_date_custom*/
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom .fields .input-group-btn { position: relative; top: 0 !important;}
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom .fields .input-group-btn button { height: 43px !important;}
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom .fields .ng-not-empty>ul { top: 45% !important; left: 226px; z-index: 10;}
@media screen and (max-width: 768px) {
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom .fields .ng-not-empty>ul { top: 40% !important; left: 226px; z-index: 10;}
}
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom .fields input { width: 82%; height: 43px; float: left;}
/*delivery_date*/
.place_order_container .place_order_form .top_block .left_col .delivery_date .fields .input-group-btn { position: relative; top: 0 !important;}
.place_order_container .place_order_form .top_block .left_col .delivery_date .fields .input-group-btn button { height: 43px !important;}
.place_order_container .place_order_form .top_block .left_col .delivery_date .fields .ng-not-empty>ul { top: 61% !important; left: 226px; z-index: 10;}
@media screen and (max-width: 768px) {
.place_order_container .place_order_form .top_block .left_col .delivery_date .fields .ng-not-empty>ul { top: 40% !important; left: 226px; z-index: 10;}
}
.place_order_container .place_order_form .top_block .left_col .delivery_date .fields input { width: 82%; height: 43px; float: left;}
/*delivery_time*/
.place_order_container .place_order_form .top_block .left_col .delivery_time .btn-link { color: #a07aa7 !important; margin-left: 14px !important;}
.place_order_container .place_order_form .top_block .left_col .delivery_time .fields .uib-timepicker .uib-time .am-pm .btn-default { margin-left: 10px !important;}
/*Right Column*/
.place_order_container .place_order_form .top_block .right_col { width:46%; float:right; }
.place_order_container .place_order_form .top_block .right_col .name { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .top_block .right_col .name .title { width:28%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .top_block .right_col .name .field { width:70%; float:right; }
.place_order_container .place_order_form .top_block .right_col .name .field input { width:100%; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; box-sizing:border-box; }
/*Bottom Block*/
.place_order_container .place_order_form .bottom_block { width:100%; padding:20px 0; padding-bottom:0px; }
/*Left Column*/
.place_order_container .place_order_form .bottom_block .left_col { width:49%; float:left; }
.place_order_container .place_order_form .bottom_block .left_col .ingredients { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .bottom_block .left_col .ingredients .title { width:31%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .bottom_block .left_col .ingredients .field { width:61%; float:left; }
.place_order_container .place_order_form .bottom_block .left_col .ingredients .field input { width:100%; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; box-sizing:border-box; }
.place_order_container .place_order_form .bottom_block .left_col .ingredients .field select { width:100%; height: 43px; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; box-sizing:border-box; }
/*Right Column*/
.place_order_container .place_order_form .bottom_block .right_col { width:46%; float:right; }
.place_order_container .place_order_form .bottom_block .right_col .ingredients { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .bottom_block .right_col .ingredients .title { width:28%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .bottom_block .right_col .ingredients .field { width:70%; float:right; }
.place_order_container .place_order_form .bottom_block .right_col .ingredients .field input { width:100%; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; box-sizing:border-box; }
/*Remarks*/
.place_order_container .place_order_form .remarks { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .remarks .title { width:15%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .remarks .text_area { width:85%; float:left; }
.place_order_container .place_order_form .remarks .text_area textarea { width:100%; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; box-sizing:border-box; }
.place_order_container .place_order_form .select_file { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .select_file .title { width:15%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .select_file .shoose_file { width:85%; float:left; }
.place_order_container .place_order_form .select_file .shoose_file input { width:100%; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; box-sizing:border-box; }
.place_order_container .place_order_form .buttons { width:100%; clear:both; padding:20px 0; text-align:right; }
.place_order_container .place_order_form .buttons .btn1 { padding:8px 20px; background:none; border:#606060 1px solid; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#606060; text-transform:uppercase; }
.place_order_container .place_order_form .buttons .btn1:hover { background:#606060; border:#606060 1px solid; color:#faeffc; }
.place_order_container .place_order_form .buttons .btn2 { padding:8px 20px; background:#6d3877; border:#6d3877 1px solid; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#faeffc; text-transform:uppercase; margin-left:10px; }
.place_order_container .place_order_form .buttons .btn2:hover { background:#606060; border:#606060 1px solid; }
.sticky-footer { position: absolute; bottom: 0; width: 100%; }
.left-sec-view-pro{ float: left; font-size: 16px; font-weight: 900; font-family: Arial; color: #13b7a8;}
.left-sec-view-pro a{ float: left; font-size: 16px; font-weight: 900; font-family: Arial; color: #13b7a8;}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
z-index: 0;
margin-left: 0;
}
.uib-datepicker-popup.dropdown-menu{
z-index: 0;
}
header.header marquee { width:auto; margin:0 auto; text-align:center; height:60px; display:inline-block }
/*header.header span { padding:3px 18px; font-family:'Open Sans', sans-serif; font-size:40px; font-weight:600; color:#fff; }*/
header.header span span { font-weight:700; color:#efd81a; padding:0px; }
header.header .ribbon {
font-size: 40px !important;
/* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
font-family:'Open Sans', sans-serif; font-weight:600;
width: auto; padding-top: 20px;
position: relative;
background: #be1238;
color: #fff;
text-align: center;
/*padding: 0.3em 2em; !* Adjust to suit *!*/
margin: 0em 4em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
header.header .ribbon:before, header.header .ribbon:after {
content: "";
position: absolute;
display: block;
bottom: -1em;
border: 1em solid #b80e34;
z-index: -1;
}
header.header .ribbon:before {
left: -1.5em;
border-right-width: 1.5em;
border-left-color: transparent;
}
header.header .ribbon:after {
right: -1.5em;
border-left-width: 1.5em;
border-right-color: transparent;
}
header.header .ribbon .ribbon-content:before, header.header .ribbon .ribbon-content:after {
content: "";
position: absolute;
display: block;
border-style: solid;
border-color: #ab092d transparent transparent transparent;
bottom: -1em;
}
header.header .ribbon .ribbon-content:before {
left: 0;
border-width: 1em 0 0 1em;
}
header.header .ribbon .ribbon-content:after {
right: 0;
border-width: 1em 1em 0 0;
}
header.header .ribbon {
padding-top: 10px;
}
header.header .ribbon {
margin: 0 3em;
}
@media print {
.my-container{
margin-bottom: 80px;;
}
} | public/assets/css/style_third.css | html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0px;
padding: 0px;
border: 0;
font-size: 100%;
font: inherit;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
body {
background:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#5a5a5a;
margin:0px;
padding:0px;
}
a { text-decoration: none;-webkit-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; -moz-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; -o-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;}
a img { border:0px; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
/*html { overflow-y: scroll; }*/
a:hover, a:active { outline: none; }
ul, ol { }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
/*td { vertical-align: top; }*/
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid { }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
::-moz-selection{ background: #44b3e3; color:#FFF; text-shadow: none; }
::selection { background:#FF5E99; color:#7e7e7e; text-shadow: none; }
button { width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
body, select, input, textarea { color: #7e7e7e; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #5a5a5a; }
a:hover { color:#6ab233; }
.clear { clear:both; width:100%}
/*
=======================================================================
Wrapper
=======================================================================
*/
.wrapper { width:100%; }
/*
=======================================================================
Clear
=======================================================================
*/
.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
/*
=======================================================================
BackGround
=======================================================================
*/
.login_bg {
background-image:url(../images/staticImage/fixed_background_third.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size:cover;
}
/*#body-element {*/
/*background-image:url(../images/staticImage/fixed_background_third.jpg);*/
/*background-repeat: no-repeat;*/
/*background-attachment: fixed;*/
/*background-position: center;*/
/*background-size:cover;*/
/*}*/
/*.categories {*/
/*background-image:url(../images/staticImage/fixed_background_third.jpg);*/
/*background-repeat: no-repeat;*/
/*background-attachment: fixed;*/
/*background-position: center;*/
/*background-size:cover;*/
/*}*/
.sub-categories {
background:url(../images/staticImage/fixed_background_third.jpg) ;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size:cover;
}
.product-section {
background:url(../images/staticImage/inner_bg.jpg) ;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size:cover;
position: relative;
}
.inner_bg {
background:url(../images/staticImage/inner_bg.jpg) ;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size:cover;
}
/*.product-section{*/
/*max-height: 740px;*/
/*overflow-y: scroll;*/
/*}*/
/*.inner_bg{*/
/*max-height: 740px;*/
/*overflow-y: scroll;*/
/*}*/
/*
=======================================================================
Login Page
=======================================================================
*/
/*.product-section{position: absolute;}*/
.login_form_container { width:458px; height:489px; margin:0 auto; background:url(../../assets/images/staticImage/login_form_bg.png) no-repeat; margin-top:7%; padding:20px 30px; box-sizing:border-box; text-align:center; position:relative; }
.login_form_container .login_screw_left { position:absolute; left:20px; top:22px; width:14px; height:14px; }
.login_form_container .login_screw_right { position:absolute; right:20px; top:20px; width:14px; height:14px; }
.login_form_container .login_screw_bottom_left { position:absolute; left:20px; bottom:22px; width:14px; height:14px; }
.login_form_container .login_screw_bottom_right { position:absolute; right:20px; bottom:20px; width:14px; height:14px; }
.login_form_container .logo { margin:15px 0 }
.login_form_container .login_form { padding-top:30px; }
.login_form_container .login_form .username { height: auto; width:90%; background:#fbf9f9; border:#dfdfdf 1px solid; padding:12px; box-sizing:border-box; margin-bottom:25px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:400; color:#2c3e50; background-image:url(../images/staticImage/login_username_icon.png); background-repeat:no-repeat; background-position:97% 11px; }
.login_form_container .login_form .password { height: auto; width:90%; background:#fbf9f9; border:#dfdfdf 1px solid; padding:12px; box-sizing:border-box; margin-bottom:25px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:400; color:#2c3e50; background-image:url(../images/staticImage/login_password_icon.png); background-repeat:no-repeat; background-position:97% 11px; }
.login_form_container .login_form .btn { width:100%; background:#be1238; border:#ededed 1px solid; padding:12px 0; display:block; font-family:'Open Sans', sans-serif; font-size:15px; font-weight:600; color:#f1efea; text-transform:uppercase; margin:0 auto }
.login_form_container .login_form a { font-family:'Open Sans', sans-serif; font-size:14px; font-weight:400; color:#be1238; }
.login_form_container .login_form a:hover { font-family:'Open Sans', sans-serif; font-size:14px; font-weight:400; color:#be1238; text-decoration: none; }
.login_form_container .login_form label { font-family:'Open Sans', sans-serif; font-size:13px; font-weight:400; color:#2c3e50; padding-right:8px; line-height:15px; }
.form-control
{
border-radius:0px;
box-shadow:none;
}
.login_form_container .login_form .username
{
width:100%;
margin-bottom:20px;
}
.login_form_container .login_form .password
{
width:100%;
margin-bottom:20px;
}
.login_form_container .login_form .btn
{
margin: 20px auto;
}
.login_form_container .login_form
{
padding-top:15px;
}
.login_form_container
{
padding: 20px 40px;
}
/*
=======================================================================
Header
=======================================================================
*/
header.header { width:100%; text-align:center; padding:10px 0; padding-bottom:30px; }
header.header .logo { margin:0 auto; text-align:center; padding:30px 0; position:fixed; right:20px; bottom:80px; }
header.header nav { width:45%; float:left; position:relative; left:0px; top:0px; padding:0px 30px; padding-top:16px; padding-bottom:3px; background:#13b7a8; }
header.header nav ul { list-style:none; padding:0; margin:0; }
header.header nav ul p.breadcrumbs_category_item { float: right; margin-left: -100px; margin-right: 60px;
margin-top: 5px; font-family: 'Open Sans', sans-serif;
font-size: 13px; font-weight: 600; text-transform: uppercase; color: #ffffff; }
header.header nav ul p.breadcrumbs_product_item { float: right; margin-left: -31px; margin-right: 22px;
margin-top: 5px; font-family: 'Open Sans', sans-serif;
font-size: 13px; font-weight: 600; text-transform: uppercase; color: #ffffff; }
header.header nav ul li { display:inline-block; padding:5px 5px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#fff; text-transform:uppercase; }
/*header.header nav ul li p.breadcrumbs_module_item { float: right; margin-left: -100px; margin-right: 60px;*/
/*margin-top: 5px; font-family: 'Open Sans', sans-serif;*/
/*font-size: 13px; font-weight: 600; text-transform: uppercase; color: #ffffff; }*/
header.header nav ul li a { color:#fff; }
header.header nav ul li a:hover { text-decoration: none; outline: none;}
header.header nav ul li a:focus { text-decoration: none; outline: none;}
header.header nav ul li a:active { text-decoration: none; outline: none;}
header.header nav ul li a:visited { text-decoration: none; outline: none;}
/*Search*/
header.header .search_container { float:right; width: 42.5%; position:relative; right:0px; top:0px; padding:10.8px 20px; padding-right:30px; background:#a07aa7; }
header.header .search_container .search_block { background:#faeffc; padding:0px; width:auto; }
header.header .search_container .search_block .text_field { width:85%; display:inline-block; border:0px; background:none; padding:10px; font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; font-weight:normal; font-style:italic; color:#6d3877; }
header.header .search_container .search_block .text_field:focus { outline: none; }
header.header .search_container .search_block .btn { width:22px; height:22px; background:url(../images/staticImage/search_btn.png) no-repeat right; border:0px; margin-right:10px; }
/*
=======================================================================
Body
=======================================================================
*/
section.body { width:100%; }
section.body .inner_container { max-width:1200px; margin:54px auto; padding:0 30px; }
/*section.body .inner_container .custom_order { width:100%; clear:both; text-align:center; padding-bottom:10px; }*/
/*section.body .inner_container .custom-order-btn { width:100%; clear:both; text-align:center; padding-bottom:20px; margin-top: 35px; }*/
/*section.body .inner_container .custom-order-btn a { background:#be1238; padding:10px 16px; padding-top:12px; border-radius:1px; font-family:'Open Sans', sans-serif; font-size:16px; font-weight:700; color:#fff; text-transform:uppercase; }*/
/*section.body .inner_container .custom-order-btn a:hover { background:#fff; color:#be1238; text-decoration: none;}*/
/*section.body .inner_container .custom-order-btn a:focus { text-decoration: none;}*/
/*section.body .inner_container .custom_order { width:100%; clear:both; text-align:center; padding-bottom:30px; }*/
/*section.body .inner_container .custom_order span{ display: none; float: right; margin-top: -30px; }*/
section.body { width:100%; }
.main_categories { width:100%; padding:20px 0 }
.main_categories ul { list-style:none; text-align:center; }
.main_categories ul li { width:22%; height:350px; display:inline-block; vertical-align:top; margin:0 10px }
.main_categories ul li:nth-child(1) { background:url(../images/staticImage/events_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; }
.main_categories ul li:nth-child(1):hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; text-decoration: none; }
.main_categories ul li:nth-child(2) { background:url(../images/staticImage/wedding_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; }
.main_categories ul li:nth-child(2):hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; text-decoration: none; }
.main_categories ul li:nth-child(3) { background:url(../images/staticImage/birthday_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; }
.main_categories ul li:nth-child(3):hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; text-decoration: none; }
.main_categories ul li:nth-child(4) { background:url(../images/staticImage/cupcake_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; }
.main_categories ul li:nth-child(4):hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; text-decoration: none; }
.main_categories ul li:nth-child(5) { background:url(../images/staticImage/cupcake_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; }
.main_categories ul li:nth-child(5):hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; text-decoration: none; }
.main_categories ul li:nth-child(6) { background:url(../images/staticImage/birthday_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; }
.main_categories ul li:nth-child(6):hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; text-decoration: none; }
.main_categories ul li:nth-child(7) { background:url(../images/staticImage/events_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; }
.main_categories ul li:nth-child(7):hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; text-decoration: none; }
.main_categories ul li:nth-child(8) { background:url(../images/staticImage/wedding_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; }
.main_categories ul li:nth-child(8):hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; text-decoration: none; }
.main_categories ul li a { width:100%; height:100%; display:block;font-family:'Open Sans', sans-serif; font-size:28px; font-weight:700; color:#fff; text-transform:uppercase; padding-top:62%; }
.main_categories ul li a:hover { text-decoration: none; outline: none; }
.main_categories ul li a:focus { text-decoration: none; outline: none; }
.main_categories ul li a:active { text-decoration: none; outline: none; }
.main_categories ul li a:visited { text-decoration: none; outline: none; }
.main_categories ul li.custom_order { background:url(../images/staticImage/custom_order_bg.png) repeat; transform: perspective(1px) translateZ(0px); transition-duration: 0.3s; transition-property: transform; width:90%; height:100px; margin-top: 20px; }
.main_categories ul li.custom_order a { padding-top:2.8%; }
.main_categories ul li.custom_order:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: 1s ease; }
/*Sub Categories*/
.sub_categories { width:100%; padding:20px 0 }
.sub_categories ul { list-style:none; text-align:center; margin-bottom: 23%; }
.sub_categories ul li { background:#fff; padding:10px; box-sizing:border-box; width:241px; height:276px; display:inline-block; vertical-align:top; margin:0 9px; margin-bottom:25px; }
.sub_categories ul li img { margin-bottom:15px; width: 223px; height: 210px;}
.sub_categories ul li a { display:block; font-family:'Open Sans', sans-serif; font-size:18px; font-weight:700; color:#13b7a8; text-transform:uppercase; }
.sub_categories ul li a:hover { text-decoration: none; outline: none; }
.sub_categories ul li a:focus { text-decoration: none; outline: none; }
.sub_categories ul li a:active { text-decoration: none; outline: none; }
.sub_categories ul li a:visited { text-decoration: none; outline: none; }
.sub_categories ul li.events { background:url(../images/staticImage/events_bg.png) repeat; }
.sub_categories ul li.events span { width:100%; height:58%; display:block; font-family:'Open Sans', sans-serif; font-size:28px; font-weight:700; color:#fff; text-transform:uppercase; padding-top:52%; }
/*
=======================================================================
Footer
=======================================================================
*/
.outer { margin-top:40px; position:relative; }
footer.footer { width:100%; margin: 0 auto !important; clear:both; background:#be1238; padding:30px 0; position:absolute; bottom:0px; left:0px; text-align:center; }
footer.footer span { font-family:'Open Sans', sans-serif; font-size:13px; font-weight:400; color:#d2c3c6; }
.sub-cat-sticky-footer { width:100%; clear:both; background:#be1238 !important; padding:30px 0; position:absolute; bottom:0px; left:0px; text-align:center; margin-bottom: 0px !important;}
.sub-cat-sticky-footer span { font-family:'Open Sans', sans-serif; font-size:13px; font-weight:400; color:#d2c3c6; }
/*
=======================================================================
Product Grid
=======================================================================
*/
.inner_nav { background:#a07aa7 !important }
.inner_footer { background:#a07aa7 !important }
.inner_footer span { color:#fff !important; opacity:0.90 !important; }
.toolbar { width:20%; float:right; clear:both; text-align: end;}
.toolbar a { margin:0 5px; }
.toolbar a:hover { text-decoration: none; outline: none; }
.toolbar a:focus { text-decoration: none; outline: none; }
.toolbar a:active { text-decoration: none; outline: none; }
.toolbar a:visited { text-decoration: none; outline: none; }
.grid_view { width:100%; clear:both; padding:20px 0 }
.grid_view ul { list-style:none; margin:0px; padding:0px; text-align:center; margin-bottom: 20%}
.grid_view ul li { width:28%; height:335px; padding:10px; box-sizing:border-box; background:#fff; display:inline-block; vertical-align:top; margin:25px 22px }
.grid_view ul li:focus { outline: none;}
.grid_view ul li a { display:initial; width:100%; height:100%; }
.grid_view ul li a:hover { text-decoration: none; }
.grid_view ul li a:focus { outline: none; }
.grid_view ul li .product { width:100%; text-align:center; }
.grid_view ul li .product:focus { outline: none; }
.grid_view ul li .product .product_thumbnail { height: 211px; overflow: hidden; padding: 10px 0; }
.grid_view ul li .product .product_thumbnail:focus { outline: none; }
/*.grid_view ul li .product .product_thumbnail img { max-width:100%; height:auto; }*/
.grid_view ul li .product .product_thumbnail img { width:300px; height: 300px; }
.grid_view ul li .product .product_thumbnail img:focus { outline: none; }
.grid_view ul li .product .product_detail { padding: 10px 0; width: 100%; }
.grid_view ul li .product .product_detail h3 { font-family:'Open Sans', sans-serif; font-size:15px; font-weight:700; color:#6d3877; text-transform:uppercase; line-height:28px; margin-top: 10px; margin-bottom: 0px; }
.grid_view ul li .product .product_detail span { font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
.grid_view ul li .btn { width:100%; padding:15px 0 }
.grid_view ul li .btn a { background:#a07aa7; padding:4px 8px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:600; color:#fff; text-transform:uppercase; border-radius:2px; }
.grid_view ul li .btn a:hover { text-emphasis:none; }
.grid_view ul li .btn a:hover { background:#82548a; }
.product_slider .btn1 { width:100%; padding:15px 0; margin-top: 200px;}
.product_slider .btn1 a { background: #82548a; padding:11px 22px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:600; color:#fff; text-transform:uppercase; border-radius:2px; }
.product_slider .btn1 a:hover { text-emphasis:none; text-decoration: none;}
.product_slider .btn1 a:hover { background:#82548a; padding: 12px 24px;}
.product_slider .carousel-caption { left:12% !important; right: 12% !important; top: 12% !important; }
.product_slider img { width:900px !important; height: 600px !important; margin: auto !important;}
.lightbox-modal .modal-dialog .modal-content{
top: 30px;
margin-left: 30px;
margin-right: 30px;
}
.lightbox-modal .modal-dialog .modal-content .modal-body{
padding: 15px;
position: relative;
top: 0;
}
.lightbox-modal .modal-dialog .modal-content .modal-body .lightbox-nav{
margin-bottom: 13px;
position: relative;
height: 25px;
text-align: center;
font-size: 0;
}
/*.lightbox-modal .modal-dialog .modal-content .modal-body .lightbox-nav>button{*/
/*color: #a07aa7;*/
/*}*/
/*.lightbox-modal .modal-dialog .modal-content .modal-body .lightbox-nav>button:hover{*/
/*color: #a07aa7;*/
/*}*/
.lightbox-modal .modal-dialog .modal-content .modal-body .lightbox-image-container>img{
width: 706px;
height: 422px;
max-width: 100%;
}
.modal-body .lightbox-nav .btn-group a { background:#a07aa7; padding:4px 8px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:600; color:#fff; text-transform:uppercase; border-radius:2px; }
.modal-body .lightbox-nav .btn-group .btn-next-prev { margin-left: 20px; margin-right: 20px; background:#a07aa7; padding:4px 8px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:600; color:#FFFFFF; text-transform:uppercase; border-radius:2px; }
.modal-body .lightbox-nav .btn-group .btn-next-prev:hover { margin-left: 20px; margin-right: 20px; background:none; padding:4px 8px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:600; color:#a07aa7; text-transform:uppercase; border-radius:2px; }
.modal-body .lightbox-nav .btn-group .btn-new-tab { margin-left: 10px; margin-right: 10px; background:none; padding:4px 8px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:600; color:#a07aa7; text-transform:uppercase; border-radius:2px; }
.modal-body .lightbox-nav .btn-group .btn-new-tab:hover { background:#a07aa7; padding:4px 8px; font-family:'Open Sans', sans-serif; font-size:14px; font-weight:600; color:#FFFFFF; text-transform:uppercase; border-radius:2px; }
/*
=======================================================================
Product Slider
=======================================================================
*/
.carousel-control{
background: none !important;
}
.carousel-control:focus, .carousel-control:hover{
background: none !important;
}
.carousel-inner>img{
max-width: 100%;
max-height: 100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
max-height: 100% !important;
}
.product_slider { clear:both; width:80%; margin: 0 auto; padding:20px 0 }
.product_slider h3{ font-weight: bold; color: #a07aa7; margin-bottom: 19px }
/* clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
background:#fff;
border-radius:10px;
clear:both;
margin:20px 0;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
padding:20px; box-sizing:border-box;
}
.owl-carousel .owl-item img { max-width:100%; height:auto }
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
/*.grabbing { */
/*cursor:url(grabbing.png) 8 8, move;*/
/*}*/
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
.owl-controls .owl-buttons .owl-prev { position:absolute; left:-80px; top:48%; background-image:url(../images/staticImage/slider_left_arrow.png); background-position:center; background-repeat:no-repeat; width:56px; height:56px; text-indent:-9999px; }
.owl-controls .owl-buttons .owl-next { position:absolute; right:-80px; top:48%; background-image:url(../images/staticImage/slider_right_arrow.png); background-position:center; background-repeat:no-repeat; width:56px; height:56px; text-indent:-9999px; }
/*
=======================================================================
Place Order
=======================================================================
*/
.place_order_container { width:100%; padding:30px; box-sizing:border-box; background:#fff; margin-bottom:30px; }
.place_order_container h3 { font-family:'Open Sans', sans-serif; font-size:30px; font-weight:700; color:#6d3877; text-align:center; text-transform:uppercase; }
.place_order_container .place_order_form { width:100%; padding-top:30px; }
.place_order_container .place_order_form .top_block { width:100%; border-bottom:#f8e7fb 1px solid; padding-bottom:40px; }
/*Left Column*/
.place_order_container .place_order_form .top_block .left_col { width:46%; float:left; }
.place_order_container .place_order_form .top_block .left_col .cake_image { width:100%; }
.place_order_container .place_order_form .top_block .left_col .cake_image .title { width:33%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
.place_order_container .place_order_form .top_block .left_col .cake_image .thumbnail { width:65%; float:right; }
.place_order_container .place_order_form .top_block .left_col .cake_image .thumbnail img { max-width:100%; height:auto; border:#f8e5fb 1px solid; }
.place_order_container .place_order_form .top_block .left_col .product-name { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .top_block .left_col .product-name .title { width:35%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .top_block .left_col .product-name .fields { width:64%; float:left; }
.place_order_container .place_order_form .top_block .left_col .product-name .fields input { width:100%; float:right; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
.place_order_container .place_order_form .top_block .left_col .delivery_date { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .top_block .left_col .delivery_date .title { width:33%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .top_block .left_col .delivery_date .fields { width:67%; float:left; }
.place_order_container .place_order_form .top_block .left_col .delivery_date .fields input { width:82%; height: 45px; float:left; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom .title { width:33%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom .fields { width:67%; float:left; }
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom .fields input { width:82%; height: 45px; float:left; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
.place_order_container .place_order_form .top_block .left_col .delivery_time { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .top_block .left_col .delivery_time .title { width:33%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .top_block .left_col .delivery_time .fields { width:65%; float:left; }
.place_order_container .place_order_form .top_block .left_col .delivery_time .fields input { width:80%; float:left; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
.place_order_container .place_order_form .top_block .left_col .priority { width:100%; clear:both; padding:5px 0 }
.place_order_container .place_order_form .top_block .left_col .priority .title { width:33%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .top_block .left_col .priority .fields { width:65%; float:left; }
.place_order_container .place_order_form .top_block .left_col .priority .fields select { width:100%; height: 43px; float:left; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
.place_order_container .place_order_form .top_block .left_col .paymentType { width:100%; clear:both; padding:18px 0 }
.place_order_container .place_order_form .top_block .left_col .paymentType .title { width:33%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .top_block .left_col .paymentType .fields { width:65%; float:left; }
.place_order_container .place_order_form .top_block .left_col .paymentType .fields select { width:100%; height: 43px; float:left; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
.place_order_container .place_order_form .top_block .left_col .order-status { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .top_block .left_col .order-status .title { width:30%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .top_block .left_col .order-status .fields { width:70%; float:right; }
.place_order_container .place_order_form .top_block .left_col .order-status .fields input { width:185px; float:left; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; }
/*delivery_date_custom*/
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom .fields .input-group-btn { position: relative; top: 0 !important;}
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom .fields .input-group-btn button { height: 43px !important;}
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom .fields .ng-not-empty>ul { top: 45% !important; left: 226px; z-index: 10;}
@media screen and (max-width: 768px) {
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom .fields .ng-not-empty>ul { top: 40% !important; left: 226px; z-index: 10;}
}
.place_order_container .place_order_form .top_block .left_col .delivery_date_custom .fields input { width: 82%; height: 43px; float: left;}
/*delivery_date*/
.place_order_container .place_order_form .top_block .left_col .delivery_date .fields .input-group-btn { position: relative; top: 0 !important;}
.place_order_container .place_order_form .top_block .left_col .delivery_date .fields .input-group-btn button { height: 43px !important;}
.place_order_container .place_order_form .top_block .left_col .delivery_date .fields .ng-not-empty>ul { top: 61% !important; left: 226px; z-index: 10;}
@media screen and (max-width: 768px) {
.place_order_container .place_order_form .top_block .left_col .delivery_date .fields .ng-not-empty>ul { top: 40% !important; left: 226px; z-index: 10;}
}
.place_order_container .place_order_form .top_block .left_col .delivery_date .fields input { width: 82%; height: 43px; float: left;}
/*delivery_time*/
.place_order_container .place_order_form .top_block .left_col .delivery_time .btn-link { color: #a07aa7 !important; margin-left: 14px !important;}
.place_order_container .place_order_form .top_block .left_col .delivery_time .fields .uib-timepicker .uib-time .am-pm .btn-default { margin-left: 10px !important;}
/*Right Column*/
.place_order_container .place_order_form .top_block .right_col { width:46%; float:right; }
.place_order_container .place_order_form .top_block .right_col .name { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .top_block .right_col .name .title { width:28%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .top_block .right_col .name .field { width:70%; float:right; }
.place_order_container .place_order_form .top_block .right_col .name .field input { width:100%; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; box-sizing:border-box; }
/*Bottom Block*/
.place_order_container .place_order_form .bottom_block { width:100%; padding:20px 0; padding-bottom:0px; }
/*Left Column*/
.place_order_container .place_order_form .bottom_block .left_col { width:49%; float:left; }
.place_order_container .place_order_form .bottom_block .left_col .ingredients { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .bottom_block .left_col .ingredients .title { width:31%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .bottom_block .left_col .ingredients .field { width:61%; float:left; }
.place_order_container .place_order_form .bottom_block .left_col .ingredients .field input { width:100%; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; box-sizing:border-box; }
.place_order_container .place_order_form .bottom_block .left_col .ingredients .field select { width:100%; height: 43px; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; box-sizing:border-box; }
/*Right Column*/
.place_order_container .place_order_form .bottom_block .right_col { width:46%; float:right; }
.place_order_container .place_order_form .bottom_block .right_col .ingredients { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .bottom_block .right_col .ingredients .title { width:28%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .bottom_block .right_col .ingredients .field { width:70%; float:right; }
.place_order_container .place_order_form .bottom_block .right_col .ingredients .field input { width:100%; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; box-sizing:border-box; }
/*Remarks*/
.place_order_container .place_order_form .remarks { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .remarks .title { width:15%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .remarks .text_area { width:85%; float:left; }
.place_order_container .place_order_form .remarks .text_area textarea { width:100%; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; box-sizing:border-box; }
.place_order_container .place_order_form .select_file { width:100%; clear:both; padding:20px 0 }
.place_order_container .place_order_form .select_file .title { width:15%; float:left; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; line-height:35px; }
.place_order_container .place_order_form .select_file .shoose_file { width:85%; float:left; }
.place_order_container .place_order_form .select_file .shoose_file input { width:100%; margin-left:10px; background:#faeffc; padding:10px; border:0px; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#545454; box-sizing:border-box; }
.place_order_container .place_order_form .buttons { width:100%; clear:both; padding:20px 0; text-align:right; }
.place_order_container .place_order_form .buttons .btn1 { padding:8px 20px; background:none; border:#606060 1px solid; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#606060; text-transform:uppercase; }
.place_order_container .place_order_form .buttons .btn1:hover { background:#606060; border:#606060 1px solid; color:#faeffc; }
.place_order_container .place_order_form .buttons .btn2 { padding:8px 20px; background:#6d3877; border:#6d3877 1px solid; font-family:'Open Sans', sans-serif; font-size:13px; font-weight:600; color:#faeffc; text-transform:uppercase; margin-left:10px; }
.place_order_container .place_order_form .buttons .btn2:hover { background:#606060; border:#606060 1px solid; }
.sticky-footer { position: absolute; bottom: 0; width: 100%; }
.left-sec-view-pro{ float: left; font-size: 16px; font-weight: 900; font-family: Arial; color: #13b7a8;}
.left-sec-view-pro a{ float: left; font-size: 16px; font-weight: 900; font-family: Arial; color: #13b7a8;}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
z-index: 0;
margin-left: 0;
}
.uib-datepicker-popup.dropdown-menu{
z-index: 0;
}
header.header marquee { width:auto; margin:0 auto; text-align:center; height:60px; display:inline-block }
/*header.header span { padding:3px 18px; font-family:'Open Sans', sans-serif; font-size:40px; font-weight:600; color:#fff; }*/
header.header span span { font-weight:700; color:#efd81a; padding:0px; }
header.header .ribbon {
font-size: 40px !important;
/* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
font-family:'Open Sans', sans-serif; font-weight:600;
width: auto; padding-top: 20px;
position: relative;
background: #be1238;
color: #fff;
text-align: center;
/*padding: 0.3em 2em; !* Adjust to suit *!*/
margin: 0em 4em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
header.header .ribbon:before, header.header .ribbon:after {
content: "";
position: absolute;
display: block;
bottom: -1em;
border: 1em solid #b80e34;
z-index: -1;
}
header.header .ribbon:before {
left: -1.5em;
border-right-width: 1.5em;
border-left-color: transparent;
}
header.header .ribbon:after {
right: -1.5em;
border-left-width: 1.5em;
border-right-color: transparent;
}
header.header .ribbon .ribbon-content:before, header.header .ribbon .ribbon-content:after {
content: "";
position: absolute;
display: block;
border-style: solid;
border-color: #ab092d transparent transparent transparent;
bottom: -1em;
}
header.header .ribbon .ribbon-content:before {
left: 0;
border-width: 1em 0 0 1em;
}
header.header .ribbon .ribbon-content:after {
right: 0;
border-width: 1em 1em 0 0;
}
header.header .ribbon {
padding-top: 10px;
}
header.header .ribbon {
margin: 0 3em;
}
@media print {
.my-container{
margin-bottom: 80px;;
}
} | 0.372163 | 0.088899 |
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(https://example.com/MaterialIcons-Regular.eot);
/* For IE6-8 */
src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype"); }
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
/* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga'; }
/* Rules for sizing the icon. */
.material-icons.md-18 {
font-size: 18px; }
.material-icons.md-24 {
font-size: 24px; }
.material-icons.md-36 {
font-size: 36px; }
.material-icons.md-48 {
font-size: 48px; }
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive {
color: rgba(0, 0, 0, 0.26); }
/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
color: white; }
.material-icons.md-light.md-inactive {
color: rgba(255, 255, 255, 0.3); }
* {
box-sizing: border-box; }
html {
font-size: 12px; }
body {
max-width: 1440px;
width: 100%; }
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
padding: 0;
margin: 0; }
a, p {
text-decoration: none; }
ul,
ol {
list-style: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 500;
font-family: sans-serif; }
h1 {
font-size: 5rem; }
h2 {
font-size: 3.5rem; }
button,
input,
textarea {
font-size: 1rem;
outline: none; }
.page-container {
width: 1140px;
margin: 0 auto; }
.global-header {
width: 100vw;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); }
.global-header .global-bonus {
display: flex;
height: 40px;
justify-content: center;
align-items: center;
color: #FFFFFF;
background-color: #000000; }
.global-header .global-header-content {
display: flex;
justify-content: space-between;
align-items: center;
height: 80px; }
.global-header .global-header-content .global-nav {
width: 530px; }
.global-header .global-header-content .global-nav__menu {
display: flex;
justify-content: space-between;
align-items: center; }
.global-header .global-header-content .global-nav__item {
font-size: 12px;
text-transform: uppercase;
line-height: 3.33;
letter-spacing: 1px;
font-weight: 600; }
.global-header .global-header-content .global-nav__item a {
color: #33333a; }
.global-header .global-header-content .global-nav__item:hover a {
color: red; }
.global-header .global-header-content .global-nav__icon {
font-size: 12px;
top: 50%;
transform: rotate(90deg); }
.global-header .global-header-content .global-nav__item-active a {
color: #ff5e1b; }
.global-header .global-header-content .global-nav__item-active .global-nav__icon {
transform: rotate(-90deg); }
.global-header .global-header-content .global-nav__logo {
width: 120px;
height: 22px; }
.global-header .global-header-content .global-user-line {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 340px; }
.global-header .global-header-content .global-user-line__user {
width: 160px;
display: flex;
justify-content: space-between;
align-items: center; }
.global-header .global-header-content .global-user-line__user-name {
display: flex;
justify-content: space-between;
width: 110px; }
.global-header .global-header-content .global-user-line__user-name p {
text-transform: uppercase;
line-height: 3.33;
letter-spacing: 1px;
font-weight: 600;
color: #33333a; }
.global-header .global-header-content .global-user-line__user-photo {
width: 40px;
height: 40px;
border-radius: 50%;
overflow: hidden; }
.global-header .global-header-content .global-user-line__user-photo img {
width: 100%; }
.global-header .global-header-content .global-user-line__tools {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 140px;
align-items: center; }
.global-header .global-header-content .global-user-line__tool {
height: 20px;
width: 20px; }
.global-header .global-header-content .global-user-line__tool img {
height: 20px;
width: auto; }
.collections {
margin: 65px auto; }
.collections h1 {
text-align: center; }
.collections__baner {
margin-top: 24px;
display: flex;
justify-content: center;
position: relative;
width: 1140px;
height: 420px;
overflow: hidden; }
.collections__baner .baner-img {
width: 100%;
height: auto; }
.collections__baner .label {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
width: 100px;
height: 20px;
background-color: #ff5e1b;
top: 30px; }
.collections__baner .label p {
color: #FFFFFF;
text-transform: uppercase;
letter-spacing: 0.5px; }
.collections__baner h2 {
position: absolute;
top: 150px; }
.collections__baner .btn-buy {
position: absolute;
top: 250px;
width: 112px;
height: 40px;
line-height: 1.67;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
background-color: #000000;
font-weight: bold;
border: none; }
.collections__baner .btn-buy:hover {
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
color: #cccccc; }
.collections .collections__content {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between; }
.collections .collections__content .product {
margin-top: 60px;
display: flex;
justify-content: space-between;
flex-direction: column;
height: 560px;
width: 361px; }
.collections .collections__content .product__img {
width: 361px;
height: 420px;
overflow: hidden; }
.collections .collections__content .product__img img {
width: 100%;
height: auto; }
.collections .collections__content .product__description {
width: 321px;
margin: 0 auto; }
.collections .collections__content .product__description p {
font-size: 16px;
line-height: 1.56;
font-weight: normal; }
.collections .collections__content .product__btn {
width: 321px;
margin: 0 auto; }
.collections .collections__content .product__btn button {
width: 112px;
height: 40px;
line-height: 1.67;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
background-color: #000000;
font-weight: bold;
border: none; }
.collections .collections__content .product__btn button:hover {
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
color: #cccccc; }
.collections .collections__content .product-wide {
margin-top: 60px;
display: flex;
justify-content: space-between;
flex-direction: column;
height: 560px;
width: 750px; }
.collections .collections__content .product-wide__img {
width: 750px;
height: 420px;
overflow: hidden; }
.collections .collections__content .product-wide__img img {
width: auto;
height: 100%; }
.collections .collections__content .product-wide__description {
width: 710px;
margin: 0 auto; }
.collections .collections__content .product-wide__description p {
font-size: 16px;
line-height: 1.56;
font-weight: normal; }
.collections .collections__content .product-wide__btn {
width: 710px;
margin: 0 auto; }
.collections .collections__content .product-wide__btn button {
width: 112px;
height: 40px;
line-height: 1.67;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
background-color: #000000;
font-weight: bold;
border: none; }
.collections .collections__content .product-wide__btn button:hover {
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
color: #cccccc; }
.collections__btn {
display: flex;
justify-content: center;
margin-top: 40px; }
.collections__btn .btn-more {
line-height: 1.67;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
background-color: #000000;
font-weight: bold;
border: none;
width: 180px;
height: 40px; }
.collections__btn .btn-more:hover {
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
color: #cccccc; }
.footer {
padding-top: 41px;
width: 100vw;
height: 320px;
background-color: #33333a; }
.footer .footer-content {
display: flex;
justify-content: space-between;
flex-direction: row; }
.footer .footer-content__links {
display: flex;
flex-direction: column; }
.footer .footer-content__links .headline {
margin-bottom: 19px;
color: #FFFFFF;
font-size: 18px;
font-family: sans-serif;
line-height: 1.67; }
.footer .footer-content__links a {
font-family: sans-serif;
color: #dedede;
line-height: 1.79; }
.footer .footer-content__links p {
font-family: sans-serif;
color: #dedede;
line-height: 1.79; }
.footer .footer-content__links .phone-number {
margin-top: 22px; }
.footer .footer-content__links input {
width: 360px;
height: 40px;
padding-left: 10px;
border: solid 1px #666666;
background-color: #33333a;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
line-height: 1.43; }
.footer .footer-content__links input::-webkit-input-placeholder {
color: #dedede; }
.footer .footer-content__links .icon-link {
margin-top: 20px;
display: flex;
justify-content: space-between;
width: 60px;
height: 22px; }
.footer .footer-content__links .icon-link .icon {
width: 24px;
height: 24px; }
.footer .footer-content__subscribe .subscribe-btn {
margin-top: 43px;
width: 166px;
height: 40px;
font-size: 12px;
font-weight: 600;
line-height: 1.67;
letter-spacing: 2px;
text-transform: uppercase;
color: #33333a; }
.footer .footer-content__subscribe .subscribe-btn:hover {
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
color: #cccccc; }
.footer .footer-floor {
line-height: 1.79;
color: #dedede;
font-size: 14px;
margin: 50px auto;
text-align: center; }
/*# sourceMappingURL=homework_8.css.map*/ | docs/homework_8.css | @font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(https://example.com/MaterialIcons-Regular.eot);
/* For IE6-8 */
src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype"); }
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
/* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga'; }
/* Rules for sizing the icon. */
.material-icons.md-18 {
font-size: 18px; }
.material-icons.md-24 {
font-size: 24px; }
.material-icons.md-36 {
font-size: 36px; }
.material-icons.md-48 {
font-size: 48px; }
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive {
color: rgba(0, 0, 0, 0.26); }
/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
color: white; }
.material-icons.md-light.md-inactive {
color: rgba(255, 255, 255, 0.3); }
* {
box-sizing: border-box; }
html {
font-size: 12px; }
body {
max-width: 1440px;
width: 100%; }
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
padding: 0;
margin: 0; }
a, p {
text-decoration: none; }
ul,
ol {
list-style: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 500;
font-family: sans-serif; }
h1 {
font-size: 5rem; }
h2 {
font-size: 3.5rem; }
button,
input,
textarea {
font-size: 1rem;
outline: none; }
.page-container {
width: 1140px;
margin: 0 auto; }
.global-header {
width: 100vw;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1); }
.global-header .global-bonus {
display: flex;
height: 40px;
justify-content: center;
align-items: center;
color: #FFFFFF;
background-color: #000000; }
.global-header .global-header-content {
display: flex;
justify-content: space-between;
align-items: center;
height: 80px; }
.global-header .global-header-content .global-nav {
width: 530px; }
.global-header .global-header-content .global-nav__menu {
display: flex;
justify-content: space-between;
align-items: center; }
.global-header .global-header-content .global-nav__item {
font-size: 12px;
text-transform: uppercase;
line-height: 3.33;
letter-spacing: 1px;
font-weight: 600; }
.global-header .global-header-content .global-nav__item a {
color: #33333a; }
.global-header .global-header-content .global-nav__item:hover a {
color: red; }
.global-header .global-header-content .global-nav__icon {
font-size: 12px;
top: 50%;
transform: rotate(90deg); }
.global-header .global-header-content .global-nav__item-active a {
color: #ff5e1b; }
.global-header .global-header-content .global-nav__item-active .global-nav__icon {
transform: rotate(-90deg); }
.global-header .global-header-content .global-nav__logo {
width: 120px;
height: 22px; }
.global-header .global-header-content .global-user-line {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 340px; }
.global-header .global-header-content .global-user-line__user {
width: 160px;
display: flex;
justify-content: space-between;
align-items: center; }
.global-header .global-header-content .global-user-line__user-name {
display: flex;
justify-content: space-between;
width: 110px; }
.global-header .global-header-content .global-user-line__user-name p {
text-transform: uppercase;
line-height: 3.33;
letter-spacing: 1px;
font-weight: 600;
color: #33333a; }
.global-header .global-header-content .global-user-line__user-photo {
width: 40px;
height: 40px;
border-radius: 50%;
overflow: hidden; }
.global-header .global-header-content .global-user-line__user-photo img {
width: 100%; }
.global-header .global-header-content .global-user-line__tools {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 140px;
align-items: center; }
.global-header .global-header-content .global-user-line__tool {
height: 20px;
width: 20px; }
.global-header .global-header-content .global-user-line__tool img {
height: 20px;
width: auto; }
.collections {
margin: 65px auto; }
.collections h1 {
text-align: center; }
.collections__baner {
margin-top: 24px;
display: flex;
justify-content: center;
position: relative;
width: 1140px;
height: 420px;
overflow: hidden; }
.collections__baner .baner-img {
width: 100%;
height: auto; }
.collections__baner .label {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
width: 100px;
height: 20px;
background-color: #ff5e1b;
top: 30px; }
.collections__baner .label p {
color: #FFFFFF;
text-transform: uppercase;
letter-spacing: 0.5px; }
.collections__baner h2 {
position: absolute;
top: 150px; }
.collections__baner .btn-buy {
position: absolute;
top: 250px;
width: 112px;
height: 40px;
line-height: 1.67;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
background-color: #000000;
font-weight: bold;
border: none; }
.collections__baner .btn-buy:hover {
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
color: #cccccc; }
.collections .collections__content {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between; }
.collections .collections__content .product {
margin-top: 60px;
display: flex;
justify-content: space-between;
flex-direction: column;
height: 560px;
width: 361px; }
.collections .collections__content .product__img {
width: 361px;
height: 420px;
overflow: hidden; }
.collections .collections__content .product__img img {
width: 100%;
height: auto; }
.collections .collections__content .product__description {
width: 321px;
margin: 0 auto; }
.collections .collections__content .product__description p {
font-size: 16px;
line-height: 1.56;
font-weight: normal; }
.collections .collections__content .product__btn {
width: 321px;
margin: 0 auto; }
.collections .collections__content .product__btn button {
width: 112px;
height: 40px;
line-height: 1.67;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
background-color: #000000;
font-weight: bold;
border: none; }
.collections .collections__content .product__btn button:hover {
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
color: #cccccc; }
.collections .collections__content .product-wide {
margin-top: 60px;
display: flex;
justify-content: space-between;
flex-direction: column;
height: 560px;
width: 750px; }
.collections .collections__content .product-wide__img {
width: 750px;
height: 420px;
overflow: hidden; }
.collections .collections__content .product-wide__img img {
width: auto;
height: 100%; }
.collections .collections__content .product-wide__description {
width: 710px;
margin: 0 auto; }
.collections .collections__content .product-wide__description p {
font-size: 16px;
line-height: 1.56;
font-weight: normal; }
.collections .collections__content .product-wide__btn {
width: 710px;
margin: 0 auto; }
.collections .collections__content .product-wide__btn button {
width: 112px;
height: 40px;
line-height: 1.67;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
background-color: #000000;
font-weight: bold;
border: none; }
.collections .collections__content .product-wide__btn button:hover {
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
color: #cccccc; }
.collections__btn {
display: flex;
justify-content: center;
margin-top: 40px; }
.collections__btn .btn-more {
line-height: 1.67;
letter-spacing: 2px;
text-transform: uppercase;
color: #fff;
background-color: #000000;
font-weight: bold;
border: none;
width: 180px;
height: 40px; }
.collections__btn .btn-more:hover {
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
color: #cccccc; }
.footer {
padding-top: 41px;
width: 100vw;
height: 320px;
background-color: #33333a; }
.footer .footer-content {
display: flex;
justify-content: space-between;
flex-direction: row; }
.footer .footer-content__links {
display: flex;
flex-direction: column; }
.footer .footer-content__links .headline {
margin-bottom: 19px;
color: #FFFFFF;
font-size: 18px;
font-family: sans-serif;
line-height: 1.67; }
.footer .footer-content__links a {
font-family: sans-serif;
color: #dedede;
line-height: 1.79; }
.footer .footer-content__links p {
font-family: sans-serif;
color: #dedede;
line-height: 1.79; }
.footer .footer-content__links .phone-number {
margin-top: 22px; }
.footer .footer-content__links input {
width: 360px;
height: 40px;
padding-left: 10px;
border: solid 1px #666666;
background-color: #33333a;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
line-height: 1.43; }
.footer .footer-content__links input::-webkit-input-placeholder {
color: #dedede; }
.footer .footer-content__links .icon-link {
margin-top: 20px;
display: flex;
justify-content: space-between;
width: 60px;
height: 22px; }
.footer .footer-content__links .icon-link .icon {
width: 24px;
height: 24px; }
.footer .footer-content__subscribe .subscribe-btn {
margin-top: 43px;
width: 166px;
height: 40px;
font-size: 12px;
font-weight: 600;
line-height: 1.67;
letter-spacing: 2px;
text-transform: uppercase;
color: #33333a; }
.footer .footer-content__subscribe .subscribe-btn:hover {
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
color: #cccccc; }
.footer .footer-floor {
line-height: 1.79;
color: #dedede;
font-size: 14px;
margin: 50px auto;
text-align: center; }
/*# sourceMappingURL=homework_8.css.map*/ | 0.469277 | 0.057019 |
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document
url("chrome://browser/content/browser.xul"),
url("chrome://global/content/viewSource.xul"),
url("chrome://global/content/viewPartialSource.xul") {
/* Rounded inner corners */
findbar[movetotop]:before {
-moz-margin-start: -18px;
}
findbar[movetotop]:after {
-moz-margin-start: 2px;
}
findbar[movetotop]:before,
findbar[movetotop]:after {
margin-top: -4px;
}
findbar[movetotop]:not([inPDFJS]):-moz-locale-dir(ltr):before,
findbar[movetotop]:not([inPDFJS]):-moz-locale-dir(rtl):after {
box-shadow: 2px -2px 0 -2px rgba(0,0,0,0.57),
7px -4px 0px -4px -moz-mac-chrome-active,
6px -4px 0px -4px -moz-mac-chrome-active;
}
findbar[movetotop]:not([inPDFJS]):-moz-locale-dir(ltr):after,
findbar[movetotop]:not([inPDFJS]):-moz-locale-dir(rtl):before {
box-shadow: -2px -2px 0 -2px rgba(0,0,0,0.57),
-7px -4px 0px -4px -moz-mac-chrome-active,
-6px -4px 0px -4px -moz-mac-chrome-active;
}
findbar[movetotop]:not([inPDFJS]):-moz-locale-dir(ltr):-moz-window-inactive:before,
findbar[movetotop]:not([inPDFJS]):-moz-locale-dir(rtl):-moz-window-inactive:after {
box-shadow: 2px -2px 0 -2px rgba(0,0,0,0.32),
7px -4px 0px -4px -moz-mac-chrome-inactive,
6px -4px 0px -4px -moz-mac-chrome-inactive;
}
findbar[movetotop]:not([inPDFJS]):-moz-locale-dir(ltr):-moz-window-inactive:after,
findbar[movetotop]:not([inPDFJS]):-moz-locale-dir(rtl):-moz-window-inactive:before {
box-shadow: -2px -2px 0 -2px rgba(0,0,0,0.32),
-7px -4px 0px -4px -moz-mac-chrome-inactive,
-6px -4px 0px -4px -moz-mac-chrome-inactive;
}
/* Find Bar */
findbar[movetotop]:not([inPDFJS]) {
background-color: -moz-mac-chrome-active;
border-bottom: 1px solid rgba(0,0,0,0.57);
border-right: 1px solid rgba(0,0,0,0.57);
border-left: 1px solid rgba(0,0,0,0.57);
-moz-border-bottom-colors: rgba(0,0,0,0.57);
-moz-border-right-colors: rgba(0,0,0,0.57);
-moz-border-left-colors: rgba(0,0,0,0.57);
}
findbar[movetotop]:not([inPDFJS]):-moz-window-inactive {
background-color: -moz-mac-chrome-inactive;
border-bottom: 1px solid rgba(0,0,0,0.32);
border-right: 1px solid rgba(0,0,0,0.32);
border-left: 1px solid rgba(0,0,0,0.32);
-moz-border-bottom-colors: rgba(0,0,0,0.32);
-moz-border-right-colors: rgba(0,0,0,0.32);
-moz-border-left-colors: rgba(0,0,0,0.32);
}
window[findbartweak-FF25] .browserContainer findbar:not([position="top"]) {
border-bottom: none;
}
window[findbartweak-FF25] findbar:not([position="top"]):-moz-lwtheme {
border-top: 1px solid #888;
}
/* FF25 Tweaks */
window[noToolboxBorder] #navigator-toolbox toolbar,
window[findbartweak-FF25Tweaks] #navigator-toolbox toolbar,
window[noToolboxBorder] #navigator-toolbox toolbar:-moz-window-inactive,
window[findbartweak-FF25Tweaks] #navigator-toolbox toolbar:-moz-window-inactive {
-moz-border-bottom-colors: transparent;
}
window[findbartweak-FF25Tweaks]:not([disablechrome="true"]) #browser > *:not([renderabove]):not([noTopBorder]):not(.omnisidebar_switch) {
border-top: 1px solid rgba(0,0,0,0.57);
}
window[findbartweak-FF25Tweaks]:not([disablechrome="true"]) #browser > *:not([renderabove]):not([noTopBorder]):not(.omnisidebar_switch):-moz-window-inactive {
border-top: 1px solid rgba(0,0,0,0.32);
}
window[findbartweak-FF25Tweaks] tabbrowser findbar:not(:-moz-lwtheme) {
background-color: -moz-mac-chrome-active;
background-image: none;
}
window[findbartweak-FF25Tweaks] tabbrowser findbar:not(:-moz-lwtheme):-moz-window-inactive {
background-color: -moz-mac-chrome-inactive;
background-image: none;
}
window[findbartweak-FF25Tweaks] findbar:-moz-lwtheme,
window[findbartweak-FF25Tweaks] #content:-moz-lwtheme {
background: none;
}
/* For the toolbar button */
toolbar[mode="full"] #findbartweak-button image {
margin: 1px 0;
}
/* Textbox resizers */
findbar .findbar-textbox {
min-width: 176px;
}
findbar .find-textbox-resizer {
width: 6px;
height: 1.6em; /* I think this faithfully represents font-height plus box-padding, thus should work with OS font zoom */
}
window:not([findbartweak-FF25]) findbar resizer[anonid="find-left-resizer"] {
-moz-margin-end: -9px;
-moz-margin-start: 3px;
}
window:not([findbartweak-FF25]) findbar resizer[anonid="find-right-resizer"] {
-moz-margin-start: -9px;
-moz-margin-end: 3px;
}
window[findbartweak-FF25] findbar resizer[anonid="find-left-resizer"] {
width: 6px;
min-width: 6px;
max-width: 6px;
-moz-margin-end: -4px;
-moz-margin-start: -2px;
}
window[findbartweak-FF25] findbar resizer[anonid="find-right-resizer"] {
width: 6px;
min-width: 6px;
max-width: 6px;
-moz-margin-start: -4px;
-moz-margin-end: -2px;
}
/* Grid stuff */
grid[anonid="findGrid"]:not([gridSpacers="none"]) row.topSpacer[flex="0"],
grid[anonid="findGrid"][gridSpacers="single"] row.bottomSpacer[flex="0"] {
height: 0px;
}
grid[anonid="findGrid"][gridSpacers="double"] row.bottomSpacer[flex="0"] {
height: 14px;
}
/* OSX version doesn't have these images, by hiding the labels we are pretty much making the buttons useless, so I'm adding the images back.
Not true anymore in FF25 with the new find bar */
window:not([findbartweak-FF25]) findbar[hideLabels] .findbar-find-next {
list-style-image: url("chrome://findbartweak-os/skin/find.png");
-moz-image-region: rect(0px 14px 14px 0px);
}
window:not([findbartweak-FF25]) findbar[hideLabels] .findbar-find-next:hover {
-moz-image-region: rect(14px 14px 28px 0px);
}
window:not([findbartweak-FF25]) findbar[hideLabels] .findbar-find-next[disabled="true"] {
-moz-image-region: rect(28px 14px 42px 0px) !important;
}
window:not([findbartweak-FF25]) findbar[hideLabels] .findbar-find-previous {
list-style-image: url("chrome://findbartweak-os/skin/find.png");
-moz-image-region: rect(0px 28px 14px 14px);
}
window:not([findbartweak-FF25]) findbar[hideLabels] .findbar-find-previous:hover {
-moz-image-region: rect(14px 28px 28px 14px);
}
window:not([findbartweak-FF25]) findbar[hideLabels] .findbar-find-previous[disabled="true"] {
-moz-image-region: rect(28px 28px 42px 14px) !important;
}
.findbar-cs-button:not([checked="true"]),
window[findbartweak-FF25] findbar[hideLabels] toolbarbutton[anonid="find-case-sensitive"]:not([checked="true"]) {
-moz-image-region: rect(16px 16px 32px 0px);
}
window[findbartweak-FF25] findbar[hideLabels] toolbarbutton[anonid="highlight"][checked="true"] {
-moz-image-region: rect(0px 32px 16px 16px);
}
window:not([findbartweak-FF25]) findbar[hideLabels] toolbarbutton[anonid="highlight"] image {
margin: 3px 0;
}
/* Find in Tabs */
#findbartweak-findInTabs-box[movetotop]:not(:-moz-lwtheme) {
background-color: -moz-mac-chrome-active;
}
#findbartweak-findInTabs-box[movetotop]:not(:-moz-lwtheme):-moz-window-inactive {
background-color: -moz-mac-chrome-inactive;
}
window:not([findbartweak-FF25Tweaks]) #findbartweak-findInTabs-box[movetotop] {
border-bottom: 1px solid rgba(0,0,0,0.57);
-moz-border-bottom-colors: rgba(0,0,0,0.57);
}
window:not([findbartweak-FF25Tweaks]) #findbartweak-findInTabs-box[movetotop]:-moz-window-inactive {
border-bottom: 1px solid rgba(0,0,0,0.32);
-moz-border-bottom-colors: rgba(0,0,0,0.32);
}
#findbartweak-findInTabs-box:not([movetotop]):not(:-moz-lwtheme) {
background-image: -moz-linear-gradient(50% 0%, rgb(208, 208, 208), rgb(232, 232, 232));
}
window[findbartweak-FF25] #findbartweak-findInTabs-box:not([movetotop]) {
border-top: 1px solid #888;
}
.findbar-tabs image,
.findbar-tabs-update image,
.findbar-cs-button image {
min-height: 14px;
}
window[findbartweak-FF25] findbar toolbarbutton[anonid="findbartweak-find-tabs"] + toolbarbutton[anonid="highlight"] {
-moz-margin-start: 0;
}
} | addons/firefox/findbar_tweak/chrome/skin/mac/findbar.css | @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document
url("chrome://browser/content/browser.xul"),
url("chrome://global/content/viewSource.xul"),
url("chrome://global/content/viewPartialSource.xul") {
/* Rounded inner corners */
findbar[movetotop]:before {
-moz-margin-start: -18px;
}
findbar[movetotop]:after {
-moz-margin-start: 2px;
}
findbar[movetotop]:before,
findbar[movetotop]:after {
margin-top: -4px;
}
findbar[movetotop]:not([inPDFJS]):-moz-locale-dir(ltr):before,
findbar[movetotop]:not([inPDFJS]):-moz-locale-dir(rtl):after {
box-shadow: 2px -2px 0 -2px rgba(0,0,0,0.57),
7px -4px 0px -4px -moz-mac-chrome-active,
6px -4px 0px -4px -moz-mac-chrome-active;
}
findbar[movetotop]:not([inPDFJS]):-moz-locale-dir(ltr):after,
findbar[movetotop]:not([inPDFJS]):-moz-locale-dir(rtl):before {
box-shadow: -2px -2px 0 -2px rgba(0,0,0,0.57),
-7px -4px 0px -4px -moz-mac-chrome-active,
-6px -4px 0px -4px -moz-mac-chrome-active;
}
findbar[movetotop]:not([inPDFJS]):-moz-locale-dir(ltr):-moz-window-inactive:before,
findbar[movetotop]:not([inPDFJS]):-moz-locale-dir(rtl):-moz-window-inactive:after {
box-shadow: 2px -2px 0 -2px rgba(0,0,0,0.32),
7px -4px 0px -4px -moz-mac-chrome-inactive,
6px -4px 0px -4px -moz-mac-chrome-inactive;
}
findbar[movetotop]:not([inPDFJS]):-moz-locale-dir(ltr):-moz-window-inactive:after,
findbar[movetotop]:not([inPDFJS]):-moz-locale-dir(rtl):-moz-window-inactive:before {
box-shadow: -2px -2px 0 -2px rgba(0,0,0,0.32),
-7px -4px 0px -4px -moz-mac-chrome-inactive,
-6px -4px 0px -4px -moz-mac-chrome-inactive;
}
/* Find Bar */
findbar[movetotop]:not([inPDFJS]) {
background-color: -moz-mac-chrome-active;
border-bottom: 1px solid rgba(0,0,0,0.57);
border-right: 1px solid rgba(0,0,0,0.57);
border-left: 1px solid rgba(0,0,0,0.57);
-moz-border-bottom-colors: rgba(0,0,0,0.57);
-moz-border-right-colors: rgba(0,0,0,0.57);
-moz-border-left-colors: rgba(0,0,0,0.57);
}
findbar[movetotop]:not([inPDFJS]):-moz-window-inactive {
background-color: -moz-mac-chrome-inactive;
border-bottom: 1px solid rgba(0,0,0,0.32);
border-right: 1px solid rgba(0,0,0,0.32);
border-left: 1px solid rgba(0,0,0,0.32);
-moz-border-bottom-colors: rgba(0,0,0,0.32);
-moz-border-right-colors: rgba(0,0,0,0.32);
-moz-border-left-colors: rgba(0,0,0,0.32);
}
window[findbartweak-FF25] .browserContainer findbar:not([position="top"]) {
border-bottom: none;
}
window[findbartweak-FF25] findbar:not([position="top"]):-moz-lwtheme {
border-top: 1px solid #888;
}
/* FF25 Tweaks */
window[noToolboxBorder] #navigator-toolbox toolbar,
window[findbartweak-FF25Tweaks] #navigator-toolbox toolbar,
window[noToolboxBorder] #navigator-toolbox toolbar:-moz-window-inactive,
window[findbartweak-FF25Tweaks] #navigator-toolbox toolbar:-moz-window-inactive {
-moz-border-bottom-colors: transparent;
}
window[findbartweak-FF25Tweaks]:not([disablechrome="true"]) #browser > *:not([renderabove]):not([noTopBorder]):not(.omnisidebar_switch) {
border-top: 1px solid rgba(0,0,0,0.57);
}
window[findbartweak-FF25Tweaks]:not([disablechrome="true"]) #browser > *:not([renderabove]):not([noTopBorder]):not(.omnisidebar_switch):-moz-window-inactive {
border-top: 1px solid rgba(0,0,0,0.32);
}
window[findbartweak-FF25Tweaks] tabbrowser findbar:not(:-moz-lwtheme) {
background-color: -moz-mac-chrome-active;
background-image: none;
}
window[findbartweak-FF25Tweaks] tabbrowser findbar:not(:-moz-lwtheme):-moz-window-inactive {
background-color: -moz-mac-chrome-inactive;
background-image: none;
}
window[findbartweak-FF25Tweaks] findbar:-moz-lwtheme,
window[findbartweak-FF25Tweaks] #content:-moz-lwtheme {
background: none;
}
/* For the toolbar button */
toolbar[mode="full"] #findbartweak-button image {
margin: 1px 0;
}
/* Textbox resizers */
findbar .findbar-textbox {
min-width: 176px;
}
findbar .find-textbox-resizer {
width: 6px;
height: 1.6em; /* I think this faithfully represents font-height plus box-padding, thus should work with OS font zoom */
}
window:not([findbartweak-FF25]) findbar resizer[anonid="find-left-resizer"] {
-moz-margin-end: -9px;
-moz-margin-start: 3px;
}
window:not([findbartweak-FF25]) findbar resizer[anonid="find-right-resizer"] {
-moz-margin-start: -9px;
-moz-margin-end: 3px;
}
window[findbartweak-FF25] findbar resizer[anonid="find-left-resizer"] {
width: 6px;
min-width: 6px;
max-width: 6px;
-moz-margin-end: -4px;
-moz-margin-start: -2px;
}
window[findbartweak-FF25] findbar resizer[anonid="find-right-resizer"] {
width: 6px;
min-width: 6px;
max-width: 6px;
-moz-margin-start: -4px;
-moz-margin-end: -2px;
}
/* Grid stuff */
grid[anonid="findGrid"]:not([gridSpacers="none"]) row.topSpacer[flex="0"],
grid[anonid="findGrid"][gridSpacers="single"] row.bottomSpacer[flex="0"] {
height: 0px;
}
grid[anonid="findGrid"][gridSpacers="double"] row.bottomSpacer[flex="0"] {
height: 14px;
}
/* OSX version doesn't have these images, by hiding the labels we are pretty much making the buttons useless, so I'm adding the images back.
Not true anymore in FF25 with the new find bar */
window:not([findbartweak-FF25]) findbar[hideLabels] .findbar-find-next {
list-style-image: url("chrome://findbartweak-os/skin/find.png");
-moz-image-region: rect(0px 14px 14px 0px);
}
window:not([findbartweak-FF25]) findbar[hideLabels] .findbar-find-next:hover {
-moz-image-region: rect(14px 14px 28px 0px);
}
window:not([findbartweak-FF25]) findbar[hideLabels] .findbar-find-next[disabled="true"] {
-moz-image-region: rect(28px 14px 42px 0px) !important;
}
window:not([findbartweak-FF25]) findbar[hideLabels] .findbar-find-previous {
list-style-image: url("chrome://findbartweak-os/skin/find.png");
-moz-image-region: rect(0px 28px 14px 14px);
}
window:not([findbartweak-FF25]) findbar[hideLabels] .findbar-find-previous:hover {
-moz-image-region: rect(14px 28px 28px 14px);
}
window:not([findbartweak-FF25]) findbar[hideLabels] .findbar-find-previous[disabled="true"] {
-moz-image-region: rect(28px 28px 42px 14px) !important;
}
.findbar-cs-button:not([checked="true"]),
window[findbartweak-FF25] findbar[hideLabels] toolbarbutton[anonid="find-case-sensitive"]:not([checked="true"]) {
-moz-image-region: rect(16px 16px 32px 0px);
}
window[findbartweak-FF25] findbar[hideLabels] toolbarbutton[anonid="highlight"][checked="true"] {
-moz-image-region: rect(0px 32px 16px 16px);
}
window:not([findbartweak-FF25]) findbar[hideLabels] toolbarbutton[anonid="highlight"] image {
margin: 3px 0;
}
/* Find in Tabs */
#findbartweak-findInTabs-box[movetotop]:not(:-moz-lwtheme) {
background-color: -moz-mac-chrome-active;
}
#findbartweak-findInTabs-box[movetotop]:not(:-moz-lwtheme):-moz-window-inactive {
background-color: -moz-mac-chrome-inactive;
}
window:not([findbartweak-FF25Tweaks]) #findbartweak-findInTabs-box[movetotop] {
border-bottom: 1px solid rgba(0,0,0,0.57);
-moz-border-bottom-colors: rgba(0,0,0,0.57);
}
window:not([findbartweak-FF25Tweaks]) #findbartweak-findInTabs-box[movetotop]:-moz-window-inactive {
border-bottom: 1px solid rgba(0,0,0,0.32);
-moz-border-bottom-colors: rgba(0,0,0,0.32);
}
#findbartweak-findInTabs-box:not([movetotop]):not(:-moz-lwtheme) {
background-image: -moz-linear-gradient(50% 0%, rgb(208, 208, 208), rgb(232, 232, 232));
}
window[findbartweak-FF25] #findbartweak-findInTabs-box:not([movetotop]) {
border-top: 1px solid #888;
}
.findbar-tabs image,
.findbar-tabs-update image,
.findbar-cs-button image {
min-height: 14px;
}
window[findbartweak-FF25] findbar toolbarbutton[anonid="findbartweak-find-tabs"] + toolbarbutton[anonid="highlight"] {
-moz-margin-start: 0;
}
} | 0.242564 | 0.095013 |
css-layout
*/
/*
links
*/
a:link {
font-family: verdana, sans-serif;
font-size: 90%;
color: #000000;
}
a:visited {
font-family: verdana, sans-serif;
font-size: 90%;
color: #000000;
}
a:hover {
color: #000000;
}
/*
headlines
*/
h1 {
font-size: 20pt;
}
h2 {
font-size: 18pt;
}
h3 {
font-size: 16pt;
}
h4 {
font-size: 14pt;
}
h5 {
}
/*
exceptions
*/
div.exception {
font-family: sans-serif;
margin: 150px auto;
min-width: 400px;
max-width: 750px;
min-height: 300px;
border: 1px dashed red; border-radius: 3px;
padding: 5px;
}
h3.red {
color: red;
}
table.trace {
border: 1px solid grey;
margin: 20px auto;
}
table.trace td {
padding: 5px;
border: 1px solid grey;
}
/*
layout
*/
html, body {
font-family: verdana, sans-serif;
font-size: 12pt;
font-weight: normal;
background-color: #ffffff;
color: #000000;
height: 99%;
padding: 0;
margin: 0;
}
div#navi {
width: 230px;
min-height: 99%;
height: auto !important;
height: 99%;
overflow: hidden !important;
float: left;
margin: 0px 0 0 10px;
padding: 3px;
background-color: #ffffff;
text-align: center;
}
div#logo {
text-align: center;
margin: 0 0 30px 0;
}
div#content {
min-height: 99%;
height: auto !important;
height: 99%;
overflow: hidden !important;
margin: 10px 5px 0 260px;
padding: 3px;
}
.even {
background-color: #b6d6e4;
}
th.show {
width: 100px;
}
th.name {
width: 400px;
}
th.date {
width: 120px;
}
td.date {
text-align: center;
}
th.type {
width: 200px;
}
th.location {
width: 300px;
}
div.filterPart {
width: 32.6%;
margin-right: 2px;
margin-left: 2px;
}
td.admin div.row {
float: left;
padding: 0;
background-color: inherit !important;
border: 0 !important;
}
td.admin div.row select {
font-size:10pt;
}
td.admin div.row input {
font-size:10pt;
}
td.admin div.admin-links {
float: left;
}
table.protocol_showdecisions {
width: 90%;
border: 1px solid #b6d6e4;
border-radius: 3px;
margin: 15px 0;
padding: 3px;
}
table.protocol_showdecisions td {
text-align: left;
}
table.protocol_showdecisions td.date {
width: 200px;
}
table.protocol_showdecisions td.type {
width: 300px;
}
form#inventory_give textarea {
width: 350px;
height: 150px;
}
form#inventory_take textarea {
width: 350px;
height: 150px;
}
img.icon {
margin: 2px;
}
div.announcement-page {
position: relative;
left: 20mm;
top: 10mm;
width: 180mm;
height: 277mm;
}
div.announcement-page-line {
position: relative;
left: 25mm;
border: solid 1px black;
width: 210mm;
height: 297mm;
}
div.protocol-page {
position: relative;
left: 20mm;
top: 10mm;
width: 180mm;
height: 277mm;
}
div.protocol-page-line {
position: relative;
left: 25mm;
border: solid 1px black;
width: 210mm;
height: 297mm;
}
.link,
#toggleTable {
text-decoration: underline;
font-size: 90%;
cursor: pointer;
}
p.usertable {
border-bottom: 1px solid #3a9ec8;
border-right: 1px solid #3a9ec8;
border-radius: 3px;
background-color: #b6d6e4;
width: 225px;
padding: 2px 0;
margin: 0 0 1px 0;
}
a.usertable {
text-decoration: none;
color: black;
padding: 3px;
}
p.deleted {
color: red;
font-weight: bold;
}
p.edit_caption {
font-weight: bold;
}
a#newLink {
position: relative;
left: 20px;
}
#toggleUsersettings {
text-decoration: underline;
font-size: 90%;
cursor: pointer;
}
p.usersettings {
border-bottom: 1px solid #3a9ec8;
border-right: 1px solid #3a9ec8;
border-radius: 3px;
background-color: #b6d6e4;
width: 200px;
padding: 2px 0;
margin: 0 0 1px 0;
text-align: left;
}
a.usersettings {
text-decoration: none;
color: black;
padding: 3px;
}
div.detailLinks {
width: 85%;
border: 1px solid #3a9ec8;
border-radius: 3px;
padding: 5px;
background-color: #b6d6e4;
margin: 0 0 40px 0;
}
div.detailLinks a {
padding: 0 5px 0 7px;
}
.row textarea#protocol {
width: 90%;
height: 500px;
}
.row input#member0 {
width: 700px;
}
.row input#member1 {
width: 700px;
}
.row input#member2 {
width: 700px;
}
.row textarea#protDiffBase {
/* display: none;
styled via jquery in js/page.js to hide their parent elements as well */
}
.row textarea#protDiffNew {
/* display: none;
styled via jquery in js/page.js to hide their parent elements as well */
}
div#diffOut {
width: 90%;
max-height: 200px;
overflow: scroll;
overflow: -moz-scrollbars-vertical;
margin-bottom: 30px;
}
.spanLink {
text-decoration: underline;
font-size: 90%;
cursor: pointer;
}
div.navi_0 {
border: 1px solid #3a9ec8;
border-radius: 3px;
background: url("start/images/ui-bg_gloss-wave_75_2191c0_500x100.png") scroll repeat-x 1.2em;
background-color: #3a9ec8;
width: 225px;
text-align: left;
color: white;
font-weight: bold;
padding: 2px;
height: 1.2em;
margin-bottom: 1px;
}
div.navi_0 a {
color: white;
font-weight: bold;
}
div.navi_1_i {
border: 1px solid black;
border-radius: 3px;
margin: 0 0 1px 15px;
width: 210px;
text-align: left;
padding: 2px;
height: 1.2em;
}
div.navi_1_a {
border: 1px solid black;
border-radius: 3px;
margin: 0 0 1px 15px;
width: 210px;
text-align: left;
color: #aa0000;
padding: 2px;
height: 1.2em;
font-size: 90%;
}
div.navi_1_a a {
color: #800;
}
#accordion div.navi_1_a {
border-left: 1px solid #a6c9e2;
border-top: 1px solid #a6c9e2;
border-bottom: 1px solid #a6c9e2;
border-right: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin: 0 0 1px 11px;
width: 210px;
text-align: left;
background-color: #acdd4a;
padding: 2px;
height: 1.2em;
font-size: 90%;
}
#accordion div.navi_1_i {
border-left: 1px solid #a6c9e2;
border-top: 1px solid #a6c9e2;
border-bottom: 1px solid #a6c9e2;
border-right: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin: 0 0 1px 11px;
width: 210px;
text-align: left;
padding: 2px;
height: 1.2em;
font-size: 90%;
}
#accordion div.navi_1_a a {
text-decoration: none;
font-weight: bold;
}
div#login-out {
margin: 130px auto;
width: 430px;
min-height: 250px;
border: 2px dashed #3a9ec8;
border-radius: 6px;
padding: 7px;
}
div#confirm {
margin: 130px auto;
width: 430px;
min-height: 200px;
border: 2px dashed #3a9ec8;
border-radius: 6px;
padding: 40px 7px 7px 40px;
}
span#cancel {
padding-left: 70px;
vertical-align: bottom;
}
form#login div.row {
font-size: 85%;
margin-bottom: 10px;
}
span.required {
color: red;
}
form#login .error input {
border: 2px inset red;
}
form#login span.error {
color: red;
}
p.label {
margin: 0;
padding: 0;
}
input#yes-0 {
width: 80px;
}
div.calendar-details p.details span{
font-weight: bold;
}
div.protocol-details p.details span{
font-weight: bold;
}
div.headinfo {
font-size: 10pt;
height: 3em;
position: absolute;
right: 0px;
margin-right: 10px;
}
div.logininfo {
float: left;
}
div.helpabout {
float: left;
margin-left: 15px;
}
div.confirmForm {
margin-left: 40px;
}
table.adminTableContent {
min-width: 85%;
padding: 2px;
font-size: 90%;
}
table.content th, table.content td {
border-right: solid 1px #3a9ec8;
border-bottom: solid 1px #3a9ec8;
border-bottom-right-radius: 3px;
}
table.content {
width: 100%;
}
img.center {
display: block;
margin: auto;
}
table.adminTableContent td.adminTasks {
margin: 0;
text-align: center;
}
table.adminTableContent td.adminTasks img {
margin: 0 5px;
}
div.defaultContent {
width: 100%;
height: 500px;
background-color: white;
background-image: url("../img/judo.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 30% 0%;
}
a.active {
color: #3a9ec8;
}
.underline {
text-decoration: underline;
}
.center {
text-align: center;
}
div#tablelinks {
position: absolute;
top: 100;
left: 200;
z-index: 10;
background-color: white;
}
img.iconRead {
margin-left: 10px;
}
#naviPermission img.iconRead {
margin-left: 0px;
}
span.headlineText,span.groupName {
margin-left: 5px;
}
div.resetFilter {
width: 100%;
height: 100px;
margin-bottom: 3px;
}
.floatLeft {
float: left;
}
.clickable {
cursor: pointer;
}
.confirmForm .last {
float: left;
}
.bold {
font-weight: bold;
}
div.jiMessage {
font-family: sans-serif;
margin: auto;
width: 700px;
min-height: 300px;
border-radius: 3px;
padding: 34px 5px 5px 5px;
}
div.message {
margin: auto;
width: 500px;
min-height: 150px;
border-radius: 3px;
padding: 34px 5px 5px 5px;
background-position: top left;
background-repeat: no-repeat;
}
div.messageError {
border: 1px dashed red;
background-image: url('../img/message_error.png');
background-repeat: no-repeat;
}
div.messageWarn {
border: 1px dashed orange;
background-image: url('../img/message_warning.png');
background-repeat: no-repeat;
}
div.messageInfo {
border: 1px dashed #3a9ec8;
background-image: url('../img/message_info.png');
background-repeat: no-repeat;
}
h3.messageError {
color: red;
}
h3.messageWarn {
color: orange;
}
h3.messageInfo {
color: #3a9ec8;
}
.monospace {
font-family: monospace;
font-size: 90%;
}
.bgGrey {
background-color: #ddd;
}
.width400 {
width: 400px;
}
select#groups,
select#subgroupOf {
width: 150px;
}
.protocolMessage {
font-family: sans-serif;
font-size: 90%;
font-weight: bold;
text-align: center;
width: 700px;
border-radius: 3px;
padding: 5px;
border: 1px dashed orange;
color: orange;
}
div.result-page {
margin: 25px 50px;
}
span.iconspacer16 {
width: 16px;
height: 16px;
display: inline-block;
margin: 2px;
}
p.agegroup {
margin: 0px;
font-weight: bold;
}
p.weightclass {
margin: 0px;
}
div.result_agegroup {
margin-top: 8mm;
}
div.result_weightclass {
margin-top: 3mm;
}
td.result_place {
width: 120px;
}
td.result_name {
width: 300px;
}
td.result_club {
width: 300px;
}
p#toggleImportedResults {
text-decoration: underline;
font-size: 90%;
cursor: pointer;
}
div.accountingDash {
width: 100%;
border: 1px solid #3a9ec8;
border-radius: 3px;
}
div.dashContent {
padding: 5px;
max-height: 350px;
overflow: auto;
}
p.dashHead {
margin: 0;
padding: 5px;
font-weight: bold;
}
.width100 {
width: 100%;
}
.divFloatLeft {
float: left;
}
.jTable .ui-widget td {
font-size: 90%;
}
p.presetForm {
white-space: nowrap;
z-index: 99;
padding: 5px;
background-color: #b6d6e4;
border-radius: 3px;
}
form.jtable-dialog-form div.jtable-textarea-input textarea.usertableTextarea {
min-width: 400px;
min-height: 150px;
}
p.helpId {
font-size: 65%;
}
.ui-dialog .row .cell {
float: left;
margin-right: 5px;
}
.ui-dialog .row div.clear {
clear: both;
}
.ui-dialog .row label {
display: block;
font-weight: bold;
margin-bottom: 10px;
}
.ui-dialog .row .cell label {
display: block;
font-weight: normal;
margin-bottom: 0px;
}
#apiError {
display: none;
text-align: center;
border: 1px dashed #f00;
border-radius: 3px;
font-weight: bold;
font-size: 110%;
color: #f00;
}
#loading {
display: none;
}
#loading span {
border: 1px solid #a6c9e2;
background-color: #3a9ec8;
border-radius: 3px;
font-weight: bold;
font-size: 110%;
color: #fff;
padding: 2px;
}
.ui-tooltip {
white-space: pre-line;
}
.font8 {
font-size: 8pt;
}
.alignRight {
text-align: right;
}
div.color {
width: 16px;
height: 16px;
}
td.color {
border-radius: 3px;
border-width: 1px;
border-style: solid;
}
.nowrap {
white-space: nowrap;
}
.schoolHoliday th {
text-align: left;
}
.schoolHoliday .name {
width: 300px;
}
.schoolHoliday .date {
width: 150px;
}
.schoolHoliday .endDate {
width: 150px;
}
.jTable {
width: 100%;
overflow: auto;
}
div.divHistorySubject {
padding: 2px;
cursor: pointer;
}
span.historyDate,
span.historySubject,
span.historyType {
display: inline-block;
width: 33%;
}
div.divHistoryContent {
display: none;
padding: 3px;
}
#newHistoryEntryButton {
margin-top: 40px;
padding: 3px;
cursor: pointer;
}
#newHistoryEntryForm {
display: none;
padding: 3px;
}
#historyType {
display: inline-block;
}
#historyContent {
width: 95%;
height: 100px;
}
#historySubject {
display: inline-block;
}
.historyError {
background-color: red;
padding: 2px;
}
#historyDate {
display: inline-block;
width: 105px;
}
#changeDate {
display: inline-block;
}
div.linkForm {
white-space: nowrap;
z-index: 99;
padding: 5px;
background-color: #b6d6e4;
border-radius: 3px;
}
.ajax-file-upload-cancel {
font-size: 90%;
cursor: pointer;
text-decoration: underline;
}
.ajax-file-upload-error {
display: none;
}
#showAttach {
margin-top: 40px;
padding: 3px;
cursor: pointer;
}
#showUpload {
padding: 3px;
cursor: pointer;
}
#uploadForm {
display: none;
padding: 3px;
border: 1px solid #b6d6e4;
border-radius: 3px;
}
#uploadButton {
margin-top: 20px;
}
#uploadMessage {
display: none;
padding: 3px;
border-width: 1px;
border-style: solid;
border-radius: 3px;
width: 90%;
position: absolute;
z-index: 99;
}
#fileType {
display: inline-block;
}
.button {
border: 1px solid #999;
padding: 6px 20px;
background: #EFEFEF url('zebra_form/button-background.gif') repeat-x top;
cursor: pointer;
width: 1px; /* thanks to http://jehiah.cz/archive/button-width-in-ie */
overflow: visible;
width: auto;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0 0 2px #AAA;
-webkit-box-shadow: 0 0 2px #AAA;
box-shadow: 0 0 2px #AAA;
font-family: inherit;
margin: 0;
outline: none;
color: #222;
line-height: 1.4em;
padding: 3px;
font-size: 12pt !important;
font-weight: normal !important;
display: inline-block;
}
.button:hover {
background: #303740 none;
color: #FFF;
}
.round {
border: 1px solid #b6d6e4;
border-radius: 3px;
}
#tributeFiles {
display: none;
padding: 5px;
}
#showFiles {
padding: 3px;
cursor: pointer;
}
#logoFiles {
padding: 5px;
}
#logoUploadForm {
padding: 3px;
border: 1px solid #b6d6e4;
border-radius: 3px;
}
.inlineBlock {
display: inline-block;
}
.fileEntry {
display: inline-block;
padding: 3px;
border: 1px solid #b6d6e4;
border-radius: 3px;
text-align: center;
margin: 3px;
}
.fileEntry img {
border: 1px solid grey;
}
img.deleteFile {
z-index: 99;
cursor: pointer;
border: none;
}
#confirmDelete {
display: none;
}
.noClose .ui-dialog-titlebar-close {
display: none;
}
#deleteMessage {
background-color: #ff915f;
border-color: red;
}
#showFilterButton {
margin-top: 20px;
padding: 3px;
cursor: pointer;
font-weight: bold;
}
#filterDialog {
padding: 3px;
display: none;
max-height: 150px;
overflow: auto;
margin-bottom: 5px;
}
div.filter {
display: inline-block;
vertical-align: top;
width: 32.5%;
}
.groupFilterCheckbox {
display: none;
}
.filterEntry {
width: 100%;
border-bottom: 1px solid #3a9ec8;
border-right: 1px solid #3a9ec8;
border-radius: 3px;
background-color: #b6d6e4;
margin: 0 2px 2px 0;
padding: 2px;
cursor: pointer;
min-height: 20px;
}
.filterChecked {
border-top: 1px solid #b6d6e4;
border-left: 1px solid #b6d6e4;
background-color: #3a9ec8;
color: white;
}
#dateFrom,
#dateTo {
width: 120px;
}
.pointer {
cursor: pointer;
}
.nopointer {
cursor: auto;
}
#groupAll,
#groupNone {
cursor: pointer;
}
#webserviceMessage {
display: none;
padding: 3px;
border-width: 1px;
border-style: solid;
border-radius: 3px;
width: 90%;
position: absolute;
z-index: 99;
background-color: #91ff5f;
border-color: green;
}
#wsJudoterminbox {
margin: 0;
}
#wsJudoterminbox li {
list-style-type: none;
}
#showTributeFilter {
padding: 3px;
cursor: pointer;
font-weight: bold;
}
#tributeFilter {
display: none;
padding: 3px;
border: 1px solid #b6d6e4;
border-radius: 3px;
}
/*
* override external library styles
*/
.Zebra_Form_error_message .message {
background: #b6d6e4;
color: black;
}
.Zebra_Form_error_message .arrow {
border-color: #b6d6e4 transparent transparent transparent;
}
.Zebra_Form div.error {
background-color: #b6d6e4;
}
.Zebra_Form div.error div.container div.close {
background-color: #3a9ec8;
}
.Zebra_Form div.error div.container span {
color: black;
}
.Zebra_Form div.error div.container {
border-color: #3a9ec8;
border-radius: 3px;
}
img.Zebra_Form_Input_Prefix {
height: 16px;
width: 16px;
}
.Zebra_DatePicker {
background: #b6d6e4;
border-color: #3a9ec8;
border-width: 1px;
}
.Zebra_DatePicker .dp_header td,
.Zebra_DatePicker .dp_today,
.Zebra_DatePicker .dp_clear {
color: black;
}
.Zebra_DatePicker td.dp_hover,
.Zebra_DatePicker .dp_footer .dp_hover,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker td.dp_selected {
background-color: #3a9ec8;
}
.Zebra_Form label {
cursor: auto;
}
.Zebra_Form #tab-2 .row label {
display: inline;
margin-left: 10px;
}
.Zebra_Form,
.Zebra_Form label,
.Zebra_Form input,
.Zebra_Form select,
.Zebra_Form textarea
{
font-size: 12pt !important;
font-weight: normal !important;
}
.Zebra_Form input.submit,
.Zebra_Form input.text,
.Zebra_Form select {
padding: 3px 3px 3px 3px;
}
.Zebra_Form table.content {
border-collapse: separate;
}
.Zebra_Form table.content input,
.Zebra_Form table.content select {
border-radius: 4px;
}
.Zebra_Form table.content th,
.Zebra_Form table.content td {
border-right: solid 1px #3a9ec8;
border-bottom: solid 1px #3a9ec8;
border-bottom-right-radius: 3px;
padding: 5px;
}
.Zebra_Form table.content td {
padding: 5px;
vertical-align: middle;
}
.Zebra_Form label.disabled {
color: #ababab;
}
#navi .ui-accordion-content {
padding: 2px;
}
#navi .ui-accordion-header {
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
font-weight: bold;
font-size: 90%;
text-decoration: underline;
}
/*
This is part of jsdifflib v1.0. <http://github.com/cemerick/jsdifflib>
Copyright 2007 - 2011 <NAME> <<EMAIL>>. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of
conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list
of conditions and the following disclaimer in the documentation and/or other materials
provided with the distribution.
THIS SOFTWARE IS PROVIDED BY Chas Emerick ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Chas Emerick OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The views and conclusions contained in the software and documentation are those of the
authors and should not be interpreted as representing official policies, either expressed
or implied, of <NAME>.
*/
table.diff {
border-collapse:collapse;
border:1px solid darkgray;
white-space:pre-wrap;
width: 100%;
}
table.diff tbody {
font-family:Courier, monospace
}
table.diff tbody th {
font-family:verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;
background:#EED;
font-size:11px;
font-weight:normal;
border:1px solid #BBC;
color:#886;
padding:.3em .5em .1em 2em;
text-align:right;
vertical-align:top;
width: .9em;
}
table.diff thead {
border-bottom:1px solid #BBC;
background:#EFEFEF;
font-family:Verdana
}
table.diff thead th.texttitle {
text-align:left
width: 50%;
}
table.diff tbody td {
padding:0px .4em;
padding-top:.4em;
vertical-align:top;
}
table.diff .empty {
background-color:#DDD;
}
table.diff .replace {
background-color:#FD8
}
table.diff .delete {
background-color:#E99;
}
table.diff .skip {
background-color:#EFEFEF;
border:1px solid #AAA;
border-right:1px solid #BBC;
}
table.diff .insert {
background-color:#9E9
}
table.diff th.author {
text-align:right;
border-top:1px solid #BBC;
background:#EFEFEF
}
/*
end jsdifflib
*/ | css/page.css | css-layout
*/
/*
links
*/
a:link {
font-family: verdana, sans-serif;
font-size: 90%;
color: #000000;
}
a:visited {
font-family: verdana, sans-serif;
font-size: 90%;
color: #000000;
}
a:hover {
color: #000000;
}
/*
headlines
*/
h1 {
font-size: 20pt;
}
h2 {
font-size: 18pt;
}
h3 {
font-size: 16pt;
}
h4 {
font-size: 14pt;
}
h5 {
}
/*
exceptions
*/
div.exception {
font-family: sans-serif;
margin: 150px auto;
min-width: 400px;
max-width: 750px;
min-height: 300px;
border: 1px dashed red; border-radius: 3px;
padding: 5px;
}
h3.red {
color: red;
}
table.trace {
border: 1px solid grey;
margin: 20px auto;
}
table.trace td {
padding: 5px;
border: 1px solid grey;
}
/*
layout
*/
html, body {
font-family: verdana, sans-serif;
font-size: 12pt;
font-weight: normal;
background-color: #ffffff;
color: #000000;
height: 99%;
padding: 0;
margin: 0;
}
div#navi {
width: 230px;
min-height: 99%;
height: auto !important;
height: 99%;
overflow: hidden !important;
float: left;
margin: 0px 0 0 10px;
padding: 3px;
background-color: #ffffff;
text-align: center;
}
div#logo {
text-align: center;
margin: 0 0 30px 0;
}
div#content {
min-height: 99%;
height: auto !important;
height: 99%;
overflow: hidden !important;
margin: 10px 5px 0 260px;
padding: 3px;
}
.even {
background-color: #b6d6e4;
}
th.show {
width: 100px;
}
th.name {
width: 400px;
}
th.date {
width: 120px;
}
td.date {
text-align: center;
}
th.type {
width: 200px;
}
th.location {
width: 300px;
}
div.filterPart {
width: 32.6%;
margin-right: 2px;
margin-left: 2px;
}
td.admin div.row {
float: left;
padding: 0;
background-color: inherit !important;
border: 0 !important;
}
td.admin div.row select {
font-size:10pt;
}
td.admin div.row input {
font-size:10pt;
}
td.admin div.admin-links {
float: left;
}
table.protocol_showdecisions {
width: 90%;
border: 1px solid #b6d6e4;
border-radius: 3px;
margin: 15px 0;
padding: 3px;
}
table.protocol_showdecisions td {
text-align: left;
}
table.protocol_showdecisions td.date {
width: 200px;
}
table.protocol_showdecisions td.type {
width: 300px;
}
form#inventory_give textarea {
width: 350px;
height: 150px;
}
form#inventory_take textarea {
width: 350px;
height: 150px;
}
img.icon {
margin: 2px;
}
div.announcement-page {
position: relative;
left: 20mm;
top: 10mm;
width: 180mm;
height: 277mm;
}
div.announcement-page-line {
position: relative;
left: 25mm;
border: solid 1px black;
width: 210mm;
height: 297mm;
}
div.protocol-page {
position: relative;
left: 20mm;
top: 10mm;
width: 180mm;
height: 277mm;
}
div.protocol-page-line {
position: relative;
left: 25mm;
border: solid 1px black;
width: 210mm;
height: 297mm;
}
.link,
#toggleTable {
text-decoration: underline;
font-size: 90%;
cursor: pointer;
}
p.usertable {
border-bottom: 1px solid #3a9ec8;
border-right: 1px solid #3a9ec8;
border-radius: 3px;
background-color: #b6d6e4;
width: 225px;
padding: 2px 0;
margin: 0 0 1px 0;
}
a.usertable {
text-decoration: none;
color: black;
padding: 3px;
}
p.deleted {
color: red;
font-weight: bold;
}
p.edit_caption {
font-weight: bold;
}
a#newLink {
position: relative;
left: 20px;
}
#toggleUsersettings {
text-decoration: underline;
font-size: 90%;
cursor: pointer;
}
p.usersettings {
border-bottom: 1px solid #3a9ec8;
border-right: 1px solid #3a9ec8;
border-radius: 3px;
background-color: #b6d6e4;
width: 200px;
padding: 2px 0;
margin: 0 0 1px 0;
text-align: left;
}
a.usersettings {
text-decoration: none;
color: black;
padding: 3px;
}
div.detailLinks {
width: 85%;
border: 1px solid #3a9ec8;
border-radius: 3px;
padding: 5px;
background-color: #b6d6e4;
margin: 0 0 40px 0;
}
div.detailLinks a {
padding: 0 5px 0 7px;
}
.row textarea#protocol {
width: 90%;
height: 500px;
}
.row input#member0 {
width: 700px;
}
.row input#member1 {
width: 700px;
}
.row input#member2 {
width: 700px;
}
.row textarea#protDiffBase {
/* display: none;
styled via jquery in js/page.js to hide their parent elements as well */
}
.row textarea#protDiffNew {
/* display: none;
styled via jquery in js/page.js to hide their parent elements as well */
}
div#diffOut {
width: 90%;
max-height: 200px;
overflow: scroll;
overflow: -moz-scrollbars-vertical;
margin-bottom: 30px;
}
.spanLink {
text-decoration: underline;
font-size: 90%;
cursor: pointer;
}
div.navi_0 {
border: 1px solid #3a9ec8;
border-radius: 3px;
background: url("start/images/ui-bg_gloss-wave_75_2191c0_500x100.png") scroll repeat-x 1.2em;
background-color: #3a9ec8;
width: 225px;
text-align: left;
color: white;
font-weight: bold;
padding: 2px;
height: 1.2em;
margin-bottom: 1px;
}
div.navi_0 a {
color: white;
font-weight: bold;
}
div.navi_1_i {
border: 1px solid black;
border-radius: 3px;
margin: 0 0 1px 15px;
width: 210px;
text-align: left;
padding: 2px;
height: 1.2em;
}
div.navi_1_a {
border: 1px solid black;
border-radius: 3px;
margin: 0 0 1px 15px;
width: 210px;
text-align: left;
color: #aa0000;
padding: 2px;
height: 1.2em;
font-size: 90%;
}
div.navi_1_a a {
color: #800;
}
#accordion div.navi_1_a {
border-left: 1px solid #a6c9e2;
border-top: 1px solid #a6c9e2;
border-bottom: 1px solid #a6c9e2;
border-right: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin: 0 0 1px 11px;
width: 210px;
text-align: left;
background-color: #acdd4a;
padding: 2px;
height: 1.2em;
font-size: 90%;
}
#accordion div.navi_1_i {
border-left: 1px solid #a6c9e2;
border-top: 1px solid #a6c9e2;
border-bottom: 1px solid #a6c9e2;
border-right: 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin: 0 0 1px 11px;
width: 210px;
text-align: left;
padding: 2px;
height: 1.2em;
font-size: 90%;
}
#accordion div.navi_1_a a {
text-decoration: none;
font-weight: bold;
}
div#login-out {
margin: 130px auto;
width: 430px;
min-height: 250px;
border: 2px dashed #3a9ec8;
border-radius: 6px;
padding: 7px;
}
div#confirm {
margin: 130px auto;
width: 430px;
min-height: 200px;
border: 2px dashed #3a9ec8;
border-radius: 6px;
padding: 40px 7px 7px 40px;
}
span#cancel {
padding-left: 70px;
vertical-align: bottom;
}
form#login div.row {
font-size: 85%;
margin-bottom: 10px;
}
span.required {
color: red;
}
form#login .error input {
border: 2px inset red;
}
form#login span.error {
color: red;
}
p.label {
margin: 0;
padding: 0;
}
input#yes-0 {
width: 80px;
}
div.calendar-details p.details span{
font-weight: bold;
}
div.protocol-details p.details span{
font-weight: bold;
}
div.headinfo {
font-size: 10pt;
height: 3em;
position: absolute;
right: 0px;
margin-right: 10px;
}
div.logininfo {
float: left;
}
div.helpabout {
float: left;
margin-left: 15px;
}
div.confirmForm {
margin-left: 40px;
}
table.adminTableContent {
min-width: 85%;
padding: 2px;
font-size: 90%;
}
table.content th, table.content td {
border-right: solid 1px #3a9ec8;
border-bottom: solid 1px #3a9ec8;
border-bottom-right-radius: 3px;
}
table.content {
width: 100%;
}
img.center {
display: block;
margin: auto;
}
table.adminTableContent td.adminTasks {
margin: 0;
text-align: center;
}
table.adminTableContent td.adminTasks img {
margin: 0 5px;
}
div.defaultContent {
width: 100%;
height: 500px;
background-color: white;
background-image: url("../img/judo.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 30% 0%;
}
a.active {
color: #3a9ec8;
}
.underline {
text-decoration: underline;
}
.center {
text-align: center;
}
div#tablelinks {
position: absolute;
top: 100;
left: 200;
z-index: 10;
background-color: white;
}
img.iconRead {
margin-left: 10px;
}
#naviPermission img.iconRead {
margin-left: 0px;
}
span.headlineText,span.groupName {
margin-left: 5px;
}
div.resetFilter {
width: 100%;
height: 100px;
margin-bottom: 3px;
}
.floatLeft {
float: left;
}
.clickable {
cursor: pointer;
}
.confirmForm .last {
float: left;
}
.bold {
font-weight: bold;
}
div.jiMessage {
font-family: sans-serif;
margin: auto;
width: 700px;
min-height: 300px;
border-radius: 3px;
padding: 34px 5px 5px 5px;
}
div.message {
margin: auto;
width: 500px;
min-height: 150px;
border-radius: 3px;
padding: 34px 5px 5px 5px;
background-position: top left;
background-repeat: no-repeat;
}
div.messageError {
border: 1px dashed red;
background-image: url('../img/message_error.png');
background-repeat: no-repeat;
}
div.messageWarn {
border: 1px dashed orange;
background-image: url('../img/message_warning.png');
background-repeat: no-repeat;
}
div.messageInfo {
border: 1px dashed #3a9ec8;
background-image: url('../img/message_info.png');
background-repeat: no-repeat;
}
h3.messageError {
color: red;
}
h3.messageWarn {
color: orange;
}
h3.messageInfo {
color: #3a9ec8;
}
.monospace {
font-family: monospace;
font-size: 90%;
}
.bgGrey {
background-color: #ddd;
}
.width400 {
width: 400px;
}
select#groups,
select#subgroupOf {
width: 150px;
}
.protocolMessage {
font-family: sans-serif;
font-size: 90%;
font-weight: bold;
text-align: center;
width: 700px;
border-radius: 3px;
padding: 5px;
border: 1px dashed orange;
color: orange;
}
div.result-page {
margin: 25px 50px;
}
span.iconspacer16 {
width: 16px;
height: 16px;
display: inline-block;
margin: 2px;
}
p.agegroup {
margin: 0px;
font-weight: bold;
}
p.weightclass {
margin: 0px;
}
div.result_agegroup {
margin-top: 8mm;
}
div.result_weightclass {
margin-top: 3mm;
}
td.result_place {
width: 120px;
}
td.result_name {
width: 300px;
}
td.result_club {
width: 300px;
}
p#toggleImportedResults {
text-decoration: underline;
font-size: 90%;
cursor: pointer;
}
div.accountingDash {
width: 100%;
border: 1px solid #3a9ec8;
border-radius: 3px;
}
div.dashContent {
padding: 5px;
max-height: 350px;
overflow: auto;
}
p.dashHead {
margin: 0;
padding: 5px;
font-weight: bold;
}
.width100 {
width: 100%;
}
.divFloatLeft {
float: left;
}
.jTable .ui-widget td {
font-size: 90%;
}
p.presetForm {
white-space: nowrap;
z-index: 99;
padding: 5px;
background-color: #b6d6e4;
border-radius: 3px;
}
form.jtable-dialog-form div.jtable-textarea-input textarea.usertableTextarea {
min-width: 400px;
min-height: 150px;
}
p.helpId {
font-size: 65%;
}
.ui-dialog .row .cell {
float: left;
margin-right: 5px;
}
.ui-dialog .row div.clear {
clear: both;
}
.ui-dialog .row label {
display: block;
font-weight: bold;
margin-bottom: 10px;
}
.ui-dialog .row .cell label {
display: block;
font-weight: normal;
margin-bottom: 0px;
}
#apiError {
display: none;
text-align: center;
border: 1px dashed #f00;
border-radius: 3px;
font-weight: bold;
font-size: 110%;
color: #f00;
}
#loading {
display: none;
}
#loading span {
border: 1px solid #a6c9e2;
background-color: #3a9ec8;
border-radius: 3px;
font-weight: bold;
font-size: 110%;
color: #fff;
padding: 2px;
}
.ui-tooltip {
white-space: pre-line;
}
.font8 {
font-size: 8pt;
}
.alignRight {
text-align: right;
}
div.color {
width: 16px;
height: 16px;
}
td.color {
border-radius: 3px;
border-width: 1px;
border-style: solid;
}
.nowrap {
white-space: nowrap;
}
.schoolHoliday th {
text-align: left;
}
.schoolHoliday .name {
width: 300px;
}
.schoolHoliday .date {
width: 150px;
}
.schoolHoliday .endDate {
width: 150px;
}
.jTable {
width: 100%;
overflow: auto;
}
div.divHistorySubject {
padding: 2px;
cursor: pointer;
}
span.historyDate,
span.historySubject,
span.historyType {
display: inline-block;
width: 33%;
}
div.divHistoryContent {
display: none;
padding: 3px;
}
#newHistoryEntryButton {
margin-top: 40px;
padding: 3px;
cursor: pointer;
}
#newHistoryEntryForm {
display: none;
padding: 3px;
}
#historyType {
display: inline-block;
}
#historyContent {
width: 95%;
height: 100px;
}
#historySubject {
display: inline-block;
}
.historyError {
background-color: red;
padding: 2px;
}
#historyDate {
display: inline-block;
width: 105px;
}
#changeDate {
display: inline-block;
}
div.linkForm {
white-space: nowrap;
z-index: 99;
padding: 5px;
background-color: #b6d6e4;
border-radius: 3px;
}
.ajax-file-upload-cancel {
font-size: 90%;
cursor: pointer;
text-decoration: underline;
}
.ajax-file-upload-error {
display: none;
}
#showAttach {
margin-top: 40px;
padding: 3px;
cursor: pointer;
}
#showUpload {
padding: 3px;
cursor: pointer;
}
#uploadForm {
display: none;
padding: 3px;
border: 1px solid #b6d6e4;
border-radius: 3px;
}
#uploadButton {
margin-top: 20px;
}
#uploadMessage {
display: none;
padding: 3px;
border-width: 1px;
border-style: solid;
border-radius: 3px;
width: 90%;
position: absolute;
z-index: 99;
}
#fileType {
display: inline-block;
}
.button {
border: 1px solid #999;
padding: 6px 20px;
background: #EFEFEF url('zebra_form/button-background.gif') repeat-x top;
cursor: pointer;
width: 1px; /* thanks to http://jehiah.cz/archive/button-width-in-ie */
overflow: visible;
width: auto;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: 0 0 2px #AAA;
-webkit-box-shadow: 0 0 2px #AAA;
box-shadow: 0 0 2px #AAA;
font-family: inherit;
margin: 0;
outline: none;
color: #222;
line-height: 1.4em;
padding: 3px;
font-size: 12pt !important;
font-weight: normal !important;
display: inline-block;
}
.button:hover {
background: #303740 none;
color: #FFF;
}
.round {
border: 1px solid #b6d6e4;
border-radius: 3px;
}
#tributeFiles {
display: none;
padding: 5px;
}
#showFiles {
padding: 3px;
cursor: pointer;
}
#logoFiles {
padding: 5px;
}
#logoUploadForm {
padding: 3px;
border: 1px solid #b6d6e4;
border-radius: 3px;
}
.inlineBlock {
display: inline-block;
}
.fileEntry {
display: inline-block;
padding: 3px;
border: 1px solid #b6d6e4;
border-radius: 3px;
text-align: center;
margin: 3px;
}
.fileEntry img {
border: 1px solid grey;
}
img.deleteFile {
z-index: 99;
cursor: pointer;
border: none;
}
#confirmDelete {
display: none;
}
.noClose .ui-dialog-titlebar-close {
display: none;
}
#deleteMessage {
background-color: #ff915f;
border-color: red;
}
#showFilterButton {
margin-top: 20px;
padding: 3px;
cursor: pointer;
font-weight: bold;
}
#filterDialog {
padding: 3px;
display: none;
max-height: 150px;
overflow: auto;
margin-bottom: 5px;
}
div.filter {
display: inline-block;
vertical-align: top;
width: 32.5%;
}
.groupFilterCheckbox {
display: none;
}
.filterEntry {
width: 100%;
border-bottom: 1px solid #3a9ec8;
border-right: 1px solid #3a9ec8;
border-radius: 3px;
background-color: #b6d6e4;
margin: 0 2px 2px 0;
padding: 2px;
cursor: pointer;
min-height: 20px;
}
.filterChecked {
border-top: 1px solid #b6d6e4;
border-left: 1px solid #b6d6e4;
background-color: #3a9ec8;
color: white;
}
#dateFrom,
#dateTo {
width: 120px;
}
.pointer {
cursor: pointer;
}
.nopointer {
cursor: auto;
}
#groupAll,
#groupNone {
cursor: pointer;
}
#webserviceMessage {
display: none;
padding: 3px;
border-width: 1px;
border-style: solid;
border-radius: 3px;
width: 90%;
position: absolute;
z-index: 99;
background-color: #91ff5f;
border-color: green;
}
#wsJudoterminbox {
margin: 0;
}
#wsJudoterminbox li {
list-style-type: none;
}
#showTributeFilter {
padding: 3px;
cursor: pointer;
font-weight: bold;
}
#tributeFilter {
display: none;
padding: 3px;
border: 1px solid #b6d6e4;
border-radius: 3px;
}
/*
* override external library styles
*/
.Zebra_Form_error_message .message {
background: #b6d6e4;
color: black;
}
.Zebra_Form_error_message .arrow {
border-color: #b6d6e4 transparent transparent transparent;
}
.Zebra_Form div.error {
background-color: #b6d6e4;
}
.Zebra_Form div.error div.container div.close {
background-color: #3a9ec8;
}
.Zebra_Form div.error div.container span {
color: black;
}
.Zebra_Form div.error div.container {
border-color: #3a9ec8;
border-radius: 3px;
}
img.Zebra_Form_Input_Prefix {
height: 16px;
width: 16px;
}
.Zebra_DatePicker {
background: #b6d6e4;
border-color: #3a9ec8;
border-width: 1px;
}
.Zebra_DatePicker .dp_header td,
.Zebra_DatePicker .dp_today,
.Zebra_DatePicker .dp_clear {
color: black;
}
.Zebra_DatePicker td.dp_hover,
.Zebra_DatePicker .dp_footer .dp_hover,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker td.dp_selected {
background-color: #3a9ec8;
}
.Zebra_Form label {
cursor: auto;
}
.Zebra_Form #tab-2 .row label {
display: inline;
margin-left: 10px;
}
.Zebra_Form,
.Zebra_Form label,
.Zebra_Form input,
.Zebra_Form select,
.Zebra_Form textarea
{
font-size: 12pt !important;
font-weight: normal !important;
}
.Zebra_Form input.submit,
.Zebra_Form input.text,
.Zebra_Form select {
padding: 3px 3px 3px 3px;
}
.Zebra_Form table.content {
border-collapse: separate;
}
.Zebra_Form table.content input,
.Zebra_Form table.content select {
border-radius: 4px;
}
.Zebra_Form table.content th,
.Zebra_Form table.content td {
border-right: solid 1px #3a9ec8;
border-bottom: solid 1px #3a9ec8;
border-bottom-right-radius: 3px;
padding: 5px;
}
.Zebra_Form table.content td {
padding: 5px;
vertical-align: middle;
}
.Zebra_Form label.disabled {
color: #ababab;
}
#navi .ui-accordion-content {
padding: 2px;
}
#navi .ui-accordion-header {
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
font-weight: bold;
font-size: 90%;
text-decoration: underline;
}
/*
This is part of jsdifflib v1.0. <http://github.com/cemerick/jsdifflib>
Copyright 2007 - 2011 <NAME> <<EMAIL>>. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of
conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list
of conditions and the following disclaimer in the documentation and/or other materials
provided with the distribution.
THIS SOFTWARE IS PROVIDED BY Chas Emerick ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Chas Emerick OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The views and conclusions contained in the software and documentation are those of the
authors and should not be interpreted as representing official policies, either expressed
or implied, of <NAME>.
*/
table.diff {
border-collapse:collapse;
border:1px solid darkgray;
white-space:pre-wrap;
width: 100%;
}
table.diff tbody {
font-family:Courier, monospace
}
table.diff tbody th {
font-family:verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;
background:#EED;
font-size:11px;
font-weight:normal;
border:1px solid #BBC;
color:#886;
padding:.3em .5em .1em 2em;
text-align:right;
vertical-align:top;
width: .9em;
}
table.diff thead {
border-bottom:1px solid #BBC;
background:#EFEFEF;
font-family:Verdana
}
table.diff thead th.texttitle {
text-align:left
width: 50%;
}
table.diff tbody td {
padding:0px .4em;
padding-top:.4em;
vertical-align:top;
}
table.diff .empty {
background-color:#DDD;
}
table.diff .replace {
background-color:#FD8
}
table.diff .delete {
background-color:#E99;
}
table.diff .skip {
background-color:#EFEFEF;
border:1px solid #AAA;
border-right:1px solid #BBC;
}
table.diff .insert {
background-color:#9E9
}
table.diff th.author {
text-align:right;
border-top:1px solid #BBC;
background:#EFEFEF
}
/*
end jsdifflib
*/ | 0.22448 | 0.06492 |
.menu-container {
height: inherit;
z-index: 10;
-webkit-transform: translateX(0%);
transform: translateX(0%);
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.menu-container.active {
position: absolute;
visibility: hidden;
opacity: 0;
z-index: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.icon {
height: 30px;
width: 30px;
vertical-align: baseline;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.toggler {
margin-left: 0;
cursor: pointer;
}
.navbar-burger {
display: flex;
}
@media (min-width: 769px) {
.menu-container {
width: 25%;
min-width: auto;
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@media (max-width: 769px) {
.menu-container {
position: absolute;
background-color: #f5f5f5;
}
}
@media (min-width: 1024px) {
.menu-container {
background-color: transparent;
width: 16.6667%;
min-width: auto;
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@media (max-width: 1023px) {
.navbar > .container {
display: flex !important;
}
}
html,
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 16px;
line-height: 1.5;
height: 100%;
background: #ecf0f3;
}
nav.navbar {
border-top: 4px solid #276cda;
margin-bottom: 1rem;
}
.navbar-item.brand-text {
font-weight: 300;
}
.navbar-item,
.navbar-link {
font-size: 14px;
font-weight: 700;
}
.columns {
width: 100%;
height: 100%;
margin-left: 0;
}
.menu-label {
color: #8f99a3;
letter-spacing: 1.3;
font-weight: 700;
}
.menu-list a {
color: #0f1d38;
font-size: 14px;
font-weight: 700;
}
.menu-list a:hover {
background-color: transparent;
color: #276cda;
}
.menu-list a.is-active {
background-color: transparent;
color: #276cda;
font-weight: 700;
}
.card {
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
margin-bottom: 2rem;
}
.card-header-title {
color: #8f99a3;
font-weight: 400;
}
.info-tiles {
margin: 1rem 0;
}
.info-tiles .subtitle {
font-weight: 300;
color: #8f99a3;
}
.hero.welcome.is-info {
background: #36d1dc;
background: -webkit-linear-gradient(to right, #5b86e5, #36d1dc);
background: linear-gradient(to right, #5b86e5, #36d1dc);
}
.hero.welcome .title,
.hero.welcome .subtitle {
color: hsl(192, 17%, 99%);
}
.card .content {
font-size: 14px;
}
.card-footer-item {
font-size: 14px;
font-weight: 700;
color: #8f99a3;
}
/* .card-footer-item:hover {
} */
.modal-card {
width: 130vh;
}
@media (min-width: 769px) {
.modal-card,
.modal-content {
margin: 0 auto;
border-radius: 10px;
max-height: calc(100vh - 40px);
width: 130vh;
}
}
#main-body-content {
overflow-y: auto;
height: 85vh;
-ms-overflow-style: none;
scrollbar-width: none;
}
::-webkit-scrollbar {
display: none;
}
.card {
border-radius: 10px;
}
/*# sourceMappingURL=style.css.map */ | assets/css/style.css | .menu-container {
height: inherit;
z-index: 10;
-webkit-transform: translateX(0%);
transform: translateX(0%);
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.menu-container.active {
position: absolute;
visibility: hidden;
opacity: 0;
z-index: 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.icon {
height: 30px;
width: 30px;
vertical-align: baseline;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.toggler {
margin-left: 0;
cursor: pointer;
}
.navbar-burger {
display: flex;
}
@media (min-width: 769px) {
.menu-container {
width: 25%;
min-width: auto;
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@media (max-width: 769px) {
.menu-container {
position: absolute;
background-color: #f5f5f5;
}
}
@media (min-width: 1024px) {
.menu-container {
background-color: transparent;
width: 16.6667%;
min-width: auto;
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@media (max-width: 1023px) {
.navbar > .container {
display: flex !important;
}
}
html,
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 16px;
line-height: 1.5;
height: 100%;
background: #ecf0f3;
}
nav.navbar {
border-top: 4px solid #276cda;
margin-bottom: 1rem;
}
.navbar-item.brand-text {
font-weight: 300;
}
.navbar-item,
.navbar-link {
font-size: 14px;
font-weight: 700;
}
.columns {
width: 100%;
height: 100%;
margin-left: 0;
}
.menu-label {
color: #8f99a3;
letter-spacing: 1.3;
font-weight: 700;
}
.menu-list a {
color: #0f1d38;
font-size: 14px;
font-weight: 700;
}
.menu-list a:hover {
background-color: transparent;
color: #276cda;
}
.menu-list a.is-active {
background-color: transparent;
color: #276cda;
font-weight: 700;
}
.card {
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
margin-bottom: 2rem;
}
.card-header-title {
color: #8f99a3;
font-weight: 400;
}
.info-tiles {
margin: 1rem 0;
}
.info-tiles .subtitle {
font-weight: 300;
color: #8f99a3;
}
.hero.welcome.is-info {
background: #36d1dc;
background: -webkit-linear-gradient(to right, #5b86e5, #36d1dc);
background: linear-gradient(to right, #5b86e5, #36d1dc);
}
.hero.welcome .title,
.hero.welcome .subtitle {
color: hsl(192, 17%, 99%);
}
.card .content {
font-size: 14px;
}
.card-footer-item {
font-size: 14px;
font-weight: 700;
color: #8f99a3;
}
/* .card-footer-item:hover {
} */
.modal-card {
width: 130vh;
}
@media (min-width: 769px) {
.modal-card,
.modal-content {
margin: 0 auto;
border-radius: 10px;
max-height: calc(100vh - 40px);
width: 130vh;
}
}
#main-body-content {
overflow-y: auto;
height: 85vh;
-ms-overflow-style: none;
scrollbar-width: none;
}
::-webkit-scrollbar {
display: none;
}
.card {
border-radius: 10px;
}
/*# sourceMappingURL=style.css.map */ | 0.280222 | 0.040219 |
body {
margin: 0;
}
.splash {
text-align: center;
margin: 10% 0 0 0;
box-sizing: border-box;
}
.navbar-default {
color: #6E4D9B;
}
.splash .message {
font-size: 72px;
line-height: 72px;
text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
text-transform: uppercase;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.splash .fa-spinner {
text-align: center;
display: inline-block;
font-size: 72px;
margin-top: 50px;
}
.page-host {
position: absolute;
left: 0;
right: 0;
top: 50px;
bottom: 0;
overflow-x: hidden;
overflow-y: auto;
}
.page-banner {
color: #fff;
text-align: center;
background-image: linear-gradient(120deg, #6E4D9B, #E82887);
}
.page-banner {
padding: 5em 6em;
}
.project-name {
margin-top: 0;
margin-bottom: 0.1rem;
font-size: 4em;
}
.project-tagline {
margin-bottom: 2em;
font-weight: normal;
opacity: 0.7;
}
.project-tagline {
font-size: 1.5em;
}
.page-banner a {
color: #1e6bb8;
text-decoration: none;
}
.page-banner a:hover {
text-decoration: underline;
}
.page-banner .btn {
display: inline-block;
margin-bottom: 1rem;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 255, 255, 0.2);
border-style: solid;
border-width: 1px;
border-radius: 0.3rem;
transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.page-banner .btn + .btn {
margin-left: 1rem;
}
.page-banner .btn:hover {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.3);
}
.page-banner .btn {
padding: 0.75rem 1rem;
}
.padding {
padding: 0.8em;
}
.aut-sort:before {
font-family: FontAwesome;
padding-right: 0.5em;
width: 1.28571429em;
display: inline-block;
text-align: center;
}
.aut-sortable:before {
content: "\f0dc";
}
.aut-asc:before {
content: "\f160";
}
.aut-desc:before {
content: "\f161";
}
.ul.custom-pagination {
display: inline-block;
padding: 0;
margin: 0;
}
ul.custom-pagination li {
display: inline;
}
ul.custom-pagination li a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
transition: background-color .3s;
}
ul.custom-pagination li a.active {
background-color: #4CAF50;
color: white;
}
ul.custom-pagination li a:hover:not(.active):not(.disabled) {
background-color: #ddd;
}
ul.custom-pagination li a.disabled {
color: darkgrey;
}
/* animation definitions */
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} | doc/styles/styles.css | body {
margin: 0;
}
.splash {
text-align: center;
margin: 10% 0 0 0;
box-sizing: border-box;
}
.navbar-default {
color: #6E4D9B;
}
.splash .message {
font-size: 72px;
line-height: 72px;
text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
text-transform: uppercase;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.splash .fa-spinner {
text-align: center;
display: inline-block;
font-size: 72px;
margin-top: 50px;
}
.page-host {
position: absolute;
left: 0;
right: 0;
top: 50px;
bottom: 0;
overflow-x: hidden;
overflow-y: auto;
}
.page-banner {
color: #fff;
text-align: center;
background-image: linear-gradient(120deg, #6E4D9B, #E82887);
}
.page-banner {
padding: 5em 6em;
}
.project-name {
margin-top: 0;
margin-bottom: 0.1rem;
font-size: 4em;
}
.project-tagline {
margin-bottom: 2em;
font-weight: normal;
opacity: 0.7;
}
.project-tagline {
font-size: 1.5em;
}
.page-banner a {
color: #1e6bb8;
text-decoration: none;
}
.page-banner a:hover {
text-decoration: underline;
}
.page-banner .btn {
display: inline-block;
margin-bottom: 1rem;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 255, 255, 0.2);
border-style: solid;
border-width: 1px;
border-radius: 0.3rem;
transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.page-banner .btn + .btn {
margin-left: 1rem;
}
.page-banner .btn:hover {
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.3);
}
.page-banner .btn {
padding: 0.75rem 1rem;
}
.padding {
padding: 0.8em;
}
.aut-sort:before {
font-family: FontAwesome;
padding-right: 0.5em;
width: 1.28571429em;
display: inline-block;
text-align: center;
}
.aut-sortable:before {
content: "\f0dc";
}
.aut-asc:before {
content: "\f160";
}
.aut-desc:before {
content: "\f161";
}
.ul.custom-pagination {
display: inline-block;
padding: 0;
margin: 0;
}
ul.custom-pagination li {
display: inline;
}
ul.custom-pagination li a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
transition: background-color .3s;
}
ul.custom-pagination li a.active {
background-color: #4CAF50;
color: white;
}
ul.custom-pagination li a:hover:not(.active):not(.disabled) {
background-color: #ddd;
}
ul.custom-pagination li a.disabled {
color: darkgrey;
}
/* animation definitions */
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
-ms-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
100% {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} | 0.624179 | 0.123921 |
body {
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
background: linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
}
.ui-icon {
float: left;
}
.ui-dialog { margin:0 auto; }
.ui-dialog-title { height: 40px; }
.contextMenu {
font-size: 11px;
color: #fff;
padding: 4px 8px;
border: 1px solid rgb(255,255,255);
border: 1px solid rgba(255,255,255,0.25);
background-color: rgb(255,255,255);
background-color: rgba(255,255,255,0.92);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#ddd)); /* Safari 4, Chrome 3+ */
background-image: -webkit-linear-gradient(top, transparent, #ddd); /* Safari Nightly (6), Chrome 10+ */
background-image: -moz-linear-gradient(top, transparent, #ddd); /* Firefox 3.6+ */
background-image: -ms-linear-gradient(top, transparent, #ddd); /* MSIE 10+ */
background-image: -o-linear-gradient(top, transparent, #ddd); /* Opera 11.10+ */
opacity: .92;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 3px #555;
-moz-box-shadow: 0 0 3px #555;
box-shadow: 0 0 3px #555;
}
.contextMenu li a {
color: #000000;
}
.contextMenu li.hover a {
background-color: rgb(200,200,200);
background-color: rgba(200,200,200,0.92);
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
color: #4c4c4c;
}
.contextMenu li.hover.disabled a {
background-color: transparent;
}
.contextMenu li.separator {
border-top: 1px solid black;
}
.tooltip-content {
font-size: 15px;
color: #000;
font-weight: bold;
padding: 4px 8px;
border: 1px solid rgb(255,255,255);
border: 1px solid rgba(255,255,255,0.25);
background-color: rgb(255,255,255);
background-color: rgba(255,255,255,0.92);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#ddd)); /* Safari 4, Chrome 3+ */
background-image: -webkit-linear-gradient(top, transparent, #ddd); /* Safari Nightly (6), Chrome 10+ */
background-image: -moz-linear-gradient(top, transparent, #ddd); /* Firefox 3.6+ */
background-image: -ms-linear-gradient(top, transparent, #ddd); /* MSIE 10+ */
background-image: -o-linear-gradient(top, transparent, #ddd); /* Opera 11.10+ */
opacity: .92;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 0 3px #555;
-webkit-box-shadow: 0 0 3px #555;
-moz-box-shadow: 0 0 3px #555;
}
#tiptip_content {
font-size: 11px;
color: #000;
padding: 4px 8px;
text-shadow: 0 0 2px #000;
border: 1px solid rgb(255,255,255);
border: 1px solid rgba(255,255,255,0.25);
background-color: rgb(255,255,255);
background-color: rgba(255,255,255,0.92);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#ddd)); /* Safari 4, Chrome 3+ */
background-image: -webkit-linear-gradient(top, transparent, #ddd); /* Safari Nightly (6), Chrome 10+ */
background-image: -moz-linear-gradient(top, transparent, #ddd); /* Firefox 3.6+ */
background-image: -ms-linear-gradient(top, transparent, #ddd); /* MSIE 10+ */
background-image: -o-linear-gradient(top, transparent, #ddd); /* Opera 11.10+ */
opacity: .92;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 0 3px #555;
-webkit-box-shadow: 0 0 3px #555;
-moz-box-shadow: 0 0 3px #555;
}
#tiptip_arrow, #tiptip_arrow_inner {
position: absolute;
border-color: transparent;
border-style: solid;
border-width: 6px;
height: 0;
width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
border-top-color: #fff;
border-top-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
border-bottom-color: #fff;
border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
border-right-color: #fff;
border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
border-left-color: #fff;
border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
border-top-color: rgb(200,200,200);
border-top-color: rgba(200,200,200,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
border-bottom-color: rgb(200,200,200);
border-bottom-color: rgba(200,200,200,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
border-right-color: rgb(200,200,200);
border-right-color: rgba(200,200,200,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
border-left-color: rgb(200,200,200);
border-left-color: rgba(200,200,200,0.92);
}
/* Webkit Hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#tiptip_content {
padding: 4px 8px 5px 8px;
background-color: rgba(45,45,45,0.88);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
border-bottom-color: rgba(45,45,45,0.88);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
border-top-color: rgba(20,20,20,0.92);
}
} | webpro/client/css/ui-lightness/fim.css | body {
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
background: linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
}
.ui-icon {
float: left;
}
.ui-dialog { margin:0 auto; }
.ui-dialog-title { height: 40px; }
.contextMenu {
font-size: 11px;
color: #fff;
padding: 4px 8px;
border: 1px solid rgb(255,255,255);
border: 1px solid rgba(255,255,255,0.25);
background-color: rgb(255,255,255);
background-color: rgba(255,255,255,0.92);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#ddd)); /* Safari 4, Chrome 3+ */
background-image: -webkit-linear-gradient(top, transparent, #ddd); /* Safari Nightly (6), Chrome 10+ */
background-image: -moz-linear-gradient(top, transparent, #ddd); /* Firefox 3.6+ */
background-image: -ms-linear-gradient(top, transparent, #ddd); /* MSIE 10+ */
background-image: -o-linear-gradient(top, transparent, #ddd); /* Opera 11.10+ */
opacity: .92;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 3px #555;
-moz-box-shadow: 0 0 3px #555;
box-shadow: 0 0 3px #555;
}
.contextMenu li a {
color: #000000;
}
.contextMenu li.hover a {
background-color: rgb(200,200,200);
background-color: rgba(200,200,200,0.92);
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
color: #4c4c4c;
}
.contextMenu li.hover.disabled a {
background-color: transparent;
}
.contextMenu li.separator {
border-top: 1px solid black;
}
.tooltip-content {
font-size: 15px;
color: #000;
font-weight: bold;
padding: 4px 8px;
border: 1px solid rgb(255,255,255);
border: 1px solid rgba(255,255,255,0.25);
background-color: rgb(255,255,255);
background-color: rgba(255,255,255,0.92);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#ddd)); /* Safari 4, Chrome 3+ */
background-image: -webkit-linear-gradient(top, transparent, #ddd); /* Safari Nightly (6), Chrome 10+ */
background-image: -moz-linear-gradient(top, transparent, #ddd); /* Firefox 3.6+ */
background-image: -ms-linear-gradient(top, transparent, #ddd); /* MSIE 10+ */
background-image: -o-linear-gradient(top, transparent, #ddd); /* Opera 11.10+ */
opacity: .92;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 0 3px #555;
-webkit-box-shadow: 0 0 3px #555;
-moz-box-shadow: 0 0 3px #555;
}
#tiptip_content {
font-size: 11px;
color: #000;
padding: 4px 8px;
text-shadow: 0 0 2px #000;
border: 1px solid rgb(255,255,255);
border: 1px solid rgba(255,255,255,0.25);
background-color: rgb(255,255,255);
background-color: rgba(255,255,255,0.92);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#ddd)); /* Safari 4, Chrome 3+ */
background-image: -webkit-linear-gradient(top, transparent, #ddd); /* Safari Nightly (6), Chrome 10+ */
background-image: -moz-linear-gradient(top, transparent, #ddd); /* Firefox 3.6+ */
background-image: -ms-linear-gradient(top, transparent, #ddd); /* MSIE 10+ */
background-image: -o-linear-gradient(top, transparent, #ddd); /* Opera 11.10+ */
opacity: .92;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 0 3px #555;
-webkit-box-shadow: 0 0 3px #555;
-moz-box-shadow: 0 0 3px #555;
}
#tiptip_arrow, #tiptip_arrow_inner {
position: absolute;
border-color: transparent;
border-style: solid;
border-width: 6px;
height: 0;
width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
border-top-color: #fff;
border-top-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
border-bottom-color: #fff;
border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
border-right-color: #fff;
border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
border-left-color: #fff;
border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
border-top-color: rgb(200,200,200);
border-top-color: rgba(200,200,200,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
border-bottom-color: rgb(200,200,200);
border-bottom-color: rgba(200,200,200,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
border-right-color: rgb(200,200,200);
border-right-color: rgba(200,200,200,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
border-left-color: rgb(200,200,200);
border-left-color: rgba(200,200,200,0.92);
}
/* Webkit Hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#tiptip_content {
padding: 4px 8px 5px 8px;
background-color: rgba(45,45,45,0.88);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
border-bottom-color: rgba(45,45,45,0.88);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
border-top-color: rgba(20,20,20,0.92);
}
} | 0.337204 | 0.084833 |
html {
margin: 0%;
padding: 0%;
}
/* this is to make the website go all the way to the edges of the website*/
body {
margin: 0%;
padding: 0%;
height: 100%;
background-color: #F2F2F2;
}
/*makes header flip apon hover, also makes the header look nicer, the color is the font color*/
header {
color: #F2F2F2;
background-image: url("img/qualitygeese/other/geesecompressed.jpg");
margin: 0%;
}
/* Make the website stretch to the top of the viewport by removing the margin at the top of the h1 in the header */
header h1 {
margin-top: 0;
padding-left: 1%;
}
header i {
margin-top: 0;
padding-left: 1%;
}
/*makes it so when hovered over, it flips*/
h1:hover {
transform: scaleX(-1);
}
.topnav {
background-color: #FFAB51;
overflow: hidden;
}
/* make nav colored*/
.topnav a {
float: left;
color: #010101;
text-align: center;
padding: 5px 16px;
text-decoration: none;
transition-duration: 0.55s;
}
/* mouse hover over change color to other website's themes*/
/*rav*/
.topnav .goosenav:hover {
background-color: #FFAB51;
color: #F2F2F2;
}
.topnav .toasternav:hover {
background-image: linear-gradient(90deg, #29FFC8, #FFE600);
color: #010101;
}
/*rest of website*/
/*all things about goose pictures*/
<<<<<<< Updated upstream
.gosegose {
max-width: 300px;
}
.pictures img {
display: block;
margin-left: auto;
margin-right: auto;
max-height: 400px;
padding-top: 10px;
padding-bottom: 10px;
=======
.photos {
padding: 0px 15% 25px 15%;
/* prevent vertical gaps */
line-height: 0;
-webkit-column-count: 3;
-webkit-column-gap: 0px;
-moz-column-count: 3;
-moz-column-gap: 0px;
column-count: 3;
column-gap: 0px;
}
.photos img {
/* just in case there are inline attributes */
width: 100% !important;
height: auto !important;
>>>>>>> Stashed changes
}
/* footer */
/* DEAR GARETH, please never put "fixed" or "absoulute" in your footers.*/
.footer {
position: fixed;
left: 0;
bottom: 0;
padding: 0%;
width: 100%;
padding-bottom: 10px;
background-image: url("img/qualitygeese/other/geesecompressed.jpg");
filter: invert(10%);
text-align: center;
font-size: 200%;
color: #F2F2F2;
} | goose.css |
html {
margin: 0%;
padding: 0%;
}
/* this is to make the website go all the way to the edges of the website*/
body {
margin: 0%;
padding: 0%;
height: 100%;
background-color: #F2F2F2;
}
/*makes header flip apon hover, also makes the header look nicer, the color is the font color*/
header {
color: #F2F2F2;
background-image: url("img/qualitygeese/other/geesecompressed.jpg");
margin: 0%;
}
/* Make the website stretch to the top of the viewport by removing the margin at the top of the h1 in the header */
header h1 {
margin-top: 0;
padding-left: 1%;
}
header i {
margin-top: 0;
padding-left: 1%;
}
/*makes it so when hovered over, it flips*/
h1:hover {
transform: scaleX(-1);
}
.topnav {
background-color: #FFAB51;
overflow: hidden;
}
/* make nav colored*/
.topnav a {
float: left;
color: #010101;
text-align: center;
padding: 5px 16px;
text-decoration: none;
transition-duration: 0.55s;
}
/* mouse hover over change color to other website's themes*/
/*rav*/
.topnav .goosenav:hover {
background-color: #FFAB51;
color: #F2F2F2;
}
.topnav .toasternav:hover {
background-image: linear-gradient(90deg, #29FFC8, #FFE600);
color: #010101;
}
/*rest of website*/
/*all things about goose pictures*/
<<<<<<< Updated upstream
.gosegose {
max-width: 300px;
}
.pictures img {
display: block;
margin-left: auto;
margin-right: auto;
max-height: 400px;
padding-top: 10px;
padding-bottom: 10px;
=======
.photos {
padding: 0px 15% 25px 15%;
/* prevent vertical gaps */
line-height: 0;
-webkit-column-count: 3;
-webkit-column-gap: 0px;
-moz-column-count: 3;
-moz-column-gap: 0px;
column-count: 3;
column-gap: 0px;
}
.photos img {
/* just in case there are inline attributes */
width: 100% !important;
height: auto !important;
>>>>>>> Stashed changes
}
/* footer */
/* DEAR GARETH, please never put "fixed" or "absoulute" in your footers.*/
.footer {
position: fixed;
left: 0;
bottom: 0;
padding: 0%;
width: 100%;
padding-bottom: 10px;
background-image: url("img/qualitygeese/other/geesecompressed.jpg");
filter: invert(10%);
text-align: center;
font-size: 200%;
color: #F2F2F2;
} | 0.370339 | 0.161717 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
:root {
--havorang: #40bfff;
--qizil: #ff4858;
--moviy: #bcddfe;
--qora: #373737;
--light-gray: #f6f7f8;
}
.container {
max-width: 80%;
margin: 0 auto;
}
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
list-style: none;
text-decoration: none;
}
body {
width: 100%;
background: #fff;
font-family: "Poppins", sans-serif;
}
i:hover {
cursor: pointer;
}
.header {
width: 100%;
position: relative;
top: 0;
left: 0;
right: 0;
}
.upper-menu {
width: 100%;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 50px 0 50px;
font-size: 13px;
border-bottom: 1px solid #e6e5e5;
}
.dropbtn {
background-color: transparent;
color: var(--qora);
border: none;
cursor: pointer;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 100px;
-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
display: block;
}
.en-usd {
position: relative;
}
.en-usd ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.en-usd ul li {
margin-right: 8px;
}
.profile-cart {
position: relative;
}
.profile-cart ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.profile-cart ul li {
margin-left: 13px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.profile-cart ul li a {
color: var(--qora);
}
.main-menu {
width: 100%;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 50px 0 50px;
}
.main-menu .logo {
font-weight: bold;
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;
}
.main-menu .logo a {
font-size: 14px;
margin-left: 4px;
color: var(--qora);
}
.main-menu .main-menu-options {
position: relative;
}
.main-menu .main-menu-options ul {
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;
}
.main-menu .main-menu-options ul li {
margin-left: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main-menu .main-menu-options ul li a {
font-size: 16px;
color: var(--qora);
-webkit-transition: 0.2s;
transition: 0.2s;
}
.main-menu .main-menu-options ul li a.active-link {
color: var(--havorang);
}
.main-menu .main-menu-options ul li a:hover {
color: var(--havorang);
}
.footer {
width: 100%;
height: auto;
margin-top: 30px;
background-color: var(--moviy);
padding: 0 50px 0 50px;
}
.footer .upper-footer,
.footer .lower-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
padding: 20px 0;
}
.footer .upper-footer .footer-info,
.footer .lower-footer .footer-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 120px;
}
.footer .upper-footer .footer-info:first-child {
width: 200px;
}
.footer .upper-footer .footer-info a,
p,
h3 {
color: var(--qora);
}
.footer .upper-footer .footer-info .footer-logo a {
font-size: 1.1rem;
font-weight: 600;
}
.footer .upper-footer .footer-info p,
.footer .lower-footer .footer-info p {
font-size: 12px;
}
.footer .upper-footer .footer-info .footer-social i {
margin-right: 10px;
}
.footer .upper-footer .footer-info .footer-social i.fa-facebook-f {
color: #054b6e;
}
.footer .upper-footer .footer-info .footer-social i.fa-twitter {
color: #127cb1;
}
.main-menu .main-menu-options #check,
.main-menu .main-menu-options label .fa-bars-staggered,
.main-menu .main-menu-options label .fa-xmark {
display: none;
}
.mobile-bottom-nav {
display: none;
}
@media screen and (max-width: 480px) {
.upper-menu {
display: none;
}
.mobile-bottom-nav {
display: block;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
will-change: transform;
-webkit-transform: translateZ(0);
transform: translateZ(0);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 50px;
-webkit-box-shadow: 0 -2px 5px -2px #333;
box-shadow: 0 -2px 5px -2px #333;
background-color: #fff;
}
.mobile-bottom-nav__item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
font-size: 12px;
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;
}
.mobile-bottom-nav__item--active {
color: var(--havorang);
}
.mobile-bottom-nav__item-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media screen and (max-width: 768px) {
.main-menu .logo a {
font-size: 14px;
margin-left: 4px;
color: var(--qora);
}
.main-menu .main-menu-options {
position: relative;
}
.main-menu .main-menu-options ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
background-color: #f2f2f2;
width: 300px;
height: 100%;
top: 0;
bottom: 0;
z-index: 1;
right: -300px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.main-menu .main-menu-options #check,
.main-menu .main-menu-options label i.fa-xmark {
opacity: 0;
right: 0;
font-size: 22px;
}
.main-menu .main-menu-options label .fa-bars-staggered,
.main-menu .main-menu-options label .fa-xmark {
display: block;
}
.main-menu .main-menu-options #check:checked ~ ul {
right: 0;
}
.main-menu .main-menu-options #check:checked ~ label i.fa-xmark {
opacity: 1;
position: fixed;
z-index: 100;
right: 250px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.main-menu .main-menu-options ul li {
margin-left: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 30px;
}
.main-menu .main-menu-options ul li a {
font-size: 16px;
color: var(--qora);
-webkit-transition: 0.2s;
transition: 0.2s;
}
}
/* Contact Section */
.directory {
display: none;
background-color: var(--light-gray);
}
.directory .path-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.directory .path {
color: var(--qora);
}
.directory .path-ligher {
color: #c1c8ce;
}
.directory .path--active {
color: var(--havorang);
}
.contact {
/* Input */
}
.contact-card {
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
max-width: 400px;
margin: 0 auto;
}
.contact-image {
display: none;
max-width: 100%;
width: 400px;
}
.contact-form {
margin: 5em 1.5em;
padding: 2em 0;
}
.contact label {
font-size: 0.95em;
margin: 0.6em 0 0.3em 0;
display: block;
}
.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
width: 100%;
border: 2px solid #ccc;
padding: 0.8em 1em;
border-width: 0.5px;
color: rgba(0, 0, 0, 0.589);
font-family: "Poppins", sans-serif;
}
.contact textarea {
resize: none;
height: 10em;
}
/* Search */
.search {
margin: 0 0 4em 0;
}
.search-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid #bcddfe;
max-width: 400px;
margin: 0 auto;
border-radius: 6px;
}
.search-input {
padding: 1em 0.5em;
width: 100%;
border: none;
color: rgba(0, 0, 0, 0.589);
font-family: "Poppins", sans-serif;
}
.search-btn {
background-color: #40bfff;
padding: 0.8em 1.5em;
color: #fff;
margin: -1px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
/* Mid Devices */
@media (min-width: 768px) {
/* Contact Section */
.directory {
display: block;
}
}
/* Large Devices */
@media (min-width: 996px) {
.container {
width: 1000px;
}
/* Contact Section */
.contact {
margin: 5em 0;
}
.contact-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 100%;
}
.contact-image {
display: block;
}
.contact-form {
width: 100%;
padding: 0;
}
/* Search */
.search-container {
max-width: 500px;
}
}
/*# sourceMappingURL=style.css.map */ | contact/sass/style.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
:root {
--havorang: #40bfff;
--qizil: #ff4858;
--moviy: #bcddfe;
--qora: #373737;
--light-gray: #f6f7f8;
}
.container {
max-width: 80%;
margin: 0 auto;
}
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
list-style: none;
text-decoration: none;
}
body {
width: 100%;
background: #fff;
font-family: "Poppins", sans-serif;
}
i:hover {
cursor: pointer;
}
.header {
width: 100%;
position: relative;
top: 0;
left: 0;
right: 0;
}
.upper-menu {
width: 100%;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 50px 0 50px;
font-size: 13px;
border-bottom: 1px solid #e6e5e5;
}
.dropbtn {
background-color: transparent;
color: var(--qora);
border: none;
cursor: pointer;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 100px;
-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-color: #f1f1f1;
}
.dropdown:hover .dropdown-content {
display: block;
}
.en-usd {
position: relative;
}
.en-usd ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.en-usd ul li {
margin-right: 8px;
}
.profile-cart {
position: relative;
}
.profile-cart ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.profile-cart ul li {
margin-left: 13px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.profile-cart ul li a {
color: var(--qora);
}
.main-menu {
width: 100%;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 50px 0 50px;
}
.main-menu .logo {
font-weight: bold;
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;
}
.main-menu .logo a {
font-size: 14px;
margin-left: 4px;
color: var(--qora);
}
.main-menu .main-menu-options {
position: relative;
}
.main-menu .main-menu-options ul {
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;
}
.main-menu .main-menu-options ul li {
margin-left: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main-menu .main-menu-options ul li a {
font-size: 16px;
color: var(--qora);
-webkit-transition: 0.2s;
transition: 0.2s;
}
.main-menu .main-menu-options ul li a.active-link {
color: var(--havorang);
}
.main-menu .main-menu-options ul li a:hover {
color: var(--havorang);
}
.footer {
width: 100%;
height: auto;
margin-top: 30px;
background-color: var(--moviy);
padding: 0 50px 0 50px;
}
.footer .upper-footer,
.footer .lower-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
padding: 20px 0;
}
.footer .upper-footer .footer-info,
.footer .lower-footer .footer-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 120px;
}
.footer .upper-footer .footer-info:first-child {
width: 200px;
}
.footer .upper-footer .footer-info a,
p,
h3 {
color: var(--qora);
}
.footer .upper-footer .footer-info .footer-logo a {
font-size: 1.1rem;
font-weight: 600;
}
.footer .upper-footer .footer-info p,
.footer .lower-footer .footer-info p {
font-size: 12px;
}
.footer .upper-footer .footer-info .footer-social i {
margin-right: 10px;
}
.footer .upper-footer .footer-info .footer-social i.fa-facebook-f {
color: #054b6e;
}
.footer .upper-footer .footer-info .footer-social i.fa-twitter {
color: #127cb1;
}
.main-menu .main-menu-options #check,
.main-menu .main-menu-options label .fa-bars-staggered,
.main-menu .main-menu-options label .fa-xmark {
display: none;
}
.mobile-bottom-nav {
display: none;
}
@media screen and (max-width: 480px) {
.upper-menu {
display: none;
}
.mobile-bottom-nav {
display: block;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
will-change: transform;
-webkit-transform: translateZ(0);
transform: translateZ(0);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 50px;
-webkit-box-shadow: 0 -2px 5px -2px #333;
box-shadow: 0 -2px 5px -2px #333;
background-color: #fff;
}
.mobile-bottom-nav__item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
font-size: 12px;
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;
}
.mobile-bottom-nav__item--active {
color: var(--havorang);
}
.mobile-bottom-nav__item-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media screen and (max-width: 768px) {
.main-menu .logo a {
font-size: 14px;
margin-left: 4px;
color: var(--qora);
}
.main-menu .main-menu-options {
position: relative;
}
.main-menu .main-menu-options ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: fixed;
background-color: #f2f2f2;
width: 300px;
height: 100%;
top: 0;
bottom: 0;
z-index: 1;
right: -300px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.main-menu .main-menu-options #check,
.main-menu .main-menu-options label i.fa-xmark {
opacity: 0;
right: 0;
font-size: 22px;
}
.main-menu .main-menu-options label .fa-bars-staggered,
.main-menu .main-menu-options label .fa-xmark {
display: block;
}
.main-menu .main-menu-options #check:checked ~ ul {
right: 0;
}
.main-menu .main-menu-options #check:checked ~ label i.fa-xmark {
opacity: 1;
position: fixed;
z-index: 100;
right: 250px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.main-menu .main-menu-options ul li {
margin-left: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 30px;
}
.main-menu .main-menu-options ul li a {
font-size: 16px;
color: var(--qora);
-webkit-transition: 0.2s;
transition: 0.2s;
}
}
/* Contact Section */
.directory {
display: none;
background-color: var(--light-gray);
}
.directory .path-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.directory .path {
color: var(--qora);
}
.directory .path-ligher {
color: #c1c8ce;
}
.directory .path--active {
color: var(--havorang);
}
.contact {
/* Input */
}
.contact-card {
-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
max-width: 400px;
margin: 0 auto;
}
.contact-image {
display: none;
max-width: 100%;
width: 400px;
}
.contact-form {
margin: 5em 1.5em;
padding: 2em 0;
}
.contact label {
font-size: 0.95em;
margin: 0.6em 0 0.3em 0;
display: block;
}
.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
width: 100%;
border: 2px solid #ccc;
padding: 0.8em 1em;
border-width: 0.5px;
color: rgba(0, 0, 0, 0.589);
font-family: "Poppins", sans-serif;
}
.contact textarea {
resize: none;
height: 10em;
}
/* Search */
.search {
margin: 0 0 4em 0;
}
.search-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 2px solid #bcddfe;
max-width: 400px;
margin: 0 auto;
border-radius: 6px;
}
.search-input {
padding: 1em 0.5em;
width: 100%;
border: none;
color: rgba(0, 0, 0, 0.589);
font-family: "Poppins", sans-serif;
}
.search-btn {
background-color: #40bfff;
padding: 0.8em 1.5em;
color: #fff;
margin: -1px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
/* Mid Devices */
@media (min-width: 768px) {
/* Contact Section */
.directory {
display: block;
}
}
/* Large Devices */
@media (min-width: 996px) {
.container {
width: 1000px;
}
/* Contact Section */
.contact {
margin: 5em 0;
}
.contact-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 100%;
}
.contact-image {
display: block;
}
.contact-form {
width: 100%;
padding: 0;
}
/* Search */
.search-container {
max-width: 500px;
}
}
/*# sourceMappingURL=style.css.map */ | 0.276886 | 0.05848 |
#frame { margin-left: auto; margin-right: auto; width: 767px; }
@media screen and (max-width:767px) {
#frame { width: 100%; }
}
body { background-color: white; color: black; }
.topinfo { padding: 4px; margin: 4px; font-size: 0.8em; color: gray; }
.local { background-color: yellow; color: black; font-size: 0.8em; }
#title_div { background-color: #c0c0c0; margin: 0; padding: 0; height: 50px; width: 100%; background-image: url(image/wallpaper/sakura.png); }
.title_btn { float: right; background-color: gray; }
.menu { }
.menu ul { padding: 0; margin: 0; list-style-type: none; }
.menu ul li { text-align: right; margin: 2px; }
.menu ul li a { width: 200px; border-bottom: solid 1px silver; }
h1 { background-color: rgba(255, 100, 255, 0.9); color: black; padding: 8px; }
h2 { border-bottom: solid 1px silver; }
h4 { border-bottom: solid 1px silver; margin: 8px; font-size: 1.2em; }
.error_box { margin: 8px; padding: 1em; font-size: 1.3em; color: black; border: solid 1px red; background-color: rgb(255, 230, 230); }
.error_box h2 { color: red; }
#login_form { margin: 8px; padding: 24px; border: solid 1px silver; }
#login_form legend { color: gray; }
#item_show-send_fav { }
#item_show-send_fav form { padding: 12px; }
.box { margin: 8px; padding: 8px; border: solid 1px silver; background-image: url(image/wallpaper/sakura.png); }
.box p { line-height: 2.7em; font-size: 1em; }
.box_n { margin: 4px; padding: 10px; }
.infobox { margin: 8px; padding: 8px; border: solid 1px silver; color: gray; }
.kaisetu { color: gray; padding: 12px; padding-bottom: 20px; }
.error { color: red; }
.msgbox { margin: 12px; padding: 1em; color: black; border: solid 1px silver; }
.msgbox h2 { color: gray; }
.clear { clear: both; }
#item_post { }
#item_post textarea { width: 99%; }
#item_show { padding: 0px; }
.box_border { padding: 12px; margin: 12px; border: 1px solid silver; }
.haiku_body { padding: 12px 12px 12px 30px; margin: 12px; background-color: #f0f0f0; border-radius: 4px; line-height: 2em; font-size: 1.4em; border-right: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; background-image: url(image/wallpaper/sakura.png); }
.haiku_date { font-size: 0.7em; color: gray; text-align: right; }
.itemlist { }
.itemlist .box { border: 1px solid silver; margin: 8px 8px 16px 8px; padding: 8px 8px 8px 2em; border-left: 20px solid #e0e0e0; background-color: #ffffff; }
.itemlist .box a { text-decoration: none; color: black; }
.itemlist .box .body { font-size: 1.1em; line-height: 1.9em; }
.itemlist .box .info { font-size: 0.8em; color: gray; text-align: right; }
.itemlist .box .info span { font-size: 0.7em; color: silver; }
.itemlist .box .theme_title { border-bottom: 1px dotted silver; font-size: 0.9em; padding: 6px; }
.itemlist .box .theme_title a { color: gray; }
.show_box { padding: 8px; }
.sensei { font-size: 0.8em; color: silver; }
#point_sel { height: 2.6em; }
.comment_box { border-left: 20px solid #f0f0f0; border-bottom: 1px solid #c0c0c0; padding: 8px; margin: 4px; }
.comment_box .info { text-align: right; color: gray; }
.comment_box .info a { text-decoration: none; color: #404090; }
.infoline { color: silver; font-size: 0.8em; }
.users_list { line-height: 3em ; }
.edit_right { text-align: right; font-size: 0.8em; border-top: 1px dotted silver; margin-top: 6px; padding-top: 6px; }
.star { color: orange ; font-size: 0.8em ; }
.theme_box { background-color: white; padding: 0.5em; font-size: 1.1em; }
.theme_box .title_line { border-bottom: 1px solid silver; font-weight: bold; font-size: 1.1em; }
.theme_box .body { padding: 1em; }
#bbsform { }
#bbsform textarea { width: 99%; }
.bbs_box { }
.bbs_box bbs_line { font-size: 1em; }
.score_box { text-align: right; }
.score { font-size: 2em; color: #a88; } | static/haiku.css |
#frame { margin-left: auto; margin-right: auto; width: 767px; }
@media screen and (max-width:767px) {
#frame { width: 100%; }
}
body { background-color: white; color: black; }
.topinfo { padding: 4px; margin: 4px; font-size: 0.8em; color: gray; }
.local { background-color: yellow; color: black; font-size: 0.8em; }
#title_div { background-color: #c0c0c0; margin: 0; padding: 0; height: 50px; width: 100%; background-image: url(image/wallpaper/sakura.png); }
.title_btn { float: right; background-color: gray; }
.menu { }
.menu ul { padding: 0; margin: 0; list-style-type: none; }
.menu ul li { text-align: right; margin: 2px; }
.menu ul li a { width: 200px; border-bottom: solid 1px silver; }
h1 { background-color: rgba(255, 100, 255, 0.9); color: black; padding: 8px; }
h2 { border-bottom: solid 1px silver; }
h4 { border-bottom: solid 1px silver; margin: 8px; font-size: 1.2em; }
.error_box { margin: 8px; padding: 1em; font-size: 1.3em; color: black; border: solid 1px red; background-color: rgb(255, 230, 230); }
.error_box h2 { color: red; }
#login_form { margin: 8px; padding: 24px; border: solid 1px silver; }
#login_form legend { color: gray; }
#item_show-send_fav { }
#item_show-send_fav form { padding: 12px; }
.box { margin: 8px; padding: 8px; border: solid 1px silver; background-image: url(image/wallpaper/sakura.png); }
.box p { line-height: 2.7em; font-size: 1em; }
.box_n { margin: 4px; padding: 10px; }
.infobox { margin: 8px; padding: 8px; border: solid 1px silver; color: gray; }
.kaisetu { color: gray; padding: 12px; padding-bottom: 20px; }
.error { color: red; }
.msgbox { margin: 12px; padding: 1em; color: black; border: solid 1px silver; }
.msgbox h2 { color: gray; }
.clear { clear: both; }
#item_post { }
#item_post textarea { width: 99%; }
#item_show { padding: 0px; }
.box_border { padding: 12px; margin: 12px; border: 1px solid silver; }
.haiku_body { padding: 12px 12px 12px 30px; margin: 12px; background-color: #f0f0f0; border-radius: 4px; line-height: 2em; font-size: 1.4em; border-right: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; background-image: url(image/wallpaper/sakura.png); }
.haiku_date { font-size: 0.7em; color: gray; text-align: right; }
.itemlist { }
.itemlist .box { border: 1px solid silver; margin: 8px 8px 16px 8px; padding: 8px 8px 8px 2em; border-left: 20px solid #e0e0e0; background-color: #ffffff; }
.itemlist .box a { text-decoration: none; color: black; }
.itemlist .box .body { font-size: 1.1em; line-height: 1.9em; }
.itemlist .box .info { font-size: 0.8em; color: gray; text-align: right; }
.itemlist .box .info span { font-size: 0.7em; color: silver; }
.itemlist .box .theme_title { border-bottom: 1px dotted silver; font-size: 0.9em; padding: 6px; }
.itemlist .box .theme_title a { color: gray; }
.show_box { padding: 8px; }
.sensei { font-size: 0.8em; color: silver; }
#point_sel { height: 2.6em; }
.comment_box { border-left: 20px solid #f0f0f0; border-bottom: 1px solid #c0c0c0; padding: 8px; margin: 4px; }
.comment_box .info { text-align: right; color: gray; }
.comment_box .info a { text-decoration: none; color: #404090; }
.infoline { color: silver; font-size: 0.8em; }
.users_list { line-height: 3em ; }
.edit_right { text-align: right; font-size: 0.8em; border-top: 1px dotted silver; margin-top: 6px; padding-top: 6px; }
.star { color: orange ; font-size: 0.8em ; }
.theme_box { background-color: white; padding: 0.5em; font-size: 1.1em; }
.theme_box .title_line { border-bottom: 1px solid silver; font-weight: bold; font-size: 1.1em; }
.theme_box .body { padding: 1em; }
#bbsform { }
#bbsform textarea { width: 99%; }
.bbs_box { }
.bbs_box bbs_line { font-size: 1em; }
.score_box { text-align: right; }
.score { font-size: 2em; color: #a88; } | 0.475362 | 0.303848 |
/************************************/
/*************DROPDOWN***************/
/************************************/
/* custom dropdown */
.qb-dropdown{ width:158px; height:30px; border-radius:3px; border:solid 1px var(--light-blue-grey); background-color:var(--pale-grey-two); margin-left: 10px; font-size: 12px; text-align: left; padding-left: 8px; color:var(--slate); }
.qb-dropdown::after{ float: right; margin: 7px 5px 0 0; }
.qb-dropdown-item{font-size: 12px;}
.qb-dropdown:focus{outline: none;}
/* Example */
/*
<div class="dropdown">
<button class="qb-dropdown dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Nội dung list
</button>
<div class="dropdown-menu">
<a class="dropdown-item qb-dropdown-item" href="#">Action</a>
<a class="dropdown-item qb-dropdown-item" href="#">Another action</a>
<a class="dropdown-item qb-dropdown-item" href="#">Something else here</a>
</div>
</div>
*/
/************************************/
/***********SWITCH CHECKBOX**********/
/************************************/
/* Example: */
/*
<div class="switch_box">
<input type="checkbox" class="switch_cb">
</div>
*/
/* Style Switch Checkbox */
input[type="checkbox"].switch_cb{border: none !important;}
input[type="checkbox"].switch_cb{font-size:30px;-webkit-appearance:none;-moz-appearance:none;width:1.3em;height:0.6em;background:var(--light-blue-grey);border-radius:3em;position:relative;cursor:pointer;outline:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
input[type="checkbox"].switch_cb:checked{background:#008aff;}
input[type="checkbox"].switch_cb:after{position:absolute;content:"";width:0.6em;height:0.6em;border-radius:50%;background:#fff;-webkit-transform:scale(.7);transform:scale(.7);left:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
input[type="checkbox"].switch_cb:checked:after{left:calc(100% - 0.6em);}
/************************************/
/*************POPUP SLIDER***********/
/************************************/
/* Example: */
/*
----With Button Save And Close----
<div class="popup-slider" id="demo">
<div class="popup-slider-content popup-slider-small">
<div class="popup-slider-small-top">
<div class="row">
<div class="col-12">
<h3>Title Popup</h3>
<a href="#" class="close-popup-slider"><span class="faci-close float-right close-slide"></span></a>
</div>
</div>
</div>
<div class="popup-slider-small-body">
<div class="row">
<div class="col-12">
Body
</div>
</div>
</div>
<div class="popup-slider-small-footer">
<div class="row justify-content-end">
<a href="#" class="btn btn-close close-popup-slider">ĐÓNG</a>
<a href="#" class="btn btn-save">LƯU</a>
</div>
</div>
</div>
</div>
----Large----
<div class="popup-slider" id="large">
<div class="popup-slider-content popup-slider-large">
<div class="popup-slider-large-top">
<div class="row">
<div class="col-12">
<h3>Title Popup</h3>
<a href="#" class="close-popup-slider"><span class="faci-close float-right close-slide"></span></a>
</div>
</div>
</div>
<div class="popup-slider-large-content">
<div class="row">
<div class="col-12">
Body Popup
</div>
</div>
</div>
<div class="popup-slider-large-footer">
<div class="row justify-content-end">
<a href="#" class="btn btn-close close-popup-slider">ĐÓNG</a>
<a href="#" class="btn btn-save">LƯU</a>
</div>
</div>
</div>
</div>
*/
/* Style Popup Slider */
.popup-slider{width: 100vw;height: 100vh;background-color: rgba(0, 0, 0, 0);position: fixed;right: 0;top:0;visibility: hidden;opacity: 0;transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;}
.popup-slider .popup-slider-content{width: 100%;height: 100vh;background-color: var(--white-three);transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;position: fixed;right: -110vw;top:0;}
.popup-slider.on{visibility: visible;opacity: 1;}
.popup-slider.on .popup-slider-content{right: 0;opacity: 1}
/* Style Popup Slider Small */
.popup-slider-small{max-width: 672px;height: 100vh;background-color: var(--white-three);box-shadow: 0 -1px 10px 0 rgba(90, 104, 122, 0.3);padding: 0;transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;position: fixed;right: -110vw;top:0;}
.popup-slider-small .popup-slider-small-top{padding: 30px 20px 0 20px;height: 50px;margin-bottom: 30px;}
.popup-slider-small .popup-slider-small-top h3{font-size: 18px;font-weight: 600;color: var(--azure);display: inline;}
.popup-slider-small .popup-slider-small-top span.close-slide::before{color: var(--black);}
.popup-slider-small .popup-slider-small-body{width:100%;height: calc(100vh - 165px);overflow-y: auto;overflow-x: hidden;padding: 0 20px 0 20px;}
.popup-slider-small .popup-slider-small-footer{height: 60px;margin-bottom: 10px;padding: 0 20px 0 20px;}
.popup-slider-small .popup-slider-small-footer .justify-content-end{position: relative;top: 16px;right:15px;}
.popup-slider-small .popup-slider-small-footer .btn-close, .btn-save{ font-size: 14px !important; width: 81px; height: 31px; padding: 0.4rem .75rem !important; }
.popup-slider-small .popup-slider-small-footer .btn-close:focus {box-shadow: none;}
.popup-slider-small .popup-slider-small-footer .btn-save:focus {box-shadow: none;}
.popup-slider-small .popup-slider-small-footer .btn-close{ color: var(--slate); margin-right: 10px;}
.popup-slider-small .popup-slider-small-footer .btn-save{ background-color: var(--bright-blue); color: #ffffff; }
.popup-slider-small .popup-slider-small-footer .btn-save:hover{color: #ffffff; }
/* Style Popup Slider large */
.popup-slider-large{max-width: 1210px;height: 100vh;background-color: var(--white-three);box-shadow: 0 -1px 10px 0 rgba(90, 104, 122, 0.3);transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;position: fixed;right: -110vw;top:0;}
.popup-slider-large .popup-slider-large-top{width:100%;height:45px;background-color:#f0f5ff;padding:11px 0 0 14px;position: relative;}
.popup-slider-large .popup-slider-large-top h3{font-size:14px;color:var(--azure);padding-left: 10px;font-weight: bold;display: inline;position: relative;bottom: 2px;}
.popup-slider-large .popup-slider-large-top a.close-popup-slider{float: right;padding: 2px 24px 0 0;}
.popup-slider-large .popup-slider-large-top span.close-slide::before{color:var(--azure);}
.popup-slider-large .popup-slider-large-content{width:100%;height: calc(100vh - 110px);padding: 10px 10px 10px 10px;overflow-y: auto;}
.popup-slider-large .popup-slider-large-footer{height: 60px;padding-right: 20px;}
.popup-slider-large .popup-slider-large-footer .justify-content-end{position: relative;top: 16px;right:15px;}
.popup-slider-large .popup-slider-large-footer .btn-close:focus {box-shadow: none;}
.popup-slider-large .popup-slider-large-footer .btn-save:focus {box-shadow: none;}
.popup-slider-large .popup-slider-large-footer .btn-close, .btn-save{ font-size: 14px !important; width: 81px; height: 31px; padding: 0.4rem .75rem !important; }
.popup-slider-large .popup-slider-large-footer .btn-close{ color: var(--slate); margin-right: 10px;}
.popup-slider-large .popup-slider-large-footer .btn-save{ background-color: var(--bright-blue); color: #ffffff; }
.popup-slider-large .popup-slider-large-footer .btn-save:hover{color: #ffffff; }
/************************************/
/****************TABLE***************/
/************************************/
/* Example: */
/*
<table class="table table-responsive qb-table">
<thead>
<tr class="header-table">
<th>PHIẾU YÊU CẦU</th>
<th>MÃ VẬT TƯ</th>
<th>TÊN VẬT TƯ</th>
<th>ĐƠN VỊ</th>
<th>MỤC ĐÍCH</th>
<th>SỐ LƯỢNG</th>
</tr>
</thead>
<tbody>
<tr>
<td>NMBS-002668</td>
<td>031801000091</td>
<td>BAO CHE ONG XA CLINKER (ONG TELESCOPE D=960; LMAX=3720;LMIN=577)</td>
<td>Cái</td>
<td></td>
<td>0.0</td>
</tr>
</tbody>
</table>
*/
/* Style Table */
table.qb-table thead tr th::after { content: ""; height: 70%; width: 1px; background: var(--light-blue-grey); position: absolute; right: -2px; top: 15%; }
table.qb-table thead tr th:last-child::after{ background: #fff; }
table.qb-table tr.header-table th{border-bottom: none;}
table.qb-table tr:last-child{border-bottom: solid 1px var(--light-blue-grey);}
table.qb-table tr.header-table{font-size:13px;color:var(--white-three);background-color:var(--bright-blue);}
table.qb-table tr.header-table th{position:relative;font-weight:600 !important;text-align:center;vertical-align:middle;}
table.qb-table td{font-size:12px;text-align:center;}
table.qb-table tbody tr:hover{background-color: var(--pale-grey);}
/************************************/
/****************DIALOG**************/
/************************************/
/* Example: */
/*
<div class="qb-dialog">
<div class="qb-dialog-overlay">
<div class="container-fluid qb-dialog-body">
<!-- Header Dialog -->
<div class="qb-dialog-header">
<div class="row">
<div class="col-12">
<span class="faci-votes ic-title-dialog"></span>
<h3 class="title-dialog">Title Dialog</h3>
<a href="#" class="faci-close ic-close-dialog"></a>
</div>
</div>
</div>
<!-- Content Dialog -->
<div class="qb-dialog-content">
<p>Body Dialog</p>
</div>
<!-- Footer Dialog -->
<div class="qb-dialog-footer">
<div class="row justify-content-end">
<div class="col-12 text-right">
<a href="#" class="btn-close">ĐÓNG</a>
<a href="#" class="btn-save">LƯU</a>
</div>
</div>
</div>
</div>
</div>
</div>
*/
/* Style Dialog */
.qb-dialog{ width: 100%; height: 100%; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0); visibility: hidden; }
.qb-dialog.on{visibility: visible;opacity: 1;}
.qb-dialog-overlay{width:100%;height:100%;transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;display: flex;align-items: center;position: fixed;bottom: -110vh;opacity: 0;}
.qb-dialog-overlay.open{bottom: 0;opacity: 1;}
.qb-dialog-body{max-width: 831px;height: 300px;border-radius:3px;background-color:var(--white-three);box-shadow:0 -1px 10px 0 rgba(90, 104, 122, 0.5);font-size:14px;font-weight:600;color:var(--slate);padding: 0 !important;position: relative;}
.qb-dialog-body .qb-dialog-header{width:100%;height:45px;padding:14px;background-color:var(--cerulean);}
.qb-dialog-body .qb-dialog-header span.ic-title-dialog{font-size: 20px;float: left;position: relative;bottom: 2px;}
.qb-dialog-body .qb-dialog-header span.ic-title-dialog:before{color: var(--white-three); }
.qb-dialog-body .qb-dialog-header h3.title-dialog{font-size:14px;text-align:left;float:left;text-transform:uppercase;margin-left:13px;color:var(--white-three);font-weight: 600;}
.qb-dialog-body .qb-dialog-header a.ic-close-dialog{float: right;}
.qb-dialog-body .qb-dialog-content{padding: 22px;overflow-x: hidden;overflow-y: auto;}
.qb-dialog-body .qb-dialog-footer{position: absolute;bottom: 22px;right: 22px;}
.qb-dialog-body .qb-dialog-footer a.btn-close, a.btn-save{max-width:81px;max-height:30px;font-size: 14px; width: 81px; height: 31px; border-radius: 3px;display: inline-block;text-align: center;line-height: 18px;}
.qb-dialog-body .qb-dialog-footer a.btn-close{ color: var(--slate); margin-right: 10px;}
.qb-dialog-body .qb-dialog-footer a.btn-save{ background-color: var(--bright-blue); color: #ffffff; }
.qb-dialog-body .qb-dialog-footer a.btn-save:hover{color: #ffffff; }
/************************************/
/*************CHECKBOX***************/
/************************************/
/*Example:
<input type="checkbox" id="c1" name="cb" class="qb-checkbox" />
<label for="c1" class="qb-checkbox-label"></label>
*/
.qb-checkbox{display:none;outline: none;}
.qb-checkbox-label {cursor: pointer;margin:0;outline:none}
.qb-checkbox + .qb-checkbox-label:before{border:1px solid var(--light-blue-grey);content:"";display:inline-block;font:16px/1em sans-serif;height:18px;margin:0;padding:0;vertical-align:top;width:18px;border-radius:3px}
.qb-checkbox:checked + .qb-checkbox-label:before{background:var(--azure);color:var(--white-three);content:"\e910";text-align:center;font-family:facilio-icon;text-align:center;font-size:9px;padding-top:4px;border: 0;}
.qb-checkbox:checked + .qb-checkbox-label:after { font-weight: bold;}
/******************************/
/********DATE PICKER RANGER***/
/******************************/
/*Example:
<div class="qb-daterange">
<i class="faci-calendar qb-icon-ca"></i>
<input type="text" id="qb_daterange" class="daterange" name="daterange"/>
<i id="icon-down" class="faci-arrow-down qb-icon-down"></i>
</div>
*/
.qb-daterange{float: right;}
.qb-icon-ca{float:left;padding:5px 10px;padding-top:6px;border:1px solid var(--light-blue-grey);background:var(--pale-grey-two);border-radius:3px;border-right:0;font-size:20px;color:var(--battleship-grey);}
.daterange{outline: none;float:left;padding:7px 0;padding-bottom:6px;font-size:12px;font-weight:600;background-color:var(--pale-grey-two);border:solid 1px var(--light-blue-grey);border-left:0;margin-left:-1px;border-right:0;}
.qb-icon-down{float:left;font-size:6px;padding:13px 8px;padding-bottom:12px;background-color:var(--pale-grey-two);border:solid 1px var(--light-blue-grey);border-left:0;border-radius:3px;margin-left:-1px;}
/**************************************************/
/************DATE TIME PICKER********************/
/*************************************************/
/*Example:
<div>
<i class="faci-calendar qb-icon-ca"></i>
<input type="text" class="qb-txt-calendar" id="qb_date_time"placeholder="10/9/2017">
<i class="faci-clock qb-icon-clock"></i>
<input type="text" class="qb-txt-clock" id="qb_time_clock"placeholder="15:00">
</div>
**********************************/
.qb-txt-calendar{outline: none;float:left;padding-top:7px;padding-bottom:5px;font-size:13px;border:1px solid var(--light-blue-grey);background:var(--pale-grey-two);border-left:0;border-right:0;margin-left:-1px;width:94px;font-weight:600;color:var(--slate);}
.qb-icon-clock{padding:5px;padding-top:6px;float:left;border:1px solid var(--light-blue-grey);background:var(--pale-grey-two);border-left:0;border-right:0;font-size:20px;color:var(--battleship-grey);}
.qb-txt-clock{outline: none;float:left;padding-top:7px;padding-bottom:5px;font-size:13px;font-weight:600;background:var(--pale-grey-two);border:1px solid var(--light-blue-grey);border-left:0;border-radius:3px;margin-left:-1px;width:45px;color:var(--slate);}
/**************************************/
/*******PRIORITY**********************/
/**************************************/
/*Example:
<span class="priority low"></span>
<span class="priority medium"></span>
<span class="priority hight"></span>
*****/
.priority{width: 18px;height: 18px;display: inline-block;border-radius: 50%;font-size: 10px;line-height: 18px;text-align: center;}
.priority.low{background-color: var(--white-two);}
.priority.low:before{content: "3";}
.priority.medium{background-color: var(--maize);}
.priority.medium:before{content: "2";}
.priority.high{background-color: var(--bright-orange);}
.priority.high:before{content: "1";}
/*******************************/
/*****RANGE SLIDER**************/
/*******************************/
.qb-range .ui-slider-range{background-color:var(--turquoise);}
/**********************INPUT*****************/
/*Example:
<input class="qb-input" />
*/
.qb-input{width:275px;height:35px;border-radius:3px;border:solid 1px var(--light-blue-grey);margin-bottom:10px;padding-left: 5px;}
.qb-input:focus{border:solid 1px var(--dark-sky-blue); outline:0;}
/***********CẶP NÚT ĐÓNG VÀ LƯU***********/
/*Example:
<div class="qb-footer">
<a class="qb-exit">ĐÓNG</a>
<a class="qb-save">LƯU</a>
</div>
*/
.qb-footer{float:right;font-size:14px;padding-right: 27px;}
.qb-footer .qb-exit{padding-right:35px;cursor: pointer;}
.qb-footer .qb-save{padding:7px 27px;background:var(--bright-blue);color:var(--white-three)!important;border-radius:3px;letter-spacing:-0.4px;font-size:13px;cursor: pointer;}
/******************************************************/
/*
Example:
<!-- Modal content -->
<div class="qb-modal">
<div class="qb-header">
<span class="qb-icon"></span>
<span class="qb-title">THIẾT LẬP HỒ SƠ</span>
<span class="faci-close qb-close"></span>
</div>
<div class="qb-body">
</div>
<div class="qb-footer">
<a class="qb-exit">ĐÓNG</a>
<a class="qb-save">LƯU</a>
</div>
</div>
*/
.qb-content{background-color: var(--white-three);box-shadow: 0 -1px 20px 0 rgba(90, 104, 122, 0.3);border-radius: 3px;}
.qb-header{padding:11px 14px;background-color:var(--dark-sky-blue);height:45px;}
.qb-icon{font-size:23px;padding-right:18px;float: left;}
.qb-icon:before{color:var(--white-three);}
.qb-title{padding-top: 3px;float: left;font-family:'Open Sans';font-size:14px;font-weight:600;letter-spacing:-0.4px;text-align:left;color:var(--white-three);}
.qb-close{float:right;}
/******************************************************************************/
/******************** The switch slider********************* ******************/
/******************************************************************************/
/*
Example:
<label class="qb-switch">
<input type="checkbox">
<span class="qb-slider round"></span>
</label>
*/
.qb-switch{position:relative;display:inline-block;width:38px;height:19px;border-radius:100px;}
.qb-switch input{display:none;}
.qb-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--light-blue-grey);-webkit-transition:.4s;transition:.4s;}
.qb-slider:before{position:absolute;content:"";width:15px;height:15px;left:2px;bottom:2px;background-color:var(--white-three);-webkit-transition:.4s;transition:.4s;}
.qb-switch input:checked + .qb-slider{background-color:var(--azure-two);}
.qb-switch input:checked + .qb-slider:before{-webkit-transform:translateX(15px);-ms-transform:translateX(15px);transform:translateX(18px);}
.qb-slider.round{border-radius:34px;}
.qb-slider.round:before{border-radius:50%;}
/******************************************************************************/
/**************************RADIO BUTTON********************* ******************/
/******************************************************************************/
/*<label class="qb-container">
<input type="radio" name="radio">
<span class="qb-checkmark"></span>
</label>
*/
/* The container */
.qb-container{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.qb-container input{position:absolute;opacity:0;}
.qb-checkmark{position:absolute;top:0;left:0;width:16px;height:16px;border:solid 2px var(--light-blue-grey);border-radius:50%;}
.qb-container:hover input ~ .qb-checkmark{border:solid 1px var(--water-blue);background-color:var(--azure-three);}
.qb-container input:checked ~ .qb-checkmark{border:solid 1px var(--water-blue);background-color:var(--azure-three);}
.qb-checkmark:after{content:"";position:absolute;display:none;}
.qb-container input:checked ~ .qb-checkmark:after{display:block;}
.qb-container input:hover ~ .qb-checkmark:after{display:block;}
.qb-container .qb-checkmark:after{top:4px;left:4px;width:6px;height:6px;border-radius:50%;background-color:var(--white-three);}
/******************************************************************************/
/********************************BUTTON********************* ******************/
/******************************************************************************/
.qb-button{font-size:13px;font-weight:600;letter-spacing:-0.4px;color:var(--white-three);border:0;border-radius:3px;background-color:var(--bright-blue);padding:10px 29px 7px 29px;} | html/css/util.css |
/************************************/
/*************DROPDOWN***************/
/************************************/
/* custom dropdown */
.qb-dropdown{ width:158px; height:30px; border-radius:3px; border:solid 1px var(--light-blue-grey); background-color:var(--pale-grey-two); margin-left: 10px; font-size: 12px; text-align: left; padding-left: 8px; color:var(--slate); }
.qb-dropdown::after{ float: right; margin: 7px 5px 0 0; }
.qb-dropdown-item{font-size: 12px;}
.qb-dropdown:focus{outline: none;}
/* Example */
/*
<div class="dropdown">
<button class="qb-dropdown dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Nội dung list
</button>
<div class="dropdown-menu">
<a class="dropdown-item qb-dropdown-item" href="#">Action</a>
<a class="dropdown-item qb-dropdown-item" href="#">Another action</a>
<a class="dropdown-item qb-dropdown-item" href="#">Something else here</a>
</div>
</div>
*/
/************************************/
/***********SWITCH CHECKBOX**********/
/************************************/
/* Example: */
/*
<div class="switch_box">
<input type="checkbox" class="switch_cb">
</div>
*/
/* Style Switch Checkbox */
input[type="checkbox"].switch_cb{border: none !important;}
input[type="checkbox"].switch_cb{font-size:30px;-webkit-appearance:none;-moz-appearance:none;width:1.3em;height:0.6em;background:var(--light-blue-grey);border-radius:3em;position:relative;cursor:pointer;outline:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
input[type="checkbox"].switch_cb:checked{background:#008aff;}
input[type="checkbox"].switch_cb:after{position:absolute;content:"";width:0.6em;height:0.6em;border-radius:50%;background:#fff;-webkit-transform:scale(.7);transform:scale(.7);left:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
input[type="checkbox"].switch_cb:checked:after{left:calc(100% - 0.6em);}
/************************************/
/*************POPUP SLIDER***********/
/************************************/
/* Example: */
/*
----With Button Save And Close----
<div class="popup-slider" id="demo">
<div class="popup-slider-content popup-slider-small">
<div class="popup-slider-small-top">
<div class="row">
<div class="col-12">
<h3>Title Popup</h3>
<a href="#" class="close-popup-slider"><span class="faci-close float-right close-slide"></span></a>
</div>
</div>
</div>
<div class="popup-slider-small-body">
<div class="row">
<div class="col-12">
Body
</div>
</div>
</div>
<div class="popup-slider-small-footer">
<div class="row justify-content-end">
<a href="#" class="btn btn-close close-popup-slider">ĐÓNG</a>
<a href="#" class="btn btn-save">LƯU</a>
</div>
</div>
</div>
</div>
----Large----
<div class="popup-slider" id="large">
<div class="popup-slider-content popup-slider-large">
<div class="popup-slider-large-top">
<div class="row">
<div class="col-12">
<h3>Title Popup</h3>
<a href="#" class="close-popup-slider"><span class="faci-close float-right close-slide"></span></a>
</div>
</div>
</div>
<div class="popup-slider-large-content">
<div class="row">
<div class="col-12">
Body Popup
</div>
</div>
</div>
<div class="popup-slider-large-footer">
<div class="row justify-content-end">
<a href="#" class="btn btn-close close-popup-slider">ĐÓNG</a>
<a href="#" class="btn btn-save">LƯU</a>
</div>
</div>
</div>
</div>
*/
/* Style Popup Slider */
.popup-slider{width: 100vw;height: 100vh;background-color: rgba(0, 0, 0, 0);position: fixed;right: 0;top:0;visibility: hidden;opacity: 0;transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;}
.popup-slider .popup-slider-content{width: 100%;height: 100vh;background-color: var(--white-three);transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;position: fixed;right: -110vw;top:0;}
.popup-slider.on{visibility: visible;opacity: 1;}
.popup-slider.on .popup-slider-content{right: 0;opacity: 1}
/* Style Popup Slider Small */
.popup-slider-small{max-width: 672px;height: 100vh;background-color: var(--white-three);box-shadow: 0 -1px 10px 0 rgba(90, 104, 122, 0.3);padding: 0;transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;position: fixed;right: -110vw;top:0;}
.popup-slider-small .popup-slider-small-top{padding: 30px 20px 0 20px;height: 50px;margin-bottom: 30px;}
.popup-slider-small .popup-slider-small-top h3{font-size: 18px;font-weight: 600;color: var(--azure);display: inline;}
.popup-slider-small .popup-slider-small-top span.close-slide::before{color: var(--black);}
.popup-slider-small .popup-slider-small-body{width:100%;height: calc(100vh - 165px);overflow-y: auto;overflow-x: hidden;padding: 0 20px 0 20px;}
.popup-slider-small .popup-slider-small-footer{height: 60px;margin-bottom: 10px;padding: 0 20px 0 20px;}
.popup-slider-small .popup-slider-small-footer .justify-content-end{position: relative;top: 16px;right:15px;}
.popup-slider-small .popup-slider-small-footer .btn-close, .btn-save{ font-size: 14px !important; width: 81px; height: 31px; padding: 0.4rem .75rem !important; }
.popup-slider-small .popup-slider-small-footer .btn-close:focus {box-shadow: none;}
.popup-slider-small .popup-slider-small-footer .btn-save:focus {box-shadow: none;}
.popup-slider-small .popup-slider-small-footer .btn-close{ color: var(--slate); margin-right: 10px;}
.popup-slider-small .popup-slider-small-footer .btn-save{ background-color: var(--bright-blue); color: #ffffff; }
.popup-slider-small .popup-slider-small-footer .btn-save:hover{color: #ffffff; }
/* Style Popup Slider large */
.popup-slider-large{max-width: 1210px;height: 100vh;background-color: var(--white-three);box-shadow: 0 -1px 10px 0 rgba(90, 104, 122, 0.3);transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s;position: fixed;right: -110vw;top:0;}
.popup-slider-large .popup-slider-large-top{width:100%;height:45px;background-color:#f0f5ff;padding:11px 0 0 14px;position: relative;}
.popup-slider-large .popup-slider-large-top h3{font-size:14px;color:var(--azure);padding-left: 10px;font-weight: bold;display: inline;position: relative;bottom: 2px;}
.popup-slider-large .popup-slider-large-top a.close-popup-slider{float: right;padding: 2px 24px 0 0;}
.popup-slider-large .popup-slider-large-top span.close-slide::before{color:var(--azure);}
.popup-slider-large .popup-slider-large-content{width:100%;height: calc(100vh - 110px);padding: 10px 10px 10px 10px;overflow-y: auto;}
.popup-slider-large .popup-slider-large-footer{height: 60px;padding-right: 20px;}
.popup-slider-large .popup-slider-large-footer .justify-content-end{position: relative;top: 16px;right:15px;}
.popup-slider-large .popup-slider-large-footer .btn-close:focus {box-shadow: none;}
.popup-slider-large .popup-slider-large-footer .btn-save:focus {box-shadow: none;}
.popup-slider-large .popup-slider-large-footer .btn-close, .btn-save{ font-size: 14px !important; width: 81px; height: 31px; padding: 0.4rem .75rem !important; }
.popup-slider-large .popup-slider-large-footer .btn-close{ color: var(--slate); margin-right: 10px;}
.popup-slider-large .popup-slider-large-footer .btn-save{ background-color: var(--bright-blue); color: #ffffff; }
.popup-slider-large .popup-slider-large-footer .btn-save:hover{color: #ffffff; }
/************************************/
/****************TABLE***************/
/************************************/
/* Example: */
/*
<table class="table table-responsive qb-table">
<thead>
<tr class="header-table">
<th>PHIẾU YÊU CẦU</th>
<th>MÃ VẬT TƯ</th>
<th>TÊN VẬT TƯ</th>
<th>ĐƠN VỊ</th>
<th>MỤC ĐÍCH</th>
<th>SỐ LƯỢNG</th>
</tr>
</thead>
<tbody>
<tr>
<td>NMBS-002668</td>
<td>031801000091</td>
<td>BAO CHE ONG XA CLINKER (ONG TELESCOPE D=960; LMAX=3720;LMIN=577)</td>
<td>Cái</td>
<td></td>
<td>0.0</td>
</tr>
</tbody>
</table>
*/
/* Style Table */
table.qb-table thead tr th::after { content: ""; height: 70%; width: 1px; background: var(--light-blue-grey); position: absolute; right: -2px; top: 15%; }
table.qb-table thead tr th:last-child::after{ background: #fff; }
table.qb-table tr.header-table th{border-bottom: none;}
table.qb-table tr:last-child{border-bottom: solid 1px var(--light-blue-grey);}
table.qb-table tr.header-table{font-size:13px;color:var(--white-three);background-color:var(--bright-blue);}
table.qb-table tr.header-table th{position:relative;font-weight:600 !important;text-align:center;vertical-align:middle;}
table.qb-table td{font-size:12px;text-align:center;}
table.qb-table tbody tr:hover{background-color: var(--pale-grey);}
/************************************/
/****************DIALOG**************/
/************************************/
/* Example: */
/*
<div class="qb-dialog">
<div class="qb-dialog-overlay">
<div class="container-fluid qb-dialog-body">
<!-- Header Dialog -->
<div class="qb-dialog-header">
<div class="row">
<div class="col-12">
<span class="faci-votes ic-title-dialog"></span>
<h3 class="title-dialog">Title Dialog</h3>
<a href="#" class="faci-close ic-close-dialog"></a>
</div>
</div>
</div>
<!-- Content Dialog -->
<div class="qb-dialog-content">
<p>Body Dialog</p>
</div>
<!-- Footer Dialog -->
<div class="qb-dialog-footer">
<div class="row justify-content-end">
<div class="col-12 text-right">
<a href="#" class="btn-close">ĐÓNG</a>
<a href="#" class="btn-save">LƯU</a>
</div>
</div>
</div>
</div>
</div>
</div>
*/
/* Style Dialog */
.qb-dialog{ width: 100%; height: 100%; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0); visibility: hidden; }
.qb-dialog.on{visibility: visible;opacity: 1;}
.qb-dialog-overlay{width:100%;height:100%;transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s;display: flex;align-items: center;position: fixed;bottom: -110vh;opacity: 0;}
.qb-dialog-overlay.open{bottom: 0;opacity: 1;}
.qb-dialog-body{max-width: 831px;height: 300px;border-radius:3px;background-color:var(--white-three);box-shadow:0 -1px 10px 0 rgba(90, 104, 122, 0.5);font-size:14px;font-weight:600;color:var(--slate);padding: 0 !important;position: relative;}
.qb-dialog-body .qb-dialog-header{width:100%;height:45px;padding:14px;background-color:var(--cerulean);}
.qb-dialog-body .qb-dialog-header span.ic-title-dialog{font-size: 20px;float: left;position: relative;bottom: 2px;}
.qb-dialog-body .qb-dialog-header span.ic-title-dialog:before{color: var(--white-three); }
.qb-dialog-body .qb-dialog-header h3.title-dialog{font-size:14px;text-align:left;float:left;text-transform:uppercase;margin-left:13px;color:var(--white-three);font-weight: 600;}
.qb-dialog-body .qb-dialog-header a.ic-close-dialog{float: right;}
.qb-dialog-body .qb-dialog-content{padding: 22px;overflow-x: hidden;overflow-y: auto;}
.qb-dialog-body .qb-dialog-footer{position: absolute;bottom: 22px;right: 22px;}
.qb-dialog-body .qb-dialog-footer a.btn-close, a.btn-save{max-width:81px;max-height:30px;font-size: 14px; width: 81px; height: 31px; border-radius: 3px;display: inline-block;text-align: center;line-height: 18px;}
.qb-dialog-body .qb-dialog-footer a.btn-close{ color: var(--slate); margin-right: 10px;}
.qb-dialog-body .qb-dialog-footer a.btn-save{ background-color: var(--bright-blue); color: #ffffff; }
.qb-dialog-body .qb-dialog-footer a.btn-save:hover{color: #ffffff; }
/************************************/
/*************CHECKBOX***************/
/************************************/
/*Example:
<input type="checkbox" id="c1" name="cb" class="qb-checkbox" />
<label for="c1" class="qb-checkbox-label"></label>
*/
.qb-checkbox{display:none;outline: none;}
.qb-checkbox-label {cursor: pointer;margin:0;outline:none}
.qb-checkbox + .qb-checkbox-label:before{border:1px solid var(--light-blue-grey);content:"";display:inline-block;font:16px/1em sans-serif;height:18px;margin:0;padding:0;vertical-align:top;width:18px;border-radius:3px}
.qb-checkbox:checked + .qb-checkbox-label:before{background:var(--azure);color:var(--white-three);content:"\e910";text-align:center;font-family:facilio-icon;text-align:center;font-size:9px;padding-top:4px;border: 0;}
.qb-checkbox:checked + .qb-checkbox-label:after { font-weight: bold;}
/******************************/
/********DATE PICKER RANGER***/
/******************************/
/*Example:
<div class="qb-daterange">
<i class="faci-calendar qb-icon-ca"></i>
<input type="text" id="qb_daterange" class="daterange" name="daterange"/>
<i id="icon-down" class="faci-arrow-down qb-icon-down"></i>
</div>
*/
.qb-daterange{float: right;}
.qb-icon-ca{float:left;padding:5px 10px;padding-top:6px;border:1px solid var(--light-blue-grey);background:var(--pale-grey-two);border-radius:3px;border-right:0;font-size:20px;color:var(--battleship-grey);}
.daterange{outline: none;float:left;padding:7px 0;padding-bottom:6px;font-size:12px;font-weight:600;background-color:var(--pale-grey-two);border:solid 1px var(--light-blue-grey);border-left:0;margin-left:-1px;border-right:0;}
.qb-icon-down{float:left;font-size:6px;padding:13px 8px;padding-bottom:12px;background-color:var(--pale-grey-two);border:solid 1px var(--light-blue-grey);border-left:0;border-radius:3px;margin-left:-1px;}
/**************************************************/
/************DATE TIME PICKER********************/
/*************************************************/
/*Example:
<div>
<i class="faci-calendar qb-icon-ca"></i>
<input type="text" class="qb-txt-calendar" id="qb_date_time"placeholder="10/9/2017">
<i class="faci-clock qb-icon-clock"></i>
<input type="text" class="qb-txt-clock" id="qb_time_clock"placeholder="15:00">
</div>
**********************************/
.qb-txt-calendar{outline: none;float:left;padding-top:7px;padding-bottom:5px;font-size:13px;border:1px solid var(--light-blue-grey);background:var(--pale-grey-two);border-left:0;border-right:0;margin-left:-1px;width:94px;font-weight:600;color:var(--slate);}
.qb-icon-clock{padding:5px;padding-top:6px;float:left;border:1px solid var(--light-blue-grey);background:var(--pale-grey-two);border-left:0;border-right:0;font-size:20px;color:var(--battleship-grey);}
.qb-txt-clock{outline: none;float:left;padding-top:7px;padding-bottom:5px;font-size:13px;font-weight:600;background:var(--pale-grey-two);border:1px solid var(--light-blue-grey);border-left:0;border-radius:3px;margin-left:-1px;width:45px;color:var(--slate);}
/**************************************/
/*******PRIORITY**********************/
/**************************************/
/*Example:
<span class="priority low"></span>
<span class="priority medium"></span>
<span class="priority hight"></span>
*****/
.priority{width: 18px;height: 18px;display: inline-block;border-radius: 50%;font-size: 10px;line-height: 18px;text-align: center;}
.priority.low{background-color: var(--white-two);}
.priority.low:before{content: "3";}
.priority.medium{background-color: var(--maize);}
.priority.medium:before{content: "2";}
.priority.high{background-color: var(--bright-orange);}
.priority.high:before{content: "1";}
/*******************************/
/*****RANGE SLIDER**************/
/*******************************/
.qb-range .ui-slider-range{background-color:var(--turquoise);}
/**********************INPUT*****************/
/*Example:
<input class="qb-input" />
*/
.qb-input{width:275px;height:35px;border-radius:3px;border:solid 1px var(--light-blue-grey);margin-bottom:10px;padding-left: 5px;}
.qb-input:focus{border:solid 1px var(--dark-sky-blue); outline:0;}
/***********CẶP NÚT ĐÓNG VÀ LƯU***********/
/*Example:
<div class="qb-footer">
<a class="qb-exit">ĐÓNG</a>
<a class="qb-save">LƯU</a>
</div>
*/
.qb-footer{float:right;font-size:14px;padding-right: 27px;}
.qb-footer .qb-exit{padding-right:35px;cursor: pointer;}
.qb-footer .qb-save{padding:7px 27px;background:var(--bright-blue);color:var(--white-three)!important;border-radius:3px;letter-spacing:-0.4px;font-size:13px;cursor: pointer;}
/******************************************************/
/*
Example:
<!-- Modal content -->
<div class="qb-modal">
<div class="qb-header">
<span class="qb-icon"></span>
<span class="qb-title">THIẾT LẬP HỒ SƠ</span>
<span class="faci-close qb-close"></span>
</div>
<div class="qb-body">
</div>
<div class="qb-footer">
<a class="qb-exit">ĐÓNG</a>
<a class="qb-save">LƯU</a>
</div>
</div>
*/
.qb-content{background-color: var(--white-three);box-shadow: 0 -1px 20px 0 rgba(90, 104, 122, 0.3);border-radius: 3px;}
.qb-header{padding:11px 14px;background-color:var(--dark-sky-blue);height:45px;}
.qb-icon{font-size:23px;padding-right:18px;float: left;}
.qb-icon:before{color:var(--white-three);}
.qb-title{padding-top: 3px;float: left;font-family:'Open Sans';font-size:14px;font-weight:600;letter-spacing:-0.4px;text-align:left;color:var(--white-three);}
.qb-close{float:right;}
/******************************************************************************/
/******************** The switch slider********************* ******************/
/******************************************************************************/
/*
Example:
<label class="qb-switch">
<input type="checkbox">
<span class="qb-slider round"></span>
</label>
*/
.qb-switch{position:relative;display:inline-block;width:38px;height:19px;border-radius:100px;}
.qb-switch input{display:none;}
.qb-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--light-blue-grey);-webkit-transition:.4s;transition:.4s;}
.qb-slider:before{position:absolute;content:"";width:15px;height:15px;left:2px;bottom:2px;background-color:var(--white-three);-webkit-transition:.4s;transition:.4s;}
.qb-switch input:checked + .qb-slider{background-color:var(--azure-two);}
.qb-switch input:checked + .qb-slider:before{-webkit-transform:translateX(15px);-ms-transform:translateX(15px);transform:translateX(18px);}
.qb-slider.round{border-radius:34px;}
.qb-slider.round:before{border-radius:50%;}
/******************************************************************************/
/**************************RADIO BUTTON********************* ******************/
/******************************************************************************/
/*<label class="qb-container">
<input type="radio" name="radio">
<span class="qb-checkmark"></span>
</label>
*/
/* The container */
.qb-container{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.qb-container input{position:absolute;opacity:0;}
.qb-checkmark{position:absolute;top:0;left:0;width:16px;height:16px;border:solid 2px var(--light-blue-grey);border-radius:50%;}
.qb-container:hover input ~ .qb-checkmark{border:solid 1px var(--water-blue);background-color:var(--azure-three);}
.qb-container input:checked ~ .qb-checkmark{border:solid 1px var(--water-blue);background-color:var(--azure-three);}
.qb-checkmark:after{content:"";position:absolute;display:none;}
.qb-container input:checked ~ .qb-checkmark:after{display:block;}
.qb-container input:hover ~ .qb-checkmark:after{display:block;}
.qb-container .qb-checkmark:after{top:4px;left:4px;width:6px;height:6px;border-radius:50%;background-color:var(--white-three);}
/******************************************************************************/
/********************************BUTTON********************* ******************/
/******************************************************************************/
.qb-button{font-size:13px;font-weight:600;letter-spacing:-0.4px;color:var(--white-three);border:0;border-radius:3px;background-color:var(--bright-blue);padding:10px 29px 7px 29px;} | 0.284079 | 0.038865 |
html {
font-size: 18px;
height: 100vh;
}
body {
max-width: 100%;
overflow-x: hidden;
}
* {
padding: 0;
margin: 0;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
hr {
display: block;
height: .1px;
border: rgba(50, 49, 51, 0.1) solid 0.1px;
margin: 1vh 5vw;
padding: .2vh 0;
}
hr:hover {
background-color: rgba(50, 49, 51, 0.1);
}
.h1 {
height: 1vh;
}
.h2 {
height: 2vh;
}
.h3 {
height: 3vh;
}
.h4 {
height: 4vh;
}
.h5 {
height: 5vh;
}
.h6 {
height: 6vh;
}
.h7 {
height: 7vh;
}
.h8 {
height: 8vh;
}
.h9 {
height: 9vh;
}
.h10 {
height: 10vh;
}
.h11 {
height: 11vh;
}
.h12 {
height: 12vh;
}
.h13 {
height: 13vh;
}
.h14 {
height: 14vh;
}
.h15 {
height: 15vh;
}
.h16 {
height: 16vh;
}
.h17 {
height: 17vh;
}
.h18 {
height: 18vh;
}
.h19 {
height: 19vh;
}
.h20 {
height: 20vh;
}
.h21 {
height: 21vh;
}
.h22 {
height: 22vh;
}
.h23 {
height: 23vh;
}
.h24 {
height: 24vh;
}
.h25 {
height: 25vh;
}
.h26 {
height: 26vh;
}
.h27 {
height: 27vh;
}
.h28 {
height: 28vh;
}
.h29 {
height: 29vh;
}
.h30 {
height: 30vh;
}
.h31 {
height: 31vh;
}
.h32 {
height: 32vh;
}
.h33 {
height: 33vh;
}
.h34 {
height: 34vh;
}
.h35 {
height: 35vh;
}
.h36 {
height: 36vh;
}
.h37 {
height: 37vh;
}
.h38 {
height: 38vh;
}
.h39 {
height: 39vh;
}
.h40 {
height: 40vh;
}
.h41 {
height: 41vh;
}
.h42 {
height: 42vh;
}
.h43 {
height: 43vh;
}
.h44 {
height: 44vh;
}
.h45 {
height: 45vh;
}
.h46 {
height: 46vh;
}
.h47 {
height: 47vh;
}
.h48 {
height: 48vh;
}
.h49 {
height: 49vh;
}
.h50 {
height: 50vh;
}
.h51 {
height: 51vh;
}
.h52 {
height: 52vh;
}
.h53 {
height: 53vh;
}
.h54 {
height: 54vh;
}
.h55 {
height: 55vh;
}
.h56 {
height: 56vh;
}
.h57 {
height: 57vh;
}
.h58 {
height: 58vh;
}
.h59 {
height: 59vh;
}
.h60 {
height: 60vh;
}
.h61 {
height: 61vh;
}
.h62 {
height: 62vh;
}
.h63 {
height: 63vh;
}
.h64 {
height: 64vh;
}
.h65 {
height: 65vh;
}
.h66 {
height: 66vh;
}
.h67 {
height: 67vh;
}
.h68 {
height: 68vh;
}
.h69 {
height: 69vh;
}
.h70 {
height: 70vh;
}
.h71 {
height: 71vh;
}
.h72 {
height: 72vh;
}
.h73 {
height: 73vh;
}
.h74 {
height: 74vh;
}
.h75 {
height: 75vh;
}
.h76 {
height: 76vh;
}
.h77 {
height: 77vh;
}
.h78 {
height: 78vh;
}
.h79 {
height: 79vh;
}
.h80 {
height: 80vh;
}
.h81 {
height: 81vh;
}
.h82 {
height: 82vh;
}
.h83 {
height: 83vh;
}
.h84 {
height: 84vh;
}
.h85 {
height: 85vh;
}
.h86 {
height: 86vh;
}
.h87 {
height: 87vh;
}
.h88 {
height: 88vh;
}
.h89 {
height: 89vh;
}
.h90 {
height: 90vh;
}
.h91 {
height: 91vh;
}
.h92 {
height: 92vh;
}
.h93 {
height: 93vh;
}
.h94 {
height: 94vh;
}
.h95 {
height: 95vh;
}
.h96 {
height: 96vh;
}
.h97 {
height: 97vh;
}
.h98 {
height: 98vh;
}
.h99 {
height: 99vh;
}
.h100 {
height: 100vh;
}
abbr {
text-decoration: underline;
-webkit-text-decoration-color: rgba(50, 49, 51, 0.1);
text-decoration-color: rgba(50, 49, 51, 0.1);
-webkit-text-decoration-style: dashed;
text-decoration-style: dashed;
position: relative;
}
abbr:hover {
background-color: rgba(50, 49, 51, 0.1);
}
abbr:before {
content: attr(title);
position: absolute;
bottom: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #323133;
color: white;
border-radius: .5vw;
padding: 0 .5vw;
margin: .5vh 0;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
display: none;
}
abbr:hover:before {
display: initial;
}
address {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
padding: 1vh .6vw;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
address:hover {
background-color: rgba(50, 49, 51, 0.1);
}
code {
color: white;
border-radius: .5vw;
background-color: #323133;
padding: 0 .5vw;
margin: .5vh 0;
}
mark {
background-color: rgba(50, 49, 51, 0.1);
padding: 0 .5vw;
}
mark:hover {
background-color: rgba(50, 49, 51, 0.2);
}
blockquote {
font-style: italic;
position: relative;
margin: 2vh 0;
}
blockquote::before {
content: "from: " attr(cite);
position: absolute;
font-size: .5rem;
bottom: 100%;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
blockquote::after {
content: "- " attr(data-quote);
position: absolute;
top: 100%;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
q {
font-style: italic;
position: relative;
margin: 2vh 0;
}
i {
position: relative;
top: .5vh;
}
meter {
height: 1vh;
width: 50%;
margin: 0 auto;
}
meter::-webkit-meter-bar {
width: 100%;
-webkit-transition: 1s;
transition: 1s;
background-image: -webkit-gradient(linear, left top, right top, color-stop(transparent, #323122), color-stop(transparent, #4b492f));
background-image: linear-gradient(90deg, #323122 transparent, #4b492f transparent);
}
meter::-webkit-meter-optimum-value {
-webkit-box-shadow: 0 5px 5px -5px #999 inset;
box-shadow: 0 5px 5px -5px #999 inset;
background-image: -webkit-gradient(linear, left top, right top, from(#86263e), to(#a02a47));
background-image: linear-gradient(90deg, #86263e, #a02a47);
background-size: 100% 100%;
-webkit-transition: 1s;
transition: 1s;
}
meter::-webkit-meter-suboptimum-value {
background-image: -webkit-gradient(linear, left top, right top, from(#5b2686), to(#86265e));
background-image: linear-gradient(90deg, #5b2686, #86265e);
}
progress {
border-radius: 2px;
-webkit-transition: 1s ease-in-out;
transition: 1s ease-in-out;
width: 100%;
}
progress:not([value]) {
background-color: #86265e;
border-radius: 2px;
}
progress[value]::-webkit-progress-bar {
background-color: #eee;
border-radius: 2px;
-webkit-box-shadow: 0 0 5px 0.1px rgba(0, 0, 0, 0.25);
box-shadow: 0 0 5px 0.1px rgba(0, 0, 0, 0.25);
}
progress[value]::-webkit-progress-value {
background-image: -webkit-linear-gradient(-45deg, #86265e, #491b36), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25));
}
kbd {
color: white;
border-radius: .1vw;
background-color: #323133;
padding: 0 1vw;
margin: 1vh .5vw;
}
time {
color: dodgerblue;
position: relative;
}
time::before {
content: attr(datetime);
font-weight: 300;
display: none;
color: black;
position: absolute;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
top: 100%;
background-color: black;
color: white;
padding: 0 .5vw;
}
time:hover::before {
display: initial;
}
cite {
position: relative;
}
cite:after {
content: 'CITATION';
display: none;
}
b, u, em, strong, bdo, bdi, dfn, em, del, i, ins, pre, s, small, samp, sub, sup, template {
font-size: initial;
}
table {
width: 100%;
padding: 1vh 1vw;
margin-bottom: 0;
background-color: transparent;
border: rgba(50, 49, 51, 0.1) 1px solid;
-webkit-box-shadow: rgba(50, 49, 51, 0.1) 0 0 5px 0.1px;
box-shadow: rgba(50, 49, 51, 0.1) 0 0 5px 0.1px;
text-align: center;
border-collapse: collapse;
overflow-x: auto;
}
table col, table th, table td {
min-width: 20%;
}
table thead tr {
color: #323133;
-webkit-box-shadow: rgba(50, 49, 51, 0.1) 0 0 5px 0.1px;
box-shadow: rgba(50, 49, 51, 0.1) 0 0 5px 0.1px;
padding: 1vh 0;
}
table thead tr th {
padding: .5vh 0;
}
table tbody tr {
border: rgba(50, 49, 51, 0.1) 1px solid;
}
table tbody td {
border: rgba(50, 49, 51, 0.1) 1px solid;
}
table tbody td:hover {
background-color: rgba(50, 49, 51, 0.1);
-webkit-box-shadow: rgba(50, 49, 51, 0.1) 0 0 5px 0.1px;
box-shadow: rgba(50, 49, 51, 0.1) 0 0 5px 0.1px;
}
nav {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
background-color: white;
}
nav li {
text-transform: uppercase;
}
ul, ol, dl {
list-style: none;
-webkit-box-shadow: rgba(50, 49, 51, 0.1) 0 0 5px 0.1px;
box-shadow: rgba(50, 49, 51, 0.1) 0 0 5px 0.1px;
}
ul li, ul dt, ul dd, ol li, ol dt, ol dd, dl li, dl dt, dl dd {
padding: 1vh 1vw;
}
ul li a, ul dt a, ul dd a, ol li a, ol dt a, ol dd a, dl li a, dl dt a, dl dd a {
color: inherit;
text-decoration: none;
}
ul li:hover, ul dt:hover, ul dd:hover, ol li:hover, ol dt:hover, ol dd:hover, dl li:hover, dl dt:hover, dl dd:hover {
background-color: rgba(50, 49, 51, 0.1);
}
ul dt, ol dt, dl dt {
background-color: rgba(50, 49, 51, 0.2);
}
form * {
padding: 1vh 0;
}
form input[required] + label::before, form .required::before {
content: '*';
color: red;
padding: 0 .5vw;
}
form fieldset {
text-align: center;
border: none;
}
form fieldset.border {
border: #323133 .1px solid;
}
form fieldset legend {
padding: 1vh 2vw;
}
form fieldset legend:hover {
background-color: rgba(153, 153, 153, 0.1);
}
form input, form label {
margin: 1vh 1vw;
}
form input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 1vh .6vw;
font-size: 1rem;
font-family: inherit;
border: rgba(153, 153, 153, 0.1) solid 0.4px;
-webkit-box-shadow: rgba(153, 153, 153, 0.1) 0 0 10px 0.1px;
box-shadow: rgba(153, 153, 153, 0.1) 0 0 10px 0.1px;
background-color: rgba(153, 153, 153, 0.1);
}
form input:-webkit-autofill {
background: #323133;
color: white;
border-radius: .6vw;
}
form input::-webkit-validation-bubble-message {
color: #eee;
background: #000;
border-color: #444;
-webkit-box-shadow: 4px 4px 4px rgba(100, 100, 100, 0.5);
box-shadow: 4px 4px 4px rgba(100, 100, 100, 0.5);
}
form input::-webkit-validation-bubble-message:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
margin-right: 4px;
background: url(http://trac.webkit.org/export/90202/trunk/Source/WebCore/inspector/front-end/Images/errorMediumIcon.png);
}
form input::-webkit-validation-bubble-arrow {
background: #000;
border-color: #444;
-webkit-box-shadow: 0 0 0 0;
box-shadow: 0 0 0 0;
}
form input[type=file] {
display: none;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
}
form input[type=file]::before {
content: url("img/cloud_download-24px.svg");
}
form input[type=file] + label {
color: white;
background-color: #323133;
font-family: inherit;
padding: 1vh 2vw;
}
form input[type=file] + label i {
padding-right: 1vw;
}
form input[type=file] + label:hover {
background-color: rgba(50, 49, 51, 0.9);
}
form input[type=radio] {
display: none;
}
form input[type=radio] + label {
color: white;
background-color: #323133;
border-radius: .6vw;
padding: 1vh 1vw;
}
form input[type=radio]:checked + label {
color: #323133;
background-color: white;
border: rgba(30, 144, 255, 0.7) 0.6px solid;
}
form input[type=range]::-webkit-slider-runnable-track {
background-color: rgba(50, 49, 51, 0.1);
height: 2vh;
border-radius: .6vw;
}
form input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
height: 3vh;
width: 1vw;
background: dodgerblue;
border-radius: .6vw;
position: relative;
top: -.5vh;
}
form input[type=search]::-webkit-search-cancel-button {
-webkit-appearance: none;
appearance: none;
height: 1.5vh;
width: 1.5vh;
border: rgba(50, 49, 51, 0.1) 0.1px solid;
background-color: rgba(167, 23, 23, 0.5);
border-radius: 50%;
}
form input[type=color] {
border: none;
width: 20vw;
height: 3vh;
margin: 1vh 1vw;
}
form input[type=color]::-webkit-color-swatch-wrapper {
padding: 0;
}
form input[type=color]::-webkit-color-swatch {
border: 1px rgba(153, 153, 153, 0.2) solid;
}
form input[type=checkbox] + label {
display: block;
}
form input[type=checkbox] {
display: none;
}
form input[type=checkbox] + label:before {
content: '\2714';
border: 0.1vw solid rgba(161, 43, 72, 0.5);
border-radius: .2vw;
font-size: .5em;
padding: .2vh .5vh;
margin: 1vh 1vw;
position: relative;
bottom: .5vh;
color: transparent;
}
form input[type=checkbox]:checked + label:before {
color: white;
background-color: #a12b48;
}
form input::-webkit-inner-spin-button, form input::-webkit-outer-spin-button {
-webkit-appearance: none;
appearance: none;
}
form textarea, form output {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 1vh .6vw;
font-size: 1rem;
font-family: inherit;
border: rgba(153, 153, 153, 0.1) solid 0.4px;
-webkit-box-shadow: rgba(153, 153, 153, 0.1) 0 0 10px 0.1px;
box-shadow: rgba(153, 153, 153, 0.1) 0 0 10px 0.1px;
}
form button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #323133;
color: white;
padding: 1vh .6vw;
margin: 1vh .6vw;
font-size: 1rem;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
form select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 1vh .6vw;
font-size: 1rem;
font-family: inherit;
border: rgba(153, 153, 153, 0.5) solid 1px;
-webkit-box-shadow: rgba(153, 153, 153, 0.1) 0 0 10px 0.1px;
box-shadow: rgba(153, 153, 153, 0.1) 0 0 10px 0.1px;
}
/* width */
::-webkit-scrollbar {
width: .5vw;
}
/* Track */
::-webkit-scrollbar-track {
background: #323133;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: dodgerblue;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #1c7cdb;
}
@media print {
a::after {
content: " (" attr(href) ") ";
}
}
/*# sourceMappingURL=main.css.map */ | base/main.css | html {
font-size: 18px;
height: 100vh;
}
body {
max-width: 100%;
overflow-x: hidden;
}
* {
padding: 0;
margin: 0;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
hr {
display: block;
height: .1px;
border: rgba(50, 49, 51, 0.1) solid 0.1px;
margin: 1vh 5vw;
padding: .2vh 0;
}
hr:hover {
background-color: rgba(50, 49, 51, 0.1);
}
.h1 {
height: 1vh;
}
.h2 {
height: 2vh;
}
.h3 {
height: 3vh;
}
.h4 {
height: 4vh;
}
.h5 {
height: 5vh;
}
.h6 {
height: 6vh;
}
.h7 {
height: 7vh;
}
.h8 {
height: 8vh;
}
.h9 {
height: 9vh;
}
.h10 {
height: 10vh;
}
.h11 {
height: 11vh;
}
.h12 {
height: 12vh;
}
.h13 {
height: 13vh;
}
.h14 {
height: 14vh;
}
.h15 {
height: 15vh;
}
.h16 {
height: 16vh;
}
.h17 {
height: 17vh;
}
.h18 {
height: 18vh;
}
.h19 {
height: 19vh;
}
.h20 {
height: 20vh;
}
.h21 {
height: 21vh;
}
.h22 {
height: 22vh;
}
.h23 {
height: 23vh;
}
.h24 {
height: 24vh;
}
.h25 {
height: 25vh;
}
.h26 {
height: 26vh;
}
.h27 {
height: 27vh;
}
.h28 {
height: 28vh;
}
.h29 {
height: 29vh;
}
.h30 {
height: 30vh;
}
.h31 {
height: 31vh;
}
.h32 {
height: 32vh;
}
.h33 {
height: 33vh;
}
.h34 {
height: 34vh;
}
.h35 {
height: 35vh;
}
.h36 {
height: 36vh;
}
.h37 {
height: 37vh;
}
.h38 {
height: 38vh;
}
.h39 {
height: 39vh;
}
.h40 {
height: 40vh;
}
.h41 {
height: 41vh;
}
.h42 {
height: 42vh;
}
.h43 {
height: 43vh;
}
.h44 {
height: 44vh;
}
.h45 {
height: 45vh;
}
.h46 {
height: 46vh;
}
.h47 {
height: 47vh;
}
.h48 {
height: 48vh;
}
.h49 {
height: 49vh;
}
.h50 {
height: 50vh;
}
.h51 {
height: 51vh;
}
.h52 {
height: 52vh;
}
.h53 {
height: 53vh;
}
.h54 {
height: 54vh;
}
.h55 {
height: 55vh;
}
.h56 {
height: 56vh;
}
.h57 {
height: 57vh;
}
.h58 {
height: 58vh;
}
.h59 {
height: 59vh;
}
.h60 {
height: 60vh;
}
.h61 {
height: 61vh;
}
.h62 {
height: 62vh;
}
.h63 {
height: 63vh;
}
.h64 {
height: 64vh;
}
.h65 {
height: 65vh;
}
.h66 {
height: 66vh;
}
.h67 {
height: 67vh;
}
.h68 {
height: 68vh;
}
.h69 {
height: 69vh;
}
.h70 {
height: 70vh;
}
.h71 {
height: 71vh;
}
.h72 {
height: 72vh;
}
.h73 {
height: 73vh;
}
.h74 {
height: 74vh;
}
.h75 {
height: 75vh;
}
.h76 {
height: 76vh;
}
.h77 {
height: 77vh;
}
.h78 {
height: 78vh;
}
.h79 {
height: 79vh;
}
.h80 {
height: 80vh;
}
.h81 {
height: 81vh;
}
.h82 {
height: 82vh;
}
.h83 {
height: 83vh;
}
.h84 {
height: 84vh;
}
.h85 {
height: 85vh;
}
.h86 {
height: 86vh;
}
.h87 {
height: 87vh;
}
.h88 {
height: 88vh;
}
.h89 {
height: 89vh;
}
.h90 {
height: 90vh;
}
.h91 {
height: 91vh;
}
.h92 {
height: 92vh;
}
.h93 {
height: 93vh;
}
.h94 {
height: 94vh;
}
.h95 {
height: 95vh;
}
.h96 {
height: 96vh;
}
.h97 {
height: 97vh;
}
.h98 {
height: 98vh;
}
.h99 {
height: 99vh;
}
.h100 {
height: 100vh;
}
abbr {
text-decoration: underline;
-webkit-text-decoration-color: rgba(50, 49, 51, 0.1);
text-decoration-color: rgba(50, 49, 51, 0.1);
-webkit-text-decoration-style: dashed;
text-decoration-style: dashed;
position: relative;
}
abbr:hover {
background-color: rgba(50, 49, 51, 0.1);
}
abbr:before {
content: attr(title);
position: absolute;
bottom: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #323133;
color: white;
border-radius: .5vw;
padding: 0 .5vw;
margin: .5vh 0;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
display: none;
}
abbr:hover:before {
display: initial;
}
address {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
padding: 1vh .6vw;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
address:hover {
background-color: rgba(50, 49, 51, 0.1);
}
code {
color: white;
border-radius: .5vw;
background-color: #323133;
padding: 0 .5vw;
margin: .5vh 0;
}
mark {
background-color: rgba(50, 49, 51, 0.1);
padding: 0 .5vw;
}
mark:hover {
background-color: rgba(50, 49, 51, 0.2);
}
blockquote {
font-style: italic;
position: relative;
margin: 2vh 0;
}
blockquote::before {
content: "from: " attr(cite);
position: absolute;
font-size: .5rem;
bottom: 100%;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
blockquote::after {
content: "- " attr(data-quote);
position: absolute;
top: 100%;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
q {
font-style: italic;
position: relative;
margin: 2vh 0;
}
i {
position: relative;
top: .5vh;
}
meter {
height: 1vh;
width: 50%;
margin: 0 auto;
}
meter::-webkit-meter-bar {
width: 100%;
-webkit-transition: 1s;
transition: 1s;
background-image: -webkit-gradient(linear, left top, right top, color-stop(transparent, #323122), color-stop(transparent, #4b492f));
background-image: linear-gradient(90deg, #323122 transparent, #4b492f transparent);
}
meter::-webkit-meter-optimum-value {
-webkit-box-shadow: 0 5px 5px -5px #999 inset;
box-shadow: 0 5px 5px -5px #999 inset;
background-image: -webkit-gradient(linear, left top, right top, from(#86263e), to(#a02a47));
background-image: linear-gradient(90deg, #86263e, #a02a47);
background-size: 100% 100%;
-webkit-transition: 1s;
transition: 1s;
}
meter::-webkit-meter-suboptimum-value {
background-image: -webkit-gradient(linear, left top, right top, from(#5b2686), to(#86265e));
background-image: linear-gradient(90deg, #5b2686, #86265e);
}
progress {
border-radius: 2px;
-webkit-transition: 1s ease-in-out;
transition: 1s ease-in-out;
width: 100%;
}
progress:not([value]) {
background-color: #86265e;
border-radius: 2px;
}
progress[value]::-webkit-progress-bar {
background-color: #eee;
border-radius: 2px;
-webkit-box-shadow: 0 0 5px 0.1px rgba(0, 0, 0, 0.25);
box-shadow: 0 0 5px 0.1px rgba(0, 0, 0, 0.25);
}
progress[value]::-webkit-progress-value {
background-image: -webkit-linear-gradient(-45deg, #86265e, #491b36), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25));
}
kbd {
color: white;
border-radius: .1vw;
background-color: #323133;
padding: 0 1vw;
margin: 1vh .5vw;
}
time {
color: dodgerblue;
position: relative;
}
time::before {
content: attr(datetime);
font-weight: 300;
display: none;
color: black;
position: absolute;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
top: 100%;
background-color: black;
color: white;
padding: 0 .5vw;
}
time:hover::before {
display: initial;
}
cite {
position: relative;
}
cite:after {
content: 'CITATION';
display: none;
}
b, u, em, strong, bdo, bdi, dfn, em, del, i, ins, pre, s, small, samp, sub, sup, template {
font-size: initial;
}
table {
width: 100%;
padding: 1vh 1vw;
margin-bottom: 0;
background-color: transparent;
border: rgba(50, 49, 51, 0.1) 1px solid;
-webkit-box-shadow: rgba(50, 49, 51, 0.1) 0 0 5px 0.1px;
box-shadow: rgba(50, 49, 51, 0.1) 0 0 5px 0.1px;
text-align: center;
border-collapse: collapse;
overflow-x: auto;
}
table col, table th, table td {
min-width: 20%;
}
table thead tr {
color: #323133;
-webkit-box-shadow: rgba(50, 49, 51, 0.1) 0 0 5px 0.1px;
box-shadow: rgba(50, 49, 51, 0.1) 0 0 5px 0.1px;
padding: 1vh 0;
}
table thead tr th {
padding: .5vh 0;
}
table tbody tr {
border: rgba(50, 49, 51, 0.1) 1px solid;
}
table tbody td {
border: rgba(50, 49, 51, 0.1) 1px solid;
}
table tbody td:hover {
background-color: rgba(50, 49, 51, 0.1);
-webkit-box-shadow: rgba(50, 49, 51, 0.1) 0 0 5px 0.1px;
box-shadow: rgba(50, 49, 51, 0.1) 0 0 5px 0.1px;
}
nav {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
background-color: white;
}
nav li {
text-transform: uppercase;
}
ul, ol, dl {
list-style: none;
-webkit-box-shadow: rgba(50, 49, 51, 0.1) 0 0 5px 0.1px;
box-shadow: rgba(50, 49, 51, 0.1) 0 0 5px 0.1px;
}
ul li, ul dt, ul dd, ol li, ol dt, ol dd, dl li, dl dt, dl dd {
padding: 1vh 1vw;
}
ul li a, ul dt a, ul dd a, ol li a, ol dt a, ol dd a, dl li a, dl dt a, dl dd a {
color: inherit;
text-decoration: none;
}
ul li:hover, ul dt:hover, ul dd:hover, ol li:hover, ol dt:hover, ol dd:hover, dl li:hover, dl dt:hover, dl dd:hover {
background-color: rgba(50, 49, 51, 0.1);
}
ul dt, ol dt, dl dt {
background-color: rgba(50, 49, 51, 0.2);
}
form * {
padding: 1vh 0;
}
form input[required] + label::before, form .required::before {
content: '*';
color: red;
padding: 0 .5vw;
}
form fieldset {
text-align: center;
border: none;
}
form fieldset.border {
border: #323133 .1px solid;
}
form fieldset legend {
padding: 1vh 2vw;
}
form fieldset legend:hover {
background-color: rgba(153, 153, 153, 0.1);
}
form input, form label {
margin: 1vh 1vw;
}
form input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 1vh .6vw;
font-size: 1rem;
font-family: inherit;
border: rgba(153, 153, 153, 0.1) solid 0.4px;
-webkit-box-shadow: rgba(153, 153, 153, 0.1) 0 0 10px 0.1px;
box-shadow: rgba(153, 153, 153, 0.1) 0 0 10px 0.1px;
background-color: rgba(153, 153, 153, 0.1);
}
form input:-webkit-autofill {
background: #323133;
color: white;
border-radius: .6vw;
}
form input::-webkit-validation-bubble-message {
color: #eee;
background: #000;
border-color: #444;
-webkit-box-shadow: 4px 4px 4px rgba(100, 100, 100, 0.5);
box-shadow: 4px 4px 4px rgba(100, 100, 100, 0.5);
}
form input::-webkit-validation-bubble-message:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
margin-right: 4px;
background: url(http://trac.webkit.org/export/90202/trunk/Source/WebCore/inspector/front-end/Images/errorMediumIcon.png);
}
form input::-webkit-validation-bubble-arrow {
background: #000;
border-color: #444;
-webkit-box-shadow: 0 0 0 0;
box-shadow: 0 0 0 0;
}
form input[type=file] {
display: none;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
}
form input[type=file]::before {
content: url("img/cloud_download-24px.svg");
}
form input[type=file] + label {
color: white;
background-color: #323133;
font-family: inherit;
padding: 1vh 2vw;
}
form input[type=file] + label i {
padding-right: 1vw;
}
form input[type=file] + label:hover {
background-color: rgba(50, 49, 51, 0.9);
}
form input[type=radio] {
display: none;
}
form input[type=radio] + label {
color: white;
background-color: #323133;
border-radius: .6vw;
padding: 1vh 1vw;
}
form input[type=radio]:checked + label {
color: #323133;
background-color: white;
border: rgba(30, 144, 255, 0.7) 0.6px solid;
}
form input[type=range]::-webkit-slider-runnable-track {
background-color: rgba(50, 49, 51, 0.1);
height: 2vh;
border-radius: .6vw;
}
form input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
height: 3vh;
width: 1vw;
background: dodgerblue;
border-radius: .6vw;
position: relative;
top: -.5vh;
}
form input[type=search]::-webkit-search-cancel-button {
-webkit-appearance: none;
appearance: none;
height: 1.5vh;
width: 1.5vh;
border: rgba(50, 49, 51, 0.1) 0.1px solid;
background-color: rgba(167, 23, 23, 0.5);
border-radius: 50%;
}
form input[type=color] {
border: none;
width: 20vw;
height: 3vh;
margin: 1vh 1vw;
}
form input[type=color]::-webkit-color-swatch-wrapper {
padding: 0;
}
form input[type=color]::-webkit-color-swatch {
border: 1px rgba(153, 153, 153, 0.2) solid;
}
form input[type=checkbox] + label {
display: block;
}
form input[type=checkbox] {
display: none;
}
form input[type=checkbox] + label:before {
content: '\2714';
border: 0.1vw solid rgba(161, 43, 72, 0.5);
border-radius: .2vw;
font-size: .5em;
padding: .2vh .5vh;
margin: 1vh 1vw;
position: relative;
bottom: .5vh;
color: transparent;
}
form input[type=checkbox]:checked + label:before {
color: white;
background-color: #a12b48;
}
form input::-webkit-inner-spin-button, form input::-webkit-outer-spin-button {
-webkit-appearance: none;
appearance: none;
}
form textarea, form output {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 1vh .6vw;
font-size: 1rem;
font-family: inherit;
border: rgba(153, 153, 153, 0.1) solid 0.4px;
-webkit-box-shadow: rgba(153, 153, 153, 0.1) 0 0 10px 0.1px;
box-shadow: rgba(153, 153, 153, 0.1) 0 0 10px 0.1px;
}
form button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #323133;
color: white;
padding: 1vh .6vw;
margin: 1vh .6vw;
font-size: 1rem;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
form select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 1vh .6vw;
font-size: 1rem;
font-family: inherit;
border: rgba(153, 153, 153, 0.5) solid 1px;
-webkit-box-shadow: rgba(153, 153, 153, 0.1) 0 0 10px 0.1px;
box-shadow: rgba(153, 153, 153, 0.1) 0 0 10px 0.1px;
}
/* width */
::-webkit-scrollbar {
width: .5vw;
}
/* Track */
::-webkit-scrollbar-track {
background: #323133;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: dodgerblue;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #1c7cdb;
}
@media print {
a::after {
content: " (" attr(href) ") ";
}
}
/*# sourceMappingURL=main.css.map */ | 0.519521 | 0.061791 |
@font-face
{
font-family: lustra;
src: url(Lustra Text Regular.ttf);
}
.header
{
background-color: black;
width: 100%;
height: 137px;
position:fixed;
top: 0px;
}
.header.scrolled
{
opacity: 0.5;
background-color: blue;
}
.logo{
margin-left: 10px;
margin-top: -5px;
}
.navi ul{
list-style-type: none;
text-align: end;
margin-top: -130px;
position: relative;
}
.navi ul li{
display: inline;
padding-left: 15px;
padding-right: 15px;
font-size: 22px;
font-family: lu;
font-weight: bolder;
position: relative;
}
.navi ul li a{
text-decoration: none;
color: white;
transition: all;
transition-duration: 1s;
}
.navi ul li :hover
{
color: black;
background-color: white;
padding-left: 10px;
padding-right: 10px;
border-radius: 10px;
position: relative;
}
.searchmenu ul{
list-style-type: none;
text-align: end;
margin-top: 70px;
margin-right: 30px;
}
.searchmenu ul li{
display: inline;
padding-left: 22px;
padding-right: 22px;
font-size: 22px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.searchmenu ul li a{
text-decoration: none;
color: white;
}
.searchlogo ul{
list-style-type: none;
margin-top: -100px;
margin-left: 615px;
}
.searchlogo ul li{
display: inline;
margin-left: 105px;
}
.banner
{
background-image: url(newfusioncars_files/carbanner.png);
height: 1000px;
width: 100%;
background-size: cover;
background-position: top;
margin-top: -90px;
}
.models
{
text-align: center;
margin-top: -200px;
}
.models h1
{
font-size: 50px;
font-weight: lighter;
}
.models h2
{
font-size: 80px;
font-weight: bolder;
margin-top: -25px;
}
.modelbox
{
height: 550px;
width: 90%;
background-color: rgb(245, 241, 241);
margin: -30PX auto auto auto;
}
.smallbox
{
display: grid;
grid-template-columns: auto auto auto auto auto auto ;
margin-left:30px;
}
.button
{
margin-top: 30px;
grid-gap: 30px;
cursor: pointer;
font-size: 20px;
width: 220px;
color: blue;
background-color: white;
border-color: white;
border-radius: 10px;
}
.button:hover
{
background-color: blue;
color: white;
}
.bigbox
{
width: 90%;
display: grid;
grid-template-columns: auto auto auto ;
margin-left: 35px;
margin-right: auto;
grid-gap: 50px;
margin-top: 40px;
}
.bigbox1
{ height: 340px;
background-color: rgb(255, 255, 255);
transition:all;
transition-duration: 1s;
border-radius: 10px;
}
.bigbox1 img
{
border-radius: 10px 10px 0px 0px;
}
.bigbox1 img:hover
{
transform: scale(1.2);
border-radius: 10px;
}
.bigbox1 h1{
font-size: 45px;
text-align: center;
margin-top: 10px;
}
.bigbox1 h2{
font-size: 30px;
text-align: center;
margin-top: -10px;
font-weight: lighter;
}
.bigbox1 a{
text-decoration: none;
color: black;
}
.bigbox2
{ height: 340px;
background-color: rgb(255, 255, 255);
transition:all;
transition-duration: 1s;
border-radius: 10px;
}
.bigbox2 img
{
border-radius: 10px 10px 0px 0px;
}
.bigbox2 img:hover
{
transform: scale(1.2);
border-radius: 10px;
}
.bigbox2 h1{
font-size: 45px;
text-align: center;
margin-top: 10px;
}
.bigbox2 h2{
font-size: 30px;
text-align: center;
margin-top: -10px;
font-weight: lighter;
}
.bigbox2 a{
text-decoration: none;
color: black;
}
.bigbox3
{ height: 340px;
background-color: rgb(255, 255, 255);
transition:all;
transition-duration: 1s;
border-radius: 10px;
}
.bigbox3 img
{
border-radius: 10px 10px 0px 0px;
}
.bigbox3 img:hover
{
transform: scale(1.2);
border-radius: 10px;
}
.bigbox3 h1{
font-size: 45px;
text-align: center;
margin-top: 10px;
}
.bigbox3 h2{
font-size: 30px;
text-align: center;
margin-top: -10px;
font-weight: lighter;
}
.bigbox3 a{
text-decoration: none;
color: black;
}
.next
{
margin-top: -300px;
margin-left: 1050px;
}
.line
{
width: 80%;
height: 1px;
background-color: black;
margin-top: 120px;
margin-left:0px;
}
.line h1{
margin-left: 50px;
color: blue;
}
.allcar
{
font-size: 40px;
font-weight: bolder;
margin-left: 25px;
}
.allcar a{
text-decoration: none;
color: black;
}
.brandbox{
background-color: rgb(245, 241, 241);
width: 85%;
height: 320px;
margin-top: 80px;
margin-left: auto;
margin-right: auto;
}
.brandbox h1{
font-size: 50px;
text-align: center;
}
.brand
{
display: grid;
grid-template-columns: auto auto auto auto;
margin-left: 15px;
}
.brand img{
border-radius: 20px;
}
.button1
{
font-size: 20px;
font-weight: bolder;
color: red;
margin-left: 970px;
cursor: pointer;
margin-top: 10px;
border-radius: 5px;
border-style: none;
position: relative;
z-index: -100;
}
.latestcars
{
height: 450px;
width: 90%;
background-color: rgb(245, 241, 241);
margin: 90px auto auto auto;
font-size: 30px;
font-weight: bolder;
}
.latestcars h1{
margin-left: 30px;
}
.carbox
{
width: 90%;
display: grid;
grid-template-columns: auto auto auto ;
margin-left: 35px;
margin-right: auto;
grid-gap: 50px;
margin-top: -30px;
}
.carbox1
{ height: 350px;
background-color: rgb(255, 255, 255);
transition:all;
transition-duration: 1s;
border-radius: 10px;
}
.carbox1 img
{
border-radius: 10px 10px 0px 0px;
}
.carbox1 img:hover
{
transform: scale(1.2);
border-radius: 10px;
}
.carbox1 h1{
font-size: 45px;
text-align: center;
margin-top: -5px;
margin-left: 5px;
}
.carbox1 h2{
font-size: 30px;
text-align: center;
margin-top: -30px;
font-weight: bolder;
}
.carbox1 h3{
text-align: center;
font-weight: lighter;
margin-top: -12px;
}
.carbox1 a{
text-decoration: none;
color: black;
}
.carbox2
{ height: 350px;
background-color: rgb(255, 255, 255);
transition:all;
transition-duration: 1s;
border-radius: 10px;
}
.carbox2 img
{
border-radius: 10px 10px 0px 0px;
}
.carbox2 img:hover
{
transform: scale(1.2);
border-radius: 10px;
}
.carbox2 h1{
font-size: 45px;
margin-top: -5px;
}
.carbox2 h2{
font-size: 30px;
text-align: center;
margin-top: -30px;
font-weight: bolder;
margin-left: 5px;
}
.carbox2 h3{
text-align: center;
font-weight: lighter;
margin-top: -12px;
}
.carbox2 a{
text-decoration: none;
color: black;
}
.carbox3
{ height: 350px;
background-color: rgb(255, 255, 255);
transition:all;
transition-duration: 1s;
border-radius: 10px;
}
.carbox3 img
{
border-radius: 10px 10px 0px 0px;
}
.carbox3 img:hover
{
transform: scale(1.2);
border-radius: 10px;
}
.carbox3 h1{
font-size: 45px;
text-align: center;
margin-top: -5px;
margin-left: 20px;
}
.carbox3 h2{
font-size: 35px;
text-align: center;
font-weight: lighter;
margin-top: 47px;
}
.carbox3 a{
text-decoration: none;
color: black;
}
.next
{
margin-top: -250px;
margin-left: 1050px;
}
.button2
{
cursor: pointer;
width: 100px;
font-size: 15px;
margin-top: 12px;
border-style: none;
background-color:gray;
margin-left:600px;
padding-top: 10px;
padding-bottom: 10px;
font-weight: bolder;
}
.banner2
{
background-image: url(newfusioncars_files/banner3.png);
height: 800px;
width: 100%;
background-size: cover;
}
.button5
{
margin-top: 700px;
margin-left: 900px;
width: 300px;
font-size: 30px;
cursor: pointer;
border-radius: 20px;
border-style: none;
}
.button5:hover
{
color: white;
background-color: black;
}
.location
{
height: 500px;
width: 90%;
background-color: rgb(245, 241, 241);
margin: 90px auto auto auto;
font-size: 30px;
font-weight: bolder;
}
.location h1{
margin-left: 30px;
}
.place
{
width: 90%;
display: grid;
grid-template-columns: auto auto auto ;
margin-left: 25px;
margin-right: auto;
grid-gap: 50px;
margin-top: -30px;
}
.place1
{
background-color: rgb(255, 255, 255);
height: 370px;
border-radius: 15px;
}
.place1 h1{
font-size: 45px;
margin-top: -6px;
margin-left: 85px;
}
.place1 img
{
border-radius: 15px 15px 0px 0px;
}
.place1 a{
text-decoration: none;
color: black;
margin-top: 200px
}
.place2
{
background-color: rgb(255, 255, 255);
height: 370px;
border-radius: 15px;
}
.place2 h1{
font-size: 45px;
margin-left: 80px;
margin-top: -5px;
}
.place2 img
{
border-radius: 15px 15px 0px 0px;
}
.place2 a{
text-decoration: none;
color: black;
}
.place3
{
background-color: rgb(255, 255, 255);
height: 370px;
border-radius: 15px;
}
.place3 img
{
border-radius: 15px 15px 0px 0px;
}
.place3 h1{
font-size: 45px;
text-align: center;
margin-top: -1px;
margin-left: -4px;
}
.place3 a{
text-decoration: none;
color: rgb(17, 17, 17);
}
.finance
{
background-image: url(newfusioncars_files/finance.png);
background-position: center;
background-size: cover;
height: 500px;
width: 75%;
margin-left: auto;
margin-right: auto;
}
.finance h1
{
font-size: 50px;
font-weight: bolder;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
margin-top: 40px;
}
.dealer h1
{
text-align: center;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: 35px;
}
.last{
display: grid;
grid-template-columns: auto auto auto auto;
border: black;
height: 40px;
width: 100%;
grid-gap: 10px;
margin-left: 45px;
}
.dealership
{
padding: 12px;
font-size: 20px;
}
.carbrand
{
padding: 12px;
font-size: 20px;
}
.state
{
padding: 12px;
font-size: 20px;
}
.city
{
padding: 12px;
font-size: 20px;
}
.button0
{
background-color:gray;
height: 70px;
width: 250px;
margin-top: 20px;
margin-left: 571px;
font-size: 40px;
font-weight: bolder;
border-radius: 10px;
text-align: center;
border-style: none;
box-shadow: 0 5px 5px rgba(15,14,14, 0.7);;
}
.button0:hover
{
cursor: pointer;
}
.footer
{
height: 235px;
width: 100%;
background-color: rgb(1, 14, 18);
}
.footer h1
{
color: rgb(255, 255, 255);
font-weight: lighter;
margin-left: 25px;
font-weight: bolder;
text-decoration: underline;
}
.quick ul
{
list-style-type: none;
font-size: 25px;
}
.quick ul li a
{
color: white;
text-decoration: none;
}
.quick h1
{
font-size: 40px;
}
.explore ul
{
list-style-type: none;
font-size: 25px;
}
.explore ul li
{
margin-left: 305px;
}
.explore h1{
margin-left: 330px;
margin-top: -210px;
font-weight: bolder;
font-size: 40px;
}
.explore ul li a
{
color: white;
text-decoration: none;
}
.company ul
{
list-style-type: none;
font-size: 25px;
}
.company ul li
{
margin-left: 605px;
}
.company h1{
margin-left: 625px;
margin-top: -210px;
font-weight: bolder;
font-size: 40px;
}
.company ul li a
{
color: rgb(255, 255, 255);
text-decoration: none;
}
.social
{
margin-left: 900px;
transition: all;
transition-duration: 1s;
}
.social img:hover
{ transform: scale(1.2);
}
.social h1{
margin-left: 127px;
margin-top: -210px;
}
.foot{
background-color: rgb(15, 5, 107);
height: 50px;
width: 90%;
position: fixed;
bottom: -20px;
margin-top: 20px;
margin-left: 60px;
}
.foot1{
width: 100%;
position:fixed;
bottom: 0px;
font-size: 20px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
margin-left: 90px;
display: grid;
grid-template-columns: auto auto auto;
}
.foot1 a
{
text-decoration: none;
color:white;
}
.foot1 :hover
{
text-decoration:underline rgb(255, 255, 255);
color: crimson;
} | fusion.css | @font-face
{
font-family: lustra;
src: url(Lustra Text Regular.ttf);
}
.header
{
background-color: black;
width: 100%;
height: 137px;
position:fixed;
top: 0px;
}
.header.scrolled
{
opacity: 0.5;
background-color: blue;
}
.logo{
margin-left: 10px;
margin-top: -5px;
}
.navi ul{
list-style-type: none;
text-align: end;
margin-top: -130px;
position: relative;
}
.navi ul li{
display: inline;
padding-left: 15px;
padding-right: 15px;
font-size: 22px;
font-family: lu;
font-weight: bolder;
position: relative;
}
.navi ul li a{
text-decoration: none;
color: white;
transition: all;
transition-duration: 1s;
}
.navi ul li :hover
{
color: black;
background-color: white;
padding-left: 10px;
padding-right: 10px;
border-radius: 10px;
position: relative;
}
.searchmenu ul{
list-style-type: none;
text-align: end;
margin-top: 70px;
margin-right: 30px;
}
.searchmenu ul li{
display: inline;
padding-left: 22px;
padding-right: 22px;
font-size: 22px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.searchmenu ul li a{
text-decoration: none;
color: white;
}
.searchlogo ul{
list-style-type: none;
margin-top: -100px;
margin-left: 615px;
}
.searchlogo ul li{
display: inline;
margin-left: 105px;
}
.banner
{
background-image: url(newfusioncars_files/carbanner.png);
height: 1000px;
width: 100%;
background-size: cover;
background-position: top;
margin-top: -90px;
}
.models
{
text-align: center;
margin-top: -200px;
}
.models h1
{
font-size: 50px;
font-weight: lighter;
}
.models h2
{
font-size: 80px;
font-weight: bolder;
margin-top: -25px;
}
.modelbox
{
height: 550px;
width: 90%;
background-color: rgb(245, 241, 241);
margin: -30PX auto auto auto;
}
.smallbox
{
display: grid;
grid-template-columns: auto auto auto auto auto auto ;
margin-left:30px;
}
.button
{
margin-top: 30px;
grid-gap: 30px;
cursor: pointer;
font-size: 20px;
width: 220px;
color: blue;
background-color: white;
border-color: white;
border-radius: 10px;
}
.button:hover
{
background-color: blue;
color: white;
}
.bigbox
{
width: 90%;
display: grid;
grid-template-columns: auto auto auto ;
margin-left: 35px;
margin-right: auto;
grid-gap: 50px;
margin-top: 40px;
}
.bigbox1
{ height: 340px;
background-color: rgb(255, 255, 255);
transition:all;
transition-duration: 1s;
border-radius: 10px;
}
.bigbox1 img
{
border-radius: 10px 10px 0px 0px;
}
.bigbox1 img:hover
{
transform: scale(1.2);
border-radius: 10px;
}
.bigbox1 h1{
font-size: 45px;
text-align: center;
margin-top: 10px;
}
.bigbox1 h2{
font-size: 30px;
text-align: center;
margin-top: -10px;
font-weight: lighter;
}
.bigbox1 a{
text-decoration: none;
color: black;
}
.bigbox2
{ height: 340px;
background-color: rgb(255, 255, 255);
transition:all;
transition-duration: 1s;
border-radius: 10px;
}
.bigbox2 img
{
border-radius: 10px 10px 0px 0px;
}
.bigbox2 img:hover
{
transform: scale(1.2);
border-radius: 10px;
}
.bigbox2 h1{
font-size: 45px;
text-align: center;
margin-top: 10px;
}
.bigbox2 h2{
font-size: 30px;
text-align: center;
margin-top: -10px;
font-weight: lighter;
}
.bigbox2 a{
text-decoration: none;
color: black;
}
.bigbox3
{ height: 340px;
background-color: rgb(255, 255, 255);
transition:all;
transition-duration: 1s;
border-radius: 10px;
}
.bigbox3 img
{
border-radius: 10px 10px 0px 0px;
}
.bigbox3 img:hover
{
transform: scale(1.2);
border-radius: 10px;
}
.bigbox3 h1{
font-size: 45px;
text-align: center;
margin-top: 10px;
}
.bigbox3 h2{
font-size: 30px;
text-align: center;
margin-top: -10px;
font-weight: lighter;
}
.bigbox3 a{
text-decoration: none;
color: black;
}
.next
{
margin-top: -300px;
margin-left: 1050px;
}
.line
{
width: 80%;
height: 1px;
background-color: black;
margin-top: 120px;
margin-left:0px;
}
.line h1{
margin-left: 50px;
color: blue;
}
.allcar
{
font-size: 40px;
font-weight: bolder;
margin-left: 25px;
}
.allcar a{
text-decoration: none;
color: black;
}
.brandbox{
background-color: rgb(245, 241, 241);
width: 85%;
height: 320px;
margin-top: 80px;
margin-left: auto;
margin-right: auto;
}
.brandbox h1{
font-size: 50px;
text-align: center;
}
.brand
{
display: grid;
grid-template-columns: auto auto auto auto;
margin-left: 15px;
}
.brand img{
border-radius: 20px;
}
.button1
{
font-size: 20px;
font-weight: bolder;
color: red;
margin-left: 970px;
cursor: pointer;
margin-top: 10px;
border-radius: 5px;
border-style: none;
position: relative;
z-index: -100;
}
.latestcars
{
height: 450px;
width: 90%;
background-color: rgb(245, 241, 241);
margin: 90px auto auto auto;
font-size: 30px;
font-weight: bolder;
}
.latestcars h1{
margin-left: 30px;
}
.carbox
{
width: 90%;
display: grid;
grid-template-columns: auto auto auto ;
margin-left: 35px;
margin-right: auto;
grid-gap: 50px;
margin-top: -30px;
}
.carbox1
{ height: 350px;
background-color: rgb(255, 255, 255);
transition:all;
transition-duration: 1s;
border-radius: 10px;
}
.carbox1 img
{
border-radius: 10px 10px 0px 0px;
}
.carbox1 img:hover
{
transform: scale(1.2);
border-radius: 10px;
}
.carbox1 h1{
font-size: 45px;
text-align: center;
margin-top: -5px;
margin-left: 5px;
}
.carbox1 h2{
font-size: 30px;
text-align: center;
margin-top: -30px;
font-weight: bolder;
}
.carbox1 h3{
text-align: center;
font-weight: lighter;
margin-top: -12px;
}
.carbox1 a{
text-decoration: none;
color: black;
}
.carbox2
{ height: 350px;
background-color: rgb(255, 255, 255);
transition:all;
transition-duration: 1s;
border-radius: 10px;
}
.carbox2 img
{
border-radius: 10px 10px 0px 0px;
}
.carbox2 img:hover
{
transform: scale(1.2);
border-radius: 10px;
}
.carbox2 h1{
font-size: 45px;
margin-top: -5px;
}
.carbox2 h2{
font-size: 30px;
text-align: center;
margin-top: -30px;
font-weight: bolder;
margin-left: 5px;
}
.carbox2 h3{
text-align: center;
font-weight: lighter;
margin-top: -12px;
}
.carbox2 a{
text-decoration: none;
color: black;
}
.carbox3
{ height: 350px;
background-color: rgb(255, 255, 255);
transition:all;
transition-duration: 1s;
border-radius: 10px;
}
.carbox3 img
{
border-radius: 10px 10px 0px 0px;
}
.carbox3 img:hover
{
transform: scale(1.2);
border-radius: 10px;
}
.carbox3 h1{
font-size: 45px;
text-align: center;
margin-top: -5px;
margin-left: 20px;
}
.carbox3 h2{
font-size: 35px;
text-align: center;
font-weight: lighter;
margin-top: 47px;
}
.carbox3 a{
text-decoration: none;
color: black;
}
.next
{
margin-top: -250px;
margin-left: 1050px;
}
.button2
{
cursor: pointer;
width: 100px;
font-size: 15px;
margin-top: 12px;
border-style: none;
background-color:gray;
margin-left:600px;
padding-top: 10px;
padding-bottom: 10px;
font-weight: bolder;
}
.banner2
{
background-image: url(newfusioncars_files/banner3.png);
height: 800px;
width: 100%;
background-size: cover;
}
.button5
{
margin-top: 700px;
margin-left: 900px;
width: 300px;
font-size: 30px;
cursor: pointer;
border-radius: 20px;
border-style: none;
}
.button5:hover
{
color: white;
background-color: black;
}
.location
{
height: 500px;
width: 90%;
background-color: rgb(245, 241, 241);
margin: 90px auto auto auto;
font-size: 30px;
font-weight: bolder;
}
.location h1{
margin-left: 30px;
}
.place
{
width: 90%;
display: grid;
grid-template-columns: auto auto auto ;
margin-left: 25px;
margin-right: auto;
grid-gap: 50px;
margin-top: -30px;
}
.place1
{
background-color: rgb(255, 255, 255);
height: 370px;
border-radius: 15px;
}
.place1 h1{
font-size: 45px;
margin-top: -6px;
margin-left: 85px;
}
.place1 img
{
border-radius: 15px 15px 0px 0px;
}
.place1 a{
text-decoration: none;
color: black;
margin-top: 200px
}
.place2
{
background-color: rgb(255, 255, 255);
height: 370px;
border-radius: 15px;
}
.place2 h1{
font-size: 45px;
margin-left: 80px;
margin-top: -5px;
}
.place2 img
{
border-radius: 15px 15px 0px 0px;
}
.place2 a{
text-decoration: none;
color: black;
}
.place3
{
background-color: rgb(255, 255, 255);
height: 370px;
border-radius: 15px;
}
.place3 img
{
border-radius: 15px 15px 0px 0px;
}
.place3 h1{
font-size: 45px;
text-align: center;
margin-top: -1px;
margin-left: -4px;
}
.place3 a{
text-decoration: none;
color: rgb(17, 17, 17);
}
.finance
{
background-image: url(newfusioncars_files/finance.png);
background-position: center;
background-size: cover;
height: 500px;
width: 75%;
margin-left: auto;
margin-right: auto;
}
.finance h1
{
font-size: 50px;
font-weight: bolder;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
margin-top: 40px;
}
.dealer h1
{
text-align: center;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: 35px;
}
.last{
display: grid;
grid-template-columns: auto auto auto auto;
border: black;
height: 40px;
width: 100%;
grid-gap: 10px;
margin-left: 45px;
}
.dealership
{
padding: 12px;
font-size: 20px;
}
.carbrand
{
padding: 12px;
font-size: 20px;
}
.state
{
padding: 12px;
font-size: 20px;
}
.city
{
padding: 12px;
font-size: 20px;
}
.button0
{
background-color:gray;
height: 70px;
width: 250px;
margin-top: 20px;
margin-left: 571px;
font-size: 40px;
font-weight: bolder;
border-radius: 10px;
text-align: center;
border-style: none;
box-shadow: 0 5px 5px rgba(15,14,14, 0.7);;
}
.button0:hover
{
cursor: pointer;
}
.footer
{
height: 235px;
width: 100%;
background-color: rgb(1, 14, 18);
}
.footer h1
{
color: rgb(255, 255, 255);
font-weight: lighter;
margin-left: 25px;
font-weight: bolder;
text-decoration: underline;
}
.quick ul
{
list-style-type: none;
font-size: 25px;
}
.quick ul li a
{
color: white;
text-decoration: none;
}
.quick h1
{
font-size: 40px;
}
.explore ul
{
list-style-type: none;
font-size: 25px;
}
.explore ul li
{
margin-left: 305px;
}
.explore h1{
margin-left: 330px;
margin-top: -210px;
font-weight: bolder;
font-size: 40px;
}
.explore ul li a
{
color: white;
text-decoration: none;
}
.company ul
{
list-style-type: none;
font-size: 25px;
}
.company ul li
{
margin-left: 605px;
}
.company h1{
margin-left: 625px;
margin-top: -210px;
font-weight: bolder;
font-size: 40px;
}
.company ul li a
{
color: rgb(255, 255, 255);
text-decoration: none;
}
.social
{
margin-left: 900px;
transition: all;
transition-duration: 1s;
}
.social img:hover
{ transform: scale(1.2);
}
.social h1{
margin-left: 127px;
margin-top: -210px;
}
.foot{
background-color: rgb(15, 5, 107);
height: 50px;
width: 90%;
position: fixed;
bottom: -20px;
margin-top: 20px;
margin-left: 60px;
}
.foot1{
width: 100%;
position:fixed;
bottom: 0px;
font-size: 20px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
margin-left: 90px;
display: grid;
grid-template-columns: auto auto auto;
}
.foot1 a
{
text-decoration: none;
color:white;
}
.foot1 :hover
{
text-decoration:underline rgb(255, 255, 255);
color: crimson;
} | 0.37502 | 0.051201 |
:root {
--blanco: #ffffff;
--oscuro: #212121;
--primario: #8F57FD;
--secundario: #AB88FF;
--azul: #5E1DFC;
--verde:#21C08B;
--amarillo:#E6AF2E;
--fuente-principal: 'Muli', sans-serif;
}
body {
margin: 0px;
font-size: 16px;
font-family: var(--fuente-principal);
overflow-x: hidden;
}
html {
font-size: 62.5%;
}
.header {
background-color: var(--verde);
width: 100%;
height: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header__img {
width: 200px;
margin-top: 10px;
margin-left: 10px;
}
.login, .container__404 {
background: -webkit-gradient(linear, left top, left bottom, from(var(--verde)), to(var(--secundario)));
background: linear-gradient(var(--verde), var(--secundario));
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 3rem;
min-height: calc(100vh - 20rem);
}
.container__404 {
color: var(--blanco);
min-height: calc(100vh - 18rem);
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.container__404--title {
font-size: 7rem;
-webkit-animation-name: pulse;
animation-name: pulse;
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
margin: 0;
}
.login__container, .login__container-register {
background-color: rgba(255, 255, 255, 0.1);
border: 0.2rem solid var(--blanco);
border-radius: 4rem;
color: var(--blanco);
padding: 6rem 6.8rem 4rem;
min-height: 70rem;
width: 30rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-shadow: 0px 7px 18px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0px 7px 18px 5px rgba(0, 0, 0, 0.2);
}
.login__container-register {
min-height: 55rem;
}
.login__container--form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.login__container--form label {
font-size: 1.4rem;
}
.login__container--remember-me {
color: var(--blanco);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 1rem;
}
.login__container--remember-me a {
color: var(--blanco);
font-size: 1.4rem;
text-decoration: none;
}
.login__container--remember-me a:hover {
color: var(--blanco);
font-size: 1.4rem;
text-decoration: underline;
}
.login__container--social-media > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.4rem;
margin-bottom: 1rem;
}
.login__container--social-media > div > img {
width: 3rem;
margin-right: 1rem;
}
.login__container--register {
font-size: 1.4rem;
}
.login__container--register a, .login__container--inicio-sesion {
font-size: 1.4rem;
color: var(--blanco);
font-weight: bold;
text-decoration: none;
}
.login__container--inicio-sesion {
text-align: center;
}
.login__container--register a:hover, .login__container--inicio-sesion:hover {
text-decoration: underline;
}
.input {
background-color: transparent;
border-left: 0;
border-right: 0;
border-top: 0;
border-bottom: 0.2rem solid var(--blanco);
font-family: var(--fuente-principal);
font-size: 1.6rem;
margin-bottom: 2rem;
padding: 0 2rem;
outline: none;
height: 5rem;
}
::-webkit-input-placeholder {
color: var(--blanco);
}
:-ms-input-placeholder {
color: var(--blanco);
}
::-ms-input-placeholder {
color: var(--blanco);
}
::placeholder {
color: var(--blanco);
}
.button {
background-color: rgba(255, 255, 255, 0.1);
border: none;
border-radius: 2.5rem;
color: var(--blanco);
cursor: pointer;
font-size: 1.6rem;
font-weight: bold;
font-family: var(--fuente-principal);
height: 5rem;
letter-spacing: 0.1rem;
margin: 1rem 0;
}
.footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 10rem;
width: 100%;
background-color: var(--secundario);
}
.footer a {
color: white;
cursor: pointer;
font-size: 1.4rem;
padding-left: 3rem;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}
@media only screen and (max-width: 600px) {
.login__container, .login__container-register {
background-color: transparent;
border: none;
padding: 0;
width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
}
.footer {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
/*# sourceMappingURL=styles.css.map */ | iniciar-sesion/CSS/styles.css | :root {
--blanco: #ffffff;
--oscuro: #212121;
--primario: #8F57FD;
--secundario: #AB88FF;
--azul: #5E1DFC;
--verde:#21C08B;
--amarillo:#E6AF2E;
--fuente-principal: 'Muli', sans-serif;
}
body {
margin: 0px;
font-size: 16px;
font-family: var(--fuente-principal);
overflow-x: hidden;
}
html {
font-size: 62.5%;
}
.header {
background-color: var(--verde);
width: 100%;
height: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header__img {
width: 200px;
margin-top: 10px;
margin-left: 10px;
}
.login, .container__404 {
background: -webkit-gradient(linear, left top, left bottom, from(var(--verde)), to(var(--secundario)));
background: linear-gradient(var(--verde), var(--secundario));
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 3rem;
min-height: calc(100vh - 20rem);
}
.container__404 {
color: var(--blanco);
min-height: calc(100vh - 18rem);
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.container__404--title {
font-size: 7rem;
-webkit-animation-name: pulse;
animation-name: pulse;
-webkit-animation-duration: 2.5s;
animation-duration: 2.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
margin: 0;
}
.login__container, .login__container-register {
background-color: rgba(255, 255, 255, 0.1);
border: 0.2rem solid var(--blanco);
border-radius: 4rem;
color: var(--blanco);
padding: 6rem 6.8rem 4rem;
min-height: 70rem;
width: 30rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-shadow: 0px 7px 18px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0px 7px 18px 5px rgba(0, 0, 0, 0.2);
}
.login__container-register {
min-height: 55rem;
}
.login__container--form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.login__container--form label {
font-size: 1.4rem;
}
.login__container--remember-me {
color: var(--blanco);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 1rem;
}
.login__container--remember-me a {
color: var(--blanco);
font-size: 1.4rem;
text-decoration: none;
}
.login__container--remember-me a:hover {
color: var(--blanco);
font-size: 1.4rem;
text-decoration: underline;
}
.login__container--social-media > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.4rem;
margin-bottom: 1rem;
}
.login__container--social-media > div > img {
width: 3rem;
margin-right: 1rem;
}
.login__container--register {
font-size: 1.4rem;
}
.login__container--register a, .login__container--inicio-sesion {
font-size: 1.4rem;
color: var(--blanco);
font-weight: bold;
text-decoration: none;
}
.login__container--inicio-sesion {
text-align: center;
}
.login__container--register a:hover, .login__container--inicio-sesion:hover {
text-decoration: underline;
}
.input {
background-color: transparent;
border-left: 0;
border-right: 0;
border-top: 0;
border-bottom: 0.2rem solid var(--blanco);
font-family: var(--fuente-principal);
font-size: 1.6rem;
margin-bottom: 2rem;
padding: 0 2rem;
outline: none;
height: 5rem;
}
::-webkit-input-placeholder {
color: var(--blanco);
}
:-ms-input-placeholder {
color: var(--blanco);
}
::-ms-input-placeholder {
color: var(--blanco);
}
::placeholder {
color: var(--blanco);
}
.button {
background-color: rgba(255, 255, 255, 0.1);
border: none;
border-radius: 2.5rem;
color: var(--blanco);
cursor: pointer;
font-size: 1.6rem;
font-weight: bold;
font-family: var(--fuente-principal);
height: 5rem;
letter-spacing: 0.1rem;
margin: 1rem 0;
}
.footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 10rem;
width: 100%;
background-color: var(--secundario);
}
.footer a {
color: white;
cursor: pointer;
font-size: 1.4rem;
padding-left: 3rem;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}
@media only screen and (max-width: 600px) {
.login__container, .login__container-register {
background-color: transparent;
border: none;
padding: 0;
width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
}
.footer {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
/*# sourceMappingURL=styles.css.map */ | 0.418459 | 0.121764 |
.ace--mustard .ace_gutter {
background: rgba(25,25,25,1);
color: rgb(137,137,134)
}
.ace--mustard .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--mustard {
background-color: rgba(25,25,25,1);
color: rgba(248,248,242,1)
}
.ace--mustard .ace_cursor {
color: rgba(248,248,240,1)
}
.ace--mustard .ace_marker-layer .ace_selection {
background: rgba(34,68,68,1)
}
.ace--mustard.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px rgba(25,25,25,1);
border-radius: 2px
}
.ace--mustard .ace_marker-layer .ace_step {
background: rgb(198, 219, 174)
}
.ace--mustard .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(59,58,50,1)
}
.ace--mustard .ace_marker-layer .ace_active-line {
background: rgba(62,61,50,1)
}
.ace--mustard .ace_gutter-active-line {
background-color: rgba(62,61,50,1)
}
.ace--mustard .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(34,68,68,1)
}
.ace--mustard .ace_fold {
background-color: rgba(247,197,39,1);
border-color: rgba(248,248,242,1)
}
.ace--mustard .ace_constant.ace_language,
.ace--mustard .ace_entity.ace_name.ace_tag,
.ace--mustard .ace_keyword,
.ace--mustard .ace_storage,
.ace--mustard .ace_storage.ace_type,
.ace--mustard .ace_support.ace_function,
.ace--mustard .ace_support.ace_type {
color: rgba(236,105,30,1)
}
.ace--mustard .ace_constant.ace_character,
.ace--mustard .ace_constant.ace_numeric,
.ace--mustard .ace_constant.ace_other,
.ace--mustard .ace_support.ace_constant {
color: rgba(115,228,246,1)
}
.ace--mustard .ace_entity.ace_name.ace_function,
.ace--mustard .ace_entity.ace_other.ace_attribute-name,
.ace--mustard .ace_support.ace_class {
color: rgba(247,197,39,1)
}
.ace--mustard .ace_invalid {
color: rgba(248,248,240,1);
background-color: rgba(236,105,30,1)
}
.ace--mustard .ace_invalid.ace_deprecated {
color: rgba(248,248,240,1);
background-color: rgba(115,228,246,1)
}
.ace--mustard .ace_string {
color: rgba(161,215,242,1)
}
.ace--mustard .ace_comment {
color: rgba(128,167,140,1)
}
.ace--mustard .ace_variable,
.ace--mustard .ace_variable.ace_parameter {
color: rgba(236,215,149,1)
} | ace/lib/ace/theme/Mustard.css | .ace--mustard .ace_gutter {
background: rgba(25,25,25,1);
color: rgb(137,137,134)
}
.ace--mustard .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--mustard {
background-color: rgba(25,25,25,1);
color: rgba(248,248,242,1)
}
.ace--mustard .ace_cursor {
color: rgba(248,248,240,1)
}
.ace--mustard .ace_marker-layer .ace_selection {
background: rgba(34,68,68,1)
}
.ace--mustard.ace_multiselect .ace_selection.ace_start {
box-shadow: 0 0 3px 0px rgba(25,25,25,1);
border-radius: 2px
}
.ace--mustard .ace_marker-layer .ace_step {
background: rgb(198, 219, 174)
}
.ace--mustard .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(59,58,50,1)
}
.ace--mustard .ace_marker-layer .ace_active-line {
background: rgba(62,61,50,1)
}
.ace--mustard .ace_gutter-active-line {
background-color: rgba(62,61,50,1)
}
.ace--mustard .ace_marker-layer .ace_selected-word {
border: 1px solid rgba(34,68,68,1)
}
.ace--mustard .ace_fold {
background-color: rgba(247,197,39,1);
border-color: rgba(248,248,242,1)
}
.ace--mustard .ace_constant.ace_language,
.ace--mustard .ace_entity.ace_name.ace_tag,
.ace--mustard .ace_keyword,
.ace--mustard .ace_storage,
.ace--mustard .ace_storage.ace_type,
.ace--mustard .ace_support.ace_function,
.ace--mustard .ace_support.ace_type {
color: rgba(236,105,30,1)
}
.ace--mustard .ace_constant.ace_character,
.ace--mustard .ace_constant.ace_numeric,
.ace--mustard .ace_constant.ace_other,
.ace--mustard .ace_support.ace_constant {
color: rgba(115,228,246,1)
}
.ace--mustard .ace_entity.ace_name.ace_function,
.ace--mustard .ace_entity.ace_other.ace_attribute-name,
.ace--mustard .ace_support.ace_class {
color: rgba(247,197,39,1)
}
.ace--mustard .ace_invalid {
color: rgba(248,248,240,1);
background-color: rgba(236,105,30,1)
}
.ace--mustard .ace_invalid.ace_deprecated {
color: rgba(248,248,240,1);
background-color: rgba(115,228,246,1)
}
.ace--mustard .ace_string {
color: rgba(161,215,242,1)
}
.ace--mustard .ace_comment {
color: rgba(128,167,140,1)
}
.ace--mustard .ace_variable,
.ace--mustard .ace_variable.ace_parameter {
color: rgba(236,215,149,1)
} | 0.626238 | 0.115112 |
position: absolute;
background: #EEE;
top: 0px;
bottom: 0px;
right: 0px;
left: 0px;
font-family: Roboto, Arial, sans-serif;
}
@media all and (max-width: 795px) {
#gaia {
position: fixed;
}
}
#gaia .inmap {
position: absolute !important;
top: 0px;
bottom: 0px;
right: 0px;
left: 0px;
font-family: Roboto, Arial, sans-serif;
}
#gaia .bubble .imgs {
display: flex;
overflow: auto;
margin: 0px 0px 5px 0px;
}
#gaia .bubble .imgs .img {
flex: 0 0 180px;
margin-right: 10px;
width: 180px;
}
#gaia .bubble h1 {
font-size: 15px;
}
.gaia .bubble {
border-top: 1px solid #CCC;
margin-top: 10px;
padding-top: 10px;
}
#gaia .bubble {
border-top: none;
margin-top: 0px;
padding-top: 0px;
}
.gaia .picker {
border: 1px solid #D7D7D7;
background: #FAFAFA;
border-radius: 5px;
margin: 5px 0px;
}
.gaia .bubble .desc {
max-height: 100px;
overflow-y: auto;
padding: 10px 0px 0px 0px;
margin-bottom: 10px;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
.inmap .cmdmap, .inmap .groupmap, .inmap .select {
background-color: #FFF;
border: 2px solid #FFF;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
z-index: 1;
}
.inmap a.cmdmap, .inmap .groupmap a {
cursor: pointer;
}
.inmap .cmdmap {
display: block;
margin: 10px 10px 0px 0px;
padding: 7px;
width: 20px;
}
.inmap .groupmap {
display: block;
margin: 10px 10px 0px 0px;
}
.inmap .map_search .select {
height: 30px;
width: 250px;
margin-right: 10px;
z-index: 0;
}
.inmap .map_search .select:last-child {
height: 30px;
width: 200px;
}
.inmap .map_search {
margin: 10px 0px 0px 10px;
width: 570px;
max-width: 100%;
overflow: visible;
display: flex;
flex-wrap: wrap;
padding-right: 70px;
box-sizing: border-box;
z-index: 1 !important;
}
.inmap .map_search .select .quick {
margin: 2px -5px 0px -9px;
border-top: 1px solid #CCC;
font-family: Roboto, Arial, sans-serif;
font-size: 11px;
}
.inmap .map_search .select .quick li small {
float: right;
font-style: italic;
color: #666;
}
.inmap .select input {
margin-top: 0px;
margin-bottom: 0px;
font-family: Roboto, Arial, sans-serif;
font-size: 11px;
}
.gaia .groupmap a {
display: block;
padding: 8px 7px 8px 7px;
border-bottom: 1px solid #e6e6e6;
}
.gaia .groupmap a svg {
height: 20px;
width: 20px;
}
.gaia .groupmap a:last-child {
border-bottom: none;
}
.gaia .cmdmap svg, .gaia .groupmap svg {
fill: #666;
width: 20px;
height: 20px;
display: block;
}
.facebook svg {
fill: #4666AD;
}
.google svg {
fill: #DB4437;
}
.gaia .addspecimen svg {
fill: #31771D;
}
.gaia .cmdmap:hover svg, .gaia .groupmap a:hover svg {
fill: #333;
}
.gaia .cmdmap:active svg, .gaia .groupmap a:active svg {
fill: #000;
}
.gaia .groupmap.zoom {
margin-bottom: 10px;
}
@keyframes rotating {
from {
transform: rotate(0deg);
}
to {
transform: rotate(-360deg);
}
}
.gaia .sync {
margin-left: 10px;
}
.gaia .sync svg {
animation: rotating 1s linear infinite;
fill: #FFF;
width: 35px;
height: 35px;
stroke: #666;
stroke-width: 0.5px;
stroke-position: outside;
filter: drop-shadow(0px 0px 4px rgba(125, 125, 125, 0.5));
}
noscript.nojs p.blink:before {
content: 'Pour visualiser cette page correctement vous devez activer le JavaScript...';
}
.gaiabtn:before {
content: '';
display: inline-block;
background-image: url(/ui/maps@15x15);
background-repeat: no-repeat;
margin: 2px 2px 3px 0px;
width: 15px;
height: 15px;
}
.gaia_flex {
display: flex;
width: 100%;
flex-wrap: wrap;
}
.gaia_data {
flex: 1 0 40%;
}
.gaia_data svg {
width: 14px;
height: 14px;
}
.gaia_data p {
margin: 0px 0px 2px 0px;
}
.gaia_data small {
font-size: 0.7em;
}
.gaia_photos {
flex: 0 0 auto;
display: flex;
max-width: 100%;
overflow: auto;
margin: 5px 7px 5px 0px;
}
.gaia_photos img {
border-radius: 1px;
}
.gaia_photos .first {
border-right: 2px solid #FFF;
}
.gaia_photos .coll {
display: flex;
flex-direction: column;
}
.gaia_photos .coll {
border-bottom: 2px solid #FFF;
}
.gaia_photos .coll .image {
border: 2px solid #FFF;
border-left: none;
}
.gaia_photos .coll .image:first-child {
border-top: none;
border-bottom: none;
}
.gaia_photos .coll .image:last-child {
border-bottom: none;
}
.gaia_photos .coll:last-child .image {
border-left: none;
}
.gaia_photos .image {
position: relative;
display: inline-block;
float: left;
overflow: hidden;
font-size: 0px;
}
.gaia_photos .image span {
position: absolute;
text-align: center;
font-size: 9px;
padding: 1px 5px 7px 5px;
color: #FFF;
background: rgba(0, 0, 0, 0.60);
box-shadow: 0px -3px 1px 2px rgba(0, 0, 0, 0.60);
left: 0px;
right: 0px;
border-radius: 3px 3px 0px 0px;
bottom: -100px;
transition: bottom 900ms;
}
.gaia_photos .image:hover span {
bottom: 0px;
}
p.src a {
border: none;
}
.specimen .gaia_photos img {
max-width: 100%;
width: 100% !important;
height: auto !important;
border-bottom: 2px solid #FFF;
}
.specimen .gaia_photos .image {
flex: 1 1 24%;
max-width: 500px;
border: 1px solid #FFF;
border-bottom: none;
}
@media all and (max-width: 1000px) {
.specimen .gaia_photos .image {
flex: 1 1 33%;
}
}
@media all and (max-width: 500px) {
.specimen .gaia_photos .image {
flex: 1 1 100%;
}
}
.creation_form {
position: relative;
padding: 10px 7px 10px 7px;
margin: 5px 0px 13px 0px;
border-radius: 10px;
border: 1px solid #CCC;
box-shadow: 1px 1px 4px rgba(51, 51, 51, 0.25);
background-color: #FFF;
clear: both;
overflow: hidden;
max-height: 29px;
}
.creation_form h3 {
margin: 0px 0px 10px 0px;
}
.creation_form .imgs .add {
display: none;
} | AgroneoWeb/html/gaia/gaia.css | position: absolute;
background: #EEE;
top: 0px;
bottom: 0px;
right: 0px;
left: 0px;
font-family: Roboto, Arial, sans-serif;
}
@media all and (max-width: 795px) {
#gaia {
position: fixed;
}
}
#gaia .inmap {
position: absolute !important;
top: 0px;
bottom: 0px;
right: 0px;
left: 0px;
font-family: Roboto, Arial, sans-serif;
}
#gaia .bubble .imgs {
display: flex;
overflow: auto;
margin: 0px 0px 5px 0px;
}
#gaia .bubble .imgs .img {
flex: 0 0 180px;
margin-right: 10px;
width: 180px;
}
#gaia .bubble h1 {
font-size: 15px;
}
.gaia .bubble {
border-top: 1px solid #CCC;
margin-top: 10px;
padding-top: 10px;
}
#gaia .bubble {
border-top: none;
margin-top: 0px;
padding-top: 0px;
}
.gaia .picker {
border: 1px solid #D7D7D7;
background: #FAFAFA;
border-radius: 5px;
margin: 5px 0px;
}
.gaia .bubble .desc {
max-height: 100px;
overflow-y: auto;
padding: 10px 0px 0px 0px;
margin-bottom: 10px;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
.inmap .cmdmap, .inmap .groupmap, .inmap .select {
background-color: #FFF;
border: 2px solid #FFF;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
z-index: 1;
}
.inmap a.cmdmap, .inmap .groupmap a {
cursor: pointer;
}
.inmap .cmdmap {
display: block;
margin: 10px 10px 0px 0px;
padding: 7px;
width: 20px;
}
.inmap .groupmap {
display: block;
margin: 10px 10px 0px 0px;
}
.inmap .map_search .select {
height: 30px;
width: 250px;
margin-right: 10px;
z-index: 0;
}
.inmap .map_search .select:last-child {
height: 30px;
width: 200px;
}
.inmap .map_search {
margin: 10px 0px 0px 10px;
width: 570px;
max-width: 100%;
overflow: visible;
display: flex;
flex-wrap: wrap;
padding-right: 70px;
box-sizing: border-box;
z-index: 1 !important;
}
.inmap .map_search .select .quick {
margin: 2px -5px 0px -9px;
border-top: 1px solid #CCC;
font-family: Roboto, Arial, sans-serif;
font-size: 11px;
}
.inmap .map_search .select .quick li small {
float: right;
font-style: italic;
color: #666;
}
.inmap .select input {
margin-top: 0px;
margin-bottom: 0px;
font-family: Roboto, Arial, sans-serif;
font-size: 11px;
}
.gaia .groupmap a {
display: block;
padding: 8px 7px 8px 7px;
border-bottom: 1px solid #e6e6e6;
}
.gaia .groupmap a svg {
height: 20px;
width: 20px;
}
.gaia .groupmap a:last-child {
border-bottom: none;
}
.gaia .cmdmap svg, .gaia .groupmap svg {
fill: #666;
width: 20px;
height: 20px;
display: block;
}
.facebook svg {
fill: #4666AD;
}
.google svg {
fill: #DB4437;
}
.gaia .addspecimen svg {
fill: #31771D;
}
.gaia .cmdmap:hover svg, .gaia .groupmap a:hover svg {
fill: #333;
}
.gaia .cmdmap:active svg, .gaia .groupmap a:active svg {
fill: #000;
}
.gaia .groupmap.zoom {
margin-bottom: 10px;
}
@keyframes rotating {
from {
transform: rotate(0deg);
}
to {
transform: rotate(-360deg);
}
}
.gaia .sync {
margin-left: 10px;
}
.gaia .sync svg {
animation: rotating 1s linear infinite;
fill: #FFF;
width: 35px;
height: 35px;
stroke: #666;
stroke-width: 0.5px;
stroke-position: outside;
filter: drop-shadow(0px 0px 4px rgba(125, 125, 125, 0.5));
}
noscript.nojs p.blink:before {
content: 'Pour visualiser cette page correctement vous devez activer le JavaScript...';
}
.gaiabtn:before {
content: '';
display: inline-block;
background-image: url(/ui/maps@15x15);
background-repeat: no-repeat;
margin: 2px 2px 3px 0px;
width: 15px;
height: 15px;
}
.gaia_flex {
display: flex;
width: 100%;
flex-wrap: wrap;
}
.gaia_data {
flex: 1 0 40%;
}
.gaia_data svg {
width: 14px;
height: 14px;
}
.gaia_data p {
margin: 0px 0px 2px 0px;
}
.gaia_data small {
font-size: 0.7em;
}
.gaia_photos {
flex: 0 0 auto;
display: flex;
max-width: 100%;
overflow: auto;
margin: 5px 7px 5px 0px;
}
.gaia_photos img {
border-radius: 1px;
}
.gaia_photos .first {
border-right: 2px solid #FFF;
}
.gaia_photos .coll {
display: flex;
flex-direction: column;
}
.gaia_photos .coll {
border-bottom: 2px solid #FFF;
}
.gaia_photos .coll .image {
border: 2px solid #FFF;
border-left: none;
}
.gaia_photos .coll .image:first-child {
border-top: none;
border-bottom: none;
}
.gaia_photos .coll .image:last-child {
border-bottom: none;
}
.gaia_photos .coll:last-child .image {
border-left: none;
}
.gaia_photos .image {
position: relative;
display: inline-block;
float: left;
overflow: hidden;
font-size: 0px;
}
.gaia_photos .image span {
position: absolute;
text-align: center;
font-size: 9px;
padding: 1px 5px 7px 5px;
color: #FFF;
background: rgba(0, 0, 0, 0.60);
box-shadow: 0px -3px 1px 2px rgba(0, 0, 0, 0.60);
left: 0px;
right: 0px;
border-radius: 3px 3px 0px 0px;
bottom: -100px;
transition: bottom 900ms;
}
.gaia_photos .image:hover span {
bottom: 0px;
}
p.src a {
border: none;
}
.specimen .gaia_photos img {
max-width: 100%;
width: 100% !important;
height: auto !important;
border-bottom: 2px solid #FFF;
}
.specimen .gaia_photos .image {
flex: 1 1 24%;
max-width: 500px;
border: 1px solid #FFF;
border-bottom: none;
}
@media all and (max-width: 1000px) {
.specimen .gaia_photos .image {
flex: 1 1 33%;
}
}
@media all and (max-width: 500px) {
.specimen .gaia_photos .image {
flex: 1 1 100%;
}
}
.creation_form {
position: relative;
padding: 10px 7px 10px 7px;
margin: 5px 0px 13px 0px;
border-radius: 10px;
border: 1px solid #CCC;
box-shadow: 1px 1px 4px rgba(51, 51, 51, 0.25);
background-color: #FFF;
clear: both;
overflow: hidden;
max-height: 29px;
}
.creation_form h3 {
margin: 0px 0px 10px 0px;
}
.creation_form .imgs .add {
display: none;
} | 0.547948 | 0.144662 |
@import '../../globalStyles.css';
.college-card {
width: 100%;
border-radius: 3.8px;
box-shadow: 0 0 19px 0 rgba(68, 68, 68, 0.1);
border: solid 0.2px var(--greyish-brown-opacity);
background-color: #ffffff;
margin-bottom: 74.7px;
display: flex;
flex-direction: column;
align-items: start;
justify-content: start;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.college-image {
width: 100%;
height: 233.2px;
box-shadow: inset 0 0 0 2000px rgb(16 0 0 / 74%);
}
.image-overlay {
width: 100%;
height: 233.2px;
background: rgba(0, 0, 0, 0.7);
}
.promoted {
width: 152px;
padding: 0.5%;
background-color: var(--sky-blue);
font-family: var(--DNProMediumStack);
font-size: 15px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
text-align: center;
position: absolute;
color: #ffffff;
right: 57px;
transform: translateY(-11px);
}
.flag {
border-top: 16px solid transparent;
border-left: 32px solid #ffffff;
border-bottom: 16px solid transparent;
transform: translate(33.4vw, -18px);
-webkit-transform: translate(33.4vw, -18px);
-moz-transform: translate(33.4vw, -18px);
-ms-transform: translate(33.4vw, -18px);
-o-transform: translate(33.4vw, -18px);
position: absolute;
z-index: 1;
}
.rating {
width: 75px;
height: 53px;
border-radius: 3.8px;
background-color: var(--squash);
position: absolute;
transform: translate(38vw, 21px);
-webkit-transform: translate(38vw, 21px);
-moz-transform: translate(38vw, 21px);
-ms-transform: translate(38vw, 21px);
-o-transform: translate(38vw, 21px);
font-family: var(--DNProMediumStack);
font-size: 13.5px;
font-weight: 100;
text-align: center;
color: #ffffff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.ratings {
display: flex;
flex-direction: row;
}
.ratings-bigger {
font-size: 18px;
padding-right: 5px;
margin-top: -5px;
}
.rankings-and-tags {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
transform: translateY(200px);
-webkit-transform: translateY(200px);
-moz-transform: translateY(200px);
-ms-transform: translateY(200px);
-o-transform: translateY(200px);
}
.tags-container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: start;
width: 44%;
margin: 0 2% 2% 2%;
}
.tags {
background-color: #ffffff;
padding: 10px;
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px;
transform: translateY(-14px);
font-family: var(--DNProMediumStack);
font-size: 13.5px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.33;
letter-spacing: normal;
text-align: left;
color: var(--greyish-brown);
margin-right: 7px;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.ranking-comment {
font-family: var(--DNProMediumStack);
font-size: 13.5px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.33;
letter-spacing: normal;
text-align: left;
color: #ffffff;
transform: translateY(-20px);
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
-o-transform: translateY(-20px);
margin-right: 10px;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.college-name-container, .college-offer-text, .location-container, .amenties-container, .discount-container {
display: flex;
flex-direction: column;
align-content: center;
justify-content: space-between;
text-align: center;
}
.college-name-info {
display: flex;
flex-direction: row;
}
.college-name {
font-family: var(--DNProMediumStack);
font-size: 18px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 0.97;
letter-spacing: normal;
text-align: center;
color: var(--greyish-brown);
margin-right: 11px;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.college-info {
margin-left: 17px;
width: 96%;
}
.original-fee {
font-family: var(--DNProMediumStack);
font-size: 11px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.64;
letter-spacing: normal;
text-align: center;
color: var(--greyish-brown);
text-decoration: line-through;
margin-right: 5px;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.discount {
width: 29px;
height: 14px;
background-color: var(--red);
font-family: var(--DNProMediumStack);
font-size: 11px;
font-weight: 500;
line-height: 1.64;
text-align: center;
color: var(--greyish-brown);
color: #ffffff;
padding-bottom: 20px;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.location-1 {
font-family: var(--DNProMediumStack);
font-size: 13.5px;
font-weight: 500;
text-align: center;
color: var(--greyish-brown);
margin-right: 6px;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.location-2 {
font-family: var(--DNProMediumStack);
font-size: 13.5px;
font-weight: 500;
text-align: center;
color: #adadad;
margin-left: 6px;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.separator {
color: #adadad;
}
.discount-fee {
font-family: var(--DNProMediumStack);
font-size: 28.5px;
font-weight: bold;
color: #dd1c26;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.per-semester {
font-family: var(--DNProMediumStack);
font-size: 11px;
color: var(--greyish-brown);
}
.match {
display: flex;
flex-direction: row;
font-family: var(--DNProMediumStack);
font-size: 13.5px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.33;
letter-spacing: normal;
text-align: center;
color: #adadad;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.match-percent {
color: var(--green-blue);
}
.offer-text {
display: flex;
flex-direction: row;
font-family: var(--DNProMediumStack);
font-size: 13.5px;
font-weight: 500;
color: var(--greyish-brown);
margin-top: 9px;
background-color: var(--greeny-blue-three);
width: 60%;
padding: 11px;
transform: translateX(-17px);
padding-left: 31px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.amenties-1, .amenties-separator {
font-family: var(--DNProMediumStack);
font-size: 13.5px;
font-weight: bold;
color: var(--greeny-blue-two);
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.amenties-separator {
margin-left: 4px;
margin-right: 4px;
margin-bottom: 4px;
}
.amenties-container {
transform: translateY(20px);
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
@media only screen and (min-width: 600px) {
.college-card {
width: 48%;
}
.promoted {
transform: translate(33.55vw, -18px);
-webkit-transform: translate(33.55vw, -18px);
-moz-transform: translate(33.55vw, -18px);
-ms-transform: translate(33.55vw, -18px);
-o-transform: translate(33.55vw, -18px);
right: auto;
}
.college-name-container, .college-offer-text, .location-container, .amenties-container, .discount-container {
flex-direction: row;
}
} | app/components/CollegeCard/style.css | @import '../../globalStyles.css';
.college-card {
width: 100%;
border-radius: 3.8px;
box-shadow: 0 0 19px 0 rgba(68, 68, 68, 0.1);
border: solid 0.2px var(--greyish-brown-opacity);
background-color: #ffffff;
margin-bottom: 74.7px;
display: flex;
flex-direction: column;
align-items: start;
justify-content: start;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.college-image {
width: 100%;
height: 233.2px;
box-shadow: inset 0 0 0 2000px rgb(16 0 0 / 74%);
}
.image-overlay {
width: 100%;
height: 233.2px;
background: rgba(0, 0, 0, 0.7);
}
.promoted {
width: 152px;
padding: 0.5%;
background-color: var(--sky-blue);
font-family: var(--DNProMediumStack);
font-size: 15px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.2;
letter-spacing: normal;
text-align: center;
position: absolute;
color: #ffffff;
right: 57px;
transform: translateY(-11px);
}
.flag {
border-top: 16px solid transparent;
border-left: 32px solid #ffffff;
border-bottom: 16px solid transparent;
transform: translate(33.4vw, -18px);
-webkit-transform: translate(33.4vw, -18px);
-moz-transform: translate(33.4vw, -18px);
-ms-transform: translate(33.4vw, -18px);
-o-transform: translate(33.4vw, -18px);
position: absolute;
z-index: 1;
}
.rating {
width: 75px;
height: 53px;
border-radius: 3.8px;
background-color: var(--squash);
position: absolute;
transform: translate(38vw, 21px);
-webkit-transform: translate(38vw, 21px);
-moz-transform: translate(38vw, 21px);
-ms-transform: translate(38vw, 21px);
-o-transform: translate(38vw, 21px);
font-family: var(--DNProMediumStack);
font-size: 13.5px;
font-weight: 100;
text-align: center;
color: #ffffff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.ratings {
display: flex;
flex-direction: row;
}
.ratings-bigger {
font-size: 18px;
padding-right: 5px;
margin-top: -5px;
}
.rankings-and-tags {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
transform: translateY(200px);
-webkit-transform: translateY(200px);
-moz-transform: translateY(200px);
-ms-transform: translateY(200px);
-o-transform: translateY(200px);
}
.tags-container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: start;
width: 44%;
margin: 0 2% 2% 2%;
}
.tags {
background-color: #ffffff;
padding: 10px;
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px;
transform: translateY(-14px);
font-family: var(--DNProMediumStack);
font-size: 13.5px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.33;
letter-spacing: normal;
text-align: left;
color: var(--greyish-brown);
margin-right: 7px;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.ranking-comment {
font-family: var(--DNProMediumStack);
font-size: 13.5px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.33;
letter-spacing: normal;
text-align: left;
color: #ffffff;
transform: translateY(-20px);
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
-o-transform: translateY(-20px);
margin-right: 10px;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.college-name-container, .college-offer-text, .location-container, .amenties-container, .discount-container {
display: flex;
flex-direction: column;
align-content: center;
justify-content: space-between;
text-align: center;
}
.college-name-info {
display: flex;
flex-direction: row;
}
.college-name {
font-family: var(--DNProMediumStack);
font-size: 18px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 0.97;
letter-spacing: normal;
text-align: center;
color: var(--greyish-brown);
margin-right: 11px;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.college-info {
margin-left: 17px;
width: 96%;
}
.original-fee {
font-family: var(--DNProMediumStack);
font-size: 11px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.64;
letter-spacing: normal;
text-align: center;
color: var(--greyish-brown);
text-decoration: line-through;
margin-right: 5px;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.discount {
width: 29px;
height: 14px;
background-color: var(--red);
font-family: var(--DNProMediumStack);
font-size: 11px;
font-weight: 500;
line-height: 1.64;
text-align: center;
color: var(--greyish-brown);
color: #ffffff;
padding-bottom: 20px;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.location-1 {
font-family: var(--DNProMediumStack);
font-size: 13.5px;
font-weight: 500;
text-align: center;
color: var(--greyish-brown);
margin-right: 6px;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.location-2 {
font-family: var(--DNProMediumStack);
font-size: 13.5px;
font-weight: 500;
text-align: center;
color: #adadad;
margin-left: 6px;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.separator {
color: #adadad;
}
.discount-fee {
font-family: var(--DNProMediumStack);
font-size: 28.5px;
font-weight: bold;
color: #dd1c26;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.per-semester {
font-family: var(--DNProMediumStack);
font-size: 11px;
color: var(--greyish-brown);
}
.match {
display: flex;
flex-direction: row;
font-family: var(--DNProMediumStack);
font-size: 13.5px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.33;
letter-spacing: normal;
text-align: center;
color: #adadad;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.match-percent {
color: var(--green-blue);
}
.offer-text {
display: flex;
flex-direction: row;
font-family: var(--DNProMediumStack);
font-size: 13.5px;
font-weight: 500;
color: var(--greyish-brown);
margin-top: 9px;
background-color: var(--greeny-blue-three);
width: 60%;
padding: 11px;
transform: translateX(-17px);
padding-left: 31px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.amenties-1, .amenties-separator {
font-family: var(--DNProMediumStack);
font-size: 13.5px;
font-weight: bold;
color: var(--greeny-blue-two);
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
.amenties-separator {
margin-left: 4px;
margin-right: 4px;
margin-bottom: 4px;
}
.amenties-container {
transform: translateY(20px);
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
overflow: hidden;
flex-wrap: nowrap;
text-overflow: ellipsis;
white-space: nowrap;
}
@media only screen and (min-width: 600px) {
.college-card {
width: 48%;
}
.promoted {
transform: translate(33.55vw, -18px);
-webkit-transform: translate(33.55vw, -18px);
-moz-transform: translate(33.55vw, -18px);
-ms-transform: translate(33.55vw, -18px);
-o-transform: translate(33.55vw, -18px);
right: auto;
}
.college-name-container, .college-offer-text, .location-container, .amenties-container, .discount-container {
flex-direction: row;
}
} | 0.383295 | 0.080973 |
body {
background-color: rgb(245, 245, 245);
color: black;
font-family: "Helvetica neue", Helvetica, Verdana, Sans-serif;
font-size: 12px;
margin: 0px;
padding: 0px;
}
#search_form {
min-width: 75%;
float: right;
}
#sub_body {
padding-left: 30px;
padding-right: 30px;
}
#notifications {
position: fixed;
z-index: 1000;
top: 20px;
right: 20px;
width: 300px;
}
.notification_image {
width: 48px;
height: 48px;
vertical-align: middle;
float: left;
}
.a_notification {
border: 2px solid black;
border-radius: 5px 5px 5px 5px;
padding: 20px;
margin: 5px;
display: inline-block;
width: 250px;
animation-name: animatetop;
animation-duration: 1.5s;
font-size: 14px;
font-weight: bold;
color: white;
}
.notification_content {
float: right;
width: 75%;
display: inline-block;
}
#checkout_modal {
position: absolute;
border: 2px solid black;
box-shadow: 3px 3px grey;
top: 50px;
right: 10px;
background-color: white;
padding: 20px 20px 20px 20px;
display: none;
}
.checkout_modal_line_content {
display: block;
text-align: left;
padding: 0px 0px 0px 0px;
font-size: 14px;
}
.checkout_modal_line_content * {
display: inline-block;
}
#main_header {
background-color: white;
padding: 15px;
margin-bottom: 10px;
box-shadow: 0px 3px rgb(240, 240, 240);
}
#main_header * {
display: inline-block;
}
#left_header {
left: 0px;
}
#left_header * {
padding-right: 5px;
}
#right_header * {
padding-left: 5px;
}
#right_header {
float: right;
}
.header_icon {
vertical-align: middle;
width: 24px;
height: 24px;
margin-left: 15px;
}
#notification_circle {
display: none;
position: absolute;
right: 0px;
float: none;
padding: 0;
width: 13px;
height: 13px;
border-radius: 50%;
background: red;
line-height: 13px;
text-align: center;
}
#cart_circle {
display: none;
position: absolute;
right: 0px;
float: none;
padding: 0;
width: 13px;
height: 13px;
border-radius: 50%;
background: green;
line-height: 13px;
text-align: center;
}
#notification_part {
position: relative;
}
#cart_part {
position: relative;
}
#secondary_header {
font-size: 0;
}
#secondary_header * {
display: inline-block;
}
#page_title {
-webkit-transform:scale(1.2, 1.0);
-moz-transform:scale(1.2, 1.0);
-ms-transform:scale(1.2, 1.0);
-o-transform:scale(1.2, 1.0);
transform:scale(1.2, 1.0);
letter-spacing: -3px;
padding-left: 15px;
padding-right: 15px;
color: grey;
}
#page_title * {
display: inline;
font-size: 40px;
}
#e_letter_main_title {
color: rgb(228, 49, 55);
}
#b_letter_main_title {
color: rgb(5, 100, 209);
}
#a_letter_main_title {
color: rgb(244, 174, 1);
}
#y_letter_main_title {
color: rgb(132, 182, 21);
}
#shop_by {
display: inline-block;
font-size: 12px;
padding-left: 15px;
padding-right: 15px;
}
#advanced_search {
font-size: 12px;
}
#category_text_search {
width: 50%;
height: 20px;
padding: 10px;
padding-right: 0px;
margin: 0px;
font-size: 16px;
color: #767676;
border-radius: 5px 1px 1px 5px;
}
#categories {
width: 160px;
color: #333;
font: 12px Arial;
height: 45px;
margin: 0px;
border-radius: 1px 5px 5px 1px;
}
#search_button {
background: linear-gradient(white, rgb(248, 248, 248));
color: rgb(6, 84, 198);
font-size: 16px;
height: 40px;
width: 90px;
margin-left: 10px;
margin-right: 10px;
border-radius: 3px 3px 3px 3px;
}
#navigation_header {
margin-top: 15px;
margin-bottom: 20px;
}
.navigation_icon {
width: 18px;
height: 18px;
vertical-align: middle;
}
#navigation_header * {
display: inline-block;
font-size: 10px;
font-family: Verdana;
}
#main_body {
width: 100%;
padding: 10px;
}
#main_body * {
display: inline-block;
}
#main_picture {
max-width: 100%;
max-height: 100%;
border: 1px solid grey;
display: block;
margin: auto;
}
#thumbs {
margin-top: 15px;
font-size: 0;
display: inline-block;
}
#thumbs img {
outline: 1px solid grey;
width: 64px;
height: 64px;
outline-offset: -1px;
}
.current_displayed_picture {
outline: 3px solid grey !important;
outline-offset: -3px;
}
#left_body {
display: inline-block;
text-align: center;
width: 25%;
min-width: 200px;
margin-right: 5px;
}
#right_body {
margin-left: 10px;
vertical-align: top;
width: 70%;
}
#right_body *{
display: block;
}
#main_title {
color: black;
font-weight: bold;
font-size: 18px;
}
#main_subtitle {
color: grey;
}
#trendy_and_ratings_banner {
margin-top: 10px;
margin-bottom: 10px;
}
#trendy_and_ratings_banner * {
display: inline-block;
}
#trendy_and_ratings_banner img {
width: 15px;
height: 15px;
}
#trendy_text {
color: rgb(229, 30, 49);
font-weight: bold;
}
#conditions {
color: rgb(102, 102, 102);
padding-bottom: 10px;
}
#condition_status {
display: inline-block;
color: black;
font-weight: bold;
}
#quantity {
color: rgb(102, 102, 102);
}
#quantity * {
display: inline-block;
}
#quantity_field {
width: 40px;
margin-left: 10px;
}
#availability_and_conditions {
padding-left: 5px;
padding-top: 10px;
padding-bottom: 10px;
}
#left_availability_and_conditions {
display: inline-block;
}
#right_availability_and_conditions {
display: inline-block;
}
#price_container {
background-color: rgb(226, 226, 226);
border-radius: 3px 3px 3px 3px;
padding: 5px;
box-shadow: 5px 5px rgb(238, 238, 238);
}
#price {
padding-top: 10px;
padding-left: 20px;
color: rgb(102, 102, 102);
}
#price_value {
display: inline-block;
font-weight: bold;
font-size: 16px;
color: black;
}
#price_value * {
display: inline;
}
#price_buttons_and_links {
width: 170px;
float: right;
margin-bottom: 5px;
}
#price_buttons_and_links * {
margin-bottom: 5px;
}
.main_button {
height: 30px;
width: 150px;
color: white;
font-weight: bold;
font-size: 14px;
box-shadow: 0px 5px rgb(217, 217, 217);
}
#hire_button {
background-color: rgb(0, 84, 160);
}
#cart_button {
background-color: rgb(59, 159, 207);
}
.add_icon {
width: 12px;
height: 12px;
margin-bottom: 0px !important;
}
#price_container a img {
display: inline;
}
#price_container_footer {
width: 98%;
margin: auto;
text-align: center;
margin-top: 15px;
display: table;
table-layout: fixed;
}
#price_container_footer * {
height: 32px;
background-color: rgb(246, 246, 246);
vertical-align: middle;
display: table-cell;
padding: 2px 2px 2px 2px;
margin: 0;
}
#main_price_container_footer_element {
color: rgb(229, 30, 49);
font-weight: bold;
}
.additional_details_block {
width: 95%;
display: inline-block;
margin-top: 10px;
}
.left_additional_details_block {
display: inline-block !important;
width: 20%;
text-align: right;
vertical-align: top;
color: grey;
}
.right_additional_details_block {
display: inline-block !important;
width: 75%;
padding-left: 5px;
padding-right: 0px;
margin-right: 0px;
color: black;
}
.block {
display: block !important;
}
.block * {
display: inline-block !important;
}
.inline {
display: inline-block !important;
}
.bold {
font-weight: bold;
}
#money_icon {
height: 20px;
width: 20px;
vertical-align: middle;
}
#money_block {
margin-top: 10px;
display: block;
}
#money_button {
margin-left: 5px;
width: 80px;
height: 30px;
color: rgb(6, 84, 207);
background-color: rgb(251, 251, 251);
border: 1px solid grey;
border-radius: 2px 2px 2px 2px;
font-weight: bold;
box-shadow: 0px 5px rgb(237, 237, 237);
}
#left_column_right_body {
display: inline-block;
width: 60%;
min-width: 350px;
}
#right_column_right_body {
float: right;
margin-left: 30px;
display: inline-block;
vertical-align: top;
width: 30%;
min-width: 200px;
}
.social_icon {
width: 20px;
height: 20px;
vertical-align: middle;
}
#social_banner {
text-align: right;
}
#social_banner * {
display: inline-block;
}
#seller_information {
padding: 10px;
margin-top: 10px;
background-color: white;
border: 1px solid grey;
border-radius: 2px 2px 2px 2px;
box-shadow: 5px 5px rgb(238, 238, 238);
}
#seller_information_title {
font-size: 16px;
font-weight: bold;
}
#seller_ranking_icon {
height: 14px;
width: 14px;
}
#seller_information_name {
font-weight: bold;
}
#seller_information_subtitle * {
display: inline-block;
}
#save_seller * {
display: inline-block;
}
#save_seller_icon {
vertical-align: middle;
height: 14px;
width: 14px;
}
.dotted {
border-top: dotted 1px;
}
#details_body {
margin-top: 25px;
width: 100%;
border: 1px solid grey;
background-color: white;
padding: 10px;
font-size: 16px;
}
#details_body_content {
text-align: center;
}
.center_fit {
width: 150px;
height: 150px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
overflow: hidden;
margin-bottom: 5px;
}
.position_content_text {
width: 100%;
}
.details_body_content_block {
vertical-align: middle;
display: inline-block;
text-align: center;
padding: 10px !important;
font-size: 14px;
width: 10%;
min-height: 300px;
margin: 1%;
min-width: 150px;
}
.details_body_content_block_text {
}
.position_title {
font-weight: bold;
font-size: 16px;
text-align: left;
}
.position_company {
font-size: 16px;
text-align: left;
}
.position_durations {
text-align: left;
}
.position_location {
text-align: left;
}
#details_body_title {
margin-bottom: 20px;
padding-left: 20px;
padding-top: 20px;
}
.grey_border {
border: 1px solid grey;
}
#ratings_and_reviews_body {
margin-top: 25px;
width: 100%;
border: 1px solid grey;
background-color: white;
padding: 10px;
font-size: 16px;
}
#ratings_and_reviews_body_title {
font-size: 20px;
color: #333;
}
.rating_hr {
color: rgb(194, 194, 194);
}
#ratings_and_reviews_banner img {
display: inline-block;
height: 20px;
width: 20px;
vertical-align: middle;
}
.bar_rating_block img {
width: 14px;
height: 14px;
vertical-align: middle;
}
.bar_rating_rectangle {
width: 170px;
height: 10px;
border-radius: 5px 5px 5px 5px;
}
.full_bar_rating {
background-color: rgb(153, 153, 153);
}
.empty_bar_rating {
background-color: rgb(221, 221, 221);
}
.bar_rating_block * {
display: inline-block;
}
.circle {
width: 100%;
height: 100%;
min-height: 100px;
min-width: 100px;
border-radius: 50%;
font-size: 22px;
color: red;
line-height: 100px;
text-align: center;
background: #f18e00;
}
.sub_circle {
position: relative;
top: 5px;
left: 5px;
width: 90%;
min-width: 90px;
height: 90%;
min-height: 90px;
border-radius: 50%;
background: white;
line-height: 90px;
text-align: center;
color: rgb(85, 85, 85);
}
#average_rating {
font-size: 64px;
color: #555;
}
#ratings_and_reviews_counter {
color: #999;
font-size: 12px;
margin-top: 10px;
}
.rating_grade {
font-size: 12px;
color: #9b9b9b;
}
.rating_counter {
font-size: 12px;
color: #555;
}
.ratings_and_review_circle_title {
font-size: 12px;
color: #555;
margin-top: 10%;
}
#ratings_and_reviews_body_subtitle {
margin: 0 auto;
padding-top: 10px;
padding-bottom: 15px;
}
.ratings_and_reviews_body_subtitle_child {
display: inline-block;
text-align: center;
margin-right: 30px;
}
.ratings_and_reviews_circle_chart {
min-width: 80px;
}
#ratings_and_reviews_body_content {
padding: 10px;
}
#ratings_and_reviews_body_content_title {
color: #333;
font-size: 17px;
}
#ratings_and_reviews_all_circle_charts {
display: inline-block;
width: 50%;
}
.single_review_banner img {
width: 15px;
height: 15px;
display: inline-block;
}
.single_review_author{
color: #999;
font-size: 11px;
}
.single_review_date {
color: #999;
font-size: 13px;
}
.ratings_and_reviews_body_content_block {
margin-top: 20px;
}
.left_ratings_and_reviews_body_content_block {
vertical-align: top;
display: inline-block;
max-width: 20%;
min-width: 200px;
}
.right_ratings_and_reviews_body_content_block {
vertical-align: top;
display: inline-block;
max-width: 60%;
margin-left: 10%;
}
.single_review_content {
color: #4a4a4a;
font-size: 16px;
}
.single_review_detailed_author {
color: #555;
font-size: 13px;
}
.modal {
display: none;
position: fixed;
z-index: 1001;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.modal_content {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
#exit_intent_modal_close {
color: white;
float: right;
font-size: 28px;
font-weight: bold;
}
#exit_intent_modal_close:hover,
#exit_intent_modal_close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.modal_header {
padding: 2px 16px;
background-color: rgb(59, 159, 207);
color: white;
}
.modal_body {
padding: 2px 16px;
}
.modal_footer {
padding: 2px 16px;
background-color: rgb(59, 159, 207);
color: white;
}
.modal_content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
border: 1px solid #888;
width: 80%;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
animation-name: animatetop;
animation-duration: 0.4s
}
@keyframes animatetop {
from {top: -300px; opacity: 0}
to {top: 0; opacity: 1}
}
#main_footer {
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
width: 100%;
}
#copyright_info {
font-size: 10px;
color: grey;
}
#collection_link * {
display: inline-block;
}
#watch_list_link * {
display: inline-block;
}
.green {
background-color: rgb(34, 177, 76);
}
.orange {
background-color: rgb(255, 209, 53);
}
.blue {
background-color: rgb(59, 159, 207);
}
.fake_link {
color: rgb(6, 84, 205);
}
#mail {
display: none;
text-align: right;
padding-top: 3px;
padding-bottom: 5px;
width: 100%;
}
.green_text {
color: green;
} | styles.css | body {
background-color: rgb(245, 245, 245);
color: black;
font-family: "Helvetica neue", Helvetica, Verdana, Sans-serif;
font-size: 12px;
margin: 0px;
padding: 0px;
}
#search_form {
min-width: 75%;
float: right;
}
#sub_body {
padding-left: 30px;
padding-right: 30px;
}
#notifications {
position: fixed;
z-index: 1000;
top: 20px;
right: 20px;
width: 300px;
}
.notification_image {
width: 48px;
height: 48px;
vertical-align: middle;
float: left;
}
.a_notification {
border: 2px solid black;
border-radius: 5px 5px 5px 5px;
padding: 20px;
margin: 5px;
display: inline-block;
width: 250px;
animation-name: animatetop;
animation-duration: 1.5s;
font-size: 14px;
font-weight: bold;
color: white;
}
.notification_content {
float: right;
width: 75%;
display: inline-block;
}
#checkout_modal {
position: absolute;
border: 2px solid black;
box-shadow: 3px 3px grey;
top: 50px;
right: 10px;
background-color: white;
padding: 20px 20px 20px 20px;
display: none;
}
.checkout_modal_line_content {
display: block;
text-align: left;
padding: 0px 0px 0px 0px;
font-size: 14px;
}
.checkout_modal_line_content * {
display: inline-block;
}
#main_header {
background-color: white;
padding: 15px;
margin-bottom: 10px;
box-shadow: 0px 3px rgb(240, 240, 240);
}
#main_header * {
display: inline-block;
}
#left_header {
left: 0px;
}
#left_header * {
padding-right: 5px;
}
#right_header * {
padding-left: 5px;
}
#right_header {
float: right;
}
.header_icon {
vertical-align: middle;
width: 24px;
height: 24px;
margin-left: 15px;
}
#notification_circle {
display: none;
position: absolute;
right: 0px;
float: none;
padding: 0;
width: 13px;
height: 13px;
border-radius: 50%;
background: red;
line-height: 13px;
text-align: center;
}
#cart_circle {
display: none;
position: absolute;
right: 0px;
float: none;
padding: 0;
width: 13px;
height: 13px;
border-radius: 50%;
background: green;
line-height: 13px;
text-align: center;
}
#notification_part {
position: relative;
}
#cart_part {
position: relative;
}
#secondary_header {
font-size: 0;
}
#secondary_header * {
display: inline-block;
}
#page_title {
-webkit-transform:scale(1.2, 1.0);
-moz-transform:scale(1.2, 1.0);
-ms-transform:scale(1.2, 1.0);
-o-transform:scale(1.2, 1.0);
transform:scale(1.2, 1.0);
letter-spacing: -3px;
padding-left: 15px;
padding-right: 15px;
color: grey;
}
#page_title * {
display: inline;
font-size: 40px;
}
#e_letter_main_title {
color: rgb(228, 49, 55);
}
#b_letter_main_title {
color: rgb(5, 100, 209);
}
#a_letter_main_title {
color: rgb(244, 174, 1);
}
#y_letter_main_title {
color: rgb(132, 182, 21);
}
#shop_by {
display: inline-block;
font-size: 12px;
padding-left: 15px;
padding-right: 15px;
}
#advanced_search {
font-size: 12px;
}
#category_text_search {
width: 50%;
height: 20px;
padding: 10px;
padding-right: 0px;
margin: 0px;
font-size: 16px;
color: #767676;
border-radius: 5px 1px 1px 5px;
}
#categories {
width: 160px;
color: #333;
font: 12px Arial;
height: 45px;
margin: 0px;
border-radius: 1px 5px 5px 1px;
}
#search_button {
background: linear-gradient(white, rgb(248, 248, 248));
color: rgb(6, 84, 198);
font-size: 16px;
height: 40px;
width: 90px;
margin-left: 10px;
margin-right: 10px;
border-radius: 3px 3px 3px 3px;
}
#navigation_header {
margin-top: 15px;
margin-bottom: 20px;
}
.navigation_icon {
width: 18px;
height: 18px;
vertical-align: middle;
}
#navigation_header * {
display: inline-block;
font-size: 10px;
font-family: Verdana;
}
#main_body {
width: 100%;
padding: 10px;
}
#main_body * {
display: inline-block;
}
#main_picture {
max-width: 100%;
max-height: 100%;
border: 1px solid grey;
display: block;
margin: auto;
}
#thumbs {
margin-top: 15px;
font-size: 0;
display: inline-block;
}
#thumbs img {
outline: 1px solid grey;
width: 64px;
height: 64px;
outline-offset: -1px;
}
.current_displayed_picture {
outline: 3px solid grey !important;
outline-offset: -3px;
}
#left_body {
display: inline-block;
text-align: center;
width: 25%;
min-width: 200px;
margin-right: 5px;
}
#right_body {
margin-left: 10px;
vertical-align: top;
width: 70%;
}
#right_body *{
display: block;
}
#main_title {
color: black;
font-weight: bold;
font-size: 18px;
}
#main_subtitle {
color: grey;
}
#trendy_and_ratings_banner {
margin-top: 10px;
margin-bottom: 10px;
}
#trendy_and_ratings_banner * {
display: inline-block;
}
#trendy_and_ratings_banner img {
width: 15px;
height: 15px;
}
#trendy_text {
color: rgb(229, 30, 49);
font-weight: bold;
}
#conditions {
color: rgb(102, 102, 102);
padding-bottom: 10px;
}
#condition_status {
display: inline-block;
color: black;
font-weight: bold;
}
#quantity {
color: rgb(102, 102, 102);
}
#quantity * {
display: inline-block;
}
#quantity_field {
width: 40px;
margin-left: 10px;
}
#availability_and_conditions {
padding-left: 5px;
padding-top: 10px;
padding-bottom: 10px;
}
#left_availability_and_conditions {
display: inline-block;
}
#right_availability_and_conditions {
display: inline-block;
}
#price_container {
background-color: rgb(226, 226, 226);
border-radius: 3px 3px 3px 3px;
padding: 5px;
box-shadow: 5px 5px rgb(238, 238, 238);
}
#price {
padding-top: 10px;
padding-left: 20px;
color: rgb(102, 102, 102);
}
#price_value {
display: inline-block;
font-weight: bold;
font-size: 16px;
color: black;
}
#price_value * {
display: inline;
}
#price_buttons_and_links {
width: 170px;
float: right;
margin-bottom: 5px;
}
#price_buttons_and_links * {
margin-bottom: 5px;
}
.main_button {
height: 30px;
width: 150px;
color: white;
font-weight: bold;
font-size: 14px;
box-shadow: 0px 5px rgb(217, 217, 217);
}
#hire_button {
background-color: rgb(0, 84, 160);
}
#cart_button {
background-color: rgb(59, 159, 207);
}
.add_icon {
width: 12px;
height: 12px;
margin-bottom: 0px !important;
}
#price_container a img {
display: inline;
}
#price_container_footer {
width: 98%;
margin: auto;
text-align: center;
margin-top: 15px;
display: table;
table-layout: fixed;
}
#price_container_footer * {
height: 32px;
background-color: rgb(246, 246, 246);
vertical-align: middle;
display: table-cell;
padding: 2px 2px 2px 2px;
margin: 0;
}
#main_price_container_footer_element {
color: rgb(229, 30, 49);
font-weight: bold;
}
.additional_details_block {
width: 95%;
display: inline-block;
margin-top: 10px;
}
.left_additional_details_block {
display: inline-block !important;
width: 20%;
text-align: right;
vertical-align: top;
color: grey;
}
.right_additional_details_block {
display: inline-block !important;
width: 75%;
padding-left: 5px;
padding-right: 0px;
margin-right: 0px;
color: black;
}
.block {
display: block !important;
}
.block * {
display: inline-block !important;
}
.inline {
display: inline-block !important;
}
.bold {
font-weight: bold;
}
#money_icon {
height: 20px;
width: 20px;
vertical-align: middle;
}
#money_block {
margin-top: 10px;
display: block;
}
#money_button {
margin-left: 5px;
width: 80px;
height: 30px;
color: rgb(6, 84, 207);
background-color: rgb(251, 251, 251);
border: 1px solid grey;
border-radius: 2px 2px 2px 2px;
font-weight: bold;
box-shadow: 0px 5px rgb(237, 237, 237);
}
#left_column_right_body {
display: inline-block;
width: 60%;
min-width: 350px;
}
#right_column_right_body {
float: right;
margin-left: 30px;
display: inline-block;
vertical-align: top;
width: 30%;
min-width: 200px;
}
.social_icon {
width: 20px;
height: 20px;
vertical-align: middle;
}
#social_banner {
text-align: right;
}
#social_banner * {
display: inline-block;
}
#seller_information {
padding: 10px;
margin-top: 10px;
background-color: white;
border: 1px solid grey;
border-radius: 2px 2px 2px 2px;
box-shadow: 5px 5px rgb(238, 238, 238);
}
#seller_information_title {
font-size: 16px;
font-weight: bold;
}
#seller_ranking_icon {
height: 14px;
width: 14px;
}
#seller_information_name {
font-weight: bold;
}
#seller_information_subtitle * {
display: inline-block;
}
#save_seller * {
display: inline-block;
}
#save_seller_icon {
vertical-align: middle;
height: 14px;
width: 14px;
}
.dotted {
border-top: dotted 1px;
}
#details_body {
margin-top: 25px;
width: 100%;
border: 1px solid grey;
background-color: white;
padding: 10px;
font-size: 16px;
}
#details_body_content {
text-align: center;
}
.center_fit {
width: 150px;
height: 150px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
overflow: hidden;
margin-bottom: 5px;
}
.position_content_text {
width: 100%;
}
.details_body_content_block {
vertical-align: middle;
display: inline-block;
text-align: center;
padding: 10px !important;
font-size: 14px;
width: 10%;
min-height: 300px;
margin: 1%;
min-width: 150px;
}
.details_body_content_block_text {
}
.position_title {
font-weight: bold;
font-size: 16px;
text-align: left;
}
.position_company {
font-size: 16px;
text-align: left;
}
.position_durations {
text-align: left;
}
.position_location {
text-align: left;
}
#details_body_title {
margin-bottom: 20px;
padding-left: 20px;
padding-top: 20px;
}
.grey_border {
border: 1px solid grey;
}
#ratings_and_reviews_body {
margin-top: 25px;
width: 100%;
border: 1px solid grey;
background-color: white;
padding: 10px;
font-size: 16px;
}
#ratings_and_reviews_body_title {
font-size: 20px;
color: #333;
}
.rating_hr {
color: rgb(194, 194, 194);
}
#ratings_and_reviews_banner img {
display: inline-block;
height: 20px;
width: 20px;
vertical-align: middle;
}
.bar_rating_block img {
width: 14px;
height: 14px;
vertical-align: middle;
}
.bar_rating_rectangle {
width: 170px;
height: 10px;
border-radius: 5px 5px 5px 5px;
}
.full_bar_rating {
background-color: rgb(153, 153, 153);
}
.empty_bar_rating {
background-color: rgb(221, 221, 221);
}
.bar_rating_block * {
display: inline-block;
}
.circle {
width: 100%;
height: 100%;
min-height: 100px;
min-width: 100px;
border-radius: 50%;
font-size: 22px;
color: red;
line-height: 100px;
text-align: center;
background: #f18e00;
}
.sub_circle {
position: relative;
top: 5px;
left: 5px;
width: 90%;
min-width: 90px;
height: 90%;
min-height: 90px;
border-radius: 50%;
background: white;
line-height: 90px;
text-align: center;
color: rgb(85, 85, 85);
}
#average_rating {
font-size: 64px;
color: #555;
}
#ratings_and_reviews_counter {
color: #999;
font-size: 12px;
margin-top: 10px;
}
.rating_grade {
font-size: 12px;
color: #9b9b9b;
}
.rating_counter {
font-size: 12px;
color: #555;
}
.ratings_and_review_circle_title {
font-size: 12px;
color: #555;
margin-top: 10%;
}
#ratings_and_reviews_body_subtitle {
margin: 0 auto;
padding-top: 10px;
padding-bottom: 15px;
}
.ratings_and_reviews_body_subtitle_child {
display: inline-block;
text-align: center;
margin-right: 30px;
}
.ratings_and_reviews_circle_chart {
min-width: 80px;
}
#ratings_and_reviews_body_content {
padding: 10px;
}
#ratings_and_reviews_body_content_title {
color: #333;
font-size: 17px;
}
#ratings_and_reviews_all_circle_charts {
display: inline-block;
width: 50%;
}
.single_review_banner img {
width: 15px;
height: 15px;
display: inline-block;
}
.single_review_author{
color: #999;
font-size: 11px;
}
.single_review_date {
color: #999;
font-size: 13px;
}
.ratings_and_reviews_body_content_block {
margin-top: 20px;
}
.left_ratings_and_reviews_body_content_block {
vertical-align: top;
display: inline-block;
max-width: 20%;
min-width: 200px;
}
.right_ratings_and_reviews_body_content_block {
vertical-align: top;
display: inline-block;
max-width: 60%;
margin-left: 10%;
}
.single_review_content {
color: #4a4a4a;
font-size: 16px;
}
.single_review_detailed_author {
color: #555;
font-size: 13px;
}
.modal {
display: none;
position: fixed;
z-index: 1001;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.modal_content {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
}
#exit_intent_modal_close {
color: white;
float: right;
font-size: 28px;
font-weight: bold;
}
#exit_intent_modal_close:hover,
#exit_intent_modal_close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
.modal_header {
padding: 2px 16px;
background-color: rgb(59, 159, 207);
color: white;
}
.modal_body {
padding: 2px 16px;
}
.modal_footer {
padding: 2px 16px;
background-color: rgb(59, 159, 207);
color: white;
}
.modal_content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
border: 1px solid #888;
width: 80%;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
animation-name: animatetop;
animation-duration: 0.4s
}
@keyframes animatetop {
from {top: -300px; opacity: 0}
to {top: 0; opacity: 1}
}
#main_footer {
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
width: 100%;
}
#copyright_info {
font-size: 10px;
color: grey;
}
#collection_link * {
display: inline-block;
}
#watch_list_link * {
display: inline-block;
}
.green {
background-color: rgb(34, 177, 76);
}
.orange {
background-color: rgb(255, 209, 53);
}
.blue {
background-color: rgb(59, 159, 207);
}
.fake_link {
color: rgb(6, 84, 205);
}
#mail {
display: none;
text-align: right;
padding-top: 3px;
padding-bottom: 5px;
width: 100%;
}
.green_text {
color: green;
} | 0.4206 | 0.088781 |
.text_name {
background: #fff;
padding: 6px 12px;
width: 100%;
float: left;
border: 1px solid #ddd;
margin: 0 2% 0 0;
display: block;
font-size: 14px;
font-family: open sans;
color: #666;
outline: none;
margin-bottom: 12px;
}
.text_name:hover{
border-color: #b0b0b0;
}
ol,
ul {
list-style: none
}
.flt-left {
float: left
}
.flt-right {
float: right
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
::-webkit-input-placeholder {
color: #666
}
:-moz-placeholder {
color: #666
}
::-moz-placeholder {
color: #666;
opacity: 1
}
:-ms-input-placeholder {
color: #666
}
.ico {
background: url(../images/defaultsprite.png) no-repeat
}
.headerbg {
background: #0c1b2d;
opacity: .7;
position: absolute;
top: 0;
z-index: 1;
width: 100%;
height: 60px
}
.headermain {
width: 100%;
height: 60px;
padding: 0 6%;
position: relative;
z-index: 2;
margin: auto
}
.headerCont {
max-width: 1370px;
margin: auto
}
.logocont {
padding: 18px 0 0;
float: left
}
.logocont .ico {
background: url(../images/defaultsprite.png) 0 -70px;
width: 283px;
height: 23px;
display: inline-block
}
.alertFadeBg {
width: 100%;
height: 100%;
background: #fff;
opacity: .5;
position: fixed;
z-index: 92
}
.alertBg {
width: 450px;
height: auto;
padding: 5px;
background: #999;
left: 50%;
margin-left: -230px;
position: fixed;
top: 30%;
z-index: 92;
border-radius: 5px
}
.alertBg .alert {
width: 100%;
height: auto;
background: #fff;
border-radius: 5px;
font-family: open sans;
font-style: normal
}
.alertBg .alert .heading {
background: #2f343a;
height: 28px;
padding: 0 10px;
line-height: 28px;
color: #fff;
font-size: 14px;
border-radius: 5px 5px 0 0
}
.alertBg .alert p {
padding: 5px 10px;
color: #000;
line-height: 18px;
font-size: 12px;
text-align: justify
}
.alertBg .alert .btnCont {
height: 31px;
width: 100%;
border-top: solid 1px #ccc;
margin-top: 5px
}
.alertBg .alert .btnCont .btn {
background: #2f343a;
height: 25px;
line-height: 25px;
border: none;
min-width: 35px;
width: auto;
padding: 0 10px;
text-align: center;
font-size: 14px;
color: #fff;
display: block;
border-left: solid 1px #1A3342;
border-right: solid 1px #1A3342;
border-radius: 5px;
float: right;
cursor: pointer;
margin: 3px 10px 0 0
}
.alertBg .alert .btnCont .btn:hover {
opacity: .9
}
input::-moz-focus-inner {
border: 0;
padding: 0
}
.alertBg .alert .closeAlrt {
float: right;
width: 15px;
height: 15px;
border-radius: 0 5px 0 5px;
text-align: center;
display: block;
color: #303F5F;
font-size: 11px;
font-weight: 700;
line-height: 15px;
border-bottom: #000 solid 1px;
border-left: #000 solid 1px;
cursor: pointer;
background: #fff
}
.alertBg .alert .closeAlrt:hover {
background: #f5f5f5
}
.gab {
position: relative;
z-index: 1;
height: auto;
background: #fff;
border-top: 2px solid #e34b11;
float: right;
padding: 20px;
margin: 0 auto;
width: 100%;
max-width: 360px;
webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
}
.gab1 {
position: relative;
z-index: 1;
height: auto;
background: #fff;
border-top: 2px solid #e34b11;
padding: 20px;
margin: 0 auto;
width: 100%;
max-width: 360px;
webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
}
.gabhead {
color: #333;
font-size: 22px;
font-weight: 600;
margin-bottom: 20px;
}
.topicbox {
background: #fff;
padding: 6px 12px;
width: 48%;
float: left;
border: 1px solid #ddd;
margin: 0 2% 0 0;
display: block;
font-size: 14px;
font-family: open sans;
color: #666;
cursor: pointer;
outline: none
}
.topicbox:hover {
border-color: #b0b0b0;
}
.deadlinebox {
background: #fff;
padding: 6px 12px;
width: 48%;
float: left;
border: 1px solid #ddd;
margin: 0 0 0 2%;
display: block;
font-size: 14px;
font-family: open sans;
color: #666;
cursor: pointer;
outline: none
}
.deadlinebox:hover {
border-color: #b0b0b0;
}
.deadlinebox_place{
background: #fff;
width: 100%;
float: left;
border: 1px solid #ddd;
display: block;
font-size: 14px;
font-family: open sans;
color: #666;
cursor: pointer;
outline: none
}
.slimScrollDiv {
float: left;
background: #fff;
padding: 6px 12px;
width: 100%!important;
border: 1px solid #ddd;
margin: 20px auto;
font-size: 14px;
font-family: open sans;
color: #666;
height: 90px!important;
outline: medium none;
overflow-x: hidden;
overflow-y: auto;
word-wrap: break-word
}
.slimScrollDiv:focus {
border: 1px solid #006684;
box-shadow: 0 0 2px #4ec8e6
}
.slimScrollDiv:hover {
border-color: #b0b0b0;
}
.attacthfile p {
background: #dadcde;
color: #444;
cursor: pointer;
float: left;
font-size: 10px;
padding: 0 10px 0 0;
height: 18px;
line-height: 18px;
margin-top: -30px
}
.attacthfile p {
background: rgba(153, 153, 153, 0.88);
color: #fff;
cursor: pointer;
float: left;
font-size: 13px;
padding: 5px 25px 23px 9px;
height: 18px;
line-height: 18px;
margin-top: -30px;
border-radius: 1px;
}
.attacthfile p span {
background: url(../images/defaultsprite.png) 0 -29px;
width: 20px;
height: 18px;
float: left;
margin: 0 5px 0 0
}
.attacthfile:hover {
text-decoration: none;
opacity: .9
}
#btnsubmit{
background: #18bb7c;
border: 1px solid #18bb7c;
color: #fff;
cursor: pointer;
float: right;
font-size: 15px;
font-weight: 400;
font-family: open sans;
opacity: 1.9;
text-transform: uppercase;
width:72px;
border-radius: 3px;
padding: 2px 2px;
}
.gabbtn {
background: #18bb7c;
border: 1px solid #18bb7c;
color: #fff;
cursor: pointer;
float: right;
font-size: 15px;
font-weight: 400;
font-family: open sans;
opacity: 1.9;
text-transform: uppercase;
width: 180px;
border-radius: 3px;
padding: 5px 10px;
}
.gabbtn:hover {
opacity: .9
}
.atchcont {
background: #18bb7c;
border-radius: 5px;
padding: 15px 10px 10px;
height: auto;
position: absolute;
margin: 10px 0 0;
width: 94%;
z-index: 2
}
.atchcont1 {
background: #18bb7c;
border-radius: 5px;
padding: 15px 10px 10px;
height: auto;
position: absolute;
margin: 9px 0 0;
width: 93%;
z-index: 2
}
.atchcont1:before {
width: 0;
height: 0;
border-bottom: 12px solid #18bb7c;
border-right: 12px solid transparent;
border-left: 12px solid transparent;
margin: -27px 0 0 25px;
position: absolute;
content: ''
}
.atchcont:before {
width: 0;
height: 0;
border-bottom: 12px solid #18bb7c;
border-right: 12px solid transparent;
border-left: 12px solid transparent;
margin: -27px 0 0 25px;
position: absolute;
content: ''
}
.browsecls1 {
display: block;
overflow-x: hidden;
overflow-y: hidden;
margin: 0 10px 0 0;
padding: 0;
direction: ltr;
left: 0;
top: 0;
width: 88px;
height: 18px;
visibility: visible;
cursor: pointer;
background: url(../images/defaultsprite.png) no-repeat -21px -29px;
float: left
}
.browsecls2 {
right: 0;
top: 0;
margin: 0;
padding: 0;
font-size: 35px;
z-index: 2147483583;
opacity: 0;
-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
filter: alpha(opacity 0);
width: 88px;
height: 24px;
cursor: pointer;
display: block;
float: left
}
.browsecls1:hover {
opacity: .9
}
.uploadstrip {
height: 20px;
margin: auto;
padding: 0;
margin-bottom: 16px
}
.uploadstrip a {
color: #fff;
text-decoration: underline;
font-size: 11px;
float: right
}
.uploadstrip a:hover {
color: #fff;
text-decoration: none;
font-size: 11px
}
.progressbar {
width: 314px;
height: 11px;
vertical-align: middle;
border: solid 1px #fff;
color: #fff;
overflow: hidden;
float: left;
margin: 5px 20px 0 10px;
font-size: 11px;
line-height: 11px;
}
.progressbar1 {
width: 226px;
height: 11px;
vertical-align: middle;
border: solid 1px #fff;
color: #fff;
overflow: hidden;
float: left;
margin: 5px 20px 0 10px;
font-size: 11px;
line-height: 11px;
}
.progressbarcont {
width: 230px;
height: 30px;
background-color: #fff
}
.percent {
color: #fff
}
.attachmore1 {
margin-top: -2px;
display: block;
margin-right: 12px;
}
.attachmore {
margin-top: -2px;
display: block;
margin-right: 12px;
}
.ui-progressbar {
text-align: left
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%
}
.ui-widget-header {
border: 1px solid #e78f08;
background: #f6a828;
color: #fff;
font-weight: 700
}
.ui-widget-header a {
color: #fff
}
.onlinetxt {
float: right;
margin: 10px 5% 10px 0
}
.onlinetxt li {
color: #fbd522;
font-size: 16px;
font-weight: 600;
list-style: disc
}
div.tabs {
float: left;
list-style: none;
height: 32px;
border-bottom: 1px solid #1D5889;
border-left: none;
width: 100%;
margin: 0;
padding: 0
}
div.tabs .tabhead {
float: left;
margin-left: 0;
margin-right: 2px;
height: 30px;
line-height: 32px;
border: 1px solid #e0e0e0;
overflow: hidden;
position: relative;
background: #e0e0e0;
padding: 0;
color: #000
}
div.tabs .tabhead a {
text-decoration: none;
color: #000;
display: block;
font-size: 14px;
border: none;
outline: none;
border-top: solid 1px #CCC;
border-left: solid 1px #CCC;
border-right: solid 1px #CCC;
padding: 0 7px
}
div.tabs .tabhead a:hover {
background: #ccc;
color: #000;
border-top: solid 1px #999;
border-left: solid 1px #999;
border-right: solid 1px #999
}
div.tabs .tabhead.active a {
color: #fff!important
}
html div.tabs .tabhead.active {
background: #1D5889;
border: 1px solid #1D5889;
color: #FFF!important
}
html div.tabs .tabhead.active a:hover {
background: #1D5889;
border: 1px solid #1D5889;
color: #FFF
}
.tab_container {
border-top: none;
overflow: hidden;
clear: both;
float: left;
width: 98%;
background: #f7f7f7;
margin: 0;
position: absolute;
margin-top: 34px
}
.tabhead {
display: table-cell
}
.tab_content {
font-size: 14px;
padding: 10px
}
.tab_content ul {
width: 195px;
height: 400px;
border-right: solid 1px #999;
float: left;
margin: 0 0 15px;
padding: 0;
text-align: left
}
.tab_content ul li {
width: 175px;
height: auto;
color: #000;
font-size: 11px;
list-style: none;
line-height: 21px;
padding: 0 7px 0 8px
}
.tab_content ul li a {
text-decoration: none;
color: #000;
background: #FBFBFB;
display: block;
border-bottom: dotted 1px #EBEBEB
}
.tab_content ul li a:hover {
text-decoration: none;
color: #fff;
background: #1D5889;
display: block
}
.tab_content ul li p {
font-size: 14px!important;
font-weight: 700!important;
color: #000!important;
margin: 0!important;
padding: 0!important
}
.registrationCont {
width: 1010px;
height: 458px;
background: #fff url(../images/verrepet.jpg) repeat-x;
border: solid 1px #999;
background-position: 0 -254px;
margin: 5px;
padding: 8px 5px
}
.CategoryTabdiv {
position: absolute;
z-index: 999;
margin: -80px 0 0;
padding: 0;
right: 0
}
.tab_content ul li h1,
.CategoryTabdiv h1 {
margin: 0;
padding: 0
}
.mCustomScrollbar {
-ms-touch-action: pinch-zoom;
touch-action: pinch-zoom;
box-sizing: none
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
-ms-touch-action: auto;
touch-action: auto
}
.mCustomScrollBox {
position: relative;
overflow: hidden;
height: 100%;
max-width: 100%;
outline: none;
direction: ltr
}
.mCSB_container {
overflow: hidden;
width: auto;
height: auto
}
.mCSB_inside>.mCSB_container {
margin-right: 30px
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
margin-right: 0
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
margin-right: 0;
margin-left: 30px
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
margin-left: 0
}
.mCSB_scrollTools {
position: absolute;
width: 16px;
height: auto;
left: auto;
top: 0;
right: 0;
bottom: 0
}
.mCSB_outside+.mCSB_scrollTools {
right: -26px
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
right: auto;
left: 0
}
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
left: -26px
}
.mCSB_scrollTools .mCSB_draggerContainer {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: auto
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
margin: 20px 0
}
.mCSB_scrollTools .mCSB_draggerRail {
width: 4px;
height: 100%;
margin: 0 auto;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px
}
.mCSB_scrollTools .mCSB_dragger {
cursor: pointer;
width: 100%;
height: 30px;
z-index: 1
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
position: relative;
width: 6px;
height: 100%;
margin: 0 auto;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
text-align: center
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
width: 12px
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
width: 10px
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
display: block;
position: absolute;
height: 20px;
width: 100%;
overflow: hidden;
margin: 0 auto;
cursor: pointer
}
.mCSB_scrollTools .mCSB_buttonDown {
bottom: 0
}
.mCSB_scrollTools .mCSB_draggerRail {
background-color: #eee
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #ccc
}
.banner {
/* background: url(../images/usalpbanner.png)#007e7f;*/
width: 100%;
height: 586px;
background-size: cover;
/*margin: -70px 0 0;*/
/* float: left*/
}
.banner .head {
margin-bottom: 40px
}
.banner .subhead {
background: none;
margin-bottom: 130px
}
.banner .cont {
max-width: 1300px;
margin: auto;
/* padding-top: 160px*/
}
.leftcont {
width: 52%;
float: left;
padding: 0 2% 0 4%;
position: relative
}
.subject {
color: #fff;
font-size: 14px;
font-weight: 300;
text-align: center;
width: 90%;
text-shadow: 0 0 2px #333;
float: right;
margin-top: 20px
}
.avgtime {
color: #dcecf0;
font-size: 12px;
float: right;
margin: 4px 2% 0 0
}
.rightcont {
width: 48%;
float: right;
margin: 0;
padding: 0 4% 0 2%
}
.head {
color: #fff;
font-weight: 300;
font-size: 32px;
text-align: center;
line-height: 40px;
margin-bottom: 142px
}
.head h2 {
color: #fff;
font-weight: 300;
font-size: 32px;
text-align: center;
line-height: 40px
}
.head h1 {
font-weight: 700;
font-size: 32px;
line-height: 40px
}
.subhead {
background: rgba(47, 58, 58, 0.7);
color: #ffe013;
font-size: 30px;
text-align: center;
line-height: 40px;
padding: 5px 0
}
.subhead p {
color: #fff
}
.trust {
color: #fff;
font-size: 12px;
text-align: center;
padding-top: 20px
}
.trust .ico {
background-position: 0 0;
width: 249px;
height: 25px;
display: inline-block;
margin: 0 0 -7px
}
.bannerbtm {
background: #08c0c2;
font-size: 36px;
color: #fff;
font-weight: 300;
text-align: center;
line-height: 70px
}
.arrowbtm {
width: 0;
height: 0;
border-top: 18px solid #08c0c2;
border-right: 18px solid transparent;
border-left: 18px solid transparent;
margin: auto
}
.midcont {
width: 80%;
margin: 0 auto 100px;
background: #f6f7f7
}
.midhead {
color: #575b5b;
font-size: 18px;
font-weight: 300;
text-align: center;
margin: 40px 0
}
.testimonial {
width: 100%;
margin: 40px 0
}
.testimonial li {
width: 33%;
float: left
}
.testimonial li .cont {
width: 320px;
background: #fff;
border-top: 5px solid #08c0c2;
margin: auto;
padding-bottom: 20px;
box-shadow: 0 0 4px #ddd
}
.testimonial li .cont .text {
font-size: 14px;
font-style: italic;
color: #666;
text-align: center;
font-weight: 400;
padding: 20px;
min-height: 175px
}
.testimonial li .cont .bdr {
border-bottom: 2px solid #eceded
}
.bdrarrow {
background-position: -255px 0;
width: 13px;
height: 8px;
margin: -2px auto 0
}
.pic {
margin: 20px auto 10px;
width: 98px
}
.pic img {
width: 96px;
border-radius: 50%
}
.name {
font-size: 14px;
color: #6c6f70;
font-weight: 800;
text-align: center;
line-height: 20px
}
.name p {
font-weight: 400
}
.user1.ico {
background-position: 0 -54px;
width: 90px;
height: 90px
}
.user2.ico {
background-position: -96px -54px;
width: 90px;
height: 91px
}
.user3.ico {
background-position: -191px -55px;
width: 90px;
height: 90px
}
.midcont .user1.ico {
background-position: 0 -495px;
width: 90px;
height: 90px
}
.midcont .user2.ico {
background-position: -96px -496px;
width: 90px;
height: 91px
}
.midcont .user3.ico {
background-position: -191px -496px;
width: 90px;
height: 90px
}
.postcont {
background: #49534e;
color: #fff;
font-size: 30px;
font-weight: 300;
text-align: center;
padding: 20px;
line-height: 30px
}
.postcont a {
text-decoration: none;
background: #ffca13;
box-shadow: inset 0 0 1px #888;
border: 1px solid #fcebb0;
color: #000;
cursor: pointer;
display: inline-block;
font-size: 15px;
font-weight: 400;
font-family: open sans;
opacity: 1.9;
text-transform: uppercase;
width: 180px;
border-radius: 5px;
padding: 4px 10px;
margin: 10px 5%
}
.statscont {
background: #08c0c2;
padding: 80px 0
}
.statscont ul {
width: 90%;
margin: auto
}
.statscont ul li {
width: 25%;
float: left;
text-align: center;
color: #fff;
font-size: 18px
}
.statscont ul li .text {
margin-top: 20px
}
.average,
.price,
.satisfaction,
.refund {
width: 140px;
margin: auto
}
.average .ico {
background-position: -2px -219px;
width: 140px;
height: 122px
}
.price .ico {
background-position: -145px -220px;
width: 140px;
height: 122px
}
.satisfaction .ico {
background-position: -2px -353px;
width: 140px;
height: 122px
}
.refund .ico {
background-position: -145px -354px;
width: 140px;
height: 122px
}
.subscribecont {
background: #3c4d4d;
padding: 60px 0
}
.subscribehead {
font-size: 30px;
text-align: center;
color: #fff;
font-weight: 300
}
.subscribefrm {
margin: 20px auto;
width: 700px
}
.subscribefrm .txtbox {
width: 480px;
background: #415050;
border: 1px dashed #a3a8a8;
padding: 10px;
color: #949b9b;
float: left;
margin: 0 20px 0 0
}
.subscribefrm .btn {
background: #ffca13;
box-shadow: inset 0 0 1px #888;
border: 1px solid #fcebb0;
color: #000;
cursor: pointer;
float: left;
font-size: 15px;
font-weight: 400;
font-family: open sans;
margin: 0 0 0 20px;
text-transform: uppercase;
width: 180px;
border-radius: 5px;
padding: 8px 10px;
text-align: center
}
.subscribefrm .btn:hover {
opacity: .9
}
.blink {
-webkit-animation: color_change 1s infinite alternate;
-moz-animation: color_change 1s infinite alternate;
-ms-animation: color_change 1s infinite alternate;
-o-animation: color_change 1s infinite alternate;
animation: color_change 1s infinite alternate
}
@-webkit-keyframes color_change {
from {
color: #fff
}
to {
color: #ff0
}
}
@-moz-keyframes color_change {
from {
color: #fff
}
to {
color: #ff0
}
}
@-ms-keyframes color_change {
from {
color: #fff
}
to {
color: #ff0
}
}
@-o-keyframes color_change {
from {
color: #fff
}
to {
color: #ff0
}
}
@keyframes color_change {
from {
color: #fff
}
to {
color: #ff0
}
}
@media screen and ( min-width: 0) and ( max-width: 1260px) {
.leftcont {
width: 50%;
padding: 0 10px
}
.rightcont {
width: 50%;
padding: 0 10px
}
.gab {
width: 90%;
margin: auto
}
.head {
margin-bottom: 80px
}
.subhead {
line-height: 40px
}
.testimonial li .cont {
width: 90%
}
.progressbar {
width: 50%
}
}
@media screen and ( min-width: 0) and ( max-width: 950px) {
.head {
margin-bottom: 40px
}
.midcont {
width: 96%
}
div.tabs .tabhead {
float: none;
height: auto;
display: block
}
div.tabs .tabhead ul li a {
color: #000!important
}
div.tabs .tabhead > div {
background: #fff;
overflow: hidden
}
.tab_container .tab_content {
display: none;
height: auto!important
}
.tab_container {
position: relative;
margin: 0;
float: none;
width: 100%
}
html div.tabs .tabhead.active a:hover,
html div.tabs .tabhead.active,
html div.tabs .tabhead.active a {
color: #fff!important;
border: none
}
div.tabs {
height: auto;
float: none
}
html div.tabs .tabhead {
line-height: 15px;
border: none
}
div.tabs .tabhead a {
font-size: 11px;
padding: 3px 0 3px 6px
}
.CategoryTabdiv {
margin: 10% 0 0 2%;
padding: 0;
position: absolute;
width: 96%;
z-index: 1000
}
.registrationCont {
height: auto;
max-height: 353px;
min-height: inherit;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0
}
.tab_content ul li,
html div.tabs .tabhead.active,
.registrationCont,
div.tabs {
width: 100%
}
.tab_content ul {
border-right: medium none;
float: none;
height: auto;
width: 100%;
margin: 0
}
.progressbar {
width: 40%
}
}
@media screen and ( min-width: 0) and ( max-width: 800px) {
.formF{
position: relative;
right: 6%;
top: 10%;
}
.leftcont {
width: 100%;
padding: 30px 10px 0;
float: none
}
.rightcont {
width: 100%;
padding: 0 10px;
float: none
}
.banner {
background: #007e7f!important;
height: auto!important;
padding-bottom: 20px
}
.banner .subhead {
margin-bottom: 20px
}
.banner .cont {
padding: 60px 0 0
}
.testimonial li {
width: 100%;
margin-bottom: 20px
}
.trust {
display: none
}
.head h1 {
font-size: 22px;
line-height: 28px
}
.head h2 {
font-size: 24px;
line-height: 26px
}
.head {
font-size: 22px;
line-height: 30px;
margin: 0
}
.banner .head {
margin-bottom: 20px
}
.head p {
font-size: 26px
}
.subhead {
font-size: 20px;
line-height: 24px;
margin: 0
}
.subhead p {
font-size: 22px
}
.bannerbtm {
font-size: 30px;
line-height: 40px;
padding: 10px
}
.subject {
width: 98%
}
.gab {
margin:0 auto;
height: auto;
margin-bottom:30px;
margin-top:30px;
}
.progressbar {
width: 30%
}
.avgtime {
position: absolute;
right: 15px
}
.gabbtn {
width: 120px;
padding: 5px;
font-size: 14px;
outline: none;
margin-top: 18px
}
.atchcont {
margin: 6px 0 0;
width: 100%
}
.statscont ul li {
width: 100%;
margin: 20px 0
}
.calendr_btn{
background-color: #39b3d7;
border-color: #348fd2;
color:#fff;
text-shadow: 1px 1px 0 #238ed5;
border-radius: 0;
border: 0;
border-bottom: 4px solid #CCCCCC;
margin:0;
-webkit-box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
-moz-box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
width: 90%;
margin: 0 auto;
padding: 10px;
margin-bottom: 30px;
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 5px;
font-size: 20px;
}
.calendr_btn:active{
-webkit-box-shadow: inset 0 3px 3px -5px rgba(0,0,0,.3);
-moz-box-shadow: inset 0 3px 3px -5px rgba(0,0,0,.3);
box-shadow: inset 0 3px 3px -5px rgba(0,0,0,.3);
}
.calendr_txt{
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 10px;
font-size: 20px;
} | public/main_theme/Resources/css/style-default.min.css | .text_name {
background: #fff;
padding: 6px 12px;
width: 100%;
float: left;
border: 1px solid #ddd;
margin: 0 2% 0 0;
display: block;
font-size: 14px;
font-family: open sans;
color: #666;
outline: none;
margin-bottom: 12px;
}
.text_name:hover{
border-color: #b0b0b0;
}
ol,
ul {
list-style: none
}
.flt-left {
float: left
}
.flt-right {
float: right
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
::-webkit-input-placeholder {
color: #666
}
:-moz-placeholder {
color: #666
}
::-moz-placeholder {
color: #666;
opacity: 1
}
:-ms-input-placeholder {
color: #666
}
.ico {
background: url(../images/defaultsprite.png) no-repeat
}
.headerbg {
background: #0c1b2d;
opacity: .7;
position: absolute;
top: 0;
z-index: 1;
width: 100%;
height: 60px
}
.headermain {
width: 100%;
height: 60px;
padding: 0 6%;
position: relative;
z-index: 2;
margin: auto
}
.headerCont {
max-width: 1370px;
margin: auto
}
.logocont {
padding: 18px 0 0;
float: left
}
.logocont .ico {
background: url(../images/defaultsprite.png) 0 -70px;
width: 283px;
height: 23px;
display: inline-block
}
.alertFadeBg {
width: 100%;
height: 100%;
background: #fff;
opacity: .5;
position: fixed;
z-index: 92
}
.alertBg {
width: 450px;
height: auto;
padding: 5px;
background: #999;
left: 50%;
margin-left: -230px;
position: fixed;
top: 30%;
z-index: 92;
border-radius: 5px
}
.alertBg .alert {
width: 100%;
height: auto;
background: #fff;
border-radius: 5px;
font-family: open sans;
font-style: normal
}
.alertBg .alert .heading {
background: #2f343a;
height: 28px;
padding: 0 10px;
line-height: 28px;
color: #fff;
font-size: 14px;
border-radius: 5px 5px 0 0
}
.alertBg .alert p {
padding: 5px 10px;
color: #000;
line-height: 18px;
font-size: 12px;
text-align: justify
}
.alertBg .alert .btnCont {
height: 31px;
width: 100%;
border-top: solid 1px #ccc;
margin-top: 5px
}
.alertBg .alert .btnCont .btn {
background: #2f343a;
height: 25px;
line-height: 25px;
border: none;
min-width: 35px;
width: auto;
padding: 0 10px;
text-align: center;
font-size: 14px;
color: #fff;
display: block;
border-left: solid 1px #1A3342;
border-right: solid 1px #1A3342;
border-radius: 5px;
float: right;
cursor: pointer;
margin: 3px 10px 0 0
}
.alertBg .alert .btnCont .btn:hover {
opacity: .9
}
input::-moz-focus-inner {
border: 0;
padding: 0
}
.alertBg .alert .closeAlrt {
float: right;
width: 15px;
height: 15px;
border-radius: 0 5px 0 5px;
text-align: center;
display: block;
color: #303F5F;
font-size: 11px;
font-weight: 700;
line-height: 15px;
border-bottom: #000 solid 1px;
border-left: #000 solid 1px;
cursor: pointer;
background: #fff
}
.alertBg .alert .closeAlrt:hover {
background: #f5f5f5
}
.gab {
position: relative;
z-index: 1;
height: auto;
background: #fff;
border-top: 2px solid #e34b11;
float: right;
padding: 20px;
margin: 0 auto;
width: 100%;
max-width: 360px;
webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
}
.gab1 {
position: relative;
z-index: 1;
height: auto;
background: #fff;
border-top: 2px solid #e34b11;
padding: 20px;
margin: 0 auto;
width: 100%;
max-width: 360px;
webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
}
.gabhead {
color: #333;
font-size: 22px;
font-weight: 600;
margin-bottom: 20px;
}
.topicbox {
background: #fff;
padding: 6px 12px;
width: 48%;
float: left;
border: 1px solid #ddd;
margin: 0 2% 0 0;
display: block;
font-size: 14px;
font-family: open sans;
color: #666;
cursor: pointer;
outline: none
}
.topicbox:hover {
border-color: #b0b0b0;
}
.deadlinebox {
background: #fff;
padding: 6px 12px;
width: 48%;
float: left;
border: 1px solid #ddd;
margin: 0 0 0 2%;
display: block;
font-size: 14px;
font-family: open sans;
color: #666;
cursor: pointer;
outline: none
}
.deadlinebox:hover {
border-color: #b0b0b0;
}
.deadlinebox_place{
background: #fff;
width: 100%;
float: left;
border: 1px solid #ddd;
display: block;
font-size: 14px;
font-family: open sans;
color: #666;
cursor: pointer;
outline: none
}
.slimScrollDiv {
float: left;
background: #fff;
padding: 6px 12px;
width: 100%!important;
border: 1px solid #ddd;
margin: 20px auto;
font-size: 14px;
font-family: open sans;
color: #666;
height: 90px!important;
outline: medium none;
overflow-x: hidden;
overflow-y: auto;
word-wrap: break-word
}
.slimScrollDiv:focus {
border: 1px solid #006684;
box-shadow: 0 0 2px #4ec8e6
}
.slimScrollDiv:hover {
border-color: #b0b0b0;
}
.attacthfile p {
background: #dadcde;
color: #444;
cursor: pointer;
float: left;
font-size: 10px;
padding: 0 10px 0 0;
height: 18px;
line-height: 18px;
margin-top: -30px
}
.attacthfile p {
background: rgba(153, 153, 153, 0.88);
color: #fff;
cursor: pointer;
float: left;
font-size: 13px;
padding: 5px 25px 23px 9px;
height: 18px;
line-height: 18px;
margin-top: -30px;
border-radius: 1px;
}
.attacthfile p span {
background: url(../images/defaultsprite.png) 0 -29px;
width: 20px;
height: 18px;
float: left;
margin: 0 5px 0 0
}
.attacthfile:hover {
text-decoration: none;
opacity: .9
}
#btnsubmit{
background: #18bb7c;
border: 1px solid #18bb7c;
color: #fff;
cursor: pointer;
float: right;
font-size: 15px;
font-weight: 400;
font-family: open sans;
opacity: 1.9;
text-transform: uppercase;
width:72px;
border-radius: 3px;
padding: 2px 2px;
}
.gabbtn {
background: #18bb7c;
border: 1px solid #18bb7c;
color: #fff;
cursor: pointer;
float: right;
font-size: 15px;
font-weight: 400;
font-family: open sans;
opacity: 1.9;
text-transform: uppercase;
width: 180px;
border-radius: 3px;
padding: 5px 10px;
}
.gabbtn:hover {
opacity: .9
}
.atchcont {
background: #18bb7c;
border-radius: 5px;
padding: 15px 10px 10px;
height: auto;
position: absolute;
margin: 10px 0 0;
width: 94%;
z-index: 2
}
.atchcont1 {
background: #18bb7c;
border-radius: 5px;
padding: 15px 10px 10px;
height: auto;
position: absolute;
margin: 9px 0 0;
width: 93%;
z-index: 2
}
.atchcont1:before {
width: 0;
height: 0;
border-bottom: 12px solid #18bb7c;
border-right: 12px solid transparent;
border-left: 12px solid transparent;
margin: -27px 0 0 25px;
position: absolute;
content: ''
}
.atchcont:before {
width: 0;
height: 0;
border-bottom: 12px solid #18bb7c;
border-right: 12px solid transparent;
border-left: 12px solid transparent;
margin: -27px 0 0 25px;
position: absolute;
content: ''
}
.browsecls1 {
display: block;
overflow-x: hidden;
overflow-y: hidden;
margin: 0 10px 0 0;
padding: 0;
direction: ltr;
left: 0;
top: 0;
width: 88px;
height: 18px;
visibility: visible;
cursor: pointer;
background: url(../images/defaultsprite.png) no-repeat -21px -29px;
float: left
}
.browsecls2 {
right: 0;
top: 0;
margin: 0;
padding: 0;
font-size: 35px;
z-index: 2147483583;
opacity: 0;
-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
filter: alpha(opacity 0);
width: 88px;
height: 24px;
cursor: pointer;
display: block;
float: left
}
.browsecls1:hover {
opacity: .9
}
.uploadstrip {
height: 20px;
margin: auto;
padding: 0;
margin-bottom: 16px
}
.uploadstrip a {
color: #fff;
text-decoration: underline;
font-size: 11px;
float: right
}
.uploadstrip a:hover {
color: #fff;
text-decoration: none;
font-size: 11px
}
.progressbar {
width: 314px;
height: 11px;
vertical-align: middle;
border: solid 1px #fff;
color: #fff;
overflow: hidden;
float: left;
margin: 5px 20px 0 10px;
font-size: 11px;
line-height: 11px;
}
.progressbar1 {
width: 226px;
height: 11px;
vertical-align: middle;
border: solid 1px #fff;
color: #fff;
overflow: hidden;
float: left;
margin: 5px 20px 0 10px;
font-size: 11px;
line-height: 11px;
}
.progressbarcont {
width: 230px;
height: 30px;
background-color: #fff
}
.percent {
color: #fff
}
.attachmore1 {
margin-top: -2px;
display: block;
margin-right: 12px;
}
.attachmore {
margin-top: -2px;
display: block;
margin-right: 12px;
}
.ui-progressbar {
text-align: left
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%
}
.ui-widget-header {
border: 1px solid #e78f08;
background: #f6a828;
color: #fff;
font-weight: 700
}
.ui-widget-header a {
color: #fff
}
.onlinetxt {
float: right;
margin: 10px 5% 10px 0
}
.onlinetxt li {
color: #fbd522;
font-size: 16px;
font-weight: 600;
list-style: disc
}
div.tabs {
float: left;
list-style: none;
height: 32px;
border-bottom: 1px solid #1D5889;
border-left: none;
width: 100%;
margin: 0;
padding: 0
}
div.tabs .tabhead {
float: left;
margin-left: 0;
margin-right: 2px;
height: 30px;
line-height: 32px;
border: 1px solid #e0e0e0;
overflow: hidden;
position: relative;
background: #e0e0e0;
padding: 0;
color: #000
}
div.tabs .tabhead a {
text-decoration: none;
color: #000;
display: block;
font-size: 14px;
border: none;
outline: none;
border-top: solid 1px #CCC;
border-left: solid 1px #CCC;
border-right: solid 1px #CCC;
padding: 0 7px
}
div.tabs .tabhead a:hover {
background: #ccc;
color: #000;
border-top: solid 1px #999;
border-left: solid 1px #999;
border-right: solid 1px #999
}
div.tabs .tabhead.active a {
color: #fff!important
}
html div.tabs .tabhead.active {
background: #1D5889;
border: 1px solid #1D5889;
color: #FFF!important
}
html div.tabs .tabhead.active a:hover {
background: #1D5889;
border: 1px solid #1D5889;
color: #FFF
}
.tab_container {
border-top: none;
overflow: hidden;
clear: both;
float: left;
width: 98%;
background: #f7f7f7;
margin: 0;
position: absolute;
margin-top: 34px
}
.tabhead {
display: table-cell
}
.tab_content {
font-size: 14px;
padding: 10px
}
.tab_content ul {
width: 195px;
height: 400px;
border-right: solid 1px #999;
float: left;
margin: 0 0 15px;
padding: 0;
text-align: left
}
.tab_content ul li {
width: 175px;
height: auto;
color: #000;
font-size: 11px;
list-style: none;
line-height: 21px;
padding: 0 7px 0 8px
}
.tab_content ul li a {
text-decoration: none;
color: #000;
background: #FBFBFB;
display: block;
border-bottom: dotted 1px #EBEBEB
}
.tab_content ul li a:hover {
text-decoration: none;
color: #fff;
background: #1D5889;
display: block
}
.tab_content ul li p {
font-size: 14px!important;
font-weight: 700!important;
color: #000!important;
margin: 0!important;
padding: 0!important
}
.registrationCont {
width: 1010px;
height: 458px;
background: #fff url(../images/verrepet.jpg) repeat-x;
border: solid 1px #999;
background-position: 0 -254px;
margin: 5px;
padding: 8px 5px
}
.CategoryTabdiv {
position: absolute;
z-index: 999;
margin: -80px 0 0;
padding: 0;
right: 0
}
.tab_content ul li h1,
.CategoryTabdiv h1 {
margin: 0;
padding: 0
}
.mCustomScrollbar {
-ms-touch-action: pinch-zoom;
touch-action: pinch-zoom;
box-sizing: none
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
-ms-touch-action: auto;
touch-action: auto
}
.mCustomScrollBox {
position: relative;
overflow: hidden;
height: 100%;
max-width: 100%;
outline: none;
direction: ltr
}
.mCSB_container {
overflow: hidden;
width: auto;
height: auto
}
.mCSB_inside>.mCSB_container {
margin-right: 30px
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
margin-right: 0
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
margin-right: 0;
margin-left: 30px
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
margin-left: 0
}
.mCSB_scrollTools {
position: absolute;
width: 16px;
height: auto;
left: auto;
top: 0;
right: 0;
bottom: 0
}
.mCSB_outside+.mCSB_scrollTools {
right: -26px
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
right: auto;
left: 0
}
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
left: -26px
}
.mCSB_scrollTools .mCSB_draggerContainer {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
height: auto
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
margin: 20px 0
}
.mCSB_scrollTools .mCSB_draggerRail {
width: 4px;
height: 100%;
margin: 0 auto;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px
}
.mCSB_scrollTools .mCSB_dragger {
cursor: pointer;
width: 100%;
height: 30px;
z-index: 1
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
position: relative;
width: 6px;
height: 100%;
margin: 0 auto;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
text-align: center
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
width: 12px
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
width: 10px
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
display: block;
position: absolute;
height: 20px;
width: 100%;
overflow: hidden;
margin: 0 auto;
cursor: pointer
}
.mCSB_scrollTools .mCSB_buttonDown {
bottom: 0
}
.mCSB_scrollTools .mCSB_draggerRail {
background-color: #eee
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #ccc
}
.banner {
/* background: url(../images/usalpbanner.png)#007e7f;*/
width: 100%;
height: 586px;
background-size: cover;
/*margin: -70px 0 0;*/
/* float: left*/
}
.banner .head {
margin-bottom: 40px
}
.banner .subhead {
background: none;
margin-bottom: 130px
}
.banner .cont {
max-width: 1300px;
margin: auto;
/* padding-top: 160px*/
}
.leftcont {
width: 52%;
float: left;
padding: 0 2% 0 4%;
position: relative
}
.subject {
color: #fff;
font-size: 14px;
font-weight: 300;
text-align: center;
width: 90%;
text-shadow: 0 0 2px #333;
float: right;
margin-top: 20px
}
.avgtime {
color: #dcecf0;
font-size: 12px;
float: right;
margin: 4px 2% 0 0
}
.rightcont {
width: 48%;
float: right;
margin: 0;
padding: 0 4% 0 2%
}
.head {
color: #fff;
font-weight: 300;
font-size: 32px;
text-align: center;
line-height: 40px;
margin-bottom: 142px
}
.head h2 {
color: #fff;
font-weight: 300;
font-size: 32px;
text-align: center;
line-height: 40px
}
.head h1 {
font-weight: 700;
font-size: 32px;
line-height: 40px
}
.subhead {
background: rgba(47, 58, 58, 0.7);
color: #ffe013;
font-size: 30px;
text-align: center;
line-height: 40px;
padding: 5px 0
}
.subhead p {
color: #fff
}
.trust {
color: #fff;
font-size: 12px;
text-align: center;
padding-top: 20px
}
.trust .ico {
background-position: 0 0;
width: 249px;
height: 25px;
display: inline-block;
margin: 0 0 -7px
}
.bannerbtm {
background: #08c0c2;
font-size: 36px;
color: #fff;
font-weight: 300;
text-align: center;
line-height: 70px
}
.arrowbtm {
width: 0;
height: 0;
border-top: 18px solid #08c0c2;
border-right: 18px solid transparent;
border-left: 18px solid transparent;
margin: auto
}
.midcont {
width: 80%;
margin: 0 auto 100px;
background: #f6f7f7
}
.midhead {
color: #575b5b;
font-size: 18px;
font-weight: 300;
text-align: center;
margin: 40px 0
}
.testimonial {
width: 100%;
margin: 40px 0
}
.testimonial li {
width: 33%;
float: left
}
.testimonial li .cont {
width: 320px;
background: #fff;
border-top: 5px solid #08c0c2;
margin: auto;
padding-bottom: 20px;
box-shadow: 0 0 4px #ddd
}
.testimonial li .cont .text {
font-size: 14px;
font-style: italic;
color: #666;
text-align: center;
font-weight: 400;
padding: 20px;
min-height: 175px
}
.testimonial li .cont .bdr {
border-bottom: 2px solid #eceded
}
.bdrarrow {
background-position: -255px 0;
width: 13px;
height: 8px;
margin: -2px auto 0
}
.pic {
margin: 20px auto 10px;
width: 98px
}
.pic img {
width: 96px;
border-radius: 50%
}
.name {
font-size: 14px;
color: #6c6f70;
font-weight: 800;
text-align: center;
line-height: 20px
}
.name p {
font-weight: 400
}
.user1.ico {
background-position: 0 -54px;
width: 90px;
height: 90px
}
.user2.ico {
background-position: -96px -54px;
width: 90px;
height: 91px
}
.user3.ico {
background-position: -191px -55px;
width: 90px;
height: 90px
}
.midcont .user1.ico {
background-position: 0 -495px;
width: 90px;
height: 90px
}
.midcont .user2.ico {
background-position: -96px -496px;
width: 90px;
height: 91px
}
.midcont .user3.ico {
background-position: -191px -496px;
width: 90px;
height: 90px
}
.postcont {
background: #49534e;
color: #fff;
font-size: 30px;
font-weight: 300;
text-align: center;
padding: 20px;
line-height: 30px
}
.postcont a {
text-decoration: none;
background: #ffca13;
box-shadow: inset 0 0 1px #888;
border: 1px solid #fcebb0;
color: #000;
cursor: pointer;
display: inline-block;
font-size: 15px;
font-weight: 400;
font-family: open sans;
opacity: 1.9;
text-transform: uppercase;
width: 180px;
border-radius: 5px;
padding: 4px 10px;
margin: 10px 5%
}
.statscont {
background: #08c0c2;
padding: 80px 0
}
.statscont ul {
width: 90%;
margin: auto
}
.statscont ul li {
width: 25%;
float: left;
text-align: center;
color: #fff;
font-size: 18px
}
.statscont ul li .text {
margin-top: 20px
}
.average,
.price,
.satisfaction,
.refund {
width: 140px;
margin: auto
}
.average .ico {
background-position: -2px -219px;
width: 140px;
height: 122px
}
.price .ico {
background-position: -145px -220px;
width: 140px;
height: 122px
}
.satisfaction .ico {
background-position: -2px -353px;
width: 140px;
height: 122px
}
.refund .ico {
background-position: -145px -354px;
width: 140px;
height: 122px
}
.subscribecont {
background: #3c4d4d;
padding: 60px 0
}
.subscribehead {
font-size: 30px;
text-align: center;
color: #fff;
font-weight: 300
}
.subscribefrm {
margin: 20px auto;
width: 700px
}
.subscribefrm .txtbox {
width: 480px;
background: #415050;
border: 1px dashed #a3a8a8;
padding: 10px;
color: #949b9b;
float: left;
margin: 0 20px 0 0
}
.subscribefrm .btn {
background: #ffca13;
box-shadow: inset 0 0 1px #888;
border: 1px solid #fcebb0;
color: #000;
cursor: pointer;
float: left;
font-size: 15px;
font-weight: 400;
font-family: open sans;
margin: 0 0 0 20px;
text-transform: uppercase;
width: 180px;
border-radius: 5px;
padding: 8px 10px;
text-align: center
}
.subscribefrm .btn:hover {
opacity: .9
}
.blink {
-webkit-animation: color_change 1s infinite alternate;
-moz-animation: color_change 1s infinite alternate;
-ms-animation: color_change 1s infinite alternate;
-o-animation: color_change 1s infinite alternate;
animation: color_change 1s infinite alternate
}
@-webkit-keyframes color_change {
from {
color: #fff
}
to {
color: #ff0
}
}
@-moz-keyframes color_change {
from {
color: #fff
}
to {
color: #ff0
}
}
@-ms-keyframes color_change {
from {
color: #fff
}
to {
color: #ff0
}
}
@-o-keyframes color_change {
from {
color: #fff
}
to {
color: #ff0
}
}
@keyframes color_change {
from {
color: #fff
}
to {
color: #ff0
}
}
@media screen and ( min-width: 0) and ( max-width: 1260px) {
.leftcont {
width: 50%;
padding: 0 10px
}
.rightcont {
width: 50%;
padding: 0 10px
}
.gab {
width: 90%;
margin: auto
}
.head {
margin-bottom: 80px
}
.subhead {
line-height: 40px
}
.testimonial li .cont {
width: 90%
}
.progressbar {
width: 50%
}
}
@media screen and ( min-width: 0) and ( max-width: 950px) {
.head {
margin-bottom: 40px
}
.midcont {
width: 96%
}
div.tabs .tabhead {
float: none;
height: auto;
display: block
}
div.tabs .tabhead ul li a {
color: #000!important
}
div.tabs .tabhead > div {
background: #fff;
overflow: hidden
}
.tab_container .tab_content {
display: none;
height: auto!important
}
.tab_container {
position: relative;
margin: 0;
float: none;
width: 100%
}
html div.tabs .tabhead.active a:hover,
html div.tabs .tabhead.active,
html div.tabs .tabhead.active a {
color: #fff!important;
border: none
}
div.tabs {
height: auto;
float: none
}
html div.tabs .tabhead {
line-height: 15px;
border: none
}
div.tabs .tabhead a {
font-size: 11px;
padding: 3px 0 3px 6px
}
.CategoryTabdiv {
margin: 10% 0 0 2%;
padding: 0;
position: absolute;
width: 96%;
z-index: 1000
}
.registrationCont {
height: auto;
max-height: 353px;
min-height: inherit;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0
}
.tab_content ul li,
html div.tabs .tabhead.active,
.registrationCont,
div.tabs {
width: 100%
}
.tab_content ul {
border-right: medium none;
float: none;
height: auto;
width: 100%;
margin: 0
}
.progressbar {
width: 40%
}
}
@media screen and ( min-width: 0) and ( max-width: 800px) {
.formF{
position: relative;
right: 6%;
top: 10%;
}
.leftcont {
width: 100%;
padding: 30px 10px 0;
float: none
}
.rightcont {
width: 100%;
padding: 0 10px;
float: none
}
.banner {
background: #007e7f!important;
height: auto!important;
padding-bottom: 20px
}
.banner .subhead {
margin-bottom: 20px
}
.banner .cont {
padding: 60px 0 0
}
.testimonial li {
width: 100%;
margin-bottom: 20px
}
.trust {
display: none
}
.head h1 {
font-size: 22px;
line-height: 28px
}
.head h2 {
font-size: 24px;
line-height: 26px
}
.head {
font-size: 22px;
line-height: 30px;
margin: 0
}
.banner .head {
margin-bottom: 20px
}
.head p {
font-size: 26px
}
.subhead {
font-size: 20px;
line-height: 24px;
margin: 0
}
.subhead p {
font-size: 22px
}
.bannerbtm {
font-size: 30px;
line-height: 40px;
padding: 10px
}
.subject {
width: 98%
}
.gab {
margin:0 auto;
height: auto;
margin-bottom:30px;
margin-top:30px;
}
.progressbar {
width: 30%
}
.avgtime {
position: absolute;
right: 15px
}
.gabbtn {
width: 120px;
padding: 5px;
font-size: 14px;
outline: none;
margin-top: 18px
}
.atchcont {
margin: 6px 0 0;
width: 100%
}
.statscont ul li {
width: 100%;
margin: 20px 0
}
.calendr_btn{
background-color: #39b3d7;
border-color: #348fd2;
color:#fff;
text-shadow: 1px 1px 0 #238ed5;
border-radius: 0;
border: 0;
border-bottom: 4px solid #CCCCCC;
margin:0;
-webkit-box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
-moz-box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
width: 90%;
margin: 0 auto;
padding: 10px;
margin-bottom: 30px;
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 5px;
font-size: 20px;
}
.calendr_btn:active{
-webkit-box-shadow: inset 0 3px 3px -5px rgba(0,0,0,.3);
-moz-box-shadow: inset 0 3px 3px -5px rgba(0,0,0,.3);
box-shadow: inset 0 3px 3px -5px rgba(0,0,0,.3);
}
.calendr_txt{
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 10px;
font-size: 20px;
} | 0.383988 | 0.133443 |
.aa-input-container {
display: inline-block;
position: relative;
}
.aa-input-search {
width: 400px;
padding: 12px 28px 12px 12px;
border: 2px solid #e4e4e4;
border-radius: 4px;
-webkit-transition: .2s;
transition: .2s;
box-sizing: border-box;
color: #333;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.aa-input-search::-webkit-search-decoration, .aa-input-search::-webkit-search-cancel-button,
.aa-input-search::-webkit-search-results-button, .aa-input-search::-webkit-search-results-decoration {
display: none;
}
.aa-input-search:focus {
outline: 0;
border-color: #3a96cf;
}
.aa-input-icon {
height: 16px;
width: 16px;
position: absolute;
top: 50%;
right: 16px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
fill: #e4e4e4;
pointer-events: none;
}
.aa-hint {
color: #e4e4e4;
}
.aa-dropdown-menu {
background-color: #fff;
border: 2px solid rgba(228, 228, 228, 0.6);
border-top-width: 0;
width: 800px;
margin-top: 10px;
border-radius: 4px;
box-sizing: border-box;
right: 0 !important;
left: auto !important;
}
.aa-suggestion {
padding: 6px 12px;
cursor: pointer;
-webkit-transition: .2s;
transition: .2s;
display: flex;
align-items: center;
}
.aa-suggestion:hover, .aa-suggestion.aa-cursor {
background-color: rgba(241, 241, 241, 0.35);
}
.aa-suggestion > span:first-child {
color: #333;
}
.aa-suggestion > .aa-suggestion-content {
color: #a9a9a9;
word-break: break-word;
}
.aa-suggestions-category {
text-transform: uppercase;
border-bottom: 2px solid rgba(228, 228, 228, 0.6);
border-top: 2px solid rgba(228, 228, 228, 0.6);
padding: 6px 12px;
color: #a9a9a9;
}
.aa-suggestion > span:first-child em, .aa-suggestion > span:last-child em {
font-weight: 700;
font-style: normal;
background-color: rgba(58, 150, 207, 0.1);
padding: 2px 0 2px 2px;
}
.aa-dropdown-menu > div {
display: inline-block;
width: 50%;
vertical-align: top;
}
.aa-suggestion {
text-align: initial;
}
.aa-suggestion > span {
margin-left: 5px;
}
.aa-suggestion > span:first-child {
margin-left: 0;
}
.aa-suggestion .aa-suggestion-title {
width: 100px;
flex-shrink: 0;
}
.aa-footer {
background-image: url("/images/search-by-algolia-light-background-8762ce8b.svg");
background-repeat: no-repeat;
height: 24px;
margin: 16px 0 6px 10px;
}
.aa-empty {
margin: 16px;
}
@media (max-width: 767px) {
.aa-input-search {
width: 200px;
}
.aa-dropdown-menu > div {
width: 100%;
}
.aa-input-container {
/* Hide search input on small devices for now */
display: none;
}
} | themes/hugo-sustain/static/css/search.css | .aa-input-container {
display: inline-block;
position: relative;
}
.aa-input-search {
width: 400px;
padding: 12px 28px 12px 12px;
border: 2px solid #e4e4e4;
border-radius: 4px;
-webkit-transition: .2s;
transition: .2s;
box-sizing: border-box;
color: #333;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.aa-input-search::-webkit-search-decoration, .aa-input-search::-webkit-search-cancel-button,
.aa-input-search::-webkit-search-results-button, .aa-input-search::-webkit-search-results-decoration {
display: none;
}
.aa-input-search:focus {
outline: 0;
border-color: #3a96cf;
}
.aa-input-icon {
height: 16px;
width: 16px;
position: absolute;
top: 50%;
right: 16px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
fill: #e4e4e4;
pointer-events: none;
}
.aa-hint {
color: #e4e4e4;
}
.aa-dropdown-menu {
background-color: #fff;
border: 2px solid rgba(228, 228, 228, 0.6);
border-top-width: 0;
width: 800px;
margin-top: 10px;
border-radius: 4px;
box-sizing: border-box;
right: 0 !important;
left: auto !important;
}
.aa-suggestion {
padding: 6px 12px;
cursor: pointer;
-webkit-transition: .2s;
transition: .2s;
display: flex;
align-items: center;
}
.aa-suggestion:hover, .aa-suggestion.aa-cursor {
background-color: rgba(241, 241, 241, 0.35);
}
.aa-suggestion > span:first-child {
color: #333;
}
.aa-suggestion > .aa-suggestion-content {
color: #a9a9a9;
word-break: break-word;
}
.aa-suggestions-category {
text-transform: uppercase;
border-bottom: 2px solid rgba(228, 228, 228, 0.6);
border-top: 2px solid rgba(228, 228, 228, 0.6);
padding: 6px 12px;
color: #a9a9a9;
}
.aa-suggestion > span:first-child em, .aa-suggestion > span:last-child em {
font-weight: 700;
font-style: normal;
background-color: rgba(58, 150, 207, 0.1);
padding: 2px 0 2px 2px;
}
.aa-dropdown-menu > div {
display: inline-block;
width: 50%;
vertical-align: top;
}
.aa-suggestion {
text-align: initial;
}
.aa-suggestion > span {
margin-left: 5px;
}
.aa-suggestion > span:first-child {
margin-left: 0;
}
.aa-suggestion .aa-suggestion-title {
width: 100px;
flex-shrink: 0;
}
.aa-footer {
background-image: url("/images/search-by-algolia-light-background-8762ce8b.svg");
background-repeat: no-repeat;
height: 24px;
margin: 16px 0 6px 10px;
}
.aa-empty {
margin: 16px;
}
@media (max-width: 767px) {
.aa-input-search {
width: 200px;
}
.aa-dropdown-menu > div {
width: 100%;
}
.aa-input-container {
/* Hide search input on small devices for now */
display: none;
}
} | 0.332202 | 0.075517 |
@font-face{
font-family: Quick;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Main/Quicksand-Medium.ttf);
}
@font-face{
font-family: Roboto-Thin;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-Thin.ttf)
}
@font-face{
font-family: Roboto-thin-italic;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-ThinItalic.ttf);
}
@font-face{
font-family: Roboto-Normal;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face{
font-family:Roboto-Normal-Italic;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-MediumItalic.ttf);
}
@font-face{
font-family:Roboto-Medium;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-Medium.ttf);
}
@font-face{
font-family:Roboto-Light;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-Light.ttf);
}
@font-face{
font-family: Roboto-Light-Italic;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-LightItalic.ttf);
}
@font-face{
font-family: Roboto-Black;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-Black.ttf);
}
@font-face{
font-family: Roboto-Black-Italic;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-BlackItalic.ttf);
}
@font-face{
font-family: Roboto-Bold;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-Bold.ttf);
}
@font-face{
font-family: Roboto-Bold-Italic;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-BoldItalic.ttf);
}
@font-face{
font-family: Apple;
src: url(../fonts/Apple/SF-Pro-Display-Black.otf) format(otf);
}
/*
title
*/
#home .content h1::after{
content: "Spextr";
animation: textanim 10s linear infinite;
}
@keyframes textanim{
25%{
content: "Your Discord Bot";
}
50%{
content: "The best music bot";
}
75%{
content: "Musical";
}
}
/*
Add fonts to elements. this is going to be a long one...
*/
.rh1i{
font-family: Roboto;
font-style: italic;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh1b{
font-family: Roboto;
font-style: bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh1ib{
font-family: Roboto;
font-style: italic,bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh2i{
font-family: Roboto;
font-style: italic;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh2b{
font-family: Roboto;
font-style: bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh2ib{
font-family: Roboto;
font-style: italic,bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh3i{
font-family: Roboto;
font-style: italic;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh3b{
font-family: Roboto;
font-style: bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh3bi{
font-family: Roboto;
font-style: italic,bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh4i{
font-family: Roboto;
font-style: italic;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh4b{
font-family: Roboto;
font-style: bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh4bi{
font-family: Roboto;
font-style: italic,bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh5i{
font-family: Roboto;
font-style: italic;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh5b{
font-family: Roboto;
font-style: bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh5bi{
font-family: Roboto;
font-style: italic,bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh6i{
font-family: Roboto;
font-style: italic;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh6b{
font-family: baloo;
font-style: bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.h6bi{
font-family: Roboto;
font-style: italic,bold;
float: inherit;
position: inherit;
font-size: inherit;
} | u/official/roboto.css | @font-face{
font-family: Quick;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Main/Quicksand-Medium.ttf);
}
@font-face{
font-family: Roboto-Thin;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-Thin.ttf)
}
@font-face{
font-family: Roboto-thin-italic;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-ThinItalic.ttf);
}
@font-face{
font-family: Roboto-Normal;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face{
font-family:Roboto-Normal-Italic;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-MediumItalic.ttf);
}
@font-face{
font-family:Roboto-Medium;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-Medium.ttf);
}
@font-face{
font-family:Roboto-Light;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-Light.ttf);
}
@font-face{
font-family: Roboto-Light-Italic;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-LightItalic.ttf);
}
@font-face{
font-family: Roboto-Black;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-Black.ttf);
}
@font-face{
font-family: Roboto-Black-Italic;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-BlackItalic.ttf);
}
@font-face{
font-family: Roboto-Bold;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-Bold.ttf);
}
@font-face{
font-family: Roboto-Bold-Italic;
font-style: normal;
float: inherit;
position: inherit;
font-size: inherit;
src: url(../fonts/Roboto/Roboto-BoldItalic.ttf);
}
@font-face{
font-family: Apple;
src: url(../fonts/Apple/SF-Pro-Display-Black.otf) format(otf);
}
/*
title
*/
#home .content h1::after{
content: "Spextr";
animation: textanim 10s linear infinite;
}
@keyframes textanim{
25%{
content: "Your Discord Bot";
}
50%{
content: "The best music bot";
}
75%{
content: "Musical";
}
}
/*
Add fonts to elements. this is going to be a long one...
*/
.rh1i{
font-family: Roboto;
font-style: italic;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh1b{
font-family: Roboto;
font-style: bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh1ib{
font-family: Roboto;
font-style: italic,bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh2i{
font-family: Roboto;
font-style: italic;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh2b{
font-family: Roboto;
font-style: bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh2ib{
font-family: Roboto;
font-style: italic,bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh3i{
font-family: Roboto;
font-style: italic;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh3b{
font-family: Roboto;
font-style: bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh3bi{
font-family: Roboto;
font-style: italic,bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh4i{
font-family: Roboto;
font-style: italic;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh4b{
font-family: Roboto;
font-style: bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh4bi{
font-family: Roboto;
font-style: italic,bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh5i{
font-family: Roboto;
font-style: italic;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh5b{
font-family: Roboto;
font-style: bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh5bi{
font-family: Roboto;
font-style: italic,bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh6i{
font-family: Roboto;
font-style: italic;
float: inherit;
position: inherit;
font-size: inherit;
}
.rh6b{
font-family: baloo;
font-style: bold;
float: inherit;
position: inherit;
font-size: inherit;
}
.h6bi{
font-family: Roboto;
font-style: italic,bold;
float: inherit;
position: inherit;
font-size: inherit;
} | 0.371935 | 0.082107 |
body {
font-family: 'Open Sans', sans-serif;
background-color: #000000;
color: #000000;
font-size: 13px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent;
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
outline: 0;
}
h1 {
font: 600 50px "Open Sans", sans-serif;
letter-spacing: 3px;
margin-bottom: 0px;
}
h2 {
font: 400 30px "Open Sans";
}
h3 {
font: 600 20px "Open Sans";
}
p {
font-family: "Open Sans", sans-serif;
font-size: 15px;
line-height: 22px;
color: #888888;
margin: 10px 0;
}
a {
color: #000000;
font-weight: 600;
text-decoration: none;
}
p a {
color: #000000;
text-decoration: none;
}
html {
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
li {
user-select: text;
-moz-user-select: text;
-khtml-user-select: text;
-ms-user-select: text;
-webkit-user-select: text;
-o-user-select: text;
}
body {
text-align: center;
background-color: #ffffff;
}
a:hover {
color: #555555;
}
.stitched {
background: #ffffff;
color: #000000;
}
.container {
max-width: 61vw;
width: 61vw;
margin: 24px auto;
}
.rule {
margin: 2px auto;
width: 40%;
height: 2px;
border: none;
background: #cccccc;
background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(50,50,50,0.01)), to(rgba(80,80,80,0.01)), color-stop(.5,#c9c9c9));
background: -moz-linear-gradient(left, rgba(0,0,0,0.001) 0%, rgba(201,201,201,1) 50%, rgba(0,0,0,0.001) 100%);
background: -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
background: -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
background: linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
} | bin/css/style.min.css | body {
font-family: 'Open Sans', sans-serif;
background-color: #000000;
color: #000000;
font-size: 13px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent;
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
outline: 0;
}
h1 {
font: 600 50px "Open Sans", sans-serif;
letter-spacing: 3px;
margin-bottom: 0px;
}
h2 {
font: 400 30px "Open Sans";
}
h3 {
font: 600 20px "Open Sans";
}
p {
font-family: "Open Sans", sans-serif;
font-size: 15px;
line-height: 22px;
color: #888888;
margin: 10px 0;
}
a {
color: #000000;
font-weight: 600;
text-decoration: none;
}
p a {
color: #000000;
text-decoration: none;
}
html {
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
li {
user-select: text;
-moz-user-select: text;
-khtml-user-select: text;
-ms-user-select: text;
-webkit-user-select: text;
-o-user-select: text;
}
body {
text-align: center;
background-color: #ffffff;
}
a:hover {
color: #555555;
}
.stitched {
background: #ffffff;
color: #000000;
}
.container {
max-width: 61vw;
width: 61vw;
margin: 24px auto;
}
.rule {
margin: 2px auto;
width: 40%;
height: 2px;
border: none;
background: #cccccc;
background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(50,50,50,0.01)), to(rgba(80,80,80,0.01)), color-stop(.5,#c9c9c9));
background: -moz-linear-gradient(left, rgba(0,0,0,0.001) 0%, rgba(201,201,201,1) 50%, rgba(0,0,0,0.001) 100%);
background: -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
background: -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
background: linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
} | 0.443841 | 0.10307 |
* {
font-family: 'Roboto Condensed', sans-serif;
margin: 0px;
padding: 0px !important;
}
.margin-auto {
margin: auto;
}
.height-100vh {
height: 100vh !important;
}
.intro-section {
padding: 0px;
height: 100vh;
}
@media screen and (max-width: 767px) {
.intro-section {
padding-top: 50px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.intro-section {
padding-top: 50px;
}
}
.intro-section .row {
margin: 0;
height: 100%;
}
.intro-section .row div {
padding: 0px;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.intro-section .row div h1 {
color: #fff;
font-size: 4em;
font-family: '<NAME>', cursive;
margin-top: 40px;
}
@media screen and (max-width: 767px) {
.story-section {
padding-top: 50px !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.story-section {
padding-top: 50px !important;
}
}
.story-section .row div .balut-story {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.story-section .row div .balut-story p {
width: 75%;
text-align: left;
line-height: 2em;
}
.story-section .row div table {
width: 100%;
border: 2px solid #e91e63;
}
.story-section .row div table thead tr {
border: 2px solid #e91e63;
background: #e91e63;
}
.story-section .row div table thead tr th {
text-align: center;
padding: 10px;
color: #fff;
}
.story-section .row div table thead tr th:first-child {
width: 50%;
}
.story-section .row div table thead tr th:last-child {
width: 25%;
}
.story-section .row div table thead tr th:not(:last-child) {
border-right: 2px solid #fff;
}
.story-section .row div table tbody tr:not(:last-child) {
border-bottom: 2px solid #e91e63;
}
.story-section .row div table tbody tr:nth-child(3) td:nth-child(1), .story-section .row div table tbody tr:nth-child(4) td:nth-child(1), .story-section .row div table tbody tr:nth-child(5) td:nth-child(1), .story-section .row div table tbody tr:nth-child(6) td:nth-child(1) {
padding-left: 30px;
}
.story-section .row div table tbody tr td {
padding: 10px;
}
.story-section .row div table tbody tr td:first-child {
width: 50%;
text-align: left;
}
.story-section .row div table tbody tr td:nth-child(2), .story-section .row div table tbody tr td:last-child {
width: 25%;
text-align: center;
}
.story-section .row div table tbody tr td:not(:last-child) {
border-right: 2px solid #e91e63;
}
.story-section .row div table tbody tr td:not(:first-child) {
text-align: center;
}
@media screen and (max-width: 767px) {
.work-label {
font-size: 3em !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.work-label {
font-size: 3em !important;
}
}
.section-title {
font-size: 4em;
font-family: '<NAME>a', cursive;
}
@media screen and (max-width: 767px) {
.section-title {
font-size: 3em !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.section-title {
font-size: 3em !important;
}
}
p {
font-size: 1.2em;
line-height: 1.6em;
}
.img-circle {
height: 250px;
width: 250px;
border-radius: 50%;
margin-top: -120px;
}
@media screen and (max-width: 767px) {
.img-circle {
width: 140px;
height: 140px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.img-circle {
width: 140px;
height: 140px;
}
}
.btn {
padding: .375rem .75rem !important;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.margin-bottom-0 {
margin-bottom: 0px;
}
.margin-bottom-5 {
margin-bottom: 5px;
}
.margin-bottom-10 {
margin-bottom: 10px;
}
.margin-bottom-15 {
margin-bottom: 15px;
}
.margin-bottom-20 {
margin-bottom: 20px;
}
.margin-bottom-25 {
margin-bottom: 25px;
}
.margin-bottom-30 {
margin-bottom: 30px;
}
.margin-bottom-35 {
margin-bottom: 35px;
}
.margin-bottom-40 {
margin-bottom: 40px;
}
.margin-bottom-45 {
margin-bottom: 45px;
}
.margin-bottom-50 {
margin-bottom: 50px;
}
.padding-0 {
padding: 0px;
}
.padding-5 {
padding: 5px;
}
.padding-10 {
padding: 10px;
}
.padding-15 {
padding: 15px;
}
.padding-20 {
padding: 20px;
}
.padding-25 {
padding: 25px;
}
.padding-30 {
padding: 30px;
}
.padding-35 {
padding: 35px;
}
.padding-40 {
padding: 40px;
}
.padding-45 {
padding: 45px;
}
.padding-50 {
padding: 50px;
}
.btn-structure, .my-btn {
height: 45px;
width: 160px;
font-size: 1.1em;
font-weight: bold;
color: #fff;
border-radius: 4px;
text-decoration: none;
}
.text-decor-none {
text-decoration: none;
}
.shadow, .my-btn {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.color-pink, .my-btn {
background: #e91e63;
}
.fa {
color: white;
font-size: 3em !important;
}
.btn-scroll-top {
display: none;
/* Hidden by default */
position: fixed;
/* Fixed/sticky position */
bottom: 20px;
/* Place the button at the bottom of the page */
right: 30px;
/* Place the button 30px from the right */
z-index: 99;
/* Make sure it does not overlap */
border: none;
/* Remove borders */
outline: none;
/* Remove outline */
background-color: red;
/* Set a background color */
color: white;
/* Text color */
cursor: pointer;
/* Add a mouse pointer on hover */
padding: 15px;
/* Some padding */
border-radius: 10px;
/* Rounded corners */
font-size: 18px;
}
.btn-scroll-top:hover {
background-color: #555;
} | css/main.css | * {
font-family: 'Roboto Condensed', sans-serif;
margin: 0px;
padding: 0px !important;
}
.margin-auto {
margin: auto;
}
.height-100vh {
height: 100vh !important;
}
.intro-section {
padding: 0px;
height: 100vh;
}
@media screen and (max-width: 767px) {
.intro-section {
padding-top: 50px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.intro-section {
padding-top: 50px;
}
}
.intro-section .row {
margin: 0;
height: 100%;
}
.intro-section .row div {
padding: 0px;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.intro-section .row div h1 {
color: #fff;
font-size: 4em;
font-family: '<NAME>', cursive;
margin-top: 40px;
}
@media screen and (max-width: 767px) {
.story-section {
padding-top: 50px !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.story-section {
padding-top: 50px !important;
}
}
.story-section .row div .balut-story {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.story-section .row div .balut-story p {
width: 75%;
text-align: left;
line-height: 2em;
}
.story-section .row div table {
width: 100%;
border: 2px solid #e91e63;
}
.story-section .row div table thead tr {
border: 2px solid #e91e63;
background: #e91e63;
}
.story-section .row div table thead tr th {
text-align: center;
padding: 10px;
color: #fff;
}
.story-section .row div table thead tr th:first-child {
width: 50%;
}
.story-section .row div table thead tr th:last-child {
width: 25%;
}
.story-section .row div table thead tr th:not(:last-child) {
border-right: 2px solid #fff;
}
.story-section .row div table tbody tr:not(:last-child) {
border-bottom: 2px solid #e91e63;
}
.story-section .row div table tbody tr:nth-child(3) td:nth-child(1), .story-section .row div table tbody tr:nth-child(4) td:nth-child(1), .story-section .row div table tbody tr:nth-child(5) td:nth-child(1), .story-section .row div table tbody tr:nth-child(6) td:nth-child(1) {
padding-left: 30px;
}
.story-section .row div table tbody tr td {
padding: 10px;
}
.story-section .row div table tbody tr td:first-child {
width: 50%;
text-align: left;
}
.story-section .row div table tbody tr td:nth-child(2), .story-section .row div table tbody tr td:last-child {
width: 25%;
text-align: center;
}
.story-section .row div table tbody tr td:not(:last-child) {
border-right: 2px solid #e91e63;
}
.story-section .row div table tbody tr td:not(:first-child) {
text-align: center;
}
@media screen and (max-width: 767px) {
.work-label {
font-size: 3em !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.work-label {
font-size: 3em !important;
}
}
.section-title {
font-size: 4em;
font-family: '<NAME>a', cursive;
}
@media screen and (max-width: 767px) {
.section-title {
font-size: 3em !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.section-title {
font-size: 3em !important;
}
}
p {
font-size: 1.2em;
line-height: 1.6em;
}
.img-circle {
height: 250px;
width: 250px;
border-radius: 50%;
margin-top: -120px;
}
@media screen and (max-width: 767px) {
.img-circle {
width: 140px;
height: 140px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.img-circle {
width: 140px;
height: 140px;
}
}
.btn {
padding: .375rem .75rem !important;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.margin-bottom-0 {
margin-bottom: 0px;
}
.margin-bottom-5 {
margin-bottom: 5px;
}
.margin-bottom-10 {
margin-bottom: 10px;
}
.margin-bottom-15 {
margin-bottom: 15px;
}
.margin-bottom-20 {
margin-bottom: 20px;
}
.margin-bottom-25 {
margin-bottom: 25px;
}
.margin-bottom-30 {
margin-bottom: 30px;
}
.margin-bottom-35 {
margin-bottom: 35px;
}
.margin-bottom-40 {
margin-bottom: 40px;
}
.margin-bottom-45 {
margin-bottom: 45px;
}
.margin-bottom-50 {
margin-bottom: 50px;
}
.padding-0 {
padding: 0px;
}
.padding-5 {
padding: 5px;
}
.padding-10 {
padding: 10px;
}
.padding-15 {
padding: 15px;
}
.padding-20 {
padding: 20px;
}
.padding-25 {
padding: 25px;
}
.padding-30 {
padding: 30px;
}
.padding-35 {
padding: 35px;
}
.padding-40 {
padding: 40px;
}
.padding-45 {
padding: 45px;
}
.padding-50 {
padding: 50px;
}
.btn-structure, .my-btn {
height: 45px;
width: 160px;
font-size: 1.1em;
font-weight: bold;
color: #fff;
border-radius: 4px;
text-decoration: none;
}
.text-decor-none {
text-decoration: none;
}
.shadow, .my-btn {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.color-pink, .my-btn {
background: #e91e63;
}
.fa {
color: white;
font-size: 3em !important;
}
.btn-scroll-top {
display: none;
/* Hidden by default */
position: fixed;
/* Fixed/sticky position */
bottom: 20px;
/* Place the button at the bottom of the page */
right: 30px;
/* Place the button 30px from the right */
z-index: 99;
/* Make sure it does not overlap */
border: none;
/* Remove borders */
outline: none;
/* Remove outline */
background-color: red;
/* Set a background color */
color: white;
/* Text color */
cursor: pointer;
/* Add a mouse pointer on hover */
padding: 15px;
/* Some padding */
border-radius: 10px;
/* Rounded corners */
font-size: 18px;
}
.btn-scroll-top:hover {
background-color: #555;
} | 0.497559 | 0.11304 |
* {
text-shadow: 1px 1px 3px white;
transition: all 350ms linear;
}
body {
margin: 0;
}
html {
background: rgb(245,245,245);
/* background-image: url('html5background.gif'); */
font-family: Georgia;
}
grey {
color: rgb(140,140,140);
}
weak {
font-style: italic;
margin-left: 14px;
}
.column {
margin: 14px;
background: white;
border-radius: 7px;
border: 1px solid rgb(210,210,210);
box-shadow: 3px 3px 7px rgb(210,210,210);
float: left;
min-width: 280px;
}
h1 {
background: black;
border-bottom: 1px solid white;
color: white;
margin: 0;
padding: 0 0 3px 3px;
}
h2 {
margin-top: 3px;
padding: 0 7px 0 7px;
/* border-bottom: 1px solid rgb(140,140,140); */
}
h3 {
padding: 0 0 0 14px;
}
#dropzone {
margin: 7px 7px -7px 7px;
padding: 14px;
font-size: 1.4em;
border: 2px dashed rgb(140,140,140);
border-radius: 7px;
text-align: center;
}
#dropzone:hover {
background: rgb(252,252,252);
border-color: rgb(117,117,210);
}
#scaler {
margin-top: 14px;
}
#scaler h3 {
margin: 7px;
float: left;
}
#scaler div {
width: 35%;
float: right;
clear: right;
margin: -3px 3px 0 7px;
}
#scaler input {
width: 70px;
}
#curlist {
clear: both;
}
.squares {
margin: 3px 0 3px 0;
transition: 140ms all;
clear: both;
cursor: pointer;
}
.squares:hover, .squares.selected {
margin-left: 7px;
background: rgb(245,245,245);
}
.palettename {
margin: 7px 0 0 14px;
padding: 3px 7px 0 0;
float: right;
font-style: italic;
color: darkgrey;
}
.square {
margin: 3px;
width: 28px;
height: 28px;
border: 1px solid white;
outline: 1px solid darkgrey;
display: inline-block;
background: url('squarebackground.gif');
}
.squarein {
width: 100%;
height: 100%;
}
#outlist {
overflow: hidden;
}
.output {
padding-bottom: 7px;
height: 84px;
width: 490px;
border: 1px solid rgb(210,240,210);
border-top-left-radius: 3px;
border-bottom-left-radius: 7px;
}
.status {
height: 0;
padding-top: 7px;
padding-left: 7px;
font-weight: bold;
}
.progress {
background: lightgreen;
height: 35px;
margin-top: -7px;
width: 0;
z-index: 7;
}
.title {
position: absolute;
width: 70px;
text-align: right;
}
.displayer { margin-bottom: 3px; }
.display {
margin: 3px 0 0 77px;
font-family: "Courier New", "Courier", monospace;
width: 406px;
} | bin/assets/FullScreenMario/parser/parser.css | * {
text-shadow: 1px 1px 3px white;
transition: all 350ms linear;
}
body {
margin: 0;
}
html {
background: rgb(245,245,245);
/* background-image: url('html5background.gif'); */
font-family: Georgia;
}
grey {
color: rgb(140,140,140);
}
weak {
font-style: italic;
margin-left: 14px;
}
.column {
margin: 14px;
background: white;
border-radius: 7px;
border: 1px solid rgb(210,210,210);
box-shadow: 3px 3px 7px rgb(210,210,210);
float: left;
min-width: 280px;
}
h1 {
background: black;
border-bottom: 1px solid white;
color: white;
margin: 0;
padding: 0 0 3px 3px;
}
h2 {
margin-top: 3px;
padding: 0 7px 0 7px;
/* border-bottom: 1px solid rgb(140,140,140); */
}
h3 {
padding: 0 0 0 14px;
}
#dropzone {
margin: 7px 7px -7px 7px;
padding: 14px;
font-size: 1.4em;
border: 2px dashed rgb(140,140,140);
border-radius: 7px;
text-align: center;
}
#dropzone:hover {
background: rgb(252,252,252);
border-color: rgb(117,117,210);
}
#scaler {
margin-top: 14px;
}
#scaler h3 {
margin: 7px;
float: left;
}
#scaler div {
width: 35%;
float: right;
clear: right;
margin: -3px 3px 0 7px;
}
#scaler input {
width: 70px;
}
#curlist {
clear: both;
}
.squares {
margin: 3px 0 3px 0;
transition: 140ms all;
clear: both;
cursor: pointer;
}
.squares:hover, .squares.selected {
margin-left: 7px;
background: rgb(245,245,245);
}
.palettename {
margin: 7px 0 0 14px;
padding: 3px 7px 0 0;
float: right;
font-style: italic;
color: darkgrey;
}
.square {
margin: 3px;
width: 28px;
height: 28px;
border: 1px solid white;
outline: 1px solid darkgrey;
display: inline-block;
background: url('squarebackground.gif');
}
.squarein {
width: 100%;
height: 100%;
}
#outlist {
overflow: hidden;
}
.output {
padding-bottom: 7px;
height: 84px;
width: 490px;
border: 1px solid rgb(210,240,210);
border-top-left-radius: 3px;
border-bottom-left-radius: 7px;
}
.status {
height: 0;
padding-top: 7px;
padding-left: 7px;
font-weight: bold;
}
.progress {
background: lightgreen;
height: 35px;
margin-top: -7px;
width: 0;
z-index: 7;
}
.title {
position: absolute;
width: 70px;
text-align: right;
}
.displayer { margin-bottom: 3px; }
.display {
margin: 3px 0 0 77px;
font-family: "Courier New", "Courier", monospace;
width: 406px;
} | 0.441673 | 0.141637 |
body {
/* 14px */
font: normal 300 0.875rem Lato; }
body p {
font-weight: 300 !important; }
a {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #73d80e; }
a:hover {
color: #50585d; }
code {
color: #73d80e;
font-size: .9375rem; }
pre.code {
color: #73d80e;
font-size: .9375rem;
background: #6f7276;
padding: .625rem;
margin: 1.25rem 0rem;
white-space: pre-wrap; }
.code-definitions td {
padding: .125rem .625rem;
vertical-align: top; }
.code-definitions code {
color: #222222;
font-weight: normal;
/* 14px */
font-size: .875rem; }
div[role*="header"] {
width: 100%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.front-page div[role*="header"] {
padding-bottom: 0.9375rem; }
div[role*="header"] .branding {
font: normal 700 3.125rem "Josefin Slab";
/* 1px */
border-bottom: solid 0.0625rem #ebf2f6;
overflow: hidden;
color: #50585d; }
div[role*="header"] .branding > a {
color: #50585d;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
div[role*="header"] .branding > a:hover {
color: #73d80e; }
div[role*="header"] .tags {
position: absolute;
/* 4px */
bottom: .25rem;
/* 170px */
left: 10.625rem;
/* 14px */
font: normal 300 0.875rem Lato; }
div[role*="header"] .date {
position: absolute;
/* 4px */
bottom: .25rem;
left: 0.9375rem;
/* 14px */
font: normal 300 0.875rem Lato; }
div[role="header-mini"] {
position: fixed;
/* 76px */
top: -4.75rem;
z-index: 100;
/* 20px */
padding-bottom: 1.25rem;
background: white;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
div[role="header-mini"] .branding {
/* 25px */
font-size: 1.5625rem;
text-align: left;
/* 10px / 20px */
padding: 0.625rem 0.9375rem 1.25rem 0.9375rem; }
div[role="header-mini"] .branding > a {
float: left;
/* 12px */
margin-right: .75rem; }
div[role="header-mini"] .branding .jump-go {
position: absolute;
right: 0em;
top: 10px;
z-index: 2000; }
.stuck div[role="header-mini"] {
top: 0rem; }
div[role="header"] .branding {
position: relative;
text-align: center;
padding: 6.25rem 0; }
div[role="header"] .branding .title, div[role="header"] .branding .jump-go {
display: none; }
.main-navigation {
position: absolute;
width: auto;
right: 0.9375rem;
right: 0rem;
bottom: 0rem; }
.main-navigation li {
position: relative;
display: inline-block;
/* 20px */
margin-right: 1.25rem;
/* 20px */
font-size: 1.25rem;
/* 33px */
top: 2.0625rem;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.main-navigation li.previous, .main-navigation li.separator {
margin-right: 0rem; }
.main-navigation li:last-child {
margin-right: 0rem;
margin-right: 0.9375rem; }
.main-navigation li:hover {
/* 28px */
top: 1.75rem; }
.main-navigation li:hover.stuck {
top: 2.0625rem; }
.post-excerpt {
padding-right: 0.9375rem;
height: 14.375rem; }
.post-excerpt h4 {
/* 25px */
line-height: 1.5625rem;
border-bottom: solid 1px #ebf2f6; }
.post-excerpt h4 a {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #73d80e; }
.post-excerpt h4 a:hover {
color: #50585d; }
.content {
padding: 0 0.9375rem; }
.content h1 {
color: #50585d; }
.bottom {
/* 30px */
padding: 1.875rem 0rem; }
.bottom .uts {
/* 80px */
font: normal 300 5rem "<NAME>";
color: #f9f9f9;
text-align: center;
/* 10px */
margin-top: .625rem; } | themes/uts/css/uts.css | body {
/* 14px */
font: normal 300 0.875rem Lato; }
body p {
font-weight: 300 !important; }
a {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #73d80e; }
a:hover {
color: #50585d; }
code {
color: #73d80e;
font-size: .9375rem; }
pre.code {
color: #73d80e;
font-size: .9375rem;
background: #6f7276;
padding: .625rem;
margin: 1.25rem 0rem;
white-space: pre-wrap; }
.code-definitions td {
padding: .125rem .625rem;
vertical-align: top; }
.code-definitions code {
color: #222222;
font-weight: normal;
/* 14px */
font-size: .875rem; }
div[role*="header"] {
width: 100%;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.front-page div[role*="header"] {
padding-bottom: 0.9375rem; }
div[role*="header"] .branding {
font: normal 700 3.125rem "Josefin Slab";
/* 1px */
border-bottom: solid 0.0625rem #ebf2f6;
overflow: hidden;
color: #50585d; }
div[role*="header"] .branding > a {
color: #50585d;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
div[role*="header"] .branding > a:hover {
color: #73d80e; }
div[role*="header"] .tags {
position: absolute;
/* 4px */
bottom: .25rem;
/* 170px */
left: 10.625rem;
/* 14px */
font: normal 300 0.875rem Lato; }
div[role*="header"] .date {
position: absolute;
/* 4px */
bottom: .25rem;
left: 0.9375rem;
/* 14px */
font: normal 300 0.875rem Lato; }
div[role="header-mini"] {
position: fixed;
/* 76px */
top: -4.75rem;
z-index: 100;
/* 20px */
padding-bottom: 1.25rem;
background: white;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
div[role="header-mini"] .branding {
/* 25px */
font-size: 1.5625rem;
text-align: left;
/* 10px / 20px */
padding: 0.625rem 0.9375rem 1.25rem 0.9375rem; }
div[role="header-mini"] .branding > a {
float: left;
/* 12px */
margin-right: .75rem; }
div[role="header-mini"] .branding .jump-go {
position: absolute;
right: 0em;
top: 10px;
z-index: 2000; }
.stuck div[role="header-mini"] {
top: 0rem; }
div[role="header"] .branding {
position: relative;
text-align: center;
padding: 6.25rem 0; }
div[role="header"] .branding .title, div[role="header"] .branding .jump-go {
display: none; }
.main-navigation {
position: absolute;
width: auto;
right: 0.9375rem;
right: 0rem;
bottom: 0rem; }
.main-navigation li {
position: relative;
display: inline-block;
/* 20px */
margin-right: 1.25rem;
/* 20px */
font-size: 1.25rem;
/* 33px */
top: 2.0625rem;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease; }
.main-navigation li.previous, .main-navigation li.separator {
margin-right: 0rem; }
.main-navigation li:last-child {
margin-right: 0rem;
margin-right: 0.9375rem; }
.main-navigation li:hover {
/* 28px */
top: 1.75rem; }
.main-navigation li:hover.stuck {
top: 2.0625rem; }
.post-excerpt {
padding-right: 0.9375rem;
height: 14.375rem; }
.post-excerpt h4 {
/* 25px */
line-height: 1.5625rem;
border-bottom: solid 1px #ebf2f6; }
.post-excerpt h4 a {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #73d80e; }
.post-excerpt h4 a:hover {
color: #50585d; }
.content {
padding: 0 0.9375rem; }
.content h1 {
color: #50585d; }
.bottom {
/* 30px */
padding: 1.875rem 0rem; }
.bottom .uts {
/* 80px */
font: normal 300 5rem "<NAME>";
color: #f9f9f9;
text-align: center;
/* 10px */
margin-top: .625rem; } | 0.241579 | 0.05445 |
@charset "UTF-8";
a {
text-decoration: none;
color: #333333;
}
[contenteditable], [contenteditable]:focus {
outline: 0px; /* 컨텐츠에디터블 박스포커스 파란 선 제거 */
}
#book_create_wrap {
}
#book_create_base {
width: 940px;
margin: 0 auto;
margin-top: 100px;
}
.ui-sortable {
padding-left: 0;
}
.book_create_about_div {
box-shadow: 4px 4px 7px #c0c0c0;
}
#book_create_announce{
height:50px;
display:flex;
align-items: center;
}
#book_create_anno_img{
width:25px;
height:25px;
object-fit:cover;
cursor: pointer;
}
#book_create_anno_img:hover ~#book_create_anno_cont{
display:inline;
opacity:1;
}
#book_create_anno_cont{
cursor: default;
padding: 7px;
position: relative;
width: 730px;
bottom: 50px;
z-index: 10;
font-size: 14px;
background-color:#f9cc5bde;
opacity:0;
display:inline;
-webkit-transition:display 1s, opacity 1s;
transition:display 1s, opacity 1s;
animation-name: anno;
animation-duration:4s;
}
@-webkit-keyframes anno{
0% {
opacity:1;
}
80%{
opacity:1;
}
100% {
opacity:0;
}
}
#book_create_anno_cont span{
display:inline-block;
line-height: 22px;
}
#book_create_info {
display: flex;
width: 940px;
}
/* 책 커버 */
#book_create_cover {
background-color: #f2f2f2;
position: relative;
display: inline-block;
height: 430px;
width: 300px;
border-radius: 2px 6px 6px 2px;
overflow: hidden;
margin-right: 20px;
}
#book_create_cover_img {
height: 430px;
width: 300px;
object-fit: cover;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-image: url(/jamong.com/resources/img/book_cover.jpg);
}
#book_create_cover_imgFile {
display: none;
}
#book_create_cover_text {
position: absolute;
display: inline;
height: 430px;
width: 300px;
text-align: center;
left: 50%;
bottom: 0;
transform: translate(-50%);
}
#book_create_cover_head {
height: 240px;
margin: 0 50px;
margin-top: 90px;
background: #ffffffe0;
color: #333;
}
#book_create_cover_title {
font-family: 'NanumMyeongjo','serif';
display: table-cell;
vertical-align: middle;
width: 170px;
height: 160px;
line-height: 35px;
margin: 0;
padding: 0px 15px;
padding-top: 20px;
font-size: 22px;
}
#book_create_cover_title:empty::before {
content: "제목을 \A 입력하세요";
white-space: pre;
line-height: 1.35;
font-size: 23px;
cursor: text;
color: #ccc;
font-family: 'NanumMyeongjo', 'serif';
opacity: 1;
}
#book_create_cover_author {
display: block;
margin: 0;
padding: 0 15px;
padding-top: 10px;
height: 40px;
font-size: 16px;
line-height: 40px;
}
#book_create_cover_bot {
display: block;
height: 40px;
margin: 0;
padding: 0 15px;
padding-top: 60px;
font-size: 16px;
color: #fff;
font-weight: bold;
text-shadow: 0 0 3px #333;
}
#book_create_cover_line {
width: 11px;
position: absolute;
top: 0;
left: 0;
height: 100%;
}
#book_create_cover_line:after {
position: absolute;
top: 0;
right: 0;
width: 2px;
height: 100%;
background: rgba(255, 255, 255.1);
content: '';
}
#book_create_cover_line:before {
position: absolute;
top: 0;
right: 2px;
width: 1px;
height: 100%;
background: rgba(0, 0, 0, .05);
content: '';
}
#book_create_cover_delete {
position: absolute;
top: 0;
right: 0;
background-image: url(/jamong.com/resources/img/writepage_icon/b_del.png);
width: 33px;
height: 32px;
border: none;
cursor: pointer;
background-color: rgba(0,0,0,0);
outline: none;
}
#book_create_cover_delete:hover {
background-image: url(/jamong.com/resources/img/writepage_icon/j_del.png);
}
/* 책 소개 */
#book_create_intro {
width: 240px;
height: 390px;
border: 1px solid #c4c4c4;
margin-right: 20px;
padding: 40px 30px 0;
}
#book_create_intro_inner {
position: relative;
}
#book_create_intro_title {
padding: 0 20px 15px;
font-size: 15px;
line-height: 19px;
}
#book_create_intro_cont {
margin-top: 30px;
word-break: break-all;
word-wrap: break-word;
font-size: 13px;
line-height: 23px;
color: #666;
}
#book_create_intro_cont:empty::before {
content: "책 소개를 입력하세요";
font-size: 13px;
cursor: text;
color: #ccc;
font-family: 'NanumMyeongjo', 'serif';
opacity: 1;
}
#book_create_author_desc {
margin-top: 20px;
}
#book_create_author_name {
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #333;
}
#book_create_author_intro {
margin-top: 20px;
}
#book_create_author_intro_cont {
word-break: break-all;
word-wrap: break-word;
font-size: 13px;
line-height: 22px;
color: #666;
}
/* 저자 소개 */
#book_create_author {
width: 300px;
height: 430px;
border: 1px solid #c4c4c4;
}
#book_create_author_wrap {
display: inline-block;
width: 300px;
height: 430px;
}
#book_create_author_head {
height: 97px;
background-color: RGB(245, 124, 104);
}
#book_create_author_main {
position: relative;
padding: 40px 30px 0;
}
#book_create_author_img {
position: absolute;
display: inline-block;
width: 80px;
height: 80px;
overflow: hidden;
border-radius: 50%;
top: -43px;
right: 33px;
}
#book_create_author_img img {
width: 80px;
height: 80px;
object-fit: cover;
}
/* 글 리스트 */
#post_list_ul {
border-right: none;
margin: 20px 10px 0px 10px;
display: inline-block;
width: 40%;
padding-left: 0;
overflow-y: auto;
height: 500px;
vertical-align: top;
box-shadow: 4px 4px 7px #c0c0c0;
}
#book_create_btn {
transform: translateY(160px);
display: inline-block;
vertical-align: top;
}
#book_create_function {
display: inline-block;
width: 135px;
}
#check_btn {
text-align: center;
margin-top: 10px;
}
.btn {
width: 130px;
height: 40px;
border-radius: 25px;
border: 1px solid #DDD;
margin: 5px 0px 5px 0px;
background-color: #fff;
outline: none;
cursor: pointer;
color: #363636;
font-size: 15px;
}
.btn.checkAll, .btn.releaseAll {
background-color: #fff;
outline: none;
cursor: pointer;
color: #363636;
width: 85px;
font-size: 12px;
}
.btn:hover {
border: 2px solid orange;
}
.btn:active {
border: 2px solid orange;
background-color: #ffda6a;
}
#create_list_ul {
border-right: none;
margin: 20px 10px 0px 10px;
display: inline-block;
width: 40%;
padding-left: 0;
overflow-y: auto;
height: 500px;
vertical-align: top;
box-shadow: 4px 4px 7px #c0c0c0;
}
.post_list_cont {
border-bottom: 1px solid #DDD;
min-height: 30px;
margin: 7px;
padding: 5px;
background-color: #fff;
cursor: pointer;
text-align: center;
line-height: 30px;
display:flex;
}
.post_list_lock{
display:inline;
width:20px;
height:20px;
}
.post_list_lock_img{
width:20px;
height:20px;
padding-top: 4px;
}
.post_list_cont_title{
width: 332px;
}
input[type="checkbox"] {
display: none;
}
input[type="checkbox"]:checked+div.post_list_cont {
transform: scale(0.95, 0.9);
background-color: #fbfbfb;
background-image: url("/jamong.com/resources/img/bookcheck2.png");
background-size: 20px;
background-repeat: no-repeat;
background-position-y: center;
background-position-x: 310px;
}
.ui-state-default {
list-style: none;
}
#create_book {
display: inline-block;
}
#create_book {
position: relative;
width: 290px;
height: 55px;
margin-left: 650px;
margin-top: 25px;
text-align: center;
}
.create_book_name {
position: absolute;
top: 0;
left: 0;
background-color: RGB(0, 0, 0, 0.6);
display: none;
z-index: 10020;
animation: fadein 1s;
-webkit-animation: fadein 1s;
}
.create_book_panel {
text-align: center;
width: 500px;
height: 470px;
background-color: #fff;
margin: auto;
z-index: 10;
transform: translateT(50%);
-webkit-transform: translateY(50%);
animation: fadein 1s;
-webkit-animation: fadein 1s;
}
.create_choice_wrap{
position: absolute;
top:0;
left: 0;
background-color: RGB(0,0,0,0.6);
display: none;
z-index: 10020;
animation: fadein 1s;
-webkit-animation: fadein 1s;
}
.create_save_panel{
text-align:center;
width:500px;
height:222px;
background-color:#FFF;
margin:auto;
margin-top:550px;
z-index:10;
transform:translateY(50%);
-webkit-transform:translateY(50%);
animation: fadein 1s;
-webkit-animation: fadein 1s;
}
.create_save_panel h3{
padding:15px 0px;
font-size:17px;
}
.create_save_panel td{
font-size:14px;
}
.create_save_panel caption{
padding-top:2px;
padding-bottom:2px;
fonx-size:15px;
}
::-webkit-scrollbar {width: 8px; height: 8px; border: 3px solid #fff; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background: url('./images/bg.png') #efefef}
::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)}
::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)} | src/main/webapp/resources/css/book_create.css | @charset "UTF-8";
a {
text-decoration: none;
color: #333333;
}
[contenteditable], [contenteditable]:focus {
outline: 0px; /* 컨텐츠에디터블 박스포커스 파란 선 제거 */
}
#book_create_wrap {
}
#book_create_base {
width: 940px;
margin: 0 auto;
margin-top: 100px;
}
.ui-sortable {
padding-left: 0;
}
.book_create_about_div {
box-shadow: 4px 4px 7px #c0c0c0;
}
#book_create_announce{
height:50px;
display:flex;
align-items: center;
}
#book_create_anno_img{
width:25px;
height:25px;
object-fit:cover;
cursor: pointer;
}
#book_create_anno_img:hover ~#book_create_anno_cont{
display:inline;
opacity:1;
}
#book_create_anno_cont{
cursor: default;
padding: 7px;
position: relative;
width: 730px;
bottom: 50px;
z-index: 10;
font-size: 14px;
background-color:#f9cc5bde;
opacity:0;
display:inline;
-webkit-transition:display 1s, opacity 1s;
transition:display 1s, opacity 1s;
animation-name: anno;
animation-duration:4s;
}
@-webkit-keyframes anno{
0% {
opacity:1;
}
80%{
opacity:1;
}
100% {
opacity:0;
}
}
#book_create_anno_cont span{
display:inline-block;
line-height: 22px;
}
#book_create_info {
display: flex;
width: 940px;
}
/* 책 커버 */
#book_create_cover {
background-color: #f2f2f2;
position: relative;
display: inline-block;
height: 430px;
width: 300px;
border-radius: 2px 6px 6px 2px;
overflow: hidden;
margin-right: 20px;
}
#book_create_cover_img {
height: 430px;
width: 300px;
object-fit: cover;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-image: url(/jamong.com/resources/img/book_cover.jpg);
}
#book_create_cover_imgFile {
display: none;
}
#book_create_cover_text {
position: absolute;
display: inline;
height: 430px;
width: 300px;
text-align: center;
left: 50%;
bottom: 0;
transform: translate(-50%);
}
#book_create_cover_head {
height: 240px;
margin: 0 50px;
margin-top: 90px;
background: #ffffffe0;
color: #333;
}
#book_create_cover_title {
font-family: 'NanumMyeongjo','serif';
display: table-cell;
vertical-align: middle;
width: 170px;
height: 160px;
line-height: 35px;
margin: 0;
padding: 0px 15px;
padding-top: 20px;
font-size: 22px;
}
#book_create_cover_title:empty::before {
content: "제목을 \A 입력하세요";
white-space: pre;
line-height: 1.35;
font-size: 23px;
cursor: text;
color: #ccc;
font-family: 'NanumMyeongjo', 'serif';
opacity: 1;
}
#book_create_cover_author {
display: block;
margin: 0;
padding: 0 15px;
padding-top: 10px;
height: 40px;
font-size: 16px;
line-height: 40px;
}
#book_create_cover_bot {
display: block;
height: 40px;
margin: 0;
padding: 0 15px;
padding-top: 60px;
font-size: 16px;
color: #fff;
font-weight: bold;
text-shadow: 0 0 3px #333;
}
#book_create_cover_line {
width: 11px;
position: absolute;
top: 0;
left: 0;
height: 100%;
}
#book_create_cover_line:after {
position: absolute;
top: 0;
right: 0;
width: 2px;
height: 100%;
background: rgba(255, 255, 255.1);
content: '';
}
#book_create_cover_line:before {
position: absolute;
top: 0;
right: 2px;
width: 1px;
height: 100%;
background: rgba(0, 0, 0, .05);
content: '';
}
#book_create_cover_delete {
position: absolute;
top: 0;
right: 0;
background-image: url(/jamong.com/resources/img/writepage_icon/b_del.png);
width: 33px;
height: 32px;
border: none;
cursor: pointer;
background-color: rgba(0,0,0,0);
outline: none;
}
#book_create_cover_delete:hover {
background-image: url(/jamong.com/resources/img/writepage_icon/j_del.png);
}
/* 책 소개 */
#book_create_intro {
width: 240px;
height: 390px;
border: 1px solid #c4c4c4;
margin-right: 20px;
padding: 40px 30px 0;
}
#book_create_intro_inner {
position: relative;
}
#book_create_intro_title {
padding: 0 20px 15px;
font-size: 15px;
line-height: 19px;
}
#book_create_intro_cont {
margin-top: 30px;
word-break: break-all;
word-wrap: break-word;
font-size: 13px;
line-height: 23px;
color: #666;
}
#book_create_intro_cont:empty::before {
content: "책 소개를 입력하세요";
font-size: 13px;
cursor: text;
color: #ccc;
font-family: 'NanumMyeongjo', 'serif';
opacity: 1;
}
#book_create_author_desc {
margin-top: 20px;
}
#book_create_author_name {
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #333;
}
#book_create_author_intro {
margin-top: 20px;
}
#book_create_author_intro_cont {
word-break: break-all;
word-wrap: break-word;
font-size: 13px;
line-height: 22px;
color: #666;
}
/* 저자 소개 */
#book_create_author {
width: 300px;
height: 430px;
border: 1px solid #c4c4c4;
}
#book_create_author_wrap {
display: inline-block;
width: 300px;
height: 430px;
}
#book_create_author_head {
height: 97px;
background-color: RGB(245, 124, 104);
}
#book_create_author_main {
position: relative;
padding: 40px 30px 0;
}
#book_create_author_img {
position: absolute;
display: inline-block;
width: 80px;
height: 80px;
overflow: hidden;
border-radius: 50%;
top: -43px;
right: 33px;
}
#book_create_author_img img {
width: 80px;
height: 80px;
object-fit: cover;
}
/* 글 리스트 */
#post_list_ul {
border-right: none;
margin: 20px 10px 0px 10px;
display: inline-block;
width: 40%;
padding-left: 0;
overflow-y: auto;
height: 500px;
vertical-align: top;
box-shadow: 4px 4px 7px #c0c0c0;
}
#book_create_btn {
transform: translateY(160px);
display: inline-block;
vertical-align: top;
}
#book_create_function {
display: inline-block;
width: 135px;
}
#check_btn {
text-align: center;
margin-top: 10px;
}
.btn {
width: 130px;
height: 40px;
border-radius: 25px;
border: 1px solid #DDD;
margin: 5px 0px 5px 0px;
background-color: #fff;
outline: none;
cursor: pointer;
color: #363636;
font-size: 15px;
}
.btn.checkAll, .btn.releaseAll {
background-color: #fff;
outline: none;
cursor: pointer;
color: #363636;
width: 85px;
font-size: 12px;
}
.btn:hover {
border: 2px solid orange;
}
.btn:active {
border: 2px solid orange;
background-color: #ffda6a;
}
#create_list_ul {
border-right: none;
margin: 20px 10px 0px 10px;
display: inline-block;
width: 40%;
padding-left: 0;
overflow-y: auto;
height: 500px;
vertical-align: top;
box-shadow: 4px 4px 7px #c0c0c0;
}
.post_list_cont {
border-bottom: 1px solid #DDD;
min-height: 30px;
margin: 7px;
padding: 5px;
background-color: #fff;
cursor: pointer;
text-align: center;
line-height: 30px;
display:flex;
}
.post_list_lock{
display:inline;
width:20px;
height:20px;
}
.post_list_lock_img{
width:20px;
height:20px;
padding-top: 4px;
}
.post_list_cont_title{
width: 332px;
}
input[type="checkbox"] {
display: none;
}
input[type="checkbox"]:checked+div.post_list_cont {
transform: scale(0.95, 0.9);
background-color: #fbfbfb;
background-image: url("/jamong.com/resources/img/bookcheck2.png");
background-size: 20px;
background-repeat: no-repeat;
background-position-y: center;
background-position-x: 310px;
}
.ui-state-default {
list-style: none;
}
#create_book {
display: inline-block;
}
#create_book {
position: relative;
width: 290px;
height: 55px;
margin-left: 650px;
margin-top: 25px;
text-align: center;
}
.create_book_name {
position: absolute;
top: 0;
left: 0;
background-color: RGB(0, 0, 0, 0.6);
display: none;
z-index: 10020;
animation: fadein 1s;
-webkit-animation: fadein 1s;
}
.create_book_panel {
text-align: center;
width: 500px;
height: 470px;
background-color: #fff;
margin: auto;
z-index: 10;
transform: translateT(50%);
-webkit-transform: translateY(50%);
animation: fadein 1s;
-webkit-animation: fadein 1s;
}
.create_choice_wrap{
position: absolute;
top:0;
left: 0;
background-color: RGB(0,0,0,0.6);
display: none;
z-index: 10020;
animation: fadein 1s;
-webkit-animation: fadein 1s;
}
.create_save_panel{
text-align:center;
width:500px;
height:222px;
background-color:#FFF;
margin:auto;
margin-top:550px;
z-index:10;
transform:translateY(50%);
-webkit-transform:translateY(50%);
animation: fadein 1s;
-webkit-animation: fadein 1s;
}
.create_save_panel h3{
padding:15px 0px;
font-size:17px;
}
.create_save_panel td{
font-size:14px;
}
.create_save_panel caption{
padding-top:2px;
padding-bottom:2px;
fonx-size:15px;
}
::-webkit-scrollbar {width: 8px; height: 8px; border: 3px solid #fff; }
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background: url('./images/bg.png') #efefef}
::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2)}
::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1)} | 0.202877 | 0.062933 |
body {
background-color: #dfdfdf; }
input[type="date"] {
display: inline-block;
width: 260px; }
.tile-row {
margin-top: 1rem; }
.tile-row .tile {
padding: .5rem;
border: 1px solid #acacac;
cursor: pointer; }
.tile-row .tile:hover {
background-color: rgba(255, 255, 255, 0.6); }
.tile-row .active {
background-color: rgba(0, 0, 0, 0.2); }
.tile-row .active:hover {
background-color: rgba(0, 0, 0, 0.2); }
.top-bar {
padding: 0;
background-color: #3f3f3f;
color: #cfcfcf; }
.top-bar ul {
background-color: transparent; }
.top-bar ul li {
background-color: #3f3f3f; }
.top-bar a {
color: #cfcfcf; }
.top-bar a::after {
border-color: #cfcfcf; }
#Orders #FieldList, #Orders #ChosenList {
display: none;
margin-top: 1rem;
margin-bottom: 1rem;
height: 55%;
overflow-y: scroll; }
#Orders #FieldList .select-tile, #Orders #ChosenList .select-tile {
cursor: pointer; }
#Orders #FieldList .chosen-tile:nth-child(even), #Orders #ChosenList .chosen-tile:nth-child(even) {
background-color: #eeeeee; }
#Orders #FieldList .select-tile, #Orders #FieldList .chosen-tile, #Orders #ChosenList .select-tile, #Orders #ChosenList .chosen-tile {
overflow-x: hidden;
background-color: #fefefe;
padding-left: 0.4rem;
border-right: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
clear: both; }
#Orders #FieldList .select-tile:nth-child(1), #Orders #FieldList .chosen-tile:nth-child(1), #Orders #ChosenList .select-tile:nth-child(1), #Orders #ChosenList .chosen-tile:nth-child(1) {
border-top: 1px solid #000; }
#Orders #FieldList .select-tile i, #Orders #FieldList .chosen-tile i, #Orders #ChosenList .select-tile i, #Orders #ChosenList .chosen-tile i {
cursor: pointer;
float: right;
margin-right: 1rem;
font-size: 1.4rem; }
#Orders #FieldList .select-tile .fi-x, #Orders #FieldList .chosen-tile .fi-x, #Orders #ChosenList .select-tile .fi-x, #Orders #ChosenList .chosen-tile .fi-x {
color: #ff0000; }
#Orders #FieldList .selected, #Orders #ChosenList .selected {
background-color: #cecece; } | public/styles.css | body {
background-color: #dfdfdf; }
input[type="date"] {
display: inline-block;
width: 260px; }
.tile-row {
margin-top: 1rem; }
.tile-row .tile {
padding: .5rem;
border: 1px solid #acacac;
cursor: pointer; }
.tile-row .tile:hover {
background-color: rgba(255, 255, 255, 0.6); }
.tile-row .active {
background-color: rgba(0, 0, 0, 0.2); }
.tile-row .active:hover {
background-color: rgba(0, 0, 0, 0.2); }
.top-bar {
padding: 0;
background-color: #3f3f3f;
color: #cfcfcf; }
.top-bar ul {
background-color: transparent; }
.top-bar ul li {
background-color: #3f3f3f; }
.top-bar a {
color: #cfcfcf; }
.top-bar a::after {
border-color: #cfcfcf; }
#Orders #FieldList, #Orders #ChosenList {
display: none;
margin-top: 1rem;
margin-bottom: 1rem;
height: 55%;
overflow-y: scroll; }
#Orders #FieldList .select-tile, #Orders #ChosenList .select-tile {
cursor: pointer; }
#Orders #FieldList .chosen-tile:nth-child(even), #Orders #ChosenList .chosen-tile:nth-child(even) {
background-color: #eeeeee; }
#Orders #FieldList .select-tile, #Orders #FieldList .chosen-tile, #Orders #ChosenList .select-tile, #Orders #ChosenList .chosen-tile {
overflow-x: hidden;
background-color: #fefefe;
padding-left: 0.4rem;
border-right: 1px solid #000;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
clear: both; }
#Orders #FieldList .select-tile:nth-child(1), #Orders #FieldList .chosen-tile:nth-child(1), #Orders #ChosenList .select-tile:nth-child(1), #Orders #ChosenList .chosen-tile:nth-child(1) {
border-top: 1px solid #000; }
#Orders #FieldList .select-tile i, #Orders #FieldList .chosen-tile i, #Orders #ChosenList .select-tile i, #Orders #ChosenList .chosen-tile i {
cursor: pointer;
float: right;
margin-right: 1rem;
font-size: 1.4rem; }
#Orders #FieldList .select-tile .fi-x, #Orders #FieldList .chosen-tile .fi-x, #Orders #ChosenList .select-tile .fi-x, #Orders #ChosenList .chosen-tile .fi-x {
color: #ff0000; }
#Orders #FieldList .selected, #Orders #ChosenList .selected {
background-color: #cecece; } | 0.386648 | 0.057177 |
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@300&family=Sacramento&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Merriweather', serif;
}
body{
color:#40514e;
text-align: center;
line-height: 2;
}
h1{
font-size: 5rem;
margin: 2.6rem auto 0 auto;
font-family: 'Sacramento', cursive;
color: #66BFBF;
line-height: 2;
}
span{
text-decoration: underline;
}
.topContainer p{
color: #66BFBF;
padding: 20px;
font-size: 2rem;
font-weight: normal;
}
h2{
padding-bottom: 1rem;
color: #66BFBF;
font-family: 'Montserrat', sans-serif;
}
h3{
color: #11999E;
font-family: 'Montserrat', sans-serif;
}
.bottomContainer{
background-color: red;
height: 200px;
width: 200px;
}
.middleContainer{
background-color: blue;
height: 200px;
width: 200px;
}
.topContainer{
background-color: #e4f9f5;
padding-top: 100px;
position: relative;
}
.bottomCloud{
position: absolute;
left: 250px;
bottom: 300px;
}
.topCloud{
position: absolute;
right: 300px;
top: 50px;
}
.bottom-container{
background-color:#66BFBF ;
padding: 2rem;
}
.bottom-container a{
margin: 10px 20px;
text-decoration: none;
color: #ffffff;
font-family: 'Montserrat', sans-serif;
}
.btn{
text-decoration: none;
color: #66BFBF;
}
.skill-row{
margin: 100px auto;
width: 50%;
text-align: left;
line-height: 2;
}
.computer{
margin-right: 2rem;
float: left;
width: 25%;
}
.chillies{
margin-left: 2rem;
width: 25%;
float: right;
}
.middle-container{
margin: 100px 0;
}
.intro{
margin: auto;
width: 30%;
}
hr{
margin: 5rem auto;
width: 5%;
border: none;
border-top: dotted 10px #eaf6f6;
}
.contact-me p{
margin: 2rem auto;
width: 40%;
}
.btn {
background: #11999E;
background-image: -webkit-linear-gradient(top, #11999E, #11999E);
background-image: -moz-linear-gradient(top, #11999E, #11999E);
background-image: -ms-linear-gradient(top, #11999E, #11999E);
background-image: -o-linear-gradient(top, #11999E, #11999E);
background-image: linear-gradient(to bottom, #11999E, #11999E);
-webkit-border-radius: 10;
-moz-border-radius: 10;
border-radius: 10px;
font-family: 'Montserrat', sans-serif;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btn:hover {
background: #66BFBF;
background-image: -webkit-linear-gradient(top, #66BFBF, #66BFBF);
background-image: -moz-linear-gradient(top, #66BFBF, #66BFBF);
background-image: -ms-linear-gradient(top, #66BFBF, #66BFBF);
background-image: -o-linear-gradient(top, #66BFBF, #66BFBF);
background-image: linear-gradient(to bottom, #66BFBF, #66BFBF);
text-decoration: none;
}
.copyright{
color: #fff;
font-size: 1rem;
padding: 20px;
} | css/styles.css | @import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@300&family=Sacramento&display=swap');
*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Merriweather', serif;
}
body{
color:#40514e;
text-align: center;
line-height: 2;
}
h1{
font-size: 5rem;
margin: 2.6rem auto 0 auto;
font-family: 'Sacramento', cursive;
color: #66BFBF;
line-height: 2;
}
span{
text-decoration: underline;
}
.topContainer p{
color: #66BFBF;
padding: 20px;
font-size: 2rem;
font-weight: normal;
}
h2{
padding-bottom: 1rem;
color: #66BFBF;
font-family: 'Montserrat', sans-serif;
}
h3{
color: #11999E;
font-family: 'Montserrat', sans-serif;
}
.bottomContainer{
background-color: red;
height: 200px;
width: 200px;
}
.middleContainer{
background-color: blue;
height: 200px;
width: 200px;
}
.topContainer{
background-color: #e4f9f5;
padding-top: 100px;
position: relative;
}
.bottomCloud{
position: absolute;
left: 250px;
bottom: 300px;
}
.topCloud{
position: absolute;
right: 300px;
top: 50px;
}
.bottom-container{
background-color:#66BFBF ;
padding: 2rem;
}
.bottom-container a{
margin: 10px 20px;
text-decoration: none;
color: #ffffff;
font-family: 'Montserrat', sans-serif;
}
.btn{
text-decoration: none;
color: #66BFBF;
}
.skill-row{
margin: 100px auto;
width: 50%;
text-align: left;
line-height: 2;
}
.computer{
margin-right: 2rem;
float: left;
width: 25%;
}
.chillies{
margin-left: 2rem;
width: 25%;
float: right;
}
.middle-container{
margin: 100px 0;
}
.intro{
margin: auto;
width: 30%;
}
hr{
margin: 5rem auto;
width: 5%;
border: none;
border-top: dotted 10px #eaf6f6;
}
.contact-me p{
margin: 2rem auto;
width: 40%;
}
.btn {
background: #11999E;
background-image: -webkit-linear-gradient(top, #11999E, #11999E);
background-image: -moz-linear-gradient(top, #11999E, #11999E);
background-image: -ms-linear-gradient(top, #11999E, #11999E);
background-image: -o-linear-gradient(top, #11999E, #11999E);
background-image: linear-gradient(to bottom, #11999E, #11999E);
-webkit-border-radius: 10;
-moz-border-radius: 10;
border-radius: 10px;
font-family: 'Montserrat', sans-serif;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btn:hover {
background: #66BFBF;
background-image: -webkit-linear-gradient(top, #66BFBF, #66BFBF);
background-image: -moz-linear-gradient(top, #66BFBF, #66BFBF);
background-image: -ms-linear-gradient(top, #66BFBF, #66BFBF);
background-image: -o-linear-gradient(top, #66BFBF, #66BFBF);
background-image: linear-gradient(to bottom, #66BFBF, #66BFBF);
text-decoration: none;
}
.copyright{
color: #fff;
font-size: 1rem;
padding: 20px;
} | 0.324021 | 0.069132 |
.arrow {
display: inline-block;
height: 20px;
width: 20px;
background-position: center;
background-size: cover;
vertical-align: middle;
}
.left_arrow {
background-image: url('../../images/left-arrow.png');
}
.right_arrow {
background-image: url('../../images/right-arrow.png');
}
.arrow_label {
display: inline-block;
vertical-align: middle;
color: rgb(0, 127, 255);
}
.nav_left {
float: left;
}
.nav_right {
float: right;
}
.nav_left:hover {
outline: 2px dotted #000;
outline: -webkit-focus-ring-color auto 5px;
}
.nav_right:hover {
outline: 2px dotted #000;
outline: -webkit-focus-ring-color auto 5px;
}
.upload_files {
width: 100%;
height: 100%;
margin: 0 1.5% 0 0;
/* vertical-align: top; */
text-align: left;
}
.upload_title {
text-align: center;
font-family: 'Courier New', Courier, monospace;
font-size: 22px;
font-weight: bold;
margin: 10px 0 20px 0;
clear: both;
}
.output {
height: auto;
min-height: 45vh;
}
.disclaimer {
margin: 25px 0 20px 0;
text-align: center;
font-style: italic;
}
#input_files {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.file_icon {
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px 0 0;
background-image: url('../../images/upload_icon.png');
background-position: center;
background-size: contain;
}
#input_files_button {
background-color: rgb(64, 64, 64);
height: 40px;
margin: 10px 0 0 50%;
transform: translate(-50%, 0);
padding: 8px;
/* font-family: 'Courier New', Courier, monospace; */
padding: 5px 10px 5px 10px;
letter-spacing: -1px;
white-space: nowrap;
font-size: 18px;
border-radius: 5px;
color: white;
}
#input_files_button:hover {
outline: 2px dotted #000;
outline: -webkit-focus-ring-color auto 5px;
}
#input_files_button:active {
background-color: rgb(35, 35, 35);
outline: 2px dotted #000;
outline: -webkit-focus-ring-color auto 5px;
}
.review_button {
margin: 0 0 0 50%;
transform: translate(-50%, 0);
} | client/src/components/CreateProject/FileUpload.css | .arrow {
display: inline-block;
height: 20px;
width: 20px;
background-position: center;
background-size: cover;
vertical-align: middle;
}
.left_arrow {
background-image: url('../../images/left-arrow.png');
}
.right_arrow {
background-image: url('../../images/right-arrow.png');
}
.arrow_label {
display: inline-block;
vertical-align: middle;
color: rgb(0, 127, 255);
}
.nav_left {
float: left;
}
.nav_right {
float: right;
}
.nav_left:hover {
outline: 2px dotted #000;
outline: -webkit-focus-ring-color auto 5px;
}
.nav_right:hover {
outline: 2px dotted #000;
outline: -webkit-focus-ring-color auto 5px;
}
.upload_files {
width: 100%;
height: 100%;
margin: 0 1.5% 0 0;
/* vertical-align: top; */
text-align: left;
}
.upload_title {
text-align: center;
font-family: 'Courier New', Courier, monospace;
font-size: 22px;
font-weight: bold;
margin: 10px 0 20px 0;
clear: both;
}
.output {
height: auto;
min-height: 45vh;
}
.disclaimer {
margin: 25px 0 20px 0;
text-align: center;
font-style: italic;
}
#input_files {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.file_icon {
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px 0 0;
background-image: url('../../images/upload_icon.png');
background-position: center;
background-size: contain;
}
#input_files_button {
background-color: rgb(64, 64, 64);
height: 40px;
margin: 10px 0 0 50%;
transform: translate(-50%, 0);
padding: 8px;
/* font-family: 'Courier New', Courier, monospace; */
padding: 5px 10px 5px 10px;
letter-spacing: -1px;
white-space: nowrap;
font-size: 18px;
border-radius: 5px;
color: white;
}
#input_files_button:hover {
outline: 2px dotted #000;
outline: -webkit-focus-ring-color auto 5px;
}
#input_files_button:active {
background-color: rgb(35, 35, 35);
outline: 2px dotted #000;
outline: -webkit-focus-ring-color auto 5px;
}
.review_button {
margin: 0 0 0 50%;
transform: translate(-50%, 0);
} | 0.501709 | 0.149998 |
body {
padding-top: 70px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
}
#content h1 {
background: #DDDDDD;
width: 100%;
margin: 10px 0px 3px 0px;
padding: 0px 4px;
border-radius: 10px 10px 0 0
}
.hideBadArt div .arts .badArt {
display: none;
}
.hideGoodArt div .arts .goodArt {
display: none;
}
.hideOneArt .oneArt {
display: none;
}
.album {
clear: both;
position: relative;
}
.arts {
width: 100%;
background: #DDDDDD;
border-radius: 0 0 10px 10px;
}
.artcontainer {
width: 200px;
height: 200px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
.art {
float: left;
margin: 2px;
padding: 5px;
display: inline-table;
}
.art:hover {
border: solid 1px #000000;
margin: 1px;
}
.art td {
padding-right: 5px;
}
.art td:nth-of-type(2) {
width: 100%;
}
.art table {
width: 100%;
}
.art-infos {
float: right;
margin-top: 5px;
margin-right: 5px;
border-radius: 3px;
padding-left: 3px;
padding-right: 3px;
background-color: rgba(255, 255, 255, 0.5);
}
.album-title-right {
float: right;
margin-top: 5px;
margin-right: 5px;
}
.art-drag-hover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.5);
display: flex;
justify-content: center;
align-items: center;
pointer-events: none;
}
.art-drag-hover div {
font-size: 25pt;
color: gray;
}
.glyphicon-refresh {
cursor: pointer;
}
.glyphicon-download {
cursor: pointer;
}
.glyphicon-link {
color: #0000BB;
}
.glyphicon-star {
color: #FFFF00;
}
.glyphicon-ok {
color: #00BB00;
cursor: pointer;
}
.glyphicon-remove {
color: #BB0000;
cursor: pointer;
}
.bad {
color: #990000;
}
.good {
color: #009900;
}
.badArt {
background: #FFDDDD;
}
#artview {
display: none;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 50px;
background-color: rgba(255,255,255,0.75);
text-align: center;
}
#artview img {
max-width: 100%;
max-height: 80%;
margin-top: 5%;
}
#options-drop-down label {
text-indent: -1.2em;
margin-left: 1.6em;
}
.glyphicon-refresh-animate {
-animation: spin 2s infinite linear;
-webkit-animation: spin2 2s infinite linear;
}
@-webkit-keyframes spin2 {
from { -webkit-transform: rotate(0deg);}
to { -webkit-transform: rotate(360deg);}
}
@keyframes spin {
from { transform: scale(1) rotate(0deg);}
to { transform: scale(1) rotate(360deg);}
} | beetsplug/arttools/static/css/webchooser.css | body {
padding-top: 70px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
}
#content h1 {
background: #DDDDDD;
width: 100%;
margin: 10px 0px 3px 0px;
padding: 0px 4px;
border-radius: 10px 10px 0 0
}
.hideBadArt div .arts .badArt {
display: none;
}
.hideGoodArt div .arts .goodArt {
display: none;
}
.hideOneArt .oneArt {
display: none;
}
.album {
clear: both;
position: relative;
}
.arts {
width: 100%;
background: #DDDDDD;
border-radius: 0 0 10px 10px;
}
.artcontainer {
width: 200px;
height: 200px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
.art {
float: left;
margin: 2px;
padding: 5px;
display: inline-table;
}
.art:hover {
border: solid 1px #000000;
margin: 1px;
}
.art td {
padding-right: 5px;
}
.art td:nth-of-type(2) {
width: 100%;
}
.art table {
width: 100%;
}
.art-infos {
float: right;
margin-top: 5px;
margin-right: 5px;
border-radius: 3px;
padding-left: 3px;
padding-right: 3px;
background-color: rgba(255, 255, 255, 0.5);
}
.album-title-right {
float: right;
margin-top: 5px;
margin-right: 5px;
}
.art-drag-hover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.5);
display: flex;
justify-content: center;
align-items: center;
pointer-events: none;
}
.art-drag-hover div {
font-size: 25pt;
color: gray;
}
.glyphicon-refresh {
cursor: pointer;
}
.glyphicon-download {
cursor: pointer;
}
.glyphicon-link {
color: #0000BB;
}
.glyphicon-star {
color: #FFFF00;
}
.glyphicon-ok {
color: #00BB00;
cursor: pointer;
}
.glyphicon-remove {
color: #BB0000;
cursor: pointer;
}
.bad {
color: #990000;
}
.good {
color: #009900;
}
.badArt {
background: #FFDDDD;
}
#artview {
display: none;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 50px;
background-color: rgba(255,255,255,0.75);
text-align: center;
}
#artview img {
max-width: 100%;
max-height: 80%;
margin-top: 5%;
}
#options-drop-down label {
text-indent: -1.2em;
margin-left: 1.6em;
}
.glyphicon-refresh-animate {
-animation: spin 2s infinite linear;
-webkit-animation: spin2 2s infinite linear;
}
@-webkit-keyframes spin2 {
from { -webkit-transform: rotate(0deg);}
to { -webkit-transform: rotate(360deg);}
}
@keyframes spin {
from { transform: scale(1) rotate(0deg);}
to { transform: scale(1) rotate(360deg);}
} | 0.613815 | 0.13852 |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url('../assets/Roboto.woff2') format('woff2');
}
* {
margin: 0; padding: 0;
}
html, body, .container {
height: 100%;
font-family: 'Roboto';
}
.card {
padding: 10px 10px 10px 10px;
margin: 20px 10px 10px 10px;
background-color: rgba(107, 192, 72, 0.2);
border-width: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.information {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
height: 100%;
margin-left: -2em;
}
.information .desc {
width: auto;
margin: 5px;
text-align: center;
color: black;
}
.bold {
font-weight: bold;
}
#profile-image {
border-radius: 50%;
}
/* Number Pad */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
#keyboard {
margin: 0;
padding: 0;
list-style: none;
float: right;
}
#keyboard li {
float: left;
margin: 0 5px 5px 0;
width: 60px;
height: 60px;
font-size: 24px;
line-height: 60px;
text-align: center;
background: #fff;
border: 1px solid #f9f9f9;
border-radius: 5px;
}
.capslock, .tab, .left-shift, .clearl, .switch {
clear: left;
}
#keyboard .tab, #keyboard .delete {
width: 125px;
}
#keyboard .capslock {
width: 80px;
}
#keyboard .return {
width: 90px;
}
#keyboard .left-shift{
width: 70px;
}
#keyboard .switch {
width: 90px;
}
#keyboard .rightright-shift {
width: 109px;
}
.lastitem {
margin-right: 0;
}
.uppercase {
text-transform: uppercase;
}
#keyboard .space {
float: left;
width: 556px;
}
#keyboard .switch, #keyboard .space, #keyboard .return{
font-size: 16px;
}
.on {
display: none;
}
#keyboard li:hover {
position: relative;
top: 1px;
left: 1px;
border-color: #e5e5e5;
cursor: pointer;
}
ul li{
cursor: pointer;
}
table {
width: 100%;
}
#note thead, #note tbody, #note tr, #note td, #note th { display: block; }
#here thead, #here tbody, #here tr, #here td, #here th { display: block; }
tr:after {
content: ' ';
display: block;
visibility: hidden;
clear: both;
}
#note thead {
background-color: #67BC45;
}
#note thead th {
height: 40px;
text-align: center;
color: white;
}
#note thead th#dates {
height: 0%;
text-align: center;
background-color: #ffffff;
}
#note tbody {
height: 240px;
overflow-y: auto;
}
#note tbody td {
width: 100%;
height: 40px;
float: left;
color: #000000;
background-color: #ffffff;
}
#here tbody {
height: 289px;
overflow-y: auto;
}
#here tbody td {
width: 33%;
height: 40px;
float: left;
color: #000000;
background-color: #ffffff;
}
.here {
border: 2px solid black;
background-color: white;
color: black;
padding: 5px 10px;
font-size: 14px;
cursor: pointer;
float: right;
}
/* Blue */
.info {
border-color: #67BC45;
color: #67BC45;
}
.info:hover {
background: #67BC45;
color: white;
}
#note tbody td.note-phone {
width: 25%;
float: left;
color: #000000;
background-color: #ffffff;
}
#note tbody td.note-message {
width: 55%;
float: left;
color: #000000;
font-size: 13px;
background-color: #ffffff;
}
#note tbody td.note-green {
color: green;
}
#note tbody td.note-red {
color: red;
}
#note tbody td.note-time {
width: 18%;
float: left;
color: #000000;
background-color: #ffffff;
}
#here thead {
background-color: #67BC45;
}
#here thead th {
height: 40px;
text-align: center;
color: white;
}
/**** Text Inside Circle ****/
.circle-text {
display: table-cell;
height: 120px;
width: 120px;
text-align: center;
vertical-align: middle;
border-radius: 50%;
background: #67BC45;
color: #fff;
font: 18px "josefin sans", arial;
}
.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited {
background-color: #67BC45!important;
}
#here .checkbox {
margin-top: 0;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
#here .checkbox.show:before {
content: '\e013';
color: #67BC45;
font-size: 17px;
margin: 1px 0 0 3px;
position: absolute;
pointer-events: none;
font-family: 'Glyphicons Halflings';
}
#here .checkbox .character-checkbox {
width: 25px;
height: 25px;
cursor: pointer;
border-radius: 3px;
border: 1px solid #ccc;
vertical-align: middle;
display: inline-block;
z-index: 1000;
background-color: #fff;
}
#here .checkbox .label {
color: #ffffff;
font-size: 14px;
font-weight: bold;
} | css/home-style.css | @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url('../assets/Roboto.woff2') format('woff2');
}
* {
margin: 0; padding: 0;
}
html, body, .container {
height: 100%;
font-family: 'Roboto';
}
.card {
padding: 10px 10px 10px 10px;
margin: 20px 10px 10px 10px;
background-color: rgba(107, 192, 72, 0.2);
border-width: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.information {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
height: 100%;
margin-left: -2em;
}
.information .desc {
width: auto;
margin: 5px;
text-align: center;
color: black;
}
.bold {
font-weight: bold;
}
#profile-image {
border-radius: 50%;
}
/* Number Pad */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
#keyboard {
margin: 0;
padding: 0;
list-style: none;
float: right;
}
#keyboard li {
float: left;
margin: 0 5px 5px 0;
width: 60px;
height: 60px;
font-size: 24px;
line-height: 60px;
text-align: center;
background: #fff;
border: 1px solid #f9f9f9;
border-radius: 5px;
}
.capslock, .tab, .left-shift, .clearl, .switch {
clear: left;
}
#keyboard .tab, #keyboard .delete {
width: 125px;
}
#keyboard .capslock {
width: 80px;
}
#keyboard .return {
width: 90px;
}
#keyboard .left-shift{
width: 70px;
}
#keyboard .switch {
width: 90px;
}
#keyboard .rightright-shift {
width: 109px;
}
.lastitem {
margin-right: 0;
}
.uppercase {
text-transform: uppercase;
}
#keyboard .space {
float: left;
width: 556px;
}
#keyboard .switch, #keyboard .space, #keyboard .return{
font-size: 16px;
}
.on {
display: none;
}
#keyboard li:hover {
position: relative;
top: 1px;
left: 1px;
border-color: #e5e5e5;
cursor: pointer;
}
ul li{
cursor: pointer;
}
table {
width: 100%;
}
#note thead, #note tbody, #note tr, #note td, #note th { display: block; }
#here thead, #here tbody, #here tr, #here td, #here th { display: block; }
tr:after {
content: ' ';
display: block;
visibility: hidden;
clear: both;
}
#note thead {
background-color: #67BC45;
}
#note thead th {
height: 40px;
text-align: center;
color: white;
}
#note thead th#dates {
height: 0%;
text-align: center;
background-color: #ffffff;
}
#note tbody {
height: 240px;
overflow-y: auto;
}
#note tbody td {
width: 100%;
height: 40px;
float: left;
color: #000000;
background-color: #ffffff;
}
#here tbody {
height: 289px;
overflow-y: auto;
}
#here tbody td {
width: 33%;
height: 40px;
float: left;
color: #000000;
background-color: #ffffff;
}
.here {
border: 2px solid black;
background-color: white;
color: black;
padding: 5px 10px;
font-size: 14px;
cursor: pointer;
float: right;
}
/* Blue */
.info {
border-color: #67BC45;
color: #67BC45;
}
.info:hover {
background: #67BC45;
color: white;
}
#note tbody td.note-phone {
width: 25%;
float: left;
color: #000000;
background-color: #ffffff;
}
#note tbody td.note-message {
width: 55%;
float: left;
color: #000000;
font-size: 13px;
background-color: #ffffff;
}
#note tbody td.note-green {
color: green;
}
#note tbody td.note-red {
color: red;
}
#note tbody td.note-time {
width: 18%;
float: left;
color: #000000;
background-color: #ffffff;
}
#here thead {
background-color: #67BC45;
}
#here thead th {
height: 40px;
text-align: center;
color: white;
}
/**** Text Inside Circle ****/
.circle-text {
display: table-cell;
height: 120px;
width: 120px;
text-align: center;
vertical-align: middle;
border-radius: 50%;
background: #67BC45;
color: #fff;
font: 18px "josefin sans", arial;
}
.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited {
background-color: #67BC45!important;
}
#here .checkbox {
margin-top: 0;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
#here .checkbox.show:before {
content: '\e013';
color: #67BC45;
font-size: 17px;
margin: 1px 0 0 3px;
position: absolute;
pointer-events: none;
font-family: 'Glyphicons Halflings';
}
#here .checkbox .character-checkbox {
width: 25px;
height: 25px;
cursor: pointer;
border-radius: 3px;
border: 1px solid #ccc;
vertical-align: middle;
display: inline-block;
z-index: 1000;
background-color: #fff;
}
#here .checkbox .label {
color: #ffffff;
font-size: 14px;
font-weight: bold;
} | 0.33764 | 0.074265 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
:root {
--colors-red: #eb4d4b;
--colors-light-blue: #2b99b1;
--colors-turquise: lightseagreen;
--colors-black: #1d1d1d;
--colors-dark-gray: #29272a;
--colors-light-gray: #b0b0b0;
--colors-white: #e6e6e6;
--background-color: var(--colors-black);
--background-box-color: var(--colors-dark-gray); /* Background color of bg-image */
--font-color: var(--colors-light-gray);
--font-headline-color: var(--colors-white);
--accent-color: var(--colors-light-blue);
--selection-color: var(--colors-turquise);
--margin-h: 2rem;
--margin-p: .5rem;
--margin-inset: 1em;
--padding-p: 1.5em;
--radius-box: 1em;
}
html {
margin: 0;
padding: 0;
font-size: 1.5rem;
/* Smaller EM: Small on small | Larger VMIN: large on large */
font-size: calc(0.75em + 1.2vmin); /* https://bits.theorem.co/css-pro-tips-responsive-font-sizes-and-when-to-use-which-units/ */
color: var(--font-color); /* Highlight #08fdd8 */
background-color: #1d1d1d;
background-image: url("../Images/Background.svg");
}
body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
min-height: 100vh;
display: flex;
flex-direction: column;
}
.debug {
color: red !important;
}
.content, .header, .title {
margin: 2em 4rem 0 4rem;
}
@media only screen and (max-width: 40em) {
.content, .header {
margin: 2em 1rem 0 1rem;
}
}
.header {
margin-top: 0;
padding-top: 2em;
}
ul.fa-ul li span {
color: var(--accent-color);
font-size: .7em;
}
ul.fa-ul li {
line-height: 1.5em;
}
.box {
margin-top: var(--margin-p);
padding: var(--padding-p);
border-radius: var(--radius-box);
background: var(--background-box-color);
/* transition: .2s ease-in-out; */
}
.box :first-child {
margin-top: 0;
}
.box :last-child {
margin-bottom: 0;
}
/* .box:hover:not(.footer) {
transform: scale(1.005);
} */
.inline * {
display: inline-block;
vertical-align: top;
}
.table-of-content ul {
margin-top: var(--margin-p);
margin-left: 1.2em;
}
.inset {
margin-left: var(--margin-inset);
margin-right: var(--margin-inset);
}
.inset-children > * {
margin-left: var(--margin-inset);
margin-right: var(--margin-inset);
}
img {
max-width: 100%;
max-height: 100%;
}
button.no-style, input[type="submit"].no-style, input[type="reset"].no-style {
background: none;
color: inherit;
border: none;
padding: 0;
margin: 0;
font: inherit;
cursor: pointer;
outline: inherit;
} | Css/main.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
:root {
--colors-red: #eb4d4b;
--colors-light-blue: #2b99b1;
--colors-turquise: lightseagreen;
--colors-black: #1d1d1d;
--colors-dark-gray: #29272a;
--colors-light-gray: #b0b0b0;
--colors-white: #e6e6e6;
--background-color: var(--colors-black);
--background-box-color: var(--colors-dark-gray); /* Background color of bg-image */
--font-color: var(--colors-light-gray);
--font-headline-color: var(--colors-white);
--accent-color: var(--colors-light-blue);
--selection-color: var(--colors-turquise);
--margin-h: 2rem;
--margin-p: .5rem;
--margin-inset: 1em;
--padding-p: 1.5em;
--radius-box: 1em;
}
html {
margin: 0;
padding: 0;
font-size: 1.5rem;
/* Smaller EM: Small on small | Larger VMIN: large on large */
font-size: calc(0.75em + 1.2vmin); /* https://bits.theorem.co/css-pro-tips-responsive-font-sizes-and-when-to-use-which-units/ */
color: var(--font-color); /* Highlight #08fdd8 */
background-color: #1d1d1d;
background-image: url("../Images/Background.svg");
}
body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
min-height: 100vh;
display: flex;
flex-direction: column;
}
.debug {
color: red !important;
}
.content, .header, .title {
margin: 2em 4rem 0 4rem;
}
@media only screen and (max-width: 40em) {
.content, .header {
margin: 2em 1rem 0 1rem;
}
}
.header {
margin-top: 0;
padding-top: 2em;
}
ul.fa-ul li span {
color: var(--accent-color);
font-size: .7em;
}
ul.fa-ul li {
line-height: 1.5em;
}
.box {
margin-top: var(--margin-p);
padding: var(--padding-p);
border-radius: var(--radius-box);
background: var(--background-box-color);
/* transition: .2s ease-in-out; */
}
.box :first-child {
margin-top: 0;
}
.box :last-child {
margin-bottom: 0;
}
/* .box:hover:not(.footer) {
transform: scale(1.005);
} */
.inline * {
display: inline-block;
vertical-align: top;
}
.table-of-content ul {
margin-top: var(--margin-p);
margin-left: 1.2em;
}
.inset {
margin-left: var(--margin-inset);
margin-right: var(--margin-inset);
}
.inset-children > * {
margin-left: var(--margin-inset);
margin-right: var(--margin-inset);
}
img {
max-width: 100%;
max-height: 100%;
}
button.no-style, input[type="submit"].no-style, input[type="reset"].no-style {
background: none;
color: inherit;
border: none;
padding: 0;
margin: 0;
font: inherit;
cursor: pointer;
outline: inherit;
} | 0.412767 | 0.116991 |
body {
font-family: "Poppins", sans-serif;
color: #0c0c0c;
background-color: #ffffff;
}
.layout_padding {
padding-top: 90px;
padding-bottom: 90px;
}
.layout_padding2 {
padding-top: 45px;
padding-bottom: 45px;
}
.layout_padding2-top {
padding-top: 45px;
}
.layout_padding2-bottom {
padding-bottom: 45px;
}
.layout_padding-top {
padding-top: 90px;
}
.layout_padding-bottom {
padding-bottom: 90px;
}
.heading_container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.heading_container h2 {
position: relative;
font-weight: bold;
}
.heading_container img {
width: 30px;
}
/*header section*/
.hero_area {
height: 100vh;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background: linear-gradient(130deg, #fb8263 73%, #fdc5b1 73%);
}
.sub_page .hero_area {
height: auto;
background: none;
background-color: #fb8263;
}
.header_section .container {
padding: 0;
}
.header_section .nav_container {
margin: 0 auto;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
padding: 10px 35px;
color: #ffffff;
text-align: center;
border-radius: 35px;
}
.custom_nav-container .navbar-nav .nav-item .nav-link.last_link {
padding-right: 0;
}
a,
a:hover,
a:focus {
text-decoration: none;
}
a:hover,
a:focus {
color: initial;
}
.btn,
.btn:focus {
outline: none !important;
-webkit-box-shadow: none;
box-shadow: none;
}
.custom_nav-container .nav_search-btn {
background-image: url(../images/search-icon.png);
background-size: 22px;
background-repeat: no-repeat;
background-position-y: 7px;
width: 35px;
height: 35px;
padding: 0;
border: none;
}
.navbar-brand {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: 'Lobster', cursive;
}
.navbar-brand img {
margin-right: 5px;
width: 35px;
}
.navbar-brand span {
font-size: 22px;
color: #ffffff;
margin-top: 5px;
}
.custom_nav-container {
z-index: 99999;
}
.navbar-expand-lg .navbar-collapse {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.custom_nav-container .navbar-toggler {
outline: none;
}
.custom_nav-container .navbar-toggler {
padding: 0;
width: 37px;
height: 42px;
}
.custom_nav-container .navbar-toggler span {
display: block;
width: 35px;
height: 4px;
background-color: #ffffff;
border-radius: 5px;
margin: 7px 0;
-webkit-transition: all .3s;
transition: all .3s;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin: 0;
margin-bottom: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
display: none;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
margin: 0;
margin-top: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
-webkit-transform: none;
transform: none;
}
/*end header section*/
/* slider section */
.slider_section {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
z-index: 2;
color: #3b3a3a;
padding-bottom: 90px;
}
.slider_section .row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.slider_section .detail_box {
color: #ffffff;
}
.slider_section .detail_box h1 {
font-size: 3.5rem;
font-family: 'Lobster', cursive;
}
.slider_section .detail_box p {
margin-top: 20px;
}
.slider_section .detail_box a {
display: inline-block;
padding: 10px 40px;
background-color: #bb3d1c;
color: #ffffff;
border-radius: 35px;
margin-top: 35px;
}
.slider_section .detail_box a:hover {
background-color: #d1441f;
}
.slider_section .img_container {
background-color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 45px;
padding: 35px 0;
}
.slider_section .img_container div#carouselExampleIndicators {
width: 100%;
position: unset;
}
.slider_section .img_container .img-box {
width: 225px;
height: 325px;
margin: auto;
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;
}
.slider_section .img_container .img-box img {
width: 100%;
}
.slider_section .carousel-indicators {
position: unset;
}
.slider_section .carousel-indicators li {
height: auto;
text-indent: unset;
border: none;
opacity: 1;
background-color: transparent;
display: none;
color: #fb8263;
font-weight: bold;
}
.slider_section .carousel-indicators li.active {
display: block;
}
.slider_section .carousel_btn-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
position: unset;
width: 45px;
height: 45px;
border: none;
border-radius: 100%;
opacity: 1;
background-repeat: no-repeat;
background-size: 28px;
background-position: center;
}
.slider_section .carousel_btn-box .carousel-control-prev {
background-image: url(../images/prev.png);
}
.slider_section .carousel_btn-box .carousel-control-prev:hover {
background-image: url(../images/prev-light.png);
}
.slider_section .carousel_btn-box .carousel-control-next {
background-image: url(../images/next.png);
}
.slider_section .carousel_btn-box .carousel-control-next:hover {
background-image: url(../images/next-light.png);
}
.product_section {
text-align: center;
}
.product_section .heading_container {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.product_section .product_container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 35px 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.product_section .product_container .box_container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin: 25px 1.5%;
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
}
.product_section .product_container .box_container .img-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 200px;
margin-bottom: -105px;
position: relative;
z-index: 2;
}
.product_section .product_container .box_container .img-box img {
width: 100%;
}
.product_section .product_container .box {
padding: 125px 25px 25px;
border-radius: 15px;
background-color: #fc9e85;
-webkit-transition: all .1s;
transition: all .1s;
}
.product_section .product_container .box .detail-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 25px;
color: #ffffff;
}
.product_section .product_container .box .detail-box h5 {
font-size: 22px;
font-weight: 600;
position: relative;
margin-bottom: 15px;
}
.product_section .product_container .box .detail-box a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 45px;
height: 45px;
background-color: #ffffff;
border-radius: 100%;
margin-top: 5px;
}
.product_section .product_container .box:hover, .product_section .product_container .box.active {
background-color: #fb8263;
}
.about_section .row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about_section .img-box img {
width: 100%;
}
.about_section .detail-box .heading_container {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
text-align: left;
}
.about_section .detail-box p {
margin-top: 25px;
}
.about_section .detail-box a {
display: inline-block;
padding: 10px 35px;
background-color: #bb3d1c;
color: #ffffff;
border-radius: 35px;
margin: 25px 0 45px 0;
}
.about_section .detail-box a:hover {
background-color: #d1441f;
}
.client_section {
text-align: center;
background-color: #fb8263;
background-size: cover;
}
.client_section .heading_container {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
}
.client_section .container .row {
padding-top: 45px;
}
.client_section .client_box {
background-color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 35px 45px 25px;
margin-bottom: 45px;
border-radius: 15px;
}
.client_section .client_box .img_box {
width: 145px;
border: 5px solid #bb3d1c;
border-radius: 100%;
overflow: hidden;
}
.client_section .client_box .img_box img {
width: 100%;
}
.client_section .client_box .detail_box {
position: relative;
margin-top: 25px;
}
.client_section .client_box .detail_box h5 {
margin-bottom: 25px;
font-size: 18px;
position: relative;
}
.client_section .carousel-indicators {
margin: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
bottom: -25px;
}
.client_section .carousel-indicators li {
color: #ffffff;
width: 15px;
height: 15px;
opacity: 1;
border-radius: 100%;
background-color: transparent;
border: 3px solid #ffffff;
}
.contact_section {
position: relative;
}
.contact_section h2 {
text-align: center;
}
.contact_section .design-box {
position: absolute;
bottom: 50%;
-webkit-transform: translateY(50%);
transform: translateY(50%);
right: 0;
width: 75px;
}
.contact_section .design-box img {
width: 100%;
}
.contact_section h2 {
margin-bottom: 55px;
}
.contact_section input {
width: 100%;
border: none;
height: 50px;
margin-bottom: 25px;
padding-left: 25px;
background-color: transparent;
outline: none;
color: #101010;
-webkit-box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.11);
box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.11);
}
.contact_section input::-webkit-input-placeholder {
color: #131313;
}
.contact_section input:-ms-input-placeholder {
color: #131313;
}
.contact_section input::-ms-input-placeholder {
color: #131313;
}
.contact_section input::placeholder {
color: #131313;
}
.contact_section input.message-box {
height: 120px;
}
.contact_section button {
padding: 10px 55px;
background-color: #bb3d1c;
color: #ffffff;
border-radius: 30px;
margin-top: 35px;
border: none;
}
.contact_section .contact_items {
margin-top: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.contact_section .contact_items .item {
width: 250px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
margin-top: 30px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.contact_section .contact_items .item .img-box {
width: 60px;
margin-right: 10px;
}
.contact_section .contact_items .item .detail-box {
color: #3b3b3a;
}
.contact_section .contact_items .item .detail-box p {
margin: 0;
}
.info_section {
text-align: center;
background-color: #fb8263;
color: #ffffff;
}
.info_section .info_social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 auto 20px auto;
}
.info_section .info_social img {
width: 40px;
margin-left: 8px;
}
.info_section p {
margin: 35px 0 0 0;
}
/* footer section*/
.footer_section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
.footer_section p {
color: #222222;
margin: 0 auto;
text-align: center;
padding: 20px;
}
.footer_section p a {
color: #222222;
}
/*# sourceMappingURL=style.css.map */ | python全栈/day44/static/css/style.css | body {
font-family: "Poppins", sans-serif;
color: #0c0c0c;
background-color: #ffffff;
}
.layout_padding {
padding-top: 90px;
padding-bottom: 90px;
}
.layout_padding2 {
padding-top: 45px;
padding-bottom: 45px;
}
.layout_padding2-top {
padding-top: 45px;
}
.layout_padding2-bottom {
padding-bottom: 45px;
}
.layout_padding-top {
padding-top: 90px;
}
.layout_padding-bottom {
padding-bottom: 90px;
}
.heading_container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.heading_container h2 {
position: relative;
font-weight: bold;
}
.heading_container img {
width: 30px;
}
/*header section*/
.hero_area {
height: 100vh;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background: linear-gradient(130deg, #fb8263 73%, #fdc5b1 73%);
}
.sub_page .hero_area {
height: auto;
background: none;
background-color: #fb8263;
}
.header_section .container {
padding: 0;
}
.header_section .nav_container {
margin: 0 auto;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
padding: 10px 35px;
color: #ffffff;
text-align: center;
border-radius: 35px;
}
.custom_nav-container .navbar-nav .nav-item .nav-link.last_link {
padding-right: 0;
}
a,
a:hover,
a:focus {
text-decoration: none;
}
a:hover,
a:focus {
color: initial;
}
.btn,
.btn:focus {
outline: none !important;
-webkit-box-shadow: none;
box-shadow: none;
}
.custom_nav-container .nav_search-btn {
background-image: url(../images/search-icon.png);
background-size: 22px;
background-repeat: no-repeat;
background-position-y: 7px;
width: 35px;
height: 35px;
padding: 0;
border: none;
}
.navbar-brand {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: 'Lobster', cursive;
}
.navbar-brand img {
margin-right: 5px;
width: 35px;
}
.navbar-brand span {
font-size: 22px;
color: #ffffff;
margin-top: 5px;
}
.custom_nav-container {
z-index: 99999;
}
.navbar-expand-lg .navbar-collapse {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.custom_nav-container .navbar-toggler {
outline: none;
}
.custom_nav-container .navbar-toggler {
padding: 0;
width: 37px;
height: 42px;
}
.custom_nav-container .navbar-toggler span {
display: block;
width: 35px;
height: 4px;
background-color: #ffffff;
border-radius: 5px;
margin: 7px 0;
-webkit-transition: all .3s;
transition: all .3s;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin: 0;
margin-bottom: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
display: none;
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
margin: 0;
margin-top: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
-webkit-transform: none;
transform: none;
}
/*end header section*/
/* slider section */
.slider_section {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
z-index: 2;
color: #3b3a3a;
padding-bottom: 90px;
}
.slider_section .row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.slider_section .detail_box {
color: #ffffff;
}
.slider_section .detail_box h1 {
font-size: 3.5rem;
font-family: 'Lobster', cursive;
}
.slider_section .detail_box p {
margin-top: 20px;
}
.slider_section .detail_box a {
display: inline-block;
padding: 10px 40px;
background-color: #bb3d1c;
color: #ffffff;
border-radius: 35px;
margin-top: 35px;
}
.slider_section .detail_box a:hover {
background-color: #d1441f;
}
.slider_section .img_container {
background-color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 45px;
padding: 35px 0;
}
.slider_section .img_container div#carouselExampleIndicators {
width: 100%;
position: unset;
}
.slider_section .img_container .img-box {
width: 225px;
height: 325px;
margin: auto;
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;
}
.slider_section .img_container .img-box img {
width: 100%;
}
.slider_section .carousel-indicators {
position: unset;
}
.slider_section .carousel-indicators li {
height: auto;
text-indent: unset;
border: none;
opacity: 1;
background-color: transparent;
display: none;
color: #fb8263;
font-weight: bold;
}
.slider_section .carousel-indicators li.active {
display: block;
}
.slider_section .carousel_btn-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
position: unset;
width: 45px;
height: 45px;
border: none;
border-radius: 100%;
opacity: 1;
background-repeat: no-repeat;
background-size: 28px;
background-position: center;
}
.slider_section .carousel_btn-box .carousel-control-prev {
background-image: url(../images/prev.png);
}
.slider_section .carousel_btn-box .carousel-control-prev:hover {
background-image: url(../images/prev-light.png);
}
.slider_section .carousel_btn-box .carousel-control-next {
background-image: url(../images/next.png);
}
.slider_section .carousel_btn-box .carousel-control-next:hover {
background-image: url(../images/next-light.png);
}
.product_section {
text-align: center;
}
.product_section .heading_container {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.product_section .product_container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 35px 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.product_section .product_container .box_container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin: 25px 1.5%;
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
}
.product_section .product_container .box_container .img-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 200px;
margin-bottom: -105px;
position: relative;
z-index: 2;
}
.product_section .product_container .box_container .img-box img {
width: 100%;
}
.product_section .product_container .box {
padding: 125px 25px 25px;
border-radius: 15px;
background-color: #fc9e85;
-webkit-transition: all .1s;
transition: all .1s;
}
.product_section .product_container .box .detail-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 25px;
color: #ffffff;
}
.product_section .product_container .box .detail-box h5 {
font-size: 22px;
font-weight: 600;
position: relative;
margin-bottom: 15px;
}
.product_section .product_container .box .detail-box a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 45px;
height: 45px;
background-color: #ffffff;
border-radius: 100%;
margin-top: 5px;
}
.product_section .product_container .box:hover, .product_section .product_container .box.active {
background-color: #fb8263;
}
.about_section .row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about_section .img-box img {
width: 100%;
}
.about_section .detail-box .heading_container {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
text-align: left;
}
.about_section .detail-box p {
margin-top: 25px;
}
.about_section .detail-box a {
display: inline-block;
padding: 10px 35px;
background-color: #bb3d1c;
color: #ffffff;
border-radius: 35px;
margin: 25px 0 45px 0;
}
.about_section .detail-box a:hover {
background-color: #d1441f;
}
.client_section {
text-align: center;
background-color: #fb8263;
background-size: cover;
}
.client_section .heading_container {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
}
.client_section .container .row {
padding-top: 45px;
}
.client_section .client_box {
background-color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 35px 45px 25px;
margin-bottom: 45px;
border-radius: 15px;
}
.client_section .client_box .img_box {
width: 145px;
border: 5px solid #bb3d1c;
border-radius: 100%;
overflow: hidden;
}
.client_section .client_box .img_box img {
width: 100%;
}
.client_section .client_box .detail_box {
position: relative;
margin-top: 25px;
}
.client_section .client_box .detail_box h5 {
margin-bottom: 25px;
font-size: 18px;
position: relative;
}
.client_section .carousel-indicators {
margin: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
bottom: -25px;
}
.client_section .carousel-indicators li {
color: #ffffff;
width: 15px;
height: 15px;
opacity: 1;
border-radius: 100%;
background-color: transparent;
border: 3px solid #ffffff;
}
.contact_section {
position: relative;
}
.contact_section h2 {
text-align: center;
}
.contact_section .design-box {
position: absolute;
bottom: 50%;
-webkit-transform: translateY(50%);
transform: translateY(50%);
right: 0;
width: 75px;
}
.contact_section .design-box img {
width: 100%;
}
.contact_section h2 {
margin-bottom: 55px;
}
.contact_section input {
width: 100%;
border: none;
height: 50px;
margin-bottom: 25px;
padding-left: 25px;
background-color: transparent;
outline: none;
color: #101010;
-webkit-box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.11);
box-shadow: 0px 2px 25px 3px rgba(0, 0, 0, 0.11);
}
.contact_section input::-webkit-input-placeholder {
color: #131313;
}
.contact_section input:-ms-input-placeholder {
color: #131313;
}
.contact_section input::-ms-input-placeholder {
color: #131313;
}
.contact_section input::placeholder {
color: #131313;
}
.contact_section input.message-box {
height: 120px;
}
.contact_section button {
padding: 10px 55px;
background-color: #bb3d1c;
color: #ffffff;
border-radius: 30px;
margin-top: 35px;
border: none;
}
.contact_section .contact_items {
margin-top: 35px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.contact_section .contact_items .item {
width: 250px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
margin-top: 30px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.contact_section .contact_items .item .img-box {
width: 60px;
margin-right: 10px;
}
.contact_section .contact_items .item .detail-box {
color: #3b3b3a;
}
.contact_section .contact_items .item .detail-box p {
margin: 0;
}
.info_section {
text-align: center;
background-color: #fb8263;
color: #ffffff;
}
.info_section .info_social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 auto 20px auto;
}
.info_section .info_social img {
width: 40px;
margin-left: 8px;
}
.info_section p {
margin: 35px 0 0 0;
}
/* footer section*/
.footer_section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
.footer_section p {
color: #222222;
margin: 0 auto;
text-align: center;
padding: 20px;
}
.footer_section p a {
color: #222222;
}
/*# sourceMappingURL=style.css.map */ | 0.329715 | 0.042364 |
>area figure out
*/
*{
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow:hidden;
}
div {
display: inline-block;
}
.body-container{
display:flex;
flex-direction:row;
width: 960px;
justify-content: space-between;
}
.aside-container2{
display:flex;
flex-direction: column;
background-color:#ffffff;
border-style: solid;
border-color:#dddddd;
height: 200px;
margin-top: 30px;
margin-right: 168px;
}
.aside-container{
display:flex;
flex-direction: column;
background-color:#ffffff;
border-style: solid;
border-color:#dddddd;
height: 200px;
margin-top: 30px;
}
.aside-body{
display:flex;
flex-direction: row;
width: 270px;
flex-flow: row wrap;
justify-content:space-evenly;
margin-top: 30px;
}
.about-contact-container{
display:flex;
flex-direction: column;
background-color:#ffffff;
border-style:solid;
border-color:#dddddd;
width: 650px;
height: 525px;
margin-top: 30px;
margin-right: 30px;
}
.about-contact-container2{
display:flex;
flex-direction: column;
background-color:#ffffff;
border-style:solid;
border-color:#dddddd;
width: 650px;
height: 525px;
margin-top: 30px;
margin-right: 30px;
margin-left:167px;
}
.about-body{
width: 650px;
padding-left: 25px;
font-family:Arial, Helvetica, 'Helvetica Neue',sans-serif;
color:#777777;
}
.about-contact-header{
font-family: 'Georgia','Times New Roman', Times, serif;
color: #4aaaa5;
padding-left: 20px;
}
.aside-header{
font-family: 'Georgia','Times New Roman', Times, serif;
color: #4aaaa5;
display: flex;
justify-content: center;
border-bottom: solid;
border-color:#dddddd;
}
.header{
display:flex;
flex-direction:row;
justify-content: space-between;
width: 960px;
align-items: center;
background-color:#ffffff;
font-family: 'Georgia','Times New Roman', Times, serif;
}
.header-border{
background-color: #4aaaa5;
color: #ffffff;
padding-right: 20px;
padding-left: 20px;
}
.header-nav{
display:flex;
flex-direction: row;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
font-family:Arial, Helvetica, 'Helvetica Neue',sans-serif;
color:#777777;
}
li{
float: left;
}
li a{
display:block;
color:#777777;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover{
background-color:#4aaaa5;
color:#ffffff;
}
.head1{
display:flex;
justify-content:center;
border-bottom: solid;
border-color:#cccccc;
}
.body1{
display:flex;
justify-content: center;
background-color: #f8f8f8;
height:100%
}
#about-img{
float:left;
width: 25%;
height: 25%;
margin: 20px 10px 0px 0px;
}
.about-text{
display:flex;
line-height: 1.6;
font-family:Arial, Helvetica, 'Helvetica Neue',sans-serif;
color: #777777;
padding-left: 20px;
font-weight: 500;
margin-right: 50px;
}
.foot1{
display:flex;
justify-content:center;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color:#666666;
border-top: solid;
border-color:#4aaaa5;
border-width: 5px;
color:#cccccc;
font-family:Arial, Helvetica, 'Helvetica Neue',sans-serif;
}
hr{
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border-width: 1px;
width: 92.5%;
}
.clearfix:after {
content: "";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
input[type=text] {
width: 95.5%;
padding: 7px 20px;
padding-right: 20px;
margin: 10px 0;
text-align: left;
}
textarea {
width: 95.5%;
padding: 7px 20px;
padding-right: 20px;
margin: 10px 0;
text-align: left;
}
input[type=submit]{
background-color:#4aaaa5;
font-family:Arial, Helvetica, 'Helvetica Neue',sans-serif;
border: none;
color:#ffffff;
text-align: center;
padding: 10px 30px;
margin: 8px 0;
text-decoration: none;
cursor: pointer;
} | assets/css/style.css | >area figure out
*/
*{
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow:hidden;
}
div {
display: inline-block;
}
.body-container{
display:flex;
flex-direction:row;
width: 960px;
justify-content: space-between;
}
.aside-container2{
display:flex;
flex-direction: column;
background-color:#ffffff;
border-style: solid;
border-color:#dddddd;
height: 200px;
margin-top: 30px;
margin-right: 168px;
}
.aside-container{
display:flex;
flex-direction: column;
background-color:#ffffff;
border-style: solid;
border-color:#dddddd;
height: 200px;
margin-top: 30px;
}
.aside-body{
display:flex;
flex-direction: row;
width: 270px;
flex-flow: row wrap;
justify-content:space-evenly;
margin-top: 30px;
}
.about-contact-container{
display:flex;
flex-direction: column;
background-color:#ffffff;
border-style:solid;
border-color:#dddddd;
width: 650px;
height: 525px;
margin-top: 30px;
margin-right: 30px;
}
.about-contact-container2{
display:flex;
flex-direction: column;
background-color:#ffffff;
border-style:solid;
border-color:#dddddd;
width: 650px;
height: 525px;
margin-top: 30px;
margin-right: 30px;
margin-left:167px;
}
.about-body{
width: 650px;
padding-left: 25px;
font-family:Arial, Helvetica, 'Helvetica Neue',sans-serif;
color:#777777;
}
.about-contact-header{
font-family: 'Georgia','Times New Roman', Times, serif;
color: #4aaaa5;
padding-left: 20px;
}
.aside-header{
font-family: 'Georgia','Times New Roman', Times, serif;
color: #4aaaa5;
display: flex;
justify-content: center;
border-bottom: solid;
border-color:#dddddd;
}
.header{
display:flex;
flex-direction:row;
justify-content: space-between;
width: 960px;
align-items: center;
background-color:#ffffff;
font-family: 'Georgia','Times New Roman', Times, serif;
}
.header-border{
background-color: #4aaaa5;
color: #ffffff;
padding-right: 20px;
padding-left: 20px;
}
.header-nav{
display:flex;
flex-direction: row;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
font-family:Arial, Helvetica, 'Helvetica Neue',sans-serif;
color:#777777;
}
li{
float: left;
}
li a{
display:block;
color:#777777;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover{
background-color:#4aaaa5;
color:#ffffff;
}
.head1{
display:flex;
justify-content:center;
border-bottom: solid;
border-color:#cccccc;
}
.body1{
display:flex;
justify-content: center;
background-color: #f8f8f8;
height:100%
}
#about-img{
float:left;
width: 25%;
height: 25%;
margin: 20px 10px 0px 0px;
}
.about-text{
display:flex;
line-height: 1.6;
font-family:Arial, Helvetica, 'Helvetica Neue',sans-serif;
color: #777777;
padding-left: 20px;
font-weight: 500;
margin-right: 50px;
}
.foot1{
display:flex;
justify-content:center;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color:#666666;
border-top: solid;
border-color:#4aaaa5;
border-width: 5px;
color:#cccccc;
font-family:Arial, Helvetica, 'Helvetica Neue',sans-serif;
}
hr{
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border-width: 1px;
width: 92.5%;
}
.clearfix:after {
content: "";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
input[type=text] {
width: 95.5%;
padding: 7px 20px;
padding-right: 20px;
margin: 10px 0;
text-align: left;
}
textarea {
width: 95.5%;
padding: 7px 20px;
padding-right: 20px;
margin: 10px 0;
text-align: left;
}
input[type=submit]{
background-color:#4aaaa5;
font-family:Arial, Helvetica, 'Helvetica Neue',sans-serif;
border: none;
color:#ffffff;
text-align: center;
padding: 10px 30px;
margin: 8px 0;
text-decoration: none;
cursor: pointer;
} | 0.322099 | 0.067824 |
@media screen {
body {
margin:0;
}
.mobiletoptools {
height:44px;
line-height:44px;
text-align:center;
font-size:11px;
font-weight:bold;
text-shadow:1px 1px #fff;
position:relative;
/* overflow:hidden;*/
margin:0 auto;
z-index:0;
background:#889BB3 url(../../images/mobile/mmenubg.gif) repeat-x left top;
}
.mobiletoptools .title {
font-size:16px;
font-weight:bold;
color:#717880;
text-shadow: #eff0f2 0 1px 1px;
text-align:center;
}
.mobtoolelements {
background:#A8ADBA url(../../images/mobile/mobtoolelements_bg.gif) repeat-x left top;
overflow:hidden;
padding:10px;
border:0;
color:#4c4e50;
text-shadow: #fff 0 1px 1px;
font-size:14px;
font-weight:bold;
}
.mobtoolelements fieldset, .mobtoolelements form {
border:0;
}
div.mobtoolelements input.inputbox, div.mobtoolelements input.inputbox:hover, div.mobtoolelements #modlgn_passwd, div.mobtoolelements #modlgn_username {
border:0;
width:302px;
height:32px;
padding:0 10px;
margin:5px 0;
background: url(../../images/mobile/mobile_input.png) no-repeat left top;
}
div.mobtoolelements #modlgn_remember {
background:none;
height:15px;
width:15px;
}
div.mobtoolelements .button {
color:#fff;
text-align:center;
font-weight:bold;
text-shadow: #696f76 0 -1px 1px;
height:31px;
width:70px;
border:0;
padding:0 0 3px 0;
background: url(../../images/mobile/mob_button.png) no-repeat left center;
}
div.mobtoolelements ul li {
background:none;
}
div.mobtoolelements ul li a, div.mobtoolelements ul li a:visited {
color:#4c4e50;
}
div.mobtoolelements ul li a:focus, div.mobtoolelements ul li a:hover {
color:#717880;
}
/* general toggler styles */
.YJ_mtoggler, .YJ_mtoggler_hover {
background:url(../../images/mobile/tog_l.gif) no-repeat left center;
color:#333333;
padding:0 0 0 10px;
height:31px;
line-height:28px;
cursor:pointer;
/* position:absolute;*/
left:5px;
top:7px;
float:left;
display:block;
}
.YJ_mtoggler span, .YJ_mtoggler span:hover {
display:block;
background:url(../../images/mobile/tog_r.gif) no-repeat right center;
height:31px;
line-height:28px;
padding:0 10px 0 0px;
width:auto;
color:#fff;
font-weight:bold;
text-shadow: #696f76 0 -1px 1px;
}
.YJ_mtoggler_active span, .YJ_mtoggler span:hover {
color:#dadfe5;
text-shadow: #121212 0 -1px 1px;
}
.YJ_mparams {
}
/* search toggler style*/
#mobsearch div.YJ_mtoggler {
height:31px;
width:43px;
padding:0;
background: url(../../images/mobile/mobsearch.gif) no-repeat left center;
text-indent:-9999%;
}
.search label{
display:none!important;
}
/*mobile login*/
.yjreg {
overflow:hidden;
margin:0 auto;
width:100%;
padding:0;
margin:0;
}
.yjreg label {
float:left;
height:20px;
overflow:hidden;
display:block;
width:200px;
}
.yjreg input {
float:right;
width:200px;
margin:0 10px 0 0;
}
.yjreg_ins {
width:100%;
clear:both;
float:left;
display:block;
}
/* mobile search*/
#mobsearch div.YJ_mtoggler span {
background:none;
padding:0;
}
.YJ_mparams div.search {
height:38px;
margin:0;
padding:0;
background-image:url(../../images/mobile/msearchbg.gif);
background-position:left center;
background-repeat:no-repeat;
background-color:#fff;
}
.YJ_mparams div.search .inputbox, .YJ_mparams div.search .inputbox:hover {
margin:3px 0 0 30px;
padding:3px 0 0 0;
width:630px;
height:25px;
background:none;
border:none;
}
.YJ_mparams form {
margin:0;
padding:0;
}
/* mobile menu */
#mobilemenu {
display:block;
}
#mobilemenu a, #mobilemenu a:visited {
color:#4c4e50;
}
#mobilemenu a:focus, #mobilemenu a:hover {
color:#717880;
}
#mobilemenu ul li {
margin: 0;
border-bottom: 1px solid #E0E0E0;
padding: 10px;
font-size: 20px;
font-weight: bold;
list-style: none;
font-family: Helvetica;
background:#fff;
position: relative;
}
#mobilemenu ul li.haschild {
}
#mobilemenu ul li.haschild ul li {
width: 150px;
height: 38px;
display: block;
position: absolute;
top: 0px;
right: 0;
padding: 0 !important;
background-image:none;
z-index:1;
}
#mobilemenu ul li.haschild ul li a, #mobilemenu ul li.haschild ul li a:link, #mobilemenu ul li.haschild ul li a:visited, #mobilemenu ul li.haschild ul li a:hover, #mobilemenu ul li.haschild ul li a:focus {
width:45px;
height:40px;
z-index:100;
position:absolute;
background: url(../../images/mobile/mobilearrow.png) no-repeat left center;
text-indent:-9999%;
right:0;
}
/* mobile switch*/
.changemobile {
height:31px;
width:44px;
position:absolute;
right:10px;
top:7px;
text-indent:-999%;
background: url(../../images/mobile/changemobile.gif) no-repeat left center;
}
/* mobile top scroll*/
.mscroll {
right:70px;
height:31px;
width:35px;
text-indent:-999%;
position:absolute;
left:auto;
top:7px;
background: url(../../images/mobile/mscroll.gif) no-repeat left center;
}
#mmholder{
position:absolute;
top:5px;
overflow:hidden;
}
#mobmenu,#mobsearch,#moblogin,#mobreg{
float:left;
height:44px;
width:75px;
margin:0px 0 0 0;
display:block;
overflow:hidden;
z-index:8000!important;
}
#mobmenu div.YJ_mtoggler,#mobsearch div.YJ_mtoggler,#moblogin div.YJ_mtoggler,#mobreg div.YJ_mtoggler{
left:0;
}
#mobsearch{
margin-left:15px;
}
.form-validate button.validate{
font-size:10px!important;
} | doc/Carrier Sense Multiple Access with Collision Avoidance (CSMA_CA)_files/iphone.css | @media screen {
body {
margin:0;
}
.mobiletoptools {
height:44px;
line-height:44px;
text-align:center;
font-size:11px;
font-weight:bold;
text-shadow:1px 1px #fff;
position:relative;
/* overflow:hidden;*/
margin:0 auto;
z-index:0;
background:#889BB3 url(../../images/mobile/mmenubg.gif) repeat-x left top;
}
.mobiletoptools .title {
font-size:16px;
font-weight:bold;
color:#717880;
text-shadow: #eff0f2 0 1px 1px;
text-align:center;
}
.mobtoolelements {
background:#A8ADBA url(../../images/mobile/mobtoolelements_bg.gif) repeat-x left top;
overflow:hidden;
padding:10px;
border:0;
color:#4c4e50;
text-shadow: #fff 0 1px 1px;
font-size:14px;
font-weight:bold;
}
.mobtoolelements fieldset, .mobtoolelements form {
border:0;
}
div.mobtoolelements input.inputbox, div.mobtoolelements input.inputbox:hover, div.mobtoolelements #modlgn_passwd, div.mobtoolelements #modlgn_username {
border:0;
width:302px;
height:32px;
padding:0 10px;
margin:5px 0;
background: url(../../images/mobile/mobile_input.png) no-repeat left top;
}
div.mobtoolelements #modlgn_remember {
background:none;
height:15px;
width:15px;
}
div.mobtoolelements .button {
color:#fff;
text-align:center;
font-weight:bold;
text-shadow: #696f76 0 -1px 1px;
height:31px;
width:70px;
border:0;
padding:0 0 3px 0;
background: url(../../images/mobile/mob_button.png) no-repeat left center;
}
div.mobtoolelements ul li {
background:none;
}
div.mobtoolelements ul li a, div.mobtoolelements ul li a:visited {
color:#4c4e50;
}
div.mobtoolelements ul li a:focus, div.mobtoolelements ul li a:hover {
color:#717880;
}
/* general toggler styles */
.YJ_mtoggler, .YJ_mtoggler_hover {
background:url(../../images/mobile/tog_l.gif) no-repeat left center;
color:#333333;
padding:0 0 0 10px;
height:31px;
line-height:28px;
cursor:pointer;
/* position:absolute;*/
left:5px;
top:7px;
float:left;
display:block;
}
.YJ_mtoggler span, .YJ_mtoggler span:hover {
display:block;
background:url(../../images/mobile/tog_r.gif) no-repeat right center;
height:31px;
line-height:28px;
padding:0 10px 0 0px;
width:auto;
color:#fff;
font-weight:bold;
text-shadow: #696f76 0 -1px 1px;
}
.YJ_mtoggler_active span, .YJ_mtoggler span:hover {
color:#dadfe5;
text-shadow: #121212 0 -1px 1px;
}
.YJ_mparams {
}
/* search toggler style*/
#mobsearch div.YJ_mtoggler {
height:31px;
width:43px;
padding:0;
background: url(../../images/mobile/mobsearch.gif) no-repeat left center;
text-indent:-9999%;
}
.search label{
display:none!important;
}
/*mobile login*/
.yjreg {
overflow:hidden;
margin:0 auto;
width:100%;
padding:0;
margin:0;
}
.yjreg label {
float:left;
height:20px;
overflow:hidden;
display:block;
width:200px;
}
.yjreg input {
float:right;
width:200px;
margin:0 10px 0 0;
}
.yjreg_ins {
width:100%;
clear:both;
float:left;
display:block;
}
/* mobile search*/
#mobsearch div.YJ_mtoggler span {
background:none;
padding:0;
}
.YJ_mparams div.search {
height:38px;
margin:0;
padding:0;
background-image:url(../../images/mobile/msearchbg.gif);
background-position:left center;
background-repeat:no-repeat;
background-color:#fff;
}
.YJ_mparams div.search .inputbox, .YJ_mparams div.search .inputbox:hover {
margin:3px 0 0 30px;
padding:3px 0 0 0;
width:630px;
height:25px;
background:none;
border:none;
}
.YJ_mparams form {
margin:0;
padding:0;
}
/* mobile menu */
#mobilemenu {
display:block;
}
#mobilemenu a, #mobilemenu a:visited {
color:#4c4e50;
}
#mobilemenu a:focus, #mobilemenu a:hover {
color:#717880;
}
#mobilemenu ul li {
margin: 0;
border-bottom: 1px solid #E0E0E0;
padding: 10px;
font-size: 20px;
font-weight: bold;
list-style: none;
font-family: Helvetica;
background:#fff;
position: relative;
}
#mobilemenu ul li.haschild {
}
#mobilemenu ul li.haschild ul li {
width: 150px;
height: 38px;
display: block;
position: absolute;
top: 0px;
right: 0;
padding: 0 !important;
background-image:none;
z-index:1;
}
#mobilemenu ul li.haschild ul li a, #mobilemenu ul li.haschild ul li a:link, #mobilemenu ul li.haschild ul li a:visited, #mobilemenu ul li.haschild ul li a:hover, #mobilemenu ul li.haschild ul li a:focus {
width:45px;
height:40px;
z-index:100;
position:absolute;
background: url(../../images/mobile/mobilearrow.png) no-repeat left center;
text-indent:-9999%;
right:0;
}
/* mobile switch*/
.changemobile {
height:31px;
width:44px;
position:absolute;
right:10px;
top:7px;
text-indent:-999%;
background: url(../../images/mobile/changemobile.gif) no-repeat left center;
}
/* mobile top scroll*/
.mscroll {
right:70px;
height:31px;
width:35px;
text-indent:-999%;
position:absolute;
left:auto;
top:7px;
background: url(../../images/mobile/mscroll.gif) no-repeat left center;
}
#mmholder{
position:absolute;
top:5px;
overflow:hidden;
}
#mobmenu,#mobsearch,#moblogin,#mobreg{
float:left;
height:44px;
width:75px;
margin:0px 0 0 0;
display:block;
overflow:hidden;
z-index:8000!important;
}
#mobmenu div.YJ_mtoggler,#mobsearch div.YJ_mtoggler,#moblogin div.YJ_mtoggler,#mobreg div.YJ_mtoggler{
left:0;
}
#mobsearch{
margin-left:15px;
}
.form-validate button.validate{
font-size:10px!important;
} | 0.171963 | 0.06354 |
.article-cont .content .cont-about {
background: #fff;
margin-bottom: 15px;
}
.article-cont .content .cont-about .tit {
font-size: 22px;
color: #57bc4c;
padding: 15px;
padding-left: 0px;
}
.article-cont .content .cont-about .tit span {
border-left: solid 8px #57bc4c;
padding-left: 20px;
}
.article-cont .content .cont-about .cont {
height: 68px;
overflow: hidden;
padding: 10px;
font-size: 16px;
line-height: 32px;
transition: 1s;
}
.article-cont .content .cont-about .more {
display: block;
line-height: 26px;
padding: 10px;
}
.article-cont .content .cont-about .suitable-title {
margin: 0 15px;
line-height: 30px;
border-bottom: solid 1px #57bc4c;
color: #57bc4c;
}
.article-cont .content .cont-about .suitable {
color: #999;
font-size: 16px;
padding: 15px;
}
.article-cont .content .cont-course {
margin: 15px 0;
background: #fff;
}
.article-cont .content .cont-course .tit {
font-size: 22px;
color: #57bc4c;
padding: 15px;
padding-left: 0px;
}
.article-cont .content .cont-course .tit span {
border-left: solid 8px #57bc4c;
padding-left: 20px;
}
.article-cont .content .cont-course .cont {
padding: 20px;
}
.article-cont .content .cont-course .cont .school {
font-size: 16px;
margin-bottom: 10px;
border-bottom: solid 1px #f4f4f4;
}
.article-cont .content .cont-course .cont .school p:nth-child(1) {
font-size: 22px;
}
.article-cont .content .cont-course .cont .info {
margin-bottom: 10px;
font-size: 18px;
}
.article-cont .content .cont-course .cont .info img {
width: 60px;
height: 60px;
float: left;
margin-right: 15px;
border-radius: 50%;
}
.article-cont .content .cont-course .cont .info p {
margin: 0;
line-height: 30px;
}
.article-cont .content .cont-course .cont .info p:nth-child(2) {
font-size: 16px;
color: #999;
}
.article-cont .content .cont-course .cont .table {
border: solid 1px #ccc;
margin: 10px 0;
}
.article-cont .content .cont-course .cont .table th {
text-align: center;
border-right: solid 1px #ccc;
}
.article-cont .content .cont-outline {
padding: 20px;
background: #fff;
}
.article-cont .content .cont-outline .top {
font-size: 24px;
}
.article-cont .content .cont-outline .cont {
padding: 10px 0;
border-top: dashed 1px #ddd;
border-bottom: dashed 1px #ddd;
}
.article-cont .content .cont-outline .cont .class-info {
height: 22px;
overflow: hidden;
transition: 1s;
}
.article-cont .content .cont-outline .cont .class-info .more {
color: #333;
}
.article-cont .content .cont-outline .cont .class-info .hv-poin {
color: #2da1e7;
}
.article-cont .content .cont-outline .bottom {
line-height: 40px;
font-size: 16px;
}
.article-cont .content .cont-answer {
margin: 15px 0;
padding-bottom: 20px;
background: #fff;
}
.article-cont .content .cont-answer .tit {
font-size: 22px;
color: #57bc4c;
padding: 15px;
padding-left: 0px;
}
.article-cont .content .cont-answer .tit span {
border-left: solid 8px #57bc4c;
padding-left: 20px;
}
.article-cont .content .cont-answer .answer-item {
padding-left: 20px;
height: 30px;
overflow: hidden;
transition: 1s;
}
.article-cont .content .cont-answer .answer-item h5 {
margin-left: 10px;
display: inline-block;
}
.article-cont .content .cont-answer .answer-item .title {
color: #999;
}
.article-cont .content .cont-answer .answer-item .artic {
padding: 0 24px;
line-height: 30px;
color: #999;
}
.article-cont .content .cont-evaluate {
background: #fff;
margin: 15px 0;
padding-bottom: 15px;
}
.article-cont .content .cont-evaluate .tit {
font-size: 22px;
color: #57bc4c;
padding: 15px;
padding-left: 0px;
}
.article-cont .content .cont-evaluate .tit span {
border-left: solid 8px #57bc4c;
padding-left: 20px;
}
.article-cont .content .cont-evaluate .evaluate-item {
overflow: auto;
margin: 5px 15px;
padding: 10px 0;
border: solid 1px #ddd;
}
.article-cont .content .cont-evaluate .evaluate-item img {
width: 60px;
height: 60px;
border-radius: 50%;
}
.article-cont .content .cont-evaluate p {
margin: 0px;
}
.article-cont .content .cont-evaluate .bottom {
line-height: 40px;
font-size: 16px;
}
.article-cont .content .cont-like {
overflow: auto;
background: #fff;
}
.article-cont .content .cont-like .tit {
font-size: 22px;
color: #57bc4c;
padding: 15px;
padding-left: 0px;
}
.article-cont .content .cont-like .tit span {
border-left: solid 8px #57bc4c;
padding-left: 20px;
}
.article-cont .content .cont-like .lick-roll {
padding: 0 28px;
position: relative;
}
.article-cont .content .cont-like .lick-roll .next, .article-cont .content .cont-like .lick-roll .prev {
z-index: 1;
display: none;
font-size: 16px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
background: rgba(200, 200, 200, 0.6);
box-shadow: 0px 0px 3px #fff;
position: absolute;
top: 70px;
right: 17px;
color: #999;
}
.article-cont .content .cont-like .lick-roll .prev {
left: 17px;
}
.article-cont .content .cont-like .lick-roll .row-box {
height: 227px;
overflow: hidden;
}
.article-cont .content .cont-like .lick-roll .row-list {
transition: 1s ease-out;
}
.article-cont .content .cont-like .like-item {
border: solid 1px #fff;
list-style: none;
float: left;
display: inline-block;
margin: 10px 5px;
padding: 5px;
float: left;
}
.article-cont .content .cont-like .like-item .tit {
color: #4c5a65;
font-size: 16px;
line-height: 200%;
position: relative;
}
.article-cont .content .cont-like .like-item .tit span {
display: inline-block;
position: absolute;
top: 4px;
width: 18px;
height: 18px;
line-height: 18px;
background: #f00;
color: #fff;
text-align: center;
font-size: 12px;
border-radius: 50%;
}
.article-cont .content .cont-like .like-item img {
width: 200px;
height: 135px;
}
.article-cont .content .cont-like .like-item:hover {
border: solid 1px #ddd;
}
.article-cont .star {
width: 157px;
height: 28px;
display: inline-block;
background-size: cover;
background: url(../../assets/img/star.jpg) no-repeat;
}
.article-cont .star .score {
width: 50px;
height: 28px;
background-size: cover;
float: right;
display: inline-block;
background: url(../../assets/img/starGrey.jpg) top right no-repeat;
}
.article-cont .star .score i {
display: none;
} | public/home/css/widget-learing-article-cont.css | .article-cont .content .cont-about {
background: #fff;
margin-bottom: 15px;
}
.article-cont .content .cont-about .tit {
font-size: 22px;
color: #57bc4c;
padding: 15px;
padding-left: 0px;
}
.article-cont .content .cont-about .tit span {
border-left: solid 8px #57bc4c;
padding-left: 20px;
}
.article-cont .content .cont-about .cont {
height: 68px;
overflow: hidden;
padding: 10px;
font-size: 16px;
line-height: 32px;
transition: 1s;
}
.article-cont .content .cont-about .more {
display: block;
line-height: 26px;
padding: 10px;
}
.article-cont .content .cont-about .suitable-title {
margin: 0 15px;
line-height: 30px;
border-bottom: solid 1px #57bc4c;
color: #57bc4c;
}
.article-cont .content .cont-about .suitable {
color: #999;
font-size: 16px;
padding: 15px;
}
.article-cont .content .cont-course {
margin: 15px 0;
background: #fff;
}
.article-cont .content .cont-course .tit {
font-size: 22px;
color: #57bc4c;
padding: 15px;
padding-left: 0px;
}
.article-cont .content .cont-course .tit span {
border-left: solid 8px #57bc4c;
padding-left: 20px;
}
.article-cont .content .cont-course .cont {
padding: 20px;
}
.article-cont .content .cont-course .cont .school {
font-size: 16px;
margin-bottom: 10px;
border-bottom: solid 1px #f4f4f4;
}
.article-cont .content .cont-course .cont .school p:nth-child(1) {
font-size: 22px;
}
.article-cont .content .cont-course .cont .info {
margin-bottom: 10px;
font-size: 18px;
}
.article-cont .content .cont-course .cont .info img {
width: 60px;
height: 60px;
float: left;
margin-right: 15px;
border-radius: 50%;
}
.article-cont .content .cont-course .cont .info p {
margin: 0;
line-height: 30px;
}
.article-cont .content .cont-course .cont .info p:nth-child(2) {
font-size: 16px;
color: #999;
}
.article-cont .content .cont-course .cont .table {
border: solid 1px #ccc;
margin: 10px 0;
}
.article-cont .content .cont-course .cont .table th {
text-align: center;
border-right: solid 1px #ccc;
}
.article-cont .content .cont-outline {
padding: 20px;
background: #fff;
}
.article-cont .content .cont-outline .top {
font-size: 24px;
}
.article-cont .content .cont-outline .cont {
padding: 10px 0;
border-top: dashed 1px #ddd;
border-bottom: dashed 1px #ddd;
}
.article-cont .content .cont-outline .cont .class-info {
height: 22px;
overflow: hidden;
transition: 1s;
}
.article-cont .content .cont-outline .cont .class-info .more {
color: #333;
}
.article-cont .content .cont-outline .cont .class-info .hv-poin {
color: #2da1e7;
}
.article-cont .content .cont-outline .bottom {
line-height: 40px;
font-size: 16px;
}
.article-cont .content .cont-answer {
margin: 15px 0;
padding-bottom: 20px;
background: #fff;
}
.article-cont .content .cont-answer .tit {
font-size: 22px;
color: #57bc4c;
padding: 15px;
padding-left: 0px;
}
.article-cont .content .cont-answer .tit span {
border-left: solid 8px #57bc4c;
padding-left: 20px;
}
.article-cont .content .cont-answer .answer-item {
padding-left: 20px;
height: 30px;
overflow: hidden;
transition: 1s;
}
.article-cont .content .cont-answer .answer-item h5 {
margin-left: 10px;
display: inline-block;
}
.article-cont .content .cont-answer .answer-item .title {
color: #999;
}
.article-cont .content .cont-answer .answer-item .artic {
padding: 0 24px;
line-height: 30px;
color: #999;
}
.article-cont .content .cont-evaluate {
background: #fff;
margin: 15px 0;
padding-bottom: 15px;
}
.article-cont .content .cont-evaluate .tit {
font-size: 22px;
color: #57bc4c;
padding: 15px;
padding-left: 0px;
}
.article-cont .content .cont-evaluate .tit span {
border-left: solid 8px #57bc4c;
padding-left: 20px;
}
.article-cont .content .cont-evaluate .evaluate-item {
overflow: auto;
margin: 5px 15px;
padding: 10px 0;
border: solid 1px #ddd;
}
.article-cont .content .cont-evaluate .evaluate-item img {
width: 60px;
height: 60px;
border-radius: 50%;
}
.article-cont .content .cont-evaluate p {
margin: 0px;
}
.article-cont .content .cont-evaluate .bottom {
line-height: 40px;
font-size: 16px;
}
.article-cont .content .cont-like {
overflow: auto;
background: #fff;
}
.article-cont .content .cont-like .tit {
font-size: 22px;
color: #57bc4c;
padding: 15px;
padding-left: 0px;
}
.article-cont .content .cont-like .tit span {
border-left: solid 8px #57bc4c;
padding-left: 20px;
}
.article-cont .content .cont-like .lick-roll {
padding: 0 28px;
position: relative;
}
.article-cont .content .cont-like .lick-roll .next, .article-cont .content .cont-like .lick-roll .prev {
z-index: 1;
display: none;
font-size: 16px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
background: rgba(200, 200, 200, 0.6);
box-shadow: 0px 0px 3px #fff;
position: absolute;
top: 70px;
right: 17px;
color: #999;
}
.article-cont .content .cont-like .lick-roll .prev {
left: 17px;
}
.article-cont .content .cont-like .lick-roll .row-box {
height: 227px;
overflow: hidden;
}
.article-cont .content .cont-like .lick-roll .row-list {
transition: 1s ease-out;
}
.article-cont .content .cont-like .like-item {
border: solid 1px #fff;
list-style: none;
float: left;
display: inline-block;
margin: 10px 5px;
padding: 5px;
float: left;
}
.article-cont .content .cont-like .like-item .tit {
color: #4c5a65;
font-size: 16px;
line-height: 200%;
position: relative;
}
.article-cont .content .cont-like .like-item .tit span {
display: inline-block;
position: absolute;
top: 4px;
width: 18px;
height: 18px;
line-height: 18px;
background: #f00;
color: #fff;
text-align: center;
font-size: 12px;
border-radius: 50%;
}
.article-cont .content .cont-like .like-item img {
width: 200px;
height: 135px;
}
.article-cont .content .cont-like .like-item:hover {
border: solid 1px #ddd;
}
.article-cont .star {
width: 157px;
height: 28px;
display: inline-block;
background-size: cover;
background: url(../../assets/img/star.jpg) no-repeat;
}
.article-cont .star .score {
width: 50px;
height: 28px;
background-size: cover;
float: right;
display: inline-block;
background: url(../../assets/img/starGrey.jpg) top right no-repeat;
}
.article-cont .star .score i {
display: none;
} | 0.442155 | 0.040769 |
.wmd-panel {
float: left;
width: 48%;
}
.wmd-button-bar {
width: 100%;
background-color: Silver;
}
.wmd-input {
height: 300px;
width: 98%;
border: 1px solid DarkGray;
}
.wmd-preview {
padding: 0 0 0 15px;
margin: 20px 0 0 25px;
font-size: 15px;
}
.wmd-button-row {
position: relative;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-top: 10px;
padding: 0px;
height: 20px;
}
.wmd-spacer {
width: 1px;
height: 14px;
margin: 0 18px 0 0;
background-color: Silver;
display: inline-block;
list-style: none;
}
.wmd-button {
width: 20px;
height: 20px;
padding-left: 2px;
padding-right: 15px;
display: inline-block;
list-style: none;
cursor: pointer;
}
.wmd-button > span:hover {
color: #333;
}
.wmd-spacer1 {
left: 50px;
}
.wmd-spacer2 {
left: 175px;
}
.wmd-spacer3 {
left: 300px;
}
.wmd-prompt-background {
background-color: Black;
}
.wmd-prompt-dialog {
border: 1px solid #999999;
background-color: #F5F5F5;
}
.wmd-prompt-dialog > div {
font-size: 0.8em;
font-family: arial, helvetica, sans-serif;
}
.wmd-prompt-dialog > form > input[type="text"] {
border: 1px solid #999999;
color: black;
}
.wmd-prompt-dialog > form > input[type="button"]{
border: 1px solid #888888;
font-family: trebuchet MS, helvetica, sans-serif;
font-size: 0.8em;
font-weight: bold;
}
@font-face {
font-family: 'icomoon';
src: url('./fonts/icomoon.eot?q9w37d');
src: url('./fonts/icomoon.eot?q9w37d#iefix') format('embedded-opentype'),
url('./fonts/icomoon.ttf?q9w37d') format('truetype'),
url('./fonts/icomoon.woff?q9w37d') format('woff'),
url('./fonts/icomoon.svg?q9w37d#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-size: 14px;
color: #888;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-image:before {
content: "\e90d";
}
.icon-undo:before {
content: "\e965";
}
.icon-redo:before {
content: "\e966";
}
.icon-quotes-left:before {
content: "\e977";
}
.icon-list-numbered:before {
content: "\e9b9";
}
.icon-list2:before {
content: "\e9bb";
}
.icon-link:before {
content: "\e9cb";
}
.icon-font-size:before {
content: "\ea61";
}
.icon-bold:before {
content: "\ea62";
}
.icon-italic:before {
content: "\ea64";
}
.icon-page-break:before {
content: "\ea68";
}
.icon-embed:before {
content: "\ea7f";
} | editor.css | .wmd-panel {
float: left;
width: 48%;
}
.wmd-button-bar {
width: 100%;
background-color: Silver;
}
.wmd-input {
height: 300px;
width: 98%;
border: 1px solid DarkGray;
}
.wmd-preview {
padding: 0 0 0 15px;
margin: 20px 0 0 25px;
font-size: 15px;
}
.wmd-button-row {
position: relative;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-top: 10px;
padding: 0px;
height: 20px;
}
.wmd-spacer {
width: 1px;
height: 14px;
margin: 0 18px 0 0;
background-color: Silver;
display: inline-block;
list-style: none;
}
.wmd-button {
width: 20px;
height: 20px;
padding-left: 2px;
padding-right: 15px;
display: inline-block;
list-style: none;
cursor: pointer;
}
.wmd-button > span:hover {
color: #333;
}
.wmd-spacer1 {
left: 50px;
}
.wmd-spacer2 {
left: 175px;
}
.wmd-spacer3 {
left: 300px;
}
.wmd-prompt-background {
background-color: Black;
}
.wmd-prompt-dialog {
border: 1px solid #999999;
background-color: #F5F5F5;
}
.wmd-prompt-dialog > div {
font-size: 0.8em;
font-family: arial, helvetica, sans-serif;
}
.wmd-prompt-dialog > form > input[type="text"] {
border: 1px solid #999999;
color: black;
}
.wmd-prompt-dialog > form > input[type="button"]{
border: 1px solid #888888;
font-family: trebuchet MS, helvetica, sans-serif;
font-size: 0.8em;
font-weight: bold;
}
@font-face {
font-family: 'icomoon';
src: url('./fonts/icomoon.eot?q9w37d');
src: url('./fonts/icomoon.eot?q9w37d#iefix') format('embedded-opentype'),
url('./fonts/icomoon.ttf?q9w37d') format('truetype'),
url('./fonts/icomoon.woff?q9w37d') format('woff'),
url('./fonts/icomoon.svg?q9w37d#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
font-size: 14px;
color: #888;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-image:before {
content: "\e90d";
}
.icon-undo:before {
content: "\e965";
}
.icon-redo:before {
content: "\e966";
}
.icon-quotes-left:before {
content: "\e977";
}
.icon-list-numbered:before {
content: "\e9b9";
}
.icon-list2:before {
content: "\e9bb";
}
.icon-link:before {
content: "\e9cb";
}
.icon-font-size:before {
content: "\ea61";
}
.icon-bold:before {
content: "\ea62";
}
.icon-italic:before {
content: "\ea64";
}
.icon-page-break:before {
content: "\ea68";
}
.icon-embed:before {
content: "\ea7f";
} | 0.444083 | 0.098773 |
.letraBranca{
color: white
}
.about-section{
position:relative;
padding:30px 0px;
}
.about-section .content-column{
position:relative;
margin-bottom:40px;
}
.about-section .content-column .inner-column{
position:relative;
padding-top:50px;
padding-right:100px;
}
.about-section .content-column .text{
position:relative;
color:#777777;
font-size:15px;
line-height:2em;
margin-bottom:40px;
}
.about-section .content-column .email{
position:relative;
color:#252525;
font-weight:700;
margin-bottom:50px;
}
.about-section .image-column{
position:relative;
margin-bottom:50px;
}
.about-section .image-column .inner-column{
position:relative;
padding:40px 40px 0px 0px;
margin-left:50px;
}
.about-section .image-column .inner-column:after{
position:absolute;
content:'';
right:0px;
top:0px;
left:40px;
bottom:100px;
z-index:-1;
border:2px solid #007bff;
}
.about-section .image-column .inner-column .image{
position:relative;
}
.about-section .image-column .inner-column .image:before{
position:absolute;
content:'';
left:-50px;
bottom:-50px;
width:299px;
height:299px;
background:url(img/pattern-2.png) no-repeat;
}
.about-section .image-column .inner-column .image img{
position:relative;
width:100%;
display:block;
}
.about-section .image-column .inner-column .image .overlay-box{
position:absolute;
left:40px;
bottom:48px;
}
.about-section .image-column .inner-column .image .overlay-box .year-box{
position:relative;
color:#252525;
font-size:24px;
font-weight:700;
line-height:1.4em;
padding-left:125px;
}
.about-section .image-column .inner-column .image .overlay-box .year-box .number{
position:absolute;
left:0px;
top:0px;
width:110px;
height:110px;
color:#007bff;
font-size:68px;
font-weight:700;
line-height:105px;
text-align:center;
background-color:#ffffff;
border:1px solid #000000;
}
.about-section .btn-style-three:before {
position: absolute;
content: '';
left: 10px;
top: 10px;
z-index: -1;
right: -10px;
bottom: -10px;
background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
color: #ffffff;
background: #007bff;
}
.about-section .btn-style-three {
position: relative;
line-height: 24px;
color: #252525;
font-size: 15px;
font-weight: 700;
background: none;
display: inline-block;
padding: 11px 40px;
background-color: #ffffff;
text-transform: capitalize;
border: 2px solid #007bff;
font-family: 'Arimo', sans-serif;
}
.sec-title2{
color:#fff;
}
.sec-title {
position: relative;
padding-bottom: 40px;
}
.sec-title .title {
position: relative;
color: #007bff;
font-size: 18px;
font-weight: 700;
padding-right: 50px;
margin-bottom: 15px;
display: inline-block;
text-transform: capitalize;
}
.sec-title .title:before {
position: absolute;
content: '';
right: 0px;
bottom: 7px;
width: 40px;
height: 1px;
background-color: #bbbbbb;
} | sobre/sobre.css | .letraBranca{
color: white
}
.about-section{
position:relative;
padding:30px 0px;
}
.about-section .content-column{
position:relative;
margin-bottom:40px;
}
.about-section .content-column .inner-column{
position:relative;
padding-top:50px;
padding-right:100px;
}
.about-section .content-column .text{
position:relative;
color:#777777;
font-size:15px;
line-height:2em;
margin-bottom:40px;
}
.about-section .content-column .email{
position:relative;
color:#252525;
font-weight:700;
margin-bottom:50px;
}
.about-section .image-column{
position:relative;
margin-bottom:50px;
}
.about-section .image-column .inner-column{
position:relative;
padding:40px 40px 0px 0px;
margin-left:50px;
}
.about-section .image-column .inner-column:after{
position:absolute;
content:'';
right:0px;
top:0px;
left:40px;
bottom:100px;
z-index:-1;
border:2px solid #007bff;
}
.about-section .image-column .inner-column .image{
position:relative;
}
.about-section .image-column .inner-column .image:before{
position:absolute;
content:'';
left:-50px;
bottom:-50px;
width:299px;
height:299px;
background:url(img/pattern-2.png) no-repeat;
}
.about-section .image-column .inner-column .image img{
position:relative;
width:100%;
display:block;
}
.about-section .image-column .inner-column .image .overlay-box{
position:absolute;
left:40px;
bottom:48px;
}
.about-section .image-column .inner-column .image .overlay-box .year-box{
position:relative;
color:#252525;
font-size:24px;
font-weight:700;
line-height:1.4em;
padding-left:125px;
}
.about-section .image-column .inner-column .image .overlay-box .year-box .number{
position:absolute;
left:0px;
top:0px;
width:110px;
height:110px;
color:#007bff;
font-size:68px;
font-weight:700;
line-height:105px;
text-align:center;
background-color:#ffffff;
border:1px solid #000000;
}
.about-section .btn-style-three:before {
position: absolute;
content: '';
left: 10px;
top: 10px;
z-index: -1;
right: -10px;
bottom: -10px;
background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
color: #ffffff;
background: #007bff;
}
.about-section .btn-style-three {
position: relative;
line-height: 24px;
color: #252525;
font-size: 15px;
font-weight: 700;
background: none;
display: inline-block;
padding: 11px 40px;
background-color: #ffffff;
text-transform: capitalize;
border: 2px solid #007bff;
font-family: 'Arimo', sans-serif;
}
.sec-title2{
color:#fff;
}
.sec-title {
position: relative;
padding-bottom: 40px;
}
.sec-title .title {
position: relative;
color: #007bff;
font-size: 18px;
font-weight: 700;
padding-right: 50px;
margin-bottom: 15px;
display: inline-block;
text-transform: capitalize;
}
.sec-title .title:before {
position: absolute;
content: '';
right: 0px;
bottom: 7px;
width: 40px;
height: 1px;
background-color: #bbbbbb;
} | 0.38445 | 0.131926 |
body .imp_editor_box {
border: 1px solid #e5e5e5;
background-color: #fff;
line-height: 1;
position: relative;
z-index: 1;
clear: both;
}
body .imp_editor_frame {
width: 100%;
}
body .imp_editor_box textarea {
overflow: auto !important;
border: none !important;
// border-color: #fff;
// width: 99.8% !important;
font-size: 13px !important;
white-space: pre !important;
}
body .imp_editor_toolbar, body .imp_editor_toolbar li, body .imp_editor_drop_down, body .imp_editor_drop_down li {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
line-height: 1;
}
body .imp_editor_toolbar {
position: relative !important;
float: left !important;
width: 100% !important;
height: 32px !important;
}
body .imp_editor_toolbar li {
float: left !important;
width: 32px;
height: 32px !important;
position: relative !important;
}
body .imp_editor_toolbar li.act {
z-index: 3;
}
body .imp_editor_toolbar li a {
display: block;
height: 32px;
zoom: 1;
overflow: hidden;
}
body .imp_editor_toolbar li.separator {
width: 2px;
margin: 0 3px;
}
body .imp_editor_drop_down {
z-index: 2;
position: absolute;
top: 32px;
left: 0;
background-color: #fff;
box-shadow: 0px 1px 5px #666;
-webkit-box-shadow: 0 1px 5px #666;
-moz-box-shadow: 0 1px 5px #666;
}
body .imp_editor_drop_down li {
font-size: 12px !important;
float: none;
list-style: none !important;
width: 200px;
height: auto !important;
background: none !important;
}
body .imp_editor_drop_down li.separator_drop {
border-bottom: 1px solid #eee;
}
body .imp_editor_drop_down li a {
color: #000 !important;
text-decoration: none !important;
height: auto;
display: block;
padding: 6px 36px 6px 8px;
background: none;
}
body .imp_editor_drop_down li a:hover {
color: #000 !important;
text-decoration: none !important;
background-color: #eee;
}
body .imp_editor_drop_down li a.editor_color_link {
padding: 0;
display: block !important;
width: 15px !important;
height: 15px !important;
float: left !important;
border: 2px solid #fff !important;
font-size: 1px;
}
body .imp_editor_resize {
cursor: s-resize;
height: 8px !important;
line-height: 1 !important;
font-size: 1px !important;
}
body .imp_editor_resize div {
height: 8px !important;
line-height: 0 !important;
font-size: 1px !important;
}
/* SKINS */
/* =Carrara White
-----------------------------------------------------------------------------*/
body .imp_editor_box_carrara_white .imp_editor_toolbar {
background: url(../i/bg_carrara_white.png) repeat-x top #d1d1d1;
border-bottom: 1px solid #b2b2b2;
}
body .imp_editor_box_carrara_white .imp_editor_toolbar li.act {
background: url(../i/hover.png) repeat-x;
}
body .imp_editor_box_carrara_white .imp_editor_toolbar li a {
background: url(../i/icons.png) no-repeat;
}
body .imp_editor_box_carrara_white .imp_editor_toolbar li:hover {
background: url(../i/hover.png) repeat-x;
}
body .imp_editor_box_carrara_white .imp_editor_resize {
border-top: 1px solid #d7d6d6 !important;
background: url(../i/bg_carrara_white.png) repeat-x !important;
}
body .imp_editor_box_carrara_white .imp_editor_resize div {
background: url(../i/resizer.gif) center no-repeat !important;
}
body .imp_editor_box_carrara_white .imp_editor_toolbar li.separator {
background: url(../i/separator.png) no-repeat right;
}
/* =Cream White
-----------------------------------------------------------------------------*/
body .imp_editor_box_cream_white .imp_editor_toolbar {
background: url(../i/bg_cream_white.png) repeat-x top #ddd4c7;
border-bottom: 1px solid #b2b2b2;
}
body .imp_editor_box_cream_white .imp_editor_toolbar li.act {
background: url(../i/hover.png) repeat-x;
}
body .imp_editor_box_cream_white .imp_editor_toolbar li a {
background: url(../i/icons.png) no-repeat;
}
body .imp_editor_box_cream_white .imp_editor_toolbar li:hover {
background: url(../i/hover.png) repeat-x;
}
body .imp_editor_box_cream_white .imp_editor_resize {
border-top: 1px solid #d7d6d6 !important;
background: url(../i/bg_cream_white.png) repeat-x !important;
}
body .imp_editor_box_cream_white .imp_editor_resize div {
background: url(../i/resizer.gif) center no-repeat !important;
}
body .imp_editor_box_cream_white .imp_editor_toolbar li.separator {
background: url(../i/separator.png) no-repeat right;
}
/* =Arctic Silver
-----------------------------------------------------------------------------*/
body .imp_editor_box_arctic_silver .imp_editor_toolbar {
background: url(../i/bg_arctic_silver.png) repeat-x top #b9c7d4;
border-bottom: 1px solid #7f7f7f;
}
body .imp_editor_box_arctic_silver .imp_editor_toolbar li.act {
background: url(../i/hover.png) repeat-x;
}
body .imp_editor_box_arctic_silver .imp_editor_toolbar li a {
background: url(../i/icons.png) no-repeat;
}
body .imp_editor_box_arctic_silver .imp_editor_toolbar li:hover {
background: url(../i/hover.png) repeat-x;
}
body .imp_editor_box_arctic_silver .imp_editor_resize {
border-top: 1px solid #d7d6d6 !important;
background: url(../i/bg_arctic_silver.png) repeat-x !important;
}
body .imp_editor_box_arctic_silver .imp_editor_resize div {
background: url(../i/resizer.gif) center no-repeat !important;
}
body .imp_editor_box_arctic_silver .imp_editor_toolbar li.separator {
background: url(../i/separator.png) no-repeat right;
}
/* =Racing Green
-----------------------------------------------------------------------------*/
body .imp_editor_box_racing_green .imp_editor_toolbar {
background: url(../i/bg_racing_green.png) repeat-x top #546762;
border-bottom: 1px solid #151515;
}
body .imp_editor_box_racing_green .imp_editor_toolbar li.act {
background: url(../i/hover_invert.png) repeat-x;
}
body .imp_editor_box_racing_green .imp_editor_toolbar li a {
background: url(../i/icons_invert.png) no-repeat;
}
body .imp_editor_box_racing_green .imp_editor_toolbar li:hover {
background: url(../i/hover_invert.png) repeat-x;
}
body .imp_editor_box_racing_green .imp_editor_resize {
border-top: 1px solid #666 !important;
background: url(../i/bg_racing_green.png) repeat-x !important;
}
body .imp_editor_box_racing_green .imp_editor_resize div {
background: url(../i/resizer_invert.png) center no-repeat !important;
}
body .imp_editor_box_racing_green .imp_editor_toolbar li.separator {
background: url(../i/separator_invert.png) no-repeat right;
}
/* =Brown
-----------------------------------------------------------------------------*/
body .imp_editor_box_brown .imp_editor_toolbar {
background: url(../i/bg_brown.png) repeat-x top #332118;
border-bottom: 1px solid #151515;
}
body .imp_editor_box_brown .imp_editor_toolbar li.act {
background: url(../i/hover_invert.png) repeat-x;
}
body .imp_editor_box_brown .imp_editor_toolbar li a {
background: url(../i/icons_invert.png) no-repeat;
}
body .imp_editor_box_brown .imp_editor_toolbar li:hover {
background: url(../i/hover_invert.png) repeat-x;
}
body .imp_editor_box_brown .imp_editor_resize {
border-top: 1px solid #151515 !important;
background: url(../i/bg_brown.png) repeat-x !important;
}
body .imp_editor_box_brown .imp_editor_resize div {
background: url(../i/resizer_invert.png) center no-repeat !important;
}
body .imp_editor_box_brown .imp_editor_toolbar li.separator {
background: url(../i/separator_invert.png) no-repeat right;
}
/* =Macadamia
-----------------------------------------------------------------------------*/
body .imp_editor_box_macadamia .imp_editor_toolbar {
background: url(../i/bg_macadamia.png) repeat-x top #705246;
border-bottom: 1px solid #151515;
}
body .imp_editor_box_macadamia .imp_editor_toolbar li.act {
background: url(../i/hover_invert.png) repeat-x;
}
body .imp_editor_box_macadamia .imp_editor_toolbar li a {
background: url(../i/icons_invert.png) no-repeat;
}
body .imp_editor_box_macadamia .imp_editor_toolbar li:hover {
background: url(../i/hover_invert.png) repeat-x;
}
body .imp_editor_box_macadamia .imp_editor_resize {
border-top: 1px solid #666 !important;
background: url(../i/bg_macadamia.png) repeat-x !important;
}
body .imp_editor_box_macadamia .imp_editor_resize div {
background: url(../i/resizer_invert.png) center no-repeat !important;
}
body .imp_editor_box_macadamia .imp_editor_toolbar li.separator {
background: url(../i/separator_invert.png) no-repeat right;
}
/* =Guards Red
-----------------------------------------------------------------------------*/
body .imp_editor_box_guards_red .imp_editor_toolbar {
background: url(../i/bg_guards_red.png) repeat-x top #8e1316;
border-bottom: 1px solid #151515;
}
body .imp_editor_box_guards_red .imp_editor_toolbar li.act {
background: url(../i/hover_invert.png) repeat-x;
}
body .imp_editor_box_guards_red .imp_editor_toolbar li a {
background: url(../i/icons_invert.png) no-repeat;
}
body .imp_editor_box_guards_red .imp_editor_toolbar li:hover {
background: url(../i/hover_invert.png) repeat-x;
}
body .imp_editor_box_guards_red .imp_editor_resize {
border-top: 1px solid #777 !important;
background: url(../i/bg_guards_red.png) repeat-x !important;
}
body .imp_editor_box_guards_red .imp_editor_resize div {
background: url(../i/resizer_invert.png) center no-repeat !important;
}
body .imp_editor_box_guards_red .imp_editor_toolbar li.separator {
background: url(../i/separator_invert.png) no-repeat right;
}
/* BUTTONS */
body .imp_editor_toolbar li a.imp_btn_html { background-position: 0; }
body .imp_editor_toolbar li a.imp_btn_styles { background-position: -32px; }
body .imp_editor_toolbar li a.imp_btn_format { background-position: -64px; }
body .imp_editor_toolbar li a.imp_btn_lists { background-position: -96px; }
body .imp_editor_toolbar li a.imp_btn_image { background-position: -128px; }
body .imp_editor_toolbar li a.imp_btn_table { background-position: -160px; }
body .imp_editor_toolbar li a.imp_btn_link { background-position: -192px; }
body .imp_editor_toolbar li a.imp_btn_video { background-position: -224px; }
body .imp_editor_toolbar li a.imp_btn_fullscreen { background-position: -256px; }
body .imp_editor_toolbar li a.imp_btn_undo { background-position: -288px; }
body .imp_editor_toolbar li a.imp_btn_redo { background-position: -320px; }
body .imp_editor_toolbar li a.imp_btn_bold { background-position: -352px; }
body .imp_editor_toolbar li a.imp_btn_italic { background-position: -384px; }
body .imp_editor_toolbar li a.imp_btn_superscript { background-position: -416px; }
body .imp_editor_toolbar li a.imp_btn_file { background-position: -448px; }
body .imp_editor_toolbar li a.imp_btn_hr { background-position: -480px; }
body .imp_editor_toolbar li a.imp_btn_align { background-position: -512px; }
body .imp_editor_toolbar li a.imp_btn_align_center { background-position: -544px; }
body .imp_editor_toolbar li a.imp_btn_align_right { background-position: -576px; }
body .imp_editor_toolbar li a.imp_btn_outdent { background-position: -608px; }
body .imp_editor_toolbar li a.imp_btn_indent { background-position: -640px; }
body .imp_editor_toolbar li a.imp_btn_charmap { background-position: -672px; }
body .imp_editor_toolbar li a.imp_btn_backcolor { background-position: -704px; }
body .imp_editor_toolbar li a.imp_btn_fontcolor { background-position: -736px; }
body .imp_editor_toolbar li a.imp_btn_orderlist { background-position: -768px; }
body .imp_editor_toolbar li a.imp_btn_align_left { background-position: -800px; }
body .imp_editor_toolbar li a.imp_btn_cut { background-position: -832px; }
body .imp_editor_toolbar li a.imp_btn_strike { background-position: -864px; }
body .imp_editor_toolbar li a.imp_btn_unorderlist { background-position: -896px; }
body .imp_editor_toolbar li a.imp_btn_format_clean { background-position: -928px; }
/* MODAL */
#editor_imp_modal_overlay {
position: absolute;
margin: auto;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 50000;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter:alpha(opacity=60);
opacity: 0.60;
background-color: #000 !important;
}
#editor_imp_modal_overlay[id] { position: fixed; }
#editor_imp_modal {
background-color: #fff;
position: fixed;
top: 50%;
left: 50%;
box-shadow: 0px 5px 20px #333;
-webkit-box-shadow: 0 5px 20px #333;
-moz-box-shadow: 0 5px 20px #333;
z-index: 50001;
font-family: "Trebuchet MS", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
color: #000;
}
#editor_imp_modal_header {
padding: 30px 40px;
font-size: 24px;
}
#editor_imp_modal_inner {
padding: 0 40px 30px 40px;
}
#editor_imp_modal_close {
position: absolute;
right: -11px;
top: -11px;
width: 30px;
height: 30px;
background: url(../i/close.png) no-repeat;
cursor: pointer;
}
.editor_ruler td {
font-size: 12px;
padding: 5px;
border: none;
}
/* CHARMAP */
#editor_charmap {
overflow: hidden;
margin-bottom: 1.5em;
}
#editor_charmap a, #editor_charmap a:hover {
float: left;
text-decoration: none !important;
color: #333 !important;
border: 1px solid #eee;
display: block;
line-height: 1;
width: 20px;
text-align: center;
padding: 4px 0;
font-size: 18px;
}
#editor_charmap a:hover {
background-color: #000;
color: #fff !important;
border: 1px solid #900;
} | application/public/javascripts/editor/css/editor.css | body .imp_editor_box {
border: 1px solid #e5e5e5;
background-color: #fff;
line-height: 1;
position: relative;
z-index: 1;
clear: both;
}
body .imp_editor_frame {
width: 100%;
}
body .imp_editor_box textarea {
overflow: auto !important;
border: none !important;
// border-color: #fff;
// width: 99.8% !important;
font-size: 13px !important;
white-space: pre !important;
}
body .imp_editor_toolbar, body .imp_editor_toolbar li, body .imp_editor_drop_down, body .imp_editor_drop_down li {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
line-height: 1;
}
body .imp_editor_toolbar {
position: relative !important;
float: left !important;
width: 100% !important;
height: 32px !important;
}
body .imp_editor_toolbar li {
float: left !important;
width: 32px;
height: 32px !important;
position: relative !important;
}
body .imp_editor_toolbar li.act {
z-index: 3;
}
body .imp_editor_toolbar li a {
display: block;
height: 32px;
zoom: 1;
overflow: hidden;
}
body .imp_editor_toolbar li.separator {
width: 2px;
margin: 0 3px;
}
body .imp_editor_drop_down {
z-index: 2;
position: absolute;
top: 32px;
left: 0;
background-color: #fff;
box-shadow: 0px 1px 5px #666;
-webkit-box-shadow: 0 1px 5px #666;
-moz-box-shadow: 0 1px 5px #666;
}
body .imp_editor_drop_down li {
font-size: 12px !important;
float: none;
list-style: none !important;
width: 200px;
height: auto !important;
background: none !important;
}
body .imp_editor_drop_down li.separator_drop {
border-bottom: 1px solid #eee;
}
body .imp_editor_drop_down li a {
color: #000 !important;
text-decoration: none !important;
height: auto;
display: block;
padding: 6px 36px 6px 8px;
background: none;
}
body .imp_editor_drop_down li a:hover {
color: #000 !important;
text-decoration: none !important;
background-color: #eee;
}
body .imp_editor_drop_down li a.editor_color_link {
padding: 0;
display: block !important;
width: 15px !important;
height: 15px !important;
float: left !important;
border: 2px solid #fff !important;
font-size: 1px;
}
body .imp_editor_resize {
cursor: s-resize;
height: 8px !important;
line-height: 1 !important;
font-size: 1px !important;
}
body .imp_editor_resize div {
height: 8px !important;
line-height: 0 !important;
font-size: 1px !important;
}
/* SKINS */
/* =Carrara White
-----------------------------------------------------------------------------*/
body .imp_editor_box_carrara_white .imp_editor_toolbar {
background: url(../i/bg_carrara_white.png) repeat-x top #d1d1d1;
border-bottom: 1px solid #b2b2b2;
}
body .imp_editor_box_carrara_white .imp_editor_toolbar li.act {
background: url(../i/hover.png) repeat-x;
}
body .imp_editor_box_carrara_white .imp_editor_toolbar li a {
background: url(../i/icons.png) no-repeat;
}
body .imp_editor_box_carrara_white .imp_editor_toolbar li:hover {
background: url(../i/hover.png) repeat-x;
}
body .imp_editor_box_carrara_white .imp_editor_resize {
border-top: 1px solid #d7d6d6 !important;
background: url(../i/bg_carrara_white.png) repeat-x !important;
}
body .imp_editor_box_carrara_white .imp_editor_resize div {
background: url(../i/resizer.gif) center no-repeat !important;
}
body .imp_editor_box_carrara_white .imp_editor_toolbar li.separator {
background: url(../i/separator.png) no-repeat right;
}
/* =Cream White
-----------------------------------------------------------------------------*/
body .imp_editor_box_cream_white .imp_editor_toolbar {
background: url(../i/bg_cream_white.png) repeat-x top #ddd4c7;
border-bottom: 1px solid #b2b2b2;
}
body .imp_editor_box_cream_white .imp_editor_toolbar li.act {
background: url(../i/hover.png) repeat-x;
}
body .imp_editor_box_cream_white .imp_editor_toolbar li a {
background: url(../i/icons.png) no-repeat;
}
body .imp_editor_box_cream_white .imp_editor_toolbar li:hover {
background: url(../i/hover.png) repeat-x;
}
body .imp_editor_box_cream_white .imp_editor_resize {
border-top: 1px solid #d7d6d6 !important;
background: url(../i/bg_cream_white.png) repeat-x !important;
}
body .imp_editor_box_cream_white .imp_editor_resize div {
background: url(../i/resizer.gif) center no-repeat !important;
}
body .imp_editor_box_cream_white .imp_editor_toolbar li.separator {
background: url(../i/separator.png) no-repeat right;
}
/* =Arctic Silver
-----------------------------------------------------------------------------*/
body .imp_editor_box_arctic_silver .imp_editor_toolbar {
background: url(../i/bg_arctic_silver.png) repeat-x top #b9c7d4;
border-bottom: 1px solid #7f7f7f;
}
body .imp_editor_box_arctic_silver .imp_editor_toolbar li.act {
background: url(../i/hover.png) repeat-x;
}
body .imp_editor_box_arctic_silver .imp_editor_toolbar li a {
background: url(../i/icons.png) no-repeat;
}
body .imp_editor_box_arctic_silver .imp_editor_toolbar li:hover {
background: url(../i/hover.png) repeat-x;
}
body .imp_editor_box_arctic_silver .imp_editor_resize {
border-top: 1px solid #d7d6d6 !important;
background: url(../i/bg_arctic_silver.png) repeat-x !important;
}
body .imp_editor_box_arctic_silver .imp_editor_resize div {
background: url(../i/resizer.gif) center no-repeat !important;
}
body .imp_editor_box_arctic_silver .imp_editor_toolbar li.separator {
background: url(../i/separator.png) no-repeat right;
}
/* =Racing Green
-----------------------------------------------------------------------------*/
body .imp_editor_box_racing_green .imp_editor_toolbar {
background: url(../i/bg_racing_green.png) repeat-x top #546762;
border-bottom: 1px solid #151515;
}
body .imp_editor_box_racing_green .imp_editor_toolbar li.act {
background: url(../i/hover_invert.png) repeat-x;
}
body .imp_editor_box_racing_green .imp_editor_toolbar li a {
background: url(../i/icons_invert.png) no-repeat;
}
body .imp_editor_box_racing_green .imp_editor_toolbar li:hover {
background: url(../i/hover_invert.png) repeat-x;
}
body .imp_editor_box_racing_green .imp_editor_resize {
border-top: 1px solid #666 !important;
background: url(../i/bg_racing_green.png) repeat-x !important;
}
body .imp_editor_box_racing_green .imp_editor_resize div {
background: url(../i/resizer_invert.png) center no-repeat !important;
}
body .imp_editor_box_racing_green .imp_editor_toolbar li.separator {
background: url(../i/separator_invert.png) no-repeat right;
}
/* =Brown
-----------------------------------------------------------------------------*/
body .imp_editor_box_brown .imp_editor_toolbar {
background: url(../i/bg_brown.png) repeat-x top #332118;
border-bottom: 1px solid #151515;
}
body .imp_editor_box_brown .imp_editor_toolbar li.act {
background: url(../i/hover_invert.png) repeat-x;
}
body .imp_editor_box_brown .imp_editor_toolbar li a {
background: url(../i/icons_invert.png) no-repeat;
}
body .imp_editor_box_brown .imp_editor_toolbar li:hover {
background: url(../i/hover_invert.png) repeat-x;
}
body .imp_editor_box_brown .imp_editor_resize {
border-top: 1px solid #151515 !important;
background: url(../i/bg_brown.png) repeat-x !important;
}
body .imp_editor_box_brown .imp_editor_resize div {
background: url(../i/resizer_invert.png) center no-repeat !important;
}
body .imp_editor_box_brown .imp_editor_toolbar li.separator {
background: url(../i/separator_invert.png) no-repeat right;
}
/* =Macadamia
-----------------------------------------------------------------------------*/
body .imp_editor_box_macadamia .imp_editor_toolbar {
background: url(../i/bg_macadamia.png) repeat-x top #705246;
border-bottom: 1px solid #151515;
}
body .imp_editor_box_macadamia .imp_editor_toolbar li.act {
background: url(../i/hover_invert.png) repeat-x;
}
body .imp_editor_box_macadamia .imp_editor_toolbar li a {
background: url(../i/icons_invert.png) no-repeat;
}
body .imp_editor_box_macadamia .imp_editor_toolbar li:hover {
background: url(../i/hover_invert.png) repeat-x;
}
body .imp_editor_box_macadamia .imp_editor_resize {
border-top: 1px solid #666 !important;
background: url(../i/bg_macadamia.png) repeat-x !important;
}
body .imp_editor_box_macadamia .imp_editor_resize div {
background: url(../i/resizer_invert.png) center no-repeat !important;
}
body .imp_editor_box_macadamia .imp_editor_toolbar li.separator {
background: url(../i/separator_invert.png) no-repeat right;
}
/* =Guards Red
-----------------------------------------------------------------------------*/
body .imp_editor_box_guards_red .imp_editor_toolbar {
background: url(../i/bg_guards_red.png) repeat-x top #8e1316;
border-bottom: 1px solid #151515;
}
body .imp_editor_box_guards_red .imp_editor_toolbar li.act {
background: url(../i/hover_invert.png) repeat-x;
}
body .imp_editor_box_guards_red .imp_editor_toolbar li a {
background: url(../i/icons_invert.png) no-repeat;
}
body .imp_editor_box_guards_red .imp_editor_toolbar li:hover {
background: url(../i/hover_invert.png) repeat-x;
}
body .imp_editor_box_guards_red .imp_editor_resize {
border-top: 1px solid #777 !important;
background: url(../i/bg_guards_red.png) repeat-x !important;
}
body .imp_editor_box_guards_red .imp_editor_resize div {
background: url(../i/resizer_invert.png) center no-repeat !important;
}
body .imp_editor_box_guards_red .imp_editor_toolbar li.separator {
background: url(../i/separator_invert.png) no-repeat right;
}
/* BUTTONS */
body .imp_editor_toolbar li a.imp_btn_html { background-position: 0; }
body .imp_editor_toolbar li a.imp_btn_styles { background-position: -32px; }
body .imp_editor_toolbar li a.imp_btn_format { background-position: -64px; }
body .imp_editor_toolbar li a.imp_btn_lists { background-position: -96px; }
body .imp_editor_toolbar li a.imp_btn_image { background-position: -128px; }
body .imp_editor_toolbar li a.imp_btn_table { background-position: -160px; }
body .imp_editor_toolbar li a.imp_btn_link { background-position: -192px; }
body .imp_editor_toolbar li a.imp_btn_video { background-position: -224px; }
body .imp_editor_toolbar li a.imp_btn_fullscreen { background-position: -256px; }
body .imp_editor_toolbar li a.imp_btn_undo { background-position: -288px; }
body .imp_editor_toolbar li a.imp_btn_redo { background-position: -320px; }
body .imp_editor_toolbar li a.imp_btn_bold { background-position: -352px; }
body .imp_editor_toolbar li a.imp_btn_italic { background-position: -384px; }
body .imp_editor_toolbar li a.imp_btn_superscript { background-position: -416px; }
body .imp_editor_toolbar li a.imp_btn_file { background-position: -448px; }
body .imp_editor_toolbar li a.imp_btn_hr { background-position: -480px; }
body .imp_editor_toolbar li a.imp_btn_align { background-position: -512px; }
body .imp_editor_toolbar li a.imp_btn_align_center { background-position: -544px; }
body .imp_editor_toolbar li a.imp_btn_align_right { background-position: -576px; }
body .imp_editor_toolbar li a.imp_btn_outdent { background-position: -608px; }
body .imp_editor_toolbar li a.imp_btn_indent { background-position: -640px; }
body .imp_editor_toolbar li a.imp_btn_charmap { background-position: -672px; }
body .imp_editor_toolbar li a.imp_btn_backcolor { background-position: -704px; }
body .imp_editor_toolbar li a.imp_btn_fontcolor { background-position: -736px; }
body .imp_editor_toolbar li a.imp_btn_orderlist { background-position: -768px; }
body .imp_editor_toolbar li a.imp_btn_align_left { background-position: -800px; }
body .imp_editor_toolbar li a.imp_btn_cut { background-position: -832px; }
body .imp_editor_toolbar li a.imp_btn_strike { background-position: -864px; }
body .imp_editor_toolbar li a.imp_btn_unorderlist { background-position: -896px; }
body .imp_editor_toolbar li a.imp_btn_format_clean { background-position: -928px; }
/* MODAL */
#editor_imp_modal_overlay {
position: absolute;
margin: auto;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 50000;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter:alpha(opacity=60);
opacity: 0.60;
background-color: #000 !important;
}
#editor_imp_modal_overlay[id] { position: fixed; }
#editor_imp_modal {
background-color: #fff;
position: fixed;
top: 50%;
left: 50%;
box-shadow: 0px 5px 20px #333;
-webkit-box-shadow: 0 5px 20px #333;
-moz-box-shadow: 0 5px 20px #333;
z-index: 50001;
font-family: "Trebuchet MS", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
color: #000;
}
#editor_imp_modal_header {
padding: 30px 40px;
font-size: 24px;
}
#editor_imp_modal_inner {
padding: 0 40px 30px 40px;
}
#editor_imp_modal_close {
position: absolute;
right: -11px;
top: -11px;
width: 30px;
height: 30px;
background: url(../i/close.png) no-repeat;
cursor: pointer;
}
.editor_ruler td {
font-size: 12px;
padding: 5px;
border: none;
}
/* CHARMAP */
#editor_charmap {
overflow: hidden;
margin-bottom: 1.5em;
}
#editor_charmap a, #editor_charmap a:hover {
float: left;
text-decoration: none !important;
color: #333 !important;
border: 1px solid #eee;
display: block;
line-height: 1;
width: 20px;
text-align: center;
padding: 4px 0;
font-size: 18px;
}
#editor_charmap a:hover {
background-color: #000;
color: #fff !important;
border: 1px solid #900;
} | 0.161519 | 0.056835 |
.admin__menu .item-lof-all > a:before {
content: url('../images/logo.png') !important;
font-size: 2.4rem!important;
position: relative!important;
top: -0.2rem!important;
}
.vlicense .vitem {
float: left;
width: 100%;
padding-bottom: 40px;
margin-bottom: 40px;
border-bottom: 1px dashed #CCC;
}
.vlicense .vitem:last-child {
border-bottom: 0
}
.vlicense .vitem .pimg {
float: left;
width: 300px;
margin-right: 30px;
margin-bottom: 10px;
}
.vlicense .vitem .pdetails {
float: left;
max-width: 700px;
}
.vlicense .vitem .plicense {
margin-bottom: 5px;
float: left;
width: 400px;
margin-top: 5px;
}
.vlicense .vitem .pinvalid {
color: #F00;
margin-top: 5px;
}
.vlicense .vitem .pmeta {
margin-top: 20px;
}
.vlicense .vitem input {
max-width: 400px;
}
.vlicense .pvalid {
font-weight: bold;
color: #3cb861;
}
.vlicense .pinvalid {
font-weight: bold;
color: #F00;
}
.vlicense h1 {
color: #41362f
}
.vlicense h1 a:hover {
text-decoration: none
}
#lof-elist {
float: left;
width: 100%;
padding: 0;
margin: 0
}
#lof-elist .extend-card {
width: 47%;
border: 1px solid #ddd;
float: left;
margin-right: 2%;
margin-bottom: 20px;
height: 500px;
overflow: hidden;
transition: border-color .1s linear;
display: inline-block;
}
#lof-elist .extend-card .extend-card-top {
float: left;
position: relative;
height: 100%;
}
.extend-card-image:before,
.extend-card-image:after,
#lof-elist .extend-card .extend-card-top:before,
#lof-elist .extend-card .extend-card-top:after {
display: table;
line-height: 0;
content: "";
clear: both;
}
#lof-elist .extend-card-image img {
top: 20px;
left: 20px;
width: 100%;
height: auto;
float: left;
min-height: 130px;
}
.extend-des {
/* padding: 14px; */
height: 100px;
float: left;
background: #FFF;
}
.extend-card {
position:relative;
}
.extend-card:hover .extend-des{
position: absolute;
z-index: 99;
height: auto;
height: 100%;
line-height: 22px;
width: 100%;
}
.extend-des-inner {
max-height: 422px;
background: #FFF;
overflow: hidden;
padding: 14px 14px 0 14px;
}
.extend-des ul {
margin-left: 20px;
margin-bottom: 0;
}
#lof-elist .extend-card a:hover {
text-decoration: none;
}
#lof-elist .extend-card h3 {
margin: 20px 0 12px;
font-size: 22px;
line-height: 1.3;
font-weight: normal;
width: 100%;
color: #eb5202;
}
#lof-elist .extend-card h3:hover {
color: #eb5202;
}
#lof-elist .extend-card .extend-price {
font-size: 32px;
/* margin-top: 10px; */
text-align: center;
float: left;
width: 100%;
/* margin-bottom: 20px; */
/* display: none; */
color: #eb5202;
}
#lof-elist .erow {
float: left;
width: 100%
}
#lof-elist .extend-card-desc {
float: left;
text-align: center;
display: block;
width: 100%;
/* margin-bottom: 10px; */
position: relative;
}
#lof-elist .extend-card-desc a:first-child {
float: left;
width: 100%;
/* margin-bottom: 10px; */
/* background: #eb5202; */
}
#lof-elist h1 a:hover {
text-decoration: none;
}
#lof-elist h1 {
margin-bottom: 50px;
font-size: 2.8rem !important;
text-align: center;
}
#lof-elist h1 a {
color: #eb5202
}
#lof-elist a:focus, #lof-elist a:active {
text-decoration: none;
}
#lof-elist .edetai:hover {
text-decoration: underline;
color: #eb5202;
}
#lof-elist .extend-card-image {
float: left;
}
#lof-elist .extend-buynow {
padding: 10px 25px;
font-size: 16px;
border-radius: 30px;
border: 2px solid #eb5202;
background: #eb5202;
color: #FFF;
margin-top: 10px;
transition: border-color .1s linear;
cursor: pointer;
}
#lof-elist .extend-des .extend-buynow {
margin-left: 14px;
}
#lof-elist .extend-buynow:hover {
background: #ca4802;
border-color: #ca4802;
}
.landofcoder-menu {
color: #41362f;
float: left;
font-size: 1.6rem;
margin-top: .7rem;
}
.page-main-actions._hidden .landofcoder-menu {
display: none;
}
.landofcoder-menu .dropdown {
display: inline-block!important;
position: relative;
}
.landofcoder-menu .dropdown:before, .landofcoder-menu .dropdown:after {
content: "";
display: table;
}
.landofcoder-menu .admin__action-dropdown {
font-size: 1.6rem;
letter-spacing: .025em;
background-color: #f8f8f8;
z-index: 20;
transition: border-color 0.15s ease;
}
.landofcoder-menu .dropdown .dropdown-menu {
margin: 0;
padding: 6px 0 3px 0;
list-style: none none;
box-sizing: border-box;
background: #ffffff;
border: 1px #007bdb solid;
position: absolute;
z-index: 1000;
top: 100%;
line-height: 1.36;
min-width: 18.5rem;
margin-top: -1px;
display: none;
transition: all 0.15s ease;
visibility: hidden;
opacity: 0;
}
.landofcoder-menu .dropdown.active .admin__action-dropdown-text:after {
background-color: #ffffff;
content: '';
height: 6px;
position: absolute;
top: 100%;
right: -6px;
left: 0;
}
.landofcoder-menu .dropdown.active .admin__action-dropdown,
.landofcoder-menu .dropdown.active .dropdown-menu {
border-color: #007bdb;
background-color: #fff;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.landofcoder-menu .dropdown.active .dropdown-menu {
display: block;
opacity: 1;
visibility: visible;
}
.landofcoder-menu .dropdown .dropdown-menu li:hover,
.landofcoder-menu .dropdown .dropdown-menu li.current {
background: #e0f6fe;
cursor: pointer;
}
.landofcoder-menu .dropdown-menu>li>a:focus,.landofcoder-menu .dropdown-menu>li>a:hover{
background: #e0f6fe;
}
.landofcoder-menu .dropdown-menu li {
margin: 0;
border: 0;
cursor: default;
font-size: 1.4rem;
list-style-type: none;
}
.landofcoder-menu .dropdown-menu li a {
text-decoration: none;
color: #41362f;
display: block;
padding: .6rem 1.8rem;
}
.landofcoder-menu .dropdown-menu li.separator {
border-top: 1px #adadad solid;
}
.landofcoder-menu .dropdown-menu li.separator a {
padding-top: .8rem;
}
/* The container <div> - needed to position the dropdown content */
.landofcoder-menu .dropdown-child {
position: relative;
}
/* Dropdown Content (Hidden by Default) */
.landofcoder-menu .dropdown-content {
border-radius: 2px;
left: 100%;
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
top: 0;
border: 1px #adadad solid;
}
/* Links inside the dropdown */
.landofcoder-menu .dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.landofcoder-menu .dropdown-content a:hover {background-color: #e0f6fe}
/* Show the dropdown menu on hover */
.landofcoder-menu .dropdown-child:hover .dropdown-content {
display: block;
} | app/code/Lof/All/view/adminhtml/web/css/styles.css | .admin__menu .item-lof-all > a:before {
content: url('../images/logo.png') !important;
font-size: 2.4rem!important;
position: relative!important;
top: -0.2rem!important;
}
.vlicense .vitem {
float: left;
width: 100%;
padding-bottom: 40px;
margin-bottom: 40px;
border-bottom: 1px dashed #CCC;
}
.vlicense .vitem:last-child {
border-bottom: 0
}
.vlicense .vitem .pimg {
float: left;
width: 300px;
margin-right: 30px;
margin-bottom: 10px;
}
.vlicense .vitem .pdetails {
float: left;
max-width: 700px;
}
.vlicense .vitem .plicense {
margin-bottom: 5px;
float: left;
width: 400px;
margin-top: 5px;
}
.vlicense .vitem .pinvalid {
color: #F00;
margin-top: 5px;
}
.vlicense .vitem .pmeta {
margin-top: 20px;
}
.vlicense .vitem input {
max-width: 400px;
}
.vlicense .pvalid {
font-weight: bold;
color: #3cb861;
}
.vlicense .pinvalid {
font-weight: bold;
color: #F00;
}
.vlicense h1 {
color: #41362f
}
.vlicense h1 a:hover {
text-decoration: none
}
#lof-elist {
float: left;
width: 100%;
padding: 0;
margin: 0
}
#lof-elist .extend-card {
width: 47%;
border: 1px solid #ddd;
float: left;
margin-right: 2%;
margin-bottom: 20px;
height: 500px;
overflow: hidden;
transition: border-color .1s linear;
display: inline-block;
}
#lof-elist .extend-card .extend-card-top {
float: left;
position: relative;
height: 100%;
}
.extend-card-image:before,
.extend-card-image:after,
#lof-elist .extend-card .extend-card-top:before,
#lof-elist .extend-card .extend-card-top:after {
display: table;
line-height: 0;
content: "";
clear: both;
}
#lof-elist .extend-card-image img {
top: 20px;
left: 20px;
width: 100%;
height: auto;
float: left;
min-height: 130px;
}
.extend-des {
/* padding: 14px; */
height: 100px;
float: left;
background: #FFF;
}
.extend-card {
position:relative;
}
.extend-card:hover .extend-des{
position: absolute;
z-index: 99;
height: auto;
height: 100%;
line-height: 22px;
width: 100%;
}
.extend-des-inner {
max-height: 422px;
background: #FFF;
overflow: hidden;
padding: 14px 14px 0 14px;
}
.extend-des ul {
margin-left: 20px;
margin-bottom: 0;
}
#lof-elist .extend-card a:hover {
text-decoration: none;
}
#lof-elist .extend-card h3 {
margin: 20px 0 12px;
font-size: 22px;
line-height: 1.3;
font-weight: normal;
width: 100%;
color: #eb5202;
}
#lof-elist .extend-card h3:hover {
color: #eb5202;
}
#lof-elist .extend-card .extend-price {
font-size: 32px;
/* margin-top: 10px; */
text-align: center;
float: left;
width: 100%;
/* margin-bottom: 20px; */
/* display: none; */
color: #eb5202;
}
#lof-elist .erow {
float: left;
width: 100%
}
#lof-elist .extend-card-desc {
float: left;
text-align: center;
display: block;
width: 100%;
/* margin-bottom: 10px; */
position: relative;
}
#lof-elist .extend-card-desc a:first-child {
float: left;
width: 100%;
/* margin-bottom: 10px; */
/* background: #eb5202; */
}
#lof-elist h1 a:hover {
text-decoration: none;
}
#lof-elist h1 {
margin-bottom: 50px;
font-size: 2.8rem !important;
text-align: center;
}
#lof-elist h1 a {
color: #eb5202
}
#lof-elist a:focus, #lof-elist a:active {
text-decoration: none;
}
#lof-elist .edetai:hover {
text-decoration: underline;
color: #eb5202;
}
#lof-elist .extend-card-image {
float: left;
}
#lof-elist .extend-buynow {
padding: 10px 25px;
font-size: 16px;
border-radius: 30px;
border: 2px solid #eb5202;
background: #eb5202;
color: #FFF;
margin-top: 10px;
transition: border-color .1s linear;
cursor: pointer;
}
#lof-elist .extend-des .extend-buynow {
margin-left: 14px;
}
#lof-elist .extend-buynow:hover {
background: #ca4802;
border-color: #ca4802;
}
.landofcoder-menu {
color: #41362f;
float: left;
font-size: 1.6rem;
margin-top: .7rem;
}
.page-main-actions._hidden .landofcoder-menu {
display: none;
}
.landofcoder-menu .dropdown {
display: inline-block!important;
position: relative;
}
.landofcoder-menu .dropdown:before, .landofcoder-menu .dropdown:after {
content: "";
display: table;
}
.landofcoder-menu .admin__action-dropdown {
font-size: 1.6rem;
letter-spacing: .025em;
background-color: #f8f8f8;
z-index: 20;
transition: border-color 0.15s ease;
}
.landofcoder-menu .dropdown .dropdown-menu {
margin: 0;
padding: 6px 0 3px 0;
list-style: none none;
box-sizing: border-box;
background: #ffffff;
border: 1px #007bdb solid;
position: absolute;
z-index: 1000;
top: 100%;
line-height: 1.36;
min-width: 18.5rem;
margin-top: -1px;
display: none;
transition: all 0.15s ease;
visibility: hidden;
opacity: 0;
}
.landofcoder-menu .dropdown.active .admin__action-dropdown-text:after {
background-color: #ffffff;
content: '';
height: 6px;
position: absolute;
top: 100%;
right: -6px;
left: 0;
}
.landofcoder-menu .dropdown.active .admin__action-dropdown,
.landofcoder-menu .dropdown.active .dropdown-menu {
border-color: #007bdb;
background-color: #fff;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.landofcoder-menu .dropdown.active .dropdown-menu {
display: block;
opacity: 1;
visibility: visible;
}
.landofcoder-menu .dropdown .dropdown-menu li:hover,
.landofcoder-menu .dropdown .dropdown-menu li.current {
background: #e0f6fe;
cursor: pointer;
}
.landofcoder-menu .dropdown-menu>li>a:focus,.landofcoder-menu .dropdown-menu>li>a:hover{
background: #e0f6fe;
}
.landofcoder-menu .dropdown-menu li {
margin: 0;
border: 0;
cursor: default;
font-size: 1.4rem;
list-style-type: none;
}
.landofcoder-menu .dropdown-menu li a {
text-decoration: none;
color: #41362f;
display: block;
padding: .6rem 1.8rem;
}
.landofcoder-menu .dropdown-menu li.separator {
border-top: 1px #adadad solid;
}
.landofcoder-menu .dropdown-menu li.separator a {
padding-top: .8rem;
}
/* The container <div> - needed to position the dropdown content */
.landofcoder-menu .dropdown-child {
position: relative;
}
/* Dropdown Content (Hidden by Default) */
.landofcoder-menu .dropdown-content {
border-radius: 2px;
left: 100%;
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
top: 0;
border: 1px #adadad solid;
}
/* Links inside the dropdown */
.landofcoder-menu .dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.landofcoder-menu .dropdown-content a:hover {background-color: #e0f6fe}
/* Show the dropdown menu on hover */
.landofcoder-menu .dropdown-child:hover .dropdown-content {
display: block;
} | 0.288268 | 0.064506 |
@import "ibm-plex.css";
@import "kui--alternate.css";
/* inverted sidecar */
body[kui-theme="Carbon Gray10"] .kui--inverted-color-context {
--color-base00: #262626;
--color-base01: #171717;
--color-base02: #565656;
--color-base03: #565656;
--color-base04: #8c8c8c;
--color-base05: #adadad;
--color-base06: #f3f3f3;
--color-base07: #fff;
--color-base08: #fa4d56;
--color-base09: #bf5b17;
--color-base0A: #fdd13a;
--color-base0B: #56d679;
--color-base0C: #30b0ff;
--color-base0D: #4589ff;
--color-base0E: #fa75a6;
--color-base0F: #bb8eff;
--color-black: var(--color-ui-01);
--color-red: var(--color-base08);
--color-green: var(--color-base0B);
--color-yellow: var(--color-base0A);
--color-cyan: var(--color-base0C);
--color-blue: var(--color-base0D);
--color-magenta: var(--color-base0E);
--color-white: var(--color-base07);
--color-light-gray: var(--color-base04);
--color-dark-gray: var(--color-base03);
--color-ui-01: var(--color-base00);
--color-ui-02: var(--color-base01);
--color-ui-03: var(--color-base03);
--color-ui-04: var(--color-base02);
--color-ui-05: var(--color-base04);
--color-ui-06: var(--color-base02);
--color-ok: var(--color-green);
--color-error: var(--color-red);
--color-warning: var(--color-base09);
--color-text-01: var(--color-base06);
--color-text-02: var(--color-base04);
color: var(--color-text-01);
--color-map-value: var(--color-text-01);
--color-map-key: var(--color-base0C);
--color-name: #30b0ff;
--color-brand-01: #97c1ff;
--color-brand-03: var(--color-base0C);
--color-stripe-01: var(--color-base02);
--color-stripe-02: var(--color-sidecar-header);
--color-sidecar-background-01: #171717;
--color-sidecar-background-02: var(--color-base03);
--color-name-sidecar: var(--color-name);
--color-screenshot-background: #3d3d3d; /* $ui-01 */
--color-screenshot-primary-button-background: #0062ff; /* $interactive-01 */
--color-screenshot-secondary-button-background: #6f6f6f; /* $interactive-02 */
--color-table-border1: rgba(255, 255, 255, 0.35);
--color-table-border2: rgba(255, 255, 255, 0.5);
--color-table-border3: var(--color-ui-04);
}
/* color variables */
body[kui-theme="Carbon Gray10"] {
--color-base00: #ffffff;
--color-base01: #f3f3f3;
--color-base02: #8c8c8c;
--color-base03: #dcdcdc;
--color-base04: #f2f4f8;
--color-base05: #50565b;
--color-base06: #171717;
--color-base07: #fff;
--color-base08: #da1e28;
--color-base09: #bf5b17;
--color-base0A: #8e6926;
--color-base0B: #198038;
--color-base0C: #0072c3;
--color-base0D: #054ada;
--color-base0E: #d12765;
--color-base0F: #8a3ffc;
--color-red-sidecar: #fb4b53;
--color-yellow-sidecar: #fdd13a;
--color-green-sidecar: #56d679;
--color-brand-01: #0062ff;
--color-brand-02: #171717;
--color-brand-03: #0062ff;
--color-ui-05: #171717;
--color-ui-03: #e0e0e0;
--color-text-02: #565656;
--color-map-key: #6ea6ff;
--color-map-value: var(--color-text-inverted01);
--color-table-border1: #9e9fa1;
--color-table-border2: #3d4144;
--color-table-border3: #a5adb4;
--color-sidecar-toolbar-foreground: var(--color-text-01);
--color-sidecar-header: #282828;
--color-sidecar-background-01: var(--color-base06);
--color-sidecar-border: #e4e4e4;
--color-brand-03: #008fff;
--color-content-divider: #bfc0c2;
--color-stripe-01: var(--color-base03);
--color-stripe-02: #f5f7fa;
--tab-gray-text-color: var(--color-text-01);
--active-tab-color: #0f62fe;
--color-repl-background: var(--color-base01);
--color-light-red: hsla(354, 81%, 51%, 50%);
--color-light-green: hsla(143, 73%, 43%, 50%);
--color-light-yellow: hsla(46, 99%, 59%, 50%);
--color-support-04: var(--color-base0C);
/* from https://www.carbondesignsystem.com/data-visualization/color-palettes */
--color-latency-0: #d4bbff;
--color-latency-1: #08bdba;
--color-latency-2: #007d79;
--color-latency-3: #ff7eb6;
--color-latency-4: #fa4d56;
--color-latency-5: #fff1f1;
--color-latency-6: #6fdc8c;
--color-latency-7: #458dff;
--color-latency-8: #d12771;
--color-latency-9: #d2a106;
--color-latency-10: #08bdba;
--color-latency-11: #bae6ff;
--color-latency-12: #ba4e00;
--color-latency-13: #d4bbff;
}
body[kui-theme="Carbon Gray10"] .monaco-editor .margin-view-overlays .current-line-margin,
body[kui-theme="Carbon Gray10"] .monaco-editor .view-overlays .current-line {
border-color: #565656;
}
body[kui-theme="Carbon Gray10"] .kui--sidecar .monaco-editor .mtk7,
body[kui-theme="Carbon Gray10"] .kui--sidecar .monaco-editor .line-numbers {
color: var(--color-sidecar-toolbar-background);
}
body[kui-theme="Carbon Gray10"] .monaco-editor .current-line ~ .line-numbers {
color: #fa75a6;
}
body[kui-theme="Carbon Gray10"] .kui--input-stripe .repl-input {
background-color: var(--color-base04);
}
body[kui-theme="Carbon Gray10"] .kui--input-stripe {
background-color: var(--color-base00);
}
body[kui-theme="Carbon Gray10"] .kui--input-stripe input {
background-color: var(--color-base01);
}
body[kui-theme="Carbon Gray10"] .bx--data-table {
font-family: var(--font-sans-serif);
} | plugins/plugin-carbon-themes/web/css/carbon-gray10.css | @import "ibm-plex.css";
@import "kui--alternate.css";
/* inverted sidecar */
body[kui-theme="Carbon Gray10"] .kui--inverted-color-context {
--color-base00: #262626;
--color-base01: #171717;
--color-base02: #565656;
--color-base03: #565656;
--color-base04: #8c8c8c;
--color-base05: #adadad;
--color-base06: #f3f3f3;
--color-base07: #fff;
--color-base08: #fa4d56;
--color-base09: #bf5b17;
--color-base0A: #fdd13a;
--color-base0B: #56d679;
--color-base0C: #30b0ff;
--color-base0D: #4589ff;
--color-base0E: #fa75a6;
--color-base0F: #bb8eff;
--color-black: var(--color-ui-01);
--color-red: var(--color-base08);
--color-green: var(--color-base0B);
--color-yellow: var(--color-base0A);
--color-cyan: var(--color-base0C);
--color-blue: var(--color-base0D);
--color-magenta: var(--color-base0E);
--color-white: var(--color-base07);
--color-light-gray: var(--color-base04);
--color-dark-gray: var(--color-base03);
--color-ui-01: var(--color-base00);
--color-ui-02: var(--color-base01);
--color-ui-03: var(--color-base03);
--color-ui-04: var(--color-base02);
--color-ui-05: var(--color-base04);
--color-ui-06: var(--color-base02);
--color-ok: var(--color-green);
--color-error: var(--color-red);
--color-warning: var(--color-base09);
--color-text-01: var(--color-base06);
--color-text-02: var(--color-base04);
color: var(--color-text-01);
--color-map-value: var(--color-text-01);
--color-map-key: var(--color-base0C);
--color-name: #30b0ff;
--color-brand-01: #97c1ff;
--color-brand-03: var(--color-base0C);
--color-stripe-01: var(--color-base02);
--color-stripe-02: var(--color-sidecar-header);
--color-sidecar-background-01: #171717;
--color-sidecar-background-02: var(--color-base03);
--color-name-sidecar: var(--color-name);
--color-screenshot-background: #3d3d3d; /* $ui-01 */
--color-screenshot-primary-button-background: #0062ff; /* $interactive-01 */
--color-screenshot-secondary-button-background: #6f6f6f; /* $interactive-02 */
--color-table-border1: rgba(255, 255, 255, 0.35);
--color-table-border2: rgba(255, 255, 255, 0.5);
--color-table-border3: var(--color-ui-04);
}
/* color variables */
body[kui-theme="Carbon Gray10"] {
--color-base00: #ffffff;
--color-base01: #f3f3f3;
--color-base02: #8c8c8c;
--color-base03: #dcdcdc;
--color-base04: #f2f4f8;
--color-base05: #50565b;
--color-base06: #171717;
--color-base07: #fff;
--color-base08: #da1e28;
--color-base09: #bf5b17;
--color-base0A: #8e6926;
--color-base0B: #198038;
--color-base0C: #0072c3;
--color-base0D: #054ada;
--color-base0E: #d12765;
--color-base0F: #8a3ffc;
--color-red-sidecar: #fb4b53;
--color-yellow-sidecar: #fdd13a;
--color-green-sidecar: #56d679;
--color-brand-01: #0062ff;
--color-brand-02: #171717;
--color-brand-03: #0062ff;
--color-ui-05: #171717;
--color-ui-03: #e0e0e0;
--color-text-02: #565656;
--color-map-key: #6ea6ff;
--color-map-value: var(--color-text-inverted01);
--color-table-border1: #9e9fa1;
--color-table-border2: #3d4144;
--color-table-border3: #a5adb4;
--color-sidecar-toolbar-foreground: var(--color-text-01);
--color-sidecar-header: #282828;
--color-sidecar-background-01: var(--color-base06);
--color-sidecar-border: #e4e4e4;
--color-brand-03: #008fff;
--color-content-divider: #bfc0c2;
--color-stripe-01: var(--color-base03);
--color-stripe-02: #f5f7fa;
--tab-gray-text-color: var(--color-text-01);
--active-tab-color: #0f62fe;
--color-repl-background: var(--color-base01);
--color-light-red: hsla(354, 81%, 51%, 50%);
--color-light-green: hsla(143, 73%, 43%, 50%);
--color-light-yellow: hsla(46, 99%, 59%, 50%);
--color-support-04: var(--color-base0C);
/* from https://www.carbondesignsystem.com/data-visualization/color-palettes */
--color-latency-0: #d4bbff;
--color-latency-1: #08bdba;
--color-latency-2: #007d79;
--color-latency-3: #ff7eb6;
--color-latency-4: #fa4d56;
--color-latency-5: #fff1f1;
--color-latency-6: #6fdc8c;
--color-latency-7: #458dff;
--color-latency-8: #d12771;
--color-latency-9: #d2a106;
--color-latency-10: #08bdba;
--color-latency-11: #bae6ff;
--color-latency-12: #ba4e00;
--color-latency-13: #d4bbff;
}
body[kui-theme="Carbon Gray10"] .monaco-editor .margin-view-overlays .current-line-margin,
body[kui-theme="Carbon Gray10"] .monaco-editor .view-overlays .current-line {
border-color: #565656;
}
body[kui-theme="Carbon Gray10"] .kui--sidecar .monaco-editor .mtk7,
body[kui-theme="Carbon Gray10"] .kui--sidecar .monaco-editor .line-numbers {
color: var(--color-sidecar-toolbar-background);
}
body[kui-theme="Carbon Gray10"] .monaco-editor .current-line ~ .line-numbers {
color: #fa75a6;
}
body[kui-theme="Carbon Gray10"] .kui--input-stripe .repl-input {
background-color: var(--color-base04);
}
body[kui-theme="Carbon Gray10"] .kui--input-stripe {
background-color: var(--color-base00);
}
body[kui-theme="Carbon Gray10"] .kui--input-stripe input {
background-color: var(--color-base01);
}
body[kui-theme="Carbon Gray10"] .bx--data-table {
font-family: var(--font-sans-serif);
} | 0.322633 | 0.049773 |
video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity:0.5;
object-fit: cover;
object-position: center;
}
header {width: 100%; top:0; left:0; text-decoration: none; }
.header {height:11rem; position: fixed;}
.header-2 {height:9rem; position: fixed;}
li { text-decoration: none; }
/*header {
width: 100%;
text-align: center;
color: white;
position: fixed;} */
.group-menu{margin-top: 13%;}
/*.inputAuth{padding:30; font-size:20px; font-weight: bold;}*/
.auth{ font-size:1rem; display:flex;}
.user-auth{ color: #0000FF;}
.cont-auth-home{ display:flex;width: 100%; margin-top:1%; }
.desc{ font-size: 1.5rem; padding: 2%; margin-left:5%; margin-right:10%; text-align: center;}
.desc-curs{ font-size: 1.5rem; padding: 2%; margin-left:5%; text-align: center;}
.desc-curs-no{ font-size: 3rem; padding: 2%; margin-left:5%; text-align: center;}
.nota-curs{margin-left: 20%; margin-right: 1%; font: oblique bold 120% cursive;font-size: 1rem;}
.notas{font-size:0.7rem; color:red; margin-top:25px; margin-right:1%;}
@media screen and (max-width:800px) {
header {width: 100%; top:0; left:0; text-decoration: none; }
.header {height:5rem; position: fixed;}
.group-menu{margin-top: 15%;}
.auth{ font-size:0.5rem; display:flex;}
.desc{ font-size: 0.8rem;}
.nota-curs{font-size: 0.5rem; width: 250px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.title{ font-size: 0.5rem; }
}
.img-curs{padding:0; width: 40%;}
.bar-right{
width:30%;
height:100vh;
float:right;
padding-right:10px;
padding-left:10px;
display:block;
border-left: 2px inset #BFBFBF;
margin-top:1%; }
/* BOTTUN */
.bt-save{ width:100%;margin-top:10%;;}
.bt-canc{ margin-top:5px;}
.container-left{width:100%;}
/*.container-Auth{ width:100%;}
.container-livew{ } */
.cont-2{ display:flex;width: 100%; }
/*
width:100%;
overflow-y: scroll;
scroll-behavior: smooth;
height:100vh;
*/
/*--View Menu---*/
/*nosotros*/
.saludo{color:#0000FF; font-size:2rem;}
.nosot{font-size:1.5rem; font-style:oblique; margin-left:5%; margin-right: 5%; text-align:justify; }
.nosot2{font-size:1.3rem; font-style:oblique; margin-left:5%; margin-right: 5%; text-align:justify; }
.nosot3{font-size:1rem; font-style:oblique; margin-left:5%; margin-right: 5%; text-align:justify; }
/*cursos*/
.all-scroll{cursor:all-scroll;}"
.dur-cur{ font-size:1.5rem; font-weight: bold; }
.edit{
width:60;
height:58;}
.email{
color: blue;
font-weight:bold;
font-style:italic;
font-weight:500;
font-size:3rem; }
.text-8{font-size: 1rem;}
.text-10{font-size: 1.2rem;}
.text-12{font-size: 1.5rem;}
.text-14{font-size: 1.8rem;}
.text-16{font-size: 2rem;}
.form_new{
border: white 8px inset;
margin-left:5%;
padding:3%;
margin-right:10%;
margin-top:3%;
font-weight: bold; }
.form_edit{ border: white 8px outset; margin-left:1%; padding:3%; margin-right:15%; margin-top:3%; font-weight: bold; }
footer{width: 100%; background-color: RGBA(0, 0, 0, 0.75); margin-top:2%;}
#footer{height: 8rem; bottom: 0; color: white; padding:0.5%; }
.irAtras{ margin-right:5%; width: 90px; height: 100px;}
.irHome{width: 120px; height: 120px;}
.img-left{ width: 100%; height: 400px; }
.img-bt-new{ width:130px; height:100px;}
.img-bt-user{ width:50px; height:60px;}
.img-curso{ width:300px; height:250px; }
.img-AddNew{ width:130px; height:150px; margin-left:5%;}
.img-cursoVue{ width:400px; height:280px;}
.img-logoVue{ width:200px; height:150px;}
.img-act{ width:50px; height:50px;}
.info{ font-size:1.5rem;background:#C1DFE9; padding:2%; border-radius: 20px;}
.input-nom{font-size: 1rem; padding-top:1%; width:100%; border-radiu:5%;}
.login{ width:5000px; margin-top: 2%; float:center; }
.link-auth{ display:flex; margin-left:80%; font-size:2rem; }
/* acceso con privilegios----*/
.link-priv{
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
margin-left:5px;
font-size:2rem;
text-decoration:none;
color:black; }
.link-priv:hover{ color:#FFA500; text-decoration:none; }
.auth-name{ color: #E9C80C; font-size:1rem; }
.listCurs{
height:auto;
border-top:2px solid;
border-color:#BFBFBF;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
margin-top:1%;
padding:1%;}
.listCursVue{ }
.img-priv{ width:20px; height:15px;}
.publicNo{ display:block; margin-right:5%; color: #FF0000; font-size:1.5rem;}
.publicSi{display:block; margin-right:5%; color: #008000;}
table, th, td { border: 1px solid black; font-size:1.5rem; }
tr td:last-child{
width:1%;
white-space:nowrap;
}
.text-inp{ font-size:1rem; padding:4%;}
.title{ font-family: fantasy;
font-size: 3rem;
color: #000066;
width: 100%;
text-align: center;
letter-spacing: 2pt;}
.title-curs{color:#2D2D84; font-size:3rem;}
.desc-curs{font-size:2rem;}
.title-2{ font-family: fantasy;
font-size: 1.5rem;
color: #003466;
text-align: center;
letter-spacing: 1pt;}
.tite2{
color:#FF7A00;
font-size: 36px;
font-family: fantasy;}
.tite3{
font-size: 1.3rem;
margin: 5%;
}
.title-op{ color:#BFBFBF; font-size: 1.5rem;}
.title-div {border-top:2px solid; border-color:#BFBFBF; width:100%;}
.tex-bt:hover{
color: yellow;
text-decoration: none;
font-size:1rem;; }
.toll{
display:flex;
width: 100%;
margin:0;
top:0; }
.toll-enl{ font-size:1rem; text-align:center;}
.toll-enl-2{ font-size:2rem; text-align:center;margin-left:5%;}
.tool-liv{ width: 100%; margin-right: 2%; margin-left: 2%;}
.tool-table{width: 100%; margin-right:2%;}
.resp{
display:flex;
font-size:1.3rem;
padding-left:2%;
padding-right:5%;}
.Add-Resp a{
font-size:1.3rem;
font-weight:bold;
color:#FF0000; }
.salir{
color:red;
font-size:1.3rem;}
.search-input{ font-weight: bold; font-size:1.5rem; width:100%;}
.ver-insc{height: auto; width: 10%; flex-direction: 5%;}
/*
.TextMenu.act, .TextMenu:active {
color:#1E90FF;
} */
/*details summary::-webkit-details-marker {
background: red;
color: blue;
font-size: 30px;
}*/
/*ul {
list-style: none;
padding: 0px;
margin-left: 10px;
}
ul li::before {
content: "\2022";
color: red;
display: inline-block;
padding-right: 10px;
font-size: 50px;
line-height: 25px;
vertical-align: -11px;
width: 15px;
}*/ | public/css/styles.css | video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity:0.5;
object-fit: cover;
object-position: center;
}
header {width: 100%; top:0; left:0; text-decoration: none; }
.header {height:11rem; position: fixed;}
.header-2 {height:9rem; position: fixed;}
li { text-decoration: none; }
/*header {
width: 100%;
text-align: center;
color: white;
position: fixed;} */
.group-menu{margin-top: 13%;}
/*.inputAuth{padding:30; font-size:20px; font-weight: bold;}*/
.auth{ font-size:1rem; display:flex;}
.user-auth{ color: #0000FF;}
.cont-auth-home{ display:flex;width: 100%; margin-top:1%; }
.desc{ font-size: 1.5rem; padding: 2%; margin-left:5%; margin-right:10%; text-align: center;}
.desc-curs{ font-size: 1.5rem; padding: 2%; margin-left:5%; text-align: center;}
.desc-curs-no{ font-size: 3rem; padding: 2%; margin-left:5%; text-align: center;}
.nota-curs{margin-left: 20%; margin-right: 1%; font: oblique bold 120% cursive;font-size: 1rem;}
.notas{font-size:0.7rem; color:red; margin-top:25px; margin-right:1%;}
@media screen and (max-width:800px) {
header {width: 100%; top:0; left:0; text-decoration: none; }
.header {height:5rem; position: fixed;}
.group-menu{margin-top: 15%;}
.auth{ font-size:0.5rem; display:flex;}
.desc{ font-size: 0.8rem;}
.nota-curs{font-size: 0.5rem; width: 250px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.title{ font-size: 0.5rem; }
}
.img-curs{padding:0; width: 40%;}
.bar-right{
width:30%;
height:100vh;
float:right;
padding-right:10px;
padding-left:10px;
display:block;
border-left: 2px inset #BFBFBF;
margin-top:1%; }
/* BOTTUN */
.bt-save{ width:100%;margin-top:10%;;}
.bt-canc{ margin-top:5px;}
.container-left{width:100%;}
/*.container-Auth{ width:100%;}
.container-livew{ } */
.cont-2{ display:flex;width: 100%; }
/*
width:100%;
overflow-y: scroll;
scroll-behavior: smooth;
height:100vh;
*/
/*--View Menu---*/
/*nosotros*/
.saludo{color:#0000FF; font-size:2rem;}
.nosot{font-size:1.5rem; font-style:oblique; margin-left:5%; margin-right: 5%; text-align:justify; }
.nosot2{font-size:1.3rem; font-style:oblique; margin-left:5%; margin-right: 5%; text-align:justify; }
.nosot3{font-size:1rem; font-style:oblique; margin-left:5%; margin-right: 5%; text-align:justify; }
/*cursos*/
.all-scroll{cursor:all-scroll;}"
.dur-cur{ font-size:1.5rem; font-weight: bold; }
.edit{
width:60;
height:58;}
.email{
color: blue;
font-weight:bold;
font-style:italic;
font-weight:500;
font-size:3rem; }
.text-8{font-size: 1rem;}
.text-10{font-size: 1.2rem;}
.text-12{font-size: 1.5rem;}
.text-14{font-size: 1.8rem;}
.text-16{font-size: 2rem;}
.form_new{
border: white 8px inset;
margin-left:5%;
padding:3%;
margin-right:10%;
margin-top:3%;
font-weight: bold; }
.form_edit{ border: white 8px outset; margin-left:1%; padding:3%; margin-right:15%; margin-top:3%; font-weight: bold; }
footer{width: 100%; background-color: RGBA(0, 0, 0, 0.75); margin-top:2%;}
#footer{height: 8rem; bottom: 0; color: white; padding:0.5%; }
.irAtras{ margin-right:5%; width: 90px; height: 100px;}
.irHome{width: 120px; height: 120px;}
.img-left{ width: 100%; height: 400px; }
.img-bt-new{ width:130px; height:100px;}
.img-bt-user{ width:50px; height:60px;}
.img-curso{ width:300px; height:250px; }
.img-AddNew{ width:130px; height:150px; margin-left:5%;}
.img-cursoVue{ width:400px; height:280px;}
.img-logoVue{ width:200px; height:150px;}
.img-act{ width:50px; height:50px;}
.info{ font-size:1.5rem;background:#C1DFE9; padding:2%; border-radius: 20px;}
.input-nom{font-size: 1rem; padding-top:1%; width:100%; border-radiu:5%;}
.login{ width:5000px; margin-top: 2%; float:center; }
.link-auth{ display:flex; margin-left:80%; font-size:2rem; }
/* acceso con privilegios----*/
.link-priv{
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
margin-left:5px;
font-size:2rem;
text-decoration:none;
color:black; }
.link-priv:hover{ color:#FFA500; text-decoration:none; }
.auth-name{ color: #E9C80C; font-size:1rem; }
.listCurs{
height:auto;
border-top:2px solid;
border-color:#BFBFBF;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
margin-top:1%;
padding:1%;}
.listCursVue{ }
.img-priv{ width:20px; height:15px;}
.publicNo{ display:block; margin-right:5%; color: #FF0000; font-size:1.5rem;}
.publicSi{display:block; margin-right:5%; color: #008000;}
table, th, td { border: 1px solid black; font-size:1.5rem; }
tr td:last-child{
width:1%;
white-space:nowrap;
}
.text-inp{ font-size:1rem; padding:4%;}
.title{ font-family: fantasy;
font-size: 3rem;
color: #000066;
width: 100%;
text-align: center;
letter-spacing: 2pt;}
.title-curs{color:#2D2D84; font-size:3rem;}
.desc-curs{font-size:2rem;}
.title-2{ font-family: fantasy;
font-size: 1.5rem;
color: #003466;
text-align: center;
letter-spacing: 1pt;}
.tite2{
color:#FF7A00;
font-size: 36px;
font-family: fantasy;}
.tite3{
font-size: 1.3rem;
margin: 5%;
}
.title-op{ color:#BFBFBF; font-size: 1.5rem;}
.title-div {border-top:2px solid; border-color:#BFBFBF; width:100%;}
.tex-bt:hover{
color: yellow;
text-decoration: none;
font-size:1rem;; }
.toll{
display:flex;
width: 100%;
margin:0;
top:0; }
.toll-enl{ font-size:1rem; text-align:center;}
.toll-enl-2{ font-size:2rem; text-align:center;margin-left:5%;}
.tool-liv{ width: 100%; margin-right: 2%; margin-left: 2%;}
.tool-table{width: 100%; margin-right:2%;}
.resp{
display:flex;
font-size:1.3rem;
padding-left:2%;
padding-right:5%;}
.Add-Resp a{
font-size:1.3rem;
font-weight:bold;
color:#FF0000; }
.salir{
color:red;
font-size:1.3rem;}
.search-input{ font-weight: bold; font-size:1.5rem; width:100%;}
.ver-insc{height: auto; width: 10%; flex-direction: 5%;}
/*
.TextMenu.act, .TextMenu:active {
color:#1E90FF;
} */
/*details summary::-webkit-details-marker {
background: red;
color: blue;
font-size: 30px;
}*/
/*ul {
list-style: none;
padding: 0px;
margin-left: 10px;
}
ul li::before {
content: "\2022";
color: red;
display: inline-block;
padding-right: 10px;
font-size: 50px;
line-height: 25px;
vertical-align: -11px;
width: 15px;
}*/ | 0.295433 | 0.067886 |
body {
height: 100%;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
background-color: #006994;
}
/* display, jusify-content, and align-items are flexbox properties that help center elements */
html {
height: 100%;
}
/*body and html height set to 100% so body takes up whole browser page. Margin and padding set to 0 because some browsers have different default settings for these properties. I want body to take up whole page to keep app centered with flexbox.*/
#loading {
width: 70px;
height: 70px;
border: 6px solid white;
border-top-color: #006994;
border-radius: 100%;
/* center loader */
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
animation: round 1s linear infinite;
}
@keyframes round {
from{transform: rotate(0deg)}
to{transform: rotate(360deg)}
}
p {
font-size: 200%;
font-family: 'Montserrat', sans-serif;
color: white;
text-shadow: 2px 2px black;
}
button {
text-shadow: 2px 2px black;
}
img {
width: 100%;
height: auto;
}
a {
color: hotpink;
}
.flex-container {
display: flex;
justify-content: center;
align-items: center;
}
.main-div {
width: 320px;
height: 480px;
border-radius: 5px;
}
.city-css {
width: 300px;
height: 70px;
padding-top: 5px;
border-radius: 5px;
margin: auto;
margin-top: 10px;
}
.wrapper {
margin: auto;
margin-top: 60px;
}
.icon-css {
border-radius: 5px;
width: 140px;
height: 140px;
margin-right: 5px;
}
.temp-div {
border-radius: 5px;
width: 140px;
height: 140px;
margin-left: 5px;
}
.time-and-date-css {
text-align: center;
width: 300px;
height: 120px;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 5px;
margin: auto;
margin-top: 70px;
}
.temp-style {
background:none;
border:none;
margin:0;
padding:0;
font-size: 300%;
font-family: 'Raleway', sans-serif;
color: white;
outline: none;
}
#credit {
font-size: 100%
}
.credit-div {
margin-top: 40px;
}
/* for landscape orientaion on mobile phones*/
@media only screen and (min-width: 480px) {
.main-div {
width: 480px;
height: 210px;/* added because margin is weird with codepen toolbar on mobile */
}
p {
font-size: 150%;
line-height: 100%;
}
.city-css {
width: 460px;
height: 25px;
}
.wrapper {
margin-top: auto;
}
.icon-css {
height: 110px;
margin-right: 90px;
}
.temp-div {
height: 110px;
margin-left: 90px;
}
.temp-style {
font-size: 200%;
}
.time-and-date-css {
text-align: center;
width: 460px;
height: 55px;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 5px;
margin: auto;
margin-top: auto;
}
.credit-div {
margin-top: 0px;
}
}
/* for desktop resolutions */
@media only screen and (min-width: 801px) {
.main-div {
width: 600px;
height: 550px;
}
p {
font-size: 300%;
line-height: 120%;
}
.city-css {
width: 460px;
height: 55px;
margin-top: 20px;
}
.wrapper {
margin-top: 85px;
}
.icon-css {
width: 170px;
height: 170px;
margin-right: 60px;
}
.temp-div {
width: 170px;
height: 170px;
margin-left: 60px;
}
.temp-style {
font-size: 350%;
}
.time-and-date-css {
text-align: center;
width: 460px;
height: 130px;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 5px;
margin: auto;
margin-top: 85px;
}
.credit-div {
margin-top: 50px;
} | css/style.css | body {
height: 100%;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
background-color: #006994;
}
/* display, jusify-content, and align-items are flexbox properties that help center elements */
html {
height: 100%;
}
/*body and html height set to 100% so body takes up whole browser page. Margin and padding set to 0 because some browsers have different default settings for these properties. I want body to take up whole page to keep app centered with flexbox.*/
#loading {
width: 70px;
height: 70px;
border: 6px solid white;
border-top-color: #006994;
border-radius: 100%;
/* center loader */
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
animation: round 1s linear infinite;
}
@keyframes round {
from{transform: rotate(0deg)}
to{transform: rotate(360deg)}
}
p {
font-size: 200%;
font-family: 'Montserrat', sans-serif;
color: white;
text-shadow: 2px 2px black;
}
button {
text-shadow: 2px 2px black;
}
img {
width: 100%;
height: auto;
}
a {
color: hotpink;
}
.flex-container {
display: flex;
justify-content: center;
align-items: center;
}
.main-div {
width: 320px;
height: 480px;
border-radius: 5px;
}
.city-css {
width: 300px;
height: 70px;
padding-top: 5px;
border-radius: 5px;
margin: auto;
margin-top: 10px;
}
.wrapper {
margin: auto;
margin-top: 60px;
}
.icon-css {
border-radius: 5px;
width: 140px;
height: 140px;
margin-right: 5px;
}
.temp-div {
border-radius: 5px;
width: 140px;
height: 140px;
margin-left: 5px;
}
.time-and-date-css {
text-align: center;
width: 300px;
height: 120px;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 5px;
margin: auto;
margin-top: 70px;
}
.temp-style {
background:none;
border:none;
margin:0;
padding:0;
font-size: 300%;
font-family: 'Raleway', sans-serif;
color: white;
outline: none;
}
#credit {
font-size: 100%
}
.credit-div {
margin-top: 40px;
}
/* for landscape orientaion on mobile phones*/
@media only screen and (min-width: 480px) {
.main-div {
width: 480px;
height: 210px;/* added because margin is weird with codepen toolbar on mobile */
}
p {
font-size: 150%;
line-height: 100%;
}
.city-css {
width: 460px;
height: 25px;
}
.wrapper {
margin-top: auto;
}
.icon-css {
height: 110px;
margin-right: 90px;
}
.temp-div {
height: 110px;
margin-left: 90px;
}
.temp-style {
font-size: 200%;
}
.time-and-date-css {
text-align: center;
width: 460px;
height: 55px;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 5px;
margin: auto;
margin-top: auto;
}
.credit-div {
margin-top: 0px;
}
}
/* for desktop resolutions */
@media only screen and (min-width: 801px) {
.main-div {
width: 600px;
height: 550px;
}
p {
font-size: 300%;
line-height: 120%;
}
.city-css {
width: 460px;
height: 55px;
margin-top: 20px;
}
.wrapper {
margin-top: 85px;
}
.icon-css {
width: 170px;
height: 170px;
margin-right: 60px;
}
.temp-div {
width: 170px;
height: 170px;
margin-left: 60px;
}
.temp-style {
font-size: 350%;
}
.time-and-date-css {
text-align: center;
width: 460px;
height: 130px;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 5px;
margin: auto;
margin-top: 85px;
}
.credit-div {
margin-top: 50px;
} | 0.421671 | 0.091463 |
a {
color: #e8543d;
}
.list-group-item {
background-color: #1d2023 !important;
border: 1px solid #525252 !important;
}
.list-group-item:hover,
.skin-blue .list-group-item:hover {
background: #151719 !important;
}
.nav-tabs-custom {
background-color: transparent !important;
}
.nav-tabs-custom>.nav-tabs>li.active {
border-top-color: #eb472e !important;
}
.nav-tabs-custom>.nav-tabs>li>a, .nav-tabs-custom>.nav-tabs>li>a:hover {
color: white !important;
}
.nav-tabs-custom>.nav-tabs>li.active>a:hover {
color: #dedede !important;
}
.nav-tabs-custom>.nav-tabs>li.active>a {
color: white !important;
background-color: #151d20 !important;
}
.nav-tabs-custom>.tab-content {
background-color: #151c1f !important;
}
/*
this part of the stylesheet creates transparent alternating stripes in tables but is not wanted here
*/
/*
.table-striped>tbody>tr:nth-of-type(n) {
background-color: transparent !important;
}
*/
.settings {
.table-striped>tbody>tr:nth-of-type(n) {
background-color: transparent !important;
}
}
.box-footer {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
border-top: 1px solid #0a0c0c;
padding: 10px;
background-color: #1a2327;
}
.box-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
padding: 10px;
background-color: #1a2226;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
color: white;
}
button, input, select, textarea {
background-color: #151d20;
}
.panel-default > .panel-heading {
color: #fff;
background-color: #222d32;
border-color: transparent;
}
.panel-default {
border-color: #514a4a;
background-color: #222d32;
}
.form-control {
background-color: #333638;
color: white;
}
.modal-content {
background-color: #171f23;
}
.btn-default {
color: black !important;
} | custom.css | a {
color: #e8543d;
}
.list-group-item {
background-color: #1d2023 !important;
border: 1px solid #525252 !important;
}
.list-group-item:hover,
.skin-blue .list-group-item:hover {
background: #151719 !important;
}
.nav-tabs-custom {
background-color: transparent !important;
}
.nav-tabs-custom>.nav-tabs>li.active {
border-top-color: #eb472e !important;
}
.nav-tabs-custom>.nav-tabs>li>a, .nav-tabs-custom>.nav-tabs>li>a:hover {
color: white !important;
}
.nav-tabs-custom>.nav-tabs>li.active>a:hover {
color: #dedede !important;
}
.nav-tabs-custom>.nav-tabs>li.active>a {
color: white !important;
background-color: #151d20 !important;
}
.nav-tabs-custom>.tab-content {
background-color: #151c1f !important;
}
/*
this part of the stylesheet creates transparent alternating stripes in tables but is not wanted here
*/
/*
.table-striped>tbody>tr:nth-of-type(n) {
background-color: transparent !important;
}
*/
.settings {
.table-striped>tbody>tr:nth-of-type(n) {
background-color: transparent !important;
}
}
.box-footer {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
border-top: 1px solid #0a0c0c;
padding: 10px;
background-color: #1a2327;
}
.box-body {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
padding: 10px;
background-color: #1a2226;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
color: white;
}
button, input, select, textarea {
background-color: #151d20;
}
.panel-default > .panel-heading {
color: #fff;
background-color: #222d32;
border-color: transparent;
}
.panel-default {
border-color: #514a4a;
background-color: #222d32;
}
.form-control {
background-color: #333638;
color: white;
}
.modal-content {
background-color: #171f23;
}
.btn-default {
color: black !important;
} | 0.393968 | 0.17522 |
body{
background: #e3e3e3;
font-weight: bold;
font-family: sans-serif;
/* width: 700px; */
margin: auto;
}
/* style for contact form */
form li{
list-style:none ;
margin-bottom: 50px;
}
label{
display: block;
padding-bottom: 10px;
cursor: pointer;
font-family: sans-serif;
}
form ul{
padding-left: 0;
}
.former{
position: relative;
margin-left: 100px;
}
/* style for main heading */
h1{
text-align: center;
margin-top: 30px;
color: black;
text-shadow: 0 1px 0 blueviolet;
font-family: '<NAME>', sans-serif;
}
/* style for navigation bar */
.navbar{
position: relative;
}
.navbar li{
display: inline;
padding-right: 20px;
border-right: 1px solid #bbb;
}
.navbar ul a{
text-decoration: none;
color: rgb(241, 241, 241);
}
.navbar ul a:hover{
text-decoration: underline;
color: green;
}
.navbar ul{
overflow: hidden;
background-color: #333;
}
/* style for hero section */
.hero-image {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/Cooling-tower-on-roof-of-building.jpg");
height: 50%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.hero-text {
text-align: center;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-family: '<NAME>', sans-serif;
}
.hero-text h2{
font-weight: bolder;
font-size: 40px;
}
/* stlye for 3 column section */
.main{
margin-top: 25px;
}
.grid_4 p{
font-size: 15px;
line-height: 25px;
color: #353535;
}
.grid_4 h2{
font-size: 21px;
font-weight: bold;
letter-spacing: -1px;
border-bottom: 1.5px solid lightblue;
padding-bottom: 15px;
}
.button{
color: rgb(43, 48, 53);
background: rgb(38, 153, 153);
padding: 5px;
font-weight: bold;
text-decoration: none;
}
.button:hover{
color: white;
}
/* style for 2 column section */
.grid_6 p{
font-size: 15px;
line-height: 25px;
color: #353535;
}
.grid_6 h2{
font-size: 18px;
font-weight: bold;
border-bottom: 1px solid rgb(66, 110, 204);
padding-bottom: 10px;
}
.grid_6 h3{
border-bottom: 1.5px solid rgb(66, 110, 204);
padding-bottom: 7px;
}
.articles{
margin-top: 25px;
}
/* style for footer */
.dummysocial ul{
overflow: hidden;
background-color:#e3e3e3;
}
.dummysocial{
position: relative;
border-left: 2px solid black;
border-right: 1px solid black;
border-top: 2px solid black;
border-bottom: 2px solid black;
height: 25px;
}
.dummysocial li{
display: inline;
text-decoration: none;
float: right;
padding-right: 10px;
border-right: 2px solid black;
} | css/stylesheet.css | body{
background: #e3e3e3;
font-weight: bold;
font-family: sans-serif;
/* width: 700px; */
margin: auto;
}
/* style for contact form */
form li{
list-style:none ;
margin-bottom: 50px;
}
label{
display: block;
padding-bottom: 10px;
cursor: pointer;
font-family: sans-serif;
}
form ul{
padding-left: 0;
}
.former{
position: relative;
margin-left: 100px;
}
/* style for main heading */
h1{
text-align: center;
margin-top: 30px;
color: black;
text-shadow: 0 1px 0 blueviolet;
font-family: '<NAME>', sans-serif;
}
/* style for navigation bar */
.navbar{
position: relative;
}
.navbar li{
display: inline;
padding-right: 20px;
border-right: 1px solid #bbb;
}
.navbar ul a{
text-decoration: none;
color: rgb(241, 241, 241);
}
.navbar ul a:hover{
text-decoration: underline;
color: green;
}
.navbar ul{
overflow: hidden;
background-color: #333;
}
/* style for hero section */
.hero-image {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/Cooling-tower-on-roof-of-building.jpg");
height: 50%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.hero-text {
text-align: center;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-family: '<NAME>', sans-serif;
}
.hero-text h2{
font-weight: bolder;
font-size: 40px;
}
/* stlye for 3 column section */
.main{
margin-top: 25px;
}
.grid_4 p{
font-size: 15px;
line-height: 25px;
color: #353535;
}
.grid_4 h2{
font-size: 21px;
font-weight: bold;
letter-spacing: -1px;
border-bottom: 1.5px solid lightblue;
padding-bottom: 15px;
}
.button{
color: rgb(43, 48, 53);
background: rgb(38, 153, 153);
padding: 5px;
font-weight: bold;
text-decoration: none;
}
.button:hover{
color: white;
}
/* style for 2 column section */
.grid_6 p{
font-size: 15px;
line-height: 25px;
color: #353535;
}
.grid_6 h2{
font-size: 18px;
font-weight: bold;
border-bottom: 1px solid rgb(66, 110, 204);
padding-bottom: 10px;
}
.grid_6 h3{
border-bottom: 1.5px solid rgb(66, 110, 204);
padding-bottom: 7px;
}
.articles{
margin-top: 25px;
}
/* style for footer */
.dummysocial ul{
overflow: hidden;
background-color:#e3e3e3;
}
.dummysocial{
position: relative;
border-left: 2px solid black;
border-right: 1px solid black;
border-top: 2px solid black;
border-bottom: 2px solid black;
height: 25px;
}
.dummysocial li{
display: inline;
text-decoration: none;
float: right;
padding-right: 10px;
border-right: 2px solid black;
} | 0.337531 | 0.080538 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
body {
font-family: "Montserrat", sans-serif;
font-family: "Playfair Display", serif;
}
header {
padding: 45px 90px;
background: url(img/background.svg) no-repeat center;
background-size: cover;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 100px;
}
.nav-list {
display: flex;
list-style: none;
}
.nav-list__item {
text-decoration: none;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 15px;
margin-right: 20px;
}
.burger-btn {
width: 25px;
height: 20px;
background-color: transparent;
position: relative;
}
.burger-btn span:after,
.burger-btn span:before {
content: "";
}
.burger-btn span,
.burger-btn span:after,
.burger-btn span:before {
display: block;
height: 2px;
width: 100%;
background-color: #fff;
position: absolute;
left: 0;
top: 50%;
margin-top: -1px;
transition: 0.3s;
}
.burger-btn span:before {
transform: translateY(-9px);
}
.burger-btn span:after {
transform: translateY(9px);
}
header h1 {
font-family: "Playfair Display", serif;
font-weight: 700;
font-size: 45px;
color: #fff;
line-height: 70px;
margin-bottom: 45px;
}
header h2 {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 25px;
color: #fff;
line-height: 45px;
margin-bottom: 100px;
}
.feedback-btn {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.btn-feedback {
text-decoration: none;
color: #000;
font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 15px;
background-color: #efc42b;
border-radius: 50px;
padding: 20px 60px;
margin-right: 50px;
}
.feedback-btn p {
color: #a2a6b1;
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 16px;
margin-left: 50px;
}
.gallery {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.gallery p {
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 15px;
}
.social img {
margin-right: 50px;
}
.gallery-items {
display: flex;
width: 70%;
justify-content: space-between;
}
.card {
position: relative;
margin-right: 10px;
transition: 0.3s;
}
.card:hover {
cursor: pointer;
transform: scale(1.1);
}
.card img:first-child {
width: 250px;
}
.card h3 {
font-family: "Playfair Display", serif;
font-weight: 700;
font-size: 18px;
position: absolute;
left: 20px;
top: 20px;
color: #fff;
}
.card p {
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 18px;
position: absolute;
bottom: 20px;
left: 20px;
}
.arrow {
position: absolute;
bottom: 20px;
right: 20px;
}
.main-block {
height: 100vh;
background-size: cover !important;
padding: 100px !important;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 50px;
}
.main-block h2 {
font-family: "Playfair Display", serif;
font-weight: 700;
font-size: 42px;
color: #fff;
text-align: center;
vertical-align: middle;
}
.main-block h2 span {
color: #ffd602;
}
.info {
padding: 50px;
}
.flex-wrapper {
display: flex;
margin-bottom: 50px;
}
.left {
width: 49%;
margin-right: 30px;
}
.left img,
.right img {
width: 100%;
}
.right {
width: 49%;
margin-right: 30px;
}
.right p {
font-family: "Playfair Display", serif;
font-weight: 400;
font-size: 32px;
}
.right p span {
font-weight: 700;
}
.text {
padding: 0 100px;
margin-bottom: 50px;
}
.text p {
font-family: "Playfair Display", serif;
font-weight: 400;
font-size: 32px;
text-align: center;
}
.text p span {
font-weight: 700;
}
footer {
padding: 30px 100px;
background-color: rgba(175, 175, 175, 0.5);
}
footer h2 {
font-family: "Playfair Display", serif;
font-weight: 700;
font-size: 38px;
margin-bottom: 30px;
}
.icons-pay {
display: flex;
justify-content: space-between;
}
.icons-pay a {
width: 20%;
}
.icons-pay img {
width: 50%;
height: 100%;
}
/* RESPONSIVE */
/* 993px - 1200px */
@media screen and (max-width: 1200px) {
header {
padding: 45px 50px;
}
.card:last-child {
display: none;
}
.gallery-items {
width: 60%;
}
}
/* 769px - 992px */
@media screen and (max-width: 992px) {
.card:nth-child(2) {
display: none;
}
.gallery-items {
justify-content: center;
}
.info {
padding-bottom: 0;
}
.right p {
font-size: 16px;
}
.text p {
font-size: 16px;
}
footer h2 {
font-size: 21px;
}
}
/* 577px - 768px */
@media screen and (max-width: 768px) {
header {
padding: 30px 10px;
background: url("img/mediaBgHeader.svg") no-repeat center;
background-size: cover;
}
.header img {
width: 100px;
}
.nav-list__item {
font-size: 10px;
}
header h1 {
font-size: 26px;
line-height: 46px;
margin-bottom: 25px;
}
header h2 {
font-size: 12px;
line-height: 24px;
margin-bottom: 30px;
}
.feedback-btn p,
.feedback-btn img,
.card:first-child,
.gallery-items,
.hide {
display: none;
}
.btn-feedback {
font-size: 12px;
padding: 10px 30px;
}
.gallery p {
font-size: 10px;
}
.social img {
margin-right: 15px;
}
.gallery {
justify-content: flex-end;
}
.main-block h2 {
font-size: 28px;
}
.right p {
font-size: 12px;
}
footer {
padding: 30px 50px;
}
}
/* 0 - 576px */
@media screen and (max-width: 576px) {
nav {
display: none;
}
header {
text-align: center;
}
.btn-feedback {
margin: 0 auto;
}
.gallery {
justify-content: center;
}
.flex-wrapper {
flex-direction: column;
}
.flex-wrapper:nth-child(2) {
flex-direction: column-reverse;
}
.right,
.left {
width: 100%;
}
.info {
padding: 15px;
}
.text {
padding: 0 20px;
}
footer {
padding: 15px;
}
} | public/css/why.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
body {
font-family: "Montserrat", sans-serif;
font-family: "Playfair Display", serif;
}
header {
padding: 45px 90px;
background: url(img/background.svg) no-repeat center;
background-size: cover;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 100px;
}
.nav-list {
display: flex;
list-style: none;
}
.nav-list__item {
text-decoration: none;
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 15px;
margin-right: 20px;
}
.burger-btn {
width: 25px;
height: 20px;
background-color: transparent;
position: relative;
}
.burger-btn span:after,
.burger-btn span:before {
content: "";
}
.burger-btn span,
.burger-btn span:after,
.burger-btn span:before {
display: block;
height: 2px;
width: 100%;
background-color: #fff;
position: absolute;
left: 0;
top: 50%;
margin-top: -1px;
transition: 0.3s;
}
.burger-btn span:before {
transform: translateY(-9px);
}
.burger-btn span:after {
transform: translateY(9px);
}
header h1 {
font-family: "Playfair Display", serif;
font-weight: 700;
font-size: 45px;
color: #fff;
line-height: 70px;
margin-bottom: 45px;
}
header h2 {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 25px;
color: #fff;
line-height: 45px;
margin-bottom: 100px;
}
.feedback-btn {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.btn-feedback {
text-decoration: none;
color: #000;
font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 15px;
background-color: #efc42b;
border-radius: 50px;
padding: 20px 60px;
margin-right: 50px;
}
.feedback-btn p {
color: #a2a6b1;
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 16px;
margin-left: 50px;
}
.gallery {
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.gallery p {
color: #fff;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 15px;
}
.social img {
margin-right: 50px;
}
.gallery-items {
display: flex;
width: 70%;
justify-content: space-between;
}
.card {
position: relative;
margin-right: 10px;
transition: 0.3s;
}
.card:hover {
cursor: pointer;
transform: scale(1.1);
}
.card img:first-child {
width: 250px;
}
.card h3 {
font-family: "Playfair Display", serif;
font-weight: 700;
font-size: 18px;
position: absolute;
left: 20px;
top: 20px;
color: #fff;
}
.card p {
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 18px;
position: absolute;
bottom: 20px;
left: 20px;
}
.arrow {
position: absolute;
bottom: 20px;
right: 20px;
}
.main-block {
height: 100vh;
background-size: cover !important;
padding: 100px !important;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 50px;
}
.main-block h2 {
font-family: "Playfair Display", serif;
font-weight: 700;
font-size: 42px;
color: #fff;
text-align: center;
vertical-align: middle;
}
.main-block h2 span {
color: #ffd602;
}
.info {
padding: 50px;
}
.flex-wrapper {
display: flex;
margin-bottom: 50px;
}
.left {
width: 49%;
margin-right: 30px;
}
.left img,
.right img {
width: 100%;
}
.right {
width: 49%;
margin-right: 30px;
}
.right p {
font-family: "Playfair Display", serif;
font-weight: 400;
font-size: 32px;
}
.right p span {
font-weight: 700;
}
.text {
padding: 0 100px;
margin-bottom: 50px;
}
.text p {
font-family: "Playfair Display", serif;
font-weight: 400;
font-size: 32px;
text-align: center;
}
.text p span {
font-weight: 700;
}
footer {
padding: 30px 100px;
background-color: rgba(175, 175, 175, 0.5);
}
footer h2 {
font-family: "Playfair Display", serif;
font-weight: 700;
font-size: 38px;
margin-bottom: 30px;
}
.icons-pay {
display: flex;
justify-content: space-between;
}
.icons-pay a {
width: 20%;
}
.icons-pay img {
width: 50%;
height: 100%;
}
/* RESPONSIVE */
/* 993px - 1200px */
@media screen and (max-width: 1200px) {
header {
padding: 45px 50px;
}
.card:last-child {
display: none;
}
.gallery-items {
width: 60%;
}
}
/* 769px - 992px */
@media screen and (max-width: 992px) {
.card:nth-child(2) {
display: none;
}
.gallery-items {
justify-content: center;
}
.info {
padding-bottom: 0;
}
.right p {
font-size: 16px;
}
.text p {
font-size: 16px;
}
footer h2 {
font-size: 21px;
}
}
/* 577px - 768px */
@media screen and (max-width: 768px) {
header {
padding: 30px 10px;
background: url("img/mediaBgHeader.svg") no-repeat center;
background-size: cover;
}
.header img {
width: 100px;
}
.nav-list__item {
font-size: 10px;
}
header h1 {
font-size: 26px;
line-height: 46px;
margin-bottom: 25px;
}
header h2 {
font-size: 12px;
line-height: 24px;
margin-bottom: 30px;
}
.feedback-btn p,
.feedback-btn img,
.card:first-child,
.gallery-items,
.hide {
display: none;
}
.btn-feedback {
font-size: 12px;
padding: 10px 30px;
}
.gallery p {
font-size: 10px;
}
.social img {
margin-right: 15px;
}
.gallery {
justify-content: flex-end;
}
.main-block h2 {
font-size: 28px;
}
.right p {
font-size: 12px;
}
footer {
padding: 30px 50px;
}
}
/* 0 - 576px */
@media screen and (max-width: 576px) {
nav {
display: none;
}
header {
text-align: center;
}
.btn-feedback {
margin: 0 auto;
}
.gallery {
justify-content: center;
}
.flex-wrapper {
flex-direction: column;
}
.flex-wrapper:nth-child(2) {
flex-direction: column-reverse;
}
.right,
.left {
width: 100%;
}
.info {
padding: 15px;
}
.text {
padding: 0 20px;
}
footer {
padding: 15px;
}
} | 0.454472 | 0.084455 |
body {
/* font-family: 'Ropa Sans', sans-serif; */
font-family: 'Source Sans Pro',sans-serif;
background: #fafafa;
}
p {
font-size: 1.1em;
font-weight: 300;
line-height: 1.7em;
color: white;
}
a,
a:hover,
a:focus {
color: inherit;
text-decoration: none;
transition: all 0.3s;
}
.navbar {
padding: 15px 10px;
background: #fff;
border: none;
border-radius: 0;
margin-bottom: 40px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-btn {
box-shadow: none;
outline: none !important;
border: none;
}
.line {
width: 100%;
height: 1px;
border-bottom: 1px dashed #ddd;
margin: 40px 0;
}
i,
span {
display: inline-block;
}
/* sidebar */
.wrapper {
display: flex;
align-items: stretch;
}
#sidebar {
min-width: 280px;
max-width: 280px;
background: #0265FE;
color: white;
transition: all 0.3s;
}
#sidebar.active {
min-width: 80px;
max-width: 80px;
text-align: center;
}
.sidebar-header h3 {
margin-bottom: 0px;
}
#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
display: none;
}
#sidebar.active .sidebar-header strong {
display: block;
}
#sidebar ul li a {
text-align: left;
}
#sidebar.active ul li a {
padding: 20px 10px;
text-align: center;
font-size: 0.85em;
}
#sidebar.active ul li a i {
margin-right: 0;
display: block;
font-size: 1.8em;
margin-bottom: 5px;
}
#sidebar.active ul ul a {
padding: 10px !important;
}
#sidebar.active .dropdown-toggle::after {
top: auto;
bottom: 10px;
right: 50%;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
#sidebar .sidebar-header {
padding: 20px;
background: #0265FE;
}
#sidebar .sidebar-header strong {
display: none;
font-size: 1.8em;
}
#sidebar ul.components {
padding: 20px 0;
}
#sidebar ul li a {
padding: 10px;
/* font-size: 1.1em; */
font-size: 16px;
display: block;
}
#sidebar ul li a:hover {
color: #fff;
background: #4d80b7;
}
#sidebar ul li a i {
margin-right: 10px;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
color: #fff;
background: #2661a0;
}
a[data-toggle="collapse"] {
position: relative;
}
.dropdown-toggle::after {
display: block;
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
}
ul ul a {
font-size: 0.9em !important;
padding-left: 30px !important;
background: #2661a0;
}
/* media queries */
@media (max-width: 768px) {
#sidebar {
min-width: 80px;
max-width: 80px;
text-align: center;
margin-left: -80px !important;
}
.dropdown-toggle::after {
top: auto;
bottom: 10px;
right: 50%;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
#sidebar.active {
margin-left: 0 !important;
}
#sidebar .sidebar-header h3,
#sidebar .CTAs {
display: none;
}
#sidebar .sidebar-header strong {
display: block;
}
#sidebar ul li a {
padding: 20px 10px;
}
#sidebar ul li a span {
font-size: 0.85em;
}
#sidebar ul li a i {
margin-right: 0;
display: block;
}
#sidebar ul ul a {
padding: 10px !important;
}
#sidebar ul li a i {
font-size: 1.3em;
}
#sidebar {
margin-left: 0;
}
#sidebarCollapse span {
display: none;
}
}
/* loader css */
.loader{
width: 100px;
height: 100px;
border-radius: 100%;
position: relative;
margin: 0 auto;
}
#loader-6{
top: 40px;
left: -2.5px;
}
#loader-6 span{
display: inline-block;
width: 5px;
height: 20px;
background-color: #004085;
}
#loader-6 span:nth-child(1){
animation: grow 1s ease-in-out infinite;
}
#loader-6 span:nth-child(2){
animation: grow 1s ease-in-out 0.15s infinite;
}
#loader-6 span:nth-child(3){
animation: grow 1s ease-in-out 0.30s infinite;
}
#loader-6 span:nth-child(4){
animation: grow 1s ease-in-out 0.45s infinite;
}
@keyframes grow{
0%, 100%{
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
}
50%{
-webkit-transform: scaleY(1.8);
-ms-transform: scaleY(1.8);
-o-transform: scaleY(1.8);
transform: scaleY(1.8);
}
}
/* admin content */
/***** Unlibooks Medical *******/
.admin-content {
padding: 20px;
width: 100%;
min-height: 100vh;
transition: all 0.3s;
}
.toggle-btn {
background-color: #007bff;
border-color: #007bff;
border-radius: 0px;
color: #fff;
}
.toggle-btn:hover {
background-color: #53a2f7;
border-color: #53a2f7;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
color: #fff;
background-color: #53a2f7;
}
.toggle-btn:active, .toggle-btn:focus {
box-shadow: none;
}
.admin-content .card {
border: 1px solid rgba(0,123,255,.25);
border-radius: 0px;
}
.admin-content .card .card-header {
border-bottom: 1px solid rgba(0,123,255,.25);
}
.dataTables_wrapper .dataTables_filter input {
border: 1px solid #dee2e6;
}
#results.table.dataTable, #allWebsites.table.dataTable {
border-collapse: collapse;
}
#results.table.dataTable.no-footer,
#results.table.dataTable thead th,
#results.table.dataTable thead td,
#allWebsites.table.dataTable.no-footer,
#allWebsites.table.dataTable thead th,
#allWebsites.table.dataTable thead td {
border-bottom: 0px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
padding: 0.25em;
}
.tbl-holder #results_paginate a,
.tbl-holder #allWebsites_paginate a {
border: 1px solid #dee2e6;
background: none;
margin-left: 0px;
border-radius: 0px;
}
.tbl-holder .dataTables_wrapper .dataTables_paginate .paginate_button {
color: #007bff!important;
}
.tbl-holder .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: #cdcdcd!important;
}
.tbl-holder #results_paginate .paginate_button.current,
.tbl-holder #allWebsites_paginate .paginate_button.current {
background-color: #007bff;
color: #fff!important;
}
.date-holder .datepicker, .date-holder #basic-addon1,
.date-holder #generate, .date-holder #export,
button.addWebsite {
border-radius: 0px;
}
button.addWebsite,
.addWebsite.btn-success:not(:disabled):not(.disabled).active,
.addWebsite.btn-success:not(:disabled):not(.disabled):active,
.show>.addWebsite.btn-success.dropdown-toggle {
background-color: #007bff;
border-color: #007bff;
}
button.addWebsite:hover {
background: #58a8ff;
border-color: #58a8ff;
}
button.addWebsite:focus {
box-shadow: none;
}
.date-holder #basic-addon1 {
background-color: #007bff;
border-color: #007bff;
color: #fff;
}
.date-holder .form-control:focus, .date-holder .btn:focus,
.date-holder .btn-success:focus, .date-holder .btn-primary:focus {
box-shadow: none;
}
#results thead, #allWebsites thead {
text-align: center;
background-color: #007bff;
color: #fff;
}
#results thead tr th, #allWebsites thead tr th {
font-weight: normal;
}
@media (max-width: 768px) {
.ub-med, .date-holder {
text-align: center;
}
}
.mc-0 {
border-radius: 0px;
}
.color-1 {
background-color: #007bff;
} | public/css/style-admin.css | body {
/* font-family: 'Ropa Sans', sans-serif; */
font-family: 'Source Sans Pro',sans-serif;
background: #fafafa;
}
p {
font-size: 1.1em;
font-weight: 300;
line-height: 1.7em;
color: white;
}
a,
a:hover,
a:focus {
color: inherit;
text-decoration: none;
transition: all 0.3s;
}
.navbar {
padding: 15px 10px;
background: #fff;
border: none;
border-radius: 0;
margin-bottom: 40px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-btn {
box-shadow: none;
outline: none !important;
border: none;
}
.line {
width: 100%;
height: 1px;
border-bottom: 1px dashed #ddd;
margin: 40px 0;
}
i,
span {
display: inline-block;
}
/* sidebar */
.wrapper {
display: flex;
align-items: stretch;
}
#sidebar {
min-width: 280px;
max-width: 280px;
background: #0265FE;
color: white;
transition: all 0.3s;
}
#sidebar.active {
min-width: 80px;
max-width: 80px;
text-align: center;
}
.sidebar-header h3 {
margin-bottom: 0px;
}
#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
display: none;
}
#sidebar.active .sidebar-header strong {
display: block;
}
#sidebar ul li a {
text-align: left;
}
#sidebar.active ul li a {
padding: 20px 10px;
text-align: center;
font-size: 0.85em;
}
#sidebar.active ul li a i {
margin-right: 0;
display: block;
font-size: 1.8em;
margin-bottom: 5px;
}
#sidebar.active ul ul a {
padding: 10px !important;
}
#sidebar.active .dropdown-toggle::after {
top: auto;
bottom: 10px;
right: 50%;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
#sidebar .sidebar-header {
padding: 20px;
background: #0265FE;
}
#sidebar .sidebar-header strong {
display: none;
font-size: 1.8em;
}
#sidebar ul.components {
padding: 20px 0;
}
#sidebar ul li a {
padding: 10px;
/* font-size: 1.1em; */
font-size: 16px;
display: block;
}
#sidebar ul li a:hover {
color: #fff;
background: #4d80b7;
}
#sidebar ul li a i {
margin-right: 10px;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
color: #fff;
background: #2661a0;
}
a[data-toggle="collapse"] {
position: relative;
}
.dropdown-toggle::after {
display: block;
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
}
ul ul a {
font-size: 0.9em !important;
padding-left: 30px !important;
background: #2661a0;
}
/* media queries */
@media (max-width: 768px) {
#sidebar {
min-width: 80px;
max-width: 80px;
text-align: center;
margin-left: -80px !important;
}
.dropdown-toggle::after {
top: auto;
bottom: 10px;
right: 50%;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
#sidebar.active {
margin-left: 0 !important;
}
#sidebar .sidebar-header h3,
#sidebar .CTAs {
display: none;
}
#sidebar .sidebar-header strong {
display: block;
}
#sidebar ul li a {
padding: 20px 10px;
}
#sidebar ul li a span {
font-size: 0.85em;
}
#sidebar ul li a i {
margin-right: 0;
display: block;
}
#sidebar ul ul a {
padding: 10px !important;
}
#sidebar ul li a i {
font-size: 1.3em;
}
#sidebar {
margin-left: 0;
}
#sidebarCollapse span {
display: none;
}
}
/* loader css */
.loader{
width: 100px;
height: 100px;
border-radius: 100%;
position: relative;
margin: 0 auto;
}
#loader-6{
top: 40px;
left: -2.5px;
}
#loader-6 span{
display: inline-block;
width: 5px;
height: 20px;
background-color: #004085;
}
#loader-6 span:nth-child(1){
animation: grow 1s ease-in-out infinite;
}
#loader-6 span:nth-child(2){
animation: grow 1s ease-in-out 0.15s infinite;
}
#loader-6 span:nth-child(3){
animation: grow 1s ease-in-out 0.30s infinite;
}
#loader-6 span:nth-child(4){
animation: grow 1s ease-in-out 0.45s infinite;
}
@keyframes grow{
0%, 100%{
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
}
50%{
-webkit-transform: scaleY(1.8);
-ms-transform: scaleY(1.8);
-o-transform: scaleY(1.8);
transform: scaleY(1.8);
}
}
/* admin content */
/***** Unlibooks Medical *******/
.admin-content {
padding: 20px;
width: 100%;
min-height: 100vh;
transition: all 0.3s;
}
.toggle-btn {
background-color: #007bff;
border-color: #007bff;
border-radius: 0px;
color: #fff;
}
.toggle-btn:hover {
background-color: #53a2f7;
border-color: #53a2f7;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
color: #fff;
background-color: #53a2f7;
}
.toggle-btn:active, .toggle-btn:focus {
box-shadow: none;
}
.admin-content .card {
border: 1px solid rgba(0,123,255,.25);
border-radius: 0px;
}
.admin-content .card .card-header {
border-bottom: 1px solid rgba(0,123,255,.25);
}
.dataTables_wrapper .dataTables_filter input {
border: 1px solid #dee2e6;
}
#results.table.dataTable, #allWebsites.table.dataTable {
border-collapse: collapse;
}
#results.table.dataTable.no-footer,
#results.table.dataTable thead th,
#results.table.dataTable thead td,
#allWebsites.table.dataTable.no-footer,
#allWebsites.table.dataTable thead th,
#allWebsites.table.dataTable thead td {
border-bottom: 0px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
padding: 0.25em;
}
.tbl-holder #results_paginate a,
.tbl-holder #allWebsites_paginate a {
border: 1px solid #dee2e6;
background: none;
margin-left: 0px;
border-radius: 0px;
}
.tbl-holder .dataTables_wrapper .dataTables_paginate .paginate_button {
color: #007bff!important;
}
.tbl-holder .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
color: #cdcdcd!important;
}
.tbl-holder #results_paginate .paginate_button.current,
.tbl-holder #allWebsites_paginate .paginate_button.current {
background-color: #007bff;
color: #fff!important;
}
.date-holder .datepicker, .date-holder #basic-addon1,
.date-holder #generate, .date-holder #export,
button.addWebsite {
border-radius: 0px;
}
button.addWebsite,
.addWebsite.btn-success:not(:disabled):not(.disabled).active,
.addWebsite.btn-success:not(:disabled):not(.disabled):active,
.show>.addWebsite.btn-success.dropdown-toggle {
background-color: #007bff;
border-color: #007bff;
}
button.addWebsite:hover {
background: #58a8ff;
border-color: #58a8ff;
}
button.addWebsite:focus {
box-shadow: none;
}
.date-holder #basic-addon1 {
background-color: #007bff;
border-color: #007bff;
color: #fff;
}
.date-holder .form-control:focus, .date-holder .btn:focus,
.date-holder .btn-success:focus, .date-holder .btn-primary:focus {
box-shadow: none;
}
#results thead, #allWebsites thead {
text-align: center;
background-color: #007bff;
color: #fff;
}
#results thead tr th, #allWebsites thead tr th {
font-weight: normal;
}
@media (max-width: 768px) {
.ub-med, .date-holder {
text-align: center;
}
}
.mc-0 {
border-radius: 0px;
}
.color-1 {
background-color: #007bff;
} | 0.338186 | 0.076857 |
body
{
font-family: "Source Sans Pro";
padding-top: 3.4rem;
background-color: white;
}
@media (min-width: 1200px) {
.container{
max-width: 1264px;
}
}
@media (min-width: 1200px) {
.mainSectionHome
{
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
}
@media (min-width: 768px)
{
.subSection
{
padding-top: 7rem !important;
padding-bottom: 7rem !important;
}
}
.bg-teal
{
background-color: #0A8E97;
}
.bg-white
{
background-color: white;
}
.bg-grey
{
background-color: rgba(242, 242, 242, 0.5);
}
.bg-lightgrey
{
background-color: #F8F8F8;
}
.bg-white
{
background-color: white;
}
@media (max-width: 992px)
{
h1
{
color: #0A8E97;
font-weight: 700;
font-style: bold;
font-size: 62px;
line-height: 66px;
}
h2
{
color: #333333;
font-weight: 700;
font-style: normal;
font-size: 46px;
line-height: 52px;
}
/* Item offset for expanded navbar */
.nav-item
{
width: 100%;
}
}
@media (min-width: 992px)
{
h1
{
color: #0A8E97;
font-weight: 700;
font-style: bold;
font-size: 88px;
line-height: 90px;
}
h2
{
color: #333333;
font-weight: 700;
font-style: normal;
font-size: 72px;
line-height: 80px;
}
}
@media (min-width: 768px) and (max-width: 1200px)
{
h1
{
color: #0A8E97;
font-weight: 700;
font-style: bold;
font-size: 68px;
line-height: 70px;
}
}
h3
{
color: #0A8E97;
font-weight: 700;
font-style: bold;
font-size: 24px;
line-height: 30px;
}
h4
{
color: #333333;
font-weight: 600;
font-style: normal;
font-size: 18px;
line-height: 24px;
border-color: #C4C4C4;
border-bottom-style: solid;
border-bottom-width: 1px;
text-transform: uppercase;
}
h5
{
font-style: normal;
font-weight: bold;
font-size: 32px;
line-height: 24px;
color: #333333;
}
p
{
color: #333333;
font-weight: 400;
font-style: normal;
font-size: 18px;
line-height: 24px;
}
a:link, a:hover, a:active, a:visited
{
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 23px;
color: #2BA9E0;
}
.dark-bg
{
background-color: #333333 !important;
}
.dark-bg p
{
color: #CDCDCD;
font-size: 14px;
font-weight: 400;
font-style: normal;
line-height: 17.6px;
}
section .btn-primary , section .btn-primary:active , section .btn-primary:visited
{
background-color: #058E97 !important;
font-family: Source Sans Pro;
font-style: normal;
font-size: 20px;
line-height: 22px;
text-transform: capitalize;
color: #FFFFFF;
border: none !important;
}
section .btn-primary:hover
{
background-color: #2BA9E0 !important;
font-family: Source Sans Pro;
font-style: normal;
font-size: 20px;
line-height: 22px;
text-transform: capitalize;
color: #FFFFFF;
border: none !important;
}
/* Home Page */
.text-intro
{
color: #333333;
font-weight: 400;
font-style: normal;
font-size: 20px;
line-height: 26px;
}
.image-caption
{
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 22px;
color: #676868;
}
@media (min-width: 1200px) {
.pb-xl-7,
.py-xl-7 {
padding-bottom: 7rem !important;
}
}
.chevronText
{
margin-right: .3rem;
white-space: nowrap;
}
/* /Home Page */
a.anchor
{
display: block;
position: relative;
top: -100px;
visibility: hidden;
}
.externalLinkIcon
{
width:21px;
height:21px;
margin-left:-5px;
} | css/main.css | body
{
font-family: "Source Sans Pro";
padding-top: 3.4rem;
background-color: white;
}
@media (min-width: 1200px) {
.container{
max-width: 1264px;
}
}
@media (min-width: 1200px) {
.mainSectionHome
{
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
}
@media (min-width: 768px)
{
.subSection
{
padding-top: 7rem !important;
padding-bottom: 7rem !important;
}
}
.bg-teal
{
background-color: #0A8E97;
}
.bg-white
{
background-color: white;
}
.bg-grey
{
background-color: rgba(242, 242, 242, 0.5);
}
.bg-lightgrey
{
background-color: #F8F8F8;
}
.bg-white
{
background-color: white;
}
@media (max-width: 992px)
{
h1
{
color: #0A8E97;
font-weight: 700;
font-style: bold;
font-size: 62px;
line-height: 66px;
}
h2
{
color: #333333;
font-weight: 700;
font-style: normal;
font-size: 46px;
line-height: 52px;
}
/* Item offset for expanded navbar */
.nav-item
{
width: 100%;
}
}
@media (min-width: 992px)
{
h1
{
color: #0A8E97;
font-weight: 700;
font-style: bold;
font-size: 88px;
line-height: 90px;
}
h2
{
color: #333333;
font-weight: 700;
font-style: normal;
font-size: 72px;
line-height: 80px;
}
}
@media (min-width: 768px) and (max-width: 1200px)
{
h1
{
color: #0A8E97;
font-weight: 700;
font-style: bold;
font-size: 68px;
line-height: 70px;
}
}
h3
{
color: #0A8E97;
font-weight: 700;
font-style: bold;
font-size: 24px;
line-height: 30px;
}
h4
{
color: #333333;
font-weight: 600;
font-style: normal;
font-size: 18px;
line-height: 24px;
border-color: #C4C4C4;
border-bottom-style: solid;
border-bottom-width: 1px;
text-transform: uppercase;
}
h5
{
font-style: normal;
font-weight: bold;
font-size: 32px;
line-height: 24px;
color: #333333;
}
p
{
color: #333333;
font-weight: 400;
font-style: normal;
font-size: 18px;
line-height: 24px;
}
a:link, a:hover, a:active, a:visited
{
font-family: Source Sans Pro;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 23px;
color: #2BA9E0;
}
.dark-bg
{
background-color: #333333 !important;
}
.dark-bg p
{
color: #CDCDCD;
font-size: 14px;
font-weight: 400;
font-style: normal;
line-height: 17.6px;
}
section .btn-primary , section .btn-primary:active , section .btn-primary:visited
{
background-color: #058E97 !important;
font-family: Source Sans Pro;
font-style: normal;
font-size: 20px;
line-height: 22px;
text-transform: capitalize;
color: #FFFFFF;
border: none !important;
}
section .btn-primary:hover
{
background-color: #2BA9E0 !important;
font-family: Source Sans Pro;
font-style: normal;
font-size: 20px;
line-height: 22px;
text-transform: capitalize;
color: #FFFFFF;
border: none !important;
}
/* Home Page */
.text-intro
{
color: #333333;
font-weight: 400;
font-style: normal;
font-size: 20px;
line-height: 26px;
}
.image-caption
{
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 22px;
color: #676868;
}
@media (min-width: 1200px) {
.pb-xl-7,
.py-xl-7 {
padding-bottom: 7rem !important;
}
}
.chevronText
{
margin-right: .3rem;
white-space: nowrap;
}
/* /Home Page */
a.anchor
{
display: block;
position: relative;
top: -100px;
visibility: hidden;
}
.externalLinkIcon
{
width:21px;
height:21px;
margin-left:-5px;
} | 0.309858 | 0.062588 |
----------------------------------*/
body {
font-family: "Arial","Verdana","sans-serif";
margin: 1em;
}
h1 {
font-family:"Trebuchet MS","Helvetica";
border-bottom: 1px solid #EEEEEE;
}
#controls {
position: absolute;
font-size: 0.6em;
top: 0;
}
#controls a{
color: gray;
}
#copyright {
font-size: 0.6em;
}
#wrapper{
width: 1250px;
}
#table-wrapper{
float: left;
width: 84%;
}
#ui-table-control{
display: block;
width: 14%;
margin-left: 85%;
}
#ui-table-pager {
float: right;
margin-right: 2%;
}
#ui-table-pager span {
position: absolute;
margin: 0 0 0 -4.5em;
padding: 0.2em 0.5em 0.15em 0.4em;
font-weight: bold;
font-size: 0.8em;
background: #f6a828 url(ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}
table {
width: 98%;
font-size: 0.75em;
letter-spacing: 0.08em;
border-collapse: collapse;
margin:0 2% 0.4em 0;
border: 1px solid #cccccc;
}
table thead{
width: 98%;
}
table th a ,
table th a:active {
outline: none;
}
td {
text-align: right;
padding: 0.3em 0.5em;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}
th {
border: 1px solid #cccccc;
}
tr {
background: #f6f6f6 url(ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
}
tr.odd {
background: white;
}
caption {
margin: 0 0 1em 0;
text-align: left;
padding: 0.3em 0.3em;
}
th a {
padding: 0.5em 2em 0.5em 0.7em;
display: block;
line-height: 1;
color: black;
border: 0 !important;
position: relative;
}
th.ui-table-desc a {
background: url(desc.gif) right center no-repeat;
}
th.ui-table-asc a{
background: url(asc.gif) right center no-repeat;
}
th.ui-table-desc a:hover,
th.ui-table-desc a:active,
th.ui-table-desc a:focus,
th a:hover,
th a:active,
th a:focus{
background: url(asc.gif) right center no-repeat;
}
th.ui-table-asc a:hover,
th.ui-table-asc a:active,
th.ui-table-asc a:focus{
background: url(desc.gif) right center no-repeat;
}
/* Form Styling
----------------------------------*/
fieldset {
border: 0;
margin: 0 0 1em 0;
padding: 1em;
}
*:first-child+html fieldset {
margin: 0 0 2em 0;
}
legend {
padding: 0.1em 0.3em;
}
*:first-child+html legend {
margin: -1.5em 0 1em 0;
}
label, input {
display:block;
font-size: 0.8em;
}
label,
button,
.submit {
cursor: pointer;
}
button {
margin: 0 0.1em;
padding: 0.1em 0.3em 0 0.2em;
}
input.radio {
float: left;
margin: 0.1em 1em 0 0;
}
.pair {
clear: both;
margin: 0.5em 0;
}
.pair input{
margin: 0.25em 0.5em 0 0.3em;
}
*:first-child+html .pair input{
margin: -0.05em 0.5em 0 0.1em;
}
* html .pair input {
margin: -0.07em 0.3em 0 -0;
} | Table/css/style.css | ----------------------------------*/
body {
font-family: "Arial","Verdana","sans-serif";
margin: 1em;
}
h1 {
font-family:"Trebuchet MS","Helvetica";
border-bottom: 1px solid #EEEEEE;
}
#controls {
position: absolute;
font-size: 0.6em;
top: 0;
}
#controls a{
color: gray;
}
#copyright {
font-size: 0.6em;
}
#wrapper{
width: 1250px;
}
#table-wrapper{
float: left;
width: 84%;
}
#ui-table-control{
display: block;
width: 14%;
margin-left: 85%;
}
#ui-table-pager {
float: right;
margin-right: 2%;
}
#ui-table-pager span {
position: absolute;
margin: 0 0 0 -4.5em;
padding: 0.2em 0.5em 0.15em 0.4em;
font-weight: bold;
font-size: 0.8em;
background: #f6a828 url(ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}
table {
width: 98%;
font-size: 0.75em;
letter-spacing: 0.08em;
border-collapse: collapse;
margin:0 2% 0.4em 0;
border: 1px solid #cccccc;
}
table thead{
width: 98%;
}
table th a ,
table th a:active {
outline: none;
}
td {
text-align: right;
padding: 0.3em 0.5em;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}
th {
border: 1px solid #cccccc;
}
tr {
background: #f6f6f6 url(ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
}
tr.odd {
background: white;
}
caption {
margin: 0 0 1em 0;
text-align: left;
padding: 0.3em 0.3em;
}
th a {
padding: 0.5em 2em 0.5em 0.7em;
display: block;
line-height: 1;
color: black;
border: 0 !important;
position: relative;
}
th.ui-table-desc a {
background: url(desc.gif) right center no-repeat;
}
th.ui-table-asc a{
background: url(asc.gif) right center no-repeat;
}
th.ui-table-desc a:hover,
th.ui-table-desc a:active,
th.ui-table-desc a:focus,
th a:hover,
th a:active,
th a:focus{
background: url(asc.gif) right center no-repeat;
}
th.ui-table-asc a:hover,
th.ui-table-asc a:active,
th.ui-table-asc a:focus{
background: url(desc.gif) right center no-repeat;
}
/* Form Styling
----------------------------------*/
fieldset {
border: 0;
margin: 0 0 1em 0;
padding: 1em;
}
*:first-child+html fieldset {
margin: 0 0 2em 0;
}
legend {
padding: 0.1em 0.3em;
}
*:first-child+html legend {
margin: -1.5em 0 1em 0;
}
label, input {
display:block;
font-size: 0.8em;
}
label,
button,
.submit {
cursor: pointer;
}
button {
margin: 0 0.1em;
padding: 0.1em 0.3em 0 0.2em;
}
input.radio {
float: left;
margin: 0.1em 1em 0 0;
}
.pair {
clear: both;
margin: 0.5em 0;
}
.pair input{
margin: 0.25em 0.5em 0 0.3em;
}
*:first-child+html .pair input{
margin: -0.05em 0.5em 0 0.1em;
}
* html .pair input {
margin: -0.07em 0.3em 0 -0;
} | 0.291485 | 0.129513 |
@charset "utf-8";
body {
margin:0;
padding:0;
width:100%;
background:url(images/header_bg.gif) top repeat-x;
}
html {
padding:0;
margin:0;
}
li.bg, .bg {
clear:both;
padding:0;
margin:10px 0;
height:1px;
border-bottom:1px dashed #a1a1a1;
list-style:none;
}
p.clr, .clr {
clear:both;
padding:0;
margin:0;
}
.main {
margin:0 auto;
padding:0;
}
.header_resize {
margin:0 auto;
padding:0;
width:910px;
}
.header {
background:url(images/heder_resize_bg.jpg) top center no-repeat;
margin:0;
padding:0;
}
.header h2.bigtext {
margin:0;
padding:40px 0 0;
font:normal 45px/1.2em Georgia, "Times New Roman", Times, serif;
color:#6d6d6d;
letter-spacing:-2px;
}
.header h2.bigtext span {
color:#6abf79;
}
.logo {
width:450px;
margin:0 auto;
padding:0;
float:left;
}
.logo_text {
width:auto;
float:right;
margin:0;
padding:30px 30px 0 0;
font:normal 13px Georgia, "Times New Roman", Times, serif;
color:#fff;
}
.logo_text a {
color:#fff;
text-decoration:none;
padding:0 2px;
}
h1 {
margin:0;
padding:30px 0;
color:#fff;
font:normal 45px/1.2em Georgia, "Times New Roman", Times, serif;
letter-spacing:-2px;
}
h1 a, h1 a:hover {
color:#fff;
text-decoration:none;
}
h1 span {
font-weight:bold;
color:#eee;
}
h1 small {
font:normal 16px/1.2em Georgia, "Times New Roman", Times, serif;
letter-spacing:normal;
}
.search {
padding:20px 10px 0 0;
margin:0;
width:230px;
float:right;
}
.search form {
float:right;
padding:0;
margin:0;
}
.search span {
display:block;
float:left;
background:#fff;
width:180px;
padding:0 5px;
border:1px solid #d1d2d1;
}
.search form .keywords {
width:170px;
line-height:12px;
height:12px;
float:left;
background:none;
border:0;
padding:6px 2px;
margin:0;
font:normal 11px Arial, Helvetica, sans-serif;
color:#acacac;
}
.search form .button {
float:left;
margin:0 0 0 10px;
padding:0;
}
.menu {
padding:0;
margin:0;
width:460px;
float:left;
}
.menu ul {
padding:0;
margin:0;
list-style:none;
border:0;
float:left;
}
.menu ul li {
float:left;
margin:0;
padding:0;
border:0;
}
.menu ul li a {
float:left;
margin:0;
padding:15px 14px;
color:#6a6a6a;
font:bold 15px "Times New Roman", Times, serif;
text-decoration:none;
}
.menu ul li a:hover {
color:#fff;
background:#6abf79;
}
.menu ul li a.active {
color:#fff;
background:#6abf79;
}
.headert_text_resize {
width:910px;
padding:0;
margin:0 auto;
background:none;
}
.headert_text_resize img {
float:left;
margin:0;
padding:25px 0 0 0;
}
.headert_text {
width:400px;
float:left;
margin:0;
padding:50px 0 17px 0;
}
.headert_text p {
font:normal 14px "Times New Roman", Times, serif;
color:#6abf79;
padding:5px 0;
margin:0;
}
.headert_text p span {
color:#565656;
}
.body_resize {
margin:0 auto;
padding:5px 0 0 0;
width:910px;
}
.body {
margin:0;
padding:5px 25px 40px 25px;
background:#fff top repeat-x;
border-top:2px solid #fff;
}
.body h2 {
font:normal 30px "Times New Roman", Times, serif;
color:#575656;
padding:3px 0 3px 0;
margin:5px 0 10px 10px;
}
.body p {
font:normal 19px "Times New Roman", Times, serif;
color:#575656;
padding:5px;
margin:0;
line-height:1.6em;
}
.body p span {
font:bold 14px "Times New Roman", Times, serif;
color:#6abf79;
}
.body img {
margin:5px 0;
padding:0;
}
.body img.floated {
float:left;
margin:10px;
padding:0;
}
.body a {
color:#69bacb;
text-decoration:none;
}
.left {
float:right;
width:625px;
margin:0;
padding:10px;
}
.right {
float:left;
width:245px;
margin:0;
padding:10px;
}
.right .blog {
border:1px solid #dedede;
margin:10px 0;
padding:10px;
background:#fff;
}
.right ul {
list-style:none;
margin:5px 15px;
padding:0;
}
.right li {
font:normal 14px Arial, Helvetica, sans-serif;
color:#464646;
padding:5px 0;
margin:3px 0;
}
.right li a {
background:url(images/ul_li.gif) left no-repeat;
padding:0 0 0 15px;
margin:0;
font:bold 14px "Times New Roman", Times, serif;
color:#6abf79;
text-decoration:none;
}
.right li a:hover {
color:#575656;
text-decoration:none;
}
.right ul.sponsors {
list-style:none;
margin:5px 10px;
padding:0;
}
.right li.sponsors {
font:normal 12px Arial, Helvetica, sans-serif;
color:#585858;
padding:5px 10px;
}
.right li.sponsors a {
background:url(images/ul_li.gif) left no-repeat;
padding:0 0 0 15px;
margin:0;
font:normal 14px "Times New Roman", Times, serif;
color:#6abf79;
text-decoration:none;
}
.right li.sponsors span {
color:#6abf79;
font:bold 14px "Times New Roman", Times, serif;
}
.FBG_resize {
margin:0 auto;
padding:0;
width:910px;
}
.FBG {
margin:0;
padding:0;
background:#f3f3f3;
}
.FBG img {
float:left;
margin:5px 10px 5px 0;
padding:14px;
background:#fff;
border:1px solid #d3d3d3;
}
.FBG img.normal {
margin:10px auto;
padding:0;
background:none;
border:0;
}
.FBG h2 {
color:#585858;
font:normal 30px "Times New Roman", Times, serif;
padding:3px 0 3px 0;
margin:5px 0 15px 0;
}
.FBG p {
color:#585858;
font:normal 14px "Times New Roman", Times, serif;
padding:5px 0;
margin:0;
line-height:1.5em;
}
.FBG a {
color:#69bacb;
text-decoration:none;
}
.FBG ul {
width:260px;
list-style:none;
float:left;
padding:0;
margin:10px 0;
}
.FBG li {
padding:2px 1px 2px 10px;
margin:3px 0;
}
.FBG li a {
background:url(images/fbg_ul_li.gif) left no-repeat;
padding:0 0 0 15px;
color:#585858;
font:italic 14px Arial, Helvetica, sans-serif;
text-decoration:none;
}
.FBG li a:hover {
color:#6abf79;
text-decoration:none;
}
.FBG .blok {
width:270px;
float:left;
padding:10px 15px;
margin:0;
}
.footer_resize {
margin:0 auto;
padding:0;
width:890px;
}
.footer {
padding:0;
margin:0 auto;
background:#fff;
border-top:1px solid #ededed;
color:#585858;
font:normal 12px Arial, Helvetica, sans-serif;
}
.footer p {
margin:0;
padding:15px 0;
line-height:normal;
color:#585858;
}
.footer a {
color:#585858;
padding:inherit;
text-decoration:underline;
}
.footer a:hover {
text-decoration:none;
}
.footer .lf {
float:left;
}
.footer .rf {
float:right;
}
#contactform {
margin:0;
padding:5px 10px;
}
#contactform * {
color:#F00;
}
#contactform ol {
margin:0;
padding:0;
list-style:none;
}
#contactform li {
margin:0;
padding:0;
background:none;
border:none;
display:block;
clear:both;
}
#contactform li.buttons {
margin:5px 0 5px 0;
}
#contactform label {
margin:0;
width:110px;
display:block;
padding:10px 0;
color:#666;
font:normal 12px Arial, Helvetica, sans-serif;
text-transform:capitalize;
float:left;
}
#contactform label span {
color:#F00;
}
#contactform input.text {
width:480px;
border:1px solid #c0c0c0;
margin:2px 0;
padding:5px 2px;
height:16px;
background:#fff;
float:left;
}
#contactform textarea {
width:480px;
border:1px solid #c0c0c0;
margin:2px 0;
padding:2px;
background:#fff;
float:left;
}
#contactform li.buttons input {
border:1px solid #000;
background:#ea7d1b;
padding:10px;
margin:10px 0 0 110px;
color:#fff;
float:left;
font:normal 12px Arial, Helvetica, sans-serif;
}
p.response {
text-align:center;
color:#F00;
font:normal 11px Georgia, "Times New Roman", Times, serif;
line-height:1.8em;
width:auto;
} | style.css | @charset "utf-8";
body {
margin:0;
padding:0;
width:100%;
background:url(images/header_bg.gif) top repeat-x;
}
html {
padding:0;
margin:0;
}
li.bg, .bg {
clear:both;
padding:0;
margin:10px 0;
height:1px;
border-bottom:1px dashed #a1a1a1;
list-style:none;
}
p.clr, .clr {
clear:both;
padding:0;
margin:0;
}
.main {
margin:0 auto;
padding:0;
}
.header_resize {
margin:0 auto;
padding:0;
width:910px;
}
.header {
background:url(images/heder_resize_bg.jpg) top center no-repeat;
margin:0;
padding:0;
}
.header h2.bigtext {
margin:0;
padding:40px 0 0;
font:normal 45px/1.2em Georgia, "Times New Roman", Times, serif;
color:#6d6d6d;
letter-spacing:-2px;
}
.header h2.bigtext span {
color:#6abf79;
}
.logo {
width:450px;
margin:0 auto;
padding:0;
float:left;
}
.logo_text {
width:auto;
float:right;
margin:0;
padding:30px 30px 0 0;
font:normal 13px Georgia, "Times New Roman", Times, serif;
color:#fff;
}
.logo_text a {
color:#fff;
text-decoration:none;
padding:0 2px;
}
h1 {
margin:0;
padding:30px 0;
color:#fff;
font:normal 45px/1.2em Georgia, "Times New Roman", Times, serif;
letter-spacing:-2px;
}
h1 a, h1 a:hover {
color:#fff;
text-decoration:none;
}
h1 span {
font-weight:bold;
color:#eee;
}
h1 small {
font:normal 16px/1.2em Georgia, "Times New Roman", Times, serif;
letter-spacing:normal;
}
.search {
padding:20px 10px 0 0;
margin:0;
width:230px;
float:right;
}
.search form {
float:right;
padding:0;
margin:0;
}
.search span {
display:block;
float:left;
background:#fff;
width:180px;
padding:0 5px;
border:1px solid #d1d2d1;
}
.search form .keywords {
width:170px;
line-height:12px;
height:12px;
float:left;
background:none;
border:0;
padding:6px 2px;
margin:0;
font:normal 11px Arial, Helvetica, sans-serif;
color:#acacac;
}
.search form .button {
float:left;
margin:0 0 0 10px;
padding:0;
}
.menu {
padding:0;
margin:0;
width:460px;
float:left;
}
.menu ul {
padding:0;
margin:0;
list-style:none;
border:0;
float:left;
}
.menu ul li {
float:left;
margin:0;
padding:0;
border:0;
}
.menu ul li a {
float:left;
margin:0;
padding:15px 14px;
color:#6a6a6a;
font:bold 15px "Times New Roman", Times, serif;
text-decoration:none;
}
.menu ul li a:hover {
color:#fff;
background:#6abf79;
}
.menu ul li a.active {
color:#fff;
background:#6abf79;
}
.headert_text_resize {
width:910px;
padding:0;
margin:0 auto;
background:none;
}
.headert_text_resize img {
float:left;
margin:0;
padding:25px 0 0 0;
}
.headert_text {
width:400px;
float:left;
margin:0;
padding:50px 0 17px 0;
}
.headert_text p {
font:normal 14px "Times New Roman", Times, serif;
color:#6abf79;
padding:5px 0;
margin:0;
}
.headert_text p span {
color:#565656;
}
.body_resize {
margin:0 auto;
padding:5px 0 0 0;
width:910px;
}
.body {
margin:0;
padding:5px 25px 40px 25px;
background:#fff top repeat-x;
border-top:2px solid #fff;
}
.body h2 {
font:normal 30px "Times New Roman", Times, serif;
color:#575656;
padding:3px 0 3px 0;
margin:5px 0 10px 10px;
}
.body p {
font:normal 19px "Times New Roman", Times, serif;
color:#575656;
padding:5px;
margin:0;
line-height:1.6em;
}
.body p span {
font:bold 14px "Times New Roman", Times, serif;
color:#6abf79;
}
.body img {
margin:5px 0;
padding:0;
}
.body img.floated {
float:left;
margin:10px;
padding:0;
}
.body a {
color:#69bacb;
text-decoration:none;
}
.left {
float:right;
width:625px;
margin:0;
padding:10px;
}
.right {
float:left;
width:245px;
margin:0;
padding:10px;
}
.right .blog {
border:1px solid #dedede;
margin:10px 0;
padding:10px;
background:#fff;
}
.right ul {
list-style:none;
margin:5px 15px;
padding:0;
}
.right li {
font:normal 14px Arial, Helvetica, sans-serif;
color:#464646;
padding:5px 0;
margin:3px 0;
}
.right li a {
background:url(images/ul_li.gif) left no-repeat;
padding:0 0 0 15px;
margin:0;
font:bold 14px "Times New Roman", Times, serif;
color:#6abf79;
text-decoration:none;
}
.right li a:hover {
color:#575656;
text-decoration:none;
}
.right ul.sponsors {
list-style:none;
margin:5px 10px;
padding:0;
}
.right li.sponsors {
font:normal 12px Arial, Helvetica, sans-serif;
color:#585858;
padding:5px 10px;
}
.right li.sponsors a {
background:url(images/ul_li.gif) left no-repeat;
padding:0 0 0 15px;
margin:0;
font:normal 14px "Times New Roman", Times, serif;
color:#6abf79;
text-decoration:none;
}
.right li.sponsors span {
color:#6abf79;
font:bold 14px "Times New Roman", Times, serif;
}
.FBG_resize {
margin:0 auto;
padding:0;
width:910px;
}
.FBG {
margin:0;
padding:0;
background:#f3f3f3;
}
.FBG img {
float:left;
margin:5px 10px 5px 0;
padding:14px;
background:#fff;
border:1px solid #d3d3d3;
}
.FBG img.normal {
margin:10px auto;
padding:0;
background:none;
border:0;
}
.FBG h2 {
color:#585858;
font:normal 30px "Times New Roman", Times, serif;
padding:3px 0 3px 0;
margin:5px 0 15px 0;
}
.FBG p {
color:#585858;
font:normal 14px "Times New Roman", Times, serif;
padding:5px 0;
margin:0;
line-height:1.5em;
}
.FBG a {
color:#69bacb;
text-decoration:none;
}
.FBG ul {
width:260px;
list-style:none;
float:left;
padding:0;
margin:10px 0;
}
.FBG li {
padding:2px 1px 2px 10px;
margin:3px 0;
}
.FBG li a {
background:url(images/fbg_ul_li.gif) left no-repeat;
padding:0 0 0 15px;
color:#585858;
font:italic 14px Arial, Helvetica, sans-serif;
text-decoration:none;
}
.FBG li a:hover {
color:#6abf79;
text-decoration:none;
}
.FBG .blok {
width:270px;
float:left;
padding:10px 15px;
margin:0;
}
.footer_resize {
margin:0 auto;
padding:0;
width:890px;
}
.footer {
padding:0;
margin:0 auto;
background:#fff;
border-top:1px solid #ededed;
color:#585858;
font:normal 12px Arial, Helvetica, sans-serif;
}
.footer p {
margin:0;
padding:15px 0;
line-height:normal;
color:#585858;
}
.footer a {
color:#585858;
padding:inherit;
text-decoration:underline;
}
.footer a:hover {
text-decoration:none;
}
.footer .lf {
float:left;
}
.footer .rf {
float:right;
}
#contactform {
margin:0;
padding:5px 10px;
}
#contactform * {
color:#F00;
}
#contactform ol {
margin:0;
padding:0;
list-style:none;
}
#contactform li {
margin:0;
padding:0;
background:none;
border:none;
display:block;
clear:both;
}
#contactform li.buttons {
margin:5px 0 5px 0;
}
#contactform label {
margin:0;
width:110px;
display:block;
padding:10px 0;
color:#666;
font:normal 12px Arial, Helvetica, sans-serif;
text-transform:capitalize;
float:left;
}
#contactform label span {
color:#F00;
}
#contactform input.text {
width:480px;
border:1px solid #c0c0c0;
margin:2px 0;
padding:5px 2px;
height:16px;
background:#fff;
float:left;
}
#contactform textarea {
width:480px;
border:1px solid #c0c0c0;
margin:2px 0;
padding:2px;
background:#fff;
float:left;
}
#contactform li.buttons input {
border:1px solid #000;
background:#ea7d1b;
padding:10px;
margin:10px 0 0 110px;
color:#fff;
float:left;
font:normal 12px Arial, Helvetica, sans-serif;
}
p.response {
text-align:center;
color:#F00;
font:normal 11px Georgia, "Times New Roman", Times, serif;
line-height:1.8em;
width:auto;
} | 0.226869 | 0.05199 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Noto Sans', sans-serif;
font-size: 20px;
}
/* Navigation Bar */
.nav-bar, .bar-search{
display: flex;
justify-content: space-between;
align-items: center;
}
.nav-bar {
background-color: #0b2333;
color: white;
}
.city-searched {
font-weight: bold;
margin-left: 20px;
}
#navBarLogo, .burger {
margin-right: 20px;
margin-top: 5px;
}
.menu-links, .sideBarText, .burger, .close {
display: none;
}
.input-group {
display: flex;
}
input {
border-radius: 5px;
color: white;
}
.input-group button {
background-color: #277cb2;
border: none;
border-radius: 5px;
width: 45px;
}
.collection {
margin: 0;
}
.recentSearch {
color: black;
font-weight: 700;
background-color: #007bff;
border-color: #007bff;
cursor: pointer;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
margin-left: 10px;
border-radius: .25rem;
transition: color .15s;
display: inline-block;
text-align: center;
white-space: nowrap;
vertical-align: middle;
}
/* Bar Content */
.bar-container {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
border-radius: 5px;
margin: 5px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 10px;
}
.bar-info {
width: 300px;
border-radius: 5px;
background-color: #f5f5f5;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.bar-details {
margin-left: 5px;
font-family: 'Quicksand', sans-serif;
}
.bar-details li {
list-style: none;
}
.bar-phone {
list-style: none;
margin-left: 5px;
}
/* Map */
#map {
display: none;
width: 100%;
height: 500px;
}
/* Media queries */
@media (max-width: 600px) {
* {
font-size: 16px;
}
/* Hamburger Menu */
#navBarLogo {
display: none;
}
.menu-links {
position: absolute;
height: 100vh;
width: 100vw;
top: 0;
margin: 0;
padding: 0;
background-color: black;
display: flex;
flex-direction: column;
align-items: center;
transform: translateX(100%);
transition: transform 0.5s ease-in;
}
.menu-links li {
list-style: none;
padding: 10px;
}
.menu-links li a {
text-decoration: none;
color: white;
text-transform: uppercase;
}
.menu-links li a:hover {
background-color: #555;
padding: 10px;
}
.menu-links.active {
transform: translateX(0);
}
.close {
display: block;
}
.close div {
height: 3px;
}
.close .line1 {
transform: rotate(-45deg) translate(-3px, 3px);
}
.close .line2 {
transform: rotate(45deg) translate(-3px, -3px)
}
.burger {
display: block;
}
.burger div, .close div {
width: 23px;
background-color: white;
margin: 5px;
border-radius: 3px;
}
.burger div {
height: 2px;
}
#close-x {
margin: auto;
padding-bottom: 60px;
display: inline-block;
}
#sideBarLogo {
margin-right: 250px;
padding: 0;
}
.sideBarText {
display: block;
font-size: large;
}
/* Bar Content */
.bar-listings {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.bar-container {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
border-radius: 5px;
margin: 5px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 10px;
}
.bar-info {
width: 300px;
border-radius: 5px;
background-color: #f5f5f5;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.bar-details {
margin-left: 5px;
font-family: 'Quicksand', sans-serif;
}
.image-style {
height: 250px;
width: 90vw;
border-radius: 10px;
}
}
@media (min-width: 769px) {
/* Bar Content */
.bar-content {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.bar-listings {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
} | docs/assets/cs/bar-listings.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Noto Sans', sans-serif;
font-size: 20px;
}
/* Navigation Bar */
.nav-bar, .bar-search{
display: flex;
justify-content: space-between;
align-items: center;
}
.nav-bar {
background-color: #0b2333;
color: white;
}
.city-searched {
font-weight: bold;
margin-left: 20px;
}
#navBarLogo, .burger {
margin-right: 20px;
margin-top: 5px;
}
.menu-links, .sideBarText, .burger, .close {
display: none;
}
.input-group {
display: flex;
}
input {
border-radius: 5px;
color: white;
}
.input-group button {
background-color: #277cb2;
border: none;
border-radius: 5px;
width: 45px;
}
.collection {
margin: 0;
}
.recentSearch {
color: black;
font-weight: 700;
background-color: #007bff;
border-color: #007bff;
cursor: pointer;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
margin-left: 10px;
border-radius: .25rem;
transition: color .15s;
display: inline-block;
text-align: center;
white-space: nowrap;
vertical-align: middle;
}
/* Bar Content */
.bar-container {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
border-radius: 5px;
margin: 5px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 10px;
}
.bar-info {
width: 300px;
border-radius: 5px;
background-color: #f5f5f5;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.bar-details {
margin-left: 5px;
font-family: 'Quicksand', sans-serif;
}
.bar-details li {
list-style: none;
}
.bar-phone {
list-style: none;
margin-left: 5px;
}
/* Map */
#map {
display: none;
width: 100%;
height: 500px;
}
/* Media queries */
@media (max-width: 600px) {
* {
font-size: 16px;
}
/* Hamburger Menu */
#navBarLogo {
display: none;
}
.menu-links {
position: absolute;
height: 100vh;
width: 100vw;
top: 0;
margin: 0;
padding: 0;
background-color: black;
display: flex;
flex-direction: column;
align-items: center;
transform: translateX(100%);
transition: transform 0.5s ease-in;
}
.menu-links li {
list-style: none;
padding: 10px;
}
.menu-links li a {
text-decoration: none;
color: white;
text-transform: uppercase;
}
.menu-links li a:hover {
background-color: #555;
padding: 10px;
}
.menu-links.active {
transform: translateX(0);
}
.close {
display: block;
}
.close div {
height: 3px;
}
.close .line1 {
transform: rotate(-45deg) translate(-3px, 3px);
}
.close .line2 {
transform: rotate(45deg) translate(-3px, -3px)
}
.burger {
display: block;
}
.burger div, .close div {
width: 23px;
background-color: white;
margin: 5px;
border-radius: 3px;
}
.burger div {
height: 2px;
}
#close-x {
margin: auto;
padding-bottom: 60px;
display: inline-block;
}
#sideBarLogo {
margin-right: 250px;
padding: 0;
}
.sideBarText {
display: block;
font-size: large;
}
/* Bar Content */
.bar-listings {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.bar-container {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
border-radius: 5px;
margin: 5px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 10px;
}
.bar-info {
width: 300px;
border-radius: 5px;
background-color: #f5f5f5;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.bar-details {
margin-left: 5px;
font-family: 'Quicksand', sans-serif;
}
.image-style {
height: 250px;
width: 90vw;
border-radius: 10px;
}
}
@media (min-width: 769px) {
/* Bar Content */
.bar-content {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.bar-listings {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
} | 0.494141 | 0.104569 |
html {
--color-bg: #FFF;
--color-fg: #000;
--color-hl: #ff5722;
--color-hl-inverted: #FFF;
--width-tight: 835px;
--width-body: 1200px;
--width-site: 1600px;
--width-full: 1920px;
--gutter: 32px;
--rhythm: 125px;
--header-heigth: 5rem;
}
/*===========================================
FONTS
============================================*/
/* inter-regular - latin */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: local(''),
url('../fonts/Inter/inter-v1-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/Inter/inter-v1-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-800 - latin */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 800;
src: local(''),
url('../fonts/Inter/inter-v1-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/Inter/inter-v1-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-900 - latin */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 900;
src: local(''),
url('../fonts/Inter/inter-v1-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/Inter/inter-v1-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* yeseva-one-regular - latin */
@font-face {
font-family: 'Yeseva One';
font-style: normal;
font-weight: 400;
src: local('Yeseva One Regular'), local('YesevaOne-Regular'),
url('../fonts/YesevaOne/yeseva-one-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/YesevaOne/yeseva-one-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
--font-base: 'Inter', sans-serif;
--font-alt: 'Yeseva One', serif;
font-size: 16px;
font-family: var(--font-base);
}
/*===========================================
MISC
============================================*/
body {
color: var(--color-fg);
background-color: var(--color-bg);
}
::selection {
background-color: var(--color-hl);
color: var(--color-hl-inverted);
}
/*===========================================
UTILS
============================================*/
/*BREAKPOINT*/
.landscape{display: block;}
@media (max-width: 735px) {.landscape {display: none;}}
.portrait {display: block;}
@media (min-width: 735px) {.portrait {display: none;}}
/*WIDTH*/
.tight {
max-width: var(--width-tight);
width: 100%;
margin: 0 auto;
}
.body {
max-width: var(--width-body);
width: 100%;
margin: 0 auto;
}
.site {
max-width: var(--width-site);
width: 100%;
margin: 0 auto;
}
.full {
max-width: var(--width-full);
width: 100%;
margin: 0 auto;
}
/*RHYTHM*/
.rhythm {
margin-top: var(--rhythm);
}
.fill {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/*======================================
PAGE OPTIONALS
==========================================*/
.remove_footer_margin footer {
margin-top: 0;
} | css/theme.css | html {
--color-bg: #FFF;
--color-fg: #000;
--color-hl: #ff5722;
--color-hl-inverted: #FFF;
--width-tight: 835px;
--width-body: 1200px;
--width-site: 1600px;
--width-full: 1920px;
--gutter: 32px;
--rhythm: 125px;
--header-heigth: 5rem;
}
/*===========================================
FONTS
============================================*/
/* inter-regular - latin */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: local(''),
url('../fonts/Inter/inter-v1-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/Inter/inter-v1-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-800 - latin */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 800;
src: local(''),
url('../fonts/Inter/inter-v1-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/Inter/inter-v1-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-900 - latin */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 900;
src: local(''),
url('../fonts/Inter/inter-v1-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/Inter/inter-v1-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* yeseva-one-regular - latin */
@font-face {
font-family: 'Yeseva One';
font-style: normal;
font-weight: 400;
src: local('Yeseva One Regular'), local('YesevaOne-Regular'),
url('../fonts/YesevaOne/yeseva-one-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/YesevaOne/yeseva-one-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html {
--font-base: 'Inter', sans-serif;
--font-alt: 'Yeseva One', serif;
font-size: 16px;
font-family: var(--font-base);
}
/*===========================================
MISC
============================================*/
body {
color: var(--color-fg);
background-color: var(--color-bg);
}
::selection {
background-color: var(--color-hl);
color: var(--color-hl-inverted);
}
/*===========================================
UTILS
============================================*/
/*BREAKPOINT*/
.landscape{display: block;}
@media (max-width: 735px) {.landscape {display: none;}}
.portrait {display: block;}
@media (min-width: 735px) {.portrait {display: none;}}
/*WIDTH*/
.tight {
max-width: var(--width-tight);
width: 100%;
margin: 0 auto;
}
.body {
max-width: var(--width-body);
width: 100%;
margin: 0 auto;
}
.site {
max-width: var(--width-site);
width: 100%;
margin: 0 auto;
}
.full {
max-width: var(--width-full);
width: 100%;
margin: 0 auto;
}
/*RHYTHM*/
.rhythm {
margin-top: var(--rhythm);
}
.fill {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
/*======================================
PAGE OPTIONALS
==========================================*/
.remove_footer_margin footer {
margin-top: 0;
} | 0.350977 | 0.040503 |
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');
/*------------------------GENERAL------------------------*/
body{
background-color: #26282a;
font-family: 'Roboto Condensed', sans-serif;
}
h1{
font-family: 'MedievalSharp', cursive;
font-size: 4em;
width: 100%;
text-align: center;
margin-top: 3vw;
margin-bottom: 3vw;
color: #e40712;
}
h2{
font-family: 'MedievalSharp', cursive;
font-size: 3em;
width: 100%;
text-align: center;
margin: 3vw;
color: #e40712;
}
/* https://www.w3schools.com/howto/howto_js_topnav.asp */
/* Add a black background color to the top navigation */
.topnav {
background-color: #090809;
overflow: hidden;
display: flex;
justify-content: center;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
color: #e40712;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #979AA4;
color: black;
}
/* Add a color to the active/current link */
.topnav a.active {
background-color: #e40712;
color: white;
}
.redbox{
border: 5px solid #e40712;
border-radius: 10px;
background-color: #979AA4;
}
button{
border: black 3px solid;
border-radius: 0.5em;
background-color: #ddd;
}
button:active{
background-color: #979AA4;
}
select{
border: black 3px solid;
border-radius: 0.5em;
background-color: #ddd;
}
/*----------------------------HOME PAGE-------------------------------------*/
#apiContent{
width: 30%;
margin: auto;
padding: 2%;
text-align: center;
margin-bottom: 2%;
}
#api{
margin-top: 5%;
display: flex;
justify-content: space-around;
}
#homeGif{
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 2%;
}
#startButton{
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 5%;
padding: 1%;
}
/*----------------------------MAIN APP PAGE---------------------------------*/
/*
https://stackoverflow.com/questions/39517793/how-can-we-make-a-4-by-4-grid-using-css
*/
* { box-sizing: border-box; }
#adapp {
display: flex;
flex-direction: row;
}
#ad1 {width: 10%; margin-left: 10%; margin-top:4vh; height: 36vw;}
#ad2 {width: 10%; margin-right: 10%; margin-top:4vh; height: 36vw;}
#container { width: 36%; height: 36vw; display: flex; flex-direction: row; flex-wrap: wrap; background: #979AA4; margin:auto; margin-top:4vh; padding: 0.5%;}
#container > div {margin: 0.2%; border: black 3px solid; border-radius: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #ddd;}
#container > .textboxX { width: 26.4666%; height: 9.5%; }
#container > .textboxY { width: 19%; height: 29.6333%; }
#container > .textboxXY { width: 19%; height: 9.5%; }
#container > .box { width: 26.4666%; height: 29.6333%; }
#characters-picker > div { width: 54%; display: flex; flex-direction: row; flex-wrap: wrap; margin: auto; background-color: #979AA4;}
#characters-picker > div > div { width: 11.11%; height: 6vw; border: black 3px solid; border-radius: 0.5em; background-color: #ddd; margin: auto;}
#chartButtons {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
#chartButtons * {margin: 2vh; }
img{
max-width: 100%;
max-height: 100%;
}
.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.modal-content {
background-color: #ddd;
margin: 15% auto;
padding: 20px;
width: 800px;
border: 5px solid #e40712;
border-radius: 10px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.close {
color: #e40712;
float: right;
font-size: 28px;
font-weight: bold;
margin-left: 20px;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
#download{
margin: auto;
}
canvas{
border: black 3px solid; border-radius: 0.5em;
margin-bottom: 10px;
}
.invisible{
visibility: hidden;
}
/*--------------------------------SUGGEST PAGE------------------------------*/
.characterForm{
margin: auto;
border: 5px solid #e40712;
border-radius: 10px;
background-color: #979AA4;
padding: 1%;
}
.characterList{ width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; }
.characterList > div > div {width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
.character { width: 25vw; border: 5px solid #e40712; border-radius: 10px; background-color: #979AA4; margin:20px; display: flex; flex-direction: column; flex-wrap:nowrap; align-items: center;}
.character img {width: 10vw; height: 10vw; padding: 1vw;}
/*--------------------------------LOGIN PAGE------------------------------*/
.mainForm{
margin: auto;
border: 5px solid #e40712;
border-radius: 10px;
background-color: #979AA4;
}
#content{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 50%;
margin: auto;
margin-bottom: 20%;
margin-top: 5%;
}
#content > form{
align-items: center;
justify-content: center;
display: flex;
flex-direction: column;
padding-left: 40px;
padding-right: 40px;
}
#content > form > * {
width: 80%;
text-align: center;
margin: 5%;
} | hosted/default-styles.css | @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');
/*------------------------GENERAL------------------------*/
body{
background-color: #26282a;
font-family: 'Roboto Condensed', sans-serif;
}
h1{
font-family: 'MedievalSharp', cursive;
font-size: 4em;
width: 100%;
text-align: center;
margin-top: 3vw;
margin-bottom: 3vw;
color: #e40712;
}
h2{
font-family: 'MedievalSharp', cursive;
font-size: 3em;
width: 100%;
text-align: center;
margin: 3vw;
color: #e40712;
}
/* https://www.w3schools.com/howto/howto_js_topnav.asp */
/* Add a black background color to the top navigation */
.topnav {
background-color: #090809;
overflow: hidden;
display: flex;
justify-content: center;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
color: #e40712;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #979AA4;
color: black;
}
/* Add a color to the active/current link */
.topnav a.active {
background-color: #e40712;
color: white;
}
.redbox{
border: 5px solid #e40712;
border-radius: 10px;
background-color: #979AA4;
}
button{
border: black 3px solid;
border-radius: 0.5em;
background-color: #ddd;
}
button:active{
background-color: #979AA4;
}
select{
border: black 3px solid;
border-radius: 0.5em;
background-color: #ddd;
}
/*----------------------------HOME PAGE-------------------------------------*/
#apiContent{
width: 30%;
margin: auto;
padding: 2%;
text-align: center;
margin-bottom: 2%;
}
#api{
margin-top: 5%;
display: flex;
justify-content: space-around;
}
#homeGif{
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 2%;
}
#startButton{
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 5%;
padding: 1%;
}
/*----------------------------MAIN APP PAGE---------------------------------*/
/*
https://stackoverflow.com/questions/39517793/how-can-we-make-a-4-by-4-grid-using-css
*/
* { box-sizing: border-box; }
#adapp {
display: flex;
flex-direction: row;
}
#ad1 {width: 10%; margin-left: 10%; margin-top:4vh; height: 36vw;}
#ad2 {width: 10%; margin-right: 10%; margin-top:4vh; height: 36vw;}
#container { width: 36%; height: 36vw; display: flex; flex-direction: row; flex-wrap: wrap; background: #979AA4; margin:auto; margin-top:4vh; padding: 0.5%;}
#container > div {margin: 0.2%; border: black 3px solid; border-radius: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; background: #ddd;}
#container > .textboxX { width: 26.4666%; height: 9.5%; }
#container > .textboxY { width: 19%; height: 29.6333%; }
#container > .textboxXY { width: 19%; height: 9.5%; }
#container > .box { width: 26.4666%; height: 29.6333%; }
#characters-picker > div { width: 54%; display: flex; flex-direction: row; flex-wrap: wrap; margin: auto; background-color: #979AA4;}
#characters-picker > div > div { width: 11.11%; height: 6vw; border: black 3px solid; border-radius: 0.5em; background-color: #ddd; margin: auto;}
#chartButtons {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
#chartButtons * {margin: 2vh; }
img{
max-width: 100%;
max-height: 100%;
}
.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.modal-content {
background-color: #ddd;
margin: 15% auto;
padding: 20px;
width: 800px;
border: 5px solid #e40712;
border-radius: 10px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.close {
color: #e40712;
float: right;
font-size: 28px;
font-weight: bold;
margin-left: 20px;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
#download{
margin: auto;
}
canvas{
border: black 3px solid; border-radius: 0.5em;
margin-bottom: 10px;
}
.invisible{
visibility: hidden;
}
/*--------------------------------SUGGEST PAGE------------------------------*/
.characterForm{
margin: auto;
border: 5px solid #e40712;
border-radius: 10px;
background-color: #979AA4;
padding: 1%;
}
.characterList{ width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; }
.characterList > div > div {width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
.character { width: 25vw; border: 5px solid #e40712; border-radius: 10px; background-color: #979AA4; margin:20px; display: flex; flex-direction: column; flex-wrap:nowrap; align-items: center;}
.character img {width: 10vw; height: 10vw; padding: 1vw;}
/*--------------------------------LOGIN PAGE------------------------------*/
.mainForm{
margin: auto;
border: 5px solid #e40712;
border-radius: 10px;
background-color: #979AA4;
}
#content{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 50%;
margin: auto;
margin-bottom: 20%;
margin-top: 5%;
}
#content > form{
align-items: center;
justify-content: center;
display: flex;
flex-direction: column;
padding-left: 40px;
padding-right: 40px;
}
#content > form > * {
width: 80%;
text-align: center;
margin: 5%;
} | 0.431824 | 0.071786 |