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 |
|---|---|---|---|---|
html, body, .container {
height: 100%;
}
body {
padding: 0px;
margin: 0px;
font: caption;
font-family: 'Arial';
font-size: 13px;
font-weight: 400;
-webkit-font-smoothing: antialiased;
/* do not autoselect text */
user-select: none;
}
rect, path{
shape-rendering: crispEdges;
}
circle {
shape-rendering: geometricPrecision;
}
.container{
display: flex;
align-items: stretch;
justify-content: space-around;
}
.item{
align-items: stretch;
}
/* Elements */
.elements{
flex-grow: 1;
padding: 20px 10px 0px 10px;
background-color: #f0f0f0;
max-width: 250px;
}
#paperAvailableElements{
margin: 0px;
padding: 0px;
list-style-type: none;
}
#paperAvailableElements li{
cursor: pointer;
padding: 10px 20px;
border-bottom: 1px solid #FFF;
}
/* Dialog properties */
.dialog{
padding: 0px;
flex-grow: 3;
display: flex;
flex-direction: column;
text-align: center;
}
.dialog #paper{
border: 1px solid #7f7f7f;
background-color: #a6a6a6;
padding-top: 35px;
flex: 5;
}
.dialog #dlgProps{
padding: 0px 0px 5px 0px;
background-color: #f0f0f0;
display: flex;
flex: 1;
border-left: 1px solid #EEE;
border-right: 1px solid #EEE;
}
#dlgProps .dProp{
margin: 3px 0px;
align-items: stretch;
text-align: left;
}
.size div {
display: inline-block;
width: 49%;
}
.size .dProp label{
width: 78px!important;
}
.size .dProp input{
width: 80px!important;
}
#dialogDependencies::placeholder{
color: #a9a9a9;
}
#dlgProps label{
display: inline-block;
color: #323232;
width: 80px;
box-sizing: border-box;
padding-right: 10px;
cursor: pointer;
text-align: left;
}
#dlgProps input{
box-sizing: border-box;
display: inline-block;
width: 250px;
height: 25px;
border: 1px solid #e6e5e5;
padding: 2px 5px;
}
#dlgProps > div{
flex-grow: 1;
}
/* see properties for button style */
#conditions{
margin: 0px!important;
}
#dlgProps:last-child{
margin: 0px;
display: flex;
align-items: center;
justify-content: center;
}
/* Element properties */
#properties{
padding: 0px 10px 50px 10px;
background-color: #f0f0f0;
display: flex;
flex-direction: column;
flex-grow: 1;
max-width: 250px;
width: 250px;
}
#propertiesList h4{
padding: 0px;
margin: 0px 0px 10px 0px;
/* text-align: center; */
text-transform: uppercase;
}
#propertiesList .elprop{
margin: 3px 0px;
align-items: stretch;
}
#propertiesList fieldset, #dlgProps fieldset{
border: 0px;
margin: 10px 0px;
padding: 0px;
}
#propertiesList fieldset legend, #dlgProps fieldset legend{
color: #000000;
font-weight: 600;
padding-bottom: 3px;
border-bottom: 2px solid #FFF;
width: 100%;
margin-bottom: 10px;
font-size: 14px;
}
#dlgProps fieldset{
max-width: 340px;
}
#dlgProps fieldset legend{
text-align: left;
}
#propertiesList label{
display: inline-block;
color: #323232;
width: 110px;
box-sizing: border-box;
padding-right: 10px;
}
#propertiesList input, #propertiesList select{
box-sizing: border-box;
display: inline-block;
width: 130px;
height: 25px;
border: 1px solid #e6e5e5;
padding: 2px 5px;
}
#propertiesList input:disabled, #propertiesList input:read-only{
background-color: #f0f0f0;
}
#removeElement, #conditions, #dlgSyntax{
margin-top: 0px;
width: 80px;
height: 30px;
cursor: pointer;
background-color: #f0f0f0;
border-top: 2px solid #eaeaea;
border-left:2px solid #eaeaea;
border-bottom: 2px solid #BBB;
border-right: 2px solid #BBB;
}
#removeElement:active, #conditions:active, #dlgSyntax:active{
border-left:2px solid #BBB;
border-top: 2px solid #BBB;
border-right:2px solid #d6d6d6;
border-bottom: 2px solid #d6d6d6;
transition: all;
}
#removeElement:disabled, #conditions:disabled, #dlgSyntax:disabled{
color:#aaa;
}
#removeElement:focus, #conditions:focus, #conditions:focus, #dlgSyntax:focus{
outline: none;
}
#properties .buttons{
margin-top: 50px;
text-align: center;
}
/* dialog ---------- */
.dialogButtons{
text-align: right;
}
#dlgSyntax{
display: block;
margin: 5px 0px;
width: 150px;
}
@font-face {
font-family: "Open Sans";
src: url("./Open_Sans/OpenSans-Regular.ttf") format("ttf"),
url("./Open_Sans/OpenSans-RegularItalic.ttf") format("ttf"),
url("./Open_Sans/OpenSans-Light.ttf") format("ttf"),
url("./Open_Sans/OpenSans-LightItalic.ttf") format("ttf"),
url("./Open_Sans/OpenSans-SemiBold.ttf") format("ttf"),
url("./Open_Sans/OpenSans-SemiBoldItalic.ttf") format("ttf"),
url("./Open_Sans/OpenSans-Bold.ttf") format("ttf"),
url("./Open_Sans/OpenSans-BoldItalic.ttf") format("ttf"),
url("./Open_Sans/OpenSans-ExtraBold.ttf") format("ttf"),
url("./Open_Sans/OpenSans-ExtraBoldItalic.ttf") format("ttf"),
} | css/main.css | html, body, .container {
height: 100%;
}
body {
padding: 0px;
margin: 0px;
font: caption;
font-family: 'Arial';
font-size: 13px;
font-weight: 400;
-webkit-font-smoothing: antialiased;
/* do not autoselect text */
user-select: none;
}
rect, path{
shape-rendering: crispEdges;
}
circle {
shape-rendering: geometricPrecision;
}
.container{
display: flex;
align-items: stretch;
justify-content: space-around;
}
.item{
align-items: stretch;
}
/* Elements */
.elements{
flex-grow: 1;
padding: 20px 10px 0px 10px;
background-color: #f0f0f0;
max-width: 250px;
}
#paperAvailableElements{
margin: 0px;
padding: 0px;
list-style-type: none;
}
#paperAvailableElements li{
cursor: pointer;
padding: 10px 20px;
border-bottom: 1px solid #FFF;
}
/* Dialog properties */
.dialog{
padding: 0px;
flex-grow: 3;
display: flex;
flex-direction: column;
text-align: center;
}
.dialog #paper{
border: 1px solid #7f7f7f;
background-color: #a6a6a6;
padding-top: 35px;
flex: 5;
}
.dialog #dlgProps{
padding: 0px 0px 5px 0px;
background-color: #f0f0f0;
display: flex;
flex: 1;
border-left: 1px solid #EEE;
border-right: 1px solid #EEE;
}
#dlgProps .dProp{
margin: 3px 0px;
align-items: stretch;
text-align: left;
}
.size div {
display: inline-block;
width: 49%;
}
.size .dProp label{
width: 78px!important;
}
.size .dProp input{
width: 80px!important;
}
#dialogDependencies::placeholder{
color: #a9a9a9;
}
#dlgProps label{
display: inline-block;
color: #323232;
width: 80px;
box-sizing: border-box;
padding-right: 10px;
cursor: pointer;
text-align: left;
}
#dlgProps input{
box-sizing: border-box;
display: inline-block;
width: 250px;
height: 25px;
border: 1px solid #e6e5e5;
padding: 2px 5px;
}
#dlgProps > div{
flex-grow: 1;
}
/* see properties for button style */
#conditions{
margin: 0px!important;
}
#dlgProps:last-child{
margin: 0px;
display: flex;
align-items: center;
justify-content: center;
}
/* Element properties */
#properties{
padding: 0px 10px 50px 10px;
background-color: #f0f0f0;
display: flex;
flex-direction: column;
flex-grow: 1;
max-width: 250px;
width: 250px;
}
#propertiesList h4{
padding: 0px;
margin: 0px 0px 10px 0px;
/* text-align: center; */
text-transform: uppercase;
}
#propertiesList .elprop{
margin: 3px 0px;
align-items: stretch;
}
#propertiesList fieldset, #dlgProps fieldset{
border: 0px;
margin: 10px 0px;
padding: 0px;
}
#propertiesList fieldset legend, #dlgProps fieldset legend{
color: #000000;
font-weight: 600;
padding-bottom: 3px;
border-bottom: 2px solid #FFF;
width: 100%;
margin-bottom: 10px;
font-size: 14px;
}
#dlgProps fieldset{
max-width: 340px;
}
#dlgProps fieldset legend{
text-align: left;
}
#propertiesList label{
display: inline-block;
color: #323232;
width: 110px;
box-sizing: border-box;
padding-right: 10px;
}
#propertiesList input, #propertiesList select{
box-sizing: border-box;
display: inline-block;
width: 130px;
height: 25px;
border: 1px solid #e6e5e5;
padding: 2px 5px;
}
#propertiesList input:disabled, #propertiesList input:read-only{
background-color: #f0f0f0;
}
#removeElement, #conditions, #dlgSyntax{
margin-top: 0px;
width: 80px;
height: 30px;
cursor: pointer;
background-color: #f0f0f0;
border-top: 2px solid #eaeaea;
border-left:2px solid #eaeaea;
border-bottom: 2px solid #BBB;
border-right: 2px solid #BBB;
}
#removeElement:active, #conditions:active, #dlgSyntax:active{
border-left:2px solid #BBB;
border-top: 2px solid #BBB;
border-right:2px solid #d6d6d6;
border-bottom: 2px solid #d6d6d6;
transition: all;
}
#removeElement:disabled, #conditions:disabled, #dlgSyntax:disabled{
color:#aaa;
}
#removeElement:focus, #conditions:focus, #conditions:focus, #dlgSyntax:focus{
outline: none;
}
#properties .buttons{
margin-top: 50px;
text-align: center;
}
/* dialog ---------- */
.dialogButtons{
text-align: right;
}
#dlgSyntax{
display: block;
margin: 5px 0px;
width: 150px;
}
@font-face {
font-family: "Open Sans";
src: url("./Open_Sans/OpenSans-Regular.ttf") format("ttf"),
url("./Open_Sans/OpenSans-RegularItalic.ttf") format("ttf"),
url("./Open_Sans/OpenSans-Light.ttf") format("ttf"),
url("./Open_Sans/OpenSans-LightItalic.ttf") format("ttf"),
url("./Open_Sans/OpenSans-SemiBold.ttf") format("ttf"),
url("./Open_Sans/OpenSans-SemiBoldItalic.ttf") format("ttf"),
url("./Open_Sans/OpenSans-Bold.ttf") format("ttf"),
url("./Open_Sans/OpenSans-BoldItalic.ttf") format("ttf"),
url("./Open_Sans/OpenSans-ExtraBold.ttf") format("ttf"),
url("./Open_Sans/OpenSans-ExtraBoldItalic.ttf") format("ttf"),
} | 0.311741 | 0.073463 |
.reg-pc-modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: transparent; }
.reg-pc-modal .regp-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(127, 127, 127, 0.5); }
.reg-pc-modal .regp-main { background: #fff; width: 430px; height: 375px; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 18px; overflow: hidden; box-sizing: border-box; }
.reg-pc-modal .regp-main .regpm-close { position: absolute; top: 18px; right: 18px; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #fff; overflow: hidden; cursor: pointer; }
.reg-pc-modal .regp-main .regpm-close:before, .reg-pc-modal .regp-main .regpm-close:after { content: ''; position: absolute; left: 0; top: 49%; width: 27px; height: 1px; background: #fff; }
.reg-pc-modal .regp-main .regpm-close:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.reg-pc-modal .regp-main .regpm-close:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(-45deg); }
.reg-pc-modal .regp-main .regpm-h1 { line-height: 62px; background: #f92320; color: #fff; margin: 0; padding: 0; text-align: center; font-size: 26px; font-weight: normal; }
.reg-pc-modal .regp-main .regpm-p { height: 205px; line-height: 205px; text-align: center; font-size: 0; }
.reg-pc-modal .regp-main .regpm-p span { display: inline-block; font-size: 16px; color: #777; vertical-align: middle; line-height: 26px; }
.reg-pc-modal .regp-main .regpm-p span b { font-weight: normal; color: #f92320; }
.reg-pc-modal .regp-main .regpm-button-div { text-align: center; margin-top: 5px; font-size: 0; }
.reg-pc-modal .regp-main .regpm-button-div .regpm-button { display: inline-block; width: 180px; height: 60px; line-height: 60px; text-align: center; font-size: 18px; cursor: pointer; border-radius: 12px; box-sizing: border-box; }
.reg-pc-modal .regp-main .regpm-button-div .regpm-button.regpm-button-1 { margin-right: 18px; background: #f92320; color: #fff; }
.reg-pc-modal .regp-main .regpm-button-div .regpm-button.regpm-button-2 { color: #f92320; border: 1px solid #f92320; } | public/img/reg-modal.css | .reg-pc-modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: transparent; }
.reg-pc-modal .regp-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(127, 127, 127, 0.5); }
.reg-pc-modal .regp-main { background: #fff; width: 430px; height: 375px; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 18px; overflow: hidden; box-sizing: border-box; }
.reg-pc-modal .regp-main .regpm-close { position: absolute; top: 18px; right: 18px; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #fff; overflow: hidden; cursor: pointer; }
.reg-pc-modal .regp-main .regpm-close:before, .reg-pc-modal .regp-main .regpm-close:after { content: ''; position: absolute; left: 0; top: 49%; width: 27px; height: 1px; background: #fff; }
.reg-pc-modal .regp-main .regpm-close:before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.reg-pc-modal .regp-main .regpm-close:after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(-45deg); }
.reg-pc-modal .regp-main .regpm-h1 { line-height: 62px; background: #f92320; color: #fff; margin: 0; padding: 0; text-align: center; font-size: 26px; font-weight: normal; }
.reg-pc-modal .regp-main .regpm-p { height: 205px; line-height: 205px; text-align: center; font-size: 0; }
.reg-pc-modal .regp-main .regpm-p span { display: inline-block; font-size: 16px; color: #777; vertical-align: middle; line-height: 26px; }
.reg-pc-modal .regp-main .regpm-p span b { font-weight: normal; color: #f92320; }
.reg-pc-modal .regp-main .regpm-button-div { text-align: center; margin-top: 5px; font-size: 0; }
.reg-pc-modal .regp-main .regpm-button-div .regpm-button { display: inline-block; width: 180px; height: 60px; line-height: 60px; text-align: center; font-size: 18px; cursor: pointer; border-radius: 12px; box-sizing: border-box; }
.reg-pc-modal .regp-main .regpm-button-div .regpm-button.regpm-button-1 { margin-right: 18px; background: #f92320; color: #fff; }
.reg-pc-modal .regp-main .regpm-button-div .regpm-button.regpm-button-2 { color: #f92320; border: 1px solid #f92320; } | 0.448185 | 0.155527 |
@font-face {
font-family: 'SimplonBP-Light';
src: url('SimplonBP-Light.eot');
src: url('SimplonBP-Light.woff2') format('woff2'),
url('SimplonBP-Light.woff') format('woff'),
url('SimplonBP-Light.ttf') format('truetype'),
url('SimplonBP-Light.svg#SimplonBP-Light') format('svg'),
url('SimplonBP-Light.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SimplonBPRegular';
src: url('SimplonBPRegular.eot');
src: url('SimplonBPRegular.woff2') format('woff2'),
url('SimplonBPRegular.woff') format('woff'),
url('SimplonBPRegular.ttf') format('truetype'),
url('SimplonBPRegular.svg#SimplonBPRegular') format('svg'),
url('SimplonBPRegular.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SimplonBP-Bold';
src: url('SimplonBP-Bold.eot');
src: url('SimplonBP-Bold.woff2') format('woff2'),
url('SimplonBP-Bold.woff') format('woff'),
url('SimplonBP-Bold.ttf') format('truetype'),
url('SimplonBP-Bold.svg#SimplonBP-Bold') format('svg'),
url('SimplonBP-Bold.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Simplon BP';
src: url('SimplonBP-Bold.eot');
src: url('SimplonBP-Bold.woff2') format('woff2'),
url('SimplonBP-Bold.woff') format('woff'),
url('SimplonBP-Bold.ttf') format('truetype'),
url('SimplonBP-Bold.svg#SimplonBP-Bold') format('svg'),
url('SimplonBP-Bold.eot?#iefix') format('embedded-opentype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Simplon BP';
src: url('SimplonBP-Light.eot');
src: url('SimplonBP-Light.woff2') format('woff2'),
url('SimplonBP-Light.woff') format('woff'),
url('SimplonBP-Light.ttf') format('truetype'),
url('SimplonBP-Light.svg#SimplonBP-Light') format('svg'),
url('SimplonBP-Light.eot?#iefix') format('embedded-opentype');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Simplon BP';
src: url('SimplonBP-Medium.eot');
src: url('SimplonBP-Medium.woff2') format('woff2'),
url('SimplonBP-Medium.woff') format('woff'),
url('SimplonBP-Medium.ttf') format('truetype'),
url('SimplonBP-Medium.svg#SimplonBP-Medium') format('svg'),
url('SimplonBP-Medium.eot?#iefix') format('embedded-opentype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Simplon BP';
src: url('SimplonBP-Regular.eot');
src: url('SimplonBP-Regular.woff2') format('woff2'),
url('SimplonBP-Regular.woff') format('woff'),
url('SimplonBP-Regular.ttf') format('truetype'),
url('SimplonBP-Regular.svg#SimplonBP-Regular') format('svg'),
url('SimplonBP-Regular.eot?#iefix') format('embedded-opentype');
font-weight: 400;
font-style: normal;
} | assets/fonts/SimplonBP/font.css | @font-face {
font-family: 'SimplonBP-Light';
src: url('SimplonBP-Light.eot');
src: url('SimplonBP-Light.woff2') format('woff2'),
url('SimplonBP-Light.woff') format('woff'),
url('SimplonBP-Light.ttf') format('truetype'),
url('SimplonBP-Light.svg#SimplonBP-Light') format('svg'),
url('SimplonBP-Light.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SimplonBPRegular';
src: url('SimplonBPRegular.eot');
src: url('SimplonBPRegular.woff2') format('woff2'),
url('SimplonBPRegular.woff') format('woff'),
url('SimplonBPRegular.ttf') format('truetype'),
url('SimplonBPRegular.svg#SimplonBPRegular') format('svg'),
url('SimplonBPRegular.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SimplonBP-Bold';
src: url('SimplonBP-Bold.eot');
src: url('SimplonBP-Bold.woff2') format('woff2'),
url('SimplonBP-Bold.woff') format('woff'),
url('SimplonBP-Bold.ttf') format('truetype'),
url('SimplonBP-Bold.svg#SimplonBP-Bold') format('svg'),
url('SimplonBP-Bold.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Simplon BP';
src: url('SimplonBP-Bold.eot');
src: url('SimplonBP-Bold.woff2') format('woff2'),
url('SimplonBP-Bold.woff') format('woff'),
url('SimplonBP-Bold.ttf') format('truetype'),
url('SimplonBP-Bold.svg#SimplonBP-Bold') format('svg'),
url('SimplonBP-Bold.eot?#iefix') format('embedded-opentype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Simplon BP';
src: url('SimplonBP-Light.eot');
src: url('SimplonBP-Light.woff2') format('woff2'),
url('SimplonBP-Light.woff') format('woff'),
url('SimplonBP-Light.ttf') format('truetype'),
url('SimplonBP-Light.svg#SimplonBP-Light') format('svg'),
url('SimplonBP-Light.eot?#iefix') format('embedded-opentype');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Simplon BP';
src: url('SimplonBP-Medium.eot');
src: url('SimplonBP-Medium.woff2') format('woff2'),
url('SimplonBP-Medium.woff') format('woff'),
url('SimplonBP-Medium.ttf') format('truetype'),
url('SimplonBP-Medium.svg#SimplonBP-Medium') format('svg'),
url('SimplonBP-Medium.eot?#iefix') format('embedded-opentype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Simplon BP';
src: url('SimplonBP-Regular.eot');
src: url('SimplonBP-Regular.woff2') format('woff2'),
url('SimplonBP-Regular.woff') format('woff'),
url('SimplonBP-Regular.ttf') format('truetype'),
url('SimplonBP-Regular.svg#SimplonBP-Regular') format('svg'),
url('SimplonBP-Regular.eot?#iefix') format('embedded-opentype');
font-weight: 400;
font-style: normal;
} | 0.363873 | 0.060308 |
.background_glossyBlueViolet7,
.hover_background_glossyBlueViolet7:hover,
.active_background_glossyBlueViolet7:active:hover {
background: #551491;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyBlueViolet7h,
.hover_background_glossyBlueViolet7h:hover,
.active_background_glossyBlueViolet7h:active:hover {
background: #551491;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyBlueViolet7a,
.hover_background_glossyBlueViolet7a:hover,
.active_background_glossyBlueViolet7a:active:hover {
background: #551491;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.background_glossyBlueViolet7s,
.hover_background_glossyBlueViolet7s:hover,
.active_background_glossyBlueViolet7s:active:hover {
background: #551491;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_color_glossyBlueViolet7,
.hover_background_color_glossyBlueViolet7:hover,
.active_background_color_glossyBlueViolet7:active:hover {
background-color:#551491;
}
.background_first_color_glossyBlueViolet7,
.hover_background_first_color_glossyBlueViolet7:hover,
.active_background_first_color_glossyBlueViolet7:active:hover {
background-color:#ffffff;
}
.background_last_color_glossyBlueViolet7,
.hover_background_last_color_glossyBlueViolet7:hover,
.active_background_color_last_glossyBlueViolet7:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossyBlueViolet7,
.hover_color_glossyBlueViolet7:hover,
.active_color_glossyBlueViolet7:active:hover {
color: #c8c8c8;
}
.color_glossyBlueViolet7h,
.hover_color_glossyBlueViolet7h:hover,
.active_color_glossyBlueViolet7h:active:hover {
color: #c8c8c8;
}
.color_glossyBlueViolet7a,
.hover_color_glossyBlueViolet7a:hover,
.active_color_glossyBlueViolet7a:active:hover {
color: #c8c8c8;
}
.color_glossyBlueViolet7s,
.hover_color_glossyBlueViolet7s:hover,
.active_color_glossyBlueViolet7s:active:hover {
color: #c8c8c8;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossyBlueViolet7,
.hover_border_glossyBlueViolet7:hover,
.active_border_glossyBlueViolet7:active:hover {
border-color: #441074 #441074 #441074 #441074;
}
.border_glossyBlueViolet7h,
.hover_border_glossyBlueViolet7h:hover,
.active_border_glossyBlueViolet7h:active:hover {
border-color: #370d5e #370d5e #370d5e #370d5e;
}
.border_glossyBlueViolet7a,
.hover_border_glossyBlueViolet7a:hover,
.active_border_glossyBlueViolet7a:active:hover {
border-color: #2b0a49 #2b0a49 #2b0a49 #2b0a49;
}
.border_glossyBlueViolet7s,
.hover_border_glossyBlueViolet7s:hover,
.active_border_glossyBlueViolet7s:active:hover {
border-color: #441074 #441074 #441074 #441074;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossyBlueViolet7,
.hover_shadow_expand_glossyBlueViolet7:hover,
.active_shadow_expand_glossyBlueViolet7:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(85, 20, 145, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(85, 20, 145, .39);
box-shadow: 0em 0em 1em 0.25em rgba(85, 20, 145, .39);
}
.shadow_expand_glossyBlueViolet7h,
.hover_shadow_expand_glossyBlueViolet7h:hover,
.active_shadow_expand_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(102, 24, 174, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(102, 24, 174, .50);
box-shadow: 0em 0em 1em 0.25em rgba(102, 24, 174, .50);
}
.shadow_expand_glossyBlueViolet7a,
.hover_shadow_expand_glossyBlueViolet7a:hover,
.active_shadow_expand_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(77, 18, 131, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(77, 18, 131, .63);
box-shadow: 0em 0em 1em 0.25em rgba(77, 18, 131, .63);
}
.shadow_expand_glossyBlueViolet7s,
.hover_shadow_expand_glossyBlueViolet7s:hover,
.active_shadow_expand_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(77, 18, 131, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(77, 18, 131, .71);
box-shadow: 0em 0em 1em 0.25em rgba(77, 18, 131, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossyBlueViolet7,
.hover_shadow_left_glossyBlueViolet7:hover,
.active_shadow_left_glossyBlueViolet7:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(85, 20, 145, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(85, 20, 145, .39);
box-shadow: -0.5em -0.5em 1em rgba(85, 20, 145, .39);
}
.shadow_left_glossyBlueViolet7h,
.hover_shadow_left_glossyBlueViolet7h:hover,
.active_shadow_left_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(102, 24, 174, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(102, 24, 174, .50);
box-shadow: -0.5em -0.5em 1em rgba(102, 24, 174, .50);
}
.shadow_left_glossyBlueViolet7a,
.hover_shadow_left_glossyBlueViolet7a:hover,
.active_shadow_left_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .63);
box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .63);
}
.shadow_left_glossyBlueViolet7s,
.hover_shadow_left_glossyBlueViolet7s:hover,
.active_shadow_left_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .71);
box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossyBlueViolet7,
.hover_shadow_right_glossyBlueViolet7:hover,
.active_shadow_right_glossyBlueViolet7:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(85, 20, 145, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(85, 20, 145, .39);
box-shadow: 0.5em 0em 1em rgba(85, 20, 145, .39);
}
.shadow_right_glossyBlueViolet7h,
.hover_shadow_right_glossyBlueViolet7h:hover,
.active_shadow_right_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(102, 24, 174, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(102, 24, 174, .50);
box-shadow: 0.5em 0em 1em rgba(102, 24, 174, .50);
}
.shadow_right_glossyBlueViolet7a,
.hover_shadow_right_glossyBlueViolet7a:hover,
.active_shadow_right_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(77, 18, 131, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(77, 18, 131, .63);
box-shadow: 0.5em 0em 1em rgba(77, 18, 131, .63);
}
.shadow_right_glossyBlueViolet7s,
.hover_shadow_right_glossyBlueViolet7s:hover,
.active_shadow_right_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(77, 18, 131, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(77, 18, 131, .71);
box-shadow: 0.5em 0em 1em rgba(77, 18, 131, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossyBlueViolet7,
.hover_shadow_top_glossyBlueViolet7:hover,
.active_shadow_top_glossyBlueViolet7:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(85, 20, 145, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(85, 20, 145, .39);
box-shadow: 0em -0.5em 1em rgba(85, 20, 145, .39);
}
.shadow_top_glossyBlueViolet7h,
.hover_shadow_top_glossyBlueViolet7h:hover,
.active_shadow_top_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(102, 24, 174, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(102, 24, 174, .50);
box-shadow: 0em -0.5em 1em rgba(102, 24, 174, .50);
}
.shadow_top_glossyBlueViolet7a,
.hover_shadow_top_glossyBlueViolet7a:hover,
.active_shadow_top_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(77, 18, 131, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(77, 18, 131, .63);
box-shadow: 0em -0.5em 1em rgba(77, 18, 131, .63);
}
.shadow_top_glossyBlueViolet7s,
.hover_shadow_top_glossyBlueViolet7s:hover,
.active_shadow_top_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(77, 18, 131, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(77, 18, 131, .71);
box-shadow: 0em -0.5em 1em rgba(77, 18, 131, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossyBlueViolet7,
.hover_shadow_bottom_glossyBlueViolet7:hover,
.active_shadow_bottom_glossyBlueViolet7:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(85, 20, 145, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(85, 20, 145, .39);
box-shadow: 0em 0.5em 1em rgba(85, 20, 145, .39);
}
.shadow_bottom_glossyBlueViolet7h,
.hover_shadow_bottom_glossyBlueViolet7h:hover,
.active_shadow_bottom_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(102, 24, 174, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(102, 24, 174, .50);
box-shadow: 0em 0.5em 1em rgba(102, 24, 174, .50);
}
.shadow_bottom_glossyBlueViolet7a,
.hover_shadow_bottom_glossyBlueViolet7a:hover,
.active_shadow_bottom_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(77, 18, 131, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(77, 18, 131, .63);
box-shadow: 0em 0.5em 1em rgba(77, 18, 131, .63);
}
.shadow_bottom_glossyBlueViolet7s,
.hover_shadow_bottom_glossyBlueViolet7s:hover,
.active_shadow_bottom_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(77, 18, 131, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(77, 18, 131, .71);
box-shadow: 0em 0.5em 1em rgba(77, 18, 131, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossyBlueViolet7,
.hover_shadow_top_left_glossyBlueViolet7:hover,
.active_shadow_top_left_glossyBlueViolet7:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(85, 20, 145, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(85, 20, 145, .39);
box-shadow: -0.5em -0.5em 1em rgba(85, 20, 145, .39);
}
.shadow_top_left_glossyBlueViolet7h,
.hover_shadow_top_left_glossyBlueViolet7h:hover,
.active_shadow_top_left_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(102, 24, 174, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(102, 24, 174, .50);
box-shadow: -0.5em -0.5em 1em rgba(102, 24, 174, .50);
}
.shadow_top_left_glossyBlueViolet7a,
.hover_shadow_top_left_glossyBlueViolet7a:hover,
.active_shadow_top_left_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .63);
box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .63);
}
.shadow_top_left_glossyBlueViolet7s,
.hover_shadow_top_left_glossyBlueViolet7s:hover,
.active_shadow_top_left_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .71);
box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossyBlueViolet7,
.hover_shadow_top_right_glossyBlueViolet7:hover,
.active_shadow_top_right_glossyBlueViolet7:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(85, 20, 145, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(85, 20, 145, .39);
box-shadow: 0.5em -0.5em 1em rgba(85, 20, 145, .39);
}
.shadow_top_right_glossyBlueViolet7h,
.hover_shadow_top_right_glossyBlueViolet7h:hover,
.active_shadow_top_right_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(102, 24, 174, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(102, 24, 174, .50);
box-shadow: 0.5em -0.5em 1em rgba(102, 24, 174, .50);
}
.shadow_top_right_glossyBlueViolet7a,
.hover_shadow_top_right_glossyBlueViolet7a:hover,
.active_shadow_top_right_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(77, 18, 131, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(77, 18, 131, .63);
box-shadow: 0.5em -0.5em 1em rgba(77, 18, 131, .63);
}
.shadow_top_right_glossyBlueViolet7s,
.hover_shadow_top_right_glossyBlueViolet7s:hover,
.active_shadow_top_right_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(77, 18, 131, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(77, 18, 131, .71);
box-shadow: 0.5em -0.5em 1em rgba(77, 18, 131, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossyBlueViolet7,
.hover_shadow_bottom_left_glossyBlueViolet7:hover,
.active_shadow_bottom_left_glossyBlueViolet7:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(85, 20, 145, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(85, 20, 145, .39);
box-shadow: -0.5em 0.5em 1em rgba(85, 20, 145, .39);
}
.shadow_bottom_left_glossyBlueViolet7h,
.hover_shadow_bottom_left_glossyBlueViolet7h:hover,
.active_shadow_bottom_left_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(102, 24, 174, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(102, 24, 174, .50);
box-shadow: -0.5em 0.5em 1em rgba(102, 24, 174, .50);
}
.shadow_bottom_left_glossyBlueViolet7a,
.hover_shadow_bottom_left_glossyBlueViolet7a:hover,
.active_shadow_bottom_left_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(77, 18, 131, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(77, 18, 131, .63);
box-shadow: -0.5em 0.5em 1em rgba(77, 18, 131, .63);
}
.shadow_bottom_left_glossyBlueViolet7s,
.hover_shadow_bottom_left_glossyBlueViolet7s:hover,
.active_shadow_bottom_left_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(77, 18, 131, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(77, 18, 131, .71);
box-shadow: -0.5em 0.5em 1em rgba(77, 18, 131, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossyBlueViolet7,
.hover_shadow_bottom_right_glossyBlueViolet7:hover,
.active_shadow_bottom_right_glossyBlueViolet7:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(85, 20, 145, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(85, 20, 145, .39);
box-shadow: 0.5em 0.5em 1em rgba(85, 20, 145, .39);
}
.shadow_bottom_right_glossyBlueViolet7h,
.hover_shadow_bottom_right_glossyBlueViolet7h:hover,
.active_shadow_bottom_right_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(102, 24, 174, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(102, 24, 174, .50);
box-shadow: 0.5em 0.5em 1em rgba(102, 24, 174, .50);
}
.shadow_bottom_right_glossyBlueViolet7a,
.hover_shadow_bottom_right_glossyBlueViolet7a:hover,
.active_shadow_bottom_right_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(77, 18, 131, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(77, 18, 131, .63);
box-shadow: 0.5em 0.5em 1em rgba(77, 18, 131, .63);
}
.shadow_bottom_right_glossyBlueViolet7s,
.hover_shadow_bottom_right_glossyBlueViolet7s:hover,
.active_shadow_bottom_right_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(77, 18, 131, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(77, 18, 131, .71);
box-shadow: 0.5em 0.5em 1em rgba(77, 18, 131, .71);
} | widgets/common/assets/gradients/glossy/glossyBlueViolet/glossyBlueViolet7.css | .background_glossyBlueViolet7,
.hover_background_glossyBlueViolet7:hover,
.active_background_glossyBlueViolet7:active:hover {
background: #551491;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyBlueViolet7h,
.hover_background_glossyBlueViolet7h:hover,
.active_background_glossyBlueViolet7h:active:hover {
background: #551491;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyBlueViolet7a,
.hover_background_glossyBlueViolet7a:hover,
.active_background_glossyBlueViolet7a:active:hover {
background: #551491;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.background_glossyBlueViolet7s,
.hover_background_glossyBlueViolet7s:hover,
.active_background_glossyBlueViolet7s:active:hover {
background: #551491;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_color_glossyBlueViolet7,
.hover_background_color_glossyBlueViolet7:hover,
.active_background_color_glossyBlueViolet7:active:hover {
background-color:#551491;
}
.background_first_color_glossyBlueViolet7,
.hover_background_first_color_glossyBlueViolet7:hover,
.active_background_first_color_glossyBlueViolet7:active:hover {
background-color:#ffffff;
}
.background_last_color_glossyBlueViolet7,
.hover_background_last_color_glossyBlueViolet7:hover,
.active_background_color_last_glossyBlueViolet7:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossyBlueViolet7,
.hover_color_glossyBlueViolet7:hover,
.active_color_glossyBlueViolet7:active:hover {
color: #c8c8c8;
}
.color_glossyBlueViolet7h,
.hover_color_glossyBlueViolet7h:hover,
.active_color_glossyBlueViolet7h:active:hover {
color: #c8c8c8;
}
.color_glossyBlueViolet7a,
.hover_color_glossyBlueViolet7a:hover,
.active_color_glossyBlueViolet7a:active:hover {
color: #c8c8c8;
}
.color_glossyBlueViolet7s,
.hover_color_glossyBlueViolet7s:hover,
.active_color_glossyBlueViolet7s:active:hover {
color: #c8c8c8;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossyBlueViolet7,
.hover_border_glossyBlueViolet7:hover,
.active_border_glossyBlueViolet7:active:hover {
border-color: #441074 #441074 #441074 #441074;
}
.border_glossyBlueViolet7h,
.hover_border_glossyBlueViolet7h:hover,
.active_border_glossyBlueViolet7h:active:hover {
border-color: #370d5e #370d5e #370d5e #370d5e;
}
.border_glossyBlueViolet7a,
.hover_border_glossyBlueViolet7a:hover,
.active_border_glossyBlueViolet7a:active:hover {
border-color: #2b0a49 #2b0a49 #2b0a49 #2b0a49;
}
.border_glossyBlueViolet7s,
.hover_border_glossyBlueViolet7s:hover,
.active_border_glossyBlueViolet7s:active:hover {
border-color: #441074 #441074 #441074 #441074;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossyBlueViolet7,
.hover_shadow_expand_glossyBlueViolet7:hover,
.active_shadow_expand_glossyBlueViolet7:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(85, 20, 145, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(85, 20, 145, .39);
box-shadow: 0em 0em 1em 0.25em rgba(85, 20, 145, .39);
}
.shadow_expand_glossyBlueViolet7h,
.hover_shadow_expand_glossyBlueViolet7h:hover,
.active_shadow_expand_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(102, 24, 174, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(102, 24, 174, .50);
box-shadow: 0em 0em 1em 0.25em rgba(102, 24, 174, .50);
}
.shadow_expand_glossyBlueViolet7a,
.hover_shadow_expand_glossyBlueViolet7a:hover,
.active_shadow_expand_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(77, 18, 131, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(77, 18, 131, .63);
box-shadow: 0em 0em 1em 0.25em rgba(77, 18, 131, .63);
}
.shadow_expand_glossyBlueViolet7s,
.hover_shadow_expand_glossyBlueViolet7s:hover,
.active_shadow_expand_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(77, 18, 131, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(77, 18, 131, .71);
box-shadow: 0em 0em 1em 0.25em rgba(77, 18, 131, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossyBlueViolet7,
.hover_shadow_left_glossyBlueViolet7:hover,
.active_shadow_left_glossyBlueViolet7:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(85, 20, 145, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(85, 20, 145, .39);
box-shadow: -0.5em -0.5em 1em rgba(85, 20, 145, .39);
}
.shadow_left_glossyBlueViolet7h,
.hover_shadow_left_glossyBlueViolet7h:hover,
.active_shadow_left_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(102, 24, 174, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(102, 24, 174, .50);
box-shadow: -0.5em -0.5em 1em rgba(102, 24, 174, .50);
}
.shadow_left_glossyBlueViolet7a,
.hover_shadow_left_glossyBlueViolet7a:hover,
.active_shadow_left_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .63);
box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .63);
}
.shadow_left_glossyBlueViolet7s,
.hover_shadow_left_glossyBlueViolet7s:hover,
.active_shadow_left_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .71);
box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossyBlueViolet7,
.hover_shadow_right_glossyBlueViolet7:hover,
.active_shadow_right_glossyBlueViolet7:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(85, 20, 145, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(85, 20, 145, .39);
box-shadow: 0.5em 0em 1em rgba(85, 20, 145, .39);
}
.shadow_right_glossyBlueViolet7h,
.hover_shadow_right_glossyBlueViolet7h:hover,
.active_shadow_right_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(102, 24, 174, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(102, 24, 174, .50);
box-shadow: 0.5em 0em 1em rgba(102, 24, 174, .50);
}
.shadow_right_glossyBlueViolet7a,
.hover_shadow_right_glossyBlueViolet7a:hover,
.active_shadow_right_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(77, 18, 131, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(77, 18, 131, .63);
box-shadow: 0.5em 0em 1em rgba(77, 18, 131, .63);
}
.shadow_right_glossyBlueViolet7s,
.hover_shadow_right_glossyBlueViolet7s:hover,
.active_shadow_right_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(77, 18, 131, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(77, 18, 131, .71);
box-shadow: 0.5em 0em 1em rgba(77, 18, 131, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossyBlueViolet7,
.hover_shadow_top_glossyBlueViolet7:hover,
.active_shadow_top_glossyBlueViolet7:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(85, 20, 145, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(85, 20, 145, .39);
box-shadow: 0em -0.5em 1em rgba(85, 20, 145, .39);
}
.shadow_top_glossyBlueViolet7h,
.hover_shadow_top_glossyBlueViolet7h:hover,
.active_shadow_top_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(102, 24, 174, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(102, 24, 174, .50);
box-shadow: 0em -0.5em 1em rgba(102, 24, 174, .50);
}
.shadow_top_glossyBlueViolet7a,
.hover_shadow_top_glossyBlueViolet7a:hover,
.active_shadow_top_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(77, 18, 131, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(77, 18, 131, .63);
box-shadow: 0em -0.5em 1em rgba(77, 18, 131, .63);
}
.shadow_top_glossyBlueViolet7s,
.hover_shadow_top_glossyBlueViolet7s:hover,
.active_shadow_top_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(77, 18, 131, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(77, 18, 131, .71);
box-shadow: 0em -0.5em 1em rgba(77, 18, 131, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossyBlueViolet7,
.hover_shadow_bottom_glossyBlueViolet7:hover,
.active_shadow_bottom_glossyBlueViolet7:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(85, 20, 145, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(85, 20, 145, .39);
box-shadow: 0em 0.5em 1em rgba(85, 20, 145, .39);
}
.shadow_bottom_glossyBlueViolet7h,
.hover_shadow_bottom_glossyBlueViolet7h:hover,
.active_shadow_bottom_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(102, 24, 174, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(102, 24, 174, .50);
box-shadow: 0em 0.5em 1em rgba(102, 24, 174, .50);
}
.shadow_bottom_glossyBlueViolet7a,
.hover_shadow_bottom_glossyBlueViolet7a:hover,
.active_shadow_bottom_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(77, 18, 131, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(77, 18, 131, .63);
box-shadow: 0em 0.5em 1em rgba(77, 18, 131, .63);
}
.shadow_bottom_glossyBlueViolet7s,
.hover_shadow_bottom_glossyBlueViolet7s:hover,
.active_shadow_bottom_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(77, 18, 131, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(77, 18, 131, .71);
box-shadow: 0em 0.5em 1em rgba(77, 18, 131, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossyBlueViolet7,
.hover_shadow_top_left_glossyBlueViolet7:hover,
.active_shadow_top_left_glossyBlueViolet7:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(85, 20, 145, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(85, 20, 145, .39);
box-shadow: -0.5em -0.5em 1em rgba(85, 20, 145, .39);
}
.shadow_top_left_glossyBlueViolet7h,
.hover_shadow_top_left_glossyBlueViolet7h:hover,
.active_shadow_top_left_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(102, 24, 174, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(102, 24, 174, .50);
box-shadow: -0.5em -0.5em 1em rgba(102, 24, 174, .50);
}
.shadow_top_left_glossyBlueViolet7a,
.hover_shadow_top_left_glossyBlueViolet7a:hover,
.active_shadow_top_left_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .63);
box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .63);
}
.shadow_top_left_glossyBlueViolet7s,
.hover_shadow_top_left_glossyBlueViolet7s:hover,
.active_shadow_top_left_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .71);
box-shadow: -0.5em -0.5em 1em rgba(77, 18, 131, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossyBlueViolet7,
.hover_shadow_top_right_glossyBlueViolet7:hover,
.active_shadow_top_right_glossyBlueViolet7:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(85, 20, 145, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(85, 20, 145, .39);
box-shadow: 0.5em -0.5em 1em rgba(85, 20, 145, .39);
}
.shadow_top_right_glossyBlueViolet7h,
.hover_shadow_top_right_glossyBlueViolet7h:hover,
.active_shadow_top_right_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(102, 24, 174, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(102, 24, 174, .50);
box-shadow: 0.5em -0.5em 1em rgba(102, 24, 174, .50);
}
.shadow_top_right_glossyBlueViolet7a,
.hover_shadow_top_right_glossyBlueViolet7a:hover,
.active_shadow_top_right_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(77, 18, 131, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(77, 18, 131, .63);
box-shadow: 0.5em -0.5em 1em rgba(77, 18, 131, .63);
}
.shadow_top_right_glossyBlueViolet7s,
.hover_shadow_top_right_glossyBlueViolet7s:hover,
.active_shadow_top_right_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(77, 18, 131, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(77, 18, 131, .71);
box-shadow: 0.5em -0.5em 1em rgba(77, 18, 131, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossyBlueViolet7,
.hover_shadow_bottom_left_glossyBlueViolet7:hover,
.active_shadow_bottom_left_glossyBlueViolet7:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(85, 20, 145, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(85, 20, 145, .39);
box-shadow: -0.5em 0.5em 1em rgba(85, 20, 145, .39);
}
.shadow_bottom_left_glossyBlueViolet7h,
.hover_shadow_bottom_left_glossyBlueViolet7h:hover,
.active_shadow_bottom_left_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(102, 24, 174, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(102, 24, 174, .50);
box-shadow: -0.5em 0.5em 1em rgba(102, 24, 174, .50);
}
.shadow_bottom_left_glossyBlueViolet7a,
.hover_shadow_bottom_left_glossyBlueViolet7a:hover,
.active_shadow_bottom_left_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(77, 18, 131, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(77, 18, 131, .63);
box-shadow: -0.5em 0.5em 1em rgba(77, 18, 131, .63);
}
.shadow_bottom_left_glossyBlueViolet7s,
.hover_shadow_bottom_left_glossyBlueViolet7s:hover,
.active_shadow_bottom_left_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(77, 18, 131, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(77, 18, 131, .71);
box-shadow: -0.5em 0.5em 1em rgba(77, 18, 131, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossyBlueViolet7,
.hover_shadow_bottom_right_glossyBlueViolet7:hover,
.active_shadow_bottom_right_glossyBlueViolet7:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(85, 20, 145, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(85, 20, 145, .39);
box-shadow: 0.5em 0.5em 1em rgba(85, 20, 145, .39);
}
.shadow_bottom_right_glossyBlueViolet7h,
.hover_shadow_bottom_right_glossyBlueViolet7h:hover,
.active_shadow_bottom_right_glossyBlueViolet7h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(102, 24, 174, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(102, 24, 174, .50);
box-shadow: 0.5em 0.5em 1em rgba(102, 24, 174, .50);
}
.shadow_bottom_right_glossyBlueViolet7a,
.hover_shadow_bottom_right_glossyBlueViolet7a:hover,
.active_shadow_bottom_right_glossyBlueViolet7a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(77, 18, 131, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(77, 18, 131, .63);
box-shadow: 0.5em 0.5em 1em rgba(77, 18, 131, .63);
}
.shadow_bottom_right_glossyBlueViolet7s,
.hover_shadow_bottom_right_glossyBlueViolet7s:hover,
.active_shadow_bottom_right_glossyBlueViolet7s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(77, 18, 131, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(77, 18, 131, .71);
box-shadow: 0.5em 0.5em 1em rgba(77, 18, 131, .71);
} | 0.466846 | 0.060004 |
.zwave-js-info-box {
display: flex;
flex-direction: column;
align-items: center;
font-weight: normal;
padding: 3px;
}
.zwave-js-node-row {
border-bottom: dotted 1px gray;
display: flex;
}
.zwave-js-node-row-id {
width: 5%;
padding-left: 10px;
}
.zwave-js-node-row-name {
width: 50%;
}
.zwave-js-node-row-status {
width: 11%;
font-size: x-small;
text-align: center;
}
.zwave-js-node-row-ready {
width: 11%;
text-align: center;
}
.zwave-js-node-row-security {
width: 11%;
text-align: center;
}
.zwave-js-node-row-battery {
width: 11%;
text-align: center;
}
.zwave-js-status-box {
margin-left: 5px;
font-size: smaller;
}
.zwave-js-node-fetch-status {
font-style: italic;
}
.zwave-js-node-fetch-status:hover {
background-color: inherit !important;
}
#zwave-js-node-properties .red-ui-treeList-label {
cursor: default;
display: block !important; /* NR 2 fix */
align-items: unset !important; /* NR 2 fix */
}
.zwave-js-node-property-endpoint {
margin-left: 5px;
padding: 2px;
border-width: 1px;
border-style: solid;
border-radius: 8px;
}
.zwave-js-node-property {
display: inline-flex;
justify-content: space-between;
gap: 10px;
word-break: keep-all;
}
.zwave-js-node-property-edit-button {
cursor: pointer;
}
.zwave-js-node-property-value {
text-align: right;
margin-right: 10px;
}
.zwave-js-property-value-type-boolean {
text-transform: uppercase;
font-size: smaller;
}
.zwave-js-selected-node-map-info {
width: 300px;
font-size: 12px;
height: 260px;
background-color: whitesmoke;
border-style: solid;
border-width: 1px;
border-color: black;
padding: 5px;
overflow: hidden;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 10px 10px 24px -15px rgba(0, 0, 0, 0.9);
-moz-box-shadow: 10px 10px 24px -15px rgba(0, 0, 0, 0.9);
box-shadow: 10px 10px 24px -15px rgba(0, 0, 0, 0.9);
position: absolute;
top: 20px;
left: 20px;
z-index: 200;
opacity: 0.7;
transition-duration: 0.5s;
}
.zwave-js-selected-node-map-info:hover {
opacity: 1;
}
#progressbar {
background-color: #bbb;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
padding: 3px;
margin-top: 20px;
}
#progressbar > div {
background-color: gray;
width: 0%;
height: 20px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
table#zwave-js-associations-table {
margin-top: 10px;
width: 100%;
border-radius: 4px;
border-style: solid;
border-width: 2px;
}
table#zwave-js-associations-table tr:first-of-type {
background-color: #eee;
border-bottom: 1px solid black;
}
.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
display: none;
}
.SecrutiyButton {
width: 130px;
} | zwave-js/ui/styles.css | .zwave-js-info-box {
display: flex;
flex-direction: column;
align-items: center;
font-weight: normal;
padding: 3px;
}
.zwave-js-node-row {
border-bottom: dotted 1px gray;
display: flex;
}
.zwave-js-node-row-id {
width: 5%;
padding-left: 10px;
}
.zwave-js-node-row-name {
width: 50%;
}
.zwave-js-node-row-status {
width: 11%;
font-size: x-small;
text-align: center;
}
.zwave-js-node-row-ready {
width: 11%;
text-align: center;
}
.zwave-js-node-row-security {
width: 11%;
text-align: center;
}
.zwave-js-node-row-battery {
width: 11%;
text-align: center;
}
.zwave-js-status-box {
margin-left: 5px;
font-size: smaller;
}
.zwave-js-node-fetch-status {
font-style: italic;
}
.zwave-js-node-fetch-status:hover {
background-color: inherit !important;
}
#zwave-js-node-properties .red-ui-treeList-label {
cursor: default;
display: block !important; /* NR 2 fix */
align-items: unset !important; /* NR 2 fix */
}
.zwave-js-node-property-endpoint {
margin-left: 5px;
padding: 2px;
border-width: 1px;
border-style: solid;
border-radius: 8px;
}
.zwave-js-node-property {
display: inline-flex;
justify-content: space-between;
gap: 10px;
word-break: keep-all;
}
.zwave-js-node-property-edit-button {
cursor: pointer;
}
.zwave-js-node-property-value {
text-align: right;
margin-right: 10px;
}
.zwave-js-property-value-type-boolean {
text-transform: uppercase;
font-size: smaller;
}
.zwave-js-selected-node-map-info {
width: 300px;
font-size: 12px;
height: 260px;
background-color: whitesmoke;
border-style: solid;
border-width: 1px;
border-color: black;
padding: 5px;
overflow: hidden;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 10px 10px 24px -15px rgba(0, 0, 0, 0.9);
-moz-box-shadow: 10px 10px 24px -15px rgba(0, 0, 0, 0.9);
box-shadow: 10px 10px 24px -15px rgba(0, 0, 0, 0.9);
position: absolute;
top: 20px;
left: 20px;
z-index: 200;
opacity: 0.7;
transition-duration: 0.5s;
}
.zwave-js-selected-node-map-info:hover {
opacity: 1;
}
#progressbar {
background-color: #bbb;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
padding: 3px;
margin-top: 20px;
}
#progressbar > div {
background-color: gray;
width: 0%;
height: 20px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
table#zwave-js-associations-table {
margin-top: 10px;
width: 100%;
border-radius: 4px;
border-style: solid;
border-width: 2px;
}
table#zwave-js-associations-table tr:first-of-type {
background-color: #eee;
border-bottom: 1px solid black;
}
.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
display: none;
}
.SecrutiyButton {
width: 130px;
} | 0.315947 | 0.081264 |
@charset "UTF-8";
/*!
* reeset.css • v1.0.0
* MIT License
* github.com/thevipinmishra/reeset
*/
html,
body {
height: 100%;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
}
a {
text-decoration: none;
color: inherit;
background-color: transparent;
}
ul,
ol {
list-style: none;
}
button,
input,
select,
textarea {
font: inherit;
}
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
cursor: pointer;
color: inherit;
}
img,
video {
display: block;
max-width: 100%;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
td:not([align]),
th:not([align]) {
text-align: left;
}
/*# sourceMappingURL=reeset.min.css.map */
:root {
--body-background: #fff;
--body-color: #4a5568;
--primary: #5496ff;
--secondary: #8739e5;
--color-light: #718096;
--gradient: linear-gradient(90deg, var(--primary), var(--secondary));
}
a i,
button i {
margin-right: 0.35rem;
}
body {
font-size: 1rem;
font-family: "Inter", sans-serif;
line-height: 1.55;
background-color: var(--body-background);
color: var(--body-color);
}
.container {
width: 100%;
padding-left: 1rem;
padding-right: 1rem;
margin-left: auto;
margin-right: auto;
}
header {
border-top: 1rem solid var(--secondary);
padding: 1.5rem 0;
background-color: #fff;
border-bottom: 1px solid #e2cff9;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
nav .logo {
font-weight: 600;
font-size: 1.125rem;
text-transform: uppercase;
letter-spacing: 1px;
}
nav.expanded .menu {
display: block;
}
nav.expanded .hamburger svg .open {
display: none;
}
nav.expanded .hamburger svg .close {
display: block;
}
.hamburger {
height: 36px;
width: 36px;
background: var(--gradient);
border: none;
border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
}
.hamburger svg {
display: block;
height: 30px;
width: 30px;
color: #fff;
}
.hamburger svg .close {
display: none;
}
.menu {
flex-basis: 100%;
margin-top: 1.5rem;
display: none;
}
.menu li + li {
margin-top: 0.5rem;
}
.menu a {
display: block;
padding: 0.5rem 1rem;
text-align: center;
color: var(--color-light);
}
.hero {
padding: 4rem 0;
}
.hero__intro .hello {
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.hero__intro .headline {
font-size: 2.25rem;
font-weight: 700;
line-height: 1.35;
}
.hero__intro .headline span {
color: var(--primary);
}
.hero__intro p {
color: var(--color-light);
margin: 1rem 0;
}
.hero__intro .links a {
display: inline-block;
padding: 0.5rem 2rem;
border-radius: 99999999rem;
}
.hero__intro .links a:hover {
filter: brightness(115%);
}
.hero__intro .links a.contact__link {
background: var(--gradient);
color: #fff;
}
.hero__intro .links a.projects__link {
background-color: #fff;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
margin-left: 1rem;
}
.hero__image {
margin-top: 3rem;
background: var(--gradient);
border-radius: 2px;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.hero__image img {
position: relative;
top: -0.75rem;
left: -0.75rem;
border-radius: 2px;
}
.about {
padding: 3rem 0;
}
.about__intro > h3 {
font-weight: 600;
font-size: 1rem;
text-transform: uppercase;
margin-bottom: 1.5rem;
border-bottom: 2px solid #d0b1f5;
}
.about__intro > h3 span {
display: inline-block;
padding: 5px;
border-bottom: 2px solid var(--secondary);
position: relative;
bottom: -2px;
}
.about__content > * + * {
margin-top: 1rem;
}
.about__content p {
font-size: 0.95rem;
color: var(--color-light);
}
.about__content a {
display: inline-block;
color: var(--secondary);
border-bottom: 1px solid var(--secondary);
}
.about__image {
margin-top: 2.5rem;
border: 2px solid #d0b1f5;
border-radius: 2px;
overflow: hidden;
}
.about__image .social {
padding: 1.5rem;
}
.about__image ul {
text-align: center;
}
.about__image li {
display: inline-block;
}
.about__image li + li {
margin-left: 1rem;
}
.about__image a {
font-size: 2rem;
display: inline-block;
transition: transform 180ms ease;
will-change: transform;
}
.about__image a:hover {
transform: scale(1.125);
}
.about__image a.facebook {
color: #3b5998;
}
.about__image a.twitter {
color: #1da1f2;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
.hero__image {
width: 80%;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
header {
padding: 2rem 0;
}
.hamburger {
display: none;
}
.menu {
display: block;
margin-top: 0;
flex-basis: auto;
}
.menu li + li {
margin-left: 1rem;
margin-top: 0;
}
.menu li {
display: inline-block;
}
.menu a {
padding: 0.5rem 1.5rem;
transition: color 180ms ease;
position: relative;
}
.menu a::after {
content: "";
height: 3px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 0%;
background: var(--gradient);
transition: width 200ms ease;
}
.menu a:hover {
color: var(--body-color);
}
.menu a:hover::after {
width: 100%;
}
.hero__inner {
display: flex;
justify-content: space-between;
align-items: center;
}
.hero__intro {
flex-basis: 60%;
}
.hero__intro .headline {
font-size: 3rem;
}
.hero__image {
margin: 0 0 0 0;
width: 80%;
flex-basis: 30%;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
/*# sourceMappingURL=main.css.map */ | css/main.css | @charset "UTF-8";
/*!
* reeset.css • v1.0.0
* MIT License
* github.com/thevipinmishra/reeset
*/
html,
body {
height: 100%;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
}
a {
text-decoration: none;
color: inherit;
background-color: transparent;
}
ul,
ol {
list-style: none;
}
button,
input,
select,
textarea {
font: inherit;
}
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
cursor: pointer;
color: inherit;
}
img,
video {
display: block;
max-width: 100%;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
td:not([align]),
th:not([align]) {
text-align: left;
}
/*# sourceMappingURL=reeset.min.css.map */
:root {
--body-background: #fff;
--body-color: #4a5568;
--primary: #5496ff;
--secondary: #8739e5;
--color-light: #718096;
--gradient: linear-gradient(90deg, var(--primary), var(--secondary));
}
a i,
button i {
margin-right: 0.35rem;
}
body {
font-size: 1rem;
font-family: "Inter", sans-serif;
line-height: 1.55;
background-color: var(--body-background);
color: var(--body-color);
}
.container {
width: 100%;
padding-left: 1rem;
padding-right: 1rem;
margin-left: auto;
margin-right: auto;
}
header {
border-top: 1rem solid var(--secondary);
padding: 1.5rem 0;
background-color: #fff;
border-bottom: 1px solid #e2cff9;
}
nav {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
nav .logo {
font-weight: 600;
font-size: 1.125rem;
text-transform: uppercase;
letter-spacing: 1px;
}
nav.expanded .menu {
display: block;
}
nav.expanded .hamburger svg .open {
display: none;
}
nav.expanded .hamburger svg .close {
display: block;
}
.hamburger {
height: 36px;
width: 36px;
background: var(--gradient);
border: none;
border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
}
.hamburger svg {
display: block;
height: 30px;
width: 30px;
color: #fff;
}
.hamburger svg .close {
display: none;
}
.menu {
flex-basis: 100%;
margin-top: 1.5rem;
display: none;
}
.menu li + li {
margin-top: 0.5rem;
}
.menu a {
display: block;
padding: 0.5rem 1rem;
text-align: center;
color: var(--color-light);
}
.hero {
padding: 4rem 0;
}
.hero__intro .hello {
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.hero__intro .headline {
font-size: 2.25rem;
font-weight: 700;
line-height: 1.35;
}
.hero__intro .headline span {
color: var(--primary);
}
.hero__intro p {
color: var(--color-light);
margin: 1rem 0;
}
.hero__intro .links a {
display: inline-block;
padding: 0.5rem 2rem;
border-radius: 99999999rem;
}
.hero__intro .links a:hover {
filter: brightness(115%);
}
.hero__intro .links a.contact__link {
background: var(--gradient);
color: #fff;
}
.hero__intro .links a.projects__link {
background-color: #fff;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
margin-left: 1rem;
}
.hero__image {
margin-top: 3rem;
background: var(--gradient);
border-radius: 2px;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.hero__image img {
position: relative;
top: -0.75rem;
left: -0.75rem;
border-radius: 2px;
}
.about {
padding: 3rem 0;
}
.about__intro > h3 {
font-weight: 600;
font-size: 1rem;
text-transform: uppercase;
margin-bottom: 1.5rem;
border-bottom: 2px solid #d0b1f5;
}
.about__intro > h3 span {
display: inline-block;
padding: 5px;
border-bottom: 2px solid var(--secondary);
position: relative;
bottom: -2px;
}
.about__content > * + * {
margin-top: 1rem;
}
.about__content p {
font-size: 0.95rem;
color: var(--color-light);
}
.about__content a {
display: inline-block;
color: var(--secondary);
border-bottom: 1px solid var(--secondary);
}
.about__image {
margin-top: 2.5rem;
border: 2px solid #d0b1f5;
border-radius: 2px;
overflow: hidden;
}
.about__image .social {
padding: 1.5rem;
}
.about__image ul {
text-align: center;
}
.about__image li {
display: inline-block;
}
.about__image li + li {
margin-left: 1rem;
}
.about__image a {
font-size: 2rem;
display: inline-block;
transition: transform 180ms ease;
will-change: transform;
}
.about__image a:hover {
transform: scale(1.125);
}
.about__image a.facebook {
color: #3b5998;
}
.about__image a.twitter {
color: #1da1f2;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
.hero__image {
width: 80%;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
header {
padding: 2rem 0;
}
.hamburger {
display: none;
}
.menu {
display: block;
margin-top: 0;
flex-basis: auto;
}
.menu li + li {
margin-left: 1rem;
margin-top: 0;
}
.menu li {
display: inline-block;
}
.menu a {
padding: 0.5rem 1.5rem;
transition: color 180ms ease;
position: relative;
}
.menu a::after {
content: "";
height: 3px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 0%;
background: var(--gradient);
transition: width 200ms ease;
}
.menu a:hover {
color: var(--body-color);
}
.menu a:hover::after {
width: 100%;
}
.hero__inner {
display: flex;
justify-content: space-between;
align-items: center;
}
.hero__intro {
flex-basis: 60%;
}
.hero__intro .headline {
font-size: 3rem;
}
.hero__image {
margin: 0 0 0 0;
width: 80%;
flex-basis: 30%;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
/*# sourceMappingURL=main.css.map */ | 0.537527 | 0.059428 |
@charset "utf-8";
/* channel tree */
/*子栏目/
/*channel tree*/
* { padding: 0; margin: 0; }
.form .about_nav{position:relative;z-index:2000;}
.tree_nav { margin: 0 auto; list-style: none; font-size: 14px; color: #1b1b1b; font-family: "Microsoft YaHei"; }
.tree_nav li { line-height: 30px; border-bottom: 1px dashed #ccc; }
.tree_nav li a { display: block; width: 100%; box-sizing: border-box; padding: 0 0 0 32px; background: url(../images/tree_icons.png) no-repeat 7px 12px; }
.tree_nav li a{ text-decoration: none; color: #666; }
.tree_nav li a:hover { color: #015f51; }
.tree_nav li .menu_nav { display: none; }
.tree_nav li .menu_nav a { background: none; padding: 0 0 0 40px; }
/*tree_nav01默认*/
.navTreeStyle1 .tree_nav01 li a { background-position: -1px -2103px; }
.navTreeStyle1 .tree_nav01 li a:hover, .navTreeStyle1 .tree_nav01 li a.curcur { color: #015f51; }
/*空白*/
.navTreeStyle2 .tree_nav01 li a {background: none; }
.navTreeStyle2 .tree_nav01 li a:hover, .navTreeStyle2 .tree_nav01 li a.curcur { color: #666; }
/*tree_nav02*/
.navTreeStyle4 .tree_nav01 li a { background-position: 6px -8px; }
.navTreeStyle4 .tree_nav01 li a:hover, .navTreeStyle4 .tree_nav01 li a.curcur { color: #e56e06; }
.navTreeStyle5 .tree_nav01 li a { background-position: 6px -27px; }
.navTreeStyle5 .tree_nav01 li a:hover { color: #9f1419; }
.navTreeStyle5 .tree_nav01 li a.curcur { color: #9f1419; }
.navTreeStyle6 .tree_nav01 li a { background-position: 6px -46px;}
.navTreeStyle6 .tree_nav01 li a:hover { color: #015f51; }
.navTreeStyle6 .tree_nav01 li a.curcur { color: #015f51; }
.navTreeStyle7 .tree_nav01 li a { background-position: 6px -69px;}
.navTreeStyle7 .tree_nav01 li a:hover { color: #1b62b7; }
.navTreeStyle7 .tree_nav01 li a.curcur { color: #1b62b7; }
.navTreeStyle8 .tree_nav01 li a { background-position: 6px -88px;}
.navTreeStyle8 .tree_nav01 li a:hover { color: #60431e; }
.navTreeStyle8 .tree_nav01 li a.curcur { color: #60431e; }
.navTreeStyle9 .tree_nav01 li a { background-position: 6px -113px; }
.navTreeStyle9 .tree_nav01 li a:hover { color: #C30000; }
.navTreeStyle9 .tree_nav01 li a.curcur { color: #c30000; }
.navTreeStyle10 .tree_nav01 li a { background-position: 6px -146px; }
.navTreeStyle10 .tree_nav01 li a:hover, .navTreeStyle10 .tree_nav01 li a.curcur { color: #80c72c; }
.navTreeStyle11 .tree_nav01 li a { background-position: 6px -178px; }
.navTreeStyle11 .tree_nav01 li a:hover, .navTreeStyle11 .tree_nav01 li a.curcur { color: #f9b10a; }
.navTreeStyle12 .tree_nav01 li a { background-position: 6px -207px; }
.navTreeStyle12 .tree_nav01 li a:hover, .navTreeStyle12 .tree_nav01 li a.curcur { color: #f799aa; }
.navTreeStyle13 .tree_nav01 li a { background-position: 6px -244px; }
.navTreeStyle13 .tree_nav01 li a:hover, .navTreeStyle13 .tree_nav01 li a.curcur { color: #a0a1a4; }
.navTreeStyle14 .tree_nav01 li a { background-position: 6px -279px; }
.navTreeStyle14 .tree_nav01 li a:hover, .navTreeStyle14 .tree_nav01 li a.curcur { color: #76a7c3; }
.navTreeStyle15 .tree_nav01 li a { background-position: 6px -316px; }
.navTreeStyle15 .tree_nav01 li a:hover { color: #91cefd; }
.navTreeStyle15 .tree_nav01 li a.curcur { color: #91cefd; }
.navTreeStyle16 .tree_nav01 li a { background-position: 4px -350px; }
.navTreeStyle16 .tree_nav01 li a:hover, .navTreeStyle16 .tree_nav01 li a.curcur { color: #80c72c; }
.navTreeStyle17 .tree_nav01 li a { background-position: 6px -389px; }
.navTreeStyle17 .tree_nav01 li a:hover, .navTreeStyle17 .tree_nav01 li a.curcur { color: #f9b10a; }
.navTreeStyle18 .tree_nav01 li a { background-position: 6px -426px; }
.navTreeStyle18 .tree_nav01 li a:hover, .navTreeStyle18 .tree_nav01 li a.curcur { color: #eaa3ca; }
.navTreeStyle19 .tree_nav01 li a { background-position: 6px -461px; }
.navTreeStyle19 .tree_nav01 li a:hover, .navTreeStyle19 .tree_nav01 li a.curcur { color: #cccccc; }
.navTreeStyle20 .tree_nav01 li a { background-position: 6px -499px; }
.navTreeStyle20 .tree_nav01 li a:hover, .navTreeStyle20 .tree_nav01 li a.curcur { color: #805955; }
.navTreeStyle21 .tree_nav01 li a { background-position: 6px -537px; }
.navTreeStyle21 .tree_nav01 li a:hover, .navTreeStyle21 .tree_nav01 li a.curcur { color: #999999; }
.navTreeStyle22 .tree_nav01 li a { background-position: 6px -566px; }
.navTreeStyle22 .tree_nav01 li a:hover, .navTreeStyle22 .tree_nav01 li a.curcur { color: #9f1419; }
.navTreeStyle23 .tree_nav01 li a { background-position: 6px -593px; }
.navTreeStyle23 .tree_nav01 li a:hover, .navTreeStyle23 .tree_nav01 li a.curcur { color: #f47115; }
.navTreeStyle24 .tree_nav01 li a { background-position: 6px -620px; }
.navTreeStyle24 .tree_nav01 li a:hover, .navTreeStyle24 .tree_nav01 li a.curcur { color: #009747; }
.navTreeStyle25 .tree_nav01 li a { background-position: 6px -648px; }
.navTreeStyle25 .tree_nav01 li a:hover, .navTreeStyle25 .tree_nav01 li a.curcur { color: #60431e; }
.navTreeStyle26 .tree_nav01 li a { background-position: 6px -676px; }
.navTreeStyle26 .tree_nav01 li a:hover, .navTreeStyle26 .tree_nav01 li a.curcur { color: #1b62b7; }
/*--------------涓囪兘涓夎--------------------------*/
.navTreeStyle27 .tree_nav01 li { border: none; }
.navTreeStyle27 .tree_nav01 li a { background-position: 18px -708px; padding: 0 0 0 46px; }
.navTreeStyle27 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 10px -691px; }
.navTreeStyle27 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle28 .tree_nav01 li { border: none; }
.navTreeStyle28 .tree_nav01 li a { background-position: 18px -708px; padding: 0 0 0 46px; }
.navTreeStyle28 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 10px -727px; }
.navTreeStyle28 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle29 .tree_nav01 li { border: none; }
.navTreeStyle29 .tree_nav01 li a { background-position: 18px -708px; padding: 0 0 0 46px; }
.navTreeStyle29 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 10px -765px; }
.navTreeStyle29 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle30 .tree_nav01 li { border: none; }
.navTreeStyle30 .tree_nav01 li a { background-position: 18px -708px; padding: 0 0 0 46px; }
.navTreeStyle30 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 10px -804px; }
.navTreeStyle30 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle31 .tree_nav01 li { border: none; }
.navTreeStyle31 .tree_nav01 li a { background-position: 18px -708px; padding: 0 0 0 46px; }
.navTreeStyle31 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 10px -845px; }
.navTreeStyle31 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle32 .tree_nav01 li { border: none; }
.navTreeStyle32 .tree_nav01 li a { background-position: 18px -708px; padding: 0 0 0 46px; }
.navTreeStyle32 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 10px -884px; }
.navTreeStyle32 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle33 .tree_nav01 li { border: none; }
.navTreeStyle33 .tree_nav01 li a { background-position: 156px -877px; padding: 0 0 0 20px; }
.navTreeStyle33 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat -5px -921px; }
.navTreeStyle33 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle34 .tree_nav01 li { border: none; }
.navTreeStyle34 .tree_nav01 li a { background-position: 156px -877px; padding: 0 0 0 20px; }
.navTreeStyle34 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat -5px -951px; }
.navTreeStyle34 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle35 .tree_nav01 li { border: none; }
.navTreeStyle35 .tree_nav01 li a { background-position: 156px -877px; padding: 0 0 0 20px; }
.navTreeStyle35 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat -5px -983px; }
.navTreeStyle35 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle36 .tree_nav01 li { border: none; }
.navTreeStyle36 .tree_nav01 li a { background-position: 156px -877px; padding: 0 0 0 20px; }
.navTreeStyle36 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat -5px -1016px; }
.navTreeStyle36 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle37 .tree_nav01 li { border: none; }
.navTreeStyle37 .tree_nav01 li a { background-position: 156px -877px; padding: 0 0 0 20px; }
.navTreeStyle37 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat -5px -1050px; }
.navTreeStyle37 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle38 .tree_nav01 li { border: none; }
.navTreeStyle38 .tree_nav01 li a { background-position: 156px -877px; padding: 0 0 0 20px; }
.navTreeStyle38 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat -5px -1086px; }
.navTreeStyle38 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle39 .tree_nav01 li { border-bottom: 1px solid #ccc; }
.navTreeStyle39 .tree_nav01 li a { background-position: 0px -1081px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle39 .tree_nav01 li a:hover { color: #c0c0c0; }
.navTreeStyle39 .tree_nav01 li a.curcur { color: #c0c0c0; }
.navTreeStyle40 .tree_nav01 li { border-bottom: 1px solid #ccc; }
.navTreeStyle40 .tree_nav01 li a { background-position: 0px -1107px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle40 .tree_nav01 li a:hover { color: #805955; }
.navTreeStyle40 .tree_nav01 li a.curcur { color: #805955; }
.navTreeStyle41 .tree_nav01 li { border-bottom: 1px solid #ccc; }
.navTreeStyle41 .tree_nav01 li a { background-position: 0px -1133px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle41 .tree_nav01 li a:hover { color: #3dbcd0; }
.navTreeStyle41 .tree_nav01 li a.curcur { color: #3dbcd0; }
.navTreeStyle42 .tree_nav01 li { border-bottom: 1px solid #ccc; }
.navTreeStyle42 .tree_nav01 li a { background-position: 0px -1160px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle42 .tree_nav01 li a:hover { color: #80c72c; }
.navTreeStyle42 .tree_nav01 li a.curcur { color: #80c72c; }
.navTreeStyle43 .tree_nav01 li { border-bottom: 1px solid #ccc; }
.navTreeStyle43 .tree_nav01 li a { background-position: 0px -1185px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle43 .tree_nav01 li a:hover { color: #f9b10a; }
.navTreeStyle43 .tree_nav01 li a.curcur { color: #f9b10a; }
.navTreeStyle44 .tree_nav01 li { border-bottom: 1px solid #ccc; }
.navTreeStyle44 .tree_nav01 li a { background-position: 0px -1211px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle44 .tree_nav01 li a:hover, .navTreeStyle44 .tree_nav01 li a.curcur { color: #c57bac; }
#treeNavigation.navTreeStyle45 .tree_nav01 li { background: url(../images/line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle45 .tree_nav01 li a { background-position: 6px -1241px; padding: 0 0 0 48px; }
.navTreeStyle45 .tree_nav01 li a:hover, .navTreeStyle45 .tree_nav01 li a.curcur { color: #89b75f; }
#treeNavigation.navTreeStyle46 .tree_nav01 li { background: url(../images/line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle46 .tree_nav01 li a { background-position: 6px -1271px; padding: 0 0 0 48px; }
.navTreeStyle46 .tree_nav01 li a:hover { color: #f7f073; }
.navTreeStyle46 .tree_nav01 li a.curcur { color: #f7f073; }
#treeNavigation.navTreeStyle47 .tree_nav01 li { background: url(../images/line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle47 .tree_nav01 li a { background-position: 6px -1302px; padding: 0 0 0 48px; }
.navTreeStyle47 .tree_nav01 li a:hover { color: #9a4144; }
.navTreeStyle47 .tree_nav01 li a.curcur { color: #9a4144; }
#treeNavigation.navTreeStyle48 .tree_nav01 li { background: url(../images/line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle48 .tree_nav01 li a { background-position: 6px -1332px; padding: 0 0 0 48px; }
.navTreeStyle48 .tree_nav01 li a:hover, .navTreeStyle48 .tree_nav01 li a.curcur { color: #735836; }
#treeNavigation.navTreeStyle49 .tree_nav01 li { background: url(../images/line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle49 .tree_nav01 li a { background-position: 6px -1362px; padding: 0 0 0 48px; }
.navTreeStyle49 .tree_nav01 li a:hover, .navTreeStyle49 .tree_nav01 li a.curcur { color: #e9e9e9; }
#treeNavigation.navTreeStyle50 .tree_nav01 li { background: url(../images/line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle50 .tree_nav01 li a { background-position: 6px -1392px; padding: 0 0 0 48px; }
.navTreeStyle50 .tree_nav01 li a:hover, .navTreeStyle50 .tree_nav01 li a.curcur { color: #76a7c3; }
.navTreeStyle51 .tree_nav01 li { background: #91942d url(../images/line.png) no-repeat center bottom; border: none; }
.navTreeStyle51 .tree_nav01 li a { background-position: center -877px; text-align: center; padding: 0 0 0 10px; color: #3e3e3e; }
.navTreeStyle51 .tree_nav01 li a:hover, .navTreeStyle51 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle52 .tree_nav01 li { background: #91942d url(../images/line.png) no-repeat center bottom; border: none; }
.navTreeStyle52 .tree_nav01 li a { background-position: center -911px; text-align: center; padding: 0 0 0 10px; color: #3e3e3e; }
.navTreeStyle52 .tree_nav01 li a:hover, .navTreeStyle52 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle53 .tree_nav01 li { background: #91942d url(../images/line.png) no-repeat center bottom; border: none; }
.navTreeStyle53 .tree_nav01 li a { background-position: center -945px; text-align: center; padding: 0 0 0 10px; color: #3e3e3e; }
.navTreeStyle53 .tree_nav01 li a:hover, .navTreeStyle53 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle54 .tree_nav01 li { background: #91942d url(../images/line.png) no-repeat center bottom; border: none; }
.navTreeStyle54 .tree_nav01 li a { background-position: center -979px; text-align: center; padding: 0 0 0 10px; color: #3e3e3e; }
.navTreeStyle54 .tree_nav01 li a:hover, .navTreeStyle54 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle55 .tree_nav01 li { background: #91942d url(../images/line.png) no-repeat center bottom; border: none; }
.navTreeStyle55 .tree_nav01 li a { background-position: center -1013px; text-align: center; padding: 0 0 0 10px; color: #3e3e3e; }
.navTreeStyle55 .tree_nav01 li a:hover, .navTreeStyle55 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle56 .tree_nav01 li { background: #91942d url(../images/line.png) no-repeat center bottom; border: none; }
.navTreeStyle56 .tree_nav01 li a { background-position: center -1049px; text-align: center; padding: 0 0 0 10px; color: #3e3e3e; }
.navTreeStyle56 .tree_nav01 li a:hover, .navTreeStyle56 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle57 .tree_nav01 li { background: url(../images/kuan_line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle57 .tree_nav01 li a { background-position: 19px -707px; padding: 0 0 0 46px; }
.navTreeStyle57 .tree_nav01 li a:hover, .navTreeStyle57 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle58 .tree_nav01 li { background: url(../images/kuan_line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle58 .tree_nav01 li a { background-position: 19px -737px; padding: 0 0 0 46px; }
.navTreeStyle58 .tree_nav01 li a:hover, .navTreeStyle58 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle59 .tree_nav01 li { background: url(../images/kuan_line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle59 .tree_nav01 li a { background-position: 19px -764px; padding: 0 0 0 46px; }
.navTreeStyle59 .tree_nav01 li a:hover, .navTreeStyle59 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle60 .tree_nav01 li { background: url(../images/kuan_line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle60 .tree_nav01 li a { background-position: 19px -792px; padding: 0 0 0 46px; }
.navTreeStyle60 .tree_nav01 li a:hover, .navTreeStyle60 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle61 .tree_nav01 li { background: url(../images/kuan_line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle61 .tree_nav01 li a { background-position: 19px -819px; padding: 0 0 0 46px; }
.navTreeStyle61 .tree_nav01 li a:hover, .navTreeStyle61 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle62 .tree_nav01 li { background: url(../images/kuan_line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle62 .tree_nav01 li a { background-position: 19px -849px; padding: 0 0 0 46px; }
.navTreeStyle62 .tree_nav01 li a:hover, .navTreeStyle62 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle63 .tree_nav01 li { background: url(../images/shu_line.png) repeat-x center bottom; border: none; }
.navTreeStyle63 .tree_nav01 li a { background-position: 205px -707px; text-align: left; padding: 0; color: #c55a00; text-indent: 25px; }
.navTreeStyle63 .tree_nav01 li a:hover, .navTreeStyle63 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle64 .tree_nav01 li { background: url(../images/shu_line.png) repeat-x center bottom; border: none; }
.navTreeStyle64 .tree_nav01 li a { background-position: 205px -737px; text-align: left; padding: 0; color: #c55a00; text-indent: 25px; }
.navTreeStyle64 .tree_nav01 li a:hover { color: #3e3e3e; }
.navTreeStyle64 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle65 .tree_nav01 li { background: url(../images/shu_line.png) repeat-x center bottom; border: none; }
.navTreeStyle65 .tree_nav01 li a { background-position: 205px -764px; text-align: left; padding: 0; color: #c55a00; text-indent: 25px; }
.navTreeStyle65 .tree_nav01 li a:hover { color: #3e3e3e; }
.navTreeStyle65 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle66 .tree_nav01 li { background: url(../images/shu_line.png) repeat-x center bottom; border: none; }
.navTreeStyle66 .tree_nav01 li a { background-position: 205px -792px; text-align: left; padding: 0; color: #c55a00; text-indent: 25px; }
.navTreeStyle66 .tree_nav01 li a:hover { color: #3e3e3e; }
.navTreeStyle66 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle67 .tree_nav01 li { background: url(../images/shu_line.png) repeat-x center bottom; border: none; }
.navTreeStyle67 .tree_nav01 li a { background-position: 205px -819px; text-align: left; padding: 0; color: #c55a00; text-indent: 25px; }
.navTreeStyle67 .tree_nav01 li a:hover { color: #3e3e3e; }
.navTreeStyle67 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle68 .tree_nav01 li { background: url(../images/shu_line.png) repeat-x center bottom; border: none; }
.navTreeStyle68 .tree_nav01 li a { background-position: 205px -849px; text-align: left; padding: 0; color: #c55a00; text-indent: 25px; }
.navTreeStyle68 .tree_nav01 li a:hover { color: #3e3e3e; }
.navTreeStyle68 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle69 .tree_nav01 li a { background-position: 1px -1425px; text-align: left; padding: 0; color: #a2998c; text-indent: 50px; }
.navTreeStyle69 .tree_nav01 li a:hover, .navTreeStyle69 .tree_nav01 li a.curcur { color: #cc0010; }
.navTreeStyle70 .tree_nav01 li a { background-position: 1px -1461px; text-align: left; padding: 0; color: #a2998c; text-indent: 50px; }
.navTreeStyle70 .tree_nav01 li a:hover, .navTreeStyle70 .tree_nav01 li a.curcur { color: #2b9181; }
.navTreeStyle71 .tree_nav01 li a { background-position: 1px -1497px; text-align: left; padding: 0; color: #a2998c; text-indent: 50px; }
.navTreeStyle71 .tree_nav01 li a:hover { color: #857343; }
.navTreeStyle71 .tree_nav01 li a.curcur { color: #857343; }
.navTreeStyle72 .tree_nav01 li a { background-position: 1px -1532px; text-align: left; padding: 0; color: #a2998c; text-indent: 50px; }
.navTreeStyle72 .tree_nav01 li a:hover { color: #857343; }
.navTreeStyle72 .tree_nav01 li a.curcur { color: #857343; }
.navTreeStyle73 .tree_nav01 li a { background-position: 1px -1567px; text-align: left; padding: 0; color: #a2998c; text-indent: 50px; }
.navTreeStyle73 .tree_nav01 li a:hover { color: #857343; }
.navTreeStyle73 .tree_nav01 li a.curcur { color: #857343; }
.navTreeStyle74 .tree_nav01 li a { background-position: 1px -1602px; text-align: left; padding: 0; color: #a2998c; text-indent: 50px; }
.navTreeStyle74 .tree_nav01 li a:hover, .navTreeStyle74 .tree_nav01 li a.curcur { color: #a0a1a4; }
.navTreeStyle75 #channelTree li { border: 1px solid #e0e0e0; margin: 5px; }
.navTreeStyle75 .tree_nav01 li a { background-position: 0px -1081px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle75 .tree_nav01 li a:hover { color: #c0c0c0; }
.navTreeStyle75 .tree_nav01 li a.curcur { color: #c0c0c0; }
.navTreeStyle76 #channelTree li { border: 1px solid #e0e0e0; margin: 5px; }
.navTreeStyle76 .tree_nav01 li a { background-position: 0px -1107px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle76 .tree_nav01 li a:hover { color: #805955; }
.navTreeStyle76 .tree_nav01 li a.curcur { color: #805955; }
.navTreeStyle77 #channelTree li { border: 1px solid #e0e0e0; margin: 5px; }
.navTreeStyle77 .tree_nav01 li a { background-position: 0px -1133px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle77 .tree_nav01 li a:hover { color: #3dbcd0; }
.navTreeStyle77 .tree_nav01 li a.curcur { color: #3dbcd0; }
.navTreeStyle78 #channelTree li { border: 1px solid #e0e0e0; margin: 5px; }
.navTreeStyle78 .tree_nav01 li a { background-position: 0px -1160px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle78 .tree_nav01 li a:hover { color: #80c72c; }
.navTreeStyle78 .tree_nav01 li a.curcur { color: #80c72c; }
.navTreeStyle79 #channelTree li { border: 1px solid #e0e0e0; margin: 5px; }
.navTreeStyle79 .tree_nav01 li a { background-position: 0px -1185px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle79 .tree_nav01 li a:hover { color: #f9b10a; }
.navTreeStyle79 .tree_nav01 li a.curcur { color: #f9b10a; }
.navTreeStyle80 #channelTree li { border: 1px solid #e0e0e0; margin: 5px; }
.navTreeStyle80 .tree_nav01 li a { background-position: 0px -1211px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle80 .tree_nav01 li a:hover { color: #c57bac; }
.navTreeStyle80 .tree_nav01 li a.curcur { color: #c57bac; }
.navTreeStyle81 #channelTree li { background: #f0f3f8; border: none; margin: 5px; }
.navTreeStyle81 .tree_nav01 li a { background-position: 205px -877px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle81 .tree_nav01 li a:hover { color: #3e3e3e; }
.navTreeStyle81 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle82 #channelTree li { background: #f0f3f8; border: none; margin: 5px; }
.navTreeStyle82 .tree_nav01 li a { background-position: 205px -911px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle82 .tree_nav01 li a:hover, .navTreeStyle82 .tree_nav01 li a.curcur { color: #60431E; }
.navTreeStyle83 #channelTree li { background: #f0f3f8; border: none; margin: 5px; }
.navTreeStyle83 .tree_nav01 li a { background-position: 205px -945px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle83 .tree_nav01 li a:hover, .navTreeStyle83 .tree_nav01 li a.curcur { color: #1B62B7; }
.navTreeStyle84 #channelTree li { background: #f0f3f8; border: none; margin: 5px; }
.navTreeStyle84 .tree_nav01 li a { background-position: 205px -979px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle84 .tree_nav01 li a:hover, .navTreeStyle84 .tree_nav01 li a.curcur { color: #80C72C; }
.navTreeStyle85 #channelTree li { background: #f0f3f8; border: none; margin: 5px; }
.navTreeStyle85 .tree_nav01 li a { background-position: 205px -1013px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle85 .tree_nav01 li a:hover, .navTreeStyle85 .tree_nav01 li a.curcur { color: #F9B10A; }
.navTreeStyle86 #channelTree li { background: #f0f3f8; border: none; margin: 5px; }
.navTreeStyle86 .tree_nav01 li a { background-position: 205px -1049px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle86 .tree_nav01 li a:hover, .navTreeStyle86 .tree_nav01 li a.curcur { color: #C32279; }
.navTreeStyle87 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle87 .tree_nav01 li a { background-position: 26px -1641px; padding: 0 0 0 61px; }
.navTreeStyle87 .tree_nav01 li a:hover, .navTreeStyle87 .tree_nav01 li a.curcur { color: #3fb13f; }
.navTreeStyle88 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle88 .tree_nav01 li a { background-position: 26px -1684px; padding: 0 0 0 61px; }
.navTreeStyle88 .tree_nav01 li a:hover, .navTreeStyle88 .tree_nav01 li a.curcur { color: #805955; }
.navTreeStyle89 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle89 .tree_nav01 li a { background-position: 26px -1728px; padding: 0 0 0 61px; }
.navTreeStyle89 .tree_nav01 li a:hover { color: #c5bab2; }
.navTreeStyle89 .tree_nav01 li a.curcur { color: #c5bab2; }
.navTreeStyle90 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle90 .tree_nav01 li a { background-position: 26px -1770px; padding: 0 0 0 61px; }
.navTreeStyle90 .tree_nav01 li a:hover, .navTreeStyle90 .tree_nav01 li a.curcur { color: #abd6dd; }
.navTreeStyle91 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle91 .tree_nav01 li a { background-position: 26px -1814px; padding: 0 0 0 61px; }
.navTreeStyle91 .tree_nav01 li a:hover, .navTreeStyle91 .tree_nav01 li a.curcur { color: #c57bac; }
.navTreeStyle92 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle92 .tree_nav01 li a { background-position: 26px -1857px; padding: 0 0 0 61px; }
.navTreeStyle92 .tree_nav01 li a:hover, .navTreeStyle92 .tree_nav01 li a.curcur { color: #fddd1b; }
.navTreeStyle93 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle93 .tree_nav01 li a { background-position: 0px -1887px; padding: 0 0 0 36px; }
.navTreeStyle93 .tree_nav01 li a:hover, .navTreeStyle93 .tree_nav01 li a.curcur { color: #a4a4a4; }
.navTreeStyle94 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle94 .tree_nav01 li a { background-position: 0 -1918px; padding: 0 0 0 36px; }
.navTreeStyle94 .tree_nav01 li a:hover, .navTreeStyle94 .tree_nav01 li a.curcur { color: #60431e; }
.navTreeStyle95 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle95 .tree_nav01 li a { background-position: 0 -1949px; padding: 0 0 0 36px; }
.navTreeStyle95 .tree_nav01 li a:hover, .navTreeStyle95 .tree_nav01 li a.curcur { color: #76a7c3; }
.navTreeStyle96 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle96 .tree_nav01 li a { background-position: 0 -1978px; padding: 0 0 0 36px; }
.navTreeStyle96 .tree_nav01 li a:hover, .navTreeStyle96 .tree_nav01 li a.curcur { color: #9f9b55; }
.navTreeStyle97 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle97 .tree_nav01 li a { background-position: 0 -2009px; padding: 0 0 0 36px; }
.navTreeStyle97 .tree_nav01 li a:hover, .navTreeStyle97 .tree_nav01 li a.curcur { color: #f799aa; }
.navTreeStyle98 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle98 .tree_nav01 li a { background-position: 0 -2039px; padding: 0 0 0 36px; }
.navTreeStyle98 .tree_nav01 li a:hover, .navTreeStyle98 .tree_nav01 li a.curcur { color: #fbc784; }
.navTreeStyle99 .tree_nav01 li { border-bottom: 1px solid #efefef; }
.navTreeStyle99 .tree_nav01 li a { background-position: 14px -709px; text-align: left; padding: 0; text-indent: 65px; }
.navTreeStyle99 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 1px 2px; }
.navTreeStyle99 .tree_nav01 li a.curcur { color: #9f1419; }
.navTreeStyle100 .tree_nav01 li { border-bottom: 1px solid #efefef; }
.navTreeStyle100 .tree_nav01 li a { background-position: 14px -709px; text-align: left; padding: 0; text-indent: 65px; }
.navTreeStyle100 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 1px -34px; }
.navTreeStyle100 .tree_nav01 li a.curcur { color: #f47115; }
.navTreeStyle101 .tree_nav01 li { border-bottom: 1px solid #efefef; }
.navTreeStyle101 .tree_nav01 li a { background-position: 14px -709px; text-align: left; padding: 0; text-indent: 65px; }
.navTreeStyle101 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 1px -72px; }
.navTreeStyle101 .tree_nav01 li a.curcur { color: #009747; }
.navTreeStyle102 .tree_nav01 li { border-bottom: 1px solid #efefef; }
.navTreeStyle102 .tree_nav01 li a { background-position: 14px -709px; text-align: left; padding: 0; text-indent: 65px; }
.navTreeStyle102 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 1px -111px; }
.navTreeStyle102 .tree_nav01 li a.curcur { color: #60431e; }
.navTreeStyle103 .tree_nav01 li { border-bottom: 1px solid #efefef; }
.navTreeStyle103 .tree_nav01 li a { background-position: 14px -709px; text-align: left; padding: 0; text-indent: 65px; }
.navTreeStyle103 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 1px -148px; }
.navTreeStyle103 .tree_nav01 li a.curcur { color: #1b62b7; }
.navTreeStyle104 .tree_nav01 li { border-bottom: 1px solid #efefef; }
.navTreeStyle104 .tree_nav01 li a { background-position: 14px -709px; text-align: left; padding: 0; text-indent: 65px; }
.navTreeStyle104 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 1px -186px; }
.navTreeStyle104 .tree_nav01 li a.curcur { color: #999999; }
/*新增栏目导航样式 2.17.05.17 zqy*/
/*navTreeStyle105*/
.navTreeStyle105 .tree_nav01{height: 54px;font-size: 14px;background: #fdd3d4;}
.navTreeStyle105 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle105 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #e50100;}
.navTreeStyle105 .tree_nav01 li a:hover,.navTreeStyle105 .tree_nav01 li.current_son .a2{color: #fff;background: #e50100;}
.navTreeStyle105 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #f04d4e;}
.navTreeStyle105 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle105 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle106*/
.navTreeStyle106 .tree_nav01{height: 54px;font-size: 14px;background: #fdd0f1;}
.navTreeStyle106 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle106 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #fb00b2;}
.navTreeStyle106 .tree_nav01 li a:hover,.navTreeStyle106 .tree_nav01 li.current_son .a2{color: #fff;background: #fb00b2;}
.navTreeStyle106 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #fe62d0;}
.navTreeStyle106 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle106 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle107*/
.navTreeStyle107 .tree_nav01{height: 54px;font-size: 14px;background: #dfcefb;}
.navTreeStyle107 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle107 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #6b45aa;}
.navTreeStyle107 .tree_nav01 li a:hover,.navTreeStyle107 .tree_nav01 li.current_son .a2{color: #fff;background: #6b45aa;}
.navTreeStyle107 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #a77deb;}
.navTreeStyle107 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle107 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle108*/
.navTreeStyle108 .tree_nav01{height: 54px;font-size: 14px;background: #ffebd2;}
.navTreeStyle108 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle108 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #fe9313;}
.navTreeStyle108 .tree_nav01 li a:hover,.navTreeStyle108 .tree_nav01 li.current_son .a2{color: #fff;background: #fe9313;}
.navTreeStyle108 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #fab45f;}
.navTreeStyle108 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle108 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle109*/
.navTreeStyle109 .tree_nav01{height: 54px;font-size: 14px;background: #fff7d6;}
.navTreeStyle109 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle109 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #dea700;}
.navTreeStyle109 .tree_nav01 li a:hover,.navTreeStyle109 .tree_nav01 li.current_son .a2{color: #fff;background: #dea700;}
.navTreeStyle109 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #ffc001;}
.navTreeStyle109 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle109 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle110*/
.navTreeStyle110 .tree_nav01{height: 54px;font-size: 14px;background: #e5ffd2;}
.navTreeStyle110 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle110 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #49ad00;}
.navTreeStyle110 .tree_nav01 li a:hover,.navTreeStyle110 .tree_nav01 li.current_son .a2{color: #fff;background: #49ad00;}
.navTreeStyle110 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #5cd305;}
.navTreeStyle110 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle110 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle111*/
.navTreeStyle111 .tree_nav01{height: 54px;font-size: 14px;background: #cefcbb;}
.navTreeStyle111 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle111 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #31a800;}
.navTreeStyle111 .tree_nav01 li a:hover,.navTreeStyle111 .tree_nav01 li.current_son .a2{color: #fff;background: #31a800;}
.navTreeStyle111 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #46c418;}
.navTreeStyle111 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle111 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle112*/
.navTreeStyle112 .tree_nav01{height: 54px;font-size: 14px;background: #d8d0ff;}
.navTreeStyle112 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle112 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #3811fe;}
.navTreeStyle112 .tree_nav01 li a:hover,.navTreeStyle112 .tree_nav01 li.current_son .a2{color: #fff;background: #3811fe;}
.navTreeStyle112 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #7054ff;}
.navTreeStyle112 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle112 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle113*/
.navTreeStyle113 .tree_nav01{height: 54px;font-size: 14px;background: #d4f4ff;}
.navTreeStyle113 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle113 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #10c7ff;}
.navTreeStyle113 .tree_nav01 li a:hover,.navTreeStyle113 .tree_nav01 li.current_son .a2{color: #fff;background: #10c7ff;}
.navTreeStyle113 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #4bd3fb;}
.navTreeStyle113 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle113 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle114*/
.navTreeStyle114 .tree_nav01{height: 54px;font-size: 14px;background: #fee6c2;}
.navTreeStyle114 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle114 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #784e12;}
.navTreeStyle114 .tree_nav01 li a:hover,.navTreeStyle114 .tree_nav01 li.current_son .a2{color: #fff;background: #784e12;}
.navTreeStyle114 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #93621f;}
.navTreeStyle114 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle114 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle115*/
.navTreeStyle115 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle115 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #f04d4e;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle115 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle115 .tree_nav01 li a:hover,.navTreeStyle115 .tree_nav01 li.current_son .a2{color: #fff;background: #e50100;}
.navTreeStyle115 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #f04d4e;}
.navTreeStyle115 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle115 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle116*/
.navTreeStyle116 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle116 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #fe62d0;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle116 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle116 .tree_nav01 li a:hover,.navTreeStyle116 .tree_nav01 li.current_son .a2{color: #fff;background: #fb00b2;}
.navTreeStyle116 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #fe62d0;}
.navTreeStyle116 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle116 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle117*/
.navTreeStyle117 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle117 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #a77deb;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle117 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle117 .tree_nav01 li a:hover,.navTreeStyle117 .tree_nav01 li.current_son .a2{color: #fff;background: #6b45aa;}
.navTreeStyle117 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #a77deb;}
.navTreeStyle117 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle117 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle118*/
.navTreeStyle118 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle118 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #fab45f;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle118 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle118 .tree_nav01 li a:hover,.navTreeStyle118 .tree_nav01 li.current_son .a2{color: #fff;background: #fe9313;}
.navTreeStyle118 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #fab45f;}
.navTreeStyle118 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle118 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle119*/
.navTreeStyle119 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle119 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #ffc001;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle119 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle119 .tree_nav01 li a:hover,.navTreeStyle119 .tree_nav01 li.current_son .a2{color: #fff;background: #dea700;}
.navTreeStyle119 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #ffc001;}
.navTreeStyle119 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle119 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle120*/
.navTreeStyle120 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle120 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #5cd305;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle120 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle120 .tree_nav01 li a:hover,.navTreeStyle120 .tree_nav01 li.current_son .a2{color: #fff;background: #49ad00;}
.navTreeStyle120 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #5cd305;}
.navTreeStyle120 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle120 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle121*/
.navTreeStyle121 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle121 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #46c418;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle121 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle121 .tree_nav01 li a:hover,.navTreeStyle121 .tree_nav01 li.current_son .a2{color: #fff;background: #31a800;}
.navTreeStyle121 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #46c418;}
.navTreeStyle121 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle121 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle122*/
.navTreeStyle122 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle122 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #7054ff;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle122 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle122 .tree_nav01 li a:hover,.navTreeStyle122 .tree_nav01 li.current_son .a2{color: #fff;background: #3811fe;}
.navTreeStyle122 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #7054ff;}
.navTreeStyle122 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle122 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle123*/
.navTreeStyle123 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle123 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #4bd3fb;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle123 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle123 .tree_nav01 li a:hover,.navTreeStyle123 .tree_nav01 li.current_son .a2{color: #fff;background: #10c7ff;}
.navTreeStyle123 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #4bd3fb;}
.navTreeStyle123 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle123 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle124*/
.navTreeStyle124 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle124 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #93621f;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle124 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle124 .tree_nav01 li a:hover,.navTreeStyle124 .tree_nav01 li.current_son .a2{color: #fff;background: #784e12;}
.navTreeStyle124 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #93621f;}
.navTreeStyle124 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle124 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle125*/
.navTreeStyle125 .about_nav{text-align: center;}
.navTreeStyle125 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #fdd3d4;}
.navTreeStyle125 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle125 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle125 .tree_nav01 li a:hover,.navTreeStyle125 .tree_nav01 li.current_son .a2{color: #fff;background: #e50100;}
.navTreeStyle125 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #f04d4e;}
.navTreeStyle125 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle125 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle126*/
.navTreeStyle126 .about_nav{text-align: center;}
.navTreeStyle126 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #fdd0f1;}
.navTreeStyle126 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle126 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle126 .tree_nav01 li a:hover,.navTreeStyle126 .tree_nav01 li.current_son .a2{color: #fff;background: #fb00b2;}
.navTreeStyle126 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #fe62d0;}
.navTreeStyle126 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle126 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle127*/
.navTreeStyle127 .about_nav{text-align: center;}
.navTreeStyle127 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #dfcefb;}
.navTreeStyle127 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle127 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle127 .tree_nav01 li a:hover,.navTreeStyle127 .tree_nav01 li.current_son .a2{color: #fff;background: #6b45aa;}
.navTreeStyle127 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #a77deb;}
.navTreeStyle127 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle127 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle128*/
.navTreeStyle128 .about_nav{text-align: center;}
.navTreeStyle128 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #ffebd2;}
.navTreeStyle128 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle128 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle128 .tree_nav01 li a:hover,.navTreeStyle128 .tree_nav01 li.current_son .a2{color: #fff;background: #fe9313;}
.navTreeStyle128 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #fab45f;}
.navTreeStyle128 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle128 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle129*/
.navTreeStyle129 .about_nav{text-align: center;}
.navTreeStyle129 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #fff7d6;}
.navTreeStyle129 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle129 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle129 .tree_nav01 li a:hover,.navTreeStyle129 .tree_nav01 li.current_son .a2{color: #fff;background: #dea700;}
.navTreeStyle129 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #ffc001;}
.navTreeStyle129 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle129 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle130*/
.navTreeStyle130 .about_nav{text-align: center;}
.navTreeStyle130 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #e5ffd2;}
.navTreeStyle130 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle130 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle130 .tree_nav01 li a:hover,.navTreeStyle130 .tree_nav01 li.current_son .a2{color: #fff;background: #49ad00;}
.navTreeStyle130 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #5cd305;}
.navTreeStyle130 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle130 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle131*/
.navTreeStyle131 .about_nav{text-align: center;}
.navTreeStyle131 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #cefcbb;}
.navTreeStyle131 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle131 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle131 .tree_nav01 li a:hover,.navTreeStyle131 .tree_nav01 li.current_son .a2{color: #fff;background: #31a800;}
.navTreeStyle131 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #46c418;}
.navTreeStyle131 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle131 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle132*/
.navTreeStyle132 .about_nav{text-align: center;}
.navTreeStyle132 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #d8d0ff;}
.navTreeStyle132 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle132 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle132 .tree_nav01 li a:hover,.navTreeStyle132 .tree_nav01 li.current_son .a2{color: #fff;background: #3811fe;}
.navTreeStyle132 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #7054ff;}
.navTreeStyle132 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle132 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle133*/
.navTreeStyle133 .about_nav{text-align: center;}
.navTreeStyle133 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #d4f4ff;}
.navTreeStyle133 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle133 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle133 .tree_nav01 li a:hover,.navTreeStyle133 .tree_nav01 li.current_son .a2{color: #fff;background: #10c7ff;}
.navTreeStyle133 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #4bd3fb;}
.navTreeStyle133 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle133 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle134*/
.navTreeStyle134 .about_nav{text-align: center;}
.navTreeStyle134 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #fee6c2;}
.navTreeStyle134 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle134 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle134 .tree_nav01 li a:hover,.navTreeStyle134 .tree_nav01 li.current_son .a2{color: #fff;background: #784e12;}
.navTreeStyle134 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #93621f;}
.navTreeStyle134 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle134 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle135*/
.navTreeStyle135 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle135 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle135 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle135 .tree_nav01 li a:hover,.navTreeStyle135 .tree_nav01 li.current_son .a2{border-color: #e50100;}
.navTreeStyle135 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #f04d4e;}
.navTreeStyle135 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #e50100;}
.navTreeStyle135 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle135 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle136*/
.navTreeStyle136 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle136 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle136 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle136 .tree_nav01 li a:hover,.navTreeStyle136 .tree_nav01 li.current_son .a2{border-color: #fb00b2;}
.navTreeStyle136 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #fe62d0;}
.navTreeStyle136 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #fb00b2;}
.navTreeStyle136 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle136 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle137*/
.navTreeStyle137 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle137 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle137 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle137 .tree_nav01 li a:hover,.navTreeStyle137 .tree_nav01 li.current_son .a2{border-color: #6b45aa;}
.navTreeStyle137 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #a77deb;}
.navTreeStyle137 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #6b45aa;}
.navTreeStyle137 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle137 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle138*/
.navTreeStyle138 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle138 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle138 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle138 .tree_nav01 li a:hover,.navTreeStyle138 .tree_nav01 li.current_son .a2{border-color: #fe9313;}
.navTreeStyle138 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #fab45f;}
.navTreeStyle138 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #fe9313;}
.navTreeStyle138 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle138 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle139*/
.navTreeStyle139 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle139 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle139 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle139 .tree_nav01 li a:hover,.navTreeStyle139 .tree_nav01 li.current_son .a2{border-color: #dea700;}
.navTreeStyle139 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #ffc001;}
.navTreeStyle139 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #dea700;}
.navTreeStyle139 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle139 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle140*/
.navTreeStyle140 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle140 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle140 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle140 .tree_nav01 li a:hover,.navTreeStyle140 .tree_nav01 li.current_son .a2{border-color: #49ad00;}
.navTreeStyle140 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #5cd305;}
.navTreeStyle140 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #49ad00;}
.navTreeStyle140 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle140 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle141*/
.navTreeStyle141 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle141 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle141 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle141 .tree_nav01 li a:hover,.navTreeStyle141 .tree_nav01 li.current_son .a2{border-color: #31a800;}
.navTreeStyle141 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #46c418;}
.navTreeStyle141 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #31a800;}
.navTreeStyle141 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle141 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle142*/
.navTreeStyle142 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle142 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle142 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle142 .tree_nav01 li a:hover,.navTreeStyle142 .tree_nav01 li.current_son .a2{border-color: #3811fe;}
.navTreeStyle142 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #7054ff;}
.navTreeStyle142 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #3811fe;}
.navTreeStyle142 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle142 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle143*/
.navTreeStyle143 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle143 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle143 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle143 .tree_nav01 li a:hover,.navTreeStyle143 .tree_nav01 li.current_son .a2{border-color: #10c7ff;}
.navTreeStyle143 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #4bd3fb;}
.navTreeStyle143 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #10c7ff;}
.navTreeStyle143 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle143 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle144*/
.navTreeStyle144 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle144 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle144 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle144 .tree_nav01 li a:hover,.navTreeStyle144 .tree_nav01 li.current_son .a2{border-color: #784e12;}
.navTreeStyle144 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #93621f;}
.navTreeStyle144 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #784e12;}
.navTreeStyle144 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle144 .tree_nav01 .childContainer a{color: #fff;}
.navTreeStyle_01,.navTreeStyle_02,.navTreeStyle_03,.navTreeStyle_04,.navTreeStyle_05,.navTreeStyle_06,.navTreeStyle_07,.navTreeStyle_13,.navTreeStyle_14,.navTreeStyle_15,.navTreeStyle_16,.navTreeStyle_17{min-width: 160px;}
.navTreeStyle_08,.navTreeStyle_09,.navTreeStyle_10,.navTreeStyle_11,.navTreeStyle_12{min-width: 450px;}
.navTreeStyle_01 .tree_nav{background: #f0f0f0;color: #666;}
.navTreeStyle_01 .tree_nav li{width:100%;margin:0;border-bottom:2px solid rgba(255,255,255,0.5);position: relative;z-index: 1;}
.navTreeStyle_01 .tree_nav li a{height: 50px;line-height:50px;background: none;color: #666;}
.navTreeStyle_01 .tree_nav li.current_son a,.navTreeStyle_01 .tree_nav li.current_onhover a,.navTreeStyle_01 .tree_nav li.current a{background: #0cf;color:#fff;}
.navTreeStyle_01 .tree_nav li a:hover,.navTreeStyle_01 .tree_nav li.isSelect .a2,.navTreeStyle_01 .tree_nav .li3.isSelect .a3{color:#fff;}
.navTreeStyle_01 .tree_nav li .childContainer,.navTreeStyle_01 .tree_nav li .childContainer3 {position:absolute;width:200px;right:-200px;top:0;border-left: 2px solid #fff;}
.navTreeStyle_01 .tree_nav li .childContainer a{color:#666;background: #f0f0f0;height: 40px;line-height: 40px;}
.navTreeStyle_01 .tree_nav li .childContainer a:hover{color:#fff;}
.navTreeStyle_01 .tree_nav li .ul_small1 .current_son .a3{color:#fff;}
.navTreeStyle_02 .tree_nav{background: #f0f0f0;}
.navTreeStyle_02 .tree_nav li{width:100%;margin:0;position: relative;border-bottom: 1px solid #ddd;z-index: 1;}
.navTreeStyle_02 .tree_nav li a{height: 50px;line-height:50px;background:none;color: #666;}
.navTreeStyle_02 .tree_nav li.current_son a,.navTreeStyle_02 .tree_nav li.current_onhover a,.navTreeStyle_02 .tree_nav li.current a{background: #0cf;color:#fff;}
.navTreeStyle_02 .tree_nav li a:hover,.navTreeStyle_02 .tree_nav li.isSelect a{color:#fff;}
.navTreeStyle_02 .tree_nav li .childContainer{width:100%;}
.navTreeStyle_02 .tree_nav li .childContainer li{border:none;}
.navTreeStyle_02 .tree_nav li .childContainer a{color:#666;background: #f5f5f5;height: 40px;line-height: 40px;}
.navTreeStyle_02 .tree_nav li .childContainer a:hover,.navTreeStyle_02 .tree_nav li .childContainer .isSelect .a3{color:#fff;}
/* three leve */
.navTreeStyle_02 .ul_small1 .childContainer3 .ul_small2 a{padding-left:50px;}
.navTreeStyle_02 .tree_nav .ul_small1 li.current_son .a3{background: #0cf;color:#fff;}
.navTreeStyle_03 .tree_nav{background: #f0f0f0;}
.navTreeStyle_03 .tree_nav li{width:100%;margin:0;position: relative;border-bottom: 1px solid rgba(255,255,255,0.5);z-index: 1;}
.navTreeStyle_03 .tree_nav li a{height: 50px;line-height:50px;background: none;color: #666;}
.navTreeStyle_03 .tree_nav li.current_son a,.navTreeStyle_03 .tree_nav li.current_onhover a,.navTreeStyle_03 .tree_nav li.current a{background: #0cf;color:#fff;}
.navTreeStyle_03 .tree_nav li a:hover,.navTreeStyle_03 .tree_nav li.isSelect a{color:#fff;}
.navTreeStyle_03 .tree_nav li .childContainer,.navTreeStyle_03 .tree_nav li .childContainer3 {position:absolute;width:200px;right:-200px;top:0;border:1px solid #0cf;box-sizing: border-box;}
.navTreeStyle_03 .tree_nav li .childContainer li{border:none;}
.navTreeStyle_03 .tree_nav li .childContainer a{color:#666;background: #f5f5f5;height: 40px;line-height: 40px;}
.navTreeStyle_03 .tree_nav li .childContainer a:hover{color:#fff;}
.navTreeStyle_03 .tree_nav li .ul_small1 .current_son .a3{color:#fff;}
.navTreeStyle_03 .tree_nav li .ul_small1 .childContainer3{top:-1px;}
.navTreeStyle_04 .tree_nav{background: #f0f0f0;}
.navTreeStyle_04 .tree_nav li{width:100%;margin:0;position: relative;border-bottom: 1px solid #ddd;z-index: 1;}
.navTreeStyle_04 .tree_nav li a{height: 50px;line-height:50px;background: none;color: #666;}
.navTreeStyle_04 .tree_nav li.current_son a,.navTreeStyle_04 .tree_nav li a:hover,.navTreeStyle_04 .tree_nav li.isSelect a{background: #fff;position: relative;top:0;left:0;margin:0 0 -1px;border:1px solid #ddd;z-index: 1;padding-left: 31px;height: 51px;}
.navTreeStyle_04 .tree_nav li.current_son a{border-right: none;left:1px;}
.navTreeStyle_04 .tree_nav li .childContainer,.navTreeStyle_04 .tree_nav li .childContainer3{position:absolute;width:200px;right:-200px;top:0;border:1px solid #0cf;box-sizing: border-box;background: #fff;}
.navTreeStyle_04 .tree_nav li .childContainer a{color:#666;top:0;border: none;left:0;}
.navTreeStyle_04 .tree_nav li .ul_small1 .childContainer3{top:-1px;right:-200px;}
.navTreeStyle_05 .tree_nav{background:#fff;border-right: 1px solid #ddd;}
.navTreeStyle_05 .tree_nav li{width:100%;margin:0;position: relative;border-bottom:none;z-index: 1;}
.navTreeStyle_05 .tree_nav li a{height: 50px;line-height:50px;background:none;color: #666;}
.navTreeStyle_05 .tree_nav li.current_son a,.navTreeStyle_05 .tree_nav li.current_onhover a,.navTreeStyle_05 .tree_nav li a:hover,
.navTreeStyle_05 .tree_nav li.isSelect .a2{background:none;color:#0cf;border-right: 2px solid #0cf;margin:0 -1px 0 0;}
.navTreeStyle_05 .tree_nav li a:hover,.navTreeStyle_05 .tree_nav li.isSelect a{color:#0cf;}
.navTreeStyle_05 .tree_nav li .childContainer{width:100%;}
.navTreeStyle_05 .tree_nav li .childContainer li{border:none;}
.navTreeStyle_05 .tree_nav li .childContainer a{color:#666;background: #f5f5f5;border:none;padding-left:50px;height: 40px;line-height: 40px;}
.navTreeStyle_05 .tree_nav li .childContainer a:hover{color:#0cf;}
.navTreeStyle_05 .tree_nav li .ul_small2 a{padding-left:70px;}
.navTreeStyle_05 .tree_nav li .current_son .a3{background:#fff;border-right:2px solid #0cf;}
.navTreeStyle_06 .tree_nav{background: #f0f0f0;overflow: hidden;}
.navTreeStyle_06 .tree_nav li{width:100%;margin:0;position: relative;border-bottom: 1px solid #ddd;z-index: 1;}
.navTreeStyle_06 .tree_nav li a{height: 50px;line-height:50px;background:none;color: #666;}
.navTreeStyle_06 .tree_nav li.current_son a,.navTreeStyle_06 .tree_nav li a:hover,.navTreeStyle_06 .tree_nav li.isSelect a{background:none;color:#0cf;}
.navTreeStyle_06 .tree_nav li .childContainer{width:100%;border-top: 1px solid #ccc;padding:0 0 0 40px;}
.navTreeStyle_06 .tree_nav li .childContainer3{padding-left:10px;}
.navTreeStyle_06 .tree_nav li .childContainer li{border:none;box-sizing: border-box;}
.navTreeStyle_06 .tree_nav li .childContainer a{color:#666;background:none;margin:10px 0;border-left:2px solid #ccc;padding: 0 0 0 20px;height: 20px;line-height: 20px;}
.navTreeStyle_07 .tree_nav{background: #f0f0f0;}
.navTreeStyle_07 .tree_nav li{width:100%;margin:0;position: relative;border-bottom: 1px solid #ddd;z-index: 1;}
.navTreeStyle_07 .tree_nav li a{height: 50px;line-height:50px;background:none;color: #666;}
.navTreeStyle_07 .tree_nav li.current_son a,.navTreeStyle_07 .tree_nav li a:hover,.navTreeStyle_07 .tree_nav li.isSelect a{background: none;color:#0cf;}
.navTreeStyle_07 .tree_nav li .childContainer{width:100%;border-top: 1px solid #ccc;}
.navTreeStyle_07 .tree_nav li .childContainer li{border:none;}
.navTreeStyle_07 .tree_nav li .childContainer a{color:#666;background: #f5f5f5;height: 40px;line-height: 40px;}
.navTreeStyle_07 .tree_nav li .childContainer a:hover{background: #0cf;color:#fff;}
.navTreeStyle_07 .tree_nav .ul_small1 li.current_son .a3{color:#fff;}
.navTreeStyle_07 .childContainer .ul_small2 a{padding-left:60px;}
.navTreeStyle_08 .tree_nav{background: #f0f0f0;width: 100%;height: 50px;position: relative;z-index: 1;text-align: center;border-bottom: 1px solid #ccc;}
.navTreeStyle_08 .tree_nav li{width:150px;float:left;margin:0;z-index: 1;border:none;}
.navTreeStyle_08 .tree_nav li.current_son{z-index:20;}
.navTreeStyle_08 .tree_nav li a{height: 50px;line-height:50px;background:none;color: #666;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;border:1px solid rgba(255,255,255,0.5);border-bottom: none;bottom:-1px;padding:0;position: relative;}
.navTreeStyle_08 .tree_nav li.current_son a,.navTreeStyle_08 .tree_nav li a:hover,.navTreeStyle_08 .tree_nav li.isSelect a{background:#fff;color:#0cf;z-index: 2;padding-bottom: 1px;}
.navTreeStyle_08 .tree_nav li .childContainer{width:100%;border: 1px solid #ccc;border-top:none;position: absolute;left:0;right:0;top:51px;background: #f5f5f5;box-sizing: border-box;z-index:10;}
.navTreeStyle_08 .tree_nav li .childContainer li{border:none;float:left;min-width:100px;width:auto;}
.navTreeStyle_08 .tree_nav li .childContainer a{color:#666;background: none;border:none;padding:0 10px;bottom:0;}
.navTreeStyle_08 .tree_nav li .childContainer a:hover{background: #0cf;color:#fff;}
.navTreeStyle_08 .tree_nav li .ul_small1 .childContainer{background:#fff;}
.navTreeStyle_08 .tree_nav li .ul_small1 .current_son .a3{color:#fff;}
.navTreeStyle_09 .tree_nav{width: 100%;height: 50px;text-align: center;}
.navTreeStyle_09 .tree_nav li{width:150px;float:left;margin:0 5px;z-index: 1;border:none;position: relative;z-index: 1;}
.navTreeStyle_09 .tree_nav li.current_son{z-index:20;}
.navTreeStyle_09 .tree_nav li a{height: 50px;line-height:50px;background:#f5f5f5;color: #666;padding:0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.navTreeStyle_09 .tree_nav li.current_son a,.navTreeStyle_09 .tree_nav li a:hover,.navTreeStyle_09 .tree_nav li.isSelect a{background:#f5f5f5;color:#fff;z-index: 2;position: relative;}
.navTreeStyle_09 .tree_nav li .childContainer{width:100%;border:none;position: absolute;left:0;top:51px;background:none;box-sizing: border-box;}
.navTreeStyle_09 .tree_nav li .childContainer li{border:none;float:left;width:100%;border-top:1px solid transparent;margin:0;}
.navTreeStyle_09 .tree_nav li .childContainer a{color:#666;background: #f5f5f5;border:none;}
.navTreeStyle_09 .tree_nav li .childContainer a:hover{color:#fff;background: #0cf;}
.navTreeStyle_09 .tree_nav .ul_small1 .childContainer{position:absolute;top:0;left:150px;}
.navTreeStyle_09 .tree_nav .ul_small1 li{position:relative;}
.navTreeStyle_09 .tree_nav .ul_small1 .current_son .a3{color:#fff;}
.navTreeStyle_10 .tree_nav{width: 100%;height: 50px;position: relative;z-index: 1;text-align: center;}
.navTreeStyle_10 .tree_nav li{width:150px;float:left;margin:0 10px 0 0;z-index: 1;border:none;background: #F0F0F0;}
.navTreeStyle_10 .tree_nav li a{height: 50px;line-height:50px;background:none;color: #666;padding:0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.navTreeStyle_10 .tree_nav li.current_son a,.navTreeStyle_10 .tree_nav li a:hover,.navTreeStyle_10 .tree_nav li.isSelect a{background:#f5f5f5;color:#0cf;z-index: 2;position: relative;}
.navTreeStyle_10 .tree_nav li .childContainer{width:100%;border: 1px solid #ccc;border-top:none;position: absolute;left:0;right:0;top:51px;background: #f5f5f5;box-sizing: border-box;}
.navTreeStyle_10 .tree_nav li .childContainer li{border:none;float:left;min-width:100px;width:auto;background: none;}
.navTreeStyle_10 .tree_nav li .childContainer a{color:#666;background: none;border:none;padding:0 10px;}
.navTreeStyle_10 .tree_nav li .childContainer a:hover{color:#0cf;}
.navTreeStyle_10 .tree_nav .ul_small2{overflow:hidden;}
.navTreeStyle_11 .tree_nav{width: 100%;height: 50px;text-align: center;}
.navTreeStyle_11 .tree_nav li{width:150px;float:left;margin:0 5px;z-index: 1;border:none;position: relative;z-index: 1;}
.navTreeStyle_11 .tree_nav li.current_son{z-index:20;}
.navTreeStyle_11 .tree_nav li a{height: 50px;line-height:50px;background:#f5f5f5;color: #666;padding:0;border-radius: 25px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.navTreeStyle_11 .tree_nav li.current_son a,.navTreeStyle_11 .tree_nav li a:hover,.navTreeStyle_11 .tree_nav li.isSelect a{background:#f5f5f5;color:#fff;z-index: 2;position: relative;}
.navTreeStyle_11 .tree_nav li .childContainer{width:100%;border:none;position: absolute;left:0;right:0;top:51px;background:none;box-sizing: border-box;}
.navTreeStyle_11 .tree_nav li .childContainer li{border:none;float:left;width:100%;border-top:1px solid transparent;}
.navTreeStyle_11 .tree_nav li .childContainer a{color:#666;background: #f5f5f5;border:none;}
.navTreeStyle_11 .tree_nav li .childContainer a:hover{color:#fff;background: #0cf;}
.navTreeStyle_11 .tree_nav .childContainer .ul_small1 li{float:none;margin:0;}
.navTreeStyle_11 .tree_nav .ul_small1 li{position:relative;}
.navTreeStyle_11 .tree_nav li .ul_small1 .childContainer3{top:0;right:auto;left:150px;}
.navTreeStyle_11 .tree_nav .ul_small1 li.current_son .a3{color:#fff;}
.navTreeStyle_12 .tree_nav{background: #f0f0f0;width: 100%;height: 50px;position:relative;z-index: 1;text-align: center;}
.navTreeStyle_12 .tree_nav li{width:150px;float:left;margin:0;z-index: 1;border:none;}
.navTreeStyle_12 .tree_nav li a{height: 50px;line-height:50px;background:none;color: #666;padding:0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.navTreeStyle_12 .tree_nav li.current_son a,.navTreeStyle_12 .tree_nav li a:hover,.navTreeStyle_12 .tree_nav li.isSelect a{background:#f5f5f5;color:#fff;z-index: 2;position: relative;}
.navTreeStyle_12 .tree_nav li .childContainer{width:100%;border: 1px solid #ccc;border-top:none;position: absolute;left:0;right:0;top:51px;background: #f5f5f5;box-sizing: border-box;}
.navTreeStyle_12 .tree_nav li .childContainer li{border:none;float:left;min-width:100px;width:auto;}
.navTreeStyle_12 .tree_nav li .childContainer a{color:#fff;background: none;border:none;padding:0 10px;}
.navTreeStyle_12 .tree_nav li .childContainer a:hover{color:#0cf;background: #fff;}
.navTreeStyle_12 .tree_nav .li3.current_son .a3{background: #fff;color:#0cf;}
.navTreeStyle_13 .tree_nav {margin-top:10px;}
.navTreeStyle_13 .list_title{height:50px;line-height: 50px;border:1px solid #0cf;border-bottom:none;}
.navTreeStyle_13 li a{background:none;padding-left:20px;}
.navTreeStyle_13 li a:hover{color:#0cf;}
.navTreeStyle_13 li{position:relative;}
.navTreeStyle_13 li.list_title:last-child{border-bottom:1px solid #0cf;}
.navTreeStyle_13 .childContainer{position:absolute;top:-1px;right:-402px;width:400px;border:1px solid #0cf;background:#fff;padding: 10px 0;min-height: 160px;}
.navTreeStyle_13 .ul_small1 .childContainer {position: static;display: block;border: none;}
.navTreeStyle_13 .ul_small1 li{border:none;}
.navTreeStyle_13 .ul_small1 .a3{font-weight:bold;}
.navTreeStyle_13 .ul_small2 li{display: inline-block;}
.navTreeStyle_13 .ul_small2 li a{font-size: 12px;color:#666;}
.navTreeStyle_13 .childContainer3{display:block!important;}
.navTreeStyle_13 .li3{margin-bottom:10px;}
.navTreeStyle_13 .a2{position:relative;}
.navTreeStyle_13 .a2:after{content:">";display:block;position:absolute;top:0;right:20px;color:#999;font-size:16px;font-weight:bold;font-family:"宋体";}
.navTreeStyle_13 .a2:hover,.navTreeStyle_13 .current_son .a2{background:#0cf;color:#fff;}
.navTreeStyle_13 .a2:hover:after,.navTreeStyle_13 .current_son .a2:after,.navTreeStyle_13 .tree_nav .isSelect .a2,.navTreeStyle_13 .tree_nav .isSelect .a2:after{color:#fff;}
.navTreeStyle_13 .tree_nav .nochild .a2:after{content:"";}
.navTreeStyle_14 li{border:none;margin:0;}
.navTreeStyle_14 li a{background:none;padding-left:10px;}
.navTreeStyle_14 .list_title{position:relative;height:50px;line-height: 50px;border-bottom: 1px solid #ddd;}
.navTreeStyle_14 .a2{position:relative;}
.navTreeStyle_14 .a2:after{content:">";display:block;position:absolute;top:0;right:20px;color:#333;font-size:16px;font-weight:bold;font-family:"宋体";}
.navTreeStyle_14 .a2:hover,.navTreeStyle_14 .current_son .a2{background:#0cf;color:#fff;}
.navTreeStyle_14 .a2:hover:after,.navTreeStyle_14 .current_son .a2:after,.navTreeStyle_14 .isSelect .a2,.navTreeStyle_14 .isSelect .a2:after{color:#fff;}
.navTreeStyle_14 .childContainer {position:absolute;top:0;right:-650px;width:650px;border:1px solid #0cf;min-height: 160px;background:#fff;padding:10px 0;}
.navTreeStyle_14 .ul_small1{overflow:hidden;}
.navTreeStyle_14 .li3{float: left;width:33.33%;}
.navTreeStyle_14 .childContainer3 {display:block!important;}
.navTreeStyle_14 .ul_small2{overflow:hidden;}
.navTreeStyle_14 .ul_small2 a {font-size:12px;color:#999;}
.navTreeStyle_14 .ul_small2 li {float:left;border-right: 1px solid #ddd;padding-right: 10px;margin-right: 10px;margin-bottom: 10px;height: 20px;line-height: 16px;}
.navTreeStyle_14 .ul_small1 a:hover{color:#0cf;}
.navTreeStyle_14 .nochild .a2:after{content:"";}
.navTreeStyle_15 li{border:none;margin:0;}
.navTreeStyle_15 li a{background:none;padding-left:10px;}
.navTreeStyle_15 li .ul_small2 a{padding-left:0;}
.navTreeStyle_15 .list_title{position:relative;background:#0cf;height:50px;line-height: 50px;border-bottom: 1px solid rgba(0,0,0,0.04);border-top: 1px solid rgba(255,255,255,0.12);}
.navTreeStyle_15 .list_title .a2{color:#fff;}
.navTreeStyle_15 .childContainer {position:absolute;top:0;right:-400px;width:400px;border:1px solid #0cf;padding:15px 0;background:#fff;min-height:160px;}
.navTreeStyle_15 .childContainer3 {float:left;display:block!important;}
.navTreeStyle_15 .a3{position:relative;float:left;width:102px;}
.navTreeStyle_15 .ul_small2,.navTreeStyle_15 .li3{overflow:hidden;}
.navTreeStyle_15 .ul_small2{margin-left: 8px;}
.navTreeStyle_15 .ul_small2 li{float:left;border-bottom: 1px dashed #ddd;font-size:12px;padding: 0 6px;}
.navTreeStyle_15 .list_title .a3:after{content:">";display:block;position:absolute;top:0;right:0;color:#999;font-size:16px;font-family:"宋体";}
.navTreeStyle_15 .list_title:hover .a2,.navTreeStyle_15 .isSelect .a2{background:rgba(0, 0, 0, 0.0784314);}
.navTreeStyle_16 li{border:none;margin:0;}
.navTreeStyle_16 li a{background:none;padding-left:20px;}
.navTreeStyle_16 li .ul_small2 a{padding-left:0;}
.navTreeStyle_16 .list_title{position:relative;background: #f7f7f7;height:50px;line-height: 50px;border:1px solid transparent;border-bottom:1px solid #eee;}
.navTreeStyle_16 .childContainer {position:absolute;top:-1px;right:-400px;z-index:1;width:400px;border:1px solid #0cf;padding:15px 0;background:#fff;min-height:160px;}
.navTreeStyle_16 .a3{position:relative;float:left;width:102px;}
.navTreeStyle_16 .a2{position:relative;z-index:5;}
.navTreeStyle_16 .childContainer3 {float:left;display:block!important;}
.navTreeStyle_16 .ul_small2,.navTreeStyle_16 .li3{overflow:hidden;}
.navTreeStyle_16 .ul_small2{margin-left: 8px;}
.navTreeStyle_16 .ul_small2 li{float:left;border-bottom: 1px dashed #ddd;font-size:12px;padding: 0 10px;}
.navTreeStyle_16 .list_title .a3:after{content:">";display:block;position:absolute;top:0;right:0;color:#999;font-size:16px;font-family:"宋体";}
.navTreeStyle_16 .list_title:hover{border-color:#0cf;border-right:none;}
.navTreeStyle_16 .list_title:hover .a2,.navTreeStyle_16 .isSelect .a2{color:#0cf;background:#fff;}
.navTreeStyle_17 li{border:none;margin:0;}
.navTreeStyle_17 li a{background:none;padding-left:20px;}
.navTreeStyle_17 .list_title{}
.navTreeStyle_17 .a2{position:relative;border-bottom:1px solid #ddd;padding: 8px 0 8px 20px;border-left:2px solid transparent;}
.navTreeStyle_17 .a2:after,.navTreeStyle_17 .childContainer .li3 .a3:after{content:"+";display: block;position:absolute;top:0;bottom:0;margin:auto;right:15px;color:#999;font-size:18px;font-weight: bold;
width: 15px;
text-align: center;
height: 34px;}
.navTreeStyle_17 .current_son .a2{border-left-color:#0cf;color:#0cf;}
.navTreeStyle_17 .tree_nav{border:1px solid #ddd;border-bottom:none;margin-top:10px;}
.navTreeStyle_17 .childContainer{background:#f5f5f5;}
/*.navTreeStyle_17 .childContainer .li3{padding:5px 0;}*/
.navTreeStyle_17 .childContainer .li3 .a3{position:relative;border-bottom:1px solid #ddd;padding:5px 0 5px 34px;}
.navTreeStyle_17 .ul_small2 a{border-bottom:1px solid #ddd;padding:5px 0 5px 45px;}
.navTreeStyle_17 .current_son .a2:after,.navTreeStyle_17 .childContainer .current_son .a3:after{content:"--";letter-spacing: -4px;}
.navTreeStyle_17 .nochild .a2:after,.navTreeStyle_17 .childContainer .nochild .a3:after{content:"";} | public/home/static/css/channletree.css | @charset "utf-8";
/* channel tree */
/*子栏目/
/*channel tree*/
* { padding: 0; margin: 0; }
.form .about_nav{position:relative;z-index:2000;}
.tree_nav { margin: 0 auto; list-style: none; font-size: 14px; color: #1b1b1b; font-family: "Microsoft YaHei"; }
.tree_nav li { line-height: 30px; border-bottom: 1px dashed #ccc; }
.tree_nav li a { display: block; width: 100%; box-sizing: border-box; padding: 0 0 0 32px; background: url(../images/tree_icons.png) no-repeat 7px 12px; }
.tree_nav li a{ text-decoration: none; color: #666; }
.tree_nav li a:hover { color: #015f51; }
.tree_nav li .menu_nav { display: none; }
.tree_nav li .menu_nav a { background: none; padding: 0 0 0 40px; }
/*tree_nav01默认*/
.navTreeStyle1 .tree_nav01 li a { background-position: -1px -2103px; }
.navTreeStyle1 .tree_nav01 li a:hover, .navTreeStyle1 .tree_nav01 li a.curcur { color: #015f51; }
/*空白*/
.navTreeStyle2 .tree_nav01 li a {background: none; }
.navTreeStyle2 .tree_nav01 li a:hover, .navTreeStyle2 .tree_nav01 li a.curcur { color: #666; }
/*tree_nav02*/
.navTreeStyle4 .tree_nav01 li a { background-position: 6px -8px; }
.navTreeStyle4 .tree_nav01 li a:hover, .navTreeStyle4 .tree_nav01 li a.curcur { color: #e56e06; }
.navTreeStyle5 .tree_nav01 li a { background-position: 6px -27px; }
.navTreeStyle5 .tree_nav01 li a:hover { color: #9f1419; }
.navTreeStyle5 .tree_nav01 li a.curcur { color: #9f1419; }
.navTreeStyle6 .tree_nav01 li a { background-position: 6px -46px;}
.navTreeStyle6 .tree_nav01 li a:hover { color: #015f51; }
.navTreeStyle6 .tree_nav01 li a.curcur { color: #015f51; }
.navTreeStyle7 .tree_nav01 li a { background-position: 6px -69px;}
.navTreeStyle7 .tree_nav01 li a:hover { color: #1b62b7; }
.navTreeStyle7 .tree_nav01 li a.curcur { color: #1b62b7; }
.navTreeStyle8 .tree_nav01 li a { background-position: 6px -88px;}
.navTreeStyle8 .tree_nav01 li a:hover { color: #60431e; }
.navTreeStyle8 .tree_nav01 li a.curcur { color: #60431e; }
.navTreeStyle9 .tree_nav01 li a { background-position: 6px -113px; }
.navTreeStyle9 .tree_nav01 li a:hover { color: #C30000; }
.navTreeStyle9 .tree_nav01 li a.curcur { color: #c30000; }
.navTreeStyle10 .tree_nav01 li a { background-position: 6px -146px; }
.navTreeStyle10 .tree_nav01 li a:hover, .navTreeStyle10 .tree_nav01 li a.curcur { color: #80c72c; }
.navTreeStyle11 .tree_nav01 li a { background-position: 6px -178px; }
.navTreeStyle11 .tree_nav01 li a:hover, .navTreeStyle11 .tree_nav01 li a.curcur { color: #f9b10a; }
.navTreeStyle12 .tree_nav01 li a { background-position: 6px -207px; }
.navTreeStyle12 .tree_nav01 li a:hover, .navTreeStyle12 .tree_nav01 li a.curcur { color: #f799aa; }
.navTreeStyle13 .tree_nav01 li a { background-position: 6px -244px; }
.navTreeStyle13 .tree_nav01 li a:hover, .navTreeStyle13 .tree_nav01 li a.curcur { color: #a0a1a4; }
.navTreeStyle14 .tree_nav01 li a { background-position: 6px -279px; }
.navTreeStyle14 .tree_nav01 li a:hover, .navTreeStyle14 .tree_nav01 li a.curcur { color: #76a7c3; }
.navTreeStyle15 .tree_nav01 li a { background-position: 6px -316px; }
.navTreeStyle15 .tree_nav01 li a:hover { color: #91cefd; }
.navTreeStyle15 .tree_nav01 li a.curcur { color: #91cefd; }
.navTreeStyle16 .tree_nav01 li a { background-position: 4px -350px; }
.navTreeStyle16 .tree_nav01 li a:hover, .navTreeStyle16 .tree_nav01 li a.curcur { color: #80c72c; }
.navTreeStyle17 .tree_nav01 li a { background-position: 6px -389px; }
.navTreeStyle17 .tree_nav01 li a:hover, .navTreeStyle17 .tree_nav01 li a.curcur { color: #f9b10a; }
.navTreeStyle18 .tree_nav01 li a { background-position: 6px -426px; }
.navTreeStyle18 .tree_nav01 li a:hover, .navTreeStyle18 .tree_nav01 li a.curcur { color: #eaa3ca; }
.navTreeStyle19 .tree_nav01 li a { background-position: 6px -461px; }
.navTreeStyle19 .tree_nav01 li a:hover, .navTreeStyle19 .tree_nav01 li a.curcur { color: #cccccc; }
.navTreeStyle20 .tree_nav01 li a { background-position: 6px -499px; }
.navTreeStyle20 .tree_nav01 li a:hover, .navTreeStyle20 .tree_nav01 li a.curcur { color: #805955; }
.navTreeStyle21 .tree_nav01 li a { background-position: 6px -537px; }
.navTreeStyle21 .tree_nav01 li a:hover, .navTreeStyle21 .tree_nav01 li a.curcur { color: #999999; }
.navTreeStyle22 .tree_nav01 li a { background-position: 6px -566px; }
.navTreeStyle22 .tree_nav01 li a:hover, .navTreeStyle22 .tree_nav01 li a.curcur { color: #9f1419; }
.navTreeStyle23 .tree_nav01 li a { background-position: 6px -593px; }
.navTreeStyle23 .tree_nav01 li a:hover, .navTreeStyle23 .tree_nav01 li a.curcur { color: #f47115; }
.navTreeStyle24 .tree_nav01 li a { background-position: 6px -620px; }
.navTreeStyle24 .tree_nav01 li a:hover, .navTreeStyle24 .tree_nav01 li a.curcur { color: #009747; }
.navTreeStyle25 .tree_nav01 li a { background-position: 6px -648px; }
.navTreeStyle25 .tree_nav01 li a:hover, .navTreeStyle25 .tree_nav01 li a.curcur { color: #60431e; }
.navTreeStyle26 .tree_nav01 li a { background-position: 6px -676px; }
.navTreeStyle26 .tree_nav01 li a:hover, .navTreeStyle26 .tree_nav01 li a.curcur { color: #1b62b7; }
/*--------------涓囪兘涓夎--------------------------*/
.navTreeStyle27 .tree_nav01 li { border: none; }
.navTreeStyle27 .tree_nav01 li a { background-position: 18px -708px; padding: 0 0 0 46px; }
.navTreeStyle27 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 10px -691px; }
.navTreeStyle27 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle28 .tree_nav01 li { border: none; }
.navTreeStyle28 .tree_nav01 li a { background-position: 18px -708px; padding: 0 0 0 46px; }
.navTreeStyle28 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 10px -727px; }
.navTreeStyle28 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle29 .tree_nav01 li { border: none; }
.navTreeStyle29 .tree_nav01 li a { background-position: 18px -708px; padding: 0 0 0 46px; }
.navTreeStyle29 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 10px -765px; }
.navTreeStyle29 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle30 .tree_nav01 li { border: none; }
.navTreeStyle30 .tree_nav01 li a { background-position: 18px -708px; padding: 0 0 0 46px; }
.navTreeStyle30 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 10px -804px; }
.navTreeStyle30 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle31 .tree_nav01 li { border: none; }
.navTreeStyle31 .tree_nav01 li a { background-position: 18px -708px; padding: 0 0 0 46px; }
.navTreeStyle31 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 10px -845px; }
.navTreeStyle31 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle32 .tree_nav01 li { border: none; }
.navTreeStyle32 .tree_nav01 li a { background-position: 18px -708px; padding: 0 0 0 46px; }
.navTreeStyle32 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 10px -884px; }
.navTreeStyle32 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle33 .tree_nav01 li { border: none; }
.navTreeStyle33 .tree_nav01 li a { background-position: 156px -877px; padding: 0 0 0 20px; }
.navTreeStyle33 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat -5px -921px; }
.navTreeStyle33 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle34 .tree_nav01 li { border: none; }
.navTreeStyle34 .tree_nav01 li a { background-position: 156px -877px; padding: 0 0 0 20px; }
.navTreeStyle34 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat -5px -951px; }
.navTreeStyle34 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle35 .tree_nav01 li { border: none; }
.navTreeStyle35 .tree_nav01 li a { background-position: 156px -877px; padding: 0 0 0 20px; }
.navTreeStyle35 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat -5px -983px; }
.navTreeStyle35 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle36 .tree_nav01 li { border: none; }
.navTreeStyle36 .tree_nav01 li a { background-position: 156px -877px; padding: 0 0 0 20px; }
.navTreeStyle36 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat -5px -1016px; }
.navTreeStyle36 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle37 .tree_nav01 li { border: none; }
.navTreeStyle37 .tree_nav01 li a { background-position: 156px -877px; padding: 0 0 0 20px; }
.navTreeStyle37 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat -5px -1050px; }
.navTreeStyle37 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle38 .tree_nav01 li { border: none; }
.navTreeStyle38 .tree_nav01 li a { background-position: 156px -877px; padding: 0 0 0 20px; }
.navTreeStyle38 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat -5px -1086px; }
.navTreeStyle38 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle39 .tree_nav01 li { border-bottom: 1px solid #ccc; }
.navTreeStyle39 .tree_nav01 li a { background-position: 0px -1081px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle39 .tree_nav01 li a:hover { color: #c0c0c0; }
.navTreeStyle39 .tree_nav01 li a.curcur { color: #c0c0c0; }
.navTreeStyle40 .tree_nav01 li { border-bottom: 1px solid #ccc; }
.navTreeStyle40 .tree_nav01 li a { background-position: 0px -1107px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle40 .tree_nav01 li a:hover { color: #805955; }
.navTreeStyle40 .tree_nav01 li a.curcur { color: #805955; }
.navTreeStyle41 .tree_nav01 li { border-bottom: 1px solid #ccc; }
.navTreeStyle41 .tree_nav01 li a { background-position: 0px -1133px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle41 .tree_nav01 li a:hover { color: #3dbcd0; }
.navTreeStyle41 .tree_nav01 li a.curcur { color: #3dbcd0; }
.navTreeStyle42 .tree_nav01 li { border-bottom: 1px solid #ccc; }
.navTreeStyle42 .tree_nav01 li a { background-position: 0px -1160px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle42 .tree_nav01 li a:hover { color: #80c72c; }
.navTreeStyle42 .tree_nav01 li a.curcur { color: #80c72c; }
.navTreeStyle43 .tree_nav01 li { border-bottom: 1px solid #ccc; }
.navTreeStyle43 .tree_nav01 li a { background-position: 0px -1185px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle43 .tree_nav01 li a:hover { color: #f9b10a; }
.navTreeStyle43 .tree_nav01 li a.curcur { color: #f9b10a; }
.navTreeStyle44 .tree_nav01 li { border-bottom: 1px solid #ccc; }
.navTreeStyle44 .tree_nav01 li a { background-position: 0px -1211px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle44 .tree_nav01 li a:hover, .navTreeStyle44 .tree_nav01 li a.curcur { color: #c57bac; }
#treeNavigation.navTreeStyle45 .tree_nav01 li { background: url(../images/line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle45 .tree_nav01 li a { background-position: 6px -1241px; padding: 0 0 0 48px; }
.navTreeStyle45 .tree_nav01 li a:hover, .navTreeStyle45 .tree_nav01 li a.curcur { color: #89b75f; }
#treeNavigation.navTreeStyle46 .tree_nav01 li { background: url(../images/line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle46 .tree_nav01 li a { background-position: 6px -1271px; padding: 0 0 0 48px; }
.navTreeStyle46 .tree_nav01 li a:hover { color: #f7f073; }
.navTreeStyle46 .tree_nav01 li a.curcur { color: #f7f073; }
#treeNavigation.navTreeStyle47 .tree_nav01 li { background: url(../images/line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle47 .tree_nav01 li a { background-position: 6px -1302px; padding: 0 0 0 48px; }
.navTreeStyle47 .tree_nav01 li a:hover { color: #9a4144; }
.navTreeStyle47 .tree_nav01 li a.curcur { color: #9a4144; }
#treeNavigation.navTreeStyle48 .tree_nav01 li { background: url(../images/line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle48 .tree_nav01 li a { background-position: 6px -1332px; padding: 0 0 0 48px; }
.navTreeStyle48 .tree_nav01 li a:hover, .navTreeStyle48 .tree_nav01 li a.curcur { color: #735836; }
#treeNavigation.navTreeStyle49 .tree_nav01 li { background: url(../images/line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle49 .tree_nav01 li a { background-position: 6px -1362px; padding: 0 0 0 48px; }
.navTreeStyle49 .tree_nav01 li a:hover, .navTreeStyle49 .tree_nav01 li a.curcur { color: #e9e9e9; }
#treeNavigation.navTreeStyle50 .tree_nav01 li { background: url(../images/line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle50 .tree_nav01 li a { background-position: 6px -1392px; padding: 0 0 0 48px; }
.navTreeStyle50 .tree_nav01 li a:hover, .navTreeStyle50 .tree_nav01 li a.curcur { color: #76a7c3; }
.navTreeStyle51 .tree_nav01 li { background: #91942d url(../images/line.png) no-repeat center bottom; border: none; }
.navTreeStyle51 .tree_nav01 li a { background-position: center -877px; text-align: center; padding: 0 0 0 10px; color: #3e3e3e; }
.navTreeStyle51 .tree_nav01 li a:hover, .navTreeStyle51 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle52 .tree_nav01 li { background: #91942d url(../images/line.png) no-repeat center bottom; border: none; }
.navTreeStyle52 .tree_nav01 li a { background-position: center -911px; text-align: center; padding: 0 0 0 10px; color: #3e3e3e; }
.navTreeStyle52 .tree_nav01 li a:hover, .navTreeStyle52 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle53 .tree_nav01 li { background: #91942d url(../images/line.png) no-repeat center bottom; border: none; }
.navTreeStyle53 .tree_nav01 li a { background-position: center -945px; text-align: center; padding: 0 0 0 10px; color: #3e3e3e; }
.navTreeStyle53 .tree_nav01 li a:hover, .navTreeStyle53 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle54 .tree_nav01 li { background: #91942d url(../images/line.png) no-repeat center bottom; border: none; }
.navTreeStyle54 .tree_nav01 li a { background-position: center -979px; text-align: center; padding: 0 0 0 10px; color: #3e3e3e; }
.navTreeStyle54 .tree_nav01 li a:hover, .navTreeStyle54 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle55 .tree_nav01 li { background: #91942d url(../images/line.png) no-repeat center bottom; border: none; }
.navTreeStyle55 .tree_nav01 li a { background-position: center -1013px; text-align: center; padding: 0 0 0 10px; color: #3e3e3e; }
.navTreeStyle55 .tree_nav01 li a:hover, .navTreeStyle55 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle56 .tree_nav01 li { background: #91942d url(../images/line.png) no-repeat center bottom; border: none; }
.navTreeStyle56 .tree_nav01 li a { background-position: center -1049px; text-align: center; padding: 0 0 0 10px; color: #3e3e3e; }
.navTreeStyle56 .tree_nav01 li a:hover, .navTreeStyle56 .tree_nav01 li a.curcur { color: #fff; }
.navTreeStyle57 .tree_nav01 li { background: url(../images/kuan_line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle57 .tree_nav01 li a { background-position: 19px -707px; padding: 0 0 0 46px; }
.navTreeStyle57 .tree_nav01 li a:hover, .navTreeStyle57 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle58 .tree_nav01 li { background: url(../images/kuan_line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle58 .tree_nav01 li a { background-position: 19px -737px; padding: 0 0 0 46px; }
.navTreeStyle58 .tree_nav01 li a:hover, .navTreeStyle58 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle59 .tree_nav01 li { background: url(../images/kuan_line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle59 .tree_nav01 li a { background-position: 19px -764px; padding: 0 0 0 46px; }
.navTreeStyle59 .tree_nav01 li a:hover, .navTreeStyle59 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle60 .tree_nav01 li { background: url(../images/kuan_line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle60 .tree_nav01 li a { background-position: 19px -792px; padding: 0 0 0 46px; }
.navTreeStyle60 .tree_nav01 li a:hover, .navTreeStyle60 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle61 .tree_nav01 li { background: url(../images/kuan_line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle61 .tree_nav01 li a { background-position: 19px -819px; padding: 0 0 0 46px; }
.navTreeStyle61 .tree_nav01 li a:hover, .navTreeStyle61 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle62 .tree_nav01 li { background: url(../images/kuan_line.png) no-repeat 0 bottom; border: none; }
.navTreeStyle62 .tree_nav01 li a { background-position: 19px -849px; padding: 0 0 0 46px; }
.navTreeStyle62 .tree_nav01 li a:hover, .navTreeStyle62 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle63 .tree_nav01 li { background: url(../images/shu_line.png) repeat-x center bottom; border: none; }
.navTreeStyle63 .tree_nav01 li a { background-position: 205px -707px; text-align: left; padding: 0; color: #c55a00; text-indent: 25px; }
.navTreeStyle63 .tree_nav01 li a:hover, .navTreeStyle63 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle64 .tree_nav01 li { background: url(../images/shu_line.png) repeat-x center bottom; border: none; }
.navTreeStyle64 .tree_nav01 li a { background-position: 205px -737px; text-align: left; padding: 0; color: #c55a00; text-indent: 25px; }
.navTreeStyle64 .tree_nav01 li a:hover { color: #3e3e3e; }
.navTreeStyle64 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle65 .tree_nav01 li { background: url(../images/shu_line.png) repeat-x center bottom; border: none; }
.navTreeStyle65 .tree_nav01 li a { background-position: 205px -764px; text-align: left; padding: 0; color: #c55a00; text-indent: 25px; }
.navTreeStyle65 .tree_nav01 li a:hover { color: #3e3e3e; }
.navTreeStyle65 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle66 .tree_nav01 li { background: url(../images/shu_line.png) repeat-x center bottom; border: none; }
.navTreeStyle66 .tree_nav01 li a { background-position: 205px -792px; text-align: left; padding: 0; color: #c55a00; text-indent: 25px; }
.navTreeStyle66 .tree_nav01 li a:hover { color: #3e3e3e; }
.navTreeStyle66 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle67 .tree_nav01 li { background: url(../images/shu_line.png) repeat-x center bottom; border: none; }
.navTreeStyle67 .tree_nav01 li a { background-position: 205px -819px; text-align: left; padding: 0; color: #c55a00; text-indent: 25px; }
.navTreeStyle67 .tree_nav01 li a:hover { color: #3e3e3e; }
.navTreeStyle67 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle68 .tree_nav01 li { background: url(../images/shu_line.png) repeat-x center bottom; border: none; }
.navTreeStyle68 .tree_nav01 li a { background-position: 205px -849px; text-align: left; padding: 0; color: #c55a00; text-indent: 25px; }
.navTreeStyle68 .tree_nav01 li a:hover { color: #3e3e3e; }
.navTreeStyle68 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle69 .tree_nav01 li a { background-position: 1px -1425px; text-align: left; padding: 0; color: #a2998c; text-indent: 50px; }
.navTreeStyle69 .tree_nav01 li a:hover, .navTreeStyle69 .tree_nav01 li a.curcur { color: #cc0010; }
.navTreeStyle70 .tree_nav01 li a { background-position: 1px -1461px; text-align: left; padding: 0; color: #a2998c; text-indent: 50px; }
.navTreeStyle70 .tree_nav01 li a:hover, .navTreeStyle70 .tree_nav01 li a.curcur { color: #2b9181; }
.navTreeStyle71 .tree_nav01 li a { background-position: 1px -1497px; text-align: left; padding: 0; color: #a2998c; text-indent: 50px; }
.navTreeStyle71 .tree_nav01 li a:hover { color: #857343; }
.navTreeStyle71 .tree_nav01 li a.curcur { color: #857343; }
.navTreeStyle72 .tree_nav01 li a { background-position: 1px -1532px; text-align: left; padding: 0; color: #a2998c; text-indent: 50px; }
.navTreeStyle72 .tree_nav01 li a:hover { color: #857343; }
.navTreeStyle72 .tree_nav01 li a.curcur { color: #857343; }
.navTreeStyle73 .tree_nav01 li a { background-position: 1px -1567px; text-align: left; padding: 0; color: #a2998c; text-indent: 50px; }
.navTreeStyle73 .tree_nav01 li a:hover { color: #857343; }
.navTreeStyle73 .tree_nav01 li a.curcur { color: #857343; }
.navTreeStyle74 .tree_nav01 li a { background-position: 1px -1602px; text-align: left; padding: 0; color: #a2998c; text-indent: 50px; }
.navTreeStyle74 .tree_nav01 li a:hover, .navTreeStyle74 .tree_nav01 li a.curcur { color: #a0a1a4; }
.navTreeStyle75 #channelTree li { border: 1px solid #e0e0e0; margin: 5px; }
.navTreeStyle75 .tree_nav01 li a { background-position: 0px -1081px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle75 .tree_nav01 li a:hover { color: #c0c0c0; }
.navTreeStyle75 .tree_nav01 li a.curcur { color: #c0c0c0; }
.navTreeStyle76 #channelTree li { border: 1px solid #e0e0e0; margin: 5px; }
.navTreeStyle76 .tree_nav01 li a { background-position: 0px -1107px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle76 .tree_nav01 li a:hover { color: #805955; }
.navTreeStyle76 .tree_nav01 li a.curcur { color: #805955; }
.navTreeStyle77 #channelTree li { border: 1px solid #e0e0e0; margin: 5px; }
.navTreeStyle77 .tree_nav01 li a { background-position: 0px -1133px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle77 .tree_nav01 li a:hover { color: #3dbcd0; }
.navTreeStyle77 .tree_nav01 li a.curcur { color: #3dbcd0; }
.navTreeStyle78 #channelTree li { border: 1px solid #e0e0e0; margin: 5px; }
.navTreeStyle78 .tree_nav01 li a { background-position: 0px -1160px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle78 .tree_nav01 li a:hover { color: #80c72c; }
.navTreeStyle78 .tree_nav01 li a.curcur { color: #80c72c; }
.navTreeStyle79 #channelTree li { border: 1px solid #e0e0e0; margin: 5px; }
.navTreeStyle79 .tree_nav01 li a { background-position: 0px -1185px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle79 .tree_nav01 li a:hover { color: #f9b10a; }
.navTreeStyle79 .tree_nav01 li a.curcur { color: #f9b10a; }
.navTreeStyle80 #channelTree li { border: 1px solid #e0e0e0; margin: 5px; }
.navTreeStyle80 .tree_nav01 li a { background-position: 0px -1211px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle80 .tree_nav01 li a:hover { color: #c57bac; }
.navTreeStyle80 .tree_nav01 li a.curcur { color: #c57bac; }
.navTreeStyle81 #channelTree li { background: #f0f3f8; border: none; margin: 5px; }
.navTreeStyle81 .tree_nav01 li a { background-position: 205px -877px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle81 .tree_nav01 li a:hover { color: #3e3e3e; }
.navTreeStyle81 .tree_nav01 li a.curcur { color: #3e3e3e; }
.navTreeStyle82 #channelTree li { background: #f0f3f8; border: none; margin: 5px; }
.navTreeStyle82 .tree_nav01 li a { background-position: 205px -911px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle82 .tree_nav01 li a:hover, .navTreeStyle82 .tree_nav01 li a.curcur { color: #60431E; }
.navTreeStyle83 #channelTree li { background: #f0f3f8; border: none; margin: 5px; }
.navTreeStyle83 .tree_nav01 li a { background-position: 205px -945px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle83 .tree_nav01 li a:hover, .navTreeStyle83 .tree_nav01 li a.curcur { color: #1B62B7; }
.navTreeStyle84 #channelTree li { background: #f0f3f8; border: none; margin: 5px; }
.navTreeStyle84 .tree_nav01 li a { background-position: 205px -979px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle84 .tree_nav01 li a:hover, .navTreeStyle84 .tree_nav01 li a.curcur { color: #80C72C; }
.navTreeStyle85 #channelTree li { background: #f0f3f8; border: none; margin: 5px; }
.navTreeStyle85 .tree_nav01 li a { background-position: 205px -1013px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle85 .tree_nav01 li a:hover, .navTreeStyle85 .tree_nav01 li a.curcur { color: #F9B10A; }
.navTreeStyle86 #channelTree li { background: #f0f3f8; border: none; margin: 5px; }
.navTreeStyle86 .tree_nav01 li a { background-position: 205px -1049px; text-align: left; padding: 0; text-indent: 25px; }
.navTreeStyle86 .tree_nav01 li a:hover, .navTreeStyle86 .tree_nav01 li a.curcur { color: #C32279; }
.navTreeStyle87 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle87 .tree_nav01 li a { background-position: 26px -1641px; padding: 0 0 0 61px; }
.navTreeStyle87 .tree_nav01 li a:hover, .navTreeStyle87 .tree_nav01 li a.curcur { color: #3fb13f; }
.navTreeStyle88 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle88 .tree_nav01 li a { background-position: 26px -1684px; padding: 0 0 0 61px; }
.navTreeStyle88 .tree_nav01 li a:hover, .navTreeStyle88 .tree_nav01 li a.curcur { color: #805955; }
.navTreeStyle89 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle89 .tree_nav01 li a { background-position: 26px -1728px; padding: 0 0 0 61px; }
.navTreeStyle89 .tree_nav01 li a:hover { color: #c5bab2; }
.navTreeStyle89 .tree_nav01 li a.curcur { color: #c5bab2; }
.navTreeStyle90 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle90 .tree_nav01 li a { background-position: 26px -1770px; padding: 0 0 0 61px; }
.navTreeStyle90 .tree_nav01 li a:hover, .navTreeStyle90 .tree_nav01 li a.curcur { color: #abd6dd; }
.navTreeStyle91 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle91 .tree_nav01 li a { background-position: 26px -1814px; padding: 0 0 0 61px; }
.navTreeStyle91 .tree_nav01 li a:hover, .navTreeStyle91 .tree_nav01 li a.curcur { color: #c57bac; }
.navTreeStyle92 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle92 .tree_nav01 li a { background-position: 26px -1857px; padding: 0 0 0 61px; }
.navTreeStyle92 .tree_nav01 li a:hover, .navTreeStyle92 .tree_nav01 li a.curcur { color: #fddd1b; }
.navTreeStyle93 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle93 .tree_nav01 li a { background-position: 0px -1887px; padding: 0 0 0 36px; }
.navTreeStyle93 .tree_nav01 li a:hover, .navTreeStyle93 .tree_nav01 li a.curcur { color: #a4a4a4; }
.navTreeStyle94 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle94 .tree_nav01 li a { background-position: 0 -1918px; padding: 0 0 0 36px; }
.navTreeStyle94 .tree_nav01 li a:hover, .navTreeStyle94 .tree_nav01 li a.curcur { color: #60431e; }
.navTreeStyle95 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle95 .tree_nav01 li a { background-position: 0 -1949px; padding: 0 0 0 36px; }
.navTreeStyle95 .tree_nav01 li a:hover, .navTreeStyle95 .tree_nav01 li a.curcur { color: #76a7c3; }
.navTreeStyle96 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle96 .tree_nav01 li a { background-position: 0 -1978px; padding: 0 0 0 36px; }
.navTreeStyle96 .tree_nav01 li a:hover, .navTreeStyle96 .tree_nav01 li a.curcur { color: #9f9b55; }
.navTreeStyle97 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle97 .tree_nav01 li a { background-position: 0 -2009px; padding: 0 0 0 36px; }
.navTreeStyle97 .tree_nav01 li a:hover, .navTreeStyle97 .tree_nav01 li a.curcur { color: #f799aa; }
.navTreeStyle98 .tree_nav01 li { border: none; background: url(../images/heng_line.png) no-repeat 0 bottom; }
.navTreeStyle98 .tree_nav01 li a { background-position: 0 -2039px; padding: 0 0 0 36px; }
.navTreeStyle98 .tree_nav01 li a:hover, .navTreeStyle98 .tree_nav01 li a.curcur { color: #fbc784; }
.navTreeStyle99 .tree_nav01 li { border-bottom: 1px solid #efefef; }
.navTreeStyle99 .tree_nav01 li a { background-position: 14px -709px; text-align: left; padding: 0; text-indent: 65px; }
.navTreeStyle99 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 1px 2px; }
.navTreeStyle99 .tree_nav01 li a.curcur { color: #9f1419; }
.navTreeStyle100 .tree_nav01 li { border-bottom: 1px solid #efefef; }
.navTreeStyle100 .tree_nav01 li a { background-position: 14px -709px; text-align: left; padding: 0; text-indent: 65px; }
.navTreeStyle100 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 1px -34px; }
.navTreeStyle100 .tree_nav01 li a.curcur { color: #f47115; }
.navTreeStyle101 .tree_nav01 li { border-bottom: 1px solid #efefef; }
.navTreeStyle101 .tree_nav01 li a { background-position: 14px -709px; text-align: left; padding: 0; text-indent: 65px; }
.navTreeStyle101 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 1px -72px; }
.navTreeStyle101 .tree_nav01 li a.curcur { color: #009747; }
.navTreeStyle102 .tree_nav01 li { border-bottom: 1px solid #efefef; }
.navTreeStyle102 .tree_nav01 li a { background-position: 14px -709px; text-align: left; padding: 0; text-indent: 65px; }
.navTreeStyle102 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 1px -111px; }
.navTreeStyle102 .tree_nav01 li a.curcur { color: #60431e; }
.navTreeStyle103 .tree_nav01 li { border-bottom: 1px solid #efefef; }
.navTreeStyle103 .tree_nav01 li a { background-position: 14px -709px; text-align: left; padding: 0; text-indent: 65px; }
.navTreeStyle103 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 1px -148px; }
.navTreeStyle103 .tree_nav01 li a.curcur { color: #1b62b7; }
.navTreeStyle104 .tree_nav01 li { border-bottom: 1px solid #efefef; }
.navTreeStyle104 .tree_nav01 li a { background-position: 14px -709px; text-align: left; padding: 0; text-indent: 65px; }
.navTreeStyle104 .tree_nav01 li a:hover { color: #fff; background: url(../images/hover_btn.png) no-repeat 1px -186px; }
.navTreeStyle104 .tree_nav01 li a.curcur { color: #999999; }
/*新增栏目导航样式 2.17.05.17 zqy*/
/*navTreeStyle105*/
.navTreeStyle105 .tree_nav01{height: 54px;font-size: 14px;background: #fdd3d4;}
.navTreeStyle105 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle105 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #e50100;}
.navTreeStyle105 .tree_nav01 li a:hover,.navTreeStyle105 .tree_nav01 li.current_son .a2{color: #fff;background: #e50100;}
.navTreeStyle105 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #f04d4e;}
.navTreeStyle105 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle105 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle106*/
.navTreeStyle106 .tree_nav01{height: 54px;font-size: 14px;background: #fdd0f1;}
.navTreeStyle106 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle106 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #fb00b2;}
.navTreeStyle106 .tree_nav01 li a:hover,.navTreeStyle106 .tree_nav01 li.current_son .a2{color: #fff;background: #fb00b2;}
.navTreeStyle106 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #fe62d0;}
.navTreeStyle106 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle106 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle107*/
.navTreeStyle107 .tree_nav01{height: 54px;font-size: 14px;background: #dfcefb;}
.navTreeStyle107 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle107 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #6b45aa;}
.navTreeStyle107 .tree_nav01 li a:hover,.navTreeStyle107 .tree_nav01 li.current_son .a2{color: #fff;background: #6b45aa;}
.navTreeStyle107 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #a77deb;}
.navTreeStyle107 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle107 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle108*/
.navTreeStyle108 .tree_nav01{height: 54px;font-size: 14px;background: #ffebd2;}
.navTreeStyle108 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle108 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #fe9313;}
.navTreeStyle108 .tree_nav01 li a:hover,.navTreeStyle108 .tree_nav01 li.current_son .a2{color: #fff;background: #fe9313;}
.navTreeStyle108 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #fab45f;}
.navTreeStyle108 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle108 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle109*/
.navTreeStyle109 .tree_nav01{height: 54px;font-size: 14px;background: #fff7d6;}
.navTreeStyle109 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle109 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #dea700;}
.navTreeStyle109 .tree_nav01 li a:hover,.navTreeStyle109 .tree_nav01 li.current_son .a2{color: #fff;background: #dea700;}
.navTreeStyle109 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #ffc001;}
.navTreeStyle109 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle109 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle110*/
.navTreeStyle110 .tree_nav01{height: 54px;font-size: 14px;background: #e5ffd2;}
.navTreeStyle110 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle110 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #49ad00;}
.navTreeStyle110 .tree_nav01 li a:hover,.navTreeStyle110 .tree_nav01 li.current_son .a2{color: #fff;background: #49ad00;}
.navTreeStyle110 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #5cd305;}
.navTreeStyle110 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle110 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle111*/
.navTreeStyle111 .tree_nav01{height: 54px;font-size: 14px;background: #cefcbb;}
.navTreeStyle111 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle111 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #31a800;}
.navTreeStyle111 .tree_nav01 li a:hover,.navTreeStyle111 .tree_nav01 li.current_son .a2{color: #fff;background: #31a800;}
.navTreeStyle111 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #46c418;}
.navTreeStyle111 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle111 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle112*/
.navTreeStyle112 .tree_nav01{height: 54px;font-size: 14px;background: #d8d0ff;}
.navTreeStyle112 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle112 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #3811fe;}
.navTreeStyle112 .tree_nav01 li a:hover,.navTreeStyle112 .tree_nav01 li.current_son .a2{color: #fff;background: #3811fe;}
.navTreeStyle112 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #7054ff;}
.navTreeStyle112 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle112 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle113*/
.navTreeStyle113 .tree_nav01{height: 54px;font-size: 14px;background: #d4f4ff;}
.navTreeStyle113 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle113 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #10c7ff;}
.navTreeStyle113 .tree_nav01 li a:hover,.navTreeStyle113 .tree_nav01 li.current_son .a2{color: #fff;background: #10c7ff;}
.navTreeStyle113 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #4bd3fb;}
.navTreeStyle113 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle113 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle114*/
.navTreeStyle114 .tree_nav01{height: 54px;font-size: 14px;background: #fee6c2;}
.navTreeStyle114 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle114 .tree_nav01 li a{display: block;width: 125px;height: 54px;line-height: 54px;padding: 0;text-align: center;background: none;color: #784e12;}
.navTreeStyle114 .tree_nav01 li a:hover,.navTreeStyle114 .tree_nav01 li.current_son .a2{color: #fff;background: #784e12;}
.navTreeStyle114 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 53px;left: 0;z-index: 9;background: #93621f;}
.navTreeStyle114 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle114 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle115*/
.navTreeStyle115 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle115 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #f04d4e;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle115 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle115 .tree_nav01 li a:hover,.navTreeStyle115 .tree_nav01 li.current_son .a2{color: #fff;background: #e50100;}
.navTreeStyle115 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #f04d4e;}
.navTreeStyle115 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle115 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle116*/
.navTreeStyle116 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle116 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #fe62d0;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle116 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle116 .tree_nav01 li a:hover,.navTreeStyle116 .tree_nav01 li.current_son .a2{color: #fff;background: #fb00b2;}
.navTreeStyle116 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #fe62d0;}
.navTreeStyle116 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle116 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle117*/
.navTreeStyle117 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle117 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #a77deb;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle117 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle117 .tree_nav01 li a:hover,.navTreeStyle117 .tree_nav01 li.current_son .a2{color: #fff;background: #6b45aa;}
.navTreeStyle117 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #a77deb;}
.navTreeStyle117 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle117 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle118*/
.navTreeStyle118 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle118 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #fab45f;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle118 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle118 .tree_nav01 li a:hover,.navTreeStyle118 .tree_nav01 li.current_son .a2{color: #fff;background: #fe9313;}
.navTreeStyle118 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #fab45f;}
.navTreeStyle118 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle118 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle119*/
.navTreeStyle119 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle119 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #ffc001;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle119 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle119 .tree_nav01 li a:hover,.navTreeStyle119 .tree_nav01 li.current_son .a2{color: #fff;background: #dea700;}
.navTreeStyle119 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #ffc001;}
.navTreeStyle119 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle119 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle120*/
.navTreeStyle120 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle120 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #5cd305;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle120 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle120 .tree_nav01 li a:hover,.navTreeStyle120 .tree_nav01 li.current_son .a2{color: #fff;background: #49ad00;}
.navTreeStyle120 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #5cd305;}
.navTreeStyle120 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle120 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle121*/
.navTreeStyle121 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle121 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #46c418;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle121 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle121 .tree_nav01 li a:hover,.navTreeStyle121 .tree_nav01 li.current_son .a2{color: #fff;background: #31a800;}
.navTreeStyle121 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #46c418;}
.navTreeStyle121 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle121 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle122*/
.navTreeStyle122 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle122 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #7054ff;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle122 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle122 .tree_nav01 li a:hover,.navTreeStyle122 .tree_nav01 li.current_son .a2{color: #fff;background: #3811fe;}
.navTreeStyle122 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #7054ff;}
.navTreeStyle122 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle122 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle123*/
.navTreeStyle123 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle123 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #4bd3fb;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle123 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle123 .tree_nav01 li a:hover,.navTreeStyle123 .tree_nav01 li.current_son .a2{color: #fff;background: #10c7ff;}
.navTreeStyle123 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #4bd3fb;}
.navTreeStyle123 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle123 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle124*/
.navTreeStyle124 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle124 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;background: #93621f;margin: 0 15px 0 0;border-radius: 2px;}
.navTreeStyle124 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle124 .tree_nav01 li a:hover,.navTreeStyle124 .tree_nav01 li.current_son .a2{color: #fff;background: #784e12;}
.navTreeStyle124 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #93621f;}
.navTreeStyle124 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle124 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle125*/
.navTreeStyle125 .about_nav{text-align: center;}
.navTreeStyle125 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #fdd3d4;}
.navTreeStyle125 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle125 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle125 .tree_nav01 li a:hover,.navTreeStyle125 .tree_nav01 li.current_son .a2{color: #fff;background: #e50100;}
.navTreeStyle125 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #f04d4e;}
.navTreeStyle125 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle125 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle126*/
.navTreeStyle126 .about_nav{text-align: center;}
.navTreeStyle126 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #fdd0f1;}
.navTreeStyle126 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle126 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle126 .tree_nav01 li a:hover,.navTreeStyle126 .tree_nav01 li.current_son .a2{color: #fff;background: #fb00b2;}
.navTreeStyle126 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #fe62d0;}
.navTreeStyle126 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle126 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle127*/
.navTreeStyle127 .about_nav{text-align: center;}
.navTreeStyle127 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #dfcefb;}
.navTreeStyle127 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle127 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle127 .tree_nav01 li a:hover,.navTreeStyle127 .tree_nav01 li.current_son .a2{color: #fff;background: #6b45aa;}
.navTreeStyle127 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #a77deb;}
.navTreeStyle127 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle127 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle128*/
.navTreeStyle128 .about_nav{text-align: center;}
.navTreeStyle128 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #ffebd2;}
.navTreeStyle128 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle128 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle128 .tree_nav01 li a:hover,.navTreeStyle128 .tree_nav01 li.current_son .a2{color: #fff;background: #fe9313;}
.navTreeStyle128 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #fab45f;}
.navTreeStyle128 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle128 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle129*/
.navTreeStyle129 .about_nav{text-align: center;}
.navTreeStyle129 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #fff7d6;}
.navTreeStyle129 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle129 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle129 .tree_nav01 li a:hover,.navTreeStyle129 .tree_nav01 li.current_son .a2{color: #fff;background: #dea700;}
.navTreeStyle129 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #ffc001;}
.navTreeStyle129 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle129 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle130*/
.navTreeStyle130 .about_nav{text-align: center;}
.navTreeStyle130 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #e5ffd2;}
.navTreeStyle130 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle130 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle130 .tree_nav01 li a:hover,.navTreeStyle130 .tree_nav01 li.current_son .a2{color: #fff;background: #49ad00;}
.navTreeStyle130 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #5cd305;}
.navTreeStyle130 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle130 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle131*/
.navTreeStyle131 .about_nav{text-align: center;}
.navTreeStyle131 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #cefcbb;}
.navTreeStyle131 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle131 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle131 .tree_nav01 li a:hover,.navTreeStyle131 .tree_nav01 li.current_son .a2{color: #fff;background: #31a800;}
.navTreeStyle131 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #46c418;}
.navTreeStyle131 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle131 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle132*/
.navTreeStyle132 .about_nav{text-align: center;}
.navTreeStyle132 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #d8d0ff;}
.navTreeStyle132 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle132 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle132 .tree_nav01 li a:hover,.navTreeStyle132 .tree_nav01 li.current_son .a2{color: #fff;background: #3811fe;}
.navTreeStyle132 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #7054ff;}
.navTreeStyle132 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle132 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle133*/
.navTreeStyle133 .about_nav{text-align: center;}
.navTreeStyle133 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #d4f4ff;}
.navTreeStyle133 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle133 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle133 .tree_nav01 li a:hover,.navTreeStyle133 .tree_nav01 li.current_son .a2{color: #fff;background: #10c7ff;}
.navTreeStyle133 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #4bd3fb;}
.navTreeStyle133 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle133 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle134*/
.navTreeStyle134 .about_nav{text-align: center;}
.navTreeStyle134 .tree_nav01{display: inline-block;height: 40px;font-size: 14px;background: #fee6c2;}
.navTreeStyle134 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle134 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #fff;}
.navTreeStyle134 .tree_nav01 li a:hover,.navTreeStyle134 .tree_nav01 li.current_son .a2{color: #fff;background: #784e12;}
.navTreeStyle134 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 39px;left: 0;z-index: 9;background: #93621f;}
.navTreeStyle134 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle134 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle135*/
.navTreeStyle135 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle135 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle135 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle135 .tree_nav01 li a:hover,.navTreeStyle135 .tree_nav01 li.current_son .a2{border-color: #e50100;}
.navTreeStyle135 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #f04d4e;}
.navTreeStyle135 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #e50100;}
.navTreeStyle135 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle135 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle136*/
.navTreeStyle136 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle136 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle136 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle136 .tree_nav01 li a:hover,.navTreeStyle136 .tree_nav01 li.current_son .a2{border-color: #fb00b2;}
.navTreeStyle136 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #fe62d0;}
.navTreeStyle136 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #fb00b2;}
.navTreeStyle136 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle136 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle137*/
.navTreeStyle137 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle137 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle137 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle137 .tree_nav01 li a:hover,.navTreeStyle137 .tree_nav01 li.current_son .a2{border-color: #6b45aa;}
.navTreeStyle137 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #a77deb;}
.navTreeStyle137 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #6b45aa;}
.navTreeStyle137 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle137 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle138*/
.navTreeStyle138 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle138 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle138 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle138 .tree_nav01 li a:hover,.navTreeStyle138 .tree_nav01 li.current_son .a2{border-color: #fe9313;}
.navTreeStyle138 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #fab45f;}
.navTreeStyle138 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #fe9313;}
.navTreeStyle138 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle138 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle139*/
.navTreeStyle139 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle139 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle139 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle139 .tree_nav01 li a:hover,.navTreeStyle139 .tree_nav01 li.current_son .a2{border-color: #dea700;}
.navTreeStyle139 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #ffc001;}
.navTreeStyle139 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #dea700;}
.navTreeStyle139 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle139 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle140*/
.navTreeStyle140 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle140 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle140 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle140 .tree_nav01 li a:hover,.navTreeStyle140 .tree_nav01 li.current_son .a2{border-color: #49ad00;}
.navTreeStyle140 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #5cd305;}
.navTreeStyle140 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #49ad00;}
.navTreeStyle140 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle140 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle141*/
.navTreeStyle141 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle141 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle141 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle141 .tree_nav01 li a:hover,.navTreeStyle141 .tree_nav01 li.current_son .a2{border-color: #31a800;}
.navTreeStyle141 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #46c418;}
.navTreeStyle141 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #31a800;}
.navTreeStyle141 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle141 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle142*/
.navTreeStyle142 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle142 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle142 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle142 .tree_nav01 li a:hover,.navTreeStyle142 .tree_nav01 li.current_son .a2{border-color: #3811fe;}
.navTreeStyle142 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #7054ff;}
.navTreeStyle142 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #3811fe;}
.navTreeStyle142 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle142 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle143*/
.navTreeStyle143 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle143 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle143 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle143 .tree_nav01 li a:hover,.navTreeStyle143 .tree_nav01 li.current_son .a2{border-color: #10c7ff;}
.navTreeStyle143 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #4bd3fb;}
.navTreeStyle143 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #10c7ff;}
.navTreeStyle143 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle143 .tree_nav01 .childContainer a{color: #fff;}
/*navTreeStyle144*/
.navTreeStyle144 .tree_nav01{height: 40px;font-size: 14px;background: #fff;}
.navTreeStyle144 .tree_nav01 li{float: left;margin: 0;position: relative;border:none;}
.navTreeStyle144 .tree_nav01 li a{display: block;width: 125px;height: 40px;line-height: 40px;padding: 0;text-align: center;background: none;color: #333;border-bottom: 3px solid transparent;padding: 0 15px;}
.navTreeStyle144 .tree_nav01 li a:hover,.navTreeStyle144 .tree_nav01 li.current_son .a2{border-color: #784e12;}
.navTreeStyle144 .tree_nav01 .childContainer{width: 100%;position: absolute;top: 45px;left: 0;z-index: 9;background: #93621f;}
.navTreeStyle144 .tree_nav01 li.current_son .ul_small a:hover{border:none;background: #784e12;}
.navTreeStyle144 .tree_nav01 .ul_small li{float: none;}
.navTreeStyle144 .tree_nav01 .childContainer a{color: #fff;}
.navTreeStyle_01,.navTreeStyle_02,.navTreeStyle_03,.navTreeStyle_04,.navTreeStyle_05,.navTreeStyle_06,.navTreeStyle_07,.navTreeStyle_13,.navTreeStyle_14,.navTreeStyle_15,.navTreeStyle_16,.navTreeStyle_17{min-width: 160px;}
.navTreeStyle_08,.navTreeStyle_09,.navTreeStyle_10,.navTreeStyle_11,.navTreeStyle_12{min-width: 450px;}
.navTreeStyle_01 .tree_nav{background: #f0f0f0;color: #666;}
.navTreeStyle_01 .tree_nav li{width:100%;margin:0;border-bottom:2px solid rgba(255,255,255,0.5);position: relative;z-index: 1;}
.navTreeStyle_01 .tree_nav li a{height: 50px;line-height:50px;background: none;color: #666;}
.navTreeStyle_01 .tree_nav li.current_son a,.navTreeStyle_01 .tree_nav li.current_onhover a,.navTreeStyle_01 .tree_nav li.current a{background: #0cf;color:#fff;}
.navTreeStyle_01 .tree_nav li a:hover,.navTreeStyle_01 .tree_nav li.isSelect .a2,.navTreeStyle_01 .tree_nav .li3.isSelect .a3{color:#fff;}
.navTreeStyle_01 .tree_nav li .childContainer,.navTreeStyle_01 .tree_nav li .childContainer3 {position:absolute;width:200px;right:-200px;top:0;border-left: 2px solid #fff;}
.navTreeStyle_01 .tree_nav li .childContainer a{color:#666;background: #f0f0f0;height: 40px;line-height: 40px;}
.navTreeStyle_01 .tree_nav li .childContainer a:hover{color:#fff;}
.navTreeStyle_01 .tree_nav li .ul_small1 .current_son .a3{color:#fff;}
.navTreeStyle_02 .tree_nav{background: #f0f0f0;}
.navTreeStyle_02 .tree_nav li{width:100%;margin:0;position: relative;border-bottom: 1px solid #ddd;z-index: 1;}
.navTreeStyle_02 .tree_nav li a{height: 50px;line-height:50px;background:none;color: #666;}
.navTreeStyle_02 .tree_nav li.current_son a,.navTreeStyle_02 .tree_nav li.current_onhover a,.navTreeStyle_02 .tree_nav li.current a{background: #0cf;color:#fff;}
.navTreeStyle_02 .tree_nav li a:hover,.navTreeStyle_02 .tree_nav li.isSelect a{color:#fff;}
.navTreeStyle_02 .tree_nav li .childContainer{width:100%;}
.navTreeStyle_02 .tree_nav li .childContainer li{border:none;}
.navTreeStyle_02 .tree_nav li .childContainer a{color:#666;background: #f5f5f5;height: 40px;line-height: 40px;}
.navTreeStyle_02 .tree_nav li .childContainer a:hover,.navTreeStyle_02 .tree_nav li .childContainer .isSelect .a3{color:#fff;}
/* three leve */
.navTreeStyle_02 .ul_small1 .childContainer3 .ul_small2 a{padding-left:50px;}
.navTreeStyle_02 .tree_nav .ul_small1 li.current_son .a3{background: #0cf;color:#fff;}
.navTreeStyle_03 .tree_nav{background: #f0f0f0;}
.navTreeStyle_03 .tree_nav li{width:100%;margin:0;position: relative;border-bottom: 1px solid rgba(255,255,255,0.5);z-index: 1;}
.navTreeStyle_03 .tree_nav li a{height: 50px;line-height:50px;background: none;color: #666;}
.navTreeStyle_03 .tree_nav li.current_son a,.navTreeStyle_03 .tree_nav li.current_onhover a,.navTreeStyle_03 .tree_nav li.current a{background: #0cf;color:#fff;}
.navTreeStyle_03 .tree_nav li a:hover,.navTreeStyle_03 .tree_nav li.isSelect a{color:#fff;}
.navTreeStyle_03 .tree_nav li .childContainer,.navTreeStyle_03 .tree_nav li .childContainer3 {position:absolute;width:200px;right:-200px;top:0;border:1px solid #0cf;box-sizing: border-box;}
.navTreeStyle_03 .tree_nav li .childContainer li{border:none;}
.navTreeStyle_03 .tree_nav li .childContainer a{color:#666;background: #f5f5f5;height: 40px;line-height: 40px;}
.navTreeStyle_03 .tree_nav li .childContainer a:hover{color:#fff;}
.navTreeStyle_03 .tree_nav li .ul_small1 .current_son .a3{color:#fff;}
.navTreeStyle_03 .tree_nav li .ul_small1 .childContainer3{top:-1px;}
.navTreeStyle_04 .tree_nav{background: #f0f0f0;}
.navTreeStyle_04 .tree_nav li{width:100%;margin:0;position: relative;border-bottom: 1px solid #ddd;z-index: 1;}
.navTreeStyle_04 .tree_nav li a{height: 50px;line-height:50px;background: none;color: #666;}
.navTreeStyle_04 .tree_nav li.current_son a,.navTreeStyle_04 .tree_nav li a:hover,.navTreeStyle_04 .tree_nav li.isSelect a{background: #fff;position: relative;top:0;left:0;margin:0 0 -1px;border:1px solid #ddd;z-index: 1;padding-left: 31px;height: 51px;}
.navTreeStyle_04 .tree_nav li.current_son a{border-right: none;left:1px;}
.navTreeStyle_04 .tree_nav li .childContainer,.navTreeStyle_04 .tree_nav li .childContainer3{position:absolute;width:200px;right:-200px;top:0;border:1px solid #0cf;box-sizing: border-box;background: #fff;}
.navTreeStyle_04 .tree_nav li .childContainer a{color:#666;top:0;border: none;left:0;}
.navTreeStyle_04 .tree_nav li .ul_small1 .childContainer3{top:-1px;right:-200px;}
.navTreeStyle_05 .tree_nav{background:#fff;border-right: 1px solid #ddd;}
.navTreeStyle_05 .tree_nav li{width:100%;margin:0;position: relative;border-bottom:none;z-index: 1;}
.navTreeStyle_05 .tree_nav li a{height: 50px;line-height:50px;background:none;color: #666;}
.navTreeStyle_05 .tree_nav li.current_son a,.navTreeStyle_05 .tree_nav li.current_onhover a,.navTreeStyle_05 .tree_nav li a:hover,
.navTreeStyle_05 .tree_nav li.isSelect .a2{background:none;color:#0cf;border-right: 2px solid #0cf;margin:0 -1px 0 0;}
.navTreeStyle_05 .tree_nav li a:hover,.navTreeStyle_05 .tree_nav li.isSelect a{color:#0cf;}
.navTreeStyle_05 .tree_nav li .childContainer{width:100%;}
.navTreeStyle_05 .tree_nav li .childContainer li{border:none;}
.navTreeStyle_05 .tree_nav li .childContainer a{color:#666;background: #f5f5f5;border:none;padding-left:50px;height: 40px;line-height: 40px;}
.navTreeStyle_05 .tree_nav li .childContainer a:hover{color:#0cf;}
.navTreeStyle_05 .tree_nav li .ul_small2 a{padding-left:70px;}
.navTreeStyle_05 .tree_nav li .current_son .a3{background:#fff;border-right:2px solid #0cf;}
.navTreeStyle_06 .tree_nav{background: #f0f0f0;overflow: hidden;}
.navTreeStyle_06 .tree_nav li{width:100%;margin:0;position: relative;border-bottom: 1px solid #ddd;z-index: 1;}
.navTreeStyle_06 .tree_nav li a{height: 50px;line-height:50px;background:none;color: #666;}
.navTreeStyle_06 .tree_nav li.current_son a,.navTreeStyle_06 .tree_nav li a:hover,.navTreeStyle_06 .tree_nav li.isSelect a{background:none;color:#0cf;}
.navTreeStyle_06 .tree_nav li .childContainer{width:100%;border-top: 1px solid #ccc;padding:0 0 0 40px;}
.navTreeStyle_06 .tree_nav li .childContainer3{padding-left:10px;}
.navTreeStyle_06 .tree_nav li .childContainer li{border:none;box-sizing: border-box;}
.navTreeStyle_06 .tree_nav li .childContainer a{color:#666;background:none;margin:10px 0;border-left:2px solid #ccc;padding: 0 0 0 20px;height: 20px;line-height: 20px;}
.navTreeStyle_07 .tree_nav{background: #f0f0f0;}
.navTreeStyle_07 .tree_nav li{width:100%;margin:0;position: relative;border-bottom: 1px solid #ddd;z-index: 1;}
.navTreeStyle_07 .tree_nav li a{height: 50px;line-height:50px;background:none;color: #666;}
.navTreeStyle_07 .tree_nav li.current_son a,.navTreeStyle_07 .tree_nav li a:hover,.navTreeStyle_07 .tree_nav li.isSelect a{background: none;color:#0cf;}
.navTreeStyle_07 .tree_nav li .childContainer{width:100%;border-top: 1px solid #ccc;}
.navTreeStyle_07 .tree_nav li .childContainer li{border:none;}
.navTreeStyle_07 .tree_nav li .childContainer a{color:#666;background: #f5f5f5;height: 40px;line-height: 40px;}
.navTreeStyle_07 .tree_nav li .childContainer a:hover{background: #0cf;color:#fff;}
.navTreeStyle_07 .tree_nav .ul_small1 li.current_son .a3{color:#fff;}
.navTreeStyle_07 .childContainer .ul_small2 a{padding-left:60px;}
.navTreeStyle_08 .tree_nav{background: #f0f0f0;width: 100%;height: 50px;position: relative;z-index: 1;text-align: center;border-bottom: 1px solid #ccc;}
.navTreeStyle_08 .tree_nav li{width:150px;float:left;margin:0;z-index: 1;border:none;}
.navTreeStyle_08 .tree_nav li.current_son{z-index:20;}
.navTreeStyle_08 .tree_nav li a{height: 50px;line-height:50px;background:none;color: #666;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;border:1px solid rgba(255,255,255,0.5);border-bottom: none;bottom:-1px;padding:0;position: relative;}
.navTreeStyle_08 .tree_nav li.current_son a,.navTreeStyle_08 .tree_nav li a:hover,.navTreeStyle_08 .tree_nav li.isSelect a{background:#fff;color:#0cf;z-index: 2;padding-bottom: 1px;}
.navTreeStyle_08 .tree_nav li .childContainer{width:100%;border: 1px solid #ccc;border-top:none;position: absolute;left:0;right:0;top:51px;background: #f5f5f5;box-sizing: border-box;z-index:10;}
.navTreeStyle_08 .tree_nav li .childContainer li{border:none;float:left;min-width:100px;width:auto;}
.navTreeStyle_08 .tree_nav li .childContainer a{color:#666;background: none;border:none;padding:0 10px;bottom:0;}
.navTreeStyle_08 .tree_nav li .childContainer a:hover{background: #0cf;color:#fff;}
.navTreeStyle_08 .tree_nav li .ul_small1 .childContainer{background:#fff;}
.navTreeStyle_08 .tree_nav li .ul_small1 .current_son .a3{color:#fff;}
.navTreeStyle_09 .tree_nav{width: 100%;height: 50px;text-align: center;}
.navTreeStyle_09 .tree_nav li{width:150px;float:left;margin:0 5px;z-index: 1;border:none;position: relative;z-index: 1;}
.navTreeStyle_09 .tree_nav li.current_son{z-index:20;}
.navTreeStyle_09 .tree_nav li a{height: 50px;line-height:50px;background:#f5f5f5;color: #666;padding:0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.navTreeStyle_09 .tree_nav li.current_son a,.navTreeStyle_09 .tree_nav li a:hover,.navTreeStyle_09 .tree_nav li.isSelect a{background:#f5f5f5;color:#fff;z-index: 2;position: relative;}
.navTreeStyle_09 .tree_nav li .childContainer{width:100%;border:none;position: absolute;left:0;top:51px;background:none;box-sizing: border-box;}
.navTreeStyle_09 .tree_nav li .childContainer li{border:none;float:left;width:100%;border-top:1px solid transparent;margin:0;}
.navTreeStyle_09 .tree_nav li .childContainer a{color:#666;background: #f5f5f5;border:none;}
.navTreeStyle_09 .tree_nav li .childContainer a:hover{color:#fff;background: #0cf;}
.navTreeStyle_09 .tree_nav .ul_small1 .childContainer{position:absolute;top:0;left:150px;}
.navTreeStyle_09 .tree_nav .ul_small1 li{position:relative;}
.navTreeStyle_09 .tree_nav .ul_small1 .current_son .a3{color:#fff;}
.navTreeStyle_10 .tree_nav{width: 100%;height: 50px;position: relative;z-index: 1;text-align: center;}
.navTreeStyle_10 .tree_nav li{width:150px;float:left;margin:0 10px 0 0;z-index: 1;border:none;background: #F0F0F0;}
.navTreeStyle_10 .tree_nav li a{height: 50px;line-height:50px;background:none;color: #666;padding:0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.navTreeStyle_10 .tree_nav li.current_son a,.navTreeStyle_10 .tree_nav li a:hover,.navTreeStyle_10 .tree_nav li.isSelect a{background:#f5f5f5;color:#0cf;z-index: 2;position: relative;}
.navTreeStyle_10 .tree_nav li .childContainer{width:100%;border: 1px solid #ccc;border-top:none;position: absolute;left:0;right:0;top:51px;background: #f5f5f5;box-sizing: border-box;}
.navTreeStyle_10 .tree_nav li .childContainer li{border:none;float:left;min-width:100px;width:auto;background: none;}
.navTreeStyle_10 .tree_nav li .childContainer a{color:#666;background: none;border:none;padding:0 10px;}
.navTreeStyle_10 .tree_nav li .childContainer a:hover{color:#0cf;}
.navTreeStyle_10 .tree_nav .ul_small2{overflow:hidden;}
.navTreeStyle_11 .tree_nav{width: 100%;height: 50px;text-align: center;}
.navTreeStyle_11 .tree_nav li{width:150px;float:left;margin:0 5px;z-index: 1;border:none;position: relative;z-index: 1;}
.navTreeStyle_11 .tree_nav li.current_son{z-index:20;}
.navTreeStyle_11 .tree_nav li a{height: 50px;line-height:50px;background:#f5f5f5;color: #666;padding:0;border-radius: 25px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.navTreeStyle_11 .tree_nav li.current_son a,.navTreeStyle_11 .tree_nav li a:hover,.navTreeStyle_11 .tree_nav li.isSelect a{background:#f5f5f5;color:#fff;z-index: 2;position: relative;}
.navTreeStyle_11 .tree_nav li .childContainer{width:100%;border:none;position: absolute;left:0;right:0;top:51px;background:none;box-sizing: border-box;}
.navTreeStyle_11 .tree_nav li .childContainer li{border:none;float:left;width:100%;border-top:1px solid transparent;}
.navTreeStyle_11 .tree_nav li .childContainer a{color:#666;background: #f5f5f5;border:none;}
.navTreeStyle_11 .tree_nav li .childContainer a:hover{color:#fff;background: #0cf;}
.navTreeStyle_11 .tree_nav .childContainer .ul_small1 li{float:none;margin:0;}
.navTreeStyle_11 .tree_nav .ul_small1 li{position:relative;}
.navTreeStyle_11 .tree_nav li .ul_small1 .childContainer3{top:0;right:auto;left:150px;}
.navTreeStyle_11 .tree_nav .ul_small1 li.current_son .a3{color:#fff;}
.navTreeStyle_12 .tree_nav{background: #f0f0f0;width: 100%;height: 50px;position:relative;z-index: 1;text-align: center;}
.navTreeStyle_12 .tree_nav li{width:150px;float:left;margin:0;z-index: 1;border:none;}
.navTreeStyle_12 .tree_nav li a{height: 50px;line-height:50px;background:none;color: #666;padding:0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.navTreeStyle_12 .tree_nav li.current_son a,.navTreeStyle_12 .tree_nav li a:hover,.navTreeStyle_12 .tree_nav li.isSelect a{background:#f5f5f5;color:#fff;z-index: 2;position: relative;}
.navTreeStyle_12 .tree_nav li .childContainer{width:100%;border: 1px solid #ccc;border-top:none;position: absolute;left:0;right:0;top:51px;background: #f5f5f5;box-sizing: border-box;}
.navTreeStyle_12 .tree_nav li .childContainer li{border:none;float:left;min-width:100px;width:auto;}
.navTreeStyle_12 .tree_nav li .childContainer a{color:#fff;background: none;border:none;padding:0 10px;}
.navTreeStyle_12 .tree_nav li .childContainer a:hover{color:#0cf;background: #fff;}
.navTreeStyle_12 .tree_nav .li3.current_son .a3{background: #fff;color:#0cf;}
.navTreeStyle_13 .tree_nav {margin-top:10px;}
.navTreeStyle_13 .list_title{height:50px;line-height: 50px;border:1px solid #0cf;border-bottom:none;}
.navTreeStyle_13 li a{background:none;padding-left:20px;}
.navTreeStyle_13 li a:hover{color:#0cf;}
.navTreeStyle_13 li{position:relative;}
.navTreeStyle_13 li.list_title:last-child{border-bottom:1px solid #0cf;}
.navTreeStyle_13 .childContainer{position:absolute;top:-1px;right:-402px;width:400px;border:1px solid #0cf;background:#fff;padding: 10px 0;min-height: 160px;}
.navTreeStyle_13 .ul_small1 .childContainer {position: static;display: block;border: none;}
.navTreeStyle_13 .ul_small1 li{border:none;}
.navTreeStyle_13 .ul_small1 .a3{font-weight:bold;}
.navTreeStyle_13 .ul_small2 li{display: inline-block;}
.navTreeStyle_13 .ul_small2 li a{font-size: 12px;color:#666;}
.navTreeStyle_13 .childContainer3{display:block!important;}
.navTreeStyle_13 .li3{margin-bottom:10px;}
.navTreeStyle_13 .a2{position:relative;}
.navTreeStyle_13 .a2:after{content:">";display:block;position:absolute;top:0;right:20px;color:#999;font-size:16px;font-weight:bold;font-family:"宋体";}
.navTreeStyle_13 .a2:hover,.navTreeStyle_13 .current_son .a2{background:#0cf;color:#fff;}
.navTreeStyle_13 .a2:hover:after,.navTreeStyle_13 .current_son .a2:after,.navTreeStyle_13 .tree_nav .isSelect .a2,.navTreeStyle_13 .tree_nav .isSelect .a2:after{color:#fff;}
.navTreeStyle_13 .tree_nav .nochild .a2:after{content:"";}
.navTreeStyle_14 li{border:none;margin:0;}
.navTreeStyle_14 li a{background:none;padding-left:10px;}
.navTreeStyle_14 .list_title{position:relative;height:50px;line-height: 50px;border-bottom: 1px solid #ddd;}
.navTreeStyle_14 .a2{position:relative;}
.navTreeStyle_14 .a2:after{content:">";display:block;position:absolute;top:0;right:20px;color:#333;font-size:16px;font-weight:bold;font-family:"宋体";}
.navTreeStyle_14 .a2:hover,.navTreeStyle_14 .current_son .a2{background:#0cf;color:#fff;}
.navTreeStyle_14 .a2:hover:after,.navTreeStyle_14 .current_son .a2:after,.navTreeStyle_14 .isSelect .a2,.navTreeStyle_14 .isSelect .a2:after{color:#fff;}
.navTreeStyle_14 .childContainer {position:absolute;top:0;right:-650px;width:650px;border:1px solid #0cf;min-height: 160px;background:#fff;padding:10px 0;}
.navTreeStyle_14 .ul_small1{overflow:hidden;}
.navTreeStyle_14 .li3{float: left;width:33.33%;}
.navTreeStyle_14 .childContainer3 {display:block!important;}
.navTreeStyle_14 .ul_small2{overflow:hidden;}
.navTreeStyle_14 .ul_small2 a {font-size:12px;color:#999;}
.navTreeStyle_14 .ul_small2 li {float:left;border-right: 1px solid #ddd;padding-right: 10px;margin-right: 10px;margin-bottom: 10px;height: 20px;line-height: 16px;}
.navTreeStyle_14 .ul_small1 a:hover{color:#0cf;}
.navTreeStyle_14 .nochild .a2:after{content:"";}
.navTreeStyle_15 li{border:none;margin:0;}
.navTreeStyle_15 li a{background:none;padding-left:10px;}
.navTreeStyle_15 li .ul_small2 a{padding-left:0;}
.navTreeStyle_15 .list_title{position:relative;background:#0cf;height:50px;line-height: 50px;border-bottom: 1px solid rgba(0,0,0,0.04);border-top: 1px solid rgba(255,255,255,0.12);}
.navTreeStyle_15 .list_title .a2{color:#fff;}
.navTreeStyle_15 .childContainer {position:absolute;top:0;right:-400px;width:400px;border:1px solid #0cf;padding:15px 0;background:#fff;min-height:160px;}
.navTreeStyle_15 .childContainer3 {float:left;display:block!important;}
.navTreeStyle_15 .a3{position:relative;float:left;width:102px;}
.navTreeStyle_15 .ul_small2,.navTreeStyle_15 .li3{overflow:hidden;}
.navTreeStyle_15 .ul_small2{margin-left: 8px;}
.navTreeStyle_15 .ul_small2 li{float:left;border-bottom: 1px dashed #ddd;font-size:12px;padding: 0 6px;}
.navTreeStyle_15 .list_title .a3:after{content:">";display:block;position:absolute;top:0;right:0;color:#999;font-size:16px;font-family:"宋体";}
.navTreeStyle_15 .list_title:hover .a2,.navTreeStyle_15 .isSelect .a2{background:rgba(0, 0, 0, 0.0784314);}
.navTreeStyle_16 li{border:none;margin:0;}
.navTreeStyle_16 li a{background:none;padding-left:20px;}
.navTreeStyle_16 li .ul_small2 a{padding-left:0;}
.navTreeStyle_16 .list_title{position:relative;background: #f7f7f7;height:50px;line-height: 50px;border:1px solid transparent;border-bottom:1px solid #eee;}
.navTreeStyle_16 .childContainer {position:absolute;top:-1px;right:-400px;z-index:1;width:400px;border:1px solid #0cf;padding:15px 0;background:#fff;min-height:160px;}
.navTreeStyle_16 .a3{position:relative;float:left;width:102px;}
.navTreeStyle_16 .a2{position:relative;z-index:5;}
.navTreeStyle_16 .childContainer3 {float:left;display:block!important;}
.navTreeStyle_16 .ul_small2,.navTreeStyle_16 .li3{overflow:hidden;}
.navTreeStyle_16 .ul_small2{margin-left: 8px;}
.navTreeStyle_16 .ul_small2 li{float:left;border-bottom: 1px dashed #ddd;font-size:12px;padding: 0 10px;}
.navTreeStyle_16 .list_title .a3:after{content:">";display:block;position:absolute;top:0;right:0;color:#999;font-size:16px;font-family:"宋体";}
.navTreeStyle_16 .list_title:hover{border-color:#0cf;border-right:none;}
.navTreeStyle_16 .list_title:hover .a2,.navTreeStyle_16 .isSelect .a2{color:#0cf;background:#fff;}
.navTreeStyle_17 li{border:none;margin:0;}
.navTreeStyle_17 li a{background:none;padding-left:20px;}
.navTreeStyle_17 .list_title{}
.navTreeStyle_17 .a2{position:relative;border-bottom:1px solid #ddd;padding: 8px 0 8px 20px;border-left:2px solid transparent;}
.navTreeStyle_17 .a2:after,.navTreeStyle_17 .childContainer .li3 .a3:after{content:"+";display: block;position:absolute;top:0;bottom:0;margin:auto;right:15px;color:#999;font-size:18px;font-weight: bold;
width: 15px;
text-align: center;
height: 34px;}
.navTreeStyle_17 .current_son .a2{border-left-color:#0cf;color:#0cf;}
.navTreeStyle_17 .tree_nav{border:1px solid #ddd;border-bottom:none;margin-top:10px;}
.navTreeStyle_17 .childContainer{background:#f5f5f5;}
/*.navTreeStyle_17 .childContainer .li3{padding:5px 0;}*/
.navTreeStyle_17 .childContainer .li3 .a3{position:relative;border-bottom:1px solid #ddd;padding:5px 0 5px 34px;}
.navTreeStyle_17 .ul_small2 a{border-bottom:1px solid #ddd;padding:5px 0 5px 45px;}
.navTreeStyle_17 .current_son .a2:after,.navTreeStyle_17 .childContainer .current_son .a3:after{content:"--";letter-spacing: -4px;}
.navTreeStyle_17 .nochild .a2:after,.navTreeStyle_17 .childContainer .nochild .a3:after{content:"";} | 0.283385 | 0.052376 |
html{background-color: #F2F2F2;}
i{font-style: normal;}
.layui-container { padding: 0; }
.app-header { width: 100%; position: fixed; left: 0; top: 0; z-index: 10000; border-bottom: 1px solid #404553; border-right: 1px solid #404553; border-radius: 0; }
.app-logo { position: absolute; top: 10px; left: 10px; }
.app-logo img { border: none; display: inline-block; vertical-align: middle; }
.app-nav { margin-left: 60px; width: 1110px; padding: 0; }
.app-nav-user { position: absolute; top: 0; right: 0; }
.app-nav-user .search-box { padding: 0; box-sizing: border-box; display: block; margin: auto; top: 0; right: 0; bottom: 0; width: 40px; height: 40px;}
.app-nav-user .search-box > span { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; width: 30px; height: 30px; background: crimson; border-radius: 50%; transition: all 1s; z-index: 10001; }
.app-nav-user .search-box > span:hover { cursor: pointer; }
.app-nav-user .search-box > span::before { content: ""; position: absolute; margin: auto; top: 18px; right: 0; bottom: 0; left: 12px; width: 7px; height: 2px; background: white; transform: rotate(45deg); transition: all .5s; }
.app-nav-user .search-box > span::after { content: ""; position: absolute; margin: auto; top: -2px; right: 0; bottom: 0; left: -2px; width: 15px; height: 15px; border-radius: 50%; border: 2px solid white; transition: all .5s; }
.app-nav-user .search-box > input { font-family: 'Inconsolata', monospace; position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; width: 30px; height: 40px; outline: none; border: none; background: crimson; color: white; text-shadow: 0 0 10px crimson; border-radius: 30px; box-shadow: 0 0 25px 0 crimson, 0 20px 25px 0 rgba(0, 0, 0, 0.2); transition: all 1s; opacity: 0; z-index: 10002; font-weight: bolder; letter-spacing: 0.1em; padding: 0 20px 0 20px; }
.app-nav-user .search-box > input:hover { cursor: pointer; }
.app-nav-user .search-box > input:focus { left: -300px; width: 300px; opacity: 1; cursor: text; }
.app-nav-user .search-box > input:focus ~ .search { right: 0px; background: #151515; z-index: 10003; }
.app-nav-user .search-box > input:focus ~ .search::before { top: 0; left: 0; width: 25px; }
.app-nav-user .search-box > input:focus ~ .search::after { top: 0; left: 0; width: 25px; height: 2px; border: none; background: white; border-radius: 0%; transform: rotate(-45deg); }
.app-nav-user .search-box > input::placeholder { color: white; opacity: 0.5; font-weight: bolder; }
.app-container { margin-top: 75px; }
.app-panel { margin-bottom: 15px;}
.app-panel-title { position: relative; height: 50px; line-height: 50px; padding: 0 15px; border-bottom: 1px dotted #E9E9E9; color: #333; border-radius: 2px 2px 0 0; font-size: 14px; }
.app-tag-list ul { overflow: hidden; font-size: 14px }
.app-tag-list ul > li { }
.app-tag-list ul > li a { line-height: 24px; height: 24px; display: block; background: #999; float: left; padding: 0px 11px; margin: 10px 10px 0 0; border-radius: 8px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; color: #FFF }
.app-tag-list ul > li:nth-child(8n-7) a { background: #8A9B0F }
.app-tag-list ul > li:nth-child(8n-6) a { background: #EB6841 }
.app-tag-list ul > li:nth-child(8n-5) a { background: #3FB8AF }
.app-tag-list ul > li:nth-child(8n-4) a { background: #FE4365 }
.app-tag-list ul > li:nth-child(8n-3) a { background: #FC9D9A }
.app-tag-list ul > li:nth-child(8n-2) a { background: #EDC951 }
.app-tag-list ul > li:nth-child(8n-1) a { background: #C8C8A9 }
.app-tag-list ul > li:nth-child(8n) a { background: #83AF9B }
.app-tag-list ul > li:first-child a { background: #036564 }
.app-tag-list ul > li:last-child a { background: #3299BB }
.app-tag-list ul > li a:hover { border-radius: 0; text-shadow: #000 1px 1px 1px }
.app-article-list > ul { margin-top: 10px; }
.app-article-list > ul > li { padding:20px 20px 20px 255px; overflow:hidden; margin-bottom: 5px; background-color: #fefefe; border:0 solid #666; position:relative; border-radius: 4px 4px 0 0; -webkit-transition:background-color .8s ease-out 0s; transition:background-color .8s ease-out 0s; }
.app-article-list > ul > li:hover { background-color:#FBFDFF; position:relative; z-index:20; -webkit-transition:background-color .8s ease-out 0s; transition:background-color .8s ease-out 0s; }
.app-article-list > ul > li:after, .app-article-list ul > li:before { content:""; width:0; height:0; border:2px solid transparent; display:inline-block; box-sizing:border-box; position:absolute; }
.app-article-list > ul > li:after { top:0; left:0; -webkit-transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s; transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s; }
.app-article-list > ul > li:before { right:0; bottom:0; -webkit-transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in; transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in; }
.app-article-list > ul > li:hover:after { border-top-color:#5FB878; border-right-color:#5FB878; height:100%; width:100%; z-index:-8888; -webkit-transition: width 0.2s ease-out,height 0.2s ease-out 0.2s; transition: width 0.2s ease-out,height 0.2s ease-out 0.2s; }
.app-article-list > ul > li:hover:before { border-bottom-color:#5FB878; border-left-color:#5FB878; height:100%; width:100%; z-index:-8888; -webkit-transition: border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s; transition: border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s; }
.app-article-list > ul > li h2 { display:inline; font-size:18px; line-height:24px; margin-top:0; font-weight:bold; width:350px; }
.app-article-list > ul > li h2 a { cursor:pointer; color:#555; width:360px; overflow: hidden; }
.app-article-list > ul > li h2 a:hover { color:#3399CC; }
.app-article-list > ul > li .focus { float:left; margin-left:-235px; width:220px; }
.app-article-list > ul > li .focus:hover { -webkit-transform:scale(1.05); transform:scale(1.12); -webkit-transition-timing-function:cubic-bezier(.57,1.93,.53,-1.18); transition-timing-function:cubic-bezier(.57,1.93,.53,-1.18); }
.app-article-list > ul > li .thumbnail { border-radius:5px; width:220px; height:150px; overflow:hidden; }
.app-article-list > ul > li img { display:inline; }
.app-article-list > ul > li .title { margin-bottom:10px; }
.app-article-list > ul > li .category { color:#FFF; background-color:#0DACB2; padding:3px 6px; font-size:12px; display:inline-block; position:relative; top:-2px; margin-right:6px; }
.app-article-list > ul > li .category:hover { opacity:.8; }
.app-article-list > ul > li .category i { position:absolute; top:50%; margin-top:-4px; right:-4px; display:inline-block; width:0; height:0; vertical-align:middle; border-left:4px solid #3399CC; border-top:4px solid transparent; border-bottom:4px solid transparent; }
.app-article-list > ul > li .meta { color:#999; font-size:12px; margin-bottom:10px; }
.app-article-list > ul > li .time,.app-article-list ul > li .comment,.app-article-list ul > li .views { cursor:pointer; margin-right:20px; }
.app-article-list > ul > li .time:hover,.app-article-list ul > li .comment:hover,.app-article-list ul > li .views:hover { color:#3399CC; }
.app-article-list > ul > li .meta a { color:#999; }
.app-article-list > ul > li .note { font-size:12px; color:#999; word-wrap:break-word; line-height:20px; cursor:default; text-indent:2em; }
.app-article-page { text-align: center; }
.app-article-rank { }
.app-article-rank > ul { }
.app-article-rank > ul > li { }
.app-article-rank > ul > li > a { padding:10px 15px 10px 150px; color:#888; border-bottom:solid 1px #eee; overflow:hidden; position:relative; display:block; font-size:14px; }
.app-article-rank > ul > li > a:hover { background-color:#FBFDFF; -webkit-transform:scale(1.05); transform:scale(1.05); -webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36); transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36); }
.app-article-rank > ul > li > a:visited,.app-article-rank > ul > li > a:active { text-decoration:none; }
.app-article-rank > ul > li > a .thumbnail { float:left; margin-left:-135px; border:none; margin-bottom:0; }
.app-article-rank > ul > li > a .thumbnail img { width:122px; height:86px; display: block; }
.app-article-rank > ul > li > a .text { display:block; margin-bottom:6px; }
.app-article-rank > ul > li > a:hover .text { color:#0DACB2; }
.app-article-rank > ul > li > a .muted { margin-right:15px; font-size:12px; color:#BBB; }
.app-article-content {
min-height: 500px;
background-color: #FFFFFF;
padding: 18px;
}
.app-article-content .app-article-header {
margin-bottom: 20px;
padding: 25px 0;
border-bottom: 1px solid #EEE;
text-align: center;
}
.app-article-content .app-article-header .app-article-title {
margin-top:0;
font-size:26px;
line-height:36px;
}
.app-article-content .app-article-header .app-article-title a:hover {
color:#555;
}
.app-article-content .app-article-meta {
margin-top:10px;
font-size:12px;
color:#999;
}
.app-article-content .app-article-header .app-article-meta > ul { text-align: center; list-style: none; }
.app-article-content .app-article-header .app-article-meta > ul > li { text-align: center; margin-right: 13px; display: inline-block; }
.app-article-content .app-article-context .editormd-html-preview { padding: 0; }
.app-article-comment { }
.app-article-comment .app-comment-title { margin-top: 20px; padding-bottom: 30px; text-align: center; border-bottom: 1px solid #e0e0e0; }
.app-article-comment .app-comment-title h2 { }
.app-article-comment .app-comment-list { }
.app-article-comment .app-comment-content { margin-bottom: 20px; }
.app-article-comment .app-comment-list > ul { margin-top: 10px; padding-bottom: 20px; left: 0; margin-top: 10px; }
.app-article-comment .app-comment-list > ul li { display: block; margin-top: 10px; padding-bottom: 5px; overflow: hidden; border-bottom: 1px solid #e0e0e0; }
.app-article-comment .app-comment-list > ul li > .avator { float: left; }
.app-article-comment .app-comment-list > ul li > .avator img { width: 50px; height: 50px; border-radius: 100%; left: 0; }
.app-article-comment .app-comment-list > ul li > .content { float: left; margin-left: 20px; }
.app-article-comment .app-comment-list > ul li > .content em { margin-left: 15px;}
.app-article-comment .app-comment-list > ul li > .content .main { font-size: 16px; margin-top: 8px; margin-bottom: 8px; }
.app-article-comment .app-comment-list > ul li:last-child { border: none; }
.app-article-comment .app-comment-list > ul > li > ul > li ul { margin-left: 0px; border: none; }
.app-article-comment .app-comment-list > ul > li > ul > li > ul { margin-left: 30px; border: none; }
.app-article-comment .app-comment-list > ul > li > ul { margin-left: 60px; margin-top: 10px; }
.app-side .app-comment-list ul li { display: block; margin-top: 5px; margin: 0 15px;
line-height: 26px;
white-space: nowrap;
overflow: hidden;
list-style: decimal-leading-zero inside;
color: #009E94; }
.app-side .app-comment-list ul li .comment { }
.app-side .app-donate-container { text-align: center }
.app-side .app-donate-container img { display: inline-block; width: 100%; }
.app-footer { width: 100%; margin: 50px 0 0; padding: 20px 0 30px; line-height: 30px; text-align: center; color: #737573; border-top: 1px solid #e2e2e2;} | public/static/app/css/app.css | html{background-color: #F2F2F2;}
i{font-style: normal;}
.layui-container { padding: 0; }
.app-header { width: 100%; position: fixed; left: 0; top: 0; z-index: 10000; border-bottom: 1px solid #404553; border-right: 1px solid #404553; border-radius: 0; }
.app-logo { position: absolute; top: 10px; left: 10px; }
.app-logo img { border: none; display: inline-block; vertical-align: middle; }
.app-nav { margin-left: 60px; width: 1110px; padding: 0; }
.app-nav-user { position: absolute; top: 0; right: 0; }
.app-nav-user .search-box { padding: 0; box-sizing: border-box; display: block; margin: auto; top: 0; right: 0; bottom: 0; width: 40px; height: 40px;}
.app-nav-user .search-box > span { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; width: 30px; height: 30px; background: crimson; border-radius: 50%; transition: all 1s; z-index: 10001; }
.app-nav-user .search-box > span:hover { cursor: pointer; }
.app-nav-user .search-box > span::before { content: ""; position: absolute; margin: auto; top: 18px; right: 0; bottom: 0; left: 12px; width: 7px; height: 2px; background: white; transform: rotate(45deg); transition: all .5s; }
.app-nav-user .search-box > span::after { content: ""; position: absolute; margin: auto; top: -2px; right: 0; bottom: 0; left: -2px; width: 15px; height: 15px; border-radius: 50%; border: 2px solid white; transition: all .5s; }
.app-nav-user .search-box > input { font-family: 'Inconsolata', monospace; position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; width: 30px; height: 40px; outline: none; border: none; background: crimson; color: white; text-shadow: 0 0 10px crimson; border-radius: 30px; box-shadow: 0 0 25px 0 crimson, 0 20px 25px 0 rgba(0, 0, 0, 0.2); transition: all 1s; opacity: 0; z-index: 10002; font-weight: bolder; letter-spacing: 0.1em; padding: 0 20px 0 20px; }
.app-nav-user .search-box > input:hover { cursor: pointer; }
.app-nav-user .search-box > input:focus { left: -300px; width: 300px; opacity: 1; cursor: text; }
.app-nav-user .search-box > input:focus ~ .search { right: 0px; background: #151515; z-index: 10003; }
.app-nav-user .search-box > input:focus ~ .search::before { top: 0; left: 0; width: 25px; }
.app-nav-user .search-box > input:focus ~ .search::after { top: 0; left: 0; width: 25px; height: 2px; border: none; background: white; border-radius: 0%; transform: rotate(-45deg); }
.app-nav-user .search-box > input::placeholder { color: white; opacity: 0.5; font-weight: bolder; }
.app-container { margin-top: 75px; }
.app-panel { margin-bottom: 15px;}
.app-panel-title { position: relative; height: 50px; line-height: 50px; padding: 0 15px; border-bottom: 1px dotted #E9E9E9; color: #333; border-radius: 2px 2px 0 0; font-size: 14px; }
.app-tag-list ul { overflow: hidden; font-size: 14px }
.app-tag-list ul > li { }
.app-tag-list ul > li a { line-height: 24px; height: 24px; display: block; background: #999; float: left; padding: 0px 11px; margin: 10px 10px 0 0; border-radius: 8px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; color: #FFF }
.app-tag-list ul > li:nth-child(8n-7) a { background: #8A9B0F }
.app-tag-list ul > li:nth-child(8n-6) a { background: #EB6841 }
.app-tag-list ul > li:nth-child(8n-5) a { background: #3FB8AF }
.app-tag-list ul > li:nth-child(8n-4) a { background: #FE4365 }
.app-tag-list ul > li:nth-child(8n-3) a { background: #FC9D9A }
.app-tag-list ul > li:nth-child(8n-2) a { background: #EDC951 }
.app-tag-list ul > li:nth-child(8n-1) a { background: #C8C8A9 }
.app-tag-list ul > li:nth-child(8n) a { background: #83AF9B }
.app-tag-list ul > li:first-child a { background: #036564 }
.app-tag-list ul > li:last-child a { background: #3299BB }
.app-tag-list ul > li a:hover { border-radius: 0; text-shadow: #000 1px 1px 1px }
.app-article-list > ul { margin-top: 10px; }
.app-article-list > ul > li { padding:20px 20px 20px 255px; overflow:hidden; margin-bottom: 5px; background-color: #fefefe; border:0 solid #666; position:relative; border-radius: 4px 4px 0 0; -webkit-transition:background-color .8s ease-out 0s; transition:background-color .8s ease-out 0s; }
.app-article-list > ul > li:hover { background-color:#FBFDFF; position:relative; z-index:20; -webkit-transition:background-color .8s ease-out 0s; transition:background-color .8s ease-out 0s; }
.app-article-list > ul > li:after, .app-article-list ul > li:before { content:""; width:0; height:0; border:2px solid transparent; display:inline-block; box-sizing:border-box; position:absolute; }
.app-article-list > ul > li:after { top:0; left:0; -webkit-transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s; transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s; }
.app-article-list > ul > li:before { right:0; bottom:0; -webkit-transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in; transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in; }
.app-article-list > ul > li:hover:after { border-top-color:#5FB878; border-right-color:#5FB878; height:100%; width:100%; z-index:-8888; -webkit-transition: width 0.2s ease-out,height 0.2s ease-out 0.2s; transition: width 0.2s ease-out,height 0.2s ease-out 0.2s; }
.app-article-list > ul > li:hover:before { border-bottom-color:#5FB878; border-left-color:#5FB878; height:100%; width:100%; z-index:-8888; -webkit-transition: border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s; transition: border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s; }
.app-article-list > ul > li h2 { display:inline; font-size:18px; line-height:24px; margin-top:0; font-weight:bold; width:350px; }
.app-article-list > ul > li h2 a { cursor:pointer; color:#555; width:360px; overflow: hidden; }
.app-article-list > ul > li h2 a:hover { color:#3399CC; }
.app-article-list > ul > li .focus { float:left; margin-left:-235px; width:220px; }
.app-article-list > ul > li .focus:hover { -webkit-transform:scale(1.05); transform:scale(1.12); -webkit-transition-timing-function:cubic-bezier(.57,1.93,.53,-1.18); transition-timing-function:cubic-bezier(.57,1.93,.53,-1.18); }
.app-article-list > ul > li .thumbnail { border-radius:5px; width:220px; height:150px; overflow:hidden; }
.app-article-list > ul > li img { display:inline; }
.app-article-list > ul > li .title { margin-bottom:10px; }
.app-article-list > ul > li .category { color:#FFF; background-color:#0DACB2; padding:3px 6px; font-size:12px; display:inline-block; position:relative; top:-2px; margin-right:6px; }
.app-article-list > ul > li .category:hover { opacity:.8; }
.app-article-list > ul > li .category i { position:absolute; top:50%; margin-top:-4px; right:-4px; display:inline-block; width:0; height:0; vertical-align:middle; border-left:4px solid #3399CC; border-top:4px solid transparent; border-bottom:4px solid transparent; }
.app-article-list > ul > li .meta { color:#999; font-size:12px; margin-bottom:10px; }
.app-article-list > ul > li .time,.app-article-list ul > li .comment,.app-article-list ul > li .views { cursor:pointer; margin-right:20px; }
.app-article-list > ul > li .time:hover,.app-article-list ul > li .comment:hover,.app-article-list ul > li .views:hover { color:#3399CC; }
.app-article-list > ul > li .meta a { color:#999; }
.app-article-list > ul > li .note { font-size:12px; color:#999; word-wrap:break-word; line-height:20px; cursor:default; text-indent:2em; }
.app-article-page { text-align: center; }
.app-article-rank { }
.app-article-rank > ul { }
.app-article-rank > ul > li { }
.app-article-rank > ul > li > a { padding:10px 15px 10px 150px; color:#888; border-bottom:solid 1px #eee; overflow:hidden; position:relative; display:block; font-size:14px; }
.app-article-rank > ul > li > a:hover { background-color:#FBFDFF; -webkit-transform:scale(1.05); transform:scale(1.05); -webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36); transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36); }
.app-article-rank > ul > li > a:visited,.app-article-rank > ul > li > a:active { text-decoration:none; }
.app-article-rank > ul > li > a .thumbnail { float:left; margin-left:-135px; border:none; margin-bottom:0; }
.app-article-rank > ul > li > a .thumbnail img { width:122px; height:86px; display: block; }
.app-article-rank > ul > li > a .text { display:block; margin-bottom:6px; }
.app-article-rank > ul > li > a:hover .text { color:#0DACB2; }
.app-article-rank > ul > li > a .muted { margin-right:15px; font-size:12px; color:#BBB; }
.app-article-content {
min-height: 500px;
background-color: #FFFFFF;
padding: 18px;
}
.app-article-content .app-article-header {
margin-bottom: 20px;
padding: 25px 0;
border-bottom: 1px solid #EEE;
text-align: center;
}
.app-article-content .app-article-header .app-article-title {
margin-top:0;
font-size:26px;
line-height:36px;
}
.app-article-content .app-article-header .app-article-title a:hover {
color:#555;
}
.app-article-content .app-article-meta {
margin-top:10px;
font-size:12px;
color:#999;
}
.app-article-content .app-article-header .app-article-meta > ul { text-align: center; list-style: none; }
.app-article-content .app-article-header .app-article-meta > ul > li { text-align: center; margin-right: 13px; display: inline-block; }
.app-article-content .app-article-context .editormd-html-preview { padding: 0; }
.app-article-comment { }
.app-article-comment .app-comment-title { margin-top: 20px; padding-bottom: 30px; text-align: center; border-bottom: 1px solid #e0e0e0; }
.app-article-comment .app-comment-title h2 { }
.app-article-comment .app-comment-list { }
.app-article-comment .app-comment-content { margin-bottom: 20px; }
.app-article-comment .app-comment-list > ul { margin-top: 10px; padding-bottom: 20px; left: 0; margin-top: 10px; }
.app-article-comment .app-comment-list > ul li { display: block; margin-top: 10px; padding-bottom: 5px; overflow: hidden; border-bottom: 1px solid #e0e0e0; }
.app-article-comment .app-comment-list > ul li > .avator { float: left; }
.app-article-comment .app-comment-list > ul li > .avator img { width: 50px; height: 50px; border-radius: 100%; left: 0; }
.app-article-comment .app-comment-list > ul li > .content { float: left; margin-left: 20px; }
.app-article-comment .app-comment-list > ul li > .content em { margin-left: 15px;}
.app-article-comment .app-comment-list > ul li > .content .main { font-size: 16px; margin-top: 8px; margin-bottom: 8px; }
.app-article-comment .app-comment-list > ul li:last-child { border: none; }
.app-article-comment .app-comment-list > ul > li > ul > li ul { margin-left: 0px; border: none; }
.app-article-comment .app-comment-list > ul > li > ul > li > ul { margin-left: 30px; border: none; }
.app-article-comment .app-comment-list > ul > li > ul { margin-left: 60px; margin-top: 10px; }
.app-side .app-comment-list ul li { display: block; margin-top: 5px; margin: 0 15px;
line-height: 26px;
white-space: nowrap;
overflow: hidden;
list-style: decimal-leading-zero inside;
color: #009E94; }
.app-side .app-comment-list ul li .comment { }
.app-side .app-donate-container { text-align: center }
.app-side .app-donate-container img { display: inline-block; width: 100%; }
.app-footer { width: 100%; margin: 50px 0 0; padding: 20px 0 30px; line-height: 30px; text-align: center; color: #737573; border-top: 1px solid #e2e2e2;} | 0.385722 | 0.180829 |
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&display=swap');
body {
font-family: 'Raleway', sans-serif;
font-size: 17px;
color: #242424;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.admin_panel {
background-color: #ECEFF4;
}
.admin_panel .feather {
width: 16px;
height: 16px;
vertical-align: text-bottom;
}
.admin_panel .sidebar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 100;
padding: 0;
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
background-color: #1C2226 !important;
}
@media (max-width: 767.98px) {
.admin_panel .sidebar {
top: 5rem;
}
}
.admin_panel .sidebar-sticky {
position: relative;
top: 0;
height: calc(100vh - 48px);
padding-top: .5rem;
overflow-x: hidden;
overflow-y: auto;
}
.admin_panel .sidebar .nav-separator {
color: rgba(255,255,255,0.25);
font-weight: 700;
font-size: 13px;
padding: 10px 20px;
}
.admin_panel .sidebar .nav-link {
font-weight: 500;
font-size: 15px;
background-color: #242D32;
color: #A3AFB5;
margin: 0;
padding: 12px 20px 12px 16px;
border-left: 4px solid transparent;
}
.admin_panel .sidebar .nav-link.active {
font-weight: 400;
color: #fff;
}
.admin_panel .sidebar .nav-link:hover {
color: #1D88D8;
}
.admin_panel .sidebar .nav-link svg {
width: 18px;
height: 18px;
margin-right: 5px;
}
.admin_panel .sidebar .nav-link .feather {
margin-right: 4px;
color: #727272;
}
.admin_panel .sidebar .nav-link.active {
color: #fff;
border-color: #1D88D8;
}
.admin_panel .sidebar .nav-link:hover .feather,
.admin_panel .sidebar .nav-link.active .feather {
color: inherit;
}
.admin_panel .sidebar-heading {
font-size: .75rem;
text-transform: uppercase;
}
.admin_panel .navbar-brand {
padding-top: .75rem;
padding-bottom: .75rem;
font-size: 1rem;
background-color: rgba(0, 0, 0, .25);
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
margin: 0;
}
.admin_panel .navbar .navbar-toggler {
top: .25rem;
right: 1rem;
}
.admin_panel .subheader {
border-width: 0;
border-radius: 0;
padding: 15px 0;
}
.admin_panel .subheader h1 {
margin: 0;
font-size: 30px;
font-weight: 600;
}
.admin_panel .box {
background-color: #fff;
box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 5%);
}
.admin_panel .btn-sm {
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
padding: 5px 10px;
}
.admin_panel table {
width: 100%;
}
.admin_panel .table-order-item {
margin: 0;
}
.admin_panel table thead tr td {
color: #9aa8bb;
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
}
.admin_panel .table>:not(:first-child) {
border-top: 0;
}
.admin_panel table tr td {
vertical-align: middle;
padding: 10px 16px;
font-size: 16px;
font-weight: 500;
}
.admin_panel table tr td ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.admin_panel table tr td ul li {
margin-bottom: 5px;
}
.admin_panel table tr td ul li:last-child {
margin-bottom: 0;
}
.admin_panel .form-label {
font-size: 15px;
font-weight: 600;
}
.admin_panel .ck-editor__editable {
min-height: 150px;
}
.box-tabs {
list-style: none;
display: flex;
margin: 0;
padding: 0;
}
.box-tabs li {
background-color: rgb(247, 247, 247);
padding: 12px 20px 14px 20px;
border-top: 2px solid transparent;
font-weight: 600;
font-size: 15px;
}
.box-tabs li:hover {
cursor: pointer;
}
.box-tabs li.active {
border-color: #1D88D8;
background-color: #fff;
border-bottom: 0;
}
.box-save-panel {
border: 1px solid #eee;
border-top: 2px solid #1D88D8;
padding: 15px;
}
.admin_panel .tree {
padding: 0;
margin: 0;
list-style-type: none;
margin-left: 30px;
}
.admin_panel .tree .btn-sm {
font-size: 0.600rem;
padding: 0.15rem 0.4rem;
}
.admin_panel .tree ul {
margin-left: 20px;
}
.admin_panel .tree li {
list-style-type: none;
margin:10px;
position: relative;
}
.admin_panel .tree li::before {
content: "";
position: absolute;
top:-7px;
left:-20px;
border-left: 1px solid #ccc;
border-bottom:1px solid #ccc;
border-radius:0 0 0 0px;
width:20px;
height:15px;
}
.admin_panel .tree li::after {
position:absolute;
content:"";
top:8px;
left:-20px;
border-left: 1px solid #ccc;
border-top:1px solid #ccc;
border-radius:0px 0 0 0;
width:20px;
height:100%;
}
.admin_panel .tree li:last-child::after {
display:none;
}
.admin_panel .tree li:last-child:before{
border-radius: 0 0 0 5px;
}
.admin_panel ul.tree>li:first-child::before {
display:none;
}
.admin_panel ul.tree>li:first-child::after {
border-radius:5px 0 0 0;
}
.admin_panel .tree li span {
border: 1px #ccc solid;
border-radius: 5px;
padding: 5px 10px;
display: inline-block;
}
.admin_panel .tree li {
font-weight: bold;
}
.admin_panel .tree ul li span {
font-weight: normal;
}
.filepond--root .filepond--credits {
display: none !important;
} | public/css/admin_style.css | @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&display=swap');
body {
font-family: 'Raleway', sans-serif;
font-size: 17px;
color: #242424;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.admin_panel {
background-color: #ECEFF4;
}
.admin_panel .feather {
width: 16px;
height: 16px;
vertical-align: text-bottom;
}
.admin_panel .sidebar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 100;
padding: 0;
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
background-color: #1C2226 !important;
}
@media (max-width: 767.98px) {
.admin_panel .sidebar {
top: 5rem;
}
}
.admin_panel .sidebar-sticky {
position: relative;
top: 0;
height: calc(100vh - 48px);
padding-top: .5rem;
overflow-x: hidden;
overflow-y: auto;
}
.admin_panel .sidebar .nav-separator {
color: rgba(255,255,255,0.25);
font-weight: 700;
font-size: 13px;
padding: 10px 20px;
}
.admin_panel .sidebar .nav-link {
font-weight: 500;
font-size: 15px;
background-color: #242D32;
color: #A3AFB5;
margin: 0;
padding: 12px 20px 12px 16px;
border-left: 4px solid transparent;
}
.admin_panel .sidebar .nav-link.active {
font-weight: 400;
color: #fff;
}
.admin_panel .sidebar .nav-link:hover {
color: #1D88D8;
}
.admin_panel .sidebar .nav-link svg {
width: 18px;
height: 18px;
margin-right: 5px;
}
.admin_panel .sidebar .nav-link .feather {
margin-right: 4px;
color: #727272;
}
.admin_panel .sidebar .nav-link.active {
color: #fff;
border-color: #1D88D8;
}
.admin_panel .sidebar .nav-link:hover .feather,
.admin_panel .sidebar .nav-link.active .feather {
color: inherit;
}
.admin_panel .sidebar-heading {
font-size: .75rem;
text-transform: uppercase;
}
.admin_panel .navbar-brand {
padding-top: .75rem;
padding-bottom: .75rem;
font-size: 1rem;
background-color: rgba(0, 0, 0, .25);
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
margin: 0;
}
.admin_panel .navbar .navbar-toggler {
top: .25rem;
right: 1rem;
}
.admin_panel .subheader {
border-width: 0;
border-radius: 0;
padding: 15px 0;
}
.admin_panel .subheader h1 {
margin: 0;
font-size: 30px;
font-weight: 600;
}
.admin_panel .box {
background-color: #fff;
box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 5%);
}
.admin_panel .btn-sm {
font-size: 12px;
text-transform: uppercase;
font-weight: 600;
padding: 5px 10px;
}
.admin_panel table {
width: 100%;
}
.admin_panel .table-order-item {
margin: 0;
}
.admin_panel table thead tr td {
color: #9aa8bb;
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
}
.admin_panel .table>:not(:first-child) {
border-top: 0;
}
.admin_panel table tr td {
vertical-align: middle;
padding: 10px 16px;
font-size: 16px;
font-weight: 500;
}
.admin_panel table tr td ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.admin_panel table tr td ul li {
margin-bottom: 5px;
}
.admin_panel table tr td ul li:last-child {
margin-bottom: 0;
}
.admin_panel .form-label {
font-size: 15px;
font-weight: 600;
}
.admin_panel .ck-editor__editable {
min-height: 150px;
}
.box-tabs {
list-style: none;
display: flex;
margin: 0;
padding: 0;
}
.box-tabs li {
background-color: rgb(247, 247, 247);
padding: 12px 20px 14px 20px;
border-top: 2px solid transparent;
font-weight: 600;
font-size: 15px;
}
.box-tabs li:hover {
cursor: pointer;
}
.box-tabs li.active {
border-color: #1D88D8;
background-color: #fff;
border-bottom: 0;
}
.box-save-panel {
border: 1px solid #eee;
border-top: 2px solid #1D88D8;
padding: 15px;
}
.admin_panel .tree {
padding: 0;
margin: 0;
list-style-type: none;
margin-left: 30px;
}
.admin_panel .tree .btn-sm {
font-size: 0.600rem;
padding: 0.15rem 0.4rem;
}
.admin_panel .tree ul {
margin-left: 20px;
}
.admin_panel .tree li {
list-style-type: none;
margin:10px;
position: relative;
}
.admin_panel .tree li::before {
content: "";
position: absolute;
top:-7px;
left:-20px;
border-left: 1px solid #ccc;
border-bottom:1px solid #ccc;
border-radius:0 0 0 0px;
width:20px;
height:15px;
}
.admin_panel .tree li::after {
position:absolute;
content:"";
top:8px;
left:-20px;
border-left: 1px solid #ccc;
border-top:1px solid #ccc;
border-radius:0px 0 0 0;
width:20px;
height:100%;
}
.admin_panel .tree li:last-child::after {
display:none;
}
.admin_panel .tree li:last-child:before{
border-radius: 0 0 0 5px;
}
.admin_panel ul.tree>li:first-child::before {
display:none;
}
.admin_panel ul.tree>li:first-child::after {
border-radius:5px 0 0 0;
}
.admin_panel .tree li span {
border: 1px #ccc solid;
border-radius: 5px;
padding: 5px 10px;
display: inline-block;
}
.admin_panel .tree li {
font-weight: bold;
}
.admin_panel .tree ul li span {
font-weight: normal;
}
.filepond--root .filepond--credits {
display: none !important;
} | 0.412648 | 0.072308 |
body {
font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
-webkit-font-smoothing: antialiased;
}
a {
color: #348FE2;
text-decoration:none;
background-color:transparent;
-webkit-text-decoration-skip:objects
}
a:hover {
color:#337AB7;
text-decoration:underline
}
input[type="checkbox"].form-control {
margin: 0 auto;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 34px;
text-align: center;
background: #fff !important;
}
input[type="checkbox"].form-control:checked:after {
content: '\2714';
font-size: 26px;
}
.noHover {
pointer-events: none;
}
/* Selectv2 responsive */
.select2-container {
width: 100% !important;
}
/* jstree hide Checkbox on root*/
.jstree li.nocheck > a.jstree-anchor > i.jstree-checkbox{
display:none;
}
/* icons look cooler with space*/
.fa {
margin-right: 5px;
}
.widget .fa,.panel .fa {
margin-right: 0;
}
.card-2 {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.card-3 {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.card-4 {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.card-5 {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.progress span {
position: absolute;
width: 100%;
}
.badge {
border-radius: 0.25rem;
padding: 5px 7px;
}
/* Breadcrumb pills custom style */
.tab-overflow .nav.nav-pills {
white-space: nowrap;
overflow: hidden;
display: table;
margin: 0;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.tab-overflow .nav.nav-pills > li,
.tab-overflow.nav.nav-pills > li {
display: table-cell;
float: none;
}
.tab-overflow .next-button,
.tab-overflow .prev-button {
position: absolute;
right: 0;
top: 0;
z-index: 10;
display: none !important;
opacity: 0;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
}
.tab-overflow .prev-button {
left: 0;
right: auto;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .next-button,
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
-webkit-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000;
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
-webkit-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000;
}
.tab-overflow .next-button a,
.tab-overflow .prev-button a {
margin: 0;
background: #283339;
}
/* Interaction pills and search */
.navbar .search-form {
z-index: 1000;
}
.navbar .search-form .search-btn,
.navbar .search-form .close {
z-index: 2000;
}
/* adjust navbar settings */
.navbar .search-form {
position: absolute;
left: 0;
right: 0;
bottom: 100%;
height: 60px;
z-index: 1000;
transition: all .3s ease;
}
.navbar.navbar-search-toggled .search-form {
bottom: 0;
}
.navbar .search-form .search-btn,
.navbar .search-form .close {
position: relative;
left: 0;
top: 0;
bottom: 0;
width: 60px;
color: #616161;
z-index: 2000;
text-align: center;
line-height: 54px;
background: none;
border: none;
padding: 0;
outline: none;
}
.search-btn {
margin-top: 6px;
margin-left: 5px;
}
.navbar .search-form .search-btn i, .navbar .search-form .close i {
line-height: 60px;
}
.navbar .search-form .form-control {
border: none;
height: inherit;
box-shadow: none;
border-radius: 0;
color: #212121;
padding-left: 140px;
padding-right: 60px;
font-size: 16px;
}
.navbar .search-form .form-open .btn-group,
.navbar .search-form .form-open .form-control {
top: 11px;
}
.navbar .search-form .form-control {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.navbar .search-form .close {
left: auto;
right: 0;
text-shadow: none;
opacity: 1.0;
}
.navbar {
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.14);
box-shadow: 0 1px 1px rgba(0,0,0,.14);
}
.fade .navbar-form .form-control {
-webkit-animation: none;
}
.navbar-form .form-control:focus {
width: 300px;
animation: expand .2s;
-webkit-animation: expand .2s;
}
@keyframes expand {
from { width: 200px; }
to { width: 300px; }
}
@-webkit-keyframes expand {
from { width: 200px; }
to { width: 300px; }
}
.navbar-form .btn-search {
position: absolute;
right: 15px;
top: 13px;
line-height: 34px;
height: 30px;
width: 34px;
padding: 0;
border: none;
background: none;
text-align: center;
}
.navbar-form .btn-search i {
line-height: 30px;
font-size: 20px;
}
@media (max-width: 767px) {
.page-header {
font-size: 24px;
}
.page-header-fixed {
padding-top: 101px;
}
.sidebar, .sidebar-bg {
margin-top: 62px;
}
}
.no-content-pseudo::before, .no-content-pseudo::after {
content: none !important;
}
.table>tbody>tr>td {
vertical-align: middle;
}
table .index_check {
text-align: center;
}
/* Table Colors*/
.table > thead > tr > td.green,
.table > tbody > tr > td.green,
.table > tfoot > tr > td.green,
.table > thead > tr > th.green,
.table > tbody > tr > th.green,
.table > tfoot > tr > th.green,
.table > thead > tr.green > td,
.table > tbody > tr.green > td,
.table > tfoot > tr.green > td,
.table > thead > tr.green > th,
.table > tbody > tr.green > th,
.table > tfoot > tr.green > th {
background:#D9F99D;
border-color:#A3E635;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background: #e0edff;
border-color: #b6e2ef;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background: #aff7aa;
border-color: #99dede;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background: #ffc2c2;
border-color: #ffb3b3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background: #fafac1;
border-color: #fbd7a3;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background: #f0f3f5;
border-color: #e2e7e9;
}
.popover-header{
margin-top: 0;
}
.card-inverse {
color: rgba(0, 0, 0, 0.65);
}
.card-inverse .card-header,
.card-inverse .card-footer {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
color: rgb(0, 0, 0);
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
color: rgba(0, 0, 0, 0.65);
}
.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
color: rgb(0, 0, 0);
}
.layersDiv {
background-color: lightgrey !important;
}
@media (max-width: 767px)
/* @grid-float-breakpoint -1 */
{
.navbar-fixed-top {
position: relative;
top: auto;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
max-height: inherit;
/* Clear max-height */
}
#page-container {
padding:0px;
}
}
#loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.animate-bottom {
position: relative;
-webkit-animation-name: animatebottom;
-webkit-animation-duration: 1s;
animation-name: animatebottom;
animation-duration: 1s
}
@-webkit-keyframes animatebottom {
from { opacity:0 }
to { opacity:1 }
}
@keyframes animatebottom {
from{ opacity:0 }
to{ opacity:1 }
}
.panel-body {
overflow-y: auto;
}
.nav-tabs > li.active > a:hover {
border: 1px solid #ddd !important;
border-bottom-color: #fff !important;
}
@media(max-width: 1024px)
{
.card, .ui-sortable
{
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
max-width: 100%;
margin: 0;
}
.widget .d-flex
{
display: block;
}
#jstree-default ul
{
margin: 0;
padding: 0px !important;
padding-left: 10px !important;
}
#jstree-default ul li
{
margin: 0;
padding: 0px !important;
padding-left: 10px !important;
}
#jstree-default ul li div
{
background: #fff;
}
.row > [class*="col-"].ui-sortable
{
min-height: 0px;
}
}
.trafficLight {
pointer-events: none;
height: 25px;
box-shadow: 1px 2px 3px #000;
}
.timeline .timeline-icon a{
width: 20px;
height: 20px;
background: #d9e0e7;
}
.timeline > li + li {
margin-top: 20px;
}
.timeline > .timeline-time .date{
font-size: 13px;
}
.timeline > .timeline-time .time{
font-size: 20px;
}
.timeline-header {
padding-bottom: 0;
}
.timeline:before{
left: 1% !important;
}
.timeline .timeline-icon{
left: -4% !important;
}
.timeline .timeline-body:before {
top: 12px;
}
.timeline .timeline-body {
margin-right: 5%;
margin-left: 5%;
padding: 10px 16px;
}
.timeline-header + .timeline-content, .timeline-header + .timeline-footer, .timeline-content + .timeline-footer {
margin-top: 0;
}
.navbar.navbar-inverse .navbar-brand,
.sidebar .nav > li.active >div,
.sidebar .nav > li.active >div:focus,
.sidebar .nav > li.active >div:hover,
.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a,
.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a,
.page-sidebar-minified .sidebar .nav > li.has-sub.active > a{
background: #8ec73a;
}
.sidebar .sub-menu > li.active > div >a:before {
color: #8ec73a;
}
.sidebar .nav > li > div> a {
color: #a8acb1;
}
.sidebar .nav > li.active > div > a, .sidebar .nav > li.active > div> a:hover, .sidebar .nav > li.active > div > a:focus {
color: #fff;
background: #8ec73a;
}
.sidebar .has-sub.expand > .sub-menu {
display: block;
}
li.expand div img {
filter: none !important;
}
#page-container.page-sidebar-minified .nav li i.fa+span,
#page-container.page-sidebar-minified .nav li img + span {
display: none;
}
#page-container.page-sidebar-minified .nav ul.sub-menu li i.fa+span,
#page-container.page-sidebar-minified .nav ul.sub-menu li img + span {
display: inline;
}
@media (hover: none) {
.hover-not-supported:hover {
display: none;
}
}
.h-20 {
height: 20px;
}
.w-20 {
width: 20px;
}
.sidebar-element {
padding: 8px 20px;
line-height: 20px;
color: #a8acb1;
display: flex;
justify-content: space-between;
align-items: center;
white-space: nowrap;
}
span.centerblock {
display: block;
text-align: center;
}
.tab-overflow .nav.nav-pills > li, .tab-overflow.nav.nav-pills > li {
display: inline-block !important;
}
ul.nav.nav-pills li {
max-height: 50px !important;
overflow: hidden !important;
overflow-y: auto !important;
}
#startStopBtn{
display:inline-block;
margin:0 auto;
color:#6060AA;
background-color:rgba(0,0,0,0);
border:0.15em solid #6060FF;
border-radius:0.3em;
transition:all 0.3s;
box-sizing:border-box;
width:8em; height:3em;
line-height:2.7em;
cursor:pointer;
box-shadow: 0 0 0 rgba(0,0,0,0.1), inset 0 0 0 rgba(0,0,0,0.1);
}
#startStopBtn:hover{
box-shadow: 0 0 2em rgba(0,0,0,0.1), inset 0 0 1em rgba(0,0,0,0.1);
}
#startStopBtn.running{
background-color:#FF3030;
border-color:#FF6060;
color:#FFFFFF;
}
#startStopBtn:before{
content:"Start";
}
#startStopBtn.running:before{
content:"Abort";
}
#speedtest{
margin-top:2em;
margin-bottom:2em;
}
div.testArea{
display:inline-block;
width:16em;
height:12.5em;
position:relative;
box-sizing:border-box;
}
div.testName{
position:absolute;
top:0.1em; left:0;
width:100%;
font-size:1.4em;
z-index:9;
}
div.meterText{
position:absolute;
bottom:1.55em; left:0;
width:100%;
font-size:2.5em;
z-index:9;
}
div.meterText:empty:before{
content:"0.00";
}
div.unit{
position:absolute;
bottom:2em; left:0;
width:100%;
z-index:9;
}
div.testArea canvas{
position:absolute;
top:0; left:0; width:100%; height:100%;
z-index:1;
}
div.testGroup{
display:inline-block;
}
#shareArea{
width:95%;
max-width:40em;
margin:0 auto;
margin-top:2em;
}
#shareArea > *{
display:block;
width:100%;
height:auto;
margin: 0.25em 0;
}
@media all and (max-width:40em){
div.testGroup{
display:block;
margin: 0 auto;
}
}
.dragdropfield {
margin-top: 15px;
padding: 10px;
background: #f5f5f5;
}
.dragdropfield .box {
text-align: left;
display: inline-block;
vertical-align: top;
margin: 5px;
padding: 10px;
width: 45%;
height: auto;
border: none;
}
.dragdropfield .h {
cursor: pointer;
}
.dragdropfield .h input {
font-weight: normal;
font-size: 20px;
padding: 10px;
background: transparent;
border: 0;
}
.dragdropfield .dragdroplistitem div {
margin: 5px;
padding: 10px;
background: #f2f2f2;
}
.dragdropfield .dragdroplistitem input {
display: block;
box-sizing: border-box;
width: 100%;
}
.dragdropfield .dragdroplistitem select {
display: block;
box-sizing: border-box;
width: 100%;
}
.dragdropfield .dropzone {
min-height: 50px;
}
.dragdropfield .newlist {
margin-top: 12px;
}
@media (max-width: 800px) {
.dragdropfield .box {
width: 100%;
}
}
@media (min-width: 1600px) {
.d-wide-table-cell {
display: table-cell !important;
}
.d-wide-block {
display: block !important;
}
.d-wide-none {
display: none !important;
}
}
@media (min-width: 1200px) and (max-width: 1699px) {
.breakAll {
word-break: break-all;
}
}
.dragdropinfo {
font-size: 28px;
}
.dragdroplistitem {
position: relative;
}
.dragdropitembutton {
float: right;
cursor: pointer;
}
.dragdropitemmenubox {
padding: 0 !important;
display: none;
text-align: left;
border: 1px solid #ccc !important;
background: #fff !important;
position: absolute;
right: 0;
z-index: 2;
}
.dragdropitemmenubutton {
padding: 5px;
border-top: 1px solid #ccc;
display: block;
cursor: pointer;
}
.dragdropitemmenubutton:hover {
background: #f5f5f5;
}
#ddsearch {
margin: 0 0 5px 0;
display: block;
box-sizing: border-box;
width: 100%;
}
.box {
border: 1px solid grey;
height: 25px;
}
div.recolor:hover img {
filter: none !important;
}
div.recolor:hover,
.apps:hover {
background: #232a2f;
}
@media print {
#Edit {
width: 170mm !important;
}
a[data-toggle="popover"], textarea:empty, .btn, .panel-heading-btn .select2-selection__arrow, .clearfix {
display: none !important;
}
.form-group {
display: flex !important;
}
#page-container, #content, .card, .card-block, .tab-content {
margin: 0 !important;
padding: 0 !important;
}
.form-control, .select2-selection {
border: none !important;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
width: unset !important;
margin: 0;
padding: 0;
}
}
/* Small devices - Smartphones, tablets */
#mapid, #map {
min-height: 80vh;
}
.mw-48 {
width: 100%;
max-width: 12rem;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
.mw-sm-80 {
width: 100%;
max-width: 20rem;
}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
.mw-100-md {
width: 100%;
max-width: 100%;
}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
#mapid, #map {
min-height: 50vh;
}
}
#nmsprime-brand {
position: absolute;
bottom: 20px;
right: 20px;
max-width: 30vh;
}
#login-img {
max-width: initial;
}
.sidebar .sub-menu:before {
background: transparent;
}
.sidebar .sub-menu.line:before {
background: #10181F;
}
.sidebar .sub-menu.sub-line:before {
left: 4px;
}
.hover-active:hover {
background-color: #e2e2e2 !important;
}
.ticket-infobox {
display: flex;
position: fixed;
top: 0;
width: 100% ;
height: 100%;
background: white;
transition: all .35s ease-in-out;
z-index: 2000;
}
.touchcircle .background {
fill: transparent;
transform-origin: 50% 50%;
}
.touchcircle .foreground {
fill: transparent;
stroke-dasharray: 408;
transform-origin: 50% 50%;
transform: rotate(-90deg);
transition: stroke-dashoffset 1s linear;
}
.startFadeTop {
opacity: 0 !important;
top: 0 !important;
}
.endFadeTop {
opacity: 1 !important;
top: 30px !important;
}
.touchcircle:hover {
cursor: pointer;
}
.touchcircle:hover .background {
stroke: transparent;
}
#content::-webkit-scrollbar {
width: 12px;
}
@media (hover: none) {
.btn-outline-dark:hover {
background-color: white;
color: #6c757d;
}
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control::before, table.dataTable.dtr-column > tbody > tr > th.dtr-control::before, table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before {
height: 16px;
width: 16px;
line-height: 16px;
}
.nav-header .text-success i {
float: right !important;
}
.external-app-mini {
height: 20px !important;
margin-right: 7px;
filter: saturate(25%) brightness(80%);
}
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
height: 20px;
margin-right: 28px;
padding: 0px 4px;
background-color: rgba(85, 85, 85. .5);
margin-top: 6px;
border-radius: 100%;
font-size: 1.25rem;
fill: currentColor;
opacity: .5;
border: none;
line-height: 1;
}
textarea.select2-search__field {
height: 1.5rem !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
padding-left: 12px;
}
.sidebar .sidebar-hover > li > a:hover,
.sidebar .sidebar-hover > li > a:focus,
.sidebar .sidebar-hover > li.active > a,
.sidebar .sidebar-hover > li.active > a:hover,
.sidebar .sidebar-hover > li.active > a:focus {
color: #fff !important;
}
.minifiedMenu {
position: absolute;
display: block !important;
top:0px;
right: -200px;
width: 200px;
}
.minifiedMenu span,
.minifiedMenu a {
display: flex !important;
}
.toggleWidthStart {
opacity: 0;
width: 0 !important;
margin-left: 0 !important;
}
.toggleWidthEnd {
opacity: 1;
width: 3.25rem !important;
margin-left: 1rem !important;
}
.fixed-top {
z-index: 1005;
} | public/components/nmsprime.css | body {
font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
-webkit-font-smoothing: antialiased;
}
a {
color: #348FE2;
text-decoration:none;
background-color:transparent;
-webkit-text-decoration-skip:objects
}
a:hover {
color:#337AB7;
text-decoration:underline
}
input[type="checkbox"].form-control {
margin: 0 auto;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 34px;
text-align: center;
background: #fff !important;
}
input[type="checkbox"].form-control:checked:after {
content: '\2714';
font-size: 26px;
}
.noHover {
pointer-events: none;
}
/* Selectv2 responsive */
.select2-container {
width: 100% !important;
}
/* jstree hide Checkbox on root*/
.jstree li.nocheck > a.jstree-anchor > i.jstree-checkbox{
display:none;
}
/* icons look cooler with space*/
.fa {
margin-right: 5px;
}
.widget .fa,.panel .fa {
margin-right: 0;
}
.card-2 {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.card-3 {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.card-4 {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.card-5 {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.progress span {
position: absolute;
width: 100%;
}
.badge {
border-radius: 0.25rem;
padding: 5px 7px;
}
/* Breadcrumb pills custom style */
.tab-overflow .nav.nav-pills {
white-space: nowrap;
overflow: hidden;
display: table;
margin: 0;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.tab-overflow .nav.nav-pills > li,
.tab-overflow.nav.nav-pills > li {
display: table-cell;
float: none;
}
.tab-overflow .next-button,
.tab-overflow .prev-button {
position: absolute;
right: 0;
top: 0;
z-index: 10;
display: none !important;
opacity: 0;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
}
.tab-overflow .prev-button {
left: 0;
right: auto;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .next-button,
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
-webkit-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000;
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
-webkit-box-shadow: 0 0 15px #000;
box-shadow: 0 0 15px #000;
}
.tab-overflow .next-button a,
.tab-overflow .prev-button a {
margin: 0;
background: #283339;
}
/* Interaction pills and search */
.navbar .search-form {
z-index: 1000;
}
.navbar .search-form .search-btn,
.navbar .search-form .close {
z-index: 2000;
}
/* adjust navbar settings */
.navbar .search-form {
position: absolute;
left: 0;
right: 0;
bottom: 100%;
height: 60px;
z-index: 1000;
transition: all .3s ease;
}
.navbar.navbar-search-toggled .search-form {
bottom: 0;
}
.navbar .search-form .search-btn,
.navbar .search-form .close {
position: relative;
left: 0;
top: 0;
bottom: 0;
width: 60px;
color: #616161;
z-index: 2000;
text-align: center;
line-height: 54px;
background: none;
border: none;
padding: 0;
outline: none;
}
.search-btn {
margin-top: 6px;
margin-left: 5px;
}
.navbar .search-form .search-btn i, .navbar .search-form .close i {
line-height: 60px;
}
.navbar .search-form .form-control {
border: none;
height: inherit;
box-shadow: none;
border-radius: 0;
color: #212121;
padding-left: 140px;
padding-right: 60px;
font-size: 16px;
}
.navbar .search-form .form-open .btn-group,
.navbar .search-form .form-open .form-control {
top: 11px;
}
.navbar .search-form .form-control {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.navbar .search-form .close {
left: auto;
right: 0;
text-shadow: none;
opacity: 1.0;
}
.navbar {
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.14);
box-shadow: 0 1px 1px rgba(0,0,0,.14);
}
.fade .navbar-form .form-control {
-webkit-animation: none;
}
.navbar-form .form-control:focus {
width: 300px;
animation: expand .2s;
-webkit-animation: expand .2s;
}
@keyframes expand {
from { width: 200px; }
to { width: 300px; }
}
@-webkit-keyframes expand {
from { width: 200px; }
to { width: 300px; }
}
.navbar-form .btn-search {
position: absolute;
right: 15px;
top: 13px;
line-height: 34px;
height: 30px;
width: 34px;
padding: 0;
border: none;
background: none;
text-align: center;
}
.navbar-form .btn-search i {
line-height: 30px;
font-size: 20px;
}
@media (max-width: 767px) {
.page-header {
font-size: 24px;
}
.page-header-fixed {
padding-top: 101px;
}
.sidebar, .sidebar-bg {
margin-top: 62px;
}
}
.no-content-pseudo::before, .no-content-pseudo::after {
content: none !important;
}
.table>tbody>tr>td {
vertical-align: middle;
}
table .index_check {
text-align: center;
}
/* Table Colors*/
.table > thead > tr > td.green,
.table > tbody > tr > td.green,
.table > tfoot > tr > td.green,
.table > thead > tr > th.green,
.table > tbody > tr > th.green,
.table > tfoot > tr > th.green,
.table > thead > tr.green > td,
.table > tbody > tr.green > td,
.table > tfoot > tr.green > td,
.table > thead > tr.green > th,
.table > tbody > tr.green > th,
.table > tfoot > tr.green > th {
background:#D9F99D;
border-color:#A3E635;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background: #e0edff;
border-color: #b6e2ef;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background: #aff7aa;
border-color: #99dede;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background: #ffc2c2;
border-color: #ffb3b3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background: #fafac1;
border-color: #fbd7a3;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background: #f0f3f5;
border-color: #e2e7e9;
}
.popover-header{
margin-top: 0;
}
.card-inverse {
color: rgba(0, 0, 0, 0.65);
}
.card-inverse .card-header,
.card-inverse .card-footer {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
color: rgb(0, 0, 0);
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
color: rgba(0, 0, 0, 0.65);
}
.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
color: rgb(0, 0, 0);
}
.layersDiv {
background-color: lightgrey !important;
}
@media (max-width: 767px)
/* @grid-float-breakpoint -1 */
{
.navbar-fixed-top {
position: relative;
top: auto;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
max-height: inherit;
/* Clear max-height */
}
#page-container {
padding:0px;
}
}
#loader {
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #3498db; /* Blue */
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.animate-bottom {
position: relative;
-webkit-animation-name: animatebottom;
-webkit-animation-duration: 1s;
animation-name: animatebottom;
animation-duration: 1s
}
@-webkit-keyframes animatebottom {
from { opacity:0 }
to { opacity:1 }
}
@keyframes animatebottom {
from{ opacity:0 }
to{ opacity:1 }
}
.panel-body {
overflow-y: auto;
}
.nav-tabs > li.active > a:hover {
border: 1px solid #ddd !important;
border-bottom-color: #fff !important;
}
@media(max-width: 1024px)
{
.card, .ui-sortable
{
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
max-width: 100%;
margin: 0;
}
.widget .d-flex
{
display: block;
}
#jstree-default ul
{
margin: 0;
padding: 0px !important;
padding-left: 10px !important;
}
#jstree-default ul li
{
margin: 0;
padding: 0px !important;
padding-left: 10px !important;
}
#jstree-default ul li div
{
background: #fff;
}
.row > [class*="col-"].ui-sortable
{
min-height: 0px;
}
}
.trafficLight {
pointer-events: none;
height: 25px;
box-shadow: 1px 2px 3px #000;
}
.timeline .timeline-icon a{
width: 20px;
height: 20px;
background: #d9e0e7;
}
.timeline > li + li {
margin-top: 20px;
}
.timeline > .timeline-time .date{
font-size: 13px;
}
.timeline > .timeline-time .time{
font-size: 20px;
}
.timeline-header {
padding-bottom: 0;
}
.timeline:before{
left: 1% !important;
}
.timeline .timeline-icon{
left: -4% !important;
}
.timeline .timeline-body:before {
top: 12px;
}
.timeline .timeline-body {
margin-right: 5%;
margin-left: 5%;
padding: 10px 16px;
}
.timeline-header + .timeline-content, .timeline-header + .timeline-footer, .timeline-content + .timeline-footer {
margin-top: 0;
}
.navbar.navbar-inverse .navbar-brand,
.sidebar .nav > li.active >div,
.sidebar .nav > li.active >div:focus,
.sidebar .nav > li.active >div:hover,
.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a,
.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a,
.page-sidebar-minified .sidebar .nav > li.has-sub.active > a{
background: #8ec73a;
}
.sidebar .sub-menu > li.active > div >a:before {
color: #8ec73a;
}
.sidebar .nav > li > div> a {
color: #a8acb1;
}
.sidebar .nav > li.active > div > a, .sidebar .nav > li.active > div> a:hover, .sidebar .nav > li.active > div > a:focus {
color: #fff;
background: #8ec73a;
}
.sidebar .has-sub.expand > .sub-menu {
display: block;
}
li.expand div img {
filter: none !important;
}
#page-container.page-sidebar-minified .nav li i.fa+span,
#page-container.page-sidebar-minified .nav li img + span {
display: none;
}
#page-container.page-sidebar-minified .nav ul.sub-menu li i.fa+span,
#page-container.page-sidebar-minified .nav ul.sub-menu li img + span {
display: inline;
}
@media (hover: none) {
.hover-not-supported:hover {
display: none;
}
}
.h-20 {
height: 20px;
}
.w-20 {
width: 20px;
}
.sidebar-element {
padding: 8px 20px;
line-height: 20px;
color: #a8acb1;
display: flex;
justify-content: space-between;
align-items: center;
white-space: nowrap;
}
span.centerblock {
display: block;
text-align: center;
}
.tab-overflow .nav.nav-pills > li, .tab-overflow.nav.nav-pills > li {
display: inline-block !important;
}
ul.nav.nav-pills li {
max-height: 50px !important;
overflow: hidden !important;
overflow-y: auto !important;
}
#startStopBtn{
display:inline-block;
margin:0 auto;
color:#6060AA;
background-color:rgba(0,0,0,0);
border:0.15em solid #6060FF;
border-radius:0.3em;
transition:all 0.3s;
box-sizing:border-box;
width:8em; height:3em;
line-height:2.7em;
cursor:pointer;
box-shadow: 0 0 0 rgba(0,0,0,0.1), inset 0 0 0 rgba(0,0,0,0.1);
}
#startStopBtn:hover{
box-shadow: 0 0 2em rgba(0,0,0,0.1), inset 0 0 1em rgba(0,0,0,0.1);
}
#startStopBtn.running{
background-color:#FF3030;
border-color:#FF6060;
color:#FFFFFF;
}
#startStopBtn:before{
content:"Start";
}
#startStopBtn.running:before{
content:"Abort";
}
#speedtest{
margin-top:2em;
margin-bottom:2em;
}
div.testArea{
display:inline-block;
width:16em;
height:12.5em;
position:relative;
box-sizing:border-box;
}
div.testName{
position:absolute;
top:0.1em; left:0;
width:100%;
font-size:1.4em;
z-index:9;
}
div.meterText{
position:absolute;
bottom:1.55em; left:0;
width:100%;
font-size:2.5em;
z-index:9;
}
div.meterText:empty:before{
content:"0.00";
}
div.unit{
position:absolute;
bottom:2em; left:0;
width:100%;
z-index:9;
}
div.testArea canvas{
position:absolute;
top:0; left:0; width:100%; height:100%;
z-index:1;
}
div.testGroup{
display:inline-block;
}
#shareArea{
width:95%;
max-width:40em;
margin:0 auto;
margin-top:2em;
}
#shareArea > *{
display:block;
width:100%;
height:auto;
margin: 0.25em 0;
}
@media all and (max-width:40em){
div.testGroup{
display:block;
margin: 0 auto;
}
}
.dragdropfield {
margin-top: 15px;
padding: 10px;
background: #f5f5f5;
}
.dragdropfield .box {
text-align: left;
display: inline-block;
vertical-align: top;
margin: 5px;
padding: 10px;
width: 45%;
height: auto;
border: none;
}
.dragdropfield .h {
cursor: pointer;
}
.dragdropfield .h input {
font-weight: normal;
font-size: 20px;
padding: 10px;
background: transparent;
border: 0;
}
.dragdropfield .dragdroplistitem div {
margin: 5px;
padding: 10px;
background: #f2f2f2;
}
.dragdropfield .dragdroplistitem input {
display: block;
box-sizing: border-box;
width: 100%;
}
.dragdropfield .dragdroplistitem select {
display: block;
box-sizing: border-box;
width: 100%;
}
.dragdropfield .dropzone {
min-height: 50px;
}
.dragdropfield .newlist {
margin-top: 12px;
}
@media (max-width: 800px) {
.dragdropfield .box {
width: 100%;
}
}
@media (min-width: 1600px) {
.d-wide-table-cell {
display: table-cell !important;
}
.d-wide-block {
display: block !important;
}
.d-wide-none {
display: none !important;
}
}
@media (min-width: 1200px) and (max-width: 1699px) {
.breakAll {
word-break: break-all;
}
}
.dragdropinfo {
font-size: 28px;
}
.dragdroplistitem {
position: relative;
}
.dragdropitembutton {
float: right;
cursor: pointer;
}
.dragdropitemmenubox {
padding: 0 !important;
display: none;
text-align: left;
border: 1px solid #ccc !important;
background: #fff !important;
position: absolute;
right: 0;
z-index: 2;
}
.dragdropitemmenubutton {
padding: 5px;
border-top: 1px solid #ccc;
display: block;
cursor: pointer;
}
.dragdropitemmenubutton:hover {
background: #f5f5f5;
}
#ddsearch {
margin: 0 0 5px 0;
display: block;
box-sizing: border-box;
width: 100%;
}
.box {
border: 1px solid grey;
height: 25px;
}
div.recolor:hover img {
filter: none !important;
}
div.recolor:hover,
.apps:hover {
background: #232a2f;
}
@media print {
#Edit {
width: 170mm !important;
}
a[data-toggle="popover"], textarea:empty, .btn, .panel-heading-btn .select2-selection__arrow, .clearfix {
display: none !important;
}
.form-group {
display: flex !important;
}
#page-container, #content, .card, .card-block, .tab-content {
margin: 0 !important;
padding: 0 !important;
}
.form-control, .select2-selection {
border: none !important;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
width: unset !important;
margin: 0;
padding: 0;
}
}
/* Small devices - Smartphones, tablets */
#mapid, #map {
min-height: 80vh;
}
.mw-48 {
width: 100%;
max-width: 12rem;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
.mw-sm-80 {
width: 100%;
max-width: 20rem;
}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
.mw-100-md {
width: 100%;
max-width: 100%;
}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
#mapid, #map {
min-height: 50vh;
}
}
#nmsprime-brand {
position: absolute;
bottom: 20px;
right: 20px;
max-width: 30vh;
}
#login-img {
max-width: initial;
}
.sidebar .sub-menu:before {
background: transparent;
}
.sidebar .sub-menu.line:before {
background: #10181F;
}
.sidebar .sub-menu.sub-line:before {
left: 4px;
}
.hover-active:hover {
background-color: #e2e2e2 !important;
}
.ticket-infobox {
display: flex;
position: fixed;
top: 0;
width: 100% ;
height: 100%;
background: white;
transition: all .35s ease-in-out;
z-index: 2000;
}
.touchcircle .background {
fill: transparent;
transform-origin: 50% 50%;
}
.touchcircle .foreground {
fill: transparent;
stroke-dasharray: 408;
transform-origin: 50% 50%;
transform: rotate(-90deg);
transition: stroke-dashoffset 1s linear;
}
.startFadeTop {
opacity: 0 !important;
top: 0 !important;
}
.endFadeTop {
opacity: 1 !important;
top: 30px !important;
}
.touchcircle:hover {
cursor: pointer;
}
.touchcircle:hover .background {
stroke: transparent;
}
#content::-webkit-scrollbar {
width: 12px;
}
@media (hover: none) {
.btn-outline-dark:hover {
background-color: white;
color: #6c757d;
}
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control::before, table.dataTable.dtr-column > tbody > tr > th.dtr-control::before, table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before {
height: 16px;
width: 16px;
line-height: 16px;
}
.nav-header .text-success i {
float: right !important;
}
.external-app-mini {
height: 20px !important;
margin-right: 7px;
filter: saturate(25%) brightness(80%);
}
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
height: 20px;
margin-right: 28px;
padding: 0px 4px;
background-color: rgba(85, 85, 85. .5);
margin-top: 6px;
border-radius: 100%;
font-size: 1.25rem;
fill: currentColor;
opacity: .5;
border: none;
line-height: 1;
}
textarea.select2-search__field {
height: 1.5rem !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
padding-left: 12px;
}
.sidebar .sidebar-hover > li > a:hover,
.sidebar .sidebar-hover > li > a:focus,
.sidebar .sidebar-hover > li.active > a,
.sidebar .sidebar-hover > li.active > a:hover,
.sidebar .sidebar-hover > li.active > a:focus {
color: #fff !important;
}
.minifiedMenu {
position: absolute;
display: block !important;
top:0px;
right: -200px;
width: 200px;
}
.minifiedMenu span,
.minifiedMenu a {
display: flex !important;
}
.toggleWidthStart {
opacity: 0;
width: 0 !important;
margin-left: 0 !important;
}
.toggleWidthEnd {
opacity: 1;
width: 3.25rem !important;
margin-left: 1rem !important;
}
.fixed-top {
z-index: 1005;
} | 0.413122 | 0.061537 |
overflow: hidden;
}
.hidden {
display: none !important;
}
.calllog-sections-container {
width: 200%;
overflow: hidden;
transition: all .2s ease-in-out;
}
.calllog-section {
width: 50%;
overflow: scroll;
}
.section-empty {
display: none;
height: 100%;
position: relative;
margin: 0 1.5rem;
}
.section-empty-label {
border-top: 0.1rem solid rgba(96, 96, 96, 0.5);
color: #606060;
font-size: 2rem;
line-height: 3rem;
font-weight: 300;
padding: 1rem 1.5rem;
flex: 1;
}
.section-entries li * {
pointer-events: none;
}
#urls-section.empty .section-empty {
background: url(images/link_wmark.png) center no-repeat;
background-size: 18.1rem auto;
}
#calls-section.empty .section-empty {
background: url(images/ComLog_200x200_clock.png) center no-repeat;
background-size: 20rem auto;
}
#calls-section.empty .section-empty,
#urls-section.empty .section-empty {
display: flex;
align-items: center;
}
#calls-section.empty .calls-section-entries,
#urls-section.empty .urls-section-entries {
display: none;
}
/* Icons */
section[role="region"] > header:first-child .icon-settings {
background-image: url(images/ico_settings.png);
}
.call-type-icon {
background: url(images/ico_calllog_sp.png) center no-repeat;
background-size: 2rem auto;
width: 2.5rem;
height: 3rem;
margin: 0 0.5rem;
}
.missed .call-type-icon {
background-position: 0 -12rem;
}
.outgoing-audio .call-type-icon {
background-position: 0 -9rem;
}
.incoming-audio .call-type-icon {
background-position: 0 -6rem;
}
.outgoing-video .call-type-icon {
background-position: 0 -3rem;
}
.incoming-video .call-type-icon {
background-position: 0 0;
}
gaia-toolbar .icon-user {
height: 4rem;
width: 100%;
margin: 0;
padding: 0;
background: url(images/Ico_Contacttoolbar_40x80.png) no-repeat;
background-position: center 0rem;
}
gaia-toolbar .icon-user:active {
background-color: #b2f2ff;
background-position: center -4rem;
}
/* List elelments */
#calls-section li p {
margin-left: 0;
}
.call-time {
line-height: 2rem;
}
.calllog-section .call-time,
.calllog-section .retry-count,
.calllog-section .url {
font-size: 1.5rem;
color: #858585;
white-space: nowrap;
}
.calllog-section .missed .call-time {
color: #bc1515;
}
#calls-section .url {
margin-left: 1rem;
}
#urls-section .url {
white-space: normal;
}
#urls-section .retry-count {
font-style: italic;
color: #00adad;
}
/*
MEDIA QUERIES FOR device-pixel-ratio
*/
@media (min--moz-device-pixel-ratio: 1.5) {
section[role="region"] > header:first-child .icon-settings {
background-image: url(images/ico_settings@1.5x.png);
}
.call-type-icon {
background-image: url(images/ico_calllog_sp@1.5x.png);
}
gaia-toolbar .icon-user {
background: url(images/Ico_Contacttoolbar_40x80@1.5x.png) no-repeat;
background-size: 4rem 8rem;
background-position: center 0rem;
}
gaia-toolbar .icon-user:active {
background-color: #b2f2ff;
background-position: center -4rem;
}
#urls-section.empty .section-empty {
background-image: url(images/link_wmark@1.5x.png);
}
#calls-section.empty .section-empty {
background-image: url(images/ComLog_200x200_clock@1.5x.png);
}
}
@media (min--moz-device-pixel-ratio: 2) {
section[role="region"] > header:first-child .icon-settings {
background-image: url(images/ico_settings@2x.png);
}
.call-type-icon {
background-image: url(images/ico_calllog_sp@2x.png);
}
gaia-toolbar .icon-user {
background: url(images/Ico_Contacttoolbar_40x80@2x.png) no-repeat;
background-position: center 0rem;
background-size: 4rem 8rem;
}
gaia-toolbar .icon-user:active {
background-color: #b2f2ff;
background-position: center -4rem;
}
#urls-section.empty .section-empty {
background-image: url(images/link_wmark@2x.png);
}
#calls-section.empty .section-empty {
background-image: url(images/ComLog_200x200_clock@2x.png);
}
}
@media (min--moz-device-pixel-ratio: 2.25) {
section[role="region"] > header:first-child .icon-settings {
background-image: url(ico_images/settings@2.25x.png);
}
.call-type-icon {
background-image: url(images/ico_calllog_sp@2.25x.png);
}
gaia-toolbar .icon-user {
background: url(images/Ico_Contacttoolbar_40x80@2.25x.png) no-repeat;
background-position: center 0rem;
background-size: 4rem 8rem;
}
gaia-toolbar .icon-user:active {
background-color: #b2f2ff;
background-position: center -4rem;
}
#urls-section.empty .section-empty {
background-image: url(images/link_wmark@2.25x.png);
}
#calls-section.empty .section-empty {
background-image: url(images/ComLog_200x200_clock@2.25x.png);
}
} | style/calllog.css | overflow: hidden;
}
.hidden {
display: none !important;
}
.calllog-sections-container {
width: 200%;
overflow: hidden;
transition: all .2s ease-in-out;
}
.calllog-section {
width: 50%;
overflow: scroll;
}
.section-empty {
display: none;
height: 100%;
position: relative;
margin: 0 1.5rem;
}
.section-empty-label {
border-top: 0.1rem solid rgba(96, 96, 96, 0.5);
color: #606060;
font-size: 2rem;
line-height: 3rem;
font-weight: 300;
padding: 1rem 1.5rem;
flex: 1;
}
.section-entries li * {
pointer-events: none;
}
#urls-section.empty .section-empty {
background: url(images/link_wmark.png) center no-repeat;
background-size: 18.1rem auto;
}
#calls-section.empty .section-empty {
background: url(images/ComLog_200x200_clock.png) center no-repeat;
background-size: 20rem auto;
}
#calls-section.empty .section-empty,
#urls-section.empty .section-empty {
display: flex;
align-items: center;
}
#calls-section.empty .calls-section-entries,
#urls-section.empty .urls-section-entries {
display: none;
}
/* Icons */
section[role="region"] > header:first-child .icon-settings {
background-image: url(images/ico_settings.png);
}
.call-type-icon {
background: url(images/ico_calllog_sp.png) center no-repeat;
background-size: 2rem auto;
width: 2.5rem;
height: 3rem;
margin: 0 0.5rem;
}
.missed .call-type-icon {
background-position: 0 -12rem;
}
.outgoing-audio .call-type-icon {
background-position: 0 -9rem;
}
.incoming-audio .call-type-icon {
background-position: 0 -6rem;
}
.outgoing-video .call-type-icon {
background-position: 0 -3rem;
}
.incoming-video .call-type-icon {
background-position: 0 0;
}
gaia-toolbar .icon-user {
height: 4rem;
width: 100%;
margin: 0;
padding: 0;
background: url(images/Ico_Contacttoolbar_40x80.png) no-repeat;
background-position: center 0rem;
}
gaia-toolbar .icon-user:active {
background-color: #b2f2ff;
background-position: center -4rem;
}
/* List elelments */
#calls-section li p {
margin-left: 0;
}
.call-time {
line-height: 2rem;
}
.calllog-section .call-time,
.calllog-section .retry-count,
.calllog-section .url {
font-size: 1.5rem;
color: #858585;
white-space: nowrap;
}
.calllog-section .missed .call-time {
color: #bc1515;
}
#calls-section .url {
margin-left: 1rem;
}
#urls-section .url {
white-space: normal;
}
#urls-section .retry-count {
font-style: italic;
color: #00adad;
}
/*
MEDIA QUERIES FOR device-pixel-ratio
*/
@media (min--moz-device-pixel-ratio: 1.5) {
section[role="region"] > header:first-child .icon-settings {
background-image: url(images/ico_settings@1.5x.png);
}
.call-type-icon {
background-image: url(images/ico_calllog_sp@1.5x.png);
}
gaia-toolbar .icon-user {
background: url(images/Ico_Contacttoolbar_40x80@1.5x.png) no-repeat;
background-size: 4rem 8rem;
background-position: center 0rem;
}
gaia-toolbar .icon-user:active {
background-color: #b2f2ff;
background-position: center -4rem;
}
#urls-section.empty .section-empty {
background-image: url(images/link_wmark@1.5x.png);
}
#calls-section.empty .section-empty {
background-image: url(images/ComLog_200x200_clock@1.5x.png);
}
}
@media (min--moz-device-pixel-ratio: 2) {
section[role="region"] > header:first-child .icon-settings {
background-image: url(images/ico_settings@2x.png);
}
.call-type-icon {
background-image: url(images/ico_calllog_sp@2x.png);
}
gaia-toolbar .icon-user {
background: url(images/Ico_Contacttoolbar_40x80@2x.png) no-repeat;
background-position: center 0rem;
background-size: 4rem 8rem;
}
gaia-toolbar .icon-user:active {
background-color: #b2f2ff;
background-position: center -4rem;
}
#urls-section.empty .section-empty {
background-image: url(images/link_wmark@2x.png);
}
#calls-section.empty .section-empty {
background-image: url(images/ComLog_200x200_clock@2x.png);
}
}
@media (min--moz-device-pixel-ratio: 2.25) {
section[role="region"] > header:first-child .icon-settings {
background-image: url(ico_images/settings@2.25x.png);
}
.call-type-icon {
background-image: url(images/ico_calllog_sp@2.25x.png);
}
gaia-toolbar .icon-user {
background: url(images/Ico_Contacttoolbar_40x80@2.25x.png) no-repeat;
background-position: center 0rem;
background-size: 4rem 8rem;
}
gaia-toolbar .icon-user:active {
background-color: #b2f2ff;
background-position: center -4rem;
}
#urls-section.empty .section-empty {
background-image: url(images/link_wmark@2.25x.png);
}
#calls-section.empty .section-empty {
background-image: url(images/ComLog_200x200_clock@2.25x.png);
}
} | 0.455683 | 0.089058 |
a {
color: #0769AD;
}
/*******************************************************************************/
/* Home Page
/*******************************************************************************/
#home-features aside h3 {
text-align: center;
}
#home-features aside ul {
list-style-type: none;
text-align: left;
}
#home-features aside ul li {
margin: 0;
}
#open-source-content p {
clear: both;
}
/*******************************************************************************/
/* Beta Ribbon
/*******************************************************************************/
.beta-ribbon-wrapper {
width: 85px;
height: 88px;
overflow: hidden;
position: absolute;
top: 0;
right: 0;
z-index:10;
}
.beta-ribbon {
font-weight: bold;
text-align: center;
text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
position: relative;
padding: 7px 0;
left: -5px;
top: 11px;
width: 120px;
background-color: #ffea94;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffea94), to(#FFEA5E));
background-image: -webkit-linear-gradient(top, #ffea94, #FFEA5E);
background-image: -moz-linear-gradient(top, #ffea94, #FFEA5E);
background-image: -ms-linear-gradient(top, #ffea94, #FFEA5E);
background-image: -o-linear-gradient(top, #ffea94, #FFEA5E);
color: #6a6340;
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
cursor: pointer;
}
.beta-ribbon:hover {
background-color: #ffea5e;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffea94), to(#FFEA5E));
background-image: -webkit-linear-gradient(top, #ffea5e, #FFea94);
background-image: -moz-linear-gradient(top, #ffea5e, #FFea94);
background-image: -ms-linear-gradient(top, #ffea5e, #FFea94);
background-image: -o-linear-gradient(top, #ffea5e, #FFea94);
}
.beta-ribbon a {
text-decoration: none;
color: #393939;
}
.beta-ribbon:hover a {
text-decoration: underline;
}
/*******************************************************************************/
/* Sidebar
/*******************************************************************************/
#sidebar #chapter-listing ul li {
background: none;
padding-left: 0;
}
#sidebar #chapter-listing li.active a {
background: #212121;
color: #fff;
text-shadow: none;
}
#sidebar #chapter-listing li.active a i.icon-tasks {
color: #fff;
}
#sidebar #chapter-listing ul.sub-chapter {
margin: 0;
float: none;
}
#sidebar #chapter-listing ul.sub-chapter li {
border-bottom: none;
}
#sidebar #chapter-listing ul.sub-chapter li a {
padding: 1% 10% 1% 15%;
width: 100%;
}
/*******************************************************************************/
/* Footer Metadata
/*******************************************************************************/
.entry-meta.row {
min-width: auto;
margin: 0;
}
.entry-meta aside {
color: #333;
}
.entry-meta aside.meta-details {
float: left;
-webkit-box-shadow: 0 0 5px -0.5px #ddd;
box-shadow: 0 0 5px -0.5px #ddd;
border: 1px solid white;
background: #fff7e3;
background: -webkit-linear-gradient(top, #fffaf5 0%,#fff7e3 100%,#fff7e3 100%);
background: linear-gradient(to bottom, #fffaf5 0%,#fff7e3 100%,#fff7e3 100%);
margin-bottom: 1.8em;
padding: 1em 1em 0 1em;
}
.entry-meta aside.meta-details h3 {
color: #303030;
font-weight: normal;
padding-left: 0.4em;
padding-bottom: 0.2em;
border-bottom: 1px solid #ccc;
}
.entry-meta aside.meta-details ul {
font-size: 140%;
color: #666;
margin-left: 1.7em;
}
.entry-meta aside.meta-details li {
margin-bottom: 0.7em;
}
.entry-meta aside.meta-details li[class^="icon-"] span,
.entry-meta aside.meta-details li[class*="icon-"] span {
margin-left: 10px;
}
.entry-meta aside.meta-details [class^="icon-"]:before,
.entry-meta aside.meta-details [class*=" icon-"]:before {
margin-top: 0.05em;
}
.entry-meta .github-feedback {
float: right;
text-align: right;
background: #fff url(i/github.png) no-repeat 102% 50%;
text-shadow: 0 1px 1px #fff;
color: #5d5d5d;
padding-top: 1em;
}
.entry-meta .github-feedback h3 {
padding-right: 0.5em;
}
.entry-meta .github-feedback a {
float: right;
}
.meta .github {
float: left;
display: block;
width: 35%;
min-height: 45px;
border-right: 1px solid #fff;
-webkit-box-shadow: 1px 0 0 #b7b7b7;
}
.meta .github .avatar {
border: 5px solid #fff;
width: auto;
height: 40px;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
box-shadow: 0 0 5px rgba(0,0,0,0.25);
display: block;
float: left;
}
.entry-meta aside.meta-details .contributor-list {
list-style-type: none;
margin: 0;
}
#content .entry-meta aside.meta-details .contributor-list li {
font-size: 14px;
line-height: 24px;
margin: 0 0 4px 0;
background: none;
padding-left: 0;
}
.entry-meta aside.meta-details .contributor-list li a {
text-decoration: none;
}
.entry-meta aside.meta-details .contributor-list li a:hover {
text-decoration: underline;
}
.entry-meta aside.meta-details .contributor-list li img {
vertical-align: middle;
margin-right: 4px;
}
.meta .feedback {
float: left;
display: block;
width: 62%;
padding: 0 0 0 3%;
}
.meta .feedback h4 {
letter-spacing: 0;
margin: 4px 0 0 0;
}
.github-feedback .icon-github {
color:#7ACEF4;
}
.entry-meta .bottom-links {
background-image: url(../jquery/images/gauze.png);
border: none;
margin: 2em 0;
clear:both;
}
#content .bottom-links a {
line-height:2;
text-decoration: none;
font-size:140%;
}
#content .bottom-links a:hover {
text-decoration: underline;
}
#content .bottom-links .prev, #content .bottom-links .next {
color: #333;
}
#content .bottom-links .next {
text-align: right;
} | themes/learn.jquery.com/style.css | a {
color: #0769AD;
}
/*******************************************************************************/
/* Home Page
/*******************************************************************************/
#home-features aside h3 {
text-align: center;
}
#home-features aside ul {
list-style-type: none;
text-align: left;
}
#home-features aside ul li {
margin: 0;
}
#open-source-content p {
clear: both;
}
/*******************************************************************************/
/* Beta Ribbon
/*******************************************************************************/
.beta-ribbon-wrapper {
width: 85px;
height: 88px;
overflow: hidden;
position: absolute;
top: 0;
right: 0;
z-index:10;
}
.beta-ribbon {
font-weight: bold;
text-align: center;
text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
position: relative;
padding: 7px 0;
left: -5px;
top: 11px;
width: 120px;
background-color: #ffea94;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffea94), to(#FFEA5E));
background-image: -webkit-linear-gradient(top, #ffea94, #FFEA5E);
background-image: -moz-linear-gradient(top, #ffea94, #FFEA5E);
background-image: -ms-linear-gradient(top, #ffea94, #FFEA5E);
background-image: -o-linear-gradient(top, #ffea94, #FFEA5E);
color: #6a6340;
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
cursor: pointer;
}
.beta-ribbon:hover {
background-color: #ffea5e;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffea94), to(#FFEA5E));
background-image: -webkit-linear-gradient(top, #ffea5e, #FFea94);
background-image: -moz-linear-gradient(top, #ffea5e, #FFea94);
background-image: -ms-linear-gradient(top, #ffea5e, #FFea94);
background-image: -o-linear-gradient(top, #ffea5e, #FFea94);
}
.beta-ribbon a {
text-decoration: none;
color: #393939;
}
.beta-ribbon:hover a {
text-decoration: underline;
}
/*******************************************************************************/
/* Sidebar
/*******************************************************************************/
#sidebar #chapter-listing ul li {
background: none;
padding-left: 0;
}
#sidebar #chapter-listing li.active a {
background: #212121;
color: #fff;
text-shadow: none;
}
#sidebar #chapter-listing li.active a i.icon-tasks {
color: #fff;
}
#sidebar #chapter-listing ul.sub-chapter {
margin: 0;
float: none;
}
#sidebar #chapter-listing ul.sub-chapter li {
border-bottom: none;
}
#sidebar #chapter-listing ul.sub-chapter li a {
padding: 1% 10% 1% 15%;
width: 100%;
}
/*******************************************************************************/
/* Footer Metadata
/*******************************************************************************/
.entry-meta.row {
min-width: auto;
margin: 0;
}
.entry-meta aside {
color: #333;
}
.entry-meta aside.meta-details {
float: left;
-webkit-box-shadow: 0 0 5px -0.5px #ddd;
box-shadow: 0 0 5px -0.5px #ddd;
border: 1px solid white;
background: #fff7e3;
background: -webkit-linear-gradient(top, #fffaf5 0%,#fff7e3 100%,#fff7e3 100%);
background: linear-gradient(to bottom, #fffaf5 0%,#fff7e3 100%,#fff7e3 100%);
margin-bottom: 1.8em;
padding: 1em 1em 0 1em;
}
.entry-meta aside.meta-details h3 {
color: #303030;
font-weight: normal;
padding-left: 0.4em;
padding-bottom: 0.2em;
border-bottom: 1px solid #ccc;
}
.entry-meta aside.meta-details ul {
font-size: 140%;
color: #666;
margin-left: 1.7em;
}
.entry-meta aside.meta-details li {
margin-bottom: 0.7em;
}
.entry-meta aside.meta-details li[class^="icon-"] span,
.entry-meta aside.meta-details li[class*="icon-"] span {
margin-left: 10px;
}
.entry-meta aside.meta-details [class^="icon-"]:before,
.entry-meta aside.meta-details [class*=" icon-"]:before {
margin-top: 0.05em;
}
.entry-meta .github-feedback {
float: right;
text-align: right;
background: #fff url(i/github.png) no-repeat 102% 50%;
text-shadow: 0 1px 1px #fff;
color: #5d5d5d;
padding-top: 1em;
}
.entry-meta .github-feedback h3 {
padding-right: 0.5em;
}
.entry-meta .github-feedback a {
float: right;
}
.meta .github {
float: left;
display: block;
width: 35%;
min-height: 45px;
border-right: 1px solid #fff;
-webkit-box-shadow: 1px 0 0 #b7b7b7;
}
.meta .github .avatar {
border: 5px solid #fff;
width: auto;
height: 40px;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
box-shadow: 0 0 5px rgba(0,0,0,0.25);
display: block;
float: left;
}
.entry-meta aside.meta-details .contributor-list {
list-style-type: none;
margin: 0;
}
#content .entry-meta aside.meta-details .contributor-list li {
font-size: 14px;
line-height: 24px;
margin: 0 0 4px 0;
background: none;
padding-left: 0;
}
.entry-meta aside.meta-details .contributor-list li a {
text-decoration: none;
}
.entry-meta aside.meta-details .contributor-list li a:hover {
text-decoration: underline;
}
.entry-meta aside.meta-details .contributor-list li img {
vertical-align: middle;
margin-right: 4px;
}
.meta .feedback {
float: left;
display: block;
width: 62%;
padding: 0 0 0 3%;
}
.meta .feedback h4 {
letter-spacing: 0;
margin: 4px 0 0 0;
}
.github-feedback .icon-github {
color:#7ACEF4;
}
.entry-meta .bottom-links {
background-image: url(../jquery/images/gauze.png);
border: none;
margin: 2em 0;
clear:both;
}
#content .bottom-links a {
line-height:2;
text-decoration: none;
font-size:140%;
}
#content .bottom-links a:hover {
text-decoration: underline;
}
#content .bottom-links .prev, #content .bottom-links .next {
color: #333;
}
#content .bottom-links .next {
text-align: right;
} | 0.23066 | 0.118691 |
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
font-size: 1.6rem;
min-height: 100vh;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
background: #4b4247;
}
.container {
width: 57rem;
height: 84rem;
position: relative;
box-shadow: 0 0 2.5rem #2b2628;
overflow: hidden;
}
.moon {
width: 10rem;
height: 10rem;
border-radius: 50%;
background: #fff8d7;
box-shadow: 0 0 7rem 7rem rgba(255, 248, 216, 0.2);
position: absolute;
top: 5rem;
left: 8rem;
}
.clouds {
opacity: 0.4;
}
.cloud {
display: inline-block;
width: 10rem;
height: 3rem;
background: #918584;
border-radius: 5rem 3.5rem 3.5rem 1.5rem;
position: absolute;
-webkit-animation: cloud-move 50s linear infinite;
animation: cloud-move 50s linear infinite;
}
.cloud::before, .cloud::after {
content: "";
position: absolute;
background: inherit;
border-radius: 3.5rem;
}
.cloud::before {
width: 4rem;
height: 4.5rem;
bottom: 0;
left: 1.2rem;
}
.cloud::after {
width: 4rem;
height: 5rem;
bottom: 0;
right: 1.6rem;
}
.cloud:nth-child(1) {
top: 14rem;
left: -8rem;
}
.cloud:nth-child(2) {
top: 26rem;
left: -20rem;
}
.cloud:nth-child(3) {
top: 18rem;
left: -35rem;
}
.cloud:nth-child(4) {
top: 32rem;
left: -60rem;
}
.cloud:nth-child(5) {
top: 20rem;
left: -70rem;
}
@-webkit-keyframes cloud-move {
0% {
-webkit-transform: translateX(-10rem);
transform: translateX(-10rem);
}
100% {
-webkit-transform: translateX(125rem);
transform: translateX(125rem);
}
}
@keyframes cloud-move {
0% {
-webkit-transform: translateX(-10rem);
transform: translateX(-10rem);
}
100% {
-webkit-transform: translateX(125rem);
transform: translateX(125rem);
}
}
.star {
position: absolute;
-webkit-animation: star-blink 7s infinite -1s;
animation: star-blink 7s infinite -1s;
}
.star:nth-child(even) {
-webkit-animation: star-blink 7s infinite 2s;
animation: star-blink 7s infinite 2s;
}
.star:first-child {
top: 2rem;
left: 5rem;
}
.star:nth-child(2) {
top: 4rem;
right: 10rem;
}
.star:nth-child(3) {
top: 5rem;
left: 23rem;
}
.star:nth-child(4) {
top: 17rem;
left: 18rem;
}
.star:nth-child(5) {
top: 35rem;
left: 4rem;
}
.star:nth-child(6) {
top: 28rem;
right: 18rem;
}
.star:nth-child(7) {
top: 36rem;
right: 10rem;
}
.star::before, .star::after {
content: "";
height: 1.5rem;
width: 0.3rem;
border-radius: 45%;
background: #b0a69b;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.star::before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.star::after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
@-webkit-keyframes star-blink {
0% {
opacity: 1;
}
60% {
opacity: 0.2;
}
}
@keyframes star-blink {
0% {
opacity: 1;
}
60% {
opacity: 0.2;
}
}
.mountain {
width: 49rem;
height: 49rem;
background: linear-gradient(-225deg, #796f74, #534a4f 50%, #4a4246 50%);
position: absolute;
top: 34rem;
left: 5rem;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
border-radius: 6rem;
box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.3);
}
.train-container {
position: absolute;
width: 100%;
bottom: -4rem;
z-index: 10;
}
.train {
width: 169rem;
-webkit-animation: train-move 8s linear -1s infinite forwards;
animation: train-move 8s linear -1s infinite forwards;
}
.train-car {
display: inline-block;
vertical-align: top;
width: 24rem;
height: 7rem;
padding-top: 1.8rem;
padding-left: 1.3rem;
border: 1px solid #71656a;
border-top: 2px solid #978a8e;
border-radius: 1.1rem;
background: #50464b;
}
.train-head, .train-end {
padding-left: 1.8rem;
border-radius: 20rem 1.1rem 1.1rem;
border-left: 2px solid #978a8e;
}
.train-head .train-windows, .train-end .train-windows {
width: 17rem;
}
.train-head-window, .train-end-window {
width: 2.5rem !important;
border-top-left-radius: 2.5rem !important;
margin-right: 2rem !important;
}
.train-end {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.train-windows, .train-door {
display: inline-block;
}
.train-windows {
width: 9rem;
height: 5rem;
}
.train-windows .w-left,
.train-windows .w-right,
.train-windows .train-head-window,
.train-windows .train-end-window {
display: inline-block;
width: 3.8rem;
height: 2.6rem;
margin-right: 0.3rem;
border-radius: 0.3rem;
background: #ffc72f;
}
.train-door {
vertical-align: top;
width: 2.5rem;
height: 5rem;
padding: 0.4rem;
margin-right: 0.5rem;
background: #675e62;
position: relative;
}
.train-door::before {
content: "";
width: 100%;
height: 2rem;
background: #50464b;
display: block;
}
.train-track {
width: 100%;
height: 45rem;
background: #43383e;
}
.ledge {
width: 100%;
height: 3rem;
margin-bottom: 4rem;
border-bottom: 3px solid #392e34;
}
.pillar div {
height: 38rem;
background: #534a4f;
display: inline-block;
border-radius: 30rem 30rem 0 0;
}
.pillar-left {
width: 12rem;
margin-left: -6rem;
margin-right: 5rem;
}
.pillar-middle, .pillar-right {
border-right: 5px solid #968b8e;
}
.pillar-middle {
width: 16rem;
margin-right: 8rem;
}
.pillar-right {
width: 18rem;
margin-right: 0.8rem;
}
@-webkit-keyframes train-move {
0% {
-webkit-transform: translateX(60rem);
transform: translateX(60rem);
}
100% {
-webkit-transform: translateX(-170rem);
transform: translateX(-170rem);
}
}
@keyframes train-move {
0% {
-webkit-transform: translateX(60rem);
transform: translateX(60rem);
}
100% {
-webkit-transform: translateX(-170rem);
transform: translateX(-170rem);
}
} | viaje-en-tren/night-train-animationstyle.css | *,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
font-size: 1.6rem;
min-height: 100vh;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
background: #4b4247;
}
.container {
width: 57rem;
height: 84rem;
position: relative;
box-shadow: 0 0 2.5rem #2b2628;
overflow: hidden;
}
.moon {
width: 10rem;
height: 10rem;
border-radius: 50%;
background: #fff8d7;
box-shadow: 0 0 7rem 7rem rgba(255, 248, 216, 0.2);
position: absolute;
top: 5rem;
left: 8rem;
}
.clouds {
opacity: 0.4;
}
.cloud {
display: inline-block;
width: 10rem;
height: 3rem;
background: #918584;
border-radius: 5rem 3.5rem 3.5rem 1.5rem;
position: absolute;
-webkit-animation: cloud-move 50s linear infinite;
animation: cloud-move 50s linear infinite;
}
.cloud::before, .cloud::after {
content: "";
position: absolute;
background: inherit;
border-radius: 3.5rem;
}
.cloud::before {
width: 4rem;
height: 4.5rem;
bottom: 0;
left: 1.2rem;
}
.cloud::after {
width: 4rem;
height: 5rem;
bottom: 0;
right: 1.6rem;
}
.cloud:nth-child(1) {
top: 14rem;
left: -8rem;
}
.cloud:nth-child(2) {
top: 26rem;
left: -20rem;
}
.cloud:nth-child(3) {
top: 18rem;
left: -35rem;
}
.cloud:nth-child(4) {
top: 32rem;
left: -60rem;
}
.cloud:nth-child(5) {
top: 20rem;
left: -70rem;
}
@-webkit-keyframes cloud-move {
0% {
-webkit-transform: translateX(-10rem);
transform: translateX(-10rem);
}
100% {
-webkit-transform: translateX(125rem);
transform: translateX(125rem);
}
}
@keyframes cloud-move {
0% {
-webkit-transform: translateX(-10rem);
transform: translateX(-10rem);
}
100% {
-webkit-transform: translateX(125rem);
transform: translateX(125rem);
}
}
.star {
position: absolute;
-webkit-animation: star-blink 7s infinite -1s;
animation: star-blink 7s infinite -1s;
}
.star:nth-child(even) {
-webkit-animation: star-blink 7s infinite 2s;
animation: star-blink 7s infinite 2s;
}
.star:first-child {
top: 2rem;
left: 5rem;
}
.star:nth-child(2) {
top: 4rem;
right: 10rem;
}
.star:nth-child(3) {
top: 5rem;
left: 23rem;
}
.star:nth-child(4) {
top: 17rem;
left: 18rem;
}
.star:nth-child(5) {
top: 35rem;
left: 4rem;
}
.star:nth-child(6) {
top: 28rem;
right: 18rem;
}
.star:nth-child(7) {
top: 36rem;
right: 10rem;
}
.star::before, .star::after {
content: "";
height: 1.5rem;
width: 0.3rem;
border-radius: 45%;
background: #b0a69b;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.star::before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.star::after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
@-webkit-keyframes star-blink {
0% {
opacity: 1;
}
60% {
opacity: 0.2;
}
}
@keyframes star-blink {
0% {
opacity: 1;
}
60% {
opacity: 0.2;
}
}
.mountain {
width: 49rem;
height: 49rem;
background: linear-gradient(-225deg, #796f74, #534a4f 50%, #4a4246 50%);
position: absolute;
top: 34rem;
left: 5rem;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
border-radius: 6rem;
box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.3);
}
.train-container {
position: absolute;
width: 100%;
bottom: -4rem;
z-index: 10;
}
.train {
width: 169rem;
-webkit-animation: train-move 8s linear -1s infinite forwards;
animation: train-move 8s linear -1s infinite forwards;
}
.train-car {
display: inline-block;
vertical-align: top;
width: 24rem;
height: 7rem;
padding-top: 1.8rem;
padding-left: 1.3rem;
border: 1px solid #71656a;
border-top: 2px solid #978a8e;
border-radius: 1.1rem;
background: #50464b;
}
.train-head, .train-end {
padding-left: 1.8rem;
border-radius: 20rem 1.1rem 1.1rem;
border-left: 2px solid #978a8e;
}
.train-head .train-windows, .train-end .train-windows {
width: 17rem;
}
.train-head-window, .train-end-window {
width: 2.5rem !important;
border-top-left-radius: 2.5rem !important;
margin-right: 2rem !important;
}
.train-end {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.train-windows, .train-door {
display: inline-block;
}
.train-windows {
width: 9rem;
height: 5rem;
}
.train-windows .w-left,
.train-windows .w-right,
.train-windows .train-head-window,
.train-windows .train-end-window {
display: inline-block;
width: 3.8rem;
height: 2.6rem;
margin-right: 0.3rem;
border-radius: 0.3rem;
background: #ffc72f;
}
.train-door {
vertical-align: top;
width: 2.5rem;
height: 5rem;
padding: 0.4rem;
margin-right: 0.5rem;
background: #675e62;
position: relative;
}
.train-door::before {
content: "";
width: 100%;
height: 2rem;
background: #50464b;
display: block;
}
.train-track {
width: 100%;
height: 45rem;
background: #43383e;
}
.ledge {
width: 100%;
height: 3rem;
margin-bottom: 4rem;
border-bottom: 3px solid #392e34;
}
.pillar div {
height: 38rem;
background: #534a4f;
display: inline-block;
border-radius: 30rem 30rem 0 0;
}
.pillar-left {
width: 12rem;
margin-left: -6rem;
margin-right: 5rem;
}
.pillar-middle, .pillar-right {
border-right: 5px solid #968b8e;
}
.pillar-middle {
width: 16rem;
margin-right: 8rem;
}
.pillar-right {
width: 18rem;
margin-right: 0.8rem;
}
@-webkit-keyframes train-move {
0% {
-webkit-transform: translateX(60rem);
transform: translateX(60rem);
}
100% {
-webkit-transform: translateX(-170rem);
transform: translateX(-170rem);
}
}
@keyframes train-move {
0% {
-webkit-transform: translateX(60rem);
transform: translateX(60rem);
}
100% {
-webkit-transform: translateX(-170rem);
transform: translateX(-170rem);
}
} | 0.547706 | 0.062132 |
body {
background-color: #333;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
}
#wrapper {
height: 400px;
width: 400px;
position: absolute;
animation: wrapper 2s ease 0s infinite normal none running;
}
#bar {
background-color: gray;
height: 10px;
width: 10px;
border-radius: 5px;
position: absolute;
top: 195px;
left: 195px;
}
#arm {
background-color: #FCE2C4;
height: 50px;
width: 10px;
border-radius: 5px;
position: absolute;
top: 150px;
left: 195px;
animation: arm 2s ease 0s infinite normal none running;
}
#body {
background-color: white;
height: 50px;
width: 16px;
border-radius: 5px;
position: absolute;
top: 110px;
left: 192px;
animation: body 2s ease 0s infinite normal none running;
}
#leg {
background-color: red;
height: 60px;
width: 10px;
border-radius: 5px;
position: absolute;
top: 50px;
left: 195px;
animation: leg 2s ease 0s infinite normal none running;
}
#head {
background-color: #FCE2C4;
height: 14px;
width: 14px;
border-radius: 7px;
border:solid 1px black;
position: absolute;
top: 160px;
left: 192px;
animation: head 2s ease 0s infinite normal none running;
}
@keyframes wrapper {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes leg {
0% {
transform: rotate(0deg);
}
15% {
transform: rotate(10deg) translateX(5px);
}
30% {
transform: rotate(-20deg) translateX(10px);
}
50% {
transform: rotate(20deg) translateX(-10px);
}
100% {
transform: rotate(0deg);
}
}
@keyframes arm {
0% {
transform: rotate(0deg);
}
15% {
transform: rotate(0deg);
}
30% {
transform: rotate(20deg) translateX(10px);
}
50% {
transform: rotate(-20deg) translateX(-10px);
}
100% {
transform: rotate(0deg);
}
}
@keyframes body {
0% {
transform: translateX(0px);
}
15% {
transform: translateX(0px);
}
30% {
transform: translateX(20px);
}
50% {
transform: translateX(-20px);
}
100% {
transform: translateX(0px);
}
}
@keyframes head {
0% {
transform: translateX(-10px);
}
15% {
transform: translateX(0px);
}
30% {
transform: translateX(20px);
}
50% {
transform: translateX(-30px);
}
100% {
transform: translateX(-10px);
}
} | css/style.css | body {
background-color: #333;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
}
#wrapper {
height: 400px;
width: 400px;
position: absolute;
animation: wrapper 2s ease 0s infinite normal none running;
}
#bar {
background-color: gray;
height: 10px;
width: 10px;
border-radius: 5px;
position: absolute;
top: 195px;
left: 195px;
}
#arm {
background-color: #FCE2C4;
height: 50px;
width: 10px;
border-radius: 5px;
position: absolute;
top: 150px;
left: 195px;
animation: arm 2s ease 0s infinite normal none running;
}
#body {
background-color: white;
height: 50px;
width: 16px;
border-radius: 5px;
position: absolute;
top: 110px;
left: 192px;
animation: body 2s ease 0s infinite normal none running;
}
#leg {
background-color: red;
height: 60px;
width: 10px;
border-radius: 5px;
position: absolute;
top: 50px;
left: 195px;
animation: leg 2s ease 0s infinite normal none running;
}
#head {
background-color: #FCE2C4;
height: 14px;
width: 14px;
border-radius: 7px;
border:solid 1px black;
position: absolute;
top: 160px;
left: 192px;
animation: head 2s ease 0s infinite normal none running;
}
@keyframes wrapper {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes leg {
0% {
transform: rotate(0deg);
}
15% {
transform: rotate(10deg) translateX(5px);
}
30% {
transform: rotate(-20deg) translateX(10px);
}
50% {
transform: rotate(20deg) translateX(-10px);
}
100% {
transform: rotate(0deg);
}
}
@keyframes arm {
0% {
transform: rotate(0deg);
}
15% {
transform: rotate(0deg);
}
30% {
transform: rotate(20deg) translateX(10px);
}
50% {
transform: rotate(-20deg) translateX(-10px);
}
100% {
transform: rotate(0deg);
}
}
@keyframes body {
0% {
transform: translateX(0px);
}
15% {
transform: translateX(0px);
}
30% {
transform: translateX(20px);
}
50% {
transform: translateX(-20px);
}
100% {
transform: translateX(0px);
}
}
@keyframes head {
0% {
transform: translateX(-10px);
}
15% {
transform: translateX(0px);
}
30% {
transform: translateX(20px);
}
50% {
transform: translateX(-30px);
}
100% {
transform: translateX(-10px);
}
} | 0.468547 | 0.117496 |
body {
background: #212121;
color: white;
}
#link {
background: none;
}
#centerTitle {
text-align: center;
width: 2500px;
}
#titleMeta {
font-size: 200px;
}
#userTitle {
text-align: center;
font-size: 60px;
}
.impress-enabled div#impress-toolbar {
position: fixed;
right: 1px;
bottom: 1px;
opacity: 0.6;
}
.impress-enabled div#impress-toolbar>span {
margin-right: 10px;
}
.zexyButt {
width: 50%;
margin: auto;
}
.btn1, .btn2 {
cursor: pointer;
margin: 40px;
border-radius: 3px;
height: 55px;
width: 175px;
border: none;
color: white;
background-color: #2196f3;
font-size: 20px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
&:active {
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}
}
#references {
margin: auto;
}
.annotation {
position: relative;
display: inline-block;
}
.annotation .annotationtext {
font-family: 'Lato', sans-serif;
width: 220px;
font-size: 18px;
background-color: rgba(38, 38, 38, 0.98);
color: rgba(255,255,255,0.8);
text-align: center;
border-radius: 6px;
padding: 5px 0;
/* Position the tooltip */
position: absolute;
z-index: 1;
margin-left: 140px;
-webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.75);
border-style: solid;
border-width: 2px;
border-color: rgba(41, 129, 194, 0.92);
}
.annotation1 {
position: relative;
display: inline-block;
}
.annotation1 .annotationtext1 {
font-family: 'Lato', sans-serif;
width: 220px;
font-size: 18px;
background-color: rgba(38, 38, 38, 0.98);
color: rgba(255,255,255,0.8);
text-align: center;
border-radius: 6px;
padding: 5px 0;
/* Position the tooltip */
position: absolute;
z-index: 1;
margin-left: 140px;
-webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.75);
border-style: solid;
border-width: 2px;
border-color: rgba(41, 129, 194, 0.92);
} | own/style.css | body {
background: #212121;
color: white;
}
#link {
background: none;
}
#centerTitle {
text-align: center;
width: 2500px;
}
#titleMeta {
font-size: 200px;
}
#userTitle {
text-align: center;
font-size: 60px;
}
.impress-enabled div#impress-toolbar {
position: fixed;
right: 1px;
bottom: 1px;
opacity: 0.6;
}
.impress-enabled div#impress-toolbar>span {
margin-right: 10px;
}
.zexyButt {
width: 50%;
margin: auto;
}
.btn1, .btn2 {
cursor: pointer;
margin: 40px;
border-radius: 3px;
height: 55px;
width: 175px;
border: none;
color: white;
background-color: #2196f3;
font-size: 20px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
&:active {
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}
}
#references {
margin: auto;
}
.annotation {
position: relative;
display: inline-block;
}
.annotation .annotationtext {
font-family: 'Lato', sans-serif;
width: 220px;
font-size: 18px;
background-color: rgba(38, 38, 38, 0.98);
color: rgba(255,255,255,0.8);
text-align: center;
border-radius: 6px;
padding: 5px 0;
/* Position the tooltip */
position: absolute;
z-index: 1;
margin-left: 140px;
-webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.75);
border-style: solid;
border-width: 2px;
border-color: rgba(41, 129, 194, 0.92);
}
.annotation1 {
position: relative;
display: inline-block;
}
.annotation1 .annotationtext1 {
font-family: 'Lato', sans-serif;
width: 220px;
font-size: 18px;
background-color: rgba(38, 38, 38, 0.98);
color: rgba(255,255,255,0.8);
text-align: center;
border-radius: 6px;
padding: 5px 0;
/* Position the tooltip */
position: absolute;
z-index: 1;
margin-left: 140px;
-webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.75);
border-style: solid;
border-width: 2px;
border-color: rgba(41, 129, 194, 0.92);
} | 0.432663 | 0.125119 |
[dir="rtl"] .handwritten.highlight:before {
margin-right: -1.5rem;
margin-left: 0;
-webkit-transform: rotate3d(0, 1, 0, 145deg);
transform: rotate3d(0, 1, 0, 145deg);
}
[dir="rtl"] .list-unstyled {
padding-right: 0;
}
[dir="rtl"] .icon {
margin-right: 15px;
margin-left: 0;
}
[dir="rtl"] .icon-anime .shape {
margin-right: -25%;
}
[dir="rtl"] .st-nav .st-nav-section.st-nav-primary.stick-right {
margin-left: 0;
margin-right: auto;
}
[dir="rtl"] .st-nav .st-nav-section.st-nav-primary.stick-right + .st-nav-secondary {
margin-right: 1rem;
margin-left: 0;
}
[dir="rtl"] .st-nav .st-nav-section.st-nav-secondary {
margin-right: auto;
margin-left: 0;
}
[dir="rtl"] .st-nav .st-dropdown-content-group {
text-align: right;
}
[dir="rtl"] .st-nav .st-popup-close-button {
right: auto;
left: 0;
}
@media (min-width: 768px) {
[dir="rtl"] .nav-tabs.nav-rounded .nav-link:first-child {
border-radius: 0 5rem 5rem 0;
}
[dir="rtl"] .nav-tabs.nav-rounded .nav-link:last-child {
border-radius: 5rem 0 0 5rem;
}
}
[dir="rtl"] .swiper-center-nav .swiper-button-prev {
left: auto;
right: 0;
-webkit-transform: translate(50%);
transform: translate(50%);
}
[dir="rtl"] .swiper-center-nav .swiper-button-next {
left: 0;
right: auto;
-webkit-transform: translate(-50%);
transform: translate(-50%);
}
[dir="rtl"] .nav-process {
margin-left: 0;
margin-right: -30px;
}
[dir="rtl"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
[dir="rtl"] .btn-group > .btn-group:not(:last-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
[dir="rtl"] .btn-group > .btn:not(:first-child),
[dir="rtl"] .btn-group > .btn-group:not(:first-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
[dir="rtl"] .btn-group > .btn:first-child {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
[dir="rtl"] .btn-group > .btn:last-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
[dir="rtl"] .input-group-register .btn {
left: 5px;
right: auto;
}
[dir="rtl"] .input-group-register .form-control {
padding: 0 30px 0 180px;
}
[dir="rtl"] .checkbox label:before,
[dir="rtl"] .radio label:before {
margin: 0 0 0 0.5em;
}
[dir="rtl"] .checkbox label:after,
[dir="rtl"] .radio label:after {
left: 0;
right: 4.75px;
}
[dir="rtl"] .divider-shape {
direction: rtl;
}
[dir="rtl"] #stripes {
background: linear-gradient(30deg, #a6ffcb 15%, #05d5ff 30%, #5533ff 86%);
}
[dir="rtl"] #stripes :nth-child(1) {
-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 60%);
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 60%);
}
[dir="rtl"] #stripes :nth-child(2) {
-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 74%);
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 74%);
}
[dir="rtl"] #stripes :nth-child(3) {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 5%);
clip-path: polygon(0 0, 100% 0, 100% 70%, 0 5%);
}
[dir="rtl"] #stripes :nth-child(4) {
-webkit-clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 77%);
clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 77%);
}
[dir="rtl"] #stripes :nth-child(5) {
-webkit-clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 80%);
clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 80%);
}
@media (min-width: 768px) {
[dir="rtl"] .app-landing-header .shape-main {
-webkit-transform: translate(50%, 0) rotate(-30deg);
transform: translate(50%, 0) rotate(-30deg);
}
}
[dir="rtl"] .app-landing-header .shape-top {
-webkit-transform-origin: unset;
transform-origin: unset;
-webkit-transform: translateY(-60%) rotate(60deg);
transform: translateY(-60%) rotate(60deg);
left: auto;
right: 45%;
}
[dir="rtl"] .app-landing-header .screen-highlight {
left: 50%;
}
@media (min-width: 1200px) {
[dir="rtl"] .app-landing-2-header .background-shape-main {
-webkit-transform: translate(-30%, -10%) skewY(-30deg);
transform: translate(-30%, -10%) skewY(-30deg);
}
}
[dir="rtl"] .app-landing-2-header .animation-shape.shape-triangle {
left: auto;
right: 0;
}
[dir="rtl"] .app-landing-2-header .animation-shape.shape-cross {
left: 25%;
}
[dir="rtl"] .app-landing-2-header .static-shape.pattern-dots-1 {
left: auto;
right: 0;
}
[dir="rtl"] .app-landing-2-header .static-shape.pattern-dots-2 {
right: auto;
left: 33%;
}
[dir="rtl"] .app-landing-2-header .shape[data-aos]:before {
-webkit-transform: rotate(55deg);
transform: rotate(55deg);
}
[dir="rtl"] .automate-social-header .shape-main {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: translate(-20%, 0) rotate(30deg);
transform: translate(-20%, 0) rotate(30deg);
}
[dir="rtl"] .automate-social-header .shape-background.shape-right {
right: 93%;
left: auto;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
@media (min-width: 992px) {
[dir="rtl"] .automate-social-header .main-shape-wrapper {
right: auto;
left: 0;
}
}
[dir="rtl"] .automate-social-header .main-shape-wrapper figure {
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
[dir="rtl"] .smart-business-header .shape-top {
-webkit-transform: rotate(30deg) translate3D(-75%, -45%, 0);
transform: rotate(30deg) translate3D(-75%, -45%, 0);
}
@media (min-width: 1200px) {
[dir="rtl"] .smart-business-header .background-shape {
-webkit-transform: translate(-30%, -12%) skewY(-30deg);
transform: translate(-30%, -12%) skewY(-30deg);
}
}
@media (min-width: 992px) {
[dir="rtl"] .smart-business-header .main-shape-wrapper {
right: auto;
left: 0;
}
}
[dir="rtl"] .smart-business-header .anim.anim-1 {
top: 56%;
right: auto;
left: 5%;
}
[dir="rtl"] .smart-business-header .anim.anim-2 {
top: 10%;
right: auto;
left: 58%;
}
[dir="rtl"] .smart-business-header .anim.anim-3 {
top: 33%;
right: auto;
left: 22%;
}
[dir="rtl"] .smart-business-header .main-shape {
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
[dir="rtl"] .payment-services-header .shape-main {
left: auto;
right: 0;
}
@media (min-width: 768px) {
[dir="rtl"] .payment-services-header .figure-box {
margin-left: 0;
margin-right: auto;
-webkit-transform: translate3d(-25%, 0, 0);
transform: translate3d(-25%, 0, 0);
}
}
@media (min-width: 768px) {
[dir="rtl"] .payment-services-header .promo-box {
left: auto;
right: -100px;
}
}
[dir="rtl"] .pricing .pricing-value .price:before {
left: auto;
right: -15px;
}
[dir="rtl"] .pricing .pricing-value .price:after {
position: relative;
content: "/mo";
}
[dir="rtl"] .pricing-table .pricing-details th:first-child {
text-align: right;
}
[dir="rtl"] .perspective-mockups {
left: 0;
}
@media (min-width: 768px) {
[dir="rtl"] .perspective-mockups .tablet.landscape {
-webkit-transform: translateX(10%);
transform: translateX(10%);
}
}
@media (min-width: 992px) {
[dir="rtl"] .perspective-mockups .tablet.landscape {
-webkit-transform: translateX(25%);
transform: translateX(25%);
}
}
@media (min-width: 1200px) {
[dir="rtl"] .perspective-mockups .tablet.landscape {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@media (min-width: 768px) {
[dir="rtl"] .perspective-mockups {
-webkit-transform: rotate(-12deg) translateX(-60%);
transform: rotate(-12deg) translateX(-60%);
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
}
@media (min-width: 992px) {
[dir="rtl"] .perspective-mockups {
-webkit-transform: rotate(-12deg) translateX(-30%);
transform: rotate(-12deg) translateX(-30%);
}
}
@media (min-width: 1200px) {
[dir="rtl"] .perspective-mockups {
left: 7%;
}
[dir="rtl"] .perspective-mockups .phone-small {
margin: 50px 0 0 50px;
}
}
@media (min-width: 1678px) {
[dir="rtl"] .perspective-mockups {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
}
[dir="rtl"] .shape-testimonials blockquote {
text-align: right;
}
[dir="rtl"] .shape-testimonials blockquote .quote {
left: auto;
right: 0;
}
@media (min-width: 768px) {
[dir="rtl"] .shape-testimonials .shape-wrapper .shape {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
[dir="rtl"] .app-safety .shape-triangle {
left: auto;
right: 25%;
}
@media (min-width: 768px) {
[dir="rtl"] .app-safety .shape-triangle {
right: 5%;
}
}
[dir="rtl"] .app-safety .shape-circle {
left: 5%;
right: auto;
}
[dir="rtl"] .app-safety .shape.pattern-dots {
right: 25%;
left: auto;
}
[dir="rtl"] .why-people-love-us .shape-circle-1 {
left: auto;
right: 7%;
}
@media (min-width: 768px) {
[dir="rtl"] .why-people-love-us .shape-circle-1 {
right: 25%;
}
}
[dir="rtl"] .why-people-love-us .shape-circle-2 {
right: 60%;
left: auto;
}
@media (min-width: 768px) {
[dir="rtl"] .why-people-love-us .shape-circle-2 {
right: 22%;
}
}
[dir="rtl"] .why-people-love-us .shape.pattern-dots-1 {
right: 20%;
left: auto;
}
[dir="rtl"] .why-icon-list:before {
right: 50px;
left: auto;
}
[dir="rtl"] .slider-testimonials .divider {
left: 0;
right: auto;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: rotate(75deg);
transform: rotate(75deg);
}
[dir="rtl"] .built-tech .shape-circle {
left: auto;
right: 0;
}
[dir="rtl"] .built-tech .shape-circle div {
-webkit-transform: translate(50%, -10%);
transform: translate(50%, -10%);
}
[dir="rtl"] .how-it-works .shape-ring {
right: auto;
left: 0;
}
[dir="rtl"] .how-it-works .shape-ring div {
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
[dir="rtl"] .why-choose-us .browser {
-webkit-transform: translate(-40%, -10%) rotate3d(0.342, -0.94, 0, 22deg) rotateZ(-7deg);
transform: translate(-40%, -10%) rotate3d(0.342, -0.94, 0, 22deg) rotateZ(-7deg);
}
[dir="rtl"] .why-choose-us .iphone-x {
-webkit-transform: translate(20%, 10%) rotate3d(0.5, 0.866, 0, 16deg) rotateZ(7deg);
transform: translate(20%, 10%) rotate3d(0.5, 0.866, 0, 16deg) rotateZ(7deg);
}
[dir="rtl"] .why-choose-us .pattern-dots {
left: auto;
right: 60%;
}
@media (min-width: 992px) {
[dir="rtl"] .singl-testimonial .user-review {
-webkit-transform: translate(25%, 25%);
transform: translate(25%, 25%);
}
}
[dir="rtl"] .singl-testimonial .user-review blockquote:before {
-webkit-transform: translate(70%, 0);
transform: translate(70%, 0);
}
[dir="rtl"] .singl-testimonial .user-review .svg-review-bottom {
-webkit-transform: translateX(55%);
transform: translateX(55%);
}
[dir="rtl"] .singl-testimonial .user-review .svg-review-bottom.back {
-webkit-transform: translate(51%, -1%) scale(1.1);
transform: translate(51%, -1%) scale(1.1);
}
[dir="rtl"] .singl-testimonial .user-review .svg-review-bottom.left {
-webkit-transform: rotate(-45deg) translate(146%, -143%) scale(1.7);
transform: rotate(-45deg) translate(146%, -143%) scale(1.7);
}
[dir="rtl"] .singl-testimonial .reviews-navigation {
right: auto;
left: 0;
}
[dir="rtl"] .singl-testimonial .reviews-navigation .reviews-nav-prev {
margin-right: 0;
margin-left: 2rem;
}
@media (min-width: 992px) {
[dir="rtl"] .singl-testimonial .reviews-navigation {
right: auto;
left: 13%;
}
}
[dir="rtl"] .smart-wallet .shape.pattern-dots {
right: auto;
left: 3%;
}
/*# sourceMappingURL=rtl.css.map */ | public/frontend/css/rtl.css | [dir="rtl"] .handwritten.highlight:before {
margin-right: -1.5rem;
margin-left: 0;
-webkit-transform: rotate3d(0, 1, 0, 145deg);
transform: rotate3d(0, 1, 0, 145deg);
}
[dir="rtl"] .list-unstyled {
padding-right: 0;
}
[dir="rtl"] .icon {
margin-right: 15px;
margin-left: 0;
}
[dir="rtl"] .icon-anime .shape {
margin-right: -25%;
}
[dir="rtl"] .st-nav .st-nav-section.st-nav-primary.stick-right {
margin-left: 0;
margin-right: auto;
}
[dir="rtl"] .st-nav .st-nav-section.st-nav-primary.stick-right + .st-nav-secondary {
margin-right: 1rem;
margin-left: 0;
}
[dir="rtl"] .st-nav .st-nav-section.st-nav-secondary {
margin-right: auto;
margin-left: 0;
}
[dir="rtl"] .st-nav .st-dropdown-content-group {
text-align: right;
}
[dir="rtl"] .st-nav .st-popup-close-button {
right: auto;
left: 0;
}
@media (min-width: 768px) {
[dir="rtl"] .nav-tabs.nav-rounded .nav-link:first-child {
border-radius: 0 5rem 5rem 0;
}
[dir="rtl"] .nav-tabs.nav-rounded .nav-link:last-child {
border-radius: 5rem 0 0 5rem;
}
}
[dir="rtl"] .swiper-center-nav .swiper-button-prev {
left: auto;
right: 0;
-webkit-transform: translate(50%);
transform: translate(50%);
}
[dir="rtl"] .swiper-center-nav .swiper-button-next {
left: 0;
right: auto;
-webkit-transform: translate(-50%);
transform: translate(-50%);
}
[dir="rtl"] .nav-process {
margin-left: 0;
margin-right: -30px;
}
[dir="rtl"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
[dir="rtl"] .btn-group > .btn-group:not(:last-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
[dir="rtl"] .btn-group > .btn:not(:first-child),
[dir="rtl"] .btn-group > .btn-group:not(:first-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
[dir="rtl"] .btn-group > .btn:first-child {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
[dir="rtl"] .btn-group > .btn:last-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
[dir="rtl"] .input-group-register .btn {
left: 5px;
right: auto;
}
[dir="rtl"] .input-group-register .form-control {
padding: 0 30px 0 180px;
}
[dir="rtl"] .checkbox label:before,
[dir="rtl"] .radio label:before {
margin: 0 0 0 0.5em;
}
[dir="rtl"] .checkbox label:after,
[dir="rtl"] .radio label:after {
left: 0;
right: 4.75px;
}
[dir="rtl"] .divider-shape {
direction: rtl;
}
[dir="rtl"] #stripes {
background: linear-gradient(30deg, #a6ffcb 15%, #05d5ff 30%, #5533ff 86%);
}
[dir="rtl"] #stripes :nth-child(1) {
-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 60%);
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 60%);
}
[dir="rtl"] #stripes :nth-child(2) {
-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 74%);
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 74%);
}
[dir="rtl"] #stripes :nth-child(3) {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 5%);
clip-path: polygon(0 0, 100% 0, 100% 70%, 0 5%);
}
[dir="rtl"] #stripes :nth-child(4) {
-webkit-clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 77%);
clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 77%);
}
[dir="rtl"] #stripes :nth-child(5) {
-webkit-clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 80%);
clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 80%);
}
@media (min-width: 768px) {
[dir="rtl"] .app-landing-header .shape-main {
-webkit-transform: translate(50%, 0) rotate(-30deg);
transform: translate(50%, 0) rotate(-30deg);
}
}
[dir="rtl"] .app-landing-header .shape-top {
-webkit-transform-origin: unset;
transform-origin: unset;
-webkit-transform: translateY(-60%) rotate(60deg);
transform: translateY(-60%) rotate(60deg);
left: auto;
right: 45%;
}
[dir="rtl"] .app-landing-header .screen-highlight {
left: 50%;
}
@media (min-width: 1200px) {
[dir="rtl"] .app-landing-2-header .background-shape-main {
-webkit-transform: translate(-30%, -10%) skewY(-30deg);
transform: translate(-30%, -10%) skewY(-30deg);
}
}
[dir="rtl"] .app-landing-2-header .animation-shape.shape-triangle {
left: auto;
right: 0;
}
[dir="rtl"] .app-landing-2-header .animation-shape.shape-cross {
left: 25%;
}
[dir="rtl"] .app-landing-2-header .static-shape.pattern-dots-1 {
left: auto;
right: 0;
}
[dir="rtl"] .app-landing-2-header .static-shape.pattern-dots-2 {
right: auto;
left: 33%;
}
[dir="rtl"] .app-landing-2-header .shape[data-aos]:before {
-webkit-transform: rotate(55deg);
transform: rotate(55deg);
}
[dir="rtl"] .automate-social-header .shape-main {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-transform: translate(-20%, 0) rotate(30deg);
transform: translate(-20%, 0) rotate(30deg);
}
[dir="rtl"] .automate-social-header .shape-background.shape-right {
right: 93%;
left: auto;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
@media (min-width: 992px) {
[dir="rtl"] .automate-social-header .main-shape-wrapper {
right: auto;
left: 0;
}
}
[dir="rtl"] .automate-social-header .main-shape-wrapper figure {
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
[dir="rtl"] .smart-business-header .shape-top {
-webkit-transform: rotate(30deg) translate3D(-75%, -45%, 0);
transform: rotate(30deg) translate3D(-75%, -45%, 0);
}
@media (min-width: 1200px) {
[dir="rtl"] .smart-business-header .background-shape {
-webkit-transform: translate(-30%, -12%) skewY(-30deg);
transform: translate(-30%, -12%) skewY(-30deg);
}
}
@media (min-width: 992px) {
[dir="rtl"] .smart-business-header .main-shape-wrapper {
right: auto;
left: 0;
}
}
[dir="rtl"] .smart-business-header .anim.anim-1 {
top: 56%;
right: auto;
left: 5%;
}
[dir="rtl"] .smart-business-header .anim.anim-2 {
top: 10%;
right: auto;
left: 58%;
}
[dir="rtl"] .smart-business-header .anim.anim-3 {
top: 33%;
right: auto;
left: 22%;
}
[dir="rtl"] .smart-business-header .main-shape {
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
[dir="rtl"] .payment-services-header .shape-main {
left: auto;
right: 0;
}
@media (min-width: 768px) {
[dir="rtl"] .payment-services-header .figure-box {
margin-left: 0;
margin-right: auto;
-webkit-transform: translate3d(-25%, 0, 0);
transform: translate3d(-25%, 0, 0);
}
}
@media (min-width: 768px) {
[dir="rtl"] .payment-services-header .promo-box {
left: auto;
right: -100px;
}
}
[dir="rtl"] .pricing .pricing-value .price:before {
left: auto;
right: -15px;
}
[dir="rtl"] .pricing .pricing-value .price:after {
position: relative;
content: "/mo";
}
[dir="rtl"] .pricing-table .pricing-details th:first-child {
text-align: right;
}
[dir="rtl"] .perspective-mockups {
left: 0;
}
@media (min-width: 768px) {
[dir="rtl"] .perspective-mockups .tablet.landscape {
-webkit-transform: translateX(10%);
transform: translateX(10%);
}
}
@media (min-width: 992px) {
[dir="rtl"] .perspective-mockups .tablet.landscape {
-webkit-transform: translateX(25%);
transform: translateX(25%);
}
}
@media (min-width: 1200px) {
[dir="rtl"] .perspective-mockups .tablet.landscape {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@media (min-width: 768px) {
[dir="rtl"] .perspective-mockups {
-webkit-transform: rotate(-12deg) translateX(-60%);
transform: rotate(-12deg) translateX(-60%);
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
}
}
@media (min-width: 992px) {
[dir="rtl"] .perspective-mockups {
-webkit-transform: rotate(-12deg) translateX(-30%);
transform: rotate(-12deg) translateX(-30%);
}
}
@media (min-width: 1200px) {
[dir="rtl"] .perspective-mockups {
left: 7%;
}
[dir="rtl"] .perspective-mockups .phone-small {
margin: 50px 0 0 50px;
}
}
@media (min-width: 1678px) {
[dir="rtl"] .perspective-mockups {
-webkit-transform: rotate(-12deg);
transform: rotate(-12deg);
}
}
[dir="rtl"] .shape-testimonials blockquote {
text-align: right;
}
[dir="rtl"] .shape-testimonials blockquote .quote {
left: auto;
right: 0;
}
@media (min-width: 768px) {
[dir="rtl"] .shape-testimonials .shape-wrapper .shape {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
[dir="rtl"] .app-safety .shape-triangle {
left: auto;
right: 25%;
}
@media (min-width: 768px) {
[dir="rtl"] .app-safety .shape-triangle {
right: 5%;
}
}
[dir="rtl"] .app-safety .shape-circle {
left: 5%;
right: auto;
}
[dir="rtl"] .app-safety .shape.pattern-dots {
right: 25%;
left: auto;
}
[dir="rtl"] .why-people-love-us .shape-circle-1 {
left: auto;
right: 7%;
}
@media (min-width: 768px) {
[dir="rtl"] .why-people-love-us .shape-circle-1 {
right: 25%;
}
}
[dir="rtl"] .why-people-love-us .shape-circle-2 {
right: 60%;
left: auto;
}
@media (min-width: 768px) {
[dir="rtl"] .why-people-love-us .shape-circle-2 {
right: 22%;
}
}
[dir="rtl"] .why-people-love-us .shape.pattern-dots-1 {
right: 20%;
left: auto;
}
[dir="rtl"] .why-icon-list:before {
right: 50px;
left: auto;
}
[dir="rtl"] .slider-testimonials .divider {
left: 0;
right: auto;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: rotate(75deg);
transform: rotate(75deg);
}
[dir="rtl"] .built-tech .shape-circle {
left: auto;
right: 0;
}
[dir="rtl"] .built-tech .shape-circle div {
-webkit-transform: translate(50%, -10%);
transform: translate(50%, -10%);
}
[dir="rtl"] .how-it-works .shape-ring {
right: auto;
left: 0;
}
[dir="rtl"] .how-it-works .shape-ring div {
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
[dir="rtl"] .why-choose-us .browser {
-webkit-transform: translate(-40%, -10%) rotate3d(0.342, -0.94, 0, 22deg) rotateZ(-7deg);
transform: translate(-40%, -10%) rotate3d(0.342, -0.94, 0, 22deg) rotateZ(-7deg);
}
[dir="rtl"] .why-choose-us .iphone-x {
-webkit-transform: translate(20%, 10%) rotate3d(0.5, 0.866, 0, 16deg) rotateZ(7deg);
transform: translate(20%, 10%) rotate3d(0.5, 0.866, 0, 16deg) rotateZ(7deg);
}
[dir="rtl"] .why-choose-us .pattern-dots {
left: auto;
right: 60%;
}
@media (min-width: 992px) {
[dir="rtl"] .singl-testimonial .user-review {
-webkit-transform: translate(25%, 25%);
transform: translate(25%, 25%);
}
}
[dir="rtl"] .singl-testimonial .user-review blockquote:before {
-webkit-transform: translate(70%, 0);
transform: translate(70%, 0);
}
[dir="rtl"] .singl-testimonial .user-review .svg-review-bottom {
-webkit-transform: translateX(55%);
transform: translateX(55%);
}
[dir="rtl"] .singl-testimonial .user-review .svg-review-bottom.back {
-webkit-transform: translate(51%, -1%) scale(1.1);
transform: translate(51%, -1%) scale(1.1);
}
[dir="rtl"] .singl-testimonial .user-review .svg-review-bottom.left {
-webkit-transform: rotate(-45deg) translate(146%, -143%) scale(1.7);
transform: rotate(-45deg) translate(146%, -143%) scale(1.7);
}
[dir="rtl"] .singl-testimonial .reviews-navigation {
right: auto;
left: 0;
}
[dir="rtl"] .singl-testimonial .reviews-navigation .reviews-nav-prev {
margin-right: 0;
margin-left: 2rem;
}
@media (min-width: 992px) {
[dir="rtl"] .singl-testimonial .reviews-navigation {
right: auto;
left: 13%;
}
}
[dir="rtl"] .smart-wallet .shape.pattern-dots {
right: auto;
left: 3%;
}
/*# sourceMappingURL=rtl.css.map */ | 0.363647 | 0.073663 |
html {
font-size: 10px;
overflow-x: hidden;
}
body {
background-color: #E8E8E0;
font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Helvetica, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
font-size: 1.6rem;
overflow-x: hidden;
padding: 4rem;
}
@media (max-width: 755px) {
body {
padding: 4rem 0;
}
}
a {
color: #0097D2;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
line-height: 1.2;
}
header {
margin: 0 auto;
text-align: center;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
width: 90%;
}
/* Main heading */
h1 {
color: hsl(0, 0%, 7%);
font-size: 2.6rem;
font-weight: bold;
pointer-events: none;
}
/* Subheading */
h2 {
color: #042E54;
margin-top: 2.6rem;
}
/* Content container box */
main {
background: #FFF;
border-radius: .4rem;
margin: 3.9rem auto 0 auto;
min-width: 62rem;
padding: 1rem 2.6rem 2.6rem 2.6rem;
width: 50%;
}
@media (max-width: 755px) {
main {
min-width: 0;
padding: 2.5% 5% 5% 5%;
width: auto;
}
}
ul, ol {
list-style-type: none;
}
.step {
color: #042E54;
margin-top: 2.6rem;
opacity: 1;
pointer-events: all
}
.step.disabled {
opacity: .18;
pointer-events: none;
}
/* Step number/check circle */
.circle {
background: #042E54;
border-radius: 100%;
color: #FFF;
display: inline-block;
font-size: 1.5rem;
font-weight: 500;
height: 3.2rem;
line-height: 3.1rem;
margin-right: 2.6rem;
pointer-events: none;
text-align: center;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
vertical-align: middle;
width: 3.2rem;
}
.step.complete .circle {
background: #042E54 url('./check.svg') no-repeat center;
font-size: 0;
}
/* Some steps use a form with a submit input instead of a regular link */
.button, input[type=submit] {
background: #042E54;
border-radius: .2rem;
color: #FFF;
display: inline-block;
padding: 1rem 2.6rem;
transition: background .1s ease-in-out;
-webkit-transition: background .1s ease-in-out;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
vertical-align: middle;
}
.button:hover, input[type=submit]:hover {
background: hsl(0, 0%, 7%);
text-decoration: none;
}
input[type=submit] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
cursor: pointer;
font-size: inherit;
margin: 0;
}
/* Extra info on Reddit and Blizzard steps listing account usernames */
.info {
color: #003152;
display: inline-block;
margin-right: 2.6rem;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
@media (max-width: 755px) {
.info {
display: block;
margin-right: 6rem;
margin-top: 1.3rem;
}
}
form {
display: inline-block;
}
/***** Form *****/
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #688298;
border: none;
border-radius: .2rem;
color: #FFF;
display: inline-block;
font-size: 95%;
padding: 1rem;
transition: background 0.1s ease-in-out;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
vertical-align: middle;
}
select:hover {
background: #042E54;
}
input[type=text] {
border-radius: .2rem;
border: .1rem solid #ccc;
color: #666;
font-size: inherit;
padding: .9rem;
vertical-align: middle;
}
.console_username {
display: none;
}
.sr {
font-size: 12px;
color: #666;
text-align: left;
display: inline-block;
}
.rankpicker {
display: inline-block;
vertical-align: middle;
}
/* Hide the actual radio buttons. Users click the label, which is styled to have the rank icon image. */
.rankpicker input[type=radio] {
display: none;
}
.rankoption {
background-repeat: no-repeat;
background-size: contain;
cursor: pointer;
display: inline-block;
-webkit-filter: brightness(0.2) grayscale(1);
filter: brightness(0.2) grayscale(1);
font-size: 0;
height: 3.2rem;
opacity: 0.6;
transition: all 0.1s ease-in-out;
transition-property: filter, opacity;
vertical-align: top;
width: 3.2rem;
}
.rankpicker input[type=radio]:checked + .rankoption {
opacity: 1;
}
.rankoption[disabled] {
background-size: contain;
display: inline-block;
-webkit-filter: brightness(0.2) grayscale(1);
filter: brightness(0.2) grayscale(1);
opacity: 0.15;
height: 3.2rem;
width: 3.2rem;
}
.rankoption:hover {
-webkit-filter: brightness(1) grayscale(.1);
filter: brightness(1) grayscale(.1);
opacity: 1;
}
.rankpicker input[type=radio]:checked +.rankoption {
-webkit-filter: none;
filter: none;
opacity: 1;
}
.bronze {
background-image: url("rank-1.png");
}
.silver {
background-image: url("rank-2.png");
}
.gold {
background-image: url("rank-3.png");
}
.platinum {
background-image: url("rank-4.png");
}
.diamond {
background-image: url("rank-5.png");
}
.master {
background-image: url("rank-6.png");
}
.grandmaster {
background-image: url("rank-7.png");
}
.updated, .error {
font-size: 1.5rem;
margin-top: 2.4rem;
margin-left: 6.2rem;
}
.updated {
color: #4cbb17;
}
.error {
color: #ed4337;
} | static/main.css | html {
font-size: 10px;
overflow-x: hidden;
}
body {
background-color: #E8E8E0;
font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Helvetica, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
font-size: 1.6rem;
overflow-x: hidden;
padding: 4rem;
}
@media (max-width: 755px) {
body {
padding: 4rem 0;
}
}
a {
color: #0097D2;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
line-height: 1.2;
}
header {
margin: 0 auto;
text-align: center;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
width: 90%;
}
/* Main heading */
h1 {
color: hsl(0, 0%, 7%);
font-size: 2.6rem;
font-weight: bold;
pointer-events: none;
}
/* Subheading */
h2 {
color: #042E54;
margin-top: 2.6rem;
}
/* Content container box */
main {
background: #FFF;
border-radius: .4rem;
margin: 3.9rem auto 0 auto;
min-width: 62rem;
padding: 1rem 2.6rem 2.6rem 2.6rem;
width: 50%;
}
@media (max-width: 755px) {
main {
min-width: 0;
padding: 2.5% 5% 5% 5%;
width: auto;
}
}
ul, ol {
list-style-type: none;
}
.step {
color: #042E54;
margin-top: 2.6rem;
opacity: 1;
pointer-events: all
}
.step.disabled {
opacity: .18;
pointer-events: none;
}
/* Step number/check circle */
.circle {
background: #042E54;
border-radius: 100%;
color: #FFF;
display: inline-block;
font-size: 1.5rem;
font-weight: 500;
height: 3.2rem;
line-height: 3.1rem;
margin-right: 2.6rem;
pointer-events: none;
text-align: center;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
vertical-align: middle;
width: 3.2rem;
}
.step.complete .circle {
background: #042E54 url('./check.svg') no-repeat center;
font-size: 0;
}
/* Some steps use a form with a submit input instead of a regular link */
.button, input[type=submit] {
background: #042E54;
border-radius: .2rem;
color: #FFF;
display: inline-block;
padding: 1rem 2.6rem;
transition: background .1s ease-in-out;
-webkit-transition: background .1s ease-in-out;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
vertical-align: middle;
}
.button:hover, input[type=submit]:hover {
background: hsl(0, 0%, 7%);
text-decoration: none;
}
input[type=submit] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
cursor: pointer;
font-size: inherit;
margin: 0;
}
/* Extra info on Reddit and Blizzard steps listing account usernames */
.info {
color: #003152;
display: inline-block;
margin-right: 2.6rem;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
@media (max-width: 755px) {
.info {
display: block;
margin-right: 6rem;
margin-top: 1.3rem;
}
}
form {
display: inline-block;
}
/***** Form *****/
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #688298;
border: none;
border-radius: .2rem;
color: #FFF;
display: inline-block;
font-size: 95%;
padding: 1rem;
transition: background 0.1s ease-in-out;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
vertical-align: middle;
}
select:hover {
background: #042E54;
}
input[type=text] {
border-radius: .2rem;
border: .1rem solid #ccc;
color: #666;
font-size: inherit;
padding: .9rem;
vertical-align: middle;
}
.console_username {
display: none;
}
.sr {
font-size: 12px;
color: #666;
text-align: left;
display: inline-block;
}
.rankpicker {
display: inline-block;
vertical-align: middle;
}
/* Hide the actual radio buttons. Users click the label, which is styled to have the rank icon image. */
.rankpicker input[type=radio] {
display: none;
}
.rankoption {
background-repeat: no-repeat;
background-size: contain;
cursor: pointer;
display: inline-block;
-webkit-filter: brightness(0.2) grayscale(1);
filter: brightness(0.2) grayscale(1);
font-size: 0;
height: 3.2rem;
opacity: 0.6;
transition: all 0.1s ease-in-out;
transition-property: filter, opacity;
vertical-align: top;
width: 3.2rem;
}
.rankpicker input[type=radio]:checked + .rankoption {
opacity: 1;
}
.rankoption[disabled] {
background-size: contain;
display: inline-block;
-webkit-filter: brightness(0.2) grayscale(1);
filter: brightness(0.2) grayscale(1);
opacity: 0.15;
height: 3.2rem;
width: 3.2rem;
}
.rankoption:hover {
-webkit-filter: brightness(1) grayscale(.1);
filter: brightness(1) grayscale(.1);
opacity: 1;
}
.rankpicker input[type=radio]:checked +.rankoption {
-webkit-filter: none;
filter: none;
opacity: 1;
}
.bronze {
background-image: url("rank-1.png");
}
.silver {
background-image: url("rank-2.png");
}
.gold {
background-image: url("rank-3.png");
}
.platinum {
background-image: url("rank-4.png");
}
.diamond {
background-image: url("rank-5.png");
}
.master {
background-image: url("rank-6.png");
}
.grandmaster {
background-image: url("rank-7.png");
}
.updated, .error {
font-size: 1.5rem;
margin-top: 2.4rem;
margin-left: 6.2rem;
}
.updated {
color: #4cbb17;
}
.error {
color: #ed4337;
} | 0.474144 | 0.07117 |
@font-face {
font-family: 'Snowburst One';
font-style: normal;
font-weight: 400;
src: url('../fonts/snowburst-one-v8-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Snowburst One'), local('SnowburstOne-Regular'),
url('../fonts/snowburst-one-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/snowburst-one-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/snowburst-one-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/snowburst-one-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/snowburst-one-v8-latin-regular.svg#SnowburstOne') format('svg'); /* Legacy iOS */
}
/* niconne-regular - latin */
/* @font-face { */
/* font-family: 'Niconne'; */
/* font-style: normal; */
/* font-weight: 400; */
/* src: url('../fonts/niconne-v10-latin-regular.eot'); /1* IE9 Compat Modes *1/ */
/* src: local('Niconne'), local('Niconne-Regular'), */
/* url('../fonts/niconne-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /1* IE6-IE8 *1/ */
/* url('../fonts/niconne-v10-latin-regular.woff2') format('woff2'), /1* Super Modern Browsers *1/ */
/* url('../fonts/niconne-v10-latin-regular.woff') format('woff'), /1* Modern Browsers *1/ */
/* url('../fonts/niconne-v10-latin-regular.ttf') format('truetype'), /1* Safari, Android, iOS *1/ */
/* url('../fonts/niconne-v10-latin-regular.svg#Niconne') format('svg'); /1* Legacy iOS *1/ */
/* } */
/* sofia-regular - latin */
/* @font-face { */
/* font-family: 'Sofia'; */
/* font-style: normal; */
/* font-weight: 400; */
/* src: url('../fonts/sofia-v9-latin-regular.eot'); /1* IE9 Compat Modes *1/ */
/* src: local('Sofia'), local('Sofia-Regular'), */
/* url('../fonts/sofia-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /1* IE6-IE8 *1/ */
/* url('../fonts/sofia-v9-latin-regular.woff2') format('woff2'), /1* Super Modern Browsers *1/ */
/* url('../fonts/sofia-v9-latin-regular.woff') format('woff'), /1* Modern Browsers *1/ */
/* url('../fonts/sofia-v9-latin-regular.ttf') format('truetype'), /1* Safari, Android, iOS *1/ */
/* url('../fonts/sofia-v9-latin-regular.svg#Sofia') format('svg'); /1* Legacy iOS *1/ */
/* } */
/* princess-sofia-regular - latin */
@font-face {
font-family: 'Princess Sofia';
font-style: normal;
font-weight: 400;
src: url('../fonts/princess-sofia-v9-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Princess Sofia'), local('PrincessSofia'),
url('../fonts/princess-sofia-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/princess-sofia-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/princess-sofia-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/princess-sofia-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/princess-sofia-v9-latin-regular.svg#PrincessSofia') format('svg'); /* Legacy iOS */
}
/* calligraffitti-regular - latin */
/* @font-face { */
/* font-family: 'Calligraffitti'; */
/* font-style: normal; */
/* font-weight: 400; */
/* src: url('../fonts/calligraffitti-v12-latin-regular.eot'); /1* IE9 Compat Modes *1/ */
/* src: local('Calligraffitti Regular'), local('Calligraffitti-Regular'), */
/* url('../fonts/calligraffitti-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /1* IE6-IE8 *1/ */
/* url('../fonts/calligraffitti-v12-latin-regular.woff2') format('woff2'), /1* Super Modern Browsers *1/ */
/* url('../fonts/calligraffitti-v12-latin-regular.woff') format('woff'), /1* Modern Browsers *1/ */
/* url('../fonts/calligraffitti-v12-latin-regular.ttf') format('truetype'), /1* Safari, Android, iOS *1/ */
/* url('../fonts/calligraffitti-v12-latin-regular.svg#Calligraffitti') format('svg'); /1* Legacy iOS *1/ */
/* } */ | static/css/fonts.css | @font-face {
font-family: 'Snowburst One';
font-style: normal;
font-weight: 400;
src: url('../fonts/snowburst-one-v8-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Snowburst One'), local('SnowburstOne-Regular'),
url('../fonts/snowburst-one-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/snowburst-one-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/snowburst-one-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/snowburst-one-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/snowburst-one-v8-latin-regular.svg#SnowburstOne') format('svg'); /* Legacy iOS */
}
/* niconne-regular - latin */
/* @font-face { */
/* font-family: 'Niconne'; */
/* font-style: normal; */
/* font-weight: 400; */
/* src: url('../fonts/niconne-v10-latin-regular.eot'); /1* IE9 Compat Modes *1/ */
/* src: local('Niconne'), local('Niconne-Regular'), */
/* url('../fonts/niconne-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /1* IE6-IE8 *1/ */
/* url('../fonts/niconne-v10-latin-regular.woff2') format('woff2'), /1* Super Modern Browsers *1/ */
/* url('../fonts/niconne-v10-latin-regular.woff') format('woff'), /1* Modern Browsers *1/ */
/* url('../fonts/niconne-v10-latin-regular.ttf') format('truetype'), /1* Safari, Android, iOS *1/ */
/* url('../fonts/niconne-v10-latin-regular.svg#Niconne') format('svg'); /1* Legacy iOS *1/ */
/* } */
/* sofia-regular - latin */
/* @font-face { */
/* font-family: 'Sofia'; */
/* font-style: normal; */
/* font-weight: 400; */
/* src: url('../fonts/sofia-v9-latin-regular.eot'); /1* IE9 Compat Modes *1/ */
/* src: local('Sofia'), local('Sofia-Regular'), */
/* url('../fonts/sofia-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /1* IE6-IE8 *1/ */
/* url('../fonts/sofia-v9-latin-regular.woff2') format('woff2'), /1* Super Modern Browsers *1/ */
/* url('../fonts/sofia-v9-latin-regular.woff') format('woff'), /1* Modern Browsers *1/ */
/* url('../fonts/sofia-v9-latin-regular.ttf') format('truetype'), /1* Safari, Android, iOS *1/ */
/* url('../fonts/sofia-v9-latin-regular.svg#Sofia') format('svg'); /1* Legacy iOS *1/ */
/* } */
/* princess-sofia-regular - latin */
@font-face {
font-family: 'Princess Sofia';
font-style: normal;
font-weight: 400;
src: url('../fonts/princess-sofia-v9-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Princess Sofia'), local('PrincessSofia'),
url('../fonts/princess-sofia-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/princess-sofia-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/princess-sofia-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/princess-sofia-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/princess-sofia-v9-latin-regular.svg#PrincessSofia') format('svg'); /* Legacy iOS */
}
/* calligraffitti-regular - latin */
/* @font-face { */
/* font-family: 'Calligraffitti'; */
/* font-style: normal; */
/* font-weight: 400; */
/* src: url('../fonts/calligraffitti-v12-latin-regular.eot'); /1* IE9 Compat Modes *1/ */
/* src: local('Calligraffitti Regular'), local('Calligraffitti-Regular'), */
/* url('../fonts/calligraffitti-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /1* IE6-IE8 *1/ */
/* url('../fonts/calligraffitti-v12-latin-regular.woff2') format('woff2'), /1* Super Modern Browsers *1/ */
/* url('../fonts/calligraffitti-v12-latin-regular.woff') format('woff'), /1* Modern Browsers *1/ */
/* url('../fonts/calligraffitti-v12-latin-regular.ttf') format('truetype'), /1* Safari, Android, iOS *1/ */
/* url('../fonts/calligraffitti-v12-latin-regular.svg#Calligraffitti') format('svg'); /1* Legacy iOS *1/ */
/* } */ | 0.20091 | 0.034684 |
@charset "UTF-8";
/* Add a black background color to the top navigation */
body {
margin: 0px;
background-color: #172642;
}
.topnav {
background-color: #333;
overflow: hidden;
}
h1 {
position: relative;
display: inline-block;
font-size: 24px;
font-size: 20vmax;
font-size: 4vmin;
font-family: "kaffeesatz",sans-serif;
color: white;
}
h6 {
position: relative;
display: inline-block;
padding: 15px;
font-size: 24px;
font-size: 20vmax;
font-size: 4vmin;
font-family: "kaffeesatz",sans-serif;
color: white;
}
.overlay {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0, 0.9);
overflow-x: hidden;
transition: 0.5s;
}
.overlay-content {
position: relative;
font-family: "kaffeesatz",sans-serif;
top: 25%;
width: 100%;
text-align: center;
margin-top: 30px;
}
.overlay a {
padding: 8px;
text-decoration: none;
font-size: 36px;
color: #aaa;
display: block;
transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
background-color: #172642;
color: white;
}
.overlay .closebtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
}
.content {
width:60%;
height:auto;
padding-right:20%;
padding-left:20%;
padding-top:20px
}
h2 {
display:block;
font-size: 20px;
font-family: "kaffeesatz",sans-serif;
color: white;
}
h2 a {
text-decoration: none !important;
cursor: pointer;
color: green;
}
h2 a:hover {
color: #111;
}
p {
text-align: center;
display:block;
line-height: 1.6;
font-size: 15px;
font-family: "kaffeesatz",sans-serif;
color: white;
}
.square {
display: inline-table;
background-color: black;
padding: 10px;
margin: 15px;
width: 200px;
height: 200px;
float: center;
}
.square a:hover, .square a:focus {
color: #222;
}
.square-align {
float: right;
display: block;
position: relative;
}
h3 {
text-align: center;
float: center;
padding: 30px;
font-size: 20px;
font-family: "kaffeesatz",sans-serif;
color: #ccc;
}
h3 a {
text-decoration: none !important;
cursor: pointer;
color: white;
}
h3 a:hover {
color: white;
}
pre, code {
font-family: monospace, monospace;
color: white;
}
pre {
overflow: auto;
}
pre > code {
display: block;
padding: 1rem;
word-wrap: normal;
}
.success {
padding: 1em;
margin-bottom: 0.75rem;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
color: #468847;
background-color: #dff0d8;
border: 1px solid #d6e9c6;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.error {
padding: 1em;
margin-bottom: 0.75rem;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
color: #b94a48;
background-color: #f2dede;
border: 1px solid rgba(185, 74, 72, 0.3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/* When the screen is less than 600 pixels wide, change content width percentage*/
@media screen and (max-width: 600px) {
.content {
width:80%;
height:auto;
padding-left:10%;
padding-right:10%;
padding-top:20px;
}
}
@media screen and (max-height: 450px) {
.overlay a {font-size: 20px}
.overlay .closebtn {
font-size: 40px;
top: 15px;
right: 35px;
}
} | G5/styles.css | @charset "UTF-8";
/* Add a black background color to the top navigation */
body {
margin: 0px;
background-color: #172642;
}
.topnav {
background-color: #333;
overflow: hidden;
}
h1 {
position: relative;
display: inline-block;
font-size: 24px;
font-size: 20vmax;
font-size: 4vmin;
font-family: "kaffeesatz",sans-serif;
color: white;
}
h6 {
position: relative;
display: inline-block;
padding: 15px;
font-size: 24px;
font-size: 20vmax;
font-size: 4vmin;
font-family: "kaffeesatz",sans-serif;
color: white;
}
.overlay {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0, 0.9);
overflow-x: hidden;
transition: 0.5s;
}
.overlay-content {
position: relative;
font-family: "kaffeesatz",sans-serif;
top: 25%;
width: 100%;
text-align: center;
margin-top: 30px;
}
.overlay a {
padding: 8px;
text-decoration: none;
font-size: 36px;
color: #aaa;
display: block;
transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
background-color: #172642;
color: white;
}
.overlay .closebtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
}
.content {
width:60%;
height:auto;
padding-right:20%;
padding-left:20%;
padding-top:20px
}
h2 {
display:block;
font-size: 20px;
font-family: "kaffeesatz",sans-serif;
color: white;
}
h2 a {
text-decoration: none !important;
cursor: pointer;
color: green;
}
h2 a:hover {
color: #111;
}
p {
text-align: center;
display:block;
line-height: 1.6;
font-size: 15px;
font-family: "kaffeesatz",sans-serif;
color: white;
}
.square {
display: inline-table;
background-color: black;
padding: 10px;
margin: 15px;
width: 200px;
height: 200px;
float: center;
}
.square a:hover, .square a:focus {
color: #222;
}
.square-align {
float: right;
display: block;
position: relative;
}
h3 {
text-align: center;
float: center;
padding: 30px;
font-size: 20px;
font-family: "kaffeesatz",sans-serif;
color: #ccc;
}
h3 a {
text-decoration: none !important;
cursor: pointer;
color: white;
}
h3 a:hover {
color: white;
}
pre, code {
font-family: monospace, monospace;
color: white;
}
pre {
overflow: auto;
}
pre > code {
display: block;
padding: 1rem;
word-wrap: normal;
}
.success {
padding: 1em;
margin-bottom: 0.75rem;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
color: #468847;
background-color: #dff0d8;
border: 1px solid #d6e9c6;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.error {
padding: 1em;
margin-bottom: 0.75rem;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
color: #b94a48;
background-color: #f2dede;
border: 1px solid rgba(185, 74, 72, 0.3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/* When the screen is less than 600 pixels wide, change content width percentage*/
@media screen and (max-width: 600px) {
.content {
width:80%;
height:auto;
padding-left:10%;
padding-right:10%;
padding-top:20px;
}
}
@media screen and (max-height: 450px) {
.overlay a {font-size: 20px}
.overlay .closebtn {
font-size: 40px;
top: 15px;
right: 35px;
}
} | 0.381104 | 0.108756 |
text-transform: uppercase;
font-size: 36px;
color:darkcyan;
font-weight: 100;
text-align: center;
}
#hot .product-slider {
margin-bottom: 20px;
}
#hot .product-slider:before,
#hot .product-slider:after {
content: " ";
display: table;
}
#hot .product-slider:after {
clear: both;
}
#hot .product-slider .item {
/* margin: 0 25px; */
visibility: hidden;
}
#hot .product-slider .owl-controls {
position: relative;
top: -30px;
}
#hot .product-slider .owl-controls .owl-buttons {
display: none;
}
#hot .product-slider .owl-controls .owl-page.active span,
#hot .product-slider .owl-controls.clickable .owl-page:hover span {
background:darkcyan;
}
#advantages {
text-align: center;
}
#advantages .box .icon {
position: absolute;
font-size: 120px;
width: 100%;
text-align: center;
top: -20px;
left: 0;
height: 100%;
float: left;
color: #eeeeee;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#advantages .box h3 {
position: relative;
margin: 0 0 20px;
font-weight: 300;
text-transform: uppercase;
z-index: 2;
color:darkcyan;
}
#advantages .box h3 a:hover {
text-decoration: none;
}
#advantages .box h3 a{
text-decoration: none;
color:darkcyan;
}
#advantages .box p {
position: relative;
color: #555555;
z-index: 2;
}
#main-slider {
margin-bottom: 30px;
border: solid 1px #fff;
opacity: 0;
filter: alpha(opacity=0);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.467);
}
.box.slideshow ul li div,
#main-slider ul li div {
width: 100%;
}
.box.slideshow .owl-controls,
#main-slider .owl-controls {
position: absolute;
right: 20px;
bottom: 20px;
}
.box.slideshow .owl-controls .owl-buttons,
#main-slider .owl-controls .owl-buttons {
display: none;
}
.box.slideshow .owl-controls .owl-page.active span,
#main-slider .owl-controls .owl-page.active span,
.box.slideshow .owl-controls.clickable .owl-page:hover span,
#main-slider .owl-controls.clickable .owl-page:hover span {
background: #4fbfa8;
}
.breadcrumb {
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.box {
background: #fff;
margin: 0 0 30px;
border: solid 1px #e6e6e6;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.box .box-header {
background: #f7f7f7;
margin: -20px -20px 20px;
padding: 20px;
border-bottom: solid 1px #eeeeee;
}
.box .box-header:before,
.box .box-header:after {
content: " ";
display: table;
}
.box .box-header:after {
clear: both;
}
.box .box-footer {
background: #f7f7f7;
margin: 30px -20px -20px;
padding: 20px;
border-top: solid 1px #eeeeee;
}
.box .box-footer:before,
.box .box-footer:after {
content: " ";
display: table;
}
.box .box-footer:after {
clear: both;
}
@media (max-width: 991px) {
.box .box-footer .btn {
margin-bottom: 20px;
}
}
.box.slideshow {
padding: 20px 0 0 0;
text-align: center;
}
.box.slideshow h3 {
text-transform: uppercase;
font-weight: 700;
}
#footer .social a i {
vertical-align: bottom;
line-height: 30px;
}
#footer .social a.facebook:hover {
background-color: #4460ae;
}
#footer .social a.gplus:hover {
background-color: #c21f25;
}
#footer .social a.twitter:hover {
background-color: #3cf;
}
#footer .social a.instagram:hover {
background-color: #cd4378;
}
#footer .social a.email:hover {
background-color: #4a7f45;
}
#copyright {
background: #333;
color: #ccc;
padding: 20px 0;
font-size: 12px;
}
#copyright p {
margin: 0;
}
@media (max-width: 991px) {
#copyright p {
float: none !important;
text-align: center;
margin-bottom: 10px;
}
}
#style-switch-button {
position: fixed;
top: 80px;
left: 20px;
}
#style-switch {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 200px;
padding: 20px;
position: fixed;
top: 120px;
left: 20px;
background: #fff;
border: solid 1px #eeeeee;
}
/*!
* Yamm!3
* Yet another megamenu for Bootstrap 3
*
* http://geedmo.github.com/yamm3
*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
position: static;
}
.yamm .container {
position: relative;
}
.yamm .dropdown-menu {
left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.yamm .yamm-content {
padding: 20px 30px;
}
@media (max-width: 767px) {
.yamm .yamm-content {
padding: 10px 20px;
}
}
.yamm .dropdown.yamm-fw .dropdown-menu {
left: 0;
right: 0;
}
/* Original Boostrap template overwrite */
/* nav */
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav > li > a {
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #999999;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #4fbfa8;
}
.nav-tabs {
border-bottom: 1px solid #dddddd;
}
.nav-tabs > li > a {
line-height: 1.42857143;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
background-color: #f0f0f0;
border: 1px solid #dddddd;
}
.nav-pills > li > a {
border-radius: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #4fbfa8;
}
.nav-tabs-justified > li > a {
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #f0f0f0;
}
}
/* navbar */
.navbar {
font-family: "Roboto", Helvetica, Arial, sans-serif;
min-height: 70px;
margin-bottom: 30px;
border: none;
border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 0;
}
}
.navbar-collapse {
max-height: 340px;
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
float: left;
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-collapse.right {
float: right;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-brand {
float: left;
padding: 10px 15px;
font-size: 18px;
line-height: 20px;
height: 70px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
padding: 9px 10px !important;
margin-right: 15px;
border-radius: 4px;
margin-top: 18px;
margin-bottom: 18px;
}
@media (max-width: 767px) {
.navbar-toggle {
margin-right: 5px;
}
}
.navbar-nav {
margin: 12.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 25px;
padding-bottom: 25px;
}
.navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 0px 15px;
border: none;
margin-top: 18px;
margin-bottom: 18px;
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
.navbar-btn {
margin-top: 18px;
margin-bottom: 18px;
}
.navbar-btn.btn-sm {
margin-top: 20px;
margin-bottom: 20px;
}
.navbar-btn.btn-xs {
margin-top: 24px;
margin-bottom: 24px;
}
.navbar-text {
margin-top: 25px;
margin-bottom: 25px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
.navbar-text.navbar-right:last-child {
margin-right: 0;
}
}
.navbar-default {
background-color: #ffffff;
border-bottom-color: #e6e6e6;
}
.navbar-default .navbar-brand {
color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777777;
}
.navbar-default .navbar-nav > li > a {
color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #4fbfa8;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888888;
}
.navbar-default .navbar-collapse {
border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #4fbfa8;
color: #555555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #4fbfa8;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777777;
}
.navbar-default .navbar-link:hover {
color: #333333;
}
/* scaffolding */
a {
color: #4fbfa8;
text-decoration: none;
}
a:hover,
a:focus {
color: #348e7b;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.img-rounded {
border-radius: 6px;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
/* breadcrumbs */
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
background-color: #ffffff;
border-radius: 0;
}
.breadcrumb > li + li:before {
content: ">\00a0";
color: #cccccc;
}
.breadcrumb > .active {
color: rgb(123, 128, 128);
}
@media (max-width: 991px) {
.breadcrumb {
padding: 8px 0;
text-align: center;
}
}
/* buttons */
.btn {
font-weight: normal;
font-family: "Roboto", Helvetica, Arial, sans-serif;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 3px;
}
.btn-primary {
color: #ffffff;
background-color: darkcyan;
border-color: darkcyan;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #3da892;
border-color: #318675;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #4fbfa8;
border-color: #41b39c;
}
.btn-primary .badge {
color: #4fbfa8;
background-color: #ffffff;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 4px;
}
.btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
/* dropdowns */
.dropdown-menu > li > a {
padding: 5px 20px;
}
/* forms.less */
label {
font-weight: normal;
}
.form-control {
-webkit-box-shadow: none;
box-shadow: none;
}
.form-group {
margin-bottom: 20px;
}
/* pager*/
.pager {
margin: 20px 0;
border-top: solid 1px #eeeeee;
padding-top: 20px;
text-transform: uppercase;
font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
color: #fff;
background-color: #eeeeee;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #999999;
background-color: #ffffff;
border-color: #ddd;
}
/* pagination */
.pagination {
margin: 20px 0;
font-family: "Roboto", Helvetica, Arial, sans-serif;
border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #4fbfa8;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #348e7b;
background-color: #eeeeee;
border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
background-color: #4fbfa8;
border-color: #4fbfa8;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999999;
background-color: #ffffff;
border-color: #dddddd;
}
/* responsive utilities */
@media (max-width: 767px) {
.text-center-xs {
text-align: center !important;
}
.text-center-xs img {
display: block;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.text-center-sm {
text-align: center !important;
}
.text-center-sm img {
display: block;
margin-left: auto;
margin-right: auto;
}
}
/* type */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 20px;
}
p,
ul,
ol {
margin: 0 0 20px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
.text-small {
font-size: 12px;
}
.text-large {
font-size: 18px;
}
.text-italic {
font-style: italic;
}
.text-primary {
color: #4fbfa8;
}
a.text-primary:hover {
color: #3aa18c;
}
.bg-primary {
color: #fff;
background-color: #4fbfa8;
}
a.bg-primary:hover {
background-color: #3aa18c;
}
abbr[title],
abbr[data-original-title] {
border-bottom: 1px dotted #999999;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 14px;
border-left: 5px solid #4fbfa8;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
border-right: 5px solid #4fbfa8;
}
address {
margin-bottom: 20px;
line-height: 1.42857143;
}
.panel-primary {
border-color: #4fbfa8;
}
.panel-primary > .panel-heading {
color: #ffffff;
background-color: #4fbfa8;
border-color: #4fbfa8;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
border-top-color: #4fbfa8;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #4fbfa8;
}
.panel-primary .panel-title {
font-weight: 300;
}
.panel-primary .panel-title a:hover {
color: #fff;
text-decoration: none;
}
.btn-click
{
border:5px;
margin-bottom: 10px;
background-color: darkcyan;
} | public/css/style1.css | text-transform: uppercase;
font-size: 36px;
color:darkcyan;
font-weight: 100;
text-align: center;
}
#hot .product-slider {
margin-bottom: 20px;
}
#hot .product-slider:before,
#hot .product-slider:after {
content: " ";
display: table;
}
#hot .product-slider:after {
clear: both;
}
#hot .product-slider .item {
/* margin: 0 25px; */
visibility: hidden;
}
#hot .product-slider .owl-controls {
position: relative;
top: -30px;
}
#hot .product-slider .owl-controls .owl-buttons {
display: none;
}
#hot .product-slider .owl-controls .owl-page.active span,
#hot .product-slider .owl-controls.clickable .owl-page:hover span {
background:darkcyan;
}
#advantages {
text-align: center;
}
#advantages .box .icon {
position: absolute;
font-size: 120px;
width: 100%;
text-align: center;
top: -20px;
left: 0;
height: 100%;
float: left;
color: #eeeeee;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#advantages .box h3 {
position: relative;
margin: 0 0 20px;
font-weight: 300;
text-transform: uppercase;
z-index: 2;
color:darkcyan;
}
#advantages .box h3 a:hover {
text-decoration: none;
}
#advantages .box h3 a{
text-decoration: none;
color:darkcyan;
}
#advantages .box p {
position: relative;
color: #555555;
z-index: 2;
}
#main-slider {
margin-bottom: 30px;
border: solid 1px #fff;
opacity: 0;
filter: alpha(opacity=0);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.467);
}
.box.slideshow ul li div,
#main-slider ul li div {
width: 100%;
}
.box.slideshow .owl-controls,
#main-slider .owl-controls {
position: absolute;
right: 20px;
bottom: 20px;
}
.box.slideshow .owl-controls .owl-buttons,
#main-slider .owl-controls .owl-buttons {
display: none;
}
.box.slideshow .owl-controls .owl-page.active span,
#main-slider .owl-controls .owl-page.active span,
.box.slideshow .owl-controls.clickable .owl-page:hover span,
#main-slider .owl-controls.clickable .owl-page:hover span {
background: #4fbfa8;
}
.breadcrumb {
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.box {
background: #fff;
margin: 0 0 30px;
border: solid 1px #e6e6e6;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.box .box-header {
background: #f7f7f7;
margin: -20px -20px 20px;
padding: 20px;
border-bottom: solid 1px #eeeeee;
}
.box .box-header:before,
.box .box-header:after {
content: " ";
display: table;
}
.box .box-header:after {
clear: both;
}
.box .box-footer {
background: #f7f7f7;
margin: 30px -20px -20px;
padding: 20px;
border-top: solid 1px #eeeeee;
}
.box .box-footer:before,
.box .box-footer:after {
content: " ";
display: table;
}
.box .box-footer:after {
clear: both;
}
@media (max-width: 991px) {
.box .box-footer .btn {
margin-bottom: 20px;
}
}
.box.slideshow {
padding: 20px 0 0 0;
text-align: center;
}
.box.slideshow h3 {
text-transform: uppercase;
font-weight: 700;
}
#footer .social a i {
vertical-align: bottom;
line-height: 30px;
}
#footer .social a.facebook:hover {
background-color: #4460ae;
}
#footer .social a.gplus:hover {
background-color: #c21f25;
}
#footer .social a.twitter:hover {
background-color: #3cf;
}
#footer .social a.instagram:hover {
background-color: #cd4378;
}
#footer .social a.email:hover {
background-color: #4a7f45;
}
#copyright {
background: #333;
color: #ccc;
padding: 20px 0;
font-size: 12px;
}
#copyright p {
margin: 0;
}
@media (max-width: 991px) {
#copyright p {
float: none !important;
text-align: center;
margin-bottom: 10px;
}
}
#style-switch-button {
position: fixed;
top: 80px;
left: 20px;
}
#style-switch {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 200px;
padding: 20px;
position: fixed;
top: 120px;
left: 20px;
background: #fff;
border: solid 1px #eeeeee;
}
/*!
* Yamm!3
* Yet another megamenu for Bootstrap 3
*
* http://geedmo.github.com/yamm3
*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
position: static;
}
.yamm .container {
position: relative;
}
.yamm .dropdown-menu {
left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.yamm .yamm-content {
padding: 20px 30px;
}
@media (max-width: 767px) {
.yamm .yamm-content {
padding: 10px 20px;
}
}
.yamm .dropdown.yamm-fw .dropdown-menu {
left: 0;
right: 0;
}
/* Original Boostrap template overwrite */
/* nav */
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav > li > a {
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #999999;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eeeeee;
border-color: #4fbfa8;
}
.nav-tabs {
border-bottom: 1px solid #dddddd;
}
.nav-tabs > li > a {
line-height: 1.42857143;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555555;
background-color: #f0f0f0;
border: 1px solid #dddddd;
}
.nav-pills > li > a {
border-radius: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #4fbfa8;
}
.nav-tabs-justified > li > a {
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #f0f0f0;
}
}
/* navbar */
.navbar {
font-family: "Roboto", Helvetica, Arial, sans-serif;
min-height: 70px;
margin-bottom: 30px;
border: none;
border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 0;
}
}
.navbar-collapse {
max-height: 340px;
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
float: left;
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-collapse.right {
float: right;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-brand {
float: left;
padding: 10px 15px;
font-size: 18px;
line-height: 20px;
height: 70px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
padding: 9px 10px !important;
margin-right: 15px;
border-radius: 4px;
margin-top: 18px;
margin-bottom: 18px;
}
@media (max-width: 767px) {
.navbar-toggle {
margin-right: 5px;
}
}
.navbar-nav {
margin: 12.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 25px;
padding-bottom: 25px;
}
.navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 0px 15px;
border: none;
margin-top: 18px;
margin-bottom: 18px;
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
.navbar-btn {
margin-top: 18px;
margin-bottom: 18px;
}
.navbar-btn.btn-sm {
margin-top: 20px;
margin-bottom: 20px;
}
.navbar-btn.btn-xs {
margin-top: 24px;
margin-bottom: 24px;
}
.navbar-text {
margin-top: 25px;
margin-bottom: 25px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
.navbar-text.navbar-right:last-child {
margin-right: 0;
}
}
.navbar-default {
background-color: #ffffff;
border-bottom-color: #e6e6e6;
}
.navbar-default .navbar-brand {
color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777777;
}
.navbar-default .navbar-nav > li > a {
color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555555;
background-color: #4fbfa8;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888888;
}
.navbar-default .navbar-collapse {
border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #4fbfa8;
color: #555555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555;
background-color: #4fbfa8;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777777;
}
.navbar-default .navbar-link:hover {
color: #333333;
}
/* scaffolding */
a {
color: #4fbfa8;
text-decoration: none;
}
a:hover,
a:focus {
color: #348e7b;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.img-rounded {
border-radius: 6px;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
/* breadcrumbs */
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
background-color: #ffffff;
border-radius: 0;
}
.breadcrumb > li + li:before {
content: ">\00a0";
color: #cccccc;
}
.breadcrumb > .active {
color: rgb(123, 128, 128);
}
@media (max-width: 991px) {
.breadcrumb {
padding: 8px 0;
text-align: center;
}
}
/* buttons */
.btn {
font-weight: normal;
font-family: "Roboto", Helvetica, Arial, sans-serif;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 3px;
}
.btn-primary {
color: #ffffff;
background-color: darkcyan;
border-color: darkcyan;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #3da892;
border-color: #318675;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #4fbfa8;
border-color: #41b39c;
}
.btn-primary .badge {
color: #4fbfa8;
background-color: #ffffff;
}
.btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 4px;
}
.btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
/* dropdowns */
.dropdown-menu > li > a {
padding: 5px 20px;
}
/* forms.less */
label {
font-weight: normal;
}
.form-control {
-webkit-box-shadow: none;
box-shadow: none;
}
.form-group {
margin-bottom: 20px;
}
/* pager*/
.pager {
margin: 20px 0;
border-top: solid 1px #eeeeee;
padding-top: 20px;
text-transform: uppercase;
font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
color: #fff;
background-color: #eeeeee;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #999999;
background-color: #ffffff;
border-color: #ddd;
}
/* pagination */
.pagination {
margin: 20px 0;
font-family: "Roboto", Helvetica, Arial, sans-serif;
border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
padding: 6px 12px;
line-height: 1.42857143;
text-decoration: none;
color: #4fbfa8;
background-color: #ffffff;
border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #348e7b;
background-color: #eeeeee;
border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
background-color: #4fbfa8;
border-color: #4fbfa8;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999999;
background-color: #ffffff;
border-color: #dddddd;
}
/* responsive utilities */
@media (max-width: 767px) {
.text-center-xs {
text-align: center !important;
}
.text-center-xs img {
display: block;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.text-center-sm {
text-align: center !important;
}
.text-center-sm img {
display: block;
margin-left: auto;
margin-right: auto;
}
}
/* type */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 20px;
}
p,
ul,
ol {
margin: 0 0 20px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
.text-small {
font-size: 12px;
}
.text-large {
font-size: 18px;
}
.text-italic {
font-style: italic;
}
.text-primary {
color: #4fbfa8;
}
a.text-primary:hover {
color: #3aa18c;
}
.bg-primary {
color: #fff;
background-color: #4fbfa8;
}
a.bg-primary:hover {
background-color: #3aa18c;
}
abbr[title],
abbr[data-original-title] {
border-bottom: 1px dotted #999999;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 14px;
border-left: 5px solid #4fbfa8;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
border-right: 5px solid #4fbfa8;
}
address {
margin-bottom: 20px;
line-height: 1.42857143;
}
.panel-primary {
border-color: #4fbfa8;
}
.panel-primary > .panel-heading {
color: #ffffff;
background-color: #4fbfa8;
border-color: #4fbfa8;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
border-top-color: #4fbfa8;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #4fbfa8;
}
.panel-primary .panel-title {
font-weight: 300;
}
.panel-primary .panel-title a:hover {
color: #fff;
text-decoration: none;
}
.btn-click
{
border:5px;
margin-bottom: 10px;
background-color: darkcyan;
} | 0.325199 | 0.046292 |
* {
border-radius: 0 !important;
}
pre {
padding: 1em 1em 1em 1em;
border-left: 11px solid rgba(0, 0, 0, 0.17);
margin: 1.7em 0 1.7em 0em;
overflow: auto;
color: #93a1a1;
background-color: #002b36;
line-height: 2.0em;
font-size: 15px;
font-family: monospace,monospace;
word-wrap: break-word;
}
pre .str {
color: #2aa198;
}
pre .tag {
color: #B58900;
}
/*pre.my {
font-size: 16px;
line-height: 2.5em;
white-space: nowrap;
}*/
/*
* Text effects
*/
@import url(http://fonts.googleapis.com/css?family=Josefin+Slab:400,600|Just+Me+Again+Down+Here);
.tagline {margin:0 auto; max-width:350px;}
.theweb {font-family: 'Josefin Slab', serif; font-weight:600; font-size:1.25em}
.shouldbe {border-bottom:2px solid black;font-family: 'Just Me Again Down Here', cursive; padding:0 10px; font-size:30px;}
/*
* Colors
*/
body {
background-color: #FFF;
word-wrap: break-word;
max-height: 100vh;
}
.white {
color: #FFF !important;
}
i.white {
color: #FFF !important;
}
.menu .buttons .button {
margin-left: 5px;
margin-right: 5px;
}
.toc {
background-color: #444C55;
z-index: 20;
width: 250px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
#main-content {
overflow-x: hidden;
z-index: 1;
height: 100%;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-width: 0px;
}
.whiteBackground {
background-color: #FFF;
}
.redBackground {
background-color: #E03131;
}
.ui.fixed.borderless.menu {
border-top: 5px solid #000000;
}
.penny-header {
position: fixed;
left: 0px;
top: 0px;
width: 237px !important;
min-height: 35px !important;
}
.penny-header h2 {
font-family: 'Allerta Stencil', sans-serif;
}
.penny-header a,
.penny-header a:hover,
.penny-header a:active {
text-decoration: none;
color: #000000;
}
#flashes li {
text-align: left;
list-style: none;
}
#msg, #flashes {
position: fixed;
top: 62px;
left: 20%;
width: 60%;
z-index: 10000;
} | app/static/css/ux.css | * {
border-radius: 0 !important;
}
pre {
padding: 1em 1em 1em 1em;
border-left: 11px solid rgba(0, 0, 0, 0.17);
margin: 1.7em 0 1.7em 0em;
overflow: auto;
color: #93a1a1;
background-color: #002b36;
line-height: 2.0em;
font-size: 15px;
font-family: monospace,monospace;
word-wrap: break-word;
}
pre .str {
color: #2aa198;
}
pre .tag {
color: #B58900;
}
/*pre.my {
font-size: 16px;
line-height: 2.5em;
white-space: nowrap;
}*/
/*
* Text effects
*/
@import url(http://fonts.googleapis.com/css?family=Josefin+Slab:400,600|Just+Me+Again+Down+Here);
.tagline {margin:0 auto; max-width:350px;}
.theweb {font-family: 'Josefin Slab', serif; font-weight:600; font-size:1.25em}
.shouldbe {border-bottom:2px solid black;font-family: 'Just Me Again Down Here', cursive; padding:0 10px; font-size:30px;}
/*
* Colors
*/
body {
background-color: #FFF;
word-wrap: break-word;
max-height: 100vh;
}
.white {
color: #FFF !important;
}
i.white {
color: #FFF !important;
}
.menu .buttons .button {
margin-left: 5px;
margin-right: 5px;
}
.toc {
background-color: #444C55;
z-index: 20;
width: 250px;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
#main-content {
overflow-x: hidden;
z-index: 1;
height: 100%;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
min-width: 0px;
}
.whiteBackground {
background-color: #FFF;
}
.redBackground {
background-color: #E03131;
}
.ui.fixed.borderless.menu {
border-top: 5px solid #000000;
}
.penny-header {
position: fixed;
left: 0px;
top: 0px;
width: 237px !important;
min-height: 35px !important;
}
.penny-header h2 {
font-family: 'Allerta Stencil', sans-serif;
}
.penny-header a,
.penny-header a:hover,
.penny-header a:active {
text-decoration: none;
color: #000000;
}
#flashes li {
text-align: left;
list-style: none;
}
#msg, #flashes {
position: fixed;
top: 62px;
left: 20%;
width: 60%;
z-index: 10000;
} | 0.318591 | 0.225854 |
body {
background-color: black;
color: white;
margin: 0px;
max-width: 100%;
}
#header {
border: 1px solid rgba(132, 127, 127, 0.75);
padding: 2px;
background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
text-align: center;
font-size: 20px;
color: white;
font-weight: bold;
box-shadow: inset 0px 0px 15px rgba(47, 47, 47, 0.73);
}
#login_container {
background-color: rgba(158, 158, 158, 0.07);
margin-top: 5%;
border-top: 1px solid rgba(138, 138, 142, 0.24);
padding: 5px;
border-bottom: 1px solid rgba(140, 139, 142, 0.24);
background-image: url('../img/bg.png');
}
#login {
opacity: 0.8;
width: 450px;
height: 300px;
background-color: #eee;
border: 2px solid rgba(121, 121, 120, 0.81);
border-radius: 5px;
box-shadow: inset 0px 0px 10px#505050;
max-width: 90%;
background: linear-gradient(rgb(255, 12, 237),rgb(255, 0, 0),rgb(22, 23, 22));
}
#login_title {
font-size: 25px;
color: rgb(255, 255, 255);
font-weight: bold;
font-family: cursive;
text-shadow: 1px 1px 3px #313131;
}
#login_line {
margin-top: 3px;
}
#login_input {
color: #000;
font-size: 20px;
font-family: cursive;
text-align: left;
padding: 20px;
}
input#form_username, input#form_password {
font-size: 20px;
width: 80%;
padding: 5px;
border: 1px solid #CAC7C7;
border-radius: 3px;
box-shadow: 0px 0px 15px #D2D2D2;
margin-top: 5px;
margin-bottom: 5px;
}
input#form_username:hover, input#form_password:hover {
border: 1px solid #76BCFD;
box-shadow: 0px 0px 15px #C0FDFF;
}
input#form_username:active, input#form_password:active {
border: 1px solid #1<PASSWORD>;
}
input#login_button {
font-size: 20px;
font-family: cursive;
border-radius: 3px;
color: #616161;
border: 1px solid transparent;
box-shadow: inset 0px 0px 5px transparent;
background-color: transparent;
}
input#login_button:hover {
background-color: transparent;
border: 0px solid transparent;
color: #0AACFF;
box-shadow: inset 0px 0px 5px transparent;
}
div#btn_login {
width: 50%;
padding: 3px;
border-top: 1px solid #9A9A9A;
border-bottom: 1px solid #9A9A9A;
border-radius: 50px;
box-shadow: inset 0px 0px 10px rgba(162, 160, 160, 0.63);
}
div#btn_login:hover {
box-shadow: inset 0px 0px 10px rgba(0, 236, 255, 0.63);
border-top: 1px solid rgba(0, 19, 255, 0.69);
border-bottom: 1px solid rgba(0, 66, 255, 0.68);
}
input:-webkit-autofill, input:-webkit-autofill:focus {
box-shadow: 0 0 0 50px #fffafe inset !important;
text-fill-color: red;
border: 1px solid #D0D0D0 !important;
} | src/Hoaian/QuanlyBundle/Resources/public/css/style.css | body {
background-color: black;
color: white;
margin: 0px;
max-width: 100%;
}
#header {
border: 1px solid rgba(132, 127, 127, 0.75);
padding: 2px;
background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
text-align: center;
font-size: 20px;
color: white;
font-weight: bold;
box-shadow: inset 0px 0px 15px rgba(47, 47, 47, 0.73);
}
#login_container {
background-color: rgba(158, 158, 158, 0.07);
margin-top: 5%;
border-top: 1px solid rgba(138, 138, 142, 0.24);
padding: 5px;
border-bottom: 1px solid rgba(140, 139, 142, 0.24);
background-image: url('../img/bg.png');
}
#login {
opacity: 0.8;
width: 450px;
height: 300px;
background-color: #eee;
border: 2px solid rgba(121, 121, 120, 0.81);
border-radius: 5px;
box-shadow: inset 0px 0px 10px#505050;
max-width: 90%;
background: linear-gradient(rgb(255, 12, 237),rgb(255, 0, 0),rgb(22, 23, 22));
}
#login_title {
font-size: 25px;
color: rgb(255, 255, 255);
font-weight: bold;
font-family: cursive;
text-shadow: 1px 1px 3px #313131;
}
#login_line {
margin-top: 3px;
}
#login_input {
color: #000;
font-size: 20px;
font-family: cursive;
text-align: left;
padding: 20px;
}
input#form_username, input#form_password {
font-size: 20px;
width: 80%;
padding: 5px;
border: 1px solid #CAC7C7;
border-radius: 3px;
box-shadow: 0px 0px 15px #D2D2D2;
margin-top: 5px;
margin-bottom: 5px;
}
input#form_username:hover, input#form_password:hover {
border: 1px solid #76BCFD;
box-shadow: 0px 0px 15px #C0FDFF;
}
input#form_username:active, input#form_password:active {
border: 1px solid #1<PASSWORD>;
}
input#login_button {
font-size: 20px;
font-family: cursive;
border-radius: 3px;
color: #616161;
border: 1px solid transparent;
box-shadow: inset 0px 0px 5px transparent;
background-color: transparent;
}
input#login_button:hover {
background-color: transparent;
border: 0px solid transparent;
color: #0AACFF;
box-shadow: inset 0px 0px 5px transparent;
}
div#btn_login {
width: 50%;
padding: 3px;
border-top: 1px solid #9A9A9A;
border-bottom: 1px solid #9A9A9A;
border-radius: 50px;
box-shadow: inset 0px 0px 10px rgba(162, 160, 160, 0.63);
}
div#btn_login:hover {
box-shadow: inset 0px 0px 10px rgba(0, 236, 255, 0.63);
border-top: 1px solid rgba(0, 19, 255, 0.69);
border-bottom: 1px solid rgba(0, 66, 255, 0.68);
}
input:-webkit-autofill, input:-webkit-autofill:focus {
box-shadow: 0 0 0 50px #fffafe inset !important;
text-fill-color: red;
border: 1px solid #D0D0D0 !important;
} | 0.414306 | 0.127327 |
:root {
--main-color: #3805F2;
--text-color: #606060;
--accent-color: #8350F2;
--mainbc-color: #F2F2F2;
--color3: #F28C0F;
--color4: #D9A404;
}
.text-main {
color: var(--text-color);
}
.text-accent {
color: var(--accent-color);
}
.color-text3 {
color: var(--color3);
}
.color-text4 {
color: var(--color4);
}
body {
font-family: 'Jost', sans-serif;
background-color: var(--mainbc-color);
}
.tarjetacredito {
height: 80%;
width: 50%;
}
.icono {
margin-top: 13px;
height: 20px;
width: 20px;
display: flex;
align-items: center;
}
.fondoicono {
height: 50px;
width: 50px;
background-color: aqua;
}
.parrafooter {
margin-top: 20px;
}
.listadesordenada {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
}
.unlisted{
list-style: none;
}
.iconosMedia{
justify-content: space-around;
display: flex;
flex-direction: row;
align-items: center;
}
footer{
background-image: url('/images/Degital_marketing_PNG.png');
background-size: contain;
background-repeat: no-repeat;
background-position:top;
}
.borderLeftRight {
position: relative;
}
.borderLeftRight::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background-color: var(--color3);
transform: scaleX(0);
transition: transform 0.4s ease-in-out;
transform-origin: bottom right;
}
.borderLeftRight:hover::after {
transform: scaleX(1);
transform-origin: bottom left;
}
.text-gradient {
background: linear-gradient(to right, var(--main-color), var(--color4));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.btn-head {
background-color: var(--accent-color);
color: white;
border: none;
box-shadow: 3px 3px 5px gray;
}
.card {
width: 200px;
background: linear-gradient(to right, var(--main-color), var(--color4));
}
.btn-cat {
background-color: var(--mainbc-color);
color: var(--main-color);
border: none;
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
background-color: var(--accent-color);
}
.swiper-button-next:after, .swiper-button-prev:after {
color: var(--accent-color);
} | public/css/app.css | :root {
--main-color: #3805F2;
--text-color: #606060;
--accent-color: #8350F2;
--mainbc-color: #F2F2F2;
--color3: #F28C0F;
--color4: #D9A404;
}
.text-main {
color: var(--text-color);
}
.text-accent {
color: var(--accent-color);
}
.color-text3 {
color: var(--color3);
}
.color-text4 {
color: var(--color4);
}
body {
font-family: 'Jost', sans-serif;
background-color: var(--mainbc-color);
}
.tarjetacredito {
height: 80%;
width: 50%;
}
.icono {
margin-top: 13px;
height: 20px;
width: 20px;
display: flex;
align-items: center;
}
.fondoicono {
height: 50px;
width: 50px;
background-color: aqua;
}
.parrafooter {
margin-top: 20px;
}
.listadesordenada {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
}
.unlisted{
list-style: none;
}
.iconosMedia{
justify-content: space-around;
display: flex;
flex-direction: row;
align-items: center;
}
footer{
background-image: url('/images/Degital_marketing_PNG.png');
background-size: contain;
background-repeat: no-repeat;
background-position:top;
}
.borderLeftRight {
position: relative;
}
.borderLeftRight::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
background-color: var(--color3);
transform: scaleX(0);
transition: transform 0.4s ease-in-out;
transform-origin: bottom right;
}
.borderLeftRight:hover::after {
transform: scaleX(1);
transform-origin: bottom left;
}
.text-gradient {
background: linear-gradient(to right, var(--main-color), var(--color4));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.btn-head {
background-color: var(--accent-color);
color: white;
border: none;
box-shadow: 3px 3px 5px gray;
}
.card {
width: 200px;
background: linear-gradient(to right, var(--main-color), var(--color4));
}
.btn-cat {
background-color: var(--mainbc-color);
color: var(--main-color);
border: none;
}
.swiper-container {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
background-color: var(--accent-color);
}
.swiper-button-next:after, .swiper-button-prev:after {
color: var(--accent-color);
} | 0.410993 | 0.144722 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
body
{
padding-top: 20px;
}
#myCarousel .nav a small
{
display: block;
}
#myCarousel .nav
{
background: #eee;
}
.nav-justified > li > a
{
border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #d45b62; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9; }
.nav-pills>li[data-slide-to="3"].active a { background-color: #a15ebb; }
#timeline {
list-style: none;
position: relative;
}
#timeline:before {
top: 0;
bottom: 0;
position: absolute;
content: " ";
width: 2px;
background-color: #4997cd;
left: 50%;
margin-left: -1.5px;
}
#timeline .clearFix {
clear: both;
height: 0;
}
#timeline .timeline-badge {
color: #fff;
width: 50px;
height: 50px;
font-size: 1.2em;
text-align: center;
position: absolute;
top: 20px;
left: 50%;
margin-left: -25px;
background-color: #4997cd;
z-index: 100;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
#timeline .timeline-badge span.timeline-balloon-date-day {
font-size: 1.4em;
}
#timeline .timeline-badge span.timeline-balloon-date-month {
font-size: .7em;
position: relative;
top: -10px;
}
#timeline .timeline-badge.timeline-filter-movement {
background-color: #ffffff;
font-size: 1.7em;
height: 35px;
margin-left: -18px;
width: 35px;
top: 40px;
}
#timeline .timeline-badge.timeline-filter-movement a span {
color: #4997cd;
font-size: 1.3em;
top: -1px;
}
#timeline .timeline-badge.timeline-future-movement {
background-color: #ffffff;
height: 35px;
width: 35px;
font-size: 1.7em;
top: -16px;
margin-left: -18px;
}
#timeline .timeline-badge.timeline-future-movement a span {
color: #4997cd;
font-size: .9em;
top: 2px;
left: 1px;
}
#timeline .timeline-movement {
border-bottom: dashed 1px #4997cd;
position: relative;
}
#timeline .timeline-movement.timeline-movement-top {
height: 60px;
}
#timeline .timeline-movement .timeline-item {
padding: 20px 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel {
border: 1px solid #d4d4d4;
border-radius: 3px;
background-color: #FFFFFF;
color: #666;
padding: 10px;
position: relative;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
list-style: none;
padding: 0;
margin: 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
text-align: right;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
color: #666;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li span.importo {
color: #468c1f;
font-size: 1.3em;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
text-align: left;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {
color: blue;
font-size: 1.3em;
}
#timeline .timeline-movement .timeline-item .timeline-day {
padding-bottom: 15px;
}
#timeline .timeline-movement .timeline-item .timeline-day:last-child {
padding-bottom: 0;
}
.form-control{
background: transparent;
}
form {
width: 320px;
margin: 20px;
}
form > div {
position: relative;
overflow: hidden;
}
form input, form textarea {
width: 100%;
border: 2px solid gray;
background: none;
position: relative;
top: 0;
left: 0;
z-index: 1;
padding: 8px 12px;
outline: 0;
}
form input:focus, form textarea:focus {
border-color: #357EBD;
}
form input:focus + label, form textarea:focus + label {
background: #357EBD;
color: white;
font-size: 70%;
padding: 1px 6px;
z-index: 2;
text-transform: uppercase;
}
form label {
-webkit-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
position: absolute;
color: #999;
padding: 7px 6px;
font-weight: normal;
}
form textarea {
display: block;
resize: vertical;
}
form.go-bottom input, form.go-bottom textarea {
padding: 12px 12px 12px 12px;
}
form.go-bottom label {
top: 0;
bottom: 0;
left: 0;
width: 100%;
}
form.go-bottom input:focus, form.go-bottom textarea:focus {
padding: 4px 6px 20px 6px;
}
form.go-bottom input:focus + label, form.go-bottom textarea:focus + label {
top: 100%;
margin-top: -16px;
}
form.go-right label {
border-radius: 0 5px 5px 0;
height: 100%;
top: 0;
right: 100%;
width: 100%;
}
form.go-right input:focus + label, form.go-right textarea:focus + label {
right: 0;
margin-right: 0;
width: 40%;
padding-top: 5px;
}
.logofg img {
height: 180px;
margin-bottom: 10px;
} | css/main.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
body
{
padding-top: 20px;
}
#myCarousel .nav a small
{
display: block;
}
#myCarousel .nav
{
background: #eee;
}
.nav-justified > li > a
{
border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #d45b62; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9; }
.nav-pills>li[data-slide-to="3"].active a { background-color: #a15ebb; }
#timeline {
list-style: none;
position: relative;
}
#timeline:before {
top: 0;
bottom: 0;
position: absolute;
content: " ";
width: 2px;
background-color: #4997cd;
left: 50%;
margin-left: -1.5px;
}
#timeline .clearFix {
clear: both;
height: 0;
}
#timeline .timeline-badge {
color: #fff;
width: 50px;
height: 50px;
font-size: 1.2em;
text-align: center;
position: absolute;
top: 20px;
left: 50%;
margin-left: -25px;
background-color: #4997cd;
z-index: 100;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
}
#timeline .timeline-badge span.timeline-balloon-date-day {
font-size: 1.4em;
}
#timeline .timeline-badge span.timeline-balloon-date-month {
font-size: .7em;
position: relative;
top: -10px;
}
#timeline .timeline-badge.timeline-filter-movement {
background-color: #ffffff;
font-size: 1.7em;
height: 35px;
margin-left: -18px;
width: 35px;
top: 40px;
}
#timeline .timeline-badge.timeline-filter-movement a span {
color: #4997cd;
font-size: 1.3em;
top: -1px;
}
#timeline .timeline-badge.timeline-future-movement {
background-color: #ffffff;
height: 35px;
width: 35px;
font-size: 1.7em;
top: -16px;
margin-left: -18px;
}
#timeline .timeline-badge.timeline-future-movement a span {
color: #4997cd;
font-size: .9em;
top: 2px;
left: 1px;
}
#timeline .timeline-movement {
border-bottom: dashed 1px #4997cd;
position: relative;
}
#timeline .timeline-movement.timeline-movement-top {
height: 60px;
}
#timeline .timeline-movement .timeline-item {
padding: 20px 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel {
border: 1px solid #d4d4d4;
border-radius: 3px;
background-color: #FFFFFF;
color: #666;
padding: 10px;
position: relative;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
list-style: none;
padding: 0;
margin: 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
text-align: right;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
color: #666;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li span.importo {
color: #468c1f;
font-size: 1.3em;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
text-align: left;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {
color: blue;
font-size: 1.3em;
}
#timeline .timeline-movement .timeline-item .timeline-day {
padding-bottom: 15px;
}
#timeline .timeline-movement .timeline-item .timeline-day:last-child {
padding-bottom: 0;
}
.form-control{
background: transparent;
}
form {
width: 320px;
margin: 20px;
}
form > div {
position: relative;
overflow: hidden;
}
form input, form textarea {
width: 100%;
border: 2px solid gray;
background: none;
position: relative;
top: 0;
left: 0;
z-index: 1;
padding: 8px 12px;
outline: 0;
}
form input:focus, form textarea:focus {
border-color: #357EBD;
}
form input:focus + label, form textarea:focus + label {
background: #357EBD;
color: white;
font-size: 70%;
padding: 1px 6px;
z-index: 2;
text-transform: uppercase;
}
form label {
-webkit-transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
position: absolute;
color: #999;
padding: 7px 6px;
font-weight: normal;
}
form textarea {
display: block;
resize: vertical;
}
form.go-bottom input, form.go-bottom textarea {
padding: 12px 12px 12px 12px;
}
form.go-bottom label {
top: 0;
bottom: 0;
left: 0;
width: 100%;
}
form.go-bottom input:focus, form.go-bottom textarea:focus {
padding: 4px 6px 20px 6px;
}
form.go-bottom input:focus + label, form.go-bottom textarea:focus + label {
top: 100%;
margin-top: -16px;
}
form.go-right label {
border-radius: 0 5px 5px 0;
height: 100%;
top: 0;
right: 100%;
width: 100%;
}
form.go-right input:focus + label, form.go-right textarea:focus + label {
right: 0;
margin-right: 0;
width: 40%;
padding-top: 5px;
}
.logofg img {
height: 180px;
margin-bottom: 10px;
} | 0.344443 | 0.118181 |
.fileUploader .filesContainer .newElement .fileTitle, .fileUploader .filesContainer .newElement .loadBar, .fileUploader .filesContainer .newElement .fileActions, .fileUploader .result > div {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.fileUploader .dropZone {
transition: all 1s;
-webkit-transition: all 1s; }
.fileUploader {
color: #3d3b4d;
font-weight: bold; }
.fileUploader img {
display: block; }
.fileUploader .hide {
display: none !important; }
.fileUploader .inputContainer {
display: none; }
.fileUploader .dropZone {
min-height: 150px;
width: calc(100% - 6px);
margin-top: 25px;
border: dashed 3px #3d3b4d;
text-align: center;
vertical-align: middle;
line-height: 150px;
font-size: 36px;
color: #85829f;
cursor: pointer; }
.fileUploader .highlight {
color: #76ff03;
border-color: #76ff03; }
.fileUploader .filesContainer {
margin-top: 25px; }
.fileUploader .filesContainer .error .fileTitle {
color: #757dd9 !important; }
.fileUploader .filesContainer .error .loadBar {
border: solid 2px #edeefa !important; }
.fileUploader .filesContainer .error .loadBar .errorMsg {
color: #edeefa !important;
font-weight: bold;
font-size: 18px;
line-height: 40px;
height: 100%;
width: 100%;
background-color: transparent !important;
text-align: center; }
.fileUploader .filesContainer .error .fileActions div {
color: #757dd9 !important; }
.fileUploader .filesContainer .error .fileActions a {
color: #757dd9 !important; }
.fileUploader .filesContainer .fileThumb {
max-height: 130px;
margin: auto; }
.fileUploader .filesContainer .reloadedElement .fileTitle {
color: #1b5e20 !important; }
.fileUploader .filesContainer .reloadedElement .loadBar {
border: solid 2px #1b5e20 !important; }
.fileUploader .filesContainer .reloadedElement .loadBar div {
background-color: #1b5e20 !important;
background: linear-gradient(to right, #32ad3b, #1b5e20 95%) !important; }
.fileUploader .filesContainer .reloadedElement .fileActions a, .fileUploader .filesContainer .reloadedElement .fileActions .fileDelete, .fileUploader .filesContainer .reloadedElement .fileActions .fileSee {
color: #1b5e20 !important; }
.fileUploader .filesContainer .newElement {
width: 100%;
height: 40px;
margin-bottom: 7px; }
.fileUploader .filesContainer .newElement input {
background-color: transparent; }
.fileUploader .filesContainer .newElement input:focus {
outline: none !important; }
.fileUploader .filesContainer .newElement > input, .fileUploader .filesContainer .newElement > div {
float: left; }
.fileUploader .filesContainer .newElement .fileTitle {
width: 38%;
margin-right: 2%;
color: #3d3b4d;
font-size: 18px;
border: none;
text-align: right;
position: relative;
top: 10px; }
.fileUploader .filesContainer .newElement .fileExt {
display: none; }
.fileUploader .filesContainer .newElement .loadBar {
border: solid 2px #3d3b4d;
width: 28%;
margin-right: 2%;
height: 100%; }
.fileUploader .filesContainer .newElement .loadBar div {
background-color: #3d3b4d;
width: 0;
height: 100%;
background: linear-gradient(to right, #6b6787, #3d3b4d 95%);
transition: width 1.5s; }
.fileUploader .filesContainer .newElement .fileActions {
position: relative;
width: 30%;
position: relative;
top: 10px; }
.fileUploader .filesContainer .newElement .fileActions div, .fileUploader .filesContainer .newElement .fileActions a {
display: inline-block; }
.fileUploader .filesContainer .newElement .fileActions div:first-child, .fileUploader .filesContainer .newElement .fileActions a:first-child {
margin-right: 25px; }
.fileUploader .filesContainer .newElement .fileActions a {
text-decoration: none !important;
color: #3d3b4d;
cursor: pointer; }
.fileUploader .filesContainer .newElement .fileActions .fileDelete, .fileUploader .filesContainer .newElement .fileActions .fileSee {
cursor: pointer; }
.fileUploader .result {
color: #923535;
border-bottom: solid 3px #923535;
border-left: solid 3px #923535;
border-right: solid 3px #923535;
min-height: 35px;
padding: 15px; }
.fileUploader .result > div {
margin-bottom: 15px;
width: 49%;
margin-right: 1%;
float: left; }
.fileUploader .result > div input {
width: 100%;
display: block; }
.fileUploader .result > div textarea {
width: calc(100% - 2px); }
.fileUploader .result:last-child:after {
content: '';
display: block;
clear: both; }
.fileUploader .debugMode {
background-color: #923535;
background: linear-gradient(to top, #923535 30%, #c15353);
color: #dedede;
margin: 35px auto auto 0;
text-align: center;
font-weight: bold;
text-transform: uppercase;
padding-top: 15px;
padding-bottom: 25px; }
.fileUploader .debug {
background-color: #923535;
color: #dedede;
text-align: center; }
.fileUploader .debug.sizeAvailable {
padding-bottom: 11px; } | dist/css/fileUploader.css | .fileUploader .filesContainer .newElement .fileTitle, .fileUploader .filesContainer .newElement .loadBar, .fileUploader .filesContainer .newElement .fileActions, .fileUploader .result > div {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.fileUploader .dropZone {
transition: all 1s;
-webkit-transition: all 1s; }
.fileUploader {
color: #3d3b4d;
font-weight: bold; }
.fileUploader img {
display: block; }
.fileUploader .hide {
display: none !important; }
.fileUploader .inputContainer {
display: none; }
.fileUploader .dropZone {
min-height: 150px;
width: calc(100% - 6px);
margin-top: 25px;
border: dashed 3px #3d3b4d;
text-align: center;
vertical-align: middle;
line-height: 150px;
font-size: 36px;
color: #85829f;
cursor: pointer; }
.fileUploader .highlight {
color: #76ff03;
border-color: #76ff03; }
.fileUploader .filesContainer {
margin-top: 25px; }
.fileUploader .filesContainer .error .fileTitle {
color: #757dd9 !important; }
.fileUploader .filesContainer .error .loadBar {
border: solid 2px #edeefa !important; }
.fileUploader .filesContainer .error .loadBar .errorMsg {
color: #edeefa !important;
font-weight: bold;
font-size: 18px;
line-height: 40px;
height: 100%;
width: 100%;
background-color: transparent !important;
text-align: center; }
.fileUploader .filesContainer .error .fileActions div {
color: #757dd9 !important; }
.fileUploader .filesContainer .error .fileActions a {
color: #757dd9 !important; }
.fileUploader .filesContainer .fileThumb {
max-height: 130px;
margin: auto; }
.fileUploader .filesContainer .reloadedElement .fileTitle {
color: #1b5e20 !important; }
.fileUploader .filesContainer .reloadedElement .loadBar {
border: solid 2px #1b5e20 !important; }
.fileUploader .filesContainer .reloadedElement .loadBar div {
background-color: #1b5e20 !important;
background: linear-gradient(to right, #32ad3b, #1b5e20 95%) !important; }
.fileUploader .filesContainer .reloadedElement .fileActions a, .fileUploader .filesContainer .reloadedElement .fileActions .fileDelete, .fileUploader .filesContainer .reloadedElement .fileActions .fileSee {
color: #1b5e20 !important; }
.fileUploader .filesContainer .newElement {
width: 100%;
height: 40px;
margin-bottom: 7px; }
.fileUploader .filesContainer .newElement input {
background-color: transparent; }
.fileUploader .filesContainer .newElement input:focus {
outline: none !important; }
.fileUploader .filesContainer .newElement > input, .fileUploader .filesContainer .newElement > div {
float: left; }
.fileUploader .filesContainer .newElement .fileTitle {
width: 38%;
margin-right: 2%;
color: #3d3b4d;
font-size: 18px;
border: none;
text-align: right;
position: relative;
top: 10px; }
.fileUploader .filesContainer .newElement .fileExt {
display: none; }
.fileUploader .filesContainer .newElement .loadBar {
border: solid 2px #3d3b4d;
width: 28%;
margin-right: 2%;
height: 100%; }
.fileUploader .filesContainer .newElement .loadBar div {
background-color: #3d3b4d;
width: 0;
height: 100%;
background: linear-gradient(to right, #6b6787, #3d3b4d 95%);
transition: width 1.5s; }
.fileUploader .filesContainer .newElement .fileActions {
position: relative;
width: 30%;
position: relative;
top: 10px; }
.fileUploader .filesContainer .newElement .fileActions div, .fileUploader .filesContainer .newElement .fileActions a {
display: inline-block; }
.fileUploader .filesContainer .newElement .fileActions div:first-child, .fileUploader .filesContainer .newElement .fileActions a:first-child {
margin-right: 25px; }
.fileUploader .filesContainer .newElement .fileActions a {
text-decoration: none !important;
color: #3d3b4d;
cursor: pointer; }
.fileUploader .filesContainer .newElement .fileActions .fileDelete, .fileUploader .filesContainer .newElement .fileActions .fileSee {
cursor: pointer; }
.fileUploader .result {
color: #923535;
border-bottom: solid 3px #923535;
border-left: solid 3px #923535;
border-right: solid 3px #923535;
min-height: 35px;
padding: 15px; }
.fileUploader .result > div {
margin-bottom: 15px;
width: 49%;
margin-right: 1%;
float: left; }
.fileUploader .result > div input {
width: 100%;
display: block; }
.fileUploader .result > div textarea {
width: calc(100% - 2px); }
.fileUploader .result:last-child:after {
content: '';
display: block;
clear: both; }
.fileUploader .debugMode {
background-color: #923535;
background: linear-gradient(to top, #923535 30%, #c15353);
color: #dedede;
margin: 35px auto auto 0;
text-align: center;
font-weight: bold;
text-transform: uppercase;
padding-top: 15px;
padding-bottom: 25px; }
.fileUploader .debug {
background-color: #923535;
color: #dedede;
text-align: center; }
.fileUploader .debug.sizeAvailable {
padding-bottom: 11px; } | 0.259732 | 0.047891 |
body {
margin: 0;
padding: 0;
}
#headline-img {
max-width: 70%;
max-height: 40%;
}
#spaceship-img {
position: absolute;
width: 25vw;
bottom: -8vh;
right: 0;
display: none;
}
.register-btn {
padding: 1.75rem;
border: none;
outline: none;
color: #fff;
background-color: rgba(33, 194, 234, 0.9);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
text-transform: uppercase;
font-family: 'STARWARS';
font-size: 1.5rem;
letter-spacing: 1px;
cursor: pointer;
}
.grid-container {
display: grid;
margin: 0;
justify-content: center;
grid-template-rows: repeat(10, auto);
grid-template-columns: repeat(3, 1fr);
}
.hero-image,
.countdown,
.map,
.footer {
background-repeat: no-repeat;
background-size: cover;
}
.about,
.event-detail,
.agenda,
.house-rules-title,
.judging-title,
.criteria-title {
padding: 7vh 1vw 7vh 7.25vw;
}
.house-rules-detail,
.house-rules-more-detail,
.judging-detail,
.criteria-detail {
padding: 7vh 3.6vw 0 0;
}
.agenda,
.location {
background-color: #262626;
background-size: cover;
}
.hero-image {
grid-column: 1 / 4;
grid-row: 1 / 1;
height: 80vh;
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25)),
url('../images/ideathon-hero-image.png');
background-position: center;
justify-content: center;
text-align: center;
position: relative;
padding-top: 8vh;
box-sizing: border-box;
}
.hero-image button {
display: block;
margin: 2rem auto 0;
}
.about {
grid-column: 1 / 3;
grid-row: 2 / 2;
height: auto;
}
.event-detail {
grid-column: 3 / 4;
grid-row: 2 / 2;
}
.event-detail div {
margin-bottom: 3rem;
}
.agenda {
grid-column: 1 / 2;
grid-row: 3 / 3;
color: #fff;
height: auto;
}
.agenda div {
margin-bottom: 5rem;
}
.countdown {
grid-column: 2 / 4;
grid-row: 3 / 3;
background-image: url(../images/hackathon-background.png);
background-position: center;
padding-top: 7vh;
text-align: center;
}
.house-rules-title {
grid-column: 1 / 2;
grid-row: 4 / 4;
}
.house-rules-detail {
grid-column: 2 / 3;
grid-row: 4 / 4;
}
.house-rules-more-detail {
grid-column: 3 / 4;
grid-row: 4 / 4;
}
.judging-title {
grid-column: 1 / 1;
grid-row: 5 / 5;
}
.judging-detail {
grid-column: 2 / 4;
grid-row: 5 / 5;
}
.criteria-title {
grid-column: 1 / 1;
grid-row: 6 / 6;
}
.criteria-detail {
grid-column: 2 / 4;
grid-row: 6 / 6;
display: flex;
margin-bottom: 3rem;
}
.criteria-detail div {
width: 30%;
}
.map {
grid-column: 1 / 3;
grid-row: 7;
background-image: url('../images/map.png');
}
.location {
grid-column: 3 / 4;
grid-row: 7;
padding: 70px 40px;
color: #fff;
}
.trailer {
grid-column: 1 / 4;
grid-row: 8;
text-align: center;
padding: 3rem;
}
.trailer video,
.download a {
box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
.download {
grid-column: 1 / 4;
grid-row: 9;
text-align: center;
padding: 0 0 3rem 0;
}
.download a {
display: inline-block;
height: 20rem;
width: 26.5rem;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
border: none;
text-decoration: none;
}
#poster-link {
background-image: url('../images/Ideathon-Poster.png');
}
.footer {
grid-column: 1 / 4;
grid-row: 10;
background-image: url(../images/hackathon-background.png);
background-position: bottom;
text-align: center;
padding: 1.5rem 0;
}
@media only screen and (max-width: 1200px) {
#spaceship-img {
display: none;
}
.hero-image {
height: 55vh;
}
.hero-image button {
font-size: 1rem;
padding: 1rem;
margin: 1rem auto 0;
}
}
@media only screen and (max-height: 575px) {
.hero-image button {
font-size: 1rem;
padding: 1rem;
margin: 1rem auto 0;
}
} | styles/home.css | body {
margin: 0;
padding: 0;
}
#headline-img {
max-width: 70%;
max-height: 40%;
}
#spaceship-img {
position: absolute;
width: 25vw;
bottom: -8vh;
right: 0;
display: none;
}
.register-btn {
padding: 1.75rem;
border: none;
outline: none;
color: #fff;
background-color: rgba(33, 194, 234, 0.9);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
text-transform: uppercase;
font-family: 'STARWARS';
font-size: 1.5rem;
letter-spacing: 1px;
cursor: pointer;
}
.grid-container {
display: grid;
margin: 0;
justify-content: center;
grid-template-rows: repeat(10, auto);
grid-template-columns: repeat(3, 1fr);
}
.hero-image,
.countdown,
.map,
.footer {
background-repeat: no-repeat;
background-size: cover;
}
.about,
.event-detail,
.agenda,
.house-rules-title,
.judging-title,
.criteria-title {
padding: 7vh 1vw 7vh 7.25vw;
}
.house-rules-detail,
.house-rules-more-detail,
.judging-detail,
.criteria-detail {
padding: 7vh 3.6vw 0 0;
}
.agenda,
.location {
background-color: #262626;
background-size: cover;
}
.hero-image {
grid-column: 1 / 4;
grid-row: 1 / 1;
height: 80vh;
background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25)),
url('../images/ideathon-hero-image.png');
background-position: center;
justify-content: center;
text-align: center;
position: relative;
padding-top: 8vh;
box-sizing: border-box;
}
.hero-image button {
display: block;
margin: 2rem auto 0;
}
.about {
grid-column: 1 / 3;
grid-row: 2 / 2;
height: auto;
}
.event-detail {
grid-column: 3 / 4;
grid-row: 2 / 2;
}
.event-detail div {
margin-bottom: 3rem;
}
.agenda {
grid-column: 1 / 2;
grid-row: 3 / 3;
color: #fff;
height: auto;
}
.agenda div {
margin-bottom: 5rem;
}
.countdown {
grid-column: 2 / 4;
grid-row: 3 / 3;
background-image: url(../images/hackathon-background.png);
background-position: center;
padding-top: 7vh;
text-align: center;
}
.house-rules-title {
grid-column: 1 / 2;
grid-row: 4 / 4;
}
.house-rules-detail {
grid-column: 2 / 3;
grid-row: 4 / 4;
}
.house-rules-more-detail {
grid-column: 3 / 4;
grid-row: 4 / 4;
}
.judging-title {
grid-column: 1 / 1;
grid-row: 5 / 5;
}
.judging-detail {
grid-column: 2 / 4;
grid-row: 5 / 5;
}
.criteria-title {
grid-column: 1 / 1;
grid-row: 6 / 6;
}
.criteria-detail {
grid-column: 2 / 4;
grid-row: 6 / 6;
display: flex;
margin-bottom: 3rem;
}
.criteria-detail div {
width: 30%;
}
.map {
grid-column: 1 / 3;
grid-row: 7;
background-image: url('../images/map.png');
}
.location {
grid-column: 3 / 4;
grid-row: 7;
padding: 70px 40px;
color: #fff;
}
.trailer {
grid-column: 1 / 4;
grid-row: 8;
text-align: center;
padding: 3rem;
}
.trailer video,
.download a {
box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
.download {
grid-column: 1 / 4;
grid-row: 9;
text-align: center;
padding: 0 0 3rem 0;
}
.download a {
display: inline-block;
height: 20rem;
width: 26.5rem;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
border: none;
text-decoration: none;
}
#poster-link {
background-image: url('../images/Ideathon-Poster.png');
}
.footer {
grid-column: 1 / 4;
grid-row: 10;
background-image: url(../images/hackathon-background.png);
background-position: bottom;
text-align: center;
padding: 1.5rem 0;
}
@media only screen and (max-width: 1200px) {
#spaceship-img {
display: none;
}
.hero-image {
height: 55vh;
}
.hero-image button {
font-size: 1rem;
padding: 1rem;
margin: 1rem auto 0;
}
}
@media only screen and (max-height: 575px) {
.hero-image button {
font-size: 1rem;
padding: 1rem;
margin: 1rem auto 0;
}
} | 0.523664 | 0.095476 |
@charset "UTF-8";
* {user-select: none;}
.main img {border: 0; max-width: 100%;}
.main a {background-color: transparent; text-decoration: none; color: inherit; cursor: pointer;}
.main ol, .main ul {list-style-type: none;}
.main body {line-height: 1; letter-spacing: -.05em; color: #4c4c4c; font-size: 12px; margin: 0; display: block;}
.main {border-bottom: solid 1px #f7f7f7;}
.main div, .main th, .main td, .main li, .main dt, .main dd, .main p {word-break: break-all;}
.main div {display: block;}
.main *, .main *::after, .main *::before {box-sizing: border-box; margin: 0; padding: 0; user-select: none;}
.main .content {min-width: 1050px; padding-bottom: 120px; position: relative;}
.main .mypage_top {width: 100%; padding: 50px 0; margin-bottom: -20px; background-color: #f7f7f7;}
.main .top1 {background-color: #f7f7f7;}
.main .page_article {margin: 0 auto;}
.main .btn {cursor: pointer;}
/* 등급별 추가할 스타일 지정 */
/* 웰컴 */
.class0 {border: solid 1px rgb(123, 145, 132); background-color: #fff; color: rgb(123, 145, 132);}
/* 일반 */
.class1 {border: solid 1px darkseagreen; background-color: #fff; color: darkseagreen;}
/* 프렌즈 */
.class2 {border: solid 1px rgb(132, 240, 179); background-color: #fff; color: rgb(132, 240, 179);}
/* 그린 */
.class3 {border: solid 1px rgb(101, 209, 148); background-color: #fff; color: rgb(101, 209, 148);}
/* 아스파라거스 */
.class4 {border: solid 1px rgb(77, 173, 119); background-color: #fff; color: rgb(77, 173, 119);}
/* 브로컬리 */
.class5 {border: solid 1px seagreen; background-color: #fff; color: seagreen;}
.screen_out {display: block; overflow: hidden; position: absolute; left: -9999px; width: 1px; height: 300px; font-size: 0; line-height: 0; text-align: -9999px; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px;}
.mypage_top .mypagetop_user {overflow: hidden; width: 1050px; margin: 0 auto;}
.mypage_top .inner_mypagetop {overflow: hidden; width: 100%; display: flex; align-items: stretch;}
.mypage_top .grade_user {width: 362px; padding: 30px; background-color: #fff;}
.mypage_top .grade_wrap {display: flex; align-items: center;}
.mypage_top .grade_wrap .grade_logo {width: 48px; height: 48px; display: flex; justify-content: center; align-items: center; border-radius: 3px; border: solid 1px gery; font-size: 14px; color: gery;}
.mypage_top .grade_wrap .name {margin-left: 20px; font-size: 20px;}
.mypage_top .name {overflow: hidden; float: left; max-width: 263px; color: #333; line-height: 28px; white-space: nowrap; text-overflow: ellipsis;}
.mypage_top .grade_benefit {overflow: hidden; margin-top: 16px;}
.mypage_top .grade_user .benefit {padding-top: 4px;}
.mypage_top .benefit {font-size: 14px; line-height: 18px; color: #333;}
.mypage_top .benefit .tit {color: seagreen;}
.mypage_top .next {display: flex; align-items: center; justify-content: center; margin-top: 18px;}
.mypage_top .next a {height: 30px; padding-top: 4px; border: solid 1px #f4f4f3; border-radius: 15px; background-color: #f4f4f4; font-size: 12px; color: #333; line-height: 18px; text-align: center;}
.mypage_top .next a:not(:first-of-type) {margin-left: 10px;}
.mypage_top .total_grade {width: 121px;}
.mypage_top .next_month {width: 169px;}
.mypage_top .list_mypage {display: flex; flex-grow: 1; flex-direction: column; margin-left: 4px;}
.mypage_top .list_mypage .list {display: flex; overflow: hidden; width: 100%; height: 100%;}
.mypage_top .list_mypage .link_wrap {flex-grow: 1; width: 168px; background-color: #fff; padding: 26px 0 30px 30px; display: flex; flex-direction: column;}
.mypage_top .list_mypage .link_wrap:not(:last-of-type) {flex-grow: 1; margin-right: 4px;}
.mypage_top .list_mypage .link_wrap .link_title {font-size: 14px; font-weight: 500; display: flex; align-items: center; color: #333; position: relative;}
.mypage_top .list_mypage .link_wrap .link_title .arrow_right {width: 28px;}
.mypage_top .list_mypage .link_wrap .spacer {flex-grow: 2;}
.mypage_top .list_mypage .link_wrap .info {font-weight: 700; font-size: 20px; color: seagreen; line-height: 28px; flex-grow: 3; position: relative;}
.mypage_top .list_mypage .link_wrap .info .expire {position: absolute; font-size: 12px; color: #999; top: 32px; left: 0;}
.mypage_top .bnr_event {display: block; overflow: hidden; width: 100%; height: 60px; margin-top: 20px; background-image: url("../img/icon/ico_event_bnr.png"); background-size: 1050px 60px; background-repeat: no-repeat; background-position: 50% 50%;}
.page_article {width: 1050px; margin: 0 auto;}
.page_article * {font-weight: 400;}
.page_article.article_type2 {padding-top: 65px;}
.page_article.article_type2::after {content: ""; display: block; overflow: hidden; width: 100%; clear: both;}
#snb {float: left; width: 200px;}
#snb .tit_snb {padding: 8px 0 33px 1px; font-weight: 700; font-size: 30px; line-height: 34px; color: #333; letter-spacing: -.5px;}
#snb .inner_snb {border: solid 1px #f2f2f2; border-bottom: 0;}
#snb .list_menu li {display: list-item; border-bottom: solid 1px #f2f2f2;}
#snb .list_menu li a {display: block; overflow: hidden; padding: 15px 0 15px 20px; background: #fff url("../img/icon/ico_arrow_6x11.png") no-repeat 174px 52%; background-size: 6px 11px; font-size: 14px; color: #666; line-height: 20px; letter-spacing: -.3px;}
#snb .list_menu li.on a, #snb .list_menu li a:hover {background: #fafafa url("../img/icon/ico_mypage_arrow_on.png") no-repeat 174px 52%; background-size: 6px 11px; font-weight: 700; color: seagreen;}
#snb .link_inquire {display: block; overflow: hidden; width: 200px; height: 60px; margin-top: 20px; padding: 9px 0 0 21px; border-radius: 0 100px 100px 0; background: #fafafa url("../img/icon/ico_mypage_arrow_on.png") no-repeat 174px 25px; background-size: 6px 11px; font-size: 12px; color: #333; line-height: 20px;}
#snb .link_inquire .emph {display: block; padding-bottom: 1px; font-weight: 700; font-size: 14px;}
.page_article.article_type2 .page_section {float: right; width: 820px;}
.page_article .head_article {padding: 5px 0 34px;}
.page_article .head_article .tit {height: 36px; font-weight: 700; font-size: 24px; line-height: 36px; color: #333; letter-spacing: -.5px;}
.page_article .head_article .tit_sub {padding-left: 11px; font-size: 14px; color: #999; line-height: 20px; letter-spacing: -.3px; vertical-align: 3px;}
.screen_out {display: block; overflow: hidden; position: absolute; left: -9999px; width: 1px; height: 1px; font-size: 0; line-height: 0; text-indent: -9999px;}
.search_date {position: relative; z-index: 1;}
.search_date .btn_layer {overflow: hidden; position: absolute; right: 0; top: -74px; width: 157px; height: 44px; padding: 11px 0 0 15px; border: solid 1px #ddd; font-size: 14px; color: #666; line-height: 18px; letter-spacing: -.5px;}
.search_date .btn_layer::after {content: "▼"; position: absolute; left: 128px; top: 10px; width: 12px; background-size: 12px 8px;}
.search_date .btn_layer.on::after {transform: rotate(-180deg);}
.search_date .layer_search {display: none; position: absolute; right: 0; top: -30px; width: 157px; border: solid 1px #dddfe1; border-top: 0;}
.search_date .layer_search a {display: block; overflow: hidden; height: 32px; padding: 7px 0 0 8px; font-size: 12px; color: #666; line-height: 18px; letter-spacing: -.2px;}
.search_date .layer_search li:first-child {border-top: 0;}
.search_date .layer_search li {background-color: #fff; border-top: solid 1px #dddfe1;}
.search_date .layer-search li > a:hover {background-color: #f7f7f7;}
.search_date .layer_search a.on {background-color: #f7f7f7;}
.section_orderlist .list_order {padding-top: 10px; border-top: solid 2px #333;}
.section_orderlist .list_order .date {padding-top: 20px; font-size: 16px; line-height: 24px; font-weight: 700; color: #666;}
/* 주문 내역이 없을 때 나타나는 스타일 */
.section_orderlist .list_order .no_data {border-bottom: solid 1px #dddfe1;}
.page_article .no_data {padding: 50px 0; font-size: 13px; color: #757575; text-align: center;}
/* 주문 건수가 있을 때 나타나는 스타일 */
.section_orderlist .list_order .order_goods {position: relative; margin-top: 10px; padding: 0 20px; border: solid 1px #dddfe1;}
.section_orderlist .list_order .name {padding: 20px 0 13px; border-bottom: solid 1px #dddfe1;}
.section_orderlist .list_order .name a {display: block; overflow: hidden; background: url("../img/icon/ico_arrow_10x15.png") no-repeat 100% 1px; font-size: 16px; line-height: 24px; font-weight: 700; color: #000; cursor: pointer;}
.section_orderlist .list_order .order_info {overflow: hidden; padding: 14px 0 20px;}
.section_orderlist .list_order .thumb {float: left; width: 60px; margin-right: 20px;}
.section_orderlist .list_order .thumb img {width: 60px; height: auto;}
.section_orderlist .list_order .desc {overflow: hidden; padding-top: 1px;}
.section_orderlist .list_order .order_info dl {overflow: hidden; padding-top: 6px;}
.section_orderlist .list_order .order_info dl:first-child {padding-top: 3px;}
.section_orderlist .list_order .order_info dt {float: left; padding-right: 15px; font-size: 12px; color: #000; line-height: 20px;}
.section_orderlist .list_order .order_info dd {float: left; font-size: 14px; line-height: 20px; font-weight: 700; color: #000;}
.section_orderlist .list_order .order_info .end {color: #514859;}
.section_orderlist .list_order .order_info .status {color: seagreen;}
.section_orderlist .list_order .order_status {display: table; position: absolute; right: 20px; bottom: 0; height: 114px; vertical-align: middle;}
.section_orderlist .list_order .inner_status {display: table-cell; vertical-align: middle;}
.section_orderlist .list_order .order_status .link {display: block; width: 100px; height: 34px; border: solid 1px seagreen; background-color: #fff; font-size: 12px; color: seagreen; line-height: 32px; text-align: center; cursor: pointer;}
/* 배송지 관리 */
.section_destination .new_address {position: relative;}
.section_destination .new_address .btn {position: absolute; right: 3px; bottom: 7px; border: 0 none; background-color: #fff; font-weight: 700; font-size: 16px; color: #333; line-height: 24px; letter-spacing: -0.5px; text-align: right;}
.section_destination button {outline: none; text-transform: none; overflow: visible; border-radius: 0; font: inherit; margin: 0; padding: 0; text-rendering: auto; text-indent: 0px; display: inline-block; align-items: flex-start; max-width: 100%; cursor: pointer;}
.section_destination table {display: table; border-collapse: collapse; border-spacing: 0; border-color: grey; text-indent: initial;}
.section_destination thead {display: table-header-group; vertical-align: middle; border-color: inherit;}
.section_destination tbody {display: table-row-group; vertical-align: middle; border-color: inherit;}
.section_destination tr {display: table-row; vertical-align: inherit; border-color: inherit;}
.section_destination .tbl_type1 {border-bottom: solid 1px #f4f4f4;}
.section_destination .type_select .tit_select {display: table-cell;}
.section_destination .tbl_type1 .tit_select {width: 60px;}
.section_destination .tbl_type1 th {padding: 17px 0 20px; vertical-align: top;}
.page_article .tbl {width: 100%;}
.page_article .tbl_type1 th {padding: 20px 0; border-top: solid 2px #333; font-weight: 700; font-size: 14px; line-height: 20px; color: #333; letter-spacing: -.5px;}
.page_article .tbl th, .page_article .tbl td {word-break: break-all;}
.section_destination .type_select .tit_address {padding-left: 0; text-indent: -8px;}
.section_destination .tbl_type1 .tit_address {width: auto; padding-left: 10px;}
.section_destination .tbl_type1 .tit_receive {width: 120px;}
.section_destination .tbl_type1 .tit_phone {width: 100px;}
.section_destination .tbl_type1 .tit_delivery {width: 100px;}
.section_destination .tbl_type1 .tit_modify {width: 60px;}
.section_destination .tbl_type1 th {padding: 17px 0 20px; vertical-align: top;}
.section_destination .tbl_type1 tr:first-child td,
.section_destination .tbl_type1 td {height: 90px; font-size: 14px; color: #333; line-height: 22px; letter-spacing: -0.4px; vertical-align: middle; text-align: center;}
.section_destination .tbl_type1 tr:first-child td {border-top: solid 1px #333;}
.section_destination .type_select .select {display: table-cell;}
.type_radio label {font-size: 14px; line-height: 22px;}
.type_radio input[type="radio"] {position: absolute; z-index: -1; opacity: 0;}
.type_radio input[type="radio"] + .ico {display: inline-block; position: relative; width: 24px; height: 24px; border: 0 none; background: url("../img/icon/ico_mypage_checkbox.png") no-repeat 50% 50%; background-size: 24px 24px;}
.type_radio input[type="radio"]:checked + .ico {background: url("../img/icon/ico_mypage_checkbox_checked.png") no-repeat 50% 50%; background-size: 24px 24px;}
.section_destination input[type=checkbox], .section_destination input[type=radio] {box-sizing: border-box; padding: 0;}
.section_destination .tbl_type1 .type_radio input[type="radio"] + .ico {margin: 0; vertical-align: middle;}
.section_destination .type_select .address {padding-left: 2px;}
.section_destination .tbl_type1 .address {padding: 20px 10px 20px 20px;}
.section_destination .tbl_type1 .badge_default {display: block; width: 74px; height: 22px; margin-bottom: 7px; border-radius: 11px; background-color: #f7f7f7; font-weight: 700; font-size: 12px; color: #666; line-height: 22px; letter-spacing: 0; text-align: center;}
.section_destination .tbl_type1 .addr {padding: 0; font-size: 16px; color: #333; line-height: 24px; letter-spacing: -0.3px; text-align: left; word-break: break-all;}
.section_destination .tbl_type1 .star {color: seagreen;}
.section_destination .tbl_type1 .modify {width: 24px; height: 24px; border: 0 none; background: url("../img/icon/ico_modify.png") no-repeat 50% 50%; font-size: 0; line-height: 0;}
/* 적립금 */
.page_article caption, .page_article legend {display: none;}
.section_point colgroup {display: table-column-group;}
.section_point table {border-collapse: collapse; border-spacing: 0; text-indent: initial;}
.section_point thead {display: table-header-group; vertical-align: middle; border-color: inherit;}
.section_point tbody {display: table-row-group; vertical-align: middle; border-color: inherit;}
.section_point tr {display: table-row; vertical-align: inherit; border-color: inherit;}
.section_point td {padding-top: 16px; padding-bottom: 16px; font-size: 14px; color: #000; line-height: 20px; text-align: center;}
.section_point .point_header {overflow: hidden; height: 100px; border: solid 1px #ddd;}
.section_point .point_header .tit {float: left; padding: 38px 0 0 60px; font-size: 14px; color: #000; line-height: 20px;}
.section_point .point_header .point_view {float: left; width: 409px; border-right: solid 1px #ddd;}
.section_point .point_header .point {float: right; width: 260px; padding: 34px 59px 36px 0; font-size: 20px; line-height: 30px; font-weight: 700; color: seagreen; text-align: right;}
.section_point .point {font-weight: 700; color: seagreen;}
.section_point .point.minus {color: #9b9b9b;}
.section_point .point_header .num {float: right; width: 200px; padding: 34px 58px 36px 0; font-size: 20px; line-height: 30px; font-weight: 700; color: seagreen; text-align: right;}
.section_point .point_header .won {font-weight: 700;}
.section_point .point_header .disappear {float: left; width: 408px;}
.section_point .point_header .subject.no_day {padding-top: 38px;}
.section_point .point_header .subject {float: left; padding: 29px 0 0 60px; font-size: 14px; color: #000; line-height: 20px;}
.section_point .tbl_type1 {margin-top: 40px;}
.section_point .info {padding-left: 20px; text-align: left;}
.section_point th.info {padding-left: 20px; text-align: left;}
.section_point tr:last-child td {border-bottom: solid 1px #ddd;}
.section_point tr:first-child td {border-top: solid 2px #ddd;}
.page_article .tbl_type1 tr:first-child td {border-top: solid 1px #333;}
/* 상품 후기 */
.section_review p {word-break: break-all;}
.section_review .review_notice {font-size: 14px; color: #999; line-height: 22px; letter-spacing: -.3px;}
.section_review .review_notice b {font-weight: 700;}
.section_review .tab_menu {overflow: hidden; padding-top: 30px;}
.section_review .tab_menu li {float: left; width: 410px; height: 50px; background-color: #fff;}
.section_review .tab_menu .on a {border-bottom: solid 2px seagreen; font-weight: 700; color: seagreen;}
.section_review .tab_menu a {display: block; overflow: hidden; width: 100%; height: 100%; border: solid 1px #dddfe1; font-size: 14px; color: #666; line-height: 44px; text-align: center;}
.section_review .list_before {padding-top: 10px;}
.section_review .list_after {padding-top: 10px;}
.section_review .list_after li.no_data, .section_review .list_before .no_data {padding: 50px 0; border: 0;}
.section_review .after_view {display: none;}
/* 상품 문의 */
.section_review .head_article {padding-bottom: 20px;}
.board-container {height: 100%;}
.board-header-container {padding-bottom: 38px;}
.list-description {font-size: 14px; line-height: 24px; font-weight: 400; color: #999;}
.list-description li {padding-left: 12px;}
.list-description li:before {display: inline-block; width: 2px; height: 2px; margin: 11px 6px 0 -10px; background: #999; vertical-align: top; content: "";}
.list-description a {background-color: transparent; font-weight: 700; color: #999; text-decoration: underline;}
.board-item-container .my_brokurly {width: 820px;}
.board-item-container {position: relative; border-top: solid 2px #333;}
.board-item-container .inquiry-board-header {display: table; table-layout: fixed; border-bottom: solid 1px #333;}
.board-item-container .inquiry-board-header > div {display: table-cell; text-align: center; padding: 18px 0 20px; width: 100px; font-size: 14px; line-height: 20px; font-weight: 700; letter-spacing: -.5px; color: #333;}
.board-item-container.my_brokurly .inquiry-board-header div:nth-child(2) {padding-right: 20px; box-sizing: border-box;}
.board-item-container .board-list, .board-item-container .inquiry-notice-list {position: relative;}
.board-item-container .board-list > li,
.board-item-container .inquiry-notice-list > li {display: table; width: 100%; table-layout: fixed; padding: 16px 0; font-size: 14px; line-height: 20px; text-align: center; border-bottom: solid 1px #f4f4f4;}
.board-item-container .board-list > li.inquiry-empty,
.board-item-container .inquiry-notice-list > li.inquiry-empty {font-size: 16px; font-weight: 500; counter-reset: #333; padding: 117px 0; text-align: center; cursor: default;}
.board-inquiry-area {position: relative;}
/* 쿠폰 */
.page_article fieldset {display: block; padding: 0; margin: 0; border: 0;}
.page_article caption, .page_article legend {display: none;}
.section_coupon .coupon_reg {padding: 19px 0 14px 29px; border: solid 1px #ddd;}
.section_coupon legend {border: 0; padding: 0;}
.section_coupon .coupon_reg .reg {overflow: hidden; width: 100%;}
.section_coupon input[type="hidden"] {display: none; appearance: none; background-color: initial; cursor: default; border: initial;}
.section_coupon .coupon_reg .inp {float: left; width: 210px; height: 34px; padding: 0 10px; margin-right: 20px; border: solid 1px #514859; font-size: 12px; color: #000; line-height: 32px; letter-spacing: -.6px;}
.section_coupon .coupon_reg .inp:focus {border: solid 2px #666; border-radius: 2px;}
.section_coupon .coupon_reg .btn {float: left; width: 140px; height: 34px; border: 0; background-color: seagreen; font-size: 12px; color: #fff; line-height: 32px; cursor: pointer;}
.section_coupon [type=submit] {border-radius: 0;}
.section_coupon button {overflow: visible; outline: none; text-transform: none;}
.section_coupon .coupon_reg .notice {padding-top: 13px; font-size: 12px; color: #b3130b; line-height: 18px;}
.section_coupon .coupon_count {overflow: hidden; padding: 33px 0 12px; color: #666; line-height: 18px;}
.section_coupon .coupon_count .ico {float: left; width: 4px; height: 4px; margin-top: 7px; background-color: #514859;}
.section_coupon .coupon_count .txt {float: left; padding-left: 6px; font-size: 12px;}
.section_coupon .coupon_count .count {float: right; padding-right: 8px; font-size: 13px; letter-spacing: -.6px;}
.section_coupon .coupon_count .tit {padding-right: 9px;}
.section_coupon .tbl_type1 {border-bottom: solid 1px #f4f4f4;}
.section_coupon table {border-collapse: collapse; border-spacing: 0;}
.section_coupon td {padding-top: 16px; padding-bottom: 16px; font-size: 14px; color: #000; line-height: 20px; text-align: center;}
.section_coupon colgroup {display: table-column-group;}
.section_coupon thead {display: table-header-group; vertical-align: middle; border-color: inherit;}
/* 개인정보 수정 */
.section_myinfo [type=submit] {border-radius: 0;}
.field_pw .tit {color: rgb(68, 68, 68);}
.member_pw {width: 820px;}
.member_join {margin: 0 auto;}
.member_pw .tit {padding: 0 0 8px; font-weight: 700; font-size: 18px;}
.member_pw .sub {padding-bottom: 20px; font-size: 12px; color: #666; line-height: 17px;}
.member_join .tbl_comm {width: 100%; border-top: solid 2px #333;}
.section_myinfo table {border-collapse: collapse; border-spacing: 0;}
.section_myinfo tbody {display: table-row-group; vertical-align: middle; border-color: inherit;}
.section_myinfo tr {display: table-row; vertical-align: inherit; border-color: inherit;}
.member_join .tbl_comm .fst th {padding-top: 29px;}
.member_pw th {width: 259px; padding-left: 120px;}
.member_join th {width: 159px; padding: 20px 0 0 20px; font-weight: 700; font-size: 14px; color: #333; line-height: 20px; vertical-align: top; text-align: left;}
.member_join .tbl_comm .fst td {padding-top: 19px;}
.member_join td {padding: 10px 0; border-top: 0; font-size: 14px; vertical-align: top; text-align: left;}
.member_join input[type=text], .member_join input[type=password] {width: 332px;}
.type_form textarea, .type_form input[type=text], .type_form input[type=password] {height: 44px; padding: 0 14px; border: solid 1px #ccc; font-size: 14px; color: #333; line-height: 20px; border-radius: 3px; background: #fff; outline: none; vertical-align: top;}
.member_pw tr:last-child th, .member_pw tr:last-child td {padding-bottom: 19px; border-bottom: solid 1px #ddd;}
.member_pw th {width: 259px; padding-left: 120px;}
.member_join th .ico {color: #ee6a7b;}
.member_pw .active {display: block; width: 240px; height: 56px; margin: 40px auto 0; font-size: 16px; line-height: 54px;}
.member_pw a {text-align: center;}
.type_form .btn.active {border: solid 1px seagreen; border-radius: 3px; background-color: seagreen; color: #fff; text-align: center;}
.section_myinfo input:focus {border: solid 1px #666;}
/* -- 비밀번호 일치시 개인정보 수정화면 */
.member_mod {width: 820px;}
.member_mod table {border-collapse: collapse; border-spacing: 0; border-color: grey;}
.member_mod tbody {display: table-row-group; vertical-align: middle; border-color: inherit;}
.member_mod th {width: 259px; padding-left: 120px;}
.member_join .tbl_comm {width: 100%; border-top: solid 2px #333;}
.member_join .ico {color: #ee6a7b;}
.member_mod th .ico {display: none;}
.member_mod th {width: 259px; padding-left: 120px;}
.member_join .txt_guide {display: none; width: 330px;}
.type_form .txt_guide {padding: 10px 0 9px; font-size: 11.5px; color: #666; line-height: 18px; word-break: break-all; letter-spacing: -.1px; clear: both; text-align: justify;}
.type_form .txt_guide .txt {display: block;}
.type_form .square .txt::before {content: '\2022'; display: inline-block; padding: 0 4px 0 2px; font-size: 12px; vertical-align: 0;}
#update_myinfo_box .btn {display: block; width: 100%; height: 44px; border: 0; border-radius: 3px; font-weight: 700; font-size: 14px; line-height: 40px; text-align: center; outline: none;}
#update_myinfo_box .btn.default {border: solid 1px seagreen; background-color: #fff; color: seagreen;}
#update_myinfo_box .btn {display: inline-block; width: 120px; margin-left: 5px; vertical-align: top; cursor: pointer;}
#update_myinfo_box button {overflow: visible; border-radius: 0; color: inherit; font: inherit; margin: 0; text-indent: 0; text-shadow: none;}
.member_join a {background-color: transparent; text-decoration: none; color: inherit;}
.member_join .filed_phone .phone_num input[type=text] {margin: 0;}
.member_join .filed_phone .code_num {position: relative; padding-top: 10px;}
.member_join .select_gender label {display: inline-block; padding: 10px 52px 10px 0; vertical-align: top;}
.code_num {margin-top: 10px;}
.type_form .txt_guide .txt.receive {color: #666;}
.type_form label {font-size: 14px; line-height: 22px;}
.type_form input[type=radio] {position: absolute; z-index: -1; opacity: 0;}
.type_form input[type=checkbox], .type_form input[type=radio] {box-sizing: border-box; padding: 0;}
.type_form input[type=radio] + .ico {display: inline-block; position: relative; width: 24px; height: 24px; margin-right: 12px; border: solid 1px #ddd; background-color: #fff; border-radius: 100%; vertical-align: -7px;}
.type_form input[type=radio]:checked + .ico {border: solid 1px seagreen; background-color: seagreen;}
.type_form input[type=radio]:checked + .ico::after {content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 100%; background-color: #fff;}
.member_mod .check_view {width: 350px;}
.member_join .birth .birth_day {overflow: hidden; width: 332px; padding-left: 18px; border: solid 1px #ccc; border-radius: 3px;}
.member_join .birth .birth_day input[type=text] {float: left; width: 84px; height: 40px; border: 0; text-align: center;}
.member_join .birth .bar {float: left;}
.member_join .birth .bar:after {content: "/"; float: left; width: 22px; height: 100%; font-size: 14px; color: #ccc; line-height: 42px; text-align: center;}
.member_join .check_view {position: relative;}
.member_join .check_view .check_agree {padding: 8px 0;}
.type_form label {font-size: 14px; line-height: 22px;}
.type_form label.label_block {display: block;}
.type_form input[type=checkbox] + .ico {display: inline-block; position: relative; width: 24px; height: 24px; margin-right: 12px; border: 0; background: url("../img/icon/ico_checkbox.png") no-repeat 50% 50%; background-size: 24px 24px; vertical-align: -7px;}
.member_join .check_view .sub {color: #999;}
.member_join .check_view .check_agree {padding: 8px 0;}
.member_join .btn_link {position: absolute; right: 22px; top: 0; padding-top: 10px; font-size: 14px; color: seagreen; line-height: 18px; letter-spacing: 0;}
.member_join .btn_link::after {content: ">"; display: inline-block; margin-top: 0px; width: 6px; height: 9px; background-size: 6px 9px; vertical-align: top;}
.layer_choice {display: none; margin-top: -153.5px;}
.reg_agree .layer {display: none; position: fixed; left: 50%; top: 30%; width: 440px; margin: 0 0 0 -220px; border-radius: 12px; background-color: #fff; z-index: 9999;}
.member_join .reg_agree .inner_layer {position: relative; width: 440px; margin: 0 auto; background-color: #fff;}
.member_join .layer .inner_layer {border-radius: 12px;}
.member_join .reg_agree .in_layer {padding-bottom: 30px;}
.member_join .reg_agree .tit_layer {padding: 25px 88px 8px 30px; font-weight: 700; font-size: 24px; line-height: 40px; color: #333; letter-spacing: -1px;}
.member_join .reg_agree .tit_layer .sub {color: #999;}
.member_join .reg_gree .layer .box_tbl {margin-top: 19px; padding: 0 30px; font-size: 14px; color: #333;}
.member_join .reg_agree .layer_choice .tit1 {width: auto;}
.member_join .reg_agree .layer_choice .tit2 {width: 81px;}
.member_join .reg_agree .layer_choice .tit3 {width: 101px;}
.member_join .reg_agree .box_tbl th {padding: 7px 8px 8px; background-color: #fafafa; border: solid 1px #ddd; border-bottom: 0; font-weight: 700; font-size: 12px; line-height: 18px; text-align: center;}
.member_join .reg_agree .box_tbl td {padding: 9px 4px; border: solid 1px #ddd; font-size: 12px; line-height: 17px; text-align: center; vertical-align: middle;}
.member_join .reg_agree .box_tbl .emph {font-weight: 700; font-size: 13px;}
.member_join .reg_agree .layer .txt_service {margin-top: 20px; padding: 0 30px; font-size: 14px; line-height: 20px; color: #333;}
.member_join .reg_agree .layer .btn_ok {display: block; width: 100%; height: 57px; border: 0; border-top: solid 1px #f7f7f7; border-radius: 6px; background-color: #fff; font-weight: 700; font-size: 16px; color: seagreen; line-height: 32px; letter-spacing: 0;}
.member_join .reg_agree .layer .btn_close {position: absolute; right: 24px; top: 30px; width: 32px; height: 32px; border: 0; background: url("../img/icon/ico_layer_close.png") no-repeat 0 0;}
.reg_agree th, .reg_agree td {border-top: solid 1px #333; border-bottom: solid 1px #f4f4f4;}
.reg_agree .bg_dim {display: none; position: fixed; z-index: 9998; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: .5;}
.type_form input[type=checkbox] {position: absolute; z-index: -1; opacity: 0;}
.type_form input[type=checkbox]:checked + .ico {display: inline-block; position: relative; width: 24px; height: 24px; margin-right: 12px; border: 0; background-color: seagreen; border-radius: 100%; background-size: 24px 24px; vertical-align: -7px;}
.member_join .check_event {overflow: hidden; padding: 3px 0 2px 24px;}
.member_join .check_event .check_agree {float: left; padding-right: 80px;}
.member_join .form_footer {padding-top: 40px; text-align: center;}
#update_myinfo_box .btn.default {border: solid 1px seagreen; background-color: #fff; color: seagreen;}
#update_myinfo_box .btn.active {border: solid 1px seagreen; background-color: seagreen; color: #fff;}
.member_join input::placeholder {color: #ddd;}
/* 주문내역 상세 조회 */
.page_article .head_section .tit {font-weight: 700; font-size: 16px; color: gray; line-height: 24px;}
.page_article .tbl_type2 {border-top: solid 2px #333; border-bottom: solid 1px #f4f4f4;}
.section_orderview .head_section {padding: 63px 0 22px;}
.section_orderview .link_type {position: relative; padding: 0 0 21px;}
.section_orderview .head_section .tit {font-size: 20px; color: #333; letter-spacing: -.4px;}
.section_orderview .link_type .link {position: absolute; right: 1px; top: 5px; font-size: 12px; color: #666; text-align: right;}
.section_orderview .link_type .link a {padding-right: 11px; background-size: 6px 9px; font-size: 12px; color: seagreen; line-height: 22px;}
.section_orderview form {display: block;}
.section_orderview table {border-collapse: collapse; border-spacing: 0; border-color: grey;}
.section_orderview colgroup {display: table-column-group;}
.section_orderview tbody {display: table-row-group; vertical-align: middle; border-color: inherit;}
.section_orderview .tbl_type1 {border-top: solid 2px #333;}
.section_orderview .tbl_type1 .thumb {padding: 25px 0 24px;}
.section_orderview .tbl_type1 td {border-bottom: solid 1px #f4f4f4;}
.section_orderview .tbl_type1 .thumb a {display: block; overflow: hidden; width: 60px; height: 78px; background-color: #f4f4f4; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover;}
.section_orderview .tbl_type1 .info {padding: 20px 0;}
.section_orderview .tbl_type1 .name .link {font-weight: 700; font-size: 16px; color: #333; line-height: 24px;}
.section_orderview .tbl_type1 .desc {padding-top: 9px; line-height: 20px;}
.section_orderview .tbl_type1 .price {padding-right: 5px; font-weight: 700; font-size: 14px; color: #333;}
.section_orderview .tbl_type1 .cost {padding-right: 8px; font-size: 14px; color: #999; text-decoration: line-through;}
.section_orderview .tbl_type1 .ea {font-size: 14px; color: #333;}
.section_orderview .tbl_type1 .ea::before {content: ""; display: inline-block; width: 1px; height: 14px; margin-right: 8px; background-color: #ddd; vertical-align: -2px;}
.section_orderview .tbl_type1 .progress .end,
.section_orderview .tbl_type1 .progress.end {color: #333;}
.section_orderview .tbl_type1 .progress {font-weight: 700; font-size: 16px; color: seagreen; line-height: 24px; text-align: right;}
.section_orderview .tbl_type1 .action {padding-left: 40px;}
.section_orderview .tbl_type1 .btn:first-child {margin-top: 0;}
.section_orderview .tbl_type1 .btn_cart {border: solid 1px seagreen; color: seagreen; cursor: pointer;}
.section_orderview .tbl_type1 .btn {display: block; width: 96px; height: 36px; margin-top: 8px; border-radius: 3px; background-color: #fff; font-weight: 700; font-size: 12px; line-height: 32px; text-align: center; cursor: pointer;}
.section_orderview .order_cancel {padding: 40px 0 0; text-align: center;}
.section_orderview .order_cancel .inner_cancel {display: inline-block; overflow: hidden; padding-left: 12px;}
.section_orderview .order_cancel .inner_cancel .btn_cart {border: solid 1px seagreen; background-color: #fff; color: seagreen;}
.section_orderview .order_cancel .btn {float: left; width: 200px; height: 56px; padding-bottom: 2px; margin-right: 12px; border: solid 1px #ddd; border-radius: 3px; background-color: #fff; font-weight: 700; font-size: 16px; color: #333; line-height: 24px;}
.section_orderview .order_cancel .btn.off {color: #ddd;}
.section_orderview .order_cancel .cancel_notice {padding-top: 39px; font-size: 14px; color: #666; line-height: 20px;}
.section_orderview .order_delivery {padding-top: 65px;}
.section_orderview .tbl_type2 tr:first-child th,
.section_orderview .tbl_type2 tr:first-child td {padding-top: 24px;}
.section_orderview .tbl_type2 th {padding-bottom: 24px; font-size: 16px; color: #666; line-height: 24px; text-align: left; vertical-align: top;}
.section_orderview .tbl_type2 td {font-size: 16px; color: #333; line-height: 24px; vertical-align: top;}
.section_orderview .tbl_type3 td {text-align: right;} | Market_Brokurly/src/main/webapp/resources/css/mypage.css | @charset "UTF-8";
* {user-select: none;}
.main img {border: 0; max-width: 100%;}
.main a {background-color: transparent; text-decoration: none; color: inherit; cursor: pointer;}
.main ol, .main ul {list-style-type: none;}
.main body {line-height: 1; letter-spacing: -.05em; color: #4c4c4c; font-size: 12px; margin: 0; display: block;}
.main {border-bottom: solid 1px #f7f7f7;}
.main div, .main th, .main td, .main li, .main dt, .main dd, .main p {word-break: break-all;}
.main div {display: block;}
.main *, .main *::after, .main *::before {box-sizing: border-box; margin: 0; padding: 0; user-select: none;}
.main .content {min-width: 1050px; padding-bottom: 120px; position: relative;}
.main .mypage_top {width: 100%; padding: 50px 0; margin-bottom: -20px; background-color: #f7f7f7;}
.main .top1 {background-color: #f7f7f7;}
.main .page_article {margin: 0 auto;}
.main .btn {cursor: pointer;}
/* 등급별 추가할 스타일 지정 */
/* 웰컴 */
.class0 {border: solid 1px rgb(123, 145, 132); background-color: #fff; color: rgb(123, 145, 132);}
/* 일반 */
.class1 {border: solid 1px darkseagreen; background-color: #fff; color: darkseagreen;}
/* 프렌즈 */
.class2 {border: solid 1px rgb(132, 240, 179); background-color: #fff; color: rgb(132, 240, 179);}
/* 그린 */
.class3 {border: solid 1px rgb(101, 209, 148); background-color: #fff; color: rgb(101, 209, 148);}
/* 아스파라거스 */
.class4 {border: solid 1px rgb(77, 173, 119); background-color: #fff; color: rgb(77, 173, 119);}
/* 브로컬리 */
.class5 {border: solid 1px seagreen; background-color: #fff; color: seagreen;}
.screen_out {display: block; overflow: hidden; position: absolute; left: -9999px; width: 1px; height: 300px; font-size: 0; line-height: 0; text-align: -9999px; margin-block-start: 0.83em; margin-block-end: 0.83em; margin-inline-start: 0px; margin-inline-end: 0px;}
.mypage_top .mypagetop_user {overflow: hidden; width: 1050px; margin: 0 auto;}
.mypage_top .inner_mypagetop {overflow: hidden; width: 100%; display: flex; align-items: stretch;}
.mypage_top .grade_user {width: 362px; padding: 30px; background-color: #fff;}
.mypage_top .grade_wrap {display: flex; align-items: center;}
.mypage_top .grade_wrap .grade_logo {width: 48px; height: 48px; display: flex; justify-content: center; align-items: center; border-radius: 3px; border: solid 1px gery; font-size: 14px; color: gery;}
.mypage_top .grade_wrap .name {margin-left: 20px; font-size: 20px;}
.mypage_top .name {overflow: hidden; float: left; max-width: 263px; color: #333; line-height: 28px; white-space: nowrap; text-overflow: ellipsis;}
.mypage_top .grade_benefit {overflow: hidden; margin-top: 16px;}
.mypage_top .grade_user .benefit {padding-top: 4px;}
.mypage_top .benefit {font-size: 14px; line-height: 18px; color: #333;}
.mypage_top .benefit .tit {color: seagreen;}
.mypage_top .next {display: flex; align-items: center; justify-content: center; margin-top: 18px;}
.mypage_top .next a {height: 30px; padding-top: 4px; border: solid 1px #f4f4f3; border-radius: 15px; background-color: #f4f4f4; font-size: 12px; color: #333; line-height: 18px; text-align: center;}
.mypage_top .next a:not(:first-of-type) {margin-left: 10px;}
.mypage_top .total_grade {width: 121px;}
.mypage_top .next_month {width: 169px;}
.mypage_top .list_mypage {display: flex; flex-grow: 1; flex-direction: column; margin-left: 4px;}
.mypage_top .list_mypage .list {display: flex; overflow: hidden; width: 100%; height: 100%;}
.mypage_top .list_mypage .link_wrap {flex-grow: 1; width: 168px; background-color: #fff; padding: 26px 0 30px 30px; display: flex; flex-direction: column;}
.mypage_top .list_mypage .link_wrap:not(:last-of-type) {flex-grow: 1; margin-right: 4px;}
.mypage_top .list_mypage .link_wrap .link_title {font-size: 14px; font-weight: 500; display: flex; align-items: center; color: #333; position: relative;}
.mypage_top .list_mypage .link_wrap .link_title .arrow_right {width: 28px;}
.mypage_top .list_mypage .link_wrap .spacer {flex-grow: 2;}
.mypage_top .list_mypage .link_wrap .info {font-weight: 700; font-size: 20px; color: seagreen; line-height: 28px; flex-grow: 3; position: relative;}
.mypage_top .list_mypage .link_wrap .info .expire {position: absolute; font-size: 12px; color: #999; top: 32px; left: 0;}
.mypage_top .bnr_event {display: block; overflow: hidden; width: 100%; height: 60px; margin-top: 20px; background-image: url("../img/icon/ico_event_bnr.png"); background-size: 1050px 60px; background-repeat: no-repeat; background-position: 50% 50%;}
.page_article {width: 1050px; margin: 0 auto;}
.page_article * {font-weight: 400;}
.page_article.article_type2 {padding-top: 65px;}
.page_article.article_type2::after {content: ""; display: block; overflow: hidden; width: 100%; clear: both;}
#snb {float: left; width: 200px;}
#snb .tit_snb {padding: 8px 0 33px 1px; font-weight: 700; font-size: 30px; line-height: 34px; color: #333; letter-spacing: -.5px;}
#snb .inner_snb {border: solid 1px #f2f2f2; border-bottom: 0;}
#snb .list_menu li {display: list-item; border-bottom: solid 1px #f2f2f2;}
#snb .list_menu li a {display: block; overflow: hidden; padding: 15px 0 15px 20px; background: #fff url("../img/icon/ico_arrow_6x11.png") no-repeat 174px 52%; background-size: 6px 11px; font-size: 14px; color: #666; line-height: 20px; letter-spacing: -.3px;}
#snb .list_menu li.on a, #snb .list_menu li a:hover {background: #fafafa url("../img/icon/ico_mypage_arrow_on.png") no-repeat 174px 52%; background-size: 6px 11px; font-weight: 700; color: seagreen;}
#snb .link_inquire {display: block; overflow: hidden; width: 200px; height: 60px; margin-top: 20px; padding: 9px 0 0 21px; border-radius: 0 100px 100px 0; background: #fafafa url("../img/icon/ico_mypage_arrow_on.png") no-repeat 174px 25px; background-size: 6px 11px; font-size: 12px; color: #333; line-height: 20px;}
#snb .link_inquire .emph {display: block; padding-bottom: 1px; font-weight: 700; font-size: 14px;}
.page_article.article_type2 .page_section {float: right; width: 820px;}
.page_article .head_article {padding: 5px 0 34px;}
.page_article .head_article .tit {height: 36px; font-weight: 700; font-size: 24px; line-height: 36px; color: #333; letter-spacing: -.5px;}
.page_article .head_article .tit_sub {padding-left: 11px; font-size: 14px; color: #999; line-height: 20px; letter-spacing: -.3px; vertical-align: 3px;}
.screen_out {display: block; overflow: hidden; position: absolute; left: -9999px; width: 1px; height: 1px; font-size: 0; line-height: 0; text-indent: -9999px;}
.search_date {position: relative; z-index: 1;}
.search_date .btn_layer {overflow: hidden; position: absolute; right: 0; top: -74px; width: 157px; height: 44px; padding: 11px 0 0 15px; border: solid 1px #ddd; font-size: 14px; color: #666; line-height: 18px; letter-spacing: -.5px;}
.search_date .btn_layer::after {content: "▼"; position: absolute; left: 128px; top: 10px; width: 12px; background-size: 12px 8px;}
.search_date .btn_layer.on::after {transform: rotate(-180deg);}
.search_date .layer_search {display: none; position: absolute; right: 0; top: -30px; width: 157px; border: solid 1px #dddfe1; border-top: 0;}
.search_date .layer_search a {display: block; overflow: hidden; height: 32px; padding: 7px 0 0 8px; font-size: 12px; color: #666; line-height: 18px; letter-spacing: -.2px;}
.search_date .layer_search li:first-child {border-top: 0;}
.search_date .layer_search li {background-color: #fff; border-top: solid 1px #dddfe1;}
.search_date .layer-search li > a:hover {background-color: #f7f7f7;}
.search_date .layer_search a.on {background-color: #f7f7f7;}
.section_orderlist .list_order {padding-top: 10px; border-top: solid 2px #333;}
.section_orderlist .list_order .date {padding-top: 20px; font-size: 16px; line-height: 24px; font-weight: 700; color: #666;}
/* 주문 내역이 없을 때 나타나는 스타일 */
.section_orderlist .list_order .no_data {border-bottom: solid 1px #dddfe1;}
.page_article .no_data {padding: 50px 0; font-size: 13px; color: #757575; text-align: center;}
/* 주문 건수가 있을 때 나타나는 스타일 */
.section_orderlist .list_order .order_goods {position: relative; margin-top: 10px; padding: 0 20px; border: solid 1px #dddfe1;}
.section_orderlist .list_order .name {padding: 20px 0 13px; border-bottom: solid 1px #dddfe1;}
.section_orderlist .list_order .name a {display: block; overflow: hidden; background: url("../img/icon/ico_arrow_10x15.png") no-repeat 100% 1px; font-size: 16px; line-height: 24px; font-weight: 700; color: #000; cursor: pointer;}
.section_orderlist .list_order .order_info {overflow: hidden; padding: 14px 0 20px;}
.section_orderlist .list_order .thumb {float: left; width: 60px; margin-right: 20px;}
.section_orderlist .list_order .thumb img {width: 60px; height: auto;}
.section_orderlist .list_order .desc {overflow: hidden; padding-top: 1px;}
.section_orderlist .list_order .order_info dl {overflow: hidden; padding-top: 6px;}
.section_orderlist .list_order .order_info dl:first-child {padding-top: 3px;}
.section_orderlist .list_order .order_info dt {float: left; padding-right: 15px; font-size: 12px; color: #000; line-height: 20px;}
.section_orderlist .list_order .order_info dd {float: left; font-size: 14px; line-height: 20px; font-weight: 700; color: #000;}
.section_orderlist .list_order .order_info .end {color: #514859;}
.section_orderlist .list_order .order_info .status {color: seagreen;}
.section_orderlist .list_order .order_status {display: table; position: absolute; right: 20px; bottom: 0; height: 114px; vertical-align: middle;}
.section_orderlist .list_order .inner_status {display: table-cell; vertical-align: middle;}
.section_orderlist .list_order .order_status .link {display: block; width: 100px; height: 34px; border: solid 1px seagreen; background-color: #fff; font-size: 12px; color: seagreen; line-height: 32px; text-align: center; cursor: pointer;}
/* 배송지 관리 */
.section_destination .new_address {position: relative;}
.section_destination .new_address .btn {position: absolute; right: 3px; bottom: 7px; border: 0 none; background-color: #fff; font-weight: 700; font-size: 16px; color: #333; line-height: 24px; letter-spacing: -0.5px; text-align: right;}
.section_destination button {outline: none; text-transform: none; overflow: visible; border-radius: 0; font: inherit; margin: 0; padding: 0; text-rendering: auto; text-indent: 0px; display: inline-block; align-items: flex-start; max-width: 100%; cursor: pointer;}
.section_destination table {display: table; border-collapse: collapse; border-spacing: 0; border-color: grey; text-indent: initial;}
.section_destination thead {display: table-header-group; vertical-align: middle; border-color: inherit;}
.section_destination tbody {display: table-row-group; vertical-align: middle; border-color: inherit;}
.section_destination tr {display: table-row; vertical-align: inherit; border-color: inherit;}
.section_destination .tbl_type1 {border-bottom: solid 1px #f4f4f4;}
.section_destination .type_select .tit_select {display: table-cell;}
.section_destination .tbl_type1 .tit_select {width: 60px;}
.section_destination .tbl_type1 th {padding: 17px 0 20px; vertical-align: top;}
.page_article .tbl {width: 100%;}
.page_article .tbl_type1 th {padding: 20px 0; border-top: solid 2px #333; font-weight: 700; font-size: 14px; line-height: 20px; color: #333; letter-spacing: -.5px;}
.page_article .tbl th, .page_article .tbl td {word-break: break-all;}
.section_destination .type_select .tit_address {padding-left: 0; text-indent: -8px;}
.section_destination .tbl_type1 .tit_address {width: auto; padding-left: 10px;}
.section_destination .tbl_type1 .tit_receive {width: 120px;}
.section_destination .tbl_type1 .tit_phone {width: 100px;}
.section_destination .tbl_type1 .tit_delivery {width: 100px;}
.section_destination .tbl_type1 .tit_modify {width: 60px;}
.section_destination .tbl_type1 th {padding: 17px 0 20px; vertical-align: top;}
.section_destination .tbl_type1 tr:first-child td,
.section_destination .tbl_type1 td {height: 90px; font-size: 14px; color: #333; line-height: 22px; letter-spacing: -0.4px; vertical-align: middle; text-align: center;}
.section_destination .tbl_type1 tr:first-child td {border-top: solid 1px #333;}
.section_destination .type_select .select {display: table-cell;}
.type_radio label {font-size: 14px; line-height: 22px;}
.type_radio input[type="radio"] {position: absolute; z-index: -1; opacity: 0;}
.type_radio input[type="radio"] + .ico {display: inline-block; position: relative; width: 24px; height: 24px; border: 0 none; background: url("../img/icon/ico_mypage_checkbox.png") no-repeat 50% 50%; background-size: 24px 24px;}
.type_radio input[type="radio"]:checked + .ico {background: url("../img/icon/ico_mypage_checkbox_checked.png") no-repeat 50% 50%; background-size: 24px 24px;}
.section_destination input[type=checkbox], .section_destination input[type=radio] {box-sizing: border-box; padding: 0;}
.section_destination .tbl_type1 .type_radio input[type="radio"] + .ico {margin: 0; vertical-align: middle;}
.section_destination .type_select .address {padding-left: 2px;}
.section_destination .tbl_type1 .address {padding: 20px 10px 20px 20px;}
.section_destination .tbl_type1 .badge_default {display: block; width: 74px; height: 22px; margin-bottom: 7px; border-radius: 11px; background-color: #f7f7f7; font-weight: 700; font-size: 12px; color: #666; line-height: 22px; letter-spacing: 0; text-align: center;}
.section_destination .tbl_type1 .addr {padding: 0; font-size: 16px; color: #333; line-height: 24px; letter-spacing: -0.3px; text-align: left; word-break: break-all;}
.section_destination .tbl_type1 .star {color: seagreen;}
.section_destination .tbl_type1 .modify {width: 24px; height: 24px; border: 0 none; background: url("../img/icon/ico_modify.png") no-repeat 50% 50%; font-size: 0; line-height: 0;}
/* 적립금 */
.page_article caption, .page_article legend {display: none;}
.section_point colgroup {display: table-column-group;}
.section_point table {border-collapse: collapse; border-spacing: 0; text-indent: initial;}
.section_point thead {display: table-header-group; vertical-align: middle; border-color: inherit;}
.section_point tbody {display: table-row-group; vertical-align: middle; border-color: inherit;}
.section_point tr {display: table-row; vertical-align: inherit; border-color: inherit;}
.section_point td {padding-top: 16px; padding-bottom: 16px; font-size: 14px; color: #000; line-height: 20px; text-align: center;}
.section_point .point_header {overflow: hidden; height: 100px; border: solid 1px #ddd;}
.section_point .point_header .tit {float: left; padding: 38px 0 0 60px; font-size: 14px; color: #000; line-height: 20px;}
.section_point .point_header .point_view {float: left; width: 409px; border-right: solid 1px #ddd;}
.section_point .point_header .point {float: right; width: 260px; padding: 34px 59px 36px 0; font-size: 20px; line-height: 30px; font-weight: 700; color: seagreen; text-align: right;}
.section_point .point {font-weight: 700; color: seagreen;}
.section_point .point.minus {color: #9b9b9b;}
.section_point .point_header .num {float: right; width: 200px; padding: 34px 58px 36px 0; font-size: 20px; line-height: 30px; font-weight: 700; color: seagreen; text-align: right;}
.section_point .point_header .won {font-weight: 700;}
.section_point .point_header .disappear {float: left; width: 408px;}
.section_point .point_header .subject.no_day {padding-top: 38px;}
.section_point .point_header .subject {float: left; padding: 29px 0 0 60px; font-size: 14px; color: #000; line-height: 20px;}
.section_point .tbl_type1 {margin-top: 40px;}
.section_point .info {padding-left: 20px; text-align: left;}
.section_point th.info {padding-left: 20px; text-align: left;}
.section_point tr:last-child td {border-bottom: solid 1px #ddd;}
.section_point tr:first-child td {border-top: solid 2px #ddd;}
.page_article .tbl_type1 tr:first-child td {border-top: solid 1px #333;}
/* 상품 후기 */
.section_review p {word-break: break-all;}
.section_review .review_notice {font-size: 14px; color: #999; line-height: 22px; letter-spacing: -.3px;}
.section_review .review_notice b {font-weight: 700;}
.section_review .tab_menu {overflow: hidden; padding-top: 30px;}
.section_review .tab_menu li {float: left; width: 410px; height: 50px; background-color: #fff;}
.section_review .tab_menu .on a {border-bottom: solid 2px seagreen; font-weight: 700; color: seagreen;}
.section_review .tab_menu a {display: block; overflow: hidden; width: 100%; height: 100%; border: solid 1px #dddfe1; font-size: 14px; color: #666; line-height: 44px; text-align: center;}
.section_review .list_before {padding-top: 10px;}
.section_review .list_after {padding-top: 10px;}
.section_review .list_after li.no_data, .section_review .list_before .no_data {padding: 50px 0; border: 0;}
.section_review .after_view {display: none;}
/* 상품 문의 */
.section_review .head_article {padding-bottom: 20px;}
.board-container {height: 100%;}
.board-header-container {padding-bottom: 38px;}
.list-description {font-size: 14px; line-height: 24px; font-weight: 400; color: #999;}
.list-description li {padding-left: 12px;}
.list-description li:before {display: inline-block; width: 2px; height: 2px; margin: 11px 6px 0 -10px; background: #999; vertical-align: top; content: "";}
.list-description a {background-color: transparent; font-weight: 700; color: #999; text-decoration: underline;}
.board-item-container .my_brokurly {width: 820px;}
.board-item-container {position: relative; border-top: solid 2px #333;}
.board-item-container .inquiry-board-header {display: table; table-layout: fixed; border-bottom: solid 1px #333;}
.board-item-container .inquiry-board-header > div {display: table-cell; text-align: center; padding: 18px 0 20px; width: 100px; font-size: 14px; line-height: 20px; font-weight: 700; letter-spacing: -.5px; color: #333;}
.board-item-container.my_brokurly .inquiry-board-header div:nth-child(2) {padding-right: 20px; box-sizing: border-box;}
.board-item-container .board-list, .board-item-container .inquiry-notice-list {position: relative;}
.board-item-container .board-list > li,
.board-item-container .inquiry-notice-list > li {display: table; width: 100%; table-layout: fixed; padding: 16px 0; font-size: 14px; line-height: 20px; text-align: center; border-bottom: solid 1px #f4f4f4;}
.board-item-container .board-list > li.inquiry-empty,
.board-item-container .inquiry-notice-list > li.inquiry-empty {font-size: 16px; font-weight: 500; counter-reset: #333; padding: 117px 0; text-align: center; cursor: default;}
.board-inquiry-area {position: relative;}
/* 쿠폰 */
.page_article fieldset {display: block; padding: 0; margin: 0; border: 0;}
.page_article caption, .page_article legend {display: none;}
.section_coupon .coupon_reg {padding: 19px 0 14px 29px; border: solid 1px #ddd;}
.section_coupon legend {border: 0; padding: 0;}
.section_coupon .coupon_reg .reg {overflow: hidden; width: 100%;}
.section_coupon input[type="hidden"] {display: none; appearance: none; background-color: initial; cursor: default; border: initial;}
.section_coupon .coupon_reg .inp {float: left; width: 210px; height: 34px; padding: 0 10px; margin-right: 20px; border: solid 1px #514859; font-size: 12px; color: #000; line-height: 32px; letter-spacing: -.6px;}
.section_coupon .coupon_reg .inp:focus {border: solid 2px #666; border-radius: 2px;}
.section_coupon .coupon_reg .btn {float: left; width: 140px; height: 34px; border: 0; background-color: seagreen; font-size: 12px; color: #fff; line-height: 32px; cursor: pointer;}
.section_coupon [type=submit] {border-radius: 0;}
.section_coupon button {overflow: visible; outline: none; text-transform: none;}
.section_coupon .coupon_reg .notice {padding-top: 13px; font-size: 12px; color: #b3130b; line-height: 18px;}
.section_coupon .coupon_count {overflow: hidden; padding: 33px 0 12px; color: #666; line-height: 18px;}
.section_coupon .coupon_count .ico {float: left; width: 4px; height: 4px; margin-top: 7px; background-color: #514859;}
.section_coupon .coupon_count .txt {float: left; padding-left: 6px; font-size: 12px;}
.section_coupon .coupon_count .count {float: right; padding-right: 8px; font-size: 13px; letter-spacing: -.6px;}
.section_coupon .coupon_count .tit {padding-right: 9px;}
.section_coupon .tbl_type1 {border-bottom: solid 1px #f4f4f4;}
.section_coupon table {border-collapse: collapse; border-spacing: 0;}
.section_coupon td {padding-top: 16px; padding-bottom: 16px; font-size: 14px; color: #000; line-height: 20px; text-align: center;}
.section_coupon colgroup {display: table-column-group;}
.section_coupon thead {display: table-header-group; vertical-align: middle; border-color: inherit;}
/* 개인정보 수정 */
.section_myinfo [type=submit] {border-radius: 0;}
.field_pw .tit {color: rgb(68, 68, 68);}
.member_pw {width: 820px;}
.member_join {margin: 0 auto;}
.member_pw .tit {padding: 0 0 8px; font-weight: 700; font-size: 18px;}
.member_pw .sub {padding-bottom: 20px; font-size: 12px; color: #666; line-height: 17px;}
.member_join .tbl_comm {width: 100%; border-top: solid 2px #333;}
.section_myinfo table {border-collapse: collapse; border-spacing: 0;}
.section_myinfo tbody {display: table-row-group; vertical-align: middle; border-color: inherit;}
.section_myinfo tr {display: table-row; vertical-align: inherit; border-color: inherit;}
.member_join .tbl_comm .fst th {padding-top: 29px;}
.member_pw th {width: 259px; padding-left: 120px;}
.member_join th {width: 159px; padding: 20px 0 0 20px; font-weight: 700; font-size: 14px; color: #333; line-height: 20px; vertical-align: top; text-align: left;}
.member_join .tbl_comm .fst td {padding-top: 19px;}
.member_join td {padding: 10px 0; border-top: 0; font-size: 14px; vertical-align: top; text-align: left;}
.member_join input[type=text], .member_join input[type=password] {width: 332px;}
.type_form textarea, .type_form input[type=text], .type_form input[type=password] {height: 44px; padding: 0 14px; border: solid 1px #ccc; font-size: 14px; color: #333; line-height: 20px; border-radius: 3px; background: #fff; outline: none; vertical-align: top;}
.member_pw tr:last-child th, .member_pw tr:last-child td {padding-bottom: 19px; border-bottom: solid 1px #ddd;}
.member_pw th {width: 259px; padding-left: 120px;}
.member_join th .ico {color: #ee6a7b;}
.member_pw .active {display: block; width: 240px; height: 56px; margin: 40px auto 0; font-size: 16px; line-height: 54px;}
.member_pw a {text-align: center;}
.type_form .btn.active {border: solid 1px seagreen; border-radius: 3px; background-color: seagreen; color: #fff; text-align: center;}
.section_myinfo input:focus {border: solid 1px #666;}
/* -- 비밀번호 일치시 개인정보 수정화면 */
.member_mod {width: 820px;}
.member_mod table {border-collapse: collapse; border-spacing: 0; border-color: grey;}
.member_mod tbody {display: table-row-group; vertical-align: middle; border-color: inherit;}
.member_mod th {width: 259px; padding-left: 120px;}
.member_join .tbl_comm {width: 100%; border-top: solid 2px #333;}
.member_join .ico {color: #ee6a7b;}
.member_mod th .ico {display: none;}
.member_mod th {width: 259px; padding-left: 120px;}
.member_join .txt_guide {display: none; width: 330px;}
.type_form .txt_guide {padding: 10px 0 9px; font-size: 11.5px; color: #666; line-height: 18px; word-break: break-all; letter-spacing: -.1px; clear: both; text-align: justify;}
.type_form .txt_guide .txt {display: block;}
.type_form .square .txt::before {content: '\2022'; display: inline-block; padding: 0 4px 0 2px; font-size: 12px; vertical-align: 0;}
#update_myinfo_box .btn {display: block; width: 100%; height: 44px; border: 0; border-radius: 3px; font-weight: 700; font-size: 14px; line-height: 40px; text-align: center; outline: none;}
#update_myinfo_box .btn.default {border: solid 1px seagreen; background-color: #fff; color: seagreen;}
#update_myinfo_box .btn {display: inline-block; width: 120px; margin-left: 5px; vertical-align: top; cursor: pointer;}
#update_myinfo_box button {overflow: visible; border-radius: 0; color: inherit; font: inherit; margin: 0; text-indent: 0; text-shadow: none;}
.member_join a {background-color: transparent; text-decoration: none; color: inherit;}
.member_join .filed_phone .phone_num input[type=text] {margin: 0;}
.member_join .filed_phone .code_num {position: relative; padding-top: 10px;}
.member_join .select_gender label {display: inline-block; padding: 10px 52px 10px 0; vertical-align: top;}
.code_num {margin-top: 10px;}
.type_form .txt_guide .txt.receive {color: #666;}
.type_form label {font-size: 14px; line-height: 22px;}
.type_form input[type=radio] {position: absolute; z-index: -1; opacity: 0;}
.type_form input[type=checkbox], .type_form input[type=radio] {box-sizing: border-box; padding: 0;}
.type_form input[type=radio] + .ico {display: inline-block; position: relative; width: 24px; height: 24px; margin-right: 12px; border: solid 1px #ddd; background-color: #fff; border-radius: 100%; vertical-align: -7px;}
.type_form input[type=radio]:checked + .ico {border: solid 1px seagreen; background-color: seagreen;}
.type_form input[type=radio]:checked + .ico::after {content: ""; position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 100%; background-color: #fff;}
.member_mod .check_view {width: 350px;}
.member_join .birth .birth_day {overflow: hidden; width: 332px; padding-left: 18px; border: solid 1px #ccc; border-radius: 3px;}
.member_join .birth .birth_day input[type=text] {float: left; width: 84px; height: 40px; border: 0; text-align: center;}
.member_join .birth .bar {float: left;}
.member_join .birth .bar:after {content: "/"; float: left; width: 22px; height: 100%; font-size: 14px; color: #ccc; line-height: 42px; text-align: center;}
.member_join .check_view {position: relative;}
.member_join .check_view .check_agree {padding: 8px 0;}
.type_form label {font-size: 14px; line-height: 22px;}
.type_form label.label_block {display: block;}
.type_form input[type=checkbox] + .ico {display: inline-block; position: relative; width: 24px; height: 24px; margin-right: 12px; border: 0; background: url("../img/icon/ico_checkbox.png") no-repeat 50% 50%; background-size: 24px 24px; vertical-align: -7px;}
.member_join .check_view .sub {color: #999;}
.member_join .check_view .check_agree {padding: 8px 0;}
.member_join .btn_link {position: absolute; right: 22px; top: 0; padding-top: 10px; font-size: 14px; color: seagreen; line-height: 18px; letter-spacing: 0;}
.member_join .btn_link::after {content: ">"; display: inline-block; margin-top: 0px; width: 6px; height: 9px; background-size: 6px 9px; vertical-align: top;}
.layer_choice {display: none; margin-top: -153.5px;}
.reg_agree .layer {display: none; position: fixed; left: 50%; top: 30%; width: 440px; margin: 0 0 0 -220px; border-radius: 12px; background-color: #fff; z-index: 9999;}
.member_join .reg_agree .inner_layer {position: relative; width: 440px; margin: 0 auto; background-color: #fff;}
.member_join .layer .inner_layer {border-radius: 12px;}
.member_join .reg_agree .in_layer {padding-bottom: 30px;}
.member_join .reg_agree .tit_layer {padding: 25px 88px 8px 30px; font-weight: 700; font-size: 24px; line-height: 40px; color: #333; letter-spacing: -1px;}
.member_join .reg_agree .tit_layer .sub {color: #999;}
.member_join .reg_gree .layer .box_tbl {margin-top: 19px; padding: 0 30px; font-size: 14px; color: #333;}
.member_join .reg_agree .layer_choice .tit1 {width: auto;}
.member_join .reg_agree .layer_choice .tit2 {width: 81px;}
.member_join .reg_agree .layer_choice .tit3 {width: 101px;}
.member_join .reg_agree .box_tbl th {padding: 7px 8px 8px; background-color: #fafafa; border: solid 1px #ddd; border-bottom: 0; font-weight: 700; font-size: 12px; line-height: 18px; text-align: center;}
.member_join .reg_agree .box_tbl td {padding: 9px 4px; border: solid 1px #ddd; font-size: 12px; line-height: 17px; text-align: center; vertical-align: middle;}
.member_join .reg_agree .box_tbl .emph {font-weight: 700; font-size: 13px;}
.member_join .reg_agree .layer .txt_service {margin-top: 20px; padding: 0 30px; font-size: 14px; line-height: 20px; color: #333;}
.member_join .reg_agree .layer .btn_ok {display: block; width: 100%; height: 57px; border: 0; border-top: solid 1px #f7f7f7; border-radius: 6px; background-color: #fff; font-weight: 700; font-size: 16px; color: seagreen; line-height: 32px; letter-spacing: 0;}
.member_join .reg_agree .layer .btn_close {position: absolute; right: 24px; top: 30px; width: 32px; height: 32px; border: 0; background: url("../img/icon/ico_layer_close.png") no-repeat 0 0;}
.reg_agree th, .reg_agree td {border-top: solid 1px #333; border-bottom: solid 1px #f4f4f4;}
.reg_agree .bg_dim {display: none; position: fixed; z-index: 9998; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: .5;}
.type_form input[type=checkbox] {position: absolute; z-index: -1; opacity: 0;}
.type_form input[type=checkbox]:checked + .ico {display: inline-block; position: relative; width: 24px; height: 24px; margin-right: 12px; border: 0; background-color: seagreen; border-radius: 100%; background-size: 24px 24px; vertical-align: -7px;}
.member_join .check_event {overflow: hidden; padding: 3px 0 2px 24px;}
.member_join .check_event .check_agree {float: left; padding-right: 80px;}
.member_join .form_footer {padding-top: 40px; text-align: center;}
#update_myinfo_box .btn.default {border: solid 1px seagreen; background-color: #fff; color: seagreen;}
#update_myinfo_box .btn.active {border: solid 1px seagreen; background-color: seagreen; color: #fff;}
.member_join input::placeholder {color: #ddd;}
/* 주문내역 상세 조회 */
.page_article .head_section .tit {font-weight: 700; font-size: 16px; color: gray; line-height: 24px;}
.page_article .tbl_type2 {border-top: solid 2px #333; border-bottom: solid 1px #f4f4f4;}
.section_orderview .head_section {padding: 63px 0 22px;}
.section_orderview .link_type {position: relative; padding: 0 0 21px;}
.section_orderview .head_section .tit {font-size: 20px; color: #333; letter-spacing: -.4px;}
.section_orderview .link_type .link {position: absolute; right: 1px; top: 5px; font-size: 12px; color: #666; text-align: right;}
.section_orderview .link_type .link a {padding-right: 11px; background-size: 6px 9px; font-size: 12px; color: seagreen; line-height: 22px;}
.section_orderview form {display: block;}
.section_orderview table {border-collapse: collapse; border-spacing: 0; border-color: grey;}
.section_orderview colgroup {display: table-column-group;}
.section_orderview tbody {display: table-row-group; vertical-align: middle; border-color: inherit;}
.section_orderview .tbl_type1 {border-top: solid 2px #333;}
.section_orderview .tbl_type1 .thumb {padding: 25px 0 24px;}
.section_orderview .tbl_type1 td {border-bottom: solid 1px #f4f4f4;}
.section_orderview .tbl_type1 .thumb a {display: block; overflow: hidden; width: 60px; height: 78px; background-color: #f4f4f4; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover;}
.section_orderview .tbl_type1 .info {padding: 20px 0;}
.section_orderview .tbl_type1 .name .link {font-weight: 700; font-size: 16px; color: #333; line-height: 24px;}
.section_orderview .tbl_type1 .desc {padding-top: 9px; line-height: 20px;}
.section_orderview .tbl_type1 .price {padding-right: 5px; font-weight: 700; font-size: 14px; color: #333;}
.section_orderview .tbl_type1 .cost {padding-right: 8px; font-size: 14px; color: #999; text-decoration: line-through;}
.section_orderview .tbl_type1 .ea {font-size: 14px; color: #333;}
.section_orderview .tbl_type1 .ea::before {content: ""; display: inline-block; width: 1px; height: 14px; margin-right: 8px; background-color: #ddd; vertical-align: -2px;}
.section_orderview .tbl_type1 .progress .end,
.section_orderview .tbl_type1 .progress.end {color: #333;}
.section_orderview .tbl_type1 .progress {font-weight: 700; font-size: 16px; color: seagreen; line-height: 24px; text-align: right;}
.section_orderview .tbl_type1 .action {padding-left: 40px;}
.section_orderview .tbl_type1 .btn:first-child {margin-top: 0;}
.section_orderview .tbl_type1 .btn_cart {border: solid 1px seagreen; color: seagreen; cursor: pointer;}
.section_orderview .tbl_type1 .btn {display: block; width: 96px; height: 36px; margin-top: 8px; border-radius: 3px; background-color: #fff; font-weight: 700; font-size: 12px; line-height: 32px; text-align: center; cursor: pointer;}
.section_orderview .order_cancel {padding: 40px 0 0; text-align: center;}
.section_orderview .order_cancel .inner_cancel {display: inline-block; overflow: hidden; padding-left: 12px;}
.section_orderview .order_cancel .inner_cancel .btn_cart {border: solid 1px seagreen; background-color: #fff; color: seagreen;}
.section_orderview .order_cancel .btn {float: left; width: 200px; height: 56px; padding-bottom: 2px; margin-right: 12px; border: solid 1px #ddd; border-radius: 3px; background-color: #fff; font-weight: 700; font-size: 16px; color: #333; line-height: 24px;}
.section_orderview .order_cancel .btn.off {color: #ddd;}
.section_orderview .order_cancel .cancel_notice {padding-top: 39px; font-size: 14px; color: #666; line-height: 20px;}
.section_orderview .order_delivery {padding-top: 65px;}
.section_orderview .tbl_type2 tr:first-child th,
.section_orderview .tbl_type2 tr:first-child td {padding-top: 24px;}
.section_orderview .tbl_type2 th {padding-bottom: 24px; font-size: 16px; color: #666; line-height: 24px; text-align: left; vertical-align: top;}
.section_orderview .tbl_type2 td {font-size: 16px; color: #333; line-height: 24px; vertical-align: top;}
.section_orderview .tbl_type3 td {text-align: right;} | 0.324985 | 0.062531 |
.packHeader{
text-align:center;
height:60px;
background-color:#d9e2e6;
font-family:Arial, Helvetica, sans-serif;
font-size:26px;
padding-top:25px;
margin-bottom:30px;
text-align: left;
padding-left: 20px;
}
.title{
position: absolute;
padding-left:20px;
padding-top:5px;
}
.browseCont{
width:500px;
height:75px;
border-bottom:1px dashed #ccc;
}
.calcCont{
float:left;
width:500px;
height:auto;
margin-top:20px;
padding-bottom:15px;
border-bottom:1px dashed #ccc;
}
.clearBtn{
width:150px!important;
height:40px!important;
background-color:#6d98ab!important;
border:0!important;
font-size:16px!important;
color:#fff!important;
font-family: Arial, Helvetica, sans-serif!important;
margin-top:15px!important;
cursor: pointer;
}
.clearBtnCont{
float:left;
}
.calcBtn{
width:150px!important;
height:40px!important;
background-color:#e7921c!important;
border:0!important;
font-size:16px!important;
color:#fff!important;
margin-top:60px!important;
font-family: Arial, Helvetica, sans-serif!important;
cursor: pointer;
}
.calcBtnCont{
vertical-align:bottom;
float:left;
}
.leftCont{
float:left;
width:240px;
}
.selectF{
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#4d7c90;
}
.myFile{
margin-top:10px;
margin-left:10px;
width:200px;
}
.paddTop{
padding-top:5px
}
.maxHeight{
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#df6900
}
.PalLine{
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#df6900;
padding-left:10px;
}
.MaxPals{
margin-left:10px;
margin-top:10px
}
.txtSmall{
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color:#000;
margin-left:10px;
display: inline-block;
padding-right:15px;
}
.inputHeight{
margin-top:10px;
margin-left:10px
}
.Customers{
text-align:center;
height:30px;
background-color:#f4ede3;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
padding-top:5px;
margin-bottom:30px;
text-align: left;
padding-left: 20px;
}
.clearL{
clear:left;
}
.clearB{
clear:both;
}
.content{
font-family:Arial, Helvetica, sans-serif;
margin-left:20px;
margin-bottom:20px;
border-bottom:0px dashed #ccc;
width:100%;
overflow:visible
}
.paleta{
float:left;
width:60%;
margin-bottom:30px;
}
.paletaInside{
height:auto;
width:100%;
}
.paletaHeight{
background-color:#f3f7f8;
padding-top:5px;
padding-bottom:5px;
}
.txtFont{
font-family:Arial, Helvetica, sans-serif;
}
.borderBottom{
border-bottom:1px dashed #ccc;
padding-bottom:8px;
padding-top:8px
}
.borderTop{
padding-top:8px;
border-bottom:1px dashed #ccc;
padding-bottom:8px;
}
.lineHeight{
line-height:140%;
} | src/styles.css | .packHeader{
text-align:center;
height:60px;
background-color:#d9e2e6;
font-family:Arial, Helvetica, sans-serif;
font-size:26px;
padding-top:25px;
margin-bottom:30px;
text-align: left;
padding-left: 20px;
}
.title{
position: absolute;
padding-left:20px;
padding-top:5px;
}
.browseCont{
width:500px;
height:75px;
border-bottom:1px dashed #ccc;
}
.calcCont{
float:left;
width:500px;
height:auto;
margin-top:20px;
padding-bottom:15px;
border-bottom:1px dashed #ccc;
}
.clearBtn{
width:150px!important;
height:40px!important;
background-color:#6d98ab!important;
border:0!important;
font-size:16px!important;
color:#fff!important;
font-family: Arial, Helvetica, sans-serif!important;
margin-top:15px!important;
cursor: pointer;
}
.clearBtnCont{
float:left;
}
.calcBtn{
width:150px!important;
height:40px!important;
background-color:#e7921c!important;
border:0!important;
font-size:16px!important;
color:#fff!important;
margin-top:60px!important;
font-family: Arial, Helvetica, sans-serif!important;
cursor: pointer;
}
.calcBtnCont{
vertical-align:bottom;
float:left;
}
.leftCont{
float:left;
width:240px;
}
.selectF{
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#4d7c90;
}
.myFile{
margin-top:10px;
margin-left:10px;
width:200px;
}
.paddTop{
padding-top:5px
}
.maxHeight{
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#df6900
}
.PalLine{
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#df6900;
padding-left:10px;
}
.MaxPals{
margin-left:10px;
margin-top:10px
}
.txtSmall{
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color:#000;
margin-left:10px;
display: inline-block;
padding-right:15px;
}
.inputHeight{
margin-top:10px;
margin-left:10px
}
.Customers{
text-align:center;
height:30px;
background-color:#f4ede3;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
padding-top:5px;
margin-bottom:30px;
text-align: left;
padding-left: 20px;
}
.clearL{
clear:left;
}
.clearB{
clear:both;
}
.content{
font-family:Arial, Helvetica, sans-serif;
margin-left:20px;
margin-bottom:20px;
border-bottom:0px dashed #ccc;
width:100%;
overflow:visible
}
.paleta{
float:left;
width:60%;
margin-bottom:30px;
}
.paletaInside{
height:auto;
width:100%;
}
.paletaHeight{
background-color:#f3f7f8;
padding-top:5px;
padding-bottom:5px;
}
.txtFont{
font-family:Arial, Helvetica, sans-serif;
}
.borderBottom{
border-bottom:1px dashed #ccc;
padding-bottom:8px;
padding-top:8px
}
.borderTop{
padding-top:8px;
border-bottom:1px dashed #ccc;
padding-bottom:8px;
}
.lineHeight{
line-height:140%;
} | 0.438304 | 0.060641 |
html, body{
margin:0;
font-size: 100%;
font-family: 'Open Sans', sans-serif;
}
.logo{
float:left;
}
.logo a{
font-family:'NotoSans-Regular';
text-decoration:none;
font-size: 24px;
display: block;
}
.logo a span{
font-size:18px;
margin-right:13px;
}
.logo a i{
font-weight: normal;
color: #7d37ce;
display: block;
font-size: 14px;
margin-top: 5px;
margin-bottom: 14px;
}
.header{
padding: 10px 0 0 0;
background-color: #fafafa;
border-bottom: 1px solid #F2F1F1;
clear: left;
}
a:hover{
text-decoration:none;
cursor: pointer;
}
h1{
margin:0;
}
p{
margin:0;
}
#graph-container {
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.2s ease-in-out;
padding:4%;
}
#graph-container:hover {
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.search-result-box{
background-color: #FFFFFF;
margin: 0px;
width: 100%;
border-bottom: 1px solid #F2F1F1;
}
.search{
border: none;
margin-left: 200px;
margin-top:-15px;
}
.sb-search-input {
border: none;
outline: none;
background: #FFFFFF;
width: 85%;
height: 40px;
margin: 0;
z-index: 10;
float: left;
font-size: 16px;
color: #bdbdbd;
padding-left: 1em;
}
.sb-search-input::-webkit-input-placeholder{
color: #bdbdbd;
}
.sb-search-input::-moz-placeholder{
color: #bdbdbd;
}
.sb-search-input:-moz-placeholder{
color: #bdbdbd;
}
.sb-search-input:-ms-input-placeholder{
color: #bdbdbd;
}
.sb-search-submit {
width: 56px;
height: 40px;
display: block;
padding: 0;
margin: 0;
line-height: 85px;
float: left;
text-align: center;
cursor: pointer;
background: #00c3f9 url("/resources/images/search.png") no-repeat 18px 12px;
color: transparent;
border: none;
outline: none;
z-index: -1;
}
.sb-icon-search {
background: #00c3f9 url('/resources/images/search.png') no-repeat 16px 17px;
z-index: 90;
}
div#show-info-box{
padding-left: 0px;
padding-right: 0px;
}
img#avatar{
width: 100%;
box-shadow: 0 0 10px #d3d3d3;
}
span.badge.alert-info {
margin-top: 1%;
margin-right: 1%;
}
/* personal card flipper */
.flip-container{
perspective: 1000px;
}
.flip-container .flipper{
transform-origin: 100% 253px;
}
.flipped{
transform: rotateX(180deg);
}
/*.flip-container:hover .flipper{*/
/*transform: rotateX(180deg);*/
/*}*/
.flip-container, .front, .back{
width: 100%;
height: 506px;
}
/* flip speed */
.flipper{
transition: 0.6s;
transform-style: preserve-3d;
position: relative;
}
.front, .back {
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
padding: 6%;
}
/* front pane, placed above back */
.front {
z-index: 2;
}
/* back, initially hidden pane */
.back {
transform: rotateX(-180deg);
/*background-color: #adadad;*/
}
.profile-box > h1{
color: #a5a5a5;
font-family:'NotoSans-Regular';
display: block;
padding: 2% 0%;
border-bottom: 1px solid #bdbdbd;
}
.profile-box > p{
font-size: x-small;
color: #a5a5a5;
display: block;
padding: 1% 0%;
}
.paper-box-result{
padding-top:4%;
height: 100%;
}
.paper-box{
padding: 2% 3%;
border-top: 1px dashed #ddd;
}
.paper-box > p{
font-size: x-small;
margin: 1% 1% 1% 0%;
}
.tabs-left > .nav-tabs {
border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display: none;
padding-top: 3%;
margin-left: 3%;
}
.tab-content > .active,
.pill-content > .active {
display: block;
}
.tabs-left > .nav-tabs > li{
float: none;
}
.tabs-left > .nav-tabs > li > a{
min-width: 200px;
margin-right: 0;
margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
float: left;
margin-right: 19px;
border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
margin-right: -1px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
text-align:center;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
border-color: #ddd transparent #ddd #ddd;
border-left: 6px solid #337ab7;
*border-right-color: #ffffff;
} | target/SpringWebMVC-1.0-SNAPSHOT/resources/css/helloworld.css | html, body{
margin:0;
font-size: 100%;
font-family: 'Open Sans', sans-serif;
}
.logo{
float:left;
}
.logo a{
font-family:'NotoSans-Regular';
text-decoration:none;
font-size: 24px;
display: block;
}
.logo a span{
font-size:18px;
margin-right:13px;
}
.logo a i{
font-weight: normal;
color: #7d37ce;
display: block;
font-size: 14px;
margin-top: 5px;
margin-bottom: 14px;
}
.header{
padding: 10px 0 0 0;
background-color: #fafafa;
border-bottom: 1px solid #F2F1F1;
clear: left;
}
a:hover{
text-decoration:none;
cursor: pointer;
}
h1{
margin:0;
}
p{
margin:0;
}
#graph-container {
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.2s ease-in-out;
padding:4%;
}
#graph-container:hover {
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.search-result-box{
background-color: #FFFFFF;
margin: 0px;
width: 100%;
border-bottom: 1px solid #F2F1F1;
}
.search{
border: none;
margin-left: 200px;
margin-top:-15px;
}
.sb-search-input {
border: none;
outline: none;
background: #FFFFFF;
width: 85%;
height: 40px;
margin: 0;
z-index: 10;
float: left;
font-size: 16px;
color: #bdbdbd;
padding-left: 1em;
}
.sb-search-input::-webkit-input-placeholder{
color: #bdbdbd;
}
.sb-search-input::-moz-placeholder{
color: #bdbdbd;
}
.sb-search-input:-moz-placeholder{
color: #bdbdbd;
}
.sb-search-input:-ms-input-placeholder{
color: #bdbdbd;
}
.sb-search-submit {
width: 56px;
height: 40px;
display: block;
padding: 0;
margin: 0;
line-height: 85px;
float: left;
text-align: center;
cursor: pointer;
background: #00c3f9 url("/resources/images/search.png") no-repeat 18px 12px;
color: transparent;
border: none;
outline: none;
z-index: -1;
}
.sb-icon-search {
background: #00c3f9 url('/resources/images/search.png') no-repeat 16px 17px;
z-index: 90;
}
div#show-info-box{
padding-left: 0px;
padding-right: 0px;
}
img#avatar{
width: 100%;
box-shadow: 0 0 10px #d3d3d3;
}
span.badge.alert-info {
margin-top: 1%;
margin-right: 1%;
}
/* personal card flipper */
.flip-container{
perspective: 1000px;
}
.flip-container .flipper{
transform-origin: 100% 253px;
}
.flipped{
transform: rotateX(180deg);
}
/*.flip-container:hover .flipper{*/
/*transform: rotateX(180deg);*/
/*}*/
.flip-container, .front, .back{
width: 100%;
height: 506px;
}
/* flip speed */
.flipper{
transition: 0.6s;
transform-style: preserve-3d;
position: relative;
}
.front, .back {
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
padding: 6%;
}
/* front pane, placed above back */
.front {
z-index: 2;
}
/* back, initially hidden pane */
.back {
transform: rotateX(-180deg);
/*background-color: #adadad;*/
}
.profile-box > h1{
color: #a5a5a5;
font-family:'NotoSans-Regular';
display: block;
padding: 2% 0%;
border-bottom: 1px solid #bdbdbd;
}
.profile-box > p{
font-size: x-small;
color: #a5a5a5;
display: block;
padding: 1% 0%;
}
.paper-box-result{
padding-top:4%;
height: 100%;
}
.paper-box{
padding: 2% 3%;
border-top: 1px dashed #ddd;
}
.paper-box > p{
font-size: x-small;
margin: 1% 1% 1% 0%;
}
.tabs-left > .nav-tabs {
border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display: none;
padding-top: 3%;
margin-left: 3%;
}
.tab-content > .active,
.pill-content > .active {
display: block;
}
.tabs-left > .nav-tabs > li{
float: none;
}
.tabs-left > .nav-tabs > li > a{
min-width: 200px;
margin-right: 0;
margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
float: left;
margin-right: 19px;
border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
margin-right: -1px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
text-align:center;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
border-color: #ddd transparent #ddd #ddd;
border-left: 6px solid #337ab7;
*border-right-color: #ffffff;
} | 0.456652 | 0.103885 |
.contato {
padding-top: 60px;
}
.input-contato {
width: 100%;
border-radius: 5px;
border: 1px solid #888;
padding-left: 15px;
font-size: 16px;
/*
BOX SHADOW
1 - Borda fora do elemento - vazio
Borda dentro do elemento - inset
2 - Deslocameto Horizontal
Números positivos direita
Números negativo esquerda
3 - Deslocamento Vertical
Números positivos deslocam a baixo
Números negativos deslocam a cima
4 - Esfumaçado - Indica o quanto quero esfumaçar, "blur" da minha sombra
5 - Cor - aceita todos os fomartos hexadecimal, rgba, hsla.
6 - Aceita mais de um box shadow, colocar , e repetir parametros.
*/
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
outline: none;
}
input.input-contato,
select.input-contato {
height: 54px;
}
textarea.input-contato {
height: 200px;
padding-top: 20px;
resize: none;
}
select.input-contato {
-webkit-appearance: none; /* tirando o comportamento padrão do select */
-moz-appearance: none; /* tirando o comportamento padrão do select */
appearance: none; /* tirando o comportamento padrão do select */
color: #777;
width: 100%;
background: url('../images/seta-select.png') #fff 97% 50% no-repeat;
}
/* Regras Placeholder */
::-webkit-input-placeholder {
color: #777;
}
::-moz-input-placeholder {
color: #777;
}
:-moz-input-placeholder {
color: #777;
}
:-ms-input-placeholder { /* ie+10 */
color: #777;
}
.field-left,
.field-right,
textarea.input-contato {
margin-bottom: 22px;
}
form[name="contato-form"] {
overflow: hidden;
min-height: 100%;
height: auto;
margin-bottom: 40px;
}
form[name="contato-form"],
.unidades {
margin-top: 50px;
}
@media(min-width:768px) {
.two-fields {
overflow: hidden;
min-height: 100%;
height: auto;
}
.field-left,
.field-right {
width: 50%;
}
.field-left {
float: left;
padding-right: 15px;
}
.field-right {
float: right;
padding-left: 15px;
}
}
/* MAPA */
.mapa {
width: 100%;
height: 450px;
}
.mapa iframe{
width: 100%;
border: 0;
}
/* UNIDADES */
.infos {
background-color: #e0e0e0;
padding: 40px 0;
}
.infos h4 {
color: #e44d26;
font-weight: 800;
text-transform: uppercase;
}
.unidades p {
margin-bottom: 6px;
} | projeto-curso/assets/css/contato.css | .contato {
padding-top: 60px;
}
.input-contato {
width: 100%;
border-radius: 5px;
border: 1px solid #888;
padding-left: 15px;
font-size: 16px;
/*
BOX SHADOW
1 - Borda fora do elemento - vazio
Borda dentro do elemento - inset
2 - Deslocameto Horizontal
Números positivos direita
Números negativo esquerda
3 - Deslocamento Vertical
Números positivos deslocam a baixo
Números negativos deslocam a cima
4 - Esfumaçado - Indica o quanto quero esfumaçar, "blur" da minha sombra
5 - Cor - aceita todos os fomartos hexadecimal, rgba, hsla.
6 - Aceita mais de um box shadow, colocar , e repetir parametros.
*/
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
outline: none;
}
input.input-contato,
select.input-contato {
height: 54px;
}
textarea.input-contato {
height: 200px;
padding-top: 20px;
resize: none;
}
select.input-contato {
-webkit-appearance: none; /* tirando o comportamento padrão do select */
-moz-appearance: none; /* tirando o comportamento padrão do select */
appearance: none; /* tirando o comportamento padrão do select */
color: #777;
width: 100%;
background: url('../images/seta-select.png') #fff 97% 50% no-repeat;
}
/* Regras Placeholder */
::-webkit-input-placeholder {
color: #777;
}
::-moz-input-placeholder {
color: #777;
}
:-moz-input-placeholder {
color: #777;
}
:-ms-input-placeholder { /* ie+10 */
color: #777;
}
.field-left,
.field-right,
textarea.input-contato {
margin-bottom: 22px;
}
form[name="contato-form"] {
overflow: hidden;
min-height: 100%;
height: auto;
margin-bottom: 40px;
}
form[name="contato-form"],
.unidades {
margin-top: 50px;
}
@media(min-width:768px) {
.two-fields {
overflow: hidden;
min-height: 100%;
height: auto;
}
.field-left,
.field-right {
width: 50%;
}
.field-left {
float: left;
padding-right: 15px;
}
.field-right {
float: right;
padding-left: 15px;
}
}
/* MAPA */
.mapa {
width: 100%;
height: 450px;
}
.mapa iframe{
width: 100%;
border: 0;
}
/* UNIDADES */
.infos {
background-color: #e0e0e0;
padding: 40px 0;
}
.infos h4 {
color: #e44d26;
font-weight: 800;
text-transform: uppercase;
}
.unidades p {
margin-bottom: 6px;
} | 0.319334 | 0.107531 |
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 300;
src: url('fonts/4iCp6KVjbNBYlgoKejZftVyCN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 300;
src: url('fonts/4iCp6KVjbNBYlgoKejZftVyLN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 300;
src: url('fonts/4iCp6KVjbNBYlgoKejZftVyDN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 300;
src: url('fonts/4iCp6KVjbNBYlgoKejZftVyMN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 300;
src: url('fonts/4iCp6KVjbNBYlgoKejZftVyBN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 300;
src: url('fonts/4iCp6KVjbNBYlgoKejZftVyPN4FNgYUJ.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url('fonts/4iCu6KVjbNBYlgoKej75l0miFYxnu4w.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url('fonts/4iCu6KVjbNBYlgoKej7wl0miFYxnu4w.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url('fonts/4iCu6KVjbNBYlgoKej74l0miFYxnu4w.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url('fonts/4iCu6KVjbNBYlgoKej73l0miFYxnu4w.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url('fonts/4iCu6KVjbNBYlgoKej76l0miFYxnu4w.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url('fonts/4iCu6KVjbNBYlgoKej70l0miFYxn.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 500;
src: url('fonts/4iCp6KVjbNBYlgoKejYHtFyCN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 500;
src: url('fonts/4iCp6KVjbNBYlgoKejYHtFyLN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 500;
src: url('fonts/4iCp6KVjbNBYlgoKejYHtFyDN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 500;
src: url('fonts/4iCp6KVjbNBYlgoKejYHtFyMN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 500;
src: url('fonts/4iCp6KVjbNBYlgoKejYHtFyBN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 500;
src: url('fonts/4iCp6KVjbNBYlgoKejYHtFyPN4FNgYUJ.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url('fonts/4iCp6KVjbNBYlgoKejZPslyCN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url('fonts/4iCp6KVjbNBYlgoKejZPslyLN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url('fonts/4iCp6KVjbNBYlgoKejZPslyDN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url('fonts/4iCp6KVjbNBYlgoKejZPslyMN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url('fonts/4iCp6KVjbNBYlgoKejZPslyBN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url('fonts/4iCp6KVjbNBYlgoKejZPslyPN4FNgYUJ.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url('fonts/4iCv6KVjbNBYlgoC1CzjvWyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url('fonts/4iCv6KVjbNBYlgoC1CzjtGyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url('fonts/4iCv6KVjbNBYlgoC1CzjvGyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url('fonts/4iCv6KVjbNBYlgoC1Czjs2yNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url('fonts/4iCv6KVjbNBYlgoC1CzjvmyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url('fonts/4iCv6KVjbNBYlgoC1CzjsGyNPYZvgw.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url('fonts/4iCs6KVjbNBYlgoKcg72nU6AF7xm.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url('fonts/4iCs6KVjbNBYlgoKew72nU6AF7xm.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url('fonts/4iCs6KVjbNBYlgoKcw72nU6AF7xm.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url('fonts/4iCs6KVjbNBYlgoKfA72nU6AF7xm.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url('fonts/4iCs6KVjbNBYlgoKcQ72nU6AF7xm.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url('fonts/4iCs6KVjbNBYlgoKfw72nU6AFw.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url('fonts/4iCv6KVjbNBYlgoCjC3jvWyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url('fonts/4iCv6KVjbNBYlgoCjC3jtGyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url('fonts/4iCv6KVjbNBYlgoCjC3jvGyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url('fonts/4iCv6KVjbNBYlgoCjC3js2yNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url('fonts/4iCv6KVjbNBYlgoCjC3jvmyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url('fonts/4iCv6KVjbNBYlgoCjC3jsGyNPYZvgw.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url('fonts/4iCv6KVjbNBYlgoCxCvjvWyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url('fonts/4iCv6KVjbNBYlgoCxCvjtGyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url('fonts/4iCv6KVjbNBYlgoCxCvjvGyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url('fonts/4iCv6KVjbNBYlgoCxCvjs2yNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url('fonts/4iCv6KVjbNBYlgoCxCvjvmyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url('fonts/4iCv6KVjbNBYlgoCxCvjsGyNPYZvgw.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} | docker/apache/omega/Kind-fonts.css | @font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 300;
src: url('fonts/4iCp6KVjbNBYlgoKejZftVyCN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 300;
src: url('fonts/4iCp6KVjbNBYlgoKejZftVyLN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 300;
src: url('fonts/4iCp6KVjbNBYlgoKejZftVyDN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 300;
src: url('fonts/4iCp6KVjbNBYlgoKejZftVyMN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 300;
src: url('fonts/4iCp6KVjbNBYlgoKejZftVyBN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 300;
src: url('fonts/4iCp6KVjbNBYlgoKejZftVyPN4FNgYUJ.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url('fonts/4iCu6KVjbNBYlgoKej75l0miFYxnu4w.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url('fonts/4iCu6KVjbNBYlgoKej7wl0miFYxnu4w.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url('fonts/4iCu6KVjbNBYlgoKej74l0miFYxnu4w.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url('fonts/4iCu6KVjbNBYlgoKej73l0miFYxnu4w.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url('fonts/4iCu6KVjbNBYlgoKej76l0miFYxnu4w.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 400;
src: url('fonts/4iCu6KVjbNBYlgoKej70l0miFYxn.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 500;
src: url('fonts/4iCp6KVjbNBYlgoKejYHtFyCN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 500;
src: url('fonts/4iCp6KVjbNBYlgoKejYHtFyLN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 500;
src: url('fonts/4iCp6KVjbNBYlgoKejYHtFyDN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 500;
src: url('fonts/4iCp6KVjbNBYlgoKejYHtFyMN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 500;
src: url('fonts/4iCp6KVjbNBYlgoKejYHtFyBN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 500;
src: url('fonts/4iCp6KVjbNBYlgoKejYHtFyPN4FNgYUJ.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url('fonts/4iCp6KVjbNBYlgoKejZPslyCN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url('fonts/4iCp6KVjbNBYlgoKejZPslyLN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url('fonts/4iCp6KVjbNBYlgoKejZPslyDN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url('fonts/4iCp6KVjbNBYlgoKejZPslyMN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url('fonts/4iCp6KVjbNBYlgoKejZPslyBN4FNgYUJ31U.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: url('fonts/4iCp6KVjbNBYlgoKejZPslyPN4FNgYUJ.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url('fonts/4iCv6KVjbNBYlgoC1CzjvWyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url('fonts/4iCv6KVjbNBYlgoC1CzjtGyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url('fonts/4iCv6KVjbNBYlgoC1CzjvGyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url('fonts/4iCv6KVjbNBYlgoC1Czjs2yNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url('fonts/4iCv6KVjbNBYlgoC1CzjvmyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: url('fonts/4iCv6KVjbNBYlgoC1CzjsGyNPYZvgw.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url('fonts/4iCs6KVjbNBYlgoKcg72nU6AF7xm.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url('fonts/4iCs6KVjbNBYlgoKew72nU6AF7xm.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url('fonts/4iCs6KVjbNBYlgoKcw72nU6AF7xm.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url('fonts/4iCs6KVjbNBYlgoKfA72nU6AF7xm.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url('fonts/4iCs6KVjbNBYlgoKcQ72nU6AF7xm.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: url('fonts/4iCs6KVjbNBYlgoKfw72nU6AFw.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url('fonts/4iCv6KVjbNBYlgoCjC3jvWyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url('fonts/4iCv6KVjbNBYlgoCjC3jtGyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url('fonts/4iCv6KVjbNBYlgoCjC3jvGyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url('fonts/4iCv6KVjbNBYlgoCjC3js2yNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url('fonts/4iCv6KVjbNBYlgoCjC3jvmyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 500;
src: url('fonts/4iCv6KVjbNBYlgoCjC3jsGyNPYZvgw.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url('fonts/4iCv6KVjbNBYlgoCxCvjvWyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url('fonts/4iCv6KVjbNBYlgoCxCvjtGyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url('fonts/4iCv6KVjbNBYlgoCxCvjvGyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url('fonts/4iCv6KVjbNBYlgoCxCvjs2yNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url('fonts/4iCv6KVjbNBYlgoCxCvjvmyNPYZvg7UI.woff2') format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: url('fonts/4iCv6KVjbNBYlgoCxCvjsGyNPYZvgw.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} | 0.185836 | 0.065455 |
.header_box{
/*border: 1px solid red;*/
width: 100%;
/* width:1349px; */
height: 28px;
background-color: #464444;
font-family: "微软雅黑";
font-size: 14px;
margin:0px auto;
}
body,ul,li,div,img{
margin:0px;
padding:0px;
}
ul,li{
list-style: none;
}
.header_box li{
float: right;
padding-right: 10px;
}
.header_box ul{
line-height: 28px;
}
.aheader:link,.aheader:visited{
color:#d5d5d5;
text-decoration: none;
}
.aheader:hover{
color:white;
}
.title_box{
width: 1349px;
height: 120px;
border:1px solid white;
background-image: url("../image/title.png");
margin:0px auto;
}
.left_box{
font-family: "黑体";
/*border: 1px solid red;*/
/* width: 50%; */
width:680px;
/*width: 680px;*/
/*height: 1000px;*/
margin-top: 10px;
margin-left:9%;
float: left;
clear: both;
}
.right_box{
/*border: 1px solid green;*/
/* width: 23%; */
width: 330px;
height: 1000px;
margin-top: 10px;
margin-left: 25px;
float: right;
position: relative;
right:160px;
}
.left_new_book{
}
.right_aside{
}
.footer_box{
/*border: 1px solid red;*/
width: 1366px;
height: 40px;
/* float: left; */
text-align: center;
margin-top:20px;
margin:0px auto;
}
.search_box{
/*border: 1px solid red;*/
width: 600px;
margin-top: 50px;
margin-left: 500px;
}
.left_text{
/*font-size: 20px;*/
margin-bottom: 15px;
border-bottom: 3px solid #00BCD4;
font: 20px Arial, Helvetica, sans-serif;
}
.book_box{
/*border: 1px solid green; */
width: 120px;
height: 220px;
float: left;
margin-left: 12px;
font: 15px Arial, Helvetica, sans-serif;
}
.book_box li{
margin-top: 6px;
}
.alink:link,.alink:visited{
color:#3377AA;
}
.alink:hover{
color:white;
background-color: #3377AA;
}
.allbook_box{
/*border: 1px solid green;*/
width: 100%;
height: 450px;
}
.amore:link,.amore:visited{
color:#3377AA;
font-size:13px;
}
.amore:hover{
color:white;
background-color: #3377AA;
}
.book_box2{
/*border: 1px solid green;*/
width: 335px;
float: left;
height: 170px;
}
.book_box2 ul{
float: right;
font-size: 13px;
font-family: "宋体";
}
.desc_box{
/*border: 1px solid red;*/
width: 220px;
/* height:80px; */
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.atitle:link,.atitle:visited{
font-size: 18px;
font-family: "微软雅黑";
color:#3377AA;
}
.atitle:hover{
color:white;
background-color: #3377AA;
}
.right_aside{
/*border: 1px solid green;*/
width: 100%;
height: 120px;
}
.right_aside li{
float: left;
/*padding:2px 11px 0;*/
margin-left: 10px;
}
.right_aside a:link,.right_aside a:visited{
/*background-color: #e8e8e8;
color:#37A;*/
width: auto;
word-break: keep-all;
white-space: nowrap;
background-color: #f5f5f5;
color: #37A;
font-size: 13px;
padding: 2px 11px 0;
display: inline-block;
margin: 0 3px 5px 0;
line-height: 20px;
}
.right_aside a:hover{
background-color: #3377AA;
color:white;
}
.book_list{
/*border: 1px solid red;*/
width: 100%;
height: 65px;
}
.author{
color: #666;
font-size: 12px;
min-height: 19px;
margin-top: 10px;
width: 60px;
border: 1px solid red;
}
.buylink:link,.buylink:visited{
color:#1FAB25;
}
.buylink:hover{
background-color: #1FAB25;
color:white;
}
.book_detail{
/*border: 1px solid red;*/
margin: 0px auto;
width: 800px;
/* height: 800px; */
}
.book_model1{
/*border: 1px solid green;*/
/*margin: 0px auto;*/
width: 100%;
height: 240px;
font-family: "微软雅黑";
}
.buy{
/*border: 1px solid red;*/
margin-bottom:10px;
}
.book_model2{
/*border: 1px solid green;*/
width: 380px;
height: 170px;
float: left;
/* color:#9E9E9E; */
}
.book_model2 img{
float:left;
}
.book_model2 ul{
float: left;
margin-left:10px;
}
.book_model3{
float: left;
border-left: 1px dashed #afafaf;
width: 300px;
height: 170px;
/* margin-left:50px; */
}
.book_model3_title{
margin-left: 10px;
color:#007722;
}
.book_model3_score{
/* border: 1px solid yellow; */
margin-left:10px;
width: 100px;
height: 100px;
}
.book_model4{
/*border: 1px solid green;*/
margin-top:20px;
width: 100%;
/* height: 100px; */
}
.book_model4_title{
color:#007722;
font-size: 15px;
}
.comment{
border-bottom: 1px dashed #9E9E9E;
margin-top: 10px;
}
.comment p{
padding-top:10px;
}
.comment_user{
color:#3377aa;
}
.all_box{
/*border: 1px solid red;*/
width: 800px;
/*height: 1000px;*/
margin: 0px auto;
}
.all_box_model1{
border-bottom: 1px dashed #9E9E9E;
width: 100%;
height: 190px;
margin-top:10px;
}
.all_box_table{
width: 100%;
height:100%;
/*border: 1px solid red;*/
}
.page_bar_box{
/* border:1px solid red; */
width:800px;
height:50px;
margin:0px auto;
text-align:center;
}
.category_box{
border-bottom: 3px solid #03A9F4;
/* width:800px; */
/*height: 100px;*/
}
.category_text{
word-wrap: break-word;
display: block;
font-size: 25px;
font-weight: bold;
color: #494949;
margin: 0;
padding: 0 0 15px 0;
line-height: 1.1;
}
.pic{
float: left;
margin-right: 20px;
/* border: 1px solid green; */
height:180px;
}
i{
color:#FFAC2D;
}
.all_box_text li{
padding:5px 5px;
}
.sendcomment{
/* border:1px solid red; */
/* width:200px; */
}
.comment_time{
color:#9E9E9E;
}
/*购物车样式*/
.cart_header {
/*border: 1px solid red;*/
width: 1366px;
height: 120px;
background-image: url('../img/title.png');
}
.cart_box {
/*border: 1px solid red;*/
width: 1366px;
height: 400px;
margin: 0px auto;
}
.cart_box_left {
border: 1px dashed #9E9E9E;
width: 315px;
/* height: 100%; */
float: left;
position: relative;
/* left: 100px; */
text-align: left;
}
.cart_box_right {
/* border: 1px solid green; */
/* width: 76%; */
/* height: 100%; */
width: 863px;
/* margin-left: 40px; */
float: left;
position: relative;
left: 50px;
}
.cart_footer {
/*border: 1px solid red;*/
width: 100%;
height: 50px;
}
.cart_box_right_title {
font-family: 黑体;
font-size: 27px;
/*border: 1px solid red;*/
}
.total_box {
/*border: 1px solid red;*/
/* width: 336px; */
/*height: 5px;*/
float: right;
}
.order_ul li{
padding:10px;
font-size:16px;
}
#caidan{
/* border:1px solid red; */
width: 75px;
height: 100px;
position: relative;
background: #464444;
right:10px;
display:none;
}
.all_box2{
width:1366px;
height:1070px;
/* border:1px solid red; */
margin:0px auto;
}
.blank{
width:1366px;
height:30px;
/* border:1px solid red; */
margin:0px auto;
}
.detail_box{
/* border:1px solid red; */
width:1366px;
height:auto;
margin:0px auto;
} | Public/Home/css/index.css | .header_box{
/*border: 1px solid red;*/
width: 100%;
/* width:1349px; */
height: 28px;
background-color: #464444;
font-family: "微软雅黑";
font-size: 14px;
margin:0px auto;
}
body,ul,li,div,img{
margin:0px;
padding:0px;
}
ul,li{
list-style: none;
}
.header_box li{
float: right;
padding-right: 10px;
}
.header_box ul{
line-height: 28px;
}
.aheader:link,.aheader:visited{
color:#d5d5d5;
text-decoration: none;
}
.aheader:hover{
color:white;
}
.title_box{
width: 1349px;
height: 120px;
border:1px solid white;
background-image: url("../image/title.png");
margin:0px auto;
}
.left_box{
font-family: "黑体";
/*border: 1px solid red;*/
/* width: 50%; */
width:680px;
/*width: 680px;*/
/*height: 1000px;*/
margin-top: 10px;
margin-left:9%;
float: left;
clear: both;
}
.right_box{
/*border: 1px solid green;*/
/* width: 23%; */
width: 330px;
height: 1000px;
margin-top: 10px;
margin-left: 25px;
float: right;
position: relative;
right:160px;
}
.left_new_book{
}
.right_aside{
}
.footer_box{
/*border: 1px solid red;*/
width: 1366px;
height: 40px;
/* float: left; */
text-align: center;
margin-top:20px;
margin:0px auto;
}
.search_box{
/*border: 1px solid red;*/
width: 600px;
margin-top: 50px;
margin-left: 500px;
}
.left_text{
/*font-size: 20px;*/
margin-bottom: 15px;
border-bottom: 3px solid #00BCD4;
font: 20px Arial, Helvetica, sans-serif;
}
.book_box{
/*border: 1px solid green; */
width: 120px;
height: 220px;
float: left;
margin-left: 12px;
font: 15px Arial, Helvetica, sans-serif;
}
.book_box li{
margin-top: 6px;
}
.alink:link,.alink:visited{
color:#3377AA;
}
.alink:hover{
color:white;
background-color: #3377AA;
}
.allbook_box{
/*border: 1px solid green;*/
width: 100%;
height: 450px;
}
.amore:link,.amore:visited{
color:#3377AA;
font-size:13px;
}
.amore:hover{
color:white;
background-color: #3377AA;
}
.book_box2{
/*border: 1px solid green;*/
width: 335px;
float: left;
height: 170px;
}
.book_box2 ul{
float: right;
font-size: 13px;
font-family: "宋体";
}
.desc_box{
/*border: 1px solid red;*/
width: 220px;
/* height:80px; */
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.atitle:link,.atitle:visited{
font-size: 18px;
font-family: "微软雅黑";
color:#3377AA;
}
.atitle:hover{
color:white;
background-color: #3377AA;
}
.right_aside{
/*border: 1px solid green;*/
width: 100%;
height: 120px;
}
.right_aside li{
float: left;
/*padding:2px 11px 0;*/
margin-left: 10px;
}
.right_aside a:link,.right_aside a:visited{
/*background-color: #e8e8e8;
color:#37A;*/
width: auto;
word-break: keep-all;
white-space: nowrap;
background-color: #f5f5f5;
color: #37A;
font-size: 13px;
padding: 2px 11px 0;
display: inline-block;
margin: 0 3px 5px 0;
line-height: 20px;
}
.right_aside a:hover{
background-color: #3377AA;
color:white;
}
.book_list{
/*border: 1px solid red;*/
width: 100%;
height: 65px;
}
.author{
color: #666;
font-size: 12px;
min-height: 19px;
margin-top: 10px;
width: 60px;
border: 1px solid red;
}
.buylink:link,.buylink:visited{
color:#1FAB25;
}
.buylink:hover{
background-color: #1FAB25;
color:white;
}
.book_detail{
/*border: 1px solid red;*/
margin: 0px auto;
width: 800px;
/* height: 800px; */
}
.book_model1{
/*border: 1px solid green;*/
/*margin: 0px auto;*/
width: 100%;
height: 240px;
font-family: "微软雅黑";
}
.buy{
/*border: 1px solid red;*/
margin-bottom:10px;
}
.book_model2{
/*border: 1px solid green;*/
width: 380px;
height: 170px;
float: left;
/* color:#9E9E9E; */
}
.book_model2 img{
float:left;
}
.book_model2 ul{
float: left;
margin-left:10px;
}
.book_model3{
float: left;
border-left: 1px dashed #afafaf;
width: 300px;
height: 170px;
/* margin-left:50px; */
}
.book_model3_title{
margin-left: 10px;
color:#007722;
}
.book_model3_score{
/* border: 1px solid yellow; */
margin-left:10px;
width: 100px;
height: 100px;
}
.book_model4{
/*border: 1px solid green;*/
margin-top:20px;
width: 100%;
/* height: 100px; */
}
.book_model4_title{
color:#007722;
font-size: 15px;
}
.comment{
border-bottom: 1px dashed #9E9E9E;
margin-top: 10px;
}
.comment p{
padding-top:10px;
}
.comment_user{
color:#3377aa;
}
.all_box{
/*border: 1px solid red;*/
width: 800px;
/*height: 1000px;*/
margin: 0px auto;
}
.all_box_model1{
border-bottom: 1px dashed #9E9E9E;
width: 100%;
height: 190px;
margin-top:10px;
}
.all_box_table{
width: 100%;
height:100%;
/*border: 1px solid red;*/
}
.page_bar_box{
/* border:1px solid red; */
width:800px;
height:50px;
margin:0px auto;
text-align:center;
}
.category_box{
border-bottom: 3px solid #03A9F4;
/* width:800px; */
/*height: 100px;*/
}
.category_text{
word-wrap: break-word;
display: block;
font-size: 25px;
font-weight: bold;
color: #494949;
margin: 0;
padding: 0 0 15px 0;
line-height: 1.1;
}
.pic{
float: left;
margin-right: 20px;
/* border: 1px solid green; */
height:180px;
}
i{
color:#FFAC2D;
}
.all_box_text li{
padding:5px 5px;
}
.sendcomment{
/* border:1px solid red; */
/* width:200px; */
}
.comment_time{
color:#9E9E9E;
}
/*购物车样式*/
.cart_header {
/*border: 1px solid red;*/
width: 1366px;
height: 120px;
background-image: url('../img/title.png');
}
.cart_box {
/*border: 1px solid red;*/
width: 1366px;
height: 400px;
margin: 0px auto;
}
.cart_box_left {
border: 1px dashed #9E9E9E;
width: 315px;
/* height: 100%; */
float: left;
position: relative;
/* left: 100px; */
text-align: left;
}
.cart_box_right {
/* border: 1px solid green; */
/* width: 76%; */
/* height: 100%; */
width: 863px;
/* margin-left: 40px; */
float: left;
position: relative;
left: 50px;
}
.cart_footer {
/*border: 1px solid red;*/
width: 100%;
height: 50px;
}
.cart_box_right_title {
font-family: 黑体;
font-size: 27px;
/*border: 1px solid red;*/
}
.total_box {
/*border: 1px solid red;*/
/* width: 336px; */
/*height: 5px;*/
float: right;
}
.order_ul li{
padding:10px;
font-size:16px;
}
#caidan{
/* border:1px solid red; */
width: 75px;
height: 100px;
position: relative;
background: #464444;
right:10px;
display:none;
}
.all_box2{
width:1366px;
height:1070px;
/* border:1px solid red; */
margin:0px auto;
}
.blank{
width:1366px;
height:30px;
/* border:1px solid red; */
margin:0px auto;
}
.detail_box{
/* border:1px solid red; */
width:1366px;
height:auto;
margin:0px auto;
} | 0.178812 | 0.051059 |
.login_txt {
bottom: 7px;
color: #999;
position: absolute;
right: 50px;
}
.login_txt a {
color: #3F4358;
font-size: 14px;
}
.haspic {
line-height: 35px;
position: relative;
text-indent: 35px;
width: 65px;
}
.haspic::before {
background: url(../images/list_haspic.png) no-repeat;
background-size: auto 30px;
content: '';
height: 15px;
left: 15px;
position: absolute;
top: 10px;
width: 18px;
}
.hpic .haspic::before {
background-position: 0 -15px;
top: 9px;
}
.tuiguang {
background: #FFFDF0;
border-top: 1px solid #7D8196;
}
.tuiguang a>span {
background: #157DFB;
border-radius: 3px;
color: #FFF;
display: none;
font-size: 12px;
height: 16px;
line-height: 16px;
left: 11px;
padding: 0px 4px;
position: absolute;
top: 12px;
}
.tuiguang p {
color: #3F4358;
font: bold 16px ����;
}
.tuiguang p .tu {
color: #2F7DE8;
}
.tuiguang p .zhi {
background: url(../images/tuiguang_zhi.png) no-repeat;
background-size: 17px auto;
display: inline-block;
height: 22px;
width: 22px;
margin-left: 5px;
margin-top: 1px;
vertical-align: top;
}
.tuiguang a {
color: #999;
display: block;
font-size: 13px;
padding: 12px 0 12px 10px;
position: relative;
}
.tuiguang a:nth-of-type(n+2) {
border-top: 1px solid #E3E3E3;
}
.tuiguang .small {
color: #7A7E88;
font-size: 12px;
margin-top: 7px;
}
/* top */
.top_div{ position:fixed; right:10px; bottom:10px; width:44px; height:44px; background:url(../images/top.png); background-size:44px auto; display:none; z-index:2000 }
.top_div a{ width:100%; height:100%; display:block }
/* �������� */
.search_word{ font-size:12px; color:#585858; padding:8px 0 0 0;height:25px;overflow:hidden;}
.search_word span{ padding:2px 3px; display:inline-block}
.search_word a{ color:#50b4d7; padding:2px 3px; display:inline-block }
/* alert */
#alert_box{width:250px;border:1px solid #2a2c30;position:fixed;left: 50%;top:50%;z-index:1001;margin-left: -127px;margin-top: -50px;background-color: #595d61;border-radius:2px;box-shadow: 0 0 3px #c9cbcc;padding:1px;}
#show_mes{text-align: center;line-height:20px;padding: 10px;color:#fff;background-color: #42474c;}
#but_div{display: -webkit-box;height:40px;background-color: #42474c;border-top:1px solid #595d61}
#but01,#but02{width:125px;height:40px;line-height:40px;color: #fff;text-align: center;}
#but01{border-right:1px solid #595d61}
#but_div .but_hover{background-color: #545f69;}
/* 404 */
.msg_box{width:100%;position:relative;min-height:240px;clear:both;padding-top:50px;background: url(../images/bgimg_404.gif) no-repeat right bottom; background-size: 243px 249px;}
.msg_box .msg_txt{padding: 20px;line-height:25px;}
.msg_box .msg_txt img{margin: 5px 10px 50px 0;float: left;}
.msg_box a{display: block;position: absolute;right: 10px;top:20px;width: 80px;height: 40px;overflow:hidden;text-indent:-100em; background-color:#333;opacity: 0}
.msg_box a.go_home{top:158px;right:32px;}
.msg_box a.go_prev{top:110px;right:23px;}
.msg_box.nobg{background-image: none;}
.msg_box.nobg .msg_txt{position: absolute; top: 50%; left: 50%; margin-top: -35px; margin-left: -95px;}
/* hover */
.paging a.hover{ background:#eceff0; background-color:#eceff0; color:inherit}
/* tips */
#tipsDiv{position:fixed;left: 50%;bottom:50px;z-index:2000;width:190px;line-height:24px;background-color:rgba(0, 0, 0, .7);color: #fff;margin-left:-100px;padding:5px;border-radius:8px;text-align: center}
/* selector */
.selector_bar {
padding:10px 10px 5px;
display:-webkit-box;
clear:both;
}
.selector_bar span {
display:block;
height:35px;
line-height:35px;
text-align:center;
color:#fff;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
opacity:0;
-webkit-transition:opacity 300ms ease;
}
.selector_bar .btn_area {
width:48%;
background-color:#C3CAA8;
margin-right:2%;
}
.selector_bar .btn_selector {
width:50%;
padding:0 10px;
-webkit-box-sizing:border-box;
background-color:#ABD3E0;
}
.selector_bar .w_auto {
width:100%;
}
.selector_bar span.hover {
background-color:#cbcfd1;
}
#selectorMask {
display:none;
width:100%;
height:1500px;
position:absolute;
left:0;
top:0;
z-index:99;
background-color:rgba(51,51,51,0.3);
}
#selectorMask:before,#selectorMask:after {
display:block;
position:absolute;
top:200px;
content:'';
width:8px;
height:8px;
border-top:4px solid #fff;
border-right:4px solid #fff;
-webkit-transform:rotate(45deg);
}
#selectorMask:before {
right:300px;
}
#selectorMask:after {
right:290px;
}
#selectorWrap {
height:100%;
display:none;
width:280px;
overflow:hidden;
position:absolute;
right:0;
top:0;
z-index:101;
}
#selectorBox {
display:none;
position:absolute;
top:0;
right:0;
z-index:100;
width:280px;
background-color:#303133;
color:#d1d5d8;
-webkit-transform:translate3d(280px,0,0);
-webkit-transition:-webkit-transform .4s ease-out;
-webkit-transform-style:preserve-3d;
-webkit-backface-visibility:hidden;
-webkit-transform-origin:0;
}
#selectorTitle {
height:44px;
line-height:44px;
background-color:#383a3c;
border-bottom:1px solid #444648;
font-size:18px;
text-align:center;
}
#selectorCon {
border-top:1px solid #1c1c1d;
}
#selectorCon li {
line-height:44px;
border-bottom:1px solid #383939;
}
#selectorCon li div {
position:relative;
padding-left:15px;
height:44px;
}
#selectorCon li strong {
font-size:16px;
font-weight:normal;
}
#selectorCon li .selectorVal {
color:#9b9e9f;
position:absolute;
right:30px;
top:0;
}
#selectorCon li .arrow {
display:block;
position:absolute;
right:15px;
top:18px;
width:7px;
height:7px;
border-top:2px solid #bdbdbd;
border-right:2px solid #bdbdbd;
-webkit-transform:rotate(135deg);
-webkit-transition:-webkit-transform 200ms linear;
}
#selectorCon li ul {
position:relative;
display:none;
overflow:hidden;
border-top:1px solid #1a1a1b;
border-bottom:1px solid #1a1a1b;
background-color:#28282a;
-webkit-transition:height 200ms ease-out;
/*height:0;
overflow:hidden;
*/
}
#selectorCon li ul li {
padding-left:20px;
color:#9b9e9f;
position:relative;
border-bottom:1px solid #2d2d2e;
height:44px;
}
#selectorCon li ul li:last-child {
border-bottom:0;
}
#selectorCon li.open div {
border-bottom:1px solid #383939;
}
#selectorCon li.open .arrow {
-webkit-transform:rotate(-45deg);
}
#selectorCon li.open ul {
display:block;
}
#selectorCon li ul li.on:before {
content:'';
display:block;
position:absolute;
right:10px;
top:14px;
width:18px;
height:18px;
border-radius:18px;
background-color:#789b3f;
}
#selectorCon li ul li.on:after {
content:'';
display:block;
position:absolute;
right:15px;
top:17px;
width:4px;
height:7px;
border-bottom:3px solid #fff;
border-right:3px solid #fff;
-webkit-transform:rotate(45deg);
}
#selectorBtnbar {
display:none;
height:35px;
line-height:35px;
padding:15px 0;
text-align:center;
}
#selectorBtnbar span {
display:inline-block;
width:68px;
height:35px;
background-color:#8f9394;
margin:0 10px;
color:#18191a;
}
#selectorBtnbar .hover {
background-color:#6c6e6f;
}
#selectorCon li ul li.more_data {
position:absolute;
width:100%;
left:0;
bottom:0;
background-color:#28282A;
}
#selectorCon li ul li .dataLoading {
position:absolute;
left:50%;
top:7px;
display:block;
width:85px;
height:30px;
line-height:30px;
text-align:center;
margin-left:-42px;
z-index:101;
color:#fff;
background-color:#000;
border-radius:3px;
}
/* ios �������� */
#selectorBox.active * {
-webkit-backface-visibility:hidden;
}
/* list */
.infolst_w {
}
.infolst li {
background: #FFF;
border-top:1px solid #fff;
border-bottom:1px solid #E0E1E2;
overflow:hidden;
position:relative;
}
.list-info li strong {
color: #3F4358;
font-size: 16px;
font-weight: bold;
}
.infolst li:first-child {
border-top:none;
}
.infolst li:last-child {
border-bottom:none;
}
.infolst li.hover {
background-color:#e3e4e4;
}
.infolst li a {
display:block;
padding:10px;
padding-bottom: 3px;
height:100%;
-webkit-border-radius:0;
}
.infolst dl {
display:block;
}
.infolst .tit {
position:relative;
padding-bottom:5px;
display:-webkit-box;
-webkit-box-orient:horizontal;
height:18px;
line-height:18px;
}
.infolst .tit strong {
display:block;
overflow:hidden;
font-size:16px;
color:#18191a;
font-weight:bold;
}
.infolst .attr {
font-size:12px;
color:#858586;
line-height:18px;
}
.infolst .price {
color:#ff7201;
}
.infolst .attr_v {
color:#858586;
}
.infolst .attr span {
display:inline-block;
height:18px;
max-width:180px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.infolst .attr span:last-child {
float:right;
}
.infolst .attr .tag_w {
max-width:240px;
margin-bottom:3px;
}
.infolst .attr .tag {
display:inline-block;
border:1px solid;
text-align:center;
padding:0 3px;
line-height:16px;
margin-right:3px;
}
.infolst .attr .tag.borc {
border-color:#efbd76;
}
.infolst .attr .tag.borc2 {
border-color:#89c789;
}
.infolst .attr .tag.borc3 {
border-color:#8fa9df;
}
.infolst .attr .tag.borc4 {
border-color:#ef998f;
}
.view_more {
height:45px;
line-height:45px;
text-align:center;
}
.view_more.hover {
background-color:#e3e4e4;
}
.bg_layer {
width:100%;
position:fixed;
left:0;
top:0;
background-color:transparent;
}
.not_more_info {
text-align:center;
height:45px;
line-height:45px;
color:#5c677d;
}
.paging {
background: #FFF;
padding:22px;
text-align:center;
line-height: 33px;
border-top:1px solid #E0E1E2;
}
.paging a {
background: #FFF;
border:1px solid #DCDEE0;
border-radius: 0;
color: #999;
display:inline-block;
width: 58px;
height: 33px;
}
.paging a .ico {
display:inline-block;
width:8px;
height:10px;
background:url(../images/sp_ico.png) no-repeat 0 -45px;
background-size:11px auto;
}
.paging a.prev .ico {
-webkit-transform:rotate(180deg);
margin-right:4px;
}
.paging a.next .ico {
margin-left:5px;
}
.paging .page_sel {
margin:0 5px;
position:relative;
display:inline-block;
height:30px;
vertical-align:top;
}
.paging a.disabled {
color:#ccc;
}
.paging a.hover {
background:#eceff0;
background-color:#eceff0;
color:inherit;
}
.ico_loading {
display:none;
width:20px;
height:20px;
background:url(../images/ico_loading.png) no-repeat;
vertical-align:middle;
margin-right:10px;
}
.lst_loading .ico_loading {
display:inline-block;
}
.lst_loading .ico_loading {
-webkit-transform:rotate(0deg) translateZ(0);
-webkit-transition-duration:0ms;
-webkit-animation-name:ico_loading;
-webkit-animation-duration:2s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:linear;
}
@-webkit-keyframes ico_loading {
from {
-webkit-transform:rotate(0deg) translateZ(0);
}
to {
-webkit-transform:rotate(360deg) translateZ(0);
}
}/* list icon public */
.infolst li .ico_v {
display:inline-block;
width:11px;
height:9px;
margin:0 5px;
background:url(../images/sp_bu.png) no-repeat;
background-size:11px auto;
vertical-align:-1px;
}
.infolst li .ico_v.qiye {
background-position:0 -96px;
}
.infolst li .ico_v.geren {
background-position:0 -85px;
}
.infolst li .ico {
display:inline-block;
overflow:hidden;
margin-left:5px;
background:url(../images/sp_bu.png) no-repeat;
text-indent:-100em;
vertical-align:-3px;
}
.infolst li .ico.tu {
width:15px;
height:15px;
background-position:0 -213px;
}
.infolst li .ico.wlt {
width:14px;
height:15px;
background-position:0 -35px;
}
.infolst li .ico.yan {
width:15px;
height:15px;
background-position:0 -70px;
}
.infolst li .ico.ding {
position:absolute;
right:0;
top:3px;
width:14px;
height:14px;
background-position:0 -105px;
}
.infolst li .ico.ding_d {
position:absolute;
right:0;
top:3px;
width:14px;
height:14px;
background-position:0 -140px;
}
.infolst li .ico.zhijie {
background:yellow;
font-size:14px;
color:#000;
text-indent:0;
vertical-align:0;
}
.infolst li .ico.biz {
position:absolute;
right:0;
top:2px;
background-image:none;
font-size:12px;
color:#F60;
text-indent:0;
vertical-align:0;
}
.infolst li .ico_xb {
display:inline-block;
overflow:hidden;
margin-left:5px;
background:url(../images/sp_bu_xb.png) no-repeat;
background-size:17px auto;
text-indent:-100em;
vertical-align:-3px;
}
.infolst li .ico_xb.qiandai {
width:17px;
height:16px;
position:absolute;
right:0;
top:0;
}
.infolst li .ico_xb.qiandai_1 {
background-position:0 0;
}
.infolst li .ico_xb.qiandai_2 {
background-position:0 -16px;
}
.infolst li .ico_xb.qiandai_3 {
background-position:0 -33px;
}
.infolst li .ico_xb.qiandai_4 {
background-position:0 -49px;
}
.infolst li .ico_xb.qiandai_5 {
background-position:0 -66px;
}
.infolst li .ico_xb.qiandai_6 {
background-position:0 -83px;
}
.infolst li .ico_xb.qiandai_7 {
background-position:0 -99px;
}
.infolst li .ico_xb.qiandai_8 {
background-position:0 -116px;
}
.infolst li .ico_xb.qiandai_9 {
background-position:0 -132px;
}
.infolst li .ico_xb.danbao {
background-position:0 -125px;
background-size:14px auto;
width:14px;
height:16px;
position:relative;
top:2px;
left:-4px;
}
#tipsDiv {
position:fixed;
left:50%;
bottom:50px;
z-index:2000;
width:190px;
line-height:24px;
background-color:rgba(0,0,0,.7);
color:#fff;
margin-left:-100px;
padding:5px;
border-radius:8px;
text-align:center;
}
/* alert */
#alert_box {
width:250px;
border:1px solid #2a2c30;
position:fixed;
left:50%;
top:50%;
z-index:1001;
margin-left:-127px;
margin-top:-50px;
background-color:#595d61;
border-radius:2px;
box-shadow:0 0 3px #c9cbcc;
padding:1px;
}
#show_mes {
text-align:center;
line-height:20px;
padding:10px;
color:#fff;
background-color:#42474c;
}
#but_div {
display:-webkit-box;
height:40px;
background-color:#42474c;
border-top:1px solid #595d61;
}
#but01,#but02 {
width:125px;
height:40px;
line-height:40px;
color:#fff;
text-align:center;
}
#but01 {
border-right:1px solid #595d61;
}
#but_div .but_hover {
background-color:#545f69;
}
/* list ��ఴť */
.selist_more .arrow_more {
display:inline-block;
width:10px;
height:13px;
margin-left:5px;
vertical-align:-2px;
background:url(../images/sp_ico.png) no-repeat 2px -85px;
background-size:12px auto;
}
#selist_more {
width:100%;
text-align:center;
}
.selist_div_show {
height:129px;
overflow:hidden;
-webkit-transition:height 500ms ease-out;
}
/************** luorh end ***************/
/* �����б�ҳ */
.se_nav {
width:100%;
height:20px;
font-size:11px;
line-height:20px;
color:#fff;
text-indent:10px;
clear:both;
overflow:hidden;
background:#d0d5d6;
white-space:nowrap;
text-overflow:ellipsis;
}
.selist_div {
width:100%;
height:0;
background:#f2f5f7;
/*-webkit-box-shadow:0 1px 1px #e9ebec;*/
clear:both;
color:#3e3e3e;
overflow:hidden;
}
.selist_half {
width:50%;
border-bottom:1px solid #d3d3d3;
float:left;
}
.selist_half span {
border-right:1px solid #d3d3d3;
display:block;
}
.selist_half span font {
border:1px solid #fcfcfd;
padding:12px 10px 11px 13px;
display:block;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.sehalf_le span font {
border-left:none;
}
.sehalf_ri span font,.sehalf_ri span {
border-right:none;
}
/*.selist_half span font div {
padding:0 5px 0 8px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
*/
.selist_half a {
width:100%;
height:100%;
-webkit-border-radius:0;
display:block;
}
.selist_half a.disabled {
color:#b7babb;
}
.selist_more a span font div m {
width:7px;
height:12px;
background-position:-45px -62px;
display:inline-block;
}
.selist_none {
background:#eaedee;
}
.selist_none span font {
border:1px solid #e5e8e9;
padding:12px 10px 11px 13px;
display:block;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
border-bottom:1px solid #eaedee;
border-right:none;
}
/* filter new */
.filter {
border-bottom: 1px solid #D1D2D7;
clear:both;
position:relative;
overflow:hidden;
background:#FFFFFF;
height:auto;
overflow:hidden;
}
.filter_item {
overflow:hidden;
border-bottom:1px solid #e3e3e3;
line-height:28px;
padding:8px 0 8px 12px;
position: relative;
}
.filter_item:nth-of-type(1) {
border-bottom-style: solid;
}
.filter_item::before {
content: '';
height: 0;
left: 0;
position: absolute;
width: 0;
}
.filter_item dt {
float:left;
padding-top:2px;
text-align:left;
font-size:14px;
width:58px;
}
.filter_item[type="footmark"] a {
display: block;
overflow: hidden;
}
.filter_item dd {
padding-left:10px;
overflow:hidden;
position:relative;
height:28px;
}
.filter_item dd a {
color: #7A7E88;
display:inline-block;
height:28px;
line-height:28px;
padding:0 5px;
border-radius:0;
vertical-align: middle;
}
.filter_item dd a.selected {
background-color:#FF6C00;
color:#fff;
height: 18px;
line-height: 18px;
}
.filter_item dd .ico_more,.filter_item dd .ico_more2 {
position:absolute;
right:1px;
top:-6px;
width:34px;
height:40px;
}
.filter_item dd .ico_more:after, .filter_item dd .ico_more2:after{
display:block;
position:absolute;
right:12px;
top:12px;
content:"";
width:7px;
height:7px;
border-top:2px solid #C0C0C1;
border-right:2px solid #C0C0C1;
-webkit-transform:rotate(135deg);
}
.filter_item dd .ico_more.up,.filter_item dd .ico_more2.up {
-webkit-transform:rotate(-180deg);
}
.filter_item dd .ico_more2{
top:24px;
}
.filter_item dd span {
color:#ff6000;
font-weight:bold;
padding:0 3px;
}
.filter_more {
background: #F9F9F9;
color: #BFBFBF;
width:100%;
height:37px;
line-height:37px;
text-align:center;
}
.filter_more .arrow {
display:inline-block;
width:10px;
height:13px;
margin-left:5px;
vertical-align:-2px;
background:url(../images/sp_ico.png) no-repeat 2px -85px;
background-size:12px auto;
}
.filter_more.less .arrow {
-webkit-transform:rotate(-180deg);
}
.filter_more a {
color: #7A7E88;
display:block;
font-size: 13px;
border-radius:0;
}
.filter_item .dd_more{
padding-right:30px;
}
.filter_item .dd_more2{
padding-right:30px;
height:56px;
}
/* ��ҳ�б� */
.infolst .tit.fr {
float:right;
width:22px;
height:64px;
}
.infolst li .ico.dianhua {
position:absolute;
right:10px;
top:30px;
width:22px;
height:20px;
background:url(../images/dianhua.png) no-repeat 0 0;
background-size:22px auto;
cursor:pointer;
}
.infolst li .ico_v.wlt {
width:10px;
height:10px;
background-size:15px auto;
background-position:0 -24px;
margin-right:0;
margin-left:8px;
}
.infolst li .ico_v.jing {
width:11px;
height:11px;
background:url(../images/dianhua.png) no-repeat 0 -24px;
background-size:25px auto;
margin-left:0;
}
.infolst li .ico_v.ding {
background-position: 0 -101px;
background-size: 16px auto;
height: 11px;
margin-left: 0;
width: 14px;
}
.infolst li .ico_v.ding2 {
background-position: 0 -76px;
background-size: 16px auto;
height: 11px;
margin-left: 0;
width: 14px;
}
.tui {
background: url(../images/tui0317.png) no-repeat!important;
background-size: 15px auto!important;
display: inline-block;
height: 15px;
width: 15px;
vertical-align: top;
}
/* �б?ҳ */
.selVal {
white-space:nowrap;
text-overflow:ellipsis;
font-weight:normal;
}
.sel_default {
color:#6E6E6E;
}
.sle_show {
border:1px #DEDEDE solid;
border-right:none;
color: #999;
padding:0px 3px 0px 8px;
float:left;
}
.sle_ri {
border:1px #DEDEDE solid;
width:20px;
height:33px;
background-repeat:no-repeat;
background-position:-76px -25px;
border-left:none;
float:left;
}
.sel_xia {
display:inline-block;
width:8px;
height:10px;
background:url(../images/sp_ico.png) no-repeat 2px -45px;
background-size:11px auto;
-webkit-transform:rotate(90deg);
}
.select_item {
position:absolute;
top:0;
left:0;
z-index:10;
width:100%;
height:100%;
opacity:0;
height:30px;
font-size:10px;
}
.tit {
font-size:16px;
height: 18px;
overflow: hidden;
padding-right: 10px;
position: relative;
}
.attr {
color: #9FA2A9;
font-size: 11px;
height: 19px;
margin-top: 3px;
margin-bottom: 3px;
overflow: hidden;
}
/* 4�����б�ҳ�Ż� */
.list-info .thumbnail {
height: 55px;
margin-right: 10px;
margin-top: 2px;
width: 70px;
}
.list-info dl {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
}
.hpic .thumbnail {
display: none;
}
.hpic dl {
width: 298px;
}
.list-info li {
background: #FFF;
border-bottom:1px solid #E3E3E3;
font-size:12px;
color:#858586;
line-height:20px;
overflow:hidden;
}
.list-info li:first-child {
border-top:none;
}
.list-info li:last-child {
border-bottom:none;
}
.list-info li.hover {
background-color:#e3e4e4;
}
.list-info li a {
display: -webkit-box;
display: -webkit-flex;
display: flex;
height:100%;
border-radius:0;
padding: 10px;
}
.list-info li p {
padding-top:3px;
overflow:hidden;
}
.list-info .tit strong {
color:#3F4358;
font-size: 15px;
font-weight: bold;
}
.list-info .tu {
color:#0C67E4;
font-size: 15px;
}
.list-info .price,.list-info .price strong {
color:#ff7201;
font-size:15px;
}
.list-info .price {
float: left;
font-size: 15px;
font-weight:bold;
margin-right: 10px;
}
.list-info .price strong {
font-weight:bold;
}
.list-info .time {
font-size:12px;
float: right;
}
.list-info li .ico {
background:url(../images/list-ico-new.png) no-repeat;
background-size:15px auto;
width:15px;
height:15px;
overflow:hidden;
position: absolute;
right: 0;
text-indent:-100em;
top: 2px;
}
.list-info li .ico.jing {
background-position:0 0;
}
.list-info li .ico.ding {
background-position:0 -17px;
}
.list-info li .ico.ding2 {
background-position:0 -35px;
}
.list-info li .ico.xb {
background-size:14px auto;
height:19px;
background-position:0 -64px;
}
.list-info li .yan {
color:#63bd28;
font-style:normal;
padding-left:8px;
}
.list-info li .kuaizhao {
background: url(../images/kuaizhaoicon.png) no-repeat;
background-size: 24px auto;
display: inline-block;
height: 19px;
margin-left: 5px;
width: 24px;
vertical-align: -8px;
}
.zf_geren {
color:#ff7201;
}
.grrz {
background: #70D37E;
border-radius: 1px;
color:#FFF;
padding: 2px 1px 2px 3px;
}
.grrz::after {
background: #FFF;
color: #FEA90A;
content: '����';
margin: 1px 0 1px 2px;
padding: 1px 3px;
}
.list-info .tag_w .tag {
display:inline-block;
border:1px solid;
text-align:center;
padding:0 3px;
line-height:16px;
margin-right:3px;
}
.list-info .tag_w .tag.borc {
border-color:#efbd76;
}
.list-info .tag_w .tag.borc2 {
border-color:#89c789;
}
.list-info .tag_w .tag.borc3 {
border-color:#8fa9df;
}
.list-info .tag_w .tag.borc4 {
border-color:#ef998f;
}
.ml5 {
margin-left:5px;
}
.list-info li p {
color: #7A7E88;
width:100%;
padding-right:120px;
box-sizing:border-box;
position:relative;
white-space:nowrap;
text-overflow:clip;
}
.list-info li p .price {
position:absolute;
right:0;
bottom:1px;
}
.list-info li .ico_xb {
display:inline-block;
overflow:hidden;
margin-left:5px;
background:url(../images/sp_bu_xb.png) no-repeat;
background-size:17px auto;
text-indent:-100em;
vertical-align:-3px;
}
.list-info li .ico_xb.qiandai {
width:17px;
height:16px;
position:absolute;
right:0;
top:0;
}
.list-info li .ico_xb.qiandai_1 {
background-position:0 0;
}
.list-info li .ico_xb.qiandai_2 {
background-position:0 -16px;
}
.list-info li .ico_xb.qiandai_3 {
background-position:0 -33px;
}
.list-info li .ico_xb.qiandai_4 {
background-position:0 -49px;
}
.list-info li .ico_xb.qiandai_5 {
background-position:0 -66px;
}
.list-info li .ico_xb.qiandai_6 {
background-position:0 -83px;
}
.list-info li .ico_xb.qiandai_7 {
background-position:0 -99px;
}
.list-info li .ico_xb.qiandai_8 {
background-position:0 -116px;
}
.list-info li .ico_xb.qiandai_9 {
background-position:0 -132px;
}
.list-info li .ico_xb.danbao {
background-position:0 -125px;
background-size:14px auto;
width:14px;
height:16px;
position:relative;
top:2px;
left:-4px;
}
#adZhiNeng {
background: #FFF;
border-top: 1px solid #E0E1E2;
color:#858586;
display: none;
font-size:12px;
padding:10px;
position:relative;
}
#adZhiNeng h3 {
color:#18191A;
font:normal 16px/1.4em Microsoft Yahei;
}
#adZhiNeng span {
position:absolute;
right:10px;
top:12px;
}
#wangmeng_btm_ad_container {
}
.body_div {
overflow: hidden;
}
.body_div>a img {
vertical-align: top;
}
.grfy1 {
color: #390;
}
.grfy2 {
color: #F90;
}
/*banner*/
.index_down { background: none; height: 0; }
#pics{margin:0 auto;position:relative;overflow:hidden}
#pics #datu{display:-webkit-box;list-style:none;-webkit-transform:translate3d(0, 0, 0)}
#pics #datu li{margin:0;text-align:center;width:100%}
#pics .panel_num{text-align:center;position:absolute;width:100%;left:0;bottom:3px}
#pics .panel_num span{background:url(../images/banpic.png) no-repeat;background-size:10px auto;display:inline-block;width:10px;height:10px;margin:0 1px}
#pics .panel_num .curr {background-position:0 -10px;}
#pics .index_down.headlines { background: none; height: 0; }
/*relation*/
.relation .title {
background: #FFF;
color: #000;
font-weight: bold;
font-size: 16px;
padding: 14px 0 14px 10px;
position:relative;
}
.relation .title:after {
display:block;
position:absolute;
right:12px;
top:16px;
content:"";
width:6px;
height:6px;
border-top:2px solid #C0C0C1;
border-right:2px solid #C0C0C1;
-webkit-transform:rotate(135deg);
}
.relation .show.title:after{
top:20px;
-webkit-transform:rotate(-45deg);
}
.relation{border-bottom:1px solid #E0E1E2;}
.relation .list {
padding: 5px 0;
display:none;
border-top:1px solid #E0E1E2;
}
.relation .list li {
display: inline-block;
font-size: 15px;
padding: 0 5px;
vertical-align: top;
width: 140px;
}
.relation .list a {
color: #0C67E4;
display: block;
height: 100%;
padding: 5px;
width: 100%;
}
.relation ~ .help{border-top:none;}
.pics{
margin: 0 auto;
position: relative;
width: 100%;
}
.datu{
list-style: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;/*ie10֧��ie11��֧��*/
display: box;
transform: translateX(0);
-ms-transform: translateX(0);
width: 100%;
flex: auto;
}
.datu li{
text-align: center;
width: 100%;
}
.panel_num{
text-align: center;
position: absolute;
width: 100%;
left: 0;
bottom: 3px
}
.panel_num span{
background: #989898;
border-radius: 7px;
display: inline-block;
width: 7px;
height: 7px;
margin: 0 3px
}
.panel_num span.cur{
background: #FF881A;
}
/*�����־*/
.list-info .fcj{
display:inline-block;
padding:0 2px;
background:#f56464;
color:#fff;
margin-right:5px;
}
/*����seo*/
.list-info li .diyu_sale,.list-info li .diyu_pet,.list-info li .diyu_car ,.infolst li .cate_pinche,.list-info li .cate_pet,.list-info li .company_job ,.list-info li .diyu_job{
position:absolute;
width:auto;
height:auto;
padding:0;
margin:0;
left:10px;
bottom:8px;
}
.list-info li .origin,.infolst li .origin,.list-info li .origin_xq{visibility:hidden;position:relative;}
.infolst li .cate_pinche{bottom:30px;height: 18px;max-width: 180px;font-size: 12px;color: #858586;line-height: 18px;}
.list-info li .cate_pet,.list-info li .diyu_job{bottom:28px;}
/*����seo����*/
.list-info li {
position:relative;
}
.list-info li .house_xq{
position:absolute;
top:31px;
height:17px;
width:auto !important;
overflow:hidden;
display:none;
padding:0;
color:#9FA2A9;
font-size:11px;
}
.list-info .tag_w .tag.borc5 {
border-color:#f94444;
}
.list-info li .house_xq2{
position:absolute;
top:31px;
width:auto !important;
padding:0;
height:18px;
line-height:18px;
color:#9FA2A9;
display:none;
}
.list-info li .house_xq2 em{
display:inline-block;
height:16px;
text-align: center;
line-height: 16px;
border:1px solid #ef998f;
padding:0 3px;
font-size:11px;
}
/*���banner���������*/
#banner{overflow:hidden;}
/* bbanner */
.bban {
background-color: rgba(59, 59, 65, .95);
bottom: 0;
height: 60px;
position: fixed;
width: 100%;
}
.bban .aban {
display: block;
height: 100%;
width: 100%;
}
.bban .iban {
float: left;
height: 30px;
margin: 15px 12px;
width: 30px;
}
.bban .text {
color: #FFF;
float: left;
margin-top: 15px;
}
.bban .btnd {
background-color: #E2E2E2;
border-radius: 3px;
color: #282828;
float: right;
margin: 14px 15px;
padding: 8px;
}
.bban .p1 {
font-size: 14px;
opacity: .8;
}
.bban .p2 {
font-size: 11px;
margin-top: 2px;
opacity: .6;
}
.bban .x {
background: url(../images/x.0424.png) no-repeat left top;
background-size: auto 16px;
height: 25px;
left: 0;
position: absolute;
top: 0;
width: 25px;
}
/* end bbanner */
/*�����ڻ*/
.filter_item dd .car-tejia{color:#f2442e;}
.list-info .xianshi,.list-info .xianshi-price,.list-info .xianshi-price2 {
float: left;
font-size: 15px;
margin-right: 3px;
}
.list-info .xianshi{
padding:0 2px;
color:#fff;
background:#f2442e;
}
.list-info .xianshi-price{
color:#f2442e;
font-weight:bold;
}
.list-info .xianshi-price2 {
text-decoration:line-through;
margin-right:10px;
}
.link-detail4{
position:absolute;
top:105px;
left:48px;
width:185px;
height:110px;
}
.link-detail{
position:absolute;
top:223px;
left:90px;
width:100px;
height:30px;
}
#car-act span{
position:absolute;
top:8px;
right:8px;
width:22px;
height:22px;
}
/* �������ʼ */
.no_info{ height:73px; line-height:73px; background:#FFF; color:#7a7e88; border-bottom:1px solid #d1d2d7; text-align:center; font-weight:bold;}
.old_info {
background: #FFF;
color: #a6adb3;
width:100%;
height:44px;
line-height:44px;
text-align:center;
border-top:1px solid #ececec;
border-bottom:1px solid #d1d2d7;
}
.old_info a{ text-decoration: underline}
.title_info{ height:31px; background:#f7f7f7; color:#b3b5bb; line-height:31px; border-bottom:1px solid #ececec; padding-left:10px;}
.recommend_info ul li{ height:43px; background:#FFF; border-bottom:1px solid #ececec; position:relative; line-height:43px; font-size:16px;}
.recommend_info ul li a{ color:#157dfb; padding:0px 10px; display:block;}
.recommend_info ul li a:after{ position:absolute; right:10px; top:18px; content:""; width:6px; height:6px; border-top:2px solid #b1b4bf; border-right:2px solid #b1b4bf; -webkit-transform:rotate(45deg)}
/* ���������� */
.pr5 span{ padding-right:3px;}
/*2014��8��5��18:09:26������л���ʽ*/
.city_box {
width:100%;
float:left
}
.city_box h3 {
border-top:1px solid #E3E3E3;
border-bottom:1px solid #E3E3E3;
height:38px;
font-size:16px;
padding-left:10px;
line-height:38px;
background:#F8F8F8;
color:#3F4358
}
.city_box .city_lst {
overflow:hidden;
width:100%
}
.city_box .city_lst li {
float:left;
width:33.3%;
height:45px;
line-height:40px;
text-align:center;
font-size:14px;
color:#394b59
}
.city_box .city_lst li a {
display:block;
height:45px;
color:#3F4358;
-webkit-border-radius:0
}
.city_box .hot li a {
color:#0C67E4
}
.city_box .city_lst li a.nobor {
border-left:0
}
.city_box .city_lst li a.nobor2 {
border-bottom:0
}
.city_box h4 {
clear:both;
height:40px;
border-bottom:1px solid #FF6C00;
border-top:1px solid #c8c9ca;
font-weight:400
}
.city_box h4 p {
background:#FFF;
padding-left:10px;
font-size:13px;
color:#999;
line-height:39px
}
.city_box h4 p span {
color:#3F4358;
font-size:15px;
font-weight:700;
margin-right:10px
}
.curr_city {
height:38px;
line-height:38px;
text-align:center;
padding-bottom:5px
}
.curr_city a {
color:#50b4d7
}
.curr_city .ico {
display:inline-block;
width:20px;
height:17px;
background:url(../img/face_ico.png?v=3.1.5) no-repeat;
background-size:20px 17px;
vertical-align:-2px;
margin-right:5px
}
.letters_lst li {
width:16.66666666666667%;
float:left;
height:40px;
line-height:40px;
text-align:center;
color:#394B59
}
.letters_lst li a {
display:block;
height:40px;
color:#394b59;
-webkit-border-radius:0
}
.letters_lst li:nth-of-type(6) a {
border-right:none
}
.letters_lst li:nth-of-type(12) a {
border-right:none
}
.letters_lst li:nth-of-type(18) a {
border-right:none
}
.letters_lst li:nth-of-type(19) a {
border-bottom:none
}
.letters_lst li:nth-of-type(20) a {
border-bottom:none
}
.letters_lst li:nth-of-type(21) a {
border-bottom:none
}
.letters_lst li:nth-of-type(22) a {
border-bottom:none
}
.local-city {
display:inline-block;
padding-left:20px;
font-size:14px;
color:#3F4358;
font-weight:400
}
.help{ border-top:1px #d8d9da solid;}
.coupon-tag {
width: 15px;
height: 16px;
background: url(../images/nav-icons.png) no-repeat;
background-size: 115px auto;
vertical-align: -3px;
padding-left: 2px;
padding-right: 6px;
display: inline-block;
}
.coupon-tag-gray {
width: 15px;
height: 16px;
background: url(../images/nav-icons-gray.png) no-repeat;
background-size: 115px auto;
vertical-align: -3px;
padding-left: 2px;
padding-right: 6px;
display: inline-block;
}
.hui {
background-position: -96px -96px;
height: 22px;
}
.tuan {
background-position: -33px -49px;
vertical-align: -4px;
} | m/template/css/list.css | .login_txt {
bottom: 7px;
color: #999;
position: absolute;
right: 50px;
}
.login_txt a {
color: #3F4358;
font-size: 14px;
}
.haspic {
line-height: 35px;
position: relative;
text-indent: 35px;
width: 65px;
}
.haspic::before {
background: url(../images/list_haspic.png) no-repeat;
background-size: auto 30px;
content: '';
height: 15px;
left: 15px;
position: absolute;
top: 10px;
width: 18px;
}
.hpic .haspic::before {
background-position: 0 -15px;
top: 9px;
}
.tuiguang {
background: #FFFDF0;
border-top: 1px solid #7D8196;
}
.tuiguang a>span {
background: #157DFB;
border-radius: 3px;
color: #FFF;
display: none;
font-size: 12px;
height: 16px;
line-height: 16px;
left: 11px;
padding: 0px 4px;
position: absolute;
top: 12px;
}
.tuiguang p {
color: #3F4358;
font: bold 16px ����;
}
.tuiguang p .tu {
color: #2F7DE8;
}
.tuiguang p .zhi {
background: url(../images/tuiguang_zhi.png) no-repeat;
background-size: 17px auto;
display: inline-block;
height: 22px;
width: 22px;
margin-left: 5px;
margin-top: 1px;
vertical-align: top;
}
.tuiguang a {
color: #999;
display: block;
font-size: 13px;
padding: 12px 0 12px 10px;
position: relative;
}
.tuiguang a:nth-of-type(n+2) {
border-top: 1px solid #E3E3E3;
}
.tuiguang .small {
color: #7A7E88;
font-size: 12px;
margin-top: 7px;
}
/* top */
.top_div{ position:fixed; right:10px; bottom:10px; width:44px; height:44px; background:url(../images/top.png); background-size:44px auto; display:none; z-index:2000 }
.top_div a{ width:100%; height:100%; display:block }
/* �������� */
.search_word{ font-size:12px; color:#585858; padding:8px 0 0 0;height:25px;overflow:hidden;}
.search_word span{ padding:2px 3px; display:inline-block}
.search_word a{ color:#50b4d7; padding:2px 3px; display:inline-block }
/* alert */
#alert_box{width:250px;border:1px solid #2a2c30;position:fixed;left: 50%;top:50%;z-index:1001;margin-left: -127px;margin-top: -50px;background-color: #595d61;border-radius:2px;box-shadow: 0 0 3px #c9cbcc;padding:1px;}
#show_mes{text-align: center;line-height:20px;padding: 10px;color:#fff;background-color: #42474c;}
#but_div{display: -webkit-box;height:40px;background-color: #42474c;border-top:1px solid #595d61}
#but01,#but02{width:125px;height:40px;line-height:40px;color: #fff;text-align: center;}
#but01{border-right:1px solid #595d61}
#but_div .but_hover{background-color: #545f69;}
/* 404 */
.msg_box{width:100%;position:relative;min-height:240px;clear:both;padding-top:50px;background: url(../images/bgimg_404.gif) no-repeat right bottom; background-size: 243px 249px;}
.msg_box .msg_txt{padding: 20px;line-height:25px;}
.msg_box .msg_txt img{margin: 5px 10px 50px 0;float: left;}
.msg_box a{display: block;position: absolute;right: 10px;top:20px;width: 80px;height: 40px;overflow:hidden;text-indent:-100em; background-color:#333;opacity: 0}
.msg_box a.go_home{top:158px;right:32px;}
.msg_box a.go_prev{top:110px;right:23px;}
.msg_box.nobg{background-image: none;}
.msg_box.nobg .msg_txt{position: absolute; top: 50%; left: 50%; margin-top: -35px; margin-left: -95px;}
/* hover */
.paging a.hover{ background:#eceff0; background-color:#eceff0; color:inherit}
/* tips */
#tipsDiv{position:fixed;left: 50%;bottom:50px;z-index:2000;width:190px;line-height:24px;background-color:rgba(0, 0, 0, .7);color: #fff;margin-left:-100px;padding:5px;border-radius:8px;text-align: center}
/* selector */
.selector_bar {
padding:10px 10px 5px;
display:-webkit-box;
clear:both;
}
.selector_bar span {
display:block;
height:35px;
line-height:35px;
text-align:center;
color:#fff;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
opacity:0;
-webkit-transition:opacity 300ms ease;
}
.selector_bar .btn_area {
width:48%;
background-color:#C3CAA8;
margin-right:2%;
}
.selector_bar .btn_selector {
width:50%;
padding:0 10px;
-webkit-box-sizing:border-box;
background-color:#ABD3E0;
}
.selector_bar .w_auto {
width:100%;
}
.selector_bar span.hover {
background-color:#cbcfd1;
}
#selectorMask {
display:none;
width:100%;
height:1500px;
position:absolute;
left:0;
top:0;
z-index:99;
background-color:rgba(51,51,51,0.3);
}
#selectorMask:before,#selectorMask:after {
display:block;
position:absolute;
top:200px;
content:'';
width:8px;
height:8px;
border-top:4px solid #fff;
border-right:4px solid #fff;
-webkit-transform:rotate(45deg);
}
#selectorMask:before {
right:300px;
}
#selectorMask:after {
right:290px;
}
#selectorWrap {
height:100%;
display:none;
width:280px;
overflow:hidden;
position:absolute;
right:0;
top:0;
z-index:101;
}
#selectorBox {
display:none;
position:absolute;
top:0;
right:0;
z-index:100;
width:280px;
background-color:#303133;
color:#d1d5d8;
-webkit-transform:translate3d(280px,0,0);
-webkit-transition:-webkit-transform .4s ease-out;
-webkit-transform-style:preserve-3d;
-webkit-backface-visibility:hidden;
-webkit-transform-origin:0;
}
#selectorTitle {
height:44px;
line-height:44px;
background-color:#383a3c;
border-bottom:1px solid #444648;
font-size:18px;
text-align:center;
}
#selectorCon {
border-top:1px solid #1c1c1d;
}
#selectorCon li {
line-height:44px;
border-bottom:1px solid #383939;
}
#selectorCon li div {
position:relative;
padding-left:15px;
height:44px;
}
#selectorCon li strong {
font-size:16px;
font-weight:normal;
}
#selectorCon li .selectorVal {
color:#9b9e9f;
position:absolute;
right:30px;
top:0;
}
#selectorCon li .arrow {
display:block;
position:absolute;
right:15px;
top:18px;
width:7px;
height:7px;
border-top:2px solid #bdbdbd;
border-right:2px solid #bdbdbd;
-webkit-transform:rotate(135deg);
-webkit-transition:-webkit-transform 200ms linear;
}
#selectorCon li ul {
position:relative;
display:none;
overflow:hidden;
border-top:1px solid #1a1a1b;
border-bottom:1px solid #1a1a1b;
background-color:#28282a;
-webkit-transition:height 200ms ease-out;
/*height:0;
overflow:hidden;
*/
}
#selectorCon li ul li {
padding-left:20px;
color:#9b9e9f;
position:relative;
border-bottom:1px solid #2d2d2e;
height:44px;
}
#selectorCon li ul li:last-child {
border-bottom:0;
}
#selectorCon li.open div {
border-bottom:1px solid #383939;
}
#selectorCon li.open .arrow {
-webkit-transform:rotate(-45deg);
}
#selectorCon li.open ul {
display:block;
}
#selectorCon li ul li.on:before {
content:'';
display:block;
position:absolute;
right:10px;
top:14px;
width:18px;
height:18px;
border-radius:18px;
background-color:#789b3f;
}
#selectorCon li ul li.on:after {
content:'';
display:block;
position:absolute;
right:15px;
top:17px;
width:4px;
height:7px;
border-bottom:3px solid #fff;
border-right:3px solid #fff;
-webkit-transform:rotate(45deg);
}
#selectorBtnbar {
display:none;
height:35px;
line-height:35px;
padding:15px 0;
text-align:center;
}
#selectorBtnbar span {
display:inline-block;
width:68px;
height:35px;
background-color:#8f9394;
margin:0 10px;
color:#18191a;
}
#selectorBtnbar .hover {
background-color:#6c6e6f;
}
#selectorCon li ul li.more_data {
position:absolute;
width:100%;
left:0;
bottom:0;
background-color:#28282A;
}
#selectorCon li ul li .dataLoading {
position:absolute;
left:50%;
top:7px;
display:block;
width:85px;
height:30px;
line-height:30px;
text-align:center;
margin-left:-42px;
z-index:101;
color:#fff;
background-color:#000;
border-radius:3px;
}
/* ios �������� */
#selectorBox.active * {
-webkit-backface-visibility:hidden;
}
/* list */
.infolst_w {
}
.infolst li {
background: #FFF;
border-top:1px solid #fff;
border-bottom:1px solid #E0E1E2;
overflow:hidden;
position:relative;
}
.list-info li strong {
color: #3F4358;
font-size: 16px;
font-weight: bold;
}
.infolst li:first-child {
border-top:none;
}
.infolst li:last-child {
border-bottom:none;
}
.infolst li.hover {
background-color:#e3e4e4;
}
.infolst li a {
display:block;
padding:10px;
padding-bottom: 3px;
height:100%;
-webkit-border-radius:0;
}
.infolst dl {
display:block;
}
.infolst .tit {
position:relative;
padding-bottom:5px;
display:-webkit-box;
-webkit-box-orient:horizontal;
height:18px;
line-height:18px;
}
.infolst .tit strong {
display:block;
overflow:hidden;
font-size:16px;
color:#18191a;
font-weight:bold;
}
.infolst .attr {
font-size:12px;
color:#858586;
line-height:18px;
}
.infolst .price {
color:#ff7201;
}
.infolst .attr_v {
color:#858586;
}
.infolst .attr span {
display:inline-block;
height:18px;
max-width:180px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.infolst .attr span:last-child {
float:right;
}
.infolst .attr .tag_w {
max-width:240px;
margin-bottom:3px;
}
.infolst .attr .tag {
display:inline-block;
border:1px solid;
text-align:center;
padding:0 3px;
line-height:16px;
margin-right:3px;
}
.infolst .attr .tag.borc {
border-color:#efbd76;
}
.infolst .attr .tag.borc2 {
border-color:#89c789;
}
.infolst .attr .tag.borc3 {
border-color:#8fa9df;
}
.infolst .attr .tag.borc4 {
border-color:#ef998f;
}
.view_more {
height:45px;
line-height:45px;
text-align:center;
}
.view_more.hover {
background-color:#e3e4e4;
}
.bg_layer {
width:100%;
position:fixed;
left:0;
top:0;
background-color:transparent;
}
.not_more_info {
text-align:center;
height:45px;
line-height:45px;
color:#5c677d;
}
.paging {
background: #FFF;
padding:22px;
text-align:center;
line-height: 33px;
border-top:1px solid #E0E1E2;
}
.paging a {
background: #FFF;
border:1px solid #DCDEE0;
border-radius: 0;
color: #999;
display:inline-block;
width: 58px;
height: 33px;
}
.paging a .ico {
display:inline-block;
width:8px;
height:10px;
background:url(../images/sp_ico.png) no-repeat 0 -45px;
background-size:11px auto;
}
.paging a.prev .ico {
-webkit-transform:rotate(180deg);
margin-right:4px;
}
.paging a.next .ico {
margin-left:5px;
}
.paging .page_sel {
margin:0 5px;
position:relative;
display:inline-block;
height:30px;
vertical-align:top;
}
.paging a.disabled {
color:#ccc;
}
.paging a.hover {
background:#eceff0;
background-color:#eceff0;
color:inherit;
}
.ico_loading {
display:none;
width:20px;
height:20px;
background:url(../images/ico_loading.png) no-repeat;
vertical-align:middle;
margin-right:10px;
}
.lst_loading .ico_loading {
display:inline-block;
}
.lst_loading .ico_loading {
-webkit-transform:rotate(0deg) translateZ(0);
-webkit-transition-duration:0ms;
-webkit-animation-name:ico_loading;
-webkit-animation-duration:2s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:linear;
}
@-webkit-keyframes ico_loading {
from {
-webkit-transform:rotate(0deg) translateZ(0);
}
to {
-webkit-transform:rotate(360deg) translateZ(0);
}
}/* list icon public */
.infolst li .ico_v {
display:inline-block;
width:11px;
height:9px;
margin:0 5px;
background:url(../images/sp_bu.png) no-repeat;
background-size:11px auto;
vertical-align:-1px;
}
.infolst li .ico_v.qiye {
background-position:0 -96px;
}
.infolst li .ico_v.geren {
background-position:0 -85px;
}
.infolst li .ico {
display:inline-block;
overflow:hidden;
margin-left:5px;
background:url(../images/sp_bu.png) no-repeat;
text-indent:-100em;
vertical-align:-3px;
}
.infolst li .ico.tu {
width:15px;
height:15px;
background-position:0 -213px;
}
.infolst li .ico.wlt {
width:14px;
height:15px;
background-position:0 -35px;
}
.infolst li .ico.yan {
width:15px;
height:15px;
background-position:0 -70px;
}
.infolst li .ico.ding {
position:absolute;
right:0;
top:3px;
width:14px;
height:14px;
background-position:0 -105px;
}
.infolst li .ico.ding_d {
position:absolute;
right:0;
top:3px;
width:14px;
height:14px;
background-position:0 -140px;
}
.infolst li .ico.zhijie {
background:yellow;
font-size:14px;
color:#000;
text-indent:0;
vertical-align:0;
}
.infolst li .ico.biz {
position:absolute;
right:0;
top:2px;
background-image:none;
font-size:12px;
color:#F60;
text-indent:0;
vertical-align:0;
}
.infolst li .ico_xb {
display:inline-block;
overflow:hidden;
margin-left:5px;
background:url(../images/sp_bu_xb.png) no-repeat;
background-size:17px auto;
text-indent:-100em;
vertical-align:-3px;
}
.infolst li .ico_xb.qiandai {
width:17px;
height:16px;
position:absolute;
right:0;
top:0;
}
.infolst li .ico_xb.qiandai_1 {
background-position:0 0;
}
.infolst li .ico_xb.qiandai_2 {
background-position:0 -16px;
}
.infolst li .ico_xb.qiandai_3 {
background-position:0 -33px;
}
.infolst li .ico_xb.qiandai_4 {
background-position:0 -49px;
}
.infolst li .ico_xb.qiandai_5 {
background-position:0 -66px;
}
.infolst li .ico_xb.qiandai_6 {
background-position:0 -83px;
}
.infolst li .ico_xb.qiandai_7 {
background-position:0 -99px;
}
.infolst li .ico_xb.qiandai_8 {
background-position:0 -116px;
}
.infolst li .ico_xb.qiandai_9 {
background-position:0 -132px;
}
.infolst li .ico_xb.danbao {
background-position:0 -125px;
background-size:14px auto;
width:14px;
height:16px;
position:relative;
top:2px;
left:-4px;
}
#tipsDiv {
position:fixed;
left:50%;
bottom:50px;
z-index:2000;
width:190px;
line-height:24px;
background-color:rgba(0,0,0,.7);
color:#fff;
margin-left:-100px;
padding:5px;
border-radius:8px;
text-align:center;
}
/* alert */
#alert_box {
width:250px;
border:1px solid #2a2c30;
position:fixed;
left:50%;
top:50%;
z-index:1001;
margin-left:-127px;
margin-top:-50px;
background-color:#595d61;
border-radius:2px;
box-shadow:0 0 3px #c9cbcc;
padding:1px;
}
#show_mes {
text-align:center;
line-height:20px;
padding:10px;
color:#fff;
background-color:#42474c;
}
#but_div {
display:-webkit-box;
height:40px;
background-color:#42474c;
border-top:1px solid #595d61;
}
#but01,#but02 {
width:125px;
height:40px;
line-height:40px;
color:#fff;
text-align:center;
}
#but01 {
border-right:1px solid #595d61;
}
#but_div .but_hover {
background-color:#545f69;
}
/* list ��ఴť */
.selist_more .arrow_more {
display:inline-block;
width:10px;
height:13px;
margin-left:5px;
vertical-align:-2px;
background:url(../images/sp_ico.png) no-repeat 2px -85px;
background-size:12px auto;
}
#selist_more {
width:100%;
text-align:center;
}
.selist_div_show {
height:129px;
overflow:hidden;
-webkit-transition:height 500ms ease-out;
}
/************** luorh end ***************/
/* �����б�ҳ */
.se_nav {
width:100%;
height:20px;
font-size:11px;
line-height:20px;
color:#fff;
text-indent:10px;
clear:both;
overflow:hidden;
background:#d0d5d6;
white-space:nowrap;
text-overflow:ellipsis;
}
.selist_div {
width:100%;
height:0;
background:#f2f5f7;
/*-webkit-box-shadow:0 1px 1px #e9ebec;*/
clear:both;
color:#3e3e3e;
overflow:hidden;
}
.selist_half {
width:50%;
border-bottom:1px solid #d3d3d3;
float:left;
}
.selist_half span {
border-right:1px solid #d3d3d3;
display:block;
}
.selist_half span font {
border:1px solid #fcfcfd;
padding:12px 10px 11px 13px;
display:block;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.sehalf_le span font {
border-left:none;
}
.sehalf_ri span font,.sehalf_ri span {
border-right:none;
}
/*.selist_half span font div {
padding:0 5px 0 8px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
*/
.selist_half a {
width:100%;
height:100%;
-webkit-border-radius:0;
display:block;
}
.selist_half a.disabled {
color:#b7babb;
}
.selist_more a span font div m {
width:7px;
height:12px;
background-position:-45px -62px;
display:inline-block;
}
.selist_none {
background:#eaedee;
}
.selist_none span font {
border:1px solid #e5e8e9;
padding:12px 10px 11px 13px;
display:block;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
border-bottom:1px solid #eaedee;
border-right:none;
}
/* filter new */
.filter {
border-bottom: 1px solid #D1D2D7;
clear:both;
position:relative;
overflow:hidden;
background:#FFFFFF;
height:auto;
overflow:hidden;
}
.filter_item {
overflow:hidden;
border-bottom:1px solid #e3e3e3;
line-height:28px;
padding:8px 0 8px 12px;
position: relative;
}
.filter_item:nth-of-type(1) {
border-bottom-style: solid;
}
.filter_item::before {
content: '';
height: 0;
left: 0;
position: absolute;
width: 0;
}
.filter_item dt {
float:left;
padding-top:2px;
text-align:left;
font-size:14px;
width:58px;
}
.filter_item[type="footmark"] a {
display: block;
overflow: hidden;
}
.filter_item dd {
padding-left:10px;
overflow:hidden;
position:relative;
height:28px;
}
.filter_item dd a {
color: #7A7E88;
display:inline-block;
height:28px;
line-height:28px;
padding:0 5px;
border-radius:0;
vertical-align: middle;
}
.filter_item dd a.selected {
background-color:#FF6C00;
color:#fff;
height: 18px;
line-height: 18px;
}
.filter_item dd .ico_more,.filter_item dd .ico_more2 {
position:absolute;
right:1px;
top:-6px;
width:34px;
height:40px;
}
.filter_item dd .ico_more:after, .filter_item dd .ico_more2:after{
display:block;
position:absolute;
right:12px;
top:12px;
content:"";
width:7px;
height:7px;
border-top:2px solid #C0C0C1;
border-right:2px solid #C0C0C1;
-webkit-transform:rotate(135deg);
}
.filter_item dd .ico_more.up,.filter_item dd .ico_more2.up {
-webkit-transform:rotate(-180deg);
}
.filter_item dd .ico_more2{
top:24px;
}
.filter_item dd span {
color:#ff6000;
font-weight:bold;
padding:0 3px;
}
.filter_more {
background: #F9F9F9;
color: #BFBFBF;
width:100%;
height:37px;
line-height:37px;
text-align:center;
}
.filter_more .arrow {
display:inline-block;
width:10px;
height:13px;
margin-left:5px;
vertical-align:-2px;
background:url(../images/sp_ico.png) no-repeat 2px -85px;
background-size:12px auto;
}
.filter_more.less .arrow {
-webkit-transform:rotate(-180deg);
}
.filter_more a {
color: #7A7E88;
display:block;
font-size: 13px;
border-radius:0;
}
.filter_item .dd_more{
padding-right:30px;
}
.filter_item .dd_more2{
padding-right:30px;
height:56px;
}
/* ��ҳ�б� */
.infolst .tit.fr {
float:right;
width:22px;
height:64px;
}
.infolst li .ico.dianhua {
position:absolute;
right:10px;
top:30px;
width:22px;
height:20px;
background:url(../images/dianhua.png) no-repeat 0 0;
background-size:22px auto;
cursor:pointer;
}
.infolst li .ico_v.wlt {
width:10px;
height:10px;
background-size:15px auto;
background-position:0 -24px;
margin-right:0;
margin-left:8px;
}
.infolst li .ico_v.jing {
width:11px;
height:11px;
background:url(../images/dianhua.png) no-repeat 0 -24px;
background-size:25px auto;
margin-left:0;
}
.infolst li .ico_v.ding {
background-position: 0 -101px;
background-size: 16px auto;
height: 11px;
margin-left: 0;
width: 14px;
}
.infolst li .ico_v.ding2 {
background-position: 0 -76px;
background-size: 16px auto;
height: 11px;
margin-left: 0;
width: 14px;
}
.tui {
background: url(../images/tui0317.png) no-repeat!important;
background-size: 15px auto!important;
display: inline-block;
height: 15px;
width: 15px;
vertical-align: top;
}
/* �б?ҳ */
.selVal {
white-space:nowrap;
text-overflow:ellipsis;
font-weight:normal;
}
.sel_default {
color:#6E6E6E;
}
.sle_show {
border:1px #DEDEDE solid;
border-right:none;
color: #999;
padding:0px 3px 0px 8px;
float:left;
}
.sle_ri {
border:1px #DEDEDE solid;
width:20px;
height:33px;
background-repeat:no-repeat;
background-position:-76px -25px;
border-left:none;
float:left;
}
.sel_xia {
display:inline-block;
width:8px;
height:10px;
background:url(../images/sp_ico.png) no-repeat 2px -45px;
background-size:11px auto;
-webkit-transform:rotate(90deg);
}
.select_item {
position:absolute;
top:0;
left:0;
z-index:10;
width:100%;
height:100%;
opacity:0;
height:30px;
font-size:10px;
}
.tit {
font-size:16px;
height: 18px;
overflow: hidden;
padding-right: 10px;
position: relative;
}
.attr {
color: #9FA2A9;
font-size: 11px;
height: 19px;
margin-top: 3px;
margin-bottom: 3px;
overflow: hidden;
}
/* 4�����б�ҳ�Ż� */
.list-info .thumbnail {
height: 55px;
margin-right: 10px;
margin-top: 2px;
width: 70px;
}
.list-info dl {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
}
.hpic .thumbnail {
display: none;
}
.hpic dl {
width: 298px;
}
.list-info li {
background: #FFF;
border-bottom:1px solid #E3E3E3;
font-size:12px;
color:#858586;
line-height:20px;
overflow:hidden;
}
.list-info li:first-child {
border-top:none;
}
.list-info li:last-child {
border-bottom:none;
}
.list-info li.hover {
background-color:#e3e4e4;
}
.list-info li a {
display: -webkit-box;
display: -webkit-flex;
display: flex;
height:100%;
border-radius:0;
padding: 10px;
}
.list-info li p {
padding-top:3px;
overflow:hidden;
}
.list-info .tit strong {
color:#3F4358;
font-size: 15px;
font-weight: bold;
}
.list-info .tu {
color:#0C67E4;
font-size: 15px;
}
.list-info .price,.list-info .price strong {
color:#ff7201;
font-size:15px;
}
.list-info .price {
float: left;
font-size: 15px;
font-weight:bold;
margin-right: 10px;
}
.list-info .price strong {
font-weight:bold;
}
.list-info .time {
font-size:12px;
float: right;
}
.list-info li .ico {
background:url(../images/list-ico-new.png) no-repeat;
background-size:15px auto;
width:15px;
height:15px;
overflow:hidden;
position: absolute;
right: 0;
text-indent:-100em;
top: 2px;
}
.list-info li .ico.jing {
background-position:0 0;
}
.list-info li .ico.ding {
background-position:0 -17px;
}
.list-info li .ico.ding2 {
background-position:0 -35px;
}
.list-info li .ico.xb {
background-size:14px auto;
height:19px;
background-position:0 -64px;
}
.list-info li .yan {
color:#63bd28;
font-style:normal;
padding-left:8px;
}
.list-info li .kuaizhao {
background: url(../images/kuaizhaoicon.png) no-repeat;
background-size: 24px auto;
display: inline-block;
height: 19px;
margin-left: 5px;
width: 24px;
vertical-align: -8px;
}
.zf_geren {
color:#ff7201;
}
.grrz {
background: #70D37E;
border-radius: 1px;
color:#FFF;
padding: 2px 1px 2px 3px;
}
.grrz::after {
background: #FFF;
color: #FEA90A;
content: '����';
margin: 1px 0 1px 2px;
padding: 1px 3px;
}
.list-info .tag_w .tag {
display:inline-block;
border:1px solid;
text-align:center;
padding:0 3px;
line-height:16px;
margin-right:3px;
}
.list-info .tag_w .tag.borc {
border-color:#efbd76;
}
.list-info .tag_w .tag.borc2 {
border-color:#89c789;
}
.list-info .tag_w .tag.borc3 {
border-color:#8fa9df;
}
.list-info .tag_w .tag.borc4 {
border-color:#ef998f;
}
.ml5 {
margin-left:5px;
}
.list-info li p {
color: #7A7E88;
width:100%;
padding-right:120px;
box-sizing:border-box;
position:relative;
white-space:nowrap;
text-overflow:clip;
}
.list-info li p .price {
position:absolute;
right:0;
bottom:1px;
}
.list-info li .ico_xb {
display:inline-block;
overflow:hidden;
margin-left:5px;
background:url(../images/sp_bu_xb.png) no-repeat;
background-size:17px auto;
text-indent:-100em;
vertical-align:-3px;
}
.list-info li .ico_xb.qiandai {
width:17px;
height:16px;
position:absolute;
right:0;
top:0;
}
.list-info li .ico_xb.qiandai_1 {
background-position:0 0;
}
.list-info li .ico_xb.qiandai_2 {
background-position:0 -16px;
}
.list-info li .ico_xb.qiandai_3 {
background-position:0 -33px;
}
.list-info li .ico_xb.qiandai_4 {
background-position:0 -49px;
}
.list-info li .ico_xb.qiandai_5 {
background-position:0 -66px;
}
.list-info li .ico_xb.qiandai_6 {
background-position:0 -83px;
}
.list-info li .ico_xb.qiandai_7 {
background-position:0 -99px;
}
.list-info li .ico_xb.qiandai_8 {
background-position:0 -116px;
}
.list-info li .ico_xb.qiandai_9 {
background-position:0 -132px;
}
.list-info li .ico_xb.danbao {
background-position:0 -125px;
background-size:14px auto;
width:14px;
height:16px;
position:relative;
top:2px;
left:-4px;
}
#adZhiNeng {
background: #FFF;
border-top: 1px solid #E0E1E2;
color:#858586;
display: none;
font-size:12px;
padding:10px;
position:relative;
}
#adZhiNeng h3 {
color:#18191A;
font:normal 16px/1.4em Microsoft Yahei;
}
#adZhiNeng span {
position:absolute;
right:10px;
top:12px;
}
#wangmeng_btm_ad_container {
}
.body_div {
overflow: hidden;
}
.body_div>a img {
vertical-align: top;
}
.grfy1 {
color: #390;
}
.grfy2 {
color: #F90;
}
/*banner*/
.index_down { background: none; height: 0; }
#pics{margin:0 auto;position:relative;overflow:hidden}
#pics #datu{display:-webkit-box;list-style:none;-webkit-transform:translate3d(0, 0, 0)}
#pics #datu li{margin:0;text-align:center;width:100%}
#pics .panel_num{text-align:center;position:absolute;width:100%;left:0;bottom:3px}
#pics .panel_num span{background:url(../images/banpic.png) no-repeat;background-size:10px auto;display:inline-block;width:10px;height:10px;margin:0 1px}
#pics .panel_num .curr {background-position:0 -10px;}
#pics .index_down.headlines { background: none; height: 0; }
/*relation*/
.relation .title {
background: #FFF;
color: #000;
font-weight: bold;
font-size: 16px;
padding: 14px 0 14px 10px;
position:relative;
}
.relation .title:after {
display:block;
position:absolute;
right:12px;
top:16px;
content:"";
width:6px;
height:6px;
border-top:2px solid #C0C0C1;
border-right:2px solid #C0C0C1;
-webkit-transform:rotate(135deg);
}
.relation .show.title:after{
top:20px;
-webkit-transform:rotate(-45deg);
}
.relation{border-bottom:1px solid #E0E1E2;}
.relation .list {
padding: 5px 0;
display:none;
border-top:1px solid #E0E1E2;
}
.relation .list li {
display: inline-block;
font-size: 15px;
padding: 0 5px;
vertical-align: top;
width: 140px;
}
.relation .list a {
color: #0C67E4;
display: block;
height: 100%;
padding: 5px;
width: 100%;
}
.relation ~ .help{border-top:none;}
.pics{
margin: 0 auto;
position: relative;
width: 100%;
}
.datu{
list-style: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;/*ie10֧��ie11��֧��*/
display: box;
transform: translateX(0);
-ms-transform: translateX(0);
width: 100%;
flex: auto;
}
.datu li{
text-align: center;
width: 100%;
}
.panel_num{
text-align: center;
position: absolute;
width: 100%;
left: 0;
bottom: 3px
}
.panel_num span{
background: #989898;
border-radius: 7px;
display: inline-block;
width: 7px;
height: 7px;
margin: 0 3px
}
.panel_num span.cur{
background: #FF881A;
}
/*�����־*/
.list-info .fcj{
display:inline-block;
padding:0 2px;
background:#f56464;
color:#fff;
margin-right:5px;
}
/*����seo*/
.list-info li .diyu_sale,.list-info li .diyu_pet,.list-info li .diyu_car ,.infolst li .cate_pinche,.list-info li .cate_pet,.list-info li .company_job ,.list-info li .diyu_job{
position:absolute;
width:auto;
height:auto;
padding:0;
margin:0;
left:10px;
bottom:8px;
}
.list-info li .origin,.infolst li .origin,.list-info li .origin_xq{visibility:hidden;position:relative;}
.infolst li .cate_pinche{bottom:30px;height: 18px;max-width: 180px;font-size: 12px;color: #858586;line-height: 18px;}
.list-info li .cate_pet,.list-info li .diyu_job{bottom:28px;}
/*����seo����*/
.list-info li {
position:relative;
}
.list-info li .house_xq{
position:absolute;
top:31px;
height:17px;
width:auto !important;
overflow:hidden;
display:none;
padding:0;
color:#9FA2A9;
font-size:11px;
}
.list-info .tag_w .tag.borc5 {
border-color:#f94444;
}
.list-info li .house_xq2{
position:absolute;
top:31px;
width:auto !important;
padding:0;
height:18px;
line-height:18px;
color:#9FA2A9;
display:none;
}
.list-info li .house_xq2 em{
display:inline-block;
height:16px;
text-align: center;
line-height: 16px;
border:1px solid #ef998f;
padding:0 3px;
font-size:11px;
}
/*���banner���������*/
#banner{overflow:hidden;}
/* bbanner */
.bban {
background-color: rgba(59, 59, 65, .95);
bottom: 0;
height: 60px;
position: fixed;
width: 100%;
}
.bban .aban {
display: block;
height: 100%;
width: 100%;
}
.bban .iban {
float: left;
height: 30px;
margin: 15px 12px;
width: 30px;
}
.bban .text {
color: #FFF;
float: left;
margin-top: 15px;
}
.bban .btnd {
background-color: #E2E2E2;
border-radius: 3px;
color: #282828;
float: right;
margin: 14px 15px;
padding: 8px;
}
.bban .p1 {
font-size: 14px;
opacity: .8;
}
.bban .p2 {
font-size: 11px;
margin-top: 2px;
opacity: .6;
}
.bban .x {
background: url(../images/x.0424.png) no-repeat left top;
background-size: auto 16px;
height: 25px;
left: 0;
position: absolute;
top: 0;
width: 25px;
}
/* end bbanner */
/*�����ڻ*/
.filter_item dd .car-tejia{color:#f2442e;}
.list-info .xianshi,.list-info .xianshi-price,.list-info .xianshi-price2 {
float: left;
font-size: 15px;
margin-right: 3px;
}
.list-info .xianshi{
padding:0 2px;
color:#fff;
background:#f2442e;
}
.list-info .xianshi-price{
color:#f2442e;
font-weight:bold;
}
.list-info .xianshi-price2 {
text-decoration:line-through;
margin-right:10px;
}
.link-detail4{
position:absolute;
top:105px;
left:48px;
width:185px;
height:110px;
}
.link-detail{
position:absolute;
top:223px;
left:90px;
width:100px;
height:30px;
}
#car-act span{
position:absolute;
top:8px;
right:8px;
width:22px;
height:22px;
}
/* �������ʼ */
.no_info{ height:73px; line-height:73px; background:#FFF; color:#7a7e88; border-bottom:1px solid #d1d2d7; text-align:center; font-weight:bold;}
.old_info {
background: #FFF;
color: #a6adb3;
width:100%;
height:44px;
line-height:44px;
text-align:center;
border-top:1px solid #ececec;
border-bottom:1px solid #d1d2d7;
}
.old_info a{ text-decoration: underline}
.title_info{ height:31px; background:#f7f7f7; color:#b3b5bb; line-height:31px; border-bottom:1px solid #ececec; padding-left:10px;}
.recommend_info ul li{ height:43px; background:#FFF; border-bottom:1px solid #ececec; position:relative; line-height:43px; font-size:16px;}
.recommend_info ul li a{ color:#157dfb; padding:0px 10px; display:block;}
.recommend_info ul li a:after{ position:absolute; right:10px; top:18px; content:""; width:6px; height:6px; border-top:2px solid #b1b4bf; border-right:2px solid #b1b4bf; -webkit-transform:rotate(45deg)}
/* ���������� */
.pr5 span{ padding-right:3px;}
/*2014��8��5��18:09:26������л���ʽ*/
.city_box {
width:100%;
float:left
}
.city_box h3 {
border-top:1px solid #E3E3E3;
border-bottom:1px solid #E3E3E3;
height:38px;
font-size:16px;
padding-left:10px;
line-height:38px;
background:#F8F8F8;
color:#3F4358
}
.city_box .city_lst {
overflow:hidden;
width:100%
}
.city_box .city_lst li {
float:left;
width:33.3%;
height:45px;
line-height:40px;
text-align:center;
font-size:14px;
color:#394b59
}
.city_box .city_lst li a {
display:block;
height:45px;
color:#3F4358;
-webkit-border-radius:0
}
.city_box .hot li a {
color:#0C67E4
}
.city_box .city_lst li a.nobor {
border-left:0
}
.city_box .city_lst li a.nobor2 {
border-bottom:0
}
.city_box h4 {
clear:both;
height:40px;
border-bottom:1px solid #FF6C00;
border-top:1px solid #c8c9ca;
font-weight:400
}
.city_box h4 p {
background:#FFF;
padding-left:10px;
font-size:13px;
color:#999;
line-height:39px
}
.city_box h4 p span {
color:#3F4358;
font-size:15px;
font-weight:700;
margin-right:10px
}
.curr_city {
height:38px;
line-height:38px;
text-align:center;
padding-bottom:5px
}
.curr_city a {
color:#50b4d7
}
.curr_city .ico {
display:inline-block;
width:20px;
height:17px;
background:url(../img/face_ico.png?v=3.1.5) no-repeat;
background-size:20px 17px;
vertical-align:-2px;
margin-right:5px
}
.letters_lst li {
width:16.66666666666667%;
float:left;
height:40px;
line-height:40px;
text-align:center;
color:#394B59
}
.letters_lst li a {
display:block;
height:40px;
color:#394b59;
-webkit-border-radius:0
}
.letters_lst li:nth-of-type(6) a {
border-right:none
}
.letters_lst li:nth-of-type(12) a {
border-right:none
}
.letters_lst li:nth-of-type(18) a {
border-right:none
}
.letters_lst li:nth-of-type(19) a {
border-bottom:none
}
.letters_lst li:nth-of-type(20) a {
border-bottom:none
}
.letters_lst li:nth-of-type(21) a {
border-bottom:none
}
.letters_lst li:nth-of-type(22) a {
border-bottom:none
}
.local-city {
display:inline-block;
padding-left:20px;
font-size:14px;
color:#3F4358;
font-weight:400
}
.help{ border-top:1px #d8d9da solid;}
.coupon-tag {
width: 15px;
height: 16px;
background: url(../images/nav-icons.png) no-repeat;
background-size: 115px auto;
vertical-align: -3px;
padding-left: 2px;
padding-right: 6px;
display: inline-block;
}
.coupon-tag-gray {
width: 15px;
height: 16px;
background: url(../images/nav-icons-gray.png) no-repeat;
background-size: 115px auto;
vertical-align: -3px;
padding-left: 2px;
padding-right: 6px;
display: inline-block;
}
.hui {
background-position: -96px -96px;
height: 22px;
}
.tuan {
background-position: -33px -49px;
vertical-align: -4px;
} | 0.214527 | 0.045607 |
* {
/* border: 1px solid red; */
box-sizing: border-box;
}
html {
box-sizing: border-box;
}
.App {
text-align: center;
box-sizing: border-box;
}
.app-wrapper {
box-sizing: border-box;
background-color: white;
}
@keyframes bg-animation {
0% {
background-position: left;
}
100% {
background-position: right;
}
}
.dashboard-header {
box-shadow: 0px 0px 20px 0px #dadde2;
position: sticky;
top: 0;
z-index: 10;
height: 25vh;
background-image: linear-gradient(
-45deg,
#845ec2,
#d65db1,
#ff6f91,
#ff9671,
#ffc75f,
#f9f871
);
background-size: 400%;
animation: bg-animation 20s infinite alternate;
clip-path: polygon(0 0, 100% 0%, 100% 76%, 0% 100%);
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 5% 3% 5% 3%;
}
.dashboard-header h1 {
text-transform: uppercase;
font-size: 5rem;
color: white;
text-shadow: 0px 0px 10px grey;
letter-spacing: 0.7rem;
}
.dashboard-header a {
text-transform: uppercase;
font-size: 1.5rem;
padding: 15px;
color: white;
text-shadow: 0px 0px 10px grey;
letter-spacing: 0.1rem;
}
.dashboard-body {
position: relative;
box-sizing: border-box;
padding-bottom: 10%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.fav-songs-card {
margin: 5% 10%;
display: flex;
flex-direction: column;
justify-content: space-evenly;
box-sizing: border-box;
align-items: center;
}
.song-cards {
border-radius: 10px;
margin: 2%;
display: flex;
flex-direction: row;
justify-content: space-between;
box-sizing: border-box;
background-color: #f0f3f4;
color: black;
padding: 30px;
max-width: 700px;
box-shadow: 0px 0px 20px 0px #dadde2;
border: 0.5px solid #dadde2;
}
.info-container {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
width: 350px;
padding: 30px;
}
.song-preview {
height: 45px;
width: 250px;
clip-path: inset(9% 37% 9% 37%);
}
.info-box {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
width: 90%;
text-align: center;
}
.action-container {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 90%;
}
.album-covers {
width: 200px;
height: 200px;
}
.add-song-form {
display: flex;
flex-direction: column;
justify-content: flex-start;
text-align: center;
}
.add-song-button {
width: 150px;
margin: 1.5% auto;
}
input {
text-align: center;
font-size: 0.8rem;
}
.formStyle {
/* border: red 2px solid; */
width: 40%;
text-align: center;
padding: 4rem;
}
.labelName {
margin: 1rem;
}
.flexBox {
/* border: black 2px solid; */
height: 60%;
display: flex;
justify-content: center;
}
.margin {
margin: 10rem 3rem;
}
.margin2 {
margin: 3rem 3rem;
}
.errors {
margin: 1rem;
color: red;
}
.green {
background-color: white;
color: black;
border: 2px solid #4caf50;
border-radius: 3%;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
}
.green:hover {
background-color: #4caf50;
color: white;
}
.info-container {
box-sizing: border-box;
}
.action-box {
padding: 5px;
color: #4183c4;
cursor: pointer;
text-transform: uppercase;
font-size: 0.7rem;
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 90%;
}
.action-box:hover {
}
.title {
padding: 5px;
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
}
.artist {
padding: 5px;
font-size: 1rem;
}
.add-mood-container,
.add-song-body {
border-radius: 10px;
margin: 2%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: space-between;
box-sizing: border-box;
align-items: center;
background-color: #f0f3f4;
color: black;
padding: 30px;
max-width: 700px;
box-shadow: 0px 0px 20px 0px #dadde2;
border: 0.5px solid #dadde2;
}
.add-mood-form {
margin: 2%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-evenly;
box-sizing: border-box;
color: black;
padding: 30px;
}
.mood-box {
margin: 2%;
text-transform: uppercase;
font-size: 1rem;
text-align: center;
}
.mood-box label,
option,
select {
font-size: 0.8rem;
text-align: center;
}
.edit-form {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 90%;
}
.edit-form input {
margin-bottom: 10px;
}
.edit-form label {
text-transform: uppercase;
font-size: 0.8rem;
}
.lds-ellipsis {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-ellipsis div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
background: #4183c4;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 8px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 8px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 32px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 56px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(24px, 0);
}
}
.fetching-suggestions {
margin-top: 20%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.fetching-suggestions-2 {
margin-top: 20%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.fetching-suggestions-2 h1 {
color: #4183c4;
letter-spacing: 1rem;
}
.fetching-suggestions h1 {
color: #4183c4;
letter-spacing: 1rem;
}
.lds-heart {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
transform: rotate(45deg);
transform-origin: 40px 40px;
}
.lds-heart div {
top: 32px;
left: 32px;
position: absolute;
width: 32px;
height: 32px;
background: #4183c4;
animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
content: " ";
position: absolute;
display: block;
width: 32px;
height: 32px;
background: #4183c4;
}
.lds-heart div:before {
left: -24px;
border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
top: -24px;
border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
0% {
transform: scale(0.95);
}
5% {
transform: scale(1.1);
}
39% {
transform: scale(0.85);
}
45% {
transform: scale(1);
}
60% {
transform: scale(0.95);
}
100% {
transform: scale(0.9);
}
}
.lds-grid {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-grid div {
position: absolute;
width: 16px;
height: 16px;
border-radius: 50%;
background: #4183c4;
animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
top: 8px;
left: 8px;
animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
top: 8px;
left: 32px;
animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
top: 8px;
left: 56px;
animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
top: 32px;
left: 8px;
animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
top: 32px;
left: 32px;
animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
top: 32px;
left: 56px;
animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
top: 56px;
left: 8px;
animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
top: 56px;
left: 32px;
animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
top: 56px;
left: 56px;
animation-delay: -1.6s;
}
@keyframes lds-grid {
0%,
100% {
opacity: 1;
}
50% {
opacity: 0.5;
}
}
.lds-facebook {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-facebook div {
display: inline-block;
position: absolute;
left: 8px;
width: 16px;
background: #4183c4;
animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
left: 8px;
animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
left: 32px;
animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
left: 56px;
animation-delay: 0;
}
@keyframes lds-facebook {
0% {
top: 8px;
height: 64px;
}
50%,
100% {
top: 24px;
height: 32px;
}
} | src/App.css | * {
/* border: 1px solid red; */
box-sizing: border-box;
}
html {
box-sizing: border-box;
}
.App {
text-align: center;
box-sizing: border-box;
}
.app-wrapper {
box-sizing: border-box;
background-color: white;
}
@keyframes bg-animation {
0% {
background-position: left;
}
100% {
background-position: right;
}
}
.dashboard-header {
box-shadow: 0px 0px 20px 0px #dadde2;
position: sticky;
top: 0;
z-index: 10;
height: 25vh;
background-image: linear-gradient(
-45deg,
#845ec2,
#d65db1,
#ff6f91,
#ff9671,
#ffc75f,
#f9f871
);
background-size: 400%;
animation: bg-animation 20s infinite alternate;
clip-path: polygon(0 0, 100% 0%, 100% 76%, 0% 100%);
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 5% 3% 5% 3%;
}
.dashboard-header h1 {
text-transform: uppercase;
font-size: 5rem;
color: white;
text-shadow: 0px 0px 10px grey;
letter-spacing: 0.7rem;
}
.dashboard-header a {
text-transform: uppercase;
font-size: 1.5rem;
padding: 15px;
color: white;
text-shadow: 0px 0px 10px grey;
letter-spacing: 0.1rem;
}
.dashboard-body {
position: relative;
box-sizing: border-box;
padding-bottom: 10%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.fav-songs-card {
margin: 5% 10%;
display: flex;
flex-direction: column;
justify-content: space-evenly;
box-sizing: border-box;
align-items: center;
}
.song-cards {
border-radius: 10px;
margin: 2%;
display: flex;
flex-direction: row;
justify-content: space-between;
box-sizing: border-box;
background-color: #f0f3f4;
color: black;
padding: 30px;
max-width: 700px;
box-shadow: 0px 0px 20px 0px #dadde2;
border: 0.5px solid #dadde2;
}
.info-container {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
width: 350px;
padding: 30px;
}
.song-preview {
height: 45px;
width: 250px;
clip-path: inset(9% 37% 9% 37%);
}
.info-box {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
width: 90%;
text-align: center;
}
.action-container {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 90%;
}
.album-covers {
width: 200px;
height: 200px;
}
.add-song-form {
display: flex;
flex-direction: column;
justify-content: flex-start;
text-align: center;
}
.add-song-button {
width: 150px;
margin: 1.5% auto;
}
input {
text-align: center;
font-size: 0.8rem;
}
.formStyle {
/* border: red 2px solid; */
width: 40%;
text-align: center;
padding: 4rem;
}
.labelName {
margin: 1rem;
}
.flexBox {
/* border: black 2px solid; */
height: 60%;
display: flex;
justify-content: center;
}
.margin {
margin: 10rem 3rem;
}
.margin2 {
margin: 3rem 3rem;
}
.errors {
margin: 1rem;
color: red;
}
.green {
background-color: white;
color: black;
border: 2px solid #4caf50;
border-radius: 3%;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
}
.green:hover {
background-color: #4caf50;
color: white;
}
.info-container {
box-sizing: border-box;
}
.action-box {
padding: 5px;
color: #4183c4;
cursor: pointer;
text-transform: uppercase;
font-size: 0.7rem;
display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 90%;
}
.action-box:hover {
}
.title {
padding: 5px;
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
}
.artist {
padding: 5px;
font-size: 1rem;
}
.add-mood-container,
.add-song-body {
border-radius: 10px;
margin: 2%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: space-between;
box-sizing: border-box;
align-items: center;
background-color: #f0f3f4;
color: black;
padding: 30px;
max-width: 700px;
box-shadow: 0px 0px 20px 0px #dadde2;
border: 0.5px solid #dadde2;
}
.add-mood-form {
margin: 2%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-evenly;
box-sizing: border-box;
color: black;
padding: 30px;
}
.mood-box {
margin: 2%;
text-transform: uppercase;
font-size: 1rem;
text-align: center;
}
.mood-box label,
option,
select {
font-size: 0.8rem;
text-align: center;
}
.edit-form {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 90%;
}
.edit-form input {
margin-bottom: 10px;
}
.edit-form label {
text-transform: uppercase;
font-size: 0.8rem;
}
.lds-ellipsis {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-ellipsis div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
background: #4183c4;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 8px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 8px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 32px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 56px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(24px, 0);
}
}
.fetching-suggestions {
margin-top: 20%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.fetching-suggestions-2 {
margin-top: 20%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.fetching-suggestions-2 h1 {
color: #4183c4;
letter-spacing: 1rem;
}
.fetching-suggestions h1 {
color: #4183c4;
letter-spacing: 1rem;
}
.lds-heart {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
transform: rotate(45deg);
transform-origin: 40px 40px;
}
.lds-heart div {
top: 32px;
left: 32px;
position: absolute;
width: 32px;
height: 32px;
background: #4183c4;
animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div:after,
.lds-heart div:before {
content: " ";
position: absolute;
display: block;
width: 32px;
height: 32px;
background: #4183c4;
}
.lds-heart div:before {
left: -24px;
border-radius: 50% 0 0 50%;
}
.lds-heart div:after {
top: -24px;
border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
0% {
transform: scale(0.95);
}
5% {
transform: scale(1.1);
}
39% {
transform: scale(0.85);
}
45% {
transform: scale(1);
}
60% {
transform: scale(0.95);
}
100% {
transform: scale(0.9);
}
}
.lds-grid {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-grid div {
position: absolute;
width: 16px;
height: 16px;
border-radius: 50%;
background: #4183c4;
animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
top: 8px;
left: 8px;
animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
top: 8px;
left: 32px;
animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
top: 8px;
left: 56px;
animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
top: 32px;
left: 8px;
animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
top: 32px;
left: 32px;
animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
top: 32px;
left: 56px;
animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
top: 56px;
left: 8px;
animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
top: 56px;
left: 32px;
animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
top: 56px;
left: 56px;
animation-delay: -1.6s;
}
@keyframes lds-grid {
0%,
100% {
opacity: 1;
}
50% {
opacity: 0.5;
}
}
.lds-facebook {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-facebook div {
display: inline-block;
position: absolute;
left: 8px;
width: 16px;
background: #4183c4;
animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
left: 8px;
animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
left: 32px;
animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
left: 56px;
animation-delay: 0;
}
@keyframes lds-facebook {
0% {
top: 8px;
height: 64px;
}
50%,
100% {
top: 24px;
height: 32px;
}
} | 0.555194 | 0.087759 |
.sec{
width: 85%;
margin: auto;
display: flex;
flex-direction: column;
align-items: center;
color: rgb(122,122,122);
font-weight: 300;
text-align: center;
}
.home button{
color: white;
font-size: 1.2rem;
background: rgb(52,58,64);
border: none;
border-radius: 10px;
padding: 4px 73px;
}
.home button:hover{
background-color: rgb(184, 174, 163);
}
.category-img{
width: 500px;
height: 320px;
object-fit: cover;
}
/* /////////////////////////////////////////// */
/* general rules ///////////////////////////////////*/
.font-size-2{
font-size: 1.5rem;
text-align: center;
}
.font-size-3{
font-size: 2.5rem;
font-weight: 100;
}
.light-brown{
color: rgb(166,124,99);
}
/* //////////////////////////////////////////*/
.sec1{
position: relative;
/* height: 35vh;
margin: 30px auto;
background-size: cover;
background-position: center;
background-image: url(https://www.woodcraftsaustralia.com/wp-content/uploads/2020/08/71597466240_.pic_hd-1-scaled-1-e1598068023387.jpg);
box-shadow: black 0px 4px 23px; */
}
.sec1 img{
width: 100%;
max-width: 1000px;
}
.sec1 .img-1{
margin: 20px 0px;
box-shadow: rgb(52,58,64) 0px 1px 6px;
}
.s1-btn{
position: absolute;
top: 30%;
left: 50%;
transform: translateX(-50%);
margin: auto;
padding: 4px 43px 4px 43px;
}
.sec2 {
color: rgb(163,163,163);
padding-bottom: 30px;
}
.sec2 img {
width: 400px;
}
.sec2 p {
margin: 20px 0px 20px 0px;
font-size: .8rem;
text-align: center;
}
.sec2 span {
color: rgb(52,122,94)
}
.section-3{
box-shadow: rgb(52,58,64) 0px 1px 10px;
}
.sec3 {
color: rgb(163,163,163);
padding: 50px 0px;
}
.sec3 img {
width: 100%;
max-width: 500px;
}
.sec3 p {
font-size: 1rem;
text-align: center;
}
.section-4 {
padding: 95px 0px 75px 0px;
}
.sec4 h3{
font-size: 2rem;
font-family: 'Dancing Script', cursive;
}
.section-5 {
box-shadow: rgb(52,58,64) 0px 1px 10px;
background-color: rgb(231,225,217);
padding: 55px 0px;
}
.sec5 h3{
font-size: 2rem;
font-family: 'Dancing Script', cursive;
}
.section-6{
padding: 95px 0px;
}
.sec6 h3{
font-size: 2rem;
font-family: 'Dancing Script', cursive;
}
@media only screen and (min-width: 768px){
.sec2 p {
font-size: 1.2rem;
}
.sec3{
flex-direction: row;
}
.sec3 p {
font-size: 1.3rem;
text-align: center;
}
.sec4{
width: 95%;
}
.sec4 p {
}
.sec5{
width: 95%;
}
.sec6{
width: 95%;
}
.sec1 .img-1{
margin: 40px 0px;
box-shadow: rgb(52,58,64) 0px 1px 6px;
}
.section-res{
flex-direction: row;
justify-content: space-evenly;
width: 90%;
}
.flex-context{
width: 350px;
}
.ro-p{
font-size: 3rem
}
}
@media only screen and (min-width: 992px){
.sec1 .img-1{
margin: 40px 0px 60px 0px;
box-shadow: rgb(52,58,64) 0px 1px 6px;
}
.flex-context{
width: 500px;
}
} | public/css/home.css | .sec{
width: 85%;
margin: auto;
display: flex;
flex-direction: column;
align-items: center;
color: rgb(122,122,122);
font-weight: 300;
text-align: center;
}
.home button{
color: white;
font-size: 1.2rem;
background: rgb(52,58,64);
border: none;
border-radius: 10px;
padding: 4px 73px;
}
.home button:hover{
background-color: rgb(184, 174, 163);
}
.category-img{
width: 500px;
height: 320px;
object-fit: cover;
}
/* /////////////////////////////////////////// */
/* general rules ///////////////////////////////////*/
.font-size-2{
font-size: 1.5rem;
text-align: center;
}
.font-size-3{
font-size: 2.5rem;
font-weight: 100;
}
.light-brown{
color: rgb(166,124,99);
}
/* //////////////////////////////////////////*/
.sec1{
position: relative;
/* height: 35vh;
margin: 30px auto;
background-size: cover;
background-position: center;
background-image: url(https://www.woodcraftsaustralia.com/wp-content/uploads/2020/08/71597466240_.pic_hd-1-scaled-1-e1598068023387.jpg);
box-shadow: black 0px 4px 23px; */
}
.sec1 img{
width: 100%;
max-width: 1000px;
}
.sec1 .img-1{
margin: 20px 0px;
box-shadow: rgb(52,58,64) 0px 1px 6px;
}
.s1-btn{
position: absolute;
top: 30%;
left: 50%;
transform: translateX(-50%);
margin: auto;
padding: 4px 43px 4px 43px;
}
.sec2 {
color: rgb(163,163,163);
padding-bottom: 30px;
}
.sec2 img {
width: 400px;
}
.sec2 p {
margin: 20px 0px 20px 0px;
font-size: .8rem;
text-align: center;
}
.sec2 span {
color: rgb(52,122,94)
}
.section-3{
box-shadow: rgb(52,58,64) 0px 1px 10px;
}
.sec3 {
color: rgb(163,163,163);
padding: 50px 0px;
}
.sec3 img {
width: 100%;
max-width: 500px;
}
.sec3 p {
font-size: 1rem;
text-align: center;
}
.section-4 {
padding: 95px 0px 75px 0px;
}
.sec4 h3{
font-size: 2rem;
font-family: 'Dancing Script', cursive;
}
.section-5 {
box-shadow: rgb(52,58,64) 0px 1px 10px;
background-color: rgb(231,225,217);
padding: 55px 0px;
}
.sec5 h3{
font-size: 2rem;
font-family: 'Dancing Script', cursive;
}
.section-6{
padding: 95px 0px;
}
.sec6 h3{
font-size: 2rem;
font-family: 'Dancing Script', cursive;
}
@media only screen and (min-width: 768px){
.sec2 p {
font-size: 1.2rem;
}
.sec3{
flex-direction: row;
}
.sec3 p {
font-size: 1.3rem;
text-align: center;
}
.sec4{
width: 95%;
}
.sec4 p {
}
.sec5{
width: 95%;
}
.sec6{
width: 95%;
}
.sec1 .img-1{
margin: 40px 0px;
box-shadow: rgb(52,58,64) 0px 1px 6px;
}
.section-res{
flex-direction: row;
justify-content: space-evenly;
width: 90%;
}
.flex-context{
width: 350px;
}
.ro-p{
font-size: 3rem
}
}
@media only screen and (min-width: 992px){
.sec1 .img-1{
margin: 40px 0px 60px 0px;
box-shadow: rgb(52,58,64) 0px 1px 6px;
}
.flex-context{
width: 500px;
}
} | 0.512937 | 0.129981 |
:root {
/* 主色 */
--b3-theme-primary: var(--quiet-primary-highlight-color);
--b3-theme-primary-light: var(--quiet-h-color);
--b3-theme-primary-lighter: var(--quiet-h-color);
--b3-theme-primary-lightest: rgba(66, 133, 244, 0.12);
--b3-theme-secondary: #f3a92f;
--b3-theme-background: var(--quiet-secondary-bgcolor);
--b3-theme-surface: var(--quiet-primary-bgcolor);
--b3-theme-error: #d23f31;
/* 文字颜色 */
--b3-theme-on-primary: #fff;
--b3-theme-on-secondary: #fff;
--b3-theme-on-background: var(--quiet-svg-highlight-color);
--b3-theme-on-surface: #9aa0a6;
--b3-theme-on-error: #fff;
/* 字体 */
--b3-font-family: "Lucida Console", "汉仪月光舞 W", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
--b3-font-family-code: mononoki, Consolas, "Liberation Mono", Menlo, Courier, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
/* 线条 */
--b3-border-color: rgba(230, 230, 230, .1);
/* 滚动条 */
--b3-scroll-color: #4a4a3f;
/* 列表 */
--b3-list-hover: rgba(230, 230, 230, .05);
/* 页签 */
--b3-tab-background: #212224;
--b3-tab-background-hover: #2e2f31;
/* 提示 */
--b3-tooltips-color: rgba(70, 72, 76, .86);
/* 卡片背景 */
--b3-card-error-color: rgb(250, 179, 174);
--b3-card-error-background: rgb(24, 6, 5);
--b3-card-warning-color: rgb(255, 213, 153);
--b3-card-warning-background: rgb(25, 15, 0);
--b3-card-info-color: rgb(166, 213, 250);
--b3-card-info-background: rgb(3, 14, 24);
--b3-card-success-color: rgb(183, 223, 185);
--b3-card-success-background: rgb(7, 17, 7);
/* 动画效果 */
--b3-transition: all .15s cubic-bezier(0, 0, .2, 1) 0ms;
/* 阴影 */
--b3-point-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
--b3-dialog-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.4);
/* diff */
--b3-diff-add: #133a1c;
--b3-diff-add-surface: #28853e;
--b3-diff-del: #440c10;
--b3-diff-del-surface: #b1202d;
/* 图表颜色 */
--b3-graph-p-point: #076f7e;
--b3-graph-heading-point: #9876aa;
--b3-graph-math-point: #80FFA5;
--b3-graph-code-point: #00DDFF;
--b3-graph-table-point: #37A2FF;
--b3-graph-list-point: #FF0087;
--b3-graph-todo-point: #FFBF00;
--b3-graph-olist-point: #b3005f;
--b3-graph-listitem-point: #f65b00;
--b3-graph-bq-point: #8d48e3;
--b3-graph-super-point: #dd79ff;
--b3-graph-doc-point: #e8eaed;
--b3-graph-tag-point: #dbf32f;
--b3-graph-asset-point: #05c091;
--b3-graph-line: #9aa0a6;
--b3-graph-ref-line: #d23f31;
--b3-graph-tag-line: #5f6b06;
--b3-graph-tag-tag-line: #dbf32f;
--b3-graph-asset-line: #037457;
--b3-graph-hl-point: #f3a92f;
--b3-graph-hl-line: #4285f4;
/* 编辑器工具栏高度 */
--b3-vditor-toolbar-height: 29px;
--b3-vditor-toolbar-height-space: 6px;
/* 编辑器搜索颜色 */
--b3-vditor-search-background: #32593c;
--b3-vditor-search-border-color: #486a51;
--b3-vditor-search-current-background: #204282;
/* 代码片段背景 2e2e2e*/
--b3-vditor-code-background: var(--quiet-primary-bgcolor);
/* 即时渲染标记符颜色 */
--b3-vditor-mark-heading-color: #9876aa;
--b3-vditor-mark-title-color: #808080;
--b3-vditor-mark-em-color: #cc7832;
--b3-vditor-mark-strong-color: #cc7832;
--b3-vditor-mark-backslash-color: #cc7832;
--b3-vditor-mark-s-color: #9aa0a6;
--b3-vditor-mark-mark-color: #9aa0a6;
--b3-vditor-mark-link-color: #ffc66d;
--b3-vditor-mark-bracket-color: #287bde;
--b3-vditor-mark-paren-color: #6a8759;
--b3-vditor-mark-block-color: #9876aa;
--b3-vditor-mark-tag-color: #cc7832;
/* 即时渲染行内元素颜色 */
--b3-vditor-inline-strong-color: #e8eaed;
--b3-vditor-inline-em-color: #e8eaed;
--b3-vditor-inline-s-color: #e8eaed;
--b3-vditor-inline-link-color: #4285f4;
--b3-vditor-inline-mark-background: #32593c;
--b3-vditor-inline-mark-color: #e8eaed;
--b3-vditor-inline-tag-color: #9aa0a6;
--b3-vditor-inline-blockref-color: #9876aa;
/* Quiet 主题变量 */
--quiet-primary-bgcolor: #191919;
--quiet-secondary-bgcolor: #202020;
--quiet-primary-highlight-color: #242424;
--quiet-secondary-highlight-color: #9b0b0b;
/* 亮色: #42b883 */
--quiet-h-color: #34795a;
--quiet-svg-highlight-color: #c9d1d9;
--quiet-button-shadow: #000000;
--quiet-market-color: #222825;
--quiet-h1: var(--quiet-h-color);
--quiet-h2: #e35e69;
--quiet-h3: #d09b6b;
--quiet-h4: #71beae;
--quiet-h5: #e7d0ba;
--quiet-h6: #b78888;
}
.language-graphviz polygon {
fill: var(--b3-theme-on-surface);
}
/*
界面整体背景配色风格记录,依次为:
顶栏 -> toolbar
Dock栏 -> dockLeft, dockRight
功能栏 -> block__icons, .layout-tab-bar
*/
#toolbar,
#dockLeft, #dockRight,
.block__icons, .layout-tab-bar
{
background-color: var(--quiet-primary-bgcolor) !important;
}
/* Dock栏相关 */
.dock__item.b3-tooltips.b3-tooltips__e.dock__item--active,
.dock__item.b3-tooltips.b3-tooltips__w.dock__item--active {
color: var(--quiet-svg-highlight-color);
}
/* 滚动条相关 */
.file-tree ::-webkit-scrollbar-thumb,
.b3-dialog.b3-dialog--open .vditor-content ::-webkit-scrollbar-thumb,
.fn__flex-column.fn__flex.fn__flex-1 > ::-webkit-scrollbar-thumb,
.b3-dialog__container ::-webkit-scrollbar-thumb
{
display: none;
}
/* 界面resize相关 */
.layout__resize {
box-shadow: 5px 0 10px var(--quiet-primary-bgcolor);
}
.layout__resize::after {
opacity: 0;
}
/* 笔记标签页相关 */
.fn__flex-column.fn__flex.fn__flex-1 .item {
border-bottom: none;
}
.fn__flex-column.fn__flex.fn__flex-1 .item.item--focus,
.fn__flex-column.fn__flex.fn__flex-1.layout__wnd--active .item.item--focus {
border-radius: 10px;
background: #191919;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
}
.fn__flex-column.fn__flex.fn__flex-1 .item,
.fn__flex-column.fn__flex.fn__flex-1.layout__wnd--active .item {
border-radius: 10px;
transition: all .1s linear;
}
.fn__flex-column.fn__flex.fn__flex-1 .item:hover {
background-color: var(--quiet-primary-highlight-color);
}
.item__close:hover {
background-color: var(--quiet-secondary-highlight-color) !important;
color: #fff !important;
}
/* 左侧边栏相关 */
.b3-list-item.b3-list-item--hide-action {
border-radius: 10px;
transition: all .1s linear;
}
.b3-list-item.b3-list-item--hide-action:hover {
background-color: var(--quiet-primary-highlight-color);
}
.b3-list-item.b3-list-item--hide-action.b3-list-item--focus {
border-radius: 10px;
background: #191919;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
}
.b3-list-item__graphic.ft__primary {
color: var(--quiet-h-color);
}
.b3-list-item__action.b3-tooltips.b3-tooltips__sw svg,
.b3-list-item__action.b3-tooltips.b3-tooltips__nw svg
{
transition: all .1s linear;
}
.b3-list-item__action.b3-tooltips.b3-tooltips__sw svg:hover,
.b3-list-item__action.b3-tooltips.b3-tooltips__nw svg:hover
{
color: var(--quiet-svg-highlight-color);
}
/* 编辑区工具栏相关 */
.vditor .vditor-toolbar {
border-bottom: 3px solid #202020;
box-shadow: 0 10px 10px #191919;
}
.vditor-toolbar__item.b3-tooltips.b3-tooltips__s:hover,
.vditor-counter.b3-tooltips.b3-tooltips__w,
.vditor-toolbar__item.b3-tooltips.b3-tooltips__s.b3-menu__item--current
{
background-color: transparent;
}
.vditor-toolbar__item.b3-tooltips.b3-tooltips__s svg {
transition: all .1s linear;
}
.vditor-toolbar__item.b3-tooltips.b3-tooltips__s:hover svg,
.vditor-toolbar__item.b3-tooltips.b3-tooltips__s.b3-menu__item--current
{
color: var(--quiet-secondary-highlight-color);
}
/* 编辑区背景相关 */
/* .vditor-ir {
background-image: url("./src/images/index.png");
background-position: 98% 100%;
background-repeat: no-repeat;
background-size: 100px 100px;
}
.block__popover.block__popover--move.block__popover--open .vditor-ir,
.panelVditor.vditor .vditor-ir,
.b3-dialog.b3-dialog--open .vditor-ir {
background-image: none;
} */
/* hover前置图标时的区块背景 */
.vditor-ir__hl {
transition: all .1s linear;
background: #191919;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
background-color: var(--quiet-market-color) !important;
border-bottom-right-radius: 10px !important;
border-top-right-radius: 10px !important;
}
.vditor ul .vditor-ir__hl,
.vditor ol .vditor-ir__hl,
.vditor li .vditor-ir__hl
{
border-radius: 0px;
}
/* h1~h6相关 */
.vditor h1, .vditor h1 > span {
color: var(--quiet-h1) !important;
}
.vditor h2, .vditor h2 > span {
color: var(--quiet-h2) !important;
}
.vditor h3, .vditor h3 > span {
color: var(--quiet-h3) !important;
}
.vditor h4, .vditor h4 > span {
color: var(--quiet-h4) !important;
}
.vditor h5, .vditor h5 > span {
color: var(--quiet-h5) !important;
}
.vditor h6, .vditor h6 > span {
color: var(--quiet-h6) !important;
}
.vditor h1,
.vditor h2,
.vditor h3,
.vditor h4,
.vditor h5,
.vditor h6
{
color: #fff !important;
border-bottom: 0;
padding: 10px auto;
border-radius: 5px;
border-left: 5px solid var(--quiet-h-color);
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
background: #191919;
box-shadow: 6px 6px 12px #0a0a0a;
}
.vditor h1 {
color: var(--quiet-h1) !important;
margin: 50px 0 10px 0;
}
.vditor h2 {
border-left-color: var(--quiet-h2);
color: var(--quiet-h2) !important;
background: #19191980;
margin: 40px 0 10px 0;
}
.vditor h3 {
border-left-color: var(--quiet-h3);
color: var(--quiet-h3) !important;
background: #19191970;
margin: 30px 0 10px 0;
}
.vditor h4 {
border-left-color: var(--quiet-h4);
color: var(--quiet-h4) !important;
background: #19191960;
margin: 20px 0 10px 0;
}
.vditor h5 {
border-left-color: var(--quiet-h5);
color: var(--quiet-h5) !important;
background: #19191950;
margin: 10px 0 10px 0;
}
.vditor h6 {
border-left-color: var(--quiet-h6);
color: var(--quiet-h6) !important;
background: #19191980;
margin: 0 0 10px 0;
}
/* 命名,别名相关 */
.vditor-ir--tip *[tip]:not([fold="1"]) {
background: #202020;
box-shadow: 6px 6px 12px #121212,
-6px -6px 12px #2e2e2e !important;
color: var(--quiet-h-color);
}
.vditor-ir--tip *[tip]:not([fold="1"])::before {
color: var(--quiet-h-color);
border-radius: 10px;
padding: 10px 10px;
}
/* 列表相关 */
.vditor ul[tip], .vditor ol[tip] {
border: none;
}
pre > ul, pre > ol {
margin-left: 0;
padding-left: 0 !important;
}
.vditor ol, .vditor ul {
padding-left: 1.5em;
}
.vditor ol li {
color: var(--quiet-svg-highlight-color);
}
.vditor ol li p, .vditor ul li p {
color: var(--b3-theme-on-background);
font-weight: normal;
}
.vditor ul li {
color: var(--quiet-svg-highlight-color);
}
.vditor ul > li {
list-style-type: disc;
margin-left: 1.1em;
}
.vditor ol > li {
margin-left: 1.9em;
}
.vditor ul ol, .vditor ol ol, .vditor ul ul, .vditor ol ul {
border-left: 1px solid var(--quiet-svg-highlight-color);
}
.vditor ul ol, .vditor ol ol {
margin-left: -1.475em !important;
}
.vditor ul ul, .vditor ol ul {
margin-left: -.675em !important;
}
/* 块引用相关 */
.block__popover.block__popover--move.block__popover--open {
border: 5px solid var(--quiet-secondary-bgcolor);
box-shadow: 0 0 20px var(--quiet-button-shadow);
animation: showBlock .3s ease-in-out;
}
.block__popover.block__popover--move.block__popover--open .ft__primary {
color: var(--quiet-secondary-highlight-color);
}
span[data-type="block-ref"] .vditor-ir__blockref::before {
content: "[[";
}
span[data-type="block-ref"] .vditor-ir__blockref::after {
content: "]]";
}
.vditor-ir__blockref {
transition: all .1s linear;
}
.vditor-ir__blockref:hover {
color: #008ec6;
text-decoration: underline;
}
@keyframes showBlock {
0% {
/* border-top-right-radius: 80%; */
border-radius: 50%;
}
100% {
border-radius: 0;
}
}
/* 块嵌入相关 */
div[data-type="block-render"] {
border: 5px solid var(--quiet-secondary-bgcolor);
box-shadow: 0 0 20px var(--quiet-button-shadow);
}
div[data-type="block-ref-embed"] .vditor-ir__blockref {
pointer-events: none;
}
/* 设置界面相关 */
.b3-dialog__container {
animation: showView .35s ease-in-out;
box-shadow: 0 0 20px var(--quiet-button-shadow);
width: 50%;
}
.b3-dialog__container .b3-button.b3-button--text {
color: var(--quiet-h-color);
}
.b3-dialog__container a {
color: var(--quiet-h-color);
}
.b3-dialog__container .b3-switch.fn__flex-center::after {
background-color: var(--quiet-svg-highlight-color);
}
.config-account__center.config-account__center--text {
background-color: var(--quiet-primary-bgcolor);
}
.config-account__center.b3-form__space .fn__a {
color: var(--quiet-secondary-highlight-color);
}
.b3-tab-bar.b3-list.b3-list--background {
border-right: none;
background-image: url("./src/images/index.jpg")!important;
background-position: 95px 100% !important;
background-repeat: no-repeat !important;
background-size: 100px 100px !important;
}
.b3-dialog__container .b3-tab-container .fn__flex.b3-label {
border-bottom: none;
}
.b3-dialog__container .b3-text-filed.fn__block.b3-form__icon-input,
.b3-dialog__container .b3-form__icon.b3-form__space {
border: none;
border-radius: 10px;
}
.b3-dialog__container .b3-tab-bar.b3-list.b3-list--background,
.b3-form__icon.b3-form__space
{
background: #191919;
box-shadow: 6px 6px 12px #0a0a0a,
-6px -6px 12px #282828;
}
.b3-dialog__container .b3-tab-bar.b3-list.b3-list--background .b3-list-item {
transition: all .2s ease-in-out;
}
.b3-dialog__container .b3-tab-bar.b3-list.b3-list--background .b3-list-item--focus {
color: var(--quiet-h-color);
animation: showItem .15s ease-in-out;
animation-fill-mode: forwards;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
opacity: .8;
}
.b3-dialog__container .b3-tab-bar.b3-list.b3-list--background > li:hover {
background: transparent;
color: var(--quiet-h-color);
}
.b3-dialog__container .b3-tooltips.b3-tooltips__n.fn__flex-center input[type="range"]::-webkit-slider-thumb {
background-color: var(--quiet-svg-highlight-color);
}
.b3-label.file-tree.config-keymap .b3-list-item.b3-list-item--hide-action {
border-radius: 0;
}
.b3-dialog__container .b3-switch::after {
background-color: #fff;
}
.b3-dialog__container .b3-text-filed.fn__flex-center.fn__size200 {
border: none;
}
.b3-dialog__container .b3-text-filed.fn__flex-center.fn__size200:focus {
box-shadow: 0 0 0 2px #243e32 !important;
}
.b3-dialog__container button {
color: var(--quiet-svg-highlight-color);
transition: all .15s ease-in-out;
}
.b3-dialog__container button:hover {
color: var(--quiet-h-color);
}
@keyframes showView {
0% {
transform: translateY(200px);
}
}
@keyframes showItem {
0% {
background: linear-gradient(to right, #292929 0%, #191919 0%);
}
10% {
background: linear-gradient(to right, #292929 10%, #191919 10%);
}
20% {
background: linear-gradient(to right, #292929 20%, #191919 20%);
}
30% {
background: linear-gradient(to right, #292929 30%, #191919 30%);
}
40% {
background: linear-gradient(to right, #292929 40%, #191919 40%);
}
50% {
background: linear-gradient(to right, #292929 50%, #191919 50%);
}
60% {
background: linear-gradient(to right, #292929 60%, #191919 60%);
}
70% {
background: linear-gradient(to right, #292929 70%, #191919 70%);
}
80% {
background: linear-gradient(to right, #292929 80%, #191919 80%);
}
90% {
background: linear-gradient(to right, #292929 90%, #191919 90%);
}
100% {
background: linear-gradient(to right, #292929 00%, #191919 100%);
font-weight: bold;
}
}
/* 全局搜索相关 */
#globalSearchList .b3-list-item {
border-radius: 10px;
transition: all .1s linear;
}
#globalSearchList .b3-list-item:hover {
background-color: var(--quiet-primary-highlight-color);
}
#globalSearchList .b3-list-item.b3-list-item--focus {
background: #191919;
box-shadow: inset 2px 2px 12px #65512e,
inset -2px -2px 12px #65512e;
}
.layout-tab-container mark {
background-color: transparent;
color: #008ec6;
text-decoration: underline;
}
.layout-tab-container .search__actions {
border: 2px solid var(--quiet-secondary-bgcolor);
background: #191919;
box-shadow: 6px 6px 12px #0a0a0a,
-6px -6px 12px #282828;
}
/* 编辑区标签相关 */
.vditor-ir .vditor-ir__tag::before {
content: "🏷";
}
.vditor-ir .vditor-ir__tag {
display: inline-flex;
align-items: center;
text-decoration: none !important;
border: 1px solid #343434;
border-radius: 2px;
padding: 0 .3em .1em .03em;
box-shadow: 0 0 10px var(--quiet-button-shadow);
box-sizing: border-box;
cursor: pointer;
transition: all .2s ease-in-out;
position: relative;
background-color: var(--quiet-secondary-bgcolor);
z-index: 20;
}
.vditor-ir .vditor-ir__tag:hover {
transform: scale(1.15);
}
/* 关闭按钮相关 */
.b3-dialog__container .b3-dialog__close.fn__a:hover {
color: var(--quiet-secondary-highlight-color);
}
/* 关系图相关 */
.b3-tooltips.b3-tooltips__s.block__icon.ft__primary svg {
color: var(--quiet-svg-highlight-color);
}
.graph__panel input[type="checkbox"]::after,
.graph__panel input[type="range"]::-webkit-slider-thumb
{
background-color: var(--quiet-svg-highlight-color) !important;
}
.b3-button.b3-button--small.fn__block {
border: 1px solid #343434;
box-shadow: 0 0 10px var(--quiet-button-shadow);
}
/* 标签,大纲相关 */
.fn__flex-column.fn__flex-shrink .b3-list-item {
transition: all .1s linear;
}
.fn__flex-column.fn__flex-shrink .b3-list-item:hover {
border-radius: 10px;
background-color: var(--quiet-primary-highlight-color);
}
.fn__flex-column.fn__flex-shrink .b3-list-item.b3-list-item--focus {
border-radius: 10px;
background: #191919;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
}
.search__actions .search__action.b3-tooltips.b3-tooltips__e {
transition: all .15s ease-in-out;
}
.search__actions .search__action.b3-tooltips.b3-tooltips__e:hover,
.search__action.b3-tooltips.b3-tooltips__e.search__action--current {
color: var(--quiet-secondary-highlight-color);
}
.search__actions + .fn__flex-column.fn__flex-1 input {
border: none;
background: #191919;
box-shadow: 6px 6px 12px #0a0a0a,
-6px -6px 12px #282828;
border-radius: 10px;
transition: all .15s ease-in-out;
}
.fn__flex-column.fn__flex-1 input:focus {
color: var(--quiet-h-color);
}
/* 表格相关 */
.vditor-ir table {
box-shadow: 0 0 10px var(--quiet-button-shadow);
}
.vditor-ir table th,
.vditor-ir table td
{
border: 2px solid var(--quiet-h-color);
}
/* 反向链接相关 */
.backlinkList.fn__flex-1 .b3-list-item {
z-index: 2;
transition: all .1s linear;
}
.backlinkList.fn__flex-1 .b3-list-item:hover {
border-radius: 10px;
background-color: var(--quiet-primary-highlight-color);
}
.backlinkList.fn__flex-1 .b3-list-item.b3-list-item--focus {
border-radius: 10px;
background: #191919;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
}
.backlinkMList.fn__flex-1 .b3-list-item {
z-index: 2;
transition: all .1s linear;
}
.backlinkMList.fn__flex-1 .b3-list-item:hover {
border-radius: 10px;
background-color: var(--quiet-primary-highlight-color);
}
.backlinkMList.fn__flex-1 .b3-list-item.b3-list-item--focus {
border-radius: 10px;
background: #191919;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
}
/* 集市相关 */
/* .b3-dialog__container div[data-name="bazaar"] #configBazaarTheme .b3-cards::after {
content: '';
display: block;
width: 218px;
height: 188px;
border: 1px solid transparent;
margin: 10px;
}
.b3-dialog__container div[data-name="bazaar"] #configBazaarTheme .b3-cards {
justify-content: space-around !important;
} */
.b3-dialog__container div[data-name="bazaar"] .b3-cards {
padding-top: 30px;
padding-left: 4.5%;
}
.b3-dialog__container .b3-tab-container,
.b3-dialog__container div[data-name="bazaar"]
{
border-radius: 10px;
background: #191919;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
margin-right: 10px;
}
.b3-dialog__container .b3-tab-container .config-account__center.config-account__center--text {
background-color: transparent;
}
.b3-dialog__container .b3-tab-container .config-account__center.config-account__center--text .b3-chip.b3-chip--secondary {
background-color: var(--quiet-secondary-bgcolor);
}
.b3-dialog__container .b3-tab-container .config-account__center.config-account__center--text .ft__center .vditor-reset {
max-height: 300px;
padding: 10px;
box-sizing: border-box;
background: #191919;
border-radius: 10px;
box-shadow: 6px 6px 12px #0a0a0a,
-2px -2px 12px #282828;
}
.b3-dialog__container .b3-tab-container .config-account__center.config-account__center--text .ft__center .vditor-reset table td {
border: 1px solid var(--quiet-secondary-bgcolor);
}
.b3-dialog__container div[data-name="bazaar"] .b3-label:nth-child(1) {
border-bottom: none;
}
.b3-dialog__container div[data-name="bazaar"] .b3-card {
border: none;
margin: 10px;
background: #191919;
box-shadow: 6px 6px 12px #0a0a0a,
-3px -3px 12px #282828;
transition: all .2s ease-in-out;
cursor: pointer;
position: relative;
}
.b3-dialog__container div[data-name="bazaar"] .b3-card::after {
content: '';
position: absolute;
bottom: 0;
width: 20%;
height: 100%;
background: transparent;
transform: skew(-45deg);
z-index: 2;
}
.b3-dialog__container div[data-name="bazaar"] .b3-card:hover::after {
animation: focusCard .5s ease-in-out;
animation-fill-mode: forwards;
}
.b3-dialog__container div[data-name="bazaar"] .b3-card:hover {
box-shadow: none;
transform: translateY(-20px) scale(1.05);
box-shadow: 12px 12px 12px #0a0a0a,
-3px -3px 12px #282828;
}
.b3-dialog__container div[data-name="bazaar"] .b3-card .b3-card__info a,
.b3-dialog__container div[data-name="bazaar"] .b3-card .b3-card__actions button
{
transition: all .2s ease-in-out;
}
.b3-dialog__container div[data-name="bazaar"] .b3-card:hover .b3-card__info a {
color: var(--quiet-secondary-highlight-color);
font-weight: bold;
padding: 5px 10px;
}
.b3-dialog__container div[data-name="bazaar"] .b3-card .b3-card__actions button:hover {
border-radius: 10px;
background: #191919;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
}
.b3-card__info[style^="b"],
.b3-card__actions[style^="b"] {
background: var(--quiet-market-color) !important;
}
.b3-card__info[style^="b"] a,
.b3-card__actions[style^="b"] button {
color: var(--quiet-h-color) !important;
}
@keyframes focusCard {
0% {
box-shadow: 0 0 20px #ffffff20;
background-color: #ffffff20;
filter: blur(20px)
}
100% {
transform: skew(-45deg) translateX(400px);
}
}
/* 待办相关 */
.vditor-task p {
transition: all .1s linear;
}
.vditor-task.vditor-task--done > p {
color: #8c2b30;
text-decoration: line-through;
}
.vditor-task input {
width: 1em;
height: 1em;
cursor: pointer;
}
.vditor-task::marker {
content: '';
display: none;
}
.vditor-task input {
-webkit-appearance: none !important;
background: no-repeat var(--quiet-secondary-bgcolor) url("./src/images/checkbox.png");
position: relative; left: -.1em; bottom: .05em;
background-size: 1.15em 2em;
transition: all linear .1s;
font-weight: bold;
transform: scale(2);
padding-left: 1em;
}
.vditor-task.vditor-task--done input {
-webkit-appearance: none !important;
list-style-type: none !important;
transition: all linear .1s;
background: no-repeat transparent url("./src/images/checkbox.png");
background-size: 1.15em 2em;
}
.vditor-task.vditor-task--done input:checked {
background-position-y: -.9em;
}
/* Markdown的引用样式相关 */
.vditor-ir blockquote {
border-left-color: var(--quiet-h-color);
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
position: relative;
background: #191919;
color: #fff;
overflow: hidden;
box-shadow: 6px 6px 12px #0a0a0a;
}
.vditor-ir blockquote::after {
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
filter: blur(20px);
background: url('./src/images/maoboli.jpg') !important;
opacity: .5;
}
/* 图片护眼相关 */
.vditor img {
transition: all .15s ease-in-out;
opacity: .6;
border-radius: 10px;
}
.vditor img:hover {
opacity: 1;
box-shadow: 6px 6px 12px #0a0a0a;
}
/* 专家模式相关 */
.vditor-content .CodeMirror-linenumber.CodeMirror-gutter-elt {
background-color: var(--quiet-h-color) !important;
border-left: 2px solid var(--quiet-primary-highlight-color);
box-shadow: inset 5px 0 10px var(--quiet-primary-bgcolor);
}
/* ==标记符高亮相关 */
.vditor-ir span[data-type="mark"] mark {
background-color: var(--quiet-secondary-highlight-color);
text-decoration: none;
color: #fff;
border-radius: 3px;
padding: 1.75px 5px 0 5px;
}
/* 代码块背景色相关 */
.vditor-ir code {
background-color: var(--quiet-primary-bgcolor);
}
/* 右键菜单相关 */
.b3-menu,
.b3-menu .b3-menu__submenu
{
border: 5px solid #2a2a2a !important;
padding: 0 !important;
}
.b3-menu .b3-menu__item {
border-radius: 5px;
transition: all .15s ease-in-out;
}
.b3-menu .b3-menu__item:hover {
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
} | theme.css | :root {
/* 主色 */
--b3-theme-primary: var(--quiet-primary-highlight-color);
--b3-theme-primary-light: var(--quiet-h-color);
--b3-theme-primary-lighter: var(--quiet-h-color);
--b3-theme-primary-lightest: rgba(66, 133, 244, 0.12);
--b3-theme-secondary: #f3a92f;
--b3-theme-background: var(--quiet-secondary-bgcolor);
--b3-theme-surface: var(--quiet-primary-bgcolor);
--b3-theme-error: #d23f31;
/* 文字颜色 */
--b3-theme-on-primary: #fff;
--b3-theme-on-secondary: #fff;
--b3-theme-on-background: var(--quiet-svg-highlight-color);
--b3-theme-on-surface: #9aa0a6;
--b3-theme-on-error: #fff;
/* 字体 */
--b3-font-family: "Lucida Console", "汉仪月光舞 W", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
--b3-font-family-code: mononoki, Consolas, "Liberation Mono", Menlo, Courier, monospace, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
/* 线条 */
--b3-border-color: rgba(230, 230, 230, .1);
/* 滚动条 */
--b3-scroll-color: #4a4a3f;
/* 列表 */
--b3-list-hover: rgba(230, 230, 230, .05);
/* 页签 */
--b3-tab-background: #212224;
--b3-tab-background-hover: #2e2f31;
/* 提示 */
--b3-tooltips-color: rgba(70, 72, 76, .86);
/* 卡片背景 */
--b3-card-error-color: rgb(250, 179, 174);
--b3-card-error-background: rgb(24, 6, 5);
--b3-card-warning-color: rgb(255, 213, 153);
--b3-card-warning-background: rgb(25, 15, 0);
--b3-card-info-color: rgb(166, 213, 250);
--b3-card-info-background: rgb(3, 14, 24);
--b3-card-success-color: rgb(183, 223, 185);
--b3-card-success-background: rgb(7, 17, 7);
/* 动画效果 */
--b3-transition: all .15s cubic-bezier(0, 0, .2, 1) 0ms;
/* 阴影 */
--b3-point-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
--b3-dialog-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.4);
/* diff */
--b3-diff-add: #133a1c;
--b3-diff-add-surface: #28853e;
--b3-diff-del: #440c10;
--b3-diff-del-surface: #b1202d;
/* 图表颜色 */
--b3-graph-p-point: #076f7e;
--b3-graph-heading-point: #9876aa;
--b3-graph-math-point: #80FFA5;
--b3-graph-code-point: #00DDFF;
--b3-graph-table-point: #37A2FF;
--b3-graph-list-point: #FF0087;
--b3-graph-todo-point: #FFBF00;
--b3-graph-olist-point: #b3005f;
--b3-graph-listitem-point: #f65b00;
--b3-graph-bq-point: #8d48e3;
--b3-graph-super-point: #dd79ff;
--b3-graph-doc-point: #e8eaed;
--b3-graph-tag-point: #dbf32f;
--b3-graph-asset-point: #05c091;
--b3-graph-line: #9aa0a6;
--b3-graph-ref-line: #d23f31;
--b3-graph-tag-line: #5f6b06;
--b3-graph-tag-tag-line: #dbf32f;
--b3-graph-asset-line: #037457;
--b3-graph-hl-point: #f3a92f;
--b3-graph-hl-line: #4285f4;
/* 编辑器工具栏高度 */
--b3-vditor-toolbar-height: 29px;
--b3-vditor-toolbar-height-space: 6px;
/* 编辑器搜索颜色 */
--b3-vditor-search-background: #32593c;
--b3-vditor-search-border-color: #486a51;
--b3-vditor-search-current-background: #204282;
/* 代码片段背景 2e2e2e*/
--b3-vditor-code-background: var(--quiet-primary-bgcolor);
/* 即时渲染标记符颜色 */
--b3-vditor-mark-heading-color: #9876aa;
--b3-vditor-mark-title-color: #808080;
--b3-vditor-mark-em-color: #cc7832;
--b3-vditor-mark-strong-color: #cc7832;
--b3-vditor-mark-backslash-color: #cc7832;
--b3-vditor-mark-s-color: #9aa0a6;
--b3-vditor-mark-mark-color: #9aa0a6;
--b3-vditor-mark-link-color: #ffc66d;
--b3-vditor-mark-bracket-color: #287bde;
--b3-vditor-mark-paren-color: #6a8759;
--b3-vditor-mark-block-color: #9876aa;
--b3-vditor-mark-tag-color: #cc7832;
/* 即时渲染行内元素颜色 */
--b3-vditor-inline-strong-color: #e8eaed;
--b3-vditor-inline-em-color: #e8eaed;
--b3-vditor-inline-s-color: #e8eaed;
--b3-vditor-inline-link-color: #4285f4;
--b3-vditor-inline-mark-background: #32593c;
--b3-vditor-inline-mark-color: #e8eaed;
--b3-vditor-inline-tag-color: #9aa0a6;
--b3-vditor-inline-blockref-color: #9876aa;
/* Quiet 主题变量 */
--quiet-primary-bgcolor: #191919;
--quiet-secondary-bgcolor: #202020;
--quiet-primary-highlight-color: #242424;
--quiet-secondary-highlight-color: #9b0b0b;
/* 亮色: #42b883 */
--quiet-h-color: #34795a;
--quiet-svg-highlight-color: #c9d1d9;
--quiet-button-shadow: #000000;
--quiet-market-color: #222825;
--quiet-h1: var(--quiet-h-color);
--quiet-h2: #e35e69;
--quiet-h3: #d09b6b;
--quiet-h4: #71beae;
--quiet-h5: #e7d0ba;
--quiet-h6: #b78888;
}
.language-graphviz polygon {
fill: var(--b3-theme-on-surface);
}
/*
界面整体背景配色风格记录,依次为:
顶栏 -> toolbar
Dock栏 -> dockLeft, dockRight
功能栏 -> block__icons, .layout-tab-bar
*/
#toolbar,
#dockLeft, #dockRight,
.block__icons, .layout-tab-bar
{
background-color: var(--quiet-primary-bgcolor) !important;
}
/* Dock栏相关 */
.dock__item.b3-tooltips.b3-tooltips__e.dock__item--active,
.dock__item.b3-tooltips.b3-tooltips__w.dock__item--active {
color: var(--quiet-svg-highlight-color);
}
/* 滚动条相关 */
.file-tree ::-webkit-scrollbar-thumb,
.b3-dialog.b3-dialog--open .vditor-content ::-webkit-scrollbar-thumb,
.fn__flex-column.fn__flex.fn__flex-1 > ::-webkit-scrollbar-thumb,
.b3-dialog__container ::-webkit-scrollbar-thumb
{
display: none;
}
/* 界面resize相关 */
.layout__resize {
box-shadow: 5px 0 10px var(--quiet-primary-bgcolor);
}
.layout__resize::after {
opacity: 0;
}
/* 笔记标签页相关 */
.fn__flex-column.fn__flex.fn__flex-1 .item {
border-bottom: none;
}
.fn__flex-column.fn__flex.fn__flex-1 .item.item--focus,
.fn__flex-column.fn__flex.fn__flex-1.layout__wnd--active .item.item--focus {
border-radius: 10px;
background: #191919;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
}
.fn__flex-column.fn__flex.fn__flex-1 .item,
.fn__flex-column.fn__flex.fn__flex-1.layout__wnd--active .item {
border-radius: 10px;
transition: all .1s linear;
}
.fn__flex-column.fn__flex.fn__flex-1 .item:hover {
background-color: var(--quiet-primary-highlight-color);
}
.item__close:hover {
background-color: var(--quiet-secondary-highlight-color) !important;
color: #fff !important;
}
/* 左侧边栏相关 */
.b3-list-item.b3-list-item--hide-action {
border-radius: 10px;
transition: all .1s linear;
}
.b3-list-item.b3-list-item--hide-action:hover {
background-color: var(--quiet-primary-highlight-color);
}
.b3-list-item.b3-list-item--hide-action.b3-list-item--focus {
border-radius: 10px;
background: #191919;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
}
.b3-list-item__graphic.ft__primary {
color: var(--quiet-h-color);
}
.b3-list-item__action.b3-tooltips.b3-tooltips__sw svg,
.b3-list-item__action.b3-tooltips.b3-tooltips__nw svg
{
transition: all .1s linear;
}
.b3-list-item__action.b3-tooltips.b3-tooltips__sw svg:hover,
.b3-list-item__action.b3-tooltips.b3-tooltips__nw svg:hover
{
color: var(--quiet-svg-highlight-color);
}
/* 编辑区工具栏相关 */
.vditor .vditor-toolbar {
border-bottom: 3px solid #202020;
box-shadow: 0 10px 10px #191919;
}
.vditor-toolbar__item.b3-tooltips.b3-tooltips__s:hover,
.vditor-counter.b3-tooltips.b3-tooltips__w,
.vditor-toolbar__item.b3-tooltips.b3-tooltips__s.b3-menu__item--current
{
background-color: transparent;
}
.vditor-toolbar__item.b3-tooltips.b3-tooltips__s svg {
transition: all .1s linear;
}
.vditor-toolbar__item.b3-tooltips.b3-tooltips__s:hover svg,
.vditor-toolbar__item.b3-tooltips.b3-tooltips__s.b3-menu__item--current
{
color: var(--quiet-secondary-highlight-color);
}
/* 编辑区背景相关 */
/* .vditor-ir {
background-image: url("./src/images/index.png");
background-position: 98% 100%;
background-repeat: no-repeat;
background-size: 100px 100px;
}
.block__popover.block__popover--move.block__popover--open .vditor-ir,
.panelVditor.vditor .vditor-ir,
.b3-dialog.b3-dialog--open .vditor-ir {
background-image: none;
} */
/* hover前置图标时的区块背景 */
.vditor-ir__hl {
transition: all .1s linear;
background: #191919;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
background-color: var(--quiet-market-color) !important;
border-bottom-right-radius: 10px !important;
border-top-right-radius: 10px !important;
}
.vditor ul .vditor-ir__hl,
.vditor ol .vditor-ir__hl,
.vditor li .vditor-ir__hl
{
border-radius: 0px;
}
/* h1~h6相关 */
.vditor h1, .vditor h1 > span {
color: var(--quiet-h1) !important;
}
.vditor h2, .vditor h2 > span {
color: var(--quiet-h2) !important;
}
.vditor h3, .vditor h3 > span {
color: var(--quiet-h3) !important;
}
.vditor h4, .vditor h4 > span {
color: var(--quiet-h4) !important;
}
.vditor h5, .vditor h5 > span {
color: var(--quiet-h5) !important;
}
.vditor h6, .vditor h6 > span {
color: var(--quiet-h6) !important;
}
.vditor h1,
.vditor h2,
.vditor h3,
.vditor h4,
.vditor h5,
.vditor h6
{
color: #fff !important;
border-bottom: 0;
padding: 10px auto;
border-radius: 5px;
border-left: 5px solid var(--quiet-h-color);
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
background: #191919;
box-shadow: 6px 6px 12px #0a0a0a;
}
.vditor h1 {
color: var(--quiet-h1) !important;
margin: 50px 0 10px 0;
}
.vditor h2 {
border-left-color: var(--quiet-h2);
color: var(--quiet-h2) !important;
background: #19191980;
margin: 40px 0 10px 0;
}
.vditor h3 {
border-left-color: var(--quiet-h3);
color: var(--quiet-h3) !important;
background: #19191970;
margin: 30px 0 10px 0;
}
.vditor h4 {
border-left-color: var(--quiet-h4);
color: var(--quiet-h4) !important;
background: #19191960;
margin: 20px 0 10px 0;
}
.vditor h5 {
border-left-color: var(--quiet-h5);
color: var(--quiet-h5) !important;
background: #19191950;
margin: 10px 0 10px 0;
}
.vditor h6 {
border-left-color: var(--quiet-h6);
color: var(--quiet-h6) !important;
background: #19191980;
margin: 0 0 10px 0;
}
/* 命名,别名相关 */
.vditor-ir--tip *[tip]:not([fold="1"]) {
background: #202020;
box-shadow: 6px 6px 12px #121212,
-6px -6px 12px #2e2e2e !important;
color: var(--quiet-h-color);
}
.vditor-ir--tip *[tip]:not([fold="1"])::before {
color: var(--quiet-h-color);
border-radius: 10px;
padding: 10px 10px;
}
/* 列表相关 */
.vditor ul[tip], .vditor ol[tip] {
border: none;
}
pre > ul, pre > ol {
margin-left: 0;
padding-left: 0 !important;
}
.vditor ol, .vditor ul {
padding-left: 1.5em;
}
.vditor ol li {
color: var(--quiet-svg-highlight-color);
}
.vditor ol li p, .vditor ul li p {
color: var(--b3-theme-on-background);
font-weight: normal;
}
.vditor ul li {
color: var(--quiet-svg-highlight-color);
}
.vditor ul > li {
list-style-type: disc;
margin-left: 1.1em;
}
.vditor ol > li {
margin-left: 1.9em;
}
.vditor ul ol, .vditor ol ol, .vditor ul ul, .vditor ol ul {
border-left: 1px solid var(--quiet-svg-highlight-color);
}
.vditor ul ol, .vditor ol ol {
margin-left: -1.475em !important;
}
.vditor ul ul, .vditor ol ul {
margin-left: -.675em !important;
}
/* 块引用相关 */
.block__popover.block__popover--move.block__popover--open {
border: 5px solid var(--quiet-secondary-bgcolor);
box-shadow: 0 0 20px var(--quiet-button-shadow);
animation: showBlock .3s ease-in-out;
}
.block__popover.block__popover--move.block__popover--open .ft__primary {
color: var(--quiet-secondary-highlight-color);
}
span[data-type="block-ref"] .vditor-ir__blockref::before {
content: "[[";
}
span[data-type="block-ref"] .vditor-ir__blockref::after {
content: "]]";
}
.vditor-ir__blockref {
transition: all .1s linear;
}
.vditor-ir__blockref:hover {
color: #008ec6;
text-decoration: underline;
}
@keyframes showBlock {
0% {
/* border-top-right-radius: 80%; */
border-radius: 50%;
}
100% {
border-radius: 0;
}
}
/* 块嵌入相关 */
div[data-type="block-render"] {
border: 5px solid var(--quiet-secondary-bgcolor);
box-shadow: 0 0 20px var(--quiet-button-shadow);
}
div[data-type="block-ref-embed"] .vditor-ir__blockref {
pointer-events: none;
}
/* 设置界面相关 */
.b3-dialog__container {
animation: showView .35s ease-in-out;
box-shadow: 0 0 20px var(--quiet-button-shadow);
width: 50%;
}
.b3-dialog__container .b3-button.b3-button--text {
color: var(--quiet-h-color);
}
.b3-dialog__container a {
color: var(--quiet-h-color);
}
.b3-dialog__container .b3-switch.fn__flex-center::after {
background-color: var(--quiet-svg-highlight-color);
}
.config-account__center.config-account__center--text {
background-color: var(--quiet-primary-bgcolor);
}
.config-account__center.b3-form__space .fn__a {
color: var(--quiet-secondary-highlight-color);
}
.b3-tab-bar.b3-list.b3-list--background {
border-right: none;
background-image: url("./src/images/index.jpg")!important;
background-position: 95px 100% !important;
background-repeat: no-repeat !important;
background-size: 100px 100px !important;
}
.b3-dialog__container .b3-tab-container .fn__flex.b3-label {
border-bottom: none;
}
.b3-dialog__container .b3-text-filed.fn__block.b3-form__icon-input,
.b3-dialog__container .b3-form__icon.b3-form__space {
border: none;
border-radius: 10px;
}
.b3-dialog__container .b3-tab-bar.b3-list.b3-list--background,
.b3-form__icon.b3-form__space
{
background: #191919;
box-shadow: 6px 6px 12px #0a0a0a,
-6px -6px 12px #282828;
}
.b3-dialog__container .b3-tab-bar.b3-list.b3-list--background .b3-list-item {
transition: all .2s ease-in-out;
}
.b3-dialog__container .b3-tab-bar.b3-list.b3-list--background .b3-list-item--focus {
color: var(--quiet-h-color);
animation: showItem .15s ease-in-out;
animation-fill-mode: forwards;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
opacity: .8;
}
.b3-dialog__container .b3-tab-bar.b3-list.b3-list--background > li:hover {
background: transparent;
color: var(--quiet-h-color);
}
.b3-dialog__container .b3-tooltips.b3-tooltips__n.fn__flex-center input[type="range"]::-webkit-slider-thumb {
background-color: var(--quiet-svg-highlight-color);
}
.b3-label.file-tree.config-keymap .b3-list-item.b3-list-item--hide-action {
border-radius: 0;
}
.b3-dialog__container .b3-switch::after {
background-color: #fff;
}
.b3-dialog__container .b3-text-filed.fn__flex-center.fn__size200 {
border: none;
}
.b3-dialog__container .b3-text-filed.fn__flex-center.fn__size200:focus {
box-shadow: 0 0 0 2px #243e32 !important;
}
.b3-dialog__container button {
color: var(--quiet-svg-highlight-color);
transition: all .15s ease-in-out;
}
.b3-dialog__container button:hover {
color: var(--quiet-h-color);
}
@keyframes showView {
0% {
transform: translateY(200px);
}
}
@keyframes showItem {
0% {
background: linear-gradient(to right, #292929 0%, #191919 0%);
}
10% {
background: linear-gradient(to right, #292929 10%, #191919 10%);
}
20% {
background: linear-gradient(to right, #292929 20%, #191919 20%);
}
30% {
background: linear-gradient(to right, #292929 30%, #191919 30%);
}
40% {
background: linear-gradient(to right, #292929 40%, #191919 40%);
}
50% {
background: linear-gradient(to right, #292929 50%, #191919 50%);
}
60% {
background: linear-gradient(to right, #292929 60%, #191919 60%);
}
70% {
background: linear-gradient(to right, #292929 70%, #191919 70%);
}
80% {
background: linear-gradient(to right, #292929 80%, #191919 80%);
}
90% {
background: linear-gradient(to right, #292929 90%, #191919 90%);
}
100% {
background: linear-gradient(to right, #292929 00%, #191919 100%);
font-weight: bold;
}
}
/* 全局搜索相关 */
#globalSearchList .b3-list-item {
border-radius: 10px;
transition: all .1s linear;
}
#globalSearchList .b3-list-item:hover {
background-color: var(--quiet-primary-highlight-color);
}
#globalSearchList .b3-list-item.b3-list-item--focus {
background: #191919;
box-shadow: inset 2px 2px 12px #65512e,
inset -2px -2px 12px #65512e;
}
.layout-tab-container mark {
background-color: transparent;
color: #008ec6;
text-decoration: underline;
}
.layout-tab-container .search__actions {
border: 2px solid var(--quiet-secondary-bgcolor);
background: #191919;
box-shadow: 6px 6px 12px #0a0a0a,
-6px -6px 12px #282828;
}
/* 编辑区标签相关 */
.vditor-ir .vditor-ir__tag::before {
content: "🏷";
}
.vditor-ir .vditor-ir__tag {
display: inline-flex;
align-items: center;
text-decoration: none !important;
border: 1px solid #343434;
border-radius: 2px;
padding: 0 .3em .1em .03em;
box-shadow: 0 0 10px var(--quiet-button-shadow);
box-sizing: border-box;
cursor: pointer;
transition: all .2s ease-in-out;
position: relative;
background-color: var(--quiet-secondary-bgcolor);
z-index: 20;
}
.vditor-ir .vditor-ir__tag:hover {
transform: scale(1.15);
}
/* 关闭按钮相关 */
.b3-dialog__container .b3-dialog__close.fn__a:hover {
color: var(--quiet-secondary-highlight-color);
}
/* 关系图相关 */
.b3-tooltips.b3-tooltips__s.block__icon.ft__primary svg {
color: var(--quiet-svg-highlight-color);
}
.graph__panel input[type="checkbox"]::after,
.graph__panel input[type="range"]::-webkit-slider-thumb
{
background-color: var(--quiet-svg-highlight-color) !important;
}
.b3-button.b3-button--small.fn__block {
border: 1px solid #343434;
box-shadow: 0 0 10px var(--quiet-button-shadow);
}
/* 标签,大纲相关 */
.fn__flex-column.fn__flex-shrink .b3-list-item {
transition: all .1s linear;
}
.fn__flex-column.fn__flex-shrink .b3-list-item:hover {
border-radius: 10px;
background-color: var(--quiet-primary-highlight-color);
}
.fn__flex-column.fn__flex-shrink .b3-list-item.b3-list-item--focus {
border-radius: 10px;
background: #191919;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
}
.search__actions .search__action.b3-tooltips.b3-tooltips__e {
transition: all .15s ease-in-out;
}
.search__actions .search__action.b3-tooltips.b3-tooltips__e:hover,
.search__action.b3-tooltips.b3-tooltips__e.search__action--current {
color: var(--quiet-secondary-highlight-color);
}
.search__actions + .fn__flex-column.fn__flex-1 input {
border: none;
background: #191919;
box-shadow: 6px 6px 12px #0a0a0a,
-6px -6px 12px #282828;
border-radius: 10px;
transition: all .15s ease-in-out;
}
.fn__flex-column.fn__flex-1 input:focus {
color: var(--quiet-h-color);
}
/* 表格相关 */
.vditor-ir table {
box-shadow: 0 0 10px var(--quiet-button-shadow);
}
.vditor-ir table th,
.vditor-ir table td
{
border: 2px solid var(--quiet-h-color);
}
/* 反向链接相关 */
.backlinkList.fn__flex-1 .b3-list-item {
z-index: 2;
transition: all .1s linear;
}
.backlinkList.fn__flex-1 .b3-list-item:hover {
border-radius: 10px;
background-color: var(--quiet-primary-highlight-color);
}
.backlinkList.fn__flex-1 .b3-list-item.b3-list-item--focus {
border-radius: 10px;
background: #191919;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
}
.backlinkMList.fn__flex-1 .b3-list-item {
z-index: 2;
transition: all .1s linear;
}
.backlinkMList.fn__flex-1 .b3-list-item:hover {
border-radius: 10px;
background-color: var(--quiet-primary-highlight-color);
}
.backlinkMList.fn__flex-1 .b3-list-item.b3-list-item--focus {
border-radius: 10px;
background: #191919;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
}
/* 集市相关 */
/* .b3-dialog__container div[data-name="bazaar"] #configBazaarTheme .b3-cards::after {
content: '';
display: block;
width: 218px;
height: 188px;
border: 1px solid transparent;
margin: 10px;
}
.b3-dialog__container div[data-name="bazaar"] #configBazaarTheme .b3-cards {
justify-content: space-around !important;
} */
.b3-dialog__container div[data-name="bazaar"] .b3-cards {
padding-top: 30px;
padding-left: 4.5%;
}
.b3-dialog__container .b3-tab-container,
.b3-dialog__container div[data-name="bazaar"]
{
border-radius: 10px;
background: #191919;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
margin-right: 10px;
}
.b3-dialog__container .b3-tab-container .config-account__center.config-account__center--text {
background-color: transparent;
}
.b3-dialog__container .b3-tab-container .config-account__center.config-account__center--text .b3-chip.b3-chip--secondary {
background-color: var(--quiet-secondary-bgcolor);
}
.b3-dialog__container .b3-tab-container .config-account__center.config-account__center--text .ft__center .vditor-reset {
max-height: 300px;
padding: 10px;
box-sizing: border-box;
background: #191919;
border-radius: 10px;
box-shadow: 6px 6px 12px #0a0a0a,
-2px -2px 12px #282828;
}
.b3-dialog__container .b3-tab-container .config-account__center.config-account__center--text .ft__center .vditor-reset table td {
border: 1px solid var(--quiet-secondary-bgcolor);
}
.b3-dialog__container div[data-name="bazaar"] .b3-label:nth-child(1) {
border-bottom: none;
}
.b3-dialog__container div[data-name="bazaar"] .b3-card {
border: none;
margin: 10px;
background: #191919;
box-shadow: 6px 6px 12px #0a0a0a,
-3px -3px 12px #282828;
transition: all .2s ease-in-out;
cursor: pointer;
position: relative;
}
.b3-dialog__container div[data-name="bazaar"] .b3-card::after {
content: '';
position: absolute;
bottom: 0;
width: 20%;
height: 100%;
background: transparent;
transform: skew(-45deg);
z-index: 2;
}
.b3-dialog__container div[data-name="bazaar"] .b3-card:hover::after {
animation: focusCard .5s ease-in-out;
animation-fill-mode: forwards;
}
.b3-dialog__container div[data-name="bazaar"] .b3-card:hover {
box-shadow: none;
transform: translateY(-20px) scale(1.05);
box-shadow: 12px 12px 12px #0a0a0a,
-3px -3px 12px #282828;
}
.b3-dialog__container div[data-name="bazaar"] .b3-card .b3-card__info a,
.b3-dialog__container div[data-name="bazaar"] .b3-card .b3-card__actions button
{
transition: all .2s ease-in-out;
}
.b3-dialog__container div[data-name="bazaar"] .b3-card:hover .b3-card__info a {
color: var(--quiet-secondary-highlight-color);
font-weight: bold;
padding: 5px 10px;
}
.b3-dialog__container div[data-name="bazaar"] .b3-card .b3-card__actions button:hover {
border-radius: 10px;
background: #191919;
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
}
.b3-card__info[style^="b"],
.b3-card__actions[style^="b"] {
background: var(--quiet-market-color) !important;
}
.b3-card__info[style^="b"] a,
.b3-card__actions[style^="b"] button {
color: var(--quiet-h-color) !important;
}
@keyframes focusCard {
0% {
box-shadow: 0 0 20px #ffffff20;
background-color: #ffffff20;
filter: blur(20px)
}
100% {
transform: skew(-45deg) translateX(400px);
}
}
/* 待办相关 */
.vditor-task p {
transition: all .1s linear;
}
.vditor-task.vditor-task--done > p {
color: #8c2b30;
text-decoration: line-through;
}
.vditor-task input {
width: 1em;
height: 1em;
cursor: pointer;
}
.vditor-task::marker {
content: '';
display: none;
}
.vditor-task input {
-webkit-appearance: none !important;
background: no-repeat var(--quiet-secondary-bgcolor) url("./src/images/checkbox.png");
position: relative; left: -.1em; bottom: .05em;
background-size: 1.15em 2em;
transition: all linear .1s;
font-weight: bold;
transform: scale(2);
padding-left: 1em;
}
.vditor-task.vditor-task--done input {
-webkit-appearance: none !important;
list-style-type: none !important;
transition: all linear .1s;
background: no-repeat transparent url("./src/images/checkbox.png");
background-size: 1.15em 2em;
}
.vditor-task.vditor-task--done input:checked {
background-position-y: -.9em;
}
/* Markdown的引用样式相关 */
.vditor-ir blockquote {
border-left-color: var(--quiet-h-color);
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
position: relative;
background: #191919;
color: #fff;
overflow: hidden;
box-shadow: 6px 6px 12px #0a0a0a;
}
.vditor-ir blockquote::after {
position: absolute;
content: '';
left: 0;
right: 0;
top: 0;
bottom: 0;
filter: blur(20px);
background: url('./src/images/maoboli.jpg') !important;
opacity: .5;
}
/* 图片护眼相关 */
.vditor img {
transition: all .15s ease-in-out;
opacity: .6;
border-radius: 10px;
}
.vditor img:hover {
opacity: 1;
box-shadow: 6px 6px 12px #0a0a0a;
}
/* 专家模式相关 */
.vditor-content .CodeMirror-linenumber.CodeMirror-gutter-elt {
background-color: var(--quiet-h-color) !important;
border-left: 2px solid var(--quiet-primary-highlight-color);
box-shadow: inset 5px 0 10px var(--quiet-primary-bgcolor);
}
/* ==标记符高亮相关 */
.vditor-ir span[data-type="mark"] mark {
background-color: var(--quiet-secondary-highlight-color);
text-decoration: none;
color: #fff;
border-radius: 3px;
padding: 1.75px 5px 0 5px;
}
/* 代码块背景色相关 */
.vditor-ir code {
background-color: var(--quiet-primary-bgcolor);
}
/* 右键菜单相关 */
.b3-menu,
.b3-menu .b3-menu__submenu
{
border: 5px solid #2a2a2a !important;
padding: 0 !important;
}
.b3-menu .b3-menu__item {
border-radius: 5px;
transition: all .15s ease-in-out;
}
.b3-menu .b3-menu__item:hover {
box-shadow: inset 6px 6px 12px #0a0a0a,
inset -6px -6px 12px #282828;
} | 0.31342 | 0.10697 |
@charset "UTF-8";
/* CSS Document */
body{
font-family:'Open Sans','trebuchet ms',arial,sans-serif/*"Lucida Sans Unicode", "Lucida Grande", sans-serif*/;
color:#333333;
word-wrap: break-word;
}
html, body{
height:100%;
}
a{
color:#2e6013;
cursor:pointer;
}
a:hover{
color:#42871a;
}
textarea{
resize:vertical;
}
h5 span{
font-size:12px;
font-weight:normal;
}
.btn{
background-color: #468C40;
border-color: #468C40;
color: #FFFFFF;
}
.btn:hover{
background-color:#305f19;
border-color:#305f19
color:#ffffff;
}
.header{
background-color:#3F3F3F;
margin:0;
padding:0;
position:fixed;
z-index:5000;
width:100%;
border-bottom:1px solid #333333;
}
.header-function{
float:right;
color:#ffffff;
margin:6px;
padding:6px 6px 6px 12px;
font-size:14px;
line-height:16px;
border:1px solid #333333;
}
.header-function .dropdown-toggle{
}
.school-title{
padding:15px 0 0 9px;
}
.school-title img{
width:40px;
height:40px;
margin:6px;
border-radius:3px;
}
.school-title span{
margin-top:16px;
position:absolute;
padding-left:3px;
font-weight:500;
}
.header-link{
float:right;
margin:16px;
margin-left:10px;
}
.header-link a{
color:#47ad11;
}
.header-link a:hover{
color:#ffffff;
text-decoration:none;
}
.school-title{
font-size:20px;
}
.school-title a{
color:#ffffff;
font-size:18px;
font-weight:500;
}
/*body*/
#body-container{
position:relative;
width:100%;
padding-top:50px;
height: auto !important;
margin: 0 auto;
min-height: 100%;
position: relative;
width:100%;
}
.ie8 .navbar{
float:left;
position:fixed;
height:100%;
background-color:#222222;
width:200px;
font-size:14px;
line-height:16px;
}
.ie8 .navbar-inverse .navbar-inner{
background-color:transparent;
background-image:none;
border:none;
}
.ie8 .navbar-inner{
margin:0;
padding:0;
width:200px;
box-shadow:none;
}
.ie8 .container{
background-color:transparent;
border:none;
}
.content-container{
margin-left:200px;
padding:20px;
padding-bottom:80px;
}
.title{
background-color:#efefef;
}
.starter-template h1{
margin-top:0;
}
.content{
background-color:#efefef;
margin:0;
padding:30px 20px;
min-height:400px;
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}
.non-fix{
max-width:none;
}
/*footer */
footer{
margin:0;
padding:0;
position:absolute;
width:100%;
bottom:0;
}
.footer{
margin-left:200px;
background-color:#222222;
padding:16px 20px;
text-align:right;
bottom:0;
}
.footer span{
color:#999999;
font-size:13px;
font-weight:400;
}
.logo{
position:absolute;
margin-top:-34px;
margin-left:-10px;
font-size:24px;
line-height:50px;
color:#2E6013;
}
.logo img{
width:60px;
float:left;
margin-right:6px;
margin-top:-14px;
}
/*error page*/
.error-content{
padding:60px 0;
max-width:600px;
margin-left:auto;
margin-right:auto;
min-height:400px;
}
/*index*/
.index{
background-color:#ffffff;
padding:0;
margin-bottom:-50px;
z-index:1;
margin-top:-2px;
}
.index-header{
background: #222;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3f3f3f), to(#222222));
background-image: -webkit-linear-gradient(top, #3f3f3f, 0%, #222222, 100%);
background-image: -moz-linear-gradient(top, #3f3f3f 0%, #222222 100%);
background-image: linear-gradient(to bottom, #3f3f3f 0%, #222222 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f3f3f', endColorstr='#ff222222', GradientType=0);
width: 100%;
height: 77px;
border-bottom: 1px solid #000;
position: relative;
z-index: 15;
position:fixed;
}
.index-content{
padding:80px 0 0 0;
}
.bg-img{
margin-top:2px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
min-height: 320px;
position: fixed;
width: 100%;
background-image:url(../img/loginbg.jpg);
}
.login{
width:500px;
margin:0 0 0 -270px;
background-color:#192026;
background-color:rgba(0,0,0,0.7);
border-radius:6px;
padding:20px;
color:#ffffff;
text-align:center;
top:10%;
left:50%;
position:absolute;
box-shadow:0 0 4px #000000;
}
.school{
border-bottom:2px solid #666666;
padding-bottom:16px;
font-size:38px;
line-height:44px;
}
.school-logo{
height:80px;
border:1px solid #000000;
background-color:#ffffff;
display:inline-block;
margin-bottom:10px;
}
.school-logo img{
height:80px;
max-width:500px;
}
.index-footer{
margin:0;
z-index:99;
position: fixed;
width:100%;
padding:0;
bottom:-2px;
}
.index-footer span{
padding:16px 20px;
display:block;
}
.login form{
margin:20px auto 0 auto;
display:inline-block;
text-align:left;
}
.login-btn{
text-align:right;
}
.login-btn a{
color:#47AD11;
margin-right:16px;
}
.login-btn a:hover{
color:#5ed31a;
}
.index .alert{
margin:10px 20px 0 20px;
text-align:left;
} | PHP/internationalPublicSchool/installer/css/main.css | @charset "UTF-8";
/* CSS Document */
body{
font-family:'Open Sans','trebuchet ms',arial,sans-serif/*"Lucida Sans Unicode", "Lucida Grande", sans-serif*/;
color:#333333;
word-wrap: break-word;
}
html, body{
height:100%;
}
a{
color:#2e6013;
cursor:pointer;
}
a:hover{
color:#42871a;
}
textarea{
resize:vertical;
}
h5 span{
font-size:12px;
font-weight:normal;
}
.btn{
background-color: #468C40;
border-color: #468C40;
color: #FFFFFF;
}
.btn:hover{
background-color:#305f19;
border-color:#305f19
color:#ffffff;
}
.header{
background-color:#3F3F3F;
margin:0;
padding:0;
position:fixed;
z-index:5000;
width:100%;
border-bottom:1px solid #333333;
}
.header-function{
float:right;
color:#ffffff;
margin:6px;
padding:6px 6px 6px 12px;
font-size:14px;
line-height:16px;
border:1px solid #333333;
}
.header-function .dropdown-toggle{
}
.school-title{
padding:15px 0 0 9px;
}
.school-title img{
width:40px;
height:40px;
margin:6px;
border-radius:3px;
}
.school-title span{
margin-top:16px;
position:absolute;
padding-left:3px;
font-weight:500;
}
.header-link{
float:right;
margin:16px;
margin-left:10px;
}
.header-link a{
color:#47ad11;
}
.header-link a:hover{
color:#ffffff;
text-decoration:none;
}
.school-title{
font-size:20px;
}
.school-title a{
color:#ffffff;
font-size:18px;
font-weight:500;
}
/*body*/
#body-container{
position:relative;
width:100%;
padding-top:50px;
height: auto !important;
margin: 0 auto;
min-height: 100%;
position: relative;
width:100%;
}
.ie8 .navbar{
float:left;
position:fixed;
height:100%;
background-color:#222222;
width:200px;
font-size:14px;
line-height:16px;
}
.ie8 .navbar-inverse .navbar-inner{
background-color:transparent;
background-image:none;
border:none;
}
.ie8 .navbar-inner{
margin:0;
padding:0;
width:200px;
box-shadow:none;
}
.ie8 .container{
background-color:transparent;
border:none;
}
.content-container{
margin-left:200px;
padding:20px;
padding-bottom:80px;
}
.title{
background-color:#efefef;
}
.starter-template h1{
margin-top:0;
}
.content{
background-color:#efefef;
margin:0;
padding:30px 20px;
min-height:400px;
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}
.non-fix{
max-width:none;
}
/*footer */
footer{
margin:0;
padding:0;
position:absolute;
width:100%;
bottom:0;
}
.footer{
margin-left:200px;
background-color:#222222;
padding:16px 20px;
text-align:right;
bottom:0;
}
.footer span{
color:#999999;
font-size:13px;
font-weight:400;
}
.logo{
position:absolute;
margin-top:-34px;
margin-left:-10px;
font-size:24px;
line-height:50px;
color:#2E6013;
}
.logo img{
width:60px;
float:left;
margin-right:6px;
margin-top:-14px;
}
/*error page*/
.error-content{
padding:60px 0;
max-width:600px;
margin-left:auto;
margin-right:auto;
min-height:400px;
}
/*index*/
.index{
background-color:#ffffff;
padding:0;
margin-bottom:-50px;
z-index:1;
margin-top:-2px;
}
.index-header{
background: #222;
background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3f3f3f), to(#222222));
background-image: -webkit-linear-gradient(top, #3f3f3f, 0%, #222222, 100%);
background-image: -moz-linear-gradient(top, #3f3f3f 0%, #222222 100%);
background-image: linear-gradient(to bottom, #3f3f3f 0%, #222222 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3f3f3f', endColorstr='#ff222222', GradientType=0);
width: 100%;
height: 77px;
border-bottom: 1px solid #000;
position: relative;
z-index: 15;
position:fixed;
}
.index-content{
padding:80px 0 0 0;
}
.bg-img{
margin-top:2px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
min-height: 320px;
position: fixed;
width: 100%;
background-image:url(../img/loginbg.jpg);
}
.login{
width:500px;
margin:0 0 0 -270px;
background-color:#192026;
background-color:rgba(0,0,0,0.7);
border-radius:6px;
padding:20px;
color:#ffffff;
text-align:center;
top:10%;
left:50%;
position:absolute;
box-shadow:0 0 4px #000000;
}
.school{
border-bottom:2px solid #666666;
padding-bottom:16px;
font-size:38px;
line-height:44px;
}
.school-logo{
height:80px;
border:1px solid #000000;
background-color:#ffffff;
display:inline-block;
margin-bottom:10px;
}
.school-logo img{
height:80px;
max-width:500px;
}
.index-footer{
margin:0;
z-index:99;
position: fixed;
width:100%;
padding:0;
bottom:-2px;
}
.index-footer span{
padding:16px 20px;
display:block;
}
.login form{
margin:20px auto 0 auto;
display:inline-block;
text-align:left;
}
.login-btn{
text-align:right;
}
.login-btn a{
color:#47AD11;
margin-right:16px;
}
.login-btn a:hover{
color:#5ed31a;
}
.index .alert{
margin:10px 20px 0 20px;
text-align:left;
} | 0.182462 | 0.042842 |
.navbar-filter {
z-index: 2;
width: 170px;
height: 30px;
position: absolute;
margin-top: 10px;
top: 65%;
left: 75%;
background-color: white;
border-radius: 10px;
box-shadow: 0 .5rem 1rem 0 rgba(0,0,0,.15)!important;
}
.filter-txt{
z-index: 2;
font-family: Comfortaa, sans-serif;
font-weight: normal;
color: turquoise !important;
}
.navbar-filter .dropdown-toggle::after {
z-index: 2;
display: none;
}
.navbar-filter .nav-link {
padding: 0.1rem 0.5rem 0 0;
color: turquoise !important;
}
@media (max-width: 1800px) {
.navbar-filter{
top: 80%;
left: 79%;
}
}
@media (max-width: 1366px) {
.navbar-filter{
top: 52%;
left: 60%;
}
}
@media (max-width: 1024px) and (max-height: 768px){
.navbar-filter{
left: 43%;
top: 75%;
}
}
@media (max-width: 823px) {
.navbar-filter {
width: 170px;
top: 142%;
left: 40%;
}
}
@media (max-width: 768px) {
.navbar-filter {
top: 45%;
}
}
@media (max-width: 736px) {
.navbar-filter {
top: 80%;
left: 70%;
}
}
@media (max-width: 720px) {
.navbar-filter {
top: 65%;
left: 60%;
}
}
@media (max-width: 670px) {
.navbar-filter {
top: 120%;
left: 37%;
}
}
@media (max-width: 667px) {
.navbar-filter {
top: 90%;
left: 67%;
}
}
@media (max-width: 568px) {
.navbar-filter {
top: 100%;
}
}
@media (max-width: 540px) {
.navbar-filter {
top: 70%;
left: 35%;
}
}
@media (max-width: 500px) {
.navbar-filter {
top: 65%;
left: 30%;
}
}
@media (max-width: 411px) {
.navbar-filter {
top: 65%;
left: 30%;
}
}
@media (max-width: 375px) {
.navbar-filter {
top: 65%;
left: 30%;
}
}
@media (max-width: 360px) {
.navbar-filter {
top: 75%;
left: 30%;
}
}
@media (max-width: 320px) {
.navbar-filter {
top: 70%;
left: 30%;
}
} | webapp/content/src/components/AdoptionButton/AdoptionButton.css | .navbar-filter {
z-index: 2;
width: 170px;
height: 30px;
position: absolute;
margin-top: 10px;
top: 65%;
left: 75%;
background-color: white;
border-radius: 10px;
box-shadow: 0 .5rem 1rem 0 rgba(0,0,0,.15)!important;
}
.filter-txt{
z-index: 2;
font-family: Comfortaa, sans-serif;
font-weight: normal;
color: turquoise !important;
}
.navbar-filter .dropdown-toggle::after {
z-index: 2;
display: none;
}
.navbar-filter .nav-link {
padding: 0.1rem 0.5rem 0 0;
color: turquoise !important;
}
@media (max-width: 1800px) {
.navbar-filter{
top: 80%;
left: 79%;
}
}
@media (max-width: 1366px) {
.navbar-filter{
top: 52%;
left: 60%;
}
}
@media (max-width: 1024px) and (max-height: 768px){
.navbar-filter{
left: 43%;
top: 75%;
}
}
@media (max-width: 823px) {
.navbar-filter {
width: 170px;
top: 142%;
left: 40%;
}
}
@media (max-width: 768px) {
.navbar-filter {
top: 45%;
}
}
@media (max-width: 736px) {
.navbar-filter {
top: 80%;
left: 70%;
}
}
@media (max-width: 720px) {
.navbar-filter {
top: 65%;
left: 60%;
}
}
@media (max-width: 670px) {
.navbar-filter {
top: 120%;
left: 37%;
}
}
@media (max-width: 667px) {
.navbar-filter {
top: 90%;
left: 67%;
}
}
@media (max-width: 568px) {
.navbar-filter {
top: 100%;
}
}
@media (max-width: 540px) {
.navbar-filter {
top: 70%;
left: 35%;
}
}
@media (max-width: 500px) {
.navbar-filter {
top: 65%;
left: 30%;
}
}
@media (max-width: 411px) {
.navbar-filter {
top: 65%;
left: 30%;
}
}
@media (max-width: 375px) {
.navbar-filter {
top: 65%;
left: 30%;
}
}
@media (max-width: 360px) {
.navbar-filter {
top: 75%;
left: 30%;
}
}
@media (max-width: 320px) {
.navbar-filter {
top: 70%;
left: 30%;
}
} | 0.468304 | 0.084606 |
body {
background-image: url(../../images/wp4411626-keanu-reeves-cyberpunk-2077-wallpapers.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
/*slideshow*/
#carouselExampleIndicators {
z-index: 1;
}
.d-block {
position: relative;
object-fit: cover;
}
#demo {
color: #000000;
background-color: white;
color: black;
font-size: 2vw;
font-weight: bold;
margin: 0 auto;
padding: 10px;
width: 50%;
text-align: center;
position: absolute;
top: 95%;
left: 50%;
transform: translate(-50%, -50%);
mix-blend-mode: screen;
}
.carousel-caption {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}
.carousel-text {
background-color: black;
color: white;
font-size: 80px;
font-weight: bold;
margin: 0 auto;
padding: 10px;
width: 50%;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
mix-blend-mode: multiply;
}
.glow {
font-size: 80px;
color: #fff;
text-align: center;
-webkit-animation: glow 1s ease-in-out infinite alternate;
-moz-animation: glow 1s ease-in-out infinite alternate;
animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fa0101, 0 0 40px #fa0101, 0 0 50px #fa0101, 0 0 60px #fa0101, 0 0 70px #fa0101;
}
to {
text-shadow: 0 0 30px #fff, 0 0 40px #3e8e41, 0 0 50px #3e8e41, 0 0 60px #3e8e41, 0 0 70px #3e8e41, 0 0 80px #3e8e41, 0 0 90px #3e8e41;
}
}
/*navbar*/
.navbar {
z-index: 1;
width: 100%;
}
.dropbtn {
background-color: #343a40;
color: rgba(255, 255, 255, 0.5);
font-size: 16px;
border: none;
justify-content: center;
padding-top: 13px;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.dropdown-content a {
color: red;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #3e8e41;
}
.nav-item:hover {
background-color: #3e8e41;
}
.nav-link {
padding-top: 22px;
}
.nav-items {
float: right !important;
}
/*sticky navbar*/
.container {
padding: 16px;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.sticky+.container {
padding-top: 60px;
}
/*Login*/
.butt {
float: right;
}
input[type=text],
input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
button {
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
}
button:hover {
opacity: 0.8;
}
.cancelbtn {
width: auto;
padding: 10px 18px;
background-color: #f44336;
}
.imgcontainer {
text-align: center;
margin: 24px 0 12px 0;
position: relative;
}
img.avatar {
width: 20%;
border-radius: 50%;
}
.container {
padding: 16px;
}
span.psw {
float: right;
padding-top: 16px;
}
.modal {
display: none;
position: fixed;
z-index: 2;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(18, 206, 65);
background-color: rgba(0, 0, 0, 0.4);
padding-top: 60px;
}
.modal-content {
background-color: #fefefe;
color: #000;
margin: 5% auto 15% auto;
border: 1px solid #888;
width: 80%;
z-index: 2;
}
.close {
position: absolute;
right: 25px;
top: 0;
color: #000;
font-size: 35px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: red;
cursor: pointer;
}
.animate {
-webkit-animation: animatezoom 0.9s;
animation: animatezoom 0.9s
}
@-webkit-keyframes animatezoom {
from {
-webkit-transform: scale(0)
}
to {
-webkit-transform: scale(1)
}
}
@keyframes animatezoom {
from {
transform: scale(0)
}
to {
transform: scale(1)
}
}
@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
.cancelbtn {
width: 100%;
}
}
/*Scroll bar*/
::-webkit-scrollbar {
width: 30px;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
background-color: rgb(0, 0, 0);
}
::-webkit-scrollbar {
width: 30px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #D62929;
background-image: -webkit-linear-gradient(90deg,
transparent,
rgba(0, 0, 0, 0.4) 50%,
transparent,
transparent)
}
::-webkit-scrollbar-thumb:hover {
background: #3e8e41;
background-image: -webkit-linear-gradient(190deg,
transparent,
rgba(0, 0, 0, 0.4) 50%,
transparent,
transparent)
}
/*body*/
.container {
z-index: -1;
}
.card {
position: relative;
margin-top: 10px;
}
.morebtn {
border: none;
outline: 0;
padding: 12px;
color: white;
background-color: rgb(0, 0, 0);
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
margin-bottom: 0;
margin-top: 0;
}
.morebtn:hover {
opacity: 0.5;
}
.list-group {
margin: 0;
}
.red {
color: #3e8e41;
background-color: red;
font-weight: bold;
}
.green {
color: red;
background-color: #3e8e41;
}
.bg-gray {
background-color: darkgray;
}
.fa-star {
font-size: 20px;
}
.checked {
color: orange;
}
.zoom {
transition: transform .9s;
margin: 0 auto;
width: 100%;
height: 400px;
object-fit: cover;
}
.zoom:hover {
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
height: 100%;
}
/*Footer*/
.context-dark,
.bg-gray-dark,
.bg-primary {
color: rgba(255, 255, 255, 0.8);
}
.footer-classic a,
.footer-classic a:focus,
.footer-classic a:active {
color: #ffffff;
}
.nav-list li {
padding-top: 5px;
padding-bottom: 5px;
}
.nav-list li a:hover:before {
margin-left: 0;
opacity: 1;
visibility: visible;
}
ul,
ol {
list-style: none;
padding: 0;
margin: 0;
}
.nav-list li a:before {
content: "\f14f";
font: 400 21px/1 "Material Design Icons";
color: #4d6de6;
display: inline-block;
vertical-align: baseline;
margin-left: -28px;
margin-right: 7px;
opacity: 0;
visibility: hidden;
transition: .22s ease;
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
background: #3B5998;
color: white;
padding: 20px;
font-size: 30px;
width: 80px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
.fa-twitter {
background: #55ACEE;
color: white;
padding: 20px;
font-size: 30px;
width: 80px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
.fa-google {
background: #dd4b39;
color: white;
padding: 20px;
font-size: 30px;
width: 80px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
.fa-linkedin {
background: #007bb5;
color: white;
padding: 20px;
font-size: 30px;
width: 80px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
.fa-youtube {
background: #bb0000;
color: white;
padding: 20px;
font-size: 30px;
width: 80px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
.fa-instagram {
background: #125688;
color: white;
padding: 20px;
font-size: 30px;
width: 80px;
text-align: center;
text-decoration: none;
border-radius: 50%;
} | css/master/master.css | body {
background-image: url(../../images/wp4411626-keanu-reeves-cyberpunk-2077-wallpapers.jpg);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
/*slideshow*/
#carouselExampleIndicators {
z-index: 1;
}
.d-block {
position: relative;
object-fit: cover;
}
#demo {
color: #000000;
background-color: white;
color: black;
font-size: 2vw;
font-weight: bold;
margin: 0 auto;
padding: 10px;
width: 50%;
text-align: center;
position: absolute;
top: 95%;
left: 50%;
transform: translate(-50%, -50%);
mix-blend-mode: screen;
}
.carousel-caption {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}
.carousel-text {
background-color: black;
color: white;
font-size: 80px;
font-weight: bold;
margin: 0 auto;
padding: 10px;
width: 50%;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
mix-blend-mode: multiply;
}
.glow {
font-size: 80px;
color: #fff;
text-align: center;
-webkit-animation: glow 1s ease-in-out infinite alternate;
-moz-animation: glow 1s ease-in-out infinite alternate;
animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fa0101, 0 0 40px #fa0101, 0 0 50px #fa0101, 0 0 60px #fa0101, 0 0 70px #fa0101;
}
to {
text-shadow: 0 0 30px #fff, 0 0 40px #3e8e41, 0 0 50px #3e8e41, 0 0 60px #3e8e41, 0 0 70px #3e8e41, 0 0 80px #3e8e41, 0 0 90px #3e8e41;
}
}
/*navbar*/
.navbar {
z-index: 1;
width: 100%;
}
.dropbtn {
background-color: #343a40;
color: rgba(255, 255, 255, 0.5);
font-size: 16px;
border: none;
justify-content: center;
padding-top: 13px;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.dropdown-content a {
color: red;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #3e8e41;
}
.nav-item:hover {
background-color: #3e8e41;
}
.nav-link {
padding-top: 22px;
}
.nav-items {
float: right !important;
}
/*sticky navbar*/
.container {
padding: 16px;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.sticky+.container {
padding-top: 60px;
}
/*Login*/
.butt {
float: right;
}
input[type=text],
input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
button {
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%;
}
button:hover {
opacity: 0.8;
}
.cancelbtn {
width: auto;
padding: 10px 18px;
background-color: #f44336;
}
.imgcontainer {
text-align: center;
margin: 24px 0 12px 0;
position: relative;
}
img.avatar {
width: 20%;
border-radius: 50%;
}
.container {
padding: 16px;
}
span.psw {
float: right;
padding-top: 16px;
}
.modal {
display: none;
position: fixed;
z-index: 2;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(18, 206, 65);
background-color: rgba(0, 0, 0, 0.4);
padding-top: 60px;
}
.modal-content {
background-color: #fefefe;
color: #000;
margin: 5% auto 15% auto;
border: 1px solid #888;
width: 80%;
z-index: 2;
}
.close {
position: absolute;
right: 25px;
top: 0;
color: #000;
font-size: 35px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: red;
cursor: pointer;
}
.animate {
-webkit-animation: animatezoom 0.9s;
animation: animatezoom 0.9s
}
@-webkit-keyframes animatezoom {
from {
-webkit-transform: scale(0)
}
to {
-webkit-transform: scale(1)
}
}
@keyframes animatezoom {
from {
transform: scale(0)
}
to {
transform: scale(1)
}
}
@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
.cancelbtn {
width: 100%;
}
}
/*Scroll bar*/
::-webkit-scrollbar {
width: 30px;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
background-color: rgb(0, 0, 0);
}
::-webkit-scrollbar {
width: 30px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #D62929;
background-image: -webkit-linear-gradient(90deg,
transparent,
rgba(0, 0, 0, 0.4) 50%,
transparent,
transparent)
}
::-webkit-scrollbar-thumb:hover {
background: #3e8e41;
background-image: -webkit-linear-gradient(190deg,
transparent,
rgba(0, 0, 0, 0.4) 50%,
transparent,
transparent)
}
/*body*/
.container {
z-index: -1;
}
.card {
position: relative;
margin-top: 10px;
}
.morebtn {
border: none;
outline: 0;
padding: 12px;
color: white;
background-color: rgb(0, 0, 0);
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
margin-bottom: 0;
margin-top: 0;
}
.morebtn:hover {
opacity: 0.5;
}
.list-group {
margin: 0;
}
.red {
color: #3e8e41;
background-color: red;
font-weight: bold;
}
.green {
color: red;
background-color: #3e8e41;
}
.bg-gray {
background-color: darkgray;
}
.fa-star {
font-size: 20px;
}
.checked {
color: orange;
}
.zoom {
transition: transform .9s;
margin: 0 auto;
width: 100%;
height: 400px;
object-fit: cover;
}
.zoom:hover {
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
height: 100%;
}
/*Footer*/
.context-dark,
.bg-gray-dark,
.bg-primary {
color: rgba(255, 255, 255, 0.8);
}
.footer-classic a,
.footer-classic a:focus,
.footer-classic a:active {
color: #ffffff;
}
.nav-list li {
padding-top: 5px;
padding-bottom: 5px;
}
.nav-list li a:hover:before {
margin-left: 0;
opacity: 1;
visibility: visible;
}
ul,
ol {
list-style: none;
padding: 0;
margin: 0;
}
.nav-list li a:before {
content: "\f14f";
font: 400 21px/1 "Material Design Icons";
color: #4d6de6;
display: inline-block;
vertical-align: baseline;
margin-left: -28px;
margin-right: 7px;
opacity: 0;
visibility: hidden;
transition: .22s ease;
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook {
background: #3B5998;
color: white;
padding: 20px;
font-size: 30px;
width: 80px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
.fa-twitter {
background: #55ACEE;
color: white;
padding: 20px;
font-size: 30px;
width: 80px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
.fa-google {
background: #dd4b39;
color: white;
padding: 20px;
font-size: 30px;
width: 80px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
.fa-linkedin {
background: #007bb5;
color: white;
padding: 20px;
font-size: 30px;
width: 80px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
.fa-youtube {
background: #bb0000;
color: white;
padding: 20px;
font-size: 30px;
width: 80px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
.fa-instagram {
background: #125688;
color: white;
padding: 20px;
font-size: 30px;
width: 80px;
text-align: center;
text-decoration: none;
border-radius: 50%;
} | 0.50415 | 0.106924 |
.gsc-result-info {
text-align: left;
color: #999;
font-size: 12px;
padding-left: 8px;
margin: 10px 0 10px 0;
}
.gs-result .gs-title, .gs-result .gs-title *{
color: #3083A3;
text-decoration: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
color: #0052FF;
text-decoration: none;
}
.gs-result .gs-snippet {
font: 12px Tahoma, Geneva, sans-serif;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
cursor: pointer;
color: #07AD00;
text-decoration: none;
margin-right: 5px;
display: inline;
border: 1px solid #DDD;
padding: 2px 5px 2px 5px;
}
#wrapper {
position: absolute;
height: 500px;
width: 600px;
top: -48%;
bottom: 0;
left: -5.5%;
right: 0;
margin: auto;
}
nav ul {
position: absolute;
right: 0px;
width: 400px;
height: 70px;
display: inline;
line-height: 10px;
list-style-type: none;
font-family: Arial, sans-serif;
margin-top: 30px;
}
nav li {
padding-top: -10px;
display: inline-block;
padding-right: 10px;
text-decoration: none;
font-size: 13px;
vertical-align: top;
}
#bottom_nav {
position: absolute;
bottom: 0px;
left: 0px;
height: 20px;
width: 400px;
padding-bottom: 7px;
}
#bottom_nav ul {
display: inline;
list-style-type: none;
padding-left: 20px;
color: lightgrey;
font-family: Arial;
font-size: 13px;
}
#bottom_nav li {
display: inline;
padding-left: 20px;
color: lightgrey;
}
#bottom_nav li a {
color: 6E6E74;
}
#bottom_nav2 {
position: absolute;
bottom: 0px;
right: 10px;
height: 20px;
width: 230px;
padding-bottom: 7px;
}
#bottom_nav2 ul {
display: inline;
list-style-type: none;
color: lightgrey;
font-family: Arial;
font-size: 13px;
}
#bottom_nav2 li {
display: inline;
color: lightgrey;
padding-right: 20px;
}
#bottom_nav2 li a {
color: 6E6E74;
}
a:link {
color: #000;
text-decoration: none;
}
#picture_menu {
position: absolute;
right: 30px;
line-height: 40px;
width: 200px;
top: -7px;
}
#share {
border: 1px solid #dcdcdc;
color: #444!important;
background: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
padding: 7px;
}
#share_icon {
position: absolute;
top: -5px;
right: 60px;
}
#menu_icon {
position: absolute;
top: -10px;
right: 20px;
}
#header {
position: relative;
background-image: url("images/logo.png");
height: 200px;
width: 400px;
background-repeat: no-repeat;
left: 35%;
top: 40%;
}
#searchbar {
position: absolute;
top: 64%;
left: 55px;
width: 580px;
height: 30px;
border: 1px solid #cdcdcd;
}
#microphone {
position: absolute;
top: 65%;
left: 612px;
background: url('images/microphone.png') no-repeat;
height: 50px;
width: 50px;
}
#search_button {
position: absolute;
top: 73.2%;
left: 236px;
border: 1px solid #dcdcdc;
border-color: rgba(0, 0, 0, 0.1);
color: #444!important;
font-size: 11px;
font-weight: bold;
padding: 8px;
background: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
border-radius: 2px;
}
#lucky_button {
position: absolute;
top: 73.2%;
left: 347px;
border: 1px solid #dcdcdc;
border-color: rgba(0, 0, 0, 0.1);
color: #444!important;
font-size: 11px;
font-weight: bold;
padding: 8px;
background: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
border-radius: 2px;
}
#tag_text {
background: url(images/mountains.png) no-repeat;
background-position: left;
padding-left: 40px;
position: absolute;
top: 85%;
left: 180px;
font-size: 13px;
}
#tag_text span {
color: red;
}
#tag_text a:link {
color: blue;
}
p {
font-family: arial;
}
#footer {
position: absolute;
bottom: 0px;
width: 100%;
height: 40px;
background: #f2f2f2;
border-top: 1px solid #e4e4e4;
} | WebContent/styles/style.css | .gsc-result-info {
text-align: left;
color: #999;
font-size: 12px;
padding-left: 8px;
margin: 10px 0 10px 0;
}
.gs-result .gs-title, .gs-result .gs-title *{
color: #3083A3;
text-decoration: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl {
color: #0052FF;
text-decoration: none;
}
.gs-result .gs-snippet {
font: 12px Tahoma, Geneva, sans-serif;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
cursor: pointer;
color: #07AD00;
text-decoration: none;
margin-right: 5px;
display: inline;
border: 1px solid #DDD;
padding: 2px 5px 2px 5px;
}
#wrapper {
position: absolute;
height: 500px;
width: 600px;
top: -48%;
bottom: 0;
left: -5.5%;
right: 0;
margin: auto;
}
nav ul {
position: absolute;
right: 0px;
width: 400px;
height: 70px;
display: inline;
line-height: 10px;
list-style-type: none;
font-family: Arial, sans-serif;
margin-top: 30px;
}
nav li {
padding-top: -10px;
display: inline-block;
padding-right: 10px;
text-decoration: none;
font-size: 13px;
vertical-align: top;
}
#bottom_nav {
position: absolute;
bottom: 0px;
left: 0px;
height: 20px;
width: 400px;
padding-bottom: 7px;
}
#bottom_nav ul {
display: inline;
list-style-type: none;
padding-left: 20px;
color: lightgrey;
font-family: Arial;
font-size: 13px;
}
#bottom_nav li {
display: inline;
padding-left: 20px;
color: lightgrey;
}
#bottom_nav li a {
color: 6E6E74;
}
#bottom_nav2 {
position: absolute;
bottom: 0px;
right: 10px;
height: 20px;
width: 230px;
padding-bottom: 7px;
}
#bottom_nav2 ul {
display: inline;
list-style-type: none;
color: lightgrey;
font-family: Arial;
font-size: 13px;
}
#bottom_nav2 li {
display: inline;
color: lightgrey;
padding-right: 20px;
}
#bottom_nav2 li a {
color: 6E6E74;
}
a:link {
color: #000;
text-decoration: none;
}
#picture_menu {
position: absolute;
right: 30px;
line-height: 40px;
width: 200px;
top: -7px;
}
#share {
border: 1px solid #dcdcdc;
color: #444!important;
background: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
padding: 7px;
}
#share_icon {
position: absolute;
top: -5px;
right: 60px;
}
#menu_icon {
position: absolute;
top: -10px;
right: 20px;
}
#header {
position: relative;
background-image: url("images/logo.png");
height: 200px;
width: 400px;
background-repeat: no-repeat;
left: 35%;
top: 40%;
}
#searchbar {
position: absolute;
top: 64%;
left: 55px;
width: 580px;
height: 30px;
border: 1px solid #cdcdcd;
}
#microphone {
position: absolute;
top: 65%;
left: 612px;
background: url('images/microphone.png') no-repeat;
height: 50px;
width: 50px;
}
#search_button {
position: absolute;
top: 73.2%;
left: 236px;
border: 1px solid #dcdcdc;
border-color: rgba(0, 0, 0, 0.1);
color: #444!important;
font-size: 11px;
font-weight: bold;
padding: 8px;
background: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
border-radius: 2px;
}
#lucky_button {
position: absolute;
top: 73.2%;
left: 347px;
border: 1px solid #dcdcdc;
border-color: rgba(0, 0, 0, 0.1);
color: #444!important;
font-size: 11px;
font-weight: bold;
padding: 8px;
background: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
border-radius: 2px;
}
#tag_text {
background: url(images/mountains.png) no-repeat;
background-position: left;
padding-left: 40px;
position: absolute;
top: 85%;
left: 180px;
font-size: 13px;
}
#tag_text span {
color: red;
}
#tag_text a:link {
color: blue;
}
p {
font-family: arial;
}
#footer {
position: absolute;
bottom: 0px;
width: 100%;
height: 40px;
background: #f2f2f2;
border-top: 1px solid #e4e4e4;
} | 0.415373 | 0.077797 |
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700&display=swap");
*, :before, :after {
box-sizing: border-box;
}
/* FONT STYLING */
p {
font-family: "Roboto", sans-serif;
font-size: 1rem;
line-height: 1.5em;
color: #808080;
}
strong {
font-weight: 600;
font-size: 1.2em;
}
h1, h2 {
font-family: "Roboto", sans-serif;
margin-block-start: 0;
padding-top: 0.67em;
padding-bottom: 0.67em;
}
h1 {
font-size: 3rem;
}
h2 {
font-size: 2.5rem;
}
h3 {
font-size: 2rem;
}
/* CONTAINER STYLING */
.container {
width: 100%;
max-width: 1000px;
box-shadow: 0 3px 6px rgba(0,0,0,0.25), 0 3px 6px rgba(0,0,0,0.22);
margin: 0 auto;
}
/* SECTION STYLING */
.section {
display: flex;
flex-direction: column;
flex-wrap: wrap;
min-height: 400px;
height: 100vh;
padding: 1em;
text-align: center;
}
.section--vertical-centered {
align-items: center;
justify-content: center;
}
.section--shaded {
background: #EFEFEF;
}
/* LOGO STYLING */
.logo-holder {
text-align: center;
}
.logo {
height: 100px;
}
/* MAIN BLURB STYLING */
.main-blurb {
text-align: center;
width: 60%;
margin: 0 auto;
}
.main-blurb p {
font-size: 1.3rem;
}
/* MVP VIDEO STYLING */
.mvp-holder {
width: 80%;
height: 100%;
min-height: 300px;
max-height: 400px;
margin: 0 auto;
}
/* HEADING STYLING */
.centered {
text-align: center;
}
.emphasized-heading {
font-style: italic;
color: #808080;
}
/* STEP CONTAINER STYLING */
hr {
width: 80%;
margin: 1em auto;
}
.step-container {
display: flex;
}
.step-container__text {
padding: 1em;
flex-basis: 50%;
}
.step-container__text--left {
text-align: right;
}
.step-container__img {
display: flex;
align-items: center;
justify-content: center;
flex-basis: 50%;
/* background: #FFFFFF; */
}
.step-container__img img {
width: 100%;
flex: 0;
}
/* FORM STYLING */
.form-basis {
width: 100%;
text-align: center;
padding: 2em;
}
.form-basis--shaded {
background: #EFEFEF;
}
.form-input-holder {
width: 100%;
text-align: center;
padding: 1em 0 2em 0;
}
.input-field {
width: 50%;
margin: 2em auto;
}
.link-holder {
padding: 2em;
}
.link-holder a {
margin-top: 1em;
}
/* TABLE STYLING */
table {
width: 80%;
margin: 0 auto;
}
/* GRAPH STYLING */
.graph-holder {
width: 80%;
margin: 0 auto;
text-align: center;
}
.graph-holder canvas {
margin: 0 auto;
}
@media screen and (max-width: 600px) {
.section {
height: initial;
}
.main-blurb, .input-field {
width: 85%;
}
.centered-heading {
width: 100%;
}
.step-container {
flex-direction: column;
}
.step-container__img {
order: 1;
}
.step-container__text--left {
text-align: initial;
/* order: 0; */
}
} | ipw/static/css/style.css | @import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700&display=swap");
*, :before, :after {
box-sizing: border-box;
}
/* FONT STYLING */
p {
font-family: "Roboto", sans-serif;
font-size: 1rem;
line-height: 1.5em;
color: #808080;
}
strong {
font-weight: 600;
font-size: 1.2em;
}
h1, h2 {
font-family: "Roboto", sans-serif;
margin-block-start: 0;
padding-top: 0.67em;
padding-bottom: 0.67em;
}
h1 {
font-size: 3rem;
}
h2 {
font-size: 2.5rem;
}
h3 {
font-size: 2rem;
}
/* CONTAINER STYLING */
.container {
width: 100%;
max-width: 1000px;
box-shadow: 0 3px 6px rgba(0,0,0,0.25), 0 3px 6px rgba(0,0,0,0.22);
margin: 0 auto;
}
/* SECTION STYLING */
.section {
display: flex;
flex-direction: column;
flex-wrap: wrap;
min-height: 400px;
height: 100vh;
padding: 1em;
text-align: center;
}
.section--vertical-centered {
align-items: center;
justify-content: center;
}
.section--shaded {
background: #EFEFEF;
}
/* LOGO STYLING */
.logo-holder {
text-align: center;
}
.logo {
height: 100px;
}
/* MAIN BLURB STYLING */
.main-blurb {
text-align: center;
width: 60%;
margin: 0 auto;
}
.main-blurb p {
font-size: 1.3rem;
}
/* MVP VIDEO STYLING */
.mvp-holder {
width: 80%;
height: 100%;
min-height: 300px;
max-height: 400px;
margin: 0 auto;
}
/* HEADING STYLING */
.centered {
text-align: center;
}
.emphasized-heading {
font-style: italic;
color: #808080;
}
/* STEP CONTAINER STYLING */
hr {
width: 80%;
margin: 1em auto;
}
.step-container {
display: flex;
}
.step-container__text {
padding: 1em;
flex-basis: 50%;
}
.step-container__text--left {
text-align: right;
}
.step-container__img {
display: flex;
align-items: center;
justify-content: center;
flex-basis: 50%;
/* background: #FFFFFF; */
}
.step-container__img img {
width: 100%;
flex: 0;
}
/* FORM STYLING */
.form-basis {
width: 100%;
text-align: center;
padding: 2em;
}
.form-basis--shaded {
background: #EFEFEF;
}
.form-input-holder {
width: 100%;
text-align: center;
padding: 1em 0 2em 0;
}
.input-field {
width: 50%;
margin: 2em auto;
}
.link-holder {
padding: 2em;
}
.link-holder a {
margin-top: 1em;
}
/* TABLE STYLING */
table {
width: 80%;
margin: 0 auto;
}
/* GRAPH STYLING */
.graph-holder {
width: 80%;
margin: 0 auto;
text-align: center;
}
.graph-holder canvas {
margin: 0 auto;
}
@media screen and (max-width: 600px) {
.section {
height: initial;
}
.main-blurb, .input-field {
width: 85%;
}
.centered-heading {
width: 100%;
}
.step-container {
flex-direction: column;
}
.step-container__img {
order: 1;
}
.step-container__text--left {
text-align: initial;
/* order: 0; */
}
} | 0.380874 | 0.097519 |
:root {
--main-accent-color-1: #cc2936;
--main-accent-color-2: #656839;
--main-accent-color-3: #678d58;
}
main[data-theme='light'] {
--main-bg-color: #fff;
--main-font-color: #131319;
--shadow-skills: rgba(25, 25, 25, 0.3);
--stroke-active-contact-path: rgb(10, 10, 10);
--stroke-active-contact-svg: rgba(10, 10, 10, 0.38);
--shadow-contact-svg: rgba(36, 36, 36, 0.3);
}
main[data-theme='dark'] {
--main-bg-color: #131319;
--main-font-color: #fff;
--shadow-skills: rgba(230, 230, 230, 0.3);
--stroke-active-contact-path: rgba(245, 245, 245, 1);
--stroke-active-contact-svg: rgba(245, 245, 245, 0.38);
--shadow-contact-svg: rgba(240, 240, 240, 0.3);
}
* {
box-sizing: border-box;
transition-property: color, background-color;
transition-duration: 0.1s, 0.3s;
transition-delay: 0s;
transition-timing-function: ease-out;
}
html,
body {
position: relative;
width: 100%;
height: 100%;
max-width: 100vw;
box-sizing: border-box;
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
body {
box-sizing: border-box;
font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
main {
position: relative;
min-height: 100%;
min-width: 100%;
background-color: var(--main-bg-color);
color: var(--main-font-color);
}
#body {
max-width: 1600px;
width: 100%;
height: 100%;
margin: 0 auto;
}
@media (max-width: 1000px) {
body {
max-width: 100%;
}
}
a {
color: var(--main-accent-color-1);
text-decoration: none;
}
a:visited {
color: var(--main-accent-color-1);
}
.skillsSvg {
height: 100%;
width: 100%;
fill: var(--main-bg-color);
stroke: var(--main-bg-color);
}
.skillsSvg path {
fill: var(--main-bg-color);
stroke: var(--main-bg-color);
}
p {
letter-spacing: 1px;
}
.colorized {
color: var(--main-accent-color-1);
}
.bolded {
font-weight: 700;
}
section {
max-width: 100vw;
width: 100%;
margin-top: 50px;
margin-bottom: 35px;
overflow-x: hidden;
}
.i-can-h-space {
margin: 35px auto;
}
.jsSvg,
.svelteSvg {
fill: var(--main-bg-color);
}
.jsSvg path:nth-child(2),
.svelteSvg path:nth-child(2) {
fill: var(--main-font-color);
}
p {
font-weight: 500;
}
ul li {
margin: 10px auto;
}
.twitterSvg {
transform: scale(0.8);
}
.linkedinSvg {
transform: scale(0.9);
} | public/global.css | :root {
--main-accent-color-1: #cc2936;
--main-accent-color-2: #656839;
--main-accent-color-3: #678d58;
}
main[data-theme='light'] {
--main-bg-color: #fff;
--main-font-color: #131319;
--shadow-skills: rgba(25, 25, 25, 0.3);
--stroke-active-contact-path: rgb(10, 10, 10);
--stroke-active-contact-svg: rgba(10, 10, 10, 0.38);
--shadow-contact-svg: rgba(36, 36, 36, 0.3);
}
main[data-theme='dark'] {
--main-bg-color: #131319;
--main-font-color: #fff;
--shadow-skills: rgba(230, 230, 230, 0.3);
--stroke-active-contact-path: rgba(245, 245, 245, 1);
--stroke-active-contact-svg: rgba(245, 245, 245, 0.38);
--shadow-contact-svg: rgba(240, 240, 240, 0.3);
}
* {
box-sizing: border-box;
transition-property: color, background-color;
transition-duration: 0.1s, 0.3s;
transition-delay: 0s;
transition-timing-function: ease-out;
}
html,
body {
position: relative;
width: 100%;
height: 100%;
max-width: 100vw;
box-sizing: border-box;
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
body {
box-sizing: border-box;
font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
main {
position: relative;
min-height: 100%;
min-width: 100%;
background-color: var(--main-bg-color);
color: var(--main-font-color);
}
#body {
max-width: 1600px;
width: 100%;
height: 100%;
margin: 0 auto;
}
@media (max-width: 1000px) {
body {
max-width: 100%;
}
}
a {
color: var(--main-accent-color-1);
text-decoration: none;
}
a:visited {
color: var(--main-accent-color-1);
}
.skillsSvg {
height: 100%;
width: 100%;
fill: var(--main-bg-color);
stroke: var(--main-bg-color);
}
.skillsSvg path {
fill: var(--main-bg-color);
stroke: var(--main-bg-color);
}
p {
letter-spacing: 1px;
}
.colorized {
color: var(--main-accent-color-1);
}
.bolded {
font-weight: 700;
}
section {
max-width: 100vw;
width: 100%;
margin-top: 50px;
margin-bottom: 35px;
overflow-x: hidden;
}
.i-can-h-space {
margin: 35px auto;
}
.jsSvg,
.svelteSvg {
fill: var(--main-bg-color);
}
.jsSvg path:nth-child(2),
.svelteSvg path:nth-child(2) {
fill: var(--main-font-color);
}
p {
font-weight: 500;
}
ul li {
margin: 10px auto;
}
.twitterSvg {
transform: scale(0.8);
}
.linkedinSvg {
transform: scale(0.9);
} | 0.568536 | 0.122917 |
@charset "utf-8";
/** ----------------------------------------------------------------------------
* @desc Widgets Styles
* @author <NAME>
* @license MIT
** --------------------------------------------------------------------------*/
/**
* Widgets Common Styles
*/
.widget {
margin-bottom: 20px;
background: #2c3e50;
color: #ECF0F1;
}
.widget a {
color: #ECF0F1;
}
.widget a:hover {
color: #2fe2bf;
text-decoration: none;
}
.widget > .widget-title {
border-bottom: 2px solid #16A085;
padding: 10px 20px;
color: #95a5a6;
font-size: 16px;
}
/**
* Featured Posts Widget
*/
.widget-featured-posts > .items {
padding: 20px;
}
.widget-featured-posts > .items > .item {
border-bottom: 1px solid #34495e;
padding: 5px 0;
word-break: break-all;
}
.widget-featured-posts > .items > .item:first-child {
border-top: 1px solid #34495e;
}
/**
* Tags Cloud Widget
*/
.widget-tags-cloud > .tags {
padding: 20px 10px 10px 20px;
}
.widget-tags-cloud .tag {
margin: 0 10px 10px 0;
background: #34495e;
}
.widget-tags-cloud .tag > a {
display: block;
padding: 0 10px;
color: #ECF0F1;
}
.widget-tags-cloud .tag > a:hover {
background: #2fe2bf;
text-decoration: none;
}
/**
* Blog Stat Widget
*/
.widget-blog-stat > ul {
padding: 15px 20px 20px;
}
.widget-blog-stat > ul > li {
position: relative;
display: inline;
float: left;
width: 50%;
text-align: center;
color: #ecf0f1;
font-size: 0;
}
.widget-blog-stat .icon-stat {
display: inline-block;
vertical-align: top;
line-height: 16px;
}
.widget-blog-stat span {
margin-left: 5px;
display: inline-block;
vertical-align: top;
line-height: 16px;
font-size: 14px;
}
/**
* Blog Follow Widget
*/
.widget-blog-follow > .social {
padding: 20px 20px;
font-size: 0;
}
.widget-blog-follow > .social > li {
display: inline-block;
margin-right: 10px;
border-radius: 50%;
}
.widget-blog-follow > .social > li:last-child {
margin-right: 0;
}
.widget-blog-follow > .social a {
display: block;
border-radius: 50%;
padding: 6px;
width: 32px;
height: 32px;
background-color: #34495e;
}
.widget-blog-follow > .social a:hover {
background-color: #2fe2bf;
}
.widget-blog-follow > .social .icon-social {
display: block;
border-radius: 50%;
overflow: hidden;
} | assets/css/widgets.css | @charset "utf-8";
/** ----------------------------------------------------------------------------
* @desc Widgets Styles
* @author <NAME>
* @license MIT
** --------------------------------------------------------------------------*/
/**
* Widgets Common Styles
*/
.widget {
margin-bottom: 20px;
background: #2c3e50;
color: #ECF0F1;
}
.widget a {
color: #ECF0F1;
}
.widget a:hover {
color: #2fe2bf;
text-decoration: none;
}
.widget > .widget-title {
border-bottom: 2px solid #16A085;
padding: 10px 20px;
color: #95a5a6;
font-size: 16px;
}
/**
* Featured Posts Widget
*/
.widget-featured-posts > .items {
padding: 20px;
}
.widget-featured-posts > .items > .item {
border-bottom: 1px solid #34495e;
padding: 5px 0;
word-break: break-all;
}
.widget-featured-posts > .items > .item:first-child {
border-top: 1px solid #34495e;
}
/**
* Tags Cloud Widget
*/
.widget-tags-cloud > .tags {
padding: 20px 10px 10px 20px;
}
.widget-tags-cloud .tag {
margin: 0 10px 10px 0;
background: #34495e;
}
.widget-tags-cloud .tag > a {
display: block;
padding: 0 10px;
color: #ECF0F1;
}
.widget-tags-cloud .tag > a:hover {
background: #2fe2bf;
text-decoration: none;
}
/**
* Blog Stat Widget
*/
.widget-blog-stat > ul {
padding: 15px 20px 20px;
}
.widget-blog-stat > ul > li {
position: relative;
display: inline;
float: left;
width: 50%;
text-align: center;
color: #ecf0f1;
font-size: 0;
}
.widget-blog-stat .icon-stat {
display: inline-block;
vertical-align: top;
line-height: 16px;
}
.widget-blog-stat span {
margin-left: 5px;
display: inline-block;
vertical-align: top;
line-height: 16px;
font-size: 14px;
}
/**
* Blog Follow Widget
*/
.widget-blog-follow > .social {
padding: 20px 20px;
font-size: 0;
}
.widget-blog-follow > .social > li {
display: inline-block;
margin-right: 10px;
border-radius: 50%;
}
.widget-blog-follow > .social > li:last-child {
margin-right: 0;
}
.widget-blog-follow > .social a {
display: block;
border-radius: 50%;
padding: 6px;
width: 32px;
height: 32px;
background-color: #34495e;
}
.widget-blog-follow > .social a:hover {
background-color: #2fe2bf;
}
.widget-blog-follow > .social .icon-social {
display: block;
border-radius: 50%;
overflow: hidden;
} | 0.474144 | 0.067117 |
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
* {
margin: 0;
padding: 0;
border: 0;
}
body {
font-family: 'Roboto', sans-serif;
display: flex;
flex-direction: column;
height: 100vh;
}
header {
margin-top: 30px;
margin-bottom: 30px;
}
main {
margin-bottom: 48px;
}
.container {
width: 940px;
margin: auto;
}
.container .row {
height: 27px;
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
}
.container .menu,
.container-admin .menu {
display: flex;
padding-left: 92.4px;
}
.container .menu a {
font-family: 'Roboto', sans-serif;
color: #111111;
font-size: 16px;
line-height: 19px;
text-decoration: none;
}
.container .menu a.active {
color: #111111;
font-weight: bold;
}
.container .menu a:hover {
color: #111111;
font-weight: bold;
transition: 300ms;
}
.container a {
padding-left: 30px;
}
.container a.my-account {
display: flex;
align-items: center;
}
.container a.my-account i {
font-size: 18px;
color: #6558C3;
margin-right: 4px;
}
.container .logo {
width: 90.6px;
height: 26.9px;
padding-left: 0px;
}
.search {
margin-left: 156px;
position: absolute;
right: 0;
}
.search input {
width: 246px;
height: 35px;
border: solid 1px #DDDDDD;
border-radius: 4px;
padding-left: 8px;
outline: none;
color: #999999;
font-size: 14px
}
.search button {
width: 91px;
height: 37px;
border-radius: 4px;
background-color: #6558C3;
color: #FFFFFF;
font-weight: bold;
font-size: 16px;
padding: 9px 20px;
margin-left: 6px;
cursor: pointer;
}
.melhores-receitas {
margin: auto;
width: 940px;
height: 366px;
background-color: #FBDFDB;
border-radius: 30px;
position: relative;
}
.melhores-receitas .textos {
width: 316px;
float: left;
margin-top: 117px;
margin-left: 60px;
}
.melhores-receitas .textos h1 {
font-weight: bold;
font-size: 32px;
color: #111111;
line-height: 38px;
}
.melhores-receitas .textos p {
font-size: 18px;
line-height: 28px;
opacity: 0.7;
color: black;
}
.melhores-receitas .chef {
float: right;
margin-right: 100px;
}
.melhores-receitas .chef img {
padding-top: 66px;
}
/*==== CARDS HOME ====*/
.mais-acessadas {
width: 940px;
margin: auto;
margin-top: 50px;
}
.mais-acessadas h2{
width: 100%;
margin: 0;
text-align: left;
padding-bottom: 20px;
}
.cards {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 20px;
}
.card img {
width: 300px;
height: 140px;
border-radius: 15px;
object-fit: cover;
}
.card .nome-receita {
font-size: 18px;
line-height: 21px;
color: #111111;
margin: 0;
padding-top: 20px;
}
.card .feito-por {
margin: 0;
padding-top: 5px;
font-size: 14px;
line-height: 16px;
color: #777777;
}
.card {
cursor: pointer;
}
footer {
background-color: #eeeeee;
margin-top: auto;
width: 100%;
}
footer p {
font-size: 14px;
line-height: 16px;
color: #999999;
text-align: center;
padding: 23px;
}
/*==== pagina sobre ====*/
.sobre {
width: 940px;
margin: auto;
margin-bottom: 24px;
}
.sobre h1 {
font-size: 24px;
line-height: 28px;
margin-top: 50px;
margin-bottom: 20px;
}
.sobre p {
font-size: 18px;
line-height: 28px;
color: #444444;
}
.sobre h2 {
font-size: 20px;
color: #111111;
margin-top: 30px;
margin-bottom: 20px;
} | public/styles/public/index.css | @import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
* {
margin: 0;
padding: 0;
border: 0;
}
body {
font-family: 'Roboto', sans-serif;
display: flex;
flex-direction: column;
height: 100vh;
}
header {
margin-top: 30px;
margin-bottom: 30px;
}
main {
margin-bottom: 48px;
}
.container {
width: 940px;
margin: auto;
}
.container .row {
height: 27px;
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
}
.container .menu,
.container-admin .menu {
display: flex;
padding-left: 92.4px;
}
.container .menu a {
font-family: 'Roboto', sans-serif;
color: #111111;
font-size: 16px;
line-height: 19px;
text-decoration: none;
}
.container .menu a.active {
color: #111111;
font-weight: bold;
}
.container .menu a:hover {
color: #111111;
font-weight: bold;
transition: 300ms;
}
.container a {
padding-left: 30px;
}
.container a.my-account {
display: flex;
align-items: center;
}
.container a.my-account i {
font-size: 18px;
color: #6558C3;
margin-right: 4px;
}
.container .logo {
width: 90.6px;
height: 26.9px;
padding-left: 0px;
}
.search {
margin-left: 156px;
position: absolute;
right: 0;
}
.search input {
width: 246px;
height: 35px;
border: solid 1px #DDDDDD;
border-radius: 4px;
padding-left: 8px;
outline: none;
color: #999999;
font-size: 14px
}
.search button {
width: 91px;
height: 37px;
border-radius: 4px;
background-color: #6558C3;
color: #FFFFFF;
font-weight: bold;
font-size: 16px;
padding: 9px 20px;
margin-left: 6px;
cursor: pointer;
}
.melhores-receitas {
margin: auto;
width: 940px;
height: 366px;
background-color: #FBDFDB;
border-radius: 30px;
position: relative;
}
.melhores-receitas .textos {
width: 316px;
float: left;
margin-top: 117px;
margin-left: 60px;
}
.melhores-receitas .textos h1 {
font-weight: bold;
font-size: 32px;
color: #111111;
line-height: 38px;
}
.melhores-receitas .textos p {
font-size: 18px;
line-height: 28px;
opacity: 0.7;
color: black;
}
.melhores-receitas .chef {
float: right;
margin-right: 100px;
}
.melhores-receitas .chef img {
padding-top: 66px;
}
/*==== CARDS HOME ====*/
.mais-acessadas {
width: 940px;
margin: auto;
margin-top: 50px;
}
.mais-acessadas h2{
width: 100%;
margin: 0;
text-align: left;
padding-bottom: 20px;
}
.cards {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 20px;
}
.card img {
width: 300px;
height: 140px;
border-radius: 15px;
object-fit: cover;
}
.card .nome-receita {
font-size: 18px;
line-height: 21px;
color: #111111;
margin: 0;
padding-top: 20px;
}
.card .feito-por {
margin: 0;
padding-top: 5px;
font-size: 14px;
line-height: 16px;
color: #777777;
}
.card {
cursor: pointer;
}
footer {
background-color: #eeeeee;
margin-top: auto;
width: 100%;
}
footer p {
font-size: 14px;
line-height: 16px;
color: #999999;
text-align: center;
padding: 23px;
}
/*==== pagina sobre ====*/
.sobre {
width: 940px;
margin: auto;
margin-bottom: 24px;
}
.sobre h1 {
font-size: 24px;
line-height: 28px;
margin-top: 50px;
margin-bottom: 20px;
}
.sobre p {
font-size: 18px;
line-height: 28px;
color: #444444;
}
.sobre h2 {
font-size: 20px;
color: #111111;
margin-top: 30px;
margin-bottom: 20px;
} | 0.338733 | 0.085862 |
/* project page styling */
#projects {
display: grid;
grid-auto-flow: column;
gap: 10px;
padding: 10px 10px 0 10px;
border-bottom: 3px solid var(--myCream);
}
.project {
display: grid;
min-width: 400px;
width:400px;
transition: var(--quickTransition);
background: linear-gradient( white, white 50%, var(--myCream) 50%, var(--myCream) );
background-size: 100% 200%;
transition-property: box-shadow, background-position, width;
align-content: space-between;
}
.project * {
transition: var(--quickTransition);
margin: 0.5rem;
transition-property: transform;
}
.project p {
font-family: var(--bodyFont);
font-size: 14pt;
}
.project .skillsElement {
overflow: hidden;
}
.project:hover {
box-shadow: 0px 0px 2px 1px var(--myGoldenYellow);
background-position: 100% 100%;
transition: var(--quickTransition);
transition-property: box-shadow, background-position, width;
width: fit-content;
max-width: 750px;
z-index: 1;
}
.project:hover * {
transform: translateY(-3px);
transition: var(--quickTransition);
transition-property: transform;
}
.project:hover .skillsElement {
overflow: unset;
}
/* education page styling */
#education {
display: grid;
grid-auto-flow: column;
grid-template-areas:
"one"
"one"
"one";
gap: 10px;
padding: 20px;
}
.schoolClass { /* inset is here for transitions and is not active until hovered */
inset: 30% 40% auto 40%;
}
.schoolClass > * {
margin: 0.5em;
}
.schoolClass > h1 {
display: inline;
white-space: nowrap;
}
.schoolClass > p {
text-align: center;
font-family: var(--bodyFont);
font-size: 0;
float: left;
}
.subtitleAbbreviated {
display: inline;
white-space: nowrap;
font-size: 12pt;
}
.subtitleFull {
display: none;
font-size: 13pt;
}
/* school class hover transition properties */
.schoolContainer { /* this container allows the .schoolClass to pop out of the element without breaking the grid */
transition: var(--longTransition);
transition-property: box-shadow, background;
margin: 0 2px;
overflow: hidden;
min-height: 80px;
width: 400px;
filter: none !important; /* the filter none !important overrides the animation causing the bounding box for hovers */
}
/* The trio of selectors allows for a combination of tapping on mobile and mouseover */
.schoolContainer:hover,
.schoolContainer:focus,
.schoolContainer:active {
background: radial-gradient(ellipse at center, var(--myCream) 60%, white);
box-shadow: 0px 0px 2px 1px var(--myGrey);
border-radius: 4px;
transform: none;
filter: none;
transition: var(--quickTransition);
transition-property: box-shadow, background;
transition-delay: 0s !important;
}
.schoolContainer:hover > .schoolClass,
.schoolContainer:focus > .schoolClass,
.schoolContainer:active > .schoolClass {
position: fixed;
inset: 50px 1rem auto 1rem;
box-shadow: 0px 0px 2px 1px var(--myGoldenYellow);
border-radius: 4px;
background-color: var(--myCream);
transition: var(--medTransition);
transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1.0);
transition-property: background-color, inset;
animation-duration: 0.5s;
animation-name: blurOut;
z-index: 2;
}
.schoolContainer:hover > .schoolClass > p,
.schoolContainer:focus > .schoolClass > p,
.schoolContainer:active > .schoolClass > p {
font-size: 14pt;
transition: var(--medTransition);
transition-timing-function: cubic-bezier(0.8, 0, 0, 1.0);
transition-property: font-size;
}
/* hidden until the element is triggered */
.schoolContainer:hover > .schoolClass > .subtitleAbbreviated,
.schoolContainer:focus > .schoolClass > .subtitleAbbreviated,
.schoolContainer:active > .schoolClass > .subtitleAbbreviated {
display: none;
}
/* hidden when the element is triggered */
.schoolContainer:hover > .schoolClass > .subtitleFull,
.schoolContainer:focus > .schoolClass > .subtitleFull,
.schoolContainer:active > .schoolClass > .subtitleFull {
display: inline;
}
/* this selector is just to fix a bug related to the whitespace property when hovering */
.schoolContainer:hover > .schoolClass > .skillsElement,
.schoolContainer:focus > .schoolClass > .skillsElement,
.schoolContainer:active > .schoolClass > .skillsElement {
white-space: unset !important;
}
/* hidden until the element is triggered */
@keyframes blurOut {
from {
filter: blur(2px);
}
90% {
filter: blur(0);
}
to {
filter: none;
}
}
@media only screen and (min-width: 600px) {
.schoolContainer:hover > .schoolClass,
.schoolContainer:focus > .schoolClass,
.schoolContainer:active > .schoolClass {
inset: 160px 30vw auto 30vw;
}
}
.singleClass {
box-shadow: 0px 0px 2px 1px var(--myGrey);
border-radius: 4px;
margin: 0.5rem 1rem;
padding: 0 1rem;
}
.singleClass p {
color: var(--myOffBlack);
font-family: var(--bodyFont);
}
@media only screen and (min-width: 600px) {
.singleClass {
width: max(70%, 500px);
}
.singleClass p {
font-size: 18pt;
}
}
.skillsElement { /* Giving the skillset it's own color and boldface */
display: block;
position: relative;
color: var(--myDarkerBurgundy) !important; /* the !important tags keep the schoolclass selectors from fighting it */
font-weight: 700;
white-space: nowrap;
font-size: 14pt !important;
bottom: 0;
float: none !important;
text-align: left !important;
}
/* showcase properties */
#showcase {
position: fixed;
border-radius: 3px;
z-index: 2;
inset: 3rem 1rem auto 1rem;
transition: var(--medTransition);
transition-property: inset;
}
@media only screen and (min-width: 800px) {
#showcase {
inset: 3rem 20vw auto 20vw;
}
}
.mask {
position: fixed;
inset: 0 0 0 0;
background-color: white;
z-index: -1;
opacity: 0.5;
transition: var(--medTransition);
transition-property: opacity;
}
#showcaseContent {
z-index: 1;
background-color: var(--myCream);
box-shadow: 0px 0px 2px 1px var(--myGoldenYellow);
padding: 1em;
max-height: 80vh;
color: var(--myOffBlack);
}
#showcaseContent p {
font-family: var(--bodyFont);
font-size: 14pt;
}
#showcaseContent h2 {
font-size: 13pt;
}
#showcaseContent img {
object-fit: cover;
}
.closeButton {
position: absolute;
inset: 0 1rem auto auto;
z-index: 2;
}
/* search button animations */
.inactive {
display: inline;
color: white;
opacity: 0;
margin: 0.5rem 0.5rem 0.5rem 0.5rem;
padding: 0 0.5rem;
transform: scale(2);
transition: var(--quickTransition);
transition-property: transform, opacity, color;
}
.noResults { /* not used right now */
display: inline;
margin: 0.5rem 0.5rem 0.5rem 3rem;
padding: 0 0.5rem;
line-height: 50%;
transform: scale(2);
color: var(--myBurgundy);
transition: var(--quickTransition);
background-color: none;
}
.noResults::after {
display: inline;
content: 'No Results';
font-family: var(--bodyFont);
font-size: 12px;
margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.noResults:hover {
background-color: unset;
}
.graphicButton {
display: inline;
opacity: 1;
margin: 0.5rem 0.5rem 0.5rem 0.5rem;
padding: 0 0.5rem;
color: white;
background-image: linear-gradient(to bottom, var(--myBurgundy), var(--myDarkerBurgundy));
border-radius: 2px 5px;
filter: hue-rotate(0);
transform: scale(1.1);
transition: var(--quickTransition);
transition-property: transform, filter, opacity;
}
.graphicButton:hover {
transform: scale(1.1);
}
.graphicButton:active,
.noResults:active {
transform: scale(0.9);
}
.resultButton {
filter: hue-rotate(180deg) brightness(1.5);
transition-property: transform, filter;
}
/* search field styling */
input {
display: inline;
border: none;
border-left-color: var(--myDarkerBurgundy);
border-right-color: var(--myDarkerBurgundy);
border-radius: 4px;
background-color: antiquewhite;
font-size: 14pt;
font-family: var(--bodyFont);
padding: 0 0 0 1em;
margin-left: 3rem;
transition: var(--medTransition);
transition-property: background-color, outline, box-shadow;
line-height: 60%;
}
input:focus {
outline: none;
background-color: unset;
box-shadow: var(--myGoldenYellow) 0px 0px 2px 1px inset, var(--myCream) 0px 0px 10px 12px inset;
transition-property: background-color, outline, box-shadow;
}
/* legend styling for diagrams */
.legendBox{
border-color: black;
border-width: 1px;
border-style: solid;
border-radius: 4px;
margin: 0 3px;
}
/* img styling */
.techLogo{
float: left;
}
.sample{
max-width:100%;
}
.sample:active, .sample:focus{
max-width: unset;
position: fixed;
inset: 4rem auto auto auto;
background-color: var(--myCream);
transition: var(--medtransition);
transition-property: inset, background-color;
} | src/assets/preview.css |
/* project page styling */
#projects {
display: grid;
grid-auto-flow: column;
gap: 10px;
padding: 10px 10px 0 10px;
border-bottom: 3px solid var(--myCream);
}
.project {
display: grid;
min-width: 400px;
width:400px;
transition: var(--quickTransition);
background: linear-gradient( white, white 50%, var(--myCream) 50%, var(--myCream) );
background-size: 100% 200%;
transition-property: box-shadow, background-position, width;
align-content: space-between;
}
.project * {
transition: var(--quickTransition);
margin: 0.5rem;
transition-property: transform;
}
.project p {
font-family: var(--bodyFont);
font-size: 14pt;
}
.project .skillsElement {
overflow: hidden;
}
.project:hover {
box-shadow: 0px 0px 2px 1px var(--myGoldenYellow);
background-position: 100% 100%;
transition: var(--quickTransition);
transition-property: box-shadow, background-position, width;
width: fit-content;
max-width: 750px;
z-index: 1;
}
.project:hover * {
transform: translateY(-3px);
transition: var(--quickTransition);
transition-property: transform;
}
.project:hover .skillsElement {
overflow: unset;
}
/* education page styling */
#education {
display: grid;
grid-auto-flow: column;
grid-template-areas:
"one"
"one"
"one";
gap: 10px;
padding: 20px;
}
.schoolClass { /* inset is here for transitions and is not active until hovered */
inset: 30% 40% auto 40%;
}
.schoolClass > * {
margin: 0.5em;
}
.schoolClass > h1 {
display: inline;
white-space: nowrap;
}
.schoolClass > p {
text-align: center;
font-family: var(--bodyFont);
font-size: 0;
float: left;
}
.subtitleAbbreviated {
display: inline;
white-space: nowrap;
font-size: 12pt;
}
.subtitleFull {
display: none;
font-size: 13pt;
}
/* school class hover transition properties */
.schoolContainer { /* this container allows the .schoolClass to pop out of the element without breaking the grid */
transition: var(--longTransition);
transition-property: box-shadow, background;
margin: 0 2px;
overflow: hidden;
min-height: 80px;
width: 400px;
filter: none !important; /* the filter none !important overrides the animation causing the bounding box for hovers */
}
/* The trio of selectors allows for a combination of tapping on mobile and mouseover */
.schoolContainer:hover,
.schoolContainer:focus,
.schoolContainer:active {
background: radial-gradient(ellipse at center, var(--myCream) 60%, white);
box-shadow: 0px 0px 2px 1px var(--myGrey);
border-radius: 4px;
transform: none;
filter: none;
transition: var(--quickTransition);
transition-property: box-shadow, background;
transition-delay: 0s !important;
}
.schoolContainer:hover > .schoolClass,
.schoolContainer:focus > .schoolClass,
.schoolContainer:active > .schoolClass {
position: fixed;
inset: 50px 1rem auto 1rem;
box-shadow: 0px 0px 2px 1px var(--myGoldenYellow);
border-radius: 4px;
background-color: var(--myCream);
transition: var(--medTransition);
transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1.0);
transition-property: background-color, inset;
animation-duration: 0.5s;
animation-name: blurOut;
z-index: 2;
}
.schoolContainer:hover > .schoolClass > p,
.schoolContainer:focus > .schoolClass > p,
.schoolContainer:active > .schoolClass > p {
font-size: 14pt;
transition: var(--medTransition);
transition-timing-function: cubic-bezier(0.8, 0, 0, 1.0);
transition-property: font-size;
}
/* hidden until the element is triggered */
.schoolContainer:hover > .schoolClass > .subtitleAbbreviated,
.schoolContainer:focus > .schoolClass > .subtitleAbbreviated,
.schoolContainer:active > .schoolClass > .subtitleAbbreviated {
display: none;
}
/* hidden when the element is triggered */
.schoolContainer:hover > .schoolClass > .subtitleFull,
.schoolContainer:focus > .schoolClass > .subtitleFull,
.schoolContainer:active > .schoolClass > .subtitleFull {
display: inline;
}
/* this selector is just to fix a bug related to the whitespace property when hovering */
.schoolContainer:hover > .schoolClass > .skillsElement,
.schoolContainer:focus > .schoolClass > .skillsElement,
.schoolContainer:active > .schoolClass > .skillsElement {
white-space: unset !important;
}
/* hidden until the element is triggered */
@keyframes blurOut {
from {
filter: blur(2px);
}
90% {
filter: blur(0);
}
to {
filter: none;
}
}
@media only screen and (min-width: 600px) {
.schoolContainer:hover > .schoolClass,
.schoolContainer:focus > .schoolClass,
.schoolContainer:active > .schoolClass {
inset: 160px 30vw auto 30vw;
}
}
.singleClass {
box-shadow: 0px 0px 2px 1px var(--myGrey);
border-radius: 4px;
margin: 0.5rem 1rem;
padding: 0 1rem;
}
.singleClass p {
color: var(--myOffBlack);
font-family: var(--bodyFont);
}
@media only screen and (min-width: 600px) {
.singleClass {
width: max(70%, 500px);
}
.singleClass p {
font-size: 18pt;
}
}
.skillsElement { /* Giving the skillset it's own color and boldface */
display: block;
position: relative;
color: var(--myDarkerBurgundy) !important; /* the !important tags keep the schoolclass selectors from fighting it */
font-weight: 700;
white-space: nowrap;
font-size: 14pt !important;
bottom: 0;
float: none !important;
text-align: left !important;
}
/* showcase properties */
#showcase {
position: fixed;
border-radius: 3px;
z-index: 2;
inset: 3rem 1rem auto 1rem;
transition: var(--medTransition);
transition-property: inset;
}
@media only screen and (min-width: 800px) {
#showcase {
inset: 3rem 20vw auto 20vw;
}
}
.mask {
position: fixed;
inset: 0 0 0 0;
background-color: white;
z-index: -1;
opacity: 0.5;
transition: var(--medTransition);
transition-property: opacity;
}
#showcaseContent {
z-index: 1;
background-color: var(--myCream);
box-shadow: 0px 0px 2px 1px var(--myGoldenYellow);
padding: 1em;
max-height: 80vh;
color: var(--myOffBlack);
}
#showcaseContent p {
font-family: var(--bodyFont);
font-size: 14pt;
}
#showcaseContent h2 {
font-size: 13pt;
}
#showcaseContent img {
object-fit: cover;
}
.closeButton {
position: absolute;
inset: 0 1rem auto auto;
z-index: 2;
}
/* search button animations */
.inactive {
display: inline;
color: white;
opacity: 0;
margin: 0.5rem 0.5rem 0.5rem 0.5rem;
padding: 0 0.5rem;
transform: scale(2);
transition: var(--quickTransition);
transition-property: transform, opacity, color;
}
.noResults { /* not used right now */
display: inline;
margin: 0.5rem 0.5rem 0.5rem 3rem;
padding: 0 0.5rem;
line-height: 50%;
transform: scale(2);
color: var(--myBurgundy);
transition: var(--quickTransition);
background-color: none;
}
.noResults::after {
display: inline;
content: 'No Results';
font-family: var(--bodyFont);
font-size: 12px;
margin: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.noResults:hover {
background-color: unset;
}
.graphicButton {
display: inline;
opacity: 1;
margin: 0.5rem 0.5rem 0.5rem 0.5rem;
padding: 0 0.5rem;
color: white;
background-image: linear-gradient(to bottom, var(--myBurgundy), var(--myDarkerBurgundy));
border-radius: 2px 5px;
filter: hue-rotate(0);
transform: scale(1.1);
transition: var(--quickTransition);
transition-property: transform, filter, opacity;
}
.graphicButton:hover {
transform: scale(1.1);
}
.graphicButton:active,
.noResults:active {
transform: scale(0.9);
}
.resultButton {
filter: hue-rotate(180deg) brightness(1.5);
transition-property: transform, filter;
}
/* search field styling */
input {
display: inline;
border: none;
border-left-color: var(--myDarkerBurgundy);
border-right-color: var(--myDarkerBurgundy);
border-radius: 4px;
background-color: antiquewhite;
font-size: 14pt;
font-family: var(--bodyFont);
padding: 0 0 0 1em;
margin-left: 3rem;
transition: var(--medTransition);
transition-property: background-color, outline, box-shadow;
line-height: 60%;
}
input:focus {
outline: none;
background-color: unset;
box-shadow: var(--myGoldenYellow) 0px 0px 2px 1px inset, var(--myCream) 0px 0px 10px 12px inset;
transition-property: background-color, outline, box-shadow;
}
/* legend styling for diagrams */
.legendBox{
border-color: black;
border-width: 1px;
border-style: solid;
border-radius: 4px;
margin: 0 3px;
}
/* img styling */
.techLogo{
float: left;
}
.sample{
max-width:100%;
}
.sample:active, .sample:focus{
max-width: unset;
position: fixed;
inset: 4rem auto auto auto;
background-color: var(--myCream);
transition: var(--medtransition);
transition-property: inset, background-color;
} | 0.409221 | 0.155784 |
/**
* 1. Reset default list styles
* 2. Flexbox used for a grid-like layout for the tiles.
*/
.c-tile-list {
list-style: none; /* 1 */
margin: 0; /* 1 */
padding: 0; /* 1 */
display: flex; /* 2 */
flex-wrap: wrap; /* 2 */
}
/**
* 1. Flexbox used for equal-height tiles on a same line.
* 2. Make sure a time never looks distorded.
* 3. Spacing between tiles.
*/
.c-tile-list__item {
display: flex; /* 1 */
flex-direction: column; /* 1 */
/* The following was 0 0 31% originally */
flex: 1 1 30%; /* 2 */
margin: 1%; /* 3 */
box-shadow: 2px 4px 6px 2px rgba(0,0,0,0.2);
transition: 0.3s;
border-radius: 6px;
}
.c-tile-list__item:hover {
box-shadow: 3px 5px 6px 4px rgba(0,0,0,0.3);
}
/* -------------------------------------------------------------------------- *\
* .c-article-tile
* -------------------------------------------------------------------------- */
/**
* 1. Make it possible to bottom align the footer in a tile that has a minimum
* height.
* 2. Make sure the tile spread across the full height of the parent if inside
* a flex container.
*/
.c-article-tile {
display: flex; /* 1 */
flex-direction: column; /* 1 */
flex: 1 0 auto; /* 2 */
background-color: rgb(255, 255, 255);
}
.c-article-tile a {
color: inherit;
text-decoration: none;
}
.c-article-tile__header,
.c-article-tile__body,
.c-article-tile__footer {
display: flex;
padding-left: 20px;
padding-right: 20px;
}
.c-article-tile__header,
.c-article-tile__footer {
font-size: 80%;
}
.c-article-tile__body {
border-top: 2px solid;
}
.c-article-tile__header {
padding: 0;
flex-direction: column;
}
.article-subhead {
font-size: 0.8rem;
font-weight: 300;
font-style: italic;
color: grey;
}
.article-thumbnail {
border-radius: 6px 6px 0 0;
}
.c-article-tile__category {
font-weight: bold;
}
/**
* 1. Right align the comment count container in the header.
*/
.c-article-tile__comment-count {
margin-left: auto; /* 1 */
}
.c-article-tile__body {
padding-top: 20px;
padding-bottom: 20px;
}
.c-article-tile__title {
margin: 0;
color: #333;
}
/**
* 1. Make the title link inherit the color only when not active / hovered,
* effectively making it themed when active / hovered.
*/
.c-article-tile__title:not(:hover):not(:active) > a {
color: inherit; /* 1 */
}
/**
* 1. Bottom align the footer in the tile.
* 2. Prevent any content from the footer from wrapping, effectively forcing it
* on a single line at all time.
*/
.c-article-tile__footer {
padding-top: 10px;
padding-bottom: 15px;
margin-top: auto; /* 1 */
white-space: nowrap; /* 2 */
color: #949494;
}
/**
* 1. Prevent the read-time and the date from overlapping in case they both don’t
* fit on the line; add an ellipsis to the read-time name.
* 2. Visually no effect when both the read-time and the date fit; however make
* sure they are slightly spaced from each other if they meet on the line.
*/
.c-article-tile__read-time {
text-overflow: ellipsis; /* 1 */
overflow: hidden; /* 1 */
margin-right: 5px; /* 2 */
}
/**
* 1. Right align the date container in the footer.
*/
.c-article-tile__date {
margin-left: auto; /* 1 */
}
/* -------------------------------------------------------------------------- *\
* [Theming] .c-article-tile
* -------------------------------------------------------------------------- */
.c-article-tile {
border-radius: 6px;
}
.c-article-tile.col1,
.c-article-tile.col1 a {
color: #c69;
}
.c-article-tile.col2,
.c-article-tile.col2 a {
color: #2abc67;
}
.c-article-tile.col3,
.c-article-tile.col3 a {
color: #2980b9;
}
/* -------------------------------------------------------------------------- *\
* Global styles
* -------------------------------------------------------------------------- */
* {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
/* -------------------------------------------------------------------------- *\
* Break point styles for responsive tiles
* -------------------------------------------------------------------------- */
/* Extra small devices (phones, 425px and down) */
@media only screen and (max-width: 425px) {
.c-tile-list__item {min-width: fit-content;}
.c-article-tile__title {font-size: 90%;}
}
/* Small devices (larger phones, 425px and up) */
@media only screen and (min-width: 425px) {
.c-tile-list__item {max-width: 46%;}
.c-tile-list__item {min-width: 32%;}
.c-article-tile__title {font-size: 90%;}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.c-tile-list__item {max-width: 31%;}
.c-tile-list__item {min-width: unset;}
.c-article-tile__title {font-size: 100%;}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.c-article-tile__title {font-size: 100%;}
} | src/css/tiles.css | /**
* 1. Reset default list styles
* 2. Flexbox used for a grid-like layout for the tiles.
*/
.c-tile-list {
list-style: none; /* 1 */
margin: 0; /* 1 */
padding: 0; /* 1 */
display: flex; /* 2 */
flex-wrap: wrap; /* 2 */
}
/**
* 1. Flexbox used for equal-height tiles on a same line.
* 2. Make sure a time never looks distorded.
* 3. Spacing between tiles.
*/
.c-tile-list__item {
display: flex; /* 1 */
flex-direction: column; /* 1 */
/* The following was 0 0 31% originally */
flex: 1 1 30%; /* 2 */
margin: 1%; /* 3 */
box-shadow: 2px 4px 6px 2px rgba(0,0,0,0.2);
transition: 0.3s;
border-radius: 6px;
}
.c-tile-list__item:hover {
box-shadow: 3px 5px 6px 4px rgba(0,0,0,0.3);
}
/* -------------------------------------------------------------------------- *\
* .c-article-tile
* -------------------------------------------------------------------------- */
/**
* 1. Make it possible to bottom align the footer in a tile that has a minimum
* height.
* 2. Make sure the tile spread across the full height of the parent if inside
* a flex container.
*/
.c-article-tile {
display: flex; /* 1 */
flex-direction: column; /* 1 */
flex: 1 0 auto; /* 2 */
background-color: rgb(255, 255, 255);
}
.c-article-tile a {
color: inherit;
text-decoration: none;
}
.c-article-tile__header,
.c-article-tile__body,
.c-article-tile__footer {
display: flex;
padding-left: 20px;
padding-right: 20px;
}
.c-article-tile__header,
.c-article-tile__footer {
font-size: 80%;
}
.c-article-tile__body {
border-top: 2px solid;
}
.c-article-tile__header {
padding: 0;
flex-direction: column;
}
.article-subhead {
font-size: 0.8rem;
font-weight: 300;
font-style: italic;
color: grey;
}
.article-thumbnail {
border-radius: 6px 6px 0 0;
}
.c-article-tile__category {
font-weight: bold;
}
/**
* 1. Right align the comment count container in the header.
*/
.c-article-tile__comment-count {
margin-left: auto; /* 1 */
}
.c-article-tile__body {
padding-top: 20px;
padding-bottom: 20px;
}
.c-article-tile__title {
margin: 0;
color: #333;
}
/**
* 1. Make the title link inherit the color only when not active / hovered,
* effectively making it themed when active / hovered.
*/
.c-article-tile__title:not(:hover):not(:active) > a {
color: inherit; /* 1 */
}
/**
* 1. Bottom align the footer in the tile.
* 2. Prevent any content from the footer from wrapping, effectively forcing it
* on a single line at all time.
*/
.c-article-tile__footer {
padding-top: 10px;
padding-bottom: 15px;
margin-top: auto; /* 1 */
white-space: nowrap; /* 2 */
color: #949494;
}
/**
* 1. Prevent the read-time and the date from overlapping in case they both don’t
* fit on the line; add an ellipsis to the read-time name.
* 2. Visually no effect when both the read-time and the date fit; however make
* sure they are slightly spaced from each other if they meet on the line.
*/
.c-article-tile__read-time {
text-overflow: ellipsis; /* 1 */
overflow: hidden; /* 1 */
margin-right: 5px; /* 2 */
}
/**
* 1. Right align the date container in the footer.
*/
.c-article-tile__date {
margin-left: auto; /* 1 */
}
/* -------------------------------------------------------------------------- *\
* [Theming] .c-article-tile
* -------------------------------------------------------------------------- */
.c-article-tile {
border-radius: 6px;
}
.c-article-tile.col1,
.c-article-tile.col1 a {
color: #c69;
}
.c-article-tile.col2,
.c-article-tile.col2 a {
color: #2abc67;
}
.c-article-tile.col3,
.c-article-tile.col3 a {
color: #2980b9;
}
/* -------------------------------------------------------------------------- *\
* Global styles
* -------------------------------------------------------------------------- */
* {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
/* -------------------------------------------------------------------------- *\
* Break point styles for responsive tiles
* -------------------------------------------------------------------------- */
/* Extra small devices (phones, 425px and down) */
@media only screen and (max-width: 425px) {
.c-tile-list__item {min-width: fit-content;}
.c-article-tile__title {font-size: 90%;}
}
/* Small devices (larger phones, 425px and up) */
@media only screen and (min-width: 425px) {
.c-tile-list__item {max-width: 46%;}
.c-tile-list__item {min-width: 32%;}
.c-article-tile__title {font-size: 90%;}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.c-tile-list__item {max-width: 31%;}
.c-tile-list__item {min-width: unset;}
.c-article-tile__title {font-size: 100%;}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.c-article-tile__title {font-size: 100%;}
} | 0.624294 | 0.102754 |
@font-face{
font-family:'Raleway-Regular';
src:url('Raleway-Regular.ttf');
}
@font-face{
font-family:'Raleway-Bold';
src:url('Raleway-Bold.ttf');
}
body {
margin: 0;
color: black;
background-color: white;
font-size: 16pt;
font-family: 'Raleway-Regular', "Century Gothic", arial;
font-weight: 300;
/*background-image: url("../pix/bg.gif");*/
}
strong{
font-family:'Raleway-Bold';
}
section{
padding: 10px 60px;
}
section:first-of-type{
padding-top: 60px;
}
a {
color: #0099cc;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
h1{
margin-bottom: 50px;
font-size: 1.8em;
}
h2{
font-size: 1.2em;
}
.m-sides,
.m-salty {
display: flex;
flex-wrap: wrap;
padding: 0 16px 10px 0;
}
.m-salty > div {
flex-grow: 1;
box-sizing: border-box;
min-height: 350px;
}
.m-salty > div > div {
margin-left: 20px;
}
.m-salty img{
width: 400px;
}
.m-sides > div{
padding: 5px;
margin: 10px;
width: 310px;
height: 280px;
}
.m-sides img{
float: left;
margin: 0 5px 10px 0;
height: 220px;
width: 150px;
}
.m-sides h3{
clear:both;
}
.s-trends > div {
margin-bottom: 40px;
}
.pnav {
position: fixed;
top: 0;
left: 0;
margin: 0;
padding: 0;
z-index: 3000;
background-color: black;
height: 60px;
width: 100%;
min-width: 630px;
/* border-bottom: 5px solid #0099cc; */
}
.pnav > li {
list-style-type: none;
min-width: 9px;
color: white;
background-color: grey;
display: inline-block;
margin: 15px 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.pnav > li > a {
display: inline-block;
color: white;
text-decoration: none;
padding: 10px;
}
.pnav > li:nth-child(2) {
margin-left: 280px;
}
.pnav > li:nth-child(8) {
margin-left: 30px;
}
.pnav > li:hover {
background-color: #0099cc;
}
.pnav > li:nth-child(1):hover {
background-color: black;
}
.pnav > li.sel {
background-color: white !important;
}
.pnav > li.sel > a{
color: #0099cc;
}
.pnav > li > img{
margin: 0 10px 0;
position: relative;
top: 8px;
}
.idx{
position: absolute;
display: block;
top:-19px;
height: 58px;
background-color: black !important;
font-size: 1.3em;
border-radius: 0;
padding-left: 0;
min-width: 52px !important;
border-bottom: 6px solid black;
}
.idx:hover{
border-color: #0099cc;
}
.num {
position: relative;
top: 5px;
border-radius: 50% !important;
height: 35px;
width: 35px;
}
.num > a {
position: relative;
top: -6px;
left: 2px;
}
.github{
position: absolute;
right: 10px;
top: 5px;
width: 20px;
z-index: 3001;
}
.home{
color: #0099cc !important;
}
.home:hover{
background-color: black !important;
color: white;
}
.logo{
position: absolute;
top: 16px;
left: 10px;
width: 32px;
height: 37px;
}
.mq-no-sl{
position: relative;
top: 10px;
margin-left: 40px;
}
#m-list{
font-size: .8em;
margin:10px 0;
}
#m-list > div{
position: relative;
padding: 15px;
margin:0 2px;
height:190px;
width: 200px;
float:left;
text-align: center;
border: solid 2px transparent;
border-bottom-width: 0;
border-radius: 4px;
}
.r-title{
font-family:'Raleway-Bold';
}
.order:hover a{
color:black;
}
.txt-light{
color: silver;
margin-right: 10px;
}
.ing-chart{
display: block;
position: relative;
height:100px;
width:123px;
border-bottom: solid 1px grey;
margin: 0 10px 10px 40px;
}
.bar{
position: absolute;
width:27px;
border-top: solid 10px white;
bottom:0;
}
.bar > div{
display: none;
position: absolute;
width: 90px;
top: -22px;
background-color: white;
opacity: .8;
z-index: 100;
text-shadow: 1px 1px 1px silver;
}
.bar:hover > div{
text-align: left;
display: block;
}
.bar:nth-child(1){
left:3;
background-color: #689F38;
color: #689F38;
}
.bar:nth-child(2){
left:33px;
background-color: #AA00FF;
color: #AA00FF;
}
.bar:nth-child(3){
left:63px;
background-color: #FFA000;
color: #FFA000;
}
.bar:nth-child(4){
left:93px;
background-color: #0288D1;
color: #1976D2;
}
.bar:nth-child(4) > div{
width: 80px;
}
.ing-legend{
display: inline-block;
}
.ing-legend > a > div{
display: inline-block;
height:20px;
width: 20px;
margin: 0 5px 0 10px;
background-color: red;
}
.ing-legend > a:nth-child(1) > div{
background-color: #689F38;
}
.ing-legend > a:nth-child(2) > div{
background-color: #AA00FF;
}
.ing-legend > a:nth-child(3) > div{
background-color: #FFA000;
}
.ing-legend > a:nth-child(4) > div{
background-color: #1976D2;
}
.ing-legend > span {
margin-left: 20px;
}
.ing-legend > span > a{
margin-right: 10px;
color: silver;
}
#m-list > div:hover{
border-color: rgb(174, 199, 232);
}
div:hover > .xtra{
display: block;
}
.xtra{
display: none;
width: 210px;
position: absolute;
left: -2px;
z-index: 2000;
padding: 10px 10px 20px;
background-color: white;
color: gray;
border: solid 2px rgb(174, 199, 232);
border-top-width: 0;
border-radius: 4px;
}
.votes{
color: silver;
}
.votes > span{
color: red;
}
#i-list{
margin-top: 20px;
}
#i-list > div{
position: relative;
}
#i-list > div:hover .h-bar{
background-color: navy;
}
#i-list > div:hover .hh-bar{
background-color: silver;
}
#i-list > div:hover .iTitle{
color: #39C;
}
#i-list > div:hover .iTitle > span{
color: navy;
}
.iTitle{
display: inline-block;
width: 400px;
}
.iTitle > span{
display: inline-block;
width: 50px;
color: silver;
}
.iTitle > span:nth-child(2){
width: 70px;
}
.hh-bar{
display: inline-block;
width: 441px;
background-color: eee;
}
.h-bar{
display: inline-block;
height: 20px;
background-color: #337ab7;
}
#neigepix{
height: 0;
margin: 5px 0;
background: #ccc;
-webkit-transition: all .3s linear 0s;
transition: all .3s linear 0s;
}
#neigepanel.on {
height: 438px;
}
#neigepix,
#neigepix > img{
width: 694px;
}
.clearer{
height: 1px;
width: 100%;
clear: both;
}
p.clearer{
padding-top:25px;
}
.pixShadow,
.pixGroup img{
position: relative;
box-shadow: 3px 5px 3px silver;
margin: 20px 10px 20px 20px;
border: solid 2px silver;
}
.pixGroup img:hover{
top: 3px;
left: 2px;
box-shadow: 1px 2px 1px silver;
transition: top 0.6s, left 0.6s;
}
.nav{
color: white;
background-color: black;
padding: 8px 10px;
}
.nav > a {
color: #92cddc;
background-color: black !important;
text-decoration: none;
}
.nav > a:hover {
color: #FF9900;
}
.bottomSpace{
margin-top:100px;
height: 40%;
}
.c-red{
color: #F44336;
}
.c-blue{
color: #2196F3;
}
.c-red > .line,
.c-blue > .line {
position: relative;
top: -5px;
display: inline-block;
margin-right: 10px;
width: 20px;
}
.c-red > .line {
border-top: solid #F44336 3px;
}
.c-blue > .line {
border-top: solid #2196F3 3px;
}
.data-recipe{
display: flex;
flex-wrap: wrap;
padding: 16px 16px 10px 0;
}
.data-recipe > div{
display: inline-block;
margin: 0 10px;
flex-grow: 1;
min-width: 200px;
}
.data-recipe > div > img{
height: 199px;
}
.copy{
margin: 50px 50px 20px 50px;
}
/* https://codepen.io/fivera/pen/rzepn */
.heart {
font-size: 30px;
position:relative;
top:4px;
display: inline-block;
text-align: center;
color: #BF360C;
-webkit-animation: beat .35s infinite alternate;
-moz-animation: beat .35s infinite alternate;
-ms-animation: beat .35s infinite alternate;
-o-animation: beat .35s infinite alternate;
animation: beat .35s infinite alternate;
-webkit-transform-origin: center;
-moz-transform-origin: center;
-o-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
}
@keyframes "beat" {
to {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-o-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
}
}
@-moz-keyframes beat {
to {
-moz-transform: scale(1.4);
transform: scale(1.4);
}
}
@-webkit-keyframes "beat" {
to {
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
}
@-ms-keyframes "beat" {
to {
-ms-transform: scale(1.4);
transform: scale(1.4);
}
}
@-o-keyframes "beat" {
to {
-o-transform: scale(1.4);
transform: scale(1.4);
}
}
/* Radar chart */
#radar_charts > div{
text-align: center;
}
.h-radars{
display: flex;
flex-wrap: wrap;
width:100%;
}
.h-radars > div {
margin: 20px;
width: 150px;
height: 200px;
overflow: scroll;
}
.radar-chart .area {
fill-opacity: 0.7;
}
.radar-chart.focus .area {
fill-opacity: 0.3;
}
.radar-chart.focus .area.focused {
fill-opacity: 0.9;
}
.area.germany{
fill: #FFD700;
stroke: none;
}
.area.argentina, .argentina .circle {
fill: #ADD8E6;
stroke: none;
}
@media only screen and (max-width: 820px) {
.mq-no-sl {
display: none;
}
.pnav > li:nth-child(2) {
margin-left: 70px;
}
} | css/madeleinology.css | @font-face{
font-family:'Raleway-Regular';
src:url('Raleway-Regular.ttf');
}
@font-face{
font-family:'Raleway-Bold';
src:url('Raleway-Bold.ttf');
}
body {
margin: 0;
color: black;
background-color: white;
font-size: 16pt;
font-family: 'Raleway-Regular', "Century Gothic", arial;
font-weight: 300;
/*background-image: url("../pix/bg.gif");*/
}
strong{
font-family:'Raleway-Bold';
}
section{
padding: 10px 60px;
}
section:first-of-type{
padding-top: 60px;
}
a {
color: #0099cc;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
h1{
margin-bottom: 50px;
font-size: 1.8em;
}
h2{
font-size: 1.2em;
}
.m-sides,
.m-salty {
display: flex;
flex-wrap: wrap;
padding: 0 16px 10px 0;
}
.m-salty > div {
flex-grow: 1;
box-sizing: border-box;
min-height: 350px;
}
.m-salty > div > div {
margin-left: 20px;
}
.m-salty img{
width: 400px;
}
.m-sides > div{
padding: 5px;
margin: 10px;
width: 310px;
height: 280px;
}
.m-sides img{
float: left;
margin: 0 5px 10px 0;
height: 220px;
width: 150px;
}
.m-sides h3{
clear:both;
}
.s-trends > div {
margin-bottom: 40px;
}
.pnav {
position: fixed;
top: 0;
left: 0;
margin: 0;
padding: 0;
z-index: 3000;
background-color: black;
height: 60px;
width: 100%;
min-width: 630px;
/* border-bottom: 5px solid #0099cc; */
}
.pnav > li {
list-style-type: none;
min-width: 9px;
color: white;
background-color: grey;
display: inline-block;
margin: 15px 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.pnav > li > a {
display: inline-block;
color: white;
text-decoration: none;
padding: 10px;
}
.pnav > li:nth-child(2) {
margin-left: 280px;
}
.pnav > li:nth-child(8) {
margin-left: 30px;
}
.pnav > li:hover {
background-color: #0099cc;
}
.pnav > li:nth-child(1):hover {
background-color: black;
}
.pnav > li.sel {
background-color: white !important;
}
.pnav > li.sel > a{
color: #0099cc;
}
.pnav > li > img{
margin: 0 10px 0;
position: relative;
top: 8px;
}
.idx{
position: absolute;
display: block;
top:-19px;
height: 58px;
background-color: black !important;
font-size: 1.3em;
border-radius: 0;
padding-left: 0;
min-width: 52px !important;
border-bottom: 6px solid black;
}
.idx:hover{
border-color: #0099cc;
}
.num {
position: relative;
top: 5px;
border-radius: 50% !important;
height: 35px;
width: 35px;
}
.num > a {
position: relative;
top: -6px;
left: 2px;
}
.github{
position: absolute;
right: 10px;
top: 5px;
width: 20px;
z-index: 3001;
}
.home{
color: #0099cc !important;
}
.home:hover{
background-color: black !important;
color: white;
}
.logo{
position: absolute;
top: 16px;
left: 10px;
width: 32px;
height: 37px;
}
.mq-no-sl{
position: relative;
top: 10px;
margin-left: 40px;
}
#m-list{
font-size: .8em;
margin:10px 0;
}
#m-list > div{
position: relative;
padding: 15px;
margin:0 2px;
height:190px;
width: 200px;
float:left;
text-align: center;
border: solid 2px transparent;
border-bottom-width: 0;
border-radius: 4px;
}
.r-title{
font-family:'Raleway-Bold';
}
.order:hover a{
color:black;
}
.txt-light{
color: silver;
margin-right: 10px;
}
.ing-chart{
display: block;
position: relative;
height:100px;
width:123px;
border-bottom: solid 1px grey;
margin: 0 10px 10px 40px;
}
.bar{
position: absolute;
width:27px;
border-top: solid 10px white;
bottom:0;
}
.bar > div{
display: none;
position: absolute;
width: 90px;
top: -22px;
background-color: white;
opacity: .8;
z-index: 100;
text-shadow: 1px 1px 1px silver;
}
.bar:hover > div{
text-align: left;
display: block;
}
.bar:nth-child(1){
left:3;
background-color: #689F38;
color: #689F38;
}
.bar:nth-child(2){
left:33px;
background-color: #AA00FF;
color: #AA00FF;
}
.bar:nth-child(3){
left:63px;
background-color: #FFA000;
color: #FFA000;
}
.bar:nth-child(4){
left:93px;
background-color: #0288D1;
color: #1976D2;
}
.bar:nth-child(4) > div{
width: 80px;
}
.ing-legend{
display: inline-block;
}
.ing-legend > a > div{
display: inline-block;
height:20px;
width: 20px;
margin: 0 5px 0 10px;
background-color: red;
}
.ing-legend > a:nth-child(1) > div{
background-color: #689F38;
}
.ing-legend > a:nth-child(2) > div{
background-color: #AA00FF;
}
.ing-legend > a:nth-child(3) > div{
background-color: #FFA000;
}
.ing-legend > a:nth-child(4) > div{
background-color: #1976D2;
}
.ing-legend > span {
margin-left: 20px;
}
.ing-legend > span > a{
margin-right: 10px;
color: silver;
}
#m-list > div:hover{
border-color: rgb(174, 199, 232);
}
div:hover > .xtra{
display: block;
}
.xtra{
display: none;
width: 210px;
position: absolute;
left: -2px;
z-index: 2000;
padding: 10px 10px 20px;
background-color: white;
color: gray;
border: solid 2px rgb(174, 199, 232);
border-top-width: 0;
border-radius: 4px;
}
.votes{
color: silver;
}
.votes > span{
color: red;
}
#i-list{
margin-top: 20px;
}
#i-list > div{
position: relative;
}
#i-list > div:hover .h-bar{
background-color: navy;
}
#i-list > div:hover .hh-bar{
background-color: silver;
}
#i-list > div:hover .iTitle{
color: #39C;
}
#i-list > div:hover .iTitle > span{
color: navy;
}
.iTitle{
display: inline-block;
width: 400px;
}
.iTitle > span{
display: inline-block;
width: 50px;
color: silver;
}
.iTitle > span:nth-child(2){
width: 70px;
}
.hh-bar{
display: inline-block;
width: 441px;
background-color: eee;
}
.h-bar{
display: inline-block;
height: 20px;
background-color: #337ab7;
}
#neigepix{
height: 0;
margin: 5px 0;
background: #ccc;
-webkit-transition: all .3s linear 0s;
transition: all .3s linear 0s;
}
#neigepanel.on {
height: 438px;
}
#neigepix,
#neigepix > img{
width: 694px;
}
.clearer{
height: 1px;
width: 100%;
clear: both;
}
p.clearer{
padding-top:25px;
}
.pixShadow,
.pixGroup img{
position: relative;
box-shadow: 3px 5px 3px silver;
margin: 20px 10px 20px 20px;
border: solid 2px silver;
}
.pixGroup img:hover{
top: 3px;
left: 2px;
box-shadow: 1px 2px 1px silver;
transition: top 0.6s, left 0.6s;
}
.nav{
color: white;
background-color: black;
padding: 8px 10px;
}
.nav > a {
color: #92cddc;
background-color: black !important;
text-decoration: none;
}
.nav > a:hover {
color: #FF9900;
}
.bottomSpace{
margin-top:100px;
height: 40%;
}
.c-red{
color: #F44336;
}
.c-blue{
color: #2196F3;
}
.c-red > .line,
.c-blue > .line {
position: relative;
top: -5px;
display: inline-block;
margin-right: 10px;
width: 20px;
}
.c-red > .line {
border-top: solid #F44336 3px;
}
.c-blue > .line {
border-top: solid #2196F3 3px;
}
.data-recipe{
display: flex;
flex-wrap: wrap;
padding: 16px 16px 10px 0;
}
.data-recipe > div{
display: inline-block;
margin: 0 10px;
flex-grow: 1;
min-width: 200px;
}
.data-recipe > div > img{
height: 199px;
}
.copy{
margin: 50px 50px 20px 50px;
}
/* https://codepen.io/fivera/pen/rzepn */
.heart {
font-size: 30px;
position:relative;
top:4px;
display: inline-block;
text-align: center;
color: #BF360C;
-webkit-animation: beat .35s infinite alternate;
-moz-animation: beat .35s infinite alternate;
-ms-animation: beat .35s infinite alternate;
-o-animation: beat .35s infinite alternate;
animation: beat .35s infinite alternate;
-webkit-transform-origin: center;
-moz-transform-origin: center;
-o-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
}
@keyframes "beat" {
to {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-o-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
}
}
@-moz-keyframes beat {
to {
-moz-transform: scale(1.4);
transform: scale(1.4);
}
}
@-webkit-keyframes "beat" {
to {
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
}
@-ms-keyframes "beat" {
to {
-ms-transform: scale(1.4);
transform: scale(1.4);
}
}
@-o-keyframes "beat" {
to {
-o-transform: scale(1.4);
transform: scale(1.4);
}
}
/* Radar chart */
#radar_charts > div{
text-align: center;
}
.h-radars{
display: flex;
flex-wrap: wrap;
width:100%;
}
.h-radars > div {
margin: 20px;
width: 150px;
height: 200px;
overflow: scroll;
}
.radar-chart .area {
fill-opacity: 0.7;
}
.radar-chart.focus .area {
fill-opacity: 0.3;
}
.radar-chart.focus .area.focused {
fill-opacity: 0.9;
}
.area.germany{
fill: #FFD700;
stroke: none;
}
.area.argentina, .argentina .circle {
fill: #ADD8E6;
stroke: none;
}
@media only screen and (max-width: 820px) {
.mq-no-sl {
display: none;
}
.pnav > li:nth-child(2) {
margin-left: 70px;
}
} | 0.352425 | 0.068164 |
body {
background-color: #E5E5E5;
overflow-x: hidden;
}
#content_lft {
background-color: #f5f5f5;
border-right: 1px solid #CCC;
}
#content_lft.expand_nav {
width: 46px;
}
#content_lft .lnks {
padding-left: 0;
}
#content_lft .lnks .lnk .lnk_hrf {
border-top: 1px solid #FFF;
border-bottom: 1px solid #C7C7C7;
color: #424242;
}
#content_lft .lnks .lnk .lnk_hrf:hover {
color: #0077c0;
text-decoration: none;
}
#content_lft .lnks .lnk .lnk_hrf .p10 {
padding: 10px;
font: 14px segobb;
color: #0077c0;
text-transform: uppercase;
}
#content_lft .lnks .lnk.active .lnk_hrf {
color: #0674E8;
background-color: #D6D6D6;
border-bottom: 1px solid #BBB;
color: #FFF;
text-shadow: 1px 1px 1px #000;
}
#content_lft .lnks .lnk.active .lnk_hrf:hover {
color: #FFF;
}
#content_lft .lnks .lnk:last-child {
border-top: 1px solid #FFF;
}
/* Header */
#header {
min-height: 50px;
position: fixed;
z-index: 999;
width: 100%;
}
#header #header_lft {
background-color: #0077c0;
box-shadow: 0px -1px 6px #000;
}
#header #header_lft .nav-toggle span, #header #header_lft .nav-toggle span:before, #header #header_lft .nav-toggle span:after {
background-color: #FFF;
}
#header #header_lft .nav-toggle {
cursor: pointer;
margin: 22px 2px 0;
position: relative;
background: transparent;
border: 0;
}
#header #header_lft .nav-toggle:focus {
outline: 0;
}
#header #header_lft .nav-toggle span:before {
top: -8px;
}
#header #header_lft .nav-toggle span:after {
bottom: -8px;
}
#header #header_lft .nav-toggle span, #header #header_lft .nav-toggle span:before, #header #header_lft .nav-toggle span:after {
cursor: pointer;
border-radius: 1px;
height: 4px;
width: 25px;
position: absolute;
display: block;
content: '';
}
#header #header_lft .nav-toggle span, #header #header_lft .nav-toggle span:before, #header #header_lft .nav-toggle span:after {
transition: all 500ms ease-in-out;
}
#header #header_lft .nav-toggle.active span {
background-color: transparent;
}
#header #header_lft .nav-toggle.active span:before, #header #header_lft .nav-toggle.active span:after {
top: 0;
}
#header #header_lft .nav-toggle.active span:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#header #header_lft .nav-toggle.active span:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#header #header_rght {
background-color: #2E87C1;
box-shadow: 2px -1px 6px #000;
}
#header #header_rght .shtdwn {
background-color: #c32a2a;
padding: 11px 0 8px;
margin: 6px 16px;
text-align: center;
border-radius: 50%;
height: 40px;
width: 40px;
}
#header #header_rght .shtdwn a {
color: #FFF;
}
#header #header_rght .shtdwn a .fa {
font-size: 20px;
}
/* Content */
#content {
position: absolute;
top: 52px;
width: 100%;
}
#content #content_lft {
position: fixed;
z-index: 99;
min-height: 100%;
overflow: hidden;
}
#content #content_lft .lnk {
list-style: none;
width: 245px;
}
#content #content_lft .lnk .lnk_hrf {
display: inherit;
}
#content #content_lft .lnk .lnk_hrf .icns {
width: 45px;
float: left;
text-align: center;
}
#content #content_rght .innr {
padding: 20px 15px;
width: 100%;
}
#content #content_rght .innr .innrpg {
background-color: #F9F9F9;
padding: 20px;
border-radius: 5px;
overflow: hidden;
}
#content #content_rght .innr .innrpg .pgttl {
font: bold 17px segobb;
color: #5aabe0;
margin: 0 0 15px;
text-transform: uppercase;
}
#content #content_rght.expand_content {
margin-left: 46px;
}
.lftsdrw {
float: left;
min-height: 51px;
width: 200px;
}
.rghtsdrw {
width: auto;
min-height: 51px;
position: relative;
z-index: 9;
margin-left: 200px;
}
#content_lft, #content_rght {
transition: all 0.3s ease;
}
.nptgrp {
margin: 0;
min-height: 62px;
position: relative;
}
.nptgrp label {
font-size: 12px;
margin: 15px 0 0;
float: left;
width: 100%;
clear: both;
}
.nptgrp label span {
color: #F00;
}
.nptgrp input, .nptgrp select, .nptgrp textarea {
font: 14px segoi;
padding: 6px;
border-radius: 0;
border: 1px solid #CCC;
box-shadow: none;
}
.nptgrp.txtarea label {
margin-top: 20px;
}
.note-editor.note-frame.panel {
border: 1px solid #CCC;
float: left;
width: 100%;
border-radius: 0;
margin: 0;
}
.note-editor.note-frame.panel .note-toolbar.panel-heading {
background: #FFF;
padding: 0 5px 4px;
border-bottom: 1px solid #CCC;
}
.note-editor.note-frame.panel .note-toolbar.panel-heading .btn-default {
background-color: transparent;
border-color: transparent;
}
.note-editor.note-frame.panel .note-editable.panel-body {
background-color: #FFF;
padding: 10px 15px;
min-height: 100px;
font-size: small;
}
.note-editor.note-frame.panel .note-editable.panel-body ul {
padding-left: 30px;
}
.tbl {
border: 0;
float: left;
width: 100%;
clear: both;
}
.tbl .thd {
padding: 6px 10px;
background-color: #eff8ff;
border: 1px solid #b8e3ff;
color: #5aabe0;
letter-spacing: 1px;
border-bottom: 4px solid #ccecff;
}
.tbl .thd .fa {
float: right;
position: relative;
top: 4px;
cursor: pointer;
font-size: 11px;
}
.tbl .thd.up > .fa.fa-play {
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
.tbl .thd.dwn > .fa.fa-play {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.tbl .thd.actns {
width: 100px;
text-align: center;
}
.tbl .tbdy {
padding: 10px;
border: 1px solid #b8e3ff;
color: #0077c0;
}
.tbl .tbdy a {
text-decoration: none;
}
/*# sourceMappingURL=master.css.map */ | public/css/gnscs/admin/master.css | body {
background-color: #E5E5E5;
overflow-x: hidden;
}
#content_lft {
background-color: #f5f5f5;
border-right: 1px solid #CCC;
}
#content_lft.expand_nav {
width: 46px;
}
#content_lft .lnks {
padding-left: 0;
}
#content_lft .lnks .lnk .lnk_hrf {
border-top: 1px solid #FFF;
border-bottom: 1px solid #C7C7C7;
color: #424242;
}
#content_lft .lnks .lnk .lnk_hrf:hover {
color: #0077c0;
text-decoration: none;
}
#content_lft .lnks .lnk .lnk_hrf .p10 {
padding: 10px;
font: 14px segobb;
color: #0077c0;
text-transform: uppercase;
}
#content_lft .lnks .lnk.active .lnk_hrf {
color: #0674E8;
background-color: #D6D6D6;
border-bottom: 1px solid #BBB;
color: #FFF;
text-shadow: 1px 1px 1px #000;
}
#content_lft .lnks .lnk.active .lnk_hrf:hover {
color: #FFF;
}
#content_lft .lnks .lnk:last-child {
border-top: 1px solid #FFF;
}
/* Header */
#header {
min-height: 50px;
position: fixed;
z-index: 999;
width: 100%;
}
#header #header_lft {
background-color: #0077c0;
box-shadow: 0px -1px 6px #000;
}
#header #header_lft .nav-toggle span, #header #header_lft .nav-toggle span:before, #header #header_lft .nav-toggle span:after {
background-color: #FFF;
}
#header #header_lft .nav-toggle {
cursor: pointer;
margin: 22px 2px 0;
position: relative;
background: transparent;
border: 0;
}
#header #header_lft .nav-toggle:focus {
outline: 0;
}
#header #header_lft .nav-toggle span:before {
top: -8px;
}
#header #header_lft .nav-toggle span:after {
bottom: -8px;
}
#header #header_lft .nav-toggle span, #header #header_lft .nav-toggle span:before, #header #header_lft .nav-toggle span:after {
cursor: pointer;
border-radius: 1px;
height: 4px;
width: 25px;
position: absolute;
display: block;
content: '';
}
#header #header_lft .nav-toggle span, #header #header_lft .nav-toggle span:before, #header #header_lft .nav-toggle span:after {
transition: all 500ms ease-in-out;
}
#header #header_lft .nav-toggle.active span {
background-color: transparent;
}
#header #header_lft .nav-toggle.active span:before, #header #header_lft .nav-toggle.active span:after {
top: 0;
}
#header #header_lft .nav-toggle.active span:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#header #header_lft .nav-toggle.active span:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#header #header_rght {
background-color: #2E87C1;
box-shadow: 2px -1px 6px #000;
}
#header #header_rght .shtdwn {
background-color: #c32a2a;
padding: 11px 0 8px;
margin: 6px 16px;
text-align: center;
border-radius: 50%;
height: 40px;
width: 40px;
}
#header #header_rght .shtdwn a {
color: #FFF;
}
#header #header_rght .shtdwn a .fa {
font-size: 20px;
}
/* Content */
#content {
position: absolute;
top: 52px;
width: 100%;
}
#content #content_lft {
position: fixed;
z-index: 99;
min-height: 100%;
overflow: hidden;
}
#content #content_lft .lnk {
list-style: none;
width: 245px;
}
#content #content_lft .lnk .lnk_hrf {
display: inherit;
}
#content #content_lft .lnk .lnk_hrf .icns {
width: 45px;
float: left;
text-align: center;
}
#content #content_rght .innr {
padding: 20px 15px;
width: 100%;
}
#content #content_rght .innr .innrpg {
background-color: #F9F9F9;
padding: 20px;
border-radius: 5px;
overflow: hidden;
}
#content #content_rght .innr .innrpg .pgttl {
font: bold 17px segobb;
color: #5aabe0;
margin: 0 0 15px;
text-transform: uppercase;
}
#content #content_rght.expand_content {
margin-left: 46px;
}
.lftsdrw {
float: left;
min-height: 51px;
width: 200px;
}
.rghtsdrw {
width: auto;
min-height: 51px;
position: relative;
z-index: 9;
margin-left: 200px;
}
#content_lft, #content_rght {
transition: all 0.3s ease;
}
.nptgrp {
margin: 0;
min-height: 62px;
position: relative;
}
.nptgrp label {
font-size: 12px;
margin: 15px 0 0;
float: left;
width: 100%;
clear: both;
}
.nptgrp label span {
color: #F00;
}
.nptgrp input, .nptgrp select, .nptgrp textarea {
font: 14px segoi;
padding: 6px;
border-radius: 0;
border: 1px solid #CCC;
box-shadow: none;
}
.nptgrp.txtarea label {
margin-top: 20px;
}
.note-editor.note-frame.panel {
border: 1px solid #CCC;
float: left;
width: 100%;
border-radius: 0;
margin: 0;
}
.note-editor.note-frame.panel .note-toolbar.panel-heading {
background: #FFF;
padding: 0 5px 4px;
border-bottom: 1px solid #CCC;
}
.note-editor.note-frame.panel .note-toolbar.panel-heading .btn-default {
background-color: transparent;
border-color: transparent;
}
.note-editor.note-frame.panel .note-editable.panel-body {
background-color: #FFF;
padding: 10px 15px;
min-height: 100px;
font-size: small;
}
.note-editor.note-frame.panel .note-editable.panel-body ul {
padding-left: 30px;
}
.tbl {
border: 0;
float: left;
width: 100%;
clear: both;
}
.tbl .thd {
padding: 6px 10px;
background-color: #eff8ff;
border: 1px solid #b8e3ff;
color: #5aabe0;
letter-spacing: 1px;
border-bottom: 4px solid #ccecff;
}
.tbl .thd .fa {
float: right;
position: relative;
top: 4px;
cursor: pointer;
font-size: 11px;
}
.tbl .thd.up > .fa.fa-play {
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}
.tbl .thd.dwn > .fa.fa-play {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.tbl .thd.actns {
width: 100px;
text-align: center;
}
.tbl .tbdy {
padding: 10px;
border: 1px solid #b8e3ff;
color: #0077c0;
}
.tbl .tbdy a {
text-decoration: none;
}
/*# sourceMappingURL=master.css.map */ | 0.339937 | 0.054224 |
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400);
* {
margin: 1em 0;
padding: 0;
box-sizing: border-box;
}
*:first-child {
margin-top: 0;
}
*:last-child {
margin-bottom: 0;
}
html {
overflow-y: scroll;
}
html, body {
margin: 0;
}
body {
font: 10pt/12.5pt Roboto, sans-serif;
font-weight: 400;
padding: 2.5em 2em;
}
@media screen and (max-width: 600px) {
body {
font-size: 8pt;
line-height: 10pt;
}
}
pre, code {
font-family: "Ubuntu Mono";
}
h1 {
font-weight: 600;
color: rgba(255, 0, 0, 0.6);
margin-top: 0;
}
h2 {
text-transform: uppercase;
font-size: 1em;
font-weight: 500;
}
a {
text-decoration: none;
color: rgba(0, 0, 255, 0.8);
}
td, th {
text-align: left;
}
body.disconnected {
opacity: 0.3;
}
span.disabled {
color: gray;
}
span.notice {
font-style: italic;
}
div.view-selector {
float: right;
}
div.view-selector > a {
color: black;
padding: 0.4em 0.6em;
border: 0.1em solid black;
}
div.view-selector > a.selected, div.view-selector > a:hover {
color: white;
background-color: black;
}
div.category-selector {
display: flex;
flex-flow: row wrap;
margin-bottom: 1.5em;
}
div.category-selector > a {
margin: 0 1em 0 0;
padding: 0 0 0.2em 0;
color: black;
border-bottom: 0.1em solid transparent;
}
div.category-selector > a.selected, div.category-selector > a:hover {
border-bottom: 0.1em solid black;
}
div.panel {
display: flex;
flex-flow: row wrap;
margin: 0;
}
div.group {
margin: 0 3em 0.8em 0;
}
div.group.invisible {
display: none;
}
div.job-container {
display: flex;
flex-flow: row wrap;
margin: 0;
}
div.job {
margin: 0 0.5em 0.5em 0;
}
a.job-summary {
display: flex;
flex-direction: column;
justify-content: center;
width: 8em;
height: 8em;
padding: 0.5em;
margin: 0;
background-color: rgb(191, 191, 191);
color: white;
text-align: center;
}
div.job.passed a.job-summary {
background-color: rgb(63, 191, 127);
}
div.job.failed a.job-summary {
background-color: rgb(255, 63, 0);
}
div.job.no-data a.job-summary, div.job.stale-data a.job-summary {
border: 0.2em solid rgb(191, 191, 191);
background-color: white;
color: rgb(159, 159, 159);
}
div.job.blinky a.job-summary {
animation: blinky 3s steps(30, start) infinite;
}
a.job-summary > * {
font-size: 0.85em;
margin: 0.2em 0;
line-height: 1.1em;
}
div.summary-component {
font-size: 0.9em;
font-weight: 500;
}
/*
div.summary-job, div.summary-agent, div.summary-environment, div.summary-start-time {
font-size: 0.85em;
margin: 0.15em 0;
line-height: 1.2em;
}
*/
div.job-detail {
display: none;
}
div.job:hover > div.job-detail {
display: block;
position: absolute;
color: black;
background-color: rgb(239, 239, 239);
padding: 1em;
margin-top: -0.2em;
box-shadow: 0 0.06em 0.2em rgb(127, 127, 127);
}
div.job-detail th, div.job-detail td {
vertical-align: top;
padding: 0.2em;
}
div.job-detail th {
font-weight: 300;
padding-right: 1em;
}
@keyframes blinky {
to {
visibility: hidden;
}
}
table.jobs {
width: 100%;
border-collapse: collapse;
}
table.jobs tbody tr:hover {
background: yellow;
}
table.jobs th, table.jobs td {
padding: 0.2em 0.6em 0.1em 0;
}
table.jobs th {
cursor: pointer;
font-weight: 500;
}
table.jobs td:nth-child(5),
table.jobs td:nth-child(6),
table.jobs td:nth-child(7),
table.jobs th:nth-child(5),
table.jobs th:nth-child(6),
table.jobs th:nth-child(7) {
text-align: right;
} | static/app.css | @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400);
* {
margin: 1em 0;
padding: 0;
box-sizing: border-box;
}
*:first-child {
margin-top: 0;
}
*:last-child {
margin-bottom: 0;
}
html {
overflow-y: scroll;
}
html, body {
margin: 0;
}
body {
font: 10pt/12.5pt Roboto, sans-serif;
font-weight: 400;
padding: 2.5em 2em;
}
@media screen and (max-width: 600px) {
body {
font-size: 8pt;
line-height: 10pt;
}
}
pre, code {
font-family: "Ubuntu Mono";
}
h1 {
font-weight: 600;
color: rgba(255, 0, 0, 0.6);
margin-top: 0;
}
h2 {
text-transform: uppercase;
font-size: 1em;
font-weight: 500;
}
a {
text-decoration: none;
color: rgba(0, 0, 255, 0.8);
}
td, th {
text-align: left;
}
body.disconnected {
opacity: 0.3;
}
span.disabled {
color: gray;
}
span.notice {
font-style: italic;
}
div.view-selector {
float: right;
}
div.view-selector > a {
color: black;
padding: 0.4em 0.6em;
border: 0.1em solid black;
}
div.view-selector > a.selected, div.view-selector > a:hover {
color: white;
background-color: black;
}
div.category-selector {
display: flex;
flex-flow: row wrap;
margin-bottom: 1.5em;
}
div.category-selector > a {
margin: 0 1em 0 0;
padding: 0 0 0.2em 0;
color: black;
border-bottom: 0.1em solid transparent;
}
div.category-selector > a.selected, div.category-selector > a:hover {
border-bottom: 0.1em solid black;
}
div.panel {
display: flex;
flex-flow: row wrap;
margin: 0;
}
div.group {
margin: 0 3em 0.8em 0;
}
div.group.invisible {
display: none;
}
div.job-container {
display: flex;
flex-flow: row wrap;
margin: 0;
}
div.job {
margin: 0 0.5em 0.5em 0;
}
a.job-summary {
display: flex;
flex-direction: column;
justify-content: center;
width: 8em;
height: 8em;
padding: 0.5em;
margin: 0;
background-color: rgb(191, 191, 191);
color: white;
text-align: center;
}
div.job.passed a.job-summary {
background-color: rgb(63, 191, 127);
}
div.job.failed a.job-summary {
background-color: rgb(255, 63, 0);
}
div.job.no-data a.job-summary, div.job.stale-data a.job-summary {
border: 0.2em solid rgb(191, 191, 191);
background-color: white;
color: rgb(159, 159, 159);
}
div.job.blinky a.job-summary {
animation: blinky 3s steps(30, start) infinite;
}
a.job-summary > * {
font-size: 0.85em;
margin: 0.2em 0;
line-height: 1.1em;
}
div.summary-component {
font-size: 0.9em;
font-weight: 500;
}
/*
div.summary-job, div.summary-agent, div.summary-environment, div.summary-start-time {
font-size: 0.85em;
margin: 0.15em 0;
line-height: 1.2em;
}
*/
div.job-detail {
display: none;
}
div.job:hover > div.job-detail {
display: block;
position: absolute;
color: black;
background-color: rgb(239, 239, 239);
padding: 1em;
margin-top: -0.2em;
box-shadow: 0 0.06em 0.2em rgb(127, 127, 127);
}
div.job-detail th, div.job-detail td {
vertical-align: top;
padding: 0.2em;
}
div.job-detail th {
font-weight: 300;
padding-right: 1em;
}
@keyframes blinky {
to {
visibility: hidden;
}
}
table.jobs {
width: 100%;
border-collapse: collapse;
}
table.jobs tbody tr:hover {
background: yellow;
}
table.jobs th, table.jobs td {
padding: 0.2em 0.6em 0.1em 0;
}
table.jobs th {
cursor: pointer;
font-weight: 500;
}
table.jobs td:nth-child(5),
table.jobs td:nth-child(6),
table.jobs td:nth-child(7),
table.jobs th:nth-child(5),
table.jobs th:nth-child(6),
table.jobs th:nth-child(7) {
text-align: right;
} | 0.64969 | 0.172276 |
p, h2, h3 {
text-transform: capitalize;
color: rgba(25, 181, 254, 1);
}
.header {
z-index: 1;
display: block;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
}
.flip-box {
width: 200px;
height: 200px;
perspective: 1000px;
margin: 20px;
}
.flip-box-inner {
border-radius: 10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: 0.5s;
transform-style: preserve-3d;
}
.clicked {
transform: rotateY(180deg);
transition: transform 0.8s;
}
.flip-box-inner:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
cursor: pointer;
}
.flip-box-front, .flip-box-back {
border-radius: 10px;
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
}
.flip-box-front {
background-color: white;
color: black;
}
.flip-box-front img {
border-radius: 10px;
border: 2px solid rgba(25, 181, 254, 1);
width: 50%;
margin-top: 20px;
}
.flip-box-back {
background-color: white;
color: lightblue;
transform: rotateY(180deg);
}
.friends {
position: absolute;
top: 21%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.remove-card {
display: none;
}
.home-information, .gallery, .requests {
display: none;
}
body {
color: rgba(25, 181, 254, 1);
font-family: 'Dancing Script', cursive;
background: linear-gradient(to right, #00d2ff 0%, #3a7bd5 100%);
}
ul {
display: flex;
justify-content: center;
padding: 0;
}
ul li {
display: inline-block;
font-size: 1.5em;
padding: 10px;
text-align: center;
margin: 0px;
}
li:hover {
background-color:
rgba(25, 181, 254, 1);
color: white;
border-radius: 10px;
cursor: pointer;
}
h1 {
text-align: center;
font-size: 3em;
margin-left: auto;
margin-right: auto;
margin: 0px auto;
}
.navigation {
position: fixed;
overflow: hidden;
bottom: 0;
z-index: 1;
background-color: white;
border-radius: 10px;
border: 1px solid rgba(25, 181, 254, 1);
}
.navigation ul {
flex-direction: column;
}
.hide, .open {
margin: 5px;
width: 30px;
height: 30px;
background-color: white;
border-radius: 5px;
border: 1px solid rgba(25, 181, 254, 1);
}
.hide:hover, .open:hover, .add-friend:hover {
background-color:
rgba(25, 181, 254, 1);
color: white;
border-radius: 5px;
cursor: pointer;
}
.myInput {
width: 200px;
height: 30px;
}
.forOpen {
position: fixed;
overflow: scroll;
bottom: 0;
z-index: 1;
}
.add-friend {
width: 150px;
margin: 0 auto;
}
.home-information {
width: 650px;
margin: 20px auto;
background-color: white;
border-radius: 10px;
}
.home-information p {
margin: 5px;
}
.home-information h2 {
text-align: center;
}
.show-block {
display: block;
}
.nav-bar {
width: 100%;
} | submissions/webdevagent/friend-app-task/style.css | p, h2, h3 {
text-transform: capitalize;
color: rgba(25, 181, 254, 1);
}
.header {
z-index: 1;
display: block;
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
}
.flip-box {
width: 200px;
height: 200px;
perspective: 1000px;
margin: 20px;
}
.flip-box-inner {
border-radius: 10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: 0.5s;
transform-style: preserve-3d;
}
.clicked {
transform: rotateY(180deg);
transition: transform 0.8s;
}
.flip-box-inner:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
cursor: pointer;
}
.flip-box-front, .flip-box-back {
border-radius: 10px;
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
}
.flip-box-front {
background-color: white;
color: black;
}
.flip-box-front img {
border-radius: 10px;
border: 2px solid rgba(25, 181, 254, 1);
width: 50%;
margin-top: 20px;
}
.flip-box-back {
background-color: white;
color: lightblue;
transform: rotateY(180deg);
}
.friends {
position: absolute;
top: 21%;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.remove-card {
display: none;
}
.home-information, .gallery, .requests {
display: none;
}
body {
color: rgba(25, 181, 254, 1);
font-family: 'Dancing Script', cursive;
background: linear-gradient(to right, #00d2ff 0%, #3a7bd5 100%);
}
ul {
display: flex;
justify-content: center;
padding: 0;
}
ul li {
display: inline-block;
font-size: 1.5em;
padding: 10px;
text-align: center;
margin: 0px;
}
li:hover {
background-color:
rgba(25, 181, 254, 1);
color: white;
border-radius: 10px;
cursor: pointer;
}
h1 {
text-align: center;
font-size: 3em;
margin-left: auto;
margin-right: auto;
margin: 0px auto;
}
.navigation {
position: fixed;
overflow: hidden;
bottom: 0;
z-index: 1;
background-color: white;
border-radius: 10px;
border: 1px solid rgba(25, 181, 254, 1);
}
.navigation ul {
flex-direction: column;
}
.hide, .open {
margin: 5px;
width: 30px;
height: 30px;
background-color: white;
border-radius: 5px;
border: 1px solid rgba(25, 181, 254, 1);
}
.hide:hover, .open:hover, .add-friend:hover {
background-color:
rgba(25, 181, 254, 1);
color: white;
border-radius: 5px;
cursor: pointer;
}
.myInput {
width: 200px;
height: 30px;
}
.forOpen {
position: fixed;
overflow: scroll;
bottom: 0;
z-index: 1;
}
.add-friend {
width: 150px;
margin: 0 auto;
}
.home-information {
width: 650px;
margin: 20px auto;
background-color: white;
border-radius: 10px;
}
.home-information p {
margin: 5px;
}
.home-information h2 {
text-align: center;
}
.show-block {
display: block;
}
.nav-bar {
width: 100%;
} | 0.581303 | 0.167117 |
.bold {
font-weight: 1400;
text-decoration: underline;
}
body {
letter-spacing: 1px;
font-family: "appleFont", Arial;
background: url(img/bg.jpg) repeat center center fixed;
background-size: cover;
color: white;
background-color: black;
text-align: center;
/* text-rendering: optimizeLegibility; (this broked mobile formatting)
*/
}
h2 {
font-weight: 400 !important;
text-align: center;
vertical-align: middle;
margin:0px;
padding: 0px 0px;
line-height:220px;
}
p {
padding-bottom: 15px;
font-size:0.8em;
margin: 0px;
}
a {
color: white;
text-decoration: none;
}
img {
width: 7%;
height: 7%;
margin-top: -50px;
margin-left:50px;
}
header h1 {
padding: 40px;
font-size: 2.5em;
text-align: center;
margin: 0px;
}
nav {
position:relative;
display: block;
height: 100%;
margin:0 auto;
width:740px;
}
nav li {
cursor: pointer;
text-align: center;
font-size: 25pt;
margin: 20px;
display: inline-block;
list-style: none;
width: 320px;
height: 220px;
border: solid 1px white;
border-radius: 10px;
overflow: hidden;
white-space: nowrap;
}
footer {
display: block;
text-align: center;
font-size: 3em;
margin: 340px 0 0 0;
}
#error-footer {
margin-top: -2px;
}
footer li {
bottom:0px;
padding:0px 10px;
}
.closeButton {
display: block;
float: left;
position: absolute;
width:23px;
height:23px;
margin: 20px 0 0px 20px;
}
#work {
position:absolute;
left:0;
}
#projects {
position:absolute;
right:0;
}
.blur {
background: url(img/bgBlur.jpg) repeat fixed center center;
background-size: cover;
}
.expandedPosition {
margin: 490px 0px 10px 0px;
}
.expandedDimension {
width: 698px;
height: 345px;
padding: 0px 0px 50px 0px;
}
.emoticonHead {
font-size: 1.0em;
line-height: 1.5em;
}
#home {
width: 75%;
}
@font-face {
font-family: "appleFont";
src: url("HelveticaNeue-UltraLight.woff") format('woff');
text-rendering: optimizeLegibility;
}
@media all and (max-width: 765px) {
nav {
width:100%;
}
ul {
padding: 0px;
}
nav li {
margin: 20px;
width: 340px;
height: 180px;
display:block;
white-space: normal;
}
#projects {
position: relative;
margin: 20px auto;
}
#work {
position: relative;
margin: 20px auto;
}
.expandedDimension {
margin: 20px;
width: 88.5%;
height: 300px;
}
.expandedPosition {
margin: 0px 0px 10px 0px;
}
h2 {
margin:0px auto;
font-size: 1.1em;
line-height:180px;
}
p {
font-size:0.7em;
margin: 0px 10px;
}
footer {
margin: 20px 0 0 0;
}
header h1 {
font-size: 2.1em;
}
} | main.css | .bold {
font-weight: 1400;
text-decoration: underline;
}
body {
letter-spacing: 1px;
font-family: "appleFont", Arial;
background: url(img/bg.jpg) repeat center center fixed;
background-size: cover;
color: white;
background-color: black;
text-align: center;
/* text-rendering: optimizeLegibility; (this broked mobile formatting)
*/
}
h2 {
font-weight: 400 !important;
text-align: center;
vertical-align: middle;
margin:0px;
padding: 0px 0px;
line-height:220px;
}
p {
padding-bottom: 15px;
font-size:0.8em;
margin: 0px;
}
a {
color: white;
text-decoration: none;
}
img {
width: 7%;
height: 7%;
margin-top: -50px;
margin-left:50px;
}
header h1 {
padding: 40px;
font-size: 2.5em;
text-align: center;
margin: 0px;
}
nav {
position:relative;
display: block;
height: 100%;
margin:0 auto;
width:740px;
}
nav li {
cursor: pointer;
text-align: center;
font-size: 25pt;
margin: 20px;
display: inline-block;
list-style: none;
width: 320px;
height: 220px;
border: solid 1px white;
border-radius: 10px;
overflow: hidden;
white-space: nowrap;
}
footer {
display: block;
text-align: center;
font-size: 3em;
margin: 340px 0 0 0;
}
#error-footer {
margin-top: -2px;
}
footer li {
bottom:0px;
padding:0px 10px;
}
.closeButton {
display: block;
float: left;
position: absolute;
width:23px;
height:23px;
margin: 20px 0 0px 20px;
}
#work {
position:absolute;
left:0;
}
#projects {
position:absolute;
right:0;
}
.blur {
background: url(img/bgBlur.jpg) repeat fixed center center;
background-size: cover;
}
.expandedPosition {
margin: 490px 0px 10px 0px;
}
.expandedDimension {
width: 698px;
height: 345px;
padding: 0px 0px 50px 0px;
}
.emoticonHead {
font-size: 1.0em;
line-height: 1.5em;
}
#home {
width: 75%;
}
@font-face {
font-family: "appleFont";
src: url("HelveticaNeue-UltraLight.woff") format('woff');
text-rendering: optimizeLegibility;
}
@media all and (max-width: 765px) {
nav {
width:100%;
}
ul {
padding: 0px;
}
nav li {
margin: 20px;
width: 340px;
height: 180px;
display:block;
white-space: normal;
}
#projects {
position: relative;
margin: 20px auto;
}
#work {
position: relative;
margin: 20px auto;
}
.expandedDimension {
margin: 20px;
width: 88.5%;
height: 300px;
}
.expandedPosition {
margin: 0px 0px 10px 0px;
}
h2 {
margin:0px auto;
font-size: 1.1em;
line-height:180px;
}
p {
font-size:0.7em;
margin: 0px 10px;
}
footer {
margin: 20px 0 0 0;
}
header h1 {
font-size: 2.1em;
}
} | 0.403332 | 0.11304 |
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500);
html, body, body div, h1, h2, h3, h4, p, pre, em, img, b, i, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, {
margin: 0;
padding: 0;
border: 0;
font-size: 14px;
font-weight: normal;
vertical-align: baseline;
background: transparent;
font-size: 100%;
}
body {
background: #F5F5F5;
color: #000;
margin: 0px;
font-family: Ubuntu,serif;
font-size: 12px;
}
a:link, a:visited, a:hover, a:active {
text-decoration: none;
color: #D32F2F;
}
h1 {
font-size: 2.3em;
font-weight: bold;
color: #fafafa;
}
h1 a a:visited a:hover{
text-decoration: none;
color: red;
}
h2 {
color: #666666;
font-family: ubuntu;
font-weight: bold;
font-size: 3em;
}
label{
font-size: 1.3em;
}
.interact {
color: #335278;
font-size: 1.3em;
}
.displayemail {
color: #666;
font-size: .33em;
}
.right {
float: right;
}
::-webkit-input-placeholder {
font-size: 1.1em;
color: #d0cdfa;
text-align: center;
}
:-moz-placeholder { /* older Firefox*/
font-size:14px;
color: #d0cdfa;
text-align: center;
}
::-moz-placeholder { /* Firefox 19+ */
font-size: 14px;
color: #d0cdfa;
text-transform: none;
text-align: center;
font-weight: normal;
}
:-ms-input-placeholder {
font-size: 14px;
color: #d0cdfa;
text-transform: none;
text-align: center;
font-weight: normal;
}
select {
width: 100%; /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */
color: #1695AE;
font-weight: normal;
font-size: 1.3em;
line-height:1.4em;
padding: 6px; /* use this to set a specific height for your dropdown (DO NOT use the attribute 'height') */
border: none;
cursor: pointer;
text-indent: 0.01px;
text-align: center;
text-overflow: "";
-webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
-moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
-ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
appearance: none;
}
select option {
background: #fff; /* style the dropdown bg color */
}
input[type=text] {
background: #ffffff;
border: 0px none;
border-radius: 3px;
box-shadow: 0 0 3px #fff inset;
color: #000;
padding: 5px 10px;
outline: none;
width: 60%;
margin: auto;
font-weight: normal;
font-size: 1.8em;
}
.appheader{
background: #ffffff;
border: none;
border-color: #9E9E9E;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
border-bottom: .5px solid;
text-align: center;
color: #01579B;
}
.appbody{
padding: 8px font-weight: normal;
font-size 1.3:
}
.main{
color: #666666;
width: 100%;
max-width: 481px;
margin: auto;
background: #ffffff;
border-color: #eeeeee;
border: .5px solid;
text-align: center;
padding: 8px;
font-size: .75em;
}
.title {
color: #ffffff;
font-size: 3em;
text-decoration: none;
font-family: Ubuntu;
font-weight: bold;
border-bottom: 1px solid;
border-color: #cccccc;
padding: 8px;
}
input{
color:#000000;
}
.right{
float: right;
}
.btn-next{
background: #acf0f2;
color: #666;
}
.eyes{
color: #70B85D;
}
.btn-green{
background: #259b24;
color: #fff;
}
.upperright{
float: left;
}
.GetRandomWord{
font-size: 1.8em;
color: #EB7F00;
}
.notnotnot{
color: #168039;
}
.subject{
color: #225378;
}
.whitetext{
color: white;
}
.whitetext a a:visited a:hover{
color: white;
}
.isare {
border-bottom: none;
border-top: none;
color: #666;
padding: 0px;
font-size: 1.8em;
background: #fff;
}
.phenomenal{
float: none;
width: 30px;
height: 45px;
}
#getantonyms{
display: none;
} | www-example/public/style/hegel.css | @import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500);
html, body, body div, h1, h2, h3, h4, p, pre, em, img, b, i, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, {
margin: 0;
padding: 0;
border: 0;
font-size: 14px;
font-weight: normal;
vertical-align: baseline;
background: transparent;
font-size: 100%;
}
body {
background: #F5F5F5;
color: #000;
margin: 0px;
font-family: Ubuntu,serif;
font-size: 12px;
}
a:link, a:visited, a:hover, a:active {
text-decoration: none;
color: #D32F2F;
}
h1 {
font-size: 2.3em;
font-weight: bold;
color: #fafafa;
}
h1 a a:visited a:hover{
text-decoration: none;
color: red;
}
h2 {
color: #666666;
font-family: ubuntu;
font-weight: bold;
font-size: 3em;
}
label{
font-size: 1.3em;
}
.interact {
color: #335278;
font-size: 1.3em;
}
.displayemail {
color: #666;
font-size: .33em;
}
.right {
float: right;
}
::-webkit-input-placeholder {
font-size: 1.1em;
color: #d0cdfa;
text-align: center;
}
:-moz-placeholder { /* older Firefox*/
font-size:14px;
color: #d0cdfa;
text-align: center;
}
::-moz-placeholder { /* Firefox 19+ */
font-size: 14px;
color: #d0cdfa;
text-transform: none;
text-align: center;
font-weight: normal;
}
:-ms-input-placeholder {
font-size: 14px;
color: #d0cdfa;
text-transform: none;
text-align: center;
font-weight: normal;
}
select {
width: 100%; /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */
color: #1695AE;
font-weight: normal;
font-size: 1.3em;
line-height:1.4em;
padding: 6px; /* use this to set a specific height for your dropdown (DO NOT use the attribute 'height') */
border: none;
cursor: pointer;
text-indent: 0.01px;
text-align: center;
text-overflow: "";
-webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
-moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
-ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
appearance: none;
}
select option {
background: #fff; /* style the dropdown bg color */
}
input[type=text] {
background: #ffffff;
border: 0px none;
border-radius: 3px;
box-shadow: 0 0 3px #fff inset;
color: #000;
padding: 5px 10px;
outline: none;
width: 60%;
margin: auto;
font-weight: normal;
font-size: 1.8em;
}
.appheader{
background: #ffffff;
border: none;
border-color: #9E9E9E;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
border-bottom: .5px solid;
text-align: center;
color: #01579B;
}
.appbody{
padding: 8px font-weight: normal;
font-size 1.3:
}
.main{
color: #666666;
width: 100%;
max-width: 481px;
margin: auto;
background: #ffffff;
border-color: #eeeeee;
border: .5px solid;
text-align: center;
padding: 8px;
font-size: .75em;
}
.title {
color: #ffffff;
font-size: 3em;
text-decoration: none;
font-family: Ubuntu;
font-weight: bold;
border-bottom: 1px solid;
border-color: #cccccc;
padding: 8px;
}
input{
color:#000000;
}
.right{
float: right;
}
.btn-next{
background: #acf0f2;
color: #666;
}
.eyes{
color: #70B85D;
}
.btn-green{
background: #259b24;
color: #fff;
}
.upperright{
float: left;
}
.GetRandomWord{
font-size: 1.8em;
color: #EB7F00;
}
.notnotnot{
color: #168039;
}
.subject{
color: #225378;
}
.whitetext{
color: white;
}
.whitetext a a:visited a:hover{
color: white;
}
.isare {
border-bottom: none;
border-top: none;
color: #666;
padding: 0px;
font-size: 1.8em;
background: #fff;
}
.phenomenal{
float: none;
width: 30px;
height: 45px;
}
#getantonyms{
display: none;
} | 0.264548 | 0.086555 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
@media (max-width:885px) {
.mensaje{
font-size: 10px;
width: 20px;
height: 40px;
}
/* .hola{
width: 100px;
height: 1000px;
} */
/* .palabras{
width: 100%;
height: 100%;
}
.ey{
display: flex;
width: 100%;
height: 100%;
} */
}
body{
background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
justify-content: center;
align-items: center;
display: flex;
padding: 26px;
}
.hola{
background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
z-index: 90;
position: relative;
box-shadow: 0 0 30px 6px rgb(53, 46, 46) ;
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
width: 880px;
height: 604px;
}
header{
margin: 10px 0;
width: 100%;
height: 54px;
display:inline-flex;
position: relative;
}
.titulo{
margin: 0 10px;
display:inline-block;
width: 570px;
}
.titulo{
font-weight: bold;
color:rgb(243, 182, 67);
}
.palabras{
width: 400px;
height: 500px;
margin-right: 450px;
margin-top: 30px;
z-index: 99;
position: absolute;
/* background-color: black; */
}
.palabras .mensaje{
width: 100%;
height: 50%;
color: rgb(255, 255, 255);
text-shadow: 0px 7px 2px saddlebrown;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 26px;
padding:0 20px;
/* background-color: yellow; */
}
.palabras .mensaje h1{
margin: 30px 0;
text-align:left;
}
.palabras nav{
margin:60px 0;
/* background-color: green; */
height:100px;
width:100%;
display: inline-block;
position: absolute;
justify-content: center;
}
.palabras nav ul{
display:inline-flex;
/* background-color: red; */
padding: 0 50px;
margin:20px 0;
width:100%;
height:60px;
}
.palabras nav ul li{
display: inline-block;
/* background-color: yellow; */
padding:18px 30px;
}
.palabras nav ul li a{
text-decoration:none;
text-align: center;
padding: 4px 10px;
color: black;
border: solid 2px #330867;
border-radius: 15px;
font-size: 17px;
}
.palabras nav ul li a:hover{
background-color:#330867 ;
color: white;
transition: 0.8s;
}
#registrate{
background-color: #330867;
color: white;
}
#registrate:hover{
background-color: #1e053f;
color: white;
}
nav{
position: relative;
/* background-color: yellow; */
margin-right: 20px;
width: 270px;
}
nav ul{
list-style: none;
margin: 0 -10px;
width: 300px;
}
.normal li{
position: relative;
display: inline-block;
}
.normal li a{
color: black;
display: block;
font-size: 17px;
padding: 10px 16px;
text-decoration: none;
text-align: center;
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
background-color: transparent;
border-style: solid ;
border-color:#330867;
}
.normal li a:hover{
background-color:#330867;
color: white;
transition:0.5s;
}
/* Efecto */
/* main{
margin-right: 450px;
margin-top: -180px;
position: absolute;
background-color: yellow;
width:340px;
height: 200px;
} */
.imagenes{
z-index: 100;
position: absolute;
margin-top: 40px;
display: block;
margin-left: 420px;
width: 400px;
height: 500px;
}
.imagenes{
animation: movimiento 2.5s linear infinite;
}
.imagenes img{
width: 600px;
display: block;
}
.imagenes .img1{
position: absolute;
width: 100%;
height: 100%;
}
.imagenes .img1 img{
height: 100%;
width: 100%;
}
/* .imagenes .img2{
box-shadow: 0 8px 17px 1px rgb(93, 160, 137);
position: absolute;
width: 160px;
height: 180px;
margin-left: 240px;
}
.imagenes .img2 img{
height: 100%;
width: 100%;
}
.imagenes .img3 img{
height: 100%;
width: 100%;
}
.imagenes .img3{
box-shadow: 0 8px 17px 1px rgb(93, 160, 137);
margin-top: 320px;
position: absolute;
width: 160px;
height: 180px;
}
.imagenes .img4 img{
height: 100%;
width: 100%;
}
.imagenes .img4{
box-shadow: 0 8px 17px 1px rgb(93, 160, 137);
margin-top: 320px;
position: absolute;
width: 160px;
height: 180px;
margin-left: 240px;
}
.imagenes .img5 img{
height: 100%;
width: 100%;
}
.imagenes .img5{
box-shadow: 0 8px 17px 1px rgb(93, 160, 137);
margin: 200px 150px;
z-index: 100;
position: absolute;
width: 100px;
height: 100px;
} */
.burbuja{
border-radius: 50%;
background: #fff;
opacity: .3;
position: absolute;
bottom: -150;
animation: burbujas 3s linear infinite ;
}
.burbuja:nth-child(1){
width: 80px;
height: 80px;
left: 5%;
animation-duration: 3s;
animation-delay: 3s;
}
.burbuja:nth-child(2){
width: 100px;
height: 100px;
left: 35%;
animation-duration: 3s;
animation-delay: 5s;
}
.burbuja:nth-child(3){
width: 20px;
height: 20px;
left: 15%;
animation-duration: 1.5s;
animation-delay: 7s;
}
.burbuja:nth-child(4){
width: 50px;
height: 50px;
left: 90%;
animation-duration: 6s;
animation-delay: 3s;
}
.burbuja:nth-child(5){
width: 70px;
height: 70px;
left: 65%;
animation-duration: 3s;
animation-delay: 1s;
}
.burbuja:nth-child(6){
width: 20px;
height: 20px;
left: 50%;
animation-duration: 4s;
animation-delay: 5s;
}
.burbuja:nth-child(7){
width: 20px;
height: 20px;
left: 50%;
animation-duration: 4s;
animation-delay: 5s;
}
.burbuja:nth-child(8){
width: 100;
height: 100px;
left: 52%;
animation-duration: 5s;
animation-delay: 5s;
}
.burbuja:nth-child(9){
width: 65px;
height: 65px;
left: 51%;
animation-duration: 3s;
animation-delay: 2s;
}
.burbuja:nth-child(10){
width: 40px;
height: 40px;
left: 35%;
animation-duration: 3s;
animation-delay: 4s;
}
@keyframes burbujas{
0%{
bottom: 0;
opacity: 0;
}
30%{
transform: translateX(30px);
}
50%{
opacity: .4;
}
100%{
bottom: 100vh;
opacity: 0;
}
}
@keyframes movimiento{
0%{
transform: translateY(0);
}
50%{
transform: translateY(30px);
}
100%{
transform: translateY(0);
}
}
.whatsapp{
position: fixed;
width: 55px;
height: 55px;
line-height: 55px;
border-radius: 50px;
bottom: 30px;
right: 30px;
background-color: rgb(11, 190, 11);
color: white;
text-align: center;
font-size: 30px;
box-shadow: 0px 0px 12px 2px black;
z-index: 100;
}
.whatsapp:hover{
text-decoration: none;
color: rgb(11, 190, 11);
background-color: black;
} | index.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
@media (max-width:885px) {
.mensaje{
font-size: 10px;
width: 20px;
height: 40px;
}
/* .hola{
width: 100px;
height: 1000px;
} */
/* .palabras{
width: 100%;
height: 100%;
}
.ey{
display: flex;
width: 100%;
height: 100%;
} */
}
body{
background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
justify-content: center;
align-items: center;
display: flex;
padding: 26px;
}
.hola{
background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
z-index: 90;
position: relative;
box-shadow: 0 0 30px 6px rgb(53, 46, 46) ;
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
width: 880px;
height: 604px;
}
header{
margin: 10px 0;
width: 100%;
height: 54px;
display:inline-flex;
position: relative;
}
.titulo{
margin: 0 10px;
display:inline-block;
width: 570px;
}
.titulo{
font-weight: bold;
color:rgb(243, 182, 67);
}
.palabras{
width: 400px;
height: 500px;
margin-right: 450px;
margin-top: 30px;
z-index: 99;
position: absolute;
/* background-color: black; */
}
.palabras .mensaje{
width: 100%;
height: 50%;
color: rgb(255, 255, 255);
text-shadow: 0px 7px 2px saddlebrown;
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 26px;
padding:0 20px;
/* background-color: yellow; */
}
.palabras .mensaje h1{
margin: 30px 0;
text-align:left;
}
.palabras nav{
margin:60px 0;
/* background-color: green; */
height:100px;
width:100%;
display: inline-block;
position: absolute;
justify-content: center;
}
.palabras nav ul{
display:inline-flex;
/* background-color: red; */
padding: 0 50px;
margin:20px 0;
width:100%;
height:60px;
}
.palabras nav ul li{
display: inline-block;
/* background-color: yellow; */
padding:18px 30px;
}
.palabras nav ul li a{
text-decoration:none;
text-align: center;
padding: 4px 10px;
color: black;
border: solid 2px #330867;
border-radius: 15px;
font-size: 17px;
}
.palabras nav ul li a:hover{
background-color:#330867 ;
color: white;
transition: 0.8s;
}
#registrate{
background-color: #330867;
color: white;
}
#registrate:hover{
background-color: #1e053f;
color: white;
}
nav{
position: relative;
/* background-color: yellow; */
margin-right: 20px;
width: 270px;
}
nav ul{
list-style: none;
margin: 0 -10px;
width: 300px;
}
.normal li{
position: relative;
display: inline-block;
}
.normal li a{
color: black;
display: block;
font-size: 17px;
padding: 10px 16px;
text-decoration: none;
text-align: center;
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
background-color: transparent;
border-style: solid ;
border-color:#330867;
}
.normal li a:hover{
background-color:#330867;
color: white;
transition:0.5s;
}
/* Efecto */
/* main{
margin-right: 450px;
margin-top: -180px;
position: absolute;
background-color: yellow;
width:340px;
height: 200px;
} */
.imagenes{
z-index: 100;
position: absolute;
margin-top: 40px;
display: block;
margin-left: 420px;
width: 400px;
height: 500px;
}
.imagenes{
animation: movimiento 2.5s linear infinite;
}
.imagenes img{
width: 600px;
display: block;
}
.imagenes .img1{
position: absolute;
width: 100%;
height: 100%;
}
.imagenes .img1 img{
height: 100%;
width: 100%;
}
/* .imagenes .img2{
box-shadow: 0 8px 17px 1px rgb(93, 160, 137);
position: absolute;
width: 160px;
height: 180px;
margin-left: 240px;
}
.imagenes .img2 img{
height: 100%;
width: 100%;
}
.imagenes .img3 img{
height: 100%;
width: 100%;
}
.imagenes .img3{
box-shadow: 0 8px 17px 1px rgb(93, 160, 137);
margin-top: 320px;
position: absolute;
width: 160px;
height: 180px;
}
.imagenes .img4 img{
height: 100%;
width: 100%;
}
.imagenes .img4{
box-shadow: 0 8px 17px 1px rgb(93, 160, 137);
margin-top: 320px;
position: absolute;
width: 160px;
height: 180px;
margin-left: 240px;
}
.imagenes .img5 img{
height: 100%;
width: 100%;
}
.imagenes .img5{
box-shadow: 0 8px 17px 1px rgb(93, 160, 137);
margin: 200px 150px;
z-index: 100;
position: absolute;
width: 100px;
height: 100px;
} */
.burbuja{
border-radius: 50%;
background: #fff;
opacity: .3;
position: absolute;
bottom: -150;
animation: burbujas 3s linear infinite ;
}
.burbuja:nth-child(1){
width: 80px;
height: 80px;
left: 5%;
animation-duration: 3s;
animation-delay: 3s;
}
.burbuja:nth-child(2){
width: 100px;
height: 100px;
left: 35%;
animation-duration: 3s;
animation-delay: 5s;
}
.burbuja:nth-child(3){
width: 20px;
height: 20px;
left: 15%;
animation-duration: 1.5s;
animation-delay: 7s;
}
.burbuja:nth-child(4){
width: 50px;
height: 50px;
left: 90%;
animation-duration: 6s;
animation-delay: 3s;
}
.burbuja:nth-child(5){
width: 70px;
height: 70px;
left: 65%;
animation-duration: 3s;
animation-delay: 1s;
}
.burbuja:nth-child(6){
width: 20px;
height: 20px;
left: 50%;
animation-duration: 4s;
animation-delay: 5s;
}
.burbuja:nth-child(7){
width: 20px;
height: 20px;
left: 50%;
animation-duration: 4s;
animation-delay: 5s;
}
.burbuja:nth-child(8){
width: 100;
height: 100px;
left: 52%;
animation-duration: 5s;
animation-delay: 5s;
}
.burbuja:nth-child(9){
width: 65px;
height: 65px;
left: 51%;
animation-duration: 3s;
animation-delay: 2s;
}
.burbuja:nth-child(10){
width: 40px;
height: 40px;
left: 35%;
animation-duration: 3s;
animation-delay: 4s;
}
@keyframes burbujas{
0%{
bottom: 0;
opacity: 0;
}
30%{
transform: translateX(30px);
}
50%{
opacity: .4;
}
100%{
bottom: 100vh;
opacity: 0;
}
}
@keyframes movimiento{
0%{
transform: translateY(0);
}
50%{
transform: translateY(30px);
}
100%{
transform: translateY(0);
}
}
.whatsapp{
position: fixed;
width: 55px;
height: 55px;
line-height: 55px;
border-radius: 50px;
bottom: 30px;
right: 30px;
background-color: rgb(11, 190, 11);
color: white;
text-align: center;
font-size: 30px;
box-shadow: 0px 0px 12px 2px black;
z-index: 100;
}
.whatsapp:hover{
text-decoration: none;
color: rgb(11, 190, 11);
background-color: black;
} | 0.381104 | 0.047294 |
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
margin: 0;
}
body, button {
font-family: "Cabin", sans-serif;
}
#BWMasterDetail_Master,
#BWMasterDetail_Detail {
position: fixed;
top: 0;
height: 100vh;
background-color: #F5EFF9;
overflow-y: scroll;
}
#BWMasterDetail_Master {
width: 300px;
left: 0;
}
#BWMasterDetail_Master h1 {
padding-left: 1rem;
padding-top: 1rem;
padding-bottom: 1rem;
margin: 0;
border-bottom: 1px solid lightgray;
}
#BWMasterDetail_Detail {
left: 300px;
width: calc(100vw - 300px);
border-left: 1px solid lightgray;
}
/* Only on Mobile */
@media only screen and (max-width: 600px) {
#BWMasterDetail_Master,
#BWMasterDetail_Detail {
width: 100vw;
}
#BWMasterDetail_Master {
z-index: 5;
}
#BWMasterDetail_Detail {
z-index: 10;
left: 0;
}
}
/* Only on Desktop */
@media only screen and (min-width: 600px) {
.BWMasterDetail_MasterItem.is-active {
background-color: #6750A4;
color: white;
}
}
/* Menu Items */
.BWMasterDetail_MasterItem {
display: block;
width: 100%;
background-color: white;
border-top: 0;
border-bottom: 1px solid lightgray;
border-left: 0;
border-right: 0;
padding: 1rem;
text-align: left;
font-size: 1.1rem;
}
.BWMasterDetail_MasterItem:hover {
background-color: #6750A4;
color: white;
cursor: pointer;
}
.MenuItemRarr {
float: right;
width: auto;
}
/* Only on Desktop */
@media only screen and (min-width: 600px) {
.MenuItemRarr {
display: none;
}
}
#DetailToolbar {
background-color: #a48ce6;
color: white;
padding: 0.5rem;
}
#DetailContent {
max-width: 600px;
margin: 0 auto;
padding: 1rem;
}
.DetailBlock {
background-color: white;
padding: 1rem;
border-radius: 1rem;
line-height: 1.5rem;
}
#CurrentItemHeading {
margin-top: 0;
margin-bottom: 0;
margin-left: 1rem;
font-size: 1.2rem;
display: inline-block;
}
/* Only on Desktop */
@media only screen and (min-width: 600px) {
#BackButton {
display: none;
}
}
#BackButton {
border-radius: 0.5rem;
border: none;
border: 1px solid white;
color: white;
padding: 0.5rem;
font-size: 0.8rem;
letter-spacing: 0.1rem;
background: none;
}
#BackButton:hover {
background-color: rgba(255, 255, 255, 0.5);
cursor: pointer;
} | components/BWMasterDetail.css | @import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
margin: 0;
}
body, button {
font-family: "Cabin", sans-serif;
}
#BWMasterDetail_Master,
#BWMasterDetail_Detail {
position: fixed;
top: 0;
height: 100vh;
background-color: #F5EFF9;
overflow-y: scroll;
}
#BWMasterDetail_Master {
width: 300px;
left: 0;
}
#BWMasterDetail_Master h1 {
padding-left: 1rem;
padding-top: 1rem;
padding-bottom: 1rem;
margin: 0;
border-bottom: 1px solid lightgray;
}
#BWMasterDetail_Detail {
left: 300px;
width: calc(100vw - 300px);
border-left: 1px solid lightgray;
}
/* Only on Mobile */
@media only screen and (max-width: 600px) {
#BWMasterDetail_Master,
#BWMasterDetail_Detail {
width: 100vw;
}
#BWMasterDetail_Master {
z-index: 5;
}
#BWMasterDetail_Detail {
z-index: 10;
left: 0;
}
}
/* Only on Desktop */
@media only screen and (min-width: 600px) {
.BWMasterDetail_MasterItem.is-active {
background-color: #6750A4;
color: white;
}
}
/* Menu Items */
.BWMasterDetail_MasterItem {
display: block;
width: 100%;
background-color: white;
border-top: 0;
border-bottom: 1px solid lightgray;
border-left: 0;
border-right: 0;
padding: 1rem;
text-align: left;
font-size: 1.1rem;
}
.BWMasterDetail_MasterItem:hover {
background-color: #6750A4;
color: white;
cursor: pointer;
}
.MenuItemRarr {
float: right;
width: auto;
}
/* Only on Desktop */
@media only screen and (min-width: 600px) {
.MenuItemRarr {
display: none;
}
}
#DetailToolbar {
background-color: #a48ce6;
color: white;
padding: 0.5rem;
}
#DetailContent {
max-width: 600px;
margin: 0 auto;
padding: 1rem;
}
.DetailBlock {
background-color: white;
padding: 1rem;
border-radius: 1rem;
line-height: 1.5rem;
}
#CurrentItemHeading {
margin-top: 0;
margin-bottom: 0;
margin-left: 1rem;
font-size: 1.2rem;
display: inline-block;
}
/* Only on Desktop */
@media only screen and (min-width: 600px) {
#BackButton {
display: none;
}
}
#BackButton {
border-radius: 0.5rem;
border: none;
border: 1px solid white;
color: white;
padding: 0.5rem;
font-size: 0.8rem;
letter-spacing: 0.1rem;
background: none;
}
#BackButton:hover {
background-color: rgba(255, 255, 255, 0.5);
cursor: pointer;
} | 0.375363 | 0.085061 |
.about-style1-area {
position: relative;
display: block;
background: #f3f3f4;
padding: 120px 0 90px;
}
.about-style1_image-box {
position: relative;
display: block;
max-width: 570px;
width: 100%;
}
.about-style1_image-box .shape {
position: absolute;
top: -40px;
right: -100px;
}
.about-style1_image-box .image-box {
position: relative;
display: block;
float: left;
}
.about-style1_image-box .image-box.right {
margin-left: 30px;
}
.about-style1_image-box .image-box .single-box {
position: relative;
display: block;
padding-bottom: 30px;
}
.about-style1_image-box .image-box .single-box .inner {
position: relative;
display: block;
overflow: hidden;
border-radius: 7px;
}
.about-style1_image-box .image-box .single-box .inner::before {
position: absolute;
top: 50%;
left: 50%;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255, 255, 255, .2);
border-radius: 50%;
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
opacity: 0;
z-index: 10;
}
.about-style1_image-box .image-box .single-box:hover .inner::before {
-webkit-animation: circle .95s;
animation: circle .95s;
}
.about-style1_image-box .image-box .single-box .inner img {
width: 100%;
}
.about-style1_image-box .image-box .single-box:hover .inner img {
transform: scale(1.2) rotate(1deg);
}
.about-style1_image-box .image-box .image-box2 {
padding-right: 100px;
}
.about-style1_image-box .inner-caption {
position: absolute;
top: 0;
right: 10px;
transform: rotate(90deg);
transform-origin: right;
margin: 196px 0 0;
}
.about-style1_image-box .inner-caption h3 {
color: #1f2026 font-size: 32px;
font-weight: 700;
text-transform: uppercase;
}
.xoven-video-galler-1 {
position: relative;
display: block;
width: 105px;
height: 105px;
background: var(--thm-base);
border-radius: 8px;
color: var(--thm-black);
font-size: 40px;
line-height: 100px;
text-align: center;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.xoven-video-galler-1:hover {
color: #ffffff;
}
.xoven-video-galler-1 span:before {
position: relative;
display: inline-block;
line-height: 105px;
}
.about-style1_content-box {
position: relative;
display: block;
padding-top: 62px;
padding-left: 100px;
}
.about-style1_content-box h2 {
font-size: 32px;
line-height: 40px;
font-weight: 700;
margin: 0 0 37px;
}
.about-style1_content-box h3 {
font-size: 18px;
line-height: 28px;
font-weight: 500;
margin: 0 0 37px;
}
.about-style1_content-box .text {
position: relative;
display: block;
}
.about-style1_bottom-box {
position: relative;
display: flex;
align-items: center;
padding-top: 46px;
}
.about-style1-user-box {
position: relative;
display: flex;
}
.about-style1-user-box .single-box {
position: relative;
display: block;
width: 50px;
height: 50px;
overflow: hidden;
border-radius: 50%;
}
.about-style1-user-box .single-box.two {
margin-left: -35px;
}
.about-style1-user-box .single-box.three {
margin-left: -35px;
}
.about-style1-user-box .single-box.four {
margin-left: -35px;
}
.about-style1-user-box .single-box.five {
margin-left: -35px;
}
.about-style1-user-box .single-box img {
width: 100%;
border-radius: 50%;
}
.about-style1_user-name {
position: relative;
display: block;
padding-left: 20px;
}
.about-style1_user-name h3 {
font-size: 18px;
line-height: 20px;
margin: 0 0 8px;
}
.about-style1_user-name p {
color: #777777;
font-size: 14px;
line-height: 16px;
font-weight: 700;
text-transform: uppercase;
margin: 0;
font-family: var(--thm-oswald-font)
}
/***
=============================================
About Style2 Area Css
=============================================
***/
.about-style2-area {
position: relative;
display: block;
background: #f3f3f4;
padding: 120px 0 90px;
}
.about-style2_image-box .image-box {
margin-left: -375px;
}
.about-style2_image-box .xoven-video-galler-1 {
float: right;
margin-right: 65px;
}
.about-style2_image-box .image-box {
position: relative;
}
.about-style2_image-box .xoven-video-galler-pr {
margin: auto;
position: absolute;
left: 0;
right: 0;
top: 0;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
padding: 7%;
justify-content: flex-start;
font-size: 25px;
bottom: 0;
}
.about-style2_image-box .xoven-video-galler-1 {
float: unset;
margin: 0;
margin-top: 12px;
}
@media (max-width: 767px) {
.image-box2,
.image-box3 {
display: none !important;
}
} | public/main/assets/css/module-css/about-section.css | .about-style1-area {
position: relative;
display: block;
background: #f3f3f4;
padding: 120px 0 90px;
}
.about-style1_image-box {
position: relative;
display: block;
max-width: 570px;
width: 100%;
}
.about-style1_image-box .shape {
position: absolute;
top: -40px;
right: -100px;
}
.about-style1_image-box .image-box {
position: relative;
display: block;
float: left;
}
.about-style1_image-box .image-box.right {
margin-left: 30px;
}
.about-style1_image-box .image-box .single-box {
position: relative;
display: block;
padding-bottom: 30px;
}
.about-style1_image-box .image-box .single-box .inner {
position: relative;
display: block;
overflow: hidden;
border-radius: 7px;
}
.about-style1_image-box .image-box .single-box .inner::before {
position: absolute;
top: 50%;
left: 50%;
display: block;
content: '';
width: 0;
height: 0;
background: rgba(255, 255, 255, .2);
border-radius: 50%;
-webkit-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
opacity: 0;
z-index: 10;
}
.about-style1_image-box .image-box .single-box:hover .inner::before {
-webkit-animation: circle .95s;
animation: circle .95s;
}
.about-style1_image-box .image-box .single-box .inner img {
width: 100%;
}
.about-style1_image-box .image-box .single-box:hover .inner img {
transform: scale(1.2) rotate(1deg);
}
.about-style1_image-box .image-box .image-box2 {
padding-right: 100px;
}
.about-style1_image-box .inner-caption {
position: absolute;
top: 0;
right: 10px;
transform: rotate(90deg);
transform-origin: right;
margin: 196px 0 0;
}
.about-style1_image-box .inner-caption h3 {
color: #1f2026 font-size: 32px;
font-weight: 700;
text-transform: uppercase;
}
.xoven-video-galler-1 {
position: relative;
display: block;
width: 105px;
height: 105px;
background: var(--thm-base);
border-radius: 8px;
color: var(--thm-black);
font-size: 40px;
line-height: 100px;
text-align: center;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.xoven-video-galler-1:hover {
color: #ffffff;
}
.xoven-video-galler-1 span:before {
position: relative;
display: inline-block;
line-height: 105px;
}
.about-style1_content-box {
position: relative;
display: block;
padding-top: 62px;
padding-left: 100px;
}
.about-style1_content-box h2 {
font-size: 32px;
line-height: 40px;
font-weight: 700;
margin: 0 0 37px;
}
.about-style1_content-box h3 {
font-size: 18px;
line-height: 28px;
font-weight: 500;
margin: 0 0 37px;
}
.about-style1_content-box .text {
position: relative;
display: block;
}
.about-style1_bottom-box {
position: relative;
display: flex;
align-items: center;
padding-top: 46px;
}
.about-style1-user-box {
position: relative;
display: flex;
}
.about-style1-user-box .single-box {
position: relative;
display: block;
width: 50px;
height: 50px;
overflow: hidden;
border-radius: 50%;
}
.about-style1-user-box .single-box.two {
margin-left: -35px;
}
.about-style1-user-box .single-box.three {
margin-left: -35px;
}
.about-style1-user-box .single-box.four {
margin-left: -35px;
}
.about-style1-user-box .single-box.five {
margin-left: -35px;
}
.about-style1-user-box .single-box img {
width: 100%;
border-radius: 50%;
}
.about-style1_user-name {
position: relative;
display: block;
padding-left: 20px;
}
.about-style1_user-name h3 {
font-size: 18px;
line-height: 20px;
margin: 0 0 8px;
}
.about-style1_user-name p {
color: #777777;
font-size: 14px;
line-height: 16px;
font-weight: 700;
text-transform: uppercase;
margin: 0;
font-family: var(--thm-oswald-font)
}
/***
=============================================
About Style2 Area Css
=============================================
***/
.about-style2-area {
position: relative;
display: block;
background: #f3f3f4;
padding: 120px 0 90px;
}
.about-style2_image-box .image-box {
margin-left: -375px;
}
.about-style2_image-box .xoven-video-galler-1 {
float: right;
margin-right: 65px;
}
.about-style2_image-box .image-box {
position: relative;
}
.about-style2_image-box .xoven-video-galler-pr {
margin: auto;
position: absolute;
left: 0;
right: 0;
top: 0;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
padding: 7%;
justify-content: flex-start;
font-size: 25px;
bottom: 0;
}
.about-style2_image-box .xoven-video-galler-1 {
float: unset;
margin: 0;
margin-top: 12px;
}
@media (max-width: 767px) {
.image-box2,
.image-box3 {
display: none !important;
}
} | 0.436382 | 0.109753 |
body, html {
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
input {
border-radius: 0 !important;
}
#toTop {
width: 50px;
position: fixed;
right: 80px;
bottom: 80px;
cursor: pointer;
text-align: center;
border-radius: 100px;
border: 1px solid #be1b15;
background-color: #fff;
display: none;
}
#toTop span {
padding-top: 12px;
padding-bottom: 15px;
color: #be1b15;
font-size: 18px;
}
.navbar-default {
margin-bottom: 0;
border: none;
border-bottom: 3px solid #be1b15;
}
.navbar-default .navbar-nav li.active a {
background-color: #be1b15;
color: #fff;
}
.navbar-default .navbar-nav li a {
padding: 29px 10px 29px 10px;
font-family: 'Teko', sans-serif;
font-weight: 500;
font-size: 30px;
color: #000;
}
.navbar-header {
height: auto;
}
.navbar-header .navbar-brand {
height: auto;
padding: 10px 30px 10px 30px;
background-color: #be1b15 !important;
color: #fff !important;
font-family: 'Teko', sans-serif;
font-size: 30px;
font-weight: bold;
text-transform: uppercase;
margin-right: 60px;
}
@media (max-width: 767px) {
.navbar-header .navbar-brand {
width: 100%;
padding: 10px;
font-size: 24px;
text-align: center;
}
.navbar-header .navbar-brand img {
margin-right: 10px !important;
}
}
.navbar-header .navbar-brand img {
display: inline-block;
width: 60px;
margin-right: 50px;
}
.jumbotron {
padding: 0;
background-color: #000;
margin-bottom: 0;
position: relative;
}
.jumbotron a {
width: 100%;
position: relative;
height: 100%;
float: left;
}
.jumbotron .desafio {
position: absolute;
right: 120px;
margin-top: 120px;
}
@media (max-width: 767px) {
.jumbotron .desafio {
position: relative;
right: initial;
margin: 10px auto;
width: 75%;
display: block;
}
}
.jumbotron#parallax-effect {
display: block;
height: 500px;
background-image: url(../images/banner.png);
background-attachment: fixed;
background-position: center 82px;
background-repeat: no-repeat;
}
@media (max-width: 767px) {
.jumbotron#parallax-effect {
height: 200px;
background-color: #000;
background-image: none;
}
}
h1.title {
font-family: 'Teko', sans-serif;
font-size: 5rem;
font-weight: 300;
color: #000;
text-transform: uppercase;
margin-bottom: 25px;
}
.btn-jogar {
background-color: #be1b15;
color: #fff;
font-family: 'Teko', sans-serif;
font-weight: 300;
font-size: 60px;
border-radius: 0;
border: 1px solid #fff;
display: inline-block;
margin-top: -80px;
padding: 2px 30px;
}
@media (max-width: 767px) {
.btn-jogar {
margin-top: 10px;
}
}
.btn-jogar.inverse {
color: #000;
background-color: #fff;
border: 1px solid #be1b15;
}
.liga {
height: 450px;
background-attachment: fixed;
background-image: url(../images/fundo_liga.png);
background-size: cover;
padding-top: 80px;
}
@media (max-width: 767px) {
.liga {
padding-top: 40px;
height: auto;
}
}
.liga p {
font-family: 'SinkinSans-400Regular', sans-serif;
font-size: 1.5rem;
color: #323232;
text-align: center;
}
.formato {
min-height: 650px;
background-attachment: fixed;
background-image: url(../images/img-fundo-formato.png);
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px) {
.formato {
padding-top: 40px;
height: auto;
}
}
.formato .title {
color: #fff;
}
.formato img {
margin: 0 auto;
}
.formato p {
font-family: 'SinkinSans-400Regular', sans-serif;
font-size: 1.5rem;
color: #cfcfcf;
text-align: center;
}
.proposta {
min-height: 650px;
background-attachment: fixed;
background-image: url(../images/img-fundo-proposta.png);
background-size: cover;
background-position: -110px 0;
padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px) {
.proposta {
padding-top: 40px;
height: auto;
}
}
.proposta .title {
color: #fff;
}
.proposta ul {
margin-top: 50px;
}
.proposta ul li {
font-family: 'SinkinSans-400Regular', sans-serif;
font-size: 1.5rem;
color: #000;
margin-bottom: 20px;
}
.proposta ul li span {
color: #fff;
}
.proposta .btn-jogar {
margin-top: 45%;
}
.patrocinador {
min-height: 650px;
background-attachment: fixed;
background-image: url(../images/img-fundo-patrocinador.png);
background-size: cover;
background-position: 0px 0;
padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px) {
.patrocinador {
padding-top: 40px;
height: auto;
}
}
.patrocinador .title {
color: #fff;
}
.patrocinador p {
color: #cfcfcf;
}
.patrocinador .media .media-left {
font-size: 120px;
font-family: 'Teko', sans-serif;
font-weight: bold;
vertical-align: middle;
line-height: 70px;
margin-bottom: 0;
padding-top: 28px;
}
@media (max-width: 767px) {
.patrocinador .media .media-left {
font-size: 80px;
}
}
.patrocinador .media .media-left p {
color: #fff !important;
}
.patrocinador .media .media-body {
line-height: 15px;
padding-bottom: 0;
vertical-align: middle;
}
.patrocinador .media .media-body .media-heading {
font-family: 'Teko', sans-serif;
font-weight: bold;
color: #fff;
font-size: 38px;
}
@media (max-width: 767px) {
.patrocinador .media .media-body .media-heading {
font-size: 34px;
margin-top: 12px;
}
}
.patrocinador .media .media-body p {
font-family: 'Teko', sans-serif;
font-weight: 300;
color: #fff !important;
font-size: 40px;
}
@media (max-width: 767px) {
.patrocinador .media .media-body p {
font-size: 24px;
}
}
.patrocinador .btn-jogar {
margin-top: 45%;
}
.contato {
min-height: 650px;
background-attachment: fixed;
background-image: url(../images/img-fundo-contato.png);
background-size: cover;
background-position: 0 0;
padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px) {
.contato {
padding-top: 40px;
height: auto;
}
}
.contato .title {
color: #fff;
}
.contato .btn-enviar {
background-color: #000;
border: 1px solid #fff;
color: #fff;
border-radius: 0;
padding: 6px 22px;
}
.contato .btn-enviar:hover, .contato .btn-enviar:active, .contato .btn-enviar:active:hover, .contato .btn-enviar:focus:hover {
background-color: #fff;
border: 1px solid #000;
color: #000;
}
.contato textarea {
resize: none;
}
.ficha {
min-height: 650px;
background-attachment: fixed;
background-image: url(../images/img-fundo-ficha.png);
background-size: cover;
background-position: 0 0;
padding-top: 50px;
padding-bottom: 50px;
}
.ficha .title {
color: #fff;
}
.ficha p {
color: #fff;
}
.ficha .form {
margin-top: 40px;
}
.categorias {
min-height: 450px;
background-attachment: fixed;
background-image: url(../images/fundo_liga.png);
background-size: cover;
background-position: 0 0;
padding-top: 50px;
padding-bottom: 50px;
}
.categorias .title {
color: #000;
}
.categorias p {
font-family: 'Teko', sans-serif;
font-size: 2.5rem;
color: #000;
}
.categorias .form {
margin-top: 40px;
}
.categorias .form .checkbox {
text-align: center;
font-family: 'SinkinSans-400Regular', sans-serif;
font-size: 1.2rem;
color: #000;
margin-bottom: 35px;
}
.categorias .form input[type="checkbox"] {
border: 1px solid #000;
}
::-webkit-input-placeholder {
color: #000 !important;
text-align: center;
font-family: 'Teko', sans-serif;
font-size: 18px;
}
:-moz-placeholder {
/* Firefox 18- */
color: #000 !important;
text-align: center;
font-family: 'Teko', sans-serif;
font-size: 18px;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #000 !important;
text-align: center;
font-family: 'Teko', sans-serif;
font-size: 18px;
}
:-ms-input-placeholder {
color: #000 !important;
text-align: center;
font-family: 'Teko', sans-serif;
font-size: 18px;
}
.naoCep {
color: #fff !important;
text-decoration: none !important;
}
.inscricao {
min-height: 450px;
background-attachment: fixed;
background-image: url(../images/img-fundo-categorias.png);
background-size: cover;
background-position: 0 0;
padding-top: 50px;
padding-bottom: 50px;
}
.inscricao input[type="checkbox"] + span {
color: #fff;
}
.inscricao .btn-enviar {
background-color: #000;
color: #fff;
border: 1px solid #fff;
padding: 12px 30px;
border-radius: 0;
}
footer {
background-image: url(../images/img-fundo-footer.png);
background-attachment: fixed;
height: 150px;
padding-top: 75px;
}
footer .logo-footer {
width: 80px;
vertical-align: middle;
display: inline-block;
margin-left: 10px;
} | public/css/style.css | body, html {
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
input {
border-radius: 0 !important;
}
#toTop {
width: 50px;
position: fixed;
right: 80px;
bottom: 80px;
cursor: pointer;
text-align: center;
border-radius: 100px;
border: 1px solid #be1b15;
background-color: #fff;
display: none;
}
#toTop span {
padding-top: 12px;
padding-bottom: 15px;
color: #be1b15;
font-size: 18px;
}
.navbar-default {
margin-bottom: 0;
border: none;
border-bottom: 3px solid #be1b15;
}
.navbar-default .navbar-nav li.active a {
background-color: #be1b15;
color: #fff;
}
.navbar-default .navbar-nav li a {
padding: 29px 10px 29px 10px;
font-family: 'Teko', sans-serif;
font-weight: 500;
font-size: 30px;
color: #000;
}
.navbar-header {
height: auto;
}
.navbar-header .navbar-brand {
height: auto;
padding: 10px 30px 10px 30px;
background-color: #be1b15 !important;
color: #fff !important;
font-family: 'Teko', sans-serif;
font-size: 30px;
font-weight: bold;
text-transform: uppercase;
margin-right: 60px;
}
@media (max-width: 767px) {
.navbar-header .navbar-brand {
width: 100%;
padding: 10px;
font-size: 24px;
text-align: center;
}
.navbar-header .navbar-brand img {
margin-right: 10px !important;
}
}
.navbar-header .navbar-brand img {
display: inline-block;
width: 60px;
margin-right: 50px;
}
.jumbotron {
padding: 0;
background-color: #000;
margin-bottom: 0;
position: relative;
}
.jumbotron a {
width: 100%;
position: relative;
height: 100%;
float: left;
}
.jumbotron .desafio {
position: absolute;
right: 120px;
margin-top: 120px;
}
@media (max-width: 767px) {
.jumbotron .desafio {
position: relative;
right: initial;
margin: 10px auto;
width: 75%;
display: block;
}
}
.jumbotron#parallax-effect {
display: block;
height: 500px;
background-image: url(../images/banner.png);
background-attachment: fixed;
background-position: center 82px;
background-repeat: no-repeat;
}
@media (max-width: 767px) {
.jumbotron#parallax-effect {
height: 200px;
background-color: #000;
background-image: none;
}
}
h1.title {
font-family: 'Teko', sans-serif;
font-size: 5rem;
font-weight: 300;
color: #000;
text-transform: uppercase;
margin-bottom: 25px;
}
.btn-jogar {
background-color: #be1b15;
color: #fff;
font-family: 'Teko', sans-serif;
font-weight: 300;
font-size: 60px;
border-radius: 0;
border: 1px solid #fff;
display: inline-block;
margin-top: -80px;
padding: 2px 30px;
}
@media (max-width: 767px) {
.btn-jogar {
margin-top: 10px;
}
}
.btn-jogar.inverse {
color: #000;
background-color: #fff;
border: 1px solid #be1b15;
}
.liga {
height: 450px;
background-attachment: fixed;
background-image: url(../images/fundo_liga.png);
background-size: cover;
padding-top: 80px;
}
@media (max-width: 767px) {
.liga {
padding-top: 40px;
height: auto;
}
}
.liga p {
font-family: 'SinkinSans-400Regular', sans-serif;
font-size: 1.5rem;
color: #323232;
text-align: center;
}
.formato {
min-height: 650px;
background-attachment: fixed;
background-image: url(../images/img-fundo-formato.png);
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px) {
.formato {
padding-top: 40px;
height: auto;
}
}
.formato .title {
color: #fff;
}
.formato img {
margin: 0 auto;
}
.formato p {
font-family: 'SinkinSans-400Regular', sans-serif;
font-size: 1.5rem;
color: #cfcfcf;
text-align: center;
}
.proposta {
min-height: 650px;
background-attachment: fixed;
background-image: url(../images/img-fundo-proposta.png);
background-size: cover;
background-position: -110px 0;
padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px) {
.proposta {
padding-top: 40px;
height: auto;
}
}
.proposta .title {
color: #fff;
}
.proposta ul {
margin-top: 50px;
}
.proposta ul li {
font-family: 'SinkinSans-400Regular', sans-serif;
font-size: 1.5rem;
color: #000;
margin-bottom: 20px;
}
.proposta ul li span {
color: #fff;
}
.proposta .btn-jogar {
margin-top: 45%;
}
.patrocinador {
min-height: 650px;
background-attachment: fixed;
background-image: url(../images/img-fundo-patrocinador.png);
background-size: cover;
background-position: 0px 0;
padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px) {
.patrocinador {
padding-top: 40px;
height: auto;
}
}
.patrocinador .title {
color: #fff;
}
.patrocinador p {
color: #cfcfcf;
}
.patrocinador .media .media-left {
font-size: 120px;
font-family: 'Teko', sans-serif;
font-weight: bold;
vertical-align: middle;
line-height: 70px;
margin-bottom: 0;
padding-top: 28px;
}
@media (max-width: 767px) {
.patrocinador .media .media-left {
font-size: 80px;
}
}
.patrocinador .media .media-left p {
color: #fff !important;
}
.patrocinador .media .media-body {
line-height: 15px;
padding-bottom: 0;
vertical-align: middle;
}
.patrocinador .media .media-body .media-heading {
font-family: 'Teko', sans-serif;
font-weight: bold;
color: #fff;
font-size: 38px;
}
@media (max-width: 767px) {
.patrocinador .media .media-body .media-heading {
font-size: 34px;
margin-top: 12px;
}
}
.patrocinador .media .media-body p {
font-family: 'Teko', sans-serif;
font-weight: 300;
color: #fff !important;
font-size: 40px;
}
@media (max-width: 767px) {
.patrocinador .media .media-body p {
font-size: 24px;
}
}
.patrocinador .btn-jogar {
margin-top: 45%;
}
.contato {
min-height: 650px;
background-attachment: fixed;
background-image: url(../images/img-fundo-contato.png);
background-size: cover;
background-position: 0 0;
padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px) {
.contato {
padding-top: 40px;
height: auto;
}
}
.contato .title {
color: #fff;
}
.contato .btn-enviar {
background-color: #000;
border: 1px solid #fff;
color: #fff;
border-radius: 0;
padding: 6px 22px;
}
.contato .btn-enviar:hover, .contato .btn-enviar:active, .contato .btn-enviar:active:hover, .contato .btn-enviar:focus:hover {
background-color: #fff;
border: 1px solid #000;
color: #000;
}
.contato textarea {
resize: none;
}
.ficha {
min-height: 650px;
background-attachment: fixed;
background-image: url(../images/img-fundo-ficha.png);
background-size: cover;
background-position: 0 0;
padding-top: 50px;
padding-bottom: 50px;
}
.ficha .title {
color: #fff;
}
.ficha p {
color: #fff;
}
.ficha .form {
margin-top: 40px;
}
.categorias {
min-height: 450px;
background-attachment: fixed;
background-image: url(../images/fundo_liga.png);
background-size: cover;
background-position: 0 0;
padding-top: 50px;
padding-bottom: 50px;
}
.categorias .title {
color: #000;
}
.categorias p {
font-family: 'Teko', sans-serif;
font-size: 2.5rem;
color: #000;
}
.categorias .form {
margin-top: 40px;
}
.categorias .form .checkbox {
text-align: center;
font-family: 'SinkinSans-400Regular', sans-serif;
font-size: 1.2rem;
color: #000;
margin-bottom: 35px;
}
.categorias .form input[type="checkbox"] {
border: 1px solid #000;
}
::-webkit-input-placeholder {
color: #000 !important;
text-align: center;
font-family: 'Teko', sans-serif;
font-size: 18px;
}
:-moz-placeholder {
/* Firefox 18- */
color: #000 !important;
text-align: center;
font-family: 'Teko', sans-serif;
font-size: 18px;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #000 !important;
text-align: center;
font-family: 'Teko', sans-serif;
font-size: 18px;
}
:-ms-input-placeholder {
color: #000 !important;
text-align: center;
font-family: 'Teko', sans-serif;
font-size: 18px;
}
.naoCep {
color: #fff !important;
text-decoration: none !important;
}
.inscricao {
min-height: 450px;
background-attachment: fixed;
background-image: url(../images/img-fundo-categorias.png);
background-size: cover;
background-position: 0 0;
padding-top: 50px;
padding-bottom: 50px;
}
.inscricao input[type="checkbox"] + span {
color: #fff;
}
.inscricao .btn-enviar {
background-color: #000;
color: #fff;
border: 1px solid #fff;
padding: 12px 30px;
border-radius: 0;
}
footer {
background-image: url(../images/img-fundo-footer.png);
background-attachment: fixed;
height: 150px;
padding-top: 75px;
}
footer .logo-footer {
width: 80px;
vertical-align: middle;
display: inline-block;
margin-left: 10px;
} | 0.353763 | 0.078395 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
font-family: sans-serif;
padding: 0;
padding-top: 65px;
margin: 0;
background-color: #ffffff;
/* background-image: linear-gradient(
to bottom right,
rgb(228, 228, 228),
rgb(255, 255, 255)
); */
}
a {
text-decoration: none;
}
label {
display: block;
}
nav a {
display: inline-block;
margin: 1em;
}
form div {
margin: 1em;
display: inline-block;
}
.marker {
object-fit: fill;
/* object-position: 100px 50%; */
}
.nav-container {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #337a8c;
height: 75px;
position: fixed;
top: 0;
width: 100%;
overflow: hidden;
z-index: 5;
}
.nav-bar-text {
color: white;
}
.nav-logo {
background-color: 31cb71;
}
.nav-group {
display: flex;
}
.nav-title {
color: white;
font-family: 'Roboto';
font-size: 35px;
font-weight: 700;
margin: 0;
margin-left: 20px;
}
.nav-logo {
height: 50px;
width: 50px;
margin-left: 20px;
margin-right: 20px;
}
.display-img {
height: 100px;
width: 175px;
}
.placeholder {
background-color: grey;
}
.file-label {
position: absolute;
right: 0;
left: 0;
z-index: 1;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.exit-add-post {
display: flex;
justify-content: space-between;
align-items: center;
height: 62px;
border-bottom: solid #53658a 1px;
}
.exit-btn {
width: 40px;
height: 40px;
margin-right: 10px;
margin-top: 5px;
color: white;
}
.exit-btn:hover {
color: red;
text-decoration: none;
}
.custom-file-label {
display: unset;
}
.modal-content {
height: auto;
display: flex;
flex-direction: column;
/* background-color: #337a8c; */
}
.rating-text {
font-family: 'Roboto';
font-size: 1.5em;
font-weight: 600;
}
.add-post-container {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.address-text {
font-family: 'Roboto';
font-size: 1.1em;
font-weight: 500;
font-style: italic;
}
.allProfilesContainer {
display: flex;
flex-direction: column;
align-items: center;
background-color: #f0f0f0;
}
.profileSampleView {
display: flex;
background: rgb(199, 196, 196);
border: dashed black;
justify-content: space-around;
border-radius: 10px;
}
.profileContainer {
background: #ffffff;
display: flex;
flex-direction: row;
/* justify-content: space-evenly; */
height: 100%;
margin: 5px;
}
.profileImgContentContainer {
/* display: flex; */
padding: 20px;
width: 50%;
background-color: #f0f0f0;
}
.sticky {
position: fixed;
/* left: 60.2%; */
left: 52%;
top: 20%;
}
.profileMapContainer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 50%;
width: 45%;
padding: 15%;
border-radius: 20px;
margin: 25px;
margin-top: 65px;
object-fit: cover;
}
.profileInfo {
display: flex;
/* justify-content: space-around; */
}
.profile-follows {
display: flex;
}
.first-list {
margin: 0;
margin-left: 0;
margin-right: 25px;
margin-top: 10px;
color: black;
font-family: 'Roboto';
font-weight: 400;
}
.profile-info-text {
margin: 0;
margin-left: 20px;
margin-right: 20px;
margin-top: 10px;
color: black;
font-family: 'Roboto';
font-weight: 400;
}
.profilePagePhoto {
background: #337a8c;
border-radius: 150px;
border-style: solid;
border-width: 7px;
border-color: #337a8c;
height: 5%;
}
.profilePagePhoto-Community {
border-radius: 25px;
border-style: solid;
border-width: 7px;
background: #337a8c;
border-color: #337a8c;
display: flex;
height: 250px;
width: auto;
}
.followButton {
background: rgba(60, 60, 232, 0.749);
border-radius: 25px;
height: 33px;
width: 60px;
color: black;
margin-bottom: 15px;
margin-top: 5px;
}
.follow-button {
background-color: #3d4a63;
border-radius: 150px;
margin-bottom: 12px;
margin-top: 5px;
}
.profile-username {
margin: 0;
font-family: 'Roboto';
color: #5d5d5d;
font-size: 1em;
}
.empty-feed {
color: #323232;
font-family: 'Roboto';
font-weight: 600;
font-size: 2em;
margin-top: 5%;
}
.profile-name {
margin: 0;
margin-top: 5px;
font-family: 'Roboto';
color: #323232;
font-weight: 600;
font-size: 2em;
}
.profileBio {
font-family: 'Roboto';
font-weight: 500;
color: #323232;
margin: 0;
height: auto;
padding-bottom: 10px;
margin-top: 2%;
}
.underline {
border-bottom: solid #3d4a63 1.5px;
}
.contentContainer {
height: auto;
width: 100%;
}
.buttonContainer {
border-bottom: solid #3d4a63 3px;
}
.profileFeedButton {
height: 50px;
color: #323232;
font-size: 1.2em;
font-family: 'Roboto';
font-weight: 600;
}
.profileFeedButton:hover {
border-bottom: solid #323232 2px;
color: #00d290;
text-decoration: none;
}
.selected-feed {
border-bottom: solid #00d290 4px;
color: #323232;
}
.gallery-container {
display: flex;
flex-wrap: wrap;
padding: 5.5px;
}
.following-header {
margin: 0;
font-family: 'Roboto';
font-size: 2em;
color: #323232;
font-weight: 600;
margin-top: 2%;
margin-left: 3.5%;
}
.profile-preview-container {
display: flex;
cursor: pointer;
margin: 3%;
background-color: #fff;
padding: 3%;
border-radius: 10px;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}
.main-profile-preview-container {
display: flex;
cursor: pointer;
margin: 1%;
width: 75%;
background-color: #fff;
padding: 3%;
border-radius: 10px;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}
.profile-preview-name {
font-family: 'Roboto';
font-weight: 600;
color: #323232;
font-size: 1.4em;
margin-right: 1.5%;
}
.following-container {
height: 600px;
background-color: #f0f0f0;
overflow-y: scroll;
}
.text-hover:hover {
text-decoration: underline;
cursor: pointer;
}
.profile-top-name {
display: flex;
justify-content: space-between;
}
.width-100 {
width: 100%;
}
.profile-preview-handle {
display: flex;
align-items: center;
}
.profile-preview-username {
font-family: 'Roboto';
color: #5d5d5d;
font-size: 1em;
}
.profile-preview {
display: flex;
flex-direction: column;
margin-left: 1.2%;
width: 100%;
}
.gallery-photo {
height: 195px;
width: 195px;
object-fit: cover;
border-radius: 7px;
margin: 4px;
cursor: pointer;
}
.feedView {
display: flex;
flex-direction: column;
justify-content: space-around;
border-radius: 10px;
margin-right: 35px;
}
.single-post {
display: flex;
flex-direction: column;
height: auto;
padding: 10px;
width: 100%;
background-color: #fff;
border-radius: 0 0 15px 15px;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}
.suggested-tags {
font-family: 'Roboto';
font-weight: 600;
font-size: 1.5em;
margin-top: 1%;
}
.single-post-view {
display: flex;
flex-direction: column;
height: auto;
padding: 10px;
width: 100%;
background-color: #fff;
border-radius: 0 0 15px 15px;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}
.single-post-flex {
display: flex;
}
.inner-single-post {
display: flex;
}
.community-post-label {
display: flex;
background-color: #00d290;
height: 35px;
justify-content: flex-end;
padding: 5px;
padding-right: 25px;
align-items: center;
font-family: 'Roboto';
font-size: 1.3em;
font-weight: 600;
transition: all 0.4s ease 0s;
color: #2b3b2e;
}
.community-post-label-feed {
display: flex;
background-color: #00d290;
height: 35px;
justify-content: space-between;
padding: 5px;
padding-right: 25px;
padding-left: 25px;
align-items: baseline;
font-family: 'Roboto';
font-size: 1.3em;
font-weight: 600;
transition: all 0.4s ease 0s;
color: #2b3b2e;
}
.community-post-label:hover {
background-color: #337a8c;
color: white;
}
.single-post-preview-container {
margin: 1.5%;
border-radius: 5px;
}
.post-text {
margin: 0;
margin-top: 3%;
margin-left: 2%;
margin-bottom: 1.5%;
margin-right: 10%;
}
.post-text-location {
margin: 0;
margin-top: 2.5%;
margin-bottom: 1.5%;
}
.single-post-handle {
display: flex;
width: 100%;
}
.post-header {
display: flex;
flex-direction: column;
width: 100%;
}
.post-handle {
display: flex;
justify-content: space-between;
margin: 5px;
}
.handle-text {
margin: 5px;
cursor: pointer;
}
.handle-text:hover {
text-decoration: underline;
}
.post-pfp {
margin: 5px;
height: 65px;
width: 65px;
object-fit: cover;
border-style: solid;
border-width: 3px;
border-color: #3d4a63;
cursor: pointer;
}
.post-photos {
display: flex;
justify-content: center;
align-items: center;
}
.post-images {
height: 50%;
width: 85%;
object-fit: cover;
border-radius: 10px;
}
.post-images {
cursor: pointer;
}
.modal-post-container {
display: flex;
flex-direction: column;
height: 100%;
}
.mb-3 {
width: 450px;
height: 30px;
margin-left: 15px;
margin-top: 10px;
}
.btn-outline-secondary {
border-color: #fff;
color: white;
background-color: #6f7d96;
}
.btn-outline-secondary:hover {
border-color: #363f52;
background-color: #363f52;
}
.form-control {
resize: none;
background-color: transparent;
color: white;
border: none;
outline: none;
}
.form-control:focus {
background-color: transparent;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.submit-comment-container {
display: flex;
flex-direction: column;
min-height: 250px;
width: 100%;
padding-top: 1.5%;
padding-left: 1.5%;
padding-right: 1.5%;
}
.reply-text {
font-family: 'Roboto';
font-size: 2em;
margin-left: 1.3%;
}
.form-control:active {
background-color: transparent;
}
.comment-submit {
display: flex;
justify-content: flex-end;
}
.post-button {
border-radius: 150px;
margin-right: 25px;
margin-bottom: 25px;
width: 100px;
}
.post-btn-container {
display: flex;
justify-content: flex-end;
}
.input-form-container {
margin-left: 25px;
}
.logged-in-container {
display: flex;
align-items: center;
}
.example {
display: flex;
flex-direction: column;
}
.description-input {
width: 100%;
min-height: 100px;
height: unset;
}
.mapContainer {
height: 300px;
width: 300px;
border-radius: 20px;
}
.signup-label {
color: #3e3e3e;
font-family: 'Roboto';
font-weight: 500;
}
.signup-input:active {
background-color: #dadada;
color: black;
}
.signup-input:focus {
background-color: #dadada;
color: black;
}
.signup-container {
display: flex;
flex-direction: column;
}
.sub {
color: #878787 !important;
}
.first-input {
margin-top: 0;
}
.create-account-text {
font-family: 'Roboto';
font-weight: 600;
margin: 0;
margin-left: 33px;
margin-top: 4%;
font-size: 1.5em;
}
.signup-username {
display: flex;
margin: 0;
height: 37.5px;
}
.input-group-text {
border-radius: 0.25rem 0 0 0.25rem !important;
}
.input-radius {
border-radius: 0 0.25rem 0.25rem 0;
}
.single-post-img {
width: 650px;
height: 450px;
object-fit: cover;
}
.single-post-container {
margin: 50px;
}
.image-rec-container {
background-color: #fff;
overflow-y: auto;
}
.image-single-post-container {
display: flex;
justify-content: space-evenly;
}
.test {
font-size: 30px;
}
.community-cards {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
justify-content: center;
}
.community-cards-item {
display: flex;
padding: 1rem;
@media (min-width: 40rem) {
width: 50%;
}
@media (min-width: 56rem) {
width: 33.3333%;
}
}
.add-post-nav {
cursor: pointer;
height: 35px;
width: 35px;
margin-right: 20px;
}
.community-card {
background-color: white;
border-radius: 0.25rem;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
display: flex;
flex-direction: column;
overflow: hidden;
width: 350px;
height: 400px;
}
.community-card-image {
display: flex;
object-fit: cover;
justify-content: center;
align-items: center;
background-color: black;
width: 95%;
height: 70%;
margin: 10px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
filter: contrast(70%);
overflow: hidden;
position: relative;
transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
@media (min-width: 40rem) {
&::before {
padding-top: 66.6%;
}
}
}
.community-card-content {
display: flex;
flex: 1 1 auto;
flex-direction: column;
padding: 1rem;
}
.community-card-title {
color: black;
font-size: 1.25rem;
font-weight: 300;
letter-spacing: 2px;
display: flex;
justify-content: center;
}
.community-card-text {
flex: 1 1 auto;
font-size: 0.875rem;
line-height: 1.5;
margin-bottom: 1.25rem;
display: flex;
justify-content: center;
}
.community-link {
display: flex;
justify-content: center;
align-items: center;
}
.community-button {
display: flex;
justify-content: center;
}
.community:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.communitySinglePix {
display: flex;
object-fit: cover;
width: 100%;
height: 250px;
margin-bottom: 25px;
}
.community-search-title {
position: absolute;
top: 15%;
font-family: 'Roboto';
font-weight: 700;
color: #373737;
font-size: 1.5em;
text-align: center;
}
.searchbar {
border-radius: 25px;
box-shadow: inset 0 0 5px grey;
padding-left: 25px;
position: absolute;
right: 25%;
display: block;
margin: 0;
color: inherit;
width: 50%;
height: 50px;
font-family: inherit;
font-size: var(--inputFontSize);
font-weight: inherit;
line-height: var(--inputLineHeight);
border: none;
transition: box-shadow var(--transitionDuration);
outline-style: none;
box-shadow: none;
border-color: transparent;
}
.searchCommunitybutton {
position: absolute;
border-radius: 0 25px 25px 0;
height: 50px;
right: 25%;
background-color: #00d290;
border: none;
transition: all 0.4s ease 0s;
}
.community-magPic {
height: 30px;
width: 50px;
}
.searchCommunitybutton:hover {
background-color: #00ae73;
}
.followbutton {
display: flex;
align-items: center;
justify-content: center;
background: rgba(60, 60, 232, 0.749);
border-radius: 25px;
height: 33px;
width: 80px;
color: white;
margin-bottom: 15px;
margin-top: 5px;
}
.community-first-container {
display: flex;
justify-content: center;
align-items: center;
}
.community-second-container {
display: flex;
justify-content: center;
align-items: center;
}
.communityPic {
display: flex;
flex-direction: column;
height: 250px;
}
.communityText {
display: flex;
align-items: center;
justify-content: center;
height: 80px;
width: 100%;
}
.communityText2 {
color: white;
font-size: 25px;
}
.commentsAndShares {
display: flex;
align-items: center;
width: 100%;
}
.likesAndDislikes {
display: flex;
justify-content: space-around;
}
.likes {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
margin-left: 3%;
}
.dislikes {
margin-left: 3%;
margin-right: 3%;
}
.commentRepliesContainer {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.commentIcon {
height: 2em;
width: 2em;
margin-top: 8px;
}
.commentIcon:hover {
text-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em,
rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
transform: translateY(-3px) scale(1.025);
}
.seeReplies {
margin: 0;
align-self: center;
}
.no-reviews {
margin-top: 10px;
border-top: 1px solid black;
padding: 10px;
font-family: 'Roboto';
font-weight: 500;
font-size: 1.5em;
}
/* .seeReplies:hover {
text-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em,
rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
transform: translateY(-3px) scale(1.025);
} */
.see-replies-container {
cursor: pointer;
display: flex;
justify-content: flex-end;
padding-right: 3%;
margin-bottom: 3%;
}
.no-replies-container {
display: flex;
justify-content: flex-end;
padding-right: 3%;
}
.replies-button {
width: 5%;
height: 5%;
margin-left: 2%;
}
.likeIcon {
}
.likeIcon:hover {
text-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em,
rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
transform: translateY(-3px) scale(1.025);
}
.likes-number-active {
font-family: 'Roboto';
color: white;
font-size: 1em;
font-weight: 600;
pointer-events: none;
position: absolute;
margin: 0;
}
.dislikes-number {
font-family: 'Roboto';
padding-left: 3px;
padding-top: 2px;
color: white;
font-size: 1em;
font-weight: 600;
pointer-events: none;
position: absolute;
margin: 0;
}
.likes-number-unactive {
font-family: 'Roboto';
color: black;
font-size: 1em;
font-weight: 600;
pointer-events: none;
position: absolute;
margin: 0;
}
.dislikeIcon {
padding-top: 2px;
height: 35px;
width: 35px;
}
.commentContainer {
display: flex;
height: 500px;
width: 100%;
justify-content: center;
margin-top: 50px;
}
.singleComment {
display: flex;
flex-direction: column;
height: 500px;
width: 700px;
background-color: rgba(224, 232, 240, 0.879);
justify-content: center;
border-radius: 20px;
justify-content: space-evenly;
}
.commentHeader {
background-color: rgba(60, 78, 96, 0.879);
padding: 20px;
display: flex;
}
.commentImg {
background-color: rgb(220, 150, 150);
border-radius: 150px;
height: 50px;
width: 50px;
}
.commentWriting {
padding: 40px;
}
.commentShareBar {
display: flex;
padding: 10px;
justify-content: space-around;
}
.single-post-view-container {
display: flex;
width: 50%;
height: 75%;
margin: 50px;
background-color: white;
border-radius: 15px;
}
.single-post-view-img {
/* height: 30%; */
width: 80%;
border-radius: 15px;
}
.single-post-view-img {
cursor: pointer;
}
.tags-container {
display: flex;
flex-wrap: wrap;
}
.img-container {
display: flex;
justify-content: center;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 3%;
}
.single-post-img-container {
display: flex;
flex-direction: column;
width: 100%;
margin-right: 1%;
margin-left: 1.3%;
margin-bottom: 3%;
}
.page-container {
display: flex;
}
.rec-container {
display: flex;
margin: 50px;
}
.description-container {
display: flex;
}
.reply-comment-button {
height: 50px;
width: 65px;
}
.single-post-feedback {
display: flex;
align-items: center;
}
.all-comment-preview-container {
display: flex;
flex-direction: row;
}
.commentPreviewContainer {
display: flex;
flex-direction: column;
height: auto;
width: 100%;
justify-content: center;
align-items: center;
}
.commentHeader {
display: flex;
}
.coment-handle {
display: flex;
flex-direction: row;
}
.singleCommentPreview {
display: flex;
height: auto;
width: 100%;
border: solid 1px #c7c7c7;
justify-content: center;
border-radius: 20px;
justify-content: space-evenly;
margin: 10px;
padding: 25px;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}
.communityBio {
font-family: 'Roboto';
font-weight: 400;
color: white;
margin: 0;
height: auto;
padding-bottom: 10px;
}
.underCommunity {
border-bottom: solid #3d4a63 1.5px;
}
.profilePagePhoto {
height: 200px;
width: 200px;
object-fit: cover;
}
.time-ago {
color: grey;
font-family: 'Roboto';
font-weight: 400;
margin-left: 10px;
}
/* Container holding the image and the text */
.welcomePhotoContainer {
align-items: center;
margin-bottom: 30px;
overflow: hidden; /*hide bounds of image */
margin: 0; /*reset margin of figure tag*/
}
.welcomePhoto {
display: block; /*remove inline-block spaces*/
width: 100%; /*make image streatch*/
margin: -10.875% 0;
}
.community-discover {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
text-align: center;
margin-bottom: 3%;
}
.landing-community-preview {
color: black;
}
.landing-community-preview:hover {
color: black;
text-decoration: none;
}
.onPhotoText {
margin-top: 20px;
width: 275px;
color: black;
}
.introContainer {
margin-top: 3%;
}
.welcomePageContent {
padding: 2%;
}
.samplesDisplay {
display: flex;
justify-content: center;
justify-content: space-around;
}
.nav-right {
display: flex;
align-items: center;
}
.nav-text-button {
color: white;
margin: 1em;
cursor: pointer;
}
.nav-text-button:hover {
color: #00d290;
text-decoration: none;
}
.sampleContainer {
display: flex;
flex-direction: column;
margin-bottom: 10px;
background-color: #f0f0f0;
width: 20%;
border-radius: 10px;
margin-top: 1%;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}
.sampleContainer:hover {
border-bottom: solid #181818aa 4px;
color: rgb(55, 55, 55);
text-decoration: none;
transform: translateY(-3px) scale(1.025);
}
.footer {
display: flex;
height: 5%;
/* background-color: rgba(230, 230, 230, 0.893); */
align-items: center;
justify-content: center;
left: 0;
bottom: 0;
width: 100%;
}
.goatIcon {
height: 3%;
width: 3%;
padding-right: 10px;
margin-bottom: 10px;
}
.location-modal {
padding: 45px;
}
.post-button-location {
background-color: #3d4a63;
border-radius: 150px;
margin-top: 25px;
margin-right: 25px;
margin-bottom: 25px;
width: 100px;
}
.signup-input {
background-color: #dadada;
color: black;
}
.signin-signup {
display: flex;
}
.home-feed-container {
display: flex;
margin: 3%;
}
.map-container {
height: 100%;
width: 40%;
left: 57%;
position: fixed;
top: 12.5%;
}
.welcome-container {
width: 50px;
}
.home-feed-view {
display: flex;
background-color: #dadada;
flex-direction: column;
justify-content: space-around;
border-radius: 10px;
width: 50%;
margin-right: 35px;
padding: 1%;
}
.label-container-header {
background-color: #3d4a63;
font-size: 2.3em;
color: white;
font-family: 'Roboto';
font-weight: 500;
padding-left: 5%;
}
.label-container {
margin-top: 117px;
position: fixed;
top: 0;
height: 450px;
width: 35%;
overflow-y: auto;
}
.labels-container {
display: flex;
margin: 0.5%;
}
.individual-labels-delete {
background-color: #dadada;
color: #2c2c2c;
font-size: 1.2em;
font-family: 'Roboto';
padding: 5px;
border-radius: 5px 0 0 5px;
}
.individual-labels-delete:hover {
background-color: #a8a8a8;
cursor: pointer;
}
.individual-labels {
background-color: #dadada;
color: #2c2c2c;
font-size: 1.2em;
font-family: 'Roboto';
padding: 5px;
border-radius: 0 5px 5px 0;
}
.single-post-break {
border-top: 1px solid #3d4a63;
}
.replies {
margin-top: 2%;
margin-left: 1%;
margin-bottom: 1%;
font-family: 'Roboto';
font-weight: 500;
font-size: 1.3em;
}
.testing {
height: 80vh;
object-fit: contain;
}
.link-to-post {
color: black;
display: block;
}
.link-to-community {
color: black;
display: block;
}
.link-to-community:hover {
text-decoration: none;
color: black;
}
.link-to-post:hover {
text-decoration: none;
color: black;
}
.post-feed-preview-info {
width: 100%;
display: flex;
flex-direction: column;
}
.post-info {
width: 100%;
}
.pfp-col {
height: 100%;
}
.edit-profile-container {
display: flex;
}
.edit-profile-form-container {
display: flex;
}
.choose-community {
display: flex;
align-items: baseline;
}
.choose-community-label {
margin-right: 15px;
}
.display-img-edit {
height: 200px;
width: 200px;
border-radius: 50%;
object-fit: cover;
}
.edit-profileimg-form {
display: flex;
flex-direction: column;
align-items: center;
}
.profile-pic-form-text {
color: white;
font-family: 'Roboto';
font-weight: 600;
font-size: 2em;
margin-bottom: 0;
}
.profileimg-button {
margin: 0 !important;
}
.edit-form-container {
display: flex;
justify-content: center;
width: 100%;
padding: 2%;
}
.edit-form-container-outer {
display: flex;
justify-content: center;
width: 100%;
flex-direction: column;
align-items: center;
}
.edit-form-inner-middle-container {
display: flex;
flex-direction: column;
}
.bio-input-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.bio-box {
margin-top: 25%;
}
.bottom-form-container {
display: flex;
justify-content: space-between;
}
.add-post-img {
height: 40em;
width: 95%;
object-fit: contain;
}
.vid-container {
background-color: #f0f0f0;
height: 30em;
width: 20em;
}
.delete-button {
align-self: flex-end;
margin-right: 1%;
}
.post-info-inner {
display: flex;
}
.popup-community-tag {
background-color: #00d290;
color: #2b3b2e;
font-family: 'Roboto';
text-align: end;
font-weight: 600;
font-size: 1em;
margin: 0;
padding-right: 10px;
}
.popup-community-tag:hover {
background-color: #337a8c;
color: #fff;
cursor: pointer;
}
.popup-loc-name {
font-family: 'Roboto';
font-weight: 600;
font-size: 1.2em;
color: black;
margin: 0;
margin-top: 5px;
}
.popup-loc-name:hover {
text-decoration: underline;
cursor: pointer;
}
.popup-body {
display: flex;
flex-direction: column;
}
.popup-body-text {
font-family: 'Roboto';
font-weight: 400;
margin-top: 3px;
margin-bottom: 3px;
}
._loading_overlay_wrapper {
position: fixed !important;
height: 300vh;
width: 100%;
}
._loading_overlay_content {
padding-top: 55%;
}
.single-location-address {
font-family: 'Roboto';
font-size: 1.2em;
font-weight: 500;
margin-left: 10px;
margin-top: 10px;
} | public/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
font-family: sans-serif;
padding: 0;
padding-top: 65px;
margin: 0;
background-color: #ffffff;
/* background-image: linear-gradient(
to bottom right,
rgb(228, 228, 228),
rgb(255, 255, 255)
); */
}
a {
text-decoration: none;
}
label {
display: block;
}
nav a {
display: inline-block;
margin: 1em;
}
form div {
margin: 1em;
display: inline-block;
}
.marker {
object-fit: fill;
/* object-position: 100px 50%; */
}
.nav-container {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #337a8c;
height: 75px;
position: fixed;
top: 0;
width: 100%;
overflow: hidden;
z-index: 5;
}
.nav-bar-text {
color: white;
}
.nav-logo {
background-color: 31cb71;
}
.nav-group {
display: flex;
}
.nav-title {
color: white;
font-family: 'Roboto';
font-size: 35px;
font-weight: 700;
margin: 0;
margin-left: 20px;
}
.nav-logo {
height: 50px;
width: 50px;
margin-left: 20px;
margin-right: 20px;
}
.display-img {
height: 100px;
width: 175px;
}
.placeholder {
background-color: grey;
}
.file-label {
position: absolute;
right: 0;
left: 0;
z-index: 1;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.exit-add-post {
display: flex;
justify-content: space-between;
align-items: center;
height: 62px;
border-bottom: solid #53658a 1px;
}
.exit-btn {
width: 40px;
height: 40px;
margin-right: 10px;
margin-top: 5px;
color: white;
}
.exit-btn:hover {
color: red;
text-decoration: none;
}
.custom-file-label {
display: unset;
}
.modal-content {
height: auto;
display: flex;
flex-direction: column;
/* background-color: #337a8c; */
}
.rating-text {
font-family: 'Roboto';
font-size: 1.5em;
font-weight: 600;
}
.add-post-container {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.address-text {
font-family: 'Roboto';
font-size: 1.1em;
font-weight: 500;
font-style: italic;
}
.allProfilesContainer {
display: flex;
flex-direction: column;
align-items: center;
background-color: #f0f0f0;
}
.profileSampleView {
display: flex;
background: rgb(199, 196, 196);
border: dashed black;
justify-content: space-around;
border-radius: 10px;
}
.profileContainer {
background: #ffffff;
display: flex;
flex-direction: row;
/* justify-content: space-evenly; */
height: 100%;
margin: 5px;
}
.profileImgContentContainer {
/* display: flex; */
padding: 20px;
width: 50%;
background-color: #f0f0f0;
}
.sticky {
position: fixed;
/* left: 60.2%; */
left: 52%;
top: 20%;
}
.profileMapContainer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 50%;
width: 45%;
padding: 15%;
border-radius: 20px;
margin: 25px;
margin-top: 65px;
object-fit: cover;
}
.profileInfo {
display: flex;
/* justify-content: space-around; */
}
.profile-follows {
display: flex;
}
.first-list {
margin: 0;
margin-left: 0;
margin-right: 25px;
margin-top: 10px;
color: black;
font-family: 'Roboto';
font-weight: 400;
}
.profile-info-text {
margin: 0;
margin-left: 20px;
margin-right: 20px;
margin-top: 10px;
color: black;
font-family: 'Roboto';
font-weight: 400;
}
.profilePagePhoto {
background: #337a8c;
border-radius: 150px;
border-style: solid;
border-width: 7px;
border-color: #337a8c;
height: 5%;
}
.profilePagePhoto-Community {
border-radius: 25px;
border-style: solid;
border-width: 7px;
background: #337a8c;
border-color: #337a8c;
display: flex;
height: 250px;
width: auto;
}
.followButton {
background: rgba(60, 60, 232, 0.749);
border-radius: 25px;
height: 33px;
width: 60px;
color: black;
margin-bottom: 15px;
margin-top: 5px;
}
.follow-button {
background-color: #3d4a63;
border-radius: 150px;
margin-bottom: 12px;
margin-top: 5px;
}
.profile-username {
margin: 0;
font-family: 'Roboto';
color: #5d5d5d;
font-size: 1em;
}
.empty-feed {
color: #323232;
font-family: 'Roboto';
font-weight: 600;
font-size: 2em;
margin-top: 5%;
}
.profile-name {
margin: 0;
margin-top: 5px;
font-family: 'Roboto';
color: #323232;
font-weight: 600;
font-size: 2em;
}
.profileBio {
font-family: 'Roboto';
font-weight: 500;
color: #323232;
margin: 0;
height: auto;
padding-bottom: 10px;
margin-top: 2%;
}
.underline {
border-bottom: solid #3d4a63 1.5px;
}
.contentContainer {
height: auto;
width: 100%;
}
.buttonContainer {
border-bottom: solid #3d4a63 3px;
}
.profileFeedButton {
height: 50px;
color: #323232;
font-size: 1.2em;
font-family: 'Roboto';
font-weight: 600;
}
.profileFeedButton:hover {
border-bottom: solid #323232 2px;
color: #00d290;
text-decoration: none;
}
.selected-feed {
border-bottom: solid #00d290 4px;
color: #323232;
}
.gallery-container {
display: flex;
flex-wrap: wrap;
padding: 5.5px;
}
.following-header {
margin: 0;
font-family: 'Roboto';
font-size: 2em;
color: #323232;
font-weight: 600;
margin-top: 2%;
margin-left: 3.5%;
}
.profile-preview-container {
display: flex;
cursor: pointer;
margin: 3%;
background-color: #fff;
padding: 3%;
border-radius: 10px;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}
.main-profile-preview-container {
display: flex;
cursor: pointer;
margin: 1%;
width: 75%;
background-color: #fff;
padding: 3%;
border-radius: 10px;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}
.profile-preview-name {
font-family: 'Roboto';
font-weight: 600;
color: #323232;
font-size: 1.4em;
margin-right: 1.5%;
}
.following-container {
height: 600px;
background-color: #f0f0f0;
overflow-y: scroll;
}
.text-hover:hover {
text-decoration: underline;
cursor: pointer;
}
.profile-top-name {
display: flex;
justify-content: space-between;
}
.width-100 {
width: 100%;
}
.profile-preview-handle {
display: flex;
align-items: center;
}
.profile-preview-username {
font-family: 'Roboto';
color: #5d5d5d;
font-size: 1em;
}
.profile-preview {
display: flex;
flex-direction: column;
margin-left: 1.2%;
width: 100%;
}
.gallery-photo {
height: 195px;
width: 195px;
object-fit: cover;
border-radius: 7px;
margin: 4px;
cursor: pointer;
}
.feedView {
display: flex;
flex-direction: column;
justify-content: space-around;
border-radius: 10px;
margin-right: 35px;
}
.single-post {
display: flex;
flex-direction: column;
height: auto;
padding: 10px;
width: 100%;
background-color: #fff;
border-radius: 0 0 15px 15px;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}
.suggested-tags {
font-family: 'Roboto';
font-weight: 600;
font-size: 1.5em;
margin-top: 1%;
}
.single-post-view {
display: flex;
flex-direction: column;
height: auto;
padding: 10px;
width: 100%;
background-color: #fff;
border-radius: 0 0 15px 15px;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}
.single-post-flex {
display: flex;
}
.inner-single-post {
display: flex;
}
.community-post-label {
display: flex;
background-color: #00d290;
height: 35px;
justify-content: flex-end;
padding: 5px;
padding-right: 25px;
align-items: center;
font-family: 'Roboto';
font-size: 1.3em;
font-weight: 600;
transition: all 0.4s ease 0s;
color: #2b3b2e;
}
.community-post-label-feed {
display: flex;
background-color: #00d290;
height: 35px;
justify-content: space-between;
padding: 5px;
padding-right: 25px;
padding-left: 25px;
align-items: baseline;
font-family: 'Roboto';
font-size: 1.3em;
font-weight: 600;
transition: all 0.4s ease 0s;
color: #2b3b2e;
}
.community-post-label:hover {
background-color: #337a8c;
color: white;
}
.single-post-preview-container {
margin: 1.5%;
border-radius: 5px;
}
.post-text {
margin: 0;
margin-top: 3%;
margin-left: 2%;
margin-bottom: 1.5%;
margin-right: 10%;
}
.post-text-location {
margin: 0;
margin-top: 2.5%;
margin-bottom: 1.5%;
}
.single-post-handle {
display: flex;
width: 100%;
}
.post-header {
display: flex;
flex-direction: column;
width: 100%;
}
.post-handle {
display: flex;
justify-content: space-between;
margin: 5px;
}
.handle-text {
margin: 5px;
cursor: pointer;
}
.handle-text:hover {
text-decoration: underline;
}
.post-pfp {
margin: 5px;
height: 65px;
width: 65px;
object-fit: cover;
border-style: solid;
border-width: 3px;
border-color: #3d4a63;
cursor: pointer;
}
.post-photos {
display: flex;
justify-content: center;
align-items: center;
}
.post-images {
height: 50%;
width: 85%;
object-fit: cover;
border-radius: 10px;
}
.post-images {
cursor: pointer;
}
.modal-post-container {
display: flex;
flex-direction: column;
height: 100%;
}
.mb-3 {
width: 450px;
height: 30px;
margin-left: 15px;
margin-top: 10px;
}
.btn-outline-secondary {
border-color: #fff;
color: white;
background-color: #6f7d96;
}
.btn-outline-secondary:hover {
border-color: #363f52;
background-color: #363f52;
}
.form-control {
resize: none;
background-color: transparent;
color: white;
border: none;
outline: none;
}
.form-control:focus {
background-color: transparent;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.submit-comment-container {
display: flex;
flex-direction: column;
min-height: 250px;
width: 100%;
padding-top: 1.5%;
padding-left: 1.5%;
padding-right: 1.5%;
}
.reply-text {
font-family: 'Roboto';
font-size: 2em;
margin-left: 1.3%;
}
.form-control:active {
background-color: transparent;
}
.comment-submit {
display: flex;
justify-content: flex-end;
}
.post-button {
border-radius: 150px;
margin-right: 25px;
margin-bottom: 25px;
width: 100px;
}
.post-btn-container {
display: flex;
justify-content: flex-end;
}
.input-form-container {
margin-left: 25px;
}
.logged-in-container {
display: flex;
align-items: center;
}
.example {
display: flex;
flex-direction: column;
}
.description-input {
width: 100%;
min-height: 100px;
height: unset;
}
.mapContainer {
height: 300px;
width: 300px;
border-radius: 20px;
}
.signup-label {
color: #3e3e3e;
font-family: 'Roboto';
font-weight: 500;
}
.signup-input:active {
background-color: #dadada;
color: black;
}
.signup-input:focus {
background-color: #dadada;
color: black;
}
.signup-container {
display: flex;
flex-direction: column;
}
.sub {
color: #878787 !important;
}
.first-input {
margin-top: 0;
}
.create-account-text {
font-family: 'Roboto';
font-weight: 600;
margin: 0;
margin-left: 33px;
margin-top: 4%;
font-size: 1.5em;
}
.signup-username {
display: flex;
margin: 0;
height: 37.5px;
}
.input-group-text {
border-radius: 0.25rem 0 0 0.25rem !important;
}
.input-radius {
border-radius: 0 0.25rem 0.25rem 0;
}
.single-post-img {
width: 650px;
height: 450px;
object-fit: cover;
}
.single-post-container {
margin: 50px;
}
.image-rec-container {
background-color: #fff;
overflow-y: auto;
}
.image-single-post-container {
display: flex;
justify-content: space-evenly;
}
.test {
font-size: 30px;
}
.community-cards {
display: flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
justify-content: center;
}
.community-cards-item {
display: flex;
padding: 1rem;
@media (min-width: 40rem) {
width: 50%;
}
@media (min-width: 56rem) {
width: 33.3333%;
}
}
.add-post-nav {
cursor: pointer;
height: 35px;
width: 35px;
margin-right: 20px;
}
.community-card {
background-color: white;
border-radius: 0.25rem;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
display: flex;
flex-direction: column;
overflow: hidden;
width: 350px;
height: 400px;
}
.community-card-image {
display: flex;
object-fit: cover;
justify-content: center;
align-items: center;
background-color: black;
width: 95%;
height: 70%;
margin: 10px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
filter: contrast(70%);
overflow: hidden;
position: relative;
transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
@media (min-width: 40rem) {
&::before {
padding-top: 66.6%;
}
}
}
.community-card-content {
display: flex;
flex: 1 1 auto;
flex-direction: column;
padding: 1rem;
}
.community-card-title {
color: black;
font-size: 1.25rem;
font-weight: 300;
letter-spacing: 2px;
display: flex;
justify-content: center;
}
.community-card-text {
flex: 1 1 auto;
font-size: 0.875rem;
line-height: 1.5;
margin-bottom: 1.25rem;
display: flex;
justify-content: center;
}
.community-link {
display: flex;
justify-content: center;
align-items: center;
}
.community-button {
display: flex;
justify-content: center;
}
.community:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.communitySinglePix {
display: flex;
object-fit: cover;
width: 100%;
height: 250px;
margin-bottom: 25px;
}
.community-search-title {
position: absolute;
top: 15%;
font-family: 'Roboto';
font-weight: 700;
color: #373737;
font-size: 1.5em;
text-align: center;
}
.searchbar {
border-radius: 25px;
box-shadow: inset 0 0 5px grey;
padding-left: 25px;
position: absolute;
right: 25%;
display: block;
margin: 0;
color: inherit;
width: 50%;
height: 50px;
font-family: inherit;
font-size: var(--inputFontSize);
font-weight: inherit;
line-height: var(--inputLineHeight);
border: none;
transition: box-shadow var(--transitionDuration);
outline-style: none;
box-shadow: none;
border-color: transparent;
}
.searchCommunitybutton {
position: absolute;
border-radius: 0 25px 25px 0;
height: 50px;
right: 25%;
background-color: #00d290;
border: none;
transition: all 0.4s ease 0s;
}
.community-magPic {
height: 30px;
width: 50px;
}
.searchCommunitybutton:hover {
background-color: #00ae73;
}
.followbutton {
display: flex;
align-items: center;
justify-content: center;
background: rgba(60, 60, 232, 0.749);
border-radius: 25px;
height: 33px;
width: 80px;
color: white;
margin-bottom: 15px;
margin-top: 5px;
}
.community-first-container {
display: flex;
justify-content: center;
align-items: center;
}
.community-second-container {
display: flex;
justify-content: center;
align-items: center;
}
.communityPic {
display: flex;
flex-direction: column;
height: 250px;
}
.communityText {
display: flex;
align-items: center;
justify-content: center;
height: 80px;
width: 100%;
}
.communityText2 {
color: white;
font-size: 25px;
}
.commentsAndShares {
display: flex;
align-items: center;
width: 100%;
}
.likesAndDislikes {
display: flex;
justify-content: space-around;
}
.likes {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
margin-left: 3%;
}
.dislikes {
margin-left: 3%;
margin-right: 3%;
}
.commentRepliesContainer {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.commentIcon {
height: 2em;
width: 2em;
margin-top: 8px;
}
.commentIcon:hover {
text-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em,
rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
transform: translateY(-3px) scale(1.025);
}
.seeReplies {
margin: 0;
align-self: center;
}
.no-reviews {
margin-top: 10px;
border-top: 1px solid black;
padding: 10px;
font-family: 'Roboto';
font-weight: 500;
font-size: 1.5em;
}
/* .seeReplies:hover {
text-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em,
rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
transform: translateY(-3px) scale(1.025);
} */
.see-replies-container {
cursor: pointer;
display: flex;
justify-content: flex-end;
padding-right: 3%;
margin-bottom: 3%;
}
.no-replies-container {
display: flex;
justify-content: flex-end;
padding-right: 3%;
}
.replies-button {
width: 5%;
height: 5%;
margin-left: 2%;
}
.likeIcon {
}
.likeIcon:hover {
text-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em,
rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
transform: translateY(-3px) scale(1.025);
}
.likes-number-active {
font-family: 'Roboto';
color: white;
font-size: 1em;
font-weight: 600;
pointer-events: none;
position: absolute;
margin: 0;
}
.dislikes-number {
font-family: 'Roboto';
padding-left: 3px;
padding-top: 2px;
color: white;
font-size: 1em;
font-weight: 600;
pointer-events: none;
position: absolute;
margin: 0;
}
.likes-number-unactive {
font-family: 'Roboto';
color: black;
font-size: 1em;
font-weight: 600;
pointer-events: none;
position: absolute;
margin: 0;
}
.dislikeIcon {
padding-top: 2px;
height: 35px;
width: 35px;
}
.commentContainer {
display: flex;
height: 500px;
width: 100%;
justify-content: center;
margin-top: 50px;
}
.singleComment {
display: flex;
flex-direction: column;
height: 500px;
width: 700px;
background-color: rgba(224, 232, 240, 0.879);
justify-content: center;
border-radius: 20px;
justify-content: space-evenly;
}
.commentHeader {
background-color: rgba(60, 78, 96, 0.879);
padding: 20px;
display: flex;
}
.commentImg {
background-color: rgb(220, 150, 150);
border-radius: 150px;
height: 50px;
width: 50px;
}
.commentWriting {
padding: 40px;
}
.commentShareBar {
display: flex;
padding: 10px;
justify-content: space-around;
}
.single-post-view-container {
display: flex;
width: 50%;
height: 75%;
margin: 50px;
background-color: white;
border-radius: 15px;
}
.single-post-view-img {
/* height: 30%; */
width: 80%;
border-radius: 15px;
}
.single-post-view-img {
cursor: pointer;
}
.tags-container {
display: flex;
flex-wrap: wrap;
}
.img-container {
display: flex;
justify-content: center;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 3%;
}
.single-post-img-container {
display: flex;
flex-direction: column;
width: 100%;
margin-right: 1%;
margin-left: 1.3%;
margin-bottom: 3%;
}
.page-container {
display: flex;
}
.rec-container {
display: flex;
margin: 50px;
}
.description-container {
display: flex;
}
.reply-comment-button {
height: 50px;
width: 65px;
}
.single-post-feedback {
display: flex;
align-items: center;
}
.all-comment-preview-container {
display: flex;
flex-direction: row;
}
.commentPreviewContainer {
display: flex;
flex-direction: column;
height: auto;
width: 100%;
justify-content: center;
align-items: center;
}
.commentHeader {
display: flex;
}
.coment-handle {
display: flex;
flex-direction: row;
}
.singleCommentPreview {
display: flex;
height: auto;
width: 100%;
border: solid 1px #c7c7c7;
justify-content: center;
border-radius: 20px;
justify-content: space-evenly;
margin: 10px;
padding: 25px;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}
.communityBio {
font-family: 'Roboto';
font-weight: 400;
color: white;
margin: 0;
height: auto;
padding-bottom: 10px;
}
.underCommunity {
border-bottom: solid #3d4a63 1.5px;
}
.profilePagePhoto {
height: 200px;
width: 200px;
object-fit: cover;
}
.time-ago {
color: grey;
font-family: 'Roboto';
font-weight: 400;
margin-left: 10px;
}
/* Container holding the image and the text */
.welcomePhotoContainer {
align-items: center;
margin-bottom: 30px;
overflow: hidden; /*hide bounds of image */
margin: 0; /*reset margin of figure tag*/
}
.welcomePhoto {
display: block; /*remove inline-block spaces*/
width: 100%; /*make image streatch*/
margin: -10.875% 0;
}
.community-discover {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
text-align: center;
margin-bottom: 3%;
}
.landing-community-preview {
color: black;
}
.landing-community-preview:hover {
color: black;
text-decoration: none;
}
.onPhotoText {
margin-top: 20px;
width: 275px;
color: black;
}
.introContainer {
margin-top: 3%;
}
.welcomePageContent {
padding: 2%;
}
.samplesDisplay {
display: flex;
justify-content: center;
justify-content: space-around;
}
.nav-right {
display: flex;
align-items: center;
}
.nav-text-button {
color: white;
margin: 1em;
cursor: pointer;
}
.nav-text-button:hover {
color: #00d290;
text-decoration: none;
}
.sampleContainer {
display: flex;
flex-direction: column;
margin-bottom: 10px;
background-color: #f0f0f0;
width: 20%;
border-radius: 10px;
margin-top: 1%;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}
.sampleContainer:hover {
border-bottom: solid #181818aa 4px;
color: rgb(55, 55, 55);
text-decoration: none;
transform: translateY(-3px) scale(1.025);
}
.footer {
display: flex;
height: 5%;
/* background-color: rgba(230, 230, 230, 0.893); */
align-items: center;
justify-content: center;
left: 0;
bottom: 0;
width: 100%;
}
.goatIcon {
height: 3%;
width: 3%;
padding-right: 10px;
margin-bottom: 10px;
}
.location-modal {
padding: 45px;
}
.post-button-location {
background-color: #3d4a63;
border-radius: 150px;
margin-top: 25px;
margin-right: 25px;
margin-bottom: 25px;
width: 100px;
}
.signup-input {
background-color: #dadada;
color: black;
}
.signin-signup {
display: flex;
}
.home-feed-container {
display: flex;
margin: 3%;
}
.map-container {
height: 100%;
width: 40%;
left: 57%;
position: fixed;
top: 12.5%;
}
.welcome-container {
width: 50px;
}
.home-feed-view {
display: flex;
background-color: #dadada;
flex-direction: column;
justify-content: space-around;
border-radius: 10px;
width: 50%;
margin-right: 35px;
padding: 1%;
}
.label-container-header {
background-color: #3d4a63;
font-size: 2.3em;
color: white;
font-family: 'Roboto';
font-weight: 500;
padding-left: 5%;
}
.label-container {
margin-top: 117px;
position: fixed;
top: 0;
height: 450px;
width: 35%;
overflow-y: auto;
}
.labels-container {
display: flex;
margin: 0.5%;
}
.individual-labels-delete {
background-color: #dadada;
color: #2c2c2c;
font-size: 1.2em;
font-family: 'Roboto';
padding: 5px;
border-radius: 5px 0 0 5px;
}
.individual-labels-delete:hover {
background-color: #a8a8a8;
cursor: pointer;
}
.individual-labels {
background-color: #dadada;
color: #2c2c2c;
font-size: 1.2em;
font-family: 'Roboto';
padding: 5px;
border-radius: 0 5px 5px 0;
}
.single-post-break {
border-top: 1px solid #3d4a63;
}
.replies {
margin-top: 2%;
margin-left: 1%;
margin-bottom: 1%;
font-family: 'Roboto';
font-weight: 500;
font-size: 1.3em;
}
.testing {
height: 80vh;
object-fit: contain;
}
.link-to-post {
color: black;
display: block;
}
.link-to-community {
color: black;
display: block;
}
.link-to-community:hover {
text-decoration: none;
color: black;
}
.link-to-post:hover {
text-decoration: none;
color: black;
}
.post-feed-preview-info {
width: 100%;
display: flex;
flex-direction: column;
}
.post-info {
width: 100%;
}
.pfp-col {
height: 100%;
}
.edit-profile-container {
display: flex;
}
.edit-profile-form-container {
display: flex;
}
.choose-community {
display: flex;
align-items: baseline;
}
.choose-community-label {
margin-right: 15px;
}
.display-img-edit {
height: 200px;
width: 200px;
border-radius: 50%;
object-fit: cover;
}
.edit-profileimg-form {
display: flex;
flex-direction: column;
align-items: center;
}
.profile-pic-form-text {
color: white;
font-family: 'Roboto';
font-weight: 600;
font-size: 2em;
margin-bottom: 0;
}
.profileimg-button {
margin: 0 !important;
}
.edit-form-container {
display: flex;
justify-content: center;
width: 100%;
padding: 2%;
}
.edit-form-container-outer {
display: flex;
justify-content: center;
width: 100%;
flex-direction: column;
align-items: center;
}
.edit-form-inner-middle-container {
display: flex;
flex-direction: column;
}
.bio-input-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.bio-box {
margin-top: 25%;
}
.bottom-form-container {
display: flex;
justify-content: space-between;
}
.add-post-img {
height: 40em;
width: 95%;
object-fit: contain;
}
.vid-container {
background-color: #f0f0f0;
height: 30em;
width: 20em;
}
.delete-button {
align-self: flex-end;
margin-right: 1%;
}
.post-info-inner {
display: flex;
}
.popup-community-tag {
background-color: #00d290;
color: #2b3b2e;
font-family: 'Roboto';
text-align: end;
font-weight: 600;
font-size: 1em;
margin: 0;
padding-right: 10px;
}
.popup-community-tag:hover {
background-color: #337a8c;
color: #fff;
cursor: pointer;
}
.popup-loc-name {
font-family: 'Roboto';
font-weight: 600;
font-size: 1.2em;
color: black;
margin: 0;
margin-top: 5px;
}
.popup-loc-name:hover {
text-decoration: underline;
cursor: pointer;
}
.popup-body {
display: flex;
flex-direction: column;
}
.popup-body-text {
font-family: 'Roboto';
font-weight: 400;
margin-top: 3px;
margin-bottom: 3px;
}
._loading_overlay_wrapper {
position: fixed !important;
height: 300vh;
width: 100%;
}
._loading_overlay_content {
padding-top: 55%;
}
.single-location-address {
font-family: 'Roboto';
font-size: 1.2em;
font-weight: 500;
margin-left: 10px;
margin-top: 10px;
} | 0.378459 | 0.059784 |
body, button, .tab-title, select, .select, h1, h3, .input-label,
textarea, span, country-select, .card, .item, .item-input,
input[type=text] {
font-family: 'Lora', serif !important;
}
/* Headings */
.title {
text-align: center;
color: #fff !important;
font-size: 22px !important;
}
h3 {
text-align: center;
font-size: 22px !important;
margin-bottom: 10px !important;
}
/* Selected country filter */
.filter {
padding-top: 15px;
padding-bottom: 15px;
border-radius: 5px;
}
.filter select {
border: none;
cursor: pointer;
color: #444;
padding: 0;
font-weight: 500 !important;
}
.filter select:hover {
opacity: 0.5;
}
.filter button {
font-size: 16px !important;
top: 6px !important;
bottom: 6px !important;
right: 6px !important;
}
.filter button:hover {
font-weight: normal !important;
background-color: #fff !important;
border: 2px solid #444;
color: #444 !important;
}
.card {
max-width: 420px;
position: relative;
left: 50%;
transform: translateX(-50%);
-moz-transform: translateX(-50%); /* For mozilla support */
-webkit-transform: translateX(-50%); /* For safari support */
-ms-transform: translateX(-50%); /* For IE support */
-o-transform: translateX(-50%); /* For opera support */
}
.new-travel {
max-width: 420px;
position: relative;
left: 50%;
transform: translateX(-50%);
-moz-transform: translateX(-50%); /* For mozilla support */
-webkit-transform: translateX(-50%); /* For safari support */
-ms-transform: translateX(-50%); /* For IE support */
-o-transform: translateX(-50%); /* For opera support */
}
/* Icon for button general style */
button {
cursor: pointer;
}
button:hover {
opacity: 0.5;
}
.tab-title:hover {
font-size: 16px;
color: #fff !important;
}
/* Country select */
.select {
background-color: #fff !important;
width: 100% !important;
color: #444 !important;
font-size: 16px;
cursor: pointer;
padding: 5px !important;
border: none;
font-family: 'Lora', serif !important;
}
.select option {
border: none;
}
.select:hover {
opacity: 0.5;
}
.date-and-country-div {
text-align: center;
}
.sign input {
font-size: 16px !important;
}
/* Textarea */
textarea{
font-size: 16px;
overflow:hidden;
width:100%;
padding-top: 10px !important;
}
.entry-list p {
font-size: 16px;
margin-top: 10px;
margin-bottom: 10px;
text-align: justify;
}
/* Image upload and preview */
.image-container {
cursor: pointer;
position: relative;
background: white;
float: left;
width: 100%;
color: #4e5050 !important;
font-size: 16px !important;
font-family: 'Lora', serif !important;
}
.image-container:hover {
opacity: 0.5;
}
.image-container [type=file] {
display: block;
cursor: pointer;
opacity: 0;
position: absolute;
right: 0;
top: 0;
}
.entry-main-image img {
background-image: cover;
}
.entry-main-image img {
height: 250px;
width: 100% !important;
border: 1px solid rgba(68,68,68,0.2);
border-radius: 5px;
margin-bottom: 5px;
}
/* Editing input */
.edit {
font-weight: bold;
font-size: 18px !important;
width: 100%;
border: 1px solid grey !important;
border-radius: 5px !important;
padding-left: 10px !important;
}
.edit label {
padding-left: 0px !important;
}
/* General margins */
.margin {
margin-left: 9px;
margin-right: 9px;
}
/* Text wrapping */
.item-text-wrap {
overflow: auto;
padding: 10px !important;
}
.row, .col {
padding: 0px !important;
}
/* Icons and actions */
.icon-actions {
color: #444;
font-size: 16px;
border: none;
background: none;
font-weight: bold;
}
.icon-actions:hover {
opacity: 0.5;
}
.ion-trash-b {
font-size: 24px;
border: none;
background: none;
}
.icon-actions.margin{
margin-right: 0px !important;
margin-left: 20px !important;
padding: 0px !important;
}
.no-data-div {
text-align: center;
} | www/css/style.css | body, button, .tab-title, select, .select, h1, h3, .input-label,
textarea, span, country-select, .card, .item, .item-input,
input[type=text] {
font-family: 'Lora', serif !important;
}
/* Headings */
.title {
text-align: center;
color: #fff !important;
font-size: 22px !important;
}
h3 {
text-align: center;
font-size: 22px !important;
margin-bottom: 10px !important;
}
/* Selected country filter */
.filter {
padding-top: 15px;
padding-bottom: 15px;
border-radius: 5px;
}
.filter select {
border: none;
cursor: pointer;
color: #444;
padding: 0;
font-weight: 500 !important;
}
.filter select:hover {
opacity: 0.5;
}
.filter button {
font-size: 16px !important;
top: 6px !important;
bottom: 6px !important;
right: 6px !important;
}
.filter button:hover {
font-weight: normal !important;
background-color: #fff !important;
border: 2px solid #444;
color: #444 !important;
}
.card {
max-width: 420px;
position: relative;
left: 50%;
transform: translateX(-50%);
-moz-transform: translateX(-50%); /* For mozilla support */
-webkit-transform: translateX(-50%); /* For safari support */
-ms-transform: translateX(-50%); /* For IE support */
-o-transform: translateX(-50%); /* For opera support */
}
.new-travel {
max-width: 420px;
position: relative;
left: 50%;
transform: translateX(-50%);
-moz-transform: translateX(-50%); /* For mozilla support */
-webkit-transform: translateX(-50%); /* For safari support */
-ms-transform: translateX(-50%); /* For IE support */
-o-transform: translateX(-50%); /* For opera support */
}
/* Icon for button general style */
button {
cursor: pointer;
}
button:hover {
opacity: 0.5;
}
.tab-title:hover {
font-size: 16px;
color: #fff !important;
}
/* Country select */
.select {
background-color: #fff !important;
width: 100% !important;
color: #444 !important;
font-size: 16px;
cursor: pointer;
padding: 5px !important;
border: none;
font-family: 'Lora', serif !important;
}
.select option {
border: none;
}
.select:hover {
opacity: 0.5;
}
.date-and-country-div {
text-align: center;
}
.sign input {
font-size: 16px !important;
}
/* Textarea */
textarea{
font-size: 16px;
overflow:hidden;
width:100%;
padding-top: 10px !important;
}
.entry-list p {
font-size: 16px;
margin-top: 10px;
margin-bottom: 10px;
text-align: justify;
}
/* Image upload and preview */
.image-container {
cursor: pointer;
position: relative;
background: white;
float: left;
width: 100%;
color: #4e5050 !important;
font-size: 16px !important;
font-family: 'Lora', serif !important;
}
.image-container:hover {
opacity: 0.5;
}
.image-container [type=file] {
display: block;
cursor: pointer;
opacity: 0;
position: absolute;
right: 0;
top: 0;
}
.entry-main-image img {
background-image: cover;
}
.entry-main-image img {
height: 250px;
width: 100% !important;
border: 1px solid rgba(68,68,68,0.2);
border-radius: 5px;
margin-bottom: 5px;
}
/* Editing input */
.edit {
font-weight: bold;
font-size: 18px !important;
width: 100%;
border: 1px solid grey !important;
border-radius: 5px !important;
padding-left: 10px !important;
}
.edit label {
padding-left: 0px !important;
}
/* General margins */
.margin {
margin-left: 9px;
margin-right: 9px;
}
/* Text wrapping */
.item-text-wrap {
overflow: auto;
padding: 10px !important;
}
.row, .col {
padding: 0px !important;
}
/* Icons and actions */
.icon-actions {
color: #444;
font-size: 16px;
border: none;
background: none;
font-weight: bold;
}
.icon-actions:hover {
opacity: 0.5;
}
.ion-trash-b {
font-size: 24px;
border: none;
background: none;
}
.icon-actions.margin{
margin-right: 0px !important;
margin-left: 20px !important;
padding: 0px !important;
}
.no-data-div {
text-align: center;
} | 0.274254 | 0.063251 |
@font-face {
font-family: roboto;
font-style: normal;
font-weight: 400;
src: url('../assets/fonts/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Roboto'), local('Roboto-Regular'),
url('../assets/fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../assets/fonts/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../assets/fonts/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../assets/fonts/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../assets/fonts/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
html {
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
body {
font-family: roboto;
margin: 0px;
height: 100%;
}
form {
margin-top:10px;
}
.el-input.is-disabled .el-input__inner {
color:#606266 !important;
}
.no-top-margin {
margin-top:0;
}
.top-margin-10 {
margin-top:10px;
}
.top-margin-20 {
margin-top:20px;
}
.block {
width: 100% !important;
}
.el-menu.el-menu--horizontal {
border: none;
font-weight: bold;
}
.el-submenu__title {
padding: 0;
}
.el-col {
padding-left: 6px !important;
padding-right: 6px !important;
}
.el-table th {
background: #ecf5ff;
color: #3a8ee6;
padding: 7px 0;
}
.el-table td {
padding: 5px 0;
}
.el-table .danger-row {
color: #f56c6c;
}
.el-button {
margin-left: 3px !important;
min-width: 40px;
}
.el-button--mini, .el-button--small {
padding: 5px 10px;
}
.el-input-number .el-input__inner {
text-align: left;
}
.el-pagination {
padding: 0px;
padding-top: 10px;
text-align: right;
}
.el-pager li {
margin: 0 1px !important;
}
.el-pagination.is-background .btn-next {
margin: 0 2px;
}
.el-pagination.is-background .btn-prev {
margin: 0 2px;
}
.el-pagination__jump {
margin-left: 0px;
}
.el-pagination__total {
float: left;
}
.el-pagination__editor {
padding: 0px;
margin: 0px;
}
h2 {
color: #424242;
margin-block-start: 0.4em;
margin-block-end: 0.4em;
}
.clearfix {
display: flex;
}
.card-header-title {
font-weight: bold;
font-size: 18px;
color: #1058a2;
align-self: center;
}
.card-header-buttons {
padding: 3px 0;
font-size: 12pt !important;
margin-left: auto;
}
.card-header-back-button {
align-self: center;
cursor: pointer;
font-size: 18pt;
}
.el-divider--horizontal {
margin: 0;
margin-top: 5px;
margin-bottom: 0;
}
.el-form-item {
margin-bottom: 11px;
}
.el-collapse {
border-top: none;
border-bottom: none;
}
.el-collapse-item__content {
padding-bottom: 10px;
}
.el-card {
min-width: 880px;
}
.no-min-width {
min-width: 0;
}
.color-success {
color: #67c23a;
}
.color-danger {
color: #f56c6c;
}
.color-warning {
color: #e6a23c;
} | src/styles/index.css | @font-face {
font-family: roboto;
font-style: normal;
font-weight: 400;
src: url('../assets/fonts/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Roboto'), local('Roboto-Regular'),
url('../assets/fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../assets/fonts/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../assets/fonts/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../assets/fonts/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../assets/fonts/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
html {
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
body {
font-family: roboto;
margin: 0px;
height: 100%;
}
form {
margin-top:10px;
}
.el-input.is-disabled .el-input__inner {
color:#606266 !important;
}
.no-top-margin {
margin-top:0;
}
.top-margin-10 {
margin-top:10px;
}
.top-margin-20 {
margin-top:20px;
}
.block {
width: 100% !important;
}
.el-menu.el-menu--horizontal {
border: none;
font-weight: bold;
}
.el-submenu__title {
padding: 0;
}
.el-col {
padding-left: 6px !important;
padding-right: 6px !important;
}
.el-table th {
background: #ecf5ff;
color: #3a8ee6;
padding: 7px 0;
}
.el-table td {
padding: 5px 0;
}
.el-table .danger-row {
color: #f56c6c;
}
.el-button {
margin-left: 3px !important;
min-width: 40px;
}
.el-button--mini, .el-button--small {
padding: 5px 10px;
}
.el-input-number .el-input__inner {
text-align: left;
}
.el-pagination {
padding: 0px;
padding-top: 10px;
text-align: right;
}
.el-pager li {
margin: 0 1px !important;
}
.el-pagination.is-background .btn-next {
margin: 0 2px;
}
.el-pagination.is-background .btn-prev {
margin: 0 2px;
}
.el-pagination__jump {
margin-left: 0px;
}
.el-pagination__total {
float: left;
}
.el-pagination__editor {
padding: 0px;
margin: 0px;
}
h2 {
color: #424242;
margin-block-start: 0.4em;
margin-block-end: 0.4em;
}
.clearfix {
display: flex;
}
.card-header-title {
font-weight: bold;
font-size: 18px;
color: #1058a2;
align-self: center;
}
.card-header-buttons {
padding: 3px 0;
font-size: 12pt !important;
margin-left: auto;
}
.card-header-back-button {
align-self: center;
cursor: pointer;
font-size: 18pt;
}
.el-divider--horizontal {
margin: 0;
margin-top: 5px;
margin-bottom: 0;
}
.el-form-item {
margin-bottom: 11px;
}
.el-collapse {
border-top: none;
border-bottom: none;
}
.el-collapse-item__content {
padding-bottom: 10px;
}
.el-card {
min-width: 880px;
}
.no-min-width {
min-width: 0;
}
.color-success {
color: #67c23a;
}
.color-danger {
color: #f56c6c;
}
.color-warning {
color: #e6a23c;
} | 0.288669 | 0.065217 |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url("../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.eot"); /* IE9 Compat Modes */
src: local(''), url("../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.eot?#iefix") format('embedded-opentype'), url("../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff2") format('woff2'), url("../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff") format('woff'), url("../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.ttf") format('truetype'), url("../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.svg#Roboto") format('svg');
/* Legacy iOS */
}
h1 {
margin-bottom: 2.5em;
}
h2 {
margin: 2em;
}
a {
color: #f57c00;
}
a:hover {
color: #ff9800;
}
.tooltip,
.container__validation:before,
.container__startup-coaching:before,
.container__teambuilding:before,
.container__promotion:before,
.container__cloud:before,
.container__container:before,
.container__website:before,
.container__design:before,
.container__payments:before,
.container__management:before,
.container__email:before,
.container__remote-work:before,
.container__incorporation:before,
.container__investment:before,
.container__finance:before,
.container__marketing:before,
.container__legal:before,
.container__analytics:before,
.container__operations:before,
.container__datascience:before,
.container__manufacturing:before,
.container__software-development:before,
.container__equity:before,
.container__3D_Printing:before,
.container__Monitoring:before,
.container__pricing:before,
.container__publishing:before,
.container__audio:before {
position: absolute;
right: 0;
bottom: 100%;
color: #e7e6e1;
background: #f57c00;
text-transform: uppercase;
font-size: 0.9rem;
padding: 0.25rem 0.75rem;
border-radius: 2.5px;
}
.card,
.container__validation div,
.container__startup-coaching div,
.container__teambuilding div,
.container__promotion div,
.container__cloud div,
.container__container div,
.container__website div,
.container__design div,
.container__payments div,
.container__management div,
.container__email div,
.container__remote-work div,
.container__incorporation div,
.container__investment div,
.container__finance div,
.container__marketing div,
.container__legal div,
.container__analytics div,
.container__operations div,
.container__datascience div,
.container__manufacturing div,
.container__software-development div,
.container__equity div,
.container__3D_Printing div,
.container__Monitoring div,
.container__pricing div,
.container__publishing div,
.container__audio div {
line-height: 2;
background: #e7e6e1;
padding: 1.2rem 1rem;
border-radius: 4px;
box-shadow: 0 2px 10px #d3d1c8;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
min-height: 100vh;
width: 100%;
font-family: 'Roboto';
color: #212121;
background: #ff9800;
}
.container {
margin: 5vh 2.5vw;
padding: 15vh 0;
background: #e7e6e1;
border-radius: 5px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.container svg {
height: 5rem;
}
.container svg line {
stroke: #ff9800;
stroke-width: 3px;
stroke-linecap: round;
stroke-dasharray: 2px 20px;
animation: animateline 5s linear both infinite;
}
h3 {
font-size: 1.1rem;
color: #191919;
}
p {
font-size: 0.95rem;
font-weight: 300;
}
.container__validation {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__validation:before {
content: 'Validation';
}
.container__validation div {
text-align: left;
margin: 0 1rem;
}
.container__startup-coaching {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__startup-coaching:before {
content: 'Startup Coaching';
}
.container__startup-coaching div {
text-align: left;
margin: 0 1rem;
}
.container__teambuilding {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__teambuilding:before {
content: 'Team Building';
}
.container__teambuilding div {
text-align: left;
margin: 0 1rem;
}
.container__promotion {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__promotion:before {
content: 'Promotion';
}
.container__promotion div {
text-align: left;
margin: 0 1rem;
}
.container__cloud {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__cloud:before {
content: 'Cloud';
}
.container__cloud div {
text-align: left;
margin: 0 1rem;
}
.container__container {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__container:before {
content: 'Container';
}
.container__container div {
text-align: left;
margin: 0 1rem;
}
.container__website {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__website:before {
content: 'Website';
}
.container__website div {
text-align: left;
margin: 0 1rem;
}
.container__design {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__design:before {
content: 'Design';
}
.container__design div {
text-align: left;
margin: 0 1rem;
}
.container__payments {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__payments:before {
content: 'Payments';
}
.container__payments div {
text-align: left;
margin: 0 1rem;
}
.container__management {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__management:before {
content: 'Management';
}
.container__management div {
text-align: left;
margin: 0 1rem;
}
.container__email {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__email:before {
content: 'email';
}
.container__email div {
text-align: left;
margin: 0 1rem;
}
.container__remote-work {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__remote-work:before {
content: 'Remote Work';
}
.container__remote-work div {
text-align: left;
margin: 0 1rem;
}
.container__incorporation {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__incorporation:before {
content: 'Incorporation';
}
.container__incorporation div {
text-align: left;
margin: 0 1rem;
}
.container__investment {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__investment:before {
content: 'Investment';
}
.container__investment div {
text-align: left;
margin: 0 1rem;
}
.container__finance {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__finance:before {
content: 'Finance';
}
.container__finance div {
text-align: left;
margin: 0 1rem;
}
.container__marketing {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__marketing:before {
content: 'Marketing';
}
.container__marketing div {
text-align: left;
margin: 0 1rem;
}
.container__legal {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__legal:before {
content: 'Legal';
}
.container__legal div {
text-align: left;
margin: 0 1rem;
}
.container__analytics {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__analytics:before {
content: 'Analytics';
}
.container__analytics div {
text-align: left;
margin: 0 1rem;
}
.container__operations {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__operations:before {
content: 'Operations';
}
.container__operations div {
text-align: left;
margin: 0 1rem;
}
.container__datascience {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__datascience:before {
content: 'Data Science';
}
.container__datascience div {
text-align: left;
margin: 0 1rem;
}
.container__manufacturing {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__manufacturing:before {
content: 'Manufacturing';
}
.container__manufacturing div {
text-align: left;
margin: 0 1rem;
}
.container__software-development {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__software-development:before {
content: 'Software Development';
}
.container__software-development div {
text-align: left;
margin: 0 1rem;
}
.container__equity {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__equity:before {
content: 'Equity';
}
.container__equity div {
text-align: left;
margin: 0 1rem;
}
.container__3D_Printing {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__3D_Printing:before {
content: '3D Printing';
}
.container__3D_Printing div {
text-align: left;
margin: 0 1rem;
}
.container__Monitoring {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__Monitoring:before {
content: 'Monitoring';
}
.container__Monitoring div {
text-align: left;
margin: 0 1rem;
}
.container__pricing {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__pricing:before {
content: 'Pricing';
}
.container__pricing div {
text-align: left;
margin: 0 1rem;
}
.container__publishing {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__publishing:before {
content: 'Publishing';
}
.container__publishing div {
text-align: left;
margin: 0 1rem;
}
.container__audio {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__audio:before {
content: 'Audio';
}
.container__audio div {
text-align: left;
margin: 0 1rem;
}
footer {
padding: 0 0 1.5em 1.5em;
}
footer a {
color: #212121;
}
footer a:hover {
color: #ffe0b2;
}
@media (max-width: 1160px) {
.container__validation,
.container__startup-coaching,
.container__teambuilding,
.container__promotion,
.container__cloud,
.container__container,
.container__website,
.container__design,
.container__payments,
.container__management,
.container__investment,
.container__incorporation,
.container__email,
.container__remote-work,
.container__finance,
.container__marketing,
.container__legal,
.container__analytics,
.container__operations,
.container__datascience,
.container__manufacturing,
.container__software-development,
.container__equity,
.container__3D_Printing,
.container__Monitoring,
.container__pricing,
.container__publishing,
.container__audio {
flex-direction: column;
}
.container__validation div,
.container__startup-coaching div,
.container__teambuilding div,
.container__promotion div,
.container__cloud div,
.container__container div,
.container__website div,
.container__design div,
.container__payments div,
.container__management div,
.container__investment div,
.container__incorporation div,
.container__email div,
.container__remote-work div,
.container__finance div,
.container__marketing div,
.container__legal div,
.container__analytics div,
.container__operations div,
.container__datascience div,
.container__manufacturing div,
.container__software-development div,
.container__equity div,
.container__3D_Printing div,
.container__Monitoring div,
.container__pricing div,
.container__publishing div,
.container__audio div {
margin: 1rem 0;
}
}
@media (prefers-color-scheme: dark) {
body {
background: #f2a365;
}
h3 {
color: #fff;
}
h1,
h2,
h4,
h5,
p,
li,
pre {
color: #ececec;
}
.tooltip,
.container__validation:before,
.container__startup-coaching:before,
.container__teambuilding:before,
.container__promotion:before,
.container__cloud:before,
.container__container:before,
.container__website:before,
.container__design:before,
.container__payments:before,
.container__management:before,
.container__investment:before,
.container__incorporation:before,
.container__email:before,
.container__remote-work:before,
.container__finance:before,
.container__marketing:before,
.container__legal:before,
.container__analytics:before,
.container__operations:before,
.container__datascience:before,
.container__manufacturing:before,
.container__software-development:before,
.container__equity:before,
.container__3D_Printing:before,
.container__Monitoring:before,
.container__pricing:before,
.container__publishing:before,
.container__audio:before {
color: #212121;
background: #f2a365;
}
.card,
.container__validation div,
.container__startup-coaching div,
.container__teambuilding div,
.container__promotion div,
.container__cloud div,
.container__container div,
.container__website div,
.container__design div,
.container__payments div,
.container__management div,
.container__investment div,
.container__incorporation div,
.container__email div,
.container__remote-work div,
.container__finance div,
.container__marketing div,
.container__legal div,
.container__analytics div,
.container__operations div,
.container__datascience div,
.container__manufacturing div,
.container__software-development div,
.container__equity div,
.container__3D_Printing div,
.container__Monitoring div,
.container__pricing div,
.container__publishing div,
.container__audio div {
background: #222831;
}
.container {
background: #222831;
}
.style-select .vs__search::placeholder,
.style-select .vs__dropdown-toggle,
.style-select .vs__dropdown-menu {
background: #222831;
border: 1px solid #bbb;
color: #ececec;
}
.style-select input {
color: #ececec;
}
.style-select .vs__dropdown-option {
color: #ececec;
}
.style-select .vs__dropdown-option--highlight {
background: #f2a365;
}
.style-select .vs__clear,
.style-select .vs__open-indicator {
fill: #394066;
}
.style-select .vs__selected {
color: #ececec;
}
.container__validation,
.container__startup-coaching,
.container__teambuilding,
.container__promotion,
.container__cloud,
.container__container,
.container__website,
.container__design,
.container__payments,
.container__management,
.container__investment,
.container__incorporation,
.container__email,
.container__remote-work,
.container__finance,
.container__marketing,
.container__legal,
.container__analytics,
.container__operations,
.container__datascience,
.container__manufacturing,
.container__software-development,
.container__equity,
.container__3D_Printing,
.container__Monitoring,
.container__pricing,
.container__publishing,
.container__audio {
background: #33313b;
}
footer p {
color: #212121;
}
}
@media (prefers-color-scheme: light) {
body {
background: #ff9800;
}
h3 {
color: #191919;
}
h1,
h2,
h4,
h5,
p,
li,
pre {
color: #212121;
}
.tooltip,
.container__validation:before,
.container__startup-coaching:before,
.container__teambuilding:before,
.container__promotion:before,
.container__cloud:before,
.container__container:before,
.container__website:before,
.container__design:before,
.container__payments:before,
.container__management:before,
.container__investment:before,
.container__incorporation:before,
.container__email:before,
.container__remote-work:before,
.container__finance:before,
.container__marketing:before,
.container__legal:before,
.container__analytics:before,
.container__operations:before,
.container__datascience:before,
.container__manufacturing:before,
.container__software-development:before,
.container__equity:before,
.container__3D_Printing:before,
.container__Monitoring:before,
.container__pricing:before,
.container__publishing:before,
.container__audio:before {
color: #e7e6e1;
background: #f57c00;
}
.card,
.container__validation div,
.container__startup-coaching div,
.container__teambuilding div,
.container__promotion div,
.container__cloud div,
.container__container div,
.container__website div,
.container__design div,
.container__payments div,
.container__management div,
.container__investment div,
.container__incorporation div,
.container__email div,
.container__remote-work div,
.container__finance div,
.container__marketing div,
.container__legal div,
.container__analytics div,
.container__operations div,
.container__datascience div,
.container__manufacturing div,
.container__software-development div,
.container__equity div,
.container__3D_Printing div,
.container__Monitoring div,
.container__pricing div,
.container__publishing div,
.container__audio div {
background: #e7e6e1;
}
.container {
background: #e7e6e1;
}
.container__validation,
.container__startup-coaching,
.container__teambuilding,
.container__promotion,
.container__cloud,
.container__container,
.container__website,
.container__design,
.container__payments,
.container__management,
.container__investment,
.container__incorporation,
.container__email,
.container__remote-work,
.container__finance,
.container__marketing,
.container__legal,
.container__analytics,
.container__operations,
.container__datascience,
.container__manufacturing,
.container__software-development,
.container__equity,
.container__3D_Printing,
.container__Monitoring,
.container__pricing,
.container__publishing,
.container__audio {
background: #e2e1db;
}
}
@-moz-keyframes animateline {
from {
stroke-dashoffset: 0;
}
to {
stroke-dashoffset: -5rem;
}
}
@-webkit-keyframes animateline {
from {
stroke-dashoffset: 0;
}
to {
stroke-dashoffset: -5rem;
}
}
@-o-keyframes animateline {
from {
stroke-dashoffset: 0;
}
to {
stroke-dashoffset: -5rem;
}
}
@keyframes animateline {
from {
stroke-dashoffset: 0;
}
to {
stroke-dashoffset: -5rem;
}
} | public/css/main.css | @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url("../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.eot"); /* IE9 Compat Modes */
src: local(''), url("../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.eot?#iefix") format('embedded-opentype'), url("../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff2") format('woff2'), url("../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.woff") format('woff'), url("../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.ttf") format('truetype'), url("../fonts/roboto-v20-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-300.svg#Roboto") format('svg');
/* Legacy iOS */
}
h1 {
margin-bottom: 2.5em;
}
h2 {
margin: 2em;
}
a {
color: #f57c00;
}
a:hover {
color: #ff9800;
}
.tooltip,
.container__validation:before,
.container__startup-coaching:before,
.container__teambuilding:before,
.container__promotion:before,
.container__cloud:before,
.container__container:before,
.container__website:before,
.container__design:before,
.container__payments:before,
.container__management:before,
.container__email:before,
.container__remote-work:before,
.container__incorporation:before,
.container__investment:before,
.container__finance:before,
.container__marketing:before,
.container__legal:before,
.container__analytics:before,
.container__operations:before,
.container__datascience:before,
.container__manufacturing:before,
.container__software-development:before,
.container__equity:before,
.container__3D_Printing:before,
.container__Monitoring:before,
.container__pricing:before,
.container__publishing:before,
.container__audio:before {
position: absolute;
right: 0;
bottom: 100%;
color: #e7e6e1;
background: #f57c00;
text-transform: uppercase;
font-size: 0.9rem;
padding: 0.25rem 0.75rem;
border-radius: 2.5px;
}
.card,
.container__validation div,
.container__startup-coaching div,
.container__teambuilding div,
.container__promotion div,
.container__cloud div,
.container__container div,
.container__website div,
.container__design div,
.container__payments div,
.container__management div,
.container__email div,
.container__remote-work div,
.container__incorporation div,
.container__investment div,
.container__finance div,
.container__marketing div,
.container__legal div,
.container__analytics div,
.container__operations div,
.container__datascience div,
.container__manufacturing div,
.container__software-development div,
.container__equity div,
.container__3D_Printing div,
.container__Monitoring div,
.container__pricing div,
.container__publishing div,
.container__audio div {
line-height: 2;
background: #e7e6e1;
padding: 1.2rem 1rem;
border-radius: 4px;
box-shadow: 0 2px 10px #d3d1c8;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
min-height: 100vh;
width: 100%;
font-family: 'Roboto';
color: #212121;
background: #ff9800;
}
.container {
margin: 5vh 2.5vw;
padding: 15vh 0;
background: #e7e6e1;
border-radius: 5px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.container svg {
height: 5rem;
}
.container svg line {
stroke: #ff9800;
stroke-width: 3px;
stroke-linecap: round;
stroke-dasharray: 2px 20px;
animation: animateline 5s linear both infinite;
}
h3 {
font-size: 1.1rem;
color: #191919;
}
p {
font-size: 0.95rem;
font-weight: 300;
}
.container__validation {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__validation:before {
content: 'Validation';
}
.container__validation div {
text-align: left;
margin: 0 1rem;
}
.container__startup-coaching {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__startup-coaching:before {
content: 'Startup Coaching';
}
.container__startup-coaching div {
text-align: left;
margin: 0 1rem;
}
.container__teambuilding {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__teambuilding:before {
content: 'Team Building';
}
.container__teambuilding div {
text-align: left;
margin: 0 1rem;
}
.container__promotion {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__promotion:before {
content: 'Promotion';
}
.container__promotion div {
text-align: left;
margin: 0 1rem;
}
.container__cloud {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__cloud:before {
content: 'Cloud';
}
.container__cloud div {
text-align: left;
margin: 0 1rem;
}
.container__container {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__container:before {
content: 'Container';
}
.container__container div {
text-align: left;
margin: 0 1rem;
}
.container__website {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__website:before {
content: 'Website';
}
.container__website div {
text-align: left;
margin: 0 1rem;
}
.container__design {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__design:before {
content: 'Design';
}
.container__design div {
text-align: left;
margin: 0 1rem;
}
.container__payments {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__payments:before {
content: 'Payments';
}
.container__payments div {
text-align: left;
margin: 0 1rem;
}
.container__management {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__management:before {
content: 'Management';
}
.container__management div {
text-align: left;
margin: 0 1rem;
}
.container__email {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__email:before {
content: 'email';
}
.container__email div {
text-align: left;
margin: 0 1rem;
}
.container__remote-work {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__remote-work:before {
content: 'Remote Work';
}
.container__remote-work div {
text-align: left;
margin: 0 1rem;
}
.container__incorporation {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__incorporation:before {
content: 'Incorporation';
}
.container__incorporation div {
text-align: left;
margin: 0 1rem;
}
.container__investment {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__investment:before {
content: 'Investment';
}
.container__investment div {
text-align: left;
margin: 0 1rem;
}
.container__finance {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__finance:before {
content: 'Finance';
}
.container__finance div {
text-align: left;
margin: 0 1rem;
}
.container__marketing {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__marketing:before {
content: 'Marketing';
}
.container__marketing div {
text-align: left;
margin: 0 1rem;
}
.container__legal {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__legal:before {
content: 'Legal';
}
.container__legal div {
text-align: left;
margin: 0 1rem;
}
.container__analytics {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__analytics:before {
content: 'Analytics';
}
.container__analytics div {
text-align: left;
margin: 0 1rem;
}
.container__operations {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__operations:before {
content: 'Operations';
}
.container__operations div {
text-align: left;
margin: 0 1rem;
}
.container__datascience {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__datascience:before {
content: 'Data Science';
}
.container__datascience div {
text-align: left;
margin: 0 1rem;
}
.container__manufacturing {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__manufacturing:before {
content: 'Manufacturing';
}
.container__manufacturing div {
text-align: left;
margin: 0 1rem;
}
.container__software-development {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__software-development:before {
content: 'Software Development';
}
.container__software-development div {
text-align: left;
margin: 0 1rem;
}
.container__equity {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__equity:before {
content: 'Equity';
}
.container__equity div {
text-align: left;
margin: 0 1rem;
}
.container__3D_Printing {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__3D_Printing:before {
content: '3D Printing';
}
.container__3D_Printing div {
text-align: left;
margin: 0 1rem;
}
.container__Monitoring {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__Monitoring:before {
content: 'Monitoring';
}
.container__Monitoring div {
text-align: left;
margin: 0 1rem;
}
.container__pricing {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__pricing:before {
content: 'Pricing';
}
.container__pricing div {
text-align: left;
margin: 0 1rem;
}
.container__publishing {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__publishing:before {
content: 'Publishing';
}
.container__publishing div {
text-align: left;
margin: 0 1rem;
}
.container__audio {
display: flex;
border-radius: 8px;
padding: 1.5rem;
background: #e2e1db;
position: relative;
}
.container__audio:before {
content: 'Audio';
}
.container__audio div {
text-align: left;
margin: 0 1rem;
}
footer {
padding: 0 0 1.5em 1.5em;
}
footer a {
color: #212121;
}
footer a:hover {
color: #ffe0b2;
}
@media (max-width: 1160px) {
.container__validation,
.container__startup-coaching,
.container__teambuilding,
.container__promotion,
.container__cloud,
.container__container,
.container__website,
.container__design,
.container__payments,
.container__management,
.container__investment,
.container__incorporation,
.container__email,
.container__remote-work,
.container__finance,
.container__marketing,
.container__legal,
.container__analytics,
.container__operations,
.container__datascience,
.container__manufacturing,
.container__software-development,
.container__equity,
.container__3D_Printing,
.container__Monitoring,
.container__pricing,
.container__publishing,
.container__audio {
flex-direction: column;
}
.container__validation div,
.container__startup-coaching div,
.container__teambuilding div,
.container__promotion div,
.container__cloud div,
.container__container div,
.container__website div,
.container__design div,
.container__payments div,
.container__management div,
.container__investment div,
.container__incorporation div,
.container__email div,
.container__remote-work div,
.container__finance div,
.container__marketing div,
.container__legal div,
.container__analytics div,
.container__operations div,
.container__datascience div,
.container__manufacturing div,
.container__software-development div,
.container__equity div,
.container__3D_Printing div,
.container__Monitoring div,
.container__pricing div,
.container__publishing div,
.container__audio div {
margin: 1rem 0;
}
}
@media (prefers-color-scheme: dark) {
body {
background: #f2a365;
}
h3 {
color: #fff;
}
h1,
h2,
h4,
h5,
p,
li,
pre {
color: #ececec;
}
.tooltip,
.container__validation:before,
.container__startup-coaching:before,
.container__teambuilding:before,
.container__promotion:before,
.container__cloud:before,
.container__container:before,
.container__website:before,
.container__design:before,
.container__payments:before,
.container__management:before,
.container__investment:before,
.container__incorporation:before,
.container__email:before,
.container__remote-work:before,
.container__finance:before,
.container__marketing:before,
.container__legal:before,
.container__analytics:before,
.container__operations:before,
.container__datascience:before,
.container__manufacturing:before,
.container__software-development:before,
.container__equity:before,
.container__3D_Printing:before,
.container__Monitoring:before,
.container__pricing:before,
.container__publishing:before,
.container__audio:before {
color: #212121;
background: #f2a365;
}
.card,
.container__validation div,
.container__startup-coaching div,
.container__teambuilding div,
.container__promotion div,
.container__cloud div,
.container__container div,
.container__website div,
.container__design div,
.container__payments div,
.container__management div,
.container__investment div,
.container__incorporation div,
.container__email div,
.container__remote-work div,
.container__finance div,
.container__marketing div,
.container__legal div,
.container__analytics div,
.container__operations div,
.container__datascience div,
.container__manufacturing div,
.container__software-development div,
.container__equity div,
.container__3D_Printing div,
.container__Monitoring div,
.container__pricing div,
.container__publishing div,
.container__audio div {
background: #222831;
}
.container {
background: #222831;
}
.style-select .vs__search::placeholder,
.style-select .vs__dropdown-toggle,
.style-select .vs__dropdown-menu {
background: #222831;
border: 1px solid #bbb;
color: #ececec;
}
.style-select input {
color: #ececec;
}
.style-select .vs__dropdown-option {
color: #ececec;
}
.style-select .vs__dropdown-option--highlight {
background: #f2a365;
}
.style-select .vs__clear,
.style-select .vs__open-indicator {
fill: #394066;
}
.style-select .vs__selected {
color: #ececec;
}
.container__validation,
.container__startup-coaching,
.container__teambuilding,
.container__promotion,
.container__cloud,
.container__container,
.container__website,
.container__design,
.container__payments,
.container__management,
.container__investment,
.container__incorporation,
.container__email,
.container__remote-work,
.container__finance,
.container__marketing,
.container__legal,
.container__analytics,
.container__operations,
.container__datascience,
.container__manufacturing,
.container__software-development,
.container__equity,
.container__3D_Printing,
.container__Monitoring,
.container__pricing,
.container__publishing,
.container__audio {
background: #33313b;
}
footer p {
color: #212121;
}
}
@media (prefers-color-scheme: light) {
body {
background: #ff9800;
}
h3 {
color: #191919;
}
h1,
h2,
h4,
h5,
p,
li,
pre {
color: #212121;
}
.tooltip,
.container__validation:before,
.container__startup-coaching:before,
.container__teambuilding:before,
.container__promotion:before,
.container__cloud:before,
.container__container:before,
.container__website:before,
.container__design:before,
.container__payments:before,
.container__management:before,
.container__investment:before,
.container__incorporation:before,
.container__email:before,
.container__remote-work:before,
.container__finance:before,
.container__marketing:before,
.container__legal:before,
.container__analytics:before,
.container__operations:before,
.container__datascience:before,
.container__manufacturing:before,
.container__software-development:before,
.container__equity:before,
.container__3D_Printing:before,
.container__Monitoring:before,
.container__pricing:before,
.container__publishing:before,
.container__audio:before {
color: #e7e6e1;
background: #f57c00;
}
.card,
.container__validation div,
.container__startup-coaching div,
.container__teambuilding div,
.container__promotion div,
.container__cloud div,
.container__container div,
.container__website div,
.container__design div,
.container__payments div,
.container__management div,
.container__investment div,
.container__incorporation div,
.container__email div,
.container__remote-work div,
.container__finance div,
.container__marketing div,
.container__legal div,
.container__analytics div,
.container__operations div,
.container__datascience div,
.container__manufacturing div,
.container__software-development div,
.container__equity div,
.container__3D_Printing div,
.container__Monitoring div,
.container__pricing div,
.container__publishing div,
.container__audio div {
background: #e7e6e1;
}
.container {
background: #e7e6e1;
}
.container__validation,
.container__startup-coaching,
.container__teambuilding,
.container__promotion,
.container__cloud,
.container__container,
.container__website,
.container__design,
.container__payments,
.container__management,
.container__investment,
.container__incorporation,
.container__email,
.container__remote-work,
.container__finance,
.container__marketing,
.container__legal,
.container__analytics,
.container__operations,
.container__datascience,
.container__manufacturing,
.container__software-development,
.container__equity,
.container__3D_Printing,
.container__Monitoring,
.container__pricing,
.container__publishing,
.container__audio {
background: #e2e1db;
}
}
@-moz-keyframes animateline {
from {
stroke-dashoffset: 0;
}
to {
stroke-dashoffset: -5rem;
}
}
@-webkit-keyframes animateline {
from {
stroke-dashoffset: 0;
}
to {
stroke-dashoffset: -5rem;
}
}
@-o-keyframes animateline {
from {
stroke-dashoffset: 0;
}
to {
stroke-dashoffset: -5rem;
}
}
@keyframes animateline {
from {
stroke-dashoffset: 0;
}
to {
stroke-dashoffset: -5rem;
}
} | 0.31363 | 0.047802 |
html {
font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
margin-bottom: 20px;
color: #191d29;
overflow-x: hidden;
font-size: 15px;
line-height: 1.8;
font-weight: 400;
-webkit-font-smoothing: antialiased;
}
button, input, optgroup, select, textarea {
line-height: inherit;
font-family: inherit;
}
* {
box-sizing: border-box;
}
::-moz-selection {
background: #ffa4a4;
text-shadow: none;
}
::selection {
background: #ffa4a4;
text-shadow: none;
}
i {
font-style: normal;
}
button, input {
border-radius: 4px;
}
a {
color: #191d29;
text-decoration: none;
transition: all 0.08s ease-in-out;
}
a:hover {
color: #000;
text-decoration: underline;
transition: all 0.08s ease-in-out;
}
hr {
border: 0;
border-bottom: 1px solid #cecece;
}
input[type='submit'] {
font-weight: 600;
padding: 3px 12px 4px;
border: 0;
background: #61bd4f;
background: linear-gradient(to bottom, #61bd4f 0, #5aac44 100%);
box-shadow: 0 2px 0 #3f6f21;
color: #fff;
cursor: pointer;
font-size: 14px;
position: relative;
top: -2px;
}
h1 {
font-size: 25px;
font-weight: 900;
}
h2 {
font-size: 19px;
margin: 0;
}
input[type='submit']:hover {
opacity: 0.90;
}
input[type='submit']:disabled {
opacity: 1;
color: #8c8c8c;
box-shadow: none;
background: #e2e4e6;
}
input[type='password'],
input[type='email'],
input[type='date'],
input[type='text'],
select {
padding: 4px 9px;
background: #edeff0;
border: 1px solid #cdd2d4;
font-weight: 500;
font-size: 14px;
color: #0a0505;
}
.wrapper {
max-width: 1000px;
padding: 0 50px;
margin: 0 auto;
}
.disabled * {
opacity: 0.2;
cursor: default;
}
.disabled input[type="submit"] {
cursor: default;
background: #e2e2e2;
box-shadow: 0 2px 0 #cecece;
opacity: 0.2;
} | build/styles/index.css | html {
font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
margin-bottom: 20px;
color: #191d29;
overflow-x: hidden;
font-size: 15px;
line-height: 1.8;
font-weight: 400;
-webkit-font-smoothing: antialiased;
}
button, input, optgroup, select, textarea {
line-height: inherit;
font-family: inherit;
}
* {
box-sizing: border-box;
}
::-moz-selection {
background: #ffa4a4;
text-shadow: none;
}
::selection {
background: #ffa4a4;
text-shadow: none;
}
i {
font-style: normal;
}
button, input {
border-radius: 4px;
}
a {
color: #191d29;
text-decoration: none;
transition: all 0.08s ease-in-out;
}
a:hover {
color: #000;
text-decoration: underline;
transition: all 0.08s ease-in-out;
}
hr {
border: 0;
border-bottom: 1px solid #cecece;
}
input[type='submit'] {
font-weight: 600;
padding: 3px 12px 4px;
border: 0;
background: #61bd4f;
background: linear-gradient(to bottom, #61bd4f 0, #5aac44 100%);
box-shadow: 0 2px 0 #3f6f21;
color: #fff;
cursor: pointer;
font-size: 14px;
position: relative;
top: -2px;
}
h1 {
font-size: 25px;
font-weight: 900;
}
h2 {
font-size: 19px;
margin: 0;
}
input[type='submit']:hover {
opacity: 0.90;
}
input[type='submit']:disabled {
opacity: 1;
color: #8c8c8c;
box-shadow: none;
background: #e2e4e6;
}
input[type='password'],
input[type='email'],
input[type='date'],
input[type='text'],
select {
padding: 4px 9px;
background: #edeff0;
border: 1px solid #cdd2d4;
font-weight: 500;
font-size: 14px;
color: #0a0505;
}
.wrapper {
max-width: 1000px;
padding: 0 50px;
margin: 0 auto;
}
.disabled * {
opacity: 0.2;
cursor: default;
}
.disabled input[type="submit"] {
cursor: default;
background: #e2e2e2;
box-shadow: 0 2px 0 #cecece;
opacity: 0.2;
} | 0.361052 | 0.119203 |
h1,h2,h2,p {
font-family: 'Arial Unicode MS', Arial, sans-serif;
}
body,table td,select {
font-family: Arial Unicode MS, Arial, sans-serif;
font-size: small;
}
body {
color: black;
margin: 0px;
border: 0px;
padding: 0px;
background: white;
direction: ltr;
}
h1 {
color: #07115A;
margin-top: 15px;
font-size: xx-large;
}
h2 {
color: #777984;
}
h3 {
margin-top: 10px;
color: #777984;
}
p {
margin-top: 10px;
}
.indentedRegion p {
padding-left: 20px;
}
.indentedRegion h3 {
padding-left: 10px;
}
.undefinedValue {
color: red;
}
.definedValue {
color: #0044A7;
}
.indentedEntryRegion {
padding-left: 20px;
font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size: 80%;
font-weight: bold;
}
.embedded_iframe {
margin: 2px;
border: 0px;
padding: 2px;
}
.embedded_iframe ul,ol li {
indent: 10px;
}
a,a:visited,a:hover {
color: #0000AA;
}
.gwt-PopupPanel {
padding: 3px;
border: 2px solid #777984;
background: url("images/mostly_opaque.png");
z-index: 2000;
}
/**
* This is to make a glass panel, created with the idea to
* gray out buttons behind a popup.
*/
.gwt-PopupPanelGlassAggregate {
background-color: #F5F5F5;
opacity: 0.6;
filter: alpha(opacity=30);
z-index: 1500;
}
#filters_data {
border-collapse: collapse;
}
#filter_submission_pagination {
background: #E3E8FF;
}
#filter_submission_pagination {
text-align: center;
color: #a1abff;
font-weight: bold;
width: 100%;
border-collapse: collapse;
}
#submission_container,#filters_container,#help_container {
overflow: scroll;
}
.not_secure_message {
color: red;
font-weight: bold;
font-height: 24px;
text-align: center;
background: #EEEEEE;
}
#not_secure_content {
position: absolute;
z-index: 1000;
width: 100%;
left: 0px;
top: 0px;
}
.error_message {
color: red;
text-align: center;
background: #EEEEEE;
}
#error_content {
position: absolute;
z-index: 1000;
width: 100%;
left: 0px;
top: 0px;
}
.popup_header {
background-color: #ECF5F6;
}
.stretch_popup_header {
background-color: #ECF5F6;
width: 100%;
}
.stretch_header {
width: 100%;
}
/**
* This makes a border on the top of a flex table and
* fills 100% of the width.
* those lines.
*/
.flexTableBorderTopStretchWidth {
padding: 3px;
border-top: 1px solid #777984;
width: 100%;
}
.help_panel {
width: 100%;
}
.help_panel td {
border: 1px solid #07115A;
width: 100%;
padding: 2px 4px 2px 4px;
}
.uploadCloseButton {
float: right;
}
.floatRight {
float: right;
}
.floatLeft {
float: left;
}
.verticalFlowPanel {
float: left;
}
.uploadFrame {
float: left;
clear: none;
border: 0px;
}
.helpvid {
border-style: solid;
border-width: 2px 2px 2px 2px;
text-decoration: none;
padding: 2px;
margin-top: 1000px;
margin-bottom: 1000px;
margin-right: 0px;
margin-left: 0px;
border-color: #69f #00f #00f #69f;
}
#chart_image,#map_area {
width: 600px;
height: 500px;
}
#nav_bar_help_login {
position: absolute;
top: 0px;
margin: 2px;
padding: 3px;
text-align: right;
float: left;
z-index: 1001;
}
#nav_bar_help_login_item {
padding: 2px 2px 2px 2px;
float: left;
z-index: 1001;
}
#filter_desc_title {
text-align: left;
}
.popup_menu {
width: 100%;
}
.popup_close_cell {
text-align: right;
}
#layout_panel,
#help_panel {
position: relative;
top: 16px;
}
#odk_aggregate_logo {
position: absolute;
left: 20px;
top: 8px;
padding-bottom: 4px;
}
#form_title_cell {
text-align: center;
}
.thumbnail {
height: 48px;
width: 64px;
vertical-align: middle;
}
.infoTableLabel {
text-align:left;
font-weight:bold;
}
.infoTableData {
text-align:right;
}
#form_name {
color: #07115A;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
#filter_header {
color: #686E93;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
#submission_nav_table {
width: 100%;
border-bottom: 1px solid #07115A;
}
#filters_container {
border-right: 1px solid #07115A;
}
#help_panel {
border-top: 1px solid #07115A;
}
.form_title_bar td {
padding-left: 10px;
padding-right: 10px;
text-align: center;
align: center;
}
.app_version_string {
font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size: 80%;
font-weight: bold;
padding-left: 20px;
color: #0044A7;
} | src/main/webapp/AggregateUI.css | h1,h2,h2,p {
font-family: 'Arial Unicode MS', Arial, sans-serif;
}
body,table td,select {
font-family: Arial Unicode MS, Arial, sans-serif;
font-size: small;
}
body {
color: black;
margin: 0px;
border: 0px;
padding: 0px;
background: white;
direction: ltr;
}
h1 {
color: #07115A;
margin-top: 15px;
font-size: xx-large;
}
h2 {
color: #777984;
}
h3 {
margin-top: 10px;
color: #777984;
}
p {
margin-top: 10px;
}
.indentedRegion p {
padding-left: 20px;
}
.indentedRegion h3 {
padding-left: 10px;
}
.undefinedValue {
color: red;
}
.definedValue {
color: #0044A7;
}
.indentedEntryRegion {
padding-left: 20px;
font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size: 80%;
font-weight: bold;
}
.embedded_iframe {
margin: 2px;
border: 0px;
padding: 2px;
}
.embedded_iframe ul,ol li {
indent: 10px;
}
a,a:visited,a:hover {
color: #0000AA;
}
.gwt-PopupPanel {
padding: 3px;
border: 2px solid #777984;
background: url("images/mostly_opaque.png");
z-index: 2000;
}
/**
* This is to make a glass panel, created with the idea to
* gray out buttons behind a popup.
*/
.gwt-PopupPanelGlassAggregate {
background-color: #F5F5F5;
opacity: 0.6;
filter: alpha(opacity=30);
z-index: 1500;
}
#filters_data {
border-collapse: collapse;
}
#filter_submission_pagination {
background: #E3E8FF;
}
#filter_submission_pagination {
text-align: center;
color: #a1abff;
font-weight: bold;
width: 100%;
border-collapse: collapse;
}
#submission_container,#filters_container,#help_container {
overflow: scroll;
}
.not_secure_message {
color: red;
font-weight: bold;
font-height: 24px;
text-align: center;
background: #EEEEEE;
}
#not_secure_content {
position: absolute;
z-index: 1000;
width: 100%;
left: 0px;
top: 0px;
}
.error_message {
color: red;
text-align: center;
background: #EEEEEE;
}
#error_content {
position: absolute;
z-index: 1000;
width: 100%;
left: 0px;
top: 0px;
}
.popup_header {
background-color: #ECF5F6;
}
.stretch_popup_header {
background-color: #ECF5F6;
width: 100%;
}
.stretch_header {
width: 100%;
}
/**
* This makes a border on the top of a flex table and
* fills 100% of the width.
* those lines.
*/
.flexTableBorderTopStretchWidth {
padding: 3px;
border-top: 1px solid #777984;
width: 100%;
}
.help_panel {
width: 100%;
}
.help_panel td {
border: 1px solid #07115A;
width: 100%;
padding: 2px 4px 2px 4px;
}
.uploadCloseButton {
float: right;
}
.floatRight {
float: right;
}
.floatLeft {
float: left;
}
.verticalFlowPanel {
float: left;
}
.uploadFrame {
float: left;
clear: none;
border: 0px;
}
.helpvid {
border-style: solid;
border-width: 2px 2px 2px 2px;
text-decoration: none;
padding: 2px;
margin-top: 1000px;
margin-bottom: 1000px;
margin-right: 0px;
margin-left: 0px;
border-color: #69f #00f #00f #69f;
}
#chart_image,#map_area {
width: 600px;
height: 500px;
}
#nav_bar_help_login {
position: absolute;
top: 0px;
margin: 2px;
padding: 3px;
text-align: right;
float: left;
z-index: 1001;
}
#nav_bar_help_login_item {
padding: 2px 2px 2px 2px;
float: left;
z-index: 1001;
}
#filter_desc_title {
text-align: left;
}
.popup_menu {
width: 100%;
}
.popup_close_cell {
text-align: right;
}
#layout_panel,
#help_panel {
position: relative;
top: 16px;
}
#odk_aggregate_logo {
position: absolute;
left: 20px;
top: 8px;
padding-bottom: 4px;
}
#form_title_cell {
text-align: center;
}
.thumbnail {
height: 48px;
width: 64px;
vertical-align: middle;
}
.infoTableLabel {
text-align:left;
font-weight:bold;
}
.infoTableData {
text-align:right;
}
#form_name {
color: #07115A;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
#filter_header {
color: #686E93;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
#submission_nav_table {
width: 100%;
border-bottom: 1px solid #07115A;
}
#filters_container {
border-right: 1px solid #07115A;
}
#help_panel {
border-top: 1px solid #07115A;
}
.form_title_bar td {
padding-left: 10px;
padding-right: 10px;
text-align: center;
align: center;
}
.app_version_string {
font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
font-size: 80%;
font-weight: bold;
padding-left: 20px;
color: #0044A7;
} | 0.354321 | 0.109372 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
*{
box-sizing: border-box;
margin: 0;
padding: 0;
outline: 0;
text-decoration: none;
}
html{
font-size: 62.5%;
}
body{
overflow-x: hidden;
font-size: 1.6rem;
height: 100vh;
font-family: 'Roboto', sans-serif;
text-rendering: optimizeLegibility;
}
/* -----------------Header-------------- */
header .main-menu{
display: flex;
justify-content: space-between;
align-items: center;
height: 8vh;
/* Responsividade */
margin: auto;
margin-top: 3rem ;
max-width: 980px;
width: 90%;
}
header nav a{
margin-left: 4.5rem;
color: black;
font-style: bolder;
}
header .logo{
color:#D6000D;
font-size: 3.5rem;
font-style: oblique;
font-weight: 900;
}
header .menu-dot{
color: black;
display: inline;
position: relative;
left: -10px;
}
header .login-button{
padding-top: .5rem;
padding-bottom: .5rem;
padding-left: 4.5rem;
padding-right: 4.5rem;
background: #D6000D;
color: white;
border-radius: .5rem;
}
/* ----------------Main container1--------------- */
.container1{
width: 90%;
max-width: 980px;
justify-content: space-between;
display: flex;
margin: 10rem auto 5rem auto;
align-items: center;
}
.videocall {
margin: 0px 0px 0px 10rem;
max-width: 300px;
min-width: 150px;
}
.container1 > div {
position: relative;
right: 15rem;
line-height: 3.5rem;
}
.container1 p {
font-weight: bolder;
}
.container1 h1{
color: #D6000D;
font-size: 4rem;
}
.container1 a{
position: absolute;
font-size: 1.8rem;
font-weight: 600;
background: #D6000D;
color: white;
padding: 2.5px;
text-align: center;
border-radius: .5rem;
margin-top: 3rem;
width: 25rem;
}
/* ---------------Main container2----------------------- */
.container2{
display: flex;
align-items: center;
justify-content: space-between;
width: 90%;
max-width: 980px;
margin: 15rem auto 5rem auto;
}
.coding {
position: relative;
top: 0rem;
right: 8rem;
width: 90%;
max-width: 350px;
min-width: 15px;
}
.wrapper ul {
list-style-type: none;
position: relative;
left:17rem;
line-height: 3rem;
text-decoration: none;
}
.container2 i{
margin-right: 10px;
color: #D6000D;
}
.call{
width: 100%;
min-width: 250px;
max-width: 350px;
position:relative;
left: 25%;
bottom: 15rem;
margin: 13rem 0px 5rem 0px;
}
.call > div{
width: 100%;
}
.call p {
font-weight: bolder;
font-size: 2rem;
}
.call input{
background-color: rgb(211, 205, 205);
border-radius: 10px;
box-shadow: 0 0 0 0;
border: 0 none;
outline: 0;
text-align: center;
height: 4rem;
color: rgb(107, 107, 107);
}
.ligamos-button{
margin-left: .5rem;
height: 4rem;
width: 5rem;
font-size: 1.5rem;
border-radius: 0.5rem;
text-decoration: none;
color: white;
background-color: #D6000D;
padding: 1rem;
}
.container3 {
width: 90%;
max-width: 980px;
margin: 5rem auto 15rem auto;
display: flex;
font-size: 1.3rem;
line-height: 2rem;
}
.testimonials {
max-width:550px;
min-width: 250px;
display: flex;
padding: 20px;
border-radius: 5px;
align-items: center;
background: rgb(224, 217, 217);
margin-left: 15px;
line-height: 1.5rem;
}
.dot {
height: 40px;
width: 55px;
background: #D6000D;
border-radius: 50%;
margin-right: 2.5rem;
margin-left: 1.5rem;
}
.name {
margin-top: 1rem;
line-height: 1rem;
font-size: 1.8rem;
font-weight: 500;
}
.profession {
margin-top: 0.5rem;
font-weight: bold;
}
/* ----------------Footer--------------- */
footer{
margin-top: 15rem;
color: white;
background: #0c0c0c;
display:flex;
background: #0c0c0c;
align-items: center;
}
.footer-container{
display:flex;
margin: 5rem auto;
background: #0c0c0c;
}
.footer-container h1 {
font-size: 5rem;
margin-bottom: 2rem;
}
.criamos > p {
font-size: 2rem;
}
.redes{
display: flex;
flex-direction: column;
}
.redes h2 {
padding: 15px;
margin: auto;
}
.redes > div{
display: flex;
position: relative;
top: -80px;
right: 10%;
}
.fab{
font-size: 2.5rem;
margin: auto;
color: #D6000D ;
}
footer div{
margin-top: 10rem;
margin-left: 5rem;
line-height: 3rem;
}
@media (max-width: 950px){
body{
overflow-x: hidden;
}
/* Alteração do tamanho da fonte em rem */
html{
font-size: 50%;
}
.videocall{
width: 90%;
margin-top: 10rem;
margin: 10rem auto auto auto;
}
.container1{
margin: auto;
text-align: center;
flex-direction: column;
}
.container1 h1 {
margin: auto;
text-align: center;
}
.container1 > div {
position: relative;
right: 0rem;
line-height: 4rem;
margin: 6rem auto;
}
.container1 p {
margin: auto;
font-size: 2rem;
}
.container1 h1{
margin: auto;
}
.container1 a{
display: block;
margin: auto;
position: relative;
top: 3rem;
padding: 1rem;
border-radius: 1rem;
width: 30rem;
}
/* container2 */
.container2{
margin-top: 5rem;
flex-direction: column;
}
.wrapper{
display: block;
margin: auto;
}
.wrapper ul{
font-size: 2rem;
left: 0rem;
line-height: 4rem;
text-decoration: none
}
.container2 > img{
order: -1;
margin: auto;
max-width: 250px;
margin: 5rem auto 5rem auto;
top: 0rem;
right: 0rem;
}
.call{
width: 100%;
min-width: 250px;
max-width: 350px;
position:relative;
top: 1.5rem;
left: 0%;
margin: 10rem auto 15rem auto;
}
}
@media (max-width: 750px){
body{
overflow-x: hidden;
}
/* ------header----- */
.login-button{
visibility: hidden;
}
.main-menu{
margin: auto;
justify-content: center;
}
header .main-menu{
display: flex;
justify-content:center;
align-items: center;
height: 8vh;
/* Responsividade */
margin: auto;
margin-top: 3rem ;
max-width: 980px;
width: 90%;
}
nav{
position: relative;
display: block;
width: 100%;
max-width:350px ;
font-size: 1.8rem;
margin: 7rem auto auto auto;
text-align: center;
align-items: center;
padding-top: 2.5rem;
}
header nav a{
position: relative;
left: 8rem;
text-align:center ;
margin: auto auto auto 15px;
}
.logo{
position: absolute;
margin: auto;
}
.container3{
margin: 2.5rem auto auto auto ;
flex-direction: column;
}
.call{
display: block;
margin:10rem auto 5rem auto;
left: 0;
align-items: center;
text-align: center;
}
.call > div{
margin: auto;
width: 100%;
max-width: 200px;
min-width: 150px;
display: flex;
flex-direction: column;
}
.call > div > input{
margin: auto;
width: 25rem;
}
.call > div > a{
display: block;
width: 25rem;
margin: 2rem auto;
border-radius: 10px;
}
.testimonials{
width: 100%;
min-width: 150px;
max-width: 300px;
margin: 5rem auto auto auto ;
border-radius: 15px;
}
.testimonials p{
text-align:left ;
justify-content: center;
font-size: 1.5rem;
}
.footer-container{
align-items: center;
text-align: center;
background: #0c0c0c;
display: flex;
flex-direction: column;
margin: auto;
}
.footer-features{
margin: 10rem auto auto auto;
}
}
@media (max-width: 350px){
nav{
font-size: 1.7rem;
}
body{
overflow-x: hidden;
}
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
*{
box-sizing: border-box;
margin: 0;
padding: 0;
outline: 0;
text-decoration: none;
}
html{
font-size: 62.5%;
}
body{
overflow-x: hidden;
font-size: 1.6rem;
height: 100vh;
font-family: 'Roboto', sans-serif;
text-rendering: optimizeLegibility;
}
/* -----------------Header-------------- */
header .main-menu{
display: flex;
justify-content: space-between;
align-items: center;
height: 8vh;
/* Responsividade */
margin: auto;
margin-top: 3rem ;
max-width: 980px;
width: 90%;
}
header nav a{
margin-left: 4.5rem;
color: black;
font-style: bolder;
}
header .logo{
color:#D6000D;
font-size: 3.5rem;
font-style: oblique;
font-weight: 900;
}
header .menu-dot{
color: black;
display: inline;
position: relative;
left: -10px;
}
header .login-button{
padding-top: .5rem;
padding-bottom: .5rem;
padding-left: 4.5rem;
padding-right: 4.5rem;
background: #D6000D;
color: white;
border-radius: .5rem;
}
/* ----------------Main container1--------------- */
.container1{
width: 90%;
max-width: 980px;
justify-content: space-between;
display: flex;
margin: 10rem auto 5rem auto;
align-items: center;
}
.videocall {
margin: 0px 0px 0px 10rem;
max-width: 300px;
min-width: 150px;
}
.container1 > div {
position: relative;
right: 15rem;
line-height: 3.5rem;
}
.container1 p {
font-weight: bolder;
}
.container1 h1{
color: #D6000D;
font-size: 4rem;
}
.container1 a{
position: absolute;
font-size: 1.8rem;
font-weight: 600;
background: #D6000D;
color: white;
padding: 2.5px;
text-align: center;
border-radius: .5rem;
margin-top: 3rem;
width: 25rem;
}
/* ---------------Main container2----------------------- */
.container2{
display: flex;
align-items: center;
justify-content: space-between;
width: 90%;
max-width: 980px;
margin: 15rem auto 5rem auto;
}
.coding {
position: relative;
top: 0rem;
right: 8rem;
width: 90%;
max-width: 350px;
min-width: 15px;
}
.wrapper ul {
list-style-type: none;
position: relative;
left:17rem;
line-height: 3rem;
text-decoration: none;
}
.container2 i{
margin-right: 10px;
color: #D6000D;
}
.call{
width: 100%;
min-width: 250px;
max-width: 350px;
position:relative;
left: 25%;
bottom: 15rem;
margin: 13rem 0px 5rem 0px;
}
.call > div{
width: 100%;
}
.call p {
font-weight: bolder;
font-size: 2rem;
}
.call input{
background-color: rgb(211, 205, 205);
border-radius: 10px;
box-shadow: 0 0 0 0;
border: 0 none;
outline: 0;
text-align: center;
height: 4rem;
color: rgb(107, 107, 107);
}
.ligamos-button{
margin-left: .5rem;
height: 4rem;
width: 5rem;
font-size: 1.5rem;
border-radius: 0.5rem;
text-decoration: none;
color: white;
background-color: #D6000D;
padding: 1rem;
}
.container3 {
width: 90%;
max-width: 980px;
margin: 5rem auto 15rem auto;
display: flex;
font-size: 1.3rem;
line-height: 2rem;
}
.testimonials {
max-width:550px;
min-width: 250px;
display: flex;
padding: 20px;
border-radius: 5px;
align-items: center;
background: rgb(224, 217, 217);
margin-left: 15px;
line-height: 1.5rem;
}
.dot {
height: 40px;
width: 55px;
background: #D6000D;
border-radius: 50%;
margin-right: 2.5rem;
margin-left: 1.5rem;
}
.name {
margin-top: 1rem;
line-height: 1rem;
font-size: 1.8rem;
font-weight: 500;
}
.profession {
margin-top: 0.5rem;
font-weight: bold;
}
/* ----------------Footer--------------- */
footer{
margin-top: 15rem;
color: white;
background: #0c0c0c;
display:flex;
background: #0c0c0c;
align-items: center;
}
.footer-container{
display:flex;
margin: 5rem auto;
background: #0c0c0c;
}
.footer-container h1 {
font-size: 5rem;
margin-bottom: 2rem;
}
.criamos > p {
font-size: 2rem;
}
.redes{
display: flex;
flex-direction: column;
}
.redes h2 {
padding: 15px;
margin: auto;
}
.redes > div{
display: flex;
position: relative;
top: -80px;
right: 10%;
}
.fab{
font-size: 2.5rem;
margin: auto;
color: #D6000D ;
}
footer div{
margin-top: 10rem;
margin-left: 5rem;
line-height: 3rem;
}
@media (max-width: 950px){
body{
overflow-x: hidden;
}
/* Alteração do tamanho da fonte em rem */
html{
font-size: 50%;
}
.videocall{
width: 90%;
margin-top: 10rem;
margin: 10rem auto auto auto;
}
.container1{
margin: auto;
text-align: center;
flex-direction: column;
}
.container1 h1 {
margin: auto;
text-align: center;
}
.container1 > div {
position: relative;
right: 0rem;
line-height: 4rem;
margin: 6rem auto;
}
.container1 p {
margin: auto;
font-size: 2rem;
}
.container1 h1{
margin: auto;
}
.container1 a{
display: block;
margin: auto;
position: relative;
top: 3rem;
padding: 1rem;
border-radius: 1rem;
width: 30rem;
}
/* container2 */
.container2{
margin-top: 5rem;
flex-direction: column;
}
.wrapper{
display: block;
margin: auto;
}
.wrapper ul{
font-size: 2rem;
left: 0rem;
line-height: 4rem;
text-decoration: none
}
.container2 > img{
order: -1;
margin: auto;
max-width: 250px;
margin: 5rem auto 5rem auto;
top: 0rem;
right: 0rem;
}
.call{
width: 100%;
min-width: 250px;
max-width: 350px;
position:relative;
top: 1.5rem;
left: 0%;
margin: 10rem auto 15rem auto;
}
}
@media (max-width: 750px){
body{
overflow-x: hidden;
}
/* ------header----- */
.login-button{
visibility: hidden;
}
.main-menu{
margin: auto;
justify-content: center;
}
header .main-menu{
display: flex;
justify-content:center;
align-items: center;
height: 8vh;
/* Responsividade */
margin: auto;
margin-top: 3rem ;
max-width: 980px;
width: 90%;
}
nav{
position: relative;
display: block;
width: 100%;
max-width:350px ;
font-size: 1.8rem;
margin: 7rem auto auto auto;
text-align: center;
align-items: center;
padding-top: 2.5rem;
}
header nav a{
position: relative;
left: 8rem;
text-align:center ;
margin: auto auto auto 15px;
}
.logo{
position: absolute;
margin: auto;
}
.container3{
margin: 2.5rem auto auto auto ;
flex-direction: column;
}
.call{
display: block;
margin:10rem auto 5rem auto;
left: 0;
align-items: center;
text-align: center;
}
.call > div{
margin: auto;
width: 100%;
max-width: 200px;
min-width: 150px;
display: flex;
flex-direction: column;
}
.call > div > input{
margin: auto;
width: 25rem;
}
.call > div > a{
display: block;
width: 25rem;
margin: 2rem auto;
border-radius: 10px;
}
.testimonials{
width: 100%;
min-width: 150px;
max-width: 300px;
margin: 5rem auto auto auto ;
border-radius: 15px;
}
.testimonials p{
text-align:left ;
justify-content: center;
font-size: 1.5rem;
}
.footer-container{
align-items: center;
text-align: center;
background: #0c0c0c;
display: flex;
flex-direction: column;
margin: auto;
}
.footer-features{
margin: 10rem auto auto auto;
}
}
@media (max-width: 350px){
nav{
font-size: 1.7rem;
}
body{
overflow-x: hidden;
}
} | 0.498779 | 0.069668 |
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sunflower:wght@300&display=swap');
* {
padding: 0;
margin: 0;
font-family: "Akkurat Pro", Arial, sans-serif;
box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
font-family: Metropolis, Arial, sans-serif;
}
a {
color: #5068a9;
text-decoration: none;
}
.outer-container {
height: 88vh;
}
.inner-container {
color: #5068a9;
width: 90%;
margin: 0 auto;
margin-top: 20px;
}
.inner-container h1 {
font-size: 40px;
}
.btn-container {
display: flex;
justify-content: center;
align-items: center;
}
.btn {
background-color: #0f117a;
border: none;
padding: 16px 30px;
color: #fff;
width: 100%;
margin-top: 20px;
border-radius: 4px;
font-family: "Akkurat Pro", Arial, sans-serif;
font-size: 16px;
letter-spacing: 0.05rem;
word-spacing: normal;
text-align: center;
text-decoration: none;
cursor: pointer;
}
.btn:hover {
opacity: 0.7;
}
.content {
margin-left: 20px;
margin-bottom: 30px;
}
.heading {
font-size: 28px;
line-height: 1.2;
width: 85%;
color: #86a6df;
}
.content p {
margin-top: 20px;
width: 80%;
line-height: 1.8;
font-family: 'Mulish', sans-serif;
}
.divider {
width: 15%;
height: 2px;
margin-top: 20px;
margin-bottom: 20px;
background-color: #0f117a;
}
.responsive-img {
margin-top: 20px;
max-width: 100%;
height: auto;
}
.responsive-img-hiw {
max-width: 75%;
height: auto;
}
.content-hiw {
margin-bottom: 40px;
}
.content-hiw-header {
text-align: center;
margin-top: 40px;
font-size: 30px;
background-color: #0f117a;
color: #fff;
padding: 30px 20px;
}
.content-hiw p {
width: 70%;
margin-left: 30px;
margin-bottom: 30px;
font-size: 20px;
font-family: 'Mulish', sans-serif;
line-height: 1.8;
}
/* about us */
.text-center {
text-align: center;
}
.about-sub-heading {
margin-top:10px;
margin-bottom: 10px;
font-size: 18px;
line-height: 22px;
color: #1f1f1f;
}
.about-heading, .contact-heading {
width: 95%;
margin: 0 auto;
margin-bottom: 20px;
font-size: 32px;
line-height: 38px;
font-weight: 300;
letter-spacing: -0.03em;
color: #02143e;
}
.about-content, .contact-content {
width: 90%;
margin: 0 auto;
}
.about-content h1 {
margin-bottom: 20px;
font-size: 30px;
line-height: 36px;
}
.about-content p, .contact-content p{
margin-top: 20px;
margin-bottom: 20px;
font-size: 18px;
line-height: 25px;
text-align: center;
font-family: Sunflower, sans-serif;
}
.contact-content h5 {
font-size: 16px;
line-height: 1.2;
margin-top: 20px;
margin-bottom: 10px;
}
.hidden {
display: none;
}
@media (min-width:468px) {
.outer-container {
display: flex;
}
.inner-container {
margin-left: 80px;
margin-top: 60px;
}
.inner-container h1 {
font-size: 65px;
}
.btn-container {
display: block;
margin-top: 40px;
}
.content {
margin-left: 80px;
margin-bottom: 60px;
width: 60%;
}
.content p {
font-size: 18px;
}
.heading {
font-size: 50px;
}
.content-hiw {
width: 70%;
margin: 0 auto;
display: flex;
align-items: center;
}
.content-hiw-header {
font-size: 50px;
}
.content-hiw p {
font-size: 25px;
}
.responsive-img-hiw {
max-width: 40%;
height: auto;
}
.about-sub-heading {
margin-top: 80px;
margin-bottom: 0px;
font-family: Ubuntu, Helvetica, sans-serif;
color: #1f1f1f;
font-size: 22px;
line-height: 32px;
}
.about-heading {
width: 70%;
margin: 0 auto;
font-family: Sunflower, sans-serif;
color: #02143e;
font-size: 60px;
line-height: 1.3em;
margin-bottom: 80px;
}
.contact-heading {
width: 70%;
margin: 0 auto;
font-family: Sunflower, sans-serif;
font-size: 60px;
line-height: 1.3em;
margin-bottom: 30px;
}
.about-content h1 {
font-size: 36px;
margin-bottom: 20px;
}
.about-content p, .contact-content p {
font-size: 20px;
width: 70%;
margin: 0 auto;
line-height: 1.6em;
margin-bottom: 40px;
}
.contact-content h5 {
font-size: 30px;
}
}
@media (min-width: 1920px) {
.inner-container h1 {
width: 65%;
font-size: 90px;
}
.heading {
font-size: 55px;
}
.content p {
font-size: 22px;
}
.content-hiw p {
font-size: 30px;
}
} | src/styles/global.css | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sunflower:wght@300&display=swap');
* {
padding: 0;
margin: 0;
font-family: "Akkurat Pro", Arial, sans-serif;
box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
font-family: Metropolis, Arial, sans-serif;
}
a {
color: #5068a9;
text-decoration: none;
}
.outer-container {
height: 88vh;
}
.inner-container {
color: #5068a9;
width: 90%;
margin: 0 auto;
margin-top: 20px;
}
.inner-container h1 {
font-size: 40px;
}
.btn-container {
display: flex;
justify-content: center;
align-items: center;
}
.btn {
background-color: #0f117a;
border: none;
padding: 16px 30px;
color: #fff;
width: 100%;
margin-top: 20px;
border-radius: 4px;
font-family: "Akkurat Pro", Arial, sans-serif;
font-size: 16px;
letter-spacing: 0.05rem;
word-spacing: normal;
text-align: center;
text-decoration: none;
cursor: pointer;
}
.btn:hover {
opacity: 0.7;
}
.content {
margin-left: 20px;
margin-bottom: 30px;
}
.heading {
font-size: 28px;
line-height: 1.2;
width: 85%;
color: #86a6df;
}
.content p {
margin-top: 20px;
width: 80%;
line-height: 1.8;
font-family: 'Mulish', sans-serif;
}
.divider {
width: 15%;
height: 2px;
margin-top: 20px;
margin-bottom: 20px;
background-color: #0f117a;
}
.responsive-img {
margin-top: 20px;
max-width: 100%;
height: auto;
}
.responsive-img-hiw {
max-width: 75%;
height: auto;
}
.content-hiw {
margin-bottom: 40px;
}
.content-hiw-header {
text-align: center;
margin-top: 40px;
font-size: 30px;
background-color: #0f117a;
color: #fff;
padding: 30px 20px;
}
.content-hiw p {
width: 70%;
margin-left: 30px;
margin-bottom: 30px;
font-size: 20px;
font-family: 'Mulish', sans-serif;
line-height: 1.8;
}
/* about us */
.text-center {
text-align: center;
}
.about-sub-heading {
margin-top:10px;
margin-bottom: 10px;
font-size: 18px;
line-height: 22px;
color: #1f1f1f;
}
.about-heading, .contact-heading {
width: 95%;
margin: 0 auto;
margin-bottom: 20px;
font-size: 32px;
line-height: 38px;
font-weight: 300;
letter-spacing: -0.03em;
color: #02143e;
}
.about-content, .contact-content {
width: 90%;
margin: 0 auto;
}
.about-content h1 {
margin-bottom: 20px;
font-size: 30px;
line-height: 36px;
}
.about-content p, .contact-content p{
margin-top: 20px;
margin-bottom: 20px;
font-size: 18px;
line-height: 25px;
text-align: center;
font-family: Sunflower, sans-serif;
}
.contact-content h5 {
font-size: 16px;
line-height: 1.2;
margin-top: 20px;
margin-bottom: 10px;
}
.hidden {
display: none;
}
@media (min-width:468px) {
.outer-container {
display: flex;
}
.inner-container {
margin-left: 80px;
margin-top: 60px;
}
.inner-container h1 {
font-size: 65px;
}
.btn-container {
display: block;
margin-top: 40px;
}
.content {
margin-left: 80px;
margin-bottom: 60px;
width: 60%;
}
.content p {
font-size: 18px;
}
.heading {
font-size: 50px;
}
.content-hiw {
width: 70%;
margin: 0 auto;
display: flex;
align-items: center;
}
.content-hiw-header {
font-size: 50px;
}
.content-hiw p {
font-size: 25px;
}
.responsive-img-hiw {
max-width: 40%;
height: auto;
}
.about-sub-heading {
margin-top: 80px;
margin-bottom: 0px;
font-family: Ubuntu, Helvetica, sans-serif;
color: #1f1f1f;
font-size: 22px;
line-height: 32px;
}
.about-heading {
width: 70%;
margin: 0 auto;
font-family: Sunflower, sans-serif;
color: #02143e;
font-size: 60px;
line-height: 1.3em;
margin-bottom: 80px;
}
.contact-heading {
width: 70%;
margin: 0 auto;
font-family: Sunflower, sans-serif;
font-size: 60px;
line-height: 1.3em;
margin-bottom: 30px;
}
.about-content h1 {
font-size: 36px;
margin-bottom: 20px;
}
.about-content p, .contact-content p {
font-size: 20px;
width: 70%;
margin: 0 auto;
line-height: 1.6em;
margin-bottom: 40px;
}
.contact-content h5 {
font-size: 30px;
}
}
@media (min-width: 1920px) {
.inner-container h1 {
width: 65%;
font-size: 90px;
}
.heading {
font-size: 55px;
}
.content p {
font-size: 22px;
}
.content-hiw p {
font-size: 30px;
}
} | 0.272315 | 0.08617 |
.nav {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: var(--baseline);
}
.logo {
display: block;
width: 156px;
svg {
overflow: visible;
}
}
.logo:hover svg path {
animation-duration: .9s;
animation-timing-function: var(--customEase);
transform-origin: center;
&:nth-child(1) {
animation-name: action-tada;
animation-delay: 0;
}
&:nth-child(2) {
animation-name: action-jelly;
animation-delay: .1s;
}
&:nth-child(3) {
animation-name: action-groove;
animation-delay: .2s;
}
&:nth-child(4) {
animation-name: action-shake;
animation-delay: .3s;
}
}
.header {
margin: var(--baseline) 0;
}
.mainTitle {
margin: var(--baseline) 0;
line-height: 1;
}
.subTitle {
font-size: 1.3333333333333333rem;
line-height: 1.4;
font-weight: 600;
letter-spacing: -0.5px;
}
/* Micron CSS inspired https://github.com/webkul/micron */
@keyframes action-tada {
0% {
transform: scale(1);
}
20% {
transform: scale(1.1) rotate(3deg);
}
40% {
transform: scale(0.97);
}
60% {
transform: scale(0.99) rotate(-3deg);
}
80% {
transform: scale(1.05);
}
100% {
transform: scale(1);
}
}
@keyframes action-jelly {
0% {
transform: scaleX(1);
}
20% {
transform: scaleX(0.9) translateY(5px);
}
50% {
transform: scaleX(1.25);
}
85% {
transform: scaleX(0.8);
}
100% {
transform: scaleX(1);
}
}
@keyframes action-groove {
0% {
transform: skewY(0deg) rotate(0deg);
}
15% {
transform: skewY(-10deg) rotateZ(8deg);
}
35% {
transform: skewY(10deg) rotateZ(-8deg);
}
55% {
transform: skewY(-6deg) rotateZ(-4deg);
}
85% {
transform: skewY(6deg) rotateZ(4deg);
}
100% {
transform: skewY(0deg) rotate(0deg);
}
}
@keyframes action-shake {
0% {
transform: translateX(0px);
}
15% {
transform: translateX(-3px);
}
25% {
transform: translateX(3px) translateX(3px);
}
45% {
transform: translateX(-2px);
}
65% {
transform: translateX(3px);
}
85% {
transform: translateX(-2px);
}
100% {
transform: translateX(0px);
}
} | src/styles/modules/header.module.css | .nav {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: var(--baseline);
}
.logo {
display: block;
width: 156px;
svg {
overflow: visible;
}
}
.logo:hover svg path {
animation-duration: .9s;
animation-timing-function: var(--customEase);
transform-origin: center;
&:nth-child(1) {
animation-name: action-tada;
animation-delay: 0;
}
&:nth-child(2) {
animation-name: action-jelly;
animation-delay: .1s;
}
&:nth-child(3) {
animation-name: action-groove;
animation-delay: .2s;
}
&:nth-child(4) {
animation-name: action-shake;
animation-delay: .3s;
}
}
.header {
margin: var(--baseline) 0;
}
.mainTitle {
margin: var(--baseline) 0;
line-height: 1;
}
.subTitle {
font-size: 1.3333333333333333rem;
line-height: 1.4;
font-weight: 600;
letter-spacing: -0.5px;
}
/* Micron CSS inspired https://github.com/webkul/micron */
@keyframes action-tada {
0% {
transform: scale(1);
}
20% {
transform: scale(1.1) rotate(3deg);
}
40% {
transform: scale(0.97);
}
60% {
transform: scale(0.99) rotate(-3deg);
}
80% {
transform: scale(1.05);
}
100% {
transform: scale(1);
}
}
@keyframes action-jelly {
0% {
transform: scaleX(1);
}
20% {
transform: scaleX(0.9) translateY(5px);
}
50% {
transform: scaleX(1.25);
}
85% {
transform: scaleX(0.8);
}
100% {
transform: scaleX(1);
}
}
@keyframes action-groove {
0% {
transform: skewY(0deg) rotate(0deg);
}
15% {
transform: skewY(-10deg) rotateZ(8deg);
}
35% {
transform: skewY(10deg) rotateZ(-8deg);
}
55% {
transform: skewY(-6deg) rotateZ(-4deg);
}
85% {
transform: skewY(6deg) rotateZ(4deg);
}
100% {
transform: skewY(0deg) rotate(0deg);
}
}
@keyframes action-shake {
0% {
transform: translateX(0px);
}
15% {
transform: translateX(-3px);
}
25% {
transform: translateX(3px) translateX(3px);
}
45% {
transform: translateX(-2px);
}
65% {
transform: translateX(3px);
}
85% {
transform: translateX(-2px);
}
100% {
transform: translateX(0px);
}
} | 0.709019 | 0.214403 |
body{
background: #ffffff;
font-family: 'Open Sans', sans-serif;
}
/*-- //Team --*/
.team {
background-color: #F5F5F5;
}
.team-grid{
text-align:center;
padding: 0 1px;
}
.team-grid h4 {
font-size: 30px;
font-weight: 100;
color: #FFF;
margin-bottom: 30px;
}
.pic {
max-width: 300px;
max-height: 300px;
position: relative;
overflow: hidden;
display: inline-block;
animation: anima 2s;
-webkit-animation: anima 2s;
-moz-animation: anima 2s;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.pic .pic-image, .pic-caption, .pic:hover .pic-caption, .pic:hover img {
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
.pic-image {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.pic-caption {
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
padding: 4.5em 1em 0;
text-align: center;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.top-to-bottom {
bottom: 50%;
left: 0;
}
.team-grid:hover .pic .top-to-bottom {
left: 0;
bottom: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
z-index: 9999;
}
.pic-caption h5{
font-size: 1.5em;
color: #fff;
margin: 0 0 .5em;
text-transform: capitalize;
}
.pic-caption p{
line-height: 1.8em;
color: #E4E4E4;
}
.stack img {
width: 100%;
height: auto;
vertical-align: bottom;
border: 10px solid #fff;
border-radius: 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.stack:last-of-type {
margin-right: 0;
}
.stack.twisted:before {
-webkit-transform: rotate(4deg);
-moz-transform: rotate(4deg);
transform: rotate(4deg);
-moz-transform: rotate(4deg);
-o-transform: rotate(4deg);
}
.stack.twisted:after {
-webkit-transform: rotate(-4deg);
-moz-transform: rotate(-4deg);
transform: rotate(-4deg);
-ms-transform: rotate(-4deg);
-o-transform: rotate(-4deg);
}
.stack:hover:before, .stack:hover:after,.team-grid:hover .stack:before,.team-grid:hover .stack:after{
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
}
.stack:before, .stack:after {
content: "";
border-radius: 3px;
width: 100%;
height: 100%;
position: absolute;
border: 10px solid #fff;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-transition: 0.5s all ease-out;
-moz-transition: 0.5s all ease-out;
transition: 0.5s all ease-out;
-o-transition: 0.5s all ease-out;
-ms-transition: 0.5s all ease-out;
}
.stack:before {
top: 4px;
z-index: -10;
}
.stack:after {
top: 8px;
z-index: -20;
}
.stack {
float: none;
width: 92%;
margin:3% 0% 8% 4%;
position: relative;
z-index: 1;
}
.social {
text-align: center;
}
ul.social-icons li {
display: inline-block;
}
ul.social-icons li a {
display: inline-block;
width: 30px;
height: 30px;
background: url("../images/img-sprite.png") no-repeat 0px 0px;
background-size: 200px;
}
ul.social-icons li a.facebook:hover {
background-position: 0px -33px;
}
ul.social-icons li a.twitter {
background-position: -35px 0px;
}
ul.social-icons li a.twitter:hover {
background-position: -35px -33px;
}
ul.social-icons li a.googleplus {
background-position: -69px 0px;
}
ul.social-icons li a.googleplus:hover {
background-position: -69px -33px;
}
ul.social-icons li a.instagram {
background-position: -102px 0px;
}
ul.social-icons li a.instagram:hover {
background-position: -102px -33px;
}
ul.social-icons li a.youtube {
background-position: -135px 0px;
}
ul.social-icons li a.youtube:hover {
background-position: -135px -33px;
}
/*-- //Team --*/
.header{
background: /*black*/url(../images/inicioWeb.jpg)0px 0px;
width: 100%;
height: 1000px;
display: block;
padding: 10em 0;
background-size:cover;
}
.logo-head{
float: left;
width: 50%;
height: 80%;
}
.logo-head p{
padding: 0.2em 0;
margin: 0;
color: #fff;
font-size: 4.2em;
font-weight: 600;
text-align: center;
}
.head-grid{
float: left;
width: 34.9%;
padding: 0 3px;
}
img.clock,img.clock-item{
margin: 0 auto;
}
.grid-men,.tv-portfolio{
padding: 2.5em 0;
}
.grid-tv,.men{
float: left;
width: 16.666%;
text-align: center;
background:#3954ef; /*#1EDBB5 #1e85db #2bf918*/
height: 190px;
}
.grid-tv:hover,.men:hover,.grid-msg:hover{
background:#566def ; /*#1BBC9B #228ff4 #5bff4c*/
}
.tv-portfolio:hover{
background:#3954ef; /*#1EDBB5 #1e85db #2bf918*/
}
.men{
width: 48%;
}
.grid-tv h6,.men h6,.grid-msg h6{
color: #fff;
font-size: 2em;
padding: 0;
margin: 0;
text-transform: uppercase;
}
.tv-portfolio{
background:#566def ; /*#1BBC9B #228ff4 #5bff4c*/
}
.grid-msg{
float: left;
width: 19.9%;
text-align: center;
background:#3954ef; /*#1EDBB5 #1e85db #2bf918*/
height: 189px;
}
.grid-head-contact {
padding: 0 0em 0 13.5em;
}
.msg-head{
float: right;
}
.up{
text-align: center;
padding: 9em 0;
}
.header-home{
background: #1BBC9B;
z-index: 999;
padding: 1em 0;
}
.logo{
float:left;
}
.top-nav{
float: right;
}
.top-nav ul{
padding: 0;
margin: 0;
}
.top-nav ul li{
display: inline-block;
padding: 0.8em;
}
.top-nav ul li a{
color: #fff;
font-size: 1.6em;
text-transform: uppercase;
text-decoration: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
padding: 0;
}
.active{
font-weight: 700;
}
.top-nav ul li.active a{
font-weight: 700;
}
.border-side{
position: absolute;
border-right: 1px solid #FFF;
height: 200px;
top: 51%;
right: 9%;
}
.fixed{
position: fixed;
top: 0;
width: 100%;
margin: 0 auto;
left:0;
}
.top-nav span.menu{
display:none;
}
.top-nav span.menu:before{
content:url("../../images/webApp/menu.png");
cursor:pointer;
width:100%;
}
/*----responsive-menu-start---*/
@media(max-width:768px){
.top-nav ul li{
display:block;
float:none;
margin: 1.5em 0.7em;
padding: 0 0;
text-align: center;
}
.top-nav ul li a{
color:#fff;
border: none;
padding: 0;
}
.top-nav ul{
display:none;
background:rgba(27, 188, 155, 0.9);
position:absolute;
width:100%;
z-index: 999;
left: 0%;
margin: 0em 0em;
}
.top-nav span.menu{
display: block;
width: 100%;
position:relative;
padding: 1.1em 1em 0.5em;
text-align: right;
}
.top-nav ul li span{
display: none;
}
}
/*----*/
.about{
padding: 4em 0;
}
.about h3{
font-size:3em;
font-weight:600;
text-align: center;
color: #1ABB9A;
text-transform: uppercase;
border-bottom: 1px solid #BBBBBB;
width:35%;
margin: 0 auto;
padding: 0 0 0.8em;
}
.about h3 span {
border-bottom: 5px solid #1ABB9A;
padding: 27px 0;
}
.about-left p{
font-size: 1.5em;
color: #414141;
margin: 0;
text-align:center;
font-weight: 300;
}
p.about-para{
padding: 1.5em 0 0.5em;
}
.about-right h5{
font-size: 2.5em;
color: #000;
margin: 0;
}
.about-green h6{
font-size: 1.5em;
color: #414141;
margin: 0;
text-transform: uppercase;
}
.content-green{
width: 100%;
margin: 18px auto;
background: #D7DEE0;
height: 22px;
border-radius: 25px;
}
.content-green > div {
height: 100%;
display: block;
background: #1BBC9B;
border-radius: 25px;
}
a.more{
color: #1BBC9B;
font-size: 1.6em;
border:2px solid #1BBC9B;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
text-decoration: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
padding: 0.6em 1.8em;
}
a.more:hover{
background: #1BBC9B;
color: #fff;
border:2px solid #1BBC9B;
}
.green-about {
padding: 2em 0 2.5em;
}
.about-grid {
padding: 3em 0;
}
/*----*/
.team{
background: url(../../images/webApp/b.jpg)0px 0px;
width: 100%;
height: 800px;
display: block;
background-size:cover;
padding: 5em 0 2em;
}
.team-head h3{
font-size:3em;
font-weight:600;
text-align: center;
color: #fff;
text-transform: uppercase;
border-bottom: 1px solid #BBBBBB;
width:35%;
margin: 0 auto;
padding: 0 0 0.8em;
}
.team-head h3 span {
border-bottom: 5px solid #fff;
padding: 27px 0;
}
.team-head p{
font-size: 1.5em;
color: #fff;
margin: 0;
text-align:center;
font-weight: 300;
padding: 2em 0;
}
.team-left img{
border-radius:500px;
}
.team-left h6{
font-size: 2.5em;
color: #fff;
margin: 0;
text-align:center;
}
.team-left p{
font-size: 2em;
color: #fff;
margin: 0;
text-align:center;
}
.team-bottom {
padding: 4em 0;
}
.team-one{
margin: 0 auto;
}
/*----*/
.about-us{
background: #1BBC9B;
padding: 5em 0 3em;
}
.us-top h3{
font-size:3em;
font-weight:600;
text-align: center;
color: #fff;
text-transform: uppercase;
border-bottom: 1px solid #BBBBBB;
width:56%;
margin: 0 auto;
padding: 0 0 0.8em;
}
.us-top h3 span {
border-bottom: 5px solid #fff;
padding: 27px 0;
}
.us-top p{
font-size: 1.5em;
color: #fff;
margin: 0;
text-align:center;
font-weight: 300;
padding: 2em 0;
}
.sale h5{
font-size: 3.5em;
color: #fff;
text-align:center;
font-weight:700;
}
.sale p{
font-size: 2em;
color: #fff;
text-align:center;
margin: 0;
}
.us-bottom {
padding: 2em 0;
}
/*----*/
.services{
padding: 4em 0 7em;
background: #EEEEEE;
}
.services h3{
font-size:3em;
font-weight:600;
text-align: center;
color: #1ABB9A;
text-transform: uppercase;
border-bottom: 1px solid #BBBBBB;
width:35%;
margin: 0 auto;
padding: 0 0 0.8em;
}
.services h3 span {
border-bottom: 5px solid #1ABB9A;
padding: 26px 0;
}
.phone{
float: left;
}
.serivce-left{
float: right;
width: 74%;
}
.serivce-left h5{
font-size:2.1em;
color: #1BBC9B;
padding: 0 0 0.5em;
margin: 0;
}
.serivce-left p{
font-size:1.3em;
color: #000;
padding: 0 0;
margin: 0;
}
.service-grid {
padding: 4em 0 0;
}
/*----*/
.portfolio-top h3{
font-size:3em;
font-weight:600;
text-align: center;
color: #1BBC9B;
text-transform: uppercase;
border-bottom: 1px solid #BBBBBB;
width:35%;
margin: 0 auto;
padding: 0 0 0.8em;
}
.portfolio-top h3 span {
border-bottom: 5px solid #1BBC9B;
padding: 27px 0;
}
.portfolio-top p{
font-size: 1.5em;
color: #000;
margin: 0;
text-align:center;
font-weight: 300;
padding: 2em 0;
}
.portifolio {
text-align: center;
padding: 5em 0;
}
.port-head{
background: #1BBC9B;
text-align: left;
width: 88%;
margin: 0 auto;
position: absolute;
bottom: 0;
left: 15px;
padding: 10px;
display: none;
}
.port-head h4{
font-size: 1.6em;
color: #fff;
margin:0;
}
.port-head p{
font-size: 1em;
color: #fff;
margin: 0;
padding: 7px 0 0;
}
.item:hover .port-head{
display: block;
}
.item{
position: relative;
}
.portfolio-item {
padding: 2em 0;
}
.example {
padding: 0 0 2em;
}
/*--clients--*/
.clients-top {
padding: 2em 0 1em;
}
.clients{
background: url(../../images/webApp/bb.jpg)0px 0px;
width: 100%;
height: 844px;
display: block;
background-size:cover;
padding: 5em 0 3em;
}
.clients-grid ul{
padding: 0;
margin: 0;
}
.clients-grid ul li{
display: inline-block;
}
.clients-grid ul li a{
font-size: 1.8em;
color: #fff;
text-decoration:none;
}
.clients-top h3{
font-size:3em;
font-weight:600;
text-align: center;
color: #fff;
text-transform: uppercase;
border-bottom: 1px solid #BBBBBB;
width:35%;
margin: 0 auto;
padding: 0 0 0.8em;
}
.clients-top h3 span {
border-bottom: 5px solid #fff;
padding: 26px 0;
}
.clients-top p{
font-size: 1.5em;
margin: 0;
text-align:center;
font-weight: 300;
padding: 2em 0;
color:#fff;
}
.bottom-men img{
border-radius:200px;
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
-o-border-radius: 200px;
-ms-border-radius: 200px;
margin: 0 auto;
}
.bottom-matter-left p{
margin: 0 0;
font-size: 1.6em;
line-height: 25px;
color:#fff;
width: 68%;
padding: 1em 0;
}
.bottom-matter-left span{
text-decoration: none;
font-size: 3em;
color: #fff;
}
.bottom-matter-left {
padding: 3em 0;
}
.grid-matter-bottom {
padding: 3em 0;
}
.wmuSlider {
position: relative;
overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
max-width: 100%;
width: auto;
height: auto;
display:block;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
position: absolute;
width:44px;
height:101px;
text-indent: -9999px;
background: url(../../images/webApp/arrow.png)no-repeat ;
top:35%;
z-index: 2;
cursor: pointer;
}
.wmuSliderPrev {
background-position:0px 0px;
left:0em;
}
.wmuSliderNext {
background-position:-54px 0px;
right: 0px;
}
/*---contact--*/
.contact{
position: relative;
padding: 0 0 5em;
text-align: center;
}
.map iframe {
width: 100%;
min-height: 500px;
border: none;
}
.map span {
background: rgba(7, 5, 0, 0.59);
min-height: 500px;
width: 100%;
position: absolute;
top: 0;
}
.contact-grid{
background: #34495E;
color:#fff;
text-align: center;
position: absolute;
top: 0;
width: 35%;
right: 16%;
padding: 2em 0;
}
.contact-grid p{
font-size: 1.7em;
margin: 0;
}
p.contact-para{
font-size: 2em;
}
p.contact-number{
color: #1BBC9B;
}
.content-grid-bottom{
padding: 1em 0;
}
ul.social{
padding: 0;
margin: 0;
}
ul.social li {
display: inline-block;
}
ul.social li a span{
background: url(../../images/webApp/face.png)0px 0px;
width: 66px;
height: 71px;
display: block;
}
ul.social li.tin a span{
background-position: -72px 0px;
}
ul.social li.inline a span{
background-position: -146px 0px;
}
span.drop{
background: url(../../images/webApp/dr.png)0px 0px;
width: 89px;
height: 106px;
display: block;
position: absolute;
top: 19%;
left: 27.5%;
}
.us-contact h3{
font-size:3em;
font-weight:600;
text-align: center;
color: #1BBC9B;
text-transform: uppercase;
border-bottom: 1px solid #BBBBBB;
width:35%;
margin: 0 auto;
padding: 0 0 0.8em;
}
.us-contact h3 span {
border-bottom: 5px solid #1BBC9B;
padding: 26px 0;
}
.us-contact p{
font-size: 1.5em;
color: #000;
margin: 0;
text-align:center;
font-weight: 300;
padding: 2em 0;
}
.contact-bottom input[type="text"],.contact-bottom textarea{
background:#EEEEEE;
border:none;
outline:none;
padding:0.9em;
width:100%;
margin:1em;
font-size: 1.4em;
color: #8D8B8B;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
}
.contact-bottom textarea{
resize:none;
-webkit-appearance: none;
}
.us-contact {
padding: 4em 0 0em;
}
.grid-contact-bootom {
padding: 0 0 2em;
}
input[type="submit"]{
color: #1BBC9B;
font-size: 1.6em;
border:2px solid #1BBC9B;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
text-decoration: none;
padding: 0.6em 2em;
outline:none;
background: none;
}
input[type="submit"]:hover{
border:2px solid #1BBC9B;
background:#1BBC9B ;
color: #fff;
}
/*--footer--*/
.footer{
background:#EEEEEE;
text-align:center;
padding: 2em 0;
}
.footer-class{
float: left;
}
h4.footer-class{
font-size:1.8em;
margin: 0;
color:#AAAAAA;
}
h4.footer-class span{
color: #1BBC9B;
}
.class-footer{
float: right;
}
.footer p{
margin:0;
color:#AAAAAA;
font-size:1.3em;
}
.footer a{
color: #1BBC9B;
text-decoration:none;
}
.footer a:hover{
color:#AAAAAA;
}
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 25px;
right: 10px;
overflow: hidden;
width: 48px;
height: 48px;
border: none;
text-indent: 100%;
background: url('../../images/webApp/arr.png') no-repeat 0px 0px;
}
/*--responsive media-quries--*/
@media(max-width:1440px){
}
@media(max-width:1366px){
.grid-msg {
height: 189px;
}
}
@media(max-width:1280px){
}
@media(max-width:1024px){
.grid-tv, .men {
height: 155px;
}
.grid-head-contact {
padding: 0 0em 0 11.2em;
}
.grid-msg {
height: 157px;
width: 20%;
}
.grid-tv h6, .men h6, .grid-msg h6 {
font-size: 1.7em;
}
.header {
height: 900px;
}
.team-head h3 {
width: 41%;
}
.us-top h3 {
width: 64%;
}
.logo-head p {
font-size: 1.7em;
}
}
@media(max-width:768px){
.grid-men, .tv-portfolio {
padding: 0.5em 0;
}
.grid-tv, .men {
height: 118px;
}
.grid-tv h6, .men h6, .grid-msg h6 {
font-size: 1.4em;
}
.grid-msg {
height: 120px;
}
.grid-head-contact {
padding: 0 0em 0 8.5em;
}
.header {
height: 765px;
padding: 7em 0;
}
.team-head h3 {
width: 50%;
}
.left-team{
display: none;
}
.us-top h3 {
width: 84%;
}
.services h3 {
width: 44%;
}
.grid-left-services{
padding: 1em 0;
}
.clients-top h3 {
width: 41%;
}
.us-contact h3 {
width: 41%;
}
.service-grid {
padding: 1em 0 0;
}
.grid-item{
margin: 0 auto;
}
.port-head {
left: 16.7em;
width:35%;
}
.item {
padding: 5px 0;
}
.portfolio-item {
padding: 0em 0;
}
.clients-grid {
text-align: center;
}
.contact-grid {
width: 45%;
}
.contact-bottom input[type="text"], .contact-bottom textarea {
width: 97%;
}
}
@media(max-width:640px){
.logo-head p {
font-size: 1.4em;
}
.grid-tv h6, .men h6, .grid-msg h6 {
font-size: 1.3em;
}
.grid-tv, .men {
height: 96px;
}
img.clock {
width: 66%;
}
.grid-msg {
height: 99px;
}
.grid-head-contact {
padding: 0 0em 0 7em;
}
.header {
height: 602px;
padding: 5em 0;
}
.up {
padding: 6em 0;
}
.about h3 {
width: 44%;
}
.team-head h3 {
width: 64%;
}
.us-top h3 {
width: 100%;
}
.services h3 {
width: 68%;
}
.portfolio-top h3 {
width: 54%;
}
.port-head {
left: 12.2em;
width: 42.3%;
}
.clients-top h3 {
width: 64%;
}
.us-contact h3 {
width: 53%;
}
.about {
padding: 3em 0;
}
.about-left p {
font-size: 1.3em;
}
.team {
padding: 3em 0;
}
.team-bottom {
padding: 1em 0;
}
.services {
padding: 3em 0 4em;
}
.portifolio {
padding: 4em 0;
}
.portfolio-top p {
font-size: 1.3em;
}
.contact-grid {
right: 14%;
}
.content-bottom {
display: none;
}
}
@media(max-width:480px){
.logo-head p {
font-size: 1em;
}
.grid-tv, .men {
height: 72px;
}
.grid-msg {
height: 72px;
}
.grid-head-contact {
padding: 0 0em 0 5.1em;
}
.up {
padding: 5em 0;
}
.header {
height: 485px;
}
.about h3 {
font-size: 2.5em;
width: 58%;
}
.about h3 span {
padding: 22px 0;
}
.about-left p {
font-size: 1.2em;
height: 51px;
overflow: hidden;
}
.about {
padding: 2em 0;
}
.team-head h3 {
width: 85%;
font-size: 2.5em;
}
.team-head h3 span {
padding: 22px 0;
}
.team-head p {
font-size: 1.2em;
height: 83px;
overflow: hidden;
}
.team {
height: 575px;
}
.us-top h3 {
font-size: 2.1em;
}
.us-top h3 span {
padding: 18px 0;
}
.us-top p {
font-size: 1.2em;
height: 84px;
overflow: hidden;
}
.sale h5 {
font-size: 3em;
}
.sale p {
font-size: 1.7em;
}
.about-us {
padding: 3em 0 1em;
}
.services h3 {
font-size: 2.5em;
}
.services h3 span ,.clients-top h3 span,.us-contact h3 span{
padding: 22px 0;
}
.serivce-left h5 {
font-size: 1.7em;
}
.serivce-left p {
font-size: 1.1em;
}
.services {
padding: 2em 0 3em;
}
.portfolio-top h3,.clients-top h3,.us-contact h3 {
font-size: 2.5em;
}
.portfolio-top h3 span {
padding: 22px 0;
}
.portfolio-top p {
font-size: 1.2em;
overflow: hidden;
height: 87px;
}
.port-head {
left: 6.5em;
width: 58.2%;
}
.clients {
height: 769px;
padding: 3em 0;
}
.clients-top p {
font-size: 1.2em;
overflow: hidden;
height: 131px;
}
p.contact-para {
font-size: 1.8em;
}
.contact-grid p {
font-size: 1.5em;
}
.contact-grid {
width: 54%;
}
.content-bottom {
display: none;
}
span.drop {
top: 9%;
left: -0.5%;
}
.us-contact p {
font-size: 1.2em;
height: 53px;
overflow: hidden;
}
.contact {
padding: 0 0 3em;
}
.class-footer,.footer-class {
float: none;
}
h4.footer-class {
padding: 0 0 14px;
}
.grid-tv h6, .men h6, .grid-msg h6 {
font-size: 0.9em;
}
}
@media(max-width:320px){
.logo-head p {
font-size: 1em;
overflow: hidden;
height: 20px;
padding: 0;
}
.grid-msg {
height: 46px;
}
.grid-tv, .men {
height: 44px;
}
.grid-head-contact {
padding: 0 0em 0 3.2em;
}
.up {
padding: 2em 0;
}
.header {
height: 273px;
padding: 3em 0 2em;
}
.header-home {
padding: 0em 0;
}
.top-nav ul li a {
font-size: 1.3em;
}
.top-nav ul li {
margin: 1em 0.7em;
}
.about h3,.team-head h3,.services h3,.portfolio-top h3,.clients-top h3, .us-contact h3{
font-size: 1.7em;
}
.about h3 span,.team-head h3 span,.services h3 span,.portfolio-top h3 span , .us-contact h3 span{
padding: 14px 0;
}
.clients-top {
padding: 1em 0;
}
.about-left p {
font-size: 1.1em;
height: 45px;
}
.about-right h5 {
font-size: 1.7em;
}
.about-green h6 {
font-size: 1.3em;
}
a.more {
font-size: 1.3em;
padding: 0.4em 1.3em;
}
.green-about {
padding: 1em 0 1.5em;
}
.about,.about-grid {
padding: 1em 0;
}
.content-green {
margin: 11px auto;
height: 16px;
}
.team-head p {
font-size: 1.1em;
height: 77px;
padding: 1em 0;
}
.phone {
float:none;
}
.serivce-left {
float: none;
margin: 0 auto;
padding: 0.5em 0;
}
.grid-left-services {
padding: 0.5em 0;
}
.about-right {
padding: 0.5em 0 0;
}
.services {
padding: 1em 0;
}
.team-left p {
font-size: 1.2em;
}
.team-left h6 {
font-size: 1.5em;
}
.team {
height: 460px;
padding: 1em 0;
}
.us-top h3 {
font-size: 1.3em;
}
.us-top h3 span {
padding: 11px 0;
}
.us-top p {
font-size: 1.1em;
height: 59px;
padding: 1em 0;
}
.us-bottom {
padding: 0em 0;
}
.sale p {
font-size: 1.4em;
}
.sale h5 {
font-size: 2em;
}
.about-us {
padding: 1em 0;
}
.phone-grid{
margin: 0 auto;
}
.serivce-left p {
font-size: 1em;
overflow: hidden;
height: 42px;
}
.service-grid {
text-align: center;
}
.portfolio-top h3 {
width: 69%;
}
.portfolio-top p {
font-size: 1.1em;
padding:1em 0 2em;
height: 61px;
}
.port-head {
left: 0.8em;
width: 92%;
}
.port-head h4 {
font-size: 1.4em;
}
.portifolio {
padding: 1em 0 2em;
}
.clients-grid ul li a {
font-size: 1.5em;
}
.clients-top h3 {
width: 72%;
}
.clients {
height: 629px;
padding: 0em 0;
}
.clients-top p {
font-size: 1.1em;
padding:1em 0;
height: 78px;
}
span.drop {
display: none;
}
.us-contact {
padding: 1em 0 0em;
}
.map iframe {
min-height: 400px;
}
.contact-grid {
width: 74%;
right: 2%;
}
.contact-grid p {
font-size: 1.3em;
}
.us-contact h3 {
width: 60%;
}
.us-contact p {
font-size: 1.1em;
height: 77px;
padding: 1em 0;
}
.contact-bottom input[type="text"], .contact-bottom textarea {
padding: 0.6em 1em;
width: 95%;
margin: 0.5em 0;
font-size: 1.2em;
}
.contact {
padding: 0 0 1.5em;
}
input[type="submit"] {
font-size: 1.3em;
padding: 0.5em 1.8em;
}
.grid-contact-bootom {
padding: 0 0 0em;
}
h4.footer-class {
font-size: 1.5em;
}
.grid-tv h6, .men h6, .grid-msg h6 {
font-size:0.6em;
}
.up-grid{
width:20%;
}
} | public/css/style--.css | body{
background: #ffffff;
font-family: 'Open Sans', sans-serif;
}
/*-- //Team --*/
.team {
background-color: #F5F5F5;
}
.team-grid{
text-align:center;
padding: 0 1px;
}
.team-grid h4 {
font-size: 30px;
font-weight: 100;
color: #FFF;
margin-bottom: 30px;
}
.pic {
max-width: 300px;
max-height: 300px;
position: relative;
overflow: hidden;
display: inline-block;
animation: anima 2s;
-webkit-animation: anima 2s;
-moz-animation: anima 2s;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.pic .pic-image, .pic-caption, .pic:hover .pic-caption, .pic:hover img {
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
.pic-image {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.pic-caption {
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
padding: 4.5em 1em 0;
text-align: center;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.top-to-bottom {
bottom: 50%;
left: 0;
}
.team-grid:hover .pic .top-to-bottom {
left: 0;
bottom: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
z-index: 9999;
}
.pic-caption h5{
font-size: 1.5em;
color: #fff;
margin: 0 0 .5em;
text-transform: capitalize;
}
.pic-caption p{
line-height: 1.8em;
color: #E4E4E4;
}
.stack img {
width: 100%;
height: auto;
vertical-align: bottom;
border: 10px solid #fff;
border-radius: 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.stack:last-of-type {
margin-right: 0;
}
.stack.twisted:before {
-webkit-transform: rotate(4deg);
-moz-transform: rotate(4deg);
transform: rotate(4deg);
-moz-transform: rotate(4deg);
-o-transform: rotate(4deg);
}
.stack.twisted:after {
-webkit-transform: rotate(-4deg);
-moz-transform: rotate(-4deg);
transform: rotate(-4deg);
-ms-transform: rotate(-4deg);
-o-transform: rotate(-4deg);
}
.stack:hover:before, .stack:hover:after,.team-grid:hover .stack:before,.team-grid:hover .stack:after{
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
}
.stack:before, .stack:after {
content: "";
border-radius: 3px;
width: 100%;
height: 100%;
position: absolute;
border: 10px solid #fff;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-transition: 0.5s all ease-out;
-moz-transition: 0.5s all ease-out;
transition: 0.5s all ease-out;
-o-transition: 0.5s all ease-out;
-ms-transition: 0.5s all ease-out;
}
.stack:before {
top: 4px;
z-index: -10;
}
.stack:after {
top: 8px;
z-index: -20;
}
.stack {
float: none;
width: 92%;
margin:3% 0% 8% 4%;
position: relative;
z-index: 1;
}
.social {
text-align: center;
}
ul.social-icons li {
display: inline-block;
}
ul.social-icons li a {
display: inline-block;
width: 30px;
height: 30px;
background: url("../images/img-sprite.png") no-repeat 0px 0px;
background-size: 200px;
}
ul.social-icons li a.facebook:hover {
background-position: 0px -33px;
}
ul.social-icons li a.twitter {
background-position: -35px 0px;
}
ul.social-icons li a.twitter:hover {
background-position: -35px -33px;
}
ul.social-icons li a.googleplus {
background-position: -69px 0px;
}
ul.social-icons li a.googleplus:hover {
background-position: -69px -33px;
}
ul.social-icons li a.instagram {
background-position: -102px 0px;
}
ul.social-icons li a.instagram:hover {
background-position: -102px -33px;
}
ul.social-icons li a.youtube {
background-position: -135px 0px;
}
ul.social-icons li a.youtube:hover {
background-position: -135px -33px;
}
/*-- //Team --*/
.header{
background: /*black*/url(../images/inicioWeb.jpg)0px 0px;
width: 100%;
height: 1000px;
display: block;
padding: 10em 0;
background-size:cover;
}
.logo-head{
float: left;
width: 50%;
height: 80%;
}
.logo-head p{
padding: 0.2em 0;
margin: 0;
color: #fff;
font-size: 4.2em;
font-weight: 600;
text-align: center;
}
.head-grid{
float: left;
width: 34.9%;
padding: 0 3px;
}
img.clock,img.clock-item{
margin: 0 auto;
}
.grid-men,.tv-portfolio{
padding: 2.5em 0;
}
.grid-tv,.men{
float: left;
width: 16.666%;
text-align: center;
background:#3954ef; /*#1EDBB5 #1e85db #2bf918*/
height: 190px;
}
.grid-tv:hover,.men:hover,.grid-msg:hover{
background:#566def ; /*#1BBC9B #228ff4 #5bff4c*/
}
.tv-portfolio:hover{
background:#3954ef; /*#1EDBB5 #1e85db #2bf918*/
}
.men{
width: 48%;
}
.grid-tv h6,.men h6,.grid-msg h6{
color: #fff;
font-size: 2em;
padding: 0;
margin: 0;
text-transform: uppercase;
}
.tv-portfolio{
background:#566def ; /*#1BBC9B #228ff4 #5bff4c*/
}
.grid-msg{
float: left;
width: 19.9%;
text-align: center;
background:#3954ef; /*#1EDBB5 #1e85db #2bf918*/
height: 189px;
}
.grid-head-contact {
padding: 0 0em 0 13.5em;
}
.msg-head{
float: right;
}
.up{
text-align: center;
padding: 9em 0;
}
.header-home{
background: #1BBC9B;
z-index: 999;
padding: 1em 0;
}
.logo{
float:left;
}
.top-nav{
float: right;
}
.top-nav ul{
padding: 0;
margin: 0;
}
.top-nav ul li{
display: inline-block;
padding: 0.8em;
}
.top-nav ul li a{
color: #fff;
font-size: 1.6em;
text-transform: uppercase;
text-decoration: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
padding: 0;
}
.active{
font-weight: 700;
}
.top-nav ul li.active a{
font-weight: 700;
}
.border-side{
position: absolute;
border-right: 1px solid #FFF;
height: 200px;
top: 51%;
right: 9%;
}
.fixed{
position: fixed;
top: 0;
width: 100%;
margin: 0 auto;
left:0;
}
.top-nav span.menu{
display:none;
}
.top-nav span.menu:before{
content:url("../../images/webApp/menu.png");
cursor:pointer;
width:100%;
}
/*----responsive-menu-start---*/
@media(max-width:768px){
.top-nav ul li{
display:block;
float:none;
margin: 1.5em 0.7em;
padding: 0 0;
text-align: center;
}
.top-nav ul li a{
color:#fff;
border: none;
padding: 0;
}
.top-nav ul{
display:none;
background:rgba(27, 188, 155, 0.9);
position:absolute;
width:100%;
z-index: 999;
left: 0%;
margin: 0em 0em;
}
.top-nav span.menu{
display: block;
width: 100%;
position:relative;
padding: 1.1em 1em 0.5em;
text-align: right;
}
.top-nav ul li span{
display: none;
}
}
/*----*/
.about{
padding: 4em 0;
}
.about h3{
font-size:3em;
font-weight:600;
text-align: center;
color: #1ABB9A;
text-transform: uppercase;
border-bottom: 1px solid #BBBBBB;
width:35%;
margin: 0 auto;
padding: 0 0 0.8em;
}
.about h3 span {
border-bottom: 5px solid #1ABB9A;
padding: 27px 0;
}
.about-left p{
font-size: 1.5em;
color: #414141;
margin: 0;
text-align:center;
font-weight: 300;
}
p.about-para{
padding: 1.5em 0 0.5em;
}
.about-right h5{
font-size: 2.5em;
color: #000;
margin: 0;
}
.about-green h6{
font-size: 1.5em;
color: #414141;
margin: 0;
text-transform: uppercase;
}
.content-green{
width: 100%;
margin: 18px auto;
background: #D7DEE0;
height: 22px;
border-radius: 25px;
}
.content-green > div {
height: 100%;
display: block;
background: #1BBC9B;
border-radius: 25px;
}
a.more{
color: #1BBC9B;
font-size: 1.6em;
border:2px solid #1BBC9B;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
text-decoration: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
padding: 0.6em 1.8em;
}
a.more:hover{
background: #1BBC9B;
color: #fff;
border:2px solid #1BBC9B;
}
.green-about {
padding: 2em 0 2.5em;
}
.about-grid {
padding: 3em 0;
}
/*----*/
.team{
background: url(../../images/webApp/b.jpg)0px 0px;
width: 100%;
height: 800px;
display: block;
background-size:cover;
padding: 5em 0 2em;
}
.team-head h3{
font-size:3em;
font-weight:600;
text-align: center;
color: #fff;
text-transform: uppercase;
border-bottom: 1px solid #BBBBBB;
width:35%;
margin: 0 auto;
padding: 0 0 0.8em;
}
.team-head h3 span {
border-bottom: 5px solid #fff;
padding: 27px 0;
}
.team-head p{
font-size: 1.5em;
color: #fff;
margin: 0;
text-align:center;
font-weight: 300;
padding: 2em 0;
}
.team-left img{
border-radius:500px;
}
.team-left h6{
font-size: 2.5em;
color: #fff;
margin: 0;
text-align:center;
}
.team-left p{
font-size: 2em;
color: #fff;
margin: 0;
text-align:center;
}
.team-bottom {
padding: 4em 0;
}
.team-one{
margin: 0 auto;
}
/*----*/
.about-us{
background: #1BBC9B;
padding: 5em 0 3em;
}
.us-top h3{
font-size:3em;
font-weight:600;
text-align: center;
color: #fff;
text-transform: uppercase;
border-bottom: 1px solid #BBBBBB;
width:56%;
margin: 0 auto;
padding: 0 0 0.8em;
}
.us-top h3 span {
border-bottom: 5px solid #fff;
padding: 27px 0;
}
.us-top p{
font-size: 1.5em;
color: #fff;
margin: 0;
text-align:center;
font-weight: 300;
padding: 2em 0;
}
.sale h5{
font-size: 3.5em;
color: #fff;
text-align:center;
font-weight:700;
}
.sale p{
font-size: 2em;
color: #fff;
text-align:center;
margin: 0;
}
.us-bottom {
padding: 2em 0;
}
/*----*/
.services{
padding: 4em 0 7em;
background: #EEEEEE;
}
.services h3{
font-size:3em;
font-weight:600;
text-align: center;
color: #1ABB9A;
text-transform: uppercase;
border-bottom: 1px solid #BBBBBB;
width:35%;
margin: 0 auto;
padding: 0 0 0.8em;
}
.services h3 span {
border-bottom: 5px solid #1ABB9A;
padding: 26px 0;
}
.phone{
float: left;
}
.serivce-left{
float: right;
width: 74%;
}
.serivce-left h5{
font-size:2.1em;
color: #1BBC9B;
padding: 0 0 0.5em;
margin: 0;
}
.serivce-left p{
font-size:1.3em;
color: #000;
padding: 0 0;
margin: 0;
}
.service-grid {
padding: 4em 0 0;
}
/*----*/
.portfolio-top h3{
font-size:3em;
font-weight:600;
text-align: center;
color: #1BBC9B;
text-transform: uppercase;
border-bottom: 1px solid #BBBBBB;
width:35%;
margin: 0 auto;
padding: 0 0 0.8em;
}
.portfolio-top h3 span {
border-bottom: 5px solid #1BBC9B;
padding: 27px 0;
}
.portfolio-top p{
font-size: 1.5em;
color: #000;
margin: 0;
text-align:center;
font-weight: 300;
padding: 2em 0;
}
.portifolio {
text-align: center;
padding: 5em 0;
}
.port-head{
background: #1BBC9B;
text-align: left;
width: 88%;
margin: 0 auto;
position: absolute;
bottom: 0;
left: 15px;
padding: 10px;
display: none;
}
.port-head h4{
font-size: 1.6em;
color: #fff;
margin:0;
}
.port-head p{
font-size: 1em;
color: #fff;
margin: 0;
padding: 7px 0 0;
}
.item:hover .port-head{
display: block;
}
.item{
position: relative;
}
.portfolio-item {
padding: 2em 0;
}
.example {
padding: 0 0 2em;
}
/*--clients--*/
.clients-top {
padding: 2em 0 1em;
}
.clients{
background: url(../../images/webApp/bb.jpg)0px 0px;
width: 100%;
height: 844px;
display: block;
background-size:cover;
padding: 5em 0 3em;
}
.clients-grid ul{
padding: 0;
margin: 0;
}
.clients-grid ul li{
display: inline-block;
}
.clients-grid ul li a{
font-size: 1.8em;
color: #fff;
text-decoration:none;
}
.clients-top h3{
font-size:3em;
font-weight:600;
text-align: center;
color: #fff;
text-transform: uppercase;
border-bottom: 1px solid #BBBBBB;
width:35%;
margin: 0 auto;
padding: 0 0 0.8em;
}
.clients-top h3 span {
border-bottom: 5px solid #fff;
padding: 26px 0;
}
.clients-top p{
font-size: 1.5em;
margin: 0;
text-align:center;
font-weight: 300;
padding: 2em 0;
color:#fff;
}
.bottom-men img{
border-radius:200px;
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
-o-border-radius: 200px;
-ms-border-radius: 200px;
margin: 0 auto;
}
.bottom-matter-left p{
margin: 0 0;
font-size: 1.6em;
line-height: 25px;
color:#fff;
width: 68%;
padding: 1em 0;
}
.bottom-matter-left span{
text-decoration: none;
font-size: 3em;
color: #fff;
}
.bottom-matter-left {
padding: 3em 0;
}
.grid-matter-bottom {
padding: 3em 0;
}
.wmuSlider {
position: relative;
overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
max-width: 100%;
width: auto;
height: auto;
display:block;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
position: absolute;
width:44px;
height:101px;
text-indent: -9999px;
background: url(../../images/webApp/arrow.png)no-repeat ;
top:35%;
z-index: 2;
cursor: pointer;
}
.wmuSliderPrev {
background-position:0px 0px;
left:0em;
}
.wmuSliderNext {
background-position:-54px 0px;
right: 0px;
}
/*---contact--*/
.contact{
position: relative;
padding: 0 0 5em;
text-align: center;
}
.map iframe {
width: 100%;
min-height: 500px;
border: none;
}
.map span {
background: rgba(7, 5, 0, 0.59);
min-height: 500px;
width: 100%;
position: absolute;
top: 0;
}
.contact-grid{
background: #34495E;
color:#fff;
text-align: center;
position: absolute;
top: 0;
width: 35%;
right: 16%;
padding: 2em 0;
}
.contact-grid p{
font-size: 1.7em;
margin: 0;
}
p.contact-para{
font-size: 2em;
}
p.contact-number{
color: #1BBC9B;
}
.content-grid-bottom{
padding: 1em 0;
}
ul.social{
padding: 0;
margin: 0;
}
ul.social li {
display: inline-block;
}
ul.social li a span{
background: url(../../images/webApp/face.png)0px 0px;
width: 66px;
height: 71px;
display: block;
}
ul.social li.tin a span{
background-position: -72px 0px;
}
ul.social li.inline a span{
background-position: -146px 0px;
}
span.drop{
background: url(../../images/webApp/dr.png)0px 0px;
width: 89px;
height: 106px;
display: block;
position: absolute;
top: 19%;
left: 27.5%;
}
.us-contact h3{
font-size:3em;
font-weight:600;
text-align: center;
color: #1BBC9B;
text-transform: uppercase;
border-bottom: 1px solid #BBBBBB;
width:35%;
margin: 0 auto;
padding: 0 0 0.8em;
}
.us-contact h3 span {
border-bottom: 5px solid #1BBC9B;
padding: 26px 0;
}
.us-contact p{
font-size: 1.5em;
color: #000;
margin: 0;
text-align:center;
font-weight: 300;
padding: 2em 0;
}
.contact-bottom input[type="text"],.contact-bottom textarea{
background:#EEEEEE;
border:none;
outline:none;
padding:0.9em;
width:100%;
margin:1em;
font-size: 1.4em;
color: #8D8B8B;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
}
.contact-bottom textarea{
resize:none;
-webkit-appearance: none;
}
.us-contact {
padding: 4em 0 0em;
}
.grid-contact-bootom {
padding: 0 0 2em;
}
input[type="submit"]{
color: #1BBC9B;
font-size: 1.6em;
border:2px solid #1BBC9B;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
text-decoration: none;
padding: 0.6em 2em;
outline:none;
background: none;
}
input[type="submit"]:hover{
border:2px solid #1BBC9B;
background:#1BBC9B ;
color: #fff;
}
/*--footer--*/
.footer{
background:#EEEEEE;
text-align:center;
padding: 2em 0;
}
.footer-class{
float: left;
}
h4.footer-class{
font-size:1.8em;
margin: 0;
color:#AAAAAA;
}
h4.footer-class span{
color: #1BBC9B;
}
.class-footer{
float: right;
}
.footer p{
margin:0;
color:#AAAAAA;
font-size:1.3em;
}
.footer a{
color: #1BBC9B;
text-decoration:none;
}
.footer a:hover{
color:#AAAAAA;
}
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 25px;
right: 10px;
overflow: hidden;
width: 48px;
height: 48px;
border: none;
text-indent: 100%;
background: url('../../images/webApp/arr.png') no-repeat 0px 0px;
}
/*--responsive media-quries--*/
@media(max-width:1440px){
}
@media(max-width:1366px){
.grid-msg {
height: 189px;
}
}
@media(max-width:1280px){
}
@media(max-width:1024px){
.grid-tv, .men {
height: 155px;
}
.grid-head-contact {
padding: 0 0em 0 11.2em;
}
.grid-msg {
height: 157px;
width: 20%;
}
.grid-tv h6, .men h6, .grid-msg h6 {
font-size: 1.7em;
}
.header {
height: 900px;
}
.team-head h3 {
width: 41%;
}
.us-top h3 {
width: 64%;
}
.logo-head p {
font-size: 1.7em;
}
}
@media(max-width:768px){
.grid-men, .tv-portfolio {
padding: 0.5em 0;
}
.grid-tv, .men {
height: 118px;
}
.grid-tv h6, .men h6, .grid-msg h6 {
font-size: 1.4em;
}
.grid-msg {
height: 120px;
}
.grid-head-contact {
padding: 0 0em 0 8.5em;
}
.header {
height: 765px;
padding: 7em 0;
}
.team-head h3 {
width: 50%;
}
.left-team{
display: none;
}
.us-top h3 {
width: 84%;
}
.services h3 {
width: 44%;
}
.grid-left-services{
padding: 1em 0;
}
.clients-top h3 {
width: 41%;
}
.us-contact h3 {
width: 41%;
}
.service-grid {
padding: 1em 0 0;
}
.grid-item{
margin: 0 auto;
}
.port-head {
left: 16.7em;
width:35%;
}
.item {
padding: 5px 0;
}
.portfolio-item {
padding: 0em 0;
}
.clients-grid {
text-align: center;
}
.contact-grid {
width: 45%;
}
.contact-bottom input[type="text"], .contact-bottom textarea {
width: 97%;
}
}
@media(max-width:640px){
.logo-head p {
font-size: 1.4em;
}
.grid-tv h6, .men h6, .grid-msg h6 {
font-size: 1.3em;
}
.grid-tv, .men {
height: 96px;
}
img.clock {
width: 66%;
}
.grid-msg {
height: 99px;
}
.grid-head-contact {
padding: 0 0em 0 7em;
}
.header {
height: 602px;
padding: 5em 0;
}
.up {
padding: 6em 0;
}
.about h3 {
width: 44%;
}
.team-head h3 {
width: 64%;
}
.us-top h3 {
width: 100%;
}
.services h3 {
width: 68%;
}
.portfolio-top h3 {
width: 54%;
}
.port-head {
left: 12.2em;
width: 42.3%;
}
.clients-top h3 {
width: 64%;
}
.us-contact h3 {
width: 53%;
}
.about {
padding: 3em 0;
}
.about-left p {
font-size: 1.3em;
}
.team {
padding: 3em 0;
}
.team-bottom {
padding: 1em 0;
}
.services {
padding: 3em 0 4em;
}
.portifolio {
padding: 4em 0;
}
.portfolio-top p {
font-size: 1.3em;
}
.contact-grid {
right: 14%;
}
.content-bottom {
display: none;
}
}
@media(max-width:480px){
.logo-head p {
font-size: 1em;
}
.grid-tv, .men {
height: 72px;
}
.grid-msg {
height: 72px;
}
.grid-head-contact {
padding: 0 0em 0 5.1em;
}
.up {
padding: 5em 0;
}
.header {
height: 485px;
}
.about h3 {
font-size: 2.5em;
width: 58%;
}
.about h3 span {
padding: 22px 0;
}
.about-left p {
font-size: 1.2em;
height: 51px;
overflow: hidden;
}
.about {
padding: 2em 0;
}
.team-head h3 {
width: 85%;
font-size: 2.5em;
}
.team-head h3 span {
padding: 22px 0;
}
.team-head p {
font-size: 1.2em;
height: 83px;
overflow: hidden;
}
.team {
height: 575px;
}
.us-top h3 {
font-size: 2.1em;
}
.us-top h3 span {
padding: 18px 0;
}
.us-top p {
font-size: 1.2em;
height: 84px;
overflow: hidden;
}
.sale h5 {
font-size: 3em;
}
.sale p {
font-size: 1.7em;
}
.about-us {
padding: 3em 0 1em;
}
.services h3 {
font-size: 2.5em;
}
.services h3 span ,.clients-top h3 span,.us-contact h3 span{
padding: 22px 0;
}
.serivce-left h5 {
font-size: 1.7em;
}
.serivce-left p {
font-size: 1.1em;
}
.services {
padding: 2em 0 3em;
}
.portfolio-top h3,.clients-top h3,.us-contact h3 {
font-size: 2.5em;
}
.portfolio-top h3 span {
padding: 22px 0;
}
.portfolio-top p {
font-size: 1.2em;
overflow: hidden;
height: 87px;
}
.port-head {
left: 6.5em;
width: 58.2%;
}
.clients {
height: 769px;
padding: 3em 0;
}
.clients-top p {
font-size: 1.2em;
overflow: hidden;
height: 131px;
}
p.contact-para {
font-size: 1.8em;
}
.contact-grid p {
font-size: 1.5em;
}
.contact-grid {
width: 54%;
}
.content-bottom {
display: none;
}
span.drop {
top: 9%;
left: -0.5%;
}
.us-contact p {
font-size: 1.2em;
height: 53px;
overflow: hidden;
}
.contact {
padding: 0 0 3em;
}
.class-footer,.footer-class {
float: none;
}
h4.footer-class {
padding: 0 0 14px;
}
.grid-tv h6, .men h6, .grid-msg h6 {
font-size: 0.9em;
}
}
@media(max-width:320px){
.logo-head p {
font-size: 1em;
overflow: hidden;
height: 20px;
padding: 0;
}
.grid-msg {
height: 46px;
}
.grid-tv, .men {
height: 44px;
}
.grid-head-contact {
padding: 0 0em 0 3.2em;
}
.up {
padding: 2em 0;
}
.header {
height: 273px;
padding: 3em 0 2em;
}
.header-home {
padding: 0em 0;
}
.top-nav ul li a {
font-size: 1.3em;
}
.top-nav ul li {
margin: 1em 0.7em;
}
.about h3,.team-head h3,.services h3,.portfolio-top h3,.clients-top h3, .us-contact h3{
font-size: 1.7em;
}
.about h3 span,.team-head h3 span,.services h3 span,.portfolio-top h3 span , .us-contact h3 span{
padding: 14px 0;
}
.clients-top {
padding: 1em 0;
}
.about-left p {
font-size: 1.1em;
height: 45px;
}
.about-right h5 {
font-size: 1.7em;
}
.about-green h6 {
font-size: 1.3em;
}
a.more {
font-size: 1.3em;
padding: 0.4em 1.3em;
}
.green-about {
padding: 1em 0 1.5em;
}
.about,.about-grid {
padding: 1em 0;
}
.content-green {
margin: 11px auto;
height: 16px;
}
.team-head p {
font-size: 1.1em;
height: 77px;
padding: 1em 0;
}
.phone {
float:none;
}
.serivce-left {
float: none;
margin: 0 auto;
padding: 0.5em 0;
}
.grid-left-services {
padding: 0.5em 0;
}
.about-right {
padding: 0.5em 0 0;
}
.services {
padding: 1em 0;
}
.team-left p {
font-size: 1.2em;
}
.team-left h6 {
font-size: 1.5em;
}
.team {
height: 460px;
padding: 1em 0;
}
.us-top h3 {
font-size: 1.3em;
}
.us-top h3 span {
padding: 11px 0;
}
.us-top p {
font-size: 1.1em;
height: 59px;
padding: 1em 0;
}
.us-bottom {
padding: 0em 0;
}
.sale p {
font-size: 1.4em;
}
.sale h5 {
font-size: 2em;
}
.about-us {
padding: 1em 0;
}
.phone-grid{
margin: 0 auto;
}
.serivce-left p {
font-size: 1em;
overflow: hidden;
height: 42px;
}
.service-grid {
text-align: center;
}
.portfolio-top h3 {
width: 69%;
}
.portfolio-top p {
font-size: 1.1em;
padding:1em 0 2em;
height: 61px;
}
.port-head {
left: 0.8em;
width: 92%;
}
.port-head h4 {
font-size: 1.4em;
}
.portifolio {
padding: 1em 0 2em;
}
.clients-grid ul li a {
font-size: 1.5em;
}
.clients-top h3 {
width: 72%;
}
.clients {
height: 629px;
padding: 0em 0;
}
.clients-top p {
font-size: 1.1em;
padding:1em 0;
height: 78px;
}
span.drop {
display: none;
}
.us-contact {
padding: 1em 0 0em;
}
.map iframe {
min-height: 400px;
}
.contact-grid {
width: 74%;
right: 2%;
}
.contact-grid p {
font-size: 1.3em;
}
.us-contact h3 {
width: 60%;
}
.us-contact p {
font-size: 1.1em;
height: 77px;
padding: 1em 0;
}
.contact-bottom input[type="text"], .contact-bottom textarea {
padding: 0.6em 1em;
width: 95%;
margin: 0.5em 0;
font-size: 1.2em;
}
.contact {
padding: 0 0 1.5em;
}
input[type="submit"] {
font-size: 1.3em;
padding: 0.5em 1.8em;
}
.grid-contact-bootom {
padding: 0 0 0em;
}
h4.footer-class {
font-size: 1.5em;
}
.grid-tv h6, .men h6, .grid-msg h6 {
font-size:0.6em;
}
.up-grid{
width:20%;
}
} | 0.243552 | 0.07703 |
body, html, strong, em, p, h1, h2, h3, h4, h5, h6, h7, div, form {
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 13px;
}
form {
margin: 0;
padding: 0;
}
/*Listes*/
ul, ol, li {
margin: 0px;
margin-left: 10px;
/*margin-bottom: 5px;*/
padding: 0px;
}
/*Fix pour bordure bleu sur lien images*/
img {
border: 0;
}
div.page {
/*width: 968px;*/
margin: auto;
background-image: url('http://puu.sh/ne8QP/fdf11b8e45.jpg');
/*background-repeat: repeat-y;*/
text-align: center;
position: relative;
border-bottom: 18px solid #6db444;
}
div.menu {
background-color: #009fc3;
color: #ffffff;
padding: 4px 0;
text-align: center;
}
div.menu a {
text-decoration: none;
font-weight: bold;
color: #ffffff;
padding: 0 10px;
}
div.menu a:hover {
text-decoration: underline;
}
div.logo {
margin-top: 77px;
margin-bottom: 83px;
position: relative;
}
div.logo div.slogan {
position: absolute;
left: 22px;
top: -43px;
}
div.search {
clear: both;
vertical-align: middle;
background-color: #fdb822;
padding: 6px 0;
text-align: center;
}
div.search span.label {
font-weight: bold;
font-size: 15px;
}
div.search span.advanced_search {
padding-left: 58px;
font-size: 10px;
font-weight: bold;
}
div.search span.advanced_search a {
color: #000000;
}
div.search input.text {
font-size: 12px;
border: 1px solid #000000;
width: 230px;
}
div.footer {
text-align: center;
padding: 35px 0;
}
div.main div.collections {
float: left;
padding: 20px;
padding-left: 70px;
padding-right: 100px;
}
div.main div.collections h2 {
padding-bottom: 20px;
}
div.main div.collections h3 {
font-size: 18px;
padding-bottom: 5px;
}
div.main div.collections ul {
list-style: none;
margin: 0;
padding: 0;
}
div.main div.collections ul li {
font-size: 18px;
margin: 0;
padding: 0;
border-bottom: 1px solid #000000;
margin-bottom: 3px;
padding-bottom: 1px;
}
div.main div.collections ul li a {
color: #000000;
font-weight: bold;
text-decoration: none;
}
div.main div.content {
float: left;
padding: 50px 0;
}
div.main div.content h1, div.main div.content h1 strong {
font-size: 16px;
}
div.main div.content div.resultat {
padding-bottom: 40px;
}
div.main div.content div.resultat a {
color: #000000;
font-weight: bold;
}
div.main div.content div.resultat p.fields {
padding-bottom: 4px;
}
div.main div.content p.fields strong {
width: 150px;
display: block;
float: left;
}
div.main div.content p.fields span.values {
display: block;
padding-left: 150px;
}
a.order {
background-color: #009fc3;
color: white;
padding: 10px 12px;
}
p.form_element {
padding-bottom: 5px;
}
label {
padding-top: 2px;
font-weight: bold;
display: block;
}
p.error {
color: red;
border: 1px solid red;
padding: 10px;
margin: 10px;
background-color: white;
} | public/css/shsSearch.css | body, html, strong, em, p, h1, h2, h3, h4, h5, h6, h7, div, form {
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 13px;
}
form {
margin: 0;
padding: 0;
}
/*Listes*/
ul, ol, li {
margin: 0px;
margin-left: 10px;
/*margin-bottom: 5px;*/
padding: 0px;
}
/*Fix pour bordure bleu sur lien images*/
img {
border: 0;
}
div.page {
/*width: 968px;*/
margin: auto;
background-image: url('http://puu.sh/ne8QP/fdf11b8e45.jpg');
/*background-repeat: repeat-y;*/
text-align: center;
position: relative;
border-bottom: 18px solid #6db444;
}
div.menu {
background-color: #009fc3;
color: #ffffff;
padding: 4px 0;
text-align: center;
}
div.menu a {
text-decoration: none;
font-weight: bold;
color: #ffffff;
padding: 0 10px;
}
div.menu a:hover {
text-decoration: underline;
}
div.logo {
margin-top: 77px;
margin-bottom: 83px;
position: relative;
}
div.logo div.slogan {
position: absolute;
left: 22px;
top: -43px;
}
div.search {
clear: both;
vertical-align: middle;
background-color: #fdb822;
padding: 6px 0;
text-align: center;
}
div.search span.label {
font-weight: bold;
font-size: 15px;
}
div.search span.advanced_search {
padding-left: 58px;
font-size: 10px;
font-weight: bold;
}
div.search span.advanced_search a {
color: #000000;
}
div.search input.text {
font-size: 12px;
border: 1px solid #000000;
width: 230px;
}
div.footer {
text-align: center;
padding: 35px 0;
}
div.main div.collections {
float: left;
padding: 20px;
padding-left: 70px;
padding-right: 100px;
}
div.main div.collections h2 {
padding-bottom: 20px;
}
div.main div.collections h3 {
font-size: 18px;
padding-bottom: 5px;
}
div.main div.collections ul {
list-style: none;
margin: 0;
padding: 0;
}
div.main div.collections ul li {
font-size: 18px;
margin: 0;
padding: 0;
border-bottom: 1px solid #000000;
margin-bottom: 3px;
padding-bottom: 1px;
}
div.main div.collections ul li a {
color: #000000;
font-weight: bold;
text-decoration: none;
}
div.main div.content {
float: left;
padding: 50px 0;
}
div.main div.content h1, div.main div.content h1 strong {
font-size: 16px;
}
div.main div.content div.resultat {
padding-bottom: 40px;
}
div.main div.content div.resultat a {
color: #000000;
font-weight: bold;
}
div.main div.content div.resultat p.fields {
padding-bottom: 4px;
}
div.main div.content p.fields strong {
width: 150px;
display: block;
float: left;
}
div.main div.content p.fields span.values {
display: block;
padding-left: 150px;
}
a.order {
background-color: #009fc3;
color: white;
padding: 10px 12px;
}
p.form_element {
padding-bottom: 5px;
}
label {
padding-top: 2px;
font-weight: bold;
display: block;
}
p.error {
color: red;
border: 1px solid red;
padding: 10px;
margin: 10px;
background-color: white;
} | 0.435181 | 0.089494 |
header,footer,nav,article,section,aside,figure,figcaption {display:block;}
/**
* General elements
*/
body {
margin: 0;
background: url("../img/bg.png") repeat-x scroll 0 0 #fff;
font-family: arial, sans-serif;
}
html {
overflow-y: scroll;
}
/**
* Layout for the main page elements
*/
#wrapper {
margin: 0 auto;
width: 960px;
padding: 0px;
}
/**
* Layout for header
*/
#header {
position: relative;
padding-top: 40px;
margin-bottom: 40px;
}
.sitetitle {
position: absolute;
top: 40px;
left: 130px;
font-size: 48px;
}
.siteslogan {
position: absolute;
top: 105px;
left: 130px;
font-style: italic;
color: #666;
}
.navbar {
display: block;
}
.navbar ul {
list-style: none;
margin: 0;
clear: both;
font-family: arial, sans-serif;
padding: 5px;
background-color: #c6d5e8;
border-radius: 4px;
box-shadow: 0 2px 2px #555;
color: #152a44;
}
.navbar li {
display: inline-block;
position: relative;
/*font-size: small;*/
}
.navbar a {
white-space: nowrap;
padding: 5px 15px;
text-decoration: none;
color: inherit;
}
/* Display the submenu when hovering the list element, absolute positioning */
.navbar li:hover ul {
left: 0;
line-height: 2.0em;
border-radius: 2px;
box-shadow: 0 2px 2px #555;
}
.navbar a:link {
color: #152a44;
}
.navbar li.selected-parent a,
.navbar li.selected a {
background: #152a44;
border-radius: 2px;
color: #fefefe;
}
.navbar li li.selected a {
background: #152a44 !important;
border-radius: 2px;
color: #fefefe !important;
}
.navbar li li a {
background-color: #c6d5e8 !important;
color: #152a44 !important;
}
/* New - style items of the submenu when hovering and selected */
.navbar a:hover,
.navbar li li a:hover {
background: #152a44 !important;
border-radius: 2px;
color: #fefefe !important;
}
/* New - to style the submenu, start by hiding it using absolute positioning */
.navbar ul ul {
background-color: #c6d5e8;
border-top: 1px solid #555;
position: absolute;
left: -9999px;
top: 23px;
z-index: 2;
}
.navbar a:visited {
color: #152a44;
}
.navbar li ul li {
min-width: 110px;
}
/**
* Layout for main
*/
#main {
margin-top: 40px;
min-height: 20em;
line-height: 1.5em;
}
h1 {
font-size: x-large;
font-weight: normal;
text-transform: uppercase;
border-bottom: 1px solid;
}
h2 {
font-size: larger;
font-weight: normal;
}
div.content {
border-right: 1px solid #999;
}
article {
width: 80%;
border-right: 1px solid #999;
padding-right: 20px;
}
div.article_text {
padding-left: 10px;
padding-right: 10px;
}
/**
* Layout for footer
*/
#footer {
margin: 0 auto;
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #660000;
padding-bottom: 20px;
color: #888;
}
#footer a {
text-decoration: none;
color: #152a44;
}
#footer a:hover {
color: red;
}
.sitefooter {
color: #666;
}
/**
* article byline & signature
*
*/
footer.byline {
clear: both;
border-top: 1px dashed #999999;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 1em;
font-size: small;
font-style:italic;
}
#byline_text {
margin-right: 2em;
}
footer.byline figure {
margin-top: 2px;
margin-bottom: 2px;
}
.left_float_with_margin {
float: left;
margin: 10px;
}
/* aside for AppAd
-------------------------------------------------------------- */
#appad {
width: 16%; max-height: 210px; float: right; text-align: center; font-size: smaller; padding-right: 5px;
}
/* aside for dice100
-------------------------------------------------------------- */
#dice100 {
width: 16%; float: right; text-align: left; font-size: smaller; padding-right: 5px;
}
/* aside for report
-------------------------------------------------------------- */
#report {
width: 16%; float: right; text-align: left; padding-right: 5px;
}
/* use custom image for list marker */
#report ul li a {
display: list-item;
background-image: url(../img/favicon-16x16.png);
background-repeat: no-repeat;
background-position: 0px 4px;
padding-left: 22px;
}
#report ul {
display: block;
list-style:none;
padding:0;
margin:0;
}
/* Success, info, notice and error/alert boxes
-------------------------------------------------------------- */
.error,
.alert,
.notice,
.success,
.info { display: inline-block; padding: 0.8em; margin-bottom: 1em; border: 1px solid #ddd; font-size: 12px;}
.error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.notice { background: #fff6bf; color: #514721; border-color: #ffd324; }
.success { background: #e6efc2; color: #264409; border-color: #c6d880; }
.info { background: #d5edf8; color: #205791; border-color: #92cae4; }
.error a, .alert a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }
.info a { color: #205791; } | webroot/css/style.css | header,footer,nav,article,section,aside,figure,figcaption {display:block;}
/**
* General elements
*/
body {
margin: 0;
background: url("../img/bg.png") repeat-x scroll 0 0 #fff;
font-family: arial, sans-serif;
}
html {
overflow-y: scroll;
}
/**
* Layout for the main page elements
*/
#wrapper {
margin: 0 auto;
width: 960px;
padding: 0px;
}
/**
* Layout for header
*/
#header {
position: relative;
padding-top: 40px;
margin-bottom: 40px;
}
.sitetitle {
position: absolute;
top: 40px;
left: 130px;
font-size: 48px;
}
.siteslogan {
position: absolute;
top: 105px;
left: 130px;
font-style: italic;
color: #666;
}
.navbar {
display: block;
}
.navbar ul {
list-style: none;
margin: 0;
clear: both;
font-family: arial, sans-serif;
padding: 5px;
background-color: #c6d5e8;
border-radius: 4px;
box-shadow: 0 2px 2px #555;
color: #152a44;
}
.navbar li {
display: inline-block;
position: relative;
/*font-size: small;*/
}
.navbar a {
white-space: nowrap;
padding: 5px 15px;
text-decoration: none;
color: inherit;
}
/* Display the submenu when hovering the list element, absolute positioning */
.navbar li:hover ul {
left: 0;
line-height: 2.0em;
border-radius: 2px;
box-shadow: 0 2px 2px #555;
}
.navbar a:link {
color: #152a44;
}
.navbar li.selected-parent a,
.navbar li.selected a {
background: #152a44;
border-radius: 2px;
color: #fefefe;
}
.navbar li li.selected a {
background: #152a44 !important;
border-radius: 2px;
color: #fefefe !important;
}
.navbar li li a {
background-color: #c6d5e8 !important;
color: #152a44 !important;
}
/* New - style items of the submenu when hovering and selected */
.navbar a:hover,
.navbar li li a:hover {
background: #152a44 !important;
border-radius: 2px;
color: #fefefe !important;
}
/* New - to style the submenu, start by hiding it using absolute positioning */
.navbar ul ul {
background-color: #c6d5e8;
border-top: 1px solid #555;
position: absolute;
left: -9999px;
top: 23px;
z-index: 2;
}
.navbar a:visited {
color: #152a44;
}
.navbar li ul li {
min-width: 110px;
}
/**
* Layout for main
*/
#main {
margin-top: 40px;
min-height: 20em;
line-height: 1.5em;
}
h1 {
font-size: x-large;
font-weight: normal;
text-transform: uppercase;
border-bottom: 1px solid;
}
h2 {
font-size: larger;
font-weight: normal;
}
div.content {
border-right: 1px solid #999;
}
article {
width: 80%;
border-right: 1px solid #999;
padding-right: 20px;
}
div.article_text {
padding-left: 10px;
padding-right: 10px;
}
/**
* Layout for footer
*/
#footer {
margin: 0 auto;
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #660000;
padding-bottom: 20px;
color: #888;
}
#footer a {
text-decoration: none;
color: #152a44;
}
#footer a:hover {
color: red;
}
.sitefooter {
color: #666;
}
/**
* article byline & signature
*
*/
footer.byline {
clear: both;
border-top: 1px dashed #999999;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 1em;
font-size: small;
font-style:italic;
}
#byline_text {
margin-right: 2em;
}
footer.byline figure {
margin-top: 2px;
margin-bottom: 2px;
}
.left_float_with_margin {
float: left;
margin: 10px;
}
/* aside for AppAd
-------------------------------------------------------------- */
#appad {
width: 16%; max-height: 210px; float: right; text-align: center; font-size: smaller; padding-right: 5px;
}
/* aside for dice100
-------------------------------------------------------------- */
#dice100 {
width: 16%; float: right; text-align: left; font-size: smaller; padding-right: 5px;
}
/* aside for report
-------------------------------------------------------------- */
#report {
width: 16%; float: right; text-align: left; padding-right: 5px;
}
/* use custom image for list marker */
#report ul li a {
display: list-item;
background-image: url(../img/favicon-16x16.png);
background-repeat: no-repeat;
background-position: 0px 4px;
padding-left: 22px;
}
#report ul {
display: block;
list-style:none;
padding:0;
margin:0;
}
/* Success, info, notice and error/alert boxes
-------------------------------------------------------------- */
.error,
.alert,
.notice,
.success,
.info { display: inline-block; padding: 0.8em; margin-bottom: 1em; border: 1px solid #ddd; font-size: 12px;}
.error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.notice { background: #fff6bf; color: #514721; border-color: #ffd324; }
.success { background: #e6efc2; color: #264409; border-color: #c6d880; }
.info { background: #d5edf8; color: #205791; border-color: #92cae4; }
.error a, .alert a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }
.info a { color: #205791; } | 0.425009 | 0.07989 |
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
h1 {
font-weight: normal;
font-size: 45px;
margin: 35px 0px;
}
i {
font-style: normal;
}
li {
list-style: none;
}
.clear:after {
content: '';
display: inline-block;
clear: both;
}
.iactive:active {
color: #333333;
}
@font-face {
font-family: 'iconfont';
src: url("../font/iconfont.eot");
src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
html, body {
width: 100%;
height: 100%;
background: linear-gradient(to left, #bc24b7 30%, #781fa3 50%, #5621b8 80%);
overflow: hidden;
color: white;
}
.pageheart {
width: 980px;
height: 100%;
margin: 0 auto;
position: relative;
}
.pageheart > div {
width: 100%;
}
.pageheart #head {
height: 540px;
display: flex;
flex-flow: row nowrap;
}
.pageheart #head > div {
width: 50%;
height: 100%;
}
.pageheart #head .turntable {
position: relative;
}
.pageheart #head .turntable .discs {
position: absolute;
top: 0px;
bottom: 0px;
margin: auto 0px;
display: inline-block;
width: 376px;
height: 376px;
}
.pageheart #head .turntable .discs div:first-child img {
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0px 0px 25px #111;
}
.pageheart #head .turntable .discs div:last-child {
position: absolute;
overflow: hidden;
width: 200px;
height: 200px;
border-radius: 50%;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
margin: auto;
}
.pageheart #head .turntable .discs div:last-child img {
width: 200px;
height: 200px;
}
.pageheart #head .turntable .arm {
position: absolute;
right: 80px;
top: 80px;
transform-origin: 75% 10%;
transform: rotate(-30deg);
transition: transform 1s ease 0s;
}
.pageheart #head #player {
position: relative;
text-align: center;
padding-top: 160px;
}
.pageheart #head #player h1 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pageheart #head #player .author {
font-size: 24px;
margin-right: 5px;
}
.pageheart #head #player .album {
font-size: 18px;
}
.pageheart #head #player .player {
margin: 0 auto;
margin-top: 30px;
width: 360px;
}
.pageheart #head #player .player .controls i {
font-size: 26px;
cursor: pointer;
user-select: none;
}
.pageheart #head #player .player .controls > div:first-child {
float: left;
}
.pageheart #head #player .player .controls > div:first-child i {
margin-right: 10px;
}
.pageheart #head #player .player .controls > div:nth-child(2) {
position: absolute;
width: 26px;
height: 26px;
left: 0px;
right: 0px;
margin: auto;
}
.pageheart #head #player .player .controls > div:last-child {
position: relative;
float: right;
}
.pageheart #head #player .player .controls > div:last-child i {
margin-left: 10px;
}
.pageheart #head #player .player .controls > div:last-child #volumeCon {
display: none;
width: 20px;
height: 80px;
position: absolute;
background: #292928;
right: 3px;
bottom: 28px;
border-radius: 10px;
}
.pageheart #head #player .player .controls > div:last-child #volumeCon #volbar {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;
width: 3px;
background: linear-gradient(to top, #bc24b7 0%, #bc24b7 50%, #999 50%, #999 100%);
height: 64px;
border-radius: 3px;
text-align: center;
}
.pageheart #head #player .player .controls > div:last-child #volumeCon #volbar #drag {
position: absolute;
font-size: 10px;
width: 10px;
height: 10px;
margin-left: -5px;
top: 30px;
color: white;
}
.pageheart #head #player .player .controls > div:last-child #volumeCon #volbar #drag:active {
color: #FF0066;
}
.pageheart #head #player .player .progress {
overflow: hidden;
margin-top: 14px;
}
.pageheart #head #player .player .progress > div {
display: inline-block;
width: 280px;
height: 5px;
border-radius: 2px;
background: #4c0f50;
float: right;
position: relative;
top: 7px;
cursor: pointer;
}
.pageheart #head #player .player .progress > div > div {
height: 100%;
width: 0px;
background-color: white;
border-radius: 2px;
box-shadow: 0px 0px 5px yellow;
}
.pageheart #head #player .player .progress span {
float: left;
font-size: 12px;
}
.pageheart #menu {
width: 100%;
height: 225px;
}
.pageheart #menu > p {
width: 100%;
display: flex;
justify-content: center;
color: white;
}
.pageheart #menu > p > span {
font-size: 14px;
display: inline-block;
width: 346px;
text-align: left;
}
.pageheart #menu > p > i {
display: inline-block;
width: 364px;
text-align: right;
font-size: 20px;
cursor: pointer;
}
.pageheart #menu ul {
width: 100%;
display: flex;
justify-content: center;
}
.pageheart #menu ul li {
width: 173px;
height: 85px;
border-radius: 10px;
margin: 10px;
text-align: center;
box-shadow: 1px 1px 2px #333;
cursor: pointer;
padding: 0px 10px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.1) 100%);
}
.pageheart #menu ul li p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pageheart #menu ul li > p:first-child {
font-size: 18px;
margin-top: 19px;
margin-bottom: 4px;
}
.pageheart #menu ul li > p:last-child span:first-child {
font-size: 14px;
font-weight: bold;
margin-right: 5px;
}
.pageheart #menu ul li > p:last-child span:last-child {
font-size: 12px;
}
.pageheart #menu ul li > span {
display: none;
}
#sidebar {
width: 350px;
height: 100%;
background: rgba(49, 58, 67, 0.9);
position: absolute;
left: -350px;
top: 0px;
}
#sidebar i {
color: white;
}
#sidebar #sbcontent {
width: 100%;
height: 100%;
display: flex;
flex-flow: column wrap;
justify-content: center;
}
#sidebar #sbcontent .sbsearch {
width: 100%;
height: 60px;
border-bottom: 1px solid #444;
display: flex;
justify-content: center;
align-items: center;
}
#sidebar #sbcontent .sbsearch .sbsform {
width: 80%;
height: 70%;
display: flex;
flex-flow: row nowrap;
}
#sidebar #sbcontent .sbsearch .sbsform i {
font-size: 30px;
display: inline-block;
height: 100%;
text-align: center;
width: 40px;
line-height: 40px;
}
#sidebar #sbcontent .sbsearch .sbsform input {
box-sizing: border-box;
height: 100%;
vertical-align: top;
outline: none;
color: white;
border: 0px;
background-color: transparent;
flex: 1;
padding-left: 15px;
}
#sidebar #sbcontent .sbmenu {
width: 100%;
flex: 1;
display: flex;
flex-flow: row nowrap;
}
#sidebar #sbcontent .sbmenu .sbmleft {
width: 50px;
height: 100%;
display: flex;
align-items: flex-start;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul {
width: 100%;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul li {
text-align: center;
line-height: 50px;
height: 50px;
user-select: none;
cursor: pointer;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul li i {
font-size: 30px;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul li:nth-child(1) {
background-color: #CC0066;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul li:nth-child(2) {
background-color: #0099FF;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul li:nth-child(3) {
background-color: #9933CC;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul li:nth-child(4) {
background-color: #66CC33;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul li:nth-child(5) {
background-color: #FF9933;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul li:nth-child(6) {
background-color: #FF33FF;
}
#sidebar #sbcontent .sbmenu .sbmright {
flex: 1;
height: 100%;
background-color: rgba(40, 49, 58, 0.9);
overflow: hidden;
position: relative;
}
#sidebar #sbcontent .sbmenu .sbmright ul {
width: 100%;
height: 100%;
overflow: hidden;
}
#sidebar #sbcontent .sbmenu .sbmright ul li {
box-sizing: border-box;
padding: 0px 15px;
width: 100%;
height: 30px;
line-height: 30px;
font-size: 13px;
border-bottom: 1px solid #444;
white-space: nowrap;
overflow: hidden;
text-voerflow: ellipsis;
cursor: pointer;
}
#sidebar #sbcontent .sbmenu .sbmright ul li:hover {
background-color: rgba(255, 255, 255, 0.4);
}
#sidebar #sbcontent .sbmenu .sbmright ul li > span:first-child {
margin-right: 15px;
}
#sidebar #sbcontent .sbmenu .maskresult {
position: absolute;
width: 100%;
height: 100%;
z-index: 500;
background-color: #28313a;
padding: 10px;
overflow: hidden;
display: none;
flex-flow: column nowrap;
}
#sidebar #sbcontent .sbmenu .maskresult .mrhead {
width: 100%;
height: 30px;
line-height: 30px;
}
#sidebar #sbcontent .sbmenu .maskresult .mrhead i {
font-size: 20px;
cursor: pointer;
}
#sidebar #sbcontent .sbmenu .maskresult .mrcontent {
width: 100%;
flex: 1;
overflow: hidden;
}
#sidebar #sbcontent .sbmenu .maskresult .mrcontent ul {
width: 100%;
height: 100%;
overflow: hidden;
}
#sidebar #sbcontent .sbmenu .maskresult .mrcontent ul li {
width: 100%;
height: 30px;
border-bottom: 1px solid #444;
line-height: 30px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
font-size: 12px;
}
#sidebar #sbcontent .sbmenu .maskresult .mrcontent ul li:hover {
background-color: rgba(255, 255, 255, 0.4);
}
#sidebar #sbcontent .sbmenu .maskresult .mrcontent ul li span {
margin-right: 10px;
}
#sidebar .fold {
position: absolute;
width: 25px;
height: 25px;
top: 0px;
bottom: 0px;
margin: auto;
right: -24px;
cursor: pointer;
user-select: none;
}
#sidebar .fold i {
font-size: 25px;
}
#sidebar .fold i:active {
color: #333;
}
#scrollbar, #mrscrollbar {
height: 98%;
width: 8px;
background-color: #333333;
position: absolute;
top: 1%;
right: 3px;
border-radius: 10px;
}
#scrollbar span, #mrscrollbar span {
width: 8px;
height: 50px;
background-color: #eee;
position: absolute;
top: 0px;
left: 0px;
border-radius: 10px;
}
#mvmask {
position: absolute;
width: 100%;
height: 100%;
z-index: 200;
left: 0px;
top: 0px;
background-color: rgba(0, 0, 0, 0.9);
display: none;
justify-content: center;
align-items: center;
}
#mvmask #videobox {
display: inline-block;
position: relative;
overflow: hidden;
}
#mvmask #videobox #vcontrols > div {
position: absolute;
}
#mvmask #videobox #vcontrols .vplay {
width: 30px;
height: 30px;
top: 0px;
bottom: 0px;
margin: auto 0px;
left: -30px;
cursor: pointer;
user-select: none;
}
#mvmask #videobox #vcontrols .vplay i {
font-size: 30px;
}
#mvmask #videobox #vcontrols .vvolume {
width: 30px;
height: 30px;
top: 0px;
bottom: 0px;
margin: auto 0px;
right: -30px;
cursor: pointer;
user-select: none;
}
#mvmask #videobox #vcontrols .vvolume > i {
font-size: 30px;
}
#mvmask #videobox #vcontrols .vvolume .vvolumebarbox {
position: absolute;
right: 9px;
bottom: 30px;
width: 15px;
height: 70px;
border-radius: 8px;
background-color: white;
}
#mvmask #videobox #vcontrols .vvolume .vvolumebarbox .vvolumebar {
width: 3px;
height: 80%;
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;
border-radius: 3px;
background: linear-gradient(to top, #bc24b7 0%, #bc24b7 50%, #666 50%, #666 100%);
}
#mvmask #videobox #vcontrols .vvolume .vvolumebarbox .vvolumebar > i {
font-size: 10px;
color: #663300;
position: absolute;
width: 10px;
height: 10px;
top: 25px;
right: -3.5px;
}
#mvmask #videobox #vcontrols .vprogress {
width: 100%;
bottom: -40px;
height: 40px;
line-height: 40px;
font-size: 13px;
user-select: none;
display: flex;
}
#mvmask #videobox #vcontrols .vprogress .vtimebox {
display: flex;
justify-content: center;
width: 100px;
}
#mvmask #videobox #vcontrols .vprogress .vprobarbox {
display: flex;
flex: 1;
justify-content: center;
align-items: center;
}
#mvmask #videobox #vcontrols .vprogress .vprobarbox .vprobar {
width: 100%;
height: 5px;
border-radius: 5px;
background-color: white;
position: relative;
cursor: pointer;
}
#mvmask #videobox #vcontrols .vprogress .vprobarbox .vprobar .nowvbar {
display: inline-block;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 0px;
border-radius: 5px;
background-color: #CC00CC;
box-shadow: 0px 0px 5px yellow;
}
#mvmask #videobox #vcontrols .vprogress .full {
display: flex;
justify-content: center;
width: 50px;
font-size: 18px;
cursor: pointer;
color: white;
}
#masklyric {
position: absolute;
width: 100%;
height: 100%;
z-index: 1000;
left: 0px;
top: 0px;
background-color: rgba(0, 0, 0, 0.9);
display: none;
justify-content: center;
color: #eee;
}
#masklyric #lyricbox {
width: 600px;
text-align: center;
height: 100%;
}
#masklyric #lyricbox #lyric {
letter-spacing: 6px;
font-size: 16px;
line-height: 30px;
position: relative;
top: 300px;
}
@keyframes turntable {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
} | public/musicPlayer/css/index.css | * {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
h1 {
font-weight: normal;
font-size: 45px;
margin: 35px 0px;
}
i {
font-style: normal;
}
li {
list-style: none;
}
.clear:after {
content: '';
display: inline-block;
clear: both;
}
.iactive:active {
color: #333333;
}
@font-face {
font-family: 'iconfont';
src: url("../font/iconfont.eot");
src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
html, body {
width: 100%;
height: 100%;
background: linear-gradient(to left, #bc24b7 30%, #781fa3 50%, #5621b8 80%);
overflow: hidden;
color: white;
}
.pageheart {
width: 980px;
height: 100%;
margin: 0 auto;
position: relative;
}
.pageheart > div {
width: 100%;
}
.pageheart #head {
height: 540px;
display: flex;
flex-flow: row nowrap;
}
.pageheart #head > div {
width: 50%;
height: 100%;
}
.pageheart #head .turntable {
position: relative;
}
.pageheart #head .turntable .discs {
position: absolute;
top: 0px;
bottom: 0px;
margin: auto 0px;
display: inline-block;
width: 376px;
height: 376px;
}
.pageheart #head .turntable .discs div:first-child img {
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0px 0px 25px #111;
}
.pageheart #head .turntable .discs div:last-child {
position: absolute;
overflow: hidden;
width: 200px;
height: 200px;
border-radius: 50%;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
margin: auto;
}
.pageheart #head .turntable .discs div:last-child img {
width: 200px;
height: 200px;
}
.pageheart #head .turntable .arm {
position: absolute;
right: 80px;
top: 80px;
transform-origin: 75% 10%;
transform: rotate(-30deg);
transition: transform 1s ease 0s;
}
.pageheart #head #player {
position: relative;
text-align: center;
padding-top: 160px;
}
.pageheart #head #player h1 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pageheart #head #player .author {
font-size: 24px;
margin-right: 5px;
}
.pageheart #head #player .album {
font-size: 18px;
}
.pageheart #head #player .player {
margin: 0 auto;
margin-top: 30px;
width: 360px;
}
.pageheart #head #player .player .controls i {
font-size: 26px;
cursor: pointer;
user-select: none;
}
.pageheart #head #player .player .controls > div:first-child {
float: left;
}
.pageheart #head #player .player .controls > div:first-child i {
margin-right: 10px;
}
.pageheart #head #player .player .controls > div:nth-child(2) {
position: absolute;
width: 26px;
height: 26px;
left: 0px;
right: 0px;
margin: auto;
}
.pageheart #head #player .player .controls > div:last-child {
position: relative;
float: right;
}
.pageheart #head #player .player .controls > div:last-child i {
margin-left: 10px;
}
.pageheart #head #player .player .controls > div:last-child #volumeCon {
display: none;
width: 20px;
height: 80px;
position: absolute;
background: #292928;
right: 3px;
bottom: 28px;
border-radius: 10px;
}
.pageheart #head #player .player .controls > div:last-child #volumeCon #volbar {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;
width: 3px;
background: linear-gradient(to top, #bc24b7 0%, #bc24b7 50%, #999 50%, #999 100%);
height: 64px;
border-radius: 3px;
text-align: center;
}
.pageheart #head #player .player .controls > div:last-child #volumeCon #volbar #drag {
position: absolute;
font-size: 10px;
width: 10px;
height: 10px;
margin-left: -5px;
top: 30px;
color: white;
}
.pageheart #head #player .player .controls > div:last-child #volumeCon #volbar #drag:active {
color: #FF0066;
}
.pageheart #head #player .player .progress {
overflow: hidden;
margin-top: 14px;
}
.pageheart #head #player .player .progress > div {
display: inline-block;
width: 280px;
height: 5px;
border-radius: 2px;
background: #4c0f50;
float: right;
position: relative;
top: 7px;
cursor: pointer;
}
.pageheart #head #player .player .progress > div > div {
height: 100%;
width: 0px;
background-color: white;
border-radius: 2px;
box-shadow: 0px 0px 5px yellow;
}
.pageheart #head #player .player .progress span {
float: left;
font-size: 12px;
}
.pageheart #menu {
width: 100%;
height: 225px;
}
.pageheart #menu > p {
width: 100%;
display: flex;
justify-content: center;
color: white;
}
.pageheart #menu > p > span {
font-size: 14px;
display: inline-block;
width: 346px;
text-align: left;
}
.pageheart #menu > p > i {
display: inline-block;
width: 364px;
text-align: right;
font-size: 20px;
cursor: pointer;
}
.pageheart #menu ul {
width: 100%;
display: flex;
justify-content: center;
}
.pageheart #menu ul li {
width: 173px;
height: 85px;
border-radius: 10px;
margin: 10px;
text-align: center;
box-shadow: 1px 1px 2px #333;
cursor: pointer;
padding: 0px 10px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.1) 100%);
}
.pageheart #menu ul li p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pageheart #menu ul li > p:first-child {
font-size: 18px;
margin-top: 19px;
margin-bottom: 4px;
}
.pageheart #menu ul li > p:last-child span:first-child {
font-size: 14px;
font-weight: bold;
margin-right: 5px;
}
.pageheart #menu ul li > p:last-child span:last-child {
font-size: 12px;
}
.pageheart #menu ul li > span {
display: none;
}
#sidebar {
width: 350px;
height: 100%;
background: rgba(49, 58, 67, 0.9);
position: absolute;
left: -350px;
top: 0px;
}
#sidebar i {
color: white;
}
#sidebar #sbcontent {
width: 100%;
height: 100%;
display: flex;
flex-flow: column wrap;
justify-content: center;
}
#sidebar #sbcontent .sbsearch {
width: 100%;
height: 60px;
border-bottom: 1px solid #444;
display: flex;
justify-content: center;
align-items: center;
}
#sidebar #sbcontent .sbsearch .sbsform {
width: 80%;
height: 70%;
display: flex;
flex-flow: row nowrap;
}
#sidebar #sbcontent .sbsearch .sbsform i {
font-size: 30px;
display: inline-block;
height: 100%;
text-align: center;
width: 40px;
line-height: 40px;
}
#sidebar #sbcontent .sbsearch .sbsform input {
box-sizing: border-box;
height: 100%;
vertical-align: top;
outline: none;
color: white;
border: 0px;
background-color: transparent;
flex: 1;
padding-left: 15px;
}
#sidebar #sbcontent .sbmenu {
width: 100%;
flex: 1;
display: flex;
flex-flow: row nowrap;
}
#sidebar #sbcontent .sbmenu .sbmleft {
width: 50px;
height: 100%;
display: flex;
align-items: flex-start;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul {
width: 100%;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul li {
text-align: center;
line-height: 50px;
height: 50px;
user-select: none;
cursor: pointer;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul li i {
font-size: 30px;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul li:nth-child(1) {
background-color: #CC0066;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul li:nth-child(2) {
background-color: #0099FF;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul li:nth-child(3) {
background-color: #9933CC;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul li:nth-child(4) {
background-color: #66CC33;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul li:nth-child(5) {
background-color: #FF9933;
}
#sidebar #sbcontent .sbmenu .sbmleft > ul li:nth-child(6) {
background-color: #FF33FF;
}
#sidebar #sbcontent .sbmenu .sbmright {
flex: 1;
height: 100%;
background-color: rgba(40, 49, 58, 0.9);
overflow: hidden;
position: relative;
}
#sidebar #sbcontent .sbmenu .sbmright ul {
width: 100%;
height: 100%;
overflow: hidden;
}
#sidebar #sbcontent .sbmenu .sbmright ul li {
box-sizing: border-box;
padding: 0px 15px;
width: 100%;
height: 30px;
line-height: 30px;
font-size: 13px;
border-bottom: 1px solid #444;
white-space: nowrap;
overflow: hidden;
text-voerflow: ellipsis;
cursor: pointer;
}
#sidebar #sbcontent .sbmenu .sbmright ul li:hover {
background-color: rgba(255, 255, 255, 0.4);
}
#sidebar #sbcontent .sbmenu .sbmright ul li > span:first-child {
margin-right: 15px;
}
#sidebar #sbcontent .sbmenu .maskresult {
position: absolute;
width: 100%;
height: 100%;
z-index: 500;
background-color: #28313a;
padding: 10px;
overflow: hidden;
display: none;
flex-flow: column nowrap;
}
#sidebar #sbcontent .sbmenu .maskresult .mrhead {
width: 100%;
height: 30px;
line-height: 30px;
}
#sidebar #sbcontent .sbmenu .maskresult .mrhead i {
font-size: 20px;
cursor: pointer;
}
#sidebar #sbcontent .sbmenu .maskresult .mrcontent {
width: 100%;
flex: 1;
overflow: hidden;
}
#sidebar #sbcontent .sbmenu .maskresult .mrcontent ul {
width: 100%;
height: 100%;
overflow: hidden;
}
#sidebar #sbcontent .sbmenu .maskresult .mrcontent ul li {
width: 100%;
height: 30px;
border-bottom: 1px solid #444;
line-height: 30px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
font-size: 12px;
}
#sidebar #sbcontent .sbmenu .maskresult .mrcontent ul li:hover {
background-color: rgba(255, 255, 255, 0.4);
}
#sidebar #sbcontent .sbmenu .maskresult .mrcontent ul li span {
margin-right: 10px;
}
#sidebar .fold {
position: absolute;
width: 25px;
height: 25px;
top: 0px;
bottom: 0px;
margin: auto;
right: -24px;
cursor: pointer;
user-select: none;
}
#sidebar .fold i {
font-size: 25px;
}
#sidebar .fold i:active {
color: #333;
}
#scrollbar, #mrscrollbar {
height: 98%;
width: 8px;
background-color: #333333;
position: absolute;
top: 1%;
right: 3px;
border-radius: 10px;
}
#scrollbar span, #mrscrollbar span {
width: 8px;
height: 50px;
background-color: #eee;
position: absolute;
top: 0px;
left: 0px;
border-radius: 10px;
}
#mvmask {
position: absolute;
width: 100%;
height: 100%;
z-index: 200;
left: 0px;
top: 0px;
background-color: rgba(0, 0, 0, 0.9);
display: none;
justify-content: center;
align-items: center;
}
#mvmask #videobox {
display: inline-block;
position: relative;
overflow: hidden;
}
#mvmask #videobox #vcontrols > div {
position: absolute;
}
#mvmask #videobox #vcontrols .vplay {
width: 30px;
height: 30px;
top: 0px;
bottom: 0px;
margin: auto 0px;
left: -30px;
cursor: pointer;
user-select: none;
}
#mvmask #videobox #vcontrols .vplay i {
font-size: 30px;
}
#mvmask #videobox #vcontrols .vvolume {
width: 30px;
height: 30px;
top: 0px;
bottom: 0px;
margin: auto 0px;
right: -30px;
cursor: pointer;
user-select: none;
}
#mvmask #videobox #vcontrols .vvolume > i {
font-size: 30px;
}
#mvmask #videobox #vcontrols .vvolume .vvolumebarbox {
position: absolute;
right: 9px;
bottom: 30px;
width: 15px;
height: 70px;
border-radius: 8px;
background-color: white;
}
#mvmask #videobox #vcontrols .vvolume .vvolumebarbox .vvolumebar {
width: 3px;
height: 80%;
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;
border-radius: 3px;
background: linear-gradient(to top, #bc24b7 0%, #bc24b7 50%, #666 50%, #666 100%);
}
#mvmask #videobox #vcontrols .vvolume .vvolumebarbox .vvolumebar > i {
font-size: 10px;
color: #663300;
position: absolute;
width: 10px;
height: 10px;
top: 25px;
right: -3.5px;
}
#mvmask #videobox #vcontrols .vprogress {
width: 100%;
bottom: -40px;
height: 40px;
line-height: 40px;
font-size: 13px;
user-select: none;
display: flex;
}
#mvmask #videobox #vcontrols .vprogress .vtimebox {
display: flex;
justify-content: center;
width: 100px;
}
#mvmask #videobox #vcontrols .vprogress .vprobarbox {
display: flex;
flex: 1;
justify-content: center;
align-items: center;
}
#mvmask #videobox #vcontrols .vprogress .vprobarbox .vprobar {
width: 100%;
height: 5px;
border-radius: 5px;
background-color: white;
position: relative;
cursor: pointer;
}
#mvmask #videobox #vcontrols .vprogress .vprobarbox .vprobar .nowvbar {
display: inline-block;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 0px;
border-radius: 5px;
background-color: #CC00CC;
box-shadow: 0px 0px 5px yellow;
}
#mvmask #videobox #vcontrols .vprogress .full {
display: flex;
justify-content: center;
width: 50px;
font-size: 18px;
cursor: pointer;
color: white;
}
#masklyric {
position: absolute;
width: 100%;
height: 100%;
z-index: 1000;
left: 0px;
top: 0px;
background-color: rgba(0, 0, 0, 0.9);
display: none;
justify-content: center;
color: #eee;
}
#masklyric #lyricbox {
width: 600px;
text-align: center;
height: 100%;
}
#masklyric #lyricbox #lyric {
letter-spacing: 6px;
font-size: 16px;
line-height: 30px;
position: relative;
top: 300px;
}
@keyframes turntable {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
} | 0.341034 | 0.09343 |
.ant-form-item-label > label {
color: #FFFFFF8C !important;
font-family: Poppins, serif !important;
font-style: normal !important;
font-weight: bold !important;
font-size: 16px !important;
line-height: 16px !important;
}
.ant-select-selector {
background-color: #1E2129 !important;
border: 0 !important;
padding: 0!important;
}
.ant-form-item-control-input-content {
background-color: #1E2129 !important;
}
.ant-select-selection-item {
padding: 0;
}
.ant-input {
padding: 9px 20px !important;
background-color: #1E2129 !important;
font-family: Poppins, serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #FFFFFFE0 !important;
border: 0 !important;
}
.ant-select {
font-family: Poppins, serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
padding: 9px 20px !important;
color: #FFFFFFE0 !important;
border: 0 !important;
}
.custom_method_input .ant-form-item-control-input {
display: flex;
width: 60%;
}
.custom_method_input .ant-form-item-control-input .ant-form-item-control-input-content{
display: flex;
align-items: center;
}
.custom_box{
position: relative;
}
.custom_submit{
position: absolute!important;
top: 0;
left: 441px;
width: 120px!important;
height: 44px!important;
margin-right: 0!important;
background-color: #7a96f5!important;
border: 0!important;
color: #ffffff;
}
.custom_submit:hover{
background-color: #384571!important;
}
.custom_method_input .ant-select-arrow{
right: 30px!important;
}
.css-llbkce-DataDisplay{
min-width: 644px!important;
}
.metadata-item .ant-collapse-header{
justify-content: flex-end!important;
margin-left: 30px;
color: #9d9ea2!important;
margin-bottom: 10px;
}
.metadata-item .ant-collapse-header::before{
content: '' !important;
}
.metadata-item .ant-collapse-header::after{
content: '' !important;
} | rsocketMan-client/src/components/DataDisplay/css/index.css | .ant-form-item-label > label {
color: #FFFFFF8C !important;
font-family: Poppins, serif !important;
font-style: normal !important;
font-weight: bold !important;
font-size: 16px !important;
line-height: 16px !important;
}
.ant-select-selector {
background-color: #1E2129 !important;
border: 0 !important;
padding: 0!important;
}
.ant-form-item-control-input-content {
background-color: #1E2129 !important;
}
.ant-select-selection-item {
padding: 0;
}
.ant-input {
padding: 9px 20px !important;
background-color: #1E2129 !important;
font-family: Poppins, serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #FFFFFFE0 !important;
border: 0 !important;
}
.ant-select {
font-family: Poppins, serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
padding: 9px 20px !important;
color: #FFFFFFE0 !important;
border: 0 !important;
}
.custom_method_input .ant-form-item-control-input {
display: flex;
width: 60%;
}
.custom_method_input .ant-form-item-control-input .ant-form-item-control-input-content{
display: flex;
align-items: center;
}
.custom_box{
position: relative;
}
.custom_submit{
position: absolute!important;
top: 0;
left: 441px;
width: 120px!important;
height: 44px!important;
margin-right: 0!important;
background-color: #7a96f5!important;
border: 0!important;
color: #ffffff;
}
.custom_submit:hover{
background-color: #384571!important;
}
.custom_method_input .ant-select-arrow{
right: 30px!important;
}
.css-llbkce-DataDisplay{
min-width: 644px!important;
}
.metadata-item .ant-collapse-header{
justify-content: flex-end!important;
margin-left: 30px;
color: #9d9ea2!important;
margin-bottom: 10px;
}
.metadata-item .ant-collapse-header::before{
content: '' !important;
}
.metadata-item .ant-collapse-header::after{
content: '' !important;
} | 0.361052 | 0.069795 |
.active-source-icon,
.focused-source-icon {
margin-right: 15px;
opacity: 0.5;
transition: opacity 0.5s ease;
flex-shrink: 0;
}
#mini-now-playing-info .focused-source-name {
opacity: 0;
color: white;
text-transform: uppercase;
letter-spacing: var(--uppercase-spacing);
font-weight: 500;
font-size: 0.8em;
text-overflow: ellipsis;
overflow: hidden;
transition: opacity 0.5s ease, transform 0.5s ease;
transform: translateY(0.5em);
}
#mini-now-playing-info .source-only .focused-source-name {
opacity: 0.5;
}
.mini-now-playing {
display: flex;
align-items: center;
height: 100%;
}
#mini-now-playing-info {
padding-right: 15px;
text-align: left;
display: flex;
align-items: center;
margin-right: auto;
max-width: calc(100vw - 350px);
height: 100%;
}
#mini-now-playing-info .now-playing-titles {
overflow: hidden;
padding-bottom: 5px;
padding-top: 5px;
transition: transform 0.5s ease, opacity 0.5s ease;
transform: translateY(0.6em);
}
#mini-now-playing-info h1,
#mini-now-playing-info h2 {
margin: 0;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
transition: transform 0.5s ease, opacity 0.5s ease;
}
#mini-now-playing-info h1,
.dark #mini-now-playing-info h1 {
color: white;
font-weight: 500;
font-size: 0.9em;
height: 1em;
box-sizing: content-box;
padding-bottom: 3px;
padding-top: 3px;
margin-bottom: -3px;
margin-top: -2px;
}
#mini-now-playing-info h2 {
letter-spacing: 0;
text-transform: none;
font-weight: 400;
font-size: 0.7em;
height: 1em;
color: rgba(255,255,255,0.5);
box-sizing: content-box;
padding-bottom: 3px;
padding-top: 3px;
}
#mini-now-playing-info h1 span,
#mini-now-playing-info h2 span {
transition: opacity 0.5s ease;
}
#mini-now-playing-info .one-row {
transform: translateY(0.05em);
}
#mini-now-playing-info .two-rows {
transform: translateY(-0.38em);
}
.now-playing-fade-enter,
.now-playing-fade-leave-to {
opacity: 0;
}
/* @end */
#now-playing {
z-index: 6;
position: fixed;
opacity: 1;
background-color: transparent;
pointer-events: none;
}
.setup #now-playing {
display: none !important;
}
#now-playing-container {
transition: opacity 0.5s ease;
background-color: var(--main-bg);
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
pointer-events: all;
display: flex;
}
#now-playing header {
transition: transform 0.5s cubic-bezier(.18,0,0,1), opacity 0.5s ease, filter 0.5s ease, box-shadow 0.3s ease, background-color 0.3s ease;
justify-content: flex-start;
padding-left: 60px;
padding-right: 60px;
position: absolute;
right: 0;
left: 0;
}
#now-playing header > * {
pointer-events: all;
}
#now-playing #focused-source {
display: flex;
align-items: center;
text-transform: uppercase;
letter-spacing: var(--uppercase-spacing);
font-weight: 500;
font-size: 0.8em;
opacity: 0.5;
transition: opacity 0.3s ease;
white-space: nowrap;
position: relative;
max-width: calc(100vw - 120px);
}
#now-playing .focused-source-name {
text-overflow: ellipsis;
overflow: hidden;
}
#now-playing #focused-source .symbol {
opacity: 1;
}
#now-playing .menu-content:before {
display: none;
}
/* @group Left Area (Expanded Artwork) */
#now-playing-left {
padding-top: max(50px, 6vw);
padding-bottom: max(50px, 6vw, env(safe-area-inset-bottom));
box-sizing: border-box;
height: 100%;
display: flex;
align-items: center;
padding-left: max(50px, 6vw, env(safe-area-inset-left));
position: relative;
z-index: 1;
/*flex-grow: 1;*/
}
#artwork-area-wide {
box-sizing: border-box;
transition: transform 1s cubic-bezier(.18,0,0,1), opacity 1s ease, filter 0.5s ease;
width: 100%;
height: min(calc(60vw - 50px), calc(100vh - max(100px, 12vw)));
width: min(calc(60vw - 50px), calc(100vh - max(100px, 12vw)));
position: relative;
}
.artwork-wrap {
transition: opacity 0.5s ease;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
}
.artwork-img {
display: block;
width: 100%;
max-height: 100%;
/*outline: 1px solid rgba(0,0,0,0.1);*/
outline-offset: -1px;
box-shadow: 0px 10px 40px rgba(0,0,0,0.2);
}
.artwork-placeholder-wrap {
box-shadow: 0px 10px 40px rgba(0,0,0,0.2);
background-color: var(--ultra-light-grey);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
transition: opacity 0.5s ease;
}
.artwork-placeholder {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: currentColor;
mask-size: 50%;
-webkit-mask-size: 50%;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
mask-position: center;
-webkit-mask-position: center;
opacity: 0.1;
}
.dark .artwork-img,
.dark .artwork-placeholder-wrap {
/*outline: 1px solid rgba(255,255,255,0.15);*/
box-shadow: 0px 10px 40px rgba(0,0,0,0.3);
}
.now-playing-lift-enter,
.now-playing-lift-leave-to {
filter: blur(20px);
transform: translateY(50px);
}
/* @end */
/* @group Compact Artwork */
#now-playing-upper {
flex-grow: 1;
position: relative;
}
.now-playing-blur-enter,
.now-playing-blur-leave-to {
filter: blur(20px);
transform: translateY(30px);
}
.now-playing-blur-enter-to,
.now-playing-blur-leave {
filter: blur(0px);
transform: translateY(0);
}
.artwork-test-bench {
/*display: none;*/
width: 20px;
}
#artwork-area-narrow {
box-sizing: border-box;
transition: transform 1s cubic-bezier(.18,0,0,1), opacity 1s ease, filter 0.5s ease;
width: 100%;
height: min(calc(100vw - 40px), calc(100vh - 330px - env(safe-area-inset-bottom)));
width: min(calc(100vw - 40px), calc(100vh - 330px - env(safe-area-inset-bottom)));
position: relative;
display: none;
flex-shrink: 0;
margin-left: auto;
margin-right: auto;
}
/* @end */
/* @group Main Info Area */
#now-playing-right {
display: flex;
flex-direction: column;
min-width: 300px;
flex-grow: 1;
flex-basis: 100px;
}
#now-playing-info-area {
height: calc(100% - 50px);
display: flex;
flex-direction: column;
justify-content: center;
padding-top: 50px;
}
#track-functions {
margin-top: 0.5em;
display: flex;
justify-content: center;
}
#now-playing-main-info {
display: flex;
flex-direction: column;
justify-content: center;
height: calc(100% - 50px);
align-items: center;
transition: transform 0.5s cubic-bezier(.18,0,0,1), opacity 0.5s ease, filter 0.5s ease;
z-index: 1;
padding-left: 20px;
padding-right: 20px;
}
#now-playing-info-area .scroll-invitation {
/*display: none;*/
transition: transform 0.5s cubic-bezier(.18,0,0,1), opacity 0.5s ease, filter 0.5s ease;
}
.now-playing-text {
width: calc(100% + 20px);
text-align: center;
transition: background-color 0.3s ease, transform 0.3s ease;
cursor: default;
position: relative;
margin-bottom: -5px;
padding-bottom: 5px;
}
.now-playing-text-mask {
mask-image: linear-gradient(left, rgba(0, 0, 0, 0) 0%, white 20px, white calc(100% - 40px), rgba(0, 0, 0, 0) 100%);
-webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, white 20px, white calc(100% - 20px), rgba(0, 0, 0, 0) 100%);
}
.no-touch .now-playing-text.reveal:hover,
.touch .now-playing-text.reveal:active {
background-color: var(--button-bg);
}
.now-playing-text.reveal:active {
transition: none;
transform: scale(0.95);
}
#now-playing-main-info h1 {
margin: 0.5em 20px;
line-height: 1.1;
overflow: visible;
transition: transform 0s linear;
}
#now-playing-main-info h2 {
letter-spacing: 0;
text-transform: none;
font-weight: 400;
font-size: 0.8em;
margin-top: 0;
margin-right: 20px;
line-height: 1.2;
overflow: visible;
margin-left: 20px;
transition: transform 0s linear;
}
#now-playing-main-info h1 span,
#now-playing-main-info h2 span {
transition: opacity 0.5s ease;
}
#now-playing-main-info h2 .artist {
font-weight: 500;
}
.now-playing-string-copy {
margin-left: 30px;
display: none;
}
.scrolling .now-playing-string-copy {
display: inline;
}
/* @end */
/* @group Queue Area */
#now-playing-queue-area {
transition: transform 0.5s cubic-bezier(.18,0,0,1), opacity 1s ease, filter 0.5s ease;
}
/* @end */
/* @group Control Area */
#now-playing-lower {
background-color: var(--bottom-bg);
color: white;
flex-shrink: 0;
position: relative;
box-shadow: 0px -1px 0px rgba(255,255,255,0.1);
transition: transform 0.5s cubic-bezier(.18,0,0,1), opacity 1s ease, filter 0.5s ease;
/*transform: translateY(70px);*/
}
#now-playing-lower:hover {
/*transform: translateY(0);*/
}
.now-playing-lift-slightly-enter,
.now-playing-lift-slightly-leave-to {
transform: translateY(30px);
}
#now-playing-lower:before {
content: "";
background-color: inherit;
color: inherit;
width: 100vw;
position: absolute;
right: 100%;
height: 100%;
box-shadow: inherit;
}
#now-playing-lower .control-area {
margin-left: auto;
/*box-sizing: border-box;*/
max-width: 400px;
margin-right: auto;
padding: max(10px, 2vw) max(20px, 10%);
}
.now-playing-transport {
display: flex;
justify-content: center;
margin-bottom: 10px;
margin-top: 20px;
align-self: center;
}
.now-playing-transport .button.symbol {
width: 46px;
height: 46px;
margin-right: 8px;
margin-left: 8px;
mask-size: 46px;
-webkit-mask-size: 46px;
}
/* @end */
@media only screen and (max-height: 430px) and (min-aspect-ratio: 16/12) {
#now-playing-info-area {
/*padding-top: 0;
height: 100%;*/
}
#now-playing-info-area .scroll-invitation {
display: none;
}
#now-playing-main-info h1 {
white-space: nowrap;
font-size: 1.1em;
margin-top: 0;
}
#now-playing-main-info h2 {
white-space: nowrap;
}
.now-playing-text {
padding-top: 10px;
margin-top: -10px;
padding-bottom: 0;
margin-bottom: 0;
}
}
@media only screen and (max-height: 350px) and (min-aspect-ratio: 16/12) {
#now-playing-info-area {
padding-top: 0;
height: 100%;
}
}
@media only screen and (max-width: 620px) {
#mini-now-playing-info {
/*display: none;*/
position: absolute;
right: 0;
left: 0;
bottom: 50px;
background-color: rgba(34, 34, 34, 0.95);
max-width: 100%;
height: 50px;
display: flex;
align-items: center;
padding-left: 20px;
padding-right: 20px;
outline: 1px solid rgba(255, 255, 255, 0.1);
transition: transform 0.5s ease;
pointer-events: none;
transform: scaleY(0);
transform-origin: bottom;
transition-delay: 0.3s;
}
.dark #mini-now-playing-info {
background-color: rgba(0, 0, 0, 0.95);
}
#mini-now-playing-info .focused-source .symbol {
margin-right: 5px;
}
#mini-now-playing-info.notification {
transform: scaleY(1);
transition-delay: 0;
}
#mini-now-playing-info > * {
transition: opacity 0.5s ease;
}
#mini-now-playing-info:not(.notification.text) > * {
opacity: 0;
}
}
@media only screen and (min-width: 621px) and (min-aspect-ratio: 16/12) {
#now-playing-right .menu-content {
padding-left: 20px;
padding-right: 20px;
min-width: 320px;
width: 40vw;
margin-right: auto;
margin-left: auto;
}
#now-playing header {
background-color: transparent;
box-shadow: none;
pointer-events: none;
}
}
@media only screen and (max-width: 820px) {
#artwork-area-wide {
height: min(calc(100vw - 370px), calc(100vh - max(100px, 12vw)));
width: min(calc(100vw - 370px), calc(100vh - max(100px, 12vw)));
}
}
@media only screen and (max-aspect-ratio: 16/12) {
#now-playing header {
justify-content: center;
}
#now-playing-upper,
#now-playing-lower {
padding-left: 0;
}
#now-playing-lower .control-area {
padding: 0 20px env(safe-area-inset-bottom) 20px;
}
#now-playing header {
color: inherit;
}
#now-playing-left {
display: none;
}
#artwork-area-narrow {
display: block;
}
#now-playing-right {
width: 100%;
}
#now-playing-info-area .scroll-invitation {
display: none;
}
#now-playing-main-info h1 {
white-space: nowrap;
font-size: 1.1em;
margin-top: 0;
}
#now-playing-main-info h2 {
white-space: nowrap;
}
.now-playing-text {
padding-top: 10px;
margin-top: -10px;
padding-bottom: 0;
margin-bottom: 0;
}
} | Beocreate2/beo-extensions/now-playing/now-playing.css |
.active-source-icon,
.focused-source-icon {
margin-right: 15px;
opacity: 0.5;
transition: opacity 0.5s ease;
flex-shrink: 0;
}
#mini-now-playing-info .focused-source-name {
opacity: 0;
color: white;
text-transform: uppercase;
letter-spacing: var(--uppercase-spacing);
font-weight: 500;
font-size: 0.8em;
text-overflow: ellipsis;
overflow: hidden;
transition: opacity 0.5s ease, transform 0.5s ease;
transform: translateY(0.5em);
}
#mini-now-playing-info .source-only .focused-source-name {
opacity: 0.5;
}
.mini-now-playing {
display: flex;
align-items: center;
height: 100%;
}
#mini-now-playing-info {
padding-right: 15px;
text-align: left;
display: flex;
align-items: center;
margin-right: auto;
max-width: calc(100vw - 350px);
height: 100%;
}
#mini-now-playing-info .now-playing-titles {
overflow: hidden;
padding-bottom: 5px;
padding-top: 5px;
transition: transform 0.5s ease, opacity 0.5s ease;
transform: translateY(0.6em);
}
#mini-now-playing-info h1,
#mini-now-playing-info h2 {
margin: 0;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
transition: transform 0.5s ease, opacity 0.5s ease;
}
#mini-now-playing-info h1,
.dark #mini-now-playing-info h1 {
color: white;
font-weight: 500;
font-size: 0.9em;
height: 1em;
box-sizing: content-box;
padding-bottom: 3px;
padding-top: 3px;
margin-bottom: -3px;
margin-top: -2px;
}
#mini-now-playing-info h2 {
letter-spacing: 0;
text-transform: none;
font-weight: 400;
font-size: 0.7em;
height: 1em;
color: rgba(255,255,255,0.5);
box-sizing: content-box;
padding-bottom: 3px;
padding-top: 3px;
}
#mini-now-playing-info h1 span,
#mini-now-playing-info h2 span {
transition: opacity 0.5s ease;
}
#mini-now-playing-info .one-row {
transform: translateY(0.05em);
}
#mini-now-playing-info .two-rows {
transform: translateY(-0.38em);
}
.now-playing-fade-enter,
.now-playing-fade-leave-to {
opacity: 0;
}
/* @end */
#now-playing {
z-index: 6;
position: fixed;
opacity: 1;
background-color: transparent;
pointer-events: none;
}
.setup #now-playing {
display: none !important;
}
#now-playing-container {
transition: opacity 0.5s ease;
background-color: var(--main-bg);
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
pointer-events: all;
display: flex;
}
#now-playing header {
transition: transform 0.5s cubic-bezier(.18,0,0,1), opacity 0.5s ease, filter 0.5s ease, box-shadow 0.3s ease, background-color 0.3s ease;
justify-content: flex-start;
padding-left: 60px;
padding-right: 60px;
position: absolute;
right: 0;
left: 0;
}
#now-playing header > * {
pointer-events: all;
}
#now-playing #focused-source {
display: flex;
align-items: center;
text-transform: uppercase;
letter-spacing: var(--uppercase-spacing);
font-weight: 500;
font-size: 0.8em;
opacity: 0.5;
transition: opacity 0.3s ease;
white-space: nowrap;
position: relative;
max-width: calc(100vw - 120px);
}
#now-playing .focused-source-name {
text-overflow: ellipsis;
overflow: hidden;
}
#now-playing #focused-source .symbol {
opacity: 1;
}
#now-playing .menu-content:before {
display: none;
}
/* @group Left Area (Expanded Artwork) */
#now-playing-left {
padding-top: max(50px, 6vw);
padding-bottom: max(50px, 6vw, env(safe-area-inset-bottom));
box-sizing: border-box;
height: 100%;
display: flex;
align-items: center;
padding-left: max(50px, 6vw, env(safe-area-inset-left));
position: relative;
z-index: 1;
/*flex-grow: 1;*/
}
#artwork-area-wide {
box-sizing: border-box;
transition: transform 1s cubic-bezier(.18,0,0,1), opacity 1s ease, filter 0.5s ease;
width: 100%;
height: min(calc(60vw - 50px), calc(100vh - max(100px, 12vw)));
width: min(calc(60vw - 50px), calc(100vh - max(100px, 12vw)));
position: relative;
}
.artwork-wrap {
transition: opacity 0.5s ease;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
}
.artwork-img {
display: block;
width: 100%;
max-height: 100%;
/*outline: 1px solid rgba(0,0,0,0.1);*/
outline-offset: -1px;
box-shadow: 0px 10px 40px rgba(0,0,0,0.2);
}
.artwork-placeholder-wrap {
box-shadow: 0px 10px 40px rgba(0,0,0,0.2);
background-color: var(--ultra-light-grey);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
transition: opacity 0.5s ease;
}
.artwork-placeholder {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: currentColor;
mask-size: 50%;
-webkit-mask-size: 50%;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
mask-position: center;
-webkit-mask-position: center;
opacity: 0.1;
}
.dark .artwork-img,
.dark .artwork-placeholder-wrap {
/*outline: 1px solid rgba(255,255,255,0.15);*/
box-shadow: 0px 10px 40px rgba(0,0,0,0.3);
}
.now-playing-lift-enter,
.now-playing-lift-leave-to {
filter: blur(20px);
transform: translateY(50px);
}
/* @end */
/* @group Compact Artwork */
#now-playing-upper {
flex-grow: 1;
position: relative;
}
.now-playing-blur-enter,
.now-playing-blur-leave-to {
filter: blur(20px);
transform: translateY(30px);
}
.now-playing-blur-enter-to,
.now-playing-blur-leave {
filter: blur(0px);
transform: translateY(0);
}
.artwork-test-bench {
/*display: none;*/
width: 20px;
}
#artwork-area-narrow {
box-sizing: border-box;
transition: transform 1s cubic-bezier(.18,0,0,1), opacity 1s ease, filter 0.5s ease;
width: 100%;
height: min(calc(100vw - 40px), calc(100vh - 330px - env(safe-area-inset-bottom)));
width: min(calc(100vw - 40px), calc(100vh - 330px - env(safe-area-inset-bottom)));
position: relative;
display: none;
flex-shrink: 0;
margin-left: auto;
margin-right: auto;
}
/* @end */
/* @group Main Info Area */
#now-playing-right {
display: flex;
flex-direction: column;
min-width: 300px;
flex-grow: 1;
flex-basis: 100px;
}
#now-playing-info-area {
height: calc(100% - 50px);
display: flex;
flex-direction: column;
justify-content: center;
padding-top: 50px;
}
#track-functions {
margin-top: 0.5em;
display: flex;
justify-content: center;
}
#now-playing-main-info {
display: flex;
flex-direction: column;
justify-content: center;
height: calc(100% - 50px);
align-items: center;
transition: transform 0.5s cubic-bezier(.18,0,0,1), opacity 0.5s ease, filter 0.5s ease;
z-index: 1;
padding-left: 20px;
padding-right: 20px;
}
#now-playing-info-area .scroll-invitation {
/*display: none;*/
transition: transform 0.5s cubic-bezier(.18,0,0,1), opacity 0.5s ease, filter 0.5s ease;
}
.now-playing-text {
width: calc(100% + 20px);
text-align: center;
transition: background-color 0.3s ease, transform 0.3s ease;
cursor: default;
position: relative;
margin-bottom: -5px;
padding-bottom: 5px;
}
.now-playing-text-mask {
mask-image: linear-gradient(left, rgba(0, 0, 0, 0) 0%, white 20px, white calc(100% - 40px), rgba(0, 0, 0, 0) 100%);
-webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, white 20px, white calc(100% - 20px), rgba(0, 0, 0, 0) 100%);
}
.no-touch .now-playing-text.reveal:hover,
.touch .now-playing-text.reveal:active {
background-color: var(--button-bg);
}
.now-playing-text.reveal:active {
transition: none;
transform: scale(0.95);
}
#now-playing-main-info h1 {
margin: 0.5em 20px;
line-height: 1.1;
overflow: visible;
transition: transform 0s linear;
}
#now-playing-main-info h2 {
letter-spacing: 0;
text-transform: none;
font-weight: 400;
font-size: 0.8em;
margin-top: 0;
margin-right: 20px;
line-height: 1.2;
overflow: visible;
margin-left: 20px;
transition: transform 0s linear;
}
#now-playing-main-info h1 span,
#now-playing-main-info h2 span {
transition: opacity 0.5s ease;
}
#now-playing-main-info h2 .artist {
font-weight: 500;
}
.now-playing-string-copy {
margin-left: 30px;
display: none;
}
.scrolling .now-playing-string-copy {
display: inline;
}
/* @end */
/* @group Queue Area */
#now-playing-queue-area {
transition: transform 0.5s cubic-bezier(.18,0,0,1), opacity 1s ease, filter 0.5s ease;
}
/* @end */
/* @group Control Area */
#now-playing-lower {
background-color: var(--bottom-bg);
color: white;
flex-shrink: 0;
position: relative;
box-shadow: 0px -1px 0px rgba(255,255,255,0.1);
transition: transform 0.5s cubic-bezier(.18,0,0,1), opacity 1s ease, filter 0.5s ease;
/*transform: translateY(70px);*/
}
#now-playing-lower:hover {
/*transform: translateY(0);*/
}
.now-playing-lift-slightly-enter,
.now-playing-lift-slightly-leave-to {
transform: translateY(30px);
}
#now-playing-lower:before {
content: "";
background-color: inherit;
color: inherit;
width: 100vw;
position: absolute;
right: 100%;
height: 100%;
box-shadow: inherit;
}
#now-playing-lower .control-area {
margin-left: auto;
/*box-sizing: border-box;*/
max-width: 400px;
margin-right: auto;
padding: max(10px, 2vw) max(20px, 10%);
}
.now-playing-transport {
display: flex;
justify-content: center;
margin-bottom: 10px;
margin-top: 20px;
align-self: center;
}
.now-playing-transport .button.symbol {
width: 46px;
height: 46px;
margin-right: 8px;
margin-left: 8px;
mask-size: 46px;
-webkit-mask-size: 46px;
}
/* @end */
@media only screen and (max-height: 430px) and (min-aspect-ratio: 16/12) {
#now-playing-info-area {
/*padding-top: 0;
height: 100%;*/
}
#now-playing-info-area .scroll-invitation {
display: none;
}
#now-playing-main-info h1 {
white-space: nowrap;
font-size: 1.1em;
margin-top: 0;
}
#now-playing-main-info h2 {
white-space: nowrap;
}
.now-playing-text {
padding-top: 10px;
margin-top: -10px;
padding-bottom: 0;
margin-bottom: 0;
}
}
@media only screen and (max-height: 350px) and (min-aspect-ratio: 16/12) {
#now-playing-info-area {
padding-top: 0;
height: 100%;
}
}
@media only screen and (max-width: 620px) {
#mini-now-playing-info {
/*display: none;*/
position: absolute;
right: 0;
left: 0;
bottom: 50px;
background-color: rgba(34, 34, 34, 0.95);
max-width: 100%;
height: 50px;
display: flex;
align-items: center;
padding-left: 20px;
padding-right: 20px;
outline: 1px solid rgba(255, 255, 255, 0.1);
transition: transform 0.5s ease;
pointer-events: none;
transform: scaleY(0);
transform-origin: bottom;
transition-delay: 0.3s;
}
.dark #mini-now-playing-info {
background-color: rgba(0, 0, 0, 0.95);
}
#mini-now-playing-info .focused-source .symbol {
margin-right: 5px;
}
#mini-now-playing-info.notification {
transform: scaleY(1);
transition-delay: 0;
}
#mini-now-playing-info > * {
transition: opacity 0.5s ease;
}
#mini-now-playing-info:not(.notification.text) > * {
opacity: 0;
}
}
@media only screen and (min-width: 621px) and (min-aspect-ratio: 16/12) {
#now-playing-right .menu-content {
padding-left: 20px;
padding-right: 20px;
min-width: 320px;
width: 40vw;
margin-right: auto;
margin-left: auto;
}
#now-playing header {
background-color: transparent;
box-shadow: none;
pointer-events: none;
}
}
@media only screen and (max-width: 820px) {
#artwork-area-wide {
height: min(calc(100vw - 370px), calc(100vh - max(100px, 12vw)));
width: min(calc(100vw - 370px), calc(100vh - max(100px, 12vw)));
}
}
@media only screen and (max-aspect-ratio: 16/12) {
#now-playing header {
justify-content: center;
}
#now-playing-upper,
#now-playing-lower {
padding-left: 0;
}
#now-playing-lower .control-area {
padding: 0 20px env(safe-area-inset-bottom) 20px;
}
#now-playing header {
color: inherit;
}
#now-playing-left {
display: none;
}
#artwork-area-narrow {
display: block;
}
#now-playing-right {
width: 100%;
}
#now-playing-info-area .scroll-invitation {
display: none;
}
#now-playing-main-info h1 {
white-space: nowrap;
font-size: 1.1em;
margin-top: 0;
}
#now-playing-main-info h2 {
white-space: nowrap;
}
.now-playing-text {
padding-top: 10px;
margin-top: -10px;
padding-bottom: 0;
margin-bottom: 0;
}
} | 0.268462 | 0.09343 |
ul {
list-style-type: none;
overflow: hidden;
margin: 0;
padding: 0;
overflow: hidden;
background-color: none;
padding-right: 50px;
z-index: 1;
/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
li {
float: right;
}
li a {
display: block;
text-align: center;
padding-top: 50px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 10px;
text-decoration: none;
margin-right: 30px;
margin-left: 30px;
letter-spacing: .15em;
font-size: .9em;
font-weight: 500;
color: black;
opacity: .5;
}
li a:hover {
border-bottom: white solid 2px;
cursor: none;
color: white;
opacity: 1;
transition: color 0.3s ease-in;
}
/* <NAME> left title */
.nav-title {
margin-left: 75px;
font-weight: 600;
letter-spacing: .3em;
font-size: 1.1em;
opacity: 1;
}
.nav-title:hover {
border: none !important;
}
/* Active page looks different */
.active {
opacity: 1;
}
.nav-bar .icon {
display: none;
}
.nav-logo:hover {
cursor: pointer;
}
.X{
display:none;
}
.nav-bar-mobile {
display: none;
}
#title {
display: none;
}
/* #endregion Navigation bar */
body {
margin: 0;
font-family: 'Ubuntu', sans-serif;
}
@font-face {
font-family: Atari;
src: url(Atari/AtariST8x16SystemFont.ttf);
}
::selection {
background: #222;
color: white;
}
hr {
margin: 0 10% 0 10%;
border: none;
border-bottom: 2px solid rgba(96, 95, 109, 0.1);
outline: none;
}
.row:after {
content: "";
display: table;
clear: both;
}
* {
box-sizing: border-box;
}
/* #region headers */
h1 {
font-weight: 400;
}
h2 {
font-weight: 400;
letter-spacing: .1em;
}
h3 {
font-weight: 400;
letter-spacing: .1em;
}
p {
font-weight: 300;
font-size: .9rem;
letter-spacing: .1em;
text-align: left;
line-height: 1.8;
text-transform: uppercase;
}
/* #endregion headers */
.buttonRound {
background-color: white;
color: black;
border-radius: 50px;
padding: 15px 25px 15px 25px;
border: none;
font-size: .9em;
font-family: 'Ubuntu', sans-serif;
font-weight: 400;
}
/* Circle cursor */
.circle {
position: absolute;
border: solid 1px none;
background-color: #f2ede4;
width: 50px;
height: 50px;
border-radius: 50%;
z-index: -1;
transition: all 0.3s ease-in;
transition-property: background,transform, cursor;
pointer-events: none;
/*mix-blend-mode: difference;*/
}
/* #region mobile version */
@media screen and (max-width: 900px){
.column {
float: none !important;
}
.left, .right {
width: 100% !important;
}
}
/* #endregion mobile version */
@media screen and (max-width: 1110px){
/* #region nav-bar */
.circle {
display: none;
}
li {
float: none;
}
.nav-bar .icon {
display: flex;
color: black;
z-index: 100;
transform: scale(1.2);
}
.overlay{
position: fixed;
width: 0;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #D7C9AF;
z-index: 1;
}
.X{
display: none;
z-index: 2;
position: fixed;
justify-content: flex-end;
top: 3px;
right: 15px;
color: white;
font-size: 40px;
margin-left: 45px;
height: 50px;
padding: 0;
transition: 0.3s;
cursor: pointer;
font-weight: lighter;
font-family: "Segoe UI Light", Avenir Next Ultra Light, sans-serif;
}
.nav-bar-mobile {
position: fixed;
z-index: 3;
width: 100%;
height: 100%;
list-style: none;
padding: 0;
top: 15%;
}
.nav-bar ul * {
display: none;
}
.nav-bar-mobile li a {
text-decoration: none;
color: white !important;
}
.nav-bar-mobile li {
text-align: center;
}
/* the navigation bar text container */
.nav-text {
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
}
#title {
white-space: nowrap;
font-weight: 500;
margin-left: 1vw;
text-decoration: none;
color: black;
display: block;
width: 100%
}
li a {
letter-spacing: .15em;
font-size: 1.2em;
font-weight: 400;
}
/* the whole navigation bar */
.nav-bar {
display: flex; /*important*/
align-items: center; /*important*/
width: 100%; /*important*/
padding: 20px;
position: absolute;
}
/* #endregion nav-bar */
.column {
float: none !important;
}
.left, .right {
width: 100% !important;
}
model-viewer {
max-height: 50vh;
}
.first-section .left {
padding-left: 0;
}
.first-section .right {
padding-right: 0;
}
.first-section, .second-section, .third-section, .fourth-section {
padding: 5%;
}
} | css/nonChangingElements.css | ul {
list-style-type: none;
overflow: hidden;
margin: 0;
padding: 0;
overflow: hidden;
background-color: none;
padding-right: 50px;
z-index: 1;
/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
li {
float: right;
}
li a {
display: block;
text-align: center;
padding-top: 50px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 10px;
text-decoration: none;
margin-right: 30px;
margin-left: 30px;
letter-spacing: .15em;
font-size: .9em;
font-weight: 500;
color: black;
opacity: .5;
}
li a:hover {
border-bottom: white solid 2px;
cursor: none;
color: white;
opacity: 1;
transition: color 0.3s ease-in;
}
/* <NAME> left title */
.nav-title {
margin-left: 75px;
font-weight: 600;
letter-spacing: .3em;
font-size: 1.1em;
opacity: 1;
}
.nav-title:hover {
border: none !important;
}
/* Active page looks different */
.active {
opacity: 1;
}
.nav-bar .icon {
display: none;
}
.nav-logo:hover {
cursor: pointer;
}
.X{
display:none;
}
.nav-bar-mobile {
display: none;
}
#title {
display: none;
}
/* #endregion Navigation bar */
body {
margin: 0;
font-family: 'Ubuntu', sans-serif;
}
@font-face {
font-family: Atari;
src: url(Atari/AtariST8x16SystemFont.ttf);
}
::selection {
background: #222;
color: white;
}
hr {
margin: 0 10% 0 10%;
border: none;
border-bottom: 2px solid rgba(96, 95, 109, 0.1);
outline: none;
}
.row:after {
content: "";
display: table;
clear: both;
}
* {
box-sizing: border-box;
}
/* #region headers */
h1 {
font-weight: 400;
}
h2 {
font-weight: 400;
letter-spacing: .1em;
}
h3 {
font-weight: 400;
letter-spacing: .1em;
}
p {
font-weight: 300;
font-size: .9rem;
letter-spacing: .1em;
text-align: left;
line-height: 1.8;
text-transform: uppercase;
}
/* #endregion headers */
.buttonRound {
background-color: white;
color: black;
border-radius: 50px;
padding: 15px 25px 15px 25px;
border: none;
font-size: .9em;
font-family: 'Ubuntu', sans-serif;
font-weight: 400;
}
/* Circle cursor */
.circle {
position: absolute;
border: solid 1px none;
background-color: #f2ede4;
width: 50px;
height: 50px;
border-radius: 50%;
z-index: -1;
transition: all 0.3s ease-in;
transition-property: background,transform, cursor;
pointer-events: none;
/*mix-blend-mode: difference;*/
}
/* #region mobile version */
@media screen and (max-width: 900px){
.column {
float: none !important;
}
.left, .right {
width: 100% !important;
}
}
/* #endregion mobile version */
@media screen and (max-width: 1110px){
/* #region nav-bar */
.circle {
display: none;
}
li {
float: none;
}
.nav-bar .icon {
display: flex;
color: black;
z-index: 100;
transform: scale(1.2);
}
.overlay{
position: fixed;
width: 0;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #D7C9AF;
z-index: 1;
}
.X{
display: none;
z-index: 2;
position: fixed;
justify-content: flex-end;
top: 3px;
right: 15px;
color: white;
font-size: 40px;
margin-left: 45px;
height: 50px;
padding: 0;
transition: 0.3s;
cursor: pointer;
font-weight: lighter;
font-family: "Segoe UI Light", Avenir Next Ultra Light, sans-serif;
}
.nav-bar-mobile {
position: fixed;
z-index: 3;
width: 100%;
height: 100%;
list-style: none;
padding: 0;
top: 15%;
}
.nav-bar ul * {
display: none;
}
.nav-bar-mobile li a {
text-decoration: none;
color: white !important;
}
.nav-bar-mobile li {
text-align: center;
}
/* the navigation bar text container */
.nav-text {
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
}
#title {
white-space: nowrap;
font-weight: 500;
margin-left: 1vw;
text-decoration: none;
color: black;
display: block;
width: 100%
}
li a {
letter-spacing: .15em;
font-size: 1.2em;
font-weight: 400;
}
/* the whole navigation bar */
.nav-bar {
display: flex; /*important*/
align-items: center; /*important*/
width: 100%; /*important*/
padding: 20px;
position: absolute;
}
/* #endregion nav-bar */
.column {
float: none !important;
}
.left, .right {
width: 100% !important;
}
model-viewer {
max-height: 50vh;
}
.first-section .left {
padding-left: 0;
}
.first-section .right {
padding-right: 0;
}
.first-section, .second-section, .third-section, .fourth-section {
padding: 5%;
}
} | 0.438785 | 0.096535 |
body {
margin: 0;
padding: 0;
font-size: 14px;
font-family: Microsoft YaHei;
color: #333;
background: #F3F4F8;
}
a {
color: #333;
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.data_wrap .data_box .boxhd .ico, .data_wrap .data_box .data_analysis .compare b, .data_wrap .data_box .data_analysis .compare i, .box_hd .tips, .auth_item .checkbox, .detail_data .box_hd2 .download .ico, .page_wrap li.border a, .role_wrap .swap .btn_box .ico, .rank_wrap .rank_box .rank_list li .row_flex .jigou span b, .rank_wrap .rank_box .rank_list li .compare p b {
background: url(./images/sprite-bi.png) no-repeat;
}
.page_wrap{margin: 10px 0 0 30px; color: #666;}
.page_wrap .num_wrap{display: inline-block; vertical-align: middle;}
.page_wrap .num_wrap span{vertical-align: middle;}
.page_wrap .num_wrap span em{font-style: normal; margin: 0 2px;}
.page_wrap .num_wrap select{height: 30px; width: 50px; color: #666; border: 1px solid #D9DADC; font-size: 16px; outline: none; margin: 0 5px; vertical-align: middle;}
.page_wrap ul{display: inline-block; margin: 7px 0 0 20px; vertical-align: middle;}
.page_wrap li{list-style: none; float: left; margin-left: 8px; vertical-align: middle;}
.page_wrap li a{display: inline-block;}
.page_wrap li.border a{width: 28px; height: 28px; border: 1px solid #D9DADC;}
.page_wrap li.border a:hover{background-color: #eee;}
.page_wrap li.border.disable a{background-color: #eee; cursor: default;}
.page_wrap li.page_ellip a:hover{cursor: default;}
.page_wrap li.page_prev a{background-position: -38px -64px; background-color: #fff;}
.page_wrap li.page_next a{background-position: -68px -64px; background-color: #fff;}
.page_wrap li.page_prev.disable a{background-position: -38px -96px;}
.page_wrap li.page_next.disable a{background-position: -68px -96px;}
.page_wrap li.page_num a,.page_wrap li.page_ellip a{width: 30px; height: 30px; line-height: 30px; text-align: center;}
.page_wrap li.page_num.on a{background: #4C8DEE; color: #fff;}
.page_wrap li.text{height: 30px; line-height: 30px;}
.page_wrap li.t1{margin-left: 20px;}
.page_wrap li.page_input input{width: 38px; height: 28px; line-height: 28px; text-align: center; background: #fff; outline: none; border: 1px solid #D9DADC;}
.page_wrap li.page_input input:focus{border-color: #ccc;}
.page_wrap li.page_go{margin-left: 20px;}
.page_wrap li.page_go button{width: 40px; height: 30px; line-height: 24px; background: #fff; border: 1px solid #D9DADC; outline: none; font-family: Microsoft YaHei;}
.page_wrap li.page_go button:hover{border-color: #ccc; background: #eee;}
.page_wrap li.page_go button:active{border-color: #ccc; background: #e0e0e0;} | pagination/jquery.paginationbi.css | body {
margin: 0;
padding: 0;
font-size: 14px;
font-family: Microsoft YaHei;
color: #333;
background: #F3F4F8;
}
a {
color: #333;
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.data_wrap .data_box .boxhd .ico, .data_wrap .data_box .data_analysis .compare b, .data_wrap .data_box .data_analysis .compare i, .box_hd .tips, .auth_item .checkbox, .detail_data .box_hd2 .download .ico, .page_wrap li.border a, .role_wrap .swap .btn_box .ico, .rank_wrap .rank_box .rank_list li .row_flex .jigou span b, .rank_wrap .rank_box .rank_list li .compare p b {
background: url(./images/sprite-bi.png) no-repeat;
}
.page_wrap{margin: 10px 0 0 30px; color: #666;}
.page_wrap .num_wrap{display: inline-block; vertical-align: middle;}
.page_wrap .num_wrap span{vertical-align: middle;}
.page_wrap .num_wrap span em{font-style: normal; margin: 0 2px;}
.page_wrap .num_wrap select{height: 30px; width: 50px; color: #666; border: 1px solid #D9DADC; font-size: 16px; outline: none; margin: 0 5px; vertical-align: middle;}
.page_wrap ul{display: inline-block; margin: 7px 0 0 20px; vertical-align: middle;}
.page_wrap li{list-style: none; float: left; margin-left: 8px; vertical-align: middle;}
.page_wrap li a{display: inline-block;}
.page_wrap li.border a{width: 28px; height: 28px; border: 1px solid #D9DADC;}
.page_wrap li.border a:hover{background-color: #eee;}
.page_wrap li.border.disable a{background-color: #eee; cursor: default;}
.page_wrap li.page_ellip a:hover{cursor: default;}
.page_wrap li.page_prev a{background-position: -38px -64px; background-color: #fff;}
.page_wrap li.page_next a{background-position: -68px -64px; background-color: #fff;}
.page_wrap li.page_prev.disable a{background-position: -38px -96px;}
.page_wrap li.page_next.disable a{background-position: -68px -96px;}
.page_wrap li.page_num a,.page_wrap li.page_ellip a{width: 30px; height: 30px; line-height: 30px; text-align: center;}
.page_wrap li.page_num.on a{background: #4C8DEE; color: #fff;}
.page_wrap li.text{height: 30px; line-height: 30px;}
.page_wrap li.t1{margin-left: 20px;}
.page_wrap li.page_input input{width: 38px; height: 28px; line-height: 28px; text-align: center; background: #fff; outline: none; border: 1px solid #D9DADC;}
.page_wrap li.page_input input:focus{border-color: #ccc;}
.page_wrap li.page_go{margin-left: 20px;}
.page_wrap li.page_go button{width: 40px; height: 30px; line-height: 24px; background: #fff; border: 1px solid #D9DADC; outline: none; font-family: Microsoft YaHei;}
.page_wrap li.page_go button:hover{border-color: #ccc; background: #eee;}
.page_wrap li.page_go button:active{border-color: #ccc; background: #e0e0e0;} | 0.375936 | 0.048586 |
html,
body {
width: 100%;
height: 100%;
font-family: Impact,'Open Sans','Helvetica Neue',Arial,sans-serif;
}
a {
color: yellowgreen;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
a:hover,
a:focus {
color: forestgreen;
}
p {
font-size: 16px;
line-height: 1.5;
}
header {
position: relative;
width: 100%;
min-height: auto;
text-align: center;
color: #fff;
background-image: url('../images/header.jpg');
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
#block{
background-color: rgba(0,0,0,0.7);
}
#big{
font-weight: bold;
/*background-color: rgba(0,0,0,0.7);*/
}
#des{
/*font-family: 'Helvetica Neue',Arial,sans-serif;
font-weight: bold;*/
font-size: 225%;
/*background-color: rgba(0,0,0,0.7);*/
}
#form1{
/*font-family: 'Helvetica Neue',Arial,sans-serif;
font-weight: bold;*/
font-size: 225%;
/*background-color: rgba(0,0,0,0.7);*/
}
#key{
font-size: 90%;
color: white;
}
#keyin{
font-size: 90%;
color: white;
/*background-color: rgba(0,0,0,0.7);*/
padding:10px 20px;
}
#number{
font-size: 90%;
color: white;
}
#numberin{
font-size: 90%;
color: white;
padding:10px 20px;
/*background-color: rgba(0,0,0,0.7);*/
}
header .header-content {
position: relative;
width: 100%;
padding: 100px 15px 70px;
text-align: center;
}
header .header-content .header-content-inner h1 {
margin-top: 0;
margin-bottom: 20px;
font-size: 50px;
font-weight: 300;
}
header .header-content .header-content-inner p {
margin-bottom: 50px;
font-size: 16px;
font-weight: 300;
color: rgba(255,255,255,.8);
}
@media(min-width:768px) {
header {
min-height: 100%;
}
header .header-content {
position: absolute;
top: 50%;
padding: 0 50px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
header .header-content .header-content-inner {
margin-right: auto;
margin-left: auto;
max-width: 1000px;
}
header .header-content .header-content-inner h1 {
font-size: 100px;
}
header .header-content .header-content-inner p {
margin-right: auto;
margin-left: auto;
max-width: 80%;
font-size: 18px;
}
}
.section-heading {
margin-top: 0;
margin-bottom: 20px;
}
.promo,
.promo h3,
.promo a:link,
.promo a:visited,
.promo a:hover,
.promo a:active {
color: white;
text-shadow: 0px 0px 40px black;
text-decoration: none;
}
.promo-item {
height: 200px;
line-height: 180px;
text-align: center;
}
.promo-item:hover {
background-size: 110%;
border: 10px solid rgba(255,255,255,0.3);
line-height: 160px;
}
.promo-item h3 {
font-size: 40px;
display: inline-block;
vertical-align: middle;
}
.item-1 {
background: url('../images/writing.jpg');
}
.item-2 {
background: url('../images/concert.jpg');
}
.item-3 {
background: url('../images/pencil_sharpener.jpg');
}
.item-1,
.item-2,
.item-3 {
background-size: cover;
background-position: 50% 50%;
}
.text-light {
color: rgba(255,255,255,.7);
}
.navbar-default {
border-color: rgba(34,34,34,.05);
background-color: #fff;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
.navbar-default .navbar-header .navbar-brand {
color: #990000;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
color: #eb3812;
}
.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
color: #222;
}
.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
color: #990000;
}
.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
color: #990000!important;
background-color: transparent;
}
.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
background-color: transparent;
}
input[type=text] {
background-color: #A8A8A8;
}
input[type=number] {
background-color: #A8A8A8;
}
@media(min-width:768px) {
.navbar-default {
border-color: rgba(255,255,255,.3);
background-color: transparent;
}
.navbar-default .navbar-header .navbar-brand {
color: rgba(255,255,255,.7);
letter-spacing: 0.5em;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
color: #fff;
}
.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
color: rgba(255,255,255,.7);
}
.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
color: #fff;
}
.navbar-default.affix {
border-color: #fff;
background-color: #fff;
box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.1);
}
.navbar-default.affix .navbar-header .navbar-brand {
letter-spacing: 0;
color: #990000;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
color: #eb3812;
}
.navbar-default.affix .nav > li>a,
.navbar-default.affix .nav>li>a:focus {
color: #222;
}
.navbar-default.affix .nav > li>a:hover,
.navbar-default.affix .nav>li>a:focus:hover {
color: #990000;
}
}
.btn-default {
border-color: #fff;
border-width: 2px;
color: #222;
background-color: #fff;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
border-color: #eee;
color: #222;
background-color: #eee;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
border-color: #fff;
background-color: #fff;
}
.btn-default .badge {
color: #fff;
background-color: #222;
}
.btn-primary {
border-color: white;
color: #fff;
background-color: #990000;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
border-color: limegreen;
color: #fff;
background-color: limegreen;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
border-color: #990000;
background-color: #990000;
}
.btn-primary .badge {
color: #990000;
background-color: #fff;
}
.btn {
border-radius: 300px;
text-transform: uppercase;
}
.btn-lg {
padding: 15px 30px;
font-size: 200%;
background-color: #000033;
}
::-moz-selection {
text-shadow: none;
color: #fff;
background: #222;
}
::selection {
text-shadow: none;
color: #fff;
background: #222;
}
img::selection {
color: #fff;
background: 0 0;
}
img::-moz-selection {
color: #fff;
background: 0 0;
}
.text-primary {
color: #990000;
}
.bg-primary {
background-color: yellowgreen;
} | css/custom.css | html,
body {
width: 100%;
height: 100%;
font-family: Impact,'Open Sans','Helvetica Neue',Arial,sans-serif;
}
a {
color: yellowgreen;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
a:hover,
a:focus {
color: forestgreen;
}
p {
font-size: 16px;
line-height: 1.5;
}
header {
position: relative;
width: 100%;
min-height: auto;
text-align: center;
color: #fff;
background-image: url('../images/header.jpg');
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
#block{
background-color: rgba(0,0,0,0.7);
}
#big{
font-weight: bold;
/*background-color: rgba(0,0,0,0.7);*/
}
#des{
/*font-family: 'Helvetica Neue',Arial,sans-serif;
font-weight: bold;*/
font-size: 225%;
/*background-color: rgba(0,0,0,0.7);*/
}
#form1{
/*font-family: 'Helvetica Neue',Arial,sans-serif;
font-weight: bold;*/
font-size: 225%;
/*background-color: rgba(0,0,0,0.7);*/
}
#key{
font-size: 90%;
color: white;
}
#keyin{
font-size: 90%;
color: white;
/*background-color: rgba(0,0,0,0.7);*/
padding:10px 20px;
}
#number{
font-size: 90%;
color: white;
}
#numberin{
font-size: 90%;
color: white;
padding:10px 20px;
/*background-color: rgba(0,0,0,0.7);*/
}
header .header-content {
position: relative;
width: 100%;
padding: 100px 15px 70px;
text-align: center;
}
header .header-content .header-content-inner h1 {
margin-top: 0;
margin-bottom: 20px;
font-size: 50px;
font-weight: 300;
}
header .header-content .header-content-inner p {
margin-bottom: 50px;
font-size: 16px;
font-weight: 300;
color: rgba(255,255,255,.8);
}
@media(min-width:768px) {
header {
min-height: 100%;
}
header .header-content {
position: absolute;
top: 50%;
padding: 0 50px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
header .header-content .header-content-inner {
margin-right: auto;
margin-left: auto;
max-width: 1000px;
}
header .header-content .header-content-inner h1 {
font-size: 100px;
}
header .header-content .header-content-inner p {
margin-right: auto;
margin-left: auto;
max-width: 80%;
font-size: 18px;
}
}
.section-heading {
margin-top: 0;
margin-bottom: 20px;
}
.promo,
.promo h3,
.promo a:link,
.promo a:visited,
.promo a:hover,
.promo a:active {
color: white;
text-shadow: 0px 0px 40px black;
text-decoration: none;
}
.promo-item {
height: 200px;
line-height: 180px;
text-align: center;
}
.promo-item:hover {
background-size: 110%;
border: 10px solid rgba(255,255,255,0.3);
line-height: 160px;
}
.promo-item h3 {
font-size: 40px;
display: inline-block;
vertical-align: middle;
}
.item-1 {
background: url('../images/writing.jpg');
}
.item-2 {
background: url('../images/concert.jpg');
}
.item-3 {
background: url('../images/pencil_sharpener.jpg');
}
.item-1,
.item-2,
.item-3 {
background-size: cover;
background-position: 50% 50%;
}
.text-light {
color: rgba(255,255,255,.7);
}
.navbar-default {
border-color: rgba(34,34,34,.05);
background-color: #fff;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
.navbar-default .navbar-header .navbar-brand {
color: #990000;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
color: #eb3812;
}
.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
color: #222;
}
.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
color: #990000;
}
.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
color: #990000!important;
background-color: transparent;
}
.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
background-color: transparent;
}
input[type=text] {
background-color: #A8A8A8;
}
input[type=number] {
background-color: #A8A8A8;
}
@media(min-width:768px) {
.navbar-default {
border-color: rgba(255,255,255,.3);
background-color: transparent;
}
.navbar-default .navbar-header .navbar-brand {
color: rgba(255,255,255,.7);
letter-spacing: 0.5em;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
color: #fff;
}
.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
color: rgba(255,255,255,.7);
}
.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
color: #fff;
}
.navbar-default.affix {
border-color: #fff;
background-color: #fff;
box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.1);
}
.navbar-default.affix .navbar-header .navbar-brand {
letter-spacing: 0;
color: #990000;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
color: #eb3812;
}
.navbar-default.affix .nav > li>a,
.navbar-default.affix .nav>li>a:focus {
color: #222;
}
.navbar-default.affix .nav > li>a:hover,
.navbar-default.affix .nav>li>a:focus:hover {
color: #990000;
}
}
.btn-default {
border-color: #fff;
border-width: 2px;
color: #222;
background-color: #fff;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
border-color: #eee;
color: #222;
background-color: #eee;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
border-color: #fff;
background-color: #fff;
}
.btn-default .badge {
color: #fff;
background-color: #222;
}
.btn-primary {
border-color: white;
color: #fff;
background-color: #990000;
-webkit-transition: all .35s;
-moz-transition: all .35s;
transition: all .35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
border-color: limegreen;
color: #fff;
background-color: limegreen;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
border-color: #990000;
background-color: #990000;
}
.btn-primary .badge {
color: #990000;
background-color: #fff;
}
.btn {
border-radius: 300px;
text-transform: uppercase;
}
.btn-lg {
padding: 15px 30px;
font-size: 200%;
background-color: #000033;
}
::-moz-selection {
text-shadow: none;
color: #fff;
background: #222;
}
::selection {
text-shadow: none;
color: #fff;
background: #222;
}
img::selection {
color: #fff;
background: 0 0;
}
img::-moz-selection {
color: #fff;
background: 0 0;
}
.text-primary {
color: #990000;
}
.bg-primary {
background-color: yellowgreen;
} | 0.326808 | 0.061227 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");
/* DEFAULT STYLES */
:root {
--bg: rgba(36, 37, 43, 0.85);
--clrPri: #1585a2;
/* --clrSec: */
--clrAccent: #741a32;
--wht: #ffffff;
--wht-mid: #e6e6e6;
--grey-lgr: #cccccc;
--grey-mid: #666666;
--grey-hvy: #333333;
--blk: #1a1a1a;
}
*,
*::before,
*::after,
html {
box-sizing: inherit;
margin: 0;
padding: 0;
font-size: 100%;
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
background: var(--bg);
font-size: 1rem;
color: var(--wht-mid);
line-height: 1.5;
outline: none;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
a {
text-decoration: none;
cursor: pointer;
color: var(--wht-mid);
}
ul {
list-style: none;
}
img {
width: 100%;
max-width: 100%;
height: auto;
}
/* CUSTOM STYLES OR PROJECT STYLES HERE*/
body:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: url("https://images.unsplash.com/flagged/photo-1567400358593-9e6382752ea2?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80")
no-repeat center center/cover;
z-index: -1;
}
.container {
width: 70%;
height: 80vh;
margin: 0 auto;
background: rgba(206, 198, 198, 0.2);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
border-radius: 20px;
box-shadow: 0 3.4px 2.7px rgba(0, 0, 0, 0.022),
0 8.7px 6.9px rgba(0, 0, 0, 0.031), 0 17.7px 14.2px rgba(0, 0, 0, 0.039),
0 36.5px 29.2px rgba(0, 0, 0, 0.048), 0 100px 80px rgba(0, 0, 0, 0.07);
/* border: 0.1px solid var(--wht); */
}
.container header {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.container header nav {
display: flex;
justify-content: space-between;
align-items: center;
width: 95%;
height: 100%;
transform: translateY(-45px);
padding: 0.5em 2em;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background-color: rgba(255, 255, 255, 0.6);
border-radius: 20px;
}
.container header nav .nav-logo {
font-size: 2.8rem;
font-weight: 800;
color: var(--clrAccent);
}
.container header nav ul li {
display: inline-block;
padding: 0 1em;
}
.container header nav ul li a {
color: var(--clrAccent);
font-weight: 600;
}
.container header nav ul li .active {
color: var(--clrAccent);
font-weight: 600;
background: var(--wht);
padding: 0.7rem 1.7rem;
border-radius: 20px;
}
.container header nav ul li:last-child {
padding-right: 0;
}
section .hero {
width: 38rem;
height: auto;
position: absolute;
top: 20%;
left: -5%;
background: rgba(206, 198, 198, 0.6);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
border-radius: 20px;
/* transform: translateX(-100px); */
padding: 2.5em 2em;
z-index: 2;
}
section .hero .hero-title {
font-size: 2.8rem;
font-weight: 800;
}
section .hero .hero-msg {
font-size: 1.2rem;
}
section .hero .hero-cta {
display: inline-block;
background: var(--wht-mid);
color: var(--grey-hvy);
padding: 0.7em 1.7em;
margin-top: 1.1em;
border-radius: 15px;
box-shadow: 0 6.7px 5.3px rgba(0, 0, 0, 0.028),
0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 100px 80px rgba(0, 0, 0, 0.07);
}
section .footer {
position: absolute;
bottom: 0;
left: 0;
margin: 2em 2em;
width: 100%;
} | style.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");
/* DEFAULT STYLES */
:root {
--bg: rgba(36, 37, 43, 0.85);
--clrPri: #1585a2;
/* --clrSec: */
--clrAccent: #741a32;
--wht: #ffffff;
--wht-mid: #e6e6e6;
--grey-lgr: #cccccc;
--grey-mid: #666666;
--grey-hvy: #333333;
--blk: #1a1a1a;
}
*,
*::before,
*::after,
html {
box-sizing: inherit;
margin: 0;
padding: 0;
font-size: 100%;
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
background: var(--bg);
font-size: 1rem;
color: var(--wht-mid);
line-height: 1.5;
outline: none;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
a {
text-decoration: none;
cursor: pointer;
color: var(--wht-mid);
}
ul {
list-style: none;
}
img {
width: 100%;
max-width: 100%;
height: auto;
}
/* CUSTOM STYLES OR PROJECT STYLES HERE*/
body:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: url("https://images.unsplash.com/flagged/photo-1567400358593-9e6382752ea2?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80")
no-repeat center center/cover;
z-index: -1;
}
.container {
width: 70%;
height: 80vh;
margin: 0 auto;
background: rgba(206, 198, 198, 0.2);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
border-radius: 20px;
box-shadow: 0 3.4px 2.7px rgba(0, 0, 0, 0.022),
0 8.7px 6.9px rgba(0, 0, 0, 0.031), 0 17.7px 14.2px rgba(0, 0, 0, 0.039),
0 36.5px 29.2px rgba(0, 0, 0, 0.048), 0 100px 80px rgba(0, 0, 0, 0.07);
/* border: 0.1px solid var(--wht); */
}
.container header {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.container header nav {
display: flex;
justify-content: space-between;
align-items: center;
width: 95%;
height: 100%;
transform: translateY(-45px);
padding: 0.5em 2em;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background-color: rgba(255, 255, 255, 0.6);
border-radius: 20px;
}
.container header nav .nav-logo {
font-size: 2.8rem;
font-weight: 800;
color: var(--clrAccent);
}
.container header nav ul li {
display: inline-block;
padding: 0 1em;
}
.container header nav ul li a {
color: var(--clrAccent);
font-weight: 600;
}
.container header nav ul li .active {
color: var(--clrAccent);
font-weight: 600;
background: var(--wht);
padding: 0.7rem 1.7rem;
border-radius: 20px;
}
.container header nav ul li:last-child {
padding-right: 0;
}
section .hero {
width: 38rem;
height: auto;
position: absolute;
top: 20%;
left: -5%;
background: rgba(206, 198, 198, 0.6);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
border-radius: 20px;
/* transform: translateX(-100px); */
padding: 2.5em 2em;
z-index: 2;
}
section .hero .hero-title {
font-size: 2.8rem;
font-weight: 800;
}
section .hero .hero-msg {
font-size: 1.2rem;
}
section .hero .hero-cta {
display: inline-block;
background: var(--wht-mid);
color: var(--grey-hvy);
padding: 0.7em 1.7em;
margin-top: 1.1em;
border-radius: 15px;
box-shadow: 0 6.7px 5.3px rgba(0, 0, 0, 0.028),
0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 100px 80px rgba(0, 0, 0, 0.07);
}
section .footer {
position: absolute;
bottom: 0;
left: 0;
margin: 2em 2em;
width: 100%;
} | 0.286369 | 0.070784 |
a { color:gray } /* Globally */
/* Each state */
/*
a:visited { text-decoration: none; color: gray; }
a:hover { text-decoration: none; color:blue; }
a:focus { text-decoration: none; color:yellow; }
a:hover, a:active { text-decoration: none; color: white; }*/
html, body {
font-size: 16px;
font-family: 'Fira Sans', sans-serif;
height: 100%;
max-width: 100%;
}
header {
display: block;
width: 100%;
}
.subpage {
width: 100%;
min-height: 43.75rem;
height: 100%;
/*background-image: url(../assets/Inspiration/inspiration5.jpg);*/
max-width: 1980px;
background-attachment: fixed;
display: relative;
background-position: center;
background-size: cover;
margin: 0 auto;
}
header {
width: 100%;
background-color: black;
}
nav {
padding: 0.1rem 0;
margin-bottom: 50px;
}
.homepage nav{
margin-bottom: 100px;
}
nav ul {
padding: 0;
margin-left: 1.5rem;
align: right;
}
nav li {
font-size: 1.2rem;
list-style-type: none;
display: inline;
padding-right: 1rem;
}
nav ul ul {
display: none;
}
nav ul li:hover > ul {
display: block;
position: fixed;
display: flex;
flex-direction: column;
padding-top: 15px;
padding-left: 10px;
z-index: 1;
background-color: black;
}
nav a {
color: #fff;
text-decoration: none;
}
.hpsection{
margin-bottom: 120px;
max-width: 100%;
}
.main {
max-width:60rem;
margin: 0 auto;
background-color: black;
opacity: 0.90;
color: white;
padding: 1rem;
}
.main h1{
margin-top: 0;
}
.homepage {
height: 100%;
max-width: 1980px;
background-attachment: fixed;
/*display: relative;*/
background-position: center;
background-size: cover;
margin: 0 auto;
}
.positioning-header {
padding-top: 5rem;
}
.welcome-text {
max-width: 100%;
width: 70rem;
margin: 0 auto;
padding: 1rem 2rem;
text-align: center;
background-color: #000;
color: #fff;
opacity: 1;
}
.welcome-text h1 {
font-size: 3rem;
line-height: 3rem;
}
.get-started {
padding: 0.5rem 0.7rem;
background-color: rgba(255, 255, 255, 1);
color: #000;
font-size: 1.2rem;
text-decoration: none;
border-radius: 4px;
}
.get-started:hover {
text-decoration: underline;
color: #000
}
.places-link {
color: #fff;
text-decoration: none;
}
.places-link:hover {
text-decoration: underline;
}
legend {
font-size: 1.7rem;
text-align: center;
}
fieldset {
border: none;
}
footer, .push {
height: 1.1875rem;
}
footer {
width: 100%;
background-color: #000;
color: white;
text-align: center;
margin-top: 15.625rem;
font-size: 0.75rem;
opacity: 0.90;
}
/*.bio{
display: flex;
flex-direction: row;
font-size: 18px;
}
.bio img {
border: 4px solid white;
margin-bottom: 35px;
}
.bioInfoBox{
margin-top: 30px;
}
.bioInfoBox h2{
text-align: center;
}*/
li a, footer a {
color: white;
text-decoration: none;
}
li a:hover, footer a:hover {
color: rgb(105,190,40);
}
.main li a {
font-size: 1.5rem;
}
.button {
background: white;
box-shadow: 0px 1px 3px #666666;
font-family: Arial;
color: black;
font-size: 30px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
#log-out {
color: white;
}
.button:hover {
background: rgb(105,190,40);
background-image: -webkit-linear-gradient(top, rgb(105,190,40), rgb(105,190,40));
background-image: -moz-linear-gradient(top, rgb(105,190,40), rgb(105,190,40));
background-image: -ms-linear-gradient(top, rgb(105,190,40), rgb(105,190,40));
background-image: -o-linear-gradient(top, rgb(105,190,40), rgb(105,190,40));
background-image: linear-gradient(to bottom, rgb(105,190,40), rgb(105,190,40));
text-decoration: none;
}
#login-form fieldset {
float: left;
}
fieldset select {
background-color: white;
}
p {
color: white;
}
p button {
background-color: white;
}
/****************For Desktop****************/
/****************For Desktop****************/
/****************For Desktop****************/
/****************For Desktop****************/
/****************For Desktop****************/
@media screen and (min-width: 768px) {
.welcome-text {
width: 50rem;
padding: 2rem 5rem;
}
#login-form fieldset {
float: right;
margin-top: -3em;
}
}
ul.img-list {
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}
ul.img-list li {
display: inline-block;
height: 275px;
margin: 0 3em 2em 3em;
position: relative;
width: 275px;
}
/*ul.img-list li img{
/*border: 4px solid white;*/
/*z-index: 10;
}*/
/*span.text-content {
background: rgba(0,0,0,0.5);
color: white;
cursor: pointer;
display: table;
height: 275px;
left: 0;
position: absolute;
top: 0;
width: 275px;
}*/
span.text-content span {
display: table-cell;
text-align: center;
vertical-align: middle;
padding: 5px;
}
/*span.text-content {
background: rgba(0,0,0,0.5);
color: white;
cursor: pointer;
display: table;
height: 250px;
left: 2px;
position: absolute;
top: 2px;
width: 250px;
opacity: 0;
}*/
ul.img-list li:hover span.text-content {
opacity: 1;
}
span.text-content {
font: 600 16px/20px "Helvetica", Sans-Serif;
background: rgba(0,0,0,0.5);
color: white;
cursor: pointer;
display: table;
height: 275px;
left: 2px;
position: absolute;
top: 2px;
width: 275px;
opacity: 0;
-webkit-transition: opacity 500ms;
-moz-transition: opacity 500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
}
img {
border: 2px solid black;
}
.bio {
margin: 7% 0% 7% 0%;
}
.aboutPic {
max-width: 27%;
max-height: 20%;
margin-right: 5%;
opacity: 100;
}
.concept {
margin-top: 5%;
}
html {
background-color: black;
}
ol {
text-align: center;
width:200px;
margin:0 auto;
}
.button {
background: #white;
background-image: -webkit-linear-gradient(top, #white, #2980b9);
background-image: -moz-linear-gradient(top, #white, #2980b9);
background-image: -ms-linear-gradient(top, #white, #2980b9);
background-image: -o-linear-gradient(top, #white, #2980b9);
background-image: linear-gradient(to bottom, #white, #2980b9);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0px;
text-shadow: 2px 1px 3px #666666;
-webkit-box-shadow: 0px 1px 3px #666666;
-moz-box-shadow: 0px 1px 3px #666666;
box-shadow: 0px 1px 3px #666666;
font-family: Arial;
color: black;
font-size: 30px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
#log-out {
color: white;
}
.button:hover {
background: rgb(105,190,40);
background-image: -webkit-linear-gradient(top, rgb(105,190,40), rgb(105,190,40));
background-image: -moz-linear-gradient(top, rgb(105,190,40), rgb(105,190,40));
background-image: -ms-linear-gradient(top, rgb(105,190,40), rgb(105,190,40));
background-image: -o-linear-gradient(top, rgb(105,190,40), rgb(105,190,40));
background-image: linear-gradient(to bottom, rgb(105,190,40), rgb(105,190,40));
text-decoration: none;
}
.form-results h2 {
text-align: center;
}
.hidden {
display: none; }
/*FOR KIMMERS GAME*/
#movieIMG p{
font-size: 32px;
}
/*FOR KIMMERS GAME*/
#movieIMG button {
padding: 10px 15px 10px 15px;
font-size: 18px;
}
/*FOR KIMMERS GAME*/
#movieIMG input{
padding: 14px 15px 10px 15px;
}
/*FOR KIMMERS GAME*/
#movieIMG input::placeholder{
font-size: 14px;
}
footer {
background-color: #000;
position: fixed;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
text-align: center;
}
.logo {
/*position: relative;*/
width: 15rem;
height: 5rem;
max-width: 100%;
top: 1rem;
/*left: 0;
right: 0;*/
}
#logoDiv {
/*position: fixed;*/
right: 0;
top: 0;
left: 0;
padding: 1rem;
text-align: center;
} | frontend/src/style/global.css | a { color:gray } /* Globally */
/* Each state */
/*
a:visited { text-decoration: none; color: gray; }
a:hover { text-decoration: none; color:blue; }
a:focus { text-decoration: none; color:yellow; }
a:hover, a:active { text-decoration: none; color: white; }*/
html, body {
font-size: 16px;
font-family: 'Fira Sans', sans-serif;
height: 100%;
max-width: 100%;
}
header {
display: block;
width: 100%;
}
.subpage {
width: 100%;
min-height: 43.75rem;
height: 100%;
/*background-image: url(../assets/Inspiration/inspiration5.jpg);*/
max-width: 1980px;
background-attachment: fixed;
display: relative;
background-position: center;
background-size: cover;
margin: 0 auto;
}
header {
width: 100%;
background-color: black;
}
nav {
padding: 0.1rem 0;
margin-bottom: 50px;
}
.homepage nav{
margin-bottom: 100px;
}
nav ul {
padding: 0;
margin-left: 1.5rem;
align: right;
}
nav li {
font-size: 1.2rem;
list-style-type: none;
display: inline;
padding-right: 1rem;
}
nav ul ul {
display: none;
}
nav ul li:hover > ul {
display: block;
position: fixed;
display: flex;
flex-direction: column;
padding-top: 15px;
padding-left: 10px;
z-index: 1;
background-color: black;
}
nav a {
color: #fff;
text-decoration: none;
}
.hpsection{
margin-bottom: 120px;
max-width: 100%;
}
.main {
max-width:60rem;
margin: 0 auto;
background-color: black;
opacity: 0.90;
color: white;
padding: 1rem;
}
.main h1{
margin-top: 0;
}
.homepage {
height: 100%;
max-width: 1980px;
background-attachment: fixed;
/*display: relative;*/
background-position: center;
background-size: cover;
margin: 0 auto;
}
.positioning-header {
padding-top: 5rem;
}
.welcome-text {
max-width: 100%;
width: 70rem;
margin: 0 auto;
padding: 1rem 2rem;
text-align: center;
background-color: #000;
color: #fff;
opacity: 1;
}
.welcome-text h1 {
font-size: 3rem;
line-height: 3rem;
}
.get-started {
padding: 0.5rem 0.7rem;
background-color: rgba(255, 255, 255, 1);
color: #000;
font-size: 1.2rem;
text-decoration: none;
border-radius: 4px;
}
.get-started:hover {
text-decoration: underline;
color: #000
}
.places-link {
color: #fff;
text-decoration: none;
}
.places-link:hover {
text-decoration: underline;
}
legend {
font-size: 1.7rem;
text-align: center;
}
fieldset {
border: none;
}
footer, .push {
height: 1.1875rem;
}
footer {
width: 100%;
background-color: #000;
color: white;
text-align: center;
margin-top: 15.625rem;
font-size: 0.75rem;
opacity: 0.90;
}
/*.bio{
display: flex;
flex-direction: row;
font-size: 18px;
}
.bio img {
border: 4px solid white;
margin-bottom: 35px;
}
.bioInfoBox{
margin-top: 30px;
}
.bioInfoBox h2{
text-align: center;
}*/
li a, footer a {
color: white;
text-decoration: none;
}
li a:hover, footer a:hover {
color: rgb(105,190,40);
}
.main li a {
font-size: 1.5rem;
}
.button {
background: white;
box-shadow: 0px 1px 3px #666666;
font-family: Arial;
color: black;
font-size: 30px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
#log-out {
color: white;
}
.button:hover {
background: rgb(105,190,40);
background-image: -webkit-linear-gradient(top, rgb(105,190,40), rgb(105,190,40));
background-image: -moz-linear-gradient(top, rgb(105,190,40), rgb(105,190,40));
background-image: -ms-linear-gradient(top, rgb(105,190,40), rgb(105,190,40));
background-image: -o-linear-gradient(top, rgb(105,190,40), rgb(105,190,40));
background-image: linear-gradient(to bottom, rgb(105,190,40), rgb(105,190,40));
text-decoration: none;
}
#login-form fieldset {
float: left;
}
fieldset select {
background-color: white;
}
p {
color: white;
}
p button {
background-color: white;
}
/****************For Desktop****************/
/****************For Desktop****************/
/****************For Desktop****************/
/****************For Desktop****************/
/****************For Desktop****************/
@media screen and (min-width: 768px) {
.welcome-text {
width: 50rem;
padding: 2rem 5rem;
}
#login-form fieldset {
float: right;
margin-top: -3em;
}
}
ul.img-list {
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}
ul.img-list li {
display: inline-block;
height: 275px;
margin: 0 3em 2em 3em;
position: relative;
width: 275px;
}
/*ul.img-list li img{
/*border: 4px solid white;*/
/*z-index: 10;
}*/
/*span.text-content {
background: rgba(0,0,0,0.5);
color: white;
cursor: pointer;
display: table;
height: 275px;
left: 0;
position: absolute;
top: 0;
width: 275px;
}*/
span.text-content span {
display: table-cell;
text-align: center;
vertical-align: middle;
padding: 5px;
}
/*span.text-content {
background: rgba(0,0,0,0.5);
color: white;
cursor: pointer;
display: table;
height: 250px;
left: 2px;
position: absolute;
top: 2px;
width: 250px;
opacity: 0;
}*/
ul.img-list li:hover span.text-content {
opacity: 1;
}
span.text-content {
font: 600 16px/20px "Helvetica", Sans-Serif;
background: rgba(0,0,0,0.5);
color: white;
cursor: pointer;
display: table;
height: 275px;
left: 2px;
position: absolute;
top: 2px;
width: 275px;
opacity: 0;
-webkit-transition: opacity 500ms;
-moz-transition: opacity 500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
}
img {
border: 2px solid black;
}
.bio {
margin: 7% 0% 7% 0%;
}
.aboutPic {
max-width: 27%;
max-height: 20%;
margin-right: 5%;
opacity: 100;
}
.concept {
margin-top: 5%;
}
html {
background-color: black;
}
ol {
text-align: center;
width:200px;
margin:0 auto;
}
.button {
background: #white;
background-image: -webkit-linear-gradient(top, #white, #2980b9);
background-image: -moz-linear-gradient(top, #white, #2980b9);
background-image: -ms-linear-gradient(top, #white, #2980b9);
background-image: -o-linear-gradient(top, #white, #2980b9);
background-image: linear-gradient(to bottom, #white, #2980b9);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0px;
text-shadow: 2px 1px 3px #666666;
-webkit-box-shadow: 0px 1px 3px #666666;
-moz-box-shadow: 0px 1px 3px #666666;
box-shadow: 0px 1px 3px #666666;
font-family: Arial;
color: black;
font-size: 30px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
#log-out {
color: white;
}
.button:hover {
background: rgb(105,190,40);
background-image: -webkit-linear-gradient(top, rgb(105,190,40), rgb(105,190,40));
background-image: -moz-linear-gradient(top, rgb(105,190,40), rgb(105,190,40));
background-image: -ms-linear-gradient(top, rgb(105,190,40), rgb(105,190,40));
background-image: -o-linear-gradient(top, rgb(105,190,40), rgb(105,190,40));
background-image: linear-gradient(to bottom, rgb(105,190,40), rgb(105,190,40));
text-decoration: none;
}
.form-results h2 {
text-align: center;
}
.hidden {
display: none; }
/*FOR KIMMERS GAME*/
#movieIMG p{
font-size: 32px;
}
/*FOR KIMMERS GAME*/
#movieIMG button {
padding: 10px 15px 10px 15px;
font-size: 18px;
}
/*FOR KIMMERS GAME*/
#movieIMG input{
padding: 14px 15px 10px 15px;
}
/*FOR KIMMERS GAME*/
#movieIMG input::placeholder{
font-size: 14px;
}
footer {
background-color: #000;
position: fixed;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
text-align: center;
}
.logo {
/*position: relative;*/
width: 15rem;
height: 5rem;
max-width: 100%;
top: 1rem;
/*left: 0;
right: 0;*/
}
#logoDiv {
/*position: fixed;*/
right: 0;
top: 0;
left: 0;
padding: 1rem;
text-align: center;
} | 0.419767 | 0.123128 |
body, button, input{
font: 20px Verdana, Sans;
}
#menu{
margin-top: 100;
text-align: center;
}
#edit, #rules, #about{
display: none;
text-align: center;
}
#rules, #about{
font-size: 30px;
margin: 0px auto;
max-width: 75%;
}
ol{
text-align: left;
}
#game{
display: none;
height: 95vh;
width: 100%;
margin: 0px auto;
}
.menu-button{
margin: 5px;
padding: 5px;
}
.menu-button > button{
font-size: 40px;
}
.cards{
text-align: center;
}
.col{
display: inline-block;
}
.row{
display: block;
}
#deck-info{
margin: 50px;
text-align: center;
font-size: 30px;
}
#deck-topbar, #deck-controls{
font-size: 20px;
text-align: center;
margin: 10px;
}
input[name="deck-input"], button[name="save-deck"]{
text-align: center;
margin: 15px;
}
input[name="deck-input"]{
font-weight: bold;
font-size: 30px;
}
#connect{
display: none;
}
#set-id, #set-id > input{
font-weight: bold;
font-size: 30;
margin: 5px;
}
#connect-id{
display: none;
}
#your-id{
font-size: 40px;
font-weight: bold;
margin: 10px;
}
input[name="connect-id"]{
font-weight: bold;
font-size: 30;
margin: 5px;
}
.opponent-card, .player-card{
display: inline-block;
}
#opponent-bar{
padding: 5px;
border: 2px solid red;
position: relative;
display: flex;
justify-content: center;
}
#player-bar{
padding: 5px;
border: 2px solid blue;
position: relative;
display: flex;
justify-content: center;
}
#game-board{
position: relative;
height: 60vh;
display: flex;
justify-content: center;
align-items: center;
}
#player-score{
padding: 5px;
position: absolute;
bottom: 3px;
right: 3px;
border: 3px solid blue;
font-size: 40px;
font-weight: bold;
}
#opponent-score{
padding: 5px;
position: absolute;
top: 3px;
left: 3px;
border: 3px solid red;
font-size: 40px;
font-weight: bold;
}
#player-animation{
position: absolute;
bottom: 20px;
right: 80px;
color: green;
font-size: 30px;
font-weight: bold;
display: none;
}
#opponent-animation{
position: absolute;
top: 20px;
left: 80px;
color: red;
font-size: 30px;
font-weight: bold;
display: none;
}
#board-info{
text-align: center;
}
#board-info > div{
display: inline-block;
}
#board-space{
width: 30vh;
font-size: 40px;
font-weight: bold;
}
#player-board-card > .card{
font-size: 50px;
height: 20vw;
width: 15vw;
border: 3px solid blue;
}
#opponent-board-card > .card{
font-size: 50px;
height: 20vw;
width: 15vw;
border: 3px solid red;
}
.card{
font-size: 30px;
font-weight: bold;
margin: 2px;
width: 5vw;
height: 7vw;
border: 1px solid black;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.card[color="color0"]{
background-color: red;
color: #000000;
}
.card[color="color1"]{
background-color: white;
color: #E60000;
}
.card[color="color2"]{
background-color: white;
color: #E65C00;
}
.card[color="color3"]{
background-color: white;
color: #E6E600;
}
.card[color="color4"]{
background-color: white;
color: #008000;
}
.card[color="color5"]{
background-color: white;
color: #0000FF;
}
.card[color="opponentBack"]{
background-color: #FF9999;
color: black;
} | style.css | body, button, input{
font: 20px Verdana, Sans;
}
#menu{
margin-top: 100;
text-align: center;
}
#edit, #rules, #about{
display: none;
text-align: center;
}
#rules, #about{
font-size: 30px;
margin: 0px auto;
max-width: 75%;
}
ol{
text-align: left;
}
#game{
display: none;
height: 95vh;
width: 100%;
margin: 0px auto;
}
.menu-button{
margin: 5px;
padding: 5px;
}
.menu-button > button{
font-size: 40px;
}
.cards{
text-align: center;
}
.col{
display: inline-block;
}
.row{
display: block;
}
#deck-info{
margin: 50px;
text-align: center;
font-size: 30px;
}
#deck-topbar, #deck-controls{
font-size: 20px;
text-align: center;
margin: 10px;
}
input[name="deck-input"], button[name="save-deck"]{
text-align: center;
margin: 15px;
}
input[name="deck-input"]{
font-weight: bold;
font-size: 30px;
}
#connect{
display: none;
}
#set-id, #set-id > input{
font-weight: bold;
font-size: 30;
margin: 5px;
}
#connect-id{
display: none;
}
#your-id{
font-size: 40px;
font-weight: bold;
margin: 10px;
}
input[name="connect-id"]{
font-weight: bold;
font-size: 30;
margin: 5px;
}
.opponent-card, .player-card{
display: inline-block;
}
#opponent-bar{
padding: 5px;
border: 2px solid red;
position: relative;
display: flex;
justify-content: center;
}
#player-bar{
padding: 5px;
border: 2px solid blue;
position: relative;
display: flex;
justify-content: center;
}
#game-board{
position: relative;
height: 60vh;
display: flex;
justify-content: center;
align-items: center;
}
#player-score{
padding: 5px;
position: absolute;
bottom: 3px;
right: 3px;
border: 3px solid blue;
font-size: 40px;
font-weight: bold;
}
#opponent-score{
padding: 5px;
position: absolute;
top: 3px;
left: 3px;
border: 3px solid red;
font-size: 40px;
font-weight: bold;
}
#player-animation{
position: absolute;
bottom: 20px;
right: 80px;
color: green;
font-size: 30px;
font-weight: bold;
display: none;
}
#opponent-animation{
position: absolute;
top: 20px;
left: 80px;
color: red;
font-size: 30px;
font-weight: bold;
display: none;
}
#board-info{
text-align: center;
}
#board-info > div{
display: inline-block;
}
#board-space{
width: 30vh;
font-size: 40px;
font-weight: bold;
}
#player-board-card > .card{
font-size: 50px;
height: 20vw;
width: 15vw;
border: 3px solid blue;
}
#opponent-board-card > .card{
font-size: 50px;
height: 20vw;
width: 15vw;
border: 3px solid red;
}
.card{
font-size: 30px;
font-weight: bold;
margin: 2px;
width: 5vw;
height: 7vw;
border: 1px solid black;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.card[color="color0"]{
background-color: red;
color: #000000;
}
.card[color="color1"]{
background-color: white;
color: #E60000;
}
.card[color="color2"]{
background-color: white;
color: #E65C00;
}
.card[color="color3"]{
background-color: white;
color: #E6E600;
}
.card[color="color4"]{
background-color: white;
color: #008000;
}
.card[color="color5"]{
background-color: white;
color: #0000FF;
}
.card[color="opponentBack"]{
background-color: #FF9999;
color: black;
} | 0.228587 | 0.055132 |
@font-face {
font-family: "Aviny";
src: url("fonts/aviny/aviny.eot?#iefix") format("embedded-opentype"),
url("fonts/aviny/aviny.woff") format("woff"),
url("fonts/aviny/aviny.ttf") format("truetype"),
url("fonts/aviny/aviny.svg#svgFontName") format("svg");
}
@font-face {
font-family: "IRANSansWebFaNum";
src: url("custom-fonts/iransanswebfanum/IRANSansWebFaNum.eot?#iefix") format("embedded-opentype"),
url("fonts/iransanswebfanum/IRANSansWebFaNum.woff2") format("woff2"),
url("fonts/iransanswebfanum/IRANSansWebFaNum.woff") format("woff"),
url("fonts/iransanswebfanum/IRANSansWebFaNum.ttf") format("truetype"),
url("fonts/iransanswebfanum/IRANSansWebFaNum.svg#svgFontName") format("svg");
}
body{
direction: rtl;
}
h1, h2, h3, h4, h5, h6{
font-family: Aviny;
}
body,.button,.certi-title h4,.portfolio-grid figure .name,.blog-card .blog-item-title,.lm-info-block h4,.header-titles h4,.header,.timeline-second-style .item-period,.timeline-second-style .item-title, .skills-info.skills-second-style h4,.btn-primary, .btn-secondary, button, input[type="button"], input[type="submit"], .wp-block-button .wp-block-button__link{
font-family: "IRANSansWebFaNum";
}
.content-area{
right: auto;
left:0;
}
.header,.skills-info.skills-second-style h4{
float:right;
}
.skills-second-style .skill-value,.entry-meta-bottom .entry-share{
float: left;
}
.info-list .title{
margin-left: 5px;
margin-right: 0px;
}
.testimonials.owl-carousel .owl-nav, .clients.owl-carousel .owl-nav,.testimonial .author-info .icon{
right: auto;
left: 0px;
}
.owl-nav{
direction: ltr;
}
.timeline-second-style .divider{
left: auto;
right: 28%;
}
.timeline-second-style .divider::after {
margin-left: 0;
margin-right: -4px;
}
.timeline-second-style .divider::before {
margin-left: 0;
margin-right: -8px;
}
.testimonial .text,.testimonial .author-info,.post-tags,.ajax-page-title,.form-control, .form-control:focus, .has-error .form-control, .has-error .form-control:focus, input[type="search"], input[type="password"], input[type="text"]{
text-align: right;
}
blockquote{
border-left: 0px solid #d8d8d8;
border-right: 2px solid #d8d8d8;
}
.ps > .ps__scrollbar-y-rail{
margin-right: 0px;
margin-left: 10px;
}
.ps,.ajax-page-nav{
direction: ltr;
}
.ps > *{
direction: rtl;
}
.page-title{
display: block;
}
.timeline-second-style .left-part{
padding-right: 0px;
padding-left: 25px;
}
.portfolio-grid figure i{
right: auto;
left: 15px;
}
.portfolio-grid figure .category{
left: auto;
right: 15px;
}
.mfp-title {
text-align: right;
padding-right: 0;
padding-left: 36px;
}
.project-general-info .fa{
margin-right: 0px;
margin-left: 5px;
}
.form-group label{
left: 0px;
right: 15px;
}
.form-control, .form-control:focus, .has-error .form-control, .has-error .form-control:focus, input[type="search"], input[type="password"], input[type="text"]{
padding:10px 12px 10px 25px;
}
.form-group .help-block{
margin: -2px 10px 0 0;
}
.form-group .help-block::after {
left: auto;
right: 5px;
border-left: 10px solid transparent;
border-right: 0px solid transparent;
}
.lmpixels-arrows-nav,button, input[type=submit]{
cursor: pointer;
}
.header .copyrights{
left: auto;
right: 0;
}
.controls.two-columns .left-column {
width: 47%;
float: right;
margin-left: 3%;
margin-right: 0;
}
.controls.two-columns .right-column{
float: left;
}
.blog-card .category a{
left: auto;
right: 10px;
}
@media only screen and (min-width:1025px) {
ul.main-menu{
right: auto;
left: -90px;
}
}
@media only screen and (max-width:1024px) {
.menu-toggle{
right: auto;
left: 10px;
}
.header{
right: auto;
left: 0px;
}
}
.lmpixels-arrows-nav{
right: auto;
left: -80px;
}
.portfolio-page-carousel .owl-dots{
right: auto;
left: 0px;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.alert-success hr {
border-top-color: #b1dfbb;
}
.alert-success .alert-link {
color: #0b2e13;
}
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info hr {
border-top-color: #abdde5;
}
.alert-info .alert-link {
color: #062c33;
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-warning hr {
border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
color: #533f03;
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.alert-danger hr {
border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
color: #491217;
}
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light hr {
border-top-color: #ececf6;
}
.alert-light .alert-link {
color: #686868;
}
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
.alert-dark hr {
border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
color: #040505;
} | public/assets/css/rtl.css | @font-face {
font-family: "Aviny";
src: url("fonts/aviny/aviny.eot?#iefix") format("embedded-opentype"),
url("fonts/aviny/aviny.woff") format("woff"),
url("fonts/aviny/aviny.ttf") format("truetype"),
url("fonts/aviny/aviny.svg#svgFontName") format("svg");
}
@font-face {
font-family: "IRANSansWebFaNum";
src: url("custom-fonts/iransanswebfanum/IRANSansWebFaNum.eot?#iefix") format("embedded-opentype"),
url("fonts/iransanswebfanum/IRANSansWebFaNum.woff2") format("woff2"),
url("fonts/iransanswebfanum/IRANSansWebFaNum.woff") format("woff"),
url("fonts/iransanswebfanum/IRANSansWebFaNum.ttf") format("truetype"),
url("fonts/iransanswebfanum/IRANSansWebFaNum.svg#svgFontName") format("svg");
}
body{
direction: rtl;
}
h1, h2, h3, h4, h5, h6{
font-family: Aviny;
}
body,.button,.certi-title h4,.portfolio-grid figure .name,.blog-card .blog-item-title,.lm-info-block h4,.header-titles h4,.header,.timeline-second-style .item-period,.timeline-second-style .item-title, .skills-info.skills-second-style h4,.btn-primary, .btn-secondary, button, input[type="button"], input[type="submit"], .wp-block-button .wp-block-button__link{
font-family: "IRANSansWebFaNum";
}
.content-area{
right: auto;
left:0;
}
.header,.skills-info.skills-second-style h4{
float:right;
}
.skills-second-style .skill-value,.entry-meta-bottom .entry-share{
float: left;
}
.info-list .title{
margin-left: 5px;
margin-right: 0px;
}
.testimonials.owl-carousel .owl-nav, .clients.owl-carousel .owl-nav,.testimonial .author-info .icon{
right: auto;
left: 0px;
}
.owl-nav{
direction: ltr;
}
.timeline-second-style .divider{
left: auto;
right: 28%;
}
.timeline-second-style .divider::after {
margin-left: 0;
margin-right: -4px;
}
.timeline-second-style .divider::before {
margin-left: 0;
margin-right: -8px;
}
.testimonial .text,.testimonial .author-info,.post-tags,.ajax-page-title,.form-control, .form-control:focus, .has-error .form-control, .has-error .form-control:focus, input[type="search"], input[type="password"], input[type="text"]{
text-align: right;
}
blockquote{
border-left: 0px solid #d8d8d8;
border-right: 2px solid #d8d8d8;
}
.ps > .ps__scrollbar-y-rail{
margin-right: 0px;
margin-left: 10px;
}
.ps,.ajax-page-nav{
direction: ltr;
}
.ps > *{
direction: rtl;
}
.page-title{
display: block;
}
.timeline-second-style .left-part{
padding-right: 0px;
padding-left: 25px;
}
.portfolio-grid figure i{
right: auto;
left: 15px;
}
.portfolio-grid figure .category{
left: auto;
right: 15px;
}
.mfp-title {
text-align: right;
padding-right: 0;
padding-left: 36px;
}
.project-general-info .fa{
margin-right: 0px;
margin-left: 5px;
}
.form-group label{
left: 0px;
right: 15px;
}
.form-control, .form-control:focus, .has-error .form-control, .has-error .form-control:focus, input[type="search"], input[type="password"], input[type="text"]{
padding:10px 12px 10px 25px;
}
.form-group .help-block{
margin: -2px 10px 0 0;
}
.form-group .help-block::after {
left: auto;
right: 5px;
border-left: 10px solid transparent;
border-right: 0px solid transparent;
}
.lmpixels-arrows-nav,button, input[type=submit]{
cursor: pointer;
}
.header .copyrights{
left: auto;
right: 0;
}
.controls.two-columns .left-column {
width: 47%;
float: right;
margin-left: 3%;
margin-right: 0;
}
.controls.two-columns .right-column{
float: left;
}
.blog-card .category a{
left: auto;
right: 10px;
}
@media only screen and (min-width:1025px) {
ul.main-menu{
right: auto;
left: -90px;
}
}
@media only screen and (max-width:1024px) {
.menu-toggle{
right: auto;
left: 10px;
}
.header{
right: auto;
left: 0px;
}
}
.lmpixels-arrows-nav{
right: auto;
left: -80px;
}
.portfolio-page-carousel .owl-dots{
right: auto;
left: 0px;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.alert-success hr {
border-top-color: #b1dfbb;
}
.alert-success .alert-link {
color: #0b2e13;
}
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info hr {
border-top-color: #abdde5;
}
.alert-info .alert-link {
color: #062c33;
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-warning hr {
border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
color: #533f03;
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.alert-danger hr {
border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
color: #491217;
}
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light hr {
border-top-color: #ececf6;
}
.alert-light .alert-link {
color: #686868;
}
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
.alert-dark hr {
border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
color: #040505;
} | 0.330255 | 0.054676 |
.container-backgroud {
border-radius: 50px;
background: #78cce1;
}
.options {
font-size: 2em;
}
input[type=checkbox]
{
/* Double-sized Checkboxes */
-ms-transform: scale(2); /* IE */ /* FF */
-webkit-transform: scale(2); /* Safari and Chrome */ /* Opera */
transform: scale(2);
padding: 10px;
}
.checkboxtext
{
font-size: 110%;
display: inline;
}
ul {
list-style-type: none;
}
li {
display: inline-block;
}
input[type="checkbox"][id^="checkbox"] {
display: none;
}
.options {
font-size: 1.5em;
}
.options label {
padding: 10px;
display: block;
position: relative;
margin: 10px;
cursor: pointer;
}
/* .options label:before {
background-color: white;
color: white;
content: " ";
display: block;
border-radius: 50%;
position: absolute;
top: -20px;
left: -15px;
width: 25px;
height: 25px;
text-align: center;
line-height: 28px;
transition-duration: 0.4s;
transform: scale(0);
}*/
.options label img {
height: 300px;
width: 300px;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.options :checked + label {
border-color: #ddd;
}
.options :checked + label:before {
background-color: white;
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
}
.options :checked + label:before {
background-color: white;
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
}
.options :checked + label img {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
/* box-shadow: 0 0 5px #333; */
z-index: -1;
}
.option {
border: 2px solid white;
border-radius: 50px;
padding: 15px 5px 15px 5px;
margin: 10px;
}
.option .info {
font-size: 0.7em;
}
#submit-button {
background-color: transparent;
border: 1px solid white;
padding: 10px 0px;
border-radius: 50px;
}
#submit-button:hover {
background-color: white;
color: grey;
border-color: grey;
}
div.option_info {
display: none;
}
#sticky {
background-color: #78cce1;
opacity: 0.9;
z-index: 2;
display: none;
}
precoTexto del#precoTextoDel {
} | css/style.css | .container-backgroud {
border-radius: 50px;
background: #78cce1;
}
.options {
font-size: 2em;
}
input[type=checkbox]
{
/* Double-sized Checkboxes */
-ms-transform: scale(2); /* IE */ /* FF */
-webkit-transform: scale(2); /* Safari and Chrome */ /* Opera */
transform: scale(2);
padding: 10px;
}
.checkboxtext
{
font-size: 110%;
display: inline;
}
ul {
list-style-type: none;
}
li {
display: inline-block;
}
input[type="checkbox"][id^="checkbox"] {
display: none;
}
.options {
font-size: 1.5em;
}
.options label {
padding: 10px;
display: block;
position: relative;
margin: 10px;
cursor: pointer;
}
/* .options label:before {
background-color: white;
color: white;
content: " ";
display: block;
border-radius: 50%;
position: absolute;
top: -20px;
left: -15px;
width: 25px;
height: 25px;
text-align: center;
line-height: 28px;
transition-duration: 0.4s;
transform: scale(0);
}*/
.options label img {
height: 300px;
width: 300px;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.options :checked + label {
border-color: #ddd;
}
.options :checked + label:before {
background-color: white;
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
}
.options :checked + label:before {
background-color: white;
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
}
.options :checked + label img {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
/* box-shadow: 0 0 5px #333; */
z-index: -1;
}
.option {
border: 2px solid white;
border-radius: 50px;
padding: 15px 5px 15px 5px;
margin: 10px;
}
.option .info {
font-size: 0.7em;
}
#submit-button {
background-color: transparent;
border: 1px solid white;
padding: 10px 0px;
border-radius: 50px;
}
#submit-button:hover {
background-color: white;
color: grey;
border-color: grey;
}
div.option_info {
display: none;
}
#sticky {
background-color: #78cce1;
opacity: 0.9;
z-index: 2;
display: none;
}
precoTexto del#precoTextoDel {
} | 0.315947 | 0.090494 |
:root {
--light-color: white;
--dark-color: #424242;
--border: solid 2px var(--dark-color);
--shadow: 8px 8px 16px #c2c2c2, -8px -8px 16px #ffffff;
}
::-webkit-scrollbar {
display: none;
}
label {
display: block;
margin-top: 2rem;
position: relative;
}
select {
display: block;
}
h1 {
margin-top: 10rem;
text-align: center;
}
h3 {
margin: 15rem;
text-align: center;
}
p {
text-align: center;
}
h2 {
font-size: 2.5rem;
text-transform: uppercase;
padding: 0.2rem;
margin-top: 6rem;
color: var(--dark-color);
border-bottom: 2px solid var(--dark-color);
}
h4 {
color: var(--dark-color);
text-align: center;
padding: 1rem;
font-size: 1.5rem;
margin: 4rem 0 0 0;
}
pre {
text-align: left;
font-size: 1.1rem;
margin: 1rem 0;
padding: 2rem;
overflow: scroll;
width: 100%;
border-radius: 10px;
}
pre::-webkit-scrollbar {
display: block;
}
pre::-webkit-scrollbar-corner {
-webkit-appearance: none;
}
pre::-webkit-scrollbar:horizontal {
height: 11px;
}
pre::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 1px solid black; /* should match background, can't be transparent */
background-color: #f2f2f2;
}
.click-msg {
position: absolute;
top: 6rem;
left: 95rem;
transition: opacity 0.2s;
}
.click-msg i {
transform: rotate(130deg);
position: absolute;
left: 11.5rem;
top: 2rem;
}
.inner-section {
display: flex;
flex-direction: column;
align-items: center;
}
.hide {
display: none;
}
.form-section {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
padding: 1rem;
}
.fa {
color: var(--dark-color);
text-shadow: 8px 8px 16px #c2c2c2, -8px -8px 16px #ffffff;
}
.reveal {
position: fixed;
height: 100vh;
width: 100vw;
background: white;
z-index: 99;
transform: translateX(100vw);
animation: slideOut 1.5s cubic-bezier(0.52, 0.16, 0.04, 0.95);
}
.reveal2 {
position: fixed;
height: 100vh;
width: 100vw;
background: #f2f2f2;
z-index: 98;
transform: translateX(100vw);
animation: slideOut2 2s cubic-bezier(0.52, 0.16, 0.04, 0.95);
}
input[type='text'] {
width: 100px;
text-align: center;
padding: 0.7rem;
border: solid 1px grey;
font-size: 1.1rem;
font-family: 'Courier New', Courier, monospace;
font-weight: 600;
}
input[type='color'] {
-webkit-appearance: none;
border: solid 1px var(--dark-color);
border-radius: 50%;
width: 32px;
height: 32px;
cursor: pointer;
margin-bottom: 1.5rem;
}
input[type='color']::-webkit-color-swatch-wrapper {
padding: 0;
}
input[type='color']::-webkit-color-swatch {
border: none;
border-radius: 50%;
}
.hero {
display: flex;
flex-direction: column;
height: 100vh;
width: 60%;
margin: auto;
}
.color-picker-circle {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 50%;
width: 180px;
height: 180px;
background: linear-gradient(145deg, #ffffff, #e6e6e6);
box-shadow: var(--shadow);
}
.colors-container {
display: flex;
}
.colors-box {
display: flex;
flex-direction: column;
margin: 0 4rem;
align-items: center;
}
.container {
display: flex;
flex-wrap: wrap;
}
.data-input-container {
display: flex;
justify-content: space-between;
width: 100%;
}
.data-input-container input {
border-radius: 5px;
}
.data-input-container > :last-child {
flex-grow: 1;
}
input[id^='image'] {
width: 90%;
}
.select {
display: block;
font-size: 16px;
font-family: sans-serif;
font-weight: 700;
color: --dark-color;
line-height: 1.3;
padding: 0.6em 1.4em 0.5em 0.8em;
width: 400px;
max-width: 100%;
box-sizing: border-box;
margin: 0;
border: 1px solid #000000;
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
border-radius: 0.5em;
appearance: none;
background-color: #fff;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
background-repeat: no-repeat, repeat;
background-position: right 0.7em top 50%, 0 0;
background-size: 0.65em auto, 100%;
}
.select::-ms-expand {
display: none;
}
.select:hover {
border-color: #888;
}
.select:focus {
border-color: #aaa;
box-shadow: 0 0 1px 1px var(--dark-color);
color: #222;
outline: none;
}
.select option {
font-weight: normal;
}
.customizations {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 60%;
margin: 0 auto;
}
.burger-circle {
display: inline;
}
.radio-selection {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 2rem;
}
.radio-selection input[type='radio'] {
opacity: 0;
position: fixed;
width: 0;
}
.radio-selection label {
display: flex;
font-size: 1rem;
justify-content: center;
align-items: center;
text-align: center;
height: 5.7rem;
width: 5.7rem;
border-radius: 50%;
margin: 1rem;
cursor: pointer;
background: linear-gradient(145deg, #ffffff, #e6e6e6);
box-shadow: var(--shadow);
}
.radio-selection label:hover {
background: rgb(241, 241, 241);
}
.radio-selection input[type='radio']:checked + label {
background: #424242;
color: white;
}
input[type='range'] {
-webkit-appearance: none;
margin: 10px 0;
width: 20rem;
}
input[type='range']:focus {
outline: none;
}
input[type='range']::-webkit-slider-runnable-track {
width: 10rem;
height: 12.8px;
cursor: pointer;
background: #ffffff;
border-radius: 25px;
border: 1px solid #ffffff;
box-shadow: var(--shadow);
}
input[type='range']::-webkit-slider-thumb {
height: 20px;
width: 20px;
border-radius: 50%;
background: var(--dark-color);
cursor: pointer;
-webkit-appearance: none;
margin-top: -5.5px;
}
.page {
height: 300px;
}
.code-section {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.narrow {
width: 60%;
}
.arrow {
text-align: center;
margin: 8% 0;
color: #000000;
font-size: 5rem;
}
.bounce {
animation: bounce 2s infinite;
}
@keyframes bounce {
0%,
20%,
50%,
80%,
100% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}
@keyframes slideOut {
0% {
transform: translateX(0vw);
}
100% {
transform: translateX(100vw);
}
}
@keyframes slideOut2 {
0% {
transform: translateX(0vw);
}
50% {
transform: translateX(0vw);
}
100% {
transform: translateX(100vw);
}
} | demo/src/App.css | :root {
--light-color: white;
--dark-color: #424242;
--border: solid 2px var(--dark-color);
--shadow: 8px 8px 16px #c2c2c2, -8px -8px 16px #ffffff;
}
::-webkit-scrollbar {
display: none;
}
label {
display: block;
margin-top: 2rem;
position: relative;
}
select {
display: block;
}
h1 {
margin-top: 10rem;
text-align: center;
}
h3 {
margin: 15rem;
text-align: center;
}
p {
text-align: center;
}
h2 {
font-size: 2.5rem;
text-transform: uppercase;
padding: 0.2rem;
margin-top: 6rem;
color: var(--dark-color);
border-bottom: 2px solid var(--dark-color);
}
h4 {
color: var(--dark-color);
text-align: center;
padding: 1rem;
font-size: 1.5rem;
margin: 4rem 0 0 0;
}
pre {
text-align: left;
font-size: 1.1rem;
margin: 1rem 0;
padding: 2rem;
overflow: scroll;
width: 100%;
border-radius: 10px;
}
pre::-webkit-scrollbar {
display: block;
}
pre::-webkit-scrollbar-corner {
-webkit-appearance: none;
}
pre::-webkit-scrollbar:horizontal {
height: 11px;
}
pre::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 1px solid black; /* should match background, can't be transparent */
background-color: #f2f2f2;
}
.click-msg {
position: absolute;
top: 6rem;
left: 95rem;
transition: opacity 0.2s;
}
.click-msg i {
transform: rotate(130deg);
position: absolute;
left: 11.5rem;
top: 2rem;
}
.inner-section {
display: flex;
flex-direction: column;
align-items: center;
}
.hide {
display: none;
}
.form-section {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
padding: 1rem;
}
.fa {
color: var(--dark-color);
text-shadow: 8px 8px 16px #c2c2c2, -8px -8px 16px #ffffff;
}
.reveal {
position: fixed;
height: 100vh;
width: 100vw;
background: white;
z-index: 99;
transform: translateX(100vw);
animation: slideOut 1.5s cubic-bezier(0.52, 0.16, 0.04, 0.95);
}
.reveal2 {
position: fixed;
height: 100vh;
width: 100vw;
background: #f2f2f2;
z-index: 98;
transform: translateX(100vw);
animation: slideOut2 2s cubic-bezier(0.52, 0.16, 0.04, 0.95);
}
input[type='text'] {
width: 100px;
text-align: center;
padding: 0.7rem;
border: solid 1px grey;
font-size: 1.1rem;
font-family: 'Courier New', Courier, monospace;
font-weight: 600;
}
input[type='color'] {
-webkit-appearance: none;
border: solid 1px var(--dark-color);
border-radius: 50%;
width: 32px;
height: 32px;
cursor: pointer;
margin-bottom: 1.5rem;
}
input[type='color']::-webkit-color-swatch-wrapper {
padding: 0;
}
input[type='color']::-webkit-color-swatch {
border: none;
border-radius: 50%;
}
.hero {
display: flex;
flex-direction: column;
height: 100vh;
width: 60%;
margin: auto;
}
.color-picker-circle {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 50%;
width: 180px;
height: 180px;
background: linear-gradient(145deg, #ffffff, #e6e6e6);
box-shadow: var(--shadow);
}
.colors-container {
display: flex;
}
.colors-box {
display: flex;
flex-direction: column;
margin: 0 4rem;
align-items: center;
}
.container {
display: flex;
flex-wrap: wrap;
}
.data-input-container {
display: flex;
justify-content: space-between;
width: 100%;
}
.data-input-container input {
border-radius: 5px;
}
.data-input-container > :last-child {
flex-grow: 1;
}
input[id^='image'] {
width: 90%;
}
.select {
display: block;
font-size: 16px;
font-family: sans-serif;
font-weight: 700;
color: --dark-color;
line-height: 1.3;
padding: 0.6em 1.4em 0.5em 0.8em;
width: 400px;
max-width: 100%;
box-sizing: border-box;
margin: 0;
border: 1px solid #000000;
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
border-radius: 0.5em;
appearance: none;
background-color: #fff;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
background-repeat: no-repeat, repeat;
background-position: right 0.7em top 50%, 0 0;
background-size: 0.65em auto, 100%;
}
.select::-ms-expand {
display: none;
}
.select:hover {
border-color: #888;
}
.select:focus {
border-color: #aaa;
box-shadow: 0 0 1px 1px var(--dark-color);
color: #222;
outline: none;
}
.select option {
font-weight: normal;
}
.customizations {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 60%;
margin: 0 auto;
}
.burger-circle {
display: inline;
}
.radio-selection {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 2rem;
}
.radio-selection input[type='radio'] {
opacity: 0;
position: fixed;
width: 0;
}
.radio-selection label {
display: flex;
font-size: 1rem;
justify-content: center;
align-items: center;
text-align: center;
height: 5.7rem;
width: 5.7rem;
border-radius: 50%;
margin: 1rem;
cursor: pointer;
background: linear-gradient(145deg, #ffffff, #e6e6e6);
box-shadow: var(--shadow);
}
.radio-selection label:hover {
background: rgb(241, 241, 241);
}
.radio-selection input[type='radio']:checked + label {
background: #424242;
color: white;
}
input[type='range'] {
-webkit-appearance: none;
margin: 10px 0;
width: 20rem;
}
input[type='range']:focus {
outline: none;
}
input[type='range']::-webkit-slider-runnable-track {
width: 10rem;
height: 12.8px;
cursor: pointer;
background: #ffffff;
border-radius: 25px;
border: 1px solid #ffffff;
box-shadow: var(--shadow);
}
input[type='range']::-webkit-slider-thumb {
height: 20px;
width: 20px;
border-radius: 50%;
background: var(--dark-color);
cursor: pointer;
-webkit-appearance: none;
margin-top: -5.5px;
}
.page {
height: 300px;
}
.code-section {
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.narrow {
width: 60%;
}
.arrow {
text-align: center;
margin: 8% 0;
color: #000000;
font-size: 5rem;
}
.bounce {
animation: bounce 2s infinite;
}
@keyframes bounce {
0%,
20%,
50%,
80%,
100% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}
@keyframes slideOut {
0% {
transform: translateX(0vw);
}
100% {
transform: translateX(100vw);
}
}
@keyframes slideOut2 {
0% {
transform: translateX(0vw);
}
50% {
transform: translateX(0vw);
}
100% {
transform: translateX(100vw);
}
} | 0.405684 | 0.146973 |
.button {
padding: 10px 20px;
display: inline-block;
text-align: center;
border: none;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
.button.disabled,
.button[disabled] {
cursor: not-allowed;
}
.button.fade {
box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
}
.button.hover:not(.disabled):not(.no-shadow):not([disabled]):hover {
box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
}
/* Link styles */
a.link {
color: blue;
}
a.link:after {
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-style: normal;
display: inline-block;
text-decoration: inherit;
margin: auto 3px;
}
a.link:after {
content: "\f35d";
text-decoration: none;
}
/* Default header styles */
body,
html {
height: 100%;
}
body {
margin: 0px;
}
h1,
h2,
h3,
h4,
h5 {
text-align: center;
}
h1 {
font-size: 2.2em;
margin: 0.6em 0;
}
h2 {
font-size: 1.5em;
margin: 0.5em 0;
}
h3 {
font-size: 1em;
margin: 0.3em 0;
}
h4 {
font-size: 0.8em;
margin: 0.4em 0;
}
@media (max-width: 767px) {
h1 {
font-size: 1.9em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.1em;
}
}
/* Misc element styles */
iframe {
border: none;
}
table {
border-collapse: collapse;
}
ul {
padding: 0;
list-style: none;
}
a {
color: #222;
text-decoration: none;
cursor: pointer;
}
*:focus {
outline: none;
}
/* Flex layout classes */
.flex {
display: flex;
justify-content: flex-start;
position: relative;
max-width: 100%;
flex-flow: row nowrap;
}
.flex.wrap {
flex-wrap: wrap;
}
.flex.col {
flex-direction: column;
}
.flex.space {
justify-content: space-between;
}
.flex.cen {
justify-content: center;
align-items: center;
}
.flex:not(.no-stretch) > *:not(.no-stretch) {
flex-grow: 1;
}
.overlay {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.8);
z-index: 1083458237;
}
.dialog {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: white;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border: 1px lightgray dashed;
padding: 10px;
max-width: 600px;
overflow:auto;
max-height:100%;
box-sizing:border-box
}
.dialog p {
margin: 15px;
}
/* Panel styles */
.panel {
padding: 20px 20px;
margin-top: 30px;
margin-left: 10px;
margin-right: 10px;
text-align: center;
position: relative;
background: white;
flex-grow: 1;
overflow: hidden;
}
.closable {
transition: opacity 1s;
}
.closable.initial-hidden {
display: none;
opacity: 0;
}
/* Roman list */
ul.roman {
list-style-position: inside;
}
ul.roman li {
font-weight: bolder;
list-style-type: upper-roman;
margin: 8px 0px;
}
/* General Input Styles */
input, textarea {
border-radius: 0;
}
textarea {
background: rgba(0, 0, 0, 0);
border: 1px solid #ddd;
padding: 5px;
box-sizing: border-box;
resize: none;
}
input[type="text"],
input[type="number"],
input[type="url"],
input[type="password"],
textarea {
border: 1px solid #ddd;
min-width: 0; /* Firefox and Egde need this */
padding: 0px 5px;
background: rgba(0, 0, 0, 0);
box-sizing: border-box;
}
input[type="text"],
input[type="number"],
input[type="url"],
input[type="password"] {
min-height: 1em;
height: 2em;
}
form input[type="text"]:valid,
form input[type="number"]:valid,
form input[type="url"]:valid,
form input[type="password"]:valid,
textarea:valid {
border-bottom: 1px solid lime;
}
form input[type="text"]:invalid,
form input[type="number"]:invalid,
form input[type="url"]:invalid,
form input[type="password"]:invalid,
textarea:invalid {
border-bottom: 1px solid coral;
}
.form-input > * {
text-align: left;
font-style: italic;
margin: 2px 10px !important;
}
.form-input .error {
font-size: 60% !important;
color: coral;
}
.form-input {
display: flex;
flex-direction: column;
margin: 10px 0px;
}
/* Turns out browser checkboxes are ass-ugly */
/* Customize the label (the container) */
.cb-container {
display: block;
position: relative;
padding-left: 1.5em;
cursor: pointer;
}
/* Hide the browser's default checkbox */
.cb-container input {
position: absolute;
opacity: 0;
cursor: pointer;
left: 0;
top: 0;
margin-top: 2px;
z-index: 100;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 1em;
width: 1em;
background-color: #eee;
margin-top: 2px;
}
.stats-container .checkmark {
font-size: 111%;
}
/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark {
background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark {
background-color: #2196f3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.cb-container .checkmark:after {
left: 5px;
top: 2px;
width: 4px;
height: 8px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
/* Search UI Element */
.search {
padding: 0px 4px;
border: 1px solid #999;
border-radius: 0px;
display: flex;
justify-content: space-between;
}
.search:before,
.search:after,
.dropdown-menu div:first-child:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-style: normal;
cursor: pointer;
display: inline-block;
text-decoration: inherit;
margin: auto 3px;
}
.search:before {
content: "\f002";
}
.search:after {
content: "\f057";
}
.dropdown-menu div:first-child:after {
content: "\f078";
position: absolute;
right: 0;
top: .5em;
}
.search input {
margin: 5px;
border: 0;
flex-grow: 2;
}
.search.seperated input {
border-left: 1px solid #888;
border-right: 1px solid #888;
}
/*
* Stats Viewer like Panels:
* + .viewer is the element that contains the paginator and the content
* + .viewer-content is the element that contains the content of the viewer, displayed to the right of the paginator
*/
.viewer {
margin-top: 10px;
}
/* Hidden until first element in paginator is selected */
.viewer .viewer-content {
display: none;
margin-left: 10px;
}
.viewer .viewer-welcome {
text-align: center;
margin-left: 10px;
}
@media (min-width: 768px) {
body > div:first-child{
background-image: url(/static/images/squares3.png);
}
.viewer .paginator {
max-width: 35%;
}
.viewer .viewer-content,
.viewer .viewer-welcome {
max-width: 65%;
}
}
@media (max-width: 767px) {
.viewer .viewer-content,
.viewer .viewer-welcome,
.viewer .paginator {
max-width: 100%;
}
.viewer {
flex-wrap: wrap;
}
}
.stats-container {
margin: 5px 0%;
flex-wrap: wrap;
}
.stats-container > * {
margin: 5px 1%;
}
.stats-container b {
font-size: 110%;
}
.stats-container :not(b):not(.fa) {
font-size: 90%;
}
/* Dropdown selection menu thingy styles */
.dropdown-menu {
position: relative;
display: inline-block;
}
.dropdown-menu .menu {
position: absolute;
display: none;
top: 2em; /* place it below the box! */
width: calc(100% - 2px);
max-height: 400px;
overflow-y: scroll;
background: white;
border: 1px solid #bbb;
z-index: 100;
box-shadow: 0px 8px 10px #ccc, -10px 8px 15px #ccc, 10px 8px 15px #ccc;
}
h1 .dropdown-menu ul,
h2 .dropdown-menu ul {
font-size: 0.55em;
font-weight: normal;
}
.dropdown-menu > div {
border-bottom: 1px dotted #555;
width: 100%;
}
.dropdown-menu input[type="text"] {
border: none;
font-size: 1em;
width: 100%
}
.dropdown-menu div:focus-within {
border: 1px solid #bbb;
border-bottom: none;
box-shadow: 0 0 10px 5px #ccc;
}
.dropdown-menu input:focus, .dropdown-menu input:invalid {
border: none;
}
.dropdown-menu div:focus-within + .menu {
/*opacity: 0.95;*/
border-top: none;
}
.dropdown-menu .menu ul {
margin: 0;
}
.dropdown-menu .menu ul li {
padding: 3px 10px;
text-align: left;
cursor: pointer;
}
/* DropDown styles */
.dropdown {
z-index: 10;
width: 100%;
position: absolute;
display: none;
left: 0;
}
/*
* Tooltip stuff
*/
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted #555;
}
.tooltip .tooltiptext {
opacity: 0;
font-weight: normal;
font-size: 0.9em;
text-align: center;
visibility: hidden;
z-index: 9;
border: 3px solid #ddd;
background: #fff;
left: 50%;
transform: translateX(-50%);
padding: 5px;
margin: 5px;
position: absolute;
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 0.9;
transition: 1s opacity;
}
/* (Under)lines */
.underlined {
margin-bottom: 5px;
/*border-bottom: 1px solid transparent;
border-image: linear-gradient(
to right,
rgba(0, 0, 0, 0) 0%,
rgba(211, 211, 211, 1) 15%,
rgba(211, 211, 211, 1) 85%,
rgba(0, 0, 0, 0) 100%
)
1;*/
border-bottom: 1px solid rgba(211, 211, 211, 1);
}
.underlined.pad {
padding-bottom: 10px;
}
.leftlined {
margin-left: 5px;
/*border-left: 1px solid transparent;
border-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0) 0%,
rgba(211, 211, 211, 1) 15%,
rgba(211, 211, 211, 1) 85%,
rgba(0, 0, 0, 0) 100%
)
1;*/
border-left: 1px solid rgba(211, 211, 211, 1);
}
.leftlined.pad {
padding-left: 10px;
}
.rightlined {
margin-right: 5px;
/*border-right: 1px solid transparent;
border-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0) 0%,
rgba(211, 211, 211, 1) 15%,
rgba(211, 211, 211, 1) 85%,
rgba(0, 0, 0, 0) 100%
)
1;*/
border-right: 1px solid rgba(211, 211, 211, 1);
}
.rightlined.pad {
padding-right: 10px;
}
.overlined {
margin-top: 5px;
/*border-top: 1px solid transparent;
border-image: linear-gradient(
to right,
rgba(0, 0, 0, 0) 0%,
rgba(211, 211, 211, 1) 15%,
rgba(211, 211, 211, 1) 85%,
rgba(0, 0, 0, 0) 100%
)
1;*/
border-top: 1px solid rgba(211, 211, 211, 1);
}
.overlined.pad {
padding-top: 10px;
}
.info-green {
background: #ddffdd;
border: 1px solid #a8ff93;
padding: 5px 15px;
color: #074d07;
margin: 25px 0px;
}
.info-green a {
color: #68bf0b !important;
}
.info-yellow {
background: #fffadd;
border: 1px solid #e0e37b;
padding: 5px 15px;
color: #4d4707;
margin: 25px 0px;
}
.info-red {
background: #fdd;
border: 1px solid #ff9393;
padding: 5px 15px;
color: #4d0707;
margin: 25px 0px;
}
.output {
display: none;
font-style: italic;
font-size: 80%;
margin: 0px;
}
form .output {
margin: 0px 10px;
}
ul.selection-list {
overflow-y: scroll;
border: 1px solid #999;
font-size: 80%;
margin: 10px 0px;
}
ul.selection-list li {
padding: 5px;
text-align: left;
cursor: pointer;
}
/* Tab panel stuff */
.tab-content:not(.tab-content-active) {
display: none;
}
.tab {
cursor: pointer;
}
.tab-active {
color: #0881c6;
} | pointercrate-core-pages/static/css/ui.css |
.button {
padding: 10px 20px;
display: inline-block;
text-align: center;
border: none;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
.button.disabled,
.button[disabled] {
cursor: not-allowed;
}
.button.fade {
box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
}
.button.hover:not(.disabled):not(.no-shadow):not([disabled]):hover {
box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
}
/* Link styles */
a.link {
color: blue;
}
a.link:after {
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-style: normal;
display: inline-block;
text-decoration: inherit;
margin: auto 3px;
}
a.link:after {
content: "\f35d";
text-decoration: none;
}
/* Default header styles */
body,
html {
height: 100%;
}
body {
margin: 0px;
}
h1,
h2,
h3,
h4,
h5 {
text-align: center;
}
h1 {
font-size: 2.2em;
margin: 0.6em 0;
}
h2 {
font-size: 1.5em;
margin: 0.5em 0;
}
h3 {
font-size: 1em;
margin: 0.3em 0;
}
h4 {
font-size: 0.8em;
margin: 0.4em 0;
}
@media (max-width: 767px) {
h1 {
font-size: 1.9em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.1em;
}
}
/* Misc element styles */
iframe {
border: none;
}
table {
border-collapse: collapse;
}
ul {
padding: 0;
list-style: none;
}
a {
color: #222;
text-decoration: none;
cursor: pointer;
}
*:focus {
outline: none;
}
/* Flex layout classes */
.flex {
display: flex;
justify-content: flex-start;
position: relative;
max-width: 100%;
flex-flow: row nowrap;
}
.flex.wrap {
flex-wrap: wrap;
}
.flex.col {
flex-direction: column;
}
.flex.space {
justify-content: space-between;
}
.flex.cen {
justify-content: center;
align-items: center;
}
.flex:not(.no-stretch) > *:not(.no-stretch) {
flex-grow: 1;
}
.overlay {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.8);
z-index: 1083458237;
}
.dialog {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: white;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
border: 1px lightgray dashed;
padding: 10px;
max-width: 600px;
overflow:auto;
max-height:100%;
box-sizing:border-box
}
.dialog p {
margin: 15px;
}
/* Panel styles */
.panel {
padding: 20px 20px;
margin-top: 30px;
margin-left: 10px;
margin-right: 10px;
text-align: center;
position: relative;
background: white;
flex-grow: 1;
overflow: hidden;
}
.closable {
transition: opacity 1s;
}
.closable.initial-hidden {
display: none;
opacity: 0;
}
/* Roman list */
ul.roman {
list-style-position: inside;
}
ul.roman li {
font-weight: bolder;
list-style-type: upper-roman;
margin: 8px 0px;
}
/* General Input Styles */
input, textarea {
border-radius: 0;
}
textarea {
background: rgba(0, 0, 0, 0);
border: 1px solid #ddd;
padding: 5px;
box-sizing: border-box;
resize: none;
}
input[type="text"],
input[type="number"],
input[type="url"],
input[type="password"],
textarea {
border: 1px solid #ddd;
min-width: 0; /* Firefox and Egde need this */
padding: 0px 5px;
background: rgba(0, 0, 0, 0);
box-sizing: border-box;
}
input[type="text"],
input[type="number"],
input[type="url"],
input[type="password"] {
min-height: 1em;
height: 2em;
}
form input[type="text"]:valid,
form input[type="number"]:valid,
form input[type="url"]:valid,
form input[type="password"]:valid,
textarea:valid {
border-bottom: 1px solid lime;
}
form input[type="text"]:invalid,
form input[type="number"]:invalid,
form input[type="url"]:invalid,
form input[type="password"]:invalid,
textarea:invalid {
border-bottom: 1px solid coral;
}
.form-input > * {
text-align: left;
font-style: italic;
margin: 2px 10px !important;
}
.form-input .error {
font-size: 60% !important;
color: coral;
}
.form-input {
display: flex;
flex-direction: column;
margin: 10px 0px;
}
/* Turns out browser checkboxes are ass-ugly */
/* Customize the label (the container) */
.cb-container {
display: block;
position: relative;
padding-left: 1.5em;
cursor: pointer;
}
/* Hide the browser's default checkbox */
.cb-container input {
position: absolute;
opacity: 0;
cursor: pointer;
left: 0;
top: 0;
margin-top: 2px;
z-index: 100;
}
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 1em;
width: 1em;
background-color: #eee;
margin-top: 2px;
}
.stats-container .checkmark {
font-size: 111%;
}
/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark {
background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark {
background-color: #2196f3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
.cb-container .checkmark:after {
left: 5px;
top: 2px;
width: 4px;
height: 8px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
/* Search UI Element */
.search {
padding: 0px 4px;
border: 1px solid #999;
border-radius: 0px;
display: flex;
justify-content: space-between;
}
.search:before,
.search:after,
.dropdown-menu div:first-child:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-style: normal;
cursor: pointer;
display: inline-block;
text-decoration: inherit;
margin: auto 3px;
}
.search:before {
content: "\f002";
}
.search:after {
content: "\f057";
}
.dropdown-menu div:first-child:after {
content: "\f078";
position: absolute;
right: 0;
top: .5em;
}
.search input {
margin: 5px;
border: 0;
flex-grow: 2;
}
.search.seperated input {
border-left: 1px solid #888;
border-right: 1px solid #888;
}
/*
* Stats Viewer like Panels:
* + .viewer is the element that contains the paginator and the content
* + .viewer-content is the element that contains the content of the viewer, displayed to the right of the paginator
*/
.viewer {
margin-top: 10px;
}
/* Hidden until first element in paginator is selected */
.viewer .viewer-content {
display: none;
margin-left: 10px;
}
.viewer .viewer-welcome {
text-align: center;
margin-left: 10px;
}
@media (min-width: 768px) {
body > div:first-child{
background-image: url(/static/images/squares3.png);
}
.viewer .paginator {
max-width: 35%;
}
.viewer .viewer-content,
.viewer .viewer-welcome {
max-width: 65%;
}
}
@media (max-width: 767px) {
.viewer .viewer-content,
.viewer .viewer-welcome,
.viewer .paginator {
max-width: 100%;
}
.viewer {
flex-wrap: wrap;
}
}
.stats-container {
margin: 5px 0%;
flex-wrap: wrap;
}
.stats-container > * {
margin: 5px 1%;
}
.stats-container b {
font-size: 110%;
}
.stats-container :not(b):not(.fa) {
font-size: 90%;
}
/* Dropdown selection menu thingy styles */
.dropdown-menu {
position: relative;
display: inline-block;
}
.dropdown-menu .menu {
position: absolute;
display: none;
top: 2em; /* place it below the box! */
width: calc(100% - 2px);
max-height: 400px;
overflow-y: scroll;
background: white;
border: 1px solid #bbb;
z-index: 100;
box-shadow: 0px 8px 10px #ccc, -10px 8px 15px #ccc, 10px 8px 15px #ccc;
}
h1 .dropdown-menu ul,
h2 .dropdown-menu ul {
font-size: 0.55em;
font-weight: normal;
}
.dropdown-menu > div {
border-bottom: 1px dotted #555;
width: 100%;
}
.dropdown-menu input[type="text"] {
border: none;
font-size: 1em;
width: 100%
}
.dropdown-menu div:focus-within {
border: 1px solid #bbb;
border-bottom: none;
box-shadow: 0 0 10px 5px #ccc;
}
.dropdown-menu input:focus, .dropdown-menu input:invalid {
border: none;
}
.dropdown-menu div:focus-within + .menu {
/*opacity: 0.95;*/
border-top: none;
}
.dropdown-menu .menu ul {
margin: 0;
}
.dropdown-menu .menu ul li {
padding: 3px 10px;
text-align: left;
cursor: pointer;
}
/* DropDown styles */
.dropdown {
z-index: 10;
width: 100%;
position: absolute;
display: none;
left: 0;
}
/*
* Tooltip stuff
*/
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted #555;
}
.tooltip .tooltiptext {
opacity: 0;
font-weight: normal;
font-size: 0.9em;
text-align: center;
visibility: hidden;
z-index: 9;
border: 3px solid #ddd;
background: #fff;
left: 50%;
transform: translateX(-50%);
padding: 5px;
margin: 5px;
position: absolute;
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 0.9;
transition: 1s opacity;
}
/* (Under)lines */
.underlined {
margin-bottom: 5px;
/*border-bottom: 1px solid transparent;
border-image: linear-gradient(
to right,
rgba(0, 0, 0, 0) 0%,
rgba(211, 211, 211, 1) 15%,
rgba(211, 211, 211, 1) 85%,
rgba(0, 0, 0, 0) 100%
)
1;*/
border-bottom: 1px solid rgba(211, 211, 211, 1);
}
.underlined.pad {
padding-bottom: 10px;
}
.leftlined {
margin-left: 5px;
/*border-left: 1px solid transparent;
border-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0) 0%,
rgba(211, 211, 211, 1) 15%,
rgba(211, 211, 211, 1) 85%,
rgba(0, 0, 0, 0) 100%
)
1;*/
border-left: 1px solid rgba(211, 211, 211, 1);
}
.leftlined.pad {
padding-left: 10px;
}
.rightlined {
margin-right: 5px;
/*border-right: 1px solid transparent;
border-image: linear-gradient(
to bottom,
rgba(0, 0, 0, 0) 0%,
rgba(211, 211, 211, 1) 15%,
rgba(211, 211, 211, 1) 85%,
rgba(0, 0, 0, 0) 100%
)
1;*/
border-right: 1px solid rgba(211, 211, 211, 1);
}
.rightlined.pad {
padding-right: 10px;
}
.overlined {
margin-top: 5px;
/*border-top: 1px solid transparent;
border-image: linear-gradient(
to right,
rgba(0, 0, 0, 0) 0%,
rgba(211, 211, 211, 1) 15%,
rgba(211, 211, 211, 1) 85%,
rgba(0, 0, 0, 0) 100%
)
1;*/
border-top: 1px solid rgba(211, 211, 211, 1);
}
.overlined.pad {
padding-top: 10px;
}
.info-green {
background: #ddffdd;
border: 1px solid #a8ff93;
padding: 5px 15px;
color: #074d07;
margin: 25px 0px;
}
.info-green a {
color: #68bf0b !important;
}
.info-yellow {
background: #fffadd;
border: 1px solid #e0e37b;
padding: 5px 15px;
color: #4d4707;
margin: 25px 0px;
}
.info-red {
background: #fdd;
border: 1px solid #ff9393;
padding: 5px 15px;
color: #4d0707;
margin: 25px 0px;
}
.output {
display: none;
font-style: italic;
font-size: 80%;
margin: 0px;
}
form .output {
margin: 0px 10px;
}
ul.selection-list {
overflow-y: scroll;
border: 1px solid #999;
font-size: 80%;
margin: 10px 0px;
}
ul.selection-list li {
padding: 5px;
text-align: left;
cursor: pointer;
}
/* Tab panel stuff */
.tab-content:not(.tab-content-active) {
display: none;
}
.tab {
cursor: pointer;
}
.tab-active {
color: #0881c6;
} | 0.413832 | 0.081009 |
.myDialog-white{
-fx-background-color: white;
}
.myDialog-white > *.button-bar > *.container{
-fx-background-color: white;
}
.myDialog-white > *.label.content{
-fx-font-size: 14px;
-fx-font-weight: bold;
}
.myDialog-white:header *.header-panel{
-fx-background-color: white;
}
.myDialog-white:header *.header-panel *.label{
-fx-font-size: 18px;
-fx-font-style: italic;
/*-fx-fill: #292929;*/
}
.myDialog-dark{
-fx-background-color: #232323;
}
.myDialog-dark > *.button-bar > *.container{
-fx-background-color: #232323;
}
.myDialog-dark > *.label.content{
-fx-font-size: 14px;
-fx-font-weight: bold;
-fx-text-fill:white;
}
.myDialog-dark:header *.header-panel{
-fx-background-color: #232323;
}
.myDialog-dark:header *.header-panel *.label{
-fx-font-size: 18px;
-fx-font-style: italic;
-fx-text-fill:white;
}
/* --------------- Button ------------------------------- */
#btn-white-Lime{
-fx-background-color:#A1D48F;
-fx-border-color:#121212;
-fx-text-fill:#121212;
-fx-text-fill:#121212;
-fx-border-radius: 4;
}
#btn-white-Lime:disabled{
-fx-opacity : 0.4;
}
#btn-white-Purple{
-fx-background-color:#AE84E4;
-fx-border-color:#121212;
-fx-text-fill:#121212;
-fx-border-radius: 4;
}
#btn-white-Purple:disabled{
-fx-opacity : 0.4;
}
#btn-white-Turquoise{
-fx-background-color:#1DDECB;
-fx-border-color:#121212;
-fx-text-fill:#121212;
-fx-border-radius: 4;
}
#btn-white-Turquoise:disabled{
-fx-opacity : 0.4;
}
#btn-white-Blue{
-fx-background-color:#627D98;
-fx-border-color:#121212;
-fx-border-radius: 4;
-fx-text-fill:#121212;
}
#btn-white-Blue:disabled{
-fx-opacity : 0.4;
}
#btn-white-Orange{
-fx-background-color:#FFA500;
-fx-border-color:#121212;
-fx-border-radius: 4;
-fx-text-fill:#121212;
}
#btn-white-Orange:disabled{
-fx-opacity : 0.4;
}
#btn-dark-Lime{
-fx-background-color:#A1D48F;
-fx-border-radius: 4;
-fx-text-fill:#121212;
}
#btn-dark-Lime:disabled{
-fx-opacity : 0.4;
}
#btn-dark-Purple{
-fx-background-color:#AE84E4;
-fx-border-radius: 4;
-fx-text-fill:#121212;
}
#btn-dark-Purple:disabled{
-fx-opacity : 0.4;
}
#btn-dark-Turquoise{
-fx-background-color:#1DDECB;
-fx-border-radius: 4;
-fx-text-fill:#121212;
}
#btn-dark-Turquoise:disabled{
-fx-opacity : 0.4;
}
#btn-dark-Blue{
-fx-background-color:#627D98;
-fx-border-radius: 4;
-fx-text-fill:#121212;
}
#btn-dark-Blue:disabled{
-fx-opacity : 0.4;
}
#btn-dark-Orange{
-fx-background-color:#FFA500;
-fx-text-fill:#121212;
-fx-border-radius: 4;
}
#btn-dark-Orange:disabled{
-fx-opacity : 0.4;
} | src/main/resources/styles/myDialogs.css | .myDialog-white{
-fx-background-color: white;
}
.myDialog-white > *.button-bar > *.container{
-fx-background-color: white;
}
.myDialog-white > *.label.content{
-fx-font-size: 14px;
-fx-font-weight: bold;
}
.myDialog-white:header *.header-panel{
-fx-background-color: white;
}
.myDialog-white:header *.header-panel *.label{
-fx-font-size: 18px;
-fx-font-style: italic;
/*-fx-fill: #292929;*/
}
.myDialog-dark{
-fx-background-color: #232323;
}
.myDialog-dark > *.button-bar > *.container{
-fx-background-color: #232323;
}
.myDialog-dark > *.label.content{
-fx-font-size: 14px;
-fx-font-weight: bold;
-fx-text-fill:white;
}
.myDialog-dark:header *.header-panel{
-fx-background-color: #232323;
}
.myDialog-dark:header *.header-panel *.label{
-fx-font-size: 18px;
-fx-font-style: italic;
-fx-text-fill:white;
}
/* --------------- Button ------------------------------- */
#btn-white-Lime{
-fx-background-color:#A1D48F;
-fx-border-color:#121212;
-fx-text-fill:#121212;
-fx-text-fill:#121212;
-fx-border-radius: 4;
}
#btn-white-Lime:disabled{
-fx-opacity : 0.4;
}
#btn-white-Purple{
-fx-background-color:#AE84E4;
-fx-border-color:#121212;
-fx-text-fill:#121212;
-fx-border-radius: 4;
}
#btn-white-Purple:disabled{
-fx-opacity : 0.4;
}
#btn-white-Turquoise{
-fx-background-color:#1DDECB;
-fx-border-color:#121212;
-fx-text-fill:#121212;
-fx-border-radius: 4;
}
#btn-white-Turquoise:disabled{
-fx-opacity : 0.4;
}
#btn-white-Blue{
-fx-background-color:#627D98;
-fx-border-color:#121212;
-fx-border-radius: 4;
-fx-text-fill:#121212;
}
#btn-white-Blue:disabled{
-fx-opacity : 0.4;
}
#btn-white-Orange{
-fx-background-color:#FFA500;
-fx-border-color:#121212;
-fx-border-radius: 4;
-fx-text-fill:#121212;
}
#btn-white-Orange:disabled{
-fx-opacity : 0.4;
}
#btn-dark-Lime{
-fx-background-color:#A1D48F;
-fx-border-radius: 4;
-fx-text-fill:#121212;
}
#btn-dark-Lime:disabled{
-fx-opacity : 0.4;
}
#btn-dark-Purple{
-fx-background-color:#AE84E4;
-fx-border-radius: 4;
-fx-text-fill:#121212;
}
#btn-dark-Purple:disabled{
-fx-opacity : 0.4;
}
#btn-dark-Turquoise{
-fx-background-color:#1DDECB;
-fx-border-radius: 4;
-fx-text-fill:#121212;
}
#btn-dark-Turquoise:disabled{
-fx-opacity : 0.4;
}
#btn-dark-Blue{
-fx-background-color:#627D98;
-fx-border-radius: 4;
-fx-text-fill:#121212;
}
#btn-dark-Blue:disabled{
-fx-opacity : 0.4;
}
#btn-dark-Orange{
-fx-background-color:#FFA500;
-fx-text-fill:#121212;
-fx-border-radius: 4;
}
#btn-dark-Orange:disabled{
-fx-opacity : 0.4;
} | 0.21917 | 0.032253 |
.plugin-ui-content {
padding: 2px var(--size-xxsmall) 0;
margin-bottom: 0;
}
h3 {
padding: 0 var(--size-xxsmall);
}
.label {
color: var(--dark-grey);
}
.message-box {
padding: 0 var(--size-xxxsmall) var(--size-xxsmall) var(--size-xxsmall);
}
.message-box .message {
font-family: var(--font-stack);
font-size: var(--font-size-xsmall);
font-weight: var(--font-weight-normal);
letter-spacing: var(--font-letter-spacing-pos-xsmall);
line-height: var(--font-line-height);
}
.notification:not(.hidden) {
font-family: var(--font-stack);
font-size: var(--font-size-xsmall);
font-weight: var(--font-weight-normal);
letter-spacing: var(--font-letter-spacing-pos-xsmall);
line-height: var(--font-line-height);
margin-top: var(--size-xxsmall);
padding: var(--size-xxsmall);
border-radius: 3px;
display: flex;
align-items: center;
}
.notification--info {
position: relative;
background: var(--blue-10);
color: var(--blue-black);
}
.notification--info a {
color: var(--blue);
}
.notification--info a:hover {
text-decoration: none;
}
.notification--info a.subtle {
text-decoration: none;
}
.notification--info a.subtle:hover {
text-decoration: underline;
}
.notification--icon {
margin-right: var(--size-xxsmall);
margin-left: var(--size-xxxsmall);
}
.flex-horizontal {
display: flex;
}
.flex-horizontal ~ .flex-horizontal {
margin-top: var(--size-xxsmall);
}
.flex-horizontal .label {
width: auto;
flex-shrink: 0;
align-items: flex-start;
padding-top: var(--size-xxsmall);
}
.label.label--info {
color: var(--black4);
flex-shrink: 1;
height: auto;
}
.flex-horizontal input {
min-width: 50px;
}
.inside-label-behind--sm {
position: absolute;
right: var(--size-xxsmall);
}
.with-inside-label-behind-sm {
padding-right: 50px;
}
input:invalid {
border: 1px solid var(--red);
outline: 1px solid var(--red);
outline-offset: -2px;
}
#excludePrefix ~ .switch__label > .toggleText::before {
position: relative;
display: inline-block;
content: "(ONLY prefixed styles are included)";
padding-left: var(--size-xxxsmall);
color: var(--dark-grey);
}
#excludePrefix:checked ~ .switch__label > .toggleText::before{
content: "(prefixed styles are excluded)";
}
footer {
padding: var(--size-xxsmall) 0;
display: flex;
justify-content: flex-end;
margin-top: var(--size-xsmall);
border-top: 1px solid var(--silver);
}
footer > * {
margin-right: var(--size-xxsmall);
}
footer > :last-child{
margin-right: 0;
}
:not(h3) + .section-title {
padding-top: var(--size-xxsmall);
margin-top: var(--size-xsmall);
border-top: 1px solid var(--silver);
}
#eventtype {
width: 130px;
flex-shrink: 0;
}
.select-css {
display: flex;
align-items: center;
border: 1px solid transparent;
height: 30px;
width: 100%;
margin: 1px 0 1px 0;
padding: 0px var(--size-xxsmall) 0px var(--size-xxsmall);
overflow-y: hidden;
background-color: var(--white);
margin: 1px 0 1px 0;
color: var(--black8);
border: 1px solid var(--black1);
border-radius: 1px;
font-size: var(--font-size-xsmall);
}
.select-css:hover {
border-color: var(--black1);
}
.select-css:focus {
border: 1px solid var(--blue);
outline: 1px solid var(--blue);
outline-offset: -2px;
} | src/ui/css/ui.css | .plugin-ui-content {
padding: 2px var(--size-xxsmall) 0;
margin-bottom: 0;
}
h3 {
padding: 0 var(--size-xxsmall);
}
.label {
color: var(--dark-grey);
}
.message-box {
padding: 0 var(--size-xxxsmall) var(--size-xxsmall) var(--size-xxsmall);
}
.message-box .message {
font-family: var(--font-stack);
font-size: var(--font-size-xsmall);
font-weight: var(--font-weight-normal);
letter-spacing: var(--font-letter-spacing-pos-xsmall);
line-height: var(--font-line-height);
}
.notification:not(.hidden) {
font-family: var(--font-stack);
font-size: var(--font-size-xsmall);
font-weight: var(--font-weight-normal);
letter-spacing: var(--font-letter-spacing-pos-xsmall);
line-height: var(--font-line-height);
margin-top: var(--size-xxsmall);
padding: var(--size-xxsmall);
border-radius: 3px;
display: flex;
align-items: center;
}
.notification--info {
position: relative;
background: var(--blue-10);
color: var(--blue-black);
}
.notification--info a {
color: var(--blue);
}
.notification--info a:hover {
text-decoration: none;
}
.notification--info a.subtle {
text-decoration: none;
}
.notification--info a.subtle:hover {
text-decoration: underline;
}
.notification--icon {
margin-right: var(--size-xxsmall);
margin-left: var(--size-xxxsmall);
}
.flex-horizontal {
display: flex;
}
.flex-horizontal ~ .flex-horizontal {
margin-top: var(--size-xxsmall);
}
.flex-horizontal .label {
width: auto;
flex-shrink: 0;
align-items: flex-start;
padding-top: var(--size-xxsmall);
}
.label.label--info {
color: var(--black4);
flex-shrink: 1;
height: auto;
}
.flex-horizontal input {
min-width: 50px;
}
.inside-label-behind--sm {
position: absolute;
right: var(--size-xxsmall);
}
.with-inside-label-behind-sm {
padding-right: 50px;
}
input:invalid {
border: 1px solid var(--red);
outline: 1px solid var(--red);
outline-offset: -2px;
}
#excludePrefix ~ .switch__label > .toggleText::before {
position: relative;
display: inline-block;
content: "(ONLY prefixed styles are included)";
padding-left: var(--size-xxxsmall);
color: var(--dark-grey);
}
#excludePrefix:checked ~ .switch__label > .toggleText::before{
content: "(prefixed styles are excluded)";
}
footer {
padding: var(--size-xxsmall) 0;
display: flex;
justify-content: flex-end;
margin-top: var(--size-xsmall);
border-top: 1px solid var(--silver);
}
footer > * {
margin-right: var(--size-xxsmall);
}
footer > :last-child{
margin-right: 0;
}
:not(h3) + .section-title {
padding-top: var(--size-xxsmall);
margin-top: var(--size-xsmall);
border-top: 1px solid var(--silver);
}
#eventtype {
width: 130px;
flex-shrink: 0;
}
.select-css {
display: flex;
align-items: center;
border: 1px solid transparent;
height: 30px;
width: 100%;
margin: 1px 0 1px 0;
padding: 0px var(--size-xxsmall) 0px var(--size-xxsmall);
overflow-y: hidden;
background-color: var(--white);
margin: 1px 0 1px 0;
color: var(--black8);
border: 1px solid var(--black1);
border-radius: 1px;
font-size: var(--font-size-xsmall);
}
.select-css:hover {
border-color: var(--black1);
}
.select-css:focus {
border: 1px solid var(--blue);
outline: 1px solid var(--blue);
outline-offset: -2px;
} | 0.380529 | 0.09314 |
@namespace url(http://www.w3.org/1999/xhtml);
/*Based on this code: http://userstyles.org/styles/85203/retro-diaspora-with-fixed-publisher .Merci beaucoup Spf!*/
@-moz-document domain("diasp.eu"),domain("diasp.org"),domain("joindiaspora.com"),domain("pod.geraspora.de"){ /*You can add a Pod with "domain("podname")". */
body{
background: #ffffff !important; /*E9E4CA */
}
@font-face {
font-family: Verdana;
font-style: normal;
font-weight: 400;
}
/*****************************************************************************************
*
* Header
*
*******************************************************************************************/
header{
background-image: none !important;
background-color: #e3221b !important; /* #e9e4ca */
font-family: Verdana !important;
}
header .header-nav a{
font-size: 13px !important;
color: #ffffff !important;
}
header .header-nav a:hover{
background: #000 !important;
}
.diaspora_header_logo{
display:none !important;
}
.dark-header:before{
content: 'Diaspora*';
display: inline-block !important;
position: absolute !important;
margin-left: 45% !important; /*45% is ca. the middle*/
font-size: 20px !important;
font-weight: bold;
color: #fff
}
#notification_dropdown{
font-size: 15px !important;
}
#user_menu .avatar{
border-radius: 0px !important; /* Profilpicture is now square */
}
#global_search form input{
background-color: #ffffff !important;
box-shadow: 0 0 0px #CCCCCC !important;
border-radius: 3px 0px 0px 3px !important;
}
/*****************************************************************************************
*
* Corps
*
*******************************************************************************************/
.span-24{
width: 100% !important;
}
.container{
width: 100% !important;
}
.rightBar{
margin-top: 180px !important;
}
/*****************************************************************************************
*
* Navigation (droite)
*
*******************************************************************************************/
.span-5{
width: 16% !important;
}
.leftNavBar{
float: right !important;
display: inline-block !important;
margin-top: 100px !important; /*180*/
}
#home_user_badge img{
height: 50px !important;
width: 50px !important;
position: relative !important;
background: #ffffff !important;
padding: 0px !important;
border-radius: 0px !important;
}
#home_user_badge h4{
font-size: 30px !important;
font-family: Verdana !important;
color: #000000 ;
}
.section .left_nav a.aspect_selector,
.section .left_nav a.home_selector{
color: #000000 !important;
text-align: center !important;
}
ul.left_nav a.aspect_selector:hover,
ul.left_nav a.home_selector:hover,
ul.left_nav a.tag_selector:hover,
ul.left_nav a.element_selector:hover{
background: #e3221b !important;
font-style: italic !important;
}
.section .left_nav ul.sub_nav a.aspect_selector, .section .left_nav ul.sub_nav a.tag_selector{
color: #000000 !important;
}
ul.left_nav a.aspect_selector:hover:before, ul.left_nav a.home_selector:hover:before, ul.left_nav a.tag_selector:hover:before, ul.left_nav a.element_selector:hover:before{
color: #000000 !important;
}
/*****************************************************************************************
*
* Contenu Principal (milieu)
*
*******************************************************************************************/
.span-13{
width: 60% !important;
background: #ffffff !important;
margin-top:-19px !important;
}
#aspect_stream_container>h3:first-child{
font-size: 66px !important;
}
.span-13 h3{
font-size: 32px !important;
}
/*************************** Rend le publisher fixe */
#publisher{
position: fixed !important;
display: block !important;
width: 36% !important;
max-height: 85% !important;
right: 0px !important;
top: 40px !important; /* 59 */
background: #ffffff !important;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.898) !important;
}
.stream .stream_element:first-child{
margin-top: 200px;
}
#publisher #status_message_fake_text{
/* width: 36% !important;*/ /* 465 */
max-height: 400px !important;
resize: vertical !important;
overflow: visible !important;
}
/*************************** Fin */
#aspect_stream_header{
font-size: 24px !important;
margin-bottom: 20px !important;
color: #e3221b ;
}
.stream_element:before{
content: '' !important;
display: block !important;
font-size: 22px !important;
font-family: Verdana !important;
margin-bottom: -35px !important;
margin-left: -1px !important;
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
}
.stream_element{
border-top: 1px solid #000000 !important;
}
.question_mark img,
.block_user img,
.hide_post img{
background: #fff !important;
border-radius: 4px !important;
padding: 1px !important;
border: 1px solid #000 !important;
}
.stream_element a.author{
color: #e3221b !important;
font-family: Verdana !important;
}
.media .img img{
border-radius: 50px !important;
}
.stream_element .collapsible .expander{
background-color: #e3221b !important;
background-image: none !important;
font-size: 20px !important;
text-shadow: none !important;
line-height: 34px !important;
font-family: Verdana !important;
color: #ffffff !important;
}
.stream_container{
border-left: 1px solid #000000 !important;
}
.comment.media{
background-color: #fff !important;
border-bottom: none !important;
box-shadow: 1px 1px 1px #000 !important;
color: #000 !important;
}
.comment{
border-bottom: none !important;
}
.stream_element .collapsible p{
color: #000 !important; /*Contentcolour*/
}
.collapsible.comment-content > p{
color: #000 !important; /* Commentcolour*/
}
.likes img{
background: none !important;
padding: 0 !important;
}
.avatar.small{
padding: 0px !important;
background: #000 !important;
}
.stream_container h3,
.post-content h3,
.post-content h2,
.post-content h1{
color: #000 !important;
font-family: Verdana !important;
}
p{
color: #000 !important; /* d4cb94 */
}
.diaspora_handle{
color: #000 !important;
}
#profile ul#profile_information > li{
color: #000 !important;
}
/*****************************************************************************************
*
* Colonne droite (infos diverses)
*
*******************************************************************************************/
#selected_aspect_contacts .avatar{
border-radius: 20px !important;
}
.rightBar{
margin-top: 100px !important;
color: #000 !important;
}
.rightBar a{
color: #000 !important;
font-weight: bold !important;
}
.rightBar .title h5{
font-family:Verdana !important;
font-size: 1em !important;
color: #000 !important;
margin-left: 3px !important;
}
.title img{
background: none !important;
}
.button{
background: -moz-linear-gradient(center top , #fff 0%, #000 150%) !important;
color: #000 !important;
}
#back-to-top{
font-size: 35px !important;
border-radius: 50px !important;
background-color: #e3221b !important;
color: #fff !important;
}
/*****************************************************************************************
*
* Single post
*
*******************************************************************************************/
article.newspaper header{
color: #333 !important;
}
.span-18{
background: #fff !important;
width: 60% !important;
margin-top: -19px !important;
}
.span-6{
float: right !important;
margin-top: 150px !important;
width: 30% !important;
}
#profile_information h4{
font-family: Verdana !important;
font-size: 1.5em !important;
font-style: italic !important;
}
#author-info .author-name{
color: #000 !important;
}
/*.bd a,*/
.post-time,.hovercardable{
color: #000 !important;
}
} | data/usercss/85693.user.css | @namespace url(http://www.w3.org/1999/xhtml);
/*Based on this code: http://userstyles.org/styles/85203/retro-diaspora-with-fixed-publisher .Merci beaucoup Spf!*/
@-moz-document domain("diasp.eu"),domain("diasp.org"),domain("joindiaspora.com"),domain("pod.geraspora.de"){ /*You can add a Pod with "domain("podname")". */
body{
background: #ffffff !important; /*E9E4CA */
}
@font-face {
font-family: Verdana;
font-style: normal;
font-weight: 400;
}
/*****************************************************************************************
*
* Header
*
*******************************************************************************************/
header{
background-image: none !important;
background-color: #e3221b !important; /* #e9e4ca */
font-family: Verdana !important;
}
header .header-nav a{
font-size: 13px !important;
color: #ffffff !important;
}
header .header-nav a:hover{
background: #000 !important;
}
.diaspora_header_logo{
display:none !important;
}
.dark-header:before{
content: 'Diaspora*';
display: inline-block !important;
position: absolute !important;
margin-left: 45% !important; /*45% is ca. the middle*/
font-size: 20px !important;
font-weight: bold;
color: #fff
}
#notification_dropdown{
font-size: 15px !important;
}
#user_menu .avatar{
border-radius: 0px !important; /* Profilpicture is now square */
}
#global_search form input{
background-color: #ffffff !important;
box-shadow: 0 0 0px #CCCCCC !important;
border-radius: 3px 0px 0px 3px !important;
}
/*****************************************************************************************
*
* Corps
*
*******************************************************************************************/
.span-24{
width: 100% !important;
}
.container{
width: 100% !important;
}
.rightBar{
margin-top: 180px !important;
}
/*****************************************************************************************
*
* Navigation (droite)
*
*******************************************************************************************/
.span-5{
width: 16% !important;
}
.leftNavBar{
float: right !important;
display: inline-block !important;
margin-top: 100px !important; /*180*/
}
#home_user_badge img{
height: 50px !important;
width: 50px !important;
position: relative !important;
background: #ffffff !important;
padding: 0px !important;
border-radius: 0px !important;
}
#home_user_badge h4{
font-size: 30px !important;
font-family: Verdana !important;
color: #000000 ;
}
.section .left_nav a.aspect_selector,
.section .left_nav a.home_selector{
color: #000000 !important;
text-align: center !important;
}
ul.left_nav a.aspect_selector:hover,
ul.left_nav a.home_selector:hover,
ul.left_nav a.tag_selector:hover,
ul.left_nav a.element_selector:hover{
background: #e3221b !important;
font-style: italic !important;
}
.section .left_nav ul.sub_nav a.aspect_selector, .section .left_nav ul.sub_nav a.tag_selector{
color: #000000 !important;
}
ul.left_nav a.aspect_selector:hover:before, ul.left_nav a.home_selector:hover:before, ul.left_nav a.tag_selector:hover:before, ul.left_nav a.element_selector:hover:before{
color: #000000 !important;
}
/*****************************************************************************************
*
* Contenu Principal (milieu)
*
*******************************************************************************************/
.span-13{
width: 60% !important;
background: #ffffff !important;
margin-top:-19px !important;
}
#aspect_stream_container>h3:first-child{
font-size: 66px !important;
}
.span-13 h3{
font-size: 32px !important;
}
/*************************** Rend le publisher fixe */
#publisher{
position: fixed !important;
display: block !important;
width: 36% !important;
max-height: 85% !important;
right: 0px !important;
top: 40px !important; /* 59 */
background: #ffffff !important;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.898) !important;
}
.stream .stream_element:first-child{
margin-top: 200px;
}
#publisher #status_message_fake_text{
/* width: 36% !important;*/ /* 465 */
max-height: 400px !important;
resize: vertical !important;
overflow: visible !important;
}
/*************************** Fin */
#aspect_stream_header{
font-size: 24px !important;
margin-bottom: 20px !important;
color: #e3221b ;
}
.stream_element:before{
content: '' !important;
display: block !important;
font-size: 22px !important;
font-family: Verdana !important;
margin-bottom: -35px !important;
margin-left: -1px !important;
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
}
.stream_element{
border-top: 1px solid #000000 !important;
}
.question_mark img,
.block_user img,
.hide_post img{
background: #fff !important;
border-radius: 4px !important;
padding: 1px !important;
border: 1px solid #000 !important;
}
.stream_element a.author{
color: #e3221b !important;
font-family: Verdana !important;
}
.media .img img{
border-radius: 50px !important;
}
.stream_element .collapsible .expander{
background-color: #e3221b !important;
background-image: none !important;
font-size: 20px !important;
text-shadow: none !important;
line-height: 34px !important;
font-family: Verdana !important;
color: #ffffff !important;
}
.stream_container{
border-left: 1px solid #000000 !important;
}
.comment.media{
background-color: #fff !important;
border-bottom: none !important;
box-shadow: 1px 1px 1px #000 !important;
color: #000 !important;
}
.comment{
border-bottom: none !important;
}
.stream_element .collapsible p{
color: #000 !important; /*Contentcolour*/
}
.collapsible.comment-content > p{
color: #000 !important; /* Commentcolour*/
}
.likes img{
background: none !important;
padding: 0 !important;
}
.avatar.small{
padding: 0px !important;
background: #000 !important;
}
.stream_container h3,
.post-content h3,
.post-content h2,
.post-content h1{
color: #000 !important;
font-family: Verdana !important;
}
p{
color: #000 !important; /* d4cb94 */
}
.diaspora_handle{
color: #000 !important;
}
#profile ul#profile_information > li{
color: #000 !important;
}
/*****************************************************************************************
*
* Colonne droite (infos diverses)
*
*******************************************************************************************/
#selected_aspect_contacts .avatar{
border-radius: 20px !important;
}
.rightBar{
margin-top: 100px !important;
color: #000 !important;
}
.rightBar a{
color: #000 !important;
font-weight: bold !important;
}
.rightBar .title h5{
font-family:Verdana !important;
font-size: 1em !important;
color: #000 !important;
margin-left: 3px !important;
}
.title img{
background: none !important;
}
.button{
background: -moz-linear-gradient(center top , #fff 0%, #000 150%) !important;
color: #000 !important;
}
#back-to-top{
font-size: 35px !important;
border-radius: 50px !important;
background-color: #e3221b !important;
color: #fff !important;
}
/*****************************************************************************************
*
* Single post
*
*******************************************************************************************/
article.newspaper header{
color: #333 !important;
}
.span-18{
background: #fff !important;
width: 60% !important;
margin-top: -19px !important;
}
.span-6{
float: right !important;
margin-top: 150px !important;
width: 30% !important;
}
#profile_information h4{
font-family: Verdana !important;
font-size: 1.5em !important;
font-style: italic !important;
}
#author-info .author-name{
color: #000 !important;
}
/*.bd a,*/
.post-time,.hovercardable{
color: #000 !important;
}
} | 0.132922 | 0.094469 |
body {
background-color: #3a6ea5;
color: black;
}
.wp-core-ui .button-primary {
color: black!important;
}
#login {
width: 523px;
}
#loginform {
padding-left: 100px;
padding-right: 100px;
padding-bottom: 10px;
width: 320px;
}
#loginform, .login #login_error,
.wp-core-ui .button-primary,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:active {
background-color: #d4d0c8;
border: 2px solid;
border-top-color: #fff;
border-left-color: #fff;
border-bottom-color: #404040;
border-right-color: #404040;
border-radius: 0;
color: black;
}
#loginform:before {
content: "Welcome to WordPress";
color: #fff;
padding: 2px;
font-weight: bold;
background: rgb(10,36,106);
background: linear-gradient(90deg, rgba(10,36,106,1) 0%, rgba(166,202,240,1) 100%);
display: block;
position: relative;
left: -100px;
top: -28px;
width: 520px;
}
#login_error {
width: 400px;
position: absolute;
top: 410px;
left: 20%;
z-index: 1;
}
#login_error:before {
content: "Illegal operation";
color: #fff;
padding: 2px;
font-weight: bold;
background: rgb(10,36,106);
background: linear-gradient(90deg, rgba(10,36,106,1) 0%, rgba(166,202,240,1) 100%);
display: block;
position: relative;
left: -12px;
top: -12px;
width: 420px;
}
#loginform:after {
content: "";
background-image: url("img/key.png");
z-index: 129;
position: relative;
width: 45px;
height: 48px;
display: block;
top: -150px;
left: -75px;
}
.wp-core-ui .button-primary:active {
border-top-color: #404040!important;
border-left-color: #404040!important;
border-bottom-color: #fff!important;
border-right-color: #fff!important;
}
#loginform input[type=text], #loginform input[type=text]:focus,
#loginform input[type=password], #loginform input[type=password]:focus,
.forgetmenot input[type="checkbox"] {
background-color: #fff!important;
border: 2px solid!important;
border-top-color: #404040!important;
border-left-color: #404040!important;
border-bottom-color: #fff!important;
border-right-color: #fff!important;
border-radius: 0;
box-shadow: none;
}
#wp-submit {
position: relative;
padding: 0 15px 0 15px;
top: -185px;
left: 90px;
}
#loginform .wp-hide-pw {
display: none!important;
}
#login h1 a, .login h1 a {
display: none;
}
.login #backtoblog, .login #nav {
display: none;
} | style-login.css | body {
background-color: #3a6ea5;
color: black;
}
.wp-core-ui .button-primary {
color: black!important;
}
#login {
width: 523px;
}
#loginform {
padding-left: 100px;
padding-right: 100px;
padding-bottom: 10px;
width: 320px;
}
#loginform, .login #login_error,
.wp-core-ui .button-primary,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:active {
background-color: #d4d0c8;
border: 2px solid;
border-top-color: #fff;
border-left-color: #fff;
border-bottom-color: #404040;
border-right-color: #404040;
border-radius: 0;
color: black;
}
#loginform:before {
content: "Welcome to WordPress";
color: #fff;
padding: 2px;
font-weight: bold;
background: rgb(10,36,106);
background: linear-gradient(90deg, rgba(10,36,106,1) 0%, rgba(166,202,240,1) 100%);
display: block;
position: relative;
left: -100px;
top: -28px;
width: 520px;
}
#login_error {
width: 400px;
position: absolute;
top: 410px;
left: 20%;
z-index: 1;
}
#login_error:before {
content: "Illegal operation";
color: #fff;
padding: 2px;
font-weight: bold;
background: rgb(10,36,106);
background: linear-gradient(90deg, rgba(10,36,106,1) 0%, rgba(166,202,240,1) 100%);
display: block;
position: relative;
left: -12px;
top: -12px;
width: 420px;
}
#loginform:after {
content: "";
background-image: url("img/key.png");
z-index: 129;
position: relative;
width: 45px;
height: 48px;
display: block;
top: -150px;
left: -75px;
}
.wp-core-ui .button-primary:active {
border-top-color: #404040!important;
border-left-color: #404040!important;
border-bottom-color: #fff!important;
border-right-color: #fff!important;
}
#loginform input[type=text], #loginform input[type=text]:focus,
#loginform input[type=password], #loginform input[type=password]:focus,
.forgetmenot input[type="checkbox"] {
background-color: #fff!important;
border: 2px solid!important;
border-top-color: #404040!important;
border-left-color: #404040!important;
border-bottom-color: #fff!important;
border-right-color: #fff!important;
border-radius: 0;
box-shadow: none;
}
#wp-submit {
position: relative;
padding: 0 15px 0 15px;
top: -185px;
left: 90px;
}
#loginform .wp-hide-pw {
display: none!important;
}
#login h1 a, .login h1 a {
display: none;
}
.login #backtoblog, .login #nav {
display: none;
} | 0.292393 | 0.052086 |
.edui-default .edui-box{border:0;padding:0;margin:0;overflow:hidden}
.edui-default a.edui-box{display:block;text-decoration:none;color:#000}
.edui-default a.edui-box:hover{text-decoration:none}
.edui-default a.edui-box:active{text-decoration:none}
.edui-default table.edui-box{border-collapse:collapse}
.edui-default ul.edui-box{list-style-type:none}
div.edui-box{position:relative;display:-moz-inline-box!important;display:inline-block!important;vertical-align:top}
.edui-default .edui-clearfix{zoom:1}
.edui-default .edui-clearfix:after{content:'\20';display:block;clear:both}
* html div.edui-box{display:inline!important}
:first-child+html div.edui-box{display:inline!important}
.edui-combox-body,.edui-default .edui-button-body,.edui-menubutton-body,.edui-splitbutton-body{position:relative}
.edui-default .edui-popup{position:absolute;-webkit-user-select:none;-moz-user-select:none}
.edui-default .edui-popup .edui-shadow{position:absolute;z-index:-1}
.edui-default .edui-popup .edui-bordereraser{position:absolute;overflow:hidden}
.edui-default .edui-tablepicker .edui-canvas{position:relative}
.edui-default .edui-tablepicker .edui-canvas .edui-overlay{position:absolute}
.edui-default .edui-dialog-modalmask,.edui-dialog-dragmask{position:absolute;left:0;top:0;width:100%;height:100%}
.edui-default .edui-toolbar{position:relative}
.edui-default .edui-label{cursor:default}
.edui-default span.edui-clickable{color:#00f;cursor:pointer;text-decoration:underline}
.edui-default span.edui-unclickable{color:gray;cursor:default}
.edui-default .edui-toolbar{cursor:default;-webkit-user-select:none;-moz-user-select:none;padding:1px;overflow:hidden;zoom:1;width:auto;height:auto}
.edui-default .edui-toolbar .edui-button,.edui-default .edui-toolbar .edui-combox,.edui-default .edui-toolbar .edui-menubutton,.edui-default .edui-toolbar .edui-splitbutton{margin:1px}
.edui-default .edui-editor{border:1px solid #d4d4d4;background-color:#fff;position:relative;overflow:visible;}
.edui-editor div{width:auto;height:auto}
.edui-default .edui-editor-toolbarbox{position:relative;zoom:1;-webkit-box-shadow:0 1px 4px rgba(204,204,204,.6);-moz-box-shadow:0 1px 4px rgba(204,204,204,.6);box-shadow:0 1px 4px rgba(204,204,204,.6);border-top-left-radius:2px;border-top-right-radius:2px}
.edui-default .edui-editor-toolbarboxouter{border-bottom:1px solid #d4d4d4;background-color:#fafafa;}
.edui-default .edui-editor-toolbarboxinner{padding:2px}
.edui-default .edui-editor-iframeholder{position:relative}
.edui-default .edui-editor-bottomContainer{overflow:hidden}
.edui-default .edui-editor-bottomContainer table{width:100%;height:0;overflow:hidden;border-spacing:0}
.edui-default .edui-editor-bottomContainer td{white-space:nowrap;border-top:1px solid #ccc;line-height:20px;font-size:12px;font-family:Arial,Helvetica,Tahoma,Verdana,Sans-Serif}
.edui-default .edui-editor-wordcount{text-align:right;margin-right:5px;color:#aaa}
.edui-default .edui-editor-scale{width:12px}
.edui-default .edui-editor-scale .edui-editor-icon{float:right;width:100%;height:12px;margin-top:10px;background:url(../images/scale.png) no-repeat;cursor:se-resize}
.edui-default .edui-editor-breadcrumb{margin:2px 0 0 3px}
.edui-default .edui-editor-breadcrumb span{cursor:pointer;text-decoration:underline;color:#00f}
.edui-default .edui-toolbar .edui-for-fullscreen{float:left}
.edui-default .edui-bubble .edui-popup-content{border:1px solid #DCAC6C;background-color:#fff6d9;padding:5px;font-size:10pt;font-family:"宋体"}
.edui-default .edui-editor-toolbarmsg{background-color:#FFF6D9;border-bottom:1px solid #ccc;position:absolute;bottom:-25px;left:0;z-index:1009;width:99.9%}
.edui-default .edui-editor-toolbarmsg-upload{font-size:14px;color:#00f;width:100px;height:16px;line-height:16px;cursor:pointer;position:absolute;top:5px;left:350px}
.edui-default .edui-editor-toolbarmsg-label{font-size:12px;line-height:16px;padding:4px}
.edui-default .edui-editor-toolbarmsg-close{float:right;width:20px;height:16px;line-height:16px;cursor:pointer;color:red}
.edui-default .edui-list .edui-bordereraser{display:none}
.edui-default .edui-listitem{padding:1px;white-space:nowrap}
.edui-default .edui-list .edui-state-hover{position:relative;background-color:#fff5d4;border:1px solid #dcac6c;padding:0}
.edui-default .edui-for-fontfamily .edui-listitem-label{min-width:130px;font-size:12px;height:22px;line-height:22px;padding-left:5px}
.edui-default .edui-for-insertcode .edui-listitem-label{min-width:120px;font-size:12px;height:22px;line-height:22px;padding-left:5px}
.edui-default .edui-for-underline .edui-listitem-label{min-width:120px;padding:3px 5px;font-size:12px}
.edui-default .edui-for-fontsize .edui-listitem-label{min-width:120px;padding:3px 5px}
.edui-default .edui-for-paragraph .edui-listitem-label{min-width:200px;padding:2px 5px}
.edui-default .edui-for-rowspacingbottom .edui-listitem-label,.edui-default .edui-for-rowspacingtop .edui-listitem-label{min-width:53px;padding:2px 5px}
.edui-default .edui-for-lineheight .edui-listitem-label{min-width:53px;padding:2px 5px}
.edui-default .edui-for-customstyle .edui-listitem-label{min-width:200px;width:200px!important;padding:2px 5px}
.edui-default .edui-menu{z-index:3000}
.edui-default .edui-menu .edui-popup-content{padding:3px}
.edui-default .edui-menu-body{min-width:170px;background:url(../images/sparator_v.png) repeat-y 25px}
.edui-default .edui-menuitem{height:20px;cursor:default;vertical-align:top}
.edui-default .edui-menuitem .edui-icon{width:20px!important;height:20px!important;background:url(../images/icons.png) 0 -4000px}
.edui-default .edui-menuitem .edui-label{font-size:12px;line-height:20px;height:20px;padding-left:10px}
.edui-default .edui-state-checked .edui-menuitem-body{background:url(../images/icons-all.gif) no-repeat 6px -205px}
.edui-default .edui-state-disabled .edui-menuitem-label{color:gray}
.edui-default .edui-toolbar .edui-combox-body .edui-button-body{width:60px;font-size:12px;height:20px;line-height:20px;padding-left:5px;white-space:nowrap;margin:0 3px 0 0}
.edui-default .edui-toolbar .edui-combox-body .edui-arrow{background:url(../images/icons.png) -741px 0;height:20px;width:14px}
.edui-default .edui-toolbar .edui-combox .edui-combox-body{border:1px solid #CCC;background-color:#fff;}
.edui-default .edui-toolbar .edui-combox-body .edui-splitborder{display:none}
.edui-default .edui-toolbar .edui-combox-body .edui-arrow{border-left:1px solid #CCC}
.edui-default .edui-toolbar .edui-state-hover .edui-combox-body{background-color:#fff5d4;border:1px solid #dcac6c}
.edui-default .edui-toolbar .edui-state-hover .edui-combox-body .edui-arrow{border-left:1px solid #dcac6c}
.edui-default .edui-toolbar .edui-state-checked .edui-combox-body{background-color:#FFE69F;border:1px solid #DCAC6C}
.edui-toolbar .edui-state-checked .edui-combox-body .edui-arrow{border-left:1px solid #DCAC6C}
.edui-toolbar .edui-state-disabled .edui-combox-body{background-color:#F0F0EE;opacity:.3;filter:alpha(opacity=30)}
.edui-toolbar .edui-state-opened .edui-combox-body{background-color:#fff;border:1px solid gray}
.edui-default .edui-toolbar .edui-button .edui-icon,.edui-default .edui-toolbar .edui-menubutton .edui-icon,.edui-default .edui-toolbar .edui-splitbutton .edui-icon{height:20px!important;width:20px!important;background-image:url(../images/icons.png);background-image:url(../images/icons.gif) \9}
.edui-default .edui-toolbar .edui-button .edui-button-wrap{padding:1px;position:relative}
.edui-default .edui-toolbar .edui-button .edui-state-hover .edui-button-wrap{background-color:#fff5d4;padding:0;border:1px solid #dcac6c}
.edui-default .edui-toolbar .edui-button .edui-state-checked .edui-button-wrap{background-color:#ffe69f;padding:0;border:1px solid #dcac6c;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px}
.edui-default .edui-toolbar .edui-button .edui-state-active .edui-button-wrap{background-color:#fff;padding:0;border:1px solid gray}
.edui-default .edui-toolbar .edui-state-disabled .edui-label{color:#ccc}
.edui-default .edui-toolbar .edui-state-disabled .edui-icon{opacity:.3;filter:alpha(opacity=30)}
.edui-default .edui-for-undo .edui-icon{background-position:-160px 0}
.edui-default .edui-for-redo .edui-icon{background-position:-100px 0}
.edui-default .edui-for-bold .edui-icon{background-position:0 0}
.edui-default .edui-for-italic .edui-icon{background-position:-60px 0}
.edui-default .edui-for-fontborder .edui-icon{background-position:-160px -40px}
.edui-default .edui-for-underline .edui-icon{background-position:-140px 0}
.edui-default .edui-for-strikethrough .edui-icon{background-position:-120px 0}
.edui-default .edui-for-subscript .edui-icon{background-position:-600px 0}
.edui-default .edui-for-superscript .edui-icon{background-position:-620px 0}
.edui-default .edui-for-blockquote .edui-icon{background-position:-220px 0}
.edui-default .edui-for-forecolor .edui-icon{background-position:-720px 0}
.edui-default .edui-for-backcolor .edui-icon{background-position:-760px 0}
.edui-default .edui-for-inserttable .edui-icon{background-position:-580px -20px}
.edui-default .edui-for-autotypeset .edui-icon{background-position:-640px -40px}
.edui-default .edui-for-justifyleft .edui-icon{background-position:-460px 0}
.edui-default .edui-for-justifycenter .edui-icon{background-position:-420px 0}
.edui-default .edui-for-justifyright .edui-icon{background-position:-480px 0}
.edui-default .edui-for-justifyjustify .edui-icon{background-position:-440px 0}
.edui-default .edui-for-insertorderedlist .edui-icon{background-position:-80px 0}
.edui-default .edui-for-insertunorderedlist .edui-icon{background-position:-20px 0}
.edui-default .edui-for-lineheight .edui-icon{background-position:-725px -40px}
.edui-default .edui-for-rowspacingbottom .edui-icon{background-position:-745px -40px}
.edui-default .edui-for-rowspacingtop .edui-icon{background-position:-765px -40px}
.edui-default .edui-for-horizontal .edui-icon{background-position:-360px 0}
.edui-default .edui-for-link .edui-icon{background-position:-500px 0}
.edui-default .edui-for-code .edui-icon{background-position:-440px -40px}
.edui-default .edui-for-insertimage .edui-icon{background-position:-726px -77px}
.edui-default .edui-for-insertframe .edui-icon{background-position:-240px -40px}
.edui-default .edui-for-emoticon .edui-icon{background-position:-60px -20px}
.edui-default .edui-for-spechars .edui-icon{background-position:-240px 0}
.edui-default .edui-for-help .edui-icon{background-position:-340px 0}
.edui-default .edui-for-print .edui-icon{background-position:-440px -20px}
.edui-default .edui-for-preview .edui-icon{background-position:-420px -20px}
.edui-default .edui-for-selectall .edui-icon{background-position:-400px -20px}
.edui-default .edui-for-searchreplace .edui-icon{background-position:-520px -20px}
.edui-default .edui-for-map .edui-icon{background-position:-40px -40px}
.edui-default .edui-for-gmap .edui-icon{background-position:-260px -40px}
.edui-default .edui-for-insertvideo .edui-icon{background-position:-320px -20px}
.edui-default .edui-for-time .edui-icon{background-position:-160px -20px}
.edui-default .edui-for-date .edui-icon{background-position:-140px -20px}
.edui-default .edui-for-cut .edui-icon{background-position:-680px 0}
.edui-default .edui-for-copy .edui-icon{background-position:-700px 0}
.edui-default .edui-for-paste .edui-icon{background-position:-560px 0}
.edui-default .edui-for-formatmatch .edui-icon{background-position:-40px 0}
.edui-default .edui-for-pasteplain .edui-icon{background-position:-360px -20px}
.edui-default .edui-for-directionalityltr .edui-icon{background-position:-20px -20px}
.edui-default .edui-for-directionalityrtl .edui-icon{background-position:-40px -20px}
.edui-default .edui-for-source .edui-icon{background-position:-261px 0}
.edui-default .edui-for-removeformat .edui-icon{background-position:-580px 0}
.edui-default .edui-for-unlink .edui-icon{background-position:-640px 0}
.edui-default .edui-for-touppercase .edui-icon{background-position:-786px 0}
.edui-default .edui-for-tolowercase .edui-icon{background-position:-806px 0}
.edui-default .edui-for-insertrow .edui-icon{background-position:-478px -76px}
.edui-default .edui-for-insertrownext .edui-icon{background-position:-498px -76px}
.edui-default .edui-for-insertcol .edui-icon{background-position:-455px -76px}
.edui-default .edui-for-insertcolnext .edui-icon{background-position:-429px -76px}
.edui-default .edui-for-mergeright .edui-icon{background-position:-60px -40px}
.edui-default .edui-for-mergedown .edui-icon{background-position:-80px -40px}
.edui-default .edui-for-splittorows .edui-icon{background-position:-100px -40px}
.edui-default .edui-for-splittocols .edui-icon{background-position:-120px -40px}
.edui-default .edui-for-insertparagraphbeforetable .edui-icon{background-position:-140px -40px}
.edui-default .edui-for-deleterow .edui-icon{background-position:-660px -20px}
.edui-default .edui-for-deletecol .edui-icon{background-position:-640px -20px}
.edui-default .edui-for-splittocells .edui-icon{background-position:-800px -20px}
.edui-default .edui-for-mergecells .edui-icon{background-position:-760px -20px}
.edui-default .edui-for-deletetable .edui-icon{background-position:-620px -20px}
.edui-default .edui-for-cleardoc .edui-icon{background-position:-520px 0}
.edui-default .edui-for-fullscreen .edui-icon{background-position:-100px -20px}
.edui-default .edui-for-anchor .edui-icon{background-position:-200px 0}
.edui-default .edui-for-pagebreak .edui-icon{background-position:-460px -40px}
.edui-default .edui-for-imagenone .edui-icon{background-position:-480px -40px}
.edui-default .edui-for-imageleft .edui-icon{background-position:-500px -40px}
.edui-default .edui-for-wordimage .edui-icon{background-position:-660px -40px}
.edui-default .edui-for-imageright .edui-icon{background-position:-520px -40px}
.edui-default .edui-for-imagecenter .edui-icon{background-position:-540px -40px}
.edui-default .edui-for-indent .edui-icon{background-position:-400px 0}
.edui-default .edui-for-outdent .edui-icon{background-position:-540px 0}
.edui-default .edui-for-webapp .edui-icon{background-position:-601px -40px}
.edui-default .edui-for-table .edui-icon{background-position:-580px -20px}
.edui-default .edui-for-edittable .edui-icon{background-position:-420px -40px}
.edui-default .edui-for-template .edui-icon{background-position:-339px -40px}
.edui-default .edui-for-delete .edui-icon{background-position:-360px -40px}
.edui-default .edui-for-attachment .edui-icon{background-position:-620px -40px}
.edui-default .edui-for-edittd .edui-icon{background-position:-700px -40px}
.edui-default .edui-for-snapscreen .edui-icon{background-position:-581px -40px}
.edui-default .edui-for-scrawl .edui-icon{background-position:-801px -41px}
.edui-default .edui-for-background .edui-icon{background-position:-680px -40px}
.edui-default .edui-for-music .edui-icon{background-position:-18px -40px}
.edui-default .edui-for-formula .edui-icon{background-position:-200px -40px}
.edui-default .edui-for-aligntd .edui-icon{background-position:-236px -76px}
.edui-default .edui-for-insertparagraphtrue .edui-icon{background-position:-625px -76px}
.edui-default .edui-for-insertparagraph .edui-icon{background-position:-602px -76px}
.edui-default .edui-for-insertcaption .edui-icon{background-position:-336px -76px}
.edui-default .edui-for-deletecaption .edui-icon{background-position:-362px -76px}
.edui-default .edui-for-inserttitle .edui-icon{background-position:-286px -76px}
.edui-default .edui-for-deletetitle .edui-icon{background-position:-311px -76px}
.edui-default .edui-for-aligntable .edui-icon{background-position:-440px 0}
.edui-default .edui-for-tablealignment-left .edui-icon{background-position:-460px 0}
.edui-default .edui-for-tablealignment-center .edui-icon{background-position:-420px 0}
.edui-default .edui-for-tablealignment-right .edui-icon{background-position:-480px 0}
.edui-default .edui-for-drafts .edui-icon{background-position:-560px 0}
.edui-default .edui-for-charts .edui-icon{background:url(../images/charts.png) no-repeat 2px 3px!important}
.edui-default .edui-for-inserttitlecol .edui-icon{background-position:-673px -76px}
.edui-default .edui-for-deletetitlecol .edui-icon{background-position:-698px -76px}
.edui-default .edui-for-simpleupload .edui-icon{background-position:-380px 0}
.edui-default .edui-toolbar .edui-menubutton-body .edui-arrow,.edui-default .edui-toolbar .edui-splitbutton-body .edui-arrow{background:url(../images/icons.png) -741px 0;height:20px;width:9px}
.edui-default .edui-toolbar .edui-menubutton .edui-menubutton-body,.edui-default .edui-toolbar .edui-splitbutton .edui-splitbutton-body{padding:1px}
.edui-default .edui-toolbar .edui-splitborder{width:1px;height:20px}
.edui-default .edui-toolbar .edui-state-hover .edui-splitborder{width:1px;border-left:0 solid #dcac6c}
.edui-default .edui-toolbar .edui-state-active .edui-splitborder{width:0;border-left:1px solid gray}
.edui-default .edui-toolbar .edui-state-opened .edui-splitborder{width:1px;border:0}
.edui-default .edui-toolbar .edui-menubutton .edui-state-hover .edui-menubutton-body,.edui-default .edui-toolbar .edui-splitbutton .edui-state-hover .edui-splitbutton-body{background-color:#fff5d4;border:1px solid #dcac6c;padding:0}
.edui-default .edui-toolbar .edui-menubutton .edui-state-checked .edui-menubutton-body,.edui-default .edui-toolbar .edui-splitbutton .edui-state-checked .edui-splitbutton-body{background-color:#FFE69F;border:1px solid #DCAC6C;padding:0}
.edui-default .edui-toolbar .edui-menubutton .edui-state-active .edui-menubutton-body,.edui-default .edui-toolbar .edui-splitbutton .edui-state-active .edui-splitbutton-body{background-color:#fff;border:1px solid gray;padding:0}
.edui-default .edui-state-disabled .edui-arrow{opacity:.3}
.edui-default .edui-toolbar .edui-menubutton .edui-state-opened .edui-menubutton-body,.edui-default .edui-toolbar .edui-splitbutton .edui-state-opened .edui-splitbutton-body{background-color:#fff;border:1px solid gray;padding:0}
.edui-default .edui-for-insertorderedlist .edui-bordereraser,.edui-default .edui-for-insertunorderedlist .edui-bordereraser,.edui-default .edui-for-lineheight .edui-bordereraser,.edui-default .edui-for-rowspacingbottom .edui-bordereraser,.edui-default .edui-for-rowspacingtop .edui-bordereraser{background-color:#fff}
.edui-default .edui-for-insertorderedlist .edui-popup-body .edui-icon,.edui-default .edui-for-insertunorderedlist .edui-popup-body .edui-icon,.edui-default .edui-for-lineheight .edui-popup-body .edui-icon,.edui-default .edui-for-rowspacingbottom .edui-popup-body .edui-icon,.edui-default .edui-for-rowspacingtop .edui-popup-body .edui-icon{background-image:none}
.edui-default .edui-popup{z-index:3000;background-color:#fff;width:auto;height:auto}
.edui-default .edui-popup .edui-shadow{left:0;top:0;width:100%;height:100%}
.edui-default .edui-popup-content{border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 3px 4px rgba(0,0,0,.2);-moz-box-shadow:0 3px 4px rgba(0,0,0,.2);box-shadow:0 3px 4px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;padding:5px;background:#fff}
.edui-default .edui-popup .edui-bordereraser{background-color:#fff;height:3px}
.edui-default .edui-menu .edui-bordereraser{height:3px}
.edui-default .edui-anchor-topleft .edui-bordereraser{left:1px;top:-2px}
.edui-default .edui-anchor-topright .edui-bordereraser{right:1px;top:-2px}
.edui-default .edui-anchor-bottomleft .edui-bordereraser{left:0;bottom:-6px;height:7px;border-left:1px solid gray;border-right:1px solid gray}
.edui-default .edui-anchor-bottomright .edui-bordereraser{right:0;bottom:-6px;height:7px;border-left:1px solid gray;border-right:1px solid gray}
.edui-popup div{width:auto;height:auto}
.edui-default .edui-editor-messageholder{display:block;width:150px;height:auto;border:0;margin:0;padding:0;position:absolute;top:28px;right:3px}
.edui-default .edui-message{min-height:10px;text-shadow:0 1px 0 rgba(255,255,255,.5);padding:0;margin-bottom:3px;position:relative}
.edui-default .edui-message-body{border-radius:3px;padding:8px 15px 8px 8px;color:#c09853;background-color:#fcf8e3;border:1px solid #fbeed5}
.edui-default .edui-message-type-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}
.edui-default .edui-message-type-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}
.edui-default .edui-message-type-danger,.edui-default .edui-message-type-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}
.edui-default .edui-message .edui-message-closer{display:block;width:16px;height:16px;line-height:16px;position:absolute;top:0;right:0;padding:0;cursor:pointer;background:0 0;border:0;float:right;font-size:20px;font-weight:700;color:#999;text-shadow:0 1px 0 #fff;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}
.edui-default .edui-message .edui-message-content{font-size:10pt;word-wrap:break-word;word-break:normal}
.edui-default .edui-dialog{z-index:2000;position:absolute}
.edui-dialog div{width:auto}
.edui-default .edui-dialog-wrap{margin-right:6px;margin-bottom:6px}
.edui-default .edui-dialog-fullscreen-flag{margin-right:0;margin-bottom:0}
.edui-default .edui-dialog-body{position:relative;padding:2px 0 0 2px}
.edui-default .edui-dialog-fullscreen-flag .edui-dialog-body{padding:0}
.edui-default .edui-dialog-shadow{position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}
.edui-default .edui-dialog-foot{background-color:#fff}
.edui-default .edui-dialog-titlebar{height:26px;border-bottom:1px solid #c6c6c6;background:#fafafa;position:relative;cursor:move}
.edui-default .edui-dialog-caption{font-weight:700;font-size:12px;line-height:26px;padding-left:5px}
.edui-default .edui-dialog-draghandle{height:26px}
.edui-default .edui-dialog-closebutton{position:absolute!important;right:5px;top:3px}
.edui-default .edui-dialog-closebutton .edui-button-body{height:20px;width:20px;cursor:pointer;background:url(../images/icons-all.gif) no-repeat 0 -59px}
.edui-default .edui-dialog-closebutton .edui-state-hover .edui-button-body{background:url(../images/icons-all.gif) no-repeat 0 -89px}
.edui-default .edui-dialog-foot{height:40px}
.edui-default .edui-dialog-buttons{position:absolute;right:0}
.edui-default .edui-dialog-buttons .edui-button{margin-right:10px}
.edui-default .edui-dialog-buttons .edui-button .edui-button-body{background:url(../images/icons-all.gif) no-repeat;height:24px;width:96px;font-size:12px;line-height:24px;text-align:center;cursor:default}
.edui-default .edui-dialog-buttons .edui-button .edui-state-hover .edui-button-body{background:url(../images/icons-all.gif) no-repeat 0 -30px}
.edui-default .edui-dialog iframe{border:0;padding:0;margin:0;vertical-align:top}
.edui-default .edui-dialog-modalmask{opacity:.3;filter:alpha(opacity=30);background-color:#ccc;position:absolute}
.edui-default .edui-dialog-dragmask{position:absolute;background-color:transparent;cursor:move}
.edui-default .edui-dialog-content{position:relative}
.edui-default .dialogcontmask{cursor:move;visibility:hidden;display:block;position:absolute;width:100%;height:100%;opacity:0;filter:alpha(opacity=0)}
.edui-default .edui-for-link .edui-dialog-content{width:420px;height:200px;overflow:hidden}
.edui-default .edui-for-background .edui-dialog-content{width:440px;height:280px;overflow:hidden}
.edui-default .edui-for-template .edui-dialog-content{width:630px;height:390px;overflow:hidden}
.edui-default .edui-for-scrawl .edui-dialog-content{width:515px;height:360px}
.edui-default .edui-for-spechars .edui-dialog-content{width:620px;height:500px}
.edui-default .edui-for-insertimage .edui-dialog-content{width:650px;height:400px;overflow:hidden}
.edui-default .edui-for-webapp .edui-dialog-content{width:560px;height:450px;overflow:hidden}
.edui-default .edui-for-insertframe .edui-dialog-content{width:350px;height:200px;overflow:hidden}
.edui-default .edui-for-wordimage .edui-dialog-content{width:620px;height:380px;overflow:hidden}
.edui-default .edui-for-attachment .edui-dialog-content{width:650px;height:400px;overflow:hidden}
.edui-default .edui-for-map .edui-dialog-content{width:550px;height:400px}
.edui-default .edui-for-gmap .edui-dialog-content{width:550px;height:400px}
.edui-default .edui-for-insertvideo .edui-dialog-content{width:590px;height:390px}
.edui-default .edui-for-anchor .edui-dialog-content{width:320px;height:60px;overflow:hidden}
.edui-default .edui-for-searchreplace .edui-dialog-content{width:400px;height:220px}
.edui-default .edui-for-help .edui-dialog-content{width:400px;height:420px}
.edui-default .edui-for-edittable .edui-dialog-content{width:540px;height:335px}
.edui-default .edui-for-edittip .edui-dialog-content{width:225px;height:60px}
.edui-default .edui-for-edittd .edui-dialog-content{width:240px;height:50px}
.edui-default .edui-for-snapscreen .edui-dialog-content{width:400px;height:220px}
.edui-default .edui-for-music .edui-dialog-content{width:515px;height:360px}
.edui-default .edui-for-paragraph .edui-listitem-label{font-family:Tahoma,Verdana,Arial,Helvetica}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-p{font-size:22px;line-height:27px}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h1{font-weight:bolder;font-size:32px;line-height:36px}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h2{font-weight:bolder;font-size:27px;line-height:29px}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h3{font-weight:bolder;font-size:19px;line-height:23px}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h4{font-weight:bolder;font-size:16px;line-height:19px}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h5{font-weight:bolder;font-size:13px;line-height:16px}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h6{font-weight:bolder;font-size:12px;line-height:14px}
.edui-default .edui-for-inserttable .edui-splitborder{display:none}
.edui-default .edui-for-inserttable .edui-splitbutton-body .edui-arrow{width:0}
.edui-default .edui-toolbar .edui-for-inserttable .edui-state-active .edui-splitborder{border-left:1px solid transparent}
.edui-default .edui-tablepicker .edui-infoarea{height:14px;line-height:14px;font-size:12px;width:220px;margin-bottom:3px;clear:both}
.edui-default .edui-tablepicker .edui-infoarea .edui-label{float:left}
.edui-default .edui-dialog-buttons .edui-label{line-height:24px}
.edui-default .edui-tablepicker .edui-infoarea .edui-clickable{float:right}
.edui-default .edui-tablepicker .edui-pickarea{background:url(../images/unhighlighted.gif) repeat;height:220px;width:220px}
.edui-default .edui-tablepicker .edui-pickarea .edui-overlay{background:url(../images/highlighted.gif) repeat}
.edui-default .edui-colorpicker-topbar{height:27px;width:200px}
.edui-default .edui-colorpicker-preview{height:20px;border:1px inset #000;margin-left:1px;width:128px;float:left}
.edui-default .edui-colorpicker-nocolor{float:right;margin-right:1px;font-size:12px;line-height:14px;height:20px;border:1px solid #999;padding:3px 5px;cursor:pointer}
.edui-default .edui-colorpicker-tablefirstrow{height:30px}
.edui-default .edui-colorpicker-colorcell{width:14px;height:14px;display:block;margin:0;cursor:pointer}
.edui-default .edui-colorpicker-colorcell:hover{width:14px;height:14px;margin:0}
.edui-default .edui-colorpicker-advbtn{display:block;text-align:center;cursor:pointer;height:20px}
.arrow_down{background:#fff url(../images/arrow_down.png) no-repeat center}
.arrow_up{background:#fff url(../images/arrow_up.png) no-repeat center}
.edui-colorpicker-adv{position:relative;overflow:hidden;height:180px;display:none}
.edui-colorpicker-hue,.edui-colorpicker-plant{border:solid 1px #666}
.edui-colorpicker-pad{width:150px;height:150px;left:14px;top:13px;position:absolute;background:red;overflow:hidden;cursor:crosshair}
.edui-colorpicker-cover{position:absolute;top:0;left:0;width:150px;height:150px;background:url(../images/tangram-colorpicker.png) -160px -200px}
.edui-colorpicker-padDot{position:absolute;top:0;left:0;width:11px;height:11px;overflow:hidden;background:url(../images/tangram-colorpicker.png) 0 -200px repeat-x;z-index:1000}
.edui-colorpicker-sliderMain{position:absolute;left:171px;top:13px;width:19px;height:152px;background:url(../images/tangram-colorpicker.png) -179px -12px no-repeat}
.edui-colorpicker-slider{width:100%;height:100%;cursor:pointer}
.edui-colorpicker-thumb{position:absolute;top:0;cursor:pointer;height:3px;left:-1px;right:-1px;border:1px solid #000;background:#fff;opacity:.8}
.edui-default .edui-autotypesetpicker .edui-autotypesetpicker-body{font-size:12px;margin-bottom:3px;clear:both}
.edui-default .edui-autotypesetpicker-body table{border-collapse:separate;border-spacing:2px}
.edui-default .edui-autotypesetpicker-body td{font-size:12px;word-wrap:break-word}
.edui-default .edui-autotypesetpicker-body td input{margin:3px 3px 3px 4px}
.edui-default .edui-cellalignpicker .edui-cellalignpicker-body{width:70px;font-size:12px;cursor:default}
.edui-default .edui-cellalignpicker-body table{border-collapse:separate;border-spacing:0}
.edui-default .edui-cellalignpicker-body td{padding:1px}
.edui-default .edui-cellalignpicker-body .edui-icon{height:20px;width:20px;padding:1px;background-image:url(../images/table-cell-align.png)}
.edui-default .edui-cellalignpicker-body .edui-left{background-position:0 0}
.edui-default .edui-cellalignpicker-body .edui-center{background-position:-25px 0}
.edui-default .edui-cellalignpicker-body .edui-right{background-position:-51px 0}
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-left{background-position:-73px 0}
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-center{background-position:-98px 0}
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-right{background-position:-124px 0}
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-left{background-position:-146px 0;background-color:#f1f4f5}
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-center{background-position:-245px 0}
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-right{background-position:-271px 0}
.edui-default .edui-toolbar .edui-separator{width:2px;height:20px;margin:2px 4px 2px 3px;background:url(../images/icons.png) -181px 0;background:url(../images/icons.gif) -181px 0 \9}
.edui-default .edui-toolbar .edui-colorbutton .edui-colorlump{position:absolute;overflow:hidden;bottom:1px;left:1px;width:18px;height:4px}
.edui-default .edui-for-emotion .edui-icon{background-position:-60px -20px}
.edui-default .edui-for-emotion .edui-popup-content iframe{width:514px;height:380px;overflow:hidden}
.edui-default .edui-for-emotion .edui-popup-content{position:relative;z-index:555}
.edui-default .edui-for-emotion .edui-splitborder{display:none}
.edui-default .edui-for-emotion .edui-splitbutton-body .edui-arrow{width:0}
.edui-default .edui-toolbar .edui-for-emotion .edui-state-active .edui-splitborder{border-left:1px solid transparent}
.edui-default .edui-hassubmenu .edui-arrow{height:20px;width:20px;float:right;background:url(../images/icons-all.gif) no-repeat 10px -233px}
.edui-default .edui-menu-body .edui-menuitem{padding:1px}
.edui-default .edui-menuseparator{margin:2px 0;height:1px;overflow:hidden}
.edui-default .edui-menuseparator-inner{border-bottom:1px solid #e2e3e3;margin-left:29px;margin-right:1px}
.edui-default .edui-menu-body .edui-state-hover{padding:0!important;background-color:#fff5d4;border:1px solid #dcac6c}
.edui-default .edui-shortcutmenu{padding:2px;width:190px;height:50px;background-color:#fff;border:1px solid #ccc;border-radius:5px}
.edui-default .edui-wordpastepop .edui-popup-content{border:0;padding:0;width:54px;height:21px}
.edui-default .edui-pasteicon{width:100%;height:100%;background-image:url(../images/wordpaste.png);background-position:0 0}
.edui-default .edui-pasteicon.edui-state-opened{background-position:0 -34px}
.edui-default .edui-pastecontainer{position:relative;visibility:hidden;width:97px;background:#fff;border:1px solid #ccc}
.edui-default .edui-pastecontainer .edui-title{font-weight:700;background:#F8F8FF;height:25px;line-height:25px;font-size:12px;padding-left:5px}
.edui-default .edui-pastecontainer .edui-button{overflow:hidden;margin:3px 0}
.edui-default .edui-pastecontainer .edui-button .edui-plaintxticon,.edui-default .edui-pastecontainer .edui-button .edui-richtxticon,.edui-default .edui-pastecontainer .edui-button .edui-tagicon{float:left;cursor:pointer;width:29px;height:29px;margin-left:5px;background-image:url(../images/wordpaste.png);background-repeat:no-repeat}
.edui-default .edui-pastecontainer .edui-button .edui-richtxticon{margin-left:0;background-position:-109px 0}
.edui-default .edui-pastecontainer .edui-button .edui-tagicon{background-position:-148px 1px}
.edui-default .edui-pastecontainer .edui-button .edui-plaintxticon{background-position:-72px 0}
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-richtxticon{background-position:-109px -34px}
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-tagicon{background-position:-148px -34px}
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-plaintxticon{background-position:-72px -34px} | static/js/editor/themes/default/css/ueditor.css | .edui-default .edui-box{border:0;padding:0;margin:0;overflow:hidden}
.edui-default a.edui-box{display:block;text-decoration:none;color:#000}
.edui-default a.edui-box:hover{text-decoration:none}
.edui-default a.edui-box:active{text-decoration:none}
.edui-default table.edui-box{border-collapse:collapse}
.edui-default ul.edui-box{list-style-type:none}
div.edui-box{position:relative;display:-moz-inline-box!important;display:inline-block!important;vertical-align:top}
.edui-default .edui-clearfix{zoom:1}
.edui-default .edui-clearfix:after{content:'\20';display:block;clear:both}
* html div.edui-box{display:inline!important}
:first-child+html div.edui-box{display:inline!important}
.edui-combox-body,.edui-default .edui-button-body,.edui-menubutton-body,.edui-splitbutton-body{position:relative}
.edui-default .edui-popup{position:absolute;-webkit-user-select:none;-moz-user-select:none}
.edui-default .edui-popup .edui-shadow{position:absolute;z-index:-1}
.edui-default .edui-popup .edui-bordereraser{position:absolute;overflow:hidden}
.edui-default .edui-tablepicker .edui-canvas{position:relative}
.edui-default .edui-tablepicker .edui-canvas .edui-overlay{position:absolute}
.edui-default .edui-dialog-modalmask,.edui-dialog-dragmask{position:absolute;left:0;top:0;width:100%;height:100%}
.edui-default .edui-toolbar{position:relative}
.edui-default .edui-label{cursor:default}
.edui-default span.edui-clickable{color:#00f;cursor:pointer;text-decoration:underline}
.edui-default span.edui-unclickable{color:gray;cursor:default}
.edui-default .edui-toolbar{cursor:default;-webkit-user-select:none;-moz-user-select:none;padding:1px;overflow:hidden;zoom:1;width:auto;height:auto}
.edui-default .edui-toolbar .edui-button,.edui-default .edui-toolbar .edui-combox,.edui-default .edui-toolbar .edui-menubutton,.edui-default .edui-toolbar .edui-splitbutton{margin:1px}
.edui-default .edui-editor{border:1px solid #d4d4d4;background-color:#fff;position:relative;overflow:visible;}
.edui-editor div{width:auto;height:auto}
.edui-default .edui-editor-toolbarbox{position:relative;zoom:1;-webkit-box-shadow:0 1px 4px rgba(204,204,204,.6);-moz-box-shadow:0 1px 4px rgba(204,204,204,.6);box-shadow:0 1px 4px rgba(204,204,204,.6);border-top-left-radius:2px;border-top-right-radius:2px}
.edui-default .edui-editor-toolbarboxouter{border-bottom:1px solid #d4d4d4;background-color:#fafafa;}
.edui-default .edui-editor-toolbarboxinner{padding:2px}
.edui-default .edui-editor-iframeholder{position:relative}
.edui-default .edui-editor-bottomContainer{overflow:hidden}
.edui-default .edui-editor-bottomContainer table{width:100%;height:0;overflow:hidden;border-spacing:0}
.edui-default .edui-editor-bottomContainer td{white-space:nowrap;border-top:1px solid #ccc;line-height:20px;font-size:12px;font-family:Arial,Helvetica,Tahoma,Verdana,Sans-Serif}
.edui-default .edui-editor-wordcount{text-align:right;margin-right:5px;color:#aaa}
.edui-default .edui-editor-scale{width:12px}
.edui-default .edui-editor-scale .edui-editor-icon{float:right;width:100%;height:12px;margin-top:10px;background:url(../images/scale.png) no-repeat;cursor:se-resize}
.edui-default .edui-editor-breadcrumb{margin:2px 0 0 3px}
.edui-default .edui-editor-breadcrumb span{cursor:pointer;text-decoration:underline;color:#00f}
.edui-default .edui-toolbar .edui-for-fullscreen{float:left}
.edui-default .edui-bubble .edui-popup-content{border:1px solid #DCAC6C;background-color:#fff6d9;padding:5px;font-size:10pt;font-family:"宋体"}
.edui-default .edui-editor-toolbarmsg{background-color:#FFF6D9;border-bottom:1px solid #ccc;position:absolute;bottom:-25px;left:0;z-index:1009;width:99.9%}
.edui-default .edui-editor-toolbarmsg-upload{font-size:14px;color:#00f;width:100px;height:16px;line-height:16px;cursor:pointer;position:absolute;top:5px;left:350px}
.edui-default .edui-editor-toolbarmsg-label{font-size:12px;line-height:16px;padding:4px}
.edui-default .edui-editor-toolbarmsg-close{float:right;width:20px;height:16px;line-height:16px;cursor:pointer;color:red}
.edui-default .edui-list .edui-bordereraser{display:none}
.edui-default .edui-listitem{padding:1px;white-space:nowrap}
.edui-default .edui-list .edui-state-hover{position:relative;background-color:#fff5d4;border:1px solid #dcac6c;padding:0}
.edui-default .edui-for-fontfamily .edui-listitem-label{min-width:130px;font-size:12px;height:22px;line-height:22px;padding-left:5px}
.edui-default .edui-for-insertcode .edui-listitem-label{min-width:120px;font-size:12px;height:22px;line-height:22px;padding-left:5px}
.edui-default .edui-for-underline .edui-listitem-label{min-width:120px;padding:3px 5px;font-size:12px}
.edui-default .edui-for-fontsize .edui-listitem-label{min-width:120px;padding:3px 5px}
.edui-default .edui-for-paragraph .edui-listitem-label{min-width:200px;padding:2px 5px}
.edui-default .edui-for-rowspacingbottom .edui-listitem-label,.edui-default .edui-for-rowspacingtop .edui-listitem-label{min-width:53px;padding:2px 5px}
.edui-default .edui-for-lineheight .edui-listitem-label{min-width:53px;padding:2px 5px}
.edui-default .edui-for-customstyle .edui-listitem-label{min-width:200px;width:200px!important;padding:2px 5px}
.edui-default .edui-menu{z-index:3000}
.edui-default .edui-menu .edui-popup-content{padding:3px}
.edui-default .edui-menu-body{min-width:170px;background:url(../images/sparator_v.png) repeat-y 25px}
.edui-default .edui-menuitem{height:20px;cursor:default;vertical-align:top}
.edui-default .edui-menuitem .edui-icon{width:20px!important;height:20px!important;background:url(../images/icons.png) 0 -4000px}
.edui-default .edui-menuitem .edui-label{font-size:12px;line-height:20px;height:20px;padding-left:10px}
.edui-default .edui-state-checked .edui-menuitem-body{background:url(../images/icons-all.gif) no-repeat 6px -205px}
.edui-default .edui-state-disabled .edui-menuitem-label{color:gray}
.edui-default .edui-toolbar .edui-combox-body .edui-button-body{width:60px;font-size:12px;height:20px;line-height:20px;padding-left:5px;white-space:nowrap;margin:0 3px 0 0}
.edui-default .edui-toolbar .edui-combox-body .edui-arrow{background:url(../images/icons.png) -741px 0;height:20px;width:14px}
.edui-default .edui-toolbar .edui-combox .edui-combox-body{border:1px solid #CCC;background-color:#fff;}
.edui-default .edui-toolbar .edui-combox-body .edui-splitborder{display:none}
.edui-default .edui-toolbar .edui-combox-body .edui-arrow{border-left:1px solid #CCC}
.edui-default .edui-toolbar .edui-state-hover .edui-combox-body{background-color:#fff5d4;border:1px solid #dcac6c}
.edui-default .edui-toolbar .edui-state-hover .edui-combox-body .edui-arrow{border-left:1px solid #dcac6c}
.edui-default .edui-toolbar .edui-state-checked .edui-combox-body{background-color:#FFE69F;border:1px solid #DCAC6C}
.edui-toolbar .edui-state-checked .edui-combox-body .edui-arrow{border-left:1px solid #DCAC6C}
.edui-toolbar .edui-state-disabled .edui-combox-body{background-color:#F0F0EE;opacity:.3;filter:alpha(opacity=30)}
.edui-toolbar .edui-state-opened .edui-combox-body{background-color:#fff;border:1px solid gray}
.edui-default .edui-toolbar .edui-button .edui-icon,.edui-default .edui-toolbar .edui-menubutton .edui-icon,.edui-default .edui-toolbar .edui-splitbutton .edui-icon{height:20px!important;width:20px!important;background-image:url(../images/icons.png);background-image:url(../images/icons.gif) \9}
.edui-default .edui-toolbar .edui-button .edui-button-wrap{padding:1px;position:relative}
.edui-default .edui-toolbar .edui-button .edui-state-hover .edui-button-wrap{background-color:#fff5d4;padding:0;border:1px solid #dcac6c}
.edui-default .edui-toolbar .edui-button .edui-state-checked .edui-button-wrap{background-color:#ffe69f;padding:0;border:1px solid #dcac6c;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px}
.edui-default .edui-toolbar .edui-button .edui-state-active .edui-button-wrap{background-color:#fff;padding:0;border:1px solid gray}
.edui-default .edui-toolbar .edui-state-disabled .edui-label{color:#ccc}
.edui-default .edui-toolbar .edui-state-disabled .edui-icon{opacity:.3;filter:alpha(opacity=30)}
.edui-default .edui-for-undo .edui-icon{background-position:-160px 0}
.edui-default .edui-for-redo .edui-icon{background-position:-100px 0}
.edui-default .edui-for-bold .edui-icon{background-position:0 0}
.edui-default .edui-for-italic .edui-icon{background-position:-60px 0}
.edui-default .edui-for-fontborder .edui-icon{background-position:-160px -40px}
.edui-default .edui-for-underline .edui-icon{background-position:-140px 0}
.edui-default .edui-for-strikethrough .edui-icon{background-position:-120px 0}
.edui-default .edui-for-subscript .edui-icon{background-position:-600px 0}
.edui-default .edui-for-superscript .edui-icon{background-position:-620px 0}
.edui-default .edui-for-blockquote .edui-icon{background-position:-220px 0}
.edui-default .edui-for-forecolor .edui-icon{background-position:-720px 0}
.edui-default .edui-for-backcolor .edui-icon{background-position:-760px 0}
.edui-default .edui-for-inserttable .edui-icon{background-position:-580px -20px}
.edui-default .edui-for-autotypeset .edui-icon{background-position:-640px -40px}
.edui-default .edui-for-justifyleft .edui-icon{background-position:-460px 0}
.edui-default .edui-for-justifycenter .edui-icon{background-position:-420px 0}
.edui-default .edui-for-justifyright .edui-icon{background-position:-480px 0}
.edui-default .edui-for-justifyjustify .edui-icon{background-position:-440px 0}
.edui-default .edui-for-insertorderedlist .edui-icon{background-position:-80px 0}
.edui-default .edui-for-insertunorderedlist .edui-icon{background-position:-20px 0}
.edui-default .edui-for-lineheight .edui-icon{background-position:-725px -40px}
.edui-default .edui-for-rowspacingbottom .edui-icon{background-position:-745px -40px}
.edui-default .edui-for-rowspacingtop .edui-icon{background-position:-765px -40px}
.edui-default .edui-for-horizontal .edui-icon{background-position:-360px 0}
.edui-default .edui-for-link .edui-icon{background-position:-500px 0}
.edui-default .edui-for-code .edui-icon{background-position:-440px -40px}
.edui-default .edui-for-insertimage .edui-icon{background-position:-726px -77px}
.edui-default .edui-for-insertframe .edui-icon{background-position:-240px -40px}
.edui-default .edui-for-emoticon .edui-icon{background-position:-60px -20px}
.edui-default .edui-for-spechars .edui-icon{background-position:-240px 0}
.edui-default .edui-for-help .edui-icon{background-position:-340px 0}
.edui-default .edui-for-print .edui-icon{background-position:-440px -20px}
.edui-default .edui-for-preview .edui-icon{background-position:-420px -20px}
.edui-default .edui-for-selectall .edui-icon{background-position:-400px -20px}
.edui-default .edui-for-searchreplace .edui-icon{background-position:-520px -20px}
.edui-default .edui-for-map .edui-icon{background-position:-40px -40px}
.edui-default .edui-for-gmap .edui-icon{background-position:-260px -40px}
.edui-default .edui-for-insertvideo .edui-icon{background-position:-320px -20px}
.edui-default .edui-for-time .edui-icon{background-position:-160px -20px}
.edui-default .edui-for-date .edui-icon{background-position:-140px -20px}
.edui-default .edui-for-cut .edui-icon{background-position:-680px 0}
.edui-default .edui-for-copy .edui-icon{background-position:-700px 0}
.edui-default .edui-for-paste .edui-icon{background-position:-560px 0}
.edui-default .edui-for-formatmatch .edui-icon{background-position:-40px 0}
.edui-default .edui-for-pasteplain .edui-icon{background-position:-360px -20px}
.edui-default .edui-for-directionalityltr .edui-icon{background-position:-20px -20px}
.edui-default .edui-for-directionalityrtl .edui-icon{background-position:-40px -20px}
.edui-default .edui-for-source .edui-icon{background-position:-261px 0}
.edui-default .edui-for-removeformat .edui-icon{background-position:-580px 0}
.edui-default .edui-for-unlink .edui-icon{background-position:-640px 0}
.edui-default .edui-for-touppercase .edui-icon{background-position:-786px 0}
.edui-default .edui-for-tolowercase .edui-icon{background-position:-806px 0}
.edui-default .edui-for-insertrow .edui-icon{background-position:-478px -76px}
.edui-default .edui-for-insertrownext .edui-icon{background-position:-498px -76px}
.edui-default .edui-for-insertcol .edui-icon{background-position:-455px -76px}
.edui-default .edui-for-insertcolnext .edui-icon{background-position:-429px -76px}
.edui-default .edui-for-mergeright .edui-icon{background-position:-60px -40px}
.edui-default .edui-for-mergedown .edui-icon{background-position:-80px -40px}
.edui-default .edui-for-splittorows .edui-icon{background-position:-100px -40px}
.edui-default .edui-for-splittocols .edui-icon{background-position:-120px -40px}
.edui-default .edui-for-insertparagraphbeforetable .edui-icon{background-position:-140px -40px}
.edui-default .edui-for-deleterow .edui-icon{background-position:-660px -20px}
.edui-default .edui-for-deletecol .edui-icon{background-position:-640px -20px}
.edui-default .edui-for-splittocells .edui-icon{background-position:-800px -20px}
.edui-default .edui-for-mergecells .edui-icon{background-position:-760px -20px}
.edui-default .edui-for-deletetable .edui-icon{background-position:-620px -20px}
.edui-default .edui-for-cleardoc .edui-icon{background-position:-520px 0}
.edui-default .edui-for-fullscreen .edui-icon{background-position:-100px -20px}
.edui-default .edui-for-anchor .edui-icon{background-position:-200px 0}
.edui-default .edui-for-pagebreak .edui-icon{background-position:-460px -40px}
.edui-default .edui-for-imagenone .edui-icon{background-position:-480px -40px}
.edui-default .edui-for-imageleft .edui-icon{background-position:-500px -40px}
.edui-default .edui-for-wordimage .edui-icon{background-position:-660px -40px}
.edui-default .edui-for-imageright .edui-icon{background-position:-520px -40px}
.edui-default .edui-for-imagecenter .edui-icon{background-position:-540px -40px}
.edui-default .edui-for-indent .edui-icon{background-position:-400px 0}
.edui-default .edui-for-outdent .edui-icon{background-position:-540px 0}
.edui-default .edui-for-webapp .edui-icon{background-position:-601px -40px}
.edui-default .edui-for-table .edui-icon{background-position:-580px -20px}
.edui-default .edui-for-edittable .edui-icon{background-position:-420px -40px}
.edui-default .edui-for-template .edui-icon{background-position:-339px -40px}
.edui-default .edui-for-delete .edui-icon{background-position:-360px -40px}
.edui-default .edui-for-attachment .edui-icon{background-position:-620px -40px}
.edui-default .edui-for-edittd .edui-icon{background-position:-700px -40px}
.edui-default .edui-for-snapscreen .edui-icon{background-position:-581px -40px}
.edui-default .edui-for-scrawl .edui-icon{background-position:-801px -41px}
.edui-default .edui-for-background .edui-icon{background-position:-680px -40px}
.edui-default .edui-for-music .edui-icon{background-position:-18px -40px}
.edui-default .edui-for-formula .edui-icon{background-position:-200px -40px}
.edui-default .edui-for-aligntd .edui-icon{background-position:-236px -76px}
.edui-default .edui-for-insertparagraphtrue .edui-icon{background-position:-625px -76px}
.edui-default .edui-for-insertparagraph .edui-icon{background-position:-602px -76px}
.edui-default .edui-for-insertcaption .edui-icon{background-position:-336px -76px}
.edui-default .edui-for-deletecaption .edui-icon{background-position:-362px -76px}
.edui-default .edui-for-inserttitle .edui-icon{background-position:-286px -76px}
.edui-default .edui-for-deletetitle .edui-icon{background-position:-311px -76px}
.edui-default .edui-for-aligntable .edui-icon{background-position:-440px 0}
.edui-default .edui-for-tablealignment-left .edui-icon{background-position:-460px 0}
.edui-default .edui-for-tablealignment-center .edui-icon{background-position:-420px 0}
.edui-default .edui-for-tablealignment-right .edui-icon{background-position:-480px 0}
.edui-default .edui-for-drafts .edui-icon{background-position:-560px 0}
.edui-default .edui-for-charts .edui-icon{background:url(../images/charts.png) no-repeat 2px 3px!important}
.edui-default .edui-for-inserttitlecol .edui-icon{background-position:-673px -76px}
.edui-default .edui-for-deletetitlecol .edui-icon{background-position:-698px -76px}
.edui-default .edui-for-simpleupload .edui-icon{background-position:-380px 0}
.edui-default .edui-toolbar .edui-menubutton-body .edui-arrow,.edui-default .edui-toolbar .edui-splitbutton-body .edui-arrow{background:url(../images/icons.png) -741px 0;height:20px;width:9px}
.edui-default .edui-toolbar .edui-menubutton .edui-menubutton-body,.edui-default .edui-toolbar .edui-splitbutton .edui-splitbutton-body{padding:1px}
.edui-default .edui-toolbar .edui-splitborder{width:1px;height:20px}
.edui-default .edui-toolbar .edui-state-hover .edui-splitborder{width:1px;border-left:0 solid #dcac6c}
.edui-default .edui-toolbar .edui-state-active .edui-splitborder{width:0;border-left:1px solid gray}
.edui-default .edui-toolbar .edui-state-opened .edui-splitborder{width:1px;border:0}
.edui-default .edui-toolbar .edui-menubutton .edui-state-hover .edui-menubutton-body,.edui-default .edui-toolbar .edui-splitbutton .edui-state-hover .edui-splitbutton-body{background-color:#fff5d4;border:1px solid #dcac6c;padding:0}
.edui-default .edui-toolbar .edui-menubutton .edui-state-checked .edui-menubutton-body,.edui-default .edui-toolbar .edui-splitbutton .edui-state-checked .edui-splitbutton-body{background-color:#FFE69F;border:1px solid #DCAC6C;padding:0}
.edui-default .edui-toolbar .edui-menubutton .edui-state-active .edui-menubutton-body,.edui-default .edui-toolbar .edui-splitbutton .edui-state-active .edui-splitbutton-body{background-color:#fff;border:1px solid gray;padding:0}
.edui-default .edui-state-disabled .edui-arrow{opacity:.3}
.edui-default .edui-toolbar .edui-menubutton .edui-state-opened .edui-menubutton-body,.edui-default .edui-toolbar .edui-splitbutton .edui-state-opened .edui-splitbutton-body{background-color:#fff;border:1px solid gray;padding:0}
.edui-default .edui-for-insertorderedlist .edui-bordereraser,.edui-default .edui-for-insertunorderedlist .edui-bordereraser,.edui-default .edui-for-lineheight .edui-bordereraser,.edui-default .edui-for-rowspacingbottom .edui-bordereraser,.edui-default .edui-for-rowspacingtop .edui-bordereraser{background-color:#fff}
.edui-default .edui-for-insertorderedlist .edui-popup-body .edui-icon,.edui-default .edui-for-insertunorderedlist .edui-popup-body .edui-icon,.edui-default .edui-for-lineheight .edui-popup-body .edui-icon,.edui-default .edui-for-rowspacingbottom .edui-popup-body .edui-icon,.edui-default .edui-for-rowspacingtop .edui-popup-body .edui-icon{background-image:none}
.edui-default .edui-popup{z-index:3000;background-color:#fff;width:auto;height:auto}
.edui-default .edui-popup .edui-shadow{left:0;top:0;width:100%;height:100%}
.edui-default .edui-popup-content{border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 3px 4px rgba(0,0,0,.2);-moz-box-shadow:0 3px 4px rgba(0,0,0,.2);box-shadow:0 3px 4px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;padding:5px;background:#fff}
.edui-default .edui-popup .edui-bordereraser{background-color:#fff;height:3px}
.edui-default .edui-menu .edui-bordereraser{height:3px}
.edui-default .edui-anchor-topleft .edui-bordereraser{left:1px;top:-2px}
.edui-default .edui-anchor-topright .edui-bordereraser{right:1px;top:-2px}
.edui-default .edui-anchor-bottomleft .edui-bordereraser{left:0;bottom:-6px;height:7px;border-left:1px solid gray;border-right:1px solid gray}
.edui-default .edui-anchor-bottomright .edui-bordereraser{right:0;bottom:-6px;height:7px;border-left:1px solid gray;border-right:1px solid gray}
.edui-popup div{width:auto;height:auto}
.edui-default .edui-editor-messageholder{display:block;width:150px;height:auto;border:0;margin:0;padding:0;position:absolute;top:28px;right:3px}
.edui-default .edui-message{min-height:10px;text-shadow:0 1px 0 rgba(255,255,255,.5);padding:0;margin-bottom:3px;position:relative}
.edui-default .edui-message-body{border-radius:3px;padding:8px 15px 8px 8px;color:#c09853;background-color:#fcf8e3;border:1px solid #fbeed5}
.edui-default .edui-message-type-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}
.edui-default .edui-message-type-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}
.edui-default .edui-message-type-danger,.edui-default .edui-message-type-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}
.edui-default .edui-message .edui-message-closer{display:block;width:16px;height:16px;line-height:16px;position:absolute;top:0;right:0;padding:0;cursor:pointer;background:0 0;border:0;float:right;font-size:20px;font-weight:700;color:#999;text-shadow:0 1px 0 #fff;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}
.edui-default .edui-message .edui-message-content{font-size:10pt;word-wrap:break-word;word-break:normal}
.edui-default .edui-dialog{z-index:2000;position:absolute}
.edui-dialog div{width:auto}
.edui-default .edui-dialog-wrap{margin-right:6px;margin-bottom:6px}
.edui-default .edui-dialog-fullscreen-flag{margin-right:0;margin-bottom:0}
.edui-default .edui-dialog-body{position:relative;padding:2px 0 0 2px}
.edui-default .edui-dialog-fullscreen-flag .edui-dialog-body{padding:0}
.edui-default .edui-dialog-shadow{position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}
.edui-default .edui-dialog-foot{background-color:#fff}
.edui-default .edui-dialog-titlebar{height:26px;border-bottom:1px solid #c6c6c6;background:#fafafa;position:relative;cursor:move}
.edui-default .edui-dialog-caption{font-weight:700;font-size:12px;line-height:26px;padding-left:5px}
.edui-default .edui-dialog-draghandle{height:26px}
.edui-default .edui-dialog-closebutton{position:absolute!important;right:5px;top:3px}
.edui-default .edui-dialog-closebutton .edui-button-body{height:20px;width:20px;cursor:pointer;background:url(../images/icons-all.gif) no-repeat 0 -59px}
.edui-default .edui-dialog-closebutton .edui-state-hover .edui-button-body{background:url(../images/icons-all.gif) no-repeat 0 -89px}
.edui-default .edui-dialog-foot{height:40px}
.edui-default .edui-dialog-buttons{position:absolute;right:0}
.edui-default .edui-dialog-buttons .edui-button{margin-right:10px}
.edui-default .edui-dialog-buttons .edui-button .edui-button-body{background:url(../images/icons-all.gif) no-repeat;height:24px;width:96px;font-size:12px;line-height:24px;text-align:center;cursor:default}
.edui-default .edui-dialog-buttons .edui-button .edui-state-hover .edui-button-body{background:url(../images/icons-all.gif) no-repeat 0 -30px}
.edui-default .edui-dialog iframe{border:0;padding:0;margin:0;vertical-align:top}
.edui-default .edui-dialog-modalmask{opacity:.3;filter:alpha(opacity=30);background-color:#ccc;position:absolute}
.edui-default .edui-dialog-dragmask{position:absolute;background-color:transparent;cursor:move}
.edui-default .edui-dialog-content{position:relative}
.edui-default .dialogcontmask{cursor:move;visibility:hidden;display:block;position:absolute;width:100%;height:100%;opacity:0;filter:alpha(opacity=0)}
.edui-default .edui-for-link .edui-dialog-content{width:420px;height:200px;overflow:hidden}
.edui-default .edui-for-background .edui-dialog-content{width:440px;height:280px;overflow:hidden}
.edui-default .edui-for-template .edui-dialog-content{width:630px;height:390px;overflow:hidden}
.edui-default .edui-for-scrawl .edui-dialog-content{width:515px;height:360px}
.edui-default .edui-for-spechars .edui-dialog-content{width:620px;height:500px}
.edui-default .edui-for-insertimage .edui-dialog-content{width:650px;height:400px;overflow:hidden}
.edui-default .edui-for-webapp .edui-dialog-content{width:560px;height:450px;overflow:hidden}
.edui-default .edui-for-insertframe .edui-dialog-content{width:350px;height:200px;overflow:hidden}
.edui-default .edui-for-wordimage .edui-dialog-content{width:620px;height:380px;overflow:hidden}
.edui-default .edui-for-attachment .edui-dialog-content{width:650px;height:400px;overflow:hidden}
.edui-default .edui-for-map .edui-dialog-content{width:550px;height:400px}
.edui-default .edui-for-gmap .edui-dialog-content{width:550px;height:400px}
.edui-default .edui-for-insertvideo .edui-dialog-content{width:590px;height:390px}
.edui-default .edui-for-anchor .edui-dialog-content{width:320px;height:60px;overflow:hidden}
.edui-default .edui-for-searchreplace .edui-dialog-content{width:400px;height:220px}
.edui-default .edui-for-help .edui-dialog-content{width:400px;height:420px}
.edui-default .edui-for-edittable .edui-dialog-content{width:540px;height:335px}
.edui-default .edui-for-edittip .edui-dialog-content{width:225px;height:60px}
.edui-default .edui-for-edittd .edui-dialog-content{width:240px;height:50px}
.edui-default .edui-for-snapscreen .edui-dialog-content{width:400px;height:220px}
.edui-default .edui-for-music .edui-dialog-content{width:515px;height:360px}
.edui-default .edui-for-paragraph .edui-listitem-label{font-family:Tahoma,Verdana,Arial,Helvetica}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-p{font-size:22px;line-height:27px}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h1{font-weight:bolder;font-size:32px;line-height:36px}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h2{font-weight:bolder;font-size:27px;line-height:29px}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h3{font-weight:bolder;font-size:19px;line-height:23px}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h4{font-weight:bolder;font-size:16px;line-height:19px}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h5{font-weight:bolder;font-size:13px;line-height:16px}
.edui-default .edui-for-paragraph .edui-listitem-label .edui-for-h6{font-weight:bolder;font-size:12px;line-height:14px}
.edui-default .edui-for-inserttable .edui-splitborder{display:none}
.edui-default .edui-for-inserttable .edui-splitbutton-body .edui-arrow{width:0}
.edui-default .edui-toolbar .edui-for-inserttable .edui-state-active .edui-splitborder{border-left:1px solid transparent}
.edui-default .edui-tablepicker .edui-infoarea{height:14px;line-height:14px;font-size:12px;width:220px;margin-bottom:3px;clear:both}
.edui-default .edui-tablepicker .edui-infoarea .edui-label{float:left}
.edui-default .edui-dialog-buttons .edui-label{line-height:24px}
.edui-default .edui-tablepicker .edui-infoarea .edui-clickable{float:right}
.edui-default .edui-tablepicker .edui-pickarea{background:url(../images/unhighlighted.gif) repeat;height:220px;width:220px}
.edui-default .edui-tablepicker .edui-pickarea .edui-overlay{background:url(../images/highlighted.gif) repeat}
.edui-default .edui-colorpicker-topbar{height:27px;width:200px}
.edui-default .edui-colorpicker-preview{height:20px;border:1px inset #000;margin-left:1px;width:128px;float:left}
.edui-default .edui-colorpicker-nocolor{float:right;margin-right:1px;font-size:12px;line-height:14px;height:20px;border:1px solid #999;padding:3px 5px;cursor:pointer}
.edui-default .edui-colorpicker-tablefirstrow{height:30px}
.edui-default .edui-colorpicker-colorcell{width:14px;height:14px;display:block;margin:0;cursor:pointer}
.edui-default .edui-colorpicker-colorcell:hover{width:14px;height:14px;margin:0}
.edui-default .edui-colorpicker-advbtn{display:block;text-align:center;cursor:pointer;height:20px}
.arrow_down{background:#fff url(../images/arrow_down.png) no-repeat center}
.arrow_up{background:#fff url(../images/arrow_up.png) no-repeat center}
.edui-colorpicker-adv{position:relative;overflow:hidden;height:180px;display:none}
.edui-colorpicker-hue,.edui-colorpicker-plant{border:solid 1px #666}
.edui-colorpicker-pad{width:150px;height:150px;left:14px;top:13px;position:absolute;background:red;overflow:hidden;cursor:crosshair}
.edui-colorpicker-cover{position:absolute;top:0;left:0;width:150px;height:150px;background:url(../images/tangram-colorpicker.png) -160px -200px}
.edui-colorpicker-padDot{position:absolute;top:0;left:0;width:11px;height:11px;overflow:hidden;background:url(../images/tangram-colorpicker.png) 0 -200px repeat-x;z-index:1000}
.edui-colorpicker-sliderMain{position:absolute;left:171px;top:13px;width:19px;height:152px;background:url(../images/tangram-colorpicker.png) -179px -12px no-repeat}
.edui-colorpicker-slider{width:100%;height:100%;cursor:pointer}
.edui-colorpicker-thumb{position:absolute;top:0;cursor:pointer;height:3px;left:-1px;right:-1px;border:1px solid #000;background:#fff;opacity:.8}
.edui-default .edui-autotypesetpicker .edui-autotypesetpicker-body{font-size:12px;margin-bottom:3px;clear:both}
.edui-default .edui-autotypesetpicker-body table{border-collapse:separate;border-spacing:2px}
.edui-default .edui-autotypesetpicker-body td{font-size:12px;word-wrap:break-word}
.edui-default .edui-autotypesetpicker-body td input{margin:3px 3px 3px 4px}
.edui-default .edui-cellalignpicker .edui-cellalignpicker-body{width:70px;font-size:12px;cursor:default}
.edui-default .edui-cellalignpicker-body table{border-collapse:separate;border-spacing:0}
.edui-default .edui-cellalignpicker-body td{padding:1px}
.edui-default .edui-cellalignpicker-body .edui-icon{height:20px;width:20px;padding:1px;background-image:url(../images/table-cell-align.png)}
.edui-default .edui-cellalignpicker-body .edui-left{background-position:0 0}
.edui-default .edui-cellalignpicker-body .edui-center{background-position:-25px 0}
.edui-default .edui-cellalignpicker-body .edui-right{background-position:-51px 0}
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-left{background-position:-73px 0}
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-center{background-position:-98px 0}
.edui-default .edui-cellalignpicker-body td.edui-state-hover .edui-right{background-position:-124px 0}
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-left{background-position:-146px 0;background-color:#f1f4f5}
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-center{background-position:-245px 0}
.edui-default .edui-cellalignpicker-body td.edui-cellalign-selected .edui-right{background-position:-271px 0}
.edui-default .edui-toolbar .edui-separator{width:2px;height:20px;margin:2px 4px 2px 3px;background:url(../images/icons.png) -181px 0;background:url(../images/icons.gif) -181px 0 \9}
.edui-default .edui-toolbar .edui-colorbutton .edui-colorlump{position:absolute;overflow:hidden;bottom:1px;left:1px;width:18px;height:4px}
.edui-default .edui-for-emotion .edui-icon{background-position:-60px -20px}
.edui-default .edui-for-emotion .edui-popup-content iframe{width:514px;height:380px;overflow:hidden}
.edui-default .edui-for-emotion .edui-popup-content{position:relative;z-index:555}
.edui-default .edui-for-emotion .edui-splitborder{display:none}
.edui-default .edui-for-emotion .edui-splitbutton-body .edui-arrow{width:0}
.edui-default .edui-toolbar .edui-for-emotion .edui-state-active .edui-splitborder{border-left:1px solid transparent}
.edui-default .edui-hassubmenu .edui-arrow{height:20px;width:20px;float:right;background:url(../images/icons-all.gif) no-repeat 10px -233px}
.edui-default .edui-menu-body .edui-menuitem{padding:1px}
.edui-default .edui-menuseparator{margin:2px 0;height:1px;overflow:hidden}
.edui-default .edui-menuseparator-inner{border-bottom:1px solid #e2e3e3;margin-left:29px;margin-right:1px}
.edui-default .edui-menu-body .edui-state-hover{padding:0!important;background-color:#fff5d4;border:1px solid #dcac6c}
.edui-default .edui-shortcutmenu{padding:2px;width:190px;height:50px;background-color:#fff;border:1px solid #ccc;border-radius:5px}
.edui-default .edui-wordpastepop .edui-popup-content{border:0;padding:0;width:54px;height:21px}
.edui-default .edui-pasteicon{width:100%;height:100%;background-image:url(../images/wordpaste.png);background-position:0 0}
.edui-default .edui-pasteicon.edui-state-opened{background-position:0 -34px}
.edui-default .edui-pastecontainer{position:relative;visibility:hidden;width:97px;background:#fff;border:1px solid #ccc}
.edui-default .edui-pastecontainer .edui-title{font-weight:700;background:#F8F8FF;height:25px;line-height:25px;font-size:12px;padding-left:5px}
.edui-default .edui-pastecontainer .edui-button{overflow:hidden;margin:3px 0}
.edui-default .edui-pastecontainer .edui-button .edui-plaintxticon,.edui-default .edui-pastecontainer .edui-button .edui-richtxticon,.edui-default .edui-pastecontainer .edui-button .edui-tagicon{float:left;cursor:pointer;width:29px;height:29px;margin-left:5px;background-image:url(../images/wordpaste.png);background-repeat:no-repeat}
.edui-default .edui-pastecontainer .edui-button .edui-richtxticon{margin-left:0;background-position:-109px 0}
.edui-default .edui-pastecontainer .edui-button .edui-tagicon{background-position:-148px 1px}
.edui-default .edui-pastecontainer .edui-button .edui-plaintxticon{background-position:-72px 0}
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-richtxticon{background-position:-109px -34px}
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-tagicon{background-position:-148px -34px}
.edui-default .edui-pastecontainer .edui-button .edui-state-hover .edui-plaintxticon{background-position:-72px -34px} | 0.264453 | 0.058346 |
body, html {
height: 100%;
}
body {
margin: 0 auto;
box-sizing: border-box;
background-color: black;
text-align: center;
}
.parallax {
background-image: url("https://media.rbcdn.ru/media/news/annie-spratt-qckxruozjrg-unsplash_wsPNmAl.jpg");
height: 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.web_dev {
height: 110%;
padding: 1vw;
text-align: center;
}
.web_dev_head {
padding: 3%;
font-size: 3vw;
margin: 1vw;
font-weight: bold;
text-align: center;
color: crimson;
}
.web_dev_divs {
height: 50%;
text-align: center;
color: crimson;
display: flex;
}
.sub_div {
display: flex;
align-items: center;
flex-direction: column;
margin: 1vw;
}
.web_dev_container {
height: 20vw;
width: 20vw;
text-align: center;
}
.web_dev_txt {
font-size: 1.5vw;
font-weight: bold;
}
.web_dev_content {
font-size: 1.2vw;
text-align: center;
margin: 2vw 0 2vw 0;
width: 30vw;
}
#footer_top {
height: 5%;
background-color: black;
color:rgba(220, 20, 60, 0.7);
display: flex;
justify-content: space-around;
align-items: center;
padding-left : 70vw;
font-size: 1vw;
font-weight: bold;
}
.txt_lavish {
font-family: 'Satisfy', cursive;
font-size: 4vw;
font-weight: bold;
color: crimson;
display: flex;
justify-content: center;
align-items: center;
padding: 20vw;
}
.header {
justify-content: space-around;
display: flex;
align-items: center;
height: 4vw;
padding: 0 18vw;
font-size: 1.5vw;
color: white;
font-family: 'Ubuntu Condensed', sans-serif;
}
.lavish, #btn_pass {
font-family: 'Satisfy', cursive;
display: flex;
align-items: center;
margin-top: 0.2vw;
color: white;
outline-color: #dc143c;
outline-style: solid;
outline-width: 0.2vw;
font-weight: bold;
font-size: 1vw;
letter-spacing: 0.1vw;
width: 7vw;
justify-content: center;
padding: 0.9vw;
}
.container {
height: 10vw;
background-color: crimson;
display: flex;
align-items: center;
justify-content: center;
}
#text_container {
font-size: 2.5vw;
color: wheat;
font-family: 'Satisfy', cursive;
}
#home, #schedule, #catalog, #about_us, #head-login {
cursor: pointer;
width: 10vw;
height: 2vw;
padding: 0.5vw;
text-align: center;
}
a {
text-decoration: none;
color: crimson;
cursor: pointer;
}
.threeDiv {
display: none;
cursor: pointer;
position: absolute;
top: 85vw;
right: 0.6vw;
}
.bar1, .bar2, .bar3 {
width: 3.5vw;
height: 0.4vw;
background-color: crimson;
margin: 0.6vw;
transition: 0.4s;
}
.change .bar1 {
-webkit-transform: rotate(-45deg) translate(-0.9vw, 0.6vw);
transform: rotate(-45deg) translate(-0.9vw, 0.6vw);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
-webkit-transform: rotate(45deg) translate(-0.8vw, -0.8vw);
transform: rotate(45deg) translate(-0.8vw, -0.8vw);
}
#mediaDiv {
display: flex;
align-items: center;
justify-content: center;
padding: 2vw;
height: 28vw;
}
.media {
background-color: crimson;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin: 2vw;
width: 40vw;
height: 25vw;
}
.login {
position: absolute;
top: 0;
display: none;
align-items: center;
justify-content: center;
width: 100%;
height: 200%;
background-color: rgba(0, 0, 0, 0.6);
z-index: 2;
opacity: 0;
}
.login-content {
background-color: hsl(348, 83%, 70%);
position: relative;
padding: 2vw;
border-radius: 1.5vw;
width: 40%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
input {
display: block;
margin: 1vw auto;
width: 30vw;
padding: 1vw;
}
.close {
position: absolute;
top: 0.6vw;
right: 0.6vw;
cursor: pointer;
}
.user_profile {
position: absolute;
top: 40vw;
right: 46vw;
margin: 0;
background-color: rgba(239, 202, 133, 0.6);
border-radius: 0.5vw;
z-index: 1;
display: none;
justify-content: center;
align-items: center;
}
#profile_img {
width: 3vw;
height: 3vw;
display: inline;
}
#user_name {
margin: 0;
padding: 0.5vw;
display: inline;
font-size: 1.3vw;
font-weight: bold;
font-family: 'Segoe UI';
}
#cources {
display: flex;
align-items: center;
justify-content: space-around;
padding-top: 4vw;
height: 5vw;
}
.course {
outline-style: solid;
outline-width: 0.2vw;
outline-color: crimson;
width: 45vw;
text-align: center;
padding: 1.5vw;
background-color: rgba(220, 20, 60, 0.7);
color: wheat;
font-size: 1.5vw;
font-weight: bold;
font-family: 'Ubuntu Condensed', sans-serif;
}
#titleSecond {
font-family: 'Ubuntu Condensed', sans-serif;
font-size: 2vw;
font-weight: bold;
color: crimson;
}
.second {
display: flex;
align-items: center;
justify-content: center;
height: 40vw;
}
#img_course {
width: 35vw;
}
.catalog_img {
margin-left: 9.5vw;
}
#text1, #text2, #text3, #text4 {
outline-style: solid;
outline-width: 0.2vw;
outline-color: crimson;
width: 45vw;
text-align: center;
padding: 1.5vw;
background-color: rgba(220, 20, 60, 0.7);
color: #f5deb3;
display: none;
font-size: 1.7vw;
font-family: 'Satisfy', cursive;
}
.third {
height: 5vw;
background-color: crimson;
color: wheat;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.4vw;
font-family: 'Ubuntu Condensed', sans-serif;
padding: 2vw;
}
.firstContact {
width: 3vw;
padding-right: 1.5vw;
}
.contaner4 {
display: flex;
justify-content: center;
width: 25vw;
}
.comp {
height: 7vw;
font-size: 1vw;
background-color: crimson;
color: wheat;
display: flex;
flex-direction: column;
align-items: center;
font-family: 'Ubuntu Condensed', sans-serif;
}
@media (max-width:800px) {
.txt_lavish {
font-size: 10vw;
}
#mediaDiv {
display: none;
}
.threeDiv {
display: inline-block;
}
.header {
display: none;
height: 8vw;
font-size: 3vw;
padding: 0 36vw;
}
.lavish, #btn_pass {
margin-top: 1vw;
outline-width: 0.4vw;
font-size: 2vw;
letter-spacing: 0.2vw;
width: 12vw;
padding: 1.2vw;
}
#home, #schedule, #catalog, #about_us, #head-login {
width: 15vw;
height: 4vw;
padding: 1vw;
}
.user_profile {
top: 83vw;
}
#profile_img {
width: 5vw;
height: 5vw;
}
#user_name {
font-size: 2.3vw;
}
.second {
flex-direction: column;
padding: 5vw;
height: 80%;
}
.catalog_courses {
padding-top: 4vw;
padding-bottom: 4vw;
}
.course {
outline-width: 0.4vw;
width: 70vw;
padding: 2.1vw;
font-size: 2.3vw;
}
#text1, #text2, #text3, #text4 {
outline-width: 0.2vw;
width: 71.45vw;
padding: 1.5vw;
font-size: 2.5vw;
}
.catalog_img {
margin: 0 auto;
}
#img_course {
width: 50vw;
}
.third {
font-size: 2.5vw;
height: 7vw;
}
.contaner4 {
width: auto;
margin: auto;
}
.comp {
height: 8vw;
font-size: 2vw;
}
} | public/css/second.css | body, html {
height: 100%;
}
body {
margin: 0 auto;
box-sizing: border-box;
background-color: black;
text-align: center;
}
.parallax {
background-image: url("https://media.rbcdn.ru/media/news/annie-spratt-qckxruozjrg-unsplash_wsPNmAl.jpg");
height: 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.web_dev {
height: 110%;
padding: 1vw;
text-align: center;
}
.web_dev_head {
padding: 3%;
font-size: 3vw;
margin: 1vw;
font-weight: bold;
text-align: center;
color: crimson;
}
.web_dev_divs {
height: 50%;
text-align: center;
color: crimson;
display: flex;
}
.sub_div {
display: flex;
align-items: center;
flex-direction: column;
margin: 1vw;
}
.web_dev_container {
height: 20vw;
width: 20vw;
text-align: center;
}
.web_dev_txt {
font-size: 1.5vw;
font-weight: bold;
}
.web_dev_content {
font-size: 1.2vw;
text-align: center;
margin: 2vw 0 2vw 0;
width: 30vw;
}
#footer_top {
height: 5%;
background-color: black;
color:rgba(220, 20, 60, 0.7);
display: flex;
justify-content: space-around;
align-items: center;
padding-left : 70vw;
font-size: 1vw;
font-weight: bold;
}
.txt_lavish {
font-family: 'Satisfy', cursive;
font-size: 4vw;
font-weight: bold;
color: crimson;
display: flex;
justify-content: center;
align-items: center;
padding: 20vw;
}
.header {
justify-content: space-around;
display: flex;
align-items: center;
height: 4vw;
padding: 0 18vw;
font-size: 1.5vw;
color: white;
font-family: 'Ubuntu Condensed', sans-serif;
}
.lavish, #btn_pass {
font-family: 'Satisfy', cursive;
display: flex;
align-items: center;
margin-top: 0.2vw;
color: white;
outline-color: #dc143c;
outline-style: solid;
outline-width: 0.2vw;
font-weight: bold;
font-size: 1vw;
letter-spacing: 0.1vw;
width: 7vw;
justify-content: center;
padding: 0.9vw;
}
.container {
height: 10vw;
background-color: crimson;
display: flex;
align-items: center;
justify-content: center;
}
#text_container {
font-size: 2.5vw;
color: wheat;
font-family: 'Satisfy', cursive;
}
#home, #schedule, #catalog, #about_us, #head-login {
cursor: pointer;
width: 10vw;
height: 2vw;
padding: 0.5vw;
text-align: center;
}
a {
text-decoration: none;
color: crimson;
cursor: pointer;
}
.threeDiv {
display: none;
cursor: pointer;
position: absolute;
top: 85vw;
right: 0.6vw;
}
.bar1, .bar2, .bar3 {
width: 3.5vw;
height: 0.4vw;
background-color: crimson;
margin: 0.6vw;
transition: 0.4s;
}
.change .bar1 {
-webkit-transform: rotate(-45deg) translate(-0.9vw, 0.6vw);
transform: rotate(-45deg) translate(-0.9vw, 0.6vw);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
-webkit-transform: rotate(45deg) translate(-0.8vw, -0.8vw);
transform: rotate(45deg) translate(-0.8vw, -0.8vw);
}
#mediaDiv {
display: flex;
align-items: center;
justify-content: center;
padding: 2vw;
height: 28vw;
}
.media {
background-color: crimson;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin: 2vw;
width: 40vw;
height: 25vw;
}
.login {
position: absolute;
top: 0;
display: none;
align-items: center;
justify-content: center;
width: 100%;
height: 200%;
background-color: rgba(0, 0, 0, 0.6);
z-index: 2;
opacity: 0;
}
.login-content {
background-color: hsl(348, 83%, 70%);
position: relative;
padding: 2vw;
border-radius: 1.5vw;
width: 40%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
input {
display: block;
margin: 1vw auto;
width: 30vw;
padding: 1vw;
}
.close {
position: absolute;
top: 0.6vw;
right: 0.6vw;
cursor: pointer;
}
.user_profile {
position: absolute;
top: 40vw;
right: 46vw;
margin: 0;
background-color: rgba(239, 202, 133, 0.6);
border-radius: 0.5vw;
z-index: 1;
display: none;
justify-content: center;
align-items: center;
}
#profile_img {
width: 3vw;
height: 3vw;
display: inline;
}
#user_name {
margin: 0;
padding: 0.5vw;
display: inline;
font-size: 1.3vw;
font-weight: bold;
font-family: 'Segoe UI';
}
#cources {
display: flex;
align-items: center;
justify-content: space-around;
padding-top: 4vw;
height: 5vw;
}
.course {
outline-style: solid;
outline-width: 0.2vw;
outline-color: crimson;
width: 45vw;
text-align: center;
padding: 1.5vw;
background-color: rgba(220, 20, 60, 0.7);
color: wheat;
font-size: 1.5vw;
font-weight: bold;
font-family: 'Ubuntu Condensed', sans-serif;
}
#titleSecond {
font-family: 'Ubuntu Condensed', sans-serif;
font-size: 2vw;
font-weight: bold;
color: crimson;
}
.second {
display: flex;
align-items: center;
justify-content: center;
height: 40vw;
}
#img_course {
width: 35vw;
}
.catalog_img {
margin-left: 9.5vw;
}
#text1, #text2, #text3, #text4 {
outline-style: solid;
outline-width: 0.2vw;
outline-color: crimson;
width: 45vw;
text-align: center;
padding: 1.5vw;
background-color: rgba(220, 20, 60, 0.7);
color: #f5deb3;
display: none;
font-size: 1.7vw;
font-family: 'Satisfy', cursive;
}
.third {
height: 5vw;
background-color: crimson;
color: wheat;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.4vw;
font-family: 'Ubuntu Condensed', sans-serif;
padding: 2vw;
}
.firstContact {
width: 3vw;
padding-right: 1.5vw;
}
.contaner4 {
display: flex;
justify-content: center;
width: 25vw;
}
.comp {
height: 7vw;
font-size: 1vw;
background-color: crimson;
color: wheat;
display: flex;
flex-direction: column;
align-items: center;
font-family: 'Ubuntu Condensed', sans-serif;
}
@media (max-width:800px) {
.txt_lavish {
font-size: 10vw;
}
#mediaDiv {
display: none;
}
.threeDiv {
display: inline-block;
}
.header {
display: none;
height: 8vw;
font-size: 3vw;
padding: 0 36vw;
}
.lavish, #btn_pass {
margin-top: 1vw;
outline-width: 0.4vw;
font-size: 2vw;
letter-spacing: 0.2vw;
width: 12vw;
padding: 1.2vw;
}
#home, #schedule, #catalog, #about_us, #head-login {
width: 15vw;
height: 4vw;
padding: 1vw;
}
.user_profile {
top: 83vw;
}
#profile_img {
width: 5vw;
height: 5vw;
}
#user_name {
font-size: 2.3vw;
}
.second {
flex-direction: column;
padding: 5vw;
height: 80%;
}
.catalog_courses {
padding-top: 4vw;
padding-bottom: 4vw;
}
.course {
outline-width: 0.4vw;
width: 70vw;
padding: 2.1vw;
font-size: 2.3vw;
}
#text1, #text2, #text3, #text4 {
outline-width: 0.2vw;
width: 71.45vw;
padding: 1.5vw;
font-size: 2.5vw;
}
.catalog_img {
margin: 0 auto;
}
#img_course {
width: 50vw;
}
.third {
font-size: 2.5vw;
height: 7vw;
}
.contaner4 {
width: auto;
margin: auto;
}
.comp {
height: 8vw;
font-size: 2vw;
}
} | 0.474875 | 0.077622 |
@font-face {
font-family: 'lovemondays';
src: url('files/lovemondays.eot?w45hjc');
src: url('files/lovemondays.eot?w45hjc#iefix') format('embedded-opentype'),
url('files/lovemondays.ttf?w45hjc') format('truetype'),
url('files/lovemondays.woff?w45hjc') format('woff'),
url('files/lovemondays.svg?w45hjc#lovemondays') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'lovemondays' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"] i, [class*=" icon-"] i{
font-weight: normal;
font-style: normal;
}
.icon-search:before {
content: "\e900";
}
.icon-menu:before {
content: "\e901";
}
.icon-clock:before {
content: "\e902";
}
.icon-unlock .path1:before {
content: "\e903";
color: rgb(39, 110, 164);
}
.icon-unlock .path2:before {
content: "\e904";
margin-left: -0.6923828125em;
color: rgb(255, 255, 255);
}
.icon-twitter:before {
content: "\e905";
}
.icon-report:before {
content: "\e906";
}
.icon-reorder:before {
content: "\e907";
}
.icon-rating .path1:before {
content: "\e908";
color: rgb(39, 110, 164);
}
.icon-rating .path2:before {
content: "\e909";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-profile:before {
content: "\e90a";
}
.icon-linkedin:before {
content: "\e90b";
}
.icon-like:before {
content: "\e90c";
}
.icon-gplus:before {
content: "\e90d";
}
.icon-follow:before {
content: "\e90e";
}
.icon-close:before {
content: "\e90f";
}
.icon-arrow_up:before {
content: "\e910";
}
.icon-arrow_right:before {
content: "\e911";
}
.icon-arrow_left:before {
content: "\e912";
}
.icon-arrow_down:before {
content: "\e913";
}
.icon-add:before {
content: "\e914";
}
.icon-lovemondays-logotype .path1:before {
content: "\e915";
color: rgb(255, 255, 255);
}
.icon-lovemondays-logotype .path2:before {
content: "\e916";
margin-left: -8.0244140625em;
color: rgb(207, 74, 83);
}
.icon-lovemondays-logotype-plain:before {
content: "\e917";
}
.icon-padlock:before {
content: "\e990";
}
.icon-facebook:before {
content: "\ea91";
} | app/assets/fonts/lovemondays.css | @font-face {
font-family: 'lovemondays';
src: url('files/lovemondays.eot?w45hjc');
src: url('files/lovemondays.eot?w45hjc#iefix') format('embedded-opentype'),
url('files/lovemondays.ttf?w45hjc') format('truetype'),
url('files/lovemondays.woff?w45hjc') format('woff'),
url('files/lovemondays.svg?w45hjc#lovemondays') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'lovemondays' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"] i, [class*=" icon-"] i{
font-weight: normal;
font-style: normal;
}
.icon-search:before {
content: "\e900";
}
.icon-menu:before {
content: "\e901";
}
.icon-clock:before {
content: "\e902";
}
.icon-unlock .path1:before {
content: "\e903";
color: rgb(39, 110, 164);
}
.icon-unlock .path2:before {
content: "\e904";
margin-left: -0.6923828125em;
color: rgb(255, 255, 255);
}
.icon-twitter:before {
content: "\e905";
}
.icon-report:before {
content: "\e906";
}
.icon-reorder:before {
content: "\e907";
}
.icon-rating .path1:before {
content: "\e908";
color: rgb(39, 110, 164);
}
.icon-rating .path2:before {
content: "\e909";
margin-left: -1em;
color: rgb(255, 255, 255);
}
.icon-profile:before {
content: "\e90a";
}
.icon-linkedin:before {
content: "\e90b";
}
.icon-like:before {
content: "\e90c";
}
.icon-gplus:before {
content: "\e90d";
}
.icon-follow:before {
content: "\e90e";
}
.icon-close:before {
content: "\e90f";
}
.icon-arrow_up:before {
content: "\e910";
}
.icon-arrow_right:before {
content: "\e911";
}
.icon-arrow_left:before {
content: "\e912";
}
.icon-arrow_down:before {
content: "\e913";
}
.icon-add:before {
content: "\e914";
}
.icon-lovemondays-logotype .path1:before {
content: "\e915";
color: rgb(255, 255, 255);
}
.icon-lovemondays-logotype .path2:before {
content: "\e916";
margin-left: -8.0244140625em;
color: rgb(207, 74, 83);
}
.icon-lovemondays-logotype-plain:before {
content: "\e917";
}
.icon-padlock:before {
content: "\e990";
}
.icon-facebook:before {
content: "\ea91";
} | 0.359926 | 0.157266 |
div.bodyGallery {
display: flex;
justify-content: center;
align-items: center;
padding: 50px;
background: radial-gradient(circle at center,
hsla(0, 0%, 0%, 0.2),
hsla(0, 0%, 0%, 0.8));
overflow: hidden;
}
ul.Gallery {
width: 100vmin;
height: 100vmin;
position: relative;
}
li.Gallery {
/*
|a|d|a|
------- -
|/ \| | 0.5h
|\ /| ^
-------
| w |
a = 0.5h/tan60 = 0.28867513459h
d = 0.5h/sin60 = 0.57735026919h
w = a + d + a = 1.15470053838h
[zoom out]
|a|_d_| _____ _
/| \ / \ |
ang=60_| \__d__/ \ | h
\ / \ / |
\_____|/| \_____/ _|
a
|-------|
w
*/
--h: calc(100% / 3);
--w: calc(1.15470053838 * var(--h));
--a: calc(0.28867513459 * var(--h));
--d: calc(0.57735026919 * var(--h));
height: var(--h);
width: var(--w);
position: absolute;
}
img.Gallery {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
/*
[clip-path coordinates]
--A-F--
B|/ \|E coord.
|\ /| A(a/w, 0)
--C-D-- B(0, 50%)
C(a/w, 100%)
D(100% - a/w, 100%)
E(100%, 50%)
F(100% - a/w, 0)
where a/w = 0.24999999999
*/
--aw: 24.9999999%;
clip-path: polygon(var(--aw) 0,
0 50%,
var(--aw) 100%,
calc(100% - var(--aw)) 100%,
100% 50%,
calc(100% - var(--aw)) 0);
}
li.Gallery:nth-of-type(1) {
left: calc(50% - var(--a) - var(--d) * 0.5);
top: 0;
}
li.Gallery:nth-of-type(2) {
left: calc(50% - var(--a) * 2 - var(--d) * 1.5);
top: calc(var(--h) * 0.5);
}
li.Gallery:nth-of-type(3) {
left: calc(50% - var(--a) * 2 - var(--d) * 1.5);
top: calc(var(--h) * 1.5);
}
li.Gallery:nth-of-type(4) {
left: calc(50% - var(--a) - var(--d) * 0.5);
top: calc(var(--h) * 2);
}
li.Gallery:nth-of-type(5) {
left: calc(50% + var(--d) * 0.5);
top: calc(var(--h) * 0.5);
}
li.Gallery:nth-of-type(6) {
left: calc(50% + var(--d) * 0.5);
top: calc(var(--h) * 1.5);
}
/*
style
*/
ul.Gallery {
filter: drop-shadow(0 0 10px hsla(0, 0%, 0%, 0.8));
}
li.Gallery:hover {
filter: drop-shadow(0 0 10px powderblue);
z-index: 10;
}
/*
anim
*/
ul.Gallery {
animation: r 4s forwards;
list-style-type: none;
}
@keyframes r {
from {
transform: rotate(180deg);
}
to {
transform: rotate(0);
}
}
li.Gallery {
animation: ir 4s forwards
}
@keyframes ir {
from {
transform: rotate(-360deg)
}
to {
transform: rotate(0)
}
}
@media only screen and (max-width: 600px) {
li.Gallery {
position: static;
width: 100%;
height: 100;
}
ul.Gallery{
padding: 0%;
width: 100%
}
.bodyGallery {
}
}
/*
.line-1,
.line-2,
.line-3 {
white-space: nowrap;
overflow: hidden;
transform: translateY(-50%);
}
@keyframes typeWriter {
from {
width: 0
}
to {
width: 100%
}
}
/* @keyframes blinkTextCursor {
form{
}
} */
/* .line-1 {
animation: typeWriter 2s steps(80) 3s 1 normal both;
}
.line-2 {
animation: typeWriter 2s steps(80) 2s 1 normal both;
}
.line-3 {
animation: typeWriter 2s steps(80) 1s 1 normal both;
} */
.box{
padding: 30px;
}
img{
width: 100%
} | css/MyGallery.css | div.bodyGallery {
display: flex;
justify-content: center;
align-items: center;
padding: 50px;
background: radial-gradient(circle at center,
hsla(0, 0%, 0%, 0.2),
hsla(0, 0%, 0%, 0.8));
overflow: hidden;
}
ul.Gallery {
width: 100vmin;
height: 100vmin;
position: relative;
}
li.Gallery {
/*
|a|d|a|
------- -
|/ \| | 0.5h
|\ /| ^
-------
| w |
a = 0.5h/tan60 = 0.28867513459h
d = 0.5h/sin60 = 0.57735026919h
w = a + d + a = 1.15470053838h
[zoom out]
|a|_d_| _____ _
/| \ / \ |
ang=60_| \__d__/ \ | h
\ / \ / |
\_____|/| \_____/ _|
a
|-------|
w
*/
--h: calc(100% / 3);
--w: calc(1.15470053838 * var(--h));
--a: calc(0.28867513459 * var(--h));
--d: calc(0.57735026919 * var(--h));
height: var(--h);
width: var(--w);
position: absolute;
}
img.Gallery {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
/*
[clip-path coordinates]
--A-F--
B|/ \|E coord.
|\ /| A(a/w, 0)
--C-D-- B(0, 50%)
C(a/w, 100%)
D(100% - a/w, 100%)
E(100%, 50%)
F(100% - a/w, 0)
where a/w = 0.24999999999
*/
--aw: 24.9999999%;
clip-path: polygon(var(--aw) 0,
0 50%,
var(--aw) 100%,
calc(100% - var(--aw)) 100%,
100% 50%,
calc(100% - var(--aw)) 0);
}
li.Gallery:nth-of-type(1) {
left: calc(50% - var(--a) - var(--d) * 0.5);
top: 0;
}
li.Gallery:nth-of-type(2) {
left: calc(50% - var(--a) * 2 - var(--d) * 1.5);
top: calc(var(--h) * 0.5);
}
li.Gallery:nth-of-type(3) {
left: calc(50% - var(--a) * 2 - var(--d) * 1.5);
top: calc(var(--h) * 1.5);
}
li.Gallery:nth-of-type(4) {
left: calc(50% - var(--a) - var(--d) * 0.5);
top: calc(var(--h) * 2);
}
li.Gallery:nth-of-type(5) {
left: calc(50% + var(--d) * 0.5);
top: calc(var(--h) * 0.5);
}
li.Gallery:nth-of-type(6) {
left: calc(50% + var(--d) * 0.5);
top: calc(var(--h) * 1.5);
}
/*
style
*/
ul.Gallery {
filter: drop-shadow(0 0 10px hsla(0, 0%, 0%, 0.8));
}
li.Gallery:hover {
filter: drop-shadow(0 0 10px powderblue);
z-index: 10;
}
/*
anim
*/
ul.Gallery {
animation: r 4s forwards;
list-style-type: none;
}
@keyframes r {
from {
transform: rotate(180deg);
}
to {
transform: rotate(0);
}
}
li.Gallery {
animation: ir 4s forwards
}
@keyframes ir {
from {
transform: rotate(-360deg)
}
to {
transform: rotate(0)
}
}
@media only screen and (max-width: 600px) {
li.Gallery {
position: static;
width: 100%;
height: 100;
}
ul.Gallery{
padding: 0%;
width: 100%
}
.bodyGallery {
}
}
/*
.line-1,
.line-2,
.line-3 {
white-space: nowrap;
overflow: hidden;
transform: translateY(-50%);
}
@keyframes typeWriter {
from {
width: 0
}
to {
width: 100%
}
}
/* @keyframes blinkTextCursor {
form{
}
} */
/* .line-1 {
animation: typeWriter 2s steps(80) 3s 1 normal both;
}
.line-2 {
animation: typeWriter 2s steps(80) 2s 1 normal both;
}
.line-3 {
animation: typeWriter 2s steps(80) 1s 1 normal both;
} */
.box{
padding: 30px;
}
img{
width: 100%
} | 0.471223 | 0.203569 |
.popUpContainerBackground {
display: none;
}
.popUpContainer{
display: none;
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.3s;
animation-name: animatetop;
animation-duration: 0.3s;
}
@-webkit-keyframes animatetop {
from {top: -300px; opacity: 0}
to {top: 0; opacity: 1}
}
@keyframes animatetop {
from {top: -300px; opacity: 0}
to {top: 0%; opacity: 1}
}
.popUpContainer .popUpTitles {
color: rgb(50, 50, 50);
padding: 30px 20px 40px 40px;
font-weight: bold;
}
.popUpContainer.indexPopUp label {
text-align: left;
vertical-align: middle;
box-sizing: border-box;
font-size: 16px;
}
/* Inputs width */
.popUpContainer input[type=text], .popUpContainer input[type=password], .popUpContainer input[type=date],
.popUpContainer input[type=tel], .popUpContainer input[type=number], .popUpContainer input[type=email], .popUpContainer textarea {
box-sizing: border-box;
border: 1px solid #E8E8E8;
border-radius: 3px;
background-color: #f2f2f2;
}
.popUpContainer input[type=text]{
font-family: 'Source Sans Pro', sans-serif;
}
.popUpContainer ::-webkit-input-placeholder,/* Chrome/Opera/Safari */
.popUpContainer ::-moz-placeholder, /* IE 10+ */
.popUpContainer :-ms-input-placeholder, /* Firefox 18- */
.popUpContainer :-moz-placeholder {
font-size: 11px;
}
.popUpContainer input:active {
background-color: lightgrey;
}
.popUpContainer .containerOptions{
vertical-align: middle;
text-align: center;
display: inline-block;
width: 40%;
margin-left: 5%;
color: darkgrey;
padding-left: 20px;
}
.popUpContainer .containerOptionsText{
width: 100%;
padding-top: 2px;
padding-bottom: 2px;
}
.popUpContainer .containerOptionsText:hover{
color: black;
cursor: pointer;
cursor: hand;
}
.popUpContainer .rememberCheckbox {
vertical-align: middle;
color: darkgrey;
padding-top: 20px;
padding-bottom: 10px;
padding-right: 20px;
margin-left: 5%;
margin-right: 5%;
overflow: hidden;
}
.popUpContainer .rememberCheckbox input {
float: right;
}
.popUpContainer.indexPopUp .rememberCheckbox label {
padding-top: 3px;
width: auto;
font-size: 10px;
float: right;
}
.popUpContainer .inputError {
color: red;
font-size: 11px;
text-align: left;
padding-left: 25%;
}
.popUpContainer .inputSucces {
color: green;
font-size: 11px;
text-align: left;
padding-left: 25%;
}
.popUpContainer hr {
margin-left: 5%;
margin-right: 5%;
margin-bottom: 0%;
margin-top: 0%;
border: 0;
height: 1px;
background: lightgrey;
}
.popUpContainer .termsAndConditions {
font-size: 10px;
margin-left: 5%;
margin-right: 5%;
padding: 10px 10px 15px 10px;
text-align: center;
}
.popUpContainer button {
width: 40%;
margin-left: 5%;
margin-right: 5%;
font-family: inherit;
border-radius: 3px;
background-color: #4CAF50;
color: white;
text-transform: uppercase;
padding: 20px 20px;
margin-top: 20px;
border: none;
cursor: pointer;
box-shadow: 0px 2px #3F9643;
}
.popUpContainer.indexPopUp button {
margin-bottom: 40px;
}
.popUpContainer.loggedPopUp button {
margin-bottom: 20px;
}
.popUpContainer button:hover {
background-color: #3F9643;
box-shadow: none;
}
.popUpContainer button:active {
-webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
-moz-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
}
/* <----------------------------------- (LOG IN) MAIN CONTAINER HASTA 1280 -------------------------------> */
@media (max-width: 1280px){
.popUpContainer .buttonClose{
display: none;
}
.popUpContainer{
min-height: 600px;
}
.popUpContainer.indexPopUp label {
display: block;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.popUpContainer input[type=text], .popUpContainer input[type=password], .popUpContainer input[type=date],
.popUpContainer input[type=tel], .popUpContainer input[type=number], .popUpContainer input[type=email], .popUpContainer textarea{
display: block;
width: 96%;
padding-top: 12px;
padding-bottom: 12px;
padding-right: 20px;
padding-left: 20px;
margin-top: 8px;
margin-bottom: 8px;
margin-right: 2%;
margin-left: 2%;
}
}
/* <----------------------------------- (LOG IN) MAIN CONTAINER HASTA 1280 -------------------------------> */
@media (min-width: 1280px) { /*<-- WARNING THIS SHOULD BE THE SAME AS THE "QUERYS" OF THE JS -->*/
/* <----------------------------------- POPUP CONTAINER DESDE 1280 -------------------------------> */
.popUpContainerBackground {
color: #3f3f3f;
z-index:100;
display:none;
padding-top:80px;
padding-bottom: 20px;
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
overflow:auto;
background-color:rgb(0,0,0);
background-color:rgba(0,0,0,0.9)
}
.popUpContainer{
margin:auto;
position:relative;
padding:0;
outline:0;
background-color: white;
border-radius: 2px;
width: 720px;
z-index: 1001;
display: none;
/*
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
*/
}
.popUpContainer.indexPopUp label {
display: inline-block;
width: 20%;
padding-left: 30px;
padding-right: 15px;
}
.popUpContainer input[type=text], .popUpContainer input[type=password], .popUpContainer input[type=date],
.popUpContainer input[type=tel], .popUpContainer input[type=number], .popUpContainer input[type=email], .popUpContainer textarea {
display: inline-block;
width: 70%;
padding: 12px 20px;
margin: 8px;
}
.popUpContainer.indexPopUp.popUpContact textarea {
margin-left: 155px;
}
.popUpContainer textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-family: 'Source Sans Pro', sans-serif;
}
.popUpContainer textarea .postText::-moz-placeholder { /* Firefox 19+ */
font-family: 'Source Sans Pro', sans-serif;
}
.popUpContainer textarea .postText:-ms-input-placeholder { /* IE 10+ */
font-family: 'Source Sans Pro', sans-serif;
}
.popUpContainer textarea .postText:-moz-placeholder { /* Firefox 18- */
font-family: 'Source Sans Pro', sans-serif;
}
.buttonClose{
display: block;
background-color: white;
position: absolute;
width: 25px;
height: 25px;
right: 0px;
top: 0px;
z-index: 1002;
padding: 2px 2px 2px 2px;
transform: translate(100%, -100%);
padding: 3px 3px 3px 3px;
border-radius: 50%;
}
.buttonClose:hover {
filter: brightness(50%);
}
/* <----------------------------------- POPUP CONTAINER DESDE 1280 -------------------------------> */
}
/* <----------------------------------- POPUP POST -------------------------------> */
.postContainer .postText{
padding: 20px;
width: calc(100% - 16px);
resize: none;
font-family: 'Source Sans Pro', sans-serif;
color: #333333;
font-size: 22px;
font-weight: bold;
border: none;
}
.postContainer .postText::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-size: 22;
font-weight: bold;
}
.postContainer .postText::-moz-placeholder { /* Firefox 19+ */
font-size: 22;
font-weight: bold;
}
.postContainer .postText:-ms-input-placeholder { /* IE 10+ */
font-size: 22;
font-weight: bold;
}
.postContainer .postText:-moz-placeholder { /* Firefox 18- */
font-size: 22;
font-weight: bold;
}
.submit {
overflow: hidden;
margin-top: 20px;
}
.submit button{
display: block;
padding: 10px 20px;
min-width: 10%;
max-width: 120px;
font-family: 'Source Sans Pro', sans-serif;
font-size: 14px;
text-align: center;
font-weight: bold;
letter-spacing: 0.5px;
color: white;
background-color: #4CAF50;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.5px;
font-weight: bold;
border: none;
border-radius: 3px;
box-shadow: 0px 2px #3F9643;
outline:none;
cursor: pointer;
float: right;
margin-bottom: 30px;
margin-right: 30px;
}
.postContainer .flexRow {
display: flex;
justify-content: space-around;
align-items: center;
}
.postContainer .flexRowCenter{
display: flex;
justify-content: center;
align-items: center;
}
.postContainer .selectRooms .title,
.postContainer .flexRow {
width: 90%;
margin: auto;
}
.postContainer .selectRooms .title{
margin-top: 10px;
margin-bottom: 10px;
overflow: hidden;
}
.postContainer .selectRooms .titleText {
font-weight: bold;
color: darkgrey;
display: inline-block;
}
.postContainer .title .titleOptions {
float: right;
display: inline-block;
}
.postContainer .title .titleOptions{
color: darkgrey;
font-size: 10px;
line-height: 16px;
}
.postContainer .selectRooms {
width: 100%;
}
.postContainer .selectRooms .room.active,
.postContainer .selectStudents .student.active {
color: #333;
opacity: 1;
}
.postContainer .selectRooms .room,
.postContainer .selectStudents .student{
opacity: 0.8;
}
.postContainer .selectStudents img,
.postContainer .selectRooms .room img{
height: 30px;
width: 30px;
display: block;
margin: auto;
}
.postContainer .selectStudents,
.postContainer .selectRooms .room {
color: darkgrey;
font-size: 12px;
}
.postContainer .selectStudents label,
.postContainer .selectRooms .room label {
padding-top: 5px;
display: block;
text-align: center;
}
.postContainer .selectRooms .room span {
font-weight: bold;
}
.postContainer .optionItem{
line-height: 20px;
font-size: 14px;
font-weight: bold;
color: darkgrey;
padding: 10px 5px;
vertical-align: middle;
opacity: 0.8;
}
.postContainer .optionItem.active {
opacity: 1;
}
.postContainer .mediaOptions {
padding-top: 20px;
}
.postContainer .tags .optionItem img,
.postContainer .mediaOptions .optionItem img {
height: 25px;
margin: 5px;
}
.postContainer .selectRooms .room:hover,
.postContainer .selectStudents .student:hover label,
.postContainer .title .titleOptions span:hover,
.postContainer .mediaOptions:hover ,
.postContainer .optionItem:hover,
.postContainer .mediaOptions.active ,
.postContainer .optionItem.active {
color: #333333;
}
.postContainer .selectRooms .room:hover img,
.postContainer .selectStudents .student:hover img,
.postContainer .mediaOptions:hover img,
.postContainer .optionItem.active {
filter: brightness(90%);
}
.postContainer .mediaOptions .optionItem h5 {
display: inline-block;
}
.postContainer .tags .optionItem input[type=radio] {
display: none;
}
.postContainer .imgContainer img{
margin-top: 5%;
width: 25px;
height: 25px;
} | public/css/style_popup.css | .popUpContainerBackground {
display: none;
}
.popUpContainer{
display: none;
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.3s;
animation-name: animatetop;
animation-duration: 0.3s;
}
@-webkit-keyframes animatetop {
from {top: -300px; opacity: 0}
to {top: 0; opacity: 1}
}
@keyframes animatetop {
from {top: -300px; opacity: 0}
to {top: 0%; opacity: 1}
}
.popUpContainer .popUpTitles {
color: rgb(50, 50, 50);
padding: 30px 20px 40px 40px;
font-weight: bold;
}
.popUpContainer.indexPopUp label {
text-align: left;
vertical-align: middle;
box-sizing: border-box;
font-size: 16px;
}
/* Inputs width */
.popUpContainer input[type=text], .popUpContainer input[type=password], .popUpContainer input[type=date],
.popUpContainer input[type=tel], .popUpContainer input[type=number], .popUpContainer input[type=email], .popUpContainer textarea {
box-sizing: border-box;
border: 1px solid #E8E8E8;
border-radius: 3px;
background-color: #f2f2f2;
}
.popUpContainer input[type=text]{
font-family: 'Source Sans Pro', sans-serif;
}
.popUpContainer ::-webkit-input-placeholder,/* Chrome/Opera/Safari */
.popUpContainer ::-moz-placeholder, /* IE 10+ */
.popUpContainer :-ms-input-placeholder, /* Firefox 18- */
.popUpContainer :-moz-placeholder {
font-size: 11px;
}
.popUpContainer input:active {
background-color: lightgrey;
}
.popUpContainer .containerOptions{
vertical-align: middle;
text-align: center;
display: inline-block;
width: 40%;
margin-left: 5%;
color: darkgrey;
padding-left: 20px;
}
.popUpContainer .containerOptionsText{
width: 100%;
padding-top: 2px;
padding-bottom: 2px;
}
.popUpContainer .containerOptionsText:hover{
color: black;
cursor: pointer;
cursor: hand;
}
.popUpContainer .rememberCheckbox {
vertical-align: middle;
color: darkgrey;
padding-top: 20px;
padding-bottom: 10px;
padding-right: 20px;
margin-left: 5%;
margin-right: 5%;
overflow: hidden;
}
.popUpContainer .rememberCheckbox input {
float: right;
}
.popUpContainer.indexPopUp .rememberCheckbox label {
padding-top: 3px;
width: auto;
font-size: 10px;
float: right;
}
.popUpContainer .inputError {
color: red;
font-size: 11px;
text-align: left;
padding-left: 25%;
}
.popUpContainer .inputSucces {
color: green;
font-size: 11px;
text-align: left;
padding-left: 25%;
}
.popUpContainer hr {
margin-left: 5%;
margin-right: 5%;
margin-bottom: 0%;
margin-top: 0%;
border: 0;
height: 1px;
background: lightgrey;
}
.popUpContainer .termsAndConditions {
font-size: 10px;
margin-left: 5%;
margin-right: 5%;
padding: 10px 10px 15px 10px;
text-align: center;
}
.popUpContainer button {
width: 40%;
margin-left: 5%;
margin-right: 5%;
font-family: inherit;
border-radius: 3px;
background-color: #4CAF50;
color: white;
text-transform: uppercase;
padding: 20px 20px;
margin-top: 20px;
border: none;
cursor: pointer;
box-shadow: 0px 2px #3F9643;
}
.popUpContainer.indexPopUp button {
margin-bottom: 40px;
}
.popUpContainer.loggedPopUp button {
margin-bottom: 20px;
}
.popUpContainer button:hover {
background-color: #3F9643;
box-shadow: none;
}
.popUpContainer button:active {
-webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
-moz-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
}
/* <----------------------------------- (LOG IN) MAIN CONTAINER HASTA 1280 -------------------------------> */
@media (max-width: 1280px){
.popUpContainer .buttonClose{
display: none;
}
.popUpContainer{
min-height: 600px;
}
.popUpContainer.indexPopUp label {
display: block;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.popUpContainer input[type=text], .popUpContainer input[type=password], .popUpContainer input[type=date],
.popUpContainer input[type=tel], .popUpContainer input[type=number], .popUpContainer input[type=email], .popUpContainer textarea{
display: block;
width: 96%;
padding-top: 12px;
padding-bottom: 12px;
padding-right: 20px;
padding-left: 20px;
margin-top: 8px;
margin-bottom: 8px;
margin-right: 2%;
margin-left: 2%;
}
}
/* <----------------------------------- (LOG IN) MAIN CONTAINER HASTA 1280 -------------------------------> */
@media (min-width: 1280px) { /*<-- WARNING THIS SHOULD BE THE SAME AS THE "QUERYS" OF THE JS -->*/
/* <----------------------------------- POPUP CONTAINER DESDE 1280 -------------------------------> */
.popUpContainerBackground {
color: #3f3f3f;
z-index:100;
display:none;
padding-top:80px;
padding-bottom: 20px;
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
overflow:auto;
background-color:rgb(0,0,0);
background-color:rgba(0,0,0,0.9)
}
.popUpContainer{
margin:auto;
position:relative;
padding:0;
outline:0;
background-color: white;
border-radius: 2px;
width: 720px;
z-index: 1001;
display: none;
/*
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
*/
}
.popUpContainer.indexPopUp label {
display: inline-block;
width: 20%;
padding-left: 30px;
padding-right: 15px;
}
.popUpContainer input[type=text], .popUpContainer input[type=password], .popUpContainer input[type=date],
.popUpContainer input[type=tel], .popUpContainer input[type=number], .popUpContainer input[type=email], .popUpContainer textarea {
display: inline-block;
width: 70%;
padding: 12px 20px;
margin: 8px;
}
.popUpContainer.indexPopUp.popUpContact textarea {
margin-left: 155px;
}
.popUpContainer textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-family: 'Source Sans Pro', sans-serif;
}
.popUpContainer textarea .postText::-moz-placeholder { /* Firefox 19+ */
font-family: 'Source Sans Pro', sans-serif;
}
.popUpContainer textarea .postText:-ms-input-placeholder { /* IE 10+ */
font-family: 'Source Sans Pro', sans-serif;
}
.popUpContainer textarea .postText:-moz-placeholder { /* Firefox 18- */
font-family: 'Source Sans Pro', sans-serif;
}
.buttonClose{
display: block;
background-color: white;
position: absolute;
width: 25px;
height: 25px;
right: 0px;
top: 0px;
z-index: 1002;
padding: 2px 2px 2px 2px;
transform: translate(100%, -100%);
padding: 3px 3px 3px 3px;
border-radius: 50%;
}
.buttonClose:hover {
filter: brightness(50%);
}
/* <----------------------------------- POPUP CONTAINER DESDE 1280 -------------------------------> */
}
/* <----------------------------------- POPUP POST -------------------------------> */
.postContainer .postText{
padding: 20px;
width: calc(100% - 16px);
resize: none;
font-family: 'Source Sans Pro', sans-serif;
color: #333333;
font-size: 22px;
font-weight: bold;
border: none;
}
.postContainer .postText::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-size: 22;
font-weight: bold;
}
.postContainer .postText::-moz-placeholder { /* Firefox 19+ */
font-size: 22;
font-weight: bold;
}
.postContainer .postText:-ms-input-placeholder { /* IE 10+ */
font-size: 22;
font-weight: bold;
}
.postContainer .postText:-moz-placeholder { /* Firefox 18- */
font-size: 22;
font-weight: bold;
}
.submit {
overflow: hidden;
margin-top: 20px;
}
.submit button{
display: block;
padding: 10px 20px;
min-width: 10%;
max-width: 120px;
font-family: 'Source Sans Pro', sans-serif;
font-size: 14px;
text-align: center;
font-weight: bold;
letter-spacing: 0.5px;
color: white;
background-color: #4CAF50;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.5px;
font-weight: bold;
border: none;
border-radius: 3px;
box-shadow: 0px 2px #3F9643;
outline:none;
cursor: pointer;
float: right;
margin-bottom: 30px;
margin-right: 30px;
}
.postContainer .flexRow {
display: flex;
justify-content: space-around;
align-items: center;
}
.postContainer .flexRowCenter{
display: flex;
justify-content: center;
align-items: center;
}
.postContainer .selectRooms .title,
.postContainer .flexRow {
width: 90%;
margin: auto;
}
.postContainer .selectRooms .title{
margin-top: 10px;
margin-bottom: 10px;
overflow: hidden;
}
.postContainer .selectRooms .titleText {
font-weight: bold;
color: darkgrey;
display: inline-block;
}
.postContainer .title .titleOptions {
float: right;
display: inline-block;
}
.postContainer .title .titleOptions{
color: darkgrey;
font-size: 10px;
line-height: 16px;
}
.postContainer .selectRooms {
width: 100%;
}
.postContainer .selectRooms .room.active,
.postContainer .selectStudents .student.active {
color: #333;
opacity: 1;
}
.postContainer .selectRooms .room,
.postContainer .selectStudents .student{
opacity: 0.8;
}
.postContainer .selectStudents img,
.postContainer .selectRooms .room img{
height: 30px;
width: 30px;
display: block;
margin: auto;
}
.postContainer .selectStudents,
.postContainer .selectRooms .room {
color: darkgrey;
font-size: 12px;
}
.postContainer .selectStudents label,
.postContainer .selectRooms .room label {
padding-top: 5px;
display: block;
text-align: center;
}
.postContainer .selectRooms .room span {
font-weight: bold;
}
.postContainer .optionItem{
line-height: 20px;
font-size: 14px;
font-weight: bold;
color: darkgrey;
padding: 10px 5px;
vertical-align: middle;
opacity: 0.8;
}
.postContainer .optionItem.active {
opacity: 1;
}
.postContainer .mediaOptions {
padding-top: 20px;
}
.postContainer .tags .optionItem img,
.postContainer .mediaOptions .optionItem img {
height: 25px;
margin: 5px;
}
.postContainer .selectRooms .room:hover,
.postContainer .selectStudents .student:hover label,
.postContainer .title .titleOptions span:hover,
.postContainer .mediaOptions:hover ,
.postContainer .optionItem:hover,
.postContainer .mediaOptions.active ,
.postContainer .optionItem.active {
color: #333333;
}
.postContainer .selectRooms .room:hover img,
.postContainer .selectStudents .student:hover img,
.postContainer .mediaOptions:hover img,
.postContainer .optionItem.active {
filter: brightness(90%);
}
.postContainer .mediaOptions .optionItem h5 {
display: inline-block;
}
.postContainer .tags .optionItem input[type=radio] {
display: none;
}
.postContainer .imgContainer img{
margin-top: 5%;
width: 25px;
height: 25px;
} | 0.41739 | 0.099733 |
:root {
/* Auto Trader variables */
--at-link: #2a65ba;
--at-aqua-base: #00d7d2;
--at-aqua-dark: #06a09d;
--at-grey-light: #f7f7f5;
--at-grey-base: #e8e8e3;
--at-grey-dark: #d0d0cb;
--at-blue-light: #5d7199;
--at-blue-base: #313c53;
--at-blue-dark: #242d3d;
--at-text-dark: #666;
--at-heading-color: #444;
/* Default color shades */
--md-default-fg-color: var(--at-text-dark);
--md-default-fg-color--light: var(--at-blue-dark);
/*--md-default-fg-color--lighter: ...; */
/*--md-default-fg-color--lightest: ...; */
/* --md-default-bg-color: ...; */
/* --md-default-bg-color--light: ...; */
/* --md-default-bg-color--lighter: ...; */
/* --md-default-bg-color--lightest: ...; */
/* Primary color shades */
--md-primary-fg-color: var(--at-blue-base);
/*--md-primary-fg-color--light: ...; */
/*--md-primary-fg-color--dark: ...; */
/* --md-primary-bg-color: ...; */
/* --md-primary-bg-color--light: ...; */
/* Accent color shades */
--md-accent-fg-color: var(--at-aqua-dark);
/* --md-accent-fg-color--transparent: ...; */
/* --md-accent-bg-color: ...; */
/* --md-accent-bg-color--light: ...; */
/* Code block color shades */
--md-code-bg-color: var(--at-grey-base)
/*--md-code-fg-color: ...; */
}
@font-face {
font-family: "Fabriga Medium";
font-display: optional;
src: url("https://c.atcdn.co.uk/fonts/ATFabriga-Medium.eot?v=1.0");
src: url("https://c.atcdn.co.uk/fonts/ATFabriga-Medium.eot?#iefix&v=1.0") format("embedded-opentype"), url("https://c.atcdn.co.uk/fonts/ATFabriga-Medium.woff2") format("woff2"), url("https://c.atcdn.co.uk/fonts/ATFabriga-Medium.woff") format("woff"), url("https://c.atcdn.co.uk/fonts/ATFabriga-Medium.ttf") format("truetype")
}
@font-face {
font-family: "Fabriga Regular";
font-display: optional;
src: url("https://c.atcdn.co.uk/fonts/ATFabriga-Regular.eot?v=1.0");
src: url("https://c.atcdn.co.uk/fonts/ATFabriga-Regular.eot?#iefix&v=1.0") format("embedded-opentype"), url("https://c.atcdn.co.uk/fonts/ATFabriga-Regular.woff2") format("woff2"), url("https://c.atcdn.co.uk/fonts/ATFabriga-Regular.woff") format("woff"), url("https://c.atcdn.co.uk/fonts/ATFabriga-Regular.ttf") format("truetype")
}
.md-header-nav__title { /* Title of the site in the heading */
font-family: "Fabriga Medium", "Open Sans", sans-serif;
}
.md-nav__title { /* Title above the navigation */
font-family: "Fabriga Regular", "Open Sans", sans-serif;
text-transform: uppercase;
}
ul.md-nav__list, .md-nav__item .md-nav__link--active { /* Items in the navigation/TOC */
color: var(--at-blue-light);
font-family: "Fabriga Medium", "Open Sans", sans-serif;
padding-bottom: 0.375rem;
}
.md-nav__item .md-nav__link--active { /* The active navigation/TOC item */
background-color: var(--at-grey-light);
}
.md-typeset a { /* Other links in the site */
color: var(--at-link);
text-decoration-line: underline;
}
.md-typeset a:hover {
color: var(--at-aqua-base);
}
.md-typeset code { /* Adds to style defined in https://github.com/squidfunk/mkdocs-material/blob/master/src/assets/stylesheets/main/_typeset.scss */
border: 1px solid var(--at-grey-dark);
}
a.headerlink { /* The ¶ shortcuts to headings */
text-decoration-line: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700 !important;
color: var(--at-heading-color) !important;
}
.md-header-nav__button.md-logo img, .md-header-nav__button.md-logo svg {
width: 2rem;
height: 2rem;
} | docs/css/extra.css | :root {
/* Auto Trader variables */
--at-link: #2a65ba;
--at-aqua-base: #00d7d2;
--at-aqua-dark: #06a09d;
--at-grey-light: #f7f7f5;
--at-grey-base: #e8e8e3;
--at-grey-dark: #d0d0cb;
--at-blue-light: #5d7199;
--at-blue-base: #313c53;
--at-blue-dark: #242d3d;
--at-text-dark: #666;
--at-heading-color: #444;
/* Default color shades */
--md-default-fg-color: var(--at-text-dark);
--md-default-fg-color--light: var(--at-blue-dark);
/*--md-default-fg-color--lighter: ...; */
/*--md-default-fg-color--lightest: ...; */
/* --md-default-bg-color: ...; */
/* --md-default-bg-color--light: ...; */
/* --md-default-bg-color--lighter: ...; */
/* --md-default-bg-color--lightest: ...; */
/* Primary color shades */
--md-primary-fg-color: var(--at-blue-base);
/*--md-primary-fg-color--light: ...; */
/*--md-primary-fg-color--dark: ...; */
/* --md-primary-bg-color: ...; */
/* --md-primary-bg-color--light: ...; */
/* Accent color shades */
--md-accent-fg-color: var(--at-aqua-dark);
/* --md-accent-fg-color--transparent: ...; */
/* --md-accent-bg-color: ...; */
/* --md-accent-bg-color--light: ...; */
/* Code block color shades */
--md-code-bg-color: var(--at-grey-base)
/*--md-code-fg-color: ...; */
}
@font-face {
font-family: "Fabriga Medium";
font-display: optional;
src: url("https://c.atcdn.co.uk/fonts/ATFabriga-Medium.eot?v=1.0");
src: url("https://c.atcdn.co.uk/fonts/ATFabriga-Medium.eot?#iefix&v=1.0") format("embedded-opentype"), url("https://c.atcdn.co.uk/fonts/ATFabriga-Medium.woff2") format("woff2"), url("https://c.atcdn.co.uk/fonts/ATFabriga-Medium.woff") format("woff"), url("https://c.atcdn.co.uk/fonts/ATFabriga-Medium.ttf") format("truetype")
}
@font-face {
font-family: "Fabriga Regular";
font-display: optional;
src: url("https://c.atcdn.co.uk/fonts/ATFabriga-Regular.eot?v=1.0");
src: url("https://c.atcdn.co.uk/fonts/ATFabriga-Regular.eot?#iefix&v=1.0") format("embedded-opentype"), url("https://c.atcdn.co.uk/fonts/ATFabriga-Regular.woff2") format("woff2"), url("https://c.atcdn.co.uk/fonts/ATFabriga-Regular.woff") format("woff"), url("https://c.atcdn.co.uk/fonts/ATFabriga-Regular.ttf") format("truetype")
}
.md-header-nav__title { /* Title of the site in the heading */
font-family: "Fabriga Medium", "Open Sans", sans-serif;
}
.md-nav__title { /* Title above the navigation */
font-family: "Fabriga Regular", "Open Sans", sans-serif;
text-transform: uppercase;
}
ul.md-nav__list, .md-nav__item .md-nav__link--active { /* Items in the navigation/TOC */
color: var(--at-blue-light);
font-family: "Fabriga Medium", "Open Sans", sans-serif;
padding-bottom: 0.375rem;
}
.md-nav__item .md-nav__link--active { /* The active navigation/TOC item */
background-color: var(--at-grey-light);
}
.md-typeset a { /* Other links in the site */
color: var(--at-link);
text-decoration-line: underline;
}
.md-typeset a:hover {
color: var(--at-aqua-base);
}
.md-typeset code { /* Adds to style defined in https://github.com/squidfunk/mkdocs-material/blob/master/src/assets/stylesheets/main/_typeset.scss */
border: 1px solid var(--at-grey-dark);
}
a.headerlink { /* The ¶ shortcuts to headings */
text-decoration-line: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700 !important;
color: var(--at-heading-color) !important;
}
.md-header-nav__button.md-logo img, .md-header-nav__button.md-logo svg {
width: 2rem;
height: 2rem;
} | 0.564339 | 0.105027 |
body
{
background: url(../img/11.png) no-repeat;
background-attachment: fixed;
height:100%;
background-size:cover;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}
#bloc_image
{
background: url('../img/17.png') center;
background-repeat: no-repeat;
height: 250px;
margin: auto;
}
#bloc_principal
{
width: 1230px;
margin: auto;
margin-top: 0px;
height: 1500px;
border-radius: 25px;
margin-right: 155px;
background-color: rgba( 255, 255, 255,0.9);
}
#sous-bloc
{
width: 1230px;
margin: auto;
height: 60px;
border-radius: 25px;
margin-right: 155px;
background-color: rgba( 255, 255, 255,0.9);
margin-bottom: 8px;
text-align:center;
font-size: 2.2em;
padding-top: 25px;
}
#bannière_titre
{
position: absolute;
bottom: 0;
border-radius: 0px 0px 5px 5px;
width: 99.5%;
height: 33px;
padding-top: 15px;
padding-left: 4px;
background-color: rgba(24,24,24,0.8);
color: white;
font-size: 0.8em;
text-align: center;
}
#OnePiece
{
width: 270px;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
margin-bottom:8px;
background: url('../img/OnePiece.jpg')no-repeat ;
background-size: 270px 410px;
margin-right : 8px;
margin-left : 60px;
}
#Nanatsu
{
width: 270px;
background-color: red;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
background: url('../img/Nanatsu.jpg')no-repeat ;
background-size: 270px 410px;
margin-bottom:8px;
margin-right : 8px;
}
#SoulEater
{
width: 270px;
background-color: red;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
background: url('../img/Soul_Eater.jpg')no-repeat ;
background-size: 270px 410px;
margin-bottom:8px;
margin-right : 8px;
}
#NoGameNoLife
{
width: 270px;
background-color: red;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
background: url('../img/No_Game.jpg')no-repeat ;
background-size: 270px 410px;
margin-bottom:8px;
}
#FairyTail
{
width: 270px;
background-color: red;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
background: url('../img/005.jpg')no-repeat ;
background-size: 270px 410px;
margin-bottom:8px;
margin-right : 8px;
margin-left : 60px;
}
#KillLaKill
{
width: 270px;
background-color: red;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
background: url('../img/006.jpg')no-repeat ;
background-size: 270px 410px;
margin-bottom:8px;
margin-right : 8px;
}
#Bleach
{
width: 270px;
background-color: red;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
background: url('../img/007.jpg')no-repeat ;
background-size: 270px 410px;
margin-bottom:8px;
margin-right : 8px;
}
#MyHeroAcademia
{
width: 270px;
background-color: red;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
background: url('../img/008.jpg')no-repeat ;
background-size: 270px 410px;
margin-bottom:8px;
}
#AssassinationClassroom
{
width: 270px;
background-color: red;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
background: url('../img/009.jpg')no-repeat ;
background-size: 270px 410px;
margin-bottom:8px;
margin-right : 8px;
margin-left : 60px;
}
#Bandeau
{
background-color: rgba( 64, 130, 209, 0.7);
margin-top: 350px;
width: 250px;
position: absolute;
height: 40px;
text-align: center;
vertical-align: top;
flex: 1.2;
padding: 10px;
color: white;
font-size: 1.4em;
}
aside
{
background-color: rgba(84, 130, 53, 0.6);
float: left;
margin-top: 76px;
width: 300px;
position:relative;
border-radius: 25px;
height: 1096px;
text-align: center;
flex: 1.2;
box-shadow: 0px 2px 5px #1c1a19;
border-radius: 25px;
padding: 10px;
color: white;
font-size: 0.9em;
}
section h1, footer h1, nav a
{
font-family: Dayrom, serif;
font-weight: normal;
text-transform: uppercase;
}
header
{
background: url('images/separateur.png') repeat-x bottom;
display: flex;
justify-content: space-between;
align-items: flex-end;
color: white;
}
#titre_principal
{
display: flex;
flex-direction: column;
}
#logo
{
display: flex;
flex-direction: row;
align-items: baseline;
}
#logo img
{
width: 59px;
height: 60px;
}
header h1
{
font-family: 'BallparkWeiner', serif;
font-size: 2.5em;
font-weight: normal;
margin: 0 0 0 10px;
}
header h2
{
font-family: Dayrom, serif;
font-size: 1.1em;
margin-top: 0px;
font-weight: normal;
margin-top: 65px;
}
nav ul
{
list-style-type: none;
display: flex;
}
nav li
{
margin-right: 15px;
}
nav a
{
font-size: 1.3em;
color: white;
padding-bottom: 3px;
text-decoration: none;
position: relative;
top: 5px; height: auto;
}
nav a:hover
{
color: #760001;
border-bottom: 3px solid #760001;
}
#banniere_image
{
margin-top: 15px;
height: 33px;
border-radius: 5px;
background: url('images/sanfrancisco.jpg') no-repeat;
position: relative;
box-shadow: 0px 4px 4px #1c1a19;
margin-bottom: 25px;
}
#banniere_image2
{
margin-top: 15px;
height: 33px;
border-radius: 5px;
background: url('images/sanfrancisco.jpg') no-repeat;
position: relative;
box-shadow: 0px 4px 4px #1c1a19;
margin-bottom: 5px;
text-align: center;
}
#banniere_description
{
position: absolute;
bottom: 0;
border-radius: 0px 0px 5px 5px;
width: 99.5%;
height: 33px;
padding-top: 15px;
padding-left: 4px;
background-color: rgba(24,24,24,0.8);
color: white;
font-size: 0.8em;
}
aside img
{
margin-right: 5px;
}
footer
{
display: flex;
background: url('images/ico_top.png') no-repeat top center, url('images/separateur.png') repeat-x top, url('images/ombre.png') repeat-x top;
padding-top: 25px;
}
footer p, footer ul
{
font-size: 0.8em;
}
footer h1
{
font-size: 1.1em;
}
.bouton_rouge
{
height: 25px;
position: absolute;
right: 5px;
bottom: 5px;
background: url('images/fond_degraderouge.png') repeat-x;
border: 1px solid #760001;
border-radius: 5px;
font-size: 1.2em;
text-align: center;
padding: 3px 8px 0px 8px;
color: white;
text-decoration: none;
} | public_html/css/Incontournables.css | body
{
background: url(../img/11.png) no-repeat;
background-attachment: fixed;
height:100%;
background-size:cover;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}
#bloc_image
{
background: url('../img/17.png') center;
background-repeat: no-repeat;
height: 250px;
margin: auto;
}
#bloc_principal
{
width: 1230px;
margin: auto;
margin-top: 0px;
height: 1500px;
border-radius: 25px;
margin-right: 155px;
background-color: rgba( 255, 255, 255,0.9);
}
#sous-bloc
{
width: 1230px;
margin: auto;
height: 60px;
border-radius: 25px;
margin-right: 155px;
background-color: rgba( 255, 255, 255,0.9);
margin-bottom: 8px;
text-align:center;
font-size: 2.2em;
padding-top: 25px;
}
#bannière_titre
{
position: absolute;
bottom: 0;
border-radius: 0px 0px 5px 5px;
width: 99.5%;
height: 33px;
padding-top: 15px;
padding-left: 4px;
background-color: rgba(24,24,24,0.8);
color: white;
font-size: 0.8em;
text-align: center;
}
#OnePiece
{
width: 270px;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
margin-bottom:8px;
background: url('../img/OnePiece.jpg')no-repeat ;
background-size: 270px 410px;
margin-right : 8px;
margin-left : 60px;
}
#Nanatsu
{
width: 270px;
background-color: red;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
background: url('../img/Nanatsu.jpg')no-repeat ;
background-size: 270px 410px;
margin-bottom:8px;
margin-right : 8px;
}
#SoulEater
{
width: 270px;
background-color: red;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
background: url('../img/Soul_Eater.jpg')no-repeat ;
background-size: 270px 410px;
margin-bottom:8px;
margin-right : 8px;
}
#NoGameNoLife
{
width: 270px;
background-color: red;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
background: url('../img/No_Game.jpg')no-repeat ;
background-size: 270px 410px;
margin-bottom:8px;
}
#FairyTail
{
width: 270px;
background-color: red;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
background: url('../img/005.jpg')no-repeat ;
background-size: 270px 410px;
margin-bottom:8px;
margin-right : 8px;
margin-left : 60px;
}
#KillLaKill
{
width: 270px;
background-color: red;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
background: url('../img/006.jpg')no-repeat ;
background-size: 270px 410px;
margin-bottom:8px;
margin-right : 8px;
}
#Bleach
{
width: 270px;
background-color: red;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
background: url('../img/007.jpg')no-repeat ;
background-size: 270px 410px;
margin-bottom:8px;
margin-right : 8px;
}
#MyHeroAcademia
{
width: 270px;
background-color: red;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
background: url('../img/008.jpg')no-repeat ;
background-size: 270px 410px;
margin-bottom:8px;
}
#AssassinationClassroom
{
width: 270px;
background-color: red;
margin: auto;
margin-top: 7px;
height: 410px;
float: left;
background: url('../img/009.jpg')no-repeat ;
background-size: 270px 410px;
margin-bottom:8px;
margin-right : 8px;
margin-left : 60px;
}
#Bandeau
{
background-color: rgba( 64, 130, 209, 0.7);
margin-top: 350px;
width: 250px;
position: absolute;
height: 40px;
text-align: center;
vertical-align: top;
flex: 1.2;
padding: 10px;
color: white;
font-size: 1.4em;
}
aside
{
background-color: rgba(84, 130, 53, 0.6);
float: left;
margin-top: 76px;
width: 300px;
position:relative;
border-radius: 25px;
height: 1096px;
text-align: center;
flex: 1.2;
box-shadow: 0px 2px 5px #1c1a19;
border-radius: 25px;
padding: 10px;
color: white;
font-size: 0.9em;
}
section h1, footer h1, nav a
{
font-family: Dayrom, serif;
font-weight: normal;
text-transform: uppercase;
}
header
{
background: url('images/separateur.png') repeat-x bottom;
display: flex;
justify-content: space-between;
align-items: flex-end;
color: white;
}
#titre_principal
{
display: flex;
flex-direction: column;
}
#logo
{
display: flex;
flex-direction: row;
align-items: baseline;
}
#logo img
{
width: 59px;
height: 60px;
}
header h1
{
font-family: 'BallparkWeiner', serif;
font-size: 2.5em;
font-weight: normal;
margin: 0 0 0 10px;
}
header h2
{
font-family: Dayrom, serif;
font-size: 1.1em;
margin-top: 0px;
font-weight: normal;
margin-top: 65px;
}
nav ul
{
list-style-type: none;
display: flex;
}
nav li
{
margin-right: 15px;
}
nav a
{
font-size: 1.3em;
color: white;
padding-bottom: 3px;
text-decoration: none;
position: relative;
top: 5px; height: auto;
}
nav a:hover
{
color: #760001;
border-bottom: 3px solid #760001;
}
#banniere_image
{
margin-top: 15px;
height: 33px;
border-radius: 5px;
background: url('images/sanfrancisco.jpg') no-repeat;
position: relative;
box-shadow: 0px 4px 4px #1c1a19;
margin-bottom: 25px;
}
#banniere_image2
{
margin-top: 15px;
height: 33px;
border-radius: 5px;
background: url('images/sanfrancisco.jpg') no-repeat;
position: relative;
box-shadow: 0px 4px 4px #1c1a19;
margin-bottom: 5px;
text-align: center;
}
#banniere_description
{
position: absolute;
bottom: 0;
border-radius: 0px 0px 5px 5px;
width: 99.5%;
height: 33px;
padding-top: 15px;
padding-left: 4px;
background-color: rgba(24,24,24,0.8);
color: white;
font-size: 0.8em;
}
aside img
{
margin-right: 5px;
}
footer
{
display: flex;
background: url('images/ico_top.png') no-repeat top center, url('images/separateur.png') repeat-x top, url('images/ombre.png') repeat-x top;
padding-top: 25px;
}
footer p, footer ul
{
font-size: 0.8em;
}
footer h1
{
font-size: 1.1em;
}
.bouton_rouge
{
height: 25px;
position: absolute;
right: 5px;
bottom: 5px;
background: url('images/fond_degraderouge.png') repeat-x;
border: 1px solid #760001;
border-radius: 5px;
font-size: 1.2em;
text-align: center;
padding: 3px 8px 0px 8px;
color: white;
text-decoration: none;
} | 0.328099 | 0.062445 |
body {
background-color: #343a40;
}
.error {
color: darkred;
font-weight: bolder;
}
.logo {
width: 100px;
}
.breadcrumb a {
color: ghostwhite;
}
#copyright {
color: ghostwhite;
}
#page-title {
background-color: #ffc107;
margin-top: 10px;
padding: 20px 0 15px 0;
}
#page-title h1 {
font-family: Raleway, sans-serif;
font-weight: bolder;
letter-spacing: 6px;
color: #343a40;
}
#accomplishments, #education, #form-div, #message, #dashboard, #search, #register, #login {
padding: 15px 20px;
}
.clickable-row {
cursor: pointer;
}
/***************************************************** CONTACT CSS *****************************************************/
#contact {
background-color: rgba(255, 193, 7, 0.7);
padding: 50px 0;
}
.contact {
background-color: #FFFFFF;
border: 0px solid #000000;
-webkit-box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
-moz-box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
padding: 80px;
}
#contact-info {
background-color: #FFFFFF;
border: 0px solid #000000;
-webkit-box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
-moz-box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
padding: 80px;
}
#contact-info img {
display: block;
margin: 0 auto;
width: 80px;
}
#contact-info a {
margin-top: 50px;
color: #1d2124;
}
#contact-info > div.row > div > a > img:hover {
opacity: 0.7;
}
.social-text {
display: block;
margin-top: 20px;
width: 100%;
text-align: center;
}
/*************************************************** EXPERIENCE CSS ***************************************************/
#experience {
background-color: rgba(255, 193, 7, 0.7);
padding: 20px 0;
color: #ffc107;
border: 0px solid #000000;
-webkit-box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
-moz-box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
}
#experience hr {
border: #ffc107 1px solid;
}
.experience {
background-color: #343a40;
padding: 40px 80px;
}
#recommendations {
background-color: #ffc107;
padding: 20px 50px;
}
#recommendations .col {
padding: 20px;
}
.duration {
position: relative;
top: -25px;
float: right;
}
.company-logo {
float: right;
}
/****************************************************** SKILL CSS ******************************************************/
#form-div, #message, #dashboard, #search {
background-color: #FFFFFF;
}
#accomplishments, #education {
background-color: #ffc107;
}
#skill {
padding: 5px 0 70px 0;
background-color: rgba(255, 193, 7, 0.7);
}
#accomplishments .col, #education .col, #form-div .col {
padding: 20px;
}
.skill {
margin-top: 50px;
padding: 20px;
background-color: #f2f2f2;
border: 0px solid #000000;
-webkit-box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
-moz-box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
}
.skill ul {
margin-top: 20px;
list-style: none;
text-indent: 20px;
}
.skill h3 {
font-family: "Courier New";
float: right;
position: relative;
bottom: 0;
}
.skill li {
font-family: "Courier New";
}
.skill-duration img {
width: 125px;
height: 100px;
}
.skill-img {
width: 100px;
height: 100px;
border-radius: 50px;
display: block;
margin: auto;
object-fit: cover;
}
.skill-duration {
position: relative;
float: right;
margin-right: 40px;
width: 100px;
}
.skill-duration h6 {
font-family: "Courier New";
position: absolute;
top: 50%;
left: 30%;
width: 100%;
}
/***************************************************** LANDING CSS *****************************************************/
#story {
font-family: Raleway, sans-serif;
padding: 50px;
background-color: #FFFFFF;
}
#story img {
display: block;
margin: 30px auto;
border-radius: 100px;
}
#testing {
background-color: #ffc107;
padding: 100px;
}
.testing-title {
float: right;
letter-spacing:10px;
border-bottom: solid #000 1px;
padding-bottom: 5px;
}
/***************************************************** SLIDER CSS *****************************************************/
#banner {
background-color: #2A3341;
position: relative;
height: 400px;
width: 100%;
margin: 40px auto 0;
overflow: visible;
font-weight: bold;
color: #ffc107;
font-size: 4em;
}
#banner_01 .banner-text {
display: none;
position: relative;
top: -60px;
}
#banner_02 .banner-text {
display: none;
}
#banner_03 .banner-text {
display: none;
position: relative;
top: 60px;
}
#banner_01 {
position: absolute;
top: 0;
left: 100%;
}
#banner_02 {
position: absolute;
top: 0;
left: 100%;
}
#banner_03 {
position: absolute;
top: 0;
left: 100%;
}
hr {
border: solid 1px black;
}
/* ANIMATION */
@keyframes cycle_in {
0% { left: 100%; top: 0; } /* When you start the slide, the first image is already visible */
100%{ left: 0; top: 0; }
}
@keyframes cycle_out {
0% { left: 0; top: 0; } /* When you start the slide, the first image is already visible */
100%{ left: 100%; top: 0; }
}
/******************************************************* SEARCH *******************************************************/
.search-result {
color: #1d2124;
}
.search-result:hover {
background-color: rgba(255, 193, 7, 0.2);
}
.search-result li {
list-style: none;
}
a.search-wrapper {
display: block;
text-decoration: none !important;
color: #1d2124;
}
a.search-wrapper {
margin: 0 70px;
}
#search > table > tbody > tr {
cursor: pointer;
}
/************************************************* DEVELOPER DASHBOARD *************************************************/
#process > .container > a {
display: block;
color: #1d2124;
text-decoration: none;
padding: 0 50px;
}
#experiences-tab.active, #skills-tab.active {
color: #ffc107;
}
#experiences-tab, #skills-tab {
color: #495057;
}
a.progress{
}
/************************************************* BOOTSTRAP OVERRIDES *************************************************/
.container-fluid {
padding: 0;
}
.navbar-brand {
position: relative;
}
.progress {
height: 25px;
}
.navigation {
padding: 20px 0;
}
.navigation .nav-link {
color: #dae0e5;
margin: 0 20px;
}
.navigation .nav-link:hover {
color: #ffc107;
}
.navigation .nav-link.active {
color: #ffc107;
}
#content-container {
background: url(/img/background/background.png) no-repeat center center fixed;
}
#copyright {
width: 100%;
padding: 10px;
text-align: right;
} | public/css/xs_styles.css | body {
background-color: #343a40;
}
.error {
color: darkred;
font-weight: bolder;
}
.logo {
width: 100px;
}
.breadcrumb a {
color: ghostwhite;
}
#copyright {
color: ghostwhite;
}
#page-title {
background-color: #ffc107;
margin-top: 10px;
padding: 20px 0 15px 0;
}
#page-title h1 {
font-family: Raleway, sans-serif;
font-weight: bolder;
letter-spacing: 6px;
color: #343a40;
}
#accomplishments, #education, #form-div, #message, #dashboard, #search, #register, #login {
padding: 15px 20px;
}
.clickable-row {
cursor: pointer;
}
/***************************************************** CONTACT CSS *****************************************************/
#contact {
background-color: rgba(255, 193, 7, 0.7);
padding: 50px 0;
}
.contact {
background-color: #FFFFFF;
border: 0px solid #000000;
-webkit-box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
-moz-box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
padding: 80px;
}
#contact-info {
background-color: #FFFFFF;
border: 0px solid #000000;
-webkit-box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
-moz-box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
padding: 80px;
}
#contact-info img {
display: block;
margin: 0 auto;
width: 80px;
}
#contact-info a {
margin-top: 50px;
color: #1d2124;
}
#contact-info > div.row > div > a > img:hover {
opacity: 0.7;
}
.social-text {
display: block;
margin-top: 20px;
width: 100%;
text-align: center;
}
/*************************************************** EXPERIENCE CSS ***************************************************/
#experience {
background-color: rgba(255, 193, 7, 0.7);
padding: 20px 0;
color: #ffc107;
border: 0px solid #000000;
-webkit-box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
-moz-box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
}
#experience hr {
border: #ffc107 1px solid;
}
.experience {
background-color: #343a40;
padding: 40px 80px;
}
#recommendations {
background-color: #ffc107;
padding: 20px 50px;
}
#recommendations .col {
padding: 20px;
}
.duration {
position: relative;
top: -25px;
float: right;
}
.company-logo {
float: right;
}
/****************************************************** SKILL CSS ******************************************************/
#form-div, #message, #dashboard, #search {
background-color: #FFFFFF;
}
#accomplishments, #education {
background-color: #ffc107;
}
#skill {
padding: 5px 0 70px 0;
background-color: rgba(255, 193, 7, 0.7);
}
#accomplishments .col, #education .col, #form-div .col {
padding: 20px;
}
.skill {
margin-top: 50px;
padding: 20px;
background-color: #f2f2f2;
border: 0px solid #000000;
-webkit-box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
-moz-box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
box-shadow: -5px 5px 5px 1px rgba(0,0,0,0.20);
}
.skill ul {
margin-top: 20px;
list-style: none;
text-indent: 20px;
}
.skill h3 {
font-family: "Courier New";
float: right;
position: relative;
bottom: 0;
}
.skill li {
font-family: "Courier New";
}
.skill-duration img {
width: 125px;
height: 100px;
}
.skill-img {
width: 100px;
height: 100px;
border-radius: 50px;
display: block;
margin: auto;
object-fit: cover;
}
.skill-duration {
position: relative;
float: right;
margin-right: 40px;
width: 100px;
}
.skill-duration h6 {
font-family: "Courier New";
position: absolute;
top: 50%;
left: 30%;
width: 100%;
}
/***************************************************** LANDING CSS *****************************************************/
#story {
font-family: Raleway, sans-serif;
padding: 50px;
background-color: #FFFFFF;
}
#story img {
display: block;
margin: 30px auto;
border-radius: 100px;
}
#testing {
background-color: #ffc107;
padding: 100px;
}
.testing-title {
float: right;
letter-spacing:10px;
border-bottom: solid #000 1px;
padding-bottom: 5px;
}
/***************************************************** SLIDER CSS *****************************************************/
#banner {
background-color: #2A3341;
position: relative;
height: 400px;
width: 100%;
margin: 40px auto 0;
overflow: visible;
font-weight: bold;
color: #ffc107;
font-size: 4em;
}
#banner_01 .banner-text {
display: none;
position: relative;
top: -60px;
}
#banner_02 .banner-text {
display: none;
}
#banner_03 .banner-text {
display: none;
position: relative;
top: 60px;
}
#banner_01 {
position: absolute;
top: 0;
left: 100%;
}
#banner_02 {
position: absolute;
top: 0;
left: 100%;
}
#banner_03 {
position: absolute;
top: 0;
left: 100%;
}
hr {
border: solid 1px black;
}
/* ANIMATION */
@keyframes cycle_in {
0% { left: 100%; top: 0; } /* When you start the slide, the first image is already visible */
100%{ left: 0; top: 0; }
}
@keyframes cycle_out {
0% { left: 0; top: 0; } /* When you start the slide, the first image is already visible */
100%{ left: 100%; top: 0; }
}
/******************************************************* SEARCH *******************************************************/
.search-result {
color: #1d2124;
}
.search-result:hover {
background-color: rgba(255, 193, 7, 0.2);
}
.search-result li {
list-style: none;
}
a.search-wrapper {
display: block;
text-decoration: none !important;
color: #1d2124;
}
a.search-wrapper {
margin: 0 70px;
}
#search > table > tbody > tr {
cursor: pointer;
}
/************************************************* DEVELOPER DASHBOARD *************************************************/
#process > .container > a {
display: block;
color: #1d2124;
text-decoration: none;
padding: 0 50px;
}
#experiences-tab.active, #skills-tab.active {
color: #ffc107;
}
#experiences-tab, #skills-tab {
color: #495057;
}
a.progress{
}
/************************************************* BOOTSTRAP OVERRIDES *************************************************/
.container-fluid {
padding: 0;
}
.navbar-brand {
position: relative;
}
.progress {
height: 25px;
}
.navigation {
padding: 20px 0;
}
.navigation .nav-link {
color: #dae0e5;
margin: 0 20px;
}
.navigation .nav-link:hover {
color: #ffc107;
}
.navigation .nav-link.active {
color: #ffc107;
}
#content-container {
background: url(/img/background/background.png) no-repeat center center fixed;
}
#copyright {
width: 100%;
padding: 10px;
text-align: right;
} | 0.373876 | 0.104021 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
letter-spacing: -2px;
}
html {
scroll-behavior: smooth;
width: 100%;
}
#homepage {
font-family: 'Josefin Sans';
}
#context-menu {
position: fixed;
z-index: 100000;
width: 200px;
font-family: 'Josefin Sans';
/*background: #1b1a1a;*/
padding: 2px;
user-select: none;
border-radius: 3px;
box-shadow: 7px 7px 60px #000;
backdrop-filter: blur(100px);
background-color: rgba(0, 0, 0, 0.4);
transform: scale(0);
transform-origin: top left;
border: 2px solid black
}
#context-menu.active {
transform: scale(1);
transition: transform 200ms ease-in-out;
}
#context-menu .item {
padding: 8px 10px;
font-size: 14px;
color: #eee;
transition: 0.18s ease-in-out
/*color: #eee;*/
}
#context-menu .item:hover {
background: #e91e63;
/*background: rgb(24, 1, 48);*/
border-radius: 2px;
color: white;
}
#context-menu .item i {
display: inline-block;
margin-right: 5px;
}
#context-menu .item a {
color: white;
text-decoration: none;
}
#context-menu hr {
margin: 2px 0px;
border-color: #e91e63;
}
.splash {
position: fixed;
top: 0;
user-select: none;
left: 0;
width: 100%;
height: 100vh;
background: black;
z-index: 200;
color: crimson;
text-align: center;
line-height: 90vh;
font-family: 'Poppins', sans-serif;
}
.splash.display-none {
position: fixed;
opacity: 0;
top: 100%;
left: 0;
width: 100%;
height: 100vh;
background: black;
z-index: -10;
color: white;
line-height: 96vh;
transition: all .25s
}
@keyframes fadeIn {
to {
opacity: 1;
}
}
.fade-in {
opacity: 0;
text-transform: uppercase;
font-size: 75px;
text-shadow: 0 0 50px #f00;
font-weight: 900;
text-align: bottom;
align-items: bottom;
animation: fadeIn 1.55s ease-in forwards
}
.fade-in .type3 {
color: #fff;
text-shadow: 0 0 50px #fff;
}
body {
margin: 0;
min-height: 100vh;
font-family: 'Josefin Sans';
align-items: center;
background: #000;
width: 100%;
padding: 0;
}
input[type="checkbox"] {
position: fixed;
z-index: 5;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
bottom: 100px;
outline: none;
right: 100px;
cursor: pointer;
-webkit-appearance: none
}
input[type="checkbox"]:before {
content: 'Light';
position: absolute;
border-bottom: 5px solid #c9223d;
color: #c9223d;
background: #000;
padding: 10px 20px
}
input[type="checkbox"]:checked:before {
content: 'Dark';
position: absolute;
font-family: 'Poppins', sans-serif;
color: #000;
border-bottom: 5px solid black;
background: #c9223d;
padding: 10px 20px
}
input[type="checkbox"]:checked~* {
filter: invert(1)
}
.content {
max-width: 1250px;
padding: 0 30px;
margin: auto
}
.navbar {
position: fixed;
background: #000;
z-index: 100;
height: 80px;
width: 100%;
padding: 25px 0;
overflow: hidden;
transition: all 0.67s ease
}
.navbar.sticky {
color: #999;
z-index: 100;
background: black;
height: 65px;
box-shadow: 0 6px 15px rgba(0, 0, 0, 2);
padding-bottom: 50px;
padding-top: 25px;
transition: all 0.67s ease
}
.navbar .content {
color: #fff;
background: #000;
display: flex;
align-items: center;
justify-content: space-between;
transition: all .3 ease
}
.navbar .logo a {
user-select: none;
font-family: 'Poppins', sans-serif;
/**-webkit-text-fill-color: transparent;
-webkit-text-stroke-color: white;
-webkit-text-stroke-width: 2px;
text-shadow: 0 0 5px #fff;**/
font-size: 35px;
color: rgba(255, 255, 255, 0.68);
cursor: pointer;
font-weight: 600;
text-decoration: none;
transition: .4s ease
}
.navbar .logo a:hover {
color: #f00;
font-size: 41.5px;
}
.navbar.sticky .logo a {
color: white;
}
.navbar .menu-list {
display: inline-flex;
z-index: 20
}
.menu-list li {
list-style: none;
}
.navbar.sticky .menu-list li a {
padding: 20px;
transition: all .4s ease;
color: #fff;
}
.navbar.sticky .menu-list li a:hover {
color: #fff;
background: #f00;
transition: all 0.67s ease;
}
.navbar.sticky .menu-list li.active a {
color: #fff;
background: #f00;
transition: all 0.67s ease;
}
.navbar.sticky .menu-list li.active a:hover {
color: #000;
transition: all 0.67s ease;
}
.menu-list li a {
color: #fff;
user-select: none;
padding: 20px;
font-size: 15px;
text-align: center;
font-weight: 600;
cursor: pointer;
text-decoration: none;
transition: all .35s ease
}
.menu-list li.active a:hover {
color: #000;
}
.menu-list li.active a {
color: #fff;
background: #f00;
padding: 20px;
}
.menu-list li a:hover {
color: #fff;
background: #f00;
transition: all .4s ease-in;
}
.bottom_menu {
bottom: 0px;
position: fixed;
left: 50%;
padding: 15px 0 15px 15px;
width: 100%;
margin: 0;
transform: translate(-50%);
z-index: 30;
justify-content: center;
align-items: center;
background: #000;
display: none;
/**border-top: 1px solid #f00;**/
border-top-left-radius: 15px;
border-top-right-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}
.bottom_menu li {
list-style: none;
text-align: center;
display: block;
border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.bottom_menu li a .active4 {
color: #e91e63;
}
.bottom_menu li:last-child {
border-right: none;
}
.bottom_menu li a {
text-decoration: none;
padding-left: 18px;
padding-right: 18px;
padding-top: 3px;
padding-bottom: 2px;
line-height: 40px;
display: block;
}
.bottom_menu li a .ico {
width: 40px;
height: 40px;
text-align: center;
margin: 0 auto 10px;
line-height: 35px;
overflow: hidden;
text-shadow: 0 0 15px #fff;
}
.bottom_menu li a .ico .fa {
width: 100%;
height: 100%;
line-height: 40px;
color: white;
font-size: 20px;
transition: 0.5s;
}
.bottom_menu li a .ico .fa:last-child {
color: #e91e63;
}
.bottom_menu li a:hover .ico .fa {
transform: translateY(-100%);
font-size: 25px;
text-shadow: 0 0 15px #e91e63;
}
.bottom_menu li a .name {
position: relative;
height: 15px;
width: 100%;
display: block;
overflow: hidden;
}
.bottom_menu li a .name span {
display: block;
position: relative;
color: #fff;
font-size: 18px;
line-height: 20px;
transition: 0.5s;
}
.bottom_menu li a .name span:before {
content: attr(data-text);
position: absolute;
left: 0;
top: -100%;
width: 100%;
height: 100%;
color: #e91e63;
}
.bottom_menu li a:hover .name span {
transform: translateY(20px);
}
.startScreen {
width: 100%;
filter: inherit;
position: relative;
min-height: 100vh;
box-sizing: border-box;
overflow: hidden;
background-position: center;
background-attachment: fixed
}
.startScreen:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 500px;
z-index: 1;
background: linear-gradient(to top, #000, transparent)
}
.startScreen .skewed {
position: absolute;
bottom: -100%;
left: 0;
width: 100%;
height: 100%;
background: #000;
transform: skewY(-10deg);
transform-origin: top left;
}
.startScreen img {
position: absolute;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
width: 100%;
object-fit: cover;
top: 0;
left: 50%;
transform: translate(-50%);
}
[data-scroll] {
transition: all 1.54s
}
[data-scroll="in"] {
opacity: 1;
transform: translateX(0)
}
[data-scroll="out"] {
opacity: 0;
transform: translateX(-200px)
}
.caption {
position: absolute;
top: 50%;
left: 50%;
z-index: 4;
filter: inherit;
transform: translate(-50%, -50%)
}
.caption h1 {
color: white;
user-select: none;
letter-spacing: -1px;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
font-size: 30px;
color: white;
}
.caption h2 {
padding: 0;
color: #999;
font-size: 20px;
font-weight: 400;
line-height: 35px;
text-shadow: 0 0 50px #999;
user-select: none;
margin: 0
}
.caption h2 .type {
user-select: none;
text-shadow: 0 0 50px #f00;
color: #f00
}
.caption .btn1 {
color: #fff;
z-index: 10;
/**text-shadow: 0 0 15px #fff;
**/
background: transparent;
text-decoration: none;
user-select: none;
outline: 0;
padding: 10px 25px;
overflow: hidden;
/**box-shadow: 0 0 50px #f00;
**/
display: inline-block;
border: 2px solid crimson;
margin-top: 30px;
transition: all .38s ease;
-webkit-transition: all .38s ease;
-moz-transition: all .38s ease;
-ms-transition: all .38s ease;
-o-transition: all .38s ease;
}
.caption .btn1:hover {
background: #f00;
box-shadow: 0 0 50px #f00;
text-shadow: 0 0 5px #fff;
color: white
}
::-webkit-scrollbar {
width: 9px;
}
::-webkit-scrollbar-track {
border: 6px solid #222;
}
::-webkit-scrollbar-thumb {
background: #111;
border-radius: 2px;
}
#homepage {
position: relative;
}
#sec-2 {
position: relative;
justify-content: center;
align-items: center;
background: #111;
scroll-behavior: smooth;
color: #999
}
.about .title {
position: relative;
margin: 0;
padding: 0;
display: inline-block;
font-size: 22px;
transition: 3s;
transform-origin: left;
font-weight: 700;
color: crimson;
text-shadow: 0 0 10px crimson;
margin-bottom: 35px;
margin-top: 35px;
transform: scaleX(1);
}
.about .title span {
font-size: 60px;
font-weight: 700;
text-shadow: 0 0 10px #f00;
}
.to-top {
background: white;
position: fixed;
bottom: 16px;
right: 32px;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
color: #1f1f1f;
text-decoration: none;
opacity: 0;
pointer-events: none;
transition: all .4s
}
.to-top.active {
bottom: 32px;
pointer-events: auto;
opacity: 1
}
.scroll-down {
height: 50px;
width: 30px;
border: 2px solid crimson;
position: absolute;
z-index: 10;
left: 50%;
bottom: 15px;
border-radius: 30px;
cursor: pointer
}
.scroll-down::before,
.scroll-down::after {
content: '';
position: absolute;
top: 30%;
left: 50%;
border: 2px solid crimson;
height: 10px;
width: 10px;
transform: translate(-50%, -100%) rotate(45deg);
border-top: transparent;
border-left: transparent;
animation: scroll-down 1s ease-in-out infinite
}
.scroll-down::after {
top: 30%;
animation-delay: .3s
}
@keyframes scroll-down {
0% {
opacity: 0
}
30% {
opacity: 1
}
60% {
opacity: 1
}
100% {
opacity: 0;
top: 75%
}
}
@media screen and (min-width:768px) {
#banner .caption h1 {
font-size: 25px
}
#banner .caption h2 {
font-size: 1.75rem
}
}
@media screen and (min-width:992px) {
#banner .caption h1 {
font-size: 3rem
}
#banner .caption h2 {
font-size: 2rem
}
}
@media screen and (min-width:1200px) {
#banner .caption h1 {
font-size: 4rem
}
#banner .caption h2 {
font-size: 2.5rem
}
}
.about {
padding: 40px 0;
color: #999;
background: #000
}
.about p {
padding-top: 20px;
letter-spacing: -1px;
text-align: justify;
padding: 0;
text-shadow: 0 0 5px #999;
box-sizing: border-box
}
.xyz {
display: flex;
justify-content: center;
background: #000;
filter: inherit;
align-items: center;
width: 100%;
overflow: hidden;
position: relative;
}
.pagination {
position: relative;
background: #000;
z-index: 5;
display: flex;
padding: 10px 20px;
}
.pagination li {
line-height: 50px;
list-style: none;
margin: 0 5px
}
.pagination li.pagenumber {
width: 25px;
height: 25px;
line-height: 50px;
text-align: center
}
.pagination li.pagenumber:hover a {
background: #999;
color: #000;
transition: 1.56s
}
.pagination li.pagenumber.active a {
background: #f00;
color: #000;
transition: 1.56s
}
.pagination li:first-child {
margin-right: 30px;
font-size: 20px;
font-weight: 700
}
.pagination li:last-child {
margin-left: 30px;
font-size: 20px;
font-weight: 700
}
.pagination li a {
display: block;
text-decoration: none;
color: #999;
font-weight: 600;
border-radius: 50%
}
.icon {
color: white;
cursor: pointer;
display: none;
text-shadow: 0 0 10px #fff;
font-size: 16px
}
.icon.cancel-btn {
position: absolute;
cursor: pointer;
border: 0;
color: #fff;
right: 30px;
text-shadow: 0 0 20px #fff;
top: 20px
}
.active3 {
background: #fff;
color: #000;
}
.icon.search {
position: absolute;
cursor: pointer;
text-decoration: none;
color: #f00;
right: 65px
}
li.active2 {
display: none;
}
li.active1 {
display: none
}
.search a {
color: white
}
.search {
color: white;
display: none
}
footer {
position: relative;
background: #000;
z-index: -1;
padding: 50px 100px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
height: auto;
filter: inherit;
width: 100%;
bottom: 0;
}
footer .container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between
}
footer .container .sec {
margin-right: 30px
}
footer .container .sec.aboutus {
width: 40%;
text-align: justify
}
footer .container h2 {
color: #fff;
font-weight: 500;
position: relative;
margin-bottom: 15px
}
footer .container h2:before {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 50px;
height: 2px;
background: #f00
}
footer p {
color: #999
}
.sci {
margin-top: 20px;
display: flex
}
.sci li {
list-style: none
}
.sci li a {
display: inline-block;
width: 40px;
height: 40px;
background: #222;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
text-decoration: none;
border-radius: 4px
}
.sci li a:hover {
background: #f00
}
.sci li a .fa {
color: #fff;
font-size: 20px
}
.quicklinks {
position: relative;
width: 25%
}
.quicklinks ul li {
list-style: none
}
.quicklinks ul li a {
color: #999;
text-decoration: none;
margin-bottom: 10px;
display: inline-block
}
.quicklinks ul li a:hover {
color: #fff
}
.contact {
width: calc(35% - 60px);
margin-right: 0;
}
.contact .info {
position: relative
}
.contact .info li {
display: flex;
margin-bottom: 16px
}
.contact .info li span:nth-child(1) {
color: #fff;
font-size: 20px;
margin-right: 10px
}
.contact .info li span {
color: #999
}
.contact .info li a {
color: #999;
text-decoration: none
}
.contact .info li a:hover {
color: #fff
}
.copyrightText {
width: 100%;
background: #000;
text-align: center;
filter: inherit;
padding: 8px 100px;
color: #999
}
.share {
display: none
}
@media(max-width:991px) {
.mb {
display: block;
}
.lp {
display: none;
}
.copyrightText {
bottom: 20vh;
}
.fade-in {
font-size: 48px;
}
.share {
display: block
}
#consent footer {
bottom: 90px;
padding: 40px;
background: #000;
}
footer .container {
flex-direction: column
}
footer .container .sec {
margin-right: 0;
margin-bottom: 40px
}
footer .container .sec.aboutus,
.quicklinks .contact {
width: 100%
}
.copyrightText {
padding: 8px 40px;
bottom: 75px
}
body.disabledScroll {
overflow: hidden;
}
.icon {
display: block
}
.icon.hide {
display: none
}
.navbar .menu-list {
position: fixed;
background: #220243;
top: 0;
left: -150%;
z-index: 20;
height: 100vh;
display: block;
padding: 60px 0;
box-shadow: 0 0 60px black;
width: 250px;
height: 100%;
text-align: center;
transition: .65s cubic-bezier(1, 1, 0, 1.00)
}
.navbar .menu-list li,
.navbar .menu-list li.active {
user-select: none;
font-weight: 900;
text-transform: capitalize;
font-size: 15px;
padding: 15px;
text-align: center;
cursor: pointer;
text-decoration: none;
transition: all .35s ease
}
.navbar.active .menu-list {
left: 0;
overflow: hidden;
z-index: 101;
}
.menu-list li.active1,
.menu-list li.active1:hover,
.menu-list li.active1:active {
padding: 50px;
display: block;
color: crimson;
}
.menu-list li.active2 {
display: block;
color: crimson;
}
.menu-list li.active {
border: 0;
color: crimson;
}
.search1 {
display: none
}
.search {
display: inline-block
}
.menu-list li.active a,
.menu-list li a:hover {
border-bottom: none;
background: transparent;
color: crimson;
}
.menu-list li.active a:hover {
color: crimson
}
.menu-list li:hover {
padding: 22px;
transition: all .375s ease-in
}
.navbar.sticky .menu-list li a:hover {
color: crimson;
/*text-shadow: 0 0 8px #000;*/
background: transparent;
}
.navbar.sticky .menu-list li.active a {
color: crimson;
background: transparent;
border-bottom: none;
}
.navbar .menu-list li.active a {
color: crimson;
background: transparent;
}
.navbar.sticky .menu-list li.active a:hover {
color: crimson;
background: transparent;
}
.navbar .menu-list li {
font-size: 24px;
width: 100%;
color: white;
transition: .48s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}
.navbar .menu-list li a:hover,
.navbar.sticky .menu-list li a:hover {
color: crimson;
}
.active3 {
display: none;
}
.cursor {
display: none;
}
.bottom_menu {
display: flex;
}
} | css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
letter-spacing: -2px;
}
html {
scroll-behavior: smooth;
width: 100%;
}
#homepage {
font-family: 'Josefin Sans';
}
#context-menu {
position: fixed;
z-index: 100000;
width: 200px;
font-family: 'Josefin Sans';
/*background: #1b1a1a;*/
padding: 2px;
user-select: none;
border-radius: 3px;
box-shadow: 7px 7px 60px #000;
backdrop-filter: blur(100px);
background-color: rgba(0, 0, 0, 0.4);
transform: scale(0);
transform-origin: top left;
border: 2px solid black
}
#context-menu.active {
transform: scale(1);
transition: transform 200ms ease-in-out;
}
#context-menu .item {
padding: 8px 10px;
font-size: 14px;
color: #eee;
transition: 0.18s ease-in-out
/*color: #eee;*/
}
#context-menu .item:hover {
background: #e91e63;
/*background: rgb(24, 1, 48);*/
border-radius: 2px;
color: white;
}
#context-menu .item i {
display: inline-block;
margin-right: 5px;
}
#context-menu .item a {
color: white;
text-decoration: none;
}
#context-menu hr {
margin: 2px 0px;
border-color: #e91e63;
}
.splash {
position: fixed;
top: 0;
user-select: none;
left: 0;
width: 100%;
height: 100vh;
background: black;
z-index: 200;
color: crimson;
text-align: center;
line-height: 90vh;
font-family: 'Poppins', sans-serif;
}
.splash.display-none {
position: fixed;
opacity: 0;
top: 100%;
left: 0;
width: 100%;
height: 100vh;
background: black;
z-index: -10;
color: white;
line-height: 96vh;
transition: all .25s
}
@keyframes fadeIn {
to {
opacity: 1;
}
}
.fade-in {
opacity: 0;
text-transform: uppercase;
font-size: 75px;
text-shadow: 0 0 50px #f00;
font-weight: 900;
text-align: bottom;
align-items: bottom;
animation: fadeIn 1.55s ease-in forwards
}
.fade-in .type3 {
color: #fff;
text-shadow: 0 0 50px #fff;
}
body {
margin: 0;
min-height: 100vh;
font-family: 'Josefin Sans';
align-items: center;
background: #000;
width: 100%;
padding: 0;
}
input[type="checkbox"] {
position: fixed;
z-index: 5;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
bottom: 100px;
outline: none;
right: 100px;
cursor: pointer;
-webkit-appearance: none
}
input[type="checkbox"]:before {
content: 'Light';
position: absolute;
border-bottom: 5px solid #c9223d;
color: #c9223d;
background: #000;
padding: 10px 20px
}
input[type="checkbox"]:checked:before {
content: 'Dark';
position: absolute;
font-family: 'Poppins', sans-serif;
color: #000;
border-bottom: 5px solid black;
background: #c9223d;
padding: 10px 20px
}
input[type="checkbox"]:checked~* {
filter: invert(1)
}
.content {
max-width: 1250px;
padding: 0 30px;
margin: auto
}
.navbar {
position: fixed;
background: #000;
z-index: 100;
height: 80px;
width: 100%;
padding: 25px 0;
overflow: hidden;
transition: all 0.67s ease
}
.navbar.sticky {
color: #999;
z-index: 100;
background: black;
height: 65px;
box-shadow: 0 6px 15px rgba(0, 0, 0, 2);
padding-bottom: 50px;
padding-top: 25px;
transition: all 0.67s ease
}
.navbar .content {
color: #fff;
background: #000;
display: flex;
align-items: center;
justify-content: space-between;
transition: all .3 ease
}
.navbar .logo a {
user-select: none;
font-family: 'Poppins', sans-serif;
/**-webkit-text-fill-color: transparent;
-webkit-text-stroke-color: white;
-webkit-text-stroke-width: 2px;
text-shadow: 0 0 5px #fff;**/
font-size: 35px;
color: rgba(255, 255, 255, 0.68);
cursor: pointer;
font-weight: 600;
text-decoration: none;
transition: .4s ease
}
.navbar .logo a:hover {
color: #f00;
font-size: 41.5px;
}
.navbar.sticky .logo a {
color: white;
}
.navbar .menu-list {
display: inline-flex;
z-index: 20
}
.menu-list li {
list-style: none;
}
.navbar.sticky .menu-list li a {
padding: 20px;
transition: all .4s ease;
color: #fff;
}
.navbar.sticky .menu-list li a:hover {
color: #fff;
background: #f00;
transition: all 0.67s ease;
}
.navbar.sticky .menu-list li.active a {
color: #fff;
background: #f00;
transition: all 0.67s ease;
}
.navbar.sticky .menu-list li.active a:hover {
color: #000;
transition: all 0.67s ease;
}
.menu-list li a {
color: #fff;
user-select: none;
padding: 20px;
font-size: 15px;
text-align: center;
font-weight: 600;
cursor: pointer;
text-decoration: none;
transition: all .35s ease
}
.menu-list li.active a:hover {
color: #000;
}
.menu-list li.active a {
color: #fff;
background: #f00;
padding: 20px;
}
.menu-list li a:hover {
color: #fff;
background: #f00;
transition: all .4s ease-in;
}
.bottom_menu {
bottom: 0px;
position: fixed;
left: 50%;
padding: 15px 0 15px 15px;
width: 100%;
margin: 0;
transform: translate(-50%);
z-index: 30;
justify-content: center;
align-items: center;
background: #000;
display: none;
/**border-top: 1px solid #f00;**/
border-top-left-radius: 15px;
border-top-right-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}
.bottom_menu li {
list-style: none;
text-align: center;
display: block;
border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.bottom_menu li a .active4 {
color: #e91e63;
}
.bottom_menu li:last-child {
border-right: none;
}
.bottom_menu li a {
text-decoration: none;
padding-left: 18px;
padding-right: 18px;
padding-top: 3px;
padding-bottom: 2px;
line-height: 40px;
display: block;
}
.bottom_menu li a .ico {
width: 40px;
height: 40px;
text-align: center;
margin: 0 auto 10px;
line-height: 35px;
overflow: hidden;
text-shadow: 0 0 15px #fff;
}
.bottom_menu li a .ico .fa {
width: 100%;
height: 100%;
line-height: 40px;
color: white;
font-size: 20px;
transition: 0.5s;
}
.bottom_menu li a .ico .fa:last-child {
color: #e91e63;
}
.bottom_menu li a:hover .ico .fa {
transform: translateY(-100%);
font-size: 25px;
text-shadow: 0 0 15px #e91e63;
}
.bottom_menu li a .name {
position: relative;
height: 15px;
width: 100%;
display: block;
overflow: hidden;
}
.bottom_menu li a .name span {
display: block;
position: relative;
color: #fff;
font-size: 18px;
line-height: 20px;
transition: 0.5s;
}
.bottom_menu li a .name span:before {
content: attr(data-text);
position: absolute;
left: 0;
top: -100%;
width: 100%;
height: 100%;
color: #e91e63;
}
.bottom_menu li a:hover .name span {
transform: translateY(20px);
}
.startScreen {
width: 100%;
filter: inherit;
position: relative;
min-height: 100vh;
box-sizing: border-box;
overflow: hidden;
background-position: center;
background-attachment: fixed
}
.startScreen:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 500px;
z-index: 1;
background: linear-gradient(to top, #000, transparent)
}
.startScreen .skewed {
position: absolute;
bottom: -100%;
left: 0;
width: 100%;
height: 100%;
background: #000;
transform: skewY(-10deg);
transform-origin: top left;
}
.startScreen img {
position: absolute;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
width: 100%;
object-fit: cover;
top: 0;
left: 50%;
transform: translate(-50%);
}
[data-scroll] {
transition: all 1.54s
}
[data-scroll="in"] {
opacity: 1;
transform: translateX(0)
}
[data-scroll="out"] {
opacity: 0;
transform: translateX(-200px)
}
.caption {
position: absolute;
top: 50%;
left: 50%;
z-index: 4;
filter: inherit;
transform: translate(-50%, -50%)
}
.caption h1 {
color: white;
user-select: none;
letter-spacing: -1px;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
font-size: 30px;
color: white;
}
.caption h2 {
padding: 0;
color: #999;
font-size: 20px;
font-weight: 400;
line-height: 35px;
text-shadow: 0 0 50px #999;
user-select: none;
margin: 0
}
.caption h2 .type {
user-select: none;
text-shadow: 0 0 50px #f00;
color: #f00
}
.caption .btn1 {
color: #fff;
z-index: 10;
/**text-shadow: 0 0 15px #fff;
**/
background: transparent;
text-decoration: none;
user-select: none;
outline: 0;
padding: 10px 25px;
overflow: hidden;
/**box-shadow: 0 0 50px #f00;
**/
display: inline-block;
border: 2px solid crimson;
margin-top: 30px;
transition: all .38s ease;
-webkit-transition: all .38s ease;
-moz-transition: all .38s ease;
-ms-transition: all .38s ease;
-o-transition: all .38s ease;
}
.caption .btn1:hover {
background: #f00;
box-shadow: 0 0 50px #f00;
text-shadow: 0 0 5px #fff;
color: white
}
::-webkit-scrollbar {
width: 9px;
}
::-webkit-scrollbar-track {
border: 6px solid #222;
}
::-webkit-scrollbar-thumb {
background: #111;
border-radius: 2px;
}
#homepage {
position: relative;
}
#sec-2 {
position: relative;
justify-content: center;
align-items: center;
background: #111;
scroll-behavior: smooth;
color: #999
}
.about .title {
position: relative;
margin: 0;
padding: 0;
display: inline-block;
font-size: 22px;
transition: 3s;
transform-origin: left;
font-weight: 700;
color: crimson;
text-shadow: 0 0 10px crimson;
margin-bottom: 35px;
margin-top: 35px;
transform: scaleX(1);
}
.about .title span {
font-size: 60px;
font-weight: 700;
text-shadow: 0 0 10px #f00;
}
.to-top {
background: white;
position: fixed;
bottom: 16px;
right: 32px;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
color: #1f1f1f;
text-decoration: none;
opacity: 0;
pointer-events: none;
transition: all .4s
}
.to-top.active {
bottom: 32px;
pointer-events: auto;
opacity: 1
}
.scroll-down {
height: 50px;
width: 30px;
border: 2px solid crimson;
position: absolute;
z-index: 10;
left: 50%;
bottom: 15px;
border-radius: 30px;
cursor: pointer
}
.scroll-down::before,
.scroll-down::after {
content: '';
position: absolute;
top: 30%;
left: 50%;
border: 2px solid crimson;
height: 10px;
width: 10px;
transform: translate(-50%, -100%) rotate(45deg);
border-top: transparent;
border-left: transparent;
animation: scroll-down 1s ease-in-out infinite
}
.scroll-down::after {
top: 30%;
animation-delay: .3s
}
@keyframes scroll-down {
0% {
opacity: 0
}
30% {
opacity: 1
}
60% {
opacity: 1
}
100% {
opacity: 0;
top: 75%
}
}
@media screen and (min-width:768px) {
#banner .caption h1 {
font-size: 25px
}
#banner .caption h2 {
font-size: 1.75rem
}
}
@media screen and (min-width:992px) {
#banner .caption h1 {
font-size: 3rem
}
#banner .caption h2 {
font-size: 2rem
}
}
@media screen and (min-width:1200px) {
#banner .caption h1 {
font-size: 4rem
}
#banner .caption h2 {
font-size: 2.5rem
}
}
.about {
padding: 40px 0;
color: #999;
background: #000
}
.about p {
padding-top: 20px;
letter-spacing: -1px;
text-align: justify;
padding: 0;
text-shadow: 0 0 5px #999;
box-sizing: border-box
}
.xyz {
display: flex;
justify-content: center;
background: #000;
filter: inherit;
align-items: center;
width: 100%;
overflow: hidden;
position: relative;
}
.pagination {
position: relative;
background: #000;
z-index: 5;
display: flex;
padding: 10px 20px;
}
.pagination li {
line-height: 50px;
list-style: none;
margin: 0 5px
}
.pagination li.pagenumber {
width: 25px;
height: 25px;
line-height: 50px;
text-align: center
}
.pagination li.pagenumber:hover a {
background: #999;
color: #000;
transition: 1.56s
}
.pagination li.pagenumber.active a {
background: #f00;
color: #000;
transition: 1.56s
}
.pagination li:first-child {
margin-right: 30px;
font-size: 20px;
font-weight: 700
}
.pagination li:last-child {
margin-left: 30px;
font-size: 20px;
font-weight: 700
}
.pagination li a {
display: block;
text-decoration: none;
color: #999;
font-weight: 600;
border-radius: 50%
}
.icon {
color: white;
cursor: pointer;
display: none;
text-shadow: 0 0 10px #fff;
font-size: 16px
}
.icon.cancel-btn {
position: absolute;
cursor: pointer;
border: 0;
color: #fff;
right: 30px;
text-shadow: 0 0 20px #fff;
top: 20px
}
.active3 {
background: #fff;
color: #000;
}
.icon.search {
position: absolute;
cursor: pointer;
text-decoration: none;
color: #f00;
right: 65px
}
li.active2 {
display: none;
}
li.active1 {
display: none
}
.search a {
color: white
}
.search {
color: white;
display: none
}
footer {
position: relative;
background: #000;
z-index: -1;
padding: 50px 100px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
height: auto;
filter: inherit;
width: 100%;
bottom: 0;
}
footer .container {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between
}
footer .container .sec {
margin-right: 30px
}
footer .container .sec.aboutus {
width: 40%;
text-align: justify
}
footer .container h2 {
color: #fff;
font-weight: 500;
position: relative;
margin-bottom: 15px
}
footer .container h2:before {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 50px;
height: 2px;
background: #f00
}
footer p {
color: #999
}
.sci {
margin-top: 20px;
display: flex
}
.sci li {
list-style: none
}
.sci li a {
display: inline-block;
width: 40px;
height: 40px;
background: #222;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10px;
text-decoration: none;
border-radius: 4px
}
.sci li a:hover {
background: #f00
}
.sci li a .fa {
color: #fff;
font-size: 20px
}
.quicklinks {
position: relative;
width: 25%
}
.quicklinks ul li {
list-style: none
}
.quicklinks ul li a {
color: #999;
text-decoration: none;
margin-bottom: 10px;
display: inline-block
}
.quicklinks ul li a:hover {
color: #fff
}
.contact {
width: calc(35% - 60px);
margin-right: 0;
}
.contact .info {
position: relative
}
.contact .info li {
display: flex;
margin-bottom: 16px
}
.contact .info li span:nth-child(1) {
color: #fff;
font-size: 20px;
margin-right: 10px
}
.contact .info li span {
color: #999
}
.contact .info li a {
color: #999;
text-decoration: none
}
.contact .info li a:hover {
color: #fff
}
.copyrightText {
width: 100%;
background: #000;
text-align: center;
filter: inherit;
padding: 8px 100px;
color: #999
}
.share {
display: none
}
@media(max-width:991px) {
.mb {
display: block;
}
.lp {
display: none;
}
.copyrightText {
bottom: 20vh;
}
.fade-in {
font-size: 48px;
}
.share {
display: block
}
#consent footer {
bottom: 90px;
padding: 40px;
background: #000;
}
footer .container {
flex-direction: column
}
footer .container .sec {
margin-right: 0;
margin-bottom: 40px
}
footer .container .sec.aboutus,
.quicklinks .contact {
width: 100%
}
.copyrightText {
padding: 8px 40px;
bottom: 75px
}
body.disabledScroll {
overflow: hidden;
}
.icon {
display: block
}
.icon.hide {
display: none
}
.navbar .menu-list {
position: fixed;
background: #220243;
top: 0;
left: -150%;
z-index: 20;
height: 100vh;
display: block;
padding: 60px 0;
box-shadow: 0 0 60px black;
width: 250px;
height: 100%;
text-align: center;
transition: .65s cubic-bezier(1, 1, 0, 1.00)
}
.navbar .menu-list li,
.navbar .menu-list li.active {
user-select: none;
font-weight: 900;
text-transform: capitalize;
font-size: 15px;
padding: 15px;
text-align: center;
cursor: pointer;
text-decoration: none;
transition: all .35s ease
}
.navbar.active .menu-list {
left: 0;
overflow: hidden;
z-index: 101;
}
.menu-list li.active1,
.menu-list li.active1:hover,
.menu-list li.active1:active {
padding: 50px;
display: block;
color: crimson;
}
.menu-list li.active2 {
display: block;
color: crimson;
}
.menu-list li.active {
border: 0;
color: crimson;
}
.search1 {
display: none
}
.search {
display: inline-block
}
.menu-list li.active a,
.menu-list li a:hover {
border-bottom: none;
background: transparent;
color: crimson;
}
.menu-list li.active a:hover {
color: crimson
}
.menu-list li:hover {
padding: 22px;
transition: all .375s ease-in
}
.navbar.sticky .menu-list li a:hover {
color: crimson;
/*text-shadow: 0 0 8px #000;*/
background: transparent;
}
.navbar.sticky .menu-list li.active a {
color: crimson;
background: transparent;
border-bottom: none;
}
.navbar .menu-list li.active a {
color: crimson;
background: transparent;
}
.navbar.sticky .menu-list li.active a:hover {
color: crimson;
background: transparent;
}
.navbar .menu-list li {
font-size: 24px;
width: 100%;
color: white;
transition: .48s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}
.navbar .menu-list li a:hover,
.navbar.sticky .menu-list li a:hover {
color: crimson;
}
.active3 {
display: none;
}
.cursor {
display: none;
}
.bottom_menu {
display: flex;
}
} | 0.387227 | 0.092565 |
@media screen and (min-width: 768px) {
.sp-header-active.woocommerce-active .site-header .site-header-cart,
.sp-header-active.woocommerce-active .site-header .secondary-navigation,
.sp-header-active.woocommerce-active .site-header .main-navigation,
.sp-header-active.woocommerce-active .site-header .site-search,
.sp-header-active.woocommerce-active .site-branding,
.sp-header-active .site-header .site-branding {
width: auto;
float: none;
margin-right: 0;
margin-bottom: 0; }
.sp-header-active .sp-header-span-1 {
width: 4.347826087%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-1 {
margin-left: 8.6956521739%; }
.sp-header-active .sp-header-post-1 {
margin-right: 8.6956521739%; }
.sp-header-active .sp-header-span-2 {
width: 13.0434782609%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-2 {
margin-left: 17.3913043478%; }
.sp-header-active .sp-header-post-2 {
margin-right: 17.3913043478%; }
.sp-header-active .sp-header-span-3 {
width: 21.7391304348%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-3 {
margin-left: 26.0869565217%; }
.sp-header-active .sp-header-post-3 {
margin-right: 26.0869565217%; }
.sp-header-active .sp-header-span-4 {
width: 30.4347826087%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-4 {
margin-left: 34.7826086957%; }
.sp-header-active .sp-header-post-4 {
margin-right: 34.7826086957%; }
.sp-header-active .sp-header-span-5 {
width: 39.1304347826%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-5 {
margin-left: 43.4782608696%; }
.sp-header-active .sp-header-post-5 {
margin-right: 43.4782608696%; }
.sp-header-active .sp-header-span-6 {
width: 47.8260869565%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-6 {
margin-left: 52.1739130435%; }
.sp-header-active .sp-header-post-6 {
margin-right: 52.1739130435%; }
.sp-header-active .sp-header-span-7 {
width: 56.5217391304%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-7 {
margin-left: 60.8695652174%; }
.sp-header-active .sp-header-post-7 {
margin-right: 60.8695652174%; }
.sp-header-active .sp-header-span-8 {
width: 65.2173913043%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-8 {
margin-left: 69.5652173913%; }
.sp-header-active .sp-header-post-8 {
margin-right: 69.5652173913%; }
.sp-header-active .sp-header-span-9 {
width: 73.9130434783%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-9 {
margin-left: 78.2608695652%; }
.sp-header-active .sp-header-post-9 {
margin-right: 78.2608695652%; }
.sp-header-active .sp-header-span-10 {
width: 82.6086956522%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-10 {
margin-left: 86.9565217391%; }
.sp-header-active .sp-header-post-10 {
margin-right: 86.9565217391%; }
.sp-header-active .sp-header-span-11 {
width: 91.3043478261%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-11 {
margin-left: 95.652173913%; }
.sp-header-active .sp-header-post-11 {
margin-right: 95.652173913%; }
.sp-header-active .sp-header-span-12 {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; }
.sp-header-active .sp-header-pre-12 {
margin-left: 104.347826087%; }
.sp-header-active .sp-header-post-12 {
margin-right: 104.347826087%; }
.sp-header-active .sp-header-row:after {
content: "";
display: table;
clear: both; }
.sp-header-active .sp-header-last {
float: right;
margin-right: 0; } } | web/app/plugins/storefront-powerpack/includes/customizer/header/assets/css/sp-header-frontend.css | @media screen and (min-width: 768px) {
.sp-header-active.woocommerce-active .site-header .site-header-cart,
.sp-header-active.woocommerce-active .site-header .secondary-navigation,
.sp-header-active.woocommerce-active .site-header .main-navigation,
.sp-header-active.woocommerce-active .site-header .site-search,
.sp-header-active.woocommerce-active .site-branding,
.sp-header-active .site-header .site-branding {
width: auto;
float: none;
margin-right: 0;
margin-bottom: 0; }
.sp-header-active .sp-header-span-1 {
width: 4.347826087%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-1 {
margin-left: 8.6956521739%; }
.sp-header-active .sp-header-post-1 {
margin-right: 8.6956521739%; }
.sp-header-active .sp-header-span-2 {
width: 13.0434782609%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-2 {
margin-left: 17.3913043478%; }
.sp-header-active .sp-header-post-2 {
margin-right: 17.3913043478%; }
.sp-header-active .sp-header-span-3 {
width: 21.7391304348%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-3 {
margin-left: 26.0869565217%; }
.sp-header-active .sp-header-post-3 {
margin-right: 26.0869565217%; }
.sp-header-active .sp-header-span-4 {
width: 30.4347826087%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-4 {
margin-left: 34.7826086957%; }
.sp-header-active .sp-header-post-4 {
margin-right: 34.7826086957%; }
.sp-header-active .sp-header-span-5 {
width: 39.1304347826%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-5 {
margin-left: 43.4782608696%; }
.sp-header-active .sp-header-post-5 {
margin-right: 43.4782608696%; }
.sp-header-active .sp-header-span-6 {
width: 47.8260869565%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-6 {
margin-left: 52.1739130435%; }
.sp-header-active .sp-header-post-6 {
margin-right: 52.1739130435%; }
.sp-header-active .sp-header-span-7 {
width: 56.5217391304%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-7 {
margin-left: 60.8695652174%; }
.sp-header-active .sp-header-post-7 {
margin-right: 60.8695652174%; }
.sp-header-active .sp-header-span-8 {
width: 65.2173913043%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-8 {
margin-left: 69.5652173913%; }
.sp-header-active .sp-header-post-8 {
margin-right: 69.5652173913%; }
.sp-header-active .sp-header-span-9 {
width: 73.9130434783%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-9 {
margin-left: 78.2608695652%; }
.sp-header-active .sp-header-post-9 {
margin-right: 78.2608695652%; }
.sp-header-active .sp-header-span-10 {
width: 82.6086956522%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-10 {
margin-left: 86.9565217391%; }
.sp-header-active .sp-header-post-10 {
margin-right: 86.9565217391%; }
.sp-header-active .sp-header-span-11 {
width: 91.3043478261%;
float: left;
margin-right: 4.347826087%; }
.sp-header-active .sp-header-pre-11 {
margin-left: 95.652173913%; }
.sp-header-active .sp-header-post-11 {
margin-right: 95.652173913%; }
.sp-header-active .sp-header-span-12 {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0; }
.sp-header-active .sp-header-pre-12 {
margin-left: 104.347826087%; }
.sp-header-active .sp-header-post-12 {
margin-right: 104.347826087%; }
.sp-header-active .sp-header-row:after {
content: "";
display: table;
clear: both; }
.sp-header-active .sp-header-last {
float: right;
margin-right: 0; } } | 0.429669 | 0.068631 |
.result-container {
display:flex;
flex-wrap: wrap;
/* flex-direction:column; */
align-items: center;
justify-content:space-around;
width:100%;
flex-grow:1;
align-self:flex-start;
}
.player, .opponent, .player-before, .opponent-before {
display:flex;
flex-direction:column;
justify-content: center;
align-items: center;
gap:2em;
}
.win {
display:none;
}
.win-player, .win-opponent {
background: rgba(97, 97, 97, 0.1);
position:absolute;
width: 20em;
height:20em;
border-radius:50%;
z-index:-1;
animation:grow .5s;
display:flex;
justify-content: center;
align-items:center;
margin-bottom: 2.5em;
}
.middle {
background: rgba(97, 97, 97, 0.1);
position:absolute;
width: 85%;
height:85%;
border-radius:50%;
}
.inner {
background: rgba(97, 97, 97, 0.1);
position:absolute;
width: 65%;
height:65%;
border-radius:50%;
}
p {
margin: 0;
}
.picked-opponent, .picked-player {
color:white;
font-weight: 800;
font-size: 1em;
letter-spacing: .05em;
order:1;
}
/* .chosen-player {
position:unset;
}
.chosen-opponent {
position:unset;
} */
.shadow {
border-radius: 50%;
background: rgba(19, 18, 18, 0.425);
height:8.5em;
width: 8.5em;
display:flex;
justify-content:center;
align-items:center;
}
span {
position:relative;
animation:pulse;
animation-duration: 1s;
animation-iteration-count: 3;
color: white;
font-size:4em;
}
.result-show {
padding-top:4em;
display:flex;
flex-direction: column;
justify-content:center;
z-index:1;
order:3;
font-size:.95em;
margin:0em 5em;
}
.result {
margin:0em 1em;
}
.result-label{
margin:0;
padding-bottom: .25em;
font-size: 3em;
font-weight: 800;
color:white;
}
.reset {
font-family: 'Barlow Semi Condensed', sans-serif;
background:white;
outline: none;
border:none;
padding: 1em 1.5em;
border-radius: .67em;
color:hsl(237, 49%, 15%);
font-size: 1em;
line-height: 1em;
font-weight: 500;
letter-spacing: .125em;
cursor: pointer;
width:100%;
}
.reset:hover {
color:hsl(349, 71%, 52%);
transition: color .2s ease-in;
}
@keyframes pulse{
0% { scale: 1; }
20% { scale: 1.2; }
100% { scale: 1; }
}
@keyframes grow {
0% { scale: 0; }
20% { scale: .5; }
100% { scale: 1; }
} | src/styles/Result.css | .result-container {
display:flex;
flex-wrap: wrap;
/* flex-direction:column; */
align-items: center;
justify-content:space-around;
width:100%;
flex-grow:1;
align-self:flex-start;
}
.player, .opponent, .player-before, .opponent-before {
display:flex;
flex-direction:column;
justify-content: center;
align-items: center;
gap:2em;
}
.win {
display:none;
}
.win-player, .win-opponent {
background: rgba(97, 97, 97, 0.1);
position:absolute;
width: 20em;
height:20em;
border-radius:50%;
z-index:-1;
animation:grow .5s;
display:flex;
justify-content: center;
align-items:center;
margin-bottom: 2.5em;
}
.middle {
background: rgba(97, 97, 97, 0.1);
position:absolute;
width: 85%;
height:85%;
border-radius:50%;
}
.inner {
background: rgba(97, 97, 97, 0.1);
position:absolute;
width: 65%;
height:65%;
border-radius:50%;
}
p {
margin: 0;
}
.picked-opponent, .picked-player {
color:white;
font-weight: 800;
font-size: 1em;
letter-spacing: .05em;
order:1;
}
/* .chosen-player {
position:unset;
}
.chosen-opponent {
position:unset;
} */
.shadow {
border-radius: 50%;
background: rgba(19, 18, 18, 0.425);
height:8.5em;
width: 8.5em;
display:flex;
justify-content:center;
align-items:center;
}
span {
position:relative;
animation:pulse;
animation-duration: 1s;
animation-iteration-count: 3;
color: white;
font-size:4em;
}
.result-show {
padding-top:4em;
display:flex;
flex-direction: column;
justify-content:center;
z-index:1;
order:3;
font-size:.95em;
margin:0em 5em;
}
.result {
margin:0em 1em;
}
.result-label{
margin:0;
padding-bottom: .25em;
font-size: 3em;
font-weight: 800;
color:white;
}
.reset {
font-family: 'Barlow Semi Condensed', sans-serif;
background:white;
outline: none;
border:none;
padding: 1em 1.5em;
border-radius: .67em;
color:hsl(237, 49%, 15%);
font-size: 1em;
line-height: 1em;
font-weight: 500;
letter-spacing: .125em;
cursor: pointer;
width:100%;
}
.reset:hover {
color:hsl(349, 71%, 52%);
transition: color .2s ease-in;
}
@keyframes pulse{
0% { scale: 1; }
20% { scale: 1.2; }
100% { scale: 1; }
}
@keyframes grow {
0% { scale: 0; }
20% { scale: .5; }
100% { scale: 1; }
} | 0.668447 | 0.07971 |
.bs-header {
position: relative;
padding: 30px 15px;
font-size: 20px;
color: #cdbfe3;
text-align: center;
text-shadow: 0 1px 0 rgba(0,0,0,.1);
background-color: #6f5499;
background-image: -webkit-linear-gradient(top, #563d7c 0%, #6f5499 100%);
background-image: linear-gradient(to bottom, #563d7c 0%, #6f5499 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
}
.bs-header h1 {
margin-top: 0;
color: #fff;
}
.bs-header p {
margin-bottom: 0;
font-weight: 300;
line-height: 1.4;
}
.media-object {
width: 128px;
height: 128px;
border-radius: 5px;
}
.media .thumbnail {
display: inline-block;
margin-bottom: 0;
}
.media-list {
text-align: center;
}
@media (min-width: 450px) {
.media-list {
text-align: left;
}
.media .thumbnail {
float: left;
margin-right: 25px;
margin-top:10px;
}
}
.media:first-child {
margin-top: 15px;
}
.btn-outline {
color: #563d7c;
background-color: transparent;
border-color: #563d7c;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
color: #fff;
background-color: #563d7c;
border-color: #563d7c;
}
a {
color: #563d7c;
}
a:hover,
a:focus {
color: #1d1429;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #563d7c;
}
.cbg{
border:1px solid #E0DDDD;
border-radius: 10px;
min-height: 186px;
background-color: #eee;
margin-left:2px;
}
/*
* Footer
*/
#footer {
background-color: #2b264d;
background-image: -webkit-linear-gradient(top, #37325c, #201c3e);
background-image: -moz-linear-gradient(top, #37325c, #201c3e);
background-image: -ms-linear-gradient(top, #37325c, #201c3e);
background-image: -o-linear-gradient(top, #37325c, #201c3e);
clear: both;
color: #ffffff;
height: 2.5em; /* 40px / 16px */
margin-top: 1.25em; /* 20px / 16px */
padding: 0 3.4166666666667%; /* 41px / 1200 px */
}
#footer:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#footer .powered-by {
color: #c7c7c7;
font-size: 0.75em; /* 12px / 16px */
font-style: italic;
line-height: 1.5em; /* 40px / 16px */
text-align: center;
} | app/css/main.css | .bs-header {
position: relative;
padding: 30px 15px;
font-size: 20px;
color: #cdbfe3;
text-align: center;
text-shadow: 0 1px 0 rgba(0,0,0,.1);
background-color: #6f5499;
background-image: -webkit-linear-gradient(top, #563d7c 0%, #6f5499 100%);
background-image: linear-gradient(to bottom, #563d7c 0%, #6f5499 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
}
.bs-header h1 {
margin-top: 0;
color: #fff;
}
.bs-header p {
margin-bottom: 0;
font-weight: 300;
line-height: 1.4;
}
.media-object {
width: 128px;
height: 128px;
border-radius: 5px;
}
.media .thumbnail {
display: inline-block;
margin-bottom: 0;
}
.media-list {
text-align: center;
}
@media (min-width: 450px) {
.media-list {
text-align: left;
}
.media .thumbnail {
float: left;
margin-right: 25px;
margin-top:10px;
}
}
.media:first-child {
margin-top: 15px;
}
.btn-outline {
color: #563d7c;
background-color: transparent;
border-color: #563d7c;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
color: #fff;
background-color: #563d7c;
border-color: #563d7c;
}
a {
color: #563d7c;
}
a:hover,
a:focus {
color: #1d1429;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #563d7c;
}
.cbg{
border:1px solid #E0DDDD;
border-radius: 10px;
min-height: 186px;
background-color: #eee;
margin-left:2px;
}
/*
* Footer
*/
#footer {
background-color: #2b264d;
background-image: -webkit-linear-gradient(top, #37325c, #201c3e);
background-image: -moz-linear-gradient(top, #37325c, #201c3e);
background-image: -ms-linear-gradient(top, #37325c, #201c3e);
background-image: -o-linear-gradient(top, #37325c, #201c3e);
clear: both;
color: #ffffff;
height: 2.5em; /* 40px / 16px */
margin-top: 1.25em; /* 20px / 16px */
padding: 0 3.4166666666667%; /* 41px / 1200 px */
}
#footer:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#footer .powered-by {
color: #c7c7c7;
font-size: 0.75em; /* 12px / 16px */
font-style: italic;
line-height: 1.5em; /* 40px / 16px */
text-align: center;
} | 0.390127 | 0.079818 |
.club-detail .column .card {
box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.2);
border-radius: 8px;
}
#club-map-desktop {
margin-top: .75rem;
width: 100%;
height: 150px;
}
#club-map-touch {
margin-bottom: .75rem;;
width: 100%;
height: 150px;
}
.club-list-item .columns {
box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.2);
border-radius: 8px;
}
.booking-detail-list {
margin: 0 0 0 .5rem !important;
}
.booking-detail-list li {
list-style-type: none !important;
padding: .3rem 0;
}
.booking-detail-list ul {
margin: 0 0 0 .5rem !important;
}
.booking-detail-alert {
margin: 0 !important;
padding-left: 1rem;
word-break: keep-all;
}
.booking-detail-alert li {
padding: .2rem 0;
}
@media (min-width: 1024px) {
.club-list-item {
padding: 1rem .8rem;
}
.location-item {
padding: .3rem .7rem;
}
.booking-detail-list li ul li {
list-style-type: disc !important;
padding: .3rem 0;
margin-left: 1rem;
}
}
@media (max-width: 1023px) {
.club-list-item {
padding: .5rem 0;
}
.club-list-item .column:nth-child(2) {
padding-top: 0;
}
.location-item {
padding: .2rem .1rem;
}
.club-detail > .column {
padding-left: 0;
padding-right: 0;
}
.club-detail-meta {
padding-bottom: 0;
}
.club-detail-meta .column {
padding-top: .4rem;
padding-bottom: .4rem;
}
.club-detail-meta-last-row-mobile {
margin-bottom: 0 !important;
}
.rate-table tr td, .rate-table tr th {
padding: .5rem;
}
.booking-detail-list li ul li {
list-style-type: disc !important;
padding: .3rem 0;
}
}
.word-no-break {
word-break: keep-all;
}
.booking-divider {
margin: 1rem 0 !important;
}
.booking-divider:before, .booking-divider:after {
background-color: #dbdbdb;
}
.booking-form-alert {
width: 100%;
}
.booking-form-alert .message-body {
padding: .2rem;
}
.booking-form-alert .message-body ul {
margin: 0 0 0 .2rem;
}
.booking-form-alert .message-body ul li {
list-style-type: none;
padding: .5rem 0;
}
.time-input-margin {
margin-left: 1px;
}
.pax-select {
text-indent: 50%
}
#plus-button {
background-color: #024769;
border-color: transparent;
color: #fff;
}
#minus-button {
background-color: #ef597b;
border-color: transparent;
color: #fff;
}
/* Order */
.order-list-heading {
border-bottom: 1px solid #000;
}
@media (min-width: 1024px) {
.order-list-row {
border-bottom: 1px solid #000;
}
}
@media (max-width: 1023px) {
.order-list-row {
box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.2);
border-radius: 8px;
margin-top: 0;
}
.order-list-row .column {
padding: 4px 16px;
}
} | booking/static/booking/css/main.css | .club-detail .column .card {
box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.2);
border-radius: 8px;
}
#club-map-desktop {
margin-top: .75rem;
width: 100%;
height: 150px;
}
#club-map-touch {
margin-bottom: .75rem;;
width: 100%;
height: 150px;
}
.club-list-item .columns {
box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.2);
border-radius: 8px;
}
.booking-detail-list {
margin: 0 0 0 .5rem !important;
}
.booking-detail-list li {
list-style-type: none !important;
padding: .3rem 0;
}
.booking-detail-list ul {
margin: 0 0 0 .5rem !important;
}
.booking-detail-alert {
margin: 0 !important;
padding-left: 1rem;
word-break: keep-all;
}
.booking-detail-alert li {
padding: .2rem 0;
}
@media (min-width: 1024px) {
.club-list-item {
padding: 1rem .8rem;
}
.location-item {
padding: .3rem .7rem;
}
.booking-detail-list li ul li {
list-style-type: disc !important;
padding: .3rem 0;
margin-left: 1rem;
}
}
@media (max-width: 1023px) {
.club-list-item {
padding: .5rem 0;
}
.club-list-item .column:nth-child(2) {
padding-top: 0;
}
.location-item {
padding: .2rem .1rem;
}
.club-detail > .column {
padding-left: 0;
padding-right: 0;
}
.club-detail-meta {
padding-bottom: 0;
}
.club-detail-meta .column {
padding-top: .4rem;
padding-bottom: .4rem;
}
.club-detail-meta-last-row-mobile {
margin-bottom: 0 !important;
}
.rate-table tr td, .rate-table tr th {
padding: .5rem;
}
.booking-detail-list li ul li {
list-style-type: disc !important;
padding: .3rem 0;
}
}
.word-no-break {
word-break: keep-all;
}
.booking-divider {
margin: 1rem 0 !important;
}
.booking-divider:before, .booking-divider:after {
background-color: #dbdbdb;
}
.booking-form-alert {
width: 100%;
}
.booking-form-alert .message-body {
padding: .2rem;
}
.booking-form-alert .message-body ul {
margin: 0 0 0 .2rem;
}
.booking-form-alert .message-body ul li {
list-style-type: none;
padding: .5rem 0;
}
.time-input-margin {
margin-left: 1px;
}
.pax-select {
text-indent: 50%
}
#plus-button {
background-color: #024769;
border-color: transparent;
color: #fff;
}
#minus-button {
background-color: #ef597b;
border-color: transparent;
color: #fff;
}
/* Order */
.order-list-heading {
border-bottom: 1px solid #000;
}
@media (min-width: 1024px) {
.order-list-row {
border-bottom: 1px solid #000;
}
}
@media (max-width: 1023px) {
.order-list-row {
box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.2);
border-radius: 8px;
margin-top: 0;
}
.order-list-row .column {
padding: 4px 16px;
}
} | 0.402979 | 0.117673 |
html {
background-color: #f0f0f0;
font-family: Arial;
}
#header * {
box-shadow: none;
}
#logo-bar > div {
height: 24px;
}
#logo-bar > div > img {
position: absolute;
margin: -16px 0 0 -36px;
}
#logo-bar > div > span {
margin-left: 190px;
}
nav {
height: 40px;
line-height: 41px;
}
#nav-bar {
padding-top: 2rem;
border-width: 0 0 3px 0;
border-style: solid;
}
nav ul li {
width: 11.111111%;
text-align: center;
border-style: solid;
border-color: #194086;
border-width: 1px 1px 1px 0;
background-color: #0a2964;
font-size: .9rem;
}
nav ul li.active, #nav-bar, hr {
border-color: #ffc000;
}
nav ul li.active {
background: #ffc000;
background: -webkit-linear-gradient(#ffd204, #fdb300);
background: -o-linear-gradient(#ffd204, #fdb300);
background: -moz-linear-gradient(#ffd204, #fdb300);
background: linear-gradient(#ffd204, #fdb300);
}
nav ul li:hover {
border-color: #e4a300;
background: #e4a300;
background: -webkit-linear-gradient(#e5b504, #e29600);
background: -o-linear-gradient(#e5b504, #e29600);
background: -moz-linear-gradient(#e5b504, #e29600);
background: linear-gradient(#e5b504, #e29600);
}
.container {
max-width: 1920px;
width: 90%;
}
.nbd-indigo {
background-color: #112655 !important;
}
.nbd-blue, .tabs .indicator {
background-color: #0a2964;
}
.nbd-blue-text, nav ul li:hover, nav ul li.active {
color: #112655;
}
.nbd-dark-text {
color: #c79706;
}
.nbd-yellow {
background-color: #ffc000 !important;
}
.gold {
background-color: #ffd700;
}
.silver {
background-color: #c0c0c0;
}
.bronze {
background-color: #cd7f32;
}
footer b {
color: #ffc000;
}
.bold {
font-weight: bold;
}
#welcome-bar {
color: #063887;
padding: 5px 0 10px 0;
margin-bottom: 0;
background: #f0f0f0;
background: -webkit-linear-gradient(#a5cbe1, #d1e4ee, #f0f0f0);
background: -o-linear-gradient(#a5cbe1, #d1e4ee, #f0f0f0);
background: -moz-linear-gradient(#a5cbe1, #d1e4ee, #f0f0f0);
background: linear-gradient(#a5cbe1, #d1e4ee, #f0f0f0);
}
#side-bar > *, #quick-links > *, #nbd > *, #transfer > * {
background-color: white;
}
#side-bar li {
border-style: dotted;
border-width: 0 0 2px 0;
padding: 4px 4px 4px 12px;
}
#side-bar li a {
color: #103770;
}
a, img, footer p, nav li {
cursor: pointer;
}
#quick-links p {
margin-bottom: -16px;
padding: 4px;
}
#quick-links ul {
list-style-image: url('../img/bulletarrow.png');
font-size: 12px;
padding: 0 0 20px 22px;
margin-bottom: -16px;
}
#quick-links li a, #quick-links p, .tabs .tab a:hover {
color: #305388;
}
#quick-links img {
width: 100%;
padding: 12px;
margin-top: 10px;
}
#status-bars {
background-color: #fdf5fb;
padding: 0 8px;
color: #1d1a5a;
}
#status-title {
padding-top: 8px;
margin-bottom: -12px;
}
#status-bars > div.row {
margin-top: 20px;
margin-bottom: 8px;
border-style: solid;
border-color: #ccc;
border-width: 1px 1px 3px 1px;
background: white;
background: -webkit-linear-gradient(left, white, white, #dff2fb, #bde4f4, #b5e1f3, #aedef1);
background: -o-linear-gradient(right, white, white, #dff2fb, #bde4f4, #b5e1f3, #aedef1);
background: -moz-linear-gradient(right, white, white, #dff2fb, #bde4f4, #b5e1f3, #aedef1);
background: linear-gradient(to right, white, white, #dff2fb, #bde4f4, #b5e1f3, #aedef1);
}
#status-bars img {
vertical-align: middle;
padding: 4px 12px 8px 0;
}
#text1, #text2 {
margin-top: -20px;
padding-top: 16px;
padding-bottom: 20px;
}
#text1 p {
line-height: 1.5;
font-size: 95%;
}
#text2 img {
float: right;
}
#text2 h5, .tabs .tab a {
color: #08276a;
}
#divider {
border-right: 3px double #bbb;
}
@media only screen and (max-width: 600px) {
#divider {
border-right: 0;
}
}
#ocd, #modal1 {
font-family: "Roboto";
}
.tabs, #transfer {
margin-top: 1rem;
}
#transfer > div.row {
padding: 12px;
}
#transfer > div.row > .row {
margin-bottom: 10px;
}
#transfer i {
font-size: 1.1rem;
color: #f44336;
}
#transfer .red-text, #transfer > div.row > p {
font-size: .8rem;
}
#transfer h6 {
background-color: #f0f0f0;
padding: 8px 6px;
margin: 0 -6px;
}
#transfer p {
padding: 0;
}
#transfer select.browser-default {
background-color: buttonface;
border: 1px solid #a9a9a9;
border-radius: 0;
height: 1.9rem;
padding: 4px !important;
}
#transfer input {
padding: 1px 0;
margin-top: 14px;
color: inherit;
background-color: white;
border: 2px inset;
border-bottom: 2px inset !important;
height: 1.7rem;
box-shadow: none;
}
#transfer div.valign-wrapper {
margin: -14px 0;
}
#transfer div.top {
margin-top: 10px;
}
.determinate {
width: 75%;
}
.filled {
border-bottom: 1px solid #26a69a !important;
box-shadow: 0 1px 0 0 #26a69a !important;
}
#red-box > span {
background-color: #ffe4ca;
border: 1px solid #ffc2a7;
font-size: .9rem;
padding: 3px 5px;
} | css/styles.css | html {
background-color: #f0f0f0;
font-family: Arial;
}
#header * {
box-shadow: none;
}
#logo-bar > div {
height: 24px;
}
#logo-bar > div > img {
position: absolute;
margin: -16px 0 0 -36px;
}
#logo-bar > div > span {
margin-left: 190px;
}
nav {
height: 40px;
line-height: 41px;
}
#nav-bar {
padding-top: 2rem;
border-width: 0 0 3px 0;
border-style: solid;
}
nav ul li {
width: 11.111111%;
text-align: center;
border-style: solid;
border-color: #194086;
border-width: 1px 1px 1px 0;
background-color: #0a2964;
font-size: .9rem;
}
nav ul li.active, #nav-bar, hr {
border-color: #ffc000;
}
nav ul li.active {
background: #ffc000;
background: -webkit-linear-gradient(#ffd204, #fdb300);
background: -o-linear-gradient(#ffd204, #fdb300);
background: -moz-linear-gradient(#ffd204, #fdb300);
background: linear-gradient(#ffd204, #fdb300);
}
nav ul li:hover {
border-color: #e4a300;
background: #e4a300;
background: -webkit-linear-gradient(#e5b504, #e29600);
background: -o-linear-gradient(#e5b504, #e29600);
background: -moz-linear-gradient(#e5b504, #e29600);
background: linear-gradient(#e5b504, #e29600);
}
.container {
max-width: 1920px;
width: 90%;
}
.nbd-indigo {
background-color: #112655 !important;
}
.nbd-blue, .tabs .indicator {
background-color: #0a2964;
}
.nbd-blue-text, nav ul li:hover, nav ul li.active {
color: #112655;
}
.nbd-dark-text {
color: #c79706;
}
.nbd-yellow {
background-color: #ffc000 !important;
}
.gold {
background-color: #ffd700;
}
.silver {
background-color: #c0c0c0;
}
.bronze {
background-color: #cd7f32;
}
footer b {
color: #ffc000;
}
.bold {
font-weight: bold;
}
#welcome-bar {
color: #063887;
padding: 5px 0 10px 0;
margin-bottom: 0;
background: #f0f0f0;
background: -webkit-linear-gradient(#a5cbe1, #d1e4ee, #f0f0f0);
background: -o-linear-gradient(#a5cbe1, #d1e4ee, #f0f0f0);
background: -moz-linear-gradient(#a5cbe1, #d1e4ee, #f0f0f0);
background: linear-gradient(#a5cbe1, #d1e4ee, #f0f0f0);
}
#side-bar > *, #quick-links > *, #nbd > *, #transfer > * {
background-color: white;
}
#side-bar li {
border-style: dotted;
border-width: 0 0 2px 0;
padding: 4px 4px 4px 12px;
}
#side-bar li a {
color: #103770;
}
a, img, footer p, nav li {
cursor: pointer;
}
#quick-links p {
margin-bottom: -16px;
padding: 4px;
}
#quick-links ul {
list-style-image: url('../img/bulletarrow.png');
font-size: 12px;
padding: 0 0 20px 22px;
margin-bottom: -16px;
}
#quick-links li a, #quick-links p, .tabs .tab a:hover {
color: #305388;
}
#quick-links img {
width: 100%;
padding: 12px;
margin-top: 10px;
}
#status-bars {
background-color: #fdf5fb;
padding: 0 8px;
color: #1d1a5a;
}
#status-title {
padding-top: 8px;
margin-bottom: -12px;
}
#status-bars > div.row {
margin-top: 20px;
margin-bottom: 8px;
border-style: solid;
border-color: #ccc;
border-width: 1px 1px 3px 1px;
background: white;
background: -webkit-linear-gradient(left, white, white, #dff2fb, #bde4f4, #b5e1f3, #aedef1);
background: -o-linear-gradient(right, white, white, #dff2fb, #bde4f4, #b5e1f3, #aedef1);
background: -moz-linear-gradient(right, white, white, #dff2fb, #bde4f4, #b5e1f3, #aedef1);
background: linear-gradient(to right, white, white, #dff2fb, #bde4f4, #b5e1f3, #aedef1);
}
#status-bars img {
vertical-align: middle;
padding: 4px 12px 8px 0;
}
#text1, #text2 {
margin-top: -20px;
padding-top: 16px;
padding-bottom: 20px;
}
#text1 p {
line-height: 1.5;
font-size: 95%;
}
#text2 img {
float: right;
}
#text2 h5, .tabs .tab a {
color: #08276a;
}
#divider {
border-right: 3px double #bbb;
}
@media only screen and (max-width: 600px) {
#divider {
border-right: 0;
}
}
#ocd, #modal1 {
font-family: "Roboto";
}
.tabs, #transfer {
margin-top: 1rem;
}
#transfer > div.row {
padding: 12px;
}
#transfer > div.row > .row {
margin-bottom: 10px;
}
#transfer i {
font-size: 1.1rem;
color: #f44336;
}
#transfer .red-text, #transfer > div.row > p {
font-size: .8rem;
}
#transfer h6 {
background-color: #f0f0f0;
padding: 8px 6px;
margin: 0 -6px;
}
#transfer p {
padding: 0;
}
#transfer select.browser-default {
background-color: buttonface;
border: 1px solid #a9a9a9;
border-radius: 0;
height: 1.9rem;
padding: 4px !important;
}
#transfer input {
padding: 1px 0;
margin-top: 14px;
color: inherit;
background-color: white;
border: 2px inset;
border-bottom: 2px inset !important;
height: 1.7rem;
box-shadow: none;
}
#transfer div.valign-wrapper {
margin: -14px 0;
}
#transfer div.top {
margin-top: 10px;
}
.determinate {
width: 75%;
}
.filled {
border-bottom: 1px solid #26a69a !important;
box-shadow: 0 1px 0 0 #26a69a !important;
}
#red-box > span {
background-color: #ffe4ca;
border: 1px solid #ffc2a7;
font-size: .9rem;
padding: 3px 5px;
} | 0.360939 | 0.11221 |
body,textarea{font-size:14px;font-family:"Microsoft Yahei",宋体,PMingLiU,Verdana,Arial,Helvetica,sans-serif !important;}
input{font-size:14px;font-family:Tahoma,Arial,sans-serif !important;}
body{background:#e3eaf4 url("http://7xo8ag.com1.z0.glb.clouddn.com/adminbg.jpg") fixed center bottom no-repeat !important;}
#login {
width:320px;
background:rgba(0, 0, 0, 0.02);
padding:0 20px 100% 12px;
margin:auto;
top:0px;
right:15%;
position:fixed;
}
.login form {
margin-left:8px;
padding:26px 24px 46px;
font-weight:normal;
background:rgba(255, 255, 255, 0.2);
border:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow: #000 0 0px 0px -1px;}
#loginform {-webkit-border-radius:0px;border-radius:0px;margin-top: 150px;}
.login form .input, .login input[type="text"] {
color:#555;
font-weight:200;
font-size:24px;
line-height:1;
width:100%;
padding:5px;
margin-top:2px;
margin-right:6px;
margin-bottom:16px;
border:1px solid #FFF;
background:#FFF !important;
outline:0;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
.login form .input, .login input[type="text"] {
font-size:17px;
padding-bottom:11px;
padding-top:11px;
text-indent:3px; }
.login form .input, .login input[type="text"] {border:2px solid #DCE4EC;}
input.button-primary{
margin-top:8px;
border:#000;
font-weight:bold;
text-shadow:#FFF 0 0px 10px;}
.login .button-primary {
font-size:14px!important;
line-height:22px;
padding:8px 117px;
border-radius:0px;
}
input.button-primary {
background:rgba(255, 255, 255, 0.5);color:#000; }
input.button-primary:hover,input.button-primary:focus {
background:rgba(255, 255, 255, 0.8);color:#000; }
input.button-primary:active{
background:rgba(255, 255, 255, 0.2);color:#000; }
.login form .forgetmenot {
font-weight:normal;
float:none;
margin-top:-10px;
}
.login #nav, .login #backtoblog {text-shadow:none;float:right;margin:0 30px 0 0px;padding:16px 0px 0 20px;}
.login #nav a, .login #backtoblog a{color:#FFF!important;text-decoration:none;}
.login #nav a:hover, .login #backtoblog a:hover{color:#444!important;text-decoration:none;}
div.error, .login #login_error {display:none;}
div.updated, .login .message {background-color: #E0FFE1;border-color: #ACE655;}
#login h1{
display: none;
} | wp-content/themes/cu/css/admstyle.css | body,textarea{font-size:14px;font-family:"Microsoft Yahei",宋体,PMingLiU,Verdana,Arial,Helvetica,sans-serif !important;}
input{font-size:14px;font-family:Tahoma,Arial,sans-serif !important;}
body{background:#e3eaf4 url("http://7xo8ag.com1.z0.glb.clouddn.com/adminbg.jpg") fixed center bottom no-repeat !important;}
#login {
width:320px;
background:rgba(0, 0, 0, 0.02);
padding:0 20px 100% 12px;
margin:auto;
top:0px;
right:15%;
position:fixed;
}
.login form {
margin-left:8px;
padding:26px 24px 46px;
font-weight:normal;
background:rgba(255, 255, 255, 0.2);
border:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow: #000 0 0px 0px -1px;}
#loginform {-webkit-border-radius:0px;border-radius:0px;margin-top: 150px;}
.login form .input, .login input[type="text"] {
color:#555;
font-weight:200;
font-size:24px;
line-height:1;
width:100%;
padding:5px;
margin-top:2px;
margin-right:6px;
margin-bottom:16px;
border:1px solid #FFF;
background:#FFF !important;
outline:0;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
.login form .input, .login input[type="text"] {
font-size:17px;
padding-bottom:11px;
padding-top:11px;
text-indent:3px; }
.login form .input, .login input[type="text"] {border:2px solid #DCE4EC;}
input.button-primary{
margin-top:8px;
border:#000;
font-weight:bold;
text-shadow:#FFF 0 0px 10px;}
.login .button-primary {
font-size:14px!important;
line-height:22px;
padding:8px 117px;
border-radius:0px;
}
input.button-primary {
background:rgba(255, 255, 255, 0.5);color:#000; }
input.button-primary:hover,input.button-primary:focus {
background:rgba(255, 255, 255, 0.8);color:#000; }
input.button-primary:active{
background:rgba(255, 255, 255, 0.2);color:#000; }
.login form .forgetmenot {
font-weight:normal;
float:none;
margin-top:-10px;
}
.login #nav, .login #backtoblog {text-shadow:none;float:right;margin:0 30px 0 0px;padding:16px 0px 0 20px;}
.login #nav a, .login #backtoblog a{color:#FFF!important;text-decoration:none;}
.login #nav a:hover, .login #backtoblog a:hover{color:#444!important;text-decoration:none;}
div.error, .login #login_error {display:none;}
div.updated, .login .message {background-color: #E0FFE1;border-color: #ACE655;}
#login h1{
display: none;
} | 0.099793 | 0.040693 |