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 {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
/*
background image styling obtained from bulma template
*/
.hero.is-info {
background: linear-gradient(
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.5)
), url('../images/California-Trail-Carlin-Canyon-Creek.jpg') center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.hero .nav, .hero.is-success .nav {
-webkit-box-shadow: none;
box-shadow: none;
}
.hero .subtitle {
padding: 1rem 0;
line-height: 1.5;
}
.navbar {
justify-content: center;
}
.navbar-menu {
justify-content: center;
}
.navbar-item {
justify-content: center;
display: flex;
}
.header {
display: flex;
flex-direction: column;
}
#page-heading {
text-align: center;
font-size: 3.3rem;
}
#park-name {
text-align: center;
font-size: 2.0rem;
}
.column-card {
height: auto;
width: 375px;
}
.card {
height: 250px;
width: auto;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.columns {
flex-wrap: wrap;
}
.card-header {
position: sticky;
top: 0;
background-color: cornsilk;
}
.card-footer {
position: sticky;
bottom: 0;
}
.card-content {
height: 250px;
overflow-y: auto;
}
.content {
width: 100%;
}
.card-holder {
display: flex;
align-items: center;
justify-content: center;
}
.card-box {
height: 315px;
}
.box-current {
height: 315px;
}
.weather-head {
background-color: lightskyblue;
}
.weather-card {
height:290px;
}
.weather-holder {
margin-top: 30px;
}
.foot-clan {
background-color: black;
height: 65px;
color:white;
display:flex;
align-items: center;
justify-content: center;
}
@media screen and (min-width: 200px) {
.navbar-item {
justify-content: center;
}
}
#page-heading {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#quote-title {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#quote:hover {
font-weight: bold;
font-style: italic;
} | assets/css/main.css | html,body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
/*
background image styling obtained from bulma template
*/
.hero.is-info {
background: linear-gradient(
rgba(0, 0, 0, 0.5),
rgba(0, 0, 0, 0.5)
), url('../images/California-Trail-Carlin-Canyon-Creek.jpg') center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.hero .nav, .hero.is-success .nav {
-webkit-box-shadow: none;
box-shadow: none;
}
.hero .subtitle {
padding: 1rem 0;
line-height: 1.5;
}
.navbar {
justify-content: center;
}
.navbar-menu {
justify-content: center;
}
.navbar-item {
justify-content: center;
display: flex;
}
.header {
display: flex;
flex-direction: column;
}
#page-heading {
text-align: center;
font-size: 3.3rem;
}
#park-name {
text-align: center;
font-size: 2.0rem;
}
.column-card {
height: auto;
width: 375px;
}
.card {
height: 250px;
width: auto;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.columns {
flex-wrap: wrap;
}
.card-header {
position: sticky;
top: 0;
background-color: cornsilk;
}
.card-footer {
position: sticky;
bottom: 0;
}
.card-content {
height: 250px;
overflow-y: auto;
}
.content {
width: 100%;
}
.card-holder {
display: flex;
align-items: center;
justify-content: center;
}
.card-box {
height: 315px;
}
.box-current {
height: 315px;
}
.weather-head {
background-color: lightskyblue;
}
.weather-card {
height:290px;
}
.weather-holder {
margin-top: 30px;
}
.foot-clan {
background-color: black;
height: 65px;
color:white;
display:flex;
align-items: center;
justify-content: center;
}
@media screen and (min-width: 200px) {
.navbar-item {
justify-content: center;
}
}
#page-heading {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#quote-title {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#quote:hover {
font-weight: bold;
font-style: italic;
} | 0.393385 | 0.085824 |
.theme-bar .nivoSlider {
position:relative;
background:#fff url(loading.gif) no-repeat 50% 50%;
/*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-bar .nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
.theme-bar .nivoSlider a {
border:0;
display:block;
}
.theme-bar .nivo-controlNav {
text-align: center;
bottom: -60px;
position: absolute;
width: 100%;
}
.bybc-blog-slider {
display: block;
float: left;
margin-bottom: 20px;
width: 100%;
}
.theme-bar .nivo-controlNav a {
display:inline-block;
width:20px;
height:19px;
background:url(bullets.png) no-repeat;
text-indent:-9999px;
border:0;
margin: 0 2px;
}
.theme-bar .nivo-controlNav a.active {
background-position:0 -22px;
}
@media (min-width: 768px){
/*pink */
.theme-bar .nivo-directionNav .nivo-prevNav {
background-image: url("prev-white.png");
background-repeat: no-repeat;
background-position: center center;
float: right;
margin-top: -45px;
width: 100%;
}
.theme-bar .nivo-directionNav .nivo-prevNav::before {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.theme-bar .nivo-directionNav .nivo-nextNav::before {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.theme-bar .nivo-directionNav .nivo-nextNav{
background-image: url("next-white.png");
background-repeat: no-repeat;
background-position: center center
}
/*skin violet */
.ybc_blog_skin_violet .theme-bar .nivo-directionNav .nivo-nextNav
{
background: rgba(155,83,156,0.6) url("next.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_violet .theme-bar .nivo-directionNav .nivo-prevNav {
background: rgba(155,83,156,0.6) url("prev.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_violet .theme-bar .nivo-directionNav .nivo-prevNav:hover
{
background: rgba(155,83,156,0.8) url("prev.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_violet .theme-bar .nivo-directionNav .nivo-nextNav:hover
{
background: rgba(155,83,156,0.8) url("next.png") no-repeat scroll 0 0;
}
/*end skin violet */
/*skin orange */
.ybc_blog_skin_orange .theme-bar .nivo-directionNav .nivo-nextNav
{
background: rgba(255,172,0,0.6) url("next.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_orange .theme-bar .nivo-directionNav .nivo-prevNav {
background: rgba(255,172,0,0.6) url("prev.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_orange .theme-bar .nivo-directionNav .nivo-prevNav:hover
{
background: rgba(255,172,0,0.8) url("prev.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_orange .theme-bar .nivo-directionNav .nivo-nextNav:hover
{
background: rgba(255,172,0,0.8) url("next.png") no-repeat scroll 0 0;
}
/*skin green */
.ybc_blog_skin_green .theme-bar .nivo-directionNav .nivo-nextNav
{
background: rgba(130,175,124,0.6) url("next.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_green .theme-bar .nivo-directionNav .nivo-prevNav {
background: rgba(130,175,124,0.6) url("prev.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_green .theme-bar .nivo-directionNav .nivo-prevNav:hover
{
background: rgba(130,175,124,0.8) url("prev.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_green .theme-bar .nivo-directionNav .nivo-nextNav:hover
{
background: rgba(130,175,124,0.8) url("next.png") no-repeat scroll 0 0;
}
/*end skin green */
/*skin black */
.ybc_blog_skin_black .theme-bar .nivo-directionNav .nivo-nextNav
{
background: rgba(0,0,0,0.6) url("nextfordefault.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_black .theme-bar .nivo-directionNav .nivo-prevNav {
background: rgba(0,0,0,0.6) url("prevfordefault.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_black .theme-bar .nivo-directionNav .nivo-prevNav:hover
{
background: rgba(0,0,0,0.8) url("prevfordefault.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_black .theme-bar .nivo-directionNav .nivo-nextNav:hover
{
background: rgba(0,0,0,0.8) url("nextfordefault.png") no-repeat scroll 0 0;
}
/*skin grey */
.ybc_blog_skin_grey .theme-bar .nivo-directionNav .nivo-nextNav
{
background: rgba(195,215,223,0.6) url("next.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_grey .theme-bar .nivo-directionNav .nivo-prevNav {
background: rgba(195,215,223,0.6) url("prev.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_grey .theme-bar .nivo-directionNav .nivo-prevNav:hover
{
background: rgba(195,215,223,0.8) url("prev.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_grey .theme-bar .nivo-directionNav .nivo-nextNav:hover
{
background: rgba(195,215,223,0.8) url("next.png") no-repeat scroll 0 0;
}
/*end skin grey*/
/*end next and pre */
.theme-bar .nivo-directionNav a {
display:block;
text-indent:-9999px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
width:45px;
height: 42px;
float: right;
}
.theme-bar .nivo-directionNav {
position: absolute;
right: 3px;
top: 64.5%;
width: 45px;
}
.theme-bar .nivo-caption a {
color:#fff;
border-bottom:1px dotted #fff;
}
.theme-bar .nivo-caption a:hover {
color:#fff;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled {
width: 100%;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled a {
width: auto;
height: auto;
background: none;
margin-bottom: 5px;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled img {
display: block;
width: 120px;
height: auto;
}
}
.theme-bar .nivo-caption {
float: right;
height: 22.5%;
margin-right: 3px;
max-width: 100%;
min-width: 60%;
width: auto;
}
@media (max-width: 1199px){
.theme-bar .nivo-directionNav {
top: 61.3%;
}
}
@media (max-width: 991px){
.theme-bar .nivo-caption {
height: 33.5%!important;
}
.theme-bar .nivo-directionNav {
top: 44.8%;
}
}
@media (max-width:767px){
.theme-bar .nivo-directionNav {
top: 52%;
}
.nivo-nextNav::before,
.nivo-prevNav::before {
font-size: 24px;
height: 30px;
text-align: center;
width: 30px;
color:#fff;
}
.nivo-nextNav::before
{
content: "\f105";
font-family: FontAwesome;
padding: 11px;
}
.nivo-prevNav::before
{
content: "\f104";
font-family: FontAwesome;
padding: 8px 10px 8px 8px;
}
.nivo-nextNav,
.nivo-prevNav
{
border: 2px solid #fff !important;
border-radius: 50%;
height: 30px;
line-height: 24px;
overflow: hidden;
text-align: center;
width: 30px;
}
.nivo-nextNav
{
margin-right: 10px;
}
.nivo-prevNav
{
margin-left: 10px;
}
}
@media (min-width: 600px) and (max-width:767px){
.nivo-caption {
padding: 11px 18px!important;
}
}
@media (min-width:481px) and (max-width:599px){
.nivo-caption > span {
font-size: 12px;
line-height:16px;
}
}
/*
.theme-bar .nivo-directionNav .nivo-prevNav:before {
color: red;
font-family: FontAwesome;
content: "\f104";
font-size: 30px;
width: 30px;
height: 30px;
background: grey;
padding: 0 10px;
margin-left: 20px;
}
.theme-bar .nivo-directionNav .nivo-prevNav
{
width: 30px;
height: 30px;
text-align: center;
text-indent: -999px;
}
*/
@media (max-width:600px){
.theme-bar .nivo-directionNav {
top: 46%;
}
}
@media (max-width:480px){
.theme-bar .nivo-caption {
display:none!important;
}
.theme-bar .nivo-directionNav {
top: 79.3%;
}
}
@media (max-width:414px){
.theme-bar .nivo-directionNav {
top: 75.3%;
}
}
@media (max-width:375px){
.theme-bar .nivo-directionNav {
top: 72.3%;
}
}
@media (max-width:360px){
.theme-bar .nivo-directionNav {
top: 71%;
}
}
/*255,110,158 ,#ff6e9e*/
/*next, prev max-width:767px
.owl-buttons .owl-prev::before, .owl-buttons .owl-next::before {
color: #e5e5e5;
content: "\f105";
float: left;
font-family: FontAwesome;
font-size: 15px;
font-weight: 300;
height: 20px;
line-height: 20px;
text-align: center;
width: 20px;
}
.sidebar-post-type-casual #ybc-blog-posts-latest-list .owl-buttons .owl-prev::before {
color: #fff;
content: "\f104";
font-family: FontAwesome;
font-size: 20px;
}
.sidebar-post-type-casual #ybc-blog-posts-latest-list .owl-prev,
.sidebar-post-type-casual #ybc-blog-posts-latest-list .owl-next {
border: 2px solid #fff;
border-radius: 50%;
height: 25px;
left: 10px;
line-height: 25px;
position: absolute !important;
text-align: center;
width: 25px;
}
*/ | public/modules/ybc_blog/css/themes/bar/bar.css | .theme-bar .nivoSlider {
position:relative;
background:#fff url(loading.gif) no-repeat 50% 50%;
/*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-bar .nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
.theme-bar .nivoSlider a {
border:0;
display:block;
}
.theme-bar .nivo-controlNav {
text-align: center;
bottom: -60px;
position: absolute;
width: 100%;
}
.bybc-blog-slider {
display: block;
float: left;
margin-bottom: 20px;
width: 100%;
}
.theme-bar .nivo-controlNav a {
display:inline-block;
width:20px;
height:19px;
background:url(bullets.png) no-repeat;
text-indent:-9999px;
border:0;
margin: 0 2px;
}
.theme-bar .nivo-controlNav a.active {
background-position:0 -22px;
}
@media (min-width: 768px){
/*pink */
.theme-bar .nivo-directionNav .nivo-prevNav {
background-image: url("prev-white.png");
background-repeat: no-repeat;
background-position: center center;
float: right;
margin-top: -45px;
width: 100%;
}
.theme-bar .nivo-directionNav .nivo-prevNav::before {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.theme-bar .nivo-directionNav .nivo-nextNav::before {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.theme-bar .nivo-directionNav .nivo-nextNav{
background-image: url("next-white.png");
background-repeat: no-repeat;
background-position: center center
}
/*skin violet */
.ybc_blog_skin_violet .theme-bar .nivo-directionNav .nivo-nextNav
{
background: rgba(155,83,156,0.6) url("next.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_violet .theme-bar .nivo-directionNav .nivo-prevNav {
background: rgba(155,83,156,0.6) url("prev.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_violet .theme-bar .nivo-directionNav .nivo-prevNav:hover
{
background: rgba(155,83,156,0.8) url("prev.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_violet .theme-bar .nivo-directionNav .nivo-nextNav:hover
{
background: rgba(155,83,156,0.8) url("next.png") no-repeat scroll 0 0;
}
/*end skin violet */
/*skin orange */
.ybc_blog_skin_orange .theme-bar .nivo-directionNav .nivo-nextNav
{
background: rgba(255,172,0,0.6) url("next.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_orange .theme-bar .nivo-directionNav .nivo-prevNav {
background: rgba(255,172,0,0.6) url("prev.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_orange .theme-bar .nivo-directionNav .nivo-prevNav:hover
{
background: rgba(255,172,0,0.8) url("prev.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_orange .theme-bar .nivo-directionNav .nivo-nextNav:hover
{
background: rgba(255,172,0,0.8) url("next.png") no-repeat scroll 0 0;
}
/*skin green */
.ybc_blog_skin_green .theme-bar .nivo-directionNav .nivo-nextNav
{
background: rgba(130,175,124,0.6) url("next.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_green .theme-bar .nivo-directionNav .nivo-prevNav {
background: rgba(130,175,124,0.6) url("prev.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_green .theme-bar .nivo-directionNav .nivo-prevNav:hover
{
background: rgba(130,175,124,0.8) url("prev.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_green .theme-bar .nivo-directionNav .nivo-nextNav:hover
{
background: rgba(130,175,124,0.8) url("next.png") no-repeat scroll 0 0;
}
/*end skin green */
/*skin black */
.ybc_blog_skin_black .theme-bar .nivo-directionNav .nivo-nextNav
{
background: rgba(0,0,0,0.6) url("nextfordefault.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_black .theme-bar .nivo-directionNav .nivo-prevNav {
background: rgba(0,0,0,0.6) url("prevfordefault.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_black .theme-bar .nivo-directionNav .nivo-prevNav:hover
{
background: rgba(0,0,0,0.8) url("prevfordefault.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_black .theme-bar .nivo-directionNav .nivo-nextNav:hover
{
background: rgba(0,0,0,0.8) url("nextfordefault.png") no-repeat scroll 0 0;
}
/*skin grey */
.ybc_blog_skin_grey .theme-bar .nivo-directionNav .nivo-nextNav
{
background: rgba(195,215,223,0.6) url("next.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_grey .theme-bar .nivo-directionNav .nivo-prevNav {
background: rgba(195,215,223,0.6) url("prev.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_grey .theme-bar .nivo-directionNav .nivo-prevNav:hover
{
background: rgba(195,215,223,0.8) url("prev.png") no-repeat scroll 0 0;
}
.ybc_blog_skin_grey .theme-bar .nivo-directionNav .nivo-nextNav:hover
{
background: rgba(195,215,223,0.8) url("next.png") no-repeat scroll 0 0;
}
/*end skin grey*/
/*end next and pre */
.theme-bar .nivo-directionNav a {
display:block;
text-indent:-9999px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
width:45px;
height: 42px;
float: right;
}
.theme-bar .nivo-directionNav {
position: absolute;
right: 3px;
top: 64.5%;
width: 45px;
}
.theme-bar .nivo-caption a {
color:#fff;
border-bottom:1px dotted #fff;
}
.theme-bar .nivo-caption a:hover {
color:#fff;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled {
width: 100%;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled a {
width: auto;
height: auto;
background: none;
margin-bottom: 5px;
}
.theme-bar .nivo-controlNav.nivo-thumbs-enabled img {
display: block;
width: 120px;
height: auto;
}
}
.theme-bar .nivo-caption {
float: right;
height: 22.5%;
margin-right: 3px;
max-width: 100%;
min-width: 60%;
width: auto;
}
@media (max-width: 1199px){
.theme-bar .nivo-directionNav {
top: 61.3%;
}
}
@media (max-width: 991px){
.theme-bar .nivo-caption {
height: 33.5%!important;
}
.theme-bar .nivo-directionNav {
top: 44.8%;
}
}
@media (max-width:767px){
.theme-bar .nivo-directionNav {
top: 52%;
}
.nivo-nextNav::before,
.nivo-prevNav::before {
font-size: 24px;
height: 30px;
text-align: center;
width: 30px;
color:#fff;
}
.nivo-nextNav::before
{
content: "\f105";
font-family: FontAwesome;
padding: 11px;
}
.nivo-prevNav::before
{
content: "\f104";
font-family: FontAwesome;
padding: 8px 10px 8px 8px;
}
.nivo-nextNav,
.nivo-prevNav
{
border: 2px solid #fff !important;
border-radius: 50%;
height: 30px;
line-height: 24px;
overflow: hidden;
text-align: center;
width: 30px;
}
.nivo-nextNav
{
margin-right: 10px;
}
.nivo-prevNav
{
margin-left: 10px;
}
}
@media (min-width: 600px) and (max-width:767px){
.nivo-caption {
padding: 11px 18px!important;
}
}
@media (min-width:481px) and (max-width:599px){
.nivo-caption > span {
font-size: 12px;
line-height:16px;
}
}
/*
.theme-bar .nivo-directionNav .nivo-prevNav:before {
color: red;
font-family: FontAwesome;
content: "\f104";
font-size: 30px;
width: 30px;
height: 30px;
background: grey;
padding: 0 10px;
margin-left: 20px;
}
.theme-bar .nivo-directionNav .nivo-prevNav
{
width: 30px;
height: 30px;
text-align: center;
text-indent: -999px;
}
*/
@media (max-width:600px){
.theme-bar .nivo-directionNav {
top: 46%;
}
}
@media (max-width:480px){
.theme-bar .nivo-caption {
display:none!important;
}
.theme-bar .nivo-directionNav {
top: 79.3%;
}
}
@media (max-width:414px){
.theme-bar .nivo-directionNav {
top: 75.3%;
}
}
@media (max-width:375px){
.theme-bar .nivo-directionNav {
top: 72.3%;
}
}
@media (max-width:360px){
.theme-bar .nivo-directionNav {
top: 71%;
}
}
/*255,110,158 ,#ff6e9e*/
/*next, prev max-width:767px
.owl-buttons .owl-prev::before, .owl-buttons .owl-next::before {
color: #e5e5e5;
content: "\f105";
float: left;
font-family: FontAwesome;
font-size: 15px;
font-weight: 300;
height: 20px;
line-height: 20px;
text-align: center;
width: 20px;
}
.sidebar-post-type-casual #ybc-blog-posts-latest-list .owl-buttons .owl-prev::before {
color: #fff;
content: "\f104";
font-family: FontAwesome;
font-size: 20px;
}
.sidebar-post-type-casual #ybc-blog-posts-latest-list .owl-prev,
.sidebar-post-type-casual #ybc-blog-posts-latest-list .owl-next {
border: 2px solid #fff;
border-radius: 50%;
height: 25px;
left: 10px;
line-height: 25px;
position: absolute !important;
text-align: center;
width: 25px;
}
*/ | 0.284079 | 0.055132 |
.permissions-connect-header__title,.permissions-connect-choose-account__text-blue,.permissions-connect__page-count,.permissions-connect-header__text,.permissions-connect-header__subtitle,.permissions-connect-footer__text{font-family:'Montserrat', sans-serif;;font-style:normal;font-weight:normal;color:#24272a;}
.permissions-connect-header__title{font-size:24px;}
.permissions-connect-choose-account__text-blue,.permissions-connect__page-count,.permissions-connect-header__text,.permissions-connect-header__subtitle,.permissions-connect-footer__text{font-size:14px;}
html,body,div,span,img,form{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
button{border-style:none;cursor:pointer;}
button::-moz-focus-inner{border:none;}
*{box-sizing:border-box;}
html,body{font-family:'Montserrat', sans-serif;, Arial;color:#4d4d4d;font-weight:400;width:100%;height:100%;margin:0;padding:0;font-size:16px;overflow:auto;}
html{min-height:500px;}
.mouse-user-styles button:focus,.mouse-user-styles input:focus,.mouse-user-styles textarea:focus{outline:none;}
#app-content{overflow-x:hidden;height:100%;display:flex;flex-direction:column;background:#f7f7f7;}
@media screen and (max-width: 575px){
#app-content{background-color:#fff;}
}
.button{font-weight:400;font-size:0.875rem;font-weight:500;font-family:'Montserrat', sans-serif;, Arial;line-height:1.25rem;padding:0.75rem
1rem;display:flex;justify-content:center;align-items:center;box-sizing:border-box;border-radius:6px;width:100%;transition:border-color 0.3s ease, background-color 0.3s ease;}
.button[disabled]{cursor:auto;opacity:0.5;pointer-events:none;}
.btn-default{color:#6a737d;border:2px solid #b3b3b3;}
.btn-default:hover{border-color:#6a737d;}
.btn-default:active{background:#fbfbfc;border-color:#6a737d;}
.btn-primary{color:#fff;border:2px solid #037dd6;background-color:#037dd6;}
.btn-primary:hover{border-color:#0372c3;background-color:#0372c3;}
.btn-primary:active{background:#0260a4;border-color:#0260a4;}
.btn-primary[disabled]{border-color:#b0d7f2;background-color:#b0d7f2;}
button[disabled]{cursor:not-allowed;opacity:0.5;}
.network-droppo{right:2px;}
@media screen and (min-width: 576px){
.network-droppo{right:calc(((100% - 85vw) / 2) + 2px);}
}
@media screen and (min-width: 769px){
.network-droppo{right:calc(((100% - 80vw) / 2) + 2px);}
}
@media screen and (min-width: 1281px){
.network-droppo{right:calc(((100% - 65vw) / 2) + 2px);}
}
.app{display:flex;flex-direction:column;height:100%;overflow-x:hidden;position:relative;align-items:center;}
.main-container-wrapper{display:flex;justify-content:center;flex:1 0 auto;min-height:0;width:100%;}
@media screen and (max-width: 575px){
.main-container-wrapper{flex:1;}
}
.permissions-connect-choose-account{display:flex;flex-direction:column;align-items:center;width:100%;margin-left:auto;margin-right:auto;height:100%;}
@media screen and (min-width: 576px){
.permissions-connect-choose-account{width:426px;}
}
.permissions-connect-choose-account__text-blue{color:#037dd6;cursor:pointer;}
.permissions-connect-choose-account__accounts-list{flex:2 1 0;width:92%;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;border:1px solid
#d0d5da;box-sizing:border-box;border-radius:8px;margin-top:8px;overflow-y:auto;}
.permissions-connect-choose-account__accounts-list-header--one-item{display:flex;flex:0;margin-top:36px;width:100%;padding-left:15px;padding-right:17px;}
.permissions-connect-choose-account__accounts-list-header--one-item{justify-content:flex-end;}
.permissions-connect-choose-account__account-info-wrapper{display:flex;justify-content:flex-start;align-items:center;min-width:0;}
.permissions-connect-choose-account__account{display:flex;align-items:center;padding:16px;border-bottom:1px solid #d2d8dd;justify-content:space-between;}
.permissions-connect-choose-account__account:last-of-type{border-bottom:none;}
.permissions-connect-choose-account__account:hover{background:#f2f3f4;cursor:pointer;}
.permissions-connect-choose-account__footer-container{width:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-end;}
@media screen and (min-width: 576px){
.permissions-connect-choose-account__footer-container{flex-direction:column-reverse;justify-content:space-between;padding-bottom:20px;}
}
.permissions-connect-choose-account__bottom-buttons{display:flex;justify-content:space-between;width:100%;padding-top:16px;padding-bottom:16px;margin-top:8px;border-top:1px solid #d6d9dc;}
@media screen and (min-width: 576px){
.permissions-connect-choose-account__bottom-buttons{border-top:none;}
}
.permissions-connect-choose-account__bottom-buttons button{width:124px;}
.permissions-connect-choose-account__bottom-buttons .btn-default{background:white;margin-left:16px;}
.permissions-connect-choose-account__bottom-buttons .btn-primary{margin-right:16px;}
.permissions-connect{width:100%;height:100%;position:relative;background:white;display:flex;flex-direction:column;}
.permissions-connect__top-bar{display:grid;grid-template-columns:1fr 1fr;padding:16px 16px 0 16px;align-items:center;}
.permissions-connect__page-count{font-size:12px;color:#6a737d;grid-column:2;justify-self:end;font-weight:bold;line-height:21px;}
.permissions-connect-header{display:flex;flex:0;flex-direction:column;justify-content:center;width:92%;}
.permissions-connect-header__icon{display:flex;flex-direction:column;align-items:center;}
.permissions-connect-header__title{text-align:center;color:#24292e;margin-top:14px;}
.permissions-connect-header__text,.permissions-connect-header__subtitle{text-align:center;color:#6a737d;}
.permissions-connect-header__text{width:100%;text-overflow:ellipsis;overflow:hidden;direction:rtl;}
.permissions-connect-header__subtitle{margin-top:4px;}
.permissions-connect-footer{display:flex;flex-direction:column;width:100%;align-items:center;}
.permissions-connect-footer__text{font-size:12px;line-height:17px;color:#6a737d;display:flex;margin-top:10px;}
.permissions-connect-footer__text--link{color:#037dd6;margin-left:4px;cursor:pointer;}
.icon-border{border-radius:50%;border:1px solid #f2f3f4;background:#fff;display:flex;justify-content:center;align-items:center;}
/*! CSS Used from: Embedded */
.type_enter{display:flex;justify-content:center;}
.type_enter button{height:30px;width:110px;margin:15px;}
.type_enter .btn-default{background:#fff;} | public/connectMeta.css | .permissions-connect-header__title,.permissions-connect-choose-account__text-blue,.permissions-connect__page-count,.permissions-connect-header__text,.permissions-connect-header__subtitle,.permissions-connect-footer__text{font-family:'Montserrat', sans-serif;;font-style:normal;font-weight:normal;color:#24272a;}
.permissions-connect-header__title{font-size:24px;}
.permissions-connect-choose-account__text-blue,.permissions-connect__page-count,.permissions-connect-header__text,.permissions-connect-header__subtitle,.permissions-connect-footer__text{font-size:14px;}
html,body,div,span,img,form{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
button{border-style:none;cursor:pointer;}
button::-moz-focus-inner{border:none;}
*{box-sizing:border-box;}
html,body{font-family:'Montserrat', sans-serif;, Arial;color:#4d4d4d;font-weight:400;width:100%;height:100%;margin:0;padding:0;font-size:16px;overflow:auto;}
html{min-height:500px;}
.mouse-user-styles button:focus,.mouse-user-styles input:focus,.mouse-user-styles textarea:focus{outline:none;}
#app-content{overflow-x:hidden;height:100%;display:flex;flex-direction:column;background:#f7f7f7;}
@media screen and (max-width: 575px){
#app-content{background-color:#fff;}
}
.button{font-weight:400;font-size:0.875rem;font-weight:500;font-family:'Montserrat', sans-serif;, Arial;line-height:1.25rem;padding:0.75rem
1rem;display:flex;justify-content:center;align-items:center;box-sizing:border-box;border-radius:6px;width:100%;transition:border-color 0.3s ease, background-color 0.3s ease;}
.button[disabled]{cursor:auto;opacity:0.5;pointer-events:none;}
.btn-default{color:#6a737d;border:2px solid #b3b3b3;}
.btn-default:hover{border-color:#6a737d;}
.btn-default:active{background:#fbfbfc;border-color:#6a737d;}
.btn-primary{color:#fff;border:2px solid #037dd6;background-color:#037dd6;}
.btn-primary:hover{border-color:#0372c3;background-color:#0372c3;}
.btn-primary:active{background:#0260a4;border-color:#0260a4;}
.btn-primary[disabled]{border-color:#b0d7f2;background-color:#b0d7f2;}
button[disabled]{cursor:not-allowed;opacity:0.5;}
.network-droppo{right:2px;}
@media screen and (min-width: 576px){
.network-droppo{right:calc(((100% - 85vw) / 2) + 2px);}
}
@media screen and (min-width: 769px){
.network-droppo{right:calc(((100% - 80vw) / 2) + 2px);}
}
@media screen and (min-width: 1281px){
.network-droppo{right:calc(((100% - 65vw) / 2) + 2px);}
}
.app{display:flex;flex-direction:column;height:100%;overflow-x:hidden;position:relative;align-items:center;}
.main-container-wrapper{display:flex;justify-content:center;flex:1 0 auto;min-height:0;width:100%;}
@media screen and (max-width: 575px){
.main-container-wrapper{flex:1;}
}
.permissions-connect-choose-account{display:flex;flex-direction:column;align-items:center;width:100%;margin-left:auto;margin-right:auto;height:100%;}
@media screen and (min-width: 576px){
.permissions-connect-choose-account{width:426px;}
}
.permissions-connect-choose-account__text-blue{color:#037dd6;cursor:pointer;}
.permissions-connect-choose-account__accounts-list{flex:2 1 0;width:92%;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;border:1px solid
#d0d5da;box-sizing:border-box;border-radius:8px;margin-top:8px;overflow-y:auto;}
.permissions-connect-choose-account__accounts-list-header--one-item{display:flex;flex:0;margin-top:36px;width:100%;padding-left:15px;padding-right:17px;}
.permissions-connect-choose-account__accounts-list-header--one-item{justify-content:flex-end;}
.permissions-connect-choose-account__account-info-wrapper{display:flex;justify-content:flex-start;align-items:center;min-width:0;}
.permissions-connect-choose-account__account{display:flex;align-items:center;padding:16px;border-bottom:1px solid #d2d8dd;justify-content:space-between;}
.permissions-connect-choose-account__account:last-of-type{border-bottom:none;}
.permissions-connect-choose-account__account:hover{background:#f2f3f4;cursor:pointer;}
.permissions-connect-choose-account__footer-container{width:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-end;}
@media screen and (min-width: 576px){
.permissions-connect-choose-account__footer-container{flex-direction:column-reverse;justify-content:space-between;padding-bottom:20px;}
}
.permissions-connect-choose-account__bottom-buttons{display:flex;justify-content:space-between;width:100%;padding-top:16px;padding-bottom:16px;margin-top:8px;border-top:1px solid #d6d9dc;}
@media screen and (min-width: 576px){
.permissions-connect-choose-account__bottom-buttons{border-top:none;}
}
.permissions-connect-choose-account__bottom-buttons button{width:124px;}
.permissions-connect-choose-account__bottom-buttons .btn-default{background:white;margin-left:16px;}
.permissions-connect-choose-account__bottom-buttons .btn-primary{margin-right:16px;}
.permissions-connect{width:100%;height:100%;position:relative;background:white;display:flex;flex-direction:column;}
.permissions-connect__top-bar{display:grid;grid-template-columns:1fr 1fr;padding:16px 16px 0 16px;align-items:center;}
.permissions-connect__page-count{font-size:12px;color:#6a737d;grid-column:2;justify-self:end;font-weight:bold;line-height:21px;}
.permissions-connect-header{display:flex;flex:0;flex-direction:column;justify-content:center;width:92%;}
.permissions-connect-header__icon{display:flex;flex-direction:column;align-items:center;}
.permissions-connect-header__title{text-align:center;color:#24292e;margin-top:14px;}
.permissions-connect-header__text,.permissions-connect-header__subtitle{text-align:center;color:#6a737d;}
.permissions-connect-header__text{width:100%;text-overflow:ellipsis;overflow:hidden;direction:rtl;}
.permissions-connect-header__subtitle{margin-top:4px;}
.permissions-connect-footer{display:flex;flex-direction:column;width:100%;align-items:center;}
.permissions-connect-footer__text{font-size:12px;line-height:17px;color:#6a737d;display:flex;margin-top:10px;}
.permissions-connect-footer__text--link{color:#037dd6;margin-left:4px;cursor:pointer;}
.icon-border{border-radius:50%;border:1px solid #f2f3f4;background:#fff;display:flex;justify-content:center;align-items:center;}
/*! CSS Used from: Embedded */
.type_enter{display:flex;justify-content:center;}
.type_enter button{height:30px;width:110px;margin:15px;}
.type_enter .btn-default{background:#fff;} | 0.14448 | 0.073165 |
body {
width: 100%;
height: 100%;
font-family:“Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
background: url(../sozai/b_bg.jpg) ;
background-size: 300px 300px;
/*background-color: #000;*/
}
html {
width: 100%;
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 35px;
text-transform: uppercase;
font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
font-weight: 700;
letter-spacing: 1px;
text-shadow:2px 2px 1px #999999;
}
p {
margin: 0 0 25px;
font-size: 18px;
line-height: 1.5;
}
.text p{
text-shadow:2px 2px 1px #7397b6;
}
@media(min-width:768px) {
p {
margin: 0 0 35px;
font-size: 20px;
line-height: 1.6;
}
}
a {
color: #42dca3;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
a:hover,
a:focus {
text-decoration: none;
color: #1d9b6c;
}
.light {
font-weight: 400;
}
.navbar-custom {
margin-bottom: 0;
border-bottom: 1px solid rgba(255,255,255,.3);
text-transform: uppercase;
font-family: Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
background-color: #000;
}
.navbar-custom .navbar-brand {
font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
padding: 4px 6px;
font-size: 16px;
color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
outline: 0;
}
.navbar-custom a {
color: #fff;
}
.navbar-custom .nav li a {
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
outline: 0;
color: rgba(255,255,255,.8);
background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
outline: 0;
background-color: transparent;
}
.navbar-custom .nav li.active {
outline: 0;
}
.navbar-custom .nav li.active a {
background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
color: #fff;
}
@media(min-width:768px) {
.navbar-custom {
padding: 20px 0;
border-bottom: 0;
letter-spacing: 1px;
background: 0 0;
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}}
.navbar-custom.top-nav-collapse {
padding: 0;
border-bottom: 1px solid rgba(255,255,255,.3);
background: #000;
}}
.snsb li{
position: relative;
top: 500px;
list-style: none;
margin-right: 100px;
}
.intro {
display: table;
width: 100%;
height: auto;
padding: 100px 0;
text-align: center;
color: #fff;
background: url(../sozai/top_bg2.jpg) no-repeat bottom center scroll;
background-color: #000;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.intro .intro-body {
display: table-cell;
vertical-align: middle;
}
.intro .intro-body .brand-heading {
font-size: 40px;
}
.intro .intro-body .intro-text {
font-size: 18px;
/*background-color: rgba(0,0,0,0.5);*/
border-radius:10px;
}
@media(min-width:768px) {
.intro {
height: 100%;
padding: 0;
}
.intro-text{
background-color: rgba(0,0,0,0.5);
}
.intro .intro-body .brand-heading {
font-size: 90px;
}
.intro .intro-body .intro-text {
font-size: 26px;
}}
.snsb{
margin-top: 70px;
margin-right: 20px;
}
.btn-circle {
width: 70px;
height: 70px;
margin-top: 15px;
padding: 7px 16px;
border: 2px solid #fff;
border-radius: 100%!important;
font-size: 40px;
color: #fff;
background: 0 0;
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
outline: 0;
color: #fff;
background: rgba(255,255,255,.1);
}
.btn-circle i.animated {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 1s;
-moz-transition-property: -moz-transform;
-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-webkit-animation-duration: 1.5s;
-moz-animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
transform: scale(1);
}
50% {
-moz-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}
}
#about {
background: url(../sozai/second_bg.jpg) no-repeat bottom center scroll;
background-size: cover;
background-position: top;
width:100%;
}
#about p{
font-size: 28px;
color: #fff;
line-height: 55px;
}
.content-section{
margin:0 auto;
width: 80%;
background-color: rgba(255,255,255,0.8);
padding-bottom: 110px;
}
.content-section h2{
font-size: 36px;
color: #ffffff;
line-height: 55px;
margin-top: 120px;
}
.content-section p{
font-size: 30px;
color: #ffffff;
line-height: 55px;
}
.content-section h1{
font-size: 60px;
margin-top: 123px;
margin-bottom: 60px;
color: #333333;
font-weight:100;
}
.content-section img{
width:75%;
height: 50%;
border-radius:20px;
}
.content-section h3{
margin-bottom: 10px;
font-size: 30px;
color: #333333;
font-weight:100;
text-shadow:none;
}
.content-section p{
padding-top: 10px;
font-size: 18px;
color: #333333;
font-weight:100;
text-shadow:none;
line-height: 31.7px;
}
.box{
width: 100%;
background: url(../sozai/Fotolia_70307349_Subscription_Monthly_M.jpg)
no-repeat ;
background-size: cover;
}
#contact-2{
padding-top: 100px;
}
.box img{
width: 65%;
height:65%;
border-radius: 200px;
margin-bottom: 20px;
}
.box h4{
font-size: 26px;
}
.box span{
background-color: #ffe347;
}
.content-second{
margin:0 auto;
width: 80%;
/*height: 1010px;*/
background-color: rgba(255,255,255,0.8);
padding-bottom: 20px;
}
.content-second h1{
font-size: 38px;
margin-bottom: 30px;
color: #333333;
font-weight:100;
line-height: 60px;
}
.content-second h3{
margin-bottom: 10px;
font-size: 26px;
color: #333333;
font-weight:100;
text-shadow:none;
}
.content-second p{
font-size: 14px;
line-height: 1.7;
text-align: left;
margin-top: 20px;
}
.photo-box{
background: url(../sozai/fifth_bg.png)
no-repeat ;
background-size: cover;
}
.photo-box h1{
font-size: 43px;
color: #fff;
margin-top: 230px;
}
.photo-box img{
width: 99%;
height: 99%;
}
.photo-box p{
font-size: 14px;
text-align: left;
}
.icon{
width: 100%;
background:linear-gradient(#895626,#331c08);
}
.icon h1{
font-size: 28px;
color: #fff;
margin-top: 120px;
}
.icon img{
width: 90%;
}
.icon span{
color: #333333;
background-color:
#fee246
}
.icon-text{
width: 90%;
margin:0 auto;
margin-top: 12px;
margin-bottom:12px;
padding: 20px 0;
background-color: #333333;
font-size: 20px;
color: white;
}
.schedule{
width: 90%;
margin:0 auto;
color: #000;
font-size: 18px;
background-color: #ededed;
border-collapse: collapse;
margin-bottom: 120px;
}
td{
border-top:1px solid #dddddd;
border-bottom: 1px solid #dddddd;
line-height: 36px;
}
.active{
background-color: #dff0d8;
}
.faq{
width: 100%;
margin:0 auto;
background:url(../sozai/fourth_bg.jpg)
no-repeat;
background-size: cover;
}
.faq-2{
background-color:rgba(255,255,255,0.5);
}
.faq h1{
margin-top:220px;
font-size: 65px;
font-weight: 100;
}
.faq h2 {
margin-bottom:10px;
background-color:rgba(255,255,255,0.5);
color: #d0451b;
font-size: 33px;
text-align: left;
border-left:4px solid #d0451b;
text-shadow:none;
}
.faq p{
background-color:rgba(255,255,255,0.5);
border-radius: 10px;
text-align: left;
font-size: 16px;
padding:10px 0;
margin-bottom: 45px;
}
.faq span{
font-size: 22px;
text-align: left;
font-weight: bold;
}
#contact-5{
width: 80%;
}
.form-text{
background-color: #f1f1f1;
width: 100%;
padding-bottom:190px;
}
.form-text h1{
font-size: 70px;
margin-top: 210px;
}
.form-text h5{
font-size: 25px;
margin-top: 61px;
margin-bottom: 7px;
}
.form-text p{
font-size: 20px;
margin-bottom: 3px;
}
.form-text h3{
margin-bottom:10px;
font-size: 28px;
color: #d0451b;
text-shadow:none;
}
.form-text i{
color: #d0451b;
}
.active-1{
background-color: #f5f5d9;
}
.active-2{
background-color: #ededed;
}
.flow{
width: 65%;
margin:0 auto;
background-color: #fff;
border: 3px dotted #d0451b;
line-height: 60px;
}
.form-table-2{
width: 65%;
color: #000;
font-size: 18px;
margin: 0 auto;
background-color: #ededed;
border-collapse: collapse;
margin-bottom: 22px;
}
.free{
padding-bottom: 30px;
}
.top-flow h5{
margin-top: 10px;
}
.top-flow i{
font-size: 45px;
height: 38px;
}
footer{
background-color: #000;
width: 100%;
}
.container li{
list-style: none;
float: left;
margin-right:5px;
}
.container img{
width: 180px;
}
.com-1{
color: #fff;
font-size: 15px;
text-align: center;
}
.com-2{
font-family: sans-serif;
font-weight: bold;
}
.com-3 {
text-align: center;
color: #fff;
}
.com td{
color: #FFF;
border: 0;
text-align: center;
}
@media(min-width:767px) {
.content-section {
}
.download-section {
padding: 100px 0;
}}
.btn {
border-radius: 0;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.btn-default {
border: 1px solid #42dca3;
color: #42dca3;
background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
border: 1px solid #42dca3;
outline: 0;
color: #000;
background-color: #42dca3;
}
ul.banner-social-buttons {
margin-top: 0;
}
@media(max-width:1199px) {
ul.banner-social-buttons {
margin-top: 15px;
}
}
@media(max-width:767px) {
ul.banner-social-buttons li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.banner-social-buttons li:last-child {
margin-bottom: 0;
}
}
footer {
padding: 50px 0;
}
footer p {
margin: 0;
}
::-moz-selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
::selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
img::selection {
background: 0 0;
}
img::-moz-selection {
background: 0 0;
}
body {
webkit-tap-highlight-color: rgba(255,255,255,.2);
}
.myButton {
-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
box-shadow:inset 0px 1px 0px 0px #cf866c;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
background-color:#d0451b;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #942911;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:20px;
padding:5px 80px;
text-decoration:none;
text-shadow:0px 1px 0px #854629;
}
.myButton:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
background-color:#bc3315;
}
.myButton:active {
position:relative;
top:1px;
}
.myButton-b {
-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
box-shadow:inset 0px -3px 7px 0px #29bbff;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
background-color:#2dabf9;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #0b0e07;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:14px;
padding:7px 21px;
text-decoration:none;
text-shadow:0px 1px 0px #263666;
}
.myButton-b:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
background-color:#0688fa;
}
.myButton-b:active {
position:relative;
top:1px;
} | css/grayscale.css | body {
width: 100%;
height: 100%;
font-family:“Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
background: url(../sozai/b_bg.jpg) ;
background-size: 300px 300px;
/*background-color: #000;*/
}
html {
width: 100%;
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 35px;
text-transform: uppercase;
font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
font-weight: 700;
letter-spacing: 1px;
text-shadow:2px 2px 1px #999999;
}
p {
margin: 0 0 25px;
font-size: 18px;
line-height: 1.5;
}
.text p{
text-shadow:2px 2px 1px #7397b6;
}
@media(min-width:768px) {
p {
margin: 0 0 35px;
font-size: 20px;
line-height: 1.6;
}
}
a {
color: #42dca3;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
a:hover,
a:focus {
text-decoration: none;
color: #1d9b6c;
}
.light {
font-weight: 400;
}
.navbar-custom {
margin-bottom: 0;
border-bottom: 1px solid rgba(255,255,255,.3);
text-transform: uppercase;
font-family: Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
background-color: #000;
}
.navbar-custom .navbar-brand {
font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
padding: 4px 6px;
font-size: 16px;
color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
outline: 0;
}
.navbar-custom a {
color: #fff;
}
.navbar-custom .nav li a {
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
outline: 0;
color: rgba(255,255,255,.8);
background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
outline: 0;
background-color: transparent;
}
.navbar-custom .nav li.active {
outline: 0;
}
.navbar-custom .nav li.active a {
background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
color: #fff;
}
@media(min-width:768px) {
.navbar-custom {
padding: 20px 0;
border-bottom: 0;
letter-spacing: 1px;
background: 0 0;
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
transition: background .5s ease-in-out,padding .5s ease-in-out;
}}
.navbar-custom.top-nav-collapse {
padding: 0;
border-bottom: 1px solid rgba(255,255,255,.3);
background: #000;
}}
.snsb li{
position: relative;
top: 500px;
list-style: none;
margin-right: 100px;
}
.intro {
display: table;
width: 100%;
height: auto;
padding: 100px 0;
text-align: center;
color: #fff;
background: url(../sozai/top_bg2.jpg) no-repeat bottom center scroll;
background-color: #000;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.intro .intro-body {
display: table-cell;
vertical-align: middle;
}
.intro .intro-body .brand-heading {
font-size: 40px;
}
.intro .intro-body .intro-text {
font-size: 18px;
/*background-color: rgba(0,0,0,0.5);*/
border-radius:10px;
}
@media(min-width:768px) {
.intro {
height: 100%;
padding: 0;
}
.intro-text{
background-color: rgba(0,0,0,0.5);
}
.intro .intro-body .brand-heading {
font-size: 90px;
}
.intro .intro-body .intro-text {
font-size: 26px;
}}
.snsb{
margin-top: 70px;
margin-right: 20px;
}
.btn-circle {
width: 70px;
height: 70px;
margin-top: 15px;
padding: 7px 16px;
border: 2px solid #fff;
border-radius: 100%!important;
font-size: 40px;
color: #fff;
background: 0 0;
-webkit-transition: background .3s ease-in-out;
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
outline: 0;
color: #fff;
background: rgba(255,255,255,.1);
}
.btn-circle i.animated {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 1s;
-moz-transition-property: -moz-transform;
-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-webkit-animation-duration: 1.5s;
-moz-animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
transform: scale(1);
}
50% {
-moz-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}
}
#about {
background: url(../sozai/second_bg.jpg) no-repeat bottom center scroll;
background-size: cover;
background-position: top;
width:100%;
}
#about p{
font-size: 28px;
color: #fff;
line-height: 55px;
}
.content-section{
margin:0 auto;
width: 80%;
background-color: rgba(255,255,255,0.8);
padding-bottom: 110px;
}
.content-section h2{
font-size: 36px;
color: #ffffff;
line-height: 55px;
margin-top: 120px;
}
.content-section p{
font-size: 30px;
color: #ffffff;
line-height: 55px;
}
.content-section h1{
font-size: 60px;
margin-top: 123px;
margin-bottom: 60px;
color: #333333;
font-weight:100;
}
.content-section img{
width:75%;
height: 50%;
border-radius:20px;
}
.content-section h3{
margin-bottom: 10px;
font-size: 30px;
color: #333333;
font-weight:100;
text-shadow:none;
}
.content-section p{
padding-top: 10px;
font-size: 18px;
color: #333333;
font-weight:100;
text-shadow:none;
line-height: 31.7px;
}
.box{
width: 100%;
background: url(../sozai/Fotolia_70307349_Subscription_Monthly_M.jpg)
no-repeat ;
background-size: cover;
}
#contact-2{
padding-top: 100px;
}
.box img{
width: 65%;
height:65%;
border-radius: 200px;
margin-bottom: 20px;
}
.box h4{
font-size: 26px;
}
.box span{
background-color: #ffe347;
}
.content-second{
margin:0 auto;
width: 80%;
/*height: 1010px;*/
background-color: rgba(255,255,255,0.8);
padding-bottom: 20px;
}
.content-second h1{
font-size: 38px;
margin-bottom: 30px;
color: #333333;
font-weight:100;
line-height: 60px;
}
.content-second h3{
margin-bottom: 10px;
font-size: 26px;
color: #333333;
font-weight:100;
text-shadow:none;
}
.content-second p{
font-size: 14px;
line-height: 1.7;
text-align: left;
margin-top: 20px;
}
.photo-box{
background: url(../sozai/fifth_bg.png)
no-repeat ;
background-size: cover;
}
.photo-box h1{
font-size: 43px;
color: #fff;
margin-top: 230px;
}
.photo-box img{
width: 99%;
height: 99%;
}
.photo-box p{
font-size: 14px;
text-align: left;
}
.icon{
width: 100%;
background:linear-gradient(#895626,#331c08);
}
.icon h1{
font-size: 28px;
color: #fff;
margin-top: 120px;
}
.icon img{
width: 90%;
}
.icon span{
color: #333333;
background-color:
#fee246
}
.icon-text{
width: 90%;
margin:0 auto;
margin-top: 12px;
margin-bottom:12px;
padding: 20px 0;
background-color: #333333;
font-size: 20px;
color: white;
}
.schedule{
width: 90%;
margin:0 auto;
color: #000;
font-size: 18px;
background-color: #ededed;
border-collapse: collapse;
margin-bottom: 120px;
}
td{
border-top:1px solid #dddddd;
border-bottom: 1px solid #dddddd;
line-height: 36px;
}
.active{
background-color: #dff0d8;
}
.faq{
width: 100%;
margin:0 auto;
background:url(../sozai/fourth_bg.jpg)
no-repeat;
background-size: cover;
}
.faq-2{
background-color:rgba(255,255,255,0.5);
}
.faq h1{
margin-top:220px;
font-size: 65px;
font-weight: 100;
}
.faq h2 {
margin-bottom:10px;
background-color:rgba(255,255,255,0.5);
color: #d0451b;
font-size: 33px;
text-align: left;
border-left:4px solid #d0451b;
text-shadow:none;
}
.faq p{
background-color:rgba(255,255,255,0.5);
border-radius: 10px;
text-align: left;
font-size: 16px;
padding:10px 0;
margin-bottom: 45px;
}
.faq span{
font-size: 22px;
text-align: left;
font-weight: bold;
}
#contact-5{
width: 80%;
}
.form-text{
background-color: #f1f1f1;
width: 100%;
padding-bottom:190px;
}
.form-text h1{
font-size: 70px;
margin-top: 210px;
}
.form-text h5{
font-size: 25px;
margin-top: 61px;
margin-bottom: 7px;
}
.form-text p{
font-size: 20px;
margin-bottom: 3px;
}
.form-text h3{
margin-bottom:10px;
font-size: 28px;
color: #d0451b;
text-shadow:none;
}
.form-text i{
color: #d0451b;
}
.active-1{
background-color: #f5f5d9;
}
.active-2{
background-color: #ededed;
}
.flow{
width: 65%;
margin:0 auto;
background-color: #fff;
border: 3px dotted #d0451b;
line-height: 60px;
}
.form-table-2{
width: 65%;
color: #000;
font-size: 18px;
margin: 0 auto;
background-color: #ededed;
border-collapse: collapse;
margin-bottom: 22px;
}
.free{
padding-bottom: 30px;
}
.top-flow h5{
margin-top: 10px;
}
.top-flow i{
font-size: 45px;
height: 38px;
}
footer{
background-color: #000;
width: 100%;
}
.container li{
list-style: none;
float: left;
margin-right:5px;
}
.container img{
width: 180px;
}
.com-1{
color: #fff;
font-size: 15px;
text-align: center;
}
.com-2{
font-family: sans-serif;
font-weight: bold;
}
.com-3 {
text-align: center;
color: #fff;
}
.com td{
color: #FFF;
border: 0;
text-align: center;
}
@media(min-width:767px) {
.content-section {
}
.download-section {
padding: 100px 0;
}}
.btn {
border-radius: 0;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.btn-default {
border: 1px solid #42dca3;
color: #42dca3;
background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
border: 1px solid #42dca3;
outline: 0;
color: #000;
background-color: #42dca3;
}
ul.banner-social-buttons {
margin-top: 0;
}
@media(max-width:1199px) {
ul.banner-social-buttons {
margin-top: 15px;
}
}
@media(max-width:767px) {
ul.banner-social-buttons li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.banner-social-buttons li:last-child {
margin-bottom: 0;
}
}
footer {
padding: 50px 0;
}
footer p {
margin: 0;
}
::-moz-selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
::selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255,255,255,.2);
}
img::selection {
background: 0 0;
}
img::-moz-selection {
background: 0 0;
}
body {
webkit-tap-highlight-color: rgba(255,255,255,.2);
}
.myButton {
-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
box-shadow:inset 0px 1px 0px 0px #cf866c;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
background-color:#d0451b;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #942911;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:20px;
padding:5px 80px;
text-decoration:none;
text-shadow:0px 1px 0px #854629;
}
.myButton:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
background-color:#bc3315;
}
.myButton:active {
position:relative;
top:1px;
}
.myButton-b {
-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
-webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
box-shadow:inset 0px -3px 7px 0px #29bbff;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
background-color:#2dabf9;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #0b0e07;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:14px;
padding:7px 21px;
text-decoration:none;
text-shadow:0px 1px 0px #263666;
}
.myButton-b:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
background-color:#0688fa;
}
.myButton-b:active {
position:relative;
top:1px;
} | 0.416559 | 0.065217 |
body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1403px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u2325_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:381px;
height:450px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(201, 201, 201, 1);
border-radius:10px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2325 {
border-width:0px;
position:absolute;
left:483px;
top:300px;
width:381px;
height:450px;
}
#u2326 {
border-width:0px;
position:absolute;
left:2px;
top:217px;
width:377px;
visibility:hidden;
word-wrap:break-word;
}
#u2327 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2328_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:75px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2328 {
border-width:0px;
position:absolute;
left:530px;
top:387px;
width:75px;
height:18px;
font-size:16px;
}
#u2329 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:75px;
white-space:nowrap;
}
#u2330_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:86px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2330 {
border-width:0px;
position:absolute;
left:530px;
top:463px;
width:86px;
height:19px;
font-size:16px;
}
#u2331 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:86px;
word-wrap:break-word;
}
#u2332 {
border-width:0px;
position:absolute;
left:530px;
top:411px;
width:278px;
height:25px;
}
#u2332_input {
position:absolute;
left:0px;
top:0px;
width:278px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:left;
}
#u2333 {
border-width:0px;
position:absolute;
left:530px;
top:486px;
width:278px;
height:25px;
}
#u2333_input {
position:absolute;
left:0px;
top:0px;
width:278px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:left;
}
#u2334_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:183px;
height:35px;
background:inherit;
background-color:rgba(255, 153, 0, 1);
border:none;
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2334 {
border-width:0px;
position:absolute;
left:578px;
top:618px;
width:183px;
height:35px;
}
#u2335 {
border-width:0px;
position:absolute;
left:2px;
top:10px;
width:179px;
word-wrap:break-word;
}
#u2336_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:183px;
height:37px;
background:inherit;
background-color:rgba(255, 153, 0, 1);
border:none;
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2336 {
border-width:0px;
position:absolute;
left:578px;
top:677px;
width:183px;
height:37px;
}
#u2337 {
border-width:0px;
position:absolute;
left:2px;
top:11px;
width:179px;
word-wrap:break-word;
}
#u2338_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:141px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#FF0000;
}
#u2338 {
border-width:0px;
position:absolute;
left:530px;
top:441px;
width:141px;
height:16px;
color:#FF0000;
}
#u2339 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:141px;
word-wrap:break-word;
}
#u2340_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:151px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#FF0000;
}
#u2340 {
border-width:0px;
position:absolute;
left:530px;
top:515px;
width:151px;
height:16px;
color:#FF0000;
}
#u2341 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:151px;
word-wrap:break-word;
}
#u2342 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2343_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1403px;
height:223px;
background:inherit;
background-color:rgba(102, 102, 102, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2343 {
border-width:0px;
position:absolute;
left:0px;
top:838px;
width:1403px;
height:223px;
}
#u2344 {
border-width:0px;
position:absolute;
left:2px;
top:104px;
width:1399px;
visibility:hidden;
word-wrap:break-word;
}
#u2345 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2346_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:65px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u2346 {
border-width:0px;
position:absolute;
left:83px;
top:873px;
width:65px;
height:16px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u2347 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:65px;
white-space:nowrap;
}
#u2348_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:292px;
height:131px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#FFFFFF;
}
#u2348 {
border-width:0px;
position:absolute;
left:83px;
top:906px;
width:292px;
height:131px;
font-size:13px;
color:#FFFFFF;
}
#u2349 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:292px;
word-wrap:break-word;
}
#u2350 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2351_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:86px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u2351 {
border-width:0px;
position:absolute;
left:456px;
top:873px;
width:86px;
height:16px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u2352 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:86px;
white-space:nowrap;
}
#u2353_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:229px;
height:131px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#FFFFFF;
}
#u2353 {
border-width:0px;
position:absolute;
left:502px;
top:906px;
width:229px;
height:131px;
font-size:13px;
color:#FFFFFF;
}
#u2354 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:229px;
word-wrap:break-word;
}
#u2355_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:20px;
}
#u2355 {
border-width:0px;
position:absolute;
left:455px;
top:905px;
width:30px;
height:20px;
}
#u2356 {
border-width:0px;
position:absolute;
left:2px;
top:2px;
width:26px;
visibility:hidden;
word-wrap:break-word;
}
#u2357_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:16px;
}
#u2357 {
border-width:0px;
position:absolute;
left:456px;
top:937px;
width:30px;
height:16px;
}
#u2358 {
border-width:0px;
position:absolute;
left:2px;
top:0px;
width:26px;
visibility:hidden;
word-wrap:break-word;
}
#u2359_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:20px;
}
#u2359 {
border-width:0px;
position:absolute;
left:458px;
top:965px;
width:30px;
height:20px;
}
#u2360 {
border-width:0px;
position:absolute;
left:2px;
top:2px;
width:26px;
visibility:hidden;
word-wrap:break-word;
}
#u2361 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2362_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:74px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u2362 {
border-width:0px;
position:absolute;
left:799px;
top:873px;
width:74px;
height:16px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u2363 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:74px;
white-space:nowrap;
}
#u2364_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:227px;
height:131px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#FFFFFF;
}
#u2364 {
border-width:0px;
position:absolute;
left:799px;
top:906px;
width:227px;
height:131px;
font-size:13px;
color:#FFFFFF;
}
#u2365 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:227px;
word-wrap:break-word;
}
#u2366 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2367_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u2367 {
border-width:0px;
position:absolute;
left:1084px;
top:873px;
width:94px;
height:16px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u2368 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
white-space:nowrap;
}
#u2369_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:227px;
height:131px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#FFFFFF;
}
#u2369 {
border-width:0px;
position:absolute;
left:1087px;
top:906px;
width:227px;
height:131px;
font-size:13px;
color:#FFFFFF;
}
#u2370 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:227px;
word-wrap:break-word;
}
#u2371 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2372_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1403px;
height:222px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(215, 215, 215, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2372 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1403px;
height:222px;
}
#u2373 {
border-width:0px;
position:absolute;
left:2px;
top:103px;
width:1399px;
visibility:hidden;
word-wrap:break-word;
}
#u2374 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2375_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:311px;
height:62px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'ArialRoundedMTBold', 'Arial Rounded MT Bold';
font-weight:400;
font-style:normal;
font-size:54px;
}
#u2375 {
border-width:0px;
position:absolute;
left:19px;
top:108px;
width:311px;
height:62px;
font-family:'ArialRoundedMTBold', 'Arial Rounded MT Bold';
font-weight:400;
font-style:normal;
font-size:54px;
}
#u2376 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:311px;
white-space:nowrap;
}
#u2377_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:170px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'ArialRoundedMTBold', 'Arial Rounded MT Bold';
font-weight:400;
font-style:normal;
font-size:18px;
}
#u2377 {
border-width:0px;
position:absolute;
left:109px;
top:170px;
width:170px;
height:21px;
font-family:'ArialRoundedMTBold', 'Arial Rounded MT Bold';
font-weight:400;
font-style:normal;
font-size:18px;
}
#u2378 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:170px;
white-space:nowrap;
}
#u2379 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2380 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2381_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2381 {
border-width:0px;
position:absolute;
left:464px;
top:173px;
width:44px;
height:18px;
font-size:16px;
}
#u2381_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2381.mouseOver {
}
#u2382 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
white-space:nowrap;
}
#u2383_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:24px;
height:10px;
}
#u2383 {
border-width:0px;
position:absolute;
left:530px;
top:177px;
width:24px;
height:10px;
}
#u2383_img.mouseOver {
}
#u2383.mouseOver {
}
#u2384 {
border-width:0px;
position:absolute;
left:2px;
top:-3px;
width:20px;
visibility:hidden;
word-wrap:break-word;
}
#u2385 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2386_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2386 {
border-width:0px;
position:absolute;
left:614px;
top:173px;
width:64px;
height:18px;
font-size:16px;
}
#u2386_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2386.mouseOver {
}
#u2387 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
white-space:nowrap;
}
#u2388_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:24px;
height:10px;
}
#u2388 {
border-width:0px;
position:absolute;
left:712px;
top:177px;
width:24px;
height:10px;
}
#u2388_img.mouseOver {
}
#u2388.mouseOver {
}
#u2389 {
border-width:0px;
position:absolute;
left:2px;
top:-3px;
width:20px;
visibility:hidden;
word-wrap:break-word;
}
#u2390 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2391_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2391 {
border-width:0px;
position:absolute;
left:930px;
top:173px;
width:66px;
height:18px;
font-size:16px;
}
#u2391_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2391.mouseOver {
}
#u2392 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
word-wrap:break-word;
}
#u2393_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:24px;
height:10px;
}
#u2393 {
border-width:0px;
position:absolute;
left:997px;
top:177px;
width:24px;
height:10px;
}
#u2393_img.mouseOver {
}
#u2393.mouseOver {
}
#u2394 {
border-width:0px;
position:absolute;
left:2px;
top:-3px;
width:20px;
visibility:hidden;
word-wrap:break-word;
}
#u2395 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2396_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2396 {
border-width:0px;
position:absolute;
left:787px;
top:173px;
width:44px;
height:20px;
font-size:16px;
}
#u2396_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2396.mouseOver {
}
#u2397 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
white-space:nowrap;
}
#u2398_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:24px;
height:10px;
}
#u2398 {
border-width:0px;
position:absolute;
left:859px;
top:177px;
width:24px;
height:10px;
}
#u2398_img.mouseOver {
}
#u2398.mouseOver {
}
#u2399 {
border-width:0px;
position:absolute;
left:2px;
top:-3px;
width:20px;
visibility:hidden;
word-wrap:break-word;
}
#u2400 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2401_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:84px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2401 {
border-width:0px;
position:absolute;
left:1062px;
top:173px;
width:84px;
height:18px;
font-size:16px;
}
#u2401_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:84px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2401.mouseOver {
}
#u2402 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:84px;
white-space:nowrap;
}
#u2403_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:24px;
height:10px;
}
#u2403 {
border-width:0px;
position:absolute;
left:1191px;
top:177px;
width:24px;
height:10px;
}
#u2403_img.mouseOver {
}
#u2403.mouseOver {
}
#u2404 {
border-width:0px;
position:absolute;
left:2px;
top:-3px;
width:20px;
visibility:hidden;
word-wrap:break-word;
}
#u2405 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2406_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:15px;
height:21px;
}
#u2406 {
border-width:0px;
position:absolute;
left:1194px;
top:26px;
width:15px;
height:21px;
}
#u2406_img.mouseOver {
}
#u2406.mouseOver {
}
#u2407 {
border-width:0px;
position:absolute;
left:2px;
top:2px;
width:11px;
visibility:hidden;
word-wrap:break-word;
}
#u2408_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:29px;
height:17px;
}
#u2408 {
border-width:0px;
position:absolute;
left:1236px;
top:28px;
width:29px;
height:17px;
}
#u2408_img.mouseOver {
}
#u2408.mouseOver {
}
#u2409 {
border-width:0px;
position:absolute;
left:2px;
top:0px;
width:25px;
visibility:hidden;
word-wrap:break-word;
}
#u2410_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:33px;
height:17px;
}
#u2410 {
border-width:0px;
position:absolute;
left:1294px;
top:28px;
width:33px;
height:17px;
}
#u2410_img.mouseOver {
}
#u2410.mouseOver {
}
#u2411 {
border-width:0px;
position:absolute;
left:2px;
top:0px;
width:29px;
visibility:hidden;
word-wrap:break-word;
}
#u2412_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:29px;
height:20px;
}
#u2412 {
border-width:0px;
position:absolute;
left:1341px;
top:26px;
width:29px;
height:20px;
}
#u2412_img.mouseOver {
}
#u2412.mouseOver {
}
#u2413 {
border-width:0px;
position:absolute;
left:2px;
top:2px;
width:25px;
visibility:hidden;
word-wrap:break-word;
}
#u2414 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2415_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:23px;
}
#u2415 {
border-width:0px;
position:absolute;
left:1341px;
top:173px;
width:45px;
height:23px;
opacity:0.8;
}
#u2416 {
border-width:0px;
position:absolute;
left:2px;
top:4px;
width:41px;
visibility:hidden;
word-wrap:break-word;
}
#u2417_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:31px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2417 {
border-width:0px;
position:absolute;
left:1283px;
top:177px;
width:31px;
height:18px;
font-size:16px;
}
#u2417_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:31px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2417.mouseOver {
}
#u2418 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:31px;
white-space:nowrap;
}
#u2419_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2419 {
border-width:0px;
position:absolute;
left:1311px;
top:196px;
width:36px;
height:16px;
}
#u2420 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
visibility:hidden;
white-space:nowrap;
}
#u2421 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2422 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2423_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:240px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2423 {
border-width:0px;
position:absolute;
left:52px;
top:24px;
width:240px;
height:16px;
color:#999999;
}
#u2423_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:240px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2423.mouseOver {
}
#u2424 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:240px;
word-wrap:break-word;
}
#u2425_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:27px;
height:16px;
}
#u2425 {
border-width:0px;
position:absolute;
left:19px;
top:24px;
width:27px;
height:16px;
color:#999999;
}
#u2425_img.mouseOver {
}
#u2425.mouseOver {
}
#u2426 {
border-width:0px;
position:absolute;
left:2px;
top:0px;
width:23px;
visibility:hidden;
word-wrap:break-word;
}
#u2427 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2428_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:97px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2428 {
border-width:0px;
position:absolute;
left:370px;
top:26px;
width:97px;
height:16px;
color:#999999;
}
#u2428_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:97px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2428.mouseOver {
}
#u2429 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:97px;
white-space:nowrap;
}
#u2430_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:27px;
height:18px;
}
#u2430 {
border-width:0px;
position:absolute;
left:340px;
top:24px;
width:27px;
height:18px;
color:#999999;
}
#u2430_img.mouseOver {
}
#u2430.mouseOver {
}
#u2431 {
border-width:0px;
position:absolute;
left:2px;
top:1px;
width:23px;
visibility:hidden;
word-wrap:break-word;
}
#u2432 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2433_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2433 {
border-width:0px;
position:absolute;
left:594px;
top:26px;
width:36px;
height:16px;
color:#999999;
}
#u2433_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2433.mouseOver {
}
#u2434 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
white-space:nowrap;
}
#u2435_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:29px;
height:20px;
}
#u2435 {
border-width:0px;
position:absolute;
left:558px;
top:24px;
width:29px;
height:20px;
color:#999999;
}
#u2436 {
border-width:0px;
position:absolute;
left:2px;
top:2px;
width:25px;
visibility:hidden;
word-wrap:break-word;
}
#u2437 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2438_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:54px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2438 {
border-width:0px;
position:absolute;
left:733px;
top:26px;
width:54px;
height:16px;
color:#999999;
}
#u2438_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:54px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2438.mouseOver {
}
#u2439 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:54px;
white-space:nowrap;
}
#u2440_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:33px;
height:22px;
}
#u2440 {
border-width:0px;
position:absolute;
left:698px;
top:24px;
width:33px;
height:22px;
color:#999999;
}
#u2441 {
border-width:0px;
position:absolute;
left:2px;
top:3px;
width:29px;
visibility:hidden;
word-wrap:break-word;
}
#u2442 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2443_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:33px;
height:20px;
}
#u2443 {
border-width:0px;
position:absolute;
left:558px;
top:26px;
width:33px;
height:20px;
}
#u2444 {
border-width:0px;
position:absolute;
left:2px;
top:2px;
width:29px;
visibility:hidden;
word-wrap:break-word;
}
#u2445_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2445 {
border-width:0px;
position:absolute;
left:595px;
top:28px;
width:45px;
height:16px;
color:#999999;
}
#u2445_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:16px;
background:inherit;
background-color:rgba(255, 153, 0, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2445.mouseOver {
}
#u2446 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
white-space:nowrap;
}
#u2447 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2448_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:257px;
height:255px;
background:inherit;
background-color:rgba(228, 228, 228, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(215, 215, 215, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2448 {
border-width:0px;
position:absolute;
left:790px;
top:204px;
width:257px;
height:255px;
}
#u2449 {
border-width:0px;
position:absolute;
left:2px;
top:120px;
width:253px;
visibility:hidden;
word-wrap:break-word;
}
#u2450 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2451_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:18px;
}
#u2451 {
border-width:0px;
position:absolute;
left:822px;
top:217px;
width:58px;
height:21px;
font-size:18px;
}
#u2452 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
white-space:nowrap;
}
#u2453_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:2px;
}
#u2453 {
border-width:0px;
position:absolute;
left:815px;
top:253px;
width:181px;
height:1px;
}
#u2454 {
border-width:0px;
position:absolute;
left:2px;
top:-8px;
width:177px;
visibility:hidden;
word-wrap:break-word;
}
#u2455_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2455 {
border-width:0px;
position:absolute;
left:822px;
top:264px;
width:45px;
height:16px;
color:#999999;
}
#u2456 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
white-space:nowrap;
}
#u2457_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2457 {
border-width:0px;
position:absolute;
left:822px;
top:286px;
width:20px;
height:16px;
color:#999999;
}
#u2458 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
white-space:nowrap;
}
#u2459_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:38px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2459 {
border-width:0px;
position:absolute;
left:822px;
top:387px;
width:38px;
height:16px;
color:#999999;
}
#u2460 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:38px;
white-space:nowrap;
}
#u2461_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2461 {
border-width:0px;
position:absolute;
left:822px;
top:336px;
width:71px;
height:16px;
color:#999999;
}
#u2462 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
white-space:nowrap;
}
#u2463_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:40px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2463 {
border-width:0px;
position:absolute;
left:819px;
top:311px;
width:40px;
height:16px;
color:#999999;
}
#u2464 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:40px;
white-space:nowrap;
}
#u2465_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:57px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2465 {
border-width:0px;
position:absolute;
left:823px;
top:360px;
width:57px;
height:16px;
color:#999999;
}
#u2466 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:57px;
white-space:nowrap;
}
#u2467_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:61px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2467 {
border-width:0px;
position:absolute;
left:823px;
top:411px;
width:61px;
height:16px;
color:#999999;
}
#u2468 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:61px;
white-space:nowrap;
}
#u2469_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:55px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2469 {
border-width:0px;
position:absolute;
left:822px;
top:437px;
width:55px;
height:16px;
color:#999999;
}
#u2470 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:55px;
white-space:nowrap;
}
#u2471 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2472_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:257px;
height:255px;
background:inherit;
background-color:rgba(228, 228, 228, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(215, 215, 215, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2472 {
border-width:0px;
position:absolute;
left:1062px;
top:204px;
width:257px;
height:255px;
}
#u2473 {
border-width:0px;
position:absolute;
left:2px;
top:120px;
width:253px;
visibility:hidden;
word-wrap:break-word;
}
#u2474 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2475_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:18px;
}
#u2475 {
border-width:0px;
position:absolute;
left:1093px;
top:217px;
width:94px;
height:21px;
font-size:18px;
}
#u2476 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
white-space:nowrap;
}
#u2477_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:2px;
}
#u2477 {
border-width:0px;
position:absolute;
left:1088px;
top:253px;
width:181px;
height:1px;
}
#u2478 {
border-width:0px;
position:absolute;
left:2px;
top:-8px;
width:177px;
visibility:hidden;
word-wrap:break-word;
}
#u2479_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2479 {
border-width:0px;
position:absolute;
left:1093px;
top:264px;
width:114px;
height:16px;
color:#999999;
}
#u2480 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
white-space:nowrap;
}
#u2481_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:104px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2481 {
border-width:0px;
position:absolute;
left:1091px;
top:290px;
width:104px;
height:16px;
color:#999999;
}
#u2482 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:104px;
white-space:nowrap;
}
#u2483_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:84px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2483 {
border-width:0px;
position:absolute;
left:1093px;
top:316px;
width:84px;
height:16px;
color:#999999;
}
#u2484 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:84px;
white-space:nowrap;
}
#u2485_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:138px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2485 {
border-width:0px;
position:absolute;
left:1093px;
top:342px;
width:138px;
height:16px;
color:#999999;
}
#u2486 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:138px;
white-space:nowrap;
}
#u2487_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:149px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2487 {
border-width:0px;
position:absolute;
left:1093px;
top:368px;
width:149px;
height:16px;
color:#999999;
}
#u2488 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:149px;
white-space:nowrap;
}
#u2489 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2490_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u2490 {
border-width:0px;
position:absolute;
left:1140px;
top:142px;
width:71px;
height:18px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u2491 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
white-space:nowrap;
}
#u2492_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u2492 {
border-width:0px;
position:absolute;
left:1257px;
top:142px;
width:146px;
height:16px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u2493 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
visibility:hidden;
word-wrap:break-word;
}
#u2494 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2495_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:483px;
height:255px;
background:inherit;
background-color:rgba(228, 228, 228, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(215, 215, 215, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2495 {
border-width:0px;
position:absolute;
left:621px;
top:204px;
width:483px;
height:255px;
}
#u2496 {
border-width:0px;
position:absolute;
left:2px;
top:120px;
width:479px;
visibility:hidden;
word-wrap:break-word;
}
#u2497 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2498_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2498 {
border-width:0px;
position:absolute;
left:651px;
top:217px;
width:70px;
height:16px;
}
#u2499 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
white-space:nowrap;
}
#u2500_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:2px;
}
#u2500 {
border-width:0px;
position:absolute;
left:645px;
top:257px;
width:181px;
height:1px;
}
#u2501 {
border-width:0px;
position:absolute;
left:2px;
top:-8px;
width:177px;
visibility:hidden;
word-wrap:break-word;
}
#u2502_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:52px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2502 {
border-width:0px;
position:absolute;
left:649px;
top:428px;
width:52px;
height:15px;
font-size:13px;
color:#999999;
}
#u2503 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:52px;
white-space:nowrap;
}
#u2504_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:92px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2504 {
border-width:0px;
position:absolute;
left:649px;
top:403px;
width:92px;
height:15px;
font-size:13px;
color:#999999;
}
#u2505 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:92px;
white-space:nowrap;
}
#u2506_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:192px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2506 {
border-width:0px;
position:absolute;
left:649px;
top:366px;
width:192px;
height:15px;
font-size:13px;
color:#999999;
}
#u2507 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:192px;
word-wrap:break-word;
}
#u2508_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:131px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2508 {
border-width:0px;
position:absolute;
left:650px;
top:343px;
width:131px;
height:15px;
font-size:13px;
color:#999999;
}
#u2509 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:131px;
white-space:nowrap;
}
#u2510_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:92px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2510 {
border-width:0px;
position:absolute;
left:649px;
top:318px;
width:92px;
height:15px;
font-size:13px;
color:#999999;
}
#u2511 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:92px;
white-space:nowrap;
}
#u2512_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:115px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2512 {
border-width:0px;
position:absolute;
left:649px;
top:293px;
width:115px;
height:15px;
font-size:13px;
color:#999999;
}
#u2513 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:115px;
white-space:nowrap;
}
#u2514_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:110px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2514 {
border-width:0px;
position:absolute;
left:651px;
top:268px;
width:110px;
height:15px;
font-size:13px;
color:#999999;
}
#u2515 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:110px;
white-space:nowrap;
}
#u2516 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2517_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:132px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2517 {
border-width:0px;
position:absolute;
left:879px;
top:217px;
width:132px;
height:32px;
}
#u2518 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:132px;
white-space:nowrap;
}
#u2519_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:2px;
}
#u2519 {
border-width:0px;
position:absolute;
left:879px;
top:257px;
width:181px;
height:1px;
}
#u2520 {
border-width:0px;
position:absolute;
left:2px;
top:-8px;
width:177px;
visibility:hidden;
word-wrap:break-word;
}
#u2521_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2521 {
border-width:0px;
position:absolute;
left:879px;
top:268px;
width:112px;
height:30px;
font-size:13px;
color:#999999;
}
#u2522 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
white-space:nowrap;
}
#u2523_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:18px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2523 {
border-width:0px;
position:absolute;
left:879px;
top:313px;
width:18px;
height:15px;
font-size:13px;
color:#999999;
}
#u2524 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:18px;
white-space:nowrap;
}
#u2525_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:148px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2525 {
border-width:0px;
position:absolute;
left:879px;
top:343px;
width:148px;
height:15px;
font-size:13px;
color:#999999;
}
#u2526 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:148px;
white-space:nowrap;
}
#u2527_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2527 {
border-width:0px;
position:absolute;
left:879px;
top:372px;
width:66px;
height:15px;
font-size:13px;
color:#999999;
}
#u2528 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
white-space:nowrap;
}
#u2529_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2529 {
border-width:0px;
position:absolute;
left:879px;
top:403px;
width:94px;
height:15px;
font-size:13px;
color:#999999;
}
#u2530 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
white-space:nowrap;
}
#u2531_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:52px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2531 {
border-width:0px;
position:absolute;
left:879px;
top:432px;
width:52px;
height:15px;
font-size:13px;
color:#999999;
}
#u2532 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:52px;
white-space:nowrap;
}
#u2533_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1367px;
height:2px;
}
#u2533 {
border-width:0px;
position:absolute;
left:20px;
top:97px;
width:1366px;
height:1px;
color:#999999;
}
#u2534 {
border-width:0px;
position:absolute;
left:2px;
top:-8px;
width:1362px;
visibility:hidden;
word-wrap:break-word;
}
#u2535_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:28px;
}
#u2535 {
border-width:0px;
position:absolute;
left:527px;
top:330px;
width:94px;
height:32px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:28px;
}
#u2536 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
white-space:nowrap;
}
#u2537_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:148px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2537 {
border-width:0px;
position:absolute;
left:530px;
top:534px;
width:148px;
height:16px;
}
#u2538 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:148px;
white-space:nowrap;
} | website_code/web/files/login/styles.css | body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1403px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u2325_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:381px;
height:450px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(201, 201, 201, 1);
border-radius:10px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2325 {
border-width:0px;
position:absolute;
left:483px;
top:300px;
width:381px;
height:450px;
}
#u2326 {
border-width:0px;
position:absolute;
left:2px;
top:217px;
width:377px;
visibility:hidden;
word-wrap:break-word;
}
#u2327 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2328_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:75px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2328 {
border-width:0px;
position:absolute;
left:530px;
top:387px;
width:75px;
height:18px;
font-size:16px;
}
#u2329 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:75px;
white-space:nowrap;
}
#u2330_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:86px;
height:19px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2330 {
border-width:0px;
position:absolute;
left:530px;
top:463px;
width:86px;
height:19px;
font-size:16px;
}
#u2331 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:86px;
word-wrap:break-word;
}
#u2332 {
border-width:0px;
position:absolute;
left:530px;
top:411px;
width:278px;
height:25px;
}
#u2332_input {
position:absolute;
left:0px;
top:0px;
width:278px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:left;
}
#u2333 {
border-width:0px;
position:absolute;
left:530px;
top:486px;
width:278px;
height:25px;
}
#u2333_input {
position:absolute;
left:0px;
top:0px;
width:278px;
height:25px;
font-family:'ArialMT', 'Arial';
font-weight:400;
font-style:normal;
font-size:13px;
text-decoration:none;
color:#000000;
text-align:left;
}
#u2334_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:183px;
height:35px;
background:inherit;
background-color:rgba(255, 153, 0, 1);
border:none;
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2334 {
border-width:0px;
position:absolute;
left:578px;
top:618px;
width:183px;
height:35px;
}
#u2335 {
border-width:0px;
position:absolute;
left:2px;
top:10px;
width:179px;
word-wrap:break-word;
}
#u2336_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:183px;
height:37px;
background:inherit;
background-color:rgba(255, 153, 0, 1);
border:none;
border-radius:5px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2336 {
border-width:0px;
position:absolute;
left:578px;
top:677px;
width:183px;
height:37px;
}
#u2337 {
border-width:0px;
position:absolute;
left:2px;
top:11px;
width:179px;
word-wrap:break-word;
}
#u2338_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:141px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#FF0000;
}
#u2338 {
border-width:0px;
position:absolute;
left:530px;
top:441px;
width:141px;
height:16px;
color:#FF0000;
}
#u2339 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:141px;
word-wrap:break-word;
}
#u2340_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:151px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#FF0000;
}
#u2340 {
border-width:0px;
position:absolute;
left:530px;
top:515px;
width:151px;
height:16px;
color:#FF0000;
}
#u2341 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:151px;
word-wrap:break-word;
}
#u2342 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2343_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1403px;
height:223px;
background:inherit;
background-color:rgba(102, 102, 102, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(121, 121, 121, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2343 {
border-width:0px;
position:absolute;
left:0px;
top:838px;
width:1403px;
height:223px;
}
#u2344 {
border-width:0px;
position:absolute;
left:2px;
top:104px;
width:1399px;
visibility:hidden;
word-wrap:break-word;
}
#u2345 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2346_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:65px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u2346 {
border-width:0px;
position:absolute;
left:83px;
top:873px;
width:65px;
height:16px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u2347 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:65px;
white-space:nowrap;
}
#u2348_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:292px;
height:131px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#FFFFFF;
}
#u2348 {
border-width:0px;
position:absolute;
left:83px;
top:906px;
width:292px;
height:131px;
font-size:13px;
color:#FFFFFF;
}
#u2349 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:292px;
word-wrap:break-word;
}
#u2350 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2351_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:86px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u2351 {
border-width:0px;
position:absolute;
left:456px;
top:873px;
width:86px;
height:16px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u2352 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:86px;
white-space:nowrap;
}
#u2353_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:229px;
height:131px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#FFFFFF;
}
#u2353 {
border-width:0px;
position:absolute;
left:502px;
top:906px;
width:229px;
height:131px;
font-size:13px;
color:#FFFFFF;
}
#u2354 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:229px;
word-wrap:break-word;
}
#u2355_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:20px;
}
#u2355 {
border-width:0px;
position:absolute;
left:455px;
top:905px;
width:30px;
height:20px;
}
#u2356 {
border-width:0px;
position:absolute;
left:2px;
top:2px;
width:26px;
visibility:hidden;
word-wrap:break-word;
}
#u2357_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:16px;
}
#u2357 {
border-width:0px;
position:absolute;
left:456px;
top:937px;
width:30px;
height:16px;
}
#u2358 {
border-width:0px;
position:absolute;
left:2px;
top:0px;
width:26px;
visibility:hidden;
word-wrap:break-word;
}
#u2359_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:30px;
height:20px;
}
#u2359 {
border-width:0px;
position:absolute;
left:458px;
top:965px;
width:30px;
height:20px;
}
#u2360 {
border-width:0px;
position:absolute;
left:2px;
top:2px;
width:26px;
visibility:hidden;
word-wrap:break-word;
}
#u2361 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2362_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:74px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u2362 {
border-width:0px;
position:absolute;
left:799px;
top:873px;
width:74px;
height:16px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u2363 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:74px;
white-space:nowrap;
}
#u2364_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:227px;
height:131px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#FFFFFF;
}
#u2364 {
border-width:0px;
position:absolute;
left:799px;
top:906px;
width:227px;
height:131px;
font-size:13px;
color:#FFFFFF;
}
#u2365 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:227px;
word-wrap:break-word;
}
#u2366 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2367_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u2367 {
border-width:0px;
position:absolute;
left:1084px;
top:873px;
width:94px;
height:16px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
color:#FFFFFF;
}
#u2368 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
white-space:nowrap;
}
#u2369_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:227px;
height:131px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#FFFFFF;
}
#u2369 {
border-width:0px;
position:absolute;
left:1087px;
top:906px;
width:227px;
height:131px;
font-size:13px;
color:#FFFFFF;
}
#u2370 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:227px;
word-wrap:break-word;
}
#u2371 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2372_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1403px;
height:222px;
background:inherit;
background-color:rgba(255, 255, 255, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(215, 215, 215, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2372 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1403px;
height:222px;
}
#u2373 {
border-width:0px;
position:absolute;
left:2px;
top:103px;
width:1399px;
visibility:hidden;
word-wrap:break-word;
}
#u2374 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2375_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:311px;
height:62px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'ArialRoundedMTBold', 'Arial Rounded MT Bold';
font-weight:400;
font-style:normal;
font-size:54px;
}
#u2375 {
border-width:0px;
position:absolute;
left:19px;
top:108px;
width:311px;
height:62px;
font-family:'ArialRoundedMTBold', 'Arial Rounded MT Bold';
font-weight:400;
font-style:normal;
font-size:54px;
}
#u2376 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:311px;
white-space:nowrap;
}
#u2377_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:170px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'ArialRoundedMTBold', 'Arial Rounded MT Bold';
font-weight:400;
font-style:normal;
font-size:18px;
}
#u2377 {
border-width:0px;
position:absolute;
left:109px;
top:170px;
width:170px;
height:21px;
font-family:'ArialRoundedMTBold', 'Arial Rounded MT Bold';
font-weight:400;
font-style:normal;
font-size:18px;
}
#u2378 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:170px;
white-space:nowrap;
}
#u2379 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2380 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2381_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2381 {
border-width:0px;
position:absolute;
left:464px;
top:173px;
width:44px;
height:18px;
font-size:16px;
}
#u2381_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2381.mouseOver {
}
#u2382 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
white-space:nowrap;
}
#u2383_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:24px;
height:10px;
}
#u2383 {
border-width:0px;
position:absolute;
left:530px;
top:177px;
width:24px;
height:10px;
}
#u2383_img.mouseOver {
}
#u2383.mouseOver {
}
#u2384 {
border-width:0px;
position:absolute;
left:2px;
top:-3px;
width:20px;
visibility:hidden;
word-wrap:break-word;
}
#u2385 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2386_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2386 {
border-width:0px;
position:absolute;
left:614px;
top:173px;
width:64px;
height:18px;
font-size:16px;
}
#u2386_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2386.mouseOver {
}
#u2387 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
white-space:nowrap;
}
#u2388_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:24px;
height:10px;
}
#u2388 {
border-width:0px;
position:absolute;
left:712px;
top:177px;
width:24px;
height:10px;
}
#u2388_img.mouseOver {
}
#u2388.mouseOver {
}
#u2389 {
border-width:0px;
position:absolute;
left:2px;
top:-3px;
width:20px;
visibility:hidden;
word-wrap:break-word;
}
#u2390 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2391_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2391 {
border-width:0px;
position:absolute;
left:930px;
top:173px;
width:66px;
height:18px;
font-size:16px;
}
#u2391_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2391.mouseOver {
}
#u2392 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
word-wrap:break-word;
}
#u2393_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:24px;
height:10px;
}
#u2393 {
border-width:0px;
position:absolute;
left:997px;
top:177px;
width:24px;
height:10px;
}
#u2393_img.mouseOver {
}
#u2393.mouseOver {
}
#u2394 {
border-width:0px;
position:absolute;
left:2px;
top:-3px;
width:20px;
visibility:hidden;
word-wrap:break-word;
}
#u2395 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2396_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2396 {
border-width:0px;
position:absolute;
left:787px;
top:173px;
width:44px;
height:20px;
font-size:16px;
}
#u2396_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:20px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2396.mouseOver {
}
#u2397 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
white-space:nowrap;
}
#u2398_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:24px;
height:10px;
}
#u2398 {
border-width:0px;
position:absolute;
left:859px;
top:177px;
width:24px;
height:10px;
}
#u2398_img.mouseOver {
}
#u2398.mouseOver {
}
#u2399 {
border-width:0px;
position:absolute;
left:2px;
top:-3px;
width:20px;
visibility:hidden;
word-wrap:break-word;
}
#u2400 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2401_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:84px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2401 {
border-width:0px;
position:absolute;
left:1062px;
top:173px;
width:84px;
height:18px;
font-size:16px;
}
#u2401_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:84px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2401.mouseOver {
}
#u2402 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:84px;
white-space:nowrap;
}
#u2403_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:24px;
height:10px;
}
#u2403 {
border-width:0px;
position:absolute;
left:1191px;
top:177px;
width:24px;
height:10px;
}
#u2403_img.mouseOver {
}
#u2403.mouseOver {
}
#u2404 {
border-width:0px;
position:absolute;
left:2px;
top:-3px;
width:20px;
visibility:hidden;
word-wrap:break-word;
}
#u2405 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2406_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:15px;
height:21px;
}
#u2406 {
border-width:0px;
position:absolute;
left:1194px;
top:26px;
width:15px;
height:21px;
}
#u2406_img.mouseOver {
}
#u2406.mouseOver {
}
#u2407 {
border-width:0px;
position:absolute;
left:2px;
top:2px;
width:11px;
visibility:hidden;
word-wrap:break-word;
}
#u2408_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:29px;
height:17px;
}
#u2408 {
border-width:0px;
position:absolute;
left:1236px;
top:28px;
width:29px;
height:17px;
}
#u2408_img.mouseOver {
}
#u2408.mouseOver {
}
#u2409 {
border-width:0px;
position:absolute;
left:2px;
top:0px;
width:25px;
visibility:hidden;
word-wrap:break-word;
}
#u2410_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:33px;
height:17px;
}
#u2410 {
border-width:0px;
position:absolute;
left:1294px;
top:28px;
width:33px;
height:17px;
}
#u2410_img.mouseOver {
}
#u2410.mouseOver {
}
#u2411 {
border-width:0px;
position:absolute;
left:2px;
top:0px;
width:29px;
visibility:hidden;
word-wrap:break-word;
}
#u2412_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:29px;
height:20px;
}
#u2412 {
border-width:0px;
position:absolute;
left:1341px;
top:26px;
width:29px;
height:20px;
}
#u2412_img.mouseOver {
}
#u2412.mouseOver {
}
#u2413 {
border-width:0px;
position:absolute;
left:2px;
top:2px;
width:25px;
visibility:hidden;
word-wrap:break-word;
}
#u2414 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2415_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:23px;
}
#u2415 {
border-width:0px;
position:absolute;
left:1341px;
top:173px;
width:45px;
height:23px;
opacity:0.8;
}
#u2416 {
border-width:0px;
position:absolute;
left:2px;
top:4px;
width:41px;
visibility:hidden;
word-wrap:break-word;
}
#u2417_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:31px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2417 {
border-width:0px;
position:absolute;
left:1283px;
top:177px;
width:31px;
height:18px;
font-size:16px;
}
#u2417_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:31px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
}
#u2417.mouseOver {
}
#u2418 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:31px;
white-space:nowrap;
}
#u2419_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2419 {
border-width:0px;
position:absolute;
left:1311px;
top:196px;
width:36px;
height:16px;
}
#u2420 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
visibility:hidden;
white-space:nowrap;
}
#u2421 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2422 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2423_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:240px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2423 {
border-width:0px;
position:absolute;
left:52px;
top:24px;
width:240px;
height:16px;
color:#999999;
}
#u2423_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:240px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2423.mouseOver {
}
#u2424 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:240px;
word-wrap:break-word;
}
#u2425_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:27px;
height:16px;
}
#u2425 {
border-width:0px;
position:absolute;
left:19px;
top:24px;
width:27px;
height:16px;
color:#999999;
}
#u2425_img.mouseOver {
}
#u2425.mouseOver {
}
#u2426 {
border-width:0px;
position:absolute;
left:2px;
top:0px;
width:23px;
visibility:hidden;
word-wrap:break-word;
}
#u2427 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2428_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:97px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2428 {
border-width:0px;
position:absolute;
left:370px;
top:26px;
width:97px;
height:16px;
color:#999999;
}
#u2428_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:97px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2428.mouseOver {
}
#u2429 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:97px;
white-space:nowrap;
}
#u2430_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:27px;
height:18px;
}
#u2430 {
border-width:0px;
position:absolute;
left:340px;
top:24px;
width:27px;
height:18px;
color:#999999;
}
#u2430_img.mouseOver {
}
#u2430.mouseOver {
}
#u2431 {
border-width:0px;
position:absolute;
left:2px;
top:1px;
width:23px;
visibility:hidden;
word-wrap:break-word;
}
#u2432 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2433_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2433 {
border-width:0px;
position:absolute;
left:594px;
top:26px;
width:36px;
height:16px;
color:#999999;
}
#u2433_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2433.mouseOver {
}
#u2434 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:36px;
white-space:nowrap;
}
#u2435_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:29px;
height:20px;
}
#u2435 {
border-width:0px;
position:absolute;
left:558px;
top:24px;
width:29px;
height:20px;
color:#999999;
}
#u2436 {
border-width:0px;
position:absolute;
left:2px;
top:2px;
width:25px;
visibility:hidden;
word-wrap:break-word;
}
#u2437 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2438_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:54px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2438 {
border-width:0px;
position:absolute;
left:733px;
top:26px;
width:54px;
height:16px;
color:#999999;
}
#u2438_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:54px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2438.mouseOver {
}
#u2439 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:54px;
white-space:nowrap;
}
#u2440_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:33px;
height:22px;
}
#u2440 {
border-width:0px;
position:absolute;
left:698px;
top:24px;
width:33px;
height:22px;
color:#999999;
}
#u2441 {
border-width:0px;
position:absolute;
left:2px;
top:3px;
width:29px;
visibility:hidden;
word-wrap:break-word;
}
#u2442 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2443_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:33px;
height:20px;
}
#u2443 {
border-width:0px;
position:absolute;
left:558px;
top:26px;
width:33px;
height:20px;
}
#u2444 {
border-width:0px;
position:absolute;
left:2px;
top:2px;
width:29px;
visibility:hidden;
word-wrap:break-word;
}
#u2445_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2445 {
border-width:0px;
position:absolute;
left:595px;
top:28px;
width:45px;
height:16px;
color:#999999;
}
#u2445_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:16px;
background:inherit;
background-color:rgba(255, 153, 0, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2445.mouseOver {
}
#u2446 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
white-space:nowrap;
}
#u2447 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2448_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:257px;
height:255px;
background:inherit;
background-color:rgba(228, 228, 228, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(215, 215, 215, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2448 {
border-width:0px;
position:absolute;
left:790px;
top:204px;
width:257px;
height:255px;
}
#u2449 {
border-width:0px;
position:absolute;
left:2px;
top:120px;
width:253px;
visibility:hidden;
word-wrap:break-word;
}
#u2450 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2451_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:18px;
}
#u2451 {
border-width:0px;
position:absolute;
left:822px;
top:217px;
width:58px;
height:21px;
font-size:18px;
}
#u2452 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:58px;
white-space:nowrap;
}
#u2453_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:2px;
}
#u2453 {
border-width:0px;
position:absolute;
left:815px;
top:253px;
width:181px;
height:1px;
}
#u2454 {
border-width:0px;
position:absolute;
left:2px;
top:-8px;
width:177px;
visibility:hidden;
word-wrap:break-word;
}
#u2455_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2455 {
border-width:0px;
position:absolute;
left:822px;
top:264px;
width:45px;
height:16px;
color:#999999;
}
#u2456 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:45px;
white-space:nowrap;
}
#u2457_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2457 {
border-width:0px;
position:absolute;
left:822px;
top:286px;
width:20px;
height:16px;
color:#999999;
}
#u2458 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:20px;
white-space:nowrap;
}
#u2459_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:38px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2459 {
border-width:0px;
position:absolute;
left:822px;
top:387px;
width:38px;
height:16px;
color:#999999;
}
#u2460 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:38px;
white-space:nowrap;
}
#u2461_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2461 {
border-width:0px;
position:absolute;
left:822px;
top:336px;
width:71px;
height:16px;
color:#999999;
}
#u2462 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
white-space:nowrap;
}
#u2463_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:40px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2463 {
border-width:0px;
position:absolute;
left:819px;
top:311px;
width:40px;
height:16px;
color:#999999;
}
#u2464 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:40px;
white-space:nowrap;
}
#u2465_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:57px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2465 {
border-width:0px;
position:absolute;
left:823px;
top:360px;
width:57px;
height:16px;
color:#999999;
}
#u2466 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:57px;
white-space:nowrap;
}
#u2467_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:61px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2467 {
border-width:0px;
position:absolute;
left:823px;
top:411px;
width:61px;
height:16px;
color:#999999;
}
#u2468 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:61px;
white-space:nowrap;
}
#u2469_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:55px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2469 {
border-width:0px;
position:absolute;
left:822px;
top:437px;
width:55px;
height:16px;
color:#999999;
}
#u2470 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:55px;
white-space:nowrap;
}
#u2471 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2472_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:257px;
height:255px;
background:inherit;
background-color:rgba(228, 228, 228, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(215, 215, 215, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2472 {
border-width:0px;
position:absolute;
left:1062px;
top:204px;
width:257px;
height:255px;
}
#u2473 {
border-width:0px;
position:absolute;
left:2px;
top:120px;
width:253px;
visibility:hidden;
word-wrap:break-word;
}
#u2474 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2475_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:18px;
}
#u2475 {
border-width:0px;
position:absolute;
left:1093px;
top:217px;
width:94px;
height:21px;
font-size:18px;
}
#u2476 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
white-space:nowrap;
}
#u2477_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:2px;
}
#u2477 {
border-width:0px;
position:absolute;
left:1088px;
top:253px;
width:181px;
height:1px;
}
#u2478 {
border-width:0px;
position:absolute;
left:2px;
top:-8px;
width:177px;
visibility:hidden;
word-wrap:break-word;
}
#u2479_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2479 {
border-width:0px;
position:absolute;
left:1093px;
top:264px;
width:114px;
height:16px;
color:#999999;
}
#u2480 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:114px;
white-space:nowrap;
}
#u2481_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:104px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2481 {
border-width:0px;
position:absolute;
left:1091px;
top:290px;
width:104px;
height:16px;
color:#999999;
}
#u2482 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:104px;
white-space:nowrap;
}
#u2483_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:84px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2483 {
border-width:0px;
position:absolute;
left:1093px;
top:316px;
width:84px;
height:16px;
color:#999999;
}
#u2484 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:84px;
white-space:nowrap;
}
#u2485_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:138px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2485 {
border-width:0px;
position:absolute;
left:1093px;
top:342px;
width:138px;
height:16px;
color:#999999;
}
#u2486 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:138px;
white-space:nowrap;
}
#u2487_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:149px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
color:#999999;
}
#u2487 {
border-width:0px;
position:absolute;
left:1093px;
top:368px;
width:149px;
height:16px;
color:#999999;
}
#u2488 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:149px;
white-space:nowrap;
}
#u2489 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2490_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u2490 {
border-width:0px;
position:absolute;
left:1140px;
top:142px;
width:71px;
height:18px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u2491 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:71px;
white-space:nowrap;
}
#u2492_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u2492 {
border-width:0px;
position:absolute;
left:1257px;
top:142px;
width:146px;
height:16px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
}
#u2493 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:146px;
visibility:hidden;
word-wrap:break-word;
}
#u2494 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2495_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:483px;
height:255px;
background:inherit;
background-color:rgba(228, 228, 228, 1);
box-sizing:border-box;
border-width:1px;
border-style:solid;
border-color:rgba(215, 215, 215, 1);
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2495 {
border-width:0px;
position:absolute;
left:621px;
top:204px;
width:483px;
height:255px;
}
#u2496 {
border-width:0px;
position:absolute;
left:2px;
top:120px;
width:479px;
visibility:hidden;
word-wrap:break-word;
}
#u2497 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2498_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2498 {
border-width:0px;
position:absolute;
left:651px;
top:217px;
width:70px;
height:16px;
}
#u2499 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:70px;
white-space:nowrap;
}
#u2500_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:2px;
}
#u2500 {
border-width:0px;
position:absolute;
left:645px;
top:257px;
width:181px;
height:1px;
}
#u2501 {
border-width:0px;
position:absolute;
left:2px;
top:-8px;
width:177px;
visibility:hidden;
word-wrap:break-word;
}
#u2502_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:52px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2502 {
border-width:0px;
position:absolute;
left:649px;
top:428px;
width:52px;
height:15px;
font-size:13px;
color:#999999;
}
#u2503 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:52px;
white-space:nowrap;
}
#u2504_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:92px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2504 {
border-width:0px;
position:absolute;
left:649px;
top:403px;
width:92px;
height:15px;
font-size:13px;
color:#999999;
}
#u2505 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:92px;
white-space:nowrap;
}
#u2506_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:192px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2506 {
border-width:0px;
position:absolute;
left:649px;
top:366px;
width:192px;
height:15px;
font-size:13px;
color:#999999;
}
#u2507 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:192px;
word-wrap:break-word;
}
#u2508_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:131px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2508 {
border-width:0px;
position:absolute;
left:650px;
top:343px;
width:131px;
height:15px;
font-size:13px;
color:#999999;
}
#u2509 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:131px;
white-space:nowrap;
}
#u2510_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:92px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2510 {
border-width:0px;
position:absolute;
left:649px;
top:318px;
width:92px;
height:15px;
font-size:13px;
color:#999999;
}
#u2511 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:92px;
white-space:nowrap;
}
#u2512_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:115px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2512 {
border-width:0px;
position:absolute;
left:649px;
top:293px;
width:115px;
height:15px;
font-size:13px;
color:#999999;
}
#u2513 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:115px;
white-space:nowrap;
}
#u2514_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:110px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2514 {
border-width:0px;
position:absolute;
left:651px;
top:268px;
width:110px;
height:15px;
font-size:13px;
color:#999999;
}
#u2515 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:110px;
white-space:nowrap;
}
#u2516 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
height:0px;
}
#u2517_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:132px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2517 {
border-width:0px;
position:absolute;
left:879px;
top:217px;
width:132px;
height:32px;
}
#u2518 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:132px;
white-space:nowrap;
}
#u2519_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:182px;
height:2px;
}
#u2519 {
border-width:0px;
position:absolute;
left:879px;
top:257px;
width:181px;
height:1px;
}
#u2520 {
border-width:0px;
position:absolute;
left:2px;
top:-8px;
width:177px;
visibility:hidden;
word-wrap:break-word;
}
#u2521_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
height:30px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2521 {
border-width:0px;
position:absolute;
left:879px;
top:268px;
width:112px;
height:30px;
font-size:13px;
color:#999999;
}
#u2522 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:112px;
white-space:nowrap;
}
#u2523_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:18px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2523 {
border-width:0px;
position:absolute;
left:879px;
top:313px;
width:18px;
height:15px;
font-size:13px;
color:#999999;
}
#u2524 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:18px;
white-space:nowrap;
}
#u2525_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:148px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2525 {
border-width:0px;
position:absolute;
left:879px;
top:343px;
width:148px;
height:15px;
font-size:13px;
color:#999999;
}
#u2526 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:148px;
white-space:nowrap;
}
#u2527_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2527 {
border-width:0px;
position:absolute;
left:879px;
top:372px;
width:66px;
height:15px;
font-size:13px;
color:#999999;
}
#u2528 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:66px;
white-space:nowrap;
}
#u2529_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2529 {
border-width:0px;
position:absolute;
left:879px;
top:403px;
width:94px;
height:15px;
font-size:13px;
color:#999999;
}
#u2530 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
white-space:nowrap;
}
#u2531_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:52px;
height:15px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:13px;
color:#999999;
}
#u2531 {
border-width:0px;
position:absolute;
left:879px;
top:432px;
width:52px;
height:15px;
font-size:13px;
color:#999999;
}
#u2532 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:52px;
white-space:nowrap;
}
#u2533_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1367px;
height:2px;
}
#u2533 {
border-width:0px;
position:absolute;
left:20px;
top:97px;
width:1366px;
height:1px;
color:#999999;
}
#u2534 {
border-width:0px;
position:absolute;
left:2px;
top:-8px;
width:1362px;
visibility:hidden;
word-wrap:break-word;
}
#u2535_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:28px;
}
#u2535 {
border-width:0px;
position:absolute;
left:527px;
top:330px;
width:94px;
height:32px;
font-family:'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:28px;
}
#u2536 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:94px;
white-space:nowrap;
}
#u2537_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:148px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u2537 {
border-width:0px;
position:absolute;
left:530px;
top:534px;
width:148px;
height:16px;
}
#u2538 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:148px;
white-space:nowrap;
} | 0.3027 | 0.043467 |
*{
padding:0px;
margin: 0px;
outline: none;
scroll-behavior: smooth;
}
a{
cursor: pointer;
}
button{
cursor: pointer;
}
.ProfileClass {
height: 700px;
background-repeat: repeat;
background-image: url('../Imgs/pexels-pok-rie-6029883.jpg');
background-size: cover;
background-position: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: start
}
.DeleteIcon {
cursor: pointer;
left: 88% !important;
}
.GeneralBody {
height: 700px;
background-repeat: repeat;
background-image: url('../Imgs/196-1963020_website-backgrounds-website-login-page-background.jpg');
background-size: cover;
background-position: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
}
.GeneralBody form {
align-self: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: start;
width: 412px;
background-color: #234e7982;
height: 366px;
border-radius: 16px;
position: relative;
top: -35px;
}
.GeneralBody form img {
width: 123px;
height: 72px;
align-self: center;
position: relative;
}
.GeneralBody form input {
width: 80%;
height: 36px;
background-color: #5AAEF7;
border: none;
border-radius: 5px;
align-self: center;
margin: 21px;
color: #fff;
font-size: 21px;
padding: 9px;
}
.GeneralBody form button {
width: 108px;
height: 44px;
background-color: #40e4cd;
border: none;
border-radius: 10px;
align-self: center;
font-size: 23px;
color: #fff;
margin-top: 28px;
}
.GeneralBody button {
cursor: pointer;
}
.Body1 {
width: 100%;
height: 700px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: start;
background-image: url("../Imgs/pexels-tracy-le-blanc-607812.jpg");
background-position: center;
background-size: cover;
}
.Body1 .Nav{
width: 100%;
height: 83px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content:space-between;
}
.Body1 .Nav img{
width: 144px;
height: 79px;
align-self: center;
border: none;
margin-left: 93px;
}
.Body1 .Nav .RightNav{
height: 100%;
display: flex;
flex-direction:row;
flex-wrap: nowrap;
justify-content:flex-start;
align-self: center;
list-style: none;
}
.Body1 .Nav .RightNav li{
color: #fff;
font-weight: bold;
margin-right: 41px;
list-style: none;
align-self: center;
}
.Body1 .Nav .RightNav li a{
color: #fff;
font-weight: bold;
font-size: 25px;
text-decoration: none;
}
.Body1 .Nav .RightNav>a{
width: 50px;
height: 39px;
border-radius: 50%;
background-color: #5AAEF7;
border: none;
color: #fff;
font-size: 26px;
align-self: center;
text-align: center;
cursor: pointer;
margin-right: 33px;
text-decoration:none
}
.Body1>p{
color: #fff;
font-size: 39px;
margin-left: 93px;
top: 32%;
position: relative;
}
.Body1>button{
width: 187px;
height: 64px;
border: 2px solid #5AAEF7;
background: none;
color: #5AAEF7;
font-size: 43px;
text-align: center;
transition: background 0.3s linear;
cursor: pointer;
position: relative;
top: 35%;
margin-left: 93px;
border-radius: 10px;
}
.Body1>button:hover{
background-color: #5AAEF7;
color: #fff;
}
/* ******************************************* */
.body2{
width: 100%;
height: 400px;
background-color: none;
display: flex;
flex-direction:column;
flex-wrap: nowrap;
justify-content:center;
text-align: center;
}
.body2 h2{
color: #5AAEF7;
font-size: 53px;
align-self: center;
margin-bottom: 31px;
}
.body2 p{
color: #463E3B;
font-size: 23px;
align-self: center;
}
/* *************************************** */
.CoinsData {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
text-align: center;
}
.CoinsData img {
width: 60px;
height: 60px;
align-self: center;
}
.CoinsData p {
text-align: center;
align-self: center;
font-size: 30px;
color: gold;
}
.LuckyRate {
width: 80%;
height: 70px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-self: center;
margin-top: 15px;
}
.LuckyRate div {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
align-self: center;
width: 100%;
height: 100%;
}
.LuckyRate div p {
color: #fff;
font-size: 20px;
align-self: center;
}
.LuckyRate div div {
width: 33%;
height: 77%;
}
.CentrallContainer {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
}
.CentrallContainer .ControllBuutons {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
width: 374px;
height: 280px;
margin-top: 126px;
margin-right: 199px;
}
.CentrallContainer .ControllBuutons button {
width: 206px;
height: 68px;
border-radius: 10px;
font-size: 24px;
text-align: center;
color: #fff;
align-self: center;
cursor: pointer;
}
/*********************************************/
.body3{
width: 100%;
height: 400px;
background-color: none;
display: flex;
flex-direction:column;
flex-wrap: nowrap;
justify-content:center;
text-align: center;
}
.body3 h2{
color: #5AAEF7;
font-size: 53px;
align-self: center;
margin-bottom: 31px;
}
.body3>div{
width: 100%;
height: 200px;
border-radius: 20px;
display: flex;
flex-direction:row;
flex-wrap: nowrap;
justify-content:space-evenly;
}
.body3>div img{
width: 23%;
height: 100%;
border-radius: 18px;
cursor: pointer;
opacity: 1;
transition: opacity 0.3s linear;
}
.body3>div img:hover{
opacity:0.7
}
/* ********************************* */
.body4{
width: 100%;
height: 400px;
background-color: none;
display: flex;
flex-direction:column;
flex-wrap: nowrap;
justify-content:center;
text-align: center;
margin-top: 100px;
}
.body4 h2{
color: #5AAEF7;
font-size: 53px;
align-self: center;
margin-bottom: 50px;
}
.body4>div{
width: 100%;
height: 200px;
border-radius: 20px;
display: flex;
flex-direction:row;
flex-wrap: nowrap;
justify-content:space-evenly;
}
.body4>div img{
width: 8%;
height: 33%;
border-radius: 50%;
cursor: pointer;
}
/* ******************************* */
.Footer{
width: 100%;
height: 300px;
background-color: #5aaef7b4;
display: flex;
flex-direction:row;
flex-wrap: nowrap;
justify-content:space-between;
}
.Footer .footerleft{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
margin-left: 104px;
}
.Footer .footerleft>div{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
align-self: flex-start;
}
.Footer .footerleft>div img{
width: 38px;
height: 35px;
border-radius: 50%;
border: none;
}
.Footer .footerleft>div p{
color: #fff;
font-size: 23px;
margin-left: 5px;
}
.footerright{
display: flex;
flex-direction:column;
flex-wrap: nowrap;
justify-content:space-evenly;
margin-right: 104px;
}
.footerright textarea{
width: 247px;
height: 138px;
background-color: #EAE6E5BA;
border-radius: 10px;
border: none;
padding: 10px;
font-size: 20px;
}
.footerright button{
width: 107px;
height: 44px;
border-radius: 15px;
background-color: #F20205;
text-align: center;
color: #fff;
border: none;
font-size: 25px;
align-self: center;
cursor: pointer;
}
/* ***************************** */
.ListIsEmpty {
width: 286px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
position: absolute;
top: -200%;
transition: top 0.3s ease-in-out;
background-color: rgba(255, 217, 0, 0.678);
border-radius: 20px;
z-index: 5;
height: 196px;
align-self: center;
}
.ListIsEmpty p {
color: #a3e440;
font-size: 35px;
align-self: center;
text-align: center;
}
.ListIsEmpty img {
width: 86px;
height: 77px;
border: none;
align-self: center;
margin-top: 11px;
}
/*********************************/
.LogIn {
width: 286px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: start;
position: absolute;
top: -200%;
transition: top 0.3s ease-in-out;
background-color: #5AAEF7AB;
border-radius: 20px;
height: 308px;
z-index: 5;
}
.LogIn input{
width: 90%;
height: 40px;
border-radius: 6px;
align-self: center;
margin-top: 32px;
background: none;
border: 3px #fff solid;
font-size: 20px;
color: #fff;
}
.LogIn button{
width: 130px;
height: 50px;
background-color: #5aaef7;
border-radius: 10px;
color: #fff;
font-size: 25px;
align-self: center;
margin-top: 26px;
}
.LogIn p{
color: red;
font-size: 19px;
text-decoration: underline;
align-self: center;
margin-top: 19px;
}
.LogIn>img{
width: 70%;
height: 41px;
align-self: center;
margin-top: 5px !important;
border: none;
cursor: pointer;
}
/* ********************************* */
.PlaceHolder ,.PlaceHolder2{
width: 100%;
height: 700px;
position: absolute;
top: 0px;
z-index: 2;
opacity: 0;
display: none;
}
/* ************************************ */
.Sign {
width: 323px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: start;
position: absolute;
top: 60px;
transition: left 0.3s ease-in-out;
left: -100%;
background-color: #5AAEF7AB;
border-radius: 20px;
height: 568px;
z-index: 5;
}
.ProfileViewBody {
background-image: url('../Imgs/pexels-pok-rie-6029883.jpg')
}
.Sign input {
width: 90%;
height: 40px;
border-radius: 6px;
align-self: center;
margin-top: 32px;
background: none;
border: 3px #fff solid;
font-size: 20px;
color: #fff;
}
.Sign label{
display: block;
align-self: center;
font-size: 25px;
color: #fff;
margin-top: 32px;
}
.Sign button{
width: 130px;
height: 50px;
background-color: #5aaef7;
border-radius: 10px;
color: #fff;
font-size: 25px;
align-self: center;
margin-top: 26px;
}
/* ************************************ */
.RightNav2{
width: 50px;
height: 50px;
background-image: url("../Imgs/menu-png-icon-5.png");
background-size: cover;
background-position: center;
margin-right: 20px;
display: none;
}
.MeniItems{
display: none;
}
/* ********************************* */
.ShowDataForm{
left: 40% !important;
}
/* ******************************Statistics************* */
.NavStatistics{
width: 100%;
height: 83px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content:space-between;
}
.NavStatistics img{
width: 144px;
height: 79px;
align-self: center;
border: none;
margin-left: 93px;
}
.NavStatistics a{
color: #fff;
text-decoration: none;
font-size: 25px;
margin-right: 64px;
align-self: center;
}
.BigCon{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
align-self: center;
}
.CentralBodyToContain{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
background: none;
}
.ChooseActionIons{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 10px;
align-self: end;
width: 50px;
position: absolute;
right: 28px;
top: 40%;
}
.ChooseActionIons a{
width: 50px;
height: 50px;
align-self: center;
margin: 5px;
transition: width 0.3s linear , height 0.3s linear;
cursor: pointer;
}
.ControlImage1 {
background-image: url('../Imgs/iconfinder_299074_youtube_social_icon_64px.png');
display: block;
background-size: cover;
}
.ControlImage2 {
background-image: url('../Imgs/iconfinder_5296499_fb_facebook_facebook logo_icon_256px.png');
display: block;
background-size: cover;
}
.ControlImage3 {
background-image: url('../Imgs/iconfinder_5296515_bird_tweet_twitter_twitter logo_icon_128px.png');
display: block;
background-size: cover;
}
.ControlImage4 {
background-image: url('../Imgs/iconfinder_3225191_app_instagram_logo_media_popular_icon_64px.png');
display: block;
background-size: cover;
}
.ControlImage5 {
background-image: url('../Imgs/user.png');
display: block;
background-size: cover;
}
.ChooseIcon1 {
background-image: url('../Imgs/page-views.png');
display: block;
background-size: cover;
}
.ChooseIcon2 {
background-image: url('../Imgs/video-player.png');
display: block;
background-size: cover;
}
.ChooseIcon3 {
background-image: url('../Imgs/comments.png');
display: block;
background-size: cover;
}
.ChooseIcon4 {
background-image: url('../Imgs/subscribe-1.png');
display: block;
background-size: cover;
}
.ChooseActionIons a:hover {
width: 70px;
height: 70px;
}
.ControllBar{
width: 70%;
height: 62px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-around;
align-self: center;
margin-bottom: 20px;
}
.ChangeAction{
width: 82px;
height: 72px;
align-self: center;
border: none;
cursor: pointer;
}
.CoinContainer{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
}
.Coins img{
width: 30px;
height: 30px;
border: none;
}
.ControllBar a {
width: 150px;
height: 40px;
border-radius: 10px;
background-color: #faa300;
color: #fff;
font-size: 30px;
border: none;
margin-left: 21px;
text-decoration: none;
text-align: center;
}
.Coins p{
color: #fff;
font-size: 20px;
}
.Statistics_YouTube{
width: 90%;
height: 560px;
margin: auto;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content:start;
overflow: hidden;
margin-top: 33px;
}
.Statistics_YouTube .Youtube_Views {
width: 90%;
height: 60%;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content:space-around;
left: 2%;
}
.Youtube_Views , .Youtube_Likes{
width: 90%;
height: 60%;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 20px;
align-self: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content:space-evenly;
position: absolute;
transition: left 0.3s ease-in-out ;
}
.Youtube_Comment , .Youtube_Subscribe , .ProfileContent{
width: 90%;
height: 60%;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 20px;
align-self: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content:space-evenly;
position: absolute;
transition: left 0.3s ease-in-out ;
top: 24%;
}
.TakeAction {
align-self: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
}
.TakeAction img {
width: 127px;
height: 109px;
cursor: pointer;
border: none;
align-self: center;
}
.TakeAction p{
color:#fff;
font-size:20px;
align-self:center;
margin-top:10px
}
.AddItems {
width: 70%;
height: 100%;
align-self: center;
border-left: 3px #fff solid;
}
.AddItems>button {
width: 150px;
height: 50px;
border-radius: 20px;
background-color: #5AAEF7;
border: #fff 2px solid;
margin: auto;
margin-top: 10px;
display: block;
color: #fff;
font-size: 23px;
}
.ItemContent {
display: block;
margin: auto;
width: 90%;
height: 60px;
background-color: #5aaef78f;
border-radius: 10px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
margin-top: 10px;
position: relative;
}
.ItemContent > img {
width: 50px;
height: 50px;
align-self: center;
border-radius: 5px;
border: none;
position: absolute;
left: 19%;
}
.ItemContent > p {
color: #fff;
font-size: 25px;
align-self: center;
position: absolute;
left: 59%;
}
/* ************************************** */
.ControllFooter{
height: 60px;
background-color: #5aaef7ab;
border-radius: 10px;
align-self: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
margin-top: 10px;
}
.ControllFooter a{
width: 40px;
height: 40px;
border-radius: 50%;
border: none;
align-self: center;
transition: width 0.2s linear, height 0.2s linear;
cursor: pointer;
margin: 10px;
}
.ControllFooter a:hover{
width: 65px;
height: 65px;
}
/* ************************************* */
.Soon{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
width: 90%;
height: 309%;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 20px;
margin: auto;
}
.Soon p{
color: #FFF;
font-size: 129px;
text-align: center;
align-self: center;
}
.Soon img{
width: 60px;
height: 60px;
align-self: center;
border: none;
}
.PutNumberCoins, .AddNewItem {
width: 286px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: start;
position: absolute;
top: -200%;
transition: top 0.3s ease-in-out;
background-color: rgba(255, 217, 0, 0.678);
border-radius: 20px;
z-index: 5;
height: 196px;
}
.PutNumberCoins input, .AddNewItem input {
width: 90%;
margin: auto;
height: 40px;
background: none;
border: 2px solid #fff;
color: #fff;
font-size: 25px;
}
.PutNumberCoins button, .AddNewItem button {
margin: auto;
margin-top: auto;
background-color: gold;
width: 114px;
height: 43px;
margin-top: 0px;
color: #fff;
font-size: 25px;
border-radius: 13px;
border: none;
}
.AddNewItem label {
align-self: center;
font-size: 22px;
color: #fff;
}
/* ************************************** */
.ProfileContent .ProfileData{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-around;
}
.ProfileContent .ProfileData img{
width: 180px;
height: 146px;
border-radius: 20px;
align-self: center;
border: none;
}
.ProfileContent .ProfileData p{
color: #fff;
font-size: 25px;
align-self: center;
}
.ChangeData{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-around;
width: 42%;
}
.ChangeData input{
width: 60%;
height: 48px;
align-self: center;
background-color: rgba(196, 194, 194, 0.699);
border: 2px #fff solid;
color: #fff;
border-radius: 19px;
padding: 10px;
font-size: 22px;
}
.ChangeData button{
width: 102px;
height: 50px;
background-color: chartreuse;
border-radius: 10px;
border: none;
align-self: center;
font-size: 22px;
color: #fff;
}
/* ************************************** */
/* ************************************** */
/* ************************************** */
/* ************************************** */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait){
.Statistics_YouTube .Youtube_Views {
width: 90%;
height: 40%;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
}
.Youtube_Comment, .Youtube_Subscribe, .ProfileContent {
width: 90%;
height: 41%;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 20px;
align-self: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
position: absolute;
transition: left 0.3s ease-in-out;
top: 18%;
}
.ChooseActionIons{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 10px;
align-self: end;
width: 50px;
position: absolute;
right: 10px;
top: 28%;
}
.Youtube_Views, .Youtube_Likes {
width: 90%;
height: 41%;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 20px;
align-self: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
position: absolute;
transition: left 0.3s ease-in-out;
}
.CentrallContainer .ControllBuutons {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
width: 374px;
height: 280px;
margin-top: 126px;
margin-right: -31px !important;
}
}
@media only screen and (max-width: 600px) {
.NavStatistics img{
width: 144px;
height: 79px;
align-self: center;
border: none;
margin-left: 34px;
}
.Youtube_Comment , .Youtube_Subscribe , .ProfileContent{
width: 90%;
height: 60%;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 20px;
align-self: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content:space-evenly;
position: absolute;
transition: left 0.3s ease-in-out ;
top: 24%;
}
.Statistics_YouTube .Youtube_Views {
width: 90%;
height: 60%;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-around;
}
.ChooseActionIons{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 10px;
align-self: end;
width: 50px;
position: absolute;
right: 10px;
top: 36%;
}
.AddItems {
width: 70%;
height: 100%;
align-self: center;
border-left: 0px #fff solid;
}
.Youtube_Views, .Youtube_Likes {
width: 90%;
height: 60%;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 20px;
align-self: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
position: absolute;
transition: left 0.3s ease-in-out;
}
.RightNav2{
width: 50px;
height: 50px;
background-image: url("../Imgs/menu-png-icon-5.png");
background-size: cover;
background-position: center;
margin-right: 20px;
display: block!important;
align-self: center;
}
.RightNav{
display: none !important;
}
.Footer{
width: 100%;
height: 300px;
background-color: #5aaef7b4;
display: flex;
flex-direction:column;
flex-wrap: nowrap;
justify-content:space-between;
}
.footerleft{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
margin:auto !important;
margin-top: 10px;
}
.footerright{
display: flex;
flex-direction:column;
flex-wrap: nowrap;
justify-content:space-evenly;
margin:auto !important;
margin-top: 10px;
}
.Footer .footerleft > div {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
align-self: flex-start;
margin-top: 9px;
}
.Footer {
width: 100%;
height: 365px;
background-color: #5aaef7b4;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-between;
}
.Body1 .Nav img {
width: 144px;
height: 79px;
align-self: center;
border: none;
margin-left: 23px;
}
.MeniItems{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: start;
list-style: none;
position: absolute;
top: 0px;
right: -100%;
transition: right 0.3s linear;
background-color: #5aaef7cc;
border-radius: 11px;
width: 121px;
height: 224px;
z-index: 4;
}
.MeniItems li{
margin-top: 10px;
list-style: none;
align-self: center;
}
.MeniItems li a{
cursor: pointer;
color: #fff;
font-size: 25px;
text-decoration: none;
}
.ShowDataForm{
left: 11% !important;
}
.Body1>p ,
.Body1>button{
display: none !important;
}
.ChangeData button {
width: 102px;
height: 50px;
background-color: chartreuse;
border-radius: 10px;
border: none;
align-self: center;
font-size: 22px;
color: #fff;
margin-top: 5px;
}
.ChangeData input {
width: 60%;
height: 48px;
align-self: center;
background-color: rgba(196, 194, 194, 0.699);
border: 2px #fff solid;
color: #fff;
border-radius: 19px;
padding: 10px;
font-size: 22px;
align-self: center;
margin: auto;
margin-top: 5px;
}
.ChangeData {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-around;
width: 117%;
align-self: center;
}
.ChangeData input {
width: 60%;
height: 23px;
align-self: center;
background-color: rgba(196, 194, 194, 0.699);
border: 2px #fff solid;
color: #fff;
border-radius: 19px;
padding: 10px;
font-size: 22px;
align-self: center;
margin: auto;
margin-top: auto;
margin-top: 5px;
}
.ChangeData {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-around;
width: 117%;
align-self: center;
}
.ProfileContent {
width: 90%;
height: 60%;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 20px;
align-self: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
position: absolute;
transition: left 0.3s ease-in-out;
top: 14%;
}
.GeneralBody form {
align-self: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: start;
width: 319px;
background-color: #234e7982;
height: 366px;
border-radius: 16px;
position: relative;
top: -35px;
}
.DeleteIcon {
cursor: pointer;
left: 88% !important;
display:none !important
}
.ItemContent > p {
color: #fff;
font-size: 19px !important;
align-self: center;
position: absolute;
left: 59%;
}
.ControllFooter {
height: 60px;
background-color: #5aaef7ab;
border-radius: 10px;
align-self: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
margin-top: 10px;
z-index: 3;
position: relative;
}
.LuckyRate {
width: 80%;
height: 70px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-self: center;
margin-top: 15px;
display: none !important;
}
.CentrallContainer {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
}
.CentrallContainer .ControllBuutons {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
width: 374px;
height: 280px;
margin-top: -743px;
margin-right: 199px;
}
}
span:hover {
text-decoration: underline;
} | LikeFinal Version/wwwroot/Style/Style.css | *{
padding:0px;
margin: 0px;
outline: none;
scroll-behavior: smooth;
}
a{
cursor: pointer;
}
button{
cursor: pointer;
}
.ProfileClass {
height: 700px;
background-repeat: repeat;
background-image: url('../Imgs/pexels-pok-rie-6029883.jpg');
background-size: cover;
background-position: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: start
}
.DeleteIcon {
cursor: pointer;
left: 88% !important;
}
.GeneralBody {
height: 700px;
background-repeat: repeat;
background-image: url('../Imgs/196-1963020_website-backgrounds-website-login-page-background.jpg');
background-size: cover;
background-position: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
}
.GeneralBody form {
align-self: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: start;
width: 412px;
background-color: #234e7982;
height: 366px;
border-radius: 16px;
position: relative;
top: -35px;
}
.GeneralBody form img {
width: 123px;
height: 72px;
align-self: center;
position: relative;
}
.GeneralBody form input {
width: 80%;
height: 36px;
background-color: #5AAEF7;
border: none;
border-radius: 5px;
align-self: center;
margin: 21px;
color: #fff;
font-size: 21px;
padding: 9px;
}
.GeneralBody form button {
width: 108px;
height: 44px;
background-color: #40e4cd;
border: none;
border-radius: 10px;
align-self: center;
font-size: 23px;
color: #fff;
margin-top: 28px;
}
.GeneralBody button {
cursor: pointer;
}
.Body1 {
width: 100%;
height: 700px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: start;
background-image: url("../Imgs/pexels-tracy-le-blanc-607812.jpg");
background-position: center;
background-size: cover;
}
.Body1 .Nav{
width: 100%;
height: 83px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content:space-between;
}
.Body1 .Nav img{
width: 144px;
height: 79px;
align-self: center;
border: none;
margin-left: 93px;
}
.Body1 .Nav .RightNav{
height: 100%;
display: flex;
flex-direction:row;
flex-wrap: nowrap;
justify-content:flex-start;
align-self: center;
list-style: none;
}
.Body1 .Nav .RightNav li{
color: #fff;
font-weight: bold;
margin-right: 41px;
list-style: none;
align-self: center;
}
.Body1 .Nav .RightNav li a{
color: #fff;
font-weight: bold;
font-size: 25px;
text-decoration: none;
}
.Body1 .Nav .RightNav>a{
width: 50px;
height: 39px;
border-radius: 50%;
background-color: #5AAEF7;
border: none;
color: #fff;
font-size: 26px;
align-self: center;
text-align: center;
cursor: pointer;
margin-right: 33px;
text-decoration:none
}
.Body1>p{
color: #fff;
font-size: 39px;
margin-left: 93px;
top: 32%;
position: relative;
}
.Body1>button{
width: 187px;
height: 64px;
border: 2px solid #5AAEF7;
background: none;
color: #5AAEF7;
font-size: 43px;
text-align: center;
transition: background 0.3s linear;
cursor: pointer;
position: relative;
top: 35%;
margin-left: 93px;
border-radius: 10px;
}
.Body1>button:hover{
background-color: #5AAEF7;
color: #fff;
}
/* ******************************************* */
.body2{
width: 100%;
height: 400px;
background-color: none;
display: flex;
flex-direction:column;
flex-wrap: nowrap;
justify-content:center;
text-align: center;
}
.body2 h2{
color: #5AAEF7;
font-size: 53px;
align-self: center;
margin-bottom: 31px;
}
.body2 p{
color: #463E3B;
font-size: 23px;
align-self: center;
}
/* *************************************** */
.CoinsData {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
text-align: center;
}
.CoinsData img {
width: 60px;
height: 60px;
align-self: center;
}
.CoinsData p {
text-align: center;
align-self: center;
font-size: 30px;
color: gold;
}
.LuckyRate {
width: 80%;
height: 70px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-self: center;
margin-top: 15px;
}
.LuckyRate div {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
align-self: center;
width: 100%;
height: 100%;
}
.LuckyRate div p {
color: #fff;
font-size: 20px;
align-self: center;
}
.LuckyRate div div {
width: 33%;
height: 77%;
}
.CentrallContainer {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
}
.CentrallContainer .ControllBuutons {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
width: 374px;
height: 280px;
margin-top: 126px;
margin-right: 199px;
}
.CentrallContainer .ControllBuutons button {
width: 206px;
height: 68px;
border-radius: 10px;
font-size: 24px;
text-align: center;
color: #fff;
align-self: center;
cursor: pointer;
}
/*********************************************/
.body3{
width: 100%;
height: 400px;
background-color: none;
display: flex;
flex-direction:column;
flex-wrap: nowrap;
justify-content:center;
text-align: center;
}
.body3 h2{
color: #5AAEF7;
font-size: 53px;
align-self: center;
margin-bottom: 31px;
}
.body3>div{
width: 100%;
height: 200px;
border-radius: 20px;
display: flex;
flex-direction:row;
flex-wrap: nowrap;
justify-content:space-evenly;
}
.body3>div img{
width: 23%;
height: 100%;
border-radius: 18px;
cursor: pointer;
opacity: 1;
transition: opacity 0.3s linear;
}
.body3>div img:hover{
opacity:0.7
}
/* ********************************* */
.body4{
width: 100%;
height: 400px;
background-color: none;
display: flex;
flex-direction:column;
flex-wrap: nowrap;
justify-content:center;
text-align: center;
margin-top: 100px;
}
.body4 h2{
color: #5AAEF7;
font-size: 53px;
align-self: center;
margin-bottom: 50px;
}
.body4>div{
width: 100%;
height: 200px;
border-radius: 20px;
display: flex;
flex-direction:row;
flex-wrap: nowrap;
justify-content:space-evenly;
}
.body4>div img{
width: 8%;
height: 33%;
border-radius: 50%;
cursor: pointer;
}
/* ******************************* */
.Footer{
width: 100%;
height: 300px;
background-color: #5aaef7b4;
display: flex;
flex-direction:row;
flex-wrap: nowrap;
justify-content:space-between;
}
.Footer .footerleft{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
margin-left: 104px;
}
.Footer .footerleft>div{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
align-self: flex-start;
}
.Footer .footerleft>div img{
width: 38px;
height: 35px;
border-radius: 50%;
border: none;
}
.Footer .footerleft>div p{
color: #fff;
font-size: 23px;
margin-left: 5px;
}
.footerright{
display: flex;
flex-direction:column;
flex-wrap: nowrap;
justify-content:space-evenly;
margin-right: 104px;
}
.footerright textarea{
width: 247px;
height: 138px;
background-color: #EAE6E5BA;
border-radius: 10px;
border: none;
padding: 10px;
font-size: 20px;
}
.footerright button{
width: 107px;
height: 44px;
border-radius: 15px;
background-color: #F20205;
text-align: center;
color: #fff;
border: none;
font-size: 25px;
align-self: center;
cursor: pointer;
}
/* ***************************** */
.ListIsEmpty {
width: 286px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
position: absolute;
top: -200%;
transition: top 0.3s ease-in-out;
background-color: rgba(255, 217, 0, 0.678);
border-radius: 20px;
z-index: 5;
height: 196px;
align-self: center;
}
.ListIsEmpty p {
color: #a3e440;
font-size: 35px;
align-self: center;
text-align: center;
}
.ListIsEmpty img {
width: 86px;
height: 77px;
border: none;
align-self: center;
margin-top: 11px;
}
/*********************************/
.LogIn {
width: 286px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: start;
position: absolute;
top: -200%;
transition: top 0.3s ease-in-out;
background-color: #5AAEF7AB;
border-radius: 20px;
height: 308px;
z-index: 5;
}
.LogIn input{
width: 90%;
height: 40px;
border-radius: 6px;
align-self: center;
margin-top: 32px;
background: none;
border: 3px #fff solid;
font-size: 20px;
color: #fff;
}
.LogIn button{
width: 130px;
height: 50px;
background-color: #5aaef7;
border-radius: 10px;
color: #fff;
font-size: 25px;
align-self: center;
margin-top: 26px;
}
.LogIn p{
color: red;
font-size: 19px;
text-decoration: underline;
align-self: center;
margin-top: 19px;
}
.LogIn>img{
width: 70%;
height: 41px;
align-self: center;
margin-top: 5px !important;
border: none;
cursor: pointer;
}
/* ********************************* */
.PlaceHolder ,.PlaceHolder2{
width: 100%;
height: 700px;
position: absolute;
top: 0px;
z-index: 2;
opacity: 0;
display: none;
}
/* ************************************ */
.Sign {
width: 323px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: start;
position: absolute;
top: 60px;
transition: left 0.3s ease-in-out;
left: -100%;
background-color: #5AAEF7AB;
border-radius: 20px;
height: 568px;
z-index: 5;
}
.ProfileViewBody {
background-image: url('../Imgs/pexels-pok-rie-6029883.jpg')
}
.Sign input {
width: 90%;
height: 40px;
border-radius: 6px;
align-self: center;
margin-top: 32px;
background: none;
border: 3px #fff solid;
font-size: 20px;
color: #fff;
}
.Sign label{
display: block;
align-self: center;
font-size: 25px;
color: #fff;
margin-top: 32px;
}
.Sign button{
width: 130px;
height: 50px;
background-color: #5aaef7;
border-radius: 10px;
color: #fff;
font-size: 25px;
align-self: center;
margin-top: 26px;
}
/* ************************************ */
.RightNav2{
width: 50px;
height: 50px;
background-image: url("../Imgs/menu-png-icon-5.png");
background-size: cover;
background-position: center;
margin-right: 20px;
display: none;
}
.MeniItems{
display: none;
}
/* ********************************* */
.ShowDataForm{
left: 40% !important;
}
/* ******************************Statistics************* */
.NavStatistics{
width: 100%;
height: 83px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content:space-between;
}
.NavStatistics img{
width: 144px;
height: 79px;
align-self: center;
border: none;
margin-left: 93px;
}
.NavStatistics a{
color: #fff;
text-decoration: none;
font-size: 25px;
margin-right: 64px;
align-self: center;
}
.BigCon{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
align-self: center;
}
.CentralBodyToContain{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
background: none;
}
.ChooseActionIons{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 10px;
align-self: end;
width: 50px;
position: absolute;
right: 28px;
top: 40%;
}
.ChooseActionIons a{
width: 50px;
height: 50px;
align-self: center;
margin: 5px;
transition: width 0.3s linear , height 0.3s linear;
cursor: pointer;
}
.ControlImage1 {
background-image: url('../Imgs/iconfinder_299074_youtube_social_icon_64px.png');
display: block;
background-size: cover;
}
.ControlImage2 {
background-image: url('../Imgs/iconfinder_5296499_fb_facebook_facebook logo_icon_256px.png');
display: block;
background-size: cover;
}
.ControlImage3 {
background-image: url('../Imgs/iconfinder_5296515_bird_tweet_twitter_twitter logo_icon_128px.png');
display: block;
background-size: cover;
}
.ControlImage4 {
background-image: url('../Imgs/iconfinder_3225191_app_instagram_logo_media_popular_icon_64px.png');
display: block;
background-size: cover;
}
.ControlImage5 {
background-image: url('../Imgs/user.png');
display: block;
background-size: cover;
}
.ChooseIcon1 {
background-image: url('../Imgs/page-views.png');
display: block;
background-size: cover;
}
.ChooseIcon2 {
background-image: url('../Imgs/video-player.png');
display: block;
background-size: cover;
}
.ChooseIcon3 {
background-image: url('../Imgs/comments.png');
display: block;
background-size: cover;
}
.ChooseIcon4 {
background-image: url('../Imgs/subscribe-1.png');
display: block;
background-size: cover;
}
.ChooseActionIons a:hover {
width: 70px;
height: 70px;
}
.ControllBar{
width: 70%;
height: 62px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-around;
align-self: center;
margin-bottom: 20px;
}
.ChangeAction{
width: 82px;
height: 72px;
align-self: center;
border: none;
cursor: pointer;
}
.CoinContainer{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
}
.Coins img{
width: 30px;
height: 30px;
border: none;
}
.ControllBar a {
width: 150px;
height: 40px;
border-radius: 10px;
background-color: #faa300;
color: #fff;
font-size: 30px;
border: none;
margin-left: 21px;
text-decoration: none;
text-align: center;
}
.Coins p{
color: #fff;
font-size: 20px;
}
.Statistics_YouTube{
width: 90%;
height: 560px;
margin: auto;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content:start;
overflow: hidden;
margin-top: 33px;
}
.Statistics_YouTube .Youtube_Views {
width: 90%;
height: 60%;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content:space-around;
left: 2%;
}
.Youtube_Views , .Youtube_Likes{
width: 90%;
height: 60%;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 20px;
align-self: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content:space-evenly;
position: absolute;
transition: left 0.3s ease-in-out ;
}
.Youtube_Comment , .Youtube_Subscribe , .ProfileContent{
width: 90%;
height: 60%;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 20px;
align-self: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content:space-evenly;
position: absolute;
transition: left 0.3s ease-in-out ;
top: 24%;
}
.TakeAction {
align-self: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
}
.TakeAction img {
width: 127px;
height: 109px;
cursor: pointer;
border: none;
align-self: center;
}
.TakeAction p{
color:#fff;
font-size:20px;
align-self:center;
margin-top:10px
}
.AddItems {
width: 70%;
height: 100%;
align-self: center;
border-left: 3px #fff solid;
}
.AddItems>button {
width: 150px;
height: 50px;
border-radius: 20px;
background-color: #5AAEF7;
border: #fff 2px solid;
margin: auto;
margin-top: 10px;
display: block;
color: #fff;
font-size: 23px;
}
.ItemContent {
display: block;
margin: auto;
width: 90%;
height: 60px;
background-color: #5aaef78f;
border-radius: 10px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
margin-top: 10px;
position: relative;
}
.ItemContent > img {
width: 50px;
height: 50px;
align-self: center;
border-radius: 5px;
border: none;
position: absolute;
left: 19%;
}
.ItemContent > p {
color: #fff;
font-size: 25px;
align-self: center;
position: absolute;
left: 59%;
}
/* ************************************** */
.ControllFooter{
height: 60px;
background-color: #5aaef7ab;
border-radius: 10px;
align-self: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
margin-top: 10px;
}
.ControllFooter a{
width: 40px;
height: 40px;
border-radius: 50%;
border: none;
align-self: center;
transition: width 0.2s linear, height 0.2s linear;
cursor: pointer;
margin: 10px;
}
.ControllFooter a:hover{
width: 65px;
height: 65px;
}
/* ************************************* */
.Soon{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
width: 90%;
height: 309%;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 20px;
margin: auto;
}
.Soon p{
color: #FFF;
font-size: 129px;
text-align: center;
align-self: center;
}
.Soon img{
width: 60px;
height: 60px;
align-self: center;
border: none;
}
.PutNumberCoins, .AddNewItem {
width: 286px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: start;
position: absolute;
top: -200%;
transition: top 0.3s ease-in-out;
background-color: rgba(255, 217, 0, 0.678);
border-radius: 20px;
z-index: 5;
height: 196px;
}
.PutNumberCoins input, .AddNewItem input {
width: 90%;
margin: auto;
height: 40px;
background: none;
border: 2px solid #fff;
color: #fff;
font-size: 25px;
}
.PutNumberCoins button, .AddNewItem button {
margin: auto;
margin-top: auto;
background-color: gold;
width: 114px;
height: 43px;
margin-top: 0px;
color: #fff;
font-size: 25px;
border-radius: 13px;
border: none;
}
.AddNewItem label {
align-self: center;
font-size: 22px;
color: #fff;
}
/* ************************************** */
.ProfileContent .ProfileData{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-around;
}
.ProfileContent .ProfileData img{
width: 180px;
height: 146px;
border-radius: 20px;
align-self: center;
border: none;
}
.ProfileContent .ProfileData p{
color: #fff;
font-size: 25px;
align-self: center;
}
.ChangeData{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-around;
width: 42%;
}
.ChangeData input{
width: 60%;
height: 48px;
align-self: center;
background-color: rgba(196, 194, 194, 0.699);
border: 2px #fff solid;
color: #fff;
border-radius: 19px;
padding: 10px;
font-size: 22px;
}
.ChangeData button{
width: 102px;
height: 50px;
background-color: chartreuse;
border-radius: 10px;
border: none;
align-self: center;
font-size: 22px;
color: #fff;
}
/* ************************************** */
/* ************************************** */
/* ************************************** */
/* ************************************** */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait){
.Statistics_YouTube .Youtube_Views {
width: 90%;
height: 40%;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
}
.Youtube_Comment, .Youtube_Subscribe, .ProfileContent {
width: 90%;
height: 41%;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 20px;
align-self: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
position: absolute;
transition: left 0.3s ease-in-out;
top: 18%;
}
.ChooseActionIons{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 10px;
align-self: end;
width: 50px;
position: absolute;
right: 10px;
top: 28%;
}
.Youtube_Views, .Youtube_Likes {
width: 90%;
height: 41%;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 20px;
align-self: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
position: absolute;
transition: left 0.3s ease-in-out;
}
.CentrallContainer .ControllBuutons {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
width: 374px;
height: 280px;
margin-top: 126px;
margin-right: -31px !important;
}
}
@media only screen and (max-width: 600px) {
.NavStatistics img{
width: 144px;
height: 79px;
align-self: center;
border: none;
margin-left: 34px;
}
.Youtube_Comment , .Youtube_Subscribe , .ProfileContent{
width: 90%;
height: 60%;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 20px;
align-self: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content:space-evenly;
position: absolute;
transition: left 0.3s ease-in-out ;
top: 24%;
}
.Statistics_YouTube .Youtube_Views {
width: 90%;
height: 60%;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-around;
}
.ChooseActionIons{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 10px;
align-self: end;
width: 50px;
position: absolute;
right: 10px;
top: 36%;
}
.AddItems {
width: 70%;
height: 100%;
align-self: center;
border-left: 0px #fff solid;
}
.Youtube_Views, .Youtube_Likes {
width: 90%;
height: 60%;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 20px;
align-self: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
position: absolute;
transition: left 0.3s ease-in-out;
}
.RightNav2{
width: 50px;
height: 50px;
background-image: url("../Imgs/menu-png-icon-5.png");
background-size: cover;
background-position: center;
margin-right: 20px;
display: block!important;
align-self: center;
}
.RightNav{
display: none !important;
}
.Footer{
width: 100%;
height: 300px;
background-color: #5aaef7b4;
display: flex;
flex-direction:column;
flex-wrap: nowrap;
justify-content:space-between;
}
.footerleft{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
margin:auto !important;
margin-top: 10px;
}
.footerright{
display: flex;
flex-direction:column;
flex-wrap: nowrap;
justify-content:space-evenly;
margin:auto !important;
margin-top: 10px;
}
.Footer .footerleft > div {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
align-self: flex-start;
margin-top: 9px;
}
.Footer {
width: 100%;
height: 365px;
background-color: #5aaef7b4;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-between;
}
.Body1 .Nav img {
width: 144px;
height: 79px;
align-self: center;
border: none;
margin-left: 23px;
}
.MeniItems{
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: start;
list-style: none;
position: absolute;
top: 0px;
right: -100%;
transition: right 0.3s linear;
background-color: #5aaef7cc;
border-radius: 11px;
width: 121px;
height: 224px;
z-index: 4;
}
.MeniItems li{
margin-top: 10px;
list-style: none;
align-self: center;
}
.MeniItems li a{
cursor: pointer;
color: #fff;
font-size: 25px;
text-decoration: none;
}
.ShowDataForm{
left: 11% !important;
}
.Body1>p ,
.Body1>button{
display: none !important;
}
.ChangeData button {
width: 102px;
height: 50px;
background-color: chartreuse;
border-radius: 10px;
border: none;
align-self: center;
font-size: 22px;
color: #fff;
margin-top: 5px;
}
.ChangeData input {
width: 60%;
height: 48px;
align-self: center;
background-color: rgba(196, 194, 194, 0.699);
border: 2px #fff solid;
color: #fff;
border-radius: 19px;
padding: 10px;
font-size: 22px;
align-self: center;
margin: auto;
margin-top: 5px;
}
.ChangeData {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-around;
width: 117%;
align-self: center;
}
.ChangeData input {
width: 60%;
height: 23px;
align-self: center;
background-color: rgba(196, 194, 194, 0.699);
border: 2px #fff solid;
color: #fff;
border-radius: 19px;
padding: 10px;
font-size: 22px;
align-self: center;
margin: auto;
margin-top: auto;
margin-top: 5px;
}
.ChangeData {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-around;
width: 117%;
align-self: center;
}
.ProfileContent {
width: 90%;
height: 60%;
background-color: rgba(225, 226, 226, 0.6);
border-radius: 20px;
align-self: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
position: absolute;
transition: left 0.3s ease-in-out;
top: 14%;
}
.GeneralBody form {
align-self: center;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: start;
width: 319px;
background-color: #234e7982;
height: 366px;
border-radius: 16px;
position: relative;
top: -35px;
}
.DeleteIcon {
cursor: pointer;
left: 88% !important;
display:none !important
}
.ItemContent > p {
color: #fff;
font-size: 19px !important;
align-self: center;
position: absolute;
left: 59%;
}
.ControllFooter {
height: 60px;
background-color: #5aaef7ab;
border-radius: 10px;
align-self: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
margin-top: 10px;
z-index: 3;
position: relative;
}
.LuckyRate {
width: 80%;
height: 70px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-self: center;
margin-top: 15px;
display: none !important;
}
.CentrallContainer {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
}
.CentrallContainer .ControllBuutons {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: space-evenly;
width: 374px;
height: 280px;
margin-top: -743px;
margin-right: 199px;
}
}
span:hover {
text-decoration: underline;
} | 0.415847 | 0.052183 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(gog.com)
{
@media all and (max-width: 1015px)
{
#mainNav,
div.sta_container,
.game_header, /* game details */
.bonus_materials,
.module.overview,
.copyright,
.wlist_cont, /* account(games,messages,settings) */
.tabs_top, /* catalogue */
#games_news, /* main */
.hr, /* community */
.t_list,
.list_top_h,
.list_bar_h,
.list_bottom_bg,
.forum_descr_h,
.list_row_h > *,
#mainFooter > * { width: 920px !important; }
#mainNav { left: -460px !important; }
.nav_left { margin-left: -460px !important; }
.nav_user { width: 259px !important; }
.nav_cart + .nav_empty { width: 21px !important; }
.nav_right { margin-right: -460px !important; }
@-moz-document regexp(".*/news/.*")
{
.content_left { margin-left: 5px !important; }
.content_right, .mn_header { width: 297px !important; margin-right: 9px !important; }
.mn_header_con { width: 277px !important; }
.more_news,
.more_news > :not(.separator) { width: 292px !important; }
.separator { width: 290px !important; }
.separator_in, .list_con { width: 288px !important; }
.list_con > * { display: inline-block; height: 24px; vertical-align: top !important; }
.lc_title { white-space: nowrap; max-width: 242px; overflow: hidden; text-overflow: ellipsis; }
.list_bottom { width: 296px !important; }
}
/* game details */
.game_header { border-radius: 6px; background-position: -15px 0 !important; }
.game_top .game_box { margin-left: 1px !important; }
.game_top .labels { left: 180px !important; }
.game_top .details { left: 330px !important; }
.bonus_top, .bonus_bottom { width: 902px !important; }
.bonus_materials ~ .module { margin: 0px 0px 22px !important; }
.module.reviews { width: 500px !important; }
.user_rev { width: 453px !important; }
/* account: games (TODO: gifted, messages) */
#mainTemplateHolder > .games_list { width: 872px !important; }
#gamesListHolder { width: 480px !important; }
/* settings */
.settings_list { width: 872px !important; }
.settings_h, .settings_h > * > *, .settings_h > * > * > *,
.settings_options > * { width: 613px !important; }
.settings_options > p { width: 595px !important; }
/* catalogue */
.tabs_top, #games_news/* main */ { margin-left: 0px !important; }
.sta_container { overflow: visible !important; } html { overflow-x: hidden; }
.tab_content { margin-right: -24px !important; }
.top_bar { margin-left: 10px !important; width: 902px !important; }
.top_bar + .left_side { margin: 0px !important; width: 545px !important; }
.right_side { margin-right: 24px !important; width: 350px !important; }
.small_spots { margin-left: 467px !important; }
/* catalogue & main */
#spotsDisplay, #aboutGog { width: 1920px !important; margin-left: -500px !important; }
#bigSpotDisplay ~ .small_spots { margin-left: 457px !important; }
/* cart */
.nav_empty { width: 90px !important; }
.new_left { width: 500px !important; }
.new_left .module_in, .new_left .module_ex { width: 496px !important; }
.new_left .game-item-2 { width: 100% !important; }
.code > .input_h { margin-right: 4px !important; }
.field.date, .field.name { width: 125px !important; }
/* community */
.hr { margin-left: 2px !important; }
.hr + .left_side { margin-left: 0px !important; width: 389px !important; }
.wishlist_highlights, .module.topics { margin-right: 0px !important; }
.left_side .fade { right: 94px !important; }
.left_side .updated { right: 24px !important; }
/* forum */
.list_top_h, .list_bar_h { padding-left: 0px !important; }
.topic_s_top { margin-right: 493px !important; }
.topic_s { width: 549px !important; }
.last_update_top { margin-left: 13px !important; }
.forum_descr_h { margin-left: 0px !important; }
.s_h_buttons { left: 45px !important; }
.sub_heder_h, .nav_bar_top_h, .list_h, .nav_bar_bottom_h, .spot_h,
.nav_bar_top_h > *, .nav_bar_bottom_h > * { width: auto !important; margin: 0px !important; }
.n_b_b_main, .big_post_main { width: -moz-calc(100% - 14px) !important; }
.big_user_info { width: 149px !important; }
}
} | data/usercss/81204.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(gog.com)
{
@media all and (max-width: 1015px)
{
#mainNav,
div.sta_container,
.game_header, /* game details */
.bonus_materials,
.module.overview,
.copyright,
.wlist_cont, /* account(games,messages,settings) */
.tabs_top, /* catalogue */
#games_news, /* main */
.hr, /* community */
.t_list,
.list_top_h,
.list_bar_h,
.list_bottom_bg,
.forum_descr_h,
.list_row_h > *,
#mainFooter > * { width: 920px !important; }
#mainNav { left: -460px !important; }
.nav_left { margin-left: -460px !important; }
.nav_user { width: 259px !important; }
.nav_cart + .nav_empty { width: 21px !important; }
.nav_right { margin-right: -460px !important; }
@-moz-document regexp(".*/news/.*")
{
.content_left { margin-left: 5px !important; }
.content_right, .mn_header { width: 297px !important; margin-right: 9px !important; }
.mn_header_con { width: 277px !important; }
.more_news,
.more_news > :not(.separator) { width: 292px !important; }
.separator { width: 290px !important; }
.separator_in, .list_con { width: 288px !important; }
.list_con > * { display: inline-block; height: 24px; vertical-align: top !important; }
.lc_title { white-space: nowrap; max-width: 242px; overflow: hidden; text-overflow: ellipsis; }
.list_bottom { width: 296px !important; }
}
/* game details */
.game_header { border-radius: 6px; background-position: -15px 0 !important; }
.game_top .game_box { margin-left: 1px !important; }
.game_top .labels { left: 180px !important; }
.game_top .details { left: 330px !important; }
.bonus_top, .bonus_bottom { width: 902px !important; }
.bonus_materials ~ .module { margin: 0px 0px 22px !important; }
.module.reviews { width: 500px !important; }
.user_rev { width: 453px !important; }
/* account: games (TODO: gifted, messages) */
#mainTemplateHolder > .games_list { width: 872px !important; }
#gamesListHolder { width: 480px !important; }
/* settings */
.settings_list { width: 872px !important; }
.settings_h, .settings_h > * > *, .settings_h > * > * > *,
.settings_options > * { width: 613px !important; }
.settings_options > p { width: 595px !important; }
/* catalogue */
.tabs_top, #games_news/* main */ { margin-left: 0px !important; }
.sta_container { overflow: visible !important; } html { overflow-x: hidden; }
.tab_content { margin-right: -24px !important; }
.top_bar { margin-left: 10px !important; width: 902px !important; }
.top_bar + .left_side { margin: 0px !important; width: 545px !important; }
.right_side { margin-right: 24px !important; width: 350px !important; }
.small_spots { margin-left: 467px !important; }
/* catalogue & main */
#spotsDisplay, #aboutGog { width: 1920px !important; margin-left: -500px !important; }
#bigSpotDisplay ~ .small_spots { margin-left: 457px !important; }
/* cart */
.nav_empty { width: 90px !important; }
.new_left { width: 500px !important; }
.new_left .module_in, .new_left .module_ex { width: 496px !important; }
.new_left .game-item-2 { width: 100% !important; }
.code > .input_h { margin-right: 4px !important; }
.field.date, .field.name { width: 125px !important; }
/* community */
.hr { margin-left: 2px !important; }
.hr + .left_side { margin-left: 0px !important; width: 389px !important; }
.wishlist_highlights, .module.topics { margin-right: 0px !important; }
.left_side .fade { right: 94px !important; }
.left_side .updated { right: 24px !important; }
/* forum */
.list_top_h, .list_bar_h { padding-left: 0px !important; }
.topic_s_top { margin-right: 493px !important; }
.topic_s { width: 549px !important; }
.last_update_top { margin-left: 13px !important; }
.forum_descr_h { margin-left: 0px !important; }
.s_h_buttons { left: 45px !important; }
.sub_heder_h, .nav_bar_top_h, .list_h, .nav_bar_bottom_h, .spot_h,
.nav_bar_top_h > *, .nav_bar_bottom_h > * { width: auto !important; margin: 0px !important; }
.n_b_b_main, .big_post_main { width: -moz-calc(100% - 14px) !important; }
.big_user_info { width: 149px !important; }
}
} | 0.181444 | 0.087058 |
body { font-family: 'Roboto', sans-serif; }
li.nav-item {
margin-left: 1em;
margin-right: 1em;
}
.carousel-item img {
height: 500px;
object-fit: cover;
}
.carousel-caption h2 {
color: #000000;
font-size: 5rem;
font-weight: 700;
}
.carousel-item p.lead { color: #000000; }
.card img {
height: 150px;
object-fit: cover;
}
.jumbotron, .news-heading {
background-color: #f3f6f9;
background-position: center;
background-size: cover;
}
.news-heading {
margin-bottom: 20px;
padding: 20px 0;
}
.jumbotron h1 { margin-top: 0; }
.centered-heading { padding-top: 2em; }
.featurette { margin-bottom: 2rem; }
.featurette-heading, .centered-heading h2, .news-detail h2, .search-results h2 {
color: #000000;
font-size: 36px;
font-style: normal;
font-weight: 800;
line-height: 42px;
margin-bottom: 0.4em;
}
p.lead {
color: #707070;
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 35px;
}
.btn-info {
background-color: #232323;
border: 2px solid #232323;
border-radius: 0;
padding: .9375em 2.5em;
}
.btn-info:hover {
background-color: #000000;
border: 2px solid #232323;
}
a.link_arrow:after, button.link_arrow:after {
-webkit-transition: margin .1s ease;
color: #fe2911;
content: " ➔";
display: inline-block;
margin-left: 4px;
transition: margin .1s ease;
}
a.link_arrow:not(.btn) {
color: #232323;
font-weight: 600;
}
.nav-link {
color: #000000 !important;
font-weight: 700;
text-transform: uppercase;
}
.breadcrumb {
background-color: #ffffff;
padding-left: 0;
}
.breadcrumb a {
color: #000000;
font-weight: 600;
}
.breadcrumb a:hover { color: #fe2911; }
.breadcrumb-item.active { color: #707070; }
.news-overview a, .search-results h3 a {
color: #000000 !important;
font-weight: 700;
}
.news-overview a:hover, .search-results h3 a:hover { color: #19a5a2 !important; }
.news-overview .card img { height: 400px; }
.news-overview .date, .news-heading .meta, .search-results .text-muted {
background-color: #19a5a2;
color: #ffffff !important;
display: inline-block;
padding: 5px;
}
h1 {
color: #000000;
font-size: 3.6rem !important;
font-weight: 700 !important;
line-height: 3.8rem !important;
margin-bottom: 0.6em;
margin-top: 0.6em;
}
h3 {
color: #000000;
font-size: 28px !important;
font-weight: 700 !important;
line-height: 32px !important;
}
h4 { font-weight: 700 !important; }
p {
color: #000000;
font-size: 20px;
font-weight: 300;
line-height: 30px;
}
p a {
color: #19a5a2;
font-weight: 700;
text-decoration: underline;
}
p a:hover {
color: #000000;
text-decoration: underline;
}
.bg-light { background-color: #ffffff !important; }
footer {
background-color: #141919;
color: #ffffff;
margin-top: 80px;
padding-top: 20px;
width: 100%;
}
footer a:hover { color: #fe2911; }
footer p { color: #ffffff; }
footer .container { padding-bottom: 10px; }
footer small {
font-size: 60%;
line-height: 1.1;
}
/* --- forms ---- */
.field-validation-error, .validation-summary-errors { color: #fe2911; }
.hidden { display: none; }
.form-signin .col-sm-6 {
flex: 0 0 100%;
margin-left: -15px;
max-width: 100%;
width: 100%;
}
form .field-group { margin-bottom: 20px; }
form label { font-weight: 600; }
#SearchTerm {
width: auto;
}
.btn-primary {
background-color: #19a5a2;
border-color: #19a5a2;
color: #fff;
}
main > .container { margin-bottom: 30px; }
.image-cta, image-cta { background-color: #f3f3f3; }
.no-padding-left { padding-left: 0; }
.no-padding-right { padding-right: 0; }
.page-link { color: #000000; } | Habitat demo/src/Project/HabitatHomeCorporate/code/Css/Corporate/habitatcorporate.css | body { font-family: 'Roboto', sans-serif; }
li.nav-item {
margin-left: 1em;
margin-right: 1em;
}
.carousel-item img {
height: 500px;
object-fit: cover;
}
.carousel-caption h2 {
color: #000000;
font-size: 5rem;
font-weight: 700;
}
.carousel-item p.lead { color: #000000; }
.card img {
height: 150px;
object-fit: cover;
}
.jumbotron, .news-heading {
background-color: #f3f6f9;
background-position: center;
background-size: cover;
}
.news-heading {
margin-bottom: 20px;
padding: 20px 0;
}
.jumbotron h1 { margin-top: 0; }
.centered-heading { padding-top: 2em; }
.featurette { margin-bottom: 2rem; }
.featurette-heading, .centered-heading h2, .news-detail h2, .search-results h2 {
color: #000000;
font-size: 36px;
font-style: normal;
font-weight: 800;
line-height: 42px;
margin-bottom: 0.4em;
}
p.lead {
color: #707070;
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 35px;
}
.btn-info {
background-color: #232323;
border: 2px solid #232323;
border-radius: 0;
padding: .9375em 2.5em;
}
.btn-info:hover {
background-color: #000000;
border: 2px solid #232323;
}
a.link_arrow:after, button.link_arrow:after {
-webkit-transition: margin .1s ease;
color: #fe2911;
content: " ➔";
display: inline-block;
margin-left: 4px;
transition: margin .1s ease;
}
a.link_arrow:not(.btn) {
color: #232323;
font-weight: 600;
}
.nav-link {
color: #000000 !important;
font-weight: 700;
text-transform: uppercase;
}
.breadcrumb {
background-color: #ffffff;
padding-left: 0;
}
.breadcrumb a {
color: #000000;
font-weight: 600;
}
.breadcrumb a:hover { color: #fe2911; }
.breadcrumb-item.active { color: #707070; }
.news-overview a, .search-results h3 a {
color: #000000 !important;
font-weight: 700;
}
.news-overview a:hover, .search-results h3 a:hover { color: #19a5a2 !important; }
.news-overview .card img { height: 400px; }
.news-overview .date, .news-heading .meta, .search-results .text-muted {
background-color: #19a5a2;
color: #ffffff !important;
display: inline-block;
padding: 5px;
}
h1 {
color: #000000;
font-size: 3.6rem !important;
font-weight: 700 !important;
line-height: 3.8rem !important;
margin-bottom: 0.6em;
margin-top: 0.6em;
}
h3 {
color: #000000;
font-size: 28px !important;
font-weight: 700 !important;
line-height: 32px !important;
}
h4 { font-weight: 700 !important; }
p {
color: #000000;
font-size: 20px;
font-weight: 300;
line-height: 30px;
}
p a {
color: #19a5a2;
font-weight: 700;
text-decoration: underline;
}
p a:hover {
color: #000000;
text-decoration: underline;
}
.bg-light { background-color: #ffffff !important; }
footer {
background-color: #141919;
color: #ffffff;
margin-top: 80px;
padding-top: 20px;
width: 100%;
}
footer a:hover { color: #fe2911; }
footer p { color: #ffffff; }
footer .container { padding-bottom: 10px; }
footer small {
font-size: 60%;
line-height: 1.1;
}
/* --- forms ---- */
.field-validation-error, .validation-summary-errors { color: #fe2911; }
.hidden { display: none; }
.form-signin .col-sm-6 {
flex: 0 0 100%;
margin-left: -15px;
max-width: 100%;
width: 100%;
}
form .field-group { margin-bottom: 20px; }
form label { font-weight: 600; }
#SearchTerm {
width: auto;
}
.btn-primary {
background-color: #19a5a2;
border-color: #19a5a2;
color: #fff;
}
main > .container { margin-bottom: 30px; }
.image-cta, image-cta { background-color: #f3f3f3; }
.no-padding-left { padding-left: 0; }
.no-padding-right { padding-right: 0; }
.page-link { color: #000000; } | 0.527803 | 0.104249 |
body{
background:#F1F4F4 !important;
min-height: 600px;
}
section{
margin-bottom: 100px;
}
.section-all{
margin-top: 200px;
}
.section-all .form-search{
margin-bottom: 200px;
}
#bg-top{
background: red;
background: -webkit-linear-gradient(bottom top, red, yellow);
background: -o-linear-gradient(bottom right, red, yellow);
background: -moz-linear-gradient(bottom right, red, yellow);
background: linear-gradient(to left, rgb(233, 65, 65), rgb(236, 203, 34));
background-size: cover;
height:410px;
}
.form-cari{
margin: 0 auto;
text-align: center;
}
.form-cari .btn-search{
border:solid 1px #FFF;
background-color: #FFF;
padding: 10px;
color: #555;
width: 70%
}
header {
position: fixed;
top: 0;
left: 0;
height: 50px;
width: 100%;
text-align: center;
z-index: 4;
}
@media only screen and (max-width: 1200px) {
header {
height: 80px;
}
}
#logo {
/* delete this property if you don't want your logo to scale down on mobile devices */
background: #FFF;
border-radius: 50%;
box-shadow: 0 1px 1px #EEE;
padding: 7px !important;
margin-top: 30px;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
@media only screen and (min-width: 1200px) {
#logo {
padding-top: 20px;
position: absolute;
/* logo left margin on Dekstop */
left: 2.4em;
top: 0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@media only screen and (max-width: 800px) {
#logo{
display: none;
}
}
#cd-hamburger-menu, #cd-cart-trigger {
position: absolute;
top: 0;
height: 100%;
}
#cd-hamburger-menu a, #cd-cart-trigger a {
width: 60px;
height: 100%;
}
#cd-hamburger-menu {
left: 0;
}
#cd-hamburger-menu a {
background: #26292f url("../img/cd-hamburger-menu.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
#cd-hamburger-menu {
display: none;
}
}
#cd-cart-trigger {
right: 0;
}
#cd-cart-trigger a {
background: #26292f url("../img/cd-cart.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
#cd-cart-trigger {
/* cart right margin on desktop */
right: 0;
}
#cd-cart-trigger a {
position: relative;
width: 100px;
border-left: none;
background-color: #26292f;
}
}
#main-nav {
position: fixed;
top: 0;
height: 100%;
width: 260px;
/* header height */
padding-top: 50px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
z-index: 3;
}
#main-nav ul li a{
transition: 0.3s all;
border:solid 1px transparent;
text-decoration: none;
}
#main-nav ul li a:hover{
box-shadow: none;
background: transparent;
border-top: solid 1px #F1CE22;
border-bottom: solid 1px #F1CE22;
color: #F1CE22;
}
@media only screen and (min-width: 768px) {
#main-nav {
width: 350px;
}
}
@media only screen and (min-width: 1200px) {
#main-nav, #cd-cart {
width: 30%;
/* header height has changed */
padding-top: 80px;
}
}
#main-nav {
left: -100%;
background: #FFF;
-webkit-transition: left 0.3s;
-moz-transition: left 0.3s;
transition: left 0.3s;
}
#main-nav.speed-in {
left: 0;
}
#main-nav ul a {
display: block;
height: 50px;
line-height: 50px;
padding: 0 1em;
border-bottom: 1px solid #e0e6ef;
}
#main-nav ul .current {
box-shadow: inset 3px 0 #F1CE22;
}
@media only screen and (min-width: 1200px) {
#main-nav {
/* reset main nav style */
position: absolute;
height: auto;
width: auto;
left: auto;
right: 8em;
padding-top: 0;
top: 0;
background: transparent;
box-shadow: none;
/* header height */
line-height: 80px;
z-index: 4;
}
#main-nav li {
display: inline-block;
margin-left: 1em;
}
#main-nav ul a {
display: inline-block;
height: auto;
line-height: 1;
padding: 1em 1.4em;
border-bottom: none;
color: rgba(255, 255, 255, 0.8);
border-radius: 0.2em;
}
#main-nav ul a.current {
box-shadow: none;
border-top: solid 1px #F1CE22;
border-bottom: solid 1px #F1CE22;
color: #F1CE22;
}
.no-touch #main-nav ul a:hover {
background: #435779;
color: #FFF;
}
}
.no-js #main-nav {
position: fixed;
}
main {
position: relative;
min-height: 100%;
background: #eeeff7;
padding-top: 70px;
z-index: 1;
}
@media only screen and (min-width: 768px) {
main {
padding-top: 90px;
}
}
@media only screen and (min-width: 1200px) {
main {
padding-top: 120px;
}
}
#cd-shadow-layer {
position: fixed;
min-height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(67, 87, 121, 0.6);
cursor: pointer;
z-index: 2;
display: none;
}
#cd-shadow-layer.is-visible {
display: block;
-webkit-animation: cd-fade-in 0.3s;
-moz-animation: cd-fade-in 0.3s;
animation: cd-fade-in 0.3s;
}
@-webkit-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/*New*/
#list-music{
background-color: #FFF;
border:solid 1px #EEE;
border-top:none;
}
.key-info{
display: block;
width: 100%;
background-color: #555;
margin-bottom: 20px;
color: #FFF
}
.key-info p{
margin: 0;
}
.key-info .src-or{
padding: 10px;
background-color: #999;
}
.music-box{
display: block;
padding: 10px;
min-height: 90px;
background: #fff;
width: 100%;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
border-radius: 2px;
margin-bottom: 30px;
}
.music-box .music-box-img{
overflow: hidden;
border-top-left-radius: 2px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 2px;
display: block;
float: left;
height: 90px;
width: 90px;
text-align: center;
font-size: 45px;
line-height: 90px;
background: rgba(0,0,0,0.2);
}
.music-box .music-box-content{
width: 100%;
min-height: 90px;
}
.music-box .music-box-content .music-top{
text-align: left;
font-size: 16px;
min-height: 50px;
}
.music-top .jdl{
font-size: 15px;
color: #AAA;
}
.music-box .music-box-content .music-bottom{
text-align: left;
font-size: 16px;
min-height: 40px;
}
.music-bottom .kbtn{
width: 100%;
border-radius: 2px;
padding: 8px;
}
.footer-play-music{
background:#FFF;
position: fixed;
bottom:0;
width: 100%;
}
.pagers{
padding: 10px;
border-top: solid 1px #EEE;
}
.btnw100{
width: 100%;
border-radius: 2px;
padding: 10px;
} | assets/css/scapi.css | body{
background:#F1F4F4 !important;
min-height: 600px;
}
section{
margin-bottom: 100px;
}
.section-all{
margin-top: 200px;
}
.section-all .form-search{
margin-bottom: 200px;
}
#bg-top{
background: red;
background: -webkit-linear-gradient(bottom top, red, yellow);
background: -o-linear-gradient(bottom right, red, yellow);
background: -moz-linear-gradient(bottom right, red, yellow);
background: linear-gradient(to left, rgb(233, 65, 65), rgb(236, 203, 34));
background-size: cover;
height:410px;
}
.form-cari{
margin: 0 auto;
text-align: center;
}
.form-cari .btn-search{
border:solid 1px #FFF;
background-color: #FFF;
padding: 10px;
color: #555;
width: 70%
}
header {
position: fixed;
top: 0;
left: 0;
height: 50px;
width: 100%;
text-align: center;
z-index: 4;
}
@media only screen and (max-width: 1200px) {
header {
height: 80px;
}
}
#logo {
/* delete this property if you don't want your logo to scale down on mobile devices */
background: #FFF;
border-radius: 50%;
box-shadow: 0 1px 1px #EEE;
padding: 7px !important;
margin-top: 30px;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
@media only screen and (min-width: 1200px) {
#logo {
padding-top: 20px;
position: absolute;
/* logo left margin on Dekstop */
left: 2.4em;
top: 0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@media only screen and (max-width: 800px) {
#logo{
display: none;
}
}
#cd-hamburger-menu, #cd-cart-trigger {
position: absolute;
top: 0;
height: 100%;
}
#cd-hamburger-menu a, #cd-cart-trigger a {
width: 60px;
height: 100%;
}
#cd-hamburger-menu {
left: 0;
}
#cd-hamburger-menu a {
background: #26292f url("../img/cd-hamburger-menu.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
#cd-hamburger-menu {
display: none;
}
}
#cd-cart-trigger {
right: 0;
}
#cd-cart-trigger a {
background: #26292f url("../img/cd-cart.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
#cd-cart-trigger {
/* cart right margin on desktop */
right: 0;
}
#cd-cart-trigger a {
position: relative;
width: 100px;
border-left: none;
background-color: #26292f;
}
}
#main-nav {
position: fixed;
top: 0;
height: 100%;
width: 260px;
/* header height */
padding-top: 50px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
z-index: 3;
}
#main-nav ul li a{
transition: 0.3s all;
border:solid 1px transparent;
text-decoration: none;
}
#main-nav ul li a:hover{
box-shadow: none;
background: transparent;
border-top: solid 1px #F1CE22;
border-bottom: solid 1px #F1CE22;
color: #F1CE22;
}
@media only screen and (min-width: 768px) {
#main-nav {
width: 350px;
}
}
@media only screen and (min-width: 1200px) {
#main-nav, #cd-cart {
width: 30%;
/* header height has changed */
padding-top: 80px;
}
}
#main-nav {
left: -100%;
background: #FFF;
-webkit-transition: left 0.3s;
-moz-transition: left 0.3s;
transition: left 0.3s;
}
#main-nav.speed-in {
left: 0;
}
#main-nav ul a {
display: block;
height: 50px;
line-height: 50px;
padding: 0 1em;
border-bottom: 1px solid #e0e6ef;
}
#main-nav ul .current {
box-shadow: inset 3px 0 #F1CE22;
}
@media only screen and (min-width: 1200px) {
#main-nav {
/* reset main nav style */
position: absolute;
height: auto;
width: auto;
left: auto;
right: 8em;
padding-top: 0;
top: 0;
background: transparent;
box-shadow: none;
/* header height */
line-height: 80px;
z-index: 4;
}
#main-nav li {
display: inline-block;
margin-left: 1em;
}
#main-nav ul a {
display: inline-block;
height: auto;
line-height: 1;
padding: 1em 1.4em;
border-bottom: none;
color: rgba(255, 255, 255, 0.8);
border-radius: 0.2em;
}
#main-nav ul a.current {
box-shadow: none;
border-top: solid 1px #F1CE22;
border-bottom: solid 1px #F1CE22;
color: #F1CE22;
}
.no-touch #main-nav ul a:hover {
background: #435779;
color: #FFF;
}
}
.no-js #main-nav {
position: fixed;
}
main {
position: relative;
min-height: 100%;
background: #eeeff7;
padding-top: 70px;
z-index: 1;
}
@media only screen and (min-width: 768px) {
main {
padding-top: 90px;
}
}
@media only screen and (min-width: 1200px) {
main {
padding-top: 120px;
}
}
#cd-shadow-layer {
position: fixed;
min-height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgba(67, 87, 121, 0.6);
cursor: pointer;
z-index: 2;
display: none;
}
#cd-shadow-layer.is-visible {
display: block;
-webkit-animation: cd-fade-in 0.3s;
-moz-animation: cd-fade-in 0.3s;
animation: cd-fade-in 0.3s;
}
@-webkit-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes cd-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/*New*/
#list-music{
background-color: #FFF;
border:solid 1px #EEE;
border-top:none;
}
.key-info{
display: block;
width: 100%;
background-color: #555;
margin-bottom: 20px;
color: #FFF
}
.key-info p{
margin: 0;
}
.key-info .src-or{
padding: 10px;
background-color: #999;
}
.music-box{
display: block;
padding: 10px;
min-height: 90px;
background: #fff;
width: 100%;
box-shadow: 0 1px 1px rgba(0,0,0,0.1);
border-radius: 2px;
margin-bottom: 30px;
}
.music-box .music-box-img{
overflow: hidden;
border-top-left-radius: 2px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 2px;
display: block;
float: left;
height: 90px;
width: 90px;
text-align: center;
font-size: 45px;
line-height: 90px;
background: rgba(0,0,0,0.2);
}
.music-box .music-box-content{
width: 100%;
min-height: 90px;
}
.music-box .music-box-content .music-top{
text-align: left;
font-size: 16px;
min-height: 50px;
}
.music-top .jdl{
font-size: 15px;
color: #AAA;
}
.music-box .music-box-content .music-bottom{
text-align: left;
font-size: 16px;
min-height: 40px;
}
.music-bottom .kbtn{
width: 100%;
border-radius: 2px;
padding: 8px;
}
.footer-play-music{
background:#FFF;
position: fixed;
bottom:0;
width: 100%;
}
.pagers{
padding: 10px;
border-top: solid 1px #EEE;
}
.btnw100{
width: 100%;
border-radius: 2px;
padding: 10px;
} | 0.351756 | 0.074601 |
.titled-pane
{
-fx-skin: "com.sun.javafx.scene.control.skin.TitledPaneSkin";
-fx-text-fill: -fx-text-base-color;
}
.titled-pane:focused
{
-fx-text-fill: white;
}
/* Accordion Tab */
.titled-pane > .title
{
-fx-background-color: -fx-box-border, -fx-inner-border, -fx-body-color;
-fx-background-insets: 0, 1, 2;
-fx-background-radius: 5 5 0 0, 4 4 0 0, 3 3 0 0;
-fx-padding: 0.166667em 0.833333em 0.25em 0.833333em; /* 2 10 3 10 */
}
.titled-pane:focused > .title
{
-fx-color: -fx-focus-color;
}
.titled-pane > .title > .arrow-button
{
-fx-background-color: null;
-fx-background-insets: 0;
-fx-background-radius: 0;
-fx-padding: 0.0em 0.25em 0.0em 0.0em; /* 0 3 0 0 */
}
.titled-pane > .title > .arrow-button .arrow
{
-fx-background-color: -fx-mark-highlight-color, -fx-mark-color;
-fx-background-insets: 1 0 -1 0, 0;
-fx-padding: 0.25em 0.3125em 0.25em 0.3125em; /* 3 3.75 3 3.75 */
-fx-shape: "M 0 0 h 7 l -3.5 4 z";
}
.titled-pane:collapsed > .title > .arrow-button .arrow
{
-fx-rotate: -90;
}
/* Accordion Interior */
.titled-pane > *.content
{
-fx-background-color:
-fx-box-border,
linear-gradient(to bottom, derive(-fx-color,-02%), derive(-fx-color,65%) 12%, derive(-fx-color,23%) 88%, derive(-fx-color,50%) 99%, -fx-box-border);
-fx-background-insets: 0, 0 1 1 1;
-fx-padding: 0.167em;
}
.titled-pane:focused > .title > .arrow-button .arrow
{
-fx-background-color: white;
}
/*
* Listview
*/
.list-cell:filled:selected:focused, .list-cell:filled:selected {
-fx-background-color: #E7AC44;
-fx-text-fill: #403F3F;
}
.list-cell:even { /* <=== changed to even */
-fx-background-color: #ECCC45;
}
.list-cell:filled:hover {
-fx-background-color: #EFE08D;
-fx-text-fill: #ECCC45;
}
/*
* Tiles
*/
.tile {
-fx-background-color: rgba(0, 0, 0, 0);
-fx-min-width: 100px;
-fx-max-height: 100px;
-fx-border-color: #333333;
}
.close-button {
-fx-alignment: center;
-fx-text-fill: #EFE08D;
-fx-background-color: #ECCC45;
-fx-font-family: "Oxygen";
-fx-font-size: 24;
} | src/application/application.css | .titled-pane
{
-fx-skin: "com.sun.javafx.scene.control.skin.TitledPaneSkin";
-fx-text-fill: -fx-text-base-color;
}
.titled-pane:focused
{
-fx-text-fill: white;
}
/* Accordion Tab */
.titled-pane > .title
{
-fx-background-color: -fx-box-border, -fx-inner-border, -fx-body-color;
-fx-background-insets: 0, 1, 2;
-fx-background-radius: 5 5 0 0, 4 4 0 0, 3 3 0 0;
-fx-padding: 0.166667em 0.833333em 0.25em 0.833333em; /* 2 10 3 10 */
}
.titled-pane:focused > .title
{
-fx-color: -fx-focus-color;
}
.titled-pane > .title > .arrow-button
{
-fx-background-color: null;
-fx-background-insets: 0;
-fx-background-radius: 0;
-fx-padding: 0.0em 0.25em 0.0em 0.0em; /* 0 3 0 0 */
}
.titled-pane > .title > .arrow-button .arrow
{
-fx-background-color: -fx-mark-highlight-color, -fx-mark-color;
-fx-background-insets: 1 0 -1 0, 0;
-fx-padding: 0.25em 0.3125em 0.25em 0.3125em; /* 3 3.75 3 3.75 */
-fx-shape: "M 0 0 h 7 l -3.5 4 z";
}
.titled-pane:collapsed > .title > .arrow-button .arrow
{
-fx-rotate: -90;
}
/* Accordion Interior */
.titled-pane > *.content
{
-fx-background-color:
-fx-box-border,
linear-gradient(to bottom, derive(-fx-color,-02%), derive(-fx-color,65%) 12%, derive(-fx-color,23%) 88%, derive(-fx-color,50%) 99%, -fx-box-border);
-fx-background-insets: 0, 0 1 1 1;
-fx-padding: 0.167em;
}
.titled-pane:focused > .title > .arrow-button .arrow
{
-fx-background-color: white;
}
/*
* Listview
*/
.list-cell:filled:selected:focused, .list-cell:filled:selected {
-fx-background-color: #E7AC44;
-fx-text-fill: #403F3F;
}
.list-cell:even { /* <=== changed to even */
-fx-background-color: #ECCC45;
}
.list-cell:filled:hover {
-fx-background-color: #EFE08D;
-fx-text-fill: #ECCC45;
}
/*
* Tiles
*/
.tile {
-fx-background-color: rgba(0, 0, 0, 0);
-fx-min-width: 100px;
-fx-max-height: 100px;
-fx-border-color: #333333;
}
.close-button {
-fx-alignment: center;
-fx-text-fill: #EFE08D;
-fx-background-color: #ECCC45;
-fx-font-family: "Oxygen";
-fx-font-size: 24;
} | 0.176636 | 0.09782 |
.appointmentMail_wrap {
width: 100%;
height: 100%;
position: relative;
background-color: #eee;
float: left;
/* padding: 0 0 50px 0; */
box-sizing: border-box;
font-size: 14px;
overflow: hidden;
}
.content {
width: 100%;
height: 100%;
position: relative;
overflow: auto;
padding-bottom: 50px;
box-sizing: border-box;
}
.basicInfo {
width: 100%;
height: 100px;
position: relative;
margin: 5px auto 0;
background-color: #fff;
padding: 5px;
box-sizing: border-box;
}
.basicInfo:nth-child(1) {
margin-top: 0;
}
.basicInfo_userInfo>div {
width: 100%;
height: 100%;
position: relative;
}
.basicInfo_userInfo1 {
width: 90%;
height: 100%;
position: relative;
float: left;
}
.basicInfo_userInfo {
width: 70%;
height: 100%;
position: relative;
float: left;
border-right: 1px solid #eee;
}
.basicInfo_addr {
width: 18%;
height: 100%;
position: relative;
float: left;
text-align: center;
line-height: 90px;
color: #666;
}
.pickUpInfo {
width: 100%;
height: auto;
position: relative;
margin: 5px auto 0;
background-color: #fff;
padding: 0 5px;
box-sizing: border-box;
}
.pickUpInfoLi {
width: 100%;
height: 40px;
line-height: 40px;
position: relative;
box-sizing: border-box;
border-bottom: 1px solid #eee;
}
.pickUpInfoLi span {
display: inline-block;
}
.pickUpInfoLi:last-child {
border-bottom: none;
}
.pickUpInfoLi input {
width: 90%;
}
.editAddr_messageBox {
width: 100%;
position: fixed;
bottom: 0;
height: 100%;
background-color: rgba(0, 0, 0, .3);
}
.editAddr_messageBox .areaBox {
width: 100%;
height: 300px;
line-height: 40px;
text-align: center;
background-color: #fff;
border-radius: 5px 5px 0 0;
position: absolute;
bottom: 0;
}
.areaBox ul {
width: 100%;
height: 100%;
}
.areaBox li {
line-height: 30px;
}
.pickUpCode img {
width: auto;
height: 100%;
position: relative;
vertical-align: middle;
background-color: #fff;
}
.uploadImg {
width: 100%;
height: auto;
min-height: 40px;
line-height: 40px;
position: relative;
box-sizing: border-box;
border-bottom: 1px solid #eee;
}
.uploadImg span {
display: inline-block;
}
.uploadImg:last-child {
border-bottom: none;
}
.uploadImg input {
width: 90%;
} | public/static/css/appointmentMail.css | .appointmentMail_wrap {
width: 100%;
height: 100%;
position: relative;
background-color: #eee;
float: left;
/* padding: 0 0 50px 0; */
box-sizing: border-box;
font-size: 14px;
overflow: hidden;
}
.content {
width: 100%;
height: 100%;
position: relative;
overflow: auto;
padding-bottom: 50px;
box-sizing: border-box;
}
.basicInfo {
width: 100%;
height: 100px;
position: relative;
margin: 5px auto 0;
background-color: #fff;
padding: 5px;
box-sizing: border-box;
}
.basicInfo:nth-child(1) {
margin-top: 0;
}
.basicInfo_userInfo>div {
width: 100%;
height: 100%;
position: relative;
}
.basicInfo_userInfo1 {
width: 90%;
height: 100%;
position: relative;
float: left;
}
.basicInfo_userInfo {
width: 70%;
height: 100%;
position: relative;
float: left;
border-right: 1px solid #eee;
}
.basicInfo_addr {
width: 18%;
height: 100%;
position: relative;
float: left;
text-align: center;
line-height: 90px;
color: #666;
}
.pickUpInfo {
width: 100%;
height: auto;
position: relative;
margin: 5px auto 0;
background-color: #fff;
padding: 0 5px;
box-sizing: border-box;
}
.pickUpInfoLi {
width: 100%;
height: 40px;
line-height: 40px;
position: relative;
box-sizing: border-box;
border-bottom: 1px solid #eee;
}
.pickUpInfoLi span {
display: inline-block;
}
.pickUpInfoLi:last-child {
border-bottom: none;
}
.pickUpInfoLi input {
width: 90%;
}
.editAddr_messageBox {
width: 100%;
position: fixed;
bottom: 0;
height: 100%;
background-color: rgba(0, 0, 0, .3);
}
.editAddr_messageBox .areaBox {
width: 100%;
height: 300px;
line-height: 40px;
text-align: center;
background-color: #fff;
border-radius: 5px 5px 0 0;
position: absolute;
bottom: 0;
}
.areaBox ul {
width: 100%;
height: 100%;
}
.areaBox li {
line-height: 30px;
}
.pickUpCode img {
width: auto;
height: 100%;
position: relative;
vertical-align: middle;
background-color: #fff;
}
.uploadImg {
width: 100%;
height: auto;
min-height: 40px;
line-height: 40px;
position: relative;
box-sizing: border-box;
border-bottom: 1px solid #eee;
}
.uploadImg span {
display: inline-block;
}
.uploadImg:last-child {
border-bottom: none;
}
.uploadImg input {
width: 90%;
} | 0.596903 | 0.084644 |
html {
background-color: #FFFFFF;
font-family: 'Montserrat', sans-serif;
}
header {
background-color: #00274c;
}
body {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
background-color: #FFFFFF;
font-family: 'Montserrat', sans-serif;
}
footer {
background-color: #FFFFFF;
}
h1 {
font-size: 70px;
line-height: 70px;
font-weight: 900;
color: #00274c;
}
h1 .smallh1 {
font-size: 0px;
line-height: 0px;
font-weight: 1;
color: #ffffff;
margin: 0px;
}
h1 a {
font-weight: 400;
color: #007CE1;
text-decoration: none;
}
h1 a:hover {
color: #01265D;
font-weight: 900;
}
h2 {
font-size: 30px;
font-weight: 400;
line-height: 25px;
color: #00274c;
}
h3 {
font-size: 15px;
line-height: 22px;
font-weight: 400;
margin: 5px;
padding: 5px;
color: #00274c;
}
h3 a {
font-weight: normal;
color: #007CE1;
text-decoration: none;
}
h3 a:hover {
font-weight: bold;
color: #01265D;
}
h4 {
font-size: 10px;
line-height: 12px;
font-weight: 400;
margin: 5px;
padding: 5px;
color: #00274c;
}
mark {
color: #00274c !important;
background-color: #FFCB05;
}
.tab {
margin-left: 40px;
}
li a {
font-weight: normal;
color: #007CE1;
text-decoration: none;
}
li a:hover {
font-weight: bold;
color: #01265D;
}
@media screen and (max-width: 480px){
h1 {
text-align: center;
font-size: 34px;
line-height: 34px;
}}
@media screen and (max-width: 480px) {
h2 {
text-align: center;
font-size: 25px;
}}
.title {
font-size: 70px;
color: #00274c;
font-weight: 900;
line-height: 50px;
padding-left: 6px;
}
@media screen and (max-width: 600px) {
.title {
font-size: 40px;
line-height: 29px;
}
}
.titlere {
font-size: 70px;
color: #00274c !important;
font-weight: 900;
line-height: 65px;
padding-left: 6px;
}
@media screen and (max-width: 600px) {
.titlere {
font-size: 40px;
line-height: 35px;
}
}
.empty-state {
display: block;
}
.emphasis {
font-size: 50px;
color: #FF0000;
font-weight: 900;
line-height: 35px;
padding-left: 6px;
text-transform: uppercase;
}
@media screen and (max-width: 600px) {
.emphasis {
font-size: 20px;
line-height: 18px;
}
}
.container {
background: #FFCB05;
color: #00274c;
border: 4px solid #00274c;
border-radius: 8px;
margin-bottom: 15px;
font-weight: normal;
}
.container h3 {
font-size: 15px;
line-height: 22px;
margin: 5px;
font-weight: 500;
font-weight: normal;
}
.container a {
color: #007CE1;
}
.container a:hover {
color: #01265D;
font-weight: bold;
}
.containerbutton {
background: #FFCB05;
color: #00274c;
border: 2px solid #00274c;
border-radius: 15px;
padding-top: 5px;
padding-bottom: 2px;
margin-right: 10px;
text-decoration: none;
display: inline-block !important;
width: 43px;
height: 36px;
}
.containerbutton:hover {
background-color: #FFFFFF;
font-weight: bold;
}
.containerre {
background: #ffffff;
color: #00274c;
border: 4px solid #00274c;
border-radius: 8px;
margin-bottom: 15px;
font-weight: normal;
}
.containerred {
background: #FF6666;
color: #00274c;
border: 4px solid #00274c;
border-radius: 8px;
margin-bottom: 15px;
font-weight: normal;
}
.grid {
display: grid;
grid-template-columns: 2% 10% 76% 10% 2%;
grid-template-rows: auto;
grid-row-gap: 10px;
grid-template-areas:
". . photo . ."
". text text text ."
". . resources . ."
}
.photo {
grid-area: photo;
}
.text {
grid-area: text;
}
.resources {
grid-area: photo;
}
.myform .entry {
background: #FFCB05;
color: #00274c;
border: 3px solid #00274c;
border-radius: 8px;
margin-bottom: 15px;
height: 30px;
width: 300px;
font-size: 20px;
padding-left: 2px;
}
.myform .entry:hover {
background: #FFFFFF;
font-weight: 700;
}
.myform .submit {
background: #FFCB05;
color: #00274c;
border: 3px solid #00274c;
border-radius: 8px;
height: 30px;
width: 100px;
font-size: 20px;
margin-bottom: 15px;
cursor: pointer;
outline: none;
text-align: center;
}
.myform .submit:hover {
background: #FFFFFF;
font-weight: 700;
}
.myformre .entryre {
background: #ffffff;
color: #00274c;
border: 3px solid #00274c;
border-radius: 8px;
margin-bottom: 15px;
height: 30px;
width: 300px;
font-size: 20px;
padding-left: 2px;
}
.myformre .entryre:hover {
background: #FFFFFF;
color: #00274c;
font-weight: 700;
}
.myformre .submitre {
background: #00274c;
color: #ffffff;
border: 3px solid #00274c;
border-radius: 8px;
height: 30px;
width: 100px;
font-size: 20px;
margin-bottom: 15px;
cursor: pointer;
outline: none;
text-align: center;
}
.myformre .submitre:hover {
background: #FFFFFF;
color: #00274c;
font-weight: 700;
}
.grecaptcha-badge {
visibility: hidden;
}
.smalltext {
font-size: 9px;
line-height: 9px;
}
.collapsible {
color: #FFFFFF;
background-color: #01265D;
cursor: pointer;
border: 1px solid #01265D;
border-radius: 8px;
text-align: left;
outline: none;
font-size: 15px;
}
.collapsible:hover {
color: #01265D;
font-weight: bold;
background-color: #FFFFFF;
}
.active {
background-color: #01265D;
}
.collapsible:after {
content: "Show more";
}
.active:after {
content: "Show less";
}
.content {
display: inline-block;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.button
{
display: inline-block;
width: 40%;
border: 3px solid #01265D;
text-align: center !important;
vertical-align: middle !important;
font-weight: 400;
background-color: #01265D;
border-radius: 8px;
color: #FED41C !important;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
margin: 5px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
overflow-x: auto;
overflow-y: hidden;
text-decoration: none;
}
.button a
{
color: #FED41C;
}
.button a:hover
{
color: #01265D !important;
font-weight: bold;
}
.button:hover
{
text-align: center !important;
font-weight: 600;
background-color: #ffffff;
border-radius: 8px;
color: #01265D !important;
}
.redbutton
{
display: inline-block;
width: 40%;
border: 3px solid #ff0000;
text-align: center !important;
vertical-align: middle !important;
font-weight: 400;
background-color: #ff0000;
border-radius: 8px;
color: #01265D !important;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
margin: 5px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
overflow-x: auto;
overflow-y: hidden;
text-decoration: none;
}
.redbutton a
{
color: #FED41C;
}
.redbutton a:hover
{
color: #ff0000 !important;
font-weight: bold;
}
.redbutton:hover
{
text-align: center !important;
font-weight: 600;
background-color: #ffffff;
border-radius: 8px;
color: #ff0000 !important;
}
.donate_button
{
display: inline-block;
width: 30%;
border: 3px solid #01265D;
text-align: center !important;
vertical-align: middle !important;
font-weight: 400;
background-color: #01265D;
border-radius: 8px;
color: #FED41C !important;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
margin: 5px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
overflow-x: auto;
overflow-y: hidden;
text-decoration: none;
}
.donate_button a
{
color: #FED41C;
}
.donate_button a:hover
{
color: #01265D !important;
font-weight: bold;
}
.donate_button:hover
{
text-align: center !important;
font-weight: 600;
background-color: #ffffff;
border-radius: 8px;
color: #01265D !important;
}
.red_donate_button
{
display: inline-block;
width: 30%;
border: 3px solid #ff0000;
text-align: center !important;
vertical-align: middle !important;
font-weight: 400;
background-color: #ff0000;
border-radius: 8px;
color: #01265D !important;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
margin: 5px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
overflow-x: auto;
overflow-y: hidden;
text-decoration: none;
}
.red_donate_button a
{
color: #FED41C;
}
.red_donate_button a:hover
{
color: #ff0000 !important;
font-weight: bold;
}
.red_donate_button:hover
{
text-align: center !important;
font-weight: 600;
background-color: #ffffff;
border-radius: 8px;
color: #ff0000 !important;
}
.bcontainer {
background: #FFCB05;
color: #00274c;
border: 4px solid #00274c;
border-radius: 8px;
margin-bottom: 15px;
font-weight: normal;
}
.a {
text-align: left;
}
.image {
display: inline-block;
vertical-align: top;
height: 120px;
width: auto;
padding-right: 35px;
float: left;
}
.more {
display: inline-block;
width: 40%;
@media (max-width: 620px) {
width: 100%;
padding-left: 25px;
float: left;
}
.navbar {
overflow: hidden;
background-color: #333;
position: fixed;
top: 0;
width: 100%;
}
.navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.navbar a:hover {
background: #ddd;
color: black;
}
/* The actual timeline (the vertical ruler) */
.timeline {
position: relative;
max-width: 1200px;
margin: 0 auto;
}
/* The actual timeline (the vertical ruler) */
.timeline::after {
content: '';
position: absolute;
width: 6px;
background-color: white;
top: 0;
bottom: 0;
left: 50%;
margin-left: -3px;
}
/* Container around content */
.timelinecontainer {
padding: 10px 40px;
position: relative;
background-color: inherit;
width: 50%;
}
/* The circles on the timeline */
.timelinecontainer::after {
content: '';
position: absolute;
width: 25px;
height: 25px;
right: -17px;
background-color: white;
border: 4px solid #FF9F55;
top: 15px;
border-radius: 50%;
z-index: 1;
}
/* Place the container to the left */
.left {
left: 0;
}
/* Place the container to the right */
.right {
left: 50%;
}
/* Add arrows to the left container (pointing right) */
.left::before {
content: " ";
height: 0;
position: absolute;
top: 22px;
width: 0;
z-index: 1;
right: 30px;
border: medium solid white;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent white;
}
/* Add arrows to the right container (pointing left) */
.right::before {
content: " ";
height: 0;
position: absolute;
top: 22px;
width: 0;
z-index: 1;
left: 30px;
border: medium solid white;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;
}
/* Fix the circle for containers on the right side */
.right::after {
left: -16px;
}
/* The actual content */
.timelinecontent {
padding: 20px 30px;
background-color: white;
position: relative;
border-radius: 6px;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
.timeline::after {
left: 31px;
}
/* Full-width containers */
.timelinecontainer {
width: 100%;
padding-left: 70px;
padding-right: 25px;
}
/* Make sure that all arrows are pointing leftwards */
.timelinecontainer::before {
left: 60px;
border: medium solid white;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;
}
/* Make sure all circles are at the same spot */
.left::after, .right::after {
left: 15px;
}
/* Make all right containers behave like the left ones */
.right {
left: 0%;
} | main.css | html {
background-color: #FFFFFF;
font-family: 'Montserrat', sans-serif;
}
header {
background-color: #00274c;
}
body {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
background-color: #FFFFFF;
font-family: 'Montserrat', sans-serif;
}
footer {
background-color: #FFFFFF;
}
h1 {
font-size: 70px;
line-height: 70px;
font-weight: 900;
color: #00274c;
}
h1 .smallh1 {
font-size: 0px;
line-height: 0px;
font-weight: 1;
color: #ffffff;
margin: 0px;
}
h1 a {
font-weight: 400;
color: #007CE1;
text-decoration: none;
}
h1 a:hover {
color: #01265D;
font-weight: 900;
}
h2 {
font-size: 30px;
font-weight: 400;
line-height: 25px;
color: #00274c;
}
h3 {
font-size: 15px;
line-height: 22px;
font-weight: 400;
margin: 5px;
padding: 5px;
color: #00274c;
}
h3 a {
font-weight: normal;
color: #007CE1;
text-decoration: none;
}
h3 a:hover {
font-weight: bold;
color: #01265D;
}
h4 {
font-size: 10px;
line-height: 12px;
font-weight: 400;
margin: 5px;
padding: 5px;
color: #00274c;
}
mark {
color: #00274c !important;
background-color: #FFCB05;
}
.tab {
margin-left: 40px;
}
li a {
font-weight: normal;
color: #007CE1;
text-decoration: none;
}
li a:hover {
font-weight: bold;
color: #01265D;
}
@media screen and (max-width: 480px){
h1 {
text-align: center;
font-size: 34px;
line-height: 34px;
}}
@media screen and (max-width: 480px) {
h2 {
text-align: center;
font-size: 25px;
}}
.title {
font-size: 70px;
color: #00274c;
font-weight: 900;
line-height: 50px;
padding-left: 6px;
}
@media screen and (max-width: 600px) {
.title {
font-size: 40px;
line-height: 29px;
}
}
.titlere {
font-size: 70px;
color: #00274c !important;
font-weight: 900;
line-height: 65px;
padding-left: 6px;
}
@media screen and (max-width: 600px) {
.titlere {
font-size: 40px;
line-height: 35px;
}
}
.empty-state {
display: block;
}
.emphasis {
font-size: 50px;
color: #FF0000;
font-weight: 900;
line-height: 35px;
padding-left: 6px;
text-transform: uppercase;
}
@media screen and (max-width: 600px) {
.emphasis {
font-size: 20px;
line-height: 18px;
}
}
.container {
background: #FFCB05;
color: #00274c;
border: 4px solid #00274c;
border-radius: 8px;
margin-bottom: 15px;
font-weight: normal;
}
.container h3 {
font-size: 15px;
line-height: 22px;
margin: 5px;
font-weight: 500;
font-weight: normal;
}
.container a {
color: #007CE1;
}
.container a:hover {
color: #01265D;
font-weight: bold;
}
.containerbutton {
background: #FFCB05;
color: #00274c;
border: 2px solid #00274c;
border-radius: 15px;
padding-top: 5px;
padding-bottom: 2px;
margin-right: 10px;
text-decoration: none;
display: inline-block !important;
width: 43px;
height: 36px;
}
.containerbutton:hover {
background-color: #FFFFFF;
font-weight: bold;
}
.containerre {
background: #ffffff;
color: #00274c;
border: 4px solid #00274c;
border-radius: 8px;
margin-bottom: 15px;
font-weight: normal;
}
.containerred {
background: #FF6666;
color: #00274c;
border: 4px solid #00274c;
border-radius: 8px;
margin-bottom: 15px;
font-weight: normal;
}
.grid {
display: grid;
grid-template-columns: 2% 10% 76% 10% 2%;
grid-template-rows: auto;
grid-row-gap: 10px;
grid-template-areas:
". . photo . ."
". text text text ."
". . resources . ."
}
.photo {
grid-area: photo;
}
.text {
grid-area: text;
}
.resources {
grid-area: photo;
}
.myform .entry {
background: #FFCB05;
color: #00274c;
border: 3px solid #00274c;
border-radius: 8px;
margin-bottom: 15px;
height: 30px;
width: 300px;
font-size: 20px;
padding-left: 2px;
}
.myform .entry:hover {
background: #FFFFFF;
font-weight: 700;
}
.myform .submit {
background: #FFCB05;
color: #00274c;
border: 3px solid #00274c;
border-radius: 8px;
height: 30px;
width: 100px;
font-size: 20px;
margin-bottom: 15px;
cursor: pointer;
outline: none;
text-align: center;
}
.myform .submit:hover {
background: #FFFFFF;
font-weight: 700;
}
.myformre .entryre {
background: #ffffff;
color: #00274c;
border: 3px solid #00274c;
border-radius: 8px;
margin-bottom: 15px;
height: 30px;
width: 300px;
font-size: 20px;
padding-left: 2px;
}
.myformre .entryre:hover {
background: #FFFFFF;
color: #00274c;
font-weight: 700;
}
.myformre .submitre {
background: #00274c;
color: #ffffff;
border: 3px solid #00274c;
border-radius: 8px;
height: 30px;
width: 100px;
font-size: 20px;
margin-bottom: 15px;
cursor: pointer;
outline: none;
text-align: center;
}
.myformre .submitre:hover {
background: #FFFFFF;
color: #00274c;
font-weight: 700;
}
.grecaptcha-badge {
visibility: hidden;
}
.smalltext {
font-size: 9px;
line-height: 9px;
}
.collapsible {
color: #FFFFFF;
background-color: #01265D;
cursor: pointer;
border: 1px solid #01265D;
border-radius: 8px;
text-align: left;
outline: none;
font-size: 15px;
}
.collapsible:hover {
color: #01265D;
font-weight: bold;
background-color: #FFFFFF;
}
.active {
background-color: #01265D;
}
.collapsible:after {
content: "Show more";
}
.active:after {
content: "Show less";
}
.content {
display: inline-block;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
.button
{
display: inline-block;
width: 40%;
border: 3px solid #01265D;
text-align: center !important;
vertical-align: middle !important;
font-weight: 400;
background-color: #01265D;
border-radius: 8px;
color: #FED41C !important;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
margin: 5px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
overflow-x: auto;
overflow-y: hidden;
text-decoration: none;
}
.button a
{
color: #FED41C;
}
.button a:hover
{
color: #01265D !important;
font-weight: bold;
}
.button:hover
{
text-align: center !important;
font-weight: 600;
background-color: #ffffff;
border-radius: 8px;
color: #01265D !important;
}
.redbutton
{
display: inline-block;
width: 40%;
border: 3px solid #ff0000;
text-align: center !important;
vertical-align: middle !important;
font-weight: 400;
background-color: #ff0000;
border-radius: 8px;
color: #01265D !important;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
margin: 5px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
overflow-x: auto;
overflow-y: hidden;
text-decoration: none;
}
.redbutton a
{
color: #FED41C;
}
.redbutton a:hover
{
color: #ff0000 !important;
font-weight: bold;
}
.redbutton:hover
{
text-align: center !important;
font-weight: 600;
background-color: #ffffff;
border-radius: 8px;
color: #ff0000 !important;
}
.donate_button
{
display: inline-block;
width: 30%;
border: 3px solid #01265D;
text-align: center !important;
vertical-align: middle !important;
font-weight: 400;
background-color: #01265D;
border-radius: 8px;
color: #FED41C !important;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
margin: 5px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
overflow-x: auto;
overflow-y: hidden;
text-decoration: none;
}
.donate_button a
{
color: #FED41C;
}
.donate_button a:hover
{
color: #01265D !important;
font-weight: bold;
}
.donate_button:hover
{
text-align: center !important;
font-weight: 600;
background-color: #ffffff;
border-radius: 8px;
color: #01265D !important;
}
.red_donate_button
{
display: inline-block;
width: 30%;
border: 3px solid #ff0000;
text-align: center !important;
vertical-align: middle !important;
font-weight: 400;
background-color: #ff0000;
border-radius: 8px;
color: #01265D !important;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
margin: 5px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
overflow-x: auto;
overflow-y: hidden;
text-decoration: none;
}
.red_donate_button a
{
color: #FED41C;
}
.red_donate_button a:hover
{
color: #ff0000 !important;
font-weight: bold;
}
.red_donate_button:hover
{
text-align: center !important;
font-weight: 600;
background-color: #ffffff;
border-radius: 8px;
color: #ff0000 !important;
}
.bcontainer {
background: #FFCB05;
color: #00274c;
border: 4px solid #00274c;
border-radius: 8px;
margin-bottom: 15px;
font-weight: normal;
}
.a {
text-align: left;
}
.image {
display: inline-block;
vertical-align: top;
height: 120px;
width: auto;
padding-right: 35px;
float: left;
}
.more {
display: inline-block;
width: 40%;
@media (max-width: 620px) {
width: 100%;
padding-left: 25px;
float: left;
}
.navbar {
overflow: hidden;
background-color: #333;
position: fixed;
top: 0;
width: 100%;
}
.navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.navbar a:hover {
background: #ddd;
color: black;
}
/* The actual timeline (the vertical ruler) */
.timeline {
position: relative;
max-width: 1200px;
margin: 0 auto;
}
/* The actual timeline (the vertical ruler) */
.timeline::after {
content: '';
position: absolute;
width: 6px;
background-color: white;
top: 0;
bottom: 0;
left: 50%;
margin-left: -3px;
}
/* Container around content */
.timelinecontainer {
padding: 10px 40px;
position: relative;
background-color: inherit;
width: 50%;
}
/* The circles on the timeline */
.timelinecontainer::after {
content: '';
position: absolute;
width: 25px;
height: 25px;
right: -17px;
background-color: white;
border: 4px solid #FF9F55;
top: 15px;
border-radius: 50%;
z-index: 1;
}
/* Place the container to the left */
.left {
left: 0;
}
/* Place the container to the right */
.right {
left: 50%;
}
/* Add arrows to the left container (pointing right) */
.left::before {
content: " ";
height: 0;
position: absolute;
top: 22px;
width: 0;
z-index: 1;
right: 30px;
border: medium solid white;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent white;
}
/* Add arrows to the right container (pointing left) */
.right::before {
content: " ";
height: 0;
position: absolute;
top: 22px;
width: 0;
z-index: 1;
left: 30px;
border: medium solid white;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;
}
/* Fix the circle for containers on the right side */
.right::after {
left: -16px;
}
/* The actual content */
.timelinecontent {
padding: 20px 30px;
background-color: white;
position: relative;
border-radius: 6px;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
.timeline::after {
left: 31px;
}
/* Full-width containers */
.timelinecontainer {
width: 100%;
padding-left: 70px;
padding-right: 25px;
}
/* Make sure that all arrows are pointing leftwards */
.timelinecontainer::before {
left: 60px;
border: medium solid white;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;
}
/* Make sure all circles are at the same spot */
.left::after, .right::after {
left: 15px;
}
/* Make all right containers behave like the left ones */
.right {
left: 0%;
} | 0.390708 | 0.097648 |
@charset "utf-8"; /*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block
}
audio, canvas, video {
display: inline-block;
*display:inline;
*zoom:1
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden] {
display:none
}
html {
font-size: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
html, button, input, select, textarea {
font-family: sans-serif
}
body {
margin: 0
}
a:focus {
outline: thin dotted
}
a:active, a:hover {
outline: 0
}
h1 {
font-size: 2em;
margin: .67em 0
}
h2 {
font-size: 1.5em;
margin: .83em 0
}
h3 {
font-size: 1.17em;
margin: 1em 0
}
h4 {
font-size: 1em;
margin: 1.33em 0
}
h5 {
font-size: .83em;
margin: 1.67em 0
}
h6 {
font-size: .67em;
margin: 2.33em 0
}
abbr[title] {
border-bottom: 1px dotted
}
b, strong {
font-weight: 700
}
blockquote {
margin: 1em 40px
}
dfn {
font-style: italic
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0
}
mark {
background: #ff0;
color: #000
}
p, pre {
margin: 1em 0
}
code, kbd, pre, samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word
}
q {
quotes: none
}
q:before, q:after {
content: '';
content: none
}
small {
font-size: 80%
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -.5em
}
sub {
bottom: -.25em
}
dl, menu, ol, ul {
margin: 1em 0
}
dd {
margin: 0 0 0 40px
}
menu, ol, ul {
padding: 0 0 0 40px
}
nav ul, nav ol {
list-style: none;
list-style-image: none
}
img {
border: 0;
-ms-interpolation-mode: bicubic
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 0
}
form {
margin: 0
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
legend {
border: 0;
padding: 0;
white-space: normal;
*margin-left:-7px
}
button, input, select, textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align:middle
}
button, input {
line-height: normal
}
button, select {
text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
*overflow:visible
}
button[disabled], html input[disabled] {
cursor: default
}
input[type=checkbox], input[type=radio] {
box-sizing: border-box;
padding: 0;
*height:13px;
*width:13px
}
input[type=search] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
overflow: auto;
vertical-align: top
}
table {
border-collapse: collapse;
border-spacing: 0
}
body {
margin: 0 auto;
padding: 0;
background: #fbfbfb;
color: #666;
font: 12px '';
text-align: center
}
body>div {
margin-right: auto;
margin-left: auto;
text-align: center
}
div, form, ul, ol, li, span, p, dl, dt, dd, img, header, section, footer, nav, figure, figcaption, article {
margin: 0;
padding: 0;
border: 0
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-size: 12px;
font-weight: 400
}
ul, ol, li {
list-style: none
}
table, td, input, textarea {
font-size: 12px
}
header, section, footer, nav, figure, figcaption, article {
display: block
}
a {
color: #333;
text-decoration: none
}
a:hover {
color: #C00;
text-decoration: underline
}
h2 {
text-align: right
}
h2 span {
float: left;
font-weight: 700
}
.clear, .area, .pp, .pt {
zoom: 1
}
.show {
display: block
}
.hidden {
display: none
}
.hand {
cursor: pointer
}
.pp, .pt, .list12 ul, .list14 ul, .area {
width: 100%;
margin: 0 auto
}
.pp:after, .pt:after, .area:after, .clear:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
clear: both
}
.pp {
text-align: center
}
.pp img {
display: block;
margin: 0 auto
}
.pp span {
display: block
}
.pt {
color: #666;
line-height: 20px;
text-align: left
}
.pt div {
float: left;
margin: 0 10px 0 0
}
.pt p {
clear: none
}
.list14 li, .list12 li {
padding: 3px 0;
color: #333;
font-size: 12px;
line-height: 16px;
text-align: left
}
.list14 li {
padding: 4px 0;
font-size: 14px
}
.left, .center, .l, .right, .r {
display: inline;
float: left
}
.right, .r {
float: right
}
.fontArial {
font-family: Arial
}
.b {
font-weight: 700
}
.blank5, .blank8 {
height: 5px;
font-size: 1px
}
.blank8 {
height: 8px
}
.more {
text-align: right
}
.area {
width: 980px
}
li.nodot {
background: none!important;
padding-left: 0!important
}
body {
background: #fff;
min-width: 980px
}
em, i {
font-style: normal
}
a, a * {
cursor: pointer
}
select, input, img {
vertical-align: middle
}
img {
display: inline-block
}
textarea {
resize: none
}
.icon-arrow {
display: inline-block;
*display:inline;
*zoom:1;
height: 0;
line-height: 0;
width: 0;
vertical-align: middle;
border-width: 3px;
border-style: solid;
margin-left: 3px;
border-color: #CCC #FFF #FFF;
_overflow: hidden
}
#toolbar {
width: 100%;
background: #f3f3f3;
color: #333;
line-height: 25px;
position: relative;
z-index: 10001;
font-family: \5FAE\8F6F\96C5\9ED1;
padding-top: 5px
}
#toolbar #login {
line-height: 21px
}
.toolbar {
position: relative;
z-index: 100000;
color: #D5D5D5
}
.toolbar .flow {
overflow: hidden;
margin-left: 5px;
_display: inline
}
.toolbar a.user {
filter: alpha(opacity=100);
opacity: 1
}
.toolbar .l {
position: relative;
_padding-top: 5px;
width: 270px;
text-align: left;
white-space: nowrap
}
.toolbar .l .yqhy i {
width: 51px;
height: 18px;
display: inline-block;
background: url(../images/top_icon_2.png) no-repeat -36px 0;
_background: url(../images/top_icon_2_ie6.png) no-repeat -36px 0;
font-style: normal;
text-align: center;
line-height: 18px;
color: #fff
}
.toolbar .l a {
margin-right: 10px
}
.toolbar .digtao {
width: 180px;
height: 52px;
background: url(../images/top_icon_2.png) no-repeat -87px 0;
_background: url(../images/top_icon_2_ie6.png) no-repeat -87px 0;
position: absolute;
right: 145px;
top: 25px
}
.toolbar a {
filter: alpha(opacity=100);
opacity: 1;
color: #666;
*display:inline;
*zoom:1
}
.toolbar a:hover {
filter: alpha(opacity=100);
opacity: 1;
color: #e02f2f;
text-decoration: none
}
.toolbar .digtao a.clo {
width: 15px;
height: 15px;
position: absolute;
right: 4px;
top: 9px;
display: inline-block
}
.toolbar .digtao a.img {
width: 35px;
height: 35px;
position: absolute;
left: 10px;
top: 11px;
display: inline-block
}
.toolbar .digtao a.txt {
position: absolute;
left: 53px;
top: 12px;
font-size: 14px
}
.toolbar .right {
color: #D5D5D5
}
.toolbar .right span {
color: #666
}
#tblogin, #prologin {
line-height: 22px;
_margin-top: -4px;
_float: left
}
.toolbar #tblogin .user, .toolbar #prologin .user {
color: #E12E2F
}
.toolbar .right em {
color: #D5D5D5
}
.toolbar .right em .maxuser {
height: 30px;
overflow: hidden;
vertical-align: top;
*vertical-align:middle;
max-width: 180px;
display: inline-block
}
.toolbar .msg-num {
background: url(../images/msgs.png) no-repeat -18px 0;
color: #fff;
width: 20px;
height: 13px;
display: inline-block;
padding-left: 2px;
text-align: center;
*zoom:1
}
.toolbar .msg-tips {
position: absolute;
top: 25px;
left: 685px;
background-color: #fffca9;
border: 1px solid #ece0ba;
padding: 5px 30px 5px 12px;
max-width: 225px;
color: #333;
border-radius: 3px;
text-align: left
}
.toolbar .msg-tips a {
color: #1582bd;
text-decoration: underline
}
.toolbar .msg-tips .up-arr {
position: absolute;
background: url(../images/msgs.png) no-repeat -7px 0;
width: 11px;
height: 6px;
top: -6px;
left: 88px
}
.toolbar .msg-tips .close-tips {
background: url(../images/msgs.png) no-repeat 0 0;
width: 7px;
height: 7px;
top: 5px;
right: 5px;
position: absolute;
cursor: pointer
}
.toolbar .msg {
line-height: 13px
}
.toolbar .msg-tips span {
display: block;
max-height: 46px;
height: auto!important;
overflow: hidden;
cursor: pointer
}
.dropdown {
display: inline-block;
*display:inline;
*zoom:1;
position: relative;
position: relative;
border: 1px solid transparent;
border-bottom: 0;
_border: 0;
_padding-top: 5px
}
.dropdown.open {
color: #e02f2f;
background: #fff;
border-bottom: 0;
*z-index:999
}
.dropdown .arrow-down {
-webkit-transition: -webkit-transform ease .3s;
-moz-transition: -moz-transform ease .3s;
-webkit-transform-origin: 3px 1.5px;
-moz-transform-origin: 3px 1.5px
}
.dropdown.open .arrow-down {
border-color: #CCC #fff #fff;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg)
}
.dropdown-menu {
border: 1px solid #999;
position: absolute;
top: 100%;
min-width: 100%;
_width: 100%;
left: -1px;
display: none;
background: #fff;
z-index: 9999;
text-align: left
}
.dropdown-menu li {
line-height: 24px
}
.dropdown.open .dropdown-menu {
display: block
}
.dropdown-menu li a {
color: #333;
display: block;
padding-left: 8px;
text-decoration: none;
*width:100%
}
.dropdown-menu li a:hover {
background: #f0f0f0
}
.dropdown.open a {
color: #e02f2f
}
.dropdown.open a:hover {
_color: #e02f2f
}
.toolbar .dropdown.open a {
filter: alpha(opacity=100);
opacity: 1
}
.toolbar .dropdown-menu a {
color: #333
}
.web-focus {
padding-bottom: 0;
position: relative;
height: 25px;
*height:32px;
_height: 0
}
.web-focus a {
text-decoration: none;
cursor: default
}
.web-focus .icon-mid {
vertical-align: text-bottom;
*vertical-align:middle;
margin-right: 5px
}
.web-focus a:hover {
_color: #e02f2f
}
.web-focus .dropdown-menu {
padding-bottom: 5px;
_width: 138px;
_overflow: hidden
}
.web-focus .dropdown-menu a {
color: #1582bd;
*width:112px;
cursor: pointer
}
.web-focus .dropdown-menu li {
padding-left: 8px
}
.web-focus .dropdown-menu li iframe {
margin: 0;
*display:block
}
.zhe_intro .dropdown-menu {
*width:110px;
*overflow:hidden
}
.sign_panel .dropdown-menu {
_top: 39px
}
.myzhe .username {
height: 22px;
display: inline-block;
position: relative;
z-index: 10000;
border: 1px solid #f3f3f3
}
.myzhe.open {
background: 0 0
}
.myzhe.open .username em {
position: absolute;
bottom: -5px;
width: 100%;
height: 5px;
font: 0/0 "";
background: #fff;
left: 0
}
.myzhe .username a {
color: #E12E2F
}
.myzhe .username .icon-arrow {
margin-left: 5px;
margin-top: 2px
}
.myzhe .dropdown-menu {
background: #fff;
background: rgba(255,255,255,.95);
box-shadow: 0 0 5px #d4d4d4;
border: 0;
width: 160px;
padding: 5px 10px;
left: 0;
border: 1px solid #e5e5e5
}
.myzhe .dropdown-menu li {
width: 80px;
float: left
}
.myzhe .dropdown-menu li a {
text-align: center;
padding: 0
}
.myzhe .dropdown-menu li a:hover {
background: #ee4743;
border-radius: 3px;
color: #fff
}
.myzhe .username .icon-arrow, .myzhe.open .username em, .myzhe.open .dropdown-menu {
display: none
}
.tooltip {
position: absolute;
z-index: 1000
}
.tooltip .tooltip-arrow {
position: absolute;
width: 11px;
height: 7px;
z-index: 999;
margin-top: -1px;
left: 50%;
margin-left: -5px;
_overflow: hidden
}
.tooltip .tooltip-arrow {
background: url(../images/bdsj.png) no-repeat -175px -25px
}
.tooltip .tooltip-content {
border: 1px solid #c9c9c9;
font-size: 12px;
background: #fffbeb;
color: #666;
padding: 2px 10px;
line-height: 20px;
position: relative;
width: 195px;
text-align: left
}
.tooltip .tooltip-content a {
color: #09c
}
.tooltip .tooltip-content .close {
background: url(../images/bdsj.png) no-repeat -202px -4px;
position: absolute;
width: 10px;
height: 10px;
cursor: pointer;
top: 2px;
right: 3px;
_overflow: hidden;
display: block
}
.toolbar .icon-level {
filter: alpha(opacity=100);
opacity: 1
}
.icon-level {
display: inline-block;
*display:inline;
*zoom:1;
width: 16px;
height: 12px;
background: url(../images/level.png) no-repeat;
vertical-align: middle;
margin: -2px 5px 0
}
.icon-level.level1 {
background-position: -30px 0
}
.icon-level.level2 {
background-position: -60px 0
}
.icon-level.level3 {
background-position: -90px 0
}
.icon-level.level4 {
background-position: -120px 0
}
.icon-level.level5 {
background-position: -150px 0
}
.toolbar .flow, .toolbar .right em {
color: #ccc
}
.toolbar .right em {
color: #ccc
}
.toolbar .right .cart i {
width: 16px;
height: 14px;
background: url(../images/icon13.png) 0 0 no-repeat;
display: inline-block;
vertical-align: middle;
overflow: hidden;
margin-top: -3px
}
.toolbar .right .cart .count {
color: #cf201c
}
.mycol_msg {
width: 125px;
height: 24px;
line-height: 24px;
position: absolute;
top: 30px;
right: 270px;
background: #fffbeb;
border: 1px solid #c9c9c9;
text-align: left;
text-indent: 12px;
color: #955d35
}
.mycol_msg span {
background: url(../images/icon8.png) -5px -38px;
cursor: pointer;
display: block;
height: 10px;
position: absolute;
right: 5px;
top: 5px;
width: 10px;
overflow: hidden
}
.mycol_msg span:hover {
background-position: -5px -6px
}
.mycol_msg em {
background: url(../images/tb_co.png) -289px 0;
_background: url(../images/tb_co_ie6.png) -289px 0;
display: block;
height: 7px;
position: absolute;
left: 80px;
top: -7px;
width: 11px;
overflow: hidden
}
.toolbar .right .phone-qrcode-down {
display: inline-block;
*display:inline;
*zoom:1;
position: relative
}
.toolbar .right .phone-qrcode-down .dropdown-menu {
width: 155px;
min-width: 155px;
height: 180px;
border: 0;
left: -60px;
text-align: center;
color: #000;
font-family: "微软雅黑";
font-size: 14px
}
.toolbar .right .phone-qrcode-down .dropdown-menu a {
display: block;
width: 155px;
height: 155px;
background: url(../images/58051_qrcode.png)
}
.toolbar .right .phone-qrcode-down.open .dropdown-menu {
display: block
}
.icon-mini {
width: 11px;
height: 11px;
position: absolute
}
.icon-mini, .icon-mid {
background: url(../images/icon_head.png) no-repeat;
display: inline-block;
*display:inline;
*zoom:1;
_background-image: url(../images/icon_head_ie6.png)
}
.icon-mini.icon-new {
background-position: 0 0
}
.icon-mini.icon-hot {
background-position: -15px 0
}
.icon-mid {
width: 16px;
height: 16px
}
.icon-mid.icon-clt {
background-position: -20px -42px
}
header {
width: 100%;
background: #FFF;
height: 50px;
overflow: hidden;
padding-top: 22px
}
header div.l {
overflow: hidden;
height: 34px
}
header div.l img {
vertical-align: top
}
footer img {
margin: 0 5px;
border: 1px solid #c3bfbe;
display: inline-block
}
.head_nav .r_con .dropdown-menu a {
border-right: 0
}
.dropdown.sign_panel {
border: 0;
background: 0 0;
*z-index:999
}
.dialog-wrapper .diginfo em {
margin-left: 5px
}
.dialog-wrapper .diginfo u {
float: left;
width: 18px;
height: 18px;
overflow: hidden;
background: url(../images/msg.png)
}
.dialog-wrapper .diginfo u.m0 {
background: 0 0;
display: none
}
.dialog-wrapper .diginfo u.m1 {
background-position: 0 0
}
.dialog-wrapper .diginfo u.m2 {
background-position: 0 -18px
}
.i_btn {
border-top: 1px solid #eea236;
border-bottom: 1px solid #eea236;
float: left;
text-align: center;
margin-top: 1px
}
.i_btn a {
border-left: 1px solid #eea236;
border-right: 1px solid #eea236;
margin: 0 -1px;
float: left;
color: #fff;
background: #f0ad4e;
text-decoration: none;
height: 26px;
line-height: 26px;
position: relative
}
.i_btn a:hover {
color: #fff;
text-decoration: none
}
.gint {
border: 1px solid #bbb;
height: 18px;
padding: 3px;
line-height: 18px
}
.gbtn {
border: 0;
background: 0 0;
cursor: pointer;
padding: 0
}
.gfail1, .gfail2, .gfail3 {
display: inline-block;
vertical-align: middle;
background: url(../images/icon2.png) -100px -100px no-repeat;
width: 26px;
height: 26px;
margin-right: 10px;
overflow: hidden
}
.gfail1 {
background-position: 0 -26px
}
.gfail2 {
background-position: 0 0
}
.gfail3 {
background-position: 0 -52px
}
.gfails1, .gfails2, .gfails3, .gfails4 {
display: inline-block;
vertical-align: middle;
background: url(../images/icon3.png) -100px -100px no-repeat;
width: 16px;
height: 17px;
margin-right: 4px;
overflow: hidden
}
.gfails1 {
background-position: 0 -17px
}
.gfails2 {
background-position: 0 0
}
.gfails3 {
background-position: 0 -34px
}
.gfails4 {
background: url(../images/icon13.png) 0 -42px no-repeat;
width: 18px;
height: 18px
}
.dialog-wrapper {
border: 5px solid #b2b2b2;
width: 624px;
position: absolute;
z-index: 100000;
background: #fff
}
.dialog-wrapper span.close {
background: url(../images/btn1.png) -21px -32px no-repeat;
cursor: pointer;
display: none;
height: 10px;
position: absolute;
right: 10px;
top: 10px;
width: 10px
}
#loginpanel .close, .closeblock span.close, .beizhudialog span.close {
display: inline-block
}
.dialog-wrapper a:hover span.close {
background-position: -33px -32px
}
.dialog-wrapper h4 {
background: #F7F7F7;
border-bottom: 1px solid #E5E5E5;
border-radius: 10px 10px 0 0;
color: #333;
font: 14px/40px "宋体";
padding: 0 20px;
text-align: left
}
.dialog-wrapper .submit {
text-align: right;
border-top: 1px solid #e5e5e5;
padding: 10px 0
}
.dialog-wrapper .submit .gbtn {
height: 32px;
background: url(../images/btn1.png) 0 -49px;
font: 14px/32px "宋体";
margin-right: 15px;
text-decoration: none;
display: inline-block;
vertical-align: middle;
text-align: center
}
.dialog-wrapper .submit .btn1 {
width: 100px;
color: #fff
}
.dialog-wrapper .submit .btn2 {
width: 68px;
background-position: 0 -81px
}
.dialog-wrapper .submit .btn3 {
width: 100px;
background-position: 0 -145px
}
.dialog-wrapper .submit .btn4 {
width: 68px;
background-position: 0 -113px;
color: #fff
}
.dialog-wrapper .submit .i_btn {
float: none;
display: inline-block;
width: auto;
margin-right: 15px;
font-size: 14px;
border: 0
}
.dialog-wrapper .submit .i_btn a {
padding: 3px 20px;
display: inline-block;
border: 0
}
.i_btn1 {
border-color: #d62a2a
}
.i_btn1 a, .i_btn1 a:hover {
background: #e02f2f;
border-color: #d62a2a
}
.i_btn2 {
border-color: #ccc
}
.i_btn2 a, .i_btn2 a:hover {
background: #ebebeb;
border-color: #ccc;
color: #333
}
.msgbox {
width: auto;
border-radius: 0
}
.msgbox .diginfo {
padding: 5px
}
.msgbox span.close {
display: none
}
.collection {
background: #FFFBEB;
border: 5px solid #E6E6E6;
width: 410px
}
.collection span.close {
display: inline-block
}
.collection .diginfo {
background: #FFFBEB;
border: 5px solid #E6E6E6;
padding: 10px 20px
}
#loginpanel {
width: 450px;
border-radius: 0;
border: 0
}
.sidepanel {
width: 66px;
bottom: 0;
margin-top: -120px;
left: 50%;
margin-left: 507px;
position: fixed;
_position: absolute;
z-index: 1000;
background: #fbfbfb;
_top:expression(315 + documentElement.scrollTop +"px")
}
.sidepanel .list {
width: 66px;
zoom: 1;
overflow: hidden;
border-bottom: 1px solid #e6e6e6
}
.sidepanel .list li {
width: 66px;
height: 64px;
overflow: hidden;
float: left
}
.sidepanel .list li a {
background: url(../images/sideicon2.png) no-repeat;
float: left;
width: 66px;
height: 20px;
padding: 42px 0 2px;
line-height: 20px;
color: #999;
font-family: "微软雅黑"
}
.sidepanel .list li a:hover, .sidepanel .list .i1.on a, .sidepanel .list .i2.on a {
color: #e02f2f;
line-height: 20px;
text-decoration: none
}
.sidepanel .list .i1 {
display: none
}
.sidepanel .list .i1 a {
background-position: 0 0
}
.sidepanel .list .i1 a:hover {
background-position: -66px 0
}
.sidepanel .list .i2 a {
background-position: 0 -64px
}
.sidepanel .list .i2 a:hover {
background-position: -66px -64px
}
.sidepanel .list .i3 a {
background-position: 0 -128px
}
.sidepanel .list .i3 a:hover {
background-position: -66px -128px
}
.sidepanel .list .i4 a {
background-position: 0 -192px
}
.sidepanel .list .i4 a:hover {
background-position: -66px -192px
}
.sidepanel .tips {
border: 1px solid #b1b1b1;
position: absolute;
padding: 10px 15px;
background: #fff;
width: 254px;
border-radius: 10px;
box-shadow: 0 0 7px #D5D5D5;
left: -302px;
top: -32px;
float: left
}
.sidepanel .on, .feedbackpanel span.close {
display: block
}
.sidepanel .tips sup {
overflow: hidden;
font: 0/0 '';
position: absolute;
top: 50px;
right: -14px;
background: url(../images/icon6.png) -14px 0 no-repeat;
width: 14px;
height: 27px
}
.sidepanel .close {
height: 10px;
position: absolute;
right: 10px;
top: 10px;
width: 10px
}
.sidepanel .close a {
background: url(../images/btn1.png) -21px -32px no-repeat;
width: 10px;
height: 10px;
float: left
}
.sidepanel .close a:hover {
background-position: -33px -32px
}
.sidepanel .tips .list12 {
text-align: left;
width: 100%
}
.sidepanel .tips .list12 h4 {
color: #666;
font-weight: 700;
line-height: 30px
}
.sidepanel .tips .list12 li {
width: 244px;
background: url(../images/sidebg1.png) no-repeat 0 12px;
padding-left: 10px;
line-height: 20px
}
.sidepanel .tips .list12 .last {
text-align: right;
background: 0 0
}
.sidepanel .tips .list12 .last a {
color: #428bca
}
.sidepanel .list .i5 {
width: 0
}
.sidepanel .list .i5 .close {
position: absolute;
top: 255px;
left: 106px;
width: 10px;
height: 19px;
padding: 0;
border: 0;
z-index: 10001;
background: 0 0
}
.sidepanel .list .i5 .five_twocode {
position: absolute;
top: 257px;
left: 0;
padding: 0;
width: 120px;
height: 136px
}
.sidepanel .list .i5 .five_twocode img {
cursor: default
}
.feedbackpanel {
width: 570px;
padding: 25px 25px 0;
text-align: left;
min-height: 350px;
_height: 350px
}
.feedbackpanel h4 {
height: 58px;
background: url(../images/feedback_logo.png) no-repeat 0 0;
line-height: 500px;
overflow: hidden;
border: 0
}
.feedbackpanel .submit {
text-align: center;
margin: 0 -25px;
display: none;
border-top: 0
}
.feedbackpanel .submit .i_btn a {
padding: 3px 40px
}
.feedbackpanel .hd {
background: url(../images/sidebg3.png);
line-height: 31px
}
.feedbackpanel .txt textarea {
width: 98%;
height: 54px;
color: #999
}
.feedbackpanel li {
margin-bottom: 20px
}
.feedbackpanel .inp i {
color: #e02f2f
}
.feedbackpanel .inp .gint {
width: 340px;
color: #999
}
.feedbackpanel .suc {
font: 14px/30px "宋体";
text-align: center;
padding: 20px 0
}
.feedbackpanel .suc p {
font: 18px/30px "微软雅黑"
}
.feedbackpanel.dialog-wrapper .diginfo {
padding: 0;
border: 0
}
.feedbackpanel select, input, img {
vertical-align: middle
}
.feedbackpanel .suc {
font: 14px/30px "宋体";
text-align: center;
padding: 20px 0
}
.feedbackpanel .suc p {
font: 18px/30px "微软雅黑"
}
.feedbackpanel ul li.exch_cont {
display: none
}
.feedbackpanel ul li.tip_consultin_img div {
width: 100%;
height: 220px;
background: url(../images/feedback_consult_demo.jpg) 0 0 no-repeat
}
.feedbackpanel ul li.tip_consultin span {
color: #00f
}
.feedbackpanel ul li.tip_business span, .feedbackpanel ul li.tip_consult a, .feedbackpanel ul li.tip_sign a, .feedbackpanel ul li.tip_emergency a {
color: red
}
.dialog-wrapper {
-webkit-animation: showSweetAlert .3s;
-moz-animation: showSweetAlert .3s;
animation: showSweetAlert .3s
}
@-webkit-keyframes showSweetAlert {
0% {
-webkit-transform:scale(0.7)
}
45% {
-webkit-transform:scale(1.05)
}
80% {
-webkit-tranform:scale(0.95)
}
100% {
-webkit-transform:scale(1)
}
}
@-moz-keyframes showSweetAlert {
0% {
-moz-transform:scale(0.7)
}
45% {
-moz-transform:scale(1.05)
}
80% {
-moz-tranform:scale(0.95)
}
100% {
-moz-transform:scale(1)
}
}
@keyframes showSweetAlert {
0% {
transform:scale(0.7)
}
45% {
transform:scale(1.05)
}
80% {
transform:scale(0.95)
}
100% {
transform:scale(1)
}
}
.signupnewbox {
}
.signupnewbox h3, .signupnewbox ul li.txt {
text-align: right;
line-height: 30px;
margin: 0 auto;
width: 257px
}
.signupnewbox h3 span, .signupnewbox ul li.txt span {
float: left
}
.signupnewbox h3 a {
color: #ec1611;
text-decoration: underline
}
.signupnewbox ul li.txt {
padding: 10px 0
}
.signupnewbox ul li.txt a {
color: #a9a9a9
}
.signupnewbox ul {
margin: 0 auto;
width: 257px
}
.signupnewbox ul li {
line-height: 20px;
float: left;
margin-top: 8px;
position: relative;
width: 257px
}
.signupnewbox ul label {
width: 68px;
position: absolute;
top: 2px;
left: 2px;
height: 20px;
background: #fff;
padding-top: 8px
}
.signupnewbox ul div {
border: 1px solid #cacaca;
float: left;
color: #999;
height: 20px;
width: 150px;
padding: 9px 34px 9px 71px;
line-height: 20px
}
.signupnewbox ul div input {
width: 150px;
padding: 0;
background: #fff;
border: 0;
height: 20px;
line-height: 20px;
color: #999;
outline: 0
}
.signupnewbox ul input.focus {
color: #333
}
.signupnewbox ul ins {
width: 20px;
height: 20px;
background: url(../images/v1icon4.png) no-repeat -100px -100px #fff;
position: absolute;
top: 2px;
right: 2px;
border-width: 8px 8px 0 4px;
border-style: solid;
border-color: #fff
}
.signupnewbox ul .warn1 ins {
background-position: 0 -40px
}
.signupnewbox ul .warn2 ins {
background-position: 0 0
}
.signupnewbox ul .warn2 div {
border-color: #ec1611;
border-width: 2px;
padding: 8px 33px 8px 70px
}
.signupnewbox ul .warn3 ins {
background-position: 0 -20px
}
.signupnewbox ul li.captcha_box div {
padding: 9px 34px 9px 15px;
width: 50px
}
.signupnewbox ul li.captcha_box div input {
width: 70px
}
.signupnewbox ul li.captcha_box a {
margin-left: 12px;
background: url(../images/v1icon4.png) 0 -60px;
border: 1px solid #cacaca;
height: 38px;
float: left;
width: 142px;
text-decoration: none;
line-height: 38px;
color: #666
}
.signupnewbox ul li.captcha_box a.disabled {
background: #ececec;
color: #999;
cursor: default;
cursor: no-drop
}
.signupnewbox ul li.captcha_box input {
width: 70px;
background-position: 0 -56px;
height: 20px;
line-height: 20px
}
.signupnewbox ul li.captcha_box img {
vertical-align: middle;
cursor: pointer;
margin-left: 12px;
border: 1px solid #cacaca;
width: 93px;
float: left
}
.signupnewbox ul li.captcha_box a.captRefash {
background: 0 0;
border: 0;
width: 36px;
color: #ec1611;
outline: 0
}
.signupnewbox ul li.captcha_box.warn2 div {
padding: 8px 33px 8px 14px
}
.signupnewbox ul li .err {
color: #ec1611;
text-align: left;
line-height: 20px;
padding-left: 4px;
padding-top: 4px;
width: 253px;
float: left
}
.signupnewbox ul li .err a {
color: #09c;
text-decoration: underline
}
.signupnewbox ul li input.change {
color: #333
}
.signupnewbox ul li.btn {
margin-top: 18px
}
.signupnewbox ul li.btn input {
background: #ec1611;
border: 0;
color: #fff;
cursor: pointer;
height: 35px;
margin: 0;
width: 100%
}
.signupnewbox ul li.btn input:hover {
opacity: .9
}
.signupnewbox ul li.voice_code {
text-align: left
}
#dialog_log_qiandao, #dialog_reg_qiandao {
border: 8px solid #3d3d3d \9;
border: 8px rgba(0,0,0,.4) solid;
font-size: 12px;
font-family: "宋体";
background: 0 0;
width: 336px
}
#dialog_log_qiandao .close, #dialog_log_qiandao .close:hover, #dialog_reg_qiandao .close, #dialog_reg_qiandao .close:hover {
background: url(../images/login_dialog_icons.png) no-repeat -177px -12px;
width: 15px;
height: 15px;
right: 12px;
top: 12px;
-webkit-transform: rotate(0deg);
-webkit-transition: all ease-in-out 100ms;
display: block
}
#dialog_log_qiandao .close:hover {
-webkit-transform: rotate(90deg);
-webkit-transition: all ease-in-out 100ms
}
#dialog_log_qiandao .close:hover, #dialog_reg_qiandao .close:hover {
-webkit-transform: rotate(90deg);
-webkit-transition: all ease-in-out 100ms
}
#dialog_log_qiandao .diginfo, #dialog_reg_qiandao .diginfo {
background: #fff;
border: 1px solid #c9caca;
margin: 0;
padding: 24px 0 0
}
.qd_login {
width: 334px;
border: 0
}
.qd_login a, .qd_login a:hover {
color: #ec1611;
padding: 0
}
.qd_login a.reglink {
text-decoration: underline;
position: absolute;
right: 0;
top: 0;
line-height: 30px
}
.qd_login .hc {
background: #fff;
padding: 0
}
.qd_login .hc form {
position: relative
}
.qd_login .hc h3, .qd_login .hc ul {
width: 257px;
padding: 0;
float: none;
margin: 0 auto;
text-align: left;
font-size: 12px;
line-height: 30px
}
.qd_login .hc h3 {
color: #595757;
font-weight: 400;
position: relative
}
.qd_login .hc li {
padding-top: 10px
}
.qd_login .hc li input {
width: 235px;
height: 20px;
padding: 6px 10px;
background: #fff;
border: 0;
font-size: 12px;
line-height: 20px;
color: #595757;
border: 1px solid #c9caca;
outline: 0;
vertical-align: top;
margin-top: 12px
}
.qd_login .hc li.captcha_box_new img {
vertical-align: middle;
cursor: pointer;
margin-left: 26px;
margin-top: 15px
}
#ppLogin_qd ul li.valuetwo input.gphcode {
width: 138px;
margin-top: 12px;
padding: 6px 10px
}
.qd_login .hc ul li.valuetwo input.getdphcode {
width: 85px;
border: 1px solid #ccc;
margin-left: 10px;
text-align: center;
padding: 6px 0;
margin-top: 12px;
background-color: #F9F9F9;
cursor: pointer
}
.qd_login .hc ul li input.getdphcode-btn {
display: none;
height: 34px
}
.qd_login .hc ul li.valuetwo input.getdphcode-btn {
display: inline-block
}
.qd_login .hc li.btn {
font-size: 12px
}
.qd_login .hc li.btn input {
width: 100%;
border: 0;
height: 35px;
margin: 0;
background: #ec1611;
cursor: pointer;
font-size: 12px;
color: #fff
}
.qd_login .hc li.btn a {
margin-left: 15px
}
.qd_login .hc li.tb {
padding-top: 20px
}
.qd_login .hc li.captcha_box input {
width: 80px;
background-position: 0 -56px
}
.qd_login .hc li.captcha_box img {
vertical-align: middle;
cursor: pointer;
margin-left: 26px
}
.qd_login .ologintip {
position: relative;
color: #ec1611;
padding: 10px 0
}
.qd_login .ologintip .error_msg {
color: #ec1611;
border: 1px solid #ff6c6c;
display: none;
background-color: #fff5f8
}
.qd_login .ologintip .error_msg em {
background: url(../images/icon15_1.png) no-repeat 0 -38px;
width: 17px;
height: 17px;
display: inline-block;
vertical-align: middle;
margin: 0 9px 3px 11px
}
.qd_login .ologintip .error_msg span {
color: #ff6c6c
}
.qd_login .ologintip #pperrmsg {
color: #ec1611
}
.qd_login .ologintip #pperrmsg .comfir_mail {
color: #09c;
cursor: pointer;
text-decoration: underline
}
.qd_login .ologintip a.forgetPwd {
position: absolute;
right: 0;
top: 10px;
line-height: 30px
}
.qd_login .ologintip span {
color: #a9a9a9
}
.qd_login .ologintip i {
width: 26px;
height: 12px;
background: url(../images/login_dialog_icons.png) no-repeat -170px -37px;
display: block;
position: absolute;
bottom: 0;
left: 80px
}
.qd_login .sf {
height: 70px;
background: #f5f5f5;
margin: 0;
border: 0
}
.qd_login .sf .sf_content {
width: 257px;
margin: 0 auto;
padding: 17px 0
}
.qd_login .sf p {
height: auto;
margin: 0
}
.qd_login .sf p.more_logina {
width: 80px;
float: right;
margin-top: -8px
}
.qd_login .sf p.more_logina a, .qd_login .sf a.qq i {
background: url(../images/login_dialog_icons.png) no-repeat 0 0;
width: 26px;
height: 26px;
display: inline-block
}
.qd_login .sf p.more_logina a {
float: left;
margin-right: 10px;
padding: 0
}
.qd_login .sf p.more_logina .baidu {
background-position: -62px -2px
}
.qd_login .sf p.more_logina .sina {
background-position: -92px -2px
}
.qd_login .sf p.more_logina .taobao {
background-position: -61px -29px
}
.qd_login .sf p.more_logina .renren {
background-position: -92px -29px
}
.qd_login .sf p.more_logina.hidden {
display: block;
visibility: hidden
}
.qd_login .sf p.more_logina.hidden a {
-webkit-transform: scale(0);
-webkit-transition: all ease-in-out .5s;
opacity: 0
}
.qd_login .sf p.more_logina a {
-webkit-transform: scale(1);
-webkit-transition: all ease-in-out .5s;
opacity: 1
}
.qd_login .sf a {
width: auto;
height: auto;
background: 0 0;
text-indent: 0;
margin: 0
}
.qd_login .sf a:hover {
text-decoration: none
}
.qd_login .sf a.qq {
width: 92px;
height: 35px;
display: inline-block;
float: left;
line-height: 35px;
background: 0 0;
margin: 0;
text-indent: 0;
overflow: hidden
}
.qd_login .sf a.qq i {
width: 35px;
height: 35px;
margin: 0;
background-position: -5px -4px;
display: block;
float: left
}
.qd_login .sf a.qq span, .qd_login .morela span {
color: #a9a9a9
}
.qd_login .sf a.morela {
float: left;
display: inline-block;
margin: 10px 0 0 15px;
background: 0 0;
margin: 0
}
.qd_login .sf a.morela span {
font-size: 14px;
margin-left: 20px;
line-height: 35px
}
.toolbar .minicart {
_padding-top: 0
}
.toolbar .minicart.open .dropdown-menu {
display: block
}
.toolbar .minicart .cart {
height: 22px;
display: inline-block;
padding: 0 8px;
position: relative;
z-index: 10000;
border: 1px solid #fff
}
.toolbar .minicart.open .cart {
background: rgba(255,255,255,.95);
border: 0;
box-shadow: 0 0 5px #d4d4d4;
border: 1px solid #e5e5e5
}
.toolbar .minicart.open .cart em {
position: absolute;
bottom: -5px;
width: 100%;
height: 5px;
font: 0/0 "";
background: #fff;
left: 0
}
.toolbar .minicart .cart a {
color: #E12E2F
}
.toolbar .minicart .dropdown-menu {
border: 1px solid #999;
z-index: 9999;
top: 100%;
position: absolute;
display: none;
background: #fff;
background: rgba(255,255,255,.95);
box-shadow: 0 0 5px #d4d4d4;
border: 0;
width: 280px;
_width: 280px;
padding: 10px;
left: -100px;
border: 1px solid #e5e5e5
}
.toolbar .minicart .dropdown-menu .txt {
color: #666;
text-align: center;
border-bottom: 1px solid #f0f0f0;
padding-bottom: 6px
}
.toolbar .minicart .dropdown-menu .submit {
text-align: center;
padding-top: 6px;
line-height: 28px
}
.toolbar .minicart .dropdown-menu .submit i {
margin-left: 10px;
color: #666
}
.toolbar .minicart .dropdown-menu .submit em {
color: #999
}
.toolbar .minicart .dropdown-menu .submit b {
color: #e12e2f
}
.toolbar .minicart .dropdown-menu .clickbtn {
border-top: 1px solid #d62a2a;
border-bottom: 1px solid #d62a2a;
text-align: center;
display: inline-block;
vertical-align: middle
}
.toolbar .minicart .dropdown-menu .clickbtn a {
border-left: 1px solid #d62a2a;
border-right: 1px solid #d62a2a;
margin: 0 -1px;
float: left;
color: #fff;
background: #e02f2f;
text-decoration: none;
height: 26px;
line-height: 26px;
position: relative;
padding: 0 5px
}
.toolbar .minicart .dropdown-menu .clickbtn a:hover {
color: #fff;
text-decoration: none
}
.toolbar .minicart .dropdown-menu li {
width: 280px;
float: left;
padding-bottom: 10px;
text-align: left
}
.toolbar .minicart .dropdown-menu li a {
padding-left: 0
}
.toolbar .minicart .dropdown-menu li a:hover {
background: 0 0
}
.toolbar .minicart .dropdown-menu li .pic {
width: 50px;
height: 50px;
float: left;
margin-right: 6px
}
.toolbar .minicart .dropdown-menu li .pic img {
width: 50px;
height: 50px
}
.toolbar .minicart .dropdown-menu .title {
width: 144px;
color: #999;
line-height: 24px;
overflow: hidden;
height: 48px;
float: left;
text-align: left
}
.toolbar .minicart .dropdown-menu li h3 {
width: 144px;
height: 24px;
overflow: hidden;
line-height: 24px
}
.toolbar .minicart .dropdown-menu li h3 a {
color: #666
}
.toolbar .minicart .dropdown-menu li h3 a:hover {
text-decoration: underline
}
.toolbar .minicart .dropdown-menu .r {
width: 80px;
height: 48px;
overflow: hidden;
text-align: right;
line-height: 24px
}
.toolbar .minicart .dropdown-menu .r b {
font-family: "微软雅黑";
color: #e12e2f
}
.toolbar .minicart .dropdown-menu .r b em {
color: #666
}
.toolbar .minicart .dropdown-menu .r a {
color: #999;
display: inline
}
.toolbar .minicart .dropdown-menu .r a:hover {
color: #e12e2f
}
#ppLogin_qd ul li.valuetwo input.gphcode {
width: 138px;
margin-top: 12px;
padding: 6px 10px
}
.qd_login .hc ul li.valuetwo input.getdphcode {
width: 85px;
border: 1px solid #ccc;
margin-left: 10px;
text-align: center;
padding: 6px 0;
margin-top: 12px;
background-color: #F9F9F9;
cursor: pointer
}
.qd_login .hc ul li input.getdphcode-btn {
display: none;
height: 34px
}
.qd_login .hc ul li.valuetwo input.getdphcode-btn {
display: inline-block
}
.qd_login a.pperrmsgcl {
color: #009ACC
}
.qd_login .hc li.captcha_box_new input {
width: 70px
}
.qd_login .hc li.captcha_box_new img {
cursor: pointer;
margin-left: 26px;
margin-top: 12px
}
.qd_login .hc li.captcha_box img {
margin-top: 12px
}
.qd_login .hc li.token input {
height: 20px;
line-height: 20px;
padding: 4px 10px;
vertical-align: middle;
width: 80px;
background-position: 0 -56px
}
.qd_login .hc li.token img {
margin-left: 18px;
margin-top: 12px;
border: 1px solid #c9caca;
width: 80px;
height: 26px;
vertical-align: middle
}
.qd_login .hc li.token {
padding-top: 0
}
.qd_login .hc ul li a.captRefash, .qd_login .hc ul li a.captRefash:hover {
padding: 16px 0 0;
line-height: 18px;
vertical-align: middle;
text-decoration: none;
outline: 0;
display: inline-block;
float: right
}
.toolbar .minicart .cart {
border: 0
}
.cartdialog {
width: 430px
}
.dialog-thin {
width: 300px
}
.dialog-thin span.close {
display: block;
background: url(../images/login_dialog_icons.png) no-repeat -176px -11px;
width: 15px;
height: 15px
}
.dialog-thin .submit {
text-align: center;
padding-bottom: 30px
}
.dialog-thin .submit .i_btn2 {
margin-right: 0
}
.dialog-thin a:hover span.close {
background-position: -176px -11px
}
.cartdialog .submit {
border-top: 0
}
.cartdialog h4 {
background: 0 0
}
.cartdialog .tips {
padding: 40px 40px 40px 80px;
text-align: left;
font: 14px/24px "微软雅黑";
color: #333
}
.cartdialog .tips i {
float: left;
margin-left: -35px;
margin-right: 0
}
.cartdialog .tips a {
color: #428bca
}
.cartdialog .tips p {
color: #666
}
.cartdialog .suctxt {
margin-top: 10px
}
.cartdialog .suctxt .i_btn {
margin: 0 10px 0 0
}
.cartdialog .suctxt .i_btn a {
color: #fff;
padding: 0 10px
}
.cartdialog .recommend {
border-top: 1px #c2c2c2 dotted;
margin: 0 20px;
text-align: left
}
.cartdialog .recommend .hd {
line-height: 30px
}
.cartdialog .recommend ul {
padding-bottom: 20px;
margin-right: -10px;
float: left
}
.cartdialog .recommend ul li {
float: left;
width: 90px;
margin-right: 10px;
line-height: 20px
}
.cartdialog .recommend ul li img {
width: 90px;
height: 60px
}
.cartdialog .recommend ul li a {
color: #666
}
.cartdialog .recommend ul li .title {
height: 40px;
overflow: hidden
}
.cartdialog .recommend ul li .money b {
color: #e02f2f
}
.cartdialog .notepad {
padding: 30px 40px 10px;
font: 14px/24px "微软雅黑"
}
.toolbar {
padding-bottom: 8px
}
header .order_r {
float: right;
background: url(../images/step.png) 0 0 no-repeat;
width: 296px;
height: 18px;
margin-top: 8px
}
#cart .title {
border-bottom: 2px solid #e01914;
padding: 12px 0;
line-height: 26px;
text-align: left;
color: #999
}
#cart .title .l {
font: 20px/26px "微软雅黑";
margin-right: 20px;
color: #333
}
#cart .title .righti {
width: 428px;
height: 21px;
background: url(../images/icon10_new.png) no-repeat;
float: right;
margin-top: 4px
}
#cart .title .txt {
color: #666;
width: 980px;
padding: 10px 0;
float: left
}
#cart .title .txt .r {
font: 14px/26px "微软雅黑"
}
#cart .title .txt .r em {
float: left;
margin-left: 20px
}
#cart .title .txt .r em i {
width: 24px;
height: 24px;
float: left;
background: url(../images/icon4.png) no-repeat;
margin-right: 6px;
margin-top: 1px
}
#cart .title .txt .r .e1 i {
background-position: 0 0
}
#cart .title .txt .r .e2 i {
background-position: -34px 0
}
#cart .title .txt .r .e3 i {
background-position: -68px 0
}
#cart .title .txt .r a {
color: #333
}
#cart .title .txt .r a:hover {
color: #e11e19
}
#cart .title .count {
color: #f20000;
margin-left: 4px;
font-family: Arial
}
#cart .fulltips .count {
color: #e11e19
}
#cart .title a, #cart .fulltips a, .itemlist .item .hd .r a {
color: #428bca
}
.itemlist .item .hd .r {
cursor: pointer
}
#cart .fulltips {
background: #fff9e6;
text-align: left;
padding: 10px 15px
}
.itemlist .head {
padding: 12px 0;
line-height: 20px
}
.itemlist .head p {
font-weight: 700;
float: left;
text-align: center;
color: #333
}
.itemlist .head .all {
width: 38px;
position: relative;
text-align: center
}
.itemlist .head .all span {
position: absolute;
top: 0;
left: 40px;
width: 40px;
text-align: left
}
.itemlist .head .all span a {
color: #333
}
.itemlist .head .all span a:hover {
color: #e11e19
}
.itemlist .checkbox, .submitbox .checkbox {
width: 13px;
height: 13px;
display: block;
margin-top: 3px;
overflow: hidden;
padding-left: 16px;
_padding-left: 11px
}
.itemlist .head .all .checkbox {
_padding-left: 0
}
.itemlist .checkbox label, .submitbox .checkbox label {
width: 13px;
height: 13px;
background: url(../images/icon13.png) 0 -14px no-repeat;
float: left;
cursor: pointer
}
.itemlist .checkbox input, .submitbox .checkbox input {
position: relative;
top: -200%;
left: -200%;
opacity: 0;
filter: alpha(opacity=0)
}
.itemlist .on label, .submitbox .on label {
background-position: 0 -27px
}
.itemlist .head .products {
padding: 0;
text-indent: 150px;
width: 444px;
text-align: left
}
.itemlist .head .price {
width: 162px
}
.itemlist .head .number {
width: 180px
}
.itemlist .head .money {
width: 80px
}
.itemlist .head .operation {
width: 74px;
text-align: center
}
.itemlist .item {
width: 980px;
float: left;
padding-bottom: 20px
}
.itemlist .item .hd {
width: 980px;
float: left;
padding: 8px 0;
line-height: 24px
}
.itemlist .item table {
border: 1px solid #e7e7e7
}
.itemlist .item table tr td {
border-bottom: 1px solid #eee
}
.itemlist .item .hd .cb {
float: left;
width: 40px
}
.itemlist .item .hd .cb .checkbox {
margin-top: 6px
}
.itemlist .item .hd .name {
float: left;
padding-right: 5px
}
.itemlist .item .hd .openqq {
margin: 0 10px 0 4px;
float: left
}
.itemlist .item .hd .discount-rule {
margin-right: 8px
}
.itemlist .item .hd .type {
border: 1px solid #e11e19;
background: #e11e19;
float: left;
line-height: 16px;
padding: 0 4px;
margin-top: 3px;
color: #fff
}
.itemlist .item .hd .type i {
background: #e11e19;
padding: 0 4px;
color: #fff;
margin-right: 4px;
float: left;
display: none
}
.itemlist .item .hd .r span {
margin-right: 10px
}
.itemlist .item .hd .r .co1 {
color: #f60
}
.itemlist .item .hd .r .co2 {
color: #e11e19
}
.itemlist .item .hd .l a {
float: left
}
.itemlist .item .hd .l a:hover {
text-decoration: none;
color: #ff6767
}
.itemlist .item .hd .l a i {
background: url(../images/dprk.png) no-repeat;
width: 24px;
height: 14px;
float: left;
position: relative;
top: 5px
}
.itemlist .item table tr {
transition: background-color .1s ease-in 0s;
background: #fff
}
.itemlist .item table tr td {
padding: 15px 0
}
.itemlist .item table .cb {
width: 38px
}
.itemlist .item tr .checkbox {
padding-left: 15px;
_padding-left: 10px
}
.itemlist .item table tr.item-selected {
transition: background-color .2s ease-out 0s;
background: #fcfcfc;
}
.itemlist .item .products {
width: 444px;
line-height: 20px;
padding: 0;
text-align: left
}
.itemlist .item .products figure img {
width: 80px;
height: 80px;
margin-right: 10px;
float: left;
margin-top: 4px;
border: 1px solid #fefefe
}
.itemlist .item .products h3 {
width: 182px;
float: left;
margin-right: 38px;
height: 90px;
overflow: hidden;
word-wrap: break-word;
word-break: break-all
}
.itemlist .item .products h3 a {
margin-top: 3px;
max-height: 60px;
overflow: hidden;
display: block;
_height: 60px;
margin-bottom: 23px;
}
.itemlist .item table a {
color: #666
}
.itemlist .item table a:hover {
color: #e11e19
}
.itemlist .item .products .type {
height: 80px;
float: left;
width: 95px;
padding: 0 20px 0 5px;
border: 1px dashed #fff
}
.itemlist .item tr.item-selected .products .type {
border-color: #fff9e6;
color: #9c9c9c;
}
.itemlist .item tr.item-hover .products .type {
border-color: #dbebfe
}
.itemlist .item tr.item-hover .products .on, .itemlist .item tr.item-hover .products .active {
border-color: #f60
}
.itemlist .item tr.no-skunum .products .type, .itemlist .item tr.no-skunum .products .on, .itemlist .item tr.no-skunum .products .active {
border-color: transparent;
_border-width: 0
}
.itemlist .item .products .type .icon-wrapper {
position: relative
}
.itemlist .item .products .type .icon-sku-edit {
display: none;
position: absolute;
right: -22px;
_right: 0;
top: -1px;
width: 13px;
height: 16px;
color: #fff;
cursor: pointer;
background: #f60;
padding: 2px 4px 0;
line-height: 1;
text-indent: -999px;
overflow: hidden;
background: transparent url(../images/icon_pencil.png) no-repeat;
_background: 0 0;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://i4.tuanimg.com/cart/asset/../images/icon_pencil.png")
}
.itemlist .item .products .on .icon-sku-edit, .itemlist .item .products .active .icon-sku-edit {
display: block;
right: -21px;
_right: 0;
width: 26px;
text-indent: 0;
background: #f60;
background-position: 0 -16px;
_background: 0 0
}
.itemlist .item tr.item-hover .products .type .icon-sku-edit {
display: block
}
.itemlist .item tr.no-skunum .products .type .icon-sku-edit {
display: none
}
.itemlist .item .products .type .nubA {
display: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none
}
.itemlist .item .products .type .nubA a {
color: #428bca
}
.itemlist .item .products .on .nubA, .itemlist .item .products .active .nubA {
position: relative;
display: block
}
.itemlist .item .products .active .nubA .block {
background: #fff;
border: 1px solid #ddd;
position: absolute;
top: -20px;
left: 0;
z-index: 99;
box-shadow: 2px 2px 2px rgba(102,102,102,.2)
}
.itemlist .item .products .active .nubA .nl {
padding: 20px 10px 10px 20px;
background: #fff;
min-width: 230px;
_width: 230px;
height: auto;
min-height: 120px;
_height: 120px;
border-right: 1px solid #ddd;
margin-right: 131px;
_margin-right: 131px;
float: left
}
.itemlist .item .products .active .sku-selector .prop-2-wrapper {
clear: left
}
.itemlist .item .products .active .nubA .block .color li, .itemlist .item .products .active .nubA .block .size li {
border: 1px solid #ccc;
float: left;
margin-right: 6px;
padding: 1px;
background: #fff;
margin-bottom: 5px;
line-height: 24px
}
.itemlist .item .products .active .nubA .block .color li a, .itemlist .item .products .active .nubA .block .size li a {
padding: 2px 8px;
text-decoration: none;
text-align: center;
line-height: 24px;
background: #fff;
text-transform: uppercase;
white-space: nowrap;
vertical-align: top;
float: left
}
.itemlist .item .products .active .nubA .block .color li a {
height: 24px;
padding: 2px
}
.itemlist .item .products .active .nubA .block .color li img, {
vertical-align:top;
width:24px;
height:24px
}
.itemlist .item .products .active .nubA .block .color li.cur, .itemlist .item .products .active .nubA .block .size li.cur {
border-color: #e02f2f
}
.itemlist .item .products .active .nubA .block .color li.no, .itemlist .item .products .active .nubA .block .size li.no {
border-color: #e8e8e8
}
.itemlist .item .products .active .nubA .block .color li.no a, .itemlist .item .products .active .nubA .block .size li.no a {
color: #666;
-ms-filter: "alpha(Opacity=30)";
filter: alpha(opacity=30);
opacity: .3
}
.itemlist .item .products .active .nubA .nl dl {
margin-bottom: 10px;
*margin-bottom:14px
}
.itemlist .item .products .active .nubA dt {
float: left;
line-height: 24px
}
.itemlist .item .products .active .nubA dd {
display: table;
font-family: Arial;
*float:left
}
.itemlist .item .products .active .nubA .block a {
color: #666
}
.itemlist .item .products .active .nubA .corner {
position: absolute;
left: 0
}
.itemlist .item .products .active .nubA .corner em.arrow-back {
position: absolute;
content: "\25C6";
left: 10px;
top: -11px;
*top:-10px;
_top: -9px;
width: 10px;
height: 10px;
font-family: Arial;
font-style: normal;
line-height: 20px;
font-size: 20px;
color: #ccc
}
.itemlist .item .products .active .nubA .corner em.arrow-front {
position: absolute;
left: 10px;
top: -10px;
*top:-9px;
_top: -8px;
width: 10px;
height: 10px;
font-family: Arial;
font-style: normal;
line-height: 20px;
font-size: 20px;
color: #fff
}
.itemlist .item .products .active .nubA aside {
position: absolute;
top: 0;
right: 0;
padding: 25px 15px
}
.itemlist .item .products .active .nubA aside img {
width: 100px;
height: 100px
}
.itemlist .item .products .active .nubA .submit {
padding-left: 36px;
*padding-top:15px;
float: left;
width: 194px
}
.itemlist .item .products .active .nubA .submit span a {
float: left;
line-height: 22px;
width: 40px;
text-decoration: none;
text-align: center;
border: 1px solid
}
.itemlist .item .products .active .nubA .submit .gbtn1 a {
color: #fff;
background: #e11e19;
border-color: #e11e19;
margin-right: 10px;
display: inline
}
.itemlist .item .products .active .nubA .submit .gbtn1 a.disabled {
color: #aaa;
background: #eee;
border-color: #ccc;
margin-right: 10px;
display: inline
}
.itemlist .item .products .active .nubA .submit .gbtn2 a {
color: #666;
background: #fff;
border-color: #ccc
}
.itemlist .item .price {
width: 162px;
vertical-align: top;
text-align: center;
line-height: 16px
}
.itemlist .item .price .time_z {
border: 1px solid #e60012;
color: #fff;
width: 128px;
overflow: hidden;
margin: 0 auto;
line-height: 22px
}
.itemlist .item .price .time_z time {
background: #fff;
width: 120px;
float: left;
padding: 0 4px
}
.itemlist .item .price .time_z.tz1 {
background: #f60;
border-color: #f60
}
.itemlist .item .price .time_z.tz1 time {
color: #f60
}
.itemlist .item .price .time_z.tz2 {
background: #e60012;
border-color: #f60
}
.itemlist .item .price .time_z.tz2 time {
color: #e60012
}
.itemlist .item .price p {
color: #b5b5b5
}
.itemlist .item .price p b {
color: #393939;
font-size: 14px
}
.itemlist .item .number {
width: 90px;
padding: 0 45px;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none
}
.itemlist .item .number p {
background: #fff;
border: 1px solid #ccc;
float: left;
line-height: 16px
}
.itemlist .item .number input {
background: #fcfcfc;
border-color: #eee;
border-style: solid;
border-width: 0 1px;
float: left;
height: 16px;
padding: 2px 5px;
text-align: center;
width: 25px
}
.itemlist .item .number i {
cursor: pointer;
float: left;
line-height: 222px;
height: 20px;
text-align: center;
width: 22px;
overflow: hidden;
background: url(../images/icon2.png) no-repeat
}
.itemlist .item .number i.decrease {
background-position: 0 -40px
}
.itemlist .item .number i.decrease.no-drop {
background-position: 0 -20px;
pointer-events: none;
cursor: no-drop
}
.itemlist .item .number i.increase {
background-position: 0 0
}
.itemlist .item .number i.increase.no-drop {
background-position: 0 -60px;
pointer-events: none;
cursor: no-drop
}
.itemlist .item .number .err {
display: block;
float: left;
color: #f40;
font-style: normal;
margin-top: 4px;
width: 90px;
text-align: left
}
.itemlist .item .money {
font-family: Verdana,Tahoma,arial;
text-align: center;
width: 80px;
font-size: 14px;
color: #f40;
font-weight: 700;
}
.itemlist .item .operation {
width: 74px
}
.lose .item-selected {
background-color: #f2f2f2!important
}
.lose .item .hd {
border-bottom: 2px solid #bababa;
margin-bottom: 25px;
padding-right: 20px;
width: 960px
}
.lose .item .hd .l .invalid-title {
padding-left: 14px;
font-size: 14px;
font-weight: 700;
color: #333;
font-style: normal;
float: left
}
.lose .item .hd .l .invalid-title .count {
color: #f20000;
margin-left: 4px;
font-family: Arial
}
.lose .item .hd .r a {
color: #666;
float: left;
font-weight: 700
}
.lose .item .hd .l span {
cursor: pointer;
margin-left: 20px;
float: left
}
.lose .item .hd .l span i {
float: left
}
.lose .item .hd .l span em {
background: url(../images/icon15.png) no-repeat 0 -14px;
height: 14px;
margin-left: 4px;
width: 10px;
float: left
}
.lose .item .hd .l .up em {
background-position: -9px -14px
}
.lose .item table tr {
background: #f2f2f2;
opacity: .6
}
.lose .item .invalid-xiajia {
width: 60px;
float: left;
padding-top: 28px;
line-height: 20px
}
.lose .item .products figure img {
width: 65px;
height: 65px;
border: 0
}
.lose .item .products h3 {
padding-top: 28px;
height: 20px;
line-height: 20px;
width: 280px;
margin-right: 0
}
.lose .item .price p b {
font-size: 12px;
color: #999
}
.lose .item .numberinfo {
width: 180px;
line-height: 22px
}
.lose .item .numberinfo .red {
color: #e11e19
}
.lose .item .numberinfo a {
color: #428bca;
display: block
}
.lose .item .products .type {
border-color: #f2f2f2
}
.lose .item .money {
font-size: 12px;
color: #666
}
.submitbox {
overflow: hidden
}
.submitbox .all {
width: 38px;
float: left;
position: relative;
text-align: center
}
.submitbox .all span {
position: absolute;
left: 40px;
top: 0;
text-align: left;
width: 100px
}
.submitbox .all .checkbox {
margin-top: 5px
}
.submitbox .all .del {
margin-left: 20px
}
.submitbox .r {
width: 800px;
text-align: right
}
.submitbox .r span {
padding-right: 20px
}
.submitbox .r span.amount {
padding-right: 10px;
vertical-align: middle;
font-size: 16px
}
.submitbox .r span.saving-price-wrapper {
padding: 0
}
.submitbox .r .co1 {
color: #cf201c
}
.submitbox .r .co2 {
color: #00923e
}
.submitbox .r b {
color: #e60012
}
.submitbox .r strong {
color: red;
font: 700 20px/24px Arial;
vertical-align: middle
}
.submitbox .r .accounts {
height: 56px;
width: 150px;
display: inline-block;
background: #e11e19;
color: #fff;
font: 22px/56px "微软雅黑";
text-decoration: none;
text-align: center;
margin: -18px -1px -16px 0;
*margin-top:-17px;
position: relative;
vertical-align: middle;
border-right: 1px solid #e11e19
}
.submitbox .r .disabled {
background: #ddd;
color: #999;
cursor: default;
border-right-color: #ddd
}
.submitbox .fixedbox {
background: #fff;
line-height: 24px;
height: 24px;
padding: 15px 0;
width: 978px;
border: 1px solid #d50000
}
.submitbox .fixed {
position: fixed;
margin-left: -490px;
bottom: 0;
left: 50%;
_position: absolute;
_display: inline;
z-index: 999
}
.recommend {
padding: 30px 0
}
.recommend .hd {
overflow: hidden;
height: 30px
}
.recommend .hd span {
font: 700 14px/18px "宋体";
color: #333;
float: left
}
.recommend ul {
width: 1100px;
margin-right: -20px;
overflow: hidden
}
.recommend ul li {
float: left;
width: 180px;
text-align: left;
line-height: 20px;
margin-right: 18px;
border: 1px solid #bbb;
height: 235px;
font-family: "微软雅黑";
margin-bottom: 20px
}
.recommend ul li:hover {
border: 1px solid #eb1610
}
.recommend ul li img {
width: 180px;
height: 180px
}
.recommend ul li p {
text-align: right;
padding: 0 10px
}
.recommend ul li p b {
color: #fd4600;
float: left;
font-weight: 400
}
.recommend ul li h3 {
height: 27px;
line-height: 27px;
padding: 0 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.recommend ul li h3 a {
color: #666
}
.cart_undefined {
overflow: hidden;
color: #4d4735
}
.cart_undefined .info {
width: 420px;
margin: 100px auto;
text-align: left;
padding-left: 90px
}
.cart_undefined .info p {
font: 14px/24px "宋体";
padding-top: 10px
}
.cart_undefined .info i {
width: 66px;
height: 48px;
background: url(../images/icon22.png) no-repeat 0 0;
margin-left: -90px;
float: left
}
.cart_undefined .info i.i2 {
background-position: 0 -48px
}
.cart_undefined .info i.i3 {
background-position: 0 -96px
}
.cart_undefined .info .p {
padding-top: 4px
}
.cart_undefined .info p a {
color: #428bca
}
.cart_undefined .noint {
margin: 50px auto
}
.cart_undefined .dlncnl a, .cart_undefined .dlncyl a {
position: absolute;
overflow: hidden;
text-indent: -9999px;
outline: 0;
right: 0
}
.cart_undefined .un_cart_i {
width: 70px;
height: 60px;
background: url(../images/icon7.png) no-repeat 0 -20px;
_background: url(../images/icon7IE6.png) no-repeat 0 -20px;
position: absolute;
top: 0;
left: 0
}
.cart_undefined .un_cart_i2 {
width: 120px;
height: 70px;
background: url(../images/icon7.png) -80px 0 no-repeat;
_background: url(../images/icon7IE6.png) -80px 0 no-repeat;
top: 40px;
right: 0;
display: block;
position: absolute
}
.cart_undefined .dlncnl {
width: 300px;
margin: 100px auto;
height: 150px;
position: relative
}
.cart_undefined .dlncnl .txt {
width: 210px;
font: 700 16px/30px "微软雅黑";
top: 6px;
left: 90px;
position: absolute;
text-align: left
}
.cart_undefined .dlncnl a {
width: 170px;
height: 99px;
background: url(../images/icon7.png) 0 -81px no-repeat;
_background: url(../images/icon7IE6.png) 0 -81px no-repeat;
top: 40px
}
.cart_undefined .dlncnl a:hover {
background-position: 0 -181px
}
.cart_undefined .dlncyl {
width: 350px;
margin: 100px auto;
height: 150px;
position: relative
}
.cart_undefined .dlncyl .txt {
width: 260px;
font: 700 16px/30px "微软雅黑";
top: 6px;
left: 90px;
position: absolute;
text-align: left
}
.cart_undefined .dlncyl a {
width: 200px;
height: 120px;
background: url(../images/icon7.png) 0 -280px no-repeat;
_background: url(../images/icon7IE6.png) 0 -280px no-repeat;
top: 40px
}
.cart_undefined .dlncyl a:hover {
background-position: 0 -400px
}
.cart_undefined .ndlncnl, .cart_undefined .ndlncyl {
width: 400px;
margin: 100px auto;
height: 150px;
position: relative
}
.cart_undefined .ndlncnl .txt, .cart_undefined .ndlncyl .txt {
width: 260px;
font: 700 16px/30px "微软雅黑";
top: 6px;
left: 90px;
position: absolute;
text-align: left
}
.cart_undefined .ndlncnl .txt a, .cart_undefined .ndlncyl .txt a {
color: #4d4735
}
.cart_undefined .ndlncnl .txt em, .cart_undefined .ndlncnl .txt a.quick-login, .cart_undefined .ndlncyl .txt em, .cart_undefined .ndlncyl .txt a.quick-login {
color: #ee3c3c;
font-size: 18px
}
footer {
border-top: 1px solid #e8e8e8;
color: #999;
padding-bottom: 15px;
line-height: 30px
}
footer p {
color: #999;
margin-top: 10px
}
footer p a {
margin: 0 10px;
color: #999
}
.importantnote {
background: #fff9e6;
text-align: left;
padding: 6px 15px;
margin-top: 20px;
color: #c00;
border: 1px solid #e9e9e9
}
.itemlist .item .hd .quality_seller {
width: 22px;
height: 28px;
float: left;
background: url(../images/v1icon5.png) 0 0 no-repeat;
position: relative;
margin-right: 6px
}
.itemlist .item .hd .quality_seller .info {
width: 140px;
height: 24px;
position: absolute;
left: -40px;
top: 32px;
padding: 0 6px;
text-align: center;
background: #e82b3d;
line-height: 24px;
color: #fff;
display: none
}
.itemlist .item .hd .quality_seller .info sup {
left: 46px;
top: -10px;
font: 0/0 '';
border: 5px solid #e82b3d;
position: absolute;
border-color: transparent transparent #e82b3d
}
.yph {
width: 27px;
height: 18px;
display: inline-block;
background: url(../images/new_y_s2.png) no-repeat;
background-size: 27px 18px;
margin-right: 5px
}
.xsq, .audit0, .audit1, .return, .xsq, .pro_ppt {
width: 16px;
height: 16px;
display: inline-block;
background: url(../images/p_Spirit5.png);
margin-right: 5px
}
.xsq {
background-position: 0 -643px
}
.return {
background-position: 0 -592px
}
.audit0 {
background-position: 0 -626px
}
.audit1 {
background-position: 0 -609px
}
.pro_ppt {
background: url(../images/deal_y.png) no-repeat -10px -270px
}
.itemlist .item .products .you {
width: 29px;
height: 22px;
display: inline-block;
background: url(../images/new_y_s1.png);
margin-right: 5px;
vertical-align: middle
}
.itemlist .item .products .manjian {
height: 20px;
line-height: 20px;
display: inline-block;
background: #e7000b;
padding: 0 0 0 4px;
color: #fff;
vertical-align: middle;
margin-right: 5px
}
.itemlist .item .products .manjian a {
text-decoration: none;
height: 18px;
line-height: 18px;
display: inline-block;
background: #fdf4f6;
padding: 0 3px;
color: #e7000b;
vertical-align: top;
border: 1px solid #e7000b;
margin: 0 0 0 4px
}
.itemlist .item .products .manjian a:hover {
text-decoration: none
}
.update-tips {
background: #fff9e6;
text-align: left;
padding: 8px 15px;
color: #ec6060;
border: 1px solid #e9e9e9;
line-height: 22px;
margin-bottom: 10px
}
.update-tips b {
color: #e00
}
.update-tips a {
color: #ec6060;
text-decoration: underline
}
.dealjfdig, .giveup {
width: 410px;
text-align: left
}
.dealjfdig article {
color: #333;
line-height: 26px;
padding: 40px
}
.bind_phone {
width: 450px;
border: 0
}
.bind_phone .diginfo article {
padding-top: 20px
}
.bind_phone .diginfo h4 {
font: 14px/20px "微软雅黑";
color: #fff;
padding: 15px 0 15px 30px;
border-bottom: 1px solid #d1d1d1;
background: #c7000b
}
.bind_phone .diginfo .captcha_box img.captchaImg {
border: 1px solid #ccc;
width: 73px;
margin-left: 12px!important
}
.bind_phone .diginfo .captcha_box a.changeCapt {
color: #c00;
padding-left: 4px;
text-decoration: none;
cursor: pointer
}
.giveup {
font: 14px/20px "微软雅黑";
color: #fff;
height: 184px
}
.giveup p {
margin-top: 40px;
font-size: 14px
}
.giveup article {
color: #333;
line-height: 26px;
padding: 10px
}
.giveup .submit {
margin-top: 25px
}
.giveup span.close {
display: block;
width: 20px;
height: 20px;
background: url(../images/login_dialog_icons.png) no-repeat scroll -177px -12px
}
.dialog-wrapper h4 {
border-radius: 0
}
.reg_box {
text-align: left
}
.reg_box input {
vertical-align: middle;
padding: 4px 10px;
border: 1px solid #ccc
}
.reg_box .itext1 {
background-position: 0 -40px;
width: 240px;
height: 20px
}
.reg_box .itext2 {
background-position: 0 -72px;
width: 115px;
height: 20px
}
.reg_box #reg_submit_i {
background-position: 0 -172px;
width: 80px;
height: 30px
}
.reg_box .item {
padding: 15px 0 0 108px
}
.reg_box .nextbind {
margin-top: 10px;
margin-left: 10px;
color: #09c;
text-decoration: none;
display: inline-block
}
.reg_box .item label {
margin-left: -100px;
text-align: right;
float: left;
width: 100px;
height: 28px;
font: 12px/28px "宋体";
display: inline;
color: #666
}
.reg_box .item input.pic_value {
width: 50px
}
.reg_box .item img.pic_valide {
cursor: pointer;
padding-left: 20px
}
.reg_box .item label em {
color: #c20000;
padding-right: 5px
}
.reg_box .item .i_codeP a, .reg_box .item .i_codeP a:hover {
width: 118px;
height: 28px;
margin-left: 7px;
line-height: 28px;
display: inline-block;
background: url(../images/bdsj2.png) no-repeat 0 -208px;
vertical-align: middle;
text-align: center;
text-decoration: none
}
.reg_box .item .i_codeP a.disbtn {
cursor: no-drop;
color: #999
}
.msg_box {
}
.msg_box em {
display: inline-block;
width: 17px;
height: 16px;
vertical-align: middle;
background: url(../images/bdsj2.png) no-repeat -143px -113px;
margin-right: 5px
}
.reg_box .item .row1 {
color: #c20000;
margin-top: 10px;
line-height: 16px;
width: 270px;
max-height: 48px;
overflow: hidden
}
.reg_box .item .row1 em {
background-position: -143px -113px
}
.reg_box .item .row1 em.yes {
background-position: -84px -113px
}
.reg_box .item .row2 {
color: #c20000
}
.reg_box .item .row2 em {
background-position: -114px -108px
}
.reg_box .item input.btn {
display: inline;
float: left;
margin-right: 10px;
width: 68px;
height: 30px;
padding: 0;
background: #E1262B;
border-radius: 5px;
color: #fff;
font-size: 14px;
cursor: pointer
}
.reg_box .msg_zt3 .row1 {
color: #c20000
}
.reg_box .msg_zt3 .row1 em {
background-position: -143px -113px
}
.reg_box .msg_zt1 .row1 {
color: #c20000
}
.reg_box .msg_zt1 .row1 em {
background-position: -114px -113px
}
.reg_box .msg_zt2 .row1 {
color: #c20000
}
.reg_box .msg_zt2 .row1 em {
background-position: -84px -113px
}
#dialog_bdsj_bangding .diginfo .reg_box .item {
width: auto
}
.dialog-wrapper .submit {
border-top: medium none;
padding: 10px 0 20px;
text-align: center
}
.dialog-wrapper .submit a {
border-radius: 4px
}
.dialog-wrapper .submit .i_btn2 a {
border: 1px solid #ccc
}
.dialog-wrapper .submit .i_btn1 a {
border: 1px solid #d62a2a
}
.dialog-overlay2 {
background: #000 none repeat scroll 0 0;
width: 100%;
height: 7533px;
opacity: .5;
position: absolute;
overflow: hidden;
left: 0;
top: 0;
z-index: 99999
}
.yearlater {
color: #e12e2f;
width: 980px;
text-align: left;
float: left;
font-family: "微软雅黑"
}
.yearlater a, header .yearlater a:hover {
color: #428bca
} | Public/Mall/style/cart.css | @charset "utf-8"; /*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block
}
audio, canvas, video {
display: inline-block;
*display:inline;
*zoom:1
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden] {
display:none
}
html {
font-size: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
html, button, input, select, textarea {
font-family: sans-serif
}
body {
margin: 0
}
a:focus {
outline: thin dotted
}
a:active, a:hover {
outline: 0
}
h1 {
font-size: 2em;
margin: .67em 0
}
h2 {
font-size: 1.5em;
margin: .83em 0
}
h3 {
font-size: 1.17em;
margin: 1em 0
}
h4 {
font-size: 1em;
margin: 1.33em 0
}
h5 {
font-size: .83em;
margin: 1.67em 0
}
h6 {
font-size: .67em;
margin: 2.33em 0
}
abbr[title] {
border-bottom: 1px dotted
}
b, strong {
font-weight: 700
}
blockquote {
margin: 1em 40px
}
dfn {
font-style: italic
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0
}
mark {
background: #ff0;
color: #000
}
p, pre {
margin: 1em 0
}
code, kbd, pre, samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word
}
q {
quotes: none
}
q:before, q:after {
content: '';
content: none
}
small {
font-size: 80%
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -.5em
}
sub {
bottom: -.25em
}
dl, menu, ol, ul {
margin: 1em 0
}
dd {
margin: 0 0 0 40px
}
menu, ol, ul {
padding: 0 0 0 40px
}
nav ul, nav ol {
list-style: none;
list-style-image: none
}
img {
border: 0;
-ms-interpolation-mode: bicubic
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 0
}
form {
margin: 0
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
legend {
border: 0;
padding: 0;
white-space: normal;
*margin-left:-7px
}
button, input, select, textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align:middle
}
button, input {
line-height: normal
}
button, select {
text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
*overflow:visible
}
button[disabled], html input[disabled] {
cursor: default
}
input[type=checkbox], input[type=radio] {
box-sizing: border-box;
padding: 0;
*height:13px;
*width:13px
}
input[type=search] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
overflow: auto;
vertical-align: top
}
table {
border-collapse: collapse;
border-spacing: 0
}
body {
margin: 0 auto;
padding: 0;
background: #fbfbfb;
color: #666;
font: 12px '';
text-align: center
}
body>div {
margin-right: auto;
margin-left: auto;
text-align: center
}
div, form, ul, ol, li, span, p, dl, dt, dd, img, header, section, footer, nav, figure, figcaption, article {
margin: 0;
padding: 0;
border: 0
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-size: 12px;
font-weight: 400
}
ul, ol, li {
list-style: none
}
table, td, input, textarea {
font-size: 12px
}
header, section, footer, nav, figure, figcaption, article {
display: block
}
a {
color: #333;
text-decoration: none
}
a:hover {
color: #C00;
text-decoration: underline
}
h2 {
text-align: right
}
h2 span {
float: left;
font-weight: 700
}
.clear, .area, .pp, .pt {
zoom: 1
}
.show {
display: block
}
.hidden {
display: none
}
.hand {
cursor: pointer
}
.pp, .pt, .list12 ul, .list14 ul, .area {
width: 100%;
margin: 0 auto
}
.pp:after, .pt:after, .area:after, .clear:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
clear: both
}
.pp {
text-align: center
}
.pp img {
display: block;
margin: 0 auto
}
.pp span {
display: block
}
.pt {
color: #666;
line-height: 20px;
text-align: left
}
.pt div {
float: left;
margin: 0 10px 0 0
}
.pt p {
clear: none
}
.list14 li, .list12 li {
padding: 3px 0;
color: #333;
font-size: 12px;
line-height: 16px;
text-align: left
}
.list14 li {
padding: 4px 0;
font-size: 14px
}
.left, .center, .l, .right, .r {
display: inline;
float: left
}
.right, .r {
float: right
}
.fontArial {
font-family: Arial
}
.b {
font-weight: 700
}
.blank5, .blank8 {
height: 5px;
font-size: 1px
}
.blank8 {
height: 8px
}
.more {
text-align: right
}
.area {
width: 980px
}
li.nodot {
background: none!important;
padding-left: 0!important
}
body {
background: #fff;
min-width: 980px
}
em, i {
font-style: normal
}
a, a * {
cursor: pointer
}
select, input, img {
vertical-align: middle
}
img {
display: inline-block
}
textarea {
resize: none
}
.icon-arrow {
display: inline-block;
*display:inline;
*zoom:1;
height: 0;
line-height: 0;
width: 0;
vertical-align: middle;
border-width: 3px;
border-style: solid;
margin-left: 3px;
border-color: #CCC #FFF #FFF;
_overflow: hidden
}
#toolbar {
width: 100%;
background: #f3f3f3;
color: #333;
line-height: 25px;
position: relative;
z-index: 10001;
font-family: \5FAE\8F6F\96C5\9ED1;
padding-top: 5px
}
#toolbar #login {
line-height: 21px
}
.toolbar {
position: relative;
z-index: 100000;
color: #D5D5D5
}
.toolbar .flow {
overflow: hidden;
margin-left: 5px;
_display: inline
}
.toolbar a.user {
filter: alpha(opacity=100);
opacity: 1
}
.toolbar .l {
position: relative;
_padding-top: 5px;
width: 270px;
text-align: left;
white-space: nowrap
}
.toolbar .l .yqhy i {
width: 51px;
height: 18px;
display: inline-block;
background: url(../images/top_icon_2.png) no-repeat -36px 0;
_background: url(../images/top_icon_2_ie6.png) no-repeat -36px 0;
font-style: normal;
text-align: center;
line-height: 18px;
color: #fff
}
.toolbar .l a {
margin-right: 10px
}
.toolbar .digtao {
width: 180px;
height: 52px;
background: url(../images/top_icon_2.png) no-repeat -87px 0;
_background: url(../images/top_icon_2_ie6.png) no-repeat -87px 0;
position: absolute;
right: 145px;
top: 25px
}
.toolbar a {
filter: alpha(opacity=100);
opacity: 1;
color: #666;
*display:inline;
*zoom:1
}
.toolbar a:hover {
filter: alpha(opacity=100);
opacity: 1;
color: #e02f2f;
text-decoration: none
}
.toolbar .digtao a.clo {
width: 15px;
height: 15px;
position: absolute;
right: 4px;
top: 9px;
display: inline-block
}
.toolbar .digtao a.img {
width: 35px;
height: 35px;
position: absolute;
left: 10px;
top: 11px;
display: inline-block
}
.toolbar .digtao a.txt {
position: absolute;
left: 53px;
top: 12px;
font-size: 14px
}
.toolbar .right {
color: #D5D5D5
}
.toolbar .right span {
color: #666
}
#tblogin, #prologin {
line-height: 22px;
_margin-top: -4px;
_float: left
}
.toolbar #tblogin .user, .toolbar #prologin .user {
color: #E12E2F
}
.toolbar .right em {
color: #D5D5D5
}
.toolbar .right em .maxuser {
height: 30px;
overflow: hidden;
vertical-align: top;
*vertical-align:middle;
max-width: 180px;
display: inline-block
}
.toolbar .msg-num {
background: url(../images/msgs.png) no-repeat -18px 0;
color: #fff;
width: 20px;
height: 13px;
display: inline-block;
padding-left: 2px;
text-align: center;
*zoom:1
}
.toolbar .msg-tips {
position: absolute;
top: 25px;
left: 685px;
background-color: #fffca9;
border: 1px solid #ece0ba;
padding: 5px 30px 5px 12px;
max-width: 225px;
color: #333;
border-radius: 3px;
text-align: left
}
.toolbar .msg-tips a {
color: #1582bd;
text-decoration: underline
}
.toolbar .msg-tips .up-arr {
position: absolute;
background: url(../images/msgs.png) no-repeat -7px 0;
width: 11px;
height: 6px;
top: -6px;
left: 88px
}
.toolbar .msg-tips .close-tips {
background: url(../images/msgs.png) no-repeat 0 0;
width: 7px;
height: 7px;
top: 5px;
right: 5px;
position: absolute;
cursor: pointer
}
.toolbar .msg {
line-height: 13px
}
.toolbar .msg-tips span {
display: block;
max-height: 46px;
height: auto!important;
overflow: hidden;
cursor: pointer
}
.dropdown {
display: inline-block;
*display:inline;
*zoom:1;
position: relative;
position: relative;
border: 1px solid transparent;
border-bottom: 0;
_border: 0;
_padding-top: 5px
}
.dropdown.open {
color: #e02f2f;
background: #fff;
border-bottom: 0;
*z-index:999
}
.dropdown .arrow-down {
-webkit-transition: -webkit-transform ease .3s;
-moz-transition: -moz-transform ease .3s;
-webkit-transform-origin: 3px 1.5px;
-moz-transform-origin: 3px 1.5px
}
.dropdown.open .arrow-down {
border-color: #CCC #fff #fff;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg)
}
.dropdown-menu {
border: 1px solid #999;
position: absolute;
top: 100%;
min-width: 100%;
_width: 100%;
left: -1px;
display: none;
background: #fff;
z-index: 9999;
text-align: left
}
.dropdown-menu li {
line-height: 24px
}
.dropdown.open .dropdown-menu {
display: block
}
.dropdown-menu li a {
color: #333;
display: block;
padding-left: 8px;
text-decoration: none;
*width:100%
}
.dropdown-menu li a:hover {
background: #f0f0f0
}
.dropdown.open a {
color: #e02f2f
}
.dropdown.open a:hover {
_color: #e02f2f
}
.toolbar .dropdown.open a {
filter: alpha(opacity=100);
opacity: 1
}
.toolbar .dropdown-menu a {
color: #333
}
.web-focus {
padding-bottom: 0;
position: relative;
height: 25px;
*height:32px;
_height: 0
}
.web-focus a {
text-decoration: none;
cursor: default
}
.web-focus .icon-mid {
vertical-align: text-bottom;
*vertical-align:middle;
margin-right: 5px
}
.web-focus a:hover {
_color: #e02f2f
}
.web-focus .dropdown-menu {
padding-bottom: 5px;
_width: 138px;
_overflow: hidden
}
.web-focus .dropdown-menu a {
color: #1582bd;
*width:112px;
cursor: pointer
}
.web-focus .dropdown-menu li {
padding-left: 8px
}
.web-focus .dropdown-menu li iframe {
margin: 0;
*display:block
}
.zhe_intro .dropdown-menu {
*width:110px;
*overflow:hidden
}
.sign_panel .dropdown-menu {
_top: 39px
}
.myzhe .username {
height: 22px;
display: inline-block;
position: relative;
z-index: 10000;
border: 1px solid #f3f3f3
}
.myzhe.open {
background: 0 0
}
.myzhe.open .username em {
position: absolute;
bottom: -5px;
width: 100%;
height: 5px;
font: 0/0 "";
background: #fff;
left: 0
}
.myzhe .username a {
color: #E12E2F
}
.myzhe .username .icon-arrow {
margin-left: 5px;
margin-top: 2px
}
.myzhe .dropdown-menu {
background: #fff;
background: rgba(255,255,255,.95);
box-shadow: 0 0 5px #d4d4d4;
border: 0;
width: 160px;
padding: 5px 10px;
left: 0;
border: 1px solid #e5e5e5
}
.myzhe .dropdown-menu li {
width: 80px;
float: left
}
.myzhe .dropdown-menu li a {
text-align: center;
padding: 0
}
.myzhe .dropdown-menu li a:hover {
background: #ee4743;
border-radius: 3px;
color: #fff
}
.myzhe .username .icon-arrow, .myzhe.open .username em, .myzhe.open .dropdown-menu {
display: none
}
.tooltip {
position: absolute;
z-index: 1000
}
.tooltip .tooltip-arrow {
position: absolute;
width: 11px;
height: 7px;
z-index: 999;
margin-top: -1px;
left: 50%;
margin-left: -5px;
_overflow: hidden
}
.tooltip .tooltip-arrow {
background: url(../images/bdsj.png) no-repeat -175px -25px
}
.tooltip .tooltip-content {
border: 1px solid #c9c9c9;
font-size: 12px;
background: #fffbeb;
color: #666;
padding: 2px 10px;
line-height: 20px;
position: relative;
width: 195px;
text-align: left
}
.tooltip .tooltip-content a {
color: #09c
}
.tooltip .tooltip-content .close {
background: url(../images/bdsj.png) no-repeat -202px -4px;
position: absolute;
width: 10px;
height: 10px;
cursor: pointer;
top: 2px;
right: 3px;
_overflow: hidden;
display: block
}
.toolbar .icon-level {
filter: alpha(opacity=100);
opacity: 1
}
.icon-level {
display: inline-block;
*display:inline;
*zoom:1;
width: 16px;
height: 12px;
background: url(../images/level.png) no-repeat;
vertical-align: middle;
margin: -2px 5px 0
}
.icon-level.level1 {
background-position: -30px 0
}
.icon-level.level2 {
background-position: -60px 0
}
.icon-level.level3 {
background-position: -90px 0
}
.icon-level.level4 {
background-position: -120px 0
}
.icon-level.level5 {
background-position: -150px 0
}
.toolbar .flow, .toolbar .right em {
color: #ccc
}
.toolbar .right em {
color: #ccc
}
.toolbar .right .cart i {
width: 16px;
height: 14px;
background: url(../images/icon13.png) 0 0 no-repeat;
display: inline-block;
vertical-align: middle;
overflow: hidden;
margin-top: -3px
}
.toolbar .right .cart .count {
color: #cf201c
}
.mycol_msg {
width: 125px;
height: 24px;
line-height: 24px;
position: absolute;
top: 30px;
right: 270px;
background: #fffbeb;
border: 1px solid #c9c9c9;
text-align: left;
text-indent: 12px;
color: #955d35
}
.mycol_msg span {
background: url(../images/icon8.png) -5px -38px;
cursor: pointer;
display: block;
height: 10px;
position: absolute;
right: 5px;
top: 5px;
width: 10px;
overflow: hidden
}
.mycol_msg span:hover {
background-position: -5px -6px
}
.mycol_msg em {
background: url(../images/tb_co.png) -289px 0;
_background: url(../images/tb_co_ie6.png) -289px 0;
display: block;
height: 7px;
position: absolute;
left: 80px;
top: -7px;
width: 11px;
overflow: hidden
}
.toolbar .right .phone-qrcode-down {
display: inline-block;
*display:inline;
*zoom:1;
position: relative
}
.toolbar .right .phone-qrcode-down .dropdown-menu {
width: 155px;
min-width: 155px;
height: 180px;
border: 0;
left: -60px;
text-align: center;
color: #000;
font-family: "微软雅黑";
font-size: 14px
}
.toolbar .right .phone-qrcode-down .dropdown-menu a {
display: block;
width: 155px;
height: 155px;
background: url(../images/58051_qrcode.png)
}
.toolbar .right .phone-qrcode-down.open .dropdown-menu {
display: block
}
.icon-mini {
width: 11px;
height: 11px;
position: absolute
}
.icon-mini, .icon-mid {
background: url(../images/icon_head.png) no-repeat;
display: inline-block;
*display:inline;
*zoom:1;
_background-image: url(../images/icon_head_ie6.png)
}
.icon-mini.icon-new {
background-position: 0 0
}
.icon-mini.icon-hot {
background-position: -15px 0
}
.icon-mid {
width: 16px;
height: 16px
}
.icon-mid.icon-clt {
background-position: -20px -42px
}
header {
width: 100%;
background: #FFF;
height: 50px;
overflow: hidden;
padding-top: 22px
}
header div.l {
overflow: hidden;
height: 34px
}
header div.l img {
vertical-align: top
}
footer img {
margin: 0 5px;
border: 1px solid #c3bfbe;
display: inline-block
}
.head_nav .r_con .dropdown-menu a {
border-right: 0
}
.dropdown.sign_panel {
border: 0;
background: 0 0;
*z-index:999
}
.dialog-wrapper .diginfo em {
margin-left: 5px
}
.dialog-wrapper .diginfo u {
float: left;
width: 18px;
height: 18px;
overflow: hidden;
background: url(../images/msg.png)
}
.dialog-wrapper .diginfo u.m0 {
background: 0 0;
display: none
}
.dialog-wrapper .diginfo u.m1 {
background-position: 0 0
}
.dialog-wrapper .diginfo u.m2 {
background-position: 0 -18px
}
.i_btn {
border-top: 1px solid #eea236;
border-bottom: 1px solid #eea236;
float: left;
text-align: center;
margin-top: 1px
}
.i_btn a {
border-left: 1px solid #eea236;
border-right: 1px solid #eea236;
margin: 0 -1px;
float: left;
color: #fff;
background: #f0ad4e;
text-decoration: none;
height: 26px;
line-height: 26px;
position: relative
}
.i_btn a:hover {
color: #fff;
text-decoration: none
}
.gint {
border: 1px solid #bbb;
height: 18px;
padding: 3px;
line-height: 18px
}
.gbtn {
border: 0;
background: 0 0;
cursor: pointer;
padding: 0
}
.gfail1, .gfail2, .gfail3 {
display: inline-block;
vertical-align: middle;
background: url(../images/icon2.png) -100px -100px no-repeat;
width: 26px;
height: 26px;
margin-right: 10px;
overflow: hidden
}
.gfail1 {
background-position: 0 -26px
}
.gfail2 {
background-position: 0 0
}
.gfail3 {
background-position: 0 -52px
}
.gfails1, .gfails2, .gfails3, .gfails4 {
display: inline-block;
vertical-align: middle;
background: url(../images/icon3.png) -100px -100px no-repeat;
width: 16px;
height: 17px;
margin-right: 4px;
overflow: hidden
}
.gfails1 {
background-position: 0 -17px
}
.gfails2 {
background-position: 0 0
}
.gfails3 {
background-position: 0 -34px
}
.gfails4 {
background: url(../images/icon13.png) 0 -42px no-repeat;
width: 18px;
height: 18px
}
.dialog-wrapper {
border: 5px solid #b2b2b2;
width: 624px;
position: absolute;
z-index: 100000;
background: #fff
}
.dialog-wrapper span.close {
background: url(../images/btn1.png) -21px -32px no-repeat;
cursor: pointer;
display: none;
height: 10px;
position: absolute;
right: 10px;
top: 10px;
width: 10px
}
#loginpanel .close, .closeblock span.close, .beizhudialog span.close {
display: inline-block
}
.dialog-wrapper a:hover span.close {
background-position: -33px -32px
}
.dialog-wrapper h4 {
background: #F7F7F7;
border-bottom: 1px solid #E5E5E5;
border-radius: 10px 10px 0 0;
color: #333;
font: 14px/40px "宋体";
padding: 0 20px;
text-align: left
}
.dialog-wrapper .submit {
text-align: right;
border-top: 1px solid #e5e5e5;
padding: 10px 0
}
.dialog-wrapper .submit .gbtn {
height: 32px;
background: url(../images/btn1.png) 0 -49px;
font: 14px/32px "宋体";
margin-right: 15px;
text-decoration: none;
display: inline-block;
vertical-align: middle;
text-align: center
}
.dialog-wrapper .submit .btn1 {
width: 100px;
color: #fff
}
.dialog-wrapper .submit .btn2 {
width: 68px;
background-position: 0 -81px
}
.dialog-wrapper .submit .btn3 {
width: 100px;
background-position: 0 -145px
}
.dialog-wrapper .submit .btn4 {
width: 68px;
background-position: 0 -113px;
color: #fff
}
.dialog-wrapper .submit .i_btn {
float: none;
display: inline-block;
width: auto;
margin-right: 15px;
font-size: 14px;
border: 0
}
.dialog-wrapper .submit .i_btn a {
padding: 3px 20px;
display: inline-block;
border: 0
}
.i_btn1 {
border-color: #d62a2a
}
.i_btn1 a, .i_btn1 a:hover {
background: #e02f2f;
border-color: #d62a2a
}
.i_btn2 {
border-color: #ccc
}
.i_btn2 a, .i_btn2 a:hover {
background: #ebebeb;
border-color: #ccc;
color: #333
}
.msgbox {
width: auto;
border-radius: 0
}
.msgbox .diginfo {
padding: 5px
}
.msgbox span.close {
display: none
}
.collection {
background: #FFFBEB;
border: 5px solid #E6E6E6;
width: 410px
}
.collection span.close {
display: inline-block
}
.collection .diginfo {
background: #FFFBEB;
border: 5px solid #E6E6E6;
padding: 10px 20px
}
#loginpanel {
width: 450px;
border-radius: 0;
border: 0
}
.sidepanel {
width: 66px;
bottom: 0;
margin-top: -120px;
left: 50%;
margin-left: 507px;
position: fixed;
_position: absolute;
z-index: 1000;
background: #fbfbfb;
_top:expression(315 + documentElement.scrollTop +"px")
}
.sidepanel .list {
width: 66px;
zoom: 1;
overflow: hidden;
border-bottom: 1px solid #e6e6e6
}
.sidepanel .list li {
width: 66px;
height: 64px;
overflow: hidden;
float: left
}
.sidepanel .list li a {
background: url(../images/sideicon2.png) no-repeat;
float: left;
width: 66px;
height: 20px;
padding: 42px 0 2px;
line-height: 20px;
color: #999;
font-family: "微软雅黑"
}
.sidepanel .list li a:hover, .sidepanel .list .i1.on a, .sidepanel .list .i2.on a {
color: #e02f2f;
line-height: 20px;
text-decoration: none
}
.sidepanel .list .i1 {
display: none
}
.sidepanel .list .i1 a {
background-position: 0 0
}
.sidepanel .list .i1 a:hover {
background-position: -66px 0
}
.sidepanel .list .i2 a {
background-position: 0 -64px
}
.sidepanel .list .i2 a:hover {
background-position: -66px -64px
}
.sidepanel .list .i3 a {
background-position: 0 -128px
}
.sidepanel .list .i3 a:hover {
background-position: -66px -128px
}
.sidepanel .list .i4 a {
background-position: 0 -192px
}
.sidepanel .list .i4 a:hover {
background-position: -66px -192px
}
.sidepanel .tips {
border: 1px solid #b1b1b1;
position: absolute;
padding: 10px 15px;
background: #fff;
width: 254px;
border-radius: 10px;
box-shadow: 0 0 7px #D5D5D5;
left: -302px;
top: -32px;
float: left
}
.sidepanel .on, .feedbackpanel span.close {
display: block
}
.sidepanel .tips sup {
overflow: hidden;
font: 0/0 '';
position: absolute;
top: 50px;
right: -14px;
background: url(../images/icon6.png) -14px 0 no-repeat;
width: 14px;
height: 27px
}
.sidepanel .close {
height: 10px;
position: absolute;
right: 10px;
top: 10px;
width: 10px
}
.sidepanel .close a {
background: url(../images/btn1.png) -21px -32px no-repeat;
width: 10px;
height: 10px;
float: left
}
.sidepanel .close a:hover {
background-position: -33px -32px
}
.sidepanel .tips .list12 {
text-align: left;
width: 100%
}
.sidepanel .tips .list12 h4 {
color: #666;
font-weight: 700;
line-height: 30px
}
.sidepanel .tips .list12 li {
width: 244px;
background: url(../images/sidebg1.png) no-repeat 0 12px;
padding-left: 10px;
line-height: 20px
}
.sidepanel .tips .list12 .last {
text-align: right;
background: 0 0
}
.sidepanel .tips .list12 .last a {
color: #428bca
}
.sidepanel .list .i5 {
width: 0
}
.sidepanel .list .i5 .close {
position: absolute;
top: 255px;
left: 106px;
width: 10px;
height: 19px;
padding: 0;
border: 0;
z-index: 10001;
background: 0 0
}
.sidepanel .list .i5 .five_twocode {
position: absolute;
top: 257px;
left: 0;
padding: 0;
width: 120px;
height: 136px
}
.sidepanel .list .i5 .five_twocode img {
cursor: default
}
.feedbackpanel {
width: 570px;
padding: 25px 25px 0;
text-align: left;
min-height: 350px;
_height: 350px
}
.feedbackpanel h4 {
height: 58px;
background: url(../images/feedback_logo.png) no-repeat 0 0;
line-height: 500px;
overflow: hidden;
border: 0
}
.feedbackpanel .submit {
text-align: center;
margin: 0 -25px;
display: none;
border-top: 0
}
.feedbackpanel .submit .i_btn a {
padding: 3px 40px
}
.feedbackpanel .hd {
background: url(../images/sidebg3.png);
line-height: 31px
}
.feedbackpanel .txt textarea {
width: 98%;
height: 54px;
color: #999
}
.feedbackpanel li {
margin-bottom: 20px
}
.feedbackpanel .inp i {
color: #e02f2f
}
.feedbackpanel .inp .gint {
width: 340px;
color: #999
}
.feedbackpanel .suc {
font: 14px/30px "宋体";
text-align: center;
padding: 20px 0
}
.feedbackpanel .suc p {
font: 18px/30px "微软雅黑"
}
.feedbackpanel.dialog-wrapper .diginfo {
padding: 0;
border: 0
}
.feedbackpanel select, input, img {
vertical-align: middle
}
.feedbackpanel .suc {
font: 14px/30px "宋体";
text-align: center;
padding: 20px 0
}
.feedbackpanel .suc p {
font: 18px/30px "微软雅黑"
}
.feedbackpanel ul li.exch_cont {
display: none
}
.feedbackpanel ul li.tip_consultin_img div {
width: 100%;
height: 220px;
background: url(../images/feedback_consult_demo.jpg) 0 0 no-repeat
}
.feedbackpanel ul li.tip_consultin span {
color: #00f
}
.feedbackpanel ul li.tip_business span, .feedbackpanel ul li.tip_consult a, .feedbackpanel ul li.tip_sign a, .feedbackpanel ul li.tip_emergency a {
color: red
}
.dialog-wrapper {
-webkit-animation: showSweetAlert .3s;
-moz-animation: showSweetAlert .3s;
animation: showSweetAlert .3s
}
@-webkit-keyframes showSweetAlert {
0% {
-webkit-transform:scale(0.7)
}
45% {
-webkit-transform:scale(1.05)
}
80% {
-webkit-tranform:scale(0.95)
}
100% {
-webkit-transform:scale(1)
}
}
@-moz-keyframes showSweetAlert {
0% {
-moz-transform:scale(0.7)
}
45% {
-moz-transform:scale(1.05)
}
80% {
-moz-tranform:scale(0.95)
}
100% {
-moz-transform:scale(1)
}
}
@keyframes showSweetAlert {
0% {
transform:scale(0.7)
}
45% {
transform:scale(1.05)
}
80% {
transform:scale(0.95)
}
100% {
transform:scale(1)
}
}
.signupnewbox {
}
.signupnewbox h3, .signupnewbox ul li.txt {
text-align: right;
line-height: 30px;
margin: 0 auto;
width: 257px
}
.signupnewbox h3 span, .signupnewbox ul li.txt span {
float: left
}
.signupnewbox h3 a {
color: #ec1611;
text-decoration: underline
}
.signupnewbox ul li.txt {
padding: 10px 0
}
.signupnewbox ul li.txt a {
color: #a9a9a9
}
.signupnewbox ul {
margin: 0 auto;
width: 257px
}
.signupnewbox ul li {
line-height: 20px;
float: left;
margin-top: 8px;
position: relative;
width: 257px
}
.signupnewbox ul label {
width: 68px;
position: absolute;
top: 2px;
left: 2px;
height: 20px;
background: #fff;
padding-top: 8px
}
.signupnewbox ul div {
border: 1px solid #cacaca;
float: left;
color: #999;
height: 20px;
width: 150px;
padding: 9px 34px 9px 71px;
line-height: 20px
}
.signupnewbox ul div input {
width: 150px;
padding: 0;
background: #fff;
border: 0;
height: 20px;
line-height: 20px;
color: #999;
outline: 0
}
.signupnewbox ul input.focus {
color: #333
}
.signupnewbox ul ins {
width: 20px;
height: 20px;
background: url(../images/v1icon4.png) no-repeat -100px -100px #fff;
position: absolute;
top: 2px;
right: 2px;
border-width: 8px 8px 0 4px;
border-style: solid;
border-color: #fff
}
.signupnewbox ul .warn1 ins {
background-position: 0 -40px
}
.signupnewbox ul .warn2 ins {
background-position: 0 0
}
.signupnewbox ul .warn2 div {
border-color: #ec1611;
border-width: 2px;
padding: 8px 33px 8px 70px
}
.signupnewbox ul .warn3 ins {
background-position: 0 -20px
}
.signupnewbox ul li.captcha_box div {
padding: 9px 34px 9px 15px;
width: 50px
}
.signupnewbox ul li.captcha_box div input {
width: 70px
}
.signupnewbox ul li.captcha_box a {
margin-left: 12px;
background: url(../images/v1icon4.png) 0 -60px;
border: 1px solid #cacaca;
height: 38px;
float: left;
width: 142px;
text-decoration: none;
line-height: 38px;
color: #666
}
.signupnewbox ul li.captcha_box a.disabled {
background: #ececec;
color: #999;
cursor: default;
cursor: no-drop
}
.signupnewbox ul li.captcha_box input {
width: 70px;
background-position: 0 -56px;
height: 20px;
line-height: 20px
}
.signupnewbox ul li.captcha_box img {
vertical-align: middle;
cursor: pointer;
margin-left: 12px;
border: 1px solid #cacaca;
width: 93px;
float: left
}
.signupnewbox ul li.captcha_box a.captRefash {
background: 0 0;
border: 0;
width: 36px;
color: #ec1611;
outline: 0
}
.signupnewbox ul li.captcha_box.warn2 div {
padding: 8px 33px 8px 14px
}
.signupnewbox ul li .err {
color: #ec1611;
text-align: left;
line-height: 20px;
padding-left: 4px;
padding-top: 4px;
width: 253px;
float: left
}
.signupnewbox ul li .err a {
color: #09c;
text-decoration: underline
}
.signupnewbox ul li input.change {
color: #333
}
.signupnewbox ul li.btn {
margin-top: 18px
}
.signupnewbox ul li.btn input {
background: #ec1611;
border: 0;
color: #fff;
cursor: pointer;
height: 35px;
margin: 0;
width: 100%
}
.signupnewbox ul li.btn input:hover {
opacity: .9
}
.signupnewbox ul li.voice_code {
text-align: left
}
#dialog_log_qiandao, #dialog_reg_qiandao {
border: 8px solid #3d3d3d \9;
border: 8px rgba(0,0,0,.4) solid;
font-size: 12px;
font-family: "宋体";
background: 0 0;
width: 336px
}
#dialog_log_qiandao .close, #dialog_log_qiandao .close:hover, #dialog_reg_qiandao .close, #dialog_reg_qiandao .close:hover {
background: url(../images/login_dialog_icons.png) no-repeat -177px -12px;
width: 15px;
height: 15px;
right: 12px;
top: 12px;
-webkit-transform: rotate(0deg);
-webkit-transition: all ease-in-out 100ms;
display: block
}
#dialog_log_qiandao .close:hover {
-webkit-transform: rotate(90deg);
-webkit-transition: all ease-in-out 100ms
}
#dialog_log_qiandao .close:hover, #dialog_reg_qiandao .close:hover {
-webkit-transform: rotate(90deg);
-webkit-transition: all ease-in-out 100ms
}
#dialog_log_qiandao .diginfo, #dialog_reg_qiandao .diginfo {
background: #fff;
border: 1px solid #c9caca;
margin: 0;
padding: 24px 0 0
}
.qd_login {
width: 334px;
border: 0
}
.qd_login a, .qd_login a:hover {
color: #ec1611;
padding: 0
}
.qd_login a.reglink {
text-decoration: underline;
position: absolute;
right: 0;
top: 0;
line-height: 30px
}
.qd_login .hc {
background: #fff;
padding: 0
}
.qd_login .hc form {
position: relative
}
.qd_login .hc h3, .qd_login .hc ul {
width: 257px;
padding: 0;
float: none;
margin: 0 auto;
text-align: left;
font-size: 12px;
line-height: 30px
}
.qd_login .hc h3 {
color: #595757;
font-weight: 400;
position: relative
}
.qd_login .hc li {
padding-top: 10px
}
.qd_login .hc li input {
width: 235px;
height: 20px;
padding: 6px 10px;
background: #fff;
border: 0;
font-size: 12px;
line-height: 20px;
color: #595757;
border: 1px solid #c9caca;
outline: 0;
vertical-align: top;
margin-top: 12px
}
.qd_login .hc li.captcha_box_new img {
vertical-align: middle;
cursor: pointer;
margin-left: 26px;
margin-top: 15px
}
#ppLogin_qd ul li.valuetwo input.gphcode {
width: 138px;
margin-top: 12px;
padding: 6px 10px
}
.qd_login .hc ul li.valuetwo input.getdphcode {
width: 85px;
border: 1px solid #ccc;
margin-left: 10px;
text-align: center;
padding: 6px 0;
margin-top: 12px;
background-color: #F9F9F9;
cursor: pointer
}
.qd_login .hc ul li input.getdphcode-btn {
display: none;
height: 34px
}
.qd_login .hc ul li.valuetwo input.getdphcode-btn {
display: inline-block
}
.qd_login .hc li.btn {
font-size: 12px
}
.qd_login .hc li.btn input {
width: 100%;
border: 0;
height: 35px;
margin: 0;
background: #ec1611;
cursor: pointer;
font-size: 12px;
color: #fff
}
.qd_login .hc li.btn a {
margin-left: 15px
}
.qd_login .hc li.tb {
padding-top: 20px
}
.qd_login .hc li.captcha_box input {
width: 80px;
background-position: 0 -56px
}
.qd_login .hc li.captcha_box img {
vertical-align: middle;
cursor: pointer;
margin-left: 26px
}
.qd_login .ologintip {
position: relative;
color: #ec1611;
padding: 10px 0
}
.qd_login .ologintip .error_msg {
color: #ec1611;
border: 1px solid #ff6c6c;
display: none;
background-color: #fff5f8
}
.qd_login .ologintip .error_msg em {
background: url(../images/icon15_1.png) no-repeat 0 -38px;
width: 17px;
height: 17px;
display: inline-block;
vertical-align: middle;
margin: 0 9px 3px 11px
}
.qd_login .ologintip .error_msg span {
color: #ff6c6c
}
.qd_login .ologintip #pperrmsg {
color: #ec1611
}
.qd_login .ologintip #pperrmsg .comfir_mail {
color: #09c;
cursor: pointer;
text-decoration: underline
}
.qd_login .ologintip a.forgetPwd {
position: absolute;
right: 0;
top: 10px;
line-height: 30px
}
.qd_login .ologintip span {
color: #a9a9a9
}
.qd_login .ologintip i {
width: 26px;
height: 12px;
background: url(../images/login_dialog_icons.png) no-repeat -170px -37px;
display: block;
position: absolute;
bottom: 0;
left: 80px
}
.qd_login .sf {
height: 70px;
background: #f5f5f5;
margin: 0;
border: 0
}
.qd_login .sf .sf_content {
width: 257px;
margin: 0 auto;
padding: 17px 0
}
.qd_login .sf p {
height: auto;
margin: 0
}
.qd_login .sf p.more_logina {
width: 80px;
float: right;
margin-top: -8px
}
.qd_login .sf p.more_logina a, .qd_login .sf a.qq i {
background: url(../images/login_dialog_icons.png) no-repeat 0 0;
width: 26px;
height: 26px;
display: inline-block
}
.qd_login .sf p.more_logina a {
float: left;
margin-right: 10px;
padding: 0
}
.qd_login .sf p.more_logina .baidu {
background-position: -62px -2px
}
.qd_login .sf p.more_logina .sina {
background-position: -92px -2px
}
.qd_login .sf p.more_logina .taobao {
background-position: -61px -29px
}
.qd_login .sf p.more_logina .renren {
background-position: -92px -29px
}
.qd_login .sf p.more_logina.hidden {
display: block;
visibility: hidden
}
.qd_login .sf p.more_logina.hidden a {
-webkit-transform: scale(0);
-webkit-transition: all ease-in-out .5s;
opacity: 0
}
.qd_login .sf p.more_logina a {
-webkit-transform: scale(1);
-webkit-transition: all ease-in-out .5s;
opacity: 1
}
.qd_login .sf a {
width: auto;
height: auto;
background: 0 0;
text-indent: 0;
margin: 0
}
.qd_login .sf a:hover {
text-decoration: none
}
.qd_login .sf a.qq {
width: 92px;
height: 35px;
display: inline-block;
float: left;
line-height: 35px;
background: 0 0;
margin: 0;
text-indent: 0;
overflow: hidden
}
.qd_login .sf a.qq i {
width: 35px;
height: 35px;
margin: 0;
background-position: -5px -4px;
display: block;
float: left
}
.qd_login .sf a.qq span, .qd_login .morela span {
color: #a9a9a9
}
.qd_login .sf a.morela {
float: left;
display: inline-block;
margin: 10px 0 0 15px;
background: 0 0;
margin: 0
}
.qd_login .sf a.morela span {
font-size: 14px;
margin-left: 20px;
line-height: 35px
}
.toolbar .minicart {
_padding-top: 0
}
.toolbar .minicart.open .dropdown-menu {
display: block
}
.toolbar .minicart .cart {
height: 22px;
display: inline-block;
padding: 0 8px;
position: relative;
z-index: 10000;
border: 1px solid #fff
}
.toolbar .minicart.open .cart {
background: rgba(255,255,255,.95);
border: 0;
box-shadow: 0 0 5px #d4d4d4;
border: 1px solid #e5e5e5
}
.toolbar .minicart.open .cart em {
position: absolute;
bottom: -5px;
width: 100%;
height: 5px;
font: 0/0 "";
background: #fff;
left: 0
}
.toolbar .minicart .cart a {
color: #E12E2F
}
.toolbar .minicart .dropdown-menu {
border: 1px solid #999;
z-index: 9999;
top: 100%;
position: absolute;
display: none;
background: #fff;
background: rgba(255,255,255,.95);
box-shadow: 0 0 5px #d4d4d4;
border: 0;
width: 280px;
_width: 280px;
padding: 10px;
left: -100px;
border: 1px solid #e5e5e5
}
.toolbar .minicart .dropdown-menu .txt {
color: #666;
text-align: center;
border-bottom: 1px solid #f0f0f0;
padding-bottom: 6px
}
.toolbar .minicart .dropdown-menu .submit {
text-align: center;
padding-top: 6px;
line-height: 28px
}
.toolbar .minicart .dropdown-menu .submit i {
margin-left: 10px;
color: #666
}
.toolbar .minicart .dropdown-menu .submit em {
color: #999
}
.toolbar .minicart .dropdown-menu .submit b {
color: #e12e2f
}
.toolbar .minicart .dropdown-menu .clickbtn {
border-top: 1px solid #d62a2a;
border-bottom: 1px solid #d62a2a;
text-align: center;
display: inline-block;
vertical-align: middle
}
.toolbar .minicart .dropdown-menu .clickbtn a {
border-left: 1px solid #d62a2a;
border-right: 1px solid #d62a2a;
margin: 0 -1px;
float: left;
color: #fff;
background: #e02f2f;
text-decoration: none;
height: 26px;
line-height: 26px;
position: relative;
padding: 0 5px
}
.toolbar .minicart .dropdown-menu .clickbtn a:hover {
color: #fff;
text-decoration: none
}
.toolbar .minicart .dropdown-menu li {
width: 280px;
float: left;
padding-bottom: 10px;
text-align: left
}
.toolbar .minicart .dropdown-menu li a {
padding-left: 0
}
.toolbar .minicart .dropdown-menu li a:hover {
background: 0 0
}
.toolbar .minicart .dropdown-menu li .pic {
width: 50px;
height: 50px;
float: left;
margin-right: 6px
}
.toolbar .minicart .dropdown-menu li .pic img {
width: 50px;
height: 50px
}
.toolbar .minicart .dropdown-menu .title {
width: 144px;
color: #999;
line-height: 24px;
overflow: hidden;
height: 48px;
float: left;
text-align: left
}
.toolbar .minicart .dropdown-menu li h3 {
width: 144px;
height: 24px;
overflow: hidden;
line-height: 24px
}
.toolbar .minicart .dropdown-menu li h3 a {
color: #666
}
.toolbar .minicart .dropdown-menu li h3 a:hover {
text-decoration: underline
}
.toolbar .minicart .dropdown-menu .r {
width: 80px;
height: 48px;
overflow: hidden;
text-align: right;
line-height: 24px
}
.toolbar .minicart .dropdown-menu .r b {
font-family: "微软雅黑";
color: #e12e2f
}
.toolbar .minicart .dropdown-menu .r b em {
color: #666
}
.toolbar .minicart .dropdown-menu .r a {
color: #999;
display: inline
}
.toolbar .minicart .dropdown-menu .r a:hover {
color: #e12e2f
}
#ppLogin_qd ul li.valuetwo input.gphcode {
width: 138px;
margin-top: 12px;
padding: 6px 10px
}
.qd_login .hc ul li.valuetwo input.getdphcode {
width: 85px;
border: 1px solid #ccc;
margin-left: 10px;
text-align: center;
padding: 6px 0;
margin-top: 12px;
background-color: #F9F9F9;
cursor: pointer
}
.qd_login .hc ul li input.getdphcode-btn {
display: none;
height: 34px
}
.qd_login .hc ul li.valuetwo input.getdphcode-btn {
display: inline-block
}
.qd_login a.pperrmsgcl {
color: #009ACC
}
.qd_login .hc li.captcha_box_new input {
width: 70px
}
.qd_login .hc li.captcha_box_new img {
cursor: pointer;
margin-left: 26px;
margin-top: 12px
}
.qd_login .hc li.captcha_box img {
margin-top: 12px
}
.qd_login .hc li.token input {
height: 20px;
line-height: 20px;
padding: 4px 10px;
vertical-align: middle;
width: 80px;
background-position: 0 -56px
}
.qd_login .hc li.token img {
margin-left: 18px;
margin-top: 12px;
border: 1px solid #c9caca;
width: 80px;
height: 26px;
vertical-align: middle
}
.qd_login .hc li.token {
padding-top: 0
}
.qd_login .hc ul li a.captRefash, .qd_login .hc ul li a.captRefash:hover {
padding: 16px 0 0;
line-height: 18px;
vertical-align: middle;
text-decoration: none;
outline: 0;
display: inline-block;
float: right
}
.toolbar .minicart .cart {
border: 0
}
.cartdialog {
width: 430px
}
.dialog-thin {
width: 300px
}
.dialog-thin span.close {
display: block;
background: url(../images/login_dialog_icons.png) no-repeat -176px -11px;
width: 15px;
height: 15px
}
.dialog-thin .submit {
text-align: center;
padding-bottom: 30px
}
.dialog-thin .submit .i_btn2 {
margin-right: 0
}
.dialog-thin a:hover span.close {
background-position: -176px -11px
}
.cartdialog .submit {
border-top: 0
}
.cartdialog h4 {
background: 0 0
}
.cartdialog .tips {
padding: 40px 40px 40px 80px;
text-align: left;
font: 14px/24px "微软雅黑";
color: #333
}
.cartdialog .tips i {
float: left;
margin-left: -35px;
margin-right: 0
}
.cartdialog .tips a {
color: #428bca
}
.cartdialog .tips p {
color: #666
}
.cartdialog .suctxt {
margin-top: 10px
}
.cartdialog .suctxt .i_btn {
margin: 0 10px 0 0
}
.cartdialog .suctxt .i_btn a {
color: #fff;
padding: 0 10px
}
.cartdialog .recommend {
border-top: 1px #c2c2c2 dotted;
margin: 0 20px;
text-align: left
}
.cartdialog .recommend .hd {
line-height: 30px
}
.cartdialog .recommend ul {
padding-bottom: 20px;
margin-right: -10px;
float: left
}
.cartdialog .recommend ul li {
float: left;
width: 90px;
margin-right: 10px;
line-height: 20px
}
.cartdialog .recommend ul li img {
width: 90px;
height: 60px
}
.cartdialog .recommend ul li a {
color: #666
}
.cartdialog .recommend ul li .title {
height: 40px;
overflow: hidden
}
.cartdialog .recommend ul li .money b {
color: #e02f2f
}
.cartdialog .notepad {
padding: 30px 40px 10px;
font: 14px/24px "微软雅黑"
}
.toolbar {
padding-bottom: 8px
}
header .order_r {
float: right;
background: url(../images/step.png) 0 0 no-repeat;
width: 296px;
height: 18px;
margin-top: 8px
}
#cart .title {
border-bottom: 2px solid #e01914;
padding: 12px 0;
line-height: 26px;
text-align: left;
color: #999
}
#cart .title .l {
font: 20px/26px "微软雅黑";
margin-right: 20px;
color: #333
}
#cart .title .righti {
width: 428px;
height: 21px;
background: url(../images/icon10_new.png) no-repeat;
float: right;
margin-top: 4px
}
#cart .title .txt {
color: #666;
width: 980px;
padding: 10px 0;
float: left
}
#cart .title .txt .r {
font: 14px/26px "微软雅黑"
}
#cart .title .txt .r em {
float: left;
margin-left: 20px
}
#cart .title .txt .r em i {
width: 24px;
height: 24px;
float: left;
background: url(../images/icon4.png) no-repeat;
margin-right: 6px;
margin-top: 1px
}
#cart .title .txt .r .e1 i {
background-position: 0 0
}
#cart .title .txt .r .e2 i {
background-position: -34px 0
}
#cart .title .txt .r .e3 i {
background-position: -68px 0
}
#cart .title .txt .r a {
color: #333
}
#cart .title .txt .r a:hover {
color: #e11e19
}
#cart .title .count {
color: #f20000;
margin-left: 4px;
font-family: Arial
}
#cart .fulltips .count {
color: #e11e19
}
#cart .title a, #cart .fulltips a, .itemlist .item .hd .r a {
color: #428bca
}
.itemlist .item .hd .r {
cursor: pointer
}
#cart .fulltips {
background: #fff9e6;
text-align: left;
padding: 10px 15px
}
.itemlist .head {
padding: 12px 0;
line-height: 20px
}
.itemlist .head p {
font-weight: 700;
float: left;
text-align: center;
color: #333
}
.itemlist .head .all {
width: 38px;
position: relative;
text-align: center
}
.itemlist .head .all span {
position: absolute;
top: 0;
left: 40px;
width: 40px;
text-align: left
}
.itemlist .head .all span a {
color: #333
}
.itemlist .head .all span a:hover {
color: #e11e19
}
.itemlist .checkbox, .submitbox .checkbox {
width: 13px;
height: 13px;
display: block;
margin-top: 3px;
overflow: hidden;
padding-left: 16px;
_padding-left: 11px
}
.itemlist .head .all .checkbox {
_padding-left: 0
}
.itemlist .checkbox label, .submitbox .checkbox label {
width: 13px;
height: 13px;
background: url(../images/icon13.png) 0 -14px no-repeat;
float: left;
cursor: pointer
}
.itemlist .checkbox input, .submitbox .checkbox input {
position: relative;
top: -200%;
left: -200%;
opacity: 0;
filter: alpha(opacity=0)
}
.itemlist .on label, .submitbox .on label {
background-position: 0 -27px
}
.itemlist .head .products {
padding: 0;
text-indent: 150px;
width: 444px;
text-align: left
}
.itemlist .head .price {
width: 162px
}
.itemlist .head .number {
width: 180px
}
.itemlist .head .money {
width: 80px
}
.itemlist .head .operation {
width: 74px;
text-align: center
}
.itemlist .item {
width: 980px;
float: left;
padding-bottom: 20px
}
.itemlist .item .hd {
width: 980px;
float: left;
padding: 8px 0;
line-height: 24px
}
.itemlist .item table {
border: 1px solid #e7e7e7
}
.itemlist .item table tr td {
border-bottom: 1px solid #eee
}
.itemlist .item .hd .cb {
float: left;
width: 40px
}
.itemlist .item .hd .cb .checkbox {
margin-top: 6px
}
.itemlist .item .hd .name {
float: left;
padding-right: 5px
}
.itemlist .item .hd .openqq {
margin: 0 10px 0 4px;
float: left
}
.itemlist .item .hd .discount-rule {
margin-right: 8px
}
.itemlist .item .hd .type {
border: 1px solid #e11e19;
background: #e11e19;
float: left;
line-height: 16px;
padding: 0 4px;
margin-top: 3px;
color: #fff
}
.itemlist .item .hd .type i {
background: #e11e19;
padding: 0 4px;
color: #fff;
margin-right: 4px;
float: left;
display: none
}
.itemlist .item .hd .r span {
margin-right: 10px
}
.itemlist .item .hd .r .co1 {
color: #f60
}
.itemlist .item .hd .r .co2 {
color: #e11e19
}
.itemlist .item .hd .l a {
float: left
}
.itemlist .item .hd .l a:hover {
text-decoration: none;
color: #ff6767
}
.itemlist .item .hd .l a i {
background: url(../images/dprk.png) no-repeat;
width: 24px;
height: 14px;
float: left;
position: relative;
top: 5px
}
.itemlist .item table tr {
transition: background-color .1s ease-in 0s;
background: #fff
}
.itemlist .item table tr td {
padding: 15px 0
}
.itemlist .item table .cb {
width: 38px
}
.itemlist .item tr .checkbox {
padding-left: 15px;
_padding-left: 10px
}
.itemlist .item table tr.item-selected {
transition: background-color .2s ease-out 0s;
background: #fcfcfc;
}
.itemlist .item .products {
width: 444px;
line-height: 20px;
padding: 0;
text-align: left
}
.itemlist .item .products figure img {
width: 80px;
height: 80px;
margin-right: 10px;
float: left;
margin-top: 4px;
border: 1px solid #fefefe
}
.itemlist .item .products h3 {
width: 182px;
float: left;
margin-right: 38px;
height: 90px;
overflow: hidden;
word-wrap: break-word;
word-break: break-all
}
.itemlist .item .products h3 a {
margin-top: 3px;
max-height: 60px;
overflow: hidden;
display: block;
_height: 60px;
margin-bottom: 23px;
}
.itemlist .item table a {
color: #666
}
.itemlist .item table a:hover {
color: #e11e19
}
.itemlist .item .products .type {
height: 80px;
float: left;
width: 95px;
padding: 0 20px 0 5px;
border: 1px dashed #fff
}
.itemlist .item tr.item-selected .products .type {
border-color: #fff9e6;
color: #9c9c9c;
}
.itemlist .item tr.item-hover .products .type {
border-color: #dbebfe
}
.itemlist .item tr.item-hover .products .on, .itemlist .item tr.item-hover .products .active {
border-color: #f60
}
.itemlist .item tr.no-skunum .products .type, .itemlist .item tr.no-skunum .products .on, .itemlist .item tr.no-skunum .products .active {
border-color: transparent;
_border-width: 0
}
.itemlist .item .products .type .icon-wrapper {
position: relative
}
.itemlist .item .products .type .icon-sku-edit {
display: none;
position: absolute;
right: -22px;
_right: 0;
top: -1px;
width: 13px;
height: 16px;
color: #fff;
cursor: pointer;
background: #f60;
padding: 2px 4px 0;
line-height: 1;
text-indent: -999px;
overflow: hidden;
background: transparent url(../images/icon_pencil.png) no-repeat;
_background: 0 0;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://i4.tuanimg.com/cart/asset/../images/icon_pencil.png")
}
.itemlist .item .products .on .icon-sku-edit, .itemlist .item .products .active .icon-sku-edit {
display: block;
right: -21px;
_right: 0;
width: 26px;
text-indent: 0;
background: #f60;
background-position: 0 -16px;
_background: 0 0
}
.itemlist .item tr.item-hover .products .type .icon-sku-edit {
display: block
}
.itemlist .item tr.no-skunum .products .type .icon-sku-edit {
display: none
}
.itemlist .item .products .type .nubA {
display: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none
}
.itemlist .item .products .type .nubA a {
color: #428bca
}
.itemlist .item .products .on .nubA, .itemlist .item .products .active .nubA {
position: relative;
display: block
}
.itemlist .item .products .active .nubA .block {
background: #fff;
border: 1px solid #ddd;
position: absolute;
top: -20px;
left: 0;
z-index: 99;
box-shadow: 2px 2px 2px rgba(102,102,102,.2)
}
.itemlist .item .products .active .nubA .nl {
padding: 20px 10px 10px 20px;
background: #fff;
min-width: 230px;
_width: 230px;
height: auto;
min-height: 120px;
_height: 120px;
border-right: 1px solid #ddd;
margin-right: 131px;
_margin-right: 131px;
float: left
}
.itemlist .item .products .active .sku-selector .prop-2-wrapper {
clear: left
}
.itemlist .item .products .active .nubA .block .color li, .itemlist .item .products .active .nubA .block .size li {
border: 1px solid #ccc;
float: left;
margin-right: 6px;
padding: 1px;
background: #fff;
margin-bottom: 5px;
line-height: 24px
}
.itemlist .item .products .active .nubA .block .color li a, .itemlist .item .products .active .nubA .block .size li a {
padding: 2px 8px;
text-decoration: none;
text-align: center;
line-height: 24px;
background: #fff;
text-transform: uppercase;
white-space: nowrap;
vertical-align: top;
float: left
}
.itemlist .item .products .active .nubA .block .color li a {
height: 24px;
padding: 2px
}
.itemlist .item .products .active .nubA .block .color li img, {
vertical-align:top;
width:24px;
height:24px
}
.itemlist .item .products .active .nubA .block .color li.cur, .itemlist .item .products .active .nubA .block .size li.cur {
border-color: #e02f2f
}
.itemlist .item .products .active .nubA .block .color li.no, .itemlist .item .products .active .nubA .block .size li.no {
border-color: #e8e8e8
}
.itemlist .item .products .active .nubA .block .color li.no a, .itemlist .item .products .active .nubA .block .size li.no a {
color: #666;
-ms-filter: "alpha(Opacity=30)";
filter: alpha(opacity=30);
opacity: .3
}
.itemlist .item .products .active .nubA .nl dl {
margin-bottom: 10px;
*margin-bottom:14px
}
.itemlist .item .products .active .nubA dt {
float: left;
line-height: 24px
}
.itemlist .item .products .active .nubA dd {
display: table;
font-family: Arial;
*float:left
}
.itemlist .item .products .active .nubA .block a {
color: #666
}
.itemlist .item .products .active .nubA .corner {
position: absolute;
left: 0
}
.itemlist .item .products .active .nubA .corner em.arrow-back {
position: absolute;
content: "\25C6";
left: 10px;
top: -11px;
*top:-10px;
_top: -9px;
width: 10px;
height: 10px;
font-family: Arial;
font-style: normal;
line-height: 20px;
font-size: 20px;
color: #ccc
}
.itemlist .item .products .active .nubA .corner em.arrow-front {
position: absolute;
left: 10px;
top: -10px;
*top:-9px;
_top: -8px;
width: 10px;
height: 10px;
font-family: Arial;
font-style: normal;
line-height: 20px;
font-size: 20px;
color: #fff
}
.itemlist .item .products .active .nubA aside {
position: absolute;
top: 0;
right: 0;
padding: 25px 15px
}
.itemlist .item .products .active .nubA aside img {
width: 100px;
height: 100px
}
.itemlist .item .products .active .nubA .submit {
padding-left: 36px;
*padding-top:15px;
float: left;
width: 194px
}
.itemlist .item .products .active .nubA .submit span a {
float: left;
line-height: 22px;
width: 40px;
text-decoration: none;
text-align: center;
border: 1px solid
}
.itemlist .item .products .active .nubA .submit .gbtn1 a {
color: #fff;
background: #e11e19;
border-color: #e11e19;
margin-right: 10px;
display: inline
}
.itemlist .item .products .active .nubA .submit .gbtn1 a.disabled {
color: #aaa;
background: #eee;
border-color: #ccc;
margin-right: 10px;
display: inline
}
.itemlist .item .products .active .nubA .submit .gbtn2 a {
color: #666;
background: #fff;
border-color: #ccc
}
.itemlist .item .price {
width: 162px;
vertical-align: top;
text-align: center;
line-height: 16px
}
.itemlist .item .price .time_z {
border: 1px solid #e60012;
color: #fff;
width: 128px;
overflow: hidden;
margin: 0 auto;
line-height: 22px
}
.itemlist .item .price .time_z time {
background: #fff;
width: 120px;
float: left;
padding: 0 4px
}
.itemlist .item .price .time_z.tz1 {
background: #f60;
border-color: #f60
}
.itemlist .item .price .time_z.tz1 time {
color: #f60
}
.itemlist .item .price .time_z.tz2 {
background: #e60012;
border-color: #f60
}
.itemlist .item .price .time_z.tz2 time {
color: #e60012
}
.itemlist .item .price p {
color: #b5b5b5
}
.itemlist .item .price p b {
color: #393939;
font-size: 14px
}
.itemlist .item .number {
width: 90px;
padding: 0 45px;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none
}
.itemlist .item .number p {
background: #fff;
border: 1px solid #ccc;
float: left;
line-height: 16px
}
.itemlist .item .number input {
background: #fcfcfc;
border-color: #eee;
border-style: solid;
border-width: 0 1px;
float: left;
height: 16px;
padding: 2px 5px;
text-align: center;
width: 25px
}
.itemlist .item .number i {
cursor: pointer;
float: left;
line-height: 222px;
height: 20px;
text-align: center;
width: 22px;
overflow: hidden;
background: url(../images/icon2.png) no-repeat
}
.itemlist .item .number i.decrease {
background-position: 0 -40px
}
.itemlist .item .number i.decrease.no-drop {
background-position: 0 -20px;
pointer-events: none;
cursor: no-drop
}
.itemlist .item .number i.increase {
background-position: 0 0
}
.itemlist .item .number i.increase.no-drop {
background-position: 0 -60px;
pointer-events: none;
cursor: no-drop
}
.itemlist .item .number .err {
display: block;
float: left;
color: #f40;
font-style: normal;
margin-top: 4px;
width: 90px;
text-align: left
}
.itemlist .item .money {
font-family: Verdana,Tahoma,arial;
text-align: center;
width: 80px;
font-size: 14px;
color: #f40;
font-weight: 700;
}
.itemlist .item .operation {
width: 74px
}
.lose .item-selected {
background-color: #f2f2f2!important
}
.lose .item .hd {
border-bottom: 2px solid #bababa;
margin-bottom: 25px;
padding-right: 20px;
width: 960px
}
.lose .item .hd .l .invalid-title {
padding-left: 14px;
font-size: 14px;
font-weight: 700;
color: #333;
font-style: normal;
float: left
}
.lose .item .hd .l .invalid-title .count {
color: #f20000;
margin-left: 4px;
font-family: Arial
}
.lose .item .hd .r a {
color: #666;
float: left;
font-weight: 700
}
.lose .item .hd .l span {
cursor: pointer;
margin-left: 20px;
float: left
}
.lose .item .hd .l span i {
float: left
}
.lose .item .hd .l span em {
background: url(../images/icon15.png) no-repeat 0 -14px;
height: 14px;
margin-left: 4px;
width: 10px;
float: left
}
.lose .item .hd .l .up em {
background-position: -9px -14px
}
.lose .item table tr {
background: #f2f2f2;
opacity: .6
}
.lose .item .invalid-xiajia {
width: 60px;
float: left;
padding-top: 28px;
line-height: 20px
}
.lose .item .products figure img {
width: 65px;
height: 65px;
border: 0
}
.lose .item .products h3 {
padding-top: 28px;
height: 20px;
line-height: 20px;
width: 280px;
margin-right: 0
}
.lose .item .price p b {
font-size: 12px;
color: #999
}
.lose .item .numberinfo {
width: 180px;
line-height: 22px
}
.lose .item .numberinfo .red {
color: #e11e19
}
.lose .item .numberinfo a {
color: #428bca;
display: block
}
.lose .item .products .type {
border-color: #f2f2f2
}
.lose .item .money {
font-size: 12px;
color: #666
}
.submitbox {
overflow: hidden
}
.submitbox .all {
width: 38px;
float: left;
position: relative;
text-align: center
}
.submitbox .all span {
position: absolute;
left: 40px;
top: 0;
text-align: left;
width: 100px
}
.submitbox .all .checkbox {
margin-top: 5px
}
.submitbox .all .del {
margin-left: 20px
}
.submitbox .r {
width: 800px;
text-align: right
}
.submitbox .r span {
padding-right: 20px
}
.submitbox .r span.amount {
padding-right: 10px;
vertical-align: middle;
font-size: 16px
}
.submitbox .r span.saving-price-wrapper {
padding: 0
}
.submitbox .r .co1 {
color: #cf201c
}
.submitbox .r .co2 {
color: #00923e
}
.submitbox .r b {
color: #e60012
}
.submitbox .r strong {
color: red;
font: 700 20px/24px Arial;
vertical-align: middle
}
.submitbox .r .accounts {
height: 56px;
width: 150px;
display: inline-block;
background: #e11e19;
color: #fff;
font: 22px/56px "微软雅黑";
text-decoration: none;
text-align: center;
margin: -18px -1px -16px 0;
*margin-top:-17px;
position: relative;
vertical-align: middle;
border-right: 1px solid #e11e19
}
.submitbox .r .disabled {
background: #ddd;
color: #999;
cursor: default;
border-right-color: #ddd
}
.submitbox .fixedbox {
background: #fff;
line-height: 24px;
height: 24px;
padding: 15px 0;
width: 978px;
border: 1px solid #d50000
}
.submitbox .fixed {
position: fixed;
margin-left: -490px;
bottom: 0;
left: 50%;
_position: absolute;
_display: inline;
z-index: 999
}
.recommend {
padding: 30px 0
}
.recommend .hd {
overflow: hidden;
height: 30px
}
.recommend .hd span {
font: 700 14px/18px "宋体";
color: #333;
float: left
}
.recommend ul {
width: 1100px;
margin-right: -20px;
overflow: hidden
}
.recommend ul li {
float: left;
width: 180px;
text-align: left;
line-height: 20px;
margin-right: 18px;
border: 1px solid #bbb;
height: 235px;
font-family: "微软雅黑";
margin-bottom: 20px
}
.recommend ul li:hover {
border: 1px solid #eb1610
}
.recommend ul li img {
width: 180px;
height: 180px
}
.recommend ul li p {
text-align: right;
padding: 0 10px
}
.recommend ul li p b {
color: #fd4600;
float: left;
font-weight: 400
}
.recommend ul li h3 {
height: 27px;
line-height: 27px;
padding: 0 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.recommend ul li h3 a {
color: #666
}
.cart_undefined {
overflow: hidden;
color: #4d4735
}
.cart_undefined .info {
width: 420px;
margin: 100px auto;
text-align: left;
padding-left: 90px
}
.cart_undefined .info p {
font: 14px/24px "宋体";
padding-top: 10px
}
.cart_undefined .info i {
width: 66px;
height: 48px;
background: url(../images/icon22.png) no-repeat 0 0;
margin-left: -90px;
float: left
}
.cart_undefined .info i.i2 {
background-position: 0 -48px
}
.cart_undefined .info i.i3 {
background-position: 0 -96px
}
.cart_undefined .info .p {
padding-top: 4px
}
.cart_undefined .info p a {
color: #428bca
}
.cart_undefined .noint {
margin: 50px auto
}
.cart_undefined .dlncnl a, .cart_undefined .dlncyl a {
position: absolute;
overflow: hidden;
text-indent: -9999px;
outline: 0;
right: 0
}
.cart_undefined .un_cart_i {
width: 70px;
height: 60px;
background: url(../images/icon7.png) no-repeat 0 -20px;
_background: url(../images/icon7IE6.png) no-repeat 0 -20px;
position: absolute;
top: 0;
left: 0
}
.cart_undefined .un_cart_i2 {
width: 120px;
height: 70px;
background: url(../images/icon7.png) -80px 0 no-repeat;
_background: url(../images/icon7IE6.png) -80px 0 no-repeat;
top: 40px;
right: 0;
display: block;
position: absolute
}
.cart_undefined .dlncnl {
width: 300px;
margin: 100px auto;
height: 150px;
position: relative
}
.cart_undefined .dlncnl .txt {
width: 210px;
font: 700 16px/30px "微软雅黑";
top: 6px;
left: 90px;
position: absolute;
text-align: left
}
.cart_undefined .dlncnl a {
width: 170px;
height: 99px;
background: url(../images/icon7.png) 0 -81px no-repeat;
_background: url(../images/icon7IE6.png) 0 -81px no-repeat;
top: 40px
}
.cart_undefined .dlncnl a:hover {
background-position: 0 -181px
}
.cart_undefined .dlncyl {
width: 350px;
margin: 100px auto;
height: 150px;
position: relative
}
.cart_undefined .dlncyl .txt {
width: 260px;
font: 700 16px/30px "微软雅黑";
top: 6px;
left: 90px;
position: absolute;
text-align: left
}
.cart_undefined .dlncyl a {
width: 200px;
height: 120px;
background: url(../images/icon7.png) 0 -280px no-repeat;
_background: url(../images/icon7IE6.png) 0 -280px no-repeat;
top: 40px
}
.cart_undefined .dlncyl a:hover {
background-position: 0 -400px
}
.cart_undefined .ndlncnl, .cart_undefined .ndlncyl {
width: 400px;
margin: 100px auto;
height: 150px;
position: relative
}
.cart_undefined .ndlncnl .txt, .cart_undefined .ndlncyl .txt {
width: 260px;
font: 700 16px/30px "微软雅黑";
top: 6px;
left: 90px;
position: absolute;
text-align: left
}
.cart_undefined .ndlncnl .txt a, .cart_undefined .ndlncyl .txt a {
color: #4d4735
}
.cart_undefined .ndlncnl .txt em, .cart_undefined .ndlncnl .txt a.quick-login, .cart_undefined .ndlncyl .txt em, .cart_undefined .ndlncyl .txt a.quick-login {
color: #ee3c3c;
font-size: 18px
}
footer {
border-top: 1px solid #e8e8e8;
color: #999;
padding-bottom: 15px;
line-height: 30px
}
footer p {
color: #999;
margin-top: 10px
}
footer p a {
margin: 0 10px;
color: #999
}
.importantnote {
background: #fff9e6;
text-align: left;
padding: 6px 15px;
margin-top: 20px;
color: #c00;
border: 1px solid #e9e9e9
}
.itemlist .item .hd .quality_seller {
width: 22px;
height: 28px;
float: left;
background: url(../images/v1icon5.png) 0 0 no-repeat;
position: relative;
margin-right: 6px
}
.itemlist .item .hd .quality_seller .info {
width: 140px;
height: 24px;
position: absolute;
left: -40px;
top: 32px;
padding: 0 6px;
text-align: center;
background: #e82b3d;
line-height: 24px;
color: #fff;
display: none
}
.itemlist .item .hd .quality_seller .info sup {
left: 46px;
top: -10px;
font: 0/0 '';
border: 5px solid #e82b3d;
position: absolute;
border-color: transparent transparent #e82b3d
}
.yph {
width: 27px;
height: 18px;
display: inline-block;
background: url(../images/new_y_s2.png) no-repeat;
background-size: 27px 18px;
margin-right: 5px
}
.xsq, .audit0, .audit1, .return, .xsq, .pro_ppt {
width: 16px;
height: 16px;
display: inline-block;
background: url(../images/p_Spirit5.png);
margin-right: 5px
}
.xsq {
background-position: 0 -643px
}
.return {
background-position: 0 -592px
}
.audit0 {
background-position: 0 -626px
}
.audit1 {
background-position: 0 -609px
}
.pro_ppt {
background: url(../images/deal_y.png) no-repeat -10px -270px
}
.itemlist .item .products .you {
width: 29px;
height: 22px;
display: inline-block;
background: url(../images/new_y_s1.png);
margin-right: 5px;
vertical-align: middle
}
.itemlist .item .products .manjian {
height: 20px;
line-height: 20px;
display: inline-block;
background: #e7000b;
padding: 0 0 0 4px;
color: #fff;
vertical-align: middle;
margin-right: 5px
}
.itemlist .item .products .manjian a {
text-decoration: none;
height: 18px;
line-height: 18px;
display: inline-block;
background: #fdf4f6;
padding: 0 3px;
color: #e7000b;
vertical-align: top;
border: 1px solid #e7000b;
margin: 0 0 0 4px
}
.itemlist .item .products .manjian a:hover {
text-decoration: none
}
.update-tips {
background: #fff9e6;
text-align: left;
padding: 8px 15px;
color: #ec6060;
border: 1px solid #e9e9e9;
line-height: 22px;
margin-bottom: 10px
}
.update-tips b {
color: #e00
}
.update-tips a {
color: #ec6060;
text-decoration: underline
}
.dealjfdig, .giveup {
width: 410px;
text-align: left
}
.dealjfdig article {
color: #333;
line-height: 26px;
padding: 40px
}
.bind_phone {
width: 450px;
border: 0
}
.bind_phone .diginfo article {
padding-top: 20px
}
.bind_phone .diginfo h4 {
font: 14px/20px "微软雅黑";
color: #fff;
padding: 15px 0 15px 30px;
border-bottom: 1px solid #d1d1d1;
background: #c7000b
}
.bind_phone .diginfo .captcha_box img.captchaImg {
border: 1px solid #ccc;
width: 73px;
margin-left: 12px!important
}
.bind_phone .diginfo .captcha_box a.changeCapt {
color: #c00;
padding-left: 4px;
text-decoration: none;
cursor: pointer
}
.giveup {
font: 14px/20px "微软雅黑";
color: #fff;
height: 184px
}
.giveup p {
margin-top: 40px;
font-size: 14px
}
.giveup article {
color: #333;
line-height: 26px;
padding: 10px
}
.giveup .submit {
margin-top: 25px
}
.giveup span.close {
display: block;
width: 20px;
height: 20px;
background: url(../images/login_dialog_icons.png) no-repeat scroll -177px -12px
}
.dialog-wrapper h4 {
border-radius: 0
}
.reg_box {
text-align: left
}
.reg_box input {
vertical-align: middle;
padding: 4px 10px;
border: 1px solid #ccc
}
.reg_box .itext1 {
background-position: 0 -40px;
width: 240px;
height: 20px
}
.reg_box .itext2 {
background-position: 0 -72px;
width: 115px;
height: 20px
}
.reg_box #reg_submit_i {
background-position: 0 -172px;
width: 80px;
height: 30px
}
.reg_box .item {
padding: 15px 0 0 108px
}
.reg_box .nextbind {
margin-top: 10px;
margin-left: 10px;
color: #09c;
text-decoration: none;
display: inline-block
}
.reg_box .item label {
margin-left: -100px;
text-align: right;
float: left;
width: 100px;
height: 28px;
font: 12px/28px "宋体";
display: inline;
color: #666
}
.reg_box .item input.pic_value {
width: 50px
}
.reg_box .item img.pic_valide {
cursor: pointer;
padding-left: 20px
}
.reg_box .item label em {
color: #c20000;
padding-right: 5px
}
.reg_box .item .i_codeP a, .reg_box .item .i_codeP a:hover {
width: 118px;
height: 28px;
margin-left: 7px;
line-height: 28px;
display: inline-block;
background: url(../images/bdsj2.png) no-repeat 0 -208px;
vertical-align: middle;
text-align: center;
text-decoration: none
}
.reg_box .item .i_codeP a.disbtn {
cursor: no-drop;
color: #999
}
.msg_box {
}
.msg_box em {
display: inline-block;
width: 17px;
height: 16px;
vertical-align: middle;
background: url(../images/bdsj2.png) no-repeat -143px -113px;
margin-right: 5px
}
.reg_box .item .row1 {
color: #c20000;
margin-top: 10px;
line-height: 16px;
width: 270px;
max-height: 48px;
overflow: hidden
}
.reg_box .item .row1 em {
background-position: -143px -113px
}
.reg_box .item .row1 em.yes {
background-position: -84px -113px
}
.reg_box .item .row2 {
color: #c20000
}
.reg_box .item .row2 em {
background-position: -114px -108px
}
.reg_box .item input.btn {
display: inline;
float: left;
margin-right: 10px;
width: 68px;
height: 30px;
padding: 0;
background: #E1262B;
border-radius: 5px;
color: #fff;
font-size: 14px;
cursor: pointer
}
.reg_box .msg_zt3 .row1 {
color: #c20000
}
.reg_box .msg_zt3 .row1 em {
background-position: -143px -113px
}
.reg_box .msg_zt1 .row1 {
color: #c20000
}
.reg_box .msg_zt1 .row1 em {
background-position: -114px -113px
}
.reg_box .msg_zt2 .row1 {
color: #c20000
}
.reg_box .msg_zt2 .row1 em {
background-position: -84px -113px
}
#dialog_bdsj_bangding .diginfo .reg_box .item {
width: auto
}
.dialog-wrapper .submit {
border-top: medium none;
padding: 10px 0 20px;
text-align: center
}
.dialog-wrapper .submit a {
border-radius: 4px
}
.dialog-wrapper .submit .i_btn2 a {
border: 1px solid #ccc
}
.dialog-wrapper .submit .i_btn1 a {
border: 1px solid #d62a2a
}
.dialog-overlay2 {
background: #000 none repeat scroll 0 0;
width: 100%;
height: 7533px;
opacity: .5;
position: absolute;
overflow: hidden;
left: 0;
top: 0;
z-index: 99999
}
.yearlater {
color: #e12e2f;
width: 980px;
text-align: left;
float: left;
font-family: "微软雅黑"
}
.yearlater a, header .yearlater a:hover {
color: #428bca
} | 0.356111 | 0.148602 |
@import url(https://fonts.googleapis.com/css?family=Lato);
/*
custom classes starts with p-
colors darker to lighter
blue paxapos #244289
0B2D71
1D4189
284D97
4673C3
3C578D
grey paxapos #666666
101010
535353
6d6d6d
6a6a6a
red paxapos #B71D21
b71d21
almost white
F5F9FB
*/
.blue{
color: #244289;
}
.blue-9{
color: rgba(36, 66, 137, 0.9);
}
.blue-8{
color: rgba(36, 66, 137, 0.8);
}
.blue-5{
color: rgba(36, 66, 137, 0.5);
}
.blue-3{
color: rgba(36, 66, 137, 0.3);
}
.red{
color: #B71D21;
}
.grey{
color: #666666;
}
.grey-9{
color: rgba(102, 102, 102, 0.9);
}
.grey-8{
color: rgba(102, 102, 102, 0.8);
}
.grey-5{
color: rgba(102, 102, 102, 0.5);
}
.grey-3{
color: rgba(102, 102, 102, 0.3);
}
.black{
color: #000;
}
.black-9{
color: rgba(0,0,0,0.9);
}
.black-8{
color: rgba(0,0,0,0.8);
}
.black-5{
color: rgba(0,0,0,0.5);
}
.black-3{
color: rgba(0,0,0,0.3);
}
.white{
color: #fff;
}
.white-9{
color: rgba(255, 255, 255, 0.9);
}
.white-8{
color: rgba(255, 255, 255, 0.8);
}
.white-5{
color: rgba(255, 255, 255, 0.5);
}
.white-3{
color: rgba(255, 255, 255, 0.3);
}
.bg-blue{
background-color: #244289;
}
.bg-blue-9{
background-color: rgba(36, 66, 137, 0.9);
}
.bg-blue-8{
background-color: rgba(36, 66, 137, 0.8);
}
.bg-blue-5{
background-color: rgba(36, 66, 137, 0.5);
}
.bg-blue-3{
background-color: rgba(36, 66, 137, 0.3);
}
.bg-red{
background-color: #B71D21;
}
.bg-grey{
background-color: #666666;
}
.bg-grey-9{
background-color: rgba(102, 102, 102, 0.9);
}
.bg-grey-8{
background-color: rgba(102, 102, 102, 0.8);
}
.bg-grey-5{
background-color: rgba(102, 102, 102, 0.5);
}
.bg-grey-3{
background-color: rgba(102, 102, 102, 0.3);
}
.bg-black{
background-color: rgba(0, 0, 0, 0.7);
}
.bg-white{
background-color: rgba(255, 255, 255, 1);
}
.bg-white-8{
background-color: rgba(255, 255, 255, 0.85);
}
.bg-white-5{
background-color: rgba(255, 255, 255, 0.85);
}
.bg-white-3{
background-color: rgba(255, 255, 255, 0.85);
}
.content-white{
background-color: rgba(255, 255, 255, 1);
padding: 15px;
border: 1px solid #dddddd;
border-top: 1px solid #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Merriweather Sans', sans-serif;
font-weight: 700;
line-height: 1.1;
color: rgba(0, 0, 0, 0.7);
}
/* hacer que el footer quede siempre abajo aunque la pagina se mas chica*/
#body-wrapper {
min-height:100%;
position:relative;
}
html,
body {
margin:0;
padding:0;
height:100%;
}
/* EOF: hacer que el footer quede siempre abajo */
body {
font-family: 'Lato';
font-style: normal;
}
/* mensajes */
.message{
margin-bottom: 0px;
text-align: center;
}
#flashMessage.message {
margin: 0px;
padding: 15px;
padding-top: 3%;
padding-bottom: 3%;
border: 1px solid transparent;
}
#flashMessage.message h4 {
margin-top: 0;
color: inherit;
}
#flashMessage.message .alert-link {
font-weight: bold;
}
#authMessage.message hr,#flashMessage.message hr {
border-top-color: #c9e2b3;
}
#authMessage.message .alert-link, #flashMessage.message .alert-link {
color: #356635;
}
.thumb{
height: 50px;
}
.center{
text-align: center;
} | Risto/webroot/css/ristorantino/style.css | @import url(https://fonts.googleapis.com/css?family=Lato);
/*
custom classes starts with p-
colors darker to lighter
blue paxapos #244289
0B2D71
1D4189
284D97
4673C3
3C578D
grey paxapos #666666
101010
535353
6d6d6d
6a6a6a
red paxapos #B71D21
b71d21
almost white
F5F9FB
*/
.blue{
color: #244289;
}
.blue-9{
color: rgba(36, 66, 137, 0.9);
}
.blue-8{
color: rgba(36, 66, 137, 0.8);
}
.blue-5{
color: rgba(36, 66, 137, 0.5);
}
.blue-3{
color: rgba(36, 66, 137, 0.3);
}
.red{
color: #B71D21;
}
.grey{
color: #666666;
}
.grey-9{
color: rgba(102, 102, 102, 0.9);
}
.grey-8{
color: rgba(102, 102, 102, 0.8);
}
.grey-5{
color: rgba(102, 102, 102, 0.5);
}
.grey-3{
color: rgba(102, 102, 102, 0.3);
}
.black{
color: #000;
}
.black-9{
color: rgba(0,0,0,0.9);
}
.black-8{
color: rgba(0,0,0,0.8);
}
.black-5{
color: rgba(0,0,0,0.5);
}
.black-3{
color: rgba(0,0,0,0.3);
}
.white{
color: #fff;
}
.white-9{
color: rgba(255, 255, 255, 0.9);
}
.white-8{
color: rgba(255, 255, 255, 0.8);
}
.white-5{
color: rgba(255, 255, 255, 0.5);
}
.white-3{
color: rgba(255, 255, 255, 0.3);
}
.bg-blue{
background-color: #244289;
}
.bg-blue-9{
background-color: rgba(36, 66, 137, 0.9);
}
.bg-blue-8{
background-color: rgba(36, 66, 137, 0.8);
}
.bg-blue-5{
background-color: rgba(36, 66, 137, 0.5);
}
.bg-blue-3{
background-color: rgba(36, 66, 137, 0.3);
}
.bg-red{
background-color: #B71D21;
}
.bg-grey{
background-color: #666666;
}
.bg-grey-9{
background-color: rgba(102, 102, 102, 0.9);
}
.bg-grey-8{
background-color: rgba(102, 102, 102, 0.8);
}
.bg-grey-5{
background-color: rgba(102, 102, 102, 0.5);
}
.bg-grey-3{
background-color: rgba(102, 102, 102, 0.3);
}
.bg-black{
background-color: rgba(0, 0, 0, 0.7);
}
.bg-white{
background-color: rgba(255, 255, 255, 1);
}
.bg-white-8{
background-color: rgba(255, 255, 255, 0.85);
}
.bg-white-5{
background-color: rgba(255, 255, 255, 0.85);
}
.bg-white-3{
background-color: rgba(255, 255, 255, 0.85);
}
.content-white{
background-color: rgba(255, 255, 255, 1);
padding: 15px;
border: 1px solid #dddddd;
border-top: 1px solid #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Merriweather Sans', sans-serif;
font-weight: 700;
line-height: 1.1;
color: rgba(0, 0, 0, 0.7);
}
/* hacer que el footer quede siempre abajo aunque la pagina se mas chica*/
#body-wrapper {
min-height:100%;
position:relative;
}
html,
body {
margin:0;
padding:0;
height:100%;
}
/* EOF: hacer que el footer quede siempre abajo */
body {
font-family: 'Lato';
font-style: normal;
}
/* mensajes */
.message{
margin-bottom: 0px;
text-align: center;
}
#flashMessage.message {
margin: 0px;
padding: 15px;
padding-top: 3%;
padding-bottom: 3%;
border: 1px solid transparent;
}
#flashMessage.message h4 {
margin-top: 0;
color: inherit;
}
#flashMessage.message .alert-link {
font-weight: bold;
}
#authMessage.message hr,#flashMessage.message hr {
border-top-color: #c9e2b3;
}
#authMessage.message .alert-link, #flashMessage.message .alert-link {
color: #356635;
}
.thumb{
height: 50px;
}
.center{
text-align: center;
} | 0.355775 | 0.169956 |
button > .none {
display: inline-block;
background-color: #ccc;
color: #444;
padding: 10px 20px;
text-decoration: none;
box-sizing: border-box;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
border: 0px;
}
@media (min-width: 992px) {
.search {
min-width: 450px;
}
}
#logo {
margin-top: 0.9%;
/*height: 67px;*/
height: 80px;
position: absolute;
}
.ui-autocomplete {
z-index:9999;
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: none;
}
.ui-menu .ui-menu {
/*position: absolute;*/
}
.ui-menu .ui-menu-item {
/*position: absolute;*/
margin: 0;
padding: 3px 1em 3px .4em;
cursor: pointer;
min-height: 0; /* support: IE7 */
/* support: IE10, see #8844 */
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
}
/* icon support */
.ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item {
padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
/* Component containers
----------------------------------*/
.ui-widget {
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
font-size: 1.1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
font-size: 1em;
}
.ui-widget-content {
/*border: 1px solid #337ab7;*/
/*background: #F5F5F5 url("jquery-ui-1.11.2/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
*/
background-color: #F5F5F5; /* #e5e5e5; */
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-focus{
background-color: #eee;
text-decoration: none;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
color: #337ab7;
text-decoration: none;
border-color: #337ab7;
}
/* states and images */
.ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url("jquery-ui-1.11.2/images/ui-icons_222222_256x240.png");
}
.ui-autocomplete-category {
font-weight: bold;
/*padding: .2em .4em;
margin: .8em 0 .2em;
line-height: 1.5;*/
color: #827575;
padding-left: 10%;
background-color: #f0f0f0;
}
/*
menu lateral ( nav nav-sidebar )
*/
.nav-sub li a {
margin-left: 10px;
} | assets/css/my.css | button > .none {
display: inline-block;
background-color: #ccc;
color: #444;
padding: 10px 20px;
text-decoration: none;
box-sizing: border-box;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
border: 0px;
}
@media (min-width: 992px) {
.search {
min-width: 450px;
}
}
#logo {
margin-top: 0.9%;
/*height: 67px;*/
height: 80px;
position: absolute;
}
.ui-autocomplete {
z-index:9999;
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: none;
}
.ui-menu .ui-menu {
/*position: absolute;*/
}
.ui-menu .ui-menu-item {
/*position: absolute;*/
margin: 0;
padding: 3px 1em 3px .4em;
cursor: pointer;
min-height: 0; /* support: IE7 */
/* support: IE10, see #8844 */
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
}
/* icon support */
.ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item {
padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
/* Component containers
----------------------------------*/
.ui-widget {
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
font-size: 1.1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
font-size: 1em;
}
.ui-widget-content {
/*border: 1px solid #337ab7;*/
/*background: #F5F5F5 url("jquery-ui-1.11.2/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
*/
background-color: #F5F5F5; /* #e5e5e5; */
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-focus{
background-color: #eee;
text-decoration: none;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
color: #337ab7;
text-decoration: none;
border-color: #337ab7;
}
/* states and images */
.ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url("jquery-ui-1.11.2/images/ui-icons_222222_256x240.png");
}
.ui-autocomplete-category {
font-weight: bold;
/*padding: .2em .4em;
margin: .8em 0 .2em;
line-height: 1.5;*/
color: #827575;
padding-left: 10%;
background-color: #f0f0f0;
}
/*
menu lateral ( nav nav-sidebar )
*/
.nav-sub li a {
margin-left: 10px;
} | 0.247896 | 0.049912 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300&family=Poppins:wght@100;300&display=swap");
* {
margin: 0;
padding: 0;
font-size: 15px;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
color: #fff;
--main-heading-color: #e1f1de;
--body-bg-color: rgba(32, 17, 46, 0.884);
--gradient-color: linear-gradient(0deg, #2c6975, #68b2a0);
--slider-color: #cde0c9;
--slider-thumb-color: #f8996f;
--algo-btn-color: #6b4a60;
--algo-btn-selected: #f1c122;
--algo-btn-unselected: #6b4a60;
}
body {
margin: 0;
padding: 0;
background-color: var(--body-bg-color);
width: 100vw;
height: 100vh;
min-width: 500px;
}
/* grid container */
.container {
display: grid;
grid-template-columns: 250px calc(100vw - 250px);
grid-template-rows: 15vh 15vh 70vh;
grid-template-areas:
"header header"
"buttons controls"
"buttons chart";
}
/* header */
.container header {
grid-area: header;
padding-left: 1.5rem;
padding-top: 2rem;
color: var(--main-heading-color);
}
/* main heading */
.container header > h1 {
font-size: 4rem;
}
/* input controls container */
.container .input-controls {
grid-area: controls;
display: flex;
flex-flow: coloumn wrap;
justify-content: space-evenly;
align-items: center;
flex-basis: 50%;
}
.container .input-controls > div {
grid-area: controls;
width: 30%;
color: var(--main-heading-color);
font-size: 20px;
}
/* range slider */
.container .input-controls input {
width: 80%;
}
/* menu container containing algorithms options*/
.container .menu {
grid-area: buttons;
display: flex;
flex-direction: column;
padding-left: 5px;
padding-right: 1rem;
align-items: center;
height: 100%;
}
/* .container .menu h3 {
font-size: 20px;
padding-left: 8px;
margin-bottom: 2rem;
} */
.container .menu button {
width: 210px;
height: 6vh;
border: none;
font-weight: bold;
border-radius: 10px;
cursor: pointer;
outline: none;
}
/* for algo buttons */
.container .menu .algo {
background-color: var(--algo-btn-color);
margin: 8px 0;
padding: 10px 8px;
color: var(--main-heading-color);
}
/* style "generate array button" */
.generate {
margin: 3rem auto;
background-color: #d7d7df;
color: var(--body-bg-color);
padding: 10px 8px;
}
.menu .algo:hover {
background-color: #e0acbcb7;
color: #fff;
transform: scale(1.05);
}
.generate:hover {
background-color: gray;
color: white;
}
.generate:active,
.algo:focus,
.algo:active {
background: #d7d7df;
outline: none;
color: #5e5e80;
}
/* style applied to all buttons except one which is selected */
.butt_locked {
color: white;
height: 6vh;
margin: 8px 0;
padding: 10px 8px;
float: left;
left: 10px;
}
.butt_selected {
background: var(--algo-btn-selected);
color: white;
margin: 8px 0;
padding: 10px 8px;
}
.generate_locked {
background: rgb(126, 126, 126);
color: white;
margin: 3rem 0px;
padding: 5px;
border-radius: 15px;
}
.butt_unselected {
background: var(--algo-btn-unselected);
color: white;
float: left;
margin: 8px 0;
padding: 10px 8px;
}
/* visualization chart */
div.chart {
grid-area: chart;
background: #f5f5f5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
/* left: 180px; */
width: 95%;
height: 90%;
margin-left: 1rem;
/* overflow: hidden; */
}
@media only screen and (max-width: 600px) {
.chart {
width: 62%;
}
}
@media only screen and (max-width: 800px) {
.chart {
width: 67%;
}
}
.slider {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 8px;
background-color: var(--slider-color);
outline: none;
border-radius: 10px;
opacity: 0.9;
-webkit-transition: 0.2s;
transition: opacity 0.2s;
cursor: pointer;
border: 2px solid white;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
background: #f8996f;
cursor: pointer;
}
@media screen and (max-width: 520px) {
body {
font-size: 10px;
}
} | css/modified.css | @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300&family=Poppins:wght@100;300&display=swap");
* {
margin: 0;
padding: 0;
font-size: 15px;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
color: #fff;
--main-heading-color: #e1f1de;
--body-bg-color: rgba(32, 17, 46, 0.884);
--gradient-color: linear-gradient(0deg, #2c6975, #68b2a0);
--slider-color: #cde0c9;
--slider-thumb-color: #f8996f;
--algo-btn-color: #6b4a60;
--algo-btn-selected: #f1c122;
--algo-btn-unselected: #6b4a60;
}
body {
margin: 0;
padding: 0;
background-color: var(--body-bg-color);
width: 100vw;
height: 100vh;
min-width: 500px;
}
/* grid container */
.container {
display: grid;
grid-template-columns: 250px calc(100vw - 250px);
grid-template-rows: 15vh 15vh 70vh;
grid-template-areas:
"header header"
"buttons controls"
"buttons chart";
}
/* header */
.container header {
grid-area: header;
padding-left: 1.5rem;
padding-top: 2rem;
color: var(--main-heading-color);
}
/* main heading */
.container header > h1 {
font-size: 4rem;
}
/* input controls container */
.container .input-controls {
grid-area: controls;
display: flex;
flex-flow: coloumn wrap;
justify-content: space-evenly;
align-items: center;
flex-basis: 50%;
}
.container .input-controls > div {
grid-area: controls;
width: 30%;
color: var(--main-heading-color);
font-size: 20px;
}
/* range slider */
.container .input-controls input {
width: 80%;
}
/* menu container containing algorithms options*/
.container .menu {
grid-area: buttons;
display: flex;
flex-direction: column;
padding-left: 5px;
padding-right: 1rem;
align-items: center;
height: 100%;
}
/* .container .menu h3 {
font-size: 20px;
padding-left: 8px;
margin-bottom: 2rem;
} */
.container .menu button {
width: 210px;
height: 6vh;
border: none;
font-weight: bold;
border-radius: 10px;
cursor: pointer;
outline: none;
}
/* for algo buttons */
.container .menu .algo {
background-color: var(--algo-btn-color);
margin: 8px 0;
padding: 10px 8px;
color: var(--main-heading-color);
}
/* style "generate array button" */
.generate {
margin: 3rem auto;
background-color: #d7d7df;
color: var(--body-bg-color);
padding: 10px 8px;
}
.menu .algo:hover {
background-color: #e0acbcb7;
color: #fff;
transform: scale(1.05);
}
.generate:hover {
background-color: gray;
color: white;
}
.generate:active,
.algo:focus,
.algo:active {
background: #d7d7df;
outline: none;
color: #5e5e80;
}
/* style applied to all buttons except one which is selected */
.butt_locked {
color: white;
height: 6vh;
margin: 8px 0;
padding: 10px 8px;
float: left;
left: 10px;
}
.butt_selected {
background: var(--algo-btn-selected);
color: white;
margin: 8px 0;
padding: 10px 8px;
}
.generate_locked {
background: rgb(126, 126, 126);
color: white;
margin: 3rem 0px;
padding: 5px;
border-radius: 15px;
}
.butt_unselected {
background: var(--algo-btn-unselected);
color: white;
float: left;
margin: 8px 0;
padding: 10px 8px;
}
/* visualization chart */
div.chart {
grid-area: chart;
background: #f5f5f5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
/* left: 180px; */
width: 95%;
height: 90%;
margin-left: 1rem;
/* overflow: hidden; */
}
@media only screen and (max-width: 600px) {
.chart {
width: 62%;
}
}
@media only screen and (max-width: 800px) {
.chart {
width: 67%;
}
}
.slider {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 8px;
background-color: var(--slider-color);
outline: none;
border-radius: 10px;
opacity: 0.9;
-webkit-transition: 0.2s;
transition: opacity 0.2s;
cursor: pointer;
border: 2px solid white;
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
background: #f8996f;
cursor: pointer;
}
@media screen and (max-width: 520px) {
body {
font-size: 10px;
}
} | 0.348202 | 0.082771 |
@font-face {
font-family: 'Neutra';
src: url('/css/fonts/neutra/Neutra Text Book.otf');
}
@font-face {
font-family: 'NeutraBold';
src: url('/css/fonts/neutra/Neutra-Text-TF-Light-SC-Demi_32158.ttf');
}
@font-face {
font-family: 'HarrietBold';
src: url('/css/fonts/harriet/harrietbold.otf');
}
/* GENERAL */
body {
background-color: #161B40;
font-family: HarrietBold, Arial, Helvetica, sans-serif;
}
.white {
background-color: #FFFFFF;
color: #161B40;
}
.darkBlue {
background-color: #161B40;
color: #FFFFFF;
}
span.spanDarkBlue {
color: #161B40;
}
span.blue {
color: #43BEE5;
}
span.red {
color:#F40058;
}
span.green {
color:#41B853;
}
span.yellow {
color:#EFA500;
}
span.white {
color: #FFFFFF;
}
h1 {
font-family: NeutraBold, Arial, Helvetica, sans-serif;
font-size: 3em;
text-transform: uppercase;
}
h2, h3, h4, h5, h6 {
font-family: NeutraBold, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #161B40
}
p {
font-family: HarrietBold, Arial, Helvetica, sans-serif;
font-size: 1.2em;
}
p.intro {
font-size: 2em;
}
p.introSmall {
font-size: 1.5em;
}
p.small {
font-size: 0.8em;
}
p.extraSmall {
font-size: 0.7em;
}
input {
font-family: HarrietBold, Arial, Helvetica, sans-serif;
color: #161B40;
}
.alert-success {
color: #FFFFFF;
background-color: #41B853;
border: none;
}
.alert-danger {
color: #FFFFFF;
background-color: #F40058;
border: none;
}
/* BOUTONS */
button.btnDarkBlue {
border: 2px solid #161B40;
font-style: HarrietBold, Arial, Helvetica, sans-serif;;
color: #161B40;
}
button.btnDarkBlue:hover {
background-color: #161B40;
color: #FFFFFF;
}
button.btnGreenBgBlue {
border: 2px solid #41B853;
font-style: HarrietBold, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
button.btnGreenBgBlue:hover {
background-color: #41B853;
color: #FFFFFF;
}
button.btnGreenBgWhite {
border: 2px solid #41B853;
font-style: HarrietBold, Arial, Helvetica, sans-serif;
color: #161B40;
}
button.btnGreenBgWhite:hover {
background-color: #41B853;
color: #FFFFFF;
}
button.btnRed {
border: 2px solid #F40058;
font-style: HarrietBold, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
button.btnRed:hover {
background-color: #F40058;
color: #FFFFFF;
}
button.btnBlue {
border: 2px solid #43BEE5;
font-style: HarrietBold, Arial, Helvetica, sans-serif;
color: #43BEE5;
}
button.btnBlue:hover {
background-color: #43BEE5;
color: #FFFFFF;
}
button.btnEdit {
border: none;
background-color: transparent;
color: #41B853;
transition: 0.5s;
}
button.btnEdit:hover {
background-color: #41B853;
border-radius: 5px;
color: #FFFFFF;
transition: 0.5s;
}
button.btnDelete {
border: none;
background-color: transparent;
color: #F40058;
transition: 0.5s;
}
button.btnDelete:hover {
background-color: #F40058;
border-radius: 5px;
color: #FFFFFF;
transition: 0.5s;
}
button.btnEditSmall {
border: none;
background-color: transparent;
color: #41B853;
transition: 0.5s;
font-size: 0.8em;
}
button.btnEditSmall:hover {
background-color: #41B853;
border-radius: 5px;
color: #FFFFFF;
transition: 0.5s;
}
button.btnDeleteSmall {
border: none;
background-color: transparent;
color: #F40058;
transition: 0.5s;
font-size: 0.8em;
}
button.btnDeleteSmall:hover {
background-color: #F40058;
border-radius: 5px;
color: #FFFFFF;
transition: 0.5s;
}
button.btnEditExtraSmall {
border: none;
background-color: transparent;
color: #41B853;
transition: 0.5s;
font-size: 0.7em;
}
button.btnEditExtraSmall:hover {
background-color: #41B853;
border-radius: 5px;
color: #FFFFFF;
transition: 0.5s;
}
button.btnDeleteExtraSmall {
border: none;
background-color: transparent;
color: #F40058;
transition: 0.5s;
font-size: 0.7em;
}
button.btnDeleteExtraSmall:hover {
background-color: #F40058;
border-radius: 5px;
color: #FFFFFF;
transition: 0.5s;
}
button.btnFavorite {
border: none;
background-color: transparent;
color: #EFA500;
transition: 0.5s;
}
button.btnFavorite:hover {
color: #EFA500;
transform: scale(1.4);
transition: 0.5s;
}
/* LOGIN / REGISTRATION */
.login-form p {
text-align: justify;
}
.login-form a {
color: #FFFFFF;
}
/* NAVBAR */
nav {
background-color: #161B40;
color: #FFFFFF;
font-family: Neutra, Arial, Helvetica, sans-serif;
font-size: 1.2em;
text-transform: capitalize;
}
nav a {
color: #FFFFFF!important;
}
nav a:hover {
color: #43BEE5!important;
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.headPage {
margin-top: 130px!important;
}
/* HOMEPAGE */
.headPage img {
height: 400px;
}
.cardIndex img {
height: 150px;
border-radius: 50%;
box-shadow: 5px 2px 10px #000000;
border: 3px solid #FFFFFF;
}
.card h5 {
font-family: NeutraBold, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #161B40;
}
.cardIndex {
border: none;
transition: 0.5s;
}
.cardIndex:hover {
transform: scale(1.05);
transition: 0.5s;
}
/* GIFTS PAGE */
.giftCard {
border-color: #FFFFFF;
}
.giftCard p {
color: #161B40;
}
.giftCard h2 {
color: #161B40;
}
.giftCard .card-footer {
width: 100%;
background-color: #FFFFFF;
font-size: 0.8em;
}
.giftCard .imgBackground {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
border-top-left-radius: 3px;
border-top-right-radius: 3px
}
.giftCard .img {
background-size: contain;
background-repeat: no-repeat;
height: 250px;
background-position: 50% 50%;
border-top-left-radius: 3px;
border-top-right-radius: 3px
}
/* PROFILE PAGE */
.profileContainer img {
max-height: 200px;
box-shadow: 5px 2px 10px #000000;
border: 3px solid #FFFFFF;
}
table {
background-color: #FFFFFF;
}
table th {
background-color: #FFFFFF;
color: #161B40;
}
.editGiftContainer {
color: #FFFFFF;
}
.profileContainer .card {
color: #161B40;
border-color: #FFFFFF;
}
.profileContainer .card-header {
background-color: #FFFFFF;
border-color: #FFFFFF;
}
/* COMMENTS PAGE */
.commentGiftCard {
border-color: #161B40;
}
.commentGiftCard p {
color: #161B40;
}
.commentGiftCard .card-footer{
background-color: #FFFFFF;
}
.commentGiftCard .imgBackground {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.commentGiftCard .img {
background-size: contain;
background-repeat: no-repeat;
height: 300px;
background-position: 50% 50%;
}
.comment p {
color: #161B40;
}
.modal-content h5 {
color: #FFFFFF;
}
.modal-content {
background-color: #161B40;
}
/* FOOTER */
footer p {
color: #FFFFFF;
}
footer a {
color: #FFFFFF;
}
@media screen and (max-width: 500px) {
.headPage img {
height: 110px;
}
p.intro {
font-size: 1.4em;
}
p.introSmall {
font-size: 1.2em;
}
h1 {
font-size: 2rem;
}
.table {
font-size: 0.6em;
}
.commentGiftCard .imgBackground {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 0;
}
.commentGiftCard .img {
height: 150px;
}
.commentGiftCard {
text-align: center;
}
.cardIndex button {
font-size: 0.8em;
}
.comment img {
width: 20px!important;
}
p {
font-size: 0.8em;
}
}
@media screen and (min-width: 501px) and (max-width: 767px){
.headPage img {
height: 170px;
}
p.intro {
font-size: 1.5em;
}
p.introSmall {
font-size: 1.3em;
}
h1 {
font-size: 2.5rem;
}
.commentGiftCard .imgBackground {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 0;
}
.commentGiftCard .img {
height: 200px;
}
.commentGiftCard {
text-align: center;
}
.cardIndex button {
font-size: 0.9em;
}
p {
font-size: 0.9em;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.headPage img {
height: 260px;
}
p.intro {
font-size: 1.7em;
}
.commentGiftCard .card-footer{
position: absolute;
bottom: 0;
width: 60%;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.headPage img {
height: 350px;
}
p.intro {
font-size: 1.9em;
}
.commentGiftCard .card-footer{
position: absolute;
bottom: 0;
width: 60%;
}
}
@media screen and (min-width: 992px) {
.commentGiftCard .card-footer{
position: absolute;
bottom: 0;
width: 60%;
}
} | public/css/style.css | @font-face {
font-family: 'Neutra';
src: url('/css/fonts/neutra/Neutra Text Book.otf');
}
@font-face {
font-family: 'NeutraBold';
src: url('/css/fonts/neutra/Neutra-Text-TF-Light-SC-Demi_32158.ttf');
}
@font-face {
font-family: 'HarrietBold';
src: url('/css/fonts/harriet/harrietbold.otf');
}
/* GENERAL */
body {
background-color: #161B40;
font-family: HarrietBold, Arial, Helvetica, sans-serif;
}
.white {
background-color: #FFFFFF;
color: #161B40;
}
.darkBlue {
background-color: #161B40;
color: #FFFFFF;
}
span.spanDarkBlue {
color: #161B40;
}
span.blue {
color: #43BEE5;
}
span.red {
color:#F40058;
}
span.green {
color:#41B853;
}
span.yellow {
color:#EFA500;
}
span.white {
color: #FFFFFF;
}
h1 {
font-family: NeutraBold, Arial, Helvetica, sans-serif;
font-size: 3em;
text-transform: uppercase;
}
h2, h3, h4, h5, h6 {
font-family: NeutraBold, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #161B40
}
p {
font-family: HarrietBold, Arial, Helvetica, sans-serif;
font-size: 1.2em;
}
p.intro {
font-size: 2em;
}
p.introSmall {
font-size: 1.5em;
}
p.small {
font-size: 0.8em;
}
p.extraSmall {
font-size: 0.7em;
}
input {
font-family: HarrietBold, Arial, Helvetica, sans-serif;
color: #161B40;
}
.alert-success {
color: #FFFFFF;
background-color: #41B853;
border: none;
}
.alert-danger {
color: #FFFFFF;
background-color: #F40058;
border: none;
}
/* BOUTONS */
button.btnDarkBlue {
border: 2px solid #161B40;
font-style: HarrietBold, Arial, Helvetica, sans-serif;;
color: #161B40;
}
button.btnDarkBlue:hover {
background-color: #161B40;
color: #FFFFFF;
}
button.btnGreenBgBlue {
border: 2px solid #41B853;
font-style: HarrietBold, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
button.btnGreenBgBlue:hover {
background-color: #41B853;
color: #FFFFFF;
}
button.btnGreenBgWhite {
border: 2px solid #41B853;
font-style: HarrietBold, Arial, Helvetica, sans-serif;
color: #161B40;
}
button.btnGreenBgWhite:hover {
background-color: #41B853;
color: #FFFFFF;
}
button.btnRed {
border: 2px solid #F40058;
font-style: HarrietBold, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
button.btnRed:hover {
background-color: #F40058;
color: #FFFFFF;
}
button.btnBlue {
border: 2px solid #43BEE5;
font-style: HarrietBold, Arial, Helvetica, sans-serif;
color: #43BEE5;
}
button.btnBlue:hover {
background-color: #43BEE5;
color: #FFFFFF;
}
button.btnEdit {
border: none;
background-color: transparent;
color: #41B853;
transition: 0.5s;
}
button.btnEdit:hover {
background-color: #41B853;
border-radius: 5px;
color: #FFFFFF;
transition: 0.5s;
}
button.btnDelete {
border: none;
background-color: transparent;
color: #F40058;
transition: 0.5s;
}
button.btnDelete:hover {
background-color: #F40058;
border-radius: 5px;
color: #FFFFFF;
transition: 0.5s;
}
button.btnEditSmall {
border: none;
background-color: transparent;
color: #41B853;
transition: 0.5s;
font-size: 0.8em;
}
button.btnEditSmall:hover {
background-color: #41B853;
border-radius: 5px;
color: #FFFFFF;
transition: 0.5s;
}
button.btnDeleteSmall {
border: none;
background-color: transparent;
color: #F40058;
transition: 0.5s;
font-size: 0.8em;
}
button.btnDeleteSmall:hover {
background-color: #F40058;
border-radius: 5px;
color: #FFFFFF;
transition: 0.5s;
}
button.btnEditExtraSmall {
border: none;
background-color: transparent;
color: #41B853;
transition: 0.5s;
font-size: 0.7em;
}
button.btnEditExtraSmall:hover {
background-color: #41B853;
border-radius: 5px;
color: #FFFFFF;
transition: 0.5s;
}
button.btnDeleteExtraSmall {
border: none;
background-color: transparent;
color: #F40058;
transition: 0.5s;
font-size: 0.7em;
}
button.btnDeleteExtraSmall:hover {
background-color: #F40058;
border-radius: 5px;
color: #FFFFFF;
transition: 0.5s;
}
button.btnFavorite {
border: none;
background-color: transparent;
color: #EFA500;
transition: 0.5s;
}
button.btnFavorite:hover {
color: #EFA500;
transform: scale(1.4);
transition: 0.5s;
}
/* LOGIN / REGISTRATION */
.login-form p {
text-align: justify;
}
.login-form a {
color: #FFFFFF;
}
/* NAVBAR */
nav {
background-color: #161B40;
color: #FFFFFF;
font-family: Neutra, Arial, Helvetica, sans-serif;
font-size: 1.2em;
text-transform: capitalize;
}
nav a {
color: #FFFFFF!important;
}
nav a:hover {
color: #43BEE5!important;
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.headPage {
margin-top: 130px!important;
}
/* HOMEPAGE */
.headPage img {
height: 400px;
}
.cardIndex img {
height: 150px;
border-radius: 50%;
box-shadow: 5px 2px 10px #000000;
border: 3px solid #FFFFFF;
}
.card h5 {
font-family: NeutraBold, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #161B40;
}
.cardIndex {
border: none;
transition: 0.5s;
}
.cardIndex:hover {
transform: scale(1.05);
transition: 0.5s;
}
/* GIFTS PAGE */
.giftCard {
border-color: #FFFFFF;
}
.giftCard p {
color: #161B40;
}
.giftCard h2 {
color: #161B40;
}
.giftCard .card-footer {
width: 100%;
background-color: #FFFFFF;
font-size: 0.8em;
}
.giftCard .imgBackground {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
border-top-left-radius: 3px;
border-top-right-radius: 3px
}
.giftCard .img {
background-size: contain;
background-repeat: no-repeat;
height: 250px;
background-position: 50% 50%;
border-top-left-radius: 3px;
border-top-right-radius: 3px
}
/* PROFILE PAGE */
.profileContainer img {
max-height: 200px;
box-shadow: 5px 2px 10px #000000;
border: 3px solid #FFFFFF;
}
table {
background-color: #FFFFFF;
}
table th {
background-color: #FFFFFF;
color: #161B40;
}
.editGiftContainer {
color: #FFFFFF;
}
.profileContainer .card {
color: #161B40;
border-color: #FFFFFF;
}
.profileContainer .card-header {
background-color: #FFFFFF;
border-color: #FFFFFF;
}
/* COMMENTS PAGE */
.commentGiftCard {
border-color: #161B40;
}
.commentGiftCard p {
color: #161B40;
}
.commentGiftCard .card-footer{
background-color: #FFFFFF;
}
.commentGiftCard .imgBackground {
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.commentGiftCard .img {
background-size: contain;
background-repeat: no-repeat;
height: 300px;
background-position: 50% 50%;
}
.comment p {
color: #161B40;
}
.modal-content h5 {
color: #FFFFFF;
}
.modal-content {
background-color: #161B40;
}
/* FOOTER */
footer p {
color: #FFFFFF;
}
footer a {
color: #FFFFFF;
}
@media screen and (max-width: 500px) {
.headPage img {
height: 110px;
}
p.intro {
font-size: 1.4em;
}
p.introSmall {
font-size: 1.2em;
}
h1 {
font-size: 2rem;
}
.table {
font-size: 0.6em;
}
.commentGiftCard .imgBackground {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 0;
}
.commentGiftCard .img {
height: 150px;
}
.commentGiftCard {
text-align: center;
}
.cardIndex button {
font-size: 0.8em;
}
.comment img {
width: 20px!important;
}
p {
font-size: 0.8em;
}
}
@media screen and (min-width: 501px) and (max-width: 767px){
.headPage img {
height: 170px;
}
p.intro {
font-size: 1.5em;
}
p.introSmall {
font-size: 1.3em;
}
h1 {
font-size: 2.5rem;
}
.commentGiftCard .imgBackground {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 0;
}
.commentGiftCard .img {
height: 200px;
}
.commentGiftCard {
text-align: center;
}
.cardIndex button {
font-size: 0.9em;
}
p {
font-size: 0.9em;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.headPage img {
height: 260px;
}
p.intro {
font-size: 1.7em;
}
.commentGiftCard .card-footer{
position: absolute;
bottom: 0;
width: 60%;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.headPage img {
height: 350px;
}
p.intro {
font-size: 1.9em;
}
.commentGiftCard .card-footer{
position: absolute;
bottom: 0;
width: 60%;
}
}
@media screen and (min-width: 992px) {
.commentGiftCard .card-footer{
position: absolute;
bottom: 0;
width: 60%;
}
} | 0.291485 | 0.069132 |
.vscode-dark p {
color: white;
}
.vscode-light h2 {
color: rgb(25,71,145);
}
.vscode-light h3 {
color: rgb(25,71,145);
}
.vscode-dark h2 {
color: rgb(43,200,251);
}
.vscode-dark h3 {
color: rgb(43,200,251);
}
.vscode-light .nokia-blue {
background-color: rgb(25,71,145);
color: white;
}
.vscode-dark .nokia-blue {
background-color: rgb(43,200,251);
color: black;
}
.vscode-light .hover-nokia-blue:hover {
color:#fff!important;
background-color:rgb(25,71,145)!important;
}
.vscode-dark .hover-nokia-blue:hover {
color:black !important;
background-color:rgb(43,200,251)!important;
}
.vscode-dark .quick-pick-button {
border-color: rgb(43,200,251);
}
.suggest-item p {
color: black;
}
.scroll {
width: calc(100%-40px);
margin: 40px;
padding: 0px;
padding-top: 0px;
}
.scroll ul {
/* max-height: 400px; */
/* overflow:hidden; */
/* overflow-y:scroll; */
}
.scroll-horizontal ul {
width: 100%;
overflow: hidden;
overflow-x: scroll;
}
.horizontal-list li {
float: left;
display: block;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
td .button-col {
width: 135px;
}
.license {
color:steelblue;
font-size:7pt;
border-color:steelblue;
border-style:solid;
border-width:0.5pt;
border-radius:2pt;
margin-left: 5pt;
}
.description {
text-overflow: ellipsis;
overflow: hidden;
/* white-space: nowrap; */
}
.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 150%;
left: 50%;
margin-left: -60px;
}
.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
visibility: visible;
} | plugins/vscode/codeCompass.css | .vscode-dark p {
color: white;
}
.vscode-light h2 {
color: rgb(25,71,145);
}
.vscode-light h3 {
color: rgb(25,71,145);
}
.vscode-dark h2 {
color: rgb(43,200,251);
}
.vscode-dark h3 {
color: rgb(43,200,251);
}
.vscode-light .nokia-blue {
background-color: rgb(25,71,145);
color: white;
}
.vscode-dark .nokia-blue {
background-color: rgb(43,200,251);
color: black;
}
.vscode-light .hover-nokia-blue:hover {
color:#fff!important;
background-color:rgb(25,71,145)!important;
}
.vscode-dark .hover-nokia-blue:hover {
color:black !important;
background-color:rgb(43,200,251)!important;
}
.vscode-dark .quick-pick-button {
border-color: rgb(43,200,251);
}
.suggest-item p {
color: black;
}
.scroll {
width: calc(100%-40px);
margin: 40px;
padding: 0px;
padding-top: 0px;
}
.scroll ul {
/* max-height: 400px; */
/* overflow:hidden; */
/* overflow-y:scroll; */
}
.scroll-horizontal ul {
width: 100%;
overflow: hidden;
overflow-x: scroll;
}
.horizontal-list li {
float: left;
display: block;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
td .button-col {
width: 135px;
}
.license {
color:steelblue;
font-size:7pt;
border-color:steelblue;
border-style:solid;
border-width:0.5pt;
border-radius:2pt;
margin-left: 5pt;
}
.description {
text-overflow: ellipsis;
overflow: hidden;
/* white-space: nowrap; */
}
.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
bottom: 150%;
left: 50%;
margin-left: -60px;
}
.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
visibility: visible;
} | 0.66454 | 0.174938 |
.loginMainPagee{
/* background-color: #2b314b; */
/* padding: 48px 0; */
padding: 10% 30%;
background-image: url("https://images.pexels.com/photos/158385/lake-mcdonald-landscape-panorama-sunset-158385.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-size: cover;
/* padding: 75px 0; */
}
.loginMain {
display: flex;
}
.loginForm {
/* margin-left: 58px; */
width: 471px;
height: 375px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
/* border: 1px solid #979da0; */
border-radius: 2px;
padding: 20px;
/* margin-top: 54px; */
color: #2D3E50;
opacity: 0.8;
background-color: white;
/* box-shadow: 30px 30px 40px #2d3e50; */
-webkit-box-shadow: 5px 5px 15px -3px #2b314b;
box-shadow: 5px 5px 15px -3px #2b314b;
/* margin-top: 0; */
}
.login_title {
font-weight: bold;
text-align: center;
margin-bottom: 30px;
font-size: 30px;
text-transform: capitalize;
position: relative;
}
.login_title::after {
display: block;
content: '';
background-color: transparent;
background-position: 0;
background-repeat: no-repeat;
background-size: 36px;
background-image: url(../../img/users-icon.png);
width: 40px;
height: 40px;
position: absolute;
top: -11px;
left: -40px;
}
/* .login_container {
display: flex;
align-items: center;
height: 100vh;
justify-content: center;
width: 400px;
margin: auto;
padding: 20px;
} */
.login_container .inputField {
width: 100%;
margin-bottom: 20px;
border: 1px solid;
border-radius: 2px;
cursor: text;
padding: 20px 20px 20px 60px;
color: #2D3E50;
}
.login_container .userIcon {
background-color: transparent;
background-position: 10px 10px;
background-color: #35475924;
background-repeat: no-repeat;
background-size: 36px;
background-position-y: center;
background-image: url(../../img/user-icon.png);
}
.login_container .passIcon {
background-color: transparent;
background-position: 3px 0px;
background-repeat: no-repeat;
background-color: #35475924;
background-size: 40px;
background-position-y: center;
background-image: url(https://image.flaticon.com/icons/png/128/3107/3107363.png);
}
.login_container .submitField {
border: 1px solid;
border-radius: 2px;
padding: 10px 25px;
font-size: 25px;
font-family: 'Antic Slab', serif;
margin-top: 10px;
cursor: pointer;
color: white;
background-color: #2D3E50;
}
.login_container .submitField:hover{
background-color: #152435;
} | src/public/css/modules/adminLogin.css | .loginMainPagee{
/* background-color: #2b314b; */
/* padding: 48px 0; */
padding: 10% 30%;
background-image: url("https://images.pexels.com/photos/158385/lake-mcdonald-landscape-panorama-sunset-158385.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-size: cover;
/* padding: 75px 0; */
}
.loginMain {
display: flex;
}
.loginForm {
/* margin-left: 58px; */
width: 471px;
height: 375px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
/* border: 1px solid #979da0; */
border-radius: 2px;
padding: 20px;
/* margin-top: 54px; */
color: #2D3E50;
opacity: 0.8;
background-color: white;
/* box-shadow: 30px 30px 40px #2d3e50; */
-webkit-box-shadow: 5px 5px 15px -3px #2b314b;
box-shadow: 5px 5px 15px -3px #2b314b;
/* margin-top: 0; */
}
.login_title {
font-weight: bold;
text-align: center;
margin-bottom: 30px;
font-size: 30px;
text-transform: capitalize;
position: relative;
}
.login_title::after {
display: block;
content: '';
background-color: transparent;
background-position: 0;
background-repeat: no-repeat;
background-size: 36px;
background-image: url(../../img/users-icon.png);
width: 40px;
height: 40px;
position: absolute;
top: -11px;
left: -40px;
}
/* .login_container {
display: flex;
align-items: center;
height: 100vh;
justify-content: center;
width: 400px;
margin: auto;
padding: 20px;
} */
.login_container .inputField {
width: 100%;
margin-bottom: 20px;
border: 1px solid;
border-radius: 2px;
cursor: text;
padding: 20px 20px 20px 60px;
color: #2D3E50;
}
.login_container .userIcon {
background-color: transparent;
background-position: 10px 10px;
background-color: #35475924;
background-repeat: no-repeat;
background-size: 36px;
background-position-y: center;
background-image: url(../../img/user-icon.png);
}
.login_container .passIcon {
background-color: transparent;
background-position: 3px 0px;
background-repeat: no-repeat;
background-color: #35475924;
background-size: 40px;
background-position-y: center;
background-image: url(https://image.flaticon.com/icons/png/128/3107/3107363.png);
}
.login_container .submitField {
border: 1px solid;
border-radius: 2px;
padding: 10px 25px;
font-size: 25px;
font-family: 'Antic Slab', serif;
margin-top: 10px;
cursor: pointer;
color: white;
background-color: #2D3E50;
}
.login_container .submitField:hover{
background-color: #152435;
} | 0.36557 | 0.088308 |
.progress-meter .background {
fill: #fff;
margin-right: 55px;
}
.progress-meter .foreground {
fill: #0c44a1;
padding :18px;
}
.progress-meter text {
font-family: 'Georgia' sans-serif;
font-size: 90px;
}
.progress-meter .text2 {
font-family: 'Georgia' sans-serif;
font-size: 20px;
}
.progress-meter .solid {
border-style: solid;
}
.inputBx{
margin:30px;
width:auto;
}
.card {
box-shadow: 2px 4px 8px 6px rgba(0, 0, 0, 0.2);
max-width: 500px;
margin: auto;
text-align: center;
font-family: 'Georgia' sans-serif!important;
background-color:#fff;
}
.title {
color: grey;
font-size: 18px;
line-height: 0px;
}
button {
font-family: 'Georgia' sans-serif!important;
border: none;
outline: 0;
display: inline-block;
padding: 1px;
color: white;
background-color: #06388a;
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
}
a {
text-decoration: none;
font-size: 22px;
color: black;
}
button:hover, a:hover {
opacity: 0.7;
}
.cont{
margin-right: -17%;
margin-left:10%;
margin-height: 500px;
float:left;
width :49%;
text-align:center;
}
body {
overflow-x: hidden;
text-align: left;
background-image: linear-gradient(90deg, #097936 0%, #0bce59 35%, #90caa7 100%);
color: #FFFFF;
font-family: 'Georgia' sans-serif!important;
text-align: center;
}
h1 {
font-family: 'Georgia' sans-serif;
text-transform: uppercase;
color: #06388a;
font-size: 1.8em;
}
h2{
font-family: 'Britannic Bold';
text-transform: uppercase;
color: #06388a;
font-weight: 2000;
font-size: 2em;
}
{
color: #06388a;
font-family: 'Georgia' sans-serif;
text-transform: uppercase;
padding-bottom: 8px;
}
p {
font-size: 1.3em;
}
.contact{
max-width: 500px;
padding-bottom: 3px;
padding: 8px;
}
/*---------- star rating ----------*/
.star-rating, .back-stars, .front-stars {
display: flex;
}
.star-rating {
align-items: center;
font-size: 3em;
justify-content: center;
margin-top: 20px;
}
.rating-text{
font-weight: bold;
color: #06388a;
font-family: 'Copperplate Gothic Bold';
align-items: center;
font-size: 1.3em;
padding-bottom:10px;
}
.back-stars {
color: #FFFFFF;
position: relative;
text-shadow: 4px 4px 10px #843a3a;
}
.front-stars {
color: #FFBC0B;
overflow: hidden;
position: absolute;
text-shadow: 2px 2px 5px #d29b09;
top: 0;
transition: all 0.5s;
}
input {
background: transparent;
border: solid 2px #bb5252;
color: #030100;
font-size: 1.5em;
height: 50px;
width: 50px;
text-align: center;
margin-top: 50px;
margin-right: 10px;
}
input:focus {
outline: none;
}
.percent {
color: #bb5252;
font-size: 1.5em;
}
@import url(https://fonts.googleapis.com/css?family=Oswald:400);
.navigation {
width: 100%;
background-color: black;
}
img {
width: 25px;
border-radius: 50px;
float: left;
}
.logout_icon{
width: 25px;
border-radius: 50px;
float: left;
font-size:15px;
}
h2 .logout {
font-size:11px!important;
font-family: 'Georgia' sans-serif;
right: -15px;
top: 10;
bottom: -14px;
overflow: hidden;
letter-spacing: 1px;
opacity: 0;
transition: opacity .15s;
-webkit-transition: opacity .15s;
}
.button {
text-decoration: none;
float: right;
padding: 5px;
margin: 10px;
color: white;
width: 25px;
background-color: #06388a;;
transition: width .35s;
-webkit-transition: width .35s;
overflow: hidden
}
a:hover {
width: 100px;
}
a:hover .logout{
opacity: .9;
}
a {
text-decoration: none;
}
.recom-text{
backgroud-color: #ffffff;
color: #fffffff;
text: bold!important;
align-items: center;
font-size: 1.3em;
backgroud-color: #ffffff;
font-family: 'Georgia' sans-serif!important;
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: black;
background-color: #FFBC0B;
text-align: center;
width: 100%;
font-size: 15px;
}
.pie-chart{
padding: 8px;
right: -15px;
bottom: -14px;
float: right;
padding: 5px;
margin: 10px;
} | meter.css | .progress-meter .background {
fill: #fff;
margin-right: 55px;
}
.progress-meter .foreground {
fill: #0c44a1;
padding :18px;
}
.progress-meter text {
font-family: 'Georgia' sans-serif;
font-size: 90px;
}
.progress-meter .text2 {
font-family: 'Georgia' sans-serif;
font-size: 20px;
}
.progress-meter .solid {
border-style: solid;
}
.inputBx{
margin:30px;
width:auto;
}
.card {
box-shadow: 2px 4px 8px 6px rgba(0, 0, 0, 0.2);
max-width: 500px;
margin: auto;
text-align: center;
font-family: 'Georgia' sans-serif!important;
background-color:#fff;
}
.title {
color: grey;
font-size: 18px;
line-height: 0px;
}
button {
font-family: 'Georgia' sans-serif!important;
border: none;
outline: 0;
display: inline-block;
padding: 1px;
color: white;
background-color: #06388a;
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
}
a {
text-decoration: none;
font-size: 22px;
color: black;
}
button:hover, a:hover {
opacity: 0.7;
}
.cont{
margin-right: -17%;
margin-left:10%;
margin-height: 500px;
float:left;
width :49%;
text-align:center;
}
body {
overflow-x: hidden;
text-align: left;
background-image: linear-gradient(90deg, #097936 0%, #0bce59 35%, #90caa7 100%);
color: #FFFFF;
font-family: 'Georgia' sans-serif!important;
text-align: center;
}
h1 {
font-family: 'Georgia' sans-serif;
text-transform: uppercase;
color: #06388a;
font-size: 1.8em;
}
h2{
font-family: 'Britannic Bold';
text-transform: uppercase;
color: #06388a;
font-weight: 2000;
font-size: 2em;
}
{
color: #06388a;
font-family: 'Georgia' sans-serif;
text-transform: uppercase;
padding-bottom: 8px;
}
p {
font-size: 1.3em;
}
.contact{
max-width: 500px;
padding-bottom: 3px;
padding: 8px;
}
/*---------- star rating ----------*/
.star-rating, .back-stars, .front-stars {
display: flex;
}
.star-rating {
align-items: center;
font-size: 3em;
justify-content: center;
margin-top: 20px;
}
.rating-text{
font-weight: bold;
color: #06388a;
font-family: 'Copperplate Gothic Bold';
align-items: center;
font-size: 1.3em;
padding-bottom:10px;
}
.back-stars {
color: #FFFFFF;
position: relative;
text-shadow: 4px 4px 10px #843a3a;
}
.front-stars {
color: #FFBC0B;
overflow: hidden;
position: absolute;
text-shadow: 2px 2px 5px #d29b09;
top: 0;
transition: all 0.5s;
}
input {
background: transparent;
border: solid 2px #bb5252;
color: #030100;
font-size: 1.5em;
height: 50px;
width: 50px;
text-align: center;
margin-top: 50px;
margin-right: 10px;
}
input:focus {
outline: none;
}
.percent {
color: #bb5252;
font-size: 1.5em;
}
@import url(https://fonts.googleapis.com/css?family=Oswald:400);
.navigation {
width: 100%;
background-color: black;
}
img {
width: 25px;
border-radius: 50px;
float: left;
}
.logout_icon{
width: 25px;
border-radius: 50px;
float: left;
font-size:15px;
}
h2 .logout {
font-size:11px!important;
font-family: 'Georgia' sans-serif;
right: -15px;
top: 10;
bottom: -14px;
overflow: hidden;
letter-spacing: 1px;
opacity: 0;
transition: opacity .15s;
-webkit-transition: opacity .15s;
}
.button {
text-decoration: none;
float: right;
padding: 5px;
margin: 10px;
color: white;
width: 25px;
background-color: #06388a;;
transition: width .35s;
-webkit-transition: width .35s;
overflow: hidden
}
a:hover {
width: 100px;
}
a:hover .logout{
opacity: .9;
}
a {
text-decoration: none;
}
.recom-text{
backgroud-color: #ffffff;
color: #fffffff;
text: bold!important;
align-items: center;
font-size: 1.3em;
backgroud-color: #ffffff;
font-family: 'Georgia' sans-serif!important;
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: black;
background-color: #FFBC0B;
text-align: center;
width: 100%;
font-size: 15px;
}
.pie-chart{
padding: 8px;
right: -15px;
bottom: -14px;
float: right;
padding: 5px;
margin: 10px;
} | 0.463201 | 0.078184 |
.notice-bar-listpage {
margin: 40px 20px 0 20px;
}
.notice-bar-listpage,
.page-header {
background: #f8f7f3;
padding: 20px 0;
box-shadow: 0 2px 0 rgba(0, 0, 0, .07);
}
.b-stars-group>.is-active-stars {
color: #4496d2;
}
.b-portfolio_info_rating .b-stars-group {
display: inline-block;
vertical-align: middle;
}
.b-stars-group {
font-size: 1.07692em;
line-height: 1.2;
color: #929292;
}
.hotel_map {
background-color: #1f2f3d;
color: #fff;
font-size: 12px;
margin: 0 10px;
padding: 0 6px;
font-family: 'Poppins', sans-serif;
}
.hotel_amenities {
background-color: #1f2f3d;
color: #fff;
font-size: 12px;
padding: 0 6px;
font-family: 'Poppins', sans-serif;
}
.normal_price_list {
display: block;
text-decoration: line-through;
color: #999;
font-size: 20px;
margin-top: 10px;
text-align: center;
font-size: 25px;
font-family: 'Poppins', sans-serif;
margin-bottom: 1px;
}
.normal_price_list span {
font-size: 15px;
}
.price_list small {
font-size: 12px;
color: #999;
display: block;
margin-bottom: 10px;
line-height: 12px;
text-align: right;
font-family: 'Poppins', sans-serif;
}
.marg-top {
margin-top: 30px !important;
text-align: right;
}
.price_list sup {
top: 0px;
}
.price_list sup {
font-size: 16px;
position: relative;
color: #4496d2;
top: -9px;
}
.room-avg-price {
font-size: 31px;
color: #4496d2;
font-family: 'Poppins', sans-serif;
font-weight: 500;
}
.avg-night {
font-size: 14px;
color: #8c8080;
display: block;
}
.btn_1 {
background-color: #1f2f3d;
margin-top: 10px;
margin-bottom: 20px;
border-radius: 0px;
text-align: center;
padding: 5px 0;
width: 50%;
}
.btn_1 a {
color: #fff;
font-family: 'Poppins', sans-serif;
text-decoration: none;
font-size: 14px;
}
.hotel-list {
padding: 15px 0;
background: #fff;
box-shadow: 0px 0px 3px #aaaaaa;
font-family: 'Poppins', sans-serif;
}
.grid-img {
padding-top: 20px;
width: 100%;
height: auto;
}
.hotel-name {
font-size: 18px;
line-height: 30px;
margin-top: 10px;
margin-bottom: 2px;
padding: 0 15px;
}
.hotel-iten {
font-size: 14px;
font-weight: 500;
line-height: 1.1;
padding: 0 15px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.hotel-address {
font-size: 14px;
font-weight: 500;
line-height: 1.1;
font-style: italic;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.hotel-description {
font-size: 14px;
color: #777;
padding: 0 20px;
}
.hotel_mark {
text-align: right;
}
.pack-item .social-icons {
margin-bottom: 15px;
}
.pack-item .social-icons a {
width: 25px;
height: 25px;
display: inline-block;
line-height: 25px;
text-align: center;
color: #ffffff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
margin-left: 0;
margin-right: 10px;
text-decoration: none;
}
@media only screen and (max-width: 767px) {
.pack-item {
margin-bottom: 30px;
}
}
/*Booking Widget related*/
.avail-bar {
margin: 10px 20px 0 20px;
}
.avail-bar, .page-header {
background: none !important;
}
.avail-bar-event-title h5,
.avail-bar-event-title .date, .avail-bar-event-title select {
margin-bottom: 20px;
}
.avail-bar-title-icon {
display: inline-block;
float: left;
margin-right: 15px;
}
.avail-bar-title .title-note {
margin-top: 4px;
}
.avail-bar-title strong {
font-family: 'Roboto Condensed', sans-serif;
font-size: 16px;
color: #333;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
display: block;
}
.arrival.group input, .departure.group input {
margin-bottom: 20px;
border-color: #a9a9a9;
}
/*Parallax banner*/
.section-sub-banner {
padding-top: 90px;
}
.sub-banner {
position: relative;
}
.sub-height {
height: 300px;
}
.awe-parallax {
background-position: 50% 50%;
background-attachment: fixed;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
z-index: 0;
}
.gallery-ban {
background-image: url('../images/parallax/location.jpg');
} | public/stylesheets/listpage.css | .notice-bar-listpage {
margin: 40px 20px 0 20px;
}
.notice-bar-listpage,
.page-header {
background: #f8f7f3;
padding: 20px 0;
box-shadow: 0 2px 0 rgba(0, 0, 0, .07);
}
.b-stars-group>.is-active-stars {
color: #4496d2;
}
.b-portfolio_info_rating .b-stars-group {
display: inline-block;
vertical-align: middle;
}
.b-stars-group {
font-size: 1.07692em;
line-height: 1.2;
color: #929292;
}
.hotel_map {
background-color: #1f2f3d;
color: #fff;
font-size: 12px;
margin: 0 10px;
padding: 0 6px;
font-family: 'Poppins', sans-serif;
}
.hotel_amenities {
background-color: #1f2f3d;
color: #fff;
font-size: 12px;
padding: 0 6px;
font-family: 'Poppins', sans-serif;
}
.normal_price_list {
display: block;
text-decoration: line-through;
color: #999;
font-size: 20px;
margin-top: 10px;
text-align: center;
font-size: 25px;
font-family: 'Poppins', sans-serif;
margin-bottom: 1px;
}
.normal_price_list span {
font-size: 15px;
}
.price_list small {
font-size: 12px;
color: #999;
display: block;
margin-bottom: 10px;
line-height: 12px;
text-align: right;
font-family: 'Poppins', sans-serif;
}
.marg-top {
margin-top: 30px !important;
text-align: right;
}
.price_list sup {
top: 0px;
}
.price_list sup {
font-size: 16px;
position: relative;
color: #4496d2;
top: -9px;
}
.room-avg-price {
font-size: 31px;
color: #4496d2;
font-family: 'Poppins', sans-serif;
font-weight: 500;
}
.avg-night {
font-size: 14px;
color: #8c8080;
display: block;
}
.btn_1 {
background-color: #1f2f3d;
margin-top: 10px;
margin-bottom: 20px;
border-radius: 0px;
text-align: center;
padding: 5px 0;
width: 50%;
}
.btn_1 a {
color: #fff;
font-family: 'Poppins', sans-serif;
text-decoration: none;
font-size: 14px;
}
.hotel-list {
padding: 15px 0;
background: #fff;
box-shadow: 0px 0px 3px #aaaaaa;
font-family: 'Poppins', sans-serif;
}
.grid-img {
padding-top: 20px;
width: 100%;
height: auto;
}
.hotel-name {
font-size: 18px;
line-height: 30px;
margin-top: 10px;
margin-bottom: 2px;
padding: 0 15px;
}
.hotel-iten {
font-size: 14px;
font-weight: 500;
line-height: 1.1;
padding: 0 15px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.hotel-address {
font-size: 14px;
font-weight: 500;
line-height: 1.1;
font-style: italic;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.hotel-description {
font-size: 14px;
color: #777;
padding: 0 20px;
}
.hotel_mark {
text-align: right;
}
.pack-item .social-icons {
margin-bottom: 15px;
}
.pack-item .social-icons a {
width: 25px;
height: 25px;
display: inline-block;
line-height: 25px;
text-align: center;
color: #ffffff;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
margin-left: 0;
margin-right: 10px;
text-decoration: none;
}
@media only screen and (max-width: 767px) {
.pack-item {
margin-bottom: 30px;
}
}
/*Booking Widget related*/
.avail-bar {
margin: 10px 20px 0 20px;
}
.avail-bar, .page-header {
background: none !important;
}
.avail-bar-event-title h5,
.avail-bar-event-title .date, .avail-bar-event-title select {
margin-bottom: 20px;
}
.avail-bar-title-icon {
display: inline-block;
float: left;
margin-right: 15px;
}
.avail-bar-title .title-note {
margin-top: 4px;
}
.avail-bar-title strong {
font-family: 'Roboto Condensed', sans-serif;
font-size: 16px;
color: #333;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
display: block;
}
.arrival.group input, .departure.group input {
margin-bottom: 20px;
border-color: #a9a9a9;
}
/*Parallax banner*/
.section-sub-banner {
padding-top: 90px;
}
.sub-banner {
position: relative;
}
.sub-height {
height: 300px;
}
.awe-parallax {
background-position: 50% 50%;
background-attachment: fixed;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
z-index: 0;
}
.gallery-ban {
background-image: url('../images/parallax/location.jpg');
} | 0.355887 | 0.098947 |
.vidprogress {
width: 100%;
height: 20px;
border-radius: 5px;
background: #A6A6A6;
box-shadow: inset 0 -5px 10px rgba(0,0,0,0.1);
float: left;
cursor: pointer;
margin: 24px 0 0 0;
padding: 0;
position: relative;
}
.vidprogress-bar {
background: #007AC2;
box-shadow: inset -30px 0px 69px -20px #89f6f5;
border-radius: 5px;
height: 100%;
position: relative;
z-index: 999;
width: 10px;
}
.vidbutton-holder {
position: relative;
left: 10px;
}
.vidprogress-button {
background: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
border-radius: 20px;
width: 25px;
height: 25px;
position: absolute;
left: -20px;
text-decoration: overline;
}
.esriwamipanel, .search-filters {
border-style: solid;
border-width: 0em;
padding: 1.0em;
padding-left: 1.75em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
border: 1px solid #ededed;
background: #fafafa;
}
.esriwamibtn-group a {
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0.5em 1em;
font-size: 0.875em;
line-height: 1.71429em;
line-height: 1.8em;
background-color: white;
border: 1px solid #cccccc;
border-left: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-transition: background-color 200ms linear;
-moz-transition: background-color 200ms linear;
-o-transition: background-color 200ms linear;
transition: background-color 200ms linear;
text-align: center;
text-decoration: none;
}
.esriwamibtn-group a:hover, .btn-group a.active {
background-color: #f3f3f3;
color: #007ac2;
}
.esriwamibtn-group.blue a {
background-color: #007ac2;
border: 1px solid #003c60;
border-left: none;
color: white;
}
.esriwamibtn-group.blue a:hover, .btn-group.blue a.active {
color: white;
background-color: #005b91;
}
.esriwamirow {
position: relative;
}
.esriwamirow {
width: auto;
max-width: none;
min-width: 0;
margin-left: -0.5em;
margin-right: -0.5em;
}
.esriwamicolumn-24 {
width: 98%;
}
.esriwamicolumn-4 {
width: 16.66667%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
padding: 0 0.5em;
}
.esriwamicontainer {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-width: 1280px;
min-width: 0;
padding: 0 1em;
margin-right: auto;
margin-left: auto;
}
.esriwamicontent-area {
max-width: 48em;
}
[class*="icon-"]:before, {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
text-transform: none;
}
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot?-zcgvh9');
src:url('fonts/icomoon.eot?#iefix-zcgvh9') format('embedded-opentype'),
url('fonts/icomoon.woff?-zcgvh9') format('woff'),
url('fonts/icomoon.ttf?-zcgvh9') format('truetype'),
url('fonts/icomoon.svg?-zcgvh9#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-video-camera:before {
content: "\f03d";
}
.icon-step-backward:before {
content: "\f048";
}
.icon-fast-backward:before {
content: "\f049";
}
.icon-backward:before {
content: "\f04a";
}
.icon-play:before {
content: "\f04b";
}
.icon-pause:before {
content: "\f04c";
}
.icon-stop:before {
content: "\f04d";
}
.icon-forward:before {
content: "\f04e";
}
.icon-fast-forward:before {
content: "\f050";
}
.icon-step-forward:before {
content: "\f051";
}
.icon-eject:before {
content: "\f052";
}
.icon-chevron-left:before {
content: "\f053";
}
.icon-chevron-right:before {
content: "\f054";
}
.icon-caret-left:before {
content: "\f0d9";
}
.icon-caret-right:before {
content: "\f0da";
} | WAMITimeSlider/css/style.css | .vidprogress {
width: 100%;
height: 20px;
border-radius: 5px;
background: #A6A6A6;
box-shadow: inset 0 -5px 10px rgba(0,0,0,0.1);
float: left;
cursor: pointer;
margin: 24px 0 0 0;
padding: 0;
position: relative;
}
.vidprogress-bar {
background: #007AC2;
box-shadow: inset -30px 0px 69px -20px #89f6f5;
border-radius: 5px;
height: 100%;
position: relative;
z-index: 999;
width: 10px;
}
.vidbutton-holder {
position: relative;
left: 10px;
}
.vidprogress-button {
background: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
border-radius: 20px;
width: 25px;
height: 25px;
position: absolute;
left: -20px;
text-decoration: overline;
}
.esriwamipanel, .search-filters {
border-style: solid;
border-width: 0em;
padding: 1.0em;
padding-left: 1.75em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
border: 1px solid #ededed;
background: #fafafa;
}
.esriwamibtn-group a {
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0.5em 1em;
font-size: 0.875em;
line-height: 1.71429em;
line-height: 1.8em;
background-color: white;
border: 1px solid #cccccc;
border-left: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-transition: background-color 200ms linear;
-moz-transition: background-color 200ms linear;
-o-transition: background-color 200ms linear;
transition: background-color 200ms linear;
text-align: center;
text-decoration: none;
}
.esriwamibtn-group a:hover, .btn-group a.active {
background-color: #f3f3f3;
color: #007ac2;
}
.esriwamibtn-group.blue a {
background-color: #007ac2;
border: 1px solid #003c60;
border-left: none;
color: white;
}
.esriwamibtn-group.blue a:hover, .btn-group.blue a.active {
color: white;
background-color: #005b91;
}
.esriwamirow {
position: relative;
}
.esriwamirow {
width: auto;
max-width: none;
min-width: 0;
margin-left: -0.5em;
margin-right: -0.5em;
}
.esriwamicolumn-24 {
width: 98%;
}
.esriwamicolumn-4 {
width: 16.66667%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
padding: 0 0.5em;
}
.esriwamicontainer {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-width: 1280px;
min-width: 0;
padding: 0 1em;
margin-right: auto;
margin-left: auto;
}
.esriwamicontent-area {
max-width: 48em;
}
[class*="icon-"]:before, {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
text-transform: none;
}
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot?-zcgvh9');
src:url('fonts/icomoon.eot?#iefix-zcgvh9') format('embedded-opentype'),
url('fonts/icomoon.woff?-zcgvh9') format('woff'),
url('fonts/icomoon.ttf?-zcgvh9') format('truetype'),
url('fonts/icomoon.svg?-zcgvh9#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-video-camera:before {
content: "\f03d";
}
.icon-step-backward:before {
content: "\f048";
}
.icon-fast-backward:before {
content: "\f049";
}
.icon-backward:before {
content: "\f04a";
}
.icon-play:before {
content: "\f04b";
}
.icon-pause:before {
content: "\f04c";
}
.icon-stop:before {
content: "\f04d";
}
.icon-forward:before {
content: "\f04e";
}
.icon-fast-forward:before {
content: "\f050";
}
.icon-step-forward:before {
content: "\f051";
}
.icon-eject:before {
content: "\f052";
}
.icon-chevron-left:before {
content: "\f053";
}
.icon-chevron-right:before {
content: "\f054";
}
.icon-caret-left:before {
content: "\f0d9";
}
.icon-caret-right:before {
content: "\f0da";
} | 0.389314 | 0.132178 |
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
audio,video{display:inline-block}
audio:not([controls]){display:none;height:0}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
a{background:none}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace;font-size:1em}
pre{white-space:pre-wrap}
q{quotes:"\201C" "\201D" "\2018" "\2019"}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:0}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
*,*::before,*::after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
html,body{font-size:100%}
body{background:#fff;color:rgba(0,0,0,.8);padding:0;margin:0;font-family:"Noto Serif","DejaVu Serif",serif;font-weight:400;font-style:normal;line-height:1;position:relative;cursor:auto;tab-size:4;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}
a:hover{cursor:pointer}
img,object,embed{max-width:100%;height:auto}
object,embed{height:100%}
img{-ms-interpolation-mode:bicubic}
.left{float:left!important}
.right{float:right!important}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.text-center{text-align:center!important}
.text-justify{text-align:justify!important}
.hide{display:none}
img,object,svg{display:inline-block;vertical-align:middle}
textarea{height:auto;min-height:50px}
select{width:100%}
.center{margin-left:auto;margin-right:auto}
.stretch{width:100%}
.subheader,.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{line-height:1.45;color:#7a2518;font-weight:400;margin-top:0;margin-bottom:.25em}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;direction:ltr}
a{color:#2156a5;text-decoration:underline;line-height:inherit}
a:hover,a:focus{color:#1d4b8f}
a img{border:0}
p{font-family:inherit;font-weight:400;font-size:1em;line-height:1.6;margin-bottom:1.25em;text-rendering:optimizeLegibility}
p aside{font-size:.875em;line-height:1.35;font-style:italic}
h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{font-weight:300;font-style:normal;color:#ba3925;text-rendering:optimizeLegibility;margin-top:1em;margin-bottom:.5em;line-height:1.0125em}
h1 small,h2 small,h3 small,#toctitle small,.sidebarblock>.content>.title small,h4 small,h5 small,h6 small{font-size:60%;color:#e99b8f;line-height:0}
h1{font-size:2.125em}
h2{font-size:1.6875em}
h3,#toctitle,.sidebarblock>.content>.title{font-size:1.375em}
h4,h5{font-size:1.125em}
h6{font-size:1em}
hr{border:solid #dddddf;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em;height:0}
em,i{font-style:italic;line-height:inherit}
strong,b{font-weight:bold;line-height:inherit}
small{font-size:60%;line-height:inherit}
code{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;font-weight:400;color:rgba(0,0,0,.9)}
ul,ol,dl{font-size:1em;line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit}
ul,ol{margin-left:1.5em}
ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0;font-size:1em}
ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}
ul.square{list-style-type:square}
ul.circle{list-style-type:circle}
ul.disc{list-style-type:disc}
ol li ul,ol li ol{margin-left:1.25em;margin-bottom:0}
dl dt{margin-bottom:.3125em;font-weight:bold}
dl dd{margin-bottom:1.25em}
abbr,acronym{text-transform:uppercase;font-size:90%;color:rgba(0,0,0,.8);border-bottom:1px dotted #ddd;cursor:help}
abbr{text-transform:none}
blockquote{margin:0 0 1.25em;padding:.5625em 1.25em 0 1.1875em;border-left:1px solid #ddd}
blockquote cite{display:block;font-size:.9375em;color:rgba(0,0,0,.6)}
blockquote cite::before{content:"\2014 \0020"}
blockquote cite a,blockquote cite a:visited{color:rgba(0,0,0,.6)}
blockquote,blockquote p{line-height:1.6;color:rgba(0,0,0,.85)}
@media screen and (min-width:768px){h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2}
h1{font-size:2.75em}
h2{font-size:2.3125em}
h3,#toctitle,.sidebarblock>.content>.title{font-size:1.6875em}
h4{font-size:1.4375em}}
table{background:#fff;margin-bottom:1.25em;border:solid 1px #dedede}
table thead,table tfoot{background:#f7f8f7}
table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:.5em .625em .625em;font-size:inherit;color:rgba(0,0,0,.8);text-align:left}
table tr th,table tr td{padding:.5625em .625em;font-size:inherit;color:rgba(0,0,0,.8)}
table tr.even,table tr.alt{background:#f8f8f7}
table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{display:table-cell;line-height:1.6}
h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2;word-spacing:-.05em}
h1 strong,h2 strong,h3 strong,#toctitle strong,.sidebarblock>.content>.title strong,h4 strong,h5 strong,h6 strong{font-weight:400}
.clearfix::before,.clearfix::after,.float-group::before,.float-group::after{content:" ";display:table}
.clearfix::after,.float-group::after{clear:both}
:not(pre):not([class^=L])>code{font-size:.9375em;font-style:normal!important;letter-spacing:0;padding:.1em .5ex;word-spacing:-.15em;background:#f7f7f8;-webkit-border-radius:4px;border-radius:4px;line-height:1.45;text-rendering:optimizeSpeed;word-wrap:break-word}
:not(pre)>code.nobreak{word-wrap:normal}
:not(pre)>code.nowrap{white-space:nowrap}
pre{color:rgba(0,0,0,.9);font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;line-height:1.45;text-rendering:optimizeSpeed}
pre code,pre pre{color:inherit;font-size:inherit;line-height:inherit}
pre>code{display:block}
pre.nowrap,pre.nowrap pre{white-space:pre;word-wrap:normal}
em em{font-style:normal}
strong strong{font-weight:400}
.keyseq{color:rgba(51,51,51,.8)}
kbd{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;display:inline-block;color:rgba(0,0,0,.8);font-size:.65em;line-height:1.45;background:#f7f7f7;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 .1em white inset;box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 .1em #fff inset;margin:0 .15em;padding:.2em .5em;vertical-align:middle;position:relative;top:-.1em;white-space:nowrap}
.keyseq kbd:first-child{margin-left:0}
.keyseq kbd:last-child{margin-right:0}
.menuseq,.menuref{color:#000}
.menuseq b:not(.caret),.menuref{font-weight:inherit}
.menuseq{word-spacing:-.02em}
.menuseq b.caret{font-size:1.25em;line-height:.8}
.menuseq i.caret{font-weight:bold;text-align:center;width:.45em}
b.button::before,b.button::after{position:relative;top:-1px;font-weight:400}
b.button::before{content:"[";padding:0 3px 0 2px}
b.button::after{content:"]";padding:0 2px 0 3px}
p a>code:hover{color:rgba(0,0,0,.9)}
#header,#content,#footnotes,#footer{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5em;*zoom:1;position:relative;padding-left:.9375em;padding-right:.9375em}
#header::before,#header::after,#content::before,#content::after,#footnotes::before,#footnotes::after,#footer::before,#footer::after{content:" ";display:table}
#header::after,#content::after,#footnotes::after,#footer::after{clear:both}
#content{margin-top:1.25em}
#content::before{content:none}
#header>h1:first-child{color:rgba(0,0,0,.85);margin-top:2.25rem;margin-bottom:0}
#header>h1:first-child+#toc{margin-top:8px;border-top:1px solid #dddddf}
#header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px}
#header .details{border-bottom:1px solid #dddddf;line-height:1.45;padding-top:.25em;padding-bottom:.25em;padding-left:.25em;color:rgba(0,0,0,.6);display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap}
#header .details span:first-child{margin-left:-.125em}
#header .details span.email a{color:rgba(0,0,0,.85)}
#header .details br{display:none}
#header .details br+span::before{content:"\00a0\2013\00a0"}
#header .details br+span.author::before{content:"\00a0\22c5\00a0";color:rgba(0,0,0,.85)}
#header .details br+span#revremark::before{content:"\00a0|\00a0"}
#header #revnumber{text-transform:capitalize}
#header #revnumber::after{content:"\00a0"}
#content>h1:first-child:not([class]){color:rgba(0,0,0,.85);border-bottom:1px solid #dddddf;padding-bottom:8px;margin-top:0;padding-top:1rem;margin-bottom:1.25rem}
#toc{border-bottom:1px solid #e7e7e9;padding-bottom:.5em}
#toc>ul{margin-left:.125em}
#toc ul.sectlevel0>li>a{font-style:italic}
#toc ul.sectlevel0 ul.sectlevel1{margin:.5em 0}
#toc ul{list-style-type:none}
#toc li{line-height:1.3334;margin-top:.3334em}
#toc a{text-decoration:none}
#toc a:active{text-decoration:underline}
#toctitle{color:#7a2518;font-size:1.2em}
@media screen and (min-width:768px){#toctitle{font-size:1.375em}
body.toc2{padding-left:15em;padding-right:0}
#toc.toc2{margin-top:0!important;background:#f8f8f7;position:fixed;width:15em;left:0;top:0;border-right:1px solid #e7e7e9;border-top-width:0!important;border-bottom-width:0!important;z-index:1000;padding:1.25em 1em;height:100%;overflow:auto}
#toc.toc2 #toctitle{margin-top:0;margin-bottom:.8rem;font-size:1.2em}
#toc.toc2>ul{font-size:.9em;margin-bottom:0}
#toc.toc2 ul ul{margin-left:0;padding-left:1em}
#toc.toc2 ul.sectlevel0 ul.sectlevel1{padding-left:0;margin-top:.5em;margin-bottom:.5em}
body.toc2.toc-right{padding-left:0;padding-right:15em}
body.toc2.toc-right #toc.toc2{border-right-width:0;border-left:1px solid #e7e7e9;left:auto;right:0}}
@media screen and (min-width:1280px){body.toc2{padding-left:20em;padding-right:0}
#toc.toc2{width:20em}
#toc.toc2 #toctitle{font-size:1.375em}
#toc.toc2>ul{font-size:.95em}
#toc.toc2 ul ul{padding-left:1.25em}
body.toc2.toc-right{padding-left:0;padding-right:20em}}
#content #toc{border-style:solid;border-width:1px;border-color:#e0e0dc;margin-bottom:1.25em;padding:1.25em;background:#f8f8f7;-webkit-border-radius:4px;border-radius:4px}
#content #toc>:first-child{margin-top:0}
#content #toc>:last-child{margin-bottom:0}
#footer{max-width:100%;background:rgba(0,0,0,.8);padding:1.25em}
#footer-text{color:rgba(255,255,255,.8);line-height:1.44}
#footer1{max-width:100%;background:rgba(0,0,0,.8);padding:1.25em}
#footer-text1{color:rgba(255,255,255,.8);line-height:1.44}
#content{margin-bottom:.625em}
.sect1{padding-bottom:.625em}
@media screen and (min-width:768px){#content{margin-bottom:1.25em}
.sect1{padding-bottom:1.25em}}
.sect1:last-child{padding-bottom:0}
.sect1+.sect1{border-top:1px solid #e7e7e9}
#content h1>a.anchor,h2>a.anchor,h3>a.anchor,#toctitle>a.anchor,.sidebarblock>.content>.title>a.anchor,h4>a.anchor,h5>a.anchor,h6>a.anchor{position:absolute;z-index:1001;width:1.5ex;margin-left:-1.5ex;display:block;text-decoration:none!important;visibility:hidden;text-align:center;font-weight:400}
#content h1>a.anchor::before,h2>a.anchor::before,h3>a.anchor::before,#toctitle>a.anchor::before,.sidebarblock>.content>.title>a.anchor::before,h4>a.anchor::before,h5>a.anchor::before,h6>a.anchor::before{content:"\00A7";font-size:.85em;display:block;padding-top:.1em}
#content h1:hover>a.anchor,#content h1>a.anchor:hover,h2:hover>a.anchor,h2>a.anchor:hover,h3:hover>a.anchor,#toctitle:hover>a.anchor,.sidebarblock>.content>.title:hover>a.anchor,h3>a.anchor:hover,#toctitle>a.anchor:hover,.sidebarblock>.content>.title>a.anchor:hover,h4:hover>a.anchor,h4>a.anchor:hover,h5:hover>a.anchor,h5>a.anchor:hover,h6:hover>a.anchor,h6>a.anchor:hover{visibility:visible}
#content h1>a.link,h2>a.link,h3>a.link,#toctitle>a.link,.sidebarblock>.content>.title>a.link,h4>a.link,h5>a.link,h6>a.link{color:#ba3925;text-decoration:none}
#content h1>a.link:hover,h2>a.link:hover,h3>a.link:hover,#toctitle>a.link:hover,.sidebarblock>.content>.title>a.link:hover,h4>a.link:hover,h5>a.link:hover,h6>a.link:hover{color:#a53221}
details,.audioblock,.imageblock,.literalblock,.listingblock,.stemblock,.videoblock{margin-bottom:1.25em}
details>summary:first-of-type{cursor:pointer;display:list-item;outline:none;margin-bottom:.75em}
.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{text-rendering:optimizeLegibility;text-align:left;font-family:"Noto Serif","DejaVu Serif",serif;font-size:1rem;font-style:italic}
table.tableblock.fit-content>caption.title{white-space:nowrap;width:0}
.paragraph.lead>p,#preamble>.sectionbody>[class="paragraph"]:first-of-type p{font-size:1.21875em;line-height:1.6;color:rgba(0,0,0,.85)}
table.tableblock #preamble>.sectionbody>[class="paragraph"]:first-of-type p{font-size:inherit}
.admonitionblock>table{border-collapse:separate;border:0;background:none;width:100%}
.admonitionblock>table td.icon{text-align:center;width:80px}
.admonitionblock>table td.icon img{max-width:none}
.admonitionblock>table td.icon .title{font-weight:bold;text-transform:uppercase}
.admonitionblock>table td.content{padding-left:1.125em;padding-right:1.25em;border-left:1px solid #dddddf;color:rgba(0,0,0,.6)}
.admonitionblock>table td.content>:last-child>:last-child{margin-bottom:0}
.exampleblock>.content{border-style:solid;border-width:1px;border-color:#e6e6e6;margin-bottom:1.25em;padding:1.25em;background:#fff;-webkit-border-radius:4px;border-radius:4px}
.exampleblock>.content>:first-child{margin-top:0}
.exampleblock>.content>:last-child{margin-bottom:0}
.sidebarblock{border-style:solid;border-width:1px;border-color:#dbdbd6;margin-bottom:1.25em;padding:1.25em;background:#f3f3f2;-webkit-border-radius:4px;border-radius:4px}
.sidebarblock>:first-child{margin-top:0}
.sidebarblock>:last-child{margin-bottom:0}
.sidebarblock>.content>.title{color:#7a2518;margin-top:0;text-align:center}
.exampleblock>.content>:last-child>:last-child,.exampleblock>.content .olist>ol>li:last-child>:last-child,.exampleblock>.content .ulist>ul>li:last-child>:last-child,.exampleblock>.content .qlist>ol>li:last-child>:last-child,.sidebarblock>.content>:last-child>:last-child,.sidebarblock>.content .olist>ol>li:last-child>:last-child,.sidebarblock>.content .ulist>ul>li:last-child>:last-child,.sidebarblock>.content .qlist>ol>li:last-child>:last-child{margin-bottom:0}
.literalblock pre,.listingblock>.content>pre{-webkit-border-radius:4px;border-radius:4px;word-wrap:break-word;overflow-x:auto;padding:1em;font-size:.8125em}
@media screen and (min-width:768px){.literalblock pre,.listingblock>.content>pre{font-size:.90625em}}
@media screen and (min-width:1280px){.literalblock pre,.listingblock>.content>pre{font-size:1em}}
.literalblock pre,.listingblock>.content>pre:not(.highlight),.listingblock>.content>pre[class="highlight"],.listingblock>.content>pre[class^="highlight "]{background:#f7f7f8}
.literalblock.output pre{color:#f7f7f8;background:rgba(0,0,0,.9)}
.listingblock>.content{position:relative}
.listingblock code[data-lang]::before{display:none;content:attr(data-lang);position:absolute;font-size:.75em;top:.425rem;right:.5rem;line-height:1;text-transform:uppercase;color:inherit;opacity:.5}
.listingblock:hover code[data-lang]::before{display:block}
.listingblock.terminal pre .command::before{content:attr(data-prompt);padding-right:.5em;color:inherit;opacity:.5}
.listingblock.terminal pre .command:not([data-prompt])::before{content:"$"}
.listingblock pre.highlightjs{padding:0}
.listingblock pre.highlightjs>code{padding:1em;-webkit-border-radius:4px;border-radius:4px}
.listingblock pre.prettyprint{border-width:0}
.prettyprint{background:#f7f7f8}
pre.prettyprint .linenums{line-height:1.45;margin-left:2em}
pre.prettyprint li{background:none;list-style-type:inherit;padding-left:0}
pre.prettyprint li code[data-lang]::before{opacity:1}
pre.prettyprint li:not(:first-child) code[data-lang]::before{display:none}
table.linenotable{border-collapse:separate;border:0;margin-bottom:0;background:none}
table.linenotable td[class]{color:inherit;vertical-align:top;padding:0;line-height:inherit;white-space:normal}
table.linenotable td.code{padding-left:.75em}
table.linenotable td.linenos{border-right:1px solid currentColor;opacity:.35;padding-right:.5em}
pre.pygments .lineno{border-right:1px solid currentColor;opacity:.35;display:inline-block;margin-right:.75em}
pre.pygments .lineno::before{content:"";margin-right:-.125em}
.quoteblock{margin:0 1em 1.25em 1.5em;display:table}
.quoteblock:not(.excerpt)>.title{margin-left:-1.5em;margin-bottom:.75em}
.quoteblock blockquote,.quoteblock p{color:rgba(0,0,0,.85);font-size:1.15rem;line-height:1.75;word-spacing:.1em;letter-spacing:0;font-style:italic;text-align:justify}
.quoteblock blockquote{margin:0;padding:0;border:0}
.quoteblock blockquote::before{content:"\201c";float:left;font-size:2.75em;font-weight:bold;line-height:.6em;margin-left:-.6em;color:#7a2518;text-shadow:0 1px 2px rgba(0,0,0,.1)}
.quoteblock blockquote>.paragraph:last-child p{margin-bottom:0}
.quoteblock .attribution{margin-top:.75em;margin-right:.5ex;text-align:right}
.verseblock{margin:0 1em 1.25em}
.verseblock pre{font-family:"Open Sans","DejaVu Sans",sans;font-size:1.15rem;color:rgba(0,0,0,.85);font-weight:300;text-rendering:optimizeLegibility}
.verseblock pre strong{font-weight:400}
.verseblock .attribution{margin-top:1.25rem;margin-left:.5ex}
.quoteblock .attribution,.verseblock .attribution{font-size:.9375em;line-height:1.45;font-style:italic}
.quoteblock .attribution br,.verseblock .attribution br{display:none}
.quoteblock .attribution cite,.verseblock .attribution cite{display:block;letter-spacing:-.025em;color:rgba(0,0,0,.6)}
.quoteblock.abstract blockquote::before,.quoteblock.excerpt blockquote::before,.quoteblock .quoteblock blockquote::before{display:none}
.quoteblock.abstract blockquote,.quoteblock.abstract p,.quoteblock.excerpt blockquote,.quoteblock.excerpt p,.quoteblock .quoteblock blockquote,.quoteblock .quoteblock p{line-height:1.6;word-spacing:0}
.quoteblock.abstract{margin:0 1em 1.25em;display:block}
.quoteblock.abstract>.title{margin:0 0 .375em;font-size:1.15em;text-align:center}
.quoteblock.excerpt>blockquote,.quoteblock .quoteblock{padding:0 0 .25em 1em;border-left:.25em solid #dddddf}
.quoteblock.excerpt,.quoteblock .quoteblock{margin-left:0}
.quoteblock.excerpt blockquote,.quoteblock.excerpt p,.quoteblock .quoteblock blockquote,.quoteblock .quoteblock p{color:inherit;font-size:1.0625rem}
.quoteblock.excerpt .attribution,.quoteblock .quoteblock .attribution{color:inherit;text-align:left;margin-right:0}
table.tableblock{max-width:100%;border-collapse:separate}
p.tableblock:last-child{margin-bottom:0}
td.tableblock>.content>:last-child{margin-bottom:-1.25em}
td.tableblock>.content>:last-child.sidebarblock{margin-bottom:0}
table.tableblock,th.tableblock,td.tableblock{border:0 solid #dedede}
table.grid-all>thead>tr>.tableblock,table.grid-all>tbody>tr>.tableblock{border-width:0 1px 1px 0}
table.grid-all>tfoot>tr>.tableblock{border-width:1px 1px 0 0}
table.grid-cols>*>tr>.tableblock{border-width:0 1px 0 0}
table.grid-rows>thead>tr>.tableblock,table.grid-rows>tbody>tr>.tableblock{border-width:0 0 1px}
table.grid-rows>tfoot>tr>.tableblock{border-width:1px 0 0}
table.grid-all>*>tr>.tableblock:last-child,table.grid-cols>*>tr>.tableblock:last-child{border-right-width:0}
table.grid-all>tbody>tr:last-child>.tableblock,table.grid-all>thead:last-child>tr>.tableblock,table.grid-rows>tbody>tr:last-child>.tableblock,table.grid-rows>thead:last-child>tr>.tableblock{border-bottom-width:0}
table.frame-all{border-width:1px}
table.frame-sides{border-width:0 1px}
table.frame-topbot,table.frame-ends{border-width:1px 0}
table.stripes-all tr,table.stripes-odd tr:nth-of-type(odd),table.stripes-even tr:nth-of-type(even),table.stripes-hover tr:hover{background:#f8f8f7}
th.halign-left,td.halign-left{text-align:left}
th.halign-right,td.halign-right{text-align:right}
th.halign-center,td.halign-center{text-align:center}
th.valign-top,td.valign-top{vertical-align:top}
th.valign-bottom,td.valign-bottom{vertical-align:bottom}
th.valign-middle,td.valign-middle{vertical-align:middle}
table thead th,table tfoot th{font-weight:bold}
tbody tr th{display:table-cell;line-height:1.6;background:#f7f8f7}
tbody tr th,tbody tr th p,tfoot tr th,tfoot tr th p{color:rgba(0,0,0,.8);font-weight:bold}
p.tableblock>code:only-child{background:none;padding:0}
p.tableblock{font-size:1em}
ol{margin-left:1.75em}
ul li ol{margin-left:1.5em}
dl dd{margin-left:1.125em}
dl dd:last-child,dl dd:last-child>:last-child{margin-bottom:0}
ol>li p,ul>li p,ul dd,ol dd,.olist .olist,.ulist .ulist,.ulist .olist,.olist .ulist{margin-bottom:.625em}
ul.checklist,ul.none,ol.none,ul.no-bullet,ol.no-bullet,ol.unnumbered,ul.unstyled,ol.unstyled{list-style-type:none}
ul.no-bullet,ol.no-bullet,ol.unnumbered{margin-left:.625em}
ul.unstyled,ol.unstyled{margin-left:0}
ul.checklist{margin-left:.625em}
ul.checklist li>p:first-child>.fa-square-o:first-child,ul.checklist li>p:first-child>.fa-check-square-o:first-child{width:1.25em;font-size:.8em;position:relative;bottom:.125em}
ul.checklist li>p:first-child>input[type="checkbox"]:first-child{margin-right:.25em}
ul.inline{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap;list-style:none;margin:0 0 .625em -1.25em}
ul.inline>li{margin-left:1.25em}
.unstyled dl dt{font-weight:400;font-style:normal}
ol.arabic{list-style-type:decimal}
ol.decimal{list-style-type:decimal-leading-zero}
ol.loweralpha{list-style-type:lower-alpha}
ol.upperalpha{list-style-type:upper-alpha}
ol.lowerroman{list-style-type:lower-roman}
ol.upperroman{list-style-type:upper-roman}
ol.lowergreek{list-style-type:lower-greek}
.hdlist>table,.colist>table{border:0;background:none}
.hdlist>table>tbody>tr,.colist>table>tbody>tr{background:none}
td.hdlist1,td.hdlist2{vertical-align:top;padding:0 .625em}
td.hdlist1{font-weight:bold;padding-bottom:1.25em}
.literalblock+.colist,.listingblock+.colist{margin-top:-.5em}
.colist td:not([class]):first-child{padding:.4em .75em 0;line-height:1;vertical-align:top}
.colist td:not([class]):first-child img{max-width:none}
.colist td:not([class]):last-child{padding:.25em 0}
.thumb,.th{line-height:0;display:inline-block;border:solid 4px #fff;-webkit-box-shadow:0 0 0 1px #ddd;box-shadow:0 0 0 1px #ddd}
.imageblock.left{margin:.25em .625em 1.25em 0}
.imageblock.right{margin:.25em 0 1.25em .625em}
.imageblock>.title{margin-bottom:0}
.imageblock.thumb,.imageblock.th{border-width:6px}
.imageblock.thumb>.title,.imageblock.th>.title{padding:0 .125em}
.image.left,.image.right{margin-top:.25em;margin-bottom:.25em;display:inline-block;line-height:0}
.image.left{margin-right:.625em}
.image.right{margin-left:.625em}
a.image{text-decoration:none;display:inline-block}
a.image object{pointer-events:none}
sup.footnote,sup.footnoteref{font-size:.875em;position:static;vertical-align:super}
sup.footnote a,sup.footnoteref a{text-decoration:none}
sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline}
#footnotes{padding-top:.75em;padding-bottom:.75em;margin-bottom:.625em}
#footnotes hr{width:20%;min-width:6.25em;margin:-.25em 0 .75em;border-width:1px 0 0}
#footnotes .footnote{padding:0 .375em 0 .225em;line-height:1.3334;font-size:.875em;margin-left:1.2em;margin-bottom:.2em}
#footnotes .footnote a:first-of-type{font-weight:bold;text-decoration:none;margin-left:-1.05em}
#footnotes .footnote:last-of-type{margin-bottom:0}
#content #footnotes{margin-top:-.625em;margin-bottom:0;padding:.75em 0}
.gist .file-data>table{border:0;background:#fff;width:100%;margin-bottom:0}
.gist .file-data>table td.line-data{width:99%}
div.unbreakable{page-break-inside:avoid}
.big{font-size:larger}
.small{font-size:smaller}
.underline{text-decoration:underline}
.overline{text-decoration:overline}
.line-through{text-decoration:line-through}
.aqua{color:#00bfbf}
.aqua-background{background:#00fafa}
.black{color:#000}
.black-background{background:#000}
.blue{color:#0000bf}
.blue-background{background:#0000fa}
.fuchsia{color:#bf00bf}
.fuchsia-background{background:#fa00fa}
.gray{color:#606060}
.gray-background{background:#7d7d7d}
.green{color:#006000}
.green-background{background:#007d00}
.lime{color:#00bf00}
.lime-background{background:#00fa00}
.maroon{color:#600000}
.maroon-background{background:#7d0000}
.navy{color:#000060}
.navy-background{background:#00007d}
.olive{color:#606000}
.olive-background{background:#7d7d00}
.purple{color:#600060}
.purple-background{background:#7d007d}
.red{color:#bf0000}
.red-background{background:#fa0000}
.silver{color:#909090}
.silver-background{background:#bcbcbc}
.teal{color:#006060}
.teal-background{background:#007d7d}
.white{color:#bfbfbf}
.white-background{background:#fafafa}
.yellow{color:#bfbf00}
.yellow-background{background:#fafa00}
span.icon>.fa{cursor:default}
a span.icon>.fa{cursor:inherit}
.admonitionblock td.icon [class^="fa icon-"]{font-size:2.5em;text-shadow:1px 1px 2px rgba(0,0,0,.5);cursor:default}
.admonitionblock td.icon .icon-note::before{content:"\f05a";color:#19407c}
.admonitionblock td.icon .icon-tip::before{content:"\f0eb";text-shadow:1px 1px 2px rgba(155,155,0,.8);color:#111}
.admonitionblock td.icon .icon-warning::before{content:"\f071";color:#bf6900}
.admonitionblock td.icon .icon-caution::before{content:"\f06d";color:#bf3400}
.admonitionblock td.icon .icon-important::before{content:"\f06a";color:#bf0000}
.conum[data-value]{display:inline-block;color:#fff!important;background:rgba(0,0,0,.8);-webkit-border-radius:100px;border-radius:100px;text-align:center;font-size:.75em;width:1.67em;height:1.67em;line-height:1.67em;font-style:normal;font-weight:bold}
.conum[data-value] *{color:#fff!important}
.conum[data-value]+b{display:none}
.conum[data-value]::after{content:attr(data-value)}
pre .conum[data-value]{position:relative;top:-.125em}
b.conum *{color:inherit!important}
.conum:not([data-value]):empty{display:none}
dt,th.tableblock,td.content,div.footnote{text-rendering:optimizeLegibility}
h1,h2,p,td.content,span.alt{letter-spacing:-.01em}
p strong,td.content strong,div.footnote strong{letter-spacing:-.005em}
p,blockquote,dt,td.content,span.alt{font-size:1.0625rem}
p{margin-bottom:1.25rem}
.sidebarblock p,.sidebarblock dt,.sidebarblock td.content,p.tableblock{font-size:1em}
.exampleblock>.content{background:#fffef7;border-color:#e0e0dc;-webkit-box-shadow:0 1px 4px #e0e0dc;box-shadow:0 1px 4px #e0e0dc}
.print-only{display:none!important}
@page{margin:1.25cm .75cm}
@media print{*{-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}
html{font-size:80%}
a{color:inherit!important;text-decoration:underline!important}
a.bare,a[href^="#"],a[href^="mailto:"]{text-decoration:none!important}
a[href^="http:"]:not(.bare)::after,a[href^="https:"]:not(.bare)::after{content:"(" attr(href) ")";display:inline-block;font-size:.875em;padding-left:.25em}
abbr[title]::after{content:" (" attr(title) ")"}
pre,blockquote,tr,img,object,svg{page-break-inside:avoid}
thead{display:table-header-group}
svg{max-width:100%}
p,blockquote,dt,td.content{font-size:1em;orphans:3;widows:3}
h2,h3,#toctitle,.sidebarblock>.content>.title{page-break-after:avoid}
#toc,.sidebarblock,.exampleblock>.content{background:none!important}
#toc{border-bottom:1px solid #dddddf!important;padding-bottom:0!important}
body.book #header{text-align:center}
body.book #header>h1:first-child{border:0!important;margin:2.5em 0 1em}
body.book #header .details{border:0!important;display:block;padding:0!important}
body.book #header .details span:first-child{margin-left:0!important}
body.book #header .details br{display:block}
body.book #header .details br+span::before{content:none!important}
body.book #toc{border:0!important;text-align:left!important;padding:0!important;margin:0!important}
body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-break-before:always}
.listingblock code[data-lang]::before{display:block}
#footer{padding:0 .9375em}
.hide-on-print{display:none!important}
.print-only{display:block!important}
.hide-for-print{display:none!important}
.show-for-print{display:inherit!important}}
@media print,amzn-kf8{#header>h1:first-child{margin-top:1.25rem}
.sect1{padding:0!important}
.sect1+.sect1{border:0}
#footer{background:none}
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
#nprogress {
pointer-events: none
}
#nprogress .bar {
background: #29d;
position: fixed;
z-index: 1031;
top: 0;
left: 0;
width: 100%;
height: 2px
}
#nprogress .peg {
display: block;
position: absolute;
right: 0px;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-ms-transform: rotate(3deg) translate(0px, -4px);
transform: rotate(3deg) translate(0px, -4px)
}
#nprogress .spinner {
display: block;
position: fixed;
z-index: 1031;
top: 15px;
right: 15px
}
#nprogress .spinner-icon {
width: 18px;
height: 18px;
box-sizing: border-box;
border: solid 2px transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 50%;
-webkit-animation: nprogress-spinner 400ms linear infinite;
animation: nprogress-spinner 400ms linear infinite
}
.nprogress-custom-parent {
overflow: hidden;
position: relative
}
.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar {
position: absolute
}
@-webkit-keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg)
}
}
@keyframes nprogress-spinner {
0% {
transform: rotate(0deg)
}
100% {
transform: rotate(360deg)
}
}
#nprogress .bar {
background: #782b90
}
#nprogress .peg {
box-shadow: 0 0 10px #782b90,0 0 5px #782b90
}
#nprogress .spinner-icon {
border-top-color: #782b90;
border-left-color: #782b90
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
main {
display: block
}
h1 {
font-size: 2em;
margin: 0.67em 0
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
pre {
font-family: monospace, monospace;
font-size: 1em
}
a {
background-color: transparent
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted
}
b,strong {
font-weight: bolder
}
code,kbd,samp {
font-family: monospace, monospace;
font-size: 1em
}
small {
font-size: 80%
}
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sub {
bottom: -0.25em
}
sup {
top: -0.5em
}
img {
border-style: none
}
button,input,optgroup,select,textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0
}
button,input {
overflow: visible
}
button,select {
text-transform: none
}
button,[type="button"],[type="reset"],[type="submit"] {
-webkit-appearance: button
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0
}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText
}
fieldset {
padding: 0.35em 0.75em 0.625em
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}
progress {
vertical-align: baseline
}
textarea {
overflow: auto
}
[type="checkbox"],[type="radio"] {
box-sizing: border-box;
padding: 0
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
height: auto
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
details {
display: block
}
summary {
display: list-item
}
template {
display: none
}
[hidden] {
display: none
}
.hljs,pre {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #3a2840;
color: #fff
}
.hljs.language-shell :not(.bash)+.bash,pre.language-shell :not(.bash)+.bash,.hljs.language-better-shell :not(.bash)+.bash,pre.language-better-shell :not(.bash)+.bash {
color: #d2a8e0
}
pre {
border-radius: .8rem;
padding: 1rem;
font-size: .875rem;
margin: 1.5rem 0
}
.hljs-keyword,.hljs-selector-tag,.hljs-tag {
color: #d2a8e0
}
.hljs-template-tag {
color: #f00
}
.hljs-number {
color: #6cb9f0
}
.hljs-variable,.hljs-template-variable,.hljs-attribute,.hljs-literal {
color: #c9e5f9
}
.hljs-subst {
color: #f00
}
.hljs-title,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-section,.hljs-type {
color: #f0a46c
}
.hljs-symbol,.hljs-bullet,.hljs-link {
color: #d2a8e0
}
.hljs-deletion,.hljs-string,.hljs-built_in,.hljs-builtin-name {
color: #6cb9f0
}
.hljs-addition,.hljs-comment,.hljs-quote,.hljs-meta {
color: #adb5bd
}
.hljs-emphasis {
font-style: italic
}
.hljs-strong {
font-weight: bold
}
html {
box-sizing: border-box
}
*,*::before,*::after {
box-sizing: inherit
}
:root {
font-size: 18px
}
@media (max-width: 1000px) {
:root {
font-size:17.1px
}
}
@media (max-width: 768px) {
:root {
font-size:16.2px
}
}
@media (max-width: 640px) {
:root {
font-size:15.3px
}
}
body,input {
font-family: "Roboto", sans-serif;
font-weight: 300;
line-height: 1.7;
color: #3c3c3b
}
input {
outline: none
}
h1,h2,h3,h4,h5,h6 {
font-weight: 400
}
h1 {
font-size: 2.5rem
}
h2 {
font-size: 2rem
}
h3 {
font-size: 1.75rem
}
h4 {
font-size: 1.5rem
}
h5 {
font-size: 1.25rem
}
h6 {
font-size: 1.1rem
}
.container {
width: 100%;
padding-right: .8rem;
padding-left: .8rem;
margin-right: auto;
margin-left: auto
}
@media (min-width: 640px) {
.container {
max-width:620px
}
}
@media (min-width: 768px) {
.container {
max-width:738px
}
}
@media (min-width: 1000px) {
.container {
max-width:950px
}
}
@media (min-width: 1250px) {
.container {
max-width:1180px
}
}
@media (min-width: 1250px) {
.container-narrow {
max-width:950px
}
}
.img-fluid {
max-width: 100%
}
a {
text-decoration: none;
color: #782b90
}
a:hover {
text-decoration: underline;
color: #571f69
}
img {
vertical-align: middle
}
svg {
overflow: hidden;
vertical-align: middle
}
code,pre {
font-family: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
p code {
display: inline-flex;
max-width: 100%;
overflow: auto
}
.heading-anchor {
opacity: 0;
align-self: flex-start;
outline: none
}
.heading-anchor::after {
content: "#";
position: absolute;
margin-left: -1.5rem;
color: #ced4da;
padding-right: 0.45rem
}
.heading-anchor:hover {
opacity: 1
}
h2:hover .heading-anchor,h3:hover .heading-anchor,h4:hover .heading-anchor,h5:hover .heading-anchor,h6:hover .heading-anchor {
opacity: 1
}
h1 .heading-anchor {
display: none
}
h4 .heading-anchor::after,h5 .heading-anchor::after,h6 .heading-anchor::after {
padding-right: 0.6rem
}
.dropdown {
position: relative;
display: inline-block
}
.dropdown .dropdown-title {
margin-right: 0;
cursor: pointer;
user-select: none
}
.dropdown .dropdown-menu {
position: absolute;
background-color: #f8f9fa;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
border-radius: .8rem;
list-style-type: none;
padding: .66667rem 0;
margin: .25rem 0 0 0;
z-index: 100;
display: none;
user-select: none
}
.dropdown .dropdown-menu a {
color: #4d4d4d;
text-decoration: none;
font-weight: 300
}
.dropdown .dropdown-menu.align-right {
right: 0
}
.dropdown .dropdown-menu.visible {
display: block
}
.dropdown .dropdown-menu a:hover {
color: inherit
}
.dropdown svg {
margin-bottom: 2px
}
.dropdown-item {
white-space: nowrap;
line-height: 2;
width: 100%;
padding: 0 1.5rem;
cursor: pointer
}
.dropdown-item:hover {
background-color: #e9ecef
}
.dropdown-item.active {
font-weight: 400;
padding-left: .75rem
}
.dropdown-item:not(.active).has-active-siblings {
padding-left: calc(.75rem + 16px + 0.5em)
}
.dropdown-item .dropdown-check-icon {
width: 16px;
margin-right: 0.5em;
margin-top: 1px
}
.navbar {
position: absolute;
top: 2.75rem;
width: 100%
}
.navbar a {
color: #3c3c3b
}
.navbar a.navbar-menu-item,.navbar .dropdown-title {
text-transform: uppercase
}
.navbar a.navbar-menu-item:hover,.navbar .dropdown-title:hover {
text-decoration: none;
color: #898987;
transition: color .15s ease-in-out
}
.navbar .navbar-content {
display: flex;
flex-direction: row;
align-items: center;
position: relative
}
.navbar .navbar-content .navbar-logo {
flex: 1
}
.navbar .navbar-content .navbar-logo img {
width: 7.6rem
}
.navbar .navbar-content .navbar-collapse-button {
display: none;
cursor: pointer
}
@media (max-width: 1000px) {
.navbar .navbar-content .navbar-collapse-button {
display:inline-block
}
}
.navbar .navbar-content .navbar-collapse-button span {
display: block;
width: 33px;
height: 4px;
margin-bottom: 5px;
position: relative;
background: #3c3c3b;
border-radius: 3px;
z-index: 1;
transform-origin: 4px 0;
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease
}
.navbar .navbar-content .navbar-collapse-button span:first-child {
transform-origin: 0% 0%
}
.navbar .navbar-content .navbar-collapse-button span:nth-last-child(2) {
transform-origin: 0% 100%
}
.navbar .navbar-content .navbar-right {
display: flex;
flex-direction: row;
align-items: baseline;
margin-bottom: 10px
}
@media (max-width: 1000px) {
.navbar .navbar-content .navbar-right {
max-height:0;
transition: max-height 200ms ease-in-out;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
flex-direction: column;
position: absolute;
top: 2.75rem;
left: .8rem;
right: .8rem;
background-color: #f8f9fa;
overflow-x: auto;
overflow-y: hidden
}
}
.navbar .navbar-content .navbar-menu .navbar-menu-item {
font-weight: 400;
margin-right: 2.5rem
}
.navbar .navbar-content .navbar-menu .navbar-menu-item.with-drop-down {
margin-right: 1.8rem
}
@media (max-width: 1250px) {
.navbar .navbar-content .navbar-menu .navbar-menu-item {
margin-right:1.5rem
}
}
@media (max-width: 1000px) {
.navbar .navbar-content .navbar-menu .navbar-menu-item {
display:block;
margin-bottom: 1rem;
font-size: 1.2rem
}
}
.navbar .navbar-content .navbar-menu .navbar-menu-item .external-link-icon {
margin-left: 0.25em
}
@media (max-width: 1000px) {
.navbar .navbar-content .navbar-menu {
flex-direction:column;
padding: 1rem
}
}
.navbar .navbar-content .navbar-social {
margin-left: 1.6rem;
font-size: .875rem
}
.navbar .navbar-content .navbar-social svg {
height: 16px;
margin-bottom: 2px
}
@media (max-width: 1000px) {
.navbar .navbar-content .navbar-social svg {
height:1rem
}
}
@media (max-width: 1250px) {
.navbar .navbar-content .navbar-social {
margin-left:1rem
}
}
@media (max-width: 1000px) {
.navbar .navbar-content .navbar-social {
margin-left:auto;
padding: 0 1rem 1rem 0;
font-size: 1rem
}
}
@media (max-width: 768px) {
.navbar {
top:1rem
}
}
.page .navbar {
top: 0;
padding-top: 1.5rem;
padding-bottom: 1rem;
position: fixed;
background-color: #fff;
z-index: 2
}
section.community-hero .community-hero-background {
position: absolute;
top: -8rem;
width: 100%;
max-width: 100%;
height: 900px;
z-index: -1;
background-image: url(data:image/svg+xml;base64,<KEY>);
background-repeat: no-repeat;
background-size: cover;
background-position: center
}
@media (max-width: 768px) {
section.community-hero .community-hero-background {
top:-12rem
}
}
@media (max-width: 640px) {
section.community-hero .community-hero-background {
top:-9rem
}
}
@media (max-width: 640px) and (orientation: landscape) {
section.community-hero .community-hero-background {
top:-12rem
}
}
section.community-hero .community-hero-main {
margin-top: 8.6rem;
margin-bottom: 8rem;
display: flex;
flex-direction: row;
justify-content: space-between
}
@media (max-width: 768px) {
section.community-hero .community-hero-main {
justify-content:center
}
}
section.community-hero .community-hero-main .community-hero-left {
width: 570px;
max-width: 570px
}
section.community-hero .community-hero-main .community-hero-left .community-hero-slogan {
font-size: 2.8rem;
font-weight: 300;
line-height: 1.2;
margin-top: 1rem
}
section.community-hero .community-hero-main .community-hero-left .community-hero-slogan strong {
color: #000;
font-weight: 500
}
@media (max-width: 768px) {
section.community-hero .community-hero-main .community-hero-left .community-hero-slogan {
text-align:center;
margin-bottom: 6rem
}
}
section.community-hero .community-hero-main .community-hero-right {
padding-left: 1rem
}
section.community-hero .community-hero-main .community-hero-right svg {
max-width: 100%
}
section.community-hero .community-hero-main .community-hero-right rect {
fill: #782b90;
width: 35px;
height: 35px;
rx: 7px;
ry: 7px
}
section.community-hero .community-hero-main .community-hero-right .r77 {
opacity: 0.77
}
section.community-hero .community-hero-main .community-hero-right .r59 {
opacity: 0.59
}
section.community-hero .community-hero-main .community-hero-right .r38 {
opacity: 0.38
}
section.community-hero .community-hero-main .community-hero-right .r31 {
opacity: 0.31
}
section.community-hero .community-hero-main .community-hero-right .r22 {
opacity: 0.22
}
section.community-hero .community-hero-main .community-hero-right .r14 {
opacity: 0.14
}
@media (max-width: 768px) {
section.community-hero .community-hero-main .community-hero-right {
display:none
}
}
.button {
box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
cursor: pointer;
border-radius: .8rem;
padding: .5rem 1.4rem .57143rem 1.3rem;
background-color: #6f6970;
transition: background-color .15s ease-in-out;
color: #fff;
display: inline-block;
vertical-align: middle
}
.button:hover {
color: #fff;
text-decoration: none;
background-color: #555056
}
.button.primary {
background-color: #782b90
}
.button.primary:hover {
background-color: #571f69
}
.button+.button {
margin-left: .8rem
}
.button .feather {
margin-bottom: 3px;
margin-right: 2px;
height: 1.1rem
}
.code-examples-example {
display: none
}
.code-examples-example.active {
display: block
}
.code-examples-example pre {
margin: 0
}
footer {
font-size: .875rem;
padding-top: 3rem;
padding-bottom: 4rem;
background-color: #f8f9fa;
border-top: 1px solid #dee2e6;
margin-top: 1rem;
color: #6f6970
}
footer h5 {
font-size: 1rem;
margin-top: 0;
margin-bottom: 1rem;
color: #3c3c3b;
text-transform: uppercase
}
footer ul {
padding: 0;
list-style: none;
line-height: 2
}
footer a {
color: #6f6970
}
footer .footer-logo img,footer .footer-copyright-eclipse-logo img {
filter: grayscale(100);
opacity: 0.5;
transition: all .15s ease-in-out
}
footer .footer-logo img:hover,footer .footer-copyright-eclipse-logo img:hover {
filter: grayscale(0);
opacity: 1
}
footer .footer-nav-section {
display: flex;
flex-direction: row;
margin-bottom: 6rem
}
footer .footer-nav-section .footer-logo {
margin-top: 0.4rem
}
footer .footer-nav-section .footer-logo img {
width: 7.6rem
}
footer .footer-nav-section .footer-nav-list {
width: 20%
}
footer .footer-copyright {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center
}
footer .footer-copyright a {
white-space: nowrap
}
footer .footer-copyright .footer-copyright-eclipse-logo {
width: 17%;
margin-bottom: 0.5rem
}
@media (max-width: 1250px) {
footer .footer-copyright .footer-copyright-break {
display:none
}
footer .footer-copyright .footer-copyright-eclipse-logo {
width: 30%
}
}
@media (max-width: 1000px) {
footer .footer-nav-section .footer-nav-list {
width:25%
}
footer .footer-copyright .footer-copyright-break {
display: inline-block
}
footer .footer-copyright .footer-copyright-eclipse-logo {
width: 40%
}
}
@media (max-width: 768px) {
footer .footer-nav-section {
max-width:100%;
margin-left: auto;
margin-right: auto
}
}
@media (max-width: 640px) {
footer .footer-nav-section {
max-width:80%;
margin-bottom: 3rem;
flex-direction: column
}
footer .footer-nav-section h5 {
cursor: pointer
}
footer .footer-nav-section h5::after {
display: inline-block;
content: "";
border-top: 0.4em solid;
border-right: 0.4em solid transparent;
border-bottom: 0;
border-left: 0.4em solid transparent;
position: absolute;
top: 0.75rem;
right: 0
}
footer .footer-nav-section .footer-nav-list {
width: 100%;
position: relative
}
footer .footer-nav-section .footer-nav-list ul {
overflow-y: hidden;
max-height: 0;
transition: all 200ms ease-in-out
}
footer .footer-nav-section .footer-nav-list ul.visible {
margin-bottom: 2rem
}
footer .footer-nav-section .footer-logo {
margin: 0 auto 3rem auto;
width: auto
}
footer .footer-copyright {
max-width: 80%;
text-align: center;
margin-left: auto;
margin-right: auto;
flex-direction: column-reverse
}
footer .footer-copyright .footer-copyright-eclipse-logo {
width: 7.6rem;
margin-bottom: 1rem
}
}
.community {
margin-bottom: 8rem
}
.community-love {
font-size: 1.8rem;
text-align: center;
margin-bottom: 6rem
}
.community-profile {
flex: 1;
display: flex;
justify-content: flex-start;
flex-direction: column
}
.community-profile img {
width: 150px;
height: 150px;
border-radius: 75px;
border: 1px solid #e9ecef;
display: inline-block
}
.community-profile .lazyload,.community-profile .lazyloading {
opacity: 0
}
.community-profile .lazyloaded {
opacity: 1;
transition: opacity 300ms
}
.community-profile .community-profile-name {
font-weight: 400;
margin-top: 0.5rem
}
.community-profile .community-profile-role {
text-transform: uppercase
}
.community-profile .community-profile-location {
margin-top: 0.5rem;
color: #6f6970
}
.community-profile .community-profile-map-pin {
margin-bottom: 2px
}
.community-profile .community-profile-social {
margin-top: 0.5rem
}
.community-profile .community-profile-social a {
color: #3c3c3b
}
.community-profile .community-profile-social a svg {
transition: transform .15s ease-in-out
}
.community-profile .community-profile-social a:hover svg {
transform: scale(1.1)
}
.community-profile .community-profile-social a:not(:last-child) {
margin-right: .66667rem
}
@media (max-width: 1250px) {
.community-profile.large {
min-width:25%;
margin: 1.5rem
}
}
@media (max-width: 768px) {
.community-profile.large {
min-width:30%;
margin: 1.5rem
}
}
@media (max-width: 640px) {
.community-profile.large {
min-width:80%
}
}
.community-profile.large .community-profile-name {
margin-top: 0.75rem;
font-size: 1.2rem
}
.community-profile.large .community-profile-location {
margin-top: 0.75rem
}
.community-profile.large .community-profile-social {
margin-top: 0.75rem
}
.community-profile.small {
margin: 0.5rem
}
.community-profile.small img {
width: 75px;
height: 75px
}
.community-profile.medium {
margin: 1rem;
margin-bottom: 2rem;
min-width: 15%
}
@media (max-width: 1000px) {
.community-profile.medium {
min-width:18%
}
}
@media (max-width: 768px) {
.community-profile.medium {
min-width:20%
}
}
@media (max-width: 640px) {
.community-profile.medium {
min-width:40%
}
}
.community-profile.medium .community-profile-map-pin {
width: 1.2em
}
.community-profile.medium img {
width: 110px;
height: 110px
}
.community-section {
margin-top: 4rem;
margin-bottom: 7rem;
text-align: center
}
.community-section h2 {
margin-bottom: 2.5rem
}
.community-section .community-section-main {
display: flex;
flex-wrap: wrap
}
.search input {
color: #adb5bd;
border: 1px solid #dee2e6;
border-radius: .4rem;
font-size: .875rem;
padding: 0.25rem 1.8rem 0.35rem 1.8rem;
width: 100%;
transition: color .15s ease-in-out,border-color .15s ease-in-out
}
.search input:focus {
border-color: #adb5bd;
color: #3c3c3b
}
.search .search-icon,.search .search-icon-delete {
position: absolute;
top: 0.55rem;
height: 1rem;
stroke: #adb5bd;
transition: stroke .15s ease-in-out
}
.search .search-icon {
left: 0.4rem
}
.search input:focus+.search-icon {
stroke: #6f6970
}
.search .search-icon-delete {
stroke: #6f6970;
right: 0.4rem;
height: 0.75rem;
top: 0.7rem;
opacity: 0;
transition: opacity .15s ease-in-out;
cursor: text
}
.search.has-content .search-icon-delete {
opacity: 1;
cursor: pointer
}
.search-results,.search-results-none {
font-size: .875rem;
overflow: auto;
list-style-type: none;
padding-left: 0;
display: none
}
.search-results.visible,.search-results-none.visible {
display: block
}
.search-results {
list-style-type: none;
padding: 0;
margin-bottom: 0
}
.search-results li {
display: block;
padding: .5rem;
margin-bottom: 1rem;
border-radius: .4rem;
border: 1px solid transparent;
cursor: pointer
}
.search-results li.active {
background-color: #f8f9fa;
border: 1px solid #e9ecef
}
.search-results li h5 {
margin: 0 0 .5rem 0;
font-size: 1em
}
.search-results li .search-results-highlight {
background-color: yellow
}
.search-results-none {
padding: 1rem .5rem;
text-align: center;
width: 100%
}
.search-panel {
display: flex;
flex-direction: column;
position: relative
}
.github-stars {
display: inline-block
}
.github-stars .feather {
margin-right: 0.325em
}
.github-stars .button {
min-width: 8rem
}
.page-content {
margin-top: 6em;
margin-bottom: 8rem
}
.blog-navbar {
display: flex;
align-items: center;
margin-bottom: 2rem
}
.blog-navbar h2 {
display: inline;
margin: 0;
flex: 1
}
.blog-navbar ul {
padding: 0;
list-style-type: none;
margin: 0;
display: inline-flex;
align-items: center;
text-transform: uppercase;
justify-content: flex-end
}
.blog-navbar ul li {
font-size: .875rem;
font-weight: 400
}
.blog-navbar ul li:not(:first-child) {
margin-left: 2rem
}
@media (max-width: 640px) {
.blog-navbar {
flex-direction:column
}
.blog-navbar ul {
margin-top: 1rem
}
}
.blog-navbar .feed-icons {
display: flex;
margin-left: 1.85rem
}
.blog-navbar .feed-icons svg {
height: 1.05rem;
margin-bottom: 3px
}
@media (max-width: 640px) {
.blog-navbar .feed-icons {
margin-top:.5rem
}
}
.blog .blog-entries {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 4rem
}
@media (max-width: 1000px) {
.blog .blog-entries {
grid-template-columns:1fr 1fr
}
}
@media (max-width: 640px) {
.blog .blog-entries {
grid-template-columns:1fr
}
}
.blog-post .blog-post-main {
display: flex;
width: 100%;
justify-content: space-between
}
.blog-post .blog-post-main .blog-post-content {
width: 70%;
border-top: 1px solid #dee2e6
}
.blog-post .blog-post-main .blog-post-content>h1 {
line-height: 1.4;
margin-bottom: 2rem
}
.blog-post .blog-post-main .blog-post-content>h2,.blog-post .blog-post-main .blog-post-content>h3,.blog-post .blog-post-main .blog-post-content>h4 {
line-height: 1.4;
margin-top: 3rem
}
.blog-post .blog-post-main .blog-post-content ul {
padding-left: 1.1rem
}
.blog-post .blog-post-main .blog-post-content ul ul {
padding-left: 1.3rem;
margin-top: .5rem;
margin-bottom: 1rem
}
.blog-post .blog-post-main .blog-post-content li {
margin-bottom: .5rem
}
.blog-post .blog-post-main .blog-post-content img {
display: block;
max-width: 100%;
margin-left: auto;
margin-right: auto
}
.blog-post .blog-post-main .blog-post-content .youtube-embed {
padding-bottom: 56.25%;
position: relative;
display: block
}
.blog-post .blog-post-main .blog-post-content .youtube-embed iframe {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%
}
.blog-post .blog-post-main .blog-post-content blockquote {
margin: 0 0 1rem;
border-left: 5px solid #dee2e6;
font-style: italic
}
.blog-post .blog-post-main .blog-post-content blockquote p {
padding: .25rem 1rem
}
.blog-post .blog-post-main .blog-post-content .gist .gist-data {
max-height: 500px
}
.blog-post .blog-post-main .blog-post-sidebar {
width: calc(30% - 2rem);
border-top: 1px solid #dee2e6
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-author {
margin-top: 1rem;
display: flex;
align-items: center
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-author:first-child {
margin-top: 2rem
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-author .blog-post-author-avatar {
width: 60px;
height: 60px;
border-radius: 30px;
margin-right: .8rem
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-author .blog-post-author-name {
font-size: 1.2rem;
line-height: 1.2;
margin-bottom: .25rem
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-author .blog-post-author-name a {
font-weight: 400
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-pinned {
display: flex;
margin-top: 2rem
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-date {
margin-top: 1rem
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-category {
text-transform: uppercase;
font-weight: 400
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-reading-time {
margin-top: 2rem
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-reading-time .feather {
margin-bottom: 2px;
margin-right: 2px
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-share-icons {
margin-top: 2rem
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-share-icons a {
color: #3c3c3b
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-share-icons a svg {
transition: transform .15s ease-in-out
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-share-icons a:hover svg {
transform: scale(1.1)
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-share-icons a:not(:last-child) {
margin-right: .66667rem
}
@media (max-width: 1000px) {
.blog-post .blog-post-main {
flex-direction:column
}
.blog-post .blog-post-main .blog-post-content {
width: 100%
}
.blog-post .blog-post-main .blog-post-sidebar {
width: 100%;
text-align: center
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-author {
justify-content: center;
margin-bottom: 2rem
}
}
.blog-post .blog-post-next-prev {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 4rem;
border-top: 1px solid #dee2e6;
margin-top: 6rem;
padding-top: 2rem
}
.blog-post .blog-post-next-prev h5 {
text-align: center
}
.blog-post .blog-post-next-prev .blog-post-next-prev-entry:last-child {
grid-column-start: 3
}
@media (max-width: 1000px) {
.blog-post .blog-post-next-prev {
margin-top:3rem;
grid-template-columns: 1fr;
grid-gap: 2rem
}
.blog-post .blog-post-next-prev .blog-post-next-prev-entry:last-child {
grid-column-start: 1
}
}
.blog-post .blog-post-related {
padding-top: 2rem
}
.blog-post .blog-post-related h5 {
text-align: center
}
.blog-post .blog-post-related .blog-post-related-posts {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 4rem
}
@media (max-width: 1000px) {
.blog-post .blog-post-related .blog-post-related-posts {
grid-template-columns:1fr
}
}
.faq-question {
border-top: 1px solid #dee2e6;
margin-top: 2rem;
padding-top: 2rem
}
.faq-question h3 {
margin: 0;
font-size: 1.5rem;
cursor: pointer;
color: #782b90
}
.faq-question .faq-question-chevron {
width: 2rem;
transition: transform 150ms ease-in-out
}
.faq-question .faq-question-chevron.visible {
transform: rotate(90deg)
}
.faq-question .faq-question-answer {
display: none;
margin-left: 2rem
}
.faq-question .faq-question-answer.visible {
display: block
}
.label {
background-color: #782b90;
color: #fff;
padding: 0.22rem 0.5rem 0.3rem 0.5rem;
border-radius: .8rem
}
.label.dark {
background-color: #3c3c3b
}
.label.small,.label.tiny {
font-size: .875rem;
border-radius: .7rem
}
.label.tiny {
line-height: 1em;
border-radius: .4rem
}
.label.nowrap {
white-space: nowrap
}
.page-content {
margin-top: 6em;
margin-bottom: 8rem
}
.docs .docs-content .docs-content-wrapper {
display: flex;
justify-content: space-between
}
.docs .docs-content .docs-content-wrapper aside {
flex: 0 0 17rem
}
.docs .docs-content .docs-content-wrapper aside .docs-content-wrapper-sidebar {
position: sticky;
top: 7em
}
.docs .docs-content .docs-content-wrapper aside .search-panel {
margin-top: 1rem;
width: 100%
}
.docs .docs-content .docs-content-wrapper aside .search-panel .search-results {
max-height: calc(100vh - 10rem - 1px)
}
.docs .docs-content .docs-content-wrapper aside .docs-content-toc {
margin-top: 1rem;
overflow-y: auto;
max-height: calc(100vh - 10rem - 3px)
}
.docs .docs-content .docs-content-wrapper aside .docs-content-toc #toctitle {
display: none
}
.docs .docs-content .docs-content-wrapper aside .docs-content-toc ul {
margin-top: 0;
padding-left: 0;
list-style-type: none
}
.docs .docs-content .docs-content-wrapper aside .docs-content-toc ul.sectlevel2 {
display: none
}
.docs .docs-content .docs-content-wrapper aside .docs-content-toc ul li {
padding: .33333rem 0
}
.docs .docs-content .docs-content-wrapper aside.docs-has-search-results .docs-content-toc {
display: none
}
@media (max-width: 1250px) {
.docs .docs-content .docs-content-wrapper aside {
flex:0 0 15rem
}
}
@media (max-width: 1000px) {
.docs .docs-content .docs-content-wrapper aside {
z-index:1;
position: fixed;
top: 0;
right: 0;
width: 25rem;
height: 100vh;
max-width: 100%;
padding-top: 6rem;
padding-left: 2rem;
padding-right: 2rem;
background-color: #fff;
border-left: 1px solid #dee2e6;
transform: translateX(100%);
transition: transform 200ms ease-in-out;
will-change: transform
}
.docs .docs-content .docs-content-wrapper aside.collapse {
transform: translateX(0%)
}
}
@media (max-width: 640px) {
.docs .docs-content .docs-content-wrapper aside {
min-width:100%;
border-left: none
}
}
.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle {
z-index: 1000;
cursor: pointer;
display: none;
position: fixed;
justify-content: center;
align-items: center;
right: 2rem;
bottom: 2rem;
color: #fff;
background-color: #4d4d4d;
padding: .5rem;
border-radius: .8rem;
transition: background-color .15s ease-in-out
}
.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle .feather-list,.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle .feather-x {
display: block
}
.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle .feather-x {
position: absolute;
left: 0;
top: 0;
opacity: 0;
transition: opacity .15s ease-in-out
}
.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle:hover {
background-color: #3c3c3b
}
.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle.collapse .feather-list {
opacity: 0
}
.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle.collapse .feather-x {
opacity: 1
}
@media (max-width: 1000px) {
.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle {
display:flex
}
}
@media (max-width: 640px) {
.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle {
right:1rem;
bottom: 1rem
}
}
.docs .docs-content .docs-content-inner {
max-width: calc(100% - 19.5rem);
overflow: hidden
}
.docs .docs-content .docs-content-inner .docs-content-metadata {
margin-top: 1.2rem;
margin-bottom: 1.2rem;
display: flex;
flex-wrap: wrap;
align-items: baseline
}
@media (max-width: 1000px) {
.docs .docs-content .docs-content-inner .docs-content-metadata {
flex-direction:column
}
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-repo {
display: flex
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-left {
display: flex;
align-items: center;
flex: 1
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-left>* {
margin-right: 2rem
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-left>*:last-child {
margin-right: 0
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-left a {
display: flex;
align-items: center;
color: #6f6970;
white-space: nowrap
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-left a:hover {
color: #782b90
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-left a .feather {
margin-right: 0.25em;
height: 1rem
}
@media (max-width: 1000px) {
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-left {
flex-wrap:wrap;
margin-bottom: 1rem
}
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-version {
flex: 1;
display: flex
}
@media (min-width: 1000px) {
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-version {
justify-content:flex-end
}
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-version svg {
height: 16px;
margin-bottom: -2px
}
@media (max-width: 1000px) {
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-version svg {
height:1rem;
margin-bottom: -1px
}
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-version .dropdown-menu a {
text-decoration: none
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-version .dropdown-menu a:hover {
color: #6f6970
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-label {
display: flex;
margin-left: 2rem
}
.docs .docs-content .docs-content-inner h1 {
padding-top: 0;
margin-top: 0.6rem;
line-height: 1.2
}
.docs .docs-content .docs-content-inner h1::after {
content: "";
width: 30%;
display: block;
border: 2px solid #782b90;
border-radius: 2px;
margin-top: 1.1rem
}
.docs .docs-content .docs-content-inner .ulist>ul {
padding-left: 1.1rem
}
.docs .docs-content .docs-content-inner h2 {
border-top: 1px solid #dee2e6;
margin-top: 5rem;
padding-top: 2rem
}
.docs .docs-content .docs-content-inner h3,.docs .docs-content .docs-content-inner h4 {
margin-top: 3rem
}
@media (max-width: 1250px) {
.docs .docs-content .docs-content-inner {
max-width:calc(100% - 17.5rem)
}
}
@media (max-width: 1000px) {
.docs .docs-content .docs-content-inner {
max-width:100%
}
}
.docs .docs-content .admonitionblock {
border-top-right-radius: .8rem;
border-bottom-right-radius: .8rem;
background-color: #f8f9fa;
padding: 1rem;
margin: 1.5rem 0;
border-left: 9px solid transparent
}
.docs .docs-content .admonitionblock.note,.docs .docs-content .admonitionblock.tip {
border-color: #6cb9f0
}
.docs .docs-content .admonitionblock.important,.docs .docs-content .admonitionblock.warning,.docs .docs-content .admonitionblock.caution {
border-color: #f0a46c
}
.docs .docs-content .admonitionblock tr {
display: flex;
flex-direction: column
}
.docs .docs-content .admonitionblock .title {
font-weight: 400
}
.docs .docs-content .admonitionblock .title::after {
content: ":"
}
.docs .docs-content dt {
font-weight: 400
}
.docs .docs-content .anchor {
opacity: 0;
align-self: flex-start;
outline: none
}
.docs .docs-content .anchor::after {
content: "#";
position: absolute;
margin-left: -1.5rem;
color: #ced4da;
padding-right: 0.45rem
}
.docs .docs-content .anchor:hover {
opacity: 1
}
.docs .docs-content h2:hover .anchor,.docs .docs-content h3:hover .anchor,.docs .docs-content h4:hover .anchor,.docs .docs-content h5:hover .anchor,.docs .docs-content h6:hover .anchor {
opacity: 1
}
.docs .docs-content h1 .anchor {
display: none
}
.docs .docs-content h4 .anchor::after,.docs .docs-content h5 .anchor::after,.docs .docs-content h6 .anchor::after {
padding-right: 0.6rem
}
.read-more-link {
display: inline-flex;
align-items: center
}
.read-more-link::after {
content: "";
width: 0;
height: 0;
display: inline-block;
border-top: 0.38rem solid transparent;
border-bottom: 0.38rem solid transparent;
border-left: 0.45rem solid #782b90;
margin-left: .5rem;
margin-top: 4px;
transition: all 100ms ease
}
.read-more-link:hover::after {
border-left-color: #571f69;
margin-left: .66667rem
}
.blog-entry {
display: flex;
flex-direction: column;
border-top: 1px solid #dee2e6;
padding-top: 2rem
}
.blog-entry .blog-entry-meta {
display: flex;
justify-content: space-between;
align-items: center
}
.blog-entry h3 {
font-size: 1.5rem;
line-height: 1.4;
margin-top: .5rem;
margin-bottom: 1rem
}
.blog-entry h3 a:hover {
text-decoration: none
}
.blog-entry .blog-entry-date {
font-size: .875rem;
text-transform: uppercase;
white-space: nowrap;
margin-right: .66667rem
}
.blog-entry .blog-entry-category {
font-size: .875rem;
text-transform: uppercase;
font-weight: 400;
color: #3c3c3b
}
.blog-entry .blog-entry-authors ul {
list-style-type: none;
padding: 0;
display: inline
}
.blog-entry .blog-entry-authors ul li {
display: inline-flex;
align-items: center
}
.blog-entry .blog-entry-authors ul li:not(:last-child) {
margin-right: 1rem
}
.blog-entry .blog-entry-authors ul li:not(:last-child).avatars-only {
margin-right: .25rem
}
.blog-entry .blog-entry-authors ul li img {
width: 24px;
height: 24px;
border-radius: 12px;
margin-right: .33333rem
}
.blog-entry .blog-entry-summary {
flex: 1;
text-align: justify;
hyphens: auto
}
.pagination {
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 3rem
}
.pagination .pagination-page {
display: flex;
align-items: center;
min-width: 1em;
justify-content: center
}
.pagination .pagination-page a {
border-radius: .4rem;
margin: 0 1px;
padding: 0.5rem 0.75rem
}
.pagination .pagination-page a:hover {
background-color: #e9ecef;
text-decoration: none
}
.pagination .pagination-page.disabled {
color: #6f6970;
padding: 0.5rem 0.75rem
}
.pagination .pagination-page.active a {
background-color: #782b90;
color: #fff
}
.alert {
border-top-right-radius: .8rem;
border-bottom-right-radius: .8rem;
background-color: #f8f9fa;
padding: 1rem;
margin: 1.5rem 0;
border-left: 9px solid transparent
}
.alert.info {
border-color: #6cb9f0
}
.alert.warning {
border-color: #f0a46c
}
.alert.error {
border-color: #f0646c
}
.alert .alert-title {
font-weight: 400
}
.alert p:first-of-type {
margin-top: 0
}
.alert p:last-of-type {
margin-bottom: 0
}
.card-content {
border: 1px solid #dee2e6;
border-radius: .8rem;
padding: 1.5rem 1.5rem 2rem 1.5rem;
cursor: pointer;
transition: border-color .15s ease-in-out;
height: 100%
}
.card-content h4 {
margin: 0 0 0.5rem 0;
font-size: 1.25rem;
color: #782b90
}
.card-content h4 .card-content-icon svg {
height: 2rem;
width: 2rem;
margin-bottom: 4px;
margin-right: .5rem
}
a.card-link {
color: #3c3c3b;
text-decoration: none
}
a.card-link:hover .card-content {
border-color: #782b90
}
.cards {
display: grid;
grid-gap: 1rem;
padding: 0;
margin-top: 1.5rem
}
.cards.cards-cols-1 {
grid-template-columns: repeat(1, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-1 {
grid-template-columns:1fr
}
}
.cards.cards-cols-2 {
grid-template-columns: repeat(2, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-2 {
grid-template-columns:1fr
}
}
.cards.cards-cols-3 {
grid-template-columns: repeat(3, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-3 {
grid-template-columns:1fr
}
}
.cards.cards-cols-4 {
grid-template-columns: repeat(4, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-4 {
grid-template-columns:1fr
}
}
.cards.cards-cols-5 {
grid-template-columns: repeat(5, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-5 {
grid-template-columns:1fr
}
}
.cards.cards-cols-6 {
grid-template-columns: repeat(6, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-6 {
grid-template-columns:1fr
}
}
.cards.cards-cols-7 {
grid-template-columns: repeat(7, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-7 {
grid-template-columns:1fr
}
}
.cards.cards-cols-8 {
grid-template-columns: repeat(8, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-8 {
grid-template-columns:1fr
}
}
.cards.cards-cols-9 {
grid-template-columns: repeat(9, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-9 {
grid-template-columns:1fr
}
}
.cards.cards-cols-10 {
grid-template-columns: repeat(10, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-10 {
grid-template-columns:1fr
}
}
.cards.cards-cols-11 {
grid-template-columns: repeat(11, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-11 {
grid-template-columns:1fr
}
}
.cards.cards-cols-12 {
grid-template-columns: repeat(12, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-12 {
grid-template-columns:1fr
}
}
.guide h1 {
text-align: center;
margin-top: 8rem;
margin-bottom: 3rem
}
.guide h2 {
border-top: 1px solid #dee2e6;
margin-top: 4rem;
padding-top: 2rem;
display: flex;
align-items: center
}
.guide ul {
padding-left: 1.1rem
}
.guide img {
max-width: 100%;
height: auto;
margin: 2rem auto;
width: 40rem;
display: block
}
.docs-index-main {
display: flex
}
.docs-index-main h2 {
margin: 0;
padding-bottom: 2rem
}
.docs-index-aside-main {
position: sticky;
top: 6rem
}
@media (max-width: 768px) {
.docs-index-aside-main {
display:none
}
}
.docs-index-aside-content {
border-top: 1px solid #dee2e6
}
.docs-index-toc {
margin-top: 2rem;
width: 17rem;
max-height: calc(100vh - 13.5rem + 1px);
overflow-y: auto
}
.docs-index-toc ul {
list-style-type: none;
padding-left: 0;
margin-top: 0
}
.docs-index-toc ul li {
padding: .33333rem 0
}
.docs-index-toc ul li:first-child {
padding-top: 0
}
.docs-index-content {
margin-left: 2.5rem
}
@media (max-width: 768px) {
.docs-index-content {
margin-left:0
}
}
.docs-index-content h2 {
margin-bottom: 0;
display: flex;
flex-wrap: wrap;
align-items: baseline
}
.docs-index-content h2 .docs-index-content-heading {
display: none;
flex: 1
}
@media (max-width: 768px) {
.docs-index-content h2 .docs-index-content-heading {
display:inline-block;
margin-right: 2rem
}
}
.docs-index-content h2 .docs-index-content-heading-right {
font-size: 18px;
display: flex;
justify-content: space-between;
align-items: baseline;
min-height: 3.4rem;
padding-top: 0.875rem;
flex: 1
}
@media (max-width: 768px) {
.docs-index-content h2 .docs-index-content-heading-right {
justify-content:flex-end
}
}
@media (max-width: 640px) {
.docs-index-content h2 .docs-index-content-heading-right {
justify-content:flex-start
}
}
.docs-index-content h2 .docs-index-content-heading-right>* {
margin-right: 2rem;
white-space: nowrap
}
.docs-index-content h2 .docs-index-content-heading-right>*:last-child {
margin-right: 0
}
.docs-index-content h2 .docs-index-content-heading-right a {
text-decoration: none;
color: #6f6970
}
.docs-index-content h2 .docs-index-content-heading-right a .feather {
margin: 0 0.25em 0.25em 0;
height: 1rem
}
.docs-index-content h2 .docs-index-content-heading-right a:hover {
text-decoration: underline;
color: #782b90
}
.docs-index-content h2 .docs-index-content-version {
font-size: 22.5px
}
.docs-index-content h2 .docs-index-content-version a {
color: #4d4d4d
}
.docs-index-content h2 .docs-index-content-version .dropdown-menu {
font-size: 18px;
font-weight: 300
}
.docs-index-content h2 .docs-index-content-version .dropdown-menu a:hover {
color: #4d4d4d;
text-decoration: none
}
.docs-index-section {
border-top: 1px solid #dee2e6;
margin-top: 4rem;
padding-top: 2rem;
display: flex;
flex-direction: row
}
@media (max-width: 1000px) {
.docs-index-section {
flex-direction:column
}
}
.docs-index-section:first-of-type {
margin-top: 0
}
.docs-index-section .docs-index-section-header h3 {
margin: 0;
font-size: .875rem;
text-transform: uppercase;
font-weight: 400
}
.docs-index-section .docs-index-section-header svg {
stroke: #4d4d4d;
margin-right: .5rem
}
.docs-index-section .docs-index-section-header svg.no-stroke {
stroke: none
}
.docs-index-section .docs-index-section-part {
display: flex;
flex-direction: column
}
.docs-index-section .docs-index-section-part h3 {
margin: 1rem 0 0 0;
font-size: 1.5rem;
line-height: 1.4;
display: flex;
justify-content: space-between;
align-items: flex-start
}
.docs-index-section .docs-index-section-part h3 a:hover {
text-decoration: none
}
.docs-index-section .docs-index-section-part h3 .docs-index-section-part-label {
margin-top: .25rem;
margin-left: .66667rem
}
@media (max-width: 1250px) {
.docs-index-section .docs-index-section-part h3 .docs-index-section-part-label {
margin-left:0
}
}
@media (max-width: 1000px) {
.docs-index-section .docs-index-section-part h3 .docs-index-section-part-label {
margin-left:.66667rem
}
}
@media (max-width: 1250px) {
.docs-index-section .docs-index-section-part h3 {
flex-direction:column
}
}
@media (max-width: 1000px) {
.docs-index-section .docs-index-section-part h3 {
flex-direction:row
}
}
.docs-index-section .docs-index-section-part .docs-index-section-content-summary {
flex: 1
}
.docs-index-section .docs-index-section-content {
display: grid;
grid-gap: 2rem 1.5rem;
flex: 1
}
.docs-index-section .docs-index-section-content-2 {
grid-template-columns: 1fr 1fr
}
@media (max-width: 1000px) {
.docs-index-section .docs-index-section-content-2 {
grid-template-columns:1fr
}
}
.docs-index-section .docs-index-section-book {
margin-top: 2rem;
margin-left: auto;
margin-right: auto
}
@media (min-width: 1000px) {
.docs-index-section .docs-index-section-book {
margin-top:0;
margin-left: 2rem;
margin-right: 0;
margin-bottom: -2rem
}
}
.docs-index-section .docs-index-section-book img {
box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
margin-bottom: 0.25rem
}
.docs-index-section .docs-index-section-book .external-link-icon {
margin-bottom: 0.25rem
}
.get-started .get-started-step {
display: inline-flex;
background-color: #782b90;
color: #fff;
width: 3.5rem;
height: 3.5rem;
justify-content: center;
align-items: center;
font-size: 1.25em;
border-radius: .8rem;
margin-right: 1rem
}
.get-started .get-started-screenshot {
margin: 2rem auto;
display: block;
border: 1px solid #dee2e6;
box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
padding: 1rem;
width: 600px;
max-width: 100%
}
.get-started .get-started-screenshot img {
margin: 0;
width: auto;
max-width: 100%
}
.code-examples {
width: 100%;
border-radius: .8rem;
font-size: 15px;
line-height: 1.4
}
.code-examples .code-examples-tabs {
color: #fff;
display: flex;
flex-direction: row
}
.code-examples .code-examples-tabs .code-examples-tab {
width: 7rem;
text-align: center;
background-color: #120d14;
padding: .52632rem 0;
cursor: pointer;
transition: background-color .15s ease-in-out
}
.code-examples .code-examples-tabs .code-examples-tab:first-child {
border-top-left-radius: .8rem
}
.code-examples .code-examples-tabs .code-examples-tab:last-child {
border-top-right-radius: .8rem
}
.code-examples .code-examples-tabs .code-examples-tab.active {
background-color: #3a2840
}
.code-examples .code-examples-tabs .code-examples-tab:not(.active):hover {
background-color: #483250
}
.code-examples.wide .code-examples-tabs .code-examples-tab {
flex: 1
}
.code-examples .code-examples-content {
background-color: #3a2840;
border-bottom-right-radius: .8rem;
border-bottom-left-radius: .8rem
}
.code-examples:not(.wide) .code-examples-content {
border-top-right-radius: .8rem
}
@media (max-width: 1250px) {
.code-examples {
font-size:.675rem
}
}
.main-code-examples {
box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
border-radius: .8rem
}
.main-code-examples pre {
font-size: 15px
}
@media (max-width: 1250px) {
.main-code-examples pre {
font-size:.675rem
}
}
section.hero .hero-background {
position: absolute;
top: -1rem;
width: 100%;
max-width: 100%;
height: 900px;
z-index: -1;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjM4MCAxODAwIj48cGF0aCBmaWxsPSIjYmQ4NGNmIiBmaWxsLW9wYWNpdHk9Ii4xIiBkPSJNMTYzODIuOSA3NDMuN0wtLjEgMTY1My45VjBoMTYzODN6Ii8+PC9zdmc+);
background-repeat: no-repeat;
background-size: cover;
background-position: center
}
@media (max-width: 1250px) {
section.hero .hero-background {
top:-6rem
}
}
@media (max-width: 1000px) {
section.hero .hero-background {
top:-13.5rem
}
}
@media (max-width: 640px) {
section.hero .hero-background {
top:-5rem
}
}
@media (max-width: 768px) and (orientation: landscape) {
section.hero .hero-background {
top:-17rem
}
}
@media (max-width: 640px) and (orientation: landscape) {
section.hero .hero-background {
top:-19.5rem
}
}
section.hero .hero-main {
margin-top: 9.6rem;
margin-bottom: 8rem;
display: flex;
flex-direction: row;
justify-content: space-between
}
section.hero .hero-main .hero-left {
width: 570px;
max-width: 570px
}
section.hero .hero-main .hero-left .hero-slogan {
font-size: 2.8rem;
font-weight: 300;
line-height: 1.2
}
section.hero .hero-main .hero-left .hero-slogan .hero-product-name {
font-weight: 500;
color: #000
}
@media (max-width: 640px) and (orientation: portrait) {
section.hero .hero-main .hero-left .hero-slogan .hero-product-name {
display:block;
margin-bottom: 0.5em
}
}
@media (max-width: 640px) and (orientation: portrait) {
section.hero .hero-main .hero-left .hero-slogan .hero-product-name .hero-product-name-separator {
display:none
}
}
@media (max-width: 1250px) {
section.hero .hero-main .hero-left .hero-slogan {
font-size:38px
}
}
section.hero .hero-main .hero-left .hero-buttons {
margin-top: 2.2rem
}
section.hero .hero-main .hero-left .hero-buttons .button {
font-family: "Roboto Condensed", sans-serif;
font-size: 1.025rem
}
@media (max-width: 640px) and (orientation: portrait) {
section.hero .hero-main .hero-left .hero-buttons .button {
font-size:1.2rem
}
}
section.hero .hero-main .hero-left .hero-buttons>*:not(:first-child) {
margin-left: .8rem
}
@media (max-width: 640px) {
section.hero .hero-main .hero-left .hero-buttons>*:not(:first-child) {
margin-top:.8rem
}
}
@media (max-width: 640px) and (orientation: portrait) {
section.hero .hero-main .hero-left .hero-buttons>*:not(:first-child) {
margin-left:0;
display: block
}
}
@media (max-width: 640px) and (orientation: portrait) {
section.hero .hero-main .hero-left .hero-buttons {
margin-top:3rem
}
}
section.hero .hero-main .hero-left .hero-buttons.hero-buttons-second {
margin-top: 1rem
}
@media (max-width: 1250px) {
section.hero .hero-main .hero-left {
max-width:450px
}
}
@media (max-width: 1000px) {
section.hero .hero-main .hero-left {
width:80%;
max-width: 80%;
text-align: center
}
}
section.hero .hero-main .hero-right {
width: 535px
}
@media (max-width: 1250px) {
section.hero .hero-main .hero-right {
width:450px
}
}
@media (max-width: 1000px) {
section.hero .hero-main .hero-right {
display:none
}
}
@media (max-width: 1250px) {
section.hero .hero-main {
margin-top:8rem
}
}
@media (max-width: 1000px) {
section.hero .hero-main {
justify-content:center
}
}
@media (max-width: 640px) {
section.hero .hero-main {
margin-top:7rem
}
}
@media (max-width: 768px) and (orientation: landscape) {
section.hero .hero-main {
margin-top:6rem;
margin-bottom: 6rem
}
}
@media (max-width: 640px) and (orientation: landscape) {
section.hero .hero-main {
margin-top:5rem;
margin-bottom: 5rem
}
}
.features-item {
text-align: justify
}
.features-item:first-child {
grid-column: 1 / 3
}
@media (max-width: 1000px) {
.features-item:first-child {
grid-column:1 / 3
}
}
@media (max-width: 640px) {
.features-item:first-child {
grid-column:1
}
}
.features-item:nth-child(2) {
grid-column: 3 / 5
}
@media (max-width: 1000px) {
.features-item:nth-child(2) {
grid-column:3 / 5
}
}
@media (max-width: 640px) {
.features-item:nth-child(2) {
grid-column:1
}
}
.features-item:nth-child(3) {
grid-column: 5 / 7
}
@media (max-width: 1000px) {
.features-item:nth-child(3) {
grid-column:1 / 3
}
}
@media (max-width: 640px) {
.features-item:nth-child(3) {
grid-column:1
}
}
.features-item:nth-child(4) {
grid-column: 1 / 4
}
@media (max-width: 1000px) {
.features-item:nth-child(4) {
grid-column:3 / 5
}
}
@media (max-width: 640px) {
.features-item:nth-child(4) {
grid-column:1
}
}
.features-item:nth-child(5) {
grid-column: 4 / 7
}
@media (max-width: 1000px) {
.features-item:nth-child(5) {
grid-column:1 / 5
}
}
@media (max-width: 640px) {
.features-item:nth-child(5) {
grid-column:1
}
}
.features-item h5 {
margin-top: .8rem;
margin-bottom: 1.2rem;
text-align: center
}
.features-item .features-item-icon {
text-align: center;
display: block
}
.features-item .features-item-icon svg {
stroke: #4d4d4d
}
.features {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-gap: 3.2rem
}
@media (max-width: 1000px) {
.features {
grid-template-columns:repeat(4, 1fr)
}
}
@media (max-width: 640px) {
.features {
grid-template-columns:1fr;
grid-row-gap: 2rem
}
}
@keyframes book-fade-in-fade-out {
0% {
opacity: 0;
z-index: 100
}
5% {
opacity: 1
}
50% {
opacity: 1
}
100% {
opacity: 0;
z-index: 1
}
}
.book {
margin-top: 6rem
}
.book hr {
border: none;
border-top: 1px solid #dee2e6
}
.book .book-section {
display: flex;
flex-direction: column;
align-items: center
}
.book .book-section h3 {
text-align: center;
margin-top: 3rem;
margin-bottom: 0
}
.book .book-section .book-subtitle {
text-align: center;
font-size: 1.2rem;
max-width: 45rem;
margin-top: 1rem;
color: #6f6970
}
.book .book-section .book-main {
display: flex;
flex-direction: row;
margin-top: 2rem;
margin-bottom: 1rem
}
.book .book-section .book-main .book-left {
margin-right: 1.5rem
}
.book .book-section .book-main .book-left img {
box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2)
}
@media (max-width: 640px) {
.book .book-section .book-main .book-left img {
width:150px
}
}
@media (max-width: 768px) {
.book .book-section .book-main .book-left {
margin-right:0
}
}
.book .book-section .book-main .book-right {
position: relative;
margin-left: 1.5rem;
display: flex;
flex-direction: column;
justify-content: space-between
}
.book .book-section .book-main .book-right .quote {
background-color: #f8f9fa;
padding: 1rem 2rem;
width: 25rem;
border-top-right-radius: .8rem;
border-bottom-right-radius: .8rem;
border-left: 9px solid #dee2e6;
animation: book-fade-in-fade-out 15s infinite;
opacity: 0
}
.book .book-section .book-main .book-right .quote .quote-name {
margin-top: .5rem;
text-align: right
}
.book .book-section .book-main .book-right .quote .quote-name::before {
content: "\2014\2014 ";
letter-spacing: -5px;
margin-right: 15px
}
.book .book-section .book-main .book-right .quote:not(:first-child) {
position: absolute;
top: 0
}
.book .book-section .book-main .book-right .quote:nth-child(2) {
animation-delay: 5s
}
.book .book-section .book-main .book-right .quote:nth-child(3) {
animation-delay: 10s
}
@media (max-width: 768px) {
.book .book-section .book-main .book-right .quote {
margin:2rem 0
}
}
@media (max-width: 768px) {
.book .book-section .book-main .book-right {
margin-left:0;
align-items: center
}
}
@media (max-width: 768px) {
.book .book-section .book-main {
flex-direction:column;
align-items: center;
margin-top: 1rem
}
}
@keyframes logos-row-slide {
from {
transform: translateX(0%)
}
to {
transform: translateX(-50%)
}
}
.logos {
position: relative;
white-space: nowrap;
max-width: 100%;
overflow-x: hidden;
margin-top: 5rem
}
.logos h3 {
text-align: center;
margin-top: 3rem
}
@media (max-width: 640px) {
.logos h3 {
max-width:55%;
white-space: normal;
margin-left: auto;
margin-right: auto
}
}
.logos hr {
border: none;
border-top: 1px solid #dee2e6
}
.logos .logos-contact-us {
text-align: center;
margin-top: 2rem;
margin-bottom: 4rem
}
.logos .logos-contact-us .button {
margin-left: 0.75rem;
line-height: 1.25rem;
padding-top: .60606rem
}
@media (max-width: 640px) {
.logos .logos-contact-us .logos-contact-us-question {
display:block;
margin: 0 0 1rem 0
}
.logos .logos-contact-us .button {
margin: 0
}
}
.logos .logos-row-divider {
height: 0
}
.logos .logos-row {
display: inline-block;
height: 2rem;
margin-top: 2rem;
margin-bottom: 2rem;
white-space: nowrap;
animation: logos-row-slide 80s infinite linear;
will-change: transform;
backface-visibility: hidden
}
.logos .logos-row a {
margin: 0 2.5rem
}
.logos .logos-row-divider+.logos-row {
animation: logos-row-slide 100s infinite linear
}
.logos .logos-row-half {
height: 100%;
display: inline-block
}
.logos .logos-logo {
object-fit: contain;
max-width: 11rem;
max-height: 100%;
filter: grayscale(100);
opacity: 0.75;
transition: all .15s ease-in-out
}
.logos .logos-logo svg {
height: 100px
}
.logos .logos-logo:hover {
filter: grayscale(0);
opacity: 1
}
.intro .intro-img-threads {
max-width: 30rem
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4EsA.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: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4EsA.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: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4.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: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.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: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.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: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.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: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4EsA.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: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4EsA.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: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.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: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCkYb8td.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: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCAYb8td.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCgYb8td.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCcYb8td.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCsYb8td.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCoYb8td.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: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYbw.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: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.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: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.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: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.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: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/robotomono/v13/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_SeW4Ep0.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: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/robotomono/v13/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_QOW4Ep0.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/robotomono/v13/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_R-W4Ep0.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/robotomono/v13/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_S-W4Ep0.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/robotomono/v13/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_SuW4Ep0.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: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/robotomono/v13/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_ROW4.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;
} | study-doc/src/resources/stylesheets/study.css | article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
audio,video{display:inline-block}
audio:not([controls]){display:none;height:0}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
a{background:none}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace;font-size:1em}
pre{white-space:pre-wrap}
q{quotes:"\201C" "\201D" "\2018" "\2019"}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:0}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
*,*::before,*::after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
html,body{font-size:100%}
body{background:#fff;color:rgba(0,0,0,.8);padding:0;margin:0;font-family:"Noto Serif","DejaVu Serif",serif;font-weight:400;font-style:normal;line-height:1;position:relative;cursor:auto;tab-size:4;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}
a:hover{cursor:pointer}
img,object,embed{max-width:100%;height:auto}
object,embed{height:100%}
img{-ms-interpolation-mode:bicubic}
.left{float:left!important}
.right{float:right!important}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.text-center{text-align:center!important}
.text-justify{text-align:justify!important}
.hide{display:none}
img,object,svg{display:inline-block;vertical-align:middle}
textarea{height:auto;min-height:50px}
select{width:100%}
.center{margin-left:auto;margin-right:auto}
.stretch{width:100%}
.subheader,.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{line-height:1.45;color:#7a2518;font-weight:400;margin-top:0;margin-bottom:.25em}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;direction:ltr}
a{color:#2156a5;text-decoration:underline;line-height:inherit}
a:hover,a:focus{color:#1d4b8f}
a img{border:0}
p{font-family:inherit;font-weight:400;font-size:1em;line-height:1.6;margin-bottom:1.25em;text-rendering:optimizeLegibility}
p aside{font-size:.875em;line-height:1.35;font-style:italic}
h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{font-weight:300;font-style:normal;color:#ba3925;text-rendering:optimizeLegibility;margin-top:1em;margin-bottom:.5em;line-height:1.0125em}
h1 small,h2 small,h3 small,#toctitle small,.sidebarblock>.content>.title small,h4 small,h5 small,h6 small{font-size:60%;color:#e99b8f;line-height:0}
h1{font-size:2.125em}
h2{font-size:1.6875em}
h3,#toctitle,.sidebarblock>.content>.title{font-size:1.375em}
h4,h5{font-size:1.125em}
h6{font-size:1em}
hr{border:solid #dddddf;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em;height:0}
em,i{font-style:italic;line-height:inherit}
strong,b{font-weight:bold;line-height:inherit}
small{font-size:60%;line-height:inherit}
code{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;font-weight:400;color:rgba(0,0,0,.9)}
ul,ol,dl{font-size:1em;line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit}
ul,ol{margin-left:1.5em}
ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0;font-size:1em}
ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}
ul.square{list-style-type:square}
ul.circle{list-style-type:circle}
ul.disc{list-style-type:disc}
ol li ul,ol li ol{margin-left:1.25em;margin-bottom:0}
dl dt{margin-bottom:.3125em;font-weight:bold}
dl dd{margin-bottom:1.25em}
abbr,acronym{text-transform:uppercase;font-size:90%;color:rgba(0,0,0,.8);border-bottom:1px dotted #ddd;cursor:help}
abbr{text-transform:none}
blockquote{margin:0 0 1.25em;padding:.5625em 1.25em 0 1.1875em;border-left:1px solid #ddd}
blockquote cite{display:block;font-size:.9375em;color:rgba(0,0,0,.6)}
blockquote cite::before{content:"\2014 \0020"}
blockquote cite a,blockquote cite a:visited{color:rgba(0,0,0,.6)}
blockquote,blockquote p{line-height:1.6;color:rgba(0,0,0,.85)}
@media screen and (min-width:768px){h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2}
h1{font-size:2.75em}
h2{font-size:2.3125em}
h3,#toctitle,.sidebarblock>.content>.title{font-size:1.6875em}
h4{font-size:1.4375em}}
table{background:#fff;margin-bottom:1.25em;border:solid 1px #dedede}
table thead,table tfoot{background:#f7f8f7}
table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:.5em .625em .625em;font-size:inherit;color:rgba(0,0,0,.8);text-align:left}
table tr th,table tr td{padding:.5625em .625em;font-size:inherit;color:rgba(0,0,0,.8)}
table tr.even,table tr.alt{background:#f8f8f7}
table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{display:table-cell;line-height:1.6}
h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2;word-spacing:-.05em}
h1 strong,h2 strong,h3 strong,#toctitle strong,.sidebarblock>.content>.title strong,h4 strong,h5 strong,h6 strong{font-weight:400}
.clearfix::before,.clearfix::after,.float-group::before,.float-group::after{content:" ";display:table}
.clearfix::after,.float-group::after{clear:both}
:not(pre):not([class^=L])>code{font-size:.9375em;font-style:normal!important;letter-spacing:0;padding:.1em .5ex;word-spacing:-.15em;background:#f7f7f8;-webkit-border-radius:4px;border-radius:4px;line-height:1.45;text-rendering:optimizeSpeed;word-wrap:break-word}
:not(pre)>code.nobreak{word-wrap:normal}
:not(pre)>code.nowrap{white-space:nowrap}
pre{color:rgba(0,0,0,.9);font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;line-height:1.45;text-rendering:optimizeSpeed}
pre code,pre pre{color:inherit;font-size:inherit;line-height:inherit}
pre>code{display:block}
pre.nowrap,pre.nowrap pre{white-space:pre;word-wrap:normal}
em em{font-style:normal}
strong strong{font-weight:400}
.keyseq{color:rgba(51,51,51,.8)}
kbd{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;display:inline-block;color:rgba(0,0,0,.8);font-size:.65em;line-height:1.45;background:#f7f7f7;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 .1em white inset;box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 .1em #fff inset;margin:0 .15em;padding:.2em .5em;vertical-align:middle;position:relative;top:-.1em;white-space:nowrap}
.keyseq kbd:first-child{margin-left:0}
.keyseq kbd:last-child{margin-right:0}
.menuseq,.menuref{color:#000}
.menuseq b:not(.caret),.menuref{font-weight:inherit}
.menuseq{word-spacing:-.02em}
.menuseq b.caret{font-size:1.25em;line-height:.8}
.menuseq i.caret{font-weight:bold;text-align:center;width:.45em}
b.button::before,b.button::after{position:relative;top:-1px;font-weight:400}
b.button::before{content:"[";padding:0 3px 0 2px}
b.button::after{content:"]";padding:0 2px 0 3px}
p a>code:hover{color:rgba(0,0,0,.9)}
#header,#content,#footnotes,#footer{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5em;*zoom:1;position:relative;padding-left:.9375em;padding-right:.9375em}
#header::before,#header::after,#content::before,#content::after,#footnotes::before,#footnotes::after,#footer::before,#footer::after{content:" ";display:table}
#header::after,#content::after,#footnotes::after,#footer::after{clear:both}
#content{margin-top:1.25em}
#content::before{content:none}
#header>h1:first-child{color:rgba(0,0,0,.85);margin-top:2.25rem;margin-bottom:0}
#header>h1:first-child+#toc{margin-top:8px;border-top:1px solid #dddddf}
#header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px}
#header .details{border-bottom:1px solid #dddddf;line-height:1.45;padding-top:.25em;padding-bottom:.25em;padding-left:.25em;color:rgba(0,0,0,.6);display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap}
#header .details span:first-child{margin-left:-.125em}
#header .details span.email a{color:rgba(0,0,0,.85)}
#header .details br{display:none}
#header .details br+span::before{content:"\00a0\2013\00a0"}
#header .details br+span.author::before{content:"\00a0\22c5\00a0";color:rgba(0,0,0,.85)}
#header .details br+span#revremark::before{content:"\00a0|\00a0"}
#header #revnumber{text-transform:capitalize}
#header #revnumber::after{content:"\00a0"}
#content>h1:first-child:not([class]){color:rgba(0,0,0,.85);border-bottom:1px solid #dddddf;padding-bottom:8px;margin-top:0;padding-top:1rem;margin-bottom:1.25rem}
#toc{border-bottom:1px solid #e7e7e9;padding-bottom:.5em}
#toc>ul{margin-left:.125em}
#toc ul.sectlevel0>li>a{font-style:italic}
#toc ul.sectlevel0 ul.sectlevel1{margin:.5em 0}
#toc ul{list-style-type:none}
#toc li{line-height:1.3334;margin-top:.3334em}
#toc a{text-decoration:none}
#toc a:active{text-decoration:underline}
#toctitle{color:#7a2518;font-size:1.2em}
@media screen and (min-width:768px){#toctitle{font-size:1.375em}
body.toc2{padding-left:15em;padding-right:0}
#toc.toc2{margin-top:0!important;background:#f8f8f7;position:fixed;width:15em;left:0;top:0;border-right:1px solid #e7e7e9;border-top-width:0!important;border-bottom-width:0!important;z-index:1000;padding:1.25em 1em;height:100%;overflow:auto}
#toc.toc2 #toctitle{margin-top:0;margin-bottom:.8rem;font-size:1.2em}
#toc.toc2>ul{font-size:.9em;margin-bottom:0}
#toc.toc2 ul ul{margin-left:0;padding-left:1em}
#toc.toc2 ul.sectlevel0 ul.sectlevel1{padding-left:0;margin-top:.5em;margin-bottom:.5em}
body.toc2.toc-right{padding-left:0;padding-right:15em}
body.toc2.toc-right #toc.toc2{border-right-width:0;border-left:1px solid #e7e7e9;left:auto;right:0}}
@media screen and (min-width:1280px){body.toc2{padding-left:20em;padding-right:0}
#toc.toc2{width:20em}
#toc.toc2 #toctitle{font-size:1.375em}
#toc.toc2>ul{font-size:.95em}
#toc.toc2 ul ul{padding-left:1.25em}
body.toc2.toc-right{padding-left:0;padding-right:20em}}
#content #toc{border-style:solid;border-width:1px;border-color:#e0e0dc;margin-bottom:1.25em;padding:1.25em;background:#f8f8f7;-webkit-border-radius:4px;border-radius:4px}
#content #toc>:first-child{margin-top:0}
#content #toc>:last-child{margin-bottom:0}
#footer{max-width:100%;background:rgba(0,0,0,.8);padding:1.25em}
#footer-text{color:rgba(255,255,255,.8);line-height:1.44}
#footer1{max-width:100%;background:rgba(0,0,0,.8);padding:1.25em}
#footer-text1{color:rgba(255,255,255,.8);line-height:1.44}
#content{margin-bottom:.625em}
.sect1{padding-bottom:.625em}
@media screen and (min-width:768px){#content{margin-bottom:1.25em}
.sect1{padding-bottom:1.25em}}
.sect1:last-child{padding-bottom:0}
.sect1+.sect1{border-top:1px solid #e7e7e9}
#content h1>a.anchor,h2>a.anchor,h3>a.anchor,#toctitle>a.anchor,.sidebarblock>.content>.title>a.anchor,h4>a.anchor,h5>a.anchor,h6>a.anchor{position:absolute;z-index:1001;width:1.5ex;margin-left:-1.5ex;display:block;text-decoration:none!important;visibility:hidden;text-align:center;font-weight:400}
#content h1>a.anchor::before,h2>a.anchor::before,h3>a.anchor::before,#toctitle>a.anchor::before,.sidebarblock>.content>.title>a.anchor::before,h4>a.anchor::before,h5>a.anchor::before,h6>a.anchor::before{content:"\00A7";font-size:.85em;display:block;padding-top:.1em}
#content h1:hover>a.anchor,#content h1>a.anchor:hover,h2:hover>a.anchor,h2>a.anchor:hover,h3:hover>a.anchor,#toctitle:hover>a.anchor,.sidebarblock>.content>.title:hover>a.anchor,h3>a.anchor:hover,#toctitle>a.anchor:hover,.sidebarblock>.content>.title>a.anchor:hover,h4:hover>a.anchor,h4>a.anchor:hover,h5:hover>a.anchor,h5>a.anchor:hover,h6:hover>a.anchor,h6>a.anchor:hover{visibility:visible}
#content h1>a.link,h2>a.link,h3>a.link,#toctitle>a.link,.sidebarblock>.content>.title>a.link,h4>a.link,h5>a.link,h6>a.link{color:#ba3925;text-decoration:none}
#content h1>a.link:hover,h2>a.link:hover,h3>a.link:hover,#toctitle>a.link:hover,.sidebarblock>.content>.title>a.link:hover,h4>a.link:hover,h5>a.link:hover,h6>a.link:hover{color:#a53221}
details,.audioblock,.imageblock,.literalblock,.listingblock,.stemblock,.videoblock{margin-bottom:1.25em}
details>summary:first-of-type{cursor:pointer;display:list-item;outline:none;margin-bottom:.75em}
.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{text-rendering:optimizeLegibility;text-align:left;font-family:"Noto Serif","DejaVu Serif",serif;font-size:1rem;font-style:italic}
table.tableblock.fit-content>caption.title{white-space:nowrap;width:0}
.paragraph.lead>p,#preamble>.sectionbody>[class="paragraph"]:first-of-type p{font-size:1.21875em;line-height:1.6;color:rgba(0,0,0,.85)}
table.tableblock #preamble>.sectionbody>[class="paragraph"]:first-of-type p{font-size:inherit}
.admonitionblock>table{border-collapse:separate;border:0;background:none;width:100%}
.admonitionblock>table td.icon{text-align:center;width:80px}
.admonitionblock>table td.icon img{max-width:none}
.admonitionblock>table td.icon .title{font-weight:bold;text-transform:uppercase}
.admonitionblock>table td.content{padding-left:1.125em;padding-right:1.25em;border-left:1px solid #dddddf;color:rgba(0,0,0,.6)}
.admonitionblock>table td.content>:last-child>:last-child{margin-bottom:0}
.exampleblock>.content{border-style:solid;border-width:1px;border-color:#e6e6e6;margin-bottom:1.25em;padding:1.25em;background:#fff;-webkit-border-radius:4px;border-radius:4px}
.exampleblock>.content>:first-child{margin-top:0}
.exampleblock>.content>:last-child{margin-bottom:0}
.sidebarblock{border-style:solid;border-width:1px;border-color:#dbdbd6;margin-bottom:1.25em;padding:1.25em;background:#f3f3f2;-webkit-border-radius:4px;border-radius:4px}
.sidebarblock>:first-child{margin-top:0}
.sidebarblock>:last-child{margin-bottom:0}
.sidebarblock>.content>.title{color:#7a2518;margin-top:0;text-align:center}
.exampleblock>.content>:last-child>:last-child,.exampleblock>.content .olist>ol>li:last-child>:last-child,.exampleblock>.content .ulist>ul>li:last-child>:last-child,.exampleblock>.content .qlist>ol>li:last-child>:last-child,.sidebarblock>.content>:last-child>:last-child,.sidebarblock>.content .olist>ol>li:last-child>:last-child,.sidebarblock>.content .ulist>ul>li:last-child>:last-child,.sidebarblock>.content .qlist>ol>li:last-child>:last-child{margin-bottom:0}
.literalblock pre,.listingblock>.content>pre{-webkit-border-radius:4px;border-radius:4px;word-wrap:break-word;overflow-x:auto;padding:1em;font-size:.8125em}
@media screen and (min-width:768px){.literalblock pre,.listingblock>.content>pre{font-size:.90625em}}
@media screen and (min-width:1280px){.literalblock pre,.listingblock>.content>pre{font-size:1em}}
.literalblock pre,.listingblock>.content>pre:not(.highlight),.listingblock>.content>pre[class="highlight"],.listingblock>.content>pre[class^="highlight "]{background:#f7f7f8}
.literalblock.output pre{color:#f7f7f8;background:rgba(0,0,0,.9)}
.listingblock>.content{position:relative}
.listingblock code[data-lang]::before{display:none;content:attr(data-lang);position:absolute;font-size:.75em;top:.425rem;right:.5rem;line-height:1;text-transform:uppercase;color:inherit;opacity:.5}
.listingblock:hover code[data-lang]::before{display:block}
.listingblock.terminal pre .command::before{content:attr(data-prompt);padding-right:.5em;color:inherit;opacity:.5}
.listingblock.terminal pre .command:not([data-prompt])::before{content:"$"}
.listingblock pre.highlightjs{padding:0}
.listingblock pre.highlightjs>code{padding:1em;-webkit-border-radius:4px;border-radius:4px}
.listingblock pre.prettyprint{border-width:0}
.prettyprint{background:#f7f7f8}
pre.prettyprint .linenums{line-height:1.45;margin-left:2em}
pre.prettyprint li{background:none;list-style-type:inherit;padding-left:0}
pre.prettyprint li code[data-lang]::before{opacity:1}
pre.prettyprint li:not(:first-child) code[data-lang]::before{display:none}
table.linenotable{border-collapse:separate;border:0;margin-bottom:0;background:none}
table.linenotable td[class]{color:inherit;vertical-align:top;padding:0;line-height:inherit;white-space:normal}
table.linenotable td.code{padding-left:.75em}
table.linenotable td.linenos{border-right:1px solid currentColor;opacity:.35;padding-right:.5em}
pre.pygments .lineno{border-right:1px solid currentColor;opacity:.35;display:inline-block;margin-right:.75em}
pre.pygments .lineno::before{content:"";margin-right:-.125em}
.quoteblock{margin:0 1em 1.25em 1.5em;display:table}
.quoteblock:not(.excerpt)>.title{margin-left:-1.5em;margin-bottom:.75em}
.quoteblock blockquote,.quoteblock p{color:rgba(0,0,0,.85);font-size:1.15rem;line-height:1.75;word-spacing:.1em;letter-spacing:0;font-style:italic;text-align:justify}
.quoteblock blockquote{margin:0;padding:0;border:0}
.quoteblock blockquote::before{content:"\201c";float:left;font-size:2.75em;font-weight:bold;line-height:.6em;margin-left:-.6em;color:#7a2518;text-shadow:0 1px 2px rgba(0,0,0,.1)}
.quoteblock blockquote>.paragraph:last-child p{margin-bottom:0}
.quoteblock .attribution{margin-top:.75em;margin-right:.5ex;text-align:right}
.verseblock{margin:0 1em 1.25em}
.verseblock pre{font-family:"Open Sans","DejaVu Sans",sans;font-size:1.15rem;color:rgba(0,0,0,.85);font-weight:300;text-rendering:optimizeLegibility}
.verseblock pre strong{font-weight:400}
.verseblock .attribution{margin-top:1.25rem;margin-left:.5ex}
.quoteblock .attribution,.verseblock .attribution{font-size:.9375em;line-height:1.45;font-style:italic}
.quoteblock .attribution br,.verseblock .attribution br{display:none}
.quoteblock .attribution cite,.verseblock .attribution cite{display:block;letter-spacing:-.025em;color:rgba(0,0,0,.6)}
.quoteblock.abstract blockquote::before,.quoteblock.excerpt blockquote::before,.quoteblock .quoteblock blockquote::before{display:none}
.quoteblock.abstract blockquote,.quoteblock.abstract p,.quoteblock.excerpt blockquote,.quoteblock.excerpt p,.quoteblock .quoteblock blockquote,.quoteblock .quoteblock p{line-height:1.6;word-spacing:0}
.quoteblock.abstract{margin:0 1em 1.25em;display:block}
.quoteblock.abstract>.title{margin:0 0 .375em;font-size:1.15em;text-align:center}
.quoteblock.excerpt>blockquote,.quoteblock .quoteblock{padding:0 0 .25em 1em;border-left:.25em solid #dddddf}
.quoteblock.excerpt,.quoteblock .quoteblock{margin-left:0}
.quoteblock.excerpt blockquote,.quoteblock.excerpt p,.quoteblock .quoteblock blockquote,.quoteblock .quoteblock p{color:inherit;font-size:1.0625rem}
.quoteblock.excerpt .attribution,.quoteblock .quoteblock .attribution{color:inherit;text-align:left;margin-right:0}
table.tableblock{max-width:100%;border-collapse:separate}
p.tableblock:last-child{margin-bottom:0}
td.tableblock>.content>:last-child{margin-bottom:-1.25em}
td.tableblock>.content>:last-child.sidebarblock{margin-bottom:0}
table.tableblock,th.tableblock,td.tableblock{border:0 solid #dedede}
table.grid-all>thead>tr>.tableblock,table.grid-all>tbody>tr>.tableblock{border-width:0 1px 1px 0}
table.grid-all>tfoot>tr>.tableblock{border-width:1px 1px 0 0}
table.grid-cols>*>tr>.tableblock{border-width:0 1px 0 0}
table.grid-rows>thead>tr>.tableblock,table.grid-rows>tbody>tr>.tableblock{border-width:0 0 1px}
table.grid-rows>tfoot>tr>.tableblock{border-width:1px 0 0}
table.grid-all>*>tr>.tableblock:last-child,table.grid-cols>*>tr>.tableblock:last-child{border-right-width:0}
table.grid-all>tbody>tr:last-child>.tableblock,table.grid-all>thead:last-child>tr>.tableblock,table.grid-rows>tbody>tr:last-child>.tableblock,table.grid-rows>thead:last-child>tr>.tableblock{border-bottom-width:0}
table.frame-all{border-width:1px}
table.frame-sides{border-width:0 1px}
table.frame-topbot,table.frame-ends{border-width:1px 0}
table.stripes-all tr,table.stripes-odd tr:nth-of-type(odd),table.stripes-even tr:nth-of-type(even),table.stripes-hover tr:hover{background:#f8f8f7}
th.halign-left,td.halign-left{text-align:left}
th.halign-right,td.halign-right{text-align:right}
th.halign-center,td.halign-center{text-align:center}
th.valign-top,td.valign-top{vertical-align:top}
th.valign-bottom,td.valign-bottom{vertical-align:bottom}
th.valign-middle,td.valign-middle{vertical-align:middle}
table thead th,table tfoot th{font-weight:bold}
tbody tr th{display:table-cell;line-height:1.6;background:#f7f8f7}
tbody tr th,tbody tr th p,tfoot tr th,tfoot tr th p{color:rgba(0,0,0,.8);font-weight:bold}
p.tableblock>code:only-child{background:none;padding:0}
p.tableblock{font-size:1em}
ol{margin-left:1.75em}
ul li ol{margin-left:1.5em}
dl dd{margin-left:1.125em}
dl dd:last-child,dl dd:last-child>:last-child{margin-bottom:0}
ol>li p,ul>li p,ul dd,ol dd,.olist .olist,.ulist .ulist,.ulist .olist,.olist .ulist{margin-bottom:.625em}
ul.checklist,ul.none,ol.none,ul.no-bullet,ol.no-bullet,ol.unnumbered,ul.unstyled,ol.unstyled{list-style-type:none}
ul.no-bullet,ol.no-bullet,ol.unnumbered{margin-left:.625em}
ul.unstyled,ol.unstyled{margin-left:0}
ul.checklist{margin-left:.625em}
ul.checklist li>p:first-child>.fa-square-o:first-child,ul.checklist li>p:first-child>.fa-check-square-o:first-child{width:1.25em;font-size:.8em;position:relative;bottom:.125em}
ul.checklist li>p:first-child>input[type="checkbox"]:first-child{margin-right:.25em}
ul.inline{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap;list-style:none;margin:0 0 .625em -1.25em}
ul.inline>li{margin-left:1.25em}
.unstyled dl dt{font-weight:400;font-style:normal}
ol.arabic{list-style-type:decimal}
ol.decimal{list-style-type:decimal-leading-zero}
ol.loweralpha{list-style-type:lower-alpha}
ol.upperalpha{list-style-type:upper-alpha}
ol.lowerroman{list-style-type:lower-roman}
ol.upperroman{list-style-type:upper-roman}
ol.lowergreek{list-style-type:lower-greek}
.hdlist>table,.colist>table{border:0;background:none}
.hdlist>table>tbody>tr,.colist>table>tbody>tr{background:none}
td.hdlist1,td.hdlist2{vertical-align:top;padding:0 .625em}
td.hdlist1{font-weight:bold;padding-bottom:1.25em}
.literalblock+.colist,.listingblock+.colist{margin-top:-.5em}
.colist td:not([class]):first-child{padding:.4em .75em 0;line-height:1;vertical-align:top}
.colist td:not([class]):first-child img{max-width:none}
.colist td:not([class]):last-child{padding:.25em 0}
.thumb,.th{line-height:0;display:inline-block;border:solid 4px #fff;-webkit-box-shadow:0 0 0 1px #ddd;box-shadow:0 0 0 1px #ddd}
.imageblock.left{margin:.25em .625em 1.25em 0}
.imageblock.right{margin:.25em 0 1.25em .625em}
.imageblock>.title{margin-bottom:0}
.imageblock.thumb,.imageblock.th{border-width:6px}
.imageblock.thumb>.title,.imageblock.th>.title{padding:0 .125em}
.image.left,.image.right{margin-top:.25em;margin-bottom:.25em;display:inline-block;line-height:0}
.image.left{margin-right:.625em}
.image.right{margin-left:.625em}
a.image{text-decoration:none;display:inline-block}
a.image object{pointer-events:none}
sup.footnote,sup.footnoteref{font-size:.875em;position:static;vertical-align:super}
sup.footnote a,sup.footnoteref a{text-decoration:none}
sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline}
#footnotes{padding-top:.75em;padding-bottom:.75em;margin-bottom:.625em}
#footnotes hr{width:20%;min-width:6.25em;margin:-.25em 0 .75em;border-width:1px 0 0}
#footnotes .footnote{padding:0 .375em 0 .225em;line-height:1.3334;font-size:.875em;margin-left:1.2em;margin-bottom:.2em}
#footnotes .footnote a:first-of-type{font-weight:bold;text-decoration:none;margin-left:-1.05em}
#footnotes .footnote:last-of-type{margin-bottom:0}
#content #footnotes{margin-top:-.625em;margin-bottom:0;padding:.75em 0}
.gist .file-data>table{border:0;background:#fff;width:100%;margin-bottom:0}
.gist .file-data>table td.line-data{width:99%}
div.unbreakable{page-break-inside:avoid}
.big{font-size:larger}
.small{font-size:smaller}
.underline{text-decoration:underline}
.overline{text-decoration:overline}
.line-through{text-decoration:line-through}
.aqua{color:#00bfbf}
.aqua-background{background:#00fafa}
.black{color:#000}
.black-background{background:#000}
.blue{color:#0000bf}
.blue-background{background:#0000fa}
.fuchsia{color:#bf00bf}
.fuchsia-background{background:#fa00fa}
.gray{color:#606060}
.gray-background{background:#7d7d7d}
.green{color:#006000}
.green-background{background:#007d00}
.lime{color:#00bf00}
.lime-background{background:#00fa00}
.maroon{color:#600000}
.maroon-background{background:#7d0000}
.navy{color:#000060}
.navy-background{background:#00007d}
.olive{color:#606000}
.olive-background{background:#7d7d00}
.purple{color:#600060}
.purple-background{background:#7d007d}
.red{color:#bf0000}
.red-background{background:#fa0000}
.silver{color:#909090}
.silver-background{background:#bcbcbc}
.teal{color:#006060}
.teal-background{background:#007d7d}
.white{color:#bfbfbf}
.white-background{background:#fafafa}
.yellow{color:#bfbf00}
.yellow-background{background:#fafa00}
span.icon>.fa{cursor:default}
a span.icon>.fa{cursor:inherit}
.admonitionblock td.icon [class^="fa icon-"]{font-size:2.5em;text-shadow:1px 1px 2px rgba(0,0,0,.5);cursor:default}
.admonitionblock td.icon .icon-note::before{content:"\f05a";color:#19407c}
.admonitionblock td.icon .icon-tip::before{content:"\f0eb";text-shadow:1px 1px 2px rgba(155,155,0,.8);color:#111}
.admonitionblock td.icon .icon-warning::before{content:"\f071";color:#bf6900}
.admonitionblock td.icon .icon-caution::before{content:"\f06d";color:#bf3400}
.admonitionblock td.icon .icon-important::before{content:"\f06a";color:#bf0000}
.conum[data-value]{display:inline-block;color:#fff!important;background:rgba(0,0,0,.8);-webkit-border-radius:100px;border-radius:100px;text-align:center;font-size:.75em;width:1.67em;height:1.67em;line-height:1.67em;font-style:normal;font-weight:bold}
.conum[data-value] *{color:#fff!important}
.conum[data-value]+b{display:none}
.conum[data-value]::after{content:attr(data-value)}
pre .conum[data-value]{position:relative;top:-.125em}
b.conum *{color:inherit!important}
.conum:not([data-value]):empty{display:none}
dt,th.tableblock,td.content,div.footnote{text-rendering:optimizeLegibility}
h1,h2,p,td.content,span.alt{letter-spacing:-.01em}
p strong,td.content strong,div.footnote strong{letter-spacing:-.005em}
p,blockquote,dt,td.content,span.alt{font-size:1.0625rem}
p{margin-bottom:1.25rem}
.sidebarblock p,.sidebarblock dt,.sidebarblock td.content,p.tableblock{font-size:1em}
.exampleblock>.content{background:#fffef7;border-color:#e0e0dc;-webkit-box-shadow:0 1px 4px #e0e0dc;box-shadow:0 1px 4px #e0e0dc}
.print-only{display:none!important}
@page{margin:1.25cm .75cm}
@media print{*{-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}
html{font-size:80%}
a{color:inherit!important;text-decoration:underline!important}
a.bare,a[href^="#"],a[href^="mailto:"]{text-decoration:none!important}
a[href^="http:"]:not(.bare)::after,a[href^="https:"]:not(.bare)::after{content:"(" attr(href) ")";display:inline-block;font-size:.875em;padding-left:.25em}
abbr[title]::after{content:" (" attr(title) ")"}
pre,blockquote,tr,img,object,svg{page-break-inside:avoid}
thead{display:table-header-group}
svg{max-width:100%}
p,blockquote,dt,td.content{font-size:1em;orphans:3;widows:3}
h2,h3,#toctitle,.sidebarblock>.content>.title{page-break-after:avoid}
#toc,.sidebarblock,.exampleblock>.content{background:none!important}
#toc{border-bottom:1px solid #dddddf!important;padding-bottom:0!important}
body.book #header{text-align:center}
body.book #header>h1:first-child{border:0!important;margin:2.5em 0 1em}
body.book #header .details{border:0!important;display:block;padding:0!important}
body.book #header .details span:first-child{margin-left:0!important}
body.book #header .details br{display:block}
body.book #header .details br+span::before{content:none!important}
body.book #toc{border:0!important;text-align:left!important;padding:0!important;margin:0!important}
body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-break-before:always}
.listingblock code[data-lang]::before{display:block}
#footer{padding:0 .9375em}
.hide-on-print{display:none!important}
.print-only{display:block!important}
.hide-for-print{display:none!important}
.show-for-print{display:inherit!important}}
@media print,amzn-kf8{#header>h1:first-child{margin-top:1.25rem}
.sect1{padding:0!important}
.sect1+.sect1{border:0}
#footer{background:none}
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
#nprogress {
pointer-events: none
}
#nprogress .bar {
background: #29d;
position: fixed;
z-index: 1031;
top: 0;
left: 0;
width: 100%;
height: 2px
}
#nprogress .peg {
display: block;
position: absolute;
right: 0px;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-ms-transform: rotate(3deg) translate(0px, -4px);
transform: rotate(3deg) translate(0px, -4px)
}
#nprogress .spinner {
display: block;
position: fixed;
z-index: 1031;
top: 15px;
right: 15px
}
#nprogress .spinner-icon {
width: 18px;
height: 18px;
box-sizing: border-box;
border: solid 2px transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 50%;
-webkit-animation: nprogress-spinner 400ms linear infinite;
animation: nprogress-spinner 400ms linear infinite
}
.nprogress-custom-parent {
overflow: hidden;
position: relative
}
.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar {
position: absolute
}
@-webkit-keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg)
}
}
@keyframes nprogress-spinner {
0% {
transform: rotate(0deg)
}
100% {
transform: rotate(360deg)
}
}
#nprogress .bar {
background: #782b90
}
#nprogress .peg {
box-shadow: 0 0 10px #782b90,0 0 5px #782b90
}
#nprogress .spinner-icon {
border-top-color: #782b90;
border-left-color: #782b90
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
main {
display: block
}
h1 {
font-size: 2em;
margin: 0.67em 0
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
pre {
font-family: monospace, monospace;
font-size: 1em
}
a {
background-color: transparent
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted
}
b,strong {
font-weight: bolder
}
code,kbd,samp {
font-family: monospace, monospace;
font-size: 1em
}
small {
font-size: 80%
}
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sub {
bottom: -0.25em
}
sup {
top: -0.5em
}
img {
border-style: none
}
button,input,optgroup,select,textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0
}
button,input {
overflow: visible
}
button,select {
text-transform: none
}
button,[type="button"],[type="reset"],[type="submit"] {
-webkit-appearance: button
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0
}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText
}
fieldset {
padding: 0.35em 0.75em 0.625em
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}
progress {
vertical-align: baseline
}
textarea {
overflow: auto
}
[type="checkbox"],[type="radio"] {
box-sizing: border-box;
padding: 0
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
height: auto
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
details {
display: block
}
summary {
display: list-item
}
template {
display: none
}
[hidden] {
display: none
}
.hljs,pre {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #3a2840;
color: #fff
}
.hljs.language-shell :not(.bash)+.bash,pre.language-shell :not(.bash)+.bash,.hljs.language-better-shell :not(.bash)+.bash,pre.language-better-shell :not(.bash)+.bash {
color: #d2a8e0
}
pre {
border-radius: .8rem;
padding: 1rem;
font-size: .875rem;
margin: 1.5rem 0
}
.hljs-keyword,.hljs-selector-tag,.hljs-tag {
color: #d2a8e0
}
.hljs-template-tag {
color: #f00
}
.hljs-number {
color: #6cb9f0
}
.hljs-variable,.hljs-template-variable,.hljs-attribute,.hljs-literal {
color: #c9e5f9
}
.hljs-subst {
color: #f00
}
.hljs-title,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-section,.hljs-type {
color: #f0a46c
}
.hljs-symbol,.hljs-bullet,.hljs-link {
color: #d2a8e0
}
.hljs-deletion,.hljs-string,.hljs-built_in,.hljs-builtin-name {
color: #6cb9f0
}
.hljs-addition,.hljs-comment,.hljs-quote,.hljs-meta {
color: #adb5bd
}
.hljs-emphasis {
font-style: italic
}
.hljs-strong {
font-weight: bold
}
html {
box-sizing: border-box
}
*,*::before,*::after {
box-sizing: inherit
}
:root {
font-size: 18px
}
@media (max-width: 1000px) {
:root {
font-size:17.1px
}
}
@media (max-width: 768px) {
:root {
font-size:16.2px
}
}
@media (max-width: 640px) {
:root {
font-size:15.3px
}
}
body,input {
font-family: "Roboto", sans-serif;
font-weight: 300;
line-height: 1.7;
color: #3c3c3b
}
input {
outline: none
}
h1,h2,h3,h4,h5,h6 {
font-weight: 400
}
h1 {
font-size: 2.5rem
}
h2 {
font-size: 2rem
}
h3 {
font-size: 1.75rem
}
h4 {
font-size: 1.5rem
}
h5 {
font-size: 1.25rem
}
h6 {
font-size: 1.1rem
}
.container {
width: 100%;
padding-right: .8rem;
padding-left: .8rem;
margin-right: auto;
margin-left: auto
}
@media (min-width: 640px) {
.container {
max-width:620px
}
}
@media (min-width: 768px) {
.container {
max-width:738px
}
}
@media (min-width: 1000px) {
.container {
max-width:950px
}
}
@media (min-width: 1250px) {
.container {
max-width:1180px
}
}
@media (min-width: 1250px) {
.container-narrow {
max-width:950px
}
}
.img-fluid {
max-width: 100%
}
a {
text-decoration: none;
color: #782b90
}
a:hover {
text-decoration: underline;
color: #571f69
}
img {
vertical-align: middle
}
svg {
overflow: hidden;
vertical-align: middle
}
code,pre {
font-family: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
p code {
display: inline-flex;
max-width: 100%;
overflow: auto
}
.heading-anchor {
opacity: 0;
align-self: flex-start;
outline: none
}
.heading-anchor::after {
content: "#";
position: absolute;
margin-left: -1.5rem;
color: #ced4da;
padding-right: 0.45rem
}
.heading-anchor:hover {
opacity: 1
}
h2:hover .heading-anchor,h3:hover .heading-anchor,h4:hover .heading-anchor,h5:hover .heading-anchor,h6:hover .heading-anchor {
opacity: 1
}
h1 .heading-anchor {
display: none
}
h4 .heading-anchor::after,h5 .heading-anchor::after,h6 .heading-anchor::after {
padding-right: 0.6rem
}
.dropdown {
position: relative;
display: inline-block
}
.dropdown .dropdown-title {
margin-right: 0;
cursor: pointer;
user-select: none
}
.dropdown .dropdown-menu {
position: absolute;
background-color: #f8f9fa;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
border-radius: .8rem;
list-style-type: none;
padding: .66667rem 0;
margin: .25rem 0 0 0;
z-index: 100;
display: none;
user-select: none
}
.dropdown .dropdown-menu a {
color: #4d4d4d;
text-decoration: none;
font-weight: 300
}
.dropdown .dropdown-menu.align-right {
right: 0
}
.dropdown .dropdown-menu.visible {
display: block
}
.dropdown .dropdown-menu a:hover {
color: inherit
}
.dropdown svg {
margin-bottom: 2px
}
.dropdown-item {
white-space: nowrap;
line-height: 2;
width: 100%;
padding: 0 1.5rem;
cursor: pointer
}
.dropdown-item:hover {
background-color: #e9ecef
}
.dropdown-item.active {
font-weight: 400;
padding-left: .75rem
}
.dropdown-item:not(.active).has-active-siblings {
padding-left: calc(.75rem + 16px + 0.5em)
}
.dropdown-item .dropdown-check-icon {
width: 16px;
margin-right: 0.5em;
margin-top: 1px
}
.navbar {
position: absolute;
top: 2.75rem;
width: 100%
}
.navbar a {
color: #3c3c3b
}
.navbar a.navbar-menu-item,.navbar .dropdown-title {
text-transform: uppercase
}
.navbar a.navbar-menu-item:hover,.navbar .dropdown-title:hover {
text-decoration: none;
color: #898987;
transition: color .15s ease-in-out
}
.navbar .navbar-content {
display: flex;
flex-direction: row;
align-items: center;
position: relative
}
.navbar .navbar-content .navbar-logo {
flex: 1
}
.navbar .navbar-content .navbar-logo img {
width: 7.6rem
}
.navbar .navbar-content .navbar-collapse-button {
display: none;
cursor: pointer
}
@media (max-width: 1000px) {
.navbar .navbar-content .navbar-collapse-button {
display:inline-block
}
}
.navbar .navbar-content .navbar-collapse-button span {
display: block;
width: 33px;
height: 4px;
margin-bottom: 5px;
position: relative;
background: #3c3c3b;
border-radius: 3px;
z-index: 1;
transform-origin: 4px 0;
transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease
}
.navbar .navbar-content .navbar-collapse-button span:first-child {
transform-origin: 0% 0%
}
.navbar .navbar-content .navbar-collapse-button span:nth-last-child(2) {
transform-origin: 0% 100%
}
.navbar .navbar-content .navbar-right {
display: flex;
flex-direction: row;
align-items: baseline;
margin-bottom: 10px
}
@media (max-width: 1000px) {
.navbar .navbar-content .navbar-right {
max-height:0;
transition: max-height 200ms ease-in-out;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
flex-direction: column;
position: absolute;
top: 2.75rem;
left: .8rem;
right: .8rem;
background-color: #f8f9fa;
overflow-x: auto;
overflow-y: hidden
}
}
.navbar .navbar-content .navbar-menu .navbar-menu-item {
font-weight: 400;
margin-right: 2.5rem
}
.navbar .navbar-content .navbar-menu .navbar-menu-item.with-drop-down {
margin-right: 1.8rem
}
@media (max-width: 1250px) {
.navbar .navbar-content .navbar-menu .navbar-menu-item {
margin-right:1.5rem
}
}
@media (max-width: 1000px) {
.navbar .navbar-content .navbar-menu .navbar-menu-item {
display:block;
margin-bottom: 1rem;
font-size: 1.2rem
}
}
.navbar .navbar-content .navbar-menu .navbar-menu-item .external-link-icon {
margin-left: 0.25em
}
@media (max-width: 1000px) {
.navbar .navbar-content .navbar-menu {
flex-direction:column;
padding: 1rem
}
}
.navbar .navbar-content .navbar-social {
margin-left: 1.6rem;
font-size: .875rem
}
.navbar .navbar-content .navbar-social svg {
height: 16px;
margin-bottom: 2px
}
@media (max-width: 1000px) {
.navbar .navbar-content .navbar-social svg {
height:1rem
}
}
@media (max-width: 1250px) {
.navbar .navbar-content .navbar-social {
margin-left:1rem
}
}
@media (max-width: 1000px) {
.navbar .navbar-content .navbar-social {
margin-left:auto;
padding: 0 1rem 1rem 0;
font-size: 1rem
}
}
@media (max-width: 768px) {
.navbar {
top:1rem
}
}
.page .navbar {
top: 0;
padding-top: 1.5rem;
padding-bottom: 1rem;
position: fixed;
background-color: #fff;
z-index: 2
}
section.community-hero .community-hero-background {
position: absolute;
top: -8rem;
width: 100%;
max-width: 100%;
height: 900px;
z-index: -1;
background-image: url(data:image/svg+xml;base64,<KEY>);
background-repeat: no-repeat;
background-size: cover;
background-position: center
}
@media (max-width: 768px) {
section.community-hero .community-hero-background {
top:-12rem
}
}
@media (max-width: 640px) {
section.community-hero .community-hero-background {
top:-9rem
}
}
@media (max-width: 640px) and (orientation: landscape) {
section.community-hero .community-hero-background {
top:-12rem
}
}
section.community-hero .community-hero-main {
margin-top: 8.6rem;
margin-bottom: 8rem;
display: flex;
flex-direction: row;
justify-content: space-between
}
@media (max-width: 768px) {
section.community-hero .community-hero-main {
justify-content:center
}
}
section.community-hero .community-hero-main .community-hero-left {
width: 570px;
max-width: 570px
}
section.community-hero .community-hero-main .community-hero-left .community-hero-slogan {
font-size: 2.8rem;
font-weight: 300;
line-height: 1.2;
margin-top: 1rem
}
section.community-hero .community-hero-main .community-hero-left .community-hero-slogan strong {
color: #000;
font-weight: 500
}
@media (max-width: 768px) {
section.community-hero .community-hero-main .community-hero-left .community-hero-slogan {
text-align:center;
margin-bottom: 6rem
}
}
section.community-hero .community-hero-main .community-hero-right {
padding-left: 1rem
}
section.community-hero .community-hero-main .community-hero-right svg {
max-width: 100%
}
section.community-hero .community-hero-main .community-hero-right rect {
fill: #782b90;
width: 35px;
height: 35px;
rx: 7px;
ry: 7px
}
section.community-hero .community-hero-main .community-hero-right .r77 {
opacity: 0.77
}
section.community-hero .community-hero-main .community-hero-right .r59 {
opacity: 0.59
}
section.community-hero .community-hero-main .community-hero-right .r38 {
opacity: 0.38
}
section.community-hero .community-hero-main .community-hero-right .r31 {
opacity: 0.31
}
section.community-hero .community-hero-main .community-hero-right .r22 {
opacity: 0.22
}
section.community-hero .community-hero-main .community-hero-right .r14 {
opacity: 0.14
}
@media (max-width: 768px) {
section.community-hero .community-hero-main .community-hero-right {
display:none
}
}
.button {
box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
cursor: pointer;
border-radius: .8rem;
padding: .5rem 1.4rem .57143rem 1.3rem;
background-color: #6f6970;
transition: background-color .15s ease-in-out;
color: #fff;
display: inline-block;
vertical-align: middle
}
.button:hover {
color: #fff;
text-decoration: none;
background-color: #555056
}
.button.primary {
background-color: #782b90
}
.button.primary:hover {
background-color: #571f69
}
.button+.button {
margin-left: .8rem
}
.button .feather {
margin-bottom: 3px;
margin-right: 2px;
height: 1.1rem
}
.code-examples-example {
display: none
}
.code-examples-example.active {
display: block
}
.code-examples-example pre {
margin: 0
}
footer {
font-size: .875rem;
padding-top: 3rem;
padding-bottom: 4rem;
background-color: #f8f9fa;
border-top: 1px solid #dee2e6;
margin-top: 1rem;
color: #6f6970
}
footer h5 {
font-size: 1rem;
margin-top: 0;
margin-bottom: 1rem;
color: #3c3c3b;
text-transform: uppercase
}
footer ul {
padding: 0;
list-style: none;
line-height: 2
}
footer a {
color: #6f6970
}
footer .footer-logo img,footer .footer-copyright-eclipse-logo img {
filter: grayscale(100);
opacity: 0.5;
transition: all .15s ease-in-out
}
footer .footer-logo img:hover,footer .footer-copyright-eclipse-logo img:hover {
filter: grayscale(0);
opacity: 1
}
footer .footer-nav-section {
display: flex;
flex-direction: row;
margin-bottom: 6rem
}
footer .footer-nav-section .footer-logo {
margin-top: 0.4rem
}
footer .footer-nav-section .footer-logo img {
width: 7.6rem
}
footer .footer-nav-section .footer-nav-list {
width: 20%
}
footer .footer-copyright {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center
}
footer .footer-copyright a {
white-space: nowrap
}
footer .footer-copyright .footer-copyright-eclipse-logo {
width: 17%;
margin-bottom: 0.5rem
}
@media (max-width: 1250px) {
footer .footer-copyright .footer-copyright-break {
display:none
}
footer .footer-copyright .footer-copyright-eclipse-logo {
width: 30%
}
}
@media (max-width: 1000px) {
footer .footer-nav-section .footer-nav-list {
width:25%
}
footer .footer-copyright .footer-copyright-break {
display: inline-block
}
footer .footer-copyright .footer-copyright-eclipse-logo {
width: 40%
}
}
@media (max-width: 768px) {
footer .footer-nav-section {
max-width:100%;
margin-left: auto;
margin-right: auto
}
}
@media (max-width: 640px) {
footer .footer-nav-section {
max-width:80%;
margin-bottom: 3rem;
flex-direction: column
}
footer .footer-nav-section h5 {
cursor: pointer
}
footer .footer-nav-section h5::after {
display: inline-block;
content: "";
border-top: 0.4em solid;
border-right: 0.4em solid transparent;
border-bottom: 0;
border-left: 0.4em solid transparent;
position: absolute;
top: 0.75rem;
right: 0
}
footer .footer-nav-section .footer-nav-list {
width: 100%;
position: relative
}
footer .footer-nav-section .footer-nav-list ul {
overflow-y: hidden;
max-height: 0;
transition: all 200ms ease-in-out
}
footer .footer-nav-section .footer-nav-list ul.visible {
margin-bottom: 2rem
}
footer .footer-nav-section .footer-logo {
margin: 0 auto 3rem auto;
width: auto
}
footer .footer-copyright {
max-width: 80%;
text-align: center;
margin-left: auto;
margin-right: auto;
flex-direction: column-reverse
}
footer .footer-copyright .footer-copyright-eclipse-logo {
width: 7.6rem;
margin-bottom: 1rem
}
}
.community {
margin-bottom: 8rem
}
.community-love {
font-size: 1.8rem;
text-align: center;
margin-bottom: 6rem
}
.community-profile {
flex: 1;
display: flex;
justify-content: flex-start;
flex-direction: column
}
.community-profile img {
width: 150px;
height: 150px;
border-radius: 75px;
border: 1px solid #e9ecef;
display: inline-block
}
.community-profile .lazyload,.community-profile .lazyloading {
opacity: 0
}
.community-profile .lazyloaded {
opacity: 1;
transition: opacity 300ms
}
.community-profile .community-profile-name {
font-weight: 400;
margin-top: 0.5rem
}
.community-profile .community-profile-role {
text-transform: uppercase
}
.community-profile .community-profile-location {
margin-top: 0.5rem;
color: #6f6970
}
.community-profile .community-profile-map-pin {
margin-bottom: 2px
}
.community-profile .community-profile-social {
margin-top: 0.5rem
}
.community-profile .community-profile-social a {
color: #3c3c3b
}
.community-profile .community-profile-social a svg {
transition: transform .15s ease-in-out
}
.community-profile .community-profile-social a:hover svg {
transform: scale(1.1)
}
.community-profile .community-profile-social a:not(:last-child) {
margin-right: .66667rem
}
@media (max-width: 1250px) {
.community-profile.large {
min-width:25%;
margin: 1.5rem
}
}
@media (max-width: 768px) {
.community-profile.large {
min-width:30%;
margin: 1.5rem
}
}
@media (max-width: 640px) {
.community-profile.large {
min-width:80%
}
}
.community-profile.large .community-profile-name {
margin-top: 0.75rem;
font-size: 1.2rem
}
.community-profile.large .community-profile-location {
margin-top: 0.75rem
}
.community-profile.large .community-profile-social {
margin-top: 0.75rem
}
.community-profile.small {
margin: 0.5rem
}
.community-profile.small img {
width: 75px;
height: 75px
}
.community-profile.medium {
margin: 1rem;
margin-bottom: 2rem;
min-width: 15%
}
@media (max-width: 1000px) {
.community-profile.medium {
min-width:18%
}
}
@media (max-width: 768px) {
.community-profile.medium {
min-width:20%
}
}
@media (max-width: 640px) {
.community-profile.medium {
min-width:40%
}
}
.community-profile.medium .community-profile-map-pin {
width: 1.2em
}
.community-profile.medium img {
width: 110px;
height: 110px
}
.community-section {
margin-top: 4rem;
margin-bottom: 7rem;
text-align: center
}
.community-section h2 {
margin-bottom: 2.5rem
}
.community-section .community-section-main {
display: flex;
flex-wrap: wrap
}
.search input {
color: #adb5bd;
border: 1px solid #dee2e6;
border-radius: .4rem;
font-size: .875rem;
padding: 0.25rem 1.8rem 0.35rem 1.8rem;
width: 100%;
transition: color .15s ease-in-out,border-color .15s ease-in-out
}
.search input:focus {
border-color: #adb5bd;
color: #3c3c3b
}
.search .search-icon,.search .search-icon-delete {
position: absolute;
top: 0.55rem;
height: 1rem;
stroke: #adb5bd;
transition: stroke .15s ease-in-out
}
.search .search-icon {
left: 0.4rem
}
.search input:focus+.search-icon {
stroke: #6f6970
}
.search .search-icon-delete {
stroke: #6f6970;
right: 0.4rem;
height: 0.75rem;
top: 0.7rem;
opacity: 0;
transition: opacity .15s ease-in-out;
cursor: text
}
.search.has-content .search-icon-delete {
opacity: 1;
cursor: pointer
}
.search-results,.search-results-none {
font-size: .875rem;
overflow: auto;
list-style-type: none;
padding-left: 0;
display: none
}
.search-results.visible,.search-results-none.visible {
display: block
}
.search-results {
list-style-type: none;
padding: 0;
margin-bottom: 0
}
.search-results li {
display: block;
padding: .5rem;
margin-bottom: 1rem;
border-radius: .4rem;
border: 1px solid transparent;
cursor: pointer
}
.search-results li.active {
background-color: #f8f9fa;
border: 1px solid #e9ecef
}
.search-results li h5 {
margin: 0 0 .5rem 0;
font-size: 1em
}
.search-results li .search-results-highlight {
background-color: yellow
}
.search-results-none {
padding: 1rem .5rem;
text-align: center;
width: 100%
}
.search-panel {
display: flex;
flex-direction: column;
position: relative
}
.github-stars {
display: inline-block
}
.github-stars .feather {
margin-right: 0.325em
}
.github-stars .button {
min-width: 8rem
}
.page-content {
margin-top: 6em;
margin-bottom: 8rem
}
.blog-navbar {
display: flex;
align-items: center;
margin-bottom: 2rem
}
.blog-navbar h2 {
display: inline;
margin: 0;
flex: 1
}
.blog-navbar ul {
padding: 0;
list-style-type: none;
margin: 0;
display: inline-flex;
align-items: center;
text-transform: uppercase;
justify-content: flex-end
}
.blog-navbar ul li {
font-size: .875rem;
font-weight: 400
}
.blog-navbar ul li:not(:first-child) {
margin-left: 2rem
}
@media (max-width: 640px) {
.blog-navbar {
flex-direction:column
}
.blog-navbar ul {
margin-top: 1rem
}
}
.blog-navbar .feed-icons {
display: flex;
margin-left: 1.85rem
}
.blog-navbar .feed-icons svg {
height: 1.05rem;
margin-bottom: 3px
}
@media (max-width: 640px) {
.blog-navbar .feed-icons {
margin-top:.5rem
}
}
.blog .blog-entries {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 4rem
}
@media (max-width: 1000px) {
.blog .blog-entries {
grid-template-columns:1fr 1fr
}
}
@media (max-width: 640px) {
.blog .blog-entries {
grid-template-columns:1fr
}
}
.blog-post .blog-post-main {
display: flex;
width: 100%;
justify-content: space-between
}
.blog-post .blog-post-main .blog-post-content {
width: 70%;
border-top: 1px solid #dee2e6
}
.blog-post .blog-post-main .blog-post-content>h1 {
line-height: 1.4;
margin-bottom: 2rem
}
.blog-post .blog-post-main .blog-post-content>h2,.blog-post .blog-post-main .blog-post-content>h3,.blog-post .blog-post-main .blog-post-content>h4 {
line-height: 1.4;
margin-top: 3rem
}
.blog-post .blog-post-main .blog-post-content ul {
padding-left: 1.1rem
}
.blog-post .blog-post-main .blog-post-content ul ul {
padding-left: 1.3rem;
margin-top: .5rem;
margin-bottom: 1rem
}
.blog-post .blog-post-main .blog-post-content li {
margin-bottom: .5rem
}
.blog-post .blog-post-main .blog-post-content img {
display: block;
max-width: 100%;
margin-left: auto;
margin-right: auto
}
.blog-post .blog-post-main .blog-post-content .youtube-embed {
padding-bottom: 56.25%;
position: relative;
display: block
}
.blog-post .blog-post-main .blog-post-content .youtube-embed iframe {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%
}
.blog-post .blog-post-main .blog-post-content blockquote {
margin: 0 0 1rem;
border-left: 5px solid #dee2e6;
font-style: italic
}
.blog-post .blog-post-main .blog-post-content blockquote p {
padding: .25rem 1rem
}
.blog-post .blog-post-main .blog-post-content .gist .gist-data {
max-height: 500px
}
.blog-post .blog-post-main .blog-post-sidebar {
width: calc(30% - 2rem);
border-top: 1px solid #dee2e6
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-author {
margin-top: 1rem;
display: flex;
align-items: center
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-author:first-child {
margin-top: 2rem
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-author .blog-post-author-avatar {
width: 60px;
height: 60px;
border-radius: 30px;
margin-right: .8rem
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-author .blog-post-author-name {
font-size: 1.2rem;
line-height: 1.2;
margin-bottom: .25rem
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-author .blog-post-author-name a {
font-weight: 400
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-pinned {
display: flex;
margin-top: 2rem
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-date {
margin-top: 1rem
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-category {
text-transform: uppercase;
font-weight: 400
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-reading-time {
margin-top: 2rem
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-reading-time .feather {
margin-bottom: 2px;
margin-right: 2px
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-share-icons {
margin-top: 2rem
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-share-icons a {
color: #3c3c3b
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-share-icons a svg {
transition: transform .15s ease-in-out
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-share-icons a:hover svg {
transform: scale(1.1)
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-sidebar-share-icons a:not(:last-child) {
margin-right: .66667rem
}
@media (max-width: 1000px) {
.blog-post .blog-post-main {
flex-direction:column
}
.blog-post .blog-post-main .blog-post-content {
width: 100%
}
.blog-post .blog-post-main .blog-post-sidebar {
width: 100%;
text-align: center
}
.blog-post .blog-post-main .blog-post-sidebar .blog-post-author {
justify-content: center;
margin-bottom: 2rem
}
}
.blog-post .blog-post-next-prev {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 4rem;
border-top: 1px solid #dee2e6;
margin-top: 6rem;
padding-top: 2rem
}
.blog-post .blog-post-next-prev h5 {
text-align: center
}
.blog-post .blog-post-next-prev .blog-post-next-prev-entry:last-child {
grid-column-start: 3
}
@media (max-width: 1000px) {
.blog-post .blog-post-next-prev {
margin-top:3rem;
grid-template-columns: 1fr;
grid-gap: 2rem
}
.blog-post .blog-post-next-prev .blog-post-next-prev-entry:last-child {
grid-column-start: 1
}
}
.blog-post .blog-post-related {
padding-top: 2rem
}
.blog-post .blog-post-related h5 {
text-align: center
}
.blog-post .blog-post-related .blog-post-related-posts {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 4rem
}
@media (max-width: 1000px) {
.blog-post .blog-post-related .blog-post-related-posts {
grid-template-columns:1fr
}
}
.faq-question {
border-top: 1px solid #dee2e6;
margin-top: 2rem;
padding-top: 2rem
}
.faq-question h3 {
margin: 0;
font-size: 1.5rem;
cursor: pointer;
color: #782b90
}
.faq-question .faq-question-chevron {
width: 2rem;
transition: transform 150ms ease-in-out
}
.faq-question .faq-question-chevron.visible {
transform: rotate(90deg)
}
.faq-question .faq-question-answer {
display: none;
margin-left: 2rem
}
.faq-question .faq-question-answer.visible {
display: block
}
.label {
background-color: #782b90;
color: #fff;
padding: 0.22rem 0.5rem 0.3rem 0.5rem;
border-radius: .8rem
}
.label.dark {
background-color: #3c3c3b
}
.label.small,.label.tiny {
font-size: .875rem;
border-radius: .7rem
}
.label.tiny {
line-height: 1em;
border-radius: .4rem
}
.label.nowrap {
white-space: nowrap
}
.page-content {
margin-top: 6em;
margin-bottom: 8rem
}
.docs .docs-content .docs-content-wrapper {
display: flex;
justify-content: space-between
}
.docs .docs-content .docs-content-wrapper aside {
flex: 0 0 17rem
}
.docs .docs-content .docs-content-wrapper aside .docs-content-wrapper-sidebar {
position: sticky;
top: 7em
}
.docs .docs-content .docs-content-wrapper aside .search-panel {
margin-top: 1rem;
width: 100%
}
.docs .docs-content .docs-content-wrapper aside .search-panel .search-results {
max-height: calc(100vh - 10rem - 1px)
}
.docs .docs-content .docs-content-wrapper aside .docs-content-toc {
margin-top: 1rem;
overflow-y: auto;
max-height: calc(100vh - 10rem - 3px)
}
.docs .docs-content .docs-content-wrapper aside .docs-content-toc #toctitle {
display: none
}
.docs .docs-content .docs-content-wrapper aside .docs-content-toc ul {
margin-top: 0;
padding-left: 0;
list-style-type: none
}
.docs .docs-content .docs-content-wrapper aside .docs-content-toc ul.sectlevel2 {
display: none
}
.docs .docs-content .docs-content-wrapper aside .docs-content-toc ul li {
padding: .33333rem 0
}
.docs .docs-content .docs-content-wrapper aside.docs-has-search-results .docs-content-toc {
display: none
}
@media (max-width: 1250px) {
.docs .docs-content .docs-content-wrapper aside {
flex:0 0 15rem
}
}
@media (max-width: 1000px) {
.docs .docs-content .docs-content-wrapper aside {
z-index:1;
position: fixed;
top: 0;
right: 0;
width: 25rem;
height: 100vh;
max-width: 100%;
padding-top: 6rem;
padding-left: 2rem;
padding-right: 2rem;
background-color: #fff;
border-left: 1px solid #dee2e6;
transform: translateX(100%);
transition: transform 200ms ease-in-out;
will-change: transform
}
.docs .docs-content .docs-content-wrapper aside.collapse {
transform: translateX(0%)
}
}
@media (max-width: 640px) {
.docs .docs-content .docs-content-wrapper aside {
min-width:100%;
border-left: none
}
}
.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle {
z-index: 1000;
cursor: pointer;
display: none;
position: fixed;
justify-content: center;
align-items: center;
right: 2rem;
bottom: 2rem;
color: #fff;
background-color: #4d4d4d;
padding: .5rem;
border-radius: .8rem;
transition: background-color .15s ease-in-out
}
.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle .feather-list,.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle .feather-x {
display: block
}
.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle .feather-x {
position: absolute;
left: 0;
top: 0;
opacity: 0;
transition: opacity .15s ease-in-out
}
.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle:hover {
background-color: #3c3c3b
}
.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle.collapse .feather-list {
opacity: 0
}
.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle.collapse .feather-x {
opacity: 1
}
@media (max-width: 1000px) {
.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle {
display:flex
}
}
@media (max-width: 640px) {
.docs .docs-content .docs-content-wrapper .docs-content-sidebar-toggle {
right:1rem;
bottom: 1rem
}
}
.docs .docs-content .docs-content-inner {
max-width: calc(100% - 19.5rem);
overflow: hidden
}
.docs .docs-content .docs-content-inner .docs-content-metadata {
margin-top: 1.2rem;
margin-bottom: 1.2rem;
display: flex;
flex-wrap: wrap;
align-items: baseline
}
@media (max-width: 1000px) {
.docs .docs-content .docs-content-inner .docs-content-metadata {
flex-direction:column
}
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-repo {
display: flex
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-left {
display: flex;
align-items: center;
flex: 1
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-left>* {
margin-right: 2rem
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-left>*:last-child {
margin-right: 0
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-left a {
display: flex;
align-items: center;
color: #6f6970;
white-space: nowrap
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-left a:hover {
color: #782b90
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-left a .feather {
margin-right: 0.25em;
height: 1rem
}
@media (max-width: 1000px) {
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-left {
flex-wrap:wrap;
margin-bottom: 1rem
}
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-version {
flex: 1;
display: flex
}
@media (min-width: 1000px) {
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-version {
justify-content:flex-end
}
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-version svg {
height: 16px;
margin-bottom: -2px
}
@media (max-width: 1000px) {
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-version svg {
height:1rem;
margin-bottom: -1px
}
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-version .dropdown-menu a {
text-decoration: none
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-version .dropdown-menu a:hover {
color: #6f6970
}
.docs .docs-content .docs-content-inner .docs-content-metadata .docs-content-metadata-label {
display: flex;
margin-left: 2rem
}
.docs .docs-content .docs-content-inner h1 {
padding-top: 0;
margin-top: 0.6rem;
line-height: 1.2
}
.docs .docs-content .docs-content-inner h1::after {
content: "";
width: 30%;
display: block;
border: 2px solid #782b90;
border-radius: 2px;
margin-top: 1.1rem
}
.docs .docs-content .docs-content-inner .ulist>ul {
padding-left: 1.1rem
}
.docs .docs-content .docs-content-inner h2 {
border-top: 1px solid #dee2e6;
margin-top: 5rem;
padding-top: 2rem
}
.docs .docs-content .docs-content-inner h3,.docs .docs-content .docs-content-inner h4 {
margin-top: 3rem
}
@media (max-width: 1250px) {
.docs .docs-content .docs-content-inner {
max-width:calc(100% - 17.5rem)
}
}
@media (max-width: 1000px) {
.docs .docs-content .docs-content-inner {
max-width:100%
}
}
.docs .docs-content .admonitionblock {
border-top-right-radius: .8rem;
border-bottom-right-radius: .8rem;
background-color: #f8f9fa;
padding: 1rem;
margin: 1.5rem 0;
border-left: 9px solid transparent
}
.docs .docs-content .admonitionblock.note,.docs .docs-content .admonitionblock.tip {
border-color: #6cb9f0
}
.docs .docs-content .admonitionblock.important,.docs .docs-content .admonitionblock.warning,.docs .docs-content .admonitionblock.caution {
border-color: #f0a46c
}
.docs .docs-content .admonitionblock tr {
display: flex;
flex-direction: column
}
.docs .docs-content .admonitionblock .title {
font-weight: 400
}
.docs .docs-content .admonitionblock .title::after {
content: ":"
}
.docs .docs-content dt {
font-weight: 400
}
.docs .docs-content .anchor {
opacity: 0;
align-self: flex-start;
outline: none
}
.docs .docs-content .anchor::after {
content: "#";
position: absolute;
margin-left: -1.5rem;
color: #ced4da;
padding-right: 0.45rem
}
.docs .docs-content .anchor:hover {
opacity: 1
}
.docs .docs-content h2:hover .anchor,.docs .docs-content h3:hover .anchor,.docs .docs-content h4:hover .anchor,.docs .docs-content h5:hover .anchor,.docs .docs-content h6:hover .anchor {
opacity: 1
}
.docs .docs-content h1 .anchor {
display: none
}
.docs .docs-content h4 .anchor::after,.docs .docs-content h5 .anchor::after,.docs .docs-content h6 .anchor::after {
padding-right: 0.6rem
}
.read-more-link {
display: inline-flex;
align-items: center
}
.read-more-link::after {
content: "";
width: 0;
height: 0;
display: inline-block;
border-top: 0.38rem solid transparent;
border-bottom: 0.38rem solid transparent;
border-left: 0.45rem solid #782b90;
margin-left: .5rem;
margin-top: 4px;
transition: all 100ms ease
}
.read-more-link:hover::after {
border-left-color: #571f69;
margin-left: .66667rem
}
.blog-entry {
display: flex;
flex-direction: column;
border-top: 1px solid #dee2e6;
padding-top: 2rem
}
.blog-entry .blog-entry-meta {
display: flex;
justify-content: space-between;
align-items: center
}
.blog-entry h3 {
font-size: 1.5rem;
line-height: 1.4;
margin-top: .5rem;
margin-bottom: 1rem
}
.blog-entry h3 a:hover {
text-decoration: none
}
.blog-entry .blog-entry-date {
font-size: .875rem;
text-transform: uppercase;
white-space: nowrap;
margin-right: .66667rem
}
.blog-entry .blog-entry-category {
font-size: .875rem;
text-transform: uppercase;
font-weight: 400;
color: #3c3c3b
}
.blog-entry .blog-entry-authors ul {
list-style-type: none;
padding: 0;
display: inline
}
.blog-entry .blog-entry-authors ul li {
display: inline-flex;
align-items: center
}
.blog-entry .blog-entry-authors ul li:not(:last-child) {
margin-right: 1rem
}
.blog-entry .blog-entry-authors ul li:not(:last-child).avatars-only {
margin-right: .25rem
}
.blog-entry .blog-entry-authors ul li img {
width: 24px;
height: 24px;
border-radius: 12px;
margin-right: .33333rem
}
.blog-entry .blog-entry-summary {
flex: 1;
text-align: justify;
hyphens: auto
}
.pagination {
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 3rem
}
.pagination .pagination-page {
display: flex;
align-items: center;
min-width: 1em;
justify-content: center
}
.pagination .pagination-page a {
border-radius: .4rem;
margin: 0 1px;
padding: 0.5rem 0.75rem
}
.pagination .pagination-page a:hover {
background-color: #e9ecef;
text-decoration: none
}
.pagination .pagination-page.disabled {
color: #6f6970;
padding: 0.5rem 0.75rem
}
.pagination .pagination-page.active a {
background-color: #782b90;
color: #fff
}
.alert {
border-top-right-radius: .8rem;
border-bottom-right-radius: .8rem;
background-color: #f8f9fa;
padding: 1rem;
margin: 1.5rem 0;
border-left: 9px solid transparent
}
.alert.info {
border-color: #6cb9f0
}
.alert.warning {
border-color: #f0a46c
}
.alert.error {
border-color: #f0646c
}
.alert .alert-title {
font-weight: 400
}
.alert p:first-of-type {
margin-top: 0
}
.alert p:last-of-type {
margin-bottom: 0
}
.card-content {
border: 1px solid #dee2e6;
border-radius: .8rem;
padding: 1.5rem 1.5rem 2rem 1.5rem;
cursor: pointer;
transition: border-color .15s ease-in-out;
height: 100%
}
.card-content h4 {
margin: 0 0 0.5rem 0;
font-size: 1.25rem;
color: #782b90
}
.card-content h4 .card-content-icon svg {
height: 2rem;
width: 2rem;
margin-bottom: 4px;
margin-right: .5rem
}
a.card-link {
color: #3c3c3b;
text-decoration: none
}
a.card-link:hover .card-content {
border-color: #782b90
}
.cards {
display: grid;
grid-gap: 1rem;
padding: 0;
margin-top: 1.5rem
}
.cards.cards-cols-1 {
grid-template-columns: repeat(1, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-1 {
grid-template-columns:1fr
}
}
.cards.cards-cols-2 {
grid-template-columns: repeat(2, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-2 {
grid-template-columns:1fr
}
}
.cards.cards-cols-3 {
grid-template-columns: repeat(3, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-3 {
grid-template-columns:1fr
}
}
.cards.cards-cols-4 {
grid-template-columns: repeat(4, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-4 {
grid-template-columns:1fr
}
}
.cards.cards-cols-5 {
grid-template-columns: repeat(5, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-5 {
grid-template-columns:1fr
}
}
.cards.cards-cols-6 {
grid-template-columns: repeat(6, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-6 {
grid-template-columns:1fr
}
}
.cards.cards-cols-7 {
grid-template-columns: repeat(7, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-7 {
grid-template-columns:1fr
}
}
.cards.cards-cols-8 {
grid-template-columns: repeat(8, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-8 {
grid-template-columns:1fr
}
}
.cards.cards-cols-9 {
grid-template-columns: repeat(9, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-9 {
grid-template-columns:1fr
}
}
.cards.cards-cols-10 {
grid-template-columns: repeat(10, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-10 {
grid-template-columns:1fr
}
}
.cards.cards-cols-11 {
grid-template-columns: repeat(11, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-11 {
grid-template-columns:1fr
}
}
.cards.cards-cols-12 {
grid-template-columns: repeat(12, 1fr)
}
@media (max-width: 768px) {
.cards.cards-cols-12 {
grid-template-columns:1fr
}
}
.guide h1 {
text-align: center;
margin-top: 8rem;
margin-bottom: 3rem
}
.guide h2 {
border-top: 1px solid #dee2e6;
margin-top: 4rem;
padding-top: 2rem;
display: flex;
align-items: center
}
.guide ul {
padding-left: 1.1rem
}
.guide img {
max-width: 100%;
height: auto;
margin: 2rem auto;
width: 40rem;
display: block
}
.docs-index-main {
display: flex
}
.docs-index-main h2 {
margin: 0;
padding-bottom: 2rem
}
.docs-index-aside-main {
position: sticky;
top: 6rem
}
@media (max-width: 768px) {
.docs-index-aside-main {
display:none
}
}
.docs-index-aside-content {
border-top: 1px solid #dee2e6
}
.docs-index-toc {
margin-top: 2rem;
width: 17rem;
max-height: calc(100vh - 13.5rem + 1px);
overflow-y: auto
}
.docs-index-toc ul {
list-style-type: none;
padding-left: 0;
margin-top: 0
}
.docs-index-toc ul li {
padding: .33333rem 0
}
.docs-index-toc ul li:first-child {
padding-top: 0
}
.docs-index-content {
margin-left: 2.5rem
}
@media (max-width: 768px) {
.docs-index-content {
margin-left:0
}
}
.docs-index-content h2 {
margin-bottom: 0;
display: flex;
flex-wrap: wrap;
align-items: baseline
}
.docs-index-content h2 .docs-index-content-heading {
display: none;
flex: 1
}
@media (max-width: 768px) {
.docs-index-content h2 .docs-index-content-heading {
display:inline-block;
margin-right: 2rem
}
}
.docs-index-content h2 .docs-index-content-heading-right {
font-size: 18px;
display: flex;
justify-content: space-between;
align-items: baseline;
min-height: 3.4rem;
padding-top: 0.875rem;
flex: 1
}
@media (max-width: 768px) {
.docs-index-content h2 .docs-index-content-heading-right {
justify-content:flex-end
}
}
@media (max-width: 640px) {
.docs-index-content h2 .docs-index-content-heading-right {
justify-content:flex-start
}
}
.docs-index-content h2 .docs-index-content-heading-right>* {
margin-right: 2rem;
white-space: nowrap
}
.docs-index-content h2 .docs-index-content-heading-right>*:last-child {
margin-right: 0
}
.docs-index-content h2 .docs-index-content-heading-right a {
text-decoration: none;
color: #6f6970
}
.docs-index-content h2 .docs-index-content-heading-right a .feather {
margin: 0 0.25em 0.25em 0;
height: 1rem
}
.docs-index-content h2 .docs-index-content-heading-right a:hover {
text-decoration: underline;
color: #782b90
}
.docs-index-content h2 .docs-index-content-version {
font-size: 22.5px
}
.docs-index-content h2 .docs-index-content-version a {
color: #4d4d4d
}
.docs-index-content h2 .docs-index-content-version .dropdown-menu {
font-size: 18px;
font-weight: 300
}
.docs-index-content h2 .docs-index-content-version .dropdown-menu a:hover {
color: #4d4d4d;
text-decoration: none
}
.docs-index-section {
border-top: 1px solid #dee2e6;
margin-top: 4rem;
padding-top: 2rem;
display: flex;
flex-direction: row
}
@media (max-width: 1000px) {
.docs-index-section {
flex-direction:column
}
}
.docs-index-section:first-of-type {
margin-top: 0
}
.docs-index-section .docs-index-section-header h3 {
margin: 0;
font-size: .875rem;
text-transform: uppercase;
font-weight: 400
}
.docs-index-section .docs-index-section-header svg {
stroke: #4d4d4d;
margin-right: .5rem
}
.docs-index-section .docs-index-section-header svg.no-stroke {
stroke: none
}
.docs-index-section .docs-index-section-part {
display: flex;
flex-direction: column
}
.docs-index-section .docs-index-section-part h3 {
margin: 1rem 0 0 0;
font-size: 1.5rem;
line-height: 1.4;
display: flex;
justify-content: space-between;
align-items: flex-start
}
.docs-index-section .docs-index-section-part h3 a:hover {
text-decoration: none
}
.docs-index-section .docs-index-section-part h3 .docs-index-section-part-label {
margin-top: .25rem;
margin-left: .66667rem
}
@media (max-width: 1250px) {
.docs-index-section .docs-index-section-part h3 .docs-index-section-part-label {
margin-left:0
}
}
@media (max-width: 1000px) {
.docs-index-section .docs-index-section-part h3 .docs-index-section-part-label {
margin-left:.66667rem
}
}
@media (max-width: 1250px) {
.docs-index-section .docs-index-section-part h3 {
flex-direction:column
}
}
@media (max-width: 1000px) {
.docs-index-section .docs-index-section-part h3 {
flex-direction:row
}
}
.docs-index-section .docs-index-section-part .docs-index-section-content-summary {
flex: 1
}
.docs-index-section .docs-index-section-content {
display: grid;
grid-gap: 2rem 1.5rem;
flex: 1
}
.docs-index-section .docs-index-section-content-2 {
grid-template-columns: 1fr 1fr
}
@media (max-width: 1000px) {
.docs-index-section .docs-index-section-content-2 {
grid-template-columns:1fr
}
}
.docs-index-section .docs-index-section-book {
margin-top: 2rem;
margin-left: auto;
margin-right: auto
}
@media (min-width: 1000px) {
.docs-index-section .docs-index-section-book {
margin-top:0;
margin-left: 2rem;
margin-right: 0;
margin-bottom: -2rem
}
}
.docs-index-section .docs-index-section-book img {
box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
margin-bottom: 0.25rem
}
.docs-index-section .docs-index-section-book .external-link-icon {
margin-bottom: 0.25rem
}
.get-started .get-started-step {
display: inline-flex;
background-color: #782b90;
color: #fff;
width: 3.5rem;
height: 3.5rem;
justify-content: center;
align-items: center;
font-size: 1.25em;
border-radius: .8rem;
margin-right: 1rem
}
.get-started .get-started-screenshot {
margin: 2rem auto;
display: block;
border: 1px solid #dee2e6;
box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
padding: 1rem;
width: 600px;
max-width: 100%
}
.get-started .get-started-screenshot img {
margin: 0;
width: auto;
max-width: 100%
}
.code-examples {
width: 100%;
border-radius: .8rem;
font-size: 15px;
line-height: 1.4
}
.code-examples .code-examples-tabs {
color: #fff;
display: flex;
flex-direction: row
}
.code-examples .code-examples-tabs .code-examples-tab {
width: 7rem;
text-align: center;
background-color: #120d14;
padding: .52632rem 0;
cursor: pointer;
transition: background-color .15s ease-in-out
}
.code-examples .code-examples-tabs .code-examples-tab:first-child {
border-top-left-radius: .8rem
}
.code-examples .code-examples-tabs .code-examples-tab:last-child {
border-top-right-radius: .8rem
}
.code-examples .code-examples-tabs .code-examples-tab.active {
background-color: #3a2840
}
.code-examples .code-examples-tabs .code-examples-tab:not(.active):hover {
background-color: #483250
}
.code-examples.wide .code-examples-tabs .code-examples-tab {
flex: 1
}
.code-examples .code-examples-content {
background-color: #3a2840;
border-bottom-right-radius: .8rem;
border-bottom-left-radius: .8rem
}
.code-examples:not(.wide) .code-examples-content {
border-top-right-radius: .8rem
}
@media (max-width: 1250px) {
.code-examples {
font-size:.675rem
}
}
.main-code-examples {
box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
border-radius: .8rem
}
.main-code-examples pre {
font-size: 15px
}
@media (max-width: 1250px) {
.main-code-examples pre {
font-size:.675rem
}
}
section.hero .hero-background {
position: absolute;
top: -1rem;
width: 100%;
max-width: 100%;
height: 900px;
z-index: -1;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjM4MCAxODAwIj48cGF0aCBmaWxsPSIjYmQ4NGNmIiBmaWxsLW9wYWNpdHk9Ii4xIiBkPSJNMTYzODIuOSA3NDMuN0wtLjEgMTY1My45VjBoMTYzODN6Ii8+PC9zdmc+);
background-repeat: no-repeat;
background-size: cover;
background-position: center
}
@media (max-width: 1250px) {
section.hero .hero-background {
top:-6rem
}
}
@media (max-width: 1000px) {
section.hero .hero-background {
top:-13.5rem
}
}
@media (max-width: 640px) {
section.hero .hero-background {
top:-5rem
}
}
@media (max-width: 768px) and (orientation: landscape) {
section.hero .hero-background {
top:-17rem
}
}
@media (max-width: 640px) and (orientation: landscape) {
section.hero .hero-background {
top:-19.5rem
}
}
section.hero .hero-main {
margin-top: 9.6rem;
margin-bottom: 8rem;
display: flex;
flex-direction: row;
justify-content: space-between
}
section.hero .hero-main .hero-left {
width: 570px;
max-width: 570px
}
section.hero .hero-main .hero-left .hero-slogan {
font-size: 2.8rem;
font-weight: 300;
line-height: 1.2
}
section.hero .hero-main .hero-left .hero-slogan .hero-product-name {
font-weight: 500;
color: #000
}
@media (max-width: 640px) and (orientation: portrait) {
section.hero .hero-main .hero-left .hero-slogan .hero-product-name {
display:block;
margin-bottom: 0.5em
}
}
@media (max-width: 640px) and (orientation: portrait) {
section.hero .hero-main .hero-left .hero-slogan .hero-product-name .hero-product-name-separator {
display:none
}
}
@media (max-width: 1250px) {
section.hero .hero-main .hero-left .hero-slogan {
font-size:38px
}
}
section.hero .hero-main .hero-left .hero-buttons {
margin-top: 2.2rem
}
section.hero .hero-main .hero-left .hero-buttons .button {
font-family: "Roboto Condensed", sans-serif;
font-size: 1.025rem
}
@media (max-width: 640px) and (orientation: portrait) {
section.hero .hero-main .hero-left .hero-buttons .button {
font-size:1.2rem
}
}
section.hero .hero-main .hero-left .hero-buttons>*:not(:first-child) {
margin-left: .8rem
}
@media (max-width: 640px) {
section.hero .hero-main .hero-left .hero-buttons>*:not(:first-child) {
margin-top:.8rem
}
}
@media (max-width: 640px) and (orientation: portrait) {
section.hero .hero-main .hero-left .hero-buttons>*:not(:first-child) {
margin-left:0;
display: block
}
}
@media (max-width: 640px) and (orientation: portrait) {
section.hero .hero-main .hero-left .hero-buttons {
margin-top:3rem
}
}
section.hero .hero-main .hero-left .hero-buttons.hero-buttons-second {
margin-top: 1rem
}
@media (max-width: 1250px) {
section.hero .hero-main .hero-left {
max-width:450px
}
}
@media (max-width: 1000px) {
section.hero .hero-main .hero-left {
width:80%;
max-width: 80%;
text-align: center
}
}
section.hero .hero-main .hero-right {
width: 535px
}
@media (max-width: 1250px) {
section.hero .hero-main .hero-right {
width:450px
}
}
@media (max-width: 1000px) {
section.hero .hero-main .hero-right {
display:none
}
}
@media (max-width: 1250px) {
section.hero .hero-main {
margin-top:8rem
}
}
@media (max-width: 1000px) {
section.hero .hero-main {
justify-content:center
}
}
@media (max-width: 640px) {
section.hero .hero-main {
margin-top:7rem
}
}
@media (max-width: 768px) and (orientation: landscape) {
section.hero .hero-main {
margin-top:6rem;
margin-bottom: 6rem
}
}
@media (max-width: 640px) and (orientation: landscape) {
section.hero .hero-main {
margin-top:5rem;
margin-bottom: 5rem
}
}
.features-item {
text-align: justify
}
.features-item:first-child {
grid-column: 1 / 3
}
@media (max-width: 1000px) {
.features-item:first-child {
grid-column:1 / 3
}
}
@media (max-width: 640px) {
.features-item:first-child {
grid-column:1
}
}
.features-item:nth-child(2) {
grid-column: 3 / 5
}
@media (max-width: 1000px) {
.features-item:nth-child(2) {
grid-column:3 / 5
}
}
@media (max-width: 640px) {
.features-item:nth-child(2) {
grid-column:1
}
}
.features-item:nth-child(3) {
grid-column: 5 / 7
}
@media (max-width: 1000px) {
.features-item:nth-child(3) {
grid-column:1 / 3
}
}
@media (max-width: 640px) {
.features-item:nth-child(3) {
grid-column:1
}
}
.features-item:nth-child(4) {
grid-column: 1 / 4
}
@media (max-width: 1000px) {
.features-item:nth-child(4) {
grid-column:3 / 5
}
}
@media (max-width: 640px) {
.features-item:nth-child(4) {
grid-column:1
}
}
.features-item:nth-child(5) {
grid-column: 4 / 7
}
@media (max-width: 1000px) {
.features-item:nth-child(5) {
grid-column:1 / 5
}
}
@media (max-width: 640px) {
.features-item:nth-child(5) {
grid-column:1
}
}
.features-item h5 {
margin-top: .8rem;
margin-bottom: 1.2rem;
text-align: center
}
.features-item .features-item-icon {
text-align: center;
display: block
}
.features-item .features-item-icon svg {
stroke: #4d4d4d
}
.features {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-gap: 3.2rem
}
@media (max-width: 1000px) {
.features {
grid-template-columns:repeat(4, 1fr)
}
}
@media (max-width: 640px) {
.features {
grid-template-columns:1fr;
grid-row-gap: 2rem
}
}
@keyframes book-fade-in-fade-out {
0% {
opacity: 0;
z-index: 100
}
5% {
opacity: 1
}
50% {
opacity: 1
}
100% {
opacity: 0;
z-index: 1
}
}
.book {
margin-top: 6rem
}
.book hr {
border: none;
border-top: 1px solid #dee2e6
}
.book .book-section {
display: flex;
flex-direction: column;
align-items: center
}
.book .book-section h3 {
text-align: center;
margin-top: 3rem;
margin-bottom: 0
}
.book .book-section .book-subtitle {
text-align: center;
font-size: 1.2rem;
max-width: 45rem;
margin-top: 1rem;
color: #6f6970
}
.book .book-section .book-main {
display: flex;
flex-direction: row;
margin-top: 2rem;
margin-bottom: 1rem
}
.book .book-section .book-main .book-left {
margin-right: 1.5rem
}
.book .book-section .book-main .book-left img {
box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2)
}
@media (max-width: 640px) {
.book .book-section .book-main .book-left img {
width:150px
}
}
@media (max-width: 768px) {
.book .book-section .book-main .book-left {
margin-right:0
}
}
.book .book-section .book-main .book-right {
position: relative;
margin-left: 1.5rem;
display: flex;
flex-direction: column;
justify-content: space-between
}
.book .book-section .book-main .book-right .quote {
background-color: #f8f9fa;
padding: 1rem 2rem;
width: 25rem;
border-top-right-radius: .8rem;
border-bottom-right-radius: .8rem;
border-left: 9px solid #dee2e6;
animation: book-fade-in-fade-out 15s infinite;
opacity: 0
}
.book .book-section .book-main .book-right .quote .quote-name {
margin-top: .5rem;
text-align: right
}
.book .book-section .book-main .book-right .quote .quote-name::before {
content: "\2014\2014 ";
letter-spacing: -5px;
margin-right: 15px
}
.book .book-section .book-main .book-right .quote:not(:first-child) {
position: absolute;
top: 0
}
.book .book-section .book-main .book-right .quote:nth-child(2) {
animation-delay: 5s
}
.book .book-section .book-main .book-right .quote:nth-child(3) {
animation-delay: 10s
}
@media (max-width: 768px) {
.book .book-section .book-main .book-right .quote {
margin:2rem 0
}
}
@media (max-width: 768px) {
.book .book-section .book-main .book-right {
margin-left:0;
align-items: center
}
}
@media (max-width: 768px) {
.book .book-section .book-main {
flex-direction:column;
align-items: center;
margin-top: 1rem
}
}
@keyframes logos-row-slide {
from {
transform: translateX(0%)
}
to {
transform: translateX(-50%)
}
}
.logos {
position: relative;
white-space: nowrap;
max-width: 100%;
overflow-x: hidden;
margin-top: 5rem
}
.logos h3 {
text-align: center;
margin-top: 3rem
}
@media (max-width: 640px) {
.logos h3 {
max-width:55%;
white-space: normal;
margin-left: auto;
margin-right: auto
}
}
.logos hr {
border: none;
border-top: 1px solid #dee2e6
}
.logos .logos-contact-us {
text-align: center;
margin-top: 2rem;
margin-bottom: 4rem
}
.logos .logos-contact-us .button {
margin-left: 0.75rem;
line-height: 1.25rem;
padding-top: .60606rem
}
@media (max-width: 640px) {
.logos .logos-contact-us .logos-contact-us-question {
display:block;
margin: 0 0 1rem 0
}
.logos .logos-contact-us .button {
margin: 0
}
}
.logos .logos-row-divider {
height: 0
}
.logos .logos-row {
display: inline-block;
height: 2rem;
margin-top: 2rem;
margin-bottom: 2rem;
white-space: nowrap;
animation: logos-row-slide 80s infinite linear;
will-change: transform;
backface-visibility: hidden
}
.logos .logos-row a {
margin: 0 2.5rem
}
.logos .logos-row-divider+.logos-row {
animation: logos-row-slide 100s infinite linear
}
.logos .logos-row-half {
height: 100%;
display: inline-block
}
.logos .logos-logo {
object-fit: contain;
max-width: 11rem;
max-height: 100%;
filter: grayscale(100);
opacity: 0.75;
transition: all .15s ease-in-out
}
.logos .logos-logo svg {
height: 100px
}
.logos .logos-logo:hover {
filter: grayscale(0);
opacity: 1
}
.intro .intro-img-threads {
max-width: 30rem
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4EsA.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: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4EsA.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: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4.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: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.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: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.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: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.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: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4EsA.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: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4EsA.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: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.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: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCkYb8td.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: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCAYb8td.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCgYb8td.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCcYb8td.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCsYb8td.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCoYb8td.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: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYbw.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: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.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: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.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: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.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: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/robotomono/v13/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_SeW4Ep0.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: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/robotomono/v13/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_QOW4Ep0.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/robotomono/v13/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_R-W4Ep0.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/robotomono/v13/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_S-W4Ep0.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/robotomono/v13/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_SuW4Ep0.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: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/robotomono/v13/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_ROW4.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.379493 | 0.066751 |
body {
font-family: "sans-serif";
color: #666;
font-size: 20px;
}
input, textarea, select, button {
font-family: "sans-serif";
color: #333;
font-size: 16px; }
img {
max-width: 100%; }
a:hover {
text-decoration: none; }
:focus {
outline: none; }
.wrapper {
min-height: 100vh;
background-size: cover;
background-repeat: no-repeat;
display: flex;
align-items: center;
}
.inner {
width: 70%;
margin: auto;
padding-top: 68px;
padding-bottom: 48px;
background: url("https://i.pinimg.com/originals/92/97/bd/9297bda694d70eaee1f7e3b4eec89f76.gif") no-repeat right;
background-size: 25rem 30rem;
}
.inner h3 {
text-transform: uppercase;
font-size: 22px;
font-family: "Muli-Bold";
text-align: center;
margin-bottom: 32px;
color: #333;
letter-spacing: 2px; }
* {
box-sizing: border-box;
}
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
resize: vertical;
}
label {
padding: 12px 12px 12px 0;
display: inline-block;
}
input[type=submit] {
margin-top: 10px;
background-color: #2CBCE9;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
float: right;
}
input[type=submit]:hover {
background-color: #45a049;
}
.container {
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
}
.col-25 {
float: left;
width: 25%;
margin-top: 6px;
}
.col-75 {
float: left;
width: 75%;
margin-top: 6px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
#checkbox-item{
margin-top: 10px;
}
#club-logo{
display: block;
margin-left: auto;
margin-right: auto;
}
.agreement{
border: 0.5mm solid #333;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.col-25, .col-75, input[type=submit] {
width: 100%;
margin-top: 0;
}
} | form.css | body {
font-family: "sans-serif";
color: #666;
font-size: 20px;
}
input, textarea, select, button {
font-family: "sans-serif";
color: #333;
font-size: 16px; }
img {
max-width: 100%; }
a:hover {
text-decoration: none; }
:focus {
outline: none; }
.wrapper {
min-height: 100vh;
background-size: cover;
background-repeat: no-repeat;
display: flex;
align-items: center;
}
.inner {
width: 70%;
margin: auto;
padding-top: 68px;
padding-bottom: 48px;
background: url("https://i.pinimg.com/originals/92/97/bd/9297bda694d70eaee1f7e3b4eec89f76.gif") no-repeat right;
background-size: 25rem 30rem;
}
.inner h3 {
text-transform: uppercase;
font-size: 22px;
font-family: "Muli-Bold";
text-align: center;
margin-bottom: 32px;
color: #333;
letter-spacing: 2px; }
* {
box-sizing: border-box;
}
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
resize: vertical;
}
label {
padding: 12px 12px 12px 0;
display: inline-block;
}
input[type=submit] {
margin-top: 10px;
background-color: #2CBCE9;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
float: right;
}
input[type=submit]:hover {
background-color: #45a049;
}
.container {
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
}
.col-25 {
float: left;
width: 25%;
margin-top: 6px;
}
.col-75 {
float: left;
width: 75%;
margin-top: 6px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
#checkbox-item{
margin-top: 10px;
}
#club-logo{
display: block;
margin-left: auto;
margin-right: auto;
}
.agreement{
border: 0.5mm solid #333;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.col-25, .col-75, input[type=submit] {
width: 100%;
margin-top: 0;
}
} | 0.463687 | 0.108756 |
.hbase-page {
display: none;
}
.hbase-page.active {
display: block;
}
ul#hbase-breadcrumbs li a {
line-height: 18px;
}
.actionbar .well, .actionbar .well-small {
line-height: 30px;
}
.isLoading {
opacity: .5 !important;
background: url(/static/desktop/art/spinner.gif) center center no-repeat;
}
.smartview {
padding: 0;
}
.smartview .smartview-row {
padding: 0;
font-size: 0;
margin: 0;
border: 1px solid #ccc;
margin-bottom: -1px;
position: relative;
}
.smartview .smartview-row input[type="checkbox"] {
border: solid 1px #ccc;
border-radius: 0;
margin: 0;
padding: 0;
}
.smartview .smartview-row h5 {
padding: 0 10px;
line-height: 40px;
background: #ddd;
margin: 0;
border-bottom: solid 1px #ccc;
background-color: #f5f5f5;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
background-image: -o-linear-gradient(top, #fff, #e6e6e6);
background-image: linear-gradient(to bottom, #fff, #e6e6e6);
background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
cursor: pointer;
font-weight: normal;
}
.smartview .smartview-row.selected h5 > code {
color: #355EDB;
border-color: #6872AD;
}
.smartview .smartview-row-controls {
display: none;
}
.smartview .smartview-row-controls.controls-hover-bottom {
position: absolute;
bottom: 0;
right: 5px;
z-index: 10;
}
.smartview .smartview-row.selected .smartview-row-controls, .smartview-row:hover .smartview-row-controls {
display: inline;
}
.smartview .smartview-row.selected h5 > i {
color: #355EDB;
}
.smartview ul.smartview-cells {
border-top: solid 1px #ccc;
width: 100%;
overflow-x: auto;
overflow-y: hidden;
height: auto;
white-space: nowrap;
list-style: none;
margin: 0;
padding: 0;
margin-right: -1px;
display: block;
background: #ddd;
min-height: 68px;
}
.smartview ul.smartview-cells > li {
position: relative;
border-right: solid 1px #ccc;
background: #efefef;
color: #000;
font-size: 12px;
overflow: hidden;
padding: 0;
height: 100%;
max-width: 200px;
max-height: 200px;
display: table-cell;
min-width: 140px;
border-top: 0;
}
.smartview.gridView ul.smartview-cells > li {
width: 200px;
}
.smartview ul.smartview-cells > li > div {
position: relative;
margin-bottom: 10px;
height: 100%;
}
.smartview ul.smartview-cells > li.active {
border-top: solid 3px #4C62E6;
}
.smartview ul.smartview-cells > li:hover, .smartview ul.smartview-cells > li.active {
cursor: pointer;
background: #fcfcfc;
}
.smartview ul.smartview-cells > li:hover .label.timestamp, .smartview ul.smartview-cells > li.active .label.timestamp {
display: block;
color: #555;
border: solid 1px #ccc;
}
.smartview ul.smartview-cells > li:hover a.corner-btn {
display: block;
height: 12px !important;
}
.smartview ul.smartview-cells > li:hover a.corner-btn:hover {
color: #000;
}
.smartview ul.smartview-cells > li h6 {
padding: 6px;
margin: 0;
color: #3a3a3a;
background: #fafafa;
border-bottom: solid 1px #ccc;
white-space: nowrap;
}
.smartview ul.smartview-cells > li.active h6 {
color: #4C62E6;
}
.smartview ul.smartview-cells > li .timestamp {
position: absolute;
bottom: -12px;
right: -2px;
display: none;
}
.smartview ul.smartview-cells > li .corner-btn {
position: absolute;
top: 1px;
right: 3px;
font-size: 12px;
color: #333;
text-decoration: none;
display: none;
padding: 0 6px;
min-height: 27px;
}
.smartview ul.smartview-cells > li pre {
border-radius: 0;
border: none;
background: transparent;
display: block;
padding: 5px;
margin: 5px;
height: 100%;
font-size: 11px;
line-height: 13px;
color: #777;
border: dashed 1px #ccc;
}
.smartview ul.smartview-cells > li > div > textarea {
display: block;
border-radius: 0;
outline: none;
width: 100%;
min-width: 200px;
outline-color: transparent;
outline-style: none;
width: auto;
border: none;
}
.smartview ul.smartview-cells > li pre:hover {
background: #BAD0FF;
}
.smartview ul.smartview-cells > li > pre:hover, .smartview ul.smartview-cells > li.active pre {
color: #333;
}
.smartview ul.smartview-cells > li .label {
background: #ddd;
font-size: 11px;
text-shadow: none;
font-weight: 400;
}
.smartview ul.smartview-cells li.new_column_cell {
vertical-align: middle;
width: 120px;
}
.smartview ul.smartview-cells li.new_column_cell a {
text-align: center;
font-size: 24px;
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}
.subnav {
padding: 5px 0;
line-height: 30px;
border: none;
}
.subnav-fixed {
top: 73px !important;
}
.subnav select, .subnav input, .well input, .well select, .smartview select, .smartview .smartview-row-controls input {
margin: 0;
}
.ui-autocomplete {
z-index: 10000 !important;
}
.btn-group {
display: inline-block;
line-height: 1em;
}
.footer-slider {
white-space: nowrap;
overflow-x: auto;
width: 70%;
float: left;
}
.footer-slider code {
cursor: pointer;
}
#searchbar-main {
display: inline;
background: #fff;
line-height: 1em;
margin-right: 10px;
-webkit-appearance: none;
-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
-webkit-rtl-ordering: logical;
-webkit-transition-delay: 0s, 0s;
-webkit-transition-duration: 0.2s, 0.2s;
-webkit-transition-property: border, box-shadow;
-webkit-transition-timing-function: linear, linear;
-webkit-user-select: text;
-webkit-writing-mode: horizontal-tb;
background-color: rgb(255, 255, 255);
border-bottom-color: rgb(204, 204, 204);
border-bottom-left-radius: 3px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(204, 204, 204);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(204, 204, 204);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(204, 204, 204);
border-top-left-radius: 3px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
color: rgb(85, 85, 85);
cursor: auto;
display: inline-block;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
height: 20px;
letter-spacing: normal;
line-height: 25px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 4px;
padding-left: 6px;
padding-right: 6px;
padding-top: 4px;
text-align: start;
text-indent: 0;
text-shadow: rgba(0, 0, 0, 0) 0 0 1px;
text-transform: none;
transition-delay: 0s, 0s;
transition-duration: 0.2s, 0.2s;
transition-property: border, box-shadow;
transition-timing-function: linear, linear;
vertical-align: middle;
height: 36px;
font-size: 18px;
white-space: nowrap;
position: relative;
overflow: hidden;
}
#search-tags {
display: block;
margin: 0;
padding: 0;
outline: none;
list-style: none;
width: 100%;
height: 100%;
}
#search-tags > span {
color: #d14;
}
#search-tags span {
margin: 1px;
padding: 2px;
}
#search-tags span:hover {
margin: 0;
border: dashed 1px #5D6F8C;
}
#search-tags > span > span {
padding: 0 3px;
border-radius: 3px;
}
#search-tags span.columns {
color: #fff;
background: #3FA3D9;
}
#search-tags span.scan {
color: #fff;
background: #EDA11F;
padding: 0 3px;
border-radius: 3px;
}
#search-tags span.prefix, #search-tags span.range {
color: #fff;
background: #5EB568;
}
#search-tags span.filter {
color: #2DA2E0;
}
#search-tags span.filter span.compare_op {
color: #8746DB;
}
#search-tags span.filter span.arg {
color: #8746DB;
}
#search-tags span.filter span.linker {
color: #46A35C;
}
#search-tags span.selection, #search-typeahead span.selection {
background: yellow;
border: none;
border-radius: 0;
min-width: 1px;
padding: 0;
}
#search-typeahead {
position: absolute;
z-index: 10000;
margin: 0;
padding: 0;
padding-top: 1px;
list-style: none;
margin-top: 40px;
}
#search-typeahead li:first-child a {
overflow: auto;
background: #fff;
color: #3a3a3a;
border-top: solid 1px #ccc;
background: #eee;
}
#search-typeahead li a {
padding: 5px;
background: #fff;
margin-top: -1px;
border: solid 1px #ccc;
text-decoration: none;
display: block;
width: 402px;
cursor: pointer;
}
#search-typeahead li a.active {
background: rgb(1, 99, 156);
color: #fff;
font-weight: bold;
}
#searchbar-main input[type=text].tag-searchbar {
border: 0;
background: transparent;
box-shadow: none;
border: none;
msargin-right: 15%;
padding: 0;
display: inline-block;
border-radius: 0;
overflow: hidden;
width: 100%;
}
#searchbar-main input[type=text].tag-searchbar.active {
color: #fff;
width: 1px;
background: #fff;
opacity: .1;
}
#searchbar-main small {
color: #bbb;
}
#searchbar-main i.tagIndicator {
color: #000;
padding: 0 !important;
border: 0;
margin: 0;
background: black !important;
display: inline-block;
width: 1px;
height: 1em;
border: none !important;
animation: blink 1.5s steps(2, start) infinite;
-webkit-animation: blink 1.5s steps(2, start) infinite;
-moz-animation: blink 1.5s steps(2, start) infinite;
font-weight: 100;
}
@keyframes blink {
to {
visibility: hidden;
}
}
@-webkit-keyframes blink {
to {
visibility: hidden;
}
}
#cluster-menu {
font-size: 14px;
}
#cell_edit_modal {
margin-left: -40% !important;
max-height: 100%;
width: 80%;
left: 50%;
top: 10%;
margin-top: 0;
overflow: visible;
}
#cell_edit_modal iframe {
min-height: 600px;
}
#cell_edit_modal .CodeMirror {
height: 100%;
}
#cell_edit_modal .modal-body {
min-height: 400px;
max-height: 600px;
}
textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#column-family-selectors {
margin-left: 10px;
line-height: 30px;
display: inline-block;
}
.loader-main {
font-size: 50px;
}
#new_table_modal ul, #new_row_field_list {
list-style-type: none;
padding: 0;
margin: 0;
}
.add-on {
border-radius: 1.5em;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
height: auto;
display: inline-block;
padding: 8px 12px 9px 8px;
}
.add-on i {
font-size: 17px;
}
.search-remove {
text-decoration: none;
cursor: pointer;
color: #ccc;
z-index: 100;
float: right;
}
.search-remove:hover {
color: #777;
text-decoration: none;
}
#search-typeahead .search-suggestion a {
color: #eee;
background: #333;
border-color: #777;
}
#search-typeahead .search-suggestion.active a {
background: #3CA3E8;
border-color: #3CA3E8;
color: #fff;
}
#search-typeahead .search-suggestion-header a {
padding: 5px;
color: #4DB8EA;
font-weight: bold;
background: #292b2d; /* Old browsers */
background: -moz-linear-gradient(top, #292b2d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292b2d), color-stop(100%, #000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #292b2d 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #292b2d 0%, #000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #292b2d 0%, #000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #292b2d 0%, #000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292b2d', endColorstr='#000000', GradientType=0); /* IE6-9 */
border-color: #333;
box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
display: block;
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
}
.jstree-node {
white-space: nowrap;
}
.jstree-anchor {
display: inline-block;
color: black;
white-space: nowrap;
padding: 0 4px 0 1px;
margin: 0;
vertical-align: top;
}
.jstree-anchor:focus {
outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
text-decoration: none;
color: inherit;
}
.jstree-icon {
display: inline-block;
text-decoration: none;
margin: 0;
padding: 0;
vertical-align: top;
text-align: center;
}
.jstree-icon:empty {
display: inline-block;
text-decoration: none;
margin: 0;
padding: 0;
vertical-align: top;
text-align: center;
}
.jstree-ocl {
cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
cursor: default;
}
.jstree .jstree-open > .jstree-children {
display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
display: none;
}
.jstree-anchor > .jstree-themeicon {
margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
display: none;
}
.jstree-rtl .jstree-anchor {
padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
margin-left: 2px;
margin-right: 0;
}
.jstree-rtl .jstree-node {
margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
margin-right: 0;
}
.jstree-wholerow-ul {
position: relative;
display: inline-block;
min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
width: 100%;
cursor: pointer;
position: absolute;
left: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.vakata-context {
display: none;
}
.vakata-context,
.vakata-context ul {
margin: 0;
padding: 2px;
position: absolute;
background: #f5f5f5;
border: 1px solid #979797;
-moz-box-shadow: 5px 5px 4px -4px #666666;
-webkit-box-shadow: 2px 2px 2px #999999;
box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
list-style: none;
left: 100%;
margin-top: -2.7em;
margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
left: auto;
right: 100%;
margin-left: auto;
margin-right: -4px;
}
.vakata-context li {
list-style: none;
display: inline;
}
.vakata-context li > a {
display: block;
padding: 0 2em 0 2em;
text-decoration: none;
width: auto;
color: black;
white-space: nowrap;
line-height: 2.4em;
-moz-text-shadow: 1px 1px 0 white;
-webkit-text-shadow: 1px 1px 0 white;
text-shadow: 1px 1px 0 white;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
}
.vakata-context li > a:hover {
position: relative;
background-color: #e8eff7;
-moz-box-shadow: 0 0 2px #0a6aa1;
-webkit-box-shadow: 0 0 2px #0a6aa1;
box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
background-position: right center;
background-repeat: no-repeat;
}
.vakata-context li > a:focus {
outline: 0;
}
.vakata-context .vakata-context-hover > a {
position: relative;
background-color: #e8eff7;
-moz-box-shadow: 0 0 2px #0a6aa1;
-webkit-box-shadow: 0 0 2px #0a6aa1;
box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
background: white;
border: 0;
border-top: 1px solid #e2e3e3;
height: 1px;
min-height: 1px;
max-height: 1px;
padding: 0;
margin: 0 0 0 2.4em;
border-left: 1px solid #e0e0e0;
-moz-text-shadow: 0 0 0 transparent;
-webkit-text-shadow: 0 0 0 transparent;
text-shadow: 0 0 0 transparent;
-moz-box-shadow: 0 0 0 transparent;
-webkit-box-shadow: 0 0 0 transparent;
box-shadow: 0 0 0 transparent;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
color: silver;
background-color: transparent;
border: 0;
box-shadow: 0 0 0;
}
.vakata-context li > a > i {
text-decoration: none;
display: inline-block;
width: 2.4em;
height: 2.4em;
background: transparent;
margin: 0 0 0 -2em;
vertical-align: top;
text-align: center;
line-height: 2.4em;
}
.vakata-context li > a > i:empty {
width: 2.4em;
line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
display: inline-block;
width: 1px;
height: 2.4em;
background: white;
margin: 0 0.5em 0 0;
border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
font-size: 0.8em;
color: silver;
opacity: 0.5;
display: none;
}
.vakata-context-rtl ul {
left: auto;
right: 100%;
margin-left: auto;
margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
background-position: left center;
background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
margin: 0 2.4em 0 0;
border-left: 0;
border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
right: auto;
left: 100%;
margin-left: -4px;
margin-right: auto;
}
.vakata-context-rtl li > a > i {
margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
margin: 0 0 0 0.5em;
border-left-color: white;
background: #e2e3e3;
}
#jstree-marker {
position: absolute;
top: 0;
left: 0;
margin: -5px 0 0 0;
padding: 0;
border-right: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid;
width: 0;
height: 0;
font-size: 0;
line-height: 0;
}
#jstree-dnd {
line-height: 16px;
margin: 0;
padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
display: inline-block;
text-decoration: none;
margin: 0 2px 0 0;
padding: 0;
width: 16px;
height: 16px;
}
#jstree-dnd .jstree-ok {
background: green;
}
#jstree-dnd .jstree-er {
background: red;
}
#jstree-dnd .jstree-copy {
margin: 0 2px 0 2px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
background-repeat: no-repeat;
background-color: transparent;
}
.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default .jstree-hovered {
background: #e7f4f9;
border-radius: 2px;
box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-clicked {
background: #beebff;
border-radius: 2px;
box-shadow: inset 0 0 1px #999999;
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
display: none;
}
.jstree-default .jstree-disabled {
background: transparent;
color: #666666;
}
.jstree-default .jstree-disabled.jstree-hovered {
background: transparent;
box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
background: #efefef;
}
.jstree-default .jstree-disabled > .jstree-icon {
opacity: 0.8;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
/* Firefox 10+ */
filter: gray;
/* IE6-9 */
-webkit-filter: grayscale(100%);
/* Chrome 19+ & Safari 6+ */
}
.jstree-default .jstree-search {
font-style: italic;
color: #8b0000;
font-weight: bold;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
background: transparent;
box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
background: #e7f4f9;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
background: transparent;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
background: #e7f4f9;
}
.jstree-default > .jstree-striped {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
background: transparent;
box-shadow: none;
border-radius: 0;
}
.jstree-default .jstree-wholerow {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.jstree-default .jstree-wholerow-hovered {
background: #e7f4f9;
}
.jstree-default .jstree-wholerow-clicked {
background: #beebff;
background: -moz-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #beebff), color-stop(100%, #a8e4ff));
background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
background: -o-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
background: -ms-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/
}
.jstree-default .jstree-node {
min-height: 24px;
line-height: 24px;
margin-left: 24px;
min-width: 24px;
}
.jstree-default .jstree-anchor {
line-height: 24px;
height: 24px;
color: #338bb8;
}
.jstree-default .jstree-icon {
width: 24px;
height: 24px;
line-height: 24px;
}
.jstree-default .jstree-icon:empty {
width: 24px;
height: 24px;
line-height: 24px;
}
.jstree-default.jstree-rtl .jstree-node {
margin-right: 24px;
}
.jstree-default .jstree-wholerow {
height: 24px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
background-image: url("32px.png");
}
.jstree-default .jstree-node {
background-position: -292px -4px;
background-repeat: repeat-y;
}
.jstree-default .jstree-last {
background: transparent;
}
.jstree-default .jstree-open > .jstree-ocl {
background-position: -132px -4px;
}
.jstree-default .jstree-closed > .jstree-ocl {
background-position: -100px -4px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
background-position: -68px -4px;
}
.jstree-default .jstree-themeicon {
background-position: -260px -4px;
}
.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
background: transparent;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
background-position: -36px -4px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
background-position: -4px -4px;
}
.jstree-default .jstree-disabled {
background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
background: transparent;
}
.jstree-default .jstree-disabled.jstree-clicked {
background: #efefef;
}
.jstree-default .jstree-checkbox {
background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
background-position: -164px -36px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
background-position: -228px -4px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
background-position: -228px -36px;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
background-position: -196px -4px;
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
background-position: -196px -36px;
}
.jstree-default > .jstree-striped {
background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
background-position: 100% 1px;
background-repeat: repeat-y;
}
.jstree-default.jstree-rtl .jstree-last {
background: transparent;
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
background-position: -68px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
background: transparent;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
background-position: -36px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
background-position: -4px -36px;
}
.jstree-default .jstree-themeicon-custom {
background-color: transparent;
background-image: none;
background-position: 0 0;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
background: url("throbber.gif") center center no-repeat;
}
.jstree-default .jstree-file {
background: url("32px.png") -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
background: url("32px.png") -260px -4px no-repeat;
}
.jstree-default > .jstree-container-ul > .jstree-node {
margin-left: 0;
margin-right: 0;
}
#jstree-dnd.jstree-default {
line-height: 24px;
padding: 0 4px;
}
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
background-image: url("32px.png");
background-repeat: no-repeat;
background-color: transparent;
}
#jstree-dnd.jstree-default i {
background: transparent;
width: 24px;
height: 24px;
line-height: 24px;
}
#jstree-dnd.jstree-default .jstree-ok {
background-position: -4px -68px;
}
#jstree-dnd.jstree-default .jstree-er {
background-position: -36px -68px;
}
.jstree-default.jstree-rtl .jstree-node {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default.jstree-rtl .jstree-last {
background: transparent;
}
.jstree-default-small .jstree-node {
min-height: 18px;
line-height: 18px;
margin-left: 18px;
min-width: 18px;
}
.jstree-default-small .jstree-anchor {
line-height: 18px;
height: 18px;
}
.jstree-default-small .jstree-icon {
width: 18px;
height: 18px;
line-height: 18px;
}
.jstree-default-small .jstree-icon:empty {
width: 18px;
height: 18px;
line-height: 18px;
}
.jstree-default-small.jstree-rtl .jstree-node {
margin-right: 18px;
}
.jstree-default-small .jstree-wholerow {
height: 18px;
}
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
background-image: url("32px.png");
}
.jstree-default-small .jstree-node {
background-position: -295px -7px;
background-repeat: repeat-y;
}
.jstree-default-small .jstree-last {
background: transparent;
}
.jstree-default-small .jstree-open > .jstree-ocl {
background-position: -135px -7px;
}
.jstree-default-small .jstree-closed > .jstree-ocl {
background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
background-position: -71px -7px;
}
.jstree-default-small .jstree-themeicon {
background-position: -263px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
background: transparent;
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
background-position: -39px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled {
background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-hovered {
background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
background: #efefef;
}
.jstree-default-small .jstree-checkbox {
background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
background-position: -167px -39px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
background-position: -231px -7px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
background-position: -199px -39px;
}
.jstree-default-small > .jstree-striped {
background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
background-position: 100% 1px;
background-repeat: repeat-y;
}
.jstree-default-small.jstree-rtl .jstree-last {
background: transparent;
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
background: transparent;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
background-color: transparent;
background-image: none;
background-position: 0 0;
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
background: url("throbber.gif") center center no-repeat;
}
.jstree-default-small .jstree-file {
background: url("32px.png") -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
background: url("32px.png") -263px -7px no-repeat;
}
.jstree-default-small > .jstree-container-ul > .jstree-node {
margin-left: 0;
margin-right: 0;
}
#jstree-dnd.jstree-default-small {
line-height: 18px;
padding: 0 4px;
}
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
background-image: url("32px.png");
background-repeat: no-repeat;
background-color: transparent;
}
#jstree-dnd.jstree-default-small i {
background: transparent;
width: 18px;
height: 18px;
line-height: 18px;
}
#jstree-dnd.jstree-default-small .jstree-ok {
background-position: -7px -71px;
}
#jstree-dnd.jstree-default-small .jstree-er {
background-position: -39px -71px;
}
.jstree-default-small.jstree-rtl .jstree-node {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-small.jstree-rtl .jstree-last {
background: transparent;
}
.jstree-default-large .jstree-node {
min-height: 32px;
line-height: 32px;
margin-left: 32px;
min-width: 32px;
}
.jstree-default-large .jstree-anchor {
line-height: 32px;
height: 32px;
}
.jstree-default-large .jstree-icon {
width: 32px;
height: 32px;
line-height: 32px;
}
.jstree-default-large .jstree-icon:empty {
width: 32px;
height: 32px;
line-height: 32px;
}
.jstree-default-large.jstree-rtl .jstree-node {
margin-right: 32px;
}
.jstree-default-large .jstree-wholerow {
height: 32px;
}
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
background-image: url("32px.png");
}
.jstree-default-large .jstree-node {
background-position: -288px 0px;
background-repeat: repeat-y;
}
.jstree-default-large .jstree-last {
background: transparent;
}
.jstree-default-large .jstree-open > .jstree-ocl {
background-position: -128px 0px;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
background-position: -96px 0px;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
background-position: -64px 0px;
}
.jstree-default-large .jstree-themeicon {
background-position: -256px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
background: transparent;
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
background-position: -32px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
background-position: 0px 0px;
}
.jstree-default-large .jstree-disabled {
background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-hovered {
background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
background: #efefef;
}
.jstree-default-large .jstree-checkbox {
background-position: -160px 0px;
}
.jstree-default-large .jstree-checkbox:hover {
background-position: -160px -32px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
background-position: -224px 0px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
background-position: -192px 0px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
background-position: -192px -32px;
}
.jstree-default-large > .jstree-striped {
background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
background-position: 100% 1px;
background-repeat: repeat-y;
}
.jstree-default-large.jstree-rtl .jstree-last {
background: transparent;
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
background: transparent;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
background-position: 0px -32px;
}
.jstree-default-large .jstree-themeicon-custom {
background-color: transparent;
background-image: none;
background-position: 0 0;
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
background: url("throbber.gif") center center no-repeat;
}
.jstree-default-large .jstree-file {
background: url("32px.png") -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
background: url("32px.png") -256px 0px no-repeat;
}
.jstree-default-large > .jstree-container-ul > .jstree-node {
margin-left: 0;
margin-right: 0;
}
#jstree-dnd.jstree-default-large {
line-height: 32px;
padding: 0 4px;
}
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
background-image: url("32px.png");
background-repeat: no-repeat;
background-color: transparent;
}
#jstree-dnd.jstree-default-large i {
background: transparent;
width: 32px;
height: 32px;
line-height: 32px;
}
#jstree-dnd.jstree-default-large .jstree-ok {
background-position: 0px -64px;
}
#jstree-dnd.jstree-default-large .jstree-er {
background-position: -32px -64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-large.jstree-rtl .jstree-last {
background: transparent;
}
@media (max-width: 768px) {
#jstree-dnd.jstree-dnd-responsive {
line-height: 40px;
font-weight: bold;
font-size: 1.1em;
text-shadow: 1px 1px white;
}
#jstree-dnd.jstree-dnd-responsive > i {
background: transparent;
width: 40px;
height: 40px;
}
#jstree-dnd.jstree-dnd-responsive > .jstree-ok {
background-image: url("40px.png");
background-position: 0 -200px;
background-size: 120px 240px;
}
#jstree-dnd.jstree-dnd-responsive > .jstree-er {
background-image: url("40px.png");
background-position: -40px -200px;
background-size: 120px 240px;
}
#jstree-marker.jstree-dnd-responsive {
border-left-width: 10px;
border-top-width: 10px;
border-bottom-width: 10px;
margin-top: -10px;
}
}
@media (max-width: 768px) {
.jstree-default-responsive {
/*
.jstree-open > .jstree-ocl,
.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
*/
}
.jstree-default-responsive .jstree-icon {
background-image: url("40px.png");
}
.jstree-default-responsive .jstree-node,
.jstree-default-responsive .jstree-leaf > .jstree-ocl {
background: transparent;
}
.jstree-default-responsive .jstree-node {
min-height: 40px;
line-height: 40px;
margin-left: 40px;
min-width: 40px;
white-space: nowrap;
}
.jstree-default-responsive .jstree-anchor {
line-height: 40px;
height: 40px;
}
.jstree-default-responsive .jstree-icon,
.jstree-default-responsive .jstree-icon:empty {
width: 40px;
height: 40px;
line-height: 40px;
}
.jstree-default-responsive > .jstree-container-ul > .jstree-node {
margin-left: 0;
}
.jstree-default-responsive.jstree-rtl .jstree-node {
margin-left: 0;
margin-right: 40px;
}
.jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
margin-right: 0;
}
.jstree-default-responsive .jstree-ocl,
.jstree-default-responsive .jstree-themeicon,
.jstree-default-responsive .jstree-checkbox {
background-size: 120px 240px;
}
.jstree-default-responsive .jstree-leaf > .jstree-ocl {
background: transparent;
}
.jstree-default-responsive .jstree-open > .jstree-ocl {
background-position: 0 0px !important;
}
.jstree-default-responsive .jstree-closed > .jstree-ocl {
background-position: 0 -40px !important;
}
.jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
background-position: -40px 0px !important;
}
.jstree-default-responsive .jstree-themeicon {
background-position: -40px -40px;
}
.jstree-default-responsive .jstree-checkbox,
.jstree-default-responsive .jstree-checkbox:hover {
background-position: -40px -80px;
}
.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-responsive .jstree-checked > .jstree-checkbox,
.jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
background-position: 0 -80px;
}
.jstree-default-responsive .jstree-anchor > .jstree-undetermined,
.jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
background-position: 0 -120px;
}
.jstree-default-responsive .jstree-anchor {
font-weight: bold;
font-size: 1.1em;
text-shadow: 1px 1px white;
}
.jstree-default-responsive > .jstree-striped {
background: transparent;
}
.jstree-default-responsive .jstree-wholerow {
border-top: 1px solid rgba(255, 255, 255, 0.7);
border-bottom: 1px solid rgba(64, 64, 64, 0.2);
background: #ebebeb;
height: 40px;
}
.jstree-default-responsive .jstree-wholerow-hovered {
background: #e7f4f9;
}
.jstree-default-responsive .jstree-wholerow-clicked {
background: #beebff;
}
.jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
box-shadow: inset 0 -6px 3px -5px #666666;
}
.jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
box-shadow: inset 0 6px 3px -5px #666666;
border-top: 0;
}
.jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
box-shadow: none;
}
.jstree-default-responsive .jstree-node,
.jstree-default-responsive .jstree-icon,
.jstree-default-responsive .jstree-node > .jstree-ocl,
.jstree-default-responsive .jstree-themeicon,
.jstree-default-responsive .jstree-checkbox {
background-image: url("40px.png");
background-size: 120px 240px;
}
.jstree-default-responsive .jstree-node {
background-position: -80px 0;
background-repeat: repeat-y;
}
.jstree-default-responsive .jstree-last {
background: transparent;
}
.jstree-default-responsive .jstree-leaf > .jstree-ocl {
background-position: -40px -120px;
}
.jstree-default-responsive .jstree-last > .jstree-ocl {
background-position: -40px -160px;
}
.jstree-default-responsive .jstree-themeicon-custom {
background-color: transparent;
background-image: none;
background-position: 0 0;
}
.jstree-default-responsive .jstree-file {
background: url("40px.png") 0 -160px no-repeat;
background-size: 120px 240px;
}
.jstree-default-responsive .jstree-folder {
background: url("40px.png") -40px -40px no-repeat;
background-size: 120px 240px;
}
.jstree-default-responsive > .jstree-container-ul > .jstree-node {
margin-left: 0;
margin-right: 0;
}
}
.cell-history {
border: none;
border-left: 1px solid #d5d5d5;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
min-height: 400px;
background-color: #FFFFFF;
} | apps/hbase/src/hbase/static/hbase/css/hbase.css | .hbase-page {
display: none;
}
.hbase-page.active {
display: block;
}
ul#hbase-breadcrumbs li a {
line-height: 18px;
}
.actionbar .well, .actionbar .well-small {
line-height: 30px;
}
.isLoading {
opacity: .5 !important;
background: url(/static/desktop/art/spinner.gif) center center no-repeat;
}
.smartview {
padding: 0;
}
.smartview .smartview-row {
padding: 0;
font-size: 0;
margin: 0;
border: 1px solid #ccc;
margin-bottom: -1px;
position: relative;
}
.smartview .smartview-row input[type="checkbox"] {
border: solid 1px #ccc;
border-radius: 0;
margin: 0;
padding: 0;
}
.smartview .smartview-row h5 {
padding: 0 10px;
line-height: 40px;
background: #ddd;
margin: 0;
border-bottom: solid 1px #ccc;
background-color: #f5f5f5;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
background-image: -o-linear-gradient(top, #fff, #e6e6e6);
background-image: linear-gradient(to bottom, #fff, #e6e6e6);
background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
cursor: pointer;
font-weight: normal;
}
.smartview .smartview-row.selected h5 > code {
color: #355EDB;
border-color: #6872AD;
}
.smartview .smartview-row-controls {
display: none;
}
.smartview .smartview-row-controls.controls-hover-bottom {
position: absolute;
bottom: 0;
right: 5px;
z-index: 10;
}
.smartview .smartview-row.selected .smartview-row-controls, .smartview-row:hover .smartview-row-controls {
display: inline;
}
.smartview .smartview-row.selected h5 > i {
color: #355EDB;
}
.smartview ul.smartview-cells {
border-top: solid 1px #ccc;
width: 100%;
overflow-x: auto;
overflow-y: hidden;
height: auto;
white-space: nowrap;
list-style: none;
margin: 0;
padding: 0;
margin-right: -1px;
display: block;
background: #ddd;
min-height: 68px;
}
.smartview ul.smartview-cells > li {
position: relative;
border-right: solid 1px #ccc;
background: #efefef;
color: #000;
font-size: 12px;
overflow: hidden;
padding: 0;
height: 100%;
max-width: 200px;
max-height: 200px;
display: table-cell;
min-width: 140px;
border-top: 0;
}
.smartview.gridView ul.smartview-cells > li {
width: 200px;
}
.smartview ul.smartview-cells > li > div {
position: relative;
margin-bottom: 10px;
height: 100%;
}
.smartview ul.smartview-cells > li.active {
border-top: solid 3px #4C62E6;
}
.smartview ul.smartview-cells > li:hover, .smartview ul.smartview-cells > li.active {
cursor: pointer;
background: #fcfcfc;
}
.smartview ul.smartview-cells > li:hover .label.timestamp, .smartview ul.smartview-cells > li.active .label.timestamp {
display: block;
color: #555;
border: solid 1px #ccc;
}
.smartview ul.smartview-cells > li:hover a.corner-btn {
display: block;
height: 12px !important;
}
.smartview ul.smartview-cells > li:hover a.corner-btn:hover {
color: #000;
}
.smartview ul.smartview-cells > li h6 {
padding: 6px;
margin: 0;
color: #3a3a3a;
background: #fafafa;
border-bottom: solid 1px #ccc;
white-space: nowrap;
}
.smartview ul.smartview-cells > li.active h6 {
color: #4C62E6;
}
.smartview ul.smartview-cells > li .timestamp {
position: absolute;
bottom: -12px;
right: -2px;
display: none;
}
.smartview ul.smartview-cells > li .corner-btn {
position: absolute;
top: 1px;
right: 3px;
font-size: 12px;
color: #333;
text-decoration: none;
display: none;
padding: 0 6px;
min-height: 27px;
}
.smartview ul.smartview-cells > li pre {
border-radius: 0;
border: none;
background: transparent;
display: block;
padding: 5px;
margin: 5px;
height: 100%;
font-size: 11px;
line-height: 13px;
color: #777;
border: dashed 1px #ccc;
}
.smartview ul.smartview-cells > li > div > textarea {
display: block;
border-radius: 0;
outline: none;
width: 100%;
min-width: 200px;
outline-color: transparent;
outline-style: none;
width: auto;
border: none;
}
.smartview ul.smartview-cells > li pre:hover {
background: #BAD0FF;
}
.smartview ul.smartview-cells > li > pre:hover, .smartview ul.smartview-cells > li.active pre {
color: #333;
}
.smartview ul.smartview-cells > li .label {
background: #ddd;
font-size: 11px;
text-shadow: none;
font-weight: 400;
}
.smartview ul.smartview-cells li.new_column_cell {
vertical-align: middle;
width: 120px;
}
.smartview ul.smartview-cells li.new_column_cell a {
text-align: center;
font-size: 24px;
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}
.subnav {
padding: 5px 0;
line-height: 30px;
border: none;
}
.subnav-fixed {
top: 73px !important;
}
.subnav select, .subnav input, .well input, .well select, .smartview select, .smartview .smartview-row-controls input {
margin: 0;
}
.ui-autocomplete {
z-index: 10000 !important;
}
.btn-group {
display: inline-block;
line-height: 1em;
}
.footer-slider {
white-space: nowrap;
overflow-x: auto;
width: 70%;
float: left;
}
.footer-slider code {
cursor: pointer;
}
#searchbar-main {
display: inline;
background: #fff;
line-height: 1em;
margin-right: 10px;
-webkit-appearance: none;
-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
-webkit-rtl-ordering: logical;
-webkit-transition-delay: 0s, 0s;
-webkit-transition-duration: 0.2s, 0.2s;
-webkit-transition-property: border, box-shadow;
-webkit-transition-timing-function: linear, linear;
-webkit-user-select: text;
-webkit-writing-mode: horizontal-tb;
background-color: rgb(255, 255, 255);
border-bottom-color: rgb(204, 204, 204);
border-bottom-left-radius: 3px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(204, 204, 204);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(204, 204, 204);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(204, 204, 204);
border-top-left-radius: 3px;
border-top-style: solid;
border-top-width: 1px;
box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
color: rgb(85, 85, 85);
cursor: auto;
display: inline-block;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
height: 20px;
letter-spacing: normal;
line-height: 25px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 4px;
padding-left: 6px;
padding-right: 6px;
padding-top: 4px;
text-align: start;
text-indent: 0;
text-shadow: rgba(0, 0, 0, 0) 0 0 1px;
text-transform: none;
transition-delay: 0s, 0s;
transition-duration: 0.2s, 0.2s;
transition-property: border, box-shadow;
transition-timing-function: linear, linear;
vertical-align: middle;
height: 36px;
font-size: 18px;
white-space: nowrap;
position: relative;
overflow: hidden;
}
#search-tags {
display: block;
margin: 0;
padding: 0;
outline: none;
list-style: none;
width: 100%;
height: 100%;
}
#search-tags > span {
color: #d14;
}
#search-tags span {
margin: 1px;
padding: 2px;
}
#search-tags span:hover {
margin: 0;
border: dashed 1px #5D6F8C;
}
#search-tags > span > span {
padding: 0 3px;
border-radius: 3px;
}
#search-tags span.columns {
color: #fff;
background: #3FA3D9;
}
#search-tags span.scan {
color: #fff;
background: #EDA11F;
padding: 0 3px;
border-radius: 3px;
}
#search-tags span.prefix, #search-tags span.range {
color: #fff;
background: #5EB568;
}
#search-tags span.filter {
color: #2DA2E0;
}
#search-tags span.filter span.compare_op {
color: #8746DB;
}
#search-tags span.filter span.arg {
color: #8746DB;
}
#search-tags span.filter span.linker {
color: #46A35C;
}
#search-tags span.selection, #search-typeahead span.selection {
background: yellow;
border: none;
border-radius: 0;
min-width: 1px;
padding: 0;
}
#search-typeahead {
position: absolute;
z-index: 10000;
margin: 0;
padding: 0;
padding-top: 1px;
list-style: none;
margin-top: 40px;
}
#search-typeahead li:first-child a {
overflow: auto;
background: #fff;
color: #3a3a3a;
border-top: solid 1px #ccc;
background: #eee;
}
#search-typeahead li a {
padding: 5px;
background: #fff;
margin-top: -1px;
border: solid 1px #ccc;
text-decoration: none;
display: block;
width: 402px;
cursor: pointer;
}
#search-typeahead li a.active {
background: rgb(1, 99, 156);
color: #fff;
font-weight: bold;
}
#searchbar-main input[type=text].tag-searchbar {
border: 0;
background: transparent;
box-shadow: none;
border: none;
msargin-right: 15%;
padding: 0;
display: inline-block;
border-radius: 0;
overflow: hidden;
width: 100%;
}
#searchbar-main input[type=text].tag-searchbar.active {
color: #fff;
width: 1px;
background: #fff;
opacity: .1;
}
#searchbar-main small {
color: #bbb;
}
#searchbar-main i.tagIndicator {
color: #000;
padding: 0 !important;
border: 0;
margin: 0;
background: black !important;
display: inline-block;
width: 1px;
height: 1em;
border: none !important;
animation: blink 1.5s steps(2, start) infinite;
-webkit-animation: blink 1.5s steps(2, start) infinite;
-moz-animation: blink 1.5s steps(2, start) infinite;
font-weight: 100;
}
@keyframes blink {
to {
visibility: hidden;
}
}
@-webkit-keyframes blink {
to {
visibility: hidden;
}
}
#cluster-menu {
font-size: 14px;
}
#cell_edit_modal {
margin-left: -40% !important;
max-height: 100%;
width: 80%;
left: 50%;
top: 10%;
margin-top: 0;
overflow: visible;
}
#cell_edit_modal iframe {
min-height: 600px;
}
#cell_edit_modal .CodeMirror {
height: 100%;
}
#cell_edit_modal .modal-body {
min-height: 400px;
max-height: 600px;
}
textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#column-family-selectors {
margin-left: 10px;
line-height: 30px;
display: inline-block;
}
.loader-main {
font-size: 50px;
}
#new_table_modal ul, #new_row_field_list {
list-style-type: none;
padding: 0;
margin: 0;
}
.add-on {
border-radius: 1.5em;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
height: auto;
display: inline-block;
padding: 8px 12px 9px 8px;
}
.add-on i {
font-size: 17px;
}
.search-remove {
text-decoration: none;
cursor: pointer;
color: #ccc;
z-index: 100;
float: right;
}
.search-remove:hover {
color: #777;
text-decoration: none;
}
#search-typeahead .search-suggestion a {
color: #eee;
background: #333;
border-color: #777;
}
#search-typeahead .search-suggestion.active a {
background: #3CA3E8;
border-color: #3CA3E8;
color: #fff;
}
#search-typeahead .search-suggestion-header a {
padding: 5px;
color: #4DB8EA;
font-weight: bold;
background: #292b2d; /* Old browsers */
background: -moz-linear-gradient(top, #292b2d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292b2d), color-stop(100%, #000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #292b2d 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #292b2d 0%, #000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #292b2d 0%, #000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #292b2d 0%, #000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292b2d', endColorstr='#000000', GradientType=0); /* IE6-9 */
border-color: #333;
box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
display: block;
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none;
}
.jstree-node {
white-space: nowrap;
}
.jstree-anchor {
display: inline-block;
color: black;
white-space: nowrap;
padding: 0 4px 0 1px;
margin: 0;
vertical-align: top;
}
.jstree-anchor:focus {
outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
text-decoration: none;
color: inherit;
}
.jstree-icon {
display: inline-block;
text-decoration: none;
margin: 0;
padding: 0;
vertical-align: top;
text-align: center;
}
.jstree-icon:empty {
display: inline-block;
text-decoration: none;
margin: 0;
padding: 0;
vertical-align: top;
text-align: center;
}
.jstree-ocl {
cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
cursor: default;
}
.jstree .jstree-open > .jstree-children {
display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
display: none;
}
.jstree-anchor > .jstree-themeicon {
margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
display: none;
}
.jstree-rtl .jstree-anchor {
padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
margin-left: 2px;
margin-right: 0;
}
.jstree-rtl .jstree-node {
margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
margin-right: 0;
}
.jstree-wholerow-ul {
position: relative;
display: inline-block;
min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
width: 100%;
cursor: pointer;
position: absolute;
left: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.vakata-context {
display: none;
}
.vakata-context,
.vakata-context ul {
margin: 0;
padding: 2px;
position: absolute;
background: #f5f5f5;
border: 1px solid #979797;
-moz-box-shadow: 5px 5px 4px -4px #666666;
-webkit-box-shadow: 2px 2px 2px #999999;
box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
list-style: none;
left: 100%;
margin-top: -2.7em;
margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
left: auto;
right: 100%;
margin-left: auto;
margin-right: -4px;
}
.vakata-context li {
list-style: none;
display: inline;
}
.vakata-context li > a {
display: block;
padding: 0 2em 0 2em;
text-decoration: none;
width: auto;
color: black;
white-space: nowrap;
line-height: 2.4em;
-moz-text-shadow: 1px 1px 0 white;
-webkit-text-shadow: 1px 1px 0 white;
text-shadow: 1px 1px 0 white;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
}
.vakata-context li > a:hover {
position: relative;
background-color: #e8eff7;
-moz-box-shadow: 0 0 2px #0a6aa1;
-webkit-box-shadow: 0 0 2px #0a6aa1;
box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
background-position: right center;
background-repeat: no-repeat;
}
.vakata-context li > a:focus {
outline: 0;
}
.vakata-context .vakata-context-hover > a {
position: relative;
background-color: #e8eff7;
-moz-box-shadow: 0 0 2px #0a6aa1;
-webkit-box-shadow: 0 0 2px #0a6aa1;
box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
background: white;
border: 0;
border-top: 1px solid #e2e3e3;
height: 1px;
min-height: 1px;
max-height: 1px;
padding: 0;
margin: 0 0 0 2.4em;
border-left: 1px solid #e0e0e0;
-moz-text-shadow: 0 0 0 transparent;
-webkit-text-shadow: 0 0 0 transparent;
text-shadow: 0 0 0 transparent;
-moz-box-shadow: 0 0 0 transparent;
-webkit-box-shadow: 0 0 0 transparent;
box-shadow: 0 0 0 transparent;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
color: silver;
background-color: transparent;
border: 0;
box-shadow: 0 0 0;
}
.vakata-context li > a > i {
text-decoration: none;
display: inline-block;
width: 2.4em;
height: 2.4em;
background: transparent;
margin: 0 0 0 -2em;
vertical-align: top;
text-align: center;
line-height: 2.4em;
}
.vakata-context li > a > i:empty {
width: 2.4em;
line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
display: inline-block;
width: 1px;
height: 2.4em;
background: white;
margin: 0 0.5em 0 0;
border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
font-size: 0.8em;
color: silver;
opacity: 0.5;
display: none;
}
.vakata-context-rtl ul {
left: auto;
right: 100%;
margin-left: auto;
margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
background-position: left center;
background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
margin: 0 2.4em 0 0;
border-left: 0;
border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
right: auto;
left: 100%;
margin-left: -4px;
margin-right: auto;
}
.vakata-context-rtl li > a > i {
margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
margin: 0 0 0 0.5em;
border-left-color: white;
background: #e2e3e3;
}
#jstree-marker {
position: absolute;
top: 0;
left: 0;
margin: -5px 0 0 0;
padding: 0;
border-right: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid;
width: 0;
height: 0;
font-size: 0;
line-height: 0;
}
#jstree-dnd {
line-height: 16px;
margin: 0;
padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
display: inline-block;
text-decoration: none;
margin: 0 2px 0 0;
padding: 0;
width: 16px;
height: 16px;
}
#jstree-dnd .jstree-ok {
background: green;
}
#jstree-dnd .jstree-er {
background: red;
}
#jstree-dnd .jstree-copy {
margin: 0 2px 0 2px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
background-repeat: no-repeat;
background-color: transparent;
}
.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default .jstree-hovered {
background: #e7f4f9;
border-radius: 2px;
box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-clicked {
background: #beebff;
border-radius: 2px;
box-shadow: inset 0 0 1px #999999;
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
display: none;
}
.jstree-default .jstree-disabled {
background: transparent;
color: #666666;
}
.jstree-default .jstree-disabled.jstree-hovered {
background: transparent;
box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
background: #efefef;
}
.jstree-default .jstree-disabled > .jstree-icon {
opacity: 0.8;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale");
/* Firefox 10+ */
filter: gray;
/* IE6-9 */
-webkit-filter: grayscale(100%);
/* Chrome 19+ & Safari 6+ */
}
.jstree-default .jstree-search {
font-style: italic;
color: #8b0000;
font-weight: bold;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
background: transparent;
box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
background: #e7f4f9;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
background: transparent;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
background: #e7f4f9;
}
.jstree-default > .jstree-striped {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
background: transparent;
box-shadow: none;
border-radius: 0;
}
.jstree-default .jstree-wholerow {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.jstree-default .jstree-wholerow-hovered {
background: #e7f4f9;
}
.jstree-default .jstree-wholerow-clicked {
background: #beebff;
background: -moz-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #beebff), color-stop(100%, #a8e4ff));
background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
background: -o-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
background: -ms-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/
}
.jstree-default .jstree-node {
min-height: 24px;
line-height: 24px;
margin-left: 24px;
min-width: 24px;
}
.jstree-default .jstree-anchor {
line-height: 24px;
height: 24px;
color: #338bb8;
}
.jstree-default .jstree-icon {
width: 24px;
height: 24px;
line-height: 24px;
}
.jstree-default .jstree-icon:empty {
width: 24px;
height: 24px;
line-height: 24px;
}
.jstree-default.jstree-rtl .jstree-node {
margin-right: 24px;
}
.jstree-default .jstree-wholerow {
height: 24px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
background-image: url("32px.png");
}
.jstree-default .jstree-node {
background-position: -292px -4px;
background-repeat: repeat-y;
}
.jstree-default .jstree-last {
background: transparent;
}
.jstree-default .jstree-open > .jstree-ocl {
background-position: -132px -4px;
}
.jstree-default .jstree-closed > .jstree-ocl {
background-position: -100px -4px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
background-position: -68px -4px;
}
.jstree-default .jstree-themeicon {
background-position: -260px -4px;
}
.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
background: transparent;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
background-position: -36px -4px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
background-position: -4px -4px;
}
.jstree-default .jstree-disabled {
background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
background: transparent;
}
.jstree-default .jstree-disabled.jstree-clicked {
background: #efefef;
}
.jstree-default .jstree-checkbox {
background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
background-position: -164px -36px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
background-position: -228px -4px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
background-position: -228px -36px;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
background-position: -196px -4px;
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
background-position: -196px -36px;
}
.jstree-default > .jstree-striped {
background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
background-position: 100% 1px;
background-repeat: repeat-y;
}
.jstree-default.jstree-rtl .jstree-last {
background: transparent;
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
background-position: -68px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
background: transparent;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
background-position: -36px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
background-position: -4px -36px;
}
.jstree-default .jstree-themeicon-custom {
background-color: transparent;
background-image: none;
background-position: 0 0;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
background: url("throbber.gif") center center no-repeat;
}
.jstree-default .jstree-file {
background: url("32px.png") -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
background: url("32px.png") -260px -4px no-repeat;
}
.jstree-default > .jstree-container-ul > .jstree-node {
margin-left: 0;
margin-right: 0;
}
#jstree-dnd.jstree-default {
line-height: 24px;
padding: 0 4px;
}
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
background-image: url("32px.png");
background-repeat: no-repeat;
background-color: transparent;
}
#jstree-dnd.jstree-default i {
background: transparent;
width: 24px;
height: 24px;
line-height: 24px;
}
#jstree-dnd.jstree-default .jstree-ok {
background-position: -4px -68px;
}
#jstree-dnd.jstree-default .jstree-er {
background-position: -36px -68px;
}
.jstree-default.jstree-rtl .jstree-node {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default.jstree-rtl .jstree-last {
background: transparent;
}
.jstree-default-small .jstree-node {
min-height: 18px;
line-height: 18px;
margin-left: 18px;
min-width: 18px;
}
.jstree-default-small .jstree-anchor {
line-height: 18px;
height: 18px;
}
.jstree-default-small .jstree-icon {
width: 18px;
height: 18px;
line-height: 18px;
}
.jstree-default-small .jstree-icon:empty {
width: 18px;
height: 18px;
line-height: 18px;
}
.jstree-default-small.jstree-rtl .jstree-node {
margin-right: 18px;
}
.jstree-default-small .jstree-wholerow {
height: 18px;
}
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
background-image: url("32px.png");
}
.jstree-default-small .jstree-node {
background-position: -295px -7px;
background-repeat: repeat-y;
}
.jstree-default-small .jstree-last {
background: transparent;
}
.jstree-default-small .jstree-open > .jstree-ocl {
background-position: -135px -7px;
}
.jstree-default-small .jstree-closed > .jstree-ocl {
background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
background-position: -71px -7px;
}
.jstree-default-small .jstree-themeicon {
background-position: -263px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
background: transparent;
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
background-position: -39px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled {
background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-hovered {
background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
background: #efefef;
}
.jstree-default-small .jstree-checkbox {
background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
background-position: -167px -39px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
background-position: -231px -7px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
background-position: -199px -39px;
}
.jstree-default-small > .jstree-striped {
background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
background-position: 100% 1px;
background-repeat: repeat-y;
}
.jstree-default-small.jstree-rtl .jstree-last {
background: transparent;
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
background: transparent;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
background-color: transparent;
background-image: none;
background-position: 0 0;
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
background: url("throbber.gif") center center no-repeat;
}
.jstree-default-small .jstree-file {
background: url("32px.png") -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
background: url("32px.png") -263px -7px no-repeat;
}
.jstree-default-small > .jstree-container-ul > .jstree-node {
margin-left: 0;
margin-right: 0;
}
#jstree-dnd.jstree-default-small {
line-height: 18px;
padding: 0 4px;
}
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
background-image: url("32px.png");
background-repeat: no-repeat;
background-color: transparent;
}
#jstree-dnd.jstree-default-small i {
background: transparent;
width: 18px;
height: 18px;
line-height: 18px;
}
#jstree-dnd.jstree-default-small .jstree-ok {
background-position: -7px -71px;
}
#jstree-dnd.jstree-default-small .jstree-er {
background-position: -39px -71px;
}
.jstree-default-small.jstree-rtl .jstree-node {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-small.jstree-rtl .jstree-last {
background: transparent;
}
.jstree-default-large .jstree-node {
min-height: 32px;
line-height: 32px;
margin-left: 32px;
min-width: 32px;
}
.jstree-default-large .jstree-anchor {
line-height: 32px;
height: 32px;
}
.jstree-default-large .jstree-icon {
width: 32px;
height: 32px;
line-height: 32px;
}
.jstree-default-large .jstree-icon:empty {
width: 32px;
height: 32px;
line-height: 32px;
}
.jstree-default-large.jstree-rtl .jstree-node {
margin-right: 32px;
}
.jstree-default-large .jstree-wholerow {
height: 32px;
}
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
background-image: url("32px.png");
}
.jstree-default-large .jstree-node {
background-position: -288px 0px;
background-repeat: repeat-y;
}
.jstree-default-large .jstree-last {
background: transparent;
}
.jstree-default-large .jstree-open > .jstree-ocl {
background-position: -128px 0px;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
background-position: -96px 0px;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
background-position: -64px 0px;
}
.jstree-default-large .jstree-themeicon {
background-position: -256px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
background: transparent;
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
background-position: -32px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
background-position: 0px 0px;
}
.jstree-default-large .jstree-disabled {
background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-hovered {
background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
background: #efefef;
}
.jstree-default-large .jstree-checkbox {
background-position: -160px 0px;
}
.jstree-default-large .jstree-checkbox:hover {
background-position: -160px -32px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
background-position: -224px 0px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
background-position: -192px 0px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
background-position: -192px -32px;
}
.jstree-default-large > .jstree-striped {
background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
background-position: 100% 1px;
background-repeat: repeat-y;
}
.jstree-default-large.jstree-rtl .jstree-last {
background: transparent;
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
background: transparent;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
background-position: 0px -32px;
}
.jstree-default-large .jstree-themeicon-custom {
background-color: transparent;
background-image: none;
background-position: 0 0;
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
background: url("throbber.gif") center center no-repeat;
}
.jstree-default-large .jstree-file {
background: url("32px.png") -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
background: url("32px.png") -256px 0px no-repeat;
}
.jstree-default-large > .jstree-container-ul > .jstree-node {
margin-left: 0;
margin-right: 0;
}
#jstree-dnd.jstree-default-large {
line-height: 32px;
padding: 0 4px;
}
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
background-image: url("32px.png");
background-repeat: no-repeat;
background-color: transparent;
}
#jstree-dnd.jstree-default-large i {
background: transparent;
width: 32px;
height: 32px;
line-height: 32px;
}
#jstree-dnd.jstree-default-large .jstree-ok {
background-position: 0px -64px;
}
#jstree-dnd.jstree-default-large .jstree-er {
background-position: -32px -64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-large.jstree-rtl .jstree-last {
background: transparent;
}
@media (max-width: 768px) {
#jstree-dnd.jstree-dnd-responsive {
line-height: 40px;
font-weight: bold;
font-size: 1.1em;
text-shadow: 1px 1px white;
}
#jstree-dnd.jstree-dnd-responsive > i {
background: transparent;
width: 40px;
height: 40px;
}
#jstree-dnd.jstree-dnd-responsive > .jstree-ok {
background-image: url("40px.png");
background-position: 0 -200px;
background-size: 120px 240px;
}
#jstree-dnd.jstree-dnd-responsive > .jstree-er {
background-image: url("40px.png");
background-position: -40px -200px;
background-size: 120px 240px;
}
#jstree-marker.jstree-dnd-responsive {
border-left-width: 10px;
border-top-width: 10px;
border-bottom-width: 10px;
margin-top: -10px;
}
}
@media (max-width: 768px) {
.jstree-default-responsive {
/*
.jstree-open > .jstree-ocl,
.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
*/
}
.jstree-default-responsive .jstree-icon {
background-image: url("40px.png");
}
.jstree-default-responsive .jstree-node,
.jstree-default-responsive .jstree-leaf > .jstree-ocl {
background: transparent;
}
.jstree-default-responsive .jstree-node {
min-height: 40px;
line-height: 40px;
margin-left: 40px;
min-width: 40px;
white-space: nowrap;
}
.jstree-default-responsive .jstree-anchor {
line-height: 40px;
height: 40px;
}
.jstree-default-responsive .jstree-icon,
.jstree-default-responsive .jstree-icon:empty {
width: 40px;
height: 40px;
line-height: 40px;
}
.jstree-default-responsive > .jstree-container-ul > .jstree-node {
margin-left: 0;
}
.jstree-default-responsive.jstree-rtl .jstree-node {
margin-left: 0;
margin-right: 40px;
}
.jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
margin-right: 0;
}
.jstree-default-responsive .jstree-ocl,
.jstree-default-responsive .jstree-themeicon,
.jstree-default-responsive .jstree-checkbox {
background-size: 120px 240px;
}
.jstree-default-responsive .jstree-leaf > .jstree-ocl {
background: transparent;
}
.jstree-default-responsive .jstree-open > .jstree-ocl {
background-position: 0 0px !important;
}
.jstree-default-responsive .jstree-closed > .jstree-ocl {
background-position: 0 -40px !important;
}
.jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
background-position: -40px 0px !important;
}
.jstree-default-responsive .jstree-themeicon {
background-position: -40px -40px;
}
.jstree-default-responsive .jstree-checkbox,
.jstree-default-responsive .jstree-checkbox:hover {
background-position: -40px -80px;
}
.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-responsive .jstree-checked > .jstree-checkbox,
.jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
background-position: 0 -80px;
}
.jstree-default-responsive .jstree-anchor > .jstree-undetermined,
.jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
background-position: 0 -120px;
}
.jstree-default-responsive .jstree-anchor {
font-weight: bold;
font-size: 1.1em;
text-shadow: 1px 1px white;
}
.jstree-default-responsive > .jstree-striped {
background: transparent;
}
.jstree-default-responsive .jstree-wholerow {
border-top: 1px solid rgba(255, 255, 255, 0.7);
border-bottom: 1px solid rgba(64, 64, 64, 0.2);
background: #ebebeb;
height: 40px;
}
.jstree-default-responsive .jstree-wholerow-hovered {
background: #e7f4f9;
}
.jstree-default-responsive .jstree-wholerow-clicked {
background: #beebff;
}
.jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
box-shadow: inset 0 -6px 3px -5px #666666;
}
.jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
box-shadow: inset 0 6px 3px -5px #666666;
border-top: 0;
}
.jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
box-shadow: none;
}
.jstree-default-responsive .jstree-node,
.jstree-default-responsive .jstree-icon,
.jstree-default-responsive .jstree-node > .jstree-ocl,
.jstree-default-responsive .jstree-themeicon,
.jstree-default-responsive .jstree-checkbox {
background-image: url("40px.png");
background-size: 120px 240px;
}
.jstree-default-responsive .jstree-node {
background-position: -80px 0;
background-repeat: repeat-y;
}
.jstree-default-responsive .jstree-last {
background: transparent;
}
.jstree-default-responsive .jstree-leaf > .jstree-ocl {
background-position: -40px -120px;
}
.jstree-default-responsive .jstree-last > .jstree-ocl {
background-position: -40px -160px;
}
.jstree-default-responsive .jstree-themeicon-custom {
background-color: transparent;
background-image: none;
background-position: 0 0;
}
.jstree-default-responsive .jstree-file {
background: url("40px.png") 0 -160px no-repeat;
background-size: 120px 240px;
}
.jstree-default-responsive .jstree-folder {
background: url("40px.png") -40px -40px no-repeat;
background-size: 120px 240px;
}
.jstree-default-responsive > .jstree-container-ul > .jstree-node {
margin-left: 0;
margin-right: 0;
}
}
.cell-history {
border: none;
border-left: 1px solid #d5d5d5;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
min-height: 400px;
background-color: #FFFFFF;
} | 0.396886 | 0.098425 |
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
nav ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: none;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration: none;
}
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title],
dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
input,
select {
vertical-align: middle;
}
li {
list-style: none;
}
/* =============================================================================
My CSS
========================================================================== */
/* ---- base ---- */
html,
body {
width: 100%;
height: 100%;
background: #111;
}
html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font: normal 75% Arial, Helvetica, sans-serif;
}
canvas {
display: block;
vertical-align: bottom;
max-height: 40vh;
}
/* ---- stats.js ---- */
.count-particles {
background: #000022;
position: absolute;
top: 48px;
left: 0;
width: 80px;
color: #13e8e9;
font-size: 0.8em;
text-align: left;
text-indent: 4px;
line-height: 14px;
padding-bottom: 2px;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
}
.js-count-particles {
font-size: 1.1em;
}
#stats,
.count-particles {
-webkit-user-select: none;
margin-top: 5px;
margin-left: 5px;
}
#stats {
border-radius: 3px 3px 0 0;
overflow: hidden;
}
.count-particles {
border-radius: 0 0 3px 3px;
}
/* ---- particles.js container ---- */
#particles-js {
width: 100%;
height: 100%;
background-color: #b61924;
background-image: url("");
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
}
* {
/* padding: 5; */
box-sizing: border-box;
/* marin: 0; */
}
}
.bg {
color: white;
background-color: black;
}
/* ---- reset ---- */
body {
margin: 0;
font: normal 75% Arial, Helvetica, sans-serif;
}
/* canvas {
display: block;
vertical-align: bottom;
} ---- particles.js container ---- */
#particles-js {
/* position: abs; */
width: 100%;
height: 40vh;
background-color: #161819;
background-image: url("");
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
}
/* final */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans&family=Raleway&family=Roboto:wght@300;400&display=swap");
html {
height: 100vh;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: black;
}
.logo {
z-index: -1;
height: 170px;
align-content: center;
margin-top: 5vh;
/* padding-top: 2.5em; */
}
.gif {
height: 30%;
min-height: 180px;
background-color: black;
padding-top: 8em;
vertical-align: middle;
display: flex;
align-items: center;
justify-content: space-around;
}
.wrap {
height: 70%;
display: flex;
background-color: black;
margin-top: 8em;
align-items: center;
}
.content {
display: flex;
padding-left: 7em;
height: 50%;
color: white;
background-color: black;
width: 75%;
align-items: center;
justify-content: space-around;
}
.qrcode {
width: 25%;
text-align: center;
}
.gif-size {
width: 7em;
/* width: 0%; */
align-content: center;
/* margin-bottom: 3em; */
}
.gif-size {
-webkit-animation: rotation 7s infinite linear;
height: 7em;
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
}
}
.GIF-size {
border-radius: 50%;
height: 18em;
/* width: 170px; */
}
h2 {
color: white;
font-size: -webkit-xxx-large;
margin: auto;
padding: 4px;
font-family: "Nunito Sans", sans-serif;
}
.info {
margin-left: auto;
margin-right: auto;
}
.para {
margin-top: 5vh;
font-size: larger;
font-family: "Roboto", sans-serif;
}
.qr {
height: 200px;
/* width: 150px */
}
.svg{
width: 60px;
}
.box{
display: flex;
align-items: center;
color: #009e66;
background-color: #161616;
padding: 20px;
border-radius: 15px;
transition: 0.6s ease-in-out;
}
.tag{
padding: 0 50px ;
font-size: 2em;
}
.box:hover{
background-color: #009e66;
color: white;
} | style.css | html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
nav ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: none;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration: none;
}
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}
del {
text-decoration: line-through;
}
abbr[title],
dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
input,
select {
vertical-align: middle;
}
li {
list-style: none;
}
/* =============================================================================
My CSS
========================================================================== */
/* ---- base ---- */
html,
body {
width: 100%;
height: 100%;
background: #111;
}
html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font: normal 75% Arial, Helvetica, sans-serif;
}
canvas {
display: block;
vertical-align: bottom;
max-height: 40vh;
}
/* ---- stats.js ---- */
.count-particles {
background: #000022;
position: absolute;
top: 48px;
left: 0;
width: 80px;
color: #13e8e9;
font-size: 0.8em;
text-align: left;
text-indent: 4px;
line-height: 14px;
padding-bottom: 2px;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
}
.js-count-particles {
font-size: 1.1em;
}
#stats,
.count-particles {
-webkit-user-select: none;
margin-top: 5px;
margin-left: 5px;
}
#stats {
border-radius: 3px 3px 0 0;
overflow: hidden;
}
.count-particles {
border-radius: 0 0 3px 3px;
}
/* ---- particles.js container ---- */
#particles-js {
width: 100%;
height: 100%;
background-color: #b61924;
background-image: url("");
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
}
* {
/* padding: 5; */
box-sizing: border-box;
/* marin: 0; */
}
}
.bg {
color: white;
background-color: black;
}
/* ---- reset ---- */
body {
margin: 0;
font: normal 75% Arial, Helvetica, sans-serif;
}
/* canvas {
display: block;
vertical-align: bottom;
} ---- particles.js container ---- */
#particles-js {
/* position: abs; */
width: 100%;
height: 40vh;
background-color: #161819;
background-image: url("");
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
}
/* final */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans&family=Raleway&family=Roboto:wght@300;400&display=swap");
html {
height: 100vh;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: black;
}
.logo {
z-index: -1;
height: 170px;
align-content: center;
margin-top: 5vh;
/* padding-top: 2.5em; */
}
.gif {
height: 30%;
min-height: 180px;
background-color: black;
padding-top: 8em;
vertical-align: middle;
display: flex;
align-items: center;
justify-content: space-around;
}
.wrap {
height: 70%;
display: flex;
background-color: black;
margin-top: 8em;
align-items: center;
}
.content {
display: flex;
padding-left: 7em;
height: 50%;
color: white;
background-color: black;
width: 75%;
align-items: center;
justify-content: space-around;
}
.qrcode {
width: 25%;
text-align: center;
}
.gif-size {
width: 7em;
/* width: 0%; */
align-content: center;
/* margin-bottom: 3em; */
}
.gif-size {
-webkit-animation: rotation 7s infinite linear;
height: 7em;
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
}
}
.GIF-size {
border-radius: 50%;
height: 18em;
/* width: 170px; */
}
h2 {
color: white;
font-size: -webkit-xxx-large;
margin: auto;
padding: 4px;
font-family: "Nunito Sans", sans-serif;
}
.info {
margin-left: auto;
margin-right: auto;
}
.para {
margin-top: 5vh;
font-size: larger;
font-family: "Roboto", sans-serif;
}
.qr {
height: 200px;
/* width: 150px */
}
.svg{
width: 60px;
}
.box{
display: flex;
align-items: center;
color: #009e66;
background-color: #161616;
padding: 20px;
border-radius: 15px;
transition: 0.6s ease-in-out;
}
.tag{
padding: 0 50px ;
font-size: 2em;
}
.box:hover{
background-color: #009e66;
color: white;
} | 0.38943 | 0.060418 |
.simple-modal .modal-dialog{
width: 850px;
}
.simple-modal .close:active,
.simple-modal .close:focus{
outline: none;
}
.callback-form .modal-header{
padding: 75px 80px 0;
}
.callback-form__title{
margin-bottom: 45px;
text-align: center;
font-size: 49px;
font-weight: 300;
line-height: 1.39;
color: #15a4fa;
}
.callback-form__title.callback-form__title--color-white{
color: #fff;
}
.callback-form__modal-icon{
position: absolute;
left: 215px;
top: 60px;
}
.callback-form .modal-body{
padding: 0 80px 45px;
}
.callback-form__description{
margin: 0 0 50px;
font-size: 25px;
font-weight: 300;
line-height: 1.44;
text-align: center;
color: #7f7f7f;
}
.callback-form__description.callback-form__description--color-white{
color: #fff;
}
.callback-form .form-control{
padding: 15px 30px;
height: auto;
}
.callback-form textarea.form-control{
resize: none;
height: 280px;
}
.callback-form .with-arrow{
display: block;
width: 100%;
margin-top: 30px;
padding: 18px 0 20px;
border:none;
background-color: #15a4fa;
font-size: 13px;
font-weight: 600;
letter-spacing: 2px;
color: #ffffff;
}
.callback-form .with-arrow:before{
content: '';
width: 46px;
height: 14px;
position: relative;
top: 1px;
margin-right: 24px;
display: inline-block;
background: url(../images/arrows-move-right.png) no-repeat;
}
.callback-form__context-remark{
margin-top: 15px;
color: #334965;
font-size: 16px;
font-weight: normal;
text-align: center;
}
.callback-form .close{
position: absolute;
top: 34px;
right: 33px;
}
/*terms modal*/
.terms .modal-title{
padding: 53px 0 15px;
font-size: 49px;
font-weight: 300;
line-height: 1.39;
text-align: center;
color: #15a4fa;
}
.terms .modal-body{
padding: 0 53px;
}
.terms .terms__description{
max-height: 530px;
margin: 0 0 30px 0;
overflow-y: scroll;
}
.terms .terms__blockquote{
margin-bottom: 20px;
line-height: 1.57;
color: #7f7f7f;
font-size: 14px;
font-weight: normal;
}
.terms .terms__blockquote:last-child{
margin-bottom: 0;
}
.terms .input-group{
margin-bottom: 30px;
text-align: center;
}
.terms .modal-footer{
text-align: center;
}
.terms .action-modal-btn{
padding: 19px 75px;
}
.terms__modal-footer{
padding: 30px 53px 40px;
background-color: #f4f4f4;
}
.modal .terms__modal-footer{
border-top: solid 1px #e2e2e2;
}
.terms .pseudo{
display: flex;
justify-content: center;
align-items: center;
}
/*pseudo checkbox start*/
.pseudo input[type=checkbox]{
display: none;
}
.pseudo .pseudo__pseudo-checkbox{
width: 25px;
height: 25px;
margin-right: 15px;
border-radius: 2px;
border: solid 2px #cacaca;
cursor: pointer;
}
.pseudo input[type=checkbox]:checked + .pseudo__pseudo-checkbox:before{
content: "\e91f";
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #15a4fa;
position: relative;
top: 1px;
}
.pseudo__pseudo-title{
color: #494949;
font-size: 14px;
font-weight: normal;
cursor: pointer;
}
/*pseudo checkbox end*/
@media only screen and (max-width: 992px) {
/*simple modal start*/
.simple-modal .modal-dialog{
width: 600px;
}
/*simple modal end*/
/*ask-us modal start*/
.ask-us .ask-us__body-title{
padding: 0 20px;
font-size: 20px;
margin: 15px 0 30px;
}
/*ask-us modal end*/
}
@media only screen and (max-width: 768px) {
/*simple modal start*/
.simple-modal .modal-dialog{
width: 85%;
margin: 0 auto;
}
.simple-modal .modal-header,
.simple-modal .modal-body{
padding: 15px 15px 0;
}
.simple-modal .ask-us__modal-icon{
position: absolute;
left: 60px;
top: 24px;
}
/*simple modal end*/
/*ask-us modal start*/
.ask-us .ask-us__modal-icon img{
width: 100px;
}
.ask-us .ask-us__modal-title{
margin-bottom: 15px;
}
.ask-us .close {
top: 15px;
right: 15px;
}
.ask-us .ask-us__body-title{
font-size: 16px;
}
.ask-us textarea.form-control{
height: 150px;
}
.ask-us__context-remark{
margin-bottom: 40px;
}
/*ask-us modal end*/
/*terms start*/
.terms .modal-title{
padding: 30px 0 0;
font-size: 35px;
}
.terms .terms__modal-footer{
padding: 30px 15px 40px;
}
/*terms end*/
} | public/styles/modals.css | .simple-modal .modal-dialog{
width: 850px;
}
.simple-modal .close:active,
.simple-modal .close:focus{
outline: none;
}
.callback-form .modal-header{
padding: 75px 80px 0;
}
.callback-form__title{
margin-bottom: 45px;
text-align: center;
font-size: 49px;
font-weight: 300;
line-height: 1.39;
color: #15a4fa;
}
.callback-form__title.callback-form__title--color-white{
color: #fff;
}
.callback-form__modal-icon{
position: absolute;
left: 215px;
top: 60px;
}
.callback-form .modal-body{
padding: 0 80px 45px;
}
.callback-form__description{
margin: 0 0 50px;
font-size: 25px;
font-weight: 300;
line-height: 1.44;
text-align: center;
color: #7f7f7f;
}
.callback-form__description.callback-form__description--color-white{
color: #fff;
}
.callback-form .form-control{
padding: 15px 30px;
height: auto;
}
.callback-form textarea.form-control{
resize: none;
height: 280px;
}
.callback-form .with-arrow{
display: block;
width: 100%;
margin-top: 30px;
padding: 18px 0 20px;
border:none;
background-color: #15a4fa;
font-size: 13px;
font-weight: 600;
letter-spacing: 2px;
color: #ffffff;
}
.callback-form .with-arrow:before{
content: '';
width: 46px;
height: 14px;
position: relative;
top: 1px;
margin-right: 24px;
display: inline-block;
background: url(../images/arrows-move-right.png) no-repeat;
}
.callback-form__context-remark{
margin-top: 15px;
color: #334965;
font-size: 16px;
font-weight: normal;
text-align: center;
}
.callback-form .close{
position: absolute;
top: 34px;
right: 33px;
}
/*terms modal*/
.terms .modal-title{
padding: 53px 0 15px;
font-size: 49px;
font-weight: 300;
line-height: 1.39;
text-align: center;
color: #15a4fa;
}
.terms .modal-body{
padding: 0 53px;
}
.terms .terms__description{
max-height: 530px;
margin: 0 0 30px 0;
overflow-y: scroll;
}
.terms .terms__blockquote{
margin-bottom: 20px;
line-height: 1.57;
color: #7f7f7f;
font-size: 14px;
font-weight: normal;
}
.terms .terms__blockquote:last-child{
margin-bottom: 0;
}
.terms .input-group{
margin-bottom: 30px;
text-align: center;
}
.terms .modal-footer{
text-align: center;
}
.terms .action-modal-btn{
padding: 19px 75px;
}
.terms__modal-footer{
padding: 30px 53px 40px;
background-color: #f4f4f4;
}
.modal .terms__modal-footer{
border-top: solid 1px #e2e2e2;
}
.terms .pseudo{
display: flex;
justify-content: center;
align-items: center;
}
/*pseudo checkbox start*/
.pseudo input[type=checkbox]{
display: none;
}
.pseudo .pseudo__pseudo-checkbox{
width: 25px;
height: 25px;
margin-right: 15px;
border-radius: 2px;
border: solid 2px #cacaca;
cursor: pointer;
}
.pseudo input[type=checkbox]:checked + .pseudo__pseudo-checkbox:before{
content: "\e91f";
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #15a4fa;
position: relative;
top: 1px;
}
.pseudo__pseudo-title{
color: #494949;
font-size: 14px;
font-weight: normal;
cursor: pointer;
}
/*pseudo checkbox end*/
@media only screen and (max-width: 992px) {
/*simple modal start*/
.simple-modal .modal-dialog{
width: 600px;
}
/*simple modal end*/
/*ask-us modal start*/
.ask-us .ask-us__body-title{
padding: 0 20px;
font-size: 20px;
margin: 15px 0 30px;
}
/*ask-us modal end*/
}
@media only screen and (max-width: 768px) {
/*simple modal start*/
.simple-modal .modal-dialog{
width: 85%;
margin: 0 auto;
}
.simple-modal .modal-header,
.simple-modal .modal-body{
padding: 15px 15px 0;
}
.simple-modal .ask-us__modal-icon{
position: absolute;
left: 60px;
top: 24px;
}
/*simple modal end*/
/*ask-us modal start*/
.ask-us .ask-us__modal-icon img{
width: 100px;
}
.ask-us .ask-us__modal-title{
margin-bottom: 15px;
}
.ask-us .close {
top: 15px;
right: 15px;
}
.ask-us .ask-us__body-title{
font-size: 16px;
}
.ask-us textarea.form-control{
height: 150px;
}
.ask-us__context-remark{
margin-bottom: 40px;
}
/*ask-us modal end*/
/*terms start*/
.terms .modal-title{
padding: 30px 0 0;
font-size: 35px;
}
.terms .terms__modal-footer{
padding: 30px 15px 40px;
}
/*terms end*/
} | 0.301568 | 0.050823 |
.clearfix{
clear: both;
overflow: auto;
}
.unread {
font-style: italic !important;
color: #dd4b39 !important;
}
#avatar{
border: 1px solid #e5e5e5;
width: 300px;
height: 300px;
}
#image_preview{
width: 100%;
border: 1px solid #e5e5e5;
min-height: 180px;
padding: 10px;
display: block;
overflow: auto;
}
#image_preview img{
padding: 5px;
width: 138px;
}
/* Upload multiple detail image */
.file-upload-wrap label{
border: 1px solid #dddddd;
float: left;
text-align: center;
height: 150px;
width: 150px;
/* padding: 30px 0; */
cursor: pointer;
margin: 5px;
}
.inner-wrap{
margin-top: 30px;
}
.file-upload-wrap i{
font-size: 50px;
cursor: pointer;
}
.img-wrapper{
border: 1px solid #dddddd;
float: left;
height: 150px;
width: 150px;
padding: 5px;
margin: 5px;
position: relative;
}
.img-wrapper img{
height: 120px;
width: auto;
}
.img-action-wrap {
bottom: 0;
position: absolute;
}
.img-action-wrap a{
font-size: 16px;
margin: 3px;
}
.img-action-wrap a.imgDeleteBtn{
color: #ff0000;
}
[class^='select2'] {
border-radius: 0px !important;
}
.select2{
width: 100% !important;
}
.help-block-error{
color: #dd4b39;
}
.m-t-05 { margin-top: 0.5em !important; }
.m-t-10 { margin-top: 1.0em !important; }
.m-t-15 { margin-top: 1.5em !important; }
.m-t-20 { margin-top: 2.0em !important; }
.m-t-25 { margin-top: 2.5em !important; }
.m-t-30 { margin-top: 3.0em !important; }
.m-t--05 { margin-top: -0.5em !important; }
.m-t--10 { margin-top: -1.0em !important; }
.m-t--15 { margin-top: -1.5em !important; }
.m-t--20 { margin-top: -2.0em !important; }
.m-t--25 { margin-top: -2.5em !important; }
.m-t--30 { margin-top: -3.0em !important; }
.m-r-05 { margin-right: 0.5em !important; }
.m-r-10 { margin-right: 1.0em !important; }
.m-r-15 { margin-right: 1.5em !important; }
.m-r-20 { margin-right: 2.0em !important; }
.m-r-25 { margin-right: 2.5em !important; }
.m-r-30 { margin-right: 3.0em !important; }
.m-r-40 { margin-right: 4.0em !important; }
.m-r-50 { margin-right: 5.0em !important; }
.m-r-60 { margin-right: 6.0em !important; }
.m-l-05 { margin-left: 0.5em !important; }
.m-l-10 { margin-left: 1.0em !important; }
.m-l-15 { margin-left: 1.5em !important; }
.m-l-20 { margin-left: 2.0em !important; }
.m-l-25 { margin-left: 2.5em !important; }
.m-l-30 { margin-left: 3.0em !important; }
.m-l-80 { margin-left: 8.0em !important; }
.m-b-05 { margin-bottom: 0.5em !important; }
.m-b-10 { margin-bottom: 1.0em !important; }
.m-b-15 { margin-bottom: 1.5em !important; }
.m-b-20 { margin-bottom: 2.0em !important; }
.m-b-25 { margin-bottom: 2.5em !important; }
.m-b-30 { margin-bottom: 3.0em !important; } | public/layout/backend/css/style.css | .clearfix{
clear: both;
overflow: auto;
}
.unread {
font-style: italic !important;
color: #dd4b39 !important;
}
#avatar{
border: 1px solid #e5e5e5;
width: 300px;
height: 300px;
}
#image_preview{
width: 100%;
border: 1px solid #e5e5e5;
min-height: 180px;
padding: 10px;
display: block;
overflow: auto;
}
#image_preview img{
padding: 5px;
width: 138px;
}
/* Upload multiple detail image */
.file-upload-wrap label{
border: 1px solid #dddddd;
float: left;
text-align: center;
height: 150px;
width: 150px;
/* padding: 30px 0; */
cursor: pointer;
margin: 5px;
}
.inner-wrap{
margin-top: 30px;
}
.file-upload-wrap i{
font-size: 50px;
cursor: pointer;
}
.img-wrapper{
border: 1px solid #dddddd;
float: left;
height: 150px;
width: 150px;
padding: 5px;
margin: 5px;
position: relative;
}
.img-wrapper img{
height: 120px;
width: auto;
}
.img-action-wrap {
bottom: 0;
position: absolute;
}
.img-action-wrap a{
font-size: 16px;
margin: 3px;
}
.img-action-wrap a.imgDeleteBtn{
color: #ff0000;
}
[class^='select2'] {
border-radius: 0px !important;
}
.select2{
width: 100% !important;
}
.help-block-error{
color: #dd4b39;
}
.m-t-05 { margin-top: 0.5em !important; }
.m-t-10 { margin-top: 1.0em !important; }
.m-t-15 { margin-top: 1.5em !important; }
.m-t-20 { margin-top: 2.0em !important; }
.m-t-25 { margin-top: 2.5em !important; }
.m-t-30 { margin-top: 3.0em !important; }
.m-t--05 { margin-top: -0.5em !important; }
.m-t--10 { margin-top: -1.0em !important; }
.m-t--15 { margin-top: -1.5em !important; }
.m-t--20 { margin-top: -2.0em !important; }
.m-t--25 { margin-top: -2.5em !important; }
.m-t--30 { margin-top: -3.0em !important; }
.m-r-05 { margin-right: 0.5em !important; }
.m-r-10 { margin-right: 1.0em !important; }
.m-r-15 { margin-right: 1.5em !important; }
.m-r-20 { margin-right: 2.0em !important; }
.m-r-25 { margin-right: 2.5em !important; }
.m-r-30 { margin-right: 3.0em !important; }
.m-r-40 { margin-right: 4.0em !important; }
.m-r-50 { margin-right: 5.0em !important; }
.m-r-60 { margin-right: 6.0em !important; }
.m-l-05 { margin-left: 0.5em !important; }
.m-l-10 { margin-left: 1.0em !important; }
.m-l-15 { margin-left: 1.5em !important; }
.m-l-20 { margin-left: 2.0em !important; }
.m-l-25 { margin-left: 2.5em !important; }
.m-l-30 { margin-left: 3.0em !important; }
.m-l-80 { margin-left: 8.0em !important; }
.m-b-05 { margin-bottom: 0.5em !important; }
.m-b-10 { margin-bottom: 1.0em !important; }
.m-b-15 { margin-bottom: 1.5em !important; }
.m-b-20 { margin-bottom: 2.0em !important; }
.m-b-25 { margin-bottom: 2.5em !important; }
.m-b-30 { margin-bottom: 3.0em !important; } | 0.314156 | 0.188287 |
/* RadWindow for ASP.NET AJAX Default Skin */
/* Window Background */
/* Horiznotal */
.RadWindow_Default .rwTopLeft,
.RadWindow_Default .rwTopRight,
.RadWindow_Default .rwTitlebar,
.RadWindow_Default .rwFooterLeft,
.RadWindow_Default .rwFooterRight,
.RadWindow_Default .rwFooterCenter,
.RadWindow_Default .rwTopResize,
.RadWindow_Default .rwStatusbar div,
.RadWindow_Default .rwStatusbar,
.RadWindow_Default .rwPopupButton,
.RadWindow_Default .rwPopupButton span,
.RadWindow_Default.rwMinimizedWindow .rwCorner
{
background-image: url('WebResourceabda.gif?d=iuXEgKyDjikhzxAvH69lE7vQCdDJC_E83D8oq3OOp9i7ojLTZzizH_OlaPXcljxsS_gNyWA8tAv0wyCe_yvjsce1RBmcfZ86pF_i2uWCPNeIzEmIeSeLswx-J7g65Llt_ZWiORJeIoh5zW_qu-boxbiz3bRQfeVnqRkLwPQfaWHmOTpKUIiMa1qk3P5B8yuY0&t=635915637279856177');
}
/* Vertical */
.RadWindow_Default .rwBodyLeft,
.RadWindow_Default .rwBodyRight,
.RadWindow_Default .rwStatusbarRow .rwCorner
{
background-image: url('WebResourcefcd5.gif?d=wTXgU7696w2Ts1lOn53FAXKKQBj7mw_lL7D-W5qwQsfF_YipgHpolCG6J2aHYKoCiTX5dq6saPCrnosIyNmlcM5G7cgOmk71WC68DWc4RoUdXumzpawJIRXZFkoYar6hQM5b0ln5pPcV-yaA9XPnCMVWxqlOZlTVuA4Ijp7bVqkidWQaAMMvLBYwOQ7etLsd0&t=635915637279856177');
}
/* Window Shadows */
/* Horiznotal */
.RadWindow_Default .rwShadow .rwTopLeft,
.RadWindow_Default .rwShadow .rwTopRight,
.RadWindow_Default .rwShadow .rwTitlebar,
.RadWindow_Default .rwShadow .rwFooterLeft,
.RadWindow_Default .rwShadow .rwFooterRight,
.RadWindow_Default .rwShadow .rwFooterCenter,
.RadWindow_Default .rwShadow .rwTopResize,
.RadWindow_Default .rwShadow .rwStatusbar div,
.RadWindow_Default .rwShadow .rwStatusbar,
.RadWindow_Default .rwShadow .rwPopupButton,
.RadWindow_Default .rwShadow .rwPopupButton span,
.RadWindow_Default .rwShadow .rwBodyLeft,
.RadWindow_Default .rwShadow .rwBodyRight,
.RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyLeft,
.RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyRight
{
background-image: url('WebResource1a89.png?d=WNhyzzSkjgtwhXjuafhOy8w2Fgt5zmaiQnIsxpwpMmGYqJ9jm9z2aPUDsTsTQ9v1ViN-jd7i3rcpCf8CEFTZ6jQhhE2s8AIiN4Ivas4P_yFjtt-QlY6XthU4U3lzDPKy2U6t1EBLzGwZofeHuEl3QmPFXQ4JxIo_IiXhGZd5xTOjsuLCDFgI0cu3zNEgbhG60&t=635915637279856177');
}
/* Vertical */
.RadWindow_Default .rwShadow .rwBodyLeft,
.RadWindow_Default .rwShadow .rwBodyRight,
.RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyLeft,
.RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyRight
{
background-image: url('WebResourcea984.png?d=wgaovM-bNxHY5jiI6aacR_UHEFtDs-_zEkFASzgYe9UbUdbda4K_hVVn3hzdJOvMJDj4GZFqvNxgubA_KXRxV0At-LycX3ocZitZV-OIBNajFwLWgsYLXzPk1o04T3wFujqXmlVE-uqytVQiu-IiOGbDhFgVUPEHexYikNtLlxrOaoDP_FFov6ogkofNV_mc0&t=635915637279856177');
}
/* Shadows End */
.RadWindow_Default .rwStatusbar input
{
background-color: #f7f3e9;
}
.RadWindow_Default .rwControlButtons a
{
background-image: url('WebResource2384.gif?d=tr3a43ansuui95ZCUDXAQJ6iJ2Hf4fp_KYQWYfYvUeHYL_t5NJD36vIi3uBx-yOPK9HCNpjA9I4bpQ3ol-ZYrMeuznD3feR8_MfExuuPKJnPC60LEyewV8XDiTh36f1_AmUE3gTs9IGNgddKdplibwfO6gAl3tFh_NKo_xkZ-wU-Wkq9M3Zk22CG2bI-ZClh0&t=635915637279856177');
}
.RadWindow_Default a.rwIcon
{
background-image: url('WebResourceabda.gif?d=iuXEgKyDjikhzxAvH69lE7vQCdDJC_E83D8oq3OOp9i7ojLTZzizH_OlaPXcljxsS_gNyWA8tAv0wyCe_yvjsce1RBmcfZ86pF_i2uWCPNeIzEmIeSeLswx-J7g65Llt_ZWiORJeIoh5zW_qu-boxbiz3bRQfeVnqRkLwPQfaWHmOTpKUIiMa1qk3P5B8yuY0&t=635915637279856177');
}
div.RadWindow_Default .rwTitlebarControls em
{
color: black;
}
div.RadWindow_Default .rwDialogInput
{
border-top: solid 1px #abadb3;
border-right: solid 1px #dbdfe6;
border-bottom: solid 1px #e3e9ef;
border-left: solid 1px #e2e3ea;
}
div.RadWindow_Default .rwDialogInput:hover
{
border-top: solid 1px #5794bf;
border-right: solid 1px #b7d5ea;
border-bottom: solid 1px #c7e2f1;
border-left: solid 1px #c5daed;
color: #565656;
}
.RadWindow_Default td.rwWindowContent
{
background-color: #fff;
}
/* Loading Indicators */
div.RadWindow_Default tr td.rwLoading
{
background-color: #fff;
}
/* When ShowContentDuringLoad="true" */
.RadWindow_Default td.rwWindowContent.rwLoading
{
background-image: url('WebResourceae2a.gif?d=DuA3Px71kNF8uI4J-8FsxjDAx0u5v_o7K2wnjw8P32mVGezq2-ijAPGXopK9JhtHXcKcT1AW8v5mKG7o5qWrQjF5zaGuTg4giA6zDeQaVZ-6IIknjR-4oKgpW5o6RgGMpNqTyAQOXDrNjfp0GkKg-tMP6r1trlXs_9wfTpuXFB01&t=635915637279856177');
}
/* When ShowContentDuringLoad="false" */
.RadWindow_Default input.rwLoading
{
background-image: url('WebResource3ff5.gif?d=5RCID7WqC-tLrdX3OnMVKVT6QOiTE61apacohBMY4PwOKquJzg6wGsgBKpeR1kBrwUtMWzjt55NAg1Va9fowl2EgUw4gawq9T2F_uJt3bargsZC0VPrM5Py3AUfkUlY2IpXeKPHq-7WVCAOVhe0IWco3VQAK9jCaq3xgW4BYe0U1&t=635915637279856177');
}
div.RadWindow_Default a.rwCancel,
div.RadWindow_Default a.rwCancel span
{
background: none;
cursor: pointer;
}
div.RadWindow_Default a.rwCancel span span
{
color: #000000;
text-decoration: underline;
}
/* Shadow Control Buttons */
.RadWindow_Default .rwShadow .rwControlButtons
{
margin: 5px -2px 0 0;
}
.RadWindow_Default .rwShadow .rwControlButtons
{
margin: 5px -1px 0 0\9;
}
/* ctrl buttons when winodw is minimized */
.RadWindow_Default.rwMinimizedWindowShadow .rwShadow .rwControlButtons
{
margin: 7px -8px 0 0;
}
/* Icon when winodw is minimized */
.RadWindow_Default.rwMinimizedWindowShadow .rwShadow .rwIcon
{
margin: 9px 6px 0 0;
}
/*title buttons when winodw is minimized */
.RadWindow_Default.rwMinimizedWindowShadow .rwShadow em
{
margin: 4px 0 0 -1px;
}
.RadWindow_Default .rwShadow .rwControlButtons li
{
float: left;
padding: 0;
}
.RadWindow_Default .rwShadow .rwControlButtons a
{
width: 26px;
}
.rwInactiveWindow .rwShadow .rwTopLeft,
.rwInactiveWindow .rwShadow .rwTopRight,
.rwInactiveWindow .rwShadow .rwTitlebar,
.rwInactiveWindow .rwShadow .rwFooterLeft,
.rwInactiveWindow .rwShadow .rwFooterRight,
.rwInactiveWindow .rwShadow .rwFooterCenter,
.rwInactiveWindow .rwShadow .rwTopResize,
.rwInactiveWindow .rwShadow .rwStatusbar div,
.rwInactiveWindow .rwShadow .rwStatusbar,
.rwInactiveWindow .rwShadow .rwPopupButton,
.rwInactiveWindow .rwShadow .rwPopupButton span,
.rwInactiveWindow .rwShadow.rwMinimizedWindow .rwCorner,
.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTopLeft,
.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTitlebar,
.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTopRight,
.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterLeft,
.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterCenter,
.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterRight
{
background-image: url('WebResourceabda.gif?d=iuXEgKyDjikhzxAvH69lE7vQCdDJC_E83D8oq3OOp9i7ojLTZzizH_OlaPXcljxsS_gNyWA8tAv0wyCe_yvjsce1RBmcfZ86pF_i2uWCPNeIzEmIeSeLswx-J7g65Llt_ZWiORJeIoh5zW_qu-boxbiz3bRQfeVnqRkLwPQfaWHmOTpKUIiMa1qk3P5B8yuY0&t=635915637279856177') !important;
}
.rwInactiveWindow .rwShadow .rwBodyLeft,
.rwInactiveWindow .rwShadow .rwBodyRight,
.rwInactiveWindow .rwShadow .rwStatusbarRow .rwCorner,
.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwBodyLeft,
.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwBodyRight
{
background-image: url('WebResourcefcd5.gif?d=wTXgU7696w2Ts1lOn53FAXKKQBj7mw_lL7D-W5qwQsfF_YipgHpolCG6J2aHYKoCiTX5dq6saPCrnosIyNmlcM5G7cgOmk71WC68DWc4RoUdXumzpawJIRXZFkoYar6hQM5b0ln5pPcV-yaA9XPnCMVWxqlOZlTVuA4Ijp7bVqkidWQaAMMvLBYwOQ7etLsd0&t=635915637279856177') !important;
} | frontend/web/theme/css/WebResource0ecd.css | /* RadWindow for ASP.NET AJAX Default Skin */
/* Window Background */
/* Horiznotal */
.RadWindow_Default .rwTopLeft,
.RadWindow_Default .rwTopRight,
.RadWindow_Default .rwTitlebar,
.RadWindow_Default .rwFooterLeft,
.RadWindow_Default .rwFooterRight,
.RadWindow_Default .rwFooterCenter,
.RadWindow_Default .rwTopResize,
.RadWindow_Default .rwStatusbar div,
.RadWindow_Default .rwStatusbar,
.RadWindow_Default .rwPopupButton,
.RadWindow_Default .rwPopupButton span,
.RadWindow_Default.rwMinimizedWindow .rwCorner
{
background-image: url('WebResourceabda.gif?d=iuXEgKyDjikhzxAvH69lE7vQCdDJC_E83D8oq3OOp9i7ojLTZzizH_OlaPXcljxsS_gNyWA8tAv0wyCe_yvjsce1RBmcfZ86pF_i2uWCPNeIzEmIeSeLswx-J7g65Llt_ZWiORJeIoh5zW_qu-boxbiz3bRQfeVnqRkLwPQfaWHmOTpKUIiMa1qk3P5B8yuY0&t=635915637279856177');
}
/* Vertical */
.RadWindow_Default .rwBodyLeft,
.RadWindow_Default .rwBodyRight,
.RadWindow_Default .rwStatusbarRow .rwCorner
{
background-image: url('WebResourcefcd5.gif?d=wTXgU7696w2Ts1lOn53FAXKKQBj7mw_lL7D-W5qwQsfF_YipgHpolCG6J2aHYKoCiTX5dq6saPCrnosIyNmlcM5G7cgOmk71WC68DWc4RoUdXumzpawJIRXZFkoYar6hQM5b0ln5pPcV-yaA9XPnCMVWxqlOZlTVuA4Ijp7bVqkidWQaAMMvLBYwOQ7etLsd0&t=635915637279856177');
}
/* Window Shadows */
/* Horiznotal */
.RadWindow_Default .rwShadow .rwTopLeft,
.RadWindow_Default .rwShadow .rwTopRight,
.RadWindow_Default .rwShadow .rwTitlebar,
.RadWindow_Default .rwShadow .rwFooterLeft,
.RadWindow_Default .rwShadow .rwFooterRight,
.RadWindow_Default .rwShadow .rwFooterCenter,
.RadWindow_Default .rwShadow .rwTopResize,
.RadWindow_Default .rwShadow .rwStatusbar div,
.RadWindow_Default .rwShadow .rwStatusbar,
.RadWindow_Default .rwShadow .rwPopupButton,
.RadWindow_Default .rwShadow .rwPopupButton span,
.RadWindow_Default .rwShadow .rwBodyLeft,
.RadWindow_Default .rwShadow .rwBodyRight,
.RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyLeft,
.RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyRight
{
background-image: url('WebResource1a89.png?d=WNhyzzSkjgtwhXjuafhOy8w2Fgt5zmaiQnIsxpwpMmGYqJ9jm9z2aPUDsTsTQ9v1ViN-jd7i3rcpCf8CEFTZ6jQhhE2s8AIiN4Ivas4P_yFjtt-QlY6XthU4U3lzDPKy2U6t1EBLzGwZofeHuEl3QmPFXQ4JxIo_IiXhGZd5xTOjsuLCDFgI0cu3zNEgbhG60&t=635915637279856177');
}
/* Vertical */
.RadWindow_Default .rwShadow .rwBodyLeft,
.RadWindow_Default .rwShadow .rwBodyRight,
.RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyLeft,
.RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyRight
{
background-image: url('WebResourcea984.png?d=wgaovM-bNxHY5jiI6aacR_UHEFtDs-_zEkFASzgYe9UbUdbda4K_hVVn3hzdJOvMJDj4GZFqvNxgubA_KXRxV0At-LycX3ocZitZV-OIBNajFwLWgsYLXzPk1o04T3wFujqXmlVE-uqytVQiu-IiOGbDhFgVUPEHexYikNtLlxrOaoDP_FFov6ogkofNV_mc0&t=635915637279856177');
}
/* Shadows End */
.RadWindow_Default .rwStatusbar input
{
background-color: #f7f3e9;
}
.RadWindow_Default .rwControlButtons a
{
background-image: url('WebResource2384.gif?d=tr3a43ansuui95ZCUDXAQJ6iJ2Hf4fp_KYQWYfYvUeHYL_t5NJD36vIi3uBx-yOPK9HCNpjA9I4bpQ3ol-ZYrMeuznD3feR8_MfExuuPKJnPC60LEyewV8XDiTh36f1_AmUE3gTs9IGNgddKdplibwfO6gAl3tFh_NKo_xkZ-wU-Wkq9M3Zk22CG2bI-ZClh0&t=635915637279856177');
}
.RadWindow_Default a.rwIcon
{
background-image: url('WebResourceabda.gif?d=iuXEgKyDjikhzxAvH69lE7vQCdDJC_E83D8oq3OOp9i7ojLTZzizH_OlaPXcljxsS_gNyWA8tAv0wyCe_yvjsce1RBmcfZ86pF_i2uWCPNeIzEmIeSeLswx-J7g65Llt_ZWiORJeIoh5zW_qu-boxbiz3bRQfeVnqRkLwPQfaWHmOTpKUIiMa1qk3P5B8yuY0&t=635915637279856177');
}
div.RadWindow_Default .rwTitlebarControls em
{
color: black;
}
div.RadWindow_Default .rwDialogInput
{
border-top: solid 1px #abadb3;
border-right: solid 1px #dbdfe6;
border-bottom: solid 1px #e3e9ef;
border-left: solid 1px #e2e3ea;
}
div.RadWindow_Default .rwDialogInput:hover
{
border-top: solid 1px #5794bf;
border-right: solid 1px #b7d5ea;
border-bottom: solid 1px #c7e2f1;
border-left: solid 1px #c5daed;
color: #565656;
}
.RadWindow_Default td.rwWindowContent
{
background-color: #fff;
}
/* Loading Indicators */
div.RadWindow_Default tr td.rwLoading
{
background-color: #fff;
}
/* When ShowContentDuringLoad="true" */
.RadWindow_Default td.rwWindowContent.rwLoading
{
background-image: url('WebResourceae2a.gif?d=DuA3Px71kNF8uI4J-8FsxjDAx0u5v_o7K2wnjw8P32mVGezq2-ijAPGXopK9JhtHXcKcT1AW8v5mKG7o5qWrQjF5zaGuTg4giA6zDeQaVZ-6IIknjR-4oKgpW5o6RgGMpNqTyAQOXDrNjfp0GkKg-tMP6r1trlXs_9wfTpuXFB01&t=635915637279856177');
}
/* When ShowContentDuringLoad="false" */
.RadWindow_Default input.rwLoading
{
background-image: url('WebResource3ff5.gif?d=5RCID7WqC-tLrdX3OnMVKVT6QOiTE61apacohBMY4PwOKquJzg6wGsgBKpeR1kBrwUtMWzjt55NAg1Va9fowl2EgUw4gawq9T2F_uJt3bargsZC0VPrM5Py3AUfkUlY2IpXeKPHq-7WVCAOVhe0IWco3VQAK9jCaq3xgW4BYe0U1&t=635915637279856177');
}
div.RadWindow_Default a.rwCancel,
div.RadWindow_Default a.rwCancel span
{
background: none;
cursor: pointer;
}
div.RadWindow_Default a.rwCancel span span
{
color: #000000;
text-decoration: underline;
}
/* Shadow Control Buttons */
.RadWindow_Default .rwShadow .rwControlButtons
{
margin: 5px -2px 0 0;
}
.RadWindow_Default .rwShadow .rwControlButtons
{
margin: 5px -1px 0 0\9;
}
/* ctrl buttons when winodw is minimized */
.RadWindow_Default.rwMinimizedWindowShadow .rwShadow .rwControlButtons
{
margin: 7px -8px 0 0;
}
/* Icon when winodw is minimized */
.RadWindow_Default.rwMinimizedWindowShadow .rwShadow .rwIcon
{
margin: 9px 6px 0 0;
}
/*title buttons when winodw is minimized */
.RadWindow_Default.rwMinimizedWindowShadow .rwShadow em
{
margin: 4px 0 0 -1px;
}
.RadWindow_Default .rwShadow .rwControlButtons li
{
float: left;
padding: 0;
}
.RadWindow_Default .rwShadow .rwControlButtons a
{
width: 26px;
}
.rwInactiveWindow .rwShadow .rwTopLeft,
.rwInactiveWindow .rwShadow .rwTopRight,
.rwInactiveWindow .rwShadow .rwTitlebar,
.rwInactiveWindow .rwShadow .rwFooterLeft,
.rwInactiveWindow .rwShadow .rwFooterRight,
.rwInactiveWindow .rwShadow .rwFooterCenter,
.rwInactiveWindow .rwShadow .rwTopResize,
.rwInactiveWindow .rwShadow .rwStatusbar div,
.rwInactiveWindow .rwShadow .rwStatusbar,
.rwInactiveWindow .rwShadow .rwPopupButton,
.rwInactiveWindow .rwShadow .rwPopupButton span,
.rwInactiveWindow .rwShadow.rwMinimizedWindow .rwCorner,
.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTopLeft,
.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTitlebar,
.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTopRight,
.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterLeft,
.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterCenter,
.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterRight
{
background-image: url('WebResourceabda.gif?d=iuXEgKyDjikhzxAvH69lE7vQCdDJC_E83D8oq3OOp9i7ojLTZzizH_OlaPXcljxsS_gNyWA8tAv0wyCe_yvjsce1RBmcfZ86pF_i2uWCPNeIzEmIeSeLswx-J7g65Llt_ZWiORJeIoh5zW_qu-boxbiz3bRQfeVnqRkLwPQfaWHmOTpKUIiMa1qk3P5B8yuY0&t=635915637279856177') !important;
}
.rwInactiveWindow .rwShadow .rwBodyLeft,
.rwInactiveWindow .rwShadow .rwBodyRight,
.rwInactiveWindow .rwShadow .rwStatusbarRow .rwCorner,
.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwBodyLeft,
.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwBodyRight
{
background-image: url('WebResourcefcd5.gif?d=wTXgU7696w2Ts1lOn53FAXKKQBj7mw_lL7D-W5qwQsfF_YipgHpolCG6J2aHYKoCiTX5dq6saPCrnosIyNmlcM5G7cgOmk71WC68DWc4RoUdXumzpawJIRXZFkoYar6hQM5b0ln5pPcV-yaA9XPnCMVWxqlOZlTVuA4Ijp7bVqkidWQaAMMvLBYwOQ7etLsd0&t=635915637279856177') !important;
} | 0.210848 | 0.055618 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
:root{
--cor0: #e7daaf;
--cor1: #b99e44;
--cor2: #08208d;
--cor3: #f2b9ed;
--cor4: #1a5c37;
--cor5: #063d1e;
--cor6: rgb(25, 53, 212);
--cor7: rgb(107, 128, 241);
--cor8: rgb(153, 164, 226);
--cor9: rgb(244, 248, 4);
}
/*body {
background: var(--cor9);
background-size: cover;
}*/
body {
background: var(--cor3);
background-image: url("pata.png");
}
a {
color: var(--cor2);
text-decoration: none;
font-weight: bolder;
}
a:hover {
text-decoration: underline;
}
header img.pequena {
max-width: 700px;
width: 100%;
margin: auto;}
header {
background-image: linear-gradient(to bottom, var(--cor8), var(--cor7), var(--cor6) );
min-height: 30px;
text-align: center;
padding-top: 52px;
padding-bottom: 25px;
border-radius: 15px 15px 0px 0px;
}
nav {
background-color: var(--cor6);
padding: 10px;
box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.363);
border-radius: 0px 0px 15px 15px;
}
nav > a{
color: var(--cor9);
padding: 10px;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
transition-duration: .5s;
}
nav > a:hover {
background-color: var(--cor3);
color: red;
}
main h1 {
text-align: center; color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 2em;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.299);
}
main h3 {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-weight: bold;
color: red;
font-size: 2em;
text-shadow: 3px 3px 3px black;
}
main p{
font-family: Arial, Helvetica, sans-serif;
color: black;
margin: 15px 0px;
text-align: center;
text-indent: 30px;
font-size: 1.5em;
line-height: 2em;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.299);
}
video {
position: relative;
height: 50vh;
left: 50%;
transform: translate(-50%);
}
article h1, h2 {
text-align: center;
color: black;
font-family: Arial, Helvetica, sans-serif;
text-indent: 30px;
font-size: 2em;
line-height: 2em;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.299);
}
section img{
max-width: 150px;
margin: 15px;
}
section img{
max-width: 150px;
margin: center
;
}
main img {
margin: auto;
max-width: 150px;
}
div h1 {
text-align: center;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 2em;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.299);
}
section {
text-align: center;
text-indent: 20px;
font-size: 1.5em;
line-height: 0.5em;
}
article img{
max-width: 150px;
margin: 15px;
margin: 15px;
}
article img.conc {
max-width: 150px;
margin: 15px;
margin: 15px;
border: solid 2px black;
box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.363);
}
article {
text-align: center;
text-indent: 20px;
font-size: 1em;}
div img{
max-width:250px;
margin: 15px;
/* border: solid 2px black;
box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.363);*/
}
div picture img {
max-width:150px;
margin: 15px;
}
div {
text-align: center;
text-indent: 20px;
font-size: 1em;
}
ul {
color: black;
text-align: left;
font-family:Arial, Helvetica, sans-serif;
font-size: 1.0em;
}
#linktopo {
text-decoration: none;
color: white;
background-color: var(--cor4);
padding: 10px;
position: fixed;
right: 10px;
bottom: 10px;
} | style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
:root{
--cor0: #e7daaf;
--cor1: #b99e44;
--cor2: #08208d;
--cor3: #f2b9ed;
--cor4: #1a5c37;
--cor5: #063d1e;
--cor6: rgb(25, 53, 212);
--cor7: rgb(107, 128, 241);
--cor8: rgb(153, 164, 226);
--cor9: rgb(244, 248, 4);
}
/*body {
background: var(--cor9);
background-size: cover;
}*/
body {
background: var(--cor3);
background-image: url("pata.png");
}
a {
color: var(--cor2);
text-decoration: none;
font-weight: bolder;
}
a:hover {
text-decoration: underline;
}
header img.pequena {
max-width: 700px;
width: 100%;
margin: auto;}
header {
background-image: linear-gradient(to bottom, var(--cor8), var(--cor7), var(--cor6) );
min-height: 30px;
text-align: center;
padding-top: 52px;
padding-bottom: 25px;
border-radius: 15px 15px 0px 0px;
}
nav {
background-color: var(--cor6);
padding: 10px;
box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.363);
border-radius: 0px 0px 15px 15px;
}
nav > a{
color: var(--cor9);
padding: 10px;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
transition-duration: .5s;
}
nav > a:hover {
background-color: var(--cor3);
color: red;
}
main h1 {
text-align: center; color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 2em;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.299);
}
main h3 {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-weight: bold;
color: red;
font-size: 2em;
text-shadow: 3px 3px 3px black;
}
main p{
font-family: Arial, Helvetica, sans-serif;
color: black;
margin: 15px 0px;
text-align: center;
text-indent: 30px;
font-size: 1.5em;
line-height: 2em;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.299);
}
video {
position: relative;
height: 50vh;
left: 50%;
transform: translate(-50%);
}
article h1, h2 {
text-align: center;
color: black;
font-family: Arial, Helvetica, sans-serif;
text-indent: 30px;
font-size: 2em;
line-height: 2em;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.299);
}
section img{
max-width: 150px;
margin: 15px;
}
section img{
max-width: 150px;
margin: center
;
}
main img {
margin: auto;
max-width: 150px;
}
div h1 {
text-align: center;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 2em;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.299);
}
section {
text-align: center;
text-indent: 20px;
font-size: 1.5em;
line-height: 0.5em;
}
article img{
max-width: 150px;
margin: 15px;
margin: 15px;
}
article img.conc {
max-width: 150px;
margin: 15px;
margin: 15px;
border: solid 2px black;
box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.363);
}
article {
text-align: center;
text-indent: 20px;
font-size: 1em;}
div img{
max-width:250px;
margin: 15px;
/* border: solid 2px black;
box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.363);*/
}
div picture img {
max-width:150px;
margin: 15px;
}
div {
text-align: center;
text-indent: 20px;
font-size: 1em;
}
ul {
color: black;
text-align: left;
font-family:Arial, Helvetica, sans-serif;
font-size: 1.0em;
}
#linktopo {
text-decoration: none;
color: white;
background-color: var(--cor4);
padding: 10px;
position: fixed;
right: 10px;
bottom: 10px;
} | 0.416441 | 0.102889 |
footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: auto;
width: 100vw;
line-height: 24px;
font-weight: 400;
font-style: normal;
background-color: #293741;
font-size: 16px;
padding: 60px 0;
}
.footer-left,
.footer-center,
.footer-right {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.footer-left {
width: 33vw;
padding: 3vh 8vw;
}
.footer-left a {
font-size: 16px;
margin-bottom: 1vh;
color: #f5f5f7;
text-decoration: none;
}
.footer-left a:hover {
text-shadow: 1px 0px 0px;
}
.footer-left p {
font-size: 12px;
color: #f5f5f7;
width: 15vw;
}
.footer-center {
width: 33vw;
justify-content: center;
color: white;
padding: 0 10vw;
margin-right: 3vw;
}
.footer-center h1 {
align-self: flex-start;
font-size: 18px;
margin-bottom: 3px;
}
.footer-center p {
margin-bottom: 5px;
font-size: 13px;
width: 140px;
}
.footer-right {
color: white;
width: 33vw;
padding: 0 2vw;
margin-right: 3vw;
}
.footer-right h1 {
align-self: flex-start;
font-size: 18px;
margin-bottom: 3px;
}
.footer-right p {
margin-bottom: 5px;
font-size: 13px;
width: 140px;
}
#footer-tel {
width: 200px;
}
.footer-bottom {
height: 60px;
width: 100vw;
background-color: #20292f;
}
@media screen and (min-width: 280px) and (max-width: 600px) {
footer {
display: flex;
align-items: center;
padding: 20px 0;
height: auto;
}
.footer-left {
align-items: center;
width: 50vw;
}
.footer-center {
align-items: center;
width: 0;
}
.footer-left p {
font-size: 11px;
text-align: center;
width: auto;
}
.footer-left a {
font-size: 12px;
}
.footer-right {
text-align: center;
align-items: center;
width: 50vw;
}
.footer-right h1 {
font-size: 13px;
align-self: center;
}
.footer-right p {
font-size: 11px;
align-self: center;
}
} | react-ui/src/components/footer/style.css | footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: auto;
width: 100vw;
line-height: 24px;
font-weight: 400;
font-style: normal;
background-color: #293741;
font-size: 16px;
padding: 60px 0;
}
.footer-left,
.footer-center,
.footer-right {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.footer-left {
width: 33vw;
padding: 3vh 8vw;
}
.footer-left a {
font-size: 16px;
margin-bottom: 1vh;
color: #f5f5f7;
text-decoration: none;
}
.footer-left a:hover {
text-shadow: 1px 0px 0px;
}
.footer-left p {
font-size: 12px;
color: #f5f5f7;
width: 15vw;
}
.footer-center {
width: 33vw;
justify-content: center;
color: white;
padding: 0 10vw;
margin-right: 3vw;
}
.footer-center h1 {
align-self: flex-start;
font-size: 18px;
margin-bottom: 3px;
}
.footer-center p {
margin-bottom: 5px;
font-size: 13px;
width: 140px;
}
.footer-right {
color: white;
width: 33vw;
padding: 0 2vw;
margin-right: 3vw;
}
.footer-right h1 {
align-self: flex-start;
font-size: 18px;
margin-bottom: 3px;
}
.footer-right p {
margin-bottom: 5px;
font-size: 13px;
width: 140px;
}
#footer-tel {
width: 200px;
}
.footer-bottom {
height: 60px;
width: 100vw;
background-color: #20292f;
}
@media screen and (min-width: 280px) and (max-width: 600px) {
footer {
display: flex;
align-items: center;
padding: 20px 0;
height: auto;
}
.footer-left {
align-items: center;
width: 50vw;
}
.footer-center {
align-items: center;
width: 0;
}
.footer-left p {
font-size: 11px;
text-align: center;
width: auto;
}
.footer-left a {
font-size: 12px;
}
.footer-right {
text-align: center;
align-items: center;
width: 50vw;
}
.footer-right h1 {
font-size: 13px;
align-self: center;
}
.footer-right p {
font-size: 11px;
align-self: center;
}
} | 0.339937 | 0.062617 |
.article {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
padding: 15px;
/* height: 500px; */
margin-bottom: 30px;
z-index: 5;
}
/* 时间 */
.datetime {
position: absolute;
top: -20px;
left: -40px;
width: 80px;
height: 80px;
background: rgba(255, 255, 255, .6);
border-radius: 50%;
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
transition: .5s ease-in-out;
z-index: 1;
}
.datetime:hover {
box-shadow: 0 0 5px 1px rgba(212, 151, 151, 0.8);
}
.datetime:hover > span {
color: royalblue;
}
.datetime:hover > .dm {
color: orangered;
}
.datetime > span {
display: flex;
justify-content: center;
align-items: center;
color: orangered;
}
.datetime .dm {
text-align: center;
margin-top: 25px;
font-size: 18px;
font-weight: bold;
color: royalblue;
}
/* 文章内容 */
.article-content {
position: relative;
top: 0;
left: 0;
right: 0;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.article-content > div {
display: flex;
justify-content: center;
width: 100%;
align-items: center;
margin: 10px 0;
}
/* tags */
.article-content .article-tigs-list {
display: flex;
font-size: 14px;
}
.article-content .article-tigs-list li {
margin-left: 8px;
}
.article-content .article-tigs-list li span {
margin-left: 5px;
}
/* 标题 */
.article-content .article-title {
font-size: 25px;
}
.article-content .article-title span {
display: block;
padding: 3px 10px;
background: rgba(121, 209, 231, 0.822);
box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
border-radius: 8px;
transition: .3s ease-in-out;
color: brown;
word-wrap: break-word;
}
.article-content .article-title span:hover {
box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3),
0 0 5px 3px rgba(0, 0, 0, 0.2) inset;
color: #fff;
}
/* 图片 */
.article-content .article-img {
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1),
0 0 5px 1px rgba(0, 0, 0, 0.1) inset,
0 0 5px 1px rgba(0, 0, 0, 0.3);
border-radius: 8px;
overflow: hidden;
display: table-cell;
vertical-align: middle;
padding: 6px;
margin-bottom: 0;
}
.article-content .article-img img {
max-width: 100%;
max-height: 100%;
display: block;
margin: auto;
border-radius: 4px;
transition: 1s ease-in-out;
}
.article-content .article-img img:hover {
transform: scale(1.6);
}
@media screen and (max-width: 1000px) {
.article-content .article-title {
font-size: 16px;
}
.article .datetime {
left: -12px;
}
}
@media screen and (max-width: 768px) {
.article .datetime {
border-radius: 4px;
height: 40px;
}
.article .datetime .dm {
margin-top: 1px;
}
.article-content .article-tigs-list li {
margin-bottom: 3px;
}
} | src/assets/css/home/article.css | .article {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
padding: 15px;
/* height: 500px; */
margin-bottom: 30px;
z-index: 5;
}
/* 时间 */
.datetime {
position: absolute;
top: -20px;
left: -40px;
width: 80px;
height: 80px;
background: rgba(255, 255, 255, .6);
border-radius: 50%;
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
transition: .5s ease-in-out;
z-index: 1;
}
.datetime:hover {
box-shadow: 0 0 5px 1px rgba(212, 151, 151, 0.8);
}
.datetime:hover > span {
color: royalblue;
}
.datetime:hover > .dm {
color: orangered;
}
.datetime > span {
display: flex;
justify-content: center;
align-items: center;
color: orangered;
}
.datetime .dm {
text-align: center;
margin-top: 25px;
font-size: 18px;
font-weight: bold;
color: royalblue;
}
/* 文章内容 */
.article-content {
position: relative;
top: 0;
left: 0;
right: 0;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.article-content > div {
display: flex;
justify-content: center;
width: 100%;
align-items: center;
margin: 10px 0;
}
/* tags */
.article-content .article-tigs-list {
display: flex;
font-size: 14px;
}
.article-content .article-tigs-list li {
margin-left: 8px;
}
.article-content .article-tigs-list li span {
margin-left: 5px;
}
/* 标题 */
.article-content .article-title {
font-size: 25px;
}
.article-content .article-title span {
display: block;
padding: 3px 10px;
background: rgba(121, 209, 231, 0.822);
box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
border-radius: 8px;
transition: .3s ease-in-out;
color: brown;
word-wrap: break-word;
}
.article-content .article-title span:hover {
box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3),
0 0 5px 3px rgba(0, 0, 0, 0.2) inset;
color: #fff;
}
/* 图片 */
.article-content .article-img {
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1),
0 0 5px 1px rgba(0, 0, 0, 0.1) inset,
0 0 5px 1px rgba(0, 0, 0, 0.3);
border-radius: 8px;
overflow: hidden;
display: table-cell;
vertical-align: middle;
padding: 6px;
margin-bottom: 0;
}
.article-content .article-img img {
max-width: 100%;
max-height: 100%;
display: block;
margin: auto;
border-radius: 4px;
transition: 1s ease-in-out;
}
.article-content .article-img img:hover {
transform: scale(1.6);
}
@media screen and (max-width: 1000px) {
.article-content .article-title {
font-size: 16px;
}
.article .datetime {
left: -12px;
}
}
@media screen and (max-width: 768px) {
.article .datetime {
border-radius: 4px;
height: 40px;
}
.article .datetime .dm {
margin-top: 1px;
}
.article-content .article-tigs-list li {
margin-bottom: 3px;
}
} | 0.40028 | 0.076477 |
.con-bg{
background-image: url(https://unsplash.it/1000/800?image=911);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color:#464646;
}
.body-about{
background-color:#464646;
}
.amogh_n{
font-family: 'Vibur', cursive;
font-size: 30px;
}
@media (min-width: 800px) {
.navbar .nav,
.navbar .nav > li {
float:none !important;
display:inline-block !important;
vertical-align: top;
}
}
li:hover{
color: #000 !important;
}
.navbar-inner {
padding-top: 0.5%;
text-align:center;
color: #FFF !important;
}
.nav{
margin-right: 15%;
font-size: 24px;
}
.navbar .navbar-toggle .icon-bar {
background-color: white;
}
@media (max-width: 800px) {
.nav{
float: left !important;
text-align: left;
}
}
.cen{
margin: 0 auto;
text-align: center;
}
.con-container {
display: flex;
justify-content: center;
width: 70% !important;
height: 230px !important;
padding-top: 7%;
}
@media (max-width: 900px) {
.con-container {
display: flex;
justify-content: center;
width: 70% !important;
height: 230px !important;
padding-top: 12%;
}
}
.con-bg nav, .navbar-fixed-bottom {
position: relative; /* this can also be static */
}
.center {
padding-bottom: 10%
}
.example-title{
padding-top: 10%;
color: #FFF;
}
.img-rounded {
border-radius: 6px;
width: 10%;
height: auto;
}
.about-text{
padding-top: 10%;
color: #FFF;
padding-bottom: 15%;
padding-left: 2%;
padding-right: 2%;
text-align: justify;
}
.body-about h3{
color: rgb(66,176,216);
}
li:hover{
background-color: #FFF;
color: #000 !important;
}
.no-js #loader { display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url(../img/preloader.gif) center no-repeat #F2F1EF !important;
}
#photos {
/* Prevent vertical gaps */
line-height: 0;
-webkit-column-count: 4;
-webkit-column-gap: 0px;
-moz-column-count: 4;
-moz-column-gap: 0px;
column-count: 5;
column-gap: 0px;
}
#photos img {
/* Just in case there are inline attributes */
width: 100% !important;
height: auto !important;
}
@media (max-width: 1200px) {
#photos {
-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4;
}
}
@media (max-width: 1000px) {
#photos {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
}
@media (max-width: 800px) {
#photos {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media (max-width: 400px) {
#photos {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
.navbar.transparent.navbar-inverse .navbar-inner {
border-width: 0px;
-webkit-box-shadow: 0px 0px;
box-shadow: 0px 0px;
background-color: rgba(0,0,0,0.0);
background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
background-image: linear-gradient(180deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%) ;
}
.slText{
margin-bottom: 30% !important;
text-align: center !important;
float: left !important;
}
footer {
background-color: #2d2d30;
color: #f5f5f5;
padding-bottom: 8%;
padding-left: 3%;
padding-right: 3%;
padding-top: 2%;
}
footer a {
color: #f5f5f5;
}
footer a:hover {
color: #777;
text-decoration: none;
}
.gallery .a{
max-width: 30%;
}
#grid[data-columns]::before {
content: '3 .column.size-1of3';
}
/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of3 { width: 33.333%; }
@media screen and (max-width: 480px){
#grid[data-columns]::before {
content: '1 .column.size-1of1';
}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
#grid[data-columns]::before {
content: '2 .column.size-1of2';
}
}
@media screen and (min-width: 769px) {
#grid[data-columns]::before {
content: '3 .column.size-1of3';
}
}
/* Again, you’re free to use and define the classes: */
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; } | css/main.css | .con-bg{
background-image: url(https://unsplash.it/1000/800?image=911);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color:#464646;
}
.body-about{
background-color:#464646;
}
.amogh_n{
font-family: 'Vibur', cursive;
font-size: 30px;
}
@media (min-width: 800px) {
.navbar .nav,
.navbar .nav > li {
float:none !important;
display:inline-block !important;
vertical-align: top;
}
}
li:hover{
color: #000 !important;
}
.navbar-inner {
padding-top: 0.5%;
text-align:center;
color: #FFF !important;
}
.nav{
margin-right: 15%;
font-size: 24px;
}
.navbar .navbar-toggle .icon-bar {
background-color: white;
}
@media (max-width: 800px) {
.nav{
float: left !important;
text-align: left;
}
}
.cen{
margin: 0 auto;
text-align: center;
}
.con-container {
display: flex;
justify-content: center;
width: 70% !important;
height: 230px !important;
padding-top: 7%;
}
@media (max-width: 900px) {
.con-container {
display: flex;
justify-content: center;
width: 70% !important;
height: 230px !important;
padding-top: 12%;
}
}
.con-bg nav, .navbar-fixed-bottom {
position: relative; /* this can also be static */
}
.center {
padding-bottom: 10%
}
.example-title{
padding-top: 10%;
color: #FFF;
}
.img-rounded {
border-radius: 6px;
width: 10%;
height: auto;
}
.about-text{
padding-top: 10%;
color: #FFF;
padding-bottom: 15%;
padding-left: 2%;
padding-right: 2%;
text-align: justify;
}
.body-about h3{
color: rgb(66,176,216);
}
li:hover{
background-color: #FFF;
color: #000 !important;
}
.no-js #loader { display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url(../img/preloader.gif) center no-repeat #F2F1EF !important;
}
#photos {
/* Prevent vertical gaps */
line-height: 0;
-webkit-column-count: 4;
-webkit-column-gap: 0px;
-moz-column-count: 4;
-moz-column-gap: 0px;
column-count: 5;
column-gap: 0px;
}
#photos img {
/* Just in case there are inline attributes */
width: 100% !important;
height: auto !important;
}
@media (max-width: 1200px) {
#photos {
-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4;
}
}
@media (max-width: 1000px) {
#photos {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
}
@media (max-width: 800px) {
#photos {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media (max-width: 400px) {
#photos {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
.navbar.transparent.navbar-inverse .navbar-inner {
border-width: 0px;
-webkit-box-shadow: 0px 0px;
box-shadow: 0px 0px;
background-color: rgba(0,0,0,0.0);
background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
background-image: linear-gradient(180deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%) ;
}
.slText{
margin-bottom: 30% !important;
text-align: center !important;
float: left !important;
}
footer {
background-color: #2d2d30;
color: #f5f5f5;
padding-bottom: 8%;
padding-left: 3%;
padding-right: 3%;
padding-top: 2%;
}
footer a {
color: #f5f5f5;
}
footer a:hover {
color: #777;
text-decoration: none;
}
.gallery .a{
max-width: 30%;
}
#grid[data-columns]::before {
content: '3 .column.size-1of3';
}
/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of3 { width: 33.333%; }
@media screen and (max-width: 480px){
#grid[data-columns]::before {
content: '1 .column.size-1of1';
}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
#grid[data-columns]::before {
content: '2 .column.size-1of2';
}
}
@media screen and (min-width: 769px) {
#grid[data-columns]::before {
content: '3 .column.size-1of3';
}
}
/* Again, you’re free to use and define the classes: */
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; } | 0.459804 | 0.084455 |
.wrapper-price-bgc{
background-color:#f0f1f1;
}
.prices-block{
padding: 0rem 0 3rem 0;
background-color:white;
margin-bottom:1.75rem;
-webkit-transition:-webkit-transform 0.2s linear;
transition:-webkit-transform 0.2s linear;
-o-transition:transform 0.2s linear;
transition:transform 0.2s linear;
transition:transform 0.2s linear, -webkit-transform 0.2s linear;
-webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
transition: -webkit-box-shadow 0.4s ease-in-out;
-o-transition: box-shadow 0.4s ease-in-out;
transition: box-shadow 0.4s ease-in-out;
transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}
.option-block{
-webkit-clip-path: polygon(100% 0, 100% 53%, 48% 68%, 0 82%, 0 0);
clip-path: polygon(100% 0, 100% 53%, 48% 68%, 0 82%, 0 0);
background-color: #3949ab;
padding: 3rem 0 2rem 0;
margin-bottom:1rem;
}
.prices-block-title{
margin: 0.6rem 0;
color:white;
font-family: var(--text-font);
font-weight: 500;
font-size: 1.15rem;
text-transform: capitalize;
}
.price{
color:white;
margin-bottom:3rem;
font-family: var(--text-font);
font-size:1.2rem;
font-weight:300;
}
.service-item{
width:58%;
list-style:none;
font-family: var(--main-font);
font-size:1.3rem;
border-bottom: 1px solid #bfbfbf;
padding-bottom:0.5rem;
margin: 0 auto;
margin-bottom:1.8rem;
}
.price-btn{
font-family: var(--font-decoration);
font-weight: 700;
text-transform: uppercase;
border:2px solid black;
padding: 0.6rem 0.8rem;
font-size: 0.8rem;
background-color:transparent;
cursor: pointer;
outline: none;
-webkit-transition: color 0.5s linear;
-o-transition: color 0.5s linear;
transition: color 0.5s linear;
}
.prices-block:hover{
-webkit-box-shadow: 0px 1px 44px -1px rgba(92,86,92,0.73);
box-shadow: 0px 1px 44px -1px rgba(92,86,92,0.73);
}
.price-btn:hover{
color:white;
border:2px solid transparent;
background-color: #00917b;
}
/*-------------------------------------768px---------------------------------*/
@media (min-width:768px){
.prices-block{
width:65%;
margin: auto;
margin-bottom:1.75rem;
}
}
/*-------------------------------------1024px--------------------------------*/
@media (min-width:1024px){
.prices-blocks{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.prices-block{
width:32%;
margin-bottom:0rem;
}
} | styles/prices.css | .wrapper-price-bgc{
background-color:#f0f1f1;
}
.prices-block{
padding: 0rem 0 3rem 0;
background-color:white;
margin-bottom:1.75rem;
-webkit-transition:-webkit-transform 0.2s linear;
transition:-webkit-transform 0.2s linear;
-o-transition:transform 0.2s linear;
transition:transform 0.2s linear;
transition:transform 0.2s linear, -webkit-transform 0.2s linear;
-webkit-transition: -webkit-box-shadow 0.4s ease-in-out;
transition: -webkit-box-shadow 0.4s ease-in-out;
-o-transition: box-shadow 0.4s ease-in-out;
transition: box-shadow 0.4s ease-in-out;
transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
}
.option-block{
-webkit-clip-path: polygon(100% 0, 100% 53%, 48% 68%, 0 82%, 0 0);
clip-path: polygon(100% 0, 100% 53%, 48% 68%, 0 82%, 0 0);
background-color: #3949ab;
padding: 3rem 0 2rem 0;
margin-bottom:1rem;
}
.prices-block-title{
margin: 0.6rem 0;
color:white;
font-family: var(--text-font);
font-weight: 500;
font-size: 1.15rem;
text-transform: capitalize;
}
.price{
color:white;
margin-bottom:3rem;
font-family: var(--text-font);
font-size:1.2rem;
font-weight:300;
}
.service-item{
width:58%;
list-style:none;
font-family: var(--main-font);
font-size:1.3rem;
border-bottom: 1px solid #bfbfbf;
padding-bottom:0.5rem;
margin: 0 auto;
margin-bottom:1.8rem;
}
.price-btn{
font-family: var(--font-decoration);
font-weight: 700;
text-transform: uppercase;
border:2px solid black;
padding: 0.6rem 0.8rem;
font-size: 0.8rem;
background-color:transparent;
cursor: pointer;
outline: none;
-webkit-transition: color 0.5s linear;
-o-transition: color 0.5s linear;
transition: color 0.5s linear;
}
.prices-block:hover{
-webkit-box-shadow: 0px 1px 44px -1px rgba(92,86,92,0.73);
box-shadow: 0px 1px 44px -1px rgba(92,86,92,0.73);
}
.price-btn:hover{
color:white;
border:2px solid transparent;
background-color: #00917b;
}
/*-------------------------------------768px---------------------------------*/
@media (min-width:768px){
.prices-block{
width:65%;
margin: auto;
margin-bottom:1.75rem;
}
}
/*-------------------------------------1024px--------------------------------*/
@media (min-width:1024px){
.prices-blocks{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.prices-block{
width:32%;
margin-bottom:0rem;
}
} | 0.334698 | 0.047118 |
.yelofim-fonts-and-colors{
color: #f1d325;
color: #121212;
color: #e4b71e;
font-family: Exo, Roboto, Arial, Helvetica, sans-serif;
font-size: 12px;
}
body {
font: 14px Exo, Roboto, Arial, Helvetica, sans-serif;
color: #fff;
background-image: url(../../images/BG.jpg);
/* background: #e4b71e; */
}
.login-box{
/* display: flex;
flex-direction: column;
align-items: center;
justify-content: center; */
background-color: rgba(0, 0, 0, 0.05);
padding: 15px;
max-width: 450px;
margin: 0 auto;
margin-top: 15px;
text-align: center;
border-radius: 30px;
}
.login-box .white{
padding: 5%;
text-align: left;
color: #121212;
background-color: white;
border-radius: 20px;
}
.login-box .top-text{
text-align: left;
}
.login-box h4{
margin: 0;
margin-bottom: 20px;
/* text-align: center; */
}
}
.login-box span{
font-size: larger;
/* text-align: center; */
}
.login-box input.form-control{
padding: 5px;
font-size: 12px;
height: 30px;
border-radius: 20px;
border-color: transparent;
background-color: transparent !important;
box-shadow: none!important;
}
.login-box input.form-control:focus{
color: #121212;
padding: 5px;
font-size: 12px;
height: 30px;
padding-left: 2%;
border-radius: 20px;
border-color: transparent;
background-color: #e4b61e48 !important;
box-shadow: none!important;
}
.login-box .btn-div{
display: flex;
justify-content: center;
}
.login-box .btn {
padding: 5px 30px;
font-size: 12px;
border-radius: 20px;
border: 0;
background-color: #f1d325;
color: #121212;
/* display: block; */
text-align: center;
margin-bottom: 15px;
max-width: 40%;
font-weight: 500;
}
.login-box .help a{
color: #eee;
}
/* button Styles */
.navbar-form .btn{
padding: 5px 10px;
border-radius: 0;
margin-left: -3px;
border: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
background-color: #e4b71e;
color: #121212;
}
.navbar-form .btn:hover,.navbar-form .btn:focus,.navbar-form .btn:active{
background-color: #f1d325;
outline: none;
}
.title a.watch-full{
width: 20%;
background-color: #e4b71e;
float: left;
text-align: center;
color:#121212;
padding: 7px;
border-radius: 3px;
}
.title a.watch-full:hover,.title a.watch-full:focus,.title a.watch-full:active{
background-color: #f1d325;
text-decoration: none;
color: #121212;
}
.title button.watch-full{
width: 100%;
background-color: #e4b71e;
float: left;
text-align: center;
color: #121212;
padding: 7px;
border-radius: 3px;
border: 0;
}
.title button.watch-full:hover,.title button.watch-full:focus,.title button.watch-full:active{
background-color: #f1d325;
text-decoration: none;
color: #121212;
}
.title input.watch-full{
width: 100%;
background-color: #e4b71e;
float: left;
text-align: center;
color:#121212;
padding: 7px;
border-radius: 3px;
border: 0;
}
.title input.watch-full:hover,.title input.watch-full:focus,.title input.watch-full:active{
background-color: #f1d325;
text-decoration: none;
color: #121212;
}
.command-box .btn {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
border: 0;
background-color: #e4b71e;
color: #121212;
margin-bottom: 10px;
}
.remove-btn:hover,.remove-btn:active,.remove-btn:focus{
background-color: #000;
color: #e4b71e;
}
.edit-pro{
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
border: 0;
background-color: #e4b71e;
color: #121212!important;
display: block;
text-align: center;
margin:0 auto;
margin-bottom: 15px;
width: 100%;
max-width: 300px;
margin-top: 15px;
text-decoration: none;
}
.edit-pro:hover,.edit-pro:active,.edit-pro:focus {
background-color: #f1d325;
color:#121212!important;
text-decoration: none;
}
.see-all {
float: right;
text-decoration: none;
display: block;
padding: 4px 10px;
background: #e4b71e;
color: #121212;
border-radius: 2px;
text-decoration: none;
margin-right: 20px;
}
.profile form .btn{
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
border: 0;
background-color: #e4b71e;
color: #121212 !important;
display: block;
text-align: center;
margin:0 auto;
margin-bottom: 15px;
width: 100%;
/*max-width: 300px;*/
margin-top: 15px;
}
.footer-area{
height: 50vh;
background-color: black;
}
.footer-area a{
text-decoration: none;
color: #575757;
font-size: 16px;
}
.footer-area a:hover{
/* font-size: 14.3px; */
color: white;
}
.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.text-secondary {
color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
color: #494f54 !important;
}
.sidebar .video-full-box .video-box {
width: 100% !important;
height: auto !important;
}
.cat-side-box-cont a {
width: 100% !important;
text-align: center !important;
font-weight: 600 !important;
font-size: medium !important;
} | adult/css/zero.css | .yelofim-fonts-and-colors{
color: #f1d325;
color: #121212;
color: #e4b71e;
font-family: Exo, Roboto, Arial, Helvetica, sans-serif;
font-size: 12px;
}
body {
font: 14px Exo, Roboto, Arial, Helvetica, sans-serif;
color: #fff;
background-image: url(../../images/BG.jpg);
/* background: #e4b71e; */
}
.login-box{
/* display: flex;
flex-direction: column;
align-items: center;
justify-content: center; */
background-color: rgba(0, 0, 0, 0.05);
padding: 15px;
max-width: 450px;
margin: 0 auto;
margin-top: 15px;
text-align: center;
border-radius: 30px;
}
.login-box .white{
padding: 5%;
text-align: left;
color: #121212;
background-color: white;
border-radius: 20px;
}
.login-box .top-text{
text-align: left;
}
.login-box h4{
margin: 0;
margin-bottom: 20px;
/* text-align: center; */
}
}
.login-box span{
font-size: larger;
/* text-align: center; */
}
.login-box input.form-control{
padding: 5px;
font-size: 12px;
height: 30px;
border-radius: 20px;
border-color: transparent;
background-color: transparent !important;
box-shadow: none!important;
}
.login-box input.form-control:focus{
color: #121212;
padding: 5px;
font-size: 12px;
height: 30px;
padding-left: 2%;
border-radius: 20px;
border-color: transparent;
background-color: #e4b61e48 !important;
box-shadow: none!important;
}
.login-box .btn-div{
display: flex;
justify-content: center;
}
.login-box .btn {
padding: 5px 30px;
font-size: 12px;
border-radius: 20px;
border: 0;
background-color: #f1d325;
color: #121212;
/* display: block; */
text-align: center;
margin-bottom: 15px;
max-width: 40%;
font-weight: 500;
}
.login-box .help a{
color: #eee;
}
/* button Styles */
.navbar-form .btn{
padding: 5px 10px;
border-radius: 0;
margin-left: -3px;
border: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
background-color: #e4b71e;
color: #121212;
}
.navbar-form .btn:hover,.navbar-form .btn:focus,.navbar-form .btn:active{
background-color: #f1d325;
outline: none;
}
.title a.watch-full{
width: 20%;
background-color: #e4b71e;
float: left;
text-align: center;
color:#121212;
padding: 7px;
border-radius: 3px;
}
.title a.watch-full:hover,.title a.watch-full:focus,.title a.watch-full:active{
background-color: #f1d325;
text-decoration: none;
color: #121212;
}
.title button.watch-full{
width: 100%;
background-color: #e4b71e;
float: left;
text-align: center;
color: #121212;
padding: 7px;
border-radius: 3px;
border: 0;
}
.title button.watch-full:hover,.title button.watch-full:focus,.title button.watch-full:active{
background-color: #f1d325;
text-decoration: none;
color: #121212;
}
.title input.watch-full{
width: 100%;
background-color: #e4b71e;
float: left;
text-align: center;
color:#121212;
padding: 7px;
border-radius: 3px;
border: 0;
}
.title input.watch-full:hover,.title input.watch-full:focus,.title input.watch-full:active{
background-color: #f1d325;
text-decoration: none;
color: #121212;
}
.command-box .btn {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
border: 0;
background-color: #e4b71e;
color: #121212;
margin-bottom: 10px;
}
.remove-btn:hover,.remove-btn:active,.remove-btn:focus{
background-color: #000;
color: #e4b71e;
}
.edit-pro{
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
border: 0;
background-color: #e4b71e;
color: #121212!important;
display: block;
text-align: center;
margin:0 auto;
margin-bottom: 15px;
width: 100%;
max-width: 300px;
margin-top: 15px;
text-decoration: none;
}
.edit-pro:hover,.edit-pro:active,.edit-pro:focus {
background-color: #f1d325;
color:#121212!important;
text-decoration: none;
}
.see-all {
float: right;
text-decoration: none;
display: block;
padding: 4px 10px;
background: #e4b71e;
color: #121212;
border-radius: 2px;
text-decoration: none;
margin-right: 20px;
}
.profile form .btn{
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
border: 0;
background-color: #e4b71e;
color: #121212 !important;
display: block;
text-align: center;
margin:0 auto;
margin-bottom: 15px;
width: 100%;
/*max-width: 300px;*/
margin-top: 15px;
}
.footer-area{
height: 50vh;
background-color: black;
}
.footer-area a{
text-decoration: none;
color: #575757;
font-size: 16px;
}
.footer-area a:hover{
/* font-size: 14.3px; */
color: white;
}
.d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.text-secondary {
color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
color: #494f54 !important;
}
.sidebar .video-full-box .video-box {
width: 100% !important;
height: auto !important;
}
.cat-side-box-cont a {
width: 100% !important;
text-align: center !important;
font-weight: 600 !important;
font-size: medium !important;
} | 0.256273 | 0.105717 |
:root {
--bg-cover: #e9ece9;
--white: #fff;
--bg-color: #4d4e54;
--transition-function: cubic-bezier(0.74, 0.04, 1, 1.34);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: var(--bg-color);
}
.content {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 2rem;
padding: 1rem;
width: 60rem;
max-width: 100%;
margin: 0 auto;
}
.card {
height: 12.7rem;
position: relative;
border: 1rem solid var(--white);
user-select: none;
overflow: hidden;
box-shadow: .2rem .4rem .2rem rgba(0,0,0,.4);
}
.card-image {
width: 100%;
}
.card-content {
position: absolute;
top: 0;
left: 0;
height: 100%;
color: var(--white);
background-color: rgba(0,0,0,.4);
opacity: 0;
transition: opacity 330ms var(--transition-function);
}
.card-title {
text-align: center;
text-transform: uppercase;
margin-bottom: .5rem;
margin-top: .5rem;
}
.card-info {
font-size: .9rem;
padding: 0 .8rem .5rem;
}
.card-link {
text-transform: uppercase;
margin: 0 auto;
display: block;
text-decoration: none;
color: var(--white);
font-weight: bold;
font-size: .9rem;
background-color: rgba(0,0,0,.5);
padding: .3rem;
border-radius: .2rem;
width: fit-content;
}
/* Effects */
.card:hover .card-content {
opacity: 1;
transition-delay: .3s;
}
/* Effect one */
.card--one .hidden-square {
position: absolute;
width: 50%;
height: 50%;
top: 0;
background-color: var(--bg-cover);
transition: transform 330ms var(--transition-function);
}
.card--one .hidden-square::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
bottom: -100%;
background-color: var(--bg-cover);
transform: translate(0, 200%);
transition: transform 330ms var(--transition-function);
}
.card--one .hidden-square:first-of-type {
left: 0;
transform: translate(-100%, -100%);
}
.card--one .hidden-square:last-of-type {
right: 0;
transform: translate(100%, -100%);
}
.card--one:hover .hidden-square:first-of-type,
.card--one:hover .hidden-square:last-of-type,
.card--one:hover .hidden-square::before {
transform: translate(0);
}
/* Effect two */
.card--two .hidden-square {
position: absolute;
width: 100%;
height: 25%;
top: 0;
left: 0;
transition: transform 330ms var(--transition-function);
}
.card--two .hidden-square::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
bottom: 0;
background-color: var(--bg-cover);
transition: transform 330ms var(--transition-function);
}
.card--two .hidden-square:first-of-type {
transform: translateY(-100%);
}
.card--two .hidden-square:last-of-type {
transform: translateY(-100%);
}
.card--two:hover .hidden-square:first-of-type {
transform: translateY(300%);
transition-delay: 100ms;
background-color: var(--bg-cover);
}
.card--two:hover .hidden-square:first-of-type::before {
transform: translateY(-100%);
transition-delay: 150ms;
}
.card--two:hover .hidden-square:last-of-type {
transform: translateY(0);
transition-delay: 200ms;
background-color: var(--bg-cover);
}
.card--two:hover .hidden-square:last-of-type::before {
transform: translateY(100%);
transition-delay: 250ms;
}
/* Effect three */
.card--three .hidden-square {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: var(--bg-cover);
transform: scale(0) rotate(720deg);
transition: transform 330ms var(--transition-function);
}
.card--three:hover .hidden-square {
transform: scale(1) rotate(0);
}
/* Effect four */
.card--four .hidden-square {
position: absolute;
width: 50%;
height: 100%;
top: 0;
left: 0;
background-color: var(--bg-cover);
transform: translateX(-100%);
transition: transform 330ms var(--transition-function);
}
.card--four .hidden-square::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 100%;
background-color: var(--bg-cover);
transform: translateX(300%);
transition: transform 330ms var(--transition-function);
}
.card--four:hover .hidden-square,
.card--four:hover .hidden-square::before {
transform: translateX(0);
}
/* Effect five */
.card--five .hidden-square {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: var(--bg-cover);
border-radius: 50%;
transform: scale(0);
transition: all 330ms var(--transition-function);
}
.card--five:hover .hidden-square {
transform: scale(1);
border-radius: 0;
}
/* Effect six */
.card--six .hidden-square {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: var(--bg-cover);
transform: translate(-100%, -100%);
transition: transform 330ms var(--transition-function);
}
.card--six:hover .hidden-square {
transform: translate(0);
}
@media screen and (max-width: 54rem) {
.content {
grid-template-columns: 1fr 1fr;
width: 43rem;
}
}
@media screen and (max-width: 44rem) {
.content {
width: 22rem;
grid-template-columns: 1fr;
}
} | card-gallery/index.css | :root {
--bg-cover: #e9ece9;
--white: #fff;
--bg-color: #4d4e54;
--transition-function: cubic-bezier(0.74, 0.04, 1, 1.34);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: var(--bg-color);
}
.content {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 2rem;
padding: 1rem;
width: 60rem;
max-width: 100%;
margin: 0 auto;
}
.card {
height: 12.7rem;
position: relative;
border: 1rem solid var(--white);
user-select: none;
overflow: hidden;
box-shadow: .2rem .4rem .2rem rgba(0,0,0,.4);
}
.card-image {
width: 100%;
}
.card-content {
position: absolute;
top: 0;
left: 0;
height: 100%;
color: var(--white);
background-color: rgba(0,0,0,.4);
opacity: 0;
transition: opacity 330ms var(--transition-function);
}
.card-title {
text-align: center;
text-transform: uppercase;
margin-bottom: .5rem;
margin-top: .5rem;
}
.card-info {
font-size: .9rem;
padding: 0 .8rem .5rem;
}
.card-link {
text-transform: uppercase;
margin: 0 auto;
display: block;
text-decoration: none;
color: var(--white);
font-weight: bold;
font-size: .9rem;
background-color: rgba(0,0,0,.5);
padding: .3rem;
border-radius: .2rem;
width: fit-content;
}
/* Effects */
.card:hover .card-content {
opacity: 1;
transition-delay: .3s;
}
/* Effect one */
.card--one .hidden-square {
position: absolute;
width: 50%;
height: 50%;
top: 0;
background-color: var(--bg-cover);
transition: transform 330ms var(--transition-function);
}
.card--one .hidden-square::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
bottom: -100%;
background-color: var(--bg-cover);
transform: translate(0, 200%);
transition: transform 330ms var(--transition-function);
}
.card--one .hidden-square:first-of-type {
left: 0;
transform: translate(-100%, -100%);
}
.card--one .hidden-square:last-of-type {
right: 0;
transform: translate(100%, -100%);
}
.card--one:hover .hidden-square:first-of-type,
.card--one:hover .hidden-square:last-of-type,
.card--one:hover .hidden-square::before {
transform: translate(0);
}
/* Effect two */
.card--two .hidden-square {
position: absolute;
width: 100%;
height: 25%;
top: 0;
left: 0;
transition: transform 330ms var(--transition-function);
}
.card--two .hidden-square::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
bottom: 0;
background-color: var(--bg-cover);
transition: transform 330ms var(--transition-function);
}
.card--two .hidden-square:first-of-type {
transform: translateY(-100%);
}
.card--two .hidden-square:last-of-type {
transform: translateY(-100%);
}
.card--two:hover .hidden-square:first-of-type {
transform: translateY(300%);
transition-delay: 100ms;
background-color: var(--bg-cover);
}
.card--two:hover .hidden-square:first-of-type::before {
transform: translateY(-100%);
transition-delay: 150ms;
}
.card--two:hover .hidden-square:last-of-type {
transform: translateY(0);
transition-delay: 200ms;
background-color: var(--bg-cover);
}
.card--two:hover .hidden-square:last-of-type::before {
transform: translateY(100%);
transition-delay: 250ms;
}
/* Effect three */
.card--three .hidden-square {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: var(--bg-cover);
transform: scale(0) rotate(720deg);
transition: transform 330ms var(--transition-function);
}
.card--three:hover .hidden-square {
transform: scale(1) rotate(0);
}
/* Effect four */
.card--four .hidden-square {
position: absolute;
width: 50%;
height: 100%;
top: 0;
left: 0;
background-color: var(--bg-cover);
transform: translateX(-100%);
transition: transform 330ms var(--transition-function);
}
.card--four .hidden-square::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 100%;
background-color: var(--bg-cover);
transform: translateX(300%);
transition: transform 330ms var(--transition-function);
}
.card--four:hover .hidden-square,
.card--four:hover .hidden-square::before {
transform: translateX(0);
}
/* Effect five */
.card--five .hidden-square {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: var(--bg-cover);
border-radius: 50%;
transform: scale(0);
transition: all 330ms var(--transition-function);
}
.card--five:hover .hidden-square {
transform: scale(1);
border-radius: 0;
}
/* Effect six */
.card--six .hidden-square {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: var(--bg-cover);
transform: translate(-100%, -100%);
transition: transform 330ms var(--transition-function);
}
.card--six:hover .hidden-square {
transform: translate(0);
}
@media screen and (max-width: 54rem) {
.content {
grid-template-columns: 1fr 1fr;
width: 43rem;
}
}
@media screen and (max-width: 44rem) {
.content {
width: 22rem;
grid-template-columns: 1fr;
}
} | 0.757705 | 0.154791 |
@font-face {
font-family: 'Roboto';
src: url('../fonts/roboto/roboto-regular.eot');
src: url('../fonts/roboto/roboto-regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto/roboto-regular.woff2') format('woff2'),
url('../fonts/roboto/roboto-regular.woff') format('woff'),
url('../fonts/roboto/roboto-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/roboto/roboto-light.eot');
src: url('../fonts/roboto/roboto-light.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto/roboto-light.woff2') format('woff2'),
url('../fonts/roboto/roboto-light.woff') format('woff'),
url('../fonts/roboto/roboto-light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/roboto/roboto-medium.eot');
src: url('../fonts/roboto/roboto-medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto/roboto-medium.woff2') format('woff2'),
url('../fonts/roboto/roboto-medium.woff') format('woff'),
url('../fonts/roboto/roboto-medium.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
/**
* Main page CSS
*/
html {
height: 100%;
}
body {
min-width: 480px;
min-height: 100%;
background: #1b2838 url('../img/background.jpg') no-repeat center;
background-size: cover;
font-family: Roboto;
font-size: 14px;
-webkit-font-smoothing: antialiased; /* Более тонкое сглаживание шрифтов */
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
}
.container {
width: 1200px;
}
/**
* Header
*/
header {
padding: 15px 0 4px;
background-color: #171a21;
}
header .logo {
margin-top: 7px;
display: block;
}
header .logo img {
max-width: 100%;
}
header .nav-block {
float: left;
width: 80%;
width: calc(100% - 100px);
}
header .refresh-block {
float: right;
width: 60px;
margin-top: 5px;
position: relative;
}
#refresh-control {
width: 26px;
height: 26px;
position: absolute;
left: 16px;
top: 16px;
background: url('../img/refresh-pause.png') no-repeat center;
}
#refresh-control.paused {
background-image: url('../img/refresh-start.png');
background-position-x: right;
}
#categories {
font-size: 22px;
color: #ffb962;
border-bottom: 2px solid #ffb962;
line-height: 1;
}
#categories ul {
margin: 0;
padding: 0;
list-style: none;
}
#categories li {
display: inline-block;
padding-bottom: 8px;
}
#categories li a {
color: inherit;
}
#categories li + li {
margin-left: 40px;
}
/*#categories li.active {
background: url('../img/categories_active.png') bottom center no-repeat;
}*/
#categories li.active a {
background: rgba(255, 185, 98, 0.25);
padding: 5px 10px;
border-radius: 6px 6px 0 0;
}
#categories li.active,
#categories li.active + li {
margin-left: 20px;
}
#categories li:first-child {
margin-left: 0;
}
#tags {
font-size: 16px;
color: #ffbea9;
line-height: 1;
position: relative;
margin-top: 8px;
}
#tags ul {
margin: 0;
padding: 0;
list-style: none;
}
#tags li {
display: inline-block;
margin-top: 3px;
}
#tags li a {
color: inherit;
}
#tags li + li {
margin-left: 30px;
}
#tags li.active {
color: #67c1f5;
}
#tags li.active a {
background: rgba(103, 193, 245, 0.24);
padding: 3px 10px;
border-radius: 4px;
}
#tags li.active,
#tags li.active + li {
margin-left: 10px;
}
#tags li:first-child {
margin-left: 0;
}
#search {
position: absolute;
right: 0;
top: 0;
background: none;
}
#search a {
display: inline-block;
color: #67c1f5;
border: 2px solid #67c1f5;
border-radius: 4px;
background-color: #264155;
padding: 3px 10px;
margin-top: -1px;
}
#search a:hover,
#search.active a {
text-decoration: none;
}
#search input {
display: none;
position: absolute;
left: 2px;
width: 80%;
top: 2px;
font-size: 14px;
height: 28px;
border: none;
background: none;
color: #555;
}
#search input:focus {
box-shadow: none;
}
#search.active {
left: 0;
top: -3px;
background: #fff;
border-radius: 4px;
height: 32px;
-webkit-transition: background 0.3s;
-moz-transition: background 0.3s;
-ms-transition: background 0.3s;
-o-transition: background 0.3s;
transition: background 0.3s;
}
#search.active input {
display: inline-block;
}
#search.active a {
position: absolute;
right: 0;
top: 6px;
background-color: transparent;
border: none;
color: #333;
}
#timeframes {
font-size: 16px;
font-weight: bold;
color: #bcbab8;
}
#timeframes ul {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
#timeframes li {
display: block;
float: left;
border: 2px solid #bcbab8;
border-radius: 4px;
margin: 0 5px 5px 0;
}
#timeframes li.active,
#timeframes li:hover,
#timeframes li:focus {
color: #171a21;
border-color: #67c1f5;
background-color: #67c1f5;
}
#timeframes li a {
color: inherit;
padding: 2px;
text-align: center;
display: block;
}
#timeframes li a:hover,
#timeframes li a:focus {
text-decoration: none;
}
#timeframes li:nth-child(1) {
width: calc(60% - 5px);
}
#timeframes li:nth-child(2) {
width: 40%;
margin-right: 0;
}
#timeframes li:nth-child(3) {
width: calc(30% - 5px);
}
#timeframes li:nth-child(4) {
width: calc(30% - 5px);
}
#timeframes li:nth-child(5) {
width: 40%;
margin-right: 0;
}
/**
* Footer
*/
footer {
background-color: #101822;
padding: 15px;
}
footer .logo {
margin-top: 4px;
display: block;
}
footer .logo img {
max-width: 100%;
}
footer nav ul {
margin: 0;
padding: 0;
list-style: none;
}
footer nav ul li {
color: #fff;
font-size: 18px;
font-weight: 300;
}
footer nav ul li a {
color: inherit;
text-decoration: underline;
}
footer nav ul li a:hover,
footer nav ul li a:focus {
color: #ccc;
}
footer .contact-list {
margin-top: -6px;
min-width: 200px;
}
footer .contact-item {
color: #63b9ec;
font-size: 20px;
font-weight: 300;
}
footer .contact-item a {
color: inherit;
}
footer .contact-item.email {
background: url('../img/contact-email.png') no-repeat left center;
padding-left: 35px;
}
/**
* Page content
*/
main {
padding: 15px 0;
}
main > .container > .row > * > .block {
min-height: 200px;
background-color: rgba(23, 26, 33, 0.75);
}
@media (min-width: 1200px) {
.container > .row > .col-md-2:first-child,
.container > .row > .col-lg-2:first-child {
width: calc(16.66666667% + 10px);
}
.container > .row > .col-md-8,
.container > .row > .col-lg-8 {
width: calc(66.66666667% - 35px);
}
.container > .row > .col-lg-2:last-child {
width: calc(16.66666667% + 25px);
}
}
.container > .row > .col-lg-2:last-child {
overflow: hidden;
}
/**
* Widgets
*/
.widget {
background-color: rgba(23, 26, 33, 0.75);
padding: 10px;
}
.widget + .widget {
margin-top: 15px;
}
.widget-transparent {
background-color: transparent;
padding: 0;
}
.widget-header {
text-transform: uppercase;
color: #8f98a0;
font-weight: 300;
margin-bottom: 20px;
}
.widget-ad a {
display: block;
}
.widget-ad a + a {
margin-top: 15px;
}
.widget-ad a img {
width: 100%;
}
.channel-list {
margin-right: -5px;
}
.channel-item {
overflow: hidden;
display: block;
color: #2f89bc;
font-size: 10px;
}
.channel-item + .channel-item {
margin-top: 20px;
}
.channel-item:hover,
.channel-item:focus {
text-decoration: none;
color: #2f89bc;
}
.channel-item .image {
width: 26px;
height: 26px;
float: left;
background: no-repeat center;
background-size: cover;
}
.channel-item .info {
margin-left: 32px;
line-height: 1;
}
.channel-item .info .name {
color: #dadada;
font-size: 14px;
margin-bottom: 3px;
margin-top: -2px;
}
.channel-item:hover .info .name,
.channel-item:focus .info .name {
text-decoration: underline;
}
/**
* News table
*/
#news-table {
border-collapse: separate;
border-spacing: 0 2px;
}
#news-table a {
color: inherit;
}
#news-table td,
#news-table th {
background-color: #16202d;
border: none;
vertical-align: middle;
}
#news-table th {
text-align: center;
background-color: #171a21;
}
#news-table tr.active td {
background-color: #264155;
}
#news-table th:nth-child(2),
#news-table th:nth-child(3),
#news-table th:nth-child(4),
#news-table td:nth-child(2),
#news-table td:nth-child(3),
#news-table td:nth-child(4) {
width: 60px;
max-width: 60px;
font-size: 12px;
}
#news-table th:nth-child(5),
#news-table td:nth-child(5) {
width: 80px;
max-width: 80px;
font-size: 12px;
}
#news-table th:nth-child(1),
#news-table td:nth-child(1) {
color: rgba(191, 152, 103, 1);
}
#news-table th:nth-child(1).active,
#news-table tr.active td:nth-child(1) {
color: rgba(255, 255, 255, 1);
}
#news-table th:nth-child(2),
#news-table td:nth-child(2) {
color: rgba(103, 193, 245, 0.35);
}
#news-table th:nth-child(2).active,
#news-table tr.active td:nth-child(2) {
color: rgba(103, 193, 245, 1);
}
#news-table th:nth-child(3),
#news-table td:nth-child(3) {
color: rgba(113, 213, 76, 0.35);
}
#news-table th:nth-child(3).active,
#news-table tr.active td:nth-child(3) {
color: rgba(113, 213, 76, 1);
}
#news-table th:nth-child(4),
#news-table td:nth-child(4) {
color: rgba(255, 69, 57, 0.35);
}
#news-table th:nth-child(4).active,
#news-table tr.active td:nth-child(4) {
color: rgba(255, 69, 57, 1);
}
#news-table th:nth-child(5),
#news-table td:nth-child(5) {
color: rgba(255, 255, 255, 0.35);
}
#news-table th:nth-child(5).active,
#news-table tr.active td:nth-child(5) {
color: rgba(255, 255, 255, 1);
}
#news-table .channel-link {
display: block;
width: 32px !important;
height: 32px;
background: no-repeat center;
background-size: cover;
margin-left: 0 !important;
}
.cell-table {
display: table;
width: 100%;
}
.cell-table-cell {
display: table-cell;
vertical-align: middle;
}
#news-table td:nth-child(1) {
padding: 0;
}
#news-table td .cell-table-cell:nth-child(1),
#news-table td .cell-table-cell:nth-child(3) {
width: 40px;
min-width: 40px;
}
#news-table td:nth-child(1) a.ad::before {
content: "Реклама";
display: inline-block;
background-color: #e62117;
font-size: 10px;
font-weight: bold;
color: #fff;
padding: 2px 5px;
margin-right: 8px;
border-radius: 4px;
text-transform: uppercase;
position: relative;
top: -1px;
}
#news-table .info {
display: none;
background: url('../img/youtube-icon.png') no-repeat center;
width: 23px;
height: 17px;
float: right;
margin-left: 10px;
}
#news-table tr:hover .info,
#news-table tr.full .info {
display: block;
}
#news-table tr.full td {
border-top: 2px solid #67c1f5;
border-bottom: 2px solid #67c1f5;
background-color: #264155;
}
#news-table tr.full td:first-child {
border-left: 2px solid #67c1f5;
}
#news-table tr.full td:last-child {
border-right: 2px solid #67c1f5;
}
#news-table tr.full .cell-table {
margin-left: -2px;
}
#news-table tr.info-row td .cell-content {
background-color: #264155;
border: 2px solid #67c1f5;
border-top: none;
top: -2px;
position: relative;
overflow: hidden;
}
#news-table .info-row .image {
width: 204px;
float: left;
}
#news-table .info-row .video-info {
margin-left: 16px;
float: left;
width: 60%;
width: calc(100% - 230px);
color: #fff;
}
#news-table .info-row .video-info .channel-info {
display: inline-block;
margin: 10px 0 5px;
}
#news-table .info-row .video-info .channel-image {
background: no-repeat center;
background-size: cover;
width: 32px;
height: 32px;
margin-right: 8px;
display: inline-block;
}
#news-table .info-row .video-info .channel-name {
font-size: 32px;
display: inline-block;
line-height: 1;
position: relative;
top: -4px;
}
#news-table .info-row .name {
border-top: 2px solid #fff;
padding-top: 5px;
font-size: 16px;
}
#news-table .info-row .share42init {
margin-top: 20px;
text-align: right;
margin-right: -6px;
}
.pagination {
font-size: 24px;
font-weight: bold;
}
.pagination > li > a {
background-color: #16202d;
color: #67c1f5;
border: 2px solid #67c1f5;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
background-color: #67c1f5;
color: #fff;
border: 2px solid #67c1f5;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
background-color: #16202d;
border-color: #16202d;
border-left-color: #67c1f5;
border-right-color: #67c1f5;
}
.widget-streaming .widget-header {
color: #e62117;
font-size: 16px;
border: 2px solid #e62117;
border-radius: 4px;
text-align: center;
}
.video-item .channel-name {
color: #fff;
font-size: 16px;
margin-bottom: 5px;
display: block;
}
.video-item .link {
display: block;
}
.video-item .link .image {
width: 100%;
margin-bottom: 5px;
}
.video-item .link .name {
font-size: 12px;
color: #94bdd1;
margin-bottom: 5px;
}
.video-item + .video-item {
margin-top: 10px;
}
.widget-streaming .video-item + .video-item {
border-top: 2px solid #264155;
padding-top: 25px;
margin-top: 5px;
}
.video-list {
overflow: hidden;
}
.widget-top-videos .flexslider {
margin: 0;
background: transparent;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-radius: 0;
}
.widget-top-videos .control-nav {
display: none;
}
.widget-top-videos .navigation {
overflow: hidden;
}
.widget-top-videos .navigation a {
display: block;
width: 49%;
width: calc(50% - 1px);
background: #264155 no-repeat center;
height: 25px;
}
.widget-top-videos .navigation a:nth-child(2n) {
margin-left: 1px;
float: right;
}
.widget-top-videos .navigation a:nth-child(2n+1) {
margin-right: 1px;
float: left;
}
.widget-top-videos .navigation .flex-prev {
background-image: url('../img/flex-nav-prev.png');
}
.widget-top-videos .navigation .flex-next {
background-image: url('../img/flex-nav-next.png');
}
.widget-top-videos .video-item + .video-item {
margin-top: 0;
}
.widget-top-videos .video-item .link {
position: relative;
}
.widget-top-videos .video-item .link::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
display: block;
background: url('../img/youtube-video-icon.png') no-repeat center;
width: 51px;
height: 36px;
margin-left: -25px;
margin-top: -18px;
}
#channel-info {
background-color: #171a21;
overflow: hidden;
}
#channel-info .image {
width: 80px;
height: 80px;
background: no-repeat center;
background-size: cover;
float: left;
margin-right: 15px;
}
#channel-info .info {
float: left;
width: 80%;
width: calc(100% - 95px);
float: left;
}
#channel-info .info .name {
font-size: 32px;
color: #fff;
}
#channel-info .info .description {
font-size: 20px;
color: #67c1f5;
}
#search-info {
background-color: #171a21;
padding: 10px 15px;
}
#search-info .summary {
font-size: 18px;
color: #ffb962;
margin-bottom: 10px;
}
#search-info .summary .count {
text-decoration: underline;
}
#search-info .summary .query {
color: #67c1f5;
}
.form-control {
background-color: transparent;
font-size: 16px;
color: #67c1f5;
border: 2px solid #67c1f5;
height: 38px;
}
.form-control:focus {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.btn {
height: 38px;
font-size: 16px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: none;
}
.btn-default {
background-color: #264155;
border: 2px solid #67c1f5;
color: #67c1f5;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
background-color: #67c1f5 !important;
color: #fff !important;
border-color: #67c1f5 !important;
}
.btn-warning {
background-color: #f1b05e;
border: 2px solid #f1b05e;
color: #101822;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:active:focus {
background-color: transparent !important;
color: #f1b05e !important;
border-color: #f1b05e !important;
}
article {
background-color: rgba(23, 26, 33, 0.75);
color: #fff;
font-size: 16px;
padding: 15px;
}
article h1 {
font-weight: normal;
color: #67c1f5;
font-size: 32px;
text-align: center;
margin: -15px -15px 15px;
padding: 10px;
background-color: #264155;
}
article p {
margin-bottom: 20px;
}
/**
* Mobile CSS
*/
@media (min-width: 992px) and (max-width: 1199px) {
.container {
width: 960px;
}
header .container > .row > .col-md-2:first-child,
footer .container > .row > .col-md-2:first-child {
width: calc(16.66666667% + 30px);
}
header .container > .row > .col-md-8,
footer .container > .row > .col-md-8 {
width: calc(66.66666667% - 95px);
}
header .container > .row > .col-md-2:last-child,
footer .container > .row > .col-md-2:last-child {
width: calc(16.66666667% + 65px);
}
main .container > .row > .col-md-2:first-child {
width: calc(16.66666667% + 30px);
}
main .container > .row > .col-md-10 {
width: calc(83.33333333% - 30px);
}
#categories {
font-size: 18px;
}
#categories li + li {
margin-left: 20px;
}
#tags {
font-size: 14px;
}
#tags li + li {
margin-left: 15px;
}
#search {
top: -2px;
}
#search.active {
top: -5px;
}
.widget-streaming {
float: left;
width: 75%;
width: calc(75% - 10px);
margin-right: 20px;
}
.widget-streaming .video-list {
margin: 0 -30px;
}
.widget-streaming .video-item {
width: 33.33333333%;
float: left;
padding: 0 30px;
}
.widget-streaming .video-item + .video-item {
border-top: none;
border-left: 2px solid #264155;
margin-top: 0;
padding-top: 0;
}
.widget-top-videos {
float: left;
width: 25%;
width: calc(25% - 10px);
margin-top: 0 !important;
}
.pagination {
margin-top: 10px;
}
}
@media (max-width: 991px) {
.container {
width: 100%;
margin: 0;
}
main .container > .row {
display: flex;
flex-direction: column;
}
main .container > .row > .col-md-2:first-child {
order: 2;
}
main .container > .row > .col-md-10 {
order: 1;
}
main .container > .row > .col-lg-2:last-child {
display: none;
}
header {
padding-bottom: 80px;
}
header .logo {
width: 180px;
margin-top: 10px;
}
#timeframes {
float: right;
width: 180px;
}
header .container > .row {
position: relative;
}
header .container > .row > .col-md-8 {
position: absolute;
top: 0;
left: 0;
right: 0;
}
header .refresh-block {
position: absolute;
top: 0;
left: 50%;
margin-left: -30px;
}
header .nav-block {
position: absolute;
top: 80px;
left: 15px;
right: 15px;
width: 90%;
width: calc(100% - 30px);
}
#categories {
font-size: 18px;
}
#categories li + li {
margin-left: 20px;
}
#tags {
font-size: 14px;
}
#tags li + li {
margin-left: 15px;
}
#search {
top: -2px;
}
#search.active {
top: -5px;
}
.widget-ad {
display: none;
}
.widget-top-channels .channel-list {
overflow: hidden;
margin: 0 -15px;
}
.widget-top-channels .channel-item {
float: left;
width: 50%;
padding: 15px;
}
.widget-top-channels .channel-item + .channel-item {
margin-top: 0;
}
footer {
position: relative;
padding-bottom: 40px;
}
footer > .container > .row > .col-md-8 {
position: absolute;
bottom: 10px;
}
footer nav ul li {
float: left;
margin-right: 30px;
}
footer .contact-list {
float: right;
}
.pagination {
margin-top: 0;
font-size: 20px;
}
}
@media (max-width: 480px) {
#news-table .info {
display: none;
}
#news-table td .cell-table-cell:nth-child(1),
#news-table td .cell-table-cell:nth-child(3) {
display: none;
}
#news-table tr.info-row {
display: none;
}
#news-table tr.full td {
border: none !important;
background-color: #16202d;
}
#news-table .cell-table-cell {
padding: 0 10px;
}
#news-table td:nth-child(1) a.ad::before {
content: none;
}
.pagination {
font-size: 16px;
}
} | web/html/css/style.css | @font-face {
font-family: 'Roboto';
src: url('../fonts/roboto/roboto-regular.eot');
src: url('../fonts/roboto/roboto-regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto/roboto-regular.woff2') format('woff2'),
url('../fonts/roboto/roboto-regular.woff') format('woff'),
url('../fonts/roboto/roboto-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/roboto/roboto-light.eot');
src: url('../fonts/roboto/roboto-light.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto/roboto-light.woff2') format('woff2'),
url('../fonts/roboto/roboto-light.woff') format('woff'),
url('../fonts/roboto/roboto-light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/roboto/roboto-medium.eot');
src: url('../fonts/roboto/roboto-medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/roboto/roboto-medium.woff2') format('woff2'),
url('../fonts/roboto/roboto-medium.woff') format('woff'),
url('../fonts/roboto/roboto-medium.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
/**
* Main page CSS
*/
html {
height: 100%;
}
body {
min-width: 480px;
min-height: 100%;
background: #1b2838 url('../img/background.jpg') no-repeat center;
background-size: cover;
font-family: Roboto;
font-size: 14px;
-webkit-font-smoothing: antialiased; /* Более тонкое сглаживание шрифтов */
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
}
.container {
width: 1200px;
}
/**
* Header
*/
header {
padding: 15px 0 4px;
background-color: #171a21;
}
header .logo {
margin-top: 7px;
display: block;
}
header .logo img {
max-width: 100%;
}
header .nav-block {
float: left;
width: 80%;
width: calc(100% - 100px);
}
header .refresh-block {
float: right;
width: 60px;
margin-top: 5px;
position: relative;
}
#refresh-control {
width: 26px;
height: 26px;
position: absolute;
left: 16px;
top: 16px;
background: url('../img/refresh-pause.png') no-repeat center;
}
#refresh-control.paused {
background-image: url('../img/refresh-start.png');
background-position-x: right;
}
#categories {
font-size: 22px;
color: #ffb962;
border-bottom: 2px solid #ffb962;
line-height: 1;
}
#categories ul {
margin: 0;
padding: 0;
list-style: none;
}
#categories li {
display: inline-block;
padding-bottom: 8px;
}
#categories li a {
color: inherit;
}
#categories li + li {
margin-left: 40px;
}
/*#categories li.active {
background: url('../img/categories_active.png') bottom center no-repeat;
}*/
#categories li.active a {
background: rgba(255, 185, 98, 0.25);
padding: 5px 10px;
border-radius: 6px 6px 0 0;
}
#categories li.active,
#categories li.active + li {
margin-left: 20px;
}
#categories li:first-child {
margin-left: 0;
}
#tags {
font-size: 16px;
color: #ffbea9;
line-height: 1;
position: relative;
margin-top: 8px;
}
#tags ul {
margin: 0;
padding: 0;
list-style: none;
}
#tags li {
display: inline-block;
margin-top: 3px;
}
#tags li a {
color: inherit;
}
#tags li + li {
margin-left: 30px;
}
#tags li.active {
color: #67c1f5;
}
#tags li.active a {
background: rgba(103, 193, 245, 0.24);
padding: 3px 10px;
border-radius: 4px;
}
#tags li.active,
#tags li.active + li {
margin-left: 10px;
}
#tags li:first-child {
margin-left: 0;
}
#search {
position: absolute;
right: 0;
top: 0;
background: none;
}
#search a {
display: inline-block;
color: #67c1f5;
border: 2px solid #67c1f5;
border-radius: 4px;
background-color: #264155;
padding: 3px 10px;
margin-top: -1px;
}
#search a:hover,
#search.active a {
text-decoration: none;
}
#search input {
display: none;
position: absolute;
left: 2px;
width: 80%;
top: 2px;
font-size: 14px;
height: 28px;
border: none;
background: none;
color: #555;
}
#search input:focus {
box-shadow: none;
}
#search.active {
left: 0;
top: -3px;
background: #fff;
border-radius: 4px;
height: 32px;
-webkit-transition: background 0.3s;
-moz-transition: background 0.3s;
-ms-transition: background 0.3s;
-o-transition: background 0.3s;
transition: background 0.3s;
}
#search.active input {
display: inline-block;
}
#search.active a {
position: absolute;
right: 0;
top: 6px;
background-color: transparent;
border: none;
color: #333;
}
#timeframes {
font-size: 16px;
font-weight: bold;
color: #bcbab8;
}
#timeframes ul {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
}
#timeframes li {
display: block;
float: left;
border: 2px solid #bcbab8;
border-radius: 4px;
margin: 0 5px 5px 0;
}
#timeframes li.active,
#timeframes li:hover,
#timeframes li:focus {
color: #171a21;
border-color: #67c1f5;
background-color: #67c1f5;
}
#timeframes li a {
color: inherit;
padding: 2px;
text-align: center;
display: block;
}
#timeframes li a:hover,
#timeframes li a:focus {
text-decoration: none;
}
#timeframes li:nth-child(1) {
width: calc(60% - 5px);
}
#timeframes li:nth-child(2) {
width: 40%;
margin-right: 0;
}
#timeframes li:nth-child(3) {
width: calc(30% - 5px);
}
#timeframes li:nth-child(4) {
width: calc(30% - 5px);
}
#timeframes li:nth-child(5) {
width: 40%;
margin-right: 0;
}
/**
* Footer
*/
footer {
background-color: #101822;
padding: 15px;
}
footer .logo {
margin-top: 4px;
display: block;
}
footer .logo img {
max-width: 100%;
}
footer nav ul {
margin: 0;
padding: 0;
list-style: none;
}
footer nav ul li {
color: #fff;
font-size: 18px;
font-weight: 300;
}
footer nav ul li a {
color: inherit;
text-decoration: underline;
}
footer nav ul li a:hover,
footer nav ul li a:focus {
color: #ccc;
}
footer .contact-list {
margin-top: -6px;
min-width: 200px;
}
footer .contact-item {
color: #63b9ec;
font-size: 20px;
font-weight: 300;
}
footer .contact-item a {
color: inherit;
}
footer .contact-item.email {
background: url('../img/contact-email.png') no-repeat left center;
padding-left: 35px;
}
/**
* Page content
*/
main {
padding: 15px 0;
}
main > .container > .row > * > .block {
min-height: 200px;
background-color: rgba(23, 26, 33, 0.75);
}
@media (min-width: 1200px) {
.container > .row > .col-md-2:first-child,
.container > .row > .col-lg-2:first-child {
width: calc(16.66666667% + 10px);
}
.container > .row > .col-md-8,
.container > .row > .col-lg-8 {
width: calc(66.66666667% - 35px);
}
.container > .row > .col-lg-2:last-child {
width: calc(16.66666667% + 25px);
}
}
.container > .row > .col-lg-2:last-child {
overflow: hidden;
}
/**
* Widgets
*/
.widget {
background-color: rgba(23, 26, 33, 0.75);
padding: 10px;
}
.widget + .widget {
margin-top: 15px;
}
.widget-transparent {
background-color: transparent;
padding: 0;
}
.widget-header {
text-transform: uppercase;
color: #8f98a0;
font-weight: 300;
margin-bottom: 20px;
}
.widget-ad a {
display: block;
}
.widget-ad a + a {
margin-top: 15px;
}
.widget-ad a img {
width: 100%;
}
.channel-list {
margin-right: -5px;
}
.channel-item {
overflow: hidden;
display: block;
color: #2f89bc;
font-size: 10px;
}
.channel-item + .channel-item {
margin-top: 20px;
}
.channel-item:hover,
.channel-item:focus {
text-decoration: none;
color: #2f89bc;
}
.channel-item .image {
width: 26px;
height: 26px;
float: left;
background: no-repeat center;
background-size: cover;
}
.channel-item .info {
margin-left: 32px;
line-height: 1;
}
.channel-item .info .name {
color: #dadada;
font-size: 14px;
margin-bottom: 3px;
margin-top: -2px;
}
.channel-item:hover .info .name,
.channel-item:focus .info .name {
text-decoration: underline;
}
/**
* News table
*/
#news-table {
border-collapse: separate;
border-spacing: 0 2px;
}
#news-table a {
color: inherit;
}
#news-table td,
#news-table th {
background-color: #16202d;
border: none;
vertical-align: middle;
}
#news-table th {
text-align: center;
background-color: #171a21;
}
#news-table tr.active td {
background-color: #264155;
}
#news-table th:nth-child(2),
#news-table th:nth-child(3),
#news-table th:nth-child(4),
#news-table td:nth-child(2),
#news-table td:nth-child(3),
#news-table td:nth-child(4) {
width: 60px;
max-width: 60px;
font-size: 12px;
}
#news-table th:nth-child(5),
#news-table td:nth-child(5) {
width: 80px;
max-width: 80px;
font-size: 12px;
}
#news-table th:nth-child(1),
#news-table td:nth-child(1) {
color: rgba(191, 152, 103, 1);
}
#news-table th:nth-child(1).active,
#news-table tr.active td:nth-child(1) {
color: rgba(255, 255, 255, 1);
}
#news-table th:nth-child(2),
#news-table td:nth-child(2) {
color: rgba(103, 193, 245, 0.35);
}
#news-table th:nth-child(2).active,
#news-table tr.active td:nth-child(2) {
color: rgba(103, 193, 245, 1);
}
#news-table th:nth-child(3),
#news-table td:nth-child(3) {
color: rgba(113, 213, 76, 0.35);
}
#news-table th:nth-child(3).active,
#news-table tr.active td:nth-child(3) {
color: rgba(113, 213, 76, 1);
}
#news-table th:nth-child(4),
#news-table td:nth-child(4) {
color: rgba(255, 69, 57, 0.35);
}
#news-table th:nth-child(4).active,
#news-table tr.active td:nth-child(4) {
color: rgba(255, 69, 57, 1);
}
#news-table th:nth-child(5),
#news-table td:nth-child(5) {
color: rgba(255, 255, 255, 0.35);
}
#news-table th:nth-child(5).active,
#news-table tr.active td:nth-child(5) {
color: rgba(255, 255, 255, 1);
}
#news-table .channel-link {
display: block;
width: 32px !important;
height: 32px;
background: no-repeat center;
background-size: cover;
margin-left: 0 !important;
}
.cell-table {
display: table;
width: 100%;
}
.cell-table-cell {
display: table-cell;
vertical-align: middle;
}
#news-table td:nth-child(1) {
padding: 0;
}
#news-table td .cell-table-cell:nth-child(1),
#news-table td .cell-table-cell:nth-child(3) {
width: 40px;
min-width: 40px;
}
#news-table td:nth-child(1) a.ad::before {
content: "Реклама";
display: inline-block;
background-color: #e62117;
font-size: 10px;
font-weight: bold;
color: #fff;
padding: 2px 5px;
margin-right: 8px;
border-radius: 4px;
text-transform: uppercase;
position: relative;
top: -1px;
}
#news-table .info {
display: none;
background: url('../img/youtube-icon.png') no-repeat center;
width: 23px;
height: 17px;
float: right;
margin-left: 10px;
}
#news-table tr:hover .info,
#news-table tr.full .info {
display: block;
}
#news-table tr.full td {
border-top: 2px solid #67c1f5;
border-bottom: 2px solid #67c1f5;
background-color: #264155;
}
#news-table tr.full td:first-child {
border-left: 2px solid #67c1f5;
}
#news-table tr.full td:last-child {
border-right: 2px solid #67c1f5;
}
#news-table tr.full .cell-table {
margin-left: -2px;
}
#news-table tr.info-row td .cell-content {
background-color: #264155;
border: 2px solid #67c1f5;
border-top: none;
top: -2px;
position: relative;
overflow: hidden;
}
#news-table .info-row .image {
width: 204px;
float: left;
}
#news-table .info-row .video-info {
margin-left: 16px;
float: left;
width: 60%;
width: calc(100% - 230px);
color: #fff;
}
#news-table .info-row .video-info .channel-info {
display: inline-block;
margin: 10px 0 5px;
}
#news-table .info-row .video-info .channel-image {
background: no-repeat center;
background-size: cover;
width: 32px;
height: 32px;
margin-right: 8px;
display: inline-block;
}
#news-table .info-row .video-info .channel-name {
font-size: 32px;
display: inline-block;
line-height: 1;
position: relative;
top: -4px;
}
#news-table .info-row .name {
border-top: 2px solid #fff;
padding-top: 5px;
font-size: 16px;
}
#news-table .info-row .share42init {
margin-top: 20px;
text-align: right;
margin-right: -6px;
}
.pagination {
font-size: 24px;
font-weight: bold;
}
.pagination > li > a {
background-color: #16202d;
color: #67c1f5;
border: 2px solid #67c1f5;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
background-color: #67c1f5;
color: #fff;
border: 2px solid #67c1f5;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
background-color: #16202d;
border-color: #16202d;
border-left-color: #67c1f5;
border-right-color: #67c1f5;
}
.widget-streaming .widget-header {
color: #e62117;
font-size: 16px;
border: 2px solid #e62117;
border-radius: 4px;
text-align: center;
}
.video-item .channel-name {
color: #fff;
font-size: 16px;
margin-bottom: 5px;
display: block;
}
.video-item .link {
display: block;
}
.video-item .link .image {
width: 100%;
margin-bottom: 5px;
}
.video-item .link .name {
font-size: 12px;
color: #94bdd1;
margin-bottom: 5px;
}
.video-item + .video-item {
margin-top: 10px;
}
.widget-streaming .video-item + .video-item {
border-top: 2px solid #264155;
padding-top: 25px;
margin-top: 5px;
}
.video-list {
overflow: hidden;
}
.widget-top-videos .flexslider {
margin: 0;
background: transparent;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-radius: 0;
}
.widget-top-videos .control-nav {
display: none;
}
.widget-top-videos .navigation {
overflow: hidden;
}
.widget-top-videos .navigation a {
display: block;
width: 49%;
width: calc(50% - 1px);
background: #264155 no-repeat center;
height: 25px;
}
.widget-top-videos .navigation a:nth-child(2n) {
margin-left: 1px;
float: right;
}
.widget-top-videos .navigation a:nth-child(2n+1) {
margin-right: 1px;
float: left;
}
.widget-top-videos .navigation .flex-prev {
background-image: url('../img/flex-nav-prev.png');
}
.widget-top-videos .navigation .flex-next {
background-image: url('../img/flex-nav-next.png');
}
.widget-top-videos .video-item + .video-item {
margin-top: 0;
}
.widget-top-videos .video-item .link {
position: relative;
}
.widget-top-videos .video-item .link::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
display: block;
background: url('../img/youtube-video-icon.png') no-repeat center;
width: 51px;
height: 36px;
margin-left: -25px;
margin-top: -18px;
}
#channel-info {
background-color: #171a21;
overflow: hidden;
}
#channel-info .image {
width: 80px;
height: 80px;
background: no-repeat center;
background-size: cover;
float: left;
margin-right: 15px;
}
#channel-info .info {
float: left;
width: 80%;
width: calc(100% - 95px);
float: left;
}
#channel-info .info .name {
font-size: 32px;
color: #fff;
}
#channel-info .info .description {
font-size: 20px;
color: #67c1f5;
}
#search-info {
background-color: #171a21;
padding: 10px 15px;
}
#search-info .summary {
font-size: 18px;
color: #ffb962;
margin-bottom: 10px;
}
#search-info .summary .count {
text-decoration: underline;
}
#search-info .summary .query {
color: #67c1f5;
}
.form-control {
background-color: transparent;
font-size: 16px;
color: #67c1f5;
border: 2px solid #67c1f5;
height: 38px;
}
.form-control:focus {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.btn {
height: 38px;
font-size: 16px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: none;
}
.btn-default {
background-color: #264155;
border: 2px solid #67c1f5;
color: #67c1f5;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
background-color: #67c1f5 !important;
color: #fff !important;
border-color: #67c1f5 !important;
}
.btn-warning {
background-color: #f1b05e;
border: 2px solid #f1b05e;
color: #101822;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:active:focus {
background-color: transparent !important;
color: #f1b05e !important;
border-color: #f1b05e !important;
}
article {
background-color: rgba(23, 26, 33, 0.75);
color: #fff;
font-size: 16px;
padding: 15px;
}
article h1 {
font-weight: normal;
color: #67c1f5;
font-size: 32px;
text-align: center;
margin: -15px -15px 15px;
padding: 10px;
background-color: #264155;
}
article p {
margin-bottom: 20px;
}
/**
* Mobile CSS
*/
@media (min-width: 992px) and (max-width: 1199px) {
.container {
width: 960px;
}
header .container > .row > .col-md-2:first-child,
footer .container > .row > .col-md-2:first-child {
width: calc(16.66666667% + 30px);
}
header .container > .row > .col-md-8,
footer .container > .row > .col-md-8 {
width: calc(66.66666667% - 95px);
}
header .container > .row > .col-md-2:last-child,
footer .container > .row > .col-md-2:last-child {
width: calc(16.66666667% + 65px);
}
main .container > .row > .col-md-2:first-child {
width: calc(16.66666667% + 30px);
}
main .container > .row > .col-md-10 {
width: calc(83.33333333% - 30px);
}
#categories {
font-size: 18px;
}
#categories li + li {
margin-left: 20px;
}
#tags {
font-size: 14px;
}
#tags li + li {
margin-left: 15px;
}
#search {
top: -2px;
}
#search.active {
top: -5px;
}
.widget-streaming {
float: left;
width: 75%;
width: calc(75% - 10px);
margin-right: 20px;
}
.widget-streaming .video-list {
margin: 0 -30px;
}
.widget-streaming .video-item {
width: 33.33333333%;
float: left;
padding: 0 30px;
}
.widget-streaming .video-item + .video-item {
border-top: none;
border-left: 2px solid #264155;
margin-top: 0;
padding-top: 0;
}
.widget-top-videos {
float: left;
width: 25%;
width: calc(25% - 10px);
margin-top: 0 !important;
}
.pagination {
margin-top: 10px;
}
}
@media (max-width: 991px) {
.container {
width: 100%;
margin: 0;
}
main .container > .row {
display: flex;
flex-direction: column;
}
main .container > .row > .col-md-2:first-child {
order: 2;
}
main .container > .row > .col-md-10 {
order: 1;
}
main .container > .row > .col-lg-2:last-child {
display: none;
}
header {
padding-bottom: 80px;
}
header .logo {
width: 180px;
margin-top: 10px;
}
#timeframes {
float: right;
width: 180px;
}
header .container > .row {
position: relative;
}
header .container > .row > .col-md-8 {
position: absolute;
top: 0;
left: 0;
right: 0;
}
header .refresh-block {
position: absolute;
top: 0;
left: 50%;
margin-left: -30px;
}
header .nav-block {
position: absolute;
top: 80px;
left: 15px;
right: 15px;
width: 90%;
width: calc(100% - 30px);
}
#categories {
font-size: 18px;
}
#categories li + li {
margin-left: 20px;
}
#tags {
font-size: 14px;
}
#tags li + li {
margin-left: 15px;
}
#search {
top: -2px;
}
#search.active {
top: -5px;
}
.widget-ad {
display: none;
}
.widget-top-channels .channel-list {
overflow: hidden;
margin: 0 -15px;
}
.widget-top-channels .channel-item {
float: left;
width: 50%;
padding: 15px;
}
.widget-top-channels .channel-item + .channel-item {
margin-top: 0;
}
footer {
position: relative;
padding-bottom: 40px;
}
footer > .container > .row > .col-md-8 {
position: absolute;
bottom: 10px;
}
footer nav ul li {
float: left;
margin-right: 30px;
}
footer .contact-list {
float: right;
}
.pagination {
margin-top: 0;
font-size: 20px;
}
}
@media (max-width: 480px) {
#news-table .info {
display: none;
}
#news-table td .cell-table-cell:nth-child(1),
#news-table td .cell-table-cell:nth-child(3) {
display: none;
}
#news-table tr.info-row {
display: none;
}
#news-table tr.full td {
border: none !important;
background-color: #16202d;
}
#news-table .cell-table-cell {
padding: 0 10px;
}
#news-table td:nth-child(1) a.ad::before {
content: none;
}
.pagination {
font-size: 16px;
}
} | 0.335677 | 0.054424 |
body {
margin: 0;
overflow: hidden;
}
.button {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
background: #70ffc1;
border-radius: 5px;
border: solid #8C7676;
height: 30px;
width: 80px;
font-family: 'Barlow';
font-size: 15px;
text-shadow: 0 0 10px #8C7676;
box-shadow: 0 0 10px #8C7676;
user-select: none;
cursor: pointer;
}
.pixelcanvas {
height: 100%;
width: 100%;
}
.griditem {
height: 30px;
width: 30px;
background: linear-gradient(#00ffff, #b6ff00);
}
.grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
#outer {
position: absolute;
align-items: center;
flex-direction: column;
width: 100%;
top: 10px;
display: flex;
justify-content: center;
pointer-events: none;
}
#outercenter {
position: absolute;
align-items: center;
flex-direction: column;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
pointer-events: none;
}
.panel {
position: absolute;
display: flex;
line-height: 10px;
justify-content: space-around;
align-items: center;
border-radius: 25px;
background: #99F0CA;
box-shadow: 0 0 25px #8C7676;
text-shadow: 0 0 5px #808080;
height: 100px;
width: 600px;
pointer-events: all;
}
.panelright {
height: 600px;
width: 200px;
display: grid;
justify-items: center;
}
.appearup {
opacity: 40%;
top: -60px;
transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
}
.appearright {
opacity: 40%;
right: -80px;
transition: opacity 0.2s ease-in-out, right 0.2s ease-in-out;
}
.appearup:hover {
opacity: 100%;
top: -10px;
}
.appearright:hover {
opacity: 100%;
right: 0px;
}
.button:focus {
animation: button-click ease-in-out 0.5s;
}
.button:active {
animation: none;
}
@keyframes button-click {
0% {
background: #8C7676;
color: antiquewhite;
font-size: 16px;
}
100% {
background: #70ffc1;
color: unset;
font-size: 15px;
}
} | Games/css/PixelPlayground.css | body {
margin: 0;
overflow: hidden;
}
.button {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
justify-content: center;
background: #70ffc1;
border-radius: 5px;
border: solid #8C7676;
height: 30px;
width: 80px;
font-family: 'Barlow';
font-size: 15px;
text-shadow: 0 0 10px #8C7676;
box-shadow: 0 0 10px #8C7676;
user-select: none;
cursor: pointer;
}
.pixelcanvas {
height: 100%;
width: 100%;
}
.griditem {
height: 30px;
width: 30px;
background: linear-gradient(#00ffff, #b6ff00);
}
.grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
#outer {
position: absolute;
align-items: center;
flex-direction: column;
width: 100%;
top: 10px;
display: flex;
justify-content: center;
pointer-events: none;
}
#outercenter {
position: absolute;
align-items: center;
flex-direction: column;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
pointer-events: none;
}
.panel {
position: absolute;
display: flex;
line-height: 10px;
justify-content: space-around;
align-items: center;
border-radius: 25px;
background: #99F0CA;
box-shadow: 0 0 25px #8C7676;
text-shadow: 0 0 5px #808080;
height: 100px;
width: 600px;
pointer-events: all;
}
.panelright {
height: 600px;
width: 200px;
display: grid;
justify-items: center;
}
.appearup {
opacity: 40%;
top: -60px;
transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
}
.appearright {
opacity: 40%;
right: -80px;
transition: opacity 0.2s ease-in-out, right 0.2s ease-in-out;
}
.appearup:hover {
opacity: 100%;
top: -10px;
}
.appearright:hover {
opacity: 100%;
right: 0px;
}
.button:focus {
animation: button-click ease-in-out 0.5s;
}
.button:active {
animation: none;
}
@keyframes button-click {
0% {
background: #8C7676;
color: antiquewhite;
font-size: 16px;
}
100% {
background: #70ffc1;
color: unset;
font-size: 15px;
}
} | 0.674265 | 0.075346 |
@font-face {
font-family: 'Open Sans webfont';
src: url('../../fonts/OpenSans-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans webfont';
src: url('../../fonts/OpenSans-Semibold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Open Sans webfont';
src: url('../../fonts/OpenSans-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Open Sans webfont';
src: url('../../fonts/OpenSans-SemiboldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Hack webfont';
src: url('../../fonts/Hack-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Hack webfont';
src: url('../../fonts/Hack-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Hack webfont';
src: url('../../fonts/Hack-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Hack webfont';
src: url('../../fonts/Hack-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
/* Group: Reset */
html {
font-size: 14px;
}
html[lang="ar"],
html[lang="he"] {
direction: rtl;
}
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend,
input, textarea, p, blockquote, th, td {
margin: 0em;
padding: 0em;
}
table {
border-collapse: collapse;
border-spacing: 0em;
}
fieldset, img {
border: 0em;
}
address, caption, cite, code,
dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}
ul {
list-style: none;
}
ol {
list-style: decimal inside;
}
input, textarea, select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
/* Group: Core */
*::selection {
color: #ffffff;
background-color: #ff7f00;
}
body {
font-family: "Open Sans webfont", sans-serif;
font-size: 1rem;
line-height: 1.5;
color: #4a4747;
background-color: #efefef;
min-width: 320px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
font-style: normal;
font-variant: normal;
margin: 1rem 0em;
}
h1:first-child, h2:first-child,
h3:first-child, h4:first-child,
h5:first-child, h6:first-child {
margin-top: 0em;
}
h1 {
font-size: 2em;
}
#content h1, h2 {
font-size: 1.5em;
}
h3 {
font-size: 1em;
}
h4, h5, h6 {
font-size: 1em;
}
em {
font: inherit;
font-style: italic;
}
strong {
font: inherit;
font-weight: bold;
}
small, .small {
font-size: 0.8em;
}
small li code, .small li code {
line-height: 2;
}
p {
margin: 0em 0em 1em 0em;
}
a:link,
a:visited {
color: #4a4747;
text-decoration: underline;
}
a:focus {
outline: #ff7f00 dashed 2px;
}
a:hover,
a:focus,
a:active {
color: #2f61c4;
text-decoration: underline;
}
div.clear {
visibility: hidden;
clear: both;
}
/* Group: Header */
#header {
background-color: #4f4f4f;
padding: 2rem 0rem 3rem 0rem;
color: #efefef;
text-align: center;
position: relative;
}
#header h1 {
font-weight: normal;
margin: 0rem 2rem 2rem 2rem;
}
#header h1 a {
color: #ffffff;
text-decoration: none;
}
#header #navigation {
position: absolute;
bottom: 0em;
left: 4rem;
right: 4rem;
}
#header #navigation li {
display: block;
}
#header #navigation li a {
box-sizing: border-box;
display: block;
float: left;
width: 24%;
margin-left: 0em;
margin-right: 1%;
padding: 0rem 1rem;
height: 3rem;
line-height: 3rem;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-decoration: none;
border-top-left-radius: 0.8em;
border-top-right-radius: 0.8em;
}
#header #navigation li:last-child a {
width: 25%;
margin-right: 0%;
}
#header #navigation li a:link,
#header #navigation li a:visited {
background-color: #cfcfcf;
}
#header #navigation li.selected a:link,
#header #navigation li.selected a:visited,
#header #navigation li a:hover,
#header #navigation li a:focus {
outline: none;
background-color: #efefef;
}
/* Group: Sub-Navigation */
#sub_nav {
margin: 4rem 4rem 0rem 4rem;
height: 3rem;
overflow: hidden;
}
#sub_nav li {
display: block;
float: left;
position: relative;
top: 0px;
height: 3rem;
}
#sub_nav li a {
display: inline-block;
text-decoration: none;
font-size: 0.8em;
line-height: 3rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0em 0.5em 0em 0em;
padding: 0em 1rem;
border: 1px solid #cfcfcf;
border-bottom: none;
border-top-left-radius: 0.8em;
border-top-right-radius: 0.8em;
}
#sub_nav li a:link,
#sub_nav li a:visited {
background-color: #dfdfdf;
}
#sub_nav li.selected a:link,
#sub_nav li.selected a:visited,
#sub_nav li a:hover,
#sub_nav li a:focus {
outline: none;
background-color: #ffffff;
}
/* Group: Content */
#content {
clear: both;
background-color: #ffffff;
padding: 1em;
margin: 0rem 4rem 4rem 4rem;
border: 1px solid #cfcfcf;
border-top: none;
position: relative;
overflow: hidden;
}
div.pagination {
clear: both;
text-align: center;
margin-top: 1em;
}
a.prev_page,
a.next_page {
min-width: 15em;
}
span.pages {
display: block;
margin-bottom: 1rem;
}
/* Group: Extend */
#content ul.extend {
box-sizing: border-box;
width: 100%;
clear: both;
}
#content ul#modules_enabled,
#content ul#feathers_enabled {
clear: both;
float: left;
}
#content ul.extend > h5:only-child {
display: none;
}
#content ul.extend > li {
box-sizing: border-box;
display: block;
width: 100%;
min-height: 4em;
list-style: none;
padding: 1rem;
margin: 1rem 0rem;
border-radius: 0.4em;
}
#content ul.extend > li:first-of-type {
margin-top: 0em;
}
#content ul.extend > li {
background-color: #efefef;
border: 1px solid #cfcfcf;
}
#content ul#modules_enabled > li,
#content ul#feathers_enabled > li,
#content ul.themes > li.current {
background-color: #ebfae4;
border: 1px solid #bdd6b5;
}
#content ul#modules_enabled > li.error,
#content ul#modules_disabled > li.error {
background-color: #ffbd9e;
border: 1px solid #d9a086;
}
li.module p:last-of-type,
li.feather p:last-of-type,
li.module p.module_conflicts_message,
li.module p.module_dependencies_message {
margin-bottom: 0em;
}
li.module ol.module_conflicts_list,
li.module ol.module_dependencies_list {
margin: 0rem 0rem 1rem 1rem;
}
li.module:not(.error) .module_dependencies_message,
li.module:not(.error) .module_dependencies_list,
li.module:not(.error) .module_conflicts_message,
li.module:not(.error) .module_conflicts_list {
display: none;
}
li.module div.controls,
li.feather div.controls,
li.theme div.controls {
margin-top: 1em;
padding-top: 1em;
border-top: 1px solid #cfcfcf;
}
ul#modules_enabled div.controls,
ul#feathers_enabled div.controls,
li.theme.current div.controls {
border-top: 1px solid #bdd6b5;
}
ul#modules_enabled > li.error div.controls,
ul#modules_disabled > li.error div.controls {
border-top: 1px solid #d9a086;
}
li.module div.controls button,
li.feather div.controls button,
li.theme div.controls button {
float: right;
}
li.module div.controls button + button,
li.feather div.controls button + button,
li.theme div.controls button + button {
margin-right: 1rem;
}
#content ul.extend li a.emblem img,
#content ul.extend > li > h3 a {
text-decoration: none;
}
#content ul.extend > li p:last-child {
margin-bottom: 0em;
}
/* Group: Forms */
input:placeholder {
color: #dddddd;
opacity: 1;
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="range"],
input[type="password"] {
box-sizing: border-box;
width: 10em;
font-size: 1.25rem;
padding: 0.4em;
border-radius: 0em;
border: 1px solid #cfcfcf;
background-color: #ffffff;
}
input:invalid,
textarea:invalid {
border-color: #ff7f00;
box-shadow: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="password"]:focus {
border-color: #1e57ba;
outline: none;
}
input[type="text"].error,
input[type="email"].error,
input[type="url"].error,
input[type="tel"].error,
input[type="date"].error,
input[type="time"].error,
input[type="number"].error,
input[type="range"].error,
input[type="password"].error,
textarea.error {
background-color: #faebe4;
}
input[type="text"].error:focus,
input[type="email"].error:focus,
input[type="url"].error:focus,
input[type="tel"].error:focus,
input[type="date"].error:focus,
input[type="time"].error:focus,
input[type="number"].error:focus,
input[type="range"].error:focus,
input[type="password"].error:focus,
textarea.error:focus {
border: 1px solid #d51800;
}
input[type="password"].strong {
background-color: #ebfae4;
}
input[type="password"].strong:focus {
border: 1px solid #108600;
}
input[type="file"] {
box-sizing: border-box;
border: none;
transition-property: padding-left;
transition-duration: 250ms;
transition-delay: 250ms;
}
input[type="file"]:invalid {
padding-left: 1.5rem;
background: transparent url(../images/icons/invalid.svg) center left/16px no-repeat;
}
input[disabled],
input.disabled {
cursor: not-allowed;
}
input.code,
textarea.code,
code {
font-family: "Hack webfont", monospace;
font-style: normal;
}
code {
font-size: 0.8rem;
background-color: #efefef;
padding: 0px 2px;
color: #4f4f4f;
border: 1px solid #cfcfcf;
}
form.split > fieldset > * {
clear: both;
}
form.split label {
box-sizing: border-box;
display: inline-block;
width: 45%;
clear: both;
text-align: right;
text-align: end;
padding: 0rem 1rem;
}
form.split input[type="text"],
form.split input[type="email"],
form.split input[type="url"],
form.split input[type="tel"],
form.split input[type="password"],
form.split select,
form.split textarea {
width: 33%;
}
form.split input[type="date"],
form.split input[type="time"],
form.split input[type="number"],
form.split input[type="range"] {
width: 16%;
}
form.split ul,
form.split ol {
margin-bottom: 1rem;
}
form.split small,
form.split .small {
display: block;
margin: 0.25rem 0rem 0rem 45%;
}
html[lang="ar"] form.split small,
html[lang="he"] form.split small,
html[lang="ar"] form.split .small,
html[lang="he"] form.split .small {
margin: 0.25rem 45% 0rem 0rem;
}
form.split p.buttons {
display: block;
margin: 1rem 0rem 0rem 45%;
}
html[lang="ar"] form.split p.buttons,
html[lang="he"] form.split p.buttons {
margin: 1rem 45% 0rem 0rem;
}
form.split div.confirmation {
margin-top: 1rem;
}
/* Group: Tables */
table {
width: 100%;
margin: 0rem 0rem 1rem 0rem;
overflow-x: scroll;
}
table:last-child,
table.interactive {
margin-bottom: 0em;
}
table thead tr {
background-color: #4f4f4f;
color: #ffffff;
border: 1px solid #4f4f4f;
}
table thead tr th {
padding: 0.5rem;
font-weight: bold;
}
table tbody tr td {
padding: 0.5rem;
border: 1px solid #cfcfcf;
vertical-align: middle;
}
table tbody tr:nth-child(even) td {
background-color: #fbfbfb;
}
table tbody tr td.main {
min-width: 10rem;
}
table thead tr th.checkbox,
table tbody tr td.checkbox,
table thead tr th.controls,
table tbody tr td.controls {
text-align: center;
vertical-align: middle;
}
table tbody tr td.controls {
width: 4em;
}
table thead tr th.title,
table tbody tr td.title,
table thead tr th.name,
table tbody tr td.name,
table thead tr th.list,
table tbody tr td.list {
text-align: left;
text-align: start;
}
table thead tr th.date,
table tbody tr td.date,
table thead tr th.emblem,
table tbody tr td.emblem,
table thead tr th.value,
table tbody tr td.value,
table thead tr th.status,
table tbody tr td.status {
text-align: center;
}
table tbody tr td.placeholder {
display: block;
border: none;
}
table tbody tr td.status {
background-color: #f2fbff;
}
table tbody tr.private td.status,
table tbody tr.registered_only td.status {
background-color: #faebe4;
}
table tbody tr.public td.status {
background-color: #ebfae4;
}
table tbody tr.denied td.status {
background-color: #faebe4;
}
table tbody tr.approved td.status {
background-color: #ebfae4;
}
table tbody tr.comment_excerpt td p {
margin: 0em;
}
th.toggler > label {
display: none;
}
td.controls img {
position: relative;
top: 2px;
width: 16px;
height: 16px;
}
/* Group: Flashes */
p.flash {
padding: 0.6rem;
margin-bottom: 1rem;
background-color: #1e57ba;
color: #ffffff;
border: none;
border-radius: 0.3em;
}
p.flash.notice {
background-color: #108600;
}
p.flash.warning {
background-color: #c11600;
}
p.flash a {
color: #ffffff;
font-weight: bold;
font-style: italic;
text-decoration: none;
}
p.flash a:hover,
p.flash a:focus,
p.flash a:active {
text-decoration: underline;
}
/* Group: Buttons */
.buttons {
clear: both;
}
button,
a.button,
a.next_page,
a.prev_page {
box-sizing: border-box;
display: inline-block;
font-family: inherit;
font-size: 1.25rem;
color: #4a4747;
line-height: 1.5;
margin: 0em;
padding: 0.4em 0.6em;
background-color: #f2fbff;
border: 2px solid #b8cdd9;
border-radius: 0.3em;
cursor: pointer;
text-decoration: none;
}
button:hover,
a.button:hover,
a.next_page:hover,
a.prev_page:hover,
button:focus,
a.button:focus,
a.next_page:focus,
a.prev_page:focus,
button:active,
a.button:active,
a.next_page:active,
a.prev_page:active {
border-color: #1e57ba;
outline: none;
}
div.pagination a.prev_page + a.next_page {
margin-left: 1rem;
}
button.boo,
a.button.boo {
color: #3e3634;
background-color: #faebe4;
border: 2px solid #d6bdb5;
}
button.boo:hover,
a.button.boo:hover,
button.boo:focus,
a.button.boo:focus,
button.boo:active,
a.button.boo:active {
border-color: #c11600;
}
button.yay,
a.button.yay {
color: #363e34;
background-color: #ebfae4;
border: 2px solid #bdd6b5;
}
button.yay:hover,
a.button.yay:hover,
button.yay:focus,
a.button.yay:focus,
button.yay:active,
a.button.yay:active {
border-color: #108600;
}
button > img,
a.button > img {
position: relative;
top: 6px;
width: 16px;
height: 16px;
float: left;
margin-right: 0.6em;
}
button[disabled],
button.disabled {
background-color: #efefef;
border-color: #cfcfcf;
color: #7f7f7f;
cursor: not-allowed;
}
button[disabled]:hover,
button.disabled:hover,
button[disabled]:focus,
button.disabled:focus {
border-color: #7f7f7f;
}
div.confirmation button,
div.confirmation a.button {
min-width: 15em;
margin-left: 0.5rem;
margin-right: 0.5rem;
padding-right: calc(16px + 0.6em);
}
*.tag {
display: inline-block;
margin-top: 0.25rem;
padding: 0px 2px;
padding: 0em 0.25em;
border-radius: 0.25em;
border: 1px solid #cfcfcf;
background-color: #efefef;
}
*.tag:link,
*.tag:visited {
text-decoration: none;
}
*.tag_added {
background-color: #fffecd;
border-color: #e5d7a1;
}
/* Group: Options */
.main_options input,
.main_options select,
.main_options textarea {
display: block;
}
.main_options input[type="text"],
.main_options input[type="email"],
.main_options input[type="url"],
.main_options input[type="tel"],
.main_options input[type="date"],
.main_options input[type="time"],
.main_options input[type="number"],
.main_options input[type="range"],
.main_options input[type="password"],
.main_options input[type="file"],
.main_options textarea {
width: 100%;
margin: 0em;
}
.more_options_option {
box-sizing: border-box;
display: block;
width: 50%;
margin: 0em;
padding-bottom: 1rem;
min-height: 5rem;
float: left;
}
.more_options_option:nth-of-type(odd) {
clear: both;
padding-right: 1rem;
}
.more_options_option:nth-of-type(even) {
padding-left: 1rem;
}
div.more_options p input,
div.more_options p select,
div.more_options p textarea {
display: block;
}
div.more_options p input[type="text"],
div.more_options p input[type="email"],
div.more_options p input[type="url"],
div.more_options p input[type="tel"],
div.more_options p input[type="date"],
div.more_options p input[type="time"],
div.more_options p input[type="number"],
div.more_options p input[type="range"],
div.more_options p input[type="password"],
div.more_options p select,
div.more_options p textarea {
width: 100%;
margin: 0em;
}
span.options_extra {
box-sizing: border-box;
display: block;
width: 100%;
max-height: 10rem;
padding: 0.5rem;
background-color: #fbfbfb;
overflow-y: auto;
box-shadow: inset 0px 2px 4px 0px rgba(79, 79, 79, 0.25);
}
span.options_tray {
box-sizing: border-box;
display: block;
width: 100%;
font-size: 0.67rem;
border: 1px solid #cfcfcf;
border-top: none;
padding: 0.25rem 0.5rem;
border-bottom-left-radius: 0.8em;
border-bottom-right-radius: 0.8em;
}
textarea:invalid + span.options_tray {
border-color: #ff7f00;
}
textarea:focus + span.options_tray {
border-color: #1e57ba;
}
/* Group: Helpers & General */
table.interactive + div.controls {
background-color: #fffceb;
padding: 1rem;
border: 1px solid #cfcfcf;
border-top: none;
}
div.controls h4 {
display: inline;
}
div.controls input {
padding: 0.4em;
}
div.confirmation {
text-align: center;
margin-top: 1rem;
}
hr {
border: none;
clear: both;
border-top: 1px solid #cfcfcf;
margin: 2rem 0rem;
}
a.emblem {
text-decoration: none;
}
a.emblem > img,
img.emblem {
display: inline;
position: relative;
top: 2px;
width: 16px;
height: 16px;
}
a.emblem.markdown > img {
width: 26px;
}
a.emblem.preview {
float: right;
margin-left: 4px;
}
a.emblem:focus {
outline: none;
}
a.emblem:hover > img,
a.emblem:focus > img {
filter: brightness(100%) sepia(100%) saturate(350%) hue-rotate(180deg);
}
a.emblem.markdown:hover > img,
a.emblem.markdown:focus > img {
filter: invert(25%) sepia(100%) saturate(330%) hue-rotate(180deg) brightness(125%);
}
.drag_highlight {
background-color: #fffceb;
}
/* Group: iFrames */
.iframe_background {
display: block;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
/* Prevent other elements overlapping */
z-index: 1;
background-color: rgba(239, 239, 239, 0.75);
}
.iframe_foreground {
box-sizing: border-box;
display: block;
position: absolute;
margin: 0em;
top: calc(0% + 48px);
left: calc(25% - 48px);
width: calc(50% + 96px);
height: calc(50% + 96px);
overflow-x: hidden;
overflow-y: auto;
border: none;
background-color: #ffffff;
box-shadow: 0px 4px 16px 2px rgba(79, 79, 79, 0.5);
}
.iframe_close_gadget {
display: block;
position: absolute;
width: 24px;
height: 24px;
top: 24px;
right: calc(25% - 72px);
cursor: pointer;
}
.iframe_close_gadget img {
width: 24px;
height: 24px;
}
.ajax_loading {
background-size: 30px 30px;
background-image: linear-gradient(-45deg,
#fbfbfb 25%,
transparent 25%,
transparent 50%,
#fbfbfb 50%,
#fbfbfb 75%,
transparent 75%,
transparent) !important;
animation: ajax_loading 2s linear infinite;
}
.ajax_loading .controls {
visibility: hidden;
}
/* Group: Keyframes */
@keyframes ajax_loading {
from {
background-position: 0px 0px;
}
to {
background-position: 60px 30px;
}
}
/* Group: Breakpoints */
@media screen and (max-width: 960px) {
#header #navigation {
left: 0em;
right: 0em;
}
#header #navigation li a {
display: block;
width: 24%;
margin-left: 0em;
margin-right: 1%;
}
#header #navigation li:last-child a {
width: 25%;
margin-right: 0%;
}
#sub_nav {
margin-top: 1rem;
height: auto;
}
#sub_nav, #content {
margin-left: 1rem;
margin-right: 1rem;
}
#content {
margin-bottom: 1rem;
}
#sub_nav li {
box-sizing: border-box;
width: 50%;
height: 3rem;
text-align: center;
overflow: visible;
}
#sub_nav li:nth-child(odd) {
clear: both;
}
#sub_nav li:nth-child(odd):last-child {
width: 100%;
}
#sub_nav li a {
box-sizing: border-box;
display: block;
float: left;
width: 100%;
margin: 0em;
padding: 0rem 1rem 2rem 1rem;
font-size: 1rem;
}
#sub_nav li:nth-child(odd) a {
border-right: none !important;
}
#sub_nav li:nth-child(odd):last-child a {
border-right: 1px solid #cfcfcf !important;
}
label {
display: block;
}
form.split label {
width: 100%;
float: none;
text-align: left;
text-align: start;
padding: 0em;
}
form.split small,
form.split .small,
form.split p.buttons,
html[lang="ar"] form.split small,
html[lang="he"] form.split small,
html[lang="ar"] form.split .small,
html[lang="he"] form.split .small,
html[lang="ar"] form.split p.buttons,
html[lang="he"] form.split p.buttons {
margin-left: 0em;
margin-right: 0em;
}
input.text,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="range"],
input[type="password"],
input[type="file"],
select,
textarea {
margin-left: 0em !important;
margin-right: 0em !important;
width: 100% !important;
}
#content table thead tr th:not(.main):not(.controls):not(.toggler),
#content table tbody tr td:not(.main):not(.controls):not(.checkbox):not(.placeholder) {
display: none;
}
#content table tbody tr td {
padding: 1rem 0.5rem;
}
#content table tbody tr td.main {
min-width: 4rem;
}
#content table tbody tr td.controls,
#content table tbody tr td.checkbox,
#content table tbody tr td.emblem {
min-width: 32px;
}
table.interactive + div.controls {
padding: 2rem;
}
button, a.button,
a.prev_page, a.next_page {
float: none !important;
clear: both !important;
display: block !important;
width: 100% !important;
padding: 0.4em 0.6em !important;
margin: 1em 0em 0em 0em !important;
text-align: center !important;
box-sizing: border-box !important;
}
form.split label + button {
margin-top: 0em !important;
}
p.flash {
margin: 0rem 0rem 1rem 0rem !important;
}
span.pages {
margin-top: 1rem;
}
div.controls h4 {
display: block;
}
div.more_options p.more_options_option {
width: 100%;
min-height: 0em;
margin: 0rem 0rem 1rem 0rem;
padding: 0em;
}
div.more_options > .more_options_option {
padding-left: 0em !important;
padding-right: 0em !important;
}
#content ul.extend > li > h3 {
line-height: 2;
}
li.module div.controls,
li.feather div.controls {
padding-top: 0em;
}
div.controls .module_disabler_confirm,
div.controls .feather_disabler_confirm {
margin-top: 1rem;
}
div.controls .module_disabler_confirm label,
div.controls .feather_disabler_confirm label {
display: inline;
}
} | admin/stylesheets/all.css |
@font-face {
font-family: 'Open Sans webfont';
src: url('../../fonts/OpenSans-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Open Sans webfont';
src: url('../../fonts/OpenSans-Semibold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Open Sans webfont';
src: url('../../fonts/OpenSans-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Open Sans webfont';
src: url('../../fonts/OpenSans-SemiboldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Hack webfont';
src: url('../../fonts/Hack-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Hack webfont';
src: url('../../fonts/Hack-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Hack webfont';
src: url('../../fonts/Hack-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Hack webfont';
src: url('../../fonts/Hack-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
/* Group: Reset */
html {
font-size: 14px;
}
html[lang="ar"],
html[lang="he"] {
direction: rtl;
}
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend,
input, textarea, p, blockquote, th, td {
margin: 0em;
padding: 0em;
}
table {
border-collapse: collapse;
border-spacing: 0em;
}
fieldset, img {
border: 0em;
}
address, caption, cite, code,
dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}
ul {
list-style: none;
}
ol {
list-style: decimal inside;
}
input, textarea, select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
/* Group: Core */
*::selection {
color: #ffffff;
background-color: #ff7f00;
}
body {
font-family: "Open Sans webfont", sans-serif;
font-size: 1rem;
line-height: 1.5;
color: #4a4747;
background-color: #efefef;
min-width: 320px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
font-style: normal;
font-variant: normal;
margin: 1rem 0em;
}
h1:first-child, h2:first-child,
h3:first-child, h4:first-child,
h5:first-child, h6:first-child {
margin-top: 0em;
}
h1 {
font-size: 2em;
}
#content h1, h2 {
font-size: 1.5em;
}
h3 {
font-size: 1em;
}
h4, h5, h6 {
font-size: 1em;
}
em {
font: inherit;
font-style: italic;
}
strong {
font: inherit;
font-weight: bold;
}
small, .small {
font-size: 0.8em;
}
small li code, .small li code {
line-height: 2;
}
p {
margin: 0em 0em 1em 0em;
}
a:link,
a:visited {
color: #4a4747;
text-decoration: underline;
}
a:focus {
outline: #ff7f00 dashed 2px;
}
a:hover,
a:focus,
a:active {
color: #2f61c4;
text-decoration: underline;
}
div.clear {
visibility: hidden;
clear: both;
}
/* Group: Header */
#header {
background-color: #4f4f4f;
padding: 2rem 0rem 3rem 0rem;
color: #efefef;
text-align: center;
position: relative;
}
#header h1 {
font-weight: normal;
margin: 0rem 2rem 2rem 2rem;
}
#header h1 a {
color: #ffffff;
text-decoration: none;
}
#header #navigation {
position: absolute;
bottom: 0em;
left: 4rem;
right: 4rem;
}
#header #navigation li {
display: block;
}
#header #navigation li a {
box-sizing: border-box;
display: block;
float: left;
width: 24%;
margin-left: 0em;
margin-right: 1%;
padding: 0rem 1rem;
height: 3rem;
line-height: 3rem;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-decoration: none;
border-top-left-radius: 0.8em;
border-top-right-radius: 0.8em;
}
#header #navigation li:last-child a {
width: 25%;
margin-right: 0%;
}
#header #navigation li a:link,
#header #navigation li a:visited {
background-color: #cfcfcf;
}
#header #navigation li.selected a:link,
#header #navigation li.selected a:visited,
#header #navigation li a:hover,
#header #navigation li a:focus {
outline: none;
background-color: #efefef;
}
/* Group: Sub-Navigation */
#sub_nav {
margin: 4rem 4rem 0rem 4rem;
height: 3rem;
overflow: hidden;
}
#sub_nav li {
display: block;
float: left;
position: relative;
top: 0px;
height: 3rem;
}
#sub_nav li a {
display: inline-block;
text-decoration: none;
font-size: 0.8em;
line-height: 3rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0em 0.5em 0em 0em;
padding: 0em 1rem;
border: 1px solid #cfcfcf;
border-bottom: none;
border-top-left-radius: 0.8em;
border-top-right-radius: 0.8em;
}
#sub_nav li a:link,
#sub_nav li a:visited {
background-color: #dfdfdf;
}
#sub_nav li.selected a:link,
#sub_nav li.selected a:visited,
#sub_nav li a:hover,
#sub_nav li a:focus {
outline: none;
background-color: #ffffff;
}
/* Group: Content */
#content {
clear: both;
background-color: #ffffff;
padding: 1em;
margin: 0rem 4rem 4rem 4rem;
border: 1px solid #cfcfcf;
border-top: none;
position: relative;
overflow: hidden;
}
div.pagination {
clear: both;
text-align: center;
margin-top: 1em;
}
a.prev_page,
a.next_page {
min-width: 15em;
}
span.pages {
display: block;
margin-bottom: 1rem;
}
/* Group: Extend */
#content ul.extend {
box-sizing: border-box;
width: 100%;
clear: both;
}
#content ul#modules_enabled,
#content ul#feathers_enabled {
clear: both;
float: left;
}
#content ul.extend > h5:only-child {
display: none;
}
#content ul.extend > li {
box-sizing: border-box;
display: block;
width: 100%;
min-height: 4em;
list-style: none;
padding: 1rem;
margin: 1rem 0rem;
border-radius: 0.4em;
}
#content ul.extend > li:first-of-type {
margin-top: 0em;
}
#content ul.extend > li {
background-color: #efefef;
border: 1px solid #cfcfcf;
}
#content ul#modules_enabled > li,
#content ul#feathers_enabled > li,
#content ul.themes > li.current {
background-color: #ebfae4;
border: 1px solid #bdd6b5;
}
#content ul#modules_enabled > li.error,
#content ul#modules_disabled > li.error {
background-color: #ffbd9e;
border: 1px solid #d9a086;
}
li.module p:last-of-type,
li.feather p:last-of-type,
li.module p.module_conflicts_message,
li.module p.module_dependencies_message {
margin-bottom: 0em;
}
li.module ol.module_conflicts_list,
li.module ol.module_dependencies_list {
margin: 0rem 0rem 1rem 1rem;
}
li.module:not(.error) .module_dependencies_message,
li.module:not(.error) .module_dependencies_list,
li.module:not(.error) .module_conflicts_message,
li.module:not(.error) .module_conflicts_list {
display: none;
}
li.module div.controls,
li.feather div.controls,
li.theme div.controls {
margin-top: 1em;
padding-top: 1em;
border-top: 1px solid #cfcfcf;
}
ul#modules_enabled div.controls,
ul#feathers_enabled div.controls,
li.theme.current div.controls {
border-top: 1px solid #bdd6b5;
}
ul#modules_enabled > li.error div.controls,
ul#modules_disabled > li.error div.controls {
border-top: 1px solid #d9a086;
}
li.module div.controls button,
li.feather div.controls button,
li.theme div.controls button {
float: right;
}
li.module div.controls button + button,
li.feather div.controls button + button,
li.theme div.controls button + button {
margin-right: 1rem;
}
#content ul.extend li a.emblem img,
#content ul.extend > li > h3 a {
text-decoration: none;
}
#content ul.extend > li p:last-child {
margin-bottom: 0em;
}
/* Group: Forms */
input:placeholder {
color: #dddddd;
opacity: 1;
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="range"],
input[type="password"] {
box-sizing: border-box;
width: 10em;
font-size: 1.25rem;
padding: 0.4em;
border-radius: 0em;
border: 1px solid #cfcfcf;
background-color: #ffffff;
}
input:invalid,
textarea:invalid {
border-color: #ff7f00;
box-shadow: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="password"]:focus {
border-color: #1e57ba;
outline: none;
}
input[type="text"].error,
input[type="email"].error,
input[type="url"].error,
input[type="tel"].error,
input[type="date"].error,
input[type="time"].error,
input[type="number"].error,
input[type="range"].error,
input[type="password"].error,
textarea.error {
background-color: #faebe4;
}
input[type="text"].error:focus,
input[type="email"].error:focus,
input[type="url"].error:focus,
input[type="tel"].error:focus,
input[type="date"].error:focus,
input[type="time"].error:focus,
input[type="number"].error:focus,
input[type="range"].error:focus,
input[type="password"].error:focus,
textarea.error:focus {
border: 1px solid #d51800;
}
input[type="password"].strong {
background-color: #ebfae4;
}
input[type="password"].strong:focus {
border: 1px solid #108600;
}
input[type="file"] {
box-sizing: border-box;
border: none;
transition-property: padding-left;
transition-duration: 250ms;
transition-delay: 250ms;
}
input[type="file"]:invalid {
padding-left: 1.5rem;
background: transparent url(../images/icons/invalid.svg) center left/16px no-repeat;
}
input[disabled],
input.disabled {
cursor: not-allowed;
}
input.code,
textarea.code,
code {
font-family: "Hack webfont", monospace;
font-style: normal;
}
code {
font-size: 0.8rem;
background-color: #efefef;
padding: 0px 2px;
color: #4f4f4f;
border: 1px solid #cfcfcf;
}
form.split > fieldset > * {
clear: both;
}
form.split label {
box-sizing: border-box;
display: inline-block;
width: 45%;
clear: both;
text-align: right;
text-align: end;
padding: 0rem 1rem;
}
form.split input[type="text"],
form.split input[type="email"],
form.split input[type="url"],
form.split input[type="tel"],
form.split input[type="password"],
form.split select,
form.split textarea {
width: 33%;
}
form.split input[type="date"],
form.split input[type="time"],
form.split input[type="number"],
form.split input[type="range"] {
width: 16%;
}
form.split ul,
form.split ol {
margin-bottom: 1rem;
}
form.split small,
form.split .small {
display: block;
margin: 0.25rem 0rem 0rem 45%;
}
html[lang="ar"] form.split small,
html[lang="he"] form.split small,
html[lang="ar"] form.split .small,
html[lang="he"] form.split .small {
margin: 0.25rem 45% 0rem 0rem;
}
form.split p.buttons {
display: block;
margin: 1rem 0rem 0rem 45%;
}
html[lang="ar"] form.split p.buttons,
html[lang="he"] form.split p.buttons {
margin: 1rem 45% 0rem 0rem;
}
form.split div.confirmation {
margin-top: 1rem;
}
/* Group: Tables */
table {
width: 100%;
margin: 0rem 0rem 1rem 0rem;
overflow-x: scroll;
}
table:last-child,
table.interactive {
margin-bottom: 0em;
}
table thead tr {
background-color: #4f4f4f;
color: #ffffff;
border: 1px solid #4f4f4f;
}
table thead tr th {
padding: 0.5rem;
font-weight: bold;
}
table tbody tr td {
padding: 0.5rem;
border: 1px solid #cfcfcf;
vertical-align: middle;
}
table tbody tr:nth-child(even) td {
background-color: #fbfbfb;
}
table tbody tr td.main {
min-width: 10rem;
}
table thead tr th.checkbox,
table tbody tr td.checkbox,
table thead tr th.controls,
table tbody tr td.controls {
text-align: center;
vertical-align: middle;
}
table tbody tr td.controls {
width: 4em;
}
table thead tr th.title,
table tbody tr td.title,
table thead tr th.name,
table tbody tr td.name,
table thead tr th.list,
table tbody tr td.list {
text-align: left;
text-align: start;
}
table thead tr th.date,
table tbody tr td.date,
table thead tr th.emblem,
table tbody tr td.emblem,
table thead tr th.value,
table tbody tr td.value,
table thead tr th.status,
table tbody tr td.status {
text-align: center;
}
table tbody tr td.placeholder {
display: block;
border: none;
}
table tbody tr td.status {
background-color: #f2fbff;
}
table tbody tr.private td.status,
table tbody tr.registered_only td.status {
background-color: #faebe4;
}
table tbody tr.public td.status {
background-color: #ebfae4;
}
table tbody tr.denied td.status {
background-color: #faebe4;
}
table tbody tr.approved td.status {
background-color: #ebfae4;
}
table tbody tr.comment_excerpt td p {
margin: 0em;
}
th.toggler > label {
display: none;
}
td.controls img {
position: relative;
top: 2px;
width: 16px;
height: 16px;
}
/* Group: Flashes */
p.flash {
padding: 0.6rem;
margin-bottom: 1rem;
background-color: #1e57ba;
color: #ffffff;
border: none;
border-radius: 0.3em;
}
p.flash.notice {
background-color: #108600;
}
p.flash.warning {
background-color: #c11600;
}
p.flash a {
color: #ffffff;
font-weight: bold;
font-style: italic;
text-decoration: none;
}
p.flash a:hover,
p.flash a:focus,
p.flash a:active {
text-decoration: underline;
}
/* Group: Buttons */
.buttons {
clear: both;
}
button,
a.button,
a.next_page,
a.prev_page {
box-sizing: border-box;
display: inline-block;
font-family: inherit;
font-size: 1.25rem;
color: #4a4747;
line-height: 1.5;
margin: 0em;
padding: 0.4em 0.6em;
background-color: #f2fbff;
border: 2px solid #b8cdd9;
border-radius: 0.3em;
cursor: pointer;
text-decoration: none;
}
button:hover,
a.button:hover,
a.next_page:hover,
a.prev_page:hover,
button:focus,
a.button:focus,
a.next_page:focus,
a.prev_page:focus,
button:active,
a.button:active,
a.next_page:active,
a.prev_page:active {
border-color: #1e57ba;
outline: none;
}
div.pagination a.prev_page + a.next_page {
margin-left: 1rem;
}
button.boo,
a.button.boo {
color: #3e3634;
background-color: #faebe4;
border: 2px solid #d6bdb5;
}
button.boo:hover,
a.button.boo:hover,
button.boo:focus,
a.button.boo:focus,
button.boo:active,
a.button.boo:active {
border-color: #c11600;
}
button.yay,
a.button.yay {
color: #363e34;
background-color: #ebfae4;
border: 2px solid #bdd6b5;
}
button.yay:hover,
a.button.yay:hover,
button.yay:focus,
a.button.yay:focus,
button.yay:active,
a.button.yay:active {
border-color: #108600;
}
button > img,
a.button > img {
position: relative;
top: 6px;
width: 16px;
height: 16px;
float: left;
margin-right: 0.6em;
}
button[disabled],
button.disabled {
background-color: #efefef;
border-color: #cfcfcf;
color: #7f7f7f;
cursor: not-allowed;
}
button[disabled]:hover,
button.disabled:hover,
button[disabled]:focus,
button.disabled:focus {
border-color: #7f7f7f;
}
div.confirmation button,
div.confirmation a.button {
min-width: 15em;
margin-left: 0.5rem;
margin-right: 0.5rem;
padding-right: calc(16px + 0.6em);
}
*.tag {
display: inline-block;
margin-top: 0.25rem;
padding: 0px 2px;
padding: 0em 0.25em;
border-radius: 0.25em;
border: 1px solid #cfcfcf;
background-color: #efefef;
}
*.tag:link,
*.tag:visited {
text-decoration: none;
}
*.tag_added {
background-color: #fffecd;
border-color: #e5d7a1;
}
/* Group: Options */
.main_options input,
.main_options select,
.main_options textarea {
display: block;
}
.main_options input[type="text"],
.main_options input[type="email"],
.main_options input[type="url"],
.main_options input[type="tel"],
.main_options input[type="date"],
.main_options input[type="time"],
.main_options input[type="number"],
.main_options input[type="range"],
.main_options input[type="password"],
.main_options input[type="file"],
.main_options textarea {
width: 100%;
margin: 0em;
}
.more_options_option {
box-sizing: border-box;
display: block;
width: 50%;
margin: 0em;
padding-bottom: 1rem;
min-height: 5rem;
float: left;
}
.more_options_option:nth-of-type(odd) {
clear: both;
padding-right: 1rem;
}
.more_options_option:nth-of-type(even) {
padding-left: 1rem;
}
div.more_options p input,
div.more_options p select,
div.more_options p textarea {
display: block;
}
div.more_options p input[type="text"],
div.more_options p input[type="email"],
div.more_options p input[type="url"],
div.more_options p input[type="tel"],
div.more_options p input[type="date"],
div.more_options p input[type="time"],
div.more_options p input[type="number"],
div.more_options p input[type="range"],
div.more_options p input[type="password"],
div.more_options p select,
div.more_options p textarea {
width: 100%;
margin: 0em;
}
span.options_extra {
box-sizing: border-box;
display: block;
width: 100%;
max-height: 10rem;
padding: 0.5rem;
background-color: #fbfbfb;
overflow-y: auto;
box-shadow: inset 0px 2px 4px 0px rgba(79, 79, 79, 0.25);
}
span.options_tray {
box-sizing: border-box;
display: block;
width: 100%;
font-size: 0.67rem;
border: 1px solid #cfcfcf;
border-top: none;
padding: 0.25rem 0.5rem;
border-bottom-left-radius: 0.8em;
border-bottom-right-radius: 0.8em;
}
textarea:invalid + span.options_tray {
border-color: #ff7f00;
}
textarea:focus + span.options_tray {
border-color: #1e57ba;
}
/* Group: Helpers & General */
table.interactive + div.controls {
background-color: #fffceb;
padding: 1rem;
border: 1px solid #cfcfcf;
border-top: none;
}
div.controls h4 {
display: inline;
}
div.controls input {
padding: 0.4em;
}
div.confirmation {
text-align: center;
margin-top: 1rem;
}
hr {
border: none;
clear: both;
border-top: 1px solid #cfcfcf;
margin: 2rem 0rem;
}
a.emblem {
text-decoration: none;
}
a.emblem > img,
img.emblem {
display: inline;
position: relative;
top: 2px;
width: 16px;
height: 16px;
}
a.emblem.markdown > img {
width: 26px;
}
a.emblem.preview {
float: right;
margin-left: 4px;
}
a.emblem:focus {
outline: none;
}
a.emblem:hover > img,
a.emblem:focus > img {
filter: brightness(100%) sepia(100%) saturate(350%) hue-rotate(180deg);
}
a.emblem.markdown:hover > img,
a.emblem.markdown:focus > img {
filter: invert(25%) sepia(100%) saturate(330%) hue-rotate(180deg) brightness(125%);
}
.drag_highlight {
background-color: #fffceb;
}
/* Group: iFrames */
.iframe_background {
display: block;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
/* Prevent other elements overlapping */
z-index: 1;
background-color: rgba(239, 239, 239, 0.75);
}
.iframe_foreground {
box-sizing: border-box;
display: block;
position: absolute;
margin: 0em;
top: calc(0% + 48px);
left: calc(25% - 48px);
width: calc(50% + 96px);
height: calc(50% + 96px);
overflow-x: hidden;
overflow-y: auto;
border: none;
background-color: #ffffff;
box-shadow: 0px 4px 16px 2px rgba(79, 79, 79, 0.5);
}
.iframe_close_gadget {
display: block;
position: absolute;
width: 24px;
height: 24px;
top: 24px;
right: calc(25% - 72px);
cursor: pointer;
}
.iframe_close_gadget img {
width: 24px;
height: 24px;
}
.ajax_loading {
background-size: 30px 30px;
background-image: linear-gradient(-45deg,
#fbfbfb 25%,
transparent 25%,
transparent 50%,
#fbfbfb 50%,
#fbfbfb 75%,
transparent 75%,
transparent) !important;
animation: ajax_loading 2s linear infinite;
}
.ajax_loading .controls {
visibility: hidden;
}
/* Group: Keyframes */
@keyframes ajax_loading {
from {
background-position: 0px 0px;
}
to {
background-position: 60px 30px;
}
}
/* Group: Breakpoints */
@media screen and (max-width: 960px) {
#header #navigation {
left: 0em;
right: 0em;
}
#header #navigation li a {
display: block;
width: 24%;
margin-left: 0em;
margin-right: 1%;
}
#header #navigation li:last-child a {
width: 25%;
margin-right: 0%;
}
#sub_nav {
margin-top: 1rem;
height: auto;
}
#sub_nav, #content {
margin-left: 1rem;
margin-right: 1rem;
}
#content {
margin-bottom: 1rem;
}
#sub_nav li {
box-sizing: border-box;
width: 50%;
height: 3rem;
text-align: center;
overflow: visible;
}
#sub_nav li:nth-child(odd) {
clear: both;
}
#sub_nav li:nth-child(odd):last-child {
width: 100%;
}
#sub_nav li a {
box-sizing: border-box;
display: block;
float: left;
width: 100%;
margin: 0em;
padding: 0rem 1rem 2rem 1rem;
font-size: 1rem;
}
#sub_nav li:nth-child(odd) a {
border-right: none !important;
}
#sub_nav li:nth-child(odd):last-child a {
border-right: 1px solid #cfcfcf !important;
}
label {
display: block;
}
form.split label {
width: 100%;
float: none;
text-align: left;
text-align: start;
padding: 0em;
}
form.split small,
form.split .small,
form.split p.buttons,
html[lang="ar"] form.split small,
html[lang="he"] form.split small,
html[lang="ar"] form.split .small,
html[lang="he"] form.split .small,
html[lang="ar"] form.split p.buttons,
html[lang="he"] form.split p.buttons {
margin-left: 0em;
margin-right: 0em;
}
input.text,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="number"],
input[type="range"],
input[type="password"],
input[type="file"],
select,
textarea {
margin-left: 0em !important;
margin-right: 0em !important;
width: 100% !important;
}
#content table thead tr th:not(.main):not(.controls):not(.toggler),
#content table tbody tr td:not(.main):not(.controls):not(.checkbox):not(.placeholder) {
display: none;
}
#content table tbody tr td {
padding: 1rem 0.5rem;
}
#content table tbody tr td.main {
min-width: 4rem;
}
#content table tbody tr td.controls,
#content table tbody tr td.checkbox,
#content table tbody tr td.emblem {
min-width: 32px;
}
table.interactive + div.controls {
padding: 2rem;
}
button, a.button,
a.prev_page, a.next_page {
float: none !important;
clear: both !important;
display: block !important;
width: 100% !important;
padding: 0.4em 0.6em !important;
margin: 1em 0em 0em 0em !important;
text-align: center !important;
box-sizing: border-box !important;
}
form.split label + button {
margin-top: 0em !important;
}
p.flash {
margin: 0rem 0rem 1rem 0rem !important;
}
span.pages {
margin-top: 1rem;
}
div.controls h4 {
display: block;
}
div.more_options p.more_options_option {
width: 100%;
min-height: 0em;
margin: 0rem 0rem 1rem 0rem;
padding: 0em;
}
div.more_options > .more_options_option {
padding-left: 0em !important;
padding-right: 0em !important;
}
#content ul.extend > li > h3 {
line-height: 2;
}
li.module div.controls,
li.feather div.controls {
padding-top: 0em;
}
div.controls .module_disabler_confirm,
div.controls .feather_disabler_confirm {
margin-top: 1rem;
}
div.controls .module_disabler_confirm label,
div.controls .feather_disabler_confirm label {
display: inline;
}
} | 0.427875 | 0.105902 |
.CTAT--example { /* general example highlighting */
box-shadow: 0px 0px 15px 5px dodgerblue ;
}
textarea.CTAT--example,
input.CTAT--example[type="text"] { /* font color change for text components */
box-shadow: none;
color: dodgerblue;
}
label.CTAT--example { /* labels for checkboxes and radio buttons */
box-shadow: none;
text-shadow: 0px 0px 5px dodgerblue;
}
input.CTAT--example[type="checkbox"],
input.CTAT--example[type="radio"] {
box-shadow: 0px 0px 5px 0px dodgerblue;
}
.CTATNumberLine--point.CTAT--example {
fill: dodgerblue;
}
.CTAT--AL_start { /* general example highlighting */
box-shadow: 0px 0px 15px 5px darkcyan;
}
textarea.CTAT--AL_start,
input.CTAT--AL_start[type="text"] { /* font color change for text components */
box-shadow: none;
color: darkcyan;
}
label.CTAT--AL_start { /* labels for checkboxes and radio buttons */
box-shadow: none;
text-shadow: 0px 0px 5px darkcyan;
}
input.CTAT--AL_start[type="checkbox"],
input.CTAT--AL_start[type="radio"] {
box-shadow: 0px 0px 5px 0px darkcyan;
}
.CTATNumberLine--point.CTAT--AL_start {
fill: darkcyan;
}
/* -----------SASS CODE ----------------------------
// colors
$colors: darkorchid, #feb236, #d64161, #ff7b25, #a2b9bc, #b2ad7f, #878f99, #6b5b95;
@for $i from 1 through length($colors) {
$c: nth($colors, $i);
.CTAT--AL_highlight#{$i} {
box-shadow: 0px 0px 15px 5px $c;
}
label.CTAT--AL_highlight#{$i} {
box-shadow: none;
text-shadow: 0px 0px 5px $c;
}
textarea.CTAT--AL_highlight#{$i},
input.CTAT--AL_highlight#{$i}[type="text"] {
-webkit-appearance: none;
-moz-appearance: none;
color: $c;
}
input.CTAT--AL_highlight#{$i}[type="checkbox"],
input.CTAT--AL_highlight#{$i}[type="radio"] {
box-shadow: 0px 0px 5px 0px $c;
}
//.highlight#{$i} {
// background: $c;
//}
// ... do something fancy with $c
}
-----------SASS CODE END-------------------------
*/
.CTAT--AL_highlight1 {
box-shadow: 0px 0px 15px 5px darkorchid;
}
label.CTAT--AL_highlight1 {
box-shadow: 0px 0px 15px 5px darkorchid;
text-shadow: 0px 0px 5px darkorchid;
}
textarea.CTAT--AL_highlight1,
input.CTAT--AL_highlight1[type="text"] {
box-shadow: 0px 0px 15px 5px darkorchid;
-webkit-appearance: none;
-moz-appearance: none;
color: darkorchid;
}
input.CTAT--AL_highlight1[type="checkbox"],
input.CTAT--AL_highlight1[type="radio"] {
box-shadow: 0px 0px 5px 0px darkorchid;
}
.CTAT--AL_highlight2 {
box-shadow: 0px 0px 2px 2px #ff884d;
}
label.CTAT--AL_highlight2 {
box-shadow: 0px 0px 2px 2px #ff884d;
text-shadow: 0px 0px 5px #ff884d;
}
textarea.CTAT--AL_highlight2,
input.CTAT--AL_highlight2[type="text"] {
box-shadow: 0px 0px 2px 2px #ff884d;
-webkit-appearance: none;
-moz-appearance: none;
color: #ff884d;
}
input.CTAT--AL_highlight2[type="checkbox"],
input.CTAT--AL_highlight2[type="radio"] {
box-shadow: 0px 0px 2px 0px #ff884d;
}
.CTAT--AL_highlight3 {
box-shadow: 0px 0px 2px 2px #52d0e0;
}
label.CTAT--AL_highlight3 {
box-shadow: 0px 0px 2px 2px #52d0e0;
text-shadow: 0px 0px 5px #52d0e0;
}
textarea.CTAT--AL_highlight3,
input.CTAT--AL_highlight3[type="text"] {
box-shadow: 0px 0px 2px 2px #52d0e0;
-webkit-appearance: none;
-moz-appearance: none;
color: #52d0e0;
}
input.CTAT--AL_highlight3[type="checkbox"],
input.CTAT--AL_highlight3[type="radio"] {
box-shadow: 0px 0px 2px 0px #52d0e0;
}
.CTAT--AL_highlight4 {
box-shadow: 0px 0px 2px 2px #feb201;
}
label.CTAT--AL_highlight4 {
box-shadow: 0px 0px 2px 2px #feb201;
text-shadow: 0px 0px 5px #feb201;
}
textarea.CTAT--AL_highlight4,
input.CTAT--AL_highlight4[type="text"] {
box-shadow: 0px 0px 2px 2px #feb201;
-webkit-appearance: none;
-moz-appearance: none;
color: #feb201;
}
input.CTAT--AL_highlight4[type="checkbox"],
input.CTAT--AL_highlight4[type="radio"] {
box-shadow: 0px 0px 2px 0px #feb201;
}
.CTAT--AL_highlight5 {
box-shadow: 0px 0px 2px 2px #e44161;
}
label.CTAT--AL_highlight5 {
box-shadow: 0px 0px 2px 2px #e44161;
text-shadow: 0px 0px 5px #e44161;
}
textarea.CTAT--AL_highlight5,
input.CTAT--AL_highlight5[type="text"] {
box-shadow: 0px 0px 2px 2px #e44161;
-webkit-appearance: none;
-moz-appearance: none;
color: #e44161;
}
input.CTAT--AL_highlight5[type="checkbox"],
input.CTAT--AL_highlight5[type="radio"] {
box-shadow: 0px 0px 2px 0px #e44161;
}
.CTAT--AL_highlight6 {
box-shadow: 0px 0px 2px 2px #ed3eea;
}
label.CTAT--AL_highlight6 {
box-shadow: 0px 0px 2px 2px #ed3eea;
text-shadow: 0px 0px 5px #ed3eea;
}
textarea.CTAT--AL_highlight6,
input.CTAT--AL_highlight6[type="text"] {
box-shadow: 0px 0px 2px 2px #ed3eea;
-webkit-appearance: none;
-moz-appearance: none;
color: #ed3eea;
}
input.CTAT--AL_highlight6[type="checkbox"],
input.CTAT--AL_highlight6[type="radio"] {
box-shadow: 0px 0px 2px 0px #ed3eea;
}
.CTAT--AL_highlight7 {
box-shadow: 0px 0px 2px 2px #2f85ee;
}
label.CTAT--AL_highlight7 {
box-shadow: 0px 0px 2px 2px #2f85ee;
text-shadow: 0px 0px 5px #2f85ee;
}
textarea.CTAT--AL_highlight7,
input.CTAT--AL_highlight7[type="text"] {
box-shadow: 0px 0px 2px 2px #2f85ee;
-webkit-appearance: none;
-moz-appearance: none;
color: #2f85ee;
}
input.CTAT--AL_highlight7[type="checkbox"],
input.CTAT--AL_highlight7[type="radio"] {
box-shadow: 0px 0px 2px 0px #2f85ee;
}
.CTAT--AL_highlight8 {
box-shadow: 0px 0px 2px 2px #562ac6;
}
label.CTAT--AL_highlight8 {
box-shadow: 0px 0px 2px 2px #562ac6;
text-shadow: 0px 0px 5px #562ac6;
}
textarea.CTAT--AL_highlight8,
input.CTAT--AL_highlight8[type="text"] {
box-shadow: 0px 0px 2px 2px #562ac6;
-webkit-appearance: none;
-moz-appearance: none;
color: #562ac6;
}
input.CTAT--AL_highlight8[type="checkbox"],
input.CTAT--AL_highlight8[type="radio"] {
box-shadow: 0px 0px 2px 0px #562ac6;
}
.CTAT--AL_highlight9 {
box-shadow: 0px 0px 2px 2px #cc24cc;
}
label.CTAT--AL_highlight9 {
box-shadow: 0px 0px 2px 2px #cc24cc;
text-shadow: 0px 0px 5px #cc24cc;
}
textarea.CTAT--AL_highlight9,
input.CTAT--AL_highlight9[type="text"] {
box-shadow: 0px 0px 2px 2px #cc24cc;
-webkit-appearance: none;
-moz-appearance: none;
color: #cc24cc;
}
input.CTAT--AL_highlight9[type="checkbox"],
input.CTAT--AL_highlight9[type="radio"] {
box-shadow: 0px 0px 2px 0px #cc24cc;
}
.hidden {
visibility: hidden;
pointer-events: none;
}
.nools_button{
position: relative;
top:100px;
width:200px;
font-size:20px;
background-color: #999999;
pointer-events: auto;
}
.startstate_button{
position: relative;
width:200px;
font-size:20px;
background-color: #4CAF50;
pointer-events: auto;
}
.yes_button{
width:80px;
font-size:35px;
background-color: #4CAF50;
pointer-events: auto;
}
.no_button{
width:80px;
font-size:35px;
background-color: #f44336;
pointer-events: auto;
}
.next_button{
width:100px;
font-size:40px;
background-color: #4CAFFF;
pointer-events: auto;
}
.prompt_text{
/*display:flex;*/
text-align:center;
font-size:25px;
} | react_interface/release/0.5.7/css/AL_colors.css | .CTAT--example { /* general example highlighting */
box-shadow: 0px 0px 15px 5px dodgerblue ;
}
textarea.CTAT--example,
input.CTAT--example[type="text"] { /* font color change for text components */
box-shadow: none;
color: dodgerblue;
}
label.CTAT--example { /* labels for checkboxes and radio buttons */
box-shadow: none;
text-shadow: 0px 0px 5px dodgerblue;
}
input.CTAT--example[type="checkbox"],
input.CTAT--example[type="radio"] {
box-shadow: 0px 0px 5px 0px dodgerblue;
}
.CTATNumberLine--point.CTAT--example {
fill: dodgerblue;
}
.CTAT--AL_start { /* general example highlighting */
box-shadow: 0px 0px 15px 5px darkcyan;
}
textarea.CTAT--AL_start,
input.CTAT--AL_start[type="text"] { /* font color change for text components */
box-shadow: none;
color: darkcyan;
}
label.CTAT--AL_start { /* labels for checkboxes and radio buttons */
box-shadow: none;
text-shadow: 0px 0px 5px darkcyan;
}
input.CTAT--AL_start[type="checkbox"],
input.CTAT--AL_start[type="radio"] {
box-shadow: 0px 0px 5px 0px darkcyan;
}
.CTATNumberLine--point.CTAT--AL_start {
fill: darkcyan;
}
/* -----------SASS CODE ----------------------------
// colors
$colors: darkorchid, #feb236, #d64161, #ff7b25, #a2b9bc, #b2ad7f, #878f99, #6b5b95;
@for $i from 1 through length($colors) {
$c: nth($colors, $i);
.CTAT--AL_highlight#{$i} {
box-shadow: 0px 0px 15px 5px $c;
}
label.CTAT--AL_highlight#{$i} {
box-shadow: none;
text-shadow: 0px 0px 5px $c;
}
textarea.CTAT--AL_highlight#{$i},
input.CTAT--AL_highlight#{$i}[type="text"] {
-webkit-appearance: none;
-moz-appearance: none;
color: $c;
}
input.CTAT--AL_highlight#{$i}[type="checkbox"],
input.CTAT--AL_highlight#{$i}[type="radio"] {
box-shadow: 0px 0px 5px 0px $c;
}
//.highlight#{$i} {
// background: $c;
//}
// ... do something fancy with $c
}
-----------SASS CODE END-------------------------
*/
.CTAT--AL_highlight1 {
box-shadow: 0px 0px 15px 5px darkorchid;
}
label.CTAT--AL_highlight1 {
box-shadow: 0px 0px 15px 5px darkorchid;
text-shadow: 0px 0px 5px darkorchid;
}
textarea.CTAT--AL_highlight1,
input.CTAT--AL_highlight1[type="text"] {
box-shadow: 0px 0px 15px 5px darkorchid;
-webkit-appearance: none;
-moz-appearance: none;
color: darkorchid;
}
input.CTAT--AL_highlight1[type="checkbox"],
input.CTAT--AL_highlight1[type="radio"] {
box-shadow: 0px 0px 5px 0px darkorchid;
}
.CTAT--AL_highlight2 {
box-shadow: 0px 0px 2px 2px #ff884d;
}
label.CTAT--AL_highlight2 {
box-shadow: 0px 0px 2px 2px #ff884d;
text-shadow: 0px 0px 5px #ff884d;
}
textarea.CTAT--AL_highlight2,
input.CTAT--AL_highlight2[type="text"] {
box-shadow: 0px 0px 2px 2px #ff884d;
-webkit-appearance: none;
-moz-appearance: none;
color: #ff884d;
}
input.CTAT--AL_highlight2[type="checkbox"],
input.CTAT--AL_highlight2[type="radio"] {
box-shadow: 0px 0px 2px 0px #ff884d;
}
.CTAT--AL_highlight3 {
box-shadow: 0px 0px 2px 2px #52d0e0;
}
label.CTAT--AL_highlight3 {
box-shadow: 0px 0px 2px 2px #52d0e0;
text-shadow: 0px 0px 5px #52d0e0;
}
textarea.CTAT--AL_highlight3,
input.CTAT--AL_highlight3[type="text"] {
box-shadow: 0px 0px 2px 2px #52d0e0;
-webkit-appearance: none;
-moz-appearance: none;
color: #52d0e0;
}
input.CTAT--AL_highlight3[type="checkbox"],
input.CTAT--AL_highlight3[type="radio"] {
box-shadow: 0px 0px 2px 0px #52d0e0;
}
.CTAT--AL_highlight4 {
box-shadow: 0px 0px 2px 2px #feb201;
}
label.CTAT--AL_highlight4 {
box-shadow: 0px 0px 2px 2px #feb201;
text-shadow: 0px 0px 5px #feb201;
}
textarea.CTAT--AL_highlight4,
input.CTAT--AL_highlight4[type="text"] {
box-shadow: 0px 0px 2px 2px #feb201;
-webkit-appearance: none;
-moz-appearance: none;
color: #feb201;
}
input.CTAT--AL_highlight4[type="checkbox"],
input.CTAT--AL_highlight4[type="radio"] {
box-shadow: 0px 0px 2px 0px #feb201;
}
.CTAT--AL_highlight5 {
box-shadow: 0px 0px 2px 2px #e44161;
}
label.CTAT--AL_highlight5 {
box-shadow: 0px 0px 2px 2px #e44161;
text-shadow: 0px 0px 5px #e44161;
}
textarea.CTAT--AL_highlight5,
input.CTAT--AL_highlight5[type="text"] {
box-shadow: 0px 0px 2px 2px #e44161;
-webkit-appearance: none;
-moz-appearance: none;
color: #e44161;
}
input.CTAT--AL_highlight5[type="checkbox"],
input.CTAT--AL_highlight5[type="radio"] {
box-shadow: 0px 0px 2px 0px #e44161;
}
.CTAT--AL_highlight6 {
box-shadow: 0px 0px 2px 2px #ed3eea;
}
label.CTAT--AL_highlight6 {
box-shadow: 0px 0px 2px 2px #ed3eea;
text-shadow: 0px 0px 5px #ed3eea;
}
textarea.CTAT--AL_highlight6,
input.CTAT--AL_highlight6[type="text"] {
box-shadow: 0px 0px 2px 2px #ed3eea;
-webkit-appearance: none;
-moz-appearance: none;
color: #ed3eea;
}
input.CTAT--AL_highlight6[type="checkbox"],
input.CTAT--AL_highlight6[type="radio"] {
box-shadow: 0px 0px 2px 0px #ed3eea;
}
.CTAT--AL_highlight7 {
box-shadow: 0px 0px 2px 2px #2f85ee;
}
label.CTAT--AL_highlight7 {
box-shadow: 0px 0px 2px 2px #2f85ee;
text-shadow: 0px 0px 5px #2f85ee;
}
textarea.CTAT--AL_highlight7,
input.CTAT--AL_highlight7[type="text"] {
box-shadow: 0px 0px 2px 2px #2f85ee;
-webkit-appearance: none;
-moz-appearance: none;
color: #2f85ee;
}
input.CTAT--AL_highlight7[type="checkbox"],
input.CTAT--AL_highlight7[type="radio"] {
box-shadow: 0px 0px 2px 0px #2f85ee;
}
.CTAT--AL_highlight8 {
box-shadow: 0px 0px 2px 2px #562ac6;
}
label.CTAT--AL_highlight8 {
box-shadow: 0px 0px 2px 2px #562ac6;
text-shadow: 0px 0px 5px #562ac6;
}
textarea.CTAT--AL_highlight8,
input.CTAT--AL_highlight8[type="text"] {
box-shadow: 0px 0px 2px 2px #562ac6;
-webkit-appearance: none;
-moz-appearance: none;
color: #562ac6;
}
input.CTAT--AL_highlight8[type="checkbox"],
input.CTAT--AL_highlight8[type="radio"] {
box-shadow: 0px 0px 2px 0px #562ac6;
}
.CTAT--AL_highlight9 {
box-shadow: 0px 0px 2px 2px #cc24cc;
}
label.CTAT--AL_highlight9 {
box-shadow: 0px 0px 2px 2px #cc24cc;
text-shadow: 0px 0px 5px #cc24cc;
}
textarea.CTAT--AL_highlight9,
input.CTAT--AL_highlight9[type="text"] {
box-shadow: 0px 0px 2px 2px #cc24cc;
-webkit-appearance: none;
-moz-appearance: none;
color: #cc24cc;
}
input.CTAT--AL_highlight9[type="checkbox"],
input.CTAT--AL_highlight9[type="radio"] {
box-shadow: 0px 0px 2px 0px #cc24cc;
}
.hidden {
visibility: hidden;
pointer-events: none;
}
.nools_button{
position: relative;
top:100px;
width:200px;
font-size:20px;
background-color: #999999;
pointer-events: auto;
}
.startstate_button{
position: relative;
width:200px;
font-size:20px;
background-color: #4CAF50;
pointer-events: auto;
}
.yes_button{
width:80px;
font-size:35px;
background-color: #4CAF50;
pointer-events: auto;
}
.no_button{
width:80px;
font-size:35px;
background-color: #f44336;
pointer-events: auto;
}
.next_button{
width:100px;
font-size:40px;
background-color: #4CAFFF;
pointer-events: auto;
}
.prompt_text{
/*display:flex;*/
text-align:center;
font-size:25px;
} | 0.23855 | 0.201636 |
@keyframes loaderSpin {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
.rs-table {
border: 1px solid #eee;
position: relative;
overflow: hidden;
}
.rs-table-column-resizing {
cursor: ew-resize;
-webkit-user-select: none;
user-select: none;
}
.rs-table-row {
overflow: hidden;
position: absolute;
height: 36px;
width: 100%;
top: 0;
border-bottom: 1px solid #eee;
}
.rs-table-hover .rs-table-row:hover {
background: #f5f5f5;
}
.rs-table-hover .rs-table-row:hover .rs-table-cell-group {
background: #f5f5f5;
}
.rs-table-hover .rs-table-row:hover .rs-table-cell {
background: #f5f5f5;
}
.rs-table-row-header {
background: #f5f5f5;
}
.rs-table-row-header .rs-table-cell {
background: #f5f5f5;
}
.rs-table-row-header .rs-table-cell-group-shadow {
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.28);
z-index: 5;
}
.rs-table-hover .rs-table-row:hover .rs-table-cell-group {
background: #f5f5f5;
}
.rs-table-hover .rs-table-row:hover .rs-table-cell {
background: #f5f5f5;
}
.rs-table-header-row-wrapper {
z-index: 2;
position: relative;
}
.rs-table-affix-header {
z-index: 3;
visibility: hidden;
}
.rs-table-affix-header.fixed {
visibility: visible;
}
.rs-table-body-row-wrapper {
position: relative;
overflow: hidden;
z-index: 0;
}
.rs-table-body-info {
width: 100%;
text-align: center;
top: 50%;
position: absolute;
margin-top: -20px;
line-height: 40px;
}
.rs-table-body-info .icon {
margin: 0 10px;
}
.rs-table-body-info-wheel-area {
width: 100%;
}
.rs-table-cell {
height: 36px;
border-style: solid;
border-width: 0;
border-color: #eee;
display: block;
overflow: hidden;
position: absolute;
white-space: normal;
background: #fff;
}
.rs-table-cell.first {
border-left-width: 0;
}
.rs-table-cell-wrap1 {
display: table;
}
.rs-table-cell-wrap2 {
display: table-row;
}
.rs-table-cell-wrap3 {
display: table-cell;
vertical-align: middle;
}
.rs-table-cell-content {
padding: 8px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
width: 100%;
}
.rs-table-cell-header-sortable {
cursor: pointer;
}
.rs-table-cell-header-sort-wrapper {
display: inline-block;
}
.rs-table-cell-header-icon-sort {
width: 10px;
height: 10px;
}
.rs-table-cell-header-icon-sort::after {
content: '↑↓';
font-family: -webkit-pictograph;
}
.rs-table-cell-header-icon-sort-asc::after {
content: '↑';
color: #34c3ff;
}
.rs-table-cell-header-icon-sort-desc::after {
content: '↓';
color: #34c3ff;
}
.rs-table-column-resize-spanner {
height: 36px;
width: 6px;
z-index: 3;
position: absolute;
cursor: ew-resize !important;
outline: none;
}
.rs-table-column-resize-spanner:hover {
background: #34c3ff;
}
.rs-table-cell-group-fixed-left {
position: absolute;
z-index: 4;
background: #fff;
}
.rs-table-cell-group-fixed-right {
position: absolute;
z-index: 4;
background: #fff;
margin-left: 10px;
}
.rs-table-cell-group-left-shadow {
box-shadow: 3px 0px 5px rgba(9, 9, 9, 0.08);
}
.rs-table-cell-group-shadow,
.rs-table-cell-group-right-shadow {
box-shadow: -3px 0px 5px rgba(9, 9, 9, 0.08);
}
.rs-table-mouse-area {
display: none;
background: #34c3ff;
left: -1px;
top: 0;
position: absolute;
width: 1px;
z-index: 6;
}
.rs-table-bordered .rs-table-cell {
border-width: 0 1px 0 0;
}
.rs-table-word-wrap .rs-table-cell-content {
white-space: unset;
word-break: break-all;
word-wrap: break-word;
}
.rs-table-row-expanded {
position: absolute;
height: 46px;
bottom: 0;
width: 100%;
z-index: 4;
border-top: 1px solid #eee;
padding: 10px;
background: #f5f5f5;
}
.rs-table-loader-wrapper {
visibility: hidden;
position: absolute;
height: 100%;
width: 100%;
background-color: rgba(255, 255, 255, 0.9);
}
.rs-table-loader {
width: 100%;
text-align: center;
top: 50%;
position: absolute;
margin-top: -20px;
line-height: 40px;
}
.rs-table-loader-icon {
width: 18px;
height: 18px;
display: inline-block;
position: relative;
margin-right: 12px;
padding-top: 3px;
}
.rs-table-loader-icon::before,
.rs-table-loader-icon::after {
width: 18px;
height: 18px;
}
.rs-table-loader-icon::before,
.rs-table-loader-icon::after {
content: "";
position: absolute;
left: 0;
right: 0;
display: block;
border-radius: 50%;
}
.rs-table-loader-icon::before {
border: 3px solid rgba(247, 247, 250, 0.8);
}
.rs-table-loader-icon::after {
border-width: 3px;
border-style: solid;
border-color: #a6a6a6 transparent transparent;
animation: loaderSpin 0.6s infinite linear;
}
.rs-table-loading .rs-table-loader-wrapper {
visibility: visible;
}
.rs-table-cell-expanded .rs-table-cell-expand-icon:before {
content: ' - ';
}
.rs-table-cell-expand-icon {
width: 10px;
cursor: pointer;
outline: none;
}
.rs-table-cell-expand-icon:before {
font-family: -webkit-pictograph;
content: ' + ';
}
.rs-table-cell-expand-wrapper {
margin-right: 10px;
display: inline-block;
cursor: pointer;
}
.rs-table-scrollbar {
background: rgba(45, 45, 45, 0.05);
position: absolute;
}
.rs-table-scrollbar-active {
background: rgba(45, 45, 45, 0.1);
}
.rs-table-scrollbar-hide {
display: none;
}
.rs-table-scrollbar-handle {
position: absolute;
background: rgba(45, 45, 45, 0.5);
border-radius: 4px;
}
.rs-table-scrollbar-horizontal {
width: 100%;
height: 10px;
bottom: 2px;
}
.rs-table-scrollbar-horizontal .rs-table-scrollbar-handle {
height: 8px;
left: 0px;
top: 1px;
}
.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed,
.rs-table-scrollbar-horizontal:hover {
height: 14px;
box-shadow: 1px 1px 2px #ddd inset;
}
.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,
.rs-table-scrollbar-horizontal:hover .rs-table-scrollbar-handle {
top: 2px;
height: 10px;
}
.rs-table-scrollbar-vertical {
top: 0;
right: 0px;
width: 10px;
bottom: 2px;
}
.rs-table-scrollbar-vertical .rs-table-scrollbar-handle {
min-height: 20px;
width: 8px;
top: 0px;
left: 1px;
}
.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed,
.rs-table-scrollbar-vertical:hover {
width: 14px;
box-shadow: 1px 1px 2px #ddd inset;
}
.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,
.rs-table-scrollbar-vertical:hover .rs-table-scrollbar-handle {
left: 2px;
width: 10px;
}
var map = {
"./profile.jpg": "./resources/js/assets/avatars/profile.jpg",
"./user-1.jpg": "./resources/js/assets/avatars/user-1.jpg",
"./user-10.jpg": "./resources/js/assets/avatars/user-10.jpg",
"./user-11.jpg": "./resources/js/assets/avatars/user-11.jpg",
"./user-12.jpg": "./resources/js/assets/avatars/user-12.jpg",
"./user-13.jpg": "./resources/js/assets/avatars/user-13.jpg",
"./user-14.jpg": "./resources/js/assets/avatars/user-14.jpg",
"./user-15.jpg": "./resources/js/assets/avatars/user-15.jpg",
"./user-16.jpg": "./resources/js/assets/avatars/user-16.jpg",
"./user-17.jpg": "./resources/js/assets/avatars/user-17.jpg",
"./user-18.jpg": "./resources/js/assets/avatars/user-18.jpg",
"./user-19.jpg": "./resources/js/assets/avatars/user-19.jpg",
"./user-2.jpg": "./resources/js/assets/avatars/user-2.jpg",
"./user-20.jpg": "./resources/js/assets/avatars/user-20.jpg",
"./user-21.jpg": "./resources/js/assets/avatars/user-21.jpg",
"./user-22.jpg": "./resources/js/assets/avatars/user-22.jpg",
"./user-23.jpg": "./resources/js/assets/avatars/user-23.jpg",
"./user-24.jpg": "./resources/js/assets/avatars/user-24.jpg",
"./user-25.jpg": "./resources/js/assets/avatars/user-25.jpg",
"./user-26.jpg": "./resources/js/assets/avatars/user-26.jpg",
"./user-27.jpg": "./resources/js/assets/avatars/user-27.jpg",
"./user-28.jpg": "./resources/js/assets/avatars/user-28.jpg",
"./user-29.jpg": "./resources/js/assets/avatars/user-29.jpg",
"./user-3.jpg": "./resources/js/assets/avatars/user-3.jpg",
"./user-30.jpg": "./resources/js/assets/avatars/user-30.jpg",
"./user-31.jpg": "./resources/js/assets/avatars/user-31.jpg",
"./user-32.jpg": "./resources/js/assets/avatars/user-32.jpg",
"./user-33.jpg": "./resources/js/assets/avatars/user-33.jpg",
"./user-34.jpg": "./resources/js/assets/avatars/user-34.jpg",
"./user-35.jpg": "./resources/js/assets/avatars/user-35.jpg",
"./user-36.jpg": "./resources/js/assets/avatars/user-36.jpg",
"./user-4.jpg": "./resources/js/assets/avatars/user-4.jpg",
"./user-5.jpg": "./resources/js/assets/avatars/user-5.jpg",
"./user-6.jpg": "./resources/js/assets/avatars/user-6.jpg",
"./user-7.jpg": "./resources/js/assets/avatars/user-7.jpg",
"./user-8.jpg": "./resources/js/assets/avatars/user-8.jpg",
"./user-9.jpg": "./resources/js/assets/avatars/user-9.jpg"
};
function webpackContext(req) {
var id = webpackContextResolve(req);
return __webpack_require__(id);
}
function webpackContextResolve(req) {
if(!__webpack_require__.o(map, req)) {
var e = new Error("Cannot find module '" + req + "'");
e.code = 'MODULE_NOT_FOUND';
throw e;
}
return map[req];
}
webpackContext.keys = function webpackContextKeys() {
return Object.keys(map);
};
webpackContext.resolve = webpackContextResolve;
module.exports = webpackContext;
webpackContext.id = "./resources/js/assets/avatars sync recursive ^\\.\\/.*$";/* (ignored) *//* (ignored) *//* (ignored) */var map = {
"./about-1.png": "./resources/js/assets/img/about-1.png",
"./about-2.png": "./resources/js/assets/img/about-2.png",
"./about-card-1.png": "./resources/js/assets/img/about-card-1.png",
"./about-card-2.png": "./resources/js/assets/img/about-card-2.png",
"./about-card-3.png": "./resources/js/assets/img/about-card-3.png",
"./agency-welcome.png": "./resources/js/assets/img/agency-welcome.png",
"./appLogo.png": "./resources/js/assets/img/appLogo.png",
"./appLogoText.png": "./resources/js/assets/img/appLogoText.png",
"./bg-1.jpg": "./resources/js/assets/img/bg-1.jpg",
"./bg-2.jpg": "./resources/js/assets/img/bg-2.jpg",
"./bg-3.jpg": "./resources/js/assets/img/bg-3.jpg",
"./bg-4.jpg": "./resources/js/assets/img/bg-4.jpg",
"./bg-5.jpg": "./resources/js/assets/img/bg-5.jpg",
"./boxed-bg.png": "./resources/js/assets/img/boxed-bg.png",
"./client-1.png": "./resources/js/assets/img/client-1.png",
"./client-2.png": "./resources/js/assets/img/client-2.png",
"./client-3.png": "./resources/js/assets/img/client-3.png",
"./client-logo-1.png": "./resources/js/assets/img/client-logo-1.png",
"./client-logo-2.png": "./resources/js/assets/img/client-logo-2.png",
"./client-logo-3.png": "./resources/js/assets/img/client-logo-3.png",
"./client-logo-4.png": "./resources/js/assets/img/client-logo-4.png",
"./client-logo-5.png": "./resources/js/assets/img/client-logo-5.png",
"./coupon.png": "./resources/js/assets/img/coupon.png",
"./danger-theme.png": "./resources/js/assets/img/danger-theme.png",
"./dark-layout-bg.png": "./resources/js/assets/img/dark-layout-bg.png",
"./device-1.jpg": "./resources/js/assets/img/device-1.jpg",
"./device-2.jpg": "./resources/js/assets/img/device-2.jpg",
"./device-3.jpg": "./resources/js/assets/img/device-3.jpg",
"./gallery-1.jpg": "./resources/js/assets/img/gallery-1.jpg",
"./gallery-10.jpg": "./resources/js/assets/img/gallery-10.jpg",
"./gallery-2.jpg": "./resources/js/assets/img/gallery-2.jpg",
"./gallery-3.jpg": "./resources/js/assets/img/gallery-3.jpg",
"./gallery-4.jpg": "./resources/js/assets/img/gallery-4.jpg",
"./gallery-5.jpg": "./resources/js/assets/img/gallery-5.jpg",
"./gallery-6.jpg": "./resources/js/assets/img/gallery-6.jpg",
"./gallery-7.jpg": "./resources/js/assets/img/gallery-7.jpg",
"./gallery-8.jpg": "./resources/js/assets/img/gallery-8.jpg",
"./gallery-9.jpg": "./resources/js/assets/img/gallery-9.jpg",
"./info-theme.png": "./resources/js/assets/img/info-theme.png",
"./invoice-logo.png": "./resources/js/assets/img/invoice-logo.png",
"./logo-a.png": "./resources/js/assets/img/logo-a.png",
"./logo-b.png": "./resources/js/assets/img/logo-b.png",
"./logo-c.png": "./resources/js/assets/img/logo-c.png",
"./logo-d.png": "./resources/js/assets/img/logo-d.png",
"./news-slide-1.jpg": "./resources/js/assets/img/news-slide-1.jpg",
"./news-slide-2.jpg": "./resources/js/assets/img/news-slide-2.jpg",
"./news-slide-3.jpg": "./resources/js/assets/img/news-slide-3.jpg",
"./news-slide-4.jpg": "./resources/js/assets/img/news-slide-4.jpg",
"./news-slide-5.jpg": "./resources/js/assets/img/news-slide-5.jpg",
"./post-1.jpg": "./resources/js/assets/img/post-1.jpg",
"./post-2.jpg": "./resources/js/assets/img/post-2.jpg",
"./pricing-icon.png": "./resources/js/assets/img/pricing-icon.png",
"./primary-theme.png": "./resources/js/assets/img/primary-theme.png",
"./product-1.png": "./resources/js/assets/img/product-1.png",
"./product-2.png": "./resources/js/assets/img/product-2.png",
"./product-3.png": "./resources/js/assets/img/product-3.png",
"./product-4.png": "./resources/js/assets/img/product-4.png",
"./product-5.png": "./resources/js/assets/img/product-5.png",
"./product-6.png": "./resources/js/assets/img/product-6.png",
"./profile-banner.jpg": "./resources/js/assets/img/profile-banner.jpg",
"./profile-bg.jpg": "./resources/js/assets/img/profile-bg.jpg",
"./rct-session-banner.jpg": "./resources/js/assets/img/rct-session-banner.jpg",
"./secondary-theme.png": "./resources/js/assets/img/secondary-theme.png",
"./share.png": "./resources/js/assets/img/share.png",
"./sidebar-1.jpg": "./resources/js/assets/img/sidebar-1.jpg",
"./sidebar-2.jpg": "./resources/js/assets/img/sidebar-2.jpg",
"./sidebar-3.jpg": "./resources/js/assets/img/sidebar-3.jpg",
"./sidebar-4.jpg": "./resources/js/assets/img/sidebar-4.jpg",
"./site-logo.png": "./resources/js/assets/img/site-logo.png",
"./success-theme.png": "./resources/js/assets/img/success-theme.png",
"./symbol-logo.png": "./resources/js/assets/img/symbol-logo.png",
"./user-1.jpg": "./resources/js/assets/img/user-1.jpg",
"./user-2.jpg": "./resources/js/assets/img/user-2.jpg",
"./user-3.jpg": "./resources/js/assets/img/user-3.jpg",
"./user-4.jpg": "./resources/js/assets/img/user-4.jpg",
"./user-5.jpg": "./resources/js/assets/img/user-5.jpg",
"./user-6.jpg": "./resources/js/assets/img/user-6.jpg",
"./user-7.jpg": "./resources/js/assets/img/user-7.jpg",
"./user-8.jpg": "./resources/js/assets/img/user-8.jpg",
"./warning-theme.png": "./resources/js/assets/img/warning-theme.png",
"./weather-1.png": "./resources/js/assets/img/weather-1.png"
};
function webpackContext(req) {
var id = webpackContextResolve(req);
return __webpack_require__(id);
}
function webpackContextResolve(req) {
if(!__webpack_require__.o(map, req)) {
var e = new Error("Cannot find module '" + req + "'");
e.code = 'MODULE_NOT_FOUND';
throw e;
}
return map[req];
}
webpackContext.keys = function webpackContextKeys() {
return Object.keys(map);
};
webpackContext.resolve = webpackContextResolve;
module.exports = webpackContext;
webpackContext.id = "./resources/js/assets/img sync recursive ^\\.\\/.*$"; | public/css/index.css | @keyframes loaderSpin {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
.rs-table {
border: 1px solid #eee;
position: relative;
overflow: hidden;
}
.rs-table-column-resizing {
cursor: ew-resize;
-webkit-user-select: none;
user-select: none;
}
.rs-table-row {
overflow: hidden;
position: absolute;
height: 36px;
width: 100%;
top: 0;
border-bottom: 1px solid #eee;
}
.rs-table-hover .rs-table-row:hover {
background: #f5f5f5;
}
.rs-table-hover .rs-table-row:hover .rs-table-cell-group {
background: #f5f5f5;
}
.rs-table-hover .rs-table-row:hover .rs-table-cell {
background: #f5f5f5;
}
.rs-table-row-header {
background: #f5f5f5;
}
.rs-table-row-header .rs-table-cell {
background: #f5f5f5;
}
.rs-table-row-header .rs-table-cell-group-shadow {
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.28);
z-index: 5;
}
.rs-table-hover .rs-table-row:hover .rs-table-cell-group {
background: #f5f5f5;
}
.rs-table-hover .rs-table-row:hover .rs-table-cell {
background: #f5f5f5;
}
.rs-table-header-row-wrapper {
z-index: 2;
position: relative;
}
.rs-table-affix-header {
z-index: 3;
visibility: hidden;
}
.rs-table-affix-header.fixed {
visibility: visible;
}
.rs-table-body-row-wrapper {
position: relative;
overflow: hidden;
z-index: 0;
}
.rs-table-body-info {
width: 100%;
text-align: center;
top: 50%;
position: absolute;
margin-top: -20px;
line-height: 40px;
}
.rs-table-body-info .icon {
margin: 0 10px;
}
.rs-table-body-info-wheel-area {
width: 100%;
}
.rs-table-cell {
height: 36px;
border-style: solid;
border-width: 0;
border-color: #eee;
display: block;
overflow: hidden;
position: absolute;
white-space: normal;
background: #fff;
}
.rs-table-cell.first {
border-left-width: 0;
}
.rs-table-cell-wrap1 {
display: table;
}
.rs-table-cell-wrap2 {
display: table-row;
}
.rs-table-cell-wrap3 {
display: table-cell;
vertical-align: middle;
}
.rs-table-cell-content {
padding: 8px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
width: 100%;
}
.rs-table-cell-header-sortable {
cursor: pointer;
}
.rs-table-cell-header-sort-wrapper {
display: inline-block;
}
.rs-table-cell-header-icon-sort {
width: 10px;
height: 10px;
}
.rs-table-cell-header-icon-sort::after {
content: '↑↓';
font-family: -webkit-pictograph;
}
.rs-table-cell-header-icon-sort-asc::after {
content: '↑';
color: #34c3ff;
}
.rs-table-cell-header-icon-sort-desc::after {
content: '↓';
color: #34c3ff;
}
.rs-table-column-resize-spanner {
height: 36px;
width: 6px;
z-index: 3;
position: absolute;
cursor: ew-resize !important;
outline: none;
}
.rs-table-column-resize-spanner:hover {
background: #34c3ff;
}
.rs-table-cell-group-fixed-left {
position: absolute;
z-index: 4;
background: #fff;
}
.rs-table-cell-group-fixed-right {
position: absolute;
z-index: 4;
background: #fff;
margin-left: 10px;
}
.rs-table-cell-group-left-shadow {
box-shadow: 3px 0px 5px rgba(9, 9, 9, 0.08);
}
.rs-table-cell-group-shadow,
.rs-table-cell-group-right-shadow {
box-shadow: -3px 0px 5px rgba(9, 9, 9, 0.08);
}
.rs-table-mouse-area {
display: none;
background: #34c3ff;
left: -1px;
top: 0;
position: absolute;
width: 1px;
z-index: 6;
}
.rs-table-bordered .rs-table-cell {
border-width: 0 1px 0 0;
}
.rs-table-word-wrap .rs-table-cell-content {
white-space: unset;
word-break: break-all;
word-wrap: break-word;
}
.rs-table-row-expanded {
position: absolute;
height: 46px;
bottom: 0;
width: 100%;
z-index: 4;
border-top: 1px solid #eee;
padding: 10px;
background: #f5f5f5;
}
.rs-table-loader-wrapper {
visibility: hidden;
position: absolute;
height: 100%;
width: 100%;
background-color: rgba(255, 255, 255, 0.9);
}
.rs-table-loader {
width: 100%;
text-align: center;
top: 50%;
position: absolute;
margin-top: -20px;
line-height: 40px;
}
.rs-table-loader-icon {
width: 18px;
height: 18px;
display: inline-block;
position: relative;
margin-right: 12px;
padding-top: 3px;
}
.rs-table-loader-icon::before,
.rs-table-loader-icon::after {
width: 18px;
height: 18px;
}
.rs-table-loader-icon::before,
.rs-table-loader-icon::after {
content: "";
position: absolute;
left: 0;
right: 0;
display: block;
border-radius: 50%;
}
.rs-table-loader-icon::before {
border: 3px solid rgba(247, 247, 250, 0.8);
}
.rs-table-loader-icon::after {
border-width: 3px;
border-style: solid;
border-color: #a6a6a6 transparent transparent;
animation: loaderSpin 0.6s infinite linear;
}
.rs-table-loading .rs-table-loader-wrapper {
visibility: visible;
}
.rs-table-cell-expanded .rs-table-cell-expand-icon:before {
content: ' - ';
}
.rs-table-cell-expand-icon {
width: 10px;
cursor: pointer;
outline: none;
}
.rs-table-cell-expand-icon:before {
font-family: -webkit-pictograph;
content: ' + ';
}
.rs-table-cell-expand-wrapper {
margin-right: 10px;
display: inline-block;
cursor: pointer;
}
.rs-table-scrollbar {
background: rgba(45, 45, 45, 0.05);
position: absolute;
}
.rs-table-scrollbar-active {
background: rgba(45, 45, 45, 0.1);
}
.rs-table-scrollbar-hide {
display: none;
}
.rs-table-scrollbar-handle {
position: absolute;
background: rgba(45, 45, 45, 0.5);
border-radius: 4px;
}
.rs-table-scrollbar-horizontal {
width: 100%;
height: 10px;
bottom: 2px;
}
.rs-table-scrollbar-horizontal .rs-table-scrollbar-handle {
height: 8px;
left: 0px;
top: 1px;
}
.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed,
.rs-table-scrollbar-horizontal:hover {
height: 14px;
box-shadow: 1px 1px 2px #ddd inset;
}
.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,
.rs-table-scrollbar-horizontal:hover .rs-table-scrollbar-handle {
top: 2px;
height: 10px;
}
.rs-table-scrollbar-vertical {
top: 0;
right: 0px;
width: 10px;
bottom: 2px;
}
.rs-table-scrollbar-vertical .rs-table-scrollbar-handle {
min-height: 20px;
width: 8px;
top: 0px;
left: 1px;
}
.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed,
.rs-table-scrollbar-vertical:hover {
width: 14px;
box-shadow: 1px 1px 2px #ddd inset;
}
.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,
.rs-table-scrollbar-vertical:hover .rs-table-scrollbar-handle {
left: 2px;
width: 10px;
}
var map = {
"./profile.jpg": "./resources/js/assets/avatars/profile.jpg",
"./user-1.jpg": "./resources/js/assets/avatars/user-1.jpg",
"./user-10.jpg": "./resources/js/assets/avatars/user-10.jpg",
"./user-11.jpg": "./resources/js/assets/avatars/user-11.jpg",
"./user-12.jpg": "./resources/js/assets/avatars/user-12.jpg",
"./user-13.jpg": "./resources/js/assets/avatars/user-13.jpg",
"./user-14.jpg": "./resources/js/assets/avatars/user-14.jpg",
"./user-15.jpg": "./resources/js/assets/avatars/user-15.jpg",
"./user-16.jpg": "./resources/js/assets/avatars/user-16.jpg",
"./user-17.jpg": "./resources/js/assets/avatars/user-17.jpg",
"./user-18.jpg": "./resources/js/assets/avatars/user-18.jpg",
"./user-19.jpg": "./resources/js/assets/avatars/user-19.jpg",
"./user-2.jpg": "./resources/js/assets/avatars/user-2.jpg",
"./user-20.jpg": "./resources/js/assets/avatars/user-20.jpg",
"./user-21.jpg": "./resources/js/assets/avatars/user-21.jpg",
"./user-22.jpg": "./resources/js/assets/avatars/user-22.jpg",
"./user-23.jpg": "./resources/js/assets/avatars/user-23.jpg",
"./user-24.jpg": "./resources/js/assets/avatars/user-24.jpg",
"./user-25.jpg": "./resources/js/assets/avatars/user-25.jpg",
"./user-26.jpg": "./resources/js/assets/avatars/user-26.jpg",
"./user-27.jpg": "./resources/js/assets/avatars/user-27.jpg",
"./user-28.jpg": "./resources/js/assets/avatars/user-28.jpg",
"./user-29.jpg": "./resources/js/assets/avatars/user-29.jpg",
"./user-3.jpg": "./resources/js/assets/avatars/user-3.jpg",
"./user-30.jpg": "./resources/js/assets/avatars/user-30.jpg",
"./user-31.jpg": "./resources/js/assets/avatars/user-31.jpg",
"./user-32.jpg": "./resources/js/assets/avatars/user-32.jpg",
"./user-33.jpg": "./resources/js/assets/avatars/user-33.jpg",
"./user-34.jpg": "./resources/js/assets/avatars/user-34.jpg",
"./user-35.jpg": "./resources/js/assets/avatars/user-35.jpg",
"./user-36.jpg": "./resources/js/assets/avatars/user-36.jpg",
"./user-4.jpg": "./resources/js/assets/avatars/user-4.jpg",
"./user-5.jpg": "./resources/js/assets/avatars/user-5.jpg",
"./user-6.jpg": "./resources/js/assets/avatars/user-6.jpg",
"./user-7.jpg": "./resources/js/assets/avatars/user-7.jpg",
"./user-8.jpg": "./resources/js/assets/avatars/user-8.jpg",
"./user-9.jpg": "./resources/js/assets/avatars/user-9.jpg"
};
function webpackContext(req) {
var id = webpackContextResolve(req);
return __webpack_require__(id);
}
function webpackContextResolve(req) {
if(!__webpack_require__.o(map, req)) {
var e = new Error("Cannot find module '" + req + "'");
e.code = 'MODULE_NOT_FOUND';
throw e;
}
return map[req];
}
webpackContext.keys = function webpackContextKeys() {
return Object.keys(map);
};
webpackContext.resolve = webpackContextResolve;
module.exports = webpackContext;
webpackContext.id = "./resources/js/assets/avatars sync recursive ^\\.\\/.*$";/* (ignored) *//* (ignored) *//* (ignored) */var map = {
"./about-1.png": "./resources/js/assets/img/about-1.png",
"./about-2.png": "./resources/js/assets/img/about-2.png",
"./about-card-1.png": "./resources/js/assets/img/about-card-1.png",
"./about-card-2.png": "./resources/js/assets/img/about-card-2.png",
"./about-card-3.png": "./resources/js/assets/img/about-card-3.png",
"./agency-welcome.png": "./resources/js/assets/img/agency-welcome.png",
"./appLogo.png": "./resources/js/assets/img/appLogo.png",
"./appLogoText.png": "./resources/js/assets/img/appLogoText.png",
"./bg-1.jpg": "./resources/js/assets/img/bg-1.jpg",
"./bg-2.jpg": "./resources/js/assets/img/bg-2.jpg",
"./bg-3.jpg": "./resources/js/assets/img/bg-3.jpg",
"./bg-4.jpg": "./resources/js/assets/img/bg-4.jpg",
"./bg-5.jpg": "./resources/js/assets/img/bg-5.jpg",
"./boxed-bg.png": "./resources/js/assets/img/boxed-bg.png",
"./client-1.png": "./resources/js/assets/img/client-1.png",
"./client-2.png": "./resources/js/assets/img/client-2.png",
"./client-3.png": "./resources/js/assets/img/client-3.png",
"./client-logo-1.png": "./resources/js/assets/img/client-logo-1.png",
"./client-logo-2.png": "./resources/js/assets/img/client-logo-2.png",
"./client-logo-3.png": "./resources/js/assets/img/client-logo-3.png",
"./client-logo-4.png": "./resources/js/assets/img/client-logo-4.png",
"./client-logo-5.png": "./resources/js/assets/img/client-logo-5.png",
"./coupon.png": "./resources/js/assets/img/coupon.png",
"./danger-theme.png": "./resources/js/assets/img/danger-theme.png",
"./dark-layout-bg.png": "./resources/js/assets/img/dark-layout-bg.png",
"./device-1.jpg": "./resources/js/assets/img/device-1.jpg",
"./device-2.jpg": "./resources/js/assets/img/device-2.jpg",
"./device-3.jpg": "./resources/js/assets/img/device-3.jpg",
"./gallery-1.jpg": "./resources/js/assets/img/gallery-1.jpg",
"./gallery-10.jpg": "./resources/js/assets/img/gallery-10.jpg",
"./gallery-2.jpg": "./resources/js/assets/img/gallery-2.jpg",
"./gallery-3.jpg": "./resources/js/assets/img/gallery-3.jpg",
"./gallery-4.jpg": "./resources/js/assets/img/gallery-4.jpg",
"./gallery-5.jpg": "./resources/js/assets/img/gallery-5.jpg",
"./gallery-6.jpg": "./resources/js/assets/img/gallery-6.jpg",
"./gallery-7.jpg": "./resources/js/assets/img/gallery-7.jpg",
"./gallery-8.jpg": "./resources/js/assets/img/gallery-8.jpg",
"./gallery-9.jpg": "./resources/js/assets/img/gallery-9.jpg",
"./info-theme.png": "./resources/js/assets/img/info-theme.png",
"./invoice-logo.png": "./resources/js/assets/img/invoice-logo.png",
"./logo-a.png": "./resources/js/assets/img/logo-a.png",
"./logo-b.png": "./resources/js/assets/img/logo-b.png",
"./logo-c.png": "./resources/js/assets/img/logo-c.png",
"./logo-d.png": "./resources/js/assets/img/logo-d.png",
"./news-slide-1.jpg": "./resources/js/assets/img/news-slide-1.jpg",
"./news-slide-2.jpg": "./resources/js/assets/img/news-slide-2.jpg",
"./news-slide-3.jpg": "./resources/js/assets/img/news-slide-3.jpg",
"./news-slide-4.jpg": "./resources/js/assets/img/news-slide-4.jpg",
"./news-slide-5.jpg": "./resources/js/assets/img/news-slide-5.jpg",
"./post-1.jpg": "./resources/js/assets/img/post-1.jpg",
"./post-2.jpg": "./resources/js/assets/img/post-2.jpg",
"./pricing-icon.png": "./resources/js/assets/img/pricing-icon.png",
"./primary-theme.png": "./resources/js/assets/img/primary-theme.png",
"./product-1.png": "./resources/js/assets/img/product-1.png",
"./product-2.png": "./resources/js/assets/img/product-2.png",
"./product-3.png": "./resources/js/assets/img/product-3.png",
"./product-4.png": "./resources/js/assets/img/product-4.png",
"./product-5.png": "./resources/js/assets/img/product-5.png",
"./product-6.png": "./resources/js/assets/img/product-6.png",
"./profile-banner.jpg": "./resources/js/assets/img/profile-banner.jpg",
"./profile-bg.jpg": "./resources/js/assets/img/profile-bg.jpg",
"./rct-session-banner.jpg": "./resources/js/assets/img/rct-session-banner.jpg",
"./secondary-theme.png": "./resources/js/assets/img/secondary-theme.png",
"./share.png": "./resources/js/assets/img/share.png",
"./sidebar-1.jpg": "./resources/js/assets/img/sidebar-1.jpg",
"./sidebar-2.jpg": "./resources/js/assets/img/sidebar-2.jpg",
"./sidebar-3.jpg": "./resources/js/assets/img/sidebar-3.jpg",
"./sidebar-4.jpg": "./resources/js/assets/img/sidebar-4.jpg",
"./site-logo.png": "./resources/js/assets/img/site-logo.png",
"./success-theme.png": "./resources/js/assets/img/success-theme.png",
"./symbol-logo.png": "./resources/js/assets/img/symbol-logo.png",
"./user-1.jpg": "./resources/js/assets/img/user-1.jpg",
"./user-2.jpg": "./resources/js/assets/img/user-2.jpg",
"./user-3.jpg": "./resources/js/assets/img/user-3.jpg",
"./user-4.jpg": "./resources/js/assets/img/user-4.jpg",
"./user-5.jpg": "./resources/js/assets/img/user-5.jpg",
"./user-6.jpg": "./resources/js/assets/img/user-6.jpg",
"./user-7.jpg": "./resources/js/assets/img/user-7.jpg",
"./user-8.jpg": "./resources/js/assets/img/user-8.jpg",
"./warning-theme.png": "./resources/js/assets/img/warning-theme.png",
"./weather-1.png": "./resources/js/assets/img/weather-1.png"
};
function webpackContext(req) {
var id = webpackContextResolve(req);
return __webpack_require__(id);
}
function webpackContextResolve(req) {
if(!__webpack_require__.o(map, req)) {
var e = new Error("Cannot find module '" + req + "'");
e.code = 'MODULE_NOT_FOUND';
throw e;
}
return map[req];
}
webpackContext.keys = function webpackContextKeys() {
return Object.keys(map);
};
webpackContext.resolve = webpackContextResolve;
module.exports = webpackContext;
webpackContext.id = "./resources/js/assets/img sync recursive ^\\.\\/.*$"; | 0.543833 | 0.157882 |
* {
box-sizing: border-box;
}
body, input {
color: #0a0a0a;
}
body {
margin: 1em auto;
max-width: 46em;
padding: 0 0.62em;
line-height: 1.6;
}
.nav {
text-align: right;
margin-bottom: -2em;
}
h1, h2, h3, h4 {
line-height: 1.2;
margin: 2.5rem 0 1rem 0;
padding-bottom: 0.1em;
border-bottom: 0.01em solid #9995
}
a:link.header, a:visited.header {
text-decoration:none; color:inherit;
}
.header { position:relative; }
.header:before {
position: absolute;
left: -0.9em;
content: "§";
opacity: 0;
}
.header:hover:before {
opacity: 0.3;
}
table {
border-spacing: 0;
border-collapse: collapse;
margin: 0.4em;
}
table td, th {
padding: 0.4em 0.9em;
border: 1px solid #939b97;
}
table th {
background-color: #eaeeee;
border-bottom-color: #5a5f5d;
}
@font-face{
font-family: BQNMod;
src: url(DejaVuBQNSansMono.ttf) format('truetype');
}
@font-face{
font-family: FFHD;
src: url(FairfaxHD_sub.woff2) format('woff2');
}
@font-face{
font-family: BQN;
src: url(BQN386.ttf) format('truetype');
}
@font-face{
font-family: Iosevka;
src: url(Iosevka_sub.woff2) format('woff2');
}
@font-face{
font-family: JuliaMono;
src: url(JuliaMono_sub.woff2) format('woff2');
}
@font-face{
font-family: f3270;
src: url(3270_sub.woff2) format('woff2');
}
pre.DejaVu , .DejaVu .kb span, .DejaVu .code, .DejaVu .rslt { font-family:BQNMod,monospace; }
pre.BQN386 , .BQN386 .kb span, .BQN386 .code, .BQN386 .rslt { font-family:BQN,monospace; }
pre.Iosevka, .Iosevka .kb span, .Iosevka .code, .Iosevka .rslt { font-family:Iosevka,f3270,monospace; }
pre.Julia , .Julia .kb span, .Julia .code, .Julia .rslt { font-family:JuliaMono,monospace; }
pre.Fairfax, .Fairfax .kb span, .Fairfax .code, .Fairfax .rslt { font-family:FFHD,monospace; font-size:1.1rem; line-height:1.01; }
.Fairfax .kb span { line-height:1.25; }
pre.f3270 , .f3270 .kb span, .f3270 .code, .f3270 .rslt { font-family:f3270,monospace; font-size:1rem; line-height:1.1; }
.f3270 .kb span { line-height:1.4; }
code, kbd, svg text {
white-space: pre;
}
pre, code, textarea, .primitives tr td:first-child {
background-color: #e3e7e7;
color: #292929;
}
pre, code, textarea, .kb {
font-family: BQN, monospace;
font-weight: normal;
font-size: 0.94em;
border: 1px solid #bdcac4;
letter-spacing: 0.2;
}
.code, .codeCover {
fill: #e3e7e7;
stroke: #bdcac4;
}
.codeCover {
stroke: #e3e7e7;
user-select: none;
}
code {
padding: 0.15em 0.1em 0.05em;
border-width: 0.3px;
}
pre, textarea, .kb {
line-height: 1.2;
}
pre {
margin: 1.6em 0.4em;
overflow-x: auto;
}
pre, textarea { padding: 0.8em; }
textarea { width: 100%; outline: none; resize: vertical; margin: 0; }
.cont { margin: 1.3em 0; }
.rslt { background: none; border-top: none; margin: 0; overflow-x: initial; }
.rslt.err { color: #d11; }
.kb {
line-height: 1.5;
width: 100%;
padding: 0.3em 0;
position: relative;
}
.kb span, .kb div {
cursor: default;
padding: 1px;
}
.kb a {
margin-left: 0.8em;
font-size: 0.8em; vertical-align: 0.08em; opacity: 0.8;
}
.kbext {
position: absolute; bottom: 0.4em; right: 0.1em;
font-size: 0.7em;
}
.kbext select { opacity: 0.5; border: none; }
.prfx {
width: 1.2em; text-align: center; margin-left: 0.6em;
border: 1px solid #bdcac4; border-radius: 0.4em;
box-shadow: -0.03em 0.02em 0 0 #bdcac4;
}
.rel { position: relative; }
.demo {
position: absolute; top: 0.2em; right: 0.4em;
height: 2.2em;
fill: #272e30;
cursor: pointer;
}
.replLink {
float: right;
position: relative;
right: 1em;
top: 0.8em;
font-size: 0.84em;
opacity: 0.7;
}
.primitives {
float: right;
margin: 0.4em 0.8em 0 1em;
}
.primitives tr td:first-child {
font-family: BQN, monospace;
}
.primitives tr td:nth-child(2) {
padding: 0.3em 0.5em 0.4em;
min-width: 2em;
}
kbd {
font-family: BQN, monospace;
border: 0.06em solid currentColor;
padding: 0.04em 0.3em;
border-radius: 0.4em;
box-shadow: -0.02em 0.05em 0 0 currentColor;
}
.Value { color: #1f2020; }
.Function { color: #1f7229; }
.Modifier { color: #7b3b60; }
.Modifier2 { color: #857614; }
.Gets { color: #16170a; }
.Paren { color: #585f5b; }
.Ligature,
.Separator,
.Bracket { color: #30241f; }
.Brace { color: #9130ad; }
.Nothing,
.Number { color: #6f251f; }
.Comment { color: #32328b; }
.String { color: #2d7583; }
.Error { color: #ee3030; }
a:link { color: #0b39dc; text-decoration-color: #0b39dc91; }
a:visited { color: #3d155f; }
.kb span:hover{ background-color: #bce; }
.kb.prefix { background-color: #cee; }
@media (prefers-color-scheme: dark) {
body, input, select { color: #d6d7d9; background-color: #141515; }
input { border-color: #0c0d0e; }
textarea, pre, code, .primitives tr td:first-child { color: #969698; background-color: #0c0d0e; }
textarea, pre, code, .kb, .prfx { border-color: #040509; }
.prfx { box-shadow: -0.03em 0.02em 0 0 #040509; }
.code, .codeCover { fill: #0c0d0e; stroke: #040509; }
.codeCover { stroke: #0c0d0e; }
code { border-color: #0c0d0e; background-color: #0f1011; }
table td, th{ border-color: #636967; }
table th { border-color: #88918c; background-color: #292a2b; }
.kb span:hover { background-color: #237; }
.kb.prefix { background-color: #1e2430; }
.Value { color: #b2b9bb; }
.Function { color: #3aa548; }
.Modifier { color: #93428b; }
.Modifier2 { color: #998819; }
.Gets { color: #cccdcb; }
.Paren { color: #5a524a; }
.Ligature,
.Separator,
.Bracket { color: #9c7dc1; }
.Brace { color: #862f9e; }
.Nothing,
.Number { color: #a73227; }
.Comment { color: #3f3daa; }
.String { color: #3e99ab; }
.Error { color: #bb0e0e; }
a:link { color: #5592d9; text-decoration-color: #508dd978; }
a:visited { color: #8781c1; }
}
svg tspan {
fill: currentColor;
}
.purple { fill:#d6afe0; stroke:#3d1b46; } text.purple ,.purple text { fill:#3b1346; stroke:none; }
.lilac { fill:none; stroke:#736480; } text.lilac ,.lilac text { fill:#3b373e; stroke:none; }
.bluegreen { fill:#55cbcb; stroke:#1c4e4e; } text.bluegreen,.bluegreen text { fill:#183d3d; stroke:none; }
.yellow { fill:#e2d17f; stroke:#a28237; } text.yellow ,.yellow text { fill:#7a5a0e; stroke:none; }
.red { fill:#ce8379; stroke:#861d17; } text.red ,.red text { fill:#510d09; stroke:none; }
.green { fill:#6fb360; stroke:#1b6720; } text.green ,.green text { fill:#14401a; stroke:none; }
@media (prefers-color-scheme: dark) {
.purple { fill:#241922; stroke:#612d86; } text.purple ,.purple text { fill:#6e2ca0; stroke:none; }
.lilac { fill:none; stroke:#5a4d6a; } text.lilac ,.lilac text { fill:#8a8285; stroke:none; }
.bluegreen { fill:#0e2525; stroke:#297f7f; } text.bluegreen,.bluegreen text { fill:#52848a; stroke:none; }
.yellow { fill:#5b4b25; stroke:#a27e2a; } text.yellow ,.yellow text { fill:#9d7925; stroke:none; }
.red { fill:#532923; stroke:#ae251e; } text.red ,.red text { fill:#a6221a; stroke:none; }
.green { fill:#25431e; stroke:#298221; } text.green ,.green text { fill:#298221; stroke:none; }
} | docs/style.css | * {
box-sizing: border-box;
}
body, input {
color: #0a0a0a;
}
body {
margin: 1em auto;
max-width: 46em;
padding: 0 0.62em;
line-height: 1.6;
}
.nav {
text-align: right;
margin-bottom: -2em;
}
h1, h2, h3, h4 {
line-height: 1.2;
margin: 2.5rem 0 1rem 0;
padding-bottom: 0.1em;
border-bottom: 0.01em solid #9995
}
a:link.header, a:visited.header {
text-decoration:none; color:inherit;
}
.header { position:relative; }
.header:before {
position: absolute;
left: -0.9em;
content: "§";
opacity: 0;
}
.header:hover:before {
opacity: 0.3;
}
table {
border-spacing: 0;
border-collapse: collapse;
margin: 0.4em;
}
table td, th {
padding: 0.4em 0.9em;
border: 1px solid #939b97;
}
table th {
background-color: #eaeeee;
border-bottom-color: #5a5f5d;
}
@font-face{
font-family: BQNMod;
src: url(DejaVuBQNSansMono.ttf) format('truetype');
}
@font-face{
font-family: FFHD;
src: url(FairfaxHD_sub.woff2) format('woff2');
}
@font-face{
font-family: BQN;
src: url(BQN386.ttf) format('truetype');
}
@font-face{
font-family: Iosevka;
src: url(Iosevka_sub.woff2) format('woff2');
}
@font-face{
font-family: JuliaMono;
src: url(JuliaMono_sub.woff2) format('woff2');
}
@font-face{
font-family: f3270;
src: url(3270_sub.woff2) format('woff2');
}
pre.DejaVu , .DejaVu .kb span, .DejaVu .code, .DejaVu .rslt { font-family:BQNMod,monospace; }
pre.BQN386 , .BQN386 .kb span, .BQN386 .code, .BQN386 .rslt { font-family:BQN,monospace; }
pre.Iosevka, .Iosevka .kb span, .Iosevka .code, .Iosevka .rslt { font-family:Iosevka,f3270,monospace; }
pre.Julia , .Julia .kb span, .Julia .code, .Julia .rslt { font-family:JuliaMono,monospace; }
pre.Fairfax, .Fairfax .kb span, .Fairfax .code, .Fairfax .rslt { font-family:FFHD,monospace; font-size:1.1rem; line-height:1.01; }
.Fairfax .kb span { line-height:1.25; }
pre.f3270 , .f3270 .kb span, .f3270 .code, .f3270 .rslt { font-family:f3270,monospace; font-size:1rem; line-height:1.1; }
.f3270 .kb span { line-height:1.4; }
code, kbd, svg text {
white-space: pre;
}
pre, code, textarea, .primitives tr td:first-child {
background-color: #e3e7e7;
color: #292929;
}
pre, code, textarea, .kb {
font-family: BQN, monospace;
font-weight: normal;
font-size: 0.94em;
border: 1px solid #bdcac4;
letter-spacing: 0.2;
}
.code, .codeCover {
fill: #e3e7e7;
stroke: #bdcac4;
}
.codeCover {
stroke: #e3e7e7;
user-select: none;
}
code {
padding: 0.15em 0.1em 0.05em;
border-width: 0.3px;
}
pre, textarea, .kb {
line-height: 1.2;
}
pre {
margin: 1.6em 0.4em;
overflow-x: auto;
}
pre, textarea { padding: 0.8em; }
textarea { width: 100%; outline: none; resize: vertical; margin: 0; }
.cont { margin: 1.3em 0; }
.rslt { background: none; border-top: none; margin: 0; overflow-x: initial; }
.rslt.err { color: #d11; }
.kb {
line-height: 1.5;
width: 100%;
padding: 0.3em 0;
position: relative;
}
.kb span, .kb div {
cursor: default;
padding: 1px;
}
.kb a {
margin-left: 0.8em;
font-size: 0.8em; vertical-align: 0.08em; opacity: 0.8;
}
.kbext {
position: absolute; bottom: 0.4em; right: 0.1em;
font-size: 0.7em;
}
.kbext select { opacity: 0.5; border: none; }
.prfx {
width: 1.2em; text-align: center; margin-left: 0.6em;
border: 1px solid #bdcac4; border-radius: 0.4em;
box-shadow: -0.03em 0.02em 0 0 #bdcac4;
}
.rel { position: relative; }
.demo {
position: absolute; top: 0.2em; right: 0.4em;
height: 2.2em;
fill: #272e30;
cursor: pointer;
}
.replLink {
float: right;
position: relative;
right: 1em;
top: 0.8em;
font-size: 0.84em;
opacity: 0.7;
}
.primitives {
float: right;
margin: 0.4em 0.8em 0 1em;
}
.primitives tr td:first-child {
font-family: BQN, monospace;
}
.primitives tr td:nth-child(2) {
padding: 0.3em 0.5em 0.4em;
min-width: 2em;
}
kbd {
font-family: BQN, monospace;
border: 0.06em solid currentColor;
padding: 0.04em 0.3em;
border-radius: 0.4em;
box-shadow: -0.02em 0.05em 0 0 currentColor;
}
.Value { color: #1f2020; }
.Function { color: #1f7229; }
.Modifier { color: #7b3b60; }
.Modifier2 { color: #857614; }
.Gets { color: #16170a; }
.Paren { color: #585f5b; }
.Ligature,
.Separator,
.Bracket { color: #30241f; }
.Brace { color: #9130ad; }
.Nothing,
.Number { color: #6f251f; }
.Comment { color: #32328b; }
.String { color: #2d7583; }
.Error { color: #ee3030; }
a:link { color: #0b39dc; text-decoration-color: #0b39dc91; }
a:visited { color: #3d155f; }
.kb span:hover{ background-color: #bce; }
.kb.prefix { background-color: #cee; }
@media (prefers-color-scheme: dark) {
body, input, select { color: #d6d7d9; background-color: #141515; }
input { border-color: #0c0d0e; }
textarea, pre, code, .primitives tr td:first-child { color: #969698; background-color: #0c0d0e; }
textarea, pre, code, .kb, .prfx { border-color: #040509; }
.prfx { box-shadow: -0.03em 0.02em 0 0 #040509; }
.code, .codeCover { fill: #0c0d0e; stroke: #040509; }
.codeCover { stroke: #0c0d0e; }
code { border-color: #0c0d0e; background-color: #0f1011; }
table td, th{ border-color: #636967; }
table th { border-color: #88918c; background-color: #292a2b; }
.kb span:hover { background-color: #237; }
.kb.prefix { background-color: #1e2430; }
.Value { color: #b2b9bb; }
.Function { color: #3aa548; }
.Modifier { color: #93428b; }
.Modifier2 { color: #998819; }
.Gets { color: #cccdcb; }
.Paren { color: #5a524a; }
.Ligature,
.Separator,
.Bracket { color: #9c7dc1; }
.Brace { color: #862f9e; }
.Nothing,
.Number { color: #a73227; }
.Comment { color: #3f3daa; }
.String { color: #3e99ab; }
.Error { color: #bb0e0e; }
a:link { color: #5592d9; text-decoration-color: #508dd978; }
a:visited { color: #8781c1; }
}
svg tspan {
fill: currentColor;
}
.purple { fill:#d6afe0; stroke:#3d1b46; } text.purple ,.purple text { fill:#3b1346; stroke:none; }
.lilac { fill:none; stroke:#736480; } text.lilac ,.lilac text { fill:#3b373e; stroke:none; }
.bluegreen { fill:#55cbcb; stroke:#1c4e4e; } text.bluegreen,.bluegreen text { fill:#183d3d; stroke:none; }
.yellow { fill:#e2d17f; stroke:#a28237; } text.yellow ,.yellow text { fill:#7a5a0e; stroke:none; }
.red { fill:#ce8379; stroke:#861d17; } text.red ,.red text { fill:#510d09; stroke:none; }
.green { fill:#6fb360; stroke:#1b6720; } text.green ,.green text { fill:#14401a; stroke:none; }
@media (prefers-color-scheme: dark) {
.purple { fill:#241922; stroke:#612d86; } text.purple ,.purple text { fill:#6e2ca0; stroke:none; }
.lilac { fill:none; stroke:#5a4d6a; } text.lilac ,.lilac text { fill:#8a8285; stroke:none; }
.bluegreen { fill:#0e2525; stroke:#297f7f; } text.bluegreen,.bluegreen text { fill:#52848a; stroke:none; }
.yellow { fill:#5b4b25; stroke:#a27e2a; } text.yellow ,.yellow text { fill:#9d7925; stroke:none; }
.red { fill:#532923; stroke:#ae251e; } text.red ,.red text { fill:#a6221a; stroke:none; }
.green { fill:#25431e; stroke:#298221; } text.green ,.green text { fill:#298221; stroke:none; }
} | 0.579876 | 0.137677 |
@media print {
.text-muted {
color: #999 !important;
}
.text-primary {
color: #428bca !important;
}
.text-primary:hover {
color: #3071a9 !important;
}
.text-warning {
color: #c09853 !important;
}
.text-warning:hover {
color: #a47e3c !important;
}
.text-danger {
color: #b94a48 !important;
}
.text-danger:hover {
color: #953b39 !important;
}
.text-success {
color: #468847 !important;
}
.text-success:hover {
color: #356635 !important;
}
.text-info {
color: #3a87ad !important;
}
.text-info:hover {
color: #2d6987 !important;
}
.label[href]:hover,
.label[href]:focus {
text-decoration: none !important;
color: #fff !important;
cursor: pointer !important;
}
.label:empty {
display: none;
}
.label-default {
background-color: #999 !important;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #808080 !important;
}
.label-primary {
background-color: #428bca !important;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #3071a9 !important;
}
.label-success {
background-color: #5cb85c !important;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44 !important;
}
.label-info {
background-color: #5bc0de !important;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5 !important;
}
.label-warning {
background-color: #f0ad4e !important;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f !important;
}
.label-danger {
background-color: #d9534f !important;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c !important;
}
.label {
display: inline !important;
border: 0 solid #fff !important;
border-color: #fff !important;
padding: 0.2em 0.6em 0.3em !important;
font-size: 75% !important;
line-height: 1 !important;
font-weight: bold !important;
text-align: center !important;
white-space: nowrap !important;
vertical-align: baseline !important;
color: #fff !important;
border-radius: 0.25em !important;
}
/* Temporary solution for hiding the broken link with attachment*/
a {
text-decoration: none !important;
color: #428bca !important;
}
a[href]:after {
content: none !important;
}
.glyphicon-paperclip {
color: #428bca !important;
}
} | src/main/webapp/css/print.css | @media print {
.text-muted {
color: #999 !important;
}
.text-primary {
color: #428bca !important;
}
.text-primary:hover {
color: #3071a9 !important;
}
.text-warning {
color: #c09853 !important;
}
.text-warning:hover {
color: #a47e3c !important;
}
.text-danger {
color: #b94a48 !important;
}
.text-danger:hover {
color: #953b39 !important;
}
.text-success {
color: #468847 !important;
}
.text-success:hover {
color: #356635 !important;
}
.text-info {
color: #3a87ad !important;
}
.text-info:hover {
color: #2d6987 !important;
}
.label[href]:hover,
.label[href]:focus {
text-decoration: none !important;
color: #fff !important;
cursor: pointer !important;
}
.label:empty {
display: none;
}
.label-default {
background-color: #999 !important;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #808080 !important;
}
.label-primary {
background-color: #428bca !important;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #3071a9 !important;
}
.label-success {
background-color: #5cb85c !important;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44 !important;
}
.label-info {
background-color: #5bc0de !important;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5 !important;
}
.label-warning {
background-color: #f0ad4e !important;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f !important;
}
.label-danger {
background-color: #d9534f !important;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c !important;
}
.label {
display: inline !important;
border: 0 solid #fff !important;
border-color: #fff !important;
padding: 0.2em 0.6em 0.3em !important;
font-size: 75% !important;
line-height: 1 !important;
font-weight: bold !important;
text-align: center !important;
white-space: nowrap !important;
vertical-align: baseline !important;
color: #fff !important;
border-radius: 0.25em !important;
}
/* Temporary solution for hiding the broken link with attachment*/
a {
text-decoration: none !important;
color: #428bca !important;
}
a[href]:after {
content: none !important;
}
.glyphicon-paperclip {
color: #428bca !important;
}
} | 0.227041 | 0.109753 |
html,body,p,h1,h2 {
padding: 0px;
margin: 0px;
box-sizing: border-box;
}
.wraper{
display: grid;
grid-template-columns: 2fr 1fr;
min-height: 100vh;
}
body{
font-size: 22px;
}
form p{
margin: 30px;
}
.form-input{
border: 0;
border: 2px solid #59ABE3;
color: #1cadaf;
padding-left: 10px;
border-radius: 10px;
font-size: 17px;
height: 45px;
width: 200px;
transition: width 0.5s;
box-sizing: border-box;
color: #eaea;
}
.form{
padding: 5px 5px 5px 5px;
background-color: pink;
color: black;
margin: 0px;
padding: 0px;
}
h2{
}
#judul{
text-align: center;
border-color: red;
}
.BC{
background-color: #2C3E50;
width: 100%;
height: 100px;
box-sizing: border-box;
color: white;
}
.BC #judul{
padding: 10px ;
text-align: center;
}
input[type=text]{
margin:5px;
}
*,focus{
outline: none;
}
.form-input:focus{
border: 2px solid #59ABE3;
background-color:;
color: black;
box-shadow: 1px 1px 1px 1px #59ABE3;
width: 70%;
border-radius: 10px;
}
.input-focus::-webkit-input-placeholder {
color: black;
}
input::placeholder {
color:blue;
font-size: 17px;
}
.pilih{
padding: 2px;
}
textarea{
border: 2px solid #59ABE3;
}
.bawah{
}
button{
margin-left: 150px;
margin-right: auto;
width: 50%;
font-size: 18px;
}
form label{
padding: 20px;
}
input[type=checkbox] + label{
display: inline-block;
margin: 0.2em;
cursor: pointer;
padding: 0.2em;
}
input[type=checkbox]{
display: none;
}
input[type=checkbox] + label:before{
content: "\2714";
border: 0.1em solid #59ABE3;
border-radius: 0.2em;
display: inline-block;
width: 1em;
height: 1em;
padding-left: 0.2em;
padding-bottom: 0.3em;
color: transparent;
vertical-align: bottom;
transition: .2s;
}
input[type=checkbox] + label:active:before{
transform: scale(10);
}
input[type=checkbox]:checked + label:before{
background-color: #59ABE3;
border-color: #59ABE3;
color: #fff;
}
input[type=checkbox] label{
margin: 250px
}
#tk{
color: red;
}
/*Class Hero*/
.hero{
background-image: url(img/buali.jpg);
background-repeat: no-repeat;
background-size:110% 110%;
background-position: center;
}
.hero .teks{
width: 397px;
margin-left: 275px;
margin-top:10px;
box-sizing: border-box;
text-align: center;
font-size: 60px;
font-family: sans-serif;
color: #F2F1EF;
box-sizing: content-box;
border-radius: 15px;
opacity: 0.75px;
}
/*Radio*/
input[type=radio] + label{
display: inline-block;
margin: 0.2em;
cursor: pointer;
padding: 0.2em;
}
input[type=radio]{
display: none;
}
input[type=radio] + label:before{
content: "\2714";
border: 0.1em solid #59ABE3;
border-radius: 0.2em;
display: inline-block;
width: 1em;
height: 1em;
padding-left: 0.2em;
padding-bottom: 0.3em;
color: transparent;
vertical-align: bottom;
transition: .2s;
}
input[type=radio] + label:active:before{
transform: scale(0);
}
input[type=radio]:checked + label:before{
background-color: #59ABE3;
border-color: #59ABE3;
color: #fff;
}
input[type=radio] label{
margin: 250px
}
/*Select*/
.sel{
-webkit-appearance:none;
appearance:none;
display: block;
margin: 30px 0;
padding: 10px 50px 10px 10px;
background: url('select.png')no-repeat 95% center;
background-color:#fff;
color: #6C7A89;
border-radius: 4px;
border: 2px solid #59ABE3;
width: 280px;
font-size: 20px;
}
button{
background: #fff;
padding: 15px;
color: #969696;
font-size: 20px;
letter-spacing: 0.1em;
border-radius: 4px;
border: 2px solid #2C3E50;
box-shadow: 1px 3px 5px rgba(0,0,0,0.5);
width: 280px;
margin-left: 80px;
transition: all 0.75s;
}
button:hover{
background-color: #2C3E50;
color: #fff;
} | assets/web.css | html,body,p,h1,h2 {
padding: 0px;
margin: 0px;
box-sizing: border-box;
}
.wraper{
display: grid;
grid-template-columns: 2fr 1fr;
min-height: 100vh;
}
body{
font-size: 22px;
}
form p{
margin: 30px;
}
.form-input{
border: 0;
border: 2px solid #59ABE3;
color: #1cadaf;
padding-left: 10px;
border-radius: 10px;
font-size: 17px;
height: 45px;
width: 200px;
transition: width 0.5s;
box-sizing: border-box;
color: #eaea;
}
.form{
padding: 5px 5px 5px 5px;
background-color: pink;
color: black;
margin: 0px;
padding: 0px;
}
h2{
}
#judul{
text-align: center;
border-color: red;
}
.BC{
background-color: #2C3E50;
width: 100%;
height: 100px;
box-sizing: border-box;
color: white;
}
.BC #judul{
padding: 10px ;
text-align: center;
}
input[type=text]{
margin:5px;
}
*,focus{
outline: none;
}
.form-input:focus{
border: 2px solid #59ABE3;
background-color:;
color: black;
box-shadow: 1px 1px 1px 1px #59ABE3;
width: 70%;
border-radius: 10px;
}
.input-focus::-webkit-input-placeholder {
color: black;
}
input::placeholder {
color:blue;
font-size: 17px;
}
.pilih{
padding: 2px;
}
textarea{
border: 2px solid #59ABE3;
}
.bawah{
}
button{
margin-left: 150px;
margin-right: auto;
width: 50%;
font-size: 18px;
}
form label{
padding: 20px;
}
input[type=checkbox] + label{
display: inline-block;
margin: 0.2em;
cursor: pointer;
padding: 0.2em;
}
input[type=checkbox]{
display: none;
}
input[type=checkbox] + label:before{
content: "\2714";
border: 0.1em solid #59ABE3;
border-radius: 0.2em;
display: inline-block;
width: 1em;
height: 1em;
padding-left: 0.2em;
padding-bottom: 0.3em;
color: transparent;
vertical-align: bottom;
transition: .2s;
}
input[type=checkbox] + label:active:before{
transform: scale(10);
}
input[type=checkbox]:checked + label:before{
background-color: #59ABE3;
border-color: #59ABE3;
color: #fff;
}
input[type=checkbox] label{
margin: 250px
}
#tk{
color: red;
}
/*Class Hero*/
.hero{
background-image: url(img/buali.jpg);
background-repeat: no-repeat;
background-size:110% 110%;
background-position: center;
}
.hero .teks{
width: 397px;
margin-left: 275px;
margin-top:10px;
box-sizing: border-box;
text-align: center;
font-size: 60px;
font-family: sans-serif;
color: #F2F1EF;
box-sizing: content-box;
border-radius: 15px;
opacity: 0.75px;
}
/*Radio*/
input[type=radio] + label{
display: inline-block;
margin: 0.2em;
cursor: pointer;
padding: 0.2em;
}
input[type=radio]{
display: none;
}
input[type=radio] + label:before{
content: "\2714";
border: 0.1em solid #59ABE3;
border-radius: 0.2em;
display: inline-block;
width: 1em;
height: 1em;
padding-left: 0.2em;
padding-bottom: 0.3em;
color: transparent;
vertical-align: bottom;
transition: .2s;
}
input[type=radio] + label:active:before{
transform: scale(0);
}
input[type=radio]:checked + label:before{
background-color: #59ABE3;
border-color: #59ABE3;
color: #fff;
}
input[type=radio] label{
margin: 250px
}
/*Select*/
.sel{
-webkit-appearance:none;
appearance:none;
display: block;
margin: 30px 0;
padding: 10px 50px 10px 10px;
background: url('select.png')no-repeat 95% center;
background-color:#fff;
color: #6C7A89;
border-radius: 4px;
border: 2px solid #59ABE3;
width: 280px;
font-size: 20px;
}
button{
background: #fff;
padding: 15px;
color: #969696;
font-size: 20px;
letter-spacing: 0.1em;
border-radius: 4px;
border: 2px solid #2C3E50;
box-shadow: 1px 3px 5px rgba(0,0,0,0.5);
width: 280px;
margin-left: 80px;
transition: all 0.75s;
}
button:hover{
background-color: #2C3E50;
color: #fff;
} | 0.323808 | 0.110423 |
.pie-wrapper {
height: 1em;
width: 1em;
float: left;
margin: 15px;
margin-left: 25%;
position: relative;
font-size: 10em;
}
.pie-wrapper .pie {
height: 100%;
width: 100%;
clip: rect(0, 1em, 1em, 0.5em);
left: 0;
position: absolute;
top: 0;
}
.pie-wrapper .pie .half-circle {
height: 100%;
width: 100%;
border: 0.1em solid #3498db;
border-radius: 50%;
clip: rect(0, 0.5em, 1em, 0);
left: 0;
position: absolute;
top: 0;
}
.pie-wrapper .label {
background: #34495e;
border-radius: 50%;
bottom: 0.3em;
color: #ecf0f1;
cursor: default;
display: block;
font-size: 0.3em;
left: 0.35em;
line-height: 2.6em;
position: absolute;
right: 0.33em;
text-align: center;
top: 0.33em;
}
.pie-wrapper .label .smaller {
color: #bdc3c7;
font-size: .45em;
padding-bottom: 20px;
vertical-align: super;
}
.pie-wrapper.progress-1 .pie .right-side {
display: none;
}
.pie-wrapper.progress-1 .pie .left-side {
transform: rotate(3.6deg);
}
.pie-wrapper.progress-2 .pie .right-side {
display: none;
}
.pie-wrapper.progress-2 .pie .left-side {
transform: rotate(7.2deg);
}
.pie-wrapper.progress-3 .pie .right-side {
display: none;
}
.pie-wrapper.progress-3 .pie .left-side {
transform: rotate(10.8deg);
}
.pie-wrapper.progress-4 .pie .right-side {
display: none;
}
.pie-wrapper.progress-4 .pie .left-side {
transform: rotate(14.4deg);
}
.pie-wrapper.progress-5 .pie .right-side {
display: none;
}
.pie-wrapper.progress-5 .pie .left-side {
transform: rotate(18deg);
}
.pie-wrapper.progress-6 .pie .right-side {
display: none;
}
.pie-wrapper.progress-6 .pie .left-side {
transform: rotate(21.6deg);
}
.pie-wrapper.progress-7 .pie .right-side {
display: none;
}
.pie-wrapper.progress-7 .pie .left-side {
transform: rotate(25.2deg);
}
.pie-wrapper.progress-8 .pie .right-side {
display: none;
}
.pie-wrapper.progress-8 .pie .left-side {
transform: rotate(28.8deg);
}
.pie-wrapper.progress-9 .pie .right-side {
display: none;
}
.pie-wrapper.progress-9 .pie .left-side {
transform: rotate(32.4deg);
}
.pie-wrapper.progress-10 .pie .right-side {
display: none;
}
.pie-wrapper.progress-10 .pie .left-side {
transform: rotate(36deg);
}
.pie-wrapper.progress-11 .pie .right-side {
display: none;
}
.pie-wrapper.progress-11 .pie .left-side {
transform: rotate(39.6deg);
}
.pie-wrapper.progress-12 .pie .right-side {
display: none;
}
.pie-wrapper.progress-12 .pie .left-side {
transform: rotate(43.2deg);
}
.pie-wrapper.progress-13 .pie .right-side {
display: none;
}
.pie-wrapper.progress-13 .pie .left-side {
transform: rotate(46.800000000000004deg);
}
.pie-wrapper.progress-14 .pie .right-side {
display: none;
}
.pie-wrapper.progress-14 .pie .left-side {
transform: rotate(50.4deg);
}
.pie-wrapper.progress-15 .pie .right-side {
display: none;
}
.pie-wrapper.progress-15 .pie .left-side {
transform: rotate(54deg);
}
.pie-wrapper.progress-16 .pie .right-side {
display: none;
}
.pie-wrapper.progress-16 .pie .left-side {
transform: rotate(57.6deg);
}
.pie-wrapper.progress-17 .pie .right-side {
display: none;
}
.pie-wrapper.progress-17 .pie .left-side {
transform: rotate(61.2deg);
}
.pie-wrapper.progress-18 .pie .right-side {
display: none;
}
.pie-wrapper.progress-18 .pie .left-side {
transform: rotate(64.8deg);
}
.pie-wrapper.progress-19 .pie .right-side {
display: none;
}
.pie-wrapper.progress-19 .pie .left-side {
transform: rotate(68.4deg);
}
.pie-wrapper.progress-20 .pie .right-side {
display: none;
}
.pie-wrapper.progress-20 .pie .left-side {
transform: rotate(72deg);
}
.pie-wrapper.progress-21 .pie .right-side {
display: none;
}
.pie-wrapper.progress-21 .pie .left-side {
transform: rotate(75.60000000000001deg);
}
.pie-wrapper.progress-22 .pie .right-side {
display: none;
}
.pie-wrapper.progress-22 .pie .left-side {
transform: rotate(79.2deg);
}
.pie-wrapper.progress-23 .pie .right-side {
display: none;
}
.pie-wrapper.progress-23 .pie .left-side {
transform: rotate(82.8deg);
}
.pie-wrapper.progress-24 .pie .right-side {
display: none;
}
.pie-wrapper.progress-24 .pie .left-side {
transform: rotate(86.4deg);
}
.pie-wrapper.progress-25 .pie .right-side {
display: none;
}
.pie-wrapper.progress-25 .pie .left-side {
transform: rotate(90deg);
}
.pie-wrapper.progress-26 .pie .right-side {
display: none;
}
.pie-wrapper.progress-26 .pie .left-side {
transform: rotate(93.60000000000001deg);
}
.pie-wrapper.progress-27 .pie .right-side {
display: none;
}
.pie-wrapper.progress-27 .pie .left-side {
transform: rotate(97.2deg);
}
.pie-wrapper.progress-28 .pie .right-side {
display: none;
}
.pie-wrapper.progress-28 .pie .left-side {
transform: rotate(100.8deg);
}
.pie-wrapper.progress-29 .pie .right-side {
display: none;
}
.pie-wrapper.progress-29 .pie .left-side {
transform: rotate(104.4deg);
}
.pie-wrapper.progress-30 .pie .right-side {
display: none;
}
.pie-wrapper.progress-30 .pie .left-side {
transform: rotate(108deg);
}
.pie-wrapper.progress-31 .pie .right-side {
display: none;
}
.pie-wrapper.progress-31 .pie .left-side {
transform: rotate(111.60000000000001deg);
}
.pie-wrapper.progress-32 .pie .right-side {
display: none;
}
.pie-wrapper.progress-32 .pie .left-side {
transform: rotate(115.2deg);
}
.pie-wrapper.progress-33 .pie .right-side {
display: none;
}
.pie-wrapper.progress-33 .pie .left-side {
transform: rotate(118.8deg);
}
.pie-wrapper.progress-34 .pie .right-side {
display: none;
}
.pie-wrapper.progress-34 .pie .left-side {
transform: rotate(122.4deg);
}
.pie-wrapper.progress-35 .pie .right-side {
display: none;
}
.pie-wrapper.progress-35 .pie .left-side {
transform: rotate(126deg);
}
.pie-wrapper.progress-36 .pie .right-side {
display: none;
}
.pie-wrapper.progress-36 .pie .left-side {
transform: rotate(129.6deg);
}
.pie-wrapper.progress-37 .pie .right-side {
display: none;
}
.pie-wrapper.progress-37 .pie .left-side {
transform: rotate(133.20000000000002deg);
}
.pie-wrapper.progress-38 .pie .right-side {
display: none;
}
.pie-wrapper.progress-38 .pie .left-side {
transform: rotate(136.8deg);
}
.pie-wrapper.progress-39 .pie .right-side {
display: none;
}
.pie-wrapper.progress-39 .pie .left-side {
transform: rotate(140.4deg);
}
.pie-wrapper.progress-40 .pie .right-side {
display: none;
}
.pie-wrapper.progress-40 .pie .left-side {
transform: rotate(144deg);
}
.pie-wrapper.progress-41 .pie .right-side {
display: none;
}
.pie-wrapper.progress-41 .pie .left-side {
transform: rotate(147.6deg);
}
.pie-wrapper.progress-42 .pie .right-side {
display: none;
}
.pie-wrapper.progress-42 .pie .left-side {
transform: rotate(151.20000000000002deg);
}
.pie-wrapper.progress-43 .pie .right-side {
display: none;
}
.pie-wrapper.progress-43 .pie .left-side {
transform: rotate(154.8deg);
}
.pie-wrapper.progress-44 .pie .right-side {
display: none;
}
.pie-wrapper.progress-44 .pie .left-side {
transform: rotate(158.4deg);
}
.pie-wrapper.progress-45 .pie .right-side {
display: none;
}
.pie-wrapper.progress-45 .pie .left-side {
transform: rotate(162deg);
}
.pie-wrapper.progress-46 .pie .right-side {
display: none;
}
.pie-wrapper.progress-46 .pie .left-side {
transform: rotate(165.6deg);
}
.pie-wrapper.progress-47 .pie .right-side {
display: none;
}
.pie-wrapper.progress-47 .pie .left-side {
transform: rotate(169.20000000000002deg);
}
.pie-wrapper.progress-48 .pie .right-side {
display: none;
}
.pie-wrapper.progress-48 .pie .left-side {
transform: rotate(172.8deg);
}
.pie-wrapper.progress-49 .pie .right-side {
display: none;
}
.pie-wrapper.progress-49 .pie .left-side {
transform: rotate(176.4deg);
}
.pie-wrapper.progress-50 .pie .right-side {
display: none;
}
.pie-wrapper.progress-50 .pie .left-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-51 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-51 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-51 .pie .left-side {
transform: rotate(183.6deg);
}
.pie-wrapper.progress-52 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-52 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-52 .pie .left-side {
transform: rotate(187.20000000000002deg);
}
.pie-wrapper.progress-53 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-53 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-53 .pie .left-side {
transform: rotate(190.8deg);
}
.pie-wrapper.progress-54 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-54 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-54 .pie .left-side {
transform: rotate(194.4deg);
}
.pie-wrapper.progress-55 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-55 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-55 .pie .left-side {
transform: rotate(198deg);
}
.pie-wrapper.progress-56 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-56 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-56 .pie .left-side {
transform: rotate(201.6deg);
}
.pie-wrapper.progress-57 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-57 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-57 .pie .left-side {
transform: rotate(205.20000000000002deg);
}
.pie-wrapper.progress-58 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-58 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-58 .pie .left-side {
transform: rotate(208.8deg);
}
.pie-wrapper.progress-59 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-59 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-59 .pie .left-side {
transform: rotate(212.4deg);
}
.pie-wrapper.progress-60 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-60 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-60 .pie .left-side {
transform: rotate(216deg);
}
.pie-wrapper.progress-61 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-61 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-61 .pie .left-side {
transform: rotate(219.6deg);
}
.pie-wrapper.progress-62 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-62 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-62 .pie .left-side {
transform: rotate(223.20000000000002deg);
}
.pie-wrapper.progress-63 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-63 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-63 .pie .left-side {
transform: rotate(226.8deg);
}
.pie-wrapper.progress-64 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-64 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-64 .pie .left-side {
transform: rotate(230.4deg);
}
.pie-wrapper.progress-65 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-65 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-65 .pie .left-side {
transform: rotate(234deg);
}
.pie-wrapper.progress-66 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-66 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-66 .pie .left-side {
transform: rotate(237.6deg);
}
.pie-wrapper.progress-67 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-67 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-67 .pie .left-side {
transform: rotate(241.20000000000002deg);
}
.pie-wrapper.progress-68 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-68 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-68 .pie .left-side {
transform: rotate(244.8deg);
}
.pie-wrapper.progress-69 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-69 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-69 .pie .left-side {
transform: rotate(248.4deg);
}
.pie-wrapper.progress-70 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-70 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-70 .pie .left-side {
transform: rotate(252deg);
}
.pie-wrapper.progress-71 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-71 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-71 .pie .left-side {
transform: rotate(255.6deg);
}
.pie-wrapper.progress-72 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-72 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-72 .pie .left-side {
transform: rotate(259.2deg);
}
.pie-wrapper.progress-73 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-73 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-73 .pie .left-side {
transform: rotate(262.8deg);
}
.pie-wrapper.progress-74 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-74 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-74 .pie .left-side {
transform: rotate(266.40000000000003deg);
}
.pie-wrapper.progress-75 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-75 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-75 .pie .left-side {
transform: rotate(270deg);
}
.pie-wrapper.progress-76 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-76 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-76 .pie .left-side {
transform: rotate(273.6deg);
}
.pie-wrapper.progress-77 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-77 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-77 .pie .left-side {
transform: rotate(277.2deg);
}
.pie-wrapper.progress-78 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-78 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-78 .pie .left-side {
transform: rotate(280.8deg);
}
.pie-wrapper.progress-79 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-79 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-79 .pie .left-side {
transform: rotate(284.40000000000003deg);
}
.pie-wrapper.progress-80 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-80 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-80 .pie .left-side {
transform: rotate(288deg);
}
.pie-wrapper.progress-81 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-81 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-81 .pie .left-side {
transform: rotate(291.6deg);
}
.pie-wrapper.progress-82 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-82 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-82 .pie .left-side {
transform: rotate(295.2deg);
}
.pie-wrapper.progress-83 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-83 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-83 .pie .left-side {
transform: rotate(298.8deg);
}
.pie-wrapper.progress-84 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-84 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-84 .pie .left-side {
transform: rotate(302.40000000000003deg);
}
.pie-wrapper.progress-85 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-85 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-85 .pie .left-side {
transform: rotate(306deg);
}
.pie-wrapper.progress-86 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-86 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-86 .pie .left-side {
transform: rotate(309.6deg);
}
.pie-wrapper.progress-87 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-87 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-87 .pie .left-side {
transform: rotate(313.2deg);
}
.pie-wrapper.progress-88 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-88 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-88 .pie .left-side {
transform: rotate(316.8deg);
}
.pie-wrapper.progress-89 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-89 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-89 .pie .left-side {
transform: rotate(320.40000000000003deg);
}
.pie-wrapper.progress-90 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-90 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-90 .pie .left-side {
transform: rotate(324deg);
}
.pie-wrapper.progress-91 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-91 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-91 .pie .left-side {
transform: rotate(327.6deg);
}
.pie-wrapper.progress-92 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-92 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-92 .pie .left-side {
transform: rotate(331.2deg);
}
.pie-wrapper.progress-93 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-93 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-93 .pie .left-side {
transform: rotate(334.8deg);
}
.pie-wrapper.progress-94 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-94 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-94 .pie .left-side {
transform: rotate(338.40000000000003deg);
}
.pie-wrapper.progress-95 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-95 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-95 .pie .left-side {
transform: rotate(342deg);
}
.pie-wrapper.progress-96 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-96 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-96 .pie .left-side {
transform: rotate(345.6deg);
}
.pie-wrapper.progress-97 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-97 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-97 .pie .left-side {
transform: rotate(349.2deg);
}
.pie-wrapper.progress-98 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-98 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-98 .pie .left-side {
transform: rotate(352.8deg);
}
.pie-wrapper.progress-99 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-99 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-99 .pie .left-side {
transform: rotate(356.40000000000003deg);
}
.pie-wrapper.progress-100 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-100 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-100 .pie .left-side {
transform: rotate(360deg);
} | public/css/progress-circle.css | .pie-wrapper {
height: 1em;
width: 1em;
float: left;
margin: 15px;
margin-left: 25%;
position: relative;
font-size: 10em;
}
.pie-wrapper .pie {
height: 100%;
width: 100%;
clip: rect(0, 1em, 1em, 0.5em);
left: 0;
position: absolute;
top: 0;
}
.pie-wrapper .pie .half-circle {
height: 100%;
width: 100%;
border: 0.1em solid #3498db;
border-radius: 50%;
clip: rect(0, 0.5em, 1em, 0);
left: 0;
position: absolute;
top: 0;
}
.pie-wrapper .label {
background: #34495e;
border-radius: 50%;
bottom: 0.3em;
color: #ecf0f1;
cursor: default;
display: block;
font-size: 0.3em;
left: 0.35em;
line-height: 2.6em;
position: absolute;
right: 0.33em;
text-align: center;
top: 0.33em;
}
.pie-wrapper .label .smaller {
color: #bdc3c7;
font-size: .45em;
padding-bottom: 20px;
vertical-align: super;
}
.pie-wrapper.progress-1 .pie .right-side {
display: none;
}
.pie-wrapper.progress-1 .pie .left-side {
transform: rotate(3.6deg);
}
.pie-wrapper.progress-2 .pie .right-side {
display: none;
}
.pie-wrapper.progress-2 .pie .left-side {
transform: rotate(7.2deg);
}
.pie-wrapper.progress-3 .pie .right-side {
display: none;
}
.pie-wrapper.progress-3 .pie .left-side {
transform: rotate(10.8deg);
}
.pie-wrapper.progress-4 .pie .right-side {
display: none;
}
.pie-wrapper.progress-4 .pie .left-side {
transform: rotate(14.4deg);
}
.pie-wrapper.progress-5 .pie .right-side {
display: none;
}
.pie-wrapper.progress-5 .pie .left-side {
transform: rotate(18deg);
}
.pie-wrapper.progress-6 .pie .right-side {
display: none;
}
.pie-wrapper.progress-6 .pie .left-side {
transform: rotate(21.6deg);
}
.pie-wrapper.progress-7 .pie .right-side {
display: none;
}
.pie-wrapper.progress-7 .pie .left-side {
transform: rotate(25.2deg);
}
.pie-wrapper.progress-8 .pie .right-side {
display: none;
}
.pie-wrapper.progress-8 .pie .left-side {
transform: rotate(28.8deg);
}
.pie-wrapper.progress-9 .pie .right-side {
display: none;
}
.pie-wrapper.progress-9 .pie .left-side {
transform: rotate(32.4deg);
}
.pie-wrapper.progress-10 .pie .right-side {
display: none;
}
.pie-wrapper.progress-10 .pie .left-side {
transform: rotate(36deg);
}
.pie-wrapper.progress-11 .pie .right-side {
display: none;
}
.pie-wrapper.progress-11 .pie .left-side {
transform: rotate(39.6deg);
}
.pie-wrapper.progress-12 .pie .right-side {
display: none;
}
.pie-wrapper.progress-12 .pie .left-side {
transform: rotate(43.2deg);
}
.pie-wrapper.progress-13 .pie .right-side {
display: none;
}
.pie-wrapper.progress-13 .pie .left-side {
transform: rotate(46.800000000000004deg);
}
.pie-wrapper.progress-14 .pie .right-side {
display: none;
}
.pie-wrapper.progress-14 .pie .left-side {
transform: rotate(50.4deg);
}
.pie-wrapper.progress-15 .pie .right-side {
display: none;
}
.pie-wrapper.progress-15 .pie .left-side {
transform: rotate(54deg);
}
.pie-wrapper.progress-16 .pie .right-side {
display: none;
}
.pie-wrapper.progress-16 .pie .left-side {
transform: rotate(57.6deg);
}
.pie-wrapper.progress-17 .pie .right-side {
display: none;
}
.pie-wrapper.progress-17 .pie .left-side {
transform: rotate(61.2deg);
}
.pie-wrapper.progress-18 .pie .right-side {
display: none;
}
.pie-wrapper.progress-18 .pie .left-side {
transform: rotate(64.8deg);
}
.pie-wrapper.progress-19 .pie .right-side {
display: none;
}
.pie-wrapper.progress-19 .pie .left-side {
transform: rotate(68.4deg);
}
.pie-wrapper.progress-20 .pie .right-side {
display: none;
}
.pie-wrapper.progress-20 .pie .left-side {
transform: rotate(72deg);
}
.pie-wrapper.progress-21 .pie .right-side {
display: none;
}
.pie-wrapper.progress-21 .pie .left-side {
transform: rotate(75.60000000000001deg);
}
.pie-wrapper.progress-22 .pie .right-side {
display: none;
}
.pie-wrapper.progress-22 .pie .left-side {
transform: rotate(79.2deg);
}
.pie-wrapper.progress-23 .pie .right-side {
display: none;
}
.pie-wrapper.progress-23 .pie .left-side {
transform: rotate(82.8deg);
}
.pie-wrapper.progress-24 .pie .right-side {
display: none;
}
.pie-wrapper.progress-24 .pie .left-side {
transform: rotate(86.4deg);
}
.pie-wrapper.progress-25 .pie .right-side {
display: none;
}
.pie-wrapper.progress-25 .pie .left-side {
transform: rotate(90deg);
}
.pie-wrapper.progress-26 .pie .right-side {
display: none;
}
.pie-wrapper.progress-26 .pie .left-side {
transform: rotate(93.60000000000001deg);
}
.pie-wrapper.progress-27 .pie .right-side {
display: none;
}
.pie-wrapper.progress-27 .pie .left-side {
transform: rotate(97.2deg);
}
.pie-wrapper.progress-28 .pie .right-side {
display: none;
}
.pie-wrapper.progress-28 .pie .left-side {
transform: rotate(100.8deg);
}
.pie-wrapper.progress-29 .pie .right-side {
display: none;
}
.pie-wrapper.progress-29 .pie .left-side {
transform: rotate(104.4deg);
}
.pie-wrapper.progress-30 .pie .right-side {
display: none;
}
.pie-wrapper.progress-30 .pie .left-side {
transform: rotate(108deg);
}
.pie-wrapper.progress-31 .pie .right-side {
display: none;
}
.pie-wrapper.progress-31 .pie .left-side {
transform: rotate(111.60000000000001deg);
}
.pie-wrapper.progress-32 .pie .right-side {
display: none;
}
.pie-wrapper.progress-32 .pie .left-side {
transform: rotate(115.2deg);
}
.pie-wrapper.progress-33 .pie .right-side {
display: none;
}
.pie-wrapper.progress-33 .pie .left-side {
transform: rotate(118.8deg);
}
.pie-wrapper.progress-34 .pie .right-side {
display: none;
}
.pie-wrapper.progress-34 .pie .left-side {
transform: rotate(122.4deg);
}
.pie-wrapper.progress-35 .pie .right-side {
display: none;
}
.pie-wrapper.progress-35 .pie .left-side {
transform: rotate(126deg);
}
.pie-wrapper.progress-36 .pie .right-side {
display: none;
}
.pie-wrapper.progress-36 .pie .left-side {
transform: rotate(129.6deg);
}
.pie-wrapper.progress-37 .pie .right-side {
display: none;
}
.pie-wrapper.progress-37 .pie .left-side {
transform: rotate(133.20000000000002deg);
}
.pie-wrapper.progress-38 .pie .right-side {
display: none;
}
.pie-wrapper.progress-38 .pie .left-side {
transform: rotate(136.8deg);
}
.pie-wrapper.progress-39 .pie .right-side {
display: none;
}
.pie-wrapper.progress-39 .pie .left-side {
transform: rotate(140.4deg);
}
.pie-wrapper.progress-40 .pie .right-side {
display: none;
}
.pie-wrapper.progress-40 .pie .left-side {
transform: rotate(144deg);
}
.pie-wrapper.progress-41 .pie .right-side {
display: none;
}
.pie-wrapper.progress-41 .pie .left-side {
transform: rotate(147.6deg);
}
.pie-wrapper.progress-42 .pie .right-side {
display: none;
}
.pie-wrapper.progress-42 .pie .left-side {
transform: rotate(151.20000000000002deg);
}
.pie-wrapper.progress-43 .pie .right-side {
display: none;
}
.pie-wrapper.progress-43 .pie .left-side {
transform: rotate(154.8deg);
}
.pie-wrapper.progress-44 .pie .right-side {
display: none;
}
.pie-wrapper.progress-44 .pie .left-side {
transform: rotate(158.4deg);
}
.pie-wrapper.progress-45 .pie .right-side {
display: none;
}
.pie-wrapper.progress-45 .pie .left-side {
transform: rotate(162deg);
}
.pie-wrapper.progress-46 .pie .right-side {
display: none;
}
.pie-wrapper.progress-46 .pie .left-side {
transform: rotate(165.6deg);
}
.pie-wrapper.progress-47 .pie .right-side {
display: none;
}
.pie-wrapper.progress-47 .pie .left-side {
transform: rotate(169.20000000000002deg);
}
.pie-wrapper.progress-48 .pie .right-side {
display: none;
}
.pie-wrapper.progress-48 .pie .left-side {
transform: rotate(172.8deg);
}
.pie-wrapper.progress-49 .pie .right-side {
display: none;
}
.pie-wrapper.progress-49 .pie .left-side {
transform: rotate(176.4deg);
}
.pie-wrapper.progress-50 .pie .right-side {
display: none;
}
.pie-wrapper.progress-50 .pie .left-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-51 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-51 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-51 .pie .left-side {
transform: rotate(183.6deg);
}
.pie-wrapper.progress-52 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-52 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-52 .pie .left-side {
transform: rotate(187.20000000000002deg);
}
.pie-wrapper.progress-53 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-53 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-53 .pie .left-side {
transform: rotate(190.8deg);
}
.pie-wrapper.progress-54 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-54 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-54 .pie .left-side {
transform: rotate(194.4deg);
}
.pie-wrapper.progress-55 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-55 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-55 .pie .left-side {
transform: rotate(198deg);
}
.pie-wrapper.progress-56 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-56 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-56 .pie .left-side {
transform: rotate(201.6deg);
}
.pie-wrapper.progress-57 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-57 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-57 .pie .left-side {
transform: rotate(205.20000000000002deg);
}
.pie-wrapper.progress-58 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-58 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-58 .pie .left-side {
transform: rotate(208.8deg);
}
.pie-wrapper.progress-59 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-59 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-59 .pie .left-side {
transform: rotate(212.4deg);
}
.pie-wrapper.progress-60 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-60 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-60 .pie .left-side {
transform: rotate(216deg);
}
.pie-wrapper.progress-61 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-61 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-61 .pie .left-side {
transform: rotate(219.6deg);
}
.pie-wrapper.progress-62 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-62 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-62 .pie .left-side {
transform: rotate(223.20000000000002deg);
}
.pie-wrapper.progress-63 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-63 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-63 .pie .left-side {
transform: rotate(226.8deg);
}
.pie-wrapper.progress-64 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-64 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-64 .pie .left-side {
transform: rotate(230.4deg);
}
.pie-wrapper.progress-65 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-65 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-65 .pie .left-side {
transform: rotate(234deg);
}
.pie-wrapper.progress-66 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-66 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-66 .pie .left-side {
transform: rotate(237.6deg);
}
.pie-wrapper.progress-67 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-67 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-67 .pie .left-side {
transform: rotate(241.20000000000002deg);
}
.pie-wrapper.progress-68 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-68 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-68 .pie .left-side {
transform: rotate(244.8deg);
}
.pie-wrapper.progress-69 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-69 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-69 .pie .left-side {
transform: rotate(248.4deg);
}
.pie-wrapper.progress-70 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-70 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-70 .pie .left-side {
transform: rotate(252deg);
}
.pie-wrapper.progress-71 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-71 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-71 .pie .left-side {
transform: rotate(255.6deg);
}
.pie-wrapper.progress-72 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-72 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-72 .pie .left-side {
transform: rotate(259.2deg);
}
.pie-wrapper.progress-73 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-73 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-73 .pie .left-side {
transform: rotate(262.8deg);
}
.pie-wrapper.progress-74 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-74 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-74 .pie .left-side {
transform: rotate(266.40000000000003deg);
}
.pie-wrapper.progress-75 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-75 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-75 .pie .left-side {
transform: rotate(270deg);
}
.pie-wrapper.progress-76 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-76 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-76 .pie .left-side {
transform: rotate(273.6deg);
}
.pie-wrapper.progress-77 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-77 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-77 .pie .left-side {
transform: rotate(277.2deg);
}
.pie-wrapper.progress-78 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-78 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-78 .pie .left-side {
transform: rotate(280.8deg);
}
.pie-wrapper.progress-79 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-79 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-79 .pie .left-side {
transform: rotate(284.40000000000003deg);
}
.pie-wrapper.progress-80 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-80 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-80 .pie .left-side {
transform: rotate(288deg);
}
.pie-wrapper.progress-81 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-81 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-81 .pie .left-side {
transform: rotate(291.6deg);
}
.pie-wrapper.progress-82 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-82 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-82 .pie .left-side {
transform: rotate(295.2deg);
}
.pie-wrapper.progress-83 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-83 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-83 .pie .left-side {
transform: rotate(298.8deg);
}
.pie-wrapper.progress-84 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-84 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-84 .pie .left-side {
transform: rotate(302.40000000000003deg);
}
.pie-wrapper.progress-85 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-85 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-85 .pie .left-side {
transform: rotate(306deg);
}
.pie-wrapper.progress-86 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-86 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-86 .pie .left-side {
transform: rotate(309.6deg);
}
.pie-wrapper.progress-87 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-87 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-87 .pie .left-side {
transform: rotate(313.2deg);
}
.pie-wrapper.progress-88 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-88 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-88 .pie .left-side {
transform: rotate(316.8deg);
}
.pie-wrapper.progress-89 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-89 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-89 .pie .left-side {
transform: rotate(320.40000000000003deg);
}
.pie-wrapper.progress-90 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-90 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-90 .pie .left-side {
transform: rotate(324deg);
}
.pie-wrapper.progress-91 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-91 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-91 .pie .left-side {
transform: rotate(327.6deg);
}
.pie-wrapper.progress-92 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-92 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-92 .pie .left-side {
transform: rotate(331.2deg);
}
.pie-wrapper.progress-93 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-93 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-93 .pie .left-side {
transform: rotate(334.8deg);
}
.pie-wrapper.progress-94 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-94 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-94 .pie .left-side {
transform: rotate(338.40000000000003deg);
}
.pie-wrapper.progress-95 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-95 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-95 .pie .left-side {
transform: rotate(342deg);
}
.pie-wrapper.progress-96 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-96 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-96 .pie .left-side {
transform: rotate(345.6deg);
}
.pie-wrapper.progress-97 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-97 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-97 .pie .left-side {
transform: rotate(349.2deg);
}
.pie-wrapper.progress-98 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-98 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-98 .pie .left-side {
transform: rotate(352.8deg);
}
.pie-wrapper.progress-99 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-99 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-99 .pie .left-side {
transform: rotate(356.40000000000003deg);
}
.pie-wrapper.progress-100 .pie {
clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-100 .pie .right-side {
transform: rotate(180deg);
}
.pie-wrapper.progress-100 .pie .left-side {
transform: rotate(360deg);
} | 0.725746 | 0.08772 |
.contato-bg {
background-color: var(--cor-7);
padding: 20px 0;
}
.contato {
box-sizing: border-box;
max-width: 1200px;
padding: 0px 20px;
margin: 0 auto;
text-align: center;
}
.contato h1 {
margin-bottom: 20px;
}
.contato p {
color: var(--cor-2);
}
.bl {
grid-template-columns: 1fr 1fr;
align-items: center;
}
.bl p {
font-style: normal;
text-transform: uppercase;
font-weight: 500;
}
.lb2 {
grid-column: 1;
}
.dados-contato {
align-self: start;
display: flex;
flex-direction: column;
justify-content: space-around;
gap: 20px;
}
.lista-dados {
padding-top: 8px;
}
.lista-dados a {
display: inline-block;
font-size: 1.25rem;
color: var(--cor-1);
font-weight: 400;
font-family: "Roboto";
padding-top: 14px;
}
.lista-ctt h2,
.lista-social h2 {
text-transform: uppercase;
}
.lista-rd {
padding-top: 12px;
display: flex;
align-items: center;
gap: 40px;
}
/* Mapa */
.mapa-bg {
padding: 120px 20px;
}
.mapa-foto {
box-sizing: border-box;
max-width: 1200px;
margin: 0 auto;
}
.mapa-foto img {
border-radius: 4px;
display: inline-block;
}
.foto-info {
display: flex;
justify-content: left;
align-content: center;
gap: 20px;
border-radius: 0px 0px 4px 4px;
background-color: #fff;
}
.foto-info p {
padding-top: 20px;
}
.foto-info img {
padding-top: 15px;
padding-left: 20px;
}
@media (max-width: 900px) {
.bl {
grid-template-columns: 1fr;
gap: 30px;
}
.contato-bg {
background: none;
padding: 60px 0px;
}
.contato-bg div {
display: grid;
}
.contato div h1,
p {
justify-self: start;
}
.formulario-bg {
padding: 0;
}
.dados-contato {
padding-top: 30px;
}
/* .bl {
padding: 40px 20px;
} */
} | css/contato.css | .contato-bg {
background-color: var(--cor-7);
padding: 20px 0;
}
.contato {
box-sizing: border-box;
max-width: 1200px;
padding: 0px 20px;
margin: 0 auto;
text-align: center;
}
.contato h1 {
margin-bottom: 20px;
}
.contato p {
color: var(--cor-2);
}
.bl {
grid-template-columns: 1fr 1fr;
align-items: center;
}
.bl p {
font-style: normal;
text-transform: uppercase;
font-weight: 500;
}
.lb2 {
grid-column: 1;
}
.dados-contato {
align-self: start;
display: flex;
flex-direction: column;
justify-content: space-around;
gap: 20px;
}
.lista-dados {
padding-top: 8px;
}
.lista-dados a {
display: inline-block;
font-size: 1.25rem;
color: var(--cor-1);
font-weight: 400;
font-family: "Roboto";
padding-top: 14px;
}
.lista-ctt h2,
.lista-social h2 {
text-transform: uppercase;
}
.lista-rd {
padding-top: 12px;
display: flex;
align-items: center;
gap: 40px;
}
/* Mapa */
.mapa-bg {
padding: 120px 20px;
}
.mapa-foto {
box-sizing: border-box;
max-width: 1200px;
margin: 0 auto;
}
.mapa-foto img {
border-radius: 4px;
display: inline-block;
}
.foto-info {
display: flex;
justify-content: left;
align-content: center;
gap: 20px;
border-radius: 0px 0px 4px 4px;
background-color: #fff;
}
.foto-info p {
padding-top: 20px;
}
.foto-info img {
padding-top: 15px;
padding-left: 20px;
}
@media (max-width: 900px) {
.bl {
grid-template-columns: 1fr;
gap: 30px;
}
.contato-bg {
background: none;
padding: 60px 0px;
}
.contato-bg div {
display: grid;
}
.contato div h1,
p {
justify-self: start;
}
.formulario-bg {
padding: 0;
}
.dados-contato {
padding-top: 30px;
}
/* .bl {
padding: 40px 20px;
} */
} | 0.308607 | 0.097048 |
.settings-menu-container {
position: absolute;
top: 0;
right: calc(380px - 500px);
bottom: 0;
z-index: 500;
width: 500px;
max-width: 100%;
overflow: hidden;
background: var(--white);
transition: all 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
transform: translate3d(510px, 0px, 0px);
box-shadow: none;
}
.settings-menu-expanded .settings-menu-container {
transform: translate3d(0, 0px, 0px);
box-shadow:
-4.5px 0 3.6px rgba(0, 0, 0, 0.007),
-12.5px 0 10px rgba(0, 0, 0, 0.008),
-30.1px 0 24.1px rgba(0, 0, 0, 0.01),
-100px 0 80px rgba(0, 0, 0, 0.02)
;
}
.settings-menu-container .settings-menu-pane {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
opacity: 1;
width: 380px;
transform: translate3d(0, 0px, 0px);
-webkit-overflow-scrolling: touch;
}
.settings-menu-container .settings-menu-pane-wide {
width: 500px;
}
.settings-menu-container-wide {
right: 0;
}
@media (min-width: 901px) {
.settings-menu-container .settings-menu-pane {
transition: transform 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
}
}
.settings-menu-container .settings-menu-pane.settings-menu-pane-out-left {
transform: translate3d(-100%, 0px, 0px);
}
.settings-menu-container .settings-menu-pane.settings-menu-pane-out-right {
transform: translate3d(100%, 0px, 0px);
}
.settings-menu-container .settings-menu-pane.settings-menu-pane-in {
transform: translate3d(0, 0px, 0px);
}
/* Header
/* ---------------------------------------------------------- */
.settings-menu-header {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 24px;
}
.settings-menu-header h4 {
margin: 0;
font-size: 1.75rem;
line-height: 1.375;
font-weight: 600;
}
.settings-menu-header .close {
margin-right: -15px;
padding: 10px 15px;
font-size: 12px;
line-height: 12px;
}
.settings-menu-header .close svg {
width: 12px;
height: 12px;
fill: var(--darkgrey);
}
.settings-menu-header.subview h4 {
text-align: center;
}
.settings-menu-header.subview .back {
margin-left: -15px;
padding: 10px 15px;
line-height: 14px;
}
.settings-menu-header.subview .back svg {
width: 14px;
height: 14px;
}
.settings-menu-header.subview .back svg path {
fill: var(--darkgrey);
}
/* Content
/* ---------------------------------------------------------- */
.settings-menu-container:not(.ember-power-select-multiple-trigger):not(.tag-settings) input:not([disabled]),
.settings-menu-container:not(.tag-settings) .gh-input:not([disabled]),
.settings-menu-pane .gh-date-time-picker-date,
.settings-menu-pane .gh-date-time-picker-time {
background: var(--white);
border: var(--input-border);
}
.settings-menu-container .ember-power-select-multiple-trigger input,
.settings-menu-pane .gh-date-time-picker-date input,
.settings-menu-pane .gh-date-time-picker-time input {
border: none !important;
}
.settings-menu-content {
padding: 0 24px 24px;
}
.settings-menu-content label code {
font-weight: normal;
border: 1px solid var(--lightgrey);
}
.settings-menu-content .gh-image-uploader {
margin: 0 0 1.6rem 0;
background: color-mod(var(--whitegrey-l1) l(+2%));
}
.settings-menu-content .gh-image-uploader .description {
font-size: 1.4rem;
}
.settings-menu-content .gh-image-uploader form {
padding: 35px 45px;
}
.settings-menu-content .gh-image-uploader.-with-image {
width: auto;
min-height: 50px;
max-height: 250px;
margin-top: 0;
}
.settings-menu-content .gh-radio {
margin: 20px 0;
}
.settings-menu-content .no-selection {
margin-top: -16px;
}
.settings-menu-content .gh-radio-desc {
margin: 8px 0 0 -32px;
}
.settings-menu-content .select-members {
margin-bottom: .4rem;
}
.settings-menu-content .segment-totals {
line-height: 1.65;
}
.settings-menu-content textarea {
height: 108px;
}
.settings-menu-content textarea.gh-input {
font-size: 1.5rem;
line-height: 1.4em;
}
.settings-menu-content .gh-cm-editor-textarea {
min-height: 170px;
}
.settings-menu-content .nav-list {
margin-top: 3rem;
}
.settings-menu-content .word-count {
font-weight: bold;
}
.ghost-url-preview {
width: 98%;
/* Preview never wider than input */
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.settings-menu-delete-button {
background: transparent;
box-shadow: none;
color: var(--red);
border: none;
}
.settings-menu-delete-button:hover {
box-shadow: none;
background: none;
}
.settings-menu-delete-button span {
font-size: inherit;
padding: 6px 0;
}
.settings-menu-delete-button svg {
margin-bottom: 1px;
}
.settings-menu-delete-button svg path {
stroke: var(--red);
fill: var(--red);
stroke-width: 1px;
}
.settings-menu-delete-button:hover,
.settings-menu-delete-button:hover svg path {
stroke: color-mod(var(--red) lightness(-10%));
fill: color-mod(var(--red) lightness(-10%));
color: color-mod(var(--red) lightness(-10%));
}
.post-setting-custom-excerpt {
font-size: 1.5rem;
line-height: 1.35em;
}
.settings-menu-content .gh-seo-preview-title {
white-space: inherit;
}
.settings-menu-content .CodeMirror {
height: 170px;
min-height: 170px;
padding: 0;
background: var(--white);
color: var(--darkgrey);
border: 1px solid var(--lightgrey);
border-radius: 4px;
}
.settings-menu-content .CodeMirror-cursor {
border: 1px solid var(--midgrey);
}
.settings-menu-content .CodeMirror-gutters {
background-color: var(--whitegrey-l2);
border-right: 1px solid var(--lightgrey);
}
.settings-menu-content .CodeMirror:hover {
cursor: text;
}
.settings-menu-content .CodeMirror-scroll {
min-height: 170px;
}
.settings-menu-content .for-radio .input-toggle-component,
.settings-menu-content .for-checkbox .input-toggle-component {
background: #fff;
}
/* .settings-menu-pane .ember-power-select-multiple-trigger {
border: var(--input-border);
background: var(--input-bg-color);
}
.settings-menu-pane .ember-power-select-trigger[aria-expanded=true] {
border-color: transparent;
background: color-mod(var(--input-bg-color) l(-3%));
} */
.settings-menu-pane .ember-power-select-dropdown {
border: none;
border-top: none;
margin: 0 1px;
width: calc(100% - 2px);
box-shadow: 0 0 0 1px rgba(99,114,130,0.16), 0 8px 16px rgba(27,39,51,0.08);
}
.settings-menu-pane .gh-date-time-picker-date,
.settings-menu-pane .gh-date-time-picker-time {
margin: 0;
}
.settings-menu-pane .gh-date-time-picker-date {
margin-right: 4px;
}
.settings-menu-pane .gh-date-time-picker-time {
margin-left: 4px;
}
/* Background
/* ---------------------------------------------------------- */
@keyframes coverFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.settings-menu-expanded .content-cover,
.mobile-menu-expanded .content-cover {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 900;
opacity: 0;
transition: transform 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
background: rgba(0,0,0,0.02);
/* Not off the screen, to give a parallax effect */
animation: coverFadeIn 0.3s ease 0.1s 1 forwards;
}
.settings-menu-expanded .content-cover {
transform: translate3d(-350px, 0px, 0px);
}
.mobile-menu-expanded .content-cover {
transform: translate3d(205px, 0px, 0px);
}
/* Badges
/* ---------------------------------------------------------- */
.gh-setting-title .gh-badge {
font-size: 13px;
}
/* Email
/* ---------------------------------------------------------- */
.settings-menu-email-button span {
padding: 4px 0;
line-height: 1em;
height: unset;
margin-bottom: 4px;
}
.settings-menu-email .disabled button,
.settings-menu-email .disabled input {
opacity: 0.5;
}
/* LABS ----------------------------------------------------------------------*/
.settings-menu-container-labs {
min-width: 380px;
height: 100vh;
padding-top: 21px;
border-left: 1px solid var(--lightgrey);
overflow-x: visible;
overflow-y: auto;
z-index: 999;
}
.settings-menu-container-labs-wide {
width: 501px;
min-width: 501px;
}
.settings-menu-toggle-labs {
position: absolute;
top: 31px;
right: 0;
z-index: 9999;
}
.settings-menu-toggle-spacer-labs {
width: 40px;
}
.settings-menu-container-labs .settings-menu-pane {
position: absolute;
top: 0;
right: 0;
bottom: 0;
overflow: auto;
opacity: 1;
width: 380px;
min-width: 380px;
background-color: white;
}
.settings-menu-container-labs-wide .settings-menu-pane {
width: 500px;
min-width: 500px;
}
.settings-menu-container-labs .settings-menu-pane-main {
position: relative;
top: auto;
right: auto;
bottom: auto;
} | core/client/app/styles/components/settings-menu.css |
.settings-menu-container {
position: absolute;
top: 0;
right: calc(380px - 500px);
bottom: 0;
z-index: 500;
width: 500px;
max-width: 100%;
overflow: hidden;
background: var(--white);
transition: all 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
transform: translate3d(510px, 0px, 0px);
box-shadow: none;
}
.settings-menu-expanded .settings-menu-container {
transform: translate3d(0, 0px, 0px);
box-shadow:
-4.5px 0 3.6px rgba(0, 0, 0, 0.007),
-12.5px 0 10px rgba(0, 0, 0, 0.008),
-30.1px 0 24.1px rgba(0, 0, 0, 0.01),
-100px 0 80px rgba(0, 0, 0, 0.02)
;
}
.settings-menu-container .settings-menu-pane {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
opacity: 1;
width: 380px;
transform: translate3d(0, 0px, 0px);
-webkit-overflow-scrolling: touch;
}
.settings-menu-container .settings-menu-pane-wide {
width: 500px;
}
.settings-menu-container-wide {
right: 0;
}
@media (min-width: 901px) {
.settings-menu-container .settings-menu-pane {
transition: transform 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
}
}
.settings-menu-container .settings-menu-pane.settings-menu-pane-out-left {
transform: translate3d(-100%, 0px, 0px);
}
.settings-menu-container .settings-menu-pane.settings-menu-pane-out-right {
transform: translate3d(100%, 0px, 0px);
}
.settings-menu-container .settings-menu-pane.settings-menu-pane-in {
transform: translate3d(0, 0px, 0px);
}
/* Header
/* ---------------------------------------------------------- */
.settings-menu-header {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 24px;
}
.settings-menu-header h4 {
margin: 0;
font-size: 1.75rem;
line-height: 1.375;
font-weight: 600;
}
.settings-menu-header .close {
margin-right: -15px;
padding: 10px 15px;
font-size: 12px;
line-height: 12px;
}
.settings-menu-header .close svg {
width: 12px;
height: 12px;
fill: var(--darkgrey);
}
.settings-menu-header.subview h4 {
text-align: center;
}
.settings-menu-header.subview .back {
margin-left: -15px;
padding: 10px 15px;
line-height: 14px;
}
.settings-menu-header.subview .back svg {
width: 14px;
height: 14px;
}
.settings-menu-header.subview .back svg path {
fill: var(--darkgrey);
}
/* Content
/* ---------------------------------------------------------- */
.settings-menu-container:not(.ember-power-select-multiple-trigger):not(.tag-settings) input:not([disabled]),
.settings-menu-container:not(.tag-settings) .gh-input:not([disabled]),
.settings-menu-pane .gh-date-time-picker-date,
.settings-menu-pane .gh-date-time-picker-time {
background: var(--white);
border: var(--input-border);
}
.settings-menu-container .ember-power-select-multiple-trigger input,
.settings-menu-pane .gh-date-time-picker-date input,
.settings-menu-pane .gh-date-time-picker-time input {
border: none !important;
}
.settings-menu-content {
padding: 0 24px 24px;
}
.settings-menu-content label code {
font-weight: normal;
border: 1px solid var(--lightgrey);
}
.settings-menu-content .gh-image-uploader {
margin: 0 0 1.6rem 0;
background: color-mod(var(--whitegrey-l1) l(+2%));
}
.settings-menu-content .gh-image-uploader .description {
font-size: 1.4rem;
}
.settings-menu-content .gh-image-uploader form {
padding: 35px 45px;
}
.settings-menu-content .gh-image-uploader.-with-image {
width: auto;
min-height: 50px;
max-height: 250px;
margin-top: 0;
}
.settings-menu-content .gh-radio {
margin: 20px 0;
}
.settings-menu-content .no-selection {
margin-top: -16px;
}
.settings-menu-content .gh-radio-desc {
margin: 8px 0 0 -32px;
}
.settings-menu-content .select-members {
margin-bottom: .4rem;
}
.settings-menu-content .segment-totals {
line-height: 1.65;
}
.settings-menu-content textarea {
height: 108px;
}
.settings-menu-content textarea.gh-input {
font-size: 1.5rem;
line-height: 1.4em;
}
.settings-menu-content .gh-cm-editor-textarea {
min-height: 170px;
}
.settings-menu-content .nav-list {
margin-top: 3rem;
}
.settings-menu-content .word-count {
font-weight: bold;
}
.ghost-url-preview {
width: 98%;
/* Preview never wider than input */
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.settings-menu-delete-button {
background: transparent;
box-shadow: none;
color: var(--red);
border: none;
}
.settings-menu-delete-button:hover {
box-shadow: none;
background: none;
}
.settings-menu-delete-button span {
font-size: inherit;
padding: 6px 0;
}
.settings-menu-delete-button svg {
margin-bottom: 1px;
}
.settings-menu-delete-button svg path {
stroke: var(--red);
fill: var(--red);
stroke-width: 1px;
}
.settings-menu-delete-button:hover,
.settings-menu-delete-button:hover svg path {
stroke: color-mod(var(--red) lightness(-10%));
fill: color-mod(var(--red) lightness(-10%));
color: color-mod(var(--red) lightness(-10%));
}
.post-setting-custom-excerpt {
font-size: 1.5rem;
line-height: 1.35em;
}
.settings-menu-content .gh-seo-preview-title {
white-space: inherit;
}
.settings-menu-content .CodeMirror {
height: 170px;
min-height: 170px;
padding: 0;
background: var(--white);
color: var(--darkgrey);
border: 1px solid var(--lightgrey);
border-radius: 4px;
}
.settings-menu-content .CodeMirror-cursor {
border: 1px solid var(--midgrey);
}
.settings-menu-content .CodeMirror-gutters {
background-color: var(--whitegrey-l2);
border-right: 1px solid var(--lightgrey);
}
.settings-menu-content .CodeMirror:hover {
cursor: text;
}
.settings-menu-content .CodeMirror-scroll {
min-height: 170px;
}
.settings-menu-content .for-radio .input-toggle-component,
.settings-menu-content .for-checkbox .input-toggle-component {
background: #fff;
}
/* .settings-menu-pane .ember-power-select-multiple-trigger {
border: var(--input-border);
background: var(--input-bg-color);
}
.settings-menu-pane .ember-power-select-trigger[aria-expanded=true] {
border-color: transparent;
background: color-mod(var(--input-bg-color) l(-3%));
} */
.settings-menu-pane .ember-power-select-dropdown {
border: none;
border-top: none;
margin: 0 1px;
width: calc(100% - 2px);
box-shadow: 0 0 0 1px rgba(99,114,130,0.16), 0 8px 16px rgba(27,39,51,0.08);
}
.settings-menu-pane .gh-date-time-picker-date,
.settings-menu-pane .gh-date-time-picker-time {
margin: 0;
}
.settings-menu-pane .gh-date-time-picker-date {
margin-right: 4px;
}
.settings-menu-pane .gh-date-time-picker-time {
margin-left: 4px;
}
/* Background
/* ---------------------------------------------------------- */
@keyframes coverFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.settings-menu-expanded .content-cover,
.mobile-menu-expanded .content-cover {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 900;
opacity: 0;
transition: transform 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
background: rgba(0,0,0,0.02);
/* Not off the screen, to give a parallax effect */
animation: coverFadeIn 0.3s ease 0.1s 1 forwards;
}
.settings-menu-expanded .content-cover {
transform: translate3d(-350px, 0px, 0px);
}
.mobile-menu-expanded .content-cover {
transform: translate3d(205px, 0px, 0px);
}
/* Badges
/* ---------------------------------------------------------- */
.gh-setting-title .gh-badge {
font-size: 13px;
}
/* Email
/* ---------------------------------------------------------- */
.settings-menu-email-button span {
padding: 4px 0;
line-height: 1em;
height: unset;
margin-bottom: 4px;
}
.settings-menu-email .disabled button,
.settings-menu-email .disabled input {
opacity: 0.5;
}
/* LABS ----------------------------------------------------------------------*/
.settings-menu-container-labs {
min-width: 380px;
height: 100vh;
padding-top: 21px;
border-left: 1px solid var(--lightgrey);
overflow-x: visible;
overflow-y: auto;
z-index: 999;
}
.settings-menu-container-labs-wide {
width: 501px;
min-width: 501px;
}
.settings-menu-toggle-labs {
position: absolute;
top: 31px;
right: 0;
z-index: 9999;
}
.settings-menu-toggle-spacer-labs {
width: 40px;
}
.settings-menu-container-labs .settings-menu-pane {
position: absolute;
top: 0;
right: 0;
bottom: 0;
overflow: auto;
opacity: 1;
width: 380px;
min-width: 380px;
background-color: white;
}
.settings-menu-container-labs-wide .settings-menu-pane {
width: 500px;
min-width: 500px;
}
.settings-menu-container-labs .settings-menu-pane-main {
position: relative;
top: auto;
right: auto;
bottom: auto;
} | 0.41324 | 0.073796 |
====================
<Variable name="bgcolor" description="Page Background Color"
type="color" default="#fff">
<Variable name="textcolor" description="Text Color"
type="color" default="#333">
<Variable name="linkcolor" description="Link Color"
type="color" default="#58a">
<Variable name="linkhover" description="Link Hover Color"
type="color" default="#333">
<Variable name="pagetitlecolor" description="Blog Title Color"
type="color" default="#666">
<Variable name="descriptioncolor" description="Blog Description Color"
type="color" default="#999">
<Variable name="titlecolor" description="Post Title Color"
type="color" default="#c60">
<Variable name="bordercolor" description="Border Color"
type="color" default="#ccc">
<Variable name="sidebarcolor" description="Sidebar Title Color"
type="color" default="#999">
<Variable name="sidebartextcolor" description="Sidebar Text Color"
type="color" default="#666">
<Variable name="visitedlinkcolor" description="Visited Link Color"
type="color" default="#999">
<Variable name="bodyfont" description="Text Font"
type="font" default="normal normal 100% Georgia, Serif">
<Variable name="headerfont" description="Sidebar Title Font"
type="font"
default="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
<Variable name="pagetitlefont" description="Blog Title Font"
type="font"
default="normal normal 200% Georgia, Serif">
<Variable name="descriptionfont" description="Blog Description Font"
type="font"
default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
<Variable name="postfooterfont" description="Post Footer Font"
type="font"
default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
*/
/* Use this with templates/template-twocol.html */
body {
background:#ffffff;
margin:0;
color:#7F7772;
font-size/* */:/**/small;
font-size: /**/small;
text-align: left;
padding: 0;
font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link {
color:#990033;
text-decoration:none;
}
a:visited {
color:#990033;
text-decoration:none;
}
a:hover {
color:#FF7400;
text-decoration:underline;
}
a img {
border-width:0;
}
/*Hide Navbar*/
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
/* Header
-----------------------------------------------
*/
#header-wrapper {
width:950px;
margin:0 auto 10px;
}
#header-inner {
background-position: center;
margin:0;
}
#header {
text-align: left;
color:#3B3B3B;
}
#header h1 {
margin:0;
font: normal normal 200% Georgia, Serif;
height: 108px;
width: 300px;
padding: 0px 90px 0 0;
margin:0 0 0 10px;
font-weight: bold;
}
#header a {
color:#3B3B3B;
text-decoration:none;
}
#header a:hover {
color:#3B3B3B;
}
#header .description {
max-width:950px;
font: Georgia;
color: #3B3B3B;
margin: -10px 0 10px 345px;
padding: 0px 0 0 0;
line-height: normal;
letter-spacing: -1px;
font-size: 1.6em;
font-weight: normal;
}
#header img {
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}
/* Top Menu
----------------------------------------------- */
#menu {
width: 950px;
height: 60px;
margin: 0 auto;
padding-left:20px;
background: #FFFFFF url(http://img140.imageshack.us/img140/9630/menuignitenv6.jpg);
background-repeat: no-repeat;
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu li {
display: inline;
}
#menu a {
display: block;
float: left;
padding: 15px 20px 0;
text-decoration: none;
font-size: 1.5em;
font-weight: bold;
color: #FFFFFF;
}
#menu a:hover {
text-decoration: none;
color: #DF0021;
}
#menu .current_page_item {
}
#menu .current_page_item a {
color: #000000;
}
/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
width: 950px;
margin:0 auto;
padding:10px;
text-align:left;
font: normal normal 100% Georgia, Serif;
}
#main-wrapper {
width: 600px;
float: left;
padding: 20px 0 0 40px;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-wrapper {
width: 262px;
float: left;
padding:0 0 0 40px;
margin-bottom:10px;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-wrapper2 {
width: 160px;
float:left;
padding: 30px 0 0 20px;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
/* Headings
----------------------------------------------- */
h2 {
margin:1.5em 0 .75em;
font:normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
line-height: 1.4em;
letter-spacing:.2em;
color:#999999;
}
/* Posts
-----------------------------------------------
*/
h2.date-header {
margin:0 0 .5em;
}
.fn {text-decoration:underline;}
.post {
padding-bottom:40px;
}
.post h3 {
margin:.25em 0 0;
padding:0 0 4px;
font-size:2.2em;
font-weight:normal;
line-height:1.0em;
color:#990033;
}
.post h3 a, .post h3 a:visited, .post h3 strong {
display:block;
text-decoration:none;
color:#990033;
color:#FF7D09;
font-weight:normal;
}
.post h3 strong, .post h3 a:hover {
color:#FF7400;
}
.post p {
margin:0 0 ;
line-height:1.6em;
font-size:1.2em;
}
.post-footer {
margin-top:20px;
background:url(http://img509.imageshack.us/img509/995/postfooteroe6.png) top left no-repeat;
width: 570px;
height: 29px;
padding: 7px 0 0 45px;
color: #999999;
letter-spacing:.1em;
font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
font-size:10px;
border-bottom:0px solid #DF0021;
}
.author-header{font-size:80%;margin:0 0 15px 0;}
.comment-link {
}
.post img {
padding:4px;
border:1px solid #cccccc;
}
.post blockquote {
margin:1em 20px;
}
.post blockquote p {
margin:.75em 0;
}
/* Comments
----------------------------------------------- */
#comments h4 {
margin:1em 0;
font-weight: bold;
line-height: 1.4em;
color: #999999;
}
#comments-block {
margin:1em 0 1.5em;
line-height:1.6em;
}
#comments-block .comment-author {
margin:.5em 0;
}
#comments-block .comment-body {
margin:.25em 0 0;
}
#comments-block .comment-footer {
margin:-.25em 0 2em;
line-height: 1.4em;
letter-spacing:.1em;
}
#comments-block .comment-body p {
margin:0 0 .75em;
}
.deleted-comment {
font-style:italic;
color:gray;
}
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}
.feed-links {
clear: both;
line-height: 2.5em;
}
/* Sidebar Content
----------------------------------------------- */
.sidebar h2{
background:#FFFFFF url(http://img232.imageshack.us/img232/9379/subheaderigniteal2.jpg) top left no-repeat;
width: 262px;
height: 41px;
padding: 7px 0 0 10px;
letter-spacing: 0px;
font-size: 1.4em;
color: #FFFFFF;
margin-bottom:10px;}
.sidebar {
color: #666666;
line-height: 1.5em;
bottom left no-repeat;
margin:0 0 5px 0;
font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif
}
.sidebar ul {
list-style:none;
margin:0 0 0;
padding:0 0 0;
}
.sidebar li {
line-height:1.5em;
padding:0 0 0 5px;
}
.sidebar .widget, .main .widget {
margin:0 0 1.5em;
padding:0 0 0em;
}
.sidebar .widget{margin-bottom: 1em;
}
.sidebar .widget-content {margin: 0 20px;padding-bottom:0px;}
.main .Blog {
border-bottom-width: 0;
}
/* Profile
----------------------------------------------- */
.profile-img {
float: left;
margin: 0 5px 5px 0;
padding: 4px;
border: 1px solid #cccccc;
}
.profile-data {
margin:0;
text-transform:uppercase;
letter-spacing:.1em;
font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
color: #999999;
font-weight: bold;
line-height: 1.6em;
}
.profile-datablock {
margin:.5em 0 .5em;
}
.profile-textblock {
margin: 0.5em 0;
line-height: 1.6em;
}
.profile-link {
font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
text-transform: uppercase;
letter-spacing: .1em;
}
/* Footer
----------------------------------------------- */
#footer {
width:950px;
clear:both;
margin:0 auto;
line-height: 1.6em;
font-size: .9em;
text-align: center;
padding: 30px 0;
}
/** Page structure tweaks for layout editor wireframe */
body#layout #header {
margin-left: 0px;
margin-right: 0px;
} | themes/ignitecorvallis/stylesheets/blogger.css | ====================
<Variable name="bgcolor" description="Page Background Color"
type="color" default="#fff">
<Variable name="textcolor" description="Text Color"
type="color" default="#333">
<Variable name="linkcolor" description="Link Color"
type="color" default="#58a">
<Variable name="linkhover" description="Link Hover Color"
type="color" default="#333">
<Variable name="pagetitlecolor" description="Blog Title Color"
type="color" default="#666">
<Variable name="descriptioncolor" description="Blog Description Color"
type="color" default="#999">
<Variable name="titlecolor" description="Post Title Color"
type="color" default="#c60">
<Variable name="bordercolor" description="Border Color"
type="color" default="#ccc">
<Variable name="sidebarcolor" description="Sidebar Title Color"
type="color" default="#999">
<Variable name="sidebartextcolor" description="Sidebar Text Color"
type="color" default="#666">
<Variable name="visitedlinkcolor" description="Visited Link Color"
type="color" default="#999">
<Variable name="bodyfont" description="Text Font"
type="font" default="normal normal 100% Georgia, Serif">
<Variable name="headerfont" description="Sidebar Title Font"
type="font"
default="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
<Variable name="pagetitlefont" description="Blog Title Font"
type="font"
default="normal normal 200% Georgia, Serif">
<Variable name="descriptionfont" description="Blog Description Font"
type="font"
default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
<Variable name="postfooterfont" description="Post Footer Font"
type="font"
default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
*/
/* Use this with templates/template-twocol.html */
body {
background:#ffffff;
margin:0;
color:#7F7772;
font-size/* */:/**/small;
font-size: /**/small;
text-align: left;
padding: 0;
font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link {
color:#990033;
text-decoration:none;
}
a:visited {
color:#990033;
text-decoration:none;
}
a:hover {
color:#FF7400;
text-decoration:underline;
}
a img {
border-width:0;
}
/*Hide Navbar*/
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
/* Header
-----------------------------------------------
*/
#header-wrapper {
width:950px;
margin:0 auto 10px;
}
#header-inner {
background-position: center;
margin:0;
}
#header {
text-align: left;
color:#3B3B3B;
}
#header h1 {
margin:0;
font: normal normal 200% Georgia, Serif;
height: 108px;
width: 300px;
padding: 0px 90px 0 0;
margin:0 0 0 10px;
font-weight: bold;
}
#header a {
color:#3B3B3B;
text-decoration:none;
}
#header a:hover {
color:#3B3B3B;
}
#header .description {
max-width:950px;
font: Georgia;
color: #3B3B3B;
margin: -10px 0 10px 345px;
padding: 0px 0 0 0;
line-height: normal;
letter-spacing: -1px;
font-size: 1.6em;
font-weight: normal;
}
#header img {
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}
/* Top Menu
----------------------------------------------- */
#menu {
width: 950px;
height: 60px;
margin: 0 auto;
padding-left:20px;
background: #FFFFFF url(http://img140.imageshack.us/img140/9630/menuignitenv6.jpg);
background-repeat: no-repeat;
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu li {
display: inline;
}
#menu a {
display: block;
float: left;
padding: 15px 20px 0;
text-decoration: none;
font-size: 1.5em;
font-weight: bold;
color: #FFFFFF;
}
#menu a:hover {
text-decoration: none;
color: #DF0021;
}
#menu .current_page_item {
}
#menu .current_page_item a {
color: #000000;
}
/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
width: 950px;
margin:0 auto;
padding:10px;
text-align:left;
font: normal normal 100% Georgia, Serif;
}
#main-wrapper {
width: 600px;
float: left;
padding: 20px 0 0 40px;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-wrapper {
width: 262px;
float: left;
padding:0 0 0 40px;
margin-bottom:10px;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-wrapper2 {
width: 160px;
float:left;
padding: 30px 0 0 20px;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
/* Headings
----------------------------------------------- */
h2 {
margin:1.5em 0 .75em;
font:normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
line-height: 1.4em;
letter-spacing:.2em;
color:#999999;
}
/* Posts
-----------------------------------------------
*/
h2.date-header {
margin:0 0 .5em;
}
.fn {text-decoration:underline;}
.post {
padding-bottom:40px;
}
.post h3 {
margin:.25em 0 0;
padding:0 0 4px;
font-size:2.2em;
font-weight:normal;
line-height:1.0em;
color:#990033;
}
.post h3 a, .post h3 a:visited, .post h3 strong {
display:block;
text-decoration:none;
color:#990033;
color:#FF7D09;
font-weight:normal;
}
.post h3 strong, .post h3 a:hover {
color:#FF7400;
}
.post p {
margin:0 0 ;
line-height:1.6em;
font-size:1.2em;
}
.post-footer {
margin-top:20px;
background:url(http://img509.imageshack.us/img509/995/postfooteroe6.png) top left no-repeat;
width: 570px;
height: 29px;
padding: 7px 0 0 45px;
color: #999999;
letter-spacing:.1em;
font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
font-size:10px;
border-bottom:0px solid #DF0021;
}
.author-header{font-size:80%;margin:0 0 15px 0;}
.comment-link {
}
.post img {
padding:4px;
border:1px solid #cccccc;
}
.post blockquote {
margin:1em 20px;
}
.post blockquote p {
margin:.75em 0;
}
/* Comments
----------------------------------------------- */
#comments h4 {
margin:1em 0;
font-weight: bold;
line-height: 1.4em;
color: #999999;
}
#comments-block {
margin:1em 0 1.5em;
line-height:1.6em;
}
#comments-block .comment-author {
margin:.5em 0;
}
#comments-block .comment-body {
margin:.25em 0 0;
}
#comments-block .comment-footer {
margin:-.25em 0 2em;
line-height: 1.4em;
letter-spacing:.1em;
}
#comments-block .comment-body p {
margin:0 0 .75em;
}
.deleted-comment {
font-style:italic;
color:gray;
}
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
}
.feed-links {
clear: both;
line-height: 2.5em;
}
/* Sidebar Content
----------------------------------------------- */
.sidebar h2{
background:#FFFFFF url(http://img232.imageshack.us/img232/9379/subheaderigniteal2.jpg) top left no-repeat;
width: 262px;
height: 41px;
padding: 7px 0 0 10px;
letter-spacing: 0px;
font-size: 1.4em;
color: #FFFFFF;
margin-bottom:10px;}
.sidebar {
color: #666666;
line-height: 1.5em;
bottom left no-repeat;
margin:0 0 5px 0;
font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif
}
.sidebar ul {
list-style:none;
margin:0 0 0;
padding:0 0 0;
}
.sidebar li {
line-height:1.5em;
padding:0 0 0 5px;
}
.sidebar .widget, .main .widget {
margin:0 0 1.5em;
padding:0 0 0em;
}
.sidebar .widget{margin-bottom: 1em;
}
.sidebar .widget-content {margin: 0 20px;padding-bottom:0px;}
.main .Blog {
border-bottom-width: 0;
}
/* Profile
----------------------------------------------- */
.profile-img {
float: left;
margin: 0 5px 5px 0;
padding: 4px;
border: 1px solid #cccccc;
}
.profile-data {
margin:0;
text-transform:uppercase;
letter-spacing:.1em;
font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
color: #999999;
font-weight: bold;
line-height: 1.6em;
}
.profile-datablock {
margin:.5em 0 .5em;
}
.profile-textblock {
margin: 0.5em 0;
line-height: 1.6em;
}
.profile-link {
font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
text-transform: uppercase;
letter-spacing: .1em;
}
/* Footer
----------------------------------------------- */
#footer {
width:950px;
clear:both;
margin:0 auto;
line-height: 1.6em;
font-size: .9em;
text-align: center;
padding: 30px 0;
}
/** Page structure tweaks for layout editor wireframe */
body#layout #header {
margin-left: 0px;
margin-right: 0px;
} | 0.476336 | 0.07208 |
.cm-s-one-light {
font-family: Menlo, Monaco, 'Courier New', monospace;
font-size: 12px;
line-height: 18px;
color: #50a14f;
background-color: #fff;
}
.cm-s-one-light .CodeMirror-selected {
background-color:rgba(0,0,0,0.125);
}
.cm-s-one-light .CodeMirror-gutter,
.cm-s-one-light .CodeMirror-gutters {
border: none;
background-color: #fff;
}
.cm-s-one-light .CodeMirror-linenumber,
.cm-s-one-light .CodeMirror-linenumbers {
color: #9d9d9f !important;
background-color: transparent;
}
.cm-s-one-light .CodeMirror-lines {
/* color: #383a42 !important; */
background-color: transparent;
}
.cm-s-one-light .CodeMirror-cursor {
/* border-left: 2px solid #56b6c2 !important; */
}
/* addon: edit/machingbrackets.js & addon: edit/matchtags.js */
.cm-s-one-light .CodeMirror-matchingbracket,
.cm-s-one-light .CodeMirror-matchingtag {
border-bottom: 2px solid #56b6c2;
color: #383a42 !important;
background-color: transparent;
}
.cm-s-one-light .CodeMirror-nonmatchingbracket {
border-bottom: 2px solid #e06c75;
/* color: #383a42 */
background-color: transparent;
}
/* addon: fold/foldgutter.js */
.cm-s-one-light .CodeMirror-foldmarker,
.cm-s-one-light .CodeMirror-foldgutter,
.cm-s-one-light .CodeMirror-foldgutter-open,
.cm-s-one-light .CodeMirror-foldgutter-folded {
border: none;
text-shadow: none;
color: #9d9d9f !important;
background-color: transparent;
}
/* addon: selection/active-line.js */
.cm-s-one-light .CodeMirror-activeline-background {
/*background-color: rgba(153, 187, 255, 0.04);*/
background-color: #000;
}
/* basic syntax */
.cm-s-one-light .cm-header {
color: #e06c75;
}
.cm-s-one-light .cm-quote {
color: #9d9d9f;
font-style: italic;
}
.cm-s-one-light .cm-negative {
color: #e06c75;
}
.cm-s-one-light .cm-positive {
color: #e06c75;
}
.cm-s-one-light .cm-strong {
color: #e45649;
font-weight: bold;
}
.cm-s-one-light .cm-header .cm-strong {
color: #e45649;
font-weight: bold;
}
.cm-s-one-light .cm-em {
color: #c678dd;
font-style: italic;
}
.cm-s-one-light .cm-header .cm-em {
color: #c678dd;
font-style: italic;
}
.cm-s-one-light .cm-tag {
color: #e45649;
}
.cm-s-one-light .cm-attribute {
color: #986801;
}
.cm-s-one-light .cm-link {
color: #50a14f;
border-bottom: solid 1px #50a14f;
}
.cm-s-one-light .cm-builtin {
color: #e06c75;
}
.cm-s-one-light .cm-keyword {
color: #0184bc;
}
.cm-s-one-light .cm-def {
color: #cf9d41;
} /* original: #e45649; */
.cm-s-one-light .cm-atom {
color: #0184bc;
}
.cm-s-one-light .cm-number {
color: #986801;
}
.cm-s-one-light .cm-property {
color: #e45649;
} /* original: #383a42 */
.cm-s-one-light .cm-qualifier {
color: #e45649;
}
.cm-s-one-light .cm-variable {
color: #e06c75;
}
.cm-s-one-light .cm-string {
color: #50a14f;
}
.cm-s-one-light .cm-punctuation {
color: #383a42;
}
.cm-s-one-light .cm-operator {
color: #56b6c2;
} /* original: #383a42 */
.cm-s-one-light .cm-meta {
color: #808080;
}
.cm-s-one-light .cm-bracket {
color: #383a42;
}
.cm-s-one-light .cm-comment {
color: #9d9d9f;
font-style: italic;
}
.cm-s-one-light .cm-error {
color: #e06c75;
}
/* css syntax corrections */
.cm-s-one-light .cm-m-css.cm-variable {
color: #828997;
}
.cm-s-one-light .cm-m-css.cm-property {
color: #383a42;
}
.cm-s-one-light .cm-m-css.cm-atom {
color: #0184bc;
}
.cm-s-one-light .cm-m-css.cm-builtin {
color: #56b6c2;
}
/* lua syntax corrections */
.cm-s-one-light .cm-m-lua.cm-variable {
color: #56b6c2;
} | frontend/src/components/common/atom-one-light.css | .cm-s-one-light {
font-family: Menlo, Monaco, 'Courier New', monospace;
font-size: 12px;
line-height: 18px;
color: #50a14f;
background-color: #fff;
}
.cm-s-one-light .CodeMirror-selected {
background-color:rgba(0,0,0,0.125);
}
.cm-s-one-light .CodeMirror-gutter,
.cm-s-one-light .CodeMirror-gutters {
border: none;
background-color: #fff;
}
.cm-s-one-light .CodeMirror-linenumber,
.cm-s-one-light .CodeMirror-linenumbers {
color: #9d9d9f !important;
background-color: transparent;
}
.cm-s-one-light .CodeMirror-lines {
/* color: #383a42 !important; */
background-color: transparent;
}
.cm-s-one-light .CodeMirror-cursor {
/* border-left: 2px solid #56b6c2 !important; */
}
/* addon: edit/machingbrackets.js & addon: edit/matchtags.js */
.cm-s-one-light .CodeMirror-matchingbracket,
.cm-s-one-light .CodeMirror-matchingtag {
border-bottom: 2px solid #56b6c2;
color: #383a42 !important;
background-color: transparent;
}
.cm-s-one-light .CodeMirror-nonmatchingbracket {
border-bottom: 2px solid #e06c75;
/* color: #383a42 */
background-color: transparent;
}
/* addon: fold/foldgutter.js */
.cm-s-one-light .CodeMirror-foldmarker,
.cm-s-one-light .CodeMirror-foldgutter,
.cm-s-one-light .CodeMirror-foldgutter-open,
.cm-s-one-light .CodeMirror-foldgutter-folded {
border: none;
text-shadow: none;
color: #9d9d9f !important;
background-color: transparent;
}
/* addon: selection/active-line.js */
.cm-s-one-light .CodeMirror-activeline-background {
/*background-color: rgba(153, 187, 255, 0.04);*/
background-color: #000;
}
/* basic syntax */
.cm-s-one-light .cm-header {
color: #e06c75;
}
.cm-s-one-light .cm-quote {
color: #9d9d9f;
font-style: italic;
}
.cm-s-one-light .cm-negative {
color: #e06c75;
}
.cm-s-one-light .cm-positive {
color: #e06c75;
}
.cm-s-one-light .cm-strong {
color: #e45649;
font-weight: bold;
}
.cm-s-one-light .cm-header .cm-strong {
color: #e45649;
font-weight: bold;
}
.cm-s-one-light .cm-em {
color: #c678dd;
font-style: italic;
}
.cm-s-one-light .cm-header .cm-em {
color: #c678dd;
font-style: italic;
}
.cm-s-one-light .cm-tag {
color: #e45649;
}
.cm-s-one-light .cm-attribute {
color: #986801;
}
.cm-s-one-light .cm-link {
color: #50a14f;
border-bottom: solid 1px #50a14f;
}
.cm-s-one-light .cm-builtin {
color: #e06c75;
}
.cm-s-one-light .cm-keyword {
color: #0184bc;
}
.cm-s-one-light .cm-def {
color: #cf9d41;
} /* original: #e45649; */
.cm-s-one-light .cm-atom {
color: #0184bc;
}
.cm-s-one-light .cm-number {
color: #986801;
}
.cm-s-one-light .cm-property {
color: #e45649;
} /* original: #383a42 */
.cm-s-one-light .cm-qualifier {
color: #e45649;
}
.cm-s-one-light .cm-variable {
color: #e06c75;
}
.cm-s-one-light .cm-string {
color: #50a14f;
}
.cm-s-one-light .cm-punctuation {
color: #383a42;
}
.cm-s-one-light .cm-operator {
color: #56b6c2;
} /* original: #383a42 */
.cm-s-one-light .cm-meta {
color: #808080;
}
.cm-s-one-light .cm-bracket {
color: #383a42;
}
.cm-s-one-light .cm-comment {
color: #9d9d9f;
font-style: italic;
}
.cm-s-one-light .cm-error {
color: #e06c75;
}
/* css syntax corrections */
.cm-s-one-light .cm-m-css.cm-variable {
color: #828997;
}
.cm-s-one-light .cm-m-css.cm-property {
color: #383a42;
}
.cm-s-one-light .cm-m-css.cm-atom {
color: #0184bc;
}
.cm-s-one-light .cm-m-css.cm-builtin {
color: #56b6c2;
}
/* lua syntax corrections */
.cm-s-one-light .cm-m-lua.cm-variable {
color: #56b6c2;
} | 0.394784 | 0.052936 |
@namespace 'DotNavigation';
:import {
-st-from: '../../common/formatters.st';
-st-named: color, fallback, value;
}
:import {
-st-from: "wix-ui-core/index.st.css";
-st-named: RadioButton;
}
:vars {
/*Defaults*/
DefaultSelectedDotColor: color-5;
DefaultSelectedBorderColor: color-1;
DefaultSelectedDotColorLight: color-1;
DefaultSelectedBorderColorLight: color-5;
}
:vars {
/*Overrides*/
SelectedDotColor: --overridable;
SelectedBorderColor: --overridable;
}
:vars {
DotAmount: 5;
Gap: 4px;
RadioSize: calc(4 * value(Gap));
DotSize: calc(2 * value(Gap));
DotSizeSmall: calc(value(DotSize) - 2px);
DotSizeTiny: calc(value(DotSizeSmall) - 2px);
CheckedDotColor: color(fallback(value(SelectedDotColor), value(DefaultSelectedDotColor)));
CheckedBorderColor: color(fallback(value(SelectedBorderColor), value(DefaultSelectedBorderColor)));
CheckedDotColorLight: color(fallback(value(SelectedDotColor), value(DefaultSelectedDotColorLight)));
CheckedBorderColorLight: color(fallback(value(SelectedBorderColor), value(DefaultSelectedBorderColorLight)));
}
@keyframes move-back {
from {
left: calc(-2 * value(RadioSize));
}
to {
left: calc(-1 * value(RadioSize));
}
}
@keyframes move-back-next {
from {
left: calc(-2 * value(RadioSize));
}
to {
left: calc(-1 * value(RadioSize));
}
}
@keyframes move-forward {
from {
left: 0;
}
to {
left: calc(-1 * value(RadioSize));
}
}
@keyframes move-forward-next {
from {
left: 0;
}
to {
left: calc(-1 * value(RadioSize));
}
}
@keyframes change-dot-opacity {
from {
opacity: 0.4
}
to {
opacity: 1;
}
}
.root {
-st-states: short;
display: flex;
position: relative;
width: calc(value(DotAmount) * value(RadioSize));
overflow: hidden;
}
.root:short{
justify-content: center;
}
.radioGroup {
display: flex;
align-items: center;
position: relative;
left: calc(-1 * value(RadioSize));
}
.back {
animation-duration: 0.2s;
animation-name: move-back;
}
.backNext {
animation-duration: 0.2s;
animation-name: move-back-next;
}
.forward {
animation-duration: 0.2s;
animation-name: move-forward;
}
.forwardNext {
animation-duration: 0.2s;
animation-name: move-forward-next;
}
.extendedRadioButton {
-st-extends: RadioButton;
}
.radio {
display: flex;
justify-content: center;
align-items: center;
width: value(RadioSize);
height: value(RadioSize);
}
.dot {
width: value(DotSize);
height: value(DotSize);
border-radius: 100%;
background-color: value(CheckedDotColor);
opacity: 0.4;
transition: opacity 0.2s ease;
}
.noOpacityTransition {
transition: none;
}
.dot:hover {
opacity: 1;
}
.small {
width: value(DotSizeSmall);
height: value(DotSizeSmall);
}
.tiny {
width: value(DotSizeTiny);
height: value(DotSizeTiny);
}
.bordered {
box-shadow: 0 0 0 1px value(CheckedBorderColor);
}
.light {
background-color: value(CheckedDotColorLight);
}
.bordered.light {
box-shadow: 0 0 0 1px value(CheckedBorderColorLight);
}
.checked {
animation-duration: 0.2s;
animation-name: change-dot-opacity;
opacity: 1;
} | packages/wix-ui-tpa/src/components/DotNavigation/DotNavigation.st.css | @namespace 'DotNavigation';
:import {
-st-from: '../../common/formatters.st';
-st-named: color, fallback, value;
}
:import {
-st-from: "wix-ui-core/index.st.css";
-st-named: RadioButton;
}
:vars {
/*Defaults*/
DefaultSelectedDotColor: color-5;
DefaultSelectedBorderColor: color-1;
DefaultSelectedDotColorLight: color-1;
DefaultSelectedBorderColorLight: color-5;
}
:vars {
/*Overrides*/
SelectedDotColor: --overridable;
SelectedBorderColor: --overridable;
}
:vars {
DotAmount: 5;
Gap: 4px;
RadioSize: calc(4 * value(Gap));
DotSize: calc(2 * value(Gap));
DotSizeSmall: calc(value(DotSize) - 2px);
DotSizeTiny: calc(value(DotSizeSmall) - 2px);
CheckedDotColor: color(fallback(value(SelectedDotColor), value(DefaultSelectedDotColor)));
CheckedBorderColor: color(fallback(value(SelectedBorderColor), value(DefaultSelectedBorderColor)));
CheckedDotColorLight: color(fallback(value(SelectedDotColor), value(DefaultSelectedDotColorLight)));
CheckedBorderColorLight: color(fallback(value(SelectedBorderColor), value(DefaultSelectedBorderColorLight)));
}
@keyframes move-back {
from {
left: calc(-2 * value(RadioSize));
}
to {
left: calc(-1 * value(RadioSize));
}
}
@keyframes move-back-next {
from {
left: calc(-2 * value(RadioSize));
}
to {
left: calc(-1 * value(RadioSize));
}
}
@keyframes move-forward {
from {
left: 0;
}
to {
left: calc(-1 * value(RadioSize));
}
}
@keyframes move-forward-next {
from {
left: 0;
}
to {
left: calc(-1 * value(RadioSize));
}
}
@keyframes change-dot-opacity {
from {
opacity: 0.4
}
to {
opacity: 1;
}
}
.root {
-st-states: short;
display: flex;
position: relative;
width: calc(value(DotAmount) * value(RadioSize));
overflow: hidden;
}
.root:short{
justify-content: center;
}
.radioGroup {
display: flex;
align-items: center;
position: relative;
left: calc(-1 * value(RadioSize));
}
.back {
animation-duration: 0.2s;
animation-name: move-back;
}
.backNext {
animation-duration: 0.2s;
animation-name: move-back-next;
}
.forward {
animation-duration: 0.2s;
animation-name: move-forward;
}
.forwardNext {
animation-duration: 0.2s;
animation-name: move-forward-next;
}
.extendedRadioButton {
-st-extends: RadioButton;
}
.radio {
display: flex;
justify-content: center;
align-items: center;
width: value(RadioSize);
height: value(RadioSize);
}
.dot {
width: value(DotSize);
height: value(DotSize);
border-radius: 100%;
background-color: value(CheckedDotColor);
opacity: 0.4;
transition: opacity 0.2s ease;
}
.noOpacityTransition {
transition: none;
}
.dot:hover {
opacity: 1;
}
.small {
width: value(DotSizeSmall);
height: value(DotSizeSmall);
}
.tiny {
width: value(DotSizeTiny);
height: value(DotSizeTiny);
}
.bordered {
box-shadow: 0 0 0 1px value(CheckedBorderColor);
}
.light {
background-color: value(CheckedDotColorLight);
}
.bordered.light {
box-shadow: 0 0 0 1px value(CheckedBorderColorLight);
}
.checked {
animation-duration: 0.2s;
animation-name: change-dot-opacity;
opacity: 1;
} | 0.699973 | 0.166845 |
.tp-caption.more_details a{color:#fff;}
.tp-caption.project_subtitle{font-size: 18px; font-weight: 700; text-shadow: 1px 1px 0 white; color: #888;}
/* Rev slider v5 with Kallyas v4+ */
.tp-bullets.kallyas-default.vertical {direction:rtl;height: auto !important;}
.tp-bullets.kallyas-default.vertical:before {content:none;}
.tp-bullets.kallyas-default.vertical .tp-bullet {width:30px; height:6px; position:relative; top:auto !important; right:0; left:auto; background-color: transparent; -webkit-transition:width .15s ease-out, height .15s ease-out; transition:width .15s ease-out, height .15s ease-out; cursor: pointer;}
.tp-bullets.kallyas-default.vertical .tp-bullet:before,
.tp-bullets.kallyas-default.vertical .tp-bullet:after {content:''; width:100%; height:1px; position: absolute; -webkit-transition:background-color .15s ease-out; transition:background-color .15s ease-out;}
.tp-bullets.kallyas-default.vertical .tp-bullet:before {top:3px; background-color: rgba(0,0,0,.1);}
.tp-bullets.kallyas-default.vertical .tp-bullet:after {top:4px; background-color:rgba(255,255,255,.7);}
.tp-bullets.kallyas-default.vertical .tp-bullet.selected { background-color: transparent; }
.tp-bullets.kallyas-default.vertical .tp-bullet:hover,
.tp-bullets.kallyas-default.vertical .tp-bullet.selected { width:40px; }
.tp-bullets.kallyas-default.vertical .tp-bullet.selected:hover:before,
.tp-bullets.kallyas-default.vertical .tp-bullet.selected:hover:after,
.tp-bullets.kallyas-default.vertical .tp-bullet.selected:before,
.tp-bullets.kallyas-default.vertical .tp-bullet.selected:after {background-color: #cd2122;}
.rev_slider_wrapper:hover .tp-bullets.kallyas-default.vertical .tp-bullet {width:50px; }
.rev_slider_wrapper:hover .tp-bullets.kallyas-default.vertical .tp-bullet:hover,
.rev_slider_wrapper:hover .tp-bullets.kallyas-default.vertical .tp-bullet.selected { width:70px; }
/* Arrows */
.tparrows.kallyas-default { background-color: transparent;}
.tparrows.kallyas-default:before {font-size: 24px; }
.tp-leftarrow.kallyas-default {}
.tp-rightarrow.kallyas-default {}
/* A radial lighting background to simulate a gradient over a color */
.tp-caption.light-faded-radial {background-color:transparent !important; background-image: -webkit-radial-gradient(43% 56%, circle, rgba(255,255,255,0.3), rgba(255,255,255,0) 70%), radial-gradient(circle at 65.72% 51.72%, rgba(255,255,255,0.3), rgba(255,255,255,0) 100%), radial-gradient(circle at 50% 50%, rgba(255,255,255,0), rgba(255,255,255,0) 50%); background-image: radial-gradient(circle at 43% 56%, rgba(255,255,255,0.3), rgba(255,255,255,0) 70%),radial-gradient(circle at 65.72% 51.72%, rgba(255,255,255,0.3), rgba(255,255,255,0) 50%),radial-gradient(circle at 50% 50%, rgba(255,255,255,0), rgba(255,255,255,0) 100%);}
/* Gradient Blue revolution slider background */
.rev-gradient-blue .tp-bgimg {background: #066ed9; background: -webkit-gradient(linear, left top, right top, color-stop(0%,#066ed9), color-stop(100%,#0da2be)) !important; background: -webkit-linear-gradient(left, #066ed9 0%,#0da2be 100%) !important; background: -webkit-linear-gradient(left, #066ed9 0%, #0da2be 100%) !important; background: linear-gradient(to right, #066ed9 0%,#0da2be 100%) !important; }
/* Dash list helper for rev slider */
.rev-list-dash:before {content:''; width:12px; height:3px; background:#cd2122; display:inline-block; margin-right:10px; vertical-align:middle;} | wordpress/wp-content/themes/kallyas/pagebuilder/elements/TH_RevolutionSlider/style.css | .tp-caption.more_details a{color:#fff;}
.tp-caption.project_subtitle{font-size: 18px; font-weight: 700; text-shadow: 1px 1px 0 white; color: #888;}
/* Rev slider v5 with Kallyas v4+ */
.tp-bullets.kallyas-default.vertical {direction:rtl;height: auto !important;}
.tp-bullets.kallyas-default.vertical:before {content:none;}
.tp-bullets.kallyas-default.vertical .tp-bullet {width:30px; height:6px; position:relative; top:auto !important; right:0; left:auto; background-color: transparent; -webkit-transition:width .15s ease-out, height .15s ease-out; transition:width .15s ease-out, height .15s ease-out; cursor: pointer;}
.tp-bullets.kallyas-default.vertical .tp-bullet:before,
.tp-bullets.kallyas-default.vertical .tp-bullet:after {content:''; width:100%; height:1px; position: absolute; -webkit-transition:background-color .15s ease-out; transition:background-color .15s ease-out;}
.tp-bullets.kallyas-default.vertical .tp-bullet:before {top:3px; background-color: rgba(0,0,0,.1);}
.tp-bullets.kallyas-default.vertical .tp-bullet:after {top:4px; background-color:rgba(255,255,255,.7);}
.tp-bullets.kallyas-default.vertical .tp-bullet.selected { background-color: transparent; }
.tp-bullets.kallyas-default.vertical .tp-bullet:hover,
.tp-bullets.kallyas-default.vertical .tp-bullet.selected { width:40px; }
.tp-bullets.kallyas-default.vertical .tp-bullet.selected:hover:before,
.tp-bullets.kallyas-default.vertical .tp-bullet.selected:hover:after,
.tp-bullets.kallyas-default.vertical .tp-bullet.selected:before,
.tp-bullets.kallyas-default.vertical .tp-bullet.selected:after {background-color: #cd2122;}
.rev_slider_wrapper:hover .tp-bullets.kallyas-default.vertical .tp-bullet {width:50px; }
.rev_slider_wrapper:hover .tp-bullets.kallyas-default.vertical .tp-bullet:hover,
.rev_slider_wrapper:hover .tp-bullets.kallyas-default.vertical .tp-bullet.selected { width:70px; }
/* Arrows */
.tparrows.kallyas-default { background-color: transparent;}
.tparrows.kallyas-default:before {font-size: 24px; }
.tp-leftarrow.kallyas-default {}
.tp-rightarrow.kallyas-default {}
/* A radial lighting background to simulate a gradient over a color */
.tp-caption.light-faded-radial {background-color:transparent !important; background-image: -webkit-radial-gradient(43% 56%, circle, rgba(255,255,255,0.3), rgba(255,255,255,0) 70%), radial-gradient(circle at 65.72% 51.72%, rgba(255,255,255,0.3), rgba(255,255,255,0) 100%), radial-gradient(circle at 50% 50%, rgba(255,255,255,0), rgba(255,255,255,0) 50%); background-image: radial-gradient(circle at 43% 56%, rgba(255,255,255,0.3), rgba(255,255,255,0) 70%),radial-gradient(circle at 65.72% 51.72%, rgba(255,255,255,0.3), rgba(255,255,255,0) 50%),radial-gradient(circle at 50% 50%, rgba(255,255,255,0), rgba(255,255,255,0) 100%);}
/* Gradient Blue revolution slider background */
.rev-gradient-blue .tp-bgimg {background: #066ed9; background: -webkit-gradient(linear, left top, right top, color-stop(0%,#066ed9), color-stop(100%,#0da2be)) !important; background: -webkit-linear-gradient(left, #066ed9 0%,#0da2be 100%) !important; background: -webkit-linear-gradient(left, #066ed9 0%, #0da2be 100%) !important; background: linear-gradient(to right, #066ed9 0%,#0da2be 100%) !important; }
/* Dash list helper for rev slider */
.rev-list-dash:before {content:''; width:12px; height:3px; background:#cd2122; display:inline-block; margin-right:10px; vertical-align:middle;} | 0.364099 | 0.203055 |
@import url('https://fonts.googleapis.com/css2?family=Lato');
@import url('https://fonts.googleapis.com/css2?family=Roboto');
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono');
/* #222831 */
:root {
--text-font-family: 'Noto Sans';
--text-header: 'Lato';
--main-text-color: #eeeeee;
--secondary-text-color: #72faca;
--surface1: #262626;
--surface2: #393e46;
--main-link: #72faca;
--boarder: rgba(255, 255, 255, 0.31);
}
.light {
--surface1: white;
--surface2: #333333;
--main-text-color: #373D3F;
--main-link: #0bbd7e;
--secondary-text-color: #0bbd7e;
--boarder: rgba(0, 0, 0, 0.31);
}
/* nav bar */
.distill-site-nav {
font-family: var(--text-header), sans-serif;
color: #fff;
background-color: var(--surface2);
font-size: 25px;
font-weight: 400;
}
.distill-site-nav a {
font-family: var(--text-header), sans-serif;
font-weight: 500;
font-size: 25px;
color: #fff;
}
.distill-site-header .logo img {
display: block;
max-height: 25px;
width: auto;
}
.distill-site-header .title {
font-size: 25px;
min-width: 150px;
font-weight: 700;
}
/* https://codepen.io/sdthornton/pen/wBZdXq */
.distill-site-header {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
font-family: 'Lato', sans-serif;
color: #fff;
background-color: #393e46;
font-size: 20px;
font-weight: 400;
}
.distill-site-footer {
color: #eeeeee;
background-color: #393e46;
font-size: 20px;
font-weight: 400;
padding-top: 0px;
padding-bottom: 10px;
}
.distill-site-footer p {
color: #eeeeee;
background-color: #393e46;
font-size: 20px;
font-weight: 400;
padding-top: 0px;
padding-bottom: 5px;
}
.distill-site-footer a {
font-size: 20px;
background-color: #393e46;
color: #72faca;
}
.distill-site-footer svg {
height: 20px;
fill: #72faca;
}
/*####################################################*/
.posts-list .post-preview .thumbnail img {
max-width: 60%;
max-height: 60%;
display: block;
margin: 0 auto;
vertical-align: middle;
}
.posts-list .post-preview {
border-bottom: 0.5px solid var(--boarder);
}
.posts-list h1 {
font-family: 'Lato';
font-weight: 600;
}
.posts-list .description p {
font-family: var(--text-font-family);
}
.posts-list .description h2 {
font-family: 'Lato';
}
.posts-list .post-preview .metadata {
float: left;
width: 15%;
margin-top: 8px;
}
.posts-list .metadata {
font-size: 16px;
line-height: 1.4em;
margin-bottom: 18px;
}
/*##################################################*/
body, p {
font-family: var(--text-font-family);
text-transform: none;
font-weight: 200;
line-height: 1.6;
font-size: 1em;
background-color: var(--surface1);
color: var(--main-text-color);
font-style: normal;
}
strong {
font-weight: bold;
}
d-article {
color: var(--main-text-color);
border-top: 1px solid var(--boarder);
}
d-article h1, d-article h2 {
border-bottom: 1px solid var(--boarder);
padding-bottom: 5px;
}
d-article a {
border-bottom: none;
text-decoration: none;
}
d-article a:hover {
text-decoration: none;
border-bottom: none;
cursor: pointer;
color: var(--secondary-text-color);
}
.d-contents nav > ul > li > a {
font-weight: 200;
text-decoration: none;
border-bottom: none;
color:var(--main-text-color);
font-size: 16px;
}
d-article table th {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
d-article table tr:last-of-type td {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
h1.posts-list-caption {
border-bottom: none;
}
html a {
text-decoration: none;
background-image: linear-gradient(currentColor, currentColor);
background-position: 0% 100%;
background-repeat: no-repeat;
background-size: 0% 2px;
color: var(--main-link);
transition: background-size .3s;
}
html a:hover, html a:focus {
background-size: 100% 2px;
}
a:hover {
text-decoration: none;
}
.categories .category-count {
color: var(--main-link);
}
a.post-preview {
color: var(--main-text-color);
}
.distill-site-nav a {
background-image: none;
}
.distill-site-nav a:hover {
color: var(--main-link);
}
/*##################################################*/
/*SIDE BAR*/
.sidebar-section-custom{
font-size: 15px;
text-align: justify;
line-height: 1.6;
}
.sidebar-section-custom h2{
font-family: var(--text-header);
text-align: center;
font-size: 25px;
border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.sidebar-section.subscribe {
font-size: 15px;
text-align: justify;
line-height: 1.7;
}
.sidebar-section.subscribe h3{
font-family: var(--text-header);
font-weight: 700;
}
.sidebar-section.categories h3{
font-family: var(--text-header);
font-weight: 700;
}
/* colour tags */
.dt-tags .dt-tag {
display: inline-block;
color: var(--main-text-color);
padding: 0.3em 0.4em;
margin-right: 0.2em;
margin-bottom: 0.4em;
font-size: 14px;
border: 1px solid var(--main-text-color);
background-color: var(--surface1);
border-radius: 3px;
text-transform: uppercase;
font-weight: 900;
}
.posts-list .dt-tags .dt-tag {
color: var(--main-text-color);
border: 1px solid var(--main-text-color);
font-size: 14px;
}
.categories li > a:hover {
color: var(--secondary-text-color);
border-bottom: none;
}
img[alt=badge] {
width: 85px;
height: 20px;
float: left;
}
img[alt$="<"] {
float: left;
}
.mylinks a{
color: var(--main-text-color);
}
.center{
text-align: center;
}
.col-6.mt-3.text-center.d-none.d-sm-block {
background-color: var(--surface1); /* Changing background color */
color: var(--main-text-color);
border-radius: 10px; /* Making border radius */
box-sizing: content-box; /* Making auto-sizable width */
height: auto; /* Making auto-sizable height */
padding: 10px 10px 0px 0px;
font-size: 18px;
}
.col-6.mt-3.text-center.d-none.d-sm-block p{
color: var(--main-text-color);
}
/*
.col-6.mt-3.text-center.d-none.d-sm-block a{
color: #eeeeee;
text-decoration: underline;
}
*/
.col-6.mt-3.text-center.d-none.d-sm-block a:hover{
color: var(--secondary-text-color);
text-decoration: none;
}
.btn {
background-color: var(--surface1);
color: var(--main-text-color);
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
border-top: 1px solid var(--boarder);
}
.mt-3, .my-3 {
margin-top: 0rem !important;
}
.btn-outline-dark:hover {
color: var(--main-text-color);
background-color: var(--surface1);
border-color: #f8f8f8;
}
d-byline {
color: var(--main-text-color);
border-top: 1px solid var(--boarder);
}
d-byline h3 {
font-size: 1rem;
font-weight: 400;
color: var(--main-text-color);
margin: 0;
text-transform: uppercase;
}
/*##########################################################*/
/* code chunks */
/* CODE FORMATTING */
/* Highlight code in text but not in code chunk */
p code {
color: #eee;
font-size: 1.0em;
background: #7d828a;
border-radius: 3px;
padding: 0 3px;
margin: 0 4px;
word-wrap: break-word;
letter-spacing: normal;
}
d-article div.sourceCode {
background-color: var(--surface1);
border-left: 2px solid var(--boarder);
}
pre {
word-wrap: normal;
word-break: normal;
/*border: 1px solid #eee;*/
border: 0px !important;
}
code {
margin: auto 4px;
padding: 4px 6px;
font-size: 1.0em;
line-height: 1.5;
background: 0 0;
background-color: var(--code-bg);
border-radius: 0;
overflow-x: auto !important;
overscroll-behavior-x: auto !important;
overflow: auto !important;
}
pre, code {
background-color: var(--surface1);
}
pre code {
display: block;
margin: auto 0;
padding: 10px;
border-radius: 0;
overflow-x: auto;
word-break: break-all;
}
pre .img {
margin: 5px 0;
}
pre .img img {
background-color: #aaa;
display: block;
height: auto;
}
code a, pre a {
font-family: ui-monospace, SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
color: #85AACC;
background-image: none;
text-decoration: none;
}
a.sourceLine:hover {
text-decoration: none;
}
.fl {color: #ae81ff;}
.fu {color: #636fa5;} /* function */
.ch,.st {color: #33b374;} /* string */
.kw {color: #f92672;} /* keyword */
.co {color: #696d70;} /* comment */
.va {color: #fd971f;} /* values */
.message { color: #eeeeee; font-weight: bolder;}
.error { color: orange; font-weight: bolder;}
.warning { color: #6A0366; font-weight: bolder;}
code span.va {
color: #fd971f;
}
code span.st {
color: #33b374;
}
code span.op {
color: var(--main-text-color);
}
code span.fl {
color: #ff0202;
}
code span.fu {
color: #768eff;
}
code span.co {
color: #adadad;
}
d-article pre {
color:var(--main-text-color);
}
/* Appendix */
d-appendix {
color: var(--main-text-color);
font-size: 14px;
border-top: 1px solid rgba(255, 255, 255, 0.31);
font-size: 1em;
}
d-appendix h3{
color: var(--main-text-color);
font-size: 1rem;
}
.social_footer {
margin-top: 30px;
margin-bottom: 0;
color: var(--main-text-color);
}
d-article aside {
color: var(--main-text-color);
}
/* ############################################## */
/* MISC */
figcaption, .figcaption {
color: var(--main-text-color);
font-size: 12px;
line-height: 1.5em;
}
.ReactTable {
height: 100%;
background-color: #383c3b00;
}
/*
svg {
background-color: white;
}
*/
div#i4VSD54I16UA7LSG1UCX8 {
background-color: white;
}
d-article blockquote {
border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.figure .caption {
color: var(--main-text-color) ;
font-size: 12px;
line-height: 1.5em;
}
.niceNetwork{
color: var(--main-text-color);
}
.utterances {
height: 267px;
}
.col-6 {
flex: none;
max-width: max-content;
}
.col-6 ul li {
list-style-type: '> ';
}
.col-6 ul {
text-align: center;
list-style-position: inside;
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Lato');
@import url('https://fonts.googleapis.com/css2?family=Roboto');
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono');
/* #222831 */
:root {
--text-font-family: 'Noto Sans';
--text-header: 'Lato';
--main-text-color: #eeeeee;
--secondary-text-color: #72faca;
--surface1: #262626;
--surface2: #393e46;
--main-link: #72faca;
--boarder: rgba(255, 255, 255, 0.31);
}
.light {
--surface1: white;
--surface2: #333333;
--main-text-color: #373D3F;
--main-link: #0bbd7e;
--secondary-text-color: #0bbd7e;
--boarder: rgba(0, 0, 0, 0.31);
}
/* nav bar */
.distill-site-nav {
font-family: var(--text-header), sans-serif;
color: #fff;
background-color: var(--surface2);
font-size: 25px;
font-weight: 400;
}
.distill-site-nav a {
font-family: var(--text-header), sans-serif;
font-weight: 500;
font-size: 25px;
color: #fff;
}
.distill-site-header .logo img {
display: block;
max-height: 25px;
width: auto;
}
.distill-site-header .title {
font-size: 25px;
min-width: 150px;
font-weight: 700;
}
/* https://codepen.io/sdthornton/pen/wBZdXq */
.distill-site-header {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
font-family: 'Lato', sans-serif;
color: #fff;
background-color: #393e46;
font-size: 20px;
font-weight: 400;
}
.distill-site-footer {
color: #eeeeee;
background-color: #393e46;
font-size: 20px;
font-weight: 400;
padding-top: 0px;
padding-bottom: 10px;
}
.distill-site-footer p {
color: #eeeeee;
background-color: #393e46;
font-size: 20px;
font-weight: 400;
padding-top: 0px;
padding-bottom: 5px;
}
.distill-site-footer a {
font-size: 20px;
background-color: #393e46;
color: #72faca;
}
.distill-site-footer svg {
height: 20px;
fill: #72faca;
}
/*####################################################*/
.posts-list .post-preview .thumbnail img {
max-width: 60%;
max-height: 60%;
display: block;
margin: 0 auto;
vertical-align: middle;
}
.posts-list .post-preview {
border-bottom: 0.5px solid var(--boarder);
}
.posts-list h1 {
font-family: 'Lato';
font-weight: 600;
}
.posts-list .description p {
font-family: var(--text-font-family);
}
.posts-list .description h2 {
font-family: 'Lato';
}
.posts-list .post-preview .metadata {
float: left;
width: 15%;
margin-top: 8px;
}
.posts-list .metadata {
font-size: 16px;
line-height: 1.4em;
margin-bottom: 18px;
}
/*##################################################*/
body, p {
font-family: var(--text-font-family);
text-transform: none;
font-weight: 200;
line-height: 1.6;
font-size: 1em;
background-color: var(--surface1);
color: var(--main-text-color);
font-style: normal;
}
strong {
font-weight: bold;
}
d-article {
color: var(--main-text-color);
border-top: 1px solid var(--boarder);
}
d-article h1, d-article h2 {
border-bottom: 1px solid var(--boarder);
padding-bottom: 5px;
}
d-article a {
border-bottom: none;
text-decoration: none;
}
d-article a:hover {
text-decoration: none;
border-bottom: none;
cursor: pointer;
color: var(--secondary-text-color);
}
.d-contents nav > ul > li > a {
font-weight: 200;
text-decoration: none;
border-bottom: none;
color:var(--main-text-color);
font-size: 16px;
}
d-article table th {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
d-article table tr:last-of-type td {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
h1.posts-list-caption {
border-bottom: none;
}
html a {
text-decoration: none;
background-image: linear-gradient(currentColor, currentColor);
background-position: 0% 100%;
background-repeat: no-repeat;
background-size: 0% 2px;
color: var(--main-link);
transition: background-size .3s;
}
html a:hover, html a:focus {
background-size: 100% 2px;
}
a:hover {
text-decoration: none;
}
.categories .category-count {
color: var(--main-link);
}
a.post-preview {
color: var(--main-text-color);
}
.distill-site-nav a {
background-image: none;
}
.distill-site-nav a:hover {
color: var(--main-link);
}
/*##################################################*/
/*SIDE BAR*/
.sidebar-section-custom{
font-size: 15px;
text-align: justify;
line-height: 1.6;
}
.sidebar-section-custom h2{
font-family: var(--text-header);
text-align: center;
font-size: 25px;
border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.sidebar-section.subscribe {
font-size: 15px;
text-align: justify;
line-height: 1.7;
}
.sidebar-section.subscribe h3{
font-family: var(--text-header);
font-weight: 700;
}
.sidebar-section.categories h3{
font-family: var(--text-header);
font-weight: 700;
}
/* colour tags */
.dt-tags .dt-tag {
display: inline-block;
color: var(--main-text-color);
padding: 0.3em 0.4em;
margin-right: 0.2em;
margin-bottom: 0.4em;
font-size: 14px;
border: 1px solid var(--main-text-color);
background-color: var(--surface1);
border-radius: 3px;
text-transform: uppercase;
font-weight: 900;
}
.posts-list .dt-tags .dt-tag {
color: var(--main-text-color);
border: 1px solid var(--main-text-color);
font-size: 14px;
}
.categories li > a:hover {
color: var(--secondary-text-color);
border-bottom: none;
}
img[alt=badge] {
width: 85px;
height: 20px;
float: left;
}
img[alt$="<"] {
float: left;
}
.mylinks a{
color: var(--main-text-color);
}
.center{
text-align: center;
}
.col-6.mt-3.text-center.d-none.d-sm-block {
background-color: var(--surface1); /* Changing background color */
color: var(--main-text-color);
border-radius: 10px; /* Making border radius */
box-sizing: content-box; /* Making auto-sizable width */
height: auto; /* Making auto-sizable height */
padding: 10px 10px 0px 0px;
font-size: 18px;
}
.col-6.mt-3.text-center.d-none.d-sm-block p{
color: var(--main-text-color);
}
/*
.col-6.mt-3.text-center.d-none.d-sm-block a{
color: #eeeeee;
text-decoration: underline;
}
*/
.col-6.mt-3.text-center.d-none.d-sm-block a:hover{
color: var(--secondary-text-color);
text-decoration: none;
}
.btn {
background-color: var(--surface1);
color: var(--main-text-color);
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
border-top: 1px solid var(--boarder);
}
.mt-3, .my-3 {
margin-top: 0rem !important;
}
.btn-outline-dark:hover {
color: var(--main-text-color);
background-color: var(--surface1);
border-color: #f8f8f8;
}
d-byline {
color: var(--main-text-color);
border-top: 1px solid var(--boarder);
}
d-byline h3 {
font-size: 1rem;
font-weight: 400;
color: var(--main-text-color);
margin: 0;
text-transform: uppercase;
}
/*##########################################################*/
/* code chunks */
/* CODE FORMATTING */
/* Highlight code in text but not in code chunk */
p code {
color: #eee;
font-size: 1.0em;
background: #7d828a;
border-radius: 3px;
padding: 0 3px;
margin: 0 4px;
word-wrap: break-word;
letter-spacing: normal;
}
d-article div.sourceCode {
background-color: var(--surface1);
border-left: 2px solid var(--boarder);
}
pre {
word-wrap: normal;
word-break: normal;
/*border: 1px solid #eee;*/
border: 0px !important;
}
code {
margin: auto 4px;
padding: 4px 6px;
font-size: 1.0em;
line-height: 1.5;
background: 0 0;
background-color: var(--code-bg);
border-radius: 0;
overflow-x: auto !important;
overscroll-behavior-x: auto !important;
overflow: auto !important;
}
pre, code {
background-color: var(--surface1);
}
pre code {
display: block;
margin: auto 0;
padding: 10px;
border-radius: 0;
overflow-x: auto;
word-break: break-all;
}
pre .img {
margin: 5px 0;
}
pre .img img {
background-color: #aaa;
display: block;
height: auto;
}
code a, pre a {
font-family: ui-monospace, SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
color: #85AACC;
background-image: none;
text-decoration: none;
}
a.sourceLine:hover {
text-decoration: none;
}
.fl {color: #ae81ff;}
.fu {color: #636fa5;} /* function */
.ch,.st {color: #33b374;} /* string */
.kw {color: #f92672;} /* keyword */
.co {color: #696d70;} /* comment */
.va {color: #fd971f;} /* values */
.message { color: #eeeeee; font-weight: bolder;}
.error { color: orange; font-weight: bolder;}
.warning { color: #6A0366; font-weight: bolder;}
code span.va {
color: #fd971f;
}
code span.st {
color: #33b374;
}
code span.op {
color: var(--main-text-color);
}
code span.fl {
color: #ff0202;
}
code span.fu {
color: #768eff;
}
code span.co {
color: #adadad;
}
d-article pre {
color:var(--main-text-color);
}
/* Appendix */
d-appendix {
color: var(--main-text-color);
font-size: 14px;
border-top: 1px solid rgba(255, 255, 255, 0.31);
font-size: 1em;
}
d-appendix h3{
color: var(--main-text-color);
font-size: 1rem;
}
.social_footer {
margin-top: 30px;
margin-bottom: 0;
color: var(--main-text-color);
}
d-article aside {
color: var(--main-text-color);
}
/* ############################################## */
/* MISC */
figcaption, .figcaption {
color: var(--main-text-color);
font-size: 12px;
line-height: 1.5em;
}
.ReactTable {
height: 100%;
background-color: #383c3b00;
}
/*
svg {
background-color: white;
}
*/
div#i4VSD54I16UA7LSG1UCX8 {
background-color: white;
}
d-article blockquote {
border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.figure .caption {
color: var(--main-text-color) ;
font-size: 12px;
line-height: 1.5em;
}
.niceNetwork{
color: var(--main-text-color);
}
.utterances {
height: 267px;
}
.col-6 {
flex: none;
max-width: max-content;
}
.col-6 ul li {
list-style-type: '> ';
}
.col-6 ul {
text-align: center;
list-style-position: inside;
} | 0.375592 | 0.081447 |
*
* Basic Styles and Settings
*
*/
.color-inverse{
color: rgb(255, 88, 2) !important;
}
.color{
color: rgb(80, 208, 135) !important;
}
.bg-color{
background-color: #F8F8F8 !important;
}
/**
* Headings
*/
.heading:first-letter{
color: rgb(80, 208, 135);
}
.big-letter-bg{
color: #fff;
padding: 7px 0;
background: rgb(80, 208, 135);
margin: 4px 10px 0 0;
}
/**
* Underlines
*/
.ul span:not(.fa){
display: block;
width: 100px;
height: 3px;
background-color: rgb(80, 208, 135);
}
/**
* Sections
*/
/**
* Top Bar (Contact & Social)
*/
#home-head .phone, #home-head .email, #home-head .social > span{
color: rgb(80, 208, 135);
}
#home-head{
background-color: #F8F8F8;
}
/**
* Navbar
*/
.navbar-default {
background-color: rgb(50, 50, 50);
border-color: transparent;
}
.navbar-default .navbar-brand {
color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #eee;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #fff;
}
.navbar-default .navbar-text:hover, .navbar-default .navbar-text:focus {
color: rgb(80, 208, 135);
}
.navbar-default .navbar-nav > li > a {
color: #eee;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: rgb(80, 208, 135);
background-color: #F8F8F8;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: rgb(80, 208, 135);
background-color: #F8F8F8;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #fff;
border-radius: 0px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar ,
.navbar-default .navbar-toggle:focus .icon-bar {
background-color: rgb(80, 208, 135);
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: rgb(80, 208, 135);
background-color: #eee;
}
.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: #ccc;
background-color: transparent;
}
.navbar-default .navbar-link {
color: #eee;
}
.navbar-default .navbar-link:hover {
color: #fff;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
/**
* Dropdown Menu
*/
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
background-color: rgb(50, 50, 50);
border: 0px solid #ccc;
border: 0px solid rgba(0, 0, 0, .15);
border-radius: 0px;
}
.dropdown-menu > li > a {
color: #fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: rgb(80, 208, 135);
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: rgb(80, 208, 135);
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #eee;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, navbar-default .navbar-nav .open .dropdown-menu>li>a:active {
color: rgb(80, 208, 135);
text-decoration: none;
background-color: #f5f5f5;
}
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
right: auto;
left: 0;
}
}
/**
* Slider
*/
#home-slider > .slider-wrapper{
background-color: rgba(80, 208, 135, 0.8);
}
/**
* Header Style
*/
/**
* Content Boxes
*/
.funny-box-1{
border-bottom: 3px rgb(80, 208, 135) solid;
}
.funny-box-1 .icon{
border: 1px rgb(80, 208, 135) solid;
}
.funny-box-1:hover .icon span{
color: rgb(80, 208, 135);
}
/**
* Modals
*/
.modal-header{
background-color: rgba(80, 208, 135, 0.8);
}
.modal-header .heading, .modal-header .heading:first-letter{
color: #fff;
}
.modal-body, .modal-footer{
background-color: rgba(237, 237, 237, 1) !important;
border: none;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: 0.8;
background-image: url('../../../img/backgrounds/patterns/noisy.png');
}
/**
* For making the addon on input bars colorful.. uncomment below code.. :)
*/
/*
.modal .input-group-addon{
background-color: rgba(80, 208, 135, 0.8);
color: #fff;
}*/
/**
* Forms
*/
.contact input:not(.btn):focus, .contact textarea:not(.btn):focus, .contact select:not(.btn):focus{
border-color: rgb(80, 208, 135);
}
/**
* Login/Signup
*/
.user-form .logo{
background-color: rgba(80, 208, 135, 0.8);
}
.user-form .logo h3{
color: #F8F8F8;
text-shadow: 0px 0px 40px;
}
/**
* Navs
*/
.nav.nav-stacked.nav-pills li:hover, .nav.nav-stacked.nav-pills li:focus{
border-left: 3px rgb(80, 208, 135) solid;
}
.nav.nav-stacked.nav-pills li.active{
border-left: 3px rgb(80, 208, 135) solid;
color: rgb(80, 208, 135);
}
.nav.nav-stacked.nav-pills li.active a{
color: rgb(80, 208, 135);
}
/**
* Content Boxes
*/
.content-box:hover .icon span.fa, .content-box:focus .icon span.fa{
background-color: rgb(80, 208, 135);
border-color: #f3f2f2;
color: #f2f2f2;
}
/**
* Loader
*/
.pace {
border: 0px solid rgb(80, 208, 135) !important;
}
.pace .pace-activity {
background: rgb(80, 208, 135) !important;
}
.pace .pace-progress {
background: rgb(80, 208, 135) !important;
color: rgb(80, 208, 135) !important;
} | css/color-theme/business/green.css | *
* Basic Styles and Settings
*
*/
.color-inverse{
color: rgb(255, 88, 2) !important;
}
.color{
color: rgb(80, 208, 135) !important;
}
.bg-color{
background-color: #F8F8F8 !important;
}
/**
* Headings
*/
.heading:first-letter{
color: rgb(80, 208, 135);
}
.big-letter-bg{
color: #fff;
padding: 7px 0;
background: rgb(80, 208, 135);
margin: 4px 10px 0 0;
}
/**
* Underlines
*/
.ul span:not(.fa){
display: block;
width: 100px;
height: 3px;
background-color: rgb(80, 208, 135);
}
/**
* Sections
*/
/**
* Top Bar (Contact & Social)
*/
#home-head .phone, #home-head .email, #home-head .social > span{
color: rgb(80, 208, 135);
}
#home-head{
background-color: #F8F8F8;
}
/**
* Navbar
*/
.navbar-default {
background-color: rgb(50, 50, 50);
border-color: transparent;
}
.navbar-default .navbar-brand {
color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #eee;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #fff;
}
.navbar-default .navbar-text:hover, .navbar-default .navbar-text:focus {
color: rgb(80, 208, 135);
}
.navbar-default .navbar-nav > li > a {
color: #eee;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: rgb(80, 208, 135);
background-color: #F8F8F8;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: rgb(80, 208, 135);
background-color: #F8F8F8;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #fff;
border-radius: 0px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar ,
.navbar-default .navbar-toggle:focus .icon-bar {
background-color: rgb(80, 208, 135);
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: rgb(80, 208, 135);
background-color: #eee;
}
.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: #ccc;
background-color: transparent;
}
.navbar-default .navbar-link {
color: #eee;
}
.navbar-default .navbar-link:hover {
color: #fff;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
/**
* Dropdown Menu
*/
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
background-color: rgb(50, 50, 50);
border: 0px solid #ccc;
border: 0px solid rgba(0, 0, 0, .15);
border-radius: 0px;
}
.dropdown-menu > li > a {
color: #fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: rgb(80, 208, 135);
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: rgb(80, 208, 135);
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #eee;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, navbar-default .navbar-nav .open .dropdown-menu>li>a:active {
color: rgb(80, 208, 135);
text-decoration: none;
background-color: #f5f5f5;
}
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
right: auto;
left: 0;
}
}
/**
* Slider
*/
#home-slider > .slider-wrapper{
background-color: rgba(80, 208, 135, 0.8);
}
/**
* Header Style
*/
/**
* Content Boxes
*/
.funny-box-1{
border-bottom: 3px rgb(80, 208, 135) solid;
}
.funny-box-1 .icon{
border: 1px rgb(80, 208, 135) solid;
}
.funny-box-1:hover .icon span{
color: rgb(80, 208, 135);
}
/**
* Modals
*/
.modal-header{
background-color: rgba(80, 208, 135, 0.8);
}
.modal-header .heading, .modal-header .heading:first-letter{
color: #fff;
}
.modal-body, .modal-footer{
background-color: rgba(237, 237, 237, 1) !important;
border: none;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: 0.8;
background-image: url('../../../img/backgrounds/patterns/noisy.png');
}
/**
* For making the addon on input bars colorful.. uncomment below code.. :)
*/
/*
.modal .input-group-addon{
background-color: rgba(80, 208, 135, 0.8);
color: #fff;
}*/
/**
* Forms
*/
.contact input:not(.btn):focus, .contact textarea:not(.btn):focus, .contact select:not(.btn):focus{
border-color: rgb(80, 208, 135);
}
/**
* Login/Signup
*/
.user-form .logo{
background-color: rgba(80, 208, 135, 0.8);
}
.user-form .logo h3{
color: #F8F8F8;
text-shadow: 0px 0px 40px;
}
/**
* Navs
*/
.nav.nav-stacked.nav-pills li:hover, .nav.nav-stacked.nav-pills li:focus{
border-left: 3px rgb(80, 208, 135) solid;
}
.nav.nav-stacked.nav-pills li.active{
border-left: 3px rgb(80, 208, 135) solid;
color: rgb(80, 208, 135);
}
.nav.nav-stacked.nav-pills li.active a{
color: rgb(80, 208, 135);
}
/**
* Content Boxes
*/
.content-box:hover .icon span.fa, .content-box:focus .icon span.fa{
background-color: rgb(80, 208, 135);
border-color: #f3f2f2;
color: #f2f2f2;
}
/**
* Loader
*/
.pace {
border: 0px solid rgb(80, 208, 135) !important;
}
.pace .pace-activity {
background: rgb(80, 208, 135) !important;
}
.pace .pace-progress {
background: rgb(80, 208, 135) !important;
color: rgb(80, 208, 135) !important;
} | 0.253769 | 0.040031 |
*{
box-sizing: border-box;
margin: 0;
padding: 0;
border:solid;
}
body{
font-family:'Courier New', Courier, monospace, sans-serif;
background-color: #00b4d8;
}
.container{
height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border: solid 100px ;
}
h1,h3{
margin-bottom: 20px;
}
/* TASKS CONTAINER */
.task__container{
display: flex;
margin-bottom: 3rem;
background-color:aqua;
padding: 10px;
}
/* making the list of task look nicer */
.task__container .task__name{
padding: 10px;
margin: 0 10px;
border-radius: 5px;
cursor: pointer;
}
/* giving shadoww wheen the task is selected */
.task__name.selected{
box-shadow:0px 0px 0px 2px black inset;
}
#deselect{
background-color:deeppink;
color: white;
}
/* shhedule design */
.schedule__container{
background: linear-gradient(#ebf4f5, #b5c6e0);
display: flex;
flex-direction: column;
}
.days__container{
display: flex;
}
/* corner of the table */
.corner{
width: 50px;
height: 70px;
margin: 2px;
}
/* settings for rows of days */
.day{
width: 100px;
border: solid 4px ;
color:#1d3557;
display: flex;
justify-content: center;
align-items: center;
margin: 2px;
}
/* making it look horizontal , gives us table instead of 6 different tables*/
.part__day{
display: flex;
border: solid 2px ;
}
.time{
width: 50px;
height: 70px;
color: white;
background-color:chocolate;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
margin: 2px;
}
/* each coloumn */
.task{
background-color: white;
height: 70px;
width: 100px;
margin: 2px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
font-size: 2rem;
}
/* Reset Button */
.deleteBtn{
padding: 10px 25px;
margin-top: 20px;
border: none;
background-color: white;
border: solid 2px black;
border-radius: 5px;
cursor: pointer;
text-transform: uppercase;
outline: none;
}
/* Pop up */
.pop-up__container{
position: absolute;
top: 0;
left: 0;
z-index: 99;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: none;
justify-content: center;
align-items: center;
}
.pop-up{
width: 300px;
height: 130px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
background-color: #00b4d8;
padding: 15px;
text-align: center;
border-radius: 5px;
}
.btn__container{
display: flex;
justify-content: space-between;
align-items: center;
}
.btn__answer{
margin: 0 20px;
background-color: white;
padding: 10px;
border-radius: 5px;
cursor: pointer;
} | style.css | *{
box-sizing: border-box;
margin: 0;
padding: 0;
border:solid;
}
body{
font-family:'Courier New', Courier, monospace, sans-serif;
background-color: #00b4d8;
}
.container{
height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border: solid 100px ;
}
h1,h3{
margin-bottom: 20px;
}
/* TASKS CONTAINER */
.task__container{
display: flex;
margin-bottom: 3rem;
background-color:aqua;
padding: 10px;
}
/* making the list of task look nicer */
.task__container .task__name{
padding: 10px;
margin: 0 10px;
border-radius: 5px;
cursor: pointer;
}
/* giving shadoww wheen the task is selected */
.task__name.selected{
box-shadow:0px 0px 0px 2px black inset;
}
#deselect{
background-color:deeppink;
color: white;
}
/* shhedule design */
.schedule__container{
background: linear-gradient(#ebf4f5, #b5c6e0);
display: flex;
flex-direction: column;
}
.days__container{
display: flex;
}
/* corner of the table */
.corner{
width: 50px;
height: 70px;
margin: 2px;
}
/* settings for rows of days */
.day{
width: 100px;
border: solid 4px ;
color:#1d3557;
display: flex;
justify-content: center;
align-items: center;
margin: 2px;
}
/* making it look horizontal , gives us table instead of 6 different tables*/
.part__day{
display: flex;
border: solid 2px ;
}
.time{
width: 50px;
height: 70px;
color: white;
background-color:chocolate;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
margin: 2px;
}
/* each coloumn */
.task{
background-color: white;
height: 70px;
width: 100px;
margin: 2px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
font-size: 2rem;
}
/* Reset Button */
.deleteBtn{
padding: 10px 25px;
margin-top: 20px;
border: none;
background-color: white;
border: solid 2px black;
border-radius: 5px;
cursor: pointer;
text-transform: uppercase;
outline: none;
}
/* Pop up */
.pop-up__container{
position: absolute;
top: 0;
left: 0;
z-index: 99;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: none;
justify-content: center;
align-items: center;
}
.pop-up{
width: 300px;
height: 130px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
background-color: #00b4d8;
padding: 15px;
text-align: center;
border-radius: 5px;
}
.btn__container{
display: flex;
justify-content: space-between;
align-items: center;
}
.btn__answer{
margin: 0 20px;
background-color: white;
padding: 10px;
border-radius: 5px;
cursor: pointer;
} | 0.464173 | 0.085061 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-decoration: none;
}
.test{
font-size: large;
}
.mainBG{
background-color: #1C1C1C;
padding: 50px 0;
position: relative;
display: flex;
flex-direction: column;
}
.fontgray{
color: gray;
}
.container{
margin: auto;
width: 100%;
max-width: 1250px;
}
/* header */
.header1font{
font-size: 12px;
display: flex;
justify-content: flex-end;
}
.header1font span:first-child {
padding-right: 50px;
}
.jumbo{
width: 100%;
height: 400px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
.header2{
display: flex;
align-items: center;
flex-grow: 1;
font-weight: bold;
font-size: 14px;
}
.header2UL{
list-style-type: none;
overflow: hidden;
margin: 0;
}
.header2UL li{
float: left;
line-height: 100px;
padding: 0 20px;
}
.blueunderline{
border-bottom: 3px solid #0282F9;
}
.bluefont{
color: #0282F9;
}
.padleft40px{
padding-left: 40px;
}
/* home */
.BlueWhite{
background-color: #0282F9;
color: white;
}
.BlueBtn{
padding: 10px 20px;
font-weight: bold;
font-size: 22px;
position: absolute;
top: -25px;
left: 190px;
display: flex;
align-items: center;
justify-content: center;
}
.BlueBtnMini{
font-size: 10px;
font-weight: bold;
width: 175px;
padding: 8px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
}
.DivComics{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.DivComicsSingle{
flex-basis: calc(100% / 6);
padding: 0 5px;
margin: 20px 0;
}
.ComicsCover{
width: 175px;
height: 175px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
.none{
text-decoration: none;
color: white;
}
.wrapper{
display: flex;
flex-direction: column;
align-items: center;
}
.blueNav{
padding: 50px;
}
.bluenav2 a img{
max-width: 50px;
max-height: 50px;
padding: 10px;
vertical-align: middle;
}
.bluenav2 a{
padding: 10px 35px;
}
/* footer */
.fontbig{
font-size: 20px;
font-weight: bold;
}
.fontsmall{
font-size: 8px;
color: gray;
}
.footer{
display: flex;
flex-direction: column;
}
.footer1{
background-repeat: no-repeat;
background-size: 100%;
}
.footerNav{
padding: 20px;
}
.footerDiv1{
display: flex;
}
.footer2{
background-color: #303030;
display: flex;
flex-direction: column;
padding: 40px;
}
.btnBorder{
border: 2px solid #0282F9;
padding: 10px;
margin-right: 10px;
}
.white{
color: white;
}
.footer2UL{
list-style-type: none;
overflow: hidden;
margin: 0;
}
.footer2UL li a{
color: gray;
}
.ultest li{
float: left;
padding: 10px;
}
.follow{
margin-right: 10px;
padding-top: 10px;
}
.dcPic{
overflow:hidden
}
.alignCenter{
display: flex;
align-items: center;
position: relative;
}
.alignCenter a{
padding
}
.floatright{
float: right;
}
.row{
display: flex;
flex-direction: row;
position: absolute;
right: 0;
}
.flex{
display: flex;
}
/* comics single */
.containerComics{
position: relative;
margin: auto;
width: 100%;
max-width: 1000px;
border-bottom: 1px solid #E3E3E3;
}
.blueDiv{
background-color: #0282F9;
height: 80px;
width: 100vw;
position: relative;
}
.sposta{
position: absolute;
top: -300px;
}
.column{
display: flex;
flex-direction: column;
}
.advert{
font-size: 14px;
font-weight: bold;
color: #5A5555;
text-align: end;
}
.padpad{
padding: 30px 0;
}
.greenBar {
display: flex;
background-color: #55BA59;
font-size: 14px;
margin: 20px 0;
font-weight: bold;
}
.greenBtn{
border-left: 1px solid;
padding: 20px;
}
.lightgrayCont{
border-top: 1px solid #E3E3E3;
border-bottom: 1px solid #E3E3E3;
background-color: #F6F6F6;
}
.price{
padding: 20px;
}
.avail{
margin-left: 300px;
}
.graybot{
border-bottom: 1px solid #E3E3E3;
}
.bottomDiv{
display: flex;
justify-content: space-between;
padding: 10px;
border-right: 1px solid #E3E3E3;
border-left: 1px solid #E3E3E3;
padding: 10px 100px;
font-size: 10px;
}
.divdue{
width: 495px;
padding-bottom: 50px;
}
.graybot div:nth-of-type(2){
padding-left: 100px;
} | public/css/app.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-decoration: none;
}
.test{
font-size: large;
}
.mainBG{
background-color: #1C1C1C;
padding: 50px 0;
position: relative;
display: flex;
flex-direction: column;
}
.fontgray{
color: gray;
}
.container{
margin: auto;
width: 100%;
max-width: 1250px;
}
/* header */
.header1font{
font-size: 12px;
display: flex;
justify-content: flex-end;
}
.header1font span:first-child {
padding-right: 50px;
}
.jumbo{
width: 100%;
height: 400px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
.header2{
display: flex;
align-items: center;
flex-grow: 1;
font-weight: bold;
font-size: 14px;
}
.header2UL{
list-style-type: none;
overflow: hidden;
margin: 0;
}
.header2UL li{
float: left;
line-height: 100px;
padding: 0 20px;
}
.blueunderline{
border-bottom: 3px solid #0282F9;
}
.bluefont{
color: #0282F9;
}
.padleft40px{
padding-left: 40px;
}
/* home */
.BlueWhite{
background-color: #0282F9;
color: white;
}
.BlueBtn{
padding: 10px 20px;
font-weight: bold;
font-size: 22px;
position: absolute;
top: -25px;
left: 190px;
display: flex;
align-items: center;
justify-content: center;
}
.BlueBtnMini{
font-size: 10px;
font-weight: bold;
width: 175px;
padding: 8px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
}
.DivComics{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.DivComicsSingle{
flex-basis: calc(100% / 6);
padding: 0 5px;
margin: 20px 0;
}
.ComicsCover{
width: 175px;
height: 175px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
.none{
text-decoration: none;
color: white;
}
.wrapper{
display: flex;
flex-direction: column;
align-items: center;
}
.blueNav{
padding: 50px;
}
.bluenav2 a img{
max-width: 50px;
max-height: 50px;
padding: 10px;
vertical-align: middle;
}
.bluenav2 a{
padding: 10px 35px;
}
/* footer */
.fontbig{
font-size: 20px;
font-weight: bold;
}
.fontsmall{
font-size: 8px;
color: gray;
}
.footer{
display: flex;
flex-direction: column;
}
.footer1{
background-repeat: no-repeat;
background-size: 100%;
}
.footerNav{
padding: 20px;
}
.footerDiv1{
display: flex;
}
.footer2{
background-color: #303030;
display: flex;
flex-direction: column;
padding: 40px;
}
.btnBorder{
border: 2px solid #0282F9;
padding: 10px;
margin-right: 10px;
}
.white{
color: white;
}
.footer2UL{
list-style-type: none;
overflow: hidden;
margin: 0;
}
.footer2UL li a{
color: gray;
}
.ultest li{
float: left;
padding: 10px;
}
.follow{
margin-right: 10px;
padding-top: 10px;
}
.dcPic{
overflow:hidden
}
.alignCenter{
display: flex;
align-items: center;
position: relative;
}
.alignCenter a{
padding
}
.floatright{
float: right;
}
.row{
display: flex;
flex-direction: row;
position: absolute;
right: 0;
}
.flex{
display: flex;
}
/* comics single */
.containerComics{
position: relative;
margin: auto;
width: 100%;
max-width: 1000px;
border-bottom: 1px solid #E3E3E3;
}
.blueDiv{
background-color: #0282F9;
height: 80px;
width: 100vw;
position: relative;
}
.sposta{
position: absolute;
top: -300px;
}
.column{
display: flex;
flex-direction: column;
}
.advert{
font-size: 14px;
font-weight: bold;
color: #5A5555;
text-align: end;
}
.padpad{
padding: 30px 0;
}
.greenBar {
display: flex;
background-color: #55BA59;
font-size: 14px;
margin: 20px 0;
font-weight: bold;
}
.greenBtn{
border-left: 1px solid;
padding: 20px;
}
.lightgrayCont{
border-top: 1px solid #E3E3E3;
border-bottom: 1px solid #E3E3E3;
background-color: #F6F6F6;
}
.price{
padding: 20px;
}
.avail{
margin-left: 300px;
}
.graybot{
border-bottom: 1px solid #E3E3E3;
}
.bottomDiv{
display: flex;
justify-content: space-between;
padding: 10px;
border-right: 1px solid #E3E3E3;
border-left: 1px solid #E3E3E3;
padding: 10px 100px;
font-size: 10px;
}
.divdue{
width: 495px;
padding-bottom: 50px;
}
.graybot div:nth-of-type(2){
padding-left: 100px;
} | 0.351311 | 0.103794 |
*{
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body{
background-color: blanchedalmond;
}
form{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 400px;
}
section
{
border: solid 1px gainsboro;
border-radius: 4px;
background-color: azure;
width: 500px;
height: 300px;
padding: 40px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.label-float
{
position: relative;
}
.label-float input
{
width: 100%;
padding: 7px 0;
font-size: 20px;
color: gray;
margin-bottom: 8px;
border: none;
border-bottom: solid 0.2px rgb(202, 202, 202);
outline: none;
background: transparent;
}
.label-float label
{
position: absolute;
top: 0;
left: 0;
padding: 10px 0;
font-size: 20px;
color: gray;
pointer-events: none;
transition: .5s;
}
.label-float input:focus ~ label,
.label-float input:valid ~ label
{
top: -18px;
left: 0;
color: rgb(44, 44, 145);
font-size: 15px;
}
@font-face{
font-family: "minhafonte";
src:url(BRLNSDB.TTF);
}
.logo{
color: blanchedalmond;
width: 40px;
position: absolute;
top: 30px;
left: 30px;
font-size: 50px;
font-family: "minhafonte";
text-decoration: none;
}
.b-enter
{
position: absolute;
background-color: rgb(44, 44, 145);
width: 40%;
height: 37px;
border: none;
color: white;
border-radius: 30px;
top: 220px;
left:50%;
transform: translate(-50%,-50%);
}
.b-enter:hover
{
background-color: rgb(63, 63, 134);
}
.b-cadastro:hover
{
background-color: rgb(63, 63, 134);
}
.b-cadastro
{
position: absolute;
background-color: rgb(44, 44, 145);
width: 40%;
height: 37px;
border: none;
color: white;
border-radius: 30px;
top: 260px;
left:50%;
transform: translate(-50%,-50%);
}
h1{
font-size: 30px;
color: rgb(63, 63, 134);
margin-left: 45px;
margin-top: -10px;
}
.ac{
font-size: 30px;
color: rgb(63, 63, 134);
margin-left: 45px;
margin-top: 15px;
}
label{
color: gray;
font-size: 15px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
img{
position: absolute;
width: 50px;
height: 45px;
right: 80px;
}
.tela{
background-color: rgb(63, 63, 134);
width: 100%;
height: 350px;
}
footer{
position: absolute;
bottom: 0;
background-color: green;
width: 100%;
height: 70px;
background-color: blanchedalmond;
}
.pp{
color: rgb(63, 63, 134);
padding: 30px 0px 0px 30px;
width: 280px;
/* border: solid 1px red; */
}
.container{
position: relative;
top: 200px;
width: 550px;
margin-left: 50px;
/* border: solid 1px red; */
}
.h1
{
color: blanchedalmond;
font-size: 40px;
}
.paragrafo
{
color: blanchedalmond;
margin-top: 10px;
margin-left: 45px;
font-size: 20px;
}
.b-criar
{
color: rgb(63, 63, 134);
background-color: blanchedalmond;
width: 40%;
height: 37px;
border: none;
border-radius: 20px;
font-size: 15px;
}
.b-criar:hover
{ transition: all 0.4s ease-out;
background-color: rgb(255, 228, 188);
transform: translateY(-5px);
cursor: pointer;
}
.f-criar
{
position: absolute;
top: 220px;
left: 250px;
}
.redes{
transition: all 0.5s ease-out;
}
.redes:hover
{
cursor: pointer;
transform: translateY(-5px);
}
.redes#email{
position: absolute;
right: 0px;
top: 20px;
}
.redes#face{
position: absolute;
right:120px;
top: 20px;
}
.redes#insta{
position: absolute;
right:60px;
top: 20px;
}
.corpo
{
background-color: rgb(63, 63, 134);
position: absolute;
width: 100%;
height: 100%;
}
.entra-ind
{
float: right;
margin: 45px;
text-decoration: none;
font-size: 20px;
color: blanchedalmond;
transition: all 0.5s ease-out;
}
.entra-ind:hover{
cursor: pointer;
transform: translateY(-5px);
}
.m{
position: absolute;
top: 100px;
right: 200px;
width: 400px;
height: 400px;
}
.icone{
width: 30px;
height: 30px;
}
@media ( max-width: 800px)
{
.container{
width: 100%;
/* border: solid 1px green; */
margin:0px;
width: 450px;
top: 150px;
}
.h1{
font-size: 35px;
}
.paragrafo{
font-size: 15x;
}
.f-criar
{
top: 260px;
left: 250px;
}
.pp{
width: 150px;
padding: 15px 0px 0px 15px;
}
}
@media ( max-width: 1200px){
.m{
display: none;
}
} | pacote_dowload/formato.css | *{
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body{
background-color: blanchedalmond;
}
form{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 400px;
}
section
{
border: solid 1px gainsboro;
border-radius: 4px;
background-color: azure;
width: 500px;
height: 300px;
padding: 40px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.label-float
{
position: relative;
}
.label-float input
{
width: 100%;
padding: 7px 0;
font-size: 20px;
color: gray;
margin-bottom: 8px;
border: none;
border-bottom: solid 0.2px rgb(202, 202, 202);
outline: none;
background: transparent;
}
.label-float label
{
position: absolute;
top: 0;
left: 0;
padding: 10px 0;
font-size: 20px;
color: gray;
pointer-events: none;
transition: .5s;
}
.label-float input:focus ~ label,
.label-float input:valid ~ label
{
top: -18px;
left: 0;
color: rgb(44, 44, 145);
font-size: 15px;
}
@font-face{
font-family: "minhafonte";
src:url(BRLNSDB.TTF);
}
.logo{
color: blanchedalmond;
width: 40px;
position: absolute;
top: 30px;
left: 30px;
font-size: 50px;
font-family: "minhafonte";
text-decoration: none;
}
.b-enter
{
position: absolute;
background-color: rgb(44, 44, 145);
width: 40%;
height: 37px;
border: none;
color: white;
border-radius: 30px;
top: 220px;
left:50%;
transform: translate(-50%,-50%);
}
.b-enter:hover
{
background-color: rgb(63, 63, 134);
}
.b-cadastro:hover
{
background-color: rgb(63, 63, 134);
}
.b-cadastro
{
position: absolute;
background-color: rgb(44, 44, 145);
width: 40%;
height: 37px;
border: none;
color: white;
border-radius: 30px;
top: 260px;
left:50%;
transform: translate(-50%,-50%);
}
h1{
font-size: 30px;
color: rgb(63, 63, 134);
margin-left: 45px;
margin-top: -10px;
}
.ac{
font-size: 30px;
color: rgb(63, 63, 134);
margin-left: 45px;
margin-top: 15px;
}
label{
color: gray;
font-size: 15px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
img{
position: absolute;
width: 50px;
height: 45px;
right: 80px;
}
.tela{
background-color: rgb(63, 63, 134);
width: 100%;
height: 350px;
}
footer{
position: absolute;
bottom: 0;
background-color: green;
width: 100%;
height: 70px;
background-color: blanchedalmond;
}
.pp{
color: rgb(63, 63, 134);
padding: 30px 0px 0px 30px;
width: 280px;
/* border: solid 1px red; */
}
.container{
position: relative;
top: 200px;
width: 550px;
margin-left: 50px;
/* border: solid 1px red; */
}
.h1
{
color: blanchedalmond;
font-size: 40px;
}
.paragrafo
{
color: blanchedalmond;
margin-top: 10px;
margin-left: 45px;
font-size: 20px;
}
.b-criar
{
color: rgb(63, 63, 134);
background-color: blanchedalmond;
width: 40%;
height: 37px;
border: none;
border-radius: 20px;
font-size: 15px;
}
.b-criar:hover
{ transition: all 0.4s ease-out;
background-color: rgb(255, 228, 188);
transform: translateY(-5px);
cursor: pointer;
}
.f-criar
{
position: absolute;
top: 220px;
left: 250px;
}
.redes{
transition: all 0.5s ease-out;
}
.redes:hover
{
cursor: pointer;
transform: translateY(-5px);
}
.redes#email{
position: absolute;
right: 0px;
top: 20px;
}
.redes#face{
position: absolute;
right:120px;
top: 20px;
}
.redes#insta{
position: absolute;
right:60px;
top: 20px;
}
.corpo
{
background-color: rgb(63, 63, 134);
position: absolute;
width: 100%;
height: 100%;
}
.entra-ind
{
float: right;
margin: 45px;
text-decoration: none;
font-size: 20px;
color: blanchedalmond;
transition: all 0.5s ease-out;
}
.entra-ind:hover{
cursor: pointer;
transform: translateY(-5px);
}
.m{
position: absolute;
top: 100px;
right: 200px;
width: 400px;
height: 400px;
}
.icone{
width: 30px;
height: 30px;
}
@media ( max-width: 800px)
{
.container{
width: 100%;
/* border: solid 1px green; */
margin:0px;
width: 450px;
top: 150px;
}
.h1{
font-size: 35px;
}
.paragrafo{
font-size: 15x;
}
.f-criar
{
top: 260px;
left: 250px;
}
.pp{
width: 150px;
padding: 15px 0px 0px 15px;
}
}
@media ( max-width: 1200px){
.m{
display: none;
}
} | 0.452294 | 0.095729 |
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
*{
font-family: 'Source Sans Pro', sans-serif;
}
.call{
text-decoration: none;
color: white;
}
h4{
margin: 0 !important;
}
.call:hover{
color: white;
}
.banner{
height: 60vh;
width: 100% !important;
text-align: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background: linear-gradient(rgba(14, 13, 13, 0.322) , rgba(33, 34, 33, 0.329) ) , url(https://researchforecast.com/wp-content/uploads/2021/12/pest-control-market.jpg);
}
.review{
color: rgb(107, 148, 79);
}
.number{
background: #F58220;
}
.review-item{
border: 1px solid ;
}
.carousel-control-next-icon , .carousel-control-prev-icon {
background: #F58220;
}
.homeImg{
width: 80%;
}
.heading{
font-weight: 900;
font-size: 70px;
}
span{
color: rgb(218, 106, 32);
}
.images{
display: flex;
justify-content: space-between;
align-items: center;
}
#mc-embedded-subscribe{
padding: 15px 10px;
font-size: 20px;
border: 3px solid #F58220;
}
.required{
margin-right:5px ;
padding: 10px 5px;
font-size: 20px;
}
.card img{
height: 50px;
width: 100px;
margin: auto;
border: none;
}
.hr{
color: #F58220;
}
/* common-pests */
.common-pests{
display: grid;
grid-gap: 20px;
grid-column-gap: 20px;
grid-template-columns: repeat(4, 1fr);
}
/* guarantee */
.guarantee img{
width: 150px;
}
.guarantee{
display: flex;
}
/* local trust */
.local-trust img{
width: 350px;
}
.local-trust {
display: flex;
}
.local-trust-para , .targeted{
font-size: 25px;
}
/* bottom-form */
#bottom-form{
padding-top:50px ;
height : 200px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url(https://facealemploi.tv/wp-content/uploads/2022/02/home-pest-control-cost.png);
}
footer {
background-color: #002F46;
color: white;
}
.footer p {
font-size: 20px;
}
@media screen and (max-width:992px){
.poster{
padding-top: 150px;
}
.banner{
height: 70vh;
display: flex;
align-items: center;
padding-bottom: 20%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
flex-direction: column-reverse;
}
.number{
width: 70%;
background: goldenrod;
border: 2px solid black;
border-radius: 10px;
}
.homeImg{
width: 100%;
}
.heading{
font-weight: 900;
font-size: 40px;
}
#form{
display: none;
}
.common-pests{
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(2, 1fr);
}
.guarantee{
display: flex;
flex-direction: column;
align-items: center;
}
}
@media screen and (max-width:768px){
.logo {
width: 40%;
}
.logo2 {
width: 40%;
}
.banner{
height: 70vh;
display: flex;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
flex-direction: column-reverse;
}
.number{
width: 70%;
background: goldenrod;
border: 2px solid black;
border-radius: 10px;
}
.homeImg{
width: 100%;
}
.heading{
font-weight: 900;
font-size: 30px;
}
#form{
display: none;
}
.common-pests{
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(2, 1fr);
}
.guarantee{
display: flex;
flex-direction: column;
align-items: center;
}
.local-trust img{
width: 150px;
height: 100px;
}
.local-trust {
position: relative;
display: flex;
}
.local-trust-para{
font-size: 14px;
}
.targeted{
position: absolute;
left: 0;
padding: 0px 10px;
font-size: 14px;
padding-bottom: 100px;
}
#bottom-form{
margin-top:120px ;
height : 200px;
}
#submit-button{
padding: 8px 15px;
color: white;
font-size: 15px;
border: 3px solid goldenrod;
background: goldenrod;
}
.input{
margin-right:5px ;
padding: 8px 5px;
font-size: 15px;
}
.footer p {
font-size: 12px;
}
}
@media screen and (max-width:578px){
.logo {
width: 40%;
}
.logo2 {
width: 40%;
}
.banner{
height: 70vh;
display: flex;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
flex-direction: column-reverse;
}
.number{
width: 70%;
background: goldenrod;
border: 2px solid black;
border-radius: 10px;
}
.homeImg{
width: 100%;
}
.heading{
font-weight: 900;
font-size: 30px;
}
#form{
display: none;
}
.common-pests{
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(2, 1fr);
}
.guarantee{
display: flex;
flex-direction: column;
align-items: center;
}
.local-trust img{
width: 150px;
height: 100px;
}
.local-trust {
position: relative;
display: flex;
}
.local-trust-para{
font-size: 14px;
}
.targeted{
position: absolute;
left: 0;
padding: 0px 10px;
font-size: 14px;
padding-bottom: 100px;
}
#bottom-form{
margin-top:120px ;
height : 200px;
}
#submit-button{
padding: 8px 15px;
color: white;
font-size: 15px;
border: 3px solid goldenrod;
background: goldenrod;
}
.input{
margin-right:5px ;
padding: 8px 5px;
font-size: 15px;
}
.footer p {
font-size: 12px;
}
} | src/pages/Main/Banner/Banner.css | @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
*{
font-family: 'Source Sans Pro', sans-serif;
}
.call{
text-decoration: none;
color: white;
}
h4{
margin: 0 !important;
}
.call:hover{
color: white;
}
.banner{
height: 60vh;
width: 100% !important;
text-align: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background: linear-gradient(rgba(14, 13, 13, 0.322) , rgba(33, 34, 33, 0.329) ) , url(https://researchforecast.com/wp-content/uploads/2021/12/pest-control-market.jpg);
}
.review{
color: rgb(107, 148, 79);
}
.number{
background: #F58220;
}
.review-item{
border: 1px solid ;
}
.carousel-control-next-icon , .carousel-control-prev-icon {
background: #F58220;
}
.homeImg{
width: 80%;
}
.heading{
font-weight: 900;
font-size: 70px;
}
span{
color: rgb(218, 106, 32);
}
.images{
display: flex;
justify-content: space-between;
align-items: center;
}
#mc-embedded-subscribe{
padding: 15px 10px;
font-size: 20px;
border: 3px solid #F58220;
}
.required{
margin-right:5px ;
padding: 10px 5px;
font-size: 20px;
}
.card img{
height: 50px;
width: 100px;
margin: auto;
border: none;
}
.hr{
color: #F58220;
}
/* common-pests */
.common-pests{
display: grid;
grid-gap: 20px;
grid-column-gap: 20px;
grid-template-columns: repeat(4, 1fr);
}
/* guarantee */
.guarantee img{
width: 150px;
}
.guarantee{
display: flex;
}
/* local trust */
.local-trust img{
width: 350px;
}
.local-trust {
display: flex;
}
.local-trust-para , .targeted{
font-size: 25px;
}
/* bottom-form */
#bottom-form{
padding-top:50px ;
height : 200px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-image: url(https://facealemploi.tv/wp-content/uploads/2022/02/home-pest-control-cost.png);
}
footer {
background-color: #002F46;
color: white;
}
.footer p {
font-size: 20px;
}
@media screen and (max-width:992px){
.poster{
padding-top: 150px;
}
.banner{
height: 70vh;
display: flex;
align-items: center;
padding-bottom: 20%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
flex-direction: column-reverse;
}
.number{
width: 70%;
background: goldenrod;
border: 2px solid black;
border-radius: 10px;
}
.homeImg{
width: 100%;
}
.heading{
font-weight: 900;
font-size: 40px;
}
#form{
display: none;
}
.common-pests{
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(2, 1fr);
}
.guarantee{
display: flex;
flex-direction: column;
align-items: center;
}
}
@media screen and (max-width:768px){
.logo {
width: 40%;
}
.logo2 {
width: 40%;
}
.banner{
height: 70vh;
display: flex;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
flex-direction: column-reverse;
}
.number{
width: 70%;
background: goldenrod;
border: 2px solid black;
border-radius: 10px;
}
.homeImg{
width: 100%;
}
.heading{
font-weight: 900;
font-size: 30px;
}
#form{
display: none;
}
.common-pests{
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(2, 1fr);
}
.guarantee{
display: flex;
flex-direction: column;
align-items: center;
}
.local-trust img{
width: 150px;
height: 100px;
}
.local-trust {
position: relative;
display: flex;
}
.local-trust-para{
font-size: 14px;
}
.targeted{
position: absolute;
left: 0;
padding: 0px 10px;
font-size: 14px;
padding-bottom: 100px;
}
#bottom-form{
margin-top:120px ;
height : 200px;
}
#submit-button{
padding: 8px 15px;
color: white;
font-size: 15px;
border: 3px solid goldenrod;
background: goldenrod;
}
.input{
margin-right:5px ;
padding: 8px 5px;
font-size: 15px;
}
.footer p {
font-size: 12px;
}
}
@media screen and (max-width:578px){
.logo {
width: 40%;
}
.logo2 {
width: 40%;
}
.banner{
height: 70vh;
display: flex;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
flex-direction: column-reverse;
}
.number{
width: 70%;
background: goldenrod;
border: 2px solid black;
border-radius: 10px;
}
.homeImg{
width: 100%;
}
.heading{
font-weight: 900;
font-size: 30px;
}
#form{
display: none;
}
.common-pests{
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(2, 1fr);
}
.guarantee{
display: flex;
flex-direction: column;
align-items: center;
}
.local-trust img{
width: 150px;
height: 100px;
}
.local-trust {
position: relative;
display: flex;
}
.local-trust-para{
font-size: 14px;
}
.targeted{
position: absolute;
left: 0;
padding: 0px 10px;
font-size: 14px;
padding-bottom: 100px;
}
#bottom-form{
margin-top:120px ;
height : 200px;
}
#submit-button{
padding: 8px 15px;
color: white;
font-size: 15px;
border: 3px solid goldenrod;
background: goldenrod;
}
.input{
margin-right:5px ;
padding: 8px 5px;
font-size: 15px;
}
.footer p {
font-size: 12px;
}
} | 0.395951 | 0.107813 |
a {
color: #F4FA58;
text-decoration: none;
font-weight:bold
}
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
#jsmind_container{
width:100%;
border:solid 1px #ccc;
background:#f4f4f4;
}
#msg{
position: fixed;
left: 80px;
top: 100px;
z-index: 8000;
}
#toolsBar{
position: fixed;
left: 10px;
top: 10px;
border: 0px dashed #16A085;
z-index: 10000;
}
#addNode{
background: #ffffff;
padding: 10px;
color: #FFFFFF;
font-size: 15px;
width: 60px;
height: 60px;
border-radius: 20px;
border: 0px solid #FFFFFF;
}
#delNode{
background: #ffffff;
padding: 10px;
color: #FFFFFF;
font-size: 15px;
width: 60px;
height: 60px;
border-radius: 20px;
border: 0px solid #FFFFFF;
}
#zoomOut{
background: #ffffff;
padding: 10px;
color: #FFFFFF;
font-size: 15px;
width: 60px;
height: 60px;
border-radius: 30px;
border: 0px solid #FFFFFF;
}
#zoomIn{
background: #ffffff;
padding: 10px;
color: #FFFFFF;
font-size: 15px;
width: 60px;
height: 60px;
border-radius: 30px;
border: 0px solid #FFFFFF;
}
#saveMind{
background: #ffffff;
padding: 10px;
color: #FFFFFF;
font-size: 15px;
width: 60px;
height: 60px;
border-radius: 20px;
border: 0px solid #FFFFFF;
}
#newMind{
background: #ffffff;
padding: 10px;
color: #FFFFFF;
font-size: 15px;
width: 60px;
height: 60px;
border-radius: 20px;
border: 0px solid #FFFFFF;
}
.file {
background: #ffffff;
padding: 10px;
color: #FFFFFF;
font-size: 15px;
width: 60px;
height: 60px;
border-radius: 20px;
border: 0px solid #FFFFFF;
}
.file input {
position: absolute;
font-size: 5px;
left: 66px;
top: -1px;
opacity: 0;
width: 60px;
height: 60px;
} | jsmind/MyMind/css/common.css | a {
color: #F4FA58;
text-decoration: none;
font-weight:bold
}
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
#jsmind_container{
width:100%;
border:solid 1px #ccc;
background:#f4f4f4;
}
#msg{
position: fixed;
left: 80px;
top: 100px;
z-index: 8000;
}
#toolsBar{
position: fixed;
left: 10px;
top: 10px;
border: 0px dashed #16A085;
z-index: 10000;
}
#addNode{
background: #ffffff;
padding: 10px;
color: #FFFFFF;
font-size: 15px;
width: 60px;
height: 60px;
border-radius: 20px;
border: 0px solid #FFFFFF;
}
#delNode{
background: #ffffff;
padding: 10px;
color: #FFFFFF;
font-size: 15px;
width: 60px;
height: 60px;
border-radius: 20px;
border: 0px solid #FFFFFF;
}
#zoomOut{
background: #ffffff;
padding: 10px;
color: #FFFFFF;
font-size: 15px;
width: 60px;
height: 60px;
border-radius: 30px;
border: 0px solid #FFFFFF;
}
#zoomIn{
background: #ffffff;
padding: 10px;
color: #FFFFFF;
font-size: 15px;
width: 60px;
height: 60px;
border-radius: 30px;
border: 0px solid #FFFFFF;
}
#saveMind{
background: #ffffff;
padding: 10px;
color: #FFFFFF;
font-size: 15px;
width: 60px;
height: 60px;
border-radius: 20px;
border: 0px solid #FFFFFF;
}
#newMind{
background: #ffffff;
padding: 10px;
color: #FFFFFF;
font-size: 15px;
width: 60px;
height: 60px;
border-radius: 20px;
border: 0px solid #FFFFFF;
}
.file {
background: #ffffff;
padding: 10px;
color: #FFFFFF;
font-size: 15px;
width: 60px;
height: 60px;
border-radius: 20px;
border: 0px solid #FFFFFF;
}
.file input {
position: absolute;
font-size: 5px;
left: 66px;
top: -1px;
opacity: 0;
width: 60px;
height: 60px;
} | 0.216177 | 0.132964 |
.p7TTM01.p7TTMbox {
position: absolute;
overflow: hidden;
background-color: #FFF;
border: 2px solid #FFF;
-webkit-box-shadow: 5px 5px 10px #666;
box-shadow: 5px 5px 10px #666;
}
.p7TTM01 .p7TTMcnt {
position: relative;
color:#FFF;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 14px;
background-color: #ec008c;
margin: 6px;
border: 2px solid #ec008c;
padding: 16px 16px;
zoom: 1;
}
.p7TTM01 .p7TTMcnt p {
margin: 6px 0 12px 0;
font-size: 18px!important;
}
.p7TTM01 .p7TTMcnt p.small {
margin: 6px 0 12px 0;
font-size: 14px!important;
}
.p7TTM_trg a{
color: #FFF!important;
text-decoration: none;
}
.p7TTM_trg a:hover,
.p7TTM_trg a:focus {
color: #FFF!important;
text-decoration: none;
}
.p7TTM_trg h1 {
color: #FFF!important;
text-decoration:none!important;
}
.p7TTM_trg h1.yellow {
color:#ffff3c!important;
}
.p7TTM_trg h1.yellow a {
color: #ffff3c!important;
text-decoration: underline;
}
.p7TTM_trg h1.yellow a:hover {
color: #FFFFFF!important;
}
.p7TTM01 .p7TTMclose {
position: absolute;
top: 0px;
left: auto;
right: -2px;
display: none;
}
.p7TTM01 .p7TTMclose img {
border: 0;
}
.p7TTM01 .p7TTMclose a {
text-decoration: none;
display: block;
color: #FFF;
font-size: 17px;
line-height: 17px;
padding: 0 4px;
border-radius: 0px 4px 0px 0px;
}
.p7TTM01 .p7TTMclose a:hover, .p7TTM01 .p7TTMclose a:focus {
outline: 0;
color: #000000;
}
.p7TTM01 .p7TTMclose i {
font-style: normal;
}
/*ARROWS*/
.p7TTM01 .p7TTMcall {
height: 9px;
width: 26px;
position: absolute;
z-index: 9;
background-repeat: no-repeat;
}
/*Arrow At Bottom Left*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_1 {
height: 14px;
width: 14px;
left: 16px;
top: auto;
bottom: -14px;
background-image: url(img/p7TTM01-southwest.gif);
}
/*Arrow At Bottom Middle*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_2 {
height: 9px;
width: 17px;
left: 50%;
margin-left: -8px;
top: auto;
bottom: -9px;
background-image: url(img/p7TTM01-south.gif);
}
/*Arrow At Bottom Right*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_3 {
height: 14px;
width: 14px;
left: auto;
right: 16px;
top: auto;
bottom: -14px;
background-image: url(img/p7TTM01-southeast.gif);
}
/*Arrow At Top Left*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_4 {
height: 14px;
width: 14px;
left: 16px;
top: -14px;
background-image: url(img/p7TTM01-northwest.gif);
}
/*Arrow At Top Middle*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_5 {
height: 9px;
width: 17px;
left: 50%;
margin-left: -8px;
top: -9px;
background-image: url(img/p7TTM01-north.gif);
}
/*Arrow At Top Right*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_6 {
height: 14px;
width: 14px;
left: auto;
right: 16px;
top: -14px;
background-image: url(img/p7TTM01-northeast.gif);
}
/*Arrow At Left Top*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_7 {
height: 14px;
width: 14px;
left: -14px;
top: 8px;
background-image: url(img/p7TTM01-duewest.gif);
}
/*Arrow At Left Middle*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_8 {
height: 17px;
width: 9px;
left: -9px;
top: 50%;
margin-top: -8px;
background-image: url(img/p7TTM01-west.gif);
}
/*Arrow At Right Top*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_9 {
height: 14px;
width: 14px;
left: auto;
right: -14px;
top: 8px;
background-image: url(img/p7TTM01-dueeast.gif);
}
/*Arrow At Right Middle*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_10 {
height: 17px;
width: 9px;
left: auto;
right: -9px;
top: 50%;
margin-top: -8px;
background-image: url(img/p7TTM01-east.gif);
}
/*Special Class assigned to All Triggers, regardless of the Tooltip Style Theme, while its tooltip is showing.*/
.p7TTM_open {}
/*Special Class assigned to All Triggers, regardless of the Tooltip Style Theme, when using the Basic Interface.*/
.p7TTM_trg {
}
/*Lighshow Overlay*/
#p7ttm_overlay.p7TTM01 {
background-color: #FFF;
opacity: 0.9;
filter: alpha(opacity=90);
}
/*Special Class you can use to assign to various trigger elements when using the class assignment method to define a tooltip.*/
.tooltip {} | public/landing/css/p7TTM01.css | .p7TTM01.p7TTMbox {
position: absolute;
overflow: hidden;
background-color: #FFF;
border: 2px solid #FFF;
-webkit-box-shadow: 5px 5px 10px #666;
box-shadow: 5px 5px 10px #666;
}
.p7TTM01 .p7TTMcnt {
position: relative;
color:#FFF;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size: 14px;
background-color: #ec008c;
margin: 6px;
border: 2px solid #ec008c;
padding: 16px 16px;
zoom: 1;
}
.p7TTM01 .p7TTMcnt p {
margin: 6px 0 12px 0;
font-size: 18px!important;
}
.p7TTM01 .p7TTMcnt p.small {
margin: 6px 0 12px 0;
font-size: 14px!important;
}
.p7TTM_trg a{
color: #FFF!important;
text-decoration: none;
}
.p7TTM_trg a:hover,
.p7TTM_trg a:focus {
color: #FFF!important;
text-decoration: none;
}
.p7TTM_trg h1 {
color: #FFF!important;
text-decoration:none!important;
}
.p7TTM_trg h1.yellow {
color:#ffff3c!important;
}
.p7TTM_trg h1.yellow a {
color: #ffff3c!important;
text-decoration: underline;
}
.p7TTM_trg h1.yellow a:hover {
color: #FFFFFF!important;
}
.p7TTM01 .p7TTMclose {
position: absolute;
top: 0px;
left: auto;
right: -2px;
display: none;
}
.p7TTM01 .p7TTMclose img {
border: 0;
}
.p7TTM01 .p7TTMclose a {
text-decoration: none;
display: block;
color: #FFF;
font-size: 17px;
line-height: 17px;
padding: 0 4px;
border-radius: 0px 4px 0px 0px;
}
.p7TTM01 .p7TTMclose a:hover, .p7TTM01 .p7TTMclose a:focus {
outline: 0;
color: #000000;
}
.p7TTM01 .p7TTMclose i {
font-style: normal;
}
/*ARROWS*/
.p7TTM01 .p7TTMcall {
height: 9px;
width: 26px;
position: absolute;
z-index: 9;
background-repeat: no-repeat;
}
/*Arrow At Bottom Left*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_1 {
height: 14px;
width: 14px;
left: 16px;
top: auto;
bottom: -14px;
background-image: url(img/p7TTM01-southwest.gif);
}
/*Arrow At Bottom Middle*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_2 {
height: 9px;
width: 17px;
left: 50%;
margin-left: -8px;
top: auto;
bottom: -9px;
background-image: url(img/p7TTM01-south.gif);
}
/*Arrow At Bottom Right*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_3 {
height: 14px;
width: 14px;
left: auto;
right: 16px;
top: auto;
bottom: -14px;
background-image: url(img/p7TTM01-southeast.gif);
}
/*Arrow At Top Left*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_4 {
height: 14px;
width: 14px;
left: 16px;
top: -14px;
background-image: url(img/p7TTM01-northwest.gif);
}
/*Arrow At Top Middle*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_5 {
height: 9px;
width: 17px;
left: 50%;
margin-left: -8px;
top: -9px;
background-image: url(img/p7TTM01-north.gif);
}
/*Arrow At Top Right*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_6 {
height: 14px;
width: 14px;
left: auto;
right: 16px;
top: -14px;
background-image: url(img/p7TTM01-northeast.gif);
}
/*Arrow At Left Top*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_7 {
height: 14px;
width: 14px;
left: -14px;
top: 8px;
background-image: url(img/p7TTM01-duewest.gif);
}
/*Arrow At Left Middle*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_8 {
height: 17px;
width: 9px;
left: -9px;
top: 50%;
margin-top: -8px;
background-image: url(img/p7TTM01-west.gif);
}
/*Arrow At Right Top*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_9 {
height: 14px;
width: 14px;
left: auto;
right: -14px;
top: 8px;
background-image: url(img/p7TTM01-dueeast.gif);
}
/*Arrow At Right Middle*/
.p7TTM01 .p7TTMcall.p7TTM_Arrow_10 {
height: 17px;
width: 9px;
left: auto;
right: -9px;
top: 50%;
margin-top: -8px;
background-image: url(img/p7TTM01-east.gif);
}
/*Special Class assigned to All Triggers, regardless of the Tooltip Style Theme, while its tooltip is showing.*/
.p7TTM_open {}
/*Special Class assigned to All Triggers, regardless of the Tooltip Style Theme, when using the Basic Interface.*/
.p7TTM_trg {
}
/*Lighshow Overlay*/
#p7ttm_overlay.p7TTM01 {
background-color: #FFF;
opacity: 0.9;
filter: alpha(opacity=90);
}
/*Special Class you can use to assign to various trigger elements when using the class assignment method to define a tooltip.*/
.tooltip {} | 0.211173 | 0.043123 |
body {
font-family: 'Roboto mono', monospace;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
display: inline;
color: black;
}
.home-body {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.grid-container {
max-width: 980px;
margin: auto;
}
header {
width: 100%;
height: 140px;
display: grid;
grid-template-rows: 1fr 1fr;
}
header .header-icons-container {
width: 100%;
height: 50px;
display: flex;
justify-content: center;
background-color: #cca652;
}
header .header-icons-container .iconsAx {
width: 300px;
height: auto;
display: flex;
justify-items: flex-end;
align-items: center;
justify-content: space-between;
justify-self: end;
margin-right: 50px;
margin-left: 30px;
}
header .iconsAx span {
color:#4a8522;
}
header .header-icons-container .iconsAl {
width: 300px;
height: auto;
display: flex;
justify-items: flex-end;
align-items: center;
justify-content: space-between;
justify-self: end;
margin-right: 50px;
margin-left: 30px;
}
header .iconsAl span {
color: #0e426d;
}
nav {
display: grid;
grid-template-columns: 1fr 2fr 1fr;
height: 90px;
}
.nav-logos-container{
display: flex;
justify-content: space-between;
}
nav .nav-logoAx-container {
text-align: center;
grid-column: 1;
}
nav .nav-logoAx-container img {
width: 75px;
margin-top: 10px;
}
nav .profile-link {
display: flex;
align-items: center;
justify-content: center;
border: none;
}
nav .profile-link a {
font-size: 20px;
padding:15px;
border-radius: 50px;
background-color: #000267;
color: whitesmoke;
}
nav .nav-logoAl-container{
text-align: center;
grid-row: inherit;
}
nav .nav-logoAl-container img {
width: 75px;
margin-top: 10px;
}
.home-main {
display: grid;
grid-template-columns: 1fr 4fr 1fr;
height: 100%;
background-image: url('../img/f1-facultad-ingenieria.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: .999;
}
.home-main-text2{
font-family: 'Roboto mono', monospace;
font-size: 25px;
font-weight: 500px;
padding: 20px;
background-color: #ce0000;
color: whitesmoke;
text-align:left;
}
.home-main section {
display: grid;
grid-column: 2;
justify-items: center;
height: 350px;
margin-top: 80px;
}
.home-main-text {
font-family: 'Roboto mono', monospace;
font-size: 30px;
font-weight: 700px;
letter-spacing: 10px;
color: #ce0000;
text-align: center;
}
.home-main-button {
width: 110px;
height: 50px;
background: #ce0000;
text-align: center;
font-weight: 700;
font-size: 18px;
line-height: 50px;
}
.blogs-main {
display: grid;
}
.blogs-news-container {
background-color: #fff7eb;
padding: 0 50px 40px;
}
.blogs-main-new {
display: grid;
grid-template-columns: 2fr 1fr;
grid-template-rows: 2fr;
}
.blogs-news-img-container {
grid-column: 1;
}
.blogs-news-img-container img {
width: 85%;
}
.blogs-news-info-container {
grid-column: 2;
}
.blogs-news-info-container p {
margin-bottom: 35px;
}
.blogs-posts-container {
padding: 0 50px 40px;
}
.blogs-posts-container h3 {
border-bottom: 1px solid #000267;
padding-bottom: 20px;
text-align: center;
}
.blogs-button {
border: 1px solid #cca652;
padding: 10px 15px;
font-size: 12px;
}
.blogs-posts-container .post-container {
display: inline-block;
padding-left: 10px;
max-width: 30%;
margin-bottom: 50px;
}
.blogs-posts-container .post-container p {
margin-bottom: 35px;
}
.blogs-posts-container .post-container img {
width: 100%;
}
footer {
width: 100%;
height: 80px;
background-color: #22272d;
border-top: 35px solid #cca652;
text-align: center;
}
footer p {
color: white;
margin-top: 30px;
}
.blogpost-img-container {
padding: 0 50px 40px;
}
.blogpost-img-container img {
width: 100%;
}
.blogpost-main-container {
padding: 0 50px 40px;
}
.blogpost-main-container h3 {
border-bottom: 1px solid #cdd2da;
padding-bottom: 20px;
}
.blogpost-main-container article h1 {
font-size: 35px;
}
.contact-main-container {
width: 100%;
min-height: 250px;
background-color: #e6e9ed;
text-align: center;
padding-bottom: 50px;
}
.contact-main-container div {
display: inline-block;
width: 49.5%;
height: 100%;
}
.contact-main-container div a {
border-bottom: 1px solid black;
padding-bottom: 5px;
}
.contact-main-container .contact-left, .contact-right {
text-align: initial;
margin-top: 85px;
}
.contact-main-container img {
width: 100px;
}
.profile-main-container {
padding: 70px 40px;
background-color: #e6e9ed;
margin-bottom: 50px;
}
.profile-main-container img {
width: 320px;
margin-right: 30px;
}
.profile-main-container .profile-container {
display: flex;
}
.profile-main-proyects {
padding: 0 50px 40px;
}
.profile-main-proyects h3 {
border-bottom: 1px solid #cdd2da;
padding-bottom: 35px;
text-align: center;
}
.proyects-main-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.proyect-container {
padding: 0 5px;
}
.encuesta-fondo{
background-image: url("../img/encuesta.png");
background-size: 100%;
}
footer{
display: flex;
align-items: baseline;
justify-content: center;
} | css/main.css | body {
font-family: 'Roboto mono', monospace;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
display: inline;
color: black;
}
.home-body {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.grid-container {
max-width: 980px;
margin: auto;
}
header {
width: 100%;
height: 140px;
display: grid;
grid-template-rows: 1fr 1fr;
}
header .header-icons-container {
width: 100%;
height: 50px;
display: flex;
justify-content: center;
background-color: #cca652;
}
header .header-icons-container .iconsAx {
width: 300px;
height: auto;
display: flex;
justify-items: flex-end;
align-items: center;
justify-content: space-between;
justify-self: end;
margin-right: 50px;
margin-left: 30px;
}
header .iconsAx span {
color:#4a8522;
}
header .header-icons-container .iconsAl {
width: 300px;
height: auto;
display: flex;
justify-items: flex-end;
align-items: center;
justify-content: space-between;
justify-self: end;
margin-right: 50px;
margin-left: 30px;
}
header .iconsAl span {
color: #0e426d;
}
nav {
display: grid;
grid-template-columns: 1fr 2fr 1fr;
height: 90px;
}
.nav-logos-container{
display: flex;
justify-content: space-between;
}
nav .nav-logoAx-container {
text-align: center;
grid-column: 1;
}
nav .nav-logoAx-container img {
width: 75px;
margin-top: 10px;
}
nav .profile-link {
display: flex;
align-items: center;
justify-content: center;
border: none;
}
nav .profile-link a {
font-size: 20px;
padding:15px;
border-radius: 50px;
background-color: #000267;
color: whitesmoke;
}
nav .nav-logoAl-container{
text-align: center;
grid-row: inherit;
}
nav .nav-logoAl-container img {
width: 75px;
margin-top: 10px;
}
.home-main {
display: grid;
grid-template-columns: 1fr 4fr 1fr;
height: 100%;
background-image: url('../img/f1-facultad-ingenieria.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: .999;
}
.home-main-text2{
font-family: 'Roboto mono', monospace;
font-size: 25px;
font-weight: 500px;
padding: 20px;
background-color: #ce0000;
color: whitesmoke;
text-align:left;
}
.home-main section {
display: grid;
grid-column: 2;
justify-items: center;
height: 350px;
margin-top: 80px;
}
.home-main-text {
font-family: 'Roboto mono', monospace;
font-size: 30px;
font-weight: 700px;
letter-spacing: 10px;
color: #ce0000;
text-align: center;
}
.home-main-button {
width: 110px;
height: 50px;
background: #ce0000;
text-align: center;
font-weight: 700;
font-size: 18px;
line-height: 50px;
}
.blogs-main {
display: grid;
}
.blogs-news-container {
background-color: #fff7eb;
padding: 0 50px 40px;
}
.blogs-main-new {
display: grid;
grid-template-columns: 2fr 1fr;
grid-template-rows: 2fr;
}
.blogs-news-img-container {
grid-column: 1;
}
.blogs-news-img-container img {
width: 85%;
}
.blogs-news-info-container {
grid-column: 2;
}
.blogs-news-info-container p {
margin-bottom: 35px;
}
.blogs-posts-container {
padding: 0 50px 40px;
}
.blogs-posts-container h3 {
border-bottom: 1px solid #000267;
padding-bottom: 20px;
text-align: center;
}
.blogs-button {
border: 1px solid #cca652;
padding: 10px 15px;
font-size: 12px;
}
.blogs-posts-container .post-container {
display: inline-block;
padding-left: 10px;
max-width: 30%;
margin-bottom: 50px;
}
.blogs-posts-container .post-container p {
margin-bottom: 35px;
}
.blogs-posts-container .post-container img {
width: 100%;
}
footer {
width: 100%;
height: 80px;
background-color: #22272d;
border-top: 35px solid #cca652;
text-align: center;
}
footer p {
color: white;
margin-top: 30px;
}
.blogpost-img-container {
padding: 0 50px 40px;
}
.blogpost-img-container img {
width: 100%;
}
.blogpost-main-container {
padding: 0 50px 40px;
}
.blogpost-main-container h3 {
border-bottom: 1px solid #cdd2da;
padding-bottom: 20px;
}
.blogpost-main-container article h1 {
font-size: 35px;
}
.contact-main-container {
width: 100%;
min-height: 250px;
background-color: #e6e9ed;
text-align: center;
padding-bottom: 50px;
}
.contact-main-container div {
display: inline-block;
width: 49.5%;
height: 100%;
}
.contact-main-container div a {
border-bottom: 1px solid black;
padding-bottom: 5px;
}
.contact-main-container .contact-left, .contact-right {
text-align: initial;
margin-top: 85px;
}
.contact-main-container img {
width: 100px;
}
.profile-main-container {
padding: 70px 40px;
background-color: #e6e9ed;
margin-bottom: 50px;
}
.profile-main-container img {
width: 320px;
margin-right: 30px;
}
.profile-main-container .profile-container {
display: flex;
}
.profile-main-proyects {
padding: 0 50px 40px;
}
.profile-main-proyects h3 {
border-bottom: 1px solid #cdd2da;
padding-bottom: 35px;
text-align: center;
}
.proyects-main-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.proyect-container {
padding: 0 5px;
}
.encuesta-fondo{
background-image: url("../img/encuesta.png");
background-size: 100%;
}
footer{
display: flex;
align-items: baseline;
justify-content: center;
} | 0.438545 | 0.089893 |
.nav-danger {
background: #f78989 !important;
border: 1px solid #f78989 !important;
}
.nav-warning {
background: #fdd783 !important;
border: 1px solid #fdd783 !important;
}
.nav-safe {
background: #8bd48d !important;
border: 1px solid #8bd48d !important;
}
.badge::after {
z-index: 1;
content: "";
position: absolute;
background: #f81000;
height: 8px;
width: 8px;
top: 1px;
left: 3px;
text-align: center;
border-radius: 50%;
padding: 1px;
border: 1.2px solid #fffefe;
}
.sidenav {
height: 90vh;
width: 0;
position: absolute;
z-index: 1;
top: 0;
right: 0;
background-color: #cacaca;
transition: 0.5s;
padding-top: 60px;
overflow: auto;
border-radius: 8px;
}
.sidenav::-webkit-scrollbar {
display: none;
}
.sidenav .q {
padding: 8px 8px 8px 8px;
text-decoration: none;
font-weight: 600;
color: #252121;
display: block;
transition: 0.3s;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 15px;
font-size: 36px;
margin-left: 50px;
}
.sidenav-danger {
position: relative;
padding: 0.1em 0.5em;
border-left: solid 6px #e85555;
border-bottom: solid 2px #e85555;
background: #f1cdcd;
border-radius: 5px;
}
.sidenav-warning {
position: relative;
padding: 0.1em 0.5em;
border-left: solid 6px #d7aa57;
border-bottom: solid 2px #d7aa57;
background: #e2d4bf;
border-radius: 5px;
}
.sidenav-success {
position: relative;
padding: 0.1em 0.5em;
border-left: solid 6px #62b665;
border-bottom: solid 2px #62b665;
background: #cce6cf;
border-radius: 5px;
}
.sidenav-other {
position: relative;
padding: 0.1em 0.5em;
border-left: solid 6px #777777;
border-bottom: solid 2px #777777;
background: #dad6d6;
border-radius: 5px;
}
.sidenav-list {
padding: 20px 8px 8px 8px;
text-decoration: none;
color: #818181;
display: block;
}
.sidenav-list .lecture-danger {
font-size: 12px;
font-weight: 400 !important;
color: #f7f7f7;
width: max-content;
padding: 3px 10px;
margin: -12px 0 0 -5px;
background: #e85555;
border-radius: 20px 20px 20px 20px;
}
.sidenav-list .lecture-warning {
font-size: 12px;
font-weight: 400 !important;
color: #f7f7f7;
width: max-content;
padding: 3px 10px;
margin: -12px 0 0 -5px;
background: #d7aa57;
border-radius: 20px 20px 20px 20px;
}
.sidenav-list .lecture-success {
font-size: 12px;
font-weight: 400 !important;
color: #f7f7f7;
width: max-content;
padding: 3px 10px;
margin: -12px 0 0 -5px;
background: #62b665;
border-radius: 20px 20px 20px 20px;
}
.sidenav-list .lecture-other {
font-size: 12px;
font-weight: 400 !important;
color: #f7f7f7;
width: max-content;
padding: 3px 10px;
margin: -12px 0 0 -5px;
background: #777777;
border-radius: 20px 20px 20px 20px;
}
.sidenav-list p {
list-style-type: initial;
font-size: 14px;
margin: 5px;
}
.sidenav-list .kadai-date {
display: inline-block;
}
.kadai-danger {
border-top: solid 2px #e85555;
border-left: solid 2px #e85555;
border-bottom: solid 2px #e85555;
border-right: solid 2px #e85555;
border-radius: 10px 10px 10px 10px;
margin-bottom: 20px;
}
.kadai-warning {
border-top: solid 2px #d7aa57;
border-left: solid 2px #d7aa57;
border-bottom: solid 2px #d7aa57;
border-right: solid 2px #d7aa57;
border-radius: 10px 10px 10px 10px;
margin-bottom: 20px;
}
.kadai-success {
border-top: solid 2px #62b665;
border-left: solid 2px #62b665;
border-bottom: solid 2px #62b665;
border-right: solid 2px #62b665;
border-radius: 10px 10px 10px 10px;
margin-bottom: 20px;
}
.kadai-other {
border-top: solid 2px #777777;
border-left: solid 2px #777777;
border-bottom: solid 2px #777777;
border-right: solid 2px #777777;
border-radius: 10px 10px 10px 10px;
margin-bottom: 20px;
}
.kadai-date {
font-size: 12px !important;
font-weight: bold;
color: #b01011
}
.kadai-title {
font-size: 12px !important;
color: #524e4e;
padding-left: 20px;
word-break: break-word;
}
#hamburger {
font-size: 25px;
cursor: pointer;
padding-left: 15px;
}
.logo {
position: absolute;
top: 7px;
left: 2px;
height: 40px;
}
.time-remain {
font-weight: bold;
font-size: 12px;
}
#cover {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
opacity: 0;
}
.todo-check {
position: absolute;
opacity: 0;
}
.todo-check + label {
position: relative;
cursor: pointer;
padding: 0;
}
.todo-check + label:before {
content: '';
display: inline-block;
vertical-align: text-top;
width: 15px;
height: 15px;
background: white;
border-radius: 10px;
margin-left: 5px;
margin-right: 2px;
}
.todo-check:checked + label:before {
background: #0064cd;
border-radius: 10px;
}
.todo-check:disabled + label {
color: #b8b8b8;
cursor: auto;
}
.todo-check:disabled + label:before {
box-shadow: none;
background: #ddd;
}
.todo-check:checked + label:after {
content: '';
position: absolute;
left: 2.5px;
top: 7px;
background: white;
width: 2px;
height: 2px;
box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin-left: 5px;
}
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_tab > input[type='radio'] {
margin: 0;
padding: 0;
border: none;
border-radius: 0;
/*outline: antiquewhite;*/
/*background: salmon;*/
-webkit-appearance: none;
appearance: none;
display: none;
}
.cp_tab .cp_tabpanel {
display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
display: block;
}
.cp_tab > label {
position: relative;
display: inline-block;
padding: 10px;
cursor: pointer;
border-bottom: 0;
border-radius: 6px 6px 0 0;
border-color: #9b9898
}
.cp_tab > input:checked + label {
margin-bottom: -1px;
border-color: #a5a5a5;
border-bottom: 1px solid #b0b0b0;
border-radius: 6px 6px 0 0;
background-color: #6483d3;
color: #fffdfd;
}
@media (max-width: 480px) {
.cp_tab {
width: 100%;
font-size: 0.8em;
}
.cp_tab label {
padding: 0.5em;
}
}
.btn-square {
position: relative;
display: inline-block;
padding: 0.25em 0.5em;
text-decoration: none;
color: #FFF;
font-size: 12px;
background: #f16262;
border: solid 1px #bc2020;
border-radius: 4px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.btn-square:active {
box-shadow: none;
text-shadow: none;
}
.examBox {
padding-bottom: 10px;
padding-left: 10px;
margin: 10px;
border: inset;
}
.add-badge {
display: inline-block;
padding: 0.25em 0.4em;
margin-right: 0.5em;
font-size: 75%;
font-weight: 300;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.add-badge-success {
color: #fff;
background-color: #28a745;
}
.del-button {
color: #c61212;
position: relative;
float: right;
right: 10px;
display: inline-block;
margin-left: 0.5em;
font-size: 16px;
font-weight: 600;
vertical-align: middle;
border-radius: 1rem;
cursor: pointer;
}
.plus-button {
margin-left: 45px;
margin-bottom: 2px;
border: none;
display: inline-block;
padding: 2px 8px;
vertical-align: middle;
overflow: hidden;
text-decoration: none;
color: #fff !important;
background-color: #009688 !important;
text-align: center;
cursor: pointer;
white-space: nowrap;
font-size: 24px !important;
border-radius: 50%;
}
.kadai-time {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
margin: 10px;
border: inset;
font-weight: bold;
color: #464646;
}
.relaxpanda-img {
width: 150px;
margin-top: 50px;
margin-left: 70px;
}
.relaxpanda-p {
color: gray;
font-family: serif;
font-size: 17px;
font-weight: bold;
text-align: center;
padding-top: 20px;
}
.loader, .loader:after {
border-radius: 50%;
width: 25px;
height: 25px;
}
.loader {
/*right: 5px;*/
/*bottom: -62px;*/
/*margin: 60px auto;*/
font-size: 11px;
margin-left: 15px;
text-indent: -9999em;
border-top: 5px solid rgba(255, 255, 255, 0.2);
border-right: 5px solid rgba(255, 255, 255, 0.2);
border-bottom: 5px solid rgba(255, 255, 255, 0.2);
border-left: 5px solid #ffffff;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} | css/custom-panda.css | .nav-danger {
background: #f78989 !important;
border: 1px solid #f78989 !important;
}
.nav-warning {
background: #fdd783 !important;
border: 1px solid #fdd783 !important;
}
.nav-safe {
background: #8bd48d !important;
border: 1px solid #8bd48d !important;
}
.badge::after {
z-index: 1;
content: "";
position: absolute;
background: #f81000;
height: 8px;
width: 8px;
top: 1px;
left: 3px;
text-align: center;
border-radius: 50%;
padding: 1px;
border: 1.2px solid #fffefe;
}
.sidenav {
height: 90vh;
width: 0;
position: absolute;
z-index: 1;
top: 0;
right: 0;
background-color: #cacaca;
transition: 0.5s;
padding-top: 60px;
overflow: auto;
border-radius: 8px;
}
.sidenav::-webkit-scrollbar {
display: none;
}
.sidenav .q {
padding: 8px 8px 8px 8px;
text-decoration: none;
font-weight: 600;
color: #252121;
display: block;
transition: 0.3s;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 15px;
font-size: 36px;
margin-left: 50px;
}
.sidenav-danger {
position: relative;
padding: 0.1em 0.5em;
border-left: solid 6px #e85555;
border-bottom: solid 2px #e85555;
background: #f1cdcd;
border-radius: 5px;
}
.sidenav-warning {
position: relative;
padding: 0.1em 0.5em;
border-left: solid 6px #d7aa57;
border-bottom: solid 2px #d7aa57;
background: #e2d4bf;
border-radius: 5px;
}
.sidenav-success {
position: relative;
padding: 0.1em 0.5em;
border-left: solid 6px #62b665;
border-bottom: solid 2px #62b665;
background: #cce6cf;
border-radius: 5px;
}
.sidenav-other {
position: relative;
padding: 0.1em 0.5em;
border-left: solid 6px #777777;
border-bottom: solid 2px #777777;
background: #dad6d6;
border-radius: 5px;
}
.sidenav-list {
padding: 20px 8px 8px 8px;
text-decoration: none;
color: #818181;
display: block;
}
.sidenav-list .lecture-danger {
font-size: 12px;
font-weight: 400 !important;
color: #f7f7f7;
width: max-content;
padding: 3px 10px;
margin: -12px 0 0 -5px;
background: #e85555;
border-radius: 20px 20px 20px 20px;
}
.sidenav-list .lecture-warning {
font-size: 12px;
font-weight: 400 !important;
color: #f7f7f7;
width: max-content;
padding: 3px 10px;
margin: -12px 0 0 -5px;
background: #d7aa57;
border-radius: 20px 20px 20px 20px;
}
.sidenav-list .lecture-success {
font-size: 12px;
font-weight: 400 !important;
color: #f7f7f7;
width: max-content;
padding: 3px 10px;
margin: -12px 0 0 -5px;
background: #62b665;
border-radius: 20px 20px 20px 20px;
}
.sidenav-list .lecture-other {
font-size: 12px;
font-weight: 400 !important;
color: #f7f7f7;
width: max-content;
padding: 3px 10px;
margin: -12px 0 0 -5px;
background: #777777;
border-radius: 20px 20px 20px 20px;
}
.sidenav-list p {
list-style-type: initial;
font-size: 14px;
margin: 5px;
}
.sidenav-list .kadai-date {
display: inline-block;
}
.kadai-danger {
border-top: solid 2px #e85555;
border-left: solid 2px #e85555;
border-bottom: solid 2px #e85555;
border-right: solid 2px #e85555;
border-radius: 10px 10px 10px 10px;
margin-bottom: 20px;
}
.kadai-warning {
border-top: solid 2px #d7aa57;
border-left: solid 2px #d7aa57;
border-bottom: solid 2px #d7aa57;
border-right: solid 2px #d7aa57;
border-radius: 10px 10px 10px 10px;
margin-bottom: 20px;
}
.kadai-success {
border-top: solid 2px #62b665;
border-left: solid 2px #62b665;
border-bottom: solid 2px #62b665;
border-right: solid 2px #62b665;
border-radius: 10px 10px 10px 10px;
margin-bottom: 20px;
}
.kadai-other {
border-top: solid 2px #777777;
border-left: solid 2px #777777;
border-bottom: solid 2px #777777;
border-right: solid 2px #777777;
border-radius: 10px 10px 10px 10px;
margin-bottom: 20px;
}
.kadai-date {
font-size: 12px !important;
font-weight: bold;
color: #b01011
}
.kadai-title {
font-size: 12px !important;
color: #524e4e;
padding-left: 20px;
word-break: break-word;
}
#hamburger {
font-size: 25px;
cursor: pointer;
padding-left: 15px;
}
.logo {
position: absolute;
top: 7px;
left: 2px;
height: 40px;
}
.time-remain {
font-weight: bold;
font-size: 12px;
}
#cover {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
opacity: 0;
}
.todo-check {
position: absolute;
opacity: 0;
}
.todo-check + label {
position: relative;
cursor: pointer;
padding: 0;
}
.todo-check + label:before {
content: '';
display: inline-block;
vertical-align: text-top;
width: 15px;
height: 15px;
background: white;
border-radius: 10px;
margin-left: 5px;
margin-right: 2px;
}
.todo-check:checked + label:before {
background: #0064cd;
border-radius: 10px;
}
.todo-check:disabled + label {
color: #b8b8b8;
cursor: auto;
}
.todo-check:disabled + label:before {
box-shadow: none;
background: #ddd;
}
.todo-check:checked + label:after {
content: '';
position: absolute;
left: 2.5px;
top: 7px;
background: white;
width: 2px;
height: 2px;
box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin-left: 5px;
}
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_tab > input[type='radio'] {
margin: 0;
padding: 0;
border: none;
border-radius: 0;
/*outline: antiquewhite;*/
/*background: salmon;*/
-webkit-appearance: none;
appearance: none;
display: none;
}
.cp_tab .cp_tabpanel {
display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
display: block;
}
.cp_tab > label {
position: relative;
display: inline-block;
padding: 10px;
cursor: pointer;
border-bottom: 0;
border-radius: 6px 6px 0 0;
border-color: #9b9898
}
.cp_tab > input:checked + label {
margin-bottom: -1px;
border-color: #a5a5a5;
border-bottom: 1px solid #b0b0b0;
border-radius: 6px 6px 0 0;
background-color: #6483d3;
color: #fffdfd;
}
@media (max-width: 480px) {
.cp_tab {
width: 100%;
font-size: 0.8em;
}
.cp_tab label {
padding: 0.5em;
}
}
.btn-square {
position: relative;
display: inline-block;
padding: 0.25em 0.5em;
text-decoration: none;
color: #FFF;
font-size: 12px;
background: #f16262;
border: solid 1px #bc2020;
border-radius: 4px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.btn-square:active {
box-shadow: none;
text-shadow: none;
}
.examBox {
padding-bottom: 10px;
padding-left: 10px;
margin: 10px;
border: inset;
}
.add-badge {
display: inline-block;
padding: 0.25em 0.4em;
margin-right: 0.5em;
font-size: 75%;
font-weight: 300;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.add-badge-success {
color: #fff;
background-color: #28a745;
}
.del-button {
color: #c61212;
position: relative;
float: right;
right: 10px;
display: inline-block;
margin-left: 0.5em;
font-size: 16px;
font-weight: 600;
vertical-align: middle;
border-radius: 1rem;
cursor: pointer;
}
.plus-button {
margin-left: 45px;
margin-bottom: 2px;
border: none;
display: inline-block;
padding: 2px 8px;
vertical-align: middle;
overflow: hidden;
text-decoration: none;
color: #fff !important;
background-color: #009688 !important;
text-align: center;
cursor: pointer;
white-space: nowrap;
font-size: 24px !important;
border-radius: 50%;
}
.kadai-time {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
margin: 10px;
border: inset;
font-weight: bold;
color: #464646;
}
.relaxpanda-img {
width: 150px;
margin-top: 50px;
margin-left: 70px;
}
.relaxpanda-p {
color: gray;
font-family: serif;
font-size: 17px;
font-weight: bold;
text-align: center;
padding-top: 20px;
}
.loader, .loader:after {
border-radius: 50%;
width: 25px;
height: 25px;
}
.loader {
/*right: 5px;*/
/*bottom: -62px;*/
/*margin: 60px auto;*/
font-size: 11px;
margin-left: 15px;
text-indent: -9999em;
border-top: 5px solid rgba(255, 255, 255, 0.2);
border-right: 5px solid rgba(255, 255, 255, 0.2);
border-bottom: 5px solid rgba(255, 255, 255, 0.2);
border-left: 5px solid #ffffff;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} | 0.420124 | 0.153391 |
body {
margin: 0ex 10ex 0ex 10ex;
padding: 0ex;
font-family: helvetica, tahoma, arial, verdana, sans-serif;
font-size: 2ex;
color: #333;
background-color: #444444;
}
pre {
font-family: "Courier New", Courier, mono;
font-style: normal;
background-color: #FFFFFF;
white-space: pre
}
h1 {
margin: 1ex 0ex 1ex 0ex;
padding: 0ex;
line-height: 3ex;
font-weight: 900;
color: #666;
}
#Welcome {
color: darkorange;
}
h2 {
margin: 2ex 0ex 1ex 0ex;
padding: 0ex;
line-height: 2ex;
font-weight: 700;
color: deepskyblue;
}
h3 {
margin: 1ex 0ex 1ex 0ex;
padding: 0ex;
line-height: 1.6ex;
font-weight: 700;
color: #222;
}
p {
font-family: helvetica, tahoma, arial, verdana, sans-serif;
margin: 0ex 0ex 0ex 0ex;
padding: 2ex;
}
img {
border: 0;
}
li {
font-family: helvetica, tahoma, arial, verdana, sans-serif;
margin: 0ex 0ex 0ex 0ex;
padding: 0ex;
}
table {
font-family: verdana, arial, sans-serif;
font-size: 11px;
color: #333333;
border-width: 1px;
border-color: #999999;
border-collapse: collapse;
}
th {
background-color: #c3dde0;
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #a9c6c9;
}
tr {
background-color: #d4e3e5;
}
td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #a9c6c9;
}
a, a:visited, a:link {
color: #039;
text-decoration: none;
font-family: helvetica, tahoma, arial, verdana, sans-serif;
}
a:hover {
color: #69f;
}
a.Button, a.Button:link, a.Button:visited {
padding: .3ex;
color: #fff;
background-color: #005e21;
text-decoration: none;
font-family: helvetica, tahoma, arial, verdana, sans-serif;
font-size: 1.5ex;
}
a.Button:hover {
color: #a9c6c9;
background-color: #54c07a;
}
#Logo {
width: 33%;
height: 9ex;
margin: 0ex 0ex 0ex 0ex;
padding: 0ex 0ex 0ex 0ex;
border-width: 0ex 0ex .3ex 0px;
border-style: solid;
border-color: #ccc;
float: left;
background-color: #a9c6c9;
color: #fff;
line-height: 9ex;
voice-family: "\"}\"";
voice-family: inherit;
height: 9ex;
}
body > #Logo {
height: 9ex;
}
#Menu {
width: 33%;
height: 9ex;
margin: 0ex 0ex 0ex 0ex;
padding: 0ex 0ex 0ex 0ex;
border-width: 0ex 0ex .3ex 0px;
border-style: solid;
border-color: #ccc;
float: left;
background-color: #a9c6c9;
color: #eaac00;
text-decoration: none;
font-family: helvetica, tahoma, arial, verdana, sans-serif;
text-align: center;
line-height: 9ex;
voice-family: "\"}\"";
voice-family: inherit;
height: 9ex;
}
#Menu, #Menu a, #Menu a:link, #Menu a:visited, #Menu a:hover {
color: #eaac00;
text-decoration: none;
font-family: helvetica, tahoma, arial, verdana, sans-serif;
}
body > #Menu {
height: 9ex;
}
{
}
#Search {
width: 33%;
height: 9ex;
margin: 0ex 0ex 0ex 0ex;
padding: 0ex 0ex 0ex 0ex;
border-width: 0ex 0ex .3ex 0px;
border-style: solid;
border-color: #ccc;
float: left;
text-align: center;
background-color: #a9c6c9;
color: #eaac00;
line-height: 9ex;
voice-family: "\"}\"";
}
body > #Search {
height: 9ex;
}
#Search input {
border-width: .1ex .1ex .1ex .1ex;
border-style: solid;
border-color: #aaa;
background-color: #666;
color: #eaac00;
}
#QuickLinks {
text-align: center;
background-color: #FFF;
width: 99%;
}
#PoweredBy {
width: 30%;
height: 9ex;
margin: 0ex 0ex 0ex 0ex;
padding: 0ex 0ex 0ex 0ex;
border-width: .3ex 0ex .3ex 0px;
border-style: solid;
border-color: #ccc;
float: left;
background-color: #a9c6c9;
color: #fff;
line-height: 9ex;
voice-family: "\"}\"";
voice-family: inherit;
height: 9ex;
}
body > #PoweredBy {
height: 9ex;
}
#Banner {
width: 69%;
height: 9ex;
margin: 0ex 0ex 0ex 0ex;
padding: 0ex 0ex 0ex 0ex;
border-width: .3ex 0ex .3ex 0px;
border-style: solid;
border-color: #ccc;
float: left;
background-color: #a9c6c9;
color: #fff;
line-height: 9ex;
voice-family: "\"}\"";
voice-family: inherit;
height: 9ex;
}
body > #Banner {
height: 9ex;
}
#Content {
margin: 0;
padding: 0ex 0ex 0ex 0ex;
width: 99%;
color: #333;
background-color: #FFF;
border-width: 0;
}
#Separator {
clear: both;
margin: 0;
height: 0;
}
#Main {
margin: 0;
padding: 1ex;
color: #333;
background-color: #FFF;
border-width: 1ex 0ex 2ex 0px;
border-style: solid;
border-color: #fff;
}
#Sidebar {
float: left;
background: inherit;
width: 30%;
}
#MainImage {
float: left;
background: inherit;
text-align: center;
width: 50%;
}
#Catalog {
padding: 1ex;
background: inherit;
text-align: center;
}
#Catalog input[type="submit"] {
padding: .3ex;
color: #fff;
background-color: #005e21;
text-decoration: none;
font-family: helvetica, tahoma, arial, verdana, sans-serif;
font-size: 1.5ex;
border-width: 0;
}
#Catalog input[type="submit"]:hover {
color: #a9c6c9;
background-color: #54c07a;
cursor: pointer;
}
#Catalog table {
margin-left: auto;
margin-right: auto;
}
#BackLink {
padding: 1ex;
float: right;
border-width: .1ex 0ex .1ex 0px;
border-style: solid;
border-color: #a9c6c9;
}
#Cart {
width: 69.99%;
float: left;
background-color: #fff;
}
#MyList {
width: 33%;
float: left;
background-color: #ccc;
text-align: left;
} | src/main/resources/static/css/jpetstore.css | body {
margin: 0ex 10ex 0ex 10ex;
padding: 0ex;
font-family: helvetica, tahoma, arial, verdana, sans-serif;
font-size: 2ex;
color: #333;
background-color: #444444;
}
pre {
font-family: "Courier New", Courier, mono;
font-style: normal;
background-color: #FFFFFF;
white-space: pre
}
h1 {
margin: 1ex 0ex 1ex 0ex;
padding: 0ex;
line-height: 3ex;
font-weight: 900;
color: #666;
}
#Welcome {
color: darkorange;
}
h2 {
margin: 2ex 0ex 1ex 0ex;
padding: 0ex;
line-height: 2ex;
font-weight: 700;
color: deepskyblue;
}
h3 {
margin: 1ex 0ex 1ex 0ex;
padding: 0ex;
line-height: 1.6ex;
font-weight: 700;
color: #222;
}
p {
font-family: helvetica, tahoma, arial, verdana, sans-serif;
margin: 0ex 0ex 0ex 0ex;
padding: 2ex;
}
img {
border: 0;
}
li {
font-family: helvetica, tahoma, arial, verdana, sans-serif;
margin: 0ex 0ex 0ex 0ex;
padding: 0ex;
}
table {
font-family: verdana, arial, sans-serif;
font-size: 11px;
color: #333333;
border-width: 1px;
border-color: #999999;
border-collapse: collapse;
}
th {
background-color: #c3dde0;
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #a9c6c9;
}
tr {
background-color: #d4e3e5;
}
td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #a9c6c9;
}
a, a:visited, a:link {
color: #039;
text-decoration: none;
font-family: helvetica, tahoma, arial, verdana, sans-serif;
}
a:hover {
color: #69f;
}
a.Button, a.Button:link, a.Button:visited {
padding: .3ex;
color: #fff;
background-color: #005e21;
text-decoration: none;
font-family: helvetica, tahoma, arial, verdana, sans-serif;
font-size: 1.5ex;
}
a.Button:hover {
color: #a9c6c9;
background-color: #54c07a;
}
#Logo {
width: 33%;
height: 9ex;
margin: 0ex 0ex 0ex 0ex;
padding: 0ex 0ex 0ex 0ex;
border-width: 0ex 0ex .3ex 0px;
border-style: solid;
border-color: #ccc;
float: left;
background-color: #a9c6c9;
color: #fff;
line-height: 9ex;
voice-family: "\"}\"";
voice-family: inherit;
height: 9ex;
}
body > #Logo {
height: 9ex;
}
#Menu {
width: 33%;
height: 9ex;
margin: 0ex 0ex 0ex 0ex;
padding: 0ex 0ex 0ex 0ex;
border-width: 0ex 0ex .3ex 0px;
border-style: solid;
border-color: #ccc;
float: left;
background-color: #a9c6c9;
color: #eaac00;
text-decoration: none;
font-family: helvetica, tahoma, arial, verdana, sans-serif;
text-align: center;
line-height: 9ex;
voice-family: "\"}\"";
voice-family: inherit;
height: 9ex;
}
#Menu, #Menu a, #Menu a:link, #Menu a:visited, #Menu a:hover {
color: #eaac00;
text-decoration: none;
font-family: helvetica, tahoma, arial, verdana, sans-serif;
}
body > #Menu {
height: 9ex;
}
{
}
#Search {
width: 33%;
height: 9ex;
margin: 0ex 0ex 0ex 0ex;
padding: 0ex 0ex 0ex 0ex;
border-width: 0ex 0ex .3ex 0px;
border-style: solid;
border-color: #ccc;
float: left;
text-align: center;
background-color: #a9c6c9;
color: #eaac00;
line-height: 9ex;
voice-family: "\"}\"";
}
body > #Search {
height: 9ex;
}
#Search input {
border-width: .1ex .1ex .1ex .1ex;
border-style: solid;
border-color: #aaa;
background-color: #666;
color: #eaac00;
}
#QuickLinks {
text-align: center;
background-color: #FFF;
width: 99%;
}
#PoweredBy {
width: 30%;
height: 9ex;
margin: 0ex 0ex 0ex 0ex;
padding: 0ex 0ex 0ex 0ex;
border-width: .3ex 0ex .3ex 0px;
border-style: solid;
border-color: #ccc;
float: left;
background-color: #a9c6c9;
color: #fff;
line-height: 9ex;
voice-family: "\"}\"";
voice-family: inherit;
height: 9ex;
}
body > #PoweredBy {
height: 9ex;
}
#Banner {
width: 69%;
height: 9ex;
margin: 0ex 0ex 0ex 0ex;
padding: 0ex 0ex 0ex 0ex;
border-width: .3ex 0ex .3ex 0px;
border-style: solid;
border-color: #ccc;
float: left;
background-color: #a9c6c9;
color: #fff;
line-height: 9ex;
voice-family: "\"}\"";
voice-family: inherit;
height: 9ex;
}
body > #Banner {
height: 9ex;
}
#Content {
margin: 0;
padding: 0ex 0ex 0ex 0ex;
width: 99%;
color: #333;
background-color: #FFF;
border-width: 0;
}
#Separator {
clear: both;
margin: 0;
height: 0;
}
#Main {
margin: 0;
padding: 1ex;
color: #333;
background-color: #FFF;
border-width: 1ex 0ex 2ex 0px;
border-style: solid;
border-color: #fff;
}
#Sidebar {
float: left;
background: inherit;
width: 30%;
}
#MainImage {
float: left;
background: inherit;
text-align: center;
width: 50%;
}
#Catalog {
padding: 1ex;
background: inherit;
text-align: center;
}
#Catalog input[type="submit"] {
padding: .3ex;
color: #fff;
background-color: #005e21;
text-decoration: none;
font-family: helvetica, tahoma, arial, verdana, sans-serif;
font-size: 1.5ex;
border-width: 0;
}
#Catalog input[type="submit"]:hover {
color: #a9c6c9;
background-color: #54c07a;
cursor: pointer;
}
#Catalog table {
margin-left: auto;
margin-right: auto;
}
#BackLink {
padding: 1ex;
float: right;
border-width: .1ex 0ex .1ex 0px;
border-style: solid;
border-color: #a9c6c9;
}
#Cart {
width: 69.99%;
float: left;
background-color: #fff;
}
#MyList {
width: 33%;
float: left;
background-color: #ccc;
text-align: left;
} | 0.429908 | 0.130452 |
b-dialog {
display: none;
position: fixed;
top: 50%;
left: 50%;
max-width: 100%;
max-height: 100%;
overflow: auto;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
b-dialog[visible] {
display: block;
}
.b-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5;
display: block;
}
b-datalist {
display: none;
}
@charset "UTF-8";
/*!
* Pikaday
* Copyright © 2014 <NAME> | BSD & MIT license | http://dbushell.com/
*/
.pika-single {
z-index: 9999;
display: block;
position: relative;
width: 240px;
padding: 8px;
color: #333;
background: #fff;
border: 1px solid #ccc;
border-bottom-color: #bbb;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
display: none;
}
.pika-single.is-bound {
position: absolute;
box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}
.pika-title {
position: relative;
text-align: center;
}
.pika-label {
display: inline-block;
*display: inline;
position: relative;
z-index: 9999;
overflow: hidden;
margin: 0;
padding: 5px 3px;
font-size: 14px;
line-height: 20px;
font-weight: bold;
background-color: #fff;
}
.pika-title select {
cursor: pointer;
position: absolute;
z-index: 9998;
margin: 0;
left: 0;
top: 5px;
filter: alpha(opacity=0);
opacity: 0;
}
.pika-prev,
.pika-next {
display: block;
cursor: pointer;
position: relative;
outline: none;
border: 0;
padding: 0;
width: 20px;
height: 30px;
/* hide text using text-indent trick, using width value (it's enough) */
text-indent: 20px;
white-space: nowrap;
overflow: hidden;
background-color: transparent;
background-position: center center;
background-repeat: no-repeat;
background-size: 75% 75%;
opacity: .5;
*position: absolute;
*top: 0;
}
.pika-prev:hover,
.pika-next:hover {
opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
float: left;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
*left: 0;
}
.pika-next,
.is-rtl .pika-prev {
float: right;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
*right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
cursor: default;
opacity: .2;
}
.pika-select {
display: inline-block;
*display: inline;
}
.pika-table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border: 0;
}
.pika-table th,
.pika-table td {
width: 14.285714285714286%;
padding: 0;
}
.pika-table th {
color: #999;
font-size: 12px;
line-height: 25px;
font-weight: bold;
text-align: center;
}
.pika-button {
cursor: pointer;
display: block;
outline: none;
border: 0;
margin: 0;
width: 100%;
padding: 5px;
color: #666;
font-size: 12px;
line-height: 15px;
text-align: right;
background: #f5f5f5;
}
.is-today .pika-button {
color: #33aaff;
font-weight: bold;
}
.is-selected .pika-button {
color: #fff;
font-weight: bold;
background: #33aaff;
box-shadow: inset 0 1px 3px #178fe5;
border-radius: 3px;
}
.is-disabled .pika-button {
pointer-events: none;
cursor: default;
color: #999;
opacity: .3;
}
.pika-button:hover {
color: #fff !important;
background: #ff8000 !important;
box-shadow: none !important;
border-radius: 3px !important;
}
b-sortable [draggable] {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
b-sortable [draggable] * {
-moz-user-drag: none;
-khtml-user-drag: none;
-webkit-user-drag: none;
user-drag: none;
}
b-collapsible {
display: block;
}
.b-collapsible-header {
cursor: pointer;
}
.b-collapsible-closed {
display: none;
}
.b-collapsible-body {
height: 0px;
}
.tooltip-element, .tooltip-element:after, .tooltip-element:before, .tooltip-element *, .tooltip-element *:after, .tooltip-element *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.tooltip-element {
position: absolute;
display: none; }
.tooltip-element.tooltip-open {
display: block; }
.tooltip-element.tooltip-theme-arrows {
max-width: 100%;
max-height: 100%; }
.tooltip-element.tooltip-theme-arrows .tooltip-content {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
position: relative;
font-family: inherit;
background: black;
color: #eeeeee;
padding: 1em;
font-size: 1.1em;
line-height: 1.5em; }
.tooltip-element.tooltip-theme-arrows .tooltip-content:before {
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-width: 8px;
border-style: solid; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content {
margin-bottom: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content:before {
top: 100%;
left: 50%;
margin-left: -8px;
border-top-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content {
margin-top: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content:before {
bottom: 100%;
left: 50%;
margin-left: -8px;
border-bottom-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content {
margin-right: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content:before {
left: 100%;
top: 50%;
margin-top: -8px;
border-left-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content {
margin-left: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content:before {
right: 100%;
top: 50%;
margin-top: -8px;
border-right-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content {
margin-top: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content:before {
bottom: 100%;
left: 8px;
border-bottom-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content {
margin-top: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content:before {
bottom: 100%;
right: 8px;
border-bottom-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content {
margin-bottom: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content:before {
top: 100%;
left: 8px;
border-top-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content {
margin-bottom: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content:before {
top: 100%;
right: 8px;
border-top-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
margin-right: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
top: 8px;
left: 100%;
border-left-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
margin-left: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
top: 8px;
right: 100%;
border-right-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
margin-right: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
bottom: 8px;
left: 100%;
border-left-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
margin-left: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
bottom: 8px;
right: 100%;
border-right-color: black; }
.tooltip-element.tooltip-theme-arrows {
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none; }
.tooltip-element.tooltip-theme-arrows .tooltip-content {
padding: 0.5em 1em; }
b-tooltip {
display: none;
}
b-resizer {
position: absolute;
}
b-resizer[omni] {
width: 8px;
height: 8px;
bottom: 0px;
right: 0px;
cursor: se-resize;
}
b-resizer[vertical] {
top: 0px;
width: 8px;
height: 100%;
cursor: col-resize;
}
b-resizer[direction='right'] {
right: 0px;
}
b-resizer[direction='left'] {
left: 0px;
}
b-resizer[horizontal] {
height: 8px;
width: 100%;
cursor: row-resize;
}
b-resizer[direction='top'] {
top: 0px;
}
b-resizer[direction='bottom'] {
bottom: 0px;
}
.b-resizer-container {
position: relative;
}
b-flash-message {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
min-height: 19px;
display: none;
opacity: 1;
}
b-flash-message[type=success] {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
b-flash-message[type=info] {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
b-flash-message[type=warning] {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
b-flash-message[type=error] {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
b-flash-message[visible] {
display: block;
}
b-flash-message[visible][closing] {
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
b-autocomplete, b-combo-box {
position: relative;
display: inline-block;
margin: 2px;
}
b-autocomplete input, b-combo-box input {
border: 1px solid #acacac;
padding: 2px;
margin: 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
b-autocomplete b-selectable, b-combo-box b-selectable {
position: absolute;
top: 100%;
width: 100%;
left: 0px;
z-index: 100;
display: none;
right: auto;
}
b-autocomplete b-selectable[visible], b-combo-box b-selectable[visible] {
display: block;
}
b-autocomplete b-selectable:focus, b-combo-box b-selectable:focus {
outline: none;
}
b-autocomplete ul, b-combo-box ul {
max-width: 200px;
border: 1px solid #acacac;
margin: 0;
padding: 0;
max-height: 150px;
overflow: auto;
background-color: #fff;
}
b-autocomplete li, b-combo-box li {
list-style-type: none;
}
b-autocomplete li:hover, b-combo-box li:hover {
background-color: #ddd;
}
b-autocomplete .b-selectable-selected, b-combo-box .b-selectable-selected {
background-color: #ccc;
}
b-combo-box input {
padding-right: 15px;
}
.b-combo-box-toggle {
position: absolute;
padding: 2px 5px;
top: 0;
right: 0;
}
.b-combo-box-toggle:hover {
cursor: pointer;
}
.b-combo-box-toggle:before {
content: '\25BE';
}
b-toggle-button {
display: inline-block;
position: relative;
min-width: 60px;
height: 24px;
overflow: hidden;
border: 1px solid #b6b6b6;
border-radius: 2px;
box-shadow: inset 0px 0px 1px 0 rgba(0, 0, 0, 0.1);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-transition: border 0.130s ease-out;
transition: border 0.130s ease-out;
cursor: pointer;
font-size: 10px;
}
b-toggle-button.on {
border: 1px solid #08985f;
}
b-dropdown {
position: relative;
display: block;
}
b-dropdown ul {
display: none;
position: absolute;
left: 0;
top: 100%;
float: left;
list-style-type: none;
padding: 5px 10px;
margin: 0;
background-color: white;
z-index: 1000;
border: 1px solid #ccc;
}
b-dropdown[open] ul {
display: block;
}
b-dropdown li {
display: block;
padding: 5px 0;
}
b-dropdown hr {
display: block;
background-color: #ddd;
height: 1px;
margin-top: 10px;
margin-bottom: 5px;
}
b-tabs .b-tabs-navigation li {
display: inline;
}
b-tabs .b-tabs-navigation li:hover {
cursor: pointer;
}
b-tabs .b-tabs-hidden {
display: none;
} | _/Chapter4/lib/bosonic-components.css | b-dialog {
display: none;
position: fixed;
top: 50%;
left: 50%;
max-width: 100%;
max-height: 100%;
overflow: auto;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
b-dialog[visible] {
display: block;
}
.b-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: 0.5;
display: block;
}
b-datalist {
display: none;
}
@charset "UTF-8";
/*!
* Pikaday
* Copyright © 2014 <NAME> | BSD & MIT license | http://dbushell.com/
*/
.pika-single {
z-index: 9999;
display: block;
position: relative;
width: 240px;
padding: 8px;
color: #333;
background: #fff;
border: 1px solid #ccc;
border-bottom-color: #bbb;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
display: none;
}
.pika-single.is-bound {
position: absolute;
box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}
.pika-title {
position: relative;
text-align: center;
}
.pika-label {
display: inline-block;
*display: inline;
position: relative;
z-index: 9999;
overflow: hidden;
margin: 0;
padding: 5px 3px;
font-size: 14px;
line-height: 20px;
font-weight: bold;
background-color: #fff;
}
.pika-title select {
cursor: pointer;
position: absolute;
z-index: 9998;
margin: 0;
left: 0;
top: 5px;
filter: alpha(opacity=0);
opacity: 0;
}
.pika-prev,
.pika-next {
display: block;
cursor: pointer;
position: relative;
outline: none;
border: 0;
padding: 0;
width: 20px;
height: 30px;
/* hide text using text-indent trick, using width value (it's enough) */
text-indent: 20px;
white-space: nowrap;
overflow: hidden;
background-color: transparent;
background-position: center center;
background-repeat: no-repeat;
background-size: 75% 75%;
opacity: .5;
*position: absolute;
*top: 0;
}
.pika-prev:hover,
.pika-next:hover {
opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
float: left;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
*left: 0;
}
.pika-next,
.is-rtl .pika-prev {
float: right;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
*right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
cursor: default;
opacity: .2;
}
.pika-select {
display: inline-block;
*display: inline;
}
.pika-table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border: 0;
}
.pika-table th,
.pika-table td {
width: 14.285714285714286%;
padding: 0;
}
.pika-table th {
color: #999;
font-size: 12px;
line-height: 25px;
font-weight: bold;
text-align: center;
}
.pika-button {
cursor: pointer;
display: block;
outline: none;
border: 0;
margin: 0;
width: 100%;
padding: 5px;
color: #666;
font-size: 12px;
line-height: 15px;
text-align: right;
background: #f5f5f5;
}
.is-today .pika-button {
color: #33aaff;
font-weight: bold;
}
.is-selected .pika-button {
color: #fff;
font-weight: bold;
background: #33aaff;
box-shadow: inset 0 1px 3px #178fe5;
border-radius: 3px;
}
.is-disabled .pika-button {
pointer-events: none;
cursor: default;
color: #999;
opacity: .3;
}
.pika-button:hover {
color: #fff !important;
background: #ff8000 !important;
box-shadow: none !important;
border-radius: 3px !important;
}
b-sortable [draggable] {
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
b-sortable [draggable] * {
-moz-user-drag: none;
-khtml-user-drag: none;
-webkit-user-drag: none;
user-drag: none;
}
b-collapsible {
display: block;
}
.b-collapsible-header {
cursor: pointer;
}
.b-collapsible-closed {
display: none;
}
.b-collapsible-body {
height: 0px;
}
.tooltip-element, .tooltip-element:after, .tooltip-element:before, .tooltip-element *, .tooltip-element *:after, .tooltip-element *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.tooltip-element {
position: absolute;
display: none; }
.tooltip-element.tooltip-open {
display: block; }
.tooltip-element.tooltip-theme-arrows {
max-width: 100%;
max-height: 100%; }
.tooltip-element.tooltip-theme-arrows .tooltip-content {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
position: relative;
font-family: inherit;
background: black;
color: #eeeeee;
padding: 1em;
font-size: 1.1em;
line-height: 1.5em; }
.tooltip-element.tooltip-theme-arrows .tooltip-content:before {
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-width: 8px;
border-style: solid; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content {
margin-bottom: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content:before {
top: 100%;
left: 50%;
margin-left: -8px;
border-top-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content {
margin-top: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content:before {
bottom: 100%;
left: 50%;
margin-left: -8px;
border-bottom-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content {
margin-right: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content:before {
left: 100%;
top: 50%;
margin-top: -8px;
border-left-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content {
margin-left: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content:before {
right: 100%;
top: 50%;
margin-top: -8px;
border-right-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content {
margin-top: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content:before {
bottom: 100%;
left: 8px;
border-bottom-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content {
margin-top: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content:before {
bottom: 100%;
right: 8px;
border-bottom-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content {
margin-bottom: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content:before {
top: 100%;
left: 8px;
border-top-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content {
margin-bottom: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content:before {
top: 100%;
right: 8px;
border-top-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
margin-right: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
top: 8px;
left: 100%;
border-left-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
margin-left: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
top: 8px;
right: 100%;
border-right-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
margin-right: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
bottom: 8px;
left: 100%;
border-left-color: black; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
margin-left: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
bottom: 8px;
right: 100%;
border-right-color: black; }
.tooltip-element.tooltip-theme-arrows {
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none; }
.tooltip-element.tooltip-theme-arrows .tooltip-content {
padding: 0.5em 1em; }
b-tooltip {
display: none;
}
b-resizer {
position: absolute;
}
b-resizer[omni] {
width: 8px;
height: 8px;
bottom: 0px;
right: 0px;
cursor: se-resize;
}
b-resizer[vertical] {
top: 0px;
width: 8px;
height: 100%;
cursor: col-resize;
}
b-resizer[direction='right'] {
right: 0px;
}
b-resizer[direction='left'] {
left: 0px;
}
b-resizer[horizontal] {
height: 8px;
width: 100%;
cursor: row-resize;
}
b-resizer[direction='top'] {
top: 0px;
}
b-resizer[direction='bottom'] {
bottom: 0px;
}
.b-resizer-container {
position: relative;
}
b-flash-message {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
min-height: 19px;
display: none;
opacity: 1;
}
b-flash-message[type=success] {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
b-flash-message[type=info] {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
b-flash-message[type=warning] {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
b-flash-message[type=error] {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
b-flash-message[visible] {
display: block;
}
b-flash-message[visible][closing] {
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
b-autocomplete, b-combo-box {
position: relative;
display: inline-block;
margin: 2px;
}
b-autocomplete input, b-combo-box input {
border: 1px solid #acacac;
padding: 2px;
margin: 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
b-autocomplete b-selectable, b-combo-box b-selectable {
position: absolute;
top: 100%;
width: 100%;
left: 0px;
z-index: 100;
display: none;
right: auto;
}
b-autocomplete b-selectable[visible], b-combo-box b-selectable[visible] {
display: block;
}
b-autocomplete b-selectable:focus, b-combo-box b-selectable:focus {
outline: none;
}
b-autocomplete ul, b-combo-box ul {
max-width: 200px;
border: 1px solid #acacac;
margin: 0;
padding: 0;
max-height: 150px;
overflow: auto;
background-color: #fff;
}
b-autocomplete li, b-combo-box li {
list-style-type: none;
}
b-autocomplete li:hover, b-combo-box li:hover {
background-color: #ddd;
}
b-autocomplete .b-selectable-selected, b-combo-box .b-selectable-selected {
background-color: #ccc;
}
b-combo-box input {
padding-right: 15px;
}
.b-combo-box-toggle {
position: absolute;
padding: 2px 5px;
top: 0;
right: 0;
}
.b-combo-box-toggle:hover {
cursor: pointer;
}
.b-combo-box-toggle:before {
content: '\25BE';
}
b-toggle-button {
display: inline-block;
position: relative;
min-width: 60px;
height: 24px;
overflow: hidden;
border: 1px solid #b6b6b6;
border-radius: 2px;
box-shadow: inset 0px 0px 1px 0 rgba(0, 0, 0, 0.1);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-transition: border 0.130s ease-out;
transition: border 0.130s ease-out;
cursor: pointer;
font-size: 10px;
}
b-toggle-button.on {
border: 1px solid #08985f;
}
b-dropdown {
position: relative;
display: block;
}
b-dropdown ul {
display: none;
position: absolute;
left: 0;
top: 100%;
float: left;
list-style-type: none;
padding: 5px 10px;
margin: 0;
background-color: white;
z-index: 1000;
border: 1px solid #ccc;
}
b-dropdown[open] ul {
display: block;
}
b-dropdown li {
display: block;
padding: 5px 0;
}
b-dropdown hr {
display: block;
background-color: #ddd;
height: 1px;
margin-top: 10px;
margin-bottom: 5px;
}
b-tabs .b-tabs-navigation li {
display: inline;
}
b-tabs .b-tabs-navigation li:hover {
cursor: pointer;
}
b-tabs .b-tabs-hidden {
display: none;
} | 0.453504 | 0.085556 |
@charset "utf-8";
/* CSS Document */
/******************************
[Table of Contents]
1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px
******************************/
/************
1. 1800px
************/
@media only screen and (max-width: 1800px)
{
.header_social
{
display: none !important;
}
}
/************
2. 1480px
************/
@media only screen and (max-width: 1480px)
{
.home_page_nav
{
right: 60px;
}
.test_nav
{
display: none;
}
}
/************
3. 1380px
************/
@media only screen and (max-width: 1380px)
{
}
/************
3. 1280px
************/
@media only screen and (max-width: 1280px)
{
}
/************
4. 1199px
************/
@media only screen and (max-width: 1199px)
{
.main_nav
{
margin-left: 150px;
}
.header_phone
{
margin-right: 0;
}
.travello
{
margin-top: 90px;
}
}
/************
4. 1100px
************/
@media only screen and (max-width: 1100px)
{
}
/************
5. 1024px
************/
@media only screen and (max-width: 1024px)
{
}
/************
6. 991px
************/
@media only screen and (max-width: 991px)
{
.main_nav,
.header_phone
{
display: none;
}
.hamburger
{
display: block;
}
.home_page_nav
{
position: absolute;
right: 40px;
top: auto;
bottom: 40px;
}
.home_page_nav ul li:not(:last-child)
{
margin-bottom: 25px;
}
.home_slider_content_container
{
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.home_title h2
{
font-size: ;
}
.kategori_button
{
margin-left: 35px;
margin-top: 5px;
}
.kategori_container
{
background: rgba(255,255,255,0.01);
margin-top: 100px;
}
.destination
{
width: calc(100% / 2);
}
.testimonial
{
font-size: 24px;
}
.footer_contact_col:not(:last-child)
{
margin-bottom: 60px;
}
}
/************
7. 959px
************/
@media only screen and (max-width: 959px)
{
}
/************
8. 880px
************/
@media only screen and (max-width: 880px)
{
}
/************
9. 768px
************/
@media only screen and (max-width: 768px)
{
}
/************
10. 767px
************/
@media only screen and (max-width: 767px)
{
.home_search_container
{
padding-left: 0;
padding-right: 0;
}
.destinations_container
{
width: 100%;
left: auto;
}
.destination
{
width: 100%;
padding-left: 0;
padding-right: 0;
}
.news_post_image
{
width: 100%;
}
.news_post_content
{
width: 100%;
padding-left: 0px;
margin-top: 27px;
}
.newsletter_form > div:not(:last-child)
{
margin-right: 0px;
}
.newsletter_form > div:first-child
{
width: 100%;
}
.newsletter_form > div:first-child > div:first-child
{
width: 100%;
margin-bottom: 15px;
}
.newsletter_form > div:first-child > div:last-child
{
width: 100%;
margin-bottom: 20px;
}
.newsletter_form > div:last-child
{
margin-left: auto;
margin-right: auto;
}
.newsletter_input
{
height: 40px;
}
.newsletter_button
{
font-size: 14px;
}
.newsletter_title
{
font-size: 28px;
}
.newsletter_subtitle
{
font-size: 16px;
}
}
/************
11. 575px
************/
@media only screen and (max-width: 575px)
{
p
{
font-size: 13px;
}
.home_page_nav
{
display: none;
}
.section_title h2
{
font-size: 36px;
}
.menu_content ul li a
{
font-size: 24px;
}
.home
{
height: 100vh;
}
.home_title h2
{
font-size: 48px;
}
.search_input
{
height: 40px;
}
.search_input::-webkit-input-placeholder
{
font-size: 13px !important;
}
.search_input:-moz-placeholder
{
font-size: 13px !important;
}
.search_input::-moz-placeholder
{
font-size: 13px !important;
}
.search_input:-ms-input-placeholder
{
font-size: 13px !important;
}
.search_input::input-placeholder
{
font-size: 13px !important;
}
.home_search_button
{
height: 42px;
font-size: 12px;
}
.destination_title a
{
font-size: 24px;
}
.destination_price
{
font-size: 14px;
}
.testimonial
{
font-size: 18px;
}
.news_post_date div:first-child
{
font-size: 36px;
}
.news_post_title a
{
font-size: 24px;
}
}
/************
11. 539px
************/
@media only screen and (max-width: 539px)
{
}
/************
12. 480px
************/
@media only screen and (max-width: 480px)
{
}
/************
13. 479px
************/
@media only screen and (max-width: 479px)
{
}
/************
14. 400px
************/
@media only screen and (max-width: 400px)
{
} | public/styles/responsive.css | @charset "utf-8";
/* CSS Document */
/******************************
[Table of Contents]
1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px
******************************/
/************
1. 1800px
************/
@media only screen and (max-width: 1800px)
{
.header_social
{
display: none !important;
}
}
/************
2. 1480px
************/
@media only screen and (max-width: 1480px)
{
.home_page_nav
{
right: 60px;
}
.test_nav
{
display: none;
}
}
/************
3. 1380px
************/
@media only screen and (max-width: 1380px)
{
}
/************
3. 1280px
************/
@media only screen and (max-width: 1280px)
{
}
/************
4. 1199px
************/
@media only screen and (max-width: 1199px)
{
.main_nav
{
margin-left: 150px;
}
.header_phone
{
margin-right: 0;
}
.travello
{
margin-top: 90px;
}
}
/************
4. 1100px
************/
@media only screen and (max-width: 1100px)
{
}
/************
5. 1024px
************/
@media only screen and (max-width: 1024px)
{
}
/************
6. 991px
************/
@media only screen and (max-width: 991px)
{
.main_nav,
.header_phone
{
display: none;
}
.hamburger
{
display: block;
}
.home_page_nav
{
position: absolute;
right: 40px;
top: auto;
bottom: 40px;
}
.home_page_nav ul li:not(:last-child)
{
margin-bottom: 25px;
}
.home_slider_content_container
{
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.home_title h2
{
font-size: ;
}
.kategori_button
{
margin-left: 35px;
margin-top: 5px;
}
.kategori_container
{
background: rgba(255,255,255,0.01);
margin-top: 100px;
}
.destination
{
width: calc(100% / 2);
}
.testimonial
{
font-size: 24px;
}
.footer_contact_col:not(:last-child)
{
margin-bottom: 60px;
}
}
/************
7. 959px
************/
@media only screen and (max-width: 959px)
{
}
/************
8. 880px
************/
@media only screen and (max-width: 880px)
{
}
/************
9. 768px
************/
@media only screen and (max-width: 768px)
{
}
/************
10. 767px
************/
@media only screen and (max-width: 767px)
{
.home_search_container
{
padding-left: 0;
padding-right: 0;
}
.destinations_container
{
width: 100%;
left: auto;
}
.destination
{
width: 100%;
padding-left: 0;
padding-right: 0;
}
.news_post_image
{
width: 100%;
}
.news_post_content
{
width: 100%;
padding-left: 0px;
margin-top: 27px;
}
.newsletter_form > div:not(:last-child)
{
margin-right: 0px;
}
.newsletter_form > div:first-child
{
width: 100%;
}
.newsletter_form > div:first-child > div:first-child
{
width: 100%;
margin-bottom: 15px;
}
.newsletter_form > div:first-child > div:last-child
{
width: 100%;
margin-bottom: 20px;
}
.newsletter_form > div:last-child
{
margin-left: auto;
margin-right: auto;
}
.newsletter_input
{
height: 40px;
}
.newsletter_button
{
font-size: 14px;
}
.newsletter_title
{
font-size: 28px;
}
.newsletter_subtitle
{
font-size: 16px;
}
}
/************
11. 575px
************/
@media only screen and (max-width: 575px)
{
p
{
font-size: 13px;
}
.home_page_nav
{
display: none;
}
.section_title h2
{
font-size: 36px;
}
.menu_content ul li a
{
font-size: 24px;
}
.home
{
height: 100vh;
}
.home_title h2
{
font-size: 48px;
}
.search_input
{
height: 40px;
}
.search_input::-webkit-input-placeholder
{
font-size: 13px !important;
}
.search_input:-moz-placeholder
{
font-size: 13px !important;
}
.search_input::-moz-placeholder
{
font-size: 13px !important;
}
.search_input:-ms-input-placeholder
{
font-size: 13px !important;
}
.search_input::input-placeholder
{
font-size: 13px !important;
}
.home_search_button
{
height: 42px;
font-size: 12px;
}
.destination_title a
{
font-size: 24px;
}
.destination_price
{
font-size: 14px;
}
.testimonial
{
font-size: 18px;
}
.news_post_date div:first-child
{
font-size: 36px;
}
.news_post_title a
{
font-size: 24px;
}
}
/************
11. 539px
************/
@media only screen and (max-width: 539px)
{
}
/************
12. 480px
************/
@media only screen and (max-width: 480px)
{
}
/************
13. 479px
************/
@media only screen and (max-width: 479px)
{
}
/************
14. 400px
************/
@media only screen and (max-width: 400px)
{
} | 0.183338 | 0.067087 |
0. Google fonts
=====================*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=devanagari,latin-ext');
body {
font-family: Arial,Helvetica,sans-serif;
color: #666666;
}
/*====================
1. Basic Style
=====================*/
ul {
list-style: none;
margin: 0;
padding: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
margin-top: 0;
}
a:hover {
text-decoration: none;
}
a:focus {
outline: none;
text-decoration: none;
}
a {
transition: .4s;
}
img {
max-width: 100%;
}
select option {
padding: 5px;
font-weight: 400;
text-transform: capitalize;
}
.pt-20 {
padding-top: 20px;
}
.pt-30 {
padding-top: 30px;
}
.pt-40 {
padding-top: 40px;
}
.pt-50 {
padding-top: 50px;
}
.ptb-20 {
padding: 20px 0;
}
.ptb-30 {
padding: 30px 0;
}
.ptb-40 {
padding: 40px 0;
}
.ptb-50 {
padding: 50px 0;
}
.mt-10 {
margin-top: 10px;
}
.mt-20 {
margin-top: 20px;
}
.mt-30 {
margin-top: 30px;
}
.mt-40 {
margin-top: 40px;
}
.mt-50 {
margin-top: 50px;
}
.mt-minus-53 {
margin-top: -53px;
}
/*====================
2. background images
=====================*/
.top-banner-bg-1 {
background-image: url(img/banner/top_banner1.jpg);
}
.top-banner-bg-2 {
background-image: url(img/banner/top_banner2.jpg);
}
.top-banner-bg-3 {
background-image: url(img/banner/top_banner3.jpg);
}
.top-banner-bg-4 {
background-image: url(img/banner/top_banner4.jpg);
}
/*====================
3. Top banner
=====================*/
.top-banner-area {
background-size: cover;
background-position: center;
height: 120px;
padding: 30px 0px;
}
.hide-top-banner {
transition: 0.3s;
margin-top: -120px;
}
.top-banner-area .icon {
float: left;
margin-top: -20px;
margin-right: 30px;
}
.top-banner-area .description {
color: #fff;
padding-top: 20px;
}
.learn-more-btn a {
cursor: pointer;
color: #fff;
border: 2px solid #fff;
display: inline-block;
padding: 11px 30px;
margin-top: 7px;
}
.learn-more-btn a:hover {
background-color: #f9ba48;
border-color: #f9ba48;
}
.close-section-btn {
color: #fff;
position: absolute;
right: -20px;
top: -10px;
font-size: 18px;
cursor: pointer;
}
/*====================
4. Banner Style
=====================*/
.banner-hover {
position: relative;
z-index: 1;
display: block;
}
.banner-hover:after, .banner-hover:before {
position: absolute;
background-color: rgba(255,255,255,0.2);
content: "";
left: 50%;
right: 51%;
opacity: 1;
top: 0;
bottom: 0;
}
.banner-hover:after {
left: 0;
right: 0;
top: 50%;
bottom: 51%;
}
.banner-hover:hover:after {
top: 0;
bottom: 0;
}
.banner-hover:hover:before {
left: 0;
right: 0;
}
.banner-hover:hover:after,.banner-hover:hover:before {
opacity: 0;
transition: 0.8s;
transition-timing-function: ease-in;
}
/*====================
5. header
=====================*/
header {
background-color: #fff;
}
#mobileMenu {
display: none;
}
/*====================
5.1 header top
=====================*/
.header-top-area {
border-bottom: 1px solid #ebebeb;
}
/*====================
5.1.1 header top contact
=====================*/
.header-address,
.header-menu ul li a {
line-height: 45px;
}
.header-address {
float: left;
margin-right: 15px;
font-size: 12px;
margin-left: 1px;
color: #888888;
}
.header-address span {
border-left: 1px solid #ebebeb;
padding-left: 15px;
}
.header-address a {
color: #282828;
}
.header-address:hover a,
.header-menu ul li:hover > a {
color: #f9ba48;
}
/*====================
5.1.2 header top menu
=====================*/
.header-menu ul {
text-align: right;
}
.header-menu ul li {
display: inline-block;
position: relative;
}
.header-menu ul li a {
color: #888888;
font-size: 12px;
padding: 0 13px;
text-transform: capitalize;
}
.header-menu ul li a span {
color: #282828;
}
.header-menu > ul > li > a {
border-left: 1px solid #ebebeb;
}
.header-menu > ul > li:last-child > a {
border-right: 1px solid #ebebeb;
}
.header-menu ul ul {
position: absolute;
width: 120%;
background-color: #fff;
z-index: 9999999;
text-align: left;
box-shadow: 0px 2px 5px -1px #999;
transition: 0.3s;
transform-origin: 0 0 0;
transform: scaleY(0);
opacity: 0;
visibility: hidden;
}
.header-menu ul li:hover ul {
opacity: 1;
transform: scaleY(1);
visibility: visible;
}
.header-menu ul ul li {
display: block;
}
.header-menu ul ul li a {
line-height: 30px;
color: #282828;
}
/*====================
6. Main header
=====================*/
.main-header-area {
padding: 30px 0px;
}
.catagory-bar, .total-cart {
padding-top: 15px;
}
.header-search {
position: relative;
background-color: #f8f8f8;
border-radius: 4px;
font-size: 13px;
border: 1px solid #ebebeb;
}
.header-search input {
background-color: transparent;
border: 0px;
padding: 13px 0px 13px 20px;
width: 55%;
}
.header-search span:after {
position: absolute;
content: "\f107";
font-family: fontawesome;
top: -2px;
right: -20px;
}
.header-search span {
position: relative;
margin-left: 20px;
}
.header-search span:before {
position: absolute;
width: 2px;
height: 20px;
content: "";
background-color: #e1e1e1;
top: -1px;
left: 10px
}
.header-search #select {
background-color: transparent;
border: none;
position: relative;
right: -60px;
}
.header-search #select:after {
content: "\f107";
font-family: 'fontawesome';
position: absolute;
right: -50px;
display: block;
}
.header-search button {
position: absolute;
right: 0;
height: 100%;
width: 60px;
font-size: 24px;
border: 0px;
background-color: #f9ba48;
color: #fff;
border-radius: 0px 4px 4px 0px;
}
/*====================
7. header cart
=====================*/
.total-cart {
float: right;
position: relative;
width: 100%;
z-index: 999999;
}
.cart-button a {
background-color: #3069af;
color: #ffffff;
display: block;
text-align: left;
padding: 6px 30px 6px 20px;
font-size: 12px;
border-radius: 3px;
}
.cart-button a span.price {
display: block;
position: relative;
}
.cart-button a span.price:after {
content: "2";
position: absolute;
margin-left: -26px;
background-color: #f9ba48;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 50%;
font-size: 12px;
top: -9px;
box-shadow: 0px 2px 10px -3px #000;
}
.cart-button a span.price:before {
background-color: #f9ba48;
content: "";
width: 8px;
height: 8px;
content: "";
top: -3px;
position: absolute;
margin-left: -28px;
z-index: 9;
transform: rotate(45deg);
}
.cart-button a i {
display: inline-block;
height: 40px;
line-height: 40px;
width: 40px;
float: left;
text-align: center;
font-size: 24px;
margin-right: 26px;
position: relative;
}
.cart-item {
background-color: #ffffff;
border-top: 1px solid #efefef;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
opacity: 0;
padding: 25px 25px 0px;
position: absolute;
right: 0;
transform: scaleY(0);
transform-origin: 0 0 0;
transition: all 0.5s ease 0s;
visibility: hidden;
width: 340px;
}
.total-cart:hover .cart-item {
opacity: 1;
transform: scaleY(1);
visibility: visible;
z-index: 999;
}
.single-item::after {
background-color: #777777;
border-radius: 50%;
color: #ffffff;
content: "x";
cursor: pointer;
height: 16px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 16px;
font-weight: 700;
line-height: 14px;
}
.cart-item .single-item .item-img {
border: 1px solid #efefef;
display: block;
float: left;
margin-bottom: 20px;
margin-right: 20px;
width: 25%;
position: relative;
transition: .5s;
}
.cart-item .single-item .item-img:hover {
border-color: #f9ba48;
}
.item-img span.quality {
background-color: #444444;
border-radius: 50%;
color: #ffffff;
height: 25px;
left: -10px;
line-height: 25px;
position: absolute;
text-align: center;
top: -10px;
width: 25px;
z-index: 999;
}
.cart-item .single-item .item-info {
float: left;
width: 60%;
}
.cart-item .single-item:first-child {
}
.cart-item .single-item {
overflow: hidden;
position: relative;
border-bottom: 1px solid #efefef;
margin-bottom: 20px;
}
.cart-item .single-item .item-info a,
.cart-item .single-item .item-info a.title span {
color: #666;
display: inline-block;
text-transform: capitalize;
font-size: 13px;
font-weight: 400;
margin-bottom: 3px;
}
.cart-item .single-item .item-info a.title {
display: block;
}
.cart-item .single-item .item-info a.title:hover {
color: #3069af;
}
.cart-item .single-item .item-info span {
display: block;
font-weight: 700;
margin-top: 5px;
}
.subtotal h3 {
font-size: 12px;
font-weight: 700;
margin-top: 15px;
text-transform: uppercase;
}
.subtotal h3 span {
float: right;
font-size: 12px;
margin-top: -3px;
}
.cart-item .checkout {
background-color: #f9ba48;
line-height: 40px;
margin-top: 25px;
margin-left: -50px;
left: 25px;
position: relative;
text-align: center;
padding: 20px 0px;
}
.cart-item .checkout a {
color: #434343;
display: inline-block;
padding: 0 15px;
text-transform: uppercase;
background-color: #ffffff;
border-radius: 3px;
font-size: 12px;
font-weight: 600;
}
.cart-item .checkout a:hover {
background-color: #232323;
color: #fff;
}
.cart-item .checkout a i {
font-weight: 700;
}
/*====================
8. Mainmenu
=====================*/
.mainmenu ul li {
display: inline-block;
position: relative;
}
.mainmenu ul li a {
color: #ffffff;
font-size: 12px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
display: block;
letter-spacing: 0.05em;
padding: 20px 25px;
text-transform: uppercase;
line-height: 25px;
}
.mainmenu ul li.active > a {
color: #f9ba48;
}
.mainmenu ul li:first-child > a {
padding-left: 0px;
}
.mainmenu ul li:hover > a {
color: #f9ba48;
}
/*====================
9. Submenu
=====================*/
.mainmenu ul li ul {
position: absolute;
z-index: 9999;
width: 220px;
top: 100%;
background-color: #000;
transition: 0.3s;
transform: scaleY(0);
transform-origin: 0 0 0;
opacity: 0;
visibility: hidden;
}
.mainmenu ul li ul li {
display: block;
}
.mainmenu ul li ul li a {
text-transform: capitalize;
font-weight: 600;
color: #f1f1f1;
padding: 10px 20px;
border-bottom: 1px solid #222;
}
.mainmenu ul li ul li:first-child > a {
padding-left: 20px;
}
.mainmenu ul li:hover > ul {
transform: scaleY(1);
opacity: 1;
visibility: visible;
}
/*====================
10. Category menu
=====================*/
.header-bottom {
background-color: #000000;
transition: 0.3s;
}
.header-bottom.stick {
position: fixed;
top: 0;
width: 100%;
z-index: 9;
background-color: rgba(0,0,0,0.75);
}
.header-bottom.stick:hover {
background-color: rgba(0,0,0,1);
}
.no-full-bg {
background-color: transparent;
}
.header-section-bg {
background-color: #000;
margin-left: -15px;
padding-left: 30px;
}
.more-catagory-item ,
.less-catagory {
display: none;
}
.catagory-heading {
cursor: pointer;
}
.catagory-heading h2 {
background-color: #f9ba48;
color: #ffffff;
font-size: 14px;
font-family: 'Poppins', sans-serif;
line-height: 45px;
margin: 0;
padding: 10px 0px 10px 85px;
position: relative;
text-transform: uppercase;
font-weight: 700;
}
.stick .catagory-heading h2 {
background-color: #b68e43;
transition: 0.3s;
}
.stick .catagory-heading h2:hover {
background-color: #f9ba48;
}
.catagory-heading h2:before {
color: #ffffff;
font-family: fontawesome;
position: absolute;
content: "\f0c9";
left: 25px;
font-size: 14px;
width: 45px;
height: 45px;
border: 2px solid rgba(255,255,255,0.5);
border-radius: 50%;
text-align: center;
line-height: 43px;
top: 10px;
}
.catagory-list-menu ul li {
line-height: 50.7px;
position: relative;
}
.catagory-list-menu ul li a {
background-color: #000000;
border-bottom: 1px solid #2b2a2a;
color: #aaa;
display: block;
font-size: 14px;
text-transform: capitalize;
font-family: Arial;
padding-left: 30px;
}
.catagory-list-menu ul > li > a > img {
width: 20px;
position: relative;
top: -2px;
margin-right: 5px;
}
.catagory-list-menu ul li:hover a {
background-color: #2b2a2a;
}
.catagory-list-menu ul li.arrow::after {
color: #aaa;
content: "\f105";
font-family: fontawesome;
height: 20px;
position: absolute;
right: 10px;
top: 0;
width: 20px;
z-index: 1;
}
.catagory-list-menu ul li a i {
display: block;
float: left;
height: 25px;
line-height: 50px;
margin-left: -2px;
margin-right: 7px;
text-align: center;
width: 25px;
}
.catagory-list-menu ul li ul.c-sub-menu {
background-color: #ffffff;
left: 100%;
padding: 30px;
position: absolute;
top: 0;
transform: scaleX(0);
transform-origin: 0 0 0;
transition: all 0.5s ease 0s;
width: 240px;
z-index: 0;
opacity: 0;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.catagory-list-menu ul li:hover ul.c-sub-menu {
z-index: 5;
transform: scaleX(1);
opacity: 1;
}
.catagory-list-menu ul li ul.c-sub-menu li {
line-height: 35px
}
.catagory-list-menu ul li ul.c-sub-menu li a {
border-bottom: 0px solid #2b2aba;
padding: 0;
background-color: #fff;
color: #232323;
text-transform: uppercase;
font-size: 12px;
font-weight: 700;
}
.c-mega-menu {
background-color: #ffffff;
left: 100%;
opacity: 0;
padding: 30px;
position: absolute;
top: 0;
transform: scaleX(0);
transform-origin: 0 0 0;
transition: all 0.5s ease 0s;
visibility: hidden;
width: 780px;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.c-mega-menu.item-3 {
width: 600px;
}
.c-mega-menu.item-3 span {
width: 33.33%;
}
.catagory-list-menu li:hover .c-mega-menu {
opacity: 1;
transform: scaleX(1);
visibility: visible;
}
.block {
overflow: hidden;
}
.catagory-list-menu ul li .banner a {
border: 0px;
padding-left: 0px;
}
.banner-hover img {
width: 100%;
}
.catagory-list-menu ul li .banner {
margin-top: 20px;
}
.c-mega-menu span {
float: left;
width: 25%;
}
.catagory-list-menu li .c-mega-menu a,
.catagory-list-menu li:hover .c-mega-menu a {
background-color: #FFF;
}
.catagory-list-menu .c-mega-menu span a {
border-bottom: 0 none;
line-height: 35px;
padding: 0;
color: #6f6f6f;
}
.catagory-list-menu ul > li:hover > a,
.catagory-list-menu ul > li.arrow:hover:after,
.catagory-list-menu .c-mega-menu span a:first-child:hover,
.catagory-list-menu ul li ul.c-sub-menu li a:hover,
.catagory-list-menu .c-mega-menu span a:hover {
color: #f9ba48;
}
.catagory-list-menu .c-mega-menu span a:first-child {
font-family: Poppins;
color: #232323;
text-transform: uppercase;
font-size: 12px;
font-weight: 700;
}
.catagory-list-menu {
display: block;
position: absolute;
width: 100%;
z-index: 999;
}
.catagory-list-menu.hidden-menu {
display: none;
}
.catagory-menu {
position: relative;
}
/*====================
11. Mobile menu
=====================*/
#mobileMenu li a i {
display: none;
}
.slicknav_menu {
background-color: #000;
}
.slicknav_menu .slicknav_menutxt {
font-size: 0px;
}
.slicknav_menu .slicknav_icon {
margin: 5px 3px 2px 3px;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
border-radius: 0px !important;
text-transform: capitalize;
font-weight: 600;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
background-color: #f9ba48;
color: #000;
}
.slicknav_nav .slicknav_row:hover a {
color: #000;
}
.slicknav_nav .slicknav_row a:hover {
background-color: transparent;
}
/*====================
12. sldier area
=====================*/
.slide-show {
background-color: #f8f8f8;
}
.slide-show.slide-banner {
background-color: #fff;
}
/*====================
13. Slider content
=====================*/
.slider-area {
position: relative;
}
.slide-banner .slider-area {
width: 69%;
float: left;
}
.slide-banner .slide-banners {
width: 31%;
float: right;
}
.slider-caption {
padding-top: 70px;
}
.layer-1-1 h2.title-1 ,
.layer-1-2 h2.title-2 ,
.layer-2-1 h2.title-1 ,
.layer-2-2 h2.title-2 {
color: #fff;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 10px;
animation: 0.6s ease-in-out 0.6s normal backwards 1 running fadeInDown;
}
.layer-1-1 h2.title-1 {
margin-bottom: 0px;
}
.layer-1-2 h2.title-2 ,
.layer-2-2 h2.title-2 {
font-size: 50px;
color: #e2f2f5;
animation: 0.6s ease-in-out 1s normal backwards 1 running zoomIn;
}
.layer-2-2 h2.title-2 {
color: #fff;
}
.layer-2-2 h2.title-2 span {
color: #f9ba48;
display: block;
}
.layer-1-3 p.title-3,
.layer-2-3 p.title-3 {
font-size: 24px;
color: #ffbc00;
font-weight: 700;
padding-left: 0;
margin-bottom: 40px;
animation: 0.6s ease-in-out 1.6s normal backwards 1 running fadeInLeft;
}
.layer-2-3 p.title-3 {
color: #fff;
font-weight: 400;
font-size: 18px;
}
.layer-1-4 a.title-4,
.layer-2-4 a.title-4 {
color: #fff;
padding: 0px 25px;
line-height: 40px;
background-color: #f9ba48;
border-radius: 5px;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
animation: 0.6s ease-in-out 2s normal backwards 1 running rollIn;
}
.layer-1-4 a.title-4:hover,
.layer-2-4 a.title-4:hover {
background-color: #dca340;
}
.slider-caption.style-2 .layer-1-1 .title-1 {
color: #ee4e67;
font-weight: 400;
}
.slider-caption.style-2 .layer-1-1 .title-1,
.slider-caption.style-2 .layer-2-1 .title-1 {
font-size: 14px;
font-weight: 500;
}
.slider-caption.style-2 .layer-1-3 .title-3,
.slider-caption.style-2 .layer-1-2 .title-2 {
color: #282828;
}
.slider-caption.style-2 .layer-1-3 .title-3 {
font-size: 18px;
}
.slider-caption.style-2 .layer-2-1 .title-1,
.slider-caption.style-2 .layer-2-2 .title-2 span {
color: #ff8625;
}
/*====================
14. Info area
=====================*/
.single-info {
background-color: #fff;
border: 1px solid #eeeeee;
padding: 20px;
overflow: hidden;
position: relative;
margin-top: 30px;
z-index: 1;
}
.img {
float: left;
width: 66px;
height: 66px;
position: relative;
}
.img img {
transition: 0.3s;
}
.img img:last-child {
position: absolute;
left: 0;
top: 0;
z-index: -1;
opacity: 0;
}
.single-info:hover .img img:last-child {
z-index: 9;
opacity: 1;
}
.info-content {
padding-left: 76px;
line-height: 25px;
color: #bdbdbd;
padding-top: 15px;
transition: 0.3s;
}
.info-content h3 {
margin: 0;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
color: #282828;
line-height: 18px;
transition: 0.3s;
}
.single-info:after {
content: "";
border: 0px solid transparent;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
position: absolute;
transition: 0.3s;
z-index: -1;
}
.single-info:hover:after {
border: 2px solid #f9ba48;
}
.single-info:hover h3,
.single-info:hover .info-content {
color: #f9ba48
}
/*====================
15. Product style
=====================*/
.section-heading {
background-color: #f8f8f8;
height: 53px;
position: relative;
}
.section-heading h2 {
text-transform: uppercase;
margin: 0;
font-size: 14px;
font-weight: 700;
color: #373737;
line-height: 53px;
position: relative;
z-index: 1;
}
.section-heading h2.blue,
.section-heading h2.brown,
.section-heading h2.green,
.section-heading h2.sweet {
background-color: #373737;
color: #fff;
}
.section-heading h2.small-icon-size {
padding-left: 13px;
}
.section-heading h2.small-icon-size img {
margin-right: 35px;
}
.section-heading h2:before {
content: "";
background-image: url(img/icon/bg_title.png);
width: 66px;
height: 53px;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}
.section-heading h2.blue:before {
background-image: url(img/icon/bg_title_blue.png);
}
.section-heading h2.sweet:before {
background-image: url(img/icon/bg_title_sweet.png);
}
.section-heading h2.brown:before {
background-image: url(img/icon/bg_title_brown.png);
}
.section-heading h2.green:before {
background-image: url(img/icon/bg_title_green.png);
}
.section-heading h2 img {
margin-right: 25px;
}
.section-heading:after {
border: 1px solid #ebebeb;
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: -1;
}
.color-bordered {
border: 2px solid #f9ba48;
}
.grey-bordered {
border: 1px solid #ebebeb;
}
.single-product-item.floating {
overflow: hidden;
}
.floating .item-img {
width: 40%;
float: left;
position: relative;
}
.list-items .floating .item-img {
width: 35%;
margin-right: 4%;
}
.floating .item-info {
width: 60%;
float: left;
padding: 30px;
}
.floating .item-img img {
width: 100%;
}
.sale:after,
.new:after {
content: "sale!";
right: 10px;
top: 15px;
position: absolute;
background-color: #db4d4d;
color: #fff;
width: 42px;
height: 42px;
font-size: 13px;
border-radius: 50%;
line-height: 42px;
text-align: center;
text-transform: capitalize;
}
.new:after {
content: "new";
background-color: #3c74b9;
}
.item-info h2 {
margin: 0px;
}
.item-title {
font-size: 12px;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
color: #3c74b9;
margin-bottom: 10px;
text-transform: capitalize;
display: block;
}
.item-title.large {
font-size: 16px;
font-weight: 700;
}
.ratings {
margin: -5px 0px 10px;
}
.ratings i {
color: #ffbf44;
font-size: 12px;
}
.item-price {
margin: 0;
color: #434343;
font-size: 16px;
font-weight: 700;
font-family: Arial,Helvetica,sans-serif;
}
.item-price .old-price {
text-decoration: line-through;
margin: 0px 5px;
color: #acacac;
}
.product-descriptions {
margin: 0;
padding: 10px 0;
letter-spacing: 0.025em;
font-size: 12px;
font-family: Arial,Helvetica,sans-serif;
line-height: 23px;
}
.DateCountdown {
width: 75%;
margin-left: -10px;
margin-bottom: 10px;
}
.single-action {
font-family: Arial,Helvetica,sans-serif;
background-color: #ebebeb;
color: #848484;
display: inline-block;
text-transform: capitalize;
font-size: 13px;
text-align: center;
padding: 0px 12px;
line-height: 37px;
font-weight: 700;
border-radius: 5px;
margin-right: 4px;
}
.single-action i {
font-size: 18px;
position: relative;
top: 4px;
}
.single-action:hover {
background-color: #f9ba48;
color: #fff;
}
/*====================
16. Owl nav style
=====================*/
.owl-carousel .owl-controls .owl-nav div {
position: absolute;
right: 50px;
top: -83px;
font-size: 16px;
color: #000;
height: 50px;
width: 30px;
text-align: center;
line-height: 50px;
transition: 0.3s;
}
.owl-carousel .owl-controls .owl-nav div:hover {
color: #f9ba48;
}
.owl-carousel .owl-controls .owl-nav div.owl-next {
right: 5px;
}
.owl-carousel .owl-controls .owl-nav div.owl-next:before {
}
.owl-carousel .owl-controls .owl-nav div.owl-next i:after {
content: "";
background-color: #e1e1e1;
height: 20px;
width: 1px;
position: absolute;
left: -8px;
top: 15px;
}
/*====================
17. multiple items
=====================*/
.multiple-items .single-product-item {
position: relative;
z-index: 1;
padding: 20px;
}
.multiple-items.owl-carousel .owl-stage-outer {
border-left: 1px solid #ebebeb;
margin-left: -2px;
}
.multiple-items .single-product-item:after,
.banner-type-item .single-product-item:after {
content: "";
border: 1px solid #ebebeb;
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: -1;
transition: 0.3s;
border-left: 1px solid transparent;
}
.multiple-items .single-product-item .item-info {
padding-top: 20px;
}
.hover-content {
position: absolute;
top: 50%;
margin-top: -18px;
width: 100%;
left: 0;
transition: 0.3s;
transform: scale(0);
opacity: 0;
}
.single-product-item:hover .hover-content {
transform: scale(1);
opacity: 1;
}
.multiple-items .single-product-item:hover:after,
.banner-type-item .single-product-item:hover:after {
border: 2px solid #f9ba48;
}
.multiple-items .single-product-item .actions {
padding-top: 17px;
}
.list-items .floating .item-info {
padding: 0;
}
.list-items .single-product-item {
border-bottom: 1px solid #ebebeb;
padding: 14.5px 0px;
margin: 0px 10px;
}
.list-items .single-product-item:last-child {
border: 0px;
}
/*====================
17.1 Product tab
=====================*/
.product-tab li a {
color: #909090;
text-transform: uppercase;
font-weight: 700;
font-family: 'Poppins', sans-serif;
display: block;
padding: 15px 20px;
position: relative;
line-height: 23px;
}
.product-tab li {
display: inline-block;
}
.product-tab li.active a, .product-tab li:hover a {
color: #373737;
}
.product-tab li:first-child a {
padding-left: 0px;
}
.product-tab li a:after {
content: "";
background-image: url(img/icon/line.png);
width: 1px;
height: 30px;
position: absolute;
right: 0;
top: 10px;
}
.product-tab li:last-child a::after {
width: 0;
}
.tab-content > .tab-pane {
display: block;
height: 0px;
}
.tab-content > .tab-pane.active {
height: auto;
display: block;
}
.tab-content > .tab-pane.active .owl-carousel.owl-loaded,
.tab-content > .tab-pane.active .banner-type-item,
.tab-content > .tab-pane.active .gird-items,
.tab-content > .tab-pane.active .list-category-items {
display: block;
}
.tab-content > .tab-pane .owl-carousel.owl-loaded,
.tab-content > .tab-pane .banner-type-item,
.tab-content > .tab-pane .gird-items,
.tab-content > .tab-pane .list-category-items {
display: none;
}
.tab-content.style-2 {
margin-left: -60px;
padding-left: 30px;
}
/*====================
17.2 Category item menu
=====================*/
.category-item-menu {
font-family: Arial,Helvetica,sans-serif;
position: relative;
z-index: 1;
}
.category-item-menu ul {
position: absolute;
right: 85px;
top: -38px;
}
.category-item-menu ul li a {
color: #909090;
text-transform: capitalize;
font-size: 12px;
padding: 15px 10px;
position: relative;
z-index: 1;
}
.category-item-menu ul li a:after {
width: 6px;
height: 6px;
background-color: #f9b848;
content: "";
position: absolute;
border-radius: 50%;
left: -3px;
top: 20px;
transition: 0.3s;
opacity: 0;
}
.category-item-menu ul li a:hover:after {
opacity: 1;
left: 0;
top: 18px;
}
.category-item-menu ul li a:hover {
color: #f9b848;
}
/*====================
18. Box content
=====================*/
.box-items .owl-stage-outer {
border-left: 1px solid #ebebeb;
margin-left: -1px;
}
.single-box-item {
border: 1px solid #ebebeb;
overflow: hidden;
padding: 25px;
border-left: 0px;
}
.single-box-item:last-child {
border-top: 0px;
}
.single-box-item .box-item-img {
width: 40%;
float: left;
margin-right: 5%;
overflow: hidden;
}
.single-box-item .box-item-img a img {
transition: 0.5s;
transform: scale(1);
}
.single-box-item:hover .box-item-img a img {
transform: scale(1.15);
}
.box-content {
width: 55%;
float: left;
}
.box-content > a {
text-transform: uppercase;
font-weight: 600;
color: #3c74b9;
font-family: 'Poppins', sans-serif;
display: block;
line-height: 1;
margin-bottom: 15px;
font-size: 14px;
}
.box-content ul li a {
color: #6f6f6f;
font-size: 12px;
line-height: 25px;
text-transform: capitalize;
display: block;
}
.box-content ul li a:hover {
padding-left: 5px;
}
.box-content a:hover,
.item-title:hover,
.blog-info > a:hover {
color: #f9bc48
}
.single-box-item.style-2:hover .box-item-img a img {
transform: scale(1);
}
.single-box-item.style-2 {
padding: 15px;
position: relative;
}
.single-box-item.style-2 .actions {
margin-top: 15px;
}
.single-box-item.style-2 .hover-content {
left: 73%;
margin-top: 32px;
}
.single-box-item.style-2:hover .hover-content {
opacity: 1;
transform: scale(1);
}
.single-box-item.style-2:after {
content: "";
border: 2px solid transparent;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: 0.3s;
z-index: -1;
}
.single-box-item.style-2:hover:after {
border-color: #f9ba48;
}
/*====================
19. Blog post
=====================*/
.single-blog {
border: 1px solid #ebebeb;
}
.single-blog:hover .blog-img img {
opacity: 0.85;
}
.single-blog .blog-img img {
transition: 0.3s;
width: 100%;
}
.blog-content {
padding: 30px;
}
.blog-content .blog-info .date {
background-color: #373737;
color: #fff;
display: block;
padding: 10px 15px;
border-radius: 5px;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
text-align: center;
line-height: 18px;
float: left;
margin-right: 20px;
}
.blog-content .blog-info {
overflow: hidden;
}
.blog-content .blog-info .date span {
font-weight: 400;
display: block;
font-size: 13px;
}
.blog-info > a {
display: block;
color: #434343;
font-weight: 700;
text-transform: uppercase;
line-height: 18px;
margin-bottom: 5px;
font-family: Arial,Helvetica,sans-serif;
}
.blog-content .view-count {
font-size: 12px;
font-family: Arial,Helvetica,sans-serif;
margin-bottom: 0;
}
.blog-content .view-count i {
margin-right: 7px;
}
.blog-description {
color: #434343;
margin-bottom: 0px;
margin-top: 22px;
line-height: 25px;
font-size: 14px;
font-family: Arial,Helvetica,sans-serif;
}
/*====================
20. Client logos
=====================*/
.clients-logo .logos a {
display: block;
}
.clients-logo .logos a:nth-child(3) {
margin-top: -1px;
}
.clients-logo .logos a img {
transition: 0.5s;
border-bottom: 1px solid #282828;
border-right: 1px solid #282828;
}
.clients-logo .logos a img:hover {
opacity: 0.85;
}
/*====================
21. Footer area
=====================*/
.footer-area {
background-color: #2d2d2d;
}
.footer-area, .footer-area a {
color: #757575;
}
.newsletter-area {
padding: 40px 0;
border-bottom: ;
border-bottom: 1px solid #383838;
}
.newsletter-title h2 {
color: #f9ba48;
text-transform: uppercase;
margin: 0;
font-size: 20px;
font-weight: 600;
}
.newsletter-title {
color: #fff;
font-size: 14px;
}
.newsletter-form input {
width: 100%;
background-color: #fff;
border: 0px;
padding: 10px 15px;
text-transform: capitalize;
color: #454545;
border-radius: 5px;
}
.newsletter-form {
position: relative;
z-index: 1;
}
.newsletter-form button {
position: absolute;
right: 0;
top: 0;
height: 100%;
border: 0px;
background-color: #f9bc48;
color: #fff;
font-weight: 700;
text-transform: uppercase;
padding: 0px 15px;
border-radius: 0px 5px 5px 0px;
}
.social-icons a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 14px;
background-color: #373737;
display: inline-block;
border-radius: 5px;
color: #fff;
margin-left: 3px;
}
.social-icons a:hover {
background-color: #f9ba48;
}
.footer-widget-area {
padding: 50px 0px;
}
.widget-title h3 {
text-transform: uppercase;
margin-bottom: 20px;
margin-top: 0;
line-height: 30px;
color: #fff;
font-size: 14px;
font-weight: 700;
}
.widget-address span {
color: #fff;
text-transform: capitalize;
}
.widget-address p {
line-height: 25px;
line-height: ;
}
.widget-address p a:hover {
color: #f9ba48;
}
.widget-menu a {
display: block;
padding: 7px 20px;
text-transform: capitalize;
position: relative;
font-size: 14px;
}
.widget-menu a:after {
width: 6px;
height: 6px;
background-color: #f9ba48;
content: "";
position: absolute;
left: 0;
top: 14px;
border-radius: 50%;
}
.widget-menu a:hover {
padding-left: 23px;
color: #f9ba48;
}
.footer-bottom-area {
padding: 20px 0px;
border-top: 1px solid #383838;
}
.footer-copyright {
font-size: 12px;
padding-top: 7px;
}
.footer-copyright a {
color: #f9ba48;
text-transform: capitalize;
}
/*====================
22. Product modal
=====================*/
#item-modal .modal-dialog {
width: 1100px;
margin-top: 70px;
}
#item-modal .modal-body {
padding: 20px;
}
.close-button {
position: absolute;
right: -22px;
width: 28px;
height: 28px;
background-color: #fff;
color: #333;
line-height: 28px;
text-align: center;
font-size: 28px;
border-radius: 50%;
top: -22px;
cursor: pointer;
}
.cart-plus-minus-box {
width: 50px;
border-radius: 0px;
border: 1px solid #ddd;
padding: 4px 0px;
text-align: center;
margin-left: 8px;
}
.qtybutton {
display: inline-block;
width: 40px;
border: 1px solid #ddd;
text-align: center;
margin-left: 10px;
font-size: 18px;
height: 38px;
line-height: 36px;
cursor: pointer;
font-weight: 700;
}
.cart-plus-minus {
margin: 30px 0px;
}
.product-modal .item-img {
border: 1px solid #ddd;
}
.product-modal .item-info {
padding-top: 0px;
line-height: 27px;
color: #898989;
}
.product-modal .item-title.large {
font-size: 18px;
font-weight: 400;
}
.product-modal .info {
font-size: 12px;
color: #adadad;
line-height: 20px;
margin-bottom: 20px;
margin-top: 20px;
}
.product-modal .info span {
color: #f9ba48;
}
.product-modal .product-descriptions {
font-size: 14px;
}
.product-modal .item-price {
font-size: 18px;
}
.product-modal .item-info .actions {
margin-bottom: 30px;
}
.size,
.color {
color: #333;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 30px;
}
.size select {
width: 220px;
text-transform: uppercase;
border: 1px solid #ddd;
padding: 0px 10px;
margin-top: 5px;
}
.single-color {
display: inline-block;
position: relative;
}
.color span {
position: relative;
width: 35px;
height: 35px;
z-index: 1;
display: block;
cursor: pointer;
}
.color span:after {
position: absolute;
content: "";
background-color: #434a54;
left: 0;
width: 100%;
height: 100%;
top: 0;
z-index: 1;
display: block;
}
form .single-color:nth-child(2) span:after {
background-color: #f39c11;
}
form .single-color:nth-child(3) span:after {
background-color: #5d9cec;
}
form .single-color:nth-child(4) span:after {
background-color: #f1c40f;
}
.single-color input {
position: absolute;
top: 0;
}
.stock {
font-weight: 600;
font-style: italic;
margin-bottom: 30px;
}
.stock span {
font-style: normal;
background-color: #333;
color: #fff;
padding: 8px 12px;
border-radius: 5px;
}
.product-modal .social-share a {
border: 1px solid #ddd;
display: inline-block;
padding: 3px 15px;
color: #333;
text-transform: capitalize;
}
.product-modal .social-share a:nth-child(1) {
color: #00aaf0;
}
.product-modal .social-share a:nth-child(2) {
color: #435f9f;
}
.product-modal .social-share a:nth-child(3) {
color: #dd5044;
}
.product-modal .social-share a:nth-child(4) {
color: #cc2129;
}
.product-modal .social-share a:hover {
color: #fff;
}
.product-modal .social-share a:hover:nth-child(1) {
background-color: #00aaf0;
border-color: #00aaf0;
}
.product-modal .social-share a:hover:nth-child(2) {
background-color: #435f9f;
border-color: #435f9f;
}
.product-modal .social-share a:hover:nth-child(3) {
background-color: #dd5044;
border-color: #dd5044;
}
.product-modal .social-share a:hover:nth-child(4) {
background-color: #cc2129;
border-color: #cc2129;
}
/*====================
23. Scroll Item
=====================*/
.scroll-item ul {
transition: 0.3s;
}
.scroll-item .scroll-visible {
margin-top: -80px;
}
.scroll-item {
position: fixed;
top: 50%;
margin-top: -120px;
left: 0px;
z-index: 999;
}
.scroll-item li a {
display: block;
height: 60px;
width: 60px;
background-color: #333;
text-align: center;
border-bottom: 1px solid #454545;
line-height: 60px;
}
.scroll-item li a:hover {
background-color: #f9ba48;
border-color: #f9ba48;
}
.scroll-item li:last-child a {
border-bottom: 0px;
}
#scrollUp {
display: none;
}
#scrollUp a {
width: 60px;
top: 50%;
text-align: center;
color: #fff;
font-weight: 700;
text-transform: uppercase;
display: block;
left: 20px;
height: 160px;
}
#scrollUp span {
transform: rotate(-90deg);
display: block;
width: 100px;
position: relative;
left: -19px;
font-size: 12px;
}
/*====================
24. Other Style
=====================*/
.single-product-item {
overflow: hidden;
position: relative;
padding: 15px;
}
.deals-day-items .single-product-item {
padding: 0px;
}
.hot-deals-item {
border: 2px solid #f9ba48;
}
.hot-deals-item .actions {
margin: 20px 0 15px;
}
.hot-deals-item .DateCountdown {
width: 100%;
margin-left: 0;
margin-bottom: -3px;
}
.hot-deals-item .time_circles > div > h4 {
font-size: 9px !important;
line-height: 9px !important;
}
.hot-deals-item .item-info {
padding-top: 20px;
}
.hot-deals-item .single-product-item:hover .hover-content {
top: 38%;
}
.different-items .single-box-item {
padding: 5px 0px;
}
.different-items .single-box-item .hover-content {
margin-top: -40px;
}
.different-items .single-box-item .actions {
margin-top: 25px;
}
.different-items .single-box-item .item-info {
margin-top: 11.5px;
}
.new-arrival-items.style-2 .list-items .single-product-item {
padding: 20px 0px;
}
.header-section-bg .product-tab li a {
color: #fff;
}
.header-section-bg .product-tab li.active a,.header-section-bg .product-tab li:hover a {
color: #f9ba48;
}
.style-2 .owl-carousel .owl-controls .owl-nav div {
top: -53px;
color: #999;
}
.style-2 .owl-carousel .owl-controls .owl-nav div.owl-next i::after {
background-color: #888;
}
.banner-type-item {
width: 31%;
float: left;
border: 1px solid #eee;
}
.banner-type-item .single-product-item {
padding: 18px 15px;
}
.banner-type-item-slide {
width: 69%;
margin-left: 31%;
}
.banner-type-item .single-product-item:after {
border-color: transparent;
}
.banner-type-item .single-product-item .actions {
margin-top: 21px;
}
.banner-type-item-slide .single-box-item.style-2 {
padding: 15.8px 15px;
}
.banner-type-item-slide .single-box-item.style-2:first-child {
border-bottom: 0px;
}
/*====================
25. Gird List Items
=====================*/
.gird-items .single-product-item {
width: 33.33%;
float: left;
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
}
.gird-items .single-product-item .actions {
margin-top: 20px;
}
.gird-items {
border-top: 1px solid #eee;
border-left: 1px solid #eee;
overflow: hidden;
}
.gird-items .single-product-item:after,
.list-category-items .single-product-item:after {
border: 2px solid transparent;
content: "";
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
transition: 0.3s;
z-index: -1;
}
.gird-items .single-product-item:hover:after,
.list-category-items .single-product-item:hover:after {
border: 2px solid #f9ba48;
}
.list-category-items .single-product-item {
border: 1px solid #eee;
border-bottom: 0px;
}
.list-category-items .single-product-item:last-child {
border-bottom: 1px solid #eee;
}
.list-category-items .floating .item-info {
padding: 10px 0px 0px 30px;
}
/*====================
26. Shop sidebar
=====================*/
.sidebar {
background-color: #f4f4f5;
padding: 0px 15px 30px;
}
.sidebar-title {
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
padding: 30px 0 20px;
color: #000;
display: block;
margin: 0;
}
.input-box label {
position: relative;
top: -3px;
color: #898989;
text-transform: capitalize;
font-weight: 500;
margin-left: 2px;
cursor: pointer;
margin-bottom: 10px;
}
.price-slider-amount #amount {
border: 0px;
background-color: transparent;
}
.price-slider-amount {
font-size: 13px;
color: #444;
margin-bottom: 20px;
}
#slider-range.ui-slider .ui-slider-handle {
background-color: #fff;
border-radius: 50%;
border: 4px solid #f9ba48;
height: 17px;
width: 17px;
cursor: pointer;
}
#slider-range .ui-slider-range.ui-widget-header {
background-color: #f9ba48;
border: 0px solid transparent;
height: 6px;
top: 1px;
}
#slider-range.ui-widget-content {
background-color: transparent;
border: 0px;
width: 90%;
margin: auto;
}
/*====================
27. Gird List Tab
=====================*/
.list-gird-tab-menu li {
display: inline-block;
}
.list-gird-tab-menu li a {
display: block;
color: #898989;
border: 1px solid #ddd;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
}
.list-gird-tab-menu li.active a, .list-gird-tab-menu li a:hover {
background-color: #f9ba48;
color: #fff;
border-color: #f9ba48;
}
.list-gird-tab-menu {
display: inline-block;
}
.category-options .size {
display: inline-block;
margin-left: 40px;
margin-bottom: 0;
}
.category-bar p {
display: inline-block;
margin-bottom: 0px;
margin-top: 10px;
}
.compare-btn {
color: #fff;
background-color: #333;
text-transform: uppercase;
font-weight: 500;
padding: 6px 10px;
display: inline-block;
float: right;
}
.compare-btn:hover {
color: #fff;
}
.category-options .category-title h2 {
text-transform: uppercase;
font-size: 16px;
color: #333;
font-weight: 600;
margin-bottom: 5px;
}
.category-options .category-title h2 span {
float: right;
text-transform: capitalize;
font-size: 13px;
}
.category-options .category-bar {
border-top: 2px solid #ebebeb;
border-bottom: 2px solid #ebebeb;
padding: 20px 0px;
}
/*====================
28. Breadcrumb area
=====================*/
.breadcrumb-area {
background-color: #f8f8f8;
padding: 30px 0px;
}
.breadcrumb {
margin: 0;
background-color: transparent;
padding: 0;
}
.breadcrumb li a {
color: #7b7b7b;
}
.breadcrumb li.active {
color: #f9ba48;
text-transform: capitalize;
}
/*====================
29. Cart & Wishlist
=====================*/
.table-responsive .table th {
text-transform: capitalize;
font-size: 13px;
color: #333;
font-style: normal;
}
.table-responsive .table .item-img {
width: 110px;
}
.table-responsive .table .item-img img {
border: 1px solid #ddd;
}
.table-responsive .table .cart-product-name a {
color: #3a3939;
display: block;
font-size: 17px;
font-weight: 400;
text-transform: capitalize;
margin-bottom: 5px;
margin-top: 5px;
}
.table-responsive .table .cart-product-name a:hover {
color: #f9ba48;
}
.table-responsive .table .cart-product-name p {
margin-bottom: 3px;
font-size: 12px;
}
.table-responsive .table .unit-price span {
display: block;
font-weight: 400;
line-height: 95px;
}
.table-responsive .table .stock span {
font-weight: 600;
line-height: 95px;
text-transform: capitalize;
font-size: 12px;
border-radius: 0;
}
.table-responsive .table .add-to-cart .cart-btn,
.shopping-button button,
.shopping-button a {
background-color: #fff;
border: 1px solid #f9ba48;
border-radius: 5px;
color: #f9ba48;
font-weight: 600;
margin: 29px 0;
padding: 10px 20px;
text-transform: uppercase;
transition: all 0.5s ease 0s;
}
.table-responsive .table .add-to-cart .cart-btn:hover,
.shopping-button button:hover,
.shopping-button a:hover {
background-color: #f9ba48;
color: #fff;
}
.table-responsive .table .quantity input {
height: 35px;
margin: 30px 0;
text-align: center;
width: 35px;
border: 1px solid #ddd;
}
.table-responsive .table .remove-icon button {
background-color: transparent;
border: 0 none;
font-size: 24px;
margin: 30px 0px;
}
.table-responsive .table .remove-icon button:hover {
color: #ee2050;
}
.cart-addition-area {
overflow: hidden;
padding-top: 30px;
}
.section-small-title h3 {
font-family: "Poppins",sans-serif;
font-size: 14px;
font-weight: 600;
margin-bottom: 25px;
margin-top: 0;
text-transform: uppercase;
color: #333;
}
.single-shipping-location,
.payment-method-box {
border: 1px solid #eee;
height: 40px;
margin-bottom: 10px;
overflow: hidden;
position: relative;
width: 45%;
}
.single-shipping-location::after,
.payment-method-box:after {
color: #777777;
content: "\f107";
font-family: "fontawesome";
position: absolute;
right: 5px;
top: 7px;
pointer-events: none;
}
.single-shipping-location select,
.payment-method-box select {
background-color: transparent;
border: medium none;
color: #606060;
font-weight: 400;
height: 40px;
padding-left: 5px;
text-transform: capitalize;
width: 115%;
}
.discount-coupon p {
margin-top: -4px;
}
.discount-coupon .input-box input {
border: 1px solid #eee;
padding: 5px 10px;
width: 100%;
}
.cart-total p {
border-bottom: 1px solid #e7e7e7;
color: #69686c;
font-weight: 400;
margin-bottom: 12px;
margin-top: -4px;
padding-bottom: 10px;
text-transform: capitalize;
}
.cart-total p.no-border {
border-bottom: 0px;
margin-bottom: 0px;
}
.cart-total p.total-price {
border-top: 1px solid #24273e;
color: #24273e;
font-weight: 600;
margin-bottom: 0;
margin-top: 0px;
padding-top: 15px;
border-bottom: 0px;
}
.shopping-button button,
.shopping-button a {
line-height: 15px;
margin-bottom: 0;
}
.shipping-location .shopping-button button {
margin-top: 19px;
}
.shopping-button a {
display: inline-block;
}
.empty-cart h3,
.empty-wishlist h3 {
font-weight: 400;
letter-spacing: 2px;
margin-bottom: 30px;
margin-top: 0;
}
.buttons a {
display: inline-block;
margin: 0;
}
.buttons a.stock span {
border-radius: 0;
text-transform: uppercase;
padding: 10px 20px;
transition: 0.3s;
}
.buttons a.stock:last-child {
float: right;
}
.buttons a.stock span:hover {
background-color: #f9ba48;
}
.content {
padding: 100px 0px;
}
.content h2 {
text-transform: uppercase;
font-size: 24px;
color: #333;
letter-spacing: 1px;
}
.my-account-accordion button,
.authentication button,
.content a {
background-color: #333;
color: #fff;
text-transform: uppercase;
font-weight: 600;
display: inline-block;
padding: 10px 20px;
transition: 0.3s;
}
.my-account-accordion button:hover,
.authentication button:hover,
.content a:hover {
background-color: #f9ba48;
}
/*====================
30. Checkout
=====================*/
.client-address-form input,
.client-address-form textarea,
.blog-comment-form input,
.blog-comment-form textarea {
border: 1px solid #eee;
margin-bottom: 22px;
padding: 6px 10px;
text-transform: capitalize;
width: 100%;
}
.payment-methods {
overflow: hidden;
}
.payment-method .section-small-title h3 {
margin-top: 25px;
}
.terms-text .checkbox {
padding-left: 20px;
text-transform: capitalize;
}
.terms-text .checkbox a {
color: #f9ba48;
}
.terms-text .checkbox a:hover {
text-decoration: underline;
}
.checkout-area .shopping-button a,
.blog-comment-form .shopping-button button {
margin-top: 15px;
}
/*====================
31. My account
=====================*/
.my-account-accordion .panel-group {
margin-bottom: 0;
}
.my-account-accordion .panel-title i {
color: #f9ba48;
margin-right: 5px;
padding-right: 5px;
position: relative;
}
.my-account-accordion .panel-title i:after {
background-color: #ddd;
content: "";
height: 36px;
position: absolute;
right: -3px;
top: -12px;
width: 1px;
}
.account-title h4 {
font-size: 14px;
text-transform: capitalize;
}
.order-history p,
.credit-slids p {
background-color: #f9ba48;
color: #fff;
margin-top: 20px;
padding: 15px 20px;
font-size: 13px;
}
.my-address p {
font-size: 13px;
}
.account-address {
border: 1px solid #ddd;
padding: 15px;
}
.account-address ul li.address-menu-title {
border-bottom: 1px solid #ddd;
color: #333;
font-size: 18px;
font-weight: 500;
margin-bottom: 15px;
padding-bottom: 5px;
text-transform: uppercase;
}
.account-address li {
font-size: 13px;
line-height: 24px;
text-transform: capitalize;
}
.account-address ul li button,
.add-address button,
.save-button,
.wishlist-container button {
margin-top: 20px;
}
.add-address,
.save-button,
.wishlist-container .save-button {
text-align: right;
margin-right: 5px;
}
.wishlist-container h3 {
font-size: 17px;
font-weight: 500;
text-transform: uppercase;
}
.wishlist-container label {
display: block;
font-weight: 600;
}
.wishlist-container input {
border: 1px solid #ddd;
min-height: 40px;
width: 100%;
padding: 0px 20px;
}
.delivery-details input,
.delivery-details select {
width: 100%;
border: 1px solid #eee;
background-color: transparent;
padding: 10px;
margin-bottom: 20px;
}
.my-account-accordion button,
.authentication button {
border: 1px solid #333;
}
.my-account-accordion button:hover,
.authentication button:hover {
border-color: #f9ba48;
}
/*====================
32. Authentication
=====================*/
.authentication {
padding: 20px;
background-color: #fbfbfb;
border: 1px solid #eee;
}
.border-title h3 {
text-transform: uppercase;
font-size: 18px;
color: #333;
border-bottom: 2px solid #ddd;
padding-bottom: 10px;
margin-bottom: 20px;
}
.authentication label, .authentication input {
width: 100%;
}
.authentication label {
text-transform: uppercase;
color: #333;
}
.authentication input {
border: 1px solid #ddd;
padding: 8px 10px;
background-color: transparent;
font-size: 12px;
text-transform: capitalize;
color: #333;
margin-bottom: 30px;
}
/*====================
33. Blog
=====================*/
.blog-category {
display: block;
text-transform: capitalize;
color: #454545;
border-bottom: 1px solid #e0e0e0;
padding: 8px 0px;
transition: 0.3s;
}
.blog-category:hover {
color: #f9ba48;
}
/*====================
33.1. Blog details
=====================*/
.blog-full-post .blog-img a img {
width: 100%;
}
.blog-full-post .blog-info {
margin-bottom: 10px;
margin-top: 30px;
}
.blog-full-post .blog-title {
font-size: 24px;
margin-bottom: 20px;
line-height: 30px;
}
.blog-full-post .post-text p {
margin-bottom: 35px;
}
.blog-full-post .post-text blockquote {
border-left: 4px solid #f9ba48;
font-size: 14px;
margin-left: 55px;
}
.blog-full-post .blog-info {
margin-bottom: 10px;
margin-top: 30px;
}
.blog-full-post .post-info {
background-color: #f3f3f3;
margin-bottom: 30px;
padding: 10px 10px 7px 22px;
}
.blog-full-post .post-info span i {
color: #f9ba48;
}
.comment-list ul li {
background-color: #f3f3f3;
margin-bottom: 30px;
overflow: hidden;
padding: 20px 25px;
}
.comment-list ul li.comment-reply {
margin-left: 40px;
}
.comment-list .author-img {
float: left;
width: 10%;
}
.comment-list .author-comment {
float: left;
padding-left: 3%;
width: 90%;
}
.author-comment h5 {
font-family: "Poppins",sans-serif;
font-weight: 600;
margin: 0;
}
.author-comment p {
color: #666666;
font-size: 13px;
line-height: 22px;
margin-bottom: 0;
}
.author-comment a {
color: #f9ba48;
margin-right: 10px;
text-transform: capitalize;
}
.author-comment a.reply {
color: #777;
}
.author-comment a.reply:hover {
color: #ee2050;
} | public/themes/frontend/style.css | 0. Google fonts
=====================*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=devanagari,latin-ext');
body {
font-family: Arial,Helvetica,sans-serif;
color: #666666;
}
/*====================
1. Basic Style
=====================*/
ul {
list-style: none;
margin: 0;
padding: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
margin-top: 0;
}
a:hover {
text-decoration: none;
}
a:focus {
outline: none;
text-decoration: none;
}
a {
transition: .4s;
}
img {
max-width: 100%;
}
select option {
padding: 5px;
font-weight: 400;
text-transform: capitalize;
}
.pt-20 {
padding-top: 20px;
}
.pt-30 {
padding-top: 30px;
}
.pt-40 {
padding-top: 40px;
}
.pt-50 {
padding-top: 50px;
}
.ptb-20 {
padding: 20px 0;
}
.ptb-30 {
padding: 30px 0;
}
.ptb-40 {
padding: 40px 0;
}
.ptb-50 {
padding: 50px 0;
}
.mt-10 {
margin-top: 10px;
}
.mt-20 {
margin-top: 20px;
}
.mt-30 {
margin-top: 30px;
}
.mt-40 {
margin-top: 40px;
}
.mt-50 {
margin-top: 50px;
}
.mt-minus-53 {
margin-top: -53px;
}
/*====================
2. background images
=====================*/
.top-banner-bg-1 {
background-image: url(img/banner/top_banner1.jpg);
}
.top-banner-bg-2 {
background-image: url(img/banner/top_banner2.jpg);
}
.top-banner-bg-3 {
background-image: url(img/banner/top_banner3.jpg);
}
.top-banner-bg-4 {
background-image: url(img/banner/top_banner4.jpg);
}
/*====================
3. Top banner
=====================*/
.top-banner-area {
background-size: cover;
background-position: center;
height: 120px;
padding: 30px 0px;
}
.hide-top-banner {
transition: 0.3s;
margin-top: -120px;
}
.top-banner-area .icon {
float: left;
margin-top: -20px;
margin-right: 30px;
}
.top-banner-area .description {
color: #fff;
padding-top: 20px;
}
.learn-more-btn a {
cursor: pointer;
color: #fff;
border: 2px solid #fff;
display: inline-block;
padding: 11px 30px;
margin-top: 7px;
}
.learn-more-btn a:hover {
background-color: #f9ba48;
border-color: #f9ba48;
}
.close-section-btn {
color: #fff;
position: absolute;
right: -20px;
top: -10px;
font-size: 18px;
cursor: pointer;
}
/*====================
4. Banner Style
=====================*/
.banner-hover {
position: relative;
z-index: 1;
display: block;
}
.banner-hover:after, .banner-hover:before {
position: absolute;
background-color: rgba(255,255,255,0.2);
content: "";
left: 50%;
right: 51%;
opacity: 1;
top: 0;
bottom: 0;
}
.banner-hover:after {
left: 0;
right: 0;
top: 50%;
bottom: 51%;
}
.banner-hover:hover:after {
top: 0;
bottom: 0;
}
.banner-hover:hover:before {
left: 0;
right: 0;
}
.banner-hover:hover:after,.banner-hover:hover:before {
opacity: 0;
transition: 0.8s;
transition-timing-function: ease-in;
}
/*====================
5. header
=====================*/
header {
background-color: #fff;
}
#mobileMenu {
display: none;
}
/*====================
5.1 header top
=====================*/
.header-top-area {
border-bottom: 1px solid #ebebeb;
}
/*====================
5.1.1 header top contact
=====================*/
.header-address,
.header-menu ul li a {
line-height: 45px;
}
.header-address {
float: left;
margin-right: 15px;
font-size: 12px;
margin-left: 1px;
color: #888888;
}
.header-address span {
border-left: 1px solid #ebebeb;
padding-left: 15px;
}
.header-address a {
color: #282828;
}
.header-address:hover a,
.header-menu ul li:hover > a {
color: #f9ba48;
}
/*====================
5.1.2 header top menu
=====================*/
.header-menu ul {
text-align: right;
}
.header-menu ul li {
display: inline-block;
position: relative;
}
.header-menu ul li a {
color: #888888;
font-size: 12px;
padding: 0 13px;
text-transform: capitalize;
}
.header-menu ul li a span {
color: #282828;
}
.header-menu > ul > li > a {
border-left: 1px solid #ebebeb;
}
.header-menu > ul > li:last-child > a {
border-right: 1px solid #ebebeb;
}
.header-menu ul ul {
position: absolute;
width: 120%;
background-color: #fff;
z-index: 9999999;
text-align: left;
box-shadow: 0px 2px 5px -1px #999;
transition: 0.3s;
transform-origin: 0 0 0;
transform: scaleY(0);
opacity: 0;
visibility: hidden;
}
.header-menu ul li:hover ul {
opacity: 1;
transform: scaleY(1);
visibility: visible;
}
.header-menu ul ul li {
display: block;
}
.header-menu ul ul li a {
line-height: 30px;
color: #282828;
}
/*====================
6. Main header
=====================*/
.main-header-area {
padding: 30px 0px;
}
.catagory-bar, .total-cart {
padding-top: 15px;
}
.header-search {
position: relative;
background-color: #f8f8f8;
border-radius: 4px;
font-size: 13px;
border: 1px solid #ebebeb;
}
.header-search input {
background-color: transparent;
border: 0px;
padding: 13px 0px 13px 20px;
width: 55%;
}
.header-search span:after {
position: absolute;
content: "\f107";
font-family: fontawesome;
top: -2px;
right: -20px;
}
.header-search span {
position: relative;
margin-left: 20px;
}
.header-search span:before {
position: absolute;
width: 2px;
height: 20px;
content: "";
background-color: #e1e1e1;
top: -1px;
left: 10px
}
.header-search #select {
background-color: transparent;
border: none;
position: relative;
right: -60px;
}
.header-search #select:after {
content: "\f107";
font-family: 'fontawesome';
position: absolute;
right: -50px;
display: block;
}
.header-search button {
position: absolute;
right: 0;
height: 100%;
width: 60px;
font-size: 24px;
border: 0px;
background-color: #f9ba48;
color: #fff;
border-radius: 0px 4px 4px 0px;
}
/*====================
7. header cart
=====================*/
.total-cart {
float: right;
position: relative;
width: 100%;
z-index: 999999;
}
.cart-button a {
background-color: #3069af;
color: #ffffff;
display: block;
text-align: left;
padding: 6px 30px 6px 20px;
font-size: 12px;
border-radius: 3px;
}
.cart-button a span.price {
display: block;
position: relative;
}
.cart-button a span.price:after {
content: "2";
position: absolute;
margin-left: -26px;
background-color: #f9ba48;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 50%;
font-size: 12px;
top: -9px;
box-shadow: 0px 2px 10px -3px #000;
}
.cart-button a span.price:before {
background-color: #f9ba48;
content: "";
width: 8px;
height: 8px;
content: "";
top: -3px;
position: absolute;
margin-left: -28px;
z-index: 9;
transform: rotate(45deg);
}
.cart-button a i {
display: inline-block;
height: 40px;
line-height: 40px;
width: 40px;
float: left;
text-align: center;
font-size: 24px;
margin-right: 26px;
position: relative;
}
.cart-item {
background-color: #ffffff;
border-top: 1px solid #efefef;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
opacity: 0;
padding: 25px 25px 0px;
position: absolute;
right: 0;
transform: scaleY(0);
transform-origin: 0 0 0;
transition: all 0.5s ease 0s;
visibility: hidden;
width: 340px;
}
.total-cart:hover .cart-item {
opacity: 1;
transform: scaleY(1);
visibility: visible;
z-index: 999;
}
.single-item::after {
background-color: #777777;
border-radius: 50%;
color: #ffffff;
content: "x";
cursor: pointer;
height: 16px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 16px;
font-weight: 700;
line-height: 14px;
}
.cart-item .single-item .item-img {
border: 1px solid #efefef;
display: block;
float: left;
margin-bottom: 20px;
margin-right: 20px;
width: 25%;
position: relative;
transition: .5s;
}
.cart-item .single-item .item-img:hover {
border-color: #f9ba48;
}
.item-img span.quality {
background-color: #444444;
border-radius: 50%;
color: #ffffff;
height: 25px;
left: -10px;
line-height: 25px;
position: absolute;
text-align: center;
top: -10px;
width: 25px;
z-index: 999;
}
.cart-item .single-item .item-info {
float: left;
width: 60%;
}
.cart-item .single-item:first-child {
}
.cart-item .single-item {
overflow: hidden;
position: relative;
border-bottom: 1px solid #efefef;
margin-bottom: 20px;
}
.cart-item .single-item .item-info a,
.cart-item .single-item .item-info a.title span {
color: #666;
display: inline-block;
text-transform: capitalize;
font-size: 13px;
font-weight: 400;
margin-bottom: 3px;
}
.cart-item .single-item .item-info a.title {
display: block;
}
.cart-item .single-item .item-info a.title:hover {
color: #3069af;
}
.cart-item .single-item .item-info span {
display: block;
font-weight: 700;
margin-top: 5px;
}
.subtotal h3 {
font-size: 12px;
font-weight: 700;
margin-top: 15px;
text-transform: uppercase;
}
.subtotal h3 span {
float: right;
font-size: 12px;
margin-top: -3px;
}
.cart-item .checkout {
background-color: #f9ba48;
line-height: 40px;
margin-top: 25px;
margin-left: -50px;
left: 25px;
position: relative;
text-align: center;
padding: 20px 0px;
}
.cart-item .checkout a {
color: #434343;
display: inline-block;
padding: 0 15px;
text-transform: uppercase;
background-color: #ffffff;
border-radius: 3px;
font-size: 12px;
font-weight: 600;
}
.cart-item .checkout a:hover {
background-color: #232323;
color: #fff;
}
.cart-item .checkout a i {
font-weight: 700;
}
/*====================
8. Mainmenu
=====================*/
.mainmenu ul li {
display: inline-block;
position: relative;
}
.mainmenu ul li a {
color: #ffffff;
font-size: 12px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
display: block;
letter-spacing: 0.05em;
padding: 20px 25px;
text-transform: uppercase;
line-height: 25px;
}
.mainmenu ul li.active > a {
color: #f9ba48;
}
.mainmenu ul li:first-child > a {
padding-left: 0px;
}
.mainmenu ul li:hover > a {
color: #f9ba48;
}
/*====================
9. Submenu
=====================*/
.mainmenu ul li ul {
position: absolute;
z-index: 9999;
width: 220px;
top: 100%;
background-color: #000;
transition: 0.3s;
transform: scaleY(0);
transform-origin: 0 0 0;
opacity: 0;
visibility: hidden;
}
.mainmenu ul li ul li {
display: block;
}
.mainmenu ul li ul li a {
text-transform: capitalize;
font-weight: 600;
color: #f1f1f1;
padding: 10px 20px;
border-bottom: 1px solid #222;
}
.mainmenu ul li ul li:first-child > a {
padding-left: 20px;
}
.mainmenu ul li:hover > ul {
transform: scaleY(1);
opacity: 1;
visibility: visible;
}
/*====================
10. Category menu
=====================*/
.header-bottom {
background-color: #000000;
transition: 0.3s;
}
.header-bottom.stick {
position: fixed;
top: 0;
width: 100%;
z-index: 9;
background-color: rgba(0,0,0,0.75);
}
.header-bottom.stick:hover {
background-color: rgba(0,0,0,1);
}
.no-full-bg {
background-color: transparent;
}
.header-section-bg {
background-color: #000;
margin-left: -15px;
padding-left: 30px;
}
.more-catagory-item ,
.less-catagory {
display: none;
}
.catagory-heading {
cursor: pointer;
}
.catagory-heading h2 {
background-color: #f9ba48;
color: #ffffff;
font-size: 14px;
font-family: 'Poppins', sans-serif;
line-height: 45px;
margin: 0;
padding: 10px 0px 10px 85px;
position: relative;
text-transform: uppercase;
font-weight: 700;
}
.stick .catagory-heading h2 {
background-color: #b68e43;
transition: 0.3s;
}
.stick .catagory-heading h2:hover {
background-color: #f9ba48;
}
.catagory-heading h2:before {
color: #ffffff;
font-family: fontawesome;
position: absolute;
content: "\f0c9";
left: 25px;
font-size: 14px;
width: 45px;
height: 45px;
border: 2px solid rgba(255,255,255,0.5);
border-radius: 50%;
text-align: center;
line-height: 43px;
top: 10px;
}
.catagory-list-menu ul li {
line-height: 50.7px;
position: relative;
}
.catagory-list-menu ul li a {
background-color: #000000;
border-bottom: 1px solid #2b2a2a;
color: #aaa;
display: block;
font-size: 14px;
text-transform: capitalize;
font-family: Arial;
padding-left: 30px;
}
.catagory-list-menu ul > li > a > img {
width: 20px;
position: relative;
top: -2px;
margin-right: 5px;
}
.catagory-list-menu ul li:hover a {
background-color: #2b2a2a;
}
.catagory-list-menu ul li.arrow::after {
color: #aaa;
content: "\f105";
font-family: fontawesome;
height: 20px;
position: absolute;
right: 10px;
top: 0;
width: 20px;
z-index: 1;
}
.catagory-list-menu ul li a i {
display: block;
float: left;
height: 25px;
line-height: 50px;
margin-left: -2px;
margin-right: 7px;
text-align: center;
width: 25px;
}
.catagory-list-menu ul li ul.c-sub-menu {
background-color: #ffffff;
left: 100%;
padding: 30px;
position: absolute;
top: 0;
transform: scaleX(0);
transform-origin: 0 0 0;
transition: all 0.5s ease 0s;
width: 240px;
z-index: 0;
opacity: 0;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.catagory-list-menu ul li:hover ul.c-sub-menu {
z-index: 5;
transform: scaleX(1);
opacity: 1;
}
.catagory-list-menu ul li ul.c-sub-menu li {
line-height: 35px
}
.catagory-list-menu ul li ul.c-sub-menu li a {
border-bottom: 0px solid #2b2aba;
padding: 0;
background-color: #fff;
color: #232323;
text-transform: uppercase;
font-size: 12px;
font-weight: 700;
}
.c-mega-menu {
background-color: #ffffff;
left: 100%;
opacity: 0;
padding: 30px;
position: absolute;
top: 0;
transform: scaleX(0);
transform-origin: 0 0 0;
transition: all 0.5s ease 0s;
visibility: hidden;
width: 780px;
box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.c-mega-menu.item-3 {
width: 600px;
}
.c-mega-menu.item-3 span {
width: 33.33%;
}
.catagory-list-menu li:hover .c-mega-menu {
opacity: 1;
transform: scaleX(1);
visibility: visible;
}
.block {
overflow: hidden;
}
.catagory-list-menu ul li .banner a {
border: 0px;
padding-left: 0px;
}
.banner-hover img {
width: 100%;
}
.catagory-list-menu ul li .banner {
margin-top: 20px;
}
.c-mega-menu span {
float: left;
width: 25%;
}
.catagory-list-menu li .c-mega-menu a,
.catagory-list-menu li:hover .c-mega-menu a {
background-color: #FFF;
}
.catagory-list-menu .c-mega-menu span a {
border-bottom: 0 none;
line-height: 35px;
padding: 0;
color: #6f6f6f;
}
.catagory-list-menu ul > li:hover > a,
.catagory-list-menu ul > li.arrow:hover:after,
.catagory-list-menu .c-mega-menu span a:first-child:hover,
.catagory-list-menu ul li ul.c-sub-menu li a:hover,
.catagory-list-menu .c-mega-menu span a:hover {
color: #f9ba48;
}
.catagory-list-menu .c-mega-menu span a:first-child {
font-family: Poppins;
color: #232323;
text-transform: uppercase;
font-size: 12px;
font-weight: 700;
}
.catagory-list-menu {
display: block;
position: absolute;
width: 100%;
z-index: 999;
}
.catagory-list-menu.hidden-menu {
display: none;
}
.catagory-menu {
position: relative;
}
/*====================
11. Mobile menu
=====================*/
#mobileMenu li a i {
display: none;
}
.slicknav_menu {
background-color: #000;
}
.slicknav_menu .slicknav_menutxt {
font-size: 0px;
}
.slicknav_menu .slicknav_icon {
margin: 5px 3px 2px 3px;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
border-radius: 0px !important;
text-transform: capitalize;
font-weight: 600;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
background-color: #f9ba48;
color: #000;
}
.slicknav_nav .slicknav_row:hover a {
color: #000;
}
.slicknav_nav .slicknav_row a:hover {
background-color: transparent;
}
/*====================
12. sldier area
=====================*/
.slide-show {
background-color: #f8f8f8;
}
.slide-show.slide-banner {
background-color: #fff;
}
/*====================
13. Slider content
=====================*/
.slider-area {
position: relative;
}
.slide-banner .slider-area {
width: 69%;
float: left;
}
.slide-banner .slide-banners {
width: 31%;
float: right;
}
.slider-caption {
padding-top: 70px;
}
.layer-1-1 h2.title-1 ,
.layer-1-2 h2.title-2 ,
.layer-2-1 h2.title-1 ,
.layer-2-2 h2.title-2 {
color: #fff;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 10px;
animation: 0.6s ease-in-out 0.6s normal backwards 1 running fadeInDown;
}
.layer-1-1 h2.title-1 {
margin-bottom: 0px;
}
.layer-1-2 h2.title-2 ,
.layer-2-2 h2.title-2 {
font-size: 50px;
color: #e2f2f5;
animation: 0.6s ease-in-out 1s normal backwards 1 running zoomIn;
}
.layer-2-2 h2.title-2 {
color: #fff;
}
.layer-2-2 h2.title-2 span {
color: #f9ba48;
display: block;
}
.layer-1-3 p.title-3,
.layer-2-3 p.title-3 {
font-size: 24px;
color: #ffbc00;
font-weight: 700;
padding-left: 0;
margin-bottom: 40px;
animation: 0.6s ease-in-out 1.6s normal backwards 1 running fadeInLeft;
}
.layer-2-3 p.title-3 {
color: #fff;
font-weight: 400;
font-size: 18px;
}
.layer-1-4 a.title-4,
.layer-2-4 a.title-4 {
color: #fff;
padding: 0px 25px;
line-height: 40px;
background-color: #f9ba48;
border-radius: 5px;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
animation: 0.6s ease-in-out 2s normal backwards 1 running rollIn;
}
.layer-1-4 a.title-4:hover,
.layer-2-4 a.title-4:hover {
background-color: #dca340;
}
.slider-caption.style-2 .layer-1-1 .title-1 {
color: #ee4e67;
font-weight: 400;
}
.slider-caption.style-2 .layer-1-1 .title-1,
.slider-caption.style-2 .layer-2-1 .title-1 {
font-size: 14px;
font-weight: 500;
}
.slider-caption.style-2 .layer-1-3 .title-3,
.slider-caption.style-2 .layer-1-2 .title-2 {
color: #282828;
}
.slider-caption.style-2 .layer-1-3 .title-3 {
font-size: 18px;
}
.slider-caption.style-2 .layer-2-1 .title-1,
.slider-caption.style-2 .layer-2-2 .title-2 span {
color: #ff8625;
}
/*====================
14. Info area
=====================*/
.single-info {
background-color: #fff;
border: 1px solid #eeeeee;
padding: 20px;
overflow: hidden;
position: relative;
margin-top: 30px;
z-index: 1;
}
.img {
float: left;
width: 66px;
height: 66px;
position: relative;
}
.img img {
transition: 0.3s;
}
.img img:last-child {
position: absolute;
left: 0;
top: 0;
z-index: -1;
opacity: 0;
}
.single-info:hover .img img:last-child {
z-index: 9;
opacity: 1;
}
.info-content {
padding-left: 76px;
line-height: 25px;
color: #bdbdbd;
padding-top: 15px;
transition: 0.3s;
}
.info-content h3 {
margin: 0;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
color: #282828;
line-height: 18px;
transition: 0.3s;
}
.single-info:after {
content: "";
border: 0px solid transparent;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
position: absolute;
transition: 0.3s;
z-index: -1;
}
.single-info:hover:after {
border: 2px solid #f9ba48;
}
.single-info:hover h3,
.single-info:hover .info-content {
color: #f9ba48
}
/*====================
15. Product style
=====================*/
.section-heading {
background-color: #f8f8f8;
height: 53px;
position: relative;
}
.section-heading h2 {
text-transform: uppercase;
margin: 0;
font-size: 14px;
font-weight: 700;
color: #373737;
line-height: 53px;
position: relative;
z-index: 1;
}
.section-heading h2.blue,
.section-heading h2.brown,
.section-heading h2.green,
.section-heading h2.sweet {
background-color: #373737;
color: #fff;
}
.section-heading h2.small-icon-size {
padding-left: 13px;
}
.section-heading h2.small-icon-size img {
margin-right: 35px;
}
.section-heading h2:before {
content: "";
background-image: url(img/icon/bg_title.png);
width: 66px;
height: 53px;
position: absolute;
left: 0;
top: 0;
z-index: -1;
}
.section-heading h2.blue:before {
background-image: url(img/icon/bg_title_blue.png);
}
.section-heading h2.sweet:before {
background-image: url(img/icon/bg_title_sweet.png);
}
.section-heading h2.brown:before {
background-image: url(img/icon/bg_title_brown.png);
}
.section-heading h2.green:before {
background-image: url(img/icon/bg_title_green.png);
}
.section-heading h2 img {
margin-right: 25px;
}
.section-heading:after {
border: 1px solid #ebebeb;
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: -1;
}
.color-bordered {
border: 2px solid #f9ba48;
}
.grey-bordered {
border: 1px solid #ebebeb;
}
.single-product-item.floating {
overflow: hidden;
}
.floating .item-img {
width: 40%;
float: left;
position: relative;
}
.list-items .floating .item-img {
width: 35%;
margin-right: 4%;
}
.floating .item-info {
width: 60%;
float: left;
padding: 30px;
}
.floating .item-img img {
width: 100%;
}
.sale:after,
.new:after {
content: "sale!";
right: 10px;
top: 15px;
position: absolute;
background-color: #db4d4d;
color: #fff;
width: 42px;
height: 42px;
font-size: 13px;
border-radius: 50%;
line-height: 42px;
text-align: center;
text-transform: capitalize;
}
.new:after {
content: "new";
background-color: #3c74b9;
}
.item-info h2 {
margin: 0px;
}
.item-title {
font-size: 12px;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
color: #3c74b9;
margin-bottom: 10px;
text-transform: capitalize;
display: block;
}
.item-title.large {
font-size: 16px;
font-weight: 700;
}
.ratings {
margin: -5px 0px 10px;
}
.ratings i {
color: #ffbf44;
font-size: 12px;
}
.item-price {
margin: 0;
color: #434343;
font-size: 16px;
font-weight: 700;
font-family: Arial,Helvetica,sans-serif;
}
.item-price .old-price {
text-decoration: line-through;
margin: 0px 5px;
color: #acacac;
}
.product-descriptions {
margin: 0;
padding: 10px 0;
letter-spacing: 0.025em;
font-size: 12px;
font-family: Arial,Helvetica,sans-serif;
line-height: 23px;
}
.DateCountdown {
width: 75%;
margin-left: -10px;
margin-bottom: 10px;
}
.single-action {
font-family: Arial,Helvetica,sans-serif;
background-color: #ebebeb;
color: #848484;
display: inline-block;
text-transform: capitalize;
font-size: 13px;
text-align: center;
padding: 0px 12px;
line-height: 37px;
font-weight: 700;
border-radius: 5px;
margin-right: 4px;
}
.single-action i {
font-size: 18px;
position: relative;
top: 4px;
}
.single-action:hover {
background-color: #f9ba48;
color: #fff;
}
/*====================
16. Owl nav style
=====================*/
.owl-carousel .owl-controls .owl-nav div {
position: absolute;
right: 50px;
top: -83px;
font-size: 16px;
color: #000;
height: 50px;
width: 30px;
text-align: center;
line-height: 50px;
transition: 0.3s;
}
.owl-carousel .owl-controls .owl-nav div:hover {
color: #f9ba48;
}
.owl-carousel .owl-controls .owl-nav div.owl-next {
right: 5px;
}
.owl-carousel .owl-controls .owl-nav div.owl-next:before {
}
.owl-carousel .owl-controls .owl-nav div.owl-next i:after {
content: "";
background-color: #e1e1e1;
height: 20px;
width: 1px;
position: absolute;
left: -8px;
top: 15px;
}
/*====================
17. multiple items
=====================*/
.multiple-items .single-product-item {
position: relative;
z-index: 1;
padding: 20px;
}
.multiple-items.owl-carousel .owl-stage-outer {
border-left: 1px solid #ebebeb;
margin-left: -2px;
}
.multiple-items .single-product-item:after,
.banner-type-item .single-product-item:after {
content: "";
border: 1px solid #ebebeb;
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: -1;
transition: 0.3s;
border-left: 1px solid transparent;
}
.multiple-items .single-product-item .item-info {
padding-top: 20px;
}
.hover-content {
position: absolute;
top: 50%;
margin-top: -18px;
width: 100%;
left: 0;
transition: 0.3s;
transform: scale(0);
opacity: 0;
}
.single-product-item:hover .hover-content {
transform: scale(1);
opacity: 1;
}
.multiple-items .single-product-item:hover:after,
.banner-type-item .single-product-item:hover:after {
border: 2px solid #f9ba48;
}
.multiple-items .single-product-item .actions {
padding-top: 17px;
}
.list-items .floating .item-info {
padding: 0;
}
.list-items .single-product-item {
border-bottom: 1px solid #ebebeb;
padding: 14.5px 0px;
margin: 0px 10px;
}
.list-items .single-product-item:last-child {
border: 0px;
}
/*====================
17.1 Product tab
=====================*/
.product-tab li a {
color: #909090;
text-transform: uppercase;
font-weight: 700;
font-family: 'Poppins', sans-serif;
display: block;
padding: 15px 20px;
position: relative;
line-height: 23px;
}
.product-tab li {
display: inline-block;
}
.product-tab li.active a, .product-tab li:hover a {
color: #373737;
}
.product-tab li:first-child a {
padding-left: 0px;
}
.product-tab li a:after {
content: "";
background-image: url(img/icon/line.png);
width: 1px;
height: 30px;
position: absolute;
right: 0;
top: 10px;
}
.product-tab li:last-child a::after {
width: 0;
}
.tab-content > .tab-pane {
display: block;
height: 0px;
}
.tab-content > .tab-pane.active {
height: auto;
display: block;
}
.tab-content > .tab-pane.active .owl-carousel.owl-loaded,
.tab-content > .tab-pane.active .banner-type-item,
.tab-content > .tab-pane.active .gird-items,
.tab-content > .tab-pane.active .list-category-items {
display: block;
}
.tab-content > .tab-pane .owl-carousel.owl-loaded,
.tab-content > .tab-pane .banner-type-item,
.tab-content > .tab-pane .gird-items,
.tab-content > .tab-pane .list-category-items {
display: none;
}
.tab-content.style-2 {
margin-left: -60px;
padding-left: 30px;
}
/*====================
17.2 Category item menu
=====================*/
.category-item-menu {
font-family: Arial,Helvetica,sans-serif;
position: relative;
z-index: 1;
}
.category-item-menu ul {
position: absolute;
right: 85px;
top: -38px;
}
.category-item-menu ul li a {
color: #909090;
text-transform: capitalize;
font-size: 12px;
padding: 15px 10px;
position: relative;
z-index: 1;
}
.category-item-menu ul li a:after {
width: 6px;
height: 6px;
background-color: #f9b848;
content: "";
position: absolute;
border-radius: 50%;
left: -3px;
top: 20px;
transition: 0.3s;
opacity: 0;
}
.category-item-menu ul li a:hover:after {
opacity: 1;
left: 0;
top: 18px;
}
.category-item-menu ul li a:hover {
color: #f9b848;
}
/*====================
18. Box content
=====================*/
.box-items .owl-stage-outer {
border-left: 1px solid #ebebeb;
margin-left: -1px;
}
.single-box-item {
border: 1px solid #ebebeb;
overflow: hidden;
padding: 25px;
border-left: 0px;
}
.single-box-item:last-child {
border-top: 0px;
}
.single-box-item .box-item-img {
width: 40%;
float: left;
margin-right: 5%;
overflow: hidden;
}
.single-box-item .box-item-img a img {
transition: 0.5s;
transform: scale(1);
}
.single-box-item:hover .box-item-img a img {
transform: scale(1.15);
}
.box-content {
width: 55%;
float: left;
}
.box-content > a {
text-transform: uppercase;
font-weight: 600;
color: #3c74b9;
font-family: 'Poppins', sans-serif;
display: block;
line-height: 1;
margin-bottom: 15px;
font-size: 14px;
}
.box-content ul li a {
color: #6f6f6f;
font-size: 12px;
line-height: 25px;
text-transform: capitalize;
display: block;
}
.box-content ul li a:hover {
padding-left: 5px;
}
.box-content a:hover,
.item-title:hover,
.blog-info > a:hover {
color: #f9bc48
}
.single-box-item.style-2:hover .box-item-img a img {
transform: scale(1);
}
.single-box-item.style-2 {
padding: 15px;
position: relative;
}
.single-box-item.style-2 .actions {
margin-top: 15px;
}
.single-box-item.style-2 .hover-content {
left: 73%;
margin-top: 32px;
}
.single-box-item.style-2:hover .hover-content {
opacity: 1;
transform: scale(1);
}
.single-box-item.style-2:after {
content: "";
border: 2px solid transparent;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: 0.3s;
z-index: -1;
}
.single-box-item.style-2:hover:after {
border-color: #f9ba48;
}
/*====================
19. Blog post
=====================*/
.single-blog {
border: 1px solid #ebebeb;
}
.single-blog:hover .blog-img img {
opacity: 0.85;
}
.single-blog .blog-img img {
transition: 0.3s;
width: 100%;
}
.blog-content {
padding: 30px;
}
.blog-content .blog-info .date {
background-color: #373737;
color: #fff;
display: block;
padding: 10px 15px;
border-radius: 5px;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
text-align: center;
line-height: 18px;
float: left;
margin-right: 20px;
}
.blog-content .blog-info {
overflow: hidden;
}
.blog-content .blog-info .date span {
font-weight: 400;
display: block;
font-size: 13px;
}
.blog-info > a {
display: block;
color: #434343;
font-weight: 700;
text-transform: uppercase;
line-height: 18px;
margin-bottom: 5px;
font-family: Arial,Helvetica,sans-serif;
}
.blog-content .view-count {
font-size: 12px;
font-family: Arial,Helvetica,sans-serif;
margin-bottom: 0;
}
.blog-content .view-count i {
margin-right: 7px;
}
.blog-description {
color: #434343;
margin-bottom: 0px;
margin-top: 22px;
line-height: 25px;
font-size: 14px;
font-family: Arial,Helvetica,sans-serif;
}
/*====================
20. Client logos
=====================*/
.clients-logo .logos a {
display: block;
}
.clients-logo .logos a:nth-child(3) {
margin-top: -1px;
}
.clients-logo .logos a img {
transition: 0.5s;
border-bottom: 1px solid #282828;
border-right: 1px solid #282828;
}
.clients-logo .logos a img:hover {
opacity: 0.85;
}
/*====================
21. Footer area
=====================*/
.footer-area {
background-color: #2d2d2d;
}
.footer-area, .footer-area a {
color: #757575;
}
.newsletter-area {
padding: 40px 0;
border-bottom: ;
border-bottom: 1px solid #383838;
}
.newsletter-title h2 {
color: #f9ba48;
text-transform: uppercase;
margin: 0;
font-size: 20px;
font-weight: 600;
}
.newsletter-title {
color: #fff;
font-size: 14px;
}
.newsletter-form input {
width: 100%;
background-color: #fff;
border: 0px;
padding: 10px 15px;
text-transform: capitalize;
color: #454545;
border-radius: 5px;
}
.newsletter-form {
position: relative;
z-index: 1;
}
.newsletter-form button {
position: absolute;
right: 0;
top: 0;
height: 100%;
border: 0px;
background-color: #f9bc48;
color: #fff;
font-weight: 700;
text-transform: uppercase;
padding: 0px 15px;
border-radius: 0px 5px 5px 0px;
}
.social-icons a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 14px;
background-color: #373737;
display: inline-block;
border-radius: 5px;
color: #fff;
margin-left: 3px;
}
.social-icons a:hover {
background-color: #f9ba48;
}
.footer-widget-area {
padding: 50px 0px;
}
.widget-title h3 {
text-transform: uppercase;
margin-bottom: 20px;
margin-top: 0;
line-height: 30px;
color: #fff;
font-size: 14px;
font-weight: 700;
}
.widget-address span {
color: #fff;
text-transform: capitalize;
}
.widget-address p {
line-height: 25px;
line-height: ;
}
.widget-address p a:hover {
color: #f9ba48;
}
.widget-menu a {
display: block;
padding: 7px 20px;
text-transform: capitalize;
position: relative;
font-size: 14px;
}
.widget-menu a:after {
width: 6px;
height: 6px;
background-color: #f9ba48;
content: "";
position: absolute;
left: 0;
top: 14px;
border-radius: 50%;
}
.widget-menu a:hover {
padding-left: 23px;
color: #f9ba48;
}
.footer-bottom-area {
padding: 20px 0px;
border-top: 1px solid #383838;
}
.footer-copyright {
font-size: 12px;
padding-top: 7px;
}
.footer-copyright a {
color: #f9ba48;
text-transform: capitalize;
}
/*====================
22. Product modal
=====================*/
#item-modal .modal-dialog {
width: 1100px;
margin-top: 70px;
}
#item-modal .modal-body {
padding: 20px;
}
.close-button {
position: absolute;
right: -22px;
width: 28px;
height: 28px;
background-color: #fff;
color: #333;
line-height: 28px;
text-align: center;
font-size: 28px;
border-radius: 50%;
top: -22px;
cursor: pointer;
}
.cart-plus-minus-box {
width: 50px;
border-radius: 0px;
border: 1px solid #ddd;
padding: 4px 0px;
text-align: center;
margin-left: 8px;
}
.qtybutton {
display: inline-block;
width: 40px;
border: 1px solid #ddd;
text-align: center;
margin-left: 10px;
font-size: 18px;
height: 38px;
line-height: 36px;
cursor: pointer;
font-weight: 700;
}
.cart-plus-minus {
margin: 30px 0px;
}
.product-modal .item-img {
border: 1px solid #ddd;
}
.product-modal .item-info {
padding-top: 0px;
line-height: 27px;
color: #898989;
}
.product-modal .item-title.large {
font-size: 18px;
font-weight: 400;
}
.product-modal .info {
font-size: 12px;
color: #adadad;
line-height: 20px;
margin-bottom: 20px;
margin-top: 20px;
}
.product-modal .info span {
color: #f9ba48;
}
.product-modal .product-descriptions {
font-size: 14px;
}
.product-modal .item-price {
font-size: 18px;
}
.product-modal .item-info .actions {
margin-bottom: 30px;
}
.size,
.color {
color: #333;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 30px;
}
.size select {
width: 220px;
text-transform: uppercase;
border: 1px solid #ddd;
padding: 0px 10px;
margin-top: 5px;
}
.single-color {
display: inline-block;
position: relative;
}
.color span {
position: relative;
width: 35px;
height: 35px;
z-index: 1;
display: block;
cursor: pointer;
}
.color span:after {
position: absolute;
content: "";
background-color: #434a54;
left: 0;
width: 100%;
height: 100%;
top: 0;
z-index: 1;
display: block;
}
form .single-color:nth-child(2) span:after {
background-color: #f39c11;
}
form .single-color:nth-child(3) span:after {
background-color: #5d9cec;
}
form .single-color:nth-child(4) span:after {
background-color: #f1c40f;
}
.single-color input {
position: absolute;
top: 0;
}
.stock {
font-weight: 600;
font-style: italic;
margin-bottom: 30px;
}
.stock span {
font-style: normal;
background-color: #333;
color: #fff;
padding: 8px 12px;
border-radius: 5px;
}
.product-modal .social-share a {
border: 1px solid #ddd;
display: inline-block;
padding: 3px 15px;
color: #333;
text-transform: capitalize;
}
.product-modal .social-share a:nth-child(1) {
color: #00aaf0;
}
.product-modal .social-share a:nth-child(2) {
color: #435f9f;
}
.product-modal .social-share a:nth-child(3) {
color: #dd5044;
}
.product-modal .social-share a:nth-child(4) {
color: #cc2129;
}
.product-modal .social-share a:hover {
color: #fff;
}
.product-modal .social-share a:hover:nth-child(1) {
background-color: #00aaf0;
border-color: #00aaf0;
}
.product-modal .social-share a:hover:nth-child(2) {
background-color: #435f9f;
border-color: #435f9f;
}
.product-modal .social-share a:hover:nth-child(3) {
background-color: #dd5044;
border-color: #dd5044;
}
.product-modal .social-share a:hover:nth-child(4) {
background-color: #cc2129;
border-color: #cc2129;
}
/*====================
23. Scroll Item
=====================*/
.scroll-item ul {
transition: 0.3s;
}
.scroll-item .scroll-visible {
margin-top: -80px;
}
.scroll-item {
position: fixed;
top: 50%;
margin-top: -120px;
left: 0px;
z-index: 999;
}
.scroll-item li a {
display: block;
height: 60px;
width: 60px;
background-color: #333;
text-align: center;
border-bottom: 1px solid #454545;
line-height: 60px;
}
.scroll-item li a:hover {
background-color: #f9ba48;
border-color: #f9ba48;
}
.scroll-item li:last-child a {
border-bottom: 0px;
}
#scrollUp {
display: none;
}
#scrollUp a {
width: 60px;
top: 50%;
text-align: center;
color: #fff;
font-weight: 700;
text-transform: uppercase;
display: block;
left: 20px;
height: 160px;
}
#scrollUp span {
transform: rotate(-90deg);
display: block;
width: 100px;
position: relative;
left: -19px;
font-size: 12px;
}
/*====================
24. Other Style
=====================*/
.single-product-item {
overflow: hidden;
position: relative;
padding: 15px;
}
.deals-day-items .single-product-item {
padding: 0px;
}
.hot-deals-item {
border: 2px solid #f9ba48;
}
.hot-deals-item .actions {
margin: 20px 0 15px;
}
.hot-deals-item .DateCountdown {
width: 100%;
margin-left: 0;
margin-bottom: -3px;
}
.hot-deals-item .time_circles > div > h4 {
font-size: 9px !important;
line-height: 9px !important;
}
.hot-deals-item .item-info {
padding-top: 20px;
}
.hot-deals-item .single-product-item:hover .hover-content {
top: 38%;
}
.different-items .single-box-item {
padding: 5px 0px;
}
.different-items .single-box-item .hover-content {
margin-top: -40px;
}
.different-items .single-box-item .actions {
margin-top: 25px;
}
.different-items .single-box-item .item-info {
margin-top: 11.5px;
}
.new-arrival-items.style-2 .list-items .single-product-item {
padding: 20px 0px;
}
.header-section-bg .product-tab li a {
color: #fff;
}
.header-section-bg .product-tab li.active a,.header-section-bg .product-tab li:hover a {
color: #f9ba48;
}
.style-2 .owl-carousel .owl-controls .owl-nav div {
top: -53px;
color: #999;
}
.style-2 .owl-carousel .owl-controls .owl-nav div.owl-next i::after {
background-color: #888;
}
.banner-type-item {
width: 31%;
float: left;
border: 1px solid #eee;
}
.banner-type-item .single-product-item {
padding: 18px 15px;
}
.banner-type-item-slide {
width: 69%;
margin-left: 31%;
}
.banner-type-item .single-product-item:after {
border-color: transparent;
}
.banner-type-item .single-product-item .actions {
margin-top: 21px;
}
.banner-type-item-slide .single-box-item.style-2 {
padding: 15.8px 15px;
}
.banner-type-item-slide .single-box-item.style-2:first-child {
border-bottom: 0px;
}
/*====================
25. Gird List Items
=====================*/
.gird-items .single-product-item {
width: 33.33%;
float: left;
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
}
.gird-items .single-product-item .actions {
margin-top: 20px;
}
.gird-items {
border-top: 1px solid #eee;
border-left: 1px solid #eee;
overflow: hidden;
}
.gird-items .single-product-item:after,
.list-category-items .single-product-item:after {
border: 2px solid transparent;
content: "";
position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
transition: 0.3s;
z-index: -1;
}
.gird-items .single-product-item:hover:after,
.list-category-items .single-product-item:hover:after {
border: 2px solid #f9ba48;
}
.list-category-items .single-product-item {
border: 1px solid #eee;
border-bottom: 0px;
}
.list-category-items .single-product-item:last-child {
border-bottom: 1px solid #eee;
}
.list-category-items .floating .item-info {
padding: 10px 0px 0px 30px;
}
/*====================
26. Shop sidebar
=====================*/
.sidebar {
background-color: #f4f4f5;
padding: 0px 15px 30px;
}
.sidebar-title {
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
padding: 30px 0 20px;
color: #000;
display: block;
margin: 0;
}
.input-box label {
position: relative;
top: -3px;
color: #898989;
text-transform: capitalize;
font-weight: 500;
margin-left: 2px;
cursor: pointer;
margin-bottom: 10px;
}
.price-slider-amount #amount {
border: 0px;
background-color: transparent;
}
.price-slider-amount {
font-size: 13px;
color: #444;
margin-bottom: 20px;
}
#slider-range.ui-slider .ui-slider-handle {
background-color: #fff;
border-radius: 50%;
border: 4px solid #f9ba48;
height: 17px;
width: 17px;
cursor: pointer;
}
#slider-range .ui-slider-range.ui-widget-header {
background-color: #f9ba48;
border: 0px solid transparent;
height: 6px;
top: 1px;
}
#slider-range.ui-widget-content {
background-color: transparent;
border: 0px;
width: 90%;
margin: auto;
}
/*====================
27. Gird List Tab
=====================*/
.list-gird-tab-menu li {
display: inline-block;
}
.list-gird-tab-menu li a {
display: block;
color: #898989;
border: 1px solid #ddd;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
}
.list-gird-tab-menu li.active a, .list-gird-tab-menu li a:hover {
background-color: #f9ba48;
color: #fff;
border-color: #f9ba48;
}
.list-gird-tab-menu {
display: inline-block;
}
.category-options .size {
display: inline-block;
margin-left: 40px;
margin-bottom: 0;
}
.category-bar p {
display: inline-block;
margin-bottom: 0px;
margin-top: 10px;
}
.compare-btn {
color: #fff;
background-color: #333;
text-transform: uppercase;
font-weight: 500;
padding: 6px 10px;
display: inline-block;
float: right;
}
.compare-btn:hover {
color: #fff;
}
.category-options .category-title h2 {
text-transform: uppercase;
font-size: 16px;
color: #333;
font-weight: 600;
margin-bottom: 5px;
}
.category-options .category-title h2 span {
float: right;
text-transform: capitalize;
font-size: 13px;
}
.category-options .category-bar {
border-top: 2px solid #ebebeb;
border-bottom: 2px solid #ebebeb;
padding: 20px 0px;
}
/*====================
28. Breadcrumb area
=====================*/
.breadcrumb-area {
background-color: #f8f8f8;
padding: 30px 0px;
}
.breadcrumb {
margin: 0;
background-color: transparent;
padding: 0;
}
.breadcrumb li a {
color: #7b7b7b;
}
.breadcrumb li.active {
color: #f9ba48;
text-transform: capitalize;
}
/*====================
29. Cart & Wishlist
=====================*/
.table-responsive .table th {
text-transform: capitalize;
font-size: 13px;
color: #333;
font-style: normal;
}
.table-responsive .table .item-img {
width: 110px;
}
.table-responsive .table .item-img img {
border: 1px solid #ddd;
}
.table-responsive .table .cart-product-name a {
color: #3a3939;
display: block;
font-size: 17px;
font-weight: 400;
text-transform: capitalize;
margin-bottom: 5px;
margin-top: 5px;
}
.table-responsive .table .cart-product-name a:hover {
color: #f9ba48;
}
.table-responsive .table .cart-product-name p {
margin-bottom: 3px;
font-size: 12px;
}
.table-responsive .table .unit-price span {
display: block;
font-weight: 400;
line-height: 95px;
}
.table-responsive .table .stock span {
font-weight: 600;
line-height: 95px;
text-transform: capitalize;
font-size: 12px;
border-radius: 0;
}
.table-responsive .table .add-to-cart .cart-btn,
.shopping-button button,
.shopping-button a {
background-color: #fff;
border: 1px solid #f9ba48;
border-radius: 5px;
color: #f9ba48;
font-weight: 600;
margin: 29px 0;
padding: 10px 20px;
text-transform: uppercase;
transition: all 0.5s ease 0s;
}
.table-responsive .table .add-to-cart .cart-btn:hover,
.shopping-button button:hover,
.shopping-button a:hover {
background-color: #f9ba48;
color: #fff;
}
.table-responsive .table .quantity input {
height: 35px;
margin: 30px 0;
text-align: center;
width: 35px;
border: 1px solid #ddd;
}
.table-responsive .table .remove-icon button {
background-color: transparent;
border: 0 none;
font-size: 24px;
margin: 30px 0px;
}
.table-responsive .table .remove-icon button:hover {
color: #ee2050;
}
.cart-addition-area {
overflow: hidden;
padding-top: 30px;
}
.section-small-title h3 {
font-family: "Poppins",sans-serif;
font-size: 14px;
font-weight: 600;
margin-bottom: 25px;
margin-top: 0;
text-transform: uppercase;
color: #333;
}
.single-shipping-location,
.payment-method-box {
border: 1px solid #eee;
height: 40px;
margin-bottom: 10px;
overflow: hidden;
position: relative;
width: 45%;
}
.single-shipping-location::after,
.payment-method-box:after {
color: #777777;
content: "\f107";
font-family: "fontawesome";
position: absolute;
right: 5px;
top: 7px;
pointer-events: none;
}
.single-shipping-location select,
.payment-method-box select {
background-color: transparent;
border: medium none;
color: #606060;
font-weight: 400;
height: 40px;
padding-left: 5px;
text-transform: capitalize;
width: 115%;
}
.discount-coupon p {
margin-top: -4px;
}
.discount-coupon .input-box input {
border: 1px solid #eee;
padding: 5px 10px;
width: 100%;
}
.cart-total p {
border-bottom: 1px solid #e7e7e7;
color: #69686c;
font-weight: 400;
margin-bottom: 12px;
margin-top: -4px;
padding-bottom: 10px;
text-transform: capitalize;
}
.cart-total p.no-border {
border-bottom: 0px;
margin-bottom: 0px;
}
.cart-total p.total-price {
border-top: 1px solid #24273e;
color: #24273e;
font-weight: 600;
margin-bottom: 0;
margin-top: 0px;
padding-top: 15px;
border-bottom: 0px;
}
.shopping-button button,
.shopping-button a {
line-height: 15px;
margin-bottom: 0;
}
.shipping-location .shopping-button button {
margin-top: 19px;
}
.shopping-button a {
display: inline-block;
}
.empty-cart h3,
.empty-wishlist h3 {
font-weight: 400;
letter-spacing: 2px;
margin-bottom: 30px;
margin-top: 0;
}
.buttons a {
display: inline-block;
margin: 0;
}
.buttons a.stock span {
border-radius: 0;
text-transform: uppercase;
padding: 10px 20px;
transition: 0.3s;
}
.buttons a.stock:last-child {
float: right;
}
.buttons a.stock span:hover {
background-color: #f9ba48;
}
.content {
padding: 100px 0px;
}
.content h2 {
text-transform: uppercase;
font-size: 24px;
color: #333;
letter-spacing: 1px;
}
.my-account-accordion button,
.authentication button,
.content a {
background-color: #333;
color: #fff;
text-transform: uppercase;
font-weight: 600;
display: inline-block;
padding: 10px 20px;
transition: 0.3s;
}
.my-account-accordion button:hover,
.authentication button:hover,
.content a:hover {
background-color: #f9ba48;
}
/*====================
30. Checkout
=====================*/
.client-address-form input,
.client-address-form textarea,
.blog-comment-form input,
.blog-comment-form textarea {
border: 1px solid #eee;
margin-bottom: 22px;
padding: 6px 10px;
text-transform: capitalize;
width: 100%;
}
.payment-methods {
overflow: hidden;
}
.payment-method .section-small-title h3 {
margin-top: 25px;
}
.terms-text .checkbox {
padding-left: 20px;
text-transform: capitalize;
}
.terms-text .checkbox a {
color: #f9ba48;
}
.terms-text .checkbox a:hover {
text-decoration: underline;
}
.checkout-area .shopping-button a,
.blog-comment-form .shopping-button button {
margin-top: 15px;
}
/*====================
31. My account
=====================*/
.my-account-accordion .panel-group {
margin-bottom: 0;
}
.my-account-accordion .panel-title i {
color: #f9ba48;
margin-right: 5px;
padding-right: 5px;
position: relative;
}
.my-account-accordion .panel-title i:after {
background-color: #ddd;
content: "";
height: 36px;
position: absolute;
right: -3px;
top: -12px;
width: 1px;
}
.account-title h4 {
font-size: 14px;
text-transform: capitalize;
}
.order-history p,
.credit-slids p {
background-color: #f9ba48;
color: #fff;
margin-top: 20px;
padding: 15px 20px;
font-size: 13px;
}
.my-address p {
font-size: 13px;
}
.account-address {
border: 1px solid #ddd;
padding: 15px;
}
.account-address ul li.address-menu-title {
border-bottom: 1px solid #ddd;
color: #333;
font-size: 18px;
font-weight: 500;
margin-bottom: 15px;
padding-bottom: 5px;
text-transform: uppercase;
}
.account-address li {
font-size: 13px;
line-height: 24px;
text-transform: capitalize;
}
.account-address ul li button,
.add-address button,
.save-button,
.wishlist-container button {
margin-top: 20px;
}
.add-address,
.save-button,
.wishlist-container .save-button {
text-align: right;
margin-right: 5px;
}
.wishlist-container h3 {
font-size: 17px;
font-weight: 500;
text-transform: uppercase;
}
.wishlist-container label {
display: block;
font-weight: 600;
}
.wishlist-container input {
border: 1px solid #ddd;
min-height: 40px;
width: 100%;
padding: 0px 20px;
}
.delivery-details input,
.delivery-details select {
width: 100%;
border: 1px solid #eee;
background-color: transparent;
padding: 10px;
margin-bottom: 20px;
}
.my-account-accordion button,
.authentication button {
border: 1px solid #333;
}
.my-account-accordion button:hover,
.authentication button:hover {
border-color: #f9ba48;
}
/*====================
32. Authentication
=====================*/
.authentication {
padding: 20px;
background-color: #fbfbfb;
border: 1px solid #eee;
}
.border-title h3 {
text-transform: uppercase;
font-size: 18px;
color: #333;
border-bottom: 2px solid #ddd;
padding-bottom: 10px;
margin-bottom: 20px;
}
.authentication label, .authentication input {
width: 100%;
}
.authentication label {
text-transform: uppercase;
color: #333;
}
.authentication input {
border: 1px solid #ddd;
padding: 8px 10px;
background-color: transparent;
font-size: 12px;
text-transform: capitalize;
color: #333;
margin-bottom: 30px;
}
/*====================
33. Blog
=====================*/
.blog-category {
display: block;
text-transform: capitalize;
color: #454545;
border-bottom: 1px solid #e0e0e0;
padding: 8px 0px;
transition: 0.3s;
}
.blog-category:hover {
color: #f9ba48;
}
/*====================
33.1. Blog details
=====================*/
.blog-full-post .blog-img a img {
width: 100%;
}
.blog-full-post .blog-info {
margin-bottom: 10px;
margin-top: 30px;
}
.blog-full-post .blog-title {
font-size: 24px;
margin-bottom: 20px;
line-height: 30px;
}
.blog-full-post .post-text p {
margin-bottom: 35px;
}
.blog-full-post .post-text blockquote {
border-left: 4px solid #f9ba48;
font-size: 14px;
margin-left: 55px;
}
.blog-full-post .blog-info {
margin-bottom: 10px;
margin-top: 30px;
}
.blog-full-post .post-info {
background-color: #f3f3f3;
margin-bottom: 30px;
padding: 10px 10px 7px 22px;
}
.blog-full-post .post-info span i {
color: #f9ba48;
}
.comment-list ul li {
background-color: #f3f3f3;
margin-bottom: 30px;
overflow: hidden;
padding: 20px 25px;
}
.comment-list ul li.comment-reply {
margin-left: 40px;
}
.comment-list .author-img {
float: left;
width: 10%;
}
.comment-list .author-comment {
float: left;
padding-left: 3%;
width: 90%;
}
.author-comment h5 {
font-family: "Poppins",sans-serif;
font-weight: 600;
margin: 0;
}
.author-comment p {
color: #666666;
font-size: 13px;
line-height: 22px;
margin-bottom: 0;
}
.author-comment a {
color: #f9ba48;
margin-right: 10px;
text-transform: capitalize;
}
.author-comment a.reply {
color: #777;
}
.author-comment a.reply:hover {
color: #ee2050;
} | 0.354433 | 0.077832 |
font-family: 'Lato';
src: url('/fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
src: url('/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
url('/fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
url('/fonts/Lato-Regular.ttf') format('truetype');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}
body {
margin-top: 15px;
/*min-width: 1200px;*/
background: #efefef;
}
.tochka-container {
background: #fff;
border-radius: 5px;
box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
margin-bottom: 10px !important;
}
.ui.top.attached.header {
border: none;
}
.top-menu {
padding-left: 0 !important;
padding-right: 0 !important;
margin-top: 1em !important;
margin-bottom: 1em !important;
}
.item-price {
font-size: 12px !important;
}
/** Header fix for smaller-screens **/
.ui.grid.header-main .column.messages-container {
width: 216px !important;
}
@media screen and (max-width:1200px) {
.ui.grid.header-main > .top-search-marketplace {
width: 55.5% !important;
}
.ui.grid.header-main > .header-logo {
width: 209px !important;
}
}
@media screen and (max-width:992px) {
.ui.grid.header-main > .top-search-marketplace {
width: 43.25% !important;
}
.ui.grid.header-main > .header-logo {
width: 209px !important;
}
}
/** END - header fix for small screens */
.segment .ui.dividing.header {
margin-left: -14px;
margin-right: -14px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
background: #264 !important;
margin-top: -14px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
padding-top: 30px;
color: #fff;
font-weight: 100;
}
.segment .ui.dividing.header a {
color: white;
}
.segment .ui.section.divider {
margin-left: -14px;
margin-right: -14px;
margin-top: 14px;
margin-bottom: 14px;
}
.captcha{
margin:auto;
}
.ui.inverted.menu .item {
height: 40px !important;
}
.ui.vertical.fluid.menu {
/*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19) !important;*/
/*margin-right: 20px!important;*/
/*width: 290px !important;*/
border-radius: 5px !important;
}
.t-item-image {
margin-left: -14px;
margin-right: -14px;
border-radius: 0;
text-align: center;
}
.t-item-image img {
width: 100% !important;
}
.t-item-image img, .image img {
margin-left: auto;
margin-right: auto;
}
.top-search {
padding: 9px 0px !important;
}
.top-search input {
border-radius: 0 !important;
border: 0;
}
.top-search-marketplace {
/*padding-left: 40px !important;*/
padding-right: 20px !important;
}
.top-search form {
border: 5px solid #149D32;
}
.top-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: rgb(165, 165, 165) !important;
opacity: 1; /* Firefox */
}
.segment h3.ui.dividing.header {
padding-bottom: 10px;
padding-top: 15px;
}
.floated.right {
float: right;
}
.ui.fixed.menu {
margin-top: 0 !important;
height: 35px;
}
.ui.inverted.red.menu.admin {
margin-bottom: 0 !important;
z-index: 500 !important;
height: 35px;
position: fixed;
right: 0;
bottom: 5px;
margin: 5px;
border-radius: 5px;
}
.ui.divided.list .item {
margin-left: -14px !important;
margin-right: -14px !important;
padding-left: 14px !important;
padding-right: 14px !important;
}
.ui.card {
/*width: 260px !important;*/
background: #338c26;
}
.ui.card .content {
background: #fff !important;
}
.ui.card .card-header {
background: #264 !important;
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
height: 50px !important;
font-size: 0.9em !important;
display: flex !important;
text-align: center;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: #fff !important;
}
.ui.card .store-card-header {
background: #000 !important;
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
height: 85px !important;
display: flex !important;
text-align: center;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: #fff !important;
}
.ui.card a.author {
background: rgba(255, 255, 255, 0.75) !important;
padding: 5px !important;
border-radius: 5px !important;
color: #264 !important;
}
.ui.card .comment .content {
padding-top: 12px !important;
}
.ui.card .content .description {
height: 60px !important;
overflow: hidden !important;
font-style: italic;
}
.ui.card .content.warning .description {
height: auto !important;
}
.ui.card .card-header a {
color: white !important;
margin-bottom: -5px !important;
}
.ui.card.w100p {
width: 100% !important;
}
.ui.card .image img {
min-height: 200px !important;
width: 100%;
background: #111;
}
.image.avatar {
width: 200px !important;
height: 200px !important;
overflow: hidden !important;
}
.ui.card .image {
background: #111 !important;
}
.ui.card .image {
max-height: 200px;
overflow: hidden;
}
.ui.form.segment.contacts {
/*width: 290px;*/
/*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19) !important;*/
}
table {
border-collapse: collapse !important;
font-size: 0.825em !important;
}
table tfoot {
border-top: 1px solid #d4d4d5 !important;
background: #f0f0f0;
}
a.author.admin {
color: red !important;
}
a.item.brand {
width: 100px;
text-align: center;
}
div.masthead {
background-size: cover;
/*background: #222;*/
/*min-height: 100%;*/
margin-top: -40px;
padding:60px;
width: 100%;
padding-top: 200px;
top: 0;
left: 0;
/*background: url('/img/zion.jpg');*/
top: 0px;
left: 0px;
display: flex;
align-items: center;
justify-content: center;
}
div.masthead h1 {
font-size: 78px !important;
line-height: 88px;
text-align: center;
}
div.masthead h2 {
font-size: 34px !important;
line-height: 48px;
text-align: center;
font-weight: 100;
padding: 0;
margin: 0;
color: rgba(255, 255, 255, 0.85);
}
div.feature {
background: #E0E0E0 !important;
/*box-shadow: none !important;*/
}
div.submenu {
margin-bottom: 25px;
padding: 0 !important;
}
.id {
font-family: monospace;
}
.capitalize {
text-transform: capitalize !important;
}
/*
.static.segment img {
max-width: 600px !important;
height: auto;
display: block !important;
margin: 20px;
}
*/
span.bitmessage {
font-size: 9px !important;
overflow: hidden;
}
h1.landing-title {
text-transform: uppercase !important;
font-weight: 100 !important;
color: #eee !important;
}
div.secondary.card {
width: 155px !important;
}
div.secondary.card > div.content > a.header {
height: 70px;
text-align: center !important;
overflow: hidden !important;
margin-left: -14px !important;
margin-right: -14px !important;
margin-top: -14px !important;
margin-bottom: 14px !important;
padding: 14px !important;
font-size: 14px !important;
font-weight: bold !important;
}
div.secondary.card > div.content > div.subheader {
height: 42px;
overflow: hidden !important;
background: #222 !important;
margin-left: -14px !important;
margin-right: -14px !important;
margin-top: -14px !important;
margin-bottom: 14px !important;
padding: 14px !important;
font-size: 0.9em;
color: white !important;
text-transform: uppercase;
}
form.logout {
display: inline;
margin-top: 1px !important;
}
form.logout .ui.button {
background: transparent;
}
.right.menu .item {
margin-bottom: 13px !important;
}
.score {
position: absolute !important;
margin: 10px !important;
margin-left: 20px !important;
z-index: 3 !important;
}
.itemname {
position: absolute;
margin: 10px !important;
z-index: 3 !important;
margin-top: 45px !important;;
}
.menu.stuff .item {
text-transform: capitalize !important;
}
span.author.admin {
color: red !important;
}
a.premium {
border-radius: 5px;
padding: 2px;
padding-left: 5px;
padding-right: 5px;
background: #333;
color: white !important;
}
div.ui.feed div.label img {
height: 36px !important;
width: 36px !important;
}
div.ui.feed .segment, div.ui.feed .ui.cards {
max-width: 676px !important;
}
div.ui.feed .review .ui.card {
width: 100% !important;
}
span.action {
font-weight: 100 !important;
}
.planogram.images {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
a.planogram {
min-width: 100% !important;
background: none repeat scroll 0% 0% #111 !important;
height: auto;
display: block;
margin-left: -65px;
margin-top: 20px;
margin-right: -15px !important;
padding: 20px;
text-align: center;
}
.planogram.image {
width: 450px !important;
height: auto !important;
max-height: 450px !important;
margin-left: auto;
margin-right: auto;
}
.planogram.image img {
min-height: 450px !important;
}
.ui.page.grid.t-message {
margin: 0 !important;
padding: 0 !important;
}
.t-message .column {
text-align: center !important;
}
.striken {
text-decoration: line-through !important;
}
.ui.card.premium {
background: #00B5AD;
color: white !important;
}
.ui.card.premium a.header {
color: #222 !important;
}
.ui.card.premium .ui.label.tiny.fluid {
background: transparent !important;
color: #222;
}
.ui.card.premium a.teal.header, .ui.card.premium .meta, .ui.card.premium .description {
background: transparent !important;
color: white !important;
}
.ui.card .description {
font-size: 12px !important;
color: #222 !important;
}
.ui.card .header {
margin-bottom: 10px !important;
word-break: keep-all;
}
div.ui.card.secondary div.ui.section.divider {
padding: 0 !important;
margin: 0 !important;
}
div.ui.card.secondary div.meta {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
div.ui.card.secondary .header {
font-size: 12px !important;
}
.reminder{
width: 300px;
position: fixed !important;
margin-left: auto;
bottom: 0px;
left: 20px;
z-index: 10;
}
.t-cat-item {
text-transform: capitalize !important;
}
.t-cat-item .hidden {
/*display: none;*/
transition-property: all;
transition-duration: .5s;
transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.t-cat-item:hover .hidden {
display: block;
max-height: auto;
}
div.ui.pagination.menu {
max-width: 100% !important;
overflow-x: auto !important;
margin-left: auto !important;
margin-right: auto !important;
margin-bottom: 2px !important;
}
.pending {
background-color: yellow !important;
color: black !important;
}
.failed {
background-color: red !important;
color: white !important;
}
.cancelled {
background-color: red !important;
color: white !important;
}
.frozen {
background-color: blue !important;
color: white !important;
}
.failed {
background-color: red !important;
color: white !important;
}
.confirmed, .completed {
background: green !important;
color: white !important;
}
.ui.steps .step .description {
max-width: 150px !important;
}
.ui.steps .step.completed {
background: #fff !important;
}
.released {
background: teal !important;
color: white !important;
}
form.left.floated {
float: left !important;
margin-right: 5px !important;
}
div.item.currencies {
display: block !important;
padding: 0 !important;
height: 40px !important;
width: 100% !important;
line-height: 40px !important;
z-index: 10 !important;
}
div.item.currencies div.currency {
display: none;
height: 40px !important;
padding-left: 20px !important;
padding-right: 20px !important;
background: #00B5AD !important;
line-height: 40px !important;
width: 100% !important;
z-index: 10 !important;
}
div.item.currencies a.currency {
height: 40px !important;
background: #00B5AD !important;
color: white !important;
z-index: 10 !important;
}
div.item.currencies div.currency:first-child {
display: block;
}
div.item.currencies:hover div.currency {
display: block;
}
div.menu.level-2 {
display: none;
}
.t-menu-item:hover .menu.level-2 {
display: block;
}
div.t-left-menu-items {
background: #f9f9f9;
min-height: 1200px;
margin-bottom: 16px;
border-top-left-radius: 8px;
}
.front div.t-left-menu-items {
margin-bottom: 0px;
}
.t-left-menu-items h5:first-of-type {
margin-top: 0px;
}
div.ui.vertical.fluid.menu.categories a {
text-transform: capitalize !important;
}
div.ui.vertical.fluid.menu.categories a.cat {
text-transform: capitalize !important;
font-weight: 200 !important;
}
html {
position: relative !important;
min-height: 100% !important;
/*min-width: 1024px !important;*/
height: auto !important;
}
body {
/*margin-bottom: 200px !important; /* bottom = footer height */
}
footer {
position: absolute !important;
left: 0 !important;
bottom: 0 !important;
height: 170px !important;
width: 100% !important;
}
a.cat {
color: black !important;
}
h1.ui.inverted.header.brand {
line-height: 120px !important;
}
pre {
white-space: pre-wrap !important;
word-wrap: break-word !important;
border-left: 2px solid #eee !important;
padding-left: 10px !important;
font-size: 11px !important;
overflow: hidden !important;
}
div.ui.menu.fixed.second-menu {
margin-top: 40px !important;
z-index: 1;
}
.top-adv {
margin-bottom: 20px !important;
}
a.ui.violet.button.tiny.fluid {
color: white !important;
}
.theavatar {
height: 80px !important;
width: 80px !important;
border: 2px solid #eee !important;
}
pre.description {
max-width: 543px !important;
background: #fefefe !important;
}
input#show-mobile-menu {
display: none;
}
#show-mobile-menu:checked ~ .ui.menu {
display: flex;
top: 35px;
flex-direction: column;
height: auto;
box-shadow: 0 3px 2px -2px rgba(0,0,0,.3);
}
#show-mobile-menu:checked ~ .ui.menu > .item {
justify-content: center;
text-align: center;
}
#show-mobile-menu:checked ~ .ui.menu > .right.menu {
margin-left: 0 !important;
display: flex;
justify-content: center;
}
.show-mobile-menu-label,
.show-filters-label,
.show-vendorinfo-label {
display: none !important;
}
#show-filters,
#show-vendorinfo {
display: none;
}
div.progress-holder {
width: 100%;
height: 36px;
border-radius: 7px;
}
.progress{
height: 36px;
background: #00b5ad;
}
.subsubcat {
margin-left: 20px !important;
}
.v-center {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.header-logo {
font-size: 2em !important;
line-height: 1em !important;
padding-bottom: 0.2em !important;
padding: 0 !important;
text-align: center !important;
/*font-style: italic;*/
font-weight: bold !important;
color: #222;
}
.messages-container {
padding-right: 2px !important;
padding-left: 12px !important;
width: 216px !important;
margin-left: auto;
}
.messages {
display: inline-block;
top: 11px;
position: absolute;
}
.messages img {
display: inline-block !important;
padding-top: 4px;
}
.message-block {
position: relative;
display: inline-block;
}
.message-block span.number {
position: absolute;
display: inline-block;
padding: 1px 3px 0px 3px;
/* padding-top: 2px; */
background-color: #abaaaa;
color: white;
font-size: 11px;
line-height: 13px;
border-radius: 4px;
top: -7px;
}
.first-message-block {
margin-right: 0px;
}
.second-message-block {
margin-right: 8px;
}
.third-message-block {
margin-right: 4px;
}
.first-message-block span.number {
left: 25px;
}
.second-message-block span.number {
left: 30px;
}
.third-message-block span.number {
left: 28px;
}
.first-message-block svg {
margin-left: 1px;
}
.second-message-block svg {
margin-left: 8px;
}
.third-message-block svg {
margin-left: 5px;
}
.message-block span.number.highlight {
background-color: #de2525;
}
.message-block span.description {
display: block;
font-size: 10px;
width: 43px;
overflow: hidden;
top: -5px;
position: relative;
}
.account {
float: right;
top: 15px;
right: 15px;
position: absolute;
}
.account span {
display: block;
font-size: 12px;
}
.account img {
margin-left: 5px;
}
.ui.section.divider.left-menu {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
color: #ddd;
border-top-color: #f1f1f1 !important
}
.empty.block {
width: 100%;
height: 24px !important;
}
.event .ui.segment {
width: 100% !important;
/*width: 676px !important;*/
}
.main-page {
background: url("/img/main-background.jpg");
background-repeat: no-repeat;
background-size: cover;
padding-top: 48px;
padding-bottom: 48px;
padding-left: 24px;
padding-right: 24px;
margin-bottom: 24px;
}
img.ui.image.x200 {
width: 200px;
height: 200px;
}
.h200 {
max-height: 300px !important;
overflow: hidden;
font-family: monospace !important;
font-size: 10px !important;
}
.h50 {
max-height: 75px !important;
overflow: hidden;
font-family: monospace !important;
font-size: 10px !important;
}
.inline {
display: inline !important;
}
#example.index .masthead.segment h1 {
font-size: 3em;
color: rgba(255, 255, 255, 1);
line-height: 1.2;
margin: 0px 0px 0px;
padding-bottom: 0px;
-moz-perspective: 500px;
-webkit-perspective: 500px;
perspective: 500px;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
#example.index .masthead.segment h1 .tagline {
font-size: 0.75em;
}
#example.index .masthead.segment h1 > .library {
display: block;
font-size: 1.75em;
font-weight: bold;
}
#example.index .masthead.segment h1 b {
display: inline-block;
font-weight: 500;
}
#example.index .masthead.segment h1 .text {
display: inline-block;
font-weight: 300;
margin-left: -0.4em;
}
.is_read {
font-weight: normal !important;
}
div.spacer {
width: 100% !important;
height: 5px !important;
}
.left.aligned {
text-align: left !important;
}
.label.price {
min-width: 120px !important;
}
.date {
font-size: 11px !important;
}
.teal {
color: #00B5AD;
}
.inline {
display: inline !important;
}
div.comment.active {
background: #f1f1f1 !important;
}
.ui.comments .comment .avatar {
height: 2.5em;
}
div.metadata {
font-size: 10px !important;
color: #999 !important;
}
.ultra-small-avatar {
border-radius: 14px;
height: 14px;
width: 14px;
}
.tochka-left.menu {
background: #ffff0004;
}
.tochka-left.menu .ui.menu a {
color: #0a2896 !important;
}
.tochka-left.menu h3.ui.dividing.header {
background: #0a2896 !important;
}
.user-menu-container:hover div.ui.segment.user-menu {
display: block;
}
.user-menu-container img.circular {
display: inline-block;
}
div.ui.segment.user-menu h3 {
text-align: center;
}
div.ui.segment.user-menu {
width: 250px;
position: absolute;
z-index: 3;
right: -15px;
top: 15px;
display: none;
text-align: left;
}
span.red {
color: red;
}
div.cryptoRate {
font-size: 10px !important;
}
.compact-text {
font-size: 9px !important;
}
.word-break {
word-break: break-all;
}
span.from-author {
float: left;
font-size: 12px;
font-family: monospace;
margin-right: 5px;
margin-left: 2px;
}
.dark-green {
color: #264 !important;
}
.yellow-sun {
color: yellow !important;
text-shadow: 0 0 10px black;
margin-left: -7px !important;
margin-right: -8px !important;
}
.dark-green.button, .dark-green.label {
background-color: #264;
color: #fff !important;
}
.dark-green.button:hover {
background-color: #375;
color: #fff;
}
.ui.label {
margin: 3px !important;
}
a.ui.labeled.button.fluid.spaced{
margin-bottom: 5px;
}
div.sixteen.wide.column.footer {
background: black;
}
div.sixteen.wide.column.footer a, div.sixteen.wide.column.footer span {
color: white !important;
}
.border-bottom {
border-bottom: 1px solid #ccc;
}
div.premium-card-header {
width: 290px;
height: 290px;
text-align: center;
}
div.premium-card-header h1 {
line-height: 290px;
}
div.premium-card-header h2 {
margin-top: -140px !important;
}
.bronze {
background-color: #cd7f32 !important;
}
.gold {
background-color: #FFD700 !important;
}
.silver {
background-color: #C0C0C0 !important;
}
.centered {
text-align: center !important;
}
.ui.vertical.menu .item > .label {
margin-top: -4px !important;
}
.th-16 {
width: 16px;
}
.th-64 {
width: 64px;
}
.main-category {
background-color: rgb(34, 102, 68);
color: #fff;
}
.logo-y {
color: #ffdd2d;
text-shadow: 1px 1px #00000f;
}
.logo-b1 {
color: #0a2896;
}
.logo-b2 {
color: #008099;
}
.logo-r {
color: #d0021b;
}
.logo-g {
color: #338c26;
}
.logo-b2, .logo-r, .logo-g {
margin-left: -11px;
}
a {
color: #0a2896;
}
a:hover {
color: #008099;
}
.store-header {
margin: -15px !important;
margin-bottom: 15px !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.serp-header {
margin: -15px !important;
margin-bottom: 15px !important;
border-radius: 0 !important;
}
.top-aligned {
margin-top: -15px !important;
}
/** FRONT PAGE **/
.menu-small-container {
position: relative;
}
.menu-small {
width: 80px !important;
padding-left: 0.6em !important;
padding-right: 0em !important;
position: absolute !important;
top: 54px;
left: -34px;
z-index: 50;
background-color: white !important;
padding-top: 0.4em;
padding-bottom:0.4em;
}
.menu-small .icon {
float: none !important;
margin-left: 0px !important;
}
.menu-small .item {
padding-right: 0px !important;
padding-bottom: 0px !important;
margin-bottom: 2px !important;
margin-left: 0px !important;
padding-left: 0px !important;
}
.menu-small p {
overflow-wrap: break-word;
}
.menu-small .item {
text-align: center;
padding-left: 0px;
}
.front-page .main-content {
padding-right: 0em !important;
}
.front-page .ui.card {
margin-top: 1em !important;
margin-right: 3rem;
}
.first-fold h2 > span {
text-decoration: underline;
}
.front-page .branch-bg {
background-image: url("/img/branches.svg"), linear-gradient(65deg,#17a77b,#74c947);
background-repeat: no-repeat;
background-position: left;
}
.first-fold {
padding-left: 77px !important;
padding-bottom: 28px !important;
border-bottom: 6px solid #F5F85B;
}
.first-fold h3.empty-placeholder {
color: white;
height: 302px;
}
.first-fold h1 {
margin-bottom: 0px;
color: white;
text-shadow: 2px 2px 8px #00000082;
}
.first-fold h2 {
font-weight: 500;
margin-top: 0px;
color: white;
text-shadow: 2px 2px 8px #00000082;
}
.four-and-a-half.offer {
width: 28.25% !important;
}
.offer-header {
padding: 0px !important;
margin: 0px 0px 4px 0px!important;
}
.offer-header h3 {
color: white;
font-weight: 500;
}
.offer-header span, .offer-header a, .offer-header a:hover {
font-size: 14px;
text-decoration: underline;
color: #827F7F;
}
.first-fold .header {
margin-top: 20px;
margin-bottom: 3px;
padding-left: 0px !important;
}
.front-page .offer {
background-color: rgba(255,255,255,0.4);
margin-right: 1rem;
padding-top: 5px !important;
padding-bottom: 7px !important;
}
.front-page .offer p {
font-size:13px;
}
.front-page .offer .image {
max-height: 150px;
overflow: hidden;
background: #111;
}
.front-page .offer img {
min-height: 200px;
width: 100%;
background: #111;
}
.front-page .offer button {
float: right;
}
.front-page .offer .content-container {
position: relative;
height: 38px;
overflow: hidden;
}
.front-page .offer .content-header {
position: absolute;
top: 0;
}
.front-page .offer .bottom {
padding-top: 6px;
height: 48px;
padding-left: 6px;
}
.front-page .offer .bottom .no-button {
padding-right: 6px;
float: right;
}
.offer .primary.button, .offer .bottom span {
padding: 10px 10px;
margin-top: 3px;
}
.ui.primary.buttons .button:hover, .ui.primary.button:hover {
background-color: #c77f11 !important;
}
.ui.primary.buttons .button, .ui.primary.button {
background-color: #E79110 !important;
margin-right: 0px;
font-size: 13px !important;
}
.ui.primary.buttons:active .button:active, .ui.primary.button:active {
background-color: #E79110 !important;
}
.offer-category {
float: left;
display: inline-block;
}
.offer-category a {
text-decoration: underline;
}
.offer-sub-category {
display: block;
}
/* FRONT-PAGE - second fold */
.second-fold {
background-color: #DEDEDE;
padding-left: 32px !important;
padding-top: 35px !important;
padding-bottom: 35px !important;
}
.second-fold h3 {
font-size: 18px;
color: #515151;
}
.second-fold .offer .bottom {
height: 65px;
}
.second-fold .content-header {
padding: 3px 3px;
}
.second-fold .offer-header span {
color: #827F7F;
}
.second-fold .bottom {
background-color: white;
}
.second-fold .offer-main-category, .second-fold .offer-sub-category, .second-fold .bottom a {
color: #555555;
}
.three-and-a-half {
width: 22.25% !important;
margin-right: 1rem !important;
padding: 8px 8px !important;
}
.two-and-a-half {
width: 17% !important;
margin-right: 1rem !important;
padding: 8px 8px !important;
}
.second-fold .offer {
background-color: #338c26;
}
.second-fold .offer .content-container {
background-color: #226644;
}
.second-fold .offer .content-header p {
color:white;
}
/* FRONT-PAGE - third fold */
.third-fold {
background-color: #c5c5c5;
padding-left: 18px !important;
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.third-fold .offer-header h3 {
padding-left: 13px;
}
.third-fold h3, .third-fold h4 {
color: #424242;
}
.third-fold li {
color: black;
list-style-type: none;
margin-bottom: 3px;
}
.third-fold a {
text-decoration: none;
}
.third-fold ul {
padding-left: 0px;
}
/* FRONT-PAGE - Fourth fold */
.fourth-fold {
background-color: #DEDEDE;
padding-left: 18px !important;
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.fourth-fold h3 {
color: #515151;
}
.fourth-fold .bottom.center {
text-align: center;
height: auto !important;
}
.fourth-fold .bottom.center > a {
float: initial !important;
}
/* FRONT-PAGE - fifth fold */
.fifth-fold {
padding: 33px 0px 43px 36px !important;
border-top: 6px solid #F5F85B;
}
/* FRONT-PAGE - vendor top fold */
.vendor-fold {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.vendor-fold h3 {
color: #5f5f5f;
padding-left: 14px !important;
}
.vendor-fold .offer .bottom {
margin-left: 0px;
height: auto;
}
.vendor-fold .ui.tiny.label {
margin: 0px 0px 0px 2px !important;
}
.vendor-fold .offer .bottom .item-categories {
margin-top:4px;
}
.vendor-fold .offer .bottom .meta span {
padding: 6px 6px;
}
.vendor-fold .offer .bottom .meta p {
margin-top: 10px;
color: #727171;
}
.vendor-fold .offer .bottom .score .number {
width: 33px;
padding-right:2px;
}
.vendor-fold .offer .bottom .item-categories .item-categories-header {
display:block;
color: #727171;
padding: 0px 0px 3px 0px;
margin-top: 0px;
}
.vendor-fold .offer .bottom .item-categories span.category {
border-radius: 4px;
color:white;
background-color: #bdbdbd;
padding: 6px 6px;
}
.vendor-fold .offer .bottom .item-categories .category-container {
display:inline-block;
margin-bottom: 10px;
}
/* FRONT PAGE - Footer */
.front-page .t-left-menu-items {
min-height: 0px
}
.footer {
background-color: #0A0032;
/*margin-top: -1rem;*/
/*margin-bottom: -1rem;*/
/*margin-left: -1rem;*/
/*margin-right: -1rem;*/
}
.footer-v2 {
background-color: #000;
margin-top: -2rem;/*
margin-bottom: -1rem;
margin-left: -1rem;
margin-right: -1rem;*/
}
.footer-v2 .first {
padding-left: 40px !important;
padding-top: 40px !important;
margin: 0 auto !important;
}
.footer-v2 .second {
margin: 0 auto !important;
}
.footer-v2 .three-and-a-half {
width: 24.25% !important;
padding: 8px 0px !important;
margin-right: -6px !important;
}
.footer-v2 h3 {
color:white;
}
.footer-v2 li {
color: white;
list-style-type: none;
margin-bottom: 3px;
}
.footer-v2 ul {
padding-left: 0px;
}
.footer-v2 a, .footer-v2 a:hover, .footer-v2 span {
color:white !important;
}
.footer-v2 a:hover, .footer-v2 span:hover {
text-decoration: underline !important;
}
/** LANDING PAGE - APP */
.landing-page-web-user .fold-1 {
/*margin-top: 40px !important;*/
background-image: url("/img/branches.svg"), linear-gradient(65deg,#17a77b,#74c947);
background-repeat: no-repeat;
background-position: left;
padding: 30px 0px !important;
}
.landing-page-web-user .underline {
text-decoration: underline;
}
.landing-page-web-user button {
padding: 15px 30px !important;
}
.landing-page-web-user .fold-1 {
color:white;
}
.landing-page-web-user .fold-1 h1 {
text-shadow: 2px 2px 8px #00000082;
margin-bottom: 0px;
margin-top: 0px;
}
.landing-page-web-user .fold-1 h2 {
font-weight: 200;
margin: 0px 0px;
font-size: 18px;
}
.landing-page-web-user .fold-1 .first-h2 {
margin-top: 30px;
}
.landing-page-web-user .fold-1 .last-h2 {
margin-bottom: 22px;
}
.landing-page-web-user .fold-1 .text {
xpadding-left: 251px !important;
margin-top: 89px !important;
}
.landing-page-web-user .fold-1 img {
xpadding-left: 120px;
width: 150px;
}
.landing-page-web-user .fold-2 {
margin: 70px 0px !important;
color: #7a7a7a;
}
.landing-page-web-user .fold-2 h1 {
font-size: 24px;
}
.landing-page-web-user .fold-2 h2 {
font-weight: 200;
margin-bottom: 15px;
}
.landing-page-web-user .fold-2 p {
font-size: 18px;
margin-bottom: 9px;
}
.landing-page-web-user .fold-2 p.last {
margin-top:20px;
}
.landing-page-web-user .fold-3 {
background-color: #D5D5D5;
padding: 50px 0px !important;
}
.landing-page-web-user .footer-bg {
background-color: #0A0032;
}
.landing-page-web-user .fold-4 {
background-color: #DEDEDE;
padding: 30px 0px !important;
}
.landing-page-web-user .fold-3 {
}
.landing-page-web-user .fold-3 {
}
.landing-page-web-user .fold-3 {
}
.landing-page-web-user .fold-3 {
}
/** END - LANDING PAGE - APP */ | tochka-free-market/public/css/tochka.css | font-family: 'Lato';
src: url('/fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
src: url('/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
url('/fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
url('/fonts/Lato-Regular.ttf') format('truetype');
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
}
body {
margin-top: 15px;
/*min-width: 1200px;*/
background: #efefef;
}
.tochka-container {
background: #fff;
border-radius: 5px;
box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
margin-bottom: 10px !important;
}
.ui.top.attached.header {
border: none;
}
.top-menu {
padding-left: 0 !important;
padding-right: 0 !important;
margin-top: 1em !important;
margin-bottom: 1em !important;
}
.item-price {
font-size: 12px !important;
}
/** Header fix for smaller-screens **/
.ui.grid.header-main .column.messages-container {
width: 216px !important;
}
@media screen and (max-width:1200px) {
.ui.grid.header-main > .top-search-marketplace {
width: 55.5% !important;
}
.ui.grid.header-main > .header-logo {
width: 209px !important;
}
}
@media screen and (max-width:992px) {
.ui.grid.header-main > .top-search-marketplace {
width: 43.25% !important;
}
.ui.grid.header-main > .header-logo {
width: 209px !important;
}
}
/** END - header fix for small screens */
.segment .ui.dividing.header {
margin-left: -14px;
margin-right: -14px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
background: #264 !important;
margin-top: -14px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
padding-top: 30px;
color: #fff;
font-weight: 100;
}
.segment .ui.dividing.header a {
color: white;
}
.segment .ui.section.divider {
margin-left: -14px;
margin-right: -14px;
margin-top: 14px;
margin-bottom: 14px;
}
.captcha{
margin:auto;
}
.ui.inverted.menu .item {
height: 40px !important;
}
.ui.vertical.fluid.menu {
/*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19) !important;*/
/*margin-right: 20px!important;*/
/*width: 290px !important;*/
border-radius: 5px !important;
}
.t-item-image {
margin-left: -14px;
margin-right: -14px;
border-radius: 0;
text-align: center;
}
.t-item-image img {
width: 100% !important;
}
.t-item-image img, .image img {
margin-left: auto;
margin-right: auto;
}
.top-search {
padding: 9px 0px !important;
}
.top-search input {
border-radius: 0 !important;
border: 0;
}
.top-search-marketplace {
/*padding-left: 40px !important;*/
padding-right: 20px !important;
}
.top-search form {
border: 5px solid #149D32;
}
.top-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: rgb(165, 165, 165) !important;
opacity: 1; /* Firefox */
}
.segment h3.ui.dividing.header {
padding-bottom: 10px;
padding-top: 15px;
}
.floated.right {
float: right;
}
.ui.fixed.menu {
margin-top: 0 !important;
height: 35px;
}
.ui.inverted.red.menu.admin {
margin-bottom: 0 !important;
z-index: 500 !important;
height: 35px;
position: fixed;
right: 0;
bottom: 5px;
margin: 5px;
border-radius: 5px;
}
.ui.divided.list .item {
margin-left: -14px !important;
margin-right: -14px !important;
padding-left: 14px !important;
padding-right: 14px !important;
}
.ui.card {
/*width: 260px !important;*/
background: #338c26;
}
.ui.card .content {
background: #fff !important;
}
.ui.card .card-header {
background: #264 !important;
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
height: 50px !important;
font-size: 0.9em !important;
display: flex !important;
text-align: center;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: #fff !important;
}
.ui.card .store-card-header {
background: #000 !important;
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
height: 85px !important;
display: flex !important;
text-align: center;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: #fff !important;
}
.ui.card a.author {
background: rgba(255, 255, 255, 0.75) !important;
padding: 5px !important;
border-radius: 5px !important;
color: #264 !important;
}
.ui.card .comment .content {
padding-top: 12px !important;
}
.ui.card .content .description {
height: 60px !important;
overflow: hidden !important;
font-style: italic;
}
.ui.card .content.warning .description {
height: auto !important;
}
.ui.card .card-header a {
color: white !important;
margin-bottom: -5px !important;
}
.ui.card.w100p {
width: 100% !important;
}
.ui.card .image img {
min-height: 200px !important;
width: 100%;
background: #111;
}
.image.avatar {
width: 200px !important;
height: 200px !important;
overflow: hidden !important;
}
.ui.card .image {
background: #111 !important;
}
.ui.card .image {
max-height: 200px;
overflow: hidden;
}
.ui.form.segment.contacts {
/*width: 290px;*/
/*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19) !important;*/
}
table {
border-collapse: collapse !important;
font-size: 0.825em !important;
}
table tfoot {
border-top: 1px solid #d4d4d5 !important;
background: #f0f0f0;
}
a.author.admin {
color: red !important;
}
a.item.brand {
width: 100px;
text-align: center;
}
div.masthead {
background-size: cover;
/*background: #222;*/
/*min-height: 100%;*/
margin-top: -40px;
padding:60px;
width: 100%;
padding-top: 200px;
top: 0;
left: 0;
/*background: url('/img/zion.jpg');*/
top: 0px;
left: 0px;
display: flex;
align-items: center;
justify-content: center;
}
div.masthead h1 {
font-size: 78px !important;
line-height: 88px;
text-align: center;
}
div.masthead h2 {
font-size: 34px !important;
line-height: 48px;
text-align: center;
font-weight: 100;
padding: 0;
margin: 0;
color: rgba(255, 255, 255, 0.85);
}
div.feature {
background: #E0E0E0 !important;
/*box-shadow: none !important;*/
}
div.submenu {
margin-bottom: 25px;
padding: 0 !important;
}
.id {
font-family: monospace;
}
.capitalize {
text-transform: capitalize !important;
}
/*
.static.segment img {
max-width: 600px !important;
height: auto;
display: block !important;
margin: 20px;
}
*/
span.bitmessage {
font-size: 9px !important;
overflow: hidden;
}
h1.landing-title {
text-transform: uppercase !important;
font-weight: 100 !important;
color: #eee !important;
}
div.secondary.card {
width: 155px !important;
}
div.secondary.card > div.content > a.header {
height: 70px;
text-align: center !important;
overflow: hidden !important;
margin-left: -14px !important;
margin-right: -14px !important;
margin-top: -14px !important;
margin-bottom: 14px !important;
padding: 14px !important;
font-size: 14px !important;
font-weight: bold !important;
}
div.secondary.card > div.content > div.subheader {
height: 42px;
overflow: hidden !important;
background: #222 !important;
margin-left: -14px !important;
margin-right: -14px !important;
margin-top: -14px !important;
margin-bottom: 14px !important;
padding: 14px !important;
font-size: 0.9em;
color: white !important;
text-transform: uppercase;
}
form.logout {
display: inline;
margin-top: 1px !important;
}
form.logout .ui.button {
background: transparent;
}
.right.menu .item {
margin-bottom: 13px !important;
}
.score {
position: absolute !important;
margin: 10px !important;
margin-left: 20px !important;
z-index: 3 !important;
}
.itemname {
position: absolute;
margin: 10px !important;
z-index: 3 !important;
margin-top: 45px !important;;
}
.menu.stuff .item {
text-transform: capitalize !important;
}
span.author.admin {
color: red !important;
}
a.premium {
border-radius: 5px;
padding: 2px;
padding-left: 5px;
padding-right: 5px;
background: #333;
color: white !important;
}
div.ui.feed div.label img {
height: 36px !important;
width: 36px !important;
}
div.ui.feed .segment, div.ui.feed .ui.cards {
max-width: 676px !important;
}
div.ui.feed .review .ui.card {
width: 100% !important;
}
span.action {
font-weight: 100 !important;
}
.planogram.images {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
a.planogram {
min-width: 100% !important;
background: none repeat scroll 0% 0% #111 !important;
height: auto;
display: block;
margin-left: -65px;
margin-top: 20px;
margin-right: -15px !important;
padding: 20px;
text-align: center;
}
.planogram.image {
width: 450px !important;
height: auto !important;
max-height: 450px !important;
margin-left: auto;
margin-right: auto;
}
.planogram.image img {
min-height: 450px !important;
}
.ui.page.grid.t-message {
margin: 0 !important;
padding: 0 !important;
}
.t-message .column {
text-align: center !important;
}
.striken {
text-decoration: line-through !important;
}
.ui.card.premium {
background: #00B5AD;
color: white !important;
}
.ui.card.premium a.header {
color: #222 !important;
}
.ui.card.premium .ui.label.tiny.fluid {
background: transparent !important;
color: #222;
}
.ui.card.premium a.teal.header, .ui.card.premium .meta, .ui.card.premium .description {
background: transparent !important;
color: white !important;
}
.ui.card .description {
font-size: 12px !important;
color: #222 !important;
}
.ui.card .header {
margin-bottom: 10px !important;
word-break: keep-all;
}
div.ui.card.secondary div.ui.section.divider {
padding: 0 !important;
margin: 0 !important;
}
div.ui.card.secondary div.meta {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
div.ui.card.secondary .header {
font-size: 12px !important;
}
.reminder{
width: 300px;
position: fixed !important;
margin-left: auto;
bottom: 0px;
left: 20px;
z-index: 10;
}
.t-cat-item {
text-transform: capitalize !important;
}
.t-cat-item .hidden {
/*display: none;*/
transition-property: all;
transition-duration: .5s;
transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.t-cat-item:hover .hidden {
display: block;
max-height: auto;
}
div.ui.pagination.menu {
max-width: 100% !important;
overflow-x: auto !important;
margin-left: auto !important;
margin-right: auto !important;
margin-bottom: 2px !important;
}
.pending {
background-color: yellow !important;
color: black !important;
}
.failed {
background-color: red !important;
color: white !important;
}
.cancelled {
background-color: red !important;
color: white !important;
}
.frozen {
background-color: blue !important;
color: white !important;
}
.failed {
background-color: red !important;
color: white !important;
}
.confirmed, .completed {
background: green !important;
color: white !important;
}
.ui.steps .step .description {
max-width: 150px !important;
}
.ui.steps .step.completed {
background: #fff !important;
}
.released {
background: teal !important;
color: white !important;
}
form.left.floated {
float: left !important;
margin-right: 5px !important;
}
div.item.currencies {
display: block !important;
padding: 0 !important;
height: 40px !important;
width: 100% !important;
line-height: 40px !important;
z-index: 10 !important;
}
div.item.currencies div.currency {
display: none;
height: 40px !important;
padding-left: 20px !important;
padding-right: 20px !important;
background: #00B5AD !important;
line-height: 40px !important;
width: 100% !important;
z-index: 10 !important;
}
div.item.currencies a.currency {
height: 40px !important;
background: #00B5AD !important;
color: white !important;
z-index: 10 !important;
}
div.item.currencies div.currency:first-child {
display: block;
}
div.item.currencies:hover div.currency {
display: block;
}
div.menu.level-2 {
display: none;
}
.t-menu-item:hover .menu.level-2 {
display: block;
}
div.t-left-menu-items {
background: #f9f9f9;
min-height: 1200px;
margin-bottom: 16px;
border-top-left-radius: 8px;
}
.front div.t-left-menu-items {
margin-bottom: 0px;
}
.t-left-menu-items h5:first-of-type {
margin-top: 0px;
}
div.ui.vertical.fluid.menu.categories a {
text-transform: capitalize !important;
}
div.ui.vertical.fluid.menu.categories a.cat {
text-transform: capitalize !important;
font-weight: 200 !important;
}
html {
position: relative !important;
min-height: 100% !important;
/*min-width: 1024px !important;*/
height: auto !important;
}
body {
/*margin-bottom: 200px !important; /* bottom = footer height */
}
footer {
position: absolute !important;
left: 0 !important;
bottom: 0 !important;
height: 170px !important;
width: 100% !important;
}
a.cat {
color: black !important;
}
h1.ui.inverted.header.brand {
line-height: 120px !important;
}
pre {
white-space: pre-wrap !important;
word-wrap: break-word !important;
border-left: 2px solid #eee !important;
padding-left: 10px !important;
font-size: 11px !important;
overflow: hidden !important;
}
div.ui.menu.fixed.second-menu {
margin-top: 40px !important;
z-index: 1;
}
.top-adv {
margin-bottom: 20px !important;
}
a.ui.violet.button.tiny.fluid {
color: white !important;
}
.theavatar {
height: 80px !important;
width: 80px !important;
border: 2px solid #eee !important;
}
pre.description {
max-width: 543px !important;
background: #fefefe !important;
}
input#show-mobile-menu {
display: none;
}
#show-mobile-menu:checked ~ .ui.menu {
display: flex;
top: 35px;
flex-direction: column;
height: auto;
box-shadow: 0 3px 2px -2px rgba(0,0,0,.3);
}
#show-mobile-menu:checked ~ .ui.menu > .item {
justify-content: center;
text-align: center;
}
#show-mobile-menu:checked ~ .ui.menu > .right.menu {
margin-left: 0 !important;
display: flex;
justify-content: center;
}
.show-mobile-menu-label,
.show-filters-label,
.show-vendorinfo-label {
display: none !important;
}
#show-filters,
#show-vendorinfo {
display: none;
}
div.progress-holder {
width: 100%;
height: 36px;
border-radius: 7px;
}
.progress{
height: 36px;
background: #00b5ad;
}
.subsubcat {
margin-left: 20px !important;
}
.v-center {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.header-logo {
font-size: 2em !important;
line-height: 1em !important;
padding-bottom: 0.2em !important;
padding: 0 !important;
text-align: center !important;
/*font-style: italic;*/
font-weight: bold !important;
color: #222;
}
.messages-container {
padding-right: 2px !important;
padding-left: 12px !important;
width: 216px !important;
margin-left: auto;
}
.messages {
display: inline-block;
top: 11px;
position: absolute;
}
.messages img {
display: inline-block !important;
padding-top: 4px;
}
.message-block {
position: relative;
display: inline-block;
}
.message-block span.number {
position: absolute;
display: inline-block;
padding: 1px 3px 0px 3px;
/* padding-top: 2px; */
background-color: #abaaaa;
color: white;
font-size: 11px;
line-height: 13px;
border-radius: 4px;
top: -7px;
}
.first-message-block {
margin-right: 0px;
}
.second-message-block {
margin-right: 8px;
}
.third-message-block {
margin-right: 4px;
}
.first-message-block span.number {
left: 25px;
}
.second-message-block span.number {
left: 30px;
}
.third-message-block span.number {
left: 28px;
}
.first-message-block svg {
margin-left: 1px;
}
.second-message-block svg {
margin-left: 8px;
}
.third-message-block svg {
margin-left: 5px;
}
.message-block span.number.highlight {
background-color: #de2525;
}
.message-block span.description {
display: block;
font-size: 10px;
width: 43px;
overflow: hidden;
top: -5px;
position: relative;
}
.account {
float: right;
top: 15px;
right: 15px;
position: absolute;
}
.account span {
display: block;
font-size: 12px;
}
.account img {
margin-left: 5px;
}
.ui.section.divider.left-menu {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
color: #ddd;
border-top-color: #f1f1f1 !important
}
.empty.block {
width: 100%;
height: 24px !important;
}
.event .ui.segment {
width: 100% !important;
/*width: 676px !important;*/
}
.main-page {
background: url("/img/main-background.jpg");
background-repeat: no-repeat;
background-size: cover;
padding-top: 48px;
padding-bottom: 48px;
padding-left: 24px;
padding-right: 24px;
margin-bottom: 24px;
}
img.ui.image.x200 {
width: 200px;
height: 200px;
}
.h200 {
max-height: 300px !important;
overflow: hidden;
font-family: monospace !important;
font-size: 10px !important;
}
.h50 {
max-height: 75px !important;
overflow: hidden;
font-family: monospace !important;
font-size: 10px !important;
}
.inline {
display: inline !important;
}
#example.index .masthead.segment h1 {
font-size: 3em;
color: rgba(255, 255, 255, 1);
line-height: 1.2;
margin: 0px 0px 0px;
padding-bottom: 0px;
-moz-perspective: 500px;
-webkit-perspective: 500px;
perspective: 500px;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
#example.index .masthead.segment h1 .tagline {
font-size: 0.75em;
}
#example.index .masthead.segment h1 > .library {
display: block;
font-size: 1.75em;
font-weight: bold;
}
#example.index .masthead.segment h1 b {
display: inline-block;
font-weight: 500;
}
#example.index .masthead.segment h1 .text {
display: inline-block;
font-weight: 300;
margin-left: -0.4em;
}
.is_read {
font-weight: normal !important;
}
div.spacer {
width: 100% !important;
height: 5px !important;
}
.left.aligned {
text-align: left !important;
}
.label.price {
min-width: 120px !important;
}
.date {
font-size: 11px !important;
}
.teal {
color: #00B5AD;
}
.inline {
display: inline !important;
}
div.comment.active {
background: #f1f1f1 !important;
}
.ui.comments .comment .avatar {
height: 2.5em;
}
div.metadata {
font-size: 10px !important;
color: #999 !important;
}
.ultra-small-avatar {
border-radius: 14px;
height: 14px;
width: 14px;
}
.tochka-left.menu {
background: #ffff0004;
}
.tochka-left.menu .ui.menu a {
color: #0a2896 !important;
}
.tochka-left.menu h3.ui.dividing.header {
background: #0a2896 !important;
}
.user-menu-container:hover div.ui.segment.user-menu {
display: block;
}
.user-menu-container img.circular {
display: inline-block;
}
div.ui.segment.user-menu h3 {
text-align: center;
}
div.ui.segment.user-menu {
width: 250px;
position: absolute;
z-index: 3;
right: -15px;
top: 15px;
display: none;
text-align: left;
}
span.red {
color: red;
}
div.cryptoRate {
font-size: 10px !important;
}
.compact-text {
font-size: 9px !important;
}
.word-break {
word-break: break-all;
}
span.from-author {
float: left;
font-size: 12px;
font-family: monospace;
margin-right: 5px;
margin-left: 2px;
}
.dark-green {
color: #264 !important;
}
.yellow-sun {
color: yellow !important;
text-shadow: 0 0 10px black;
margin-left: -7px !important;
margin-right: -8px !important;
}
.dark-green.button, .dark-green.label {
background-color: #264;
color: #fff !important;
}
.dark-green.button:hover {
background-color: #375;
color: #fff;
}
.ui.label {
margin: 3px !important;
}
a.ui.labeled.button.fluid.spaced{
margin-bottom: 5px;
}
div.sixteen.wide.column.footer {
background: black;
}
div.sixteen.wide.column.footer a, div.sixteen.wide.column.footer span {
color: white !important;
}
.border-bottom {
border-bottom: 1px solid #ccc;
}
div.premium-card-header {
width: 290px;
height: 290px;
text-align: center;
}
div.premium-card-header h1 {
line-height: 290px;
}
div.premium-card-header h2 {
margin-top: -140px !important;
}
.bronze {
background-color: #cd7f32 !important;
}
.gold {
background-color: #FFD700 !important;
}
.silver {
background-color: #C0C0C0 !important;
}
.centered {
text-align: center !important;
}
.ui.vertical.menu .item > .label {
margin-top: -4px !important;
}
.th-16 {
width: 16px;
}
.th-64 {
width: 64px;
}
.main-category {
background-color: rgb(34, 102, 68);
color: #fff;
}
.logo-y {
color: #ffdd2d;
text-shadow: 1px 1px #00000f;
}
.logo-b1 {
color: #0a2896;
}
.logo-b2 {
color: #008099;
}
.logo-r {
color: #d0021b;
}
.logo-g {
color: #338c26;
}
.logo-b2, .logo-r, .logo-g {
margin-left: -11px;
}
a {
color: #0a2896;
}
a:hover {
color: #008099;
}
.store-header {
margin: -15px !important;
margin-bottom: 15px !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.serp-header {
margin: -15px !important;
margin-bottom: 15px !important;
border-radius: 0 !important;
}
.top-aligned {
margin-top: -15px !important;
}
/** FRONT PAGE **/
.menu-small-container {
position: relative;
}
.menu-small {
width: 80px !important;
padding-left: 0.6em !important;
padding-right: 0em !important;
position: absolute !important;
top: 54px;
left: -34px;
z-index: 50;
background-color: white !important;
padding-top: 0.4em;
padding-bottom:0.4em;
}
.menu-small .icon {
float: none !important;
margin-left: 0px !important;
}
.menu-small .item {
padding-right: 0px !important;
padding-bottom: 0px !important;
margin-bottom: 2px !important;
margin-left: 0px !important;
padding-left: 0px !important;
}
.menu-small p {
overflow-wrap: break-word;
}
.menu-small .item {
text-align: center;
padding-left: 0px;
}
.front-page .main-content {
padding-right: 0em !important;
}
.front-page .ui.card {
margin-top: 1em !important;
margin-right: 3rem;
}
.first-fold h2 > span {
text-decoration: underline;
}
.front-page .branch-bg {
background-image: url("/img/branches.svg"), linear-gradient(65deg,#17a77b,#74c947);
background-repeat: no-repeat;
background-position: left;
}
.first-fold {
padding-left: 77px !important;
padding-bottom: 28px !important;
border-bottom: 6px solid #F5F85B;
}
.first-fold h3.empty-placeholder {
color: white;
height: 302px;
}
.first-fold h1 {
margin-bottom: 0px;
color: white;
text-shadow: 2px 2px 8px #00000082;
}
.first-fold h2 {
font-weight: 500;
margin-top: 0px;
color: white;
text-shadow: 2px 2px 8px #00000082;
}
.four-and-a-half.offer {
width: 28.25% !important;
}
.offer-header {
padding: 0px !important;
margin: 0px 0px 4px 0px!important;
}
.offer-header h3 {
color: white;
font-weight: 500;
}
.offer-header span, .offer-header a, .offer-header a:hover {
font-size: 14px;
text-decoration: underline;
color: #827F7F;
}
.first-fold .header {
margin-top: 20px;
margin-bottom: 3px;
padding-left: 0px !important;
}
.front-page .offer {
background-color: rgba(255,255,255,0.4);
margin-right: 1rem;
padding-top: 5px !important;
padding-bottom: 7px !important;
}
.front-page .offer p {
font-size:13px;
}
.front-page .offer .image {
max-height: 150px;
overflow: hidden;
background: #111;
}
.front-page .offer img {
min-height: 200px;
width: 100%;
background: #111;
}
.front-page .offer button {
float: right;
}
.front-page .offer .content-container {
position: relative;
height: 38px;
overflow: hidden;
}
.front-page .offer .content-header {
position: absolute;
top: 0;
}
.front-page .offer .bottom {
padding-top: 6px;
height: 48px;
padding-left: 6px;
}
.front-page .offer .bottom .no-button {
padding-right: 6px;
float: right;
}
.offer .primary.button, .offer .bottom span {
padding: 10px 10px;
margin-top: 3px;
}
.ui.primary.buttons .button:hover, .ui.primary.button:hover {
background-color: #c77f11 !important;
}
.ui.primary.buttons .button, .ui.primary.button {
background-color: #E79110 !important;
margin-right: 0px;
font-size: 13px !important;
}
.ui.primary.buttons:active .button:active, .ui.primary.button:active {
background-color: #E79110 !important;
}
.offer-category {
float: left;
display: inline-block;
}
.offer-category a {
text-decoration: underline;
}
.offer-sub-category {
display: block;
}
/* FRONT-PAGE - second fold */
.second-fold {
background-color: #DEDEDE;
padding-left: 32px !important;
padding-top: 35px !important;
padding-bottom: 35px !important;
}
.second-fold h3 {
font-size: 18px;
color: #515151;
}
.second-fold .offer .bottom {
height: 65px;
}
.second-fold .content-header {
padding: 3px 3px;
}
.second-fold .offer-header span {
color: #827F7F;
}
.second-fold .bottom {
background-color: white;
}
.second-fold .offer-main-category, .second-fold .offer-sub-category, .second-fold .bottom a {
color: #555555;
}
.three-and-a-half {
width: 22.25% !important;
margin-right: 1rem !important;
padding: 8px 8px !important;
}
.two-and-a-half {
width: 17% !important;
margin-right: 1rem !important;
padding: 8px 8px !important;
}
.second-fold .offer {
background-color: #338c26;
}
.second-fold .offer .content-container {
background-color: #226644;
}
.second-fold .offer .content-header p {
color:white;
}
/* FRONT-PAGE - third fold */
.third-fold {
background-color: #c5c5c5;
padding-left: 18px !important;
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.third-fold .offer-header h3 {
padding-left: 13px;
}
.third-fold h3, .third-fold h4 {
color: #424242;
}
.third-fold li {
color: black;
list-style-type: none;
margin-bottom: 3px;
}
.third-fold a {
text-decoration: none;
}
.third-fold ul {
padding-left: 0px;
}
/* FRONT-PAGE - Fourth fold */
.fourth-fold {
background-color: #DEDEDE;
padding-left: 18px !important;
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.fourth-fold h3 {
color: #515151;
}
.fourth-fold .bottom.center {
text-align: center;
height: auto !important;
}
.fourth-fold .bottom.center > a {
float: initial !important;
}
/* FRONT-PAGE - fifth fold */
.fifth-fold {
padding: 33px 0px 43px 36px !important;
border-top: 6px solid #F5F85B;
}
/* FRONT-PAGE - vendor top fold */
.vendor-fold {
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.vendor-fold h3 {
color: #5f5f5f;
padding-left: 14px !important;
}
.vendor-fold .offer .bottom {
margin-left: 0px;
height: auto;
}
.vendor-fold .ui.tiny.label {
margin: 0px 0px 0px 2px !important;
}
.vendor-fold .offer .bottom .item-categories {
margin-top:4px;
}
.vendor-fold .offer .bottom .meta span {
padding: 6px 6px;
}
.vendor-fold .offer .bottom .meta p {
margin-top: 10px;
color: #727171;
}
.vendor-fold .offer .bottom .score .number {
width: 33px;
padding-right:2px;
}
.vendor-fold .offer .bottom .item-categories .item-categories-header {
display:block;
color: #727171;
padding: 0px 0px 3px 0px;
margin-top: 0px;
}
.vendor-fold .offer .bottom .item-categories span.category {
border-radius: 4px;
color:white;
background-color: #bdbdbd;
padding: 6px 6px;
}
.vendor-fold .offer .bottom .item-categories .category-container {
display:inline-block;
margin-bottom: 10px;
}
/* FRONT PAGE - Footer */
.front-page .t-left-menu-items {
min-height: 0px
}
.footer {
background-color: #0A0032;
/*margin-top: -1rem;*/
/*margin-bottom: -1rem;*/
/*margin-left: -1rem;*/
/*margin-right: -1rem;*/
}
.footer-v2 {
background-color: #000;
margin-top: -2rem;/*
margin-bottom: -1rem;
margin-left: -1rem;
margin-right: -1rem;*/
}
.footer-v2 .first {
padding-left: 40px !important;
padding-top: 40px !important;
margin: 0 auto !important;
}
.footer-v2 .second {
margin: 0 auto !important;
}
.footer-v2 .three-and-a-half {
width: 24.25% !important;
padding: 8px 0px !important;
margin-right: -6px !important;
}
.footer-v2 h3 {
color:white;
}
.footer-v2 li {
color: white;
list-style-type: none;
margin-bottom: 3px;
}
.footer-v2 ul {
padding-left: 0px;
}
.footer-v2 a, .footer-v2 a:hover, .footer-v2 span {
color:white !important;
}
.footer-v2 a:hover, .footer-v2 span:hover {
text-decoration: underline !important;
}
/** LANDING PAGE - APP */
.landing-page-web-user .fold-1 {
/*margin-top: 40px !important;*/
background-image: url("/img/branches.svg"), linear-gradient(65deg,#17a77b,#74c947);
background-repeat: no-repeat;
background-position: left;
padding: 30px 0px !important;
}
.landing-page-web-user .underline {
text-decoration: underline;
}
.landing-page-web-user button {
padding: 15px 30px !important;
}
.landing-page-web-user .fold-1 {
color:white;
}
.landing-page-web-user .fold-1 h1 {
text-shadow: 2px 2px 8px #00000082;
margin-bottom: 0px;
margin-top: 0px;
}
.landing-page-web-user .fold-1 h2 {
font-weight: 200;
margin: 0px 0px;
font-size: 18px;
}
.landing-page-web-user .fold-1 .first-h2 {
margin-top: 30px;
}
.landing-page-web-user .fold-1 .last-h2 {
margin-bottom: 22px;
}
.landing-page-web-user .fold-1 .text {
xpadding-left: 251px !important;
margin-top: 89px !important;
}
.landing-page-web-user .fold-1 img {
xpadding-left: 120px;
width: 150px;
}
.landing-page-web-user .fold-2 {
margin: 70px 0px !important;
color: #7a7a7a;
}
.landing-page-web-user .fold-2 h1 {
font-size: 24px;
}
.landing-page-web-user .fold-2 h2 {
font-weight: 200;
margin-bottom: 15px;
}
.landing-page-web-user .fold-2 p {
font-size: 18px;
margin-bottom: 9px;
}
.landing-page-web-user .fold-2 p.last {
margin-top:20px;
}
.landing-page-web-user .fold-3 {
background-color: #D5D5D5;
padding: 50px 0px !important;
}
.landing-page-web-user .footer-bg {
background-color: #0A0032;
}
.landing-page-web-user .fold-4 {
background-color: #DEDEDE;
padding: 30px 0px !important;
}
.landing-page-web-user .fold-3 {
}
.landing-page-web-user .fold-3 {
}
.landing-page-web-user .fold-3 {
}
.landing-page-web-user .fold-3 {
}
/** END - LANDING PAGE - APP */ | 0.363421 | 0.067886 |
@import "https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:300,400,500,700";
@font-face {
font-family: bwnistaint-xbd;
src: url(../fonts/BwNistaInt-xBd.woff) format("woff");
font-style: normal;
font-display: swap
}
body {
line-height: 1.2;
font-family: roboto, sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 15px;
color: #4c4c4c
}
p {
font-weight: 400;
color: #4c4c4c;
font-size: 15px;
line-height: 1.8;
font-family: roboto, sans-serif
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000;
font-family: playfair display, serif;
line-height: 1.2
}
h1,
.h1 {
font-size: 80px
}
@media(max-width:991px) {
h1,
.h1 {
font-size: 65px
}
}
h2,
.h2 {
font-size: 60px
}
@media(max-width:991px) {
h2,
.h2 {
font-size: 50px
}
}
h3,
.h3 {
font-size: 40px
}
h4,
.h4 {
font-size: 22px
}
h5,
.h5 {
font-size: 18px
}
h6,
.h6 {
font-size: 14px
}
.btn {
font-size: 22px;
font-family: playfair display, serif;
text-transform: capitalize;
padding: 16px 44px;
border-radius: 5px;
font-weight: 600;
border: 0;
position: relative;
z-index: 1;
transition: .2s ease
}
.btn:focus {
outline: 0;
box-shadow: none !important
}
.btn:active {
box-shadow: none
}
.btn-sm {
font-size: 15px;
padding: 10px 30px
}
.btn-xs {
padding: 5px 10px;
font-size: 15px
}
.btn-primary {
background: var(--primary-color);
color: #fff
}
.btn-primary.active {
opacity: .8;
}
.btn-primary:active {
background: var(--primary-color) !important
}
.btn-primary:hover {
background: var(--primary-color)
}
.btn-primary.focus,
.btn-primary.active {
background: var(--primary-color) !important;
box-shadow: none !important
}
.btn-secondary {
background: var(--secondary-color);
color: #fff
}
.btn-secondary.active {
opacity: .8;
}
.btn-secondary:active {
background: var(--secondary-color) !important
}
.btn-secondary:hover {
background: var(--secondary-color)
}
.btn-secondary.focus,
.btn-secondary.active {
background: var(--secondary-color) !important;
box-shadow: none !important
}
.btn-transparent {
background: transparent;
color: var(--primary-color);
font-weight: 700
}
.btn-transparent:active,
.btn-transparent:hover {
color: var(--primary-color)
}
body {
background-color: #fff;
overflow-x: hidden
}
::selection {
background: var(--primary-color);
color: #fff
}
.preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 999999;
display: flex;
align-items: center;
justify-content: center
}
ol,
ul {
list-style-type: none;
margin: 0
}
img {
vertical-align: middle;
border: 0
}
a,
a:hover,
a:focus {
text-decoration: none
}
a,
button,
select {
cursor: pointer;
transition: .2s ease
}
a:focus,
button:focus,
select:focus {
outline: 0
}
a.text-dark:hover {
color: var(--primary-color) !important
}
a:hover {
color: var(--primary-color)
}
.slick-slide {
outline: 0
}
.section {
padding-top: 80px;
padding-bottom: 80px
}
.section-title {
margin-bottom: 80px;
font-family: bwnistaint-xbd
}
.bg-cover {
background-size: cover;
background-position: 50%;
background-repeat: no-repeat
}
.overlay {
position: relative
}
.overlay::before {
position: absolute;
content: '';
height: 100%;
width: 100%;
top: 0;
left: 0;
background: #000;
opacity: .5
}
.outline-0 {
outline: 0 !important
}
.d-unset {
display: unset !important
}
.bg-primary {
background: var(--primary-color) !important
}
.bg-gray {
background: #eaeaea !important
}
.text-primary {
color: var(--primary-color) !important
}
.text-secondary {
color: var(--secondary-color) !important
}
.text-color {
color: #4c4c4c
}
.text-dark {
color: #000 !important
}
.text-light {
color: #999 !important
}
.mb-10 {
margin-bottom: 10px !important
}
.mb-20 {
margin-bottom: 20px !important
}
.mb-30 {
margin-bottom: 30px !important
}
.mb-40 {
margin-bottom: 40px !important
}
.mb-50 {
margin-bottom: 50px !important
}
.mb-60 {
margin-bottom: 60px !important
}
.mb-70 {
margin-bottom: 70px !important
}
.mb-80 {
margin-bottom: 80px !important
}
.mb-90 {
margin-bottom: 90px !important
}
.mb-100 {
margin-bottom: 100px !important
}
.zindex-1 {
z-index: 1
}
.rounded-lg {
border-radius: 15px
}
.overflow-hidden {
overflow: hidden
}
.font-primary {
font-family: roboto, serif !important
}
.font-secondary {
font-family: playfair display, serif !important
}
.font-tertiary {
font-family: bwnistaint-xbd !important
}
.shadow {
box-shadow: 0 18px 39.1px 6.9px rgba(224, 241, 255, .34) !important
}
.bg-dark {
background-color: #222 !important
}
.icon {
font-size: 45px
}
.icon-bg {
height: 100px;
width: 100px;
line-height: 100px;
text-align: center
}
.icon-light {
color: #c8d5ef
}
.slick-dots {
text-align: center;
padding-left: 0
}
.slick-dots li {
display: inline-block;
margin: 2px
}
.slick-dots li.slick-active button {
background: #fff;
width: 25px
}
.slick-dots li button {
height: 6px;
width: 12px;
background: rgba(255, 255, 255, .5);
color: transparent;
border-radius: 10px;
overflow: hidden;
transition: .2s ease;
border: 0
}
.form-control {
border: 0;
border-radius: 0;
border-bottom: 1px solid #c7c7c7;
height: 60px
}
.form-control:focus {
border-color: var(--primary-color);
outline: 0;
box-shadow: none !important
}
textarea.form-control {
height: 120px
}
.card {
border: 0
}
.card-header {
border: 0
}
.card-footer {
border: 0
}
.navigation {
padding: 40px 130px;
transition: .3s ease
}
.navigation.nav-bg {
background-color: var(--primary-color);
padding: 15px 100px
}
@media(max-width:991px) {
.navigation.nav-bg {
padding: 15px 20px
}
}
@media(max-width:991px) {
.navigation {
padding: 20px;
background: var(--primary-color)
}
}
.navbar .nav-item .nav-link {
font-family: bwnistaint-xbd;
text-transform: uppercase;
padding: 15px
}
.navbar .nav-item.active .nav-link{
color: rgba(0,0,0,.7);
}
/* .navbar-dark .navbar-nav .nav-link {
color: #000000;
}
.navbar-dark .navbar-nav .nav-link:hover {
color: #000000;
} */
.hero-area {
padding: 250px 0 200px;
position: relative
}
@media(max-width:767px) {
.hero-area {
padding: 200px 0 150px;
overflow: hidden
}
}
.hero-area h1 {
position: relative;
z-index: 2
}
.layer {
position: absolute;
z-index: 1
}
#l1 {
bottom: 0;
left: 0
}
#l2 {
top: 190px;
left: -250px
}
#l3 {
top: 200px;
left: 40%
}
#l4 {
top: 200px;
right: 40%
}
#l5 {
top: 100px;
right: -150px
}
#l6 {
bottom: -20px;
left: 10%
}
#l7 {
bottom: 100px;
left: 20%
}
#l8 {
bottom: 160px;
right: 45%
}
#l9 {
bottom: 100px;
right: -10px
}
.layer-bg {
position: absolute;
bottom: 0;
left: 0
}
.progress-wrapper {
height: 130px;
overflow: hidden
}
.wave {
position: absolute;
width: 100%;
height: 100%
}
.wave::before,
.wave::after {
content: "";
position: absolute;
width: 800px;
height: 800px;
bottom: 0;
left: 50%;
background-color: rgba(255, 255, 255, .4);
border-radius: 45%;
transform: translateX(-50%) rotate(0);
animation: rotate 6s linear infinite;
z-index: 10
}
.wave::after {
border-radius: 47%;
background-color: rgba(255, 255, 255, .9);
transform: translateX(-50%) rotate(0);
animation: rotate 10s linear -5s infinite;
z-index: 20
}
@keyframes rotate {
50% {
transform: translateX(-50%) rotate(180deg)
}
100% {
transform: translateX(-50%) rotate(360deg)
}
}
.edu-bg-image {
position: absolute;
left: 0;
top: -300px;
z-index: -1
}
.hover-bg-primary {
transition: .3s ease
}
.hover-bg-primary:hover {
background: var(--primary-color)
}
.hover-bg-primary:hover * {
color: #fff
}
.active-bg-primary {
transition: .3s ease;
background: var(--primary-color)
}
.active-bg-primary * {
color: #fff
}
.hover-shadow {
transition: .2s ease
}
.hover-shadow:hover {
box-shadow: 0 18px 40px 8px rgba(224, 241, 255, .54) !important
}
.hover-wrapper {
overflow: hidden
}
.hover-wrapper img {
transition: .3s ease;
transform: scale(1.1)
}
.hover-wrapper:hover img {
transform: scale(1)
}
.hover-wrapper:hover .hover-overlay {
opacity: 1;
visibility: visible
}
.hover-overlay {
position: absolute;
height: 100%;
width: 100%;
border-radius: inherit;
top: 0;
left: 0;
background: rgba(0, 0, 0, .3);
opacity: 0;
visibility: hidden;
transition: .3s ease
}
.hover-content {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
text-align: center
}
.testimonial-content strong {
color: #2bfdff;
font-weight: 400
}
.testimonial-bg-shapes .container {
position: relative;
z-index: 1
}
.testimonial-bg-shapes .bg-map {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%)
}
.testimonial-bg-shapes .bg-shape-1 {
position: absolute;
left: 100px;
top: -50px
}
.testimonial-bg-shapes .bg-shape-2 {
position: absolute;
right: 150px;
top: 50px
}
.testimonial-bg-shapes .bg-shape-3 {
position: absolute;
right: 50px;
top: 200px
}
.testimonial-bg-shapes .bg-shape-4 {
position: absolute;
left: 100px;
bottom: 200px
}
.testimonial-bg-shapes .bg-shape-5 {
position: absolute;
right: 200px;
bottom: -50px
}
.footer-section {
padding-top: 200px
}
.section-on-footer {
margin-bottom: -250px
}
.shadow-down {
position: relative
}
.shadow-down::before {
position: absolute;
content: "";
box-shadow: 0 0 80.75px 14.25px rgba(224, 241, 255, .34);
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: -1
}
.card-lg {
flex-direction: row-reverse;
align-items: center
}
@media(max-width:991px) {
.card-lg {
flex-direction: column
}
}
blockquote {
display: inline-block;
padding: 10px 20px;
background: #eaeaea;
border-left: 2px solid var(--primary-color);
font-style: italic;
font-size: 22px
}
.content * {
margin-bottom: 20px
}
.content strong {
font-family: playfair display, serif;
font-size: 22px;
font-weight: 400;
color: #000;
display: inherit;
line-height: 1.5
}
.page-title-alt {
padding: 350px 0 70px
}
.border-thick {
border: 10px solid
}
.drag-lg-top {
margin-top: -230px
}
@media(max-width:991px) {
.drag-lg-top {
margin-top: 0
}
}
.page-title-alt .container {
position: relative;
z-index: 1
}
.page-title-alt .bg-shape-1 {
position: absolute;
left: 0;
top: 0;
height: 100%
}
.page-title-alt .bg-shape-2 {
position: absolute;
left: 70px;
top: 100px
}
.page-title-alt .bg-shape-3 {
position: absolute;
left: 30%;
top: 50px;
transform: rotate(180deg)
}
.page-title-alt .bg-shape-4 {
position: absolute;
left: 100px;
bottom: 100px
}
.page-title-alt .bg-shape-5 {
position: absolute;
left: 40%;
bottom: -25px
}
.page-title-alt .bg-shape-6 {
position: absolute;
bottom: 100px;
right: -100px
}
.page-title {
padding: 250px 0 150px
}
.page-title .container {
position: relative;
z-index: 1
}
.page-title .bg-shape-1 {
position: absolute;
left: 0;
bottom: 0;
width: 100%
}
.page-title .bg-shape-2 {
position: absolute;
left: -20px;
top: -10px
}
.page-title .bg-shape-3 {
position: absolute;
left: 10%;
top: 100px
}
.page-title .bg-shape-4 {
position: absolute;
left: 50%;
top: -20px
}
.page-title .bg-shape-5 {
position: absolute;
left: 90px;
bottom: -50px;
transform: rotate(180deg)
}
.page-title .bg-shape-6 {
position: absolute;
right: 20%;
bottom: -20px
}
.page-title .bg-shape-7 {
position: absolute;
right: -220px;
bottom: -100px
}
.filter-controls li {
cursor: pointer
}
.filter-controls li.active {
font-weight: 700
}
.social-icons a{
height: 100px;
width: 100px;
line-height: 100px;
border-radius: 50%;
display: block;
box-shadow: 0 18px 39.1px 6.9px rgba(224,241,255,.34);
color: #fff;
background-color: var(--primary-color);
font-size: 20px;
text-align: center;
}
.project-meta{
display: flex;
align-items: center;
}
.project-meta i{
height: 100px;
min-width: 100px;
line-height: 100px;
background-color: #fff;
color: var(--primary-color);
border-radius: 50%;
text-align: center;
display: block;
box-shadow: 0 18px 39.1px 6.9px rgba(224,241,255,.34);
font-size: 30px;
}
.project-meta h4{
font-weight: bold;
font-size: 24px;
}
.project-meta p{
margin-bottom: 0;
} | assets/css/style.css | @import "https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:300,400,500,700";
@font-face {
font-family: bwnistaint-xbd;
src: url(../fonts/BwNistaInt-xBd.woff) format("woff");
font-style: normal;
font-display: swap
}
body {
line-height: 1.2;
font-family: roboto, sans-serif;
-webkit-font-smoothing: antialiased;
font-size: 15px;
color: #4c4c4c
}
p {
font-weight: 400;
color: #4c4c4c;
font-size: 15px;
line-height: 1.8;
font-family: roboto, sans-serif
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000;
font-family: playfair display, serif;
line-height: 1.2
}
h1,
.h1 {
font-size: 80px
}
@media(max-width:991px) {
h1,
.h1 {
font-size: 65px
}
}
h2,
.h2 {
font-size: 60px
}
@media(max-width:991px) {
h2,
.h2 {
font-size: 50px
}
}
h3,
.h3 {
font-size: 40px
}
h4,
.h4 {
font-size: 22px
}
h5,
.h5 {
font-size: 18px
}
h6,
.h6 {
font-size: 14px
}
.btn {
font-size: 22px;
font-family: playfair display, serif;
text-transform: capitalize;
padding: 16px 44px;
border-radius: 5px;
font-weight: 600;
border: 0;
position: relative;
z-index: 1;
transition: .2s ease
}
.btn:focus {
outline: 0;
box-shadow: none !important
}
.btn:active {
box-shadow: none
}
.btn-sm {
font-size: 15px;
padding: 10px 30px
}
.btn-xs {
padding: 5px 10px;
font-size: 15px
}
.btn-primary {
background: var(--primary-color);
color: #fff
}
.btn-primary.active {
opacity: .8;
}
.btn-primary:active {
background: var(--primary-color) !important
}
.btn-primary:hover {
background: var(--primary-color)
}
.btn-primary.focus,
.btn-primary.active {
background: var(--primary-color) !important;
box-shadow: none !important
}
.btn-secondary {
background: var(--secondary-color);
color: #fff
}
.btn-secondary.active {
opacity: .8;
}
.btn-secondary:active {
background: var(--secondary-color) !important
}
.btn-secondary:hover {
background: var(--secondary-color)
}
.btn-secondary.focus,
.btn-secondary.active {
background: var(--secondary-color) !important;
box-shadow: none !important
}
.btn-transparent {
background: transparent;
color: var(--primary-color);
font-weight: 700
}
.btn-transparent:active,
.btn-transparent:hover {
color: var(--primary-color)
}
body {
background-color: #fff;
overflow-x: hidden
}
::selection {
background: var(--primary-color);
color: #fff
}
.preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 999999;
display: flex;
align-items: center;
justify-content: center
}
ol,
ul {
list-style-type: none;
margin: 0
}
img {
vertical-align: middle;
border: 0
}
a,
a:hover,
a:focus {
text-decoration: none
}
a,
button,
select {
cursor: pointer;
transition: .2s ease
}
a:focus,
button:focus,
select:focus {
outline: 0
}
a.text-dark:hover {
color: var(--primary-color) !important
}
a:hover {
color: var(--primary-color)
}
.slick-slide {
outline: 0
}
.section {
padding-top: 80px;
padding-bottom: 80px
}
.section-title {
margin-bottom: 80px;
font-family: bwnistaint-xbd
}
.bg-cover {
background-size: cover;
background-position: 50%;
background-repeat: no-repeat
}
.overlay {
position: relative
}
.overlay::before {
position: absolute;
content: '';
height: 100%;
width: 100%;
top: 0;
left: 0;
background: #000;
opacity: .5
}
.outline-0 {
outline: 0 !important
}
.d-unset {
display: unset !important
}
.bg-primary {
background: var(--primary-color) !important
}
.bg-gray {
background: #eaeaea !important
}
.text-primary {
color: var(--primary-color) !important
}
.text-secondary {
color: var(--secondary-color) !important
}
.text-color {
color: #4c4c4c
}
.text-dark {
color: #000 !important
}
.text-light {
color: #999 !important
}
.mb-10 {
margin-bottom: 10px !important
}
.mb-20 {
margin-bottom: 20px !important
}
.mb-30 {
margin-bottom: 30px !important
}
.mb-40 {
margin-bottom: 40px !important
}
.mb-50 {
margin-bottom: 50px !important
}
.mb-60 {
margin-bottom: 60px !important
}
.mb-70 {
margin-bottom: 70px !important
}
.mb-80 {
margin-bottom: 80px !important
}
.mb-90 {
margin-bottom: 90px !important
}
.mb-100 {
margin-bottom: 100px !important
}
.zindex-1 {
z-index: 1
}
.rounded-lg {
border-radius: 15px
}
.overflow-hidden {
overflow: hidden
}
.font-primary {
font-family: roboto, serif !important
}
.font-secondary {
font-family: playfair display, serif !important
}
.font-tertiary {
font-family: bwnistaint-xbd !important
}
.shadow {
box-shadow: 0 18px 39.1px 6.9px rgba(224, 241, 255, .34) !important
}
.bg-dark {
background-color: #222 !important
}
.icon {
font-size: 45px
}
.icon-bg {
height: 100px;
width: 100px;
line-height: 100px;
text-align: center
}
.icon-light {
color: #c8d5ef
}
.slick-dots {
text-align: center;
padding-left: 0
}
.slick-dots li {
display: inline-block;
margin: 2px
}
.slick-dots li.slick-active button {
background: #fff;
width: 25px
}
.slick-dots li button {
height: 6px;
width: 12px;
background: rgba(255, 255, 255, .5);
color: transparent;
border-radius: 10px;
overflow: hidden;
transition: .2s ease;
border: 0
}
.form-control {
border: 0;
border-radius: 0;
border-bottom: 1px solid #c7c7c7;
height: 60px
}
.form-control:focus {
border-color: var(--primary-color);
outline: 0;
box-shadow: none !important
}
textarea.form-control {
height: 120px
}
.card {
border: 0
}
.card-header {
border: 0
}
.card-footer {
border: 0
}
.navigation {
padding: 40px 130px;
transition: .3s ease
}
.navigation.nav-bg {
background-color: var(--primary-color);
padding: 15px 100px
}
@media(max-width:991px) {
.navigation.nav-bg {
padding: 15px 20px
}
}
@media(max-width:991px) {
.navigation {
padding: 20px;
background: var(--primary-color)
}
}
.navbar .nav-item .nav-link {
font-family: bwnistaint-xbd;
text-transform: uppercase;
padding: 15px
}
.navbar .nav-item.active .nav-link{
color: rgba(0,0,0,.7);
}
/* .navbar-dark .navbar-nav .nav-link {
color: #000000;
}
.navbar-dark .navbar-nav .nav-link:hover {
color: #000000;
} */
.hero-area {
padding: 250px 0 200px;
position: relative
}
@media(max-width:767px) {
.hero-area {
padding: 200px 0 150px;
overflow: hidden
}
}
.hero-area h1 {
position: relative;
z-index: 2
}
.layer {
position: absolute;
z-index: 1
}
#l1 {
bottom: 0;
left: 0
}
#l2 {
top: 190px;
left: -250px
}
#l3 {
top: 200px;
left: 40%
}
#l4 {
top: 200px;
right: 40%
}
#l5 {
top: 100px;
right: -150px
}
#l6 {
bottom: -20px;
left: 10%
}
#l7 {
bottom: 100px;
left: 20%
}
#l8 {
bottom: 160px;
right: 45%
}
#l9 {
bottom: 100px;
right: -10px
}
.layer-bg {
position: absolute;
bottom: 0;
left: 0
}
.progress-wrapper {
height: 130px;
overflow: hidden
}
.wave {
position: absolute;
width: 100%;
height: 100%
}
.wave::before,
.wave::after {
content: "";
position: absolute;
width: 800px;
height: 800px;
bottom: 0;
left: 50%;
background-color: rgba(255, 255, 255, .4);
border-radius: 45%;
transform: translateX(-50%) rotate(0);
animation: rotate 6s linear infinite;
z-index: 10
}
.wave::after {
border-radius: 47%;
background-color: rgba(255, 255, 255, .9);
transform: translateX(-50%) rotate(0);
animation: rotate 10s linear -5s infinite;
z-index: 20
}
@keyframes rotate {
50% {
transform: translateX(-50%) rotate(180deg)
}
100% {
transform: translateX(-50%) rotate(360deg)
}
}
.edu-bg-image {
position: absolute;
left: 0;
top: -300px;
z-index: -1
}
.hover-bg-primary {
transition: .3s ease
}
.hover-bg-primary:hover {
background: var(--primary-color)
}
.hover-bg-primary:hover * {
color: #fff
}
.active-bg-primary {
transition: .3s ease;
background: var(--primary-color)
}
.active-bg-primary * {
color: #fff
}
.hover-shadow {
transition: .2s ease
}
.hover-shadow:hover {
box-shadow: 0 18px 40px 8px rgba(224, 241, 255, .54) !important
}
.hover-wrapper {
overflow: hidden
}
.hover-wrapper img {
transition: .3s ease;
transform: scale(1.1)
}
.hover-wrapper:hover img {
transform: scale(1)
}
.hover-wrapper:hover .hover-overlay {
opacity: 1;
visibility: visible
}
.hover-overlay {
position: absolute;
height: 100%;
width: 100%;
border-radius: inherit;
top: 0;
left: 0;
background: rgba(0, 0, 0, .3);
opacity: 0;
visibility: hidden;
transition: .3s ease
}
.hover-content {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
text-align: center
}
.testimonial-content strong {
color: #2bfdff;
font-weight: 400
}
.testimonial-bg-shapes .container {
position: relative;
z-index: 1
}
.testimonial-bg-shapes .bg-map {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%)
}
.testimonial-bg-shapes .bg-shape-1 {
position: absolute;
left: 100px;
top: -50px
}
.testimonial-bg-shapes .bg-shape-2 {
position: absolute;
right: 150px;
top: 50px
}
.testimonial-bg-shapes .bg-shape-3 {
position: absolute;
right: 50px;
top: 200px
}
.testimonial-bg-shapes .bg-shape-4 {
position: absolute;
left: 100px;
bottom: 200px
}
.testimonial-bg-shapes .bg-shape-5 {
position: absolute;
right: 200px;
bottom: -50px
}
.footer-section {
padding-top: 200px
}
.section-on-footer {
margin-bottom: -250px
}
.shadow-down {
position: relative
}
.shadow-down::before {
position: absolute;
content: "";
box-shadow: 0 0 80.75px 14.25px rgba(224, 241, 255, .34);
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: -1
}
.card-lg {
flex-direction: row-reverse;
align-items: center
}
@media(max-width:991px) {
.card-lg {
flex-direction: column
}
}
blockquote {
display: inline-block;
padding: 10px 20px;
background: #eaeaea;
border-left: 2px solid var(--primary-color);
font-style: italic;
font-size: 22px
}
.content * {
margin-bottom: 20px
}
.content strong {
font-family: playfair display, serif;
font-size: 22px;
font-weight: 400;
color: #000;
display: inherit;
line-height: 1.5
}
.page-title-alt {
padding: 350px 0 70px
}
.border-thick {
border: 10px solid
}
.drag-lg-top {
margin-top: -230px
}
@media(max-width:991px) {
.drag-lg-top {
margin-top: 0
}
}
.page-title-alt .container {
position: relative;
z-index: 1
}
.page-title-alt .bg-shape-1 {
position: absolute;
left: 0;
top: 0;
height: 100%
}
.page-title-alt .bg-shape-2 {
position: absolute;
left: 70px;
top: 100px
}
.page-title-alt .bg-shape-3 {
position: absolute;
left: 30%;
top: 50px;
transform: rotate(180deg)
}
.page-title-alt .bg-shape-4 {
position: absolute;
left: 100px;
bottom: 100px
}
.page-title-alt .bg-shape-5 {
position: absolute;
left: 40%;
bottom: -25px
}
.page-title-alt .bg-shape-6 {
position: absolute;
bottom: 100px;
right: -100px
}
.page-title {
padding: 250px 0 150px
}
.page-title .container {
position: relative;
z-index: 1
}
.page-title .bg-shape-1 {
position: absolute;
left: 0;
bottom: 0;
width: 100%
}
.page-title .bg-shape-2 {
position: absolute;
left: -20px;
top: -10px
}
.page-title .bg-shape-3 {
position: absolute;
left: 10%;
top: 100px
}
.page-title .bg-shape-4 {
position: absolute;
left: 50%;
top: -20px
}
.page-title .bg-shape-5 {
position: absolute;
left: 90px;
bottom: -50px;
transform: rotate(180deg)
}
.page-title .bg-shape-6 {
position: absolute;
right: 20%;
bottom: -20px
}
.page-title .bg-shape-7 {
position: absolute;
right: -220px;
bottom: -100px
}
.filter-controls li {
cursor: pointer
}
.filter-controls li.active {
font-weight: 700
}
.social-icons a{
height: 100px;
width: 100px;
line-height: 100px;
border-radius: 50%;
display: block;
box-shadow: 0 18px 39.1px 6.9px rgba(224,241,255,.34);
color: #fff;
background-color: var(--primary-color);
font-size: 20px;
text-align: center;
}
.project-meta{
display: flex;
align-items: center;
}
.project-meta i{
height: 100px;
min-width: 100px;
line-height: 100px;
background-color: #fff;
color: var(--primary-color);
border-radius: 50%;
text-align: center;
display: block;
box-shadow: 0 18px 39.1px 6.9px rgba(224,241,255,.34);
font-size: 30px;
}
.project-meta h4{
font-weight: bold;
font-size: 24px;
}
.project-meta p{
margin-bottom: 0;
} | 0.355775 | 0.102439 |
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio
--------------------------------------------- */
/*
---------------------------------------------
font & reset css
---------------------------------------------
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*
---------------------------------------------
reset
---------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
/* clear fix */
.grid:after {
content: '';
display: block;
clear: both;
}
/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
width: 50%;
}
.grid-item {
float: left;
}
.grid-item img {
display: block;
max-width: 100%;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
ul, li {
padding: 0;
margin: 0;
list-style: none;
}
header, nav, section, article, aside, footer, hgroup {
display: block;
}
* {
box-sizing: border-box;
}
html, body {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
background-color: #fff;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0px;
margin-bottom: 0px;
}
ul {
margin-bottom: 0px;
}
p {
font-size: 15px;
line-height: 30px;
color: #2a2a2a;
}
img {
margin-bottom: -3px;
width: 100%;
overflow: hidden;
}
/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
background: #fff;
font-family: 'Montserrat', sans-serif;
}
::selection {
background: #03a4ed;
color: #fff;
}
::-moz-selection {
background: #03a4ed;
color: #fff;
}
@media (max-width: 991px) {
html, body {
overflow-x: hidden;
}
.mobile-top-fix {
margin-top: 30px;
margin-bottom: 0px;
}
.mobile-bottom-fix {
margin-bottom: 30px;
}
.mobile-bottom-fix-big {
margin-bottom: 60px;
}
}
.page-section {
margin-top: 120px;
}
.section-heading h2 {
font-size: 35px;
margin-bottom: 25px;
text-transform: capitalize;
color: #2a2a2a;
font-weight: 700;
position: relative;
z-index: 2;
line-height: 44px;
}
.section-heading h6 {
text-transform: uppercase;
font-size: 15px;
font-weight: 500;
color: #8d99af;
}
.main-white-button a {
display: inline-block;
background-color: #fff;
font-size: 15px;
font-weight: 400;
color: #2a2a2a;
text-transform: capitalize;
padding: 12px 25px;
border-radius: 7px;
letter-spacing: 0.25px;
transition: all .3s;
}
.main-white-button a i {
margin-right: 10px;
width: 22px;
height: 22px;
background-color: #8d99af;
color: #fff;
border-radius: 50%;
display: inline-block;
text-align: center;
font-size: 12px;
line-height: 22px;
}
.main-white-button a:hover {
background-color: #8d99af;
color: #fff;
}
/*
---------------------------------------------
header
---------------------------------------------
*/
.background-header {
background-color: #fff!important;
height: 80px!important;
position: fixed!important;
top: 0px;
left: 0px;
right: 0px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}
.background-header .logo,
.background-header .main-nav .nav li a {
color: #1e1e1e!important;
}
.background-header .main-nav .nav li:hover a {
color: #8d99af!important;
}
.background-header .nav li a.active {
color: #8d99af!important;
}
.header-area {
background-color: transparent;
border-bottom: 1px solid rgba(250,250,250,0.2);
position: fixed;
top: 0px;
left: 0px;
right: 0px;
z-index: 100;
height: 100px;
-webkit-transition: all .5s ease 0s;
-moz-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.header-area .main-nav {
min-height: 80px;
background: transparent;
}
.header-area .main-nav a.logo {
background-image: url(../images/logo-white.png);
width: 90px;
height: 62px;
display: inline-block;
margin-top: 20px;
}
.background-header .main-nav a.logo {
background-image: url(../images/logo-black.png);
width: 90px;
height: 62px;
display: inline-block;
margin-top: 10px;
}
.background-header .main-nav .nav {
margin-top: 20px !important;
}
.header-area .main-nav .nav {
float: right;
margin-top: 30px;
margin-right: 0px;
background-color: transparent;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position: relative;
z-index: 999;
}
.header-area .main-nav .nav li {
padding-left: 30px;
padding-right: 30px;
}
.header-area .main-nav .nav li:last-child {
padding-right: 0px;
padding-left: 40px;
}
.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
color: #2a2a2a !important;
text-transform: capitalize;
padding: 0px 20px;
font-weight: 400;
}
.header-area .main-nav .nav li:last-child a i,
.background-header .main-nav .nav li:last-child a i {
font-size: 12px!important;
font-weight: 400 !important;
}
.background-header .main-nav .nav li:last-child .main-white-button a {
background-color: #8d99af;
color: #fff !important;
}
.background-header .main-nav .nav li:last-child .main-white-button a i {
background-color: #fff;
color: #8d99af;
}
.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
color: #fff !important;
}
.header-area .main-nav .nav li a {
display: block;
font-weight: 500;
font-size: 14px;
color: #fff;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
height: 40px;
line-height: 40px;
border: transparent;
letter-spacing: 1px;
}
.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
color: #8d99af!important;
}
.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
color: #8d99af!important;
opacity: 1;
}
.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
background-color: #8d99af;
}
.header-area .main-nav .nav li.has-sub {
position: relative;
padding-right: 15px;
}
.header-area .main-nav .nav li.has-sub:after {
font-family: FontAwesome;
content: "\f107";
font-size: 12px;
color: #fff;
position: absolute;
right: 5px;
top: 12px;
}
.background-header .main-nav .nav li.has-sub:after {
color: #1e1e1e;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu {
position: absolute;
width: 200px;
box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
overflow: hidden;
top: 40px;
opacity: 0;
transition: all .3s;
transform: translateY(+2em);
visibility: hidden;
z-index: -1;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu li {
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
opacity: 1;
display: block;
background: #f7f7f7;
color: #2a2a2a!important;
padding-left: 20px;
height: 40px;
line-height: 40px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position: relative;
font-size: 13px;
font-weight: 400;
border-bottom: 1px solid #eee;
}
.header-area .main-nav .nav li.has-sub ul li a:hover {
background: #fff;
color: #f5a425!important;
padding-left: 25px;
}
.header-area .main-nav .nav li.has-sub ul li a:hover:before {
width: 3px;
}
.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
visibility: visible;
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s;
}
.header-area .main-nav .menu-trigger {
cursor: pointer;
display: block;
position: absolute;
top: 33px;
width: 32px;
height: 40px;
text-indent: -9999em;
z-index: 99;
right: 40px;
display: none;
}
.background-header .main-nav .menu-trigger {
top: 23px;
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
background-color: #1e1e1e;
display: block;
position: absolute;
width: 30px;
height: 2px;
left: 0;
}
.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
background-color: #1e1e1e;
display: block;
position: absolute;
width: 30px;
height: 2px;
left: 0;
width: 75%;
}
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
content: "";
}
.header-area .main-nav .menu-trigger span {
top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
-moz-transform-origin: 33% 100%;
-ms-transform-origin: 33% 100%;
-webkit-transform-origin: 33% 100%;
transform-origin: 33% 100%;
top: -10px;
z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
-moz-transform-origin: 33% 0;
-ms-transform-origin: 33% 0;
-webkit-transform-origin: 33% 0;
transform-origin: 33% 0;
top: 10px;
}
.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
background-color: transparent;
width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
-moz-transform: translateY(6px) translateX(1px) rotate(45deg);
-ms-transform: translateY(6px) translateX(1px) rotate(45deg);
-webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
transform: translateY(6px) translateX(1px) rotate(45deg);
background-color: #1e1e1e;
}
.background-header .main-nav .menu-trigger.active span:before {
background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger.active span:after {
-moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
-ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
-webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
transform: translateY(-6px) translateX(1px) rotate(-45deg);
background-color: #1e1e1e;
}
.background-header .main-nav .menu-trigger.active span:after {
background-color: #1e1e1e;
}
.header-area.header-sticky {
min-height: 80px;
}
.header-area .nav {
margin-top: 30px;
}
.header-area.header-sticky .nav li a.active {
color: #8d99af;
}
@media (max-width: 1200px) {
.header-area .main-nav .nav li {
padding-left: 12px;
padding-right: 12px;
}
.header-area .main-nav:before {
display: none;
}
}
@media (max-width: 992px) {
.header-area .main-nav .nav li:last-child ,
.background-header .main-nav .nav li:last-child {
display: none;
}
.header-area .main-nav .nav li:nth-child(6),
.background-header .main-nav .nav li:nth-child(6) {
padding-right: 0px;
}
}
@media (max-width: 767px) {
.background-header .main-nav .nav {
margin-top: 80px !important;
}
.header-area .main-nav .logo {
color: #1e1e1e;
}
.header-area.header-sticky .nav li a:hover,
.header-area.header-sticky .nav li a.active {
color: #8d99af!important;
opacity: 1;
}
.header-area.header-sticky .nav li.search-icon a {
width: 100%;
}
.header-area {
background-color: #f7f7f7;
padding: 0px 15px;
height: 100px;
box-shadow: none;
text-align: center;
}
.header-area .container {
padding: 0px;
}
.header-area .logo {
margin-left: 30px;
}
.header-area .menu-trigger {
display: block !important;
}
.header-area .main-nav {
overflow: hidden;
}
.header-area .main-nav .nav {
float: none;
width: 100%;
display: none;
-webkit-transition: all 0s ease 0s;
-moz-transition: all 0s ease 0s;
-o-transition: all 0s ease 0s;
transition: all 0s ease 0s;
margin-left: 0px;
}
.background-header .nav {
margin-top: 80px;
}
.header-area .main-nav .nav li:first-child {
border-top: 1px solid #eee;
}
.header-area.header-sticky .nav {
margin-top: 100px;
}
.header-area .main-nav .nav li {
width: 100%;
background: #fff;
border-bottom: 1px solid #e7e7e7;
padding-left: 0px !important;
padding-right: 0px !important;
}
.header-area .main-nav .nav li a {
height: 50px !important;
line-height: 50px !important;
padding: 0px !important;
border: none !important;
background: #f7f7f7 !important;
color: #191a20 !important;
}
.header-area .main-nav .nav li a:hover {
background: #eee !important;
color: #8d99af!important;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu {
position: relative;
visibility: inherit;
opacity: 1;
z-index: 1;
transform: translateY(0%);
top: 0px;
width: 100%;
box-shadow: none;
height: 0px;
transition: all 0s;
}
.header-area .main-nav .nav li.submenu ul li a {
font-size: 12px;
font-weight: 400;
}
.header-area .main-nav .nav li.submenu ul li a:hover:before {
width: 0px;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu {
height: auto;
}
.header-area .main-nav .nav li.has-sub:after {
color: #3B566E;
right: 30px;
font-size: 14px;
top: 15px;
}
.header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
height: 0px;
}
}
@media (min-width: 767px) {
.header-area .main-nav .nav {
display: flex !important;
}
}
/*
---------------------------------------------
Banner Style
---------------------------------------------
*/
.main-banner {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-image: url(../images/banner-bg.jpg);
padding: 100px 0px 180px 0px;
position: relative;
overflow: hidden;
}
.main-banner .top-text {
text-align: center;
}
.main-banner .top-text h6 {
color: #fff;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
}
.main-banner .top-text h2 {
color: #fff;
font-size: 45px;
font-weight: 800;
text-transform: capitalize;
margin-top: 15px;
margin-bottom: 45px;
}
.main-banner ul.categories {
width: 100%;
margin-top: 60px;
text-align: center;
}
.main-banner ul.categories li {
display: inline-block;
text-align: center;
width: 18%;
}
.main-banner ul.categories li a {
color: #fff;
text-align: center;
font-size: 15px;
margin-top: 15px;
}
.main-banner ul.categories li .icon {
display: block;
margin: 0 auto 12px auto;
width: 66px;
height: 66px;
border-radius: 50%;
text-align: center;
line-height: 62px;
color: #8d99af;
background-color: #fff;
transition: all .5s;
}
.main-banner ul.categories li a:hover .icon {
background-color: #2b2d42;
}
.main-banner ul.categories li .icon img {
max-width: 27px;
}
form#search-form {
background-color: #fff;
padding: 0px 0px 0px 30px;
width: 100%;
border-radius: 7px;
display: inline-block;
text-align: center;
}
form#search-form select,
form#search-form input {
width: 100%;
height: 36px;
background-color: transparent;
border: none;
color: #2a2a2a;
font-size: 15px;
outline: none;
}
.form-select:focus {
box-shadow: none;
}
form#search-form input.searchText {
border-left: 1px solid #8d99af;
border-right: 1px solid #8d99af;
padding: 0px 30px;
}
form#search-form input::placeholder {
color: #2a2a2a;
font-size: 15px;
}
form#search-form button {
width: 100%;
height: 100%;
background-color: #8d99af;
border: none;
padding: 15px;
color: #fff;
font-size: 15px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
}
form#search-form button i {
width: 40px;
height: 40px;
background-color: #fff;
border-radius: 50%;
color: #8d99af;
display: inline-block;
text-align: center;
line-height: 38px;
margin-right: 10px;
}
/*
---------------------------------------
Popular Categories
---------------------------------------
*/
.popular-categories {
margin-top: 120px;
}
.popular-categories .section-heading {
text-align: center;
margin-bottom: 80px;
}
.popular-categories .naccs {
position: relative;
background-color: #2b2d42;
border-radius: 7px;
}
.popular-categories .icon {
display: inline-block;
width: 66px;
height: 66px;
border-radius: 50%;
text-align: center;
line-height: 62px;
color: #8d99af;
background-color: #fff;
margin-right: 15px;
}
.popular-categories .icon img {
max-width: 27px;
}
.popular-categories .naccs .menu div.first-thumb {
border-top-left-radius: 7px;
}
.popular-categories .naccs .menu div.last-thumb {
margin-bottom: 0px;
border-bottom-left-radius: 7px;
}
.popular-categories .naccs .menu div {
color: #fff;
font-size: 15px;
background-color: #8d99af;
margin-bottom: 1px;
height: 126px;
text-align: left;
padding: 0px 15px;
line-height: 126px;
cursor: pointer;
position: relative;
transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.popular-categories .naccs .menu div.active,
.popular-categories .naccs .menu div.active .thumb {
background-color: #2b2d42;
}
.popular-categories ul.nacc {
position: relative;
min-height: 100%;
list-style: none;
margin: 0;
padding: 0;
transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.popular-categories ul.nacc li {
opacity: 0;
transform: translateX(-50px);
position: absolute;
list-style: none;
transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.popular-categories ul.nacc li.active {
transition-delay: 0.3s;
position: relative;
z-index: 2;
opacity: 1;
transform: translateX(0px);
}
.popular-categories ul.nacc li {
width: 100%;
}
.popular-categories .nacc .thumb .left-text {
margin-left: 30px;
}
.popular-categories .nacc .thumb .left-text h4 {
color: #fff;
font-size: 20px;
font-weight: 700;
line-height: 35px;
margin-bottom: 30px;
}
.popular-categories .nacc .thumb .left-text p {
color: #fff;
margin-bottom: 30px;
}
.popular-categories .nacc .thumb .right-image {
padding: 60px;
display: inline-flex;
}
.popular-categories .nacc .thumb img {
border-radius: 7px;
}
.popular-categories .nacc .thumb .left-text .main-white-button a{
width: 100%;
text-align: center;
}
/*
---------------------------------------------
Recent Listing
---------------------------------------------
*/
.recent-listing {
margin-top: 50px;
padding-top: 40px;
margin-bottom: 60px;
border-top: 1px solid #eee;
}
.recent-listing .section-heading {
text-align: center;
margin-bottom: 80px;
}
.recent-listing .item .listing-item {
display: inline-flex;
background-color: #f7f7f7;
border-radius: 7px;
width: 100%;
position: relative;
margin-bottom: 30px;
}
.recent-listing .item .left-image {
float: left;
overflow: hidden;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}
.recent-listing .item .left-image img {
overflow: hidden;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}
.recent-listing .item .right-content {
display: inline-block;
padding: 60px;
}
.recent-listing .item .right-content ul.rate {
position: absolute;
right: 60px;
top: 60px;
}
.recent-listing .item .right-content ul.rate li {
display: inline-block;
}
.recent-listing .item .right-content ul.rate li:last-child {
margin-left: 10px;
}
.recent-listing .item .right-content h4 {
font-size: 20px;
color: #2a2a2a;
font-weight: 700;
margin-bottom: 20px;
}
.recent-listing .item .right-content h6 {
font-size: 15px;
font-weight: 500;
color: #8d99af;
}
.recent-listing .item .right-content span.price {
color: #2a2a2a;
font-size: 15px;
margin-top: 30px;
display: block;
margin-bottom: 15px;
}
.recent-listing .item .right-content span.price .icon {
width: 30px;
height: 30px;
background-color: #8d99af;
border-radius: 50%;
text-align: center;
line-height: 28px;
display: inline-block;
margin-right: 10px;
}
.recent-listing .item .right-content span.price .icon img {
max-width: 16px;
text-align: center;
display: inline-block;
}
.recent-listing .item .right-content span.details {
display: block;
margin-bottom: 30px;
font-size: 15px;
color: #8d99af;
}
.recent-listing .item .right-content span.details em {
font-style: normal;
color: #2a2a2a;
}
.recent-listing .item .right-content ul.info li {
display: inline-block;
margin-bottom: 15px;
margin-right: 30px;
width: 100%;
}
.recent-listing .item .right-content ul.info li:last-child {
margin-bottom: 0px;
}
.recent-listing .item .right-content ul.info li img {
max-width: 30px;
margin-right: 15px;
display: inline;
}
.recent-listing .item .right-content .main-white-button {
position: absolute;
right: 60px;
bottom: 60px;
}
.recent-listing .owl-dots {
margin-top: 15px;
text-align: center;
}
.recent-listing .owl-dots .owl-dot {
width: 10px;
height: 10px;
background-color: #8d99af;
border-radius: 50%;
margin: 0px 5px;
transition: all .3s;
}
.recent-listing .owl-dots .active {
width: 14px;
height: 14px;
}
/*
---------------------------------------------
Footer
---------------------------------------------
*/
footer {
border-top: 1px solid #eee;
padding-top: 50px;
margin-top: 200px;
}
footer h4 {
font-size: 20px;
font-weight: 700;
color: #8d99af;
margin-bottom: 30px;
}
footer p,
footer a {
color: #2a2a2a;
}
footer .logo img {
max-width: 163px;
margin-bottom: 30px;
}
footer .helpful-links {
margin: 0px 45px;
}
footer .helpful-links ul li {
display: block;
margin-bottom: 15px;
}
footer .helpful-links ul li a {
font-size: 15px;
transition: all .3s;
}
footer .helpful-links ul li a:hover {
color: #8d99af;
border-bottom: 1px solid #8d99af;
}
footer .contact-us p {
margin-bottom: 25px;
}
footer .contact-us a {
transition: all .3s;
}
footer .contact-us a:hover {
color: #8d99af;
border-bottom: 1px solid #8d99af;
}
footer .sub-footer {
text-align: center;
margin-top: 40px;
padding: 40px 0px;
border-top: 1px solid #eee;
}
/*
---------------------------------------------
contact
---------------------------------------------
*/
.contact-page {
margin: 120px 0px;
}
.contact-page .inner-content {
background-color: #f7f7f7;
border-radius: 7px;
overflow: hidden;
}
.contact-page .inner-content #map {
margin-bottom: -8px;
overflow: hidden;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}
form#contact {
position: relative;
margin: 0px 60px 0px 45px;
}
form#contact input {
width: 100%;
height: 46px;
border-radius: 7px;
background-color: transparent;
border: 1px solid #8d99af;
outline: none;
font-size: 15px;
font-weight: 300;
color: #8d99af;
padding: 0px 15px;
margin-bottom: 30px;
}
form#contact ul li {
display: inline-block;
margin-right: 30px;
}
form#contact ul li:last-child {
margin-right: 0px;
}
form#contact input[type=checkbox] {
display: inline-block;
width: 15px;
min-width: 15px;
height: 15px;
background-color: transparent;
border: 1px solid #8d99af;
outline: none;
cursor: pointer;
}
form#contact span {
color: #8d99af;
font-size: 14px;
font-weight: 500;
margin-left: 8px;
}
form#contact input::placeholder {
color: #8d99af;
font-weight: 500;
}
form#contact textarea {
margin-top: 10px;
width: 100%;
min-width: 100%;
max-width: 100%;
max-height: 180px;
min-height: 140px;
height: 140px;
border-radius: 7px;
background-color: transparent;
border: 1px solid #8d99af;
outline: none;
font-size: 15px;
font-weight: 300;
color: #8d99af;
padding: 15px;
margin-bottom: 30px;
}
form#contact textarea::placeholder {
color: #8d99af;
font-weight: 500;
}
form#contact button {
margin-bottom: -15px;
display: inline-block;
background-color: #8d99af;
font-size: 15px;
font-weight: 400;
color: #fff;
text-transform: capitalize;
padding: 12px 25px;
border-radius: 7px;
letter-spacing: 0.25px;
border: none;
outline: none;
transition: all .3s;
}
form#contact button i {
margin-right: 10px;
width: 24px;
height: 24px;
background-color: #2b2d42;
color: #fff;
border-radius: 50%;
display: inline-block;
text-align: center;
font-size: 12px;
line-height: 24px;
}
form#contact button:hover {
background-color: #2b2d42;
color: #fff;
}
/*
---------------------------------------------
Page Heading
---------------------------------------------
*/
.page-heading {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-image: url(../images/heading-bg.jpg);
padding: 230px 0px 120px 0px;
position: relative;
overflow: hidden;
}
.page-heading .top-text {
text-align: left;
}
.page-heading .top-text h6 {
color: #fff;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
}
.page-heading .top-text h2 {
color: #fff;
line-height: 70px;
font-size: 45px;
font-weight: 800;
text-transform: capitalize;
margin-top: 15px;
}
/*
---------------------------------------
Category Post
---------------------------------------
*/
.category-post {
overflow: hidden;
margin-top: 0px;
margin-bottom: 120px;
}
.category-post .naccs {
position: relative;
border-radius: 7px;
}
.category-post .icon {
display: inline-block;
width: 66px;
height: 66px;
border-radius: 50%;
text-align: center;
line-height: 62px;
color: #8d99af;
background-color: #fff;
margin-right: 15px;
float: left;
}
.category-post .naccs .menu div h4 {
position: absolute;
left: 81px;
top: 50%;
color: #fff;
transform: translateY(-50%);
font-size: 15px;
font-weight: 400;
width: 100%;
display: inline;
}
.category-post .icon img {
max-width: 27px;
}
.category-post .naccs .menu div.first-thumb {
border-bottom-left-radius: 7px;
}
.category-post .naccs .menu div.last-thumb {
margin-bottom: 0px;
border-bottom-right-radius: 7px;
}
.category-post .naccs .menu div {
color: #fff;
margin: 0px;
width: 20%;
font-size: 10px;
background-color: #8d99af;
height: 132px;
line-height: 132px;
display: inline-block;
float: left;
text-align: left;
cursor: pointer;
position: relative;
transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.category-post .naccs .menu div .thumb {
padding: 30px 0px;
margin-left: 25px;
margin-right: 25px;
}
.category-post .naccs .menu div.active,
.category-post .naccs .menu div.active .thumb {
background-color: #2b2d42;
}
.category-post ul.nacc {
position: relative;
min-height: 100%;
list-style: none;
margin: 0;
padding: 0;
transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.category-post ul.nacc li {
opacity: 0;
transform: translateX(-50px);
position: absolute;
list-style: none;
transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.category-post ul.nacc li.active {
transition-delay: 0.3s;
position: relative;
z-index: 2;
opacity: 1;
transform: translateX(0px);
}
.category-post ul.nacc li {
width: 100%;
}
.category-post .nacc .thumb h4 {
color: #2a2a2a;
font-size: 20px;
font-weight: 700;
line-height: 35px;
margin-bottom: 25px;
}
.category-post .nacc .thumb .main-white-button {
text-align: right;
margin-top: 40px;
}
.category-post .nacc .thumb .main-white-button a {
background-color: #8d99af;
color: #fff;
}
.category-post .nacc .thumb .main-white-button a i {
background-color: #fff;
color: #8d99af;
}
.category-post .top-content {
margin-top: 80px;
padding-bottom: 60px;
border-bottom: 1px solid #eee;
margin-bottom: 60px;
}
.category-post .description {
padding-bottom: 60px;
border-bottom: 1px solid #eee;
margin-bottom: 60px;
}
.category-post .general-info p {
margin-bottom: 30px;
}
.category-post .top-content .top-icon {
background-color: #2b2d42;
width: 250px;
height: 132px;
border-radius: 7px;
position: relative;
padding: 30px;
display: inline-block;
}
.category-post .top-content .top-icon h4 {
position: absolute;
left: 30px;
top: 50%;
color: #fff;
transform: translateY(-50%);
font-size: 15px;
font-weight: 400;
width: 100%;
display: inline;
}
.category-post .top-content .top-icon .icon {
display: inline-block;
width: 66px;
height: 66px;
border-radius: 50%;
text-align: center;
line-height: 62px;
color: #8d99af;
background-color: #fff;
margin-right: 15px;
float: left;
left: 0;
}
.category-post .nacc .thumb .text-icon img {
max-width: 30px;
margin-right: 10px;
}
.category-post .nacc .thumb span.list-item {
font-size: 15px;
color: #8d99af;
font-weight: 500;
line-height: 30px;
}
/*
---------------------------------------------
Listing Page
---------------------------------------------
*/
.listing-page {
margin-top: 120px;
margin-bottom: 120px;
}
.listing-page .section-heading {
text-align: center;
margin-bottom: 80px;
}
.listing-page .naccs {
position: relative;
}
.listing-page .icon {
display: inline-block;
width: 66px;
height: 66px;
border-radius: 50%;
text-align: center;
line-height: 62px;
color: #8d99af;
background-color: #fff;
margin-right: 15px;
}
.listing-page .icon img {
max-width: 27px;
}
.listing-page .naccs .menu div.first-thumb {
border-radius: 7px;
}
.listing-page .naccs .menu div.last-thumb {
margin-bottom: 0px;
border-radius: 7px;
}
.listing-page .naccs .menu div {
color: #fff;
font-size: 15px;
border-radius: 7px;
background-color: #8d99af;
margin-bottom: 30px;
height: 126px;
text-align: left;
padding: 0px 15px;
line-height: 126px;
cursor: pointer;
position: relative;
transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.listing-page .naccs .menu div.active,
.listing-page .naccs .menu div.active .thumb {
background-color: #2b2d42;
}
.listing-page ul.nacc {
height: auto !important;
position: relative;
min-height: 100%;
list-style: none;
margin: 0;
padding: 0;
transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.listing-page ul.nacc li {
display: none;
opacity: 0;
transform: translateY(-50px);
position: absolute;
list-style: none;
transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.listing-page ul.nacc li.active {
display: block;
transition-delay: 0s;
position: relative;
z-index: 2;
opacity: 1;
transform: translateY(0px);
}
.listing-page ul.nacc li {
width: 100%;
}
.listing-page .item .listing-item {
display: inline-flex;
background-color: #f7f7f7;
border-radius: 7px;
width: 100%;
position: relative;
margin-bottom: 30px;
}
.listing-page .item .left-image {
float: left;
overflow: hidden;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
position: relative;
z-index: 1;
}
.listing-page .item .left-image .hover-content .main-white-button a i {
font-size: 12px;
width: 23px;
height: 23px;
line-height: 23px;
}
.listing-page .item .left-image .hover-content {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
z-index: 11;
transition: all .5s;
opacity: 0;
visibility: hidden;
}
.listing-page .item .listing-item:hover .left-image .hover-content {
opacity: 1;
visibility: visible;
}
.listing-page .item .left-image img {
overflow: hidden;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}
.listing-page .item .right-content {
display: inline-block;
padding: 45px;
}
.listing-page .item .right-content h4 {
font-size: 20px;
color: #2a2a2a;
font-weight: 700;
margin-bottom: 20px;
}
.listing-page .item .right-content h6 {
font-size: 15px;
font-weight: 500;
color: #8d99af;
}
.listing-page .item .right-content span.price {
color: #2a2a2a;
font-size: 15px;
margin-top: 30px;
display: block;
margin-bottom: 15px;
}
.listing-page .item .right-content span.price .icon {
width: 30px;
height: 30px;
background-color: #8d99af;
border-radius: 50%;
text-align: center;
line-height: 28px;
display: inline-block;
margin-right: 10px;
}
.listing-page .item .right-content span.price .icon img {
max-width: 16px;
text-align: center;
display: inline-block;
}
.listing-page .item .right-content span.details {
display: block;
margin-bottom: 30px;
font-size: 15px;
color: #8d99af;
}
.listing-page .item .right-content span.details em {
font-style: normal;
color: #2a2a2a;
}
.listing-page .item .right-content span.info {
line-height: 30px;
}
.listing-page .item .right-content span.info img {
max-width: 30px;
margin-right: 15px;
display: inline;
}
.listing-page .owl-dots {
margin-top: 15px;
text-align: center;
}
.listing-page .owl-dots .owl-dot {
width: 10px;
height: 10px;
background-color: #8d99af;
border-radius: 50%;
margin: 0px 5px;
transition: all .3s;
}
.listing-page .owl-dots .active {
width: 14px;
height: 14px;
}
/*
---------------------------------------------
Pre Loader
---------------------------------------------
*/
.js-preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
opacity: 1;
visibility: visible;
z-index: 9999;
-webkit-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.js-preloader.loaded {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
@-webkit-keyframes dot {
50% {
-webkit-transform: translateX(96px);
transform: translateX(96px);
}
}
@keyframes dot {
50% {
-webkit-transform: translateX(96px);
transform: translateX(96px);
}
}
@-webkit-keyframes dots {
50% {
-webkit-transform: translateX(-31px);
transform: translateX(-31px);
}
}
@keyframes dots {
50% {
-webkit-transform: translateX(-31px);
transform: translateX(-31px);
}
}
.preloader-inner {
position: relative;
width: 142px;
height: 40px;
background: #fff;
}
.preloader-inner .dot {
position: absolute;
width: 16px;
height: 16px;
top: 12px;
left: 15px;
background: #8d99af;
border-radius: 50%;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-animation: dot 2.8s infinite;
animation: dot 2.8s infinite;
}
.preloader-inner .dots {
-webkit-transform: translateX(0);
transform: translateX(0);
margin-top: 12px;
margin-left: 31px;
-webkit-animation: dots 2.8s infinite;
animation: dots 2.8s infinite;
}
.preloader-inner .dots span {
display: block;
float: left;
width: 16px;
height: 16px;
margin-left: 16px;
background: #8d99af;
border-radius: 50%;
}
/*
---------------------------------------------
responsive
---------------------------------------------
*/
@media (max-width: 1200px) {
.popular-categories .icon {
margin-left: 50%;
transform: translateX(-33px);
text-align: center;
display: inline-block;
}
.category-post .naccs .menu div.active .thumb {
position: relative;
}
.category-post .icon {
position: absolute;
left: 50%;
transform: translateX(15px);
}
.category-post .top-content .top-icon h4 {
left: 86px;
}
form#search-form {
padding: 30px;
}
.popular-categories .naccs .menu .thumb,
.category-post .naccs .menu div h4 {
color: transparent;
}
.recent-listing .item .right-content,
.listing-page .item .right-content {
padding: 30px;
position: relative;
}
.recent-listing .item .right-content h4,
.listing-page .item .right-content h4 {
margin-bottom: 10px;
}
.recent-listing .item .right-content .main-white-button,
.listing-page .item .right-content .main-white-button {
left: 30px;
bottom: -30px;
}
.recent-listing .item .right-content span.price,
.listing-page .item .right-content span.price {
margin-top: 15px;
}
.recent-listing .item .right-content ul.rate,
.listing-page .item .right-content ul.rate {
left: 30px;
top: -5px;
}
.recent-listing .item .right-content span.details,
.listing-page .item .right-content span.details {
margin-bottom: 15px;
}
}
@media (max-width: 992px) {
form#search-form select,
form#search-form input {
border: 1px solid #8d99af;
border-radius: 7px;
margin-bottom: 15px;
}
form#search-form button {
border-radius: 7px;
}
.listing-page .naccs .menu {
margin-bottom: 30px;
}
.popular-categories .nacc .thumb .left-text {
margin: 30px;
}
.popular-categories .nacc .thumb .right-image {
padding: 0px;
margin: 0px 30px 30px 30px;
display: block;
}
.popular-categories .naccs .menu div.first-thumb {
border-top-right-radius: 7px;
}
.popular-categories .naccs .menu div.last-thumb {
border-bottom-left-radius: 0px;
}
.recent-listing .item .left-image,
.listing-page .item .left-image {
float: none;
width: 100%;
}
.category-post .top-content .top-icon .icon {
left: 45%;
}
.recent-listing .item .left-image,
.listing-page .item .left-image {
border-bottom-left-radius: 0px;
border-top-right-radius: 7px;
}
.recent-listing .item .listing-item,
.listing-page .item .listing-item {
display: inline-block;
}
.recent-listing .item .right-content ul.rate,
.listing-page .item .right-content ul.rate {
top: 20px;
}
.recent-listing .item .right-content .main-white-button,
.listing-page .item .right-content .main-white-button {
position: relative;
left: 0px;
bottom: 0px;
margin-top: 30px;
}
.recent-listing .item .right-content h4 {
margin-top: 20px;
}
footer {
text-align: center;
}
footer .about,
footer .helpful-links {
margin-bottom: 45px;
}
.category-post .icon {
transform: translateX(0px);
}
.category-post .top-content .top-icon,
.category-post .nacc .thumb .main-white-button a {
text-align: center;
width: 100%;
}
.category-post .nacc .thumb .main-white-button {
margin-top: 30px;
}
.category-post .top-content .top-icon .icon {
margin-left: -60px;
}
.category-post .top-content .top-icon h4 {
left: 86px;
}
.description .text-icon {
margin-top: 30px;
}
form#contact {
margin-top: 45px;
margin-bottom: 55px;
}
}
@media (max-width: 767px) {
.main-banner ul.categories li a {
color: transparent;
}
.header-area .main-nav a.logo {
background-image: url(../images/black-logo.png);
float: left;
}
.header-area .logo {
margin-left: 0px;
}
.header-area .main-nav .menu-trigger {
right: 15px;
}
.category-post .icon {
transform: translateX(-22px);
}
} | src/main/resources/public/assets/css/templatemo-plot-listing.css | Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio
--------------------------------------------- */
/*
---------------------------------------------
font & reset css
---------------------------------------------
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*
---------------------------------------------
reset
---------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
/* clear fix */
.grid:after {
content: '';
display: block;
clear: both;
}
/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
width: 50%;
}
.grid-item {
float: left;
}
.grid-item img {
display: block;
max-width: 100%;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
ul, li {
padding: 0;
margin: 0;
list-style: none;
}
header, nav, section, article, aside, footer, hgroup {
display: block;
}
* {
box-sizing: border-box;
}
html, body {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
background-color: #fff;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0px;
margin-bottom: 0px;
}
ul {
margin-bottom: 0px;
}
p {
font-size: 15px;
line-height: 30px;
color: #2a2a2a;
}
img {
margin-bottom: -3px;
width: 100%;
overflow: hidden;
}
/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
background: #fff;
font-family: 'Montserrat', sans-serif;
}
::selection {
background: #03a4ed;
color: #fff;
}
::-moz-selection {
background: #03a4ed;
color: #fff;
}
@media (max-width: 991px) {
html, body {
overflow-x: hidden;
}
.mobile-top-fix {
margin-top: 30px;
margin-bottom: 0px;
}
.mobile-bottom-fix {
margin-bottom: 30px;
}
.mobile-bottom-fix-big {
margin-bottom: 60px;
}
}
.page-section {
margin-top: 120px;
}
.section-heading h2 {
font-size: 35px;
margin-bottom: 25px;
text-transform: capitalize;
color: #2a2a2a;
font-weight: 700;
position: relative;
z-index: 2;
line-height: 44px;
}
.section-heading h6 {
text-transform: uppercase;
font-size: 15px;
font-weight: 500;
color: #8d99af;
}
.main-white-button a {
display: inline-block;
background-color: #fff;
font-size: 15px;
font-weight: 400;
color: #2a2a2a;
text-transform: capitalize;
padding: 12px 25px;
border-radius: 7px;
letter-spacing: 0.25px;
transition: all .3s;
}
.main-white-button a i {
margin-right: 10px;
width: 22px;
height: 22px;
background-color: #8d99af;
color: #fff;
border-radius: 50%;
display: inline-block;
text-align: center;
font-size: 12px;
line-height: 22px;
}
.main-white-button a:hover {
background-color: #8d99af;
color: #fff;
}
/*
---------------------------------------------
header
---------------------------------------------
*/
.background-header {
background-color: #fff!important;
height: 80px!important;
position: fixed!important;
top: 0px;
left: 0px;
right: 0px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}
.background-header .logo,
.background-header .main-nav .nav li a {
color: #1e1e1e!important;
}
.background-header .main-nav .nav li:hover a {
color: #8d99af!important;
}
.background-header .nav li a.active {
color: #8d99af!important;
}
.header-area {
background-color: transparent;
border-bottom: 1px solid rgba(250,250,250,0.2);
position: fixed;
top: 0px;
left: 0px;
right: 0px;
z-index: 100;
height: 100px;
-webkit-transition: all .5s ease 0s;
-moz-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
}
.header-area .main-nav {
min-height: 80px;
background: transparent;
}
.header-area .main-nav a.logo {
background-image: url(../images/logo-white.png);
width: 90px;
height: 62px;
display: inline-block;
margin-top: 20px;
}
.background-header .main-nav a.logo {
background-image: url(../images/logo-black.png);
width: 90px;
height: 62px;
display: inline-block;
margin-top: 10px;
}
.background-header .main-nav .nav {
margin-top: 20px !important;
}
.header-area .main-nav .nav {
float: right;
margin-top: 30px;
margin-right: 0px;
background-color: transparent;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position: relative;
z-index: 999;
}
.header-area .main-nav .nav li {
padding-left: 30px;
padding-right: 30px;
}
.header-area .main-nav .nav li:last-child {
padding-right: 0px;
padding-left: 40px;
}
.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
color: #2a2a2a !important;
text-transform: capitalize;
padding: 0px 20px;
font-weight: 400;
}
.header-area .main-nav .nav li:last-child a i,
.background-header .main-nav .nav li:last-child a i {
font-size: 12px!important;
font-weight: 400 !important;
}
.background-header .main-nav .nav li:last-child .main-white-button a {
background-color: #8d99af;
color: #fff !important;
}
.background-header .main-nav .nav li:last-child .main-white-button a i {
background-color: #fff;
color: #8d99af;
}
.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
color: #fff !important;
}
.header-area .main-nav .nav li a {
display: block;
font-weight: 500;
font-size: 14px;
color: #fff;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
height: 40px;
line-height: 40px;
border: transparent;
letter-spacing: 1px;
}
.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
color: #8d99af!important;
}
.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
color: #8d99af!important;
opacity: 1;
}
.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
background-color: #8d99af;
}
.header-area .main-nav .nav li.has-sub {
position: relative;
padding-right: 15px;
}
.header-area .main-nav .nav li.has-sub:after {
font-family: FontAwesome;
content: "\f107";
font-size: 12px;
color: #fff;
position: absolute;
right: 5px;
top: 12px;
}
.background-header .main-nav .nav li.has-sub:after {
color: #1e1e1e;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu {
position: absolute;
width: 200px;
box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
overflow: hidden;
top: 40px;
opacity: 0;
transition: all .3s;
transform: translateY(+2em);
visibility: hidden;
z-index: -1;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu li {
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
opacity: 1;
display: block;
background: #f7f7f7;
color: #2a2a2a!important;
padding-left: 20px;
height: 40px;
line-height: 40px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position: relative;
font-size: 13px;
font-weight: 400;
border-bottom: 1px solid #eee;
}
.header-area .main-nav .nav li.has-sub ul li a:hover {
background: #fff;
color: #f5a425!important;
padding-left: 25px;
}
.header-area .main-nav .nav li.has-sub ul li a:hover:before {
width: 3px;
}
.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
visibility: visible;
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s;
}
.header-area .main-nav .menu-trigger {
cursor: pointer;
display: block;
position: absolute;
top: 33px;
width: 32px;
height: 40px;
text-indent: -9999em;
z-index: 99;
right: 40px;
display: none;
}
.background-header .main-nav .menu-trigger {
top: 23px;
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
background-color: #1e1e1e;
display: block;
position: absolute;
width: 30px;
height: 2px;
left: 0;
}
.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
background-color: #1e1e1e;
display: block;
position: absolute;
width: 30px;
height: 2px;
left: 0;
width: 75%;
}
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
content: "";
}
.header-area .main-nav .menu-trigger span {
top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
-moz-transform-origin: 33% 100%;
-ms-transform-origin: 33% 100%;
-webkit-transform-origin: 33% 100%;
transform-origin: 33% 100%;
top: -10px;
z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
-moz-transform-origin: 33% 0;
-ms-transform-origin: 33% 0;
-webkit-transform-origin: 33% 0;
transform-origin: 33% 0;
top: 10px;
}
.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
background-color: transparent;
width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
-moz-transform: translateY(6px) translateX(1px) rotate(45deg);
-ms-transform: translateY(6px) translateX(1px) rotate(45deg);
-webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
transform: translateY(6px) translateX(1px) rotate(45deg);
background-color: #1e1e1e;
}
.background-header .main-nav .menu-trigger.active span:before {
background-color: #1e1e1e;
}
.header-area .main-nav .menu-trigger.active span:after {
-moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
-ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
-webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
transform: translateY(-6px) translateX(1px) rotate(-45deg);
background-color: #1e1e1e;
}
.background-header .main-nav .menu-trigger.active span:after {
background-color: #1e1e1e;
}
.header-area.header-sticky {
min-height: 80px;
}
.header-area .nav {
margin-top: 30px;
}
.header-area.header-sticky .nav li a.active {
color: #8d99af;
}
@media (max-width: 1200px) {
.header-area .main-nav .nav li {
padding-left: 12px;
padding-right: 12px;
}
.header-area .main-nav:before {
display: none;
}
}
@media (max-width: 992px) {
.header-area .main-nav .nav li:last-child ,
.background-header .main-nav .nav li:last-child {
display: none;
}
.header-area .main-nav .nav li:nth-child(6),
.background-header .main-nav .nav li:nth-child(6) {
padding-right: 0px;
}
}
@media (max-width: 767px) {
.background-header .main-nav .nav {
margin-top: 80px !important;
}
.header-area .main-nav .logo {
color: #1e1e1e;
}
.header-area.header-sticky .nav li a:hover,
.header-area.header-sticky .nav li a.active {
color: #8d99af!important;
opacity: 1;
}
.header-area.header-sticky .nav li.search-icon a {
width: 100%;
}
.header-area {
background-color: #f7f7f7;
padding: 0px 15px;
height: 100px;
box-shadow: none;
text-align: center;
}
.header-area .container {
padding: 0px;
}
.header-area .logo {
margin-left: 30px;
}
.header-area .menu-trigger {
display: block !important;
}
.header-area .main-nav {
overflow: hidden;
}
.header-area .main-nav .nav {
float: none;
width: 100%;
display: none;
-webkit-transition: all 0s ease 0s;
-moz-transition: all 0s ease 0s;
-o-transition: all 0s ease 0s;
transition: all 0s ease 0s;
margin-left: 0px;
}
.background-header .nav {
margin-top: 80px;
}
.header-area .main-nav .nav li:first-child {
border-top: 1px solid #eee;
}
.header-area.header-sticky .nav {
margin-top: 100px;
}
.header-area .main-nav .nav li {
width: 100%;
background: #fff;
border-bottom: 1px solid #e7e7e7;
padding-left: 0px !important;
padding-right: 0px !important;
}
.header-area .main-nav .nav li a {
height: 50px !important;
line-height: 50px !important;
padding: 0px !important;
border: none !important;
background: #f7f7f7 !important;
color: #191a20 !important;
}
.header-area .main-nav .nav li a:hover {
background: #eee !important;
color: #8d99af!important;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu {
position: relative;
visibility: inherit;
opacity: 1;
z-index: 1;
transform: translateY(0%);
top: 0px;
width: 100%;
box-shadow: none;
height: 0px;
transition: all 0s;
}
.header-area .main-nav .nav li.submenu ul li a {
font-size: 12px;
font-weight: 400;
}
.header-area .main-nav .nav li.submenu ul li a:hover:before {
width: 0px;
}
.header-area .main-nav .nav li.has-sub ul.sub-menu {
height: auto;
}
.header-area .main-nav .nav li.has-sub:after {
color: #3B566E;
right: 30px;
font-size: 14px;
top: 15px;
}
.header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
height: 0px;
}
}
@media (min-width: 767px) {
.header-area .main-nav .nav {
display: flex !important;
}
}
/*
---------------------------------------------
Banner Style
---------------------------------------------
*/
.main-banner {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-image: url(../images/banner-bg.jpg);
padding: 100px 0px 180px 0px;
position: relative;
overflow: hidden;
}
.main-banner .top-text {
text-align: center;
}
.main-banner .top-text h6 {
color: #fff;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
}
.main-banner .top-text h2 {
color: #fff;
font-size: 45px;
font-weight: 800;
text-transform: capitalize;
margin-top: 15px;
margin-bottom: 45px;
}
.main-banner ul.categories {
width: 100%;
margin-top: 60px;
text-align: center;
}
.main-banner ul.categories li {
display: inline-block;
text-align: center;
width: 18%;
}
.main-banner ul.categories li a {
color: #fff;
text-align: center;
font-size: 15px;
margin-top: 15px;
}
.main-banner ul.categories li .icon {
display: block;
margin: 0 auto 12px auto;
width: 66px;
height: 66px;
border-radius: 50%;
text-align: center;
line-height: 62px;
color: #8d99af;
background-color: #fff;
transition: all .5s;
}
.main-banner ul.categories li a:hover .icon {
background-color: #2b2d42;
}
.main-banner ul.categories li .icon img {
max-width: 27px;
}
form#search-form {
background-color: #fff;
padding: 0px 0px 0px 30px;
width: 100%;
border-radius: 7px;
display: inline-block;
text-align: center;
}
form#search-form select,
form#search-form input {
width: 100%;
height: 36px;
background-color: transparent;
border: none;
color: #2a2a2a;
font-size: 15px;
outline: none;
}
.form-select:focus {
box-shadow: none;
}
form#search-form input.searchText {
border-left: 1px solid #8d99af;
border-right: 1px solid #8d99af;
padding: 0px 30px;
}
form#search-form input::placeholder {
color: #2a2a2a;
font-size: 15px;
}
form#search-form button {
width: 100%;
height: 100%;
background-color: #8d99af;
border: none;
padding: 15px;
color: #fff;
font-size: 15px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
}
form#search-form button i {
width: 40px;
height: 40px;
background-color: #fff;
border-radius: 50%;
color: #8d99af;
display: inline-block;
text-align: center;
line-height: 38px;
margin-right: 10px;
}
/*
---------------------------------------
Popular Categories
---------------------------------------
*/
.popular-categories {
margin-top: 120px;
}
.popular-categories .section-heading {
text-align: center;
margin-bottom: 80px;
}
.popular-categories .naccs {
position: relative;
background-color: #2b2d42;
border-radius: 7px;
}
.popular-categories .icon {
display: inline-block;
width: 66px;
height: 66px;
border-radius: 50%;
text-align: center;
line-height: 62px;
color: #8d99af;
background-color: #fff;
margin-right: 15px;
}
.popular-categories .icon img {
max-width: 27px;
}
.popular-categories .naccs .menu div.first-thumb {
border-top-left-radius: 7px;
}
.popular-categories .naccs .menu div.last-thumb {
margin-bottom: 0px;
border-bottom-left-radius: 7px;
}
.popular-categories .naccs .menu div {
color: #fff;
font-size: 15px;
background-color: #8d99af;
margin-bottom: 1px;
height: 126px;
text-align: left;
padding: 0px 15px;
line-height: 126px;
cursor: pointer;
position: relative;
transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.popular-categories .naccs .menu div.active,
.popular-categories .naccs .menu div.active .thumb {
background-color: #2b2d42;
}
.popular-categories ul.nacc {
position: relative;
min-height: 100%;
list-style: none;
margin: 0;
padding: 0;
transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.popular-categories ul.nacc li {
opacity: 0;
transform: translateX(-50px);
position: absolute;
list-style: none;
transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.popular-categories ul.nacc li.active {
transition-delay: 0.3s;
position: relative;
z-index: 2;
opacity: 1;
transform: translateX(0px);
}
.popular-categories ul.nacc li {
width: 100%;
}
.popular-categories .nacc .thumb .left-text {
margin-left: 30px;
}
.popular-categories .nacc .thumb .left-text h4 {
color: #fff;
font-size: 20px;
font-weight: 700;
line-height: 35px;
margin-bottom: 30px;
}
.popular-categories .nacc .thumb .left-text p {
color: #fff;
margin-bottom: 30px;
}
.popular-categories .nacc .thumb .right-image {
padding: 60px;
display: inline-flex;
}
.popular-categories .nacc .thumb img {
border-radius: 7px;
}
.popular-categories .nacc .thumb .left-text .main-white-button a{
width: 100%;
text-align: center;
}
/*
---------------------------------------------
Recent Listing
---------------------------------------------
*/
.recent-listing {
margin-top: 50px;
padding-top: 40px;
margin-bottom: 60px;
border-top: 1px solid #eee;
}
.recent-listing .section-heading {
text-align: center;
margin-bottom: 80px;
}
.recent-listing .item .listing-item {
display: inline-flex;
background-color: #f7f7f7;
border-radius: 7px;
width: 100%;
position: relative;
margin-bottom: 30px;
}
.recent-listing .item .left-image {
float: left;
overflow: hidden;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}
.recent-listing .item .left-image img {
overflow: hidden;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}
.recent-listing .item .right-content {
display: inline-block;
padding: 60px;
}
.recent-listing .item .right-content ul.rate {
position: absolute;
right: 60px;
top: 60px;
}
.recent-listing .item .right-content ul.rate li {
display: inline-block;
}
.recent-listing .item .right-content ul.rate li:last-child {
margin-left: 10px;
}
.recent-listing .item .right-content h4 {
font-size: 20px;
color: #2a2a2a;
font-weight: 700;
margin-bottom: 20px;
}
.recent-listing .item .right-content h6 {
font-size: 15px;
font-weight: 500;
color: #8d99af;
}
.recent-listing .item .right-content span.price {
color: #2a2a2a;
font-size: 15px;
margin-top: 30px;
display: block;
margin-bottom: 15px;
}
.recent-listing .item .right-content span.price .icon {
width: 30px;
height: 30px;
background-color: #8d99af;
border-radius: 50%;
text-align: center;
line-height: 28px;
display: inline-block;
margin-right: 10px;
}
.recent-listing .item .right-content span.price .icon img {
max-width: 16px;
text-align: center;
display: inline-block;
}
.recent-listing .item .right-content span.details {
display: block;
margin-bottom: 30px;
font-size: 15px;
color: #8d99af;
}
.recent-listing .item .right-content span.details em {
font-style: normal;
color: #2a2a2a;
}
.recent-listing .item .right-content ul.info li {
display: inline-block;
margin-bottom: 15px;
margin-right: 30px;
width: 100%;
}
.recent-listing .item .right-content ul.info li:last-child {
margin-bottom: 0px;
}
.recent-listing .item .right-content ul.info li img {
max-width: 30px;
margin-right: 15px;
display: inline;
}
.recent-listing .item .right-content .main-white-button {
position: absolute;
right: 60px;
bottom: 60px;
}
.recent-listing .owl-dots {
margin-top: 15px;
text-align: center;
}
.recent-listing .owl-dots .owl-dot {
width: 10px;
height: 10px;
background-color: #8d99af;
border-radius: 50%;
margin: 0px 5px;
transition: all .3s;
}
.recent-listing .owl-dots .active {
width: 14px;
height: 14px;
}
/*
---------------------------------------------
Footer
---------------------------------------------
*/
footer {
border-top: 1px solid #eee;
padding-top: 50px;
margin-top: 200px;
}
footer h4 {
font-size: 20px;
font-weight: 700;
color: #8d99af;
margin-bottom: 30px;
}
footer p,
footer a {
color: #2a2a2a;
}
footer .logo img {
max-width: 163px;
margin-bottom: 30px;
}
footer .helpful-links {
margin: 0px 45px;
}
footer .helpful-links ul li {
display: block;
margin-bottom: 15px;
}
footer .helpful-links ul li a {
font-size: 15px;
transition: all .3s;
}
footer .helpful-links ul li a:hover {
color: #8d99af;
border-bottom: 1px solid #8d99af;
}
footer .contact-us p {
margin-bottom: 25px;
}
footer .contact-us a {
transition: all .3s;
}
footer .contact-us a:hover {
color: #8d99af;
border-bottom: 1px solid #8d99af;
}
footer .sub-footer {
text-align: center;
margin-top: 40px;
padding: 40px 0px;
border-top: 1px solid #eee;
}
/*
---------------------------------------------
contact
---------------------------------------------
*/
.contact-page {
margin: 120px 0px;
}
.contact-page .inner-content {
background-color: #f7f7f7;
border-radius: 7px;
overflow: hidden;
}
.contact-page .inner-content #map {
margin-bottom: -8px;
overflow: hidden;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}
form#contact {
position: relative;
margin: 0px 60px 0px 45px;
}
form#contact input {
width: 100%;
height: 46px;
border-radius: 7px;
background-color: transparent;
border: 1px solid #8d99af;
outline: none;
font-size: 15px;
font-weight: 300;
color: #8d99af;
padding: 0px 15px;
margin-bottom: 30px;
}
form#contact ul li {
display: inline-block;
margin-right: 30px;
}
form#contact ul li:last-child {
margin-right: 0px;
}
form#contact input[type=checkbox] {
display: inline-block;
width: 15px;
min-width: 15px;
height: 15px;
background-color: transparent;
border: 1px solid #8d99af;
outline: none;
cursor: pointer;
}
form#contact span {
color: #8d99af;
font-size: 14px;
font-weight: 500;
margin-left: 8px;
}
form#contact input::placeholder {
color: #8d99af;
font-weight: 500;
}
form#contact textarea {
margin-top: 10px;
width: 100%;
min-width: 100%;
max-width: 100%;
max-height: 180px;
min-height: 140px;
height: 140px;
border-radius: 7px;
background-color: transparent;
border: 1px solid #8d99af;
outline: none;
font-size: 15px;
font-weight: 300;
color: #8d99af;
padding: 15px;
margin-bottom: 30px;
}
form#contact textarea::placeholder {
color: #8d99af;
font-weight: 500;
}
form#contact button {
margin-bottom: -15px;
display: inline-block;
background-color: #8d99af;
font-size: 15px;
font-weight: 400;
color: #fff;
text-transform: capitalize;
padding: 12px 25px;
border-radius: 7px;
letter-spacing: 0.25px;
border: none;
outline: none;
transition: all .3s;
}
form#contact button i {
margin-right: 10px;
width: 24px;
height: 24px;
background-color: #2b2d42;
color: #fff;
border-radius: 50%;
display: inline-block;
text-align: center;
font-size: 12px;
line-height: 24px;
}
form#contact button:hover {
background-color: #2b2d42;
color: #fff;
}
/*
---------------------------------------------
Page Heading
---------------------------------------------
*/
.page-heading {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-image: url(../images/heading-bg.jpg);
padding: 230px 0px 120px 0px;
position: relative;
overflow: hidden;
}
.page-heading .top-text {
text-align: left;
}
.page-heading .top-text h6 {
color: #fff;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
}
.page-heading .top-text h2 {
color: #fff;
line-height: 70px;
font-size: 45px;
font-weight: 800;
text-transform: capitalize;
margin-top: 15px;
}
/*
---------------------------------------
Category Post
---------------------------------------
*/
.category-post {
overflow: hidden;
margin-top: 0px;
margin-bottom: 120px;
}
.category-post .naccs {
position: relative;
border-radius: 7px;
}
.category-post .icon {
display: inline-block;
width: 66px;
height: 66px;
border-radius: 50%;
text-align: center;
line-height: 62px;
color: #8d99af;
background-color: #fff;
margin-right: 15px;
float: left;
}
.category-post .naccs .menu div h4 {
position: absolute;
left: 81px;
top: 50%;
color: #fff;
transform: translateY(-50%);
font-size: 15px;
font-weight: 400;
width: 100%;
display: inline;
}
.category-post .icon img {
max-width: 27px;
}
.category-post .naccs .menu div.first-thumb {
border-bottom-left-radius: 7px;
}
.category-post .naccs .menu div.last-thumb {
margin-bottom: 0px;
border-bottom-right-radius: 7px;
}
.category-post .naccs .menu div {
color: #fff;
margin: 0px;
width: 20%;
font-size: 10px;
background-color: #8d99af;
height: 132px;
line-height: 132px;
display: inline-block;
float: left;
text-align: left;
cursor: pointer;
position: relative;
transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.category-post .naccs .menu div .thumb {
padding: 30px 0px;
margin-left: 25px;
margin-right: 25px;
}
.category-post .naccs .menu div.active,
.category-post .naccs .menu div.active .thumb {
background-color: #2b2d42;
}
.category-post ul.nacc {
position: relative;
min-height: 100%;
list-style: none;
margin: 0;
padding: 0;
transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.category-post ul.nacc li {
opacity: 0;
transform: translateX(-50px);
position: absolute;
list-style: none;
transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.category-post ul.nacc li.active {
transition-delay: 0.3s;
position: relative;
z-index: 2;
opacity: 1;
transform: translateX(0px);
}
.category-post ul.nacc li {
width: 100%;
}
.category-post .nacc .thumb h4 {
color: #2a2a2a;
font-size: 20px;
font-weight: 700;
line-height: 35px;
margin-bottom: 25px;
}
.category-post .nacc .thumb .main-white-button {
text-align: right;
margin-top: 40px;
}
.category-post .nacc .thumb .main-white-button a {
background-color: #8d99af;
color: #fff;
}
.category-post .nacc .thumb .main-white-button a i {
background-color: #fff;
color: #8d99af;
}
.category-post .top-content {
margin-top: 80px;
padding-bottom: 60px;
border-bottom: 1px solid #eee;
margin-bottom: 60px;
}
.category-post .description {
padding-bottom: 60px;
border-bottom: 1px solid #eee;
margin-bottom: 60px;
}
.category-post .general-info p {
margin-bottom: 30px;
}
.category-post .top-content .top-icon {
background-color: #2b2d42;
width: 250px;
height: 132px;
border-radius: 7px;
position: relative;
padding: 30px;
display: inline-block;
}
.category-post .top-content .top-icon h4 {
position: absolute;
left: 30px;
top: 50%;
color: #fff;
transform: translateY(-50%);
font-size: 15px;
font-weight: 400;
width: 100%;
display: inline;
}
.category-post .top-content .top-icon .icon {
display: inline-block;
width: 66px;
height: 66px;
border-radius: 50%;
text-align: center;
line-height: 62px;
color: #8d99af;
background-color: #fff;
margin-right: 15px;
float: left;
left: 0;
}
.category-post .nacc .thumb .text-icon img {
max-width: 30px;
margin-right: 10px;
}
.category-post .nacc .thumb span.list-item {
font-size: 15px;
color: #8d99af;
font-weight: 500;
line-height: 30px;
}
/*
---------------------------------------------
Listing Page
---------------------------------------------
*/
.listing-page {
margin-top: 120px;
margin-bottom: 120px;
}
.listing-page .section-heading {
text-align: center;
margin-bottom: 80px;
}
.listing-page .naccs {
position: relative;
}
.listing-page .icon {
display: inline-block;
width: 66px;
height: 66px;
border-radius: 50%;
text-align: center;
line-height: 62px;
color: #8d99af;
background-color: #fff;
margin-right: 15px;
}
.listing-page .icon img {
max-width: 27px;
}
.listing-page .naccs .menu div.first-thumb {
border-radius: 7px;
}
.listing-page .naccs .menu div.last-thumb {
margin-bottom: 0px;
border-radius: 7px;
}
.listing-page .naccs .menu div {
color: #fff;
font-size: 15px;
border-radius: 7px;
background-color: #8d99af;
margin-bottom: 30px;
height: 126px;
text-align: left;
padding: 0px 15px;
line-height: 126px;
cursor: pointer;
position: relative;
transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.listing-page .naccs .menu div.active,
.listing-page .naccs .menu div.active .thumb {
background-color: #2b2d42;
}
.listing-page ul.nacc {
height: auto !important;
position: relative;
min-height: 100%;
list-style: none;
margin: 0;
padding: 0;
transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.listing-page ul.nacc li {
display: none;
opacity: 0;
transform: translateY(-50px);
position: absolute;
list-style: none;
transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.listing-page ul.nacc li.active {
display: block;
transition-delay: 0s;
position: relative;
z-index: 2;
opacity: 1;
transform: translateY(0px);
}
.listing-page ul.nacc li {
width: 100%;
}
.listing-page .item .listing-item {
display: inline-flex;
background-color: #f7f7f7;
border-radius: 7px;
width: 100%;
position: relative;
margin-bottom: 30px;
}
.listing-page .item .left-image {
float: left;
overflow: hidden;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
position: relative;
z-index: 1;
}
.listing-page .item .left-image .hover-content .main-white-button a i {
font-size: 12px;
width: 23px;
height: 23px;
line-height: 23px;
}
.listing-page .item .left-image .hover-content {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
z-index: 11;
transition: all .5s;
opacity: 0;
visibility: hidden;
}
.listing-page .item .listing-item:hover .left-image .hover-content {
opacity: 1;
visibility: visible;
}
.listing-page .item .left-image img {
overflow: hidden;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}
.listing-page .item .right-content {
display: inline-block;
padding: 45px;
}
.listing-page .item .right-content h4 {
font-size: 20px;
color: #2a2a2a;
font-weight: 700;
margin-bottom: 20px;
}
.listing-page .item .right-content h6 {
font-size: 15px;
font-weight: 500;
color: #8d99af;
}
.listing-page .item .right-content span.price {
color: #2a2a2a;
font-size: 15px;
margin-top: 30px;
display: block;
margin-bottom: 15px;
}
.listing-page .item .right-content span.price .icon {
width: 30px;
height: 30px;
background-color: #8d99af;
border-radius: 50%;
text-align: center;
line-height: 28px;
display: inline-block;
margin-right: 10px;
}
.listing-page .item .right-content span.price .icon img {
max-width: 16px;
text-align: center;
display: inline-block;
}
.listing-page .item .right-content span.details {
display: block;
margin-bottom: 30px;
font-size: 15px;
color: #8d99af;
}
.listing-page .item .right-content span.details em {
font-style: normal;
color: #2a2a2a;
}
.listing-page .item .right-content span.info {
line-height: 30px;
}
.listing-page .item .right-content span.info img {
max-width: 30px;
margin-right: 15px;
display: inline;
}
.listing-page .owl-dots {
margin-top: 15px;
text-align: center;
}
.listing-page .owl-dots .owl-dot {
width: 10px;
height: 10px;
background-color: #8d99af;
border-radius: 50%;
margin: 0px 5px;
transition: all .3s;
}
.listing-page .owl-dots .active {
width: 14px;
height: 14px;
}
/*
---------------------------------------------
Pre Loader
---------------------------------------------
*/
.js-preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
opacity: 1;
visibility: visible;
z-index: 9999;
-webkit-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.js-preloader.loaded {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
@-webkit-keyframes dot {
50% {
-webkit-transform: translateX(96px);
transform: translateX(96px);
}
}
@keyframes dot {
50% {
-webkit-transform: translateX(96px);
transform: translateX(96px);
}
}
@-webkit-keyframes dots {
50% {
-webkit-transform: translateX(-31px);
transform: translateX(-31px);
}
}
@keyframes dots {
50% {
-webkit-transform: translateX(-31px);
transform: translateX(-31px);
}
}
.preloader-inner {
position: relative;
width: 142px;
height: 40px;
background: #fff;
}
.preloader-inner .dot {
position: absolute;
width: 16px;
height: 16px;
top: 12px;
left: 15px;
background: #8d99af;
border-radius: 50%;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-animation: dot 2.8s infinite;
animation: dot 2.8s infinite;
}
.preloader-inner .dots {
-webkit-transform: translateX(0);
transform: translateX(0);
margin-top: 12px;
margin-left: 31px;
-webkit-animation: dots 2.8s infinite;
animation: dots 2.8s infinite;
}
.preloader-inner .dots span {
display: block;
float: left;
width: 16px;
height: 16px;
margin-left: 16px;
background: #8d99af;
border-radius: 50%;
}
/*
---------------------------------------------
responsive
---------------------------------------------
*/
@media (max-width: 1200px) {
.popular-categories .icon {
margin-left: 50%;
transform: translateX(-33px);
text-align: center;
display: inline-block;
}
.category-post .naccs .menu div.active .thumb {
position: relative;
}
.category-post .icon {
position: absolute;
left: 50%;
transform: translateX(15px);
}
.category-post .top-content .top-icon h4 {
left: 86px;
}
form#search-form {
padding: 30px;
}
.popular-categories .naccs .menu .thumb,
.category-post .naccs .menu div h4 {
color: transparent;
}
.recent-listing .item .right-content,
.listing-page .item .right-content {
padding: 30px;
position: relative;
}
.recent-listing .item .right-content h4,
.listing-page .item .right-content h4 {
margin-bottom: 10px;
}
.recent-listing .item .right-content .main-white-button,
.listing-page .item .right-content .main-white-button {
left: 30px;
bottom: -30px;
}
.recent-listing .item .right-content span.price,
.listing-page .item .right-content span.price {
margin-top: 15px;
}
.recent-listing .item .right-content ul.rate,
.listing-page .item .right-content ul.rate {
left: 30px;
top: -5px;
}
.recent-listing .item .right-content span.details,
.listing-page .item .right-content span.details {
margin-bottom: 15px;
}
}
@media (max-width: 992px) {
form#search-form select,
form#search-form input {
border: 1px solid #8d99af;
border-radius: 7px;
margin-bottom: 15px;
}
form#search-form button {
border-radius: 7px;
}
.listing-page .naccs .menu {
margin-bottom: 30px;
}
.popular-categories .nacc .thumb .left-text {
margin: 30px;
}
.popular-categories .nacc .thumb .right-image {
padding: 0px;
margin: 0px 30px 30px 30px;
display: block;
}
.popular-categories .naccs .menu div.first-thumb {
border-top-right-radius: 7px;
}
.popular-categories .naccs .menu div.last-thumb {
border-bottom-left-radius: 0px;
}
.recent-listing .item .left-image,
.listing-page .item .left-image {
float: none;
width: 100%;
}
.category-post .top-content .top-icon .icon {
left: 45%;
}
.recent-listing .item .left-image,
.listing-page .item .left-image {
border-bottom-left-radius: 0px;
border-top-right-radius: 7px;
}
.recent-listing .item .listing-item,
.listing-page .item .listing-item {
display: inline-block;
}
.recent-listing .item .right-content ul.rate,
.listing-page .item .right-content ul.rate {
top: 20px;
}
.recent-listing .item .right-content .main-white-button,
.listing-page .item .right-content .main-white-button {
position: relative;
left: 0px;
bottom: 0px;
margin-top: 30px;
}
.recent-listing .item .right-content h4 {
margin-top: 20px;
}
footer {
text-align: center;
}
footer .about,
footer .helpful-links {
margin-bottom: 45px;
}
.category-post .icon {
transform: translateX(0px);
}
.category-post .top-content .top-icon,
.category-post .nacc .thumb .main-white-button a {
text-align: center;
width: 100%;
}
.category-post .nacc .thumb .main-white-button {
margin-top: 30px;
}
.category-post .top-content .top-icon .icon {
margin-left: -60px;
}
.category-post .top-content .top-icon h4 {
left: 86px;
}
.description .text-icon {
margin-top: 30px;
}
form#contact {
margin-top: 45px;
margin-bottom: 55px;
}
}
@media (max-width: 767px) {
.main-banner ul.categories li a {
color: transparent;
}
.header-area .main-nav a.logo {
background-image: url(../images/black-logo.png);
float: left;
}
.header-area .logo {
margin-left: 0px;
}
.header-area .main-nav .menu-trigger {
right: 15px;
}
.category-post .icon {
transform: translateX(-22px);
}
} | 0.332961 | 0.076132 |
body {margin: 0;}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {font-weight: 700;}
a {color: inherit;text-decoration: inherit;}
img {vertical-align: middle;}
a img {border: none;}
li {list-style: none;}
/* theme color */
:root {
--main-color: #03c75a;
--color-emph: #0fc75b;
}
/* pf */
.emphEffect {
transform: scale(1.1);
}
/* common */
body {font-family: "Noto Sans KR", sans-serif; scrollbar-width: thin; scrollbar-color: transparent transparent; overflow: hidden;}
body::-webkit-scrollbar {width: 1px; background: transparent;}
.wrapper.bg #header nav > div {position: absolute; background-color: #000000; opacity: .2; width: 100vw; height: 100vh; z-index: 9;}
.mobileOnly {display: none;}
#skipNav {display: block; width: 100%; text-align: center; background-color: rgba(0, 0, 0, 0.5); position: absolute; top: -50px; z-index: 99999;}
#skipNav:focus {top: 0;}
#header {position: fixed; max-width: 1920px; width: 100%; height: 76px; z-index: 10;}
#header h1 {position: absolute; top: 30px; left: 30px;}
#header h1 a {display: block; width: 85px; height: 17px; background: url(../img/sp_header.png) no-repeat -198px 0; background-size: 344px 136px;}
#header nav ul#hashtag {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
#header nav ul#hashtag > li {float: left;}
#header nav ul#hashtag > li + li {margin-left: 25px;}
#header nav ul#hashtag > li > a {font-size: 15px; font-weight: 600; color: #999999;}
#header nav ul#hashtag > li > a.on {border-bottom: 3px solid var(--main-color); color: var(--main-color);}
#header nav ul#headerRightBtn {position: absolute; top: 50%; right: 30px; transform: translateY(-50%); width: 200px; height: 36px; background-color: transparent; z-index: 10;}
#header nav ul#headerRightBtn > li {position: absolute;}
#header nav ul#headerRightBtn > li:nth-child(1) {left: 0;}
#header nav ul#headerRightBtn > li:nth-child(2) {right: 0; z-index: 10;}
#header nav ul#headerRightBtn > li > a {display: block; cursor: pointer; width: 94px; height: 36px;}
#header nav ul#headerRightBtn > li:nth-child(1) > a {background: url(../img/sp_header.png) no-repeat 0 0; background-size: 344px 136px;}
#header nav ul#headerRightBtn > li:nth-child(2) > a:nth-child(1) {background: url(../img/sp_header.png) no-repeat -99px 0; background-size: 344px 136px;}
#header nav ul#headerRightBtn li > ul {position: absolute; box-sizing: border-box; top: -20px; right: -600px; width: 300px; height: 100vh; background-color: #ffffff; transition: all 0.3s ease-in-out; opacity: 0; overflow-y: scroll; z-index: 100; visibility: hidden;}
#header nav ul#headerRightBtn li > ul.open {position: absolute; right: -30px; opacity: 1; visibility: visible; overflow-y: scroll;}
#header nav ul#headerRightBtn li > ul.open::-webkit-scrollbar {background: transparent; width: 1px;}
#header nav ul#headerRightBtn li > ul > li {position: relative;}
#header nav ul#headerRightBtn li > ul > li#closeSideBtn {position: fixed; height: 76px; width: 300px; z-index: 110; background-color: #ffffff;}
#header nav ul#headerRightBtn li > ul > li#closeSideBtn a {position: absolute; display: block; top: 20px; right: 20px; width: 95px; height: 36px; background: url(../img/sp_header.png) no-repeat -98px -82px; background-size: 344px 136px;}
#header nav ul#headerRightBtn li > ul > li:nth-child(2) {margin-top: 76px;}
#header nav ul#headerRightBtn li > ul > li + li > a {display: block; width: 100%; height: 100%;}
#header nav ul#headerRightBtn li > ul > li + li {box-sizing: border-box; padding: 10px 20px 10px 20px; width: 100%; height: 260px; border-top: 1px solid rgba(99, 99, 99, 0.2);}
#header nav ul#headerRightBtn li > ul > li > a > p {position: absolute; font-size: 16px;}
#header nav ul#headerRightBtn li > ul > li > a > span {position: absolute; font-weight: 900; font-size: 16px; color: var(--main-color); right: 20px; top: 10px;}
#header nav ul#headerRightBtn li > ul > li > a > img {width: 100%; transform: translateY(66px);}
.comingSoon {background-color: rgba(99, 99, 99, 0.05);}
.comingSoon > a > p {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-weight: 900; font-size: 20px; text-transform: uppercase; color: #999999;}
#header.scrolled {animation: opacity .3s;}
#header.scrolled h1 a {display: block; width: 85px; height: 17px; background: url(../img/sp_header.png) no-repeat -198px -41px; background-size: 344px 136px;}
#header.scrolled nav ul#hashtag > li > a {color: #999999; opacity: 0.7;}
#header.scrolled nav ul#hashtag > li > a.on {color: #ffffff; opacity: 1; border-bottom: 3px solid #ffffff;}
#header.scrolled nav ul#headerRightBtn > li:nth-child(1) > a {background: url(../img/sp_header.png) no-repeat 0 -41px; background-size: 344px 136px;}
#header.scrolled nav ul#headerRightBtn > li:nth-child(2) > a:nth-child(1) {background: url(../img/sp_header.png) no-repeat -99px -41px; background-size: 344px 136px;}
#main > .sectionLayout#section_1 > a#downArrow {position: absolute; width: 70px; height: 70px; bottom: 0px; left: 50%; transform: translate(-50%, -50%); background: url(../img/btn_scroll_arrow.png) no-repeat; background-size: contain;}
#section_1 {color: var(--main-color);}
#section_1 > p.sectionTitle > a {cursor: unset;}
#section_2 {color: #ffffff; overflow: hidden;}
#section_3 {color: #ffffff; overflow: hidden;}
#section_3 .imageSlide > li:nth-child(n+2):nth-child(-n+5) > p {padding-top: 80px;}
#section_3 .imageSlide > li:nth-child(2) > p {background: url(../img/ico_home.png) no-repeat 0 0; background-size: 54px 54px;}
#section_3 .imageSlide > li:nth-child(2) > p > span.textEmph {display: block; margin-bottom: 16px;}
#section_3 .imageSlide > li:nth-child(3) > p {background: url(../img/ico_blog.png) no-repeat 0 0; background-size: 54px 54px;}
#footer {position: fixed; top: 93%; left: 30px; z-index: 2; color: var(--main-color);}
#footer.scrolled {color: #ffffff;}
/* module */
.hide_clipPath {position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: polygon(0 0, 0 0, 0 0);}
.textEmph {font-weight: 700; color: var(--color-emph);}
.scrolled .textEmph {font-weight: 700; color: #ffffff;}
.sectionLayout {position: relative; height: 100vh;}
.sectionLayout > p {position: absolute; box-sizing: border-box; top: 30%; font-weight: 200; letter-spacing: -2.5px;}
.sectionLayout > p:nth-child(1) {left: 0; padding-left: 10%; font-size: 40px;}
.sectionLayout > p:nth-child(1) > span.gap::before {content: ""; display: block; height: 25px; width: 100%;}
.sectionLayout > p:nth-child(1)::before {content: ""; position: absolute; max-width: 1370px; width: calc(100vw - 550px); border: 1px solid var(--main-color); transform: scaleY(0.5); opacity: 0.3; top: 28px; left: calc(28% + 340px);}
p.sectionTitle {left: calc(50% + 80px); transform: translateY(-5%); font-size: 90px; font-weight: 100; line-height: 110px; letter-spacing: -8px; box-sizing: border-box; word-break: keep-all;}
p.sectionTitle > a {box-shadow: inset 0 -3px 0 #ffffff;}
p.sectionTitle > a i {font-weight: 600;}
.sectionLayout.scrolled > p:nth-child(1)::before {border: 1px solid #ffffff;}
.sectionVideo {position: absolute; height: 100%; width: 177.77777778vh; min-width: 100%; min-height: 56.25vw; left: 50%; transform: translate(-50%,0); pointer-events: none; z-index: -1;}
.numInSection {position: absolute; display: block; line-height: normal; top: -10px; left: -50px; font-size: 20px; font-weight: 900; letter-spacing: normal;}
.slideInSection {visibility: hidden; width: 100%; height: 100%; box-sizing: border-box;}
.slideInSection.open {visibility: visible; position: relative;}
.slideInSection > a {position: absolute; top: 35px; right: 30px; width: 50px; height: 50px; background-color: var(--main-color); border-radius: 50%; z-index: 1; cursor: pointer;}
.slideInSection > a::before {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); width: 40%; height: 2px; background: #ffffff;}
.slideInSection > a::after {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-45deg); width: 40%; height: 2px; background: #ffffff;}
.slideInSection > .box {position: absolute; left: 100vw; width: 700vw; box-sizing: border-box; height: 100%; background: #ffffff;}
.slideInSection.open > .box {animation: slideIn .3s forwards;}
.slideInSection ul.imageSlide {position: absolute; display: flex; align-items: center; top: 50%; left: 4%; transform: translateY(-50%); color: var(--main-color); background: #ffffff; transition: all .3s ease-in-out;}
.slideInSection ul.imageSlide .textEmph {color: var(--main-color); font-weight: 700; font-size: 37px; line-height: 37px;}
.slideInSection ul.imageSlide > li {display: inline-block; position: relative;}
.slideInSection ul.imageSlide > li > * {display: inline-block;}
.slideInSection ul.imageSlide > li + li > p {margin-right: 140px; font-size: 16px; line-height: 23px; font-weight: 500;}
.slideInSection ul.imageSlide > li:first-child {margin-right: 640px;}
.slideInSection .sectionTitle {color: var(--main-color); pointer-events: none;
/* check font-size: 60px; media query*/}
.slideInSection .sectionTitle > a .textEmph {color: var(--main-color);font-size: inherit;}
.slideInSection ul.imageSlide > li:first-child > a {font-size: 20px; font-weight: 700;}
.imageSlide > li:nth-child(2) p {position: absolute; top: 50%; left:-320px; transform: translate(-50%,-50%);}
.imageSlide > li:nth-child(n+3):nth-child(-n+5) {display: inline-flex; align-items: center;}
.imageSlide > li:nth-child(n+3):nth-child(-n+5) span {display: block; margin-bottom: 16px;}
.slideInSection ul.imageSlide > li:nth-child(6) {width: 1027px; height: 500px; display: inline-flex; flex-direction: column; justify-content: center; justify-content: space-between;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:first-child {height: 55%; display: flex; flex-direction: column; align-items: center; font-size: 37px; font-weight: 200;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:first-child > p {text-align: center; padding-bottom: 10px;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:first-child > a {font-size: 16px; font-weight: 700; line-height: 32px;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:nth-child(2) {display: flex; align-items: flex-end; justify-content: center; border-top: 1px solid rgba(204, 204, 204, .5); height: 45%;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:nth-child(2) > ul > li {display: inline-flex;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:nth-child(2) > ul > li + li {margin-left: 30px;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:nth-child(2) > ul > li > a > * {display: block; text-align: center; font-weight: 500;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:nth-child(2) > ul > li > a > img {border: 1px solid rgba(204, 204, 204, .5); border-radius: 35%; width: 70px; padding: 20px; margin-bottom: 20px;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:nth-child(2) > ul > li:nth-child(2) > a > img {border: none; padding: unset; width: 109px;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:nth-child(2) > ul > li:nth-child(3) > a > img {border: none; padding: unset; width: 109px;}
.slideInSection ul.imageSlide > li:nth-child(7) {text-align: center;}
.slideInSection ul.imageSlide > li:nth-child(7) > p {margin-right: unset; margin-bottom: 40px; text-align: center; font-size: 37px; font-weight: 200; line-height: 40px;}
.slideInSection ul.imageSlide > li:nth-child(7) > a {display: block; width: 870px; height: 490px;}
.slideInSection ul.imageSlide > li:nth-child(7) > a img {width: 100%;}
.slideInSection .indicator {display: flex; position: absolute; left: 50%; transform: translateX(-50%); bottom: 2.5%; width: 720px; height: 50px; border-top: 2px solid #cccccc; justify-content: space-around;}
.slideInSection .indicator > li {position: relative; box-sizing: border-box; height: 100%;}
.slideInSection .indicator > li a {position: relative; display: block; padding-top: 10px; padding-left: 12px; padding-right: 12px; color: #cccccc; font-size: 14px; cursor: pointer;}
.slideInSection .indicator > li.on a {color: var(--main-color); font-weight: 500;}
.slideInSection .indicator .indicator_bar {position: absolute; top: -2px; left: 0; height: 2px; width: 78px; background: var(--main-color); transition: all 0.3s ease-in-out;}
.slideInSection .indicator > li a > i {font-size: 18px;}
/* mediaquery */
@media only screen and (min-width: 1920px) {
/* .wrapper {
position: relative;
left: 50%;
transform: translate(-50%,0);
max-width: 1920px;
border: 1px solid red;
} */
#header {
max-width: 1920px;
left: 50%;
transform: translate(-50%,0);
}
}
@media only screen and (max-width: 1280px) {
/* .sectionVideo {height: 100%; box-sizing: border-box; border: 5px solid red;} */
/* body {background: pink;} */
}
/* keyframes */
@keyframes opacity {
0% {
}
100% {
opacity: 1;
}
}
@keyframes slideIn {
0% {
}
100% {
left: 0;
}
} | assets/portfolio/portfolio_Naver_SME/css/style.css | body {margin: 0;}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {font-weight: 700;}
a {color: inherit;text-decoration: inherit;}
img {vertical-align: middle;}
a img {border: none;}
li {list-style: none;}
/* theme color */
:root {
--main-color: #03c75a;
--color-emph: #0fc75b;
}
/* pf */
.emphEffect {
transform: scale(1.1);
}
/* common */
body {font-family: "Noto Sans KR", sans-serif; scrollbar-width: thin; scrollbar-color: transparent transparent; overflow: hidden;}
body::-webkit-scrollbar {width: 1px; background: transparent;}
.wrapper.bg #header nav > div {position: absolute; background-color: #000000; opacity: .2; width: 100vw; height: 100vh; z-index: 9;}
.mobileOnly {display: none;}
#skipNav {display: block; width: 100%; text-align: center; background-color: rgba(0, 0, 0, 0.5); position: absolute; top: -50px; z-index: 99999;}
#skipNav:focus {top: 0;}
#header {position: fixed; max-width: 1920px; width: 100%; height: 76px; z-index: 10;}
#header h1 {position: absolute; top: 30px; left: 30px;}
#header h1 a {display: block; width: 85px; height: 17px; background: url(../img/sp_header.png) no-repeat -198px 0; background-size: 344px 136px;}
#header nav ul#hashtag {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
#header nav ul#hashtag > li {float: left;}
#header nav ul#hashtag > li + li {margin-left: 25px;}
#header nav ul#hashtag > li > a {font-size: 15px; font-weight: 600; color: #999999;}
#header nav ul#hashtag > li > a.on {border-bottom: 3px solid var(--main-color); color: var(--main-color);}
#header nav ul#headerRightBtn {position: absolute; top: 50%; right: 30px; transform: translateY(-50%); width: 200px; height: 36px; background-color: transparent; z-index: 10;}
#header nav ul#headerRightBtn > li {position: absolute;}
#header nav ul#headerRightBtn > li:nth-child(1) {left: 0;}
#header nav ul#headerRightBtn > li:nth-child(2) {right: 0; z-index: 10;}
#header nav ul#headerRightBtn > li > a {display: block; cursor: pointer; width: 94px; height: 36px;}
#header nav ul#headerRightBtn > li:nth-child(1) > a {background: url(../img/sp_header.png) no-repeat 0 0; background-size: 344px 136px;}
#header nav ul#headerRightBtn > li:nth-child(2) > a:nth-child(1) {background: url(../img/sp_header.png) no-repeat -99px 0; background-size: 344px 136px;}
#header nav ul#headerRightBtn li > ul {position: absolute; box-sizing: border-box; top: -20px; right: -600px; width: 300px; height: 100vh; background-color: #ffffff; transition: all 0.3s ease-in-out; opacity: 0; overflow-y: scroll; z-index: 100; visibility: hidden;}
#header nav ul#headerRightBtn li > ul.open {position: absolute; right: -30px; opacity: 1; visibility: visible; overflow-y: scroll;}
#header nav ul#headerRightBtn li > ul.open::-webkit-scrollbar {background: transparent; width: 1px;}
#header nav ul#headerRightBtn li > ul > li {position: relative;}
#header nav ul#headerRightBtn li > ul > li#closeSideBtn {position: fixed; height: 76px; width: 300px; z-index: 110; background-color: #ffffff;}
#header nav ul#headerRightBtn li > ul > li#closeSideBtn a {position: absolute; display: block; top: 20px; right: 20px; width: 95px; height: 36px; background: url(../img/sp_header.png) no-repeat -98px -82px; background-size: 344px 136px;}
#header nav ul#headerRightBtn li > ul > li:nth-child(2) {margin-top: 76px;}
#header nav ul#headerRightBtn li > ul > li + li > a {display: block; width: 100%; height: 100%;}
#header nav ul#headerRightBtn li > ul > li + li {box-sizing: border-box; padding: 10px 20px 10px 20px; width: 100%; height: 260px; border-top: 1px solid rgba(99, 99, 99, 0.2);}
#header nav ul#headerRightBtn li > ul > li > a > p {position: absolute; font-size: 16px;}
#header nav ul#headerRightBtn li > ul > li > a > span {position: absolute; font-weight: 900; font-size: 16px; color: var(--main-color); right: 20px; top: 10px;}
#header nav ul#headerRightBtn li > ul > li > a > img {width: 100%; transform: translateY(66px);}
.comingSoon {background-color: rgba(99, 99, 99, 0.05);}
.comingSoon > a > p {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-weight: 900; font-size: 20px; text-transform: uppercase; color: #999999;}
#header.scrolled {animation: opacity .3s;}
#header.scrolled h1 a {display: block; width: 85px; height: 17px; background: url(../img/sp_header.png) no-repeat -198px -41px; background-size: 344px 136px;}
#header.scrolled nav ul#hashtag > li > a {color: #999999; opacity: 0.7;}
#header.scrolled nav ul#hashtag > li > a.on {color: #ffffff; opacity: 1; border-bottom: 3px solid #ffffff;}
#header.scrolled nav ul#headerRightBtn > li:nth-child(1) > a {background: url(../img/sp_header.png) no-repeat 0 -41px; background-size: 344px 136px;}
#header.scrolled nav ul#headerRightBtn > li:nth-child(2) > a:nth-child(1) {background: url(../img/sp_header.png) no-repeat -99px -41px; background-size: 344px 136px;}
#main > .sectionLayout#section_1 > a#downArrow {position: absolute; width: 70px; height: 70px; bottom: 0px; left: 50%; transform: translate(-50%, -50%); background: url(../img/btn_scroll_arrow.png) no-repeat; background-size: contain;}
#section_1 {color: var(--main-color);}
#section_1 > p.sectionTitle > a {cursor: unset;}
#section_2 {color: #ffffff; overflow: hidden;}
#section_3 {color: #ffffff; overflow: hidden;}
#section_3 .imageSlide > li:nth-child(n+2):nth-child(-n+5) > p {padding-top: 80px;}
#section_3 .imageSlide > li:nth-child(2) > p {background: url(../img/ico_home.png) no-repeat 0 0; background-size: 54px 54px;}
#section_3 .imageSlide > li:nth-child(2) > p > span.textEmph {display: block; margin-bottom: 16px;}
#section_3 .imageSlide > li:nth-child(3) > p {background: url(../img/ico_blog.png) no-repeat 0 0; background-size: 54px 54px;}
#footer {position: fixed; top: 93%; left: 30px; z-index: 2; color: var(--main-color);}
#footer.scrolled {color: #ffffff;}
/* module */
.hide_clipPath {position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: polygon(0 0, 0 0, 0 0);}
.textEmph {font-weight: 700; color: var(--color-emph);}
.scrolled .textEmph {font-weight: 700; color: #ffffff;}
.sectionLayout {position: relative; height: 100vh;}
.sectionLayout > p {position: absolute; box-sizing: border-box; top: 30%; font-weight: 200; letter-spacing: -2.5px;}
.sectionLayout > p:nth-child(1) {left: 0; padding-left: 10%; font-size: 40px;}
.sectionLayout > p:nth-child(1) > span.gap::before {content: ""; display: block; height: 25px; width: 100%;}
.sectionLayout > p:nth-child(1)::before {content: ""; position: absolute; max-width: 1370px; width: calc(100vw - 550px); border: 1px solid var(--main-color); transform: scaleY(0.5); opacity: 0.3; top: 28px; left: calc(28% + 340px);}
p.sectionTitle {left: calc(50% + 80px); transform: translateY(-5%); font-size: 90px; font-weight: 100; line-height: 110px; letter-spacing: -8px; box-sizing: border-box; word-break: keep-all;}
p.sectionTitle > a {box-shadow: inset 0 -3px 0 #ffffff;}
p.sectionTitle > a i {font-weight: 600;}
.sectionLayout.scrolled > p:nth-child(1)::before {border: 1px solid #ffffff;}
.sectionVideo {position: absolute; height: 100%; width: 177.77777778vh; min-width: 100%; min-height: 56.25vw; left: 50%; transform: translate(-50%,0); pointer-events: none; z-index: -1;}
.numInSection {position: absolute; display: block; line-height: normal; top: -10px; left: -50px; font-size: 20px; font-weight: 900; letter-spacing: normal;}
.slideInSection {visibility: hidden; width: 100%; height: 100%; box-sizing: border-box;}
.slideInSection.open {visibility: visible; position: relative;}
.slideInSection > a {position: absolute; top: 35px; right: 30px; width: 50px; height: 50px; background-color: var(--main-color); border-radius: 50%; z-index: 1; cursor: pointer;}
.slideInSection > a::before {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); width: 40%; height: 2px; background: #ffffff;}
.slideInSection > a::after {content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-45deg); width: 40%; height: 2px; background: #ffffff;}
.slideInSection > .box {position: absolute; left: 100vw; width: 700vw; box-sizing: border-box; height: 100%; background: #ffffff;}
.slideInSection.open > .box {animation: slideIn .3s forwards;}
.slideInSection ul.imageSlide {position: absolute; display: flex; align-items: center; top: 50%; left: 4%; transform: translateY(-50%); color: var(--main-color); background: #ffffff; transition: all .3s ease-in-out;}
.slideInSection ul.imageSlide .textEmph {color: var(--main-color); font-weight: 700; font-size: 37px; line-height: 37px;}
.slideInSection ul.imageSlide > li {display: inline-block; position: relative;}
.slideInSection ul.imageSlide > li > * {display: inline-block;}
.slideInSection ul.imageSlide > li + li > p {margin-right: 140px; font-size: 16px; line-height: 23px; font-weight: 500;}
.slideInSection ul.imageSlide > li:first-child {margin-right: 640px;}
.slideInSection .sectionTitle {color: var(--main-color); pointer-events: none;
/* check font-size: 60px; media query*/}
.slideInSection .sectionTitle > a .textEmph {color: var(--main-color);font-size: inherit;}
.slideInSection ul.imageSlide > li:first-child > a {font-size: 20px; font-weight: 700;}
.imageSlide > li:nth-child(2) p {position: absolute; top: 50%; left:-320px; transform: translate(-50%,-50%);}
.imageSlide > li:nth-child(n+3):nth-child(-n+5) {display: inline-flex; align-items: center;}
.imageSlide > li:nth-child(n+3):nth-child(-n+5) span {display: block; margin-bottom: 16px;}
.slideInSection ul.imageSlide > li:nth-child(6) {width: 1027px; height: 500px; display: inline-flex; flex-direction: column; justify-content: center; justify-content: space-between;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:first-child {height: 55%; display: flex; flex-direction: column; align-items: center; font-size: 37px; font-weight: 200;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:first-child > p {text-align: center; padding-bottom: 10px;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:first-child > a {font-size: 16px; font-weight: 700; line-height: 32px;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:nth-child(2) {display: flex; align-items: flex-end; justify-content: center; border-top: 1px solid rgba(204, 204, 204, .5); height: 45%;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:nth-child(2) > ul > li {display: inline-flex;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:nth-child(2) > ul > li + li {margin-left: 30px;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:nth-child(2) > ul > li > a > * {display: block; text-align: center; font-weight: 500;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:nth-child(2) > ul > li > a > img {border: 1px solid rgba(204, 204, 204, .5); border-radius: 35%; width: 70px; padding: 20px; margin-bottom: 20px;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:nth-child(2) > ul > li:nth-child(2) > a > img {border: none; padding: unset; width: 109px;}
.slideInSection ul.imageSlide > li:nth-child(6) > div:nth-child(2) > ul > li:nth-child(3) > a > img {border: none; padding: unset; width: 109px;}
.slideInSection ul.imageSlide > li:nth-child(7) {text-align: center;}
.slideInSection ul.imageSlide > li:nth-child(7) > p {margin-right: unset; margin-bottom: 40px; text-align: center; font-size: 37px; font-weight: 200; line-height: 40px;}
.slideInSection ul.imageSlide > li:nth-child(7) > a {display: block; width: 870px; height: 490px;}
.slideInSection ul.imageSlide > li:nth-child(7) > a img {width: 100%;}
.slideInSection .indicator {display: flex; position: absolute; left: 50%; transform: translateX(-50%); bottom: 2.5%; width: 720px; height: 50px; border-top: 2px solid #cccccc; justify-content: space-around;}
.slideInSection .indicator > li {position: relative; box-sizing: border-box; height: 100%;}
.slideInSection .indicator > li a {position: relative; display: block; padding-top: 10px; padding-left: 12px; padding-right: 12px; color: #cccccc; font-size: 14px; cursor: pointer;}
.slideInSection .indicator > li.on a {color: var(--main-color); font-weight: 500;}
.slideInSection .indicator .indicator_bar {position: absolute; top: -2px; left: 0; height: 2px; width: 78px; background: var(--main-color); transition: all 0.3s ease-in-out;}
.slideInSection .indicator > li a > i {font-size: 18px;}
/* mediaquery */
@media only screen and (min-width: 1920px) {
/* .wrapper {
position: relative;
left: 50%;
transform: translate(-50%,0);
max-width: 1920px;
border: 1px solid red;
} */
#header {
max-width: 1920px;
left: 50%;
transform: translate(-50%,0);
}
}
@media only screen and (max-width: 1280px) {
/* .sectionVideo {height: 100%; box-sizing: border-box; border: 5px solid red;} */
/* body {background: pink;} */
}
/* keyframes */
@keyframes opacity {
0% {
}
100% {
opacity: 1;
}
}
@keyframes slideIn {
0% {
}
100% {
left: 0;
}
} | 0.345436 | 0.070176 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
overflow: hidden;
}
.mainContainer {
width: 1100px;
margin-left: auto;
margin-right: auto;
margin-top: 8%;
margin-bottom: auto;
}
.mainLogo {
display: flex;
justify-content: center;
}
.queryForm {
padding-left: 45%;
}
/* Previewing Image Before File Upload - JavaScript Tutorial */
/* dcode (YouTube channel) */
.query {
margin-top: 25px;
padding-left: 43%;
}
.image-preview {
width: 300px;
height: 300px;
border: 2px solid #dddddd;
margin-top: 15px;
margin-left: 37%;
/* display: flex; */
display: none;
align-items: center;
justify-content: center;
font-weight: bold;
color: #cccccc;
}
.image-preview__image {
/* display: none; */
width: 100%;
height: 100%;
}
/* https://www.fabriziovanmarciano.com/button-styles/ */
.imageSearchBtn {
margin-left: 44%;
margin-top: 30px;
color: #494949 !important;
text-transform: uppercase;
background: #ffffff;
padding: 20px;
/* border: 4px solid #20bf6b !important; */
border: 4px solid #494949 !important;
border-radius: 6px;
display: inline-block;
transition: all 0.3s ease 0s;
}
.imageSearchBtn:hover {
color: #df2800 !important;
border-radius: 50px;
border-color: #df2800 !important;
transition: all 0.3s ease 0s;
}
.similarImgs {
width: 60px;
height: 40px;
}
.column {
float: left;
width: 33.33%;
padding: 5px;
}
/* Clearfix (clear floats) */
.row::after {
content: '';
clear: both;
display: table;
}
.spinner {
margin-left: 44%;
padding-bottom: 0;
margin-bottom: 0;
}
.alert {
position: fixed;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 9999;
color: #fff;
font-size: 1.8rem;
font-weight: 400;
text-align: center;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
padding: 1.6rem 15rem;
-webkit-box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.25);
box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.25);
}
.alert--success {
background-color: #20bf6b;
}
.alert--error {
background-color: #eb4d4b;
}
/* Login form */
/* https://github.com/sefyudem/Responsive-Login-Form */
.wave {
position: fixed;
bottom: 0;
left: 0;
height: 100%;
z-index: -1;
}
.container {
width: 100vw;
height: 100vh;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 7rem;
padding: 0 2rem;
}
.img {
display: flex;
justify-content: flex-end;
align-items: center;
}
.login-content {
display: flex;
justify-content: flex-start;
align-items: center;
text-align: center;
}
.img img {
width: 500px;
}
form {
width: 360px;
}
.login-content img {
height: 100px;
}
.login-content h2 {
margin: 15px 0;
color: #333;
text-transform: uppercase;
font-size: 2.9rem;
}
.login-content .input-div {
position: relative;
display: grid;
grid-template-columns: 7% 93%;
margin: 25px 0;
padding: 5px 0;
border-bottom: 2px solid #d9d9d9;
}
.login-content .input-div.one {
margin-top: 0;
}
.i {
color: #d9d9d9;
display: flex;
justify-content: center;
align-items: center;
}
.i i {
transition: 0.3s;
}
.input-div > div {
position: relative;
height: 45px;
}
.input-div > div > h5 {
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
color: #999;
font-size: 18px;
transition: 0.3s;
}
.input-div:before,
.input-div:after {
content: '';
position: absolute;
bottom: -2px;
width: 0%;
height: 2px;
background-color: #38d39f;
transition: 0.4s;
}
.input-div:before {
right: 50%;
}
.input-div:after {
left: 50%;
}
.input-div.focus:before,
.input-div.focus:after {
width: 50%;
}
.input-div.focus > div > h5 {
top: -5px;
font-size: 15px;
}
.input-div.focus > .i > i {
color: #38d39f;
}
.input-div > div > input {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: none;
outline: none;
background: none;
padding: 0.5rem 0.7rem;
font-size: 1.2rem;
color: #555;
font-family: 'poppins', sans-serif;
}
.input-div.pass {
margin-bottom: 4px;
}
a {
display: block;
text-align: right;
text-decoration: none;
color: #999;
font-size: 0.9rem;
transition: 0.3s;
}
a:hover {
color: #38d39f;
}
.btn {
display: block;
width: 100%;
height: 50px;
border-radius: 25px;
outline: none;
border: none;
background-image: linear-gradient(to right, #32be8f, #38d39f, #32be8f);
background-size: 200%;
font-size: 1.2rem;
color: #fff;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
margin: 1rem 0;
cursor: pointer;
transition: 0.5s;
}
.btn:hover {
background-position: right;
}
@media screen and (max-width: 1050px) {
.container {
grid-gap: 5rem;
}
}
@media screen and (max-width: 1000px) {
form {
width: 290px;
}
.login-content h2 {
font-size: 2.4rem;
margin: 8px 0;
}
.img img {
width: 400px;
}
}
@media screen and (max-width: 900px) {
.container {
grid-template-columns: 1fr;
}
.img {
display: none;
}
.wave {
display: none;
}
.login-content {
justify-content: center;
}
} | search_node/public/css/style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
overflow: hidden;
}
.mainContainer {
width: 1100px;
margin-left: auto;
margin-right: auto;
margin-top: 8%;
margin-bottom: auto;
}
.mainLogo {
display: flex;
justify-content: center;
}
.queryForm {
padding-left: 45%;
}
/* Previewing Image Before File Upload - JavaScript Tutorial */
/* dcode (YouTube channel) */
.query {
margin-top: 25px;
padding-left: 43%;
}
.image-preview {
width: 300px;
height: 300px;
border: 2px solid #dddddd;
margin-top: 15px;
margin-left: 37%;
/* display: flex; */
display: none;
align-items: center;
justify-content: center;
font-weight: bold;
color: #cccccc;
}
.image-preview__image {
/* display: none; */
width: 100%;
height: 100%;
}
/* https://www.fabriziovanmarciano.com/button-styles/ */
.imageSearchBtn {
margin-left: 44%;
margin-top: 30px;
color: #494949 !important;
text-transform: uppercase;
background: #ffffff;
padding: 20px;
/* border: 4px solid #20bf6b !important; */
border: 4px solid #494949 !important;
border-radius: 6px;
display: inline-block;
transition: all 0.3s ease 0s;
}
.imageSearchBtn:hover {
color: #df2800 !important;
border-radius: 50px;
border-color: #df2800 !important;
transition: all 0.3s ease 0s;
}
.similarImgs {
width: 60px;
height: 40px;
}
.column {
float: left;
width: 33.33%;
padding: 5px;
}
/* Clearfix (clear floats) */
.row::after {
content: '';
clear: both;
display: table;
}
.spinner {
margin-left: 44%;
padding-bottom: 0;
margin-bottom: 0;
}
.alert {
position: fixed;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 9999;
color: #fff;
font-size: 1.8rem;
font-weight: 400;
text-align: center;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
padding: 1.6rem 15rem;
-webkit-box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.25);
box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.25);
}
.alert--success {
background-color: #20bf6b;
}
.alert--error {
background-color: #eb4d4b;
}
/* Login form */
/* https://github.com/sefyudem/Responsive-Login-Form */
.wave {
position: fixed;
bottom: 0;
left: 0;
height: 100%;
z-index: -1;
}
.container {
width: 100vw;
height: 100vh;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 7rem;
padding: 0 2rem;
}
.img {
display: flex;
justify-content: flex-end;
align-items: center;
}
.login-content {
display: flex;
justify-content: flex-start;
align-items: center;
text-align: center;
}
.img img {
width: 500px;
}
form {
width: 360px;
}
.login-content img {
height: 100px;
}
.login-content h2 {
margin: 15px 0;
color: #333;
text-transform: uppercase;
font-size: 2.9rem;
}
.login-content .input-div {
position: relative;
display: grid;
grid-template-columns: 7% 93%;
margin: 25px 0;
padding: 5px 0;
border-bottom: 2px solid #d9d9d9;
}
.login-content .input-div.one {
margin-top: 0;
}
.i {
color: #d9d9d9;
display: flex;
justify-content: center;
align-items: center;
}
.i i {
transition: 0.3s;
}
.input-div > div {
position: relative;
height: 45px;
}
.input-div > div > h5 {
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
color: #999;
font-size: 18px;
transition: 0.3s;
}
.input-div:before,
.input-div:after {
content: '';
position: absolute;
bottom: -2px;
width: 0%;
height: 2px;
background-color: #38d39f;
transition: 0.4s;
}
.input-div:before {
right: 50%;
}
.input-div:after {
left: 50%;
}
.input-div.focus:before,
.input-div.focus:after {
width: 50%;
}
.input-div.focus > div > h5 {
top: -5px;
font-size: 15px;
}
.input-div.focus > .i > i {
color: #38d39f;
}
.input-div > div > input {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: none;
outline: none;
background: none;
padding: 0.5rem 0.7rem;
font-size: 1.2rem;
color: #555;
font-family: 'poppins', sans-serif;
}
.input-div.pass {
margin-bottom: 4px;
}
a {
display: block;
text-align: right;
text-decoration: none;
color: #999;
font-size: 0.9rem;
transition: 0.3s;
}
a:hover {
color: #38d39f;
}
.btn {
display: block;
width: 100%;
height: 50px;
border-radius: 25px;
outline: none;
border: none;
background-image: linear-gradient(to right, #32be8f, #38d39f, #32be8f);
background-size: 200%;
font-size: 1.2rem;
color: #fff;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
margin: 1rem 0;
cursor: pointer;
transition: 0.5s;
}
.btn:hover {
background-position: right;
}
@media screen and (max-width: 1050px) {
.container {
grid-gap: 5rem;
}
}
@media screen and (max-width: 1000px) {
form {
width: 290px;
}
.login-content h2 {
font-size: 2.4rem;
margin: 8px 0;
}
.img img {
width: 400px;
}
}
@media screen and (max-width: 900px) {
.container {
grid-template-columns: 1fr;
}
.img {
display: none;
}
.wave {
display: none;
}
.login-content {
justify-content: center;
}
} | 0.353763 | 0.082475 |
Theme
*******************************/
/*
████████╗██╗ ██╗███████╗███╗ ███╗███████╗███████╗
╚══██╔══╝██║ ██║██╔════╝████╗ ████║██╔════╝██╔════╝
██║ ███████║█████╗ ██╔████╔██║█████╗ ███████╗
██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██╔══╝ ╚════██║
██║ ██║ ██║███████╗██║ ╚═╝ ██║███████╗███████║
╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝
*/
/*******************************
Theme Selection
*******************************/
/* To override a theme for an individual element
specify theme name below
*/
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
Folders
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/*******************************
Import Theme
*******************************/
/*******************************
Import Directives
*******************************/
/*------------------
Theme
-------------------*/
/*--------------------
Site Variables
---------------------*/
/* Default site.variables */
/*******************************
Site Settings
*******************************/
/*-------------------
Fonts
--------------------*/
/*-------------------
Base Sizes
--------------------*/
/* This is the single variable that controls them all */
/* The size of page text */
/*-------------------
Border Radius
--------------------*/
/* See Power-user section below
for explanation of @px variables
*/
/*-------------------
Brand Colors
--------------------*/
/*--------------
Page Heading
---------------*/
/*--------------
Form Input
---------------*/
/* This adjusts the default form input across all elements */
/* Input Text Color */
/* Line Height Default For Inputs in Browser */
/*-------------------
Focused Input
--------------------*/
/* Used on inputs, textarea etc */
/* Used on dropdowns, other larger blocks */
/*-------------------
Sizes
--------------------*/
/*
Sizes are all expressed in terms of 14px/em (default em)
This ensures these "ratios" remain constant despite changes in EM
*/
/*-------------------
Page
--------------------*/
/*-------------------
Paragraph
--------------------*/
/*-------------------
Links
--------------------*/
/*-------------------
Highlighted Text
--------------------*/
/*-------------------
Loader
--------------------*/
/*-------------------
Grid
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Headers ---*/
/*--- Colored Text ---*/
/*--- Colored Border ---*/
/*-------------------
Alpha Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
Power-User
*******************************/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
Em Sizes
--------------------*/
/*
This rounds @size values to the closest pixel then expresses that value in (r)em.
This ensures all size values round to exact pixels
*/
/* em */
/* rem */
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Loaders Position Offset */
/* Rendered Scrollbar Width */
/* Maximum Single Character Glyph Width, aka Capital "W" */
/* Used to match floats with text */
/* Header Spacing */
/* Minimum Mobile Width */
/* Positive / Negative Dupes */
/* Responsive */
/*-------------------
Exact Pixel Values
--------------------*/
/*
These are used to specify exact pixel values in em
for things like borders that remain constantly
sized as emSize adjusts
Since there are many more sizes than names for sizes,
these are named by their original pixel values.
*/
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Shadows ---*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Focus
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Active
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/* Packaged site.variables */
/*******************************
Site Settings
*******************************/
/*-------------------
Fonts
--------------------*/
/*-------------------
Base Sizes
--------------------*/
/* This is the single variable that controls them all */
/* The size of page text */
/*-------------------
Border Radius
--------------------*/
/* See Power-user section below
for explanation of @px variables
*/
/*-------------------
Brand Colors
--------------------*/
/*--------------
Page Heading
---------------*/
/*--------------
Form Input
---------------*/
/* This adjusts the default form input across all elements */
/* Input Text Color */
/* Line Height Default For Inputs in Browser */
/*-------------------
Focused Input
--------------------*/
/* Used on inputs, textarea etc */
/* Used on dropdowns, other larger blocks */
/*-------------------
Sizes
--------------------*/
/*
Sizes are all expressed in terms of 14px/em (default em)
This ensures these "ratios" remain constant despite changes in EM
*/
/*-------------------
Page
--------------------*/
/*-------------------
Paragraph
--------------------*/
/*-------------------
Links
--------------------*/
/*-------------------
Highlighted Text
--------------------*/
/*-------------------
Loader
--------------------*/
/*-------------------
Grid
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Headers ---*/
/*--- Colored Text ---*/
/*--- Colored Border ---*/
/*-------------------
Alpha Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
Power-User
*******************************/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
Em Sizes
--------------------*/
/*
This rounds @size values to the closest pixel then expresses that value in (r)em.
This ensures all size values round to exact pixels
*/
/* em */
/* rem */
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Loaders Position Offset */
/* Rendered Scrollbar Width */
/* Maximum Single Character Glyph Width, aka Capital "W" */
/* Used to match floats with text */
/* Header Spacing */
/* Minimum Mobile Width */
/* Positive / Negative Dupes */
/* Responsive */
/*-------------------
Exact Pixel Values
--------------------*/
/*
These are used to specify exact pixel values in em
for things like borders that remain constantly
sized as emSize adjusts
Since there are many more sizes than names for sizes,
these are named by their original pixel values.
*/
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Shadows ---*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Focus
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Active
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/* Component's site.variables */
/*******************************
Site Settings
*******************************/
/*-------------------
Fonts
--------------------*/
/*-------------------
Base Sizes
--------------------*/
/* This is the single variable that controls them all */
/* The size of page text */
/*-------------------
Border Radius
--------------------*/
/* See Power-user section below
for explanation of @px variables
*/
/*-------------------
Brand Colors
--------------------*/
/*--------------
Page Heading
---------------*/
/*--------------
Form Input
---------------*/
/* This adjusts the default form input across all elements */
/* Input Text Color */
/* Line Height Default For Inputs in Browser */
/*-------------------
Focused Input
--------------------*/
/* Used on inputs, textarea etc */
/* Used on dropdowns, other larger blocks */
/*-------------------
Sizes
--------------------*/
/*
Sizes are all expressed in terms of 14px/em (default em)
This ensures these "ratios" remain constant despite changes in EM
*/
/*-------------------
Page
--------------------*/
/*-------------------
Paragraph
--------------------*/
/*-------------------
Links
--------------------*/
/*-------------------
Highlighted Text
--------------------*/
/*-------------------
Loader
--------------------*/
/*-------------------
Grid
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Headers ---*/
/*--- Colored Text ---*/
/*--- Colored Border ---*/
/*-------------------
Alpha Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
Power-User
*******************************/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
Em Sizes
--------------------*/
/*
This rounds @size values to the closest pixel then expresses that value in (r)em.
This ensures all size values round to exact pixels
*/
/* em */
/* rem */
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Loaders Position Offset */
/* Rendered Scrollbar Width */
/* Maximum Single Character Glyph Width, aka Capital "W" */
/* Used to match floats with text */
/* Header Spacing */
/* Minimum Mobile Width */
/* Positive / Negative Dupes */
/* Responsive */
/*-------------------
Exact Pixel Values
--------------------*/
/*
These are used to specify exact pixel values in em
for things like borders that remain constantly
sized as emSize adjusts
Since there are many more sizes than names for sizes,
these are named by their original pixel values.
*/
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Shadows ---*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Focus
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Active
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/* Site theme site.variables */
/*******************************
User Global Variables
*******************************/
/*-------------------
Component Variables
---------------------*/
/* Default */
/*******************************
Statistic
*******************************/
/*-------------------
View
--------------------*/
/* Group */
/* Group Element */
/*-------------------
Content
--------------------*/
/* Value */
/* Label */
/* Text */
/* Label Image */
/*-------------------
Types
--------------------*/
/*-------------------
Variations
--------------------*/
/* Floated */
/* Inverted */
/* Item Width */
/* Size */
/* Packaged Theme */
/*******************************
Statistic
*******************************/
/*-------------------
View
--------------------*/
/* Group */
/* Group Element */
/*-------------------
Content
--------------------*/
/* Value */
/* Label */
/* Text */
/* Label Image */
/*-------------------
Types
--------------------*/
/*-------------------
Variations
--------------------*/
/* Floated */
/* Inverted */
/* Item Width */
/* Size */
/* Site Theme */
/*******************************
User Variable Overrides
*******************************/
/*-------------------
Final Hack
---------------------*/
/*******************************
Site Settings
*******************************/
/*
@headerFont : @fontName, 'Helvetica Neue', Arial, Helvetica, sans-serif;
@pageFont : @fontName, 'Helvetica Neue', Arial, Helvetica, sans-serif;
@emSize : 14px;
@fontSize : 14px;
@inputVerticalPadding : @relative11px;
@inputHorizontalPadding : @relative14px;
@subtleShadow:
0px 1px 2px 0 @borderColor
;
@floatingShadow:
0px 2px 4px 0px rgba(34, 36, 38, 0.12),
0px 2px 10px 0px rgba(34, 36, 38, 0.08)
;
*/
/*******************************
Mix-ins
*******************************/
/*------------------
Fonts
-------------------*/
/*------------------
Overrides
-------------------*/
/* End Config */
/*******************************
Statistic
*******************************/
/* Standalone */
.ui.statistic {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 1em 0em;
max-width: auto;
}
.ui.statistic + .ui.statistic {
margin: 0em 0em 0em 1.5em;
}
.ui.statistic:first-child {
margin-top: 0em;
}
.ui.statistic:last-child {
margin-bottom: 0em;
}
/*******************************
Group
*******************************/
/* Grouped */
.ui.statistics {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ui.statistics > .statistic {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 0em 1.5em 2em;
max-width: auto;
}
.ui.statistics {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 1em -1.5em -2em;
}
/* Clearing */
.ui.statistics:after {
display: block;
content: ' ';
height: 0px;
clear: both;
overflow: hidden;
visibility: hidden;
}
.ui.statistics:first-child {
margin-top: 0em;
}
.ui.statistics:last-child {
margin-bottom: 0em;
}
/*******************************
Content
*******************************/
/*--------------
Value
---------------*/
.ui.statistics .statistic > .value,
.ui.statistic > .value {
font-family: 'Lato', 'Helvetica Neue', Meiryo, Arial, Helvetica, sans-serif;
font-size: 4rem;
font-weight: normal;
line-height: 1em;
color: #1B1C1D;
text-transform: uppercase;
text-align: center;
}
/*--------------
Label
---------------*/
.ui.statistics .statistic > .label,
.ui.statistic > .label {
font-family: 'Lato', 'Helvetica Neue', Meiryo, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
color: rgba(0, 0, 0, 0.87);
text-transform: uppercase;
text-align: center;
}
/* Top Label */
.ui.statistics .statistic > .label ~ .value,
.ui.statistic > .label ~ .value {
margin-top: 0rem;
}
/* Bottom Label */
.ui.statistics .statistic > .value ~ .label,
.ui.statistic > .value ~ .label {
margin-top: 0rem;
}
/*******************************
Types
*******************************/
/*--------------
Icon Value
---------------*/
.ui.statistics .statistic > .value .icon,
.ui.statistic > .value .icon {
opacity: 1;
width: auto;
margin: 0em;
}
/*--------------
Text Value
---------------*/
.ui.statistics .statistic > .text.value,
.ui.statistic > .text.value {
line-height: 1em;
min-height: 2em;
font-weight: bold;
text-align: center;
}
.ui.statistics .statistic > .text.value + .label,
.ui.statistic > .text.value + .label {
text-align: center;
}
/*--------------
Image Value
---------------*/
.ui.statistics .statistic > .value img,
.ui.statistic > .value img {
max-height: 3rem;
vertical-align: baseline;
}
/*******************************
Variations
*******************************/
/*--------------
Count
---------------*/
.ui.ten.statistics {
margin: 0em 0em -2em;
}
.ui.ten.statistics .statistic {
min-width: 10%;
margin: 0em 0em 2em;
}
.ui.nine.statistics {
margin: 0em 0em -2em;
}
.ui.nine.statistics .statistic {
min-width: 11.11111111%;
margin: 0em 0em 2em;
}
.ui.eight.statistics {
margin: 0em 0em -2em;
}
.ui.eight.statistics .statistic {
min-width: 12.5%;
margin: 0em 0em 2em;
}
.ui.seven.statistics {
margin: 0em 0em -2em;
}
.ui.seven.statistics .statistic {
min-width: 14.28571429%;
margin: 0em 0em 2em;
}
.ui.six.statistics {
margin: 0em 0em -2em;
}
.ui.six.statistics .statistic {
min-width: 16.66666667%;
margin: 0em 0em 2em;
}
.ui.five.statistics {
margin: 0em 0em -2em;
}
.ui.five.statistics .statistic {
min-width: 20%;
margin: 0em 0em 2em;
}
.ui.four.statistics {
margin: 0em 0em -2em;
}
.ui.four.statistics .statistic {
min-width: 25%;
margin: 0em 0em 2em;
}
.ui.three.statistics {
margin: 0em 0em -2em;
}
.ui.three.statistics .statistic {
min-width: 33.33333333%;
margin: 0em 0em 2em;
}
.ui.two.statistics {
margin: 0em 0em -2em;
}
.ui.two.statistics .statistic {
min-width: 50%;
margin: 0em 0em 2em;
}
.ui.one.statistics {
margin: 0em 0em -2em;
}
.ui.one.statistics .statistic {
min-width: 100%;
margin: 0em 0em 2em;
}
/*--------------
Horizontal
---------------*/
.ui.horizontal.statistic {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ui.horizontal.statistics {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 0em;
max-width: none;
}
.ui.horizontal.statistics .statistic {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: none;
margin: 1em 0em;
}
.ui.horizontal.statistic > .text.value,
.ui.horizontal.statistics > .statistic > .text.value {
min-height: 0em !important;
}
.ui.horizontal.statistics .statistic > .value .icon,
.ui.horizontal.statistic > .value .icon {
width: 1.18em;
}
.ui.horizontal.statistics .statistic > .value,
.ui.horizontal.statistic > .value {
display: inline-block;
vertical-align: middle;
}
.ui.horizontal.statistics .statistic > .label,
.ui.horizontal.statistic > .label {
display: inline-block;
vertical-align: middle;
margin: 0em 0em 0em 0.75em;
}
/*--------------
Colors
---------------*/
.ui.red.statistics .statistic > .value,
.ui.statistics .red.statistic > .value,
.ui.red.statistic > .value {
color: #DB2828;
}
.ui.orange.statistics .statistic > .value,
.ui.statistics .orange.statistic > .value,
.ui.orange.statistic > .value {
color: #F2711C;
}
.ui.yellow.statistics .statistic > .value,
.ui.statistics .yellow.statistic > .value,
.ui.yellow.statistic > .value {
color: #FBBD08;
}
.ui.olive.statistics .statistic > .value,
.ui.statistics .olive.statistic > .value,
.ui.olive.statistic > .value {
color: #B5CC18;
}
.ui.green.statistics .statistic > .value,
.ui.statistics .green.statistic > .value,
.ui.green.statistic > .value {
color: #21BA45;
}
.ui.teal.statistics .statistic > .value,
.ui.statistics .teal.statistic > .value,
.ui.teal.statistic > .value {
color: #00B5AD;
}
.ui.blue.statistics .statistic > .value,
.ui.statistics .blue.statistic > .value,
.ui.blue.statistic > .value {
color: #2185D0;
}
.ui.violet.statistics .statistic > .value,
.ui.statistics .violet.statistic > .value,
.ui.violet.statistic > .value {
color: #6435C9;
}
.ui.purple.statistics .statistic > .value,
.ui.statistics .purple.statistic > .value,
.ui.purple.statistic > .value {
color: #A333C8;
}
.ui.pink.statistics .statistic > .value,
.ui.statistics .pink.statistic > .value,
.ui.pink.statistic > .value {
color: #E03997;
}
.ui.brown.statistics .statistic > .value,
.ui.statistics .brown.statistic > .value,
.ui.brown.statistic > .value {
color: #A5673F;
}
.ui.grey.statistics .statistic > .value,
.ui.statistics .grey.statistic > .value,
.ui.grey.statistic > .value {
color: #767676;
}
/*--------------
Inverted
---------------*/
.ui.inverted.statistics .statistic > .value,
.ui.inverted.statistic .value {
color: #FFFFFF;
}
.ui.inverted.statistics .statistic > .label,
.ui.inverted.statistic .label {
color: rgba(255, 255, 255, 0.9);
}
.ui.inverted.red.statistics .statistic > .value,
.ui.statistics .inverted.red.statistic > .value,
.ui.inverted.red.statistic > .value {
color: #FF695E;
}
.ui.inverted.orange.statistics .statistic > .value,
.ui.statistics .inverted.orange.statistic > .value,
.ui.inverted.orange.statistic > .value {
color: #FF851B;
}
.ui.inverted.yellow.statistics .statistic > .value,
.ui.statistics .inverted.yellow.statistic > .value,
.ui.inverted.yellow.statistic > .value {
color: #FFE21F;
}
.ui.inverted.olive.statistics .statistic > .value,
.ui.statistics .inverted.olive.statistic > .value,
.ui.inverted.olive.statistic > .value {
color: #D9E778;
}
.ui.inverted.green.statistics .statistic > .value,
.ui.statistics .inverted.green.statistic > .value,
.ui.inverted.green.statistic > .value {
color: #2ECC40;
}
.ui.inverted.teal.statistics .statistic > .value,
.ui.statistics .inverted.teal.statistic > .value,
.ui.inverted.teal.statistic > .value {
color: #6DFFFF;
}
.ui.inverted.blue.statistics .statistic > .value,
.ui.statistics .inverted.blue.statistic > .value,
.ui.inverted.blue.statistic > .value {
color: #54C8FF;
}
.ui.inverted.violet.statistics .statistic > .value,
.ui.statistics .inverted.violet.statistic > .value,
.ui.inverted.violet.statistic > .value {
color: #A291FB;
}
.ui.inverted.purple.statistics .statistic > .value,
.ui.statistics .inverted.purple.statistic > .value,
.ui.inverted.purple.statistic > .value {
color: #DC73FF;
}
.ui.inverted.pink.statistics .statistic > .value,
.ui.statistics .inverted.pink.statistic > .value,
.ui.inverted.pink.statistic > .value {
color: #FF8EDF;
}
.ui.inverted.brown.statistics .statistic > .value,
.ui.statistics .inverted.brown.statistic > .value,
.ui.inverted.brown.statistic > .value {
color: #D67C1C;
}
.ui.inverted.grey.statistics .statistic > .value,
.ui.statistics .inverted.grey.statistic > .value,
.ui.inverted.grey.statistic > .value {
color: #DCDDDE;
}
/*--------------
Floated
---------------*/
.ui[class*="left floated"].statistic {
float: left;
margin: 0em 2em 1em 0em;
}
.ui[class*="right floated"].statistic {
float: right;
margin: 0em 0em 1em 2em;
}
.ui.floated.statistic:last-child {
margin-bottom: 0em;
}
/*--------------
Sizes
---------------*/
/* Mini */
.ui.mini.statistics .statistic > .value,
.ui.mini.statistic > .value {
font-size: 1.5rem !important;
}
.ui.mini.horizontal.statistics .statistic > .value,
.ui.mini.horizontal.statistic > .value {
font-size: 1.5rem !important;
}
.ui.mini.statistics .statistic > .text.value,
.ui.mini.statistic > .text.value {
font-size: 1rem !important;
}
/* Tiny */
.ui.tiny.statistics .statistic > .value,
.ui.tiny.statistic > .value {
font-size: 2rem !important;
}
.ui.tiny.horizontal.statistics .statistic > .value,
.ui.tiny.horizontal.statistic > .value {
font-size: 2rem !important;
}
.ui.tiny.statistics .statistic > .text.value,
.ui.tiny.statistic > .text.value {
font-size: 1rem !important;
}
/* Small */
.ui.small.statistics .statistic > .value,
.ui.small.statistic > .value {
font-size: 3rem !important;
}
.ui.small.horizontal.statistics .statistic > .value,
.ui.small.horizontal.statistic > .value {
font-size: 2rem !important;
}
.ui.small.statistics .statistic > .text.value,
.ui.small.statistic > .text.value {
font-size: 1rem !important;
}
/* Medium */
.ui.statistics .statistic > .value,
.ui.statistic > .value {
font-size: 4rem !important;
}
.ui.horizontal.statistics .statistic > .value,
.ui.horizontal.statistic > .value {
font-size: 3rem !important;
}
.ui.statistics .statistic > .text.value,
.ui.statistic > .text.value {
font-size: 2rem !important;
}
/* Large */
.ui.large.statistics .statistic > .value,
.ui.large.statistic > .value {
font-size: 5rem !important;
}
.ui.large.horizontal.statistics .statistic > .value,
.ui.large.horizontal.statistic > .value {
font-size: 4rem !important;
}
.ui.large.statistics .statistic > .text.value,
.ui.large.statistic > .text.value {
font-size: 2.5rem !important;
}
/* Huge */
.ui.huge.statistics .statistic > .value,
.ui.huge.statistic > .value {
font-size: 6rem !important;
}
.ui.huge.horizontal.statistics .statistic > .value,
.ui.huge.horizontal.statistic > .value {
font-size: 5rem !important;
}
.ui.huge.statistics .statistic > .text.value,
.ui.huge.statistic > .text.value {
font-size: 2.5rem !important;
}
/*******************************
Theme Overrides
*******************************/
/*******************************
User Variable Overrides
*******************************/
/*# sourceMappingURL=statistic.css.map */ | public/build/semantic/components/statistic.css | Theme
*******************************/
/*
████████╗██╗ ██╗███████╗███╗ ███╗███████╗███████╗
╚══██╔══╝██║ ██║██╔════╝████╗ ████║██╔════╝██╔════╝
██║ ███████║█████╗ ██╔████╔██║█████╗ ███████╗
██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██╔══╝ ╚════██║
██║ ██║ ██║███████╗██║ ╚═╝ ██║███████╗███████║
╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝
*/
/*******************************
Theme Selection
*******************************/
/* To override a theme for an individual element
specify theme name below
*/
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
Folders
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/*******************************
Import Theme
*******************************/
/*******************************
Import Directives
*******************************/
/*------------------
Theme
-------------------*/
/*--------------------
Site Variables
---------------------*/
/* Default site.variables */
/*******************************
Site Settings
*******************************/
/*-------------------
Fonts
--------------------*/
/*-------------------
Base Sizes
--------------------*/
/* This is the single variable that controls them all */
/* The size of page text */
/*-------------------
Border Radius
--------------------*/
/* See Power-user section below
for explanation of @px variables
*/
/*-------------------
Brand Colors
--------------------*/
/*--------------
Page Heading
---------------*/
/*--------------
Form Input
---------------*/
/* This adjusts the default form input across all elements */
/* Input Text Color */
/* Line Height Default For Inputs in Browser */
/*-------------------
Focused Input
--------------------*/
/* Used on inputs, textarea etc */
/* Used on dropdowns, other larger blocks */
/*-------------------
Sizes
--------------------*/
/*
Sizes are all expressed in terms of 14px/em (default em)
This ensures these "ratios" remain constant despite changes in EM
*/
/*-------------------
Page
--------------------*/
/*-------------------
Paragraph
--------------------*/
/*-------------------
Links
--------------------*/
/*-------------------
Highlighted Text
--------------------*/
/*-------------------
Loader
--------------------*/
/*-------------------
Grid
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Headers ---*/
/*--- Colored Text ---*/
/*--- Colored Border ---*/
/*-------------------
Alpha Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
Power-User
*******************************/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
Em Sizes
--------------------*/
/*
This rounds @size values to the closest pixel then expresses that value in (r)em.
This ensures all size values round to exact pixels
*/
/* em */
/* rem */
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Loaders Position Offset */
/* Rendered Scrollbar Width */
/* Maximum Single Character Glyph Width, aka Capital "W" */
/* Used to match floats with text */
/* Header Spacing */
/* Minimum Mobile Width */
/* Positive / Negative Dupes */
/* Responsive */
/*-------------------
Exact Pixel Values
--------------------*/
/*
These are used to specify exact pixel values in em
for things like borders that remain constantly
sized as emSize adjusts
Since there are many more sizes than names for sizes,
these are named by their original pixel values.
*/
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Shadows ---*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Focus
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Active
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/* Packaged site.variables */
/*******************************
Site Settings
*******************************/
/*-------------------
Fonts
--------------------*/
/*-------------------
Base Sizes
--------------------*/
/* This is the single variable that controls them all */
/* The size of page text */
/*-------------------
Border Radius
--------------------*/
/* See Power-user section below
for explanation of @px variables
*/
/*-------------------
Brand Colors
--------------------*/
/*--------------
Page Heading
---------------*/
/*--------------
Form Input
---------------*/
/* This adjusts the default form input across all elements */
/* Input Text Color */
/* Line Height Default For Inputs in Browser */
/*-------------------
Focused Input
--------------------*/
/* Used on inputs, textarea etc */
/* Used on dropdowns, other larger blocks */
/*-------------------
Sizes
--------------------*/
/*
Sizes are all expressed in terms of 14px/em (default em)
This ensures these "ratios" remain constant despite changes in EM
*/
/*-------------------
Page
--------------------*/
/*-------------------
Paragraph
--------------------*/
/*-------------------
Links
--------------------*/
/*-------------------
Highlighted Text
--------------------*/
/*-------------------
Loader
--------------------*/
/*-------------------
Grid
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Headers ---*/
/*--- Colored Text ---*/
/*--- Colored Border ---*/
/*-------------------
Alpha Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
Power-User
*******************************/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
Em Sizes
--------------------*/
/*
This rounds @size values to the closest pixel then expresses that value in (r)em.
This ensures all size values round to exact pixels
*/
/* em */
/* rem */
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Loaders Position Offset */
/* Rendered Scrollbar Width */
/* Maximum Single Character Glyph Width, aka Capital "W" */
/* Used to match floats with text */
/* Header Spacing */
/* Minimum Mobile Width */
/* Positive / Negative Dupes */
/* Responsive */
/*-------------------
Exact Pixel Values
--------------------*/
/*
These are used to specify exact pixel values in em
for things like borders that remain constantly
sized as emSize adjusts
Since there are many more sizes than names for sizes,
these are named by their original pixel values.
*/
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Shadows ---*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Focus
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Active
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/* Component's site.variables */
/*******************************
Site Settings
*******************************/
/*-------------------
Fonts
--------------------*/
/*-------------------
Base Sizes
--------------------*/
/* This is the single variable that controls them all */
/* The size of page text */
/*-------------------
Border Radius
--------------------*/
/* See Power-user section below
for explanation of @px variables
*/
/*-------------------
Brand Colors
--------------------*/
/*--------------
Page Heading
---------------*/
/*--------------
Form Input
---------------*/
/* This adjusts the default form input across all elements */
/* Input Text Color */
/* Line Height Default For Inputs in Browser */
/*-------------------
Focused Input
--------------------*/
/* Used on inputs, textarea etc */
/* Used on dropdowns, other larger blocks */
/*-------------------
Sizes
--------------------*/
/*
Sizes are all expressed in terms of 14px/em (default em)
This ensures these "ratios" remain constant despite changes in EM
*/
/*-------------------
Page
--------------------*/
/*-------------------
Paragraph
--------------------*/
/*-------------------
Links
--------------------*/
/*-------------------
Highlighted Text
--------------------*/
/*-------------------
Loader
--------------------*/
/*-------------------
Grid
--------------------*/
/*-------------------
Transitions
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*--- Light Colors ---*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Headers ---*/
/*--- Colored Text ---*/
/*--- Colored Border ---*/
/*-------------------
Alpha Colors
--------------------*/
/*-------------------
Accents
--------------------*/
/* Differentiating Neutrals */
/* Differentiating Layers */
/*******************************
Power-User
*******************************/
/*-------------------
Emotive Colors
--------------------*/
/* Positive */
/* Negative */
/* Info */
/* Warning */
/*-------------------
Paths
--------------------*/
/* For source only. Modified in gulp for dist */
/*-------------------
Em Sizes
--------------------*/
/*
This rounds @size values to the closest pixel then expresses that value in (r)em.
This ensures all size values round to exact pixels
*/
/* em */
/* rem */
/*-------------------
Icons
--------------------*/
/* Maximum Glyph Width of Icon */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Derived Values
--------------------*/
/* Loaders Position Offset */
/* Rendered Scrollbar Width */
/* Maximum Single Character Glyph Width, aka Capital "W" */
/* Used to match floats with text */
/* Header Spacing */
/* Minimum Mobile Width */
/* Positive / Negative Dupes */
/* Responsive */
/*-------------------
Exact Pixel Values
--------------------*/
/*
These are used to specify exact pixel values in em
for things like borders that remain constantly
sized as emSize adjusts
Since there are many more sizes than names for sizes,
these are named by their original pixel values.
*/
/* Columns */
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Shadows ---*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Focus
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/*-------------------
Active
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Brand ---*/
/*--- Dark Tones ---*/
/*--- Light Tones ---*/
/* Site theme site.variables */
/*******************************
User Global Variables
*******************************/
/*-------------------
Component Variables
---------------------*/
/* Default */
/*******************************
Statistic
*******************************/
/*-------------------
View
--------------------*/
/* Group */
/* Group Element */
/*-------------------
Content
--------------------*/
/* Value */
/* Label */
/* Text */
/* Label Image */
/*-------------------
Types
--------------------*/
/*-------------------
Variations
--------------------*/
/* Floated */
/* Inverted */
/* Item Width */
/* Size */
/* Packaged Theme */
/*******************************
Statistic
*******************************/
/*-------------------
View
--------------------*/
/* Group */
/* Group Element */
/*-------------------
Content
--------------------*/
/* Value */
/* Label */
/* Text */
/* Label Image */
/*-------------------
Types
--------------------*/
/*-------------------
Variations
--------------------*/
/* Floated */
/* Inverted */
/* Item Width */
/* Size */
/* Site Theme */
/*******************************
User Variable Overrides
*******************************/
/*-------------------
Final Hack
---------------------*/
/*******************************
Site Settings
*******************************/
/*
@headerFont : @fontName, 'Helvetica Neue', Arial, Helvetica, sans-serif;
@pageFont : @fontName, 'Helvetica Neue', Arial, Helvetica, sans-serif;
@emSize : 14px;
@fontSize : 14px;
@inputVerticalPadding : @relative11px;
@inputHorizontalPadding : @relative14px;
@subtleShadow:
0px 1px 2px 0 @borderColor
;
@floatingShadow:
0px 2px 4px 0px rgba(34, 36, 38, 0.12),
0px 2px 10px 0px rgba(34, 36, 38, 0.08)
;
*/
/*******************************
Mix-ins
*******************************/
/*------------------
Fonts
-------------------*/
/*------------------
Overrides
-------------------*/
/* End Config */
/*******************************
Statistic
*******************************/
/* Standalone */
.ui.statistic {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 1em 0em;
max-width: auto;
}
.ui.statistic + .ui.statistic {
margin: 0em 0em 0em 1.5em;
}
.ui.statistic:first-child {
margin-top: 0em;
}
.ui.statistic:last-child {
margin-bottom: 0em;
}
/*******************************
Group
*******************************/
/* Grouped */
.ui.statistics {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ui.statistics > .statistic {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 0em 1.5em 2em;
max-width: auto;
}
.ui.statistics {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 1em -1.5em -2em;
}
/* Clearing */
.ui.statistics:after {
display: block;
content: ' ';
height: 0px;
clear: both;
overflow: hidden;
visibility: hidden;
}
.ui.statistics:first-child {
margin-top: 0em;
}
.ui.statistics:last-child {
margin-bottom: 0em;
}
/*******************************
Content
*******************************/
/*--------------
Value
---------------*/
.ui.statistics .statistic > .value,
.ui.statistic > .value {
font-family: 'Lato', 'Helvetica Neue', Meiryo, Arial, Helvetica, sans-serif;
font-size: 4rem;
font-weight: normal;
line-height: 1em;
color: #1B1C1D;
text-transform: uppercase;
text-align: center;
}
/*--------------
Label
---------------*/
.ui.statistics .statistic > .label,
.ui.statistic > .label {
font-family: 'Lato', 'Helvetica Neue', Meiryo, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
color: rgba(0, 0, 0, 0.87);
text-transform: uppercase;
text-align: center;
}
/* Top Label */
.ui.statistics .statistic > .label ~ .value,
.ui.statistic > .label ~ .value {
margin-top: 0rem;
}
/* Bottom Label */
.ui.statistics .statistic > .value ~ .label,
.ui.statistic > .value ~ .label {
margin-top: 0rem;
}
/*******************************
Types
*******************************/
/*--------------
Icon Value
---------------*/
.ui.statistics .statistic > .value .icon,
.ui.statistic > .value .icon {
opacity: 1;
width: auto;
margin: 0em;
}
/*--------------
Text Value
---------------*/
.ui.statistics .statistic > .text.value,
.ui.statistic > .text.value {
line-height: 1em;
min-height: 2em;
font-weight: bold;
text-align: center;
}
.ui.statistics .statistic > .text.value + .label,
.ui.statistic > .text.value + .label {
text-align: center;
}
/*--------------
Image Value
---------------*/
.ui.statistics .statistic > .value img,
.ui.statistic > .value img {
max-height: 3rem;
vertical-align: baseline;
}
/*******************************
Variations
*******************************/
/*--------------
Count
---------------*/
.ui.ten.statistics {
margin: 0em 0em -2em;
}
.ui.ten.statistics .statistic {
min-width: 10%;
margin: 0em 0em 2em;
}
.ui.nine.statistics {
margin: 0em 0em -2em;
}
.ui.nine.statistics .statistic {
min-width: 11.11111111%;
margin: 0em 0em 2em;
}
.ui.eight.statistics {
margin: 0em 0em -2em;
}
.ui.eight.statistics .statistic {
min-width: 12.5%;
margin: 0em 0em 2em;
}
.ui.seven.statistics {
margin: 0em 0em -2em;
}
.ui.seven.statistics .statistic {
min-width: 14.28571429%;
margin: 0em 0em 2em;
}
.ui.six.statistics {
margin: 0em 0em -2em;
}
.ui.six.statistics .statistic {
min-width: 16.66666667%;
margin: 0em 0em 2em;
}
.ui.five.statistics {
margin: 0em 0em -2em;
}
.ui.five.statistics .statistic {
min-width: 20%;
margin: 0em 0em 2em;
}
.ui.four.statistics {
margin: 0em 0em -2em;
}
.ui.four.statistics .statistic {
min-width: 25%;
margin: 0em 0em 2em;
}
.ui.three.statistics {
margin: 0em 0em -2em;
}
.ui.three.statistics .statistic {
min-width: 33.33333333%;
margin: 0em 0em 2em;
}
.ui.two.statistics {
margin: 0em 0em -2em;
}
.ui.two.statistics .statistic {
min-width: 50%;
margin: 0em 0em 2em;
}
.ui.one.statistics {
margin: 0em 0em -2em;
}
.ui.one.statistics .statistic {
min-width: 100%;
margin: 0em 0em 2em;
}
/*--------------
Horizontal
---------------*/
.ui.horizontal.statistic {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ui.horizontal.statistics {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 0em;
max-width: none;
}
.ui.horizontal.statistics .statistic {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: none;
margin: 1em 0em;
}
.ui.horizontal.statistic > .text.value,
.ui.horizontal.statistics > .statistic > .text.value {
min-height: 0em !important;
}
.ui.horizontal.statistics .statistic > .value .icon,
.ui.horizontal.statistic > .value .icon {
width: 1.18em;
}
.ui.horizontal.statistics .statistic > .value,
.ui.horizontal.statistic > .value {
display: inline-block;
vertical-align: middle;
}
.ui.horizontal.statistics .statistic > .label,
.ui.horizontal.statistic > .label {
display: inline-block;
vertical-align: middle;
margin: 0em 0em 0em 0.75em;
}
/*--------------
Colors
---------------*/
.ui.red.statistics .statistic > .value,
.ui.statistics .red.statistic > .value,
.ui.red.statistic > .value {
color: #DB2828;
}
.ui.orange.statistics .statistic > .value,
.ui.statistics .orange.statistic > .value,
.ui.orange.statistic > .value {
color: #F2711C;
}
.ui.yellow.statistics .statistic > .value,
.ui.statistics .yellow.statistic > .value,
.ui.yellow.statistic > .value {
color: #FBBD08;
}
.ui.olive.statistics .statistic > .value,
.ui.statistics .olive.statistic > .value,
.ui.olive.statistic > .value {
color: #B5CC18;
}
.ui.green.statistics .statistic > .value,
.ui.statistics .green.statistic > .value,
.ui.green.statistic > .value {
color: #21BA45;
}
.ui.teal.statistics .statistic > .value,
.ui.statistics .teal.statistic > .value,
.ui.teal.statistic > .value {
color: #00B5AD;
}
.ui.blue.statistics .statistic > .value,
.ui.statistics .blue.statistic > .value,
.ui.blue.statistic > .value {
color: #2185D0;
}
.ui.violet.statistics .statistic > .value,
.ui.statistics .violet.statistic > .value,
.ui.violet.statistic > .value {
color: #6435C9;
}
.ui.purple.statistics .statistic > .value,
.ui.statistics .purple.statistic > .value,
.ui.purple.statistic > .value {
color: #A333C8;
}
.ui.pink.statistics .statistic > .value,
.ui.statistics .pink.statistic > .value,
.ui.pink.statistic > .value {
color: #E03997;
}
.ui.brown.statistics .statistic > .value,
.ui.statistics .brown.statistic > .value,
.ui.brown.statistic > .value {
color: #A5673F;
}
.ui.grey.statistics .statistic > .value,
.ui.statistics .grey.statistic > .value,
.ui.grey.statistic > .value {
color: #767676;
}
/*--------------
Inverted
---------------*/
.ui.inverted.statistics .statistic > .value,
.ui.inverted.statistic .value {
color: #FFFFFF;
}
.ui.inverted.statistics .statistic > .label,
.ui.inverted.statistic .label {
color: rgba(255, 255, 255, 0.9);
}
.ui.inverted.red.statistics .statistic > .value,
.ui.statistics .inverted.red.statistic > .value,
.ui.inverted.red.statistic > .value {
color: #FF695E;
}
.ui.inverted.orange.statistics .statistic > .value,
.ui.statistics .inverted.orange.statistic > .value,
.ui.inverted.orange.statistic > .value {
color: #FF851B;
}
.ui.inverted.yellow.statistics .statistic > .value,
.ui.statistics .inverted.yellow.statistic > .value,
.ui.inverted.yellow.statistic > .value {
color: #FFE21F;
}
.ui.inverted.olive.statistics .statistic > .value,
.ui.statistics .inverted.olive.statistic > .value,
.ui.inverted.olive.statistic > .value {
color: #D9E778;
}
.ui.inverted.green.statistics .statistic > .value,
.ui.statistics .inverted.green.statistic > .value,
.ui.inverted.green.statistic > .value {
color: #2ECC40;
}
.ui.inverted.teal.statistics .statistic > .value,
.ui.statistics .inverted.teal.statistic > .value,
.ui.inverted.teal.statistic > .value {
color: #6DFFFF;
}
.ui.inverted.blue.statistics .statistic > .value,
.ui.statistics .inverted.blue.statistic > .value,
.ui.inverted.blue.statistic > .value {
color: #54C8FF;
}
.ui.inverted.violet.statistics .statistic > .value,
.ui.statistics .inverted.violet.statistic > .value,
.ui.inverted.violet.statistic > .value {
color: #A291FB;
}
.ui.inverted.purple.statistics .statistic > .value,
.ui.statistics .inverted.purple.statistic > .value,
.ui.inverted.purple.statistic > .value {
color: #DC73FF;
}
.ui.inverted.pink.statistics .statistic > .value,
.ui.statistics .inverted.pink.statistic > .value,
.ui.inverted.pink.statistic > .value {
color: #FF8EDF;
}
.ui.inverted.brown.statistics .statistic > .value,
.ui.statistics .inverted.brown.statistic > .value,
.ui.inverted.brown.statistic > .value {
color: #D67C1C;
}
.ui.inverted.grey.statistics .statistic > .value,
.ui.statistics .inverted.grey.statistic > .value,
.ui.inverted.grey.statistic > .value {
color: #DCDDDE;
}
/*--------------
Floated
---------------*/
.ui[class*="left floated"].statistic {
float: left;
margin: 0em 2em 1em 0em;
}
.ui[class*="right floated"].statistic {
float: right;
margin: 0em 0em 1em 2em;
}
.ui.floated.statistic:last-child {
margin-bottom: 0em;
}
/*--------------
Sizes
---------------*/
/* Mini */
.ui.mini.statistics .statistic > .value,
.ui.mini.statistic > .value {
font-size: 1.5rem !important;
}
.ui.mini.horizontal.statistics .statistic > .value,
.ui.mini.horizontal.statistic > .value {
font-size: 1.5rem !important;
}
.ui.mini.statistics .statistic > .text.value,
.ui.mini.statistic > .text.value {
font-size: 1rem !important;
}
/* Tiny */
.ui.tiny.statistics .statistic > .value,
.ui.tiny.statistic > .value {
font-size: 2rem !important;
}
.ui.tiny.horizontal.statistics .statistic > .value,
.ui.tiny.horizontal.statistic > .value {
font-size: 2rem !important;
}
.ui.tiny.statistics .statistic > .text.value,
.ui.tiny.statistic > .text.value {
font-size: 1rem !important;
}
/* Small */
.ui.small.statistics .statistic > .value,
.ui.small.statistic > .value {
font-size: 3rem !important;
}
.ui.small.horizontal.statistics .statistic > .value,
.ui.small.horizontal.statistic > .value {
font-size: 2rem !important;
}
.ui.small.statistics .statistic > .text.value,
.ui.small.statistic > .text.value {
font-size: 1rem !important;
}
/* Medium */
.ui.statistics .statistic > .value,
.ui.statistic > .value {
font-size: 4rem !important;
}
.ui.horizontal.statistics .statistic > .value,
.ui.horizontal.statistic > .value {
font-size: 3rem !important;
}
.ui.statistics .statistic > .text.value,
.ui.statistic > .text.value {
font-size: 2rem !important;
}
/* Large */
.ui.large.statistics .statistic > .value,
.ui.large.statistic > .value {
font-size: 5rem !important;
}
.ui.large.horizontal.statistics .statistic > .value,
.ui.large.horizontal.statistic > .value {
font-size: 4rem !important;
}
.ui.large.statistics .statistic > .text.value,
.ui.large.statistic > .text.value {
font-size: 2.5rem !important;
}
/* Huge */
.ui.huge.statistics .statistic > .value,
.ui.huge.statistic > .value {
font-size: 6rem !important;
}
.ui.huge.horizontal.statistics .statistic > .value,
.ui.huge.horizontal.statistic > .value {
font-size: 5rem !important;
}
.ui.huge.statistics .statistic > .text.value,
.ui.huge.statistic > .text.value {
font-size: 2.5rem !important;
}
/*******************************
Theme Overrides
*******************************/
/*******************************
User Variable Overrides
*******************************/
/*# sourceMappingURL=statistic.css.map */ | 0.395134 | 0.040712 |
*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}html{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}
/* --------------------------------------------------------------- */
/* Variables */
:root {
--font-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--font-serif: 'Iowan Old Style', 'Apple Garamond', Baskerville, 'Times New Roman', 'Droid Serif', Times, 'Source Serif Pro', serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--font-mono: Consolas, monaco, 'Ubuntu Mono', 'Liberation Mono', 'Courier New', Courier, monospace;
/* Color tokens */
--color--primary: #2B44FF;
--color--secondary: #2026A2;
--color--tertiary: #8D9CA7;
--color--positive: #0FD70B;
--color--destructive: #FD2222;
/* Sizing */
--section-max-width: 800px;
--input-height: 42px;
--radius: 10px;
--radius-small: 4px;
--header-height: 50px;
--btn-floating-size: 56px;
--btn-floating-icon-size: 40px;
--btn-border-size: 2px;
/* Light theme color assignment */
--color-text-base: #000;
--color-text-alt: #4B5358;
--color-text-inverted: #FFF;
--color-text-hint: #8D9CA7;
--color-text-primary: var(--color--primary);
--color-text-secondary: var(--color--secondary);
--color-text-tertiary: var(--color--tertiary);
--color-text-positive: var(--color--positive);
--color-text-destructive: var(--color--destructive);
--color-bg-body: #FFF;
--color-bg-base: #FFF;
--color-bg-alt: #F1F2F3;
--color-bg-alt-2: #E7ECF0;
--color-bg-inverted: #000;
--color-bg-primary: var(--color--primary);
--color-bg-secondary: var(--color--secondary);
--color-bg-tertiary: var(--color--tertiary);
--color-bg-positive: var(--color--positive);
--color-bg-destructive: var(--color--destructive);
--color-bg-header: var(--color-bg-body);
--color-bg-modal: var(--color-bg-body);
--color-bg-modal-overlay: var(--color--secondary);
--color-bg-chat: var(--color-bg-body);
--color-bg-chat-bubble: var(--color-bg-alt);
--color-bg-player: var(--color-bg-alt);
--color-bg-placeholder: var(--color-bg-alt);
--color-bg-button: var(--color-bg-alt);
--color-bg-button-active: var();
--color-bg-button-focus: var();
--color-bg-button-hover: var();
--color-bg-button-inverted: var();
--color-bg-button-inverted-active: var();
--color-bg-button-inverted-focus: var();
--color-bg-button-inverted-hover: var();
--color-bg-button-primary-default: var(--color--primary);
--color-bg-button-primary-active: var();
--color-bg-button-primary-hover: var();
--color-bg-button-secondary-default: var(--color-bg-alt);
--color-bg-button-secondary-active: var();
--color-bg-button-secondary-hover: var();
--color-bg-button-floating: var(--color--primary);
--color-bg-button-floating-active: var();
--color-bg-button-floating-focus: var();
--color-bg-button-floating-hover: var(--color--secondary);
--color-bg-input: var(--color-bg-alt);
--color-bg-input-focus: var();
--color-bg-notice-success: var(--color--positive);
--color-bg-notice-error: var(--color--destructive);
--color-border-base: #DFE5E9;
--color-border-error: var(--color--destructive);
--grid-2-columns: 1fr 1fr;
--grid-3-columns: 1fr 1fr 1fr;
--grid-4-columns: 1fr 1fr 1fr 1fr;
--grid-trio-columns: 1fr 3fr 1fr 1fr;
}
/* Mediaqueries */
@media (prefers-color-scheme: dark) {
:root {
/* --color--primary: var(--color--primary-dark);
--color--secondary: var(--color--secondary-dark);
--color--tertiary: var(--color--tertiary-dark); */
}
}
@media (max-width: 480px) { /* Smaller Screens */
:root {
--section-max-width: 800px;
--input-height: 42px;
--radius: 10px;
--radius-small: 4px;
--header-height: 50px;
--btn-floating-size: 56px;
--btn-floating-icon-size: 40px;
--grid-2-columns: 1fr;
--grid-3-columns: 1fr;
--grid-4-columns: 1fr;
--grid-trio-columns: 1fr 1fr 1fr 1fr;
}
}
@media (min-width: 480px) and (max-width: 767px) { /* Small Screens */
:root {
--section-max-width: 800px;
--input-height: 42px;
--radius: 10px;
--radius-small: 4px;
--header-height: 50px;
--btn-floating-size: 56px;
--btn-floating-icon-size: 40px;
--grid-2-columns: 1fr 1fr;
--grid-3-columns: 1fr 1fr 1fr;
--grid-4-columns: 1fr 1fr;
--grid-trio-columns: 1fr 2fr 1fr 1fr;
}
}
@media (min-width: 767px) { /* Large Screens */
}
/* --------------------------------------------------------------- */
/* Style */
html {
font-size: 62.5%;
}
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
color: var(--color-text-base);
background: var(--color-bg-base);
line-height: 1.5;
}
body {
font-family: var(--font-sans);
font-size: 1.6rem;
}
::selection {
background: var(--color--primary);
color: var(--color-text-inverted);
}
a {
text-decoration: none;
}
/* Section */
section {
max-width: var(--section-max-width);
margin: 0 auto;
}
h1 {
font-size: 3.6rem;
}
h2 {
font-size: 2.4rem;
}
h3 {
font-size: 1.8rem;
font-weight: 300;
}
ul {
margin: 0;
padding: 1rem 0;
list-style-position: inside;
}
ul li {
margin: 0;
}
em {
font-weight: 300;
font-size: 1.4rem;
}
.formatted-text h1 { margin-bottom: 1rem; }
.formatted-text h2 { margin-bottom: 1rem; }
.formatted-text h3 { margin-bottom: 0.5rem; }
.formatted-text ul { margin-bottom: 0.5rem; }
.formatted-text p { margin-bottom: 0.5rem; }
.formatted-text p:last-child { margin-bottom: 0; }
/* Utility - Text */
.color-base { color: var(--color-text-base); }
.color-alt { color: var(--color-text-alt); }
.color-inverted { color: var(--color-text-inverted); }
.color-hint { color: var(--color-text-hint); }
.color-primary { color: var(--color-text-primary); }
.color-secondary { color: var(--color-text-secondary); }
.color-tertiary { color: var(--color-text-tertiary); }
.color-positive { color: var(--color-text-positive); }
.color-destructive { color: var(--color-text-destructive); }
/* Utility - Background */
.bg-body { background-color: var(--color-bg-body); }
.bg-base { background-color: var(--color-bg-base); }
.bg-alt { background-color: var(--color-bg-alt); }
.bg-alt-2 { background-color: var(--color-bg-alt-2); }
.bg-inverted { background-color: var(--color-bg-inverted); }
/* Utility - Radius */
.br-all { border-radius: var(--radius); }
/* Utility - Padding */
.pd-0 {padding: 0;}
.pd-05 {padding: 0.5rem;}
.pd-1 {padding: 1rem;}
.pd-15 {padding: 1.5rem;}
.pd-2 {padding: 2rem;}
.pd-25 {padding: 2.5rem;}
.pd-3 {padding: 3rem;}
.pd-35 {padding: 3.5rem;}
.pd-4 {padding: 4rem;}
.pd-5 {padding: 5rem;}
.pd-x-0 {padding-left: 0; padding-right: 0}
.pd-x-05 {padding-left: 0.5rem; padding-right: 0.5rem}
.pd-x-1 {padding-left: 1rem; padding-right: 1rem;}
.pd-x-15 {padding-left: 1.5rem; padding-right: 1.5rem;}
.pd-x-2 {padding-left: 2rem; padding-right: 2rem;}
.pd-x-25 {padding-left: 2.5rem; padding-right: 2.5rem;}
.pd-x-3 {padding-left: 3rem; padding-right: 3rem;}
.pd-x-35 {padding-left: 3.5rem; padding-right: 3rem;}
.pd-x-4 {padding-left: 4rem; padding-right: 4rem;}
.pd-x-5 {padding-left: 5rem; padding-right: 5rem;}
.pd-y-0 {padding-top: 0; padding-bottom: 0}
.pd-y-05 {padding-top: 0.5rem; padding-bottom: 0.5rem}
.pd-y-1 {padding-top: 1rem; padding-bottom: 1rem;}
.pd-y-15 {padding-top: 1.5rem; padding-bottom: 1.5rem;}
.pd-y-2 {padding-top: 2rem; padding-bottom: 2rem;}
.pd-y-25 {padding-top: 2.5rem; padding-bottom: 2.5rem;}
.pd-y-3 {padding-top: 3rem; padding-bottom: 3rem;}
.pd-y-35 {padding-top: 3.5rem; padding-bottom: 3rem;}
.pd-y-4 {padding-top: 4rem; padding-bottom: 4rem;}
.pd-y-5 {padding-top: 5rem; padding-bottom: 5rem;}
.pd-t-0 {padding-top: 0;}
.pd-t-05 {padding-top: 0.5rem;}
.pd-t-1 {padding-top: 1rem;}
.pd-t-15 {padding-top: 1.5rem;}
.pd-t-2 {padding-top: 2rem;}
.pd-t-25 {padding-top: 2.5rem;}
.pd-t-3 {padding-top: 3rem;}
.pd-t-35 {padding-top: 3.5rem;}
.pd-t-4 {padding-top: 4rem;}
.pd-t-5 {padding-top: 5rem;}
.pd-r-0 {padding-right: 0;}
.pd-r-05 {padding-right: 0.5rem;}
.pd-r-1 {padding-right: 1rem;}
.pd-r-15 {padding-right: 1.5rem;}
.pd-r-2 {padding-right: 2rem;}
.pd-r-25 {padding-right: 2.5rem;}
.pd-r-3 {padding-right: 3rem;}
.pd-r-35 {padding-right: 3.5rem;}
.pd-r-4 {padding-right: 4rem;}
.pd-r-5 {padding-right: 5rem;}
.pd-b-0 {padding-bottom: 0;}
.pd-b-05 {padding-bottom: 0.5rem;}
.pd-b-1 {padding-bottom: 1rem;}
.pd-b-15 {padding-bottom: 1.5rem;}
.pd-b-2 {padding-bottom: 2rem;}
.pd-b-25 {padding-bottom: 2.5rem;}
.pd-b-3 {padding-bottom: 3rem;}
.pd-b-35 {padding-bottom: 3.5rem;}
.pd-b-4 {padding-bottom: 4rem;}
.pd-b-5 {padding-bottom: 5rem;}
.pd-l-0 {padding-left: 0;}
.pd-l-05 {padding-left: 0.5rem;}
.pd-l-1 {padding-left: 1rem;}
.pd-l-15 {padding-left: 1.5rem;}
.pd-l-2 {padding-left: 2rem;}
.pd-l-25 {padding-left: 2.5rem;}
.pd-l-3 {padding-left: 3rem;}
.pd-l-35 {padding-left: 3.5rem;}
.pd-l-4 {padding-left: 4rem;}
.pd-l-5 {padding-left: 5rem;}
/* Utility - Margin */
.mg-0 {margin: 0;}
.mg-05 {margin: 0.5rem;}
.mg-1 {margin: 1rem;}
.mg-15 {margin: 1.5rem;}
.mg-2 {margin: 2rem;}
.mg-25 {margin: 2.5rem;}
.mg-3 {margin: 3rem;}
.mg-35 {margin: 3.5rem;}
.mg-4 {margin: 4rem;}
.mg-5 {margin: 5rem;}
.mg-x-0 {margin-left: 0; margin-right: 0}
.mg-x-05 {margin-left: 0.5rem; margin-right: 0.5rem}
.mg-x-1 {margin-left: 1rem; margin-right: 1rem;}
.mg-x-15 {margin-left: 1.5rem; margin-right: 1.5rem;}
.mg-x-2 {margin-left: 2rem; margin-right: 2rem;}
.mg-x-25 {margin-left: 2.5rem; margin-right: 2.5rem;}
.mg-x-3 {margin-left: 3rem; margin-right: 3rem;}
.mg-x-35 {margin-left: 3.5rem; margin-right: 3rem;}
.mg-x-4 {margin-left: 4rem; margin-right: 4rem;}
.mg-x-5 {margin-left: 5rem; margin-right: 5rem;}
.mg-y-0 {margin-top: 0; margin-bottom: 0}
.mg-y-05 {margin-top: 0.5rem; margin-bottom: 0.5rem}
.mg-y-1 {margin-top: 1rem; margin-bottom: 1rem;}
.mg-y-15 {margin-top: 1.5rem; margin-bottom: 1.5rem;}
.mg-y-2 {margin-top: 2rem; margin-bottom: 2rem;}
.mg-y-25 {margin-top: 2.5rem; margin-bottom: 2.5rem;}
.mg-y-3 {margin-top: 3rem; margin-bottom: 3rem;}
.mg-y-35 {margin-top: 3.5rem; margin-bottom: 3rem;}
.mg-y-4 {margin-top: 4rem; margin-bottom: 4rem;}
.mg-y-5 {margin-top: 5rem; margin-bottom: 5rem;}
.mg-t-0 {margin-top: 0;}
.mg-t-05 {margin-top: 0.5rem;}
.mg-t-1 {margin-top: 1rem;}
.mg-t-15 {margin-top: 1.5rem;}
.mg-t-2 {margin-top: 2rem;}
.mg-t-25 {margin-top: 2.5rem;}
.mg-t-3 {margin-top: 3rem;}
.mg-t-35 {margin-top: 3.5rem;}
.mg-t-4 {margin-top: 4rem;}
.mg-t-5 {margin-top: 5rem;}
.mg-r-0 {margin-right: 0;}
.mg-r-05 {margin-right: 0.5rem;}
.mg-r-1 {margin-right: 1rem;}
.mg-r-15 {margin-right: 1.5rem;}
.mg-r-2 {margin-right: 2rem;}
.mg-r-25 {margin-right: 2.5rem;}
.mg-r-3 {margin-right: 3rem;}
.mg-r-35 {margin-right: 3.5rem;}
.mg-r-4 {margin-right: 4rem;}
.mg-r-5 {margin-right: 5rem;}
.mg-b-0 {margin-bottom: 0;}
.mg-b-05 {margin-bottom: 0.5rem;}
.mg-b-1 {margin-bottom: 1rem;}
.mg-b-15 {margin-bottom: 1.5rem;}
.mg-b-2 {margin-bottom: 2rem;}
.mg-b-25 {margin-bottom: 2.5rem;}
.mg-b-3 {margin-bottom: 3rem;}
.mg-b-35 {margin-bottom: 3.5rem;}
.mg-b-4 {margin-bottom: 4rem;}
.mg-b-5 {margin-bottom: 5rem;}
.mg-l-0 {margin-left: 0;}
.mg-l-05 {margin-left: 0.5rem;}
.mg-l-1 {margin-left: 1rem;}
.mg-l-15 {margin-left: 1.5rem;}
.mg-l-2 {margin-left: 2rem;}
.mg-l-25 {margin-left: 2.5rem;}
.mg-l-3 {margin-left: 3rem;}
.mg-l-35 {margin-left: 3.5rem;}
.mg-l-4 {margin-left: 4rem;}
.mg-l-5 {margin-left: 5rem;}
/* Utility - Flex */
.fl { display: flex; }
.fl-inline { display: inline-flex; }
.fl-row { flex-direction: row; } /* Default */
.fl-row-rev { flex-direction: row-reverse; }
.fl-col { flex-direction: column; }
.fl-col-rev { flex-direction: column-reverse; }
.fl-nowrap { flex-wrap: nowrap; } /* Default */
.fl-wrap { flex-wrap: wrap; }
.fl-wrap-rev { flex-wrap: wrap-reverse; }
.fl-j-start { justify-content: flex-start; } /* Default */
.fl-j-end { justify-content: flex-end; }
.fl-j-center { justify-content: center; }
.fl-j-around { justify-content: space-around; }
.fl-j-between { justify-content: space-between; }
.fl-a-stretch { align-items: stretch; } /* Default */
.fl-a-start { align-items: flex-start; }
.fl-a-center { align-items: center; }
.fl-a-end { align-items: flex-end; }
.fl-a-baseline { align-items: baseline; }
.fl-grow-0 { flex-grow: 0; } /* Default */
.fl-grow-1 { flex-grow: 1; }
.fl-shrink-1 { flex-shrink: 1; } /* Default */
.fl-shrink-0 { flex-shrink: 0; }
.fl-b-auto { flex-basis: auto; } /* Default */
.fl-b-0 { flex-basis: 0; }
.fl-a-auto { align-self: auto; } /* Default */
.fl-a-start { align-self: flex-start; }
.fl-a-center { align-self: center; }
.fl-a-end { align-self: flex-end; }
.fl-a-stretch { align-self: stretch; }
.fl-a-baseline { align-self: baseline }
/* Utility - Position */
.pos-absolute { position: absolute !important; }
.pos-fixed { position: fixed !important; }
.pos-relative { position: relative !important; }
.top-0 { top: 0 !important; }
.bottom-0 { bottom: 0 !important; }
/* Utility - Width/Height */
.full-width { width: 100%; }
.full-height { height: 100%; }
/* Blur */
.blur {
filter: blur(70px);
}
/* Overflow */
.no-overflow {
overflow: hidden;
}
/* Grid */
.grid {
width: 100%;
display: grid;
grid-gap: 1rem;
}
.grid.grid--2 {
grid-template-columns: 1fr 1fr;
}
.grid.grid--3 {
grid-template-columns: 1fr 1fr 1fr;
}
.grid.grid--4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid.grid--trio {
grid-template-columns: 1fr 3fr 1fr 1fr;
}
/* Responsive Grid */
.grid--responsive.grid--2 {
grid-template-columns: var(--grid-2-columns);
}
.grid--responsive.grid--3 {
grid-template-columns: var(--grid-3-columns);
}
.grid--responsive.grid--4 {
grid-template-columns: var(--grid-4-columns);
}
.grid--responsive.grid--trio {
grid-template-columns: var(--grid-trio-columns);
}
/* Header bar */
header {
height: var(--header-height);
box-shadow: 0 1px 0 0 var(--color-border-base);
position: sticky;
top: 0;
left: 0;
right: 0;
padding: 0 2rem;
background: var(--color-bg-header);
z-index: 10;
}
header h1 {
font-size: 16px;
font-weight: 800;
line-height: var(--header-height);
}
/* Modal */
.modal {
width: 100%;
height: 100vh;
position: relative;
display: grid;
place-items: center;
}
.modal__el {
width: 570px;
position: relative;
z-index: 2;
background: var(--color-bg-modal);
display: flex;
flex-direction: column;
padding: 2rem;
}
.modal__overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: var(--color-bg-modal-overlay);
opacity: .9;
}
/* Code */
code,
pre,
kbd,
samp {
font-family: var(--font-mono);
}
.codeblock {
padding: 1rem;
color: var(--color-text-alt);
background: var(--color-bg-placeholder);
border-radius: var(--radius);
}
/* Placeholder blocks */
.placeholder {
min-height: 180px;
background: var(--color-bg-placeholder);
border-radius: var(--radius);
}
/* Aspect ratio */
.aspect-169 {
padding-top: 56.25%;
height: 0;
overflow: hidden;
}
.player {
background: var(--color-bg-player);
}
/* Buttons & Forms */
form {
display: flex;
flex-direction: column;
align-items: flex-start;
}
fieldset {
width: 100%;
border: 0;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
}
fieldset input,
fieldset textarea,
fieldset select,
fieldset button {
width: 100%;
margin-bottom: 1rem;
}
label {
font-weight: 500;
}
label span {
font-weight: 200;
}
button {
border: var(--btn-border-size) solid transparent;
outline: none;
appearance: none;
cursor: pointer;
-webkit-appearance: none;
border-radius: var(--radius-small);
}
input,
select,
textarea {
border: var(--btn-border-size) solid transparent;
outline: none;
appearance: none;
resize: none;
-webkit-appearance: none;
padding: 1rem;
background: var(--color-bg-input);
border-radius: var(--radius-small);
}
.btn,
button,
select,
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"] {
height: var(--input-height);
}
input:focus,
textarea:focus,
.btn:focus,
.btn:active {
border: var(--btn-border-size) solid var(--color--primary);
}
select {
padding: 0 20px 0 10px;
position: relative;
}
select:focus,
select:active {
border: var(--btn-border-size) solid var(--color--primary);
}
.btn.rounded,
input.rounded {
border-radius: var(--input-height);
}
.btn {
font-weight: 500;
background: var(--color-bg-button);
}
.btn--primary {
background: var(--color-bg-button-primary-default);
color: var(--color-text-inverted);
}
.btn--primary:hover,
.btn--primary:focus {
background: var(--color--secondary);
}
.btn--secondary {
background: var(--color-bg-button-secondary-default);
color: var(--color-text-base);
}
.btn--destruct {
background: var(--color--destructive);
color: var(--color-text-inverted);
}
.btn--confirm {
background: var(--color--positive);
}
.btn--floating {
width: var(--btn-floating-size);
height: var(--btn-floating-size);
background: var(--color-bg-button-floating);
border-radius: var(--btn-floating-size);
color: var(--color-text-inverted);
display: flex;
align-items: center;
position: absolute;
bottom: 2rem;
right: 2rem;
}
.btn--floating svg {
width: var(--btn-floating-icon-size);
height: var(--btn-floating-icon-size);
fill: var(--color-text-inverted);
}
.btn--floating:hover,
.btn--floating:focus {
background: var(--color-bg-button-floating-hover);
}
.btn--fixed {
position: fixed;
}
/* Interactive */
.interactive {
cursor: pointer;
border: var(--btn-border-size) solid transparent;
display: flex;
padding: 1rem;
flex-direction: column;
color: var(--color-text-base);
overflow: hidden;
}
.interactive strong,
.interactive span {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.interactive:focus,
.interactive:hover {
background: var(--color-bg-button);
color: var(--color-bg-button-primary-default);
}
.interactive:focus {
border: var(--btn-border-size) solid var(--color--primary);
outline: none;
}
.interactive--active,
.interactive--active:hover,
.interactive--active:focus {
background: var(--color-bg-button-primary-default);
color: var(--color-text-inverted);
}
/* Notices */
.notice {
border-radius: var(--radius-small);
position: absolute;
top: 1.5rem;
right: 1.5rem;
}
.notice__content {
display: flex;
padding: 1.5rem 2rem;
font-weight: 600;
}
.notice--success {
background: var(--color-bg-notice-success);
}
.notice--error {
background: var(--color-bg-notice-error);
color: var(--color-text-inverted);
}
.notice__icon {
margin-right: 1rem;
}
/* Chat */
.chat-wrapper {
position: relative;
padding-bottom: calc(var(--input-height) + 30px);
display: flex;
flex-direction: column;
align-items: flex-start;
}
.chat-line {
padding: 12px 15px;
background: var(--color-bg-chat-bubble);
border-radius: var(--input-height);
display: flex;
margin: 0 0 5px 0;
}
.chat-line p {
display: inline;
font-weight: normal;
overflow-wrap: anywhere;
}
.chat-line .username {
font-weight: 800;
padding-right: .1rem;
}
.chat-line .username::after {
content: ' ';
}
.composer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 15px 0;
background: var(--color-bg-chat);
}
.composer input {
width: 100%;
}
/* Icons */
.icon {
fill: var(--color-text-base);
}
.icon--inverted {
fill: var(--color-text-inverted);
}
.icon--success {
fill: var(--color--positive);
}
.icon--error {
fill: var(--color--destructive);
}
.icon--14 {
width: 14px;
height: 14px;
}
.icon--24 {
width: 24px;
height: 24px;
}
.icon--36 {
width: 36px;
height: 36px;
}
.icon--48 {
width: 48px;
height: 48px;
}
.spinner {
display: inline-block;
width: 20px;
height: 20px;
border: 3px solid rgba(255,255,255,.3);
border-radius: 50%;
border-top-color: #fff;
animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
to { transform: rotate(360deg); }
} | web-ui/src/index.css | *,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}html{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}
/* --------------------------------------------------------------- */
/* Variables */
:root {
--font-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--font-serif: 'Iowan Old Style', 'Apple Garamond', Baskerville, 'Times New Roman', 'Droid Serif', Times, 'Source Serif Pro', serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--font-mono: Consolas, monaco, 'Ubuntu Mono', 'Liberation Mono', 'Courier New', Courier, monospace;
/* Color tokens */
--color--primary: #2B44FF;
--color--secondary: #2026A2;
--color--tertiary: #8D9CA7;
--color--positive: #0FD70B;
--color--destructive: #FD2222;
/* Sizing */
--section-max-width: 800px;
--input-height: 42px;
--radius: 10px;
--radius-small: 4px;
--header-height: 50px;
--btn-floating-size: 56px;
--btn-floating-icon-size: 40px;
--btn-border-size: 2px;
/* Light theme color assignment */
--color-text-base: #000;
--color-text-alt: #4B5358;
--color-text-inverted: #FFF;
--color-text-hint: #8D9CA7;
--color-text-primary: var(--color--primary);
--color-text-secondary: var(--color--secondary);
--color-text-tertiary: var(--color--tertiary);
--color-text-positive: var(--color--positive);
--color-text-destructive: var(--color--destructive);
--color-bg-body: #FFF;
--color-bg-base: #FFF;
--color-bg-alt: #F1F2F3;
--color-bg-alt-2: #E7ECF0;
--color-bg-inverted: #000;
--color-bg-primary: var(--color--primary);
--color-bg-secondary: var(--color--secondary);
--color-bg-tertiary: var(--color--tertiary);
--color-bg-positive: var(--color--positive);
--color-bg-destructive: var(--color--destructive);
--color-bg-header: var(--color-bg-body);
--color-bg-modal: var(--color-bg-body);
--color-bg-modal-overlay: var(--color--secondary);
--color-bg-chat: var(--color-bg-body);
--color-bg-chat-bubble: var(--color-bg-alt);
--color-bg-player: var(--color-bg-alt);
--color-bg-placeholder: var(--color-bg-alt);
--color-bg-button: var(--color-bg-alt);
--color-bg-button-active: var();
--color-bg-button-focus: var();
--color-bg-button-hover: var();
--color-bg-button-inverted: var();
--color-bg-button-inverted-active: var();
--color-bg-button-inverted-focus: var();
--color-bg-button-inverted-hover: var();
--color-bg-button-primary-default: var(--color--primary);
--color-bg-button-primary-active: var();
--color-bg-button-primary-hover: var();
--color-bg-button-secondary-default: var(--color-bg-alt);
--color-bg-button-secondary-active: var();
--color-bg-button-secondary-hover: var();
--color-bg-button-floating: var(--color--primary);
--color-bg-button-floating-active: var();
--color-bg-button-floating-focus: var();
--color-bg-button-floating-hover: var(--color--secondary);
--color-bg-input: var(--color-bg-alt);
--color-bg-input-focus: var();
--color-bg-notice-success: var(--color--positive);
--color-bg-notice-error: var(--color--destructive);
--color-border-base: #DFE5E9;
--color-border-error: var(--color--destructive);
--grid-2-columns: 1fr 1fr;
--grid-3-columns: 1fr 1fr 1fr;
--grid-4-columns: 1fr 1fr 1fr 1fr;
--grid-trio-columns: 1fr 3fr 1fr 1fr;
}
/* Mediaqueries */
@media (prefers-color-scheme: dark) {
:root {
/* --color--primary: var(--color--primary-dark);
--color--secondary: var(--color--secondary-dark);
--color--tertiary: var(--color--tertiary-dark); */
}
}
@media (max-width: 480px) { /* Smaller Screens */
:root {
--section-max-width: 800px;
--input-height: 42px;
--radius: 10px;
--radius-small: 4px;
--header-height: 50px;
--btn-floating-size: 56px;
--btn-floating-icon-size: 40px;
--grid-2-columns: 1fr;
--grid-3-columns: 1fr;
--grid-4-columns: 1fr;
--grid-trio-columns: 1fr 1fr 1fr 1fr;
}
}
@media (min-width: 480px) and (max-width: 767px) { /* Small Screens */
:root {
--section-max-width: 800px;
--input-height: 42px;
--radius: 10px;
--radius-small: 4px;
--header-height: 50px;
--btn-floating-size: 56px;
--btn-floating-icon-size: 40px;
--grid-2-columns: 1fr 1fr;
--grid-3-columns: 1fr 1fr 1fr;
--grid-4-columns: 1fr 1fr;
--grid-trio-columns: 1fr 2fr 1fr 1fr;
}
}
@media (min-width: 767px) { /* Large Screens */
}
/* --------------------------------------------------------------- */
/* Style */
html {
font-size: 62.5%;
}
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
color: var(--color-text-base);
background: var(--color-bg-base);
line-height: 1.5;
}
body {
font-family: var(--font-sans);
font-size: 1.6rem;
}
::selection {
background: var(--color--primary);
color: var(--color-text-inverted);
}
a {
text-decoration: none;
}
/* Section */
section {
max-width: var(--section-max-width);
margin: 0 auto;
}
h1 {
font-size: 3.6rem;
}
h2 {
font-size: 2.4rem;
}
h3 {
font-size: 1.8rem;
font-weight: 300;
}
ul {
margin: 0;
padding: 1rem 0;
list-style-position: inside;
}
ul li {
margin: 0;
}
em {
font-weight: 300;
font-size: 1.4rem;
}
.formatted-text h1 { margin-bottom: 1rem; }
.formatted-text h2 { margin-bottom: 1rem; }
.formatted-text h3 { margin-bottom: 0.5rem; }
.formatted-text ul { margin-bottom: 0.5rem; }
.formatted-text p { margin-bottom: 0.5rem; }
.formatted-text p:last-child { margin-bottom: 0; }
/* Utility - Text */
.color-base { color: var(--color-text-base); }
.color-alt { color: var(--color-text-alt); }
.color-inverted { color: var(--color-text-inverted); }
.color-hint { color: var(--color-text-hint); }
.color-primary { color: var(--color-text-primary); }
.color-secondary { color: var(--color-text-secondary); }
.color-tertiary { color: var(--color-text-tertiary); }
.color-positive { color: var(--color-text-positive); }
.color-destructive { color: var(--color-text-destructive); }
/* Utility - Background */
.bg-body { background-color: var(--color-bg-body); }
.bg-base { background-color: var(--color-bg-base); }
.bg-alt { background-color: var(--color-bg-alt); }
.bg-alt-2 { background-color: var(--color-bg-alt-2); }
.bg-inverted { background-color: var(--color-bg-inverted); }
/* Utility - Radius */
.br-all { border-radius: var(--radius); }
/* Utility - Padding */
.pd-0 {padding: 0;}
.pd-05 {padding: 0.5rem;}
.pd-1 {padding: 1rem;}
.pd-15 {padding: 1.5rem;}
.pd-2 {padding: 2rem;}
.pd-25 {padding: 2.5rem;}
.pd-3 {padding: 3rem;}
.pd-35 {padding: 3.5rem;}
.pd-4 {padding: 4rem;}
.pd-5 {padding: 5rem;}
.pd-x-0 {padding-left: 0; padding-right: 0}
.pd-x-05 {padding-left: 0.5rem; padding-right: 0.5rem}
.pd-x-1 {padding-left: 1rem; padding-right: 1rem;}
.pd-x-15 {padding-left: 1.5rem; padding-right: 1.5rem;}
.pd-x-2 {padding-left: 2rem; padding-right: 2rem;}
.pd-x-25 {padding-left: 2.5rem; padding-right: 2.5rem;}
.pd-x-3 {padding-left: 3rem; padding-right: 3rem;}
.pd-x-35 {padding-left: 3.5rem; padding-right: 3rem;}
.pd-x-4 {padding-left: 4rem; padding-right: 4rem;}
.pd-x-5 {padding-left: 5rem; padding-right: 5rem;}
.pd-y-0 {padding-top: 0; padding-bottom: 0}
.pd-y-05 {padding-top: 0.5rem; padding-bottom: 0.5rem}
.pd-y-1 {padding-top: 1rem; padding-bottom: 1rem;}
.pd-y-15 {padding-top: 1.5rem; padding-bottom: 1.5rem;}
.pd-y-2 {padding-top: 2rem; padding-bottom: 2rem;}
.pd-y-25 {padding-top: 2.5rem; padding-bottom: 2.5rem;}
.pd-y-3 {padding-top: 3rem; padding-bottom: 3rem;}
.pd-y-35 {padding-top: 3.5rem; padding-bottom: 3rem;}
.pd-y-4 {padding-top: 4rem; padding-bottom: 4rem;}
.pd-y-5 {padding-top: 5rem; padding-bottom: 5rem;}
.pd-t-0 {padding-top: 0;}
.pd-t-05 {padding-top: 0.5rem;}
.pd-t-1 {padding-top: 1rem;}
.pd-t-15 {padding-top: 1.5rem;}
.pd-t-2 {padding-top: 2rem;}
.pd-t-25 {padding-top: 2.5rem;}
.pd-t-3 {padding-top: 3rem;}
.pd-t-35 {padding-top: 3.5rem;}
.pd-t-4 {padding-top: 4rem;}
.pd-t-5 {padding-top: 5rem;}
.pd-r-0 {padding-right: 0;}
.pd-r-05 {padding-right: 0.5rem;}
.pd-r-1 {padding-right: 1rem;}
.pd-r-15 {padding-right: 1.5rem;}
.pd-r-2 {padding-right: 2rem;}
.pd-r-25 {padding-right: 2.5rem;}
.pd-r-3 {padding-right: 3rem;}
.pd-r-35 {padding-right: 3.5rem;}
.pd-r-4 {padding-right: 4rem;}
.pd-r-5 {padding-right: 5rem;}
.pd-b-0 {padding-bottom: 0;}
.pd-b-05 {padding-bottom: 0.5rem;}
.pd-b-1 {padding-bottom: 1rem;}
.pd-b-15 {padding-bottom: 1.5rem;}
.pd-b-2 {padding-bottom: 2rem;}
.pd-b-25 {padding-bottom: 2.5rem;}
.pd-b-3 {padding-bottom: 3rem;}
.pd-b-35 {padding-bottom: 3.5rem;}
.pd-b-4 {padding-bottom: 4rem;}
.pd-b-5 {padding-bottom: 5rem;}
.pd-l-0 {padding-left: 0;}
.pd-l-05 {padding-left: 0.5rem;}
.pd-l-1 {padding-left: 1rem;}
.pd-l-15 {padding-left: 1.5rem;}
.pd-l-2 {padding-left: 2rem;}
.pd-l-25 {padding-left: 2.5rem;}
.pd-l-3 {padding-left: 3rem;}
.pd-l-35 {padding-left: 3.5rem;}
.pd-l-4 {padding-left: 4rem;}
.pd-l-5 {padding-left: 5rem;}
/* Utility - Margin */
.mg-0 {margin: 0;}
.mg-05 {margin: 0.5rem;}
.mg-1 {margin: 1rem;}
.mg-15 {margin: 1.5rem;}
.mg-2 {margin: 2rem;}
.mg-25 {margin: 2.5rem;}
.mg-3 {margin: 3rem;}
.mg-35 {margin: 3.5rem;}
.mg-4 {margin: 4rem;}
.mg-5 {margin: 5rem;}
.mg-x-0 {margin-left: 0; margin-right: 0}
.mg-x-05 {margin-left: 0.5rem; margin-right: 0.5rem}
.mg-x-1 {margin-left: 1rem; margin-right: 1rem;}
.mg-x-15 {margin-left: 1.5rem; margin-right: 1.5rem;}
.mg-x-2 {margin-left: 2rem; margin-right: 2rem;}
.mg-x-25 {margin-left: 2.5rem; margin-right: 2.5rem;}
.mg-x-3 {margin-left: 3rem; margin-right: 3rem;}
.mg-x-35 {margin-left: 3.5rem; margin-right: 3rem;}
.mg-x-4 {margin-left: 4rem; margin-right: 4rem;}
.mg-x-5 {margin-left: 5rem; margin-right: 5rem;}
.mg-y-0 {margin-top: 0; margin-bottom: 0}
.mg-y-05 {margin-top: 0.5rem; margin-bottom: 0.5rem}
.mg-y-1 {margin-top: 1rem; margin-bottom: 1rem;}
.mg-y-15 {margin-top: 1.5rem; margin-bottom: 1.5rem;}
.mg-y-2 {margin-top: 2rem; margin-bottom: 2rem;}
.mg-y-25 {margin-top: 2.5rem; margin-bottom: 2.5rem;}
.mg-y-3 {margin-top: 3rem; margin-bottom: 3rem;}
.mg-y-35 {margin-top: 3.5rem; margin-bottom: 3rem;}
.mg-y-4 {margin-top: 4rem; margin-bottom: 4rem;}
.mg-y-5 {margin-top: 5rem; margin-bottom: 5rem;}
.mg-t-0 {margin-top: 0;}
.mg-t-05 {margin-top: 0.5rem;}
.mg-t-1 {margin-top: 1rem;}
.mg-t-15 {margin-top: 1.5rem;}
.mg-t-2 {margin-top: 2rem;}
.mg-t-25 {margin-top: 2.5rem;}
.mg-t-3 {margin-top: 3rem;}
.mg-t-35 {margin-top: 3.5rem;}
.mg-t-4 {margin-top: 4rem;}
.mg-t-5 {margin-top: 5rem;}
.mg-r-0 {margin-right: 0;}
.mg-r-05 {margin-right: 0.5rem;}
.mg-r-1 {margin-right: 1rem;}
.mg-r-15 {margin-right: 1.5rem;}
.mg-r-2 {margin-right: 2rem;}
.mg-r-25 {margin-right: 2.5rem;}
.mg-r-3 {margin-right: 3rem;}
.mg-r-35 {margin-right: 3.5rem;}
.mg-r-4 {margin-right: 4rem;}
.mg-r-5 {margin-right: 5rem;}
.mg-b-0 {margin-bottom: 0;}
.mg-b-05 {margin-bottom: 0.5rem;}
.mg-b-1 {margin-bottom: 1rem;}
.mg-b-15 {margin-bottom: 1.5rem;}
.mg-b-2 {margin-bottom: 2rem;}
.mg-b-25 {margin-bottom: 2.5rem;}
.mg-b-3 {margin-bottom: 3rem;}
.mg-b-35 {margin-bottom: 3.5rem;}
.mg-b-4 {margin-bottom: 4rem;}
.mg-b-5 {margin-bottom: 5rem;}
.mg-l-0 {margin-left: 0;}
.mg-l-05 {margin-left: 0.5rem;}
.mg-l-1 {margin-left: 1rem;}
.mg-l-15 {margin-left: 1.5rem;}
.mg-l-2 {margin-left: 2rem;}
.mg-l-25 {margin-left: 2.5rem;}
.mg-l-3 {margin-left: 3rem;}
.mg-l-35 {margin-left: 3.5rem;}
.mg-l-4 {margin-left: 4rem;}
.mg-l-5 {margin-left: 5rem;}
/* Utility - Flex */
.fl { display: flex; }
.fl-inline { display: inline-flex; }
.fl-row { flex-direction: row; } /* Default */
.fl-row-rev { flex-direction: row-reverse; }
.fl-col { flex-direction: column; }
.fl-col-rev { flex-direction: column-reverse; }
.fl-nowrap { flex-wrap: nowrap; } /* Default */
.fl-wrap { flex-wrap: wrap; }
.fl-wrap-rev { flex-wrap: wrap-reverse; }
.fl-j-start { justify-content: flex-start; } /* Default */
.fl-j-end { justify-content: flex-end; }
.fl-j-center { justify-content: center; }
.fl-j-around { justify-content: space-around; }
.fl-j-between { justify-content: space-between; }
.fl-a-stretch { align-items: stretch; } /* Default */
.fl-a-start { align-items: flex-start; }
.fl-a-center { align-items: center; }
.fl-a-end { align-items: flex-end; }
.fl-a-baseline { align-items: baseline; }
.fl-grow-0 { flex-grow: 0; } /* Default */
.fl-grow-1 { flex-grow: 1; }
.fl-shrink-1 { flex-shrink: 1; } /* Default */
.fl-shrink-0 { flex-shrink: 0; }
.fl-b-auto { flex-basis: auto; } /* Default */
.fl-b-0 { flex-basis: 0; }
.fl-a-auto { align-self: auto; } /* Default */
.fl-a-start { align-self: flex-start; }
.fl-a-center { align-self: center; }
.fl-a-end { align-self: flex-end; }
.fl-a-stretch { align-self: stretch; }
.fl-a-baseline { align-self: baseline }
/* Utility - Position */
.pos-absolute { position: absolute !important; }
.pos-fixed { position: fixed !important; }
.pos-relative { position: relative !important; }
.top-0 { top: 0 !important; }
.bottom-0 { bottom: 0 !important; }
/* Utility - Width/Height */
.full-width { width: 100%; }
.full-height { height: 100%; }
/* Blur */
.blur {
filter: blur(70px);
}
/* Overflow */
.no-overflow {
overflow: hidden;
}
/* Grid */
.grid {
width: 100%;
display: grid;
grid-gap: 1rem;
}
.grid.grid--2 {
grid-template-columns: 1fr 1fr;
}
.grid.grid--3 {
grid-template-columns: 1fr 1fr 1fr;
}
.grid.grid--4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid.grid--trio {
grid-template-columns: 1fr 3fr 1fr 1fr;
}
/* Responsive Grid */
.grid--responsive.grid--2 {
grid-template-columns: var(--grid-2-columns);
}
.grid--responsive.grid--3 {
grid-template-columns: var(--grid-3-columns);
}
.grid--responsive.grid--4 {
grid-template-columns: var(--grid-4-columns);
}
.grid--responsive.grid--trio {
grid-template-columns: var(--grid-trio-columns);
}
/* Header bar */
header {
height: var(--header-height);
box-shadow: 0 1px 0 0 var(--color-border-base);
position: sticky;
top: 0;
left: 0;
right: 0;
padding: 0 2rem;
background: var(--color-bg-header);
z-index: 10;
}
header h1 {
font-size: 16px;
font-weight: 800;
line-height: var(--header-height);
}
/* Modal */
.modal {
width: 100%;
height: 100vh;
position: relative;
display: grid;
place-items: center;
}
.modal__el {
width: 570px;
position: relative;
z-index: 2;
background: var(--color-bg-modal);
display: flex;
flex-direction: column;
padding: 2rem;
}
.modal__overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: var(--color-bg-modal-overlay);
opacity: .9;
}
/* Code */
code,
pre,
kbd,
samp {
font-family: var(--font-mono);
}
.codeblock {
padding: 1rem;
color: var(--color-text-alt);
background: var(--color-bg-placeholder);
border-radius: var(--radius);
}
/* Placeholder blocks */
.placeholder {
min-height: 180px;
background: var(--color-bg-placeholder);
border-radius: var(--radius);
}
/* Aspect ratio */
.aspect-169 {
padding-top: 56.25%;
height: 0;
overflow: hidden;
}
.player {
background: var(--color-bg-player);
}
/* Buttons & Forms */
form {
display: flex;
flex-direction: column;
align-items: flex-start;
}
fieldset {
width: 100%;
border: 0;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
}
fieldset input,
fieldset textarea,
fieldset select,
fieldset button {
width: 100%;
margin-bottom: 1rem;
}
label {
font-weight: 500;
}
label span {
font-weight: 200;
}
button {
border: var(--btn-border-size) solid transparent;
outline: none;
appearance: none;
cursor: pointer;
-webkit-appearance: none;
border-radius: var(--radius-small);
}
input,
select,
textarea {
border: var(--btn-border-size) solid transparent;
outline: none;
appearance: none;
resize: none;
-webkit-appearance: none;
padding: 1rem;
background: var(--color-bg-input);
border-radius: var(--radius-small);
}
.btn,
button,
select,
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"] {
height: var(--input-height);
}
input:focus,
textarea:focus,
.btn:focus,
.btn:active {
border: var(--btn-border-size) solid var(--color--primary);
}
select {
padding: 0 20px 0 10px;
position: relative;
}
select:focus,
select:active {
border: var(--btn-border-size) solid var(--color--primary);
}
.btn.rounded,
input.rounded {
border-radius: var(--input-height);
}
.btn {
font-weight: 500;
background: var(--color-bg-button);
}
.btn--primary {
background: var(--color-bg-button-primary-default);
color: var(--color-text-inverted);
}
.btn--primary:hover,
.btn--primary:focus {
background: var(--color--secondary);
}
.btn--secondary {
background: var(--color-bg-button-secondary-default);
color: var(--color-text-base);
}
.btn--destruct {
background: var(--color--destructive);
color: var(--color-text-inverted);
}
.btn--confirm {
background: var(--color--positive);
}
.btn--floating {
width: var(--btn-floating-size);
height: var(--btn-floating-size);
background: var(--color-bg-button-floating);
border-radius: var(--btn-floating-size);
color: var(--color-text-inverted);
display: flex;
align-items: center;
position: absolute;
bottom: 2rem;
right: 2rem;
}
.btn--floating svg {
width: var(--btn-floating-icon-size);
height: var(--btn-floating-icon-size);
fill: var(--color-text-inverted);
}
.btn--floating:hover,
.btn--floating:focus {
background: var(--color-bg-button-floating-hover);
}
.btn--fixed {
position: fixed;
}
/* Interactive */
.interactive {
cursor: pointer;
border: var(--btn-border-size) solid transparent;
display: flex;
padding: 1rem;
flex-direction: column;
color: var(--color-text-base);
overflow: hidden;
}
.interactive strong,
.interactive span {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.interactive:focus,
.interactive:hover {
background: var(--color-bg-button);
color: var(--color-bg-button-primary-default);
}
.interactive:focus {
border: var(--btn-border-size) solid var(--color--primary);
outline: none;
}
.interactive--active,
.interactive--active:hover,
.interactive--active:focus {
background: var(--color-bg-button-primary-default);
color: var(--color-text-inverted);
}
/* Notices */
.notice {
border-radius: var(--radius-small);
position: absolute;
top: 1.5rem;
right: 1.5rem;
}
.notice__content {
display: flex;
padding: 1.5rem 2rem;
font-weight: 600;
}
.notice--success {
background: var(--color-bg-notice-success);
}
.notice--error {
background: var(--color-bg-notice-error);
color: var(--color-text-inverted);
}
.notice__icon {
margin-right: 1rem;
}
/* Chat */
.chat-wrapper {
position: relative;
padding-bottom: calc(var(--input-height) + 30px);
display: flex;
flex-direction: column;
align-items: flex-start;
}
.chat-line {
padding: 12px 15px;
background: var(--color-bg-chat-bubble);
border-radius: var(--input-height);
display: flex;
margin: 0 0 5px 0;
}
.chat-line p {
display: inline;
font-weight: normal;
overflow-wrap: anywhere;
}
.chat-line .username {
font-weight: 800;
padding-right: .1rem;
}
.chat-line .username::after {
content: ' ';
}
.composer {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 15px 0;
background: var(--color-bg-chat);
}
.composer input {
width: 100%;
}
/* Icons */
.icon {
fill: var(--color-text-base);
}
.icon--inverted {
fill: var(--color-text-inverted);
}
.icon--success {
fill: var(--color--positive);
}
.icon--error {
fill: var(--color--destructive);
}
.icon--14 {
width: 14px;
height: 14px;
}
.icon--24 {
width: 24px;
height: 24px;
}
.icon--36 {
width: 36px;
height: 36px;
}
.icon--48 {
width: 48px;
height: 48px;
}
.spinner {
display: inline-block;
width: 20px;
height: 20px;
border: 3px solid rgba(255,255,255,.3);
border-radius: 50%;
border-top-color: #fff;
animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
to { transform: rotate(360deg); }
} | 0.263315 | 0.076961 |
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,700");
@font-face {
font-family: 'Vazir-FD';
src: url(../../font/Vazir-FD.woff);
}
@font-face {
font-family: 'iransans-web';
src: url(../../font/IRANSansWeb.woff2);
}
@font-face {
font-family: 'iransans';
src: url(../../font/iransans.ttf);
}
@font-face {
font-family: 'iranyekan-fa-bold-num';
src: url(../../font/iranyekanwebboldfanum.woff);
}
@font-face {
font-family: 'iranyekan-fa-regular-num';
src: url(../../font/iranyekanwebregularfanum.woff);
}
@font-face {
font-family: 'roboto-black';
src: url(../../font/roboto/Roboto-Black.ttf);
}
@font-face {
font-family: 'roboto-black-italic';
src: url(../../font/roboto/Roboto-BlackItalic.ttf);
}
@font-face {
font-family: 'roboto-bold';
src: url(../../font/roboto/Roboto-Bold.ttf);
}
@font-face {
font-family: 'roboto-bold-condensed';
src: url(../../font/roboto/Roboto-BoldCondensed.ttf);
}
@font-face {
font-family: 'roboto-bold-condensed-italic';
src: url(../../font/roboto/Roboto-BoldCondensedItalic.ttf);
}
@font-face {
font-family: 'roboto-bold-italic';
src: url(../../font/roboto/Roboto-BoldItalic.ttf);
}
@font-face {
font-family: 'roboto-condensed';
src: url(../../font/roboto/Roboto-Condensed.ttf);
}
@font-face {
font-family: 'roboto-condensed-italic';
src: url(../../font/roboto/Roboto-CondensedItalic.ttf);
}
@font-face {
font-family: 'roboto-italic';
src: url(../../font/roboto/Roboto-Italic.ttf);
}
@font-face {
font-family: 'roboto-light';
src: url(../../font/roboto/Roboto-Light.ttf);
}
@font-face {
font-family: 'roboto-light-italic';
src: url(../../font/roboto/Roboto-LightItalic.ttf);
}
@font-face {
font-family: 'roboto-medium';
src: url(../../font/roboto/Roboto-Medium.ttf);
}
@font-face {
font-family: 'roboto-medium-italic';
src: url(../../font/roboto/Roboto-MediumItalic.ttf);
}
@font-face {
font-family: 'roboto-regular';
src: url(../../font/roboto/Roboto-Regular.ttf);
}
@font-face {
font-family: 'roboto-thin';
src: url(../../font/roboto/Roboto-Thin.ttf);
}
@font-face {
font-family: 'roboto-thin-italic';
src: url(../../font/roboto/Roboto-ThinItalic.ttf);
}
@font-face {
font-family: 'poppins-bold';
src: url('../../font/poppins/Poppins-Bold.ttf');
}
@font-face {
font-family: 'poppins-light';
src: url('../../font/poppins/Poppins-Light.ttf');
}
@font-face {
font-family: 'poppins-medium';
src: url('../../font/poppins/Poppins-Medium.ttf');
}
@font-face {
font-family: 'poppins-regular';
src: url('../../font/poppins/Poppins-Regular.ttf');
}
@font-face {
font-family: 'poppins-semibold';
src: url('../../font/poppins/Poppins-SemiBold.ttf');
}
@font-face {
font-family: 'p9e';
src: url(../../font/p9e.ttf);
}
@font-face {
font-family: 'potra';
src: url(../../font/Potra.ttf);
}
@font-face {
font-family: 'lib3';
src: url(../../font/Library_3_am.otf);
}
@font-face {
font-family: 'nmp';
src: url(../../font/NightmarePills-BV2w.ttf);
}
@font-face {
font-family: 'hmo';
src: url(../../font/HelpMe-owODB.ttf);
}
.font-Vazir-FD{ font-family: 'Vazir-FD'; }
.font-iransans-web{ font-family: 'iransans-web'; }
.font-iransans{ font-family: 'iransans'; }
.font-iranyekan-fa-regular-num{ font-family: 'iranyekan-fa-regular-num'; }
.font-iranyekan-fa-bold-num{ font-family: 'iranyekan-fa-bold-num'; }
/* Roboto */
.font-roboto-black{ font-family: 'roboto-black'; }
.font-roboto-black-italic{ font-family: 'roboto-black-italic'; }
.font-roboto-bold{ font-family: 'roboto-bold'; }
.font-roboto-bold-condensed{ font-family: 'roboto-bold-condensed'; }
.font-roboto-bold-condensed-italic{ font-family: 'roboto-bold-condensed-italic'; }
.font-roboto-bold-italic{ font-family: 'roboto-bold-italic'; }
.font-roboto-roboto-condensed{ font-family: 'roboto-roboto-condensed'; }
.font-roboto-roboto-condensed-italic{ font-family: 'roboto-roboto-condensed-italic'; }
.font-roboto-roboto-italic{ font-family: 'roboto-roboto-italic'; }
.font-roboto-roboto-light{ font-family: 'roboto-roboto-light'; }
.font-roboto-roboto-light-italic{ font-family: 'roboto-roboto-light-italic'; }
.font-roboto-roboto-medium{ font-family: 'roboto-roboto-medium'; }
.font-roboto-roboto-medium-italic{ font-family: 'roboto-roboto-medium-italic'; }
.font-roboto-regular{ font-family: 'roboto-regular'; }
.font-roboto-thin{ font-family: 'roboto-thin'; }
.font-roboto-thin-italic{ font-family: 'roboto-thin-italic'; }
/* Roboto */
/* Poppins */
.font-poppins-bold{font-family: 'poppins-bold';}
.font-poppins-light{font-family: 'poppins-light';}
.font-poppins-medium{font-family: 'poppins-medium';}
.font-poppins-regular{font-family: 'poppins-regular';}
.font-poppins-semibold{font-family: 'poppins-semibold';}
/* Poppins */
.font-p9e{ font-family: 'p9e'; }
.font-potra{ font-family: 'potra'; }
.font-lib3{ font-family: 'lib3'; }
.font-nmp{ font-family: 'nmp'; }
.font-hmo{ font-family: 'hmo'; } | assets/css/base/font.css | @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,700");
@font-face {
font-family: 'Vazir-FD';
src: url(../../font/Vazir-FD.woff);
}
@font-face {
font-family: 'iransans-web';
src: url(../../font/IRANSansWeb.woff2);
}
@font-face {
font-family: 'iransans';
src: url(../../font/iransans.ttf);
}
@font-face {
font-family: 'iranyekan-fa-bold-num';
src: url(../../font/iranyekanwebboldfanum.woff);
}
@font-face {
font-family: 'iranyekan-fa-regular-num';
src: url(../../font/iranyekanwebregularfanum.woff);
}
@font-face {
font-family: 'roboto-black';
src: url(../../font/roboto/Roboto-Black.ttf);
}
@font-face {
font-family: 'roboto-black-italic';
src: url(../../font/roboto/Roboto-BlackItalic.ttf);
}
@font-face {
font-family: 'roboto-bold';
src: url(../../font/roboto/Roboto-Bold.ttf);
}
@font-face {
font-family: 'roboto-bold-condensed';
src: url(../../font/roboto/Roboto-BoldCondensed.ttf);
}
@font-face {
font-family: 'roboto-bold-condensed-italic';
src: url(../../font/roboto/Roboto-BoldCondensedItalic.ttf);
}
@font-face {
font-family: 'roboto-bold-italic';
src: url(../../font/roboto/Roboto-BoldItalic.ttf);
}
@font-face {
font-family: 'roboto-condensed';
src: url(../../font/roboto/Roboto-Condensed.ttf);
}
@font-face {
font-family: 'roboto-condensed-italic';
src: url(../../font/roboto/Roboto-CondensedItalic.ttf);
}
@font-face {
font-family: 'roboto-italic';
src: url(../../font/roboto/Roboto-Italic.ttf);
}
@font-face {
font-family: 'roboto-light';
src: url(../../font/roboto/Roboto-Light.ttf);
}
@font-face {
font-family: 'roboto-light-italic';
src: url(../../font/roboto/Roboto-LightItalic.ttf);
}
@font-face {
font-family: 'roboto-medium';
src: url(../../font/roboto/Roboto-Medium.ttf);
}
@font-face {
font-family: 'roboto-medium-italic';
src: url(../../font/roboto/Roboto-MediumItalic.ttf);
}
@font-face {
font-family: 'roboto-regular';
src: url(../../font/roboto/Roboto-Regular.ttf);
}
@font-face {
font-family: 'roboto-thin';
src: url(../../font/roboto/Roboto-Thin.ttf);
}
@font-face {
font-family: 'roboto-thin-italic';
src: url(../../font/roboto/Roboto-ThinItalic.ttf);
}
@font-face {
font-family: 'poppins-bold';
src: url('../../font/poppins/Poppins-Bold.ttf');
}
@font-face {
font-family: 'poppins-light';
src: url('../../font/poppins/Poppins-Light.ttf');
}
@font-face {
font-family: 'poppins-medium';
src: url('../../font/poppins/Poppins-Medium.ttf');
}
@font-face {
font-family: 'poppins-regular';
src: url('../../font/poppins/Poppins-Regular.ttf');
}
@font-face {
font-family: 'poppins-semibold';
src: url('../../font/poppins/Poppins-SemiBold.ttf');
}
@font-face {
font-family: 'p9e';
src: url(../../font/p9e.ttf);
}
@font-face {
font-family: 'potra';
src: url(../../font/Potra.ttf);
}
@font-face {
font-family: 'lib3';
src: url(../../font/Library_3_am.otf);
}
@font-face {
font-family: 'nmp';
src: url(../../font/NightmarePills-BV2w.ttf);
}
@font-face {
font-family: 'hmo';
src: url(../../font/HelpMe-owODB.ttf);
}
.font-Vazir-FD{ font-family: 'Vazir-FD'; }
.font-iransans-web{ font-family: 'iransans-web'; }
.font-iransans{ font-family: 'iransans'; }
.font-iranyekan-fa-regular-num{ font-family: 'iranyekan-fa-regular-num'; }
.font-iranyekan-fa-bold-num{ font-family: 'iranyekan-fa-bold-num'; }
/* Roboto */
.font-roboto-black{ font-family: 'roboto-black'; }
.font-roboto-black-italic{ font-family: 'roboto-black-italic'; }
.font-roboto-bold{ font-family: 'roboto-bold'; }
.font-roboto-bold-condensed{ font-family: 'roboto-bold-condensed'; }
.font-roboto-bold-condensed-italic{ font-family: 'roboto-bold-condensed-italic'; }
.font-roboto-bold-italic{ font-family: 'roboto-bold-italic'; }
.font-roboto-roboto-condensed{ font-family: 'roboto-roboto-condensed'; }
.font-roboto-roboto-condensed-italic{ font-family: 'roboto-roboto-condensed-italic'; }
.font-roboto-roboto-italic{ font-family: 'roboto-roboto-italic'; }
.font-roboto-roboto-light{ font-family: 'roboto-roboto-light'; }
.font-roboto-roboto-light-italic{ font-family: 'roboto-roboto-light-italic'; }
.font-roboto-roboto-medium{ font-family: 'roboto-roboto-medium'; }
.font-roboto-roboto-medium-italic{ font-family: 'roboto-roboto-medium-italic'; }
.font-roboto-regular{ font-family: 'roboto-regular'; }
.font-roboto-thin{ font-family: 'roboto-thin'; }
.font-roboto-thin-italic{ font-family: 'roboto-thin-italic'; }
/* Roboto */
/* Poppins */
.font-poppins-bold{font-family: 'poppins-bold';}
.font-poppins-light{font-family: 'poppins-light';}
.font-poppins-medium{font-family: 'poppins-medium';}
.font-poppins-regular{font-family: 'poppins-regular';}
.font-poppins-semibold{font-family: 'poppins-semibold';}
/* Poppins */
.font-p9e{ font-family: 'p9e'; }
.font-potra{ font-family: 'potra'; }
.font-lib3{ font-family: 'lib3'; }
.font-nmp{ font-family: 'nmp'; }
.font-hmo{ font-family: 'hmo'; } | 0.246987 | 0.101012 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Wallpoet&display=swap');
@font-face {
font-family: 'andrond';
src:url('../html-css/desafios/android/fontes/idroid.otf') format('Opentype');
font-weight: normal;
}
:root{
--cor0:#c5edb6;
--cor1:#83e1ad;
--cor2:#3ddc84;
--cor3:#2fa866;
--cor4:#1a5c37;
--cor5:#063d1e;
--cor6:#313131;
--cor7:#616161;
--cor8:#9c9c9c;
--font-padrao: arial, verdana, helvetica, sans-serif;
--font-destaque:'Bebas Neue', cursive;
--font-android:'android',cursive;
}
*{
margin: 0px;
padding: 0px;
}
body{
background-color:#c5edb6 ;
font-family: var(--font-padrao);
}
a.externo::after{
content: '\00A0\1f517';
}
main p {
margin: 15px 0px ;
text-align: justify;
text-indent: 30px;
font-size: 1.1em;
line-height: 2em;
}
main strong{
color: #063d1e;
font-weight: bold;
}
main a {
text-decoration: none;
font-weight: bold;
background-image: linear-gradient(to left, var(--cor1), var(--cor3));
padding: 2px;
color: black;
border-radius: 4px;
transition-duration: .3s;
}
header{
background-image: linear-gradient(to bottom, var(--cor3), var(--cor5));
min-height: 150px;
text-align: center;
padding-top: 40px;
}
main a:hover{
text-decoration: underline;
color:rgb(0, 64, 75);
padding: 8px;
}
header > h1{
color:white;
font-family: var(--font-destaque);
font-size: 3em;
margin-bottom: 20px;
text-shadow: 3px 3px 2px black;
}
header > p {
color: white;
font-family: var(--font-padrao);
font-size: 1.2em;
max-width: 500px;
margin: auto;
padding-right: 10px;
padding-left: 10px;
text-shadow: 3px 3px 2px black;
}
nav {
background-color: var(--cor5);
padding: 10px;
padding-bottom: 15px;
box-shadow: 0px 7px 9px rgba(49, 49, 49, 0.548);
}
nav > a{
color: white;
padding: 10px;
border-radius: 6px;
text-decoration: none;
font-weight: bold;
transition-duration: .5s;
}
nav > :hover {
background-color: var(--cor3);
color: var(--cor5);
padding: 15px;
}
main{
background-color: white;
min-width: 300px;
max-width: 1000px;
margin-bottom: 30px;
margin: auto;
padding: 20px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.432);
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15;
}
main h1 {
color: #063d1e;
font-family: var(--font-android);
background-image: linear-gradient(to right, var(--cor3), transparent);
padding-left:5px;
font-weight: 1.8em;
}
main h2 {
font-family:var(--font-android);
}
main img {
width: 100%;
}
main img.pequena{
max-width: 350px;
display: block;
margin: auto;
}
div.video{
background-color: var(--cor5);
margin: 0px -20px 30px -20px;
padding: 20px;
padding-bottom: 59%;
position: relative;
}
div.video > iframe {
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
}
footer p {
background-color: var(--cor5);
color: white;
margin-top: 20px;
padding: 10px;
font: normal 40px var(--font-destaque);
text-align: center;
}
footer p:hover {
transition-duration: 1s;
padding: 20px;
background-color: var(--cor2);
color: black;
}
aside{
background-color: var(--cor1);
padding: 25px;
border-radius: 10px;
}
aside h2 {
background-image: linear-gradient(to right, var(--cor6), transparent);
text-align: center;
font-family: var(--font-destaque);
}
ul{
font-family: var(--font-destaque);
font: normal 20px var(--font-destaque);
list-style-type:'\2714\00A0\00A0' ;
}
p#centro{
text-align: center;
} | desafios/android/estilo/style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Wallpoet&display=swap');
@font-face {
font-family: 'andrond';
src:url('../html-css/desafios/android/fontes/idroid.otf') format('Opentype');
font-weight: normal;
}
:root{
--cor0:#c5edb6;
--cor1:#83e1ad;
--cor2:#3ddc84;
--cor3:#2fa866;
--cor4:#1a5c37;
--cor5:#063d1e;
--cor6:#313131;
--cor7:#616161;
--cor8:#9c9c9c;
--font-padrao: arial, verdana, helvetica, sans-serif;
--font-destaque:'Bebas Neue', cursive;
--font-android:'android',cursive;
}
*{
margin: 0px;
padding: 0px;
}
body{
background-color:#c5edb6 ;
font-family: var(--font-padrao);
}
a.externo::after{
content: '\00A0\1f517';
}
main p {
margin: 15px 0px ;
text-align: justify;
text-indent: 30px;
font-size: 1.1em;
line-height: 2em;
}
main strong{
color: #063d1e;
font-weight: bold;
}
main a {
text-decoration: none;
font-weight: bold;
background-image: linear-gradient(to left, var(--cor1), var(--cor3));
padding: 2px;
color: black;
border-radius: 4px;
transition-duration: .3s;
}
header{
background-image: linear-gradient(to bottom, var(--cor3), var(--cor5));
min-height: 150px;
text-align: center;
padding-top: 40px;
}
main a:hover{
text-decoration: underline;
color:rgb(0, 64, 75);
padding: 8px;
}
header > h1{
color:white;
font-family: var(--font-destaque);
font-size: 3em;
margin-bottom: 20px;
text-shadow: 3px 3px 2px black;
}
header > p {
color: white;
font-family: var(--font-padrao);
font-size: 1.2em;
max-width: 500px;
margin: auto;
padding-right: 10px;
padding-left: 10px;
text-shadow: 3px 3px 2px black;
}
nav {
background-color: var(--cor5);
padding: 10px;
padding-bottom: 15px;
box-shadow: 0px 7px 9px rgba(49, 49, 49, 0.548);
}
nav > a{
color: white;
padding: 10px;
border-radius: 6px;
text-decoration: none;
font-weight: bold;
transition-duration: .5s;
}
nav > :hover {
background-color: var(--cor3);
color: var(--cor5);
padding: 15px;
}
main{
background-color: white;
min-width: 300px;
max-width: 1000px;
margin-bottom: 30px;
margin: auto;
padding: 20px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.432);
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15;
}
main h1 {
color: #063d1e;
font-family: var(--font-android);
background-image: linear-gradient(to right, var(--cor3), transparent);
padding-left:5px;
font-weight: 1.8em;
}
main h2 {
font-family:var(--font-android);
}
main img {
width: 100%;
}
main img.pequena{
max-width: 350px;
display: block;
margin: auto;
}
div.video{
background-color: var(--cor5);
margin: 0px -20px 30px -20px;
padding: 20px;
padding-bottom: 59%;
position: relative;
}
div.video > iframe {
position: absolute;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
}
footer p {
background-color: var(--cor5);
color: white;
margin-top: 20px;
padding: 10px;
font: normal 40px var(--font-destaque);
text-align: center;
}
footer p:hover {
transition-duration: 1s;
padding: 20px;
background-color: var(--cor2);
color: black;
}
aside{
background-color: var(--cor1);
padding: 25px;
border-radius: 10px;
}
aside h2 {
background-image: linear-gradient(to right, var(--cor6), transparent);
text-align: center;
font-family: var(--font-destaque);
}
ul{
font-family: var(--font-destaque);
font: normal 20px var(--font-destaque);
list-style-type:'\2714\00A0\00A0' ;
}
p#centro{
text-align: center;
} | 0.364099 | 0.098729 |
top: -37px;
position: relative;
margin-left: 12px;
}
#tipo{
top: 7px;
position: relative;
margin-left: 10px;
}
#inlineRadio1{
top: -6px;
position: relative;
margin-left: 5px;
}
.totalsueldo{
font-size: 16px;
float: right;
margin-top: 2px;
margin-right: -718px !important;
}
@media (max-width: 360px) {
.o-page-loader--spinner {
width: 50% !important;
height: 20% !important;
/* background-color: rgb(255,255,255); */
/* background-image: url('..black/img/logotipo.png'); */
margin: 20px auto !important;
/* animation: rotate-plane 1.2s infinite ease-in-out;
-webkit-animation: rotate-plane 1.2s infinite ease-in-out; */
}
.totalsueldo{
float: right;
margin-top: 0px;
margin-right: -70px !important;
}
.col4{
position: absolute;
margin-left: 164px;
top: 35px;
}
.creaplus{
margin: -181px;
}
#transTable{
display: block;
overflow-x: auto;
}
.scrolles{
width: 105% !important;
}
}
@media (max-width: 800px) {
.o-page-loader--spinner {
width: 29% !important;
height: 20% !important;
/* background-color: rgb(255,255,255); */
/* background-image: url('..black/img/logotipo.png'); */
margin: -10px auto !important;
/* animation: rotate-plane 1.2s infinite ease-in-out;
-webkit-animation: rotate-plane 1.2s infinite ease-in-out; */
}
.card .col4{
position: absolute;
margin-left: 164px;
top: 35px;
}
.card .creaplus{
margin: -181px;
}
}
@media screen and (max-width: 991px){
.o-page-loader--spinner {
width: 35% !important;
}
}
#lafijo{
margin-left: -26px;
}
#ltemporal{
margin-left: -22px;;
}
.selec option{
text:rgb(3, 3, 3);
background-color:#ffffff;;
}
.redondo{
/* display: block; */
width: 40px;
height: 40px;
border-radius: 50%;
}
#empleado-table tbody{
cursor: pointer;
}
.dataTables_filter{
width: 71% !important;
max-width: 100% !important;
display: none;
}
div.dataTables_wrapper div.dataTables_filter input {
display: inline-block;
width: 571px !important;
}
div.col-sm-12.col-sm-6{
margin-left: -271px;
}
.dropzone .dz-preview{
margin: 10px;
min-height: 150px;
}
.dropzone .dz-preview .dz-image{
width: 150px;
height: 150px;
}
.dz-image img{
width: 150px;
height: 150px;
}
#labid{
cursor: pointer;
}
#image{
/* margin-left: 122px; */
cursor: pointer;
/* background-image: url('../black/img/default-user-image.png'); */
background-repeat: no-repeat;
background-size: 100% 100%;
top: 22px;
/* background-size: cover; */
}
@media (min-width: 768px){
div.col-md-6 {
margin-left: -12px !important;
}
}
@media (min-width: 768px){
div.col-sm-12.col-md-6 {
margin-right: -276px !important;
}
}
#Empleadotable_wrappertbody tr.selected {
color: white !important;
background-color: #4054b2 !important;
}
/* .form-control::placeholder {
color: white;
} */
.buttons-excel {
display: none;
}
.buttons-pdf {
display: none;
}
.buttons-print{
display: none;
} | public/css/empleado.css | top: -37px;
position: relative;
margin-left: 12px;
}
#tipo{
top: 7px;
position: relative;
margin-left: 10px;
}
#inlineRadio1{
top: -6px;
position: relative;
margin-left: 5px;
}
.totalsueldo{
font-size: 16px;
float: right;
margin-top: 2px;
margin-right: -718px !important;
}
@media (max-width: 360px) {
.o-page-loader--spinner {
width: 50% !important;
height: 20% !important;
/* background-color: rgb(255,255,255); */
/* background-image: url('..black/img/logotipo.png'); */
margin: 20px auto !important;
/* animation: rotate-plane 1.2s infinite ease-in-out;
-webkit-animation: rotate-plane 1.2s infinite ease-in-out; */
}
.totalsueldo{
float: right;
margin-top: 0px;
margin-right: -70px !important;
}
.col4{
position: absolute;
margin-left: 164px;
top: 35px;
}
.creaplus{
margin: -181px;
}
#transTable{
display: block;
overflow-x: auto;
}
.scrolles{
width: 105% !important;
}
}
@media (max-width: 800px) {
.o-page-loader--spinner {
width: 29% !important;
height: 20% !important;
/* background-color: rgb(255,255,255); */
/* background-image: url('..black/img/logotipo.png'); */
margin: -10px auto !important;
/* animation: rotate-plane 1.2s infinite ease-in-out;
-webkit-animation: rotate-plane 1.2s infinite ease-in-out; */
}
.card .col4{
position: absolute;
margin-left: 164px;
top: 35px;
}
.card .creaplus{
margin: -181px;
}
}
@media screen and (max-width: 991px){
.o-page-loader--spinner {
width: 35% !important;
}
}
#lafijo{
margin-left: -26px;
}
#ltemporal{
margin-left: -22px;;
}
.selec option{
text:rgb(3, 3, 3);
background-color:#ffffff;;
}
.redondo{
/* display: block; */
width: 40px;
height: 40px;
border-radius: 50%;
}
#empleado-table tbody{
cursor: pointer;
}
.dataTables_filter{
width: 71% !important;
max-width: 100% !important;
display: none;
}
div.dataTables_wrapper div.dataTables_filter input {
display: inline-block;
width: 571px !important;
}
div.col-sm-12.col-sm-6{
margin-left: -271px;
}
.dropzone .dz-preview{
margin: 10px;
min-height: 150px;
}
.dropzone .dz-preview .dz-image{
width: 150px;
height: 150px;
}
.dz-image img{
width: 150px;
height: 150px;
}
#labid{
cursor: pointer;
}
#image{
/* margin-left: 122px; */
cursor: pointer;
/* background-image: url('../black/img/default-user-image.png'); */
background-repeat: no-repeat;
background-size: 100% 100%;
top: 22px;
/* background-size: cover; */
}
@media (min-width: 768px){
div.col-md-6 {
margin-left: -12px !important;
}
}
@media (min-width: 768px){
div.col-sm-12.col-md-6 {
margin-right: -276px !important;
}
}
#Empleadotable_wrappertbody tr.selected {
color: white !important;
background-color: #4054b2 !important;
}
/* .form-control::placeholder {
color: white;
} */
.buttons-excel {
display: none;
}
.buttons-pdf {
display: none;
}
.buttons-print{
display: none;
} | 0.28607 | 0.070784 |
html {
cursor: none;
overflow: hidden;
background: #000;
}
::-webkit-scrollbar {
display: none;
}
body {
margin: 60px;
position: absolute;
height: calc(100% - 120px);
width: calc(100% - 120px);
background: #000;
color: #aaa;
font-family: "Roboto Condensed", sans-serif;
font-weight: 400;
font-size: 2em;
line-height: 1.5em;
-webkit-font-smoothing: antialiased;
}
/**
* Default styles.
*/
.dimmed {
color: #666;
}
.dimmed-red {
color: #991d1d;
}
.dimmed-blue {
color: #91d1d9;
}
.normal {
color: #999;
}
.bright {
color: #fff;
}
.xsmall {
font-size: 15px;
line-height: 20px;
}
.small {
font-size: 20px;
line-height: 25px;
}
.medium {
font-size: 30px;
line-height: 35px;
}
.large {
font-size: 65px;
line-height: 65px;
}
.xlarge {
font-size: 75px;
line-height: 75px;
letter-spacing: -3px;
}
.thin {
font-family: Roboto, sans-serif;
font-weight: 100;
}
.light {
font-family: "Roboto Condensed", sans-serif;
font-weight: 300;
}
.regular {
font-family: "Roboto Condensed", sans-serif;
font-weight: 400;
}
.bold {
font-family: "Roboto Condensed", sans-serif;
font-weight: 700;
}
.align-right {
text-align: right;
}
.align-left {
text-align: left;
}
header {
text-transform: uppercase;
font-size: 15px;
font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
font-weight: 400;
border-bottom: 1px solid #666;
line-height: 15px;
padding-bottom: 5px;
margin-bottom: 10px;
color: #999;
}
sup {
font-size: 50%;
line-height: 50%;
}
/**
* Module styles.
*/
.module {
margin-bottom: 30px;
}
.region.bottom .module {
margin-top: 30px;
margin-bottom: 0;
}
.no-wrap {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pre-line {
white-space: pre-line;
}
/**
* Region Definitions.
*/
.region {
position: absolute;
}
.region.fullscreen {
position: absolute;
top: -60px;
left: -60px;
right: -60px;
bottom: -60px;
pointer-events: none;
}
.region.fullscreen * {
pointer-events: auto;
}
.region.right {
right: 0;
text-align: right;
}
.region.top {
top: 0;
}
.region.top .container {
margin-bottom: 25px;
}
.region.bottom .container {
margin-top: 25px;
}
.region.top .container:empty {
margin-bottom: 0;
}
.region.top.center,
.region.bottom.center {
left: 50%;
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.region.top.right,
.region.top.left,
.region.top.center {
top: 100%;
}
.region.bottom {
bottom: 0;
}
.region.bottom .container:empty {
margin-top: 0;
}
.region.bottom.right,
.region.bottom.center,
.region.bottom.left {
bottom: 100%;
}
.region.bar {
width: 100%;
text-align: center;
}
.region.third,
.region.middle.center {
width: 100%;
text-align: center;
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.region.upper.third {
top: 33%;
}
.region.middle.center {
top: 50%;
}
.region.lower.third {
top: 66%;
}
.region.left {
text-align: left;
}
.region table {
width: 100%;
border-spacing: 0;
border-collapse: separate;
} | css/main.css | html {
cursor: none;
overflow: hidden;
background: #000;
}
::-webkit-scrollbar {
display: none;
}
body {
margin: 60px;
position: absolute;
height: calc(100% - 120px);
width: calc(100% - 120px);
background: #000;
color: #aaa;
font-family: "Roboto Condensed", sans-serif;
font-weight: 400;
font-size: 2em;
line-height: 1.5em;
-webkit-font-smoothing: antialiased;
}
/**
* Default styles.
*/
.dimmed {
color: #666;
}
.dimmed-red {
color: #991d1d;
}
.dimmed-blue {
color: #91d1d9;
}
.normal {
color: #999;
}
.bright {
color: #fff;
}
.xsmall {
font-size: 15px;
line-height: 20px;
}
.small {
font-size: 20px;
line-height: 25px;
}
.medium {
font-size: 30px;
line-height: 35px;
}
.large {
font-size: 65px;
line-height: 65px;
}
.xlarge {
font-size: 75px;
line-height: 75px;
letter-spacing: -3px;
}
.thin {
font-family: Roboto, sans-serif;
font-weight: 100;
}
.light {
font-family: "Roboto Condensed", sans-serif;
font-weight: 300;
}
.regular {
font-family: "Roboto Condensed", sans-serif;
font-weight: 400;
}
.bold {
font-family: "Roboto Condensed", sans-serif;
font-weight: 700;
}
.align-right {
text-align: right;
}
.align-left {
text-align: left;
}
header {
text-transform: uppercase;
font-size: 15px;
font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
font-weight: 400;
border-bottom: 1px solid #666;
line-height: 15px;
padding-bottom: 5px;
margin-bottom: 10px;
color: #999;
}
sup {
font-size: 50%;
line-height: 50%;
}
/**
* Module styles.
*/
.module {
margin-bottom: 30px;
}
.region.bottom .module {
margin-top: 30px;
margin-bottom: 0;
}
.no-wrap {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pre-line {
white-space: pre-line;
}
/**
* Region Definitions.
*/
.region {
position: absolute;
}
.region.fullscreen {
position: absolute;
top: -60px;
left: -60px;
right: -60px;
bottom: -60px;
pointer-events: none;
}
.region.fullscreen * {
pointer-events: auto;
}
.region.right {
right: 0;
text-align: right;
}
.region.top {
top: 0;
}
.region.top .container {
margin-bottom: 25px;
}
.region.bottom .container {
margin-top: 25px;
}
.region.top .container:empty {
margin-bottom: 0;
}
.region.top.center,
.region.bottom.center {
left: 50%;
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.region.top.right,
.region.top.left,
.region.top.center {
top: 100%;
}
.region.bottom {
bottom: 0;
}
.region.bottom .container:empty {
margin-top: 0;
}
.region.bottom.right,
.region.bottom.center,
.region.bottom.left {
bottom: 100%;
}
.region.bar {
width: 100%;
text-align: center;
}
.region.third,
.region.middle.center {
width: 100%;
text-align: center;
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.region.upper.third {
top: 33%;
}
.region.middle.center {
top: 50%;
}
.region.lower.third {
top: 66%;
}
.region.left {
text-align: left;
}
.region table {
width: 100%;
border-spacing: 0;
border-collapse: separate;
} | 0.520984 | 0.079175 |
* {
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
background-color: rgb(50, 109, 50);
height: 100%;
width: 100%;
}
#content {
display: flex;
flex-wrap: wrap;
margin: 30px;
flex-direction: column;
}
.deck-view {
position: relative;
}
.card-row {
display: flex;
justify-content: center;
flex-direction: row;
}
.card-row .card {
display: inline-flex;
margin: 6px;
}
.card {
background: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(218, 218, 218));
width: 75px;
min-width: 75px;
height: 120px;
border: 1px solid rgb(86, 86, 86);
border-radius: 4px;
position: relative;
overflow: hidden;
justify-content: center;
transition:
box-shadow .1s,
text-shadow .1s,
background .1s;
}
.card.suit-♥, .card.suit-♦ {
color: red;
}
.card.suit-♣, .card.suit-♠ {
color: rgb(53, 53, 53);
}
.card.selected {
background: -webkit-linear-gradient(top, rgb(250, 248, 156), rgb(219, 216, 75));
}
.card:hover {
box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
text-shadow: 0px 0px 2px rgba(0, 0, 0, .25);
cursor: pointer;
}
.card:not(.selected):hover {
background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(245, 245, 245));
}
.card.selected:hover {
background: -webkit-linear-gradient(top, rgb(251, 250, 193), rgb(238, 236, 113));
}
.card-value {
position: absolute;
margin: 4px;
}
.card-value-top {
top: 0;
left: 0;
}
.card-value-bottom {
bottom: 0;
right: 0;
transform: rotateZ(180deg);
}
.card-icons {
display: inline-flex;
flex-wrap: wrap;
justify-content: center;
max-width: calc(100% - 30px);
max-height: calc(100% - 40px);
align-self: center;
}
.card-icon {
margin: 1px;
align-self: center;
}
.big-icon {
align-self: center;
font-size: 2.5em;
}
.menu {
position: fixed;
top: 10px;
left: 10px;
}
.selection-count {
color: white;
font-family: helveticaNeue, helvetica, arial;
}
.select-hand {
margin-left: 10px;
vertical-align: top;
} | css/style.css | * {
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
background-color: rgb(50, 109, 50);
height: 100%;
width: 100%;
}
#content {
display: flex;
flex-wrap: wrap;
margin: 30px;
flex-direction: column;
}
.deck-view {
position: relative;
}
.card-row {
display: flex;
justify-content: center;
flex-direction: row;
}
.card-row .card {
display: inline-flex;
margin: 6px;
}
.card {
background: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(218, 218, 218));
width: 75px;
min-width: 75px;
height: 120px;
border: 1px solid rgb(86, 86, 86);
border-radius: 4px;
position: relative;
overflow: hidden;
justify-content: center;
transition:
box-shadow .1s,
text-shadow .1s,
background .1s;
}
.card.suit-♥, .card.suit-♦ {
color: red;
}
.card.suit-♣, .card.suit-♠ {
color: rgb(53, 53, 53);
}
.card.selected {
background: -webkit-linear-gradient(top, rgb(250, 248, 156), rgb(219, 216, 75));
}
.card:hover {
box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
text-shadow: 0px 0px 2px rgba(0, 0, 0, .25);
cursor: pointer;
}
.card:not(.selected):hover {
background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(245, 245, 245));
}
.card.selected:hover {
background: -webkit-linear-gradient(top, rgb(251, 250, 193), rgb(238, 236, 113));
}
.card-value {
position: absolute;
margin: 4px;
}
.card-value-top {
top: 0;
left: 0;
}
.card-value-bottom {
bottom: 0;
right: 0;
transform: rotateZ(180deg);
}
.card-icons {
display: inline-flex;
flex-wrap: wrap;
justify-content: center;
max-width: calc(100% - 30px);
max-height: calc(100% - 40px);
align-self: center;
}
.card-icon {
margin: 1px;
align-self: center;
}
.big-icon {
align-self: center;
font-size: 2.5em;
}
.menu {
position: fixed;
top: 10px;
left: 10px;
}
.selection-count {
color: white;
font-family: helveticaNeue, helvetica, arial;
}
.select-hand {
margin-left: 10px;
vertical-align: top;
} | 0.531453 | 0.119588 |
:root {
--primario:rgb(20, 83, 81);
--primarioClaro: rgb(44, 188, 164);
--secundarioClaro: rgb(220, 163, 21);
--secundario: rgb(105, 42, 0);
--secundarioOscuro: rgb(63, 45, 0);
}
.activo {
color: var(--secundarioClaro);
}
/* Navegacion Superior */
.navegacion {
justify-content: center;
height: auto!important;
margin-left: 0px!important;
}
.menu_barra {
transition: all .6s ease;
}
.menu_barra a {
margin-left: 1rem;
}
@media (min-width: 375px) {
.menu_barra a {
margin-left: 0;
}
}
@media (min-width: 992px) {
.menu_barra {
display: none;
}
}
.texto_logo {
color: var(--secundarioClaro);
font-weight: bold!important;
}
.brand-link {
width: auto!important;
}
.navegacion_center {
justify-content: center!important;
margin-left: 4rem;
}
@media (min-width: 768px) {
.navegacion_center {
margin-left: 0;
}
}
.icono {
text-align: center center;
height: auto!important;
padding: 0;
padding-left: 0!important;
}
@media (min-width: 768px) {
.icono {
margin: 0 1rem;
}
}
.icono i {
font-size: 1.5rem;
}
.navegacion_right {
right: 0;
float: right;
justify-content: right!important;
text-align: right!important;
align-items: flex-end;
}
.navegacion_right li a {
text-align: center center;
height: auto!important;
}
/* Sidebar */
.main_sidebar_left {
margin-top: 60px;
margin-left: 0;
}
.sidebar_left {
margin-top: 0!important;
}
.controls {
width: 13rem;
height: 2rem;
}
/* Contenido Principal */
.contenido_principal {
float: right;
width: 100%;
}
@media (min-width: 768px) {
.contenido_principal {
float: right;
width: 75%;
}
}
@media (min-width: 998px) {
.contenido_principal {
float: left;
}
}
.social {
padding-top: 2rem;
justify-content: center;
}
/* Chat */
.chat {
position: fixed;
bottom: -1rem;
right: 0rem;
min-width: 15rem;
z-index: 1100;
}
@media (min-width: 998px) {
.chat {
min-width: 20rem;
}
}
/* Footer */
.login-page .main-footer,
.register-page .main-footer {
display: none;
}
/* Paginas Internas */
/* Pagina Principal */
#publicar {
margin-top: 0.5rem;
}
/* Contactos */
.nombre_card {
align-items: center;
}
/* Perfil */
.image_area {
position: relative;
}
.preview {
overflow: hidden;
width: 160px;
height: 160px;
margin: 10px;
border: 1px solid red;
}
.modal-lg {
max-width: 1000px !important;
}
.overlay {
position: absolute;
bottom: 10px;
left: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.5);
overflow: hidden;
height: 0;
transition: .5s ease;
width: 100%;
}
.image_area:hover .overlay {
height: 50%;
cursor: pointer;
}
.text {
color: #333;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.modal_image img {
max-height: 25rem;
}
/* Chat */
.lista_contactos span {
font-weight: normal;
}
.lista_contactos span {
color: #000000;
margin-left: 45px;
}
.contacto_activo {
background-color: var(--warning);
}
.intro_chat {
text-align: center;
}
@media (min-width: 768px) {
.intro_chat {
background-image: url(../../img/bg_inicio.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
max-height: 9rem;
}
}
.intro_chat img {
display: none;
}
@media (min-width: 768px) {
.intro_chat img {
display: inline-block;
max-width: 9rem;
}
}
.intro_chat h4{
font-size: 2.8;
} | social/css/style_social.css | :root {
--primario:rgb(20, 83, 81);
--primarioClaro: rgb(44, 188, 164);
--secundarioClaro: rgb(220, 163, 21);
--secundario: rgb(105, 42, 0);
--secundarioOscuro: rgb(63, 45, 0);
}
.activo {
color: var(--secundarioClaro);
}
/* Navegacion Superior */
.navegacion {
justify-content: center;
height: auto!important;
margin-left: 0px!important;
}
.menu_barra {
transition: all .6s ease;
}
.menu_barra a {
margin-left: 1rem;
}
@media (min-width: 375px) {
.menu_barra a {
margin-left: 0;
}
}
@media (min-width: 992px) {
.menu_barra {
display: none;
}
}
.texto_logo {
color: var(--secundarioClaro);
font-weight: bold!important;
}
.brand-link {
width: auto!important;
}
.navegacion_center {
justify-content: center!important;
margin-left: 4rem;
}
@media (min-width: 768px) {
.navegacion_center {
margin-left: 0;
}
}
.icono {
text-align: center center;
height: auto!important;
padding: 0;
padding-left: 0!important;
}
@media (min-width: 768px) {
.icono {
margin: 0 1rem;
}
}
.icono i {
font-size: 1.5rem;
}
.navegacion_right {
right: 0;
float: right;
justify-content: right!important;
text-align: right!important;
align-items: flex-end;
}
.navegacion_right li a {
text-align: center center;
height: auto!important;
}
/* Sidebar */
.main_sidebar_left {
margin-top: 60px;
margin-left: 0;
}
.sidebar_left {
margin-top: 0!important;
}
.controls {
width: 13rem;
height: 2rem;
}
/* Contenido Principal */
.contenido_principal {
float: right;
width: 100%;
}
@media (min-width: 768px) {
.contenido_principal {
float: right;
width: 75%;
}
}
@media (min-width: 998px) {
.contenido_principal {
float: left;
}
}
.social {
padding-top: 2rem;
justify-content: center;
}
/* Chat */
.chat {
position: fixed;
bottom: -1rem;
right: 0rem;
min-width: 15rem;
z-index: 1100;
}
@media (min-width: 998px) {
.chat {
min-width: 20rem;
}
}
/* Footer */
.login-page .main-footer,
.register-page .main-footer {
display: none;
}
/* Paginas Internas */
/* Pagina Principal */
#publicar {
margin-top: 0.5rem;
}
/* Contactos */
.nombre_card {
align-items: center;
}
/* Perfil */
.image_area {
position: relative;
}
.preview {
overflow: hidden;
width: 160px;
height: 160px;
margin: 10px;
border: 1px solid red;
}
.modal-lg {
max-width: 1000px !important;
}
.overlay {
position: absolute;
bottom: 10px;
left: 0;
right: 0;
background-color: rgba(255, 255, 255, 0.5);
overflow: hidden;
height: 0;
transition: .5s ease;
width: 100%;
}
.image_area:hover .overlay {
height: 50%;
cursor: pointer;
}
.text {
color: #333;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.modal_image img {
max-height: 25rem;
}
/* Chat */
.lista_contactos span {
font-weight: normal;
}
.lista_contactos span {
color: #000000;
margin-left: 45px;
}
.contacto_activo {
background-color: var(--warning);
}
.intro_chat {
text-align: center;
}
@media (min-width: 768px) {
.intro_chat {
background-image: url(../../img/bg_inicio.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
max-height: 9rem;
}
}
.intro_chat img {
display: none;
}
@media (min-width: 768px) {
.intro_chat img {
display: inline-block;
max-width: 9rem;
}
}
.intro_chat h4{
font-size: 2.8;
} | 0.488771 | 0.159872 |
.link {
margin-right: -20px;
}
.twit {
margin-right: -30px;
}
.facebook {
margin-right: -30px;
}
.link:hover,
.twit:hover,
.facebook:hover,
.ig:hover {
-webkit-transform: scale(1.1);
background: #31708f;
}
.nav-link,
.navbar-brand {
margin-top: 10px;
font-family: Poppins;
}
/*Last navbar*/
/*Jumbo Satu*/
.jumbo-satu {
margin-top: 60px;
font-family: Poppins;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.tombol-jumbo-satu {
font-size: 14px;
}
.display-jumbo {
margin-top: 10px;
color: white;
font-size: 45px;
}
.lead-jumbo {
color: white;
font-size: 18px;
}
.tombol-jumbo-satu {
margin-top: 40px;
background-color: #65B2BE;
color: white;
border-color: white;
}
.tombol-jumbo-satu:hover {
-webkit-transform: scale(1.1);
background: white;
color: #65B2BE;
border-color: #65B2BE;
}
/*Last Jumbo Satu*/
.jumbo-dua {
font-family: Poppins;
background-image: url(../image/bg-jumbo-dua.png);
background-repeat: no-repeat;
margin-top: -30px;
height: 800px;
}
.lead-dua {
font-size: 15px;
}
/*Jumbo Dua*/
/*Panel*/
.info-panel {
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
border-radius: 12px;
margin-top: -550px;
background-color: white;
padding: 30px;
}
.info-panel img {
width: 80px;
height: 80px;
margin-right: 20px;
margin-bottom: 20px;
}
.info-panel svg:hover {
-webkit-transform: scale(1.1);
}
.info-panel h4 {
color: #00A8FF;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
margin-top: 5px;
}
.info-panel p {
font-size: 15px;
color: #555555;
margin-top: -5px;
font-weight: 200;
}
/*Panel Dua*/
/*Jumbo Tiga*/
.jumbo-tiga {
margin-top: 20px;
font-family: Poppins;
}
/*Last Jumbo Tiga*/
/*Jumbo Empat*/
.jumbo-empat {
margin-top: -30px;
font-family: Poppins;
background-image: url(../image/bg-jumbo-empat.png);
height: 800px;
background-repeat: no-repeat;
background-size: cover;
}
/*Jumbo Empat*/
/*Footer*/
.footer {
max-height: 20px;
margin-bottom: -20px;
margin-top: -40px;
}
.copy {
margin-top: -40px;
}
/*Footer*/
/*Animasi*/
.display-4,
.lead-dua {
opacity: 0;
transform: translate(-50px, 0);
transition: 1s;
}
.display-4.muncul,
.lead-dua.muncul {
opacity: 1;
transform: translate(0, 0);
}
.info-panel .col-lg-4 {
opacity: 0;
transform: translate(0, -40px);
transition: .30s;
}
.info-panel .col-lg-4.muncul {
opacity: 1;
transform: translate(0, 0);
}
/*Last Animasi*/
/*BREAK POINT*/
@media (max-width: 576px) {
.navbar-brand {
margin-left: -8px;
font-size: 15px;
}
.info-panel {
margin-top: -330px;
}
.display-4 {
font-size: 30px;
}
.copy {
margin-top: -20px;
}
.footer {
max-height: 100px;
}
.icon-footer {
margin-top: -20px;
}
} | assets/css/style.css | .link {
margin-right: -20px;
}
.twit {
margin-right: -30px;
}
.facebook {
margin-right: -30px;
}
.link:hover,
.twit:hover,
.facebook:hover,
.ig:hover {
-webkit-transform: scale(1.1);
background: #31708f;
}
.nav-link,
.navbar-brand {
margin-top: 10px;
font-family: Poppins;
}
/*Last navbar*/
/*Jumbo Satu*/
.jumbo-satu {
margin-top: 60px;
font-family: Poppins;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.tombol-jumbo-satu {
font-size: 14px;
}
.display-jumbo {
margin-top: 10px;
color: white;
font-size: 45px;
}
.lead-jumbo {
color: white;
font-size: 18px;
}
.tombol-jumbo-satu {
margin-top: 40px;
background-color: #65B2BE;
color: white;
border-color: white;
}
.tombol-jumbo-satu:hover {
-webkit-transform: scale(1.1);
background: white;
color: #65B2BE;
border-color: #65B2BE;
}
/*Last Jumbo Satu*/
.jumbo-dua {
font-family: Poppins;
background-image: url(../image/bg-jumbo-dua.png);
background-repeat: no-repeat;
margin-top: -30px;
height: 800px;
}
.lead-dua {
font-size: 15px;
}
/*Jumbo Dua*/
/*Panel*/
.info-panel {
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
border-radius: 12px;
margin-top: -550px;
background-color: white;
padding: 30px;
}
.info-panel img {
width: 80px;
height: 80px;
margin-right: 20px;
margin-bottom: 20px;
}
.info-panel svg:hover {
-webkit-transform: scale(1.1);
}
.info-panel h4 {
color: #00A8FF;
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
margin-top: 5px;
}
.info-panel p {
font-size: 15px;
color: #555555;
margin-top: -5px;
font-weight: 200;
}
/*Panel Dua*/
/*Jumbo Tiga*/
.jumbo-tiga {
margin-top: 20px;
font-family: Poppins;
}
/*Last Jumbo Tiga*/
/*Jumbo Empat*/
.jumbo-empat {
margin-top: -30px;
font-family: Poppins;
background-image: url(../image/bg-jumbo-empat.png);
height: 800px;
background-repeat: no-repeat;
background-size: cover;
}
/*Jumbo Empat*/
/*Footer*/
.footer {
max-height: 20px;
margin-bottom: -20px;
margin-top: -40px;
}
.copy {
margin-top: -40px;
}
/*Footer*/
/*Animasi*/
.display-4,
.lead-dua {
opacity: 0;
transform: translate(-50px, 0);
transition: 1s;
}
.display-4.muncul,
.lead-dua.muncul {
opacity: 1;
transform: translate(0, 0);
}
.info-panel .col-lg-4 {
opacity: 0;
transform: translate(0, -40px);
transition: .30s;
}
.info-panel .col-lg-4.muncul {
opacity: 1;
transform: translate(0, 0);
}
/*Last Animasi*/
/*BREAK POINT*/
@media (max-width: 576px) {
.navbar-brand {
margin-left: -8px;
font-size: 15px;
}
.info-panel {
margin-top: -330px;
}
.display-4 {
font-size: 30px;
}
.copy {
margin-top: -20px;
}
.footer {
max-height: 100px;
}
.icon-footer {
margin-top: -20px;
}
} | 0.445771 | 0.142053 |
html {
font-size: 80%;
}
@media (min-width: 480px) {
html {
font-size: 100%;
}
}
body {
min-width: 320px;
margin: 0;
background-color: #111;
font-family: 'Jost', sans-serif;
}
h1,
h2 {
margin: 0;
font-weight: normal;
}
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 100%;
}
.App-header {
height: 80px;
padding: 20px;
color: white;
background-color: #000;
}
.App-header h1 {
display: inline-block;
font-size: 3rem;
line-height: 3rem;
background-image: linear-gradient(120deg, #155799 50%, #991557);
background-clip: text;
background-size: 200% 100%;
background-position: 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.App-header h2 {
margin-top: 0.5em;
font-size: 1rem;
color: #ddd;
}
.App-footer {
position: absolute;
bottom: 0px;
text-align: center;
width: 100%;
}
.App-indicator {
display: inline-flex;
align-items: center;
justify-content: space-between;
padding: 6px 15px;
background-color: #111;
color: #fff;
border-radius: 4px 4px 0 0;
}
.App-button {
width: 32px;
height: 32px;
padding: 0;
text-align: center;
border: none;
border-radius: 50%;
outline: none;
background: none;
color: #fff;
font-size: 0.75rem;
cursor: pointer;
vertical-align: middle;
}
.App-buttonIcon {
display: block;
fill: currentColor;
height: 100%;
}
.App-wrapper {
display: flex;
height: calc(100vh - 180px);
align-items: center;
justify-content: center;
overflow: hidden;
margin: 15px;
position: relative;
}
.App-zoom {
display: block;
width: 100%;
height: 100%;
}
.App-image {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.App-card {
display: none;
position: absolute;
bottom: 30px;
right: 30px;
width: 360px;
padding: 1.5em;
font-weight: 300;
text-align: left;
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
}
.App-cardHeader {
margin-bottom: 1em;
}
.App-card h3 {
margin: 0;
font-weight: 400;
font-size: 1.5rem;
}
.App-card p {
margin: 0 0 1em 0;
}
.App-card a,
.App-card a:visited {
color: #61dafb;
}
.App-zoomLabel {
display: inline-block;
width: 60px;
vertical-align: middle;
}
@media (min-width: 768px) {
.App-wrapper {
margin: 30px;
}
.App-card {
display: block;
}
} | demo/src/components/App/App.css | html {
font-size: 80%;
}
@media (min-width: 480px) {
html {
font-size: 100%;
}
}
body {
min-width: 320px;
margin: 0;
background-color: #111;
font-family: 'Jost', sans-serif;
}
h1,
h2 {
margin: 0;
font-weight: normal;
}
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 100%;
}
.App-header {
height: 80px;
padding: 20px;
color: white;
background-color: #000;
}
.App-header h1 {
display: inline-block;
font-size: 3rem;
line-height: 3rem;
background-image: linear-gradient(120deg, #155799 50%, #991557);
background-clip: text;
background-size: 200% 100%;
background-position: 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.App-header h2 {
margin-top: 0.5em;
font-size: 1rem;
color: #ddd;
}
.App-footer {
position: absolute;
bottom: 0px;
text-align: center;
width: 100%;
}
.App-indicator {
display: inline-flex;
align-items: center;
justify-content: space-between;
padding: 6px 15px;
background-color: #111;
color: #fff;
border-radius: 4px 4px 0 0;
}
.App-button {
width: 32px;
height: 32px;
padding: 0;
text-align: center;
border: none;
border-radius: 50%;
outline: none;
background: none;
color: #fff;
font-size: 0.75rem;
cursor: pointer;
vertical-align: middle;
}
.App-buttonIcon {
display: block;
fill: currentColor;
height: 100%;
}
.App-wrapper {
display: flex;
height: calc(100vh - 180px);
align-items: center;
justify-content: center;
overflow: hidden;
margin: 15px;
position: relative;
}
.App-zoom {
display: block;
width: 100%;
height: 100%;
}
.App-image {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.App-card {
display: none;
position: absolute;
bottom: 30px;
right: 30px;
width: 360px;
padding: 1.5em;
font-weight: 300;
text-align: left;
background-color: rgba(0, 0, 0, 0.7);
color: #fff;
}
.App-cardHeader {
margin-bottom: 1em;
}
.App-card h3 {
margin: 0;
font-weight: 400;
font-size: 1.5rem;
}
.App-card p {
margin: 0 0 1em 0;
}
.App-card a,
.App-card a:visited {
color: #61dafb;
}
.App-zoomLabel {
display: inline-block;
width: 60px;
vertical-align: middle;
}
@media (min-width: 768px) {
.App-wrapper {
margin: 30px;
}
.App-card {
display: block;
}
} | 0.547948 | 0.068569 |
body {
overflow-x: hidden;
}
@font-face {
font-family: OpenSans-Regular;
src: url(OpenSans-Regular.ttf);
}
p {
line-height: 1.75; }
a {
color: #fed136; }
a:hover {
color: #fec503; }
.text-primary {
color: #fed136 !important; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
section {
}
section h2.section-heading {
font-size: 40px;
margin-top: 0;
margin-bottom: 15px; }
section h3.section-subheading {
font-size: 16px;
font-weight: 400;
font-style: italic;
margin-bottom: 75px;
text-transform: none;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
/*.navbar-nav.text-uppercase.menu li a{
color:#000;
background-color:#fff;
}*/
.navbar-shrink{
background-color:#fff;
}
.navbar-shrink div.collapse li a {
color: #000 !important;
}
@media (min-width: 768px) {
section {
} }
.btn {
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700; }
.btn-xl {
font-size: 18px;
padding: 20px 40px; }
.menu{
margin-left:110px;
margin-top:19px;
}
.btn-primary {
background-color: #fed136;
border-color: #fff!important;
border-radius:12px;
padding:10px 15px;
padding:11px 53px;
font-weight:normal;
font-size:15px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
background-color: #fff !important;
border-color: #fff !important;
color: #007bb9!important; }
.btn-primary:active, .btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}
::-moz-selection {
background: #fed136;
text-shadow: none; }
::selection {
background: #fed136;
text-shadow: none; }
img::selection {
background: transparent; }
img::-moz-selection {
background: transparent; }
body {
-webkit-tap-highlight-color: #fed136; }
#mainNav {
background-color: #fff; }
#mainNav .navbar-toggler {
font-size: 12px;
right: 0;
padding: 17px;
text-transform: uppercase;
color: white;
border: 0;
background-color: #017fb9;
font-family: 'Open Sans', sans-serif; }
#mainNav .navbar-brand {
color: #fed136;
font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive; }
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: #fec503; }
#mainNav .navbar-nav .nav-item .nav-link {
font-size: 75%;
font-weight: 400;
padding: 0.75em 0;
letter-spacing: 1px;
color: white;
font-family: 'Open Sans', sans-serif; }
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
color: #000;
text-shadow: 0px 0px 1px #fff;
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1) }
@media (min-width: 992px) {
#mainNav {
padding-bottom: 25px;
-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
transition: padding-top 0.3s, padding-bottom 0.3s;
border: none;
background-color: transparent; }
#mainNav .navbar-brand {
font-size: 1.75em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
#mainNav .nav-link {
padding: 1.1em 0em !important;
}
#mainNav.navbar-shrink {
padding-top: -12px;
padding-bottom: 0;
background-color: #fff; }
#mainNav.navbar-shrink .navbar-brand {
font-size: 1.25em;
padding: 12px 0; } }
/*.masthead {
text-align: center;
color: white;
background-image: url("../img/bg.jpg");
background-repeat: no-repeat;
height:755px;
background-position: center center;
background-size: cover;
position:relative;
z-index:111;
}*/
.desktop{
width:265px;
}
.mobile{
display:none;
}
header.masthead .intro-text {
padding-top: 150px;
padding-bottom: 100px; }
header.masthead .intro-text .intro-lead-in {
font-size: 22px;
font-style: italic;
line-height: 22px;
margin-bottom: 25px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header.masthead .intro-text .intro-heading {
font-size: 50px;
font-weight: 700;
line-height: 50px;
margin-bottom: 25px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
@media (min-width: 768px) {
header.masthead .intro-text {
padding-top: 300px;
padding-bottom: 200px; }
header.masthead .intro-text .intro-lead-in {
font-size: 40px;
font-style: italic;
line-height: 40px;
margin-bottom: 25px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header.masthead .intro-text .intro-heading {
font-size: 75px;
font-weight: 700;
line-height: 75px;
margin-bottom: 50px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.coursel {
margin-top: 169px!important;
}
.bluebg {
margin-top: 175px!important;}}
.service-heading {
margin: 15px 0;
text-transform: none; }
#portfolio .portfolio-item {
right: 0;
margin: 0 0 15px; }
#portfolio .portfolio-item .portfolio-link {
position: relative;
display: block;
max-width: 400px;
margin: 0 auto;
cursor: pointer; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
position: absolute;
width: 100%;
height: 100%;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
background: rgba(254, 209, 54, 0.9); }
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
opacity: 1; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
font-size: 20px;
position: absolute;
top: 50%;
width: 100%;
height: 20px;
margin-top: -12px;
text-align: center;
color: white; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
margin-top: -12px; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
margin: 0; }
#portfolio .portfolio-item .portfolio-caption {
max-width: 400px;
margin: 0 auto;
padding: 25px;
text-align: center;
background-color: #fff; }
#portfolio .portfolio-item .portfolio-caption h4 {
margin: 0;
text-transform: none; }
#portfolio .portfolio-item .portfolio-caption p {
font-size: 16px;
font-style: italic;
margin: 0;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
#portfolio * {
z-index: 2; }
@media (min-width: 767px) {
#portfolio .portfolio-item {
margin: 0 0 30px; } }
.portfolio-modal {
padding-right: 0px !important; }
.portfolio-modal .modal-dialog {
margin: 1rem;
max-width: 100vw; }
.portfolio-modal .modal-content {
padding: 100px 0;
text-align: center; }
.portfolio-modal .modal-content h2 {
font-size: 3em;
margin-bottom: 15px; }
.portfolio-modal .modal-content p {
margin-bottom: 30px; }
.portfolio-modal .modal-content p.item-intro {
font-size: 16px;
font-style: italic;
margin: 20px 0 30px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.portfolio-modal .modal-content ul.list-inline {
margin-top: 0;
margin-bottom: 30px; }
.portfolio-modal .modal-content img {
margin-bottom: 30px; }
.portfolio-modal .modal-content button {
cursor: pointer; }
.portfolio-modal .close-modal {
position: absolute;
top: 25px;
right: 25px;
width: 75px;
height: 75px;
cursor: pointer;
background-color: transparent; }
.portfolio-modal .close-modal:hover {
opacity: 0.3; }
.portfolio-modal .close-modal .lr {
/* Safari and Chrome */
z-index: 1051;
width: 1px;
height: 75px;
margin-left: 35px;
/* IE 9 */
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #212529; }
.portfolio-modal .close-modal .lr .rl {
/* Safari and Chrome */
z-index: 1052;
width: 1px;
height: 75px;
/* IE 9 */
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
background-color: #212529; }
.timeline {
position: relative;
padding: 0;
list-style: none; }
.timeline:before {
position: absolute;
top: 0;
bottom: 0;
left: 40px;
width: 2px;
margin-left: -1.5px;
content: '';
background-color: #e9ecef; }
.timeline > li {
position: relative;
min-height: 50px;
margin-bottom: 50px; }
.timeline > li:after, .timeline > li:before {
display: table;
content: ' '; }
.timeline > li:after {
clear: both; }
.timeline > li .timeline-panel {
position: relative;
float: right;
width: 100%;
padding: 0 20px 0 100px;
text-align: left; }
.timeline > li .timeline-panel:before {
right: auto;
left: -15px;
border-right-width: 15px;
border-left-width: 0; }
.timeline > li .timeline-panel:after {
right: auto;
left: -14px;
border-right-width: 14px;
border-left-width: 0; }
.timeline > li .timeline-image {
position: absolute;
z-index: 100;
left: 0;
width: 80px;
height: 80px;
margin-left: 0;
text-align: center;
color: white;
border: 7px solid #e9ecef;
border-radius: 100%;
background-color: #fed136; }
.timeline > li .timeline-image h4 {
font-size: 10px;
line-height: 14px;
margin-top: 12px; }
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
padding: 0 20px 0 100px;
text-align: left; }
.timeline > li.timeline-inverted > .timeline-panel:before {
right: auto;
left: -15px;
border-right-width: 15px;
border-left-width: 0; }
.timeline > li.timeline-inverted > .timeline-panel:after {
right: auto;
left: -14px;
border-right-width: 14px;
border-left-width: 0; }
.timeline > li:last-child {
margin-bottom: 0; }
.timeline .timeline-heading h4 {
margin-top: 0;
color: inherit; }
.timeline .timeline-heading h4.subheading {
text-transform: none; }
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
margin-bottom: 0; }
@media (min-width: 768px) {
.timeline:before {
left: 50%; }
.timeline > li {
min-height: 100px;
margin-bottom: 100px; }
.timeline > li .timeline-panel {
float: left;
width: 41%;
padding: 0 20px 20px 30px;
text-align: right; }
.timeline > li .timeline-image {
left: 50%;
width: 100px;
height: 100px;
margin-left: -50px; }
.timeline > li .timeline-image h4 {
font-size: 13px;
line-height: 18px;
margin-top: 16px; }
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
padding: 0 30px 20px 20px;
text-align: left;
}
.ourteam {
margin-left: 165px!important;
margin-top: 256px!important;
}}
@media (min-width: 992px) {
.timeline > li {
min-height: 150px; }
.timeline > li .timeline-panel {
padding: 0 20px 20px; }
.timeline > li .timeline-image {
width: 150px;
height: 150px;
margin-left: -75px; }
.timeline > li .timeline-image h4 {
font-size: 18px;
line-height: 26px;
margin-top: 30px; }
.timeline > li.timeline-inverted > .timeline-panel {
padding: 0 20px 20px; }
.menu {
margin-left: 78px;
margin-top: 29px;
}}
@media (min-width: 1200px) {
.timeline > li {
min-height: 170px; }
.timeline > li .timeline-panel {
padding: 0 20px 20px 100px; }
.timeline > li .timeline-image {
width: 170px;
height: 170px;
margin-left: -85px; }
.timeline > li .timeline-image h4 {
margin-top: 40px; }
.timeline > li.timeline-inverted > .timeline-panel {
padding: 0 100px 20px 20px; } }
.team-member {
margin-bottom: 50px;
text-align: center; }
.team-member img {
width: 225px;
height: 225px;
border: 7px solid #fff; }
.team-member h4 {
margin-top: 25px;
margin-bottom: 0;
text-transform: none; }
.team-member p {
margin-top: 0; }
section#contact {
background-color: #212529;
background-image: url("../img/map-image.png");
background-repeat: no-repeat;
background-position: center; }
section#contact .section-heading {
color: #fff; }
section#contact .form-group {
margin-bottom: 25px; }
section#contact .form-group input,
section#contact .form-group textarea {
padding: 20px; }
section#contact .form-group input.form-control {
height: auto; }
section#contact .form-group textarea.form-control {
height: 248px; }
section#contact .form-control:focus {
border-color: #fed136;
box-shadow: none; }
section#contact ::-webkit-input-placeholder {
font-weight: 700;
color: #ced4da;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
section#contact :-moz-placeholder {
font-weight: 700;
color: #ced4da;
/* Firefox 18- */
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
section#contact ::-moz-placeholder {
font-weight: 700;
color: #ced4da;
/* Firefox 19+ */
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
section#contact :-ms-input-placeholder {
font-weight: 700;
color: #ced4da;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
footer {
padding: 25px 0;
text-align: center; }
footer span.copyright {
font-size: 90%;
line-height: 40px;
text-transform: none;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
footer ul.quicklinks {
font-size: 90%;
line-height: 40px;
margin-bottom: 0;
text-transform: none;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
ul.social-buttons {
margin-bottom: 0; }
ul.social-buttons li a {
font-size: 20px;
line-height: 40px;
display: block;
width: 40px;
height: 40px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
color: white;
border-radius: 100%;
outline: none;
background-color: #212529; }
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
background-color: #fed136; }
#services{
background-color:#007bb9;
}
.description{
color:#fff;
width:100%;
font-family: 'Open Sans', sans-serif;
font-size:15px;
margin-top:40px;
margin-bottom:40px
}
.innervision h4{
font-size:18px;
font-weight:normal;
font-family: 'Open Sans', sans-serif;
color:#fff;
}
.innervision{
padding-top:100px;
padding-bottom:80px;
}
.innervision h3{
color:#fff;
font-family: 'Open Sans', sans-serif;
}
.bluebg{
margin-top:73px!important;
margin-bottom:50px;
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 15px;
border-top: none!important;
}
.btn-primary {
background-color: transparent!important;
border-color: none!important;
}
.whitebg{
background-color:#fff;
position:absolute;
top:975px;
left:5px;
padding:20px 10px;
width:70%;
}
.modal-title{
margin:0 auto;
color:#fff;
}
.description{
font-size:12px;
}
.modal-content{
background-color:#007bb9
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px;
border-bottom: 1px solid #fff;
border-top-left-radius: .3rem;
border-top-right-radius: .3rem;
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 15px;
margin-top: 32px;
}
.name{
margin-top:20px;
width:304px!important;
color:#fff!important;
margin-top:-14px!important;
}
.email{
width:304px!important;
margin-top:30px;
color:#fff!important;
margin-bottom:30px;
}
input[type="text"]{
border-bottom:1px solid #fff!important;
margin-top:22px;
background-color:transparent!important;
border:none;
}
input::placeholder {
color: #fff!important;
}
input[type="text"]:focus {
outline: none!important;
}
.btnsuscribe{
background-color:transparent!important;
border:1px solid #fff;
padding:7px 50px;
border-radius:8px;
color:#fff;
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #fff!important;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.sidemenu{
float: right;
position: absolute;
right: 20px;
color: #fff;
margin-top: -18px;
font-size:10px;
}
.sidebar{
padding:5px;
font-family: 'Open Sans', sans-serif;
}
a {
color: #fff;
font-size:1rem;
}
.vision{
margin-top:0px;
}
.thevision{
background-color: #fff;
position: absolute;
left: -99px;
top: 470px;
z-index: 111;
}
.visionncnt h4 {
font-size: 30px;
text-align: justify;
padding: 30px 159px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
.visionncnt h5 {
padding: 6px 162px;
font-size: 17px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #6d6d6e;
}
.visionncnt p {
font-size: 12px;
padding: 10px 153px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
margin-left: 11px;
line-height: 17px;
color: #a4a4a4;
}
.card{
margin-top: 10%;
width: 70%;
box-shadow:1px 1px 1px 1px #ccc;
}
.card5{
margin-top: 10%;
width: 70%;
box-shadow:1px 1px 1px 1px #ccc;
}
.card-title{
text-align:left;
font-size:10px;
font-family: 'Open Sans', sans-serif;
}
.card-description{
text-align:left;
font-size:9px;
font-family: 'Open Sans', sans-serif;
}
.card-text{
text-align:left;
font-size:8px;
font-family: 'Open Sans', sans-serif;
}
.vision1{
margin-top:75px;
}
.thevision1 {
background-color: #fff;
position: absolute;
left: -99px;
top: -114px;
z-index: 111;
}
.visioncnt1 h4{
font-size:30px;
text-align:justify;
padding-top:50px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
.visioncnt1 h5{
padding-top: 20px;
font-size:17px;
text-align:justify;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #6d6d6e;
}
.visioncnt1{
margin-left: 158px!important;
}
.visioncnt1 p{
font-size:12px;
padding:10px 60px;
text-align:justify;
font-family: 'Open Sans', sans-serif;
margin-left:-60px;
line-height: 17px;
color: #a4a4a4;
}
.date{
font-size: 12px;
margin-top: -12px;
color:#a4a4a4;
font-family: 'Open Sans', sans-serif;
font-weight:normal;
}
.card-title{
text-align:left;
font-size:15px;
font-family: 'Open Sans', sans-serif;
font-weight:bold;
margin-bottom: -4px;
}
.card-description{
text-align:left;
font-size:9px;
font-family: 'Open Sans', sans-serif;
}
.card-text{
text-align:left;
font-size:10px;
font-family: 'Open Sans', sans-serif;
color:#a4a4a4;
line-height:15px;
margin-top: 19px;
}
.globalarea{
margin-top:356px;
}
.globalarea p {
font-size: 12px;
font-family: 'Open Sans', sans-serif;
text-align: justify;
padding: 0px 45px;
color: #a4a4a4;
line-height: 16px;
}
.globalarea h5{
text-align:justify;
font-size:18px;
font-family: 'Open Sans', sans-serif;
margin-top:30px;
padding: 0px 45px;
color:#6d6d6e;
font-weight:normal;
}
.crowdarea{
margin-top:356px;
}
.crowdarea p {
font-size: 12px;
font-family: 'Open Sans', sans-serif;
text-align: justify;
padding: 0px 45px;
color: #a4a4a4;
line-height: 16px;
}
.crowdarea h5{
text-align:justify;
font-size:18px;
font-weight:normal;
font-family: 'Open Sans', sans-serif;
padding: 0px 45px;
color:#6d6d6e;
}
.img_div{
margin-bottom:23px;
}
.independent p{
font-size:12px;
font-family: 'Open Sans', sans-serif;
text-align:justify;
padding: 0px 45px;
color: #a4a4a4;
line-height: 16px;
}
.independent h5{
text-align:justify;
font-size:18px;
font-weight:normal;
font-family: 'Open Sans', sans-serif;
margin-top:30px;
padding: 0px 45px;
color:#6d6d6e;
}
.safe p{
font-size:12px;
font-family: 'Open Sans', sans-serif;
text-align:justify;
padding: 0px 45px;
color: #a4a4a4;
line-height: 16px;
}
.safe h5{
text-align:justify;
font-size:18px;
font-weight:normal;
font-family: 'Open Sans', sans-serif;
margin-top:30px;
padding: 0px 45px;
color:#6d6d6e;
}
.timelineheading h4{
text-align:justify;
font-size:30px;
margin-top:50px;
padding: 0px 64px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
.timelineheading h5 {
padding-top: 20px;
font-size: 17px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #6d6d6e;
padding: 10px 70px;
}
.newadventur{
font-family: 'Open Sans', sans-serif;
}
.timelineheading p{
text-align:justify;
font-size:12px;
font-family: 'Open Sans', sans-serif;
color: #a4a4a4;
padding: 0px 68px;
line-height: 17px;
}
.position{
color: #6d6d6e;
font-family: 'Open Sans', sans-serif;
font-size:10px;
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 479px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
.visioncnt1 p {
font-size: 12px;
padding: 10px 29px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
margin-left: -60px;
line-height: 17px;
color: #a4a4a4;
}
.timelineheading p {
text-align: justify;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
color: #a4a4a4;
padding: 0px 32px;
line-height: 17px;
}
.fottermenu ul li {
text-decoration: none!important;
color: #fff!important;
text-align: left!important;
}
.line {
display:none;
}
.logo .mobile {
display: block;
width:200px;
}
.ourteam {
margin-left: 0px!important;
margin-top: 350px!important;
}
.ourteam2 {
margin-left: 0px!important;
margin-top: 8px!important;
}
.navbar.navbar-expand-lg.navbar-dark.fixed-top.logo.mobile {
display: block;
width:200px;
}
.logo .desktop {
display: none;
}
#mainNav .navbar-nav .nav-item .nav-link {
font-size: 90%;
font-weight: 400;
padding: 0.75em 0;
letter-spacing: 1px;
color: #000!important;
}
.menu {
margin-left: 54px;
margin-top: 19px;
}
a {
color: #fff;
font-size:1rem;
}
.sidemenu{
display:none;
}
.thevision1 {
background-color: #fff;
position: absolute;
left: -99px;
top: 0px;
z-index: 111;
}
.card {
margin-top: 500px;
width: 100%;
}
.thevision {
background-color: #fff;
position: absolute;
left: -99px;
top: -30px!important;
z-index: 111;
}
.globalarea {
margin-top: 617px;
}
.crowdarea {
margin-top: 50px;
}.logo .mobile {
display: block;
width:200px;
}
.navbar.navbar-expand-lg.navbar-dark.fixed-top.logo.mobile {
display: block;
width:200px;
}
.logo .desktop {
display: none;
}
#mainNav .navbar-nav .nav-item .nav-link {
font-size: 90%;
font-weight: 400;
padding: 0.75em 0;
letter-spacing: 1px;
color: #000!important;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.slidermain{
margin-top:559px!important;
}
.timelineheading h4 {
text-align: justify;
font-size: 30px;
margin-top: 50px;
padding: 0px 31px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
.timelineheading h5 {
padding-top: 20px;
font-size: 16px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #6d6d6e;
padding: 10px 36px;
}}
@media only screen and (min-device-width: 481px) and (max-device-width: 568px) {
.card {
margin-top: 1153px;
width: 100%;
}}
@media only screen and (min-device-width: 360px){
.visionncnt h5 {
padding: 6px 123px;
margin-left: 29px;
font-size: 17px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #6d6d6e;
}
.visioncnt1 h4 {
font-size: 30px;
text-align: justify;
padding-top: 50px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
margin-left: -24px;
}
.visionncnt p {
font-size: 12px;
padding: 10px 44px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
margin-left: 87px;
line-height: 17px;
color: #a4a4a4;
}
.date {
font-size: 12px;
margin-top: 8px;
color: #a4a4a4;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
}
.visioncnt1 h5 {
padding-top: 20px 55px;
font-size: 17px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #6d6d6e;
word-spacing: 2px;
margin-left: -18px;
/* padding-top: 18px; */
padding: 0px 0px;
}
.visionncnt h4 {
font-size: 30px;
text-align: justify;
padding: 30px 129px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
.visionncnt h5 {
padding: 0px 107px;
margin-left: 30px;
margin-top: -23px;
font-size: 17px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #6d6d6e;
}
.visioncnt h4 {
font-size: 30px;
font-family: 'Open Sans', sans-serif;
margin-top: 30px;
font-weight: bold;
padding: 0px 132px;
}
.month {
font-size: 12px;
color: #a4a4a4;
padding: 0px 141px;
}
.visioncnt4 h4 {
font-size: 30px;
font-family: 'Open Sans', sans-serif;
margin-top: 30px;
font-weight: bold;
padding: 0px 132px;
}
.month4
{
font-size: 12px;
color: #a4a4a4;
padding: 0px 141px;
}
.visioncnt4 h6 {
padding: 20px;
font-size: 17px;
font-weight: normal;
color: #6d6d6e;
font-family: 'Open Sans', sans-serif;
padding: 27px 110px;
margin-left:20px;
}
.visioncnt4 p {
font-size: 12px;
padding: 10px 42px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
margin-left: 97px;
line-height: 17px;
color: #a4a4a4;
}
.visioncnt5 p {
font-size: 12px;
padding: 10px 28px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
margin-left: 98px;
line-height: 17px;
color: #a4a4a4;
}
.visioncnt5 h5 {
padding-top: 20px;
font-size: 17px;
font-weight: normal;
color: #6d6d6e;
font-family: 'Open Sans', sans-serif;
padding: 10px 125px;
}
.visioncnt5 h4 {
font-size: 30px;
font-family: 'Open Sans', sans-serif;
margin-top: 30px;
font-weight: bold;
padding: 0px 122px;
}}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
.line {
display:none;
}
.crowdarea {
margin-top: 516px!important;
}
.globalarea {
margin-top: 516px!important;
}
.logo .mobile {
display: block;
width:200px;
}
.navbar.navbar-expand-lg.navbar-dark.fixed-top.logo.mobile {
display: block;
width:200px;
}
.logo .desktop {
display: none;
}
#mainNav .navbar-nav .nav-item .nav-link {
font-size: 90%;
font-weight: 400;
padding: 0.75em 0;
letter-spacing: 1px;
color: #000!important;
/*font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
font-family: 'Open Sans', sans-serif;
}}
.bg{
width:100%;
height:auto}
.thevision {
background-color: #fff;
position: absolute;
left: -109px;
top: -119px;
z-index: 111;
}
.imgdiv,.img_div,.img_div1,.img_div2{
text-align:center;
}
.timeline1bg{
margin-top:30px;
}
.visioncnt h4{
font-size:30px;
font-family: 'Open Sans', sans-serif;
margin-top:30px;
font-weight: bold;
padding: 0px 64px;
}
.month{
font-size:12px;
color: #a4a4a4;
padding: 0px 64px;
}
.visioncnt h6{
padding-top:20px;
font-size:17px;
font-weight: normal;
color: #6d6d6e;
font-family: 'Open Sans', sans-serif;
padding: 10px 63px;
}
.visioncnt p {
font-size: 12px;
padding: 10px 127px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
margin-left: -60px;
line-height: 17px;
color: #a4a4a4;
}
.burger.fa{
color:#fff;
font-size:20px;
}
.visioncnt h5 {
padding-top: 20px;
font-size: 17px;
font-weight: normal;
color: #6d6d6e;
font-family: 'Open Sans', sans-serif;
padding: 10px 63px;
}
a:hover {
text-decoration: none;
}
/* Carousel */
.owl-carousel .carousel-item {
background: #fff;
border: 1px solid #D9D7DA;
text-align: center;
}
.owl-carousel .carousel-item-text {
padding: 12px;
}
.owl-carousel .carousel-item .item-kicker {
color: #9A5053;
display: block;
font-size: .8em;
font-weight: 600;
height: 30px;
margin-bottom: 16px;
overflow: hidden;
text-transform: uppercase;
}
.owl-carousel .carousel-item .item-title {
color: #646464;
font-size: 1em;
font-weight: 600;
height: 38px;
margin: 0;
overflow: hidden;
}
.owl-dots {
margin-top: 40px;
text-align: center;
width: 100%;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.owl-dot {
border-radius: 50px;
height: 10px;
width: 10px;
display: inline-block;
background: rgba(127, 127, 127, 0.5);
margin-left: 5px;
margin-right: 5px;
}
.owl-dot.active {
background: rgba(127, 127, 127, 1);
}
/* Tabs */
.nav-tabs {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.nav-tabs>li {
display: block;
position: relative;
text-align: center;
}
.nav-tabs>li:last-child {
margin-right: 0;
}
.tab-content {
display: inline-block;
width: 100%;
}
.tab-content .tab-pane {
display: none;
}
.tab-content .tab-pane.active {
display: block;
}
.coursel{
margin-top:100px;
}
.card1 {
margin-right: -15px;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}
.teampara{
font-size:12px;
padding: 20px 0px;
text-align:justify;
font-family: 'Open Sans', sans-serif;
margin-left: -5px;
}
.ourteam2{
margin-left: 165px;
margin-top: 8px;
}
.card-title1{
font-size:15px;
font-family:OpenSans-ExtraBold;
color:#565555;
}
.position{
font-size:10px;
font-family: 'Open Sans', sans-serif;
color:#ccc;
}
.card-text1{
color:#a4a4a4;
font-size:12px;
min-height:29px!important;
line-height:18px;
font-family: 'Open Sans', sans-serif;
}
.line{
margin-left: 155px;
width: 75%;
margin-bottom: -258px;
}
.footer{
background-color:#3a3a3b;
margin-top:150px;
}
.logo1 img{
width:80%;
}
.fottermenu h6{
color:#fff;
font-size:10px;
font-family: 'Open Sans', sans-serif;
}
.fottermenu ul li{
text-decoration:none;
color:#fff;
padding: 12px;
text-align:left;
}
.fottermenu li a{
font-size:13px;
}
.fottermenu li a:hover{
color:#007eb8;
}
ul li {
display: block;
list-style-type: none!important;
webkit-margin-before: -1em;
-webkit-margin-after: -1em;
-webkit-margin-start: -21px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
.socialarea {
margin:0 auto;
}
.social .fa{
color:#007eb8;
font-size:21px;
}
.socialarea h6{
text-align:center;
color:#fff;
font-size:13px;
font-family: 'Open Sans', sans-serif;
margin-top:27px;
}
.socialarea .fa{
color:#fff;
padding:10px;
font-size:30px;
}
.owl-carousel .item {
height: 23rem;
width:100%;
}
.abouttravelist{
color:#fff;
margin:0 auto;
font-size:9px;
}
.trpara{
padding-top:1px;
}
.tcopy{
padding-top:10px;
}
.slidermain{
margin-top:169px;
}
.item {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}
.sidebar a{
color:#fff;
font-size:11px;
}
.sidemenuanchor{
color:#000!important;
font-size:11px!important;
}
.author.fa{
color:#017fb9;
}
.dateslider {
font-size: 8px;
color: #a4a4a4;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
padding-top:10px;
}
.headd{
font-size:17px;
font-family: 'Open Sans', sans-serif;
font-weight:bold;
color:#fff;
} | webcode/comingsoon/css/agency_OLF.css | body {
overflow-x: hidden;
}
@font-face {
font-family: OpenSans-Regular;
src: url(OpenSans-Regular.ttf);
}
p {
line-height: 1.75; }
a {
color: #fed136; }
a:hover {
color: #fec503; }
.text-primary {
color: #fed136 !important; }
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
section {
}
section h2.section-heading {
font-size: 40px;
margin-top: 0;
margin-bottom: 15px; }
section h3.section-subheading {
font-size: 16px;
font-weight: 400;
font-style: italic;
margin-bottom: 75px;
text-transform: none;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
/*.navbar-nav.text-uppercase.menu li a{
color:#000;
background-color:#fff;
}*/
.navbar-shrink{
background-color:#fff;
}
.navbar-shrink div.collapse li a {
color: #000 !important;
}
@media (min-width: 768px) {
section {
} }
.btn {
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700; }
.btn-xl {
font-size: 18px;
padding: 20px 40px; }
.menu{
margin-left:110px;
margin-top:19px;
}
.btn-primary {
background-color: #fed136;
border-color: #fff!important;
border-radius:12px;
padding:10px 15px;
padding:11px 53px;
font-weight:normal;
font-size:15px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
background-color: #fff !important;
border-color: #fff !important;
color: #007bb9!important; }
.btn-primary:active, .btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}
::-moz-selection {
background: #fed136;
text-shadow: none; }
::selection {
background: #fed136;
text-shadow: none; }
img::selection {
background: transparent; }
img::-moz-selection {
background: transparent; }
body {
-webkit-tap-highlight-color: #fed136; }
#mainNav {
background-color: #fff; }
#mainNav .navbar-toggler {
font-size: 12px;
right: 0;
padding: 17px;
text-transform: uppercase;
color: white;
border: 0;
background-color: #017fb9;
font-family: 'Open Sans', sans-serif; }
#mainNav .navbar-brand {
color: #fed136;
font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive; }
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
color: #fec503; }
#mainNav .navbar-nav .nav-item .nav-link {
font-size: 75%;
font-weight: 400;
padding: 0.75em 0;
letter-spacing: 1px;
color: white;
font-family: 'Open Sans', sans-serif; }
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
color: #000;
text-shadow: 0px 0px 1px #fff;
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1) }
@media (min-width: 992px) {
#mainNav {
padding-bottom: 25px;
-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
-moz-transition: padding-top 0.3s, padding-bottom 0.3s;
transition: padding-top 0.3s, padding-bottom 0.3s;
border: none;
background-color: transparent; }
#mainNav .navbar-brand {
font-size: 1.75em;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
#mainNav .nav-link {
padding: 1.1em 0em !important;
}
#mainNav.navbar-shrink {
padding-top: -12px;
padding-bottom: 0;
background-color: #fff; }
#mainNav.navbar-shrink .navbar-brand {
font-size: 1.25em;
padding: 12px 0; } }
/*.masthead {
text-align: center;
color: white;
background-image: url("../img/bg.jpg");
background-repeat: no-repeat;
height:755px;
background-position: center center;
background-size: cover;
position:relative;
z-index:111;
}*/
.desktop{
width:265px;
}
.mobile{
display:none;
}
header.masthead .intro-text {
padding-top: 150px;
padding-bottom: 100px; }
header.masthead .intro-text .intro-lead-in {
font-size: 22px;
font-style: italic;
line-height: 22px;
margin-bottom: 25px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header.masthead .intro-text .intro-heading {
font-size: 50px;
font-weight: 700;
line-height: 50px;
margin-bottom: 25px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
@media (min-width: 768px) {
header.masthead .intro-text {
padding-top: 300px;
padding-bottom: 200px; }
header.masthead .intro-text .intro-lead-in {
font-size: 40px;
font-style: italic;
line-height: 40px;
margin-bottom: 25px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
header.masthead .intro-text .intro-heading {
font-size: 75px;
font-weight: 700;
line-height: 75px;
margin-bottom: 50px;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.coursel {
margin-top: 169px!important;
}
.bluebg {
margin-top: 175px!important;}}
.service-heading {
margin: 15px 0;
text-transform: none; }
#portfolio .portfolio-item {
right: 0;
margin: 0 0 15px; }
#portfolio .portfolio-item .portfolio-link {
position: relative;
display: block;
max-width: 400px;
margin: 0 auto;
cursor: pointer; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
position: absolute;
width: 100%;
height: 100%;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
transition: all ease 0.5s;
opacity: 0;
background: rgba(254, 209, 54, 0.9); }
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
opacity: 1; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
font-size: 20px;
position: absolute;
top: 50%;
width: 100%;
height: 20px;
margin-top: -12px;
text-align: center;
color: white; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
margin-top: -12px; }
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
margin: 0; }
#portfolio .portfolio-item .portfolio-caption {
max-width: 400px;
margin: 0 auto;
padding: 25px;
text-align: center;
background-color: #fff; }
#portfolio .portfolio-item .portfolio-caption h4 {
margin: 0;
text-transform: none; }
#portfolio .portfolio-item .portfolio-caption p {
font-size: 16px;
font-style: italic;
margin: 0;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
#portfolio * {
z-index: 2; }
@media (min-width: 767px) {
#portfolio .portfolio-item {
margin: 0 0 30px; } }
.portfolio-modal {
padding-right: 0px !important; }
.portfolio-modal .modal-dialog {
margin: 1rem;
max-width: 100vw; }
.portfolio-modal .modal-content {
padding: 100px 0;
text-align: center; }
.portfolio-modal .modal-content h2 {
font-size: 3em;
margin-bottom: 15px; }
.portfolio-modal .modal-content p {
margin-bottom: 30px; }
.portfolio-modal .modal-content p.item-intro {
font-size: 16px;
font-style: italic;
margin: 20px 0 30px;
font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.portfolio-modal .modal-content ul.list-inline {
margin-top: 0;
margin-bottom: 30px; }
.portfolio-modal .modal-content img {
margin-bottom: 30px; }
.portfolio-modal .modal-content button {
cursor: pointer; }
.portfolio-modal .close-modal {
position: absolute;
top: 25px;
right: 25px;
width: 75px;
height: 75px;
cursor: pointer;
background-color: transparent; }
.portfolio-modal .close-modal:hover {
opacity: 0.3; }
.portfolio-modal .close-modal .lr {
/* Safari and Chrome */
z-index: 1051;
width: 1px;
height: 75px;
margin-left: 35px;
/* IE 9 */
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #212529; }
.portfolio-modal .close-modal .lr .rl {
/* Safari and Chrome */
z-index: 1052;
width: 1px;
height: 75px;
/* IE 9 */
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
background-color: #212529; }
.timeline {
position: relative;
padding: 0;
list-style: none; }
.timeline:before {
position: absolute;
top: 0;
bottom: 0;
left: 40px;
width: 2px;
margin-left: -1.5px;
content: '';
background-color: #e9ecef; }
.timeline > li {
position: relative;
min-height: 50px;
margin-bottom: 50px; }
.timeline > li:after, .timeline > li:before {
display: table;
content: ' '; }
.timeline > li:after {
clear: both; }
.timeline > li .timeline-panel {
position: relative;
float: right;
width: 100%;
padding: 0 20px 0 100px;
text-align: left; }
.timeline > li .timeline-panel:before {
right: auto;
left: -15px;
border-right-width: 15px;
border-left-width: 0; }
.timeline > li .timeline-panel:after {
right: auto;
left: -14px;
border-right-width: 14px;
border-left-width: 0; }
.timeline > li .timeline-image {
position: absolute;
z-index: 100;
left: 0;
width: 80px;
height: 80px;
margin-left: 0;
text-align: center;
color: white;
border: 7px solid #e9ecef;
border-radius: 100%;
background-color: #fed136; }
.timeline > li .timeline-image h4 {
font-size: 10px;
line-height: 14px;
margin-top: 12px; }
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
padding: 0 20px 0 100px;
text-align: left; }
.timeline > li.timeline-inverted > .timeline-panel:before {
right: auto;
left: -15px;
border-right-width: 15px;
border-left-width: 0; }
.timeline > li.timeline-inverted > .timeline-panel:after {
right: auto;
left: -14px;
border-right-width: 14px;
border-left-width: 0; }
.timeline > li:last-child {
margin-bottom: 0; }
.timeline .timeline-heading h4 {
margin-top: 0;
color: inherit; }
.timeline .timeline-heading h4.subheading {
text-transform: none; }
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
margin-bottom: 0; }
@media (min-width: 768px) {
.timeline:before {
left: 50%; }
.timeline > li {
min-height: 100px;
margin-bottom: 100px; }
.timeline > li .timeline-panel {
float: left;
width: 41%;
padding: 0 20px 20px 30px;
text-align: right; }
.timeline > li .timeline-image {
left: 50%;
width: 100px;
height: 100px;
margin-left: -50px; }
.timeline > li .timeline-image h4 {
font-size: 13px;
line-height: 18px;
margin-top: 16px; }
.timeline > li.timeline-inverted > .timeline-panel {
float: right;
padding: 0 30px 20px 20px;
text-align: left;
}
.ourteam {
margin-left: 165px!important;
margin-top: 256px!important;
}}
@media (min-width: 992px) {
.timeline > li {
min-height: 150px; }
.timeline > li .timeline-panel {
padding: 0 20px 20px; }
.timeline > li .timeline-image {
width: 150px;
height: 150px;
margin-left: -75px; }
.timeline > li .timeline-image h4 {
font-size: 18px;
line-height: 26px;
margin-top: 30px; }
.timeline > li.timeline-inverted > .timeline-panel {
padding: 0 20px 20px; }
.menu {
margin-left: 78px;
margin-top: 29px;
}}
@media (min-width: 1200px) {
.timeline > li {
min-height: 170px; }
.timeline > li .timeline-panel {
padding: 0 20px 20px 100px; }
.timeline > li .timeline-image {
width: 170px;
height: 170px;
margin-left: -85px; }
.timeline > li .timeline-image h4 {
margin-top: 40px; }
.timeline > li.timeline-inverted > .timeline-panel {
padding: 0 100px 20px 20px; } }
.team-member {
margin-bottom: 50px;
text-align: center; }
.team-member img {
width: 225px;
height: 225px;
border: 7px solid #fff; }
.team-member h4 {
margin-top: 25px;
margin-bottom: 0;
text-transform: none; }
.team-member p {
margin-top: 0; }
section#contact {
background-color: #212529;
background-image: url("../img/map-image.png");
background-repeat: no-repeat;
background-position: center; }
section#contact .section-heading {
color: #fff; }
section#contact .form-group {
margin-bottom: 25px; }
section#contact .form-group input,
section#contact .form-group textarea {
padding: 20px; }
section#contact .form-group input.form-control {
height: auto; }
section#contact .form-group textarea.form-control {
height: 248px; }
section#contact .form-control:focus {
border-color: #fed136;
box-shadow: none; }
section#contact ::-webkit-input-placeholder {
font-weight: 700;
color: #ced4da;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
section#contact :-moz-placeholder {
font-weight: 700;
color: #ced4da;
/* Firefox 18- */
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
section#contact ::-moz-placeholder {
font-weight: 700;
color: #ced4da;
/* Firefox 19+ */
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
section#contact :-ms-input-placeholder {
font-weight: 700;
color: #ced4da;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
footer {
padding: 25px 0;
text-align: center; }
footer span.copyright {
font-size: 90%;
line-height: 40px;
text-transform: none;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
footer ul.quicklinks {
font-size: 90%;
line-height: 40px;
margin-bottom: 0;
text-transform: none;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
ul.social-buttons {
margin-bottom: 0; }
ul.social-buttons li a {
font-size: 20px;
line-height: 40px;
display: block;
width: 40px;
height: 40px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
color: white;
border-radius: 100%;
outline: none;
background-color: #212529; }
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
background-color: #fed136; }
#services{
background-color:#007bb9;
}
.description{
color:#fff;
width:100%;
font-family: 'Open Sans', sans-serif;
font-size:15px;
margin-top:40px;
margin-bottom:40px
}
.innervision h4{
font-size:18px;
font-weight:normal;
font-family: 'Open Sans', sans-serif;
color:#fff;
}
.innervision{
padding-top:100px;
padding-bottom:80px;
}
.innervision h3{
color:#fff;
font-family: 'Open Sans', sans-serif;
}
.bluebg{
margin-top:73px!important;
margin-bottom:50px;
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 15px;
border-top: none!important;
}
.btn-primary {
background-color: transparent!important;
border-color: none!important;
}
.whitebg{
background-color:#fff;
position:absolute;
top:975px;
left:5px;
padding:20px 10px;
width:70%;
}
.modal-title{
margin:0 auto;
color:#fff;
}
.description{
font-size:12px;
}
.modal-content{
background-color:#007bb9
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px;
border-bottom: 1px solid #fff;
border-top-left-radius: .3rem;
border-top-right-radius: .3rem;
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 15px;
margin-top: 32px;
}
.name{
margin-top:20px;
width:304px!important;
color:#fff!important;
margin-top:-14px!important;
}
.email{
width:304px!important;
margin-top:30px;
color:#fff!important;
margin-bottom:30px;
}
input[type="text"]{
border-bottom:1px solid #fff!important;
margin-top:22px;
background-color:transparent!important;
border:none;
}
input::placeholder {
color: #fff!important;
}
input[type="text"]:focus {
outline: none!important;
}
.btnsuscribe{
background-color:transparent!important;
border:1px solid #fff;
padding:7px 50px;
border-radius:8px;
color:#fff;
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #fff!important;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.sidemenu{
float: right;
position: absolute;
right: 20px;
color: #fff;
margin-top: -18px;
font-size:10px;
}
.sidebar{
padding:5px;
font-family: 'Open Sans', sans-serif;
}
a {
color: #fff;
font-size:1rem;
}
.vision{
margin-top:0px;
}
.thevision{
background-color: #fff;
position: absolute;
left: -99px;
top: 470px;
z-index: 111;
}
.visionncnt h4 {
font-size: 30px;
text-align: justify;
padding: 30px 159px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
.visionncnt h5 {
padding: 6px 162px;
font-size: 17px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #6d6d6e;
}
.visionncnt p {
font-size: 12px;
padding: 10px 153px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
margin-left: 11px;
line-height: 17px;
color: #a4a4a4;
}
.card{
margin-top: 10%;
width: 70%;
box-shadow:1px 1px 1px 1px #ccc;
}
.card5{
margin-top: 10%;
width: 70%;
box-shadow:1px 1px 1px 1px #ccc;
}
.card-title{
text-align:left;
font-size:10px;
font-family: 'Open Sans', sans-serif;
}
.card-description{
text-align:left;
font-size:9px;
font-family: 'Open Sans', sans-serif;
}
.card-text{
text-align:left;
font-size:8px;
font-family: 'Open Sans', sans-serif;
}
.vision1{
margin-top:75px;
}
.thevision1 {
background-color: #fff;
position: absolute;
left: -99px;
top: -114px;
z-index: 111;
}
.visioncnt1 h4{
font-size:30px;
text-align:justify;
padding-top:50px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
.visioncnt1 h5{
padding-top: 20px;
font-size:17px;
text-align:justify;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #6d6d6e;
}
.visioncnt1{
margin-left: 158px!important;
}
.visioncnt1 p{
font-size:12px;
padding:10px 60px;
text-align:justify;
font-family: 'Open Sans', sans-serif;
margin-left:-60px;
line-height: 17px;
color: #a4a4a4;
}
.date{
font-size: 12px;
margin-top: -12px;
color:#a4a4a4;
font-family: 'Open Sans', sans-serif;
font-weight:normal;
}
.card-title{
text-align:left;
font-size:15px;
font-family: 'Open Sans', sans-serif;
font-weight:bold;
margin-bottom: -4px;
}
.card-description{
text-align:left;
font-size:9px;
font-family: 'Open Sans', sans-serif;
}
.card-text{
text-align:left;
font-size:10px;
font-family: 'Open Sans', sans-serif;
color:#a4a4a4;
line-height:15px;
margin-top: 19px;
}
.globalarea{
margin-top:356px;
}
.globalarea p {
font-size: 12px;
font-family: 'Open Sans', sans-serif;
text-align: justify;
padding: 0px 45px;
color: #a4a4a4;
line-height: 16px;
}
.globalarea h5{
text-align:justify;
font-size:18px;
font-family: 'Open Sans', sans-serif;
margin-top:30px;
padding: 0px 45px;
color:#6d6d6e;
font-weight:normal;
}
.crowdarea{
margin-top:356px;
}
.crowdarea p {
font-size: 12px;
font-family: 'Open Sans', sans-serif;
text-align: justify;
padding: 0px 45px;
color: #a4a4a4;
line-height: 16px;
}
.crowdarea h5{
text-align:justify;
font-size:18px;
font-weight:normal;
font-family: 'Open Sans', sans-serif;
padding: 0px 45px;
color:#6d6d6e;
}
.img_div{
margin-bottom:23px;
}
.independent p{
font-size:12px;
font-family: 'Open Sans', sans-serif;
text-align:justify;
padding: 0px 45px;
color: #a4a4a4;
line-height: 16px;
}
.independent h5{
text-align:justify;
font-size:18px;
font-weight:normal;
font-family: 'Open Sans', sans-serif;
margin-top:30px;
padding: 0px 45px;
color:#6d6d6e;
}
.safe p{
font-size:12px;
font-family: 'Open Sans', sans-serif;
text-align:justify;
padding: 0px 45px;
color: #a4a4a4;
line-height: 16px;
}
.safe h5{
text-align:justify;
font-size:18px;
font-weight:normal;
font-family: 'Open Sans', sans-serif;
margin-top:30px;
padding: 0px 45px;
color:#6d6d6e;
}
.timelineheading h4{
text-align:justify;
font-size:30px;
margin-top:50px;
padding: 0px 64px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
.timelineheading h5 {
padding-top: 20px;
font-size: 17px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #6d6d6e;
padding: 10px 70px;
}
.newadventur{
font-family: 'Open Sans', sans-serif;
}
.timelineheading p{
text-align:justify;
font-size:12px;
font-family: 'Open Sans', sans-serif;
color: #a4a4a4;
padding: 0px 68px;
line-height: 17px;
}
.position{
color: #6d6d6e;
font-family: 'Open Sans', sans-serif;
font-size:10px;
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 479px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
.visioncnt1 p {
font-size: 12px;
padding: 10px 29px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
margin-left: -60px;
line-height: 17px;
color: #a4a4a4;
}
.timelineheading p {
text-align: justify;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
color: #a4a4a4;
padding: 0px 32px;
line-height: 17px;
}
.fottermenu ul li {
text-decoration: none!important;
color: #fff!important;
text-align: left!important;
}
.line {
display:none;
}
.logo .mobile {
display: block;
width:200px;
}
.ourteam {
margin-left: 0px!important;
margin-top: 350px!important;
}
.ourteam2 {
margin-left: 0px!important;
margin-top: 8px!important;
}
.navbar.navbar-expand-lg.navbar-dark.fixed-top.logo.mobile {
display: block;
width:200px;
}
.logo .desktop {
display: none;
}
#mainNav .navbar-nav .nav-item .nav-link {
font-size: 90%;
font-weight: 400;
padding: 0.75em 0;
letter-spacing: 1px;
color: #000!important;
}
.menu {
margin-left: 54px;
margin-top: 19px;
}
a {
color: #fff;
font-size:1rem;
}
.sidemenu{
display:none;
}
.thevision1 {
background-color: #fff;
position: absolute;
left: -99px;
top: 0px;
z-index: 111;
}
.card {
margin-top: 500px;
width: 100%;
}
.thevision {
background-color: #fff;
position: absolute;
left: -99px;
top: -30px!important;
z-index: 111;
}
.globalarea {
margin-top: 617px;
}
.crowdarea {
margin-top: 50px;
}.logo .mobile {
display: block;
width:200px;
}
.navbar.navbar-expand-lg.navbar-dark.fixed-top.logo.mobile {
display: block;
width:200px;
}
.logo .desktop {
display: none;
}
#mainNav .navbar-nav .nav-item .nav-link {
font-size: 90%;
font-weight: 400;
padding: 0.75em 0;
letter-spacing: 1px;
color: #000!important;
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.slidermain{
margin-top:559px!important;
}
.timelineheading h4 {
text-align: justify;
font-size: 30px;
margin-top: 50px;
padding: 0px 31px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
.timelineheading h5 {
padding-top: 20px;
font-size: 16px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #6d6d6e;
padding: 10px 36px;
}}
@media only screen and (min-device-width: 481px) and (max-device-width: 568px) {
.card {
margin-top: 1153px;
width: 100%;
}}
@media only screen and (min-device-width: 360px){
.visionncnt h5 {
padding: 6px 123px;
margin-left: 29px;
font-size: 17px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #6d6d6e;
}
.visioncnt1 h4 {
font-size: 30px;
text-align: justify;
padding-top: 50px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
margin-left: -24px;
}
.visionncnt p {
font-size: 12px;
padding: 10px 44px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
margin-left: 87px;
line-height: 17px;
color: #a4a4a4;
}
.date {
font-size: 12px;
margin-top: 8px;
color: #a4a4a4;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
}
.visioncnt1 h5 {
padding-top: 20px 55px;
font-size: 17px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #6d6d6e;
word-spacing: 2px;
margin-left: -18px;
/* padding-top: 18px; */
padding: 0px 0px;
}
.visionncnt h4 {
font-size: 30px;
text-align: justify;
padding: 30px 129px;
font-family: 'Open Sans', sans-serif;
font-weight: bold;
}
.visionncnt h5 {
padding: 0px 107px;
margin-left: 30px;
margin-top: -23px;
font-size: 17px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
color: #6d6d6e;
}
.visioncnt h4 {
font-size: 30px;
font-family: 'Open Sans', sans-serif;
margin-top: 30px;
font-weight: bold;
padding: 0px 132px;
}
.month {
font-size: 12px;
color: #a4a4a4;
padding: 0px 141px;
}
.visioncnt4 h4 {
font-size: 30px;
font-family: 'Open Sans', sans-serif;
margin-top: 30px;
font-weight: bold;
padding: 0px 132px;
}
.month4
{
font-size: 12px;
color: #a4a4a4;
padding: 0px 141px;
}
.visioncnt4 h6 {
padding: 20px;
font-size: 17px;
font-weight: normal;
color: #6d6d6e;
font-family: 'Open Sans', sans-serif;
padding: 27px 110px;
margin-left:20px;
}
.visioncnt4 p {
font-size: 12px;
padding: 10px 42px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
margin-left: 97px;
line-height: 17px;
color: #a4a4a4;
}
.visioncnt5 p {
font-size: 12px;
padding: 10px 28px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
margin-left: 98px;
line-height: 17px;
color: #a4a4a4;
}
.visioncnt5 h5 {
padding-top: 20px;
font-size: 17px;
font-weight: normal;
color: #6d6d6e;
font-family: 'Open Sans', sans-serif;
padding: 10px 125px;
}
.visioncnt5 h4 {
font-size: 30px;
font-family: 'Open Sans', sans-serif;
margin-top: 30px;
font-weight: bold;
padding: 0px 122px;
}}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
.line {
display:none;
}
.crowdarea {
margin-top: 516px!important;
}
.globalarea {
margin-top: 516px!important;
}
.logo .mobile {
display: block;
width:200px;
}
.navbar.navbar-expand-lg.navbar-dark.fixed-top.logo.mobile {
display: block;
width:200px;
}
.logo .desktop {
display: none;
}
#mainNav .navbar-nav .nav-item .nav-link {
font-size: 90%;
font-weight: 400;
padding: 0.75em 0;
letter-spacing: 1px;
color: #000!important;
/*font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
font-family: 'Open Sans', sans-serif;
}}
.bg{
width:100%;
height:auto}
.thevision {
background-color: #fff;
position: absolute;
left: -109px;
top: -119px;
z-index: 111;
}
.imgdiv,.img_div,.img_div1,.img_div2{
text-align:center;
}
.timeline1bg{
margin-top:30px;
}
.visioncnt h4{
font-size:30px;
font-family: 'Open Sans', sans-serif;
margin-top:30px;
font-weight: bold;
padding: 0px 64px;
}
.month{
font-size:12px;
color: #a4a4a4;
padding: 0px 64px;
}
.visioncnt h6{
padding-top:20px;
font-size:17px;
font-weight: normal;
color: #6d6d6e;
font-family: 'Open Sans', sans-serif;
padding: 10px 63px;
}
.visioncnt p {
font-size: 12px;
padding: 10px 127px;
text-align: justify;
font-family: 'Open Sans', sans-serif;
margin-left: -60px;
line-height: 17px;
color: #a4a4a4;
}
.burger.fa{
color:#fff;
font-size:20px;
}
.visioncnt h5 {
padding-top: 20px;
font-size: 17px;
font-weight: normal;
color: #6d6d6e;
font-family: 'Open Sans', sans-serif;
padding: 10px 63px;
}
a:hover {
text-decoration: none;
}
/* Carousel */
.owl-carousel .carousel-item {
background: #fff;
border: 1px solid #D9D7DA;
text-align: center;
}
.owl-carousel .carousel-item-text {
padding: 12px;
}
.owl-carousel .carousel-item .item-kicker {
color: #9A5053;
display: block;
font-size: .8em;
font-weight: 600;
height: 30px;
margin-bottom: 16px;
overflow: hidden;
text-transform: uppercase;
}
.owl-carousel .carousel-item .item-title {
color: #646464;
font-size: 1em;
font-weight: 600;
height: 38px;
margin: 0;
overflow: hidden;
}
.owl-dots {
margin-top: 40px;
text-align: center;
width: 100%;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.owl-dot {
border-radius: 50px;
height: 10px;
width: 10px;
display: inline-block;
background: rgba(127, 127, 127, 0.5);
margin-left: 5px;
margin-right: 5px;
}
.owl-dot.active {
background: rgba(127, 127, 127, 1);
}
/* Tabs */
.nav-tabs {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.nav-tabs>li {
display: block;
position: relative;
text-align: center;
}
.nav-tabs>li:last-child {
margin-right: 0;
}
.tab-content {
display: inline-block;
width: 100%;
}
.tab-content .tab-pane {
display: none;
}
.tab-content .tab-pane.active {
display: block;
}
.coursel{
margin-top:100px;
}
.card1 {
margin-right: -15px;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}
.teampara{
font-size:12px;
padding: 20px 0px;
text-align:justify;
font-family: 'Open Sans', sans-serif;
margin-left: -5px;
}
.ourteam2{
margin-left: 165px;
margin-top: 8px;
}
.card-title1{
font-size:15px;
font-family:OpenSans-ExtraBold;
color:#565555;
}
.position{
font-size:10px;
font-family: 'Open Sans', sans-serif;
color:#ccc;
}
.card-text1{
color:#a4a4a4;
font-size:12px;
min-height:29px!important;
line-height:18px;
font-family: 'Open Sans', sans-serif;
}
.line{
margin-left: 155px;
width: 75%;
margin-bottom: -258px;
}
.footer{
background-color:#3a3a3b;
margin-top:150px;
}
.logo1 img{
width:80%;
}
.fottermenu h6{
color:#fff;
font-size:10px;
font-family: 'Open Sans', sans-serif;
}
.fottermenu ul li{
text-decoration:none;
color:#fff;
padding: 12px;
text-align:left;
}
.fottermenu li a{
font-size:13px;
}
.fottermenu li a:hover{
color:#007eb8;
}
ul li {
display: block;
list-style-type: none!important;
webkit-margin-before: -1em;
-webkit-margin-after: -1em;
-webkit-margin-start: -21px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
.socialarea {
margin:0 auto;
}
.social .fa{
color:#007eb8;
font-size:21px;
}
.socialarea h6{
text-align:center;
color:#fff;
font-size:13px;
font-family: 'Open Sans', sans-serif;
margin-top:27px;
}
.socialarea .fa{
color:#fff;
padding:10px;
font-size:30px;
}
.owl-carousel .item {
height: 23rem;
width:100%;
}
.abouttravelist{
color:#fff;
margin:0 auto;
font-size:9px;
}
.trpara{
padding-top:1px;
}
.tcopy{
padding-top:10px;
}
.slidermain{
margin-top:169px;
}
.item {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}
.sidebar a{
color:#fff;
font-size:11px;
}
.sidemenuanchor{
color:#000!important;
font-size:11px!important;
}
.author.fa{
color:#017fb9;
}
.dateslider {
font-size: 8px;
color: #a4a4a4;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
padding-top:10px;
}
.headd{
font-size:17px;
font-family: 'Open Sans', sans-serif;
font-weight:bold;
color:#fff;
} | 0.33764 | 0.060032 |
@media print {
body {-webkit-print-color-adjust: exact;}
}
* {
/*font-family: 'Overpass Mono', monospace;*/
/*font-family: 'Sahitya', serif;*/
font-family: '<NAME>', cursive;
/*font-family: 'Lateef', cursive;*/
/*font-family: '<NAME>', cursive;*/
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
html {
width: 100%;
height: 100%;
padding: 0;
}
input:focus {
outline-width: 0
}
button:focus {
outline-width: 0;
}
* {}
body {
/*min-width: 500px;*/
background-color: #e3ecf9;
border-top: 5px solid black;
/*border-bottom: 5px solid black;*/
border-radius: 25px;
height: 100%;
width: 100%;
min-width: 950px;
/*border: 1px dotted gold;*/
/*min-height: 1000px;*/
}
.title-input {
font-size: 1.3em;
text-align: center;
border: none;
background-color: inherit;
/* cursor: url('../images/edit.png'), text;*/
}
.composer-input {
/*cursor: url('../images/edit.png'), text;*/
}
.arranger-input {
/*cursor: url('../images/edit.png'), text;*/
}
.title-p {
/*cursor: url('../images/edit.png'), text;*/
width: 25%;
margin: 0 auto;
}
.composer-p {
/*cursor: url('../images/edit.png'), text;*/
width: 25%;
margin: 0 auto;
}
.arranger-p {
/*cursor: url('../images/edit.png'), text;*/
width: 25%;
margin: 0 auto;
}
.root-display {
z-index: 10;
}
.root-box-p {
text-align: center;
position: absolute;
margin: 0 auto;
height: 100%;
width: 100%;
top: 70%;
left: 50%;
transform: translate(-50%, -50%);
}
.natural-box {
color: black;
background-color: white;
}
.sharp-box {
color: white;
background-color: black;
}
.flat-box {
color: white;
background-color: black;
}
.natural-boxes {
display: block;
}
.sharp-boxes {
display: block;
margin-left: 25px;
}
.flat-boxes {
display: block;
margin-left: 25px;
}
.root-box-Fsharp, .root-box-Gflat {
margin-left: 50px;
}
.root-boxes-wrapper {
width: 70%;
margin: 0 auto;
}
.root-box {
cursor: pointer;
height: 50px;
width: 50px;
border: 1px solid black;
border-radius: 5%;
opacity: .7;
font-size: 1em;
position: relative;
display: inline-block;
transition: opacity .3s, font-size .3s, font-weight .3s;
}
.root-box:hover {
opacity: 1;
font-weight: bold;
font-size: 1.6em;
transition: opacity .3s, font-size .3s, font-weight .3s;
}
.section-name-input {
/* cursor: url('../images/edit.png'), text;
*/ background: transparent;
border: none;
font-size: 1.3em;
margin-top: 10px;
/*text-align: center;*/
}
.section-name {
/* cursor: url('../images/edit.png'), text;
width: 100px; */
}
.section-name-p {
font-size: 1.3em;
/*width: 150px;*/
/*cursor: url('../images/edit.png'), text;*/
}
.move-section-up-button {
cursor: pointer;
border: none;
background-color: transparent;
color: darkblue;
font-size: 1.2em;
height: 25px;
width: 25px;
margin: 2px;
text-shadow: 2px 2px darkgray;
transition: font-size .3s, color .3s;
}
.move-section-down-button {
cursor: pointer;
border: none;
background-color: transparent;
color: white;
font-size: 1.2em;
height: 25px;
width: 25px;
margin: 2px;
text-shadow: 2px 2px darkgray;
transition: font-size .3s, color .3s;
}
.move-section-up-button:hover {
font-size: 1.5em;
transition: font-size .3s;
}
.move-section-down-button:hover {
font-size: 1.5em;
transition: font-size .3s, color .3s;
}
.move-section-up-button:active {
color: skyblue;
transition: color .1s;
}
.move-section-down-button:active {
color: hotpink;
transition: color .1s;
}
.remove-measure-button {
cursor: pointer;
border: none;
background-color: red;
color: white;
border-radius: 10px;
font-weight: bold;
margin: 0 auto;
font-size: 1.1em;
box-shadow: 10px 8px 10px #888888;
transition: box-shadow .3s, font-weight .3s, font-size .3s, background-color .3s;
}
.remove-measure-button:hover {
/*font-size: 1.1em;*/
font-weight: bold;
box-shadow: 12px 10px 10px #888888;
transition: box-shadow .3s, font-weight .3s, font-size .3s, background-color .3s;
}
.remove-measure-button:active {
background-color: darkred;
transition: background-color .3s;
}
.duplicate-section-button {
position: absolute;
top: 0;
left: -60px;
cursor: pointer;
border: none;
background-color: blue;
display: inline-block;
color: white;
font-size: 1em;
font-weight: normal;
height: 50px;
width: 50px;
margin: 2px;
border-radius: 10px;
/*position: relative;*/
text-align: 'center';
box-shadow: 10px 8px 10px #888888;
transition: box-shadow .5s, font-weight .5s, font-size .5s, background-color .5s, color .5s;
}
.duplicate-section-button:hover {
font-size: 1.7em;
font-weight: bold;
background-color: cyan;
color: black;
box-shadow: 12px 10px 10px #888888;
transition: box-shadow .5s, font-weight .5s, font-size .5s, background-color .5s, color .5s;
}
.duplicate-section-button:active {
background-color: darkblue;
color: cyan;
transition: background-color .3s, color .3s;
}
.add-measure-button {
cursor: pointer;
border: none;
background-color: green;
color: white;
font-size: 1em;
font-weight: normal;
height: 50px;
width: 200px;
margin: 2px;
border-radius: 10px;
/*position: relative;*/
text-align: 'center';
box-shadow: 10px 8px 10px #888888;
transition: box-shadow .3s, font-weight .3s, font-size .3s, background-color .3s, color .3s;
}
.add-measure-button:hover {
font-size: 1.1em;
font-weight: bold;
box-shadow: 12px 10px 10px #888888;
transition: box-shadow .3s, font-weight .3s, font-size .3s, background-color .3s, color .3s;
}
.add-measure-button:active {
background-color: darkgreen;
color: limegreen;
transition: background-color .3s, color .3s;
}
.remove-section-button {
cursor: pointer;
border: none;
background-color: red;
color: white;
font-size: 1em;
font-weight: normal;
height: 50px;
width: 200px;
margin: 2px;
border-radius: 10px;
position: relative;
text-align: 'center';
box-shadow: 10px 8px 10px #888888;
transition: box-shadow .3s, font-weight .3s, font-size .3s, background-color .3s;
}
.remove-section-button:hover {
font-size: 1.1em;
font-weight: bold;
box-shadow: 12px 10px 10px #888888;
transition: box-shadow .3s, font-weight .3s, font-size .3s, background-color .3s;
}
.remove-section-button:active {
background-color: darkred;
color: hotpink;
transition: background-color .3s, color .1s;
}
.current-key-box {
color: hotpink;
border-radius: 50%;
}
.current-key-p {
position: absolute;
/* height: 80%;
width: 80%;*/
font-size: 1em;
font-weight: normal;
top: 50%;
left: 50%;
transform: translate(-50%, -100%);
transition: font-size .2s, font-weight .2s;
}
.current-key-p:hover {
font-size: 1.2em;
font-weight: bold;
transition: font-size .2s, font-weight .2s;
}
.set-filter-button-edit{
cursor: pointer;
position: absolute;
top: 10px;
right: 50px;
border-radius: 50%;
border: none;
box-shadow: 5px 5px 5px darkgray;
background-color: darkblue;
color: white;
transition: color .2s, box-shadow .2s;
}
.set-filter-button-show{
cursor: pointer;
position: absolute;
top: 10px;
right: 50px;
border-radius: 50%;
border: none;
box-shadow: 5px 5px 5px darkgray;
background-color: darkblue;
color: white;
transition: color .2s, box-shadow .2s;
}
.set-filter-button-edit:hover{
color: hotpink;
box-shadow: 5px 10px 5px darkgray;
transition: color .2s, box-shadow .2s;
}
.set-filter-button-edit:active{
color: cyan;
box-shadow: 5px 5px 5px darkgray;
transition: color .2s, box-shadow .2s;
}
.set-filter-button-show:hover{
color: hotpink;
box-shadow: 5px 10px 5px darkgray;
transition: color .2s, box-shadow .2s;
}
.set-filter-button-show:active{
color: cyan;
box-shadow: 5px 5px 5px darkgray;
transition: color .2s, box-shadow .2s;
}
.add-section-button {
cursor: pointer;
/*position: absolute;*/
/* top: 10px;
right: 50px;*/
margin-right: 5%;
border-radius: 10px;
border: none;
box-shadow: 5px 5px 5px darkgray;
background-color: darkblue;
color: white;
transition: color .2s, box-shadow .2s;
}
.add-section-button:hover {
color: hotpink;
box-shadow: 5px 10px 5px darkgray;
transition: color .2s, box-shadow .2s;
}
.add-section-button:active {
color: cyan;
box-shadow: 5px 5px 5px darkgray;
transition: color .2s, box-shadow .2s;
}
#slide {
position: absolute;
left: -1000px;
/*width: 100%;*/
/* width: 100px;
height: 100px;*/
/*background: blue;*/
-webkit-animation: slide 0.5s forwards;
/*-webkit-animation-delay: .5s;*/
animation: slide 0.5s forwards;
/*animation-delay: .5s;*/
}
@-webkit-keyframes slide {
100% { left: 0; }
}
@keyframes slide {
100% { left: 0; }
}
.section-toolbar-button {
display: inline-block;
}
.section-multiplier-edit {
cursor: url('../images/edit.png'), text;
position: absolute;
bottom: 10px;
right: 50px;
border: 1px solid black;
border-radius: 10px;
height: 50px;
width: 50px;
text-align: center;
}
.section-multiplier-show {
}
.section-multiplier-p-edit {
font-size: 1.2em;
font-weight: bold;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -100%);
}
.section-multiplier-p-show {
font-size: 2.5em;
font-weight: bold;
position: absolute;
bottom: -100px;
right: 10%;
/*transform: translate(-50%, -100%);*/
}
.multiplier-input {
cursor: url('../images/edit.png'), text;
background: transparent;
text-align: center;
font-size: 1.2em;
border: none;
height: 100%;
width: 100%;
} | src/assets/stylesheets/style.css | @media print {
body {-webkit-print-color-adjust: exact;}
}
* {
/*font-family: 'Overpass Mono', monospace;*/
/*font-family: 'Sahitya', serif;*/
font-family: '<NAME>', cursive;
/*font-family: 'Lateef', cursive;*/
/*font-family: '<NAME>', cursive;*/
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
html {
width: 100%;
height: 100%;
padding: 0;
}
input:focus {
outline-width: 0
}
button:focus {
outline-width: 0;
}
* {}
body {
/*min-width: 500px;*/
background-color: #e3ecf9;
border-top: 5px solid black;
/*border-bottom: 5px solid black;*/
border-radius: 25px;
height: 100%;
width: 100%;
min-width: 950px;
/*border: 1px dotted gold;*/
/*min-height: 1000px;*/
}
.title-input {
font-size: 1.3em;
text-align: center;
border: none;
background-color: inherit;
/* cursor: url('../images/edit.png'), text;*/
}
.composer-input {
/*cursor: url('../images/edit.png'), text;*/
}
.arranger-input {
/*cursor: url('../images/edit.png'), text;*/
}
.title-p {
/*cursor: url('../images/edit.png'), text;*/
width: 25%;
margin: 0 auto;
}
.composer-p {
/*cursor: url('../images/edit.png'), text;*/
width: 25%;
margin: 0 auto;
}
.arranger-p {
/*cursor: url('../images/edit.png'), text;*/
width: 25%;
margin: 0 auto;
}
.root-display {
z-index: 10;
}
.root-box-p {
text-align: center;
position: absolute;
margin: 0 auto;
height: 100%;
width: 100%;
top: 70%;
left: 50%;
transform: translate(-50%, -50%);
}
.natural-box {
color: black;
background-color: white;
}
.sharp-box {
color: white;
background-color: black;
}
.flat-box {
color: white;
background-color: black;
}
.natural-boxes {
display: block;
}
.sharp-boxes {
display: block;
margin-left: 25px;
}
.flat-boxes {
display: block;
margin-left: 25px;
}
.root-box-Fsharp, .root-box-Gflat {
margin-left: 50px;
}
.root-boxes-wrapper {
width: 70%;
margin: 0 auto;
}
.root-box {
cursor: pointer;
height: 50px;
width: 50px;
border: 1px solid black;
border-radius: 5%;
opacity: .7;
font-size: 1em;
position: relative;
display: inline-block;
transition: opacity .3s, font-size .3s, font-weight .3s;
}
.root-box:hover {
opacity: 1;
font-weight: bold;
font-size: 1.6em;
transition: opacity .3s, font-size .3s, font-weight .3s;
}
.section-name-input {
/* cursor: url('../images/edit.png'), text;
*/ background: transparent;
border: none;
font-size: 1.3em;
margin-top: 10px;
/*text-align: center;*/
}
.section-name {
/* cursor: url('../images/edit.png'), text;
width: 100px; */
}
.section-name-p {
font-size: 1.3em;
/*width: 150px;*/
/*cursor: url('../images/edit.png'), text;*/
}
.move-section-up-button {
cursor: pointer;
border: none;
background-color: transparent;
color: darkblue;
font-size: 1.2em;
height: 25px;
width: 25px;
margin: 2px;
text-shadow: 2px 2px darkgray;
transition: font-size .3s, color .3s;
}
.move-section-down-button {
cursor: pointer;
border: none;
background-color: transparent;
color: white;
font-size: 1.2em;
height: 25px;
width: 25px;
margin: 2px;
text-shadow: 2px 2px darkgray;
transition: font-size .3s, color .3s;
}
.move-section-up-button:hover {
font-size: 1.5em;
transition: font-size .3s;
}
.move-section-down-button:hover {
font-size: 1.5em;
transition: font-size .3s, color .3s;
}
.move-section-up-button:active {
color: skyblue;
transition: color .1s;
}
.move-section-down-button:active {
color: hotpink;
transition: color .1s;
}
.remove-measure-button {
cursor: pointer;
border: none;
background-color: red;
color: white;
border-radius: 10px;
font-weight: bold;
margin: 0 auto;
font-size: 1.1em;
box-shadow: 10px 8px 10px #888888;
transition: box-shadow .3s, font-weight .3s, font-size .3s, background-color .3s;
}
.remove-measure-button:hover {
/*font-size: 1.1em;*/
font-weight: bold;
box-shadow: 12px 10px 10px #888888;
transition: box-shadow .3s, font-weight .3s, font-size .3s, background-color .3s;
}
.remove-measure-button:active {
background-color: darkred;
transition: background-color .3s;
}
.duplicate-section-button {
position: absolute;
top: 0;
left: -60px;
cursor: pointer;
border: none;
background-color: blue;
display: inline-block;
color: white;
font-size: 1em;
font-weight: normal;
height: 50px;
width: 50px;
margin: 2px;
border-radius: 10px;
/*position: relative;*/
text-align: 'center';
box-shadow: 10px 8px 10px #888888;
transition: box-shadow .5s, font-weight .5s, font-size .5s, background-color .5s, color .5s;
}
.duplicate-section-button:hover {
font-size: 1.7em;
font-weight: bold;
background-color: cyan;
color: black;
box-shadow: 12px 10px 10px #888888;
transition: box-shadow .5s, font-weight .5s, font-size .5s, background-color .5s, color .5s;
}
.duplicate-section-button:active {
background-color: darkblue;
color: cyan;
transition: background-color .3s, color .3s;
}
.add-measure-button {
cursor: pointer;
border: none;
background-color: green;
color: white;
font-size: 1em;
font-weight: normal;
height: 50px;
width: 200px;
margin: 2px;
border-radius: 10px;
/*position: relative;*/
text-align: 'center';
box-shadow: 10px 8px 10px #888888;
transition: box-shadow .3s, font-weight .3s, font-size .3s, background-color .3s, color .3s;
}
.add-measure-button:hover {
font-size: 1.1em;
font-weight: bold;
box-shadow: 12px 10px 10px #888888;
transition: box-shadow .3s, font-weight .3s, font-size .3s, background-color .3s, color .3s;
}
.add-measure-button:active {
background-color: darkgreen;
color: limegreen;
transition: background-color .3s, color .3s;
}
.remove-section-button {
cursor: pointer;
border: none;
background-color: red;
color: white;
font-size: 1em;
font-weight: normal;
height: 50px;
width: 200px;
margin: 2px;
border-radius: 10px;
position: relative;
text-align: 'center';
box-shadow: 10px 8px 10px #888888;
transition: box-shadow .3s, font-weight .3s, font-size .3s, background-color .3s;
}
.remove-section-button:hover {
font-size: 1.1em;
font-weight: bold;
box-shadow: 12px 10px 10px #888888;
transition: box-shadow .3s, font-weight .3s, font-size .3s, background-color .3s;
}
.remove-section-button:active {
background-color: darkred;
color: hotpink;
transition: background-color .3s, color .1s;
}
.current-key-box {
color: hotpink;
border-radius: 50%;
}
.current-key-p {
position: absolute;
/* height: 80%;
width: 80%;*/
font-size: 1em;
font-weight: normal;
top: 50%;
left: 50%;
transform: translate(-50%, -100%);
transition: font-size .2s, font-weight .2s;
}
.current-key-p:hover {
font-size: 1.2em;
font-weight: bold;
transition: font-size .2s, font-weight .2s;
}
.set-filter-button-edit{
cursor: pointer;
position: absolute;
top: 10px;
right: 50px;
border-radius: 50%;
border: none;
box-shadow: 5px 5px 5px darkgray;
background-color: darkblue;
color: white;
transition: color .2s, box-shadow .2s;
}
.set-filter-button-show{
cursor: pointer;
position: absolute;
top: 10px;
right: 50px;
border-radius: 50%;
border: none;
box-shadow: 5px 5px 5px darkgray;
background-color: darkblue;
color: white;
transition: color .2s, box-shadow .2s;
}
.set-filter-button-edit:hover{
color: hotpink;
box-shadow: 5px 10px 5px darkgray;
transition: color .2s, box-shadow .2s;
}
.set-filter-button-edit:active{
color: cyan;
box-shadow: 5px 5px 5px darkgray;
transition: color .2s, box-shadow .2s;
}
.set-filter-button-show:hover{
color: hotpink;
box-shadow: 5px 10px 5px darkgray;
transition: color .2s, box-shadow .2s;
}
.set-filter-button-show:active{
color: cyan;
box-shadow: 5px 5px 5px darkgray;
transition: color .2s, box-shadow .2s;
}
.add-section-button {
cursor: pointer;
/*position: absolute;*/
/* top: 10px;
right: 50px;*/
margin-right: 5%;
border-radius: 10px;
border: none;
box-shadow: 5px 5px 5px darkgray;
background-color: darkblue;
color: white;
transition: color .2s, box-shadow .2s;
}
.add-section-button:hover {
color: hotpink;
box-shadow: 5px 10px 5px darkgray;
transition: color .2s, box-shadow .2s;
}
.add-section-button:active {
color: cyan;
box-shadow: 5px 5px 5px darkgray;
transition: color .2s, box-shadow .2s;
}
#slide {
position: absolute;
left: -1000px;
/*width: 100%;*/
/* width: 100px;
height: 100px;*/
/*background: blue;*/
-webkit-animation: slide 0.5s forwards;
/*-webkit-animation-delay: .5s;*/
animation: slide 0.5s forwards;
/*animation-delay: .5s;*/
}
@-webkit-keyframes slide {
100% { left: 0; }
}
@keyframes slide {
100% { left: 0; }
}
.section-toolbar-button {
display: inline-block;
}
.section-multiplier-edit {
cursor: url('../images/edit.png'), text;
position: absolute;
bottom: 10px;
right: 50px;
border: 1px solid black;
border-radius: 10px;
height: 50px;
width: 50px;
text-align: center;
}
.section-multiplier-show {
}
.section-multiplier-p-edit {
font-size: 1.2em;
font-weight: bold;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -100%);
}
.section-multiplier-p-show {
font-size: 2.5em;
font-weight: bold;
position: absolute;
bottom: -100px;
right: 10%;
/*transform: translate(-50%, -100%);*/
}
.multiplier-input {
cursor: url('../images/edit.png'), text;
background: transparent;
text-align: center;
font-size: 1.2em;
border: none;
height: 100%;
width: 100%;
} | 0.277669 | 0.0399 |
/*START SCROLL TO TOP*/
.topcontrol {background: #dd3333 none repeat scroll 0 0;}
/*END SCROLL TO TOP*/
/*START MENU*/
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
color: #dd3333 !important;
background-color: transparent;
}
.menu-top li a:hover { color: #dd3333!important }
.navbar-default.menu-shrink li a:hover { color: #dd3333 !important }
.navbar-default .navbar-toggle .icon-bar { background-color: #dd3333 }
/*END MENU*/
.btn-light-bg {background: #dd3333 none repeat scroll 0 0;border: 2px solid #dd3333;}
.section-title h2 span { color: #dd3333 }
.section-title div {background: #dd3333 none repeat scroll 0 0;}
.btn-home-bg {background: #dd3333 none repeat scroll 0 0;border: 1px solid #dd3333;}
.single_about:hover i {
background: #dd3333;
border: 1px solid #dd3333;
}
.single_about:hover h4 { color: #dd3333; }
.progress-bar > span {background: #dd3333 none repeat scroll 0 0;}
.single_feature i {background:#dd3333;}
.carousel-indicators .active {
border: 1px solid #dd3333;
background: #dd3333 none repeat scroll 0 0;
}
.single_service i {color: #dd3333;}
.our_work_menu ul li:hover, .our_work_menu ul li.active{
border-color: #dd3333 ;
color:#dd3333;
}
.counter i {color: #dd3333;}
.counter:hover i {background: #dd3333 none repeat scroll 0 0;border: 1px solid #dd3333;}
.single_team .social_link a:hover{
background: #dd3333;
border-color: #dd3333;
}
.signup_form input:focus {
border-color:#dd3333;
}
.color-two {
background: #dd3333;
color: #fff;
}
.color-three {
background: #dd3333;
color: #fff;
}
.pricing-btn button {
background: #dd3333;
border: 1px solid #dd3333;}
.home_blog_text span {color: #dd3333;}
.buy_now {
background: #dd3333 none repeat scroll 0 0;
}
.contact input:focus,
.contact textarea:focus {
border-color: #dd3333;
box-shadow: none;
outline: 0 none;
}
.btn-contact-bg {
background: #dd3333 none repeat scroll 0 0 !important;
border: 1px solid #dd3333 !important;} | assets/css/switcher/style1.css |
/*START SCROLL TO TOP*/
.topcontrol {background: #dd3333 none repeat scroll 0 0;}
/*END SCROLL TO TOP*/
/*START MENU*/
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
color: #dd3333 !important;
background-color: transparent;
}
.menu-top li a:hover { color: #dd3333!important }
.navbar-default.menu-shrink li a:hover { color: #dd3333 !important }
.navbar-default .navbar-toggle .icon-bar { background-color: #dd3333 }
/*END MENU*/
.btn-light-bg {background: #dd3333 none repeat scroll 0 0;border: 2px solid #dd3333;}
.section-title h2 span { color: #dd3333 }
.section-title div {background: #dd3333 none repeat scroll 0 0;}
.btn-home-bg {background: #dd3333 none repeat scroll 0 0;border: 1px solid #dd3333;}
.single_about:hover i {
background: #dd3333;
border: 1px solid #dd3333;
}
.single_about:hover h4 { color: #dd3333; }
.progress-bar > span {background: #dd3333 none repeat scroll 0 0;}
.single_feature i {background:#dd3333;}
.carousel-indicators .active {
border: 1px solid #dd3333;
background: #dd3333 none repeat scroll 0 0;
}
.single_service i {color: #dd3333;}
.our_work_menu ul li:hover, .our_work_menu ul li.active{
border-color: #dd3333 ;
color:#dd3333;
}
.counter i {color: #dd3333;}
.counter:hover i {background: #dd3333 none repeat scroll 0 0;border: 1px solid #dd3333;}
.single_team .social_link a:hover{
background: #dd3333;
border-color: #dd3333;
}
.signup_form input:focus {
border-color:#dd3333;
}
.color-two {
background: #dd3333;
color: #fff;
}
.color-three {
background: #dd3333;
color: #fff;
}
.pricing-btn button {
background: #dd3333;
border: 1px solid #dd3333;}
.home_blog_text span {color: #dd3333;}
.buy_now {
background: #dd3333 none repeat scroll 0 0;
}
.contact input:focus,
.contact textarea:focus {
border-color: #dd3333;
box-shadow: none;
outline: 0 none;
}
.btn-contact-bg {
background: #dd3333 none repeat scroll 0 0 !important;
border: 1px solid #dd3333 !important;} | 0.186169 | 0.037187 |
*{
text-align: center;
}
@media all and (max-width:760px){
#a{grid-area: a;}
aside{grid-area: aside;}
.c{grid-area: c;}
.d{grid-area: d;}
.e{grid-area: e;}
.f{grid-area: f;}
.g{grid-area: g;}
.h{grid-area: h;}
#i{grid-area: i;}
body{
gap: 2px;
width: 95%;
background-color: rgb(10, 12, 12);
margin: 10px auto 10px auto;
display: grid;
color: gold;
grid-template-rows: 20.833vw 41.67vw 34.733vw 34.733vw 66.673vw 66.672vw 22.230vw;
grid-template-columns: 50% 50% ;
grid-template-areas:
"a a"
"aside aside"
"c c"
"d d"
"e f"
"g h"
"i i"
;
}
#a,aside,.c,.d,.e,.f,.g,.h,#i{
display: grid;
align-items: center;
background-color: rgb(221, 25, 25);
}
}
@media all and (min-width:768px){
#a{grid-area: a;}
aside{grid-area: aside;}
.c{grid-area: c;}
.d{grid-area: d;}
.e{grid-area: e;}
.f{grid-area: f;}
.g{grid-area: g;}
.h{grid-area: h;}
#i{grid-area: i;}
body{
gap: 2px;
width: 95%;
background-color: aqua;
margin: 10px auto 10px auto;
display: grid;
color: black;
grid-template-rows: 20.836vw 41.68vw 34.726vw 34.726vw 66.672vw 66.673vw 22.225vw;
grid-template-columns: 50% 50% ;
grid-template-areas:
"a a"
"aside aside"
"c c"
"d d"
"e f"
"g h"
"i i"
;
}
#a,aside,.c,.d,.e,.f,.g,.h,#i{
align-items: center;
background-color: rgb(46, 170, 164);
}
}
@media all and (min-width:1200px){
body{
width: 1000px;
background-color: rgb(103, 28, 146);
color: blue;
grid-template-rows: 6.51041667vw 13.020834vw 16.276043vw 9.76564vw;
grid-template-columns: 20% 20% 20% 20% 20% ;
grid-template-areas:
"a a a a a"
"aside c c d d"
"aside e f g h"
"aside i i i i"
;
}
#a,aside,.c,.d,.e,.f,.g,.h,#i{
background-color: rgb(0, 0, 0);
display: grid;
align-items: center;
}
p{
width: 100%;
}
} | style.css | *{
text-align: center;
}
@media all and (max-width:760px){
#a{grid-area: a;}
aside{grid-area: aside;}
.c{grid-area: c;}
.d{grid-area: d;}
.e{grid-area: e;}
.f{grid-area: f;}
.g{grid-area: g;}
.h{grid-area: h;}
#i{grid-area: i;}
body{
gap: 2px;
width: 95%;
background-color: rgb(10, 12, 12);
margin: 10px auto 10px auto;
display: grid;
color: gold;
grid-template-rows: 20.833vw 41.67vw 34.733vw 34.733vw 66.673vw 66.672vw 22.230vw;
grid-template-columns: 50% 50% ;
grid-template-areas:
"a a"
"aside aside"
"c c"
"d d"
"e f"
"g h"
"i i"
;
}
#a,aside,.c,.d,.e,.f,.g,.h,#i{
display: grid;
align-items: center;
background-color: rgb(221, 25, 25);
}
}
@media all and (min-width:768px){
#a{grid-area: a;}
aside{grid-area: aside;}
.c{grid-area: c;}
.d{grid-area: d;}
.e{grid-area: e;}
.f{grid-area: f;}
.g{grid-area: g;}
.h{grid-area: h;}
#i{grid-area: i;}
body{
gap: 2px;
width: 95%;
background-color: aqua;
margin: 10px auto 10px auto;
display: grid;
color: black;
grid-template-rows: 20.836vw 41.68vw 34.726vw 34.726vw 66.672vw 66.673vw 22.225vw;
grid-template-columns: 50% 50% ;
grid-template-areas:
"a a"
"aside aside"
"c c"
"d d"
"e f"
"g h"
"i i"
;
}
#a,aside,.c,.d,.e,.f,.g,.h,#i{
align-items: center;
background-color: rgb(46, 170, 164);
}
}
@media all and (min-width:1200px){
body{
width: 1000px;
background-color: rgb(103, 28, 146);
color: blue;
grid-template-rows: 6.51041667vw 13.020834vw 16.276043vw 9.76564vw;
grid-template-columns: 20% 20% 20% 20% 20% ;
grid-template-areas:
"a a a a a"
"aside c c d d"
"aside e f g h"
"aside i i i i"
;
}
#a,aside,.c,.d,.e,.f,.g,.h,#i{
background-color: rgb(0, 0, 0);
display: grid;
align-items: center;
}
p{
width: 100%;
}
} | 0.361616 | 0.161188 |
body {
font-family: Arial, Helvetica, sans-serif;
text-align: left !important;
overflow-x: auto;
}
::-webkit-scrollbar {
width: 15px;
}
::-webkit-scrollbar-track {
background: mistyrose;
}
::-webkit-scrollbar-track-piece {
background: mistyrose;
border-top-left-radius: 135px;
border-bottom-right-radius: 135px;
}
::-webkit-scrollbar-button {
background-color: #27e055;
border-top-left-radius: 130px;
border-bottom-right-radius: 150px;
}
::-webkit-scrollbar-thumb {
background: rgb(190 245 100 / 67%);
outline-color: rgb(255, 145, 20);
border-top-left-radius: 135px;
border-bottom-right-radius: 135px;
}
::-webkit-scrollbar-thumb:hover {
background: -webkit-linear-gradient(45deg,
rgb(42 227 56 / 70%),
rgb(221 177 18 / 62%) 100%);
}
.vline {
border-left: 3px solid rgb(199, 155, 35);
}
#head {
text-decoration: none;
font-size: 30px;
font-family: Alegreya Sans SC;
text-shadow: 4px 2px 3px #3333334d;
}
.imgstat {
margin-bottom: 0px;
padding-bottom: 2px;
}
#txtdeco {
text-decoration: none;
}
#navtop {
background: -webkit-linear-gradient(45deg,
rgb(42 227 56 / 70%),
rgb(221 177 18 / 62%) 100%);
border-bottom: 5px solid rgb(199, 155, 35);
}
.dropdown {
background-color: transparent;
border-color: transparent;
color: gray;
outline: none;
}
#navtop:not {
background: transparent;
}
.navbar-default {
background-color: #f8f8f8;
border-bottom: 5px solid #c79b23;
color: rgba(63, 61, 61, 0.651);
}
.dropdown-menu {
background: #65d825b0 !important;
}
.navbar-nav>li>a {
color: #555 !important;
}
.navbar-nav>.open>a {
background-color: #65d825b0 !important;
}
.navbar-nav>li>a:hover {
background-color: #65d825b0 !important;
color: black !important;
}
html,
body {
margin: 0;
padding: 0;
}
.header__background {
position: sticky !important;
display: inline;
top: 0;
left: 0;
z-index: -1;
}
.vliner {
border-right: 3px solid black;
}
.row>.row1 {
position: initial !important;
}
.row>.col {
position: initial !important;
}
.footer-text {
font-family: "Josefin Sans", sans-serif;
font-variant: small-caps;
font-weight: 300;
}
#footercontent {
font-family: "Josefin Sans", sans-serif;
font-weight: 300;
font-size: 15px;
padding: 4px;
}
#footer-img {
float: left;
width: 100px;
height: 100px;
padding: 10px;
transform: translateX(-5px);
border-radius: 30px;
}
.footer-content>.jumbotron {
background: -webkit-gradient(linear,
left top,
right top,
from(rgb(134 226 111)),
to(rgb(221 206 106)));
padding-right: 20px !important;
}
.footer-content {
background: -webkit-gradient(linear,
left top,
right top,
from(#27e055),
to(#bff812));
left: 0;
bottom: 0;
}
#footert {
border-left: solid;
}
.ribbonfoot {
position: relative;
top: 6px;
left: 19px;
padding: 21px 25px;
background: #58da12;
box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3);
font-size: large;
border-top-left-radius: 135px;
border-bottom-right-radius: 135px;
margin-left: -5px;
}
.ribbonfootz {
position: relative;
top: -55px;
left: 30px;
padding: 22px 0px;
background: #ffe701;
border-top-left-radius: 135px;
border-bottom-right-radius: 135px;
box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3);
}
#footerLinks {
transform: translateX(-100px);
float: right;
}
#footerLinksTxt {
transform: translateX(339px);
}
.social-round-icon {
border: 1px solid #838383;
border-radius: 50px;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.social-round-icon:hover {
background-color: #58da12;
color: #838383;
border-color: #58da12;
}
.social-round-icon.orange-round-icon {
border: 1px solid #838383;
color: #838383;
}
.social-round-icon.orange-round-icon:hover {
background-color: #838383;
color: #58da12;
border-color: #838383;
}
.fa-icon {
color: #838383;
width: 32px;
height: 32px;
display: inline-block;
line-height: 32px;
font-size: 15px;
text-align: center;
}
#cpyrgt {
margin-top: -16px;
}
.footer {
position: relative;
padding: 10px;
}
.text-uppercase {
font-family: "Josefin Sans", sans-serif;
text-align: center;
}
.btncss {
background-color: #c47135;
border: none;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-size: 1em;
font-size: 22px;
line-height: 1em;
margin: inherit;
padding: inherit;
position: relative;
}
.btncss:before,
.btncss:after {
border-color: transparent;
-webkit-transition: all 0.25s;
transition: all 0.25s;
border-style: solid;
border-width: 0;
content: "";
height: 24px;
position: absolute;
width: 24px;
}
.btncss:before {
border-color: #c47135;
border-left-width: 2px;
border-top-width: 2px;
left: -5px;
top: -5px;
}
.btncss:after {
border-bottom-width: 2px;
border-color: #c47135;
border-right-width: 2px;
bottom: -5px;
right: -5px;
}
.btncss:hover,
.btncss.hover {
background-color: #c47135;
}
.btncss:hover:before,
.btncss.hover:before,
.btncss:hover:after,
.btncss.hover:after {
height: 100%;
width: 100%;
}
footer>.jumbotron {
position: relative;
}
.footCol {
text-decoration: underline;
} | css/Layout.css | body {
font-family: Arial, Helvetica, sans-serif;
text-align: left !important;
overflow-x: auto;
}
::-webkit-scrollbar {
width: 15px;
}
::-webkit-scrollbar-track {
background: mistyrose;
}
::-webkit-scrollbar-track-piece {
background: mistyrose;
border-top-left-radius: 135px;
border-bottom-right-radius: 135px;
}
::-webkit-scrollbar-button {
background-color: #27e055;
border-top-left-radius: 130px;
border-bottom-right-radius: 150px;
}
::-webkit-scrollbar-thumb {
background: rgb(190 245 100 / 67%);
outline-color: rgb(255, 145, 20);
border-top-left-radius: 135px;
border-bottom-right-radius: 135px;
}
::-webkit-scrollbar-thumb:hover {
background: -webkit-linear-gradient(45deg,
rgb(42 227 56 / 70%),
rgb(221 177 18 / 62%) 100%);
}
.vline {
border-left: 3px solid rgb(199, 155, 35);
}
#head {
text-decoration: none;
font-size: 30px;
font-family: Alegreya Sans SC;
text-shadow: 4px 2px 3px #3333334d;
}
.imgstat {
margin-bottom: 0px;
padding-bottom: 2px;
}
#txtdeco {
text-decoration: none;
}
#navtop {
background: -webkit-linear-gradient(45deg,
rgb(42 227 56 / 70%),
rgb(221 177 18 / 62%) 100%);
border-bottom: 5px solid rgb(199, 155, 35);
}
.dropdown {
background-color: transparent;
border-color: transparent;
color: gray;
outline: none;
}
#navtop:not {
background: transparent;
}
.navbar-default {
background-color: #f8f8f8;
border-bottom: 5px solid #c79b23;
color: rgba(63, 61, 61, 0.651);
}
.dropdown-menu {
background: #65d825b0 !important;
}
.navbar-nav>li>a {
color: #555 !important;
}
.navbar-nav>.open>a {
background-color: #65d825b0 !important;
}
.navbar-nav>li>a:hover {
background-color: #65d825b0 !important;
color: black !important;
}
html,
body {
margin: 0;
padding: 0;
}
.header__background {
position: sticky !important;
display: inline;
top: 0;
left: 0;
z-index: -1;
}
.vliner {
border-right: 3px solid black;
}
.row>.row1 {
position: initial !important;
}
.row>.col {
position: initial !important;
}
.footer-text {
font-family: "Josefin Sans", sans-serif;
font-variant: small-caps;
font-weight: 300;
}
#footercontent {
font-family: "Josefin Sans", sans-serif;
font-weight: 300;
font-size: 15px;
padding: 4px;
}
#footer-img {
float: left;
width: 100px;
height: 100px;
padding: 10px;
transform: translateX(-5px);
border-radius: 30px;
}
.footer-content>.jumbotron {
background: -webkit-gradient(linear,
left top,
right top,
from(rgb(134 226 111)),
to(rgb(221 206 106)));
padding-right: 20px !important;
}
.footer-content {
background: -webkit-gradient(linear,
left top,
right top,
from(#27e055),
to(#bff812));
left: 0;
bottom: 0;
}
#footert {
border-left: solid;
}
.ribbonfoot {
position: relative;
top: 6px;
left: 19px;
padding: 21px 25px;
background: #58da12;
box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3);
font-size: large;
border-top-left-radius: 135px;
border-bottom-right-radius: 135px;
margin-left: -5px;
}
.ribbonfootz {
position: relative;
top: -55px;
left: 30px;
padding: 22px 0px;
background: #ffe701;
border-top-left-radius: 135px;
border-bottom-right-radius: 135px;
box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3);
}
#footerLinks {
transform: translateX(-100px);
float: right;
}
#footerLinksTxt {
transform: translateX(339px);
}
.social-round-icon {
border: 1px solid #838383;
border-radius: 50px;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.social-round-icon:hover {
background-color: #58da12;
color: #838383;
border-color: #58da12;
}
.social-round-icon.orange-round-icon {
border: 1px solid #838383;
color: #838383;
}
.social-round-icon.orange-round-icon:hover {
background-color: #838383;
color: #58da12;
border-color: #838383;
}
.fa-icon {
color: #838383;
width: 32px;
height: 32px;
display: inline-block;
line-height: 32px;
font-size: 15px;
text-align: center;
}
#cpyrgt {
margin-top: -16px;
}
.footer {
position: relative;
padding: 10px;
}
.text-uppercase {
font-family: "Josefin Sans", sans-serif;
text-align: center;
}
.btncss {
background-color: #c47135;
border: none;
color: #ffffff;
cursor: pointer;
display: inline-block;
font-size: 1em;
font-size: 22px;
line-height: 1em;
margin: inherit;
padding: inherit;
position: relative;
}
.btncss:before,
.btncss:after {
border-color: transparent;
-webkit-transition: all 0.25s;
transition: all 0.25s;
border-style: solid;
border-width: 0;
content: "";
height: 24px;
position: absolute;
width: 24px;
}
.btncss:before {
border-color: #c47135;
border-left-width: 2px;
border-top-width: 2px;
left: -5px;
top: -5px;
}
.btncss:after {
border-bottom-width: 2px;
border-color: #c47135;
border-right-width: 2px;
bottom: -5px;
right: -5px;
}
.btncss:hover,
.btncss.hover {
background-color: #c47135;
}
.btncss:hover:before,
.btncss.hover:before,
.btncss:hover:after,
.btncss.hover:after {
height: 100%;
width: 100%;
}
footer>.jumbotron {
position: relative;
}
.footCol {
text-decoration: underline;
} | 0.306735 | 0.041307 |
@import url("basic.css");
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,700,300italic,400italic,700italic|Ubuntu+Mono:400,700,400italic,700italic);
body {
position: relative;
font-family: 'Ubuntu', 'Arial', sans-serif;
font-size: 15px;
line-height: 1.5;
margin: 0;
padding: 2em 0 0;
color: #333333;
background-color: #FFFFFF;
}
pre,
tt,
code,
kbd,
samp,
div.body dl.class >dt,
div.body dl.method >dt,
div.body dl.attribute >dt,
div.body dl.function >dt,
div.body dl.classmethod >dt,
div.body dl.exception >dt {
font-family: 'Ubuntu Mono', 'Consolas', 'DejaVu Sans Mono', 'Liberation Mono', 'Menlo', 'Lucida Console', monospace;
}
a {
color: inherit;
text-decoration: none;
outline: 0;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
}
/* Header bar */
div.header-wrapper {
z-index: 1;
position: fixed;
top: 0;
height: 2em;
left: 0;
right: 0;
background: #ffffff;
border-bottom: 1px solid #cccccc;
box-shadow: 1px 1px 2px #e6e6e6;
}
div.header {
position: relative;
width: 940px;
margin: 0 auto;
padding: 0;
font-size: 120%;
}
div.header a {
color: #3366aa;
}
div.header a:hover {
color: #ff1800;
}
div.header a.disabled {
color: #cccccc;
cursor: default;
}
div.header >ul.path {
float: left;
margin: 0 0 0 1.2em;
padding: 0;
width: 80%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 300;
}
div.header >ul.path >li {
display: inline-block;
margin: 2px 0 0;
padding: 0;
}
div.header >ul.path strong {
font-weight: 400;
}
div.header >ul.related {
margin: 0;
padding: 0;
font-weight: 700;
}
div.header >ul.related >li {
float: right;
margin: 2px 0 0;
padding: 0;
border-left: 1px solid #e6e6e6;
list-style-type: none;
}
div.header >ul.related >li >a {
display: inline-block;
margin: 0;
padding: 0 0.5em;
-moz-user-select: none;
-webkit-user-select: none;
}
/* Page content */
div.content-wrapper {
position: relative;
width: 940px;
margin: 0 auto;
padding: 0;
}
div.content a {
color: #3366AA;
}
div.content a:hover {
color: #FF1800;
}
/* Sidebar */
div.sidebar-wrapper {
position: absolute;
top: 0;
left: 0;
width: 273px;
font-weight: 300;
line-height: 1.8;
}
div.sidebar {
width: 100%;
margin: 0;
padding: 3em 0;
float: none;
border: none;
background-color: inherit;
}
div.sidebar ul {
margin: 0;
padding: 0;
}
div.sidebar li {
list-style-type: none;
margin: 0;
padding: 0;
color: #cccccc;
}
div.sidebar >ul {
margin: 0 0 0 1.5em;
}
div.sidebar li.active {
list-style-type: disc;
}
div.sidebar a {
display: block;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
/* Body */
div.body-wrapper {
position: absolute;
top: 0;
right: 0;
width: 637px;
padding: 0 0 2em;
}
div.body :target {
padding-top: 2em;
margin-top: -2em;
}
div.body div.highlight {
background: none;
}
div.body dt:target {
background: none;
}
div.body h1 {
font-size: 190%;
}
div.body h2 {
font-size: 160%;
}
div.body h3 {
font-size: 130%;
}
div.body h4 {
font-size: 100%;
}
div.body h5 {
font-size: 95%;
}
div.body h6 {
font-size: 90%;
}
div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
margin: 1.5em 0 0 0;
padding: 0;
clear: both;
}
div.body p,
div.body ul,
div.body ol,
div.body dl,
div.body table,
div.body pre {
margin: 1em 0 0 0;
padding: 0;
}
div.body li {
margin: 0 0 0 2em;
padding: 0;
}
div.body li >ul {
margin: 0.5em 0;
}
div.body dt {
margin: 0.5em 0 0 0;
padding: 0;
}
div.body dd {
margin: 0.1em 0 0 0;
padding: 0 0 0 2em;
}
div.body dd >p:first-child {
margin: 0.5em 0;
}
div.body dd >p {
margin: 1em 0 0 0;
}
div.body pre {
line-height: 1.2;
padding: 1em;
background-color: #f7f7f7;
border-radius: 4px;
}
/* Small screen */
@media (max-width: 980px) {
div.header {
position: absolute;
left: 20px;
right: 20px;
width: auto;
}
div.header >ul.related {
display: none;
}
div.content-wrapper {
position: absolute;
left: 20px;
right: 20px;
width: auto;
}
div.sidebar-wrapper {
display: none;
}
div.body-wrapper {
position: static;
left: 0;
right: 0;
width: auto;
}
} | html/sphinxcontrib-rextheme/rex/_static/rextheme.css |
@import url("basic.css");
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,700,300italic,400italic,700italic|Ubuntu+Mono:400,700,400italic,700italic);
body {
position: relative;
font-family: 'Ubuntu', 'Arial', sans-serif;
font-size: 15px;
line-height: 1.5;
margin: 0;
padding: 2em 0 0;
color: #333333;
background-color: #FFFFFF;
}
pre,
tt,
code,
kbd,
samp,
div.body dl.class >dt,
div.body dl.method >dt,
div.body dl.attribute >dt,
div.body dl.function >dt,
div.body dl.classmethod >dt,
div.body dl.exception >dt {
font-family: 'Ubuntu Mono', 'Consolas', 'DejaVu Sans Mono', 'Liberation Mono', 'Menlo', 'Lucida Console', monospace;
}
a {
color: inherit;
text-decoration: none;
outline: 0;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
}
/* Header bar */
div.header-wrapper {
z-index: 1;
position: fixed;
top: 0;
height: 2em;
left: 0;
right: 0;
background: #ffffff;
border-bottom: 1px solid #cccccc;
box-shadow: 1px 1px 2px #e6e6e6;
}
div.header {
position: relative;
width: 940px;
margin: 0 auto;
padding: 0;
font-size: 120%;
}
div.header a {
color: #3366aa;
}
div.header a:hover {
color: #ff1800;
}
div.header a.disabled {
color: #cccccc;
cursor: default;
}
div.header >ul.path {
float: left;
margin: 0 0 0 1.2em;
padding: 0;
width: 80%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 300;
}
div.header >ul.path >li {
display: inline-block;
margin: 2px 0 0;
padding: 0;
}
div.header >ul.path strong {
font-weight: 400;
}
div.header >ul.related {
margin: 0;
padding: 0;
font-weight: 700;
}
div.header >ul.related >li {
float: right;
margin: 2px 0 0;
padding: 0;
border-left: 1px solid #e6e6e6;
list-style-type: none;
}
div.header >ul.related >li >a {
display: inline-block;
margin: 0;
padding: 0 0.5em;
-moz-user-select: none;
-webkit-user-select: none;
}
/* Page content */
div.content-wrapper {
position: relative;
width: 940px;
margin: 0 auto;
padding: 0;
}
div.content a {
color: #3366AA;
}
div.content a:hover {
color: #FF1800;
}
/* Sidebar */
div.sidebar-wrapper {
position: absolute;
top: 0;
left: 0;
width: 273px;
font-weight: 300;
line-height: 1.8;
}
div.sidebar {
width: 100%;
margin: 0;
padding: 3em 0;
float: none;
border: none;
background-color: inherit;
}
div.sidebar ul {
margin: 0;
padding: 0;
}
div.sidebar li {
list-style-type: none;
margin: 0;
padding: 0;
color: #cccccc;
}
div.sidebar >ul {
margin: 0 0 0 1.5em;
}
div.sidebar li.active {
list-style-type: disc;
}
div.sidebar a {
display: block;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
/* Body */
div.body-wrapper {
position: absolute;
top: 0;
right: 0;
width: 637px;
padding: 0 0 2em;
}
div.body :target {
padding-top: 2em;
margin-top: -2em;
}
div.body div.highlight {
background: none;
}
div.body dt:target {
background: none;
}
div.body h1 {
font-size: 190%;
}
div.body h2 {
font-size: 160%;
}
div.body h3 {
font-size: 130%;
}
div.body h4 {
font-size: 100%;
}
div.body h5 {
font-size: 95%;
}
div.body h6 {
font-size: 90%;
}
div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
margin: 1.5em 0 0 0;
padding: 0;
clear: both;
}
div.body p,
div.body ul,
div.body ol,
div.body dl,
div.body table,
div.body pre {
margin: 1em 0 0 0;
padding: 0;
}
div.body li {
margin: 0 0 0 2em;
padding: 0;
}
div.body li >ul {
margin: 0.5em 0;
}
div.body dt {
margin: 0.5em 0 0 0;
padding: 0;
}
div.body dd {
margin: 0.1em 0 0 0;
padding: 0 0 0 2em;
}
div.body dd >p:first-child {
margin: 0.5em 0;
}
div.body dd >p {
margin: 1em 0 0 0;
}
div.body pre {
line-height: 1.2;
padding: 1em;
background-color: #f7f7f7;
border-radius: 4px;
}
/* Small screen */
@media (max-width: 980px) {
div.header {
position: absolute;
left: 20px;
right: 20px;
width: auto;
}
div.header >ul.related {
display: none;
}
div.content-wrapper {
position: absolute;
left: 20px;
right: 20px;
width: auto;
}
div.sidebar-wrapper {
display: none;
}
div.body-wrapper {
position: static;
left: 0;
right: 0;
width: auto;
}
} | 0.290075 | 0.092074 |
.overlay {
position: fixed;
top: 0;
left: 0;
z-index: 1090 !important;
background-color: var(--white);
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.loader {
color: var(--primary);
font-size: 9rem;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em,
-0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em,
-0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em,
-0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
0 -0.83em 0 -0.477em;
}
}
@keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em,
-0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em,
-0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em,
-0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes ldio-79y8aqou92d-o {
0% {
opacity: 1;
transform: translate(0 0);
}
49.99% {
opacity: 1;
transform: translate(80px, 0);
}
50% {
opacity: 0;
transform: translate(80px, 0);
}
100% {
opacity: 0;
transform: translate(0, 0);
}
}
@keyframes ldio-79y8aqou92d {
0% {
transform: translate(0, 0);
}
50% {
transform: translate(80px, 0);
}
100% {
transform: translate(0, 0);
}
}
.ldio-79y8aqou92d div {
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
top: 60px;
left: 20px;
}
.ldio-79y8aqou92d div:nth-child(1) {
background: #6cc5ff;
animation: ldio-79y8aqou92d 1s linear infinite;
animation-delay: -0.5s;
}
.ldio-79y8aqou92d div:nth-child(2) {
background: #d4afb9;
animation: ldio-79y8aqou92d 1s linear infinite;
animation-delay: 0s;
}
.ldio-79y8aqou92d div:nth-child(3) {
background: #6cc5ff;
animation: ldio-79y8aqou92d-o 1s linear infinite;
animation-delay: -0.5s;
}
.loadingio-spinner-dual-ball-ax6i0pabift {
width: 200px;
height: 200px;
display: inline-block;
overflow: hidden;
background: #ffffff;
}
.ldio-79y8aqou92d {
width: 100%;
height: 100%;
position: relative;
transform: translateZ(0) scale(1);
backface-visibility: hidden;
transform-origin: 0 0; /* see note above */
}
.ldio-79y8aqou92d div {
box-sizing: content-box;
}
/* generated by https://loading.io/ */ | packages/dev-frontend/src/components/Loader/Loader.module.css | .overlay {
position: fixed;
top: 0;
left: 0;
z-index: 1090 !important;
background-color: var(--white);
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.loader {
color: var(--primary);
font-size: 9rem;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em,
-0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em,
-0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em,
-0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
0 -0.83em 0 -0.477em;
}
}
@keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em,
-0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em,
-0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em,
-0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em,
0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes ldio-79y8aqou92d-o {
0% {
opacity: 1;
transform: translate(0 0);
}
49.99% {
opacity: 1;
transform: translate(80px, 0);
}
50% {
opacity: 0;
transform: translate(80px, 0);
}
100% {
opacity: 0;
transform: translate(0, 0);
}
}
@keyframes ldio-79y8aqou92d {
0% {
transform: translate(0, 0);
}
50% {
transform: translate(80px, 0);
}
100% {
transform: translate(0, 0);
}
}
.ldio-79y8aqou92d div {
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
top: 60px;
left: 20px;
}
.ldio-79y8aqou92d div:nth-child(1) {
background: #6cc5ff;
animation: ldio-79y8aqou92d 1s linear infinite;
animation-delay: -0.5s;
}
.ldio-79y8aqou92d div:nth-child(2) {
background: #d4afb9;
animation: ldio-79y8aqou92d 1s linear infinite;
animation-delay: 0s;
}
.ldio-79y8aqou92d div:nth-child(3) {
background: #6cc5ff;
animation: ldio-79y8aqou92d-o 1s linear infinite;
animation-delay: -0.5s;
}
.loadingio-spinner-dual-ball-ax6i0pabift {
width: 200px;
height: 200px;
display: inline-block;
overflow: hidden;
background: #ffffff;
}
.ldio-79y8aqou92d {
width: 100%;
height: 100%;
position: relative;
transform: translateZ(0) scale(1);
backface-visibility: hidden;
transform-origin: 0 0; /* see note above */
}
.ldio-79y8aqou92d div {
box-sizing: content-box;
}
/* generated by https://loading.io/ */ | 0.518302 | 0.132936 |
.contact-section .contact-info p a:hover,
.contact-section .contact-info p a:focus {
color: #fd5f00;
}
.wrap-about img{
background-size: contain !important;}
.contact-section .box h3,
.contact-section .box p {
margin-bottom: 0 !important;
}
.contact-section .box h3 {
font-family: 'Aleo', serif;
line-height: 30.67px;
font-weight: 700;
color: #063360;
font-size: 27px;
margin-bottom: 10px !important;
}
.contact-section .box p,
.contact-section .box p a {
font-family: "Open Sans", sans-serif;
color: #063360;
font-weight: 400;
font-size: 20.44px;
line-height: 30.67px;
}
.contact-section .box {
padding: 3em 1.5em !important;
}
.ftco-section {
padding: 100px 0 100px 0;
}
.ftco-section.ftco-no-pb {
margin-bottom: 100px;
padding: 0
}
.course-form .form-group label {
font-family: Aleo, serif;
font-weight: 700;
font-size: 23px;
color: #063360;
line-height: 30.67px;
text-transform: none;
}
.course-form .form-group .form-control {
margin-bottom: 1px;
border: 2px solid #424043;
border-radius: 0;
background: #fff;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 30.67px;
color: #063360;
resize: none;
}
.course-form .form-group .btn.btn-primary {
width: auto;
border-radius: 0;
font-weight: 600;
font-size: 16px;
line-height: 30.67px;
font-family: "Open Sans", sans-serif;
text-transform: uppercase;
padding: 14px 56px !important;
margin-top: 10px;
}
.ftco-footer-social li:last-child {
margin-right: 0
}
.ftco-footer-social li a:hover,
.ftco-footer-social li a:focus {
background: #fd5f00;
}
.ftco-footer .ftco-footer-widget h2 {
text-align: center;
font-family: 'Aleo', serif;
line-height: 30.67px;
font-weight: 700;
font-size: 27px;
margin-bottom: 10px !important;
font-family: "Open Sans", sans-serif;
}
.block-23 ul li span {
font-family: "Open Sans", sans-serif;
color: #fff;
font-weight: 400;
font-size: 16px;
line-height: normal;
}
.ftco-footer a:hover,
.ftco-footer a:focus {
color: #fd5f00;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
font-family: "Open Sans", sans-serif;
text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav {
justify-content: center;
margin-right: 0 !important;
padding-right: 0;
}
.navbar-expand-lg .navbar-nav li:last-child a {
padding-right: 0;
}
.navbar-expand-lg .navbar-collapse {
justify-content: center;
}
.hero-wrap.hero-wrap-2 .slider-text .bread {
font-family: "Open Sans", sans-serif;
font-size: 90px;
}
.float-md-left {
float: none !important;
text-align: center;
}
.ftco-section {
padding: 70px 0 30px 0;
}
.ftco-section .col-md-12.text-center {
border-top: 1px solid #4e4e4e;
padding-top: 40px;
}
@media (max-width:1200px) {
.contact-section .box {
padding: 3em 10px !important;
}
}
@media (max-width: 991px) {
.contact-info .col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 50%;
max-width: 50%;
margin-bottom: 30px;
}
}
@media (max-width: 580px) {
.contact-info .col-md-3 {
flex: 0 0 100%;
max-width: 100%;
}
.ftco-section {
padding: 70px 0 50px 0;
}
.ftco-section.ftco-no-pb {
margin-bottom: 70px;
}
}
@media (max-width: 480px) {}
.course-form .form-group .btn.btn-primary {
width: 100%;
}
}
@media (min-width: 768px) {
.float-md-left {
float: none !important;
text-align: center;
}
.ftco-footer .ftco-footer-widget h2 {
text-align: center;
}
}
@media (max-width: 991px) {
.ftco-navbar-light .container {
background: transparent;
width: auto;
padding: 0 !important;
}
.ftco-navbar-light {
background: transparent !important;
border: 0;
position: absolute;
left: inherit;
right: 0;
top: 0;
width: auto;
padding: 0;
}
.ftco-navbar-light .navbar-toggler {
z-index: 99;
position: fixed;
top: 0;
right: 0;
margin-right: 0;
padding: 0;
border-radius: 0;
margin-left: 0;
color: rgb(13 17 40) !important;
cursor: pointer;
text-transform: uppercase;
font-size: 16px;
letter-spacing: .1em;
margin-top: 0;
}
.ftco-navbar-light .navbar-toggler{ color: #fff !important;outline:none}
.ftco-navbar-light .navbar-toggler[aria-expanded="true"]{}
.ftco-navbar-light .oi-menu{padding: 15px;
background: #0d1128;}
.navbar-collapse {
background: #0d1128 !important;
text-align: center;
width: 100%;
position: fixed;
z-index: 9;
top: 1.5rem;
right: 37px;
overflow-x: hidden;
transition: all 0.5s ease 0s;
padding-top: 30px;
display: block;
padding-bottom: 30px;
transform: scale(0.7) !important;
z-index: 9;
opacity: 0;
visibility: hidden; height: 100% !important;
}
.navbar-collapse.show {
opacity: 1;
visibility: visible;
transform: scale(1) !important;display: flex;
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
color: #fd5f00;
}
.ftco-navbar-light .navbar-nav > .nav-item > a {
color: #fd5f00;
font-size: 30px;
color: #fff;
font-family: "Open Sans", sans-serif;
}.navbar-light .topper {
font-size: 15px;
width: 50%;}
}
@media (max-width: 576px){
.ftco-navbar-light .navbar-toggler{ right: 15px;}
}
@media (max-width: 480px){
.navbar-light .topper { width:100%;}
.navbar-light .col-md-4.align-items-center{
border-bottom: 1px solid #0d1128;
margin-bottom: 10px;
}
}
/*Home*/
.ftco-section {
padding: 100px 0 100px 0 !important;
}
.registration {
padding: 100px 30px !important;
}
.wrap-about h2,
.heading-section.heading-section-white h2,
.heading-section h2 {
color: #063360;
margin-bottom: 10px !important;
font-family: Aleo, serif;
font-weight: 700;
font-size: 40px;
line-height: 40px;
padding-bottom: 15px;
width: 100%;
}
.heading-section.heading-section-white h2 {
color: #fff;
}
p {
margin-top: 0;
margin-bottom: 1rem;
color: #4d4d4d;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 30.67px;
}
.services-2 .text h3 {
font-size: 20px;
font-weight: 500;
font-family: 'Aleo', serif;
line-height: 30.67px;
font-weight: 700;
color: #063360;
font-size: 22px;
margin-bottom: 10px !important;
font-family: "Open Sans", sans-serif;
}
.ftco-section .course .text {
background: #fbfbfb;
padding: 0;
webkit-box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
-moz-box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
border: 0;
margin: 0 0 20px 0;
padding: 20px;
}
.ftco-section .course {
margin-bottom: 0;
display: flex;
flex-wrap: wrap;
}
.ftco-section .course .text {
padding: 20px;
padding-bottom: 30px;
flex: 1;
flex-direction: column;
display: flex;
padding-bottom: 70px;
position: relative;
}
.ftco-section .course .text btn {
position: absolute;
bottom: 30px;
left: 20px;
right: 20px;
width: auto;
}
.course .text h3 a {
color: #063360;
font-size: 23.05px;
margin-top: 0;
display: inline-block;
width: 100%;
font-weight: 700;
font-family: "Open Sans", sans-serif;
}
.course .text p.meta {
text-transform: uppercase;
letter-spacing: 1px;
color: #424043;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 15.37px;
line-height: normal;
margin-bottom: 10px;
}
.btn.btn-primary {
border: 2px solid #fd6001;
width: auto;
border-radius: 0;
background: #fd6001;
color: #ffffff;
font-weight: 400;
font-size: 16px;
line-height: 30.67px;
font-family: "Open Sans", sans-serif;
text-transform: uppercase;
padding: 3px 28px !important;
margin: 20px 0;
margin-bottom: 0;
display: inline-block;
}
.ftco-section.ftco-counter .mb-5.pb-2 {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
background: #fff;
color: #fd6001;
border: 2px solid #fd6001;
}
.owl-carousel.home-slider .slider-item .slider-text h1 {
font-size: 60px;
font-family: "Open Sans", sans-serif;
}
.appointment-form .form-control {
border: transparent !important;
border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
height: 58px !important;
padding-left: 0;
padding-right: 0;
background: transparent !important;
color: rgba(255, 255, 255, 0.9) !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 2px solid #424043;
border-radius: 0;
background: #fff;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 16px;
resize: none;
}
.appointment-form .form-control option {
background: #063360
}
.appointment-form .form-group .icon {
z-index: -1;
}
.testimony-section .owl-dots .owl-dot {
width: 12px;
height: 12px;
}
.ftco-section.ftco-consult .col-md-6 {
max-width: 600px !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
margin-top: 0 !important;
flex: inherit;
margin-bottom: 0 !important;
}
.ftco-section.ftco-consult .col-md-6 .py-md-5 {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
footer.ftco-section {
padding: 70px 0 30px 0 !important;
}
.ftco-section.testimony-section {
padding-top: 0 !important
}
.ftco-section .course .btn {
width: auto;
position: absolute;
bottom: 30px;
left: 20px;
right: 20px;
}
.hero-wrap.hero-wrap-2 .slider-text .bread {
font-family: "Open Sans", sans-serif;
font-size: 60px !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
padding-top: 25px;
line-height: normal;
padding-bottom: 25px;
}
.gallery-container .tz-gallery .caption {
padding: 26px 30px;
text-align: center;
padding: 20px;
padding-bottom: 30px;
flex: 1;
flex-direction: column;
display: flex;
padding-bottom: 70px;
position: relative;
background: #fbfbfb;
padding: 0;
webkit-box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
-moz-box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
border: 0;
margin: 0 0 20px 0;
padding: 20px;
}
.gallery-container .tz-gallery .caption h3 {
color: #063360;
font-size: 23.05px;
margin-top: 0;
display: inline-block;
width: 100%;
font-weight: 700;
font-family: "Open Sans", sans-serif;
text-align: left;
}
.gallery-container .tz-gallery .caption p {
margin: 0;
letter-spacing: 1px;
color: #424043;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 15.37px;
line-height: normal;
margin-bottom: 10px;
text-align: left;
}
.navbar-expand-lg .navbar-nav {
width: 100%;
}
.navbar-brand {
float: left !important;
height: auto !important;
padding: 0 !important;
font-size: 38px !important;
line-height: 1 !important;
}
.no-gutters {
margin-right: 0 !important;
margin-left: 0 !important;
font-family: "Poppins", Arial, sans-serif;
}
.topper .text {
white-space: nowrap;
}
.topper .text span {
font-family: "Poppins", Arial, sans-serif;
}
.navbar-light .navbar-brand {
font-family: "Poppins", Arial, sans-serif;
}
.topper .text span:first-child {
line-height: 27px;
}
.ftco-section.contact-section {
padding-bottom: 0 !important;
}
@media (min-width: 768px) {
.container {
max-width: 100%;
padding-right: 30px;
padding-left: 30px;
width: 100% !important;
}
.bg-top .col-lg-8.d-block {
width: auto !important
}
.navbar {
border-radius: 0 !important;
}
}
@media (min-width: 991px) {
.bg-top {
min-height: 102px;
display: flex;
align-items: center;
}
}
@media (min-width: 1280px) {
.container {
max-width: 100%;
}
}
.hero-wrap.hero-wrap-2 .slider-text .bread {
font-size: 60px;
}
.owl-carousel.home-slider .owl-dots .owl-dot {
width: 12px !important;
height: 12px !important;
}
.gallery-container .tz-gallery {
padding: 100px 0 80px 0;
}
.navbar {
min-height: auto !important;
}
.ftco-section.ftco-no-pt.affilation_facto .row.d-flex .order-md-last.wrap-about .img,
.ftco-section.ftco-no-pt.affilation_facto .row.d-flex .order-md-last.wrap-about img {
background-size: contain;
max-height: 450px;
background-position: top;
}
@media (min-width: 1366px) {
.container {
max-width: 1280px !important;
width: 1280px !important
}
}
@media (max-width: 1366px) {
.owl-carousel.home-slider .slider-item .slider-text h1,
.hero-wrap.hero-wrap-2 .slider-text .bread {
font-size: 50px !important;
}
.ftco-section .course {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
}
@media (max-width: 991px) {
.ftco-section .course {
flex: 0 0 50%;
max-width: 50%;
}
.owl-carousel.home-slider .slider-item .slider-text h1,
.hero-wrap.hero-wrap-2 .slider-text .bread {
font-size: 40px !important;
}
.ftco-section.ftco-no-pt .row.d-flex .wrap-about {
flex: 100%;
max-width: 100%;
position: relative;
visibility: visible;
opacity: 1;
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.ftco-section.ftco-no-pt .row.d-flex .order-md-last.wrap-about .img,
.ftco-section.ftco-no-pt .row.d-flex .order-md-last.wrap-about img {
height: 450px;
margin-top: 80px
}
.ftco-navbar-light .navbar-toggler {
top: 20px !important;
right: 20px !important;
}
.ftco-footer-social li {
opacity: 1;
visibility: visible;
}
footer.ftco-section .col-md-6:last-child {
position: absolute;
right: 0;
}
.navbar-light .topper {
padding-right: 0;
}
}
@media (max-width:768px) {
.ftco-section .course {
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 50px;
}
.ftco-section .course:last-child {
margin-bottom: 0
}
footer.ftco-section .col-md-6:last-child {
position: relative;
}
.ftco-section {
padding: 70px 0 70px 0 !important;
}
.registration {
padding: 70px 30px !important;
}
.gallery-container .tz-gallery {
padding: 70px 0 50px 0;
}
.ftco-section.ftco-no-pt .row.d-flex .order-md-last.wrap-about .img,
.ftco-section.ftco-no-pt .row.d-flex .order-md-last.wrap-about img {
margin-top: 70px
}
.ftco-section.ftco-no-pb {
margin-bottom: 50px;
}
.navbar {
min-height: 0;
}
.ftco-section.ftco-no-pt.affilation_facto .row.d-flex .order-md-last.wrap-about .img,
.ftco-section.ftco-no-pt.affilation_facto .row.d-flex .order-md-last.wrap-about img {
max-height: 350px;
}
.ftco-section.ftco-no-pt .row.d-flex .order-md-last {
flex: 0 0 10%;
max-width: 1000%;
}
.container {
padding-right: 20px;
padding-left: 20px;
}
}
@media (max-width:767px) {
.ftco-section.ftco-no-pt .row.d-flex {
flex-direction: column-reverse;
}
.ftco-section.ftco-no-pt.registration .row.d-flex {
flex-direction: inherit;
}
}
@media (max-width:575px) {
.ftco-navbar-light .navbar-toggler {
top: 15px !important;
right: 15px !important;
}
.ftco-section {
padding: 50px 0 50px 0 !important;
}
.registration {
padding: 50px 20px !important;
}
.gallery-container .tz-gallery {
padding: 50px 0 30px 0;
}
.ftco-section.ftco-no-pb {
margin-bottom: 20px;
}
.ftco-section.ftco-no-pt .row.d-flex .order-md-last.wrap-about .img,
.ftco-section.ftco-no-pt .row.d-flex .order-md-last.wrap-about img {
margin-top: 50px
}
.ftco-section.ftco-no-pt.affilation_facto .row.d-flex .order-md-last.wrap-about .img,
.ftco-section.ftco-no-pt.affilation_facto .row.d-flex .order-md-last.wrap-about img {
max-height: 200px;
}
}
.registration .form-row label,
.registration label {
font-family: Aleo, serif;
font-weight: 700;
font-size: 23px;
color: #063360;
line-height: 30.67px;
text-transform: none;
}
.registration .form-row .table-dark {
background-color: #063360 !important;
}
.registration .form-row .btn.btn-primary {
margin: 0
}
.registration .form-control,
.registration .custom-control-label::before,
.registration .custom-file-label,
.registration .custom-select,
.registration .custom-select:focus {
margin-bottom: 1px;
border: 2px solid #424043;
border-radius: 0;
outline: none !important;
box-shadow: none;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 16px;
height: 52px !important;
line-height: 30.67px;
color: #063360;
resize: none;
}
#contact-form {
padding-top: 50px;
}
.registration .table-dark th,
.registration .table-dark td,
.registration .table-dark thead th {
border-color: #454d55;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 30.67px;
}
.registration .input-field {
margin-bottom: 1px;
border: 2px solid #424043;
border-radius: 0;
outline: none !important;
box-shadow: none;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 16px;
height: 52px !important;
line-height: 30.67px;
color: #063360;
resize: none;
}
.registration .table-dark th .btn.btn-primary,
.registration .table-dark td .btn.btn-primary,
.registration .table-dark thead th .btn.btn-primary {
height: 52px !important;
}
.registration button[type=submit] {
border-radius: 0;
font-size: 16px;
line-height: 30.67px;
font-family: "Open Sans", sans-serif;
text-transform: uppercase;
padding: 14px 56px !important;
border: 2px solid #fd6001;
width: auto;
border-radius: 0;
background: #fd6001;
color: #ffffff;
font-weight: 400;
margin: 20px 0;
display: inline-block;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
background: #fff !important;
color: #fd6001 !important;
border: 2px solid #fd6001 !important;
}
.registration button[type=submit]:hover,
.registration button[type=submit]:focus {
background: #fff !important;
color: #fd6001 !important;
border: 2px solid #fd6001 !important;
}
.registration .container.my-2 {
background-color: #fafafa;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.473), 0 6px 20px 0 rgba(0, 0, 0, 0.473);
webkit-box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
-moz-box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
border: 0;
}
.registration .container-title {
width: 100%;
}
.registration .form-check-input {
margin-top: 10px;
}
.registration .container-title h3 {
color: #063360;
margin-bottom: 10px !important;
font-family: Aleo, serif;
font-weight: 700;
font-size: 40px;
line-height: 40px;
padding-bottom: 15px;
width: 100%;
}
@media (max-width:1200px) {
.registration .table-dark th,
.registration .table-dark td,
.registration .table-dark thead th {
min-width: 200px;
}
}
@media (max-width:575px) {
.registration .container-title h3 {
color: #063360;
margin-bottom: 10px !important;
font-family: Aleo, serif;
font-weight: 700;
font-size: 30px;
line-height: 30px;
padding-bottom: 0;
width: 100%;
}
}
.doctor .coralbg {
background-color: #FA396F;
background: #fd5f00;
color: #fff;
}
.doctor .no-pad {
display: flex;
justify-content: center;
align-items: center;
}
.doctor .user-pad h3 {
color: #fff;
margin-bottom: 10px !important;
font-weight: 700;
width: 100%;
font-size: 30px;
line-height: 30.67px;
margin-bottom: 10px !important;
font-family: "Open Sans", sans-serif;
}
.doctor .user-pad h4 {
margin-bottom: 0 !important;
}
.doctor .user-pad h4 p {
line-height: 30.67px;
font-weight: 700;
color: #fff;
font-size: 18px;
margin-bottom: 10px !important;
font-family: "Open Sans", sans-serif;
margin-bottom: 0 !important;
}
.doctor .user-menu.user-pad {
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.doctor .user-menu.user-pad .user-menu-content h3 {
line-height: 30.67px;
font-weight: 700;
color: #063360;
font-size: 22px;
margin-bottom: 10px !important;
font-family: "Open Sans", sans-serif;
text-align: center;
}
.doctor .user-menu-list li {
padding-bottom: 0;
}
.doctor .user-menu-list li p:last-child {
margin-bottom: 0;
}
.doctor {
margin-bottom: 60px;
margin-top: 0;
margin-right: 0;
margin-left: 0;
}
.doctor ul.user-menu-list {
border: 1px solid #fd6408;
padding: 15px;
}
.doctor div.user-menu-container .thumbnail {
object-fit: cover;
background-position: left !important;
}
.doctor .no-pad .user-image {
width: 100%;
}
@media (max-width:768px) {
.doctor .user-menu.user-pad {
padding-bottom: 30px;
}
.user-pad {
width: 100%;
}
}
@media (min-width:992px) {
.doctor {
margin-bottom: 100px;
margin-top: 100px !important;
margin-right: 0;
margin-left: 0;
}
}
@media (max-width:991px) {
.doctor {
margin-bottom: 60px;
margin-top: 0 !important;
}
}
@media (max-width: 991px) {.navbar-collapse.show,
.navbar-expand-lg .navbar-collapse.show {
display: initial;
right: 0;
top: 0;
}
}
.fractro_details .duration h3 {
color: #063360;
margin-bottom: 10px !important;
font-family: Aleo, serif;
font-weight: 700;
font-size: 40px;
line-height: 40px;
padding-bottom: 15px;
width: 100%;
}
.fractro_details .eligibility h3 {
line-height: 30.67px;
font-weight: 700;
color: #063360;
font-size: 22px;
margin-bottom: 10px !important;
font-family: "Open Sans", sans-serif;
text-align: left;
}
.fractro_details .eligibility p,
.fractro_details .eligibility h2 span {
margin-top: 0;
margin-bottom: 1rem !important;
color: #4d4d4d !important;
font-family: "Open Sans", sans-serif !important;
font-weight: 400 !important;
font-size: 18px !important;
line-height: 30.67px !important;
}
.fractro_details .eligibility h2 pre {
font-weight: 700;
color: #000000;
}
.syllabus .session{
margin-top: 50px
}
.syllabus h3 {
line-height: 30.67px;
font-weight: 700;
color: #063360;
font-size: 22px;
margin-bottom: 10px !important;
font-family: "Open Sans", sans-serif;
text-align: left;
}
.ftco-footer .ftco-footer-widget h2{ margin-top: 0;}
@media (max-width: 991px) {
.navbar-collapse.show,
.navbar-expand-lg .navbar-collapse.show {
display: initial;
right: 0;
top: 0;
left: 0;
margin: 0;
border: 0;
padding: 20px;
overflow-y: scroll !important;
height: 100vh !important;
}.registration .form-row label, .registration label,.course-form .form-group label{ font-size: 21px;}
}
@media (max-width: 768px){
.ftco-section.ftco-no-pt .row.d-flex .order-md-last {
flex: 0 0 100%;
max-width: 1000%;
}
}
.contact-section .box p, .contact-section .box p a{ word-break: break-all;
font-size: 18px;} | public/css/manual.css | .contact-section .contact-info p a:hover,
.contact-section .contact-info p a:focus {
color: #fd5f00;
}
.wrap-about img{
background-size: contain !important;}
.contact-section .box h3,
.contact-section .box p {
margin-bottom: 0 !important;
}
.contact-section .box h3 {
font-family: 'Aleo', serif;
line-height: 30.67px;
font-weight: 700;
color: #063360;
font-size: 27px;
margin-bottom: 10px !important;
}
.contact-section .box p,
.contact-section .box p a {
font-family: "Open Sans", sans-serif;
color: #063360;
font-weight: 400;
font-size: 20.44px;
line-height: 30.67px;
}
.contact-section .box {
padding: 3em 1.5em !important;
}
.ftco-section {
padding: 100px 0 100px 0;
}
.ftco-section.ftco-no-pb {
margin-bottom: 100px;
padding: 0
}
.course-form .form-group label {
font-family: Aleo, serif;
font-weight: 700;
font-size: 23px;
color: #063360;
line-height: 30.67px;
text-transform: none;
}
.course-form .form-group .form-control {
margin-bottom: 1px;
border: 2px solid #424043;
border-radius: 0;
background: #fff;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 30.67px;
color: #063360;
resize: none;
}
.course-form .form-group .btn.btn-primary {
width: auto;
border-radius: 0;
font-weight: 600;
font-size: 16px;
line-height: 30.67px;
font-family: "Open Sans", sans-serif;
text-transform: uppercase;
padding: 14px 56px !important;
margin-top: 10px;
}
.ftco-footer-social li:last-child {
margin-right: 0
}
.ftco-footer-social li a:hover,
.ftco-footer-social li a:focus {
background: #fd5f00;
}
.ftco-footer .ftco-footer-widget h2 {
text-align: center;
font-family: 'Aleo', serif;
line-height: 30.67px;
font-weight: 700;
font-size: 27px;
margin-bottom: 10px !important;
font-family: "Open Sans", sans-serif;
}
.block-23 ul li span {
font-family: "Open Sans", sans-serif;
color: #fff;
font-weight: 400;
font-size: 16px;
line-height: normal;
}
.ftco-footer a:hover,
.ftco-footer a:focus {
color: #fd5f00;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
font-family: "Open Sans", sans-serif;
text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav {
justify-content: center;
margin-right: 0 !important;
padding-right: 0;
}
.navbar-expand-lg .navbar-nav li:last-child a {
padding-right: 0;
}
.navbar-expand-lg .navbar-collapse {
justify-content: center;
}
.hero-wrap.hero-wrap-2 .slider-text .bread {
font-family: "Open Sans", sans-serif;
font-size: 90px;
}
.float-md-left {
float: none !important;
text-align: center;
}
.ftco-section {
padding: 70px 0 30px 0;
}
.ftco-section .col-md-12.text-center {
border-top: 1px solid #4e4e4e;
padding-top: 40px;
}
@media (max-width:1200px) {
.contact-section .box {
padding: 3em 10px !important;
}
}
@media (max-width: 991px) {
.contact-info .col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 50%;
max-width: 50%;
margin-bottom: 30px;
}
}
@media (max-width: 580px) {
.contact-info .col-md-3 {
flex: 0 0 100%;
max-width: 100%;
}
.ftco-section {
padding: 70px 0 50px 0;
}
.ftco-section.ftco-no-pb {
margin-bottom: 70px;
}
}
@media (max-width: 480px) {}
.course-form .form-group .btn.btn-primary {
width: 100%;
}
}
@media (min-width: 768px) {
.float-md-left {
float: none !important;
text-align: center;
}
.ftco-footer .ftco-footer-widget h2 {
text-align: center;
}
}
@media (max-width: 991px) {
.ftco-navbar-light .container {
background: transparent;
width: auto;
padding: 0 !important;
}
.ftco-navbar-light {
background: transparent !important;
border: 0;
position: absolute;
left: inherit;
right: 0;
top: 0;
width: auto;
padding: 0;
}
.ftco-navbar-light .navbar-toggler {
z-index: 99;
position: fixed;
top: 0;
right: 0;
margin-right: 0;
padding: 0;
border-radius: 0;
margin-left: 0;
color: rgb(13 17 40) !important;
cursor: pointer;
text-transform: uppercase;
font-size: 16px;
letter-spacing: .1em;
margin-top: 0;
}
.ftco-navbar-light .navbar-toggler{ color: #fff !important;outline:none}
.ftco-navbar-light .navbar-toggler[aria-expanded="true"]{}
.ftco-navbar-light .oi-menu{padding: 15px;
background: #0d1128;}
.navbar-collapse {
background: #0d1128 !important;
text-align: center;
width: 100%;
position: fixed;
z-index: 9;
top: 1.5rem;
right: 37px;
overflow-x: hidden;
transition: all 0.5s ease 0s;
padding-top: 30px;
display: block;
padding-bottom: 30px;
transform: scale(0.7) !important;
z-index: 9;
opacity: 0;
visibility: hidden; height: 100% !important;
}
.navbar-collapse.show {
opacity: 1;
visibility: visible;
transform: scale(1) !important;display: flex;
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
color: #fd5f00;
}
.ftco-navbar-light .navbar-nav > .nav-item > a {
color: #fd5f00;
font-size: 30px;
color: #fff;
font-family: "Open Sans", sans-serif;
}.navbar-light .topper {
font-size: 15px;
width: 50%;}
}
@media (max-width: 576px){
.ftco-navbar-light .navbar-toggler{ right: 15px;}
}
@media (max-width: 480px){
.navbar-light .topper { width:100%;}
.navbar-light .col-md-4.align-items-center{
border-bottom: 1px solid #0d1128;
margin-bottom: 10px;
}
}
/*Home*/
.ftco-section {
padding: 100px 0 100px 0 !important;
}
.registration {
padding: 100px 30px !important;
}
.wrap-about h2,
.heading-section.heading-section-white h2,
.heading-section h2 {
color: #063360;
margin-bottom: 10px !important;
font-family: Aleo, serif;
font-weight: 700;
font-size: 40px;
line-height: 40px;
padding-bottom: 15px;
width: 100%;
}
.heading-section.heading-section-white h2 {
color: #fff;
}
p {
margin-top: 0;
margin-bottom: 1rem;
color: #4d4d4d;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 30.67px;
}
.services-2 .text h3 {
font-size: 20px;
font-weight: 500;
font-family: 'Aleo', serif;
line-height: 30.67px;
font-weight: 700;
color: #063360;
font-size: 22px;
margin-bottom: 10px !important;
font-family: "Open Sans", sans-serif;
}
.ftco-section .course .text {
background: #fbfbfb;
padding: 0;
webkit-box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
-moz-box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
border: 0;
margin: 0 0 20px 0;
padding: 20px;
}
.ftco-section .course {
margin-bottom: 0;
display: flex;
flex-wrap: wrap;
}
.ftco-section .course .text {
padding: 20px;
padding-bottom: 30px;
flex: 1;
flex-direction: column;
display: flex;
padding-bottom: 70px;
position: relative;
}
.ftco-section .course .text btn {
position: absolute;
bottom: 30px;
left: 20px;
right: 20px;
width: auto;
}
.course .text h3 a {
color: #063360;
font-size: 23.05px;
margin-top: 0;
display: inline-block;
width: 100%;
font-weight: 700;
font-family: "Open Sans", sans-serif;
}
.course .text p.meta {
text-transform: uppercase;
letter-spacing: 1px;
color: #424043;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 15.37px;
line-height: normal;
margin-bottom: 10px;
}
.btn.btn-primary {
border: 2px solid #fd6001;
width: auto;
border-radius: 0;
background: #fd6001;
color: #ffffff;
font-weight: 400;
font-size: 16px;
line-height: 30.67px;
font-family: "Open Sans", sans-serif;
text-transform: uppercase;
padding: 3px 28px !important;
margin: 20px 0;
margin-bottom: 0;
display: inline-block;
}
.ftco-section.ftco-counter .mb-5.pb-2 {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
background: #fff;
color: #fd6001;
border: 2px solid #fd6001;
}
.owl-carousel.home-slider .slider-item .slider-text h1 {
font-size: 60px;
font-family: "Open Sans", sans-serif;
}
.appointment-form .form-control {
border: transparent !important;
border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
height: 58px !important;
padding-left: 0;
padding-right: 0;
background: transparent !important;
color: rgba(255, 255, 255, 0.9) !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 2px solid #424043;
border-radius: 0;
background: #fff;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 16px;
resize: none;
}
.appointment-form .form-control option {
background: #063360
}
.appointment-form .form-group .icon {
z-index: -1;
}
.testimony-section .owl-dots .owl-dot {
width: 12px;
height: 12px;
}
.ftco-section.ftco-consult .col-md-6 {
max-width: 600px !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
margin-top: 0 !important;
flex: inherit;
margin-bottom: 0 !important;
}
.ftco-section.ftco-consult .col-md-6 .py-md-5 {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
footer.ftco-section {
padding: 70px 0 30px 0 !important;
}
.ftco-section.testimony-section {
padding-top: 0 !important
}
.ftco-section .course .btn {
width: auto;
position: absolute;
bottom: 30px;
left: 20px;
right: 20px;
}
.hero-wrap.hero-wrap-2 .slider-text .bread {
font-family: "Open Sans", sans-serif;
font-size: 60px !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
padding-top: 25px;
line-height: normal;
padding-bottom: 25px;
}
.gallery-container .tz-gallery .caption {
padding: 26px 30px;
text-align: center;
padding: 20px;
padding-bottom: 30px;
flex: 1;
flex-direction: column;
display: flex;
padding-bottom: 70px;
position: relative;
background: #fbfbfb;
padding: 0;
webkit-box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
-moz-box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
border: 0;
margin: 0 0 20px 0;
padding: 20px;
}
.gallery-container .tz-gallery .caption h3 {
color: #063360;
font-size: 23.05px;
margin-top: 0;
display: inline-block;
width: 100%;
font-weight: 700;
font-family: "Open Sans", sans-serif;
text-align: left;
}
.gallery-container .tz-gallery .caption p {
margin: 0;
letter-spacing: 1px;
color: #424043;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 15.37px;
line-height: normal;
margin-bottom: 10px;
text-align: left;
}
.navbar-expand-lg .navbar-nav {
width: 100%;
}
.navbar-brand {
float: left !important;
height: auto !important;
padding: 0 !important;
font-size: 38px !important;
line-height: 1 !important;
}
.no-gutters {
margin-right: 0 !important;
margin-left: 0 !important;
font-family: "Poppins", Arial, sans-serif;
}
.topper .text {
white-space: nowrap;
}
.topper .text span {
font-family: "Poppins", Arial, sans-serif;
}
.navbar-light .navbar-brand {
font-family: "Poppins", Arial, sans-serif;
}
.topper .text span:first-child {
line-height: 27px;
}
.ftco-section.contact-section {
padding-bottom: 0 !important;
}
@media (min-width: 768px) {
.container {
max-width: 100%;
padding-right: 30px;
padding-left: 30px;
width: 100% !important;
}
.bg-top .col-lg-8.d-block {
width: auto !important
}
.navbar {
border-radius: 0 !important;
}
}
@media (min-width: 991px) {
.bg-top {
min-height: 102px;
display: flex;
align-items: center;
}
}
@media (min-width: 1280px) {
.container {
max-width: 100%;
}
}
.hero-wrap.hero-wrap-2 .slider-text .bread {
font-size: 60px;
}
.owl-carousel.home-slider .owl-dots .owl-dot {
width: 12px !important;
height: 12px !important;
}
.gallery-container .tz-gallery {
padding: 100px 0 80px 0;
}
.navbar {
min-height: auto !important;
}
.ftco-section.ftco-no-pt.affilation_facto .row.d-flex .order-md-last.wrap-about .img,
.ftco-section.ftco-no-pt.affilation_facto .row.d-flex .order-md-last.wrap-about img {
background-size: contain;
max-height: 450px;
background-position: top;
}
@media (min-width: 1366px) {
.container {
max-width: 1280px !important;
width: 1280px !important
}
}
@media (max-width: 1366px) {
.owl-carousel.home-slider .slider-item .slider-text h1,
.hero-wrap.hero-wrap-2 .slider-text .bread {
font-size: 50px !important;
}
.ftco-section .course {
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
}
@media (max-width: 991px) {
.ftco-section .course {
flex: 0 0 50%;
max-width: 50%;
}
.owl-carousel.home-slider .slider-item .slider-text h1,
.hero-wrap.hero-wrap-2 .slider-text .bread {
font-size: 40px !important;
}
.ftco-section.ftco-no-pt .row.d-flex .wrap-about {
flex: 100%;
max-width: 100%;
position: relative;
visibility: visible;
opacity: 1;
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.ftco-section.ftco-no-pt .row.d-flex .order-md-last.wrap-about .img,
.ftco-section.ftco-no-pt .row.d-flex .order-md-last.wrap-about img {
height: 450px;
margin-top: 80px
}
.ftco-navbar-light .navbar-toggler {
top: 20px !important;
right: 20px !important;
}
.ftco-footer-social li {
opacity: 1;
visibility: visible;
}
footer.ftco-section .col-md-6:last-child {
position: absolute;
right: 0;
}
.navbar-light .topper {
padding-right: 0;
}
}
@media (max-width:768px) {
.ftco-section .course {
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 50px;
}
.ftco-section .course:last-child {
margin-bottom: 0
}
footer.ftco-section .col-md-6:last-child {
position: relative;
}
.ftco-section {
padding: 70px 0 70px 0 !important;
}
.registration {
padding: 70px 30px !important;
}
.gallery-container .tz-gallery {
padding: 70px 0 50px 0;
}
.ftco-section.ftco-no-pt .row.d-flex .order-md-last.wrap-about .img,
.ftco-section.ftco-no-pt .row.d-flex .order-md-last.wrap-about img {
margin-top: 70px
}
.ftco-section.ftco-no-pb {
margin-bottom: 50px;
}
.navbar {
min-height: 0;
}
.ftco-section.ftco-no-pt.affilation_facto .row.d-flex .order-md-last.wrap-about .img,
.ftco-section.ftco-no-pt.affilation_facto .row.d-flex .order-md-last.wrap-about img {
max-height: 350px;
}
.ftco-section.ftco-no-pt .row.d-flex .order-md-last {
flex: 0 0 10%;
max-width: 1000%;
}
.container {
padding-right: 20px;
padding-left: 20px;
}
}
@media (max-width:767px) {
.ftco-section.ftco-no-pt .row.d-flex {
flex-direction: column-reverse;
}
.ftco-section.ftco-no-pt.registration .row.d-flex {
flex-direction: inherit;
}
}
@media (max-width:575px) {
.ftco-navbar-light .navbar-toggler {
top: 15px !important;
right: 15px !important;
}
.ftco-section {
padding: 50px 0 50px 0 !important;
}
.registration {
padding: 50px 20px !important;
}
.gallery-container .tz-gallery {
padding: 50px 0 30px 0;
}
.ftco-section.ftco-no-pb {
margin-bottom: 20px;
}
.ftco-section.ftco-no-pt .row.d-flex .order-md-last.wrap-about .img,
.ftco-section.ftco-no-pt .row.d-flex .order-md-last.wrap-about img {
margin-top: 50px
}
.ftco-section.ftco-no-pt.affilation_facto .row.d-flex .order-md-last.wrap-about .img,
.ftco-section.ftco-no-pt.affilation_facto .row.d-flex .order-md-last.wrap-about img {
max-height: 200px;
}
}
.registration .form-row label,
.registration label {
font-family: Aleo, serif;
font-weight: 700;
font-size: 23px;
color: #063360;
line-height: 30.67px;
text-transform: none;
}
.registration .form-row .table-dark {
background-color: #063360 !important;
}
.registration .form-row .btn.btn-primary {
margin: 0
}
.registration .form-control,
.registration .custom-control-label::before,
.registration .custom-file-label,
.registration .custom-select,
.registration .custom-select:focus {
margin-bottom: 1px;
border: 2px solid #424043;
border-radius: 0;
outline: none !important;
box-shadow: none;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 16px;
height: 52px !important;
line-height: 30.67px;
color: #063360;
resize: none;
}
#contact-form {
padding-top: 50px;
}
.registration .table-dark th,
.registration .table-dark td,
.registration .table-dark thead th {
border-color: #454d55;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 30.67px;
}
.registration .input-field {
margin-bottom: 1px;
border: 2px solid #424043;
border-radius: 0;
outline: none !important;
box-shadow: none;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 16px;
height: 52px !important;
line-height: 30.67px;
color: #063360;
resize: none;
}
.registration .table-dark th .btn.btn-primary,
.registration .table-dark td .btn.btn-primary,
.registration .table-dark thead th .btn.btn-primary {
height: 52px !important;
}
.registration button[type=submit] {
border-radius: 0;
font-size: 16px;
line-height: 30.67px;
font-family: "Open Sans", sans-serif;
text-transform: uppercase;
padding: 14px 56px !important;
border: 2px solid #fd6001;
width: auto;
border-radius: 0;
background: #fd6001;
color: #ffffff;
font-weight: 400;
margin: 20px 0;
display: inline-block;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
background: #fff !important;
color: #fd6001 !important;
border: 2px solid #fd6001 !important;
}
.registration button[type=submit]:hover,
.registration button[type=submit]:focus {
background: #fff !important;
color: #fd6001 !important;
border: 2px solid #fd6001 !important;
}
.registration .container.my-2 {
background-color: #fafafa;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.473), 0 6px 20px 0 rgba(0, 0, 0, 0.473);
webkit-box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
-moz-box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
box-shadow: 10px 10px 20px 0px rgba(242, 242, 242, 1);
border: 0;
}
.registration .container-title {
width: 100%;
}
.registration .form-check-input {
margin-top: 10px;
}
.registration .container-title h3 {
color: #063360;
margin-bottom: 10px !important;
font-family: Aleo, serif;
font-weight: 700;
font-size: 40px;
line-height: 40px;
padding-bottom: 15px;
width: 100%;
}
@media (max-width:1200px) {
.registration .table-dark th,
.registration .table-dark td,
.registration .table-dark thead th {
min-width: 200px;
}
}
@media (max-width:575px) {
.registration .container-title h3 {
color: #063360;
margin-bottom: 10px !important;
font-family: Aleo, serif;
font-weight: 700;
font-size: 30px;
line-height: 30px;
padding-bottom: 0;
width: 100%;
}
}
.doctor .coralbg {
background-color: #FA396F;
background: #fd5f00;
color: #fff;
}
.doctor .no-pad {
display: flex;
justify-content: center;
align-items: center;
}
.doctor .user-pad h3 {
color: #fff;
margin-bottom: 10px !important;
font-weight: 700;
width: 100%;
font-size: 30px;
line-height: 30.67px;
margin-bottom: 10px !important;
font-family: "Open Sans", sans-serif;
}
.doctor .user-pad h4 {
margin-bottom: 0 !important;
}
.doctor .user-pad h4 p {
line-height: 30.67px;
font-weight: 700;
color: #fff;
font-size: 18px;
margin-bottom: 10px !important;
font-family: "Open Sans", sans-serif;
margin-bottom: 0 !important;
}
.doctor .user-menu.user-pad {
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.doctor .user-menu.user-pad .user-menu-content h3 {
line-height: 30.67px;
font-weight: 700;
color: #063360;
font-size: 22px;
margin-bottom: 10px !important;
font-family: "Open Sans", sans-serif;
text-align: center;
}
.doctor .user-menu-list li {
padding-bottom: 0;
}
.doctor .user-menu-list li p:last-child {
margin-bottom: 0;
}
.doctor {
margin-bottom: 60px;
margin-top: 0;
margin-right: 0;
margin-left: 0;
}
.doctor ul.user-menu-list {
border: 1px solid #fd6408;
padding: 15px;
}
.doctor div.user-menu-container .thumbnail {
object-fit: cover;
background-position: left !important;
}
.doctor .no-pad .user-image {
width: 100%;
}
@media (max-width:768px) {
.doctor .user-menu.user-pad {
padding-bottom: 30px;
}
.user-pad {
width: 100%;
}
}
@media (min-width:992px) {
.doctor {
margin-bottom: 100px;
margin-top: 100px !important;
margin-right: 0;
margin-left: 0;
}
}
@media (max-width:991px) {
.doctor {
margin-bottom: 60px;
margin-top: 0 !important;
}
}
@media (max-width: 991px) {.navbar-collapse.show,
.navbar-expand-lg .navbar-collapse.show {
display: initial;
right: 0;
top: 0;
}
}
.fractro_details .duration h3 {
color: #063360;
margin-bottom: 10px !important;
font-family: Aleo, serif;
font-weight: 700;
font-size: 40px;
line-height: 40px;
padding-bottom: 15px;
width: 100%;
}
.fractro_details .eligibility h3 {
line-height: 30.67px;
font-weight: 700;
color: #063360;
font-size: 22px;
margin-bottom: 10px !important;
font-family: "Open Sans", sans-serif;
text-align: left;
}
.fractro_details .eligibility p,
.fractro_details .eligibility h2 span {
margin-top: 0;
margin-bottom: 1rem !important;
color: #4d4d4d !important;
font-family: "Open Sans", sans-serif !important;
font-weight: 400 !important;
font-size: 18px !important;
line-height: 30.67px !important;
}
.fractro_details .eligibility h2 pre {
font-weight: 700;
color: #000000;
}
.syllabus .session{
margin-top: 50px
}
.syllabus h3 {
line-height: 30.67px;
font-weight: 700;
color: #063360;
font-size: 22px;
margin-bottom: 10px !important;
font-family: "Open Sans", sans-serif;
text-align: left;
}
.ftco-footer .ftco-footer-widget h2{ margin-top: 0;}
@media (max-width: 991px) {
.navbar-collapse.show,
.navbar-expand-lg .navbar-collapse.show {
display: initial;
right: 0;
top: 0;
left: 0;
margin: 0;
border: 0;
padding: 20px;
overflow-y: scroll !important;
height: 100vh !important;
}.registration .form-row label, .registration label,.course-form .form-group label{ font-size: 21px;}
}
@media (max-width: 768px){
.ftco-section.ftco-no-pt .row.d-flex .order-md-last {
flex: 0 0 100%;
max-width: 1000%;
}
}
.contact-section .box p, .contact-section .box p a{ word-break: break-all;
font-size: 18px;} | 0.323487 | 0.080719 |
.e-switch-wrapper, .e-css.e-switch-wrapper {
cursor: pointer;
display: inline-block;
height: 20px;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 44px;
}
.e-switch-wrapper .e-switch, .e-css.e-switch-wrapper .e-switch {
-moz-appearance: none;
height: 1px;
opacity: 0;
position: absolute;
width: 1px;
}
.e-switch-wrapper .e-switch-inner, .e-css.e-switch-wrapper .e-switch-inner {
-ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1), outline-offset 0s;
-webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1), outline-offset 0s;
border: 1px solid #a6a6a6;
border-radius: 20px;
box-sizing: border-box;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1), outline-offset 0s;
width: 100%;
}
.e-switch-wrapper .e-switch-on, .e-switch-wrapper .e-switch-off, .e-css.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-off {
-ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s;
-webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s;
-ms-flex-align: center;
align-items: center;
border-radius: inherit;
display: -ms-flexbox;
display: flex;
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 12px;
height: 100%;
-ms-flex-pack: center;
justify-content: center;
left: 0;
position: absolute;
transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s;
width: 100%;
}
.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-on {
left: -100%;
text-indent: -14px;
}
.e-switch-wrapper .e-switch-off, .e-css.e-switch-wrapper .e-switch-off {
left: 0;
opacity: 1;
text-indent: 14px;
}
.e-switch-wrapper .e-switch-handle, .e-css.e-switch-wrapper .e-switch-handle {
-ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s;
-webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s;
border-radius: 50%;
bottom: 0;
height: 12px;
left: 4px;
margin: auto 0;
position: absolute;
top: 0;
transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s;
width: 12px;
}
.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on {
left: 0;
opacity: 1;
}
.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off, .e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off {
left: 100%;
}
.e-switch-wrapper .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
left: 100%;
margin-left: -16px;
}
.e-switch-wrapper.e-switch-disabled, .e-css.e-switch-wrapper.e-switch-disabled {
cursor: default;
}
.e-switch-wrapper .e-ripple-container, .e-css.e-switch-wrapper .e-ripple-container {
border-radius: 50%;
bottom: -9px;
height: 52px;
left: -17px;
pointer-events: none;
position: absolute;
top: -17px;
width: 52px;
z-index: 1;
}
.e-switch-wrapper.e-rtl .e-switch-handle, .e-css.e-switch-wrapper.e-rtl .e-switch-handle {
left: 100%;
margin-left: -16px;
}
.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
left: 0;
}
.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
left: -100%;
}
.e-switch-wrapper.e-rtl .e-switch-on, .e-css.e-switch-wrapper.e-rtl .e-switch-on {
left: 100%;
}
.e-switch-wrapper.e-rtl .e-switch-off, .e-css.e-switch-wrapper.e-rtl .e-switch-off {
left: 0;
}
.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
border-radius: 50%;
height: 12px;
left: 4px;
margin: auto 0;
position: absolute;
top: 0;
transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s;
width: 12px;
}
.e-switch-wrapper.e-small, .e-css.e-switch-wrapper.e-small {
height: 16px;
width: 34px;
}
.e-switch-wrapper.e-small .e-switch-handle, .e-css.e-switch-wrapper.e-small .e-switch-handle {
height: 8px;
width: 8px;
}
.e-switch-wrapper.e-small .e-ripple-container, .e-css.e-switch-wrapper.e-small .e-ripple-container {
border-radius: 50%;
height: 36px;
left: -10px;
pointer-events: none;
position: absolute;
top: -10px;
width: 36px;
z-index: 1;
}
.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active {
left: 100%;
margin-left: -12px;
}
.e-switch-wrapper.e-small .e-switch-on, .e-switch-wrapper.e-small .e-switch-off, .e-css.e-switch-wrapper.e-small .e-switch-on, .e-css.e-switch-wrapper.e-small .e-switch-off {
font-size: 9px;
}
.e-switch-wrapper.e-small .e-switch-on, .e-css.e-switch-wrapper.e-small .e-switch-on {
text-indent: -10px;
}
.e-switch-wrapper.e-small .e-switch-off, .e-css.e-switch-wrapper.e-small .e-switch-off {
text-indent: 10px;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-handle, .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle {
left: 100%;
margin-left: -12px;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-handle, .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle {
height: 8px;
width: 8px;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-on, .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on {
left: 100%;
opacity: 1;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-off, .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off {
left: 0;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
left: 0;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
left: -100%;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active {
left: 16px;
}
.e-control.e-bigger .e-switch-wrapper, .e-control.e-bigger.e-switch-wrapper,
.e-control.e-bigger .e-css.e-switch-wrapper, .e-control.e-bigger.e-css.e-switch-wrapper {
height: 22px;
width: 46px;
}
.e-control.e-bigger .e-switch-wrapper .e-switch-handle, .e-control.e-bigger.e-switch-wrapper .e-switch-handle,
.e-control.e-bigger .e-css.e-switch-wrapper .e-switch-handle, .e-control.e-bigger.e-css.e-switch-wrapper .e-switch-handle {
height: 12px;
left: 5px;
top: 0;
width: 12px;
}
.e-control.e-bigger .e-switch-wrapper .e-switch-handle.e-switch-active, .e-control.e-bigger.e-switch-wrapper .e-switch-handle.e-switch-active,
.e-control.e-bigger .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, .e-control.e-bigger.e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
left: 100%;
margin-left: -17px;
}
.e-control.e-bigger .e-switch-wrapper .e-switch-on,
.e-control.e-bigger .e-switch-wrapper .e-switch-off, .e-control.e-bigger.e-switch-wrapper .e-switch-on,
.e-control.e-bigger.e-switch-wrapper .e-switch-off,
.e-control.e-bigger .e-css.e-switch-wrapper .e-switch-on,
.e-control.e-bigger .e-css.e-switch-wrapper .e-switch-off, .e-control.e-bigger.e-css.e-switch-wrapper .e-switch-on,
.e-control.e-bigger.e-css.e-switch-wrapper .e-switch-off {
font-size: 12px;
}
.e-control.e-bigger .e-switch-wrapper .e-switch-on, .e-control.e-bigger.e-switch-wrapper .e-switch-on,
.e-control.e-bigger .e-css.e-switch-wrapper .e-switch-on, .e-control.e-bigger.e-css.e-switch-wrapper .e-switch-on {
text-indent: -14px;
}
.e-control.e-bigger .e-switch-wrapper .e-switch-off, .e-control.e-bigger.e-switch-wrapper .e-switch-off,
.e-control.e-bigger .e-css.e-switch-wrapper .e-switch-off, .e-control.e-bigger.e-css.e-switch-wrapper .e-switch-off {
text-indent: 16px;
}
.e-control.e-bigger .e-switch-wrapper .e-ripple-container, .e-control.e-bigger.e-switch-wrapper .e-ripple-container,
.e-control.e-bigger .e-css.e-switch-wrapper .e-ripple-container, .e-control.e-bigger.e-css.e-switch-wrapper .e-ripple-container {
height: 52px;
left: -16px;
top: -16px;
width: 52px;
}
.e-control.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle, .e-control.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle,
.e-control.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle, .e-control.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle {
height: 12px;
left: 100%;
margin-left: -17px;
top: 0;
width: 12px;
}
.e-control.e-bigger .e-switch-wrapper.e-rtl .e-switch-on, .e-control.e-bigger.e-switch-wrapper.e-rtl .e-switch-on,
.e-control.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-on, .e-control.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-on {
left: 100%;
opacity: 1;
}
.e-control.e-bigger .e-switch-wrapper.e-rtl .e-switch-off, .e-control.e-bigger.e-switch-wrapper.e-rtl .e-switch-off,
.e-control.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-off, .e-control.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-off {
left: 0;
}
.e-control.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, .e-control.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
.e-control.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, .e-control.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
left: 0;
}
.e-control.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, .e-control.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
.e-control.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, .e-control.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
left: -100%;
}
.e-control.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, .e-control.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
.e-control.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, .e-control.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
left: 21px;
}
.e-control.e-bigger .e-switch-wrapper.e-small, .e-control.e-bigger.e-switch-wrapper.e-small,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small, .e-control.e-bigger.e-css.e-switch-wrapper.e-small {
height: 18px;
width: 38px;
}
.e-control.e-bigger .e-switch-wrapper.e-small .e-switch-handle, .e-control.e-bigger.e-switch-wrapper.e-small .e-switch-handle,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle, .e-control.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle {
height: 10px;
left: 4px;
top: 0;
width: 10px;
}
.e-control.e-bigger .e-switch-wrapper.e-small .e-ripple-container, .e-control.e-bigger.e-switch-wrapper.e-small .e-ripple-container,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small .e-ripple-container, .e-control.e-bigger.e-css.e-switch-wrapper.e-small .e-ripple-container {
border-radius: 50%;
height: 36px;
left: -10px;
pointer-events: none;
position: absolute;
top: -10px;
width: 36px;
z-index: 1;
}
.e-control.e-bigger .e-switch-wrapper.e-small .e-switch-handle.e-switch-active, .e-control.e-bigger.e-switch-wrapper.e-small .e-switch-handle.e-switch-active,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, .e-control.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active {
left: 100%;
margin-left: -14px;
}
.e-control.e-bigger .e-switch-wrapper.e-small .e-switch-on,
.e-control.e-bigger .e-switch-wrapper.e-small .e-switch-off, .e-control.e-bigger.e-switch-wrapper.e-small .e-switch-on,
.e-control.e-bigger.e-switch-wrapper.e-small .e-switch-off,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off, .e-control.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on,
.e-control.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off {
font-size: 9px;
}
.e-control.e-bigger .e-switch-wrapper.e-small .e-switch-on, .e-control.e-bigger.e-switch-wrapper.e-small .e-switch-on,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on, .e-control.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on {
text-indent: -11px;
}
.e-control.e-bigger .e-switch-wrapper.e-small .e-switch-off, .e-control.e-bigger.e-switch-wrapper.e-small .e-switch-off,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off, .e-control.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off {
text-indent: 12px;
}
.e-control.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle, .e-control.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle, .e-control.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle {
left: 100%;
margin-left: -14px;
}
.e-control.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle, .e-control.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle, .e-control.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle {
height: 10px;
width: 10px;
}
.e-control.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-on, .e-control.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-on,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on, .e-control.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on {
left: 100%;
opacity: 1;
}
.e-control.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-off, .e-control.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-off,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off, .e-control.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off {
left: 0;
}
.e-control.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, .e-control.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, .e-control.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
left: 0;
}
.e-control.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, .e-control.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, .e-control.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
left: -100%;
}
.e-control.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, .e-control.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, .e-control.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active {
left: 18px;
}
/*! switch theme */
.e-switch-wrapper, .e-css.e-switch-wrapper {
-webkit-tap-highlight-color: transparent;
}
.e-switch-wrapper .e-switch-off, .e-css.e-switch-wrapper .e-switch-off {
background-color: #fff;
color: #000;
}
.e-switch-wrapper .e-switch-handle, .e-css.e-switch-wrapper .e-switch-handle {
background-color: #3d3d3d;
box-shadow: none;
}
.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-on {
background-color: initial;
color: #000;
}
.e-switch-wrapper .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
background-color: #fff;
}
.e-switch-wrapper .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper .e-switch-inner.e-switch-active {
background-color: #400074;
border-color: #400074;
}
.e-switch-wrapper .e-switch-inner, .e-css.e-switch-wrapper .e-switch-inner {
background-color: transparent;
}
.e-switch-wrapper .e-ripple-element, .e-css.e-switch-wrapper .e-ripple-element {
background-color: rgba(0, 0, 0, 0.12);
}
.e-switch-wrapper .e-ripple-check .e-ripple-element, .e-css.e-switch-wrapper .e-ripple-check .e-ripple-element {
background-color: rgba(255, 64, 129, 0.12);
}
.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active {
box-shadow: none;
}
.e-switch-wrapper.e-switch-disabled .e-switch-handle, .e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle {
background-color: #757575;
box-shadow: none;
}
.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off, .e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off {
background-color: #fff;
color: #757575;
opacity: 1;
}
.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on, .e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on {
background-color: #fff;
color: #757575;
opacity: 1;
}
.e-switch-wrapper.e-switch-disabled .e-switch-inner, .e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner {
background-color: #fff;
border-color: #757575;
opacity: 1;
}
.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active {
background-color: #fff;
border-color: #757575;
}
.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner, .e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner {
border-color: #757575;
color: #757575;
}
.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on {
background-color: #fff;
color: #757575;
}
.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle, .e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle {
background-color: #757575;
}
.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active {
background-color: #757575;
}
.e-switch-wrapper:hover .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active {
background-color: #ecf;
border-color: #000;
}
.e-switch-wrapper:hover .e-switch-inner, .e-css.e-switch-wrapper:hover .e-switch-inner {
background-color: transparent;
border-color: initial;
}
.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on {
background-color: #ecf;
color: #fff;
}
.e-switch-wrapper:hover .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper:hover .e-switch-handle.e-switch-active {
background-color: #000;
}
.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active), .e-css.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) {
background-color: #3d3d3d;
}
.e-switch-wrapper.e-focus .e-switch-inner, .e-css.e-switch-wrapper.e-focus .e-switch-inner {
background-color: transparent;
border-color: #000;
box-shadow: none;
outline: #000 1px solid;
outline-offset: 1px;
}
.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active {
background-color: #400074;
border-color: #400074;
outline: #000 1px solid;
}
.e-switch-wrapper.e-focus .e-ripple-container, .e-css.e-switch-wrapper.e-focus .e-ripple-container {
background-color: rgba(0, 0, 0, 0.12);
}
.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container, .e-css.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container {
background-color: rgba(255, 64, 129, 0.12);
}
.e-switch-wrapper.e-rtl.e-focus .e-switch-on, .e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-on {
background-color: #400074;
}
.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active {
background-color: #400074;
border-color: #400074;
outline: #000 1px solid;
}
.e-switch-wrapper.e-rtl .e-switch-on, .e-css.e-switch-wrapper.e-rtl .e-switch-on {
background-color: #400074;
}
.e-switch-wrapper.e-rtl .e-switch-handle, .e-css.e-switch-wrapper.e-rtl .e-switch-handle {
background-color: #3d3d3d;
box-shadow: none;
}
.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
background-color: #fff;
}
.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
background-color: #fff;
}
.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active {
background-color: #400074;
border-color: #400074;
}
.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active {
background-color: #ecf;
border-color: #000;
}
.e-switch-wrapper.e-rtl:hover .e-switch-inner, .e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner {
border-color: initial;
}
.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on {
background-color: #ecf;
}
.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active {
background-color: #000;
}
.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on, .e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off {
background-color: #fff;
color: #757575;
opacity: 1;
}
.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle {
background-color: #757575;
box-shadow: none;
}
.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active {
background-color: #757575;
box-shadow: none;
}
.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner {
background-color: #fff;
border-color: #757575;
opacity: 1;
}
.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on {
background-color: #fff;
color: #757575;
}
.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active {
background-color: #fff;
border-color: #757575;
}
.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner {
border-color: #757575;
color: #757575;
}
.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle {
background-color: #757575;
}
.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active {
background-color: transparent;
}
.e-control .e-js [class^='e-'], .e-control .e-js [class*=' e-'] {
box-sizing: content-box;
} | wwwroot/Syncfusion/ej2/switch/compatibility/highcontrast-light.css | .e-switch-wrapper, .e-css.e-switch-wrapper {
cursor: pointer;
display: inline-block;
height: 20px;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 44px;
}
.e-switch-wrapper .e-switch, .e-css.e-switch-wrapper .e-switch {
-moz-appearance: none;
height: 1px;
opacity: 0;
position: absolute;
width: 1px;
}
.e-switch-wrapper .e-switch-inner, .e-css.e-switch-wrapper .e-switch-inner {
-ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1), outline-offset 0s;
-webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1), outline-offset 0s;
border: 1px solid #a6a6a6;
border-radius: 20px;
box-sizing: border-box;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1), outline-offset 0s;
width: 100%;
}
.e-switch-wrapper .e-switch-on, .e-switch-wrapper .e-switch-off, .e-css.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-off {
-ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s;
-webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s;
-ms-flex-align: center;
align-items: center;
border-radius: inherit;
display: -ms-flexbox;
display: flex;
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
font-size: 12px;
height: 100%;
-ms-flex-pack: center;
justify-content: center;
left: 0;
position: absolute;
transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s;
width: 100%;
}
.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-on {
left: -100%;
text-indent: -14px;
}
.e-switch-wrapper .e-switch-off, .e-css.e-switch-wrapper .e-switch-off {
left: 0;
opacity: 1;
text-indent: 14px;
}
.e-switch-wrapper .e-switch-handle, .e-css.e-switch-wrapper .e-switch-handle {
-ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s;
-webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s;
border-radius: 50%;
bottom: 0;
height: 12px;
left: 4px;
margin: auto 0;
position: absolute;
top: 0;
transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s;
width: 12px;
}
.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on {
left: 0;
opacity: 1;
}
.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off, .e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off {
left: 100%;
}
.e-switch-wrapper .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
left: 100%;
margin-left: -16px;
}
.e-switch-wrapper.e-switch-disabled, .e-css.e-switch-wrapper.e-switch-disabled {
cursor: default;
}
.e-switch-wrapper .e-ripple-container, .e-css.e-switch-wrapper .e-ripple-container {
border-radius: 50%;
bottom: -9px;
height: 52px;
left: -17px;
pointer-events: none;
position: absolute;
top: -17px;
width: 52px;
z-index: 1;
}
.e-switch-wrapper.e-rtl .e-switch-handle, .e-css.e-switch-wrapper.e-rtl .e-switch-handle {
left: 100%;
margin-left: -16px;
}
.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
left: 0;
}
.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
left: -100%;
}
.e-switch-wrapper.e-rtl .e-switch-on, .e-css.e-switch-wrapper.e-rtl .e-switch-on {
left: 100%;
}
.e-switch-wrapper.e-rtl .e-switch-off, .e-css.e-switch-wrapper.e-rtl .e-switch-off {
left: 0;
}
.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
border-radius: 50%;
height: 12px;
left: 4px;
margin: auto 0;
position: absolute;
top: 0;
transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s;
width: 12px;
}
.e-switch-wrapper.e-small, .e-css.e-switch-wrapper.e-small {
height: 16px;
width: 34px;
}
.e-switch-wrapper.e-small .e-switch-handle, .e-css.e-switch-wrapper.e-small .e-switch-handle {
height: 8px;
width: 8px;
}
.e-switch-wrapper.e-small .e-ripple-container, .e-css.e-switch-wrapper.e-small .e-ripple-container {
border-radius: 50%;
height: 36px;
left: -10px;
pointer-events: none;
position: absolute;
top: -10px;
width: 36px;
z-index: 1;
}
.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active {
left: 100%;
margin-left: -12px;
}
.e-switch-wrapper.e-small .e-switch-on, .e-switch-wrapper.e-small .e-switch-off, .e-css.e-switch-wrapper.e-small .e-switch-on, .e-css.e-switch-wrapper.e-small .e-switch-off {
font-size: 9px;
}
.e-switch-wrapper.e-small .e-switch-on, .e-css.e-switch-wrapper.e-small .e-switch-on {
text-indent: -10px;
}
.e-switch-wrapper.e-small .e-switch-off, .e-css.e-switch-wrapper.e-small .e-switch-off {
text-indent: 10px;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-handle, .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle {
left: 100%;
margin-left: -12px;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-handle, .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle {
height: 8px;
width: 8px;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-on, .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on {
left: 100%;
opacity: 1;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-off, .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off {
left: 0;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
left: 0;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
left: -100%;
}
.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active {
left: 16px;
}
.e-control.e-bigger .e-switch-wrapper, .e-control.e-bigger.e-switch-wrapper,
.e-control.e-bigger .e-css.e-switch-wrapper, .e-control.e-bigger.e-css.e-switch-wrapper {
height: 22px;
width: 46px;
}
.e-control.e-bigger .e-switch-wrapper .e-switch-handle, .e-control.e-bigger.e-switch-wrapper .e-switch-handle,
.e-control.e-bigger .e-css.e-switch-wrapper .e-switch-handle, .e-control.e-bigger.e-css.e-switch-wrapper .e-switch-handle {
height: 12px;
left: 5px;
top: 0;
width: 12px;
}
.e-control.e-bigger .e-switch-wrapper .e-switch-handle.e-switch-active, .e-control.e-bigger.e-switch-wrapper .e-switch-handle.e-switch-active,
.e-control.e-bigger .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, .e-control.e-bigger.e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
left: 100%;
margin-left: -17px;
}
.e-control.e-bigger .e-switch-wrapper .e-switch-on,
.e-control.e-bigger .e-switch-wrapper .e-switch-off, .e-control.e-bigger.e-switch-wrapper .e-switch-on,
.e-control.e-bigger.e-switch-wrapper .e-switch-off,
.e-control.e-bigger .e-css.e-switch-wrapper .e-switch-on,
.e-control.e-bigger .e-css.e-switch-wrapper .e-switch-off, .e-control.e-bigger.e-css.e-switch-wrapper .e-switch-on,
.e-control.e-bigger.e-css.e-switch-wrapper .e-switch-off {
font-size: 12px;
}
.e-control.e-bigger .e-switch-wrapper .e-switch-on, .e-control.e-bigger.e-switch-wrapper .e-switch-on,
.e-control.e-bigger .e-css.e-switch-wrapper .e-switch-on, .e-control.e-bigger.e-css.e-switch-wrapper .e-switch-on {
text-indent: -14px;
}
.e-control.e-bigger .e-switch-wrapper .e-switch-off, .e-control.e-bigger.e-switch-wrapper .e-switch-off,
.e-control.e-bigger .e-css.e-switch-wrapper .e-switch-off, .e-control.e-bigger.e-css.e-switch-wrapper .e-switch-off {
text-indent: 16px;
}
.e-control.e-bigger .e-switch-wrapper .e-ripple-container, .e-control.e-bigger.e-switch-wrapper .e-ripple-container,
.e-control.e-bigger .e-css.e-switch-wrapper .e-ripple-container, .e-control.e-bigger.e-css.e-switch-wrapper .e-ripple-container {
height: 52px;
left: -16px;
top: -16px;
width: 52px;
}
.e-control.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle, .e-control.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle,
.e-control.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle, .e-control.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle {
height: 12px;
left: 100%;
margin-left: -17px;
top: 0;
width: 12px;
}
.e-control.e-bigger .e-switch-wrapper.e-rtl .e-switch-on, .e-control.e-bigger.e-switch-wrapper.e-rtl .e-switch-on,
.e-control.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-on, .e-control.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-on {
left: 100%;
opacity: 1;
}
.e-control.e-bigger .e-switch-wrapper.e-rtl .e-switch-off, .e-control.e-bigger.e-switch-wrapper.e-rtl .e-switch-off,
.e-control.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-off, .e-control.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-off {
left: 0;
}
.e-control.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, .e-control.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
.e-control.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, .e-control.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
left: 0;
}
.e-control.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, .e-control.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
.e-control.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, .e-control.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
left: -100%;
}
.e-control.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, .e-control.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active,
.e-control.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, .e-control.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
left: 21px;
}
.e-control.e-bigger .e-switch-wrapper.e-small, .e-control.e-bigger.e-switch-wrapper.e-small,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small, .e-control.e-bigger.e-css.e-switch-wrapper.e-small {
height: 18px;
width: 38px;
}
.e-control.e-bigger .e-switch-wrapper.e-small .e-switch-handle, .e-control.e-bigger.e-switch-wrapper.e-small .e-switch-handle,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle, .e-control.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle {
height: 10px;
left: 4px;
top: 0;
width: 10px;
}
.e-control.e-bigger .e-switch-wrapper.e-small .e-ripple-container, .e-control.e-bigger.e-switch-wrapper.e-small .e-ripple-container,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small .e-ripple-container, .e-control.e-bigger.e-css.e-switch-wrapper.e-small .e-ripple-container {
border-radius: 50%;
height: 36px;
left: -10px;
pointer-events: none;
position: absolute;
top: -10px;
width: 36px;
z-index: 1;
}
.e-control.e-bigger .e-switch-wrapper.e-small .e-switch-handle.e-switch-active, .e-control.e-bigger.e-switch-wrapper.e-small .e-switch-handle.e-switch-active,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, .e-control.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active {
left: 100%;
margin-left: -14px;
}
.e-control.e-bigger .e-switch-wrapper.e-small .e-switch-on,
.e-control.e-bigger .e-switch-wrapper.e-small .e-switch-off, .e-control.e-bigger.e-switch-wrapper.e-small .e-switch-on,
.e-control.e-bigger.e-switch-wrapper.e-small .e-switch-off,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off, .e-control.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on,
.e-control.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off {
font-size: 9px;
}
.e-control.e-bigger .e-switch-wrapper.e-small .e-switch-on, .e-control.e-bigger.e-switch-wrapper.e-small .e-switch-on,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on, .e-control.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on {
text-indent: -11px;
}
.e-control.e-bigger .e-switch-wrapper.e-small .e-switch-off, .e-control.e-bigger.e-switch-wrapper.e-small .e-switch-off,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off, .e-control.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off {
text-indent: 12px;
}
.e-control.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle, .e-control.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle, .e-control.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle {
left: 100%;
margin-left: -14px;
}
.e-control.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle, .e-control.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle, .e-control.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle {
height: 10px;
width: 10px;
}
.e-control.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-on, .e-control.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-on,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on, .e-control.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on {
left: 100%;
opacity: 1;
}
.e-control.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-off, .e-control.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-off,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off, .e-control.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off {
left: 0;
}
.e-control.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, .e-control.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, .e-control.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on {
left: 0;
}
.e-control.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, .e-control.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, .e-control.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
left: -100%;
}
.e-control.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, .e-control.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active,
.e-control.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, .e-control.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active {
left: 18px;
}
/*! switch theme */
.e-switch-wrapper, .e-css.e-switch-wrapper {
-webkit-tap-highlight-color: transparent;
}
.e-switch-wrapper .e-switch-off, .e-css.e-switch-wrapper .e-switch-off {
background-color: #fff;
color: #000;
}
.e-switch-wrapper .e-switch-handle, .e-css.e-switch-wrapper .e-switch-handle {
background-color: #3d3d3d;
box-shadow: none;
}
.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-on {
background-color: initial;
color: #000;
}
.e-switch-wrapper .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper .e-switch-handle.e-switch-active {
background-color: #fff;
}
.e-switch-wrapper .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper .e-switch-inner.e-switch-active {
background-color: #400074;
border-color: #400074;
}
.e-switch-wrapper .e-switch-inner, .e-css.e-switch-wrapper .e-switch-inner {
background-color: transparent;
}
.e-switch-wrapper .e-ripple-element, .e-css.e-switch-wrapper .e-ripple-element {
background-color: rgba(0, 0, 0, 0.12);
}
.e-switch-wrapper .e-ripple-check .e-ripple-element, .e-css.e-switch-wrapper .e-ripple-check .e-ripple-element {
background-color: rgba(255, 64, 129, 0.12);
}
.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active {
box-shadow: none;
}
.e-switch-wrapper.e-switch-disabled .e-switch-handle, .e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle {
background-color: #757575;
box-shadow: none;
}
.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off, .e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off {
background-color: #fff;
color: #757575;
opacity: 1;
}
.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on, .e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on {
background-color: #fff;
color: #757575;
opacity: 1;
}
.e-switch-wrapper.e-switch-disabled .e-switch-inner, .e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner {
background-color: #fff;
border-color: #757575;
opacity: 1;
}
.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active {
background-color: #fff;
border-color: #757575;
}
.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner, .e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner {
border-color: #757575;
color: #757575;
}
.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on {
background-color: #fff;
color: #757575;
}
.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle, .e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle {
background-color: #757575;
}
.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active {
background-color: #757575;
}
.e-switch-wrapper:hover .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active {
background-color: #ecf;
border-color: #000;
}
.e-switch-wrapper:hover .e-switch-inner, .e-css.e-switch-wrapper:hover .e-switch-inner {
background-color: transparent;
border-color: initial;
}
.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on {
background-color: #ecf;
color: #fff;
}
.e-switch-wrapper:hover .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper:hover .e-switch-handle.e-switch-active {
background-color: #000;
}
.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active), .e-css.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) {
background-color: #3d3d3d;
}
.e-switch-wrapper.e-focus .e-switch-inner, .e-css.e-switch-wrapper.e-focus .e-switch-inner {
background-color: transparent;
border-color: #000;
box-shadow: none;
outline: #000 1px solid;
outline-offset: 1px;
}
.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active {
background-color: #400074;
border-color: #400074;
outline: #000 1px solid;
}
.e-switch-wrapper.e-focus .e-ripple-container, .e-css.e-switch-wrapper.e-focus .e-ripple-container {
background-color: rgba(0, 0, 0, 0.12);
}
.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container, .e-css.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container {
background-color: rgba(255, 64, 129, 0.12);
}
.e-switch-wrapper.e-rtl.e-focus .e-switch-on, .e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-on {
background-color: #400074;
}
.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active {
background-color: #400074;
border-color: #400074;
outline: #000 1px solid;
}
.e-switch-wrapper.e-rtl .e-switch-on, .e-css.e-switch-wrapper.e-rtl .e-switch-on {
background-color: #400074;
}
.e-switch-wrapper.e-rtl .e-switch-handle, .e-css.e-switch-wrapper.e-rtl .e-switch-handle {
background-color: #3d3d3d;
box-shadow: none;
}
.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off {
background-color: #fff;
}
.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active {
background-color: #fff;
}
.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active {
background-color: #400074;
border-color: #400074;
}
.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active {
background-color: #ecf;
border-color: #000;
}
.e-switch-wrapper.e-rtl:hover .e-switch-inner, .e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner {
border-color: initial;
}
.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on {
background-color: #ecf;
}
.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active {
background-color: #000;
}
.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on, .e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off {
background-color: #fff;
color: #757575;
opacity: 1;
}
.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle {
background-color: #757575;
box-shadow: none;
}
.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active {
background-color: #757575;
box-shadow: none;
}
.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner {
background-color: #fff;
border-color: #757575;
opacity: 1;
}
.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on {
background-color: #fff;
color: #757575;
}
.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active {
background-color: #fff;
border-color: #757575;
}
.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner {
border-color: #757575;
color: #757575;
}
.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle, .e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle {
background-color: #757575;
}
.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active {
background-color: transparent;
}
.e-control .e-js [class^='e-'], .e-control .e-js [class*=' e-'] {
box-sizing: content-box;
} | 0.388966 | 0.08819 |
.html{
margin: 0;
padding: 0;
}
body{
font-family: 'Roboto Slab', serif;
min-width: 100%;
float: left !important;
}
/*---------------------------------nav bar-----------------------------------*/
#nav-bar{
top: 0;
z-index: 10;
}
.navbar{
background-image: linear-gradient(to right, #58a565, #1d8d5d);
padding: 0 !important;
}
.navbar-nav li{
padding: 0 15px;
}
.navbar-nav li a {
float: right;
text-align: left;
}
.nav-link{
color: #ffffff !important;
font-weight: 600;
}
.nav-item{
color: #ffffff !important;
}
.navbar-brand{
padding-left: 20px;
color: #ffffff !important;
font-weight: 600;
font-size: 22px;
text-emphasis: none;
}
.school{
font-weight: 800;
color: #123738 !important;
font-size: 30px;
}
.fa-bars{
color: #ffffff !important;
font-size: 40px !important;
}
.navbar-toggler{
outline: none;
}
/*--------------------------------------------main section--------------------------------------------*/
.mainpart{
background-image: linear-gradient(to right, #58a565, #1d8d5d);
color: #ffffff;
padding-top: 2%;
width: 100%;
}
.ueberuns{
font-weight: 600;
font-size: 40px;
margin-bottom: 0px;
color: #123738;
}
.ueberuns-beschreibung{
font-weight: 600;
font-size: 20px;
color: #123738;
}
.mainpart-img{
width: 45px;
margin: 20px;
}
.bottom-img{
width: 100%;
}
/*--------------------------------------------------ceos----------------------------------------------------*/
.ceos{
width: 60%;
}
.ceo-h1{
font-size: 27px;
font-weight: 600;
margin-bottom: 0px;
}
.ceo-h2{
font-size: 20px;
font-weight: 500;
color: #123738;
}
.ceo-text{
width: 100;
font-size: 15px;
font-weight: 500;
text-align: center;
}
.ueberschrift{
color: black;
font-size: 35px;
font-weight: 600;
}
.title::before{
content: '';
background: #1d8d5d;
height: 2px;
width: 50px;
margin-left: auto;
margin-right: auto;
display: block;
transform: translateY(-5px)
}
.title1::before{
content: '';
background: #1d8d5d;
height: 4px;
width: 8em;
margin-left: auto;
margin-right: auto;
display: block;
transform: translateY(90px)
}
/*-------------------------------------------------location------------------------------------------------------*/
.location{
font-size: 20px;
line-height: 70%;
font-weight: 500;
}
.img-location{
height: 150px;
}
.title2::before{
content: '';
background: #1d8d5d;
height: 4px;
width: 7em;
margin-left: auto;
margin-right: auto;
display: block;
transform: translateY(60px)
}
/*-----------------------------------------------Sozial Media---------------------------------------------------*/
.title3::before{
content: '';
background: #1d8d5d;
height: 4px;
width: 9em;
margin-left: auto;
margin-right: auto;
display: block;
transform: translateY(60px)
}
.contact{
display: inline-block;
width: 90px;
height: 90px;
background: #f1f1f1;
margin: 10px;
border-radius: 30%;
box-shadow: 0 5px 15px -5px #00000070;
color: #1d8d5d;
overflow: hidden;
position: relative;
margin-top: 100px;
margin-bottom: 100px;
}
.contact i{
line-height: 90px;
font-size: 30px;
transition: 0.2s linear;
}
.contact:hover i{
transform: scale(1.3);
color: #f1f1f1;
}
.contact::before{
content: "";
position: absolute;
width: 120%;
height: 120%;
background: #1d8d5d;
transform: rotate(45deg);
left: -110%;
top: 90%;
}
.contact:hover::before{
animation: aaa 0.7s 1;
top: -10%;
left: -10%;
}
@keyframes aaa {
0%{
left: -110%;
top: 90%;
}50%{
left: 10%;
top: -30%;
}100%{
top: -10%;
left: -10%;
}
}
/*----------------------------------------------footer---------------------------------------------------------*/
#footer{
background-image: linear-gradient(to right, #58a565, #1d8d5d) !important;
color: #ffffff;
}
.brand{
color: #ffffff !important;
font-weight: 600;
font-size: 22px;
}
.links{
display: block;
color: white !important;
}
.col-out {
display: relative;
}
.col-in {
display: absolute;
transform: translate(0, +20%);
}
.subscribe{
color: #ffffff !important;
padding: 8px, 25px;
border: none !important;
border-radius: 2em;
background-color: #123738 !important;
margin-top: 1em;
margin-bottom: 2em;
text-align: center;
}
.copyright{
margin-bottom: 0%;
padding-bottom: 2em;
text-align: center;
} | src/html/ueber-uns.css | .html{
margin: 0;
padding: 0;
}
body{
font-family: 'Roboto Slab', serif;
min-width: 100%;
float: left !important;
}
/*---------------------------------nav bar-----------------------------------*/
#nav-bar{
top: 0;
z-index: 10;
}
.navbar{
background-image: linear-gradient(to right, #58a565, #1d8d5d);
padding: 0 !important;
}
.navbar-nav li{
padding: 0 15px;
}
.navbar-nav li a {
float: right;
text-align: left;
}
.nav-link{
color: #ffffff !important;
font-weight: 600;
}
.nav-item{
color: #ffffff !important;
}
.navbar-brand{
padding-left: 20px;
color: #ffffff !important;
font-weight: 600;
font-size: 22px;
text-emphasis: none;
}
.school{
font-weight: 800;
color: #123738 !important;
font-size: 30px;
}
.fa-bars{
color: #ffffff !important;
font-size: 40px !important;
}
.navbar-toggler{
outline: none;
}
/*--------------------------------------------main section--------------------------------------------*/
.mainpart{
background-image: linear-gradient(to right, #58a565, #1d8d5d);
color: #ffffff;
padding-top: 2%;
width: 100%;
}
.ueberuns{
font-weight: 600;
font-size: 40px;
margin-bottom: 0px;
color: #123738;
}
.ueberuns-beschreibung{
font-weight: 600;
font-size: 20px;
color: #123738;
}
.mainpart-img{
width: 45px;
margin: 20px;
}
.bottom-img{
width: 100%;
}
/*--------------------------------------------------ceos----------------------------------------------------*/
.ceos{
width: 60%;
}
.ceo-h1{
font-size: 27px;
font-weight: 600;
margin-bottom: 0px;
}
.ceo-h2{
font-size: 20px;
font-weight: 500;
color: #123738;
}
.ceo-text{
width: 100;
font-size: 15px;
font-weight: 500;
text-align: center;
}
.ueberschrift{
color: black;
font-size: 35px;
font-weight: 600;
}
.title::before{
content: '';
background: #1d8d5d;
height: 2px;
width: 50px;
margin-left: auto;
margin-right: auto;
display: block;
transform: translateY(-5px)
}
.title1::before{
content: '';
background: #1d8d5d;
height: 4px;
width: 8em;
margin-left: auto;
margin-right: auto;
display: block;
transform: translateY(90px)
}
/*-------------------------------------------------location------------------------------------------------------*/
.location{
font-size: 20px;
line-height: 70%;
font-weight: 500;
}
.img-location{
height: 150px;
}
.title2::before{
content: '';
background: #1d8d5d;
height: 4px;
width: 7em;
margin-left: auto;
margin-right: auto;
display: block;
transform: translateY(60px)
}
/*-----------------------------------------------Sozial Media---------------------------------------------------*/
.title3::before{
content: '';
background: #1d8d5d;
height: 4px;
width: 9em;
margin-left: auto;
margin-right: auto;
display: block;
transform: translateY(60px)
}
.contact{
display: inline-block;
width: 90px;
height: 90px;
background: #f1f1f1;
margin: 10px;
border-radius: 30%;
box-shadow: 0 5px 15px -5px #00000070;
color: #1d8d5d;
overflow: hidden;
position: relative;
margin-top: 100px;
margin-bottom: 100px;
}
.contact i{
line-height: 90px;
font-size: 30px;
transition: 0.2s linear;
}
.contact:hover i{
transform: scale(1.3);
color: #f1f1f1;
}
.contact::before{
content: "";
position: absolute;
width: 120%;
height: 120%;
background: #1d8d5d;
transform: rotate(45deg);
left: -110%;
top: 90%;
}
.contact:hover::before{
animation: aaa 0.7s 1;
top: -10%;
left: -10%;
}
@keyframes aaa {
0%{
left: -110%;
top: 90%;
}50%{
left: 10%;
top: -30%;
}100%{
top: -10%;
left: -10%;
}
}
/*----------------------------------------------footer---------------------------------------------------------*/
#footer{
background-image: linear-gradient(to right, #58a565, #1d8d5d) !important;
color: #ffffff;
}
.brand{
color: #ffffff !important;
font-weight: 600;
font-size: 22px;
}
.links{
display: block;
color: white !important;
}
.col-out {
display: relative;
}
.col-in {
display: absolute;
transform: translate(0, +20%);
}
.subscribe{
color: #ffffff !important;
padding: 8px, 25px;
border: none !important;
border-radius: 2em;
background-color: #123738 !important;
margin-top: 1em;
margin-bottom: 2em;
text-align: center;
}
.copyright{
margin-bottom: 0%;
padding-bottom: 2em;
text-align: center;
} | 0.437583 | 0.089494 |
html,
body {
min-height: 100vh;
overflow-x: hidden;
}
.js .container {
position: relative;
height: 100vh;
overflow: hidden;
}
.js .pages {
position: relative;
overflow: hidden;
width: 100vw;
height: 100vh;
z-index: 0;
}
.page {
/*padding: 6.5em;*/
background: #FFFFFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.js .page {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
z-index: 1;
}
.js .page--current {
visibility: visible;
position: relative;
}
/* Navigation */
.pagenav {
position: absolute;
pointer-events: none;
top: 0em;
left: 0em;
right: 0em;
bottom: 0em;
z-index: 1000;
}
.no-js .pagenav {
display: none;
}
.pagenav__button {
border: 0;
background: none;
padding: 0;
margin: 0;
color: inherit;
font-weight: inherit !important;
}
.pagenav__button:focus {
outline: none;
}
/* Page content */
.quote {
font-size: 5.5vh;
line-height: 1.25;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
margin: 0 auto;
max-width: 800px;
padding: 1em;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.quote p {
font-family: 'Merriweather', serif;
margin: 0 0 0.5em;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.quote p::before {
content: '\201C';
}
.quote p::after {
content: '\201D';
}
.quote footer {
font-size: 0.5em;
}
.quote footer::before {
content: '\2014';
}
/* Revealers */
.revealer {
width: 100vw;
height: 100vh;
position: fixed;
z-index: 1000;
pointer-events: none;
}
.revealer--cornertopleft,
.revealer--cornertopright,
.revealer--cornerbottomleft,
.revealer--cornerbottomright {
top: 50%;
left: 50%;
}
.revealer--top,
.revealer--bottom {
left: 0;
}
.revealer--right,
.revealer--left {
top: 50%;
left: 50%;
}
.revealer--top {
bottom: 100%;
}
.revealer--bottom {
top: 100%;
}
.revealer__layer {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #ddd;
}
/* Revealer effects */
/* Forth effect */
.anim--effect-4 .page--animate-cornerbottomright .quote {
-webkit-animation: moveQuoteCornerBottomRight 1s forwards;
animation: moveQuoteCornerBottomRight 1s forwards;
}
@-webkit-keyframes moveQuoteCornerBottomRight {
0%,
65% {
-webkit-transform: translate3d(50px, 50px, 0);
transform: translate3d(50px, 50px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes moveQuoteCornerBottomRight {
0%,
65% {
-webkit-transform: translate3d(50px, 50px, 0);
transform: translate3d(50px, 50px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.anim--effect-4 .revealer--animate .revealer__layer {
-webkit-animation: anim-effect-4-1 1s cubic-bezier(0.550, 0.055, 0.675, 0.190) forwards;
animation: anim-effect-4-1 1s cubic-bezier(0.550, 0.055, 0.675, 0.190) forwards;
}
.anim--effect-4 .revealer--animate .revealer__layer:nth-child(2) {
-webkit-animation-name: anim-effect-4-2;
animation-name: anim-effect-4-2;
-webkit-animation-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);
animation-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);
}
.anim--effect-4 .revealer--animate .revealer__layer:nth-child(3) {
-webkit-animation-name: anim-effect-4-3;
animation-name: anim-effect-4-3;
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060)
}
@-webkit-keyframes anim-effect-4-1 {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
35%,
65% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
100% {
-webkit-transform: translate3d(0, -200%, 0);
transform: translate3d(0, -200%, 0);
}
}
@keyframes anim-effect-4-1 {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
35%,
65% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
100% {
-webkit-transform: translate3d(0, -200%, 0);
transform: translate3d(0, -200%, 0);
}
}
@-webkit-keyframes anim-effect-4-2 {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
45%,
55% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
100% {
-webkit-transform: translate3d(0, -200%, 0);
transform: translate3d(0, -200%, 0);
}
}
@keyframes anim-effect-4-2 {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
45%,
55% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
100% {
-webkit-transform: translate3d(0, -200%, 0);
transform: translate3d(0, -200%, 0);
}
}
@-webkit-keyframes anim-effect-4-3 {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
45%,
55% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
100% {
-webkit-transform: translate3d(0, -200%, 0);
transform: translate3d(0, -200%, 0);
}
}
@keyframes anim-effect-4-3 {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
45%,
55% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
100% {
-webkit-transform: translate3d(0, -200%, 0);
transform: translate3d(0, -200%, 0);
}
}
/* Media queries */
@media screen and (max-width: 50em) {
.quote {
font-size: 5vw;
text-align: center;
padding: 0.5em;
}
} | css/component.css | html,
body {
min-height: 100vh;
overflow-x: hidden;
}
.js .container {
position: relative;
height: 100vh;
overflow: hidden;
}
.js .pages {
position: relative;
overflow: hidden;
width: 100vw;
height: 100vh;
z-index: 0;
}
.page {
/*padding: 6.5em;*/
background: #FFFFFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.js .page {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
z-index: 1;
}
.js .page--current {
visibility: visible;
position: relative;
}
/* Navigation */
.pagenav {
position: absolute;
pointer-events: none;
top: 0em;
left: 0em;
right: 0em;
bottom: 0em;
z-index: 1000;
}
.no-js .pagenav {
display: none;
}
.pagenav__button {
border: 0;
background: none;
padding: 0;
margin: 0;
color: inherit;
font-weight: inherit !important;
}
.pagenav__button:focus {
outline: none;
}
/* Page content */
.quote {
font-size: 5.5vh;
line-height: 1.25;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
margin: 0 auto;
max-width: 800px;
padding: 1em;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.quote p {
font-family: 'Merriweather', serif;
margin: 0 0 0.5em;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}
.quote p::before {
content: '\201C';
}
.quote p::after {
content: '\201D';
}
.quote footer {
font-size: 0.5em;
}
.quote footer::before {
content: '\2014';
}
/* Revealers */
.revealer {
width: 100vw;
height: 100vh;
position: fixed;
z-index: 1000;
pointer-events: none;
}
.revealer--cornertopleft,
.revealer--cornertopright,
.revealer--cornerbottomleft,
.revealer--cornerbottomright {
top: 50%;
left: 50%;
}
.revealer--top,
.revealer--bottom {
left: 0;
}
.revealer--right,
.revealer--left {
top: 50%;
left: 50%;
}
.revealer--top {
bottom: 100%;
}
.revealer--bottom {
top: 100%;
}
.revealer__layer {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #ddd;
}
/* Revealer effects */
/* Forth effect */
.anim--effect-4 .page--animate-cornerbottomright .quote {
-webkit-animation: moveQuoteCornerBottomRight 1s forwards;
animation: moveQuoteCornerBottomRight 1s forwards;
}
@-webkit-keyframes moveQuoteCornerBottomRight {
0%,
65% {
-webkit-transform: translate3d(50px, 50px, 0);
transform: translate3d(50px, 50px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes moveQuoteCornerBottomRight {
0%,
65% {
-webkit-transform: translate3d(50px, 50px, 0);
transform: translate3d(50px, 50px, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.anim--effect-4 .revealer--animate .revealer__layer {
-webkit-animation: anim-effect-4-1 1s cubic-bezier(0.550, 0.055, 0.675, 0.190) forwards;
animation: anim-effect-4-1 1s cubic-bezier(0.550, 0.055, 0.675, 0.190) forwards;
}
.anim--effect-4 .revealer--animate .revealer__layer:nth-child(2) {
-webkit-animation-name: anim-effect-4-2;
animation-name: anim-effect-4-2;
-webkit-animation-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);
animation-timing-function: cubic-bezier(0.895, 0.030, 0.685, 0.220);
}
.anim--effect-4 .revealer--animate .revealer__layer:nth-child(3) {
-webkit-animation-name: anim-effect-4-3;
animation-name: anim-effect-4-3;
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060)
}
@-webkit-keyframes anim-effect-4-1 {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
35%,
65% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
100% {
-webkit-transform: translate3d(0, -200%, 0);
transform: translate3d(0, -200%, 0);
}
}
@keyframes anim-effect-4-1 {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
35%,
65% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
100% {
-webkit-transform: translate3d(0, -200%, 0);
transform: translate3d(0, -200%, 0);
}
}
@-webkit-keyframes anim-effect-4-2 {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
45%,
55% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
100% {
-webkit-transform: translate3d(0, -200%, 0);
transform: translate3d(0, -200%, 0);
}
}
@keyframes anim-effect-4-2 {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
45%,
55% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
100% {
-webkit-transform: translate3d(0, -200%, 0);
transform: translate3d(0, -200%, 0);
}
}
@-webkit-keyframes anim-effect-4-3 {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
45%,
55% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
100% {
-webkit-transform: translate3d(0, -200%, 0);
transform: translate3d(0, -200%, 0);
}
}
@keyframes anim-effect-4-3 {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
45%,
55% {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
100% {
-webkit-transform: translate3d(0, -200%, 0);
transform: translate3d(0, -200%, 0);
}
}
/* Media queries */
@media screen and (max-width: 50em) {
.quote {
font-size: 5vw;
text-align: center;
padding: 0.5em;
}
} | 0.361503 | 0.060557 |
* {
box-sizing: border-box;
}
html,
body {
padding: 0;
margin: 0;
height: 100%;
}
body {
background: var(--page-background);
color: var(--page-color);
font-family: sans-serif;
}
h2 {
margin: 0;
margin-top: 1em;
margin-bottom: 0.75em;
font-size: 1.2em;
font-weight: 200;
}
p {
line-height: 1.8;
margin-bottom: 2em;
}
a {
color: inherit;
}
button {
cursor: pointer;
user-select: none;
}
.icon-button {
background: transparent !important;
border: 0;
width: 3.25em;
height: 3.25em;
padding: 5px;
outline: none;
}
.icon-button span {
display: none;
}
.icon-button.menu-toggle:before {
content: "";
display: block;
width: 100%;
height: 2px;
background: var(--page-color);
border-radius: 1px;
box-shadow: 0 11px 0 0 var(--page-color), 0 -11px 0 0 var(--page-color);
}
.icon-button.close:before,
.icon-button.close:after {
content: "";
display: block;
width: 100%;
height: 2px;
background: var(--page-color);
border-radius: 1px;
transform-origin: center center;
}
.icon-button.close:before {
position: relative;
top: 1px;
transform: rotate(45deg);
}
.icon-button.close:after {
position: relative;
top: -1px;
transform: rotate(-45deg);
}
/* App layout */
#app {
min-height: 100%;
display: flex;
flex-direction: column;
height: 100%;
}
.main-view {
display: flex;
flex-direction: column;
min-height: 100%;
height: 100%;
}
.main-view header,
.main-view footer {
flex-shrink: 0;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
min-height: 70px;
}
.main-view header h1 {
font-size: 1.8rem;
font-weight: 300;
text-align: center;
}
.main-view header small {
color: var(--text-color-muted);
}
.main-view main {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.main-view footer {
position: relative;
}
.main-view footer nav.menu {
/*text-align: left;*/
display: block !important;
position: absolute;
bottom: calc(100% - 10px);
z-index: 10;
width: 75%;
max-width: 300px;
transform-origin: center bottom;
border-radius: var(--border-radius-medium);
background: var(--page-background);
padding: 8px;
transform: scaleY(0);
opacity: 0;
transition: var(--transition-duration) ease-in-out all;
}
.main-view footer nav.menu.open {
transform: scaleY(1);
opacity: 1;
}
.main-view footer nav.menu ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.main-view footer nav.menu ul a {
display: block;
padding: 0.75em 1em;
color: inherit;
background: var(--nav-item-background);
border-radius: var(--border-radius-small);
text-decoration: none;
margin-bottom: 8px;
}
.main-view footer nav.menu ul li:last-child a {
margin-bottom: 0;
}
/* BPM circle */
#bpm-display-container {
height: 320px;
width: 320px;
max-width: 70vw;
max-height: 70vw;
margin: 0 auto;
border: 9px solid var(--graph-color);
border-radius: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0em auto 3em auto;
cursor: pointer;
}
#bpm-display {
text-align: center;
}
#bpm-display label {
font-size: 1rem;
text-transform: uppercase;
color: var(--text-color-muted);
}
#bpm-value {
display: block;
font-size: 4rem;
position: relative;
}
#bpm-value:empty:before {
content: "–";
color: var(--text-color-muted);
}
/* Graph */
#graph-container {
background: var(--graph-background);
height: 100px;
}
#graph-canvas {
width: 100%;
height: 100%;
display: block;
}
/* Video, canvas and debug info */
#camera-feed,
#sampling-canvas {
width: 100px;
height: 100px;
}
/* Modals */
.modal {
display: flex;
opacity: 0;
pointer-events: none;
justify-content: center;
align-items: center;
position: absolute;
z-index: 100;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--backdrop-background);
padding: 15px;
transition: var(--transition-duration) ease-in-out all;
}
.modal.open {
opacity: 1;
pointer-events: all;
}
.modal .modal-box {
background: var(--page-background);
display: flex;
flex-direction: column;
border-radius: var(--border-radius-large);
max-width: 500px;
padding: 15px;
max-height: 100%;
}
.modal .modal-box .heading {
display: flex;
align-items: center;
margin-bottom: 1em;
}
.modal .modal-box .heading h1 {
font-size: 1.5em;
font-weight: normal;
margin: 0;
flex-grow: 1;
}
.modal .modal-box .content {
overflow-y: auto;
} | css/bg_camera.css | * {
box-sizing: border-box;
}
html,
body {
padding: 0;
margin: 0;
height: 100%;
}
body {
background: var(--page-background);
color: var(--page-color);
font-family: sans-serif;
}
h2 {
margin: 0;
margin-top: 1em;
margin-bottom: 0.75em;
font-size: 1.2em;
font-weight: 200;
}
p {
line-height: 1.8;
margin-bottom: 2em;
}
a {
color: inherit;
}
button {
cursor: pointer;
user-select: none;
}
.icon-button {
background: transparent !important;
border: 0;
width: 3.25em;
height: 3.25em;
padding: 5px;
outline: none;
}
.icon-button span {
display: none;
}
.icon-button.menu-toggle:before {
content: "";
display: block;
width: 100%;
height: 2px;
background: var(--page-color);
border-radius: 1px;
box-shadow: 0 11px 0 0 var(--page-color), 0 -11px 0 0 var(--page-color);
}
.icon-button.close:before,
.icon-button.close:after {
content: "";
display: block;
width: 100%;
height: 2px;
background: var(--page-color);
border-radius: 1px;
transform-origin: center center;
}
.icon-button.close:before {
position: relative;
top: 1px;
transform: rotate(45deg);
}
.icon-button.close:after {
position: relative;
top: -1px;
transform: rotate(-45deg);
}
/* App layout */
#app {
min-height: 100%;
display: flex;
flex-direction: column;
height: 100%;
}
.main-view {
display: flex;
flex-direction: column;
min-height: 100%;
height: 100%;
}
.main-view header,
.main-view footer {
flex-shrink: 0;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
min-height: 70px;
}
.main-view header h1 {
font-size: 1.8rem;
font-weight: 300;
text-align: center;
}
.main-view header small {
color: var(--text-color-muted);
}
.main-view main {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.main-view footer {
position: relative;
}
.main-view footer nav.menu {
/*text-align: left;*/
display: block !important;
position: absolute;
bottom: calc(100% - 10px);
z-index: 10;
width: 75%;
max-width: 300px;
transform-origin: center bottom;
border-radius: var(--border-radius-medium);
background: var(--page-background);
padding: 8px;
transform: scaleY(0);
opacity: 0;
transition: var(--transition-duration) ease-in-out all;
}
.main-view footer nav.menu.open {
transform: scaleY(1);
opacity: 1;
}
.main-view footer nav.menu ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.main-view footer nav.menu ul a {
display: block;
padding: 0.75em 1em;
color: inherit;
background: var(--nav-item-background);
border-radius: var(--border-radius-small);
text-decoration: none;
margin-bottom: 8px;
}
.main-view footer nav.menu ul li:last-child a {
margin-bottom: 0;
}
/* BPM circle */
#bpm-display-container {
height: 320px;
width: 320px;
max-width: 70vw;
max-height: 70vw;
margin: 0 auto;
border: 9px solid var(--graph-color);
border-radius: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0em auto 3em auto;
cursor: pointer;
}
#bpm-display {
text-align: center;
}
#bpm-display label {
font-size: 1rem;
text-transform: uppercase;
color: var(--text-color-muted);
}
#bpm-value {
display: block;
font-size: 4rem;
position: relative;
}
#bpm-value:empty:before {
content: "–";
color: var(--text-color-muted);
}
/* Graph */
#graph-container {
background: var(--graph-background);
height: 100px;
}
#graph-canvas {
width: 100%;
height: 100%;
display: block;
}
/* Video, canvas and debug info */
#camera-feed,
#sampling-canvas {
width: 100px;
height: 100px;
}
/* Modals */
.modal {
display: flex;
opacity: 0;
pointer-events: none;
justify-content: center;
align-items: center;
position: absolute;
z-index: 100;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--backdrop-background);
padding: 15px;
transition: var(--transition-duration) ease-in-out all;
}
.modal.open {
opacity: 1;
pointer-events: all;
}
.modal .modal-box {
background: var(--page-background);
display: flex;
flex-direction: column;
border-radius: var(--border-radius-large);
max-width: 500px;
padding: 15px;
max-height: 100%;
}
.modal .modal-box .heading {
display: flex;
align-items: center;
margin-bottom: 1em;
}
.modal .modal-box .heading h1 {
font-size: 1.5em;
font-weight: normal;
margin: 0;
flex-grow: 1;
}
.modal .modal-box .content {
overflow-y: auto;
} | 0.277179 | 0.057229 |
html,body
{
background:#9D9D9D;
background-image: url("../images/backplate.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
padding:0;
text-align:center;
margin:0 auto;
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
a {
text-decoration:none;
font-size:12px;
color:#333333;
}
a:hover {
text-decoration:underline;
color:#666666;
}
.container {
width:900px;
margin:0 auto;
padding:0;
text-align:left;
height:100%;
background:#FFFFFF;
}
.admin_left_clm {
width:205px;
background-color:#CCCCCC;
padding:5px;
}
.page_header {
text-align:center;
margin:0 auto;
padding:5px;
font-size:24px;
font-weight:700;
color:#060;
background:#DBE3D8;
}
.settings_table {
width:98%;
}
.settings_table th {
text-align:center;
background:#C9F2BB repeat url("box_head.jpg");
font-size:12px;
font-weight:700;
padding:5px;
border:1px solid #006600;
color:#006600;
}
.settings_table td {
border:1px solid #F0F0F0;
padding:3px;
margin:2px;
background:repeat url("box_headtd.jpg");
}
.settings_table td:hover {
background:#C9F2BB repeat url("box_head.jpg");
border-top:1px solid #003300;
border-bottom:1px solid #003300;
}
.settings_table tr:hover {
color:#006600;
}
.dataTableRowOver {
border-bottom:1px solid #000000;
border-left:1px solid #000000;
padding:3px;
background:#FFFFFF;
cursor:pointer;
}
.dataTableRow {
border-bottom:1px solid #000000;
border-left:1px solid #000000;
padding:3px;
background:#F8FDF7;
}
.dataTableRowSelect {
border-bottom:1px solid #000000;
border-left:1px solid #000000;
padding:3px;
background:#FFFFFF;
}
.admin_form th {
border:1px solid #006600;
color:#006600;
padding:5px;
font-weight:700;
font-size:14px;
text-align:center;
background:#C9F2BB repeat url("box_head.jpg");
}
.admin_form th input, .admin_form th select {
border:1px solid #006600;
color:#006600;
background:#DFFCDC;
padding:3px;
margin:2px;
}
.admin_form th input:hover {
background:#F0F0F0;
}
.admin_form th a {
font-size:12px;
text-decoration:none;
font-style:italic;
color:#FF0000;
}
.admin_form th a:hover {
text-decoration:underline;
color:#666666;
}
.admin_form td {
border:1px solid #F0F0F0;
padding:3px;
margin:2px;
background:repeat url("box_headtd.jpg");
}
.admin_form td:hover {
background:#C9F2BB repeat url("box_head.jpg");
border-top:1px solid #003300;
border-bottom:1px solid #003300;
}
.admin_form_tr tr:hover {
background:#C9F2BB repeat url("box_head.jpg");
border-top:1px solid #003300;
border-bottom:1px solid #003300;
}
.admin_form tr:hover {
color:#006600;
}
.form_title {
background:#F4F4F4;
text-align:right;
font-weight:700;
padding:5px;
width:150px;
}
.form_field {
border:1px solid #CCCCCC;
background:#F8FDF7;
padding:5px;
}
.form_field input, .form_field textarea, .form_field select {
padding:3px;
border-bottom:#666666 1px solid;
border-right:#666666 1px solid;
border-top:#CCCCCC 1px solid;
border-left:#CCCCCC 1px solid;
background:#FFFEF0;
}
.form_title_header {
background:#F4F4F4;
text-align:center;
font-weight:700;
padding:5px;
}
td.expand_title_header {
background-color:#F8DEDE;
text-align:center;
font-weight:700;
padding:5px;
}
#parent_cat_dd {
width:150px;
}
.required {
color:#FF0000;
}
.page_content {
padding-top:23px;
background:#FFF;
}
.certificate_amount_requirements {
background:#C9C9C9;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
padding-bottom:2px;
}
.sub_cat_list {
padding:0;
margin:0;
padding-left:15px;
}
.category_list_box {
display:block;
margin:3px;
width:210px;
float:left;
}
.sub_cat_list a {
color:#000000;
font-size:12px;
text-decoration:none;
}
a.top_cat {
color:#000000;
font-size:14px;
font-weight:700;
text-decoration:none;
}
#bottom_menu {
position:absolute;
bottom:0;
width: 900px;
background: #eee;
border-bottom:solid 1px #999999;
text-align:right;
height:15px;
float: right;
}
.spider {
background:#FEDEDE;
}
#TB_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:100%;
width:100%;
}
.TB_overlayBG {
background-color:#000000;
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.error {
position:absolute;
top:0;
left:0;
background:#FFF;
color:#FFFFFF;
font-weight:700;
width:300px;
font-size:12px;
padding:5px;
text-align:left;
display:none;
border:1px solid #999999;
z-index:9999;
}
.close_error {
width:100%;
cursor: pointer;
text-align:center;
background:#336600;
padding-top:4px;
padding-bottom:4px;
background-image: url("../includes/template/images/lst-hdr.jpg");
background-repeat: repeat;
}
.error_header {
width:100%;
text-align:center;
background:#336600;
padding-top:4px;
padding-bottom:4px;
font-size:12px;
background-image: url("../includes/template/images/lst-hdr.jpg");
background-repeat: repeat;
}
.error_text {
background:#C5DEBC;
color:#000;
padding-top:4px;
padding-bottom:4px;
padding-left:2px;
padding-right:2px;
}
.settings_title {
padding:6px;
font-weight:700;
font-size:14px;
margin:0 auto;
text-align:center;
}
.settings_desc {
padding:4px;
font-size:12px;
margin:0 auto;
text-align:center;
}
.def_menu {
margin-top:100px;
border:1px solid #333;
}
.def_menu th {
background-color:#CCCCCC;
}
.def_menu td {
background-color:#F3F3F3;
}
.expanded {
width:25px;
height:25px;
background:url("green_down_arrow.gif");
}
.collapsed {
width:25px;
height:25px;
background:url("green_right_arrow.gif");
}
a.edit_image {
background: no-repeat url("file-edit-icon.png");
width:20px;
height:20px;
display:block;
text-indent: -1999px;
overflow: hidden;
} | includes/template/admin/style.css | html,body
{
background:#9D9D9D;
background-image: url("../images/backplate.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
padding:0;
text-align:center;
margin:0 auto;
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
a {
text-decoration:none;
font-size:12px;
color:#333333;
}
a:hover {
text-decoration:underline;
color:#666666;
}
.container {
width:900px;
margin:0 auto;
padding:0;
text-align:left;
height:100%;
background:#FFFFFF;
}
.admin_left_clm {
width:205px;
background-color:#CCCCCC;
padding:5px;
}
.page_header {
text-align:center;
margin:0 auto;
padding:5px;
font-size:24px;
font-weight:700;
color:#060;
background:#DBE3D8;
}
.settings_table {
width:98%;
}
.settings_table th {
text-align:center;
background:#C9F2BB repeat url("box_head.jpg");
font-size:12px;
font-weight:700;
padding:5px;
border:1px solid #006600;
color:#006600;
}
.settings_table td {
border:1px solid #F0F0F0;
padding:3px;
margin:2px;
background:repeat url("box_headtd.jpg");
}
.settings_table td:hover {
background:#C9F2BB repeat url("box_head.jpg");
border-top:1px solid #003300;
border-bottom:1px solid #003300;
}
.settings_table tr:hover {
color:#006600;
}
.dataTableRowOver {
border-bottom:1px solid #000000;
border-left:1px solid #000000;
padding:3px;
background:#FFFFFF;
cursor:pointer;
}
.dataTableRow {
border-bottom:1px solid #000000;
border-left:1px solid #000000;
padding:3px;
background:#F8FDF7;
}
.dataTableRowSelect {
border-bottom:1px solid #000000;
border-left:1px solid #000000;
padding:3px;
background:#FFFFFF;
}
.admin_form th {
border:1px solid #006600;
color:#006600;
padding:5px;
font-weight:700;
font-size:14px;
text-align:center;
background:#C9F2BB repeat url("box_head.jpg");
}
.admin_form th input, .admin_form th select {
border:1px solid #006600;
color:#006600;
background:#DFFCDC;
padding:3px;
margin:2px;
}
.admin_form th input:hover {
background:#F0F0F0;
}
.admin_form th a {
font-size:12px;
text-decoration:none;
font-style:italic;
color:#FF0000;
}
.admin_form th a:hover {
text-decoration:underline;
color:#666666;
}
.admin_form td {
border:1px solid #F0F0F0;
padding:3px;
margin:2px;
background:repeat url("box_headtd.jpg");
}
.admin_form td:hover {
background:#C9F2BB repeat url("box_head.jpg");
border-top:1px solid #003300;
border-bottom:1px solid #003300;
}
.admin_form_tr tr:hover {
background:#C9F2BB repeat url("box_head.jpg");
border-top:1px solid #003300;
border-bottom:1px solid #003300;
}
.admin_form tr:hover {
color:#006600;
}
.form_title {
background:#F4F4F4;
text-align:right;
font-weight:700;
padding:5px;
width:150px;
}
.form_field {
border:1px solid #CCCCCC;
background:#F8FDF7;
padding:5px;
}
.form_field input, .form_field textarea, .form_field select {
padding:3px;
border-bottom:#666666 1px solid;
border-right:#666666 1px solid;
border-top:#CCCCCC 1px solid;
border-left:#CCCCCC 1px solid;
background:#FFFEF0;
}
.form_title_header {
background:#F4F4F4;
text-align:center;
font-weight:700;
padding:5px;
}
td.expand_title_header {
background-color:#F8DEDE;
text-align:center;
font-weight:700;
padding:5px;
}
#parent_cat_dd {
width:150px;
}
.required {
color:#FF0000;
}
.page_content {
padding-top:23px;
background:#FFF;
}
.certificate_amount_requirements {
background:#C9C9C9;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
padding-bottom:2px;
}
.sub_cat_list {
padding:0;
margin:0;
padding-left:15px;
}
.category_list_box {
display:block;
margin:3px;
width:210px;
float:left;
}
.sub_cat_list a {
color:#000000;
font-size:12px;
text-decoration:none;
}
a.top_cat {
color:#000000;
font-size:14px;
font-weight:700;
text-decoration:none;
}
#bottom_menu {
position:absolute;
bottom:0;
width: 900px;
background: #eee;
border-bottom:solid 1px #999999;
text-align:right;
height:15px;
float: right;
}
.spider {
background:#FEDEDE;
}
#TB_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:100%;
width:100%;
}
.TB_overlayBG {
background-color:#000000;
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.error {
position:absolute;
top:0;
left:0;
background:#FFF;
color:#FFFFFF;
font-weight:700;
width:300px;
font-size:12px;
padding:5px;
text-align:left;
display:none;
border:1px solid #999999;
z-index:9999;
}
.close_error {
width:100%;
cursor: pointer;
text-align:center;
background:#336600;
padding-top:4px;
padding-bottom:4px;
background-image: url("../includes/template/images/lst-hdr.jpg");
background-repeat: repeat;
}
.error_header {
width:100%;
text-align:center;
background:#336600;
padding-top:4px;
padding-bottom:4px;
font-size:12px;
background-image: url("../includes/template/images/lst-hdr.jpg");
background-repeat: repeat;
}
.error_text {
background:#C5DEBC;
color:#000;
padding-top:4px;
padding-bottom:4px;
padding-left:2px;
padding-right:2px;
}
.settings_title {
padding:6px;
font-weight:700;
font-size:14px;
margin:0 auto;
text-align:center;
}
.settings_desc {
padding:4px;
font-size:12px;
margin:0 auto;
text-align:center;
}
.def_menu {
margin-top:100px;
border:1px solid #333;
}
.def_menu th {
background-color:#CCCCCC;
}
.def_menu td {
background-color:#F3F3F3;
}
.expanded {
width:25px;
height:25px;
background:url("green_down_arrow.gif");
}
.collapsed {
width:25px;
height:25px;
background:url("green_right_arrow.gif");
}
a.edit_image {
background: no-repeat url("file-edit-icon.png");
width:20px;
height:20px;
display:block;
text-indent: -1999px;
overflow: hidden;
} | 0.377196 | 0.057229 |
img,*{padding: 0; margin: 0; border: 0px dashed red; font-size: 15px;box-sizing: border-box;}
.footer,.hot,.shopping,.main_body,.nav,.head,.top_nav{width: 100%; min-width: 1200px;text-align: center; }
.top_nav{background: #F1F7EB;height: 24px;}
.top_nav_list_left,.top_nav_list_right,.li{display: inline-block;position: relative;vertical-align: top;}
.img_li{width: 10px;height: 5px;vertical-align: middle;}
.top_nav_list_left{width: 500px;}
a{color:#000;text-decoration:none;}
a:hover{color: #FF5000;}
a{padding:0 4px;}
li{list-style: none;}
img,span{vertical-align: middle;}
.bold{font-weight:bolder ;}
.orangle{color: #FF5000;}
.s20{font-size: 20px;}
.li{float: left;background: #F1F7EB;}
.li_menu_li{display: none;}
.li:hover .li_menu_li{display: block;}
.head{margin: 8px auto;}
.head_logo,.head_input{display: inline-block;vertical-align: middle;}
.search{width: 550px;float:left;border-radius:12px 0 0 12px ;border: #FF5000 2px solid; padding: 7px;}
.button{width: 80px;float:left;border-radius: 0 12px 12px 0;border: #FF5000 2px solid; padding: 7px;background: #FF5000; color: #fff;font-size: 13px;}
.form{overflow: hidden;}
.search_input{width: 500px;border: #000;}
.button_input{widows: 60px;background: #FF5000;border: 0;color: white;}
.head_input{width: 700px;}
.news,.cate_list,.head_logo,.logo_img{width: 249px;}
.logo_img{vertical-align: middle;}
.li_a{padding: 0 10px;font-size: 10px; text-align: left;}
.nav_title{padding: 0 10px; }
.nav_title,.nav_li,.nav_ul{display: inline-block;}
.nav{background: linear-gradient(to right, #FF5000, #ff6,#FF5000); color: #fff;font-size: 25px;margin: 5px 0px;}
.news .button{float: none; width: 60px;border-radius: 5px;border: #FF5000 2px solid; padding:2px;background: #FF5000; color: #fff;font-size: 13px;}
.cate_list,.banner,.news{display: inline-block;vertical-align: middle;}
.cate_list{border: 1px #FF0000 solid;}
.cate_li{border-bottom: 1px darkgray solid;}
.cate_list,.news{height: 401px;line-height: 36px;}
.cate_li:hover{background: #E4576A;color: #fff;}
.cate_li:hover a{color: #fff;}
.photo{width: 50px;}
.banner{
width:740px; height:401px; overflow:hidden; display:inline-block;
}
.banner .top_slide_wrap{ width:740px; height:401px; overflow:hidden; position:relative; z-index:1; }
.banner .slide_box{ height:401px; overflow:hidden; }
.banner .slide_box li{ height:401px; position:relative; }
.banner .slide_box li a{ width:740px; height:401px; display:block; }
.banner .slide_box img{ text-align:center; height:420px; }
.banner .slide_info{ width:740px; margin:-530px auto 0; }
.banner .slide_info_card{width:420px;height:0;margin-top:171px;color:#fff;position:relative;}
.banner .slide_info_card a{color:#fff;text-decoration:none}
.banner .slide_info_card .slide_info_card_bg{width:420px;height:200px;background:#0071c6;position:absolute;top:0;left:0;z-index:1;opacity:.8;*filter:alpha(opacity=80)}
.banner .slide_info_card .slide_info_card_text{width:340px;height:140px;padding:30px 40px;position:absolute;top:0;left:0;z-index:2}
.banner .slide_info_card h2{font-size:40px;padding-bottom:8px}
.banner .slide_info_card p{font-size:15px;line-height:26px}
.banner .slide_info_card p strong{font-size:12px;height:25px;display:inline-block;padding:0 10px;background:#095b99;border-radius:5px;color:#fff;margin-top:8px}
/* op_btns */
.banner .op_btns{ width:740px; margin-top:-730px; position:relative; z-index:3; }
.banner .op_btns .op_btn{display:block; width:32px; height:60px; cursor:pointer; overflow:hidden; position:absolute; margin-top:80px; }
.banner .op_btns .op_prev{ background:url(img/b_left.png) no-repeat center top; left:0; top:420px; }
.banner .op_btns .op_next{ background:url(img/b_right.png) no-repeat center top; right:0; top:420px; }
.banner .op_btns .op_prev span, .banner .op_btns .op_next span{ display:block; width:32px; height:60px; margin:8px 0 0 17px; cursor:pointer; }
.banner .op_btns .op_prev span{background-position:0 0;}
.banner .op_btns .op_next span{background-position:-73px 0;margin-left:20px;}
.partial{width: 600px;display: inline-block;text-align: left;}
.info,.info_li,.info_a{display: inline-block;}
.info,.info_li{padding: 5px;}
.info_img,.info_img img,.info_txt{width: 170px;}
.info h3{font-weight: 400;font-size: 14px;}
.info_txt .p{font-size: 12px;color: #A9A9A9;}
h1 .info_img,h1 span{vertical-align:bottom; width: 120px;height: 40px;}
.big_img{width: 1200px; margin: 2px auto;height: 100px;}
.footer,.hot{width: 1200px; text-align: left;margin: 0 auto;}
.footer { width: 1300px; margin: 30px auto; padding: 10px;border-top: #666666 solid 0.8px;text-align: center; color: #666;font-size: 12px; }
.footer p{ margin: 10px; }
.footer img{ width: 100px; margin: 10px 15px;}
.b_nav{
width:1200px; overflow:hidden; margin:20px auto;
}
.b_nav dl{
width:125px; height:165px; overflow:hidden; float:left; display:inline; margin-right:50px;
}
.b_nav dl dt{
height:30px; line-height:30px; overflow:hidden; color:#3e3e3e; font-size:16px; margin-bottom:10px;
}
.b_nav dl dt a{
color:#3e3e3e;
}
.b_nav dl dt a:hover{
color:#3e3e3e; text-decoration:underline;
}
.b_nav dl dd{
height:24px; line-height:24px; overflow:hidden; color:#888888;
}
.b_nav dl dd a{
color:#888888;
}
.b_nav dl dd a:hover{
color:#ff4e00;
}
.b_er{
width:120px; height:160px; overflow:hidden; text-align:center; float:right; display:inline; margin-right:22px; margin-top:5px;
}
.b_er_c{
width:118px; height:118px; overflow:hidden; margin-bottom:10px; border:1px solid #e9e9e9;
}
.b_tel_bg{
width:133px; height:140px; overflow:hidden; color:#888888; float:right; margin-top:5px;
}
.b_tel_bg a.b_sh1{
width:100%; height:35px; line-height:35px; overflow:hidden; background:url(img/b_sh_1.png) no-repeat left center; color:#888888; font-size:14px; text-indent:32px; display:inline-block;
}
.b_tel_bg a.b_sh1:hover{
color:#ff4e00;
}
.b_tel_bg a.b_sh2{
width:100%; height:35px; line-height:35px; overflow:hidden; background:url(img/b_sh_2.png) no-repeat left center; color:#888888; font-size:14px; text-indent:32px; display:inline-block;
}
.b_tel_bg a.b_sh2:hover{
color:#ff4e00;
}
.b_tel_bg p{
margin-top:10px;
}
.b_tel_bg p span{
color:#ff4e00; font-size:18px;
}
.btmbg{
width:100%; min-width:1200px; overflow:hidden; padding:30px 0 40px 0; border-top:1px solid #eaeaea;
}
.btm{
width:1200px; overflow:hidden; color:#999999; font-family:"宋体"; text-align:center;
}
.btm a{
color:#999999;
}
.btm a:hover{
color:#999999; text-decoration:underline;
}
.btm img{
display:inline-block; margin:15px 5px 5px 5px; border:1px solid #d9d9d9; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
} | MyShop/WebRoot/statics/localcss/index.css | img,*{padding: 0; margin: 0; border: 0px dashed red; font-size: 15px;box-sizing: border-box;}
.footer,.hot,.shopping,.main_body,.nav,.head,.top_nav{width: 100%; min-width: 1200px;text-align: center; }
.top_nav{background: #F1F7EB;height: 24px;}
.top_nav_list_left,.top_nav_list_right,.li{display: inline-block;position: relative;vertical-align: top;}
.img_li{width: 10px;height: 5px;vertical-align: middle;}
.top_nav_list_left{width: 500px;}
a{color:#000;text-decoration:none;}
a:hover{color: #FF5000;}
a{padding:0 4px;}
li{list-style: none;}
img,span{vertical-align: middle;}
.bold{font-weight:bolder ;}
.orangle{color: #FF5000;}
.s20{font-size: 20px;}
.li{float: left;background: #F1F7EB;}
.li_menu_li{display: none;}
.li:hover .li_menu_li{display: block;}
.head{margin: 8px auto;}
.head_logo,.head_input{display: inline-block;vertical-align: middle;}
.search{width: 550px;float:left;border-radius:12px 0 0 12px ;border: #FF5000 2px solid; padding: 7px;}
.button{width: 80px;float:left;border-radius: 0 12px 12px 0;border: #FF5000 2px solid; padding: 7px;background: #FF5000; color: #fff;font-size: 13px;}
.form{overflow: hidden;}
.search_input{width: 500px;border: #000;}
.button_input{widows: 60px;background: #FF5000;border: 0;color: white;}
.head_input{width: 700px;}
.news,.cate_list,.head_logo,.logo_img{width: 249px;}
.logo_img{vertical-align: middle;}
.li_a{padding: 0 10px;font-size: 10px; text-align: left;}
.nav_title{padding: 0 10px; }
.nav_title,.nav_li,.nav_ul{display: inline-block;}
.nav{background: linear-gradient(to right, #FF5000, #ff6,#FF5000); color: #fff;font-size: 25px;margin: 5px 0px;}
.news .button{float: none; width: 60px;border-radius: 5px;border: #FF5000 2px solid; padding:2px;background: #FF5000; color: #fff;font-size: 13px;}
.cate_list,.banner,.news{display: inline-block;vertical-align: middle;}
.cate_list{border: 1px #FF0000 solid;}
.cate_li{border-bottom: 1px darkgray solid;}
.cate_list,.news{height: 401px;line-height: 36px;}
.cate_li:hover{background: #E4576A;color: #fff;}
.cate_li:hover a{color: #fff;}
.photo{width: 50px;}
.banner{
width:740px; height:401px; overflow:hidden; display:inline-block;
}
.banner .top_slide_wrap{ width:740px; height:401px; overflow:hidden; position:relative; z-index:1; }
.banner .slide_box{ height:401px; overflow:hidden; }
.banner .slide_box li{ height:401px; position:relative; }
.banner .slide_box li a{ width:740px; height:401px; display:block; }
.banner .slide_box img{ text-align:center; height:420px; }
.banner .slide_info{ width:740px; margin:-530px auto 0; }
.banner .slide_info_card{width:420px;height:0;margin-top:171px;color:#fff;position:relative;}
.banner .slide_info_card a{color:#fff;text-decoration:none}
.banner .slide_info_card .slide_info_card_bg{width:420px;height:200px;background:#0071c6;position:absolute;top:0;left:0;z-index:1;opacity:.8;*filter:alpha(opacity=80)}
.banner .slide_info_card .slide_info_card_text{width:340px;height:140px;padding:30px 40px;position:absolute;top:0;left:0;z-index:2}
.banner .slide_info_card h2{font-size:40px;padding-bottom:8px}
.banner .slide_info_card p{font-size:15px;line-height:26px}
.banner .slide_info_card p strong{font-size:12px;height:25px;display:inline-block;padding:0 10px;background:#095b99;border-radius:5px;color:#fff;margin-top:8px}
/* op_btns */
.banner .op_btns{ width:740px; margin-top:-730px; position:relative; z-index:3; }
.banner .op_btns .op_btn{display:block; width:32px; height:60px; cursor:pointer; overflow:hidden; position:absolute; margin-top:80px; }
.banner .op_btns .op_prev{ background:url(img/b_left.png) no-repeat center top; left:0; top:420px; }
.banner .op_btns .op_next{ background:url(img/b_right.png) no-repeat center top; right:0; top:420px; }
.banner .op_btns .op_prev span, .banner .op_btns .op_next span{ display:block; width:32px; height:60px; margin:8px 0 0 17px; cursor:pointer; }
.banner .op_btns .op_prev span{background-position:0 0;}
.banner .op_btns .op_next span{background-position:-73px 0;margin-left:20px;}
.partial{width: 600px;display: inline-block;text-align: left;}
.info,.info_li,.info_a{display: inline-block;}
.info,.info_li{padding: 5px;}
.info_img,.info_img img,.info_txt{width: 170px;}
.info h3{font-weight: 400;font-size: 14px;}
.info_txt .p{font-size: 12px;color: #A9A9A9;}
h1 .info_img,h1 span{vertical-align:bottom; width: 120px;height: 40px;}
.big_img{width: 1200px; margin: 2px auto;height: 100px;}
.footer,.hot{width: 1200px; text-align: left;margin: 0 auto;}
.footer { width: 1300px; margin: 30px auto; padding: 10px;border-top: #666666 solid 0.8px;text-align: center; color: #666;font-size: 12px; }
.footer p{ margin: 10px; }
.footer img{ width: 100px; margin: 10px 15px;}
.b_nav{
width:1200px; overflow:hidden; margin:20px auto;
}
.b_nav dl{
width:125px; height:165px; overflow:hidden; float:left; display:inline; margin-right:50px;
}
.b_nav dl dt{
height:30px; line-height:30px; overflow:hidden; color:#3e3e3e; font-size:16px; margin-bottom:10px;
}
.b_nav dl dt a{
color:#3e3e3e;
}
.b_nav dl dt a:hover{
color:#3e3e3e; text-decoration:underline;
}
.b_nav dl dd{
height:24px; line-height:24px; overflow:hidden; color:#888888;
}
.b_nav dl dd a{
color:#888888;
}
.b_nav dl dd a:hover{
color:#ff4e00;
}
.b_er{
width:120px; height:160px; overflow:hidden; text-align:center; float:right; display:inline; margin-right:22px; margin-top:5px;
}
.b_er_c{
width:118px; height:118px; overflow:hidden; margin-bottom:10px; border:1px solid #e9e9e9;
}
.b_tel_bg{
width:133px; height:140px; overflow:hidden; color:#888888; float:right; margin-top:5px;
}
.b_tel_bg a.b_sh1{
width:100%; height:35px; line-height:35px; overflow:hidden; background:url(img/b_sh_1.png) no-repeat left center; color:#888888; font-size:14px; text-indent:32px; display:inline-block;
}
.b_tel_bg a.b_sh1:hover{
color:#ff4e00;
}
.b_tel_bg a.b_sh2{
width:100%; height:35px; line-height:35px; overflow:hidden; background:url(img/b_sh_2.png) no-repeat left center; color:#888888; font-size:14px; text-indent:32px; display:inline-block;
}
.b_tel_bg a.b_sh2:hover{
color:#ff4e00;
}
.b_tel_bg p{
margin-top:10px;
}
.b_tel_bg p span{
color:#ff4e00; font-size:18px;
}
.btmbg{
width:100%; min-width:1200px; overflow:hidden; padding:30px 0 40px 0; border-top:1px solid #eaeaea;
}
.btm{
width:1200px; overflow:hidden; color:#999999; font-family:"宋体"; text-align:center;
}
.btm a{
color:#999999;
}
.btm a:hover{
color:#999999; text-decoration:underline;
}
.btm img{
display:inline-block; margin:15px 5px 5px 5px; border:1px solid #d9d9d9; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
} | 0.221182 | 0.098339 |
@import url("https://fonts.googleapis.com/css?family=Lato|Raleway|Rouge+Script");
.has-vertically-aligned-content {
display: flex;
flex-direction: column;
justify-content: center;
}
* {
box-sizing: border-box;
}
html {
font-family: 'Raleway', Tahoma, sans-serif;
width: 100%;
min-height: 100%;
}
.header-wrapper {
padding-bottom: 30px;
}
.navbar-item {
line-height: 38px;
font-weight: 600;
text-transform: ;
letter-spacing: 1px;
font-size: 1rem;
box-shadow: ;
}
.navbar-item.is-active{
border-bottom: 2px solid #996E6D;
}
.a.navbar-item{
font-color: #996E6D;
}
.hero {
background-image: url(https://picsum.photos/id/25/1920/1080);
background: linear-gradient(rgba(153, 110, 109, 0.65), rgba(153, 110, 109, 0.65)), rgba(0, 0, 0, 0.55) url("https://picsum.photos/id/381/1920/1080") no-repeat;
background-attachment: fixed;
background-size: cover;
color: white;
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
font-family: 'Raleway', sans-serif;
}
.hero .title {
font-family: 'Rouge Script', sans-serif;
font-weight: 700;
transform: rotate(-2deg);
font-size: 5rem;
padding-bottom: 5px;
color: whitesmoke;
}
.hero .subtitle {
padding: 35px;
color: whitesmoke;
font-size: 1.3rem;
}
.hero .tempatwaktu {
padding-top: 35px;
font-size: 1.3rem;
}
.hero .hero-foot {
height: 50px;
background: white;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
}
@media (max-width: 599px) {
.hero .hero-foot {
display: none;
}
}
.hero .hero-foot .hero-foot--wrapper {
margin: 7px auto;
height: 50px;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop {
line-height: 38px;
font-weight: 600;
text-transform: ;
letter-spacing: 1px;
font-size: 1rem;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li {
display: inline-block;
padding-right: 15px;
padding-left: 15px;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li.is-active a {
border-bottom: 2px solid #996E6D;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
color: #996E6D;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
color: #996E6D;
transition: all .2s ease-in-out;
border-bottom: 2px solid #c28285;
}
.space40px{
height: 40px;
}
.space24px{
height: 24px;
}
.main-content {
padding-top: 2rem;
color: #000;
font-family: 'Raleway', sans-serif;
}
.main-content .section-dark {
background-color: #F4E2E2;
padding: 80px 40px;
}
.main-content .section-darker {
background-color: #EDD2D1;
padding: 80px 40px;
}
.main-content .section-dark.resume {
height: 400px;
padding-top: 60px;
}
@media (max-width: 599px) {
.main-content .section-dark.resume {
padding-top: 75px;
}
}
.main-content .section-dark.resume .title {
padding: 20px;
}
.main-content .section-dark.resume button {
border: 2px solid #996E6D;
background: white;
color: #996E6D;
height: 50px;
width: 250px;
font-size: 1rem;
text-transform: uppercase;
}
.main-content .section-dark.resume .fa-download {
color: #996E6D;
}
.main-content .section-dark.my-work {
padding: 80px 40px;
}
.main-content .section-cashbac {
background-color: rgb(238, 250, 253);
padding: 80px 40px;
}
@media (max-width: 599px) {
.main-content .section-dark.foto-foto {
padding: 75px 20px;
}
}
.main-content .section-dark.foto-foto .foto-item {
margin-bottom: 1rem;
-webkit-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
border-radius: 5px;
background-size: cover;
background-repeat: no-repeat;
box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}
.main-content .section-dark.my-work .work-item:hover {
-webkit-transform: scale(1.055) translateY(-2px);
transform: scale(1.055) translateY(-2px);
-webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}
.section-map {
padding: 0 0 0 0 ;
}
.main-content .section-light {
padding: 80px 40px;
}
.main-content .section-light.regular-section {
padding-bottom: 80px;
}
.main-content .section-light.regular-section .is-larger {
font-size: 1.2rem;
}
@media (max-width: 599px) {
.main-content .section-light.regular-section .about-links {
text-align: center;
}
}
.main-content .section-light.regular-section .right-image img {
border-radius: 11px;
margin: 20px;
box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}
@media (max-width: 599px) {
.main-content .section-light.regular-section .right-image img {
margin: auto;
}
}
.main-content .section-light.skills {
padding: 100px;
}
@media (max-width: 599px) {
.main-content .section-light.skills {
padding: 50px 20px 40px 20px;
padding-bottom: 20px;
}
}
.main-content .section-light.skills h1 {
padding: 10px;
font-size: 24px;
}
.main-content .section-light.contact {
padding: 80px;
}
.main-content .section-light.contact button {
width: 100%;
color: white;
height: 50px;
font-size: 1.1rem;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
@media (max-width: 599px) {
.main-content .section-light.contact {
padding: 80px 40px;
}
}
.main-content .section-color.pertanyaan {
padding: 100px;
background-color: #996E6D;
color: white;
}
.main-content .section-color.pertanyaan .title,
.main-content .section-color.pertanyaan .subtitle {
color: white;
}
.main-content .section-color.pertanyaan i {
font-size: 3rem;
padding: 20px;
}
.main-content .section-title {
font-family: 'Raleway', sans-serif;
font-weight: 900;
color: #996E6D;
text-transform: uppercase;
font-size: 1.5rem;
letter-spacing: 0px;
padding-bottom: 60px;
}
.nama-lengkap {
font-family: 'Rouge Script', sans-serif;
color: #996E6D;
font-size: 3.5rem;
letter-spacing: 0px;
padding-bottom: 6px;
line-height: 3.7rem;
}
.ampersand {
font-size: 5rem;
font-family: 'Rouge Script', sans-serif;
color: #996E6D;
line-height: 5rem;
display: inline-block;
vertical-align: middle;
}
.bodytext {
font-size: 18px;
}
.waktu {
font-size: 1.4rem;
font-family: 'Raleway', sans-serif;
}
.tanggal-angka {
font-size: 5rem;
font-family: 'Raleway', sans-serif;
font-weight: 900;
line-height: 1;
}
.tempat {
font-size: 1.4rem;
font-family: 'Raleway', sans-serif;
font-size: ;
margin-bottom: 50px;
}
.has-vertically-align {
vertical-align: middle;
}
.footer {
bottom: 0;
width: 100vw;
padding: 10px 10px 10px 10px;
line-height: 25px;
text-align: center;
vertical-align: middle;
background: #c28285;
color: whitesmoke;
}
.footer p {
color: white;
font-weight: 500;
font-size: 10pt;
display: inline-block;
vertical-align: middle;
}
.main-content .no-padding-top {
padding-top: 0px;
}
.footer img{
margin: 10px 0px 10px 10px;
display: inline-block;
max-height: 24px;
vertical-align: middle;
}
.footer a .nav-item {
color: whitesmoke;
}
.fa-download {
color: #43485c;
}
.divider {
margin: 40px 25px;
display: inline-block;
max-height: 60px;
vertical-align: middle;
}
.bismillah {
margin: 25px;
display: inline-block;
max-height: 50px;
vertical-align: middle;
}
#toTop {
height: 50px;
width: 50px;
display: none;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 99;
border: none;
outline: none;
background-color: #996E6D;
color: white;
cursor: pointer;
border-radius: 50%;
font-size: 2rem;
box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}
#toTop a {
color: white;
}
#toTop:hover {
background-color: #BC8887;
}
::-webkit-scrollbar {
width: 8px;
background-color: #F4E2E2;
}
::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 6px #996E6D;
-webkit-box-shadow: inset 0 0 6px #996E6D;
background-color: #BC8887;
}
body.preloader-site {
overflow: hidden;
}
.preloader-wrapper {
height: 100%;
width: 100%;
background: #D8A9A8;
position: fixed;
top: 0;
left: 0;
z-index: 9999999;
}
.preloader-wrapper .preloader {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 120px;
}
.btn-whatsapp:hover {
color: white;
background-color: #59a543;
font-size: 1.2rem;
border-radius: 10px;
border: 2px solid #59a543;
width: 210px;
height: 65px;
align-items: center;
margin: 1rem;
}
.btn-whatsapp {
background-color: #6cc751;
width: 210px;
height: 65px;
color: white;
font-size: 1.2rem;
border-radius: 10px;
border-left: 1px solid #6cc751;
border-right: 1px solid #6cc751;
border-top: 1px solid #6cc751;
border-bottom: 1px solid #6cc751;
align-items: center;
margin: 1rem;
}
.btn-cta:hover {
color:white;
background-color: #bf7877;
font-size: 1.2rem;
border-radius: 10px;
border: 2px solid #bf7877;
width: 210px;
height: 65px;
align-items: center;
margin: 1rem;
}
.btn-cta {
background-color: #996E6D;
width: 210px;
height: 65px;
color: white;
font-size: 1.2rem;
border: 2px solid #996E6D;
border-radius: 10px;
align-items: center;
margin: 1rem;
}
.cashbac-logo-inline {
width: 160px;
vertical-align: middle;
}
.button-download {
min-width: 200px;
height: 55px;
align-items: center;
margin: 0.1rem;
}
.voucher-code {
height: 55px;
max-width: 180px;
border: 2px solid #26ade4;
border-radius: 10px 0 0 10px ;
font-size: 24px;
padding: 15px;
}
.btn-voucher-code {
height: 55px;
min-width: 100px;
border: 2px solid #26ade4;
background-color: #26ade4;
border-radius: 0 10px 10px 0;
font-size: 20px;
padding: 0;
margin: 0;
vertical-align: middle;
color: white;
}
.fa-copy {
margin-right: 5px;
}
.white
{color:ghostwhite}
.dusty-pink {color: #D8A9A8}
.dusty-pink-lighter {color: #EDD2D1}
.dusty-pink-lightest {color: #F4E2E2}
.dusty-pink-darker {color: #BC8887}
.dusty-pink-darkest {color: #996E6D}
.tile {
border-radius: 10px;
}
.foto1 {
background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/foto1.JPG");
background-size: cover;
background-position: center;
background-repeat:no-repeat;
min-height: 24rem;
}
.foto2 {
background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/foto2.JPG");
background-size: cover;
background-position: center;
background-repeat:no-repeat;
min-height: 24rem;
}
.foto3 {
background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/foto3.JPG");
background-size: cover;
background-position: top;
background-repeat:no-repeat;
min-height: 24rem;
}
.foto4 {
background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/foto4.JPG");
background-size: cover;
background-position: top;
background-repeat:no-repeat;
min-height: 24rem;
}
.foto5 {
background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/foto5.JPG");
background-size: cover;
background-position: center;
background-repeat:no-repeat;
min-height: 24rem;
}
.foto6 {
background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/foto6.JPG");
background-size: cover;
background-position: center;
background-repeat:no-repeat;
min-height: 24rem;
}
.title-foto {
font-size: 18pt;
font-family: 'Lato', sans-serif;
font-weight: 700;
text-align: left;
color: white;
}
.subtitle-foto {
font-family: 'Lato', sans-serif;
font-weight: 700;
font-size: 14pt;
font-weight: 600;
margin-top: 15px;
text-align: left;
color: white;
}
.section-light {
background-image: url(../image/divider-flowers-leaves.png);
background-position: bottom -30px center;
background-repeat: no-repeat;
background-size: initial;
}
.instagram {
color: #996E6D;
font-size: 1.25rem;
font-weight: 900;
margin-top: 0.5rem;
display: inline-block;
vertical-align: middle;
text-align: center;
padding: 10px;
} | css/menikah.css | @import url("https://fonts.googleapis.com/css?family=Lato|Raleway|Rouge+Script");
.has-vertically-aligned-content {
display: flex;
flex-direction: column;
justify-content: center;
}
* {
box-sizing: border-box;
}
html {
font-family: 'Raleway', Tahoma, sans-serif;
width: 100%;
min-height: 100%;
}
.header-wrapper {
padding-bottom: 30px;
}
.navbar-item {
line-height: 38px;
font-weight: 600;
text-transform: ;
letter-spacing: 1px;
font-size: 1rem;
box-shadow: ;
}
.navbar-item.is-active{
border-bottom: 2px solid #996E6D;
}
.a.navbar-item{
font-color: #996E6D;
}
.hero {
background-image: url(https://picsum.photos/id/25/1920/1080);
background: linear-gradient(rgba(153, 110, 109, 0.65), rgba(153, 110, 109, 0.65)), rgba(0, 0, 0, 0.55) url("https://picsum.photos/id/381/1920/1080") no-repeat;
background-attachment: fixed;
background-size: cover;
color: white;
box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
font-family: 'Raleway', sans-serif;
}
.hero .title {
font-family: 'Rouge Script', sans-serif;
font-weight: 700;
transform: rotate(-2deg);
font-size: 5rem;
padding-bottom: 5px;
color: whitesmoke;
}
.hero .subtitle {
padding: 35px;
color: whitesmoke;
font-size: 1.3rem;
}
.hero .tempatwaktu {
padding-top: 35px;
font-size: 1.3rem;
}
.hero .hero-foot {
height: 50px;
background: white;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
}
@media (max-width: 599px) {
.hero .hero-foot {
display: none;
}
}
.hero .hero-foot .hero-foot--wrapper {
margin: 7px auto;
height: 50px;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop {
line-height: 38px;
font-weight: 600;
text-transform: ;
letter-spacing: 1px;
font-size: 1rem;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li {
display: inline-block;
padding-right: 15px;
padding-left: 15px;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li.is-active a {
border-bottom: 2px solid #996E6D;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a {
color: #996E6D;
}
.hero .hero-foot .hero-foot--wrapper .hero-menu-desktop ul li a:hover {
color: #996E6D;
transition: all .2s ease-in-out;
border-bottom: 2px solid #c28285;
}
.space40px{
height: 40px;
}
.space24px{
height: 24px;
}
.main-content {
padding-top: 2rem;
color: #000;
font-family: 'Raleway', sans-serif;
}
.main-content .section-dark {
background-color: #F4E2E2;
padding: 80px 40px;
}
.main-content .section-darker {
background-color: #EDD2D1;
padding: 80px 40px;
}
.main-content .section-dark.resume {
height: 400px;
padding-top: 60px;
}
@media (max-width: 599px) {
.main-content .section-dark.resume {
padding-top: 75px;
}
}
.main-content .section-dark.resume .title {
padding: 20px;
}
.main-content .section-dark.resume button {
border: 2px solid #996E6D;
background: white;
color: #996E6D;
height: 50px;
width: 250px;
font-size: 1rem;
text-transform: uppercase;
}
.main-content .section-dark.resume .fa-download {
color: #996E6D;
}
.main-content .section-dark.my-work {
padding: 80px 40px;
}
.main-content .section-cashbac {
background-color: rgb(238, 250, 253);
padding: 80px 40px;
}
@media (max-width: 599px) {
.main-content .section-dark.foto-foto {
padding: 75px 20px;
}
}
.main-content .section-dark.foto-foto .foto-item {
margin-bottom: 1rem;
-webkit-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
border-radius: 5px;
background-size: cover;
background-repeat: no-repeat;
box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}
.main-content .section-dark.my-work .work-item:hover {
-webkit-transform: scale(1.055) translateY(-2px);
transform: scale(1.055) translateY(-2px);
-webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
}
.section-map {
padding: 0 0 0 0 ;
}
.main-content .section-light {
padding: 80px 40px;
}
.main-content .section-light.regular-section {
padding-bottom: 80px;
}
.main-content .section-light.regular-section .is-larger {
font-size: 1.2rem;
}
@media (max-width: 599px) {
.main-content .section-light.regular-section .about-links {
text-align: center;
}
}
.main-content .section-light.regular-section .right-image img {
border-radius: 11px;
margin: 20px;
box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}
@media (max-width: 599px) {
.main-content .section-light.regular-section .right-image img {
margin: auto;
}
}
.main-content .section-light.skills {
padding: 100px;
}
@media (max-width: 599px) {
.main-content .section-light.skills {
padding: 50px 20px 40px 20px;
padding-bottom: 20px;
}
}
.main-content .section-light.skills h1 {
padding: 10px;
font-size: 24px;
}
.main-content .section-light.contact {
padding: 80px;
}
.main-content .section-light.contact button {
width: 100%;
color: white;
height: 50px;
font-size: 1.1rem;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
}
@media (max-width: 599px) {
.main-content .section-light.contact {
padding: 80px 40px;
}
}
.main-content .section-color.pertanyaan {
padding: 100px;
background-color: #996E6D;
color: white;
}
.main-content .section-color.pertanyaan .title,
.main-content .section-color.pertanyaan .subtitle {
color: white;
}
.main-content .section-color.pertanyaan i {
font-size: 3rem;
padding: 20px;
}
.main-content .section-title {
font-family: 'Raleway', sans-serif;
font-weight: 900;
color: #996E6D;
text-transform: uppercase;
font-size: 1.5rem;
letter-spacing: 0px;
padding-bottom: 60px;
}
.nama-lengkap {
font-family: 'Rouge Script', sans-serif;
color: #996E6D;
font-size: 3.5rem;
letter-spacing: 0px;
padding-bottom: 6px;
line-height: 3.7rem;
}
.ampersand {
font-size: 5rem;
font-family: 'Rouge Script', sans-serif;
color: #996E6D;
line-height: 5rem;
display: inline-block;
vertical-align: middle;
}
.bodytext {
font-size: 18px;
}
.waktu {
font-size: 1.4rem;
font-family: 'Raleway', sans-serif;
}
.tanggal-angka {
font-size: 5rem;
font-family: 'Raleway', sans-serif;
font-weight: 900;
line-height: 1;
}
.tempat {
font-size: 1.4rem;
font-family: 'Raleway', sans-serif;
font-size: ;
margin-bottom: 50px;
}
.has-vertically-align {
vertical-align: middle;
}
.footer {
bottom: 0;
width: 100vw;
padding: 10px 10px 10px 10px;
line-height: 25px;
text-align: center;
vertical-align: middle;
background: #c28285;
color: whitesmoke;
}
.footer p {
color: white;
font-weight: 500;
font-size: 10pt;
display: inline-block;
vertical-align: middle;
}
.main-content .no-padding-top {
padding-top: 0px;
}
.footer img{
margin: 10px 0px 10px 10px;
display: inline-block;
max-height: 24px;
vertical-align: middle;
}
.footer a .nav-item {
color: whitesmoke;
}
.fa-download {
color: #43485c;
}
.divider {
margin: 40px 25px;
display: inline-block;
max-height: 60px;
vertical-align: middle;
}
.bismillah {
margin: 25px;
display: inline-block;
max-height: 50px;
vertical-align: middle;
}
#toTop {
height: 50px;
width: 50px;
display: none;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 99;
border: none;
outline: none;
background-color: #996E6D;
color: white;
cursor: pointer;
border-radius: 50%;
font-size: 2rem;
box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}
#toTop a {
color: white;
}
#toTop:hover {
background-color: #BC8887;
}
::-webkit-scrollbar {
width: 8px;
background-color: #F4E2E2;
}
::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 6px #996E6D;
-webkit-box-shadow: inset 0 0 6px #996E6D;
background-color: #BC8887;
}
body.preloader-site {
overflow: hidden;
}
.preloader-wrapper {
height: 100%;
width: 100%;
background: #D8A9A8;
position: fixed;
top: 0;
left: 0;
z-index: 9999999;
}
.preloader-wrapper .preloader {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 120px;
}
.btn-whatsapp:hover {
color: white;
background-color: #59a543;
font-size: 1.2rem;
border-radius: 10px;
border: 2px solid #59a543;
width: 210px;
height: 65px;
align-items: center;
margin: 1rem;
}
.btn-whatsapp {
background-color: #6cc751;
width: 210px;
height: 65px;
color: white;
font-size: 1.2rem;
border-radius: 10px;
border-left: 1px solid #6cc751;
border-right: 1px solid #6cc751;
border-top: 1px solid #6cc751;
border-bottom: 1px solid #6cc751;
align-items: center;
margin: 1rem;
}
.btn-cta:hover {
color:white;
background-color: #bf7877;
font-size: 1.2rem;
border-radius: 10px;
border: 2px solid #bf7877;
width: 210px;
height: 65px;
align-items: center;
margin: 1rem;
}
.btn-cta {
background-color: #996E6D;
width: 210px;
height: 65px;
color: white;
font-size: 1.2rem;
border: 2px solid #996E6D;
border-radius: 10px;
align-items: center;
margin: 1rem;
}
.cashbac-logo-inline {
width: 160px;
vertical-align: middle;
}
.button-download {
min-width: 200px;
height: 55px;
align-items: center;
margin: 0.1rem;
}
.voucher-code {
height: 55px;
max-width: 180px;
border: 2px solid #26ade4;
border-radius: 10px 0 0 10px ;
font-size: 24px;
padding: 15px;
}
.btn-voucher-code {
height: 55px;
min-width: 100px;
border: 2px solid #26ade4;
background-color: #26ade4;
border-radius: 0 10px 10px 0;
font-size: 20px;
padding: 0;
margin: 0;
vertical-align: middle;
color: white;
}
.fa-copy {
margin-right: 5px;
}
.white
{color:ghostwhite}
.dusty-pink {color: #D8A9A8}
.dusty-pink-lighter {color: #EDD2D1}
.dusty-pink-lightest {color: #F4E2E2}
.dusty-pink-darker {color: #BC8887}
.dusty-pink-darkest {color: #996E6D}
.tile {
border-radius: 10px;
}
.foto1 {
background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/foto1.JPG");
background-size: cover;
background-position: center;
background-repeat:no-repeat;
min-height: 24rem;
}
.foto2 {
background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/foto2.JPG");
background-size: cover;
background-position: center;
background-repeat:no-repeat;
min-height: 24rem;
}
.foto3 {
background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/foto3.JPG");
background-size: cover;
background-position: top;
background-repeat:no-repeat;
min-height: 24rem;
}
.foto4 {
background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/foto4.JPG");
background-size: cover;
background-position: top;
background-repeat:no-repeat;
min-height: 24rem;
}
.foto5 {
background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/foto5.JPG");
background-size: cover;
background-position: center;
background-repeat:no-repeat;
min-height: 24rem;
}
.foto6 {
background-image: linear-gradient(rgba(95, 2, 2, 0.5), rgba(48, 47, 47, 0.9)), url("../image/foto6.JPG");
background-size: cover;
background-position: center;
background-repeat:no-repeat;
min-height: 24rem;
}
.title-foto {
font-size: 18pt;
font-family: 'Lato', sans-serif;
font-weight: 700;
text-align: left;
color: white;
}
.subtitle-foto {
font-family: 'Lato', sans-serif;
font-weight: 700;
font-size: 14pt;
font-weight: 600;
margin-top: 15px;
text-align: left;
color: white;
}
.section-light {
background-image: url(../image/divider-flowers-leaves.png);
background-position: bottom -30px center;
background-repeat: no-repeat;
background-size: initial;
}
.instagram {
color: #996E6D;
font-size: 1.25rem;
font-weight: 900;
margin-top: 0.5rem;
display: inline-block;
vertical-align: middle;
text-align: center;
padding: 10px;
} | 0.326379 | 0.07658 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i');
/*
01. Theme Typo
02. Header
02.1 Top Strip
02.1.1 Top Info
02.1.2 Search
02.1 Logo
02.2 Navigation
02.2.1 SubMenu
02.2.1 MegaMenu
03. Content
03.1 Blog
03.1.2 Blog Grid
03.1.3 Blog Large
03.1.4 Blog Detail
03.3 Default Pages Style
03.3.1 404
03.3.2 Services
03.3.3 No Search Result
03.3.4 Contact Us
03.3.5 PricePlan
03.3.6 Faq
03.3.7 About Us
03.4 Projects
03.4.1 Project Grid
03.4.2 Project Medium
03.4.3 Project Modren
03.4.4 Artist Detail
03.5 Team
03.5.1 Team Grid
03.5.2 Team Detail
03.6 Shop
03.6.1 Shop Grid
03.6.2 Shop Detail
04. Sidebar Widget
04.1 Widget CATEGORY WIDGET
04.2 Widget Latest News
04.3 Widget Calendar Archive
04.4 Widget Text
04.5 Widget Recent Posts
04.7 Widget Intagram Photos
04.8 Popular Tags
04.9 User Links
05. Footer
05.1 Footer Widgets
05.2 CopyRight
*/
* {
margin: 0;
padding: 0;
}
body {
background-color: #f3f3f3;
color: #2c424c;
font-family: 'Arimo', sans-serif;
font-size: 15px;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
color: #2c424c;
font-family: 'Arimo', sans-serif;
font-style: normal;
line-height: 1.5;
margin: 0 0 8px;
}
h1 {
font-size: 26px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #2c424c;
}
p a {
color: #2c424c;
}
p {
line-height: 24px;
margin-bottom: 10px;
}
a {
color: #2c424c;
text-decoration: none;
}
a:hover, a:focus, a:active {
outline: none;
}
ul {
margin-bottom: 0;
}
figure {
margin-bottom: 6px;
position: relative;
}
img {
height: auto;
max-width: 100%;
}
strong {
color: #2c424c;
}
iframe {
border: none;
float: left;
width: 100%;
}
.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor {
}
.wp-caption.alignleft, .wp-caption.alignnone {
width: 100%;
}
select {
background-color: #f0eef0;
border: 1px solid #dfdfdf;
color: #2c424c;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 300;
height: 40px;
padding: 8px 12px;
width: 100%;
}
label {
color: #6c8391;
display: block;
font-weight: 400;
margin-bottom: 10px;
}
button {
border: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #f2f2f2;
border: none;
color: #aaa9a9;
display: inline-block;
font-size: 13px;
height: 30px;
line-height: 20px;
outline: none;
padding: 4px 6px;
vertical-align: middle;
box-shadow: none;
}
input[type="submit"] {
outline: none;
}
form p {
float: left;
position: relative;
}
form p span i {
color: #474747;
left: 16px;
position: absolute;
top: 13px;
}
option {
padding: 5px 15px;
}
li {
line-height: 28px;
list-style: inside none disc;
}
ul ul {
margin-left: 20px;
}
ol {
float: none;
list-style: outside none decimal;
padding-left: 15px;
}
ol ol {
margin-left: 20px;
}
ol li {
list-style: outside none decimal;
width: 100%;
}
table {
background-color: transparent;
max-width: 100%;
}
th {
text-align: left;
}
table {
margin-bottom: 15px;
width: 100%;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
border: 1px solid #dddddd;
line-height: 2.5;
padding-left: 3px;
text-align: center;
vertical-align: top;
}
table thead tr th {
border-top: 1px solid #dddddd;
text-align: center;
text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
border-top: 1px solid #dddddd;
}
table > thead > tr > th {
border-bottom: 2px solid #dddddd;
vertical-align: bottom;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
border-bottom: 0 none;
}
table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
padding: 6px 10px;
}
p ins {
color: #999;
}
dl dd { margin-left: 20px; }
address { font-style: italic; }
.church-main-section {
float: left;
width: 100%;
position: relative;
}
.church-main-content { padding: 70px 0px 30px 0px; }
.church-right-section { float: right; }
.church-left-section { float: left; }
.church-main-wrapper,.church-main-content,
.church-main-header,#church-header {
float: left;
width: 100%;
}
.church-main-header {
background-color: #fff;
box-shadow: 0 -3px 0 6px rgba(255,255,255,0.3);
z-index: 999;
position: relative;
}
.church-navigation { float: right;}
/* Header */
.logo {
float: left;
width: 100%;
padding: 22px 0px 30px;
}
/* Navigation */
a.menu-link {
color: #2c424c;
display: none;
}
.menu-link span {
border-bottom: solid 3px #000;
border-top: double 10px #000;
float: right;
height: 17px;
margin: 0 5px 0px 0;
width: 30px;
}
.js .menu > ul ul.active {
margin: 0;
max-height: 55em;
padding: 0;
}
.menu.active {
max-height: 100em;
width: 100%;
}
span.has-subnav {
display: none;
font-size: 1em;
position: absolute;
right: 0;
padding: 0;
top: 0;
cursor: pointer;
width: 52px;
text-align: center;
height: 100%;
line-height: 2.7;
border-left: 1px solid #f5f5f5;
border-bottom: 1px solid #f5f5f5;
background-color: #f9f9f9;
font-size: 20px;
}
.navbar-nav > li {
margin: 0px 20px;
position: relative;
list-style: none;
}
.navbar-nav > li:first-child { margin-left: 0px;}
.navbar {
background: none;
border: none;
float: left;
margin-bottom: 0px;
min-height: auto;
}
.navbar .navbar-collapse { padding-left: 8px; }
.navbar-nav > li > a {
font-weight: bold;
float: left;
padding: 36px 0px;
position: relative;
}
.navbar-nav li:hover > .sub-menu {
opacity: 1;
visibility: visible;
}
.navbar-nav .sub-menu {
background: rgba(255,255,255,1);
left: 0;
margin: 5px 0px 0px 0px;
opacity: 0;
position: absolute;
top: 100%;
visibility: hidden;
width: 200px;
z-index: 999;
border-bottom: 2px solid #fff;
padding: 14px 0px 15px;
}
.navbar-nav .sub-menu .sub-menu {
left: 100%;
top: 0%;
margin-left: 4px;
margin-top: 0px;
}
.navbar-nav .sub-menu > li {
float: left;
list-style: none;
position: relative;
width: 100%;
padding: 0px 15px;
}
.navbar-nav .sub-menu li a {
float: left;
font-size: 14px;
padding: 6px 15px;
width: 100%;
position: relative;
}
.navbar-nav .sub-menu li > a i {
position: absolute;
right: 25px;
top: 13px;
font-size: 12px;
opacity: 0;
}
.navbar-nav .sub-menu li:hover > a i {
opacity: 1;
right: 15px;
}
/*user list*/
.church-btn {
float: left;
color: #fff;
font-size: 14px;
font-weight: bold;
border: 2px solid;
padding: 8px 26px 7px;
border-radius: 4px;
margin: 25px 0px 0px 46px;
}
.church-btn:hover { background-color: transparent;}
.church-user-list {
float: left;
margin: 39px 0px 0px 13px;
}
.church-user-list li {
float: left;
list-style: none;
position: relative;
}
.church-user-list li a {
float: left;
font-size: 14px;
}
.church-user-list li a { position: relative;}
/* Search Modal */
.searchmodal form {
float: left;
width: 100%;
position: relative;
}
.searchmodal .modal-dialog { margin: 300px auto;}
.searchmodal .modal-body {
display: inline-block;
width: 100%;
padding: 0px;
position: relative;
}
.searchmodal form input[type="text"] {
float: left;
width: 100%;
background-color: #ffffff;
color: #999;
font-size: 20px;
font-style: italic;
height: 60px;
padding: 6px 30px;
border-radius: 40px;
}
.searchmodal form input[type="submit"] {
position: absolute;
right: 5px;
top: 0px;
height: 60px;
width: 60px;
background-color: transparent;
border: none;
z-index: 2;
}
.searchmodal form i {
position: absolute;
right: 28px;
top: 20px;
color: #999;
font-size: 18px;
z-index: 0;
}
.church-close-btn {
position: absolute;
right: 40%;
top: -50px;
color: #999;
background-color: #ffffff;
width: 100px;
height: 50px;
border-radius: 100px 100px 0px 0px;
text-align: center;
font-size: 30px;
padding-top: 8px;
}
/*Banner*/
.church-banner .slick-dots {
bottom: 145px;
right: 0px;
left: 0px;
position: absolute;
z-index: 40;
width: 1170px;
text-align: left;
margin: 0 auto;
}
.church-banner .slick-list {
padding-bottom: 101px;
background-color: #f3f3f3;
}
.church-banner .slick-dots li button {
width: 36px;
height: 4px;
border: none;
background: rgba(255,255,255,0.4);
}
.church-banner .slick-dots li.slick-active button {
background: rgba(255,255,255,1);
}
.church-banner,.church-banner-text {
float: left;
width: 100%;
}
.church-banner { position: relative;}
.church-banner-transparent {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0.3;
background-color: #521c0b;
}
.church-banner-caption {
position: absolute;
left: 0px;
top: 232px;
width: 100%;
}
.church-banner-text h1 {
color: #fff;
font-size: 34px;
line-height: 45px;
margin: 0px 0px 10px;
}
.church-banner-text h1 a {
color: #ffffff;
border-bottom: 3px solid #fff;
}
.church-banner-text span {
font-size: 20px;
color: #fff;
display: inline-block;
padding: 32px 0px 0px;
position: relative;
}
.church-banner-text span i {
font-size: 19px;
position: absolute;
left: 50%;
top: 0px;
margin: 0px 0px 0px -7px;
}
.church-banner-description {
position: absolute;
right: 0px;
bottom: -41px;
background-color: #ffffff;
width: 36%;
text-align: center;
padding: 63px 70px 56px;
z-index: 1;
}
.church-banner-description:before {
content: '';
position: absolute;
left: -95px;
bottom: -61px;
width: 173px;
height: 148px;
border: 4px solid;
}
.church-banner-description img {
margin: 0px 0px 45px;
display: inline-block;
}
.church-banner-description h2 {
margin: 0px 0px 25px;
font-size: 26px;
line-height: 36px;
}
.church-banner-description h6 {
font-weight: bold;
font-style: italic;
margin: 0px 0px 36px;
}
.church-banner-description .church-btn {
float: none;
display: inline-block;
margin: 0px;
font-weight: 600;
padding: 8px 30px 7px;
}
/*church-content-padding*/
.church-content-padding { padding: 0px 0px;}
.church-callto-action {
float: left;
width: 100%;
border-bottom: 2px solid #e9e9e9;
padding: 28px 0px 31px;
margin: -99px 0px 100px;
}
.church-callto-action h4 {
float: left;
margin: 7px 31px 0px 0px;
font-weight: bold;
}
.church-callto-action time {
float: left;
font-weight: bold;
padding: 10px 24px 9px;
border-radius: 4px;
background-color: #2c424c;
color: #ffffff;
}
/*church-about-service*/
.church-service,.church-about-service figure,.church-about-service figure > a,
.church-about-service figure > a img {
float: left;
width: 100%;
}
.church-service > ul > li {
list-style: none;
margin: 0px 0px 30px;
}
.church-about-service { text-align: center;}
.church-about-service figure { margin: 0px 0px 30px;}
.church-about-service figure a { position: relative;}
.church-about-service figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0.3;
}
.church-about-service ul li:hover figure a:before { opacity: 0;}
.church-simple-btn {
display: inline-block;
margin: 0px;
font-size: 14px;
font-weight: bold;
border: 2px solid;
padding: 4px 31px 3px;
border-radius: 4px;
}
.church-about-service ul li:hover .church-simple-btn { color: #fff;}
/*church-author-thumb*/
.church-author-thumb,.church-author-text {
float: left;
width: 100%;
}
.church-author-thumb { margin: 0px;}
.church-author-text { padding: 85px 17px 0px 70px;}
.church-author-text h6 {
font-weight: bold;
margin: 0px 0px 5px;
font-size: 15px;
}
.church-author-text img {
display: inline-block;
margin: 0px 0px 28px;
}
.church-author-text p {
margin: 0px 0px 13px;
font-size: 16px;
line-height: 30px;
}
.church-author-text span {
display: block;
font-style: italic;
text-align: right;
font-weight: bold;
margin: 0px 0px 31px;
}
.church-author-text .church-btn {
padding: 8px 31px 7px;
margin: 0px;
}
/*church-countdown-text*/
.church-countdown-text {
float: left;
width: 100%;
}
.church-countdown-transparent {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
}
.church-countdown-text { text-align: center;}
.church-countdown-text h2 {
margin: 0px 0px 7px;
color: #ffffff;
font-weight: bold;
line-height: 1;
font-size: 55px;
}
.church-countdown-text time {
display: block;
font-size: 18px;
color: #ffffff;
margin: 0px 0px 32px;
}
.church-countdown {
display: inline-block;
margin: 0px 0px 29px;
}
.church-countdown .countdown-section {
display: inline-block;
margin: 0px 38px 20px;
color: #ffffff;
line-height: 1;
}
.church-countdown .countdown-amount {
font-size: 60px;
display: inline-block;
position: relative;
margin: 0px 0px 27px;
}
.church-countdown .countdown-amount:before {
content: ']';
position: absolute;
left: 50%;
bottom: -46px;
font-size: 66px;
}
.church-countdown .countdown-period {
display: block;
text-transform: uppercase;
font-weight: bold;
}
.church-countdown-text .church-btn {
float: none;
display: inline-block;
margin: 0px;
padding: 8px 39px 7px;
}
/*church-fancy-title*/
.church-fancy-title {
float: left;
width: 100%;
text-align: center;
margin: 0px 0px 54px;
}
.church-fancy-title h2 {
font-size: 30px;
margin: 0px 0px 15px;
line-height: 0.8;
font-weight: bold;
}
.church-fancy-title span { font-size: 16px;}
/*church-upcoming-events*/
.church-upcoming-events,.church-simple-heading {
float: left;
width: 100%;
}
.church-simple-heading {
border-bottom: 2px solid #eaeaea;
font-size: 20px;
font-weight: bold;
margin: 0px 0px 30px;
padding: 0px 0px 7px;
}
.church-simple-heading a {
float: right;
font-size: 14px;
margin: 6px 0px 0px;
}
/*church-upcoming-events*/
.church-upcoming-events figure a,.church-upcoming-events figure a img {
float: left;
width: 100%;
}
.church-upcoming-events ul li {
list-style: none;
margin: 0px 0px 33px;
}
.church-upcoming-events figure {
float: left;
width: 73px;
margin: 0px;
}
.church-upcoming-events figure a { position: relative;}
.church-upcoming-events figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
}
.church-upcoming-events ul li:hover figure a:before { opacity: 0.7;}
.church-upcoming-events figure ~ .church-upcoming-event-text { padding: 0px 0px 0px 100px;}
.church-upcoming-event-text h6 {
margin: -4px 0px 4px;
font-weight: bold;
}
.church-upcoming-event-text time {
display: block;
line-height: 1.5;
margin: 0px 0px 3px;
}
.church-upcoming-event-text time i {
float: left;
margin: 4px 7px 0px 0px;
font-size: 13px;
}
/*church-featured-sermons*/
.church-featured-sermons,.church-featured-option,.church-sermon-player {
float: left;
width: 100%;
}
.church-featured-sermons > ul > li {
list-style: none;
margin: 0px 0px 31px;
}
.church-featured-sermons figure {
float: left;
width: 73px;
margin: 0px;
}
.church-featured-sermons figure ~ .church-featured-sermon-text { padding-left: 100px;}
.church-featured-sermon-text h6 {
margin: -3px 0px 6px;
font-weight: bold;
}
.church-featured-option { margin: 0px;}
.church-featured-option li {
float: left;
margin: 0px 24px 6px 0px;
line-height: 1;
list-style: none;
font-size: 14px;
}
.church-featured-option li:last-child { margin-left: 0px;}
.church-featured-option li time i { margin: 0px 7px 0px 0px;}
/*church-meet-location*/
.church-meet-location {
width: 66.66666667%;
margin: 0px auto 84px;
text-align: center;
}
.church-meet-location h2 {
font-size: 30px;
margin: 0px 0px 49px;
font-weight: bold;
line-height: 35px;
}
.church-location-city .church-simple-btn {
width: 134px;
padding: 7px 0px 8px;
margin: 0px 9px 17px;
}
.church-location-city .church-simple-btn:hover { color: #fff;}
.church-location-city {
display: inline-block;
width: 80%;
}
.church-pray-timing {
float: left;
width: 100%;
background-color: #2c424c;
text-align: center;
padding: 30px 0px 20px;
}
.church-pray-timing .church-simple-btn {
width: 170px;
padding: 7px 0px 8px;
border-color: #fff;
color: #ffffff;
margin: 0px 18px 10px 0px;
}
.church-pray-timing .church-simple-btn:hover {
color: #2c424c;
background-color: #ffffff;
}
/*church-gallery*/
.church-gallery,.church-masonry-gallery figure,.church-masonry-gallery figure > a,.church-masonry-gallery figure a img,
.church-gallery-option {
float: left;
width: 100%;
}
.church-gallery > ul > li {
list-style: none;
margin: 0px 0px 30px;
}
.church-masonry-gallery figure { margin: 0px;}
.church-masonry-gallery figure > a { position: relative;}
.church-masonry-gallery figure > a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
}
.church-masonry-gallery ul li:hover figure > a:before { opacity: 0.7;}
.church-masonry-gallery figure figcaption {
margin: 0px 0px -16px;
position: absolute;
width: 100%;
text-align: center;
left: 0px;
bottom: 0%;
opacity: 0;
}
.church-masonry-gallery ul li:hover figure figcaption {
bottom: 50%;
opacity: 1;
}
.church-gallery-option { margin: 0px;}
.church-gallery-option li {
display: inline-block;
list-style: none;
margin: 0px 9px;
}
.church-gallery-option li a {
display: inline-block;
width: 46px;
position: relative;
text-align: center;
}
.church-gallery-option li a:before,
.church-gallery-option li a:after {
content: '[';
position: absolute;
left: -1px;
top: 0px;
color: #fff;
font-size: 30px;
}
.church-gallery-option li a:after {
content: ']';
left: auto;
right: -1px;
}
.church-gallery-option li a i {
font-size: 20px;
display: inline-block;
color: #ffffff;
padding-top: 7px;
}
/*church-testimonial*/
.church-testimonial-thumb { position: relative;}
.church-testimonial-text {
float: left;
width: 100%;
}
.church-testimonial-text p {
margin: 0px 0px 13px;
font-size: 22px;
font-style: italic;
line-height: 30px;
}
.church-testimonial {
margin: 0px auto 29px;
width: 70.333%;
border: 3px solid;
text-align: center;
padding: 60px 108px 70px;
border-bottom: none;
position: relative;
}
.church-testimonial:before {
content: '';
position: absolute;
left: 0px;
width: 43%;
height: 3px;
bottom: 0px;
}
.church-testimonial:after {
content: '';
position: absolute;
right: 0px;
width: 43%;
height: 3px;
bottom: 0px;
}
.church-testimonial-list {
margin: 0px 0px 20px;
display: inline-block;
width: 50%;
}
.church-testimonial-list .slick-list { padding: 0px !important;}
.church-testimonial-list-layer {
float: left;
cursor: pointer;
}
.church-testimonial-text a {
display: inline-block;
font-size: 18px;
font-weight: bold;
}
.church-testimonial .slick-arrow {
position: absolute;
left: 50%;
bottom: -93px;
font-size: 34px;
cursor: pointer;
z-index: 1;
margin: 0px 0px 0px 13px;
}
.church-testimonial .slick-arrow.slick-arrow-left { margin: 0px 0px 0px -29px;}
.church-testimonial-list-layer.slick-slide.slick-current.slick-active { padding: 10px 0px 0px;}
.church-testimonial-list-layer span { display: inline-block; position: relative;}
.church-testimonial-list-layer.slick-slide.slick-current.slick-active span:before { opacity: 0;}
.church-testimonial-list-layer span:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0.7;
background-color: #fff;
}
/*church-cause-strip*/
.church-cause-strip .church-btn {
float: none;
display: inline-block;
margin: 0px;
padding: 8px 34px 7px;
font-size: 15px;
}
.church-transparent-layer {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.7;
}
.church-cause-strip {
width: 83.33333333%;
margin: 0px auto;
text-align: center;
}
.church-cause-strip h2 {
color: #ffffff;
font-size: 55px;
margin: 0px 0px 9px;
font-weight: bold;
line-height: 1;
}
.church-cause-strip > span {
font-size: 18px;
display: inline-block;
color: #ffffff;
margin: 0px 0px 33px;
}
.skillst {
float: left;
width: 100%;
margin-bottom: 7px;
position: relative;
}
.bar-container {
width: 100%;
float: left;
position:relative;
border-radius: 30px;
}
.bar-container .bar {
height: 100%;
position: absolute;
left: 0px;
top: 0px;
border-radius: 30px 0px 0px 30px;
}
.bar-container .bar small { display: none;}
.skillst .count{
float: right;
font-size: 12px;
color:#272727;
margin: -27px 0px 0px 0px;
}
.church-causestrip-section {
float: left;
width: 100%;
margin: 0px 0px 22px;
}
.church-causestrip-section > span {
color: #fff;
font-size: 18px;
}
/* BlogGrid Slider */
.church-blog {
float: left;
width: 100%;
}
.church-bloggrid-slider { position: relative;}
.church-bloggrid-slider-layer figure,.church-bloggrid-slider-layer figure a,
.church-bloggrid-slider-layer figure img,.church-bloggrid-slidetext {
float: left;
width: 100%;
}
.church-bloggrid-slider .church-bloggrid-slider-layer {
padding: 0px 47px;
margin: 0px 0px 30px;
}
.church-bloggrid-slider { padding: 0px 100px; }
.church-bloggrid-slider-layer figure { margin-bottom: 47px; }
.church-bloggrid-slider-layer figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
}
.church-bloggrid-slider-layer:hover figure a:before { opacity: 0.70; }
.church-bloggrid-slider-layer figure figcaption {
position: absolute;
left: -30px;
bottom: -30px;
background-color: #f3f3f3;
border: 3px solid;
padding: 21px 23px 17px 22px;
width: 141px;
line-height: 1;
text-align: center;
}
.church-bloggrid-slider-layer figure figcaption span {
float: left;
font-size: 40px;
margin: -4px 0px 0px 0px;
}
.church-bloggrid-slider-layer figure figcaption small {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
padding-left: 7px;
}
.church-bloggrid-slidetext h5 {
font-weight: bold;
margin-bottom: 0px;
}
.church-blog-option {
display: inline-block;
width: 100%;
margin: 0px;
}
.church-blog-option li {
list-style: none;
float: left;
font-size: 15px;
margin: 0px 20px 6px 0px;
}
.church-blog-option li i {
font-size: 15px;
margin-right: 1px;
}
.church-blog-option li:last-child { margin-right: 0px;}
.church-bloggrid-slidetext p { margin-bottom: 28px;}
.church-blog-readmore {
display: inline-block;
padding: 11px 28px 10px;
line-height: 1;
color: #fff;
font-size: 14px;
font-weight: bold;
border-radius: 4px;
border: 2px solid;
}
.church-bloggrid-slider-layer:hover .church-blog-readmore { background-color: transparent; }
.church-bloggrid-slider .slick-arrow {
font-size: 25px;
top: 90px;
position: absolute;
right: 0px;
cursor: pointer;
}
.church-bloggrid-slider .slick-arrow.slick-arrow-left{ left: 0px; right: auto;}
.church-bloggrid-slider .slick-arrow i {
padding: 2px 5px 0px 4px;
display: inline-block;
position: relative;
top: -1px;
}
.church-bloggrid-slider .slick-arrow:before,.church-bloggrid-slider .slick-arrow:after {
content: '[';
display: inline-block;
font-size: 30px;
}
.church-bloggrid-slider .slick-arrow:after { content: ']'; }
/*church-footer*/
#church-footer,.church-footer-widget,.church-footer-heading,.widget_service_time ul,
.widget_service_time ul li {
float: left;
width: 100%;
}
#church-footer { position: relative;}
.church-footer-one .widget { margin: 0px 0px 40px;}
.church-footer-widget { margin: 0px 0px 35px;}
.church-footer-heading {
margin: 0px 0px 33px;
font-size: 20px;
color: #ffffff;
font-weight: bold;
line-height: 0.8;
}
.church-footer-one {
background-image: url("/extra-images/footer-back-img.jpg");
padding: 100px 0px 0px;
background-position: center;
}
.church-footer-transparent {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0.86;
background-color: #521c0b;
}
.widget_service_time ul li {
list-style: none;
border-bottom: 1px solid rgba(255,255,255,0.15);
color: #fff;
font-weight: bold;
font-size: 14px;
padding: 6px 0px 4px;
}
.widget_service_time ul li:first-child { padding-top: 0px;}
.widget_service_time ul li:last-child {
border-bottom: none;
padding-bottom: 0px;
}
.widget_service_time ul li time span { color: #ffded3;}
.widget_service_time ul { margin: 0px 0px 20px;}
.widget_service_note {
float: left;
width: 97%;
position: relative;
padding: 8px 6px;
border-left: 3px solid #6e8895;
border-right: 3px solid #6e8895;
}
.widget_service_note:before,.widget_service_note:after {
content: '';
position: absolute;
left: 0px;
top: 0px;
height: 3px;
width: 20px;
background-color: #6e8895;
}
.widget_service_note:after {
top: auto;
bottom: 0px;
}
.widget_service_note p {
display: inline-block;
background-color: #fff;
font-weight: bold;
font-size: 14px;
margin: 0px;
line-height: 22px;
padding: 18px 0px 19px 23px;
}
.widget_service_note p i {
float: left;
margin: 4px 10px 0px 0px;
font-size: 14px;
}
.widget_service_note span {
position: absolute;
right: 0px;
top: 0px;
height: 100%;
width: 20px;
}
.widget_service_note span:before,
.widget_service_note span:after {
content: '';
position: absolute;
right: 0px;
top: 0px;
height: 3px;
width: 20px;
background-color: #6e8895;
}
.widget_service_note span:after {
top: auto;
bottom: 0px;
}
/*widget_latest_sermons*/
.widget_latest_sermons { padding: 0px 15px 0px 19px;}
.widget_latest_sermons ul,.widget_latest_sermons ul li,
.widget_latest_sermons figure a,.widget_latest_sermons figure a img {
float: left;
width: 100%;
}
.widget_latest_sermons ul li {
list-style: none;
margin: 0px 0px 30px;
}
.widget_latest_sermons ul li:last-child { margin: 0px;}
.widget_latest_sermons figure {
float: left;
width: 73px;
margin: 0px;
}
.widget_latest_sermons figure a { position: relative;}
.widget_latest_sermons figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
}
.widget_latest_sermons ul li:hover figure a:before { opacity: 0.7;}
.widget_latest_sermons figure ~ .widget-sermon-text {
padding: 0px 0px 0px 92px;
line-height: 1;
}
.widget-sermon-text h6 {
margin: -3px 0px 7px;
font-weight: bold;
line-height: 1.3;
}
.widget-sermon-text h6 a { color: #fff;}
.widget-sermon-text span {
font-size: 14px;
color: #ffded3;
font-weight: bold;
}
/*widget_contact*/
.widget_contact form,.widget_contact form ul,.widget_contact ul li,
.widget_contact form input[type="text"],.widget_contact form input[type="email"],
.widget_contact form textarea {
float: left;
width: 100%;
}
.widget_contact ul li {
list-style: none;
margin: 0px 0px 9px;
}
.widget_contact form input[type="text"],
.widget_contact form input[type="email"],
.widget_contact form textarea {
border: 1px solid #ffded3;
height: 43px;
font-size: 13px;
font-weight: bold;
color: #fff;
padding-left: 16px;
background-color: transparent;
}
.widget_contact { padding: 0px 35px;}
.widget_contact form textarea {
height: 102px;
padding-top: 10px;
}
.widget_contact form input[type="submit"] {
color: #fff;
padding: 3px 44px;
border: 2px solid;
font-weight: bold;
font-size: 14px;
border-radius: 4px;
margin: 10px 0px 0px;
}
.widget_contact form input[type="submit"]:hover { background-color: transparent;}
.widget_contact p {
font-size: 14px;
color: #ffffff;
margin: 0px 0px 13px;
font-weight: bold;
}
/*widget_gallery*/
.widget_gallery figure,.widget_gallery figure a,.widget_gallery figure a img {
float: left;
width: 100%;
}
.widget_gallery figure { margin: 0px;}
.widget_gallery ul { margin: 0px 0px 0px -15px;}
.widget_gallery ul li {
float: left;
width: 50%;
list-style: none;
padding: 0px 0px 0px 15px;
margin: 0px 0px 15px;
}
/*church-copyright*/
.church-copyright {
float: left;
width: 100%;
border-top: 1px solid rgba(255,255,255,0.2);
text-align: center;
padding: 28px 0px 29px;
}
.church-copyright p {
color: #ffffff;
font-size: 13px;
margin: 0px;
font-weight: bold;
}
.church-copyright p a { color: #fff;}
/*church-subheader*/
.church-subheader,.church-subheader-text,.church-breadcrumb {
float: left;
width: 100%
}
.church-subheader-text {
background-image: url("/extra-images/subheadr-img.jpg");
background-position: center;
padding: 55px 0px 60px;
position: relative;
}
.church-subheader-text:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 3px;
background-color: #ffffff;
}
.church-subheader-transparent {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background: rgba(82,28,11,0.8);
}
.church-subheader-text h1 {
margin: 0px 0px 4px;
font-size: 45px;
color: #fff;
}
.church-subheader-text p {
font-size: 16px;
margin: 0px;
color: #fff;
width: 32%;
display: inline-block;
line-height: 28px;
}
.church-breadcrumb {
background-color: #2c424c;
padding: 10px 0px 11px;
}
.church-breadcrumb ul { float: right;}
.church-breadcrumb ul li {
float: left;
margin: 0px;
color: #fff;
font-size: 14px;
list-style: none;
padding: 0px 16px;
position: relative;
}
.church-breadcrumb ul li:before {
content: "\e96c";
position: absolute;
right: -5px;
top: 1px;
color: #fff;
font-size: 10px;
font-family: icomoon;
}
.church-breadcrumb ul li a { color: #fff;}
.church-breadcrumb ul li.active { font-weight: bold;}
.church-breadcrumb ul li:last-child { padding-right: 0px;}
.church-breadcrumb ul li:last-child:before { content: none;}
/*Blog Detail*/
.church-blog-thumb,.church-blog-detail,.church-blog-heading,.church-rich-editor,blockquote,
blockquote span,.church-blog-author,.church-blog-author figure img {
float: left;
width: 100%;
}
.church-rich-editor { margin: 0px 0px 6px;}
.church-blog-detail {
padding: 30px 30px 0px;
background-color: #fff;
margin: 0px 0px 40px;
}
.church-blog-thumb { margin: 0px 0px 41px;}
.church-time-date {
position: absolute;
left: 20px;
bottom: -20px;
background-color: #fff;
border: 3px solid;
padding: 21px 23px 17px 22px;
width: 141px;
line-height: 1;
text-align: center;
}
.church-time-date span {
float: left;
font-size: 40px;
margin: -4px 0px 0px 0px;
}
.church-time-date small {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
padding-left: 4px;
}
.church-blog-heading { margin: 0px 0px 13px;}
.church-blog-heading h2 {
font-size: 22px;
font-weight: bold;
margin: 0px 0px 4px;
}
.church-rich-editor > p { margin: 0px 0px 28px;}
.church-rich-editor > h5 {
margin: -3px 0px 18px;
font-weight: bold;
}
blockquote {
border-left: none;
padding: 1px 0px 0px 17px;
text-align: center;
font-size: 18px;
font-style: italic;
line-height: 30px;
position: relative;
margin: 4px 0px 35px;
}
blockquote:before {
content: "\e975";
font-family: icomoon;
position: absolute;
left: 0px;
top: -6px;
font-size: 60px;
font-style: normal;
}
blockquote span {
background-color: #f3f3f3;
padding: 18px 80px 28px;
box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
blockquote span a {
display: inline-block;
margin: 20px 0px 0px;
font-size: 16px;
font-weight: bold;
font-style: normal;
}
.church-blog-author figure {
float: left;
width: 80px;
margin: 0px;
border-radius: 100%;
overflow: hidden;
}
.church-blog-author figure ~ .church-blog-author-text {
padding: 0px 0px 0px 111px;
line-height: 1;
}
.church-author-social {
float: right;
margin: -10px 0px 0px;
}
.church-author-social li {
float: left;
margin: 0px 0px 0px 10px;
list-style: none;
font-size: 20px;
}
.church-blog-author {
background-color: #f3f3f3;
margin: 5px 0px 34px;
padding: 30px 30px 23px;
}
.church-blog-author-text h6 {
font-weight: bold;
display: inline-block;
margin: -5px 0px 1px;
}
.church-blog-author-text span {
font-size: 12px;
margin: 0px 0px 12px;
display: block;
}
.church-blog-author-text p { margin: 0px;}
/*church-post-tags*/
.church-post-tags {
float: left;
width: 100%;
margin: 0px 0px 11px;
}
.church-social-tag {
float: left;
margin: 0px 0px 20px;
}
.church-blog-social {
float: right;
margin: 0px 0px 20px;
}
.church-social-tag a {
font-size: 14px;
float: left;
font-weight: bold;
border: 2px solid;
padding: 6px 19px 5px;
margin: 0px 27px 10px 0px;
border-radius: 4px;
}
.church-social-tag a:hover { color: #ffffff;}
.church-social-tag a:last-child { margin-right: 0px;}
.church-blog-social ul { float: right;}
.church-blog-social ul li {
float: left;
list-style: none;
}
.church-blog-social ul li {
float: left;
margin: 0px 0px 10px 10px;
list-style: none;
}
.church-blog-social ul li a {
float: left;
width: 35px;
text-align: center;
height: 35px;
border-radius: 3px;
color: #ffffff;
padding: 11px 0px 0px;
background-color: #2c424c;
}
/*church-prenxt-post*/
.church-prenxt-post,.church-prev-post,.church-next-post {
float: left;
width: 100%;
}
.church-prenxt-post { margin: 0px 0px 13px;}
.church-prenxt-post ul { margin: 0px -15px;}
.church-prenxt-post ul li {
float: left;
width: 50%;
padding: 0px 15px;
margin: 0px 0px 30px;
list-style: none;
}
.church-prenxt-post h6 {
margin: 0px 0px 3px;
line-height: 1.9;
font-weight: bold;
}
.church-next-post { text-align: right;}
.church-prev-post > a,.church-next-post > a {
font-size: 14px;
font-style: italic;
font-weight: bold;
}
.church-prev-post > a i,
.church-next-post > a i {
float: left;
margin: 5px 15px 0px 0px;
font-size: 18px;
font-weight: 400;
}
.church-next-post > a i {
margin: 5px 0px 0px 15px;
float: right;
}
/*church-section-heading*/
.church-section-heading {
float: left;
width: 100%;
font-weight: bold;
line-height: 0.8;
font-size: 20px;
margin: 0px 0px 33px;
}
/*Realted Blog*/
.church-blog > ul > li {
list-style: none;
margin: 0px -4px 30px 0px;
float: none;
display: inline-block;
vertical-align: top;
}
.church-related-blog figure,.church-related-blog figure a,.church-related-blog figure a img {
float: left;
width: 100%;
}
.church-related-blog figure {
margin: 0px;
padding: 0px 20px 0px 0px;
}
.church-related-blog figure a { position: relative;}
.church-related-blog figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: #521c0b;
opacity: 0;
}
.church-related-blog ul li:hover figure a:before { opacity: 0.3;}
.church-related-blog-text {
float: right;
width: 78%;
border: 3px solid;
padding: 23px 30px 21px;
background-color: #fff;
margin: -122px 0 0;
position: relative;
}
.church-related-blog-text .church-blog-option li {
font-size: 12px;
margin-bottom: 0px;
}
.church-related-blog-text h5 {
margin: 0px 0px 4px;
font-weight: bold;
}
.church-simple-readmore-btn {
float: left;
font-weight: bold;
}
.church-simple-readmore-btn i {
float: right;
margin: 8px 0px 0px 15px;
font-size: 13px;
}
.church-related-blog { margin: 0px 0px 20px;}
/*comment area*/
.comments-area,.comment-list,.comment-list li,.comment-list li figure a img,.comment-list > ul > li,.comment-list .thumblist,
.comment-list li img,.thumb-list {
float: left;
width: 100%;
}
.thumb-list { margin-bottom: 30px;}
.comment-list .children {
margin: 0px;
padding: 0px 0px 0px 130px;
}
.comment-list > ul > li {
margin: 0px 0px 0px 0px;
list-style: none;
}
.comment-list .thumblist > ul {margin: 0px;}
.comment-list li {list-style: none;}
.comment-list li figure {
float: left;
margin: 0px;
width: 80px;
text-align: center;
}
.comment-list li figure img { border-radius: 100%;}
.comment-list > li .thumb-list {
padding: 30px 35px 28px 30px;
background-color: #f3f3f3;
}
.comment-list figure ~ .text-holder {
margin-left: 80px;
position: relative;
padding: 0px 0px 0px 16px;
line-height: 1;
}
.text-holder p {
margin-bottom: 17px;
display: block;
}
.text-holder h6 {
line-height: 1.1;
margin: -2px 0px 5px;
letter-spacing: 0.7px;
font-weight: 600;
}
.text-holder .post-date {
display: inline-block;
font-size: 12px;
line-height: 1;
color: #8b9599;
margin: 0px 0px 12px 0px;
}
.comment-reply-link {
float: left;
padding: 0;
font-size: 14px;
font-weight: bold;
position: relative;
margin: 0px 20px 0px 0px;
color: #8b9599;
}
.comment-reply-link:after {
content: "";
position: absolute;
right: -11px;
bottom: 2px;
width: 2px;
height: 2px;
background-color: #8b9599;
}
.comment-reply-link:last-child:after { content: none;}
.comment-list { margin: 0px 0px 20px;}
/* form*/
.comment-respond,.church-full-form textarea,.comment-respond form p input[type="text"],
.comment-respond form p input[type="email"] {
float: left;
width: 100%;
}
.comment-respond > p {
margin: -16px 0px 23px;
float: left;
}
.comments-area { margin-top: 0px;}
.comment-respond { margin: 0px 0px 0px;}
.comment-respond form { margin: 0px -15px;}
.comment-respond form p {
list-style-type: none;
margin-bottom: 30px;
padding: 0 15px 0;
width: 50%;
}
.comment-respond form p input[type="text"],
.comment-respond form p input[type="email"] {
background-color: #f3f3f3;
color: #8b9599;
font-size: 12px;
height: 40px;
margin: 0;
padding-left: 15px;
}
.comment-respond form > .church-full-form { width: 100%;}
.church-full-form textarea {
height: 150px;
color: #3C464A;
font-size: 12px;
padding-left: 15px;
padding-top: 10px;
background-color: #f3f3f3;
}
.comment-respond form p input[type="submit"] {
display: inline-block;
border: 2px solid;
padding: 6px 24px 5px;
border-radius: 4px;
color: #ffffff;
font-size: 14px;
font-weight: bold;
}
.comment-respond form p input[type="submit"]:hover { background-color: transparent;}
.comment-respond form p label {
margin: 0px 0px 15px;
float: left;
font-weight: bold;
line-height: 0.8;
}
/*Sidebar*/
.church-main-content .widget { margin: 0px 0px 50px;}
.church-main-content .widget ul li { list-style: none;}
.church-main-content .widget,.widget_search form,.widget_search form input[type="text"] {
float: left;
width: 100%;
}
.church-main-content .widget {
background-color: #ffffff;
padding: 30px;
}
.church-main-content .widget.widget_search {
padding: 0px;
}
.widget_search form { position: relative;}
.widget_search form input[type="text"] {
background-color: transparent;
color: #8b9599;
padding-left: 15px;
height: 45px;
}
.widget_search form label {
position: absolute;
right: 0px;
bottom: 0px;
margin: 0px;
}
.widget_search form label:before {
content: "\e957";
font-family: icomoon;
position: absolute;
right: 16px;
bottom: 12px;
font-size: 15px;
cursor: pointer;
color: #fff;
}
.widget_search form label input[type="submit"] {
width: 50px;
height: 45px;
display: inline-block;
border: none;
}
/*church-widget-heading*/
.church-widget-heading {
float: left;
width: 100%;
font-weight: bold;
line-height: 0.8;
font-size: 18px;
margin: 0px 0px 33px;
}
/*widget_cetagories*/
.widget_cetagories ul,.widget_cetagories ul li,
.widget_cetagories ul li a {
float: left;
width: 100%;
}
.widget_cetagories ul li {
list-style: none;
margin: 0px 0px 26px;
line-height: 1;
}
.widget_cetagories ul li:hover { padding: 0px 0px 0px 10px;}
.widget_cetagories ul li:last-child { margin: 0px;}
.widget_cetagories ul li a {
position: relative;
padding: 0px 0px 0px 30px;
}
.widget_cetagories ul li a:before {
content: "\e96c";
font-family: icomoon;
position: absolute;
left: 0px;
top: 0px;
font-size: 13px;
}
/*Popular News*/
.widget_popular_news ul,.widget_popular_news ul li,.widget_popular_news figure a,
.widget_popular_news figure a img {
float: left;
width: 100%;
}
.widget_popular_news figure {
overflow: hidden;
float: left;
width: 50px;
border-radius: 100%;
}
.widget_popular_news figure a { position: relative;}
.widget_popular_news figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: #521c0b;
opacity: 0;
}
.widget_popular_news ul li:hover figure a:before { opacity: 0.5;}
.widget_popular_news figure ~ .widget-popular-news-text { padding: 0px 0px 0px 65px;}
.widget-popular-news-text h6 {
margin: -4px 0px 7px;
font-weight: bold;
font-size: 15px;
line-height: 20px;
}
.widget-popular-news-text time {
font-size: 12px;
color: #8b9599;
}
.widget-popular-news-text time i {
font-size: 14px;
float: left;
margin: 0px 10px 0px 0px;
}
.widget_popular_news ul li {
line-height: 1;
margin: 0px 0px 30px;
}
.widget_popular_news ul li:last-child { margin: 0px;}
/*Upcoming Events*/
.widget_upcoming_event ul,.widget_upcoming_event ul li {
float: left;
width: 100%;
}
.widget_upcoming_event ul li {
margin: 0px 0px 30px;
line-height: 1;
}
.widget_upcoming_event ul li:last-child { margin: 0px;}
.widget_upcoming_event time {
float: left;
width: 60px;
height: 60px;
font-size: 28px;
text-align: center;
line-height: 16px;
border: 2px solid;
padding: 10px 0px 0px;
}
.widget_upcoming_event time span { font-size: 14px;}
.widget_upcoming_event ul li:hover time { color: #fff;}
.widget_upcoming_event time ~ section { padding: 0px 0px 0px 75px;}
.widget_upcoming_event h6 {
margin: -1px 0px 3px;
font-size: 15px;
letter-spacing: -0.4px;
font-weight: bold;
line-height: 20px;
}
.widget_upcoming_event ul li section > a {
font-size: 12px;
color: #8b9599;
}
/*widget_calendar*/
.widget.widget_calendar { padding-bottom: 20px;}
.widget_calendar table { margin: 0px;}
.widget_calendar caption {
text-align: center;
color: #fff;
background-color: #2c424c;
border-radius: 5px;
padding: 7px 20px 6px;
text-transform: uppercase;
font-size: 12px;
margin: 0px 0px 9px;
}
.widget_calendar thead > tr > th {
border: none;
color: #fff;
font-size: 12px;
}
.widget_calendar tbody > tr > td {
padding: 4px 0px;
border: none;
font-size: 12px;
line-height: 20px;
}
.widget_calendar tbody > tr > td.active {
color: #fff;
border-radius: 5px;
}
/*Gallery*/
.church-main-content .widget.widget_gallery { padding-bottom: 20px;}
.church-main-content .widget_gallery ul { margin: 0px -5px;}
.church-main-content .widget_gallery ul li {
width: 33.333%;
margin: 0px 0px 10px;
padding: 0px 5px;
}
.church-main-content .widget_gallery figure {
overflow: hidden;
border-radius: 5px;
}
.church-main-content .widget_gallery figure a { position: relative;}
.church-main-content .widget_gallery figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 20%;
height: 100%;
opacity: 0;
}
.widget_gallery ul li:hover figure a:before {
width: 100%;
opacity: 0.7;
}
.church-main-content .widget_gallery figure a i {
position: absolute;
left: 10%;
color: #fff;
top: 50%;
font-size: 18px;
margin: -10px 0px 0px -4px;
opacity: 0;
}
.widget_gallery ul li:hover figure a i {
opacity: 1;
left: 50%;
}
/*Blog Grid*/
.church-blog-grid-wrap,.church-blog-grid figure,.church-blog-grid figure a,.church-blog-grid figure a img {
float: left;
width: 100%;
}
.church-blog-grid-wrap {
padding: 30px;
background-color: #ffffff;
}
.church-blog-grid figure a {
position: relative;
overflow: hidden;
}
.church-blog-grid figure a:before {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 20%;
opacity: 0;
}
.church-blog-grid ul li:hover figure a:before {
height: 100%;
opacity: 0.7;
}
.church-blog-grid figure a i {
position: absolute;
left: 50%;
top: 10%;
color: #ffffff;
width: 45px;
height: 45px;
text-align: center;
font-size: 20px;
border: 1px solid #ffffff;
padding-top: 12px;
margin: -23px 0px 0px -23px;
opacity: 0;
}
.church-blog-grid ul li:hover figure a i {
opacity: 1;
top: 50%;
}
.church-blog ul li:hover .church-blog-readmore { background-color: transparent; }
.church-blog-grid figure { margin: 0px 0px 47px;}
.church-bloggrid-slidetext h2 {
margin: 0px;
font-size: 18px;
font-weight: bold;
}
.church-blog-grid .church-blog-option li { margin-bottom: 3px;}
.church-blog-grid .church-time-date {
bottom: -30px;
left: 30px;
}
/*pagination*/
.church-pagination,.church-pagination > ul {
float: left;
width: 100%;
}
.church-pagination {
margin: 20px 0 40px;
text-align: center;
}
.church-pagination > ul > li {
display: inline-block;
list-style: none;
margin: 0 11px 0 0;
vertical-align: middle;
}
.church-pagination > ul > li > .previous span i { display: inline-block;}
.church-pagination > ul > li > .previous,
.church-pagination > ul > li > .next {
line-height: 1;
font-size: 25px;
padding: 4px 0px 0px;
border-radius: 4px;
width: 45px;
border: none;
}
.church-pagination > ul > li > a,.church-pagination > ul > li > span {
color: #fff;
font-size: 14px;
float: left;
height: 35px;
line-height: 2.5;
padding: 0px 0px 0px;
width: 35px;
border-radius: 4px;
background-color: #2c424c;
}
/*pagination*/
.church-blog-large-wrap,.church-blog-large figure,.church-blog-large figure a,.church-blog-large figure a img,
.church-blog-large-text {
float: left;
width: 100%;
}
.church-blog-large-wrap {
padding: 30px;
background-color: #ffffff;
}
.church-blog-large figure a {
position: relative;
overflow: hidden;
}
.church-blog-large figure a:after {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0.3;
background-color: #521c0b;
}
.church-blog-large figure a:before {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0;
}
.church-blog-large ul li:hover figure a:before { opacity: 0.7;}
.church-blog-large figure a i {
position: absolute;
left: 50%;
top: 50%;
color: #ffffff;
width: 60px;
height: 60px;
text-align: center;
font-size: 25px;
border: 1px solid #ffffff;
padding-top: 17px;
margin: -30px 0px 0px -30px;
opacity: 0;
z-index: 1;
}
.church-blog-large ul li:hover figure a i { opacity: 1;}
.church-blog ul li:hover .church-blog-readmore { background-color: transparent; }
.church-blog-large figure { margin: 0px 0px 41px;}
.church-blog-large-text h2 {
font-size: 22px;
margin: 0px 0px 4px;
font-weight: bold;
}
.church-blog-large-text p { margin: 0px 0px 24px;}
/*church-cause-detail*/
.church-cause-detail,.church-cause-thumb,.church-cause-heading,.church-cause-option,
.church-cause-skillst {
float: left;
width: 100%;
}
.church-cause-detail {
background-color: #fff;
padding: 30px 30px 0px;
margin: 0px 0px 40px;
}
.church-cause-thumb { margin: 0px 0px 22px;}
.church-cause-thumb figcaption {
width: 267px;
position: absolute;
right: 0px;
top: 0px;
height: 100%;
text-align: center;
padding: 98px 25px 0px;
}
.church-cause-thumb figcaption p {
margin: 0px 0px 16px;
font-size: 20px;
font-style: italic;
color: #fff;
line-height: 30px;
}
.church-cause-thumb figcaption a {
color: #ffffff;
font-size: 20px;
font-weight: bold;
}
.church-cause-heading { margin: 0px 0px 16px;}
.church-cause-heading h2 {
margin: 0px 0px 7px;
font-size: 22px;
font-weight: bold;
}
.church-cause-option { margin: 0px;}
.church-cause-option li {
list-style: none;
float: left;
margin: 0px 13px 5px 0px;
}
.church-cause-option li:last-child { margin-right: 0px;}
.church-cause-option li strong { float: left;}
.church-cause-option li time,
.church-cause-option li a {
float: left;
margin: 0px 0px 0px 6px;
}
.church-cause-skillst .bar-container .bar small {
display: block;
position: absolute;
right: 0px;
top: -13px;
width: 54px;
height: 36px;
text-align: center;
background-color: #ffffff;
font-size: 14px;
font-weight: bold;
border: 2px solid;
padding: 6px 0px 0px;
}
.church-cause-skillst {
background-color: #f3f3f3;
padding: 6px 30px 17px;
margin: 0px 0px 24px;
}
.church-cause-skillst .bar-container {
background-color: #2c424c !important;
height: 10px !important;
}
.cause-skillst > span {
font-size: 14px;
float: left;
font-weight: bold;
}
.cause-skillst > span.right { float: right;}
.church-cause-skillst .church-blog-readmore {
float: right;
margin: 11px 0px 0px;
}
.church-cause-skillst .church-blog-readmore:hover { background-color: transparent;}
.church-cause-skillst .cause-skillst {
float: left;
width: 77%;
}
/*church-classic-gallery*/
.church-gallery,.church-cause-gallery {
float: left;
width: 100%;
}
.church-cause-gallery { margin: 0px 0px 48px;}
.church-images-thumb {
width: 67%;
float: left;
position: relative;
}
.church-images-thumb .slick-arrow {
position: absolute;
right: -1px;
top: 50%;
width: 25px;
height: 30px;
background: rgba(95,124,138,0.8);
color: #fff;
text-align: center;
padding: 4px 0px 0px;
z-index: 1;
cursor: pointer;
margin: -16px 0px 0px;
}
.church-images-thumb .slick-arrow.slick-arrow-left {
right: auto;
left: 0px;
}
.church-images-list {
width: 247px;
float: right;
}
.church-images-list-layer {
float: right;
width: 50% !important;
margin: 0px 0px 6px;
padding: 0px 0px 0px 6px;
}
.church-images-list-layer span img {
float: left;
width: 100%;
}
.church-images-list-layer span {
float: right;
width: 100%;
border: 2px solid #ffffff;
position: relative;
cursor: pointer;
}
.church-images-list-layer span:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: #ffffff;
opacity: 0;
}
.church-images-list-layer.slick-slide.slick-current.slick-active span {
border: 2px solid;
cursor: default;
}
.church-images-list-layer.slick-slide.slick-current.slick-active span:before { opacity: 0.3;}
.church-cause-gallery .slick-list { height: 324px !important;}
/*church-grid-skillst*/
.church-grid-skillst {
float: left;
width: 100%;
margin: 0px 0px 14px;
position: relative;
z-index: 1;
}
.church-grid-skillst p { margin: 0px;}
.church-grid-skillst .bar-container .bar small {
display: block;
position: absolute;
right: 0px;
top: -7px;
width: 30px;
height: 20px;
text-align: center;
background-color: #ffffff;
font-size: 9px;
font-weight: bold;
border: 2px solid;
padding: 3px 0px 0px;
line-height: 1;
}
.church-grid-skillst .bar-container {
background-color: #2c424c !important;
height: 5px !important;
border-radius: 0px;
}
/*church-cause*/
.church-grid-skillst .bar-container .bar { border-radius: 0px;}
.church-cause,.church-related-cause figure,.church-related-cause figure a,
.church-related-cause figure a img,.church-related-cause-text {
float: left;
width: 100%;
}
.church-related-cause figure > span {
position: absolute;
left: 15px;
top: 15px;
color: #ffffff;
border-radius: 4px;
font-size: 12px;
padding: 1px 14px 0px;
font-weight: bold;
line-height: 2;
}
.church-related-cause { margin: 0px 0px 11px;}
.church-cause > ul > li {
float: none;
display: inline-block;
margin: 0px -4px 30px 0px;
vertical-align: top;
list-style: none;
}
.church-related-cause figure { margin: 0px;}
.church-related-cause-text h4 {
margin: 0px 0px 11px;
font-weight: bold;
letter-spacing: -0.1px;
}
.church-donate-btn {
float: left;
font-weight: bold;
}
.church-donate-btn i {
float: right;
margin: 8px 0px 0px 10px;
font-size: 13px;
}
.church-cause-author { margin: 0px 0px 50px;}
/*Cauce Grid*/
.church-cause-grid figure,.church-cause-grid figure a,.church-cause-grid figure a img,
.church-cause-grid-text,.church-cause-grid-wrap {
float: left;
width: 100%;
}
.church-cause-grid .bar-container .bar small {
font-size: 12px;
height: 25px;
width: 40px;
padding: 5px 0px 0px;
top: -9px;
}
.church-cause-grid .bar-container { height: 6px !important;}
.church-cause-grid figure { margin: 0px;}
.church-cause-grid figure a {
position: relative;
overflow: hidden;
}
.church-cause-grid figure a > span {
position: absolute;
left: 50%;
top: 0%;
background-color: #ffffff;
z-index: 2;
font-size: 14px;
font-weight: bold;
padding: 4px 26px 3px;
border-radius: 4px;
margin: -17px 0px 0px -60px;
opacity: 0;
}
.church-cause-grid ul li:hover figure a > span {
top: 50%;
opacity: 1;
}
.church-cause-grid figure:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
background-color: #521c0b;
width: 100%;
height: 100%;
opacity: 0.3;
z-index: 1;
}
.church-cause-grid ul li:hover figure:before { opacity: 0;}
.church-cause-grid figure a:before {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 0%;
opacity: 0;
z-index: 1;
}
.church-cause-grid ul li:hover figure a:before {
height: 100%;
opacity: 0.7;
}
.church-cause-grid-wrap { background-color: #fff;}
.church-cause-grid-text { padding: 0px 17px 30px 30px;}
.church-cause-grid-text h2 {
font-size: 18px;
font-weight: bold;
margin: 0px;
}
.church-cause-grid-text span {
margin: 0px 8px 10px 0px;
display: inline-block;
}
.church-cause-grid-text p { margin: 0px 0px 23px;}
.church-cause ul li:hover .church-blog-readmore { background-color: transparent; }
/*Cause List*/
.church-cause-list figure a,.church-cause-list-wrap,church-cause-list figure a img {
float: left;
width: 100%;
}
.church-cause-list figure {
float: left;
width: 364px;
margin: 0px;
}
.church-cause-list figure a > span {
position: absolute;
left: 50%;
top: 0%;
background-color: #ffffff;
z-index: 2;
font-size: 14px;
font-weight: bold;
padding: 4px 26px 3px;
border-radius: 4px;
margin: -17px 0px 0px -60px;
opacity: 0;
}
.church-cause-list ul li:hover figure a > span {
top: 50%;
opacity: 1;
}
.church-cause-list figure:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
background-color: #521c0b;
width: 100%;
height: 100%;
opacity: 0.3;
z-index: 1;
}
.church-cause-list ul li:hover figure:before { opacity: 0;}
.church-cause-list figure a:before {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0;
z-index: 1;
}
.church-cause-list ul li:hover figure a:before { opacity: 0.7;}
.church-cause-list-wrap { background-color: #fff;}
.church-cause-list figure ~ .church-cause-list-text {
margin: 0px 0px 0px 364px;
padding: 23px 30px 30px 24px;
}
.church-cause-list-text h2 {
font-size: 18px;
margin: 0px 0px 10px;
font-weight: bold;
}
.church-cause-list-text > span {
display: inline-block;
margin: 0px 9px 15px 0px;
}
.church-cause-list-text p { margin: 0px 0px 23px;}
.church-cause-list .church-grid-skillst {
margin: 20px 0px 13px;
padding: 0px 30px;
}
.church-cause-list .bar-container {
height: 6px !important;
border-radius: 3px;
}
.church-cause-list .bar-container .bar { border-radius: 3px;}
.church-cause-list .bar-container .bar small {
width: 50px;
height: 28px;
font-size: 14px;
padding: 5px 0px 0px;
top: -11px;
}
/*church-event-detail*/
.church-event-detail,.church-event-option,.church-event-heading,.church-event-thumb {
float: left;
width: 100%;
}
.church-event-thumb { margin: 0px 0px 21px;}
.church-event-detail {
background-color: #fff;
padding: 30px 30px 0px;
margin: 0px 0px 40px;
}
.church-event-option {
padding: 20px 30px;
background-color: #f3f3f3;
margin: 0px 0px 34px;
}
.church-event-option .church-cause-option li { font-size: 14px;}
.church-event-option .church-cause-option {
width: 80%;
margin: 4px 0px 0px;
}
.church-event-option .church-blog-readmore { float: right;}
.church-event-option .church-blog-readmore:hover { background-color: transparent;}
.church-event-heading h2 {
margin: 0px 0px 21px;
font-size: 22px;
font-weight: bold;
}
/*church-event*/
.church-event,.church-event-speaker figure,.church-event-speaker figure > a,.church-event-map,
.church-event-speaker figure > a img {
float: left;
width: 100%;
}
.church-event > ul > li {
list-style: none;
float: none;
display: inline-block;
margin: 0px -4px 30px 0px;
vertical-align: top;
}
.church-event-speaker figure {
margin: 0px;
overflow: hidden;
}
.church-event-speaker figure > a { position: relative;}
.church-event-speaker figure > a:before {
content: '';
position: absolute;
left: -100%;
top: 0px;
width: 100%;
height: 100%;
opacity: 0.8;
}
.church-event-speaker ul li:hover figure > a:before { left: 0px;}
.church-event-speaker figure figcaption {
text-align: center;
position: absolute;
left: -100%;
top: 50%;
color: #fff;
line-height: 1;
padding: 0px 15px;
margin: -81px 0px 0px;
opacity: 0;
width: 100%;
}
.church-event-speaker ul li:hover figure figcaption {
left: 0px;
opacity: 1;
}
.church-event-speaker figure figcaption h4 {
font-weight: bold;
margin: 0px;
}
.church-event-speaker figure figcaption h4 a { color: #ffffff;}
.church-event-speaker figure figcaption span {
font-size: 12px;
display: inline-block;
font-weight: bold;
margin: 0px 0px 17px;
}
.church-event-map { margin: 0px 0px 41px;}
.church-event-map #map {
width: 100%;
height: 350px;
}
.church-event-detail .church-prenxt-post ul li { margin: 0px 0px 10px;}
/*church-countdown*/
.church-event-thumb figcaption {
position: absolute;
right: 0px;
top: 0px;
height: 100%;
width: 194px;
background: rgba(254,86,33,0.9);
text-align: center;
padding: 0px 47px;
}
.church-event-countdown,.church-event-countdown .countdown-section {
float: left;
width: 100%;
}
.church-event-countdown .countdown-section {
color: #ffffff;
line-height: 1;
border-bottom: 1px solid #f68966;
padding: 23px 0px 30px;
}
.church-event-countdown .countdown-section:last-child {
border-bottom: none;
padding-bottom: 0px;
}
.church-event-countdown .countdown-amount {
font-size: 40px;
display: block;
}
.church-event-countdown .countdown-period { font-size: 18px;}
/*Event Grid*/
.church-event-grid figure,.church-event-grid figure a,.church-event-grid figure a img,
.church-event-grid-text,.event-grid-option,.event-grid-option li {
float: left;
width: 100%;
}
.church-event-grid figure { margin: 0px;}
.church-event-grid figure > span {
position: absolute;
left: 15px;
top: 15px;
color: #ffffff;
background-color: #f11818;
font-size: 16px;
font-weight: bold;
padding: 1px 12px 0px;
border-radius: 5px;
z-index: 1;
}
.church-event-grid ul li:hover figure > span { opacity: 0;}
.church-event-grid figure a {
position: relative;
overflow: hidden;
}
.church-event-grid figure a:before {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
height: 100%;
width: 100%;
opacity: 0;
}
.church-event-grid ul li:hover figure a:before { opacity: 0.7;}
.church-event figure a > span {
font-size: 14px;
font-weight: bold;
background-color: #ffffff;
position: absolute;
left: 50%;
bottom: 0%;
padding: 6px 15px 5px;
opacity: 0;
border-radius: 4px;
margin: 0px 0px -20px -66px;
z-index: 2;
}
.church-event ul li:hover figure a > span {
bottom: 50%;
opacity: 1;
}
.church-event-grid-text {
background-color: #ffffff;
padding: 38px 22px 30px 30px;
}
.church-event-grid-text h2 {
margin: 0px 0px 12px;
font-weight: bold;
font-size: 18px;
}
.church-event-grid-text p { margin: 0px 0px 17px;}
.event-grid-option { margin: 0px 0px 2px;}
.event-grid-option li {
list-style: none;
line-height: 1;
padding: 0px 0px 0px 21px;
margin: 0px 0px 10px;
position: relative;
}
.event-grid-option li i {
position: absolute;
left: 0px;
top: 0px;
font-size: 13px;
}
.church-event ul li:hover .church-blog-readmore { background-color: transparent;}
.church-event-grid .church-time-date {
left: auto;
right: 20px;
}
.church-event-grid .church-time-date small { padding-left: 2px;}
/*Event List*/
.church-event-list figure a,.church-event-list figure a img {
float: left;
width: 100%;
}
.church-event-list figure {
margin: 0px;
float: left;
width: 364px;
}
.church-event-list figure:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
opacity: 0.3;
background-color: #521c0b;
width: 100%;
height: 100%;
z-index: 1;
}
.church-event-list ul li:hover figure:before { opacity: 0;}
.church-event-list figure a {
position: relative;
overflow: hidden;
}
.church-event-list figure a:before {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
height: 100%;
width: 100%;
opacity: 0;
z-index: 1;
}
.church-event-list ul li:hover figure a:before { opacity: 0.7;}
.church-event-list-text .event-grid-option li {
width: auto;
margin: 0px 20px 14px 0px;
}
.church-event-list-text .event-grid-option { margin: 0px 0px 7px;}
.church-event-list figure ~ .church-event-list-text {
margin: 0px 0px 0px 364px;
padding: 23px 30px 30px 24px;
background-color: #fff;
}
.church-event-list-text h2 {
font-size: 18px;
font-weight: bold;
margin: 0px 0px 22px;
}
.church-event-list-text p { margin: 0px 0px 23px;}
/*church-sermon-detail*/
.church-sermon-detail,.church-rich-editor > h5,.church-sermon-thumb,.church-sermon-album {
float: left;
width: 100%;
}
.church-sermon-detail {
background-color: #fff;
padding: 30px 30px 0px;
margin: 0px 0px 40px;
}
.church-sermon-thumb { margin: 0px 0px 21px;}
.church-sermon-thumb figcaption {
width: 267px;
position: absolute;
right: 0px;
top: 0px;
height: 100%;
text-align: center;
padding: 98px 25px 0px;
}
.church-sermon-thumb figcaption p {
margin: 0px 0px 16px;
font-size: 20px;
font-style: italic;
color: #fff;
line-height: 30px;
}
.church-sermon-thumb figcaption span {
color: #ffffff;
font-size: 20px;
font-weight: bold;
}
/*Sermon List*/
.church-sermon,.church-sermon-list figure a,.church-sermon-list figure a img {
float: left;
width: 100%;
}
.church-sermon > ul > li {
list-style: none;
display: inline-block;
float: none;
margin: 0px -4px 30px 0px;
vertical-align: top;
}
.church-sermon-list figure {
float: left;
margin: 0px;
width: 364px;
}
.church-sermon figure a > span {
font-size: 14px;
font-weight: bold;
background-color: #ffffff;
position: absolute;
left: 50%;
bottom: 0%;
padding: 6px 30px 5px;
opacity: 0;
border-radius: 4px;
margin: 0px 0px -20px -68px;
z-index: 2;
}
.church-sermon ul li:hover figure a > span {
bottom: 50%;
opacity: 1;
}
.church-sermon-list figure a {
position: relative;
overflow: hidden;
}
.church-sermon-list figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
z-index: 1;
}
.church-sermon-list ul li:hover figure a:before { opacity: 0.7;}
.church-sermon figure:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
opacity: 0.3;
background-color: #521c0b;
width: 100%;
height: 100%;
z-index: 1;
}
.church-sermon ul li:hover figure:before { opacity: 0;}
.church-related-sermon { margin: 0px 0px 20px;}
.church-sermon-list figure ~ .church-sermon-list-text { margin: 0px 0px 0px 364px;}
.church-related-sermon .church-sermon-list-text {
background-color: #f3f3f3;
padding: 28px 0px 24px 24px;
}
.church-sermon-list-text {
padding: 28px 25px 26px 24px;
background-color: #fff;
}
.church-sermon-list-text h2 {
font-size: 18px;
margin: 0px 0px 12px;
font-weight: bold;
}
.church-sermon-list-text p { margin: 0px 0px 19px;}
.church-sermon-list-text .church-cause-option { margin: 0px 0px 11px;}
.church-sermon .church-cause-option li {
font-size: 14px;
margin: 0px 20px 0px 0px;
}
.church-cause-option li i {
float: left;
font-size: 13px;
margin: 6px 8px 0px 0px;
}
.church-sermon .church-cause-option li a,
.church-sermon .church-cause-option li time,
.church-sermon-social { margin: 0px;}
.church-sermon-social { display: inline-block;}
.church-sermon-social li {
float: left;
margin: 0px;
list-style: none;
}
.church-sermon-social li a {
display: inline-block;
width: 30px;
height: 30px;
text-align: center;
color: #ffffff;
border-radius: 2px;
padding: 8px 0px 0px;
margin: 0px 10px 0px 0px;
}
.church-sermon-social li a:hover { background-color: #2c424c; }
/*tooltip*/
.church-sermon-social .tooltip-inner,.widget_text .tooltip-inner { background-color: #2c424c;}
.church-sermon-social .tooltip.top .tooltip-arrow,.widget_text .tooltip.top .tooltip-arrow { border-top-color: #2c424c;}
/*Sermon Detail Player*/
.church-sermon-album {
background-color: #2c424c;
position: relative;
margin: 5px 0px 34px;
}
.church-sermon-left {
float: left;
width: 350px;
text-align: center;
padding: 22px 30px 20px;
}
.church-sermonplayer-list {
float: right;
width: 55%;
}
/*church-sermon-grid*/
.church-sermon-grid figure,.church-sermon-grid figure a,.church-sermon-grid figure a img,
.church-sermon-grid-text {
float: left;
width: 100%;
}
.church-sermon-grid figure a {
position: relative;
overflow: hidden;
}
.church-sermon-grid figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
z-index: 1;
}
.church-sermon-grid ul li:hover figure a:before { opacity: 0.7;}
.church-sermon-grid figure { margin: 0px;}
.church-sermon-grid-text {
background-color: #fff;
padding: 22px 0px 21px 30px;
}
.church-sermon-grid-text h2 {
font-size: 18px;
margin: 0px 0px 6px;
font-weight: bold;
}
.church-sermon-grid-text p { margin: 0px 0px 18px;}
.church-sermon-grid-text .church-cause-option { margin: 0px 0px 6px;}
/*Team Detail*/
.church-team-detail,.churuch-team-thumb,.churuch-team-wrap,.churuch-team-text,
.church-team-info,.church-team-info ul,.church-team-info ul li {
float: left;
width: 100%;
}
.churuch-team-wrap { margin: 0px 0px 46px;}
.church-team-detail {
padding: 30px 30px 0px;
background-color: #fff;
margin: 0px 0px 40px;
}
.churuch-team-thumb { margin: 0px;}
.churuch-team-text { padding: 16px 0px 0px;}
.churuch-team-text h2 {
font-weight: bold;
line-height: 1;
margin: 0px 0px 1px;
}
.churuch-team-text span {
font-size: 12px;
display: block;
margin: 0px 0px 19px;
}
.churuch-team-social {
float: right;
margin: -31px 0px 0px;
}
.churuch-team-social li {
float: left;
margin: 0px 0px 0px 10px;
list-style: none;
}
.churuch-team-social li a {
float: left;
width: 27px;
height: 27px;
border-radius: 3px;
background-color: #2c424c;
color: #ffffff;
font-size: 12px;
padding: 8px 0px 0px;
text-align: center;
}
.churuch-team-text strong {
display: inline-block;
margin: 0px 0px 18px;
line-height: 24px;
}
.churuch-team-text p { margin: 0px 0px 17px;}
.church-team-info { margin: 0px 0px 50px;}
.church-team-info p { margin: 0px 0px 10px;}
.church-team-info ul li {
list-style: none;
padding: 15px 0px 12px;
border-bottom: 1px solid #ececec;
}
.church-team-info ul li h6 {
margin: 0px;
float: left;
font-weight: bold;
}
.church-team-info ul li span,
.church-team-info ul li a {
float: right;
margin: -3px 0px 0px;
}
/*church-team-contact*/
.church-team-contact,.church-team-contact ul,.church-team-contact ul li,
.church-team-contact form,.church-team-contact form input[type="text"],
.church-team-contact form input[type="email"],.church-team-contact form textarea {
float: left;
width: 100%;
}
.church-team-contact { margin: 0px 0px 20px;}
.church-team-contact p { margin: 0px 0px 23px;}
.church-team-contact ul li {
list-style: none;
margin: 0px 0px 30px;
}
.church-team-contact label {
display: block;
line-height: 0.8;
margin: 0px 0px 15px;
font-weight: bold;
font-size: 16px;
}
.church-team-contact form input[type="text"],
.church-team-contact form input[type="email"],
.church-team-contact form textarea {
background-color: #f3f3f3;
color: #8b9599;
padding-left: 15px;
height: 40px;
font-size: 12px;
}
.church-team-contact form textarea {
height: 114px;
color: #454545;
}
.church-team-contact form input[type="submit"] {
border: 2px solid;
color: #ffffff;
font-size: 14px;
font-weight: bold;
padding: 4px 31px 3px;
border-radius: 3px;
}
.church-team-contact form input[type="submit"]:hover { background-color: transparent;}
/*church-team*/
.church-team,.church-team-grid figure,.church-team-grid figure > a,.church-team-grid-wrap,
.church-team-grid figure a img,.church-team-grid-text {
float: left;
width: 100%;
}
.church-related-team .church-team-grid-wrap { background-color: #f3f3f3;}
.church-team-grid-wrap {
padding: 20px;
text-align: center;
background-color: #fff;
border-bottom: 5px solid #2c424c;
position: relative;
}
.church-team-grid-wrap:before {
content: '';
position: absolute;
left: 50%;
bottom: -5px;
height: 5px;
width: 0%;
}
.church-team-grid ul li:hover .church-team-grid-wrap:before {
left: 0px;
width: 100%;
}
.church-team > ul > li {
float: none;
display: inline-block;
margin: 0px -4px 30px 0px;
vertical-align: top;
list-style: none;
}
.church-team-grid figure { margin: 0px 0px 22px;}
.church-team-grid figure > a { position: relative;}
.church-team-grid figure > a:before {
content: '';
position: absolute;
left: 50%;
top: 0px;
width: 0%;
height: 100%;
opacity: 0.7;
}
.church-team-grid ul li:hover figure > a:before {
left: 0px;
width: 100%;
}
.church-team-grid figure figcaption {
position: absolute;
left: 0px;
bottom: 0%;
width: 100%;
margin: 0px 0px -24px;
opacity: 0;
}
.church-team-grid ul li:hover figure figcaption {
opacity: 1;
bottom: 50%;
}
.church-team-grid-text {
line-height: 1;
padding: 0px 0px 8px;
}
.church-team-grid-text h2 {
font-size: 18px;
margin: 0px 0px 2px;
font-weight: bold;
line-height: 1;
}
.church-team-grid-text span {
display: inline-block;
font-size: 12px;
margin: 0px 0px 16px;
}
.church-team-grid-text p { margin: 0px;}
.church-team-social {
display: inline-block;
margin: 0px;
}
.church-team-social li {
float: left;
margin: 0px 5px;
list-style: none;
}
.church-team-social li a {
font-size: 20px;
color: #fff;
}
/*church-about-thumb*/
.church-about-thumb {
float: left;
width: 100%;
}
.church-about-thumb { margin: 0px 0px 103px; padding: 30px 0 0; }
.church-about-thumb figcaption {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
padding: 0px 70px;
}
.church-about-thumb figcaption > img {
position: absolute;
right: 50px;
bottom: 0px;
}
.church-about-text {
float: left;
width: 508px;
background-color: #fff;
text-align: center;
padding: 62px 35px 70px;
margin: 0px 0px -70px;
position: relative;
}
.church-about-text:before {
content: '';
position: absolute;
right: -33px;
bottom: -33px;
width: 130px;
height: 130px;
border: 3px solid;
}
.church-about-text h2 {
margin: 0px 0px 25px;
font-weight: bold;
font-size: 20px;
}
.church-about-text p {
margin: 0px 0px 25px;
line-height: 26px;
}
.church-about-text .church-btn {
display: inline-block;
float: none;
margin: 7px 0px 0px;
}
/*church-event-modern*/
.church-event-modern figure,.church-event-modern figure > a,.church-event-modern figure a img {
float: left;
width: 100%;
}
.church-event-modern figure {
margin: 0px;
overflow: hidden;
}
.church-event-modern figure > a { position: relative;}
.church-event-modern figure > a:before {
content: '';
position: absolute;
left: 100%;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
}
.church-event-modern ul li:hover figure > a:before {
opacity: 0.7;
left: 0px;
}
.church-event-modern figure > a span {
padding: 6px 30px 5px;
bottom: 50%;
margin-left: -137px;
left: 100%;
}
.church-event-modern ul li:hover figure > a span {
left: 50%;
margin-left: -68px;
}
.church-event-modern figure figcaption {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background: rgba(34,34,34,0.9);
padding: 40px 0px 0px 30px;
}
.church-event-modern ul li:hover figure figcaption {
opacity: 0;
visibility: hidden;
left: -100%;
}
.church-event-modern figcaption time {
float: left;
border-radius: 100%;
color: #ffffff;
font-weight: bold;
font-size: 34px;
width: 80px;
height: 80px;
text-align: center;
padding: 22px 15px 0px;
line-height: 18px;
margin: 0px 0px 23px;
}
.church-event-modern figcaption time small { font-size: 14px;}
.church-event-modern figcaption h2 {
margin: 0px 0px 15px;
display: inline-block;
font-weight: bold;
font-size: 18px;
}
.church-event-modern figcaption h2 a { color: #ffffff;}
.church-event-modern figcaption p {
margin: 0px 0px 14px;
color: #ffffff;
}
.church-event-modern .church-cause-option li {
font-size: 14px;
color: #fff;
margin: 0px;
line-height: 1.8;
}
.church-event-modern .church-cause-option li i { margin-right: 14px;}
/*Contact Us*/
.church-subheader-map,.church-contactus-wrap,.church-contact-info,.church-contact-info-list,
.church-contact-info-list li {
float: left;
width: 100%;
}
.church-subheader-map #map {
width: 100%;
height: 487px;
}
.church-contactus-wrap {
position: relative;
margin: 30px 0px 70px;
}
.church-contactus-wrap:before {
content: '';
position: absolute;
right: 0px;
top: 0px;
width: 97%;
height: 100%;
background-color: #fff;
}
.church-contact-info {
color: #fff;
margin: -30px 0px 0px;
padding: 50px 0px 17px 30px;
box-shadow: 7px 8px 7px rgba(0,0,0,0.2);
}
.church-contact-info .church-section-heading {
color: #ffffff;
margin: 0px 0px 27px;
}
.church-contact-info p { margin: 0px 0px 27px;}
.church-contact-info-list li {
list-style: none;
margin: 0px 0px 24px;
position: relative;
padding: 0px 0px 0px 55px;
}
.church-contact-info-list li h5,
.church-contact-info-list li a { color: #ffffff;}
.church-contact-info-list li i {
position: absolute;
left: 0px;
font-size: 40px;
top: 7px;
}
.church-contact-info-list li h5 {
font-weight: bold;
margin: 0px 0px 1px;
}
/*church-contact-form*/
.church-contact-form { padding: 50px 30px 20px 0px;}
.church-contact-form,.church-contact-form form,.church-contact-form form input[type="text"],
.church-contact-form form input[type="email"],.church-contact-form form textarea {
float: left;
width: 100%;
}
.church-contact-form form { margin: -6px 0px 0px;}
.church-contact-form form p { margin: 0px 0px 33px;}
.church-contact-form ul { margin: 0px -12px;}
.church-contact-form ul li {
float: left;
width: 50%;
padding: 0px 12px;
margin: 0px 0px 30px;
list-style: none;
}
.church-contact-form ul li.full-form { width: 100%;}
.church-contact-form form label {
line-height: 0.7;
display: block;
margin: 0px 0px 15px;
font-weight: bold;
}
.church-contact-form form input[type="text"],
.church-contact-form form input[type="email"],
.church-contact-form form textarea {
background-color: #f3f3f3;
height: 40px;
color: #8b9599;
padding-left: 16px;
font-size: 12px;
}
.church-contact-form form textarea {
height: 155px;
padding-top: 9px;
color: #222C30;
}
.church-contact-form form input[type="submit"] {
float: left;
color: #ffffff;
font-size: 14px;
font-weight: bold;
padding: 4px 25px 3px;
border-radius: 4px;
border: 2px solid;
}
.church-contact-form form input[type="submit"]:hover { background-color: transparent;}
/*Error 404*/
.church-error-page {
width: 66.66666667%;
margin: 0px auto 40px;
background-color: #fff;
position: relative;
text-align: center;
padding: 86px 0px 100px;
}
.church-error-page:before {
content: '';
background: url(extra-images/error-img.png);
position: absolute;
left: 15px;
top: 120px;
width: 706px;
height: 440px;
opacity: 0.2;
}
.church-error-text {
display: inline-block;
width: 66%;
position: relative;
}
.church-error-text img {
display: inline-block;
margin: 0px 0px 18px;
}
.church-error-text h2 {
margin: 0px 0px 12px;
font-size: 36px;
font-weight: bold;
text-transform: uppercase;
}
.church-error-text h3 {
margin: 0px 0px 13px;
font-size: 30px;
font-weight: bold;
}
.church-error-text p { margin: 0px 0px 23px;}
.church-error-text .church-btn {
margin: 0px;
display: inline-block;
float: none;
padding: 7px 19px 8px;
}
/*Faq*/
.church-faq-accordion {
float: left;
width: 100%;
}
.church-faq-accordion {
margin-bottom: 40px;
text-align: left;
}
.church-faq-accordion .panel {
border: none;
box-shadow: none;
box-shadow: 0 0px 10px rgba(0,0,0,0.1);
}
.church-faq-accordion .panel-default > .panel-heading {
background-color: transparent;
position: relative;
}
.church-faq-accordion.panel-group .panel-heading + .panel-collapse > .panel-body { border-top: none; }
.church-faq-accordion .panel-title > a {
position: relative;
font-size: 18px;
display: block;
padding: 14px 60px 16px 71px;
}
.church-faq-accordion .panel-default .collapsed { color: #242634; }
.church-faq-accordion .panel-body p {
margin: 0px;
font-size: 16px;
}
.church-faq-accordion .panel-heading { padding: 0px 0px 0px 0px; }
.church-faq-accordion.panel-group .panel + .panel { margin-top: 30px; }
.church-faq-accordion .panel-title > a:before,
.church-faq-accordion .panel-title > .collapsed:before {
content: "\f107";
position: absolute;
left: 30px;
top: 11px;
font-family: FontAwesome;
color: #2c424c;
font-size: 20px;
text-align: center;
padding-top: 2px;
}
.church-faq-accordion .panel-body {
padding: 2px 45px 17px 70px;
border: 1px solid;
border-top: none;
}
.church-faq-accordion .panel-title > a {
border: 1px solid;
border-bottom: none;
}
.church-faq-accordion .panel-title > .collapsed {
border: 1px solid #fff;
color: #2c424c;
}
/*Modern Gallery*/
.church-modern-gallery figure,.church-modern-gallery figure > a,.church-modern-gallery figure a img,
.church-modern-gallery-text {
float: left;
width: 100%;
}
.church-modern-gallery figure { margin: 0px 0px 22px;}
.church-modern-gallery figure > a { position: relative;}
.church-modern-gallery figure > a:before {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 20%;
opacity: 0;
}
.church-modern-gallery ul li:hover figure > a:before {
height: 100%;
opacity: 0.7;
}
.church-modern-gallery figure figcaption {
margin: 0px 0px -16px;
position: absolute;
width: 100%;
text-align: center;
left: 0px;
bottom: 0%;
opacity: 0;
}
.church-modern-gallery ul li:hover figure figcaption {
bottom: 50%;
opacity: 1;
}
.church-modern-gallery-text h5 {
font-weight: bold;
margin: 0px 0px 1px;
line-height: 1;
}
.church-modern-gallery-text time { color: #aaaaaa;}
/*Search Result*/
.church-search-result {
float: left;
width: 100%;
}
.church-search-result {
padding: 30px 30px 0px;
background-color: #fff;
margin: 0px 0px 40px;
}
.church-search-result-text {
display: inline-block;
width: 80%;
position: relative;
margin: 0px 0px 50px;
}
.church-search-result-text form,.church-search-result-text form input[type="text"],
.church-search-result-list,.church-search-result-list figure a,.church-search-result-list figure a img {
float: left;
width: 100%;
}
.church-search-result-text form {
position: relative;
margin: 0px 0px 30px;
}
.church-search-result-text form input[type="text"] {
background-color: #f3f3f3;
font-size: 12px;
color: #aaaaaa;
border-radius: 4px;
padding-left: 21px;
font-style: italic;
height: 39px;
}
.church-search-result-text form input[type="submit"] {
position: absolute;
right: 0px;
top: 0px;
font-weight: bold;
font-size: 14px;
color: #fff;
padding: 10px 44px 9px;
border: none;
border-radius: 0px 4px 4px 0px;
}
.church-search-result-text img {
display: inline-block;
margin: 0px 0px 43px;
}
.church-search-result-text h2 {
font-size: 18px;
margin: 0px 0px 17px;
font-weight: bold;
}
.church-search-result-text .church-blog-readmore {
background-color: transparent;
padding: 10px 20px 11px;
}
.church-search-result-text p {
margin: 0px 0px 24px;
display: inline-block;
width: 67%;
}
.church-search-result-text .church-blog-readmore:hover { color: #ffffff;}
.church-gallery-wrap {
float: left;
width: 100%;
background-color: #fff;
padding: 30px 30px;
margin: 0px 0px 40px;
}
.church-search-result-list > ul > li {
list-style: none;
margin: 0px 0px 30px;
}
.church-search-result-list figure {
float: left;
width: 291px;
margin: 0px;
}
.church-search-result-list figure ~ .church-upcoming-event-text {
margin: 20px 0px 0px 321px;
}
.church-search-result-list .church-upcoming-event-text h6 { font-size: 20px;}
.church-search-result-list .church-simple-readmore-btn { margin: 7px 0px 0px;}
.error-msg{background:#FED2D3;color:#732729;}
.error-msg i{color:#732729;}
.success-msg{background:#D4FECC;color:#5A974F;}
.success-msg i{color:#5A974F;}
.spam-error-msg{background:#FEFCCB;color:#8F9031;}
.spam-error-msg i{color:#8F9031;}
.error-msg,.success-msg,.spam-error-msg{float:left;padding:7px 20px;width:100%;font-style:normal;border-radius:4px;}
.error-msg i,.success-msg i,.spam-error-msg i{margin-right:8px;float:left;font-size:16px;margin-top: 6px;}
.output_message { float: left; width: 70%; padding-left: 20px; } | public/frontend/style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i');
/*
01. Theme Typo
02. Header
02.1 Top Strip
02.1.1 Top Info
02.1.2 Search
02.1 Logo
02.2 Navigation
02.2.1 SubMenu
02.2.1 MegaMenu
03. Content
03.1 Blog
03.1.2 Blog Grid
03.1.3 Blog Large
03.1.4 Blog Detail
03.3 Default Pages Style
03.3.1 404
03.3.2 Services
03.3.3 No Search Result
03.3.4 Contact Us
03.3.5 PricePlan
03.3.6 Faq
03.3.7 About Us
03.4 Projects
03.4.1 Project Grid
03.4.2 Project Medium
03.4.3 Project Modren
03.4.4 Artist Detail
03.5 Team
03.5.1 Team Grid
03.5.2 Team Detail
03.6 Shop
03.6.1 Shop Grid
03.6.2 Shop Detail
04. Sidebar Widget
04.1 Widget CATEGORY WIDGET
04.2 Widget Latest News
04.3 Widget Calendar Archive
04.4 Widget Text
04.5 Widget Recent Posts
04.7 Widget Intagram Photos
04.8 Popular Tags
04.9 User Links
05. Footer
05.1 Footer Widgets
05.2 CopyRight
*/
* {
margin: 0;
padding: 0;
}
body {
background-color: #f3f3f3;
color: #2c424c;
font-family: 'Arimo', sans-serif;
font-size: 15px;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
color: #2c424c;
font-family: 'Arimo', sans-serif;
font-style: normal;
line-height: 1.5;
margin: 0 0 8px;
}
h1 {
font-size: 26px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #2c424c;
}
p a {
color: #2c424c;
}
p {
line-height: 24px;
margin-bottom: 10px;
}
a {
color: #2c424c;
text-decoration: none;
}
a:hover, a:focus, a:active {
outline: none;
}
ul {
margin-bottom: 0;
}
figure {
margin-bottom: 6px;
position: relative;
}
img {
height: auto;
max-width: 100%;
}
strong {
color: #2c424c;
}
iframe {
border: none;
float: left;
width: 100%;
}
.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor {
}
.wp-caption.alignleft, .wp-caption.alignnone {
width: 100%;
}
select {
background-color: #f0eef0;
border: 1px solid #dfdfdf;
color: #2c424c;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 300;
height: 40px;
padding: 8px 12px;
width: 100%;
}
label {
color: #6c8391;
display: block;
font-weight: 400;
margin-bottom: 10px;
}
button {
border: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #f2f2f2;
border: none;
color: #aaa9a9;
display: inline-block;
font-size: 13px;
height: 30px;
line-height: 20px;
outline: none;
padding: 4px 6px;
vertical-align: middle;
box-shadow: none;
}
input[type="submit"] {
outline: none;
}
form p {
float: left;
position: relative;
}
form p span i {
color: #474747;
left: 16px;
position: absolute;
top: 13px;
}
option {
padding: 5px 15px;
}
li {
line-height: 28px;
list-style: inside none disc;
}
ul ul {
margin-left: 20px;
}
ol {
float: none;
list-style: outside none decimal;
padding-left: 15px;
}
ol ol {
margin-left: 20px;
}
ol li {
list-style: outside none decimal;
width: 100%;
}
table {
background-color: transparent;
max-width: 100%;
}
th {
text-align: left;
}
table {
margin-bottom: 15px;
width: 100%;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
border: 1px solid #dddddd;
line-height: 2.5;
padding-left: 3px;
text-align: center;
vertical-align: top;
}
table thead tr th {
border-top: 1px solid #dddddd;
text-align: center;
text-transform: capitalize;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
border-top: 1px solid #dddddd;
}
table > thead > tr > th {
border-bottom: 2px solid #dddddd;
vertical-align: bottom;
}
table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
border-bottom: 0 none;
}
table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
padding: 6px 10px;
}
p ins {
color: #999;
}
dl dd { margin-left: 20px; }
address { font-style: italic; }
.church-main-section {
float: left;
width: 100%;
position: relative;
}
.church-main-content { padding: 70px 0px 30px 0px; }
.church-right-section { float: right; }
.church-left-section { float: left; }
.church-main-wrapper,.church-main-content,
.church-main-header,#church-header {
float: left;
width: 100%;
}
.church-main-header {
background-color: #fff;
box-shadow: 0 -3px 0 6px rgba(255,255,255,0.3);
z-index: 999;
position: relative;
}
.church-navigation { float: right;}
/* Header */
.logo {
float: left;
width: 100%;
padding: 22px 0px 30px;
}
/* Navigation */
a.menu-link {
color: #2c424c;
display: none;
}
.menu-link span {
border-bottom: solid 3px #000;
border-top: double 10px #000;
float: right;
height: 17px;
margin: 0 5px 0px 0;
width: 30px;
}
.js .menu > ul ul.active {
margin: 0;
max-height: 55em;
padding: 0;
}
.menu.active {
max-height: 100em;
width: 100%;
}
span.has-subnav {
display: none;
font-size: 1em;
position: absolute;
right: 0;
padding: 0;
top: 0;
cursor: pointer;
width: 52px;
text-align: center;
height: 100%;
line-height: 2.7;
border-left: 1px solid #f5f5f5;
border-bottom: 1px solid #f5f5f5;
background-color: #f9f9f9;
font-size: 20px;
}
.navbar-nav > li {
margin: 0px 20px;
position: relative;
list-style: none;
}
.navbar-nav > li:first-child { margin-left: 0px;}
.navbar {
background: none;
border: none;
float: left;
margin-bottom: 0px;
min-height: auto;
}
.navbar .navbar-collapse { padding-left: 8px; }
.navbar-nav > li > a {
font-weight: bold;
float: left;
padding: 36px 0px;
position: relative;
}
.navbar-nav li:hover > .sub-menu {
opacity: 1;
visibility: visible;
}
.navbar-nav .sub-menu {
background: rgba(255,255,255,1);
left: 0;
margin: 5px 0px 0px 0px;
opacity: 0;
position: absolute;
top: 100%;
visibility: hidden;
width: 200px;
z-index: 999;
border-bottom: 2px solid #fff;
padding: 14px 0px 15px;
}
.navbar-nav .sub-menu .sub-menu {
left: 100%;
top: 0%;
margin-left: 4px;
margin-top: 0px;
}
.navbar-nav .sub-menu > li {
float: left;
list-style: none;
position: relative;
width: 100%;
padding: 0px 15px;
}
.navbar-nav .sub-menu li a {
float: left;
font-size: 14px;
padding: 6px 15px;
width: 100%;
position: relative;
}
.navbar-nav .sub-menu li > a i {
position: absolute;
right: 25px;
top: 13px;
font-size: 12px;
opacity: 0;
}
.navbar-nav .sub-menu li:hover > a i {
opacity: 1;
right: 15px;
}
/*user list*/
.church-btn {
float: left;
color: #fff;
font-size: 14px;
font-weight: bold;
border: 2px solid;
padding: 8px 26px 7px;
border-radius: 4px;
margin: 25px 0px 0px 46px;
}
.church-btn:hover { background-color: transparent;}
.church-user-list {
float: left;
margin: 39px 0px 0px 13px;
}
.church-user-list li {
float: left;
list-style: none;
position: relative;
}
.church-user-list li a {
float: left;
font-size: 14px;
}
.church-user-list li a { position: relative;}
/* Search Modal */
.searchmodal form {
float: left;
width: 100%;
position: relative;
}
.searchmodal .modal-dialog { margin: 300px auto;}
.searchmodal .modal-body {
display: inline-block;
width: 100%;
padding: 0px;
position: relative;
}
.searchmodal form input[type="text"] {
float: left;
width: 100%;
background-color: #ffffff;
color: #999;
font-size: 20px;
font-style: italic;
height: 60px;
padding: 6px 30px;
border-radius: 40px;
}
.searchmodal form input[type="submit"] {
position: absolute;
right: 5px;
top: 0px;
height: 60px;
width: 60px;
background-color: transparent;
border: none;
z-index: 2;
}
.searchmodal form i {
position: absolute;
right: 28px;
top: 20px;
color: #999;
font-size: 18px;
z-index: 0;
}
.church-close-btn {
position: absolute;
right: 40%;
top: -50px;
color: #999;
background-color: #ffffff;
width: 100px;
height: 50px;
border-radius: 100px 100px 0px 0px;
text-align: center;
font-size: 30px;
padding-top: 8px;
}
/*Banner*/
.church-banner .slick-dots {
bottom: 145px;
right: 0px;
left: 0px;
position: absolute;
z-index: 40;
width: 1170px;
text-align: left;
margin: 0 auto;
}
.church-banner .slick-list {
padding-bottom: 101px;
background-color: #f3f3f3;
}
.church-banner .slick-dots li button {
width: 36px;
height: 4px;
border: none;
background: rgba(255,255,255,0.4);
}
.church-banner .slick-dots li.slick-active button {
background: rgba(255,255,255,1);
}
.church-banner,.church-banner-text {
float: left;
width: 100%;
}
.church-banner { position: relative;}
.church-banner-transparent {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0.3;
background-color: #521c0b;
}
.church-banner-caption {
position: absolute;
left: 0px;
top: 232px;
width: 100%;
}
.church-banner-text h1 {
color: #fff;
font-size: 34px;
line-height: 45px;
margin: 0px 0px 10px;
}
.church-banner-text h1 a {
color: #ffffff;
border-bottom: 3px solid #fff;
}
.church-banner-text span {
font-size: 20px;
color: #fff;
display: inline-block;
padding: 32px 0px 0px;
position: relative;
}
.church-banner-text span i {
font-size: 19px;
position: absolute;
left: 50%;
top: 0px;
margin: 0px 0px 0px -7px;
}
.church-banner-description {
position: absolute;
right: 0px;
bottom: -41px;
background-color: #ffffff;
width: 36%;
text-align: center;
padding: 63px 70px 56px;
z-index: 1;
}
.church-banner-description:before {
content: '';
position: absolute;
left: -95px;
bottom: -61px;
width: 173px;
height: 148px;
border: 4px solid;
}
.church-banner-description img {
margin: 0px 0px 45px;
display: inline-block;
}
.church-banner-description h2 {
margin: 0px 0px 25px;
font-size: 26px;
line-height: 36px;
}
.church-banner-description h6 {
font-weight: bold;
font-style: italic;
margin: 0px 0px 36px;
}
.church-banner-description .church-btn {
float: none;
display: inline-block;
margin: 0px;
font-weight: 600;
padding: 8px 30px 7px;
}
/*church-content-padding*/
.church-content-padding { padding: 0px 0px;}
.church-callto-action {
float: left;
width: 100%;
border-bottom: 2px solid #e9e9e9;
padding: 28px 0px 31px;
margin: -99px 0px 100px;
}
.church-callto-action h4 {
float: left;
margin: 7px 31px 0px 0px;
font-weight: bold;
}
.church-callto-action time {
float: left;
font-weight: bold;
padding: 10px 24px 9px;
border-radius: 4px;
background-color: #2c424c;
color: #ffffff;
}
/*church-about-service*/
.church-service,.church-about-service figure,.church-about-service figure > a,
.church-about-service figure > a img {
float: left;
width: 100%;
}
.church-service > ul > li {
list-style: none;
margin: 0px 0px 30px;
}
.church-about-service { text-align: center;}
.church-about-service figure { margin: 0px 0px 30px;}
.church-about-service figure a { position: relative;}
.church-about-service figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0.3;
}
.church-about-service ul li:hover figure a:before { opacity: 0;}
.church-simple-btn {
display: inline-block;
margin: 0px;
font-size: 14px;
font-weight: bold;
border: 2px solid;
padding: 4px 31px 3px;
border-radius: 4px;
}
.church-about-service ul li:hover .church-simple-btn { color: #fff;}
/*church-author-thumb*/
.church-author-thumb,.church-author-text {
float: left;
width: 100%;
}
.church-author-thumb { margin: 0px;}
.church-author-text { padding: 85px 17px 0px 70px;}
.church-author-text h6 {
font-weight: bold;
margin: 0px 0px 5px;
font-size: 15px;
}
.church-author-text img {
display: inline-block;
margin: 0px 0px 28px;
}
.church-author-text p {
margin: 0px 0px 13px;
font-size: 16px;
line-height: 30px;
}
.church-author-text span {
display: block;
font-style: italic;
text-align: right;
font-weight: bold;
margin: 0px 0px 31px;
}
.church-author-text .church-btn {
padding: 8px 31px 7px;
margin: 0px;
}
/*church-countdown-text*/
.church-countdown-text {
float: left;
width: 100%;
}
.church-countdown-transparent {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
}
.church-countdown-text { text-align: center;}
.church-countdown-text h2 {
margin: 0px 0px 7px;
color: #ffffff;
font-weight: bold;
line-height: 1;
font-size: 55px;
}
.church-countdown-text time {
display: block;
font-size: 18px;
color: #ffffff;
margin: 0px 0px 32px;
}
.church-countdown {
display: inline-block;
margin: 0px 0px 29px;
}
.church-countdown .countdown-section {
display: inline-block;
margin: 0px 38px 20px;
color: #ffffff;
line-height: 1;
}
.church-countdown .countdown-amount {
font-size: 60px;
display: inline-block;
position: relative;
margin: 0px 0px 27px;
}
.church-countdown .countdown-amount:before {
content: ']';
position: absolute;
left: 50%;
bottom: -46px;
font-size: 66px;
}
.church-countdown .countdown-period {
display: block;
text-transform: uppercase;
font-weight: bold;
}
.church-countdown-text .church-btn {
float: none;
display: inline-block;
margin: 0px;
padding: 8px 39px 7px;
}
/*church-fancy-title*/
.church-fancy-title {
float: left;
width: 100%;
text-align: center;
margin: 0px 0px 54px;
}
.church-fancy-title h2 {
font-size: 30px;
margin: 0px 0px 15px;
line-height: 0.8;
font-weight: bold;
}
.church-fancy-title span { font-size: 16px;}
/*church-upcoming-events*/
.church-upcoming-events,.church-simple-heading {
float: left;
width: 100%;
}
.church-simple-heading {
border-bottom: 2px solid #eaeaea;
font-size: 20px;
font-weight: bold;
margin: 0px 0px 30px;
padding: 0px 0px 7px;
}
.church-simple-heading a {
float: right;
font-size: 14px;
margin: 6px 0px 0px;
}
/*church-upcoming-events*/
.church-upcoming-events figure a,.church-upcoming-events figure a img {
float: left;
width: 100%;
}
.church-upcoming-events ul li {
list-style: none;
margin: 0px 0px 33px;
}
.church-upcoming-events figure {
float: left;
width: 73px;
margin: 0px;
}
.church-upcoming-events figure a { position: relative;}
.church-upcoming-events figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
}
.church-upcoming-events ul li:hover figure a:before { opacity: 0.7;}
.church-upcoming-events figure ~ .church-upcoming-event-text { padding: 0px 0px 0px 100px;}
.church-upcoming-event-text h6 {
margin: -4px 0px 4px;
font-weight: bold;
}
.church-upcoming-event-text time {
display: block;
line-height: 1.5;
margin: 0px 0px 3px;
}
.church-upcoming-event-text time i {
float: left;
margin: 4px 7px 0px 0px;
font-size: 13px;
}
/*church-featured-sermons*/
.church-featured-sermons,.church-featured-option,.church-sermon-player {
float: left;
width: 100%;
}
.church-featured-sermons > ul > li {
list-style: none;
margin: 0px 0px 31px;
}
.church-featured-sermons figure {
float: left;
width: 73px;
margin: 0px;
}
.church-featured-sermons figure ~ .church-featured-sermon-text { padding-left: 100px;}
.church-featured-sermon-text h6 {
margin: -3px 0px 6px;
font-weight: bold;
}
.church-featured-option { margin: 0px;}
.church-featured-option li {
float: left;
margin: 0px 24px 6px 0px;
line-height: 1;
list-style: none;
font-size: 14px;
}
.church-featured-option li:last-child { margin-left: 0px;}
.church-featured-option li time i { margin: 0px 7px 0px 0px;}
/*church-meet-location*/
.church-meet-location {
width: 66.66666667%;
margin: 0px auto 84px;
text-align: center;
}
.church-meet-location h2 {
font-size: 30px;
margin: 0px 0px 49px;
font-weight: bold;
line-height: 35px;
}
.church-location-city .church-simple-btn {
width: 134px;
padding: 7px 0px 8px;
margin: 0px 9px 17px;
}
.church-location-city .church-simple-btn:hover { color: #fff;}
.church-location-city {
display: inline-block;
width: 80%;
}
.church-pray-timing {
float: left;
width: 100%;
background-color: #2c424c;
text-align: center;
padding: 30px 0px 20px;
}
.church-pray-timing .church-simple-btn {
width: 170px;
padding: 7px 0px 8px;
border-color: #fff;
color: #ffffff;
margin: 0px 18px 10px 0px;
}
.church-pray-timing .church-simple-btn:hover {
color: #2c424c;
background-color: #ffffff;
}
/*church-gallery*/
.church-gallery,.church-masonry-gallery figure,.church-masonry-gallery figure > a,.church-masonry-gallery figure a img,
.church-gallery-option {
float: left;
width: 100%;
}
.church-gallery > ul > li {
list-style: none;
margin: 0px 0px 30px;
}
.church-masonry-gallery figure { margin: 0px;}
.church-masonry-gallery figure > a { position: relative;}
.church-masonry-gallery figure > a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
}
.church-masonry-gallery ul li:hover figure > a:before { opacity: 0.7;}
.church-masonry-gallery figure figcaption {
margin: 0px 0px -16px;
position: absolute;
width: 100%;
text-align: center;
left: 0px;
bottom: 0%;
opacity: 0;
}
.church-masonry-gallery ul li:hover figure figcaption {
bottom: 50%;
opacity: 1;
}
.church-gallery-option { margin: 0px;}
.church-gallery-option li {
display: inline-block;
list-style: none;
margin: 0px 9px;
}
.church-gallery-option li a {
display: inline-block;
width: 46px;
position: relative;
text-align: center;
}
.church-gallery-option li a:before,
.church-gallery-option li a:after {
content: '[';
position: absolute;
left: -1px;
top: 0px;
color: #fff;
font-size: 30px;
}
.church-gallery-option li a:after {
content: ']';
left: auto;
right: -1px;
}
.church-gallery-option li a i {
font-size: 20px;
display: inline-block;
color: #ffffff;
padding-top: 7px;
}
/*church-testimonial*/
.church-testimonial-thumb { position: relative;}
.church-testimonial-text {
float: left;
width: 100%;
}
.church-testimonial-text p {
margin: 0px 0px 13px;
font-size: 22px;
font-style: italic;
line-height: 30px;
}
.church-testimonial {
margin: 0px auto 29px;
width: 70.333%;
border: 3px solid;
text-align: center;
padding: 60px 108px 70px;
border-bottom: none;
position: relative;
}
.church-testimonial:before {
content: '';
position: absolute;
left: 0px;
width: 43%;
height: 3px;
bottom: 0px;
}
.church-testimonial:after {
content: '';
position: absolute;
right: 0px;
width: 43%;
height: 3px;
bottom: 0px;
}
.church-testimonial-list {
margin: 0px 0px 20px;
display: inline-block;
width: 50%;
}
.church-testimonial-list .slick-list { padding: 0px !important;}
.church-testimonial-list-layer {
float: left;
cursor: pointer;
}
.church-testimonial-text a {
display: inline-block;
font-size: 18px;
font-weight: bold;
}
.church-testimonial .slick-arrow {
position: absolute;
left: 50%;
bottom: -93px;
font-size: 34px;
cursor: pointer;
z-index: 1;
margin: 0px 0px 0px 13px;
}
.church-testimonial .slick-arrow.slick-arrow-left { margin: 0px 0px 0px -29px;}
.church-testimonial-list-layer.slick-slide.slick-current.slick-active { padding: 10px 0px 0px;}
.church-testimonial-list-layer span { display: inline-block; position: relative;}
.church-testimonial-list-layer.slick-slide.slick-current.slick-active span:before { opacity: 0;}
.church-testimonial-list-layer span:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0.7;
background-color: #fff;
}
/*church-cause-strip*/
.church-cause-strip .church-btn {
float: none;
display: inline-block;
margin: 0px;
padding: 8px 34px 7px;
font-size: 15px;
}
.church-transparent-layer {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.7;
}
.church-cause-strip {
width: 83.33333333%;
margin: 0px auto;
text-align: center;
}
.church-cause-strip h2 {
color: #ffffff;
font-size: 55px;
margin: 0px 0px 9px;
font-weight: bold;
line-height: 1;
}
.church-cause-strip > span {
font-size: 18px;
display: inline-block;
color: #ffffff;
margin: 0px 0px 33px;
}
.skillst {
float: left;
width: 100%;
margin-bottom: 7px;
position: relative;
}
.bar-container {
width: 100%;
float: left;
position:relative;
border-radius: 30px;
}
.bar-container .bar {
height: 100%;
position: absolute;
left: 0px;
top: 0px;
border-radius: 30px 0px 0px 30px;
}
.bar-container .bar small { display: none;}
.skillst .count{
float: right;
font-size: 12px;
color:#272727;
margin: -27px 0px 0px 0px;
}
.church-causestrip-section {
float: left;
width: 100%;
margin: 0px 0px 22px;
}
.church-causestrip-section > span {
color: #fff;
font-size: 18px;
}
/* BlogGrid Slider */
.church-blog {
float: left;
width: 100%;
}
.church-bloggrid-slider { position: relative;}
.church-bloggrid-slider-layer figure,.church-bloggrid-slider-layer figure a,
.church-bloggrid-slider-layer figure img,.church-bloggrid-slidetext {
float: left;
width: 100%;
}
.church-bloggrid-slider .church-bloggrid-slider-layer {
padding: 0px 47px;
margin: 0px 0px 30px;
}
.church-bloggrid-slider { padding: 0px 100px; }
.church-bloggrid-slider-layer figure { margin-bottom: 47px; }
.church-bloggrid-slider-layer figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
}
.church-bloggrid-slider-layer:hover figure a:before { opacity: 0.70; }
.church-bloggrid-slider-layer figure figcaption {
position: absolute;
left: -30px;
bottom: -30px;
background-color: #f3f3f3;
border: 3px solid;
padding: 21px 23px 17px 22px;
width: 141px;
line-height: 1;
text-align: center;
}
.church-bloggrid-slider-layer figure figcaption span {
float: left;
font-size: 40px;
margin: -4px 0px 0px 0px;
}
.church-bloggrid-slider-layer figure figcaption small {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
padding-left: 7px;
}
.church-bloggrid-slidetext h5 {
font-weight: bold;
margin-bottom: 0px;
}
.church-blog-option {
display: inline-block;
width: 100%;
margin: 0px;
}
.church-blog-option li {
list-style: none;
float: left;
font-size: 15px;
margin: 0px 20px 6px 0px;
}
.church-blog-option li i {
font-size: 15px;
margin-right: 1px;
}
.church-blog-option li:last-child { margin-right: 0px;}
.church-bloggrid-slidetext p { margin-bottom: 28px;}
.church-blog-readmore {
display: inline-block;
padding: 11px 28px 10px;
line-height: 1;
color: #fff;
font-size: 14px;
font-weight: bold;
border-radius: 4px;
border: 2px solid;
}
.church-bloggrid-slider-layer:hover .church-blog-readmore { background-color: transparent; }
.church-bloggrid-slider .slick-arrow {
font-size: 25px;
top: 90px;
position: absolute;
right: 0px;
cursor: pointer;
}
.church-bloggrid-slider .slick-arrow.slick-arrow-left{ left: 0px; right: auto;}
.church-bloggrid-slider .slick-arrow i {
padding: 2px 5px 0px 4px;
display: inline-block;
position: relative;
top: -1px;
}
.church-bloggrid-slider .slick-arrow:before,.church-bloggrid-slider .slick-arrow:after {
content: '[';
display: inline-block;
font-size: 30px;
}
.church-bloggrid-slider .slick-arrow:after { content: ']'; }
/*church-footer*/
#church-footer,.church-footer-widget,.church-footer-heading,.widget_service_time ul,
.widget_service_time ul li {
float: left;
width: 100%;
}
#church-footer { position: relative;}
.church-footer-one .widget { margin: 0px 0px 40px;}
.church-footer-widget { margin: 0px 0px 35px;}
.church-footer-heading {
margin: 0px 0px 33px;
font-size: 20px;
color: #ffffff;
font-weight: bold;
line-height: 0.8;
}
.church-footer-one {
background-image: url("/extra-images/footer-back-img.jpg");
padding: 100px 0px 0px;
background-position: center;
}
.church-footer-transparent {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0.86;
background-color: #521c0b;
}
.widget_service_time ul li {
list-style: none;
border-bottom: 1px solid rgba(255,255,255,0.15);
color: #fff;
font-weight: bold;
font-size: 14px;
padding: 6px 0px 4px;
}
.widget_service_time ul li:first-child { padding-top: 0px;}
.widget_service_time ul li:last-child {
border-bottom: none;
padding-bottom: 0px;
}
.widget_service_time ul li time span { color: #ffded3;}
.widget_service_time ul { margin: 0px 0px 20px;}
.widget_service_note {
float: left;
width: 97%;
position: relative;
padding: 8px 6px;
border-left: 3px solid #6e8895;
border-right: 3px solid #6e8895;
}
.widget_service_note:before,.widget_service_note:after {
content: '';
position: absolute;
left: 0px;
top: 0px;
height: 3px;
width: 20px;
background-color: #6e8895;
}
.widget_service_note:after {
top: auto;
bottom: 0px;
}
.widget_service_note p {
display: inline-block;
background-color: #fff;
font-weight: bold;
font-size: 14px;
margin: 0px;
line-height: 22px;
padding: 18px 0px 19px 23px;
}
.widget_service_note p i {
float: left;
margin: 4px 10px 0px 0px;
font-size: 14px;
}
.widget_service_note span {
position: absolute;
right: 0px;
top: 0px;
height: 100%;
width: 20px;
}
.widget_service_note span:before,
.widget_service_note span:after {
content: '';
position: absolute;
right: 0px;
top: 0px;
height: 3px;
width: 20px;
background-color: #6e8895;
}
.widget_service_note span:after {
top: auto;
bottom: 0px;
}
/*widget_latest_sermons*/
.widget_latest_sermons { padding: 0px 15px 0px 19px;}
.widget_latest_sermons ul,.widget_latest_sermons ul li,
.widget_latest_sermons figure a,.widget_latest_sermons figure a img {
float: left;
width: 100%;
}
.widget_latest_sermons ul li {
list-style: none;
margin: 0px 0px 30px;
}
.widget_latest_sermons ul li:last-child { margin: 0px;}
.widget_latest_sermons figure {
float: left;
width: 73px;
margin: 0px;
}
.widget_latest_sermons figure a { position: relative;}
.widget_latest_sermons figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
}
.widget_latest_sermons ul li:hover figure a:before { opacity: 0.7;}
.widget_latest_sermons figure ~ .widget-sermon-text {
padding: 0px 0px 0px 92px;
line-height: 1;
}
.widget-sermon-text h6 {
margin: -3px 0px 7px;
font-weight: bold;
line-height: 1.3;
}
.widget-sermon-text h6 a { color: #fff;}
.widget-sermon-text span {
font-size: 14px;
color: #ffded3;
font-weight: bold;
}
/*widget_contact*/
.widget_contact form,.widget_contact form ul,.widget_contact ul li,
.widget_contact form input[type="text"],.widget_contact form input[type="email"],
.widget_contact form textarea {
float: left;
width: 100%;
}
.widget_contact ul li {
list-style: none;
margin: 0px 0px 9px;
}
.widget_contact form input[type="text"],
.widget_contact form input[type="email"],
.widget_contact form textarea {
border: 1px solid #ffded3;
height: 43px;
font-size: 13px;
font-weight: bold;
color: #fff;
padding-left: 16px;
background-color: transparent;
}
.widget_contact { padding: 0px 35px;}
.widget_contact form textarea {
height: 102px;
padding-top: 10px;
}
.widget_contact form input[type="submit"] {
color: #fff;
padding: 3px 44px;
border: 2px solid;
font-weight: bold;
font-size: 14px;
border-radius: 4px;
margin: 10px 0px 0px;
}
.widget_contact form input[type="submit"]:hover { background-color: transparent;}
.widget_contact p {
font-size: 14px;
color: #ffffff;
margin: 0px 0px 13px;
font-weight: bold;
}
/*widget_gallery*/
.widget_gallery figure,.widget_gallery figure a,.widget_gallery figure a img {
float: left;
width: 100%;
}
.widget_gallery figure { margin: 0px;}
.widget_gallery ul { margin: 0px 0px 0px -15px;}
.widget_gallery ul li {
float: left;
width: 50%;
list-style: none;
padding: 0px 0px 0px 15px;
margin: 0px 0px 15px;
}
/*church-copyright*/
.church-copyright {
float: left;
width: 100%;
border-top: 1px solid rgba(255,255,255,0.2);
text-align: center;
padding: 28px 0px 29px;
}
.church-copyright p {
color: #ffffff;
font-size: 13px;
margin: 0px;
font-weight: bold;
}
.church-copyright p a { color: #fff;}
/*church-subheader*/
.church-subheader,.church-subheader-text,.church-breadcrumb {
float: left;
width: 100%
}
.church-subheader-text {
background-image: url("/extra-images/subheadr-img.jpg");
background-position: center;
padding: 55px 0px 60px;
position: relative;
}
.church-subheader-text:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 3px;
background-color: #ffffff;
}
.church-subheader-transparent {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background: rgba(82,28,11,0.8);
}
.church-subheader-text h1 {
margin: 0px 0px 4px;
font-size: 45px;
color: #fff;
}
.church-subheader-text p {
font-size: 16px;
margin: 0px;
color: #fff;
width: 32%;
display: inline-block;
line-height: 28px;
}
.church-breadcrumb {
background-color: #2c424c;
padding: 10px 0px 11px;
}
.church-breadcrumb ul { float: right;}
.church-breadcrumb ul li {
float: left;
margin: 0px;
color: #fff;
font-size: 14px;
list-style: none;
padding: 0px 16px;
position: relative;
}
.church-breadcrumb ul li:before {
content: "\e96c";
position: absolute;
right: -5px;
top: 1px;
color: #fff;
font-size: 10px;
font-family: icomoon;
}
.church-breadcrumb ul li a { color: #fff;}
.church-breadcrumb ul li.active { font-weight: bold;}
.church-breadcrumb ul li:last-child { padding-right: 0px;}
.church-breadcrumb ul li:last-child:before { content: none;}
/*Blog Detail*/
.church-blog-thumb,.church-blog-detail,.church-blog-heading,.church-rich-editor,blockquote,
blockquote span,.church-blog-author,.church-blog-author figure img {
float: left;
width: 100%;
}
.church-rich-editor { margin: 0px 0px 6px;}
.church-blog-detail {
padding: 30px 30px 0px;
background-color: #fff;
margin: 0px 0px 40px;
}
.church-blog-thumb { margin: 0px 0px 41px;}
.church-time-date {
position: absolute;
left: 20px;
bottom: -20px;
background-color: #fff;
border: 3px solid;
padding: 21px 23px 17px 22px;
width: 141px;
line-height: 1;
text-align: center;
}
.church-time-date span {
float: left;
font-size: 40px;
margin: -4px 0px 0px 0px;
}
.church-time-date small {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
padding-left: 4px;
}
.church-blog-heading { margin: 0px 0px 13px;}
.church-blog-heading h2 {
font-size: 22px;
font-weight: bold;
margin: 0px 0px 4px;
}
.church-rich-editor > p { margin: 0px 0px 28px;}
.church-rich-editor > h5 {
margin: -3px 0px 18px;
font-weight: bold;
}
blockquote {
border-left: none;
padding: 1px 0px 0px 17px;
text-align: center;
font-size: 18px;
font-style: italic;
line-height: 30px;
position: relative;
margin: 4px 0px 35px;
}
blockquote:before {
content: "\e975";
font-family: icomoon;
position: absolute;
left: 0px;
top: -6px;
font-size: 60px;
font-style: normal;
}
blockquote span {
background-color: #f3f3f3;
padding: 18px 80px 28px;
box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
blockquote span a {
display: inline-block;
margin: 20px 0px 0px;
font-size: 16px;
font-weight: bold;
font-style: normal;
}
.church-blog-author figure {
float: left;
width: 80px;
margin: 0px;
border-radius: 100%;
overflow: hidden;
}
.church-blog-author figure ~ .church-blog-author-text {
padding: 0px 0px 0px 111px;
line-height: 1;
}
.church-author-social {
float: right;
margin: -10px 0px 0px;
}
.church-author-social li {
float: left;
margin: 0px 0px 0px 10px;
list-style: none;
font-size: 20px;
}
.church-blog-author {
background-color: #f3f3f3;
margin: 5px 0px 34px;
padding: 30px 30px 23px;
}
.church-blog-author-text h6 {
font-weight: bold;
display: inline-block;
margin: -5px 0px 1px;
}
.church-blog-author-text span {
font-size: 12px;
margin: 0px 0px 12px;
display: block;
}
.church-blog-author-text p { margin: 0px;}
/*church-post-tags*/
.church-post-tags {
float: left;
width: 100%;
margin: 0px 0px 11px;
}
.church-social-tag {
float: left;
margin: 0px 0px 20px;
}
.church-blog-social {
float: right;
margin: 0px 0px 20px;
}
.church-social-tag a {
font-size: 14px;
float: left;
font-weight: bold;
border: 2px solid;
padding: 6px 19px 5px;
margin: 0px 27px 10px 0px;
border-radius: 4px;
}
.church-social-tag a:hover { color: #ffffff;}
.church-social-tag a:last-child { margin-right: 0px;}
.church-blog-social ul { float: right;}
.church-blog-social ul li {
float: left;
list-style: none;
}
.church-blog-social ul li {
float: left;
margin: 0px 0px 10px 10px;
list-style: none;
}
.church-blog-social ul li a {
float: left;
width: 35px;
text-align: center;
height: 35px;
border-radius: 3px;
color: #ffffff;
padding: 11px 0px 0px;
background-color: #2c424c;
}
/*church-prenxt-post*/
.church-prenxt-post,.church-prev-post,.church-next-post {
float: left;
width: 100%;
}
.church-prenxt-post { margin: 0px 0px 13px;}
.church-prenxt-post ul { margin: 0px -15px;}
.church-prenxt-post ul li {
float: left;
width: 50%;
padding: 0px 15px;
margin: 0px 0px 30px;
list-style: none;
}
.church-prenxt-post h6 {
margin: 0px 0px 3px;
line-height: 1.9;
font-weight: bold;
}
.church-next-post { text-align: right;}
.church-prev-post > a,.church-next-post > a {
font-size: 14px;
font-style: italic;
font-weight: bold;
}
.church-prev-post > a i,
.church-next-post > a i {
float: left;
margin: 5px 15px 0px 0px;
font-size: 18px;
font-weight: 400;
}
.church-next-post > a i {
margin: 5px 0px 0px 15px;
float: right;
}
/*church-section-heading*/
.church-section-heading {
float: left;
width: 100%;
font-weight: bold;
line-height: 0.8;
font-size: 20px;
margin: 0px 0px 33px;
}
/*Realted Blog*/
.church-blog > ul > li {
list-style: none;
margin: 0px -4px 30px 0px;
float: none;
display: inline-block;
vertical-align: top;
}
.church-related-blog figure,.church-related-blog figure a,.church-related-blog figure a img {
float: left;
width: 100%;
}
.church-related-blog figure {
margin: 0px;
padding: 0px 20px 0px 0px;
}
.church-related-blog figure a { position: relative;}
.church-related-blog figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: #521c0b;
opacity: 0;
}
.church-related-blog ul li:hover figure a:before { opacity: 0.3;}
.church-related-blog-text {
float: right;
width: 78%;
border: 3px solid;
padding: 23px 30px 21px;
background-color: #fff;
margin: -122px 0 0;
position: relative;
}
.church-related-blog-text .church-blog-option li {
font-size: 12px;
margin-bottom: 0px;
}
.church-related-blog-text h5 {
margin: 0px 0px 4px;
font-weight: bold;
}
.church-simple-readmore-btn {
float: left;
font-weight: bold;
}
.church-simple-readmore-btn i {
float: right;
margin: 8px 0px 0px 15px;
font-size: 13px;
}
.church-related-blog { margin: 0px 0px 20px;}
/*comment area*/
.comments-area,.comment-list,.comment-list li,.comment-list li figure a img,.comment-list > ul > li,.comment-list .thumblist,
.comment-list li img,.thumb-list {
float: left;
width: 100%;
}
.thumb-list { margin-bottom: 30px;}
.comment-list .children {
margin: 0px;
padding: 0px 0px 0px 130px;
}
.comment-list > ul > li {
margin: 0px 0px 0px 0px;
list-style: none;
}
.comment-list .thumblist > ul {margin: 0px;}
.comment-list li {list-style: none;}
.comment-list li figure {
float: left;
margin: 0px;
width: 80px;
text-align: center;
}
.comment-list li figure img { border-radius: 100%;}
.comment-list > li .thumb-list {
padding: 30px 35px 28px 30px;
background-color: #f3f3f3;
}
.comment-list figure ~ .text-holder {
margin-left: 80px;
position: relative;
padding: 0px 0px 0px 16px;
line-height: 1;
}
.text-holder p {
margin-bottom: 17px;
display: block;
}
.text-holder h6 {
line-height: 1.1;
margin: -2px 0px 5px;
letter-spacing: 0.7px;
font-weight: 600;
}
.text-holder .post-date {
display: inline-block;
font-size: 12px;
line-height: 1;
color: #8b9599;
margin: 0px 0px 12px 0px;
}
.comment-reply-link {
float: left;
padding: 0;
font-size: 14px;
font-weight: bold;
position: relative;
margin: 0px 20px 0px 0px;
color: #8b9599;
}
.comment-reply-link:after {
content: "";
position: absolute;
right: -11px;
bottom: 2px;
width: 2px;
height: 2px;
background-color: #8b9599;
}
.comment-reply-link:last-child:after { content: none;}
.comment-list { margin: 0px 0px 20px;}
/* form*/
.comment-respond,.church-full-form textarea,.comment-respond form p input[type="text"],
.comment-respond form p input[type="email"] {
float: left;
width: 100%;
}
.comment-respond > p {
margin: -16px 0px 23px;
float: left;
}
.comments-area { margin-top: 0px;}
.comment-respond { margin: 0px 0px 0px;}
.comment-respond form { margin: 0px -15px;}
.comment-respond form p {
list-style-type: none;
margin-bottom: 30px;
padding: 0 15px 0;
width: 50%;
}
.comment-respond form p input[type="text"],
.comment-respond form p input[type="email"] {
background-color: #f3f3f3;
color: #8b9599;
font-size: 12px;
height: 40px;
margin: 0;
padding-left: 15px;
}
.comment-respond form > .church-full-form { width: 100%;}
.church-full-form textarea {
height: 150px;
color: #3C464A;
font-size: 12px;
padding-left: 15px;
padding-top: 10px;
background-color: #f3f3f3;
}
.comment-respond form p input[type="submit"] {
display: inline-block;
border: 2px solid;
padding: 6px 24px 5px;
border-radius: 4px;
color: #ffffff;
font-size: 14px;
font-weight: bold;
}
.comment-respond form p input[type="submit"]:hover { background-color: transparent;}
.comment-respond form p label {
margin: 0px 0px 15px;
float: left;
font-weight: bold;
line-height: 0.8;
}
/*Sidebar*/
.church-main-content .widget { margin: 0px 0px 50px;}
.church-main-content .widget ul li { list-style: none;}
.church-main-content .widget,.widget_search form,.widget_search form input[type="text"] {
float: left;
width: 100%;
}
.church-main-content .widget {
background-color: #ffffff;
padding: 30px;
}
.church-main-content .widget.widget_search {
padding: 0px;
}
.widget_search form { position: relative;}
.widget_search form input[type="text"] {
background-color: transparent;
color: #8b9599;
padding-left: 15px;
height: 45px;
}
.widget_search form label {
position: absolute;
right: 0px;
bottom: 0px;
margin: 0px;
}
.widget_search form label:before {
content: "\e957";
font-family: icomoon;
position: absolute;
right: 16px;
bottom: 12px;
font-size: 15px;
cursor: pointer;
color: #fff;
}
.widget_search form label input[type="submit"] {
width: 50px;
height: 45px;
display: inline-block;
border: none;
}
/*church-widget-heading*/
.church-widget-heading {
float: left;
width: 100%;
font-weight: bold;
line-height: 0.8;
font-size: 18px;
margin: 0px 0px 33px;
}
/*widget_cetagories*/
.widget_cetagories ul,.widget_cetagories ul li,
.widget_cetagories ul li a {
float: left;
width: 100%;
}
.widget_cetagories ul li {
list-style: none;
margin: 0px 0px 26px;
line-height: 1;
}
.widget_cetagories ul li:hover { padding: 0px 0px 0px 10px;}
.widget_cetagories ul li:last-child { margin: 0px;}
.widget_cetagories ul li a {
position: relative;
padding: 0px 0px 0px 30px;
}
.widget_cetagories ul li a:before {
content: "\e96c";
font-family: icomoon;
position: absolute;
left: 0px;
top: 0px;
font-size: 13px;
}
/*Popular News*/
.widget_popular_news ul,.widget_popular_news ul li,.widget_popular_news figure a,
.widget_popular_news figure a img {
float: left;
width: 100%;
}
.widget_popular_news figure {
overflow: hidden;
float: left;
width: 50px;
border-radius: 100%;
}
.widget_popular_news figure a { position: relative;}
.widget_popular_news figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: #521c0b;
opacity: 0;
}
.widget_popular_news ul li:hover figure a:before { opacity: 0.5;}
.widget_popular_news figure ~ .widget-popular-news-text { padding: 0px 0px 0px 65px;}
.widget-popular-news-text h6 {
margin: -4px 0px 7px;
font-weight: bold;
font-size: 15px;
line-height: 20px;
}
.widget-popular-news-text time {
font-size: 12px;
color: #8b9599;
}
.widget-popular-news-text time i {
font-size: 14px;
float: left;
margin: 0px 10px 0px 0px;
}
.widget_popular_news ul li {
line-height: 1;
margin: 0px 0px 30px;
}
.widget_popular_news ul li:last-child { margin: 0px;}
/*Upcoming Events*/
.widget_upcoming_event ul,.widget_upcoming_event ul li {
float: left;
width: 100%;
}
.widget_upcoming_event ul li {
margin: 0px 0px 30px;
line-height: 1;
}
.widget_upcoming_event ul li:last-child { margin: 0px;}
.widget_upcoming_event time {
float: left;
width: 60px;
height: 60px;
font-size: 28px;
text-align: center;
line-height: 16px;
border: 2px solid;
padding: 10px 0px 0px;
}
.widget_upcoming_event time span { font-size: 14px;}
.widget_upcoming_event ul li:hover time { color: #fff;}
.widget_upcoming_event time ~ section { padding: 0px 0px 0px 75px;}
.widget_upcoming_event h6 {
margin: -1px 0px 3px;
font-size: 15px;
letter-spacing: -0.4px;
font-weight: bold;
line-height: 20px;
}
.widget_upcoming_event ul li section > a {
font-size: 12px;
color: #8b9599;
}
/*widget_calendar*/
.widget.widget_calendar { padding-bottom: 20px;}
.widget_calendar table { margin: 0px;}
.widget_calendar caption {
text-align: center;
color: #fff;
background-color: #2c424c;
border-radius: 5px;
padding: 7px 20px 6px;
text-transform: uppercase;
font-size: 12px;
margin: 0px 0px 9px;
}
.widget_calendar thead > tr > th {
border: none;
color: #fff;
font-size: 12px;
}
.widget_calendar tbody > tr > td {
padding: 4px 0px;
border: none;
font-size: 12px;
line-height: 20px;
}
.widget_calendar tbody > tr > td.active {
color: #fff;
border-radius: 5px;
}
/*Gallery*/
.church-main-content .widget.widget_gallery { padding-bottom: 20px;}
.church-main-content .widget_gallery ul { margin: 0px -5px;}
.church-main-content .widget_gallery ul li {
width: 33.333%;
margin: 0px 0px 10px;
padding: 0px 5px;
}
.church-main-content .widget_gallery figure {
overflow: hidden;
border-radius: 5px;
}
.church-main-content .widget_gallery figure a { position: relative;}
.church-main-content .widget_gallery figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 20%;
height: 100%;
opacity: 0;
}
.widget_gallery ul li:hover figure a:before {
width: 100%;
opacity: 0.7;
}
.church-main-content .widget_gallery figure a i {
position: absolute;
left: 10%;
color: #fff;
top: 50%;
font-size: 18px;
margin: -10px 0px 0px -4px;
opacity: 0;
}
.widget_gallery ul li:hover figure a i {
opacity: 1;
left: 50%;
}
/*Blog Grid*/
.church-blog-grid-wrap,.church-blog-grid figure,.church-blog-grid figure a,.church-blog-grid figure a img {
float: left;
width: 100%;
}
.church-blog-grid-wrap {
padding: 30px;
background-color: #ffffff;
}
.church-blog-grid figure a {
position: relative;
overflow: hidden;
}
.church-blog-grid figure a:before {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 20%;
opacity: 0;
}
.church-blog-grid ul li:hover figure a:before {
height: 100%;
opacity: 0.7;
}
.church-blog-grid figure a i {
position: absolute;
left: 50%;
top: 10%;
color: #ffffff;
width: 45px;
height: 45px;
text-align: center;
font-size: 20px;
border: 1px solid #ffffff;
padding-top: 12px;
margin: -23px 0px 0px -23px;
opacity: 0;
}
.church-blog-grid ul li:hover figure a i {
opacity: 1;
top: 50%;
}
.church-blog ul li:hover .church-blog-readmore { background-color: transparent; }
.church-blog-grid figure { margin: 0px 0px 47px;}
.church-bloggrid-slidetext h2 {
margin: 0px;
font-size: 18px;
font-weight: bold;
}
.church-blog-grid .church-blog-option li { margin-bottom: 3px;}
.church-blog-grid .church-time-date {
bottom: -30px;
left: 30px;
}
/*pagination*/
.church-pagination,.church-pagination > ul {
float: left;
width: 100%;
}
.church-pagination {
margin: 20px 0 40px;
text-align: center;
}
.church-pagination > ul > li {
display: inline-block;
list-style: none;
margin: 0 11px 0 0;
vertical-align: middle;
}
.church-pagination > ul > li > .previous span i { display: inline-block;}
.church-pagination > ul > li > .previous,
.church-pagination > ul > li > .next {
line-height: 1;
font-size: 25px;
padding: 4px 0px 0px;
border-radius: 4px;
width: 45px;
border: none;
}
.church-pagination > ul > li > a,.church-pagination > ul > li > span {
color: #fff;
font-size: 14px;
float: left;
height: 35px;
line-height: 2.5;
padding: 0px 0px 0px;
width: 35px;
border-radius: 4px;
background-color: #2c424c;
}
/*pagination*/
.church-blog-large-wrap,.church-blog-large figure,.church-blog-large figure a,.church-blog-large figure a img,
.church-blog-large-text {
float: left;
width: 100%;
}
.church-blog-large-wrap {
padding: 30px;
background-color: #ffffff;
}
.church-blog-large figure a {
position: relative;
overflow: hidden;
}
.church-blog-large figure a:after {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0.3;
background-color: #521c0b;
}
.church-blog-large figure a:before {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0;
}
.church-blog-large ul li:hover figure a:before { opacity: 0.7;}
.church-blog-large figure a i {
position: absolute;
left: 50%;
top: 50%;
color: #ffffff;
width: 60px;
height: 60px;
text-align: center;
font-size: 25px;
border: 1px solid #ffffff;
padding-top: 17px;
margin: -30px 0px 0px -30px;
opacity: 0;
z-index: 1;
}
.church-blog-large ul li:hover figure a i { opacity: 1;}
.church-blog ul li:hover .church-blog-readmore { background-color: transparent; }
.church-blog-large figure { margin: 0px 0px 41px;}
.church-blog-large-text h2 {
font-size: 22px;
margin: 0px 0px 4px;
font-weight: bold;
}
.church-blog-large-text p { margin: 0px 0px 24px;}
/*church-cause-detail*/
.church-cause-detail,.church-cause-thumb,.church-cause-heading,.church-cause-option,
.church-cause-skillst {
float: left;
width: 100%;
}
.church-cause-detail {
background-color: #fff;
padding: 30px 30px 0px;
margin: 0px 0px 40px;
}
.church-cause-thumb { margin: 0px 0px 22px;}
.church-cause-thumb figcaption {
width: 267px;
position: absolute;
right: 0px;
top: 0px;
height: 100%;
text-align: center;
padding: 98px 25px 0px;
}
.church-cause-thumb figcaption p {
margin: 0px 0px 16px;
font-size: 20px;
font-style: italic;
color: #fff;
line-height: 30px;
}
.church-cause-thumb figcaption a {
color: #ffffff;
font-size: 20px;
font-weight: bold;
}
.church-cause-heading { margin: 0px 0px 16px;}
.church-cause-heading h2 {
margin: 0px 0px 7px;
font-size: 22px;
font-weight: bold;
}
.church-cause-option { margin: 0px;}
.church-cause-option li {
list-style: none;
float: left;
margin: 0px 13px 5px 0px;
}
.church-cause-option li:last-child { margin-right: 0px;}
.church-cause-option li strong { float: left;}
.church-cause-option li time,
.church-cause-option li a {
float: left;
margin: 0px 0px 0px 6px;
}
.church-cause-skillst .bar-container .bar small {
display: block;
position: absolute;
right: 0px;
top: -13px;
width: 54px;
height: 36px;
text-align: center;
background-color: #ffffff;
font-size: 14px;
font-weight: bold;
border: 2px solid;
padding: 6px 0px 0px;
}
.church-cause-skillst {
background-color: #f3f3f3;
padding: 6px 30px 17px;
margin: 0px 0px 24px;
}
.church-cause-skillst .bar-container {
background-color: #2c424c !important;
height: 10px !important;
}
.cause-skillst > span {
font-size: 14px;
float: left;
font-weight: bold;
}
.cause-skillst > span.right { float: right;}
.church-cause-skillst .church-blog-readmore {
float: right;
margin: 11px 0px 0px;
}
.church-cause-skillst .church-blog-readmore:hover { background-color: transparent;}
.church-cause-skillst .cause-skillst {
float: left;
width: 77%;
}
/*church-classic-gallery*/
.church-gallery,.church-cause-gallery {
float: left;
width: 100%;
}
.church-cause-gallery { margin: 0px 0px 48px;}
.church-images-thumb {
width: 67%;
float: left;
position: relative;
}
.church-images-thumb .slick-arrow {
position: absolute;
right: -1px;
top: 50%;
width: 25px;
height: 30px;
background: rgba(95,124,138,0.8);
color: #fff;
text-align: center;
padding: 4px 0px 0px;
z-index: 1;
cursor: pointer;
margin: -16px 0px 0px;
}
.church-images-thumb .slick-arrow.slick-arrow-left {
right: auto;
left: 0px;
}
.church-images-list {
width: 247px;
float: right;
}
.church-images-list-layer {
float: right;
width: 50% !important;
margin: 0px 0px 6px;
padding: 0px 0px 0px 6px;
}
.church-images-list-layer span img {
float: left;
width: 100%;
}
.church-images-list-layer span {
float: right;
width: 100%;
border: 2px solid #ffffff;
position: relative;
cursor: pointer;
}
.church-images-list-layer span:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: #ffffff;
opacity: 0;
}
.church-images-list-layer.slick-slide.slick-current.slick-active span {
border: 2px solid;
cursor: default;
}
.church-images-list-layer.slick-slide.slick-current.slick-active span:before { opacity: 0.3;}
.church-cause-gallery .slick-list { height: 324px !important;}
/*church-grid-skillst*/
.church-grid-skillst {
float: left;
width: 100%;
margin: 0px 0px 14px;
position: relative;
z-index: 1;
}
.church-grid-skillst p { margin: 0px;}
.church-grid-skillst .bar-container .bar small {
display: block;
position: absolute;
right: 0px;
top: -7px;
width: 30px;
height: 20px;
text-align: center;
background-color: #ffffff;
font-size: 9px;
font-weight: bold;
border: 2px solid;
padding: 3px 0px 0px;
line-height: 1;
}
.church-grid-skillst .bar-container {
background-color: #2c424c !important;
height: 5px !important;
border-radius: 0px;
}
/*church-cause*/
.church-grid-skillst .bar-container .bar { border-radius: 0px;}
.church-cause,.church-related-cause figure,.church-related-cause figure a,
.church-related-cause figure a img,.church-related-cause-text {
float: left;
width: 100%;
}
.church-related-cause figure > span {
position: absolute;
left: 15px;
top: 15px;
color: #ffffff;
border-radius: 4px;
font-size: 12px;
padding: 1px 14px 0px;
font-weight: bold;
line-height: 2;
}
.church-related-cause { margin: 0px 0px 11px;}
.church-cause > ul > li {
float: none;
display: inline-block;
margin: 0px -4px 30px 0px;
vertical-align: top;
list-style: none;
}
.church-related-cause figure { margin: 0px;}
.church-related-cause-text h4 {
margin: 0px 0px 11px;
font-weight: bold;
letter-spacing: -0.1px;
}
.church-donate-btn {
float: left;
font-weight: bold;
}
.church-donate-btn i {
float: right;
margin: 8px 0px 0px 10px;
font-size: 13px;
}
.church-cause-author { margin: 0px 0px 50px;}
/*Cauce Grid*/
.church-cause-grid figure,.church-cause-grid figure a,.church-cause-grid figure a img,
.church-cause-grid-text,.church-cause-grid-wrap {
float: left;
width: 100%;
}
.church-cause-grid .bar-container .bar small {
font-size: 12px;
height: 25px;
width: 40px;
padding: 5px 0px 0px;
top: -9px;
}
.church-cause-grid .bar-container { height: 6px !important;}
.church-cause-grid figure { margin: 0px;}
.church-cause-grid figure a {
position: relative;
overflow: hidden;
}
.church-cause-grid figure a > span {
position: absolute;
left: 50%;
top: 0%;
background-color: #ffffff;
z-index: 2;
font-size: 14px;
font-weight: bold;
padding: 4px 26px 3px;
border-radius: 4px;
margin: -17px 0px 0px -60px;
opacity: 0;
}
.church-cause-grid ul li:hover figure a > span {
top: 50%;
opacity: 1;
}
.church-cause-grid figure:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
background-color: #521c0b;
width: 100%;
height: 100%;
opacity: 0.3;
z-index: 1;
}
.church-cause-grid ul li:hover figure:before { opacity: 0;}
.church-cause-grid figure a:before {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 0%;
opacity: 0;
z-index: 1;
}
.church-cause-grid ul li:hover figure a:before {
height: 100%;
opacity: 0.7;
}
.church-cause-grid-wrap { background-color: #fff;}
.church-cause-grid-text { padding: 0px 17px 30px 30px;}
.church-cause-grid-text h2 {
font-size: 18px;
font-weight: bold;
margin: 0px;
}
.church-cause-grid-text span {
margin: 0px 8px 10px 0px;
display: inline-block;
}
.church-cause-grid-text p { margin: 0px 0px 23px;}
.church-cause ul li:hover .church-blog-readmore { background-color: transparent; }
/*Cause List*/
.church-cause-list figure a,.church-cause-list-wrap,church-cause-list figure a img {
float: left;
width: 100%;
}
.church-cause-list figure {
float: left;
width: 364px;
margin: 0px;
}
.church-cause-list figure a > span {
position: absolute;
left: 50%;
top: 0%;
background-color: #ffffff;
z-index: 2;
font-size: 14px;
font-weight: bold;
padding: 4px 26px 3px;
border-radius: 4px;
margin: -17px 0px 0px -60px;
opacity: 0;
}
.church-cause-list ul li:hover figure a > span {
top: 50%;
opacity: 1;
}
.church-cause-list figure:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
background-color: #521c0b;
width: 100%;
height: 100%;
opacity: 0.3;
z-index: 1;
}
.church-cause-list ul li:hover figure:before { opacity: 0;}
.church-cause-list figure a:before {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0;
z-index: 1;
}
.church-cause-list ul li:hover figure a:before { opacity: 0.7;}
.church-cause-list-wrap { background-color: #fff;}
.church-cause-list figure ~ .church-cause-list-text {
margin: 0px 0px 0px 364px;
padding: 23px 30px 30px 24px;
}
.church-cause-list-text h2 {
font-size: 18px;
margin: 0px 0px 10px;
font-weight: bold;
}
.church-cause-list-text > span {
display: inline-block;
margin: 0px 9px 15px 0px;
}
.church-cause-list-text p { margin: 0px 0px 23px;}
.church-cause-list .church-grid-skillst {
margin: 20px 0px 13px;
padding: 0px 30px;
}
.church-cause-list .bar-container {
height: 6px !important;
border-radius: 3px;
}
.church-cause-list .bar-container .bar { border-radius: 3px;}
.church-cause-list .bar-container .bar small {
width: 50px;
height: 28px;
font-size: 14px;
padding: 5px 0px 0px;
top: -11px;
}
/*church-event-detail*/
.church-event-detail,.church-event-option,.church-event-heading,.church-event-thumb {
float: left;
width: 100%;
}
.church-event-thumb { margin: 0px 0px 21px;}
.church-event-detail {
background-color: #fff;
padding: 30px 30px 0px;
margin: 0px 0px 40px;
}
.church-event-option {
padding: 20px 30px;
background-color: #f3f3f3;
margin: 0px 0px 34px;
}
.church-event-option .church-cause-option li { font-size: 14px;}
.church-event-option .church-cause-option {
width: 80%;
margin: 4px 0px 0px;
}
.church-event-option .church-blog-readmore { float: right;}
.church-event-option .church-blog-readmore:hover { background-color: transparent;}
.church-event-heading h2 {
margin: 0px 0px 21px;
font-size: 22px;
font-weight: bold;
}
/*church-event*/
.church-event,.church-event-speaker figure,.church-event-speaker figure > a,.church-event-map,
.church-event-speaker figure > a img {
float: left;
width: 100%;
}
.church-event > ul > li {
list-style: none;
float: none;
display: inline-block;
margin: 0px -4px 30px 0px;
vertical-align: top;
}
.church-event-speaker figure {
margin: 0px;
overflow: hidden;
}
.church-event-speaker figure > a { position: relative;}
.church-event-speaker figure > a:before {
content: '';
position: absolute;
left: -100%;
top: 0px;
width: 100%;
height: 100%;
opacity: 0.8;
}
.church-event-speaker ul li:hover figure > a:before { left: 0px;}
.church-event-speaker figure figcaption {
text-align: center;
position: absolute;
left: -100%;
top: 50%;
color: #fff;
line-height: 1;
padding: 0px 15px;
margin: -81px 0px 0px;
opacity: 0;
width: 100%;
}
.church-event-speaker ul li:hover figure figcaption {
left: 0px;
opacity: 1;
}
.church-event-speaker figure figcaption h4 {
font-weight: bold;
margin: 0px;
}
.church-event-speaker figure figcaption h4 a { color: #ffffff;}
.church-event-speaker figure figcaption span {
font-size: 12px;
display: inline-block;
font-weight: bold;
margin: 0px 0px 17px;
}
.church-event-map { margin: 0px 0px 41px;}
.church-event-map #map {
width: 100%;
height: 350px;
}
.church-event-detail .church-prenxt-post ul li { margin: 0px 0px 10px;}
/*church-countdown*/
.church-event-thumb figcaption {
position: absolute;
right: 0px;
top: 0px;
height: 100%;
width: 194px;
background: rgba(254,86,33,0.9);
text-align: center;
padding: 0px 47px;
}
.church-event-countdown,.church-event-countdown .countdown-section {
float: left;
width: 100%;
}
.church-event-countdown .countdown-section {
color: #ffffff;
line-height: 1;
border-bottom: 1px solid #f68966;
padding: 23px 0px 30px;
}
.church-event-countdown .countdown-section:last-child {
border-bottom: none;
padding-bottom: 0px;
}
.church-event-countdown .countdown-amount {
font-size: 40px;
display: block;
}
.church-event-countdown .countdown-period { font-size: 18px;}
/*Event Grid*/
.church-event-grid figure,.church-event-grid figure a,.church-event-grid figure a img,
.church-event-grid-text,.event-grid-option,.event-grid-option li {
float: left;
width: 100%;
}
.church-event-grid figure { margin: 0px;}
.church-event-grid figure > span {
position: absolute;
left: 15px;
top: 15px;
color: #ffffff;
background-color: #f11818;
font-size: 16px;
font-weight: bold;
padding: 1px 12px 0px;
border-radius: 5px;
z-index: 1;
}
.church-event-grid ul li:hover figure > span { opacity: 0;}
.church-event-grid figure a {
position: relative;
overflow: hidden;
}
.church-event-grid figure a:before {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
height: 100%;
width: 100%;
opacity: 0;
}
.church-event-grid ul li:hover figure a:before { opacity: 0.7;}
.church-event figure a > span {
font-size: 14px;
font-weight: bold;
background-color: #ffffff;
position: absolute;
left: 50%;
bottom: 0%;
padding: 6px 15px 5px;
opacity: 0;
border-radius: 4px;
margin: 0px 0px -20px -66px;
z-index: 2;
}
.church-event ul li:hover figure a > span {
bottom: 50%;
opacity: 1;
}
.church-event-grid-text {
background-color: #ffffff;
padding: 38px 22px 30px 30px;
}
.church-event-grid-text h2 {
margin: 0px 0px 12px;
font-weight: bold;
font-size: 18px;
}
.church-event-grid-text p { margin: 0px 0px 17px;}
.event-grid-option { margin: 0px 0px 2px;}
.event-grid-option li {
list-style: none;
line-height: 1;
padding: 0px 0px 0px 21px;
margin: 0px 0px 10px;
position: relative;
}
.event-grid-option li i {
position: absolute;
left: 0px;
top: 0px;
font-size: 13px;
}
.church-event ul li:hover .church-blog-readmore { background-color: transparent;}
.church-event-grid .church-time-date {
left: auto;
right: 20px;
}
.church-event-grid .church-time-date small { padding-left: 2px;}
/*Event List*/
.church-event-list figure a,.church-event-list figure a img {
float: left;
width: 100%;
}
.church-event-list figure {
margin: 0px;
float: left;
width: 364px;
}
.church-event-list figure:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
opacity: 0.3;
background-color: #521c0b;
width: 100%;
height: 100%;
z-index: 1;
}
.church-event-list ul li:hover figure:before { opacity: 0;}
.church-event-list figure a {
position: relative;
overflow: hidden;
}
.church-event-list figure a:before {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
height: 100%;
width: 100%;
opacity: 0;
z-index: 1;
}
.church-event-list ul li:hover figure a:before { opacity: 0.7;}
.church-event-list-text .event-grid-option li {
width: auto;
margin: 0px 20px 14px 0px;
}
.church-event-list-text .event-grid-option { margin: 0px 0px 7px;}
.church-event-list figure ~ .church-event-list-text {
margin: 0px 0px 0px 364px;
padding: 23px 30px 30px 24px;
background-color: #fff;
}
.church-event-list-text h2 {
font-size: 18px;
font-weight: bold;
margin: 0px 0px 22px;
}
.church-event-list-text p { margin: 0px 0px 23px;}
/*church-sermon-detail*/
.church-sermon-detail,.church-rich-editor > h5,.church-sermon-thumb,.church-sermon-album {
float: left;
width: 100%;
}
.church-sermon-detail {
background-color: #fff;
padding: 30px 30px 0px;
margin: 0px 0px 40px;
}
.church-sermon-thumb { margin: 0px 0px 21px;}
.church-sermon-thumb figcaption {
width: 267px;
position: absolute;
right: 0px;
top: 0px;
height: 100%;
text-align: center;
padding: 98px 25px 0px;
}
.church-sermon-thumb figcaption p {
margin: 0px 0px 16px;
font-size: 20px;
font-style: italic;
color: #fff;
line-height: 30px;
}
.church-sermon-thumb figcaption span {
color: #ffffff;
font-size: 20px;
font-weight: bold;
}
/*Sermon List*/
.church-sermon,.church-sermon-list figure a,.church-sermon-list figure a img {
float: left;
width: 100%;
}
.church-sermon > ul > li {
list-style: none;
display: inline-block;
float: none;
margin: 0px -4px 30px 0px;
vertical-align: top;
}
.church-sermon-list figure {
float: left;
margin: 0px;
width: 364px;
}
.church-sermon figure a > span {
font-size: 14px;
font-weight: bold;
background-color: #ffffff;
position: absolute;
left: 50%;
bottom: 0%;
padding: 6px 30px 5px;
opacity: 0;
border-radius: 4px;
margin: 0px 0px -20px -68px;
z-index: 2;
}
.church-sermon ul li:hover figure a > span {
bottom: 50%;
opacity: 1;
}
.church-sermon-list figure a {
position: relative;
overflow: hidden;
}
.church-sermon-list figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
z-index: 1;
}
.church-sermon-list ul li:hover figure a:before { opacity: 0.7;}
.church-sermon figure:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
opacity: 0.3;
background-color: #521c0b;
width: 100%;
height: 100%;
z-index: 1;
}
.church-sermon ul li:hover figure:before { opacity: 0;}
.church-related-sermon { margin: 0px 0px 20px;}
.church-sermon-list figure ~ .church-sermon-list-text { margin: 0px 0px 0px 364px;}
.church-related-sermon .church-sermon-list-text {
background-color: #f3f3f3;
padding: 28px 0px 24px 24px;
}
.church-sermon-list-text {
padding: 28px 25px 26px 24px;
background-color: #fff;
}
.church-sermon-list-text h2 {
font-size: 18px;
margin: 0px 0px 12px;
font-weight: bold;
}
.church-sermon-list-text p { margin: 0px 0px 19px;}
.church-sermon-list-text .church-cause-option { margin: 0px 0px 11px;}
.church-sermon .church-cause-option li {
font-size: 14px;
margin: 0px 20px 0px 0px;
}
.church-cause-option li i {
float: left;
font-size: 13px;
margin: 6px 8px 0px 0px;
}
.church-sermon .church-cause-option li a,
.church-sermon .church-cause-option li time,
.church-sermon-social { margin: 0px;}
.church-sermon-social { display: inline-block;}
.church-sermon-social li {
float: left;
margin: 0px;
list-style: none;
}
.church-sermon-social li a {
display: inline-block;
width: 30px;
height: 30px;
text-align: center;
color: #ffffff;
border-radius: 2px;
padding: 8px 0px 0px;
margin: 0px 10px 0px 0px;
}
.church-sermon-social li a:hover { background-color: #2c424c; }
/*tooltip*/
.church-sermon-social .tooltip-inner,.widget_text .tooltip-inner { background-color: #2c424c;}
.church-sermon-social .tooltip.top .tooltip-arrow,.widget_text .tooltip.top .tooltip-arrow { border-top-color: #2c424c;}
/*Sermon Detail Player*/
.church-sermon-album {
background-color: #2c424c;
position: relative;
margin: 5px 0px 34px;
}
.church-sermon-left {
float: left;
width: 350px;
text-align: center;
padding: 22px 30px 20px;
}
.church-sermonplayer-list {
float: right;
width: 55%;
}
/*church-sermon-grid*/
.church-sermon-grid figure,.church-sermon-grid figure a,.church-sermon-grid figure a img,
.church-sermon-grid-text {
float: left;
width: 100%;
}
.church-sermon-grid figure a {
position: relative;
overflow: hidden;
}
.church-sermon-grid figure a:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
z-index: 1;
}
.church-sermon-grid ul li:hover figure a:before { opacity: 0.7;}
.church-sermon-grid figure { margin: 0px;}
.church-sermon-grid-text {
background-color: #fff;
padding: 22px 0px 21px 30px;
}
.church-sermon-grid-text h2 {
font-size: 18px;
margin: 0px 0px 6px;
font-weight: bold;
}
.church-sermon-grid-text p { margin: 0px 0px 18px;}
.church-sermon-grid-text .church-cause-option { margin: 0px 0px 6px;}
/*Team Detail*/
.church-team-detail,.churuch-team-thumb,.churuch-team-wrap,.churuch-team-text,
.church-team-info,.church-team-info ul,.church-team-info ul li {
float: left;
width: 100%;
}
.churuch-team-wrap { margin: 0px 0px 46px;}
.church-team-detail {
padding: 30px 30px 0px;
background-color: #fff;
margin: 0px 0px 40px;
}
.churuch-team-thumb { margin: 0px;}
.churuch-team-text { padding: 16px 0px 0px;}
.churuch-team-text h2 {
font-weight: bold;
line-height: 1;
margin: 0px 0px 1px;
}
.churuch-team-text span {
font-size: 12px;
display: block;
margin: 0px 0px 19px;
}
.churuch-team-social {
float: right;
margin: -31px 0px 0px;
}
.churuch-team-social li {
float: left;
margin: 0px 0px 0px 10px;
list-style: none;
}
.churuch-team-social li a {
float: left;
width: 27px;
height: 27px;
border-radius: 3px;
background-color: #2c424c;
color: #ffffff;
font-size: 12px;
padding: 8px 0px 0px;
text-align: center;
}
.churuch-team-text strong {
display: inline-block;
margin: 0px 0px 18px;
line-height: 24px;
}
.churuch-team-text p { margin: 0px 0px 17px;}
.church-team-info { margin: 0px 0px 50px;}
.church-team-info p { margin: 0px 0px 10px;}
.church-team-info ul li {
list-style: none;
padding: 15px 0px 12px;
border-bottom: 1px solid #ececec;
}
.church-team-info ul li h6 {
margin: 0px;
float: left;
font-weight: bold;
}
.church-team-info ul li span,
.church-team-info ul li a {
float: right;
margin: -3px 0px 0px;
}
/*church-team-contact*/
.church-team-contact,.church-team-contact ul,.church-team-contact ul li,
.church-team-contact form,.church-team-contact form input[type="text"],
.church-team-contact form input[type="email"],.church-team-contact form textarea {
float: left;
width: 100%;
}
.church-team-contact { margin: 0px 0px 20px;}
.church-team-contact p { margin: 0px 0px 23px;}
.church-team-contact ul li {
list-style: none;
margin: 0px 0px 30px;
}
.church-team-contact label {
display: block;
line-height: 0.8;
margin: 0px 0px 15px;
font-weight: bold;
font-size: 16px;
}
.church-team-contact form input[type="text"],
.church-team-contact form input[type="email"],
.church-team-contact form textarea {
background-color: #f3f3f3;
color: #8b9599;
padding-left: 15px;
height: 40px;
font-size: 12px;
}
.church-team-contact form textarea {
height: 114px;
color: #454545;
}
.church-team-contact form input[type="submit"] {
border: 2px solid;
color: #ffffff;
font-size: 14px;
font-weight: bold;
padding: 4px 31px 3px;
border-radius: 3px;
}
.church-team-contact form input[type="submit"]:hover { background-color: transparent;}
/*church-team*/
.church-team,.church-team-grid figure,.church-team-grid figure > a,.church-team-grid-wrap,
.church-team-grid figure a img,.church-team-grid-text {
float: left;
width: 100%;
}
.church-related-team .church-team-grid-wrap { background-color: #f3f3f3;}
.church-team-grid-wrap {
padding: 20px;
text-align: center;
background-color: #fff;
border-bottom: 5px solid #2c424c;
position: relative;
}
.church-team-grid-wrap:before {
content: '';
position: absolute;
left: 50%;
bottom: -5px;
height: 5px;
width: 0%;
}
.church-team-grid ul li:hover .church-team-grid-wrap:before {
left: 0px;
width: 100%;
}
.church-team > ul > li {
float: none;
display: inline-block;
margin: 0px -4px 30px 0px;
vertical-align: top;
list-style: none;
}
.church-team-grid figure { margin: 0px 0px 22px;}
.church-team-grid figure > a { position: relative;}
.church-team-grid figure > a:before {
content: '';
position: absolute;
left: 50%;
top: 0px;
width: 0%;
height: 100%;
opacity: 0.7;
}
.church-team-grid ul li:hover figure > a:before {
left: 0px;
width: 100%;
}
.church-team-grid figure figcaption {
position: absolute;
left: 0px;
bottom: 0%;
width: 100%;
margin: 0px 0px -24px;
opacity: 0;
}
.church-team-grid ul li:hover figure figcaption {
opacity: 1;
bottom: 50%;
}
.church-team-grid-text {
line-height: 1;
padding: 0px 0px 8px;
}
.church-team-grid-text h2 {
font-size: 18px;
margin: 0px 0px 2px;
font-weight: bold;
line-height: 1;
}
.church-team-grid-text span {
display: inline-block;
font-size: 12px;
margin: 0px 0px 16px;
}
.church-team-grid-text p { margin: 0px;}
.church-team-social {
display: inline-block;
margin: 0px;
}
.church-team-social li {
float: left;
margin: 0px 5px;
list-style: none;
}
.church-team-social li a {
font-size: 20px;
color: #fff;
}
/*church-about-thumb*/
.church-about-thumb {
float: left;
width: 100%;
}
.church-about-thumb { margin: 0px 0px 103px; padding: 30px 0 0; }
.church-about-thumb figcaption {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
padding: 0px 70px;
}
.church-about-thumb figcaption > img {
position: absolute;
right: 50px;
bottom: 0px;
}
.church-about-text {
float: left;
width: 508px;
background-color: #fff;
text-align: center;
padding: 62px 35px 70px;
margin: 0px 0px -70px;
position: relative;
}
.church-about-text:before {
content: '';
position: absolute;
right: -33px;
bottom: -33px;
width: 130px;
height: 130px;
border: 3px solid;
}
.church-about-text h2 {
margin: 0px 0px 25px;
font-weight: bold;
font-size: 20px;
}
.church-about-text p {
margin: 0px 0px 25px;
line-height: 26px;
}
.church-about-text .church-btn {
display: inline-block;
float: none;
margin: 7px 0px 0px;
}
/*church-event-modern*/
.church-event-modern figure,.church-event-modern figure > a,.church-event-modern figure a img {
float: left;
width: 100%;
}
.church-event-modern figure {
margin: 0px;
overflow: hidden;
}
.church-event-modern figure > a { position: relative;}
.church-event-modern figure > a:before {
content: '';
position: absolute;
left: 100%;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
}
.church-event-modern ul li:hover figure > a:before {
opacity: 0.7;
left: 0px;
}
.church-event-modern figure > a span {
padding: 6px 30px 5px;
bottom: 50%;
margin-left: -137px;
left: 100%;
}
.church-event-modern ul li:hover figure > a span {
left: 50%;
margin-left: -68px;
}
.church-event-modern figure figcaption {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background: rgba(34,34,34,0.9);
padding: 40px 0px 0px 30px;
}
.church-event-modern ul li:hover figure figcaption {
opacity: 0;
visibility: hidden;
left: -100%;
}
.church-event-modern figcaption time {
float: left;
border-radius: 100%;
color: #ffffff;
font-weight: bold;
font-size: 34px;
width: 80px;
height: 80px;
text-align: center;
padding: 22px 15px 0px;
line-height: 18px;
margin: 0px 0px 23px;
}
.church-event-modern figcaption time small { font-size: 14px;}
.church-event-modern figcaption h2 {
margin: 0px 0px 15px;
display: inline-block;
font-weight: bold;
font-size: 18px;
}
.church-event-modern figcaption h2 a { color: #ffffff;}
.church-event-modern figcaption p {
margin: 0px 0px 14px;
color: #ffffff;
}
.church-event-modern .church-cause-option li {
font-size: 14px;
color: #fff;
margin: 0px;
line-height: 1.8;
}
.church-event-modern .church-cause-option li i { margin-right: 14px;}
/*Contact Us*/
.church-subheader-map,.church-contactus-wrap,.church-contact-info,.church-contact-info-list,
.church-contact-info-list li {
float: left;
width: 100%;
}
.church-subheader-map #map {
width: 100%;
height: 487px;
}
.church-contactus-wrap {
position: relative;
margin: 30px 0px 70px;
}
.church-contactus-wrap:before {
content: '';
position: absolute;
right: 0px;
top: 0px;
width: 97%;
height: 100%;
background-color: #fff;
}
.church-contact-info {
color: #fff;
margin: -30px 0px 0px;
padding: 50px 0px 17px 30px;
box-shadow: 7px 8px 7px rgba(0,0,0,0.2);
}
.church-contact-info .church-section-heading {
color: #ffffff;
margin: 0px 0px 27px;
}
.church-contact-info p { margin: 0px 0px 27px;}
.church-contact-info-list li {
list-style: none;
margin: 0px 0px 24px;
position: relative;
padding: 0px 0px 0px 55px;
}
.church-contact-info-list li h5,
.church-contact-info-list li a { color: #ffffff;}
.church-contact-info-list li i {
position: absolute;
left: 0px;
font-size: 40px;
top: 7px;
}
.church-contact-info-list li h5 {
font-weight: bold;
margin: 0px 0px 1px;
}
/*church-contact-form*/
.church-contact-form { padding: 50px 30px 20px 0px;}
.church-contact-form,.church-contact-form form,.church-contact-form form input[type="text"],
.church-contact-form form input[type="email"],.church-contact-form form textarea {
float: left;
width: 100%;
}
.church-contact-form form { margin: -6px 0px 0px;}
.church-contact-form form p { margin: 0px 0px 33px;}
.church-contact-form ul { margin: 0px -12px;}
.church-contact-form ul li {
float: left;
width: 50%;
padding: 0px 12px;
margin: 0px 0px 30px;
list-style: none;
}
.church-contact-form ul li.full-form { width: 100%;}
.church-contact-form form label {
line-height: 0.7;
display: block;
margin: 0px 0px 15px;
font-weight: bold;
}
.church-contact-form form input[type="text"],
.church-contact-form form input[type="email"],
.church-contact-form form textarea {
background-color: #f3f3f3;
height: 40px;
color: #8b9599;
padding-left: 16px;
font-size: 12px;
}
.church-contact-form form textarea {
height: 155px;
padding-top: 9px;
color: #222C30;
}
.church-contact-form form input[type="submit"] {
float: left;
color: #ffffff;
font-size: 14px;
font-weight: bold;
padding: 4px 25px 3px;
border-radius: 4px;
border: 2px solid;
}
.church-contact-form form input[type="submit"]:hover { background-color: transparent;}
/*Error 404*/
.church-error-page {
width: 66.66666667%;
margin: 0px auto 40px;
background-color: #fff;
position: relative;
text-align: center;
padding: 86px 0px 100px;
}
.church-error-page:before {
content: '';
background: url(extra-images/error-img.png);
position: absolute;
left: 15px;
top: 120px;
width: 706px;
height: 440px;
opacity: 0.2;
}
.church-error-text {
display: inline-block;
width: 66%;
position: relative;
}
.church-error-text img {
display: inline-block;
margin: 0px 0px 18px;
}
.church-error-text h2 {
margin: 0px 0px 12px;
font-size: 36px;
font-weight: bold;
text-transform: uppercase;
}
.church-error-text h3 {
margin: 0px 0px 13px;
font-size: 30px;
font-weight: bold;
}
.church-error-text p { margin: 0px 0px 23px;}
.church-error-text .church-btn {
margin: 0px;
display: inline-block;
float: none;
padding: 7px 19px 8px;
}
/*Faq*/
.church-faq-accordion {
float: left;
width: 100%;
}
.church-faq-accordion {
margin-bottom: 40px;
text-align: left;
}
.church-faq-accordion .panel {
border: none;
box-shadow: none;
box-shadow: 0 0px 10px rgba(0,0,0,0.1);
}
.church-faq-accordion .panel-default > .panel-heading {
background-color: transparent;
position: relative;
}
.church-faq-accordion.panel-group .panel-heading + .panel-collapse > .panel-body { border-top: none; }
.church-faq-accordion .panel-title > a {
position: relative;
font-size: 18px;
display: block;
padding: 14px 60px 16px 71px;
}
.church-faq-accordion .panel-default .collapsed { color: #242634; }
.church-faq-accordion .panel-body p {
margin: 0px;
font-size: 16px;
}
.church-faq-accordion .panel-heading { padding: 0px 0px 0px 0px; }
.church-faq-accordion.panel-group .panel + .panel { margin-top: 30px; }
.church-faq-accordion .panel-title > a:before,
.church-faq-accordion .panel-title > .collapsed:before {
content: "\f107";
position: absolute;
left: 30px;
top: 11px;
font-family: FontAwesome;
color: #2c424c;
font-size: 20px;
text-align: center;
padding-top: 2px;
}
.church-faq-accordion .panel-body {
padding: 2px 45px 17px 70px;
border: 1px solid;
border-top: none;
}
.church-faq-accordion .panel-title > a {
border: 1px solid;
border-bottom: none;
}
.church-faq-accordion .panel-title > .collapsed {
border: 1px solid #fff;
color: #2c424c;
}
/*Modern Gallery*/
.church-modern-gallery figure,.church-modern-gallery figure > a,.church-modern-gallery figure a img,
.church-modern-gallery-text {
float: left;
width: 100%;
}
.church-modern-gallery figure { margin: 0px 0px 22px;}
.church-modern-gallery figure > a { position: relative;}
.church-modern-gallery figure > a:before {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
height: 20%;
opacity: 0;
}
.church-modern-gallery ul li:hover figure > a:before {
height: 100%;
opacity: 0.7;
}
.church-modern-gallery figure figcaption {
margin: 0px 0px -16px;
position: absolute;
width: 100%;
text-align: center;
left: 0px;
bottom: 0%;
opacity: 0;
}
.church-modern-gallery ul li:hover figure figcaption {
bottom: 50%;
opacity: 1;
}
.church-modern-gallery-text h5 {
font-weight: bold;
margin: 0px 0px 1px;
line-height: 1;
}
.church-modern-gallery-text time { color: #aaaaaa;}
/*Search Result*/
.church-search-result {
float: left;
width: 100%;
}
.church-search-result {
padding: 30px 30px 0px;
background-color: #fff;
margin: 0px 0px 40px;
}
.church-search-result-text {
display: inline-block;
width: 80%;
position: relative;
margin: 0px 0px 50px;
}
.church-search-result-text form,.church-search-result-text form input[type="text"],
.church-search-result-list,.church-search-result-list figure a,.church-search-result-list figure a img {
float: left;
width: 100%;
}
.church-search-result-text form {
position: relative;
margin: 0px 0px 30px;
}
.church-search-result-text form input[type="text"] {
background-color: #f3f3f3;
font-size: 12px;
color: #aaaaaa;
border-radius: 4px;
padding-left: 21px;
font-style: italic;
height: 39px;
}
.church-search-result-text form input[type="submit"] {
position: absolute;
right: 0px;
top: 0px;
font-weight: bold;
font-size: 14px;
color: #fff;
padding: 10px 44px 9px;
border: none;
border-radius: 0px 4px 4px 0px;
}
.church-search-result-text img {
display: inline-block;
margin: 0px 0px 43px;
}
.church-search-result-text h2 {
font-size: 18px;
margin: 0px 0px 17px;
font-weight: bold;
}
.church-search-result-text .church-blog-readmore {
background-color: transparent;
padding: 10px 20px 11px;
}
.church-search-result-text p {
margin: 0px 0px 24px;
display: inline-block;
width: 67%;
}
.church-search-result-text .church-blog-readmore:hover { color: #ffffff;}
.church-gallery-wrap {
float: left;
width: 100%;
background-color: #fff;
padding: 30px 30px;
margin: 0px 0px 40px;
}
.church-search-result-list > ul > li {
list-style: none;
margin: 0px 0px 30px;
}
.church-search-result-list figure {
float: left;
width: 291px;
margin: 0px;
}
.church-search-result-list figure ~ .church-upcoming-event-text {
margin: 20px 0px 0px 321px;
}
.church-search-result-list .church-upcoming-event-text h6 { font-size: 20px;}
.church-search-result-list .church-simple-readmore-btn { margin: 7px 0px 0px;}
.error-msg{background:#FED2D3;color:#732729;}
.error-msg i{color:#732729;}
.success-msg{background:#D4FECC;color:#5A974F;}
.success-msg i{color:#5A974F;}
.spam-error-msg{background:#FEFCCB;color:#8F9031;}
.spam-error-msg i{color:#8F9031;}
.error-msg,.success-msg,.spam-error-msg{float:left;padding:7px 20px;width:100%;font-style:normal;border-radius:4px;}
.error-msg i,.success-msg i,.spam-error-msg i{margin-right:8px;float:left;font-size:16px;margin-top: 6px;}
.output_message { float: left; width: 70%; padding-left: 20px; } | 0.395368 | 0.262984 |
.etheme-options-success p {
color: #666!important;
}
.etheme-options-success strong {
color: #222;
}
.import-process {
position: relative;
}
.envato-setup {
line-height: 1.4;
}
.envato-setup ::-webkit-scrollbar {
width: 2px;
background: #e1e1e1;
}
.envato-setup ::-webkit-scrollbar-thumb {
background: #222;
}
.envato-setup-content .elogo {
margin: 10px 0 5px;
}
.envato-setup-content p, .envato-setup-content table {
font-size: 16px;
color: #555;
line-height: inherit;
}
html {
background-color: #fff;
}
body {
margin: 30px auto 24px;
box-shadow: none;
font-size: 14px;
color: #555;
padding: 0;
min-width: 750px;
font-family: 'Lato', sans-serif;
}
img {
max-width: 100%;
}
a {
color: #222;
transition: all .2s ease-in-out;
}
a:hover, a:focus, a:active, a:hover:focus {
color: #888;
box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
}
.h3 {
font-size: 18px;
}
form input {
margin: 0;
box-shadow: none;
}
form label {
display: block;
margin-bottom: 5px;
font-size: 16px;
color: #222;
text-align: start;
}
/* inputs */
input[type=text], input[type=search], input[type=radio], input[type=tel], input[type=time], input[type=url], input[type=week], input[type=password], input[type=checkbox], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], select, textarea {
border-color: #e1e1e1;
box-shadow: none;
}
input[type=text]:focus, input[type=search]:focus, input[type=radio]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, select:focus, textarea:focus {
border-color: #222;
box-shadow: none;
}
input[type=checkbox]:checked:before {
color: #222;
}
label[for="purchase-code"] {
display: inline-block;
}
/* system */
.system-requirements {
border-bottom: 1px solid #e1e1e1;
}
.system-requirements tr:last-child td {
padding-bottom: 13px;
}
.system-requirements thead tr:first-child th {
text-transform: uppercase;
font-size: 14px;
}
.envato-setup-content h1,
.envato-setup-content h2,
.envato-setup-content h3 {
margin: 0 0 24px;
border: 0;
padding: 0;
color: #222;
clear: none;
}
/* form */
.activate-form {
display: flex;
}
.activate-form input[type="text"] {
border-right: none;
}
/* not allowed cursor */
.not-allowed {
cursor: not-allowed;
}
#wc-logo {
border: 0;
margin: 40px 0 10px;
padding: 0;
text-align: center
}
#wc-logo img {
max-width: 150px;
height: auto;
}
#wc-logo .logo-default {
display: none;
}
.envato-setup-content {
position: relative;
padding: 30px 30px 0;
overflow: hidden;
text-align: center;
border: 1px solid #e1e1e1;
}
.activate-form, .envato-setup-content p {
margin: 0 0 20px;
}
.envato-setup-content p {
text-align: start;
}
/* purchase text */
.purchase-code-bg a {
color: #888;
text-decoration: none;
}
.purchase-code-bg a:hover {
color: #222;
}
.purchase-code-bg span {
font-size: 2em;
vertical-align: middle;
width: auto;
height: auto;
color: #2e7d32;
}
input[type="text"] {
width: 100%;
padding: 10px;
}
p.purchase-code-bg {
color: #888;
text-align: center;
}
.envato-setup-content .form-table th {
width: 35%;
vertical-align: top;
font-weight: 400
}
.envato-setup-content .form-table td {
vertical-align: top
}
.envato-setup-content .form-table td input, .envato-setup-content .form-table td select {
width: 100%;
box-sizing: border-box
}
.envato-setup-content .form-table td input[size] {
width: auto
}
.envato-setup-content .form-table td .description {
line-height: 1.5em;
display: block;
margin-top: .25em;
color: #999;
font-style: italic;
}
.envato-setup-content .form-table td .input-checkbox, .envato-setup-content .form-table td .input-radio {
width: auto;
box-sizing: inherit;
padding: inherit;
margin: 0 .5em 0 0;
box-shadow: none
}
.envato-setup-content .form-table .section_title td {
padding: 0
}
.envato-setup-content .form-table .section_title td h2, .envato-setup-content .form-table .section_title td p {
margin: 12px 0 0
}
.envato-setup-content .form-table td, .envato-setup-content .form-table th {
padding: 12px 0;
margin: 0;
border: 0
}
.envato-setup-content .form-table td:first-child, .envato-setup-content .form-table th:first-child {
padding-right: 1em
}
.envato-setup-content .form-table table.tax-rates {
width: 100%;
font-size: .92em
}
.envato-setup-content .form-table table.tax-rates th {
padding: 0;
text-align: center;
width: auto;
vertical-align: middle
}
.envato-setup-content .form-table table.tax-rates td {
border: 1px solid #eee;
padding: 6px;
text-align: center;
vertical-align: middle
}
.envato-setup-content .form-table table.tax-rates td input {
outline: 0;
border: 0;
padding: 0;
box-shadow: none;
text-align: center
}
.envato-setup-content .form-table table.tax-rates td.sort {
cursor: move;
color: #ccc
}
.envato-setup-content .form-table table.tax-rates td.sort:before {
content: "\f333";
font-family: dashicons
}
.envato-setup-content .form-table table.tax-rates .add {
padding: 1em 0 0 1em;
line-height: 1em;
font-size: 1em;
width: 0;
margin: 6px 0 0;
height: 0;
overflow: hidden;
position: relative;
display: inline-block
}
.envato-setup-content .form-table table.tax-rates .add:before {
content: "\f502";
font-family: dashicons;
position: absolute;
left: 0;
top: 0
}
.envato-setup-content .form-table table.tax-rates .remove {
padding: 1em 0 0 1em;
line-height: 1em;
font-size: 1em;
width: 0;
margin: 0;
height: 0;
overflow: hidden;
position: relative;
display: inline-block
}
.envato-setup-content .form-table table.tax-rates .remove:before {
content: "\f182";
font-family: dashicons;
position: absolute;
left: 0;
top: 0
}
.envato-setup-content .envato-setup-plugins {
width: 100%;
border-top: 1px solid #eee
}
.envato-setup-content .envato-setup-plugins thead th {
display: none
}
.envato-setup-content .envato-setup-plugins .plugin-name {
width: 30%;
font-weight: 700
}
.envato-setup-content .envato-setup-plugins td, .envato-setup-content .envato-setup-plugins th {
padding: 14px 0;
border-bottom: 1px solid #eee
}
.envato-setup-content .envato-setup-plugins td:first-child, .envato-setup-content .envato-setup-plugins th:first-child {
padding-right: 9px
}
.envato-setup-content .envato-setup-plugins th {
padding-top: 0
}
.envato-setup-content .envato-setup-plugins .page-options p {
color: #777;
margin: 6px 0 0 24px;
line-height: 1.75em
}
.envato-setup-content .envato-setup-plugins .page-options p input {
vertical-align: middle;
margin: 1px 0 0;
height: 1.75em;
width: 1.75em;
line-height: 1.75em
}
.envato-setup-content .envato-setup-plugins .page-options p label {
line-height: 1
}
/* Import */
.import-demos-wrapper {
margin-bottom: 2.5vh;
}
.active-version .button-import-version {
display: none;
}
.active-version .version-screenshot:before {
content: "";
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
background: url("../images/success-icon.png");
background-repeat: no-repeat;
background-position: 50% 50%;
width: 50px;
height: 50px;
}
.envato-wizard-plugins li span.green-success {
color: #2e7d32;
}
.wc-return-to-dashboard {
color: #888;
font-size: 14px;
margin: 1em 0;
display: block;
text-align: center;
text-decoration: none;
}
.wc-return-to-dashboard:hover {
color: #555;
}
.wc-return-to-dashboard + .copyrights {
margin-top: 0;
}
.copyrights {
text-align: center;
}
.copyrights a {
text-decoration: none;
}
@media only screen and (max-width: 1440px) {
.import-demos .version-preview {
width: 50%;
}
}
@media only screen and (max-width: 992px) {
.import-demos .version-preview {
width: 100%;
margin-bottom: 20px;
}
}
@media screen and (max-width: 782px) {
.envato-setup-content .form-table tbody th {
width: auto
}
}
.envato-setup-content .twitter-share-button {
float: right
}
.envato-setup-content .envato-setup-next-steps {
text-align: start;
overflow: hidden;
margin: 0 0 24px
}
.envato-setup-content .envato-setup-next-steps h2 {
background: #f5f5f5;
padding: 5px 10px;
font-size: 13px;
color: #010101;
font-weight: bold;
margin-bottom: 5px;
}
.envato-setup-content .envato-setup-next-steps .envato-setup-next-steps-first {
float: left;
width: 48%;
box-sizing: border-box
}
.envato-setup-content .envato-setup-next-steps .envato-setup-next-steps-last {
float: right;
width: 48%;
box-sizing: border-box
}
.envato-setup-content .envato-setup-next-steps ul {
padding: 0 2em 0 0;
list-style: none;
margin: 0 0 -.75em
}
.envato-setup-content .envato-setup-next-steps ul li a {
display: block;
padding: 0 0 .75em
}
.envato-setup-content .envato-setup-next-steps ul .setup-product a {
text-align: center;
font-size: 1em;
padding: 1em;
line-height: 1.75em;
height: auto;
margin: 0 0 .75em;
opacity: 1;
}
li a:before {
color: #82878c;
font: 400 14px/1 dashicons;
speak: none;
display: inline-block;
padding: 0 5px 0 0;
top: 3px;
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-decoration: none !important;
vertical-align: top
}
.documentation a:before {
content: "\f331"
}
.howto a:before {
content: "\f223"
}
.rating a:before {
content: "\f155"
}
.support a:before {
content: "\f307"
}
.envato-setup-content .updated, .envato-setup-content .woocommerce-language-pack, .envato-setup-content .woocommerce-tracker {
padding: 24px 24px 0;
margin: 0 0 24px;
overflow: hidden;
background: #f5f5f5
}
.envato-setup-content .updated p, .envato-setup-content .woocommerce-language-pack p, .envato-setup-content .woocommerce-tracker p {
padding: 0;
margin: 0 0 12px
}
.envato-setup-content .updated p:last-child, .envato-setup-content .woocommerce-language-pack p:last-child, .envato-setup-content .woocommerce-tracker p:last-child {
margin: 0 0 24px
}
.envato-setup-steps {
padding: 24px 0 0;
margin: 0 0 30px;
list-style: none;
overflow: hidden;
color: #888;
display: flex;
}
.envato-setup-steps li {
flex-grow: 1;
flex-basis: 20%;
padding: 18px 0 0;
margin: 0;
text-align: center;
position: relative;
border-top: 4px solid #e1e1e1;
font-size: 16px;
}
.envato-setup-steps li:before {
content: "";
border-radius: 50%;
width: 14px;
height: 14px;
position: absolute;
top: -2px;
left: 50%;
transform: translateX(-50%) translateY(-50%);
background: #fff;
border: 3px solid #e1e1e1;
box-sizing: border-box;
z-index: 1;
}
.envato-setup-steps li a{
text-decoration: none;
color: inherit;
}
.envato-setup-steps li.active, .envato-setup-steps li.done {
border-color: #222;
color: #222;
}
.envato-setup-steps li.active:before,
.envato-setup-steps li.done:before {
border-color: #222;
}
.envato-setup-steps li.done:before,
.envato-setup-steps li.active:last-child:before {
background-color: #222;
}
.envato-setup .envato-setup-actions {
text-align: end;
padding: 20px 0;
}
a.skip {
font-size: 12px;
color: #888;
text-decoration: none;
text-transform: uppercase;
vertical-align: middle;
}
a.skip:hover {
color: #555;
}
a.skip + .et-button {
margin-left: 10px;
}
.dtbaker_loading_button_current{
color:#CCC !important;
text-align: center;
}
.envato-wizard-plugins {
margin-top: -10px;
padding: 0;
}
.envato-wizard-plugins li {
position: relative;
padding: 9px 0;
text-align: start;
margin-bottom: 0;
}
.envato-wizard-plugins li.plugins-title {
font-size: 18px;
color: #222;
border-bottom: 1px solid #e1e1e1;
}
.envato-wizard-plugins li.plugins-title:not(:first-child) {
padding-top: 20px;
}
.envato-wizard-plugins li span{
padding: 0 0 0 10px;
font-size: 16px;
float: right;
color: #c62828;
display: inline-block;
position: relative;
}
.envato-wizard-plugins li:after{
content: '';
display: block;
clear: both;
width: 100%;
}
.envato-wizard-plugins li label {
color: #888;
font-weight: normal;
margin: 0;
}
.envato-wizard-plugins li label p {
display: inline-block;
color: inherit;
padding: 0;
margin: 0;
}
.envato-wizard-plugins li label:hover,
.envato-wizard-plugins li label input:checked + p {
color: #222;
}
.envato-wizard-plugins li label:hover input:before {
content: "\f147";
margin: -3px 0 0 -4px;
float: left;
display: inline-block;
vertical-align: middle;
width: 16px;
font: 400 21px/1 dashicons;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.envato-wizard-plugins li h2 {
font-weight: bold;
margin: 20px 0 10px;
}
.envato-setup-pages{
width:100%;
}
.envato-setup-pages .check{
width:35px;
}
.envato-setup-pages .item{
width:90px;
}
.envato-setup-pages td,
.envato-setup-pages th{
padding:5px;
}
.envato-setup-pages .status{
display: none;
}
.envato-setup-pages .installing .status{
display: table-cell;
}
.envato-setup-pages .installing .status span{
display: inline-block;
position: relative;
}
.envato-setup-pages .installing .description{
display: none;
}
.envato-setup-pages .installing .spinner{
visibility: visible;
}
.envato-setup-pages .spinner{
display: inline-block;
position: absolute;
}
.theme-presets ul{
list-style:none;
margin:0px 0 15px 0;
padding: 0;
overflow-x:auto;
display: block;
white-space: nowrap;
}
.theme-presets ul li{
list-style:none;
display: inline-block;
padding: 6px;
margin:0;
vertical-align: bottom;
}
.theme-presets ul li.current{
background: #FE529E;
border-radius: 5px;
}
.theme-presets ul li a{
float:left;
line-height:0;
}
.theme-presets ul li a img{
width: 90px;
height:auto;
}
.import-demos .version-preview {
float: left;
width:33.33%;
padding: 10px;
margin:0;
box-sizing: border-box;
}
.active-version img {
opacity: 0.5;
}
.import-demos .version-title {
margin: 10px;
}
.version-preview .installed-icon {
display: none;
}
.version-preview img {
width: 100%;
}
.import-demos:after {
content: "";
display: block;
clear: both;
width: 100%;
}
.request-filesystem-credentials-form input[type=text],
.request-filesystem-credentials-form input[type=password]{
box-shadow:none;
margin: 0 auto 10px auto;
}
.et-button.inactive{
color: #b3b3b3;
background: #ebebeb;
}
.et-button.inactive:hover{
background: #585858;
color: #fff;
}
.activation-error{
line-height: 20px!important;
color: #df2727!important;
}
.envato-setup-content .etheme-search{
margin-bottom: 10px;
}
.envato-setup-content .etheme-search .etheme-versions-search{
padding: 8px;
}
/* rtl */
html[dir="rtl"] .et-button .dashicons-arrow-right-alt2:before {
content: "\f341";
}
html[dir="rtl"] a.skip + .et-button {
margin-left: 0;
margin-right: 10px;
}
html[dir="rtl"] .envato-wizard-plugins li label:hover input:before {
margin-left: 0;
margin-right: -4px;
float: right;
}
html[dir="rtl"] a.et-button.woo-button img,
html[dir="rtl"] .et-button img {
margin-right: 0 !important;
margin-left: 3px;
} | public/front/wp-content/themes/xstore/framework/thirdparty/envato_setup/css/envato-setup.css | .etheme-options-success p {
color: #666!important;
}
.etheme-options-success strong {
color: #222;
}
.import-process {
position: relative;
}
.envato-setup {
line-height: 1.4;
}
.envato-setup ::-webkit-scrollbar {
width: 2px;
background: #e1e1e1;
}
.envato-setup ::-webkit-scrollbar-thumb {
background: #222;
}
.envato-setup-content .elogo {
margin: 10px 0 5px;
}
.envato-setup-content p, .envato-setup-content table {
font-size: 16px;
color: #555;
line-height: inherit;
}
html {
background-color: #fff;
}
body {
margin: 30px auto 24px;
box-shadow: none;
font-size: 14px;
color: #555;
padding: 0;
min-width: 750px;
font-family: 'Lato', sans-serif;
}
img {
max-width: 100%;
}
a {
color: #222;
transition: all .2s ease-in-out;
}
a:hover, a:focus, a:active, a:hover:focus {
color: #888;
box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
}
.h3 {
font-size: 18px;
}
form input {
margin: 0;
box-shadow: none;
}
form label {
display: block;
margin-bottom: 5px;
font-size: 16px;
color: #222;
text-align: start;
}
/* inputs */
input[type=text], input[type=search], input[type=radio], input[type=tel], input[type=time], input[type=url], input[type=week], input[type=password], input[type=checkbox], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], select, textarea {
border-color: #e1e1e1;
box-shadow: none;
}
input[type=text]:focus, input[type=search]:focus, input[type=radio]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, select:focus, textarea:focus {
border-color: #222;
box-shadow: none;
}
input[type=checkbox]:checked:before {
color: #222;
}
label[for="purchase-code"] {
display: inline-block;
}
/* system */
.system-requirements {
border-bottom: 1px solid #e1e1e1;
}
.system-requirements tr:last-child td {
padding-bottom: 13px;
}
.system-requirements thead tr:first-child th {
text-transform: uppercase;
font-size: 14px;
}
.envato-setup-content h1,
.envato-setup-content h2,
.envato-setup-content h3 {
margin: 0 0 24px;
border: 0;
padding: 0;
color: #222;
clear: none;
}
/* form */
.activate-form {
display: flex;
}
.activate-form input[type="text"] {
border-right: none;
}
/* not allowed cursor */
.not-allowed {
cursor: not-allowed;
}
#wc-logo {
border: 0;
margin: 40px 0 10px;
padding: 0;
text-align: center
}
#wc-logo img {
max-width: 150px;
height: auto;
}
#wc-logo .logo-default {
display: none;
}
.envato-setup-content {
position: relative;
padding: 30px 30px 0;
overflow: hidden;
text-align: center;
border: 1px solid #e1e1e1;
}
.activate-form, .envato-setup-content p {
margin: 0 0 20px;
}
.envato-setup-content p {
text-align: start;
}
/* purchase text */
.purchase-code-bg a {
color: #888;
text-decoration: none;
}
.purchase-code-bg a:hover {
color: #222;
}
.purchase-code-bg span {
font-size: 2em;
vertical-align: middle;
width: auto;
height: auto;
color: #2e7d32;
}
input[type="text"] {
width: 100%;
padding: 10px;
}
p.purchase-code-bg {
color: #888;
text-align: center;
}
.envato-setup-content .form-table th {
width: 35%;
vertical-align: top;
font-weight: 400
}
.envato-setup-content .form-table td {
vertical-align: top
}
.envato-setup-content .form-table td input, .envato-setup-content .form-table td select {
width: 100%;
box-sizing: border-box
}
.envato-setup-content .form-table td input[size] {
width: auto
}
.envato-setup-content .form-table td .description {
line-height: 1.5em;
display: block;
margin-top: .25em;
color: #999;
font-style: italic;
}
.envato-setup-content .form-table td .input-checkbox, .envato-setup-content .form-table td .input-radio {
width: auto;
box-sizing: inherit;
padding: inherit;
margin: 0 .5em 0 0;
box-shadow: none
}
.envato-setup-content .form-table .section_title td {
padding: 0
}
.envato-setup-content .form-table .section_title td h2, .envato-setup-content .form-table .section_title td p {
margin: 12px 0 0
}
.envato-setup-content .form-table td, .envato-setup-content .form-table th {
padding: 12px 0;
margin: 0;
border: 0
}
.envato-setup-content .form-table td:first-child, .envato-setup-content .form-table th:first-child {
padding-right: 1em
}
.envato-setup-content .form-table table.tax-rates {
width: 100%;
font-size: .92em
}
.envato-setup-content .form-table table.tax-rates th {
padding: 0;
text-align: center;
width: auto;
vertical-align: middle
}
.envato-setup-content .form-table table.tax-rates td {
border: 1px solid #eee;
padding: 6px;
text-align: center;
vertical-align: middle
}
.envato-setup-content .form-table table.tax-rates td input {
outline: 0;
border: 0;
padding: 0;
box-shadow: none;
text-align: center
}
.envato-setup-content .form-table table.tax-rates td.sort {
cursor: move;
color: #ccc
}
.envato-setup-content .form-table table.tax-rates td.sort:before {
content: "\f333";
font-family: dashicons
}
.envato-setup-content .form-table table.tax-rates .add {
padding: 1em 0 0 1em;
line-height: 1em;
font-size: 1em;
width: 0;
margin: 6px 0 0;
height: 0;
overflow: hidden;
position: relative;
display: inline-block
}
.envato-setup-content .form-table table.tax-rates .add:before {
content: "\f502";
font-family: dashicons;
position: absolute;
left: 0;
top: 0
}
.envato-setup-content .form-table table.tax-rates .remove {
padding: 1em 0 0 1em;
line-height: 1em;
font-size: 1em;
width: 0;
margin: 0;
height: 0;
overflow: hidden;
position: relative;
display: inline-block
}
.envato-setup-content .form-table table.tax-rates .remove:before {
content: "\f182";
font-family: dashicons;
position: absolute;
left: 0;
top: 0
}
.envato-setup-content .envato-setup-plugins {
width: 100%;
border-top: 1px solid #eee
}
.envato-setup-content .envato-setup-plugins thead th {
display: none
}
.envato-setup-content .envato-setup-plugins .plugin-name {
width: 30%;
font-weight: 700
}
.envato-setup-content .envato-setup-plugins td, .envato-setup-content .envato-setup-plugins th {
padding: 14px 0;
border-bottom: 1px solid #eee
}
.envato-setup-content .envato-setup-plugins td:first-child, .envato-setup-content .envato-setup-plugins th:first-child {
padding-right: 9px
}
.envato-setup-content .envato-setup-plugins th {
padding-top: 0
}
.envato-setup-content .envato-setup-plugins .page-options p {
color: #777;
margin: 6px 0 0 24px;
line-height: 1.75em
}
.envato-setup-content .envato-setup-plugins .page-options p input {
vertical-align: middle;
margin: 1px 0 0;
height: 1.75em;
width: 1.75em;
line-height: 1.75em
}
.envato-setup-content .envato-setup-plugins .page-options p label {
line-height: 1
}
/* Import */
.import-demos-wrapper {
margin-bottom: 2.5vh;
}
.active-version .button-import-version {
display: none;
}
.active-version .version-screenshot:before {
content: "";
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
background: url("../images/success-icon.png");
background-repeat: no-repeat;
background-position: 50% 50%;
width: 50px;
height: 50px;
}
.envato-wizard-plugins li span.green-success {
color: #2e7d32;
}
.wc-return-to-dashboard {
color: #888;
font-size: 14px;
margin: 1em 0;
display: block;
text-align: center;
text-decoration: none;
}
.wc-return-to-dashboard:hover {
color: #555;
}
.wc-return-to-dashboard + .copyrights {
margin-top: 0;
}
.copyrights {
text-align: center;
}
.copyrights a {
text-decoration: none;
}
@media only screen and (max-width: 1440px) {
.import-demos .version-preview {
width: 50%;
}
}
@media only screen and (max-width: 992px) {
.import-demos .version-preview {
width: 100%;
margin-bottom: 20px;
}
}
@media screen and (max-width: 782px) {
.envato-setup-content .form-table tbody th {
width: auto
}
}
.envato-setup-content .twitter-share-button {
float: right
}
.envato-setup-content .envato-setup-next-steps {
text-align: start;
overflow: hidden;
margin: 0 0 24px
}
.envato-setup-content .envato-setup-next-steps h2 {
background: #f5f5f5;
padding: 5px 10px;
font-size: 13px;
color: #010101;
font-weight: bold;
margin-bottom: 5px;
}
.envato-setup-content .envato-setup-next-steps .envato-setup-next-steps-first {
float: left;
width: 48%;
box-sizing: border-box
}
.envato-setup-content .envato-setup-next-steps .envato-setup-next-steps-last {
float: right;
width: 48%;
box-sizing: border-box
}
.envato-setup-content .envato-setup-next-steps ul {
padding: 0 2em 0 0;
list-style: none;
margin: 0 0 -.75em
}
.envato-setup-content .envato-setup-next-steps ul li a {
display: block;
padding: 0 0 .75em
}
.envato-setup-content .envato-setup-next-steps ul .setup-product a {
text-align: center;
font-size: 1em;
padding: 1em;
line-height: 1.75em;
height: auto;
margin: 0 0 .75em;
opacity: 1;
}
li a:before {
color: #82878c;
font: 400 14px/1 dashicons;
speak: none;
display: inline-block;
padding: 0 5px 0 0;
top: 3px;
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-decoration: none !important;
vertical-align: top
}
.documentation a:before {
content: "\f331"
}
.howto a:before {
content: "\f223"
}
.rating a:before {
content: "\f155"
}
.support a:before {
content: "\f307"
}
.envato-setup-content .updated, .envato-setup-content .woocommerce-language-pack, .envato-setup-content .woocommerce-tracker {
padding: 24px 24px 0;
margin: 0 0 24px;
overflow: hidden;
background: #f5f5f5
}
.envato-setup-content .updated p, .envato-setup-content .woocommerce-language-pack p, .envato-setup-content .woocommerce-tracker p {
padding: 0;
margin: 0 0 12px
}
.envato-setup-content .updated p:last-child, .envato-setup-content .woocommerce-language-pack p:last-child, .envato-setup-content .woocommerce-tracker p:last-child {
margin: 0 0 24px
}
.envato-setup-steps {
padding: 24px 0 0;
margin: 0 0 30px;
list-style: none;
overflow: hidden;
color: #888;
display: flex;
}
.envato-setup-steps li {
flex-grow: 1;
flex-basis: 20%;
padding: 18px 0 0;
margin: 0;
text-align: center;
position: relative;
border-top: 4px solid #e1e1e1;
font-size: 16px;
}
.envato-setup-steps li:before {
content: "";
border-radius: 50%;
width: 14px;
height: 14px;
position: absolute;
top: -2px;
left: 50%;
transform: translateX(-50%) translateY(-50%);
background: #fff;
border: 3px solid #e1e1e1;
box-sizing: border-box;
z-index: 1;
}
.envato-setup-steps li a{
text-decoration: none;
color: inherit;
}
.envato-setup-steps li.active, .envato-setup-steps li.done {
border-color: #222;
color: #222;
}
.envato-setup-steps li.active:before,
.envato-setup-steps li.done:before {
border-color: #222;
}
.envato-setup-steps li.done:before,
.envato-setup-steps li.active:last-child:before {
background-color: #222;
}
.envato-setup .envato-setup-actions {
text-align: end;
padding: 20px 0;
}
a.skip {
font-size: 12px;
color: #888;
text-decoration: none;
text-transform: uppercase;
vertical-align: middle;
}
a.skip:hover {
color: #555;
}
a.skip + .et-button {
margin-left: 10px;
}
.dtbaker_loading_button_current{
color:#CCC !important;
text-align: center;
}
.envato-wizard-plugins {
margin-top: -10px;
padding: 0;
}
.envato-wizard-plugins li {
position: relative;
padding: 9px 0;
text-align: start;
margin-bottom: 0;
}
.envato-wizard-plugins li.plugins-title {
font-size: 18px;
color: #222;
border-bottom: 1px solid #e1e1e1;
}
.envato-wizard-plugins li.plugins-title:not(:first-child) {
padding-top: 20px;
}
.envato-wizard-plugins li span{
padding: 0 0 0 10px;
font-size: 16px;
float: right;
color: #c62828;
display: inline-block;
position: relative;
}
.envato-wizard-plugins li:after{
content: '';
display: block;
clear: both;
width: 100%;
}
.envato-wizard-plugins li label {
color: #888;
font-weight: normal;
margin: 0;
}
.envato-wizard-plugins li label p {
display: inline-block;
color: inherit;
padding: 0;
margin: 0;
}
.envato-wizard-plugins li label:hover,
.envato-wizard-plugins li label input:checked + p {
color: #222;
}
.envato-wizard-plugins li label:hover input:before {
content: "\f147";
margin: -3px 0 0 -4px;
float: left;
display: inline-block;
vertical-align: middle;
width: 16px;
font: 400 21px/1 dashicons;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.envato-wizard-plugins li h2 {
font-weight: bold;
margin: 20px 0 10px;
}
.envato-setup-pages{
width:100%;
}
.envato-setup-pages .check{
width:35px;
}
.envato-setup-pages .item{
width:90px;
}
.envato-setup-pages td,
.envato-setup-pages th{
padding:5px;
}
.envato-setup-pages .status{
display: none;
}
.envato-setup-pages .installing .status{
display: table-cell;
}
.envato-setup-pages .installing .status span{
display: inline-block;
position: relative;
}
.envato-setup-pages .installing .description{
display: none;
}
.envato-setup-pages .installing .spinner{
visibility: visible;
}
.envato-setup-pages .spinner{
display: inline-block;
position: absolute;
}
.theme-presets ul{
list-style:none;
margin:0px 0 15px 0;
padding: 0;
overflow-x:auto;
display: block;
white-space: nowrap;
}
.theme-presets ul li{
list-style:none;
display: inline-block;
padding: 6px;
margin:0;
vertical-align: bottom;
}
.theme-presets ul li.current{
background: #FE529E;
border-radius: 5px;
}
.theme-presets ul li a{
float:left;
line-height:0;
}
.theme-presets ul li a img{
width: 90px;
height:auto;
}
.import-demos .version-preview {
float: left;
width:33.33%;
padding: 10px;
margin:0;
box-sizing: border-box;
}
.active-version img {
opacity: 0.5;
}
.import-demos .version-title {
margin: 10px;
}
.version-preview .installed-icon {
display: none;
}
.version-preview img {
width: 100%;
}
.import-demos:after {
content: "";
display: block;
clear: both;
width: 100%;
}
.request-filesystem-credentials-form input[type=text],
.request-filesystem-credentials-form input[type=password]{
box-shadow:none;
margin: 0 auto 10px auto;
}
.et-button.inactive{
color: #b3b3b3;
background: #ebebeb;
}
.et-button.inactive:hover{
background: #585858;
color: #fff;
}
.activation-error{
line-height: 20px!important;
color: #df2727!important;
}
.envato-setup-content .etheme-search{
margin-bottom: 10px;
}
.envato-setup-content .etheme-search .etheme-versions-search{
padding: 8px;
}
/* rtl */
html[dir="rtl"] .et-button .dashicons-arrow-right-alt2:before {
content: "\f341";
}
html[dir="rtl"] a.skip + .et-button {
margin-left: 0;
margin-right: 10px;
}
html[dir="rtl"] .envato-wizard-plugins li label:hover input:before {
margin-left: 0;
margin-right: -4px;
float: right;
}
html[dir="rtl"] a.et-button.woo-button img,
html[dir="rtl"] .et-button img {
margin-right: 0 !important;
margin-left: 3px;
} | 0.336004 | 0.099077 |
* General Styling
*/
.fl-theme-by,
.fl-theme-by *,
.fl-preview-theme.fl-theme-by,
.fl-theme-yb.fl-inverted-color,
.fl-theme-yb .fl-inverted-color,
.fl-theme-yb.fl-inverted-color *,
.fl-theme-yb .fl-inverted-color *,
.fl-preview-theme.fl-theme-yb.fl-inverted-color {color:#000000; background-color:#ffff00; border-color:#000000;}
/* Divs, inputs */
.fl-theme-by div,
.fl-theme-by input,
.fl-theme-yb .fl-inverted-color div,
.fl-theme-yb .fl-inverted-color input {color:#000000; background-color:#ffff00; border-color:#000;}
/* iframes */
.fl-theme-by iframe,
.fl-theme-yb .fl-inverted-color iframe {border-color:#000;}
/* Links */
.fl-theme-by a,
.fl-theme-yb .fl-inverted-color a {color: #000; font-weight:bold; background-color:#ff0;}
/* Headers */
.fl-theme-by h1,
.fl-theme-by h2,
.fl-theme-by h3,
.fl-theme-by h4,
.fl-theme-by h5,
.fl-theme-by h6,
.fl-theme-yb .fl-inverted-color h1,
.fl-theme-yb .fl-inverted-color h2,
.fl-theme-yb .fl-inverted-color h3,
.fl-theme-yb .fl-inverted-color h4,
.fl-theme-yb .fl-inverted-color h5,
.fl-theme-yb .fl-inverted-color h6 {color:#000; background-color:#ff0; border-color:#000;}
/* Tables */
.fl-theme-by th,
.fl-theme-yb .fl-inverted-color th {border:0.1em solid #000; background-color:#000; color:#ff0;}
.fl-theme-by td,
.fl-theme-yb .fl-inverted-color td {border:0.1em solid #000;}
/*
* FSS Elements
*/
/* Focus */
.fl-theme-by .fl-focus:focus,
.fl-theme-by .fl-focus :focus,
.fl-theme-by.fl-focus :focus,
.fl-theme-by .selectable,
.fl-theme-yb .fl-inverted-color .fl-focus:focus,
.fl-theme-yb .fl-inverted-color .fl-focus :focus,
.fl-theme-yb.fl-inverted-color.fl-focus :focus,
.fl-theme-yb .fl-inverted-color .selectable {outline: 0.2em solid #000;}
.fl-theme-by .fl-knockout,
.fl-theme-yb .fl-inverted-color .fl-knockout{background:transparent !important; color:#000;} /* Deprecated: use .fl-noBackgroundImages */
/* Icons */
.fl-theme-by .fl-icon,
.fl-theme-yb .fl-inverted-color .fl-icon {background-color:#ffff00;}
/* Tabs */
.fl-theme-by .fl-tabs,
.fl-theme-yb .fl-inverted-color .fl-tabs {border-bottom-color:#000;}
.fl-theme-by .fl-tabs li,
.fl-theme-by .fl-tabs li *,
.fl-theme-yb .fl-inverted-color .fl-tabs li,
.fl-theme-yb .fl-inverted-color .fl-tabs li * {border-color:#000; border-bottom-color:#000; }
.fl-theme-by .fl-tabs li,
.fl-theme-yb .fl-inverted-color .fl-tabs li {background-color:#000;}
.fl-theme-by .fl-tabs li *,
.fl-theme-yb .fl-inverted-color .fl-tabs li *{color:#ff0; font-weight:bold; background-color:#000;text-decoration:none;}
.fl-theme-by .fl-tabs li:hover,
.fl-theme-by .fl-tabs li:hover *,
.fl-theme-by .fl-tabs li a:hover,
.fl-theme-yb .fl-inverted-color .fl-tabs li:hover,
.fl-theme-yb .fl-inverted-color .fl-tabs li:hover *,
.fl-theme-yb .fl-inverted-color .fl-tabs li a:hover {color:#000; background-color:#ff0;}
.fl-theme-by .fl-tabs li.fl-tabs-active,
.fl-theme-by .fl-tabs li.fl-tabs-active a,
.fl-theme-by .fl-tabs li.fl-tabs-active a:hover,
.fl-theme-by .fl-tabs li.fl-activeTab,
.fl-theme-by .fl-tabs li.fl-activeTab:hover,
.fl-theme-by .fl-tabs li.fl-activeTab a,
.fl-theme-by .fl-tabs li.fl-activeTab a:hover,
.fl-theme-yb .fl-inverted-color .fl-tabs li.fl-tabs-active,
.fl-theme-yb .fl-inverted-color .fl-tabs li.fl-tabs-active a,
.fl-theme-yb .fl-inverted-color .fl-tabs li.fl-tabs-active a:hover,
.fl-theme-yb .fl-inverted-color .fl-tabs li.fl-activeTab,
.fl-theme-yb .fl-inverted-color .fl-tabs li.fl-activeTab:hover,
.fl-theme-yb .fl-inverted-color .fl-tabs li.fl-activeTab a,
.fl-theme-yb .fl-inverted-color .fl-tabs li.fl-activeTab a:hover {background-color: #ff0; border-bottom-color:#ff0; color:#000;}
.fl-theme-by .fl-tab-content,
.fl-theme-yb .fl-inverted-color .fl-tab-content {background-color:#ffff00; color:#000;}
/* Menu */
.fl-theme-by .fl-listmenu,
.fl-theme-by .fl-list-menu,
.fl-theme-yb .fl-inverted-color .fl-listmenu,
.fl-theme-yb .fl-inverted-color .fl-list-menu {border:1px solid #000; border-bottom-width:2px; background-color:#ff0;}
.fl-theme-by .fl-listmenu li,
.fl-theme-by .fl-list-menu li,
.fl-theme-by .fl-listmenu li a,
.fl-theme-by .fl-list-menu li a
.fl-theme-yb .fl-inverted-color .fl-listmenu li,
.fl-theme-yb .fl-inverted-color .fl-list-menu li,
.fl-theme-yb .fl-inverted-color .fl-listmenu li a,
.fl-theme-yb .fl-inverted-color .fl-list-menu li a {font-weight:bold; color:#000000; background-color:#ffff00; border-color:#000000; text-decoration:none;}
.fl-theme-by .fl-listmenu a:hover,
.fl-theme-by .fl-list-menu a:hover,
.fl-theme-yb .fl-inverted-color .fl-listmenu a:hover,
.fl-theme-yb .fl-inverted-color .fl-list-menu a:hover {background-color:#000000; color: #ffff00;}
.fl-theme-by .fl-listmenu .fl-activemenu a,
.fl-theme-by .fl-list-menu .fl-activemenu a,
.fl-theme-by .fl-listmenu .fl-activemenu a:hover,
.fl-theme-by .fl-list-menu .fl-activemenu a:hover,
.fl-theme-yb .fl-inverted-color .fl-listmenu .fl-activemenu a,
.fl-theme-yb .fl-inverted-color .fl-list-menu .fl-activemenu a,
.fl-theme-yb .fl-inverted-color .fl-listmenu .fl-activemenu a:hover,
.fl-theme-yb .fl-inverted-color .fl-list-menu .fl-activemenu a:hover { background-color: #000000; border-bottom-color:#ff0; color:#ffff00;}
/* Buttons */
.fl-theme-by .fl-button-left,
.fl-theme-by .fl-button-right,
.fl-theme-yb .fl-inverted-color .fl-button-left,
.fl-theme-yb .fl-inverted-color .fl-button-right {background-image:url(../images/themes/by/buttons-med-cap.png);}
.fl-theme-by .fl-button-inner,
.fl-theme-yb .fl-inverted-color .fl-button-inner {background-image:url(../images/themes/by/buttons-med-bg.png);}
/* Widget core */
.fl-theme-by .fl-widget,
.fl-theme-yb .fl-inverted-color .fl-widget {background-color:#000; border:1px solid #ff0;}
.fl-theme-by .fl-widget h2,
.fl-theme-yb .fl-inverted-color .fl-widget h2 {color:#000;}
.fl-theme-by .fl-widget a,
.fl-theme-yb .fl-inverted-color .fl-widget a {color:#000;}
.fl-theme-by .fl-widget .fl-icon-more,
.fl-theme-yb .fl-inverted-color .fl-widget .fl-icon-more {background-image:url('../images/themes/by/icon-widget-More.png'); margin-left:0px;}
.fl-theme-by .fl-widget .fl-icon-close,
.fl-theme-yb .fl-inverted-color .fl-widget .fl-icon-close {background-image:url('../images/themes/by/icon-widget-Close.png'); margin-right:0px;}
/* Widget titlebar */
.fl-theme-by .fl-widget .fl-widget-titlebar,
.fl-theme-yb .fl-inverted-color .fl-widget .fl-widget-titlebar {margin-bottom:3px;}
.fl-theme-by .fl-grabbable .fl-widget-titlebar,
.fl-theme-yb .fl-inverted-color .fl-grabbable .fl-widget-titlebar {background-image:url('../images/themes/by/icon-widget-gripper.png');}
.fl-theme-by .fl-grabbable .fl-widget-titlebar h2,
.fl-theme-yb .fl-inverted-color .fl-grabbable .fl-widget-titlebar h2 {display:inline;}
.fl-theme-by .fl-widget-titlebar .icon,
.fl-theme-yb .fl-inverted-color .fl-widget-titlebar .icon {background-position:center center;}
.fl-theme-by .fl-widget-titlebar .fl-button-right,
.fl-theme-by .fl-widget-titlebar .fl-button-left,
.fl-theme-yb .fl-inverted-color .fl-widget-titlebar .fl-button-right,
.fl-theme-yb .fl-inverted-color .fl-widget-titlebar .fl-button-left {color:#000000; background-image:url('../images/themes/by/buttons-titlebar-cap.png'); text-decoration:none;}
.fl-theme-by .fl-widget-titlebar .fl-button-inner,
.fl-theme-yb .fl-inverted-color .fl-widget-titlebar .fl-button-inner {background-image:url('../images/themes/by/buttons-titlebar-bg.png');}
/* Widget options */
.fl-theme-by .fl-widget .fl-widget-options,
.fl-theme-yb .fl-inverted-color .fl-widget .fl-widget-options {padding:0px;}
.fl-theme-by .fl-widget .fl-widget-options li,
.fl-theme-yb .fl-inverted-color .fl-widget .fl-widget-options li {border-left:1px solid #ff0;}
/* Widget content */
.fl-theme-by .fl-widget .fl-widget-content,
.fl-theme-yb .fl-inverted-color .fl-widget .fl-widget-content {background-color:#ff0;}
/*
* Infusion Components
*/
/* Progress */
.fl-theme-by .fl-progress-bounds,
.fl-theme-yb .fl-inverted-color .fl-progress-bounds {border-color:#000; background-color:#ff0;}
.fl-theme-by .fl-progress-fill,
.fl-theme-yb .fl-inverted-color .fl-progress-fill {color:#ff0; background-color:#000;}
/* Reorderer */
.fl-theme-by .fl-reorderer-dropMarker,
.fl-theme-yb .fl-inverted-color .fl-reorderer-dropMarker {background-color:#f00;}
/* Inline Edit */
.fl-theme-by .fl-inlineEdit-edit,
.fl-theme-yb .fl-inverted-color .fl-inlineEdit-edit {background-color:#000; color:#ff0; border: 0.1em solid #ff0; padding:0.1em; margin:-0.1em;} | reference/library/src/webapp/js/fluid/1.5/framework/fss/css/fss-theme-by.css | * General Styling
*/
.fl-theme-by,
.fl-theme-by *,
.fl-preview-theme.fl-theme-by,
.fl-theme-yb.fl-inverted-color,
.fl-theme-yb .fl-inverted-color,
.fl-theme-yb.fl-inverted-color *,
.fl-theme-yb .fl-inverted-color *,
.fl-preview-theme.fl-theme-yb.fl-inverted-color {color:#000000; background-color:#ffff00; border-color:#000000;}
/* Divs, inputs */
.fl-theme-by div,
.fl-theme-by input,
.fl-theme-yb .fl-inverted-color div,
.fl-theme-yb .fl-inverted-color input {color:#000000; background-color:#ffff00; border-color:#000;}
/* iframes */
.fl-theme-by iframe,
.fl-theme-yb .fl-inverted-color iframe {border-color:#000;}
/* Links */
.fl-theme-by a,
.fl-theme-yb .fl-inverted-color a {color: #000; font-weight:bold; background-color:#ff0;}
/* Headers */
.fl-theme-by h1,
.fl-theme-by h2,
.fl-theme-by h3,
.fl-theme-by h4,
.fl-theme-by h5,
.fl-theme-by h6,
.fl-theme-yb .fl-inverted-color h1,
.fl-theme-yb .fl-inverted-color h2,
.fl-theme-yb .fl-inverted-color h3,
.fl-theme-yb .fl-inverted-color h4,
.fl-theme-yb .fl-inverted-color h5,
.fl-theme-yb .fl-inverted-color h6 {color:#000; background-color:#ff0; border-color:#000;}
/* Tables */
.fl-theme-by th,
.fl-theme-yb .fl-inverted-color th {border:0.1em solid #000; background-color:#000; color:#ff0;}
.fl-theme-by td,
.fl-theme-yb .fl-inverted-color td {border:0.1em solid #000;}
/*
* FSS Elements
*/
/* Focus */
.fl-theme-by .fl-focus:focus,
.fl-theme-by .fl-focus :focus,
.fl-theme-by.fl-focus :focus,
.fl-theme-by .selectable,
.fl-theme-yb .fl-inverted-color .fl-focus:focus,
.fl-theme-yb .fl-inverted-color .fl-focus :focus,
.fl-theme-yb.fl-inverted-color.fl-focus :focus,
.fl-theme-yb .fl-inverted-color .selectable {outline: 0.2em solid #000;}
.fl-theme-by .fl-knockout,
.fl-theme-yb .fl-inverted-color .fl-knockout{background:transparent !important; color:#000;} /* Deprecated: use .fl-noBackgroundImages */
/* Icons */
.fl-theme-by .fl-icon,
.fl-theme-yb .fl-inverted-color .fl-icon {background-color:#ffff00;}
/* Tabs */
.fl-theme-by .fl-tabs,
.fl-theme-yb .fl-inverted-color .fl-tabs {border-bottom-color:#000;}
.fl-theme-by .fl-tabs li,
.fl-theme-by .fl-tabs li *,
.fl-theme-yb .fl-inverted-color .fl-tabs li,
.fl-theme-yb .fl-inverted-color .fl-tabs li * {border-color:#000; border-bottom-color:#000; }
.fl-theme-by .fl-tabs li,
.fl-theme-yb .fl-inverted-color .fl-tabs li {background-color:#000;}
.fl-theme-by .fl-tabs li *,
.fl-theme-yb .fl-inverted-color .fl-tabs li *{color:#ff0; font-weight:bold; background-color:#000;text-decoration:none;}
.fl-theme-by .fl-tabs li:hover,
.fl-theme-by .fl-tabs li:hover *,
.fl-theme-by .fl-tabs li a:hover,
.fl-theme-yb .fl-inverted-color .fl-tabs li:hover,
.fl-theme-yb .fl-inverted-color .fl-tabs li:hover *,
.fl-theme-yb .fl-inverted-color .fl-tabs li a:hover {color:#000; background-color:#ff0;}
.fl-theme-by .fl-tabs li.fl-tabs-active,
.fl-theme-by .fl-tabs li.fl-tabs-active a,
.fl-theme-by .fl-tabs li.fl-tabs-active a:hover,
.fl-theme-by .fl-tabs li.fl-activeTab,
.fl-theme-by .fl-tabs li.fl-activeTab:hover,
.fl-theme-by .fl-tabs li.fl-activeTab a,
.fl-theme-by .fl-tabs li.fl-activeTab a:hover,
.fl-theme-yb .fl-inverted-color .fl-tabs li.fl-tabs-active,
.fl-theme-yb .fl-inverted-color .fl-tabs li.fl-tabs-active a,
.fl-theme-yb .fl-inverted-color .fl-tabs li.fl-tabs-active a:hover,
.fl-theme-yb .fl-inverted-color .fl-tabs li.fl-activeTab,
.fl-theme-yb .fl-inverted-color .fl-tabs li.fl-activeTab:hover,
.fl-theme-yb .fl-inverted-color .fl-tabs li.fl-activeTab a,
.fl-theme-yb .fl-inverted-color .fl-tabs li.fl-activeTab a:hover {background-color: #ff0; border-bottom-color:#ff0; color:#000;}
.fl-theme-by .fl-tab-content,
.fl-theme-yb .fl-inverted-color .fl-tab-content {background-color:#ffff00; color:#000;}
/* Menu */
.fl-theme-by .fl-listmenu,
.fl-theme-by .fl-list-menu,
.fl-theme-yb .fl-inverted-color .fl-listmenu,
.fl-theme-yb .fl-inverted-color .fl-list-menu {border:1px solid #000; border-bottom-width:2px; background-color:#ff0;}
.fl-theme-by .fl-listmenu li,
.fl-theme-by .fl-list-menu li,
.fl-theme-by .fl-listmenu li a,
.fl-theme-by .fl-list-menu li a
.fl-theme-yb .fl-inverted-color .fl-listmenu li,
.fl-theme-yb .fl-inverted-color .fl-list-menu li,
.fl-theme-yb .fl-inverted-color .fl-listmenu li a,
.fl-theme-yb .fl-inverted-color .fl-list-menu li a {font-weight:bold; color:#000000; background-color:#ffff00; border-color:#000000; text-decoration:none;}
.fl-theme-by .fl-listmenu a:hover,
.fl-theme-by .fl-list-menu a:hover,
.fl-theme-yb .fl-inverted-color .fl-listmenu a:hover,
.fl-theme-yb .fl-inverted-color .fl-list-menu a:hover {background-color:#000000; color: #ffff00;}
.fl-theme-by .fl-listmenu .fl-activemenu a,
.fl-theme-by .fl-list-menu .fl-activemenu a,
.fl-theme-by .fl-listmenu .fl-activemenu a:hover,
.fl-theme-by .fl-list-menu .fl-activemenu a:hover,
.fl-theme-yb .fl-inverted-color .fl-listmenu .fl-activemenu a,
.fl-theme-yb .fl-inverted-color .fl-list-menu .fl-activemenu a,
.fl-theme-yb .fl-inverted-color .fl-listmenu .fl-activemenu a:hover,
.fl-theme-yb .fl-inverted-color .fl-list-menu .fl-activemenu a:hover { background-color: #000000; border-bottom-color:#ff0; color:#ffff00;}
/* Buttons */
.fl-theme-by .fl-button-left,
.fl-theme-by .fl-button-right,
.fl-theme-yb .fl-inverted-color .fl-button-left,
.fl-theme-yb .fl-inverted-color .fl-button-right {background-image:url(../images/themes/by/buttons-med-cap.png);}
.fl-theme-by .fl-button-inner,
.fl-theme-yb .fl-inverted-color .fl-button-inner {background-image:url(../images/themes/by/buttons-med-bg.png);}
/* Widget core */
.fl-theme-by .fl-widget,
.fl-theme-yb .fl-inverted-color .fl-widget {background-color:#000; border:1px solid #ff0;}
.fl-theme-by .fl-widget h2,
.fl-theme-yb .fl-inverted-color .fl-widget h2 {color:#000;}
.fl-theme-by .fl-widget a,
.fl-theme-yb .fl-inverted-color .fl-widget a {color:#000;}
.fl-theme-by .fl-widget .fl-icon-more,
.fl-theme-yb .fl-inverted-color .fl-widget .fl-icon-more {background-image:url('../images/themes/by/icon-widget-More.png'); margin-left:0px;}
.fl-theme-by .fl-widget .fl-icon-close,
.fl-theme-yb .fl-inverted-color .fl-widget .fl-icon-close {background-image:url('../images/themes/by/icon-widget-Close.png'); margin-right:0px;}
/* Widget titlebar */
.fl-theme-by .fl-widget .fl-widget-titlebar,
.fl-theme-yb .fl-inverted-color .fl-widget .fl-widget-titlebar {margin-bottom:3px;}
.fl-theme-by .fl-grabbable .fl-widget-titlebar,
.fl-theme-yb .fl-inverted-color .fl-grabbable .fl-widget-titlebar {background-image:url('../images/themes/by/icon-widget-gripper.png');}
.fl-theme-by .fl-grabbable .fl-widget-titlebar h2,
.fl-theme-yb .fl-inverted-color .fl-grabbable .fl-widget-titlebar h2 {display:inline;}
.fl-theme-by .fl-widget-titlebar .icon,
.fl-theme-yb .fl-inverted-color .fl-widget-titlebar .icon {background-position:center center;}
.fl-theme-by .fl-widget-titlebar .fl-button-right,
.fl-theme-by .fl-widget-titlebar .fl-button-left,
.fl-theme-yb .fl-inverted-color .fl-widget-titlebar .fl-button-right,
.fl-theme-yb .fl-inverted-color .fl-widget-titlebar .fl-button-left {color:#000000; background-image:url('../images/themes/by/buttons-titlebar-cap.png'); text-decoration:none;}
.fl-theme-by .fl-widget-titlebar .fl-button-inner,
.fl-theme-yb .fl-inverted-color .fl-widget-titlebar .fl-button-inner {background-image:url('../images/themes/by/buttons-titlebar-bg.png');}
/* Widget options */
.fl-theme-by .fl-widget .fl-widget-options,
.fl-theme-yb .fl-inverted-color .fl-widget .fl-widget-options {padding:0px;}
.fl-theme-by .fl-widget .fl-widget-options li,
.fl-theme-yb .fl-inverted-color .fl-widget .fl-widget-options li {border-left:1px solid #ff0;}
/* Widget content */
.fl-theme-by .fl-widget .fl-widget-content,
.fl-theme-yb .fl-inverted-color .fl-widget .fl-widget-content {background-color:#ff0;}
/*
* Infusion Components
*/
/* Progress */
.fl-theme-by .fl-progress-bounds,
.fl-theme-yb .fl-inverted-color .fl-progress-bounds {border-color:#000; background-color:#ff0;}
.fl-theme-by .fl-progress-fill,
.fl-theme-yb .fl-inverted-color .fl-progress-fill {color:#ff0; background-color:#000;}
/* Reorderer */
.fl-theme-by .fl-reorderer-dropMarker,
.fl-theme-yb .fl-inverted-color .fl-reorderer-dropMarker {background-color:#f00;}
/* Inline Edit */
.fl-theme-by .fl-inlineEdit-edit,
.fl-theme-yb .fl-inverted-color .fl-inlineEdit-edit {background-color:#000; color:#ff0; border: 0.1em solid #ff0; padding:0.1em; margin:-0.1em;} | 0.221098 | 0.045756 |
body {font-family: Montserrat; font-size: 13px; padding: 10px 0px 40px 0px; color: #333;}
h1 {font-size: 48px; margin-bottom: 20px;}
.highlighted {color: #D73F3F; opacity: 1; transition: opacity .25s ease-in-out;}
.highlighted:hover {opacity: 0.5;}
a {text-decoration: none; color: #333;}
a:hover {padding-bottom: 1px; border-bottom: 1px dotted #333;}
p a {color: #D73F3F;}
.light-type {color: #777;} /* #06DDA0 */
.dim {color: #acacac;}
.fancy {font-family: baskerville, garamond, serif; font-weight: lighter; font-style: italic;}
#wrapper {margin: 0px auto; max-width: 900px; padding-top: 40px; }
ul.nav {list-style: none; margin: 0px; padding: 0px; color: #D73F3F;}
ul.nav li {display: inline; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; padding-right: 4px;}
ul.nav a {color: #D73F3F; border-bottom: 1px dotted #D73F3F;}
ul.nav a.dim {color: #acacac; border-bottom: 1px dotted #acacac;}
ul.nav a:hover {font-weight: 900;}
#filters {padding: 30px 0px; overflow: auto;}
#tags {line-height: 25px;}
table {border-spacing: 0px; min-width: 900px; margin: 0 auto;}
th {padding: 10px}
td, text {padding: 5px 10px; font-size: 12px; font-weight: lighter; line-height: 18px;}
td.article a:visited {color: #777;}
td.date {min-width: 119px;}
tr {text-align: left; vertical-align: top; padding: 4px 0px;}
tr:nth-child(2n+2) {background: #eee;}
.tHeader {cursor: pointer;}
.tHeader::after {content: " \2193 \2191 "; font-size: 10px; padding-left: 3px;}
input {margin: 12px 0px; border: none; border-bottom: 1px solid #333; background-color: transparent; padding: 0px; color: #acacac; font-size: 13px; height: 22px; font-family: Montserrat;}
.sml-button {border-radius: 1px; cursor: pointer; margin-left: 4px; padding: 4px 6px; background-color: #D73F3F; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; text-align: center; color: #fff; font-family: Montserrat;}
.sml-button:hover {background: #eee;}
.button-pressed {background: #D73F3F;}
#info {padding: 30px 0px;} | css/style.css | body {font-family: Montserrat; font-size: 13px; padding: 10px 0px 40px 0px; color: #333;}
h1 {font-size: 48px; margin-bottom: 20px;}
.highlighted {color: #D73F3F; opacity: 1; transition: opacity .25s ease-in-out;}
.highlighted:hover {opacity: 0.5;}
a {text-decoration: none; color: #333;}
a:hover {padding-bottom: 1px; border-bottom: 1px dotted #333;}
p a {color: #D73F3F;}
.light-type {color: #777;} /* #06DDA0 */
.dim {color: #acacac;}
.fancy {font-family: baskerville, garamond, serif; font-weight: lighter; font-style: italic;}
#wrapper {margin: 0px auto; max-width: 900px; padding-top: 40px; }
ul.nav {list-style: none; margin: 0px; padding: 0px; color: #D73F3F;}
ul.nav li {display: inline; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; padding-right: 4px;}
ul.nav a {color: #D73F3F; border-bottom: 1px dotted #D73F3F;}
ul.nav a.dim {color: #acacac; border-bottom: 1px dotted #acacac;}
ul.nav a:hover {font-weight: 900;}
#filters {padding: 30px 0px; overflow: auto;}
#tags {line-height: 25px;}
table {border-spacing: 0px; min-width: 900px; margin: 0 auto;}
th {padding: 10px}
td, text {padding: 5px 10px; font-size: 12px; font-weight: lighter; line-height: 18px;}
td.article a:visited {color: #777;}
td.date {min-width: 119px;}
tr {text-align: left; vertical-align: top; padding: 4px 0px;}
tr:nth-child(2n+2) {background: #eee;}
.tHeader {cursor: pointer;}
.tHeader::after {content: " \2193 \2191 "; font-size: 10px; padding-left: 3px;}
input {margin: 12px 0px; border: none; border-bottom: 1px solid #333; background-color: transparent; padding: 0px; color: #acacac; font-size: 13px; height: 22px; font-family: Montserrat;}
.sml-button {border-radius: 1px; cursor: pointer; margin-left: 4px; padding: 4px 6px; background-color: #D73F3F; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; text-align: center; color: #fff; font-family: Montserrat;}
.sml-button:hover {background: #eee;}
.button-pressed {background: #D73F3F;}
#info {padding: 30px 0px;} | 0.196595 | 0.204759 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: sans-serif;
color: #333;
background-color: #fff;
}
.skz-header {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 75rem;
margin: 0 auto;
padding: 0 1rem;
}
.skz-logo {
display: block;
width: auto;
height: 4rem;
}
.skz-nav a {
color: #fff;
text-decoration: none;
font-weight: bold;
}
.skz-github {
color: #fff;
text-decoration: none;
font-size: 0.8rem;
padding: 0.2rem 0.5rem;
border-radius: 3rem;
border: 1px solid #fff;
}
.skz-nav a:not(:last-child) {
margin-right: 2rem;
}
.skz-hero {
position: relative;
min-height: 40rem;
height: 30vh;
margin-bottom: 10rem;
background: linear-gradient(to bottom, #ff512f, #f09819);
}
.skz-title {
margin-top: 3rem;
margin-bottom: 2rem;
text-align: center;
font-size: 3rem;
color: #fff;
}
.skz-download {
position: relative;
z-index: 2;
display: inline-block;
padding: 1rem 2rem;
color: #fff;
font-weight: bold;
font-size: 1.3rem;
text-decoration: none;
border: 2px solid #fff;
border-radius: 4rem;
cursor: pointer;
opacity: 0.5;
}
.skz-download[href] {
opacity: 1;
}
.skz-illustration {
position: absolute;
left: 50%;
bottom: -10rem;
height: 35rem;
transform: translateX(-50%);
}
.skz-hero-content {
text-align: center;
}
.skz-details {
position: relative;
width: 100%;
max-width: 75rem;
margin: 0 auto;
}
.skz-details img {
float: left;
width: 400px;
height: auto;
margin-right: 2rem;
box-shadow: 5px 5px 10px #ccc;
}
.skz-details:nth-child(even) {
margin-top: 8rem;
margin-bottom: 8rem;
color: #fff;
}
.skz-details:nth-child(even) p {
color: #fff;
}
.skz-details:nth-child(even):before {
content: '';
position: absolute;
left: -50vw;
right: -50vw;
top: -3rem;
bottom: -3rem;
background-color: #f09819;
transform: skewY(-2deg);
}
.skz-detail {
position: relative;
z-index: 1;
margin-bottom: 5rem;
}
.skz-detail h2 {
margin-bottom: 1rem;
font-size: 2rem;
}
.skz-detail p {
font-size: 1.3rem;
color: #444;
}
.skz-footer {
text-align: center;
color: #fff;
font-size: 0.8rem;
padding: 3rem;
background: linear-gradient(to bottom, #f09819, #ff512f);
}
.skz-footer .skz-download {
margin-bottom: 2rem;
}
.skz-footer a {
color: #fff;
}
.skz-content {
overflow: hidden;
} | docs/styles.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: sans-serif;
color: #333;
background-color: #fff;
}
.skz-header {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 75rem;
margin: 0 auto;
padding: 0 1rem;
}
.skz-logo {
display: block;
width: auto;
height: 4rem;
}
.skz-nav a {
color: #fff;
text-decoration: none;
font-weight: bold;
}
.skz-github {
color: #fff;
text-decoration: none;
font-size: 0.8rem;
padding: 0.2rem 0.5rem;
border-radius: 3rem;
border: 1px solid #fff;
}
.skz-nav a:not(:last-child) {
margin-right: 2rem;
}
.skz-hero {
position: relative;
min-height: 40rem;
height: 30vh;
margin-bottom: 10rem;
background: linear-gradient(to bottom, #ff512f, #f09819);
}
.skz-title {
margin-top: 3rem;
margin-bottom: 2rem;
text-align: center;
font-size: 3rem;
color: #fff;
}
.skz-download {
position: relative;
z-index: 2;
display: inline-block;
padding: 1rem 2rem;
color: #fff;
font-weight: bold;
font-size: 1.3rem;
text-decoration: none;
border: 2px solid #fff;
border-radius: 4rem;
cursor: pointer;
opacity: 0.5;
}
.skz-download[href] {
opacity: 1;
}
.skz-illustration {
position: absolute;
left: 50%;
bottom: -10rem;
height: 35rem;
transform: translateX(-50%);
}
.skz-hero-content {
text-align: center;
}
.skz-details {
position: relative;
width: 100%;
max-width: 75rem;
margin: 0 auto;
}
.skz-details img {
float: left;
width: 400px;
height: auto;
margin-right: 2rem;
box-shadow: 5px 5px 10px #ccc;
}
.skz-details:nth-child(even) {
margin-top: 8rem;
margin-bottom: 8rem;
color: #fff;
}
.skz-details:nth-child(even) p {
color: #fff;
}
.skz-details:nth-child(even):before {
content: '';
position: absolute;
left: -50vw;
right: -50vw;
top: -3rem;
bottom: -3rem;
background-color: #f09819;
transform: skewY(-2deg);
}
.skz-detail {
position: relative;
z-index: 1;
margin-bottom: 5rem;
}
.skz-detail h2 {
margin-bottom: 1rem;
font-size: 2rem;
}
.skz-detail p {
font-size: 1.3rem;
color: #444;
}
.skz-footer {
text-align: center;
color: #fff;
font-size: 0.8rem;
padding: 3rem;
background: linear-gradient(to bottom, #f09819, #ff512f);
}
.skz-footer .skz-download {
margin-bottom: 2rem;
}
.skz-footer a {
color: #fff;
}
.skz-content {
overflow: hidden;
} | 0.445047 | 0.079746 |