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
.row { display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; width: 100%; } @media screen and (min-width: 320px) { .col-xs-1 { width: 10%; } .offset-xs-1 { margin-left: 10%; } .col-xs-2 { width: 20%; } .offset-xs-2 { margin-left: 20%; } .col-xs-3 { width: 30%; } .offset-xs-3 { margin-left: 30%; } .col-xs-4 { width: 40%; } .offset-xs-4 { margin-left: 40%; } .col-xs-5 { width: 50%; } .offset-xs-5 { margin-left: 50%; } .col-xs-6 { width: 60%; } .offset-xs-6 { margin-left: 60%; } .col-xs-7 { width: 70%; } .offset-xs-7 { margin-left: 70%; } .col-xs-8 { width: 80%; } .offset-xs-8 { margin-left: 80%; } .col-xs-9 { width: 90%; } .offset-xs-9 { margin-left: 90%; } .col-xs-10 { width: 100%; } .offset-xs-10 { margin-left: 100%; } .col-xs-last { order: 10000; } .col-xs-first { order: -1; } .hide-up-xs { display: none; } } @media screen and (max-width: 319px) { .hide-down-xs { display: none; } } @media screen and (min-width: 480px) { .col-sm-1 { width: 10%; } .offset-sm-1 { margin-left: 10%; } .col-sm-2 { width: 20%; } .offset-sm-2 { margin-left: 20%; } .col-sm-3 { width: 30%; } .offset-sm-3 { margin-left: 30%; } .col-sm-4 { width: 40%; } .offset-sm-4 { margin-left: 40%; } .col-sm-5 { width: 50%; } .offset-sm-5 { margin-left: 50%; } .col-sm-6 { width: 60%; } .offset-sm-6 { margin-left: 60%; } .col-sm-7 { width: 70%; } .offset-sm-7 { margin-left: 70%; } .col-sm-8 { width: 80%; } .offset-sm-8 { margin-left: 80%; } .col-sm-9 { width: 90%; } .offset-sm-9 { margin-left: 90%; } .col-sm-10 { width: 100%; } .offset-sm-10 { margin-left: 100%; } .col-sm-last { order: 10000; } .col-sm-first { order: -1; } .hide-up-sm { display: none; } } @media screen and (max-width: 479px) { .hide-down-sm { display: none; } } @media screen and (min-width: 768px) { .col-md-1 { width: 10%; } .offset-md-1 { margin-left: 10%; } .col-md-2 { width: 20%; } .offset-md-2 { margin-left: 20%; } .col-md-3 { width: 30%; } .offset-md-3 { margin-left: 30%; } .col-md-4 { width: 40%; } .offset-md-4 { margin-left: 40%; } .col-md-5 { width: 50%; } .offset-md-5 { margin-left: 50%; } .col-md-6 { width: 60%; } .offset-md-6 { margin-left: 60%; } .col-md-7 { width: 70%; } .offset-md-7 { margin-left: 70%; } .col-md-8 { width: 80%; } .offset-md-8 { margin-left: 80%; } .col-md-9 { width: 90%; } .offset-md-9 { margin-left: 90%; } .col-md-10 { width: 100%; } .offset-md-10 { margin-left: 100%; } .col-md-last { order: 10000; } .col-md-first { order: -1; } .hide-up-md { display: none; } } @media screen and (max-width: 767px) { .hide-down-md { display: none; } } @media screen and (min-width: 992px) { .col-lg-1 { width: 10%; } .offset-lg-1 { margin-left: 10%; } .col-lg-2 { width: 20%; } .offset-lg-2 { margin-left: 20%; } .col-lg-3 { width: 30%; } .offset-lg-3 { margin-left: 30%; } .col-lg-4 { width: 40%; } .offset-lg-4 { margin-left: 40%; } .col-lg-5 { width: 50%; } .offset-lg-5 { margin-left: 50%; } .col-lg-6 { width: 60%; } .offset-lg-6 { margin-left: 60%; } .col-lg-7 { width: 70%; } .offset-lg-7 { margin-left: 70%; } .col-lg-8 { width: 80%; } .offset-lg-8 { margin-left: 80%; } .col-lg-9 { width: 90%; } .offset-lg-9 { margin-left: 90%; } .col-lg-10 { width: 100%; } .offset-lg-10 { margin-left: 100%; } .col-lg-last { order: 10000; } .col-lg-first { order: -1; } .hide-up-lg { display: none; } } @media screen and (max-width: 991px) { .hide-down-lg { display: none; } } @media screen and (min-width: 1200px) { .col-xl-1 { width: 10%; } .offset-xl-1 { margin-left: 10%; } .col-xl-2 { width: 20%; } .offset-xl-2 { margin-left: 20%; } .col-xl-3 { width: 30%; } .offset-xl-3 { margin-left: 30%; } .col-xl-4 { width: 40%; } .offset-xl-4 { margin-left: 40%; } .col-xl-5 { width: 50%; } .offset-xl-5 { margin-left: 50%; } .col-xl-6 { width: 60%; } .offset-xl-6 { margin-left: 60%; } .col-xl-7 { width: 70%; } .offset-xl-7 { margin-left: 70%; } .col-xl-8 { width: 80%; } .offset-xl-8 { margin-left: 80%; } .col-xl-9 { width: 90%; } .offset-xl-9 { margin-left: 90%; } .col-xl-10 { width: 100%; } .offset-xl-10 { margin-left: 100%; } .col-xl-last { order: 10000; } .col-xl-first { order: -1; } .hide-up-xl { display: none; } } @media screen and (max-width: 1199px) { .hide-down-xl { display: none; } } /*# sourceMappingURL=flex-grid.css.map */
styles/flex-grid.css
.row { display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; width: 100%; } @media screen and (min-width: 320px) { .col-xs-1 { width: 10%; } .offset-xs-1 { margin-left: 10%; } .col-xs-2 { width: 20%; } .offset-xs-2 { margin-left: 20%; } .col-xs-3 { width: 30%; } .offset-xs-3 { margin-left: 30%; } .col-xs-4 { width: 40%; } .offset-xs-4 { margin-left: 40%; } .col-xs-5 { width: 50%; } .offset-xs-5 { margin-left: 50%; } .col-xs-6 { width: 60%; } .offset-xs-6 { margin-left: 60%; } .col-xs-7 { width: 70%; } .offset-xs-7 { margin-left: 70%; } .col-xs-8 { width: 80%; } .offset-xs-8 { margin-left: 80%; } .col-xs-9 { width: 90%; } .offset-xs-9 { margin-left: 90%; } .col-xs-10 { width: 100%; } .offset-xs-10 { margin-left: 100%; } .col-xs-last { order: 10000; } .col-xs-first { order: -1; } .hide-up-xs { display: none; } } @media screen and (max-width: 319px) { .hide-down-xs { display: none; } } @media screen and (min-width: 480px) { .col-sm-1 { width: 10%; } .offset-sm-1 { margin-left: 10%; } .col-sm-2 { width: 20%; } .offset-sm-2 { margin-left: 20%; } .col-sm-3 { width: 30%; } .offset-sm-3 { margin-left: 30%; } .col-sm-4 { width: 40%; } .offset-sm-4 { margin-left: 40%; } .col-sm-5 { width: 50%; } .offset-sm-5 { margin-left: 50%; } .col-sm-6 { width: 60%; } .offset-sm-6 { margin-left: 60%; } .col-sm-7 { width: 70%; } .offset-sm-7 { margin-left: 70%; } .col-sm-8 { width: 80%; } .offset-sm-8 { margin-left: 80%; } .col-sm-9 { width: 90%; } .offset-sm-9 { margin-left: 90%; } .col-sm-10 { width: 100%; } .offset-sm-10 { margin-left: 100%; } .col-sm-last { order: 10000; } .col-sm-first { order: -1; } .hide-up-sm { display: none; } } @media screen and (max-width: 479px) { .hide-down-sm { display: none; } } @media screen and (min-width: 768px) { .col-md-1 { width: 10%; } .offset-md-1 { margin-left: 10%; } .col-md-2 { width: 20%; } .offset-md-2 { margin-left: 20%; } .col-md-3 { width: 30%; } .offset-md-3 { margin-left: 30%; } .col-md-4 { width: 40%; } .offset-md-4 { margin-left: 40%; } .col-md-5 { width: 50%; } .offset-md-5 { margin-left: 50%; } .col-md-6 { width: 60%; } .offset-md-6 { margin-left: 60%; } .col-md-7 { width: 70%; } .offset-md-7 { margin-left: 70%; } .col-md-8 { width: 80%; } .offset-md-8 { margin-left: 80%; } .col-md-9 { width: 90%; } .offset-md-9 { margin-left: 90%; } .col-md-10 { width: 100%; } .offset-md-10 { margin-left: 100%; } .col-md-last { order: 10000; } .col-md-first { order: -1; } .hide-up-md { display: none; } } @media screen and (max-width: 767px) { .hide-down-md { display: none; } } @media screen and (min-width: 992px) { .col-lg-1 { width: 10%; } .offset-lg-1 { margin-left: 10%; } .col-lg-2 { width: 20%; } .offset-lg-2 { margin-left: 20%; } .col-lg-3 { width: 30%; } .offset-lg-3 { margin-left: 30%; } .col-lg-4 { width: 40%; } .offset-lg-4 { margin-left: 40%; } .col-lg-5 { width: 50%; } .offset-lg-5 { margin-left: 50%; } .col-lg-6 { width: 60%; } .offset-lg-6 { margin-left: 60%; } .col-lg-7 { width: 70%; } .offset-lg-7 { margin-left: 70%; } .col-lg-8 { width: 80%; } .offset-lg-8 { margin-left: 80%; } .col-lg-9 { width: 90%; } .offset-lg-9 { margin-left: 90%; } .col-lg-10 { width: 100%; } .offset-lg-10 { margin-left: 100%; } .col-lg-last { order: 10000; } .col-lg-first { order: -1; } .hide-up-lg { display: none; } } @media screen and (max-width: 991px) { .hide-down-lg { display: none; } } @media screen and (min-width: 1200px) { .col-xl-1 { width: 10%; } .offset-xl-1 { margin-left: 10%; } .col-xl-2 { width: 20%; } .offset-xl-2 { margin-left: 20%; } .col-xl-3 { width: 30%; } .offset-xl-3 { margin-left: 30%; } .col-xl-4 { width: 40%; } .offset-xl-4 { margin-left: 40%; } .col-xl-5 { width: 50%; } .offset-xl-5 { margin-left: 50%; } .col-xl-6 { width: 60%; } .offset-xl-6 { margin-left: 60%; } .col-xl-7 { width: 70%; } .offset-xl-7 { margin-left: 70%; } .col-xl-8 { width: 80%; } .offset-xl-8 { margin-left: 80%; } .col-xl-9 { width: 90%; } .offset-xl-9 { margin-left: 90%; } .col-xl-10 { width: 100%; } .offset-xl-10 { margin-left: 100%; } .col-xl-last { order: 10000; } .col-xl-first { order: -1; } .hide-up-xl { display: none; } } @media screen and (max-width: 1199px) { .hide-down-xl { display: none; } } /*# sourceMappingURL=flex-grid.css.map */
0.503662
0.098036
@font-face { font-family: 'robotoblack'; src: url('../fonts/roboto/roboto-black-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-black-webfont.woff') format('woff'); font-weight: normal; font-style: normal;} @font-face {font-family: 'robotobold'; src: url('../fonts/roboto/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal;} @font-face { font-family: 'robotoitalic'; src: url('../fonts/roboto/roboto-italic-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-italic-webfont.woff') format('woff'); font-weight: normal; font-style: normal;} @font-face { font-family: 'robotomedium'; src: url('../fonts/roboto/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-medium-webfont.woff') format('woff'); font-weight: normal; font-style: normal;} @font-face { font-family: 'robotoregular'; src: url('../fonts/roboto/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-regular-webfont.woff') format('woff'); font-weight: normal;font-style: normal;} body{ margin:0px; height:0px; outline: none !important; font-family: 'robotoregular'; } *{outline: none !important; } html { scroll-behavior: smooth; } header .D-logo-section {max-width: 142px;width:100%; margin-right: 15px;} header .D-logo-section img{width: 100%; height:100%; object-fit: contain;} header .fixed-data-scroll{display: none;} .header-fixed{position: fixed;width: 100%; z-index: 1; top: 0;} .header-fixed .nav-top-section {display: none; transition: .5s;} .header-fixed .fixed-data-scroll {display: block; transition: top .2s linear;} .nav-top-section .dropdown-toggle.nav-link{background: #08087b; color: #fff; font-family: 'robotomedium';border-radius: 0px; padding: 5px 15px;font-size: 18px;box-shadow: 0px 3px 6px rgb(0 0 0 / 50%); padding-left: 30px; padding-right: 30px; border-radius: 8px;} .nav-top-section .dropdown-menu .dropdown-item{font-size: 16px; color: #08087b; font-family: 'robotomedium';padding: 10px 15px;} header .navbar{padding:0px;} /*.top-padding .main-body-content{ display: grid; grid-row-gap: 60px;} */ /* footer */ footer{ background: #363636; width: 100%; display: block; padding:50px 0px 90px;} .footer-top{width:100%;} .footer-top .user-links{margin-bottom: 20px;} .footer-top .user-links .title{color: #fff; letter-spacing: 0.9px; font-family: 'robotobold'; font-size: 22px; margin-bottom:20px; display: block;} .footer-top .user-links ul{list-style: none; padding:0; margin:0;} .footer-top .user-links ul li .nav-links{color: #fff; margin-bottom:12px; font-family: 'robotomedium'; letter-spacing: 0.9px; font-size: 14px;display: inline-block;} .footer-top .user-links ul li .nav-links:hover{text-decoration: none; color: #f07e1f;} .social-links{list-style: none; padding:0; margin:0; margin-bottom: 10px; display: flex; flex-wrap: wrap;} .social-links li{width:50%; display: block;margin: 0px auto 20px; /* text-align: center; */} .social-links .social-icon i{color: #fff; font-size: 28px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;} .social-links .social-icon i:hover{-webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -o-transform: translateY(-5px);-ms-transform: translateY(-5px);transform: translateY(-5px);} .footer-top hr{border-color: #fff;} .footer-top .address{max-width:60%; width: 100%;padding-top: 20px;} .footer-top .address p{color: #fff; letter-spacing: 0.9px; font-size: 16px; margin-bottom: 0px;} .footer-top .data-position{position: unset;} /* home page */ .sucess-user{position: relative;margin-bottom: 40px; padding: 30px 0px;} .sucess-user .item{position: relative;} .sucess-user .item .card-box{/* border-right:2px solid #c0c0c0; */ padding:15px;max-width: 250px; width: 100%;} .sucess-user .item .card-box::before{position: absolute; right:0; content: ""; width:2px; height:90%; background: #c0c0c0; top:0;} .sucess-user .item .card-box .card-img{max-width: 100%;border:0;border-radius:0px; width:100%;position: relative; height: 135px;} .sucess-user .item .card-box .card-img img{width: 100%; height:100%;object-fit: cover;} .sucess-user .item .card-box .play-icon{ padding-bottom: 5px; padding-left: 5px;cursor: pointer; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); width:40px; height:40px; border-radius: 50%; background: #f07e1f;color: #fff; font-size: 20px; display: flex;align-items: center;justify-content: center;} .sucess-user .item .card-box .play-icon::before{content: ""; position: absolute; z-index:-1; left: 50%;top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width:40px; height:40px; background: #f07e1f; border-radius: 50%; animation: pulse-border 1500ms ease-out infinite;} .sucess-user .item .card-box .C-user{color: #1c489a; font-size:22px;font-family: 'robotomedium'; margin-bottom:15px;} .sucess-user .item .card-box .C-data{background: #1b4594; padding:5px; color: #fff; font-size:16px;} .sucess-user .item .card-box .C-data span{font-family: 'robotobold'; font-size:19px;display: block;} .sucess-user .item .card-box .card-body{padding:10px 0px;} .support-panel .support-content{padding:20px 0px 50px;} .support-panel .support-content .S-panel{font-size:24px;font-family: 'robotomedium'; color: #000; margin-bottom: 20px;} .support-panel .support-content .S-tel-no{font-size: 64px;color: #242424; font-family: 'robotoblack';letter-spacing: 0.8px; margin-bottom: 20px;display: inline-block;} .support-panel .support-content .S-content{font-size:19px;color: #000; margin-bottom: 0px;} .heading-common{margin-bottom: 30px; background: #f07e1f; padding:7px 35px; color: #fff; font-size:26px;display: block;max-width:650px;width: 100%;} .about-contain{width:100%;margin:0px auto; } .panel-group{margin-bottom:30px;} .panel {margin-bottom:12px;border-radius:0px; position: relative;overflow: hidden;} .panel-title > a::before {background-color: #1b4594; content:"\f068";width:50px;height:100%;font-size: 18px; position: absolute; right:0px;top:0px; font-family: "Font Awesome 5 Free"; font-weight: 600; display: flex; align-items: center; justify-content: center;} .panel-title > a.collapsed::before {content:"\f067"; } .panel-title > a {text-decoration: none; } .panel-body{ width:100%;background-color: #f7f7f7;} .panel-body .description{padding:14px 20px;border: 1px solid #000; font-size:16px; hyphens: none; color:#000; margin-bottom:0px !important;} .panel .panel-heading .panel-title{ margin-bottom:0px; } .panel .panel-heading .panel-title a{color:#fff;font-size:18px; border-radius:0px; overflow: hidden; line-height: 1.5; background-color: #1b4594; width:100%;display: block; margin-bottom: 0px; position: relative;padding:16px 60px 15px 20px;} .panel .panel-heading .panel-title a.collapsed{border-radius: 0px; } .pricing-table{padding:30px 0px 60px;} .sucess-user .owl-nav i{font-size: 35px;} .sucess-user .owl-nav {position: absolute;z-index: 9; top: 40%; width: 100%; transform: translateY(-50%); } .sucess-user .owl-nav .owl-next{right:-30px; position: absolute;z-index: 999;} .sucess-user .owl-nav .owl-prev{left:-30px; position: absolute;} .sucess-user .owl-carousel::before{content: ""; position: absolute;right: -34px; width: 50px; min-height: 270px; box-shadow: -10px 0px 15px 15px #fff; background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgb(255, 255, 255)); top: 0; z-index:9;} .priceing-card .Price-data sub{bottom:0px;color: #1c489a;left: 5px;} .Programs-Fee{margin-bottom: 30px;} .priceing-card{position: relative; box-shadow:0px 0px 8px rgba(0,0,0,0.25);height: 100%;transition:.5s; background: #fff;max-width:335px; width: 100%; display: flex; flex-direction: column;} .priceing-card:hover{transform: scale(1.05);cursor: pointer;} .priceing-card .Price-data{padding:40px 15px 5px;color: #0e2145; font-size:48px;letter-spacing:0.9px; text-align: center;} .priceing-card .Price-data span{font-size:21px;padding-top: 5px; text-decoration-line: line-through;display: block; text-align: center;} .priceing-card .online{background: #f07e1f; padding:7px 35px;letter-spacing:0.9px; color: #fff;text-transform: uppercase;font-size:32px;text-align: center; display: block;} .priceing-card ul{padding:45px 35px;margin: 0px;} .priceing-card ul li{font-size: 12px; color: #000; margin-bottom: 5px;} .EMI-post{background: #1c489a;padding:5px;margin-top: auto;} .EMI-post span{color: #fff; font-size: 14px;padding:6px 0px;display: block;} .EMI-post .enroll-post span{background: #fff;cursor: pointer; text-align: center; display: block;font-family: 'robotomedium'; padding:10px; color: #1c489a !important ; font-size:26px !important; letter-spacing: 1.2px;} .EMI-post .enroll-post span:hover{color: #f07e1f !important;} .EMI-post .avail-now{color: #fff; font-size: 30px; margin-bottom: 0px; text-align: center;cursor: pointer; padding:15px 15px; } .EMI-post .avail-now:hover{color: #f07e1f !important;} .priceing-card .Price-data .starts{font-size:16px; display: block;margin-left: -65px;} .priceing-card .Price-data .month{margin-left: 75px;} .pricing-table .border-rights::before{position: absolute; right:15px; content: ""; width:2px; height:250px; background: #c0c0c0; top: 50%; transform: translateY(-50%);} .About-Fingertips{padding-bottom:80px;} .About-Fingertips .about-finger{padding-top: 40px;} .About-Fingertips .card-object{height:100%; padding-bottom:30px;max-width: 390px; width: 100%; margin: 0px auto;} .About-Fingertips .card-object .card{box-shadow: none;border-color:#dbdbeb;transition:.5s; height:100%;border-radius:0px;} .About-Fingertips .card-object .card:hover{box-shadow:0px 0px 8px rgba(0,0,0,0.25);cursor: pointer;transform: scale(1.03);} .About-Fingertips .card-object .card .card-img{height:230px;width: 100%; border-radius:0px;} .About-Fingertips .card-object .card .card-img img{width: 100%; height:100%; object-fit: cover; border-radius:0px;} .About-Fingertips .card-object .card .card-title{color: #1c489a; font-family: 'robotomedium'; font-size: 21px; text-transform: uppercase;margin-bottom: 10px;} .About-Fingertips .card-object .card .card-data{padding:45px 10px;} .About-Fingertips .card-object .card .card-data .card-text{color: #0f3a7e; font-size: 14px;margin-bottom: 0px;} .About-Fingertips .card-object .card .card-footer{border:0;margin-top: auto; background: #1c489a; cursor: pointer; text-align: center; display: block; padding:16px 10px; color: #fff !important ; font-size:20px !important; letter-spacing: 1.2px;} .M-logo-section .L-card{height: 100%;display: flex; flex-direction: column;} .M-logo-section .L-card .logo-menus-icon{width: 100px; height: 115px;margin: 0px auto;display: flex;align-items: center;} .M-logo-section .L-card img{max-width: 100%; max-height: 100%; height: auto; width: auto;} .M-logo-section .L-content{background:#1c489a; color: #fff;text-align: center; font-size: 12px;padding:5px 10px;display: block; margin-top: auto;} .M-logo-section{box-shadow:0px 0px 8px rgba(0,0,0,0.25); margin-bottom: 50px; } .M-logo-section .L-video{position: relative; background: url(../data-master-program-img/img/business-peoples-analyzing-data-together-teamwork-planning-startup-new-project.png)no-repeat;background-size: cover; width: 100%; height:100%;} .M-logo-section .L-video::before{background: rgba(0,0,0,0.75);position: absolute;left: 0; top: 0; right: 0; bottom: 0;content: "";} .L-upload-section .Cap-data{ text-transform: uppercase;text-align: right; color: #fff; font-size: 19px;margin-bottom: 5px;} .L-upload-section .download-data{cursor: pointer; background:#1c489a; transition: .5s; color: #fff; font-size: 20px; padding:10px 15px; } .L-upload-section .download-data:hover{background:#f07e1f;} .L-upload-section .download-data img{width:30px; margin-right: 20px;} .L-upload-section{position: relative; max-width: 80%;width: 100%;display: flex;flex-direction: column; align-items: flex-end;justify-content: flex-end;height: 90%;margin-left: auto;} .logo-menus{padding:0px 10px 20px;} .real-worl-data{padding: 30px 0px;} .real-worl-data img{max-width: 100%;transition:.2s; max-height: 100%; width: auto; height: auto; margin: 0px auto;} .real-worl-data img:hover{transform: scale(1.1); cursor: pointer;} .Real-content{padding:60px 40px ; color: #000; text-align: center; position: relative;} .Real-content:before{content: "";bottom: 0px; position: absolute; width: 60%; height: 2px; left: 50%; transform: translateX(-50%); background:#c0c0c0;} .company-datasets{padding: 50px 0px;} .company-datasets .data-comps{text-transform: uppercase;text-align: center;font-size: 20px; color: #000;margin-bottom:40px;} .company-datasets .data-comps span{font-size:46px; display: block;text-align: center;font-family: 'robotobold';} .data-flex{display: flex;flex-wrap: wrap;} .data-flex .tools-widths{width: 20%;margin-bottom: 25px;display: flex; align-items: center; } .data-flex .tools-widths img{transition:.2s;} .data-flex .tools-widths img:hover{transform: scale(1.1); cursor: pointer;} .jain-univert{background: url(../data-master-program-img/img/5db28abd167ab_1@2x.png)no-repeat; margin: 100px 0px 70px; background-size: cover; background-position: center right; position: relative; width: 100%;} .jain-univert:before{background:#f07e1f;position: absolute;left: 0; top: 0; right: 0; bottom: 0;content: "";} .jain-univert .jain-content{position: relative;display: flex;align-items: center;} .jain-univert .jain-content .user-img{width:245px; height: auto;margin-top: -97px;} .jain-univert .jain-content .user-img img{width: 100%; height: 100%; object-fit: cover;} .jain-univert .jain-content .user-content{text-transform: uppercase; color: #fff; font-size:40px;font-family: 'robotobold'; } .enroll-flex{display: flex; position: absolute; right: 0; bottom: -15px;} .enroll-flex .download-sect{ width: 275px;box-shadow:0px 0px 8px rgba(0,0,0,0.25); transition: .5s; margin: 0px 10px; padding: 13px 10px; color: #fff; font-size: 20px; text-align: center; background:#1c489a; } .enroll-flex .download-sect:hover{background:#f07e1f ; text-decoration: none;} .enroll-flex .download-sect img{width:30px; margin-right:25px ;} .companys-datarow{background:#343434; width: 100%; padding:120px 0px;} .careers-support .C-cards{max-width:270px; width:100%;background: #fff;padding:15px;height:400px;display: flex; flex-direction: column; transition: .2s;} .careers-support .C-cards:hover{transform:scale(1.04);cursor: pointer;} .careers-support .C-cards .c-img{width:140px; height: 135px;margin: 0px auto 15px;display: flex; align-items: center; justify-content: center;} .careers-support .C-cards .c-img img{max-width: 100%; max-height: 100%; width: auto; height: auto;} .careers-support .C-cards p{font-size: 13px; margin-bottom: 10px; color: #000;} .careers-support .C-cards .T-title{margin-top: auto; text-transform: uppercase;padding-top: 15px; font-size: 22px; color: #000; text-align: center; margin-bottom: 0px; font-family: 'robotomedium'; } .careers-support .C-cards .comp-logos{display: flex; flex-wrap: wrap;} .careers-support .C-cards .comp-logos .logo-img{width: 100%; min-height: 57px; margin-bottom: 20px;display: flex; align-items: center;justify-content: center;} .careers-support .C-cards .comp-logos img{max-height: 100%; max-width: 100%; width: auto; height: auto;} .C-benefits{margin-bottom: -60px; position: relative;} .logo-unvercity{padding:0px 0px 30px;} .logo-unvercity .U-logo{max-width:920px;width: 100%; margin: 30px auto 0px;} .logo-unvercity .U-logo .logo-cards{padding:20px;} .logo-unvercity .U-logo .logo-cards .Unver-logo{max-width: 200px;height:150px; margin: 0px auto 20px;display: flex; align-items: center;justify-content: center;} .logo-unvercity .U-logo .logo-cards .Unver-logo img, .logo-unvercity .U-logo .logo-cards .time-india img{max-width: 100%; max-height: 100%; width: auto; height: auto;} .logo-unvercity .U-logo .logo-cards .unver-content{font-size: 16px;letter-spacing: 0.8px; text-align: center; margin-bottom: 20px;} .logo-unvercity .U-logo .logo-cards .time-india{display: flex;justify-content: center;} .ract-div{max-width:60%; width: 100%; background:#343434 ;margin: 0px auto;padding:10px 15px;color: #fff;font-size: 16px; text-align: center;} .contact-details{background: #1c489a; } .contact-details .call-data{padding:5px 0px;} .contact-details .call-data a{ color: #fff; text-transform: uppercase;letter-spacing:0.8px ; font-size: 14px; font-family: 'robotomedium'; } .contact-details .call-data img{width:20px; margin-right: 10px;} .contact-details .chat-data a{ color: #fff; text-transform: uppercase;letter-spacing:0.8px ; font-size: 14px; font-family: 'robotomedium';} .contact-details .chat-data img{width:20px; margin-right: 10px;} .contact-details .chat-data{background: #f07e1f; padding:5px 20px;width: 100%; height:100%; } .online-data-plan .online-top{width: 100%; background: #f07e1f; height:20px; display: block;} .online-data-plan .data-plan{padding:86px 0px;} .online-data-plan .data-plan h6{color: #000; text-align: center; margin-bottom: 30px; font-size: 18px; letter-spacing: 0.8px;} .online-data-plan .data-plan .O-img{width:100%;display: flex; align-items: center; justify-content: center;} .online-data-plan .data-plan .O-img img{max-width: 100%; max-height: 100%; width: auto; height: auto;} .banner-home{background: url(../data-master-program-img/img/jain-logo-img.png)no-repeat; background-position: center right; background-size: cover; position: relative; padding:120px 0px 70px;} .banner-home::before{background:linear-gradient(20deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,0.2) 100%); position: absolute;left: 0; top: 0; right: 0; bottom: 0;content: "";} .banner-home .banner-content{position: relative;max-width: 700px; width: 100%;} .banner-home .banner-content .title{color: #fff; font-size:40px;font-family: 'robotobold'; margin-bottom:30px;} .banner-home .banner-content .title img{width: 70px; margin-right: 10px;} .banner-home .banner-content .o-class{color: #fff; font-size: 16px;letter-spacing: 0.5px; margin-bottom: 20px; font-family: 'robotomedium';} .banner-home .banner-content .description{font-size: 18px; color: #fff; margin-bottom: 25px;line-height: 1.6;} .banner-home .banner-content .enroll-flex{position: relative;bottom: auto; right: auto;padding: 30px 0px; font-weight: 600;} .banner-home .banner-content .enroll-flex .enroll-data{position: relative;} .banner-home .banner-content .enroll-flex .enroll-data::before{position: absolute;top:0; right:0; width:20px; height:100%; background: #f07e1f; content: "";} header{background: #fff; z-index: 1; box-shadow:0px 0px 8px rgba(0,0,0,0.25); padding:15px 0px; width: 100%; transition: .5s; } .contact-details{position: fixed; z-index: 9; bottom:0px; width: 100%;} header .nav-bar .nav-flex{display: flex; align-items: center; justify-content: space-between; list-style: none; padding:0; margin: 0px;} header .nav-bar .nav-flex .nav-link{color: #08087b; font-family: 'robotomedium'; padding:5px 15px; font-size: 18px;margin: 0px;} header .nav-bar .nav-flex .nav-link.entrol-btn{background:#08087b ; color: #fff; box-shadow: 0px 3px 6px rgb(0 0 0 / 50%); padding-left: 30px; padding-right: 30px; border-radius: 8px;} header .nav-bar .nav-flex .nav-link:hover{color: #f07e1f;} .Course-Content{display: flex;align-items: center; justify-content: space-between; margin-bottom: 30px;} .Course-Content .heading-common{margin-bottom: 0px;} .Course-Content .download-bour{cursor: pointer;transition: .5s; background:#1c489a; color: #fff; font-size: 20px; padding:10px 25px; } .Course-Content .download-bour:hover{background:#08087b ;} .Course-Content .download-bour img{width:30px; margin-right: 20px;} .C-static {box-shadow:0px 0px 8px rgba(0,0,0,0.25);margin-bottom: 30px;} .C-static .C-static-data .c-padding-content{padding:15px;} .C-static .C-static-data .C-video-tut{width:100%; height:240px;position: relative;} .C-static .C-static-data .C-video-tut img{width: 100%; height:100%; object-fit:contain;} .C-static .C-static-data .C-video-tut .play-icon{z-index: 1; padding-left: 5px;cursor: pointer; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); width:50px; height:50px; border-radius: 50%; background: #f07e1f;color: #fff; font-size: 20px; display: flex;align-items: center;justify-content: center;} .C-static .C-static-data .C-video-tut .play-icon::before{content: ""; position: absolute; z-index:-1; left: 50%;top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width:50px; height:50px; background: #f07e1f; border-radius: 50%; animation: pulse-border 1500ms ease-out infinite;} @keyframes pulse-border { 0% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1; } 100% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0; } } .static-content .title{color: #08087b; font-family: 'robotobold'; position: relative; font-size: 22px;padding-bottom: 20px; margin-bottom: 0px; } .static-content .title .live-data{background:#f07e1f ;color: #fff;font-size: 12px;bottom:0px; max-width: 120px; width: 100%;padding:3px 10px; text-align: right; position: absolute; right:0px;} .static-content .title .live-data i{font-size: 8px; margin-right:5px;} .static-content .line{width:90%; background: #08087b; height: 2px;margin-bottom: 20px;} .static-content .line { position: relative; width: 100%; } .C-static-data{position:relative;} .C-static-data .desktop-live-data { background: #f07e1f; color: #fff; font-size: 14px; max-width: 100px; width: 100%; padding: 3px 10px; text-align: right; position: absolute; right: 0px; top: 0; font-family: 'robotobold'; } .C-static-data .desktop-live-data i { font-size: 8px; margin-right: 5px; } .static-content .line::before{position: absolute;content: ""; height: 2px; background:#f07e1f;right:0; width: 10%;top:0px;} .static-content .static-middle-content h6{color: #08087b; font-family: 'robotomedium'; margin-bottom: 10px;font-size: 16px; } .static-content .static-middle-content p{max-width: 70%; width: 100%;font-size: 14px; color: #08087b; margin-bottom: 0px; } .data-collapse .static-panel{background:#f07e1f ;display: block; width: 100%; color: #fff; font-size: 14px;padding:7px 15px; position: relative;} .data-collapse .static-panel::before{ font-size:24px; position: absolute; right:20px;top:0px; font-family: "Font Awesome 5 Free"; font-weight: 600;content: "\f077"; color: #fff;} .data-collapse .static-panel.collapsed::before {content:"\f078"; } .middle-content-static{padding:15px;} .middle-content-static .panel .panel-link{ position: relative; font-size: 16px; color: #08087b; font-family: 'robotomedium';padding: 9px 15px 9px 0px; width: 100%;display: block; } .middle-content-static .panel .panel-link::before{font-size:15px; position: absolute; right:10px;top:10px; font-family: "Font Awesome 5 Free"; font-weight: 600;content: "\f077"; color: #08087b;} .middle-content-static .panel .panel-link.collapsed::before {content:"\f078"; } .middle-content-static .panel{border-bottom: 1px solid #08087b; margin-bottom: 0px;} .middle-content-static .panel .panel-data{font-size: 14px; color: #08087b; margin-bottom: 15px;display: block;} .middle-content-static .panel:last-child{border-bottom: 0px;} .course-content-section{padding:10px 0px 30px;} .main-body-content{position: relative;z-index:0;overflow: hidden;} .faq-section{padding-bottom: 20px;} .footer-top .collapse:not(.show) {display: block;} /* modal-contact */ .modal{background: rgb(255, 255, 255,0.6);} .modal.show .modal-dialog { -webkit-transform: none; transform: none; min-height: calc(100% - 1rem);align-items: center; display: flex; } .custom-checks { background: none;padding-top: 0px; padding-bottom: 0px; padding-left: 2px; width: 100% !important;} .checkbox {display: block; position: relative; padding-left: 25px; font-weight: 400;cursor: pointer;font-size: 16px; -webkit-user-select: none; color: #000; -moz-user-select: none;-ms-user-select: none;user-select: none; margin-bottom: 12px;} .checkbox input { position: absolute; opacity: 0;cursor: pointer;height: 0; width: 0;} .custom-checks .checkmark { height:20px; width:20px;border:1px solid #e3e2e2; background-color: transparent; top: 50%; transform: translateY(-50%); left: 0px;} .checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px;background-color: transparent;} .custom-checks .checkmark::after {left:6px;width: 5px;height: 14px;} .checkmark::after { display: none;} .checkmark::after {content: "";position: absolute;left: 6px;top: 0px;width: 8px;height: 15px; border: solid #f07e1f; border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);} /* input:checked ~ .checkmark { background-color: #0ea0c7;} */ input:checked ~ .checkmark::after { display: block;} .contact-modal .modal-dialog-centered{max-width:600px;} .contact-modal .modal-header{background: #f07e1f;} .contact-modal .modal-header .close{color: #fff;text-shadow: none;opacity: 1;} .contact-modal .contact-modals{padding:40px;} .contact-modal .contact-modals .title{color: #000;font-family: 'robotomedium';font-size: 24px; text-align: center; margin-bottom: 20px;} .common-form .form-control{border:0px;height: auto; border-bottom: 1px solid #827c7a;border-radius:0px; color: #827c7a; font-size: 16px; padding:15px 0px;} .common-form .form-control:focus{box-shadow: none;border-color:#f07e1f ;} .common-form .form-group{margin-bottom: 20px;} .common-form .input-group{margin-bottom: 20px;} .common-form .input-group .input-group-prepend{padding:0;} .common-form .input-group .input-group-text{background: transparent; color:#827c7a;font-size: 16px; border:0; border-radius:0px;} .download-btn{background: #f07e1f; color: #fff; font-size: 20px; padding:15px 10px; max-width:250px; width: 100%;margin: 30px auto 0px; display: block;} .download-btn:hover{color: #f07e1f; border-color: #f07e1f;background: #fff;} .common-form .thankyou{width:300px; height: auto;margin: 0px auto; display: flex; justify-content: center;} .common-form .thankyou img{max-width: 100%; max-height: 100%; height: auto; width: auto;} .common-form .thankyou-content{color: #000; font-size: 20px;display: block; letter-spacing: 0.9px; text-align: center;margin-bottom: 0px; padding-bottom: 20px;} .hide{display: none;} .sucess-user .owl-dots{display: none;} .course-content-section .or_data{/*display: none;*/ position: relative; text-align: center; color:#08087b; font-family: 'robotomedium'; font-size:16px;margin-top:25px; margin-bottom:5px ;} .course-content-section .or_data span{z-index:1; padding:0px 30px;cursor: pointer; position: relative; background-color: #fff;} .course-content-section .or_data i{margin-left: 5px;} .course-content-section .or_data::after{content: ""; width: 100%;height: 2px; background-color:#f07e1f; position: absolute; top: 50%; left: 0;} .supportone .owl-nav, .about-finger .owl-nav, .pricing-table .owl-nav{display: none;} .supportone.owl-theme .owl-dots, .pricing-table .owl-theme .owl-dots{padding-top: 20px;position: absolute;left: 50%;transform: translateX(-50%);} .careers-support .owl-theme .owl-dots .owl-dot span{border:2px solid #fff; width:17px; height:17px; background: #fff;} .careers-support .owl-theme .owl-dots .owl-dot.active span, .careers-support .owl-theme .owl-dots .owl-dot:hover span { background: #000;} #myList .C-static {display: none;} /*----------------------- Responsive media -------------*/ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { } @media(min-width:1200px) and (max-width:1366px){ } @media (max-width: 1199px) { header .nav-bar .nav-flex .nav-link{font-size: 16px;} .banner-home .banner-content .title{font-size: 30px;} .banner-home{padding:100px 0px 40px;} .banner-home .banner-content .description {font-size: 16px;} .online-data-plan .data-plan {padding: 45px 0px;} .contact-details .call-data a, .contact-details .chat-data a{font-size: 14px;} .logo-unvercity .U-logo .logo-cards .Unver-logo {max-width: 160px;height: 120px;} .logo-unvercity .U-logo .logo-cards .unver-content {font-size: 14px;} .heading-common{max-width: 490px;font-size: 23px;} .companys-datarow{padding:90px 0px 40px;} .careers-support .C-cards .T-title{font-size: 18px;} .C-support-padding{margin-bottom: 20px;} .jain-univert .jain-content .user-img { width:165px;margin-top: -51px;} .jain-univert .jain-content .user-content{font-size: 30px;} .jain-univert{margin: 60px 0px 70px;} .Real-content {padding: 20px 40px 60px;} .company-datasets .data-comps span {font-size: 36px;} .company-datasets .data-comps{font-size: 16px;} .static-content .title{font-size: 20px;} .static-content .static-middle-content p{max-width: 100%;} .About-Fingertips .about-finger {padding-top: 16px;} .About-Fingertips .card-object .card .card-img {height: 195px;} .About-Fingertips .card-object .card .card-data {padding: 25px 10px;} .About-Fingertips .card-object .card .card-footer{font-size: 15px !important;} .About-Fingertips {padding-bottom: 30px;} .priceing-card .Price-data{font-size: 40px; padding: 22px 15px 5px;} .priceing-card .online{font-size: 23px;} .priceing-card .Price-data .starts {font-size: 14px;} .priceing-card ul {padding: 30px 30px;} .EMI-post .enroll-post span, .EMI-post .avail-now{font-size: 22px !important;} .pricing-table {padding:10px 0px 30px;} .sucess-user{padding:0PX;} .sucess-user .item .card-box .C-data span{font-size:17px;} .sucess-user .item .card-box .C-user{font-size: 18px;} .support-panel .support-content {padding: 20px 0px 50px;} .support-panel .support-content .S-tel-no {font-size: 46px;} .support-panel .support-content .S-panel {font-size: 22px;} .careers-support .C-cards .c-img {width: 170px;height: 175px;} .careers-support .C-cards{min-height:377px;} .careers-support .C-cards .comp-logos .logo-img{min-height:45px;} .supportone.owl-theme .owl-dots, .pricing-table .owl-theme .owl-dots{padding-top: 20px;position:relative;} .about-finger .owl-theme .owl-dots .owl-dot span{border:2px solid #000; width:17px; height:17px; background: #000;} .about-finger .owl-theme .owl-dots .owl-dot.active span, .about-finger .owl-theme .owl-dots .owl-dot:hover span { background: #fff;} .priceing-card{margin-top: 20px !important; height: 462px;} .pricing-table .owl-theme .owl-dots .owl-dot span{border:2px solid #000; width:17px; height:17px; background: #000;} .pricing-table .owl-theme .owl-dots .owl-dot.active span, .pricing-table .owl-theme .owl-dots .owl-dot:hover span { background: #fff;} .sucess-user .owl-dots{display: block;} .sucess-user .owl-theme .owl-dots .owl-dot span{border:2px solid #000; width:17px; height:17px; background: #000;} .sucess-user .owl-theme .owl-dots .owl-dot.active span, .sucess-user .owl-theme .owl-dots .owl-dot:hover span { background: #fff;} .sucess-user .owl-nav{display: none;} .course-content-section .or_data{display: block;} } @media (max-width: 991px) { .container{ max-width: 100%; } /* side nav */ .menu {border-radius: 50%; width: 50px; height: 50px; position: absolute; cursor: pointer; top: 50%;transform: translateY(-50%); right: 15px;} .menu span { -webkit-user-select: none; transform: translate(-50%, -50%); -moz-user-select: none; -ms-user-select: none; user-select: none; position: absolute; top: 50%; left: 50%;} .menu span, .menu span::before, .menu span::after { display: block; width:25px; right: 20px; height: 2px; background-color: #08087b; outline: 1px solid transparent; -webkit-transition-property: background-color, -webkit-transform; -moz-transition-property: background-color, -moz-transform; -o-transition-property: background-color, -o-transform; transition-property: background-color, transform; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s;} .header-fixed .menu span,.header-fixed .menu span::before,.header-fixed .menu span::after { background-color: #08087b;} .menu span::before,.menu span::after { position: absolute; content: "";} .menu span::before { top: -8px; width:16px;right: 0;} .menu span::after { top: 8px; width:30px;right: 0;} .menu.clicked span {background-color: transparent !important;} .menu.clicked span::before { left: 0px; -webkit-transform: translateY(8px) rotate(45deg); -moz-transform: translateY(8px) rotate(45deg); -ms-transform: translateY(8px) rotate(45deg); -o-transform: translateY(8px) rotate(45deg); transform: translateY(8px) rotate(45deg); width: 33px; background-color: #fff; } .menu.clicked span::after {left: 0px; -webkit-transform: translateY(-9px) rotate(-45deg); -moz-transform: translateY(-9px) rotate(-45deg); -ms-transform: translateY(-9px) rotate(-45deg); -o-transform: translateY(-9px) rotate(-45deg); transform: translateY(-9px) rotate(-45deg); background-color: #fff; } /* .menu.clicked span:before, .menu.clicked span:after {background-color: #656565; } */ .menu:hover { cursor: pointer; } /* NAV ========================================== */ #nav {/* display: flex; */ background: #08087b; align-items: center; justify-content: center; position: fixed; z-index: 20; top: 0; left: 0; height: 100%; max-width: 100%; width: 100%;padding: 50px 0px 30px; overflow-y: auto;display: none; transition: all .75s cubic-bezier(0.87, 0, 0.13, 1);} #nav::before{background: rgba(0, 0, 0, 0.7); position: absolute;left: 0; right:0; top:0; bottom:0;content: "";} #nav.show {display: flex; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px);} #nav.show ul.main li { opacity: 1;} .menu.clicked { position: fixed; z-index: 99; top: 20px; transform: none; } #nav ul.main {padding: 0px;display: block; list-style-type: none;margin: 0px;max-width:70%; width: 100%; transform: scale(1) rotate(0deg); text-align: center; transition: all .75s cubic-bezier(0.87, 0, 0.13, 1);} #nav ul.main li { padding:10px 30px; text-align: center; transition: all .75s cubic-bezier(0.87, 0, 0.13, 1);} #nav ul.main li .nav-link { font-size:22px;padding:0px; color: #fff;} #nav ul.main .nav-link.active {color: #fff; } #nav ul.main li a { color: #fff; font-family: 'robotomedium'; text-decoration: none; display: block; transition: all .25s ease-in-out;} #nav ul.main li a:hover {color: #fff;} .menu.clicked span::before, .menu.clicked span::after { width: 25px;} /* main-content */ .banner-home .banner-content .title {font-size: 25px; margin-bottom: 20px;} .contact-details .chat-data{text-align: center;} .careers-support .C-cards{margin: 0px auto;} .jain-univert .jain-content .user-content {font-size: 26px;} .data-flex .tools-widths {width: 33%;} .real-worl-data img{display: flex;align-items: center;margin-bottom: 30px;} .real-worl-data {padding:0px 0px 10px;} .Real-content {padding: 20px 10px 40px;} .Course-Content{flex-wrap: wrap;} .Course-Content .download-bour{margin:30px auto 0px;} .static-content .static-middle-content p{margin-bottom: 20px;} .static-content .title {font-size: 18px;} .M-logo-section .L-video{height:250px;} .pricing-table .border-rights::before{display: none;} .pricing-table .border-rights{margin-bottom:30px;} /* .sucess-user .owl-nav{position: relative; bottom: 0px; transform: none; width: 100%;display: flex; justify-content: center;} .sucess-user .owl-nav .owl-prev{left:0;position: relative;} .sucess-user .owl-nav .owl-next{right:0;position: relative;} */ .sucess-user .owl-nav i {font-size: 25px;margin: 0px 10px;} .support-panel .support-content {padding: 0px 0px 40px;} .support-panel .support-content .S-content {font-size: 15px;} .support-panel .support-content .S-tel-no {font-size: 38px;margin-bottom: 0px;} .panel .panel-heading .panel-title a{font-size: 16px;} footer{padding: 30px 0px 70px;} .social-media-links{padding-top: 20px;} .social-media-links .title{text-align: center;} .social-links li{width: auto; margin:0px 15px; text-align: center;} .footer-top .user-links ul{justify-content: center;} .footer-top .collapse:not(.show) {display:none;} .footer-top .collapse-title{text-align: center;cursor: pointer; padding:15px 0px;border-top: 1px solid #fff;margin-bottom: 0px !important; text-align: center; display: block;} .footer-top .collapse-title.other-border {border-bottom: 1px solid #fff;} .footer-top .user-links{margin-bottom: 0px;} .footer-top .user-links ul{text-align: center;padding-top: 15px;} .footer-top .user-links ul li:last-child{padding-bottom:20px;} .footer-top .address {max-width: 90%;} .m-bannerdata{height:400px;} .banner-home::before {background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 45%, rgba(0,0,0,0.3) 100%);} .banner-home{background: url(../data-master-program-img/img/JU-Microsite-home-page-new.png)no-repeat; background-position:top center; padding: 64px 0px 20px;} .banner-home .banner-content .o-class, .banner-home .banner-content .description{text-align: center;} .banner-home .banner-content .title{text-align: center;} .banner-home .banner-content .o-class{margin-bottom: 0px;} .banner-home .banner-content .description{padding-top:20px;} .banner-home .banner-content{margin: 0px auto;} .banner-home .banner-content .enroll-flex{justify-content: center;} /*.navbar-toggler{ border: 1px solid #333; border-radius: 5px; padding: 6px; }*/ .navbar-toggler .navbar-toggler-icon { background: #333; width: 25px; height: 3px; margin-bottom: 4px; display: block; } .navbar-toggler .navbar-toggler-icon:last-child{ margin-bottom: 0px; } .m-collapse-data {text-align: center; font-size: 16px; font-family: 'robotomedium';} .m-collapse-data .collapse .dropdown-item, .m-collapse-data .collapsing .dropdown-item{font-size: 16px; font-family: 'robotomedium';padding: 10px 15px;} .m-collapse-data .collapse, .m-collapse-data .collapsing{padding-top: 20px;} header .nav-top-section .nav-bar .nav-flex{display: block;text-align: center;padding-top:20px;} header .nav-top-section .nav-bar .nav-flex .nav-link{padding: 10px 15px;} header .D-logo-section{margin-right:0px;} } @media (max-width: 767px) { } @media (max-width: 700px) { } @media (max-width: 576px) { .jain-univert .jain-content .user-img {width: 220px;} .jain-univert .jain-content .user-content {font-size: 20px;} .enroll-flex{bottom: -86px;flex-wrap: wrap; justify-content: center;} .jain-univert .jain-content{flex-wrap: wrap;} .enroll-flex .download-sect{margin: 5px;} .jain-univert {margin: 60px 0px 103px;} .Real-content{font-size: 14px;} .priceing-card{margin: 0px auto;} .contact-modal .modal-dialog-centered{max-width:95%;margin: 10px auto;} .contact-modal .contact-modals {padding: 22px;} } @media (max-width: 500px){ .banner-home .banner-content .description {font-size: 14px;} .banner-home .banner-content .title {font-size: 21px;} .jain-univert .jain-content{padding:50px 20px 70px;} .support-panel .support-content .S-panel {font-size: 18px;margin-bottom: 5px;} .panel-body .description{font-size: 14px;} #nav ul.main li .nav-link {font-size: 20px;} .banner-home .banner-content .title img {width: 45px;margin-right: 3px;} /* .contact-details .row .col-6{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} */ .data-flex .tools-widths {width: 33%;} .data-collapse .static-panel{font-size:13px;} .data-collapse .static-panel::before{right:10px; font-size: 14px; position: absolute; top: 5px; font-family: "Font Awesome 5 Free"; font-weight: 600; content: "\f077"; color: #fff;} .C-static .C-static-data .C-video-tut{height: auto;} .contact-details .call-data a, .contact-details .chat-data a { font-size: 12px;} .contact-details .call-data img, .contact-details .chat-data img{width: 18px;margin-right: 5px;} /* .contact-details .chat-data{padding: 15px 10px;} */ .banner-home .enroll-flex .download-sect{font-size: 14px; width:150px;} .banner-home .banner-content .enroll-flex .enroll-data::before{display:none;} .ract-div{max-width: 100%; font-size: 14px;} .logo-unvercity .U-logo .logo-cards {padding: 0px;margin-bottom: 20px;} .logo-unvercity .U-logo .logo-cards.data-cards{max-width:217px; width:100%; margin:0px auto 10px;} .C-benefits .container{padding:0px;} .heading-common{font-size: 19px; padding: 10px 17px;} .menu-section-pnael .container, .About-Fingertips .container, .Programs-Fee .container, .success-table .container , .support-panel .container, .faq-section .container{padding:0px;} .menu-section-pnael .Course-Content .download-bour{font-size: 14px;padding:7px 12px;margin:0;position: absolute; right:10px; top:18px;} .Course-Content .download-bour img {width:17px;margin-right: 7px;} .course-content-section{position: relative;} .Course-Content .download-bour{} .static-content .title{padding-top: 15px;font-size: 16px;} .static-content .line{position: relative;width: 100%;} .static-content .line::before{position: absolute;content: ""; height: 2px; background:#f07e1f;right:0; width: 10%;top:0px;} .static-content .title .live-data{top:-16px;right:-16px; bottom:0px;max-width:60px; height:25px;} .M-logo-section .L-card .logo-menus-icon{ display: none; } .M-logo-section .L-card img{/* display: none; */} .M-logo-section .L-card{padding-bottom: 20px;} .M-logo-section .L-content{height: 100%;display: flex;align-items: center;justify-content: center;} .logo-menus { padding: 20px 10px 20px;} .L-upload-section .Cap-data{margin-right: 10px;} .support-panel .support-content { padding: 0px 15px 40px;} .about-contain{padding:0px 15px;} .enroll-flex .download-sect{font-size: 16px;width: 240px;} .enroll-flex .download-sect img {width: 20px;margin-right: 12px;} .jain-content {overflow: hidden;} .jain-univert .jain-content .user-img{position: absolute;bottom:0;left:-60px;} .jain-padding{padding: 0px 15px;} .jain-univert .jain-content .user-img {width: 240px;} .jain-univert .jain-content{height:405px;} .jain-content .enroll-flex{display: none;} .jain-univert .jain-content .user-content { font-size: 20px; margin-left: auto;z-index: 9;} .footer-top .address p{font-size: 14px;} .company-datasets .data-comps span {font-size: 26px;} .company-datasets {padding: 50px 0px 0px;} .company-datasets .data-comps {font-size: 14px;} header .D-logo-section {max-width: 95px;} .nav-top-section .dropdown-toggle.nav-link { background: #08087b; color: #fff; font-family: 'robotomedium'; border-radius: 0px; padding: 5px 15px; font-size: 18px; box-shadow: 0px 3px 6px rgb(0 0 0 / 50%); padding-left: 10px; padding-right: 10px; border-radius: 8px; } } @media (max-width: 400px) { /* .logo-menus .row .col-6{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} */ .sucess-user .item .card-box{max-width: 100%;} .panel .panel-heading .panel-title a {font-size: 14px;} .L-upload-section .Cap-data{font-size: 16px;} .support-panel .support-content .S-tel-no {font-size: 30px;} .About-Fingertips .card-object .card .card-title{font-size: 18px;} .priceing-card .Price-data {font-size: 32px;} .priceing-card .online {font-size: 20px;} .middle-content-static .panel .panel-link{font-size: 14px;} .careers-support .C-cards .c-img {height: 148px;} .jain-univert .jain-content .user-content {font-size: 15px;z-index: 9;} .U-logo .row .col-6{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;} } @media (max-width: 320px) { .L-upload-section{max-width:85%;} .L-upload-section .download-data{font-size: 14px;} .menu-section-pnael .Course-Content .download-bour {font-size: 12px;} .Course-Content .download-bour img {width: 14px;} }
program_assets/mastercss/design-lastone.css
@font-face { font-family: 'robotoblack'; src: url('../fonts/roboto/roboto-black-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-black-webfont.woff') format('woff'); font-weight: normal; font-style: normal;} @font-face {font-family: 'robotobold'; src: url('../fonts/roboto/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal;} @font-face { font-family: 'robotoitalic'; src: url('../fonts/roboto/roboto-italic-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-italic-webfont.woff') format('woff'); font-weight: normal; font-style: normal;} @font-face { font-family: 'robotomedium'; src: url('../fonts/roboto/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-medium-webfont.woff') format('woff'); font-weight: normal; font-style: normal;} @font-face { font-family: 'robotoregular'; src: url('../fonts/roboto/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto/roboto-regular-webfont.woff') format('woff'); font-weight: normal;font-style: normal;} body{ margin:0px; height:0px; outline: none !important; font-family: 'robotoregular'; } *{outline: none !important; } html { scroll-behavior: smooth; } header .D-logo-section {max-width: 142px;width:100%; margin-right: 15px;} header .D-logo-section img{width: 100%; height:100%; object-fit: contain;} header .fixed-data-scroll{display: none;} .header-fixed{position: fixed;width: 100%; z-index: 1; top: 0;} .header-fixed .nav-top-section {display: none; transition: .5s;} .header-fixed .fixed-data-scroll {display: block; transition: top .2s linear;} .nav-top-section .dropdown-toggle.nav-link{background: #08087b; color: #fff; font-family: 'robotomedium';border-radius: 0px; padding: 5px 15px;font-size: 18px;box-shadow: 0px 3px 6px rgb(0 0 0 / 50%); padding-left: 30px; padding-right: 30px; border-radius: 8px;} .nav-top-section .dropdown-menu .dropdown-item{font-size: 16px; color: #08087b; font-family: 'robotomedium';padding: 10px 15px;} header .navbar{padding:0px;} /*.top-padding .main-body-content{ display: grid; grid-row-gap: 60px;} */ /* footer */ footer{ background: #363636; width: 100%; display: block; padding:50px 0px 90px;} .footer-top{width:100%;} .footer-top .user-links{margin-bottom: 20px;} .footer-top .user-links .title{color: #fff; letter-spacing: 0.9px; font-family: 'robotobold'; font-size: 22px; margin-bottom:20px; display: block;} .footer-top .user-links ul{list-style: none; padding:0; margin:0;} .footer-top .user-links ul li .nav-links{color: #fff; margin-bottom:12px; font-family: 'robotomedium'; letter-spacing: 0.9px; font-size: 14px;display: inline-block;} .footer-top .user-links ul li .nav-links:hover{text-decoration: none; color: #f07e1f;} .social-links{list-style: none; padding:0; margin:0; margin-bottom: 10px; display: flex; flex-wrap: wrap;} .social-links li{width:50%; display: block;margin: 0px auto 20px; /* text-align: center; */} .social-links .social-icon i{color: #fff; font-size: 28px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;} .social-links .social-icon i:hover{-webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -o-transform: translateY(-5px);-ms-transform: translateY(-5px);transform: translateY(-5px);} .footer-top hr{border-color: #fff;} .footer-top .address{max-width:60%; width: 100%;padding-top: 20px;} .footer-top .address p{color: #fff; letter-spacing: 0.9px; font-size: 16px; margin-bottom: 0px;} .footer-top .data-position{position: unset;} /* home page */ .sucess-user{position: relative;margin-bottom: 40px; padding: 30px 0px;} .sucess-user .item{position: relative;} .sucess-user .item .card-box{/* border-right:2px solid #c0c0c0; */ padding:15px;max-width: 250px; width: 100%;} .sucess-user .item .card-box::before{position: absolute; right:0; content: ""; width:2px; height:90%; background: #c0c0c0; top:0;} .sucess-user .item .card-box .card-img{max-width: 100%;border:0;border-radius:0px; width:100%;position: relative; height: 135px;} .sucess-user .item .card-box .card-img img{width: 100%; height:100%;object-fit: cover;} .sucess-user .item .card-box .play-icon{ padding-bottom: 5px; padding-left: 5px;cursor: pointer; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); width:40px; height:40px; border-radius: 50%; background: #f07e1f;color: #fff; font-size: 20px; display: flex;align-items: center;justify-content: center;} .sucess-user .item .card-box .play-icon::before{content: ""; position: absolute; z-index:-1; left: 50%;top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width:40px; height:40px; background: #f07e1f; border-radius: 50%; animation: pulse-border 1500ms ease-out infinite;} .sucess-user .item .card-box .C-user{color: #1c489a; font-size:22px;font-family: 'robotomedium'; margin-bottom:15px;} .sucess-user .item .card-box .C-data{background: #1b4594; padding:5px; color: #fff; font-size:16px;} .sucess-user .item .card-box .C-data span{font-family: 'robotobold'; font-size:19px;display: block;} .sucess-user .item .card-box .card-body{padding:10px 0px;} .support-panel .support-content{padding:20px 0px 50px;} .support-panel .support-content .S-panel{font-size:24px;font-family: 'robotomedium'; color: #000; margin-bottom: 20px;} .support-panel .support-content .S-tel-no{font-size: 64px;color: #242424; font-family: 'robotoblack';letter-spacing: 0.8px; margin-bottom: 20px;display: inline-block;} .support-panel .support-content .S-content{font-size:19px;color: #000; margin-bottom: 0px;} .heading-common{margin-bottom: 30px; background: #f07e1f; padding:7px 35px; color: #fff; font-size:26px;display: block;max-width:650px;width: 100%;} .about-contain{width:100%;margin:0px auto; } .panel-group{margin-bottom:30px;} .panel {margin-bottom:12px;border-radius:0px; position: relative;overflow: hidden;} .panel-title > a::before {background-color: #1b4594; content:"\f068";width:50px;height:100%;font-size: 18px; position: absolute; right:0px;top:0px; font-family: "Font Awesome 5 Free"; font-weight: 600; display: flex; align-items: center; justify-content: center;} .panel-title > a.collapsed::before {content:"\f067"; } .panel-title > a {text-decoration: none; } .panel-body{ width:100%;background-color: #f7f7f7;} .panel-body .description{padding:14px 20px;border: 1px solid #000; font-size:16px; hyphens: none; color:#000; margin-bottom:0px !important;} .panel .panel-heading .panel-title{ margin-bottom:0px; } .panel .panel-heading .panel-title a{color:#fff;font-size:18px; border-radius:0px; overflow: hidden; line-height: 1.5; background-color: #1b4594; width:100%;display: block; margin-bottom: 0px; position: relative;padding:16px 60px 15px 20px;} .panel .panel-heading .panel-title a.collapsed{border-radius: 0px; } .pricing-table{padding:30px 0px 60px;} .sucess-user .owl-nav i{font-size: 35px;} .sucess-user .owl-nav {position: absolute;z-index: 9; top: 40%; width: 100%; transform: translateY(-50%); } .sucess-user .owl-nav .owl-next{right:-30px; position: absolute;z-index: 999;} .sucess-user .owl-nav .owl-prev{left:-30px; position: absolute;} .sucess-user .owl-carousel::before{content: ""; position: absolute;right: -34px; width: 50px; min-height: 270px; box-shadow: -10px 0px 15px 15px #fff; background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgb(255, 255, 255)); top: 0; z-index:9;} .priceing-card .Price-data sub{bottom:0px;color: #1c489a;left: 5px;} .Programs-Fee{margin-bottom: 30px;} .priceing-card{position: relative; box-shadow:0px 0px 8px rgba(0,0,0,0.25);height: 100%;transition:.5s; background: #fff;max-width:335px; width: 100%; display: flex; flex-direction: column;} .priceing-card:hover{transform: scale(1.05);cursor: pointer;} .priceing-card .Price-data{padding:40px 15px 5px;color: #0e2145; font-size:48px;letter-spacing:0.9px; text-align: center;} .priceing-card .Price-data span{font-size:21px;padding-top: 5px; text-decoration-line: line-through;display: block; text-align: center;} .priceing-card .online{background: #f07e1f; padding:7px 35px;letter-spacing:0.9px; color: #fff;text-transform: uppercase;font-size:32px;text-align: center; display: block;} .priceing-card ul{padding:45px 35px;margin: 0px;} .priceing-card ul li{font-size: 12px; color: #000; margin-bottom: 5px;} .EMI-post{background: #1c489a;padding:5px;margin-top: auto;} .EMI-post span{color: #fff; font-size: 14px;padding:6px 0px;display: block;} .EMI-post .enroll-post span{background: #fff;cursor: pointer; text-align: center; display: block;font-family: 'robotomedium'; padding:10px; color: #1c489a !important ; font-size:26px !important; letter-spacing: 1.2px;} .EMI-post .enroll-post span:hover{color: #f07e1f !important;} .EMI-post .avail-now{color: #fff; font-size: 30px; margin-bottom: 0px; text-align: center;cursor: pointer; padding:15px 15px; } .EMI-post .avail-now:hover{color: #f07e1f !important;} .priceing-card .Price-data .starts{font-size:16px; display: block;margin-left: -65px;} .priceing-card .Price-data .month{margin-left: 75px;} .pricing-table .border-rights::before{position: absolute; right:15px; content: ""; width:2px; height:250px; background: #c0c0c0; top: 50%; transform: translateY(-50%);} .About-Fingertips{padding-bottom:80px;} .About-Fingertips .about-finger{padding-top: 40px;} .About-Fingertips .card-object{height:100%; padding-bottom:30px;max-width: 390px; width: 100%; margin: 0px auto;} .About-Fingertips .card-object .card{box-shadow: none;border-color:#dbdbeb;transition:.5s; height:100%;border-radius:0px;} .About-Fingertips .card-object .card:hover{box-shadow:0px 0px 8px rgba(0,0,0,0.25);cursor: pointer;transform: scale(1.03);} .About-Fingertips .card-object .card .card-img{height:230px;width: 100%; border-radius:0px;} .About-Fingertips .card-object .card .card-img img{width: 100%; height:100%; object-fit: cover; border-radius:0px;} .About-Fingertips .card-object .card .card-title{color: #1c489a; font-family: 'robotomedium'; font-size: 21px; text-transform: uppercase;margin-bottom: 10px;} .About-Fingertips .card-object .card .card-data{padding:45px 10px;} .About-Fingertips .card-object .card .card-data .card-text{color: #0f3a7e; font-size: 14px;margin-bottom: 0px;} .About-Fingertips .card-object .card .card-footer{border:0;margin-top: auto; background: #1c489a; cursor: pointer; text-align: center; display: block; padding:16px 10px; color: #fff !important ; font-size:20px !important; letter-spacing: 1.2px;} .M-logo-section .L-card{height: 100%;display: flex; flex-direction: column;} .M-logo-section .L-card .logo-menus-icon{width: 100px; height: 115px;margin: 0px auto;display: flex;align-items: center;} .M-logo-section .L-card img{max-width: 100%; max-height: 100%; height: auto; width: auto;} .M-logo-section .L-content{background:#1c489a; color: #fff;text-align: center; font-size: 12px;padding:5px 10px;display: block; margin-top: auto;} .M-logo-section{box-shadow:0px 0px 8px rgba(0,0,0,0.25); margin-bottom: 50px; } .M-logo-section .L-video{position: relative; background: url(../data-master-program-img/img/business-peoples-analyzing-data-together-teamwork-planning-startup-new-project.png)no-repeat;background-size: cover; width: 100%; height:100%;} .M-logo-section .L-video::before{background: rgba(0,0,0,0.75);position: absolute;left: 0; top: 0; right: 0; bottom: 0;content: "";} .L-upload-section .Cap-data{ text-transform: uppercase;text-align: right; color: #fff; font-size: 19px;margin-bottom: 5px;} .L-upload-section .download-data{cursor: pointer; background:#1c489a; transition: .5s; color: #fff; font-size: 20px; padding:10px 15px; } .L-upload-section .download-data:hover{background:#f07e1f;} .L-upload-section .download-data img{width:30px; margin-right: 20px;} .L-upload-section{position: relative; max-width: 80%;width: 100%;display: flex;flex-direction: column; align-items: flex-end;justify-content: flex-end;height: 90%;margin-left: auto;} .logo-menus{padding:0px 10px 20px;} .real-worl-data{padding: 30px 0px;} .real-worl-data img{max-width: 100%;transition:.2s; max-height: 100%; width: auto; height: auto; margin: 0px auto;} .real-worl-data img:hover{transform: scale(1.1); cursor: pointer;} .Real-content{padding:60px 40px ; color: #000; text-align: center; position: relative;} .Real-content:before{content: "";bottom: 0px; position: absolute; width: 60%; height: 2px; left: 50%; transform: translateX(-50%); background:#c0c0c0;} .company-datasets{padding: 50px 0px;} .company-datasets .data-comps{text-transform: uppercase;text-align: center;font-size: 20px; color: #000;margin-bottom:40px;} .company-datasets .data-comps span{font-size:46px; display: block;text-align: center;font-family: 'robotobold';} .data-flex{display: flex;flex-wrap: wrap;} .data-flex .tools-widths{width: 20%;margin-bottom: 25px;display: flex; align-items: center; } .data-flex .tools-widths img{transition:.2s;} .data-flex .tools-widths img:hover{transform: scale(1.1); cursor: pointer;} .jain-univert{background: url(../data-master-program-img/img/5db28abd167ab_1@2x.png)no-repeat; margin: 100px 0px 70px; background-size: cover; background-position: center right; position: relative; width: 100%;} .jain-univert:before{background:#f07e1f;position: absolute;left: 0; top: 0; right: 0; bottom: 0;content: "";} .jain-univert .jain-content{position: relative;display: flex;align-items: center;} .jain-univert .jain-content .user-img{width:245px; height: auto;margin-top: -97px;} .jain-univert .jain-content .user-img img{width: 100%; height: 100%; object-fit: cover;} .jain-univert .jain-content .user-content{text-transform: uppercase; color: #fff; font-size:40px;font-family: 'robotobold'; } .enroll-flex{display: flex; position: absolute; right: 0; bottom: -15px;} .enroll-flex .download-sect{ width: 275px;box-shadow:0px 0px 8px rgba(0,0,0,0.25); transition: .5s; margin: 0px 10px; padding: 13px 10px; color: #fff; font-size: 20px; text-align: center; background:#1c489a; } .enroll-flex .download-sect:hover{background:#f07e1f ; text-decoration: none;} .enroll-flex .download-sect img{width:30px; margin-right:25px ;} .companys-datarow{background:#343434; width: 100%; padding:120px 0px;} .careers-support .C-cards{max-width:270px; width:100%;background: #fff;padding:15px;height:400px;display: flex; flex-direction: column; transition: .2s;} .careers-support .C-cards:hover{transform:scale(1.04);cursor: pointer;} .careers-support .C-cards .c-img{width:140px; height: 135px;margin: 0px auto 15px;display: flex; align-items: center; justify-content: center;} .careers-support .C-cards .c-img img{max-width: 100%; max-height: 100%; width: auto; height: auto;} .careers-support .C-cards p{font-size: 13px; margin-bottom: 10px; color: #000;} .careers-support .C-cards .T-title{margin-top: auto; text-transform: uppercase;padding-top: 15px; font-size: 22px; color: #000; text-align: center; margin-bottom: 0px; font-family: 'robotomedium'; } .careers-support .C-cards .comp-logos{display: flex; flex-wrap: wrap;} .careers-support .C-cards .comp-logos .logo-img{width: 100%; min-height: 57px; margin-bottom: 20px;display: flex; align-items: center;justify-content: center;} .careers-support .C-cards .comp-logos img{max-height: 100%; max-width: 100%; width: auto; height: auto;} .C-benefits{margin-bottom: -60px; position: relative;} .logo-unvercity{padding:0px 0px 30px;} .logo-unvercity .U-logo{max-width:920px;width: 100%; margin: 30px auto 0px;} .logo-unvercity .U-logo .logo-cards{padding:20px;} .logo-unvercity .U-logo .logo-cards .Unver-logo{max-width: 200px;height:150px; margin: 0px auto 20px;display: flex; align-items: center;justify-content: center;} .logo-unvercity .U-logo .logo-cards .Unver-logo img, .logo-unvercity .U-logo .logo-cards .time-india img{max-width: 100%; max-height: 100%; width: auto; height: auto;} .logo-unvercity .U-logo .logo-cards .unver-content{font-size: 16px;letter-spacing: 0.8px; text-align: center; margin-bottom: 20px;} .logo-unvercity .U-logo .logo-cards .time-india{display: flex;justify-content: center;} .ract-div{max-width:60%; width: 100%; background:#343434 ;margin: 0px auto;padding:10px 15px;color: #fff;font-size: 16px; text-align: center;} .contact-details{background: #1c489a; } .contact-details .call-data{padding:5px 0px;} .contact-details .call-data a{ color: #fff; text-transform: uppercase;letter-spacing:0.8px ; font-size: 14px; font-family: 'robotomedium'; } .contact-details .call-data img{width:20px; margin-right: 10px;} .contact-details .chat-data a{ color: #fff; text-transform: uppercase;letter-spacing:0.8px ; font-size: 14px; font-family: 'robotomedium';} .contact-details .chat-data img{width:20px; margin-right: 10px;} .contact-details .chat-data{background: #f07e1f; padding:5px 20px;width: 100%; height:100%; } .online-data-plan .online-top{width: 100%; background: #f07e1f; height:20px; display: block;} .online-data-plan .data-plan{padding:86px 0px;} .online-data-plan .data-plan h6{color: #000; text-align: center; margin-bottom: 30px; font-size: 18px; letter-spacing: 0.8px;} .online-data-plan .data-plan .O-img{width:100%;display: flex; align-items: center; justify-content: center;} .online-data-plan .data-plan .O-img img{max-width: 100%; max-height: 100%; width: auto; height: auto;} .banner-home{background: url(../data-master-program-img/img/jain-logo-img.png)no-repeat; background-position: center right; background-size: cover; position: relative; padding:120px 0px 70px;} .banner-home::before{background:linear-gradient(20deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 35%, rgba(0,0,0,0.2) 100%); position: absolute;left: 0; top: 0; right: 0; bottom: 0;content: "";} .banner-home .banner-content{position: relative;max-width: 700px; width: 100%;} .banner-home .banner-content .title{color: #fff; font-size:40px;font-family: 'robotobold'; margin-bottom:30px;} .banner-home .banner-content .title img{width: 70px; margin-right: 10px;} .banner-home .banner-content .o-class{color: #fff; font-size: 16px;letter-spacing: 0.5px; margin-bottom: 20px; font-family: 'robotomedium';} .banner-home .banner-content .description{font-size: 18px; color: #fff; margin-bottom: 25px;line-height: 1.6;} .banner-home .banner-content .enroll-flex{position: relative;bottom: auto; right: auto;padding: 30px 0px; font-weight: 600;} .banner-home .banner-content .enroll-flex .enroll-data{position: relative;} .banner-home .banner-content .enroll-flex .enroll-data::before{position: absolute;top:0; right:0; width:20px; height:100%; background: #f07e1f; content: "";} header{background: #fff; z-index: 1; box-shadow:0px 0px 8px rgba(0,0,0,0.25); padding:15px 0px; width: 100%; transition: .5s; } .contact-details{position: fixed; z-index: 9; bottom:0px; width: 100%;} header .nav-bar .nav-flex{display: flex; align-items: center; justify-content: space-between; list-style: none; padding:0; margin: 0px;} header .nav-bar .nav-flex .nav-link{color: #08087b; font-family: 'robotomedium'; padding:5px 15px; font-size: 18px;margin: 0px;} header .nav-bar .nav-flex .nav-link.entrol-btn{background:#08087b ; color: #fff; box-shadow: 0px 3px 6px rgb(0 0 0 / 50%); padding-left: 30px; padding-right: 30px; border-radius: 8px;} header .nav-bar .nav-flex .nav-link:hover{color: #f07e1f;} .Course-Content{display: flex;align-items: center; justify-content: space-between; margin-bottom: 30px;} .Course-Content .heading-common{margin-bottom: 0px;} .Course-Content .download-bour{cursor: pointer;transition: .5s; background:#1c489a; color: #fff; font-size: 20px; padding:10px 25px; } .Course-Content .download-bour:hover{background:#08087b ;} .Course-Content .download-bour img{width:30px; margin-right: 20px;} .C-static {box-shadow:0px 0px 8px rgba(0,0,0,0.25);margin-bottom: 30px;} .C-static .C-static-data .c-padding-content{padding:15px;} .C-static .C-static-data .C-video-tut{width:100%; height:240px;position: relative;} .C-static .C-static-data .C-video-tut img{width: 100%; height:100%; object-fit:contain;} .C-static .C-static-data .C-video-tut .play-icon{z-index: 1; padding-left: 5px;cursor: pointer; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); width:50px; height:50px; border-radius: 50%; background: #f07e1f;color: #fff; font-size: 20px; display: flex;align-items: center;justify-content: center;} .C-static .C-static-data .C-video-tut .play-icon::before{content: ""; position: absolute; z-index:-1; left: 50%;top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width:50px; height:50px; background: #f07e1f; border-radius: 50%; animation: pulse-border 1500ms ease-out infinite;} @keyframes pulse-border { 0% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1; } 100% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0; } } .static-content .title{color: #08087b; font-family: 'robotobold'; position: relative; font-size: 22px;padding-bottom: 20px; margin-bottom: 0px; } .static-content .title .live-data{background:#f07e1f ;color: #fff;font-size: 12px;bottom:0px; max-width: 120px; width: 100%;padding:3px 10px; text-align: right; position: absolute; right:0px;} .static-content .title .live-data i{font-size: 8px; margin-right:5px;} .static-content .line{width:90%; background: #08087b; height: 2px;margin-bottom: 20px;} .static-content .line { position: relative; width: 100%; } .C-static-data{position:relative;} .C-static-data .desktop-live-data { background: #f07e1f; color: #fff; font-size: 14px; max-width: 100px; width: 100%; padding: 3px 10px; text-align: right; position: absolute; right: 0px; top: 0; font-family: 'robotobold'; } .C-static-data .desktop-live-data i { font-size: 8px; margin-right: 5px; } .static-content .line::before{position: absolute;content: ""; height: 2px; background:#f07e1f;right:0; width: 10%;top:0px;} .static-content .static-middle-content h6{color: #08087b; font-family: 'robotomedium'; margin-bottom: 10px;font-size: 16px; } .static-content .static-middle-content p{max-width: 70%; width: 100%;font-size: 14px; color: #08087b; margin-bottom: 0px; } .data-collapse .static-panel{background:#f07e1f ;display: block; width: 100%; color: #fff; font-size: 14px;padding:7px 15px; position: relative;} .data-collapse .static-panel::before{ font-size:24px; position: absolute; right:20px;top:0px; font-family: "Font Awesome 5 Free"; font-weight: 600;content: "\f077"; color: #fff;} .data-collapse .static-panel.collapsed::before {content:"\f078"; } .middle-content-static{padding:15px;} .middle-content-static .panel .panel-link{ position: relative; font-size: 16px; color: #08087b; font-family: 'robotomedium';padding: 9px 15px 9px 0px; width: 100%;display: block; } .middle-content-static .panel .panel-link::before{font-size:15px; position: absolute; right:10px;top:10px; font-family: "Font Awesome 5 Free"; font-weight: 600;content: "\f077"; color: #08087b;} .middle-content-static .panel .panel-link.collapsed::before {content:"\f078"; } .middle-content-static .panel{border-bottom: 1px solid #08087b; margin-bottom: 0px;} .middle-content-static .panel .panel-data{font-size: 14px; color: #08087b; margin-bottom: 15px;display: block;} .middle-content-static .panel:last-child{border-bottom: 0px;} .course-content-section{padding:10px 0px 30px;} .main-body-content{position: relative;z-index:0;overflow: hidden;} .faq-section{padding-bottom: 20px;} .footer-top .collapse:not(.show) {display: block;} /* modal-contact */ .modal{background: rgb(255, 255, 255,0.6);} .modal.show .modal-dialog { -webkit-transform: none; transform: none; min-height: calc(100% - 1rem);align-items: center; display: flex; } .custom-checks { background: none;padding-top: 0px; padding-bottom: 0px; padding-left: 2px; width: 100% !important;} .checkbox {display: block; position: relative; padding-left: 25px; font-weight: 400;cursor: pointer;font-size: 16px; -webkit-user-select: none; color: #000; -moz-user-select: none;-ms-user-select: none;user-select: none; margin-bottom: 12px;} .checkbox input { position: absolute; opacity: 0;cursor: pointer;height: 0; width: 0;} .custom-checks .checkmark { height:20px; width:20px;border:1px solid #e3e2e2; background-color: transparent; top: 50%; transform: translateY(-50%); left: 0px;} .checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px;background-color: transparent;} .custom-checks .checkmark::after {left:6px;width: 5px;height: 14px;} .checkmark::after { display: none;} .checkmark::after {content: "";position: absolute;left: 6px;top: 0px;width: 8px;height: 15px; border: solid #f07e1f; border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);} /* input:checked ~ .checkmark { background-color: #0ea0c7;} */ input:checked ~ .checkmark::after { display: block;} .contact-modal .modal-dialog-centered{max-width:600px;} .contact-modal .modal-header{background: #f07e1f;} .contact-modal .modal-header .close{color: #fff;text-shadow: none;opacity: 1;} .contact-modal .contact-modals{padding:40px;} .contact-modal .contact-modals .title{color: #000;font-family: 'robotomedium';font-size: 24px; text-align: center; margin-bottom: 20px;} .common-form .form-control{border:0px;height: auto; border-bottom: 1px solid #827c7a;border-radius:0px; color: #827c7a; font-size: 16px; padding:15px 0px;} .common-form .form-control:focus{box-shadow: none;border-color:#f07e1f ;} .common-form .form-group{margin-bottom: 20px;} .common-form .input-group{margin-bottom: 20px;} .common-form .input-group .input-group-prepend{padding:0;} .common-form .input-group .input-group-text{background: transparent; color:#827c7a;font-size: 16px; border:0; border-radius:0px;} .download-btn{background: #f07e1f; color: #fff; font-size: 20px; padding:15px 10px; max-width:250px; width: 100%;margin: 30px auto 0px; display: block;} .download-btn:hover{color: #f07e1f; border-color: #f07e1f;background: #fff;} .common-form .thankyou{width:300px; height: auto;margin: 0px auto; display: flex; justify-content: center;} .common-form .thankyou img{max-width: 100%; max-height: 100%; height: auto; width: auto;} .common-form .thankyou-content{color: #000; font-size: 20px;display: block; letter-spacing: 0.9px; text-align: center;margin-bottom: 0px; padding-bottom: 20px;} .hide{display: none;} .sucess-user .owl-dots{display: none;} .course-content-section .or_data{/*display: none;*/ position: relative; text-align: center; color:#08087b; font-family: 'robotomedium'; font-size:16px;margin-top:25px; margin-bottom:5px ;} .course-content-section .or_data span{z-index:1; padding:0px 30px;cursor: pointer; position: relative; background-color: #fff;} .course-content-section .or_data i{margin-left: 5px;} .course-content-section .or_data::after{content: ""; width: 100%;height: 2px; background-color:#f07e1f; position: absolute; top: 50%; left: 0;} .supportone .owl-nav, .about-finger .owl-nav, .pricing-table .owl-nav{display: none;} .supportone.owl-theme .owl-dots, .pricing-table .owl-theme .owl-dots{padding-top: 20px;position: absolute;left: 50%;transform: translateX(-50%);} .careers-support .owl-theme .owl-dots .owl-dot span{border:2px solid #fff; width:17px; height:17px; background: #fff;} .careers-support .owl-theme .owl-dots .owl-dot.active span, .careers-support .owl-theme .owl-dots .owl-dot:hover span { background: #000;} #myList .C-static {display: none;} /*----------------------- Responsive media -------------*/ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { } @media(min-width:1200px) and (max-width:1366px){ } @media (max-width: 1199px) { header .nav-bar .nav-flex .nav-link{font-size: 16px;} .banner-home .banner-content .title{font-size: 30px;} .banner-home{padding:100px 0px 40px;} .banner-home .banner-content .description {font-size: 16px;} .online-data-plan .data-plan {padding: 45px 0px;} .contact-details .call-data a, .contact-details .chat-data a{font-size: 14px;} .logo-unvercity .U-logo .logo-cards .Unver-logo {max-width: 160px;height: 120px;} .logo-unvercity .U-logo .logo-cards .unver-content {font-size: 14px;} .heading-common{max-width: 490px;font-size: 23px;} .companys-datarow{padding:90px 0px 40px;} .careers-support .C-cards .T-title{font-size: 18px;} .C-support-padding{margin-bottom: 20px;} .jain-univert .jain-content .user-img { width:165px;margin-top: -51px;} .jain-univert .jain-content .user-content{font-size: 30px;} .jain-univert{margin: 60px 0px 70px;} .Real-content {padding: 20px 40px 60px;} .company-datasets .data-comps span {font-size: 36px;} .company-datasets .data-comps{font-size: 16px;} .static-content .title{font-size: 20px;} .static-content .static-middle-content p{max-width: 100%;} .About-Fingertips .about-finger {padding-top: 16px;} .About-Fingertips .card-object .card .card-img {height: 195px;} .About-Fingertips .card-object .card .card-data {padding: 25px 10px;} .About-Fingertips .card-object .card .card-footer{font-size: 15px !important;} .About-Fingertips {padding-bottom: 30px;} .priceing-card .Price-data{font-size: 40px; padding: 22px 15px 5px;} .priceing-card .online{font-size: 23px;} .priceing-card .Price-data .starts {font-size: 14px;} .priceing-card ul {padding: 30px 30px;} .EMI-post .enroll-post span, .EMI-post .avail-now{font-size: 22px !important;} .pricing-table {padding:10px 0px 30px;} .sucess-user{padding:0PX;} .sucess-user .item .card-box .C-data span{font-size:17px;} .sucess-user .item .card-box .C-user{font-size: 18px;} .support-panel .support-content {padding: 20px 0px 50px;} .support-panel .support-content .S-tel-no {font-size: 46px;} .support-panel .support-content .S-panel {font-size: 22px;} .careers-support .C-cards .c-img {width: 170px;height: 175px;} .careers-support .C-cards{min-height:377px;} .careers-support .C-cards .comp-logos .logo-img{min-height:45px;} .supportone.owl-theme .owl-dots, .pricing-table .owl-theme .owl-dots{padding-top: 20px;position:relative;} .about-finger .owl-theme .owl-dots .owl-dot span{border:2px solid #000; width:17px; height:17px; background: #000;} .about-finger .owl-theme .owl-dots .owl-dot.active span, .about-finger .owl-theme .owl-dots .owl-dot:hover span { background: #fff;} .priceing-card{margin-top: 20px !important; height: 462px;} .pricing-table .owl-theme .owl-dots .owl-dot span{border:2px solid #000; width:17px; height:17px; background: #000;} .pricing-table .owl-theme .owl-dots .owl-dot.active span, .pricing-table .owl-theme .owl-dots .owl-dot:hover span { background: #fff;} .sucess-user .owl-dots{display: block;} .sucess-user .owl-theme .owl-dots .owl-dot span{border:2px solid #000; width:17px; height:17px; background: #000;} .sucess-user .owl-theme .owl-dots .owl-dot.active span, .sucess-user .owl-theme .owl-dots .owl-dot:hover span { background: #fff;} .sucess-user .owl-nav{display: none;} .course-content-section .or_data{display: block;} } @media (max-width: 991px) { .container{ max-width: 100%; } /* side nav */ .menu {border-radius: 50%; width: 50px; height: 50px; position: absolute; cursor: pointer; top: 50%;transform: translateY(-50%); right: 15px;} .menu span { -webkit-user-select: none; transform: translate(-50%, -50%); -moz-user-select: none; -ms-user-select: none; user-select: none; position: absolute; top: 50%; left: 50%;} .menu span, .menu span::before, .menu span::after { display: block; width:25px; right: 20px; height: 2px; background-color: #08087b; outline: 1px solid transparent; -webkit-transition-property: background-color, -webkit-transform; -moz-transition-property: background-color, -moz-transform; -o-transition-property: background-color, -o-transform; transition-property: background-color, transform; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s;} .header-fixed .menu span,.header-fixed .menu span::before,.header-fixed .menu span::after { background-color: #08087b;} .menu span::before,.menu span::after { position: absolute; content: "";} .menu span::before { top: -8px; width:16px;right: 0;} .menu span::after { top: 8px; width:30px;right: 0;} .menu.clicked span {background-color: transparent !important;} .menu.clicked span::before { left: 0px; -webkit-transform: translateY(8px) rotate(45deg); -moz-transform: translateY(8px) rotate(45deg); -ms-transform: translateY(8px) rotate(45deg); -o-transform: translateY(8px) rotate(45deg); transform: translateY(8px) rotate(45deg); width: 33px; background-color: #fff; } .menu.clicked span::after {left: 0px; -webkit-transform: translateY(-9px) rotate(-45deg); -moz-transform: translateY(-9px) rotate(-45deg); -ms-transform: translateY(-9px) rotate(-45deg); -o-transform: translateY(-9px) rotate(-45deg); transform: translateY(-9px) rotate(-45deg); background-color: #fff; } /* .menu.clicked span:before, .menu.clicked span:after {background-color: #656565; } */ .menu:hover { cursor: pointer; } /* NAV ========================================== */ #nav {/* display: flex; */ background: #08087b; align-items: center; justify-content: center; position: fixed; z-index: 20; top: 0; left: 0; height: 100%; max-width: 100%; width: 100%;padding: 50px 0px 30px; overflow-y: auto;display: none; transition: all .75s cubic-bezier(0.87, 0, 0.13, 1);} #nav::before{background: rgba(0, 0, 0, 0.7); position: absolute;left: 0; right:0; top:0; bottom:0;content: "";} #nav.show {display: flex; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -ms-transform: translateX(0px); -o-transform: translateX(0px); transform: translateX(0px);} #nav.show ul.main li { opacity: 1;} .menu.clicked { position: fixed; z-index: 99; top: 20px; transform: none; } #nav ul.main {padding: 0px;display: block; list-style-type: none;margin: 0px;max-width:70%; width: 100%; transform: scale(1) rotate(0deg); text-align: center; transition: all .75s cubic-bezier(0.87, 0, 0.13, 1);} #nav ul.main li { padding:10px 30px; text-align: center; transition: all .75s cubic-bezier(0.87, 0, 0.13, 1);} #nav ul.main li .nav-link { font-size:22px;padding:0px; color: #fff;} #nav ul.main .nav-link.active {color: #fff; } #nav ul.main li a { color: #fff; font-family: 'robotomedium'; text-decoration: none; display: block; transition: all .25s ease-in-out;} #nav ul.main li a:hover {color: #fff;} .menu.clicked span::before, .menu.clicked span::after { width: 25px;} /* main-content */ .banner-home .banner-content .title {font-size: 25px; margin-bottom: 20px;} .contact-details .chat-data{text-align: center;} .careers-support .C-cards{margin: 0px auto;} .jain-univert .jain-content .user-content {font-size: 26px;} .data-flex .tools-widths {width: 33%;} .real-worl-data img{display: flex;align-items: center;margin-bottom: 30px;} .real-worl-data {padding:0px 0px 10px;} .Real-content {padding: 20px 10px 40px;} .Course-Content{flex-wrap: wrap;} .Course-Content .download-bour{margin:30px auto 0px;} .static-content .static-middle-content p{margin-bottom: 20px;} .static-content .title {font-size: 18px;} .M-logo-section .L-video{height:250px;} .pricing-table .border-rights::before{display: none;} .pricing-table .border-rights{margin-bottom:30px;} /* .sucess-user .owl-nav{position: relative; bottom: 0px; transform: none; width: 100%;display: flex; justify-content: center;} .sucess-user .owl-nav .owl-prev{left:0;position: relative;} .sucess-user .owl-nav .owl-next{right:0;position: relative;} */ .sucess-user .owl-nav i {font-size: 25px;margin: 0px 10px;} .support-panel .support-content {padding: 0px 0px 40px;} .support-panel .support-content .S-content {font-size: 15px;} .support-panel .support-content .S-tel-no {font-size: 38px;margin-bottom: 0px;} .panel .panel-heading .panel-title a{font-size: 16px;} footer{padding: 30px 0px 70px;} .social-media-links{padding-top: 20px;} .social-media-links .title{text-align: center;} .social-links li{width: auto; margin:0px 15px; text-align: center;} .footer-top .user-links ul{justify-content: center;} .footer-top .collapse:not(.show) {display:none;} .footer-top .collapse-title{text-align: center;cursor: pointer; padding:15px 0px;border-top: 1px solid #fff;margin-bottom: 0px !important; text-align: center; display: block;} .footer-top .collapse-title.other-border {border-bottom: 1px solid #fff;} .footer-top .user-links{margin-bottom: 0px;} .footer-top .user-links ul{text-align: center;padding-top: 15px;} .footer-top .user-links ul li:last-child{padding-bottom:20px;} .footer-top .address {max-width: 90%;} .m-bannerdata{height:400px;} .banner-home::before {background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 45%, rgba(0,0,0,0.3) 100%);} .banner-home{background: url(../data-master-program-img/img/JU-Microsite-home-page-new.png)no-repeat; background-position:top center; padding: 64px 0px 20px;} .banner-home .banner-content .o-class, .banner-home .banner-content .description{text-align: center;} .banner-home .banner-content .title{text-align: center;} .banner-home .banner-content .o-class{margin-bottom: 0px;} .banner-home .banner-content .description{padding-top:20px;} .banner-home .banner-content{margin: 0px auto;} .banner-home .banner-content .enroll-flex{justify-content: center;} /*.navbar-toggler{ border: 1px solid #333; border-radius: 5px; padding: 6px; }*/ .navbar-toggler .navbar-toggler-icon { background: #333; width: 25px; height: 3px; margin-bottom: 4px; display: block; } .navbar-toggler .navbar-toggler-icon:last-child{ margin-bottom: 0px; } .m-collapse-data {text-align: center; font-size: 16px; font-family: 'robotomedium';} .m-collapse-data .collapse .dropdown-item, .m-collapse-data .collapsing .dropdown-item{font-size: 16px; font-family: 'robotomedium';padding: 10px 15px;} .m-collapse-data .collapse, .m-collapse-data .collapsing{padding-top: 20px;} header .nav-top-section .nav-bar .nav-flex{display: block;text-align: center;padding-top:20px;} header .nav-top-section .nav-bar .nav-flex .nav-link{padding: 10px 15px;} header .D-logo-section{margin-right:0px;} } @media (max-width: 767px) { } @media (max-width: 700px) { } @media (max-width: 576px) { .jain-univert .jain-content .user-img {width: 220px;} .jain-univert .jain-content .user-content {font-size: 20px;} .enroll-flex{bottom: -86px;flex-wrap: wrap; justify-content: center;} .jain-univert .jain-content{flex-wrap: wrap;} .enroll-flex .download-sect{margin: 5px;} .jain-univert {margin: 60px 0px 103px;} .Real-content{font-size: 14px;} .priceing-card{margin: 0px auto;} .contact-modal .modal-dialog-centered{max-width:95%;margin: 10px auto;} .contact-modal .contact-modals {padding: 22px;} } @media (max-width: 500px){ .banner-home .banner-content .description {font-size: 14px;} .banner-home .banner-content .title {font-size: 21px;} .jain-univert .jain-content{padding:50px 20px 70px;} .support-panel .support-content .S-panel {font-size: 18px;margin-bottom: 5px;} .panel-body .description{font-size: 14px;} #nav ul.main li .nav-link {font-size: 20px;} .banner-home .banner-content .title img {width: 45px;margin-right: 3px;} /* .contact-details .row .col-6{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} */ .data-flex .tools-widths {width: 33%;} .data-collapse .static-panel{font-size:13px;} .data-collapse .static-panel::before{right:10px; font-size: 14px; position: absolute; top: 5px; font-family: "Font Awesome 5 Free"; font-weight: 600; content: "\f077"; color: #fff;} .C-static .C-static-data .C-video-tut{height: auto;} .contact-details .call-data a, .contact-details .chat-data a { font-size: 12px;} .contact-details .call-data img, .contact-details .chat-data img{width: 18px;margin-right: 5px;} /* .contact-details .chat-data{padding: 15px 10px;} */ .banner-home .enroll-flex .download-sect{font-size: 14px; width:150px;} .banner-home .banner-content .enroll-flex .enroll-data::before{display:none;} .ract-div{max-width: 100%; font-size: 14px;} .logo-unvercity .U-logo .logo-cards {padding: 0px;margin-bottom: 20px;} .logo-unvercity .U-logo .logo-cards.data-cards{max-width:217px; width:100%; margin:0px auto 10px;} .C-benefits .container{padding:0px;} .heading-common{font-size: 19px; padding: 10px 17px;} .menu-section-pnael .container, .About-Fingertips .container, .Programs-Fee .container, .success-table .container , .support-panel .container, .faq-section .container{padding:0px;} .menu-section-pnael .Course-Content .download-bour{font-size: 14px;padding:7px 12px;margin:0;position: absolute; right:10px; top:18px;} .Course-Content .download-bour img {width:17px;margin-right: 7px;} .course-content-section{position: relative;} .Course-Content .download-bour{} .static-content .title{padding-top: 15px;font-size: 16px;} .static-content .line{position: relative;width: 100%;} .static-content .line::before{position: absolute;content: ""; height: 2px; background:#f07e1f;right:0; width: 10%;top:0px;} .static-content .title .live-data{top:-16px;right:-16px; bottom:0px;max-width:60px; height:25px;} .M-logo-section .L-card .logo-menus-icon{ display: none; } .M-logo-section .L-card img{/* display: none; */} .M-logo-section .L-card{padding-bottom: 20px;} .M-logo-section .L-content{height: 100%;display: flex;align-items: center;justify-content: center;} .logo-menus { padding: 20px 10px 20px;} .L-upload-section .Cap-data{margin-right: 10px;} .support-panel .support-content { padding: 0px 15px 40px;} .about-contain{padding:0px 15px;} .enroll-flex .download-sect{font-size: 16px;width: 240px;} .enroll-flex .download-sect img {width: 20px;margin-right: 12px;} .jain-content {overflow: hidden;} .jain-univert .jain-content .user-img{position: absolute;bottom:0;left:-60px;} .jain-padding{padding: 0px 15px;} .jain-univert .jain-content .user-img {width: 240px;} .jain-univert .jain-content{height:405px;} .jain-content .enroll-flex{display: none;} .jain-univert .jain-content .user-content { font-size: 20px; margin-left: auto;z-index: 9;} .footer-top .address p{font-size: 14px;} .company-datasets .data-comps span {font-size: 26px;} .company-datasets {padding: 50px 0px 0px;} .company-datasets .data-comps {font-size: 14px;} header .D-logo-section {max-width: 95px;} .nav-top-section .dropdown-toggle.nav-link { background: #08087b; color: #fff; font-family: 'robotomedium'; border-radius: 0px; padding: 5px 15px; font-size: 18px; box-shadow: 0px 3px 6px rgb(0 0 0 / 50%); padding-left: 10px; padding-right: 10px; border-radius: 8px; } } @media (max-width: 400px) { /* .logo-menus .row .col-6{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} */ .sucess-user .item .card-box{max-width: 100%;} .panel .panel-heading .panel-title a {font-size: 14px;} .L-upload-section .Cap-data{font-size: 16px;} .support-panel .support-content .S-tel-no {font-size: 30px;} .About-Fingertips .card-object .card .card-title{font-size: 18px;} .priceing-card .Price-data {font-size: 32px;} .priceing-card .online {font-size: 20px;} .middle-content-static .panel .panel-link{font-size: 14px;} .careers-support .C-cards .c-img {height: 148px;} .jain-univert .jain-content .user-content {font-size: 15px;z-index: 9;} .U-logo .row .col-6{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;} } @media (max-width: 320px) { .L-upload-section{max-width:85%;} .L-upload-section .download-data{font-size: 14px;} .menu-section-pnael .Course-Content .download-bour {font-size: 12px;} .Course-Content .download-bour img {width: 14px;} }
0.241132
0.044494
.single-product-wrap:hover { padding: 0 !important; margin: 0 !important; -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 6px 0px rgba(158, 158, 158, 0.51); } .single-product-wrap:hover .add-actions.action__overplay { left: 10px; } .add-actions.action__overplay { position: absolute; top: 0; left: -30px; width: 25%; border: 0; } .single-product-wrap:hover:before { visibility: hidden; } .add-actions-link li.add-cart > a i { padding: 10px; border-radius: 50%; border: 2px solid #ffffff; transition: all 1s; background: #0a4b8ff2; } .add-actions-link li.add-cart > a i:hover { font-size: 22px; line-height: 22px; /* color: blue; */ padding: 15px; } .add-actions-link li.add-cart > a:hover i { background-color: #0f3965f2; } /* shop */ .seller_content { padding: 20px 0; } .seller_title { border-bottom: 1px solid #eee; } .seller_title h4 { position: relative; font-family: sans-serif; font-size: 20px; font-weight: bold; color: #0056b3; text-transform: uppercase; } p.seller_num { font-size: 30px; font-weight: bold; color: #ffffff; } .seller_item.about-image-wrap { width: 100% !important; text-align: center; padding-left: 0 !; } .dataTables_wrapper { margin-top: 10px !important; } /* login */ .page-section.page-section-login { margin: 10% auto; } h4.login-title { text-align: center; font-family: auto; font-size: 34px; font-weight: bold; } button.form-control.register-button { font-family: auto; font-size: 18px; font-weight: bold; background: #0a4b8f; color: #ffffff; cursor: pointer; } button.form-control.register-button:focus, button.face-button:focus { box-shadow: none; } button.face-button { width: 100%; background: #4267b2; color: #ffffff; } .logo_bit img { width: 100%; } /* cart */ .Shopping-cart-area .li-product-thumbnail img { width: 100px; } /* list product */ .sidebar-categores-box.list-product-nav { height: auto; } .list-product-nav .price-checkbox li a, .list-product-nav .size-checkbox li a, .list-product-nav .color-categoriy ul li a, .list-product-nav .categori-checkbox ul li a { color: #ffffff !important; } .sidebar-categores-box.list-product-nav .filter-sub-area h5 { font-weight: bold; } .list-product-nav .li-sidebar-search-form .li-search-field, .list-product-nav .li-sidebar-search-form .li-search-btn { height: 40px; } .list-product-nav .li-sidebar-search-form .li-search-btn i { line-height: 40px; } .list-product-nav .li-sidebar-search-form .li-search-btn:hover i { color: #007bff; } .sidebar-categores-box.list-product-nav .sidebar-title { border: none; }
public/assets/client/css/custom.css
.single-product-wrap:hover { padding: 0 !important; margin: 0 !important; -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 6px 0px rgba(158, 158, 158, 0.51); } .single-product-wrap:hover .add-actions.action__overplay { left: 10px; } .add-actions.action__overplay { position: absolute; top: 0; left: -30px; width: 25%; border: 0; } .single-product-wrap:hover:before { visibility: hidden; } .add-actions-link li.add-cart > a i { padding: 10px; border-radius: 50%; border: 2px solid #ffffff; transition: all 1s; background: #0a4b8ff2; } .add-actions-link li.add-cart > a i:hover { font-size: 22px; line-height: 22px; /* color: blue; */ padding: 15px; } .add-actions-link li.add-cart > a:hover i { background-color: #0f3965f2; } /* shop */ .seller_content { padding: 20px 0; } .seller_title { border-bottom: 1px solid #eee; } .seller_title h4 { position: relative; font-family: sans-serif; font-size: 20px; font-weight: bold; color: #0056b3; text-transform: uppercase; } p.seller_num { font-size: 30px; font-weight: bold; color: #ffffff; } .seller_item.about-image-wrap { width: 100% !important; text-align: center; padding-left: 0 !; } .dataTables_wrapper { margin-top: 10px !important; } /* login */ .page-section.page-section-login { margin: 10% auto; } h4.login-title { text-align: center; font-family: auto; font-size: 34px; font-weight: bold; } button.form-control.register-button { font-family: auto; font-size: 18px; font-weight: bold; background: #0a4b8f; color: #ffffff; cursor: pointer; } button.form-control.register-button:focus, button.face-button:focus { box-shadow: none; } button.face-button { width: 100%; background: #4267b2; color: #ffffff; } .logo_bit img { width: 100%; } /* cart */ .Shopping-cart-area .li-product-thumbnail img { width: 100px; } /* list product */ .sidebar-categores-box.list-product-nav { height: auto; } .list-product-nav .price-checkbox li a, .list-product-nav .size-checkbox li a, .list-product-nav .color-categoriy ul li a, .list-product-nav .categori-checkbox ul li a { color: #ffffff !important; } .sidebar-categores-box.list-product-nav .filter-sub-area h5 { font-weight: bold; } .list-product-nav .li-sidebar-search-form .li-search-field, .list-product-nav .li-sidebar-search-form .li-search-btn { height: 40px; } .list-product-nav .li-sidebar-search-form .li-search-btn i { line-height: 40px; } .list-product-nav .li-sidebar-search-form .li-search-btn:hover i { color: #007bff; } .sidebar-categores-box.list-product-nav .sidebar-title { border: none; }
0.344774
0.086825
:root { --blue-color: #8BCBC8; --icing-color: #DAE9E4; --orange-color: #FDAE84; --sakura-color: #ECC7C0; --cranberry-color: #3C2E3D; } #MAIN-CONTAINER{ display: flex; flex-wrap: nowrap; background-color: var(--cranberry-color); flex-direction: column; height: 100vh; width: 100vw; flex-grow: 1; margin: 0; padding: 0; justify-content: left; } a { text-decoration: none !important; } main { display: flex; flex-wrap: nowrap; flex-direction: row; height: 80%; width: 100%; background-color: var(--icing-color); justify-content: center; align-self: center; } div#main, div.sides, div.catagories, div.type{ display: flex; justify-content: center; align-items: center; font-family: 'Lemon'; color: var(--cranberry-color); } .arrow{ width: 5vw; height: 5vw; opacity: .5; } .arrow:hover{ opacity: 1; } #up_arrow{ margin-bottom: 1vh; margin-top: -2vh; } #down_arrow{ margin-top: 1vh; margin-bottom: 2vh; } .type{ width: 15vw; height: 15vw; margin: 2vw; border-radius: 50%; background-color: var(--blue-color); display: inline-flex; background-size: cover; background-position: center center; transition: width .1s linear; transition: height .1s linear; } .text_label{ font-weight: 1000; font-size: 4vw; color: var(--sakura-color); text-shadow: -2px 0 var(--cranberry-color), 0 2px var(--cranberry-color), 2px 0 var(--cranberry-color), 0 -2px var(--cranberry-color); opacity: 0; transition: opacity .1s linear; } .type:hover { width: 20vw; height: 20vw; margin: 1vw; border: 5px solid var(--sakura-color); transition: width .1s linear; transition: height .1s linear; } .type:hover .text_label { opacity: 1; transition: opacity .2s linear; } .selection { display: flex; flex-direction: column; } .carousel{ display: flex; margin-top: 10vh; /*justify-content: center;*/ align-items: center; font-family: 'Lemon'; color: var(--cranberry-color); flex-direction: column; width: 25vw; } .pet_pic{ width: 16vw; height: 16vw; margin-top: 5vh; margin-bottom: 5vh; border-radius: 50%; background-color: var(--blue-color); display: inline-flex; background-size: cover; background-position: center center; } .pet_page{ display: flex; flex-direction: column; width: 75vw; } .filter_box{ justify-content: center; align-items: center; font-family: 'Lemon'; color: var(--cranberry-color); display: inline-flex; margin: .3vw; } #filter_label{ display: flex; font-family: 'Lemon'; font-size: 3vh; color: var(--cranberry-color); margin-right: .5vw; } .filter{ display: flex; justify-content: center; align-items: center; font-family: 'Lemon'; color: var(--cranberry-color); width: 35px; height: 35px; margin: .2vw; border-radius: 50%; display: inline-flex; background-color: var(--cranberry-color); color: var(--blue-color); } .information_box{ display: flex; justify-content: center; align-items: center; color: var(--cranberry-color); width: 100%; height: 100%; flex-direction: column; font-family: 'Helvetica'; } .information{ display: flex; justify-content: center; align-items: center; flex-direction: column; font-family: 'Lemon'; color: var(--cranberry-color); width: 90%; height: 95%; background-color: whitesmoke; border: 6px solid var(--cranberry-color); border-radius: 20px; } .info_labels{ margin-left: 1vw; display: flex; flex-direction: column; width: 15%; } .pet_infos{ display: flex; flex-direction: column; width: 90%; } #favorite{ height: 8vh; margin: 5px; display: flex; justify-content: center; align-items: center; } #adopt_btn{ height: 6vh; width: 12vh; display: flex; justify-content: center; align-items: center; color: var(--icing-color); background-color: var(--cranberry-color); margin: 1vw; border-radius: 10px; border: none; outline: none; } #adopt_container{ height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; color: var(--icing-color); background-color: var(--cranberry-color); font-family: 'Lemon'; } .side_buttons{ display: flex; flex-direction: column; align-items: center; width: 20%; } .info_label{ font-family: 'Helvetica'; font-weight: 1000; font-size: 2vh; line-height: 4vh; } .pet_info{ font-family: 'Helvetica'; font-size: 2vh; line-height: 4vh; } .posts_grid{ display: flex; flex-direction: row; flex-wrap: wrap; flex-grow: 1; flex-basis: 0; min-height: 37vh; width: 80%; margin: 10px; overflow-x: auto; border: 1px solid var(--cranberry-color); } .post{ height: 22vh; width: 22vh; background-size: cover; background-position: center center; /* border-radius: 3px; */ border: 1px solid var(--cranberry-color); /* margin-right: 1vw; */ /* margin-bottom: 1vw; */ } .adopt{ height: 100px; margin: 5px; display: flex; justify-content: center; background-color: green; align-items: center; border-radius: 100px; } .check{ height: 100%; width: 80%; justify-content: center; align-items: center; } .adoptionInfo{ display: flex; justify-content: left; align-items: left; font-family: 'Lemon'; color: var(--cranberry-color); width: 75%; height: 65%; background-color: var(--icing-color); border: 6px solid var(--cranberry-color); border-radius: 10px; } .adoption-information-box{ display: flex; justify-content: center; align-items: top; color: var(--cranberry-color); width: 100%; height: 100%; flex-direction: row; font-family: 'Helvetica'; } .adoption-filter-box{ justify-content: center; align-items: center; font-family: 'Lemon'; width: 100%; height: 45%; color: var(--cranberry-color); display: inline-flex; margin-top: .3vw; } .text-and-btns{ display: flex; height: 50%; width: 100%; flex-direction: column; justify-content: top; align-items: center; } .Shelter-Name{ display: flex; height: 50%; width: 100%; justify-content: center; align-items: center; } .shelter-label{ font-size: 5vh; } .Location-Name{ display: flex; height: 30%; width: 100%; justify-content: center; align-items: top; } .location-label{ font-size: 3vh; } .side-notes{ display: flex; height: 20%; width: 100%; flex-direction: row; align-content: center; } .animals{ display: flex; justify-content: center; flex-direction: column; text-align: center; margin-left: 10%; margin-right: 10%; } #hovermenu { top: 0; left: 0; background-color: #00000088; position: absolute; width: 100vw; height: 100vh; justify-content: center; align-items: center; } #signupmessage { display: flex; justify-content: center; align-items: center; flex-direction: column; height: 30%; width: 30%; background-color: var(--icing-color); border: solid 8px var(--cranberry-color); border-radius: 20px; } #warning{ display: flex; justify-content: center; align-items: center; flex-direction: column; height: 45%; width: 80%; font-family: 'Lemon'; color: var(--cranberry-color); font-size: 3vh } #yesorno{ display: flex; justify-content: space-between; align-items: center; flex-direction: row; margin-top: 20px; height: 35%; width: 60%; } .yesnobutton{ height:70%; width:40%; background-color: var(--cranberry-color); border-radius: 10px; border: none; } .yesnocontainer{ display: flex; justify-content: center; align-items: center; flex-direction: column; height:100%; width:100%; font-family: 'Lemon'; color: white; font-size: 4vh; }
css/adoption.css
:root { --blue-color: #8BCBC8; --icing-color: #DAE9E4; --orange-color: #FDAE84; --sakura-color: #ECC7C0; --cranberry-color: #3C2E3D; } #MAIN-CONTAINER{ display: flex; flex-wrap: nowrap; background-color: var(--cranberry-color); flex-direction: column; height: 100vh; width: 100vw; flex-grow: 1; margin: 0; padding: 0; justify-content: left; } a { text-decoration: none !important; } main { display: flex; flex-wrap: nowrap; flex-direction: row; height: 80%; width: 100%; background-color: var(--icing-color); justify-content: center; align-self: center; } div#main, div.sides, div.catagories, div.type{ display: flex; justify-content: center; align-items: center; font-family: 'Lemon'; color: var(--cranberry-color); } .arrow{ width: 5vw; height: 5vw; opacity: .5; } .arrow:hover{ opacity: 1; } #up_arrow{ margin-bottom: 1vh; margin-top: -2vh; } #down_arrow{ margin-top: 1vh; margin-bottom: 2vh; } .type{ width: 15vw; height: 15vw; margin: 2vw; border-radius: 50%; background-color: var(--blue-color); display: inline-flex; background-size: cover; background-position: center center; transition: width .1s linear; transition: height .1s linear; } .text_label{ font-weight: 1000; font-size: 4vw; color: var(--sakura-color); text-shadow: -2px 0 var(--cranberry-color), 0 2px var(--cranberry-color), 2px 0 var(--cranberry-color), 0 -2px var(--cranberry-color); opacity: 0; transition: opacity .1s linear; } .type:hover { width: 20vw; height: 20vw; margin: 1vw; border: 5px solid var(--sakura-color); transition: width .1s linear; transition: height .1s linear; } .type:hover .text_label { opacity: 1; transition: opacity .2s linear; } .selection { display: flex; flex-direction: column; } .carousel{ display: flex; margin-top: 10vh; /*justify-content: center;*/ align-items: center; font-family: 'Lemon'; color: var(--cranberry-color); flex-direction: column; width: 25vw; } .pet_pic{ width: 16vw; height: 16vw; margin-top: 5vh; margin-bottom: 5vh; border-radius: 50%; background-color: var(--blue-color); display: inline-flex; background-size: cover; background-position: center center; } .pet_page{ display: flex; flex-direction: column; width: 75vw; } .filter_box{ justify-content: center; align-items: center; font-family: 'Lemon'; color: var(--cranberry-color); display: inline-flex; margin: .3vw; } #filter_label{ display: flex; font-family: 'Lemon'; font-size: 3vh; color: var(--cranberry-color); margin-right: .5vw; } .filter{ display: flex; justify-content: center; align-items: center; font-family: 'Lemon'; color: var(--cranberry-color); width: 35px; height: 35px; margin: .2vw; border-radius: 50%; display: inline-flex; background-color: var(--cranberry-color); color: var(--blue-color); } .information_box{ display: flex; justify-content: center; align-items: center; color: var(--cranberry-color); width: 100%; height: 100%; flex-direction: column; font-family: 'Helvetica'; } .information{ display: flex; justify-content: center; align-items: center; flex-direction: column; font-family: 'Lemon'; color: var(--cranberry-color); width: 90%; height: 95%; background-color: whitesmoke; border: 6px solid var(--cranberry-color); border-radius: 20px; } .info_labels{ margin-left: 1vw; display: flex; flex-direction: column; width: 15%; } .pet_infos{ display: flex; flex-direction: column; width: 90%; } #favorite{ height: 8vh; margin: 5px; display: flex; justify-content: center; align-items: center; } #adopt_btn{ height: 6vh; width: 12vh; display: flex; justify-content: center; align-items: center; color: var(--icing-color); background-color: var(--cranberry-color); margin: 1vw; border-radius: 10px; border: none; outline: none; } #adopt_container{ height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; color: var(--icing-color); background-color: var(--cranberry-color); font-family: 'Lemon'; } .side_buttons{ display: flex; flex-direction: column; align-items: center; width: 20%; } .info_label{ font-family: 'Helvetica'; font-weight: 1000; font-size: 2vh; line-height: 4vh; } .pet_info{ font-family: 'Helvetica'; font-size: 2vh; line-height: 4vh; } .posts_grid{ display: flex; flex-direction: row; flex-wrap: wrap; flex-grow: 1; flex-basis: 0; min-height: 37vh; width: 80%; margin: 10px; overflow-x: auto; border: 1px solid var(--cranberry-color); } .post{ height: 22vh; width: 22vh; background-size: cover; background-position: center center; /* border-radius: 3px; */ border: 1px solid var(--cranberry-color); /* margin-right: 1vw; */ /* margin-bottom: 1vw; */ } .adopt{ height: 100px; margin: 5px; display: flex; justify-content: center; background-color: green; align-items: center; border-radius: 100px; } .check{ height: 100%; width: 80%; justify-content: center; align-items: center; } .adoptionInfo{ display: flex; justify-content: left; align-items: left; font-family: 'Lemon'; color: var(--cranberry-color); width: 75%; height: 65%; background-color: var(--icing-color); border: 6px solid var(--cranberry-color); border-radius: 10px; } .adoption-information-box{ display: flex; justify-content: center; align-items: top; color: var(--cranberry-color); width: 100%; height: 100%; flex-direction: row; font-family: 'Helvetica'; } .adoption-filter-box{ justify-content: center; align-items: center; font-family: 'Lemon'; width: 100%; height: 45%; color: var(--cranberry-color); display: inline-flex; margin-top: .3vw; } .text-and-btns{ display: flex; height: 50%; width: 100%; flex-direction: column; justify-content: top; align-items: center; } .Shelter-Name{ display: flex; height: 50%; width: 100%; justify-content: center; align-items: center; } .shelter-label{ font-size: 5vh; } .Location-Name{ display: flex; height: 30%; width: 100%; justify-content: center; align-items: top; } .location-label{ font-size: 3vh; } .side-notes{ display: flex; height: 20%; width: 100%; flex-direction: row; align-content: center; } .animals{ display: flex; justify-content: center; flex-direction: column; text-align: center; margin-left: 10%; margin-right: 10%; } #hovermenu { top: 0; left: 0; background-color: #00000088; position: absolute; width: 100vw; height: 100vh; justify-content: center; align-items: center; } #signupmessage { display: flex; justify-content: center; align-items: center; flex-direction: column; height: 30%; width: 30%; background-color: var(--icing-color); border: solid 8px var(--cranberry-color); border-radius: 20px; } #warning{ display: flex; justify-content: center; align-items: center; flex-direction: column; height: 45%; width: 80%; font-family: 'Lemon'; color: var(--cranberry-color); font-size: 3vh } #yesorno{ display: flex; justify-content: space-between; align-items: center; flex-direction: row; margin-top: 20px; height: 35%; width: 60%; } .yesnobutton{ height:70%; width:40%; background-color: var(--cranberry-color); border-radius: 10px; border: none; } .yesnocontainer{ display: flex; justify-content: center; align-items: center; flex-direction: column; height:100%; width:100%; font-family: 'Lemon'; color: white; font-size: 4vh; }
0.367951
0.10923
.align-input { background: 0 0; display: block; height: 50px; position: relative; vertical-align: middle; width: 50px; } .align-input .align-input-hline, .align-input .align-input-vline { background: #dfe0e6; } .align-input .align-input-hline { height: 2px; width: 7px; position: absolute; } .align-input .align-input-vline { height: 7px; width: 2px; position: absolute; } .align-input .align-input-hline.top-left { left: 12px; top: 5px; } .align-input .align-input-hline.top-right { left: 31px; top: 5px; } .align-input .align-input-hline.bottom-left { left: 12px; bottom: 5px; } .align-input .align-input-hline.bottom-right { left: 31px; bottom: 5px; } .align-input .align-input-vline.top-left { left: 5px; top: 12px; } .align-input .align-input-vline.top-right { right: 5px; top: 12px; } .align-input .align-input-vline.bottom-left { left: 5px; top: 31px; } .align-input .align-input-vline.bottom-right { right: 5px; top: 31px; } .align-input .align-input-control { position: absolute; height: 12px; width: 12px; margin: 0; padding: 0; } .align-input .align-input-control > input { position: absolute; z-index: -1; opacity: 0; margin: 0; } .align-input .align-input-control .a-indicator { border: 2px solid #dfe0e6; border-radius: 1px; cursor: pointer; height: 12px; width: 12px; display: block; } .align-input .align-input-control input:checked ~ .a-indicator { background: #d0d0d0; border: 2px solid #999; } .align-input .align-input-control.top-left { left: 0; top: 0; } .align-input .align-input-control.top-center { left: 19px; top: 0; } .align-input .align-input-control.top-right { right: 0; top: 0; } .align-input .align-input-control.center-left { left: 0; top: 19px; } .align-input .align-input-control.center-center { left: 19px; top: 19px; } .align-input .align-input-control.center-right { right: 0; top: 19px; } .align-input .align-input-control.bottom-left { left: 0; bottom: 0; } .align-input .align-input-control.bottom-center { left: 19px; bottom: 0; } .align-input .align-input-control.bottom-right { right: 0; bottom: 0; } .angle-input .angle-input-circle { float: left; position: relative; border-radius: 50%; height: 38px; width: 38px; border: 1px solid #ced4da; cursor: pointer; outline: none; margin-right: 5px; } .angle-input .angle-input-circle:focus { border: 1px solid #80bdff; cursor: pointer; } .angle-input .angle-input-pivot { position: absolute; left: 0; right: 0; top: 50%; margin-top: -1px; height: 2px; } .angle-input .angle-input-pivot::before { content: ""; position: absolute; right: 5px; top: 50%; width: 10px; margin-top: -6px; height: 10px; border-radius: 50%; background-color: #fff; border: 1px solid #ced4da; } .angle-input .angle-input-circle:focus .angle-input-pivot::before { border: 1px solid #80bdff; } .angle-input input { width: calc(100% - 45px); display: inline-block; } .color-picker-input .input-group-text { min-width: 40px; background: transparent; } .color-picker-input .palette-popover { display: none; margin: 10px; background-color: #fff; padding: 10px; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); z-index: 1100; } .color-picker-input .palette-popover .palette { display: none; cursor: crosshair; } .color-picker-input .palette-popover .mini-palette { width: 300px; display: inline-block; } .color-picker-input .palette-popover .mini-palette .palette-item { width: 20%; padding-top: 10%; float: left; cursor: pointer; } .color-picker-input .palette-popover .palette-form-group { display: flex; width: 300px; margin: 10px 0 0 0; align-items: center; } .color-picker-input .palette-popover .palette-form-group label { margin: 0 10px 0 0; } .color-picker-input .palette-popover .palette-form-group input { min-width: 0; flex: auto; } .color-picker-input .palette-popover .color-preview { width: 50px; margin-left: 10px; border-style: none; height: 26px; } .color-picker-input .palette-popover .palette-toolbar { display: flex; justify-content: flex-end; align-items: center; margin-top: 5px; } .color-picker-input .palette-popover a { line-height: 0; } .color-picker-input .palette-popover a:not(:last-child) { margin-right: 10px; } .file-input { overflow: hidden; } .file-input .file-input-preview { font-size: 14px; } .file-input .file-input-preview .file-input-icon { float: left; } .file-input .file-input-preview .file-input-details { margin-left: 45px; } .gallery-input .gallery-input-preview { font-size: 14px; border: 1px solid #e5e5e5; } .gallery-input .gallery-input-preview .gallery-input-thumbs { min-height: 100px; padding: 10px; } .gallery-input .gallery-input-preview .gallery-input-thumbs .thumb { display: inline-block; position: relative; margin: 0 5px 5px 0; } .gallery-input .gallery-input-preview .gallery-input-thumbs .thumb img { width: 150px; } .gallery-input .gallery-input-preview .gallery-input-add { border-top: 1px solid #e5e5e5; padding: 10px; } .image-input .image-input-preview { font-size: 14px; } .image-input .image-input-preview img { width: 150px; } .link-input .link-input-preview { font-size: 14px; } .link-input .link-input-url { display: inline-block; margin-right: 10px; } .link-input .link-input-url em { display: block; } /* ========== Repeater ========== */ .repeater-input .item { margin-bottom: 10px; padding: 10px; border: 1px solid #ccc; background-color: #fff; } .repeater-input [data-repeater-template] { display: none; } .repeater-input .repeater-action { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #ccc; text-shadow: 0 1px 0 #fff; opacity: 0.5; text-decoration: none; } .box-style-input .box-style-input-label { font-size: 11px; color: #ededed; position: absolute; top: 1px; left: 5px; } .box-style-input .box-style-input-margin { position: relative; padding: 20px; background-color: #AF794E; } .box-style-input .box-style-input-border { position: relative; padding: 20px; background-color: #E5BD7D; } .box-style-input .box-style-input-padding { position: relative; padding: 20px; background-color: #AEBD7A; } .box-style-input .box-style-input-div { background-color: #78A9B4; height: 40px; } .box-style-input .prop { position: absolute; text-align: center; width: 40px; height: 20px; font-size: 12px; text-align: center; cursor: pointer; background-repeat: no-repeat; background-position: center; color: #333; text-decoration: none; } .box-style-input .prop:empty { background-image: url("data:image/svg+xml;base64,<KEY>); } .box-style-input .prop.prop-t { left: 50%; transform: translateX(-50%); top: 0; } .box-style-input .prop.prop-r { top: 50%; transform: translateY(-50%) rotate(90deg); right: -10px; } .box-style-input .prop.prop-b { left: 50%; transform: translateX(-50%); bottom: 0; } .box-style-input .prop.prop-l { top: 50%; transform: translateY(-50%) rotate(-90deg); left: -10px; } .box-style-input .box-style-popover { margin: 10px; background-color: #fff; padding: 10px; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); z-index: 1100; } .box-style-input .box-style-popover .box-style-popover-header { display: flex; align-items: flex-start; justify-content: space-between; } .box-style-input .box-style-popover .box-style-popover-header .close { cursor: pointer; width: 15px; height: 15px; padding: 0; margin: 0 0 0 auto; background-repeat: no-repeat; background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTBwdCIgaGVpZ2h0PSIxMHB0IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMCUsMCUsMCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSA5LjQ5MjE4OCAxLjQ0NTMxMiBMIDguNTc0MjE5IDAuNTA3ODEyIEwgNSA0LjEwMTU2MiBMIDEuNDI1NzgxIDAuNTA3ODEyIEwgMC41MDc4MTIgMS40NDUzMTIgTCA0LjA0Mjk2OSA1IEwgMC41MDc4MTIgOC41NTQ2ODggTCAxLjQyNTc4MSA5LjQ5MjE4OCBMIDUgNS44OTg0MzggTCA4LjU3NDIxOSA5LjQ5MjE4OCBMIDkuNDkyMTg4IDguNTU0Njg4IEwgNS45NTcwMzEgNSBaIE0gOS40OTIxODggMS40NDUzMTIgIi8+CjwvZz4KPC9zdmc+Cg=="); } /*# sourceMappingURL=inputs.css.map */
dist/css/inputs.css
.align-input { background: 0 0; display: block; height: 50px; position: relative; vertical-align: middle; width: 50px; } .align-input .align-input-hline, .align-input .align-input-vline { background: #dfe0e6; } .align-input .align-input-hline { height: 2px; width: 7px; position: absolute; } .align-input .align-input-vline { height: 7px; width: 2px; position: absolute; } .align-input .align-input-hline.top-left { left: 12px; top: 5px; } .align-input .align-input-hline.top-right { left: 31px; top: 5px; } .align-input .align-input-hline.bottom-left { left: 12px; bottom: 5px; } .align-input .align-input-hline.bottom-right { left: 31px; bottom: 5px; } .align-input .align-input-vline.top-left { left: 5px; top: 12px; } .align-input .align-input-vline.top-right { right: 5px; top: 12px; } .align-input .align-input-vline.bottom-left { left: 5px; top: 31px; } .align-input .align-input-vline.bottom-right { right: 5px; top: 31px; } .align-input .align-input-control { position: absolute; height: 12px; width: 12px; margin: 0; padding: 0; } .align-input .align-input-control > input { position: absolute; z-index: -1; opacity: 0; margin: 0; } .align-input .align-input-control .a-indicator { border: 2px solid #dfe0e6; border-radius: 1px; cursor: pointer; height: 12px; width: 12px; display: block; } .align-input .align-input-control input:checked ~ .a-indicator { background: #d0d0d0; border: 2px solid #999; } .align-input .align-input-control.top-left { left: 0; top: 0; } .align-input .align-input-control.top-center { left: 19px; top: 0; } .align-input .align-input-control.top-right { right: 0; top: 0; } .align-input .align-input-control.center-left { left: 0; top: 19px; } .align-input .align-input-control.center-center { left: 19px; top: 19px; } .align-input .align-input-control.center-right { right: 0; top: 19px; } .align-input .align-input-control.bottom-left { left: 0; bottom: 0; } .align-input .align-input-control.bottom-center { left: 19px; bottom: 0; } .align-input .align-input-control.bottom-right { right: 0; bottom: 0; } .angle-input .angle-input-circle { float: left; position: relative; border-radius: 50%; height: 38px; width: 38px; border: 1px solid #ced4da; cursor: pointer; outline: none; margin-right: 5px; } .angle-input .angle-input-circle:focus { border: 1px solid #80bdff; cursor: pointer; } .angle-input .angle-input-pivot { position: absolute; left: 0; right: 0; top: 50%; margin-top: -1px; height: 2px; } .angle-input .angle-input-pivot::before { content: ""; position: absolute; right: 5px; top: 50%; width: 10px; margin-top: -6px; height: 10px; border-radius: 50%; background-color: #fff; border: 1px solid #ced4da; } .angle-input .angle-input-circle:focus .angle-input-pivot::before { border: 1px solid #80bdff; } .angle-input input { width: calc(100% - 45px); display: inline-block; } .color-picker-input .input-group-text { min-width: 40px; background: transparent; } .color-picker-input .palette-popover { display: none; margin: 10px; background-color: #fff; padding: 10px; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); z-index: 1100; } .color-picker-input .palette-popover .palette { display: none; cursor: crosshair; } .color-picker-input .palette-popover .mini-palette { width: 300px; display: inline-block; } .color-picker-input .palette-popover .mini-palette .palette-item { width: 20%; padding-top: 10%; float: left; cursor: pointer; } .color-picker-input .palette-popover .palette-form-group { display: flex; width: 300px; margin: 10px 0 0 0; align-items: center; } .color-picker-input .palette-popover .palette-form-group label { margin: 0 10px 0 0; } .color-picker-input .palette-popover .palette-form-group input { min-width: 0; flex: auto; } .color-picker-input .palette-popover .color-preview { width: 50px; margin-left: 10px; border-style: none; height: 26px; } .color-picker-input .palette-popover .palette-toolbar { display: flex; justify-content: flex-end; align-items: center; margin-top: 5px; } .color-picker-input .palette-popover a { line-height: 0; } .color-picker-input .palette-popover a:not(:last-child) { margin-right: 10px; } .file-input { overflow: hidden; } .file-input .file-input-preview { font-size: 14px; } .file-input .file-input-preview .file-input-icon { float: left; } .file-input .file-input-preview .file-input-details { margin-left: 45px; } .gallery-input .gallery-input-preview { font-size: 14px; border: 1px solid #e5e5e5; } .gallery-input .gallery-input-preview .gallery-input-thumbs { min-height: 100px; padding: 10px; } .gallery-input .gallery-input-preview .gallery-input-thumbs .thumb { display: inline-block; position: relative; margin: 0 5px 5px 0; } .gallery-input .gallery-input-preview .gallery-input-thumbs .thumb img { width: 150px; } .gallery-input .gallery-input-preview .gallery-input-add { border-top: 1px solid #e5e5e5; padding: 10px; } .image-input .image-input-preview { font-size: 14px; } .image-input .image-input-preview img { width: 150px; } .link-input .link-input-preview { font-size: 14px; } .link-input .link-input-url { display: inline-block; margin-right: 10px; } .link-input .link-input-url em { display: block; } /* ========== Repeater ========== */ .repeater-input .item { margin-bottom: 10px; padding: 10px; border: 1px solid #ccc; background-color: #fff; } .repeater-input [data-repeater-template] { display: none; } .repeater-input .repeater-action { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #ccc; text-shadow: 0 1px 0 #fff; opacity: 0.5; text-decoration: none; } .box-style-input .box-style-input-label { font-size: 11px; color: #ededed; position: absolute; top: 1px; left: 5px; } .box-style-input .box-style-input-margin { position: relative; padding: 20px; background-color: #AF794E; } .box-style-input .box-style-input-border { position: relative; padding: 20px; background-color: #E5BD7D; } .box-style-input .box-style-input-padding { position: relative; padding: 20px; background-color: #AEBD7A; } .box-style-input .box-style-input-div { background-color: #78A9B4; height: 40px; } .box-style-input .prop { position: absolute; text-align: center; width: 40px; height: 20px; font-size: 12px; text-align: center; cursor: pointer; background-repeat: no-repeat; background-position: center; color: #333; text-decoration: none; } .box-style-input .prop:empty { background-image: url("data:image/svg+xml;base64,<KEY>); } .box-style-input .prop.prop-t { left: 50%; transform: translateX(-50%); top: 0; } .box-style-input .prop.prop-r { top: 50%; transform: translateY(-50%) rotate(90deg); right: -10px; } .box-style-input .prop.prop-b { left: 50%; transform: translateX(-50%); bottom: 0; } .box-style-input .prop.prop-l { top: 50%; transform: translateY(-50%) rotate(-90deg); left: -10px; } .box-style-input .box-style-popover { margin: 10px; background-color: #fff; padding: 10px; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); z-index: 1100; } .box-style-input .box-style-popover .box-style-popover-header { display: flex; align-items: flex-start; justify-content: space-between; } .box-style-input .box-style-popover .box-style-popover-header .close { cursor: pointer; width: 15px; height: 15px; padding: 0; margin: 0 0 0 auto; background-repeat: no-repeat; background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTBwdCIgaGVpZ2h0PSIxMHB0IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSI+CjxnIGlkPSJzdXJmYWNlMSI+CjxwYXRoIHN0eWxlPSIgc3Ryb2tlOm5vbmU7ZmlsbC1ydWxlOm5vbnplcm87ZmlsbDpyZ2IoMCUsMCUsMCUpO2ZpbGwtb3BhY2l0eToxOyIgZD0iTSA5LjQ5MjE4OCAxLjQ0NTMxMiBMIDguNTc0MjE5IDAuNTA3ODEyIEwgNSA0LjEwMTU2MiBMIDEuNDI1NzgxIDAuNTA3ODEyIEwgMC41MDc4MTIgMS40NDUzMTIgTCA0LjA0Mjk2OSA1IEwgMC41MDc4MTIgOC41NTQ2ODggTCAxLjQyNTc4MSA5LjQ5MjE4OCBMIDUgNS44OTg0MzggTCA4LjU3NDIxOSA5LjQ5MjE4OCBMIDkuNDkyMTg4IDguNTU0Njg4IEwgNS45NTcwMzEgNSBaIE0gOS40OTIxODggMS40NDUzMTIgIi8+CjwvZz4KPC9zdmc+Cg=="); } /*# sourceMappingURL=inputs.css.map */
0.586404
0.105579
outline: none; border-bottom: 1px solid white; } #container #oppo { position: absolute; left:0; right: 0; top: 0; bottom: 0; margin: auto; display: none; height: 170px; } #container img { height: 150px; position: absolute; bottom: 10px; border-radius: 50%; background: none; transition: all 0.2s; } #container img:not(#oppo):hover { background: rgba(0,0,0,0.2); height: 160px; bottom: 5px; } #container #optL { left: 10px; } #container #optL:hover { left: 5px; } #container #optC { left: 0; right: 0; margin: auto; } #container #optR { right: 10px; } #container #optR:hover { right: 5px; } #score { position: fixed; top:0; bottom: 100px; left:0; right: 0; margin: auto; text-align: center; color: black; opacity: 0.2; height: 200px; font-size: 200px; } #container #play { position: absolute; left:0; right: 0; margin: auto; width: 100px; height: 60px; border-radius: 5px; border: 1px solid white; top: 250px; transition: background 0.2s; } #container #play:hover { animation: none !important; background: rgba(0,0,0,0.2); } @keyframes flash { 0% {background:none;} 50% {background: rgba(255,255,255,0.2);} 100% {background:none;} } #message { display: none; position: absolute; left:0; right: 0; margin: auto; top: 150px; line-height: 1; } #timer { display: none; width: 500px; position: absolute; left:0; bottom: 0; margin: auto; background: white; height: 2px; } .underline { border-bottom: 1px solid white; } .noClickyClicky:active { animation: none !important; background: rgba(244,67,54,0.2) !important; } /*le defaultes*/ body { font-family: 'Oswald', sans-serif; font-size: 40px; margin:0; color: white; background: #E91E63; } #white { background: white; width: 100%; height: 100%; background-size: cover; background-position: center; position: fixed; } p { margin: 0; }::selection { background: rgba(0, 188, 212,0.4); } ::-webkit-scrollbar { display: none; } #container { position: absolute; left:0; right: 0; margin: auto; height: 100%; width: 500px; text-align: center; opacity: 0; } #sig { position: fixed; font-size: 15px; bottom: 5px; right: 5px; } #help { position: fixed; font-size: 15px; bottom: 5px; left: 5px; } a, #elp { color: black; text-decoration: none; } a:hover, #elp:hover { border-bottom: black 1px solid; } a:active, #elp:active { color: white; border-bottom: white 1px solid; } #wut {font-size:75px;}#excuse {font-size:25px;} #note { position: fixed; top:0; bottom: 0; left: 0; right: 0; margin: auto; height: 300px; width: 500px; background: white; box-shadow: 0 1px 3px rgba(0,0,0,0.6); color: #333; display: none; } #note p { margin: 0 10px; font-size: 15px; padding-bottom: 10px; } #note #close { position: absolute; margin: 10px; padding: 0; font-size: 10px; bottom: 0; right: 0; } #note h1 { margin: 0 10px; font-size: 40px; flex: 0 1 40px; } #note a { color: #E91E63; } #note a:hover { border-bottom: #E91E63 1px solid; } #note a:active { color: black; border-bottom: black 1px solid; }
games/Roshambo/roshambo.css
outline: none; border-bottom: 1px solid white; } #container #oppo { position: absolute; left:0; right: 0; top: 0; bottom: 0; margin: auto; display: none; height: 170px; } #container img { height: 150px; position: absolute; bottom: 10px; border-radius: 50%; background: none; transition: all 0.2s; } #container img:not(#oppo):hover { background: rgba(0,0,0,0.2); height: 160px; bottom: 5px; } #container #optL { left: 10px; } #container #optL:hover { left: 5px; } #container #optC { left: 0; right: 0; margin: auto; } #container #optR { right: 10px; } #container #optR:hover { right: 5px; } #score { position: fixed; top:0; bottom: 100px; left:0; right: 0; margin: auto; text-align: center; color: black; opacity: 0.2; height: 200px; font-size: 200px; } #container #play { position: absolute; left:0; right: 0; margin: auto; width: 100px; height: 60px; border-radius: 5px; border: 1px solid white; top: 250px; transition: background 0.2s; } #container #play:hover { animation: none !important; background: rgba(0,0,0,0.2); } @keyframes flash { 0% {background:none;} 50% {background: rgba(255,255,255,0.2);} 100% {background:none;} } #message { display: none; position: absolute; left:0; right: 0; margin: auto; top: 150px; line-height: 1; } #timer { display: none; width: 500px; position: absolute; left:0; bottom: 0; margin: auto; background: white; height: 2px; } .underline { border-bottom: 1px solid white; } .noClickyClicky:active { animation: none !important; background: rgba(244,67,54,0.2) !important; } /*le defaultes*/ body { font-family: 'Oswald', sans-serif; font-size: 40px; margin:0; color: white; background: #E91E63; } #white { background: white; width: 100%; height: 100%; background-size: cover; background-position: center; position: fixed; } p { margin: 0; }::selection { background: rgba(0, 188, 212,0.4); } ::-webkit-scrollbar { display: none; } #container { position: absolute; left:0; right: 0; margin: auto; height: 100%; width: 500px; text-align: center; opacity: 0; } #sig { position: fixed; font-size: 15px; bottom: 5px; right: 5px; } #help { position: fixed; font-size: 15px; bottom: 5px; left: 5px; } a, #elp { color: black; text-decoration: none; } a:hover, #elp:hover { border-bottom: black 1px solid; } a:active, #elp:active { color: white; border-bottom: white 1px solid; } #wut {font-size:75px;}#excuse {font-size:25px;} #note { position: fixed; top:0; bottom: 0; left: 0; right: 0; margin: auto; height: 300px; width: 500px; background: white; box-shadow: 0 1px 3px rgba(0,0,0,0.6); color: #333; display: none; } #note p { margin: 0 10px; font-size: 15px; padding-bottom: 10px; } #note #close { position: absolute; margin: 10px; padding: 0; font-size: 10px; bottom: 0; right: 0; } #note h1 { margin: 0 10px; font-size: 40px; flex: 0 1 40px; } #note a { color: #E91E63; } #note a:hover { border-bottom: #E91E63 1px solid; } #note a:active { color: black; border-bottom: black 1px solid; }
0.29209
0.065635
body { font-family: Roboto,sans-serif; display: flex; align-items: center; justify-content: center; } .presentationArea { height: 480px; width: 848px; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; overflow: hidden; position: relative; box-shadow: 0 0 11px -2px rgba(0,0,0,0.6); } .carouselItemContainer { display: flex; align-items: center; justify-content: center;width: 100%; height: calc(100% - 80px); overflow: hidden; position: relative; background: white; } .carouselItem { transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1); } .carouselPreviewBar { display: flex; justify-content: center; align-items: center; align-content: space-around; height: 80px; width: 800px; padding: 0 5px; box-sizing: border-box; background: white; width: 100%; box-shadow: 0 0px 34px 0 rgba(0,0,0,.1); } .carouselPreviewItem { height: 60px; width: 107px; margin: 0 24px; transform-origin: center 90%; display: flex; align-items: center; justify-content: center; border: 1px solid #c5c5c5; border-radius: 3%; background: white; box-shadow: 0 2px 4px 0px rgba(0,0,0,.1); cursor: pointer; transition: border-color .5s cubic-bezier(0.22, 0.61, 0.36, 1); } .carouselPreviewItem[data-selected] { border-color: black; } .carouselPreviewItem::before { font-size: 22px; color: white; background: #848484; height: 2em; width: 2em; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; } .carouselPreviewItem:nth-child(1)::before { content: "1" } .carouselPreviewItem:nth-child(2)::before { content: "2" } .carouselPreviewItem:nth-child(3)::before { content: "3" } .carouselPreviewItem:nth-child(4)::before { content: "4" } .carouselPreviewItem:nth-child(5)::before { content: "5" } .switchButton { background: black; opacity: .05; height: 200px; width: 80px; position: absolute; top: 50%; margin-top: -100px; border-radius: 6px; cursor: pointer; transition: all .2s cubic-bezier(0.22, 0.61, 0.36, 1); z-index: 1; border: 0; outline: none; } .switchButton:hover { opacity: .4; } .switchButton:active { opacity: .6; } .leftSwitchButton { left: 10px; } .rightSwitchButton { right: 10px; } .demoItem { background: #6896ed; width: 424px; height: 240px; display: flex; align-items: center; justify-content: center; font-size: 61pt; border-radius: 5px; }
main.css
body { font-family: Roboto,sans-serif; display: flex; align-items: center; justify-content: center; } .presentationArea { height: 480px; width: 848px; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; overflow: hidden; position: relative; box-shadow: 0 0 11px -2px rgba(0,0,0,0.6); } .carouselItemContainer { display: flex; align-items: center; justify-content: center;width: 100%; height: calc(100% - 80px); overflow: hidden; position: relative; background: white; } .carouselItem { transition: all .5s cubic-bezier(0.22, 0.61, 0.36, 1); } .carouselPreviewBar { display: flex; justify-content: center; align-items: center; align-content: space-around; height: 80px; width: 800px; padding: 0 5px; box-sizing: border-box; background: white; width: 100%; box-shadow: 0 0px 34px 0 rgba(0,0,0,.1); } .carouselPreviewItem { height: 60px; width: 107px; margin: 0 24px; transform-origin: center 90%; display: flex; align-items: center; justify-content: center; border: 1px solid #c5c5c5; border-radius: 3%; background: white; box-shadow: 0 2px 4px 0px rgba(0,0,0,.1); cursor: pointer; transition: border-color .5s cubic-bezier(0.22, 0.61, 0.36, 1); } .carouselPreviewItem[data-selected] { border-color: black; } .carouselPreviewItem::before { font-size: 22px; color: white; background: #848484; height: 2em; width: 2em; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; } .carouselPreviewItem:nth-child(1)::before { content: "1" } .carouselPreviewItem:nth-child(2)::before { content: "2" } .carouselPreviewItem:nth-child(3)::before { content: "3" } .carouselPreviewItem:nth-child(4)::before { content: "4" } .carouselPreviewItem:nth-child(5)::before { content: "5" } .switchButton { background: black; opacity: .05; height: 200px; width: 80px; position: absolute; top: 50%; margin-top: -100px; border-radius: 6px; cursor: pointer; transition: all .2s cubic-bezier(0.22, 0.61, 0.36, 1); z-index: 1; border: 0; outline: none; } .switchButton:hover { opacity: .4; } .switchButton:active { opacity: .6; } .leftSwitchButton { left: 10px; } .rightSwitchButton { right: 10px; } .demoItem { background: #6896ed; width: 424px; height: 240px; display: flex; align-items: center; justify-content: center; font-size: 61pt; border-radius: 5px; }
0.319865
0.057865
@font-face { font-family: 'Lato'; font-weight: 100; src: url("../fonts/Lato-Hairline.ttf"); } @font-face { font-family: 'Lato'; font-weight: 100; font-style: italic; src: url("../fonts/Lato-HairlineItalic.ttf"); } /* End Lato Hariline */ /* Lato Light */ @font-face { font-family: 'Lato'; font-weight: 200; src: url("../fonts/Lato-Light.ttf"); } @font-face { font-family: 'Lato'; font-weight: 200; font-style: italic; src: url("../fonts/Lato-LightItalic.ttf"); } /* End Lato Light */ /* Lato Regular */ @font-face { font-family: 'Lato'; font-weight: 300; src: url("../fonts/Lato-Regular.ttf"); } @font-face { font-family: 'Lato'; font-weight: 300; font-style: italic; src: url("../fonts/Lato-Italic.ttf"); } /* End Lato Regular */ /* Lato Bold */ @font-face { font-family: 'Lato'; font-weight: 400; src: url("../fonts/Lato-Bold.ttf"); } @font-face { font-family: 'Lato'; font-weight: 400; font-style: italic; src: url("../fonts/Lato-BoldItalic.ttf"); } /* End Lato Bold */ /* Lato Black */ @font-face { font-family: 'Lato'; font-weight: 500; src: url("../fonts/Lato-Black.ttf"); } @font-face { font-family: 'Lato'; font-weight: 500; font-style: italic; src: url("../fonts/Lato-BlackItalic.ttf"); } /* End Lato Black */ /* Raleway Thin */ @font-face { font-family: 'Raleway'; font-weight: 100; src: url("../fonts/Raleway-Thin.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 100; font-style: italic; src: url("../fonts/Raleway-ThinItalic.ttf"); } /* End Raleway Thin */ /* Raleway ExtraLight */ @font-face { font-family: 'Raleway'; font-weight: 200; src: url("../fonts/Raleway-ExtraLight.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 200; font-style: italic; src: url("../fonts/Raleway-ExtraLightItalic.ttf"); } /* End Raleway ExtraLight */ /* Raleway Light */ @font-face { font-family: 'Raleway'; font-weight: 300; src: url("../fonts/Raleway-Light.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 300; font-style: italic; src: url("../fonts/Raleway-LightItalic.ttf"); } /* End Raleway Light */ /* Raleway Regular */ @font-face { font-family: 'Raleway'; font-weight: 400; src: url("../fonts/Raleway-Regular.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 400; font-style: italic; src: url("../fonts/Raleway-Italic.ttf"); } /* End Raleway Regular */ /* Raleway Medium */ @font-face { font-family: 'Raleway'; font-weight: 500; src: url("../fonts/Raleway-Medium.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 500; font-style: italic; src: url("../fonts/Raleway-MediumItalic.ttf"); } /* End Raleway Medium */ /* Raleway SemiBold */ @font-face { font-family: 'Raleway'; font-weight: 600; src: url("../fonts/Raleway-SemiBold.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 600; font-style: italic; src: url("../fonts/Raleway-SemiBoldItalic.ttf"); } /* End Raleway SemiBold */ /* Raleway Bold */ @font-face { font-family: 'Raleway'; font-weight: 700; src: url("../fonts/Raleway-Bold.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 700; font-style: italic; src: url("../fonts/Raleway-BoldItalic.ttf"); } /* End Raleway Bold */ /* Raleway ExtraBold */ @font-face { font-family: 'Raleway'; font-weight: 800; src: url("../fonts/Raleway-ExtraBold.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 800; font-style: italic; src: url("../fonts/Raleway-ExtraBoldItalic.ttf"); } /* End Raleway ExtraBold */ /* Raleway Black */ @font-face { font-family: 'Raleway'; font-weight: 900; src: url("../fonts/Raleway-Black.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 900; font-style: italic; src: url("../fonts/Raleway-BlackItalic.ttf"); } /* End Raleway Black */ /* Merriweather */ @font-face { font-family: 'Merriweather'; font-weight: 300; src: url("../fonts/Merriweather-Light.ttf"); } @font-face { font-family: 'Merriweather'; font-weight: 300; font-style: italic; src: url("../fonts/Merriweather-LightItalic.ttf"); } @font-face { font-family: 'Merriweather'; font-weight: 400; src: url("../fonts/Merriweather-Regular.ttf"); } @font-face { font-family: 'Merriweather'; font-weight: 400; font-style: italic; src: url("../fonts/Merriweather-Italic.ttf"); } @font-face { font-family: 'Merriweather'; font-weight: 700; src: url("../fonts/Merriweather-Bold.ttf"); } @font-face { font-family: 'Merriweather'; font-weight: 700; font-style: italic; src: url("../fonts/Merriweather-BoldItalic.ttf"); } @font-face { font-family: 'Merriweather'; font-weight: 900; src: url("../fonts/Merriweather-Black.ttf"); } /* End Merriweather */
frontend/web/src/fonts.css
@font-face { font-family: 'Lato'; font-weight: 100; src: url("../fonts/Lato-Hairline.ttf"); } @font-face { font-family: 'Lato'; font-weight: 100; font-style: italic; src: url("../fonts/Lato-HairlineItalic.ttf"); } /* End Lato Hariline */ /* Lato Light */ @font-face { font-family: 'Lato'; font-weight: 200; src: url("../fonts/Lato-Light.ttf"); } @font-face { font-family: 'Lato'; font-weight: 200; font-style: italic; src: url("../fonts/Lato-LightItalic.ttf"); } /* End Lato Light */ /* Lato Regular */ @font-face { font-family: 'Lato'; font-weight: 300; src: url("../fonts/Lato-Regular.ttf"); } @font-face { font-family: 'Lato'; font-weight: 300; font-style: italic; src: url("../fonts/Lato-Italic.ttf"); } /* End Lato Regular */ /* Lato Bold */ @font-face { font-family: 'Lato'; font-weight: 400; src: url("../fonts/Lato-Bold.ttf"); } @font-face { font-family: 'Lato'; font-weight: 400; font-style: italic; src: url("../fonts/Lato-BoldItalic.ttf"); } /* End Lato Bold */ /* Lato Black */ @font-face { font-family: 'Lato'; font-weight: 500; src: url("../fonts/Lato-Black.ttf"); } @font-face { font-family: 'Lato'; font-weight: 500; font-style: italic; src: url("../fonts/Lato-BlackItalic.ttf"); } /* End Lato Black */ /* Raleway Thin */ @font-face { font-family: 'Raleway'; font-weight: 100; src: url("../fonts/Raleway-Thin.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 100; font-style: italic; src: url("../fonts/Raleway-ThinItalic.ttf"); } /* End Raleway Thin */ /* Raleway ExtraLight */ @font-face { font-family: 'Raleway'; font-weight: 200; src: url("../fonts/Raleway-ExtraLight.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 200; font-style: italic; src: url("../fonts/Raleway-ExtraLightItalic.ttf"); } /* End Raleway ExtraLight */ /* Raleway Light */ @font-face { font-family: 'Raleway'; font-weight: 300; src: url("../fonts/Raleway-Light.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 300; font-style: italic; src: url("../fonts/Raleway-LightItalic.ttf"); } /* End Raleway Light */ /* Raleway Regular */ @font-face { font-family: 'Raleway'; font-weight: 400; src: url("../fonts/Raleway-Regular.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 400; font-style: italic; src: url("../fonts/Raleway-Italic.ttf"); } /* End Raleway Regular */ /* Raleway Medium */ @font-face { font-family: 'Raleway'; font-weight: 500; src: url("../fonts/Raleway-Medium.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 500; font-style: italic; src: url("../fonts/Raleway-MediumItalic.ttf"); } /* End Raleway Medium */ /* Raleway SemiBold */ @font-face { font-family: 'Raleway'; font-weight: 600; src: url("../fonts/Raleway-SemiBold.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 600; font-style: italic; src: url("../fonts/Raleway-SemiBoldItalic.ttf"); } /* End Raleway SemiBold */ /* Raleway Bold */ @font-face { font-family: 'Raleway'; font-weight: 700; src: url("../fonts/Raleway-Bold.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 700; font-style: italic; src: url("../fonts/Raleway-BoldItalic.ttf"); } /* End Raleway Bold */ /* Raleway ExtraBold */ @font-face { font-family: 'Raleway'; font-weight: 800; src: url("../fonts/Raleway-ExtraBold.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 800; font-style: italic; src: url("../fonts/Raleway-ExtraBoldItalic.ttf"); } /* End Raleway ExtraBold */ /* Raleway Black */ @font-face { font-family: 'Raleway'; font-weight: 900; src: url("../fonts/Raleway-Black.ttf"); } @font-face { font-family: 'Raleway'; font-weight: 900; font-style: italic; src: url("../fonts/Raleway-BlackItalic.ttf"); } /* End Raleway Black */ /* Merriweather */ @font-face { font-family: 'Merriweather'; font-weight: 300; src: url("../fonts/Merriweather-Light.ttf"); } @font-face { font-family: 'Merriweather'; font-weight: 300; font-style: italic; src: url("../fonts/Merriweather-LightItalic.ttf"); } @font-face { font-family: 'Merriweather'; font-weight: 400; src: url("../fonts/Merriweather-Regular.ttf"); } @font-face { font-family: 'Merriweather'; font-weight: 400; font-style: italic; src: url("../fonts/Merriweather-Italic.ttf"); } @font-face { font-family: 'Merriweather'; font-weight: 700; src: url("../fonts/Merriweather-Bold.ttf"); } @font-face { font-family: 'Merriweather'; font-weight: 700; font-style: italic; src: url("../fonts/Merriweather-BoldItalic.ttf"); } @font-face { font-family: 'Merriweather'; font-weight: 900; src: url("../fonts/Merriweather-Black.ttf"); } /* End Merriweather */
0.222278
0.034262
:host(:not([hidden])) { display: inline-block; } /* this line is also included from the Button.css, but keep it here in case we start using it for automatic IE11 compilation */ :host([disabled]) { pointer-events: none; } :host([design="Positive"][pressed]), :host([design="Positive"][pressed][focused]), :host([design="Positive"][pressed]:hover) { background: var(--sapButton_Accept_Active_Background); border-color: var(--sapButton_Accept_Active_BorderColor); color: var(--sapButton_Selected_TextColor); outline-color: var(--sapContent_ContrastFocusColor); } :host([design="Positive"][pressed][active]), :host([design="Positive"][pressed]:hover) { background: var(--sapButton_Accept_Selected_Hover_Background); } :host([design="Negative"][pressed]), :host([design="Negative"][pressed][focused]), :host([design="Negative"][pressed]:hover) { background: var(--sapButton_Reject_Active_Background); border-color: var(--sapButton_Reject_Active_BorderColor); color: var(--sapButton_Selected_TextColor); outline-color: var(--sapContent_ContrastFocusColor); } :host([design="Negative"][pressed][active]), :host([design="Negative"][pressed]:hover) { background: var(--sapButton_Reject_Selected_Hover_Background); } :host([pressed]), :host([pressed]:hover), :host([pressed][focused]), :host([design="Transparent"][pressed]), :host([design="Transparent"][pressed]:hover), :host([design="Emphasized"][pressed]), :host([design="Emphasized"][pressed]:hover) { background: var(--sapButton_Selected_Background); border-color: var(--sapButton_Selected_BorderColor); color: var(--sapButton_Selected_TextColor); outline-color: var(--sapContent_ContrastFocusColor); } :host([pressed][active]), :host([pressed]:hover) { background: var(--sapToggleButton_Pressed_HoverBackground); } /* IE Specific CSS, duplicate it for ToggleButton */ ui5-togglebutton[focused] { outline: none; } ui5-togglebutton[focused] .ui5-button-root { position: relative; } ui5-togglebutton[focused] .ui5-button-root::after { content: ""; position: absolute; border-width: 1px; border-style: dotted; border-color: var(--_ui5_button_focus_color); top: var(--_ui5_button_focus_offset); bottom: var(--_ui5_button_focus_offset); left: var(--_ui5_button_focus_offset); right: var(--_ui5_button_focus_offset); } ui5-togglebutton[active] .ui5-button-root::after { border-color: var(--sapContent_ContrastFocusColor); } ui5-togglebutton[design="Positive"][focused] .ui5-button-root::after { border-color: var(--_ui5_button_positive_border_focus_hover_color); } ui5-togglebutton[design="Positive"][active][focused] .ui5-button-root::after { border-color: var(--sapContent_ContrastFocusColor); } ui5-togglebutton[design="Negative"][focused] .ui5-button-root::after { border-color: var(--_ui5_button_positive_border_focus_hover_color); } ui5-togglebutton[design="Negative"][active][focused] .ui5-button-root::after { border-color: var(--sapContent_ContrastFocusColor); } ui5-togglebutton[design="Emphasized"][focused] .ui5-button-root::after { border-color: var(--sapContent_ContrastFocusColor); } ui5-togglebutton ui5-icon.ui5-button-icon { height: 1rem; top: 0; }
packages/main/src/themes/ToggleButton.css
:host(:not([hidden])) { display: inline-block; } /* this line is also included from the Button.css, but keep it here in case we start using it for automatic IE11 compilation */ :host([disabled]) { pointer-events: none; } :host([design="Positive"][pressed]), :host([design="Positive"][pressed][focused]), :host([design="Positive"][pressed]:hover) { background: var(--sapButton_Accept_Active_Background); border-color: var(--sapButton_Accept_Active_BorderColor); color: var(--sapButton_Selected_TextColor); outline-color: var(--sapContent_ContrastFocusColor); } :host([design="Positive"][pressed][active]), :host([design="Positive"][pressed]:hover) { background: var(--sapButton_Accept_Selected_Hover_Background); } :host([design="Negative"][pressed]), :host([design="Negative"][pressed][focused]), :host([design="Negative"][pressed]:hover) { background: var(--sapButton_Reject_Active_Background); border-color: var(--sapButton_Reject_Active_BorderColor); color: var(--sapButton_Selected_TextColor); outline-color: var(--sapContent_ContrastFocusColor); } :host([design="Negative"][pressed][active]), :host([design="Negative"][pressed]:hover) { background: var(--sapButton_Reject_Selected_Hover_Background); } :host([pressed]), :host([pressed]:hover), :host([pressed][focused]), :host([design="Transparent"][pressed]), :host([design="Transparent"][pressed]:hover), :host([design="Emphasized"][pressed]), :host([design="Emphasized"][pressed]:hover) { background: var(--sapButton_Selected_Background); border-color: var(--sapButton_Selected_BorderColor); color: var(--sapButton_Selected_TextColor); outline-color: var(--sapContent_ContrastFocusColor); } :host([pressed][active]), :host([pressed]:hover) { background: var(--sapToggleButton_Pressed_HoverBackground); } /* IE Specific CSS, duplicate it for ToggleButton */ ui5-togglebutton[focused] { outline: none; } ui5-togglebutton[focused] .ui5-button-root { position: relative; } ui5-togglebutton[focused] .ui5-button-root::after { content: ""; position: absolute; border-width: 1px; border-style: dotted; border-color: var(--_ui5_button_focus_color); top: var(--_ui5_button_focus_offset); bottom: var(--_ui5_button_focus_offset); left: var(--_ui5_button_focus_offset); right: var(--_ui5_button_focus_offset); } ui5-togglebutton[active] .ui5-button-root::after { border-color: var(--sapContent_ContrastFocusColor); } ui5-togglebutton[design="Positive"][focused] .ui5-button-root::after { border-color: var(--_ui5_button_positive_border_focus_hover_color); } ui5-togglebutton[design="Positive"][active][focused] .ui5-button-root::after { border-color: var(--sapContent_ContrastFocusColor); } ui5-togglebutton[design="Negative"][focused] .ui5-button-root::after { border-color: var(--_ui5_button_positive_border_focus_hover_color); } ui5-togglebutton[design="Negative"][active][focused] .ui5-button-root::after { border-color: var(--sapContent_ContrastFocusColor); } ui5-togglebutton[design="Emphasized"][focused] .ui5-button-root::after { border-color: var(--sapContent_ContrastFocusColor); } ui5-togglebutton ui5-icon.ui5-button-icon { height: 1rem; top: 0; }
0.481941
0.111483
html, body, figure, img, div, input, textarea, p, h1, h2, h3, h4, h5, h6, ul, li, a, main { margin:0; padding:0; box-sizing:0; list-style:none; text-decoration:none; } .container{ width: 90%; max-width: 1125px; margin: auto; padding: 30px; } .linha{ display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; } .coluna{ flex-basis: 49%; } .hidden{ display:none; } /*body*/ body{ font-family: 'Open Sans', sans-serif; } /*header*/ header{ background-color: red; padding-top: 30px; } header .container{ background-color: white; } header .linha{ align-items: center; } header .coluna{} header .coluna-esquerda{ flex-basis: 30%; } header .coluna-direita{ flex-basis: 70%; } header .coluna figure{} header .coluna img{ max-width: 250px; max-height: 250px; border-radius: 100%; } header coluna h1{ font-size: 1.5rem; } header coluna p{ font-size: 1rem; color:#636363 } header coluna ul{ margin: 16px 0 0; } header coluna ul li{ margin: 0 0 12px; } header coluna ul li a{ font-size: 1rem; color:black; } /*página inicial*/ main{} main .container{} main .linha{} main .coluna{} main .coluna-esquerda{} main .coluna-direita{} main .coluna section{ border: 1px solid #d4e9ff; margin: 0 0 20px; padding: 20px; min-height: 187px; } main .coluna section h2{ font-size: 1.3rem; margin: 0 0 15px; } main .coluna section p{ font-size: 0.9rem; color:#636363; line-height: 1.5; } main .coluna ul{} main .coluna ul li{ margin: 0 0 12px; } main .coluna ul li h3{ font-size: 1.1rem; } main .coluna ul li strong{ font-size: 0.9rem; font-weight: 500; margin: 5px 0 10px; display: inline-block; } main .coluna ul li p{} /*footer*/ footer {} footer .container{} footer nav{} footer nav ul{} footer nav ul li{} footer nav ul li a{} footer nav .redes-sociais ul li{} footer nav .redes-sociais{ width: 75px; } footer nav .info-contato{} footer nav .info-contato li{} footer nav .info-contato li a{} footer nav .info-contato li a img{} footer nav .info-contato li a img p{} /*extras*/ /*@medias*/
style.css
html, body, figure, img, div, input, textarea, p, h1, h2, h3, h4, h5, h6, ul, li, a, main { margin:0; padding:0; box-sizing:0; list-style:none; text-decoration:none; } .container{ width: 90%; max-width: 1125px; margin: auto; padding: 30px; } .linha{ display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; } .coluna{ flex-basis: 49%; } .hidden{ display:none; } /*body*/ body{ font-family: 'Open Sans', sans-serif; } /*header*/ header{ background-color: red; padding-top: 30px; } header .container{ background-color: white; } header .linha{ align-items: center; } header .coluna{} header .coluna-esquerda{ flex-basis: 30%; } header .coluna-direita{ flex-basis: 70%; } header .coluna figure{} header .coluna img{ max-width: 250px; max-height: 250px; border-radius: 100%; } header coluna h1{ font-size: 1.5rem; } header coluna p{ font-size: 1rem; color:#636363 } header coluna ul{ margin: 16px 0 0; } header coluna ul li{ margin: 0 0 12px; } header coluna ul li a{ font-size: 1rem; color:black; } /*página inicial*/ main{} main .container{} main .linha{} main .coluna{} main .coluna-esquerda{} main .coluna-direita{} main .coluna section{ border: 1px solid #d4e9ff; margin: 0 0 20px; padding: 20px; min-height: 187px; } main .coluna section h2{ font-size: 1.3rem; margin: 0 0 15px; } main .coluna section p{ font-size: 0.9rem; color:#636363; line-height: 1.5; } main .coluna ul{} main .coluna ul li{ margin: 0 0 12px; } main .coluna ul li h3{ font-size: 1.1rem; } main .coluna ul li strong{ font-size: 0.9rem; font-weight: 500; margin: 5px 0 10px; display: inline-block; } main .coluna ul li p{} /*footer*/ footer {} footer .container{} footer nav{} footer nav ul{} footer nav ul li{} footer nav ul li a{} footer nav .redes-sociais ul li{} footer nav .redes-sociais{ width: 75px; } footer nav .info-contato{} footer nav .info-contato li{} footer nav .info-contato li a{} footer nav .info-contato li a img{} footer nav .info-contato li a img p{} /*extras*/ /*@medias*/
0.181118
0.049245
@font-face { font-family: fredericka; src: url(fonts/FrederickatheGreat-Regular.ttf); } @font-face { font-family: londrina; src: url(fonts/LondrinaShadow-Regular.ttf); } @font-face { font-family: benchnine; src: url(fonts/BenchNine-Light.ttf); } @font-face { font-family: benchnine-bold; src: url(fonts/BenchNine-Bold.ttf); } @font-face { font-family: wireone; src: url(fonts/WireOne.ttf); } @font-face { font-family: badscript; src: url(fonts/BadScript-Regular.ttf); } /* * Globals */ :root { --darker: rgb(62, 117, 130); --lighter: rgb(199, 229, 237); --transparent: rgba(255,255,255,128); } /* Links */ a, a:focus, a:hover { color: #fff; } #about-content p { font-family: benchnine; color: black; font-size: 24px; text-align-last: left; text-align: justify; } #menu-bar p { font-family: wireone; color: var(--darker); text-align-last: left; text-align: justify; } /* Custom default button */ .btn-secondary, .btn-secondary:hover, .btn-secondary:focus { color: #333; text-shadow: none; /* Prevent inheritance from `body` */ background-color: #fff; border: .05rem solid #fff; } /* * Base structure */ html, body { height: 100%; background-color: #333; margin: 0; overflow-x: hidden; color: #fff; text-align: center; text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); } .col-content { background-color: #111; overflow-y: scroll; } /* Extra markup and styles for table-esque vertical and horizontal centering */ .cover-container { background-color: var(--lighter); } /* Padding for spacing */ .inner { padding: 2rem; } .vertical { min-height: 100%; /* Fallback for browsers do NOT support vh unit */ min-height: 100vh; /* These two lines are counted as one :-) */ display: flex; align-items: center; } .content-inner { left: 0; top: 0; bottom: 0; width: 100%; min-height: 100%; height: 100%; text-align-last: left; text-align: center; } /* * Header */ .nav-link { color: rgba(255, 255, 255, .7); background-color: transparent; border-bottom: .1rem solid transparent; font-family: londrina; text-align: center; margin:1rem; } .nav-link:hover, .nav-link:focus { border-bottom-color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1); text-decoration: none; } .active { color: #fff; border-bottom-color: #fff; /*text-decoration: underline;*/ text-decoration-color: white; } /* * Footer */ .footer { position: absolute; color: rgba(255, 255, 255, .5); bottom: 0; width: 100%; min-height: 70px; left: 0; height: 7vh; background-color: var(--darker); align-content: right; align-items: right; -webkit-box-shadow: 0 5px 1.5rem .1rem rgba(0, 0, 0, 0.5), 0 -5px 1.5rem .1rem rgba(0, 0, 0, 0.5); box-shadow: 0 5px 1.5rem .1rem rgba(0, 0, 0, 0.5), 0 -5px 1.5rem .1rem rgba(0, 0, 0, 0.5); } h1 { font-family: fredericka; color: var(--darker); } h2 { font-family: badscript; font-size: 40px; text-align: left; } .list-info { margin: 1rem 0 0rem 0rem; padding-right: 2rem; text-align: justify; font-size: 22px; color: var(--darker); text-shadow: 0 .05rem .1rem var(--darker); } @media(max-width: 768px) { /* Smaller */ body { overflow-y: scroll; } .col-content { background-color: #111; overflow-y: visible; height: 100%; -webkit-box-shadow: inset 0 5rem 5rem -5rem rgba(0, 0, 0, 0.5); box-shadow: inset 0 5px 1.5rem -.1rem rgba(0, 0, 0, 0.5); } #about-content { padding-left: 20vw; padding-right: 10vw; padding-top: 10vh; padding-bottom: 10vh; } .cover-container { min-height: auto; } #contact-content { padding-left: 15vw; padding-right: 15vw; padding-top: 30vh; padding-bottom: 15vh; } .about-bg { background-size: auto 140vh; background-position: -155vw -10vh; } .videos-bg { background-size: cover; } .events-bg { background-attachment: fixed; } .events-what { font-size: 32px; margin-top: 8px; } .nav-link { font-size: 32px; } .menu-content { font-size: 28px; margin-left: 5vh; margin-right: 5vh; margin-top: 0vh; margin-bottom: 70px; } h1 { font-size: 64px; margin-top: 3vh; margin-bottom: 0vh; } #music-content { margin-left: 3vw; } #videos-content iframe { width: 62vw; height: 35vw; } } @media(min-width: 768px) { /* Medium */ body { overflow-y: hidden; } .col-content { background-color: #111; overflow-y: scroll; height: 100vh; -webkit-box-shadow: inset 5rem 0 5rem -5rem rgba(0, 0, 0, 0.5); box-shadow: inset 5rem 0 5rem -5rem rgba(0, 0, 0, 0.5); } #about-content { padding-left: 7vw; padding-right: 7vw; padding-top: 20%; } #contact-content { padding-left: 16vw; padding-right: 16vw; padding-top: 37vh; padding-bottom: 30vh; } .cover-container { min-height: 100vh; } .about-bg { background-size: cover; background-position: right; } .videos-bg { background-size: 108vw; } .events-what { font-size: 36px; margin-top: 8px; } .nav-link { font-size: 24px; } .menu-content { font-size: 28px; margin-left: 1vh; margin-right: 1vh; margin-top: -1vh; min-height: 60%; min-height: 60vh; } h1 { font-size: 42px; margin-top: 6vh; } #videos-content iframe { width: 50vw; height: 28vw; } } @media(min-width: 992px) { /* Large */ .nav-link { font-size: 22px; } #about-content { padding-left: 15vw; padding-right: 7vw; padding-top: 20%; } .menu-content { font-size: 30px; margin-left: 2vh; margin-right: 2vh; margin-top: -2vh; } h1 { font-size: 54px; } } @media(min-width: 1200px) { /* Extra large */ .nav-link { font-size: 23px; } #about-content { padding-left: 22vw; padding-right: 7vw; padding-top: 20%; } .menu-content { font-size: 32px; margin-left: 5vh; margin-right: 5vh; margin-top: -5vh; } .about-bg { background-size: 110vw; background-position: right 0vh; } h1 { font-size: 64px; } } @media(min-width: 1560px) { /* Extra Extra large */ .nav-link { font-size: 32px; } } .about-bg { background-image: url("img/about.JPG"); background-attachment: fixed; } .music-bg { background-image: url("img/music.jpg"); background-size: cover; background-position: right; background-attachment: fixed; } .videos-bg { background-image: url("img/videos.jpg"); background-position: right; background-attachment: fixed; } .events-bg { background-image: url("img/events.jpg"); background-size: cover; background-position: right; } .contact-bg { background-image: url("img/contact.JPG"); background-size: cover; background-position: center; } .menu-content { padding: 2rem; display: flex; align-items: center; } .header { margin-left: -16px; margin-right: -16px; background-color: var(--darker); padding: 2rem; -webkit-box-shadow: 0 5px 1.5rem .1rem rgba(0, 0, 0, 0.5); box-shadow: 0 5px 1.5rem .1rem rgba(0, 0, 0, 0.5); text-shadow: 0 .05rem .1rem var(--lighter); } #contact-inner { font-family: benchnine-bold; font-size: 32px; color: var(--darker); } #contact-inner input { background-color: var(--lighter); min-height: 4rem; border: 0; padding: 0.5rem; padding-left: 1rem; } #contact-inner textarea { margin-bottom: 3rem; background-color: var(--lighter); border: 0; min-height: 20rem; } #contact-inner button { text-align: center; min-width: 8rem; border: 0; min-height: 4rem; height: 55px; margin-top: -1px; background-color: var(--darker); color: var(--lighter); } #contact-inner button p { text-align-last: center; margin: auto; display: block; } #contact-inner button:hover, #contact-inner button:focus { color: var(--darker); background-color: var(--lighter); } .placeholder-color::-webkit-input-placeholder { color: var(--darker); } .placeholder-color:-moz-placeholder { color: var(--darker); } .placeholder-color::-moz-placeholder { color: var(--darker); } .placeholder-color:-ms-input-placeholder { color: var(--darker); } #facebook { background-image: url("img/fb.png"); width: 40px; height: 40px; min-height: 40px; min-width: 40px; margin-bottom: 5px; margin-top: 5px; } #soundcloud { background-image: url("img/soundcloud.png"); } #youtube { background-image: url("img/yt.png"); } .social-icon { width: 50px; height: 50px; min-height: 50px; min-width: 50px; margin-right: 5px; margin-left: 5px; background-repeat: no-repeat; background-size: contain; } .social-row { margin-top: 10px; margin-bottom: 10px; margin-right: 0px; margin-left: 1rem; min-height: 50px; } #videos-content { display: block; margin-top: 6rem; align-content: center; position: relative; text-align: center; text-align-last: center; } #videos-content iframe { margin-bottom: 6rem; display: inline-block; float: center; } #videos-content div { display: inline-block; align-content: center; text-align: center; text-align-last: center; float: center; width: 100%; } #music-content { margin-top: 10vh; } .events-what { font-family: badscript; text-align-last: right; font-size: 30px; margin-bottom: 5rem; } .events-when { font-family: benchnine; font-size: 30px; color: var(--lighter); text-align-last: left; } .events-where { font-family: benchnine; font-size: 30px; color: var(--lighter); text-align-last: left; } .line { min-height: 2px; width: 100%; background-color: var(--lighter); margin-top: -10px; } .events-container{ margin-top: 10vh; margin-left: 5vw; margin-right: 5vw; position: relative; align-content: center; text-align: center; text-align-last: center; } .event { margin-bottom: 30px; }
yentinglo.net/home.css
@font-face { font-family: fredericka; src: url(fonts/FrederickatheGreat-Regular.ttf); } @font-face { font-family: londrina; src: url(fonts/LondrinaShadow-Regular.ttf); } @font-face { font-family: benchnine; src: url(fonts/BenchNine-Light.ttf); } @font-face { font-family: benchnine-bold; src: url(fonts/BenchNine-Bold.ttf); } @font-face { font-family: wireone; src: url(fonts/WireOne.ttf); } @font-face { font-family: badscript; src: url(fonts/BadScript-Regular.ttf); } /* * Globals */ :root { --darker: rgb(62, 117, 130); --lighter: rgb(199, 229, 237); --transparent: rgba(255,255,255,128); } /* Links */ a, a:focus, a:hover { color: #fff; } #about-content p { font-family: benchnine; color: black; font-size: 24px; text-align-last: left; text-align: justify; } #menu-bar p { font-family: wireone; color: var(--darker); text-align-last: left; text-align: justify; } /* Custom default button */ .btn-secondary, .btn-secondary:hover, .btn-secondary:focus { color: #333; text-shadow: none; /* Prevent inheritance from `body` */ background-color: #fff; border: .05rem solid #fff; } /* * Base structure */ html, body { height: 100%; background-color: #333; margin: 0; overflow-x: hidden; color: #fff; text-align: center; text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); } .col-content { background-color: #111; overflow-y: scroll; } /* Extra markup and styles for table-esque vertical and horizontal centering */ .cover-container { background-color: var(--lighter); } /* Padding for spacing */ .inner { padding: 2rem; } .vertical { min-height: 100%; /* Fallback for browsers do NOT support vh unit */ min-height: 100vh; /* These two lines are counted as one :-) */ display: flex; align-items: center; } .content-inner { left: 0; top: 0; bottom: 0; width: 100%; min-height: 100%; height: 100%; text-align-last: left; text-align: center; } /* * Header */ .nav-link { color: rgba(255, 255, 255, .7); background-color: transparent; border-bottom: .1rem solid transparent; font-family: londrina; text-align: center; margin:1rem; } .nav-link:hover, .nav-link:focus { border-bottom-color: rgba(255, 255, 255, 1); color: rgba(255, 255, 255, 1); text-decoration: none; } .active { color: #fff; border-bottom-color: #fff; /*text-decoration: underline;*/ text-decoration-color: white; } /* * Footer */ .footer { position: absolute; color: rgba(255, 255, 255, .5); bottom: 0; width: 100%; min-height: 70px; left: 0; height: 7vh; background-color: var(--darker); align-content: right; align-items: right; -webkit-box-shadow: 0 5px 1.5rem .1rem rgba(0, 0, 0, 0.5), 0 -5px 1.5rem .1rem rgba(0, 0, 0, 0.5); box-shadow: 0 5px 1.5rem .1rem rgba(0, 0, 0, 0.5), 0 -5px 1.5rem .1rem rgba(0, 0, 0, 0.5); } h1 { font-family: fredericka; color: var(--darker); } h2 { font-family: badscript; font-size: 40px; text-align: left; } .list-info { margin: 1rem 0 0rem 0rem; padding-right: 2rem; text-align: justify; font-size: 22px; color: var(--darker); text-shadow: 0 .05rem .1rem var(--darker); } @media(max-width: 768px) { /* Smaller */ body { overflow-y: scroll; } .col-content { background-color: #111; overflow-y: visible; height: 100%; -webkit-box-shadow: inset 0 5rem 5rem -5rem rgba(0, 0, 0, 0.5); box-shadow: inset 0 5px 1.5rem -.1rem rgba(0, 0, 0, 0.5); } #about-content { padding-left: 20vw; padding-right: 10vw; padding-top: 10vh; padding-bottom: 10vh; } .cover-container { min-height: auto; } #contact-content { padding-left: 15vw; padding-right: 15vw; padding-top: 30vh; padding-bottom: 15vh; } .about-bg { background-size: auto 140vh; background-position: -155vw -10vh; } .videos-bg { background-size: cover; } .events-bg { background-attachment: fixed; } .events-what { font-size: 32px; margin-top: 8px; } .nav-link { font-size: 32px; } .menu-content { font-size: 28px; margin-left: 5vh; margin-right: 5vh; margin-top: 0vh; margin-bottom: 70px; } h1 { font-size: 64px; margin-top: 3vh; margin-bottom: 0vh; } #music-content { margin-left: 3vw; } #videos-content iframe { width: 62vw; height: 35vw; } } @media(min-width: 768px) { /* Medium */ body { overflow-y: hidden; } .col-content { background-color: #111; overflow-y: scroll; height: 100vh; -webkit-box-shadow: inset 5rem 0 5rem -5rem rgba(0, 0, 0, 0.5); box-shadow: inset 5rem 0 5rem -5rem rgba(0, 0, 0, 0.5); } #about-content { padding-left: 7vw; padding-right: 7vw; padding-top: 20%; } #contact-content { padding-left: 16vw; padding-right: 16vw; padding-top: 37vh; padding-bottom: 30vh; } .cover-container { min-height: 100vh; } .about-bg { background-size: cover; background-position: right; } .videos-bg { background-size: 108vw; } .events-what { font-size: 36px; margin-top: 8px; } .nav-link { font-size: 24px; } .menu-content { font-size: 28px; margin-left: 1vh; margin-right: 1vh; margin-top: -1vh; min-height: 60%; min-height: 60vh; } h1 { font-size: 42px; margin-top: 6vh; } #videos-content iframe { width: 50vw; height: 28vw; } } @media(min-width: 992px) { /* Large */ .nav-link { font-size: 22px; } #about-content { padding-left: 15vw; padding-right: 7vw; padding-top: 20%; } .menu-content { font-size: 30px; margin-left: 2vh; margin-right: 2vh; margin-top: -2vh; } h1 { font-size: 54px; } } @media(min-width: 1200px) { /* Extra large */ .nav-link { font-size: 23px; } #about-content { padding-left: 22vw; padding-right: 7vw; padding-top: 20%; } .menu-content { font-size: 32px; margin-left: 5vh; margin-right: 5vh; margin-top: -5vh; } .about-bg { background-size: 110vw; background-position: right 0vh; } h1 { font-size: 64px; } } @media(min-width: 1560px) { /* Extra Extra large */ .nav-link { font-size: 32px; } } .about-bg { background-image: url("img/about.JPG"); background-attachment: fixed; } .music-bg { background-image: url("img/music.jpg"); background-size: cover; background-position: right; background-attachment: fixed; } .videos-bg { background-image: url("img/videos.jpg"); background-position: right; background-attachment: fixed; } .events-bg { background-image: url("img/events.jpg"); background-size: cover; background-position: right; } .contact-bg { background-image: url("img/contact.JPG"); background-size: cover; background-position: center; } .menu-content { padding: 2rem; display: flex; align-items: center; } .header { margin-left: -16px; margin-right: -16px; background-color: var(--darker); padding: 2rem; -webkit-box-shadow: 0 5px 1.5rem .1rem rgba(0, 0, 0, 0.5); box-shadow: 0 5px 1.5rem .1rem rgba(0, 0, 0, 0.5); text-shadow: 0 .05rem .1rem var(--lighter); } #contact-inner { font-family: benchnine-bold; font-size: 32px; color: var(--darker); } #contact-inner input { background-color: var(--lighter); min-height: 4rem; border: 0; padding: 0.5rem; padding-left: 1rem; } #contact-inner textarea { margin-bottom: 3rem; background-color: var(--lighter); border: 0; min-height: 20rem; } #contact-inner button { text-align: center; min-width: 8rem; border: 0; min-height: 4rem; height: 55px; margin-top: -1px; background-color: var(--darker); color: var(--lighter); } #contact-inner button p { text-align-last: center; margin: auto; display: block; } #contact-inner button:hover, #contact-inner button:focus { color: var(--darker); background-color: var(--lighter); } .placeholder-color::-webkit-input-placeholder { color: var(--darker); } .placeholder-color:-moz-placeholder { color: var(--darker); } .placeholder-color::-moz-placeholder { color: var(--darker); } .placeholder-color:-ms-input-placeholder { color: var(--darker); } #facebook { background-image: url("img/fb.png"); width: 40px; height: 40px; min-height: 40px; min-width: 40px; margin-bottom: 5px; margin-top: 5px; } #soundcloud { background-image: url("img/soundcloud.png"); } #youtube { background-image: url("img/yt.png"); } .social-icon { width: 50px; height: 50px; min-height: 50px; min-width: 50px; margin-right: 5px; margin-left: 5px; background-repeat: no-repeat; background-size: contain; } .social-row { margin-top: 10px; margin-bottom: 10px; margin-right: 0px; margin-left: 1rem; min-height: 50px; } #videos-content { display: block; margin-top: 6rem; align-content: center; position: relative; text-align: center; text-align-last: center; } #videos-content iframe { margin-bottom: 6rem; display: inline-block; float: center; } #videos-content div { display: inline-block; align-content: center; text-align: center; text-align-last: center; float: center; width: 100%; } #music-content { margin-top: 10vh; } .events-what { font-family: badscript; text-align-last: right; font-size: 30px; margin-bottom: 5rem; } .events-when { font-family: benchnine; font-size: 30px; color: var(--lighter); text-align-last: left; } .events-where { font-family: benchnine; font-size: 30px; color: var(--lighter); text-align-last: left; } .line { min-height: 2px; width: 100%; background-color: var(--lighter); margin-top: -10px; } .events-container{ margin-top: 10vh; margin-left: 5vw; margin-right: 5vw; position: relative; align-content: center; text-align: center; text-align-last: center; } .event { margin-bottom: 30px; }
0.479504
0.055797
* { margin: 0; padding: 0; } body { font-size: 12px; font-family: 'Arial', sans-serif; } ul { list-style-type: none; } a { text-decoration: none !important; outline: none !important; } h1, h2, h3, h4 { margin: 0; padding: 0; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 960px; } } @media (min-width: 1200px) { .container { width: 980px; } } /***** MIXIN ****/ /******/ /**** VARIABLE ****/ /******/ .top_header { height: 40px; background: #313131; position: fixed; top: 0; width: 100%; z-index: 9999; } .top_header p.contact { font-size: 14px; color: white; text-transform: uppercase; padding: 9px 0; font-weight: bold; margin: 0; } header { margin-top: 40px; } header h1.logo { padding: 20px 15px; max-width: 200px; margin: auto; } header h1.logo img { margin: auto; } .share { position: fixed; top: 30%; left: 0; z-index: 50; height: auto; background: #acd9ed; } .share h4.title-share { font-size: 12px; font-weight: bold; margin: 0; padding: 4px 0; text-align: center; background: #181818; color: white; } .share ul.nav_share { margin: 0; display: block; text-align: center; } .share ul.nav_share li { display: block; padding: 8px 5px; } .share ul.nav_share li a { display: block; } .share ul.nav_share li a img { filter: grayscale(0.5); -webkit-filter: grayscale(0.5); -moz-filter: grayscale(0.5); -o-filter: grayscale(0.5); transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; } .share ul.nav_share li a img:hover { filter: grayscale(0); -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -o-filter: grayscale(0); } .navbar-header { background: black; } .navbar-header h4.navbar-brand { color: white; } .navbar-header .navbar-toggle .icon-bar { height: 2px; border-radius: 3px; background: white; } .navbar-byme { border: none; min-height: auto; } .navbar-byme #wrap-menu { padding: 0; background: #313131; border-radius: 4px; } .navbar-byme #wrap-menu .main-menu { display: block; text-align: center; } .navbar-byme #wrap-menu .main-menu li { display: inline-block; } @media screen and (max-width: 480px) { .navbar-byme #wrap-menu .main-menu li { display: block; } } .navbar-byme #wrap-menu .main-menu li a { font-size: 14px; text-transform: uppercase; color: white; font-weight: bold; } .navbar-byme #wrap-menu .main-menu li a:hover, .navbar-byme #wrap-menu .main-menu li a:active { background: #58B4DA; } .navbar-byme #wrap-menu .main-menu li.active a { background: #58B4DA; } .banner { margin-bottom: 20px; } .main_content { padding: 0 15px; color: #343434; } .main_content h2.title { margin-bottom: 20px; font-size: 30px; } #home-page .lastes_service h3.title { margin-bottom: 20px; } #home-page .lastes_service article.each_service a { display: block; } #home-page .lastes_service article.each_service img { max-height: 148px; margin-bottom: 10px; } #home-page .lastes_service article.each_service h3.title_each a { font-size: 18px; color: #313131; margin-bottom: 10px; } #home-page .lastes_service article.each_service p.sum_each { font-size: 12px; color: #363636; } #home-page .about { margin-bottom: 35px; } #home-page .slogan { margin: 20px 0; } #home-page .slogan h3.slogan-title { position: relative; text-align: center; font-size: 30px; color: #313131; } #home-page .slogan h3.slogan-title:before, #home-page .slogan h3.slogan-title:after { content: ""; display: block; width: 95%; background: url(../images/line.png) repeat-x; height: 3px; margin: auto; } #home-page .slogan h3.slogan-title:before { margin-bottom: 30px; } #home-page .slogan h3.slogan-title:after { margin-top: 30px; } #service-page { overflow: hidden; padding: 0; } #service-page .each_service { margin-bottom: 20px; overflow: hidden; height: 180px; } #service-page .each_service .img-wrap { width: 40%; float: left; } #service-page .each_service .content_service_wrap { width: 60%; float: right; padding-left: 20px; } #service-page .each_service .content_service_wrap h3.title a { display: block; font-size: 20px; font-weight: bold; color: #434343; margin-bottom: 5px; } #service-page .each_service .content_service_wrap p.text_service { font-size: 12px; } #service-page-detail .detail-page { margin-bottom: 20px; } #service-page-detail .detail-page ul { padding-left: 15px; list-style-type: disc; } #service-page-detail .detail-page h3.title { font-size: 30px; } #service-page-detail .relate-service h3.title { margin-bottom: 10px; } #service-page-detail .relate-service ul.nav_service_relate { list-style-type: disc; padding-left: 25px; } #service-page-detail .relate-service ul.nav_service_relate li { margin-bottom: 5px; } #service-page-detail .relate-service ul.nav_service_relate li a { display: block; font-size: 14px; color: #2581a7; } #testimonial-page .each_testimonial { margin-bottom: 20px; overflow: hidden; } #testimonial-page .each_testimonial .img-wrap { width: 40%; float: left; } #testimonial-page .each_testimonial .img-wrap img { border-radius: 50%; max-height: 150px; max-width: 150px; border: 5px solid #58B4DA; } #testimonial-page .each_testimonial .content_service_wrap { width: 60%; float: right; padding-left: 20px; padding-right: 20px; position: relative; } #testimonial-page .each_testimonial .content_service_wrap h3.title a { display: block; font-size: 20px; font-weight: bold; color: #434343; margin-bottom: 5px; } #testimonial-page .each_testimonial .content_service_wrap > p:first-child { font-size: 12px; position: relative; font-style: italic; } #testimonial-page .each_testimonial .content_service_wrap > p:first-child:before { content: ''; display: block; width: 15px; height: 13px; background: url("../images/icon-mongoac.png") no-repeat; left: -20px; position: absolute; } #testimonial-page .each_testimonial .content_service_wrap > p:first-child:after { content: ''; display: block; width: 15px; height: 13px; background: url("../images/icon-dongngoac.png") no-repeat; right: -20px; bottom: 0px; position: absolute; } #testimonial-page .each_testimonial .content_service_wrap p.owner { font-size: 14px; color: #2581a7; font-weight: bold; } #contact-page { padding: 0; overflow: hidden; } #contact-page span.error { color: red; font-weight: bold; } #contact-page h4.success { font-size: 15px; text-transform: uppercase; color: #c4152f; margin-top: 10px; } footer { background: #393939; overflow: hidden; padding: 15px 0; color: white; margin: 20px 0; } @media screen and (max-width: 480px) { footer { text-align: center; } } footer #small-logo { display: block; margin-bottom: 10px; } @media screen and (max-width: 480px) { footer #small-logo img { margin: auto; } } footer h3.cate-footer, footer h3.contact { font-size: 18px; margin-bottom: 10px; font-weight: bold; } @media screen and (max-width: 480px) { footer h3.cate-footer, footer h3.contact { text-align: center; } } footer ul.nav_footer li { padding: 4px 0; } footer ul.nav_footer li a { display: block; color: white; } /*# sourceMappingURL=style.css.map */
public/frontend/css/style.css
* { margin: 0; padding: 0; } body { font-size: 12px; font-family: 'Arial', sans-serif; } ul { list-style-type: none; } a { text-decoration: none !important; outline: none !important; } h1, h2, h3, h4 { margin: 0; padding: 0; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 960px; } } @media (min-width: 1200px) { .container { width: 980px; } } /***** MIXIN ****/ /******/ /**** VARIABLE ****/ /******/ .top_header { height: 40px; background: #313131; position: fixed; top: 0; width: 100%; z-index: 9999; } .top_header p.contact { font-size: 14px; color: white; text-transform: uppercase; padding: 9px 0; font-weight: bold; margin: 0; } header { margin-top: 40px; } header h1.logo { padding: 20px 15px; max-width: 200px; margin: auto; } header h1.logo img { margin: auto; } .share { position: fixed; top: 30%; left: 0; z-index: 50; height: auto; background: #acd9ed; } .share h4.title-share { font-size: 12px; font-weight: bold; margin: 0; padding: 4px 0; text-align: center; background: #181818; color: white; } .share ul.nav_share { margin: 0; display: block; text-align: center; } .share ul.nav_share li { display: block; padding: 8px 5px; } .share ul.nav_share li a { display: block; } .share ul.nav_share li a img { filter: grayscale(0.5); -webkit-filter: grayscale(0.5); -moz-filter: grayscale(0.5); -o-filter: grayscale(0.5); transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; } .share ul.nav_share li a img:hover { filter: grayscale(0); -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -o-filter: grayscale(0); } .navbar-header { background: black; } .navbar-header h4.navbar-brand { color: white; } .navbar-header .navbar-toggle .icon-bar { height: 2px; border-radius: 3px; background: white; } .navbar-byme { border: none; min-height: auto; } .navbar-byme #wrap-menu { padding: 0; background: #313131; border-radius: 4px; } .navbar-byme #wrap-menu .main-menu { display: block; text-align: center; } .navbar-byme #wrap-menu .main-menu li { display: inline-block; } @media screen and (max-width: 480px) { .navbar-byme #wrap-menu .main-menu li { display: block; } } .navbar-byme #wrap-menu .main-menu li a { font-size: 14px; text-transform: uppercase; color: white; font-weight: bold; } .navbar-byme #wrap-menu .main-menu li a:hover, .navbar-byme #wrap-menu .main-menu li a:active { background: #58B4DA; } .navbar-byme #wrap-menu .main-menu li.active a { background: #58B4DA; } .banner { margin-bottom: 20px; } .main_content { padding: 0 15px; color: #343434; } .main_content h2.title { margin-bottom: 20px; font-size: 30px; } #home-page .lastes_service h3.title { margin-bottom: 20px; } #home-page .lastes_service article.each_service a { display: block; } #home-page .lastes_service article.each_service img { max-height: 148px; margin-bottom: 10px; } #home-page .lastes_service article.each_service h3.title_each a { font-size: 18px; color: #313131; margin-bottom: 10px; } #home-page .lastes_service article.each_service p.sum_each { font-size: 12px; color: #363636; } #home-page .about { margin-bottom: 35px; } #home-page .slogan { margin: 20px 0; } #home-page .slogan h3.slogan-title { position: relative; text-align: center; font-size: 30px; color: #313131; } #home-page .slogan h3.slogan-title:before, #home-page .slogan h3.slogan-title:after { content: ""; display: block; width: 95%; background: url(../images/line.png) repeat-x; height: 3px; margin: auto; } #home-page .slogan h3.slogan-title:before { margin-bottom: 30px; } #home-page .slogan h3.slogan-title:after { margin-top: 30px; } #service-page { overflow: hidden; padding: 0; } #service-page .each_service { margin-bottom: 20px; overflow: hidden; height: 180px; } #service-page .each_service .img-wrap { width: 40%; float: left; } #service-page .each_service .content_service_wrap { width: 60%; float: right; padding-left: 20px; } #service-page .each_service .content_service_wrap h3.title a { display: block; font-size: 20px; font-weight: bold; color: #434343; margin-bottom: 5px; } #service-page .each_service .content_service_wrap p.text_service { font-size: 12px; } #service-page-detail .detail-page { margin-bottom: 20px; } #service-page-detail .detail-page ul { padding-left: 15px; list-style-type: disc; } #service-page-detail .detail-page h3.title { font-size: 30px; } #service-page-detail .relate-service h3.title { margin-bottom: 10px; } #service-page-detail .relate-service ul.nav_service_relate { list-style-type: disc; padding-left: 25px; } #service-page-detail .relate-service ul.nav_service_relate li { margin-bottom: 5px; } #service-page-detail .relate-service ul.nav_service_relate li a { display: block; font-size: 14px; color: #2581a7; } #testimonial-page .each_testimonial { margin-bottom: 20px; overflow: hidden; } #testimonial-page .each_testimonial .img-wrap { width: 40%; float: left; } #testimonial-page .each_testimonial .img-wrap img { border-radius: 50%; max-height: 150px; max-width: 150px; border: 5px solid #58B4DA; } #testimonial-page .each_testimonial .content_service_wrap { width: 60%; float: right; padding-left: 20px; padding-right: 20px; position: relative; } #testimonial-page .each_testimonial .content_service_wrap h3.title a { display: block; font-size: 20px; font-weight: bold; color: #434343; margin-bottom: 5px; } #testimonial-page .each_testimonial .content_service_wrap > p:first-child { font-size: 12px; position: relative; font-style: italic; } #testimonial-page .each_testimonial .content_service_wrap > p:first-child:before { content: ''; display: block; width: 15px; height: 13px; background: url("../images/icon-mongoac.png") no-repeat; left: -20px; position: absolute; } #testimonial-page .each_testimonial .content_service_wrap > p:first-child:after { content: ''; display: block; width: 15px; height: 13px; background: url("../images/icon-dongngoac.png") no-repeat; right: -20px; bottom: 0px; position: absolute; } #testimonial-page .each_testimonial .content_service_wrap p.owner { font-size: 14px; color: #2581a7; font-weight: bold; } #contact-page { padding: 0; overflow: hidden; } #contact-page span.error { color: red; font-weight: bold; } #contact-page h4.success { font-size: 15px; text-transform: uppercase; color: #c4152f; margin-top: 10px; } footer { background: #393939; overflow: hidden; padding: 15px 0; color: white; margin: 20px 0; } @media screen and (max-width: 480px) { footer { text-align: center; } } footer #small-logo { display: block; margin-bottom: 10px; } @media screen and (max-width: 480px) { footer #small-logo img { margin: auto; } } footer h3.cate-footer, footer h3.contact { font-size: 18px; margin-bottom: 10px; font-weight: bold; } @media screen and (max-width: 480px) { footer h3.cate-footer, footer h3.contact { text-align: center; } } footer ul.nav_footer li { padding: 4px 0; } footer ul.nav_footer li a { display: block; color: white; } /*# sourceMappingURL=style.css.map */
0.249447
0.067056
@-moz-document url("https://toyhou.se/"), url-prefix("https://toyhou.se/~browse/feed"), url-prefix("https://toyhou.se/~browse/popular"), url-prefix("https://toyhou.se/~library") { :root { /* Change the URL in quotes to whatever you want the bg to be. */ --bg: url(https://64.media.tumblr.com/7b5c14ffd8a639b9b84b16838ba5e69c/tumblr_mrtnxlyWSH1qb6f0so1_1280.jpg); } /* FRONT PAGE*/ body { font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; font-size: .9rem; font-weight: 400; line-height: 1.5; color: #eef4ed; background-color: white; background-image: var(--bg); background-size: cover; max-height: 100vh; overflow-y: scroll; position: relative; background-attachment: fixed; } .card-block.bg-faded { background-color: rgba(105, 105, 105, 0.7); } .card.mb-2 { background-color: rgba(105, 105, 105, 0.0); } /* NAVIGATION BAR*/ .navbar { background: rgba(105, 105, 105, 0.6); } .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover { color: #a470ab; } .navbar-inverse .navbar-nav .nav-link { color: rgba(245, 235, 247, 0.5); } .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { color: rgba(153, 153, 153, .75); } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: .9rem; color: #fcfbf5; text-align: left; list-style: none; background-color: rgba(153, 153, 153, 0.3); background-clip: padding-box; border: 1px solid hsla(0,0%,100%,.15); border-radius: .25rem; } /* FOOTER BAR */ .footer { background: rgba(105, 105, 105, 0.3); } /* FRONT PAGE CHARACTERS */ .btn-primary { color: #fafaf6; border-color: #1b1b1b; opacity: 0.7; } .btn.btn-default { background-color: rgba(0, 0, 0, 0.6); border-color: none; } /* FEED & POPULAR CHARACTERS */ .list-unstyled.gallery-row.mb-0 { background-color: rgba(88, 88, 88, 0.8); } .img-thumbnail { padding: .25rem; background-color: #1c141d9e; border: 1px solid #545b75; border-radius: .25rem; transition: none; } .breadcrumb { padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: rgba(105, 105, 105,.5); border-radius: .25rem; } } @-moz-document url-prefix("https://toyhou.se/~forums") { :root { /* Change the URL in quotes to whatever you want the bg to be. */ --bg: url(https://64.media.tumblr.com/7b5c14ffd8a639b9b84b16838ba5e69c/tumblr_mrtnxlyWSH1qb6f0so1_1280.jpg); } /* FRONT PAGE*/ body { font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; font-size: .9rem; font-weight: 400; line-height: 1.5; color: #eef4ed; background-color: white; background-image: var(--bg); background-size: cover; max-height: 100vh; overflow-y: scroll; position: relative; background-attachment: fixed; } .card-block.bg-faded { background-color: rgba(105, 105, 105, 0.7); } .card.mb-2 { background-color: rgba(105, 105, 105, 0.0); } /* NAVIGATION BAR*/ .navbar { background: rgba(105, 105, 105, 0.6); } .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover { color: #a470ab; } .navbar-inverse .navbar-nav .nav-link { color: rgba(245, 235, 247, 0.5); } .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { color: rgba(153, 153, 153, .75); } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: .9rem; color: #fcfbf5; text-align: left; list-style: none; background-color: rgba(153, 153, 153, 0.3); background-clip: padding-box; border: 1px solid hsla(0,0%,100%,.15); border-radius: .25rem; } /* FOOTER BAR */ .footer { background: rgba(105, 105, 105, 0.3); } /* FORUM PAGE*/ .forum-category-wrapper .forum-category-forum { padding: 1rem 1.5rem; border: 1px solid #47395c; background-color: rgba(105, 105, 105, 0.8); } .sidebar { background: rgba(105, 105, 105, 0.5); padding: 0; } .side-nav li.subheader { color: #fafaf6; background-color: rgba(105, 105, 105, .5); padding: .25em .75em; font-weight: 700; } .forum-category-table-wrapper, .forum-view-table-wrapper { margin-bottom: 1rem; background-color: rgba(80, 80, 80,.8); } .thread-header { position: relative; background-color: rgba(80, 80, 80,.5); } .card-block.bg-faded { background-color: none; } .card { position: relative; display: flex; flex-direction: column; background-color: rgba(105, 105, 105,.5); border: 1px solid rgba(105, 105, 105,.125); } .card-block.bg-faded { background-color: rgba(105, 105, 105,.0); } .breadcrumb { padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: rgba(105, 105, 105,.5); border-radius: .25rem; } .forum-category-forum.hover { opacity: 0.2 } #content { background-color: rgba(0, 0, 0, .0); } #main, body { background-color: rgba(0, 0, 0, .0); } .literature-header-title a, h3.forum-thread-title a, li.breadcrumb-item a { color: #cad9e7; } .side-nav li a, .side-nav p, .side-nav li.subheader, .side-nav li.subheader > a, .side-nav li.blurb, .side-nav li.blurb p { color: #c8d4e0; } .forum-view-table-wrapper table, .forum-category-table-wrapper table { background: rgba(0, 0, 0, .0); } a, .btn-link { color: #e6f4fd; } .forum-category-table-wrapper .forum-thread-row.sticky, .forum-view-table-wrapper .forum-thread-row.sticky { background-color: rgba(0, 0, 0, .0); } h1 a, .literature-header-title a, h3.forum-thread-title a, li.breadcrumb-item a { color: #d7e4f2; } .table-striped tbody tr:nth-child(odd) { background: rgba(247,247,247,0.0)!important; } .forum-category-wrapper .forum-category-forum:hover { background-color: rgba(120, 120, 120, .9); } .card-outline-default, .card-outline-secondary, .card-outline-primary, .card-outline-danger, .card-outline-warning, .card-outline-info, .card-outline-success, .img-thumbnail { background: rgba(50, 50, 50, .6); } .bg-faded, .card-block.bg-faded, .bg-light { background-color:rgba(88, 88, 88, .6)!important; } .body, p, .comment .forum-post-post .forum-post-actions .post-action:hover, .forum-post .forum-post-post .forum-post-actions .post-action:hover, .breadcrumb-item + .breadcrumb-item:before { color: #d0dbe7; } } @-moz-document url-prefix("https://toyhou.se/~account"), url-prefix("https://toyhou.se/~bulletins/create"), url-prefix("https://toyhou.se/~characters/create"), url-prefix("https://toyhou.se/~images/upload"), url-prefix("https://toyhou.se/~images/multi-upload"), url-prefix("https://toyhou.se/~worlds/create"), url-prefix("https://toyhou.se/~inbox"), url-prefix("https://toyhou.se/~messages"), url-prefix("https://toyhou.se/~characters/manage"), url-prefix("https://toyhou.se/~characters/sort"), url-prefix("https://toyhou.se/~images/manage-all") { :root { /* Change the URL in quotes to whatever you want the bg to be. */ --bg: url(https://64.media.tumblr.com/7b5c14ffd8a639b9b84b16838ba5e69c/tumblr_mrtnxlyWSH1qb6f0so1_1280.jpg); } /* FRONT PAGE*/ body { font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; font-size: .9rem; font-weight: 400; line-height: 1.5; color: #eef4ed; background-color: white; background-image: var(--bg); background-size: cover; max-height: 100vh; overflow-y: scroll; position: relative; background-attachment: fixed; } .card-block.bg-faded { background-color: rgba(105, 105, 105, 0.7); } .card.mb-2 { background-color: rgba(105, 105, 105, 0.0); } /* NAVIGATION BAR*/ .navbar { background: rgba(105, 105, 105, 0.6); } .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover { color: #a470ab; } .navbar-inverse .navbar-nav .nav-link { color: rgba(245, 235, 247, 0.5); } .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { color: rgba(153, 153, 153, .75); } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: .9rem; color: #fcfbf5; text-align: left; list-style: none; background-color: rgba(153, 153, 153, 0.3); background-clip: padding-box; border: 1px solid hsla(0,0%,100%,.15); border-radius: .25rem; } /* FOOTER BAR */ .footer { background: rgba(105, 105, 105, 0.3); } /* SETTINGS */ .card { position: relative; display: flex; flex-direction: column; background-color: rgba(0, 0, 0, 0.0); border: 1px solid hsla(0, 0%, 100%, .125); border-radius: .25rem; } .sidebar { background: rgba(88, 88, 88, 0.6); padding: 0; } .side-nav li.subheader { color: #fafaf6; background-color: rgba(88, 88, 88, .5); padding: .25em .75em; font-weight: 700; } .table { border-radius: .25rem; border-spacing: 0; border-collapse: unset; border: 1px solid #545b75; background-color: rgba(88, 88, 88, .7); } .breadcrumb { padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: rgba(105, 105, 105,.5); border-radius: .25rem; } } @-moz-document url-prefix("https://toyhou.se/~browse/search"), url-prefix("https://toyhou.se/~literature") { :root { /* Change the URL in quotes to whatever you want the bg to be. */ --bg: url(https://64.media.tumblr.com/7b5c14ffd8a639b9b84b16838ba5e69c/tumblr_mrtnxlyWSH1qb6f0so1_1280.jpg); } /* FRONT PAGE*/ body { font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; font-size: .9rem; font-weight: 400; line-height: 1.5; color: #eef4ed; background-color: white; background-image: var(--bg); background-size: cover; max-height: 100vh; overflow-y: scroll; position: relative; background-attachment: fixed; } .card-block.bg-faded { background-color: rgba(105, 105, 105, 0.7); } .card.mb-2 { background-color: rgba(105, 105, 105, 0.0); } /* NAVIGATION BAR*/ .navbar { background: rgba(105, 105, 105, 0.6); } .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover { color: #a470ab; } .navbar-inverse .navbar-nav .nav-link { color: rgba(245, 235, 247, 0.5); } .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { color: rgba(153, 153, 153, .75); } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: .9rem; color: #fcfbf5; text-align: left; list-style: none; background-color: rgba(153, 153, 153, 0.3); background-clip: padding-box; border: 1px solid hsla(0,0%,100%,.15); border-radius: .25rem; } /* FOOTER BAR */ .footer { background: rgba(105, 105, 105, 0.3); } /* BROWSE PAGE */ .card { position: relative; display: flex; flex-direction: column; background-color: rgba(0, 0, 0, 0.0); border: 1px solid hsla(0, 0%, 100%, .125); border-radius: .25rem; } .mt-3 { background-color: rgba(88, 88, 88, 0.6); } /* Lit Page*/ .sidebar { background: rgba(88, 88, 88, 0.6); padding: 0; } .side-nav li.subheader { color: #fafaf6; background-color: rgba(110, 110, 110, .5); padding: .25em .75em; font-weight: 700; } .literature-chapter.mt-2 { background-color: rgba(88, 88, 88, .5); } }
data/usercss/195478.user.css
@-moz-document url("https://toyhou.se/"), url-prefix("https://toyhou.se/~browse/feed"), url-prefix("https://toyhou.se/~browse/popular"), url-prefix("https://toyhou.se/~library") { :root { /* Change the URL in quotes to whatever you want the bg to be. */ --bg: url(https://64.media.tumblr.com/7b5c14ffd8a639b9b84b16838ba5e69c/tumblr_mrtnxlyWSH1qb6f0so1_1280.jpg); } /* FRONT PAGE*/ body { font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; font-size: .9rem; font-weight: 400; line-height: 1.5; color: #eef4ed; background-color: white; background-image: var(--bg); background-size: cover; max-height: 100vh; overflow-y: scroll; position: relative; background-attachment: fixed; } .card-block.bg-faded { background-color: rgba(105, 105, 105, 0.7); } .card.mb-2 { background-color: rgba(105, 105, 105, 0.0); } /* NAVIGATION BAR*/ .navbar { background: rgba(105, 105, 105, 0.6); } .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover { color: #a470ab; } .navbar-inverse .navbar-nav .nav-link { color: rgba(245, 235, 247, 0.5); } .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { color: rgba(153, 153, 153, .75); } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: .9rem; color: #fcfbf5; text-align: left; list-style: none; background-color: rgba(153, 153, 153, 0.3); background-clip: padding-box; border: 1px solid hsla(0,0%,100%,.15); border-radius: .25rem; } /* FOOTER BAR */ .footer { background: rgba(105, 105, 105, 0.3); } /* FRONT PAGE CHARACTERS */ .btn-primary { color: #fafaf6; border-color: #1b1b1b; opacity: 0.7; } .btn.btn-default { background-color: rgba(0, 0, 0, 0.6); border-color: none; } /* FEED & POPULAR CHARACTERS */ .list-unstyled.gallery-row.mb-0 { background-color: rgba(88, 88, 88, 0.8); } .img-thumbnail { padding: .25rem; background-color: #1c141d9e; border: 1px solid #545b75; border-radius: .25rem; transition: none; } .breadcrumb { padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: rgba(105, 105, 105,.5); border-radius: .25rem; } } @-moz-document url-prefix("https://toyhou.se/~forums") { :root { /* Change the URL in quotes to whatever you want the bg to be. */ --bg: url(https://64.media.tumblr.com/7b5c14ffd8a639b9b84b16838ba5e69c/tumblr_mrtnxlyWSH1qb6f0so1_1280.jpg); } /* FRONT PAGE*/ body { font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; font-size: .9rem; font-weight: 400; line-height: 1.5; color: #eef4ed; background-color: white; background-image: var(--bg); background-size: cover; max-height: 100vh; overflow-y: scroll; position: relative; background-attachment: fixed; } .card-block.bg-faded { background-color: rgba(105, 105, 105, 0.7); } .card.mb-2 { background-color: rgba(105, 105, 105, 0.0); } /* NAVIGATION BAR*/ .navbar { background: rgba(105, 105, 105, 0.6); } .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover { color: #a470ab; } .navbar-inverse .navbar-nav .nav-link { color: rgba(245, 235, 247, 0.5); } .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { color: rgba(153, 153, 153, .75); } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: .9rem; color: #fcfbf5; text-align: left; list-style: none; background-color: rgba(153, 153, 153, 0.3); background-clip: padding-box; border: 1px solid hsla(0,0%,100%,.15); border-radius: .25rem; } /* FOOTER BAR */ .footer { background: rgba(105, 105, 105, 0.3); } /* FORUM PAGE*/ .forum-category-wrapper .forum-category-forum { padding: 1rem 1.5rem; border: 1px solid #47395c; background-color: rgba(105, 105, 105, 0.8); } .sidebar { background: rgba(105, 105, 105, 0.5); padding: 0; } .side-nav li.subheader { color: #fafaf6; background-color: rgba(105, 105, 105, .5); padding: .25em .75em; font-weight: 700; } .forum-category-table-wrapper, .forum-view-table-wrapper { margin-bottom: 1rem; background-color: rgba(80, 80, 80,.8); } .thread-header { position: relative; background-color: rgba(80, 80, 80,.5); } .card-block.bg-faded { background-color: none; } .card { position: relative; display: flex; flex-direction: column; background-color: rgba(105, 105, 105,.5); border: 1px solid rgba(105, 105, 105,.125); } .card-block.bg-faded { background-color: rgba(105, 105, 105,.0); } .breadcrumb { padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: rgba(105, 105, 105,.5); border-radius: .25rem; } .forum-category-forum.hover { opacity: 0.2 } #content { background-color: rgba(0, 0, 0, .0); } #main, body { background-color: rgba(0, 0, 0, .0); } .literature-header-title a, h3.forum-thread-title a, li.breadcrumb-item a { color: #cad9e7; } .side-nav li a, .side-nav p, .side-nav li.subheader, .side-nav li.subheader > a, .side-nav li.blurb, .side-nav li.blurb p { color: #c8d4e0; } .forum-view-table-wrapper table, .forum-category-table-wrapper table { background: rgba(0, 0, 0, .0); } a, .btn-link { color: #e6f4fd; } .forum-category-table-wrapper .forum-thread-row.sticky, .forum-view-table-wrapper .forum-thread-row.sticky { background-color: rgba(0, 0, 0, .0); } h1 a, .literature-header-title a, h3.forum-thread-title a, li.breadcrumb-item a { color: #d7e4f2; } .table-striped tbody tr:nth-child(odd) { background: rgba(247,247,247,0.0)!important; } .forum-category-wrapper .forum-category-forum:hover { background-color: rgba(120, 120, 120, .9); } .card-outline-default, .card-outline-secondary, .card-outline-primary, .card-outline-danger, .card-outline-warning, .card-outline-info, .card-outline-success, .img-thumbnail { background: rgba(50, 50, 50, .6); } .bg-faded, .card-block.bg-faded, .bg-light { background-color:rgba(88, 88, 88, .6)!important; } .body, p, .comment .forum-post-post .forum-post-actions .post-action:hover, .forum-post .forum-post-post .forum-post-actions .post-action:hover, .breadcrumb-item + .breadcrumb-item:before { color: #d0dbe7; } } @-moz-document url-prefix("https://toyhou.se/~account"), url-prefix("https://toyhou.se/~bulletins/create"), url-prefix("https://toyhou.se/~characters/create"), url-prefix("https://toyhou.se/~images/upload"), url-prefix("https://toyhou.se/~images/multi-upload"), url-prefix("https://toyhou.se/~worlds/create"), url-prefix("https://toyhou.se/~inbox"), url-prefix("https://toyhou.se/~messages"), url-prefix("https://toyhou.se/~characters/manage"), url-prefix("https://toyhou.se/~characters/sort"), url-prefix("https://toyhou.se/~images/manage-all") { :root { /* Change the URL in quotes to whatever you want the bg to be. */ --bg: url(https://64.media.tumblr.com/7b5c14ffd8a639b9b84b16838ba5e69c/tumblr_mrtnxlyWSH1qb6f0so1_1280.jpg); } /* FRONT PAGE*/ body { font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; font-size: .9rem; font-weight: 400; line-height: 1.5; color: #eef4ed; background-color: white; background-image: var(--bg); background-size: cover; max-height: 100vh; overflow-y: scroll; position: relative; background-attachment: fixed; } .card-block.bg-faded { background-color: rgba(105, 105, 105, 0.7); } .card.mb-2 { background-color: rgba(105, 105, 105, 0.0); } /* NAVIGATION BAR*/ .navbar { background: rgba(105, 105, 105, 0.6); } .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover { color: #a470ab; } .navbar-inverse .navbar-nav .nav-link { color: rgba(245, 235, 247, 0.5); } .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { color: rgba(153, 153, 153, .75); } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: .9rem; color: #fcfbf5; text-align: left; list-style: none; background-color: rgba(153, 153, 153, 0.3); background-clip: padding-box; border: 1px solid hsla(0,0%,100%,.15); border-radius: .25rem; } /* FOOTER BAR */ .footer { background: rgba(105, 105, 105, 0.3); } /* SETTINGS */ .card { position: relative; display: flex; flex-direction: column; background-color: rgba(0, 0, 0, 0.0); border: 1px solid hsla(0, 0%, 100%, .125); border-radius: .25rem; } .sidebar { background: rgba(88, 88, 88, 0.6); padding: 0; } .side-nav li.subheader { color: #fafaf6; background-color: rgba(88, 88, 88, .5); padding: .25em .75em; font-weight: 700; } .table { border-radius: .25rem; border-spacing: 0; border-collapse: unset; border: 1px solid #545b75; background-color: rgba(88, 88, 88, .7); } .breadcrumb { padding: .75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: rgba(105, 105, 105,.5); border-radius: .25rem; } } @-moz-document url-prefix("https://toyhou.se/~browse/search"), url-prefix("https://toyhou.se/~literature") { :root { /* Change the URL in quotes to whatever you want the bg to be. */ --bg: url(https://64.media.tumblr.com/7b5c14ffd8a639b9b84b16838ba5e69c/tumblr_mrtnxlyWSH1qb6f0so1_1280.jpg); } /* FRONT PAGE*/ body { font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; font-size: .9rem; font-weight: 400; line-height: 1.5; color: #eef4ed; background-color: white; background-image: var(--bg); background-size: cover; max-height: 100vh; overflow-y: scroll; position: relative; background-attachment: fixed; } .card-block.bg-faded { background-color: rgba(105, 105, 105, 0.7); } .card.mb-2 { background-color: rgba(105, 105, 105, 0.0); } /* NAVIGATION BAR*/ .navbar { background: rgba(105, 105, 105, 0.6); } .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover { color: #a470ab; } .navbar-inverse .navbar-nav .nav-link { color: rgba(245, 235, 247, 0.5); } .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { color: rgba(153, 153, 153, .75); } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: .9rem; color: #fcfbf5; text-align: left; list-style: none; background-color: rgba(153, 153, 153, 0.3); background-clip: padding-box; border: 1px solid hsla(0,0%,100%,.15); border-radius: .25rem; } /* FOOTER BAR */ .footer { background: rgba(105, 105, 105, 0.3); } /* BROWSE PAGE */ .card { position: relative; display: flex; flex-direction: column; background-color: rgba(0, 0, 0, 0.0); border: 1px solid hsla(0, 0%, 100%, .125); border-radius: .25rem; } .mt-3 { background-color: rgba(88, 88, 88, 0.6); } /* Lit Page*/ .sidebar { background: rgba(88, 88, 88, 0.6); padding: 0; } .side-nav li.subheader { color: #fafaf6; background-color: rgba(110, 110, 110, .5); padding: .25em .75em; font-weight: 700; } .literature-chapter.mt-2 { background-color: rgba(88, 88, 88, .5); } }
0.538741
0.171581
@-moz-document url-prefix('http://thecolorless.net/chat') { /* -------------------------------------------------------------- Reset default browser CSS. Based on work by <NAME>er: http://meyerweb.com/eric/tools/css/reset/index.html -------------------------------------------------------------- */ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; margin:0; padding:0; } body { background:#111!important; color:#fff!important; line-height:14px!important; font-size:12px!important; font-family:Helvetica, Arial, sans-serif!important; overflow:auto!important; } ol,ul { list-style:none; } blockquote,q { quotes:none; } blockquote:before,blockquote:after,q:before,q:after { content:none; } :focus { outline:0; } ins { text-decoration:none; } del { text-decoration:line-through; } table { border-collapse:collapse; border-spacing:0; } a img { border:none; } #wrapper { position:relative; } #header { background:#222!important; width:60%!important; height:50px!important; position:relative; top:0!important; z-index:100!important; text-shadow:#fff 0 0 0!important; clear:both!important; float:left!important; } #name-area { overflow:visible; clear:none!important; height:18px!important; position:relative; display:inline!important; } #header a { display:block!important; float:left; margin-right:5px; color:#999!important; text-decoration:underline; } #header a:hover { text-decoration:underline!important; } #send-message-area { width:100%!important; } #home-link { float:left!important; margin-left:5px!important; display:block!important; } #sendie { float:left!important; background:#fff; display:inline!important; border:0 solid #5a5a5a!important; color:#5a5a5a; width:85%; margin-top:5px; margin-bottom:5px; -webkit-border-radius:0!important; -moz-border-radius:0!important; border-radius:0!important; font-size:12px!important; font-weight:600!important; font-family:Helvetica, Arial, sans-serif!important; clear:both!important; padding:5px!important; } #characters-left { display:inline!important; float:left!important; } #content { width:100%!important; position:relative; margin:0 auto; } #chat-wrap { width:100%!important; height:100%!important; overflow:auto!important; overflow-y:scroll; padding-bottom:50px; background:#111; margin-top:60px!important; position:relative; z-index:1; top:0!important; } #chat-area { width:100%!important; overflow:visible; z-index:100; padding:0; } .message,.status { margin-bottom:10px; display:inline!important; clear:none!important; } .message { background:#111!important; background-position:83px 33px; overflow:hidden; width:auto!important; padding-top:10px; display:inline!important; clear:right!important; margin-left:10px!important; } .status { margin-bottom:20px; display:none!important; clear:none!important; } .user { width:auto!important; line-height:18px; float:left!important; display:inline-block!important; clear:left!important; } .user:after { content:" "!important; margin-left:3px!important; } .avatar { border:0!important; display:inline!important; background:#111!important; clear:none!important; width:16px!important; height:16px!important; float:left!important; left:0!important; margin-left:5px!important; } .username { display:inline!important; text-align:left!important; position:relative; color:#fff!important; text-decoration:none; float:left!important; clear:none!important; font-size:120%!important; font-weight:800!important; margin-left:10px!important; } .inline-username { color:#fff; text-decoration:none; clear:left!important; } .message .blurb { display:block!important; margin-left:0!important; margin-right:0; background:#111 center!important; -moz-border-radius:0!important; -webkit-border-radius:0!important; border-radius:0!important; font-weight:700!important; float:left!important; min-height:1px!important; border:0!important; margin-bottom:0!important; max-width:100%!important; text-shadow:rgba(0,0,0,0) 0 0 0!important; white-space:0!important; word-wrap:break-word; clear:none!important; padding:2px!important; } .message .blurb:after { display:none!important; clear:none!important; } .message .blurb a { color:#00aeff!important; } .orange a { color:#d58f19!important; } .darkblue a { color:#3c629b!important; } .blue a { color:#5d9dc2!important; } .red a { color:#920003!important; } .magenta a { color:#95005c!important; } .green a { color:#1d8140!important; } .grey a { color:#717171!important; } .mud_green a { color:#777137!important; } .purple a { color:#3c1773!important; } .lime_green a { color:#5ab800!important; } .is_reply * { -webkit-box-shadow:0 0 0 #ebebeb!important; -moz-box-shadow:0 0 0 #ebebeb!important; box-shadow:0 0 0 #ebebeb!important; font-size:120%!important; } .is_reply .blurb { text-shadow:1px 1px 6px #fff!important; } #notice { background:#2b2b2b; overflow:auto; float:right!important; } #notice #wrapper { width:1045px; margin:0 auto; } #notice #content { width:20%!important; float:right!important; position:relative; text-shadow:#000 0 -1px 1px; margin:0!important; } #notice h2 { font-size:24px; font-family:Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif; font-style:normal; font-weight:400; letter-spacing:-1px; margin-bottom:24px; } #notice p { font-size:15px; max-width:400px; } #go-away { position:absolute; top:24px; right:130px; } #footer { position:fixed; top:0; left:auto!important; right:0; width:40%!important; background:#222!important; text-align:center; color:#999; font-size:9px; text-transform:uppercase; z-index:100; float:right!important; height:40px!important; padding:10px 0; } #footer a { color:#bbb; } #whois-online { position:fixed!important; left:auto!important; right:0!important; top:40px!important; bottom:auto!important; margin-left:auto!important; margin-right:0!important; z-index:200; display:block!important; padding:20px; } #whois-online-container { background:#111112; width:75px!important; height:auto!important; border:1px solid #222223; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; -webkit-box-shadow:0 0 20px #000; -moz-box-shadow:0 0 20px #000; box-shadow:0 0 20px #000; position:fixed!important; left:auto!important; right:0!important; top:auto!important; bottom:0px!important; margin-left:auto!important; margin-right:0!important; float:right!important; padding:20px; } #close-whois-online { color:#cb0419; } #whois-online .inline-username:hover { text-decoration:underline; } #color-select { display:block!important; float:left!important; margin-right:0!important; background:#555556; color:#fff; cursor:pointer; text-shadow:none; -webkit-border-radius:0!important; -moz-border-radius:0!important; border-radius:0!important; position:relative!important; left:auto!important; overflow:hidden!important; } #color-select ul { list-style-type:none!important; display:inline!important; margin:0!important; padding:0!important; } #color-select li { display:hidden!important; float:left!important; background:#555556; text-align:left; padding:3px!important; } #color-select li:last-child { -webkit-border-top-left-radius:0!important; -moz-border-radius-topleft:0!important; border-top-left-radius:0!important; } #color-select li:hover { background-color:#666667; } #color-select #active-color { display:inline!important; padding-right:0!important; background:url(http://imgur.com/EcmWl.png) no-repeat center right; } #active-color span { font-weight:700; } .button { display:hidden!important; } div::-webkit-scrollbar,div::-webkit-scrollbar-button:start:decrement,div::-webkit-scrollbar-button:end:increment,div::-webkit-scrollbar-button:vertical:increment,div::-webkit-scrollbar-track:enabled,div::-webkit-scrollbar-thumb:vertical,div::-webkit-scrollbar-thumb:horizontal,#you-are,#new-msg-post { display:none!important; } .timestamp,#color-change,#color-select:hover li { display:inline!important; } #new-msg-post{ display:none!important; } }
data/usercss/38635.user.css
@-moz-document url-prefix('http://thecolorless.net/chat') { /* -------------------------------------------------------------- Reset default browser CSS. Based on work by <NAME>er: http://meyerweb.com/eric/tools/css/reset/index.html -------------------------------------------------------------- */ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; margin:0; padding:0; } body { background:#111!important; color:#fff!important; line-height:14px!important; font-size:12px!important; font-family:Helvetica, Arial, sans-serif!important; overflow:auto!important; } ol,ul { list-style:none; } blockquote,q { quotes:none; } blockquote:before,blockquote:after,q:before,q:after { content:none; } :focus { outline:0; } ins { text-decoration:none; } del { text-decoration:line-through; } table { border-collapse:collapse; border-spacing:0; } a img { border:none; } #wrapper { position:relative; } #header { background:#222!important; width:60%!important; height:50px!important; position:relative; top:0!important; z-index:100!important; text-shadow:#fff 0 0 0!important; clear:both!important; float:left!important; } #name-area { overflow:visible; clear:none!important; height:18px!important; position:relative; display:inline!important; } #header a { display:block!important; float:left; margin-right:5px; color:#999!important; text-decoration:underline; } #header a:hover { text-decoration:underline!important; } #send-message-area { width:100%!important; } #home-link { float:left!important; margin-left:5px!important; display:block!important; } #sendie { float:left!important; background:#fff; display:inline!important; border:0 solid #5a5a5a!important; color:#5a5a5a; width:85%; margin-top:5px; margin-bottom:5px; -webkit-border-radius:0!important; -moz-border-radius:0!important; border-radius:0!important; font-size:12px!important; font-weight:600!important; font-family:Helvetica, Arial, sans-serif!important; clear:both!important; padding:5px!important; } #characters-left { display:inline!important; float:left!important; } #content { width:100%!important; position:relative; margin:0 auto; } #chat-wrap { width:100%!important; height:100%!important; overflow:auto!important; overflow-y:scroll; padding-bottom:50px; background:#111; margin-top:60px!important; position:relative; z-index:1; top:0!important; } #chat-area { width:100%!important; overflow:visible; z-index:100; padding:0; } .message,.status { margin-bottom:10px; display:inline!important; clear:none!important; } .message { background:#111!important; background-position:83px 33px; overflow:hidden; width:auto!important; padding-top:10px; display:inline!important; clear:right!important; margin-left:10px!important; } .status { margin-bottom:20px; display:none!important; clear:none!important; } .user { width:auto!important; line-height:18px; float:left!important; display:inline-block!important; clear:left!important; } .user:after { content:" "!important; margin-left:3px!important; } .avatar { border:0!important; display:inline!important; background:#111!important; clear:none!important; width:16px!important; height:16px!important; float:left!important; left:0!important; margin-left:5px!important; } .username { display:inline!important; text-align:left!important; position:relative; color:#fff!important; text-decoration:none; float:left!important; clear:none!important; font-size:120%!important; font-weight:800!important; margin-left:10px!important; } .inline-username { color:#fff; text-decoration:none; clear:left!important; } .message .blurb { display:block!important; margin-left:0!important; margin-right:0; background:#111 center!important; -moz-border-radius:0!important; -webkit-border-radius:0!important; border-radius:0!important; font-weight:700!important; float:left!important; min-height:1px!important; border:0!important; margin-bottom:0!important; max-width:100%!important; text-shadow:rgba(0,0,0,0) 0 0 0!important; white-space:0!important; word-wrap:break-word; clear:none!important; padding:2px!important; } .message .blurb:after { display:none!important; clear:none!important; } .message .blurb a { color:#00aeff!important; } .orange a { color:#d58f19!important; } .darkblue a { color:#3c629b!important; } .blue a { color:#5d9dc2!important; } .red a { color:#920003!important; } .magenta a { color:#95005c!important; } .green a { color:#1d8140!important; } .grey a { color:#717171!important; } .mud_green a { color:#777137!important; } .purple a { color:#3c1773!important; } .lime_green a { color:#5ab800!important; } .is_reply * { -webkit-box-shadow:0 0 0 #ebebeb!important; -moz-box-shadow:0 0 0 #ebebeb!important; box-shadow:0 0 0 #ebebeb!important; font-size:120%!important; } .is_reply .blurb { text-shadow:1px 1px 6px #fff!important; } #notice { background:#2b2b2b; overflow:auto; float:right!important; } #notice #wrapper { width:1045px; margin:0 auto; } #notice #content { width:20%!important; float:right!important; position:relative; text-shadow:#000 0 -1px 1px; margin:0!important; } #notice h2 { font-size:24px; font-family:Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif; font-style:normal; font-weight:400; letter-spacing:-1px; margin-bottom:24px; } #notice p { font-size:15px; max-width:400px; } #go-away { position:absolute; top:24px; right:130px; } #footer { position:fixed; top:0; left:auto!important; right:0; width:40%!important; background:#222!important; text-align:center; color:#999; font-size:9px; text-transform:uppercase; z-index:100; float:right!important; height:40px!important; padding:10px 0; } #footer a { color:#bbb; } #whois-online { position:fixed!important; left:auto!important; right:0!important; top:40px!important; bottom:auto!important; margin-left:auto!important; margin-right:0!important; z-index:200; display:block!important; padding:20px; } #whois-online-container { background:#111112; width:75px!important; height:auto!important; border:1px solid #222223; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; -webkit-box-shadow:0 0 20px #000; -moz-box-shadow:0 0 20px #000; box-shadow:0 0 20px #000; position:fixed!important; left:auto!important; right:0!important; top:auto!important; bottom:0px!important; margin-left:auto!important; margin-right:0!important; float:right!important; padding:20px; } #close-whois-online { color:#cb0419; } #whois-online .inline-username:hover { text-decoration:underline; } #color-select { display:block!important; float:left!important; margin-right:0!important; background:#555556; color:#fff; cursor:pointer; text-shadow:none; -webkit-border-radius:0!important; -moz-border-radius:0!important; border-radius:0!important; position:relative!important; left:auto!important; overflow:hidden!important; } #color-select ul { list-style-type:none!important; display:inline!important; margin:0!important; padding:0!important; } #color-select li { display:hidden!important; float:left!important; background:#555556; text-align:left; padding:3px!important; } #color-select li:last-child { -webkit-border-top-left-radius:0!important; -moz-border-radius-topleft:0!important; border-top-left-radius:0!important; } #color-select li:hover { background-color:#666667; } #color-select #active-color { display:inline!important; padding-right:0!important; background:url(http://imgur.com/EcmWl.png) no-repeat center right; } #active-color span { font-weight:700; } .button { display:hidden!important; } div::-webkit-scrollbar,div::-webkit-scrollbar-button:start:decrement,div::-webkit-scrollbar-button:end:increment,div::-webkit-scrollbar-button:vertical:increment,div::-webkit-scrollbar-track:enabled,div::-webkit-scrollbar-thumb:vertical,div::-webkit-scrollbar-thumb:horizontal,#you-are,#new-msg-post { display:none!important; } .timestamp,#color-change,#color-select:hover li { display:inline!important; } #new-msg-post{ display:none!important; } }
0.205057
0.044806
.navbar { position: fixed; width: 100%; height: 72px; box-shadow: 0 1px 10px rgba(0,0,0,.2); padding: 0 2rem; z-index: 10; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; top: 0; left: 0; } .wrapper { margin-top: 80px; display: flex; align-items: stretch; } #sidebar { min-width: 250px; max-width: 250px; min-height: 100vh; padding: 20px 2rem .5rem; height: 100%; overflow: hidden; z-index: 9; } .sidebar-switch { position: absolute; left: 21px; top: 15px; } #sidebar.active { margin-left: -250px; } .user { margin: 0 0 1.5rem; } .user-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; font-size: 1.2rem; padding: .8rem; transition: background-color .3s; } .user-img { width: 3rem; height: 3rem; background-color: #707070; border-radius: 50%; margin-right: .8rem; } .user-name { color: #333; font-weight: 500; } .user-email { color: #969696; } .navigation>li>a { padding: .85rem .5rem; border-radius: 2px; } .navigation li a { color: #707070; transition: background-color .3s,color .3s; font-weight: 500; display: block; text-decoration: none; } .navigation li a[data-toggle ="collapse"]:after { content: " >"; } .navigation>li>a>i { vertical-align: top; font-size: 1.3rem; position: relative; top: .1rem; width: 1.5rem; text-align: center; margin-right: .6rem; } .navigation li.active>a { color: #000; } .navigation li:not(.active) a:hover, .user, .user-info:hover { background-color: rgba(0,0,0,.03); } @media (max-width: 768px) { #sidebar { margin-left: -250px; } #sidebar.active { margin-left: 0; } }
public/css/admin.css
.navbar { position: fixed; width: 100%; height: 72px; box-shadow: 0 1px 10px rgba(0,0,0,.2); padding: 0 2rem; z-index: 10; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; top: 0; left: 0; } .wrapper { margin-top: 80px; display: flex; align-items: stretch; } #sidebar { min-width: 250px; max-width: 250px; min-height: 100vh; padding: 20px 2rem .5rem; height: 100%; overflow: hidden; z-index: 9; } .sidebar-switch { position: absolute; left: 21px; top: 15px; } #sidebar.active { margin-left: -250px; } .user { margin: 0 0 1.5rem; } .user-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; font-size: 1.2rem; padding: .8rem; transition: background-color .3s; } .user-img { width: 3rem; height: 3rem; background-color: #707070; border-radius: 50%; margin-right: .8rem; } .user-name { color: #333; font-weight: 500; } .user-email { color: #969696; } .navigation>li>a { padding: .85rem .5rem; border-radius: 2px; } .navigation li a { color: #707070; transition: background-color .3s,color .3s; font-weight: 500; display: block; text-decoration: none; } .navigation li a[data-toggle ="collapse"]:after { content: " >"; } .navigation>li>a>i { vertical-align: top; font-size: 1.3rem; position: relative; top: .1rem; width: 1.5rem; text-align: center; margin-right: .6rem; } .navigation li.active>a { color: #000; } .navigation li:not(.active) a:hover, .user, .user-info:hover { background-color: rgba(0,0,0,.03); } @media (max-width: 768px) { #sidebar { margin-left: -250px; } #sidebar.active { margin-left: 0; } }
0.42931
0.087994
*{margin:0; padding:0;} body{font:12px Microsoft YaHei; color:#525050;background:#f7f7f7; overflow-x:hidden; position:relative;} a, input{text-decoration:none; outline:none;} img, input{border:0 none;} li{list-style:none; vertical-align:top;} em, i{font-style:normal;} .w1200{width:1200px; margin:0 auto;} .w1240{width:1240px; margin:0 auto;} .clear{float:none; clear:both;} input,select{font-family:"微软雅黑"} /* CSS Document */ /*background:url(../images/.png);_background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/.png",sizingMethod=scale);*/ /* font */ .f-tahoma{ font-family:tahoma; } .f-EB3500{ color:#EB3500; } .f-EB3500 a{ color:#EB3500; } .f-EB3500 a:hover{ color:#EB3500; } .f-EB5E00{ color:#EB5E00; } .f-777{ color:#777; } .f14{ font-size:14px; } .f16{ font-size:16px; } /* position */ .mt3{ margin-top:3px; } .mt5{ margin-top:5px; } .mt10{ margin-top:10px; } .mt15{ margin-top:15px; } .mt20{ margin-top:20px; } .mt30{ margin-top:30px; } .mt32{ margin-top:32px; } .ml2{ margin-left:2px; display:inline; } .mr2{ margin-right:2px; display:inline; } .ml4{ margin-left:4px; display:inline; } .ml8{ margin-left:8px; display:inline; } .pt20{ padding-top:20px; } .pl15{ padding-left:15px; } .pl26{ padding-left:26px; } .pl30{ padding-left:30px; } .pl40{ padding-left:40px; } .w60{ width:60px; } .w68{ width:68px; } .w80{ width:80px; } /* other reset */ .line{ width:100%; } .clear{ clear:both; float:none; } .wordwrap{ word-break:break-all; word-wrap:break-word; } .diswordwrap{ word-break:keep-all; word-wrap:break-word; } .textpng{ text-indent:-999px; overflow:hidden; } .hide { display:none;} .ie6_block{ display:none; _display:block; } .ie6_hide{ display:block; _display:none; } .fl{ float:left;} .fr{ float:right;} /* other reset */ .dt_box a{color:#6b6b6b;text-decoration:none;cursor:pointer;} .dt_box a:hover{color:#f26522;} .dt_box .dt_ico{display:inline-block;width:20px;height:20px;background:url(../images/common/dt_ico.png) no-repeat;vertical-align:middle;_vertical-align:2;} .dt_box .dt_ico_01{background-position:0 -2px;} .dt_box .dt_in a:hover .dt_ico_01{background-position:0 -22px;} .dt_box .dt_ico_02{background-position:-20px -2px;} .dt_box .dt_in a:hover .dt_ico_02{background-position:-20px -22px;} .dt_box .dt_ico_03{background-position:-40px -2px ;} .dt_box .dt_in a:hover .dt_ico_03{background-position:-40px -22px;} .dt_box .dt_ico_04{background-position:-60px -1px ;} .dt_box .dt_in .onfo a:hover .dt_ico_04{background-position:-60px -21px;} .dt_box .dt_in{line-height:29px;height:29px;width:1240px;margin:0 auto;position:relative;z-index:99;} .dt_box .dt_left{float:left} .dt_box .dt_left a{float:left;padding:5px 0 4px 0;height:20px;line-height:20px;text-align:center;margin-right:1px;width:120px;} .dt_box .dt_left a:hover{background:#fff;} .dt_box .dt_left a .dt_ico{margin-right:5px;} .dt_box .dt_right{float:right;height:29px;line-height:29px;} .dt_box .dt_right li{float:left;} .dt_box .dt_guanzhu{margin:0px 15px; _margint-top:3px;} .dt_box a.dt_wei_sina{ background-position: 0px -44px; margin:0px 3px; width:16px; height:22px; line-height:46px;font-size:0px; overflow:hidden; } .dt_box a.dt_wei_qq{ background-position:-22px -44px; margin:0px 1px; width:16px; height:22px; line-height:46px;font-size:0px; overflow:hidden; } .dt_box a.dt_wei_xin{ background-position:-40px -47px; margin:0px 3px; width:16px; height:16px; line-height:46px;font-size:0px; overflow:hidden; } .dt_box .dt_login{width:240px;text-align:center;} .dt_box .dt_login a{display:inline-block;padding:0 6px;text-align:center;zoom:1;} .dt_box .dt_login a:hover{background:#fff;} .dt_box .dt_after{color:#f35a09;} .dt_box .dt_zx{margin-left:6px;} .dt_box .dt_gamemore{float:left;background-position: 0px -69px; margin:4px 3px 0 0; width:62px; height:21px; line-height:21px;padding-right:10px;text-align:center;overflow:hidden;} #dt_gamemore_con{position:absolute;top:23px;right:0;z-index:1;} .dt_box .dt_pop{display:none;background:url(../images/common/pop_jt.png) no-repeat 90% 7px;padding-top:10px;} .dt_box .dt_pop_bg{padding:6px;border:#d6d6d6 solid 1px;background:url(../images/common/dt_tc_bg.png) repeat;} .dt_pop .dt_mpop{width:340px;height:182px;padding:1px;background:#fff;border:#d6d6d6 solid 1px;-moz-box-shadow:0px 0px 5px #c8c8c8; -webkit-box-shadow:0px 0px 5px #c8c8c8;box-shadow:0px 0px 5px #c8c8c8;} .dt_pop .dt_mpop_tab{width:100%;height:24px;line-height:24px;background:#ededed;position:relative;} .dt_pop .dt_mpop_tab span{float:left;width:70px;height:24px;text-align:center;color:#fff;font-weight:bold;background:#ff5800;position:relative;} .dt_pop .dt_mpop_tab .dt_ico_jt{background-position:-28px -117px;width:11px;height:6px;position:absolute;top:24px;left:28px;} .dt_pop .dt_mpop_tab .more{float:right;_margint-top:3px;} .dt_box .dt_ico_m{background-position:-62px -47px;width:16px;height:17px;margin:0 5px;} .dt_pop .dt_mpop_con{margin-top:4px;} .dt_pop .dt_mpop_con li{float:left;width:145px;height:24px;line-height:24px;background:#ececec;margin:5px auto auto 10px;padding:0 5px;} .dt_pop .dt_mpop_con li img{float:left;margin:4px 5px auto auto;width:14px;height:14px;border:#acacac solid 1px;vertical-align:middle;} #dt_weixin_con{position:absolute;top:23px;left:493px;z-index:1;} .dt_pop .dt_wpop{width:150px;height:184px;border:#d6d6d6 solid 1px;-moz-box-shadow:0px 0px 5px #c8c8c8; -webkit-box-shadow:0px 0px 5px #c8c8c8;box-shadow:0px 0px 5px #c8c8c8;} /******2015-04-08*****/ .spanblock{ display:inline-block; float:left;} .dt_after .viplevel{margin:6px 0 0 10px;} .dt_after .xiaoxi{margin:8px 0 0 10px;width:20px;height:14px; background:url(../images/newico.png?v=1) no-repeat left -61px; cursor:pointer;} .dt_after .wu_xiaoxi{background:url(../images/newico.png?v=1) no-repeat left bottom;} /*添加样式开始*/ .g_top_log{width:107px; float:left; display:inline; position:relative;} .use_name, .vip_leve, .g_top_msg, .quit{float:right; display:block; height:30px; font:12px/30px SimSun; color:#818080; margin-right:15px;} .use_name{width:100px; text-align:right;} .vip_leve{background:url(../images/common/top_icon.png) no-repeat; width:47px; height:14px; margin-top:7px;} .vip_leve0{background-position:0 -168px;} .vip_leve1{background-position:0 -188px;} .vip_leve2{background-position:0 -208px;} .vip_leve3{background-position:0 -228px;} .vip_leve4{background-position:0 -248px;} .vip_leve5{background-position:0 -268px;} .vip_leve6{background-position:0 -288px;} .vip_leve7{background-position:0 -308px;} .vip_leve8{background-position:0 -328px;} .g_top_msg{position:relative; z-index:99;} .use_msg{height:21px; line-height:21px; display:block; color:#818080; margin-top:4px; padding-right:27px; background:url(../images/common/top_icon.png) no-repeat; background-position:27px 5px;} .use_msg_has{background-position:27px -17px;} .top_msg_li{width:358px; background:#fff; border:1px solid #d9d9d9; box-shadow:0 1px 2px #e7e7e7; position:absolute; top:30px; left:-150px; font-size:12px; line-height:20px; color:#777373; display:none;} .top_msg_li dt{line-height:43px; text-align:center; padding:0 10px;} .top_msg_li dt span{color:#ff7200;} .top_msg_li dd{padding:8px 0; border-top:1px solid #ebebeb; margin:0 10px;} .top_msg_li dd div{font-weight:bold; color:#626262; margin-bottom:5px;} .top_msg_li dd div p{float:left; display:inline; width:200px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;} .top_msg_li dd div span{float:right; display:inline;} .top_msg_li dd p a{color:#ff7200;} .top_msg_li dd.g_top_more{height:34px; padding:0; text-align:center; line-height:34px; background:#f2f2f2; margin:10px 0 0; border:none;} .top_msg_li dd.g_top_more a{color:#898888; display:block;} .game_all{height:30px; width:85px; font:12px SimSun; color:#818080; float:left; display:inline; position:relative;} /*.game_all_btn{background:url(../images/common/top_icon.png) no-repeat; background-position:0 -41px; padding-left:21px; cursor:pointer; line-height:30px;}*/ .game_all_btn{ background-position:0 -41px; padding-left:21px; cursor:pointer; line-height:30px;} .game_all_btn:hover{background-position:0 -347px;} .game_all_btn span{background:url(../images/common/top_icon.png) no-repeat; background-position:46px -80px; padding-right:13px;} .game_all_list{width:508px; height:232px; background:#fff; border:1px solid #d9d9d9; box-shadow:0 1px 2px #e7e7e7; position:absolute; top:30px; right:-60px; display:none;} .game_all_img{width:170px; height:230px; float:left; display:inline; margin:1px 0 0 1px; overflow:hidden;} .game_all_img ul li{display:none; width:170px; height:230px;} .game_all_img img{width:100%; height:100%;} .game_all_name{width:330px; float:left; display:inline;} .game_all_til{font-weight:bold; line-height:40px; text-align:center; color:#626262;} .game_all_name ul{height:165px; overflow:hidden;} .game_all_name ul li{float:left; display:inline; width:80px; padding-left:20px; margin-left:10px; line-height:33px; position:relative;} .game_all_name ul li a{color:#7e7e7e; display:block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} .game_all_h, .game_all_n{background:url(../images/common/top_icon.png) no-repeat; position:absolute; top:12px; left:5px; width:10px; height:10px; display:block;} .game_all_h{background-position:-6px -144px;} .game_all_n{background-position:-6px -114px;} .game_all_more{text-align:right; padding-right:30px;} .game_all_more a{color:#f26522;} /*新加样式结束*/ .w1240 {width: 1240px;margin: 0 auto;} /*头部*/ .header{width:100%; height:90px; background:#fff; box-shadow:0 4px 4px rgba(0,0,0,.06); *border-bottom: 1px solid #e1e1e1; border:none; position:relative; z-index:1;} .logo{float:left; display:inline;} .nav{float:right; display:inline; height:30px; margin-top:30px;} .nav li{width:120px; height:30px; float:left; display:inline; font:16px/30px Microsoft YaHei; text-align:center; margin:0 5px;} .nav li a{display:block; color:#5e5e5e; border-radius:13px; transition:all 0.5s} .nav li.on a, .nav li a:hover{background:#f26522; color:#fff!important; text-decoration:none;} /*侧边栏*/ .side_nav{width:52px; position:fixed; bottom:20px; right:0; z-index:999;} .side_nav a, .side_nav a.side_ico4 i, .side_nav a.side_ico3 i{width:52px; height:52px; display:block; background:url(../images/common/side_ico.png) no-repeat; transition:all 200ms linear;} .side_nav a+a{margin-top:10px;} .side_nav a.side_ico4, .side_nav a.side_ico3{width:auto; height:auto; position:relative;} .side_nav a.side_ico1{background-position:0 0; display:none;} .side_nav a.side_ico2{background-position:0 -104px;} .side_nav a.side_ico3 i{background-position:0 -208px;} .side_nav a.side_ico4 i{background-position:0 -312px;} .side_nav a.side_ico1:hover{background-position:0 -52px;} .side_nav a.side_ico2:hover{background-position:0 -156px;} .side_nav a.side_ico3:hover i{background-position:0 -260px;} .side_nav a.side_ico4:hover i{background-position:0 -364px;} .side_wx{position:absolute; bottom:0; left:-145px; display:none;} .token{position:absolute; bottom:-63px; left:-155px; display:none;} /*底部*/ .foot{text-align:center; background:#F6F6F6; padding-bottom:20px; margin-top:40px; font-size:13px; color:#b0b0b0;} .foot a:hover{text-decoration:underline;} .f_head{height:50px; line-height:50px; position:relative;} .f_head a{color:#626161; margin:0 8px;} .f_ico{position:absolute; top:0; right:0; height:50px;} .f_ico a{width:24px; height:20px; float:left; display:block; margin-top:15px; background:url(../images/login/icon.png) no-repeat; background-position:-155px -197px;} .f_ico a.f_wx{background-position:-192px -196px; position:relative; z-index:10;} .f_ico a.f_wx img{position:absolute; bottom:30px; left:-35px; display:none;} .f_ico a.f_wx:hover img{ display:inline!important} .f_links{height:34px; line-height:34px; border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4;} .f_links a{color:#b0b0b0; margin:0 5px;} .f_logo{padding:15px 0 20px;} .f_logo span{float:left; display:inline;} .f_logo span a{margin-left:15px;} .f_logo p{width:820px; line-height:22px; float:right; display:inline; text-align:left;} .f_logo p a{color:#b0b0b0;} .f_logo a:hover{text-decoration:none;} .f_pic{line-height:47px; padding-top:20px;} .f_pic a{display:inline-block; margin:0 10px; color:#b0b0b0;} .f_pic_m img{float:left; display:inline;} .f_pic_m i{float:left; display:inline-block; line-height:47px; margin-left:10px;} /*评分*/ .paging {margin: 50px 0; overflow:hidden; clear:both; text-align: center;} .paging *.num{ border:1px solid #ddd; border-radius:2px; margin:0px 1px;} .paging *.current, .paging *.num:hover {color: #fff; background-color: #f26522;border:1px solid #f26522; border-radius:2px;} .paging * { color: #7b72a0; display: inline-block; width: auto; height: 30px; line-height: 30px; padding: 0 12px; }
public/static/module/index/platform/css/header.css
*{margin:0; padding:0;} body{font:12px Microsoft YaHei; color:#525050;background:#f7f7f7; overflow-x:hidden; position:relative;} a, input{text-decoration:none; outline:none;} img, input{border:0 none;} li{list-style:none; vertical-align:top;} em, i{font-style:normal;} .w1200{width:1200px; margin:0 auto;} .w1240{width:1240px; margin:0 auto;} .clear{float:none; clear:both;} input,select{font-family:"微软雅黑"} /* CSS Document */ /*background:url(../images/.png);_background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/.png",sizingMethod=scale);*/ /* font */ .f-tahoma{ font-family:tahoma; } .f-EB3500{ color:#EB3500; } .f-EB3500 a{ color:#EB3500; } .f-EB3500 a:hover{ color:#EB3500; } .f-EB5E00{ color:#EB5E00; } .f-777{ color:#777; } .f14{ font-size:14px; } .f16{ font-size:16px; } /* position */ .mt3{ margin-top:3px; } .mt5{ margin-top:5px; } .mt10{ margin-top:10px; } .mt15{ margin-top:15px; } .mt20{ margin-top:20px; } .mt30{ margin-top:30px; } .mt32{ margin-top:32px; } .ml2{ margin-left:2px; display:inline; } .mr2{ margin-right:2px; display:inline; } .ml4{ margin-left:4px; display:inline; } .ml8{ margin-left:8px; display:inline; } .pt20{ padding-top:20px; } .pl15{ padding-left:15px; } .pl26{ padding-left:26px; } .pl30{ padding-left:30px; } .pl40{ padding-left:40px; } .w60{ width:60px; } .w68{ width:68px; } .w80{ width:80px; } /* other reset */ .line{ width:100%; } .clear{ clear:both; float:none; } .wordwrap{ word-break:break-all; word-wrap:break-word; } .diswordwrap{ word-break:keep-all; word-wrap:break-word; } .textpng{ text-indent:-999px; overflow:hidden; } .hide { display:none;} .ie6_block{ display:none; _display:block; } .ie6_hide{ display:block; _display:none; } .fl{ float:left;} .fr{ float:right;} /* other reset */ .dt_box a{color:#6b6b6b;text-decoration:none;cursor:pointer;} .dt_box a:hover{color:#f26522;} .dt_box .dt_ico{display:inline-block;width:20px;height:20px;background:url(../images/common/dt_ico.png) no-repeat;vertical-align:middle;_vertical-align:2;} .dt_box .dt_ico_01{background-position:0 -2px;} .dt_box .dt_in a:hover .dt_ico_01{background-position:0 -22px;} .dt_box .dt_ico_02{background-position:-20px -2px;} .dt_box .dt_in a:hover .dt_ico_02{background-position:-20px -22px;} .dt_box .dt_ico_03{background-position:-40px -2px ;} .dt_box .dt_in a:hover .dt_ico_03{background-position:-40px -22px;} .dt_box .dt_ico_04{background-position:-60px -1px ;} .dt_box .dt_in .onfo a:hover .dt_ico_04{background-position:-60px -21px;} .dt_box .dt_in{line-height:29px;height:29px;width:1240px;margin:0 auto;position:relative;z-index:99;} .dt_box .dt_left{float:left} .dt_box .dt_left a{float:left;padding:5px 0 4px 0;height:20px;line-height:20px;text-align:center;margin-right:1px;width:120px;} .dt_box .dt_left a:hover{background:#fff;} .dt_box .dt_left a .dt_ico{margin-right:5px;} .dt_box .dt_right{float:right;height:29px;line-height:29px;} .dt_box .dt_right li{float:left;} .dt_box .dt_guanzhu{margin:0px 15px; _margint-top:3px;} .dt_box a.dt_wei_sina{ background-position: 0px -44px; margin:0px 3px; width:16px; height:22px; line-height:46px;font-size:0px; overflow:hidden; } .dt_box a.dt_wei_qq{ background-position:-22px -44px; margin:0px 1px; width:16px; height:22px; line-height:46px;font-size:0px; overflow:hidden; } .dt_box a.dt_wei_xin{ background-position:-40px -47px; margin:0px 3px; width:16px; height:16px; line-height:46px;font-size:0px; overflow:hidden; } .dt_box .dt_login{width:240px;text-align:center;} .dt_box .dt_login a{display:inline-block;padding:0 6px;text-align:center;zoom:1;} .dt_box .dt_login a:hover{background:#fff;} .dt_box .dt_after{color:#f35a09;} .dt_box .dt_zx{margin-left:6px;} .dt_box .dt_gamemore{float:left;background-position: 0px -69px; margin:4px 3px 0 0; width:62px; height:21px; line-height:21px;padding-right:10px;text-align:center;overflow:hidden;} #dt_gamemore_con{position:absolute;top:23px;right:0;z-index:1;} .dt_box .dt_pop{display:none;background:url(../images/common/pop_jt.png) no-repeat 90% 7px;padding-top:10px;} .dt_box .dt_pop_bg{padding:6px;border:#d6d6d6 solid 1px;background:url(../images/common/dt_tc_bg.png) repeat;} .dt_pop .dt_mpop{width:340px;height:182px;padding:1px;background:#fff;border:#d6d6d6 solid 1px;-moz-box-shadow:0px 0px 5px #c8c8c8; -webkit-box-shadow:0px 0px 5px #c8c8c8;box-shadow:0px 0px 5px #c8c8c8;} .dt_pop .dt_mpop_tab{width:100%;height:24px;line-height:24px;background:#ededed;position:relative;} .dt_pop .dt_mpop_tab span{float:left;width:70px;height:24px;text-align:center;color:#fff;font-weight:bold;background:#ff5800;position:relative;} .dt_pop .dt_mpop_tab .dt_ico_jt{background-position:-28px -117px;width:11px;height:6px;position:absolute;top:24px;left:28px;} .dt_pop .dt_mpop_tab .more{float:right;_margint-top:3px;} .dt_box .dt_ico_m{background-position:-62px -47px;width:16px;height:17px;margin:0 5px;} .dt_pop .dt_mpop_con{margin-top:4px;} .dt_pop .dt_mpop_con li{float:left;width:145px;height:24px;line-height:24px;background:#ececec;margin:5px auto auto 10px;padding:0 5px;} .dt_pop .dt_mpop_con li img{float:left;margin:4px 5px auto auto;width:14px;height:14px;border:#acacac solid 1px;vertical-align:middle;} #dt_weixin_con{position:absolute;top:23px;left:493px;z-index:1;} .dt_pop .dt_wpop{width:150px;height:184px;border:#d6d6d6 solid 1px;-moz-box-shadow:0px 0px 5px #c8c8c8; -webkit-box-shadow:0px 0px 5px #c8c8c8;box-shadow:0px 0px 5px #c8c8c8;} /******2015-04-08*****/ .spanblock{ display:inline-block; float:left;} .dt_after .viplevel{margin:6px 0 0 10px;} .dt_after .xiaoxi{margin:8px 0 0 10px;width:20px;height:14px; background:url(../images/newico.png?v=1) no-repeat left -61px; cursor:pointer;} .dt_after .wu_xiaoxi{background:url(../images/newico.png?v=1) no-repeat left bottom;} /*添加样式开始*/ .g_top_log{width:107px; float:left; display:inline; position:relative;} .use_name, .vip_leve, .g_top_msg, .quit{float:right; display:block; height:30px; font:12px/30px SimSun; color:#818080; margin-right:15px;} .use_name{width:100px; text-align:right;} .vip_leve{background:url(../images/common/top_icon.png) no-repeat; width:47px; height:14px; margin-top:7px;} .vip_leve0{background-position:0 -168px;} .vip_leve1{background-position:0 -188px;} .vip_leve2{background-position:0 -208px;} .vip_leve3{background-position:0 -228px;} .vip_leve4{background-position:0 -248px;} .vip_leve5{background-position:0 -268px;} .vip_leve6{background-position:0 -288px;} .vip_leve7{background-position:0 -308px;} .vip_leve8{background-position:0 -328px;} .g_top_msg{position:relative; z-index:99;} .use_msg{height:21px; line-height:21px; display:block; color:#818080; margin-top:4px; padding-right:27px; background:url(../images/common/top_icon.png) no-repeat; background-position:27px 5px;} .use_msg_has{background-position:27px -17px;} .top_msg_li{width:358px; background:#fff; border:1px solid #d9d9d9; box-shadow:0 1px 2px #e7e7e7; position:absolute; top:30px; left:-150px; font-size:12px; line-height:20px; color:#777373; display:none;} .top_msg_li dt{line-height:43px; text-align:center; padding:0 10px;} .top_msg_li dt span{color:#ff7200;} .top_msg_li dd{padding:8px 0; border-top:1px solid #ebebeb; margin:0 10px;} .top_msg_li dd div{font-weight:bold; color:#626262; margin-bottom:5px;} .top_msg_li dd div p{float:left; display:inline; width:200px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;} .top_msg_li dd div span{float:right; display:inline;} .top_msg_li dd p a{color:#ff7200;} .top_msg_li dd.g_top_more{height:34px; padding:0; text-align:center; line-height:34px; background:#f2f2f2; margin:10px 0 0; border:none;} .top_msg_li dd.g_top_more a{color:#898888; display:block;} .game_all{height:30px; width:85px; font:12px SimSun; color:#818080; float:left; display:inline; position:relative;} /*.game_all_btn{background:url(../images/common/top_icon.png) no-repeat; background-position:0 -41px; padding-left:21px; cursor:pointer; line-height:30px;}*/ .game_all_btn{ background-position:0 -41px; padding-left:21px; cursor:pointer; line-height:30px;} .game_all_btn:hover{background-position:0 -347px;} .game_all_btn span{background:url(../images/common/top_icon.png) no-repeat; background-position:46px -80px; padding-right:13px;} .game_all_list{width:508px; height:232px; background:#fff; border:1px solid #d9d9d9; box-shadow:0 1px 2px #e7e7e7; position:absolute; top:30px; right:-60px; display:none;} .game_all_img{width:170px; height:230px; float:left; display:inline; margin:1px 0 0 1px; overflow:hidden;} .game_all_img ul li{display:none; width:170px; height:230px;} .game_all_img img{width:100%; height:100%;} .game_all_name{width:330px; float:left; display:inline;} .game_all_til{font-weight:bold; line-height:40px; text-align:center; color:#626262;} .game_all_name ul{height:165px; overflow:hidden;} .game_all_name ul li{float:left; display:inline; width:80px; padding-left:20px; margin-left:10px; line-height:33px; position:relative;} .game_all_name ul li a{color:#7e7e7e; display:block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} .game_all_h, .game_all_n{background:url(../images/common/top_icon.png) no-repeat; position:absolute; top:12px; left:5px; width:10px; height:10px; display:block;} .game_all_h{background-position:-6px -144px;} .game_all_n{background-position:-6px -114px;} .game_all_more{text-align:right; padding-right:30px;} .game_all_more a{color:#f26522;} /*新加样式结束*/ .w1240 {width: 1240px;margin: 0 auto;} /*头部*/ .header{width:100%; height:90px; background:#fff; box-shadow:0 4px 4px rgba(0,0,0,.06); *border-bottom: 1px solid #e1e1e1; border:none; position:relative; z-index:1;} .logo{float:left; display:inline;} .nav{float:right; display:inline; height:30px; margin-top:30px;} .nav li{width:120px; height:30px; float:left; display:inline; font:16px/30px Microsoft YaHei; text-align:center; margin:0 5px;} .nav li a{display:block; color:#5e5e5e; border-radius:13px; transition:all 0.5s} .nav li.on a, .nav li a:hover{background:#f26522; color:#fff!important; text-decoration:none;} /*侧边栏*/ .side_nav{width:52px; position:fixed; bottom:20px; right:0; z-index:999;} .side_nav a, .side_nav a.side_ico4 i, .side_nav a.side_ico3 i{width:52px; height:52px; display:block; background:url(../images/common/side_ico.png) no-repeat; transition:all 200ms linear;} .side_nav a+a{margin-top:10px;} .side_nav a.side_ico4, .side_nav a.side_ico3{width:auto; height:auto; position:relative;} .side_nav a.side_ico1{background-position:0 0; display:none;} .side_nav a.side_ico2{background-position:0 -104px;} .side_nav a.side_ico3 i{background-position:0 -208px;} .side_nav a.side_ico4 i{background-position:0 -312px;} .side_nav a.side_ico1:hover{background-position:0 -52px;} .side_nav a.side_ico2:hover{background-position:0 -156px;} .side_nav a.side_ico3:hover i{background-position:0 -260px;} .side_nav a.side_ico4:hover i{background-position:0 -364px;} .side_wx{position:absolute; bottom:0; left:-145px; display:none;} .token{position:absolute; bottom:-63px; left:-155px; display:none;} /*底部*/ .foot{text-align:center; background:#F6F6F6; padding-bottom:20px; margin-top:40px; font-size:13px; color:#b0b0b0;} .foot a:hover{text-decoration:underline;} .f_head{height:50px; line-height:50px; position:relative;} .f_head a{color:#626161; margin:0 8px;} .f_ico{position:absolute; top:0; right:0; height:50px;} .f_ico a{width:24px; height:20px; float:left; display:block; margin-top:15px; background:url(../images/login/icon.png) no-repeat; background-position:-155px -197px;} .f_ico a.f_wx{background-position:-192px -196px; position:relative; z-index:10;} .f_ico a.f_wx img{position:absolute; bottom:30px; left:-35px; display:none;} .f_ico a.f_wx:hover img{ display:inline!important} .f_links{height:34px; line-height:34px; border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4;} .f_links a{color:#b0b0b0; margin:0 5px;} .f_logo{padding:15px 0 20px;} .f_logo span{float:left; display:inline;} .f_logo span a{margin-left:15px;} .f_logo p{width:820px; line-height:22px; float:right; display:inline; text-align:left;} .f_logo p a{color:#b0b0b0;} .f_logo a:hover{text-decoration:none;} .f_pic{line-height:47px; padding-top:20px;} .f_pic a{display:inline-block; margin:0 10px; color:#b0b0b0;} .f_pic_m img{float:left; display:inline;} .f_pic_m i{float:left; display:inline-block; line-height:47px; margin-left:10px;} /*评分*/ .paging {margin: 50px 0; overflow:hidden; clear:both; text-align: center;} .paging *.num{ border:1px solid #ddd; border-radius:2px; margin:0px 1px;} .paging *.current, .paging *.num:hover {color: #fff; background-color: #f26522;border:1px solid #f26522; border-radius:2px;} .paging * { color: #7b72a0; display: inline-block; width: auto; height: 30px; line-height: 30px; padding: 0 12px; }
0.28577
0.055875
body { font-family: 'Latin Modern Roman', Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, STFangSong, "华文仿宋", FangSong, "仿宋", serif; } pre, code { font-family: 'Latin Modern Mono', Consolas, "Liberation Mono", Menlo, Courier, "PingFang HK", "蘋方-港", "PingFang TC", "蘋方-繁", "PingFang SC", "蘋方-簡", "PingFang", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", SimSun, 宋体, STXihei, "华文细黑", monospace; page-break-inside: avoid !important; } body { background: #fff; color: #000; font-size: 12pt; line-height: 135%; text-align: justify; max-width: 950px; margin-left: auto; margin-right: auto; } @media print { body{ column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; } } del { background: #fae6e6; } ins { background: #ecfce6; } a.footnote, a.citation { font-size: 0.83em; vertical-align: super; } ol { list-style-type: decimal; } ol ol { list-style-type: lower-alpha; } ol ol ol { list-style-type: lower-roman; } ol ol ol ol { list-style-type: upper-alpha; } ol ol ol ol ol { list-style-type: upper-roman; } ol ol ol ol ol ol { list-style-type: lower-greek; } ul { list-style-type: disc; } ul ul { list-style-type: circle; } ul ul ul { list-style-type: square; } ul ul ul ul { list-style-type: disc; } ul ul ul ul ul { list-style-type: circle; } ul ul ul ul ul ul { list-style-type: square; } th { padding: 1px; } td { padding: 5px; } table { border: solid black; border-width: 2px 0px; empty-cells: hide; border-spacing: 0px; padding: 2px; margin: 20px auto; } table caption { margin: 5px; text-align: center; caption-side: bottom; } thead th { border: solid gray; border-width: 0 0 2px 0; padding: 5px; } thead>tr:last-child>th { border-style: none; } tbody>tr:first-child>td { border: solid gray; border-width: 1px 0 0 0; } tbody>tr:first-child>th { border: solid gray; border-width: 1px 0 0 0; } thead+tbody>tr:first-child>td { border: solid black; border-width: 1px 0 0 0; } thead+tbody>tr:first-child>th { border: solid black; border-width: 1px 0 0 0; } img { max-width: 100%; zoom: 50%; } .TOC { font-weight: bold; } .TOC ul { counter-reset: section; list-style-type: none; } .TOC li::before { counter-increment: section; content: counters(section, ".") ". "; } body { counter-reset: h1; } h1 { counter-reset: h2; } h2 { counter-reset: h3; } h3 { counter-reset: h4; } h4 { counter-reset: h5; } h5 { counter-reset: h6; } h1:before { counter-increment: h1; content: counter(h1) ". "; } h2:before { counter-increment: h2; content: counter(h1) "."counter(h2) ". "; } h3:before { counter-increment: h3; content: counter(h1) "."counter(h2) "."counter(h3) ". "; } h4:before { counter-increment: h4; content: counter(h1) "."counter(h2) "."counter(h3) "."counter(h4) ". "; } h5:before { counter-increment: h5; content: counter(h1) "."counter(h2) "."counter(h3) "."counter(h4) "."counter(h5) ". "; } h6:before { counter-increment: h6; content: counter(h1) "."counter(h2) "."counter(h3) "."counter(h4) "."counter(h5) "."counter(h6) ". "; } h1.nocount:before, h2.nocount:before, h3.nocount:before, h4.nocount:before, h5.nocount:before, h6.nocount:before { counter-increment: none; content: ""; } html { counter-reset: Theorem Definition Conjecture Example Postulate Problem Case; } .Theorem:before, .Lemma:before, .Proposition:before, .Corollary:before, .Definition:before, .Conjecture:before, .Example:before, .Postulate:before, .Problem:before, .proof:before { font-weight: 700; font-style: normal; } .Case:before, .Remark:before, .Note:before, .proof:before { font-style: italic; } .Theorem:before { counter-increment: Theorem; content: "Theorem "counter(Theorem) ". "; } .Lemma:before { content: "Lemma."; } .Proposition:before { content: "Proposition."; } .Corollary:before { content: "Corollary."; } .Definition:before { counter-increment: Definition; content: "Definition "counter(Definition) ". "; } .Conjecture:before { counter-increment: Conjecture; content: "Conjecture "counter(Conjecture) ". "; } .Example:before { counter-increment: Example; content: "Example "counter(Example) ". "; } .Postulate:before { counter-increment: Postulate; content: "Postulate "counter(Postulate) ". "; } .Problem:before { counter-increment: Problem; content: "Problem "counter(Problem) ". "; } .Case:before { counter-increment: Case; content: "Case "counter(Case) ". "; } .Remark:before { content: "Remark."; } .Note:before { content: "Note."; } .proof:before { content: "Proof."; } .Theorem, .Lemma, .Proposition, .Corollary, .proof { display: block; margin: 12px 0; font-style: italic; } .Definition, .Conjecture, .Example, .Postulate, .Problem, .Case, .Remark, .Note, .proof { display: block; margin: 12px 0; font-style: normal; } .proof:after { content: "\25FB"; float: right; }
export-css/two-column-latexish/preview.css
body { font-family: 'Latin Modern Roman', Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, STFangSong, "华文仿宋", FangSong, "仿宋", serif; } pre, code { font-family: 'Latin Modern Mono', Consolas, "Liberation Mono", Menlo, Courier, "PingFang HK", "蘋方-港", "PingFang TC", "蘋方-繁", "PingFang SC", "蘋方-簡", "PingFang", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", SimSun, 宋体, STXihei, "华文细黑", monospace; page-break-inside: avoid !important; } body { background: #fff; color: #000; font-size: 12pt; line-height: 135%; text-align: justify; max-width: 950px; margin-left: auto; margin-right: auto; } @media print { body{ column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; } } del { background: #fae6e6; } ins { background: #ecfce6; } a.footnote, a.citation { font-size: 0.83em; vertical-align: super; } ol { list-style-type: decimal; } ol ol { list-style-type: lower-alpha; } ol ol ol { list-style-type: lower-roman; } ol ol ol ol { list-style-type: upper-alpha; } ol ol ol ol ol { list-style-type: upper-roman; } ol ol ol ol ol ol { list-style-type: lower-greek; } ul { list-style-type: disc; } ul ul { list-style-type: circle; } ul ul ul { list-style-type: square; } ul ul ul ul { list-style-type: disc; } ul ul ul ul ul { list-style-type: circle; } ul ul ul ul ul ul { list-style-type: square; } th { padding: 1px; } td { padding: 5px; } table { border: solid black; border-width: 2px 0px; empty-cells: hide; border-spacing: 0px; padding: 2px; margin: 20px auto; } table caption { margin: 5px; text-align: center; caption-side: bottom; } thead th { border: solid gray; border-width: 0 0 2px 0; padding: 5px; } thead>tr:last-child>th { border-style: none; } tbody>tr:first-child>td { border: solid gray; border-width: 1px 0 0 0; } tbody>tr:first-child>th { border: solid gray; border-width: 1px 0 0 0; } thead+tbody>tr:first-child>td { border: solid black; border-width: 1px 0 0 0; } thead+tbody>tr:first-child>th { border: solid black; border-width: 1px 0 0 0; } img { max-width: 100%; zoom: 50%; } .TOC { font-weight: bold; } .TOC ul { counter-reset: section; list-style-type: none; } .TOC li::before { counter-increment: section; content: counters(section, ".") ". "; } body { counter-reset: h1; } h1 { counter-reset: h2; } h2 { counter-reset: h3; } h3 { counter-reset: h4; } h4 { counter-reset: h5; } h5 { counter-reset: h6; } h1:before { counter-increment: h1; content: counter(h1) ". "; } h2:before { counter-increment: h2; content: counter(h1) "."counter(h2) ". "; } h3:before { counter-increment: h3; content: counter(h1) "."counter(h2) "."counter(h3) ". "; } h4:before { counter-increment: h4; content: counter(h1) "."counter(h2) "."counter(h3) "."counter(h4) ". "; } h5:before { counter-increment: h5; content: counter(h1) "."counter(h2) "."counter(h3) "."counter(h4) "."counter(h5) ". "; } h6:before { counter-increment: h6; content: counter(h1) "."counter(h2) "."counter(h3) "."counter(h4) "."counter(h5) "."counter(h6) ". "; } h1.nocount:before, h2.nocount:before, h3.nocount:before, h4.nocount:before, h5.nocount:before, h6.nocount:before { counter-increment: none; content: ""; } html { counter-reset: Theorem Definition Conjecture Example Postulate Problem Case; } .Theorem:before, .Lemma:before, .Proposition:before, .Corollary:before, .Definition:before, .Conjecture:before, .Example:before, .Postulate:before, .Problem:before, .proof:before { font-weight: 700; font-style: normal; } .Case:before, .Remark:before, .Note:before, .proof:before { font-style: italic; } .Theorem:before { counter-increment: Theorem; content: "Theorem "counter(Theorem) ". "; } .Lemma:before { content: "Lemma."; } .Proposition:before { content: "Proposition."; } .Corollary:before { content: "Corollary."; } .Definition:before { counter-increment: Definition; content: "Definition "counter(Definition) ". "; } .Conjecture:before { counter-increment: Conjecture; content: "Conjecture "counter(Conjecture) ". "; } .Example:before { counter-increment: Example; content: "Example "counter(Example) ". "; } .Postulate:before { counter-increment: Postulate; content: "Postulate "counter(Postulate) ". "; } .Problem:before { counter-increment: Problem; content: "Problem "counter(Problem) ". "; } .Case:before { counter-increment: Case; content: "Case "counter(Case) ". "; } .Remark:before { content: "Remark."; } .Note:before { content: "Note."; } .proof:before { content: "Proof."; } .Theorem, .Lemma, .Proposition, .Corollary, .proof { display: block; margin: 12px 0; font-style: italic; } .Definition, .Conjecture, .Example, .Postulate, .Problem, .Case, .Remark, .Note, .proof { display: block; margin: 12px 0; font-style: normal; } .proof:after { content: "\25FB"; float: right; }
0.496826
0.160595
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://www.google.at/search"), url-prefix("http://www.google.com/search"), url-prefix("http://www.google.de/search"), url-prefix("https://www.google.com/") { /* Coded by G.r.@.c.K 6/30/09 */ /* Modyfied by Darimeto 11/8/10 */ /* ----------------------------------------------- * Split search results over columns * ----------------------------------------------- */ #res.med > div { -moz-column-count: 2 !important; } /* Initial value is 2 */ #rso { -moz-column-count: 2 !important; margin: 0 !important; } /* YOU CAN CHANGE THE VALUE OF THE PREVIOUS LINE TO SEE THE RESULTS IN THE NUMBER OF COLUMNS YOU WANT */ /* ----------------------------------------------- * SearchWiki Link Removal * ----------------------------------------------- */ /*.w10, .w20, .wci {display: none !important; } /* ----------------------------------------------- * File type (ex: [PDF] at left to page link * ----------------------------------------------- */ .g .w { color: #FF0000 !important; } /* ----------------------------------------------- * Paragraphs each containing a result of the search * ----------------------------------------------- */ .g { border: solid 1px #3366CC !important; -moz-border-radius: 10px !important; padding: 10px !important; background: #E5ECF9 !important; margin: 1em 0 !important; } .g:hover { border: solid 1px #AB1501 !important; background: #FFF4C2 !important; } /* ----------------------------------------------- * Default colors for all links * ----------------------------------------------- */ a, a > u, .link { text-decoration: none !important; outline: none !important; } a:link { color: #4800FF !important; } a:visited { color: #7F006E !important; } a:active { color: #92CDFF !important; } a:hover { color: #AB1501 !important; } /* ----------------------------------------------- * Results of images of... * ----------------------------------------------- */ div.e > a > img { max-height: 35px !important; width: 8% !important; height: 8% !important; } /* ----------------------------------------------- * Images that appear in the text accompanying the results. * For example the image of a YouTube video, or an image of Google news. * ----------------------------------------------- */ td > a > img, td > img, /* Google News icon */ #res.med > div.e > table > tbody > tr > td > img /* See the results of web pages translated into English for: */ { margin-top: 5px !important; margin-right: 10px !important; } /* ----------------------------------------------- * Direct links in searches * ----------------------------------------------- */ .slk td { padding-top: 5px !important; padding-left: 10px !important; padding-right: 30px !important; } /* ----------------------------------------------- * Related searches * ----------------------------------------------- */ #brs td { padding-right: 50px !important; } /* ----------------------------------------------- * Position of div results * ----------------------------------------------- */ #res { position: relative !important; top: 5px !important; } /* ----------------------------------------------- * Elements not want to see on page * ----------------------------------------------- */ /* Footer */ .clr, /* Google icons like calc, movies, etc. */ .std img, #res table body tr td img, /* Patrocined links */ #tads, #mbEnd, #wml { display: none !important; } /* ----------------------------------------------- * I don't know why but that is necesary * ----------------------------------------------- */ .gb2 { background-color: white !important; } /* ----------------------------------------------- * It provides compatibility with the Mozilla Add-on GooglePreview * ----------------------------------------------- */ .g { overflow: auto ! important; } .g > a > img { margin-right: 10px !important; } /* ----------------------------------------------- * Width * ----------------------------------------------- */ #cnt { max-width: 100% !important; } #brs { display: none !important; } #center_col { width:85%!important; } /* END OF MOZ DOCUMENT */ }
data/usercss/30976.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://www.google.at/search"), url-prefix("http://www.google.com/search"), url-prefix("http://www.google.de/search"), url-prefix("https://www.google.com/") { /* Coded by G.r.@.c.K 6/30/09 */ /* Modyfied by Darimeto 11/8/10 */ /* ----------------------------------------------- * Split search results over columns * ----------------------------------------------- */ #res.med > div { -moz-column-count: 2 !important; } /* Initial value is 2 */ #rso { -moz-column-count: 2 !important; margin: 0 !important; } /* YOU CAN CHANGE THE VALUE OF THE PREVIOUS LINE TO SEE THE RESULTS IN THE NUMBER OF COLUMNS YOU WANT */ /* ----------------------------------------------- * SearchWiki Link Removal * ----------------------------------------------- */ /*.w10, .w20, .wci {display: none !important; } /* ----------------------------------------------- * File type (ex: [PDF] at left to page link * ----------------------------------------------- */ .g .w { color: #FF0000 !important; } /* ----------------------------------------------- * Paragraphs each containing a result of the search * ----------------------------------------------- */ .g { border: solid 1px #3366CC !important; -moz-border-radius: 10px !important; padding: 10px !important; background: #E5ECF9 !important; margin: 1em 0 !important; } .g:hover { border: solid 1px #AB1501 !important; background: #FFF4C2 !important; } /* ----------------------------------------------- * Default colors for all links * ----------------------------------------------- */ a, a > u, .link { text-decoration: none !important; outline: none !important; } a:link { color: #4800FF !important; } a:visited { color: #7F006E !important; } a:active { color: #92CDFF !important; } a:hover { color: #AB1501 !important; } /* ----------------------------------------------- * Results of images of... * ----------------------------------------------- */ div.e > a > img { max-height: 35px !important; width: 8% !important; height: 8% !important; } /* ----------------------------------------------- * Images that appear in the text accompanying the results. * For example the image of a YouTube video, or an image of Google news. * ----------------------------------------------- */ td > a > img, td > img, /* Google News icon */ #res.med > div.e > table > tbody > tr > td > img /* See the results of web pages translated into English for: */ { margin-top: 5px !important; margin-right: 10px !important; } /* ----------------------------------------------- * Direct links in searches * ----------------------------------------------- */ .slk td { padding-top: 5px !important; padding-left: 10px !important; padding-right: 30px !important; } /* ----------------------------------------------- * Related searches * ----------------------------------------------- */ #brs td { padding-right: 50px !important; } /* ----------------------------------------------- * Position of div results * ----------------------------------------------- */ #res { position: relative !important; top: 5px !important; } /* ----------------------------------------------- * Elements not want to see on page * ----------------------------------------------- */ /* Footer */ .clr, /* Google icons like calc, movies, etc. */ .std img, #res table body tr td img, /* Patrocined links */ #tads, #mbEnd, #wml { display: none !important; } /* ----------------------------------------------- * I don't know why but that is necesary * ----------------------------------------------- */ .gb2 { background-color: white !important; } /* ----------------------------------------------- * It provides compatibility with the Mozilla Add-on GooglePreview * ----------------------------------------------- */ .g { overflow: auto ! important; } .g > a > img { margin-right: 10px !important; } /* ----------------------------------------------- * Width * ----------------------------------------------- */ #cnt { max-width: 100% !important; } #brs { display: none !important; } #center_col { width:85%!important; } /* END OF MOZ DOCUMENT */ }
0.278944
0.115661
* { box-sizing: border-box; } html, body, main { height: 100%; } /*------------------------------------*\ Social Bar \*------------------------------------*/ .social-bar { width: 100%; height: auto; padding: 6px; background-color: #FEAFBD; color: pink; text-align: center; white-space: nowrap; overflow: auto; position: fixed; z-index: 999; font-size: 1.4em; } .social-bar a { color: rgba(255, 255, 255, 0.5); margin-left: 6px; } @media only screen and (min-device-width: 320px) and (max-width: 768px) { .social-bar {} } /*------------------------------------*\ #Skrollr plugin \*------------------------------------*/ #skrollr-body { height: 100%; overflow: visible; position: relative; z-index: 2; } .skrollr-parallax { position: fixed; z-index: 1; top: -100%; left: 0; width: 100%; height: 100%; overflow: hidden; } .no-skrollr .skrollr-parallax { display: none !important; } .skrollr-parallax__image { display: none; position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; } .skrollr-parallax__image.skrollable-between { display: block; } /*------------------------------------*\ #Parallax-section \*------------------------------------*/ .parallax { position: relative; display: table; vertical-align: middle; width: 100%; height: 100%; background: #ccc center no-repeat; background-size: cover; overflow: hidden; } /* When Skrollr plugin is active remove bg image and reset bg property */ .skrollr .parallax { background: transparent !important; /* !important override inline style */ } /** * Parallax-section body centered */ .parallax__body { /* centering */ display: table-cell; vertical-align: middle; text-align: center; } .parallax__news { /* centering */ display: table-cell; vertical-align: middle; } /** * Parallax-section title */ .parallax__title { font-size: 60px; line-height: 1; color: #fff; text-align: center; max-width: 800px; margin: 20px auto; } /** * Parallax-section background images */ .parallax--img-cat1 { background-image: url(../images/for-web-3.png); } .parallax--img-cat2 { background-image: url(../images/for-web-4.png); } .container { height: 200%; left: 0; position: absolute; top: 0; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out; width: 200%; &.bottom { top: -100%; } &.right { left: -75%; } } .menu_fixed_left { position: fixed; left: calc(5% - 30px); top: 30px; width: 190px; z-index: 2; } @media only screen and (min-device-width: 320px) and (max-width: 768px) { .container { margin-left: -20px; } .menu_fixed_left { margin-left: 20px; } } ul { list-style-type: none; padding: 15px; font-family: 'Arial Bold', sans-serif; color: #ffffff; font-weight: bold; opacity: 0.5; } #quoteContainer { padding-top: 10%; padding-bottom: 0%; text-align: center; color: #ffffff; font-weight: bold; font-size: xx-large; font-family: 'Arial Bold', sans-serif; } .mini-squares div { float: left; width: 15px; height: 15px; } .mini-squares div:nth-of-type(1) { background-color: #aea89e; } .mini-squares div:nth-of-type(1):hover { background-color: #938874; } .mini-squares div:nth-of-type(2) { background-color: #aceade; } .mini-squares div:nth-of-type(2):hover { background-color: #78c8b8; } .mini-squares div:nth-of-type(3) { background-color: #9dddee; } .mini-squares div:nth-of-type(3):hover { background-color: #6bb7cc; } .mini-squares div:nth-of-type(4) { background-color: #d2b6e5; } .mini-squares div:nth-of-type(4):hover { background-color: #a880c3; } .mini-squares div:nth-of-type(5) { background-color: #F4b3dc; } .mini-squares div:nth-of-type(5):hover { background-color: #d27db2; } .mini-squares div:nth-of-type(6) { background-color: #fbcad2; } .mini-squares div:nth-of-type(6):hover { background-color: #d9919c; } .mini-squares div:nth-of-type(7) { background-color: #aea89e; } .mini-squares div:nth-of-type(7):hover { background-color: #8c806c; } /*------------------------------------*\ #Scroll-arrow \*------------------------------------*/ .scroll-arrow { position: absolute; z-index: 3; /* above parallax */ left: 50%; bottom: 30px; width: 42px; height: 20px; background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSI5NiAxNjAgMzIwIDE5MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzk2LjYgMTYwbDE5LjQgMjAuN0wyNTYgMzUyIDk2IDE4MC43bDE5LjMtMjAuN0wyNTYgMzEwLjV6Ii8+PC9zdmc+') center no-repeat; margin-left: -23px; -webkit-transition: .25s; transition: .25s; cursor: pointer; -webkit-transform-origin: bottom center; transform-origin: bottom center; opacity: .8; -webkit-tap-highlight-color: transparent; /* Hide text */ font-size: 0; color: transparent; } .scroll-arrow:hover, .scroll-arrow:focus { opacity: 1; } .scroll-arrow:focus { outline: none; } .scroll-arrow:after { content: ''; display: block; position: absolute; top: -20px; bottom: -20px; left: -20px; right: -20px; } /** * Scroll to top (in the footer) */ .scroll-arrow--top { -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } #embeded-sc { width: 90%; max-width: 400px; } .vertical-center { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .footer { text-align: center; padding: 22px; background-color: black; color: white; font-size: 0.8em; line-height: 1.8em; } .footer p { opacity: 0.7; } .footer a { color: #FEAFBD; font-weight: 900; text-decoration: none; } @media only screen and (min-device-width: 320px) and (max-width: 768px) { .footer p { text-align: left; } }
home/css/style.css
* { box-sizing: border-box; } html, body, main { height: 100%; } /*------------------------------------*\ Social Bar \*------------------------------------*/ .social-bar { width: 100%; height: auto; padding: 6px; background-color: #FEAFBD; color: pink; text-align: center; white-space: nowrap; overflow: auto; position: fixed; z-index: 999; font-size: 1.4em; } .social-bar a { color: rgba(255, 255, 255, 0.5); margin-left: 6px; } @media only screen and (min-device-width: 320px) and (max-width: 768px) { .social-bar {} } /*------------------------------------*\ #Skrollr plugin \*------------------------------------*/ #skrollr-body { height: 100%; overflow: visible; position: relative; z-index: 2; } .skrollr-parallax { position: fixed; z-index: 1; top: -100%; left: 0; width: 100%; height: 100%; overflow: hidden; } .no-skrollr .skrollr-parallax { display: none !important; } .skrollr-parallax__image { display: none; position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; } .skrollr-parallax__image.skrollable-between { display: block; } /*------------------------------------*\ #Parallax-section \*------------------------------------*/ .parallax { position: relative; display: table; vertical-align: middle; width: 100%; height: 100%; background: #ccc center no-repeat; background-size: cover; overflow: hidden; } /* When Skrollr plugin is active remove bg image and reset bg property */ .skrollr .parallax { background: transparent !important; /* !important override inline style */ } /** * Parallax-section body centered */ .parallax__body { /* centering */ display: table-cell; vertical-align: middle; text-align: center; } .parallax__news { /* centering */ display: table-cell; vertical-align: middle; } /** * Parallax-section title */ .parallax__title { font-size: 60px; line-height: 1; color: #fff; text-align: center; max-width: 800px; margin: 20px auto; } /** * Parallax-section background images */ .parallax--img-cat1 { background-image: url(../images/for-web-3.png); } .parallax--img-cat2 { background-image: url(../images/for-web-4.png); } .container { height: 200%; left: 0; position: absolute; top: 0; -webkit-transition: all 1s ease-in-out; transition: all 1s ease-in-out; width: 200%; &.bottom { top: -100%; } &.right { left: -75%; } } .menu_fixed_left { position: fixed; left: calc(5% - 30px); top: 30px; width: 190px; z-index: 2; } @media only screen and (min-device-width: 320px) and (max-width: 768px) { .container { margin-left: -20px; } .menu_fixed_left { margin-left: 20px; } } ul { list-style-type: none; padding: 15px; font-family: 'Arial Bold', sans-serif; color: #ffffff; font-weight: bold; opacity: 0.5; } #quoteContainer { padding-top: 10%; padding-bottom: 0%; text-align: center; color: #ffffff; font-weight: bold; font-size: xx-large; font-family: 'Arial Bold', sans-serif; } .mini-squares div { float: left; width: 15px; height: 15px; } .mini-squares div:nth-of-type(1) { background-color: #aea89e; } .mini-squares div:nth-of-type(1):hover { background-color: #938874; } .mini-squares div:nth-of-type(2) { background-color: #aceade; } .mini-squares div:nth-of-type(2):hover { background-color: #78c8b8; } .mini-squares div:nth-of-type(3) { background-color: #9dddee; } .mini-squares div:nth-of-type(3):hover { background-color: #6bb7cc; } .mini-squares div:nth-of-type(4) { background-color: #d2b6e5; } .mini-squares div:nth-of-type(4):hover { background-color: #a880c3; } .mini-squares div:nth-of-type(5) { background-color: #F4b3dc; } .mini-squares div:nth-of-type(5):hover { background-color: #d27db2; } .mini-squares div:nth-of-type(6) { background-color: #fbcad2; } .mini-squares div:nth-of-type(6):hover { background-color: #d9919c; } .mini-squares div:nth-of-type(7) { background-color: #aea89e; } .mini-squares div:nth-of-type(7):hover { background-color: #8c806c; } /*------------------------------------*\ #Scroll-arrow \*------------------------------------*/ .scroll-arrow { position: absolute; z-index: 3; /* above parallax */ left: 50%; bottom: 30px; width: 42px; height: 20px; background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSI5NiAxNjAgMzIwIDE5MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzk2LjYgMTYwbDE5LjQgMjAuN0wyNTYgMzUyIDk2IDE4MC43bDE5LjMtMjAuN0wyNTYgMzEwLjV6Ii8+PC9zdmc+') center no-repeat; margin-left: -23px; -webkit-transition: .25s; transition: .25s; cursor: pointer; -webkit-transform-origin: bottom center; transform-origin: bottom center; opacity: .8; -webkit-tap-highlight-color: transparent; /* Hide text */ font-size: 0; color: transparent; } .scroll-arrow:hover, .scroll-arrow:focus { opacity: 1; } .scroll-arrow:focus { outline: none; } .scroll-arrow:after { content: ''; display: block; position: absolute; top: -20px; bottom: -20px; left: -20px; right: -20px; } /** * Scroll to top (in the footer) */ .scroll-arrow--top { -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; } #embeded-sc { width: 90%; max-width: 400px; } .vertical-center { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .footer { text-align: center; padding: 22px; background-color: black; color: white; font-size: 0.8em; line-height: 1.8em; } .footer p { opacity: 0.7; } .footer a { color: #FEAFBD; font-weight: 900; text-decoration: none; } @media only screen and (min-device-width: 320px) and (max-width: 768px) { .footer p { text-align: left; } }
0.499268
0.116462
/*position: absolute;*/ /*right: 0;*/ /*bottom: 0;*/ /*left: 0;*/ /*padding: 1rem;*/ /*background-color: #efefef;*/ /*text-align: center;*/ /*}*/ .navbar { margin-bottom: 0; border-radius: 0; } .project-page { margin-top: 10px; padding: 10px; border-top: 1px solid #0275d8; } .side-nav-link { cursor: pointer; } .active-side-nav-link { background-color: #0275d8; font-weight: bold; color: #fff; } .active-side-nav-link:hover { color: #fff; font-size: large; } .well { border: 1px solid #0275d8; padding: 10px; border-radius: 5px; } #urdu_text_area { border:1px solid #999999; width:100%; margin:5px 0; padding:3px; } .play-btn{ cursor: pointer; } #snackbar { visibility: hidden; /* Hidden by default. Visible on click */ min-width: 250px; /* Set a default minimum width */ margin-left: -125px; /* Divide value of min-width by 2 */ background-color: #333; /* Black background color */ color: #fff; /* White text color */ text-align: center; /* Centered text */ border-radius: 2px; /* Rounded borders */ padding: 16px; /* Padding */ position: fixed; /* Sit on top of the screen */ z-index: 1; /* Add a z-index if needed */ left: 50%; /* Center the snackbar */ bottom: 30px; /* 30px from the bottom */ } /* Show the snackbar when clicking on a button (class added with JavaScript) */ #snackbar.show { visibility: visible; /* Show the snackbar */ /* Add animation: Take 0.5 seconds to fade in and out the snackbar. However, delay the fade out process for 2.5 seconds */ -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s; } /* Animations to fade the snackbar in and out */ @-webkit-keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @-webkit-keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } @keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } .alert-div { display: none; } .custom-card { margin-top: 20px; margin-bottom: 10px; } .form-section { background-color: #c1e6fc38; box-shadow: 5px 10px #88888842; } #next_button { width: 100%; margin: 20px auto 100px auto; } .list-group-item:hover { font-weight: bold; background-color: #f7f7f9; cursor: pointer; } .center-div { margin-left: auto; margin-right: auto; } .red-bordered { border: 1px solid red; }
urdu_tts/static/css/style.css
/*position: absolute;*/ /*right: 0;*/ /*bottom: 0;*/ /*left: 0;*/ /*padding: 1rem;*/ /*background-color: #efefef;*/ /*text-align: center;*/ /*}*/ .navbar { margin-bottom: 0; border-radius: 0; } .project-page { margin-top: 10px; padding: 10px; border-top: 1px solid #0275d8; } .side-nav-link { cursor: pointer; } .active-side-nav-link { background-color: #0275d8; font-weight: bold; color: #fff; } .active-side-nav-link:hover { color: #fff; font-size: large; } .well { border: 1px solid #0275d8; padding: 10px; border-radius: 5px; } #urdu_text_area { border:1px solid #999999; width:100%; margin:5px 0; padding:3px; } .play-btn{ cursor: pointer; } #snackbar { visibility: hidden; /* Hidden by default. Visible on click */ min-width: 250px; /* Set a default minimum width */ margin-left: -125px; /* Divide value of min-width by 2 */ background-color: #333; /* Black background color */ color: #fff; /* White text color */ text-align: center; /* Centered text */ border-radius: 2px; /* Rounded borders */ padding: 16px; /* Padding */ position: fixed; /* Sit on top of the screen */ z-index: 1; /* Add a z-index if needed */ left: 50%; /* Center the snackbar */ bottom: 30px; /* 30px from the bottom */ } /* Show the snackbar when clicking on a button (class added with JavaScript) */ #snackbar.show { visibility: visible; /* Show the snackbar */ /* Add animation: Take 0.5 seconds to fade in and out the snackbar. However, delay the fade out process for 2.5 seconds */ -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s; } /* Animations to fade the snackbar in and out */ @-webkit-keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @-webkit-keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } @keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } .alert-div { display: none; } .custom-card { margin-top: 20px; margin-bottom: 10px; } .form-section { background-color: #c1e6fc38; box-shadow: 5px 10px #88888842; } #next_button { width: 100%; margin: 20px auto 100px auto; } .list-group-item:hover { font-weight: bold; background-color: #f7f7f9; cursor: pointer; } .center-div { margin-left: auto; margin-right: auto; } .red-bordered { border: 1px solid red; }
0.445771
0.071721
@font-face { font-family: 'cp-am-icons'; src: url('images/addons/cp_addons_manager/fonts/cp_icons.eot'); src: url('images/addons/cp_addons_manager/fonts/cp_icons.eot#iefix') format('embedded-opentype'), url('images/addons/cp_addons_manager/fonts/cp_icons.ttf') format('truetype'), url('images/addons/cp_addons_manager/fonts/cp_icons.woff') format('woff'), url('images/addons/cp_addons_manager/fonts/cp_icons.svg#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="cp-am-icon-"], [class*=" cp-am-icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'cp-am-icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .cp-am-icon-success:before { content: "\e900"; } .cp-am-icon-fail:before { content: "\e907"; } .cp-am-icon-checked:before { content: "\ea52"; } .cp-am-icon-unchecked:before { content: "\ea53"; } .cp-am-icon-alert:before { content: "\e908"; color: #ff7761; } .cp-am-icon-mark:before { content: "\e901"; color: #10458f; } .cp-am-icon-cart:before { content: "\e902"; } .cp-am-icon-refresh:before { content: "\e903"; color: #10458f; } .cp-am-icon-speech:before { content: "\e904"; color: #10458f; } .cp-am-icon-pdf:before { content: "\e905"; color: #10458f; } .cp-am-icon-printer:before { content: "\e906"; color: #10458f; } .cp-am-icon-play-button:before { content: "\e90b"; color: #7d7d7d; } .cp-am-icon-settings:before { content: "\e90c"; color: #10458f; } .cp-am-icon-question:before { content: "\e90d"; color: #10458f; } .cp-am-icon-is-on:before { content: "\e90e"; color: #12c80e; } .cp-am-icon-is-off:before { content: "\e90f"; color: #f71f1f; } .cp-am-icon-plugin:before { content: "\e910"; color: #606060; } .cp-am-icon-shield:before { content: "\e911"; color: #606060; } .cp-am-icon-web-design:before { content: "\e912"; color: #10458f; } .cp-am-icon-group:before { content: "\e913"; color: #10458f; } .cp-am-icon-heart:before { content: "\e914"; color: #4b4b4b; }
design/backend/css/addons/cp_addons_manager/cp_icons.css
@font-face { font-family: 'cp-am-icons'; src: url('images/addons/cp_addons_manager/fonts/cp_icons.eot'); src: url('images/addons/cp_addons_manager/fonts/cp_icons.eot#iefix') format('embedded-opentype'), url('images/addons/cp_addons_manager/fonts/cp_icons.ttf') format('truetype'), url('images/addons/cp_addons_manager/fonts/cp_icons.woff') format('woff'), url('images/addons/cp_addons_manager/fonts/cp_icons.svg#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="cp-am-icon-"], [class*=" cp-am-icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'cp-am-icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .cp-am-icon-success:before { content: "\e900"; } .cp-am-icon-fail:before { content: "\e907"; } .cp-am-icon-checked:before { content: "\ea52"; } .cp-am-icon-unchecked:before { content: "\ea53"; } .cp-am-icon-alert:before { content: "\e908"; color: #ff7761; } .cp-am-icon-mark:before { content: "\e901"; color: #10458f; } .cp-am-icon-cart:before { content: "\e902"; } .cp-am-icon-refresh:before { content: "\e903"; color: #10458f; } .cp-am-icon-speech:before { content: "\e904"; color: #10458f; } .cp-am-icon-pdf:before { content: "\e905"; color: #10458f; } .cp-am-icon-printer:before { content: "\e906"; color: #10458f; } .cp-am-icon-play-button:before { content: "\e90b"; color: #7d7d7d; } .cp-am-icon-settings:before { content: "\e90c"; color: #10458f; } .cp-am-icon-question:before { content: "\e90d"; color: #10458f; } .cp-am-icon-is-on:before { content: "\e90e"; color: #12c80e; } .cp-am-icon-is-off:before { content: "\e90f"; color: #f71f1f; } .cp-am-icon-plugin:before { content: "\e910"; color: #606060; } .cp-am-icon-shield:before { content: "\e911"; color: #606060; } .cp-am-icon-web-design:before { content: "\e912"; color: #10458f; } .cp-am-icon-group:before { content: "\e913"; color: #10458f; } .cp-am-icon-heart:before { content: "\e914"; color: #4b4b4b; }
0.277277
0.084304
.progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f7f7f7; background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9) ); background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9); background-repeat: repeat-x; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0 ); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) } .progress .bar { float: left; width: 0; height: 100%; font-size: 12px; color: #fff; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0e90d2; background-image: -moz-linear-gradient(top, #149bdf, #0480be); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be) ); background-image: -webkit-linear-gradient(top, #149bdf, #0480be); background-image: -o-linear-gradient(top, #149bdf, #0480be); background-image: linear-gradient(to bottom, #149bdf, #0480be); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0 ); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: width .6s ease; -moz-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease } .progress .bar+.bar { -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15) } .progress-striped .bar { background-color: #149bdf; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15) ), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15) ), color-stop(0.75, rgba(255, 255, 255, 0.15) ), color-stop(0.75, transparent), to(transparent) ); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); -webkit-background-size: 40px 40px; -moz-background-size: 40px 40px; -o-background-size: 40px 40px; background-size: 40px 40px } .progress.active .bar { -webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; -ms-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite } .progress-danger.progress-striped .bar,.progress-striped .bar-danger { background-color: #ee5f5b; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15) ), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15) ), color-stop(0.75, rgba(255, 255, 255, 0.15) ), color-stop(0.75, transparent), to(transparent) ); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ) } .progress-success .bar,.progress .bar-success { background-color: #5eb95e; background-image: -moz-linear-gradient(top, #62c462, #57a957); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957) ); background-image: -webkit-linear-gradient(top, #62c462, #57a957); background-image: -o-linear-gradient(top, #62c462, #57a957); background-image: linear-gradient(to bottom, #62c462, #57a957); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0 ) } .progress-success.progress-striped .bar,.progress-striped .bar-success { background-color: #62c462; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15) ), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15) ), color-stop(0.75, rgba(255, 255, 255, 0.15) ), color-stop(0.75, transparent), to(transparent) ); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ) } .input-append .active,.input-prepend .active { background-color: #a9dba9; border-color: #46a546 }
src/main/webapp/static/css/progress.css
.progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f7f7f7; background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9) ); background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9); background-repeat: repeat-x; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0 ); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) } .progress .bar { float: left; width: 0; height: 100%; font-size: 12px; color: #fff; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0e90d2; background-image: -moz-linear-gradient(top, #149bdf, #0480be); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be) ); background-image: -webkit-linear-gradient(top, #149bdf, #0480be); background-image: -o-linear-gradient(top, #149bdf, #0480be); background-image: linear-gradient(to bottom, #149bdf, #0480be); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0 ); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: width .6s ease; -moz-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease } .progress .bar+.bar { -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15) } .progress-striped .bar { background-color: #149bdf; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15) ), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15) ), color-stop(0.75, rgba(255, 255, 255, 0.15) ), color-stop(0.75, transparent), to(transparent) ); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); -webkit-background-size: 40px 40px; -moz-background-size: 40px 40px; -o-background-size: 40px 40px; background-size: 40px 40px } .progress.active .bar { -webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; -ms-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite } .progress-danger.progress-striped .bar,.progress-striped .bar-danger { background-color: #ee5f5b; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15) ), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15) ), color-stop(0.75, rgba(255, 255, 255, 0.15) ), color-stop(0.75, transparent), to(transparent) ); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ) } .progress-success .bar,.progress .bar-success { background-color: #5eb95e; background-image: -moz-linear-gradient(top, #62c462, #57a957); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957) ); background-image: -webkit-linear-gradient(top, #62c462, #57a957); background-image: -o-linear-gradient(top, #62c462, #57a957); background-image: linear-gradient(to bottom, #62c462, #57a957); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0 ) } .progress-success.progress-striped .bar,.progress-striped .bar-success { background-color: #62c462; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15) ), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15) ), color-stop(0.75, rgba(255, 255, 255, 0.15) ), color-stop(0.75, transparent), to(transparent) ); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent ) } .input-append .active,.input-prepend .active { background-color: #a9dba9; border-color: #46a546 }
0.318273
0.107625
@-moz-document domain("lifeclips.jp") { /**************************** コンテンツ・画像の非表示 :必要な項目はId名・class名を/*~*/(半角)でくくるか、削除してください。 *****************************/ /*[[option]]*/ div.new_title.no-title /* タイトル未入力の「No Title」*/{ font-size: 0px !important; padding: 15px 10px 0 0!important;} header .menu{ margin: 10px 0 0 15px;} .header_right { margin: 5px 15px 0 0 !important;} body,.comment_wrapper { font-family: '02うつくし明朝体',Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important; line-height: 1.8 !important; color: #333 !important; text-shadow: 1px 1px 1px #ddd; overflow: auto !important;} header { height: 50px !important; background-color: rgba(255,255,255,0.2);} div#banner /* ヘッダー画像の高さ調整 */{ height: 240px;} .calender img,.notification img{ width: 25px;} .writeclip_btn img { width: 35px;} li.header_btn .write_submit_draft,li.header_btn #post_clips, #wrapper > header > ul > li:nth-child(1) > a{ margin-right: 10px; padding: 10px 15px; font-size: 13px;} .title_div div { margin: 25px 0px 30px 0px;} /* 公開範囲アイコン */ .icon_draft /* 全体公開 */{ color: #6FC3E4; border: 1px solid #6FC3E4;} .icon_closed { color: rgb(122, 176, 87); border: 1px solid #89D557; } .icon_private /* 非公開 */{ color: #6F6F6F; border: 1px solid #B1B1B1;} .icon_private, .icon_closed, .icon_draft { width: 60px; background-color: transparent; padding: 2px 7px 3px; border-radius: 20px; margin-bottom: 5px; margin-left: 10px; border-radius: 24px; font-size:13px;} #notification_list #user-info { padding: 10px;} .next { width: 60px;} section.container,#wrapper > div.page > div > section { padding: 0px 0 10px !important; max-width: 800px;} div.page { margin-bottom: 0px;} .data_div_new{ padding: 0px 0px 5px !important; border-bottom: 1px solid #DFDFDF;} .main_div_brdr { margin: 25px 0 0;} section.container#user_detail { border-top: 1px solid #DFDFDF;} td#user-info.comment.notification /* お知らせベル*/{ padding: 10px 20px 8px;} .new_table { padding: 0 0; margin: 0 0px; border-bottom: none;} div.new_contents { font-size: 15px; line-height: 1.3;} .new_table td { vertical-align: middle;} .new_div_30 { margin:5px 0 0 15px;} .new_div_30 img { width: 45px; margin-top: 25px;} div.new_date { line-height: 1.4; padding-bottom: 0px; min-height: 70px;} div.new_name { position: absolute; text-align: left; top: 5px; left: -65px; width: 165px; font-weight: 500; margin-left: 10px; color: #646464;} div.new_detail.new_detail_f { width: 90px; text-align: center; padding: 20px 10px 0 0px; float: left;} div.new_title { display: -webkit-box; font-weight: normal !important; color: #9d9d9d !important; font-size: 20px !important; padding: 10px 10px 0 5px !important; margin: 0;} div.new_detail.new_detail_t{ display:-webkit-box; font-size: 14px; padding:3px 15px 10px 0; margin-left: 100px;} .icon_private, .icon_closed, .icon_draft { position: absolute; top:65px} table.profile-tbl { margin: 55px auto 1px !important; position: relative;} div#banner img#user_detail { top: -25px !important;} /* 記事一覧:奇数番目に背景色をつける */ #wrapper > div.page > div > section > div:nth-child(2) > div:nth-child(odd), #wrapper > div.page > div > section > div:nth-child(3) > div:nth-child(odd), #new_clippers > div:nth-child(odd),#user_detail > div > div:nth-child(odd){ background-color: rgba(249, 249, 249, 0.2); } /* 記事一覧_チャンネルリンクの位置 */ .numbers li { margin-top: 0px; /* display: inline-block;*/ margin-right: 14px; font-size: 14px; float: right;} .article-channel { background-size: 29px; margin: 0; padding: 5px 5px 5px 20px; font-size: 10px;} #slidemenu > ul>li{ height: 45px !important; font-size: 80%;} /* フォローボタン色変え・小さく */ div#flw-btn-pr,div.flw-btn-pr { border: 1px solid #ED2F9D; background-color: #ED2F9D; line-height: 1.5;} tr.flw-btn-tr td.follow-btn div,.flw-btn { width: 100px; height: 24px; margin: 5px; padding: 5px 12px;} div#flw-btn-pr-off { line-height: 1.8;} div.flw-btn img { vertical-align: -6px; height: 19px; margin-right: 3px;} #art-bot-container { padding-bottom: 0px;} } @-moz-document url-prefix("https://lifeclips.jp/clips/new"), regexp("https://lifeclips.jp/clips/\\d+/edit") { /* 記事編集画面 */ div.write-inpt #content_write,div.title-inpt, div.title-inpt #title_write{ font-family: '02うつくし明朝体',Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important; overflow-y: scroll !important;} textarea{ text-indent: 7px;} div.title-inpt,div.title-inpt #title_write { overflow: hidden !important; width: 98%; font-size: 18px; color: #A7A7A7; padding: 0px !important; height: 48px !important; line-height: 1.3 !important;} div.write-inpt{ padding: 5px 0 5px !important;} .writePageTitle/* チャンネルで書く */{ position: absolute; top: -40px;} #content_write,div.write-inpt #content_write { width: 95%; color:#333 !important; min-height: 300px !important; height: 390px !important; line-height: 25px !important; padding: 5px !important; font-size: 15px !important;} section.container, #wrapper > div.page > div > section { margin-top: 50px; margin-bottom: 10px;} #tags_1_tag{ padding: 4px 0 0 2px !important;} div.tagsinput span.tag { padding: 7px 14px; margin: 0 8px 8px 0; font-size: 13px;} div.tagsinput { min-height: 30px !important;} .privacyButton li { padding: 5px 15px 5px 15px; margin: 7px; font-size: 13px;} } @-moz-document regexp("https://lifeclips.jp/clips/\\d+"), regexp("https?://lifeclips.jp/clips/\\d+\\?user_id=\\d+") { /* 記事ページ */ body, .comment_wrapper { overflow: hidden !important;} #wrapper > div.page > div > section{ border-radius: 20px; padding: 0 !important; margin-top: 80px; margin-bottom: 30px !important;} article#article p { padding-bottom: 8px; text-indent: 1em;/* 行頭字下げ * display: inline-flex; /*一行が短いテキストを詰める(お好みで) */} #article > br/* 連続した改行の数を減らす */{ display: none !important;} /* 上部 */ .article-channel { background-size: 30px; position: absolute; } #article-title { font-size: 20px; color: #A7A7A7; margin: 25px 0 0px 5px; line-height:1.4; font-weight: bold; float: left; } .user_profile .picture { margin-right: 5px;} #wrapper > div.page > div > section > div.user_data > div{ background-color: transparent !important;} .user_stats { position: static; width: 118px; margin-top: 5px; float: none;} div.user_data{ padding: 0 !important; display: -webkit-inline-box; float: right; margin-right: 20px; margin-top:30px;} .ReClip_writePageTitle .text { display: none;} .ReClip_writePageTitle { padding: 0px 0 0;} .ReClip_writePageTitle .article_ttl { font-size: 17px; float: none;} .ReClip_writePageTitle.self { margin-bottom: 0px;} /* 本文 */ article#article { font-size: 15px !important; line-height: 1.6; width: 95%; clear:both; color: #555; margin: 0 auto; padding:5px 0 0 0;} /* 下部 */ .article_user_action { float: left; margin-left: 30px !important;} .block_btn { padding: 10px;} .article_user_action li { margin-right: 20px;} .pageFeeding { float: none;} /* タグ */ header { z-index: 2;} section { padding: 20px 0 10px !important;} .tag_area a { padding: 5px 10px; margin: 3px; font-size: 13px; bottom: 0;} .tag_area { opacity: 0.9; position: absolute; margin: 0px; float: right; top: -30px; right: 10px; z-index: 3;} /* コメント可否アイコン */ #comment_wrapper > div > div:nth-child(1) > a > ul > li.allow_comment_state /* コメント可否メッセージ */{ font-size: 0px !important; padding: 15px 10px 0 0 !important;} .article_disallow_comment .allow_comment_icon, .article_allow_comment .allow_comment_icon { width: 35px !important; height: 35px !important;} .article_disallow_comment .allow_comment_icon, .article_allow_comment .allow_comment_icon{ background-size: 105px !important;} .article_disallow_comment:hover>.allow_comment_icon, .article_allow_comment .allow_comment_icon{ background:url(https://lifeclips.jp/img/article/icon_commentoff_sprite.png) no-repeat -70px -35px; background-size:105px !important;} .article_allow_comment:hover>.allow_comment_icon { background: url(https://lifeclips.jp/iimg/article/icon_commentoff_sprite.png) no-repeat -35px 0px;} @media screen and (max-width: 800px) { #wrapper > div.page > div > section,#user-comment{ border-radius: 20px; padding: 0 40px 0 0 !important; margin-bottom: 0;} } .article_user_action { float: right; margin-bottom: -35px;} .pageFeeding/* 移動ボタン */ { float: none; display: block; width: 120px; height: 55px; position: fixed; top: 215px; right: 2px; transform: rotate( 90deg ); -webkit-transform: rotate( 90deg ); transform-origin: top right; -webkit-transform-origin: top right;} .previous,.previous:hover,.nexts,.nexts:hover { width: 45px; height: 50px; background-size: 390px; margin-left: 0px;} .previous,.previous:hover{ float:right;} .article_user_action li .edit, #art-bot-container > ul > li:nth-child(2) > div { display: block; position: fixed; top: 140px; right: 15px; z-index: 2;} #inner-fav{ display: block; position: fixed; top: 250px; right: 15px; } #fav-msg { left: -40px; width: 100px;} /* ブロック吹き出し */ .block_btn { padding: 0px 10px;} .block_contents li a { width: 110px; padding: 10px;} .block_contents { bottom: 35px; left: -95px;} div[data-role='dropdown_contents']:before { left: 126px; bottom: -11px; margin-left: -24px;} div[data-role='dropdown_contents']:after { left: 30px; margin-left: 70px;} } @-moz-document url-prefix("https://lifeclips.jp/channels") { /* チャンネルページ */ body{ overflow: hidden !important; } section.container, #wrapper > div.page > div > section { max-width: 900px;} .channel_main img { position: static; left: 50%; margin-left: 0px; /* width: initial;*/ height: 150px;} .channel_main { background-color: #000; width: 100%; height: 150px; text-align: center; margin: 50px auto 0; position: relative;} .channel_information { padding: 10px 5px 10px; font-size: 12px; line-height: 1.6;} /* チャンネルで書くボタン */ .post_clips.channel{ font-size: 13px; background-color: #067190; top: -45px; line-height: 1; height: 25px; width: 200px; padding-top: 5px;} .channel_post_wrapper/* 位置 */ { position: absolute; left: 55%; top: 60px;} .channel_main img { position: static; left: 50%; margin-left: 0px; width: initial !important; height: 150px;} .channel_main_info_inner { width: 70%; height: 60px; padding-top: 10px;} } @-moz-document url-prefix("https://lifeclips.jp/clips/private"), url-prefix("https://lifeclips.jp/clips/draft"), regexp("https?://lifeclips.jp/users/\\d+") { /* 個人ページ_ユーザー名・アイコン消し */ #wrapper > div.page > div > div.profile-top > table,#wrapper > div.page > div > div.div_stats > table{ border-radius: 20px; background-color: rgba(253,253,253,0.5); left: 50px;} .new_div_30, div.new_name,#new_clippers > div > table > tbody > tr > td:nth-child(1){ display: none !important; } .icon_private, .icon_closed, .icon_draft { top: 55px;} header.nologin { border-bottom: none;} div.new_date{ line-height: 1.2; font-size: 14px !important; margin-left: 10px} div#banner { background-image: none !important; height: 0px !important; margin-top: 0px;} div#banner img#user_detail { position: absolute; background-color: #fff; top: 1px; left: 15%; margin-left: 0px; border-radius: 75px; width: 130px; height: 130px;} @media screen and (max-width: 800px) { div#banner img#user_detail {margin-left: -55px;} .div_stats { width: 80% !important;} } tr.prof-name td { color: #969696; font-size: 20px !important; padding: 5px 15px 5px !important; text-align: left;} tr.prof-stat td { width: 100%; max-width: 500px; text-align: left; font-size: 13px; font-weight: 400; color: #818181; line-height: 1.5; padding: 10px 0 10px;} div.profile-top > table{ border-radius: 20px; width: 50%; min-height: 100px;} tr.prof-link td { padding: 0px 0 10px !important; float: right !important; font-size: 13px; color: #626262; font-weight: 400; padding-bottom: 0px !important; text-align: left;} tr.prof-link td ul li img { width: 20px; height: 20px;} div.new_detail.new_detail_t { margin-left: 110px;} div.new_detail.new_detail_f { padding: 15px 10px 0px 10px;} div.new_contents { font-size: 14px; line-height: 1.3;} section.container, #wrapper > div.page > div > section { padding: 0px 0 10px !important; margin-top: 20px !important;;} /* フォロー数ほか表示調節 */ .div_stats { top: -8px; position: relative; padding-bottom: 0px; border-bottom: none;} p#p_count { font-size: 15px; color: #323232; padding: 0 0 0 5px; display: inline-block;} table.stats-tbl td { width: 150px;} tr.prof-link td ul li { display: inline-block; margin: 0 5px; vertical-align: middle;} div#flw-btn-pr-off { line-height: 1.5;} tr.flw-btn-tr /* フォローボタンの位置 */{ float: right; position: relative; top: -40px; /* text-align: -webkit-center;*/ width: 0%; height: 0px; padding-bottom: 5px;} /* ブロックアイコン調整・丸枠消し */ .user_detail.block_btn,.user_detail.block_btn:hover{ border: 1px solid rgb(255, 255, 255);} div.block_contents.user_detail[data-role='dropdown_contents'] { top: -60px; left: -85px; margin-bottom: 5px;} .block_contents li a { width: 100px; padding: 15px 15px 10px 14px;} div[data-role='dropdown_contents']:before { left: 115px; margin-left: -9px;} div[data-role='dropdown_contents']:after { bottom: -13px; left: -35px; margin-left: 140px;} } @-moz-document url("https://lifeclips.jp/setting"), url-prefix("https://lifeclips.jp/notice") { /* 設定ページ */ section.container.setting { max-width: 750px;} #wrapper > div.page > div > section{ padding: 0 10px 10px !important;} .setting_contents { padding: 15px 15px;} .new_table {margin: 10px;}/* お知らせベル余白 */ } @-moz-document url-prefix("https://lifeclips.jp/clips/calender/") { /* カレンダー */ section.container, #wrapper > div.page > div > section { max-width: 900px;} .calendar_article a:link { position: relative; top: 2px; left: 4px; background-color: #FDFDFD; color: #323232; border: 2px dotted #969696; width: 25px; height: 25px; line-height: 25px; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 15px;} .calendar_article a:hover{ background-color: #5EA233; border: 2px solid #5EA233; color: #fff;} }
data/usercss/107347.user.css
@-moz-document domain("lifeclips.jp") { /**************************** コンテンツ・画像の非表示 :必要な項目はId名・class名を/*~*/(半角)でくくるか、削除してください。 *****************************/ /*[[option]]*/ div.new_title.no-title /* タイトル未入力の「No Title」*/{ font-size: 0px !important; padding: 15px 10px 0 0!important;} header .menu{ margin: 10px 0 0 15px;} .header_right { margin: 5px 15px 0 0 !important;} body,.comment_wrapper { font-family: '02うつくし明朝体',Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important; line-height: 1.8 !important; color: #333 !important; text-shadow: 1px 1px 1px #ddd; overflow: auto !important;} header { height: 50px !important; background-color: rgba(255,255,255,0.2);} div#banner /* ヘッダー画像の高さ調整 */{ height: 240px;} .calender img,.notification img{ width: 25px;} .writeclip_btn img { width: 35px;} li.header_btn .write_submit_draft,li.header_btn #post_clips, #wrapper > header > ul > li:nth-child(1) > a{ margin-right: 10px; padding: 10px 15px; font-size: 13px;} .title_div div { margin: 25px 0px 30px 0px;} /* 公開範囲アイコン */ .icon_draft /* 全体公開 */{ color: #6FC3E4; border: 1px solid #6FC3E4;} .icon_closed { color: rgb(122, 176, 87); border: 1px solid #89D557; } .icon_private /* 非公開 */{ color: #6F6F6F; border: 1px solid #B1B1B1;} .icon_private, .icon_closed, .icon_draft { width: 60px; background-color: transparent; padding: 2px 7px 3px; border-radius: 20px; margin-bottom: 5px; margin-left: 10px; border-radius: 24px; font-size:13px;} #notification_list #user-info { padding: 10px;} .next { width: 60px;} section.container,#wrapper > div.page > div > section { padding: 0px 0 10px !important; max-width: 800px;} div.page { margin-bottom: 0px;} .data_div_new{ padding: 0px 0px 5px !important; border-bottom: 1px solid #DFDFDF;} .main_div_brdr { margin: 25px 0 0;} section.container#user_detail { border-top: 1px solid #DFDFDF;} td#user-info.comment.notification /* お知らせベル*/{ padding: 10px 20px 8px;} .new_table { padding: 0 0; margin: 0 0px; border-bottom: none;} div.new_contents { font-size: 15px; line-height: 1.3;} .new_table td { vertical-align: middle;} .new_div_30 { margin:5px 0 0 15px;} .new_div_30 img { width: 45px; margin-top: 25px;} div.new_date { line-height: 1.4; padding-bottom: 0px; min-height: 70px;} div.new_name { position: absolute; text-align: left; top: 5px; left: -65px; width: 165px; font-weight: 500; margin-left: 10px; color: #646464;} div.new_detail.new_detail_f { width: 90px; text-align: center; padding: 20px 10px 0 0px; float: left;} div.new_title { display: -webkit-box; font-weight: normal !important; color: #9d9d9d !important; font-size: 20px !important; padding: 10px 10px 0 5px !important; margin: 0;} div.new_detail.new_detail_t{ display:-webkit-box; font-size: 14px; padding:3px 15px 10px 0; margin-left: 100px;} .icon_private, .icon_closed, .icon_draft { position: absolute; top:65px} table.profile-tbl { margin: 55px auto 1px !important; position: relative;} div#banner img#user_detail { top: -25px !important;} /* 記事一覧:奇数番目に背景色をつける */ #wrapper > div.page > div > section > div:nth-child(2) > div:nth-child(odd), #wrapper > div.page > div > section > div:nth-child(3) > div:nth-child(odd), #new_clippers > div:nth-child(odd),#user_detail > div > div:nth-child(odd){ background-color: rgba(249, 249, 249, 0.2); } /* 記事一覧_チャンネルリンクの位置 */ .numbers li { margin-top: 0px; /* display: inline-block;*/ margin-right: 14px; font-size: 14px; float: right;} .article-channel { background-size: 29px; margin: 0; padding: 5px 5px 5px 20px; font-size: 10px;} #slidemenu > ul>li{ height: 45px !important; font-size: 80%;} /* フォローボタン色変え・小さく */ div#flw-btn-pr,div.flw-btn-pr { border: 1px solid #ED2F9D; background-color: #ED2F9D; line-height: 1.5;} tr.flw-btn-tr td.follow-btn div,.flw-btn { width: 100px; height: 24px; margin: 5px; padding: 5px 12px;} div#flw-btn-pr-off { line-height: 1.8;} div.flw-btn img { vertical-align: -6px; height: 19px; margin-right: 3px;} #art-bot-container { padding-bottom: 0px;} } @-moz-document url-prefix("https://lifeclips.jp/clips/new"), regexp("https://lifeclips.jp/clips/\\d+/edit") { /* 記事編集画面 */ div.write-inpt #content_write,div.title-inpt, div.title-inpt #title_write{ font-family: '02うつくし明朝体',Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important; overflow-y: scroll !important;} textarea{ text-indent: 7px;} div.title-inpt,div.title-inpt #title_write { overflow: hidden !important; width: 98%; font-size: 18px; color: #A7A7A7; padding: 0px !important; height: 48px !important; line-height: 1.3 !important;} div.write-inpt{ padding: 5px 0 5px !important;} .writePageTitle/* チャンネルで書く */{ position: absolute; top: -40px;} #content_write,div.write-inpt #content_write { width: 95%; color:#333 !important; min-height: 300px !important; height: 390px !important; line-height: 25px !important; padding: 5px !important; font-size: 15px !important;} section.container, #wrapper > div.page > div > section { margin-top: 50px; margin-bottom: 10px;} #tags_1_tag{ padding: 4px 0 0 2px !important;} div.tagsinput span.tag { padding: 7px 14px; margin: 0 8px 8px 0; font-size: 13px;} div.tagsinput { min-height: 30px !important;} .privacyButton li { padding: 5px 15px 5px 15px; margin: 7px; font-size: 13px;} } @-moz-document regexp("https://lifeclips.jp/clips/\\d+"), regexp("https?://lifeclips.jp/clips/\\d+\\?user_id=\\d+") { /* 記事ページ */ body, .comment_wrapper { overflow: hidden !important;} #wrapper > div.page > div > section{ border-radius: 20px; padding: 0 !important; margin-top: 80px; margin-bottom: 30px !important;} article#article p { padding-bottom: 8px; text-indent: 1em;/* 行頭字下げ * display: inline-flex; /*一行が短いテキストを詰める(お好みで) */} #article > br/* 連続した改行の数を減らす */{ display: none !important;} /* 上部 */ .article-channel { background-size: 30px; position: absolute; } #article-title { font-size: 20px; color: #A7A7A7; margin: 25px 0 0px 5px; line-height:1.4; font-weight: bold; float: left; } .user_profile .picture { margin-right: 5px;} #wrapper > div.page > div > section > div.user_data > div{ background-color: transparent !important;} .user_stats { position: static; width: 118px; margin-top: 5px; float: none;} div.user_data{ padding: 0 !important; display: -webkit-inline-box; float: right; margin-right: 20px; margin-top:30px;} .ReClip_writePageTitle .text { display: none;} .ReClip_writePageTitle { padding: 0px 0 0;} .ReClip_writePageTitle .article_ttl { font-size: 17px; float: none;} .ReClip_writePageTitle.self { margin-bottom: 0px;} /* 本文 */ article#article { font-size: 15px !important; line-height: 1.6; width: 95%; clear:both; color: #555; margin: 0 auto; padding:5px 0 0 0;} /* 下部 */ .article_user_action { float: left; margin-left: 30px !important;} .block_btn { padding: 10px;} .article_user_action li { margin-right: 20px;} .pageFeeding { float: none;} /* タグ */ header { z-index: 2;} section { padding: 20px 0 10px !important;} .tag_area a { padding: 5px 10px; margin: 3px; font-size: 13px; bottom: 0;} .tag_area { opacity: 0.9; position: absolute; margin: 0px; float: right; top: -30px; right: 10px; z-index: 3;} /* コメント可否アイコン */ #comment_wrapper > div > div:nth-child(1) > a > ul > li.allow_comment_state /* コメント可否メッセージ */{ font-size: 0px !important; padding: 15px 10px 0 0 !important;} .article_disallow_comment .allow_comment_icon, .article_allow_comment .allow_comment_icon { width: 35px !important; height: 35px !important;} .article_disallow_comment .allow_comment_icon, .article_allow_comment .allow_comment_icon{ background-size: 105px !important;} .article_disallow_comment:hover>.allow_comment_icon, .article_allow_comment .allow_comment_icon{ background:url(https://lifeclips.jp/img/article/icon_commentoff_sprite.png) no-repeat -70px -35px; background-size:105px !important;} .article_allow_comment:hover>.allow_comment_icon { background: url(https://lifeclips.jp/iimg/article/icon_commentoff_sprite.png) no-repeat -35px 0px;} @media screen and (max-width: 800px) { #wrapper > div.page > div > section,#user-comment{ border-radius: 20px; padding: 0 40px 0 0 !important; margin-bottom: 0;} } .article_user_action { float: right; margin-bottom: -35px;} .pageFeeding/* 移動ボタン */ { float: none; display: block; width: 120px; height: 55px; position: fixed; top: 215px; right: 2px; transform: rotate( 90deg ); -webkit-transform: rotate( 90deg ); transform-origin: top right; -webkit-transform-origin: top right;} .previous,.previous:hover,.nexts,.nexts:hover { width: 45px; height: 50px; background-size: 390px; margin-left: 0px;} .previous,.previous:hover{ float:right;} .article_user_action li .edit, #art-bot-container > ul > li:nth-child(2) > div { display: block; position: fixed; top: 140px; right: 15px; z-index: 2;} #inner-fav{ display: block; position: fixed; top: 250px; right: 15px; } #fav-msg { left: -40px; width: 100px;} /* ブロック吹き出し */ .block_btn { padding: 0px 10px;} .block_contents li a { width: 110px; padding: 10px;} .block_contents { bottom: 35px; left: -95px;} div[data-role='dropdown_contents']:before { left: 126px; bottom: -11px; margin-left: -24px;} div[data-role='dropdown_contents']:after { left: 30px; margin-left: 70px;} } @-moz-document url-prefix("https://lifeclips.jp/channels") { /* チャンネルページ */ body{ overflow: hidden !important; } section.container, #wrapper > div.page > div > section { max-width: 900px;} .channel_main img { position: static; left: 50%; margin-left: 0px; /* width: initial;*/ height: 150px;} .channel_main { background-color: #000; width: 100%; height: 150px; text-align: center; margin: 50px auto 0; position: relative;} .channel_information { padding: 10px 5px 10px; font-size: 12px; line-height: 1.6;} /* チャンネルで書くボタン */ .post_clips.channel{ font-size: 13px; background-color: #067190; top: -45px; line-height: 1; height: 25px; width: 200px; padding-top: 5px;} .channel_post_wrapper/* 位置 */ { position: absolute; left: 55%; top: 60px;} .channel_main img { position: static; left: 50%; margin-left: 0px; width: initial !important; height: 150px;} .channel_main_info_inner { width: 70%; height: 60px; padding-top: 10px;} } @-moz-document url-prefix("https://lifeclips.jp/clips/private"), url-prefix("https://lifeclips.jp/clips/draft"), regexp("https?://lifeclips.jp/users/\\d+") { /* 個人ページ_ユーザー名・アイコン消し */ #wrapper > div.page > div > div.profile-top > table,#wrapper > div.page > div > div.div_stats > table{ border-radius: 20px; background-color: rgba(253,253,253,0.5); left: 50px;} .new_div_30, div.new_name,#new_clippers > div > table > tbody > tr > td:nth-child(1){ display: none !important; } .icon_private, .icon_closed, .icon_draft { top: 55px;} header.nologin { border-bottom: none;} div.new_date{ line-height: 1.2; font-size: 14px !important; margin-left: 10px} div#banner { background-image: none !important; height: 0px !important; margin-top: 0px;} div#banner img#user_detail { position: absolute; background-color: #fff; top: 1px; left: 15%; margin-left: 0px; border-radius: 75px; width: 130px; height: 130px;} @media screen and (max-width: 800px) { div#banner img#user_detail {margin-left: -55px;} .div_stats { width: 80% !important;} } tr.prof-name td { color: #969696; font-size: 20px !important; padding: 5px 15px 5px !important; text-align: left;} tr.prof-stat td { width: 100%; max-width: 500px; text-align: left; font-size: 13px; font-weight: 400; color: #818181; line-height: 1.5; padding: 10px 0 10px;} div.profile-top > table{ border-radius: 20px; width: 50%; min-height: 100px;} tr.prof-link td { padding: 0px 0 10px !important; float: right !important; font-size: 13px; color: #626262; font-weight: 400; padding-bottom: 0px !important; text-align: left;} tr.prof-link td ul li img { width: 20px; height: 20px;} div.new_detail.new_detail_t { margin-left: 110px;} div.new_detail.new_detail_f { padding: 15px 10px 0px 10px;} div.new_contents { font-size: 14px; line-height: 1.3;} section.container, #wrapper > div.page > div > section { padding: 0px 0 10px !important; margin-top: 20px !important;;} /* フォロー数ほか表示調節 */ .div_stats { top: -8px; position: relative; padding-bottom: 0px; border-bottom: none;} p#p_count { font-size: 15px; color: #323232; padding: 0 0 0 5px; display: inline-block;} table.stats-tbl td { width: 150px;} tr.prof-link td ul li { display: inline-block; margin: 0 5px; vertical-align: middle;} div#flw-btn-pr-off { line-height: 1.5;} tr.flw-btn-tr /* フォローボタンの位置 */{ float: right; position: relative; top: -40px; /* text-align: -webkit-center;*/ width: 0%; height: 0px; padding-bottom: 5px;} /* ブロックアイコン調整・丸枠消し */ .user_detail.block_btn,.user_detail.block_btn:hover{ border: 1px solid rgb(255, 255, 255);} div.block_contents.user_detail[data-role='dropdown_contents'] { top: -60px; left: -85px; margin-bottom: 5px;} .block_contents li a { width: 100px; padding: 15px 15px 10px 14px;} div[data-role='dropdown_contents']:before { left: 115px; margin-left: -9px;} div[data-role='dropdown_contents']:after { bottom: -13px; left: -35px; margin-left: 140px;} } @-moz-document url("https://lifeclips.jp/setting"), url-prefix("https://lifeclips.jp/notice") { /* 設定ページ */ section.container.setting { max-width: 750px;} #wrapper > div.page > div > section{ padding: 0 10px 10px !important;} .setting_contents { padding: 15px 15px;} .new_table {margin: 10px;}/* お知らせベル余白 */ } @-moz-document url-prefix("https://lifeclips.jp/clips/calender/") { /* カレンダー */ section.container, #wrapper > div.page > div > section { max-width: 900px;} .calendar_article a:link { position: relative; top: 2px; left: 4px; background-color: #FDFDFD; color: #323232; border: 2px dotted #969696; width: 25px; height: 25px; line-height: 25px; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 15px;} .calendar_article a:hover{ background-color: #5EA233; border: 2px solid #5EA233; color: #fff;} }
0.134349
0.069164
@import url('https://fonts.googleapis.com/css?family=Titillium+Web'); * { margin: 0; padding: 0; font-family: 'Titillium Web', sans-serif; } body, html { width: 100%; height: 100%; } .section-form { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .section-form > form { display: flex; flex-direction: column; justify-content: center; max-width: 340px; width: 90%; height: auto; min-height: 350px; border-radius: 7px; padding: 20px 10px 20px 10px; background-color: #FAFAFA; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); margin: 10px; } .section-form > form h1 { text-align: center; color: #2D3642; margin-bottom: 10%; font-size: 1.4em; font-weight: 200; } .section-form>form input[type='email'], input[type='password'] { border: none; width: 75%; margin: 0 auto; margin-bottom: 4%; padding: 10px; border-bottom: 1px solid #bdbdbd; background-color: #FAFAFA; color: #2D3642; } /* .section-form > form input[type='text'], input[type='password'] { border: none; width: 75%; margin: 0 auto; margin-bottom: 4%; border-radius: 5px; padding: 10px; background-color: #bdbdbd; color: #2D3642; } */ .section-form>form input[type='email']:focus, input[type='password']:focus { outline: none; border-bottom: 1px solid #298464; transition: 0.4s; } .section-form>form button { border: none; width: 30%; margin: 0 auto; margin-top: 3%; border-radius: 4px; padding: 10px; cursor: pointer; background-color: rgba(234, 202, 47, 0.66); color: #0c2f59ff; } .section-form > form button:hover { transition: 0.5s; background-color: rgba(234, 202, 47, 0.45); } .section-form > form > a { width: 100%; margin: 0 auto; padding: 5px 0; max-width: auto; text-align: center; font-weight: 800; margin-top: 5%; text-decoration: none; color: #2D3642; border-radius: 5px; background-color: rgba(234, 202, 47, 0.35); } .section-form > form > a:hover { transition: 0.3s; background-color: rgba(234, 202, 47, 0.20); text-decoration: none; color: #2D3642; } .g-recaptcha { display: flex; justify-content: center; overflow-x: scroll; overflow-y: hidden; } .gif-loading { display: none; margin: 0 auto; background: url('../images/ajax-spinner.gif') center no-repeat; background-size: 100% auto; width: 25px; height: 25px; } ::-webkit-scrollbar { height: 5px; width: 5px; background-color: #E4E8E6; } ::-webkit-scrollbar-thumb{ background-color: #696969; border-radius: 10px; } @media screen and (max-width: 767px){ .section-form h1 { font-size: 1em; } }
resources/assets/css/recovery.css
@import url('https://fonts.googleapis.com/css?family=Titillium+Web'); * { margin: 0; padding: 0; font-family: 'Titillium Web', sans-serif; } body, html { width: 100%; height: 100%; } .section-form { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; } .section-form > form { display: flex; flex-direction: column; justify-content: center; max-width: 340px; width: 90%; height: auto; min-height: 350px; border-radius: 7px; padding: 20px 10px 20px 10px; background-color: #FAFAFA; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); margin: 10px; } .section-form > form h1 { text-align: center; color: #2D3642; margin-bottom: 10%; font-size: 1.4em; font-weight: 200; } .section-form>form input[type='email'], input[type='password'] { border: none; width: 75%; margin: 0 auto; margin-bottom: 4%; padding: 10px; border-bottom: 1px solid #bdbdbd; background-color: #FAFAFA; color: #2D3642; } /* .section-form > form input[type='text'], input[type='password'] { border: none; width: 75%; margin: 0 auto; margin-bottom: 4%; border-radius: 5px; padding: 10px; background-color: #bdbdbd; color: #2D3642; } */ .section-form>form input[type='email']:focus, input[type='password']:focus { outline: none; border-bottom: 1px solid #298464; transition: 0.4s; } .section-form>form button { border: none; width: 30%; margin: 0 auto; margin-top: 3%; border-radius: 4px; padding: 10px; cursor: pointer; background-color: rgba(234, 202, 47, 0.66); color: #0c2f59ff; } .section-form > form button:hover { transition: 0.5s; background-color: rgba(234, 202, 47, 0.45); } .section-form > form > a { width: 100%; margin: 0 auto; padding: 5px 0; max-width: auto; text-align: center; font-weight: 800; margin-top: 5%; text-decoration: none; color: #2D3642; border-radius: 5px; background-color: rgba(234, 202, 47, 0.35); } .section-form > form > a:hover { transition: 0.3s; background-color: rgba(234, 202, 47, 0.20); text-decoration: none; color: #2D3642; } .g-recaptcha { display: flex; justify-content: center; overflow-x: scroll; overflow-y: hidden; } .gif-loading { display: none; margin: 0 auto; background: url('../images/ajax-spinner.gif') center no-repeat; background-size: 100% auto; width: 25px; height: 25px; } ::-webkit-scrollbar { height: 5px; width: 5px; background-color: #E4E8E6; } ::-webkit-scrollbar-thumb{ background-color: #696969; border-radius: 10px; } @media screen and (max-width: 767px){ .section-form h1 { font-size: 1em; } }
0.350866
0.093637
margin: auto; width: 962px; } #register_container #cart_contents .warning_message { background: none; } #title_section td { vertical-align: middle; } #title_section { font-size: 1.75em; } #title { font-size: 0.915em; } td#register_wrapper { background: url("../images/pieces/reg_mode.png") no-repeat scroll center center transparent; font-size: 0.8em; height: 49px; line-height: 0; text-align: center; width: 250px; } #register_wrapper form { } #register_wrapper span { font-size: 0.55em; } #show_suspended_sales_button { background: url("../images/pieces/view_suspended.png") no-repeat scroll right center transparent; font-size: 0.8em; height: 49px; line-height: 0; text-align: center; width: 230px; } #show_suspended_sales_button a { color: #FFFFFF; font-size: 0.7em; } #suspended_sales_table { font-size: 1.2em; } #suspended_sales_table input[type="submit"]{ background: url("../images/pieces/btnUpdate.png") no-repeat top left transparent; color: #FFFFFF; display: block; height: 24px; font-size: 12px; margin: 0 auto; border: 0px; width: 70px; text-align: center; } #register_items_container { width: 732px; } #over_all_sale_container { width: 220px; height: 590px; } #reg_item_search { background: url("../images/pieces/reg_item_search.png") no-repeat scroll -9px -9px transparent; height: 30px; padding: 11px 11px 10px; } #reg_item_search form { vertical-align: middle; } #reg_item_search input { background: url("../images/pieces/reg_item_search.png") no-repeat scroll -20px -20px transparent; border: medium none; font-size: 1.1em; padding: 4px 10px; width: 470px; } #new_item_button_register { background: url("../images/pieces/reg_item_search.png") repeat scroll -559px -80px transparent; float: right; font-size: 0.8em; height: 30px; width: 172px; } #new_item_button_register a { color: #FFFFFF; } #new_item_button_register a div { padding-left: 20px; padding-top: 5px; } #register_items_container, #over_all_sale_container { vertical-align: top; } #register_holder { background: url("../images/pieces/item_empty_large.png") repeat scroll 0 -30px transparent; height: auto; overflow: none; width: 732px; } #register th { background-image: url("../images/pieces/table_body.png"); background-position: -15px -80px; border-right: 1px solid #D0D8DF; color: #FFFFFF; font-size: 0.85em; height: 30px; text-align: left; text-indent: 10px; vertical-align: middle; } th#reg_item_del { width: 60px; } th#reg_item_name { width: 110px; } th#reg_item_number { width: 110px; } th#reg_item_stock { width: 60px; } th#reg_item_price { width: 90px; } th#reg_item_qty { width: 50px; } th#reg_item_discount { width: 60px; } th#reg_item_total { width: 100px; } th#reg_item_update { border-right: medium none; width: 90px; } #register td { color: #555555; font-size: 0.85em; height: 30px; vertical-align: middle; } #register table td { border-right: 1px solid #BBBBBB; color: #555555; font-size: 0.85em; height: 30px; text-align: left; text-indent: 10px; vertical-align: middle; } tr#reg_item_top { background: url("../images/pieces/item_full_large.png") repeat scroll left top transparent; border-bottom: 1px solid #BBBBBB; } tr#reg_item_bottom { background: url("../images/pieces/item_full_large.png") repeat scroll left bottom transparent; border-bottom: 1px solid #BBBBBB; } td#reg_item_del { width:68px; } td#reg_item_name { width: 124px; } td#reg_item_number { width: 124px; } td#reg_item_stock { width: 68px; } td#reg_item_price { text-indent: 3px; width: 100px;} td#reg_item_qty { text-indent: 3px; width: 60px; } td#reg_item_discount { text-indent: 3px; width: 67px; } td#reg_item_total { background: none repeat scroll 0 0 #CCFFCC; font-size: .9em; font-weight: bold; _padding: 0 10px 0 0; padding:0px; text-align: right; _width: 113px; } /* td#reg_item_price input { border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; padding: 4px 7px; _width: 68px; } td#reg_item_qty input { border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; padding: 4px 7px; width: 28px; } td#reg_item_discount input { border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; padding: 4px 7px; _width: 38px; } */ td#reg_item_price input, td#reg_item_qty input, td#reg_item_discount input { border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; padding: 4px 7px; } td#reg_item_update { border-right: medium none; } td#reg_item_descrip_label { border-right: medium none; } td#reg_item_descrip { text-indent: 3px; } td#reg_item_descrip input { border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; padding: 4px 7px; width: 350px; width: 370px; } td#reg_item_serial_label { border-right: medium none; } td#reg_item_serial { border-right: medium none; text-indent: 3px; } td#reg_item_serial input { border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; padding: 4px 7px; _width: 210px; } table#register td input[type='text'] {display:block; width:70%} #reg_item_base { background: url("../images/pieces/item_base.png") no-repeat scroll left bottom transparent; height: 10px; } #suspend_cancel { color: #FFFFFF; font-size: 0.8em; height: 30px; padding-top: 10px; } #suspend { background: url("../images/pieces/sus_can.png") no-repeat scroll left top transparent; float: left; height: 20px; width: 110px; } #cancel { background: url("../images/pieces/sus_can.png") no-repeat scroll right top transparent; float: left; height: 20px; width: 110px; } #suspend div, #cancel div { cursor: pointer; height: 20px; text-indent: 10px; width: 110px; } #suspend div { background: url("../images/pieces/sus_can.png") no-repeat scroll left bottom transparent; } #cancel div { background: url("../images/pieces/sus_can.png") no-repeat scroll right bottom transparent; } #customer_info_filled { background: url("../images/pieces/add_customer_info_filled.png") no-repeat scroll -1px -1px transparent; font-size: 0.8em; height: 90px; margin-bottom: 10px; padding: 5px 10px; width: 202px; } #customer_info_empty { background: url("../images/pieces/add_customer_info.png") no-repeat scroll -1px -1px transparent; font-size: 0.8em; height: 90px; margin-bottom: 10px; padding: 5px 10px; width: 202px; } #customer_label { display: block; margin-bottom: 10px; font-size: 0.9em; } #customer_info_shell #customer { background: none repeat scroll 0 0 transparent; border: medium none; padding: 0 5px; width: 163px; } #add_customer_info { } #add_customer_info #common_or { float: left; margin-top: 20px; width: 30px; } #add_customer_info a { color: #FFFFFF; float: left; height: 20px; margin: 15px 0 0; padding: 5px; text-indent: 6px; width: 160px; } #customer_email{ height:50px; } #email_customer{ font-size: 0.75em; padding-left: 10px; position: absolute; top: 155px; width: 200px; margin-top: 30px; } #supplier { background: none repeat scroll 0 0 transparent; border: medium none; padding: 0 5px; width: 163px; } #customer_edit a{ float: left; text-align: center; width: 100px; color:#fff; display:block; height:20px; } #customer_remove{ } #customer_remove a{ float: left; text-align: center; width: 90px; margin-left:10px; color:#fff; display:block; height:20px; } #sale_details #sales_items { background: url("../images/pieces/subtotals.png") no-repeat scroll left top transparent; font-size: 0.7em; } .sales #sale_details #sales_items_total { background: url("../images/pieces/subtotals.png") no-repeat scroll left bottom transparent; border-top: 1px solid #AAAAAA; font-size: 1.1em; font-weight: bold; margin-bottom: 10px; width: 220px; } .receiving #sale_details #sales_items_total { background: url("../images/pieces/subtotals_recv.png") no-repeat scroll left top transparent; border-bottom: 1px solid #AAAAAA; font-size: 1.1em; font-weight: bold; margin-bottom: 0px; width: 220px; } #sale_details .left { height: 20px; padding: 0 0 0 10px; text-align: left; vertical-align: bottom; } #sale_details .right { height: 20px; padding: 0 10px 0 0; text-align: right; vertical-align: bottom; } #sale_details #sales_items_total td { height: 30px; padding: 0 10px; vertical-align: middle; } #Payment_Types #register { background: url("../images/pieces/payments.png") no-repeat scroll left top transparent; } #Payment_Types #register th { background: none repeat scroll 0 0 transparent; font-size: 0.6em; font-weight: normal; height: 20px; } th#pt_amount { border: medium none; } #Payment_Types #register td { background: none repeat scroll 0 0 #FFFFFF; height: 20px; padding-bottom: 0; padding-top: 0; } td#pt_delete { width: 20px; } td#pt_delete a { background: url("../images/pieces/x.png") no-repeat scroll center center transparent; display: block; height: 20px; text-indent: -9999px; width: 20px; } td#pt_delete a:hover { background: url("../images/pieces/x_red.png") no-repeat scroll center center transparent; display: block; height: 20px; text-indent: -9999px; width: 20px; } td#pt_amount { border: medium none; padding-right: 10px; text-align: right; } #amount_due { border-bottom: 1px solid #BBBBBB; border-top: 1px solid #BBBBBB; width: 220px; } #amount_due td { background: none repeat scroll 0 0 #FFFF88; height: 30px; padding: 0 10px; } #amount_due .covered td { background: none repeat scroll 0 0 #88FF88; } #make_payment { background: url("../images/pieces/payments.png") no-repeat scroll left bottom transparent; font-size: 0.95em; width: 220px; } #make_payment_table { margin: auto; width: 200px; } #make_payment_table td { vertical-align: middle; } #mpt_top { height: 30px; } #mpt_top td { vertical-align: middle; } #mpt_bottom { height: 40px; } #mpt_bottom td { vertical-align: top; } #add_payment_button span { background: url("../images/pieces/add_payment.png") no-repeat scroll -10px -10px transparent; color: #FFFFFF; display: block; height: 25px; margin: 0 auto; padding-top: 5px; text-align: center; width: 200px; cursor:pointer; } #add_payment_button { padding-bottom: 10px; } #make_payment #tender { text-align: right; } #make_payment #tender input { border: 1px solid #999999; border-radius: 4px 4px 4px 4px; font-size: 1.5em; padding: 2px 5px; text-align: right; width: 190px; } #comment_label{ font-size: 0.75em; } textarea#comment{ width: 220px; border-radius: 5px 5px 5px 5px; border: 1px solid #CCCCCC; background: none repeat scroll 0 0 transparent; min-height: 60px; } #finish_sale_button span{ background: url("../images/pieces/complete_sale.png") no-repeat scroll -10px -10px transparent; color: #FFFFFF; cursor: pointer; display: block; height: 25px; padding-top: 5px; text-align: center; width: 220px; } /* Sales */ #suspend_cancel > #suspend{ visibility: hidden; } #suspend_cancel > #cancel{ visibility: hidden; } #reg_item_update input[type="submit"]{ background: url("../images/pieces/btnUpdate.png") no-repeat top left transparent; color: #FFFFFF; display: block; height: 24px; margin: 0 auto; border: 0px; width: 70px; text-align: center; } #add_payment_text { font-size: .85em; } #payment_types { font-size: 1.50em; }
css/register.css
margin: auto; width: 962px; } #register_container #cart_contents .warning_message { background: none; } #title_section td { vertical-align: middle; } #title_section { font-size: 1.75em; } #title { font-size: 0.915em; } td#register_wrapper { background: url("../images/pieces/reg_mode.png") no-repeat scroll center center transparent; font-size: 0.8em; height: 49px; line-height: 0; text-align: center; width: 250px; } #register_wrapper form { } #register_wrapper span { font-size: 0.55em; } #show_suspended_sales_button { background: url("../images/pieces/view_suspended.png") no-repeat scroll right center transparent; font-size: 0.8em; height: 49px; line-height: 0; text-align: center; width: 230px; } #show_suspended_sales_button a { color: #FFFFFF; font-size: 0.7em; } #suspended_sales_table { font-size: 1.2em; } #suspended_sales_table input[type="submit"]{ background: url("../images/pieces/btnUpdate.png") no-repeat top left transparent; color: #FFFFFF; display: block; height: 24px; font-size: 12px; margin: 0 auto; border: 0px; width: 70px; text-align: center; } #register_items_container { width: 732px; } #over_all_sale_container { width: 220px; height: 590px; } #reg_item_search { background: url("../images/pieces/reg_item_search.png") no-repeat scroll -9px -9px transparent; height: 30px; padding: 11px 11px 10px; } #reg_item_search form { vertical-align: middle; } #reg_item_search input { background: url("../images/pieces/reg_item_search.png") no-repeat scroll -20px -20px transparent; border: medium none; font-size: 1.1em; padding: 4px 10px; width: 470px; } #new_item_button_register { background: url("../images/pieces/reg_item_search.png") repeat scroll -559px -80px transparent; float: right; font-size: 0.8em; height: 30px; width: 172px; } #new_item_button_register a { color: #FFFFFF; } #new_item_button_register a div { padding-left: 20px; padding-top: 5px; } #register_items_container, #over_all_sale_container { vertical-align: top; } #register_holder { background: url("../images/pieces/item_empty_large.png") repeat scroll 0 -30px transparent; height: auto; overflow: none; width: 732px; } #register th { background-image: url("../images/pieces/table_body.png"); background-position: -15px -80px; border-right: 1px solid #D0D8DF; color: #FFFFFF; font-size: 0.85em; height: 30px; text-align: left; text-indent: 10px; vertical-align: middle; } th#reg_item_del { width: 60px; } th#reg_item_name { width: 110px; } th#reg_item_number { width: 110px; } th#reg_item_stock { width: 60px; } th#reg_item_price { width: 90px; } th#reg_item_qty { width: 50px; } th#reg_item_discount { width: 60px; } th#reg_item_total { width: 100px; } th#reg_item_update { border-right: medium none; width: 90px; } #register td { color: #555555; font-size: 0.85em; height: 30px; vertical-align: middle; } #register table td { border-right: 1px solid #BBBBBB; color: #555555; font-size: 0.85em; height: 30px; text-align: left; text-indent: 10px; vertical-align: middle; } tr#reg_item_top { background: url("../images/pieces/item_full_large.png") repeat scroll left top transparent; border-bottom: 1px solid #BBBBBB; } tr#reg_item_bottom { background: url("../images/pieces/item_full_large.png") repeat scroll left bottom transparent; border-bottom: 1px solid #BBBBBB; } td#reg_item_del { width:68px; } td#reg_item_name { width: 124px; } td#reg_item_number { width: 124px; } td#reg_item_stock { width: 68px; } td#reg_item_price { text-indent: 3px; width: 100px;} td#reg_item_qty { text-indent: 3px; width: 60px; } td#reg_item_discount { text-indent: 3px; width: 67px; } td#reg_item_total { background: none repeat scroll 0 0 #CCFFCC; font-size: .9em; font-weight: bold; _padding: 0 10px 0 0; padding:0px; text-align: right; _width: 113px; } /* td#reg_item_price input { border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; padding: 4px 7px; _width: 68px; } td#reg_item_qty input { border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; padding: 4px 7px; width: 28px; } td#reg_item_discount input { border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; padding: 4px 7px; _width: 38px; } */ td#reg_item_price input, td#reg_item_qty input, td#reg_item_discount input { border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; padding: 4px 7px; } td#reg_item_update { border-right: medium none; } td#reg_item_descrip_label { border-right: medium none; } td#reg_item_descrip { text-indent: 3px; } td#reg_item_descrip input { border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; padding: 4px 7px; width: 350px; width: 370px; } td#reg_item_serial_label { border-right: medium none; } td#reg_item_serial { border-right: medium none; text-indent: 3px; } td#reg_item_serial input { border: 1px solid #CCCCCC; border-radius: 5px 5px 5px 5px; padding: 4px 7px; _width: 210px; } table#register td input[type='text'] {display:block; width:70%} #reg_item_base { background: url("../images/pieces/item_base.png") no-repeat scroll left bottom transparent; height: 10px; } #suspend_cancel { color: #FFFFFF; font-size: 0.8em; height: 30px; padding-top: 10px; } #suspend { background: url("../images/pieces/sus_can.png") no-repeat scroll left top transparent; float: left; height: 20px; width: 110px; } #cancel { background: url("../images/pieces/sus_can.png") no-repeat scroll right top transparent; float: left; height: 20px; width: 110px; } #suspend div, #cancel div { cursor: pointer; height: 20px; text-indent: 10px; width: 110px; } #suspend div { background: url("../images/pieces/sus_can.png") no-repeat scroll left bottom transparent; } #cancel div { background: url("../images/pieces/sus_can.png") no-repeat scroll right bottom transparent; } #customer_info_filled { background: url("../images/pieces/add_customer_info_filled.png") no-repeat scroll -1px -1px transparent; font-size: 0.8em; height: 90px; margin-bottom: 10px; padding: 5px 10px; width: 202px; } #customer_info_empty { background: url("../images/pieces/add_customer_info.png") no-repeat scroll -1px -1px transparent; font-size: 0.8em; height: 90px; margin-bottom: 10px; padding: 5px 10px; width: 202px; } #customer_label { display: block; margin-bottom: 10px; font-size: 0.9em; } #customer_info_shell #customer { background: none repeat scroll 0 0 transparent; border: medium none; padding: 0 5px; width: 163px; } #add_customer_info { } #add_customer_info #common_or { float: left; margin-top: 20px; width: 30px; } #add_customer_info a { color: #FFFFFF; float: left; height: 20px; margin: 15px 0 0; padding: 5px; text-indent: 6px; width: 160px; } #customer_email{ height:50px; } #email_customer{ font-size: 0.75em; padding-left: 10px; position: absolute; top: 155px; width: 200px; margin-top: 30px; } #supplier { background: none repeat scroll 0 0 transparent; border: medium none; padding: 0 5px; width: 163px; } #customer_edit a{ float: left; text-align: center; width: 100px; color:#fff; display:block; height:20px; } #customer_remove{ } #customer_remove a{ float: left; text-align: center; width: 90px; margin-left:10px; color:#fff; display:block; height:20px; } #sale_details #sales_items { background: url("../images/pieces/subtotals.png") no-repeat scroll left top transparent; font-size: 0.7em; } .sales #sale_details #sales_items_total { background: url("../images/pieces/subtotals.png") no-repeat scroll left bottom transparent; border-top: 1px solid #AAAAAA; font-size: 1.1em; font-weight: bold; margin-bottom: 10px; width: 220px; } .receiving #sale_details #sales_items_total { background: url("../images/pieces/subtotals_recv.png") no-repeat scroll left top transparent; border-bottom: 1px solid #AAAAAA; font-size: 1.1em; font-weight: bold; margin-bottom: 0px; width: 220px; } #sale_details .left { height: 20px; padding: 0 0 0 10px; text-align: left; vertical-align: bottom; } #sale_details .right { height: 20px; padding: 0 10px 0 0; text-align: right; vertical-align: bottom; } #sale_details #sales_items_total td { height: 30px; padding: 0 10px; vertical-align: middle; } #Payment_Types #register { background: url("../images/pieces/payments.png") no-repeat scroll left top transparent; } #Payment_Types #register th { background: none repeat scroll 0 0 transparent; font-size: 0.6em; font-weight: normal; height: 20px; } th#pt_amount { border: medium none; } #Payment_Types #register td { background: none repeat scroll 0 0 #FFFFFF; height: 20px; padding-bottom: 0; padding-top: 0; } td#pt_delete { width: 20px; } td#pt_delete a { background: url("../images/pieces/x.png") no-repeat scroll center center transparent; display: block; height: 20px; text-indent: -9999px; width: 20px; } td#pt_delete a:hover { background: url("../images/pieces/x_red.png") no-repeat scroll center center transparent; display: block; height: 20px; text-indent: -9999px; width: 20px; } td#pt_amount { border: medium none; padding-right: 10px; text-align: right; } #amount_due { border-bottom: 1px solid #BBBBBB; border-top: 1px solid #BBBBBB; width: 220px; } #amount_due td { background: none repeat scroll 0 0 #FFFF88; height: 30px; padding: 0 10px; } #amount_due .covered td { background: none repeat scroll 0 0 #88FF88; } #make_payment { background: url("../images/pieces/payments.png") no-repeat scroll left bottom transparent; font-size: 0.95em; width: 220px; } #make_payment_table { margin: auto; width: 200px; } #make_payment_table td { vertical-align: middle; } #mpt_top { height: 30px; } #mpt_top td { vertical-align: middle; } #mpt_bottom { height: 40px; } #mpt_bottom td { vertical-align: top; } #add_payment_button span { background: url("../images/pieces/add_payment.png") no-repeat scroll -10px -10px transparent; color: #FFFFFF; display: block; height: 25px; margin: 0 auto; padding-top: 5px; text-align: center; width: 200px; cursor:pointer; } #add_payment_button { padding-bottom: 10px; } #make_payment #tender { text-align: right; } #make_payment #tender input { border: 1px solid #999999; border-radius: 4px 4px 4px 4px; font-size: 1.5em; padding: 2px 5px; text-align: right; width: 190px; } #comment_label{ font-size: 0.75em; } textarea#comment{ width: 220px; border-radius: 5px 5px 5px 5px; border: 1px solid #CCCCCC; background: none repeat scroll 0 0 transparent; min-height: 60px; } #finish_sale_button span{ background: url("../images/pieces/complete_sale.png") no-repeat scroll -10px -10px transparent; color: #FFFFFF; cursor: pointer; display: block; height: 25px; padding-top: 5px; text-align: center; width: 220px; } /* Sales */ #suspend_cancel > #suspend{ visibility: hidden; } #suspend_cancel > #cancel{ visibility: hidden; } #reg_item_update input[type="submit"]{ background: url("../images/pieces/btnUpdate.png") no-repeat top left transparent; color: #FFFFFF; display: block; height: 24px; margin: 0 auto; border: 0px; width: 70px; text-align: center; } #add_payment_text { font-size: .85em; } #payment_types { font-size: 1.50em; }
0.279337
0.105349
:root { --purple95: hsl(270, 50%, 95%); --purple90: hsl(270, 50%, 90%); --purple85: hsl(270, 50%, 85%); --purple80: hsl(270, 50%, 80%); --purple75: hsl(270, 50%, 75%); --purple70: hsl(270, 50%, 70%); --purple65: hsl(270, 50%, 65%); --purple60: hsl(270, 50%, 60%); --purple55: hsl(270, 50%, 55%); --purple50: hsl(270, 50%, 50%); --purple45: hsl(270, 50%, 45%); --purple40: hsl(270, 50%, 40%); --purple35: hsl(270, 50%, 35%); --purple30: hsl(270, 50%, 30%); --purple25: hsl(270, 50%, 25%); --purple20: hsl(270, 50%, 20%); --purple15: hsl(270, 50%, 15%); --purple10: hsl(270, 50%, 10%); --purple05: hsl(270, 50%, 05%); } html { color: var(--purple10); font-family: 'Roboto', sans-serif; font-size: 20px; } * { box-sizing: border-box; margin: 0; padding: 0; } h1 { color: var(--purple50); font-family: 'Roboto Mono', serif; font-size: 75px; font-weight: normal; margin: 0 0 0.25em; } h2 { color: var(--purple50); font-size: 30px; font-weight: normal; letter-spacing: 0.05em; margin: 1em 0 1em; } h3 { color: var(--purple40); font-size: 1.25rem; margin: 2em 0 0.5em; } p { line-height: 1.5rem; margin-bottom: 1em; } li { line-height: 1.5rem; } a { color: var(--purple50); } a:hover, a:focus { outline: none; text-decoration: none; } strong { color: var(--purple50); display: inline; font-size: 30px; font-weight: normal; letter-spacing: 0.05em; } em { color: var(--purple50); font-style: normal; font-weight: bold; letter-spacing: 0.05em; } li { list-style-position: inside; margin-bottom: 0.5rem; } @media only screen and (min-width: 600px) and (max-width: 1000px) { h1 { font-size: calc(40px + (75 - 40) * (100vw - 600px) / (1000 - 600)); } h2, strong { font-size: calc(25px + (30 - 25) * (100vw - 600px) / (1000 - 600)); } } @media only screen and (max-width: 600px) { h1 { font-size: 40px; } h2, strong { font-size: 25px; } }
src/components/common.css
:root { --purple95: hsl(270, 50%, 95%); --purple90: hsl(270, 50%, 90%); --purple85: hsl(270, 50%, 85%); --purple80: hsl(270, 50%, 80%); --purple75: hsl(270, 50%, 75%); --purple70: hsl(270, 50%, 70%); --purple65: hsl(270, 50%, 65%); --purple60: hsl(270, 50%, 60%); --purple55: hsl(270, 50%, 55%); --purple50: hsl(270, 50%, 50%); --purple45: hsl(270, 50%, 45%); --purple40: hsl(270, 50%, 40%); --purple35: hsl(270, 50%, 35%); --purple30: hsl(270, 50%, 30%); --purple25: hsl(270, 50%, 25%); --purple20: hsl(270, 50%, 20%); --purple15: hsl(270, 50%, 15%); --purple10: hsl(270, 50%, 10%); --purple05: hsl(270, 50%, 05%); } html { color: var(--purple10); font-family: 'Roboto', sans-serif; font-size: 20px; } * { box-sizing: border-box; margin: 0; padding: 0; } h1 { color: var(--purple50); font-family: 'Roboto Mono', serif; font-size: 75px; font-weight: normal; margin: 0 0 0.25em; } h2 { color: var(--purple50); font-size: 30px; font-weight: normal; letter-spacing: 0.05em; margin: 1em 0 1em; } h3 { color: var(--purple40); font-size: 1.25rem; margin: 2em 0 0.5em; } p { line-height: 1.5rem; margin-bottom: 1em; } li { line-height: 1.5rem; } a { color: var(--purple50); } a:hover, a:focus { outline: none; text-decoration: none; } strong { color: var(--purple50); display: inline; font-size: 30px; font-weight: normal; letter-spacing: 0.05em; } em { color: var(--purple50); font-style: normal; font-weight: bold; letter-spacing: 0.05em; } li { list-style-position: inside; margin-bottom: 0.5rem; } @media only screen and (min-width: 600px) and (max-width: 1000px) { h1 { font-size: calc(40px + (75 - 40) * (100vw - 600px) / (1000 - 600)); } h2, strong { font-size: calc(25px + (30 - 25) * (100vw - 600px) / (1000 - 600)); } } @media only screen and (max-width: 600px) { h1 { font-size: 40px; } h2, strong { font-size: 25px; } }
0.398641
0.177383
.threejs-brain-container { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; } .threejs-brain-container button, .threejs-brain-container select { text-transform: none; } .threejs-brain-container button, .threejs-brain-container input, .threejs-brain-container optgroup, .threejs-brain-container select, .threejs-brain-container textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } .hidden { display: none!important; } #webglmessage { position: absolute; } .threejs-control .dg .c, .threejs-control .dg button, .threejs-control .dg input, .threejs-control .dg optgroup, .threejs-control .dg select, .threejs-control .dg textarea { line-height: normal; } .html-widget.threejs-brain-container { display: flex; position: relative; padding: 0; overflow: hidden; } .html-widget.threejs-brain-container>.threejs-brain-canvas { width: 100%; height: 100%; padding: 0; margin: 0; } .threejs-control { position: relative; float: right; max-width: 300px; margin-bottom: -100%; width: 300px; overflow-y: scroll; overflow-x: hidden; z-index: 10; /* pointer-events: none; */ } .threejs-control .dg .c select{ color: cornflowerblue; } .threejs-control .dg { font: 11px monospace, '<NAME>', sans-serif; position: relative; } .threejs-control .dg .cr.color .property-name { overflow-y: hidden; } .threejs-control .dg .cr.function .property-name { width: 100%; } .threejs-control .dg .cr.function .c { display: hidden; } .threejs-control .dg .property-name { text-overflow: clip; overflow-y: hidden; overflow-x: hidden; /* overflow-x: scroll; */ white-space: nowrap; /* hide scrollbar */ padding-bottom: 17px; margin-bottom: -17px; } .threejs-control *{ /* pointer-events: auto; */ } .threejs-control .dg.main { /* opacity: 0.4; */ padding-bottom: 20px; width: 100% !important; } .threejs-control div.close-button{ width:100%!important; } .threejs-control .dg.main, .threejs-control .dg.main *, .threejs-control .dg.main ::after, .threejs-control .dg.main ::before{ box-sizing: content-box; } .threejs-control .dg.main:hover { opacity: 1; } .THREEBRAIN-SIDE-DIVIDER { width: 5px; background-color: black; cursor: col-resize; } .THREEBRAIN-SIDE-DIVIDER::before { content: ' '; } .THREEBRAIN-SIDE { position: absolute; height: 250px; width: 250px; margin: 0; padding: 0; min-height: 100px; overflow: hidden; outline: 1px solid #2e2e2e; outline-offset: 0; } .THREEBRAIN-SIDE-HEADER { position: absolute; z-index: 4; width: 100%; height: 21px; text-align: center; font-size: 12px; padding-top: 2px; background-color: rgb(100,100,100); background-color: rgba(100,100,100,0.5); color: #fff; cursor: move; } .THREEBRAIN-SIDE .zoom-tool { position: absolute; z-index: 9; width: 25px; height: 25px; right: 2px; background-color: rgb(200,200,200); background-color: rgba(200,200,200,0.5); color: #fff; cursor: pointer; line-height: 25px; text-align: center; font-size: 16px; } .THREEBRAIN-SIDE .zoom-tool.pan-active { background-color: rgb(250,200,200); background-color: rgba(250,200,200,0.8); } /** * Resizable divs, by <NAME> * Use case: <div class='resizable'> <div class='resizers'> <div class='resizer top-left'></div> <div class='resizer top-right'></div> <div class='resizer bottom-left'></div> <div class='resizer bottom-right'></div> </div> </div> */ .resizable { position: absolute; } .resizable .resizers{ width: 100%; height: 100%; box-sizing: border-box; } .resizable .resizers .resizer{ width: 0; height: 0; /*border-radius: 50%; /*magic to turn square into circle*/ background: transparent; /* border: 3px solid #4286f4;*/ position: absolute; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 10px solid #e2e2e2; } .resizable .resizers .resizer.top-left { left: 0; top: -5px; cursor: nwse-resize; /*resizer cursor*/ transform: rotate(-135deg); } .resizable .resizers .resizer.top-right { right: 0; top: -5px; cursor: nesw-resize; transform: rotate(-45deg); } .resizable .resizers .resizer.bottom-left { left: 0; bottom: -5px; cursor: nesw-resize; transform: rotate(135deg); } .resizable .resizers .resizer.bottom-right { right: 0; bottom: -5px; cursor: nwse-resize; transform: rotate(45deg); } /* Tooltip text */ .threejs-control .dg .cr[viewer-tooltip] { position: relative; } .threejs-control .dg .cr[viewer-tooltip]:before { content: attr(viewer-tooltip); background-color: #f9f9f9; color: #000000; top: 1em; position: absolute; white-space: nowrap; transform: translate(-4px, -4px); right: 0; opacity: 0.7; font-family: inherit; font-weight: bold; text-shadow: none; padding: 0 3px; -webkit-border-radius: 0.2em; border-radius: 0.2em; z-index: 1; line-height: 17px; font-size: 0.85em; } .threejs-brain-blank-container { background-color: #eee; cursor: pointer; transition: background-color 0.3s; } .threejs-brain-blank-container:hover { background-color: #666; } .threejs-brain-modal { margin:0 auto; position: absolute; top: 50%; transform: translate(-50%, -50%); left: 50%; font-size: 2em; transition: color 0.3s; } .threejs-brain-blank-container:hover .threejs-brain-modal{ color: #eee; } .threejs-brain-loader { border: 16px solid #f3f3f3; /* Light grey */ border-top: 16px solid #3498db; /* Blue */ border-radius: 50%; width: 120px; height: 120px; animation: threejs-brain-loader-spin 2s linear infinite; } @keyframes threejs-brain-loader-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
inst/htmlwidgets/lib/dipterixThreeBrain-1.0.1/dipterix.css
.threejs-brain-container { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; } .threejs-brain-container button, .threejs-brain-container select { text-transform: none; } .threejs-brain-container button, .threejs-brain-container input, .threejs-brain-container optgroup, .threejs-brain-container select, .threejs-brain-container textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } .hidden { display: none!important; } #webglmessage { position: absolute; } .threejs-control .dg .c, .threejs-control .dg button, .threejs-control .dg input, .threejs-control .dg optgroup, .threejs-control .dg select, .threejs-control .dg textarea { line-height: normal; } .html-widget.threejs-brain-container { display: flex; position: relative; padding: 0; overflow: hidden; } .html-widget.threejs-brain-container>.threejs-brain-canvas { width: 100%; height: 100%; padding: 0; margin: 0; } .threejs-control { position: relative; float: right; max-width: 300px; margin-bottom: -100%; width: 300px; overflow-y: scroll; overflow-x: hidden; z-index: 10; /* pointer-events: none; */ } .threejs-control .dg .c select{ color: cornflowerblue; } .threejs-control .dg { font: 11px monospace, '<NAME>', sans-serif; position: relative; } .threejs-control .dg .cr.color .property-name { overflow-y: hidden; } .threejs-control .dg .cr.function .property-name { width: 100%; } .threejs-control .dg .cr.function .c { display: hidden; } .threejs-control .dg .property-name { text-overflow: clip; overflow-y: hidden; overflow-x: hidden; /* overflow-x: scroll; */ white-space: nowrap; /* hide scrollbar */ padding-bottom: 17px; margin-bottom: -17px; } .threejs-control *{ /* pointer-events: auto; */ } .threejs-control .dg.main { /* opacity: 0.4; */ padding-bottom: 20px; width: 100% !important; } .threejs-control div.close-button{ width:100%!important; } .threejs-control .dg.main, .threejs-control .dg.main *, .threejs-control .dg.main ::after, .threejs-control .dg.main ::before{ box-sizing: content-box; } .threejs-control .dg.main:hover { opacity: 1; } .THREEBRAIN-SIDE-DIVIDER { width: 5px; background-color: black; cursor: col-resize; } .THREEBRAIN-SIDE-DIVIDER::before { content: ' '; } .THREEBRAIN-SIDE { position: absolute; height: 250px; width: 250px; margin: 0; padding: 0; min-height: 100px; overflow: hidden; outline: 1px solid #2e2e2e; outline-offset: 0; } .THREEBRAIN-SIDE-HEADER { position: absolute; z-index: 4; width: 100%; height: 21px; text-align: center; font-size: 12px; padding-top: 2px; background-color: rgb(100,100,100); background-color: rgba(100,100,100,0.5); color: #fff; cursor: move; } .THREEBRAIN-SIDE .zoom-tool { position: absolute; z-index: 9; width: 25px; height: 25px; right: 2px; background-color: rgb(200,200,200); background-color: rgba(200,200,200,0.5); color: #fff; cursor: pointer; line-height: 25px; text-align: center; font-size: 16px; } .THREEBRAIN-SIDE .zoom-tool.pan-active { background-color: rgb(250,200,200); background-color: rgba(250,200,200,0.8); } /** * Resizable divs, by <NAME> * Use case: <div class='resizable'> <div class='resizers'> <div class='resizer top-left'></div> <div class='resizer top-right'></div> <div class='resizer bottom-left'></div> <div class='resizer bottom-right'></div> </div> </div> */ .resizable { position: absolute; } .resizable .resizers{ width: 100%; height: 100%; box-sizing: border-box; } .resizable .resizers .resizer{ width: 0; height: 0; /*border-radius: 50%; /*magic to turn square into circle*/ background: transparent; /* border: 3px solid #4286f4;*/ position: absolute; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 10px solid #e2e2e2; } .resizable .resizers .resizer.top-left { left: 0; top: -5px; cursor: nwse-resize; /*resizer cursor*/ transform: rotate(-135deg); } .resizable .resizers .resizer.top-right { right: 0; top: -5px; cursor: nesw-resize; transform: rotate(-45deg); } .resizable .resizers .resizer.bottom-left { left: 0; bottom: -5px; cursor: nesw-resize; transform: rotate(135deg); } .resizable .resizers .resizer.bottom-right { right: 0; bottom: -5px; cursor: nwse-resize; transform: rotate(45deg); } /* Tooltip text */ .threejs-control .dg .cr[viewer-tooltip] { position: relative; } .threejs-control .dg .cr[viewer-tooltip]:before { content: attr(viewer-tooltip); background-color: #f9f9f9; color: #000000; top: 1em; position: absolute; white-space: nowrap; transform: translate(-4px, -4px); right: 0; opacity: 0.7; font-family: inherit; font-weight: bold; text-shadow: none; padding: 0 3px; -webkit-border-radius: 0.2em; border-radius: 0.2em; z-index: 1; line-height: 17px; font-size: 0.85em; } .threejs-brain-blank-container { background-color: #eee; cursor: pointer; transition: background-color 0.3s; } .threejs-brain-blank-container:hover { background-color: #666; } .threejs-brain-modal { margin:0 auto; position: absolute; top: 50%; transform: translate(-50%, -50%); left: 50%; font-size: 2em; transition: color 0.3s; } .threejs-brain-blank-container:hover .threejs-brain-modal{ color: #eee; } .threejs-brain-loader { border: 16px solid #f3f3f3; /* Light grey */ border-top: 16px solid #3498db; /* Blue */ border-radius: 50%; width: 120px; height: 120px; animation: threejs-brain-loader-spin 2s linear infinite; } @keyframes threejs-brain-loader-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
0.608943
0.065009
*{ margin: 0px; padding: 0px; } .clr{ clear: both; } .body{ font-family: Arial; font-size: 11px; } h1{ color: white; font-family: Arial; } .main{ max-width: 100%; margin: auto; } .top{ max-width: 100%; height: 52px; background-color:black; } .top-left{ float:left; max-width:30%; height:52px; } .icon-logo{ float: left; padding-left: 100px; } .info-top-left{ float: right; padding-right: 10px; padding-top: 7px; } .top-center{ float: right; max-width:40%; height:52px; } .icon-home{ padding-top:5px; float: left; padding-left: 250px; } .top-center a{ float: right; padding-top: 10px; text-decoration: none; } .top-center a:hover{ color: white; text-decoration: underline; } .top-right{ float: right; max-width:30%; height:52px; margin: auto; } .icon-user{ float: left; padding-top:5px; padding-left: 50px; } .top-right a{ float: right; padding-right: 60px; padding-top: 10px; text-decoration: none; } .top-right a:hover{ color: white; text-decoration: underline; } .header{ margin-top: 3px; background-image:url(background3.jpg); height:350px; max-width:100%; background-repeat: no-repeat; background-position: center; } .header-center{ height: 350px; width: 800px; float: left; margin-left: 400px; } .name1{ padding-top: 100px; } .name{ padding-left: 50px; } .content{ max-width:100%; height: 800px; margin-top: 3px; } .content-left{ font-family: Arial; float: left; height: 800px; width: 402px; background-color: gray; } .content-left a{ color:white; text-decoration: none; } .content-left a:hover{ color: white; text-decoration: underline; } .content-left div{ color:white; padding-top: 60px; } .content-left ul{ padding-left: 10px; } .content-right{ font-family:Arial; color: white; float:right; height: 800px; width: 70%; background-color: gray; } .crtop{ height: 470px; width: 100%; } .info1{ padding-left: 350px; padding-top: 10px; } .content-right img{ padding-left: 110px; } .crbot{ height: 400px; width: 100%; } .img1{ float: left; } .img1 div{ padding-left: 110px; } .img2{ float:right; } .img2 div{ padding-left: 60px; } .img2 a{ padding-right:120px; } .footer{ max-width: 100%; height: 52px; background-color:black; margin-top:3px; } .footer-left{ float: left; height:52px; width: 50%; } .footer-right{ float: right; height:52px; width: 30%; } .info-footer-left{ float: right; padding-right: 320px; padding-top: 10px; } .info{ float: right; padding-top: 10px; padding-right: 10px; }
Layout-Home.css
*{ margin: 0px; padding: 0px; } .clr{ clear: both; } .body{ font-family: Arial; font-size: 11px; } h1{ color: white; font-family: Arial; } .main{ max-width: 100%; margin: auto; } .top{ max-width: 100%; height: 52px; background-color:black; } .top-left{ float:left; max-width:30%; height:52px; } .icon-logo{ float: left; padding-left: 100px; } .info-top-left{ float: right; padding-right: 10px; padding-top: 7px; } .top-center{ float: right; max-width:40%; height:52px; } .icon-home{ padding-top:5px; float: left; padding-left: 250px; } .top-center a{ float: right; padding-top: 10px; text-decoration: none; } .top-center a:hover{ color: white; text-decoration: underline; } .top-right{ float: right; max-width:30%; height:52px; margin: auto; } .icon-user{ float: left; padding-top:5px; padding-left: 50px; } .top-right a{ float: right; padding-right: 60px; padding-top: 10px; text-decoration: none; } .top-right a:hover{ color: white; text-decoration: underline; } .header{ margin-top: 3px; background-image:url(background3.jpg); height:350px; max-width:100%; background-repeat: no-repeat; background-position: center; } .header-center{ height: 350px; width: 800px; float: left; margin-left: 400px; } .name1{ padding-top: 100px; } .name{ padding-left: 50px; } .content{ max-width:100%; height: 800px; margin-top: 3px; } .content-left{ font-family: Arial; float: left; height: 800px; width: 402px; background-color: gray; } .content-left a{ color:white; text-decoration: none; } .content-left a:hover{ color: white; text-decoration: underline; } .content-left div{ color:white; padding-top: 60px; } .content-left ul{ padding-left: 10px; } .content-right{ font-family:Arial; color: white; float:right; height: 800px; width: 70%; background-color: gray; } .crtop{ height: 470px; width: 100%; } .info1{ padding-left: 350px; padding-top: 10px; } .content-right img{ padding-left: 110px; } .crbot{ height: 400px; width: 100%; } .img1{ float: left; } .img1 div{ padding-left: 110px; } .img2{ float:right; } .img2 div{ padding-left: 60px; } .img2 a{ padding-right:120px; } .footer{ max-width: 100%; height: 52px; background-color:black; margin-top:3px; } .footer-left{ float: left; height:52px; width: 50%; } .footer-right{ float: right; height:52px; width: 30%; } .info-footer-left{ float: right; padding-right: 320px; padding-top: 10px; } .info{ float: right; padding-top: 10px; padding-right: 10px; }
0.41478
0.067332
* { padding: 0; margin: 0; } .header { background-color: #3c3a39; padding: 12px 24px; display: flex; flex-direction: column; justify-content: space-around; } .navbar { display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; } .brand { color: white; font-family: "Roboto", sans-serif; font-weight: 700; font-size: 18px; transition: transform 0.5s; } .brand:hover { transform: skew(25deg); } .menu { display: flex; justify-content: flex-end; align-items: center; width: 67.5px; } .first-page { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; height: 590px; background-color: #1c1a19; padding: 0 24px 15px 24px; background-image: url(images/illustration.png); background-position-x: right; background-position-y: 325px; background-repeat: no-repeat; animation-duration: 3s; animation-name: entry-mob; } @keyframes entry-mob { from { background-position-x: 200%; } to { background-position-x: right; } } .title { display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: flex-start; animation-duration: 3s; animation-name: title; } @keyframes title { from { margin-left: -210%; } to { margin-left: 0; } } .title h1 { color: #c75300; font-family: "Crete Round", serif; font-weight: 400; font-size: 56px; letter-spacing: 0.37px; line-height: 64px; margin-bottom: 15px; transition: transform 2s; } .title h2 { color: #fff5e1; font-family: "Roboto", sans-serif; font-weight: 700; font-size: 24px; line-height: 32px; } .title .title-mobile { color: #fff; font-family: "Poppins", sans-serif; font-weight: 400; font-size: 16px; line-height: 26px; margin-top: 15px; margin-bottom: 35px; width: 90vw; } .title-desktop { display: none; } .card-links li { margin-right: 12px; padding: 10px 12px; background: rgba(255, 255, 255, 0.24); animation-name: rotate3D, comein; animation-duration: 5s; animation-iteration-count: 3; transition-property: animation-duration; transition-duration: 0.5s; transition-timing-function: ease-in-out; } .card-links a { text-decoration: none; color: white; } .btn a { text-decoration: none; margin-bottom: 20px; color: #dbd8d7; } .icon-links li a { color: #dbd8d7; } .footer-icons li a { color: #505f79; } .nav ul li a { text-decoration: none; color: #fff; } .btn a:hover { color: #c75300; } .nav li { transition: transform 0.3s; } .nav li a:hover { filter: invert(43%) sepia(53%) saturate(2493%) hue-rotate(1deg) brightness(103%) contrast(104%); transform: scale(1.15); } .icon-links li { transition: transform 0.3s; } .links1 li { padding: 1rem 0; } .footer-icons li { transition: 0.3s; } .footer-icons li:hover { transform: scale(1.25); } .btn { position: fixed; z-index: 100; top: 1rem; right: 1rem; width: 3rem; border: none; color: #dbd8d7; background-color: transparent; text-decoration: none; transition: 0.3s; } .btn:hover { transform: scale(1.15); } .footer-icons li a:hover { filter: invert(43%) sepia(53%) saturate(2493%) hue-rotate(1deg) brightness(103%) contrast(104%); } .footer-icons-container { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 72px; border-top: 1px solid #dfe1e6; margin-bottom: 8px; } .footer-icons { color: #505f79; display: flex; flex-direction: row; align-items: center; justify-content: space-around; list-style-type: none; margin: 15px 0 13px 0; height: 40px; width: 200px; } .footer-icons-container::after { content: ""; position: relative; background-color: #0d151e; height: 5px; border-radius: 10px; width: 134px; } /* mobile menu responsive */ .btn .xIcon { display: none; color: #67798e; } .btn .xIcon:hover { color: #c75300; } .icon-links { width: 200px; height: 0; color: #dbd8d7; display: flex; flex-direction: row; justify-content: space-around; align-items: center; margin: 0; list-style-type: none; } .icon-links li:hover { transform: scale(1.25); } .icon-links li a:hover { filter: invert(43%) sepia(53%) saturate(2493%) hue-rotate(1deg) brightness(103%) contrast(104%); } .links1 { position: fixed; display: flex; flex-direction: column; align-items: flex-start; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: #3c3a39; z-index: 1; transform: translateY(-100%); transition: transform 0.2s; list-style: none; padding: 20px; font-family: "Inter", sans-serif; font-weight: 700; } .showMenu { transform: translateY(0); } .menuLink { display: inline; font-size: 26px; color: #fff5e1; text-decoration: none; } .menuLink:hover { text-decoration: blueviolet; } .desk-ul { display: none; } .works { display: flex; flex-direction: column; align-items: center; justify-content: start; padding: 0 24px; } .works-heading { display: flex; flex-direction: row; align-items: center; justify-content: center; margin: 107px 0 0 0; width: 85vw; border-bottom: 1px solid #212121; } .works-heading h2 { color: #1c1a19; font-family: "Crete Round", serif; font-weight: 400; font-size: 40px; line-height: 52px; padding-bottom: 50px; text-align: center; } .works-section { width: 85vw; } .works-picture { display: flex; justify-content: center; align-items: center; margin-top: 80px; width: 100%; height: 237px; background-image: url(images/stretching.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; } .main-card-texts { width: 85vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } .main-card-texts h3 { font-family: "Crete Round", serif; font-weight: 400; font-size: 32px; color: #091e42; line-height: 44px; margin: 24px 0 12px 0; } .main-card-texts p { font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; line-height: 24px; color: #091e42; } .sec-page-links { margin: 12px 0; display: flex; flex-direction: row; justify-content: space-between; font-family: "Inter", sans-serif; font-weight: 500; font-size: 15px; line-height: 20px; color: #091e42; } .sec-page-links div { margin-right: 12px; padding: 10px 12px; border: 1px solid #8993a4; } .see-project { margin-bottom: 24px; height: 48px; width: 327px; } .see-project button { color: white; font-family: "Inter", sans-serif; font-weight: 700; font-size: 17px; line-height: 24px; background-color: #c75300; padding: 12px; border: none; } .see-project button:hover { color: #c75300; background-color: #fff5e1; border: 1px solid #c75300; transition: 0.4s; } .see-project button:focus { color: #f4f1f0; background-color: #c75300; transition: 0.4s; border: none; } .see-project button:disabled { color: #5b5957; background-color: #f4f1f0; border: none; } .containerDesk { display: none; } .mobile-container { display: grid; grid-template: repeat(6, 1fr) / 1fr; row-gap: 24px; margin-bottom: 120px; width: 85vw; } .card { height: 386px; background-image: url(images/cardBack.png); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; width: 100%; } .texts { padding: 0 16px; list-style-type: none; } .texts h3 { color: white; font-family: "Crete Round", serif; font-weight: 400; font-size: 32px; line-height: 44px; } .texts p { color: white; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; line-height: 24px; } @keyframes rotate3D { 0% { transform: rotateZ(360deg); } 50% { transform: rotateY(360deg); } } @keyframes comein { from { margin-left: -210%; } to { margin-left: 0; } } .card-links { overflow: hidden; padding: 4px 16px 22px 16px; display: flex; flex-direction: row; justify-content: center; align-items: flex-start; font-family: "Inter", sans-serif; font-weight: 500; font-size: 15px; line-height: 20px; color: white; list-style-type: none; } .card-btn { display: flex; justify-content: center; align-items: center; background-color: #c75300; height: 48px; width: 100%; } .card-btn .card-see-project { width: 100%; color: white; font-family: "Inter", sans-serif; font-weight: 700; font-size: 17px; line-height: 24px; background-color: #c75300; padding: 12px; border: none; } .card-btn .card-see-project:hover { color: #c75300; background-color: #fff5e1; border: 1px solid #c75300; transition: 0.4s; } .card-btn .card-see-project:focus { color: #f4f1f0; background-color: #c75300; transition: 0.4s; border: none; } .card-btn .card-see-project:disabled { color: #5b5957; background-color: #f4f1f0; border: none; } .about { padding: 0 24px; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #1c1a19; background-image: url(images/illustration2.png); background-repeat: no-repeat; background-position-x: right; background-position-y: 410px; } .about-texts { width: 85vw; margin-top: 120px; margin-bottom: 130px; height: 560px; border-bottom: 1px solid #fff; } .about-texts h2 { color: #c75300; font-family: "Crete Round", serif; font-weight: 400; font-size: 3.9rem; letter-spacing: 0.37px; line-height: 81.5px; margin-bottom: 15px; } .title h1:hover { transform: rotate(360deg); } .about-texts p { color: #fff; font-family: "Poppins", sans-serif; font-weight: 400; font-size: 16px; line-height: 26px; margin-top: 15px; margin-bottom: 35px; } .about-texts .get-resume { color: white; font-family: "Inter", sans-serif; font-weight: 700; font-size: 17px; line-height: 24px; background-color: #c75300; padding: 12px; border: none; } .about-texts .get-resume:hover { color: #c75300; background-color: #fff5e1; border: 1px solid #c75300; transition: 0.4s; } .about-texts .get-resume:focus { color: #f4f1f0; background-color: #c75300; transition: 0.4s; border: none; } .about-texts .get-resume:disabled { color: #5b5957; background-color: #f4f1f0; border: none; } .language { display: none; } .lang-list { display: flex; flex-direction: column; align-items: center; justify-content: center; list-style-type: none; margin-bottom: 130px; width: 85vw; /* transition */ transition-property: display-flex; transition-duration: 3s; } .list { list-style-type: none; } .list .title { display: flex; flex-direction: row; align-items: center; justify-content: center; list-style-type: none; margin-top: 12px; } @keyframes change-color { 0% { color: white; } 25% { color: yellow; } 50% { color: rgb(255, 196, 0); } 75% { color: rgb(255, 174, 0); } 85% { color: #c75300; } } @keyframes rotate { 0% { transform: rotate(-270deg); } 50% { transform: matrix(1, -0.3, 0, 1, 0, 0); } } .list .title i { color: #c75300; padding-right: 14px; animation-name: change-color, rotate; animation-duration: 3s, 3s; animation-iteration-count: 5; } .list .title .flip { transform: rotate(-45deg); } .list .title h3 { color: white; font-family: "Inter", sans-serif; font-weight: 700; font-size: 32px; line-height: 44px; padding-right: 14px; } .list ul { list-style-type: none; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; font-family: "Inter", sans-serif; font-weight: 400; font-size: 22px; } .list .lang { margin-top: 44px; } .list .lang li { margin-bottom: 32px; } .footer { display: flex; flex-direction: column; align-items: center; } .contact { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; height: 834px; padding: 120px 24px 0 24px; width: 85vw; } .title-box { width: 85vw; } .title-box .contact-message { font-family: "Inter", sans-serif; font-weight: 700; font-size: 32px; line-height: 44px; color: #172b4d; text-align: center; margin-bottom: 58px; } .contact-form { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; height: 330px; width: 85vw; } .contact-form ul { display: flex; flex-direction: column; justify-content: center; align-items: center; list-style-type: none; width: 100%; } .contact-form .name-email { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 24px; height: 48px; width: 100%; border-bottom: 1px solid #dbd8d7; } .name-email input { height: 18px; width: 90%; border: none; } .name-email input::placeholder { font-family: "Inter", sans-serif; font-weight: 400; font-size: 15px; line-height: 24px; color: #979493; opacity: 0.8; } .text-area { width: 100%; display: flex; align-items: center; justify-content: center; } .text-area textarea { width: 100%; background-color: #fbf8f7; height: 90px; border: none; margin-bottom: 24px; } .text-area textarea::placeholder { font-family: "Inter", sans-serif; font-weight: 400; font-size: 15px; line-height: 24px; color: #3c3a39; opacity: 1; } .contact-form .contact-btn { color: white; font-family: "Inter", sans-serif; font-weight: 700; font-size: 17px; line-height: 24px; background-color: #c75300; padding: 12px; border: none; } .contact-form .contact-btn:hover { color: #c75300; background-color: #fff5e1; border: 1px solid #c75300; transition: 0.4s; } .contact-form .contact-btn:focus { color: #f4f1f0; background-color: #c75300; transition: 0.4s; border: none; } .contact-form .contact-btn:disabled { color: #5b5957; background-color: #f4f1f0; border: none; } @media only screen and (min-width: 667px) { .first-page { display: flex; align-items: center; } .mainContainer { width: 85vw; } .mobile-container { display: grid; grid-template: 1fr 1fr / 1fr 1fr; column-gap: 24px; row-gap: 24px; margin-bottom: 120px; width: 85vw; } .nav .links1 { display: initial; } .title .title-mobile { width: 60vw; } .sec-page-links { width: 40%; } .works-picture { display: flex; justify-content: center; align-items: center; margin-top: 80px; width: 85vw; height: 450px; background-image: url(images/stretchingDesk.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; } .about-texts p { width: 55vw; } } @media only screen and (min-width: 992px) { .header { background-color: #3c3a39; height: 72px; display: flex; flex-direction: row; padding: 0; } .navbar { display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 82vw; } .brand { color: white; font-family: "Roboto", sans-serif; font-weight: 700; font-size: 20px; } .nav .links1 { display: none; } .nav { display: block; width: 300px; } .nav li { transition: transform 0.3s; } .nav li a { text-decoration: none; color: white; } .nav li a:hover { filter: invert(43%) sepia(53%) saturate(2493%) hue-rotate(1deg) brightness(103%) contrast(104%); } .nav li:hover { transform: scale(1.15); } .nav ul { color: #fff; font-family: "Inter", sans-serif; font-weight: 600; font-size: 15px; display: flex; flex-direction: row; justify-content: space-around; align-items: center; list-style-type: none; } .menu { display: none; } .first-page { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; height: 755px; background-color: #1c1a19; padding: 0 25px 15px 25px; background-image: url(images/illustrationDesk.png); background-repeat: no-repeat; background-position-y: center; background-position-x: right; background-size: contain; animation-duration: 3s; animation-name: entry-desk; } @keyframes entry-desk { from { background-position-x: 200%; } to { background-position-x: right; } } .mainContainer { width: 50%; height: 80%; display: flex; flex-direction: row-reverse; justify-content: center; align-items: center; padding-left: 15px; } .title h1 { color: #c75300; font-family: "Crete Round", serif; font-weight: 400; font-size: 72px; letter-spacing: 0.37px; line-height: 81.5px; margin-bottom: 15px; } .title h2 { color: #fff; font-family: "Inter", sans-serif; font-weight: 500; font-size: 30px; line-height: 44px; } .title-desktop { display: block; } .title .title-desktop { color: #fff; font-family: "Inter", sans-serif; font-weight: 400; font-size: 20px; line-height: 32px; margin-top: 15px; margin-right: 50px; } .title-mobile { display: none; } .mainContainer .icon-links { width: auto; height: 40%; color: #dbd8d7; margin-right: 10%; display: flex; flex-direction: column; justify-content: space-around; align-items: center; list-style-type: none; } .works { margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; } .works-heading { width: 80vw; padding-bottom: 0; display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 114px; border-bottom: none; } .works-heading h2 { padding-bottom: 0; text-align: left; } .works-heading::after { content: ""; height: 2px; width: 65%; background-color: #818181b4; } .works-section { width: 80vw; height: 448px; display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; margin-bottom: 24px; } .works-picture { height: 100%; width: 60vw; margin-top: 0; background-image: url(images/stretchingDesk.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; } .main-card { width: 40vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-left: 24px; } .main-card-texts { width: 100%; } .main-card-texts h3 { font-size: 40px; margin-bottom: 24px; margin-top: 0; } .main-card-texts p { font-size: 20px; line-height: 28px; margin-bottom: 24px; } .main-card .sec-page-links { margin-bottom: 24px; } .mobile-container { display: none; } .containerDesk { width: 80vw; display: grid; grid-template: 1fr 1fr / 1fr 1fr 1fr; column-gap: 24px; row-gap: 37px; margin-bottom: 120px; } .card-1 { height: 435px; width: 100%; padding: 0; background-image: linear-gradient(hsl(0 0% 0% / 0), hsl(20 0% 0% / 0), hsl(0 0% 0% / 0)), url(images/card1.png); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; } .card-1 .texts { display: none; } .card-1 .card-links { display: none; } .card-btn { height: 58px; } .card-2 .card-btn { display: none; } .card-3 .card-btn { display: none; } .card-4 .card-btn { display: none; } .card-1:hover .card-btn { display: block; } .card-2 { height: 435px; width: 100%; padding: 0; background-image: linear-gradient(hsl(0 0% 0% / 0.3), hsl(20 0% 0% / 0.4) 5%, hsl(0 0% 0% / 1)), url(images/card2.png); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; } .card-3 { height: 435px; width: 100%; padding: 0; background-image: linear-gradient(hsl(0 0% 0% / 0.3), hsl(0 0% 0% / 0.4) 5%, hsl(0 0% 0% / 1)), url(images/card3.png); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; } .card-4 { height: 435px; width: 100%; padding: 0; background-image: linear-gradient(hsl(0 0% 0% / 0.3), hsl(20 0% 0% / 0.4) 5%, hsl(0 0% 0% / 1)), url(images/card4.png); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; } .button { width: 100%; height: 100%; text-decoration: none; color: white; font-family: "Inter", sans-serif; font-weight: 700; font-size: 17px; line-height: 24px; background-color: #c75300; display: block; display: flex; padding: 0; margin: 0; justify-content: center; align-items: center; } .button:hover { width: 99%; height: 99%; color: #c75300; background-color: #fff5e1; border: 1px solid #c75300; transition: 0.4s; } .button:focus { color: #f4f1f0; background-color: #c75300; transition: 0.4s; border: none; } .button:disabled { color: #5b5957; background-color: #f4f1f0; border: none; } .texts p { margin: 24px 0; } .about { align-items: center; background-image: url(images/illustration2Desk.png); background-repeat: no-repeat; background-position-x: right; background-position-y: 120px; } .about-texts { margin-top: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; width: 80vw; height: 582px; border-bottom: none; margin-bottom: 0; } .about-texts h2 { margin-bottom: 0; } .about-texts p { width: 55%; font-size: 20px; font-weight: 400; line-height: 32px; margin: 24px 0 42px 0; } .language { display: block; height: 1px; background-color: white; width: 80vw; margin-top: 42px; } .lang-list { height: 396px; width: 80vw; display: flex; flex-direction: row; align-items: flex-start; justify-content: flex-start; margin-top: 146px; } .lang-container { width: 80vw; width: 90%; display: flex; flex-direction: row; align-items: flex-start; justify-content: space-between; } .list { height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; text-align: left; } .list ul { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; } .footer { display: flex; flex-direction: column; justify-content: center; align-items: center; } .contact { width: 80%; display: flex; flex-direction: row; align-items: flex-start; justify-content: space-between; padding: 0; height: 50%; margin: 130px 0; } .title-box { width: 37%; } .title-box .contact-message { text-align: left; font-size: 40px; color: #172b4d; line-height: 52px; } .contact-form { width: 58%; } .contact-form ul { display: flex; flex-direction: column; align-items: flex-start; height: 330px; width: 100%; } .contact-form .name-email { width: 100%; } .name-email input { width: 98%; } .contact-form .text-area { width: 100%; } .text-area textarea { height: 114px; padding: 0; width: 100%; } .footer-icons-container { margin-top: 12px; width: 100%; } .footer-icons-container::after { display: none; } } #name, #email, #msg { line-height: 1.5; outline: none; }
style.css
* { padding: 0; margin: 0; } .header { background-color: #3c3a39; padding: 12px 24px; display: flex; flex-direction: column; justify-content: space-around; } .navbar { display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; } .brand { color: white; font-family: "Roboto", sans-serif; font-weight: 700; font-size: 18px; transition: transform 0.5s; } .brand:hover { transform: skew(25deg); } .menu { display: flex; justify-content: flex-end; align-items: center; width: 67.5px; } .first-page { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; height: 590px; background-color: #1c1a19; padding: 0 24px 15px 24px; background-image: url(images/illustration.png); background-position-x: right; background-position-y: 325px; background-repeat: no-repeat; animation-duration: 3s; animation-name: entry-mob; } @keyframes entry-mob { from { background-position-x: 200%; } to { background-position-x: right; } } .title { display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: flex-start; animation-duration: 3s; animation-name: title; } @keyframes title { from { margin-left: -210%; } to { margin-left: 0; } } .title h1 { color: #c75300; font-family: "Crete Round", serif; font-weight: 400; font-size: 56px; letter-spacing: 0.37px; line-height: 64px; margin-bottom: 15px; transition: transform 2s; } .title h2 { color: #fff5e1; font-family: "Roboto", sans-serif; font-weight: 700; font-size: 24px; line-height: 32px; } .title .title-mobile { color: #fff; font-family: "Poppins", sans-serif; font-weight: 400; font-size: 16px; line-height: 26px; margin-top: 15px; margin-bottom: 35px; width: 90vw; } .title-desktop { display: none; } .card-links li { margin-right: 12px; padding: 10px 12px; background: rgba(255, 255, 255, 0.24); animation-name: rotate3D, comein; animation-duration: 5s; animation-iteration-count: 3; transition-property: animation-duration; transition-duration: 0.5s; transition-timing-function: ease-in-out; } .card-links a { text-decoration: none; color: white; } .btn a { text-decoration: none; margin-bottom: 20px; color: #dbd8d7; } .icon-links li a { color: #dbd8d7; } .footer-icons li a { color: #505f79; } .nav ul li a { text-decoration: none; color: #fff; } .btn a:hover { color: #c75300; } .nav li { transition: transform 0.3s; } .nav li a:hover { filter: invert(43%) sepia(53%) saturate(2493%) hue-rotate(1deg) brightness(103%) contrast(104%); transform: scale(1.15); } .icon-links li { transition: transform 0.3s; } .links1 li { padding: 1rem 0; } .footer-icons li { transition: 0.3s; } .footer-icons li:hover { transform: scale(1.25); } .btn { position: fixed; z-index: 100; top: 1rem; right: 1rem; width: 3rem; border: none; color: #dbd8d7; background-color: transparent; text-decoration: none; transition: 0.3s; } .btn:hover { transform: scale(1.15); } .footer-icons li a:hover { filter: invert(43%) sepia(53%) saturate(2493%) hue-rotate(1deg) brightness(103%) contrast(104%); } .footer-icons-container { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 72px; border-top: 1px solid #dfe1e6; margin-bottom: 8px; } .footer-icons { color: #505f79; display: flex; flex-direction: row; align-items: center; justify-content: space-around; list-style-type: none; margin: 15px 0 13px 0; height: 40px; width: 200px; } .footer-icons-container::after { content: ""; position: relative; background-color: #0d151e; height: 5px; border-radius: 10px; width: 134px; } /* mobile menu responsive */ .btn .xIcon { display: none; color: #67798e; } .btn .xIcon:hover { color: #c75300; } .icon-links { width: 200px; height: 0; color: #dbd8d7; display: flex; flex-direction: row; justify-content: space-around; align-items: center; margin: 0; list-style-type: none; } .icon-links li:hover { transform: scale(1.25); } .icon-links li a:hover { filter: invert(43%) sepia(53%) saturate(2493%) hue-rotate(1deg) brightness(103%) contrast(104%); } .links1 { position: fixed; display: flex; flex-direction: column; align-items: flex-start; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: #3c3a39; z-index: 1; transform: translateY(-100%); transition: transform 0.2s; list-style: none; padding: 20px; font-family: "Inter", sans-serif; font-weight: 700; } .showMenu { transform: translateY(0); } .menuLink { display: inline; font-size: 26px; color: #fff5e1; text-decoration: none; } .menuLink:hover { text-decoration: blueviolet; } .desk-ul { display: none; } .works { display: flex; flex-direction: column; align-items: center; justify-content: start; padding: 0 24px; } .works-heading { display: flex; flex-direction: row; align-items: center; justify-content: center; margin: 107px 0 0 0; width: 85vw; border-bottom: 1px solid #212121; } .works-heading h2 { color: #1c1a19; font-family: "Crete Round", serif; font-weight: 400; font-size: 40px; line-height: 52px; padding-bottom: 50px; text-align: center; } .works-section { width: 85vw; } .works-picture { display: flex; justify-content: center; align-items: center; margin-top: 80px; width: 100%; height: 237px; background-image: url(images/stretching.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; } .main-card-texts { width: 85vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } .main-card-texts h3 { font-family: "Crete Round", serif; font-weight: 400; font-size: 32px; color: #091e42; line-height: 44px; margin: 24px 0 12px 0; } .main-card-texts p { font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; line-height: 24px; color: #091e42; } .sec-page-links { margin: 12px 0; display: flex; flex-direction: row; justify-content: space-between; font-family: "Inter", sans-serif; font-weight: 500; font-size: 15px; line-height: 20px; color: #091e42; } .sec-page-links div { margin-right: 12px; padding: 10px 12px; border: 1px solid #8993a4; } .see-project { margin-bottom: 24px; height: 48px; width: 327px; } .see-project button { color: white; font-family: "Inter", sans-serif; font-weight: 700; font-size: 17px; line-height: 24px; background-color: #c75300; padding: 12px; border: none; } .see-project button:hover { color: #c75300; background-color: #fff5e1; border: 1px solid #c75300; transition: 0.4s; } .see-project button:focus { color: #f4f1f0; background-color: #c75300; transition: 0.4s; border: none; } .see-project button:disabled { color: #5b5957; background-color: #f4f1f0; border: none; } .containerDesk { display: none; } .mobile-container { display: grid; grid-template: repeat(6, 1fr) / 1fr; row-gap: 24px; margin-bottom: 120px; width: 85vw; } .card { height: 386px; background-image: url(images/cardBack.png); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; width: 100%; } .texts { padding: 0 16px; list-style-type: none; } .texts h3 { color: white; font-family: "Crete Round", serif; font-weight: 400; font-size: 32px; line-height: 44px; } .texts p { color: white; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 400; line-height: 24px; } @keyframes rotate3D { 0% { transform: rotateZ(360deg); } 50% { transform: rotateY(360deg); } } @keyframes comein { from { margin-left: -210%; } to { margin-left: 0; } } .card-links { overflow: hidden; padding: 4px 16px 22px 16px; display: flex; flex-direction: row; justify-content: center; align-items: flex-start; font-family: "Inter", sans-serif; font-weight: 500; font-size: 15px; line-height: 20px; color: white; list-style-type: none; } .card-btn { display: flex; justify-content: center; align-items: center; background-color: #c75300; height: 48px; width: 100%; } .card-btn .card-see-project { width: 100%; color: white; font-family: "Inter", sans-serif; font-weight: 700; font-size: 17px; line-height: 24px; background-color: #c75300; padding: 12px; border: none; } .card-btn .card-see-project:hover { color: #c75300; background-color: #fff5e1; border: 1px solid #c75300; transition: 0.4s; } .card-btn .card-see-project:focus { color: #f4f1f0; background-color: #c75300; transition: 0.4s; border: none; } .card-btn .card-see-project:disabled { color: #5b5957; background-color: #f4f1f0; border: none; } .about { padding: 0 24px; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #1c1a19; background-image: url(images/illustration2.png); background-repeat: no-repeat; background-position-x: right; background-position-y: 410px; } .about-texts { width: 85vw; margin-top: 120px; margin-bottom: 130px; height: 560px; border-bottom: 1px solid #fff; } .about-texts h2 { color: #c75300; font-family: "Crete Round", serif; font-weight: 400; font-size: 3.9rem; letter-spacing: 0.37px; line-height: 81.5px; margin-bottom: 15px; } .title h1:hover { transform: rotate(360deg); } .about-texts p { color: #fff; font-family: "Poppins", sans-serif; font-weight: 400; font-size: 16px; line-height: 26px; margin-top: 15px; margin-bottom: 35px; } .about-texts .get-resume { color: white; font-family: "Inter", sans-serif; font-weight: 700; font-size: 17px; line-height: 24px; background-color: #c75300; padding: 12px; border: none; } .about-texts .get-resume:hover { color: #c75300; background-color: #fff5e1; border: 1px solid #c75300; transition: 0.4s; } .about-texts .get-resume:focus { color: #f4f1f0; background-color: #c75300; transition: 0.4s; border: none; } .about-texts .get-resume:disabled { color: #5b5957; background-color: #f4f1f0; border: none; } .language { display: none; } .lang-list { display: flex; flex-direction: column; align-items: center; justify-content: center; list-style-type: none; margin-bottom: 130px; width: 85vw; /* transition */ transition-property: display-flex; transition-duration: 3s; } .list { list-style-type: none; } .list .title { display: flex; flex-direction: row; align-items: center; justify-content: center; list-style-type: none; margin-top: 12px; } @keyframes change-color { 0% { color: white; } 25% { color: yellow; } 50% { color: rgb(255, 196, 0); } 75% { color: rgb(255, 174, 0); } 85% { color: #c75300; } } @keyframes rotate { 0% { transform: rotate(-270deg); } 50% { transform: matrix(1, -0.3, 0, 1, 0, 0); } } .list .title i { color: #c75300; padding-right: 14px; animation-name: change-color, rotate; animation-duration: 3s, 3s; animation-iteration-count: 5; } .list .title .flip { transform: rotate(-45deg); } .list .title h3 { color: white; font-family: "Inter", sans-serif; font-weight: 700; font-size: 32px; line-height: 44px; padding-right: 14px; } .list ul { list-style-type: none; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; font-family: "Inter", sans-serif; font-weight: 400; font-size: 22px; } .list .lang { margin-top: 44px; } .list .lang li { margin-bottom: 32px; } .footer { display: flex; flex-direction: column; align-items: center; } .contact { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; height: 834px; padding: 120px 24px 0 24px; width: 85vw; } .title-box { width: 85vw; } .title-box .contact-message { font-family: "Inter", sans-serif; font-weight: 700; font-size: 32px; line-height: 44px; color: #172b4d; text-align: center; margin-bottom: 58px; } .contact-form { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; height: 330px; width: 85vw; } .contact-form ul { display: flex; flex-direction: column; justify-content: center; align-items: center; list-style-type: none; width: 100%; } .contact-form .name-email { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 24px; height: 48px; width: 100%; border-bottom: 1px solid #dbd8d7; } .name-email input { height: 18px; width: 90%; border: none; } .name-email input::placeholder { font-family: "Inter", sans-serif; font-weight: 400; font-size: 15px; line-height: 24px; color: #979493; opacity: 0.8; } .text-area { width: 100%; display: flex; align-items: center; justify-content: center; } .text-area textarea { width: 100%; background-color: #fbf8f7; height: 90px; border: none; margin-bottom: 24px; } .text-area textarea::placeholder { font-family: "Inter", sans-serif; font-weight: 400; font-size: 15px; line-height: 24px; color: #3c3a39; opacity: 1; } .contact-form .contact-btn { color: white; font-family: "Inter", sans-serif; font-weight: 700; font-size: 17px; line-height: 24px; background-color: #c75300; padding: 12px; border: none; } .contact-form .contact-btn:hover { color: #c75300; background-color: #fff5e1; border: 1px solid #c75300; transition: 0.4s; } .contact-form .contact-btn:focus { color: #f4f1f0; background-color: #c75300; transition: 0.4s; border: none; } .contact-form .contact-btn:disabled { color: #5b5957; background-color: #f4f1f0; border: none; } @media only screen and (min-width: 667px) { .first-page { display: flex; align-items: center; } .mainContainer { width: 85vw; } .mobile-container { display: grid; grid-template: 1fr 1fr / 1fr 1fr; column-gap: 24px; row-gap: 24px; margin-bottom: 120px; width: 85vw; } .nav .links1 { display: initial; } .title .title-mobile { width: 60vw; } .sec-page-links { width: 40%; } .works-picture { display: flex; justify-content: center; align-items: center; margin-top: 80px; width: 85vw; height: 450px; background-image: url(images/stretchingDesk.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; } .about-texts p { width: 55vw; } } @media only screen and (min-width: 992px) { .header { background-color: #3c3a39; height: 72px; display: flex; flex-direction: row; padding: 0; } .navbar { display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 82vw; } .brand { color: white; font-family: "Roboto", sans-serif; font-weight: 700; font-size: 20px; } .nav .links1 { display: none; } .nav { display: block; width: 300px; } .nav li { transition: transform 0.3s; } .nav li a { text-decoration: none; color: white; } .nav li a:hover { filter: invert(43%) sepia(53%) saturate(2493%) hue-rotate(1deg) brightness(103%) contrast(104%); } .nav li:hover { transform: scale(1.15); } .nav ul { color: #fff; font-family: "Inter", sans-serif; font-weight: 600; font-size: 15px; display: flex; flex-direction: row; justify-content: space-around; align-items: center; list-style-type: none; } .menu { display: none; } .first-page { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; height: 755px; background-color: #1c1a19; padding: 0 25px 15px 25px; background-image: url(images/illustrationDesk.png); background-repeat: no-repeat; background-position-y: center; background-position-x: right; background-size: contain; animation-duration: 3s; animation-name: entry-desk; } @keyframes entry-desk { from { background-position-x: 200%; } to { background-position-x: right; } } .mainContainer { width: 50%; height: 80%; display: flex; flex-direction: row-reverse; justify-content: center; align-items: center; padding-left: 15px; } .title h1 { color: #c75300; font-family: "Crete Round", serif; font-weight: 400; font-size: 72px; letter-spacing: 0.37px; line-height: 81.5px; margin-bottom: 15px; } .title h2 { color: #fff; font-family: "Inter", sans-serif; font-weight: 500; font-size: 30px; line-height: 44px; } .title-desktop { display: block; } .title .title-desktop { color: #fff; font-family: "Inter", sans-serif; font-weight: 400; font-size: 20px; line-height: 32px; margin-top: 15px; margin-right: 50px; } .title-mobile { display: none; } .mainContainer .icon-links { width: auto; height: 40%; color: #dbd8d7; margin-right: 10%; display: flex; flex-direction: column; justify-content: space-around; align-items: center; list-style-type: none; } .works { margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; } .works-heading { width: 80vw; padding-bottom: 0; display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 114px; border-bottom: none; } .works-heading h2 { padding-bottom: 0; text-align: left; } .works-heading::after { content: ""; height: 2px; width: 65%; background-color: #818181b4; } .works-section { width: 80vw; height: 448px; display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; margin-bottom: 24px; } .works-picture { height: 100%; width: 60vw; margin-top: 0; background-image: url(images/stretchingDesk.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; } .main-card { width: 40vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-left: 24px; } .main-card-texts { width: 100%; } .main-card-texts h3 { font-size: 40px; margin-bottom: 24px; margin-top: 0; } .main-card-texts p { font-size: 20px; line-height: 28px; margin-bottom: 24px; } .main-card .sec-page-links { margin-bottom: 24px; } .mobile-container { display: none; } .containerDesk { width: 80vw; display: grid; grid-template: 1fr 1fr / 1fr 1fr 1fr; column-gap: 24px; row-gap: 37px; margin-bottom: 120px; } .card-1 { height: 435px; width: 100%; padding: 0; background-image: linear-gradient(hsl(0 0% 0% / 0), hsl(20 0% 0% / 0), hsl(0 0% 0% / 0)), url(images/card1.png); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; } .card-1 .texts { display: none; } .card-1 .card-links { display: none; } .card-btn { height: 58px; } .card-2 .card-btn { display: none; } .card-3 .card-btn { display: none; } .card-4 .card-btn { display: none; } .card-1:hover .card-btn { display: block; } .card-2 { height: 435px; width: 100%; padding: 0; background-image: linear-gradient(hsl(0 0% 0% / 0.3), hsl(20 0% 0% / 0.4) 5%, hsl(0 0% 0% / 1)), url(images/card2.png); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; } .card-3 { height: 435px; width: 100%; padding: 0; background-image: linear-gradient(hsl(0 0% 0% / 0.3), hsl(0 0% 0% / 0.4) 5%, hsl(0 0% 0% / 1)), url(images/card3.png); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; } .card-4 { height: 435px; width: 100%; padding: 0; background-image: linear-gradient(hsl(0 0% 0% / 0.3), hsl(20 0% 0% / 0.4) 5%, hsl(0 0% 0% / 1)), url(images/card4.png); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; } .button { width: 100%; height: 100%; text-decoration: none; color: white; font-family: "Inter", sans-serif; font-weight: 700; font-size: 17px; line-height: 24px; background-color: #c75300; display: block; display: flex; padding: 0; margin: 0; justify-content: center; align-items: center; } .button:hover { width: 99%; height: 99%; color: #c75300; background-color: #fff5e1; border: 1px solid #c75300; transition: 0.4s; } .button:focus { color: #f4f1f0; background-color: #c75300; transition: 0.4s; border: none; } .button:disabled { color: #5b5957; background-color: #f4f1f0; border: none; } .texts p { margin: 24px 0; } .about { align-items: center; background-image: url(images/illustration2Desk.png); background-repeat: no-repeat; background-position-x: right; background-position-y: 120px; } .about-texts { margin-top: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; width: 80vw; height: 582px; border-bottom: none; margin-bottom: 0; } .about-texts h2 { margin-bottom: 0; } .about-texts p { width: 55%; font-size: 20px; font-weight: 400; line-height: 32px; margin: 24px 0 42px 0; } .language { display: block; height: 1px; background-color: white; width: 80vw; margin-top: 42px; } .lang-list { height: 396px; width: 80vw; display: flex; flex-direction: row; align-items: flex-start; justify-content: flex-start; margin-top: 146px; } .lang-container { width: 80vw; width: 90%; display: flex; flex-direction: row; align-items: flex-start; justify-content: space-between; } .list { height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; text-align: left; } .list ul { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; } .footer { display: flex; flex-direction: column; justify-content: center; align-items: center; } .contact { width: 80%; display: flex; flex-direction: row; align-items: flex-start; justify-content: space-between; padding: 0; height: 50%; margin: 130px 0; } .title-box { width: 37%; } .title-box .contact-message { text-align: left; font-size: 40px; color: #172b4d; line-height: 52px; } .contact-form { width: 58%; } .contact-form ul { display: flex; flex-direction: column; align-items: flex-start; height: 330px; width: 100%; } .contact-form .name-email { width: 100%; } .name-email input { width: 98%; } .contact-form .text-area { width: 100%; } .text-area textarea { height: 114px; padding: 0; width: 100%; } .footer-icons-container { margin-top: 12px; width: 100%; } .footer-icons-container::after { display: none; } } #name, #email, #msg { line-height: 1.5; outline: none; }
0.565899
0.096578
html body { height: 100%; } body { background-color: #fff; overflow: scroll; } body, button, dl,dt,div,footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul { margin: 0; padding: 0; outline: none; } * { position: relative; box-sizing: border-box; } ul li { list-style: none; } a { color: #333; text-decoration: none; } [v-cloak] { display: none; } #investment-strategy-theme-page { color: #333; font-size: 14px; } .container-wrapper { margin: 0 auto; width: 1200px; } .router-wrapper { margin-top: 10px; height: 40px; display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; align-items: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; color: #999; } .router-wrapper > span { margin-right: 10px; cursor: pointer; } .router-wrapper > i { margin-right: 10px; } .router-wrapper > span:hover { text-decoration: underline; } .search-wrapper { margin-top: 10px; display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; justify-content: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -moz-justify-content: space-between; -ms-flex-pack: justify; align-items: flex-end; -webkit-box-align: end; -ms-flex-align: end; -webkit-align-items: flex-end; } .search-left-wrapper { display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; align-items: flex-end; -webkit-box-align: end; -ms-flex-align: end; -webkit-align-items: flex-end; } .search-wrapper .search-box { display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; height: 40px; } .search-wrapper .search-box > input { width: 410px; height: 100%; padding: 0 15px; background: #f0f0f0; border: 0; } .search-wrapper .search-box .btn { width: 75px; height: 100%; display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; align-items: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; justify-content: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -moz-justify-content: center; -ms-flex-pack: center; background: #ee8300; cursor: pointer; } .search-wrapper .search-box .btn:hover { background: rgba(231, 130, 7, .8); } .search-wrapper .search-box .btn > img { width: 26px; height: 26px; } .search-wrapper .hot-box { margin-left: 25px; } .search-wrapper .hot-box > span:not(:first-child) { margin-left: 15px; } .search-wrapper .hot-box > span:not(:first-child):hover { color: #ee8300; text-decoration: underline; cursor: pointer; } .list-wrapper { margin-top: 10px; } .list-wrapper ul.items { display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; flex-wrap: wrap; -ms-flex-wrap: wrap; } .list-wrapper ul.items li.item { margin: 50px 32px 0 0; width: 276px; cursor: pointer; } .list-wrapper ul.items li.item:nth-child(4n + 4) { margin-right: 0; } .list-wrapper ul.items li.item > a .img { width: 276px; height: 211px; border-radius: 10px; } .list-wrapper ul.items li.item > a .name { margin-top: 10px; font-size: 16px; } .list-wrapper ul.items li.item > a .name:hover { color: #ee8300; } .list-wrapper ul.items li.item > a .desc { margin-top: 5px; color: #999; } .list-wrapper ul.items li.item > a .desc:hover { text-decoration: underline; } .list-wrapper .page-wrapper { height: 120px; padding-top: 5px; display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; align-items: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; justify-content: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -moz-justify-content: center; -ms-flex-pack: center; } .list-wrapper .page-wrapper .page-box { display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; } .list-wrapper .page-wrapper .page-box > span { width: 30px; height: 28px; line-height: 28px; text-align: center; border: 1px solid #ddd; cursor: pointer; } .list-wrapper .page-wrapper .page-box > span.on { color: #fff; background: #ee8300; border-color: #ee8300; } .list-wrapper .page-wrapper .page-box > span:not(:first-child) { margin-left: 10px; }
public/front/css/investment-strategy/theme.css
html body { height: 100%; } body { background-color: #fff; overflow: scroll; } body, button, dl,dt,div,footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul { margin: 0; padding: 0; outline: none; } * { position: relative; box-sizing: border-box; } ul li { list-style: none; } a { color: #333; text-decoration: none; } [v-cloak] { display: none; } #investment-strategy-theme-page { color: #333; font-size: 14px; } .container-wrapper { margin: 0 auto; width: 1200px; } .router-wrapper { margin-top: 10px; height: 40px; display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; align-items: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; color: #999; } .router-wrapper > span { margin-right: 10px; cursor: pointer; } .router-wrapper > i { margin-right: 10px; } .router-wrapper > span:hover { text-decoration: underline; } .search-wrapper { margin-top: 10px; display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; justify-content: space-between; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -moz-justify-content: space-between; -ms-flex-pack: justify; align-items: flex-end; -webkit-box-align: end; -ms-flex-align: end; -webkit-align-items: flex-end; } .search-left-wrapper { display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; align-items: flex-end; -webkit-box-align: end; -ms-flex-align: end; -webkit-align-items: flex-end; } .search-wrapper .search-box { display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; height: 40px; } .search-wrapper .search-box > input { width: 410px; height: 100%; padding: 0 15px; background: #f0f0f0; border: 0; } .search-wrapper .search-box .btn { width: 75px; height: 100%; display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; align-items: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; justify-content: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -moz-justify-content: center; -ms-flex-pack: center; background: #ee8300; cursor: pointer; } .search-wrapper .search-box .btn:hover { background: rgba(231, 130, 7, .8); } .search-wrapper .search-box .btn > img { width: 26px; height: 26px; } .search-wrapper .hot-box { margin-left: 25px; } .search-wrapper .hot-box > span:not(:first-child) { margin-left: 15px; } .search-wrapper .hot-box > span:not(:first-child):hover { color: #ee8300; text-decoration: underline; cursor: pointer; } .list-wrapper { margin-top: 10px; } .list-wrapper ul.items { display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; flex-wrap: wrap; -ms-flex-wrap: wrap; } .list-wrapper ul.items li.item { margin: 50px 32px 0 0; width: 276px; cursor: pointer; } .list-wrapper ul.items li.item:nth-child(4n + 4) { margin-right: 0; } .list-wrapper ul.items li.item > a .img { width: 276px; height: 211px; border-radius: 10px; } .list-wrapper ul.items li.item > a .name { margin-top: 10px; font-size: 16px; } .list-wrapper ul.items li.item > a .name:hover { color: #ee8300; } .list-wrapper ul.items li.item > a .desc { margin-top: 5px; color: #999; } .list-wrapper ul.items li.item > a .desc:hover { text-decoration: underline; } .list-wrapper .page-wrapper { height: 120px; padding-top: 5px; display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; align-items: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -moz-align-items: center; -ms-flex-align: center; justify-content: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -moz-justify-content: center; -ms-flex-pack: center; } .list-wrapper .page-wrapper .page-box { display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; } .list-wrapper .page-wrapper .page-box > span { width: 30px; height: 28px; line-height: 28px; text-align: center; border: 1px solid #ddd; cursor: pointer; } .list-wrapper .page-wrapper .page-box > span.on { color: #fff; background: #ee8300; border-color: #ee8300; } .list-wrapper .page-wrapper .page-box > span:not(:first-child) { margin-left: 10px; }
0.358465
0.041559
@-moz-document domain("reddit.com") { #header { border-bottom: 5px solid #98c0ea; padding-left:75px; } #sr-header-area { display: none; } #header-bottom-left { height:70px } #header-img.default-header { margin-left: 15px; } .content, body.with-listing-chooser.listing-chooser-collapsed>.content, body.with-listing-chooser.listing-chooser-collapsed .footer-parent { margin-right:75px; margin-left:75px; } ul.tabmenu { position: absolute; bottom: 0; border:none; } .tabmenu li { margin:0; font-weight: lighter; color: #333; background-color: #eff7ff; } .tabmenu li a { color: #333; } .tabmenu li.selected a { border: none; background-color: #98c0ea; color: #333; } .tabmenu li.selected { padding: 10px 10px 0 10px; background-color: #98c0ea; } #header-img.default-header { margin-bottom: 3px; margin-top: 30px; } .entry { background: #eff7ff; padding: 15px; } .thumbnail { margin:0; } .midcol { padding: 15px 5px; } .link { margin-bottom:15px; margin-right:15px; } .link .rank { margin-top: 30px; } .thing .title { color: #333; font-size: small; } .thing .title:visited, .thing.visited .title { color: #999; } .side { margin: 5px 75px 0 15px; } .morelink a { color:#333; font-weight: lighter; } .morelink, .nub { background: #eff7ff; border:none; border-bottom: 5px solid #c5e2f9; height:40px; line-height: 40px; } .morelink:hover { background: #eff7ff; border:none; border-bottom: 5px solid #c5e2f9; color:#999; } .morelink a:hover { color:#999; } .nub { display: none; } #search input[type=text] { color: #666; text-align: center; height: 40px; line-height: 40px; } .goldvertisement { border:none; box-shadow: none; } .goldvertisement .inner { border:none; } .goldvertisement a { font-size:large; height: 40px; line-height: 40px; width: 100%; background: #fcf2b4; border:none; border-bottom: 5px solid #f7e794; } .goldvertisement a:hover { border-bottom: 3px solid #f7e794; -ms-transform: translateY(2px); /* IE 9 */ -webkit-transform: translateY(2px); transform: translateY(2px); padding-bottom:2px; } .goldvertisement .progress .bar span { background-image:none; } .link .usertext .md { border:none; border-radius:0px; } .link.last-clicked { border: 1px solid #eff7ff; } }
data/usercss/105443.user.css
@-moz-document domain("reddit.com") { #header { border-bottom: 5px solid #98c0ea; padding-left:75px; } #sr-header-area { display: none; } #header-bottom-left { height:70px } #header-img.default-header { margin-left: 15px; } .content, body.with-listing-chooser.listing-chooser-collapsed>.content, body.with-listing-chooser.listing-chooser-collapsed .footer-parent { margin-right:75px; margin-left:75px; } ul.tabmenu { position: absolute; bottom: 0; border:none; } .tabmenu li { margin:0; font-weight: lighter; color: #333; background-color: #eff7ff; } .tabmenu li a { color: #333; } .tabmenu li.selected a { border: none; background-color: #98c0ea; color: #333; } .tabmenu li.selected { padding: 10px 10px 0 10px; background-color: #98c0ea; } #header-img.default-header { margin-bottom: 3px; margin-top: 30px; } .entry { background: #eff7ff; padding: 15px; } .thumbnail { margin:0; } .midcol { padding: 15px 5px; } .link { margin-bottom:15px; margin-right:15px; } .link .rank { margin-top: 30px; } .thing .title { color: #333; font-size: small; } .thing .title:visited, .thing.visited .title { color: #999; } .side { margin: 5px 75px 0 15px; } .morelink a { color:#333; font-weight: lighter; } .morelink, .nub { background: #eff7ff; border:none; border-bottom: 5px solid #c5e2f9; height:40px; line-height: 40px; } .morelink:hover { background: #eff7ff; border:none; border-bottom: 5px solid #c5e2f9; color:#999; } .morelink a:hover { color:#999; } .nub { display: none; } #search input[type=text] { color: #666; text-align: center; height: 40px; line-height: 40px; } .goldvertisement { border:none; box-shadow: none; } .goldvertisement .inner { border:none; } .goldvertisement a { font-size:large; height: 40px; line-height: 40px; width: 100%; background: #fcf2b4; border:none; border-bottom: 5px solid #f7e794; } .goldvertisement a:hover { border-bottom: 3px solid #f7e794; -ms-transform: translateY(2px); /* IE 9 */ -webkit-transform: translateY(2px); transform: translateY(2px); padding-bottom:2px; } .goldvertisement .progress .bar span { background-image:none; } .link .usertext .md { border:none; border-radius:0px; } .link.last-clicked { border: 1px solid #eff7ff; } }
0.241042
0.058319
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } * { margin: 0; padding: 0; } html { position: relative; min-height: 100%; } body { margin-bottom: 60px; /* Margin bottom for footer height */ background: #fff; color: #666666; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 26px; font-weight: 300; letter-spacing: 0.6px; } #page { z-index: 10; position: relative; opacity: 0; margin-top: 20px; background: #fff; transition: all 1s ease 1s; -webkit-transition: all 1s ease 1s; -moz-transition: all 1s ease 1s; -o-transition: all 1s ease 1s; } #page.displayed { opacity: 1; margin: 0; } hr { height: 1px; background-color: #e9e9e9; border: 0px; } /* -------------------------------------------------------------- /* Typography -------------------------------------------------------------- */ p { color: #666666; margin-bottom: 34px; font-size: 14px; line-height: 26px; font-weight: 300; letter-spacing: 0.6px; } h1, h2, h3, h4, h5, h6 { color: #666666; font-family: 'Roboto', sans-serif; } ul, ol, li { color: #666666; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 26px; font-weight: 300; letter-spacing: 0.6px; } li { margin-left: 10px; } .page-link { color: #000; } blockquote { margin: 0px 50px 0px 50px; padding: 30px 30px 30px 50px; font-weight: 300; border-left: 5px solid #dfdfdf; background: #f4f4f4; color: #999999; font-size: 20px; font-style: oblique; line-height: 24px; } blockquote p { margin: 0; } preformatted { font-family: monospace; white-space: pre; } a { outline: none; text-decoration: none; color: #ccc; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; padding-bottom: 4px; } a:hover { opacity: 0.5; text-decoration: none; } textarea { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; } /* -------------------------------------------------------------- /* Image shadows (uncomment this if you aren't going to have any transparent/light images) -------------------------------------------------------------- img { box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } */ /* -------------------------------------------------------------- /* Header -------------------------------------------------------------- */ header { width: 100%; top: 0; } #nav { float: right; } #nav ul li { float: left; list-style: none; } #nav ul li a { display: block; margin-left: 40px; margin-top: 50px; color: #666; font-size: 11px; font-weight: 300; letter-spacing: 2px; color: #000; text-transform: uppercase; border-bottom: 0px; padding-bottom: 0px; } header .logo { height: 90px; margin-top: 25px; float: left; position: absolute; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; } header img:hover { opacity: 0.7; } header .instagram-header-icon { height: 15px; margin-top: 8px; } /* #nav ul li .selected { border-bottom: 1px solid #bbbbbb; } */ /* -------------------------------------------------------------- /* Hero Image -------------------------------------------------------------- */ .hero { padding: 100px 0; height: 300px; background-image: url(../img/background-hero.jpg); min-height: 100%; background-color: #c7c7c7; background-size: 100%; box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .hero-hidden { display: none; } .hero-text { color: white; text-align: center; } p.hero-text { font-size: 24px; } .hero-image-home { width: 100%; height: 500px; background-color: #f3f3f3; background-image: url('https://images-assets.nasa.gov/image/PIA13845/PIA13845~orig.jpg'); background-position: center; background-size: cover; overflow: hidden; } .hero-image-menu { width: 100%; height: 350px; background-color: #f3f3f3; background-image: url('../img/hero-image-menu.jpg'); background-position: center; background-size: cover; overflow: hidden; } .hero-image-gallery { width: 100%; height: 350px; background-color: #f3f3f3; background-image: url('../img/hero-image-gallery.jpg'); background-position: center; background-size: cover; overflow: hidden; } .hero-image-contact { width: 100%; height: 350px; background-color: #f3f3f3; background-image: url('../img/hero-image-contact.jpg'); background-position: center; background-size: cover; overflow: hidden; } /* -------------------------------------------------------------- /* Main -------------------------------------------------------------- */ .main { width: 660px; margin: 120px auto; text-align: justify; } /* -------------------------------------------------------------- /* Table -------------------------------------------------------------- */ table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 26px; font-weight: 300; letter-spacing: 0.6px; } th, td { padding: 10px 20px 10px 20px; height: 40px; border-bottom: 1px solid #f3f3f3; } th { color: #666; height: 40px; font-size: 14px; font-weight: 600; line-height: 26px; letter-spacing: 0.6px; border-bottom: 1px solid #c7c7c7; } td:nth-of-type(even) { text-align: right; padding: 0 25px 0 20px; min-width: 90px; } /* -------------------------------------------------------------- /* Gallery (will leave that for ver. 1.1) -------------------------------------------------------------- */ .example-image { width: 150px; height: 150px; } .example-image-link { width: 150px; height: 150px; margin: 0; display: inline-block; margin-bottom: 20px; margin-right: 20px; } /* .example-image-link:nth-of-type(4n+0) { margin-right: 0px; } */ /* -------------------------------------------------------------- /* Contact Form -------------------------------------------------------------- */ form input, form textarea { font-family: 'Roboto', sans-serif; width: 100%; border: 1px solid #c7c7c7; height: 35px; margin-bottom: 20px; padding-left: 14px; font-size: 12px; border-radius: 1px; font-weight: 300; letter-spacing: 0.6px; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; } form input:active, form textarea:active, form input:focus, form textarea:focus { border: 1px solid #343638; outline: none; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; } form textarea { height: 100px; padding: 10px 0 0 14px; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; } form textarea:focus { height: 200px; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; } form input:last-of-type { color: #343638; padding-left: 14px; display: block; width: 300px; border: 1px solid #f3f3f3; background-color: #f3f3f3; height: 40px; line-height: 36px; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; } form input:last-of-type:hover, form input:last-of-type:focus, form input:last-of-type:active { background-color: white; color: #000; border: 1px solid #c7c7c7; cursor: pointer; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; } input { -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; } /* -------------------------------------------------------------- /* Footer -------------------------------------------------------------- */ footer { position: absolute; width: 100%; padding: 10px 0 25px; height: 60px; text-align: center; color: #aaa; bottom: 0; } footer .copyright { font-size: 14px; letter-spacing: 0; margin-bottom: 0; } .btn-primary { width: 300px; background-color: #e9e9e9; border-color: #e9e9e9; color: #c7c7c7 } .btn-primary:active,.btn-primary:focus, .btn-primary:hover { color: #c7c7c7; background-color: #f3f3f3!important; border-color: #f3f3f3!important } /* */ /* -------------------------------------------------------------- /* Responsive / Screen under 720px -------------------------------------------------------------- */ @media screen and (max-width: 720px) { /* -------------------------------------------------------------- /* Header Responsive -------------------------------------------------------------- */header { padding-left: 30px; } #nav { width: 100%; top: 132px; position: absolute; right: 0; } #nav:before { font-family: sans-serif; font-style: normal; content: '\2630'; display: block; position: absolute; right: 30px; top: -82px; line-height: 27px; font-size: 20px; color: #323232; cursor: pointer; } #nav ul { background-color: #343638; width: 100%; text-align: center; margin: 0 auto; } #nav ul li { float: none; } #nav ul li a { line-height: 60px; margin: 0; color: #fff; z-index: 10; height: 60px; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; } #nav ul li a:last-of-type { } #nav ul li a:hover { background-color: #fff; color: #000; text-decoration: none; opacity: 1; } #nav ul { display: block; height: 0; opacity: 0; overflow: hidden; transition: 500ms ease-in-out; -moz-transition: 500ms ease-in-out; -webkit-transition: 500ms ease-in-out; -ms-transition: 500ms ease-in-out; -o-transition: 500ms ease-in-out; transform: perspective(0) rotate3d(0, 0, 0, 0); -moz-transform: perspective(0) rotate3d(1, 0, 0, -90deg); -ms-transform: perspective(0) rotate3d(0, 0, 0, 0); -o-transform: perspective(0) rotate3d(0, 0, 0, 0); -webkit-transform: perspective(0) rotate3d(1, 0, 0, -90deg); transform-origin: 100% 0%; -moz-transform-origin: 100% 0%; -webkit-transform-origin: 100% 0%; -ms-transform-origin: 100% 0%; -o-transform-origin: 100% 0%; } #nav.open ul { height: auto; opacity: 1; transform: translateY(8px); -ms-transform: translateY(8px); -o-transform: translateY(8px); -moz-transform: translateY(8px); -webkit-transform: translateY(8px); } #nav ul li .selected { border-bottom: 0px; } /* -------------------------------------------------------------- /* Hero Image Responsive -------------------------------------------------------------- */ .hero-image-home, .hero-image-menu, .hero-image-gallery, .hero-image-contact { height: 300px; } /* -------------------------------------------------------------- /* Main Responsive -------------------------------------------------------------- */ .main { padding: 0 30px; width: auto; } /* -------------------------------------------------------------- /* Gallery -------------------------------------------------------------- */ .example-image { width: 100%; height: auto; } .example-image-link, .example-image-link:nth-of-type(4n+0) { width: 48%; height: auto; margin-bottom: 20px; margin-right: 4%; border-bottom: 0; padding-bottom: 0; } .example-image-link:nth-of-type(even) { margin-right: 0px; } } /* */ /* -------------------------------------------------------------- /* Dark mode -------------------------------------------------------------- */ @media (prefers-color-scheme: dark) { body { background: #212529; } textarea { background-color: #343a40; color: #999999; border-color: #999999; } a { color: #3282b8; } p, pre, h1, h2, h3, h4, h5, h6, ul, ol, li, .btn { color: #dee2e6; } .btn:hover { color: #999999; } .navbar-light .navbar-brand { color: #f8f9fa; } .navbar-light .navbar-toggler { color: #f8f9fa; } .navbar-light .navbar-nav .nav-link { color: #f8f9fa; } blockquote { background: #343a40; color: #999999; } .lightboxOverlay { background-color: black !important; } .lb-outerContainer { background-color: black !important; } .fa-inverse { color: #212529 !important; } img { opacity: .75; transition: opacity .5s ease-in-out; } img:hover { opacity: 1; } }
css/style.css
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } * { margin: 0; padding: 0; } html { position: relative; min-height: 100%; } body { margin-bottom: 60px; /* Margin bottom for footer height */ background: #fff; color: #666666; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 26px; font-weight: 300; letter-spacing: 0.6px; } #page { z-index: 10; position: relative; opacity: 0; margin-top: 20px; background: #fff; transition: all 1s ease 1s; -webkit-transition: all 1s ease 1s; -moz-transition: all 1s ease 1s; -o-transition: all 1s ease 1s; } #page.displayed { opacity: 1; margin: 0; } hr { height: 1px; background-color: #e9e9e9; border: 0px; } /* -------------------------------------------------------------- /* Typography -------------------------------------------------------------- */ p { color: #666666; margin-bottom: 34px; font-size: 14px; line-height: 26px; font-weight: 300; letter-spacing: 0.6px; } h1, h2, h3, h4, h5, h6 { color: #666666; font-family: 'Roboto', sans-serif; } ul, ol, li { color: #666666; font-family: 'Roboto', sans-serif; font-size: 14px; line-height: 26px; font-weight: 300; letter-spacing: 0.6px; } li { margin-left: 10px; } .page-link { color: #000; } blockquote { margin: 0px 50px 0px 50px; padding: 30px 30px 30px 50px; font-weight: 300; border-left: 5px solid #dfdfdf; background: #f4f4f4; color: #999999; font-size: 20px; font-style: oblique; line-height: 24px; } blockquote p { margin: 0; } preformatted { font-family: monospace; white-space: pre; } a { outline: none; text-decoration: none; color: #ccc; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; padding-bottom: 4px; } a:hover { opacity: 0.5; text-decoration: none; } textarea { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; } /* -------------------------------------------------------------- /* Image shadows (uncomment this if you aren't going to have any transparent/light images) -------------------------------------------------------------- img { box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } */ /* -------------------------------------------------------------- /* Header -------------------------------------------------------------- */ header { width: 100%; top: 0; } #nav { float: right; } #nav ul li { float: left; list-style: none; } #nav ul li a { display: block; margin-left: 40px; margin-top: 50px; color: #666; font-size: 11px; font-weight: 300; letter-spacing: 2px; color: #000; text-transform: uppercase; border-bottom: 0px; padding-bottom: 0px; } header .logo { height: 90px; margin-top: 25px; float: left; position: absolute; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; } header img:hover { opacity: 0.7; } header .instagram-header-icon { height: 15px; margin-top: 8px; } /* #nav ul li .selected { border-bottom: 1px solid #bbbbbb; } */ /* -------------------------------------------------------------- /* Hero Image -------------------------------------------------------------- */ .hero { padding: 100px 0; height: 300px; background-image: url(../img/background-hero.jpg); min-height: 100%; background-color: #c7c7c7; background-size: 100%; box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .hero-hidden { display: none; } .hero-text { color: white; text-align: center; } p.hero-text { font-size: 24px; } .hero-image-home { width: 100%; height: 500px; background-color: #f3f3f3; background-image: url('https://images-assets.nasa.gov/image/PIA13845/PIA13845~orig.jpg'); background-position: center; background-size: cover; overflow: hidden; } .hero-image-menu { width: 100%; height: 350px; background-color: #f3f3f3; background-image: url('../img/hero-image-menu.jpg'); background-position: center; background-size: cover; overflow: hidden; } .hero-image-gallery { width: 100%; height: 350px; background-color: #f3f3f3; background-image: url('../img/hero-image-gallery.jpg'); background-position: center; background-size: cover; overflow: hidden; } .hero-image-contact { width: 100%; height: 350px; background-color: #f3f3f3; background-image: url('../img/hero-image-contact.jpg'); background-position: center; background-size: cover; overflow: hidden; } /* -------------------------------------------------------------- /* Main -------------------------------------------------------------- */ .main { width: 660px; margin: 120px auto; text-align: justify; } /* -------------------------------------------------------------- /* Table -------------------------------------------------------------- */ table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 26px; font-weight: 300; letter-spacing: 0.6px; } th, td { padding: 10px 20px 10px 20px; height: 40px; border-bottom: 1px solid #f3f3f3; } th { color: #666; height: 40px; font-size: 14px; font-weight: 600; line-height: 26px; letter-spacing: 0.6px; border-bottom: 1px solid #c7c7c7; } td:nth-of-type(even) { text-align: right; padding: 0 25px 0 20px; min-width: 90px; } /* -------------------------------------------------------------- /* Gallery (will leave that for ver. 1.1) -------------------------------------------------------------- */ .example-image { width: 150px; height: 150px; } .example-image-link { width: 150px; height: 150px; margin: 0; display: inline-block; margin-bottom: 20px; margin-right: 20px; } /* .example-image-link:nth-of-type(4n+0) { margin-right: 0px; } */ /* -------------------------------------------------------------- /* Contact Form -------------------------------------------------------------- */ form input, form textarea { font-family: 'Roboto', sans-serif; width: 100%; border: 1px solid #c7c7c7; height: 35px; margin-bottom: 20px; padding-left: 14px; font-size: 12px; border-radius: 1px; font-weight: 300; letter-spacing: 0.6px; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; } form input:active, form textarea:active, form input:focus, form textarea:focus { border: 1px solid #343638; outline: none; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; } form textarea { height: 100px; padding: 10px 0 0 14px; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; } form textarea:focus { height: 200px; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; } form input:last-of-type { color: #343638; padding-left: 14px; display: block; width: 300px; border: 1px solid #f3f3f3; background-color: #f3f3f3; height: 40px; line-height: 36px; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; } form input:last-of-type:hover, form input:last-of-type:focus, form input:last-of-type:active { background-color: white; color: #000; border: 1px solid #c7c7c7; cursor: pointer; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; } input { -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; } /* -------------------------------------------------------------- /* Footer -------------------------------------------------------------- */ footer { position: absolute; width: 100%; padding: 10px 0 25px; height: 60px; text-align: center; color: #aaa; bottom: 0; } footer .copyright { font-size: 14px; letter-spacing: 0; margin-bottom: 0; } .btn-primary { width: 300px; background-color: #e9e9e9; border-color: #e9e9e9; color: #c7c7c7 } .btn-primary:active,.btn-primary:focus, .btn-primary:hover { color: #c7c7c7; background-color: #f3f3f3!important; border-color: #f3f3f3!important } /* */ /* -------------------------------------------------------------- /* Responsive / Screen under 720px -------------------------------------------------------------- */ @media screen and (max-width: 720px) { /* -------------------------------------------------------------- /* Header Responsive -------------------------------------------------------------- */header { padding-left: 30px; } #nav { width: 100%; top: 132px; position: absolute; right: 0; } #nav:before { font-family: sans-serif; font-style: normal; content: '\2630'; display: block; position: absolute; right: 30px; top: -82px; line-height: 27px; font-size: 20px; color: #323232; cursor: pointer; } #nav ul { background-color: #343638; width: 100%; text-align: center; margin: 0 auto; } #nav ul li { float: none; } #nav ul li a { line-height: 60px; margin: 0; color: #fff; z-index: 10; height: 60px; transition: 500ms ease; -moz-transition: 500ms ease; -webkit-transition: 500ms ease; -ms-transition: 500ms ease; -o-transition: 500ms ease; } #nav ul li a:last-of-type { } #nav ul li a:hover { background-color: #fff; color: #000; text-decoration: none; opacity: 1; } #nav ul { display: block; height: 0; opacity: 0; overflow: hidden; transition: 500ms ease-in-out; -moz-transition: 500ms ease-in-out; -webkit-transition: 500ms ease-in-out; -ms-transition: 500ms ease-in-out; -o-transition: 500ms ease-in-out; transform: perspective(0) rotate3d(0, 0, 0, 0); -moz-transform: perspective(0) rotate3d(1, 0, 0, -90deg); -ms-transform: perspective(0) rotate3d(0, 0, 0, 0); -o-transform: perspective(0) rotate3d(0, 0, 0, 0); -webkit-transform: perspective(0) rotate3d(1, 0, 0, -90deg); transform-origin: 100% 0%; -moz-transform-origin: 100% 0%; -webkit-transform-origin: 100% 0%; -ms-transform-origin: 100% 0%; -o-transform-origin: 100% 0%; } #nav.open ul { height: auto; opacity: 1; transform: translateY(8px); -ms-transform: translateY(8px); -o-transform: translateY(8px); -moz-transform: translateY(8px); -webkit-transform: translateY(8px); } #nav ul li .selected { border-bottom: 0px; } /* -------------------------------------------------------------- /* Hero Image Responsive -------------------------------------------------------------- */ .hero-image-home, .hero-image-menu, .hero-image-gallery, .hero-image-contact { height: 300px; } /* -------------------------------------------------------------- /* Main Responsive -------------------------------------------------------------- */ .main { padding: 0 30px; width: auto; } /* -------------------------------------------------------------- /* Gallery -------------------------------------------------------------- */ .example-image { width: 100%; height: auto; } .example-image-link, .example-image-link:nth-of-type(4n+0) { width: 48%; height: auto; margin-bottom: 20px; margin-right: 4%; border-bottom: 0; padding-bottom: 0; } .example-image-link:nth-of-type(even) { margin-right: 0px; } } /* */ /* -------------------------------------------------------------- /* Dark mode -------------------------------------------------------------- */ @media (prefers-color-scheme: dark) { body { background: #212529; } textarea { background-color: #343a40; color: #999999; border-color: #999999; } a { color: #3282b8; } p, pre, h1, h2, h3, h4, h5, h6, ul, ol, li, .btn { color: #dee2e6; } .btn:hover { color: #999999; } .navbar-light .navbar-brand { color: #f8f9fa; } .navbar-light .navbar-toggler { color: #f8f9fa; } .navbar-light .navbar-nav .nav-link { color: #f8f9fa; } blockquote { background: #343a40; color: #999999; } .lightboxOverlay { background-color: black !important; } .lb-outerContainer { background-color: black !important; } .fa-inverse { color: #212529 !important; } img { opacity: .75; transition: opacity .5s ease-in-out; } img:hover { opacity: 1; } }
0.379953
0.069132
cause other problems */ /* Dialog Content */ /* Search Checkboxes */ /* Dialog Chrome */ /* Tooltips and hovers in dialogs */ /* Edit Response HUDs - should come above modal dialog stuff. */ .clear_float:before, .clear_float:after { content: " "; display: table; } .clear_float:after { clear: both; } div.ccm-style-customizer-palette { border: 1px solid black; width: 250px; padding: 10px; z-index: 950; display: none; position: absolute; top: 0px; left: 0px; background-color: #020202; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -ms-border-radius: 4px; color: #7f8d90; } div.ccm-style-customizer-palette.ccm-style-customizer-palette-large { width: 550px; } div.ccm-style-customizer-palette.ccm-style-customizer-palette-large div.ccm-style-customizer-slider { width: 440px; } div.ccm-style-customizer-palette > div { position: relative; padding-bottom: 12px; } div.ccm-style-customizer-palette > div.checkbox { padding-bottom: 4px; } div.ccm-style-customizer-palette select { display: block; text-align: center; width: 180px; background-color: #aaa; appearance: none; -webkit-appearance: none; padding: 10px; color: #000; } div.ccm-style-customizer-palette div.ccm-style-customizer-slider { width: 180px; } div.ccm-style-customizer-palette div.ui-slider { background-image: none; background-color: #444; border-color: #444; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -ms-border-radius: 4px; } div.ccm-style-customizer-palette div.ui-slider a.ui-slider-handle { border: none; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; -ms-border-radius: 7px; background-color: #888 !important; outline: none !important; background-image: none; } div.ccm-style-customizer-palette span.ccm-style-customizer-slider-value { position: absolute; top: 20px; right: 0px; } div.ccm-style-customizer-palette div.sp-replacer { top: 8px; right: 5px; } div.ccm-style-customizer-palette input.ccm-flat-checkbox, div.ccm-style-customizer-palette input.ccm-flat-radio { border: 1px solid #444; } div.ccm-style-customizer-palette input.ccm-flat-checkbox:checked:after, div.ccm-style-customizer-palette input.ccm-flat-radio:checked:after { color: #3baaf7; } div.ccm-style-customizer-palette div.ccm-style-customizer-palette-actions { text-align: center; padding: 8px 0px 8px 0px; }
concrete/css/build/core/style-customizer.css
cause other problems */ /* Dialog Content */ /* Search Checkboxes */ /* Dialog Chrome */ /* Tooltips and hovers in dialogs */ /* Edit Response HUDs - should come above modal dialog stuff. */ .clear_float:before, .clear_float:after { content: " "; display: table; } .clear_float:after { clear: both; } div.ccm-style-customizer-palette { border: 1px solid black; width: 250px; padding: 10px; z-index: 950; display: none; position: absolute; top: 0px; left: 0px; background-color: #020202; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -ms-border-radius: 4px; color: #7f8d90; } div.ccm-style-customizer-palette.ccm-style-customizer-palette-large { width: 550px; } div.ccm-style-customizer-palette.ccm-style-customizer-palette-large div.ccm-style-customizer-slider { width: 440px; } div.ccm-style-customizer-palette > div { position: relative; padding-bottom: 12px; } div.ccm-style-customizer-palette > div.checkbox { padding-bottom: 4px; } div.ccm-style-customizer-palette select { display: block; text-align: center; width: 180px; background-color: #aaa; appearance: none; -webkit-appearance: none; padding: 10px; color: #000; } div.ccm-style-customizer-palette div.ccm-style-customizer-slider { width: 180px; } div.ccm-style-customizer-palette div.ui-slider { background-image: none; background-color: #444; border-color: #444; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -ms-border-radius: 4px; } div.ccm-style-customizer-palette div.ui-slider a.ui-slider-handle { border: none; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; -ms-border-radius: 7px; background-color: #888 !important; outline: none !important; background-image: none; } div.ccm-style-customizer-palette span.ccm-style-customizer-slider-value { position: absolute; top: 20px; right: 0px; } div.ccm-style-customizer-palette div.sp-replacer { top: 8px; right: 5px; } div.ccm-style-customizer-palette input.ccm-flat-checkbox, div.ccm-style-customizer-palette input.ccm-flat-radio { border: 1px solid #444; } div.ccm-style-customizer-palette input.ccm-flat-checkbox:checked:after, div.ccm-style-customizer-palette input.ccm-flat-radio:checked:after { color: #3baaf7; } div.ccm-style-customizer-palette div.ccm-style-customizer-palette-actions { text-align: center; padding: 8px 0px 8px 0px; }
0.261897
0.052014
html { font-size: 20px; } html, body, header, section, footer, div, ul, ol, li, img, a, span, em, del, legend, center, strong, var, fieldset, form, label, dl, dt, dd, cite, input, hr, time, mark, code, figcaption, figure, textarea, h1, h2, h3, h4, h5, h6, p { margin: 0; border: 0; padding: 0; font-style: normal; } html, body { -webkit-touch-callout: none; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; background-color: #fff; } nav, article, aside, details, main, header, footer, section, fieldset, figcaption, figure { display: block; } img, a, button, em, del, strong, var, label, cite, small, time, mark, code, textarea { display: inline-block; } ol, ul { list-style: none; } input, button, textarea { border: 0; margin: 0; padding: 0; font-size: 1em; line-height: 1em; /*-webkit-appearance:none;*/ background-color: rgba(0, 0, 0, 0); } span { display: inline-block; } a:active, a:hover { outline: 0; } a, a:visited { text-decoration: none; } label, .wordWrap { word-wrap: break-word; word-break: break-all; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } .clearfix:after { content: ' '; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } h1 { font-size: .75rem; font-style: normal; font-weight: normal; } h2 { font-size: .65rem; font-style: normal; font-weight: normal; } h3 { font-size: .65rem; font-style: normal; font-weight: normal; } .font-color-red { color: #DE2D23; } /* #444 字体颜色 */ .font-color-444 { color: #444; } /*#222 字体颜色*/ .text-color-222 { color: #222; } /* 26px 字体*/ .text-size-26 { font-size: .65rem; } /*30px 字体*/ .text-size-30 { font-size: .75rem; } /*行高*/ .line-height-46 { line-height: 46px; } /*整体容器*/ .container { max-width: 720px; margin: 0 auto; position: relative; min-height: 4.4rem; } /*头部*/ .header { width: 100%; height: 2.2rem; line-height: 2.2rem; background-color: #333; color: #FFF; font-size: .75rem; text-align: center; position: relative; } /*底部*/ .footer { width: 100%; height: 2.2rem; line-height: 2.2rem; background-color: #de2d23; color: #FFF; font-size: .75rem; text-align: center; position: fixed; bottom: 0; left: 0; } /*内容*/ .content { width: 100%; } /*返回按钮*/ .icon-back { width: .4rem; height: .7rem; background: url("../image/icon-back.png") no-repeat center center; background-size: cover; position: absolute; left: .75rem; top: .75rem; }
public/css/lib/common.css
html { font-size: 20px; } html, body, header, section, footer, div, ul, ol, li, img, a, span, em, del, legend, center, strong, var, fieldset, form, label, dl, dt, dd, cite, input, hr, time, mark, code, figcaption, figure, textarea, h1, h2, h3, h4, h5, h6, p { margin: 0; border: 0; padding: 0; font-style: normal; } html, body { -webkit-touch-callout: none; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; background-color: #fff; } nav, article, aside, details, main, header, footer, section, fieldset, figcaption, figure { display: block; } img, a, button, em, del, strong, var, label, cite, small, time, mark, code, textarea { display: inline-block; } ol, ul { list-style: none; } input, button, textarea { border: 0; margin: 0; padding: 0; font-size: 1em; line-height: 1em; /*-webkit-appearance:none;*/ background-color: rgba(0, 0, 0, 0); } span { display: inline-block; } a:active, a:hover { outline: 0; } a, a:visited { text-decoration: none; } label, .wordWrap { word-wrap: break-word; word-break: break-all; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } .clearfix:after { content: ' '; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } h1 { font-size: .75rem; font-style: normal; font-weight: normal; } h2 { font-size: .65rem; font-style: normal; font-weight: normal; } h3 { font-size: .65rem; font-style: normal; font-weight: normal; } .font-color-red { color: #DE2D23; } /* #444 字体颜色 */ .font-color-444 { color: #444; } /*#222 字体颜色*/ .text-color-222 { color: #222; } /* 26px 字体*/ .text-size-26 { font-size: .65rem; } /*30px 字体*/ .text-size-30 { font-size: .75rem; } /*行高*/ .line-height-46 { line-height: 46px; } /*整体容器*/ .container { max-width: 720px; margin: 0 auto; position: relative; min-height: 4.4rem; } /*头部*/ .header { width: 100%; height: 2.2rem; line-height: 2.2rem; background-color: #333; color: #FFF; font-size: .75rem; text-align: center; position: relative; } /*底部*/ .footer { width: 100%; height: 2.2rem; line-height: 2.2rem; background-color: #de2d23; color: #FFF; font-size: .75rem; text-align: center; position: fixed; bottom: 0; left: 0; } /*内容*/ .content { width: 100%; } /*返回按钮*/ .icon-back { width: .4rem; height: .7rem; background: url("../image/icon-back.png") no-repeat center center; background-size: cover; position: absolute; left: .75rem; top: .75rem; }
0.40157
0.067454
.about-container .introduction { display: flex; justify-content: space-around; gap: 20px; width: 100%; } .about-container .introduction .intro-card { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 10px; max-width: 200px; width: 100%; text-align: center; background-color: rgba(0, 0, 0, 0.06); border-radius: 30px; } @media screen and (max-width: 450px) { .about-container .introduction { flex-direction: column; align-items: center; gap: 10px; } } /* Basic CSS */ .about-container .container { display: flex; flex-direction: column; align-items: center; } /* Cards & Body */ .about-container .panel { display: flex; align-items: center; justify-content: center; margin: 80px 0; padding: 0 16px; } /* Body Containing Icon & Text */ .about-container .body { display: flex; flex-direction: column; align-items: flex-start; width: 50%; padding: 16px 60px 16px 0px; } .about-container img { width: 50%; border: 2px solid rgba(0, 0, 0, 0.06); border-radius: 50px; } /* Icon */ .about-container .icon { display: flex; align-items: center; gap: 10px; font-weight: 600; background-color: rgba(0, 0, 0, 0.06); border-radius: 20px; padding: 4px 10px; } /* Text */ .about-container .text { display: flex; flex-direction: column; gap: 24px; max-width: 800px; } /* Cards */ .about-container .cards { width: 50%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; } .about-container .card { display: flex; flex-direction: column; align-items: center; padding: 10px; width: 280px; text-align: center; } .about-container .cards ion-icon { padding: 16px; border-radius: 100%; margin-bottom: 24px; font-size: 30px; fill: white; background-color: royalblue; } /* Alternate Positions of the Image & Body */ .about-container .panel:nth-child(odd) { flex-direction: row-reverse; } .about-container .panel:nth-child(odd) .body { padding: 16px 0px 16px 60px; } @media screen and (max-width: 1200px) { .about-container .panel, .about-container .panel:nth-child(odd) { flex-direction: column; align-items: center; } .about-container .body, .about-container .panel:nth-child(odd) .body { padding: 16px 0; } .about-container .body, .about-container .text { align-items: center; width: 100%; } .about-container .introduction { flex-wrap: wrap; } .about-container .cards { width: 100%; } .about-container img { width: 100%; max-width: 800px; } } @media screen and (max-width: 450px) { .contents-container .content, .basics-container p1, .features-container p1 { line-height: 1.4; } } /* Hero Section CSS */ .footer-container { display: flex; align-items: center; justify-content: center; } /* Maximise Background Image*/ .footer-container img { width: 100%; } .footer-container .container { position: absolute; height: fit-content; display: flex; flex-direction: column; justify-content: center; align-items: center; } .footer-container .social { display: flex; align-items: center; gap: 20px; margin: 40px 0; padding: 0 16px; } .footer-container ion-icon { padding: 10px; font-size: 30px; color: rgba(255, 255, 255, 1); border: solid 2px rgba(255, 255, 255, 1); background-color: rgba(255, 25, 100, 1); border-radius: 100%; transition: all 500ms ease; } .footer-container ion-icon:hover { font-size: 40px; color: rgba(255, 25, 100, 1); border: solid 2px rgba(255, 25, 100, 1); background-color: rgba(255, 255, 255, 1); } @media screen and (max-width: 650px) { .footer-container .title h3 { font-size: 16px; } .footer-container .title h1 { font-size: 24px; padding: 10px; } }
about-me.css
.about-container .introduction { display: flex; justify-content: space-around; gap: 20px; width: 100%; } .about-container .introduction .intro-card { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 10px; max-width: 200px; width: 100%; text-align: center; background-color: rgba(0, 0, 0, 0.06); border-radius: 30px; } @media screen and (max-width: 450px) { .about-container .introduction { flex-direction: column; align-items: center; gap: 10px; } } /* Basic CSS */ .about-container .container { display: flex; flex-direction: column; align-items: center; } /* Cards & Body */ .about-container .panel { display: flex; align-items: center; justify-content: center; margin: 80px 0; padding: 0 16px; } /* Body Containing Icon & Text */ .about-container .body { display: flex; flex-direction: column; align-items: flex-start; width: 50%; padding: 16px 60px 16px 0px; } .about-container img { width: 50%; border: 2px solid rgba(0, 0, 0, 0.06); border-radius: 50px; } /* Icon */ .about-container .icon { display: flex; align-items: center; gap: 10px; font-weight: 600; background-color: rgba(0, 0, 0, 0.06); border-radius: 20px; padding: 4px 10px; } /* Text */ .about-container .text { display: flex; flex-direction: column; gap: 24px; max-width: 800px; } /* Cards */ .about-container .cards { width: 50%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-evenly; } .about-container .card { display: flex; flex-direction: column; align-items: center; padding: 10px; width: 280px; text-align: center; } .about-container .cards ion-icon { padding: 16px; border-radius: 100%; margin-bottom: 24px; font-size: 30px; fill: white; background-color: royalblue; } /* Alternate Positions of the Image & Body */ .about-container .panel:nth-child(odd) { flex-direction: row-reverse; } .about-container .panel:nth-child(odd) .body { padding: 16px 0px 16px 60px; } @media screen and (max-width: 1200px) { .about-container .panel, .about-container .panel:nth-child(odd) { flex-direction: column; align-items: center; } .about-container .body, .about-container .panel:nth-child(odd) .body { padding: 16px 0; } .about-container .body, .about-container .text { align-items: center; width: 100%; } .about-container .introduction { flex-wrap: wrap; } .about-container .cards { width: 100%; } .about-container img { width: 100%; max-width: 800px; } } @media screen and (max-width: 450px) { .contents-container .content, .basics-container p1, .features-container p1 { line-height: 1.4; } } /* Hero Section CSS */ .footer-container { display: flex; align-items: center; justify-content: center; } /* Maximise Background Image*/ .footer-container img { width: 100%; } .footer-container .container { position: absolute; height: fit-content; display: flex; flex-direction: column; justify-content: center; align-items: center; } .footer-container .social { display: flex; align-items: center; gap: 20px; margin: 40px 0; padding: 0 16px; } .footer-container ion-icon { padding: 10px; font-size: 30px; color: rgba(255, 255, 255, 1); border: solid 2px rgba(255, 255, 255, 1); background-color: rgba(255, 25, 100, 1); border-radius: 100%; transition: all 500ms ease; } .footer-container ion-icon:hover { font-size: 40px; color: rgba(255, 25, 100, 1); border: solid 2px rgba(255, 25, 100, 1); background-color: rgba(255, 255, 255, 1); } @media screen and (max-width: 650px) { .footer-container .title h3 { font-size: 16px; } .footer-container .title h1 { font-size: 24px; padding: 10px; } }
0.454472
0.090856
.jcarousel-skin-tango .jcarousel-container { background: url(../images/bg-carousel-news.jpg); } .jcarousel-skin-tango .jcarousel-direction-rtl { direction: rtl; } .jcarousel-skin-tango .jcarousel-container-horizontal { width: 545px; padding: 0px 30px; } #degustation-produits .jcarousel-skin-tango .jcarousel-container-horizontal { width: 977px; height:577px; padding: 0px 58px; background:none; } .pro-home .jcarousel-skin-tango .jcarousel-container-horizontal { width: 782px; height:480px; padding: 0px 55px; background:none; } .jcarousel-skin-tango .jcarousel-container-vertical { width: 75px; height: 245px; padding: 40px 20px; } .jcarousel-skin-tango .jcarousel-clip { overflow: hidden; } .jcarousel-skin-tango .jcarousel-clip-horizontal { width: 545px; height: 90px; } #degustation-produits .jcarousel-skin-tango .jcarousel-clip-horizontal { width: 977px; height: 577px; } .pro-home .jcarousel-skin-tango .jcarousel-clip-horizontal { width: 782px; height: 480px; } .jcarousel-skin-tango .jcarousel-clip-vertical { width: 58px; height: 245px; } .jcarousel-skin-tango .jcarousel-item { width: 253px; height: 60px; } #degustation-produits .jcarousel-skin-tango .jcarousel-item { width: 977px; height: 577px; } .pro-home .jcarousel-skin-tango .jcarousel-item { width: 782px; height: 480px; } .jcarousel-skin-tango .jcarousel-item-horizontal { margin-left: 0; margin-right: 20px; margin-top:15px; } #degustation-produits .jcarousel-skin-tango .jcarousel-item-horizontal { margin: 0; } .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal { margin-left: 10px; margin-right: 0; } .jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: 10px; } .jcarousel-skin-tango .jcarousel-item-placeholder { background: #fff; color: #000; } /** * Horizontal Buttons */ .jcarousel-skin-tango .jcarousel-next-horizontal { position: absolute; top: 26px; right: 5px; width: 12px; height: 39px; cursor: pointer; background: url(../images/nav-next.gif) no-repeat; } #degustation-produits .jcarousel-skin-tango .jcarousel-next-horizontal { top: 243px; right: 0px; width: 116px; height: 116px; cursor: pointer; background: url(../images/suiv-degustation.png) no-repeat; z-index:12; } .pro-home .jcarousel-skin-tango .jcarousel-next-horizontal { top: 225px; right: 0px; width: 55px; height: 10px; cursor: pointer; background: url(../images/fleche-prev.png) no-repeat; z-index:12; } .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal { left: 5px; right: auto; background-image: url(prev-horizontal.png); } .jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus { /* background-position: -32px 0;*/ } .jcarousel-skin-tango .jcarousel-next-horizontal:active { /*background-position: -64px 0;*/ } .jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active { /*cursor: default; background-position: -96px 0;*/ display:none!important; } .jcarousel-skin-tango .jcarousel-prev-horizontal { position: absolute; top: 26px; left: 5px; width: 12px; height: 39px; cursor: pointer; background: url(../images/nav-prev.gif) no-repeat; } #degustation-produits .jcarousel-skin-tango .jcarousel-prev-horizontal { top: 243px; left: 0px; width: 116px; height: 116px; background: url(../images/prev-degustation.png) no-repeat; z-index:12; } .pro-home .jcarousel-skin-tango .jcarousel-prev-horizontal { top: 225px; left: 0px; width: 55px; height: 10px; background: url(../images/fleche-next.png) no-repeat; z-index:12; } .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal { left: auto; right: 5px; background-image: url(next-horizontal.png); } .jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus { /*background-position: -32px 0;*/ } .jcarousel-skin-tango .jcarousel-prev-horizontal:active { /*background-position: -64px 0;*/ } .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active { /*cursor: default; background-position: -96px 0;*/ display:none!important; } /** * Vertical Buttons */ .jcarousel-skin-tango .jcarousel-next-vertical { position: absolute; bottom: 5px; left: 43px; width: 32px; height: 32px; cursor: pointer; background: transparent url(next-vertical.png) no-repeat 0 0; } .jcarousel-skin-tango .jcarousel-next-vertical:hover, .jcarousel-skin-tango .jcarousel-next-vertical:focus { background-position: 0 -32px; } .jcarousel-skin-tango .jcarousel-next-vertical:active { background-position: 0 -64px; } .jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active { cursor: default; background-position: 0 -96px; } .jcarousel-skin-tango .jcarousel-prev-vertical { position: absolute; top: 5px; left: 43px; width: 32px; height: 32px; cursor: pointer; background: transparent url(prev-vertical.png) no-repeat 0 0; } .jcarousel-skin-tango .jcarousel-prev-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-vertical:focus { background-position: 0 -32px; } .jcarousel-skin-tango .jcarousel-prev-vertical:active { background-position: 0 -64px; } .jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active { cursor: default; background-position: 0 -96px; }
web/site/css/skin.css
.jcarousel-skin-tango .jcarousel-container { background: url(../images/bg-carousel-news.jpg); } .jcarousel-skin-tango .jcarousel-direction-rtl { direction: rtl; } .jcarousel-skin-tango .jcarousel-container-horizontal { width: 545px; padding: 0px 30px; } #degustation-produits .jcarousel-skin-tango .jcarousel-container-horizontal { width: 977px; height:577px; padding: 0px 58px; background:none; } .pro-home .jcarousel-skin-tango .jcarousel-container-horizontal { width: 782px; height:480px; padding: 0px 55px; background:none; } .jcarousel-skin-tango .jcarousel-container-vertical { width: 75px; height: 245px; padding: 40px 20px; } .jcarousel-skin-tango .jcarousel-clip { overflow: hidden; } .jcarousel-skin-tango .jcarousel-clip-horizontal { width: 545px; height: 90px; } #degustation-produits .jcarousel-skin-tango .jcarousel-clip-horizontal { width: 977px; height: 577px; } .pro-home .jcarousel-skin-tango .jcarousel-clip-horizontal { width: 782px; height: 480px; } .jcarousel-skin-tango .jcarousel-clip-vertical { width: 58px; height: 245px; } .jcarousel-skin-tango .jcarousel-item { width: 253px; height: 60px; } #degustation-produits .jcarousel-skin-tango .jcarousel-item { width: 977px; height: 577px; } .pro-home .jcarousel-skin-tango .jcarousel-item { width: 782px; height: 480px; } .jcarousel-skin-tango .jcarousel-item-horizontal { margin-left: 0; margin-right: 20px; margin-top:15px; } #degustation-produits .jcarousel-skin-tango .jcarousel-item-horizontal { margin: 0; } .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal { margin-left: 10px; margin-right: 0; } .jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: 10px; } .jcarousel-skin-tango .jcarousel-item-placeholder { background: #fff; color: #000; } /** * Horizontal Buttons */ .jcarousel-skin-tango .jcarousel-next-horizontal { position: absolute; top: 26px; right: 5px; width: 12px; height: 39px; cursor: pointer; background: url(../images/nav-next.gif) no-repeat; } #degustation-produits .jcarousel-skin-tango .jcarousel-next-horizontal { top: 243px; right: 0px; width: 116px; height: 116px; cursor: pointer; background: url(../images/suiv-degustation.png) no-repeat; z-index:12; } .pro-home .jcarousel-skin-tango .jcarousel-next-horizontal { top: 225px; right: 0px; width: 55px; height: 10px; cursor: pointer; background: url(../images/fleche-prev.png) no-repeat; z-index:12; } .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal { left: 5px; right: auto; background-image: url(prev-horizontal.png); } .jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus { /* background-position: -32px 0;*/ } .jcarousel-skin-tango .jcarousel-next-horizontal:active { /*background-position: -64px 0;*/ } .jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active { /*cursor: default; background-position: -96px 0;*/ display:none!important; } .jcarousel-skin-tango .jcarousel-prev-horizontal { position: absolute; top: 26px; left: 5px; width: 12px; height: 39px; cursor: pointer; background: url(../images/nav-prev.gif) no-repeat; } #degustation-produits .jcarousel-skin-tango .jcarousel-prev-horizontal { top: 243px; left: 0px; width: 116px; height: 116px; background: url(../images/prev-degustation.png) no-repeat; z-index:12; } .pro-home .jcarousel-skin-tango .jcarousel-prev-horizontal { top: 225px; left: 0px; width: 55px; height: 10px; background: url(../images/fleche-next.png) no-repeat; z-index:12; } .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal { left: auto; right: 5px; background-image: url(next-horizontal.png); } .jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus { /*background-position: -32px 0;*/ } .jcarousel-skin-tango .jcarousel-prev-horizontal:active { /*background-position: -64px 0;*/ } .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active { /*cursor: default; background-position: -96px 0;*/ display:none!important; } /** * Vertical Buttons */ .jcarousel-skin-tango .jcarousel-next-vertical { position: absolute; bottom: 5px; left: 43px; width: 32px; height: 32px; cursor: pointer; background: transparent url(next-vertical.png) no-repeat 0 0; } .jcarousel-skin-tango .jcarousel-next-vertical:hover, .jcarousel-skin-tango .jcarousel-next-vertical:focus { background-position: 0 -32px; } .jcarousel-skin-tango .jcarousel-next-vertical:active { background-position: 0 -64px; } .jcarousel-skin-tango .jcarousel-next-disabled-vertical, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active { cursor: default; background-position: 0 -96px; } .jcarousel-skin-tango .jcarousel-prev-vertical { position: absolute; top: 5px; left: 43px; width: 32px; height: 32px; cursor: pointer; background: transparent url(prev-vertical.png) no-repeat 0 0; } .jcarousel-skin-tango .jcarousel-prev-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-vertical:focus { background-position: 0 -32px; } .jcarousel-skin-tango .jcarousel-prev-vertical:active { background-position: 0 -64px; } .jcarousel-skin-tango .jcarousel-prev-disabled-vertical, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active { cursor: default; background-position: 0 -96px; }
0.423816
0.068787
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap'); .svg-container { display: inline-block; position: relative; width: 100%; padding-bottom: 100%; /* aspect ratio */ vertical-align: top; overflow: hidden; } .svg-content-responsive { display: inline-block; position: absolute; left: 0; } body { margin: 0; background:#ADB17885; text-align:center; width:100%; display:inline-block; font-family: "Quicksand", sans-serif; overflow: scroll; } a{ color:#57586A; } .img-header{ width:90%; background: #81A8A4; border: 2px solid #D4DCC1; padding:20px; margin:10px ; height:140px; } .bar { display:block; text-align: center; text-decoration: none; color: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(148,140,48,0.0706893920898437) 50%, rgba(252,176,69,1) 100%); display:block; float:right; margin:5px 10px; padding:30px; left:100px; } .bar a{ color:#515259; background:black; padding:10px; } .bar a:hover{ background:#43476E; color:white; } #advert-box{ text-align:center; border: 4px solid #F1F1E985; margin:20px 10px 10px 10px; padding:10px; } #page-banner{ width:90%; text-align:center; border:2px solid #F1F1E985; height:200px; background:#C6C5B9; } #page-banner a:hover{ color:#464757; } #wel{ font-variant: small-caps; } #welcome-message{ text-align:center; border:2px solid #F1F1E985; margin:30px; background:#C6C5B9; } #topic{ font-variant: small-caps; color:#37373B; } #who{ color:#61626A; } .about{ border:2px solid #F1F1E985; text-align:center; margin:40px; padding:10px; background:#C6C5B9; } .fa{ display:inline-block; position:fixed; left:0; top:900px; padding:5px; text-decoration:none; color:#1E6DA6; margin:5px; font-size:20px; background:black; } .fa li{ display:block; } .fa fa-facebook{ top:880px; margin:15px; } .fa fa-twitter{ margin:5px; } .welcome-banner{ width:90%; text-align: center; height:200px; margin:20px; border:2px solid #F1F1E985; background:#C6C5B9; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*="col-"] { width: 100%; } } .article{ border:2px solid #F1F1E985; text-align:center; width:90%; margin:30px; background:#C6C5B9; } #word-meaning{ text-align:left; } #date-added{ text-align:left; margin:5px; } a{ color:#353757; text-decoration:none; } a:hover{ color:#2296AF; } #main-content{ font-variant: small-caps; } li{ list-style-type: circle; } #article1{ color:#5C5D66; font-variant:small-caps; } #word-meaning{ margin:20px; } footer{ background:#868689; margin: 0 20px; padding:20px; text-align:center; } .address-ending{ text-align:left; } .bottom-nav-bar{ text-align: left; left: 500px; font-size:10px; } li{ list-style-type:none; } #address-head{ color:#2F3679; } #address{ font-size: 10px; } .pages{ color:#4D4E5B; margin:20px; text-align:center; padding:5px; } .ending{ width:90%; border:2px solid #F1F1E985; text-align:center; background:#C6C5B9; margin: 0 35px; } .chat{ text-align:right; } #visit{ margin:20px; } .bottom{ font-size:10px; display:block; } .bottom li{ list-style-type:none; display:inline-block; margin:40px; } footer{ width:90%; margin:20px; border:2px solid #F1F1E985; } .contact a{ color:#555B57; } .contact li{ display:inline-block; margin:40px; background:#3B3D3C; } #about-banner{ width:90%; height:200px; border:2px solid #D4DCC1; } #heat{ margin:30px; } .social-icon{ padding:5px; margin:5px; } .social-icon li{ display:block; margin:5px; } .table { display: table; /* Allow the centering to work */ margin: 0 auto; } ul#horizontal-li { min-width: 696px; list-style: none; padding-top: 20px; } ul#horizontal-li li { display: inline; } #medicate-bg{ margin:10px; color:#878788; }
style.css
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap'); .svg-container { display: inline-block; position: relative; width: 100%; padding-bottom: 100%; /* aspect ratio */ vertical-align: top; overflow: hidden; } .svg-content-responsive { display: inline-block; position: absolute; left: 0; } body { margin: 0; background:#ADB17885; text-align:center; width:100%; display:inline-block; font-family: "Quicksand", sans-serif; overflow: scroll; } a{ color:#57586A; } .img-header{ width:90%; background: #81A8A4; border: 2px solid #D4DCC1; padding:20px; margin:10px ; height:140px; } .bar { display:block; text-align: center; text-decoration: none; color: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(148,140,48,0.0706893920898437) 50%, rgba(252,176,69,1) 100%); display:block; float:right; margin:5px 10px; padding:30px; left:100px; } .bar a{ color:#515259; background:black; padding:10px; } .bar a:hover{ background:#43476E; color:white; } #advert-box{ text-align:center; border: 4px solid #F1F1E985; margin:20px 10px 10px 10px; padding:10px; } #page-banner{ width:90%; text-align:center; border:2px solid #F1F1E985; height:200px; background:#C6C5B9; } #page-banner a:hover{ color:#464757; } #wel{ font-variant: small-caps; } #welcome-message{ text-align:center; border:2px solid #F1F1E985; margin:30px; background:#C6C5B9; } #topic{ font-variant: small-caps; color:#37373B; } #who{ color:#61626A; } .about{ border:2px solid #F1F1E985; text-align:center; margin:40px; padding:10px; background:#C6C5B9; } .fa{ display:inline-block; position:fixed; left:0; top:900px; padding:5px; text-decoration:none; color:#1E6DA6; margin:5px; font-size:20px; background:black; } .fa li{ display:block; } .fa fa-facebook{ top:880px; margin:15px; } .fa fa-twitter{ margin:5px; } .welcome-banner{ width:90%; text-align: center; height:200px; margin:20px; border:2px solid #F1F1E985; background:#C6C5B9; } @media only screen and (max-width: 768px) { /* For mobile phones: */ [class*="col-"] { width: 100%; } } .article{ border:2px solid #F1F1E985; text-align:center; width:90%; margin:30px; background:#C6C5B9; } #word-meaning{ text-align:left; } #date-added{ text-align:left; margin:5px; } a{ color:#353757; text-decoration:none; } a:hover{ color:#2296AF; } #main-content{ font-variant: small-caps; } li{ list-style-type: circle; } #article1{ color:#5C5D66; font-variant:small-caps; } #word-meaning{ margin:20px; } footer{ background:#868689; margin: 0 20px; padding:20px; text-align:center; } .address-ending{ text-align:left; } .bottom-nav-bar{ text-align: left; left: 500px; font-size:10px; } li{ list-style-type:none; } #address-head{ color:#2F3679; } #address{ font-size: 10px; } .pages{ color:#4D4E5B; margin:20px; text-align:center; padding:5px; } .ending{ width:90%; border:2px solid #F1F1E985; text-align:center; background:#C6C5B9; margin: 0 35px; } .chat{ text-align:right; } #visit{ margin:20px; } .bottom{ font-size:10px; display:block; } .bottom li{ list-style-type:none; display:inline-block; margin:40px; } footer{ width:90%; margin:20px; border:2px solid #F1F1E985; } .contact a{ color:#555B57; } .contact li{ display:inline-block; margin:40px; background:#3B3D3C; } #about-banner{ width:90%; height:200px; border:2px solid #D4DCC1; } #heat{ margin:30px; } .social-icon{ padding:5px; margin:5px; } .social-icon li{ display:block; margin:5px; } .table { display: table; /* Allow the centering to work */ margin: 0 auto; } ul#horizontal-li { min-width: 696px; list-style: none; padding-top: 20px; } ul#horizontal-li li { display: inline; } #medicate-bg{ margin:10px; color:#878788; }
0.334481
0.089137
.btn{ font-family: 'Muli', sans-serif; } body{ font-family: 'Muli', sans-serif; } h1,h2,h3,h4,h5,h6{ color: #000; font-family: 'Muli', sans-serif; } p{ color: #666; font-family: 'Muli', sans-serif; font-weight: 400; } p.lead{ color: #fff; } ul{ list-style: none; padding: 0; margin: 0; } .no-margin{ margin-left: 0; margin-right: 0; } .tenant-section .outer-tenant { margin-top: 20px; } .back-btn { color: #000; border: medium none; background-color: transparent; font-size: 20px; padding: 0; } .back-btn i.mdi-keyboard-backspace { margin-right: 6px; } .page-title-box { display: flex; justify-content: space-between; flex-wrap: wrap; } .tenant-account h4.page-title { margin: 0; margin-left: 10px; } .page-title-box .tenant-account { display: flex; align-items: center; } .tenant-account .image-circle { height: 80px; width: 80px; border-radius: 100%; margin-bottom: 0; } .tenant-account .image-circle.no-image { color: #fff; background-image: linear-gradient(to right, #843fce 30%, #346dd1); display: flex; justify-content: center; align-items: center; font-size: 36px; font-weight: 700; position: relative; } .tenant-account .image-circle.no-image .mdi-circle { position: absolute; right: 0; bottom: 4px; font-size: 1rem; } .content-page .tenant-section .page-title-box { margin-bottom: 20px; margin-top: 20px; } button.btn-blue.lease-btn { border: medium none; font-size: 24px; } button.btn-blue.lease-btn:hover, button.btn-blue.lease-btn:active, button.btn-blue.lease-btn:focus{ border: medium none; outline: 0 none !important; box-shadow: unset !important; } .title-box-left p a + a { margin-left: 20px; } .title-box-left p a i { color: #000; font-size: 24px; margin-right: 10px; } .common-lease { display: flex; justify-content: space-between; margin-top: 20px; } .common-lease { display: flex; justify-content: space-between; margin-top: 20px; padding: 1rem; border: 1px solid #ccc; } .upcoming-lease { color: #843fce; font-size: 16px; text-transform: uppercase; font-weight: 700; } .current-lease { color: #346dd1; font-size: 16px; text-transform: uppercase; font-weight: 700; } .manage-btn { font-size: 20px; padding: .25rem 1.25rem; border: 2px solid #346dd1; color: #346dd1; text-transform: uppercase; background-color: transparent; transition: all .1s ease-in-out; font-weight: 600; } .manage-btn:hover,.manage-btn:active,.manage-btn:focus { color: #fff; text-transform: uppercase; background-color: #346dd1; outline: 0 none !important; box-shadow: unset !important; } .lease-left p { font-size: 16px; } .lease-left p.tenant-name { color: #000; font-size: 18px; font-weight: 600; } .lease-left p:last-child { margin-bottom: 0; } .lease-right p strong { margin-right: 6px; } .tenant-section p.form-inner-title i.mdi.mdi-pencil { color: #336ed1; cursor: pointer; } .emergencey-contact .title-detail .btn { /* margin-left: 20px; */ font-size: 20px; font-weight: 600; border-color: #336ed1; border-radius: 0; } .emergencey-contact .btn.btn-primary.save-btn{ background-color: #336ed1; } .emergencey-contact .title-detail .btn:hover{ background-color: #336ed1; color: #fff; opacity: 0.9; } .emergencey-contact { margin-top: 30px; } /* .emergencey-contact .title-detail span { font-size: 24px; font-weight: 600; color: #000; } */ .form-group .form-control.is-invalid{ border-color: #f86262 !important; } .form-group .is-invalid { color: #f86262 !important; } .form-group label .required{ color: #f86262 !important; } button.contact-btn { border: medium none; background-color: transparent; color: #336ed1; font-size: 20px; padding: 0; font-weight: 600; } button.contact-btn:hover { opacity: 0.9; } .common-lease.no-lease{ display: flex; justify-content: center; align-items: center; min-height: 200px; background-color: #eee; } .common-lease.no-lease button.add-lease { background-color: transparent; border: 2px solid #336ed1; font-size: 20px; padding: .5rem 1.5rem; color: #336ed1; font-weight: 600; } .common-lease.no-lease button.add-lease:hover, .common-lease.no-lease button.add-lease:active, .common-lease.no-lease button.add-lease:focus{ outline: 0 none !important; box-shadow: unset !important; color: #fff; background-color: #336ed1; } .tenant-section .subsection + .subsection { margin-top: 30px; } .emergencey-contact .row { margin-right: -12px !important; margin-left: -12px !important; } .tenant-view-table { /*margin-top: 30px;*/ } /*Tenant view page CSS End*/ /*Responsive Design CSS Start*/ @media screen and (max-width: 767px){ .tenant-section .navtab-bg .nav-link { margin: 0; border-radius: 0; padding: .5rem .5rem; text-align: left; } } @media screen and (max-width: 568px){ .common-lease { flex-wrap: wrap; } .lease-left,.lease-right{ width: 100%; } .lease-right{ margin-top: 30px; } } @media screen and (max-width: 520px){ .title-box-left p a { white-space: nowrap; } .title-box-left p a + a { margin-left: 0; } } /*Responsive Design CSS End*/
public/css/tenant-profile.css
.btn{ font-family: 'Muli', sans-serif; } body{ font-family: 'Muli', sans-serif; } h1,h2,h3,h4,h5,h6{ color: #000; font-family: 'Muli', sans-serif; } p{ color: #666; font-family: 'Muli', sans-serif; font-weight: 400; } p.lead{ color: #fff; } ul{ list-style: none; padding: 0; margin: 0; } .no-margin{ margin-left: 0; margin-right: 0; } .tenant-section .outer-tenant { margin-top: 20px; } .back-btn { color: #000; border: medium none; background-color: transparent; font-size: 20px; padding: 0; } .back-btn i.mdi-keyboard-backspace { margin-right: 6px; } .page-title-box { display: flex; justify-content: space-between; flex-wrap: wrap; } .tenant-account h4.page-title { margin: 0; margin-left: 10px; } .page-title-box .tenant-account { display: flex; align-items: center; } .tenant-account .image-circle { height: 80px; width: 80px; border-radius: 100%; margin-bottom: 0; } .tenant-account .image-circle.no-image { color: #fff; background-image: linear-gradient(to right, #843fce 30%, #346dd1); display: flex; justify-content: center; align-items: center; font-size: 36px; font-weight: 700; position: relative; } .tenant-account .image-circle.no-image .mdi-circle { position: absolute; right: 0; bottom: 4px; font-size: 1rem; } .content-page .tenant-section .page-title-box { margin-bottom: 20px; margin-top: 20px; } button.btn-blue.lease-btn { border: medium none; font-size: 24px; } button.btn-blue.lease-btn:hover, button.btn-blue.lease-btn:active, button.btn-blue.lease-btn:focus{ border: medium none; outline: 0 none !important; box-shadow: unset !important; } .title-box-left p a + a { margin-left: 20px; } .title-box-left p a i { color: #000; font-size: 24px; margin-right: 10px; } .common-lease { display: flex; justify-content: space-between; margin-top: 20px; } .common-lease { display: flex; justify-content: space-between; margin-top: 20px; padding: 1rem; border: 1px solid #ccc; } .upcoming-lease { color: #843fce; font-size: 16px; text-transform: uppercase; font-weight: 700; } .current-lease { color: #346dd1; font-size: 16px; text-transform: uppercase; font-weight: 700; } .manage-btn { font-size: 20px; padding: .25rem 1.25rem; border: 2px solid #346dd1; color: #346dd1; text-transform: uppercase; background-color: transparent; transition: all .1s ease-in-out; font-weight: 600; } .manage-btn:hover,.manage-btn:active,.manage-btn:focus { color: #fff; text-transform: uppercase; background-color: #346dd1; outline: 0 none !important; box-shadow: unset !important; } .lease-left p { font-size: 16px; } .lease-left p.tenant-name { color: #000; font-size: 18px; font-weight: 600; } .lease-left p:last-child { margin-bottom: 0; } .lease-right p strong { margin-right: 6px; } .tenant-section p.form-inner-title i.mdi.mdi-pencil { color: #336ed1; cursor: pointer; } .emergencey-contact .title-detail .btn { /* margin-left: 20px; */ font-size: 20px; font-weight: 600; border-color: #336ed1; border-radius: 0; } .emergencey-contact .btn.btn-primary.save-btn{ background-color: #336ed1; } .emergencey-contact .title-detail .btn:hover{ background-color: #336ed1; color: #fff; opacity: 0.9; } .emergencey-contact { margin-top: 30px; } /* .emergencey-contact .title-detail span { font-size: 24px; font-weight: 600; color: #000; } */ .form-group .form-control.is-invalid{ border-color: #f86262 !important; } .form-group .is-invalid { color: #f86262 !important; } .form-group label .required{ color: #f86262 !important; } button.contact-btn { border: medium none; background-color: transparent; color: #336ed1; font-size: 20px; padding: 0; font-weight: 600; } button.contact-btn:hover { opacity: 0.9; } .common-lease.no-lease{ display: flex; justify-content: center; align-items: center; min-height: 200px; background-color: #eee; } .common-lease.no-lease button.add-lease { background-color: transparent; border: 2px solid #336ed1; font-size: 20px; padding: .5rem 1.5rem; color: #336ed1; font-weight: 600; } .common-lease.no-lease button.add-lease:hover, .common-lease.no-lease button.add-lease:active, .common-lease.no-lease button.add-lease:focus{ outline: 0 none !important; box-shadow: unset !important; color: #fff; background-color: #336ed1; } .tenant-section .subsection + .subsection { margin-top: 30px; } .emergencey-contact .row { margin-right: -12px !important; margin-left: -12px !important; } .tenant-view-table { /*margin-top: 30px;*/ } /*Tenant view page CSS End*/ /*Responsive Design CSS Start*/ @media screen and (max-width: 767px){ .tenant-section .navtab-bg .nav-link { margin: 0; border-radius: 0; padding: .5rem .5rem; text-align: left; } } @media screen and (max-width: 568px){ .common-lease { flex-wrap: wrap; } .lease-left,.lease-right{ width: 100%; } .lease-right{ margin-top: 30px; } } @media screen and (max-width: 520px){ .title-box-left p a { white-space: nowrap; } .title-box-left p a + a { margin-left: 0; } } /*Responsive Design CSS End*/
0.353986
0.049245
.shelf-container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 85%; min-height: 600px; } .shelf-container-header { width: 100%; margin-bottom: 10px; } .shelf-container-header .products-found { float: left; margin: 0; margin-top: 8px; } .shelf-container-header .sort { float: right; } .shelf-container-header .sort select { background-color: #fff; outline: none; border: 1px solid #ececec; border-radius: 2px; margin-left: 10px; width: auto; height: 35px; cursor: pointer; } .shelf-container-header .sort select:hover { border: 1px solid #5b5a5e; } .shelf-container .shelf-item { width: 25%; position: relative; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px; margin-bottom: 30px; border: 1px solid transparent; cursor: pointer; } .shelf-container .shelf-item:hover .shelf-item__buy-btn { background-color: #ff264b; } .shelf-container .shelf-item .shelf-stopper { position: absolute; color: #ececec; top: 10px; right: 10px; padding: 5px; font-size: 0.6em; background-color: #1b1a20; cursor: default; z-index: 10; } .shelf-container .shelf-item__thumb img { width: 100%; } .shelf-container .shelf-item__title { position: relative; padding: 0 20px; height: 45px; } .shelf-container .shelf-item__title::before { content: ''; width: 20px; height: 2px; background-color: #c41230; position: absolute; bottom: 0; left: 50%; margin-left: -10px; } .shelf-container .shelf-item__price { height: 60px; } .shelf-container .shelf-item__price .val b { font-size: 1.5em; margin-left: 5px; } .shelf-container .shelf-item__price .installment { color: #9c9b9b; } .shelf-container .shelf-item__buy-btn { background-color: #c41230; color: #fff; padding: 15px 0; margin-top: 10px; cursor: pointer; -webkit-transition: background-color 0.2s; transition: background-color 0.2s; } /*# sourceMappingURL=style.css.map */
src/components/Shelf/style.css
.shelf-container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 85%; min-height: 600px; } .shelf-container-header { width: 100%; margin-bottom: 10px; } .shelf-container-header .products-found { float: left; margin: 0; margin-top: 8px; } .shelf-container-header .sort { float: right; } .shelf-container-header .sort select { background-color: #fff; outline: none; border: 1px solid #ececec; border-radius: 2px; margin-left: 10px; width: auto; height: 35px; cursor: pointer; } .shelf-container-header .sort select:hover { border: 1px solid #5b5a5e; } .shelf-container .shelf-item { width: 25%; position: relative; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px; margin-bottom: 30px; border: 1px solid transparent; cursor: pointer; } .shelf-container .shelf-item:hover .shelf-item__buy-btn { background-color: #ff264b; } .shelf-container .shelf-item .shelf-stopper { position: absolute; color: #ececec; top: 10px; right: 10px; padding: 5px; font-size: 0.6em; background-color: #1b1a20; cursor: default; z-index: 10; } .shelf-container .shelf-item__thumb img { width: 100%; } .shelf-container .shelf-item__title { position: relative; padding: 0 20px; height: 45px; } .shelf-container .shelf-item__title::before { content: ''; width: 20px; height: 2px; background-color: #c41230; position: absolute; bottom: 0; left: 50%; margin-left: -10px; } .shelf-container .shelf-item__price { height: 60px; } .shelf-container .shelf-item__price .val b { font-size: 1.5em; margin-left: 5px; } .shelf-container .shelf-item__price .installment { color: #9c9b9b; } .shelf-container .shelf-item__buy-btn { background-color: #c41230; color: #fff; padding: 15px 0; margin-top: 10px; cursor: pointer; -webkit-transition: background-color 0.2s; transition: background-color 0.2s; } /*# sourceMappingURL=style.css.map */
0.304869
0.041404
@font-face { font-family: Calibri; src: url(../Fuentes/CALIBRI.TTF); } body { background-color: #fff; color: #333; font-size: .85em; margin: 0; width: 100%; background-image: url(../Images/frontpage/frontpage-32.png); background-size:100% 100%; } header { width: 100%; box-shadow: 3px 2px 5px #C0c0c0; z-index: 9; position: relative; } footer { clear: both; padding-bottom: 20px; font-size: 12px; color: #fff; } img{ max-width:100%; } p,li{ font-size: 14px; } #Body { clear: both; padding: 0 3%; width: 94%; max-width: 1140px; min-height: 250px; margin: 30px auto; overflow: hidden; } .content-wrapper { margin: 0 auto; max-width: 1140px; width: 100%; } .ColoresHeader{ overflow: hidden; } .divHeaderMenu { overflow: hidden; } .divHeaderMenu > div{ float:left } .divHeaderMenu .div1{ width:110px; margin-top: 30px; } .divHeaderMenu .div2{ max-width:760px; width:100%; } .divHeaderMenu .div3{ width:186px; } .ulMenuHeader{ overflow:hidden; margin-top: 65px; } .ulMenuHeader > li{ display:inline-block; } .ulMenuHeader > li a{ font-size: 18px; background-color: #e2061a; color: #fff; padding: 5px 24px; border-radius: 5px; display: inline-block; margin-right: 14px; font-style:italic; text-decoration:none; } .ulMenuHeader > li a:hover{ background-color:#0f63ad; text-decoration:none; } footer #divFooter .div1{ width: 220px; margin: 30px auto; } footer #divFooter .div2{ max-width: 350px; margin: 0 auto; } footer #divFooter .div3{ width: 280px; margin: 10px auto; } footer #divFooter .div1 p{ text-align: center; } footer #divFooter .div1 p, footer #divFooter .div3 p{ background-color:#E2061A; font-size:15px; color:#FFFFFF; padding: 10px; border-radius: 8px; } footer #divFooter .div3 p a{ font-size:15px; color:#FFFFFF; text-decoration: none; } .Rojo{ color:#e2061a; } .Azul{ color:#0f63ad } .RedesSociales{ position:fixed; width:50px; top:40%; } .RedesSociales > a:hover{ opacity: 0.7; } .TelefonoFooter, .EmailFooter{ display: inline-block; background-repeat: no-repeat; padding-left: 30px; } .TelefonoFooter{ background-image: url(../Images/phone.png); padding-bottom: 3px; } .EmailFooter{ background-image: url(../Images/envelope.png); margin-bottom: 10px; }
Resources/Styles/Generales.css
@font-face { font-family: Calibri; src: url(../Fuentes/CALIBRI.TTF); } body { background-color: #fff; color: #333; font-size: .85em; margin: 0; width: 100%; background-image: url(../Images/frontpage/frontpage-32.png); background-size:100% 100%; } header { width: 100%; box-shadow: 3px 2px 5px #C0c0c0; z-index: 9; position: relative; } footer { clear: both; padding-bottom: 20px; font-size: 12px; color: #fff; } img{ max-width:100%; } p,li{ font-size: 14px; } #Body { clear: both; padding: 0 3%; width: 94%; max-width: 1140px; min-height: 250px; margin: 30px auto; overflow: hidden; } .content-wrapper { margin: 0 auto; max-width: 1140px; width: 100%; } .ColoresHeader{ overflow: hidden; } .divHeaderMenu { overflow: hidden; } .divHeaderMenu > div{ float:left } .divHeaderMenu .div1{ width:110px; margin-top: 30px; } .divHeaderMenu .div2{ max-width:760px; width:100%; } .divHeaderMenu .div3{ width:186px; } .ulMenuHeader{ overflow:hidden; margin-top: 65px; } .ulMenuHeader > li{ display:inline-block; } .ulMenuHeader > li a{ font-size: 18px; background-color: #e2061a; color: #fff; padding: 5px 24px; border-radius: 5px; display: inline-block; margin-right: 14px; font-style:italic; text-decoration:none; } .ulMenuHeader > li a:hover{ background-color:#0f63ad; text-decoration:none; } footer #divFooter .div1{ width: 220px; margin: 30px auto; } footer #divFooter .div2{ max-width: 350px; margin: 0 auto; } footer #divFooter .div3{ width: 280px; margin: 10px auto; } footer #divFooter .div1 p{ text-align: center; } footer #divFooter .div1 p, footer #divFooter .div3 p{ background-color:#E2061A; font-size:15px; color:#FFFFFF; padding: 10px; border-radius: 8px; } footer #divFooter .div3 p a{ font-size:15px; color:#FFFFFF; text-decoration: none; } .Rojo{ color:#e2061a; } .Azul{ color:#0f63ad } .RedesSociales{ position:fixed; width:50px; top:40%; } .RedesSociales > a:hover{ opacity: 0.7; } .TelefonoFooter, .EmailFooter{ display: inline-block; background-repeat: no-repeat; padding-left: 30px; } .TelefonoFooter{ background-image: url(../Images/phone.png); padding-bottom: 3px; } .EmailFooter{ background-image: url(../Images/envelope.png); margin-bottom: 10px; }
0.295433
0.074366
.blogs { position: inherit; width: inherit; font-size: 100%; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; } .treeHeader, .treeHeaderCurrent { color: black; font-weight: bold; text-decoration: none; } .treeHeaderCurrent { color: black; font-weight: bold; } .treeHeaderOutline { color: black; font-weight: normal; } .treeHeaderPage { color: blue; font-weight: bold; text-decoration: none; } .treeHeaderSubPage { color: blue; font-weight: normal; text-decoration: none; text-align: right; width: 100%; } .tocItem { color: blue; text-decoration: none; } .tocItemCurrent { color: black; font-weight: bold; } .editwrapper { color: black; background: #ffffff; text-decoration: none; margin-left: 12px; margin-top: 2px; border-top: 1px solid black; border-left: 1px solid black; } .contentwrapper { color: black; background: #ffffff; text-decoration: none; margin-left: 12px; margin-top: 2px; } .floatleft { display: inline; position: relative; vertical-align: text-top; /*float: left;*/ } .topcentered { display: block; text-align: center; } /* .rightjustify { float: right; padding-left: 5px; display: inline; vertical-align: top; text-align: right; width: 100%; height: 100%; } */ .rightjustify { display: inline; vertical-align: text-top; float: right; } .leftjustify { display: inline; vertical-align: text-top; float: left; } .blogheader { color: black; font-weight: bold; text-align: left; margin-top: 10px; margin-left: 10px; } .blogtext { color: #222222; font-weight: normal; text-align: left; margin-left: 20px; font-size: 1.0em; } .blogtext:hover { background: #fffeee; } .blogtitle, A.blogtitle { color: white; font-weight: bold; text-align: left; text-decoration: none; display: inline; } A.blogtitle:hover { text-decoration: underline; } .blogtitleboxed { font-size: 1.1em; color: black; background: #D4D0C8; text-decoration: none; border: 1px solid black; padding: 4px; display: inline; } .bloghr { border: 0.1em solid #999999; color: white; background: #1C334D; padding: 4px; height: 13px; } .blogwrapper { background: #eeeeee; padding: 4px; margin-top: 6px; font-weight: normal; text-align: left; } .blogwrapper:hover { background: #fffeee; } .blogcontentwrapper { background: #f8f8f8; font-size: 1.1em; border: 1px solid #000000; padding: 15px 5px 15px 5px; margin-top: 6px; margin-bottom: 16px; color: black; font-weight: normal; text-align: left; } .blogcontentwrapper:hover { background: #fffeee; } .responseheader, A.responseheader { color: #000099; font-size: 0.9em; font-weight: bold; text-align: left; text-decoration: none; margin-left: 10px; } A.responseheader:hover { color: #ff0000; text-decoration: underline; } .responsetext { color: #222222; font-size: 0.75em; font-weight: normal; text-align: left; margin-left: 20px; } .responseTreeWrapper:hover { background: #fffeee; } .responseTreeWrapper { color: black; background: #ffffff; font-weight: normal; text-align: left; text-decoration: none; margin-left: 12px; margin-top: 2px; border-top: 1px solid black; border-left: 1px solid black; } .responseSelected { background: #BBBBBB; border: 1px dashed black; } footer{} .f_navigation{ height: 195px; padding: 20px; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; background: url(bg_footer.png) repeat left top; } .f_navigation h3{ padding: 0 0 3px 45px; height: 40px; line-height: 40px; margin: 0 0 10px 0; font-size: 16px; border-bottom: 1px solid #e0e0e0; } .f_navigation h3.t1{background: url(f_nav_b.png) 0 0 no-repeat;} .f_navigation h3.t2{background: url(f_nav_b.png) 0 -40px no-repeat;} .f_navigation h3.t3{background: url(f_nav_b.png) 0 -80px no-repeat;} .f_navigation h3.t4{background: url(f_nav_b.png) 0 -120px no-repeat;} .f_navigation nav.f_menu ul{list-style: none; margin-left: 45px;} .f_navigation nav.f_menu ul a{ color: #777; font-size: 12px; line-height: 200%; } .f_navigation nav.f_menu ul a:hover{ text-decoration: underline; color: #444; } .f_info{ background: #f9fbfc; } .f_info ul.copyright_menu{ width: 960px; margin: 20px auto 0 auto; color: #666; font-size: 12px; text-align: center; list-style: none; } .f_info ul.copyright_menu li{ display: inline; margin:0 10px; font-family:"微软雅黑", Arial, Verdana, serif; } .f_info ul.copyright_menu li a:link, .f_info ul.copyright_menu li a:visited{ color: #333; text-decoration: none; } .f_info ul.copyright_menu li a:hover{ color: #000; text-decoration: underline; } .f_info div.copyright{ width: 960px; margin: 30px auto 0px auto; color: #333; font-size: 12px; text-align: center; line-height: 200%; margin-top: 10px; font-family:"微软雅黑", Arial, Verdana, serif; } .f_info div.authentication{ width: 960px; margin: 30px auto; text-align: center; } .f_info ul.brand_menu{ width: 960px; margin: 20px auto 0 auto; color: #666; font-size: 12px; text-align: center; list-style: none; padding: 10px; background-color: #fff; border: 1px solid #e0e0e0; box-shadow: 0px 0px 10px #e0e0e0; -moz-box-shadow: 0px 0px 10px #e0e0e0; -webkit-box-shadow: 0px 0px 10px #e0e0e0; border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; } .f_info ul.brand_menu li{ display: inline; margin:0 10px; font-family:"微软雅黑", Arial, Verdana, serif; } .f_info ul.brand_menu li a:link, .f_info ul.brand_menu li a:visited{ color: #333; text-decoration: none; } .f_info ul.brand_menu li a:hover{ color: #000; text-decoration: underline; } /* =Containers -----------------------------------------------------------------*/ .container_12 { margin-left: auto; margin-right: auto; width: 1200px; } /* =Grid >> Global -------------------------------------------------------------*/ .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 { display: inline; float: left; margin-left: 12px; margin-right: 12px; } .push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11 { position: relative; } /* =Grid >> Children (Alpha ~ First, Omega ~ Last) -----------------------------*/ .alpha {margin-left: 0;} .omega {margin-right: 0;} /* =Grid >> 12 Columns ---------------------------------------------------------*/ .container_12 .grid_1 {width: 76px;} .container_12 .grid_2 {width: 176px;} .container_12 .grid_3 {width: 276px;} .container_12 .grid_4 {width: 376px;} .container_12 .grid_5 {width: 476px;} .container_12 .grid_6 {width: 576px;} .container_12 .grid_7 {width: 676px;} .container_12 .grid_8 {width: 776px;} .container_12 .grid_9 {width: 876px;} .container_12 .grid_10 {width: 976px;} .container_12 .grid_11 {width: 1076px;} .container_12 .grid_12 {width: 1176px; position: relative;} /* =Prefix Extra Space >> 12 Columns -------------------------------------------*/ .container_12 .prefix_1 {padding-left: 100px;} .container_12 .prefix_2 {padding-left: 200px;} .container_12 .prefix_3 {padding-left: 300px;} .container_12 .prefix_4 {padding-left: 400px;} .container_12 .prefix_5 {padding-left: 500px;} .container_12 .prefix_6 {padding-left: 600px;} .container_12 .prefix_7 {padding-left: 700px;} .container_12 .prefix_8 {padding-left: 800px;} .container_12 .prefix_9 {padding-left: 900px;} .container_12 .prefix_10 {padding-left: 1000px;} .container_12 .prefix_11 {padding-left: 1100px;} /* =Suffix Extra Space >> 12 Columns --------------------------------------------*/ .container_12 .suffix_1 {padding-right: 100px;} .container_12 .suffix_2 {padding-right: 200px;} .container_12 .suffix_3 {padding-right: 300px;} .container_12 .suffix_4 {padding-right: 400px;} .container_12 .suffix_5 {padding-right: 500px;} .container_12 .suffix_6 {padding-right: 600px;} .container_12 .suffix_7 {padding-right: 700px;} .container_12 .suffix_8 {padding-right: 800px;} .container_12 .suffix_9 {padding-right: 900px;} .container_12 .suffix_10 {padding-right: 1000px;} .container_12 .suffix_11 {padding-right: 1100px;} /* `Push Space >> 12 Columns ---------------------------------------------------*/ .container_12 .push_1 {left: 100px;} .container_12 .push_2 {left: 200px;} .container_12 .push_3 {left: 300px;} .container_12 .push_4 {left: 400px;} .container_12 .push_5 {left: 500px;} .container_12 .push_6 {left: 600px;} .container_12 .push_7 {left: 700px;} .container_12 .push_8 {left: 800px;} .container_12 .push_9 {left: 900px;} .container_12 .push_10 {left: 1000px;} .container_12 .push_11 {left: 1100px;} /* `Pull Space >> 12 Columns ----------------------------------------------------*/ .container_12 .pull_1 {left: -100px;} .container_12 .pull_2 {left: -200px;} .container_12 .pull_3 {left: -300px;} .container_12 .pull_4 {left: -400px;} .container_12 .pull_5 {left: -500px;} .container_12 .pull_6 {left: -600px;} .container_12 .pull_7 {left: -700px;} .container_12 .pull_8 {left: -800px;} .container_12 .pull_9 {left: -900px;} .container_12 .pull_10 {left: -1000px;} .container_12 .pull_11 {left: -1100px;} /************* * Structure * *************/ body{ margin: 0 auto; color:#444; background: #fff; font:normal 13px/20px msyh, Segoeui, Arial, Verdana, serif; background: url(../images/bg_header.png) repeat-x center top; } .surely{ color: #c3293a; margin: 0 3px; vertical-align: top; } #hd { font: 12px 'Hiragino Sans GB',"Simsun","Arial"; color: #646464 } #hd a { color: #646464; text-decoration: none } #hd a:hover { color: #fa5000; text-decoration: underline } #hd .tools { width: 100%; background-color: #f9f9f9; border-bottom: 1px solid #f2f2f2; height: 34px; line-height: 34px } #hd .tools a,#hd .tools a:hover { text-decoration: none } #hd .tools a.hover { color: #fa5000 } .tools .ddnewhead_operate { width: 1200px; margin: 0 auto; background-color: #f9f9f9; height: 34px } .tools .ddnewhead_operate_nav { float: right; padding-top: 2px } .ddnewhead_operate_nav li { float: left; height: 22px; padding-top: 4px; line-height: 21px; background: url(../images/images_140403/home_sprite2.png) no-repeat left -285px; position: relative; z-index: 100 } .ddnewhead_operate_nav li a { display: block; position: relative; line-height: 21px; padding: 0 9px 0 11px } .ddnewhead_operate_nav li a.menu_btn { background: url(../images/images_140403/home_sprite2.png) no-repeat right -307px; padding-right: 23px } .ddnewhead_gcard_list { position: absolute; top: 21px; left: -1px; border: 1px solid #e6e6e6; border-top: 0; background-color: #fff; padding: 4px 0; display: none; } .tools .ddnewhead_welcome { padding: 5px 0 0 10px; height: 24px; line-height: 24px; position: relative; float: left; z-index: 50 } .tools .ddnewhead_welcome .hi { display: inline-block; height: 24px; border-left: 1px solid #e0e0e0; padding-left: 10px; color: #fa5000; }
specialpurpose/portal/webapp/portal/images/css/blog.css
.blogs { position: inherit; width: inherit; font-size: 100%; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; } .treeHeader, .treeHeaderCurrent { color: black; font-weight: bold; text-decoration: none; } .treeHeaderCurrent { color: black; font-weight: bold; } .treeHeaderOutline { color: black; font-weight: normal; } .treeHeaderPage { color: blue; font-weight: bold; text-decoration: none; } .treeHeaderSubPage { color: blue; font-weight: normal; text-decoration: none; text-align: right; width: 100%; } .tocItem { color: blue; text-decoration: none; } .tocItemCurrent { color: black; font-weight: bold; } .editwrapper { color: black; background: #ffffff; text-decoration: none; margin-left: 12px; margin-top: 2px; border-top: 1px solid black; border-left: 1px solid black; } .contentwrapper { color: black; background: #ffffff; text-decoration: none; margin-left: 12px; margin-top: 2px; } .floatleft { display: inline; position: relative; vertical-align: text-top; /*float: left;*/ } .topcentered { display: block; text-align: center; } /* .rightjustify { float: right; padding-left: 5px; display: inline; vertical-align: top; text-align: right; width: 100%; height: 100%; } */ .rightjustify { display: inline; vertical-align: text-top; float: right; } .leftjustify { display: inline; vertical-align: text-top; float: left; } .blogheader { color: black; font-weight: bold; text-align: left; margin-top: 10px; margin-left: 10px; } .blogtext { color: #222222; font-weight: normal; text-align: left; margin-left: 20px; font-size: 1.0em; } .blogtext:hover { background: #fffeee; } .blogtitle, A.blogtitle { color: white; font-weight: bold; text-align: left; text-decoration: none; display: inline; } A.blogtitle:hover { text-decoration: underline; } .blogtitleboxed { font-size: 1.1em; color: black; background: #D4D0C8; text-decoration: none; border: 1px solid black; padding: 4px; display: inline; } .bloghr { border: 0.1em solid #999999; color: white; background: #1C334D; padding: 4px; height: 13px; } .blogwrapper { background: #eeeeee; padding: 4px; margin-top: 6px; font-weight: normal; text-align: left; } .blogwrapper:hover { background: #fffeee; } .blogcontentwrapper { background: #f8f8f8; font-size: 1.1em; border: 1px solid #000000; padding: 15px 5px 15px 5px; margin-top: 6px; margin-bottom: 16px; color: black; font-weight: normal; text-align: left; } .blogcontentwrapper:hover { background: #fffeee; } .responseheader, A.responseheader { color: #000099; font-size: 0.9em; font-weight: bold; text-align: left; text-decoration: none; margin-left: 10px; } A.responseheader:hover { color: #ff0000; text-decoration: underline; } .responsetext { color: #222222; font-size: 0.75em; font-weight: normal; text-align: left; margin-left: 20px; } .responseTreeWrapper:hover { background: #fffeee; } .responseTreeWrapper { color: black; background: #ffffff; font-weight: normal; text-align: left; text-decoration: none; margin-left: 12px; margin-top: 2px; border-top: 1px solid black; border-left: 1px solid black; } .responseSelected { background: #BBBBBB; border: 1px dashed black; } footer{} .f_navigation{ height: 195px; padding: 20px; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; background: url(bg_footer.png) repeat left top; } .f_navigation h3{ padding: 0 0 3px 45px; height: 40px; line-height: 40px; margin: 0 0 10px 0; font-size: 16px; border-bottom: 1px solid #e0e0e0; } .f_navigation h3.t1{background: url(f_nav_b.png) 0 0 no-repeat;} .f_navigation h3.t2{background: url(f_nav_b.png) 0 -40px no-repeat;} .f_navigation h3.t3{background: url(f_nav_b.png) 0 -80px no-repeat;} .f_navigation h3.t4{background: url(f_nav_b.png) 0 -120px no-repeat;} .f_navigation nav.f_menu ul{list-style: none; margin-left: 45px;} .f_navigation nav.f_menu ul a{ color: #777; font-size: 12px; line-height: 200%; } .f_navigation nav.f_menu ul a:hover{ text-decoration: underline; color: #444; } .f_info{ background: #f9fbfc; } .f_info ul.copyright_menu{ width: 960px; margin: 20px auto 0 auto; color: #666; font-size: 12px; text-align: center; list-style: none; } .f_info ul.copyright_menu li{ display: inline; margin:0 10px; font-family:"微软雅黑", Arial, Verdana, serif; } .f_info ul.copyright_menu li a:link, .f_info ul.copyright_menu li a:visited{ color: #333; text-decoration: none; } .f_info ul.copyright_menu li a:hover{ color: #000; text-decoration: underline; } .f_info div.copyright{ width: 960px; margin: 30px auto 0px auto; color: #333; font-size: 12px; text-align: center; line-height: 200%; margin-top: 10px; font-family:"微软雅黑", Arial, Verdana, serif; } .f_info div.authentication{ width: 960px; margin: 30px auto; text-align: center; } .f_info ul.brand_menu{ width: 960px; margin: 20px auto 0 auto; color: #666; font-size: 12px; text-align: center; list-style: none; padding: 10px; background-color: #fff; border: 1px solid #e0e0e0; box-shadow: 0px 0px 10px #e0e0e0; -moz-box-shadow: 0px 0px 10px #e0e0e0; -webkit-box-shadow: 0px 0px 10px #e0e0e0; border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; } .f_info ul.brand_menu li{ display: inline; margin:0 10px; font-family:"微软雅黑", Arial, Verdana, serif; } .f_info ul.brand_menu li a:link, .f_info ul.brand_menu li a:visited{ color: #333; text-decoration: none; } .f_info ul.brand_menu li a:hover{ color: #000; text-decoration: underline; } /* =Containers -----------------------------------------------------------------*/ .container_12 { margin-left: auto; margin-right: auto; width: 1200px; } /* =Grid >> Global -------------------------------------------------------------*/ .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 { display: inline; float: left; margin-left: 12px; margin-right: 12px; } .push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11 { position: relative; } /* =Grid >> Children (Alpha ~ First, Omega ~ Last) -----------------------------*/ .alpha {margin-left: 0;} .omega {margin-right: 0;} /* =Grid >> 12 Columns ---------------------------------------------------------*/ .container_12 .grid_1 {width: 76px;} .container_12 .grid_2 {width: 176px;} .container_12 .grid_3 {width: 276px;} .container_12 .grid_4 {width: 376px;} .container_12 .grid_5 {width: 476px;} .container_12 .grid_6 {width: 576px;} .container_12 .grid_7 {width: 676px;} .container_12 .grid_8 {width: 776px;} .container_12 .grid_9 {width: 876px;} .container_12 .grid_10 {width: 976px;} .container_12 .grid_11 {width: 1076px;} .container_12 .grid_12 {width: 1176px; position: relative;} /* =Prefix Extra Space >> 12 Columns -------------------------------------------*/ .container_12 .prefix_1 {padding-left: 100px;} .container_12 .prefix_2 {padding-left: 200px;} .container_12 .prefix_3 {padding-left: 300px;} .container_12 .prefix_4 {padding-left: 400px;} .container_12 .prefix_5 {padding-left: 500px;} .container_12 .prefix_6 {padding-left: 600px;} .container_12 .prefix_7 {padding-left: 700px;} .container_12 .prefix_8 {padding-left: 800px;} .container_12 .prefix_9 {padding-left: 900px;} .container_12 .prefix_10 {padding-left: 1000px;} .container_12 .prefix_11 {padding-left: 1100px;} /* =Suffix Extra Space >> 12 Columns --------------------------------------------*/ .container_12 .suffix_1 {padding-right: 100px;} .container_12 .suffix_2 {padding-right: 200px;} .container_12 .suffix_3 {padding-right: 300px;} .container_12 .suffix_4 {padding-right: 400px;} .container_12 .suffix_5 {padding-right: 500px;} .container_12 .suffix_6 {padding-right: 600px;} .container_12 .suffix_7 {padding-right: 700px;} .container_12 .suffix_8 {padding-right: 800px;} .container_12 .suffix_9 {padding-right: 900px;} .container_12 .suffix_10 {padding-right: 1000px;} .container_12 .suffix_11 {padding-right: 1100px;} /* `Push Space >> 12 Columns ---------------------------------------------------*/ .container_12 .push_1 {left: 100px;} .container_12 .push_2 {left: 200px;} .container_12 .push_3 {left: 300px;} .container_12 .push_4 {left: 400px;} .container_12 .push_5 {left: 500px;} .container_12 .push_6 {left: 600px;} .container_12 .push_7 {left: 700px;} .container_12 .push_8 {left: 800px;} .container_12 .push_9 {left: 900px;} .container_12 .push_10 {left: 1000px;} .container_12 .push_11 {left: 1100px;} /* `Pull Space >> 12 Columns ----------------------------------------------------*/ .container_12 .pull_1 {left: -100px;} .container_12 .pull_2 {left: -200px;} .container_12 .pull_3 {left: -300px;} .container_12 .pull_4 {left: -400px;} .container_12 .pull_5 {left: -500px;} .container_12 .pull_6 {left: -600px;} .container_12 .pull_7 {left: -700px;} .container_12 .pull_8 {left: -800px;} .container_12 .pull_9 {left: -900px;} .container_12 .pull_10 {left: -1000px;} .container_12 .pull_11 {left: -1100px;} /************* * Structure * *************/ body{ margin: 0 auto; color:#444; background: #fff; font:normal 13px/20px msyh, Segoeui, Arial, Verdana, serif; background: url(../images/bg_header.png) repeat-x center top; } .surely{ color: #c3293a; margin: 0 3px; vertical-align: top; } #hd { font: 12px 'Hiragino Sans GB',"Simsun","Arial"; color: #646464 } #hd a { color: #646464; text-decoration: none } #hd a:hover { color: #fa5000; text-decoration: underline } #hd .tools { width: 100%; background-color: #f9f9f9; border-bottom: 1px solid #f2f2f2; height: 34px; line-height: 34px } #hd .tools a,#hd .tools a:hover { text-decoration: none } #hd .tools a.hover { color: #fa5000 } .tools .ddnewhead_operate { width: 1200px; margin: 0 auto; background-color: #f9f9f9; height: 34px } .tools .ddnewhead_operate_nav { float: right; padding-top: 2px } .ddnewhead_operate_nav li { float: left; height: 22px; padding-top: 4px; line-height: 21px; background: url(../images/images_140403/home_sprite2.png) no-repeat left -285px; position: relative; z-index: 100 } .ddnewhead_operate_nav li a { display: block; position: relative; line-height: 21px; padding: 0 9px 0 11px } .ddnewhead_operate_nav li a.menu_btn { background: url(../images/images_140403/home_sprite2.png) no-repeat right -307px; padding-right: 23px } .ddnewhead_gcard_list { position: absolute; top: 21px; left: -1px; border: 1px solid #e6e6e6; border-top: 0; background-color: #fff; padding: 4px 0; display: none; } .tools .ddnewhead_welcome { padding: 5px 0 0 10px; height: 24px; line-height: 24px; position: relative; float: left; z-index: 50 } .tools .ddnewhead_welcome .hi { display: inline-block; height: 24px; border-left: 1px solid #e0e0e0; padding-left: 10px; color: #fa5000; }
0.436742
0.108519
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Waiting+for+the+Sunrise&display=swap'); body { background-color: #7fc3ccc4; } /* CONTAINERS */ .tutorial-container h1 { font-size: 3.5rem; } .tutorial-container h2 { font-size: 2.5rem; } .tutorial-container p { font-size: 2rem; } .tutorial-container span { color: #fff; font-size: 3rem; font-family: 'Waiting for the Sunrise', cursive; } .tutorial-container span:nth-child(2), span:nth-child(4) { font-size: 3rem; font-family: 'Waiting for the Sunrise', cursive; color: black; } /* ADDITIONAL CONTENT */ img, svg { display: block; margin-left: auto; margin-right: auto; } hr { border: 4px solid white !important; width: 90%; margin-left: auto; margin-right: auto; opacity: 1 !important; } /* MEDIA BREAKPOINTS */ @media (min-width: 992px) { .navbar-nav { margin-left: 0; } } @media only screen and (min-width: 375px) and (max-width: 823px) and (orientation: landscape) { .tutorial-container { margin-top: 1rem !important; } .tutorial-container h1 { font-size: 1rem; } .header-tutorial { font-size: 1.5rem !important; } .tutorial-container h2 { font-size: 1rem; padding-top: 0 !important; } .tutorial-container p { font-size: 1rem; margin-bottom: 0; } .tutorial-container span { font-size: 1rem; } .tutorial-container span:nth-child(2), span:nth-child(4) { font-size: 1rem; } img, svg { width: 200px; height: 200px; } hr { border: 2px solid white !important; } } @media only screen and (min-width: 320px) and (max-width: 736px) and (orientation: landscape) { .tutorial-container { margin-top: 1rem !important; } .tutorial-container h1 { font-size: 1rem; } .header-tutorial { font-size: 1.5rem !important; } .tutorial-container h2 { font-size: 1rem; padding-top: 0 !important; } .tutorial-container p { font-size: 1rem; margin-bottom: 0; } .tutorial-container span { font-size: 1rem; } .tutorial-container span:nth-child(2), span:nth-child(4) { font-size: 1rem; } img, svg { width: 100px; height: 100px; } hr { border: 2px solid white !important; } }
assets/css/tutorial.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Waiting+for+the+Sunrise&display=swap'); body { background-color: #7fc3ccc4; } /* CONTAINERS */ .tutorial-container h1 { font-size: 3.5rem; } .tutorial-container h2 { font-size: 2.5rem; } .tutorial-container p { font-size: 2rem; } .tutorial-container span { color: #fff; font-size: 3rem; font-family: 'Waiting for the Sunrise', cursive; } .tutorial-container span:nth-child(2), span:nth-child(4) { font-size: 3rem; font-family: 'Waiting for the Sunrise', cursive; color: black; } /* ADDITIONAL CONTENT */ img, svg { display: block; margin-left: auto; margin-right: auto; } hr { border: 4px solid white !important; width: 90%; margin-left: auto; margin-right: auto; opacity: 1 !important; } /* MEDIA BREAKPOINTS */ @media (min-width: 992px) { .navbar-nav { margin-left: 0; } } @media only screen and (min-width: 375px) and (max-width: 823px) and (orientation: landscape) { .tutorial-container { margin-top: 1rem !important; } .tutorial-container h1 { font-size: 1rem; } .header-tutorial { font-size: 1.5rem !important; } .tutorial-container h2 { font-size: 1rem; padding-top: 0 !important; } .tutorial-container p { font-size: 1rem; margin-bottom: 0; } .tutorial-container span { font-size: 1rem; } .tutorial-container span:nth-child(2), span:nth-child(4) { font-size: 1rem; } img, svg { width: 200px; height: 200px; } hr { border: 2px solid white !important; } } @media only screen and (min-width: 320px) and (max-width: 736px) and (orientation: landscape) { .tutorial-container { margin-top: 1rem !important; } .tutorial-container h1 { font-size: 1rem; } .header-tutorial { font-size: 1.5rem !important; } .tutorial-container h2 { font-size: 1rem; padding-top: 0 !important; } .tutorial-container p { font-size: 1rem; margin-bottom: 0; } .tutorial-container span { font-size: 1rem; } .tutorial-container span:nth-child(2), span:nth-child(4) { font-size: 1rem; } img, svg { width: 100px; height: 100px; } hr { border: 2px solid white !important; } }
0.482429
0.248181
* { margin: 0px; padding: 0px; } /*limpando formatações*/ body { background: #e6e6e6; } /*background*/ #principal { font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 12px; } /*definindo a div mãe, onde entra todas as divs*/ #menu { font-size: 1.5em; color: #FFF; background-color: #649342; padding: 20px; text-align: center; } /*fazendo o menu*/ #menu a { color: #FFF; text-decoration: none; margin: 10px; } /*formatando todos os links do menu*/ #area-principal { width: 920px; margin: 0 auto; /*auto é o que centraliza o conteúdo*/ padding: 15px; /*espaço entre menu e conteudo*/ } /*definindo a div mãe de conteúdo, dentro ela vai ter a area de postagens e area lateral*/ #area-postagens { width: 660px; float: left; } .postagem { padding: 20px; margin-bottom: 20px; background: #FFF; } .postagem img { width: 620px; height: 420px; } /*todas imagens da div postagem vai ser assim*/ .postagem h1 { padding-top: 20px; padding-bottom: 10px; } .postagem p { font-size: 1.3em; } .postagem li { font-size: 1.3em; padding: 5px; margin-left: 20px; } .postagem a { font-size: 1.2em; color: #649342; } #area-lateral { width: 240px; /*660 + 240 = 900, sobrando 20px de espaçamento*/ float: right; } .conteudo-lateral { background: #FFF; padding: 10px; margin-bottom: 20px; /*espaçamento entre postagens*/ } .postagem-lateral { font-size: 1em; padding: 5px; border-bottom: 1px solid #CCC; /*formatando a borda lateral*/ } .postagem-lateral a { color: #D62954; } h1 { font-size: 2em; color: #649342; } h2 { color: #FFF; background: #D62954; padding: 5px; } h3 { font-size: 1.5em; color: #649342; padding: 5px; } .data-postagem { font-size: 1em; border-bottom: 1px solid #f4f4f4; padding-bottom: 10px; margin-bottom: 10px; display: block; /*bloqueando o inline e colocando comportamento bloco*/ }
site-de-receitas/estilo.css
* { margin: 0px; padding: 0px; } /*limpando formatações*/ body { background: #e6e6e6; } /*background*/ #principal { font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 12px; } /*definindo a div mãe, onde entra todas as divs*/ #menu { font-size: 1.5em; color: #FFF; background-color: #649342; padding: 20px; text-align: center; } /*fazendo o menu*/ #menu a { color: #FFF; text-decoration: none; margin: 10px; } /*formatando todos os links do menu*/ #area-principal { width: 920px; margin: 0 auto; /*auto é o que centraliza o conteúdo*/ padding: 15px; /*espaço entre menu e conteudo*/ } /*definindo a div mãe de conteúdo, dentro ela vai ter a area de postagens e area lateral*/ #area-postagens { width: 660px; float: left; } .postagem { padding: 20px; margin-bottom: 20px; background: #FFF; } .postagem img { width: 620px; height: 420px; } /*todas imagens da div postagem vai ser assim*/ .postagem h1 { padding-top: 20px; padding-bottom: 10px; } .postagem p { font-size: 1.3em; } .postagem li { font-size: 1.3em; padding: 5px; margin-left: 20px; } .postagem a { font-size: 1.2em; color: #649342; } #area-lateral { width: 240px; /*660 + 240 = 900, sobrando 20px de espaçamento*/ float: right; } .conteudo-lateral { background: #FFF; padding: 10px; margin-bottom: 20px; /*espaçamento entre postagens*/ } .postagem-lateral { font-size: 1em; padding: 5px; border-bottom: 1px solid #CCC; /*formatando a borda lateral*/ } .postagem-lateral a { color: #D62954; } h1 { font-size: 2em; color: #649342; } h2 { color: #FFF; background: #D62954; padding: 5px; } h3 { font-size: 1.5em; color: #649342; padding: 5px; } .data-postagem { font-size: 1em; border-bottom: 1px solid #f4f4f4; padding-bottom: 10px; margin-bottom: 10px; display: block; /*bloqueando o inline e colocando comportamento bloco*/ }
0.136752
0.119871
display: inline-block !important; } */ /* .normal-heading { display: inline; } */ /* .first-subheading { margin-top: 0 !important; } */ /* .heading-two-link { margin-top: 3rem; } */ .link-icon { margin-left: 1rem; } .back-to-toc { float: right; margin-top: 1rem; margin-right: 1rem; } .rule-text-border { border-top: 2px solid #c5c5c5; } .note { position: absolute; margin-left: -350px; max-width: 300px; padding: 1rem; border: 1px solid deeppink; background-color: #ffe8fe; } /* Zebra landing page */ .zebra-heading { font-size: x-large !important; } .zebra-row { padding: 1rem; margin-top: 3rem; } .zebra-row li { list-style: none; } .zebra-row ul { margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0; padding-inline-start: 0; } .zebra-row:nth-child(even) { background-color: #f4f7f9; } .zebra-topic p { padding-left: 2rem; padding-top: 0.5rem; } .zebra-topic li { padding-left: 2rem; } /* Landing page links style */ .landing-links { padding: 0.5rem; padding-left: 0; min-height: 195px; } .landing-links ul { margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0; padding-inline-start: 0; } .landing-links-all { padding: 0.5rem; padding-left: 0; } .landing-links-all ul { margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0; padding-inline-start: 0; } /* Design system overrides */ .au-card-list { margin-block-start: 0; margin-block-end: 2rem; margin-inline-start: 0; margin-inline-end: 0; padding-inline-start: 0; } .landing-cards { margin-top: 3rem; margin-bottom: 6rem; } .landing-cards-side-nav { margin-top: 3rem; margin-bottom: 6rem; padding-left: 0 !important; padding-right: 0 !important; } h2 .au-card--clickable__link { font-size: x-large; } .au-callout { margin-bottom: 3rem; } .au-page-alerts { margin-bottom: 3rem; } .au-page-alerts--error { margin-bottom: 0; } .au-page-alerts--success { margin-bottom: 0; } @media (min-width: 768px) { .banner { padding-top: 2rem !important; padding-bottom: 2rem !important; } } .au-text-input { /* border-radius: 0; */ max-width: none; width: 360px; margin-right: 100px; border-width: 2px; } /* CT Abstract */ .abstract { margin: 1.2em 0 2em; font-size: larger; color: #6d6d6d; max-width: 672px; } /* CT Example */ .example { margin: 2em 0 3rem; border: 3px solid #808080; border-radius: 4px; } .example p { max-width: 100%; } .example-heading { font-weight: bold; padding: 0.5em 0.5em 0.5em 1em; background-color: #f5f5f5; } .example-text { padding: 0em 1em 0em 2.7em; } .example-text-instruction { font-weight: bold; padding: 0em 1em 0em 1em; } .example-text:last-child { padding: 0em 1em 1em 2.7em; } .au-side-nav { margin-bottom: 3rem !important; } /* SM content types */ /* Example type Do/Don't */ .example-heading-do-dont { font-weight: bold; padding: 0 0.5em 0.5em 2em; } /* Example type Do */ .example-do { /* margin-top: 24px; */ border: 3px solid #0CAC78; border-radius: 4px; margin: 1rem; padding-top: 1rem; } .do-icon { margin-left: 0.5rem; width: 21px; height: 21px; border: 3px solid #0CAC78; border-radius: 50%; background: url(../assets/img/outline-check-24px.svg); } /* Example type Don't */ .example-dont { /* margin-top: 24px; */ border: 3px solid #FF635C; border-radius: 4px; margin: 1rem; padding-top: 1rem; } .dont-icon { margin-left: 0.5rem; width: 21px; height: 21px; border: 3px solid #FF635C; border-radius: 50%; background: url(../assets/img/outline-close-24px.svg); } /* CT Rationale */ .rationale { background-color: #f5f5f5; padding: 1rem; margin-top: 2.5rem; margin-bottom: 3rem; } .rationale-links { margin-top: 1rem; } .rationale-links p { margin-bottom: 1rem; margin-left: 1rem; margin-top: 0.5rem; } /* CT Mandatory */ .mandatory-links { margin-top: 1rem; } .mandatory-links p { margin-bottom: 1rem; margin-left: 1rem; margin-top: 0.5rem; } /* CT Checklist */ .checklist { margin-top: 1.5rem; margin-bottom: 3rem; } /* .checklist h3 { margin-left: 4.1rem; } */ .checklist h4 { display: inline-block; margin-left: 2.5rem; } .checklist p { margin-left: 4.1rem; } .checklist li { margin-left: 4.1rem; } .check-tick { width: 21px; } /* CT More resources */ .more-resources-links { margin-top: 1rem; } .more-resources-links p { margin-bottom: 1rem; margin-left: 1rem; margin-top: 0.5rem; } /* CT Source attribution */ .source-attribution { /* float: right; */ margin-top: 3rem; /* display: inline-block; */ background-color: #f5f5f5; padding: 1rem; } .source-attribution div { display: inline-block; } .source-attribution p { font-size: small; /* color: #636363; */ } .source-attribution div:nth-child(even) { margin-left: 2rem; } .source-attribution div:nth-child(odd) { font-weight: bold; } /* Dropdown menu */ .navbar { overflow: hidden; background-color: #333; font-family: Arial, Helvetica, sans-serif; } .navbar a { float: left; font-size: 16px; color: white; text-align: center; /* padding: 14px 16px; */ text-decoration: none; } .dropdown { float: left; overflow: hidden; } .dropdown .dropbtn { cursor: pointer; font-size: 16px; border: none; outline: none; color: white; /* padding: 14px 16px; */ background-color: inherit; font-family: inherit; margin: 0; } .navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus { color: #ffffff; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { float: none; color: #00698f !important; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover { background-color: #00698f !important; color: #ffffff !important; } .show { display: block; }
docs/css/stylemanualstyles.css
display: inline-block !important; } */ /* .normal-heading { display: inline; } */ /* .first-subheading { margin-top: 0 !important; } */ /* .heading-two-link { margin-top: 3rem; } */ .link-icon { margin-left: 1rem; } .back-to-toc { float: right; margin-top: 1rem; margin-right: 1rem; } .rule-text-border { border-top: 2px solid #c5c5c5; } .note { position: absolute; margin-left: -350px; max-width: 300px; padding: 1rem; border: 1px solid deeppink; background-color: #ffe8fe; } /* Zebra landing page */ .zebra-heading { font-size: x-large !important; } .zebra-row { padding: 1rem; margin-top: 3rem; } .zebra-row li { list-style: none; } .zebra-row ul { margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0; padding-inline-start: 0; } .zebra-row:nth-child(even) { background-color: #f4f7f9; } .zebra-topic p { padding-left: 2rem; padding-top: 0.5rem; } .zebra-topic li { padding-left: 2rem; } /* Landing page links style */ .landing-links { padding: 0.5rem; padding-left: 0; min-height: 195px; } .landing-links ul { margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0; padding-inline-start: 0; } .landing-links-all { padding: 0.5rem; padding-left: 0; } .landing-links-all ul { margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0; padding-inline-start: 0; } /* Design system overrides */ .au-card-list { margin-block-start: 0; margin-block-end: 2rem; margin-inline-start: 0; margin-inline-end: 0; padding-inline-start: 0; } .landing-cards { margin-top: 3rem; margin-bottom: 6rem; } .landing-cards-side-nav { margin-top: 3rem; margin-bottom: 6rem; padding-left: 0 !important; padding-right: 0 !important; } h2 .au-card--clickable__link { font-size: x-large; } .au-callout { margin-bottom: 3rem; } .au-page-alerts { margin-bottom: 3rem; } .au-page-alerts--error { margin-bottom: 0; } .au-page-alerts--success { margin-bottom: 0; } @media (min-width: 768px) { .banner { padding-top: 2rem !important; padding-bottom: 2rem !important; } } .au-text-input { /* border-radius: 0; */ max-width: none; width: 360px; margin-right: 100px; border-width: 2px; } /* CT Abstract */ .abstract { margin: 1.2em 0 2em; font-size: larger; color: #6d6d6d; max-width: 672px; } /* CT Example */ .example { margin: 2em 0 3rem; border: 3px solid #808080; border-radius: 4px; } .example p { max-width: 100%; } .example-heading { font-weight: bold; padding: 0.5em 0.5em 0.5em 1em; background-color: #f5f5f5; } .example-text { padding: 0em 1em 0em 2.7em; } .example-text-instruction { font-weight: bold; padding: 0em 1em 0em 1em; } .example-text:last-child { padding: 0em 1em 1em 2.7em; } .au-side-nav { margin-bottom: 3rem !important; } /* SM content types */ /* Example type Do/Don't */ .example-heading-do-dont { font-weight: bold; padding: 0 0.5em 0.5em 2em; } /* Example type Do */ .example-do { /* margin-top: 24px; */ border: 3px solid #0CAC78; border-radius: 4px; margin: 1rem; padding-top: 1rem; } .do-icon { margin-left: 0.5rem; width: 21px; height: 21px; border: 3px solid #0CAC78; border-radius: 50%; background: url(../assets/img/outline-check-24px.svg); } /* Example type Don't */ .example-dont { /* margin-top: 24px; */ border: 3px solid #FF635C; border-radius: 4px; margin: 1rem; padding-top: 1rem; } .dont-icon { margin-left: 0.5rem; width: 21px; height: 21px; border: 3px solid #FF635C; border-radius: 50%; background: url(../assets/img/outline-close-24px.svg); } /* CT Rationale */ .rationale { background-color: #f5f5f5; padding: 1rem; margin-top: 2.5rem; margin-bottom: 3rem; } .rationale-links { margin-top: 1rem; } .rationale-links p { margin-bottom: 1rem; margin-left: 1rem; margin-top: 0.5rem; } /* CT Mandatory */ .mandatory-links { margin-top: 1rem; } .mandatory-links p { margin-bottom: 1rem; margin-left: 1rem; margin-top: 0.5rem; } /* CT Checklist */ .checklist { margin-top: 1.5rem; margin-bottom: 3rem; } /* .checklist h3 { margin-left: 4.1rem; } */ .checklist h4 { display: inline-block; margin-left: 2.5rem; } .checklist p { margin-left: 4.1rem; } .checklist li { margin-left: 4.1rem; } .check-tick { width: 21px; } /* CT More resources */ .more-resources-links { margin-top: 1rem; } .more-resources-links p { margin-bottom: 1rem; margin-left: 1rem; margin-top: 0.5rem; } /* CT Source attribution */ .source-attribution { /* float: right; */ margin-top: 3rem; /* display: inline-block; */ background-color: #f5f5f5; padding: 1rem; } .source-attribution div { display: inline-block; } .source-attribution p { font-size: small; /* color: #636363; */ } .source-attribution div:nth-child(even) { margin-left: 2rem; } .source-attribution div:nth-child(odd) { font-weight: bold; } /* Dropdown menu */ .navbar { overflow: hidden; background-color: #333; font-family: Arial, Helvetica, sans-serif; } .navbar a { float: left; font-size: 16px; color: white; text-align: center; /* padding: 14px 16px; */ text-decoration: none; } .dropdown { float: left; overflow: hidden; } .dropdown .dropbtn { cursor: pointer; font-size: 16px; border: none; outline: none; color: white; /* padding: 14px 16px; */ background-color: inherit; font-family: inherit; margin: 0; } .navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus { color: #ffffff; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { float: none; color: #00698f !important; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover { background-color: #00698f !important; color: #ffffff !important; } .show { display: block; }
0.386648
0.076891
* { margin: 0; padding: 0; box-sizing: border-box; } html, body { color: #414042; background-color: #E7E9E9; font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif; font-size: 21px; line-height: 1.6; } .guns-dont-kill-people { width: 95%; max-width: 760px; margin-right: auto; margin-left: auto; } .header { padding-top: 15px; padding-bottom: 15px; color: #fff; background-color: #414042; } .header__navigation { } .navigation { list-style: none; } .navigation__item { display: inline-block; margin-right: 1em; } .navigation__link { border: 5px solid transparent; border-radius: 3px; color: inherit; text-decoration: none; } .navigation__link:hover, .navigation__link:focus { border-color: #fff; color: #414042; background-color: #fff; } .main { min-height: 60vh; background-color: #fff; overflow: hidden; } .footer { padding-top: 40px; padding-bottom: 40px; color: #A6A8AB; font-size: .8em; text-align:center; } .footer a { color: inherit; } .content p, .content ul, .content ol, .content dl { margin-top: 1.6em; margin-bottom: 1.6em; } .content ul, .content ol { padding-left: 1.4em; list-style: square; } .content a { border: 5px solid transparent; border-radius: 3px; color: #A6A8AB; text-decoration: none; } .content a:hover, .content a:focus { border-color: #EA5C2F; color: #fff; background-color: #EA5C2F; } .question { } .question__image { margin-bottom: 20px; border-radius: 3px; background-color: #E7E9E9; text-align: center; line-height: 0; } .question__question { margin-bottom: .8em; font-weight: bold; } .question__answer { } .question__checkbox { display: none; } .question__label { display: block; margin-bottom: 4px; padding: .4em .8em; border-radius: 3px; background-color: #E7E9E9; cursor: pointer; } .question__checkbox:checked + .question__label { color: #fff; background-color: #F8AE43; } .form { } .form__actions { padding: .8em 0; text-align: right; } .form__back, .form__submit { padding: 10px 15px; border: 0; border-radius: 3px; color: inherit; background-color: #E7E9E9; font-size: inherit; font-family: inherit; font-style: inherit; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; } .form__back:hover, .form__back:focus, .form__submit:hover, .form__submit:focus { color: #fff; background-color: #EA5C2F; } .factoid { max-width: 400px; position: relative; z-index: 1; padding-left: 40px; font-size: .9em; } .factoid::before { content: "\201c"; height: 0; position: absolute; top: 0; left: -0.03em; z-index: -1; color: #E7E9E9; font-family: sans-serif; font-size: 22em; line-height: .7; } .factoid__title { } .factoid__major { text-transform: uppercase; } .factoid__minor { font-style: italic; }
Felinesoft.UmbracoCodeFirst.QuizDemo/Content/stylesheet.css
* { margin: 0; padding: 0; box-sizing: border-box; } html, body { color: #414042; background-color: #E7E9E9; font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif; font-size: 21px; line-height: 1.6; } .guns-dont-kill-people { width: 95%; max-width: 760px; margin-right: auto; margin-left: auto; } .header { padding-top: 15px; padding-bottom: 15px; color: #fff; background-color: #414042; } .header__navigation { } .navigation { list-style: none; } .navigation__item { display: inline-block; margin-right: 1em; } .navigation__link { border: 5px solid transparent; border-radius: 3px; color: inherit; text-decoration: none; } .navigation__link:hover, .navigation__link:focus { border-color: #fff; color: #414042; background-color: #fff; } .main { min-height: 60vh; background-color: #fff; overflow: hidden; } .footer { padding-top: 40px; padding-bottom: 40px; color: #A6A8AB; font-size: .8em; text-align:center; } .footer a { color: inherit; } .content p, .content ul, .content ol, .content dl { margin-top: 1.6em; margin-bottom: 1.6em; } .content ul, .content ol { padding-left: 1.4em; list-style: square; } .content a { border: 5px solid transparent; border-radius: 3px; color: #A6A8AB; text-decoration: none; } .content a:hover, .content a:focus { border-color: #EA5C2F; color: #fff; background-color: #EA5C2F; } .question { } .question__image { margin-bottom: 20px; border-radius: 3px; background-color: #E7E9E9; text-align: center; line-height: 0; } .question__question { margin-bottom: .8em; font-weight: bold; } .question__answer { } .question__checkbox { display: none; } .question__label { display: block; margin-bottom: 4px; padding: .4em .8em; border-radius: 3px; background-color: #E7E9E9; cursor: pointer; } .question__checkbox:checked + .question__label { color: #fff; background-color: #F8AE43; } .form { } .form__actions { padding: .8em 0; text-align: right; } .form__back, .form__submit { padding: 10px 15px; border: 0; border-radius: 3px; color: inherit; background-color: #E7E9E9; font-size: inherit; font-family: inherit; font-style: inherit; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; } .form__back:hover, .form__back:focus, .form__submit:hover, .form__submit:focus { color: #fff; background-color: #EA5C2F; } .factoid { max-width: 400px; position: relative; z-index: 1; padding-left: 40px; font-size: .9em; } .factoid::before { content: "\201c"; height: 0; position: absolute; top: 0; left: -0.03em; z-index: -1; color: #E7E9E9; font-family: sans-serif; font-size: 22em; line-height: .7; } .factoid__title { } .factoid__major { text-transform: uppercase; } .factoid__minor { font-style: italic; }
0.436622
0.072374
html{overflow-y: scroll} body{margin:0 0 0 0} .fnt_12{font-size:12} .fnt_16{font-size:16} .fnts_25{font-size:25} .vtop{vertical-align: top} .cg_f15{color:grey; font-size:15} .cg_pt21{color:grey; padding-top:21} .f15_cw{font-size:15; color:white;} .unselectable{ user-select: none; -ms-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; } .MathJax:focus, .mjx-chtml:focus, .MathJax_SVG:focus { outline:none; padding: 2 2 2 2; border:1px solid #f2f2f2; } .navbar{ height:30; width:100%; position:fixed; margin:0 0 0 0; font-family:'Avenir','light'; background:linear-gradient(lightgrey, grey); } .w3-content{position:fixed; width:100%; height:100%} .mySlides{ width:100%; height:100%; margin:30 0 0 0; padding:0 0 0 0; border-collapse: collapse } .T_page{ vertical-align:top; padding:10 10 0 10; width:50%; height:100%; background-repeat:no-repeat; background:linear-gradient(lightgrey, grey); } .T_field{ color:grey; opacity:.5; font-size:18px; cursor:default; padding:14 0 14 40; font-family:'Avenir', 'light'; background:linear-gradient(white,#E5E7E9); } .sols_by{ font-size:14; color:#f2f2f2; font-weight:500; padding:50 0 0 40; font-family:'Avenir'; } .lic_tag{ color:#aaa; font-size:13; font-weight:500; padding:20 0 0 40; font-family:'Avenir'; } .tc_page{ width:50%; height: 100%; cursor:default; padding:0 0 0 0; vertical-align:top; } .t_contents { color:grey; font-size:15; padding:0 0 10 40; height:92.8% !important; overflow:scroll !important; font-family:'Avenir', 'light'; } .searchf_0{width:100%; background:#f2f2f2} .search_res{ color:grey; font-size:14; margin:0 6 0 0; font-family:'Avenir', 'light'; } .searchf_n{padding:12 0 0 80} .sres_n{ font-size:14; margin:0 6 0 0; font-family:'Avenir', 'light' } .pblm_page{ width:50%; height:100%; vertical-align:top; } .pp_head_n{ width:100%; font-size:18; font-family:'Avenir', 'light'; padding:10 0 10 20; color:#aaa; } .partnum_chptr_title{vertical-align:top; padding:11 0 0 1} .sls_page{ width:50%; height:100%; padding:0 0 0 0; vertical-align:top; border-left:1px solid #f2f2f2 } code{ color:grey; font-size:13; background: #FAF8F9; font-family: "SourceCodePro-Regular"; } .code_block{ color:grey; font-size:13; display:block; margin:10 0 10 0; padding:10 0 10 10; background:#FAF8F9; font-family: "SourceCodePro-Regular"; } .infscrll { font-size:15; padding:20 0 0 20; height: 93.1% !important; overflow:scroll !important; } .infscrll_dc { height:85.7% !important; overflow:scroll; font-size:15; padding-top:20; margin:-8 0 0 0; } .field_5{padding:0 0 0 0; margin:0 0 0 0} .f5_underline{border-bottom:1px solid #f2f2f2} .field_6{ color:#aaa; height:20; width:100%; margin:0 0 0 0; padding:3 0 0 0; background:#f2f2f2; } .field6_lind{ float:left; margin:0 0 0 0; } .field6_rind{ float:right; margin:0 1 0 0; transform: scale(-1); } .field_7 { font-size:15; margin:0 0 0 20; padding:5 0 0 0; height:84.9% !important; overflow:scroll !important; } canvas { outline: 0; } a{color: white; text-decoration: none; font-size: 13} a:hover{color: lightgrey} a.pset{color: white; text-decoration: none; font-size: 14; font-weight: 500; cursor: default} a.pset:hover{color: lightgrey} a.pset0{color: white; text-decoration: none; font-size: 14; font-weight: 500; cursor: default} a.pset1{color: white; text-decoration: none; font-size: 12; font-weight: 500} a.pset1:hover{text-decoration: underline;cursor: default;} a.pset_title{color: white; text-decoration: none; font-size: 18; font-weight: 500} a.pset_title:hover{color:lightgrey; transition: color .1s;} a.textnav{color: white; font-size: 18; font-weight: 500;} a.textnav:hover{text-decoration: underline; cursor:default;} a.textnav_f2{color: #aaa; font-size: 15; font-weight: 500;} a.textnav_f2:hover{color: lightgrey; cursor:default; transition: color .2s;} /*a:active{color: grey !important}*/ a.two{color:lightgrey; text-decoration: none} a.two:hover{color: grey} a.contents{ color:grey; font-family:'Avenir', 'light'; font-size:15px; } a.contents:hover{text-decoration: underline; cursor: default;} i.fa{font-size: 16px;} input[type="submit"]{ position: fixed; left: -10000000px; } input[type="search"]{ color:#aaa; font-size: 13; text-align: right; font-family:'Avenir'; -webkit-appearance:caret; border-radius: 0%!important; } .search_tp{ color:#aaa; width:100%; font-size: 13; padding:0 2 0 0; text-align: right; font-family:'Avenir'; background: transparent; -webkit-appearance:caret; border-radius: 0%!important; } .search{ color:#aaa; width:85%; font-size: 13; padding:0 2 0 0; text-align: right; font-family:'Avenir'; background: transparent; -webkit-appearance:caret; border-radius: 0%!important; } .dropdown { position: relative; display: inline-block; } .dropdown-content { width: 100%; color:white; display: none; position: absolute; left: -52; top: 34; background: linear-gradient(#aaa, #D1D3D4); min-width: 1176; height: 750; padding: 7 52; margin:0 0 0 -2; font-family:'Avenir', 'light'; font-size:18; cursor:default; } .dropdown:hover .dropdown-content { display: block; } .dropbtn{padding: 0 0 5 0; cursor: default;} th{color:white; font-family:'Avenir', 'light'; font-weight:normal; text-align:left} .tooltip { color: #aaa; font-size: 14; cursor: default; position: relative; display: inline-block; font-family: 'Avenir','light'; } .tooltip .tooltiptext { font-family: 'Times','new Roman'; visibility: hidden; width: 200; background-color: #f2f2f2; color: black; text-align: left; padding: 10 10; /*border: 1 solid #aaa;*/ /* Position the tooltip */ position: absolute; z-index: 1; left: -53; top: 20; } .tooltip:hover .tooltiptext { visibility: visible; box-shadow: 5px 5px 10px #888888; } .tooltip:active .tooltiptext { visibility: visible; box-shadow: 5px 5px 10px #888888; } .vertical_line{height:210px; width:1px;background:#aaa; margin: 10 0 0 9} hr.style-two { border: 0; height: 1px; background-image: linear-gradient(to right, #aaa, #E5E7E9, #aaa); } #wall{ float:left; width:100%; height:50px; margin:15 0 0 0; padding: 0 0 0 0; } .shelf{ width:25%; float:left; color:#aaa; font-size:20; margin:0 20 0 0; border-bottom:1 solid #aaa; } .shelf0{ float:left; font-size:20; margin:0 20 0 0; color:#aaa; width:28%; border-bottom:1 solid #aaa; } .drop_table{ font-size:16; margin:0 0 0 0; font-weight:500; padding:10 0 0 0; } .subtitle{ color: #aaa; font-size: 15; padding:0 0 5 0; font-family:'Avenir', 'light'; border-bottom:1px solid #f2f2f2; } .subtitle1pt3{ color:#aaa; padding:0 0 5 0; margin:20 20 0 0; font-family:'Avenir', 'light'; border-bottom:1px solid #f2f2f2; } .theorem{ color:#aaa; font-size:14; padding:0 0 0 0; vertical-align:top; font-family:'Avenir','light'; } .braille_border{ font-size:13; color:#707B7C; margin:10 0 0 0; border-collapse:collapse; font-family:'SourCecodePro-Regular'; } .braille_one{ padding:5 10; text-align:center; vertical-align:top; border:1px solid lightgrey; } .braille_two{ font-size:13; color:#707B7C; font-family:'SourCecodePro-Regular'; } .braille_three{padding:1 0 0 0; float:right} .braille_four{ float:right; color:#99B5CD; margin:4 0 0 0; } .braille_five{padding:1 0 0 30; float:right} .braille_six{ float:right; color:#99B5CD; margin:4 0 0 5; } .braille_seven{padding:10 0 0 0;} .braille_eight{ float:right; color:#99B5CD; margin:3 0 0 5; } .braille_nine{padding:10 0 0 30; float:right} .braille_ten{ color:#99B5CD; font-size:16px; padding:0 0 0 1; } .braille_eleven{ font-size:16; color:#99B5CD; padding:0 0 0 35; } .braille_twelve{ font-size:08; color:#99B5CD; padding:12 0 0 04; } .braille_thirteen{ font-size:08; color:#99B5CD; padding:12 0 0 37; } .braille_fourteen{ font-size:8; color:#99B5CD; padding:17 0 0 02; } .braille_fifteen{ font-size:0; color:#99B5CD; padding:17 0 0 37; } .braille_sixteen{margin:16 0 0 0} .braille_seventeen{ font-size:16; color:#99B5CD; padding:0 0 0 35; } .braille_eighteen{ font-size:16; color:#99B5CD; padding:13 0 0 02; } .braille_nineteen{ font-size:08; color:#99B5CD; padding:13 0 0 37; } .braille_twenty{margin:10 0 0 0} .braille_21{ font-size:08; color:#99B5CD; padding:2 0 0 04; } .braille_22{ font-size:16; color:#99B5CD; padding:0 0 0 37; } .braille_23{ font-size:16; color:#99B5CD; padding:08 0 0 02; } .braille_24{ font-size:16; color:#99B5CD; padding:8 0 0 37; } .braille_25{ font-size:8; color:#99B5CD; padding:08 0 0 40; } .braille_nn{ font-size:8; color:#99B5CD; padding:8 0 0 4; } .braille_26{margin:18 0 0 0} .C1_p11{padding:10 0 5 0; margin:0 0 0 100} .C1_p17{padding:10 0 0 0; margin:0 0 0 25} .C1_sec1.3_p07{margin:5 0 5 20; padding:0 0 0 20} .C1_sec1.3_p08{margin:5 0 5 10; padding:0 0 0 20} .p24{font-size:16; padding:2 20 0 3} .dd_menu{ width:100%; height:20px; background:none; margin-top:-8px; margin-left:-8px; padding:5px 1px 5px 15px; font-family:'Avenir', 'light' } .dd_menue{ top:-20px; outline:none; font-size:13px; position:absolute; } .git_div{position:fixed; padding:8 0 0 12} .fs_eight{font-size:8px} /* Answer styles */ .vtop_zero{vertical-align:top; padding:0 0 0 0} .vtop_t2{vertical-align:top; padding:2 0 0 0} .vtop_t7{vertical-align:top; padding:7 0 0 0} .vtop_t8{vertical-align:top; padding:8 0 0 0} .vtop_t9{vertical-align:top; padding:9 0 0 0} .vtop_t10{vertical-align:top; padding:10 0 0 0} .vtop_t11{vertical-align:top; padding:11 0 0 0} .vtop_t12{vertical-align:top; padding:12 0 0 0} .vtop_t13{vertical-align:top; padding:13 0 0 0} .vtop_t20{vertical-align:top; padding:20 0 0 0} .vtop_t1l10{vertical-align:top; padding:1 0 0 10} .vtop_r20l10{vertical-align:top; padding:0 20 0 10} .vtop_r20l20{vertical-align:top; padding:0 20 0 20} .vtop_lfive{vertical-align:top; padding:0 0 0 5} .vtop_lten{vertical-align:top; padding:0 0 0 10} .vtop_l20{vertical-align:top; padding:0 0 0 20} .vtop_l40{vertical-align:top; padding:0 0 0 40} .vtop_t6_l10{vertical-align:top; padding:6 0 0 10;} .vtop_t10_l50{vertical-align:top; padding:10 0 0 50;} .vtop_t6_b10_l10{vertical-align:top; padding:6 0 10 10;} .vtop_r20-b15-l10{vertical-align:top; padding:0 20 15 10} .vtop_t20-r20-b10{vertical-align:top; padding:20 20 10 0} .pt5{padding:5 0 0 0;} .p_t5_r20{padding:5 20 0 0;} .p_zero{padding:0 0 0 0;} .pt10{padding:10 0 0 0;} .pb10{padding:0 0 10 0;} .pt_15{padding:15 0 0 0;} .pt_20{padding:20 0 0 0;} .pr_20{padding:0 20 0 0;} .pl_10{padding:0 0 0 10;} .pl_15{padding:0 0 0 15;} .pl_20{padding:0 0 0 20;} .pl_25{padding:0 0 0 25;} .pl_40{padding:0 0 0 40;} .p_r20_l20{padding:0 20 0 20;} .p_r40_l40{padding:0 40 0 40;} .p120010{padding:1 20 0 10} .pblm_34{padding:20 20 20 0; width:95%} .pblm_01{padding:20 20 10 0; width:95%} .t20_b10{padding:20 0 10 0;} .r20_b10{padding:0 20 10 0;} .r10_l20{padding:0 10 0 20;} .t5_l30{padding:5 0 0 30;} .t8_b10{padding:08 0 10 0} .t17_b10{padding:17 0 10 0} .t5_b5_l30{padding:5 0 5 30;} .t5_r20_b15{padding:5 20 15 0;} .pt10_l50{padding:10 0 0 50;} .t15_r20{padding:15 20 0 0;} .pt10_r20{padding:10 20 0 0;} .p_t10_r20_b10{padding:10 20 10 0;} .t15_r20_b10{padding:15 20 10 0;} .pt20_r20{padding:20 20 0 0;} .pt30_r20{padding:30 20 0 0;} .p_r20b10{padding:0 20 10 0} .pt20_r20_b10{padding:20 20 10 0;} .pt20_r20_b15{padding:20 20 15 0;} .m_zero{margin:0 0 0 0;} .mar_t5{margin:5 0 0 0;} .mar_t8{margin:8 0 0 0;} .mar_t10{margin:10 0 0 0;} .mar_t15{margin:15 0 0 0;} .mar_tn2{margin:-2 0 0 0;} .mar_tn5{margin:-5 0 0 0;} .mar_t5_b10{margin:5 0 10 0;} .m_t5_l10{margin:5 0 0 10;} .mt10_b10{margin:10 0 10 0;} .mar_t5_r20{margin:5 20 0 0;} /* Code block */ .int{color:#A383F1;} .pckgs{color:#8DB9D4} .func_dec{margin:10 0 0 0; color:#566573} .func_def{color:#E483F1} .call_fact{margin:00 0 0 104; color:#566573} .comment{color:#566573} .comment_m{margin:0 0 0 0; color:#566573} .m_l30{padding:0 0 0 30;} .num{color:#83B2F1} .m_l31{padding:0 0 0 31;} .m_l32{padding:0 0 0 32;} .m_t10_l30{margin:10 0 0 30} .m_l50{margin:0 0 0 50;} .m_l70{margin:0 0 0 70;} .m_l90{margin:0 0 0 90;} .sigma{margin:00 0 0 104} .m_l129{margin:0 0 0 129;} .pf{ color:#aaa; font-size:14; vertical-align:top; font-family:'Avenir','light' } .eqn{ padding:0 20 0 0; vertical-align:top; border-right:1px solid lightgrey; } .c1s131{vertical-align:center; padding:13 0 0 20} .c1s132{vertical-align:top; padding:10 0 0 00; color:grey} .c1s133{vertical-align: top; padding:7 0 0 00; color:grey} .vc_div{position:fixed; top:3; left:47} .f_left{float:left} .f_right{float:right} .d_table{width:100%; padding:20 0 10 0} .nav_ind{position:fixed; top:3.5; right:20} .nav_cursor{cursor:default; font-size:15}
P_sets/styles.css
html{overflow-y: scroll} body{margin:0 0 0 0} .fnt_12{font-size:12} .fnt_16{font-size:16} .fnts_25{font-size:25} .vtop{vertical-align: top} .cg_f15{color:grey; font-size:15} .cg_pt21{color:grey; padding-top:21} .f15_cw{font-size:15; color:white;} .unselectable{ user-select: none; -ms-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; } .MathJax:focus, .mjx-chtml:focus, .MathJax_SVG:focus { outline:none; padding: 2 2 2 2; border:1px solid #f2f2f2; } .navbar{ height:30; width:100%; position:fixed; margin:0 0 0 0; font-family:'Avenir','light'; background:linear-gradient(lightgrey, grey); } .w3-content{position:fixed; width:100%; height:100%} .mySlides{ width:100%; height:100%; margin:30 0 0 0; padding:0 0 0 0; border-collapse: collapse } .T_page{ vertical-align:top; padding:10 10 0 10; width:50%; height:100%; background-repeat:no-repeat; background:linear-gradient(lightgrey, grey); } .T_field{ color:grey; opacity:.5; font-size:18px; cursor:default; padding:14 0 14 40; font-family:'Avenir', 'light'; background:linear-gradient(white,#E5E7E9); } .sols_by{ font-size:14; color:#f2f2f2; font-weight:500; padding:50 0 0 40; font-family:'Avenir'; } .lic_tag{ color:#aaa; font-size:13; font-weight:500; padding:20 0 0 40; font-family:'Avenir'; } .tc_page{ width:50%; height: 100%; cursor:default; padding:0 0 0 0; vertical-align:top; } .t_contents { color:grey; font-size:15; padding:0 0 10 40; height:92.8% !important; overflow:scroll !important; font-family:'Avenir', 'light'; } .searchf_0{width:100%; background:#f2f2f2} .search_res{ color:grey; font-size:14; margin:0 6 0 0; font-family:'Avenir', 'light'; } .searchf_n{padding:12 0 0 80} .sres_n{ font-size:14; margin:0 6 0 0; font-family:'Avenir', 'light' } .pblm_page{ width:50%; height:100%; vertical-align:top; } .pp_head_n{ width:100%; font-size:18; font-family:'Avenir', 'light'; padding:10 0 10 20; color:#aaa; } .partnum_chptr_title{vertical-align:top; padding:11 0 0 1} .sls_page{ width:50%; height:100%; padding:0 0 0 0; vertical-align:top; border-left:1px solid #f2f2f2 } code{ color:grey; font-size:13; background: #FAF8F9; font-family: "SourceCodePro-Regular"; } .code_block{ color:grey; font-size:13; display:block; margin:10 0 10 0; padding:10 0 10 10; background:#FAF8F9; font-family: "SourceCodePro-Regular"; } .infscrll { font-size:15; padding:20 0 0 20; height: 93.1% !important; overflow:scroll !important; } .infscrll_dc { height:85.7% !important; overflow:scroll; font-size:15; padding-top:20; margin:-8 0 0 0; } .field_5{padding:0 0 0 0; margin:0 0 0 0} .f5_underline{border-bottom:1px solid #f2f2f2} .field_6{ color:#aaa; height:20; width:100%; margin:0 0 0 0; padding:3 0 0 0; background:#f2f2f2; } .field6_lind{ float:left; margin:0 0 0 0; } .field6_rind{ float:right; margin:0 1 0 0; transform: scale(-1); } .field_7 { font-size:15; margin:0 0 0 20; padding:5 0 0 0; height:84.9% !important; overflow:scroll !important; } canvas { outline: 0; } a{color: white; text-decoration: none; font-size: 13} a:hover{color: lightgrey} a.pset{color: white; text-decoration: none; font-size: 14; font-weight: 500; cursor: default} a.pset:hover{color: lightgrey} a.pset0{color: white; text-decoration: none; font-size: 14; font-weight: 500; cursor: default} a.pset1{color: white; text-decoration: none; font-size: 12; font-weight: 500} a.pset1:hover{text-decoration: underline;cursor: default;} a.pset_title{color: white; text-decoration: none; font-size: 18; font-weight: 500} a.pset_title:hover{color:lightgrey; transition: color .1s;} a.textnav{color: white; font-size: 18; font-weight: 500;} a.textnav:hover{text-decoration: underline; cursor:default;} a.textnav_f2{color: #aaa; font-size: 15; font-weight: 500;} a.textnav_f2:hover{color: lightgrey; cursor:default; transition: color .2s;} /*a:active{color: grey !important}*/ a.two{color:lightgrey; text-decoration: none} a.two:hover{color: grey} a.contents{ color:grey; font-family:'Avenir', 'light'; font-size:15px; } a.contents:hover{text-decoration: underline; cursor: default;} i.fa{font-size: 16px;} input[type="submit"]{ position: fixed; left: -10000000px; } input[type="search"]{ color:#aaa; font-size: 13; text-align: right; font-family:'Avenir'; -webkit-appearance:caret; border-radius: 0%!important; } .search_tp{ color:#aaa; width:100%; font-size: 13; padding:0 2 0 0; text-align: right; font-family:'Avenir'; background: transparent; -webkit-appearance:caret; border-radius: 0%!important; } .search{ color:#aaa; width:85%; font-size: 13; padding:0 2 0 0; text-align: right; font-family:'Avenir'; background: transparent; -webkit-appearance:caret; border-radius: 0%!important; } .dropdown { position: relative; display: inline-block; } .dropdown-content { width: 100%; color:white; display: none; position: absolute; left: -52; top: 34; background: linear-gradient(#aaa, #D1D3D4); min-width: 1176; height: 750; padding: 7 52; margin:0 0 0 -2; font-family:'Avenir', 'light'; font-size:18; cursor:default; } .dropdown:hover .dropdown-content { display: block; } .dropbtn{padding: 0 0 5 0; cursor: default;} th{color:white; font-family:'Avenir', 'light'; font-weight:normal; text-align:left} .tooltip { color: #aaa; font-size: 14; cursor: default; position: relative; display: inline-block; font-family: 'Avenir','light'; } .tooltip .tooltiptext { font-family: 'Times','new Roman'; visibility: hidden; width: 200; background-color: #f2f2f2; color: black; text-align: left; padding: 10 10; /*border: 1 solid #aaa;*/ /* Position the tooltip */ position: absolute; z-index: 1; left: -53; top: 20; } .tooltip:hover .tooltiptext { visibility: visible; box-shadow: 5px 5px 10px #888888; } .tooltip:active .tooltiptext { visibility: visible; box-shadow: 5px 5px 10px #888888; } .vertical_line{height:210px; width:1px;background:#aaa; margin: 10 0 0 9} hr.style-two { border: 0; height: 1px; background-image: linear-gradient(to right, #aaa, #E5E7E9, #aaa); } #wall{ float:left; width:100%; height:50px; margin:15 0 0 0; padding: 0 0 0 0; } .shelf{ width:25%; float:left; color:#aaa; font-size:20; margin:0 20 0 0; border-bottom:1 solid #aaa; } .shelf0{ float:left; font-size:20; margin:0 20 0 0; color:#aaa; width:28%; border-bottom:1 solid #aaa; } .drop_table{ font-size:16; margin:0 0 0 0; font-weight:500; padding:10 0 0 0; } .subtitle{ color: #aaa; font-size: 15; padding:0 0 5 0; font-family:'Avenir', 'light'; border-bottom:1px solid #f2f2f2; } .subtitle1pt3{ color:#aaa; padding:0 0 5 0; margin:20 20 0 0; font-family:'Avenir', 'light'; border-bottom:1px solid #f2f2f2; } .theorem{ color:#aaa; font-size:14; padding:0 0 0 0; vertical-align:top; font-family:'Avenir','light'; } .braille_border{ font-size:13; color:#707B7C; margin:10 0 0 0; border-collapse:collapse; font-family:'SourCecodePro-Regular'; } .braille_one{ padding:5 10; text-align:center; vertical-align:top; border:1px solid lightgrey; } .braille_two{ font-size:13; color:#707B7C; font-family:'SourCecodePro-Regular'; } .braille_three{padding:1 0 0 0; float:right} .braille_four{ float:right; color:#99B5CD; margin:4 0 0 0; } .braille_five{padding:1 0 0 30; float:right} .braille_six{ float:right; color:#99B5CD; margin:4 0 0 5; } .braille_seven{padding:10 0 0 0;} .braille_eight{ float:right; color:#99B5CD; margin:3 0 0 5; } .braille_nine{padding:10 0 0 30; float:right} .braille_ten{ color:#99B5CD; font-size:16px; padding:0 0 0 1; } .braille_eleven{ font-size:16; color:#99B5CD; padding:0 0 0 35; } .braille_twelve{ font-size:08; color:#99B5CD; padding:12 0 0 04; } .braille_thirteen{ font-size:08; color:#99B5CD; padding:12 0 0 37; } .braille_fourteen{ font-size:8; color:#99B5CD; padding:17 0 0 02; } .braille_fifteen{ font-size:0; color:#99B5CD; padding:17 0 0 37; } .braille_sixteen{margin:16 0 0 0} .braille_seventeen{ font-size:16; color:#99B5CD; padding:0 0 0 35; } .braille_eighteen{ font-size:16; color:#99B5CD; padding:13 0 0 02; } .braille_nineteen{ font-size:08; color:#99B5CD; padding:13 0 0 37; } .braille_twenty{margin:10 0 0 0} .braille_21{ font-size:08; color:#99B5CD; padding:2 0 0 04; } .braille_22{ font-size:16; color:#99B5CD; padding:0 0 0 37; } .braille_23{ font-size:16; color:#99B5CD; padding:08 0 0 02; } .braille_24{ font-size:16; color:#99B5CD; padding:8 0 0 37; } .braille_25{ font-size:8; color:#99B5CD; padding:08 0 0 40; } .braille_nn{ font-size:8; color:#99B5CD; padding:8 0 0 4; } .braille_26{margin:18 0 0 0} .C1_p11{padding:10 0 5 0; margin:0 0 0 100} .C1_p17{padding:10 0 0 0; margin:0 0 0 25} .C1_sec1.3_p07{margin:5 0 5 20; padding:0 0 0 20} .C1_sec1.3_p08{margin:5 0 5 10; padding:0 0 0 20} .p24{font-size:16; padding:2 20 0 3} .dd_menu{ width:100%; height:20px; background:none; margin-top:-8px; margin-left:-8px; padding:5px 1px 5px 15px; font-family:'Avenir', 'light' } .dd_menue{ top:-20px; outline:none; font-size:13px; position:absolute; } .git_div{position:fixed; padding:8 0 0 12} .fs_eight{font-size:8px} /* Answer styles */ .vtop_zero{vertical-align:top; padding:0 0 0 0} .vtop_t2{vertical-align:top; padding:2 0 0 0} .vtop_t7{vertical-align:top; padding:7 0 0 0} .vtop_t8{vertical-align:top; padding:8 0 0 0} .vtop_t9{vertical-align:top; padding:9 0 0 0} .vtop_t10{vertical-align:top; padding:10 0 0 0} .vtop_t11{vertical-align:top; padding:11 0 0 0} .vtop_t12{vertical-align:top; padding:12 0 0 0} .vtop_t13{vertical-align:top; padding:13 0 0 0} .vtop_t20{vertical-align:top; padding:20 0 0 0} .vtop_t1l10{vertical-align:top; padding:1 0 0 10} .vtop_r20l10{vertical-align:top; padding:0 20 0 10} .vtop_r20l20{vertical-align:top; padding:0 20 0 20} .vtop_lfive{vertical-align:top; padding:0 0 0 5} .vtop_lten{vertical-align:top; padding:0 0 0 10} .vtop_l20{vertical-align:top; padding:0 0 0 20} .vtop_l40{vertical-align:top; padding:0 0 0 40} .vtop_t6_l10{vertical-align:top; padding:6 0 0 10;} .vtop_t10_l50{vertical-align:top; padding:10 0 0 50;} .vtop_t6_b10_l10{vertical-align:top; padding:6 0 10 10;} .vtop_r20-b15-l10{vertical-align:top; padding:0 20 15 10} .vtop_t20-r20-b10{vertical-align:top; padding:20 20 10 0} .pt5{padding:5 0 0 0;} .p_t5_r20{padding:5 20 0 0;} .p_zero{padding:0 0 0 0;} .pt10{padding:10 0 0 0;} .pb10{padding:0 0 10 0;} .pt_15{padding:15 0 0 0;} .pt_20{padding:20 0 0 0;} .pr_20{padding:0 20 0 0;} .pl_10{padding:0 0 0 10;} .pl_15{padding:0 0 0 15;} .pl_20{padding:0 0 0 20;} .pl_25{padding:0 0 0 25;} .pl_40{padding:0 0 0 40;} .p_r20_l20{padding:0 20 0 20;} .p_r40_l40{padding:0 40 0 40;} .p120010{padding:1 20 0 10} .pblm_34{padding:20 20 20 0; width:95%} .pblm_01{padding:20 20 10 0; width:95%} .t20_b10{padding:20 0 10 0;} .r20_b10{padding:0 20 10 0;} .r10_l20{padding:0 10 0 20;} .t5_l30{padding:5 0 0 30;} .t8_b10{padding:08 0 10 0} .t17_b10{padding:17 0 10 0} .t5_b5_l30{padding:5 0 5 30;} .t5_r20_b15{padding:5 20 15 0;} .pt10_l50{padding:10 0 0 50;} .t15_r20{padding:15 20 0 0;} .pt10_r20{padding:10 20 0 0;} .p_t10_r20_b10{padding:10 20 10 0;} .t15_r20_b10{padding:15 20 10 0;} .pt20_r20{padding:20 20 0 0;} .pt30_r20{padding:30 20 0 0;} .p_r20b10{padding:0 20 10 0} .pt20_r20_b10{padding:20 20 10 0;} .pt20_r20_b15{padding:20 20 15 0;} .m_zero{margin:0 0 0 0;} .mar_t5{margin:5 0 0 0;} .mar_t8{margin:8 0 0 0;} .mar_t10{margin:10 0 0 0;} .mar_t15{margin:15 0 0 0;} .mar_tn2{margin:-2 0 0 0;} .mar_tn5{margin:-5 0 0 0;} .mar_t5_b10{margin:5 0 10 0;} .m_t5_l10{margin:5 0 0 10;} .mt10_b10{margin:10 0 10 0;} .mar_t5_r20{margin:5 20 0 0;} /* Code block */ .int{color:#A383F1;} .pckgs{color:#8DB9D4} .func_dec{margin:10 0 0 0; color:#566573} .func_def{color:#E483F1} .call_fact{margin:00 0 0 104; color:#566573} .comment{color:#566573} .comment_m{margin:0 0 0 0; color:#566573} .m_l30{padding:0 0 0 30;} .num{color:#83B2F1} .m_l31{padding:0 0 0 31;} .m_l32{padding:0 0 0 32;} .m_t10_l30{margin:10 0 0 30} .m_l50{margin:0 0 0 50;} .m_l70{margin:0 0 0 70;} .m_l90{margin:0 0 0 90;} .sigma{margin:00 0 0 104} .m_l129{margin:0 0 0 129;} .pf{ color:#aaa; font-size:14; vertical-align:top; font-family:'Avenir','light' } .eqn{ padding:0 20 0 0; vertical-align:top; border-right:1px solid lightgrey; } .c1s131{vertical-align:center; padding:13 0 0 20} .c1s132{vertical-align:top; padding:10 0 0 00; color:grey} .c1s133{vertical-align: top; padding:7 0 0 00; color:grey} .vc_div{position:fixed; top:3; left:47} .f_left{float:left} .f_right{float:right} .d_table{width:100%; padding:20 0 10 0} .nav_ind{position:fixed; top:3.5; right:20} .nav_cursor{cursor:default; font-size:15}
0.299617
0.080394
html { width: 100%; height: 100%; } /** * Body */ body { width: 100%; height: 100%; font-size: 16px; line-height: 1.5; background-color: #ffffff; } /** * About */ #about { margin: 3.0em auto; overflow: hidden; font: normal normal normal 1.5em/1.5 'Open Sans Light', sans-serif; text-align: center; color: #000000; background-color: #ffffff; } #about h1 { font: normal normal normal 4.0em/1.5 'Open Sans Seminbold', sans-serif; } #about a { text-decoration: underline; color: #000000; } #about a:hover { text-decoration: underline; color: #3fafee; } /** * Text 1 */ #text1 { margin: 3.0em 0.0em; overflow: hidden; font: normal normal normal 2.0em/1.5 'Open Sans Light', sans-serif; color: #ffffff; background-color: #3fafee; } /** * Text 2 */ #text2 { margin: 3.0em auto; overflow: hidden; width: 50%; font: normal normal normal 2.0em/1.5 'Open Sans Light', sans-serif; color: #ffffff; background-color: #fbab11; } /** * Text 3 */ #text3 { margin: 3.0em auto; overflow: hidden; font: normal normal normal 2.0em/1.5 'Open Sans Light', sans-serif; color: #ffffff; background-color: #d81c82; } /** * Text 4 */ #text4 { margin: 3.0em auto; overflow: hidden; width: 66%; font: normal normal normal 2.0em/1.5 'Open Sans Light', sans-serif; color: #ffffff; background-color: #04eea0; } /** * Text 5 */ #nav { margin: 0.375em 0.0em; width: 100%; } #nav ul { width: 100%; text-align: center; } #nav li { display: inline; } #nav li a { margin: 0.375em 0.25em; padding: 0.25em 0.5em; display: inline-block; font: normal normal normal 1.0em/1.5 'Open Sans Light', sans-serif; text-align: left; text-decoration: none; white-space: no-wrap; color: #ffffff; background-color: #000000; } #text5 { overflow: hidden; font: normal normal normal 2.0em/1.5 'Open Sans Light', sans-serif; color: #ffffff; background-color: #3fafee; } #text5 span { border: 1px dashed #7ec9f4; } #text5 .letter1, #text5 .letter3, #text5 .letter8, #text5 .letter15 { padding: 0.25em; border: none !important; font-size: 1.5em; color: #ffffff; background-color: #7ec9f4; }
curvedtext-1.4/stylesheets/demo.css
html { width: 100%; height: 100%; } /** * Body */ body { width: 100%; height: 100%; font-size: 16px; line-height: 1.5; background-color: #ffffff; } /** * About */ #about { margin: 3.0em auto; overflow: hidden; font: normal normal normal 1.5em/1.5 'Open Sans Light', sans-serif; text-align: center; color: #000000; background-color: #ffffff; } #about h1 { font: normal normal normal 4.0em/1.5 'Open Sans Seminbold', sans-serif; } #about a { text-decoration: underline; color: #000000; } #about a:hover { text-decoration: underline; color: #3fafee; } /** * Text 1 */ #text1 { margin: 3.0em 0.0em; overflow: hidden; font: normal normal normal 2.0em/1.5 'Open Sans Light', sans-serif; color: #ffffff; background-color: #3fafee; } /** * Text 2 */ #text2 { margin: 3.0em auto; overflow: hidden; width: 50%; font: normal normal normal 2.0em/1.5 'Open Sans Light', sans-serif; color: #ffffff; background-color: #fbab11; } /** * Text 3 */ #text3 { margin: 3.0em auto; overflow: hidden; font: normal normal normal 2.0em/1.5 'Open Sans Light', sans-serif; color: #ffffff; background-color: #d81c82; } /** * Text 4 */ #text4 { margin: 3.0em auto; overflow: hidden; width: 66%; font: normal normal normal 2.0em/1.5 'Open Sans Light', sans-serif; color: #ffffff; background-color: #04eea0; } /** * Text 5 */ #nav { margin: 0.375em 0.0em; width: 100%; } #nav ul { width: 100%; text-align: center; } #nav li { display: inline; } #nav li a { margin: 0.375em 0.25em; padding: 0.25em 0.5em; display: inline-block; font: normal normal normal 1.0em/1.5 'Open Sans Light', sans-serif; text-align: left; text-decoration: none; white-space: no-wrap; color: #ffffff; background-color: #000000; } #text5 { overflow: hidden; font: normal normal normal 2.0em/1.5 'Open Sans Light', sans-serif; color: #ffffff; background-color: #3fafee; } #text5 span { border: 1px dashed #7ec9f4; } #text5 .letter1, #text5 .letter3, #text5 .letter8, #text5 .letter15 { padding: 0.25em; border: none !important; font-size: 1.5em; color: #ffffff; background-color: #7ec9f4; }
0.546254
0.110088
@media only screen and (max-width:920px){ .box{ width: 700px; margin: auto; padding: 10px; border: 3px solid burlywood; border-radius: 2px; } .questionBox{ width: 650px; margin: auto; border: 6px inset rgb(184, 115, 94); } .question{ direction: ltr; border-radius: 5px; padding: 10px; } .question p{ text-align: left; direction: ltr; } .textArea{ margin-top: 10px; } .question textarea{ margin-top: 10px; resize: none; border: none; border-radius: 3px; background-color: rgb(198, 198, 228); direction: ltr; padding-left: 10px; width: 98%; height: 30px; margin: auto; font-size: 12px; } .question img{ margin: auto; display: block; max-width: 600px; max-height: 200px; } .question input{ margin-top: 15px; margin-bottom: 15px; text-align: center; display: inline-block; border-radius: 2px; background-color: rgb(175, 230, 230); } .selectImageBox{ margin-top: 15px; margin-bottom: 15px; padding-right: 10px; } #sendAnswer { margin: auto; display: block; border:none; border-radius: 3px; background-color: steelblue; padding: 5px 15px 5px 15px; color: white; } } @media only screen and (max-width:600px){ body{ font-size: 10px; } .box{ width: 320px; margin: auto; padding: 10px; border: 3px solid burlywood; border-radius: 2px; } .questionBox{ width: 310px; margin: auto; border: 6px inset rgb(184, 115, 94); } .question{ direction: ltr; border-radius: 5px; padding: 5px; } .question p{ text-align: left; direction: ltr; } .textArea{ margin-top: 7px; } .question textarea{ margin-top: 5px; resize: none; border: none; border-radius: 3px; background-color: rgb(198, 198, 228); direction: ltr; padding-left: 5px; width: 98%; height: 30px; margin: auto; font-size: 10px; } .question img{ margin: auto; display: block; max-width: 320px; max-height: 100px; } .question input{ margin-top: 10px; margin-bottom: 10px; text-align: center; display: inline-block; border-radius: 2px; background-color: rgb(175, 230, 230); } .selectImageBox{ width: 50%; font-size: 10px; margin-top: 7px; margin-bottom: 7px; padding-right: 5px; } #sendAnswer { margin: auto; display: block; border:none; border-radius: 3px; background-color: steelblue; padding: 5px 10px 5px 10px; color: white; } } @media only screen and (min-width:920px){ .box{ width: 800px; margin: auto; padding: 20px; border: 3px solid burlywood; border-radius: 2px; } .questionBox{ width: 780px; margin: auto; border: 6px inset rgb(184, 115, 94); } .question{ direction: ltr; border-radius: 5px; padding: 20px; } .question p{ text-align: left; direction: ltr; } .textArea{ margin-top: 15px; } .question textarea{ margin-top: 10px; resize: none; border: none; border-radius: 3px; background-color: rgb(198, 198, 228); direction: ltr; padding-left: 10px; width: 98%; height: 40px; margin: auto; font-size: 20px; } .question img{ margin: auto; display: block; max-width: 750px; max-height: 200px; } .question input{ margin-top: 20px; margin-bottom: 20px; text-align: center; display: inline-block; border-radius: 2px; background-color: rgb(175, 230, 230); } .selectImageBox{ margin-top: 15px; margin-bottom: 15px; padding-right: 10px; } #sendAnswer { margin: auto; display: block; border:none; border-radius: 3px; background-color: steelblue; padding: 5px 20px 5px 20px; color: white; } }
public/css/questions.css
@media only screen and (max-width:920px){ .box{ width: 700px; margin: auto; padding: 10px; border: 3px solid burlywood; border-radius: 2px; } .questionBox{ width: 650px; margin: auto; border: 6px inset rgb(184, 115, 94); } .question{ direction: ltr; border-radius: 5px; padding: 10px; } .question p{ text-align: left; direction: ltr; } .textArea{ margin-top: 10px; } .question textarea{ margin-top: 10px; resize: none; border: none; border-radius: 3px; background-color: rgb(198, 198, 228); direction: ltr; padding-left: 10px; width: 98%; height: 30px; margin: auto; font-size: 12px; } .question img{ margin: auto; display: block; max-width: 600px; max-height: 200px; } .question input{ margin-top: 15px; margin-bottom: 15px; text-align: center; display: inline-block; border-radius: 2px; background-color: rgb(175, 230, 230); } .selectImageBox{ margin-top: 15px; margin-bottom: 15px; padding-right: 10px; } #sendAnswer { margin: auto; display: block; border:none; border-radius: 3px; background-color: steelblue; padding: 5px 15px 5px 15px; color: white; } } @media only screen and (max-width:600px){ body{ font-size: 10px; } .box{ width: 320px; margin: auto; padding: 10px; border: 3px solid burlywood; border-radius: 2px; } .questionBox{ width: 310px; margin: auto; border: 6px inset rgb(184, 115, 94); } .question{ direction: ltr; border-radius: 5px; padding: 5px; } .question p{ text-align: left; direction: ltr; } .textArea{ margin-top: 7px; } .question textarea{ margin-top: 5px; resize: none; border: none; border-radius: 3px; background-color: rgb(198, 198, 228); direction: ltr; padding-left: 5px; width: 98%; height: 30px; margin: auto; font-size: 10px; } .question img{ margin: auto; display: block; max-width: 320px; max-height: 100px; } .question input{ margin-top: 10px; margin-bottom: 10px; text-align: center; display: inline-block; border-radius: 2px; background-color: rgb(175, 230, 230); } .selectImageBox{ width: 50%; font-size: 10px; margin-top: 7px; margin-bottom: 7px; padding-right: 5px; } #sendAnswer { margin: auto; display: block; border:none; border-radius: 3px; background-color: steelblue; padding: 5px 10px 5px 10px; color: white; } } @media only screen and (min-width:920px){ .box{ width: 800px; margin: auto; padding: 20px; border: 3px solid burlywood; border-radius: 2px; } .questionBox{ width: 780px; margin: auto; border: 6px inset rgb(184, 115, 94); } .question{ direction: ltr; border-radius: 5px; padding: 20px; } .question p{ text-align: left; direction: ltr; } .textArea{ margin-top: 15px; } .question textarea{ margin-top: 10px; resize: none; border: none; border-radius: 3px; background-color: rgb(198, 198, 228); direction: ltr; padding-left: 10px; width: 98%; height: 40px; margin: auto; font-size: 20px; } .question img{ margin: auto; display: block; max-width: 750px; max-height: 200px; } .question input{ margin-top: 20px; margin-bottom: 20px; text-align: center; display: inline-block; border-radius: 2px; background-color: rgb(175, 230, 230); } .selectImageBox{ margin-top: 15px; margin-bottom: 15px; padding-right: 10px; } #sendAnswer { margin: auto; display: block; border:none; border-radius: 3px; background-color: steelblue; padding: 5px 20px 5px 20px; color: white; } }
0.276397
0.077973
:root { --ff-primary: "Roboto Mono"; --fs-hero: 32px; --fs-section-headline: 20px; --fs-navigation: 35px; --fs-body: 18px; --c-primary: #a0191e; --c-text: #000105; --c-secondary: #000105; --c-secondary-accent: white; --header-height: 55px; --header-width: 100%; --c-header: #c4c4c4; --c-linear: linear-gradient(180deg, #e47f54 0%, #e2719f 100%); } .contactMain { margin: 40px; color: var(--c-primary); } .contactHeader { margin-left: 4vw; font-size: var(--fs-hero); } .address { display: block; font-style: italic; cursor: pointer; } .address:hover { text-shadow: 0 0 3px var(--c-primary), 0 0 3px var(--c-secondary); color: var(--c-secondary); } .contact { margin-top: 10rem; } .gridContact { box-sizing: border-box; display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); grid-gap: 0px; justify-content: center; align-items: center; margin: 0vw 4vw 2vw 4vw; } .socialPic { max-width: 450px; height: 300px; padding-left: 20px; background-image: url(../../../static/img/contact.jpg); /* background: linear-gradient(180deg, #e47f54 0%, #e2719f 100%); */ background-color: #e47f54; background-blend-mode: multiply; background-size: cover; overflow: hidden; filter: drop-shadow(8px 8px 10px gray); } .socialInfo { padding-top: 2em; } .socialInfo a { color: var(--c-primary); } .socialInfo a:hover { text-shadow: 0 0 3px var(--c-primary), 0 0 3px var(--c-secondary); color: var(--c-secondary); } .socialIcons { padding-top: 20px; } .socialIcons a { padding: 0.5em 0.5em 0.3em 0.5em; border-radius: 1em; /* background-color: var(--c-header); */ /* margin: 0.5em; */ width: 1em; height: 1em; vertical-align: middle; /* display: inline; */ color: var(--c-primary); } .socialIcons a:hover { text-shadow: 0 0 3px var(--c-primary), 0 0 3px var(--c-secondary); color: var(--c-secondary); } .socialIcon { margin-bottom: 2vw; } .socialImag { width: 1em; height: 1em; } @media screen and (max-width: 450px) { .socialPic { width: 300px; height: 240px; } .gridContactItem { margin: auto; } }
src/pages/contact/contact.css
:root { --ff-primary: "Roboto Mono"; --fs-hero: 32px; --fs-section-headline: 20px; --fs-navigation: 35px; --fs-body: 18px; --c-primary: #a0191e; --c-text: #000105; --c-secondary: #000105; --c-secondary-accent: white; --header-height: 55px; --header-width: 100%; --c-header: #c4c4c4; --c-linear: linear-gradient(180deg, #e47f54 0%, #e2719f 100%); } .contactMain { margin: 40px; color: var(--c-primary); } .contactHeader { margin-left: 4vw; font-size: var(--fs-hero); } .address { display: block; font-style: italic; cursor: pointer; } .address:hover { text-shadow: 0 0 3px var(--c-primary), 0 0 3px var(--c-secondary); color: var(--c-secondary); } .contact { margin-top: 10rem; } .gridContact { box-sizing: border-box; display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); grid-gap: 0px; justify-content: center; align-items: center; margin: 0vw 4vw 2vw 4vw; } .socialPic { max-width: 450px; height: 300px; padding-left: 20px; background-image: url(../../../static/img/contact.jpg); /* background: linear-gradient(180deg, #e47f54 0%, #e2719f 100%); */ background-color: #e47f54; background-blend-mode: multiply; background-size: cover; overflow: hidden; filter: drop-shadow(8px 8px 10px gray); } .socialInfo { padding-top: 2em; } .socialInfo a { color: var(--c-primary); } .socialInfo a:hover { text-shadow: 0 0 3px var(--c-primary), 0 0 3px var(--c-secondary); color: var(--c-secondary); } .socialIcons { padding-top: 20px; } .socialIcons a { padding: 0.5em 0.5em 0.3em 0.5em; border-radius: 1em; /* background-color: var(--c-header); */ /* margin: 0.5em; */ width: 1em; height: 1em; vertical-align: middle; /* display: inline; */ color: var(--c-primary); } .socialIcons a:hover { text-shadow: 0 0 3px var(--c-primary), 0 0 3px var(--c-secondary); color: var(--c-secondary); } .socialIcon { margin-bottom: 2vw; } .socialImag { width: 1em; height: 1em; } @media screen and (max-width: 450px) { .socialPic { width: 300px; height: 240px; } .gridContactItem { margin: auto; } }
0.460046
0.13201
:root{ --theme-color: #CC9933; --theme-redish: #CB4C33; --theme-brown: #b59972; --theme-darkbrown: #3d201a; } .testimony-flex .testimony-box img{ width: 100px; height: 100px; border-radius: 50%; } .testimonial-section .tag, .testimonial-section .caption{ text-align: center; } .testimony-box{ float: left; width: 33.3%; margin-bottom: 30px; } .testimony-flex:after{ content: ""; display: table; clear: both; } .testimonial-section{ padding-top: 80px; padding-bottom: 80px; background: rgb(245, 245, 245); } .testimony-box div{ margin: 0px 30px; padding: 30px 20px; border: 2px solid var(--theme-color); height: 400px; position: relative; } .testimony-box div button{ position: absolute; bottom: 20px; left: 20px; } .testimony-box div img{ display: block; margin-left: auto; margin-right: auto; } .testimony-box div h2{ text-align: center; font-family: '<NAME>', serif; } .tag{ text-align: center; font-family: '<NAME>', serif; font-weight: 500; } .head{ font-size: 30px; text-align: center; font-family: 'Share Tech Mono', monospace; font-weight: 200; } .testimony-box div p{ text-align: justify; font-size: 18px; font-family: 'Encode Sans Condensed', sans-serif; } .testimony-box div:hover{ cursor: pointer; } @media screen and (max-width: 1024px) { .testimony-box div{ height: 650px; } .testimony-box div p { font-size: 26px; } .testimony-box div h2{ font-size: 29px; } .testimonial-section .caption{ font-size: 36px; } } @media screen and (max-width: 991px) { .testimony-box{ width: 100%; } .testimony-box div{ height: 320px; } .testimony-box div p { font-size: 18px; } .testimony-box div h2{ font-size: 24px; } } @media screen and (max-width: 640px) { .testimony-box{ width: 100%; } .testimony-box div{ height: 400px; } } @media screen and (max-width: 320px) { .testimony-box div p { font-size: 14px; line-height:24px; } .testimony-box div h2{ font-size: 20px; } }
css/testimonial.css
:root{ --theme-color: #CC9933; --theme-redish: #CB4C33; --theme-brown: #b59972; --theme-darkbrown: #3d201a; } .testimony-flex .testimony-box img{ width: 100px; height: 100px; border-radius: 50%; } .testimonial-section .tag, .testimonial-section .caption{ text-align: center; } .testimony-box{ float: left; width: 33.3%; margin-bottom: 30px; } .testimony-flex:after{ content: ""; display: table; clear: both; } .testimonial-section{ padding-top: 80px; padding-bottom: 80px; background: rgb(245, 245, 245); } .testimony-box div{ margin: 0px 30px; padding: 30px 20px; border: 2px solid var(--theme-color); height: 400px; position: relative; } .testimony-box div button{ position: absolute; bottom: 20px; left: 20px; } .testimony-box div img{ display: block; margin-left: auto; margin-right: auto; } .testimony-box div h2{ text-align: center; font-family: '<NAME>', serif; } .tag{ text-align: center; font-family: '<NAME>', serif; font-weight: 500; } .head{ font-size: 30px; text-align: center; font-family: 'Share Tech Mono', monospace; font-weight: 200; } .testimony-box div p{ text-align: justify; font-size: 18px; font-family: 'Encode Sans Condensed', sans-serif; } .testimony-box div:hover{ cursor: pointer; } @media screen and (max-width: 1024px) { .testimony-box div{ height: 650px; } .testimony-box div p { font-size: 26px; } .testimony-box div h2{ font-size: 29px; } .testimonial-section .caption{ font-size: 36px; } } @media screen and (max-width: 991px) { .testimony-box{ width: 100%; } .testimony-box div{ height: 320px; } .testimony-box div p { font-size: 18px; } .testimony-box div h2{ font-size: 24px; } } @media screen and (max-width: 640px) { .testimony-box{ width: 100%; } .testimony-box div{ height: 400px; } } @media screen and (max-width: 320px) { .testimony-box div p { font-size: 14px; line-height:24px; } .testimony-box div h2{ font-size: 20px; } }
0.509276
0.176175
h1 { font-family: 'Titillium Web', sans-serif; font-weight: 500; } h2 { font-family: 'Droid Serif', serif; font-size: 20px; opacity: 0.8; } h3 { font-family: 'Titillium Web', sans-serif; font-size: 16px; opacity: 0.8; } img { width: 200px; height: 200px; } ul li { list-style-type: none; } body { /*background-color: blue;*/ } body::after { content: ""; opacity: 0.3; top: 0; left: 0; bottom: 0; right: 0; position: fixed; z-index: -1; background: url(../background_images/headphones.jpg)no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .album_css { float: left; padding-left: 20px; } .info { height: 150px; width: 200px; padding: 10px; } .info h2, h3 { opacity: 1; text-align: center; } .center_this { margin-left: auto; margin-right: auto; width: 70%; text-align: center; } .center { padding-left: 20px; text-align: center; } /*enlarges image when mouseover*/ .animate { opacity: .9; -webkit-transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -o-transition: .2s ease-in-out; transition: .2s ease-in-out; } .animate:hover { opacity: 1; -webkit-transform: scale(1.2) rotate(360deg); -moz-transform: scale(1.2) rotate(360deg); -o-transform: scale(1.2) rotate(360deg); -ms-transform: scale(1.2) rotate(360deg); transform: scale(1.2) rotate(360deg); } /*applies smoothing to transition between views*/ /*.view-slide-in.ng-enter { transition: all 1s ease; -webkit-transition:all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; opacity:0.5; position:relative; opacity:0; top:10px; left:20px; }*/ /*CSS trials */ /*.view-container { position: relative; } .view-frame.ng-enter, .view-frame.ng-leave { background: white; position: absolute; top: 0; left: 0; right: 0; } .view-frame.ng-enter { -webkit-animation: 0.5s fade-in; -moz-animation: 0.5s fade-in; -o-animation: 0.5s fade-in; animation: 0.5s fade-in; z-index: 100; } .view-frame.ng-leave { -webkit-animation: 0.5s fade-out; -moz-animation: 0.5s fade-out; -o-animation: 0.5s fade-out; animation: 0.5s fade-out; z-index:99; } @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @keyframes fade-out { from { opacity: 1; } to { opacity: 0; } } @-moz-keyframes fade-out { from { opacity: 1; } to { opacity: 0; } } @-webkit-keyframes fade-out { from { opacity: 1; } to { opacity: 0; } }*/
css/style.css
h1 { font-family: 'Titillium Web', sans-serif; font-weight: 500; } h2 { font-family: 'Droid Serif', serif; font-size: 20px; opacity: 0.8; } h3 { font-family: 'Titillium Web', sans-serif; font-size: 16px; opacity: 0.8; } img { width: 200px; height: 200px; } ul li { list-style-type: none; } body { /*background-color: blue;*/ } body::after { content: ""; opacity: 0.3; top: 0; left: 0; bottom: 0; right: 0; position: fixed; z-index: -1; background: url(../background_images/headphones.jpg)no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .album_css { float: left; padding-left: 20px; } .info { height: 150px; width: 200px; padding: 10px; } .info h2, h3 { opacity: 1; text-align: center; } .center_this { margin-left: auto; margin-right: auto; width: 70%; text-align: center; } .center { padding-left: 20px; text-align: center; } /*enlarges image when mouseover*/ .animate { opacity: .9; -webkit-transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -o-transition: .2s ease-in-out; transition: .2s ease-in-out; } .animate:hover { opacity: 1; -webkit-transform: scale(1.2) rotate(360deg); -moz-transform: scale(1.2) rotate(360deg); -o-transform: scale(1.2) rotate(360deg); -ms-transform: scale(1.2) rotate(360deg); transform: scale(1.2) rotate(360deg); } /*applies smoothing to transition between views*/ /*.view-slide-in.ng-enter { transition: all 1s ease; -webkit-transition:all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; opacity:0.5; position:relative; opacity:0; top:10px; left:20px; }*/ /*CSS trials */ /*.view-container { position: relative; } .view-frame.ng-enter, .view-frame.ng-leave { background: white; position: absolute; top: 0; left: 0; right: 0; } .view-frame.ng-enter { -webkit-animation: 0.5s fade-in; -moz-animation: 0.5s fade-in; -o-animation: 0.5s fade-in; animation: 0.5s fade-in; z-index: 100; } .view-frame.ng-leave { -webkit-animation: 0.5s fade-out; -moz-animation: 0.5s fade-out; -o-animation: 0.5s fade-out; animation: 0.5s fade-out; z-index:99; } @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @keyframes fade-out { from { opacity: 1; } to { opacity: 0; } } @-moz-keyframes fade-out { from { opacity: 1; } to { opacity: 0; } } @-webkit-keyframes fade-out { from { opacity: 1; } to { opacity: 0; } }*/
0.478041
0.106737
.main-page-container { height: 100%; } .main-content-container { height: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; } .browse-content-container { width: 80%; display: flex; margin-bottom: 80px; flex-direction: column; justify-content: flex-start; align-items: center; } .browse-title-container { width: 100%; margin: 30px 0px 44px 0px; } .browse-title { font-size: 4.6rem; color: black; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .browse-form { width: 100%; margin-bottom: 50px; } .browse-submit-container { width: 100%; margin: 0px 0px 26px 0; display: flex; justify-content: flex-end; } .browse-submit-inner { height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; } button { width: 130px; height: 60px; padding: 0px; box-sizing: border-box; border: 0px; border-radius: 4px; background-color: #54c0ff; outline: none; cursor: pointer; font-family: 'Chathura', sans-serif; font-weight: 600; font-size: 3.3rem; color: white; text-align: center; text-decoration: none; line-height: 28px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } button:hover { background-color: orangered; box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); transform: scale(1.08); } button:active { background-color: orangered; transform: scale(0.96); } button[disabled] { background-color: lightblue; } button:hover[disabled] { background-color: lightblue; transform: scale(1); } input { width: 100%; height: 60px; padding: 8px 0px 8px 14px; margin: 0px; box-sizing: border-box; outline: 0; background-color: white; border: 2px solid gray; border-radius: 10px; font-family: 'Roboto Mono', monospace; font-weight: 200; font-size: 1.4rem; color: #505050; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } input:hover { border: 4px solid gray; } input:focus { border: 4px solid black; color: black; }
src/view/static/css/browse.css
.main-page-container { height: 100%; } .main-content-container { height: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; } .browse-content-container { width: 80%; display: flex; margin-bottom: 80px; flex-direction: column; justify-content: flex-start; align-items: center; } .browse-title-container { width: 100%; margin: 30px 0px 44px 0px; } .browse-title { font-size: 4.6rem; color: black; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .browse-form { width: 100%; margin-bottom: 50px; } .browse-submit-container { width: 100%; margin: 0px 0px 26px 0; display: flex; justify-content: flex-end; } .browse-submit-inner { height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; } button { width: 130px; height: 60px; padding: 0px; box-sizing: border-box; border: 0px; border-radius: 4px; background-color: #54c0ff; outline: none; cursor: pointer; font-family: 'Chathura', sans-serif; font-weight: 600; font-size: 3.3rem; color: white; text-align: center; text-decoration: none; line-height: 28px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } button:hover { background-color: orangered; box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); transform: scale(1.08); } button:active { background-color: orangered; transform: scale(0.96); } button[disabled] { background-color: lightblue; } button:hover[disabled] { background-color: lightblue; transform: scale(1); } input { width: 100%; height: 60px; padding: 8px 0px 8px 14px; margin: 0px; box-sizing: border-box; outline: 0; background-color: white; border: 2px solid gray; border-radius: 10px; font-family: 'Roboto Mono', monospace; font-weight: 200; font-size: 1.4rem; color: #505050; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } input:hover { border: 4px solid gray; } input:focus { border: 4px solid black; color: black; }
0.282592
0.054702
.feed-wrapper {position: relative;} .sidebar {position: relative; z-index: 2;} .container noscript h1 {text-align: center; font-weight: bold; text-transform: uppercase; color: #a33; padding: 1em 0 .5em; font-size: 3.25em;} .container noscript p { font-size: 2em; color: #666; font-weight: bold; text-align: justify; letter-spacing: .035em;} body {color: #666;} a {color: #333;} .sidebar { position: fixed; top: 0;} .header h1 { text-align: center; font-weight: bold; text-transform: uppercase; color: #a33; padding: .25em 0 .375em 0; font-size: 4em; margin-bottom: 0;} .jitter-filters { padding-bottom: 1em; } .jitter-filter {display: block; padding: .5em 0; text-decoration: none; position: relative; border-bottom: 1px solid #dfdfdf; color: #777; text-transform: uppercase;} .jitter-filter.active {background: #fee;} .jitter-filter.active .show-filter {font-weight: bold;} .jitter-filter .show-filter { margin-left: 32px; text-decoration: none;} .jitter-filter .twitter-rss {position: absolute; left: 8px;} .jitter-filter .delete-filter {position: absolute; right: 6px; top: .62em;} .jitter-filters .unreadCount { position: absolute; text-align: center; padding: .25em .5em; top: .25em; left: -3.75em; background: #bbb; width: 2em; color: #fff; font-weight: bold; -moz-border-radius: .5em; -webkit-border-radius: .5em; } .tweet {border-bottom: 1px solid #dfdfdf; padding: 1em 0; opacity: .875;} .tweet.read {opacity: 0.5;} .tweet.read .tweet-body {text-decoration: line-through;} .tweet.current .tweet-body {text-decoration: none;} .tweet.current {background: #f5f5f5; opacity: 1; text-decoration: none;} .tweet .created-at {font-size: .9em;} .tweet .author .display-name {font-weight: bold; font-size: 1.2em;} .tweet .tweet-body {font-size: 1.5em; font-weight: 500;} .tweet .tweet-image img {position: relative; left: 12px;} .forms { padding-top: .125em; clear: both;} .jitterForm {background: #f5f5f5;} .jitterForm label {display: block; color: #777; font-weight: normal; letter-spacing: 0.075em;} .jitterForm {padding: 0 0 .5em 0; margin-bottom: 1em;} .jitterForm fieldset {margin:0; padding: .5em 10px 0 10px; border: 0; position: relative;} .jitterForm legend {border-bottom: 1px solid #ddd; display: block; height: 2.25em; width: 100%;} .jitterForm legend span { padding-top: .5em; text-transform: uppercase; color: #a33; font-weight: normal; font-size: 1em; display: block; } .jitterForm fieldset input[type=submit] { position: absolute; bottom: .75em; right: 10px;} input.hint, textarea.hint {color: #bbb; text-transform: lowercase;} .cheatsheet {padding-left: 8px;} .cheatsheet dt {float: left; width: .5em; clear: both;} .cheatsheet dd {float: left;} .cheatsheet dt, .cheatsheet dd {padding: 0 0 .25em 0;}
stylesheets/my-screen.css
.feed-wrapper {position: relative;} .sidebar {position: relative; z-index: 2;} .container noscript h1 {text-align: center; font-weight: bold; text-transform: uppercase; color: #a33; padding: 1em 0 .5em; font-size: 3.25em;} .container noscript p { font-size: 2em; color: #666; font-weight: bold; text-align: justify; letter-spacing: .035em;} body {color: #666;} a {color: #333;} .sidebar { position: fixed; top: 0;} .header h1 { text-align: center; font-weight: bold; text-transform: uppercase; color: #a33; padding: .25em 0 .375em 0; font-size: 4em; margin-bottom: 0;} .jitter-filters { padding-bottom: 1em; } .jitter-filter {display: block; padding: .5em 0; text-decoration: none; position: relative; border-bottom: 1px solid #dfdfdf; color: #777; text-transform: uppercase;} .jitter-filter.active {background: #fee;} .jitter-filter.active .show-filter {font-weight: bold;} .jitter-filter .show-filter { margin-left: 32px; text-decoration: none;} .jitter-filter .twitter-rss {position: absolute; left: 8px;} .jitter-filter .delete-filter {position: absolute; right: 6px; top: .62em;} .jitter-filters .unreadCount { position: absolute; text-align: center; padding: .25em .5em; top: .25em; left: -3.75em; background: #bbb; width: 2em; color: #fff; font-weight: bold; -moz-border-radius: .5em; -webkit-border-radius: .5em; } .tweet {border-bottom: 1px solid #dfdfdf; padding: 1em 0; opacity: .875;} .tweet.read {opacity: 0.5;} .tweet.read .tweet-body {text-decoration: line-through;} .tweet.current .tweet-body {text-decoration: none;} .tweet.current {background: #f5f5f5; opacity: 1; text-decoration: none;} .tweet .created-at {font-size: .9em;} .tweet .author .display-name {font-weight: bold; font-size: 1.2em;} .tweet .tweet-body {font-size: 1.5em; font-weight: 500;} .tweet .tweet-image img {position: relative; left: 12px;} .forms { padding-top: .125em; clear: both;} .jitterForm {background: #f5f5f5;} .jitterForm label {display: block; color: #777; font-weight: normal; letter-spacing: 0.075em;} .jitterForm {padding: 0 0 .5em 0; margin-bottom: 1em;} .jitterForm fieldset {margin:0; padding: .5em 10px 0 10px; border: 0; position: relative;} .jitterForm legend {border-bottom: 1px solid #ddd; display: block; height: 2.25em; width: 100%;} .jitterForm legend span { padding-top: .5em; text-transform: uppercase; color: #a33; font-weight: normal; font-size: 1em; display: block; } .jitterForm fieldset input[type=submit] { position: absolute; bottom: .75em; right: 10px;} input.hint, textarea.hint {color: #bbb; text-transform: lowercase;} .cheatsheet {padding-left: 8px;} .cheatsheet dt {float: left; width: .5em; clear: both;} .cheatsheet dd {float: left;} .cheatsheet dt, .cheatsheet dd {padding: 0 0 .25em 0;}
0.45302
0.20266
html, body { height: 100%; } body { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-align: center; -ms-flex-pack: center; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; padding-top: 40px; padding-bottom: 40px; background-color: #f5f5f5; } .form-signin { width: 100%; max-width: 330px; padding: 15px; margin: 0 auto; } .form-signin .checkbox { font-weight: 400; } .form-signin .form-control { position: relative; box-sizing: border-box; height: auto; padding: 10px; font-size: 16px; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="email"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } body, html { height: 100%; } /* * Off Canvas sidebar at medium breakpoint * -------------------------------------------------- */ @media screen and (max-width: 992px) { .row-offcanvas { position: relative; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; transition: all 0.25s ease-out; } .row-offcanvas-left .sidebar-offcanvas { left: -33%; } .row-offcanvas-left.active { left: 33%; margin-left: -6px; } .sidebar-offcanvas { position: absolute; top: 0; width: 33%; height: 100%; } } /* * Off Canvas wider at sm breakpoint * -------------------------------------------------- */ @media screen and (max-width: 34em) { .row-offcanvas-left .sidebar-offcanvas { left: -45%; } .row-offcanvas-left.active { left: 45%; margin-left: -6px; } .sidebar-offcanvas { width: 45%; } } .card { overflow: hidden; } .card-body .rotate { z-index: 8; float: right; height: 100%; } .card-body .rotate i { color: rgba(20, 20, 20, 0.15); position: absolute; left: 0; left: auto; right: -10px; bottom: 0; display: block; -webkit-transform: rotate(-44deg); -moz-transform: rotate(-44deg); -o-transform: rotate(-44deg); -ms-transform: rotate(-44deg); transform: rotate(-44deg); }
static/css/login.css
html, body { height: 100%; } body { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-align: center; -ms-flex-pack: center; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; padding-top: 40px; padding-bottom: 40px; background-color: #f5f5f5; } .form-signin { width: 100%; max-width: 330px; padding: 15px; margin: 0 auto; } .form-signin .checkbox { font-weight: 400; } .form-signin .form-control { position: relative; box-sizing: border-box; height: auto; padding: 10px; font-size: 16px; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="email"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } body, html { height: 100%; } /* * Off Canvas sidebar at medium breakpoint * -------------------------------------------------- */ @media screen and (max-width: 992px) { .row-offcanvas { position: relative; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; transition: all 0.25s ease-out; } .row-offcanvas-left .sidebar-offcanvas { left: -33%; } .row-offcanvas-left.active { left: 33%; margin-left: -6px; } .sidebar-offcanvas { position: absolute; top: 0; width: 33%; height: 100%; } } /* * Off Canvas wider at sm breakpoint * -------------------------------------------------- */ @media screen and (max-width: 34em) { .row-offcanvas-left .sidebar-offcanvas { left: -45%; } .row-offcanvas-left.active { left: 45%; margin-left: -6px; } .sidebar-offcanvas { width: 45%; } } .card { overflow: hidden; } .card-body .rotate { z-index: 8; float: right; height: 100%; } .card-body .rotate i { color: rgba(20, 20, 20, 0.15); position: absolute; left: 0; left: auto; right: -10px; bottom: 0; display: block; -webkit-transform: rotate(-44deg); -moz-transform: rotate(-44deg); -o-transform: rotate(-44deg); -ms-transform: rotate(-44deg); transform: rotate(-44deg); }
0.459561
0.065336
@media only screen and (min-width: 981px) { .inheritme { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; } } /*^^^ Class to center child elements vertically ^^^*/ a { color: black; } a:hover { color: grey !important; } .home-box-1 { background-color: black; padding-top: 30px; padding-bottom: 30px; } .home-text-1 { font-size: 40px !important; } .home-box-1 .uncont { text-align: center !important; } .home-text-2 { font-size: 70px !important; line-height: 60px; } .home-box-2 .col-lg-8 { width: 100%; /* INHERITME */ display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; } .home-video-box-1 { height: 100vh; } .home-box-3 .uncont { text-align: center !important; } .home-text-3-2 { font-size: 185px !important; margin-top: 0; } .home-text-d3-2 { margin-top: 0 !important; } .home-box-3 { padding-top: 50px; } .home-box-5 .uncont { text-align: center !important; padding-top: 40px; padding-bottom: 50px; } .home-text-5-1 { font-size: 155px !important; line-height: 150px; } .home-text-5-2 { font-size: 20px; font-weight: 600; line-height: 14px; } .home-text-d5-2 { margin-top: 0 !important; } .footer-last { display: none; } footer p { text-align: center; } .home-box-6 .row-inner { /* INHERITME */ display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; } .home-text-6-1 { font-size: 60px !important; } .home-text-6-2 { font-weight: 300; margin-top: 0; } .home-text-d6-2 { margin-top: 0 !important; } .home-pic-6 { max-height: 300px !important; overflow: hidden; } .home-text-7 { text-align: center !important; font-weight: 300; } @media only screen and (max-width: 653px) { .home-col-6-L { display: none; } .home-text-6-1, .home-text-6-2 { text-align: center; } } .testi-text-1-1 { font-size: 100px !important; color: white; line-height: 70px; } .testi-text-d1-1 p { font-size: 26px !important; color: white; } .testi-text-1-2 { font-size: 30px !important; font-weight: 300; text-align: center; } .four-text-1 { padding-left: 40px; padding-right: 40px; padding-bottom: 20px; } .heading-text .beyond-text-2 { font-size: 60px; } .beyond-text-c2 .heading-text { text-align: center; display: inherit !important; } p, h1, h2, h3, b, i, a { font-family: "Poppins", sans-serif !important; } .text-top-reduced p { color: black; font-weight: 700; } .testi-text-1-2 { font-size: 20px !important; color: white; /* line-height: .2; */ } .testi-text-d1-2 { text-align: center; display: inherit !important; } .testi-box-2 .row { padding-top: 0 !important; padding-bottom: 22px !important; } .portfolio-body .col-lg-8 { padding-left: 0 !important; } .portfolio-body .single-bottom-padding { padding-bottom: 0 !important; } .icon-box-icon { display: none; } .create-text-1, .create-text-2 { text-align: center; font-size: 20px; font-weight: 600; padding-top: 30px; padding-bottom: 30px; } .page-id-4508 .header-title { font-weight: 700; } .page-id-49877 .header-title { color: black; font-weight: 700; } .about-text-r-1 .row-inner { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; } .about-text-2, .about-text-3 { font-size: 125px; text-transform: uppercase; font-weight: 700; text-align: center; } .about-text-2 { padding-top: 90px; } .about-text-3 { padding-top: 590px; }
mp.css
@media only screen and (min-width: 981px) { .inheritme { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; } } /*^^^ Class to center child elements vertically ^^^*/ a { color: black; } a:hover { color: grey !important; } .home-box-1 { background-color: black; padding-top: 30px; padding-bottom: 30px; } .home-text-1 { font-size: 40px !important; } .home-box-1 .uncont { text-align: center !important; } .home-text-2 { font-size: 70px !important; line-height: 60px; } .home-box-2 .col-lg-8 { width: 100%; /* INHERITME */ display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; } .home-video-box-1 { height: 100vh; } .home-box-3 .uncont { text-align: center !important; } .home-text-3-2 { font-size: 185px !important; margin-top: 0; } .home-text-d3-2 { margin-top: 0 !important; } .home-box-3 { padding-top: 50px; } .home-box-5 .uncont { text-align: center !important; padding-top: 40px; padding-bottom: 50px; } .home-text-5-1 { font-size: 155px !important; line-height: 150px; } .home-text-5-2 { font-size: 20px; font-weight: 600; line-height: 14px; } .home-text-d5-2 { margin-top: 0 !important; } .footer-last { display: none; } footer p { text-align: center; } .home-box-6 .row-inner { /* INHERITME */ display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; } .home-text-6-1 { font-size: 60px !important; } .home-text-6-2 { font-weight: 300; margin-top: 0; } .home-text-d6-2 { margin-top: 0 !important; } .home-pic-6 { max-height: 300px !important; overflow: hidden; } .home-text-7 { text-align: center !important; font-weight: 300; } @media only screen and (max-width: 653px) { .home-col-6-L { display: none; } .home-text-6-1, .home-text-6-2 { text-align: center; } } .testi-text-1-1 { font-size: 100px !important; color: white; line-height: 70px; } .testi-text-d1-1 p { font-size: 26px !important; color: white; } .testi-text-1-2 { font-size: 30px !important; font-weight: 300; text-align: center; } .four-text-1 { padding-left: 40px; padding-right: 40px; padding-bottom: 20px; } .heading-text .beyond-text-2 { font-size: 60px; } .beyond-text-c2 .heading-text { text-align: center; display: inherit !important; } p, h1, h2, h3, b, i, a { font-family: "Poppins", sans-serif !important; } .text-top-reduced p { color: black; font-weight: 700; } .testi-text-1-2 { font-size: 20px !important; color: white; /* line-height: .2; */ } .testi-text-d1-2 { text-align: center; display: inherit !important; } .testi-box-2 .row { padding-top: 0 !important; padding-bottom: 22px !important; } .portfolio-body .col-lg-8 { padding-left: 0 !important; } .portfolio-body .single-bottom-padding { padding-bottom: 0 !important; } .icon-box-icon { display: none; } .create-text-1, .create-text-2 { text-align: center; font-size: 20px; font-weight: 600; padding-top: 30px; padding-bottom: 30px; } .page-id-4508 .header-title { font-weight: 700; } .page-id-49877 .header-title { color: black; font-weight: 700; } .about-text-r-1 .row-inner { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; } .about-text-2, .about-text-3 { font-size: 125px; text-transform: uppercase; font-weight: 700; text-align: center; } .about-text-2 { padding-top: 90px; } .about-text-3 { padding-top: 590px; }
0.229794
0.058831
html, body{ font-size: 100%; font-family:'PT Sans', sans-serif; background:#ffffff; margin:0px!important; } p{ margin:0; font-size:14px; } h1,h2,h3,h4,h5,h6{ font-family: 'Josefin Sans', sans-serif; margin:0; } ul,label{ margin:0; padding:0; } body a:hover,.agileits-banner-grid{ text-decoration:none; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -o-transition: 0.5s all ease; -ms-transition: 0.5s all ease; } input[type="submit"],.w3l_header_left ul li a,.related-post-right h4 a,.comments-grid-right h4 a,.reply a,.w3_single_grid_left_grid ul li a,ul.contact_info li a,.w3ls_services_bottom_grid_grid_pos,.footer-copy p a,.w3l_services_grid h4 a,.agileinfo_footer_grid ul li a,.wthree_service_breadcrumb_left ul li a{ transition: .5s ease-in; -webkit-transition: .5s ease-in; -moz-transition: .5s ease-in; -o-transition: .5s ease-in; -ms-transition: .5s ease-in; } /*--/model--*/ .modal-header h4 { font-size: 2em; text-align: center; text-transform: uppercase; letter-spacing: 1px; color:#0c0d0d; } .modal-dialog { width: 600px; margin: 96px auto; } /*--//model--*/ p { font-size: 1em; color: #999; line-height: 1.8em; } /*--header-w3-agileits --*/ .header-w3-agileits { background: rgba(0, 0, 0, 0.47); padding:0; } .inner-header-agile { padding: 0 5em; position: relative; } .inner-header-agile.part2 { position: relative; padding-bottom:1em; } /*-- logo --*/ .navbar-header h1 { font-size: 2em; display: block; text-transform: uppercase; } .navbar-header h1 a { color: #FFFFFF; text-decoration: none; display: inline-block; } span.letter { background: #fff; color: #2954a2; line-height: 1.1em; padding: 0 11px; display: inline-block; background: #ffffff; font-weight:700; margin-right:3px; } h1 span { color: #fff; font-size: 1.5em; } /*-- //logo --*/ /*-- top-nav --*/ ul.nav.navbar-nav { float:right; } .navbar-default { background: none; border: none; margin: 0; min-height: inherit; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #ffffff; background: #2954a2; } .navbar-nav > li { margin: 0 0.3em; } ul.nav.navbar-nav.navbar-right { margin-left: 10%; } .navbar-default .navbar-nav > li > a { font-size: 0.9em; padding: 1em 0.9em 1.2em; position: relative; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; color: #fff; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active { color: #fe423f; background:none!important; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #fff; background: #02a388!important; } .navbar-default .navbar-nav>li>a.active, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { color: #fff; background: #2954a2!important; } .navbar-right { float: left!important; margin-right:0px!important; } .navbar-collapse { padding: 0!important; } ul.nav.navbar-nav li.active { border-right: none; } ul.dropdown-menu.multi-column ul li{ display:block; margin-bottom:.5em; } ul.dropdown-menu.multi-column ul li a{ color:#212121; } ul.dropdown-menu.multi-column { width: 400px; left: 0; padding: 1em; } ul.dropdown-menu.multi-column ul li a:hover{ color: #fe423f; } .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { color: #ffffff; text-decoration: none; background-color: #000000; } .dropdown-menu { border-radius:0; } /*-- //nav --*/ /*-- search --*/ .cd-main-header { /* Force Hardware Acceleration in WebKit */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); will-change: transform; } .cd-main-header { -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; } .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible { -webkit-transform: translateX(-260px); -moz-transform: translateX(-260px); -ms-transform: translateX(-260px); -o-transform: translateX(-260px); transform: translateX(-260px); } .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible { -webkit-transform: translateX(260px); /*-- w3layouts --*/ -moz-transform: translateX(260px); -ms-transform: translateX(260px); -o-transform: translateX(260px); transform: translateX(260px); } .cd-header-buttons { position: absolute; display: inline-block; top:-55px; right: 0; } .cd-header-buttons li { display: inline-block; } .cd-search-trigger, .cd-nav-trigger { position: relative; display: block; width: 44px; height: 44px; overflow: hidden; white-space: nowrap; color: transparent; z-index: 3; } .cd-search-trigger::before, .cd-search-trigger::after { /* search icon */ content: ''; position: absolute; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; transition: opacity 0.3s; /* Force Hardware Acceleration in WebKit */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .cd-search-trigger::before { top: 11px; left: 11px; width: 18px; height: 18px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; /*-- agileits --*/ border:3px solid #fff; } .cd-search-trigger::after { /* handle */ height: 3px; width: 8px; background: #fff; bottom: 14px; right: 11px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .cd-search-trigger span { /* container for the X icon */ position: absolute; height: 100%; width: 100%; top: 0; left: 0; } .cd-search-trigger span::before, .cd-search-trigger span::after { /* close icon */ content: ''; position: absolute; display: inline-block; height: 3px; width: 22px; top: 50%; margin-top: -2px; left: 50%; margin-left: -11px; background:#fff; opacity: 0; /* Force Hardware Acceleration in WebKit */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; -moz-transition: opacity 0.3s, -moz-transform 0.3s; transition: opacity 0.3s, transform 0.3s; } .cd-search-trigger span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .cd-search-trigger span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after { /* hide search icon */ -moz-opacity: 0; opacity: 0; } .cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after { /* show close icon */ -moz-opacity: 1; opacity: 1; } .cd-search-trigger.search-is-visible span::before { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); } .cd-search-trigger.search-is-visible span::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .cd-search { position: absolute; width: 100%; top: 100%; left: 0; z-index: 3; opacity: 0; visibility: hidden; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; } .cd-search input { border-radius: 0; border: none; background: rgba(0, 0, 0, 0.75); width: 100%; padding: 0 5%; -webkit-box-shadow: inset 0 1px 0 #02a388, 0 3px 6px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 #02a388, 0 3px 6px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 #02a388, 0 3px 6px rgba(0, 0, 0, 0.05); -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; font-size: 1.2em; padding: 1em 2em; color: #fff; letter-spacing: 1px; } .cd-search input::-webkit-input-placeholder { color: #fff !important; } .cd-search input::-moz-placeholder { color: #fff !important; } .cd-search input:-moz-placeholder { color: #fff !important; } .cd-search input:-ms-input-placeholder { color: #fff !important; } .cd-search input:focus { outline: none; } .cd-search.is-visible { -moz-opacity: 1; opacity: 1; visibility: visible; -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; } /*--//header-w3-agileits --*/ /*-- /banner --*/ .baner-info{ padding-top: 8em; margin: 0 auto; text-align: center; } .baner-info h3 { text-align: center; font-size: 3.5em; color: #fff; text-transform:capitalize; letter-spacing: 4px; } .baner-info h3 span { color:#f4792c; } .baner-info h4{ text-align: center; font-size: 1em; color: #fff; margin: 2em 0 1em; text-transform: uppercase; font-weight: 300; letter-spacing: 5px; } .baner-info p { margin: 1em 0 2em; color: #fff; } span.simply-word { font-size:18px; font-weight: 500; margin-left: 5px; text-transform: uppercase; color: #02a388; } .baner-info span img { margin: 1em auto 0; text-align: center; } a.w3_play_icon1 { border: none; outline: none; background: #f4792c; padding: 0.7em 1em 0.7em 1em; color: #fff; text-decoration:none; text-transform: uppercase; letter-spacing: 1px; font-size: 0.9em; transition: .5s ease-in; -webkit-transition: .5s ease-in; -moz-transition: .5s ease-in; -o-transition: .5s ease-in; -ms-transition: .5s ease-in; } a.w3_play_icon1:hover { text-decoration:none; background: #fff; color: #000; transition: .5s ease-in; -webkit-transition: .5s ease-in; -moz-transition: .5s ease-in; -o-transition: .5s ease-in; -ms-transition: .5s ease-in; } /*-- //banner --*/ /*-- /banner-bottom --*/ .w3_agilits_banner_bootm { padding: 1em 0 2.3em 0; background:#2954a2; } .w3_agilits_inner_bottom { margin: 0 auto; padding: 0 4em; } .wthree_share_agile { float: right; } .wthree_agile_login { float: right; } a.login { background: #0c0d0d; color: #fff; padding: 0.5em 1em; letter-spacing: 1px; text-transform: uppercase; font-size: 0.9em; margin-left: 3em; } a.login:hover{ text-decoration:none; color:#02a388; } a.login.reg { margin-left: 0em; } .wthree_agile_login ul li { letter-spacing: 1px; list-style: none; display: inline-block; color: #fff; margin-right: 10px; margin-top: -5px; font-size:0.9em; } .single-agile-shar-buttons ul li:nth-child(1) { vertical-align: top; } .single-agile-shar-buttons ul li { display: inline-block; vertical-align: text-top; } .wthree_agile_login ul li i { color: #f4792c; font-size: 1em; padding-right: 7px; } .wthree_agile_login ul li a{ color:#fff; } .wthree_agile_login ul li a:hover{ color:#f4792c; text-decoration:none; } .banner-bottom-girds { width: 54%; z-index: 1; position: absolute; left: 24%; top: -19%; border: 1px solid rgba(226, 226, 226, 0.56); border-width: 0px 1px 1px; } .agileits-banner-grid { float: left; background: #fff; width: 50%; padding: 2em; border-top: 10px solid #2954a2; } span.banner-icon { color: #b8bfcb; font-size: 2.5em; } .agileits-banner-grid h4 { font-size: 1.5em; margin: 1em 0 0; color: #000; font-weight:600; } .agileits-banner-grid p { margin: 1em auto 2em; width: 80%; } .agileits-banner-grid:hover,.bg-w3ls-active { border-color: #f4792c; background: #2954a2; } .agileits-banner-grid:hover span.banner-icon,.bg-w3ls-active span.banner-icon{ color:#fff; } .agileits-banner-grid:hover.agileits-banner-grid h4,.bg-w3ls-active.agileits-banner-grid h4 { color: #f4792c; } .agileits-banner-grid:hover.agileits-banner-grid p,.bg-w3ls-active.agileits-banner-grid p{ color:#fff; } /*-- //banner-bottom --*/ .w3ls-section{ padding:4em 0; } h3.w3ls-title { margin-bottom: 1em; position:relative; } h3.w3ls-title,h2.w3ls-title { text-transform: capitalize; color: #2954a2; font-size:2.5em; font-weight:600; } h3.w3ls-title:after { background: #e2dfdf; content: ""; display: block; height: 1px; position: absolute; left: 0; top: 53px; width: 250px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; } /*-- about --*/ div#about { padding-top: 17em; position: relative; } .wthree-about-w3left, .wthree-about-w3right { padding: 0; overflow: hidden; } #about h5 { margin: 1em 0 1.2em; font-size: 1.2em; font-style: italic; font-weight: 400; letter-spacing: 1px; color: #b5b5b5; } p.about-bottom { margin-top: 0.6em; } .w3ls-about-left { padding: 0 5em 0 0; } .w3ls-row { padding: 0; margin: 0; border: none; position: relative; } .wthree-about-right { position: absolute; right: 0; width: 50%; top: -107px; left: 38%; } img.img-responsive { -webkit-transition: .5s all; -moz-transition: .5s all; transition: .5s all; } .wthree-about-agiletext { padding: 3.26em 3em; } .wthree-about-w3right h4 { font-size: 2.1em; color: #000; margin-bottom: 0.5em; } a.more { font-size: 1em; color: #fff; background:#00bcd4; padding: .6em 1.8em; display: inline-block; margin-top: 1.5em; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border-bottom:4px solid transparent; } a.more:hover { background:#00BCD4; border-bottom-color:#04a6bb; } a.close { opacity: .4; margin: -1.5em -.5em 0 0; outline: none; } .w3ls-row.alert:hover img.img-responsive { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } .tabcontent-grids { padding-top: 1em; } .numscroller { font-size: 2.5em; font-weight: 600; color: #f4792c; margin-bottom: 0; line-height: 1em; } .stats-grid{ padding:0; } .stats-info p { color: #2954a2; font-size: 1.5em; text-transform: capitalize; } .stat2 { padding-left: 0; } .stats-info.agileits-w3layouts { margin: 4em 0 0; } /*-- //about --*/ /*-- services --*/ div#agileits-services { background: url(../images/s2.jpg) no-repeat center; background-size: cover; } .agileits-services-row { padding: 2em 0; background: rgba(12, 12, 12, 0.18); } .agileits-services-grids { text-align: center; } .agileits-services-grids h4 { font-size: 1.5em; margin: 1em 0 .5em; color: #fff; line-height: 1.5em; font-weight: 600; position: relative; } .agileits-services-grids h6 { padding: 1px; background: #2954a2; width: 33%; margin: 2em auto 0; -webkit-transition:.5s all; -moz-transition:.5s all; transition:.5s all; } .agileits-services-grids:hover h6 { width: 55%; background: #2954a2; } /*-- Effect 1--*/ .agileits-services-grids span { font-size: 1.8em; color: #2954a2; display: inline-block; text-decoration: none; z-index: 1; padding: 1em; } .agileits-services-grids span:after { position: absolute; width: 100%; height: 100%; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; content: ''; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .effect-1 { background: #E2DFDF; -webkit-transition: background 0.5s, color 0.2s; -moz-transition: background 0.5s, color 0.2s; transition: background 0.5s, color 0.2s; } .effect-1:after { top: -7px; left: -7px; padding: 7px; -webkit-transition: -webkit-transform 0.5s, opacity 0.2s; -webkit-transform: scale(0.8); -moz-transition: -moz-transform 0.5s, opacity 0.2s; -moz-transform: scale(0.8); -ms-transform: scale(0.8); transition: transform 0.5s, opacity 0.2s; transform: scale(0.8); opacity: 0; } .agileits-services-grids:hover span { background: #f4792c; color: #fff !important; } .agileits-services-grids:hover span:after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } /*-- //services --*/ /*-- testimonial --*/ .wthree-testi { background: url(../images/testi.jpg) no-repeat center; background-size: cover; } .wthree-testi h3,div#agileits-services h3 ,.subscribe h3{ color: #fff; } .wthree-testi h3.w3ls-title:after,div#agileits-services h3.w3ls-title:after{ background: rgba(226, 223, 223, 0.2); } .w3_wthree-testi_grids { margin: 0 auto; width: 80%; } .testi h3 { color: #fff; } .testimonial-left i { color: #fff; } .testi span { color: #fff; } .w3_testi_grids{ margin:3em auto 0; width:80%; text-align:center; } .wthree_testi_grid h4{ font-size: 1.2em; color: #d8d8d8; line-height: 1.8em; margin: 1em auto; padding-left: 2.5em; position: relative; width: 80%; } .wthree-testi_grid h5 { color: #fff; font-size: 1.5em; letter-spacing: 1px; } .wthree-testi_grid p { color: #a9bbda; line-height: 1.9em; width: 79%; margin: 2em auto 1em; font-size: 1em; } .wthree-testi_grid .testimonial-left { width: 50px; background: #2954a2; margin: 0 auto; border: 2px solid #2954a2; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; padding: 1em; line-height: 1em; } .wthree .flex-direction-nav a.flex-next:before,.wthree .flex-direction-nav a:before { font-size: 25px; } /*-- //testimonial --*/ /*team*/ .w3_testimonials_grids{ margin:1em 0 0; } .w3_agileits_testimonials_grid{ text-align:center; } .w3_agileits_testimonials_grid img{ margin:0 auto; } .w3_agileits_testimonials_grid h4 { margin: 1.5em 0 1em; color: #f4792c; font-size: 1em; font-weight: 600; text-transform: uppercase; } .w3_agileits_testimonials_grid span{ color:#f5232e; } .w3_agileits_testimonials_grid p{ color: #fff; line-height: 2em; width: 80%; margin: 0 auto; } .owl-carousel .owl-item img{ visibility: hidden; } .owl-carousel .owl-item.active img { visibility: visible; border-radius:10px; } .owl-carousel .owl-item{ opacity: 0.4; padding:1em; background:rgb(41, 84, 162); } .owl-carousel .owl-item.active{ opacity:1; } /*-- //testimonials --*/ /*--portfolio--*/ .portfolio-grids { padding: 0; } /*--SAP--*/ .sap_tabs{ clear:both; padding: 0; } .tab_box{ background:#fd926d; padding: 2em; } .top1{ margin-top: 2%; } .resp-tabs-list { list-style: none; padding: 0 0 3em; margin: 0 auto; text-align: center; } .resp-tab-item { color: #333; font-size: 1.1em; font-weight: 500; cursor: pointer; display: inline-block; margin: 0; text-align: center; list-style: none; outline: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; margin: 0 1.2em 0; border-bottom: 2px solid #fff; } .resp-tab-active { text-shadow: none; color: #f4792c; border-bottom-color: #f4792c; } li.resp-tab-item:hover { color: #2954a2; } .resp-tabs-container { padding: 0px; clear: left; } h2.resp-accordion { cursor: pointer; padding: 5px; display: none; } .resp-tab-content { display: none; } .resp-content-active, .resp-accordion-active { display: block; } .tab_img{ padding:2em 0 0; display: inline-block; } .portfolio-grids a { display: block; overflow: hidden; position:relative; } .portfolio-grids img.img-responsive { width: 100%; } .b-wrapper { background: rgba(0, 0, 0, 0.7); position: absolute; width: 100%; height: 100%; bottom: 0%; left: 0; -webkit-transition: .5s all; -moz-transition: .5s all; transition: .5s all; -webkit-transform: scale(0); -moz-transform: scale(0); transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); } .portfolio-grids a:hover .b-wrapper{ -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); } .b-wrapper h5 { font-size: 2.5em; color: #fff; text-align: center; padding: 43% 0; font-weight: 200; } img.zoom-img{ -webkit-transform: scale(1, 1); transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; -webkit-transition-duration: 2s !important; -moz-transition-duration: 2s !important; transition-duration: 2s !important; } img.zoom-img:hover,.portfolio-grids:hover img.zoom-img{ -webkit-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); overflow: hidden; } /*--//portfolio--*/ /*--contact--*/ div#contact p { color: #000; margin-bottom: 1em; width: 37%; } div#contact h3 { text-align: left; } .w3layouts-list { margin-top: 3em; background: #f4792c; } .li { text-align: center; } .li h6 ,.li a{ display: inline-block; font-size: 1.2em; padding:1em 0 1em 1em; color: #fff; } .w3layouts-list .li span { color: #2954a2; } .w3layouts-list a { color: #fff; font-size:1em; padding: 1.3em; } .agileits_w3layouts-map { padding: 0; } .agileits_w3layouts-map iframe{ width:100%; min-height:407px; } .contact-right-w3l ::-webkit-input-placeholder { color: #fff; } .contact-right-w3l:-moz-placeholder { /* Firefox 18- */ color: #fff; } .contact-right-w3l ::-moz-placeholder { /* Firefox 19+ */ color: #fff; } .contact-main :-ms-input-placeholder { color: #fff; } .contact-right-w3l input[type="text"], .contact-right-w3l input[type="email"] { font-size: 1em; border: none; background: rgba(70, 69, 69, 0.43); outline: none; padding: 0.5em; width: 48.5%; margin-bottom: 1em; color: #fff; } .contact-right-w3l input[type="text"]:nth-child(1),.contact-right-w3l input[type="email"] { margin-right:2%; } .contact-right-w3l textarea{ width:100%; padding: 0.5em; outline:none; resize:none; height:100px; border:none; font-size:1em; background: rgba(70, 69, 69, 0.43); color:#fff; } .contact-right-w3l input[type="submit"] { background: #fff; color: #000; padding: .5em 1.8em; margin-top: 1.3em; border: 1px solid #ffffff; outline: none; font-size: 0.9em; } .contact-right-w3l input[type="submit"]:hover { background: #2954a2; color: #fff; border: 1px solid #2954a2; } .contact-right-w3l { padding: 4em 2em; background: url(../images/p.jpg) no-repeat center; background-size: cover; } /*-- //contact --*/ /*-- subscribe --*/ .subscribe h3.w3ls-title:after { background:transparent; } .agile-subscribe-heading{ text-align:center; } .subscribe .shortcode_title.shortcode-title-style_1 { margin-bottom: 40px; } .subscribe { background: url(../images/subscribe.jpg) no-repeat center; background-size: cover; } .subscribe-grid{ text-align: center; margin: 2em auto 0; } .subscribe-grid input[type="email"] { display: inline-block; background: transparent; border: none; width: 70%; outline: none; font-size: 1em; color: #999999; letter-spacing: 1px; } .subscribe-grid i.fa.fa-paper-plane-o{ color: #FFFFFF !important; font-size: 1.2em !important; } .subscribe-grid form { width: 60%; margin: 0 auto; padding: 0.7em 0; border-radius: 15px; border: 1px solid #4f4f5b; } .subscribe-grid button.btn1 { color: #ffffff; font-size: 1em; width: 161px; border-radius: 15px; letter-spacing: 1px; border:none; outline:none; padding: 0.8em 0; text-transform: uppercase; text-align: center; text-decoration: none; background: #f4792c; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } button.btn1:hover { background:#2954a2; } button.btn1:hover i.fa.fa-paper-plane-o{ color: #2f2f2f !important; } .agile-section.subscribe.text-center p { color: #fff; letter-spacing: 1px; margin: 1em 0 0; } /*-- //subscribe --*/ /*-- footer --*/ .agileits_w3layouts-map iframe{ width:100%; min-height:400px; } .agileinfo-icons ul li { display: inline-block; margin-right: 1em; font-size: 1.5em; float: right; } .agileits_w3layouts-footer { padding: 1.3em 0 1em; background: #2954a2; } .agileinfo-icons ul li a { color: #fff; } .agileinfo-copyright p,.agileinfo-copyright a{ color: #fff; } .agileinfo-copyright a:hover,.agileinfo-icons ul li a:hover{ color:#f4792c; } /*-- //footer --*/ /*-- to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 79px; right: 2%; overflow: hidden; z-index: 999; width: 35px; height: 35px; border: none; text-indent: 100%; background: url(../images/top-arrow.png) no-repeat 0px 0px; border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; -moz-border-radius: 50%; } #toTopHover { width: 35px; height: 35px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //to-top --*/ /* -- Responsive code -- */ @media screen and (max-width: 1600px){ } @media screen and (max-width: 1440px){ } @media screen and (max-width: 1366px){ .baner-info { padding-top: 7em; } } @media screen and (max-width: 1280px){ .banner-bottom-girds { top: -14%; } } @media screen and (max-width: 1080px){ .navbar-default .navbar-nav > li > a { padding: 1em 0.5em 1.2em; } .banner-bottom-girds { width: 64%; left: 18%; } .baner-info { padding-top: 6em; } .w3ls-about-left { padding: 0 4em 0 0; } div#contact p { width: 50%; } .contact-right-w3l { padding: 4em 1em; } div#contact { padding-top: 2em; } .subscribe-grid form { width: 72%; } } @media screen and (max-width: 1050px){ .agileits-banner-grid { padding:2em 1em; } div#about { padding-top: 16em; } } @media screen and (max-width: 1024px){ .inner-header-agile { padding: 0 4em; } .banner-bottom-girds { top: -10%; } div#about { padding-top: 19em; } } @media screen and (max-width: 991px){ .inner-header-agile { padding: 0 3em; } .baner-info h3 { font-size: 3.3em; } .banner-bottom-girds { top: -5%; width: 68%; left: 16%; } .wthree-about-left { padding-top: 6em; } .wthree-about-right { top: 19px; left: 39%; } .w3ls-about-left{ padding:0; } .agileits-services-grids { padding: 1em; } .agileits-services-grids p { padding: 1em; } .portfolio-grids { width: 25%; float: left; } .b-wrapper h5 { font-size: 2.2em; padding: 38% 0; } .w3_agileits_testimonials_grid p { width: 100%; } div#contact p { width: 55%; } .li { width: 33.33%; float: left; } .agileits_w3layouts-map { width: 100%; } .agileits_w3layouts-map iframe { min-height: 350px; } .contact-right-w3l input[type="text"], .contact-right-w3l input[type="email"] { width: 48.6%; } .contact-right-w3l { padding: 4em 2em; width: 100%; } .subscribe-grid form { width: 87%; } } @media screen and (max-width: 900px){ .inner-header-agile { padding: 0 1em; } .navbar-header h1 { font-size: 1.7em; } .banner-bottom-girds { top: -6%; width: 73%; left: 13%; } span.letter { line-height: 1.3em; } .agileits_w3layouts-map iframe { min-height: 330px; } div#contact p { width: 66%; } } @media screen and (max-width: 800px){ .navbar-default .navbar-nav > li > a { padding: 1em 0.8em 1em; } .navbar-header { float: none; text-align: center; } span.letter { line-height: 1.1em; padding: 2px 13px; } .navbar-default .navbar-nav > li > a { padding: 1em 0.8em 1.2em; } .navbar-nav > li { margin: 0 0.4em; } ul.nav.navbar-nav { float: none; padding: 0 2em; } .navbar-header h1 { margin: 0.5em 0; } .baner-info { padding-top: 0em; } .agileits-services-grids p { padding: 0; } .baner-info h3 { font-size: 3em; } .banner-bottom-girds { width: 79%; left: 11%; } .agileits-services-grids span { font-size: 1.5em; } } @media screen and (max-width: 768px){ ul.nav.navbar-nav { padding: 0 1em; } .agileits-banner-grid p { margin: 1em auto 2em; width: 91%; } .baner-info { padding-top: 1em; } .agileits-services-grids span { font-size: 1.3em; } div#about .container { width: 90%; } .agileinfo-copyright,.agileinfo-icons { text-align: center; width: 100%; float: none; } .agileinfo-icons ul li{ float:none; } .agileinfo-icons ul li { margin: 0.1em 0.5em; } p.about-bottom { margin: 0.6em 0; } .agileinfo-copyright{ margin-bottom: 0.5em; } } @media screen and (max-width: 767px){ #about h5 { margin: 1em 0 1em; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; position: absolute; width: 100%; background-color:rgba(41, 84, 162, 0.86); z-index: 999; } .navbar-header h1 { float: left; } .navbar-toggle { float: right; padding: 9px 10px; margin: 0.7em 0; background-color: #2954a2; } .navbar-default .navbar-nav > li > a { width: 23%; margin: 0.5em auto 0; text-align: center; } .navbar-collapse { padding: 15px !important; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #2954a2; } .navbar-default .navbar-toggle { border:none; } .navbar-default .navbar-toggle .icon-bar { background-color: #f4792c; } .baner-info { padding-top: 2em; } .banner-bottom-girds { width: 82%; left: 9%; } .navbar-default .navbar-nav > li > a { padding: 0.5em 0; } } @media screen and (max-width: 736px){ .baner-info h3 { font-size: 2.8em; } .banner-bottom-girds { width: 84%; left: 8%; } .wthree-about-left img { width: 50%; } .agileits-services-grids { width: 50%; float: left; } .agileits-services-grids span { padding: 0.6em; font-size:1.5em; } .subscribe-grid form { width: 91%; } h3.w3ls-title, h2.w3ls-title { font-size: 2.4em; } } @media screen and (max-width: 667px){ .baner-info h3 { font-size: 2.6em; } .w3ls-section { padding: 3.5em 0; } .w3_agilits_inner_bottom { padding: 0 2em; } .numscroller { font-size: 2.3em; } .stats-info p { font-size: 1.3em; } .b-wrapper h5 { font-size: 1.9em; } div#contact p { width: 73%; } .li { padding-right: 0; } .portfolio-grids { width: 33.33%; } .b-wrapper h5 { padding: 42% 0; } div#contact { padding-top: 0em; } .subscribe-grid form { width: 94%; } .subscribe-grid button.btn1 { width: 116px; } .agileits-services-grids h4 { margin: 1em 0 0; } .testimonial-right h5 { font-size: 1.8em; } .wthree-testi_grid h5 { font-size: 1.2em; } } @media screen and (max-width: 640px){ div#about { padding-top: 17em; } .baner-info h3 { letter-spacing: 3px; } .banner-bottom-girds { top: -7%; } .baner-info h4 { letter-spacing: 3px; } .agileits-banner-grid p { margin: 1em auto 2em; width: 92%; } .baner-info { padding-top: 2.2em; } .banner-bottom-girds { width: 86%; left: 7%; } .contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="email"] { margin-right: 1.9%; } h3.w3ls-title, h2.w3ls-title { font-size: 2.2em; } .resp-tab-item { margin: 0 1em 0; } .li { padding-left: 0.5em; } .agileits_w3layouts-map iframe { min-height: 300px; } .wthree-testi_grid p { width: 81%; } .w3_wthree-testi_grids { margin: 0 auto; width: 89%; } } @media screen and (max-width: 600px){ .baner-info h3 { font-size: 2.6em; } .navbar-default .navbar-nav > li > a { width: 27%; } .agileits-banner-grid p { width: 100%; } .resp-tab-item { margin: 0 0.8em 0; } .w3layouts-list .li { width: 50%; float: left; } .w3layouts-list { margin-top: 2em; } div#contact p { width: 80%; } .stats-info p { font-size: 1.2em; } } @media screen and (max-width: 568px){ .w3ls-section { padding: 3em 0; } .baner-info h4 { letter-spacing: 2px; } .banner-bottom-girds { width: 95%; left: 2.5%; } .baner-info { padding-top: 1em; } #about h5 { font-size: 1.1em; } .numscroller { font-size: 2.1em; } .contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="email"] { margin-right: 1.8%; } div#contact p { width: 88%; } } @media screen and (max-width: 480px){ .baner-info { padding-top:2em; } .baner-info h3 { font-size: 2.3em; letter-spacing: 2px; } .agileits-banner-grid { float: none; width: 70%; margin: 0 auto; padding: 2em 1em; } .banner-bottom-girds { border:none; } .baner-info p { margin: 0.5em 0 1em; color: #fff; } a.w3_play_icon1 { padding: 0.5em 1em; letter-spacing:0px; } .banner-bottom-girds { top: -4%; } .navbar-default .navbar-nav > li > a { width: 38%; } .b-wrapper h5 { font-size: 1.7em; } #about h5 { font-size: 1em; letter-spacing:0px; } div#about { padding-top: 38em; } .resp-tab-item { margin: 0 0.5em 0; } .agileits-services-grids { width: 100%; } h3.w3ls-title, h2.w3ls-title { font-size: 2em; } .numscroller { font-size: 2em; } .stats-info p { font-size: 1em; } .agileits-services-row { padding: 0; } .contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="email"] { margin-right: 0; } .contact-right-w3l input[type="text"], .contact-right-w3l input[type="email"] { width: 100%; } .subscribe-grid button.btn1 { width: 93px; letter-spacing:0; font-size:0.9em; } .agileits-services-grids p { padding: 1em 4em; } .portfolio-grids { width: 50%; } .resp-tabs-list { padding: 0 0 2em; } .stats-info.agileits-w3layouts { margin: 3em 0 0; } } @media screen and (max-width: 414px){ .w3_agilits_inner_bottom { padding: 0 1em; } .baner-info h3 { font-size: 2.1em; letter-spacing: 0px; } .baner-info h4 { font-size: 0.9em; } .agileits-banner-grid { width: 80%; } .w3_agilits_inner_bottom { padding: 0 0.2em; } .navbar-default .navbar-nav > li > a { width: 43%; } #about h5 { line-height: 1.5; } div#contact p { width: 100%; } .resp-tab-item { margin: 0.2em 0.7em; } input[type="text"] { padding-left: 1em; } .testimonial-right h5 { font-size: 1.6em; } .w3layouts-list .li { width: 100%; float: none; text-align: left; padding-left: 2em; } .agileits-services-grids p { padding: 1em 3em; } .owl-carousel .owl-item img { visibility: visible; } .subscribe-grid input[type="email"] { padding: 1em 0 0 0.5em; } } @media screen and (max-width: 384px){ div#about { padding-top: 35em; } .agileits-banner-grid { width: 86%; } .navbar-default .navbar-nav > li > a { width: 47%; } .baner-info h4 { letter-spacing: 1px; } .baner-info h3 { font-size: 2em; } .baner-info p { font-size: 0.9em; } .banner-bottom-girds { top: -6%; } .agileits-services-grids p { padding: 1em 2em; } .subscribe-grid input[type="text"]{ padding: 0 1em 1em; } .subscribe-grid form { width: 90%; } .subscribe-grid input[type="email"] { padding: 0 0 1em 0; } .subscribe-grid button.btn1 { width: 100px; padding: 0.5em 0; } h2.w3ls-title { margin-top: 1em; } .w3_wthree-testi_grids { width: 100%; } } @media screen and (max-width: 375px){ .wthree_agile_login ul li { margin: 3px; } .numscroller { font-size: 1.6em; } span.letter { line-height: 1em; padding: 3px 11px; } } @media screen and (max-width: 320px){ .navbar-default .navbar-nav > li > a { width: 60%; } .banner-bottom-girds { top: -3%; } .wthree_agile_login { float: none; padding: 0 1em; text-align:center; } .w3_agilits_banner_bootm { padding: 1em 0; } .baner-info h3 { font-size: 1.7em; } .baner-info h4 { letter-spacing: 0px; font-size: 0.875em; } .banner-bottom-girds { top: -4%; } .stats-info p { font-size: 0.875em; } .agileits-services-grids p { padding: 1em; } .subscribe-grid form { width: 96%; } } /* -- //Responsive code -- */
css/style.css
html, body{ font-size: 100%; font-family:'PT Sans', sans-serif; background:#ffffff; margin:0px!important; } p{ margin:0; font-size:14px; } h1,h2,h3,h4,h5,h6{ font-family: 'Josefin Sans', sans-serif; margin:0; } ul,label{ margin:0; padding:0; } body a:hover,.agileits-banner-grid{ text-decoration:none; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -o-transition: 0.5s all ease; -ms-transition: 0.5s all ease; } input[type="submit"],.w3l_header_left ul li a,.related-post-right h4 a,.comments-grid-right h4 a,.reply a,.w3_single_grid_left_grid ul li a,ul.contact_info li a,.w3ls_services_bottom_grid_grid_pos,.footer-copy p a,.w3l_services_grid h4 a,.agileinfo_footer_grid ul li a,.wthree_service_breadcrumb_left ul li a{ transition: .5s ease-in; -webkit-transition: .5s ease-in; -moz-transition: .5s ease-in; -o-transition: .5s ease-in; -ms-transition: .5s ease-in; } /*--/model--*/ .modal-header h4 { font-size: 2em; text-align: center; text-transform: uppercase; letter-spacing: 1px; color:#0c0d0d; } .modal-dialog { width: 600px; margin: 96px auto; } /*--//model--*/ p { font-size: 1em; color: #999; line-height: 1.8em; } /*--header-w3-agileits --*/ .header-w3-agileits { background: rgba(0, 0, 0, 0.47); padding:0; } .inner-header-agile { padding: 0 5em; position: relative; } .inner-header-agile.part2 { position: relative; padding-bottom:1em; } /*-- logo --*/ .navbar-header h1 { font-size: 2em; display: block; text-transform: uppercase; } .navbar-header h1 a { color: #FFFFFF; text-decoration: none; display: inline-block; } span.letter { background: #fff; color: #2954a2; line-height: 1.1em; padding: 0 11px; display: inline-block; background: #ffffff; font-weight:700; margin-right:3px; } h1 span { color: #fff; font-size: 1.5em; } /*-- //logo --*/ /*-- top-nav --*/ ul.nav.navbar-nav { float:right; } .navbar-default { background: none; border: none; margin: 0; min-height: inherit; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #ffffff; background: #2954a2; } .navbar-nav > li { margin: 0 0.3em; } ul.nav.navbar-nav.navbar-right { margin-left: 10%; } .navbar-default .navbar-nav > li > a { font-size: 0.9em; padding: 1em 0.9em 1.2em; position: relative; font-weight: 400; text-transform: uppercase; letter-spacing: 1px; color: #fff; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active { color: #fe423f; background:none!important; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #fff; background: #02a388!important; } .navbar-default .navbar-nav>li>a.active, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { color: #fff; background: #2954a2!important; } .navbar-right { float: left!important; margin-right:0px!important; } .navbar-collapse { padding: 0!important; } ul.nav.navbar-nav li.active { border-right: none; } ul.dropdown-menu.multi-column ul li{ display:block; margin-bottom:.5em; } ul.dropdown-menu.multi-column ul li a{ color:#212121; } ul.dropdown-menu.multi-column { width: 400px; left: 0; padding: 1em; } ul.dropdown-menu.multi-column ul li a:hover{ color: #fe423f; } .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { color: #ffffff; text-decoration: none; background-color: #000000; } .dropdown-menu { border-radius:0; } /*-- //nav --*/ /*-- search --*/ .cd-main-header { /* Force Hardware Acceleration in WebKit */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); will-change: transform; } .cd-main-header { -webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s; } .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible { -webkit-transform: translateX(-260px); -moz-transform: translateX(-260px); -ms-transform: translateX(-260px); -o-transform: translateX(-260px); transform: translateX(-260px); } .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible { -webkit-transform: translateX(260px); /*-- w3layouts --*/ -moz-transform: translateX(260px); -ms-transform: translateX(260px); -o-transform: translateX(260px); transform: translateX(260px); } .cd-header-buttons { position: absolute; display: inline-block; top:-55px; right: 0; } .cd-header-buttons li { display: inline-block; } .cd-search-trigger, .cd-nav-trigger { position: relative; display: block; width: 44px; height: 44px; overflow: hidden; white-space: nowrap; color: transparent; z-index: 3; } .cd-search-trigger::before, .cd-search-trigger::after { /* search icon */ content: ''; position: absolute; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; transition: opacity 0.3s; /* Force Hardware Acceleration in WebKit */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .cd-search-trigger::before { top: 11px; left: 11px; width: 18px; height: 18px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; /*-- agileits --*/ border:3px solid #fff; } .cd-search-trigger::after { /* handle */ height: 3px; width: 8px; background: #fff; bottom: 14px; right: 11px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .cd-search-trigger span { /* container for the X icon */ position: absolute; height: 100%; width: 100%; top: 0; left: 0; } .cd-search-trigger span::before, .cd-search-trigger span::after { /* close icon */ content: ''; position: absolute; display: inline-block; height: 3px; width: 22px; top: 50%; margin-top: -2px; left: 50%; margin-left: -11px; background:#fff; opacity: 0; /* Force Hardware Acceleration in WebKit */ -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; -moz-transition: opacity 0.3s, -moz-transform 0.3s; transition: opacity 0.3s, transform 0.3s; } .cd-search-trigger span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .cd-search-trigger span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after { /* hide search icon */ -moz-opacity: 0; opacity: 0; } .cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after { /* show close icon */ -moz-opacity: 1; opacity: 1; } .cd-search-trigger.search-is-visible span::before { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); } .cd-search-trigger.search-is-visible span::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .cd-search { position: absolute; width: 100%; top: 100%; left: 0; z-index: 3; opacity: 0; visibility: hidden; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; } .cd-search input { border-radius: 0; border: none; background: rgba(0, 0, 0, 0.75); width: 100%; padding: 0 5%; -webkit-box-shadow: inset 0 1px 0 #02a388, 0 3px 6px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 #02a388, 0 3px 6px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 #02a388, 0 3px 6px rgba(0, 0, 0, 0.05); -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; font-size: 1.2em; padding: 1em 2em; color: #fff; letter-spacing: 1px; } .cd-search input::-webkit-input-placeholder { color: #fff !important; } .cd-search input::-moz-placeholder { color: #fff !important; } .cd-search input:-moz-placeholder { color: #fff !important; } .cd-search input:-ms-input-placeholder { color: #fff !important; } .cd-search input:focus { outline: none; } .cd-search.is-visible { -moz-opacity: 1; opacity: 1; visibility: visible; -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; } /*--//header-w3-agileits --*/ /*-- /banner --*/ .baner-info{ padding-top: 8em; margin: 0 auto; text-align: center; } .baner-info h3 { text-align: center; font-size: 3.5em; color: #fff; text-transform:capitalize; letter-spacing: 4px; } .baner-info h3 span { color:#f4792c; } .baner-info h4{ text-align: center; font-size: 1em; color: #fff; margin: 2em 0 1em; text-transform: uppercase; font-weight: 300; letter-spacing: 5px; } .baner-info p { margin: 1em 0 2em; color: #fff; } span.simply-word { font-size:18px; font-weight: 500; margin-left: 5px; text-transform: uppercase; color: #02a388; } .baner-info span img { margin: 1em auto 0; text-align: center; } a.w3_play_icon1 { border: none; outline: none; background: #f4792c; padding: 0.7em 1em 0.7em 1em; color: #fff; text-decoration:none; text-transform: uppercase; letter-spacing: 1px; font-size: 0.9em; transition: .5s ease-in; -webkit-transition: .5s ease-in; -moz-transition: .5s ease-in; -o-transition: .5s ease-in; -ms-transition: .5s ease-in; } a.w3_play_icon1:hover { text-decoration:none; background: #fff; color: #000; transition: .5s ease-in; -webkit-transition: .5s ease-in; -moz-transition: .5s ease-in; -o-transition: .5s ease-in; -ms-transition: .5s ease-in; } /*-- //banner --*/ /*-- /banner-bottom --*/ .w3_agilits_banner_bootm { padding: 1em 0 2.3em 0; background:#2954a2; } .w3_agilits_inner_bottom { margin: 0 auto; padding: 0 4em; } .wthree_share_agile { float: right; } .wthree_agile_login { float: right; } a.login { background: #0c0d0d; color: #fff; padding: 0.5em 1em; letter-spacing: 1px; text-transform: uppercase; font-size: 0.9em; margin-left: 3em; } a.login:hover{ text-decoration:none; color:#02a388; } a.login.reg { margin-left: 0em; } .wthree_agile_login ul li { letter-spacing: 1px; list-style: none; display: inline-block; color: #fff; margin-right: 10px; margin-top: -5px; font-size:0.9em; } .single-agile-shar-buttons ul li:nth-child(1) { vertical-align: top; } .single-agile-shar-buttons ul li { display: inline-block; vertical-align: text-top; } .wthree_agile_login ul li i { color: #f4792c; font-size: 1em; padding-right: 7px; } .wthree_agile_login ul li a{ color:#fff; } .wthree_agile_login ul li a:hover{ color:#f4792c; text-decoration:none; } .banner-bottom-girds { width: 54%; z-index: 1; position: absolute; left: 24%; top: -19%; border: 1px solid rgba(226, 226, 226, 0.56); border-width: 0px 1px 1px; } .agileits-banner-grid { float: left; background: #fff; width: 50%; padding: 2em; border-top: 10px solid #2954a2; } span.banner-icon { color: #b8bfcb; font-size: 2.5em; } .agileits-banner-grid h4 { font-size: 1.5em; margin: 1em 0 0; color: #000; font-weight:600; } .agileits-banner-grid p { margin: 1em auto 2em; width: 80%; } .agileits-banner-grid:hover,.bg-w3ls-active { border-color: #f4792c; background: #2954a2; } .agileits-banner-grid:hover span.banner-icon,.bg-w3ls-active span.banner-icon{ color:#fff; } .agileits-banner-grid:hover.agileits-banner-grid h4,.bg-w3ls-active.agileits-banner-grid h4 { color: #f4792c; } .agileits-banner-grid:hover.agileits-banner-grid p,.bg-w3ls-active.agileits-banner-grid p{ color:#fff; } /*-- //banner-bottom --*/ .w3ls-section{ padding:4em 0; } h3.w3ls-title { margin-bottom: 1em; position:relative; } h3.w3ls-title,h2.w3ls-title { text-transform: capitalize; color: #2954a2; font-size:2.5em; font-weight:600; } h3.w3ls-title:after { background: #e2dfdf; content: ""; display: block; height: 1px; position: absolute; left: 0; top: 53px; width: 250px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; } /*-- about --*/ div#about { padding-top: 17em; position: relative; } .wthree-about-w3left, .wthree-about-w3right { padding: 0; overflow: hidden; } #about h5 { margin: 1em 0 1.2em; font-size: 1.2em; font-style: italic; font-weight: 400; letter-spacing: 1px; color: #b5b5b5; } p.about-bottom { margin-top: 0.6em; } .w3ls-about-left { padding: 0 5em 0 0; } .w3ls-row { padding: 0; margin: 0; border: none; position: relative; } .wthree-about-right { position: absolute; right: 0; width: 50%; top: -107px; left: 38%; } img.img-responsive { -webkit-transition: .5s all; -moz-transition: .5s all; transition: .5s all; } .wthree-about-agiletext { padding: 3.26em 3em; } .wthree-about-w3right h4 { font-size: 2.1em; color: #000; margin-bottom: 0.5em; } a.more { font-size: 1em; color: #fff; background:#00bcd4; padding: .6em 1.8em; display: inline-block; margin-top: 1.5em; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border-bottom:4px solid transparent; } a.more:hover { background:#00BCD4; border-bottom-color:#04a6bb; } a.close { opacity: .4; margin: -1.5em -.5em 0 0; outline: none; } .w3ls-row.alert:hover img.img-responsive { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } .tabcontent-grids { padding-top: 1em; } .numscroller { font-size: 2.5em; font-weight: 600; color: #f4792c; margin-bottom: 0; line-height: 1em; } .stats-grid{ padding:0; } .stats-info p { color: #2954a2; font-size: 1.5em; text-transform: capitalize; } .stat2 { padding-left: 0; } .stats-info.agileits-w3layouts { margin: 4em 0 0; } /*-- //about --*/ /*-- services --*/ div#agileits-services { background: url(../images/s2.jpg) no-repeat center; background-size: cover; } .agileits-services-row { padding: 2em 0; background: rgba(12, 12, 12, 0.18); } .agileits-services-grids { text-align: center; } .agileits-services-grids h4 { font-size: 1.5em; margin: 1em 0 .5em; color: #fff; line-height: 1.5em; font-weight: 600; position: relative; } .agileits-services-grids h6 { padding: 1px; background: #2954a2; width: 33%; margin: 2em auto 0; -webkit-transition:.5s all; -moz-transition:.5s all; transition:.5s all; } .agileits-services-grids:hover h6 { width: 55%; background: #2954a2; } /*-- Effect 1--*/ .agileits-services-grids span { font-size: 1.8em; color: #2954a2; display: inline-block; text-decoration: none; z-index: 1; padding: 1em; } .agileits-services-grids span:after { position: absolute; width: 100%; height: 100%; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; content: ''; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .effect-1 { background: #E2DFDF; -webkit-transition: background 0.5s, color 0.2s; -moz-transition: background 0.5s, color 0.2s; transition: background 0.5s, color 0.2s; } .effect-1:after { top: -7px; left: -7px; padding: 7px; -webkit-transition: -webkit-transform 0.5s, opacity 0.2s; -webkit-transform: scale(0.8); -moz-transition: -moz-transform 0.5s, opacity 0.2s; -moz-transform: scale(0.8); -ms-transform: scale(0.8); transition: transform 0.5s, opacity 0.2s; transform: scale(0.8); opacity: 0; } .agileits-services-grids:hover span { background: #f4792c; color: #fff !important; } .agileits-services-grids:hover span:after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } /*-- //services --*/ /*-- testimonial --*/ .wthree-testi { background: url(../images/testi.jpg) no-repeat center; background-size: cover; } .wthree-testi h3,div#agileits-services h3 ,.subscribe h3{ color: #fff; } .wthree-testi h3.w3ls-title:after,div#agileits-services h3.w3ls-title:after{ background: rgba(226, 223, 223, 0.2); } .w3_wthree-testi_grids { margin: 0 auto; width: 80%; } .testi h3 { color: #fff; } .testimonial-left i { color: #fff; } .testi span { color: #fff; } .w3_testi_grids{ margin:3em auto 0; width:80%; text-align:center; } .wthree_testi_grid h4{ font-size: 1.2em; color: #d8d8d8; line-height: 1.8em; margin: 1em auto; padding-left: 2.5em; position: relative; width: 80%; } .wthree-testi_grid h5 { color: #fff; font-size: 1.5em; letter-spacing: 1px; } .wthree-testi_grid p { color: #a9bbda; line-height: 1.9em; width: 79%; margin: 2em auto 1em; font-size: 1em; } .wthree-testi_grid .testimonial-left { width: 50px; background: #2954a2; margin: 0 auto; border: 2px solid #2954a2; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; padding: 1em; line-height: 1em; } .wthree .flex-direction-nav a.flex-next:before,.wthree .flex-direction-nav a:before { font-size: 25px; } /*-- //testimonial --*/ /*team*/ .w3_testimonials_grids{ margin:1em 0 0; } .w3_agileits_testimonials_grid{ text-align:center; } .w3_agileits_testimonials_grid img{ margin:0 auto; } .w3_agileits_testimonials_grid h4 { margin: 1.5em 0 1em; color: #f4792c; font-size: 1em; font-weight: 600; text-transform: uppercase; } .w3_agileits_testimonials_grid span{ color:#f5232e; } .w3_agileits_testimonials_grid p{ color: #fff; line-height: 2em; width: 80%; margin: 0 auto; } .owl-carousel .owl-item img{ visibility: hidden; } .owl-carousel .owl-item.active img { visibility: visible; border-radius:10px; } .owl-carousel .owl-item{ opacity: 0.4; padding:1em; background:rgb(41, 84, 162); } .owl-carousel .owl-item.active{ opacity:1; } /*-- //testimonials --*/ /*--portfolio--*/ .portfolio-grids { padding: 0; } /*--SAP--*/ .sap_tabs{ clear:both; padding: 0; } .tab_box{ background:#fd926d; padding: 2em; } .top1{ margin-top: 2%; } .resp-tabs-list { list-style: none; padding: 0 0 3em; margin: 0 auto; text-align: center; } .resp-tab-item { color: #333; font-size: 1.1em; font-weight: 500; cursor: pointer; display: inline-block; margin: 0; text-align: center; list-style: none; outline: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; margin: 0 1.2em 0; border-bottom: 2px solid #fff; } .resp-tab-active { text-shadow: none; color: #f4792c; border-bottom-color: #f4792c; } li.resp-tab-item:hover { color: #2954a2; } .resp-tabs-container { padding: 0px; clear: left; } h2.resp-accordion { cursor: pointer; padding: 5px; display: none; } .resp-tab-content { display: none; } .resp-content-active, .resp-accordion-active { display: block; } .tab_img{ padding:2em 0 0; display: inline-block; } .portfolio-grids a { display: block; overflow: hidden; position:relative; } .portfolio-grids img.img-responsive { width: 100%; } .b-wrapper { background: rgba(0, 0, 0, 0.7); position: absolute; width: 100%; height: 100%; bottom: 0%; left: 0; -webkit-transition: .5s all; -moz-transition: .5s all; transition: .5s all; -webkit-transform: scale(0); -moz-transform: scale(0); transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); } .portfolio-grids a:hover .b-wrapper{ -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); } .b-wrapper h5 { font-size: 2.5em; color: #fff; text-align: center; padding: 43% 0; font-weight: 200; } img.zoom-img{ -webkit-transform: scale(1, 1); transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; -webkit-transition-duration: 2s !important; -moz-transition-duration: 2s !important; transition-duration: 2s !important; } img.zoom-img:hover,.portfolio-grids:hover img.zoom-img{ -webkit-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); overflow: hidden; } /*--//portfolio--*/ /*--contact--*/ div#contact p { color: #000; margin-bottom: 1em; width: 37%; } div#contact h3 { text-align: left; } .w3layouts-list { margin-top: 3em; background: #f4792c; } .li { text-align: center; } .li h6 ,.li a{ display: inline-block; font-size: 1.2em; padding:1em 0 1em 1em; color: #fff; } .w3layouts-list .li span { color: #2954a2; } .w3layouts-list a { color: #fff; font-size:1em; padding: 1.3em; } .agileits_w3layouts-map { padding: 0; } .agileits_w3layouts-map iframe{ width:100%; min-height:407px; } .contact-right-w3l ::-webkit-input-placeholder { color: #fff; } .contact-right-w3l:-moz-placeholder { /* Firefox 18- */ color: #fff; } .contact-right-w3l ::-moz-placeholder { /* Firefox 19+ */ color: #fff; } .contact-main :-ms-input-placeholder { color: #fff; } .contact-right-w3l input[type="text"], .contact-right-w3l input[type="email"] { font-size: 1em; border: none; background: rgba(70, 69, 69, 0.43); outline: none; padding: 0.5em; width: 48.5%; margin-bottom: 1em; color: #fff; } .contact-right-w3l input[type="text"]:nth-child(1),.contact-right-w3l input[type="email"] { margin-right:2%; } .contact-right-w3l textarea{ width:100%; padding: 0.5em; outline:none; resize:none; height:100px; border:none; font-size:1em; background: rgba(70, 69, 69, 0.43); color:#fff; } .contact-right-w3l input[type="submit"] { background: #fff; color: #000; padding: .5em 1.8em; margin-top: 1.3em; border: 1px solid #ffffff; outline: none; font-size: 0.9em; } .contact-right-w3l input[type="submit"]:hover { background: #2954a2; color: #fff; border: 1px solid #2954a2; } .contact-right-w3l { padding: 4em 2em; background: url(../images/p.jpg) no-repeat center; background-size: cover; } /*-- //contact --*/ /*-- subscribe --*/ .subscribe h3.w3ls-title:after { background:transparent; } .agile-subscribe-heading{ text-align:center; } .subscribe .shortcode_title.shortcode-title-style_1 { margin-bottom: 40px; } .subscribe { background: url(../images/subscribe.jpg) no-repeat center; background-size: cover; } .subscribe-grid{ text-align: center; margin: 2em auto 0; } .subscribe-grid input[type="email"] { display: inline-block; background: transparent; border: none; width: 70%; outline: none; font-size: 1em; color: #999999; letter-spacing: 1px; } .subscribe-grid i.fa.fa-paper-plane-o{ color: #FFFFFF !important; font-size: 1.2em !important; } .subscribe-grid form { width: 60%; margin: 0 auto; padding: 0.7em 0; border-radius: 15px; border: 1px solid #4f4f5b; } .subscribe-grid button.btn1 { color: #ffffff; font-size: 1em; width: 161px; border-radius: 15px; letter-spacing: 1px; border:none; outline:none; padding: 0.8em 0; text-transform: uppercase; text-align: center; text-decoration: none; background: #f4792c; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all; } button.btn1:hover { background:#2954a2; } button.btn1:hover i.fa.fa-paper-plane-o{ color: #2f2f2f !important; } .agile-section.subscribe.text-center p { color: #fff; letter-spacing: 1px; margin: 1em 0 0; } /*-- //subscribe --*/ /*-- footer --*/ .agileits_w3layouts-map iframe{ width:100%; min-height:400px; } .agileinfo-icons ul li { display: inline-block; margin-right: 1em; font-size: 1.5em; float: right; } .agileits_w3layouts-footer { padding: 1.3em 0 1em; background: #2954a2; } .agileinfo-icons ul li a { color: #fff; } .agileinfo-copyright p,.agileinfo-copyright a{ color: #fff; } .agileinfo-copyright a:hover,.agileinfo-icons ul li a:hover{ color:#f4792c; } /*-- //footer --*/ /*-- to-top --*/ #toTop { display: none; text-decoration: none; position: fixed; bottom: 79px; right: 2%; overflow: hidden; z-index: 999; width: 35px; height: 35px; border: none; text-indent: 100%; background: url(../images/top-arrow.png) no-repeat 0px 0px; border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%; -moz-border-radius: 50%; } #toTopHover { width: 35px; height: 35px; display: block; overflow: hidden; float: right; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); } /*-- //to-top --*/ /* -- Responsive code -- */ @media screen and (max-width: 1600px){ } @media screen and (max-width: 1440px){ } @media screen and (max-width: 1366px){ .baner-info { padding-top: 7em; } } @media screen and (max-width: 1280px){ .banner-bottom-girds { top: -14%; } } @media screen and (max-width: 1080px){ .navbar-default .navbar-nav > li > a { padding: 1em 0.5em 1.2em; } .banner-bottom-girds { width: 64%; left: 18%; } .baner-info { padding-top: 6em; } .w3ls-about-left { padding: 0 4em 0 0; } div#contact p { width: 50%; } .contact-right-w3l { padding: 4em 1em; } div#contact { padding-top: 2em; } .subscribe-grid form { width: 72%; } } @media screen and (max-width: 1050px){ .agileits-banner-grid { padding:2em 1em; } div#about { padding-top: 16em; } } @media screen and (max-width: 1024px){ .inner-header-agile { padding: 0 4em; } .banner-bottom-girds { top: -10%; } div#about { padding-top: 19em; } } @media screen and (max-width: 991px){ .inner-header-agile { padding: 0 3em; } .baner-info h3 { font-size: 3.3em; } .banner-bottom-girds { top: -5%; width: 68%; left: 16%; } .wthree-about-left { padding-top: 6em; } .wthree-about-right { top: 19px; left: 39%; } .w3ls-about-left{ padding:0; } .agileits-services-grids { padding: 1em; } .agileits-services-grids p { padding: 1em; } .portfolio-grids { width: 25%; float: left; } .b-wrapper h5 { font-size: 2.2em; padding: 38% 0; } .w3_agileits_testimonials_grid p { width: 100%; } div#contact p { width: 55%; } .li { width: 33.33%; float: left; } .agileits_w3layouts-map { width: 100%; } .agileits_w3layouts-map iframe { min-height: 350px; } .contact-right-w3l input[type="text"], .contact-right-w3l input[type="email"] { width: 48.6%; } .contact-right-w3l { padding: 4em 2em; width: 100%; } .subscribe-grid form { width: 87%; } } @media screen and (max-width: 900px){ .inner-header-agile { padding: 0 1em; } .navbar-header h1 { font-size: 1.7em; } .banner-bottom-girds { top: -6%; width: 73%; left: 13%; } span.letter { line-height: 1.3em; } .agileits_w3layouts-map iframe { min-height: 330px; } div#contact p { width: 66%; } } @media screen and (max-width: 800px){ .navbar-default .navbar-nav > li > a { padding: 1em 0.8em 1em; } .navbar-header { float: none; text-align: center; } span.letter { line-height: 1.1em; padding: 2px 13px; } .navbar-default .navbar-nav > li > a { padding: 1em 0.8em 1.2em; } .navbar-nav > li { margin: 0 0.4em; } ul.nav.navbar-nav { float: none; padding: 0 2em; } .navbar-header h1 { margin: 0.5em 0; } .baner-info { padding-top: 0em; } .agileits-services-grids p { padding: 0; } .baner-info h3 { font-size: 3em; } .banner-bottom-girds { width: 79%; left: 11%; } .agileits-services-grids span { font-size: 1.5em; } } @media screen and (max-width: 768px){ ul.nav.navbar-nav { padding: 0 1em; } .agileits-banner-grid p { margin: 1em auto 2em; width: 91%; } .baner-info { padding-top: 1em; } .agileits-services-grids span { font-size: 1.3em; } div#about .container { width: 90%; } .agileinfo-copyright,.agileinfo-icons { text-align: center; width: 100%; float: none; } .agileinfo-icons ul li{ float:none; } .agileinfo-icons ul li { margin: 0.1em 0.5em; } p.about-bottom { margin: 0.6em 0; } .agileinfo-copyright{ margin-bottom: 0.5em; } } @media screen and (max-width: 767px){ #about h5 { margin: 1em 0 1em; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none; position: absolute; width: 100%; background-color:rgba(41, 84, 162, 0.86); z-index: 999; } .navbar-header h1 { float: left; } .navbar-toggle { float: right; padding: 9px 10px; margin: 0.7em 0; background-color: #2954a2; } .navbar-default .navbar-nav > li > a { width: 23%; margin: 0.5em auto 0; text-align: center; } .navbar-collapse { padding: 15px !important; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #2954a2; } .navbar-default .navbar-toggle { border:none; } .navbar-default .navbar-toggle .icon-bar { background-color: #f4792c; } .baner-info { padding-top: 2em; } .banner-bottom-girds { width: 82%; left: 9%; } .navbar-default .navbar-nav > li > a { padding: 0.5em 0; } } @media screen and (max-width: 736px){ .baner-info h3 { font-size: 2.8em; } .banner-bottom-girds { width: 84%; left: 8%; } .wthree-about-left img { width: 50%; } .agileits-services-grids { width: 50%; float: left; } .agileits-services-grids span { padding: 0.6em; font-size:1.5em; } .subscribe-grid form { width: 91%; } h3.w3ls-title, h2.w3ls-title { font-size: 2.4em; } } @media screen and (max-width: 667px){ .baner-info h3 { font-size: 2.6em; } .w3ls-section { padding: 3.5em 0; } .w3_agilits_inner_bottom { padding: 0 2em; } .numscroller { font-size: 2.3em; } .stats-info p { font-size: 1.3em; } .b-wrapper h5 { font-size: 1.9em; } div#contact p { width: 73%; } .li { padding-right: 0; } .portfolio-grids { width: 33.33%; } .b-wrapper h5 { padding: 42% 0; } div#contact { padding-top: 0em; } .subscribe-grid form { width: 94%; } .subscribe-grid button.btn1 { width: 116px; } .agileits-services-grids h4 { margin: 1em 0 0; } .testimonial-right h5 { font-size: 1.8em; } .wthree-testi_grid h5 { font-size: 1.2em; } } @media screen and (max-width: 640px){ div#about { padding-top: 17em; } .baner-info h3 { letter-spacing: 3px; } .banner-bottom-girds { top: -7%; } .baner-info h4 { letter-spacing: 3px; } .agileits-banner-grid p { margin: 1em auto 2em; width: 92%; } .baner-info { padding-top: 2.2em; } .banner-bottom-girds { width: 86%; left: 7%; } .contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="email"] { margin-right: 1.9%; } h3.w3ls-title, h2.w3ls-title { font-size: 2.2em; } .resp-tab-item { margin: 0 1em 0; } .li { padding-left: 0.5em; } .agileits_w3layouts-map iframe { min-height: 300px; } .wthree-testi_grid p { width: 81%; } .w3_wthree-testi_grids { margin: 0 auto; width: 89%; } } @media screen and (max-width: 600px){ .baner-info h3 { font-size: 2.6em; } .navbar-default .navbar-nav > li > a { width: 27%; } .agileits-banner-grid p { width: 100%; } .resp-tab-item { margin: 0 0.8em 0; } .w3layouts-list .li { width: 50%; float: left; } .w3layouts-list { margin-top: 2em; } div#contact p { width: 80%; } .stats-info p { font-size: 1.2em; } } @media screen and (max-width: 568px){ .w3ls-section { padding: 3em 0; } .baner-info h4 { letter-spacing: 2px; } .banner-bottom-girds { width: 95%; left: 2.5%; } .baner-info { padding-top: 1em; } #about h5 { font-size: 1.1em; } .numscroller { font-size: 2.1em; } .contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="email"] { margin-right: 1.8%; } div#contact p { width: 88%; } } @media screen and (max-width: 480px){ .baner-info { padding-top:2em; } .baner-info h3 { font-size: 2.3em; letter-spacing: 2px; } .agileits-banner-grid { float: none; width: 70%; margin: 0 auto; padding: 2em 1em; } .banner-bottom-girds { border:none; } .baner-info p { margin: 0.5em 0 1em; color: #fff; } a.w3_play_icon1 { padding: 0.5em 1em; letter-spacing:0px; } .banner-bottom-girds { top: -4%; } .navbar-default .navbar-nav > li > a { width: 38%; } .b-wrapper h5 { font-size: 1.7em; } #about h5 { font-size: 1em; letter-spacing:0px; } div#about { padding-top: 38em; } .resp-tab-item { margin: 0 0.5em 0; } .agileits-services-grids { width: 100%; } h3.w3ls-title, h2.w3ls-title { font-size: 2em; } .numscroller { font-size: 2em; } .stats-info p { font-size: 1em; } .agileits-services-row { padding: 0; } .contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="email"] { margin-right: 0; } .contact-right-w3l input[type="text"], .contact-right-w3l input[type="email"] { width: 100%; } .subscribe-grid button.btn1 { width: 93px; letter-spacing:0; font-size:0.9em; } .agileits-services-grids p { padding: 1em 4em; } .portfolio-grids { width: 50%; } .resp-tabs-list { padding: 0 0 2em; } .stats-info.agileits-w3layouts { margin: 3em 0 0; } } @media screen and (max-width: 414px){ .w3_agilits_inner_bottom { padding: 0 1em; } .baner-info h3 { font-size: 2.1em; letter-spacing: 0px; } .baner-info h4 { font-size: 0.9em; } .agileits-banner-grid { width: 80%; } .w3_agilits_inner_bottom { padding: 0 0.2em; } .navbar-default .navbar-nav > li > a { width: 43%; } #about h5 { line-height: 1.5; } div#contact p { width: 100%; } .resp-tab-item { margin: 0.2em 0.7em; } input[type="text"] { padding-left: 1em; } .testimonial-right h5 { font-size: 1.6em; } .w3layouts-list .li { width: 100%; float: none; text-align: left; padding-left: 2em; } .agileits-services-grids p { padding: 1em 3em; } .owl-carousel .owl-item img { visibility: visible; } .subscribe-grid input[type="email"] { padding: 1em 0 0 0.5em; } } @media screen and (max-width: 384px){ div#about { padding-top: 35em; } .agileits-banner-grid { width: 86%; } .navbar-default .navbar-nav > li > a { width: 47%; } .baner-info h4 { letter-spacing: 1px; } .baner-info h3 { font-size: 2em; } .baner-info p { font-size: 0.9em; } .banner-bottom-girds { top: -6%; } .agileits-services-grids p { padding: 1em 2em; } .subscribe-grid input[type="text"]{ padding: 0 1em 1em; } .subscribe-grid form { width: 90%; } .subscribe-grid input[type="email"] { padding: 0 0 1em 0; } .subscribe-grid button.btn1 { width: 100px; padding: 0.5em 0; } h2.w3ls-title { margin-top: 1em; } .w3_wthree-testi_grids { width: 100%; } } @media screen and (max-width: 375px){ .wthree_agile_login ul li { margin: 3px; } .numscroller { font-size: 1.6em; } span.letter { line-height: 1em; padding: 3px 11px; } } @media screen and (max-width: 320px){ .navbar-default .navbar-nav > li > a { width: 60%; } .banner-bottom-girds { top: -3%; } .wthree_agile_login { float: none; padding: 0 1em; text-align:center; } .w3_agilits_banner_bootm { padding: 1em 0; } .baner-info h3 { font-size: 1.7em; } .baner-info h4 { letter-spacing: 0px; font-size: 0.875em; } .banner-bottom-girds { top: -4%; } .stats-info p { font-size: 0.875em; } .agileits-services-grids p { padding: 1em; } .subscribe-grid form { width: 96%; } } /* -- //Responsive code -- */
0.291787
0.037468
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700"); @import url('https://fonts.googleapis.com/css2?family=Domine:wght@600&display=swap'); html, body { margin: 0; padding: 0; width: 100%; outline: none !important; background: #fffffff5; font-family: "Montserrat", sans-serif !important; } html::-webkit-scrollbar { display: none !important; } body { font-family: "Helvetica Neue", sans-serif; font-weight: lighter; } a { text-decoration: none !important; color: white !important; } a:hover { color: rgb(95, 95, 95) !important; } .header-of-homepage { width: 100%; height: 100vh; background: url(../IMG/Homepage_background4.jpg) no-repeat 50% 50%; background-size: cover; } .node-newtworks-logo-image { border-radius: 100%; } .overlay::after { width: 100%; height: 100%; content: ''; position: absolute; z-index: 10; background: rgba(0, 0, 0, 0.7) } .navbar-main { z-index: 22 !important; } .home-content { position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; color: white; z-index: 15; } .home-content>h1 { padding-bottom: 1.5rem; font-family: 'Domine', serif; letter-spacing: 0.2rem; font-size: 4rem; } .home-content>p { max-width: 50rem; background: linear-gradient(to top left, #2222229a 0%, #22222248 100%); padding: 1rem; border-radius: 999999px; } .logo { line-height: 60px; position: fixed; float: left; margin: 16px 46px; color: #fff; font-weight: bold; font-size: 20px; letter-spacing: 2px; } nav { position: fixed; width: 100%; line-height: 60px; } nav ul { line-height: 60px; list-style: none; background: rgba(0, 0, 0, 0); overflow: hidden; color: #fff; padding: 0; text-align: right; margin: 0; padding-right: 40px; transition: 1s; } nav ul { background: #496dd9; } nav ul li { display: inline-block; padding: 16px 40px; ; } nav ul li a { text-decoration: none; color: #fff; font-size: 16px; } .menu-icon { line-height: 60px; width: 100%; background: #000; text-align: right; box-sizing: border-box; padding: 15px 24px; cursor: pointer; color: #fff; display: none; } @media(max-width: 786px) { .logo { position: fixed; top: 0; margin-top: 16px; } nav ul { max-height: 0px; background: #000; } nav.black ul { background: #000; } .showing { max-height: 34em; } nav ul li { box-sizing: border-box; width: 100%; padding: 24px; text-align: center; } .menu-icon { display: block; } } /*---------------- PLANS CSS -----------------*/ .container { padding: 3rem 0; display: flex; justify-content: center; align-items: center; flex-direction: column; } .card { background-color: transparent !important; display: flex; justify-content: center; align-items: center; flex-direction: column; } .card-row { display: flex; justify-content: center; align-items: center; text-align: center; } .card-col>h1 { margin-top: 5rem; color: rgb(0, 0, 0); padding: 1rem 0; font-family: 'Domine', serif; letter-spacing: 0.1rem; } .card-col>h1>span { color: #e0b21a; } .card-col>p { color: rgb(0, 0, 0); padding: 1rem 0; } .middle-card { transform: scale(1.15); } .card-icon { color: #e0b21a; padding: 1rem; border-radius: 100%; background: linear-gradient(to top left, #505050 20%, #e4e4e4 100%); text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2); box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px; } .card-upperPart { background: linear-gradient(to top, #496dd9c9 50%, rgba(255, 255, 255, 0.589) 50%); width: 100%; height: 100%; padding: 2rem 0; display: flex; justify-content: center; align-items: center; flex-direction: column; } .card-body-text-content { /*border: 3px solid #6076b6 !important;*/ text-align: center; box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(180, 180, 180, 0.3) 0px 1px 3px -1px; color: rgba(0, 0, 0, 0.5); } .card-lower-part { background-color: transparent !important; } .card-lower-part-li { background-color: transparent !important; } .card-button-div { display: flex; justify-content: center; align-items: center; } .card-button { border-radius: 999999px !important; padding: 0.4rem 4rem !important; } .card-price { color: rgb(0, 0, 0); } .card-price-span { color: rgb(0, 0, 0); font-size: 1.5rem; }
src/style.css
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700"); @import url('https://fonts.googleapis.com/css2?family=Domine:wght@600&display=swap'); html, body { margin: 0; padding: 0; width: 100%; outline: none !important; background: #fffffff5; font-family: "Montserrat", sans-serif !important; } html::-webkit-scrollbar { display: none !important; } body { font-family: "Helvetica Neue", sans-serif; font-weight: lighter; } a { text-decoration: none !important; color: white !important; } a:hover { color: rgb(95, 95, 95) !important; } .header-of-homepage { width: 100%; height: 100vh; background: url(../IMG/Homepage_background4.jpg) no-repeat 50% 50%; background-size: cover; } .node-newtworks-logo-image { border-radius: 100%; } .overlay::after { width: 100%; height: 100%; content: ''; position: absolute; z-index: 10; background: rgba(0, 0, 0, 0.7) } .navbar-main { z-index: 22 !important; } .home-content { position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; color: white; z-index: 15; } .home-content>h1 { padding-bottom: 1.5rem; font-family: 'Domine', serif; letter-spacing: 0.2rem; font-size: 4rem; } .home-content>p { max-width: 50rem; background: linear-gradient(to top left, #2222229a 0%, #22222248 100%); padding: 1rem; border-radius: 999999px; } .logo { line-height: 60px; position: fixed; float: left; margin: 16px 46px; color: #fff; font-weight: bold; font-size: 20px; letter-spacing: 2px; } nav { position: fixed; width: 100%; line-height: 60px; } nav ul { line-height: 60px; list-style: none; background: rgba(0, 0, 0, 0); overflow: hidden; color: #fff; padding: 0; text-align: right; margin: 0; padding-right: 40px; transition: 1s; } nav ul { background: #496dd9; } nav ul li { display: inline-block; padding: 16px 40px; ; } nav ul li a { text-decoration: none; color: #fff; font-size: 16px; } .menu-icon { line-height: 60px; width: 100%; background: #000; text-align: right; box-sizing: border-box; padding: 15px 24px; cursor: pointer; color: #fff; display: none; } @media(max-width: 786px) { .logo { position: fixed; top: 0; margin-top: 16px; } nav ul { max-height: 0px; background: #000; } nav.black ul { background: #000; } .showing { max-height: 34em; } nav ul li { box-sizing: border-box; width: 100%; padding: 24px; text-align: center; } .menu-icon { display: block; } } /*---------------- PLANS CSS -----------------*/ .container { padding: 3rem 0; display: flex; justify-content: center; align-items: center; flex-direction: column; } .card { background-color: transparent !important; display: flex; justify-content: center; align-items: center; flex-direction: column; } .card-row { display: flex; justify-content: center; align-items: center; text-align: center; } .card-col>h1 { margin-top: 5rem; color: rgb(0, 0, 0); padding: 1rem 0; font-family: 'Domine', serif; letter-spacing: 0.1rem; } .card-col>h1>span { color: #e0b21a; } .card-col>p { color: rgb(0, 0, 0); padding: 1rem 0; } .middle-card { transform: scale(1.15); } .card-icon { color: #e0b21a; padding: 1rem; border-radius: 100%; background: linear-gradient(to top left, #505050 20%, #e4e4e4 100%); text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2); box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px; } .card-upperPart { background: linear-gradient(to top, #496dd9c9 50%, rgba(255, 255, 255, 0.589) 50%); width: 100%; height: 100%; padding: 2rem 0; display: flex; justify-content: center; align-items: center; flex-direction: column; } .card-body-text-content { /*border: 3px solid #6076b6 !important;*/ text-align: center; box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(180, 180, 180, 0.3) 0px 1px 3px -1px; color: rgba(0, 0, 0, 0.5); } .card-lower-part { background-color: transparent !important; } .card-lower-part-li { background-color: transparent !important; } .card-button-div { display: flex; justify-content: center; align-items: center; } .card-button { border-radius: 999999px !important; padding: 0.4rem 4rem !important; } .card-price { color: rgb(0, 0, 0); } .card-price-span { color: rgb(0, 0, 0); font-size: 1.5rem; }
0.46563
0.100304
.editorpane { -fx-background-color: rgb(200, 200, 200); } .editortext { -fx-font-size: 18; -fx-font-family: monospaced; } .tab-label { -fx-font-size: 18; -fx-font-family: Verdana; } .tab-pane > .tab-header-area > .headers-region > .tab { /* if outer border should be 10 radius */ -fx-background-radius: 10 10 0 0, 9 9 0 0, 8 8 0 0; } .tab-pane:focused > .tab-header-area > .headers-region > .tab:selected .focus-indicator { -fx-border-radius: 9 9 0 0, 8 8 0 0; } #header { -fx-font-size: 30; -fx-font-family: Verdana; -fx-font-weight: bold; -fx-text-fill: rgb(160, 160, 160); -fx-padding: 0 0 20 0; } .id { -fx-font-size: 18; -fx-font-family: Verdana; -fx-font-weight: bold; } .title { -fx-font-size: 18; -fx-font-family: Verdana; -fx-font-weight: bold; } .leadVoice { -fx-font-size: 18; -fx-font-family: Verdana; } .radio-button { -fx-font-size: 18; -fx-font-family: Verdana; } .chordButton { -fx-font-size: 18; -fx-font-family: Verdana; } .scopeChooser { -fx-font-size: 18; -fx-font-family: Verdana; } .tree-cell { -fx-font-size: 18; -fx-font-family: Verdana; -fx-padding: 10.0px; } .menu-item { -fx-font-size: 18; -fx-font-family: Verdana; -fx-padding: 10.0px; } .combo-box-base { -fx-font-size: 18; -fx-font-family: Verdana; } .combo-box-popup .list-cell { -fx-padding: 10.0px; } .label { -fx-font-size: 18; -fx-font-family: Verdana; } .text-field { -fx-background-radius: 30px; -fx-border-radius: 30px; -fx-font-size: 18; -fx-font-family: Verdana; } .text-area { -fx-font-size: 18; -fx-font-family: Verdana; } .list-view .list-cell { -fx-font-size: 18; -fx-font-family: Verdana; -fx-padding: 10.0px; } .button { -fx-background-radius: 30px; -fx-border-radius: 30px; -fx-font-size: 18; -fx-font-family: Verdana; } .menu-button { -fx-background-radius: 30px; -fx-border-radius: 30px; -fx-font-size: 18; -fx-font-family: Verdana; } .spinner { -fx-font-size: 18; -fx-font-family: Verdana; } .scriptureChapterNumber { -fx-font-size: 20; -fx-text-fill: rgb(160, 160, 160); -fx-font-family: Verdana; -fx-font-weight: bold; -fx-padding: 20 0 10 0; } .scriptureVerseNumber { -fx-font-size: 14; -fx-font-family: Verdana; -fx-font-weight: bold; } .scriptureContent { -fx-font-size: 18; -fx-font-family: Verdana; } #main { -fx-background-color: #CCCCCC; }
plugins/pluginCore/src/main/resources/default.css
.editorpane { -fx-background-color: rgb(200, 200, 200); } .editortext { -fx-font-size: 18; -fx-font-family: monospaced; } .tab-label { -fx-font-size: 18; -fx-font-family: Verdana; } .tab-pane > .tab-header-area > .headers-region > .tab { /* if outer border should be 10 radius */ -fx-background-radius: 10 10 0 0, 9 9 0 0, 8 8 0 0; } .tab-pane:focused > .tab-header-area > .headers-region > .tab:selected .focus-indicator { -fx-border-radius: 9 9 0 0, 8 8 0 0; } #header { -fx-font-size: 30; -fx-font-family: Verdana; -fx-font-weight: bold; -fx-text-fill: rgb(160, 160, 160); -fx-padding: 0 0 20 0; } .id { -fx-font-size: 18; -fx-font-family: Verdana; -fx-font-weight: bold; } .title { -fx-font-size: 18; -fx-font-family: Verdana; -fx-font-weight: bold; } .leadVoice { -fx-font-size: 18; -fx-font-family: Verdana; } .radio-button { -fx-font-size: 18; -fx-font-family: Verdana; } .chordButton { -fx-font-size: 18; -fx-font-family: Verdana; } .scopeChooser { -fx-font-size: 18; -fx-font-family: Verdana; } .tree-cell { -fx-font-size: 18; -fx-font-family: Verdana; -fx-padding: 10.0px; } .menu-item { -fx-font-size: 18; -fx-font-family: Verdana; -fx-padding: 10.0px; } .combo-box-base { -fx-font-size: 18; -fx-font-family: Verdana; } .combo-box-popup .list-cell { -fx-padding: 10.0px; } .label { -fx-font-size: 18; -fx-font-family: Verdana; } .text-field { -fx-background-radius: 30px; -fx-border-radius: 30px; -fx-font-size: 18; -fx-font-family: Verdana; } .text-area { -fx-font-size: 18; -fx-font-family: Verdana; } .list-view .list-cell { -fx-font-size: 18; -fx-font-family: Verdana; -fx-padding: 10.0px; } .button { -fx-background-radius: 30px; -fx-border-radius: 30px; -fx-font-size: 18; -fx-font-family: Verdana; } .menu-button { -fx-background-radius: 30px; -fx-border-radius: 30px; -fx-font-size: 18; -fx-font-family: Verdana; } .spinner { -fx-font-size: 18; -fx-font-family: Verdana; } .scriptureChapterNumber { -fx-font-size: 20; -fx-text-fill: rgb(160, 160, 160); -fx-font-family: Verdana; -fx-font-weight: bold; -fx-padding: 20 0 10 0; } .scriptureVerseNumber { -fx-font-size: 14; -fx-font-family: Verdana; -fx-font-weight: bold; } .scriptureContent { -fx-font-size: 18; -fx-font-family: Verdana; } #main { -fx-background-color: #CCCCCC; }
0.471467
0.129926
button, hr, input { overflow: visible; } audio, canvas, progress, video { display: inline-block; } progress, sub, sup { vertical-align: baseline; } html { line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section { display: block; } h1 { font-size: 2em; margin: .67em 0; } figure { margin: 1em 40px; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } a { background-color: transparent; -webkit-text-decoration-skip: objects; } abbr[title] { border-bottom: none; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } b, strong { font-weight: bolder; } dfn { font-style: italic; } mark { background-color: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; } sub { bottom: -.25em } sup { top: -.5em; } audio:not([controls]) { display: none; height: 0; } img { border-style: none; } svg:not(:root) { overflow: hidden; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button, select { text-transform: none; } [type=reset], [type=submit], button, html [type=button] { -webkit-appearance: button; } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0; } [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: ButtonText dotted 1px; } fieldset { padding: .35em .75em .625em; } legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal } textarea { overflow: auto; } [type=checkbox], [type=radio] { -webkit-box-sizing: border-box; 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-cancel-button, [type=search]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } summary { display: list-item; } [hidden], template { display: none; } body { margin: 0; width: 100vw; background: url(../bg.jpg) center center no-repeat fixed; -webkit-background-size: cover; background-size: cover; font-family: Oswald, sans-serif; overflow-x: hidden; } body .container { height: 100%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; color: #fff; } body .container h1 { position: absolute; top: 10%; font-family: 'Kaushan Script', cursive; font-size: 2.8em; } body .container h3 { margin-top: 250px; margin-bottom: 15px; min-width: 250px; text-align: center; } body .container .center-elements { background: rgba(255, 255, 255, .2); -webkit-border-radius: 2px; border-radius: 2px; text-align: center; color: #fff; clear: both; padding: 10px 50px; border: 1px solid #fff; margin-bottom: 20px; } body .container footer p:nth-child(1), body .container footer p:nth-child(2), body .container footer p:nth-child(3) { margin-bottom: 0; } body .container .center-elements h2 { width: 190px; letter-spacing: 2px; margin-bottom: 0; margin-left: -10px; font-size: 2.2em; } body .container .center-elements h2 span { float: right; } body .container .active { background: #fff; } body .container .btn-group .btn-secondary:not(:disabled):not(.disabled).active, body .container .btn-group .btn-secondary:not(:disabled):not(.disabled):active, body .container .btn-group .show>.btn-secondary.dropdown-toggle { background: #fff; color: #000; border: 1px solid #fff; } body .container .btn-group .btn.focus, body .container .btn-group .btn:focus { -webkit-box-shadow: none; box-shadow: none; } body .container .btn-group .btn-secondary { background: 0 0; border: 1px solid #fff; } body .container .btn-group .btn-secondary:hover { background: rgba(255, 255, 255, .2); } body .container .location-wrapper { height: 38px; margin-top: 100px; } body .container .location-wrapper p { line-height: 38px; margin-right: 15px; } body .container .location-wrapper .form-control { width: 150px; background: 0 0; color: #fff; outline: 0; } body .container .location-wrapper .form-control:focus { outline: 0; -webkit-box-shadow: none; box-shadow: none; border-color: #fff; } body .container footer { width: 215px; text-align: left; float: left; position: absolute; right: 0; bottom: 0; color: #999; font-weight: 100; letter-spacing: 1px; } body .container footer p:nth-child(1) a, body .container footer p:nth-child(2) a { color: #777; font-weight: 100; } body .container footer p { margin-left: 10px; } @media (max-width:580px) { body .container h1 { font-size: 1.9em; position: relative; clear: both; margin-top: 10%; margin-bottom: 15%; } body .container h3 { margin-top: 10px; } body .container .location-wrapper p { margin-top: -30px; } body .container .location-wrapper .form-control { margin-top: -30px; } body .container footer{ position: relative; margin-top: 15%; margin-bottom: 100px; } }
css/main.css
button, hr, input { overflow: visible; } audio, canvas, progress, video { display: inline-block; } progress, sub, sup { vertical-align: baseline; } html { line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section { display: block; } h1 { font-size: 2em; margin: .67em 0; } figure { margin: 1em 40px; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } a { background-color: transparent; -webkit-text-decoration-skip: objects; } abbr[title] { border-bottom: none; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } b, strong { font-weight: bolder; } dfn { font-style: italic; } mark { background-color: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; } sub { bottom: -.25em } sup { top: -.5em; } audio:not([controls]) { display: none; height: 0; } img { border-style: none; } svg:not(:root) { overflow: hidden; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0; } button, select { text-transform: none; } [type=reset], [type=submit], button, html [type=button] { -webkit-appearance: button; } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0; } [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: ButtonText dotted 1px; } fieldset { padding: .35em .75em .625em; } legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal } textarea { overflow: auto; } [type=checkbox], [type=radio] { -webkit-box-sizing: border-box; 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-cancel-button, [type=search]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } summary { display: list-item; } [hidden], template { display: none; } body { margin: 0; width: 100vw; background: url(../bg.jpg) center center no-repeat fixed; -webkit-background-size: cover; background-size: cover; font-family: Oswald, sans-serif; overflow-x: hidden; } body .container { height: 100%; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; color: #fff; } body .container h1 { position: absolute; top: 10%; font-family: 'Kaushan Script', cursive; font-size: 2.8em; } body .container h3 { margin-top: 250px; margin-bottom: 15px; min-width: 250px; text-align: center; } body .container .center-elements { background: rgba(255, 255, 255, .2); -webkit-border-radius: 2px; border-radius: 2px; text-align: center; color: #fff; clear: both; padding: 10px 50px; border: 1px solid #fff; margin-bottom: 20px; } body .container footer p:nth-child(1), body .container footer p:nth-child(2), body .container footer p:nth-child(3) { margin-bottom: 0; } body .container .center-elements h2 { width: 190px; letter-spacing: 2px; margin-bottom: 0; margin-left: -10px; font-size: 2.2em; } body .container .center-elements h2 span { float: right; } body .container .active { background: #fff; } body .container .btn-group .btn-secondary:not(:disabled):not(.disabled).active, body .container .btn-group .btn-secondary:not(:disabled):not(.disabled):active, body .container .btn-group .show>.btn-secondary.dropdown-toggle { background: #fff; color: #000; border: 1px solid #fff; } body .container .btn-group .btn.focus, body .container .btn-group .btn:focus { -webkit-box-shadow: none; box-shadow: none; } body .container .btn-group .btn-secondary { background: 0 0; border: 1px solid #fff; } body .container .btn-group .btn-secondary:hover { background: rgba(255, 255, 255, .2); } body .container .location-wrapper { height: 38px; margin-top: 100px; } body .container .location-wrapper p { line-height: 38px; margin-right: 15px; } body .container .location-wrapper .form-control { width: 150px; background: 0 0; color: #fff; outline: 0; } body .container .location-wrapper .form-control:focus { outline: 0; -webkit-box-shadow: none; box-shadow: none; border-color: #fff; } body .container footer { width: 215px; text-align: left; float: left; position: absolute; right: 0; bottom: 0; color: #999; font-weight: 100; letter-spacing: 1px; } body .container footer p:nth-child(1) a, body .container footer p:nth-child(2) a { color: #777; font-weight: 100; } body .container footer p { margin-left: 10px; } @media (max-width:580px) { body .container h1 { font-size: 1.9em; position: relative; clear: both; margin-top: 10%; margin-bottom: 15%; } body .container h3 { margin-top: 10px; } body .container .location-wrapper p { margin-top: -30px; } body .container .location-wrapper .form-control { margin-top: -30px; } body .container footer{ position: relative; margin-top: 15%; margin-bottom: 100px; } }
0.462716
0.076511
position: relative; } .carousel_destaques { position: relative; height: 170px; } .lista_dest { width: 20000em; position: absolute; list-style: none; margin: 0; padding: 0; } .item_dest { float: left; } #carousel_dest_left{ position: absolute; left: -18px; top: 67px; } #carousel_dest_right{ position: absolute; right: -18px; top: 67px; } .modulo-destaque-pagination{ position: absolute; right: 10px; top: 10px; } .modulo-destaque-pagination a{ margin: 0 5px; } #destaques_content{ position: absolute; height: 170px; width: 100%; overflow: hidden; } #destaques_list{ height: 170px; width: 984px; padding: 0 6px; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #destaques_list ul{ list-style: none; } #destaques_list ul li:last-child{ float: right !important; } .dest_bloco{ height: 120px; margin: 25px 0; float: left; width: 460px; position: relative; } /* .dest_bloco:hover > .dest_bloco_titulo a{ color: #00CCFF; } .dest_bloco:hover > .dest_bloco_titulo { border-bottom: 10px solid #00CCFF; margin: 0 0px 5px 15px; } */ .dest_bloco_thumb{ height: 120px; width: 160px; float: left; /* background: #fff; */ text-align: center; position: absolute; } .dest_bloco_thumb img { height: 120px; max-width: 160px; } .dest_bloco_titulo{ width: 280px; margin: 0 0px 10px 15px; padding-bottom: 3px; font-size: 135%; font-weight: bold; float: left; border-bottom: 5px solid #ccc; transition:.3s ease-out; position: absolute; right: 0; } .dest_bloco_titulo:hover{ border-bottom-width: 10px; border-bottom-style: solid; /* border-bottom-color: #00CCFF; */ margin: 0 0px 5px 15px; } .dest_bloco_titulo a{ color: #666666; } /* .dest_bloco_titulo a:hover{ color: #00CCFF; } */ .dest_bloco_resumo{ width: 280px; color: #333; font-size: 105%; margin: 0 0px 0px 15px; text-align: justify; float: left; position: absolute; right: 0; bottom: 0; font-family: Georgia; }
wordpress/wp-content/themes/ufpel-2016/modulos/02-moduloDestaque/estilo.css
position: relative; } .carousel_destaques { position: relative; height: 170px; } .lista_dest { width: 20000em; position: absolute; list-style: none; margin: 0; padding: 0; } .item_dest { float: left; } #carousel_dest_left{ position: absolute; left: -18px; top: 67px; } #carousel_dest_right{ position: absolute; right: -18px; top: 67px; } .modulo-destaque-pagination{ position: absolute; right: 10px; top: 10px; } .modulo-destaque-pagination a{ margin: 0 5px; } #destaques_content{ position: absolute; height: 170px; width: 100%; overflow: hidden; } #destaques_list{ height: 170px; width: 984px; padding: 0 6px; webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #destaques_list ul{ list-style: none; } #destaques_list ul li:last-child{ float: right !important; } .dest_bloco{ height: 120px; margin: 25px 0; float: left; width: 460px; position: relative; } /* .dest_bloco:hover > .dest_bloco_titulo a{ color: #00CCFF; } .dest_bloco:hover > .dest_bloco_titulo { border-bottom: 10px solid #00CCFF; margin: 0 0px 5px 15px; } */ .dest_bloco_thumb{ height: 120px; width: 160px; float: left; /* background: #fff; */ text-align: center; position: absolute; } .dest_bloco_thumb img { height: 120px; max-width: 160px; } .dest_bloco_titulo{ width: 280px; margin: 0 0px 10px 15px; padding-bottom: 3px; font-size: 135%; font-weight: bold; float: left; border-bottom: 5px solid #ccc; transition:.3s ease-out; position: absolute; right: 0; } .dest_bloco_titulo:hover{ border-bottom-width: 10px; border-bottom-style: solid; /* border-bottom-color: #00CCFF; */ margin: 0 0px 5px 15px; } .dest_bloco_titulo a{ color: #666666; } /* .dest_bloco_titulo a:hover{ color: #00CCFF; } */ .dest_bloco_resumo{ width: 280px; color: #333; font-size: 105%; margin: 0 0px 0px 15px; text-align: justify; float: left; position: absolute; right: 0; bottom: 0; font-family: Georgia; }
0.373304
0.074635
body, #settings { background-color: darkgray; font: 15px Arial, sans-serif; } tbody > tr > td:nth-child(1) { color: #d62d20; } tbody > tr > td:nth-child(2) { color: #0057e7; } tbody > tr > td:nth-child(3) { color: #008744; } #logo { vertical-align: middle; width: 100px; } #titleWrap { text-align: center; font-weight: bold; text-shadow: 1px 1px black; margin-bottom: 15px; } #title { vertical-align: middle; display: inline-block; font-size: 40px; } .titleWords { display: inline-block; } .titleWords.tab { color: #0057e7; } .titleWords.commander { color: #d62d20; } .titleWords.colon { color: #ffa700; } .titleWords.hidden, .titleWords.blocked { color: #0057e7; } .titleWords.tabs, .titleWords.url { color: #008744; } .btnContainer { text-align: center; } .btn, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.current, body > .dataTables_wrapper > .dataTables_paginate .paginate_button:not(.disabled) { text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important; color: rgba(255, 255, 255, 1) !important; display: inline-block; box-sizing: content-box; height: 32px; position: relative; cursor: pointer; top: 0; padding: 0 8px; font: normal normal 300 15px/32px Arial, sans-serif; font-weight: bold; text-align: center; text-overflow: clip; background-origin: padding-box; background-clip: border-box; background-size: auto auto; } .btn:hover, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.current:hover, body > .dataTables_wrapper > .dataTables_paginate .paginate_button:not(.disabled):hover { text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important; color: rgba(255, 255, 255, 1) !important; background-origin: padding-box; background-clip: border-box; background-size: auto auto; } .btn:active, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.current:active, body > .dataTables_wrapper > .dataTables_paginate .paginate_button:not(.disabled):active { top: 6px; background-origin: padding-box; background-clip: border-box; background-size: auto auto; transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75); } .btn.green, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.current:not(.disabled):nth-of-type(4n+4) { border: 1px solid hsla(150, 100%, 21%, 1); background: -webkit-linear-gradient(90deg, hsla(150, 100%, 26%, 1) 0, hsla(150, 100%, 31%, 1) 100%); box-shadow: 0 7px 0 0 hsla(150, 100%, 21%, 1), 0 8px 3px 0 rgba(0, 0, 0, 0.2); } .btn.green:hover, body > .dataTables_wrapper > .dataTables_paginate .paginate_button:not(.disabled):nth-of-type(4n+4):hover { border: 1px solid hsla(150, 100%, 26%, 1); background: linear-gradient(90deg, hsla(150, 100%, 31%, 1) 0, hsla(150, 100%, 36%, 1) 100%); box-shadow: 0 7px 0 0 hsla(150, 100%, 26%, 1), 0 8px 3px 0 rgba(0, 0, 0, 0.2); } .btn.red, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.current:not(.disabled):nth-of-type(4n+2) { border: 1px solid hsla(4, 74%, 42%, 1); background: linear-gradient(90deg, hsla(4, 74%, 48%, 1) 0, hsla(4, 74%, 53%, 1) 100%); box-shadow: 0 7px 0 0 hsla(4, 74%, 42%, 1), 0 8px 3px 0 rgba(0, 0, 0, 0.2); } .btn.red:hover, body > .dataTables_wrapper > .dataTables_paginate .paginate_button:not(.disabled):nth-of-type(4n+2):hover { border: 1px solid hsla(4, 74%, 47%, 1); background: linear-gradient(90deg, hsla(4, 74%, 53%, 1) 0, hsla(4, 74%, 58%, 1) 100%); box-shadow: 0 7px 0 0 hsla(4, 74%, 47%, 1), 0 8px 3px 0 rgba(0, 0, 0, 0.2); } .btn.blue, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.current:not(.disabled):nth-of-type(4n+1) { border: 1px solid hsla(217, 100%, 40%, 1); background: linear-gradient(90deg, hsla(217, 100%, 45%, 1) 0, hsla(217, 100%, 50%, 1) 100%); box-shadow: 0 7px 0 0 hsla(217, 100%, 40%, 1), 0 8px 3px 0 rgba(0, 0, 0, 0.2); } .btn.blue:hover, body > .dataTables_wrapper > .dataTables_paginate .paginate_button:not(.disabled):nth-of-type(4n+1):hover { border: 1px solid hsla(217, 100%, 45%, 1); background: linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0, hsla(217, 100%, 55%, 1) 100%); box-shadow: 0 7px 0 0 hsla(217, 100%, 45%, 1), 0 8px 3px 0 rgba(0, 0, 0, 0.2); } .btn.yellow, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.previous:not(.disabled), body > .dataTables_wrapper > .dataTables_paginate .paginate_button.next:not(.disabled), body > .dataTables_wrapper > .dataTables_paginate .paginate_button.current:not(.disabled):nth-of-type(4n+3) { border: 1px solid hsla(39, 100%, 45%, 1); background: linear-gradient(90deg, hsla(39, 100%, 50%, 1) 0, hsla(39, 100%, 55%, 1) 100%); box-shadow: 0 7px 0 0 hsla(39, 100%, 45%, 1), 0 8px 3px 0 rgba(0, 0, 0, 0.2); } .btn.yellow:hover, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.previous:not(.disabled):hover, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.next:not(.disabled):hover, body > .dataTables_wrapper > .dataTables_paginate .paginate_button:not(.disabled):nth-of-type(4n+3):hover { border: 1px solid hsla(39, 100%, 47%, 1); background: linear-gradient(90deg, hsla(39, 100%, 55%, 1) 0, hsla(39, 100%, 60%, 1) 100%); box-shadow: 0 7px 0 0 hsla(39, 100%, 47%, 1), 0 8px 3px 0 rgba(0, 0, 0, 0.2); } .btn.green:active, .btn.red:active, .btn.blue:active, .btn.yellow:active, body > .dataTables_wrapper > .dataTables_paginate .paginate_button:not(.disabled):active { box-shadow: 0 -1px 1px 0 rgba(255, 255, 255, 0) inset !important; } #popupButtons .btn:not(:last-child) { margin-bottom: 15px; } #popupButtons .btn:last-child { margin-bottom: 7px; } .dataTables_wrapper { margin-top: 22px; } .dataTables_length, .dataTables_filter > label, .dataTables_wrapper > div.dataTables_info, thead > tr, #settings, .message { text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important; font-weight: bold; color: white !important; } #settings { display: none; padding: 30px; border-radius: 21px; text-align: center; } #closeSettings { margin-top: 19px; } #removeTabs { margin-bottom: 30px; } #removeTabsLabel { display: inline-block; padding-left: 5px; } .dataTables_wrapper * { font: 15px Arial, sans-serif; font-weight: bold; } .checkbox { width: 21px; height: 21px; display: inline-block; background: #fcfff4; background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.5); position: relative; } .checkbox label { cursor: pointer; position: absolute; width: 15px; height: 15px; left: 3px; top: 3px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 1); background: -webkit-linear-gradient(top, #222 0%, #45484d 100%); } .checkbox label:after { filter: alpha(opacity=0); opacity: 0; content: ''; position: absolute; width: 13px; height: 13px; top: 1px; left: 1px; background: #00bf00; background: -webkit-linear-gradient(top, hsla(4, 74%, 48%, 1) 0%, hsla(4, 74%, 53%, 1) 100%); box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.5); } .checkbox label:hover::after { filter: alpha(opacity=30); opacity: 0.3; } .checkbox input[type=checkbox]:checked + label:after { filter: alpha(opacity=100); opacity: 1; } @-webkit-keyframes rainbow { 0% { border-color: hsl(0, 100%, 50%); } 100% { border-color: hsl(255, 100%, 50%); } } .rainbow_border { border: 4px solid hsl(0, 100%, 50%); -webkit-animation: rainbow 5s infinite alternate; } .message { text-align: center; } .message * { display: inline-block; padding-right: 5px; } .unblock { text-decoration: underline; color: #ffa700; cursor: pointer; } .unblock:hover { color: #d62d20; }
src/css/tabCommander.css
body, #settings { background-color: darkgray; font: 15px Arial, sans-serif; } tbody > tr > td:nth-child(1) { color: #d62d20; } tbody > tr > td:nth-child(2) { color: #0057e7; } tbody > tr > td:nth-child(3) { color: #008744; } #logo { vertical-align: middle; width: 100px; } #titleWrap { text-align: center; font-weight: bold; text-shadow: 1px 1px black; margin-bottom: 15px; } #title { vertical-align: middle; display: inline-block; font-size: 40px; } .titleWords { display: inline-block; } .titleWords.tab { color: #0057e7; } .titleWords.commander { color: #d62d20; } .titleWords.colon { color: #ffa700; } .titleWords.hidden, .titleWords.blocked { color: #0057e7; } .titleWords.tabs, .titleWords.url { color: #008744; } .btnContainer { text-align: center; } .btn, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.current, body > .dataTables_wrapper > .dataTables_paginate .paginate_button:not(.disabled) { text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important; color: rgba(255, 255, 255, 1) !important; display: inline-block; box-sizing: content-box; height: 32px; position: relative; cursor: pointer; top: 0; padding: 0 8px; font: normal normal 300 15px/32px Arial, sans-serif; font-weight: bold; text-align: center; text-overflow: clip; background-origin: padding-box; background-clip: border-box; background-size: auto auto; } .btn:hover, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.current:hover, body > .dataTables_wrapper > .dataTables_paginate .paginate_button:not(.disabled):hover { text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important; color: rgba(255, 255, 255, 1) !important; background-origin: padding-box; background-clip: border-box; background-size: auto auto; } .btn:active, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.current:active, body > .dataTables_wrapper > .dataTables_paginate .paginate_button:not(.disabled):active { top: 6px; background-origin: padding-box; background-clip: border-box; background-size: auto auto; transition: all 50ms cubic-bezier(0.25, 0.25, 0.75, 0.75); } .btn.green, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.current:not(.disabled):nth-of-type(4n+4) { border: 1px solid hsla(150, 100%, 21%, 1); background: -webkit-linear-gradient(90deg, hsla(150, 100%, 26%, 1) 0, hsla(150, 100%, 31%, 1) 100%); box-shadow: 0 7px 0 0 hsla(150, 100%, 21%, 1), 0 8px 3px 0 rgba(0, 0, 0, 0.2); } .btn.green:hover, body > .dataTables_wrapper > .dataTables_paginate .paginate_button:not(.disabled):nth-of-type(4n+4):hover { border: 1px solid hsla(150, 100%, 26%, 1); background: linear-gradient(90deg, hsla(150, 100%, 31%, 1) 0, hsla(150, 100%, 36%, 1) 100%); box-shadow: 0 7px 0 0 hsla(150, 100%, 26%, 1), 0 8px 3px 0 rgba(0, 0, 0, 0.2); } .btn.red, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.current:not(.disabled):nth-of-type(4n+2) { border: 1px solid hsla(4, 74%, 42%, 1); background: linear-gradient(90deg, hsla(4, 74%, 48%, 1) 0, hsla(4, 74%, 53%, 1) 100%); box-shadow: 0 7px 0 0 hsla(4, 74%, 42%, 1), 0 8px 3px 0 rgba(0, 0, 0, 0.2); } .btn.red:hover, body > .dataTables_wrapper > .dataTables_paginate .paginate_button:not(.disabled):nth-of-type(4n+2):hover { border: 1px solid hsla(4, 74%, 47%, 1); background: linear-gradient(90deg, hsla(4, 74%, 53%, 1) 0, hsla(4, 74%, 58%, 1) 100%); box-shadow: 0 7px 0 0 hsla(4, 74%, 47%, 1), 0 8px 3px 0 rgba(0, 0, 0, 0.2); } .btn.blue, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.current:not(.disabled):nth-of-type(4n+1) { border: 1px solid hsla(217, 100%, 40%, 1); background: linear-gradient(90deg, hsla(217, 100%, 45%, 1) 0, hsla(217, 100%, 50%, 1) 100%); box-shadow: 0 7px 0 0 hsla(217, 100%, 40%, 1), 0 8px 3px 0 rgba(0, 0, 0, 0.2); } .btn.blue:hover, body > .dataTables_wrapper > .dataTables_paginate .paginate_button:not(.disabled):nth-of-type(4n+1):hover { border: 1px solid hsla(217, 100%, 45%, 1); background: linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0, hsla(217, 100%, 55%, 1) 100%); box-shadow: 0 7px 0 0 hsla(217, 100%, 45%, 1), 0 8px 3px 0 rgba(0, 0, 0, 0.2); } .btn.yellow, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.previous:not(.disabled), body > .dataTables_wrapper > .dataTables_paginate .paginate_button.next:not(.disabled), body > .dataTables_wrapper > .dataTables_paginate .paginate_button.current:not(.disabled):nth-of-type(4n+3) { border: 1px solid hsla(39, 100%, 45%, 1); background: linear-gradient(90deg, hsla(39, 100%, 50%, 1) 0, hsla(39, 100%, 55%, 1) 100%); box-shadow: 0 7px 0 0 hsla(39, 100%, 45%, 1), 0 8px 3px 0 rgba(0, 0, 0, 0.2); } .btn.yellow:hover, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.previous:not(.disabled):hover, body > .dataTables_wrapper > .dataTables_paginate .paginate_button.next:not(.disabled):hover, body > .dataTables_wrapper > .dataTables_paginate .paginate_button:not(.disabled):nth-of-type(4n+3):hover { border: 1px solid hsla(39, 100%, 47%, 1); background: linear-gradient(90deg, hsla(39, 100%, 55%, 1) 0, hsla(39, 100%, 60%, 1) 100%); box-shadow: 0 7px 0 0 hsla(39, 100%, 47%, 1), 0 8px 3px 0 rgba(0, 0, 0, 0.2); } .btn.green:active, .btn.red:active, .btn.blue:active, .btn.yellow:active, body > .dataTables_wrapper > .dataTables_paginate .paginate_button:not(.disabled):active { box-shadow: 0 -1px 1px 0 rgba(255, 255, 255, 0) inset !important; } #popupButtons .btn:not(:last-child) { margin-bottom: 15px; } #popupButtons .btn:last-child { margin-bottom: 7px; } .dataTables_wrapper { margin-top: 22px; } .dataTables_length, .dataTables_filter > label, .dataTables_wrapper > div.dataTables_info, thead > tr, #settings, .message { text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important; font-weight: bold; color: white !important; } #settings { display: none; padding: 30px; border-radius: 21px; text-align: center; } #closeSettings { margin-top: 19px; } #removeTabs { margin-bottom: 30px; } #removeTabsLabel { display: inline-block; padding-left: 5px; } .dataTables_wrapper * { font: 15px Arial, sans-serif; font-weight: bold; } .checkbox { width: 21px; height: 21px; display: inline-block; background: #fcfff4; background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.5); position: relative; } .checkbox label { cursor: pointer; position: absolute; width: 15px; height: 15px; left: 3px; top: 3px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 1); background: -webkit-linear-gradient(top, #222 0%, #45484d 100%); } .checkbox label:after { filter: alpha(opacity=0); opacity: 0; content: ''; position: absolute; width: 13px; height: 13px; top: 1px; left: 1px; background: #00bf00; background: -webkit-linear-gradient(top, hsla(4, 74%, 48%, 1) 0%, hsla(4, 74%, 53%, 1) 100%); box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.5); } .checkbox label:hover::after { filter: alpha(opacity=30); opacity: 0.3; } .checkbox input[type=checkbox]:checked + label:after { filter: alpha(opacity=100); opacity: 1; } @-webkit-keyframes rainbow { 0% { border-color: hsl(0, 100%, 50%); } 100% { border-color: hsl(255, 100%, 50%); } } .rainbow_border { border: 4px solid hsl(0, 100%, 50%); -webkit-animation: rainbow 5s infinite alternate; } .message { text-align: center; } .message * { display: inline-block; padding-right: 5px; } .unblock { text-decoration: underline; color: #ffa700; cursor: pointer; } .unblock:hover { color: #d62d20; }
0.38168
0.141875
.text-s{ color: white; } .text-s:hover{ text-decoration:none; color: black; } #main{ padding-bottom: 15px; } .comment-line{ margin-right: 1px; } .logo{ max-height: 50px; max-width: 50px; } .lp-alert{ margin-left: 40px; padding: 20px; } .coba-alert{ display: none; } .c-textarea{ resize: none; } .c-textarea2{ resize: none; } .comment-r{ display: none; } .label-am { float: left; position: relative; } .rp-comment a{ text-decoration:none; font-weight: bold; font-size: 13px; cursor: pointer; } .rp-comment{ padding-bottom: 10px; } .user-com{ display: inline-block; float: left; } .comment-isi{ text-decoration:none; } .f-img{ height: 52px; width: 52px; border-radius: 50%; } .t-log{ text-align: center; } .title-s{ padding: 50px; } .form-log{ margin-left: 33%; } .form-prof{ margin-left: 0%; } .pic-prof{ margin-left: 20%; } .d-pict{ max-width:200px; max-height: 300px; } .font-log{ padding-left: 30px; padding-right: 30px; padding-top: 10px; padding-bottom: 10px; } .font-log2{ padding-left: 30px; padding-right: 30px; padding-top: 40px; padding-bottom: 60px; } .form-log-u{ padding-top: 30px; padding-bottom: 30px; } .preview-img{ max-width:200px; max-height:200px; overflow: hidden; } .featured-img{ height: 400px; } .par{ word-wrap: normal; } .featured-con{ overflow: hidden; height: 400px; width: 780px; position:relative; } .featured-con img{ position: absolute; top:-30%; left:0; right: 0; bottom:-70%; } .f-f-pad{ padding-top: 30px; padding-bottom: 30px; } .f-head h4{ padding-left: 10px; } .f-head-bord{ border-bottom:solid; border-width: 2px; } .f-head h5{ padding-left: 10px; } .f-head{ padding-top: 10px; padding-bottom: 20px; } #top-bar{ padding: 5px; } .footer-row{ padding:10px; border-top: 1px solid #bcbcbc; } .footer-column{ } .footer-column h3{ border-bottom: thick; border-size:2px; text-decoration:underline; } .footer-row ul{ list-style: none; padding-left: 15px; margin: 0px; font-weight: bold; } .footer-row a:hover{ text-decoration: none; cursor: pointer; } .user-post{ margin-left: 50px; margin-right: 50px; border-color: red; } .mhc{ text-align: center; display: none; } .text-page{ padding-left: 120px; padding-right: 120px; } .text-page p{ padding-top:40px; padding-bottom:120px; } .text-page h3{ padding-top: 120px; } .pb{ border-bottom: groove; border-bottom-width: 2px; } .bord2{ background-color: #dcdfe5; } .ini-tag{ margin-left: 29px; margin-bottom: 10px; text-align: center; display: inline-block; } .tag-wid{ margin-left: 24px; margin-bottom: 10px; text-align: center; display: inline-block; } .bord{ border-bottom:solid; border-width:2px; border-color:black; } .ini-tag-judul{ padding-left: 30px; padding-right: 30px; padding-top:10px; padding-bottom: 10px; font-size: 14px; font-weight: 100; color: #ededed; } .as{ padding-top: 50px; } .h{ background-color: white; } .hw{ background-color: white; } .post-list-img{ display:flex; align-items:initial; float: left; margin-left: 29px; } .number{ float: left; padding-right: 15px; } .top-d{ margin: 20px; } .post-list-title{ line-height: 120%; margin-bottom: 0px; margin-top: 0px; padding-left: 300px; } .post-list-title h6{ padding-bottom: 100px; } .post-list-title2{ line-height: 120%; margin-bottom: 0px; margin-top: 0px; } .pop-list-title{ padding-top: 20px; padding-bottom: 15px; line-height: 20%; } .post-list-title2 h6{ padding-bottom: 1px; } .top-news-title{ } .top-news-title-bg{ background: white; white-space: normal; opacity: 0; position: absolute; transition: .2s ease; width: inherit; text-align:center; bottom: 0px; right:0px; } .top-news-title h5{ line-height: 120%; margin-bottom: 0px; margin-top: 0px; color: black; text-decoration:none; } .top-news-img{ display: flex; align-items: center; justify-content: center; filter: grayscale(80%); transition: .2s ease; } .top-news-img:hover{ filter: none; position: relative; } .top-news-img:hover .top-news-title-bg{ display: absolute; opacity: 1; text-decoration:none; } .top-news-title a:hover{ text-decoration:none; } .top-news-title h5:hover{ color: #4286f4; } .log-req{ display: none; align-items: center; } .log-btn{ display: flex; align-items: center; font-size: 30px; } .logo-menu{ display: initial; align-items: stretch; } #menu ul{ padding: 0px; } .menu{ height: inherit; display: flex; justify-content: flex-start; flex-direction: column; align-items: stretch; list-style-type: none; } .menu .more{ width: initial; padding-left: 10px; padding-right: 10px; } .menu > li { width: 100%; display: flex; align-items: center; justify-content : center; position: relative; } .menu > li:hover { background-color: #1b1d4c; color: white; } .menu > li .glyphicon{ width: initial; } .menu > li a{ width: 100%; text-align: center; text-decoration: none; } .menu > li:hover a{ color: white; } .menu > li a:visited{ text-decoration: none; } .menu > li a:hover{ color: white; text-decoration: none; } .menu > li a:active{ text-decoration: none; } #menu{ height: 100%; width: 100%; } #top-expand{ color: #696969; background-color: #1b1d4c; } #top-expand a{ color: white; text-decoration: none; } #top-expand a:hover{ color: white; text-decoration: none; } #body{ margin: 0; } .top-news { display: flex; flex-wrap: wrap; list-style-type: none; justify-content: center; } .top-news .top-content{ margin: 5px; padding: 5px; width: 100%; overflow: hidden; } .dropdown_list{ display: none; min-width: 100%; position: absolute; list-style-type: none; } .dropdown_list > li{ text-align: center; } .menu_utama{ text-align: center; text-overflow: ellipsis; overflow: hidden; } @media only screen and (min-width: 10cm) { .menu > li { display: flex; align-items: center; } } @media only screen and (min-width: 16cm) { .top-news .top-content{ width: 45%; } .menu > li { width: 30%; display: flex; align-items: center; } .menu{ height: inherit; display: flex; justify-content: flex-end; flex-direction: row; align-items: stretch; list-style-type: none; } .menu > li:hover .dropdown_list{ background: #1b1d4c; position: absolute; top: 100%; display: block; z-index: 100; } .logo-menu{ align-items: stretch; } #top-bar{ margin-left: 10%; width: 90% } .log-req{ display: block; align-items: center; } .log-btn{ display: none; align-items: center; } .med-9 { width: 75%; } .med-3 { width: 25%; } .med-7 { width: 58.333%; } .med-5 { width: 41.667%; } } @media only screen and (max-width:20cm){ .post-list-img{ display: none; width: auto; height: auto; } .post-list-title{ padding-left:1%; } } @media only screen and (max-width: 768px){ .thor{ float: left; } .form-log{ margin-left: 20%; margin-right: 20%; } .font-log{ padding-bottom: 33px; } .c-textarea{ width: 400px; } .c-textarea2{ width: 298px; margin-left: 50px; } .c-submit{ padding-left: 68px; } .c-submit2{ padding-left: 49px; } .rp-comment{ padding-left: 69px; } .c-reply{ padding-left:1px; } } @media only screen and (max-width: 420px){ body{ margin: 0; } .c-reply{ padding-left:1px; } .c-textarea{ width: 170px; } .rp-comment{ padding-left: 69px; } .c-textarea2{ width: 120px; } .c-submit{ padding-left: 68px; } .c-submit2{ padding-left: 58px; } .font-log{ padding-bottom: 33px; } .form-log{ margin-left: 2%; margin-right: 2%; } .thor{ float: left; } .ini-tag{ margin-left: 0px; } .text-page{ padding-left: 20px; padding-right: 20px; } .text-page p{ padding-top:40px; padding-bottom:120px; } .text-page h3{ padding-top: 120px; } .th{ text-align: center; } .post-list-image{ display: none; } .h{ left:0px; } .user-post{ margin-top: 0px; margin-left: 10px; margin-right: 10px; } .post-list-title h6{ padding-bottom: 20px; } .as{ padding-top: 10px; } } @media only screen and (max-width: 320px) { .c-textarea{ width: 138px; } .c-textarea2{ width: 82px; } } @media only screen and (min-width: 20cm) { .top-news .top-content{ width: 30%; } h4{ font-size: 16px; } .menu > li { width: 15%; display: flex; align-items: center; } .menu{ height: inherit; display: flex; justify-content: flex-end; flex-direction: row; align-items: stretch; list-style-type: none; } .logo-menu{ display: flex; align-items: stretch; } #top-bar{ margin-left: 41.667%; width: 58.3333% } }
asset/css/user-style.css
.text-s{ color: white; } .text-s:hover{ text-decoration:none; color: black; } #main{ padding-bottom: 15px; } .comment-line{ margin-right: 1px; } .logo{ max-height: 50px; max-width: 50px; } .lp-alert{ margin-left: 40px; padding: 20px; } .coba-alert{ display: none; } .c-textarea{ resize: none; } .c-textarea2{ resize: none; } .comment-r{ display: none; } .label-am { float: left; position: relative; } .rp-comment a{ text-decoration:none; font-weight: bold; font-size: 13px; cursor: pointer; } .rp-comment{ padding-bottom: 10px; } .user-com{ display: inline-block; float: left; } .comment-isi{ text-decoration:none; } .f-img{ height: 52px; width: 52px; border-radius: 50%; } .t-log{ text-align: center; } .title-s{ padding: 50px; } .form-log{ margin-left: 33%; } .form-prof{ margin-left: 0%; } .pic-prof{ margin-left: 20%; } .d-pict{ max-width:200px; max-height: 300px; } .font-log{ padding-left: 30px; padding-right: 30px; padding-top: 10px; padding-bottom: 10px; } .font-log2{ padding-left: 30px; padding-right: 30px; padding-top: 40px; padding-bottom: 60px; } .form-log-u{ padding-top: 30px; padding-bottom: 30px; } .preview-img{ max-width:200px; max-height:200px; overflow: hidden; } .featured-img{ height: 400px; } .par{ word-wrap: normal; } .featured-con{ overflow: hidden; height: 400px; width: 780px; position:relative; } .featured-con img{ position: absolute; top:-30%; left:0; right: 0; bottom:-70%; } .f-f-pad{ padding-top: 30px; padding-bottom: 30px; } .f-head h4{ padding-left: 10px; } .f-head-bord{ border-bottom:solid; border-width: 2px; } .f-head h5{ padding-left: 10px; } .f-head{ padding-top: 10px; padding-bottom: 20px; } #top-bar{ padding: 5px; } .footer-row{ padding:10px; border-top: 1px solid #bcbcbc; } .footer-column{ } .footer-column h3{ border-bottom: thick; border-size:2px; text-decoration:underline; } .footer-row ul{ list-style: none; padding-left: 15px; margin: 0px; font-weight: bold; } .footer-row a:hover{ text-decoration: none; cursor: pointer; } .user-post{ margin-left: 50px; margin-right: 50px; border-color: red; } .mhc{ text-align: center; display: none; } .text-page{ padding-left: 120px; padding-right: 120px; } .text-page p{ padding-top:40px; padding-bottom:120px; } .text-page h3{ padding-top: 120px; } .pb{ border-bottom: groove; border-bottom-width: 2px; } .bord2{ background-color: #dcdfe5; } .ini-tag{ margin-left: 29px; margin-bottom: 10px; text-align: center; display: inline-block; } .tag-wid{ margin-left: 24px; margin-bottom: 10px; text-align: center; display: inline-block; } .bord{ border-bottom:solid; border-width:2px; border-color:black; } .ini-tag-judul{ padding-left: 30px; padding-right: 30px; padding-top:10px; padding-bottom: 10px; font-size: 14px; font-weight: 100; color: #ededed; } .as{ padding-top: 50px; } .h{ background-color: white; } .hw{ background-color: white; } .post-list-img{ display:flex; align-items:initial; float: left; margin-left: 29px; } .number{ float: left; padding-right: 15px; } .top-d{ margin: 20px; } .post-list-title{ line-height: 120%; margin-bottom: 0px; margin-top: 0px; padding-left: 300px; } .post-list-title h6{ padding-bottom: 100px; } .post-list-title2{ line-height: 120%; margin-bottom: 0px; margin-top: 0px; } .pop-list-title{ padding-top: 20px; padding-bottom: 15px; line-height: 20%; } .post-list-title2 h6{ padding-bottom: 1px; } .top-news-title{ } .top-news-title-bg{ background: white; white-space: normal; opacity: 0; position: absolute; transition: .2s ease; width: inherit; text-align:center; bottom: 0px; right:0px; } .top-news-title h5{ line-height: 120%; margin-bottom: 0px; margin-top: 0px; color: black; text-decoration:none; } .top-news-img{ display: flex; align-items: center; justify-content: center; filter: grayscale(80%); transition: .2s ease; } .top-news-img:hover{ filter: none; position: relative; } .top-news-img:hover .top-news-title-bg{ display: absolute; opacity: 1; text-decoration:none; } .top-news-title a:hover{ text-decoration:none; } .top-news-title h5:hover{ color: #4286f4; } .log-req{ display: none; align-items: center; } .log-btn{ display: flex; align-items: center; font-size: 30px; } .logo-menu{ display: initial; align-items: stretch; } #menu ul{ padding: 0px; } .menu{ height: inherit; display: flex; justify-content: flex-start; flex-direction: column; align-items: stretch; list-style-type: none; } .menu .more{ width: initial; padding-left: 10px; padding-right: 10px; } .menu > li { width: 100%; display: flex; align-items: center; justify-content : center; position: relative; } .menu > li:hover { background-color: #1b1d4c; color: white; } .menu > li .glyphicon{ width: initial; } .menu > li a{ width: 100%; text-align: center; text-decoration: none; } .menu > li:hover a{ color: white; } .menu > li a:visited{ text-decoration: none; } .menu > li a:hover{ color: white; text-decoration: none; } .menu > li a:active{ text-decoration: none; } #menu{ height: 100%; width: 100%; } #top-expand{ color: #696969; background-color: #1b1d4c; } #top-expand a{ color: white; text-decoration: none; } #top-expand a:hover{ color: white; text-decoration: none; } #body{ margin: 0; } .top-news { display: flex; flex-wrap: wrap; list-style-type: none; justify-content: center; } .top-news .top-content{ margin: 5px; padding: 5px; width: 100%; overflow: hidden; } .dropdown_list{ display: none; min-width: 100%; position: absolute; list-style-type: none; } .dropdown_list > li{ text-align: center; } .menu_utama{ text-align: center; text-overflow: ellipsis; overflow: hidden; } @media only screen and (min-width: 10cm) { .menu > li { display: flex; align-items: center; } } @media only screen and (min-width: 16cm) { .top-news .top-content{ width: 45%; } .menu > li { width: 30%; display: flex; align-items: center; } .menu{ height: inherit; display: flex; justify-content: flex-end; flex-direction: row; align-items: stretch; list-style-type: none; } .menu > li:hover .dropdown_list{ background: #1b1d4c; position: absolute; top: 100%; display: block; z-index: 100; } .logo-menu{ align-items: stretch; } #top-bar{ margin-left: 10%; width: 90% } .log-req{ display: block; align-items: center; } .log-btn{ display: none; align-items: center; } .med-9 { width: 75%; } .med-3 { width: 25%; } .med-7 { width: 58.333%; } .med-5 { width: 41.667%; } } @media only screen and (max-width:20cm){ .post-list-img{ display: none; width: auto; height: auto; } .post-list-title{ padding-left:1%; } } @media only screen and (max-width: 768px){ .thor{ float: left; } .form-log{ margin-left: 20%; margin-right: 20%; } .font-log{ padding-bottom: 33px; } .c-textarea{ width: 400px; } .c-textarea2{ width: 298px; margin-left: 50px; } .c-submit{ padding-left: 68px; } .c-submit2{ padding-left: 49px; } .rp-comment{ padding-left: 69px; } .c-reply{ padding-left:1px; } } @media only screen and (max-width: 420px){ body{ margin: 0; } .c-reply{ padding-left:1px; } .c-textarea{ width: 170px; } .rp-comment{ padding-left: 69px; } .c-textarea2{ width: 120px; } .c-submit{ padding-left: 68px; } .c-submit2{ padding-left: 58px; } .font-log{ padding-bottom: 33px; } .form-log{ margin-left: 2%; margin-right: 2%; } .thor{ float: left; } .ini-tag{ margin-left: 0px; } .text-page{ padding-left: 20px; padding-right: 20px; } .text-page p{ padding-top:40px; padding-bottom:120px; } .text-page h3{ padding-top: 120px; } .th{ text-align: center; } .post-list-image{ display: none; } .h{ left:0px; } .user-post{ margin-top: 0px; margin-left: 10px; margin-right: 10px; } .post-list-title h6{ padding-bottom: 20px; } .as{ padding-top: 10px; } } @media only screen and (max-width: 320px) { .c-textarea{ width: 138px; } .c-textarea2{ width: 82px; } } @media only screen and (min-width: 20cm) { .top-news .top-content{ width: 30%; } h4{ font-size: 16px; } .menu > li { width: 15%; display: flex; align-items: center; } .menu{ height: inherit; display: flex; justify-content: flex-end; flex-direction: row; align-items: stretch; list-style-type: none; } .logo-menu{ display: flex; align-items: stretch; } #top-bar{ margin-left: 41.667%; width: 58.3333% } }
0.337968
0.067855
/* ===================================================================================== 通用弹层对话框样式 ===================================================================================== */ .dlayer-layer { position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 999999; background-color: rgba(0, 0, 0, .2); } .dlayer-layer > .wapper { position: absolute; left: 0; top: 0; width: 400px; height: 300px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } /* 标题和控制按钮栏 */ .dlayer-layer > .wapper > .title { position: relative; height: 39px; text-align: left; -moz-border-radius: 2px 2px 0 0; -webkit-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; background: -moz-linear-gradient(center top, #ffffff 0%, #f0f0f0 100%); background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); background: -webkit-linear-gradient(center top, #ffffff 0%, #f0f0f0 100%); background: -o-linear-gradient(center top, #ffffff 0%, #f0f0f0 100%); background: linear-gradient(center top, #ffffff 0%, #f0f0f0 100%); border-bottom: 1px solid #c7c7c7; box-shadow: 0 1px 0 #fff; cursor: move; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; } .dlayer-layer > .wapper > .title > h1 { width: auto; height: 100%; margin-right: 70px; padding: 0 10px; line-height: 40px; text-align: left; color: #666; font-size: 14px; font-family: 'Microsoft YaHei'; font-weight: 500; cursor: move; overflow: hidden; text-overflow: ellipsis; } .dlayer-layer > .wapper > .title > p { position: absolute; top: 0; right: 0; width: 70px; height: 100%; } .dlayer-layer > .wapper > .title > p > a { float: right; display: block; width: 20px; height: 20px; margin-top: 9px; margin-right: 10px; background-position: center center; background-repeat: no-repeat; cursor: pointer; } .dlayer-layer > .wapper > .title > p > a.minSize { background-image: url(/assets/images/dialog/icon_min_01.png); } .dlayer-layer > .wapper > .title > p > a.minSize:hover { background-image: url(/assets/images/dialog/icon_min_02.png); } .dlayer-layer > .wapper > .title > p > a.maxSize { background-image: url(/assets/images/dialog/icon_max_01.png); } .dlayer-layer > .wapper > .title > p > a.maxSize:hover { background-image: url(/assets/images/dialog/icon_max_02.png); } .dlayer-layer > .wapper > .title > p > a.close { background-image: url(/assets/images/dialog/icon_close_01.png); } .dlayer-layer > .wapper > .title > p > a.close:hover { background-image: url(/assets/images/dialog/icon_close_02.png); } /* 对话内容显示栏 */ .dlayer-layer > .wapper > .content { padding: 8px; height: auto; } .dlayer-layer > .wapper > .content > p { float: left; width: 48px; height: 100%; background-position: center center; background-repeat: no-repeat; } .dlayer-layer > .wapper > .content > p.alert { background-image: url(/assets/images/dialog/icon_warning.png); } .dlayer-layer > .wapper > .content > p.confirm { background-image: url(/assets/images/dialog/icon_confirm.png); } .dlayer-layer > .wapper > .content > p.error { background-image: url(/assets/images/dialog/icon_error.png); } .dlayer-layer > .wapper > .content > p.right { background-image: url(/assets/images/dialog/icon_right.png); } .dlayer-layer > .wapper > .content > div { margin-left: 48px; display: table; height: 100%; } .dlayer-layer > .wapper > .content > div > div { display: table-cell; text-align: left; vertical-align: middle; line-height: 24px; color: #666; font-size: 14px; font-weight: normal; } /* 对话点击按钮栏 */ .dlayer-layer > .wapper > .bottom { height: 47px; background: #f5f5f5; border-top: 1px solid #c7c7c7; box-shadow: 0 1px 0 #fff; line-height: 48px; } .dlayer-layer > .wapper > .bottom > button { display: inline-block; width: auto; min-width: 48px; height: 30px; padding: 0 6px 0 10px; margin-left: 16px; background: -moz-linear-gradient(center top, #ffffff 0%, #f7f7f7 100%); background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); background: -webkit-linear-gradient(center top, #ffffff 0%, #f7f7f7 100%); background: -o-linear-gradient(center top, #ffffff 0%, #f7f7f7 100%); background: linear-gradient(center top, #ffffff 0%, #f7f7f7 100%); border: 1px solid #d5d5d5; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); text-align: center; line-height: 26px; color: #454545; font-size: 14px; font-weight: 500; letter-spacing: 2px; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; cursor: pointer; } .dlayer-layer > .wapper > .bottom > button:first-child { margin-left: 0; } .dlayer-layer > .wapper > .bottom > button:hover { background: #efefef; color: #333; } .dlayer-layer > .wapper > .bottom > button:active { background: #e7e7e7; color: #333; } .dlayer-layer > .wapper > .bottom > button.blue { background: -moz-linear-gradient(center top, #53b8d6 0%, #389ebc 100%); background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#53b8d6), color-stop(100%,#389ebc)); background: -webkit-linear-gradient(center top, #53b8d6 0%, #389ebc 100%); background: -o-linear-gradient(center top, #53b8d6 0%, #389ebc 100%); background: linear-gradient(center top, #53b8d6 0%, #389ebc 100%); border-color: #389ebc; color: #ffffff; } .dlayer-layer > .wapper > .bottom > button.blue:hover { background: #389ebc; } .dlayer-layer > .wapper > .bottom > button.blue:active { background: #46abc9; } .dlayer-layer > .wapper > .bottom > button.orange { background: -moz-linear-gradient(center top, #d65f4d 0%, #c05343 100%); background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#d65f4d), color-stop(100%,#c05343)); background: -webkit-linear-gradient(center top, #d65f4d 0%, #c05343 100%); background: -o-linear-gradient(center top, #d65f4d 0%, #c05343 100%); background: linear-gradient(center top, #d65f4d 0%, #c05343 100%); border-color: #c05343; color: #ffffff; } .dlayer-layer > .wapper > .bottom > button.orange:hover { background: #c05343; } .dlayer-layer > .wapper > .bottom > button.orange:active { background: #cc5949; } .dlayer-layer > .wapper > .bottom > button.green { background: -moz-linear-gradient(center top, #69b076 0%, #4ca15b 100%); background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#69b076), color-stop(100%,#4ca15b)); background: -webkit-linear-gradient(center top, #69b076 0%, #4ca15b 100%); background: -o-linear-gradient(center top, #69b076 0%, #4ca15b 100%); background: linear-gradient(center top, #69b076 0%, #4ca15b 100%); border-color: #4ca15b; color: #ffffff; } .dlayer-layer > .wapper > .bottom > button.green:hover { background: #4ca15b; } .dlayer-layer > .wapper > .bottom > button.green:active { background: #51a351; } /* IFRAME框架 */ .dlayer-layer > .wapper > .frame { height: auto; background: #fff; } .dlayer-layer > .wapper > .frame > .loading { width: 100%; height: 100%; background: url(/assets/images/dialog/load_02.gif) no-repeat center center; } .dlayer-layer > .wapper > .frame > iframe { width: 100%; height: 100%; border: none; overflow: hidden; } /* toast */ .dlayer-toast { position: fixed; left: 50%; bottom: 120px; z-index: 9999999; width: 268px; min-height: 48px; margin-left: -150px; background-color: rgba(0, 0, 0, .9); box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding: 8px 16px; text-align: center; line-height: 48px; color: #fff; font-size: 14px; font-weight: normal; } /* picturePreview */ .dlayer-picturePreview { display: none; position: absolute; left: 0; top: 0; z-index: 9999999; padding: 8px; background: #f7f7f7; border: 1px #ccc solid; text-align: center; overflow: hidden; } .dlayer-picturePreview img { width: auto; height: auto; max-width: 100%; max-height: 100%; }
assets/css/src/dialog.css
/* ===================================================================================== 通用弹层对话框样式 ===================================================================================== */ .dlayer-layer { position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 999999; background-color: rgba(0, 0, 0, .2); } .dlayer-layer > .wapper { position: absolute; left: 0; top: 0; width: 400px; height: 300px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } /* 标题和控制按钮栏 */ .dlayer-layer > .wapper > .title { position: relative; height: 39px; text-align: left; -moz-border-radius: 2px 2px 0 0; -webkit-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; background: -moz-linear-gradient(center top, #ffffff 0%, #f0f0f0 100%); background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); background: -webkit-linear-gradient(center top, #ffffff 0%, #f0f0f0 100%); background: -o-linear-gradient(center top, #ffffff 0%, #f0f0f0 100%); background: linear-gradient(center top, #ffffff 0%, #f0f0f0 100%); border-bottom: 1px solid #c7c7c7; box-shadow: 0 1px 0 #fff; cursor: move; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; } .dlayer-layer > .wapper > .title > h1 { width: auto; height: 100%; margin-right: 70px; padding: 0 10px; line-height: 40px; text-align: left; color: #666; font-size: 14px; font-family: 'Microsoft YaHei'; font-weight: 500; cursor: move; overflow: hidden; text-overflow: ellipsis; } .dlayer-layer > .wapper > .title > p { position: absolute; top: 0; right: 0; width: 70px; height: 100%; } .dlayer-layer > .wapper > .title > p > a { float: right; display: block; width: 20px; height: 20px; margin-top: 9px; margin-right: 10px; background-position: center center; background-repeat: no-repeat; cursor: pointer; } .dlayer-layer > .wapper > .title > p > a.minSize { background-image: url(/assets/images/dialog/icon_min_01.png); } .dlayer-layer > .wapper > .title > p > a.minSize:hover { background-image: url(/assets/images/dialog/icon_min_02.png); } .dlayer-layer > .wapper > .title > p > a.maxSize { background-image: url(/assets/images/dialog/icon_max_01.png); } .dlayer-layer > .wapper > .title > p > a.maxSize:hover { background-image: url(/assets/images/dialog/icon_max_02.png); } .dlayer-layer > .wapper > .title > p > a.close { background-image: url(/assets/images/dialog/icon_close_01.png); } .dlayer-layer > .wapper > .title > p > a.close:hover { background-image: url(/assets/images/dialog/icon_close_02.png); } /* 对话内容显示栏 */ .dlayer-layer > .wapper > .content { padding: 8px; height: auto; } .dlayer-layer > .wapper > .content > p { float: left; width: 48px; height: 100%; background-position: center center; background-repeat: no-repeat; } .dlayer-layer > .wapper > .content > p.alert { background-image: url(/assets/images/dialog/icon_warning.png); } .dlayer-layer > .wapper > .content > p.confirm { background-image: url(/assets/images/dialog/icon_confirm.png); } .dlayer-layer > .wapper > .content > p.error { background-image: url(/assets/images/dialog/icon_error.png); } .dlayer-layer > .wapper > .content > p.right { background-image: url(/assets/images/dialog/icon_right.png); } .dlayer-layer > .wapper > .content > div { margin-left: 48px; display: table; height: 100%; } .dlayer-layer > .wapper > .content > div > div { display: table-cell; text-align: left; vertical-align: middle; line-height: 24px; color: #666; font-size: 14px; font-weight: normal; } /* 对话点击按钮栏 */ .dlayer-layer > .wapper > .bottom { height: 47px; background: #f5f5f5; border-top: 1px solid #c7c7c7; box-shadow: 0 1px 0 #fff; line-height: 48px; } .dlayer-layer > .wapper > .bottom > button { display: inline-block; width: auto; min-width: 48px; height: 30px; padding: 0 6px 0 10px; margin-left: 16px; background: -moz-linear-gradient(center top, #ffffff 0%, #f7f7f7 100%); background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); background: -webkit-linear-gradient(center top, #ffffff 0%, #f7f7f7 100%); background: -o-linear-gradient(center top, #ffffff 0%, #f7f7f7 100%); background: linear-gradient(center top, #ffffff 0%, #f7f7f7 100%); border: 1px solid #d5d5d5; box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); text-align: center; line-height: 26px; color: #454545; font-size: 14px; font-weight: 500; letter-spacing: 2px; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; cursor: pointer; } .dlayer-layer > .wapper > .bottom > button:first-child { margin-left: 0; } .dlayer-layer > .wapper > .bottom > button:hover { background: #efefef; color: #333; } .dlayer-layer > .wapper > .bottom > button:active { background: #e7e7e7; color: #333; } .dlayer-layer > .wapper > .bottom > button.blue { background: -moz-linear-gradient(center top, #53b8d6 0%, #389ebc 100%); background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#53b8d6), color-stop(100%,#389ebc)); background: -webkit-linear-gradient(center top, #53b8d6 0%, #389ebc 100%); background: -o-linear-gradient(center top, #53b8d6 0%, #389ebc 100%); background: linear-gradient(center top, #53b8d6 0%, #389ebc 100%); border-color: #389ebc; color: #ffffff; } .dlayer-layer > .wapper > .bottom > button.blue:hover { background: #389ebc; } .dlayer-layer > .wapper > .bottom > button.blue:active { background: #46abc9; } .dlayer-layer > .wapper > .bottom > button.orange { background: -moz-linear-gradient(center top, #d65f4d 0%, #c05343 100%); background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#d65f4d), color-stop(100%,#c05343)); background: -webkit-linear-gradient(center top, #d65f4d 0%, #c05343 100%); background: -o-linear-gradient(center top, #d65f4d 0%, #c05343 100%); background: linear-gradient(center top, #d65f4d 0%, #c05343 100%); border-color: #c05343; color: #ffffff; } .dlayer-layer > .wapper > .bottom > button.orange:hover { background: #c05343; } .dlayer-layer > .wapper > .bottom > button.orange:active { background: #cc5949; } .dlayer-layer > .wapper > .bottom > button.green { background: -moz-linear-gradient(center top, #69b076 0%, #4ca15b 100%); background: -webkit-gradient(linear, center top, center bottom, color-stop(0%,#69b076), color-stop(100%,#4ca15b)); background: -webkit-linear-gradient(center top, #69b076 0%, #4ca15b 100%); background: -o-linear-gradient(center top, #69b076 0%, #4ca15b 100%); background: linear-gradient(center top, #69b076 0%, #4ca15b 100%); border-color: #4ca15b; color: #ffffff; } .dlayer-layer > .wapper > .bottom > button.green:hover { background: #4ca15b; } .dlayer-layer > .wapper > .bottom > button.green:active { background: #51a351; } /* IFRAME框架 */ .dlayer-layer > .wapper > .frame { height: auto; background: #fff; } .dlayer-layer > .wapper > .frame > .loading { width: 100%; height: 100%; background: url(/assets/images/dialog/load_02.gif) no-repeat center center; } .dlayer-layer > .wapper > .frame > iframe { width: 100%; height: 100%; border: none; overflow: hidden; } /* toast */ .dlayer-toast { position: fixed; left: 50%; bottom: 120px; z-index: 9999999; width: 268px; min-height: 48px; margin-left: -150px; background-color: rgba(0, 0, 0, .9); box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding: 8px 16px; text-align: center; line-height: 48px; color: #fff; font-size: 14px; font-weight: normal; } /* picturePreview */ .dlayer-picturePreview { display: none; position: absolute; left: 0; top: 0; z-index: 9999999; padding: 8px; background: #f7f7f7; border: 1px #ccc solid; text-align: center; overflow: hidden; } .dlayer-picturePreview img { width: auto; height: auto; max-width: 100%; max-height: 100%; }
0.398758
0.120103
@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; src: url('/fonts/roboto/roboto-v27-latin-100.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-100.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-100italic - latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; src: url('/fonts/roboto/roboto-v27-latin-100italic.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-100italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-100italic.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-300 - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: url('/fonts/roboto/roboto-v27-latin-300.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-300.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-300italic - latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; src: url('/fonts/roboto/roboto-v27-latin-300italic.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-regular - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: url('/fonts/roboto/roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-italic - latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: url('/fonts/roboto/roboto-v27-latin-italic.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-500 - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; src: url('/fonts/roboto/roboto-v27-latin-500.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-500.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-500italic - latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; src: url('/fonts/roboto/roboto-v27-latin-500italic.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-500italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-700 - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: url('/fonts/roboto/roboto-v27-latin-700.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-700italic - latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; src: url('/fonts/roboto/roboto-v27-latin-700italic.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-900 - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; src: url('/fonts/roboto/roboto-v27-latin-900.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-900.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-900italic - latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; src: url('/fonts/roboto/roboto-v27-latin-900italic.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-900italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-900italic.svg#Roboto') format('svg'); /* Legacy iOS */ }
resources/fecss/fonts/roboto.css
@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; src: url('/fonts/roboto/roboto-v27-latin-100.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-100.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-100italic - latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; src: url('/fonts/roboto/roboto-v27-latin-100italic.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-100italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-100italic.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-300 - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: url('/fonts/roboto/roboto-v27-latin-300.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-300.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-300italic - latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; src: url('/fonts/roboto/roboto-v27-latin-300italic.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-regular - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: url('/fonts/roboto/roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-italic - latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: url('/fonts/roboto/roboto-v27-latin-italic.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-500 - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; src: url('/fonts/roboto/roboto-v27-latin-500.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-500.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-500italic - latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; src: url('/fonts/roboto/roboto-v27-latin-500italic.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-500italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-700 - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: url('/fonts/roboto/roboto-v27-latin-700.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-700italic - latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; src: url('/fonts/roboto/roboto-v27-latin-700italic.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-900 - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; src: url('/fonts/roboto/roboto-v27-latin-900.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-900.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-900italic - latin */ @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; src: url('/fonts/roboto/roboto-v27-latin-900italic.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto/roboto-v27-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto/roboto-v27-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-900italic.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto/roboto-v27-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto/roboto-v27-latin-900italic.svg#Roboto') format('svg'); /* Legacy iOS */ }
0.194291
0.035511
@font-face { src: url(../fonts/Gotham-Bold.otf); font-family: Gotham-Bold; } @font-face { src: url(../fonts/Gotham-Rounded-Light.otf); font-family: Gotham-Light; } @font-face { src: url(../fonts/HelveticaNeue-Bold.otf); font-family: Helvetica-Bold; } @font-face { src: url(../fonts/HelveticaNeue-Light.otf); font-family: Helvetica-Light; } @font-face { src: url(../fonts/HelveticaNeue-Medium.otf); font-family: Helvetica-Medium; } * { font-family: Gotham-Light, Arial, Helvetica, sans-serif; } body { max-width: 100%; } a { text-decoration: none !important; } button, .search-section { background-color: #d35266 !important; } header { font-size: 1rem; max-width: 100%; } header, .hot-ads-img-arrows-container, .main-search-button { background-color: #383838 !important; } main { height: 100vh; } b, .search-section-zattix, .hot-ads-header, .main-shop-section-headers-title, .main-page-articles-header, .main-page-articles-condition, .main-page-articles-price, .footer-column-4-labels, .footer-column-4-buttons, .footer-column-2-header, .main-form-headers, .search-page-articles-header, .search-page-articles-condition, .search-page-articles-location, .search-pages-numbers, .search-pages-numbers-text { font-family: Helvetica-Bold, Arial, Helvetica, sans-serif; } .border-right-solid { border-right: solid 1px #3838381c; } .border-left-solid { border-left: solid 1px #3838381c; } .border-top-solid { border-top: solid 1px #3838381c; } .border-bottom-solid { border-bottom: solid 1px #3838381c; } .ad-button-text { font-size: 15px; padding-bottom: 0.3rem !important; } .ad-button-text, .unread-messages-number, .nav-user-name, .hot-ads-item-header, .hot-ads-buttons { font-family: Gotham-Bold, Arial, Helvetica, sans-serif; } .main-logo, .main-page-articles-img-container { object-fit: contain; } .home-container, .hot-ads-section-left-arrow, .hot-ads-section-right-arrow, .hot-ads-item-header, .hot-ads-img-right-arrow, .hot-ads-img-left-arrow, .main-page-articles-condition, .main-page-articles-price, .footer-column-4-labels, .footer-column-2-header, .search-page-articles-condition { color: #d35266 !important; } .nav-icons-container { line-height: 9px; position: relative; top: -2px; } .collections-container, .purchase-list-container, .nav-envelope-container, .search-icon-container, .main-search-button, .hot-ads-header, .main-shop-section-headers, .footer-text, .footer-nav ul li, .copyright, .footer-icons-wrapper, .form-text, .search-page-item-description, .search-page-articles-location, .search-page-articles-location span, .search-page-articles-date, .search-pages-numbers { color: #888; } .nav-envelope-container { font-size: 20px; } .unread-messages { background-color: rgb(204, 66, 66); border-radius: 15px; top: -6px; right: -8px; width: 16px; height: 16px; } .unread-messages-number { top: -1px; right: -8px; width: 12px; height: 12px; font-size: 11px; } .nav-user-img-container { background-image: url(../images/me.jpg); background-repeat: no-repeat; background-size: contain; height: 40px; width: 40px; border-radius: 40px; } .search-section { height: 35%; } .search-section-zattix { font-size: 100px; margin-bottom: 15px; } .search-section-text { font-size: 25px; } .search-section-text, .item-description, .main-shop-section-headers-description, .main-page-articles-location { font-family: Helvetica-Light, Arial, Helvetica, sans-serif; } .hot-ads-section { max-width: 80%; } .hot-ads-header { left: 20%; width: max-content; font-size: 100%; } .item-description { font-size: 16px; } .hot-ads-buttons { font-size: 15px; padding-bottom: 0.29rem; } .hot-ads-img-arrows-container { display: flex; position: absolute; right: 0; bottom: 0; background-size: cover; } .main-shop-section { background-color: #fae3e7; } .main-shop-section-headers-separators { height: 50px; } .main-shop-section-headers { height: 50px; border-bottom: solid 1px #3838381c; } .main-shop-section-headers-icon-container { font-size: 30px; } .main-page-articles-container { display: grid; grid-template-columns: 1fr 20% 20% 20% 20% 1fr; column-gap: 2%; align-items: center; } .main-page-articles-container div, .footer-column-4-buttons, .search-page-articles-header, .search-page-articles-location { color: #383838 !important; } .main-page-articles { height: 100%; display: flex; flex-direction: column; justify-content: space-between; } .main-page-articles-img-container { display: flex; justify-content: center; height: 100%; } .main-page-articles-header { font-size: 20px; } .main-page-articles-condition { font-size: 15px; } .main-page-articles-location { font-size: 13px; } .main-page-articles-container span, .footer-text, .footer-nav ul li, .copyright, .footer-icons-wrapper, .form-text, .search-page-item-description, .search-page-articles-location span, .search-page-articles-date { font-family: Helvetica-Medium, Arial, Helvetica, sans-serif; } .main-page-articles-last-row { display: flex; justify-content: space-between; height: 50px; align-items: center; font-size: 20px; } .main-page-articles-plus-container { color: rgba(136, 136, 136, 0.671); } footer { padding-left: 15px; padding-right: 15px; padding-top: 40px; width: 100%; display: flex; justify-content: center; border-bottom: solid 1px #d352653f; margin: 0 auto; padding-bottom: 0; } .footer-logo-img { height: 60px; } .footer-columns { display: flex; justify-content: space-between; height: 100%; } .footer-column-1 { display: flex; flex-direction: column; align-items: center; height: 100%; padding: 1%; max-width: 33.3%; } .footer-text { max-width: 70%; } .footer-column-2, .footer-column-3 { display: flex; flex-direction: column; height: 100%; padding: 1%; min-width: 15%; } .footer-column-4 { display: flex; justify-content: center; padding: 1%; height: 100%; position: relative; top: 40px; } .footer-column-4-items { display: flex; justify-content: center; align-items: center; margin-bottom: 15px; } .footer-column-4-labels { margin-right: 1%; } .footer-column-4-buttons { border: solid 1px #d352659a; border-radius: 5px; background-color: white !important; padding: 10px; width: 100%; } .footer-column-2-header { padding-bottom: 10px; margin-bottom: 12px; border-bottom: 2px solid #d35266; } .footer-column-hidden-header { padding-bottom: 10px; margin-bottom: 12px; border-bottom: 2px solid #d35266; } .footer-nav { display: flex; align-items: center; justify-content: space-between; } .footer-nav ul li { display: flex; align-items: center; padding-bottom: 8px; } .footer-nav-column-1, .footer-nav-column-2 { display: flex; list-style: none; flex-direction: column; padding-top: 3%; padding-bottom: 3%; padding-left: 3%; padding-right: 6%; } .copyright, .search-page-articles-header { font-size: 15px; } .footer-icons-wrapper { font-size: 18px; } .footer-icons-wrapper ul li { margin-right: 15px; } .main-search-results-section { background-color: #fae3e7; border-bottom: solid 1px #3838381c; border-top: solid 1px #3838381c; } .main-search-results-img-container { height: 100%; } .main-search-results-img { height: 100%; object-fit: fill; } .main-page-results-article { border: solid 1px #3838381c; } .form-text { font-size: 12px; } .main-form-headers { font-size: 16px; } .custom-amount-form { justify-content: flex-start !important; } .col-form-label-sm { padding-left: 5px !important; } .search-page-articles-condition, .search-page-item-description, .search-page-articles-location, .search-page-articles-location span, .search-page-articles-date, .search-pages-numbers-text, .search-pages-numbers, .footer-column-4-buttons { font-size: 14px; } .search-pages-numbers { border: solid 1px #38383869; padding: 5px; margin-right: 10px; background-color: white; } .search-pages-numbers-text { margin-right: 10px; } .hide-elements { display: none !important; } /** MEDIA QUERIES */ @media (max-width: 365px) { nav { font-size: 2.5vw !important; } .main-logo { height: 1.5rem; position: relative; top: 1px; width: 60px !important; } .nav-icons-container { line-height: 9px !important; position: relative !important; top: -1px !important; } .footer-columns { max-width: 100%; } .copyright { font-family: Helvetica-light, Arial, Helvetica, sans-serif; } } @media (max-width: 768px) { nav { font-size: 11px; } .main-logo { height: 1.5rem; position: relative; top: 1px; } .nav-icons-container { line-height: 9px; position: relative; top: -2px; } .main-shop-section-headers { font-size: 13px; } .main-page-articles-container { grid-template-columns: 49% 49%; row-gap: 2%; } .footer-columns { flex-direction: column; align-items: stretch; justify-content: space-between; } .main-search-section-headers { font-size: 2.1vw; margin-bottom: 0 !important; padding: 10px 0; } .aside-controls, .ad-button-container, .search-section, .hot-ads-section, .main-search-section-separators, .main-shop-section-headers-separators, .hot-ads-section-left-arrow, .hot-ads-section-right-arrow { display: none; } .footer-column-1 { min-width: 100%; padding-bottom: 45px; } .footer-nav { justify-content: flex-start; } .footer-nav-column-1 { margin-right: 100px; } .footer-column-4 { align-self: flex-start; margin-bottom: 15px; position: static; padding: 15px; } .copyright { font-family: Helvetica-light, Arial, Helvetica, sans-serif; font-size: 14px; padding-right: 1%; } } @media (min-width: 768px) { .aside-controls { display: block; } .envelope { display: flex; } } @media (min-width: 769px) { .main-logo { height: 2.5rem; position: relative; top: 1px; } .envelope { display: none; } .main-search-section-headers { font-size: 1.7vw; } .search-icon-container, .main-search-section-separators, .footer-column-hidden-header { display: none; } .ad-button-container { display: block; } .search-section { display: flex; } .footer-columns { max-width: 100%; } .footer-text { padding-top: 10px; } } @media (min-width: 769px) and (max-width: 1000px) { .footer-column-4 { position: relative; top: 30px; } .footer-logo-img { height: 50px; } .footer-column-2-header { font-family: Helvetica-Bold, Arial, Helvetica, sans-serif; } .footer-column-2-header, .footer-column-4-labels, .footer-column-4-buttons, .footer-column-1, .footer-nav li { font-size: 12px; } } @media (min-width: 1000px) and (max-width: 1450px) { .footer-text { font-size: 14px; } } @media (min-width: 768px) and (max-width: 1600px) { .main-search-results-img { height: 15vw; margin-top: 1vw; } .hot-ads-img-arrows-container { display: none; } } @media (max-width: 767px) { .envelope { display: none; } } @media (min-width: 992px) { .envelope { display: flex; } } @media (min-width: 1200px) { .main-search-section-separators { display: block; } .footer-columns { max-width: 75%; } .main-search-section-headers { font-size: 100%; } } @media (min-width: 1400px) { .search-page-articles-header { font-size: 20px; padding-bottom: 15px !important; } .search-page-articles-condition { font-size: 19px; } .search-page-articles-location { padding-bottom: 15px !important; } .search-page-item-description, .search-page-articles-date, .search-page-articles-location, .search-page-articles-location span { font-size: 18px; } }
assets/css/styles.css
@font-face { src: url(../fonts/Gotham-Bold.otf); font-family: Gotham-Bold; } @font-face { src: url(../fonts/Gotham-Rounded-Light.otf); font-family: Gotham-Light; } @font-face { src: url(../fonts/HelveticaNeue-Bold.otf); font-family: Helvetica-Bold; } @font-face { src: url(../fonts/HelveticaNeue-Light.otf); font-family: Helvetica-Light; } @font-face { src: url(../fonts/HelveticaNeue-Medium.otf); font-family: Helvetica-Medium; } * { font-family: Gotham-Light, Arial, Helvetica, sans-serif; } body { max-width: 100%; } a { text-decoration: none !important; } button, .search-section { background-color: #d35266 !important; } header { font-size: 1rem; max-width: 100%; } header, .hot-ads-img-arrows-container, .main-search-button { background-color: #383838 !important; } main { height: 100vh; } b, .search-section-zattix, .hot-ads-header, .main-shop-section-headers-title, .main-page-articles-header, .main-page-articles-condition, .main-page-articles-price, .footer-column-4-labels, .footer-column-4-buttons, .footer-column-2-header, .main-form-headers, .search-page-articles-header, .search-page-articles-condition, .search-page-articles-location, .search-pages-numbers, .search-pages-numbers-text { font-family: Helvetica-Bold, Arial, Helvetica, sans-serif; } .border-right-solid { border-right: solid 1px #3838381c; } .border-left-solid { border-left: solid 1px #3838381c; } .border-top-solid { border-top: solid 1px #3838381c; } .border-bottom-solid { border-bottom: solid 1px #3838381c; } .ad-button-text { font-size: 15px; padding-bottom: 0.3rem !important; } .ad-button-text, .unread-messages-number, .nav-user-name, .hot-ads-item-header, .hot-ads-buttons { font-family: Gotham-Bold, Arial, Helvetica, sans-serif; } .main-logo, .main-page-articles-img-container { object-fit: contain; } .home-container, .hot-ads-section-left-arrow, .hot-ads-section-right-arrow, .hot-ads-item-header, .hot-ads-img-right-arrow, .hot-ads-img-left-arrow, .main-page-articles-condition, .main-page-articles-price, .footer-column-4-labels, .footer-column-2-header, .search-page-articles-condition { color: #d35266 !important; } .nav-icons-container { line-height: 9px; position: relative; top: -2px; } .collections-container, .purchase-list-container, .nav-envelope-container, .search-icon-container, .main-search-button, .hot-ads-header, .main-shop-section-headers, .footer-text, .footer-nav ul li, .copyright, .footer-icons-wrapper, .form-text, .search-page-item-description, .search-page-articles-location, .search-page-articles-location span, .search-page-articles-date, .search-pages-numbers { color: #888; } .nav-envelope-container { font-size: 20px; } .unread-messages { background-color: rgb(204, 66, 66); border-radius: 15px; top: -6px; right: -8px; width: 16px; height: 16px; } .unread-messages-number { top: -1px; right: -8px; width: 12px; height: 12px; font-size: 11px; } .nav-user-img-container { background-image: url(../images/me.jpg); background-repeat: no-repeat; background-size: contain; height: 40px; width: 40px; border-radius: 40px; } .search-section { height: 35%; } .search-section-zattix { font-size: 100px; margin-bottom: 15px; } .search-section-text { font-size: 25px; } .search-section-text, .item-description, .main-shop-section-headers-description, .main-page-articles-location { font-family: Helvetica-Light, Arial, Helvetica, sans-serif; } .hot-ads-section { max-width: 80%; } .hot-ads-header { left: 20%; width: max-content; font-size: 100%; } .item-description { font-size: 16px; } .hot-ads-buttons { font-size: 15px; padding-bottom: 0.29rem; } .hot-ads-img-arrows-container { display: flex; position: absolute; right: 0; bottom: 0; background-size: cover; } .main-shop-section { background-color: #fae3e7; } .main-shop-section-headers-separators { height: 50px; } .main-shop-section-headers { height: 50px; border-bottom: solid 1px #3838381c; } .main-shop-section-headers-icon-container { font-size: 30px; } .main-page-articles-container { display: grid; grid-template-columns: 1fr 20% 20% 20% 20% 1fr; column-gap: 2%; align-items: center; } .main-page-articles-container div, .footer-column-4-buttons, .search-page-articles-header, .search-page-articles-location { color: #383838 !important; } .main-page-articles { height: 100%; display: flex; flex-direction: column; justify-content: space-between; } .main-page-articles-img-container { display: flex; justify-content: center; height: 100%; } .main-page-articles-header { font-size: 20px; } .main-page-articles-condition { font-size: 15px; } .main-page-articles-location { font-size: 13px; } .main-page-articles-container span, .footer-text, .footer-nav ul li, .copyright, .footer-icons-wrapper, .form-text, .search-page-item-description, .search-page-articles-location span, .search-page-articles-date { font-family: Helvetica-Medium, Arial, Helvetica, sans-serif; } .main-page-articles-last-row { display: flex; justify-content: space-between; height: 50px; align-items: center; font-size: 20px; } .main-page-articles-plus-container { color: rgba(136, 136, 136, 0.671); } footer { padding-left: 15px; padding-right: 15px; padding-top: 40px; width: 100%; display: flex; justify-content: center; border-bottom: solid 1px #d352653f; margin: 0 auto; padding-bottom: 0; } .footer-logo-img { height: 60px; } .footer-columns { display: flex; justify-content: space-between; height: 100%; } .footer-column-1 { display: flex; flex-direction: column; align-items: center; height: 100%; padding: 1%; max-width: 33.3%; } .footer-text { max-width: 70%; } .footer-column-2, .footer-column-3 { display: flex; flex-direction: column; height: 100%; padding: 1%; min-width: 15%; } .footer-column-4 { display: flex; justify-content: center; padding: 1%; height: 100%; position: relative; top: 40px; } .footer-column-4-items { display: flex; justify-content: center; align-items: center; margin-bottom: 15px; } .footer-column-4-labels { margin-right: 1%; } .footer-column-4-buttons { border: solid 1px #d352659a; border-radius: 5px; background-color: white !important; padding: 10px; width: 100%; } .footer-column-2-header { padding-bottom: 10px; margin-bottom: 12px; border-bottom: 2px solid #d35266; } .footer-column-hidden-header { padding-bottom: 10px; margin-bottom: 12px; border-bottom: 2px solid #d35266; } .footer-nav { display: flex; align-items: center; justify-content: space-between; } .footer-nav ul li { display: flex; align-items: center; padding-bottom: 8px; } .footer-nav-column-1, .footer-nav-column-2 { display: flex; list-style: none; flex-direction: column; padding-top: 3%; padding-bottom: 3%; padding-left: 3%; padding-right: 6%; } .copyright, .search-page-articles-header { font-size: 15px; } .footer-icons-wrapper { font-size: 18px; } .footer-icons-wrapper ul li { margin-right: 15px; } .main-search-results-section { background-color: #fae3e7; border-bottom: solid 1px #3838381c; border-top: solid 1px #3838381c; } .main-search-results-img-container { height: 100%; } .main-search-results-img { height: 100%; object-fit: fill; } .main-page-results-article { border: solid 1px #3838381c; } .form-text { font-size: 12px; } .main-form-headers { font-size: 16px; } .custom-amount-form { justify-content: flex-start !important; } .col-form-label-sm { padding-left: 5px !important; } .search-page-articles-condition, .search-page-item-description, .search-page-articles-location, .search-page-articles-location span, .search-page-articles-date, .search-pages-numbers-text, .search-pages-numbers, .footer-column-4-buttons { font-size: 14px; } .search-pages-numbers { border: solid 1px #38383869; padding: 5px; margin-right: 10px; background-color: white; } .search-pages-numbers-text { margin-right: 10px; } .hide-elements { display: none !important; } /** MEDIA QUERIES */ @media (max-width: 365px) { nav { font-size: 2.5vw !important; } .main-logo { height: 1.5rem; position: relative; top: 1px; width: 60px !important; } .nav-icons-container { line-height: 9px !important; position: relative !important; top: -1px !important; } .footer-columns { max-width: 100%; } .copyright { font-family: Helvetica-light, Arial, Helvetica, sans-serif; } } @media (max-width: 768px) { nav { font-size: 11px; } .main-logo { height: 1.5rem; position: relative; top: 1px; } .nav-icons-container { line-height: 9px; position: relative; top: -2px; } .main-shop-section-headers { font-size: 13px; } .main-page-articles-container { grid-template-columns: 49% 49%; row-gap: 2%; } .footer-columns { flex-direction: column; align-items: stretch; justify-content: space-between; } .main-search-section-headers { font-size: 2.1vw; margin-bottom: 0 !important; padding: 10px 0; } .aside-controls, .ad-button-container, .search-section, .hot-ads-section, .main-search-section-separators, .main-shop-section-headers-separators, .hot-ads-section-left-arrow, .hot-ads-section-right-arrow { display: none; } .footer-column-1 { min-width: 100%; padding-bottom: 45px; } .footer-nav { justify-content: flex-start; } .footer-nav-column-1 { margin-right: 100px; } .footer-column-4 { align-self: flex-start; margin-bottom: 15px; position: static; padding: 15px; } .copyright { font-family: Helvetica-light, Arial, Helvetica, sans-serif; font-size: 14px; padding-right: 1%; } } @media (min-width: 768px) { .aside-controls { display: block; } .envelope { display: flex; } } @media (min-width: 769px) { .main-logo { height: 2.5rem; position: relative; top: 1px; } .envelope { display: none; } .main-search-section-headers { font-size: 1.7vw; } .search-icon-container, .main-search-section-separators, .footer-column-hidden-header { display: none; } .ad-button-container { display: block; } .search-section { display: flex; } .footer-columns { max-width: 100%; } .footer-text { padding-top: 10px; } } @media (min-width: 769px) and (max-width: 1000px) { .footer-column-4 { position: relative; top: 30px; } .footer-logo-img { height: 50px; } .footer-column-2-header { font-family: Helvetica-Bold, Arial, Helvetica, sans-serif; } .footer-column-2-header, .footer-column-4-labels, .footer-column-4-buttons, .footer-column-1, .footer-nav li { font-size: 12px; } } @media (min-width: 1000px) and (max-width: 1450px) { .footer-text { font-size: 14px; } } @media (min-width: 768px) and (max-width: 1600px) { .main-search-results-img { height: 15vw; margin-top: 1vw; } .hot-ads-img-arrows-container { display: none; } } @media (max-width: 767px) { .envelope { display: none; } } @media (min-width: 992px) { .envelope { display: flex; } } @media (min-width: 1200px) { .main-search-section-separators { display: block; } .footer-columns { max-width: 75%; } .main-search-section-headers { font-size: 100%; } } @media (min-width: 1400px) { .search-page-articles-header { font-size: 20px; padding-bottom: 15px !important; } .search-page-articles-condition { font-size: 19px; } .search-page-articles-location { padding-bottom: 15px !important; } .search-page-item-description, .search-page-articles-date, .search-page-articles-location, .search-page-articles-location span { font-size: 18px; } }
0.347759
0.066691
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); html, body { padding: 0; margin: 0; } body { font-family: 'Raleway', Arial, Helvetica, sans-serif; height: 60vh; overflow: scroll; } .title{ } section{ width:100%; } .container-all { display: flex; padding: 20px; justify-content: space-around; height: 100%; flex-wrap: nowrap; } .container-1 { width: 100%; height: 100%; display: flex; flex-direction: column; padding: 5% 10% 10% 10%; margin: auto; box-sizing: border-box; } .main { display: flex; flex-direction: column; justify-content: space-around; align-items: center; height: 40vh; border: 1px solid black; border-radius: 20px; margin-bottom: 5em; padding: 1em; overflow: scroll; } .title { text-align: center; padding: 20px; } .container-1 .main .title+section { width: 100%; display: flex; flex-direction: column; justify-content: space-around; align-items: center; margin-bottom: 1em; box-sizing: content-box; } .names { width: 100%; display: flex; justify-content: center; box-sizing: border-box; } .namesbutton { background-color: rgb(74, 74, 243); border-style: none; border-radius: 5px; font-size: 20px; box-sizing: border-box; margin-right: 1em; } .resetbutton { background-color: rgb(235, 15, 15); border-style: none; border-radius: 5px; font-size: 20px; box-sizing: border-box; margin-left: 1em; } .namebox { text-align: center; padding: 0.3em; font-size: 1.3em; } .number-of-rounds { display: flex; justify-content: space-around; flex-wrap: wrap; width: 100%; border: 1px solid black; padding: 1em; border-radius: 10px; height: fit-content; box-sizing: border-box; } .number-of-rounds button{ font-size: 1.3em; border-style: none; border-radius: 5px; } .button1{ background-color:rgb(68, 68, 155); } .button10{ background-color:rgb(66, 168, 194); } .button100{ background-color:rgb(78, 189, 106); } .button500{ background-color:rgb(218, 235, 65); } .button1000{ background-color:rgb(240, 100, 45); } .container-2 { width: 100%; display: flex; align-items: center; justify-content: center; } .results-box{ border:1px solid black; text-align: center; padding:2em; font-size: 1.5em; margin-top:5em; } v2{ font-size:1em; } @media screen and (max-width:700px) { .container-all { flex-wrap: wrap; } }
rockpaper/style.css
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); html, body { padding: 0; margin: 0; } body { font-family: 'Raleway', Arial, Helvetica, sans-serif; height: 60vh; overflow: scroll; } .title{ } section{ width:100%; } .container-all { display: flex; padding: 20px; justify-content: space-around; height: 100%; flex-wrap: nowrap; } .container-1 { width: 100%; height: 100%; display: flex; flex-direction: column; padding: 5% 10% 10% 10%; margin: auto; box-sizing: border-box; } .main { display: flex; flex-direction: column; justify-content: space-around; align-items: center; height: 40vh; border: 1px solid black; border-radius: 20px; margin-bottom: 5em; padding: 1em; overflow: scroll; } .title { text-align: center; padding: 20px; } .container-1 .main .title+section { width: 100%; display: flex; flex-direction: column; justify-content: space-around; align-items: center; margin-bottom: 1em; box-sizing: content-box; } .names { width: 100%; display: flex; justify-content: center; box-sizing: border-box; } .namesbutton { background-color: rgb(74, 74, 243); border-style: none; border-radius: 5px; font-size: 20px; box-sizing: border-box; margin-right: 1em; } .resetbutton { background-color: rgb(235, 15, 15); border-style: none; border-radius: 5px; font-size: 20px; box-sizing: border-box; margin-left: 1em; } .namebox { text-align: center; padding: 0.3em; font-size: 1.3em; } .number-of-rounds { display: flex; justify-content: space-around; flex-wrap: wrap; width: 100%; border: 1px solid black; padding: 1em; border-radius: 10px; height: fit-content; box-sizing: border-box; } .number-of-rounds button{ font-size: 1.3em; border-style: none; border-radius: 5px; } .button1{ background-color:rgb(68, 68, 155); } .button10{ background-color:rgb(66, 168, 194); } .button100{ background-color:rgb(78, 189, 106); } .button500{ background-color:rgb(218, 235, 65); } .button1000{ background-color:rgb(240, 100, 45); } .container-2 { width: 100%; display: flex; align-items: center; justify-content: center; } .results-box{ border:1px solid black; text-align: center; padding:2em; font-size: 1.5em; margin-top:5em; } v2{ font-size:1em; } @media screen and (max-width:700px) { .container-all { flex-wrap: wrap; } }
0.454714
0.061933
* { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; } :root { --main-color: #222; } #start, #produkte, #ueberuns, #kontakt, #infos { min-height: 100vh; } h1, h2 { color: white; } body { min-height: 100vh; background-color: var(--main-color); } .navigation { position: fixed; bottom: 0; width: 100vw; height: 70px; background-color: white; display: flex; justify-content: center; align-items: center; } .navigation ul { display: flex; width: 350px; } .navigation ul li { position: relative; list-style: none; width: 70px; height: 70px; z-index: 1; } .navigation ul li a { position: relative; display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; text-align: center; font-weight: 600; } .navigation ul li a .icon { position: relative; display: block; line-height: 75px; font-size: 1.5em; text-align: center; color: var(--main-color); transition: 0.5s; } .navigation ul li.active a .icon { transform: translateY(-38px); } .navigation ul li a .text { position: absolute; font-size: 0.75em; color: var(--main-color); opacity: 0; transition: 0.5s; transform: translateY(20px); } .navigation ul li.active a .text { transform: translateY(10px); opacity: 1; } .bubble { position: absolute; top: -50%; width: 70px; height: 70px; background-color: yellowgreen; border-radius: 50%; transition: 0.5s; border: 6px solid var(--main-color); } .bubble::before { content: ""; position: absolute; top: 50%; left: -22px; width: 20px; height: 20px; background-color: transparent; border-top-right-radius: 20px; box-shadow: 0 -10px 0 0 var(--main-color); } .bubble::after { content: ""; position: absolute; top: 50%; right: -22px; width: 20px; height: 20px; background-color: transparent; border-top-left-radius: 20px; box-shadow: 0 -10px 0 0 var(--main-color); } .navigation ul li:nth-child(1).active ~ .bubble { transform: translateX(calc(70px * 0)); } .navigation ul li:nth-child(2).active ~ .bubble { transform: translateX(calc(70px * 1)); } .navigation ul li:nth-child(3).active ~ .bubble { transform: translateX(calc(70px * 2)); } .navigation ul li:nth-child(4).active ~ .bubble { transform: translateX(calc(70px * 3)); } .navigation ul li:nth-child(5).active ~ .bubble { transform: translateX(calc(70px * 4)); }
style.css
* { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; } :root { --main-color: #222; } #start, #produkte, #ueberuns, #kontakt, #infos { min-height: 100vh; } h1, h2 { color: white; } body { min-height: 100vh; background-color: var(--main-color); } .navigation { position: fixed; bottom: 0; width: 100vw; height: 70px; background-color: white; display: flex; justify-content: center; align-items: center; } .navigation ul { display: flex; width: 350px; } .navigation ul li { position: relative; list-style: none; width: 70px; height: 70px; z-index: 1; } .navigation ul li a { position: relative; display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; text-align: center; font-weight: 600; } .navigation ul li a .icon { position: relative; display: block; line-height: 75px; font-size: 1.5em; text-align: center; color: var(--main-color); transition: 0.5s; } .navigation ul li.active a .icon { transform: translateY(-38px); } .navigation ul li a .text { position: absolute; font-size: 0.75em; color: var(--main-color); opacity: 0; transition: 0.5s; transform: translateY(20px); } .navigation ul li.active a .text { transform: translateY(10px); opacity: 1; } .bubble { position: absolute; top: -50%; width: 70px; height: 70px; background-color: yellowgreen; border-radius: 50%; transition: 0.5s; border: 6px solid var(--main-color); } .bubble::before { content: ""; position: absolute; top: 50%; left: -22px; width: 20px; height: 20px; background-color: transparent; border-top-right-radius: 20px; box-shadow: 0 -10px 0 0 var(--main-color); } .bubble::after { content: ""; position: absolute; top: 50%; right: -22px; width: 20px; height: 20px; background-color: transparent; border-top-left-radius: 20px; box-shadow: 0 -10px 0 0 var(--main-color); } .navigation ul li:nth-child(1).active ~ .bubble { transform: translateX(calc(70px * 0)); } .navigation ul li:nth-child(2).active ~ .bubble { transform: translateX(calc(70px * 1)); } .navigation ul li:nth-child(3).active ~ .bubble { transform: translateX(calc(70px * 2)); } .navigation ul li:nth-child(4).active ~ .bubble { transform: translateX(calc(70px * 3)); } .navigation ul li:nth-child(5).active ~ .bubble { transform: translateX(calc(70px * 4)); }
0.447219
0.108095
@import '@opentrons/components'; @import '../../styles/spacing.css'; .gallery_main { @apply --aspect-4-3; } .gallery_image_container { @apply --aspect-item; @apply --center-children; } .gallery_thumbnail_row { display: flex; justify-content: center; width: 100%; margin-top: var(--spacing-5); } .gallery_thumbnail_container { @apply --clickable; width: calc(var(--size-third) - var(--spacing-5) * 2 / 3); margin-right: var(--spacing-5); &:last-of-type { margin-right: 0; } } .gallery_thumbnail { @apply --aspect-1-1; } .robot_workspace { width: 100%; height: 100%; } .load_name { display: flex; } .load_name_label { display: block; width: 100%; padding: var(--spacing-2) var(--spacing-5); background-color: var(--c-lightest-gray); } .load_name_input { font-size: var(--fs-body-1); line-height: var(--lh-title); width: calc(100% + 2 * var(--spacing-2)); margin-left: -var(--spacing-2); padding: var(--spacing-1) var(--spacing-2); border: var(--bd-light); color: var(--c-font-dark); } /* * TODO(mc, 2019-04-02): production bundle breaks CSS order, so for now make * this rule more specific */ button.load_name_button { flex: none; width: var(--size-2); border-radius: 0; background-color: var(--c-dark-gray); /* * perceived center of the copy icon is a few pixels off center, so * adjust padding accordingly */ padding-left: var(--spacing-5); padding-right: calc(var(--spacing-5) - 0.25rem); & svg { stroke: none; } } .manufacturer_stats:not(:last-child) { margin-bottom: var(--spacing-7); } .manufacturer_brand_id { line-height: var(--lh-copy); } .tags_data { display: flex; align-items: center; padding: var(--spacing-2) var(--spacing-5); background-color: var(--c-bg-light); & .value { font-size: var(--fs-body-1); } } .well_count_data { @apply --flex-between; width: 100%; padding: 0 var(--spacing-1); } .well_properties { @apply --flex-between; flex-wrap: wrap; margin-top: var(--spacing-5); padding: var(--spacing-5) var(--spacing-5) 0; border: var(--bd-light); } .well_properties_title { @apply --font-body-2-dark; width: 100%; margin-bottom: var(--spacing-5); font-weight: var(--fw-semibold); line-height: var(--lh-title); } .well_properties_column { flex: none; display: flex; align-items: center; margin-bottom: var(--spacing-5); &:first-child { margin-right: auto; padding-right: var(--spacing-5); } } .well_bottom_shape { display: flex; justify-content: space-between; margin-top: var(--spacing-5); } .well_bottom_icon { align-self: flex-end; width: var(--spacing-6); margin-left: var(--spacing-5); padding-bottom: calc(var(--spacing-1)); overflow: visible; color: var(--c-font-icon); }
labware-library/src/components/labware-ui/styles.css
@import '@opentrons/components'; @import '../../styles/spacing.css'; .gallery_main { @apply --aspect-4-3; } .gallery_image_container { @apply --aspect-item; @apply --center-children; } .gallery_thumbnail_row { display: flex; justify-content: center; width: 100%; margin-top: var(--spacing-5); } .gallery_thumbnail_container { @apply --clickable; width: calc(var(--size-third) - var(--spacing-5) * 2 / 3); margin-right: var(--spacing-5); &:last-of-type { margin-right: 0; } } .gallery_thumbnail { @apply --aspect-1-1; } .robot_workspace { width: 100%; height: 100%; } .load_name { display: flex; } .load_name_label { display: block; width: 100%; padding: var(--spacing-2) var(--spacing-5); background-color: var(--c-lightest-gray); } .load_name_input { font-size: var(--fs-body-1); line-height: var(--lh-title); width: calc(100% + 2 * var(--spacing-2)); margin-left: -var(--spacing-2); padding: var(--spacing-1) var(--spacing-2); border: var(--bd-light); color: var(--c-font-dark); } /* * TODO(mc, 2019-04-02): production bundle breaks CSS order, so for now make * this rule more specific */ button.load_name_button { flex: none; width: var(--size-2); border-radius: 0; background-color: var(--c-dark-gray); /* * perceived center of the copy icon is a few pixels off center, so * adjust padding accordingly */ padding-left: var(--spacing-5); padding-right: calc(var(--spacing-5) - 0.25rem); & svg { stroke: none; } } .manufacturer_stats:not(:last-child) { margin-bottom: var(--spacing-7); } .manufacturer_brand_id { line-height: var(--lh-copy); } .tags_data { display: flex; align-items: center; padding: var(--spacing-2) var(--spacing-5); background-color: var(--c-bg-light); & .value { font-size: var(--fs-body-1); } } .well_count_data { @apply --flex-between; width: 100%; padding: 0 var(--spacing-1); } .well_properties { @apply --flex-between; flex-wrap: wrap; margin-top: var(--spacing-5); padding: var(--spacing-5) var(--spacing-5) 0; border: var(--bd-light); } .well_properties_title { @apply --font-body-2-dark; width: 100%; margin-bottom: var(--spacing-5); font-weight: var(--fw-semibold); line-height: var(--lh-title); } .well_properties_column { flex: none; display: flex; align-items: center; margin-bottom: var(--spacing-5); &:first-child { margin-right: auto; padding-right: var(--spacing-5); } } .well_bottom_shape { display: flex; justify-content: space-between; margin-top: var(--spacing-5); } .well_bottom_icon { align-self: flex-end; width: var(--spacing-6); margin-left: var(--spacing-5); padding-bottom: calc(var(--spacing-1)); overflow: visible; color: var(--c-font-icon); }
0.310485
0.083106
.header { padding-left: px2rem(22); padding-right: px2rem(22); display: flex; height: px2rem(100); border-bottom: 1px solid #eee; align-items: center; .title { flex: 1; text-align: center; } .addBtn { background: #ff4c41; color: #fff; padding: 5px; margin: 5px; border-radius: 5px; font-size: px2rem(30); } } .modal_content { width: 100%; height: 100%; .header { display: flex; height: px2rem(88); background-color: #ffffff; .backip { font-size: px2rem(32); color: #666666; } .title { } } .wrapperbtn111 { position: fixed; width: 100%; max-width: 750px; bottom: 0; color: #fff; display: flex; .left { display: flex; justify-content: center; align-items: center; flex: 1; height: px2rem(98); background-image: linear-gradient(90deg, #f61339 0%, #ff6521 100%); } .right { display: flex; justify-content: center; align-items: center; flex: 1; color: #fff; height: px2rem(98); background-image: linear-gradient(90deg, #3a3a3a 0%, #5b5b5b 100%); } } .address_conetne_content { margin-top: 20px; .defaultSwipterWrapper { padding-left: px2rem(22); padding-right: px2rem(22); height: px2rem(80); display: flex; align-items: center; display: flex; align-items: center; padding-bottom: px2rem(22); } .inputItem { margin-bottom: 10px; border-bottom: 1px solid #eee; .labele1 { font-size: px2rem(30); color: #bbbbbb; margin-left: px2rem(32); } } .inputItemAddress { border-bottom: none; } } } .surname_gitvename { display: flex; .surname { .labele1 { font-size: 0.15rem; color: #bbbbbb; margin-left: 0.16rem; } } .givename { .labele1 { font-size: 0.15rem; color: #bbbbbb; margin-left: 0.16rem; } } } .addressPickerShow { height: px2rem(90); border-bottom: 1px solid #eee; margin-left: px2rem(20); display: flex; align-items: center; .labke { margin-right: px2rem(90); } }
src/component/addressPicker/editModalContent/style.css
.header { padding-left: px2rem(22); padding-right: px2rem(22); display: flex; height: px2rem(100); border-bottom: 1px solid #eee; align-items: center; .title { flex: 1; text-align: center; } .addBtn { background: #ff4c41; color: #fff; padding: 5px; margin: 5px; border-radius: 5px; font-size: px2rem(30); } } .modal_content { width: 100%; height: 100%; .header { display: flex; height: px2rem(88); background-color: #ffffff; .backip { font-size: px2rem(32); color: #666666; } .title { } } .wrapperbtn111 { position: fixed; width: 100%; max-width: 750px; bottom: 0; color: #fff; display: flex; .left { display: flex; justify-content: center; align-items: center; flex: 1; height: px2rem(98); background-image: linear-gradient(90deg, #f61339 0%, #ff6521 100%); } .right { display: flex; justify-content: center; align-items: center; flex: 1; color: #fff; height: px2rem(98); background-image: linear-gradient(90deg, #3a3a3a 0%, #5b5b5b 100%); } } .address_conetne_content { margin-top: 20px; .defaultSwipterWrapper { padding-left: px2rem(22); padding-right: px2rem(22); height: px2rem(80); display: flex; align-items: center; display: flex; align-items: center; padding-bottom: px2rem(22); } .inputItem { margin-bottom: 10px; border-bottom: 1px solid #eee; .labele1 { font-size: px2rem(30); color: #bbbbbb; margin-left: px2rem(32); } } .inputItemAddress { border-bottom: none; } } } .surname_gitvename { display: flex; .surname { .labele1 { font-size: 0.15rem; color: #bbbbbb; margin-left: 0.16rem; } } .givename { .labele1 { font-size: 0.15rem; color: #bbbbbb; margin-left: 0.16rem; } } } .addressPickerShow { height: px2rem(90); border-bottom: 1px solid #eee; margin-left: px2rem(20); display: flex; align-items: center; .labke { margin-right: px2rem(90); } }
0.532668
0.170715
.masonry-with-columns { display: flex; flex-direction: column; flex-wrap: wrap; max-height: 1000px; } .masonry-with-columns div { flex: 1 0 auto; background: #00997B; color: white; margin: 0 1rem 1rem 0; text-align: center; font-weight: 900; font-size: 2rem; } .masonry-with-columns div:nth-child(1) { height: 206px; line-height: 206px; } .masonry-with-columns div:nth-child(2) { height: 196px; line-height: 196px; } .masonry-with-columns div:nth-child(3) { height: 201px; line-height: 201px; } .masonry-with-columns div:nth-child(4) { height: 463px; line-height: 463px; } .masonry-with-columns div:nth-child(5) { height: 422px; line-height: 422px; } .masonry-with-columns div:nth-child(6) { height: 191px; line-height: 191px; } .masonry-with-columns div:nth-child(7) { height: 490px; line-height: 490px; } .masonry-with-columns div:nth-child(8) { height: 475px; line-height: 475px; } .masonry-with-columns div:nth-child(9) { height: 330px; line-height: 330px; } .masonry-with-columns div:nth-child(10) { height: 246px; line-height: 246px; } .masonry-with-columns div:nth-child(11) { height: 204px; line-height: 204px; } .masonry-with-columns div:nth-child(12) { height: 179px; line-height: 179px; } .masonry-with-columns div:nth-child(13) { height: 338px; line-height: 338px; } .masonry-with-columns div:nth-child(14) { height: 429px; line-height: 429px; } .masonry-with-columns div:nth-child(15) { height: 459px; line-height: 459px; } .masonry-with-columns div:nth-child(16) { height: 150px; line-height: 150px; } .masonry-with-columns div:nth-child(17) { height: 212px; line-height: 212px; } .masonry-with-columns div:nth-child(18) { height: 460px; line-height: 460px; } .masonry-with-columns div:nth-child(19) { height: 431px; line-height: 431px; } .masonry-with-columns div:nth-child(20) { height: 238px; line-height: 238px; } .masonry-with-columns div:nth-child(21) { height: 156px; line-height: 156px; } .masonry-with-columns div:nth-child(22) { height: 275px; line-height: 275px; } .masonry-with-columns div:nth-child(23) { height: 207px; line-height: 207px; } .masonry-with-columns div:nth-child(24) { height: 158px; line-height: 158px; } .masonry-with-columns div:nth-child(25) { height: 287px; line-height: 287px; } .masonry-with-columns div:nth-child(26) { height: 162px; line-height: 162px; } .masonry-with-columns div:nth-child(27) { height: 460px; line-height: 460px; } .masonry-with-columns div:nth-child(28) { height: 175px; line-height: 175px; } .masonry-with-columns div:nth-child(29) { height: 298px; line-height: 298px; } .masonry-with-columns div:nth-child(30) { height: 159px; line-height: 159px; } .masonry-with-columns div:nth-child(31) { height: 129px; line-height: 129px; } .masonry-with-columns div:nth-child(32) { height: 470px; line-height: 470px; } .masonry-with-columns div:nth-child(33) { height: 118px; line-height: 118px; } .masonry-with-columns div:nth-child(34) { height: 224px; line-height: 224px; } .masonry-with-columns div:nth-child(35) { height: 168px; line-height: 168px; } .masonry-with-columns div:nth-child(36) { height: 140px; line-height: 140px; } .masonry-with-columns-2 { display: flex; flex-wrap: wrap; } .masonry-with-columns-2 div { height: 150px; line-height: 150px; background: #9B1B30; color: white; margin: 0 1rem 1rem 0; text-align: center; font-weight: 900; font-size: 2rem; flex: 1 0 auto; } .masonry-with-columns-2 div:nth-child(1) { width: 345px; } .masonry-with-columns-2 div:nth-child(2) { width: 74px; } .masonry-with-columns-2 div:nth-child(3) { width: 424px; } .masonry-with-columns-2 div:nth-child(4) { width: 267px; } .masonry-with-columns-2 div:nth-child(5) { width: 239px; } .masonry-with-columns-2 div:nth-child(6) { width: 169px; } .masonry-with-columns-2 div:nth-child(7) { width: 117px; } .masonry-with-columns-2 div:nth-child(8) { width: 372px; } .masonry-with-columns-2 div:nth-child(9) { width: 457px; } .masonry-with-columns-2 div:nth-child(10) { width: 415px; } .masonry-with-columns-2 div:nth-child(11) { width: 183px; } .masonry-with-columns-2 div:nth-child(12) { width: 241px; } .masonry-with-columns-2 div:nth-child(13) { width: 333px; } .masonry-with-columns-2 div:nth-child(14) { width: 432px; } .masonry-with-columns-2 div:nth-child(15) { width: 413px; } .masonry-with-columns-2 div:nth-child(16) { width: 168px; } .masonry-with-columns-2 div:nth-child(17) { width: 307px; } .masonry-with-columns-2 div:nth-child(18) { width: 133px; } .masonry-with-columns-2 div:nth-child(19) { width: 422px; } .masonry-with-columns-2 div:nth-child(20) { width: 109px; } .masonry-with-columns-2 div:nth-child(21) { width: 204px; } .masonry-with-columns-2 div:nth-child(22) { width: 175px; } .masonry-with-columns-2 div:nth-child(23) { width: 368px; } .masonry-with-columns-2 div:nth-child(24) { width: 126px; } .masonry-with-columns-2 div:nth-child(25) { width: 184px; } .masonry-with-columns-2 div:nth-child(26) { width: 279px; } .masonry-with-columns-2 div:nth-child(27) { width: 143px; } .masonry-with-columns-2 div:nth-child(28) { width: 220px; } .masonry-with-columns-2 div:nth-child(29) { width: 77px; } .masonry-with-columns-2 div:nth-child(30) { width: 71px; } .masonry-with-columns-2 div:nth-child(31) { width: 171px; } .masonry-with-columns-2 div:nth-child(32) { width: 129px; } .masonry-with-columns-2 div:nth-child(33) { width: 214px; } .masonry-with-columns-2 div:nth-child(34) { width: 216px; } .masonry-with-columns-2 div:nth-child(35) { width: 354px; } .masonry-with-columns-2 div:nth-child(36) { width: 436px; } .masonry-with-flex { display: flex; flex-direction: column; flex-wrap: wrap; max-height: 1000px; } .masonry-with-flex div { width: auto; background: #975A58; color: white; margin: 0 1rem 1rem 0; text-align: center; font-weight: 900; font-size: 2rem; } .masonry-with-flex div:nth-child(1) { height: 461px; line-height: 461px; } .masonry-with-flex div:nth-child(2) { height: 324px; line-height: 324px; } .masonry-with-flex div:nth-child(3) { height: 280px; line-height: 280px; } .masonry-with-flex div:nth-child(4) { height: 381px; line-height: 381px; } .masonry-with-flex div:nth-child(5) { height: 109px; line-height: 109px; } .masonry-with-flex div:nth-child(6) { height: 288px; line-height: 288px; } .masonry-with-flex div:nth-child(7) { height: 399px; line-height: 399px; } .masonry-with-flex div:nth-child(8) { height: 230px; line-height: 230px; } .masonry-with-flex div:nth-child(9) { height: 485px; line-height: 485px; } .masonry-with-flex div:nth-child(10) { height: 408px; line-height: 408px; } .masonry-with-flex div:nth-child(11) { height: 413px; line-height: 413px; } .masonry-with-flex div:nth-child(12) { height: 425px; line-height: 425px; } .masonry-with-flex div:nth-child(13) { height: 323px; line-height: 323px; } .masonry-with-flex div:nth-child(14) { height: 370px; line-height: 370px; } .masonry-with-flex div:nth-child(15) { height: 214px; line-height: 214px; } .masonry-with-flex div:nth-child(16) { height: 199px; line-height: 199px; } .masonry-with-flex div:nth-child(17) { height: 164px; line-height: 164px; } .masonry-with-flex div:nth-child(18) { height: 453px; line-height: 453px; } .masonry-with-flex div:nth-child(19) { height: 442px; line-height: 442px; } .masonry-with-flex div:nth-child(20) { height: 339px; line-height: 339px; } .masonry-with-flex div:nth-child(21) { height: 168px; line-height: 168px; } .masonry-with-flex div:nth-child(22) { height: 373px; line-height: 373px; } .masonry-with-flex div:nth-child(23) { height: 131px; line-height: 131px; } .masonry-with-flex div:nth-child(24) { height: 256px; line-height: 256px; } .masonry-with-flex div:nth-child(25) { height: 152px; line-height: 152px; } .masonry-with-flex div:nth-child(26) { height: 355px; line-height: 355px; } .masonry-with-flex div:nth-child(27) { height: 267px; line-height: 267px; } .masonry-with-flex div:nth-child(28) { height: 190px; line-height: 190px; } .masonry-with-flex div:nth-child(29) { height: 433px; line-height: 433px; } .masonry-with-flex div:nth-child(30) { height: 146px; line-height: 146px; } .masonry-with-flex div:nth-child(31) { height: 190px; line-height: 190px; } .masonry-with-flex div:nth-child(32) { height: 156px; line-height: 156px; } .masonry-with-flex div:nth-child(33) { height: 500px; line-height: 500px; } .masonry-with-flex div:nth-child(34) { height: 109px; line-height: 109px; } .masonry-with-flex div:nth-child(35) { height: 293px; line-height: 293px; } .masonry-with-flex div:nth-child(36) { height: 169px; line-height: 169px; }
Client/src/pages/Masonry.css
.masonry-with-columns { display: flex; flex-direction: column; flex-wrap: wrap; max-height: 1000px; } .masonry-with-columns div { flex: 1 0 auto; background: #00997B; color: white; margin: 0 1rem 1rem 0; text-align: center; font-weight: 900; font-size: 2rem; } .masonry-with-columns div:nth-child(1) { height: 206px; line-height: 206px; } .masonry-with-columns div:nth-child(2) { height: 196px; line-height: 196px; } .masonry-with-columns div:nth-child(3) { height: 201px; line-height: 201px; } .masonry-with-columns div:nth-child(4) { height: 463px; line-height: 463px; } .masonry-with-columns div:nth-child(5) { height: 422px; line-height: 422px; } .masonry-with-columns div:nth-child(6) { height: 191px; line-height: 191px; } .masonry-with-columns div:nth-child(7) { height: 490px; line-height: 490px; } .masonry-with-columns div:nth-child(8) { height: 475px; line-height: 475px; } .masonry-with-columns div:nth-child(9) { height: 330px; line-height: 330px; } .masonry-with-columns div:nth-child(10) { height: 246px; line-height: 246px; } .masonry-with-columns div:nth-child(11) { height: 204px; line-height: 204px; } .masonry-with-columns div:nth-child(12) { height: 179px; line-height: 179px; } .masonry-with-columns div:nth-child(13) { height: 338px; line-height: 338px; } .masonry-with-columns div:nth-child(14) { height: 429px; line-height: 429px; } .masonry-with-columns div:nth-child(15) { height: 459px; line-height: 459px; } .masonry-with-columns div:nth-child(16) { height: 150px; line-height: 150px; } .masonry-with-columns div:nth-child(17) { height: 212px; line-height: 212px; } .masonry-with-columns div:nth-child(18) { height: 460px; line-height: 460px; } .masonry-with-columns div:nth-child(19) { height: 431px; line-height: 431px; } .masonry-with-columns div:nth-child(20) { height: 238px; line-height: 238px; } .masonry-with-columns div:nth-child(21) { height: 156px; line-height: 156px; } .masonry-with-columns div:nth-child(22) { height: 275px; line-height: 275px; } .masonry-with-columns div:nth-child(23) { height: 207px; line-height: 207px; } .masonry-with-columns div:nth-child(24) { height: 158px; line-height: 158px; } .masonry-with-columns div:nth-child(25) { height: 287px; line-height: 287px; } .masonry-with-columns div:nth-child(26) { height: 162px; line-height: 162px; } .masonry-with-columns div:nth-child(27) { height: 460px; line-height: 460px; } .masonry-with-columns div:nth-child(28) { height: 175px; line-height: 175px; } .masonry-with-columns div:nth-child(29) { height: 298px; line-height: 298px; } .masonry-with-columns div:nth-child(30) { height: 159px; line-height: 159px; } .masonry-with-columns div:nth-child(31) { height: 129px; line-height: 129px; } .masonry-with-columns div:nth-child(32) { height: 470px; line-height: 470px; } .masonry-with-columns div:nth-child(33) { height: 118px; line-height: 118px; } .masonry-with-columns div:nth-child(34) { height: 224px; line-height: 224px; } .masonry-with-columns div:nth-child(35) { height: 168px; line-height: 168px; } .masonry-with-columns div:nth-child(36) { height: 140px; line-height: 140px; } .masonry-with-columns-2 { display: flex; flex-wrap: wrap; } .masonry-with-columns-2 div { height: 150px; line-height: 150px; background: #9B1B30; color: white; margin: 0 1rem 1rem 0; text-align: center; font-weight: 900; font-size: 2rem; flex: 1 0 auto; } .masonry-with-columns-2 div:nth-child(1) { width: 345px; } .masonry-with-columns-2 div:nth-child(2) { width: 74px; } .masonry-with-columns-2 div:nth-child(3) { width: 424px; } .masonry-with-columns-2 div:nth-child(4) { width: 267px; } .masonry-with-columns-2 div:nth-child(5) { width: 239px; } .masonry-with-columns-2 div:nth-child(6) { width: 169px; } .masonry-with-columns-2 div:nth-child(7) { width: 117px; } .masonry-with-columns-2 div:nth-child(8) { width: 372px; } .masonry-with-columns-2 div:nth-child(9) { width: 457px; } .masonry-with-columns-2 div:nth-child(10) { width: 415px; } .masonry-with-columns-2 div:nth-child(11) { width: 183px; } .masonry-with-columns-2 div:nth-child(12) { width: 241px; } .masonry-with-columns-2 div:nth-child(13) { width: 333px; } .masonry-with-columns-2 div:nth-child(14) { width: 432px; } .masonry-with-columns-2 div:nth-child(15) { width: 413px; } .masonry-with-columns-2 div:nth-child(16) { width: 168px; } .masonry-with-columns-2 div:nth-child(17) { width: 307px; } .masonry-with-columns-2 div:nth-child(18) { width: 133px; } .masonry-with-columns-2 div:nth-child(19) { width: 422px; } .masonry-with-columns-2 div:nth-child(20) { width: 109px; } .masonry-with-columns-2 div:nth-child(21) { width: 204px; } .masonry-with-columns-2 div:nth-child(22) { width: 175px; } .masonry-with-columns-2 div:nth-child(23) { width: 368px; } .masonry-with-columns-2 div:nth-child(24) { width: 126px; } .masonry-with-columns-2 div:nth-child(25) { width: 184px; } .masonry-with-columns-2 div:nth-child(26) { width: 279px; } .masonry-with-columns-2 div:nth-child(27) { width: 143px; } .masonry-with-columns-2 div:nth-child(28) { width: 220px; } .masonry-with-columns-2 div:nth-child(29) { width: 77px; } .masonry-with-columns-2 div:nth-child(30) { width: 71px; } .masonry-with-columns-2 div:nth-child(31) { width: 171px; } .masonry-with-columns-2 div:nth-child(32) { width: 129px; } .masonry-with-columns-2 div:nth-child(33) { width: 214px; } .masonry-with-columns-2 div:nth-child(34) { width: 216px; } .masonry-with-columns-2 div:nth-child(35) { width: 354px; } .masonry-with-columns-2 div:nth-child(36) { width: 436px; } .masonry-with-flex { display: flex; flex-direction: column; flex-wrap: wrap; max-height: 1000px; } .masonry-with-flex div { width: auto; background: #975A58; color: white; margin: 0 1rem 1rem 0; text-align: center; font-weight: 900; font-size: 2rem; } .masonry-with-flex div:nth-child(1) { height: 461px; line-height: 461px; } .masonry-with-flex div:nth-child(2) { height: 324px; line-height: 324px; } .masonry-with-flex div:nth-child(3) { height: 280px; line-height: 280px; } .masonry-with-flex div:nth-child(4) { height: 381px; line-height: 381px; } .masonry-with-flex div:nth-child(5) { height: 109px; line-height: 109px; } .masonry-with-flex div:nth-child(6) { height: 288px; line-height: 288px; } .masonry-with-flex div:nth-child(7) { height: 399px; line-height: 399px; } .masonry-with-flex div:nth-child(8) { height: 230px; line-height: 230px; } .masonry-with-flex div:nth-child(9) { height: 485px; line-height: 485px; } .masonry-with-flex div:nth-child(10) { height: 408px; line-height: 408px; } .masonry-with-flex div:nth-child(11) { height: 413px; line-height: 413px; } .masonry-with-flex div:nth-child(12) { height: 425px; line-height: 425px; } .masonry-with-flex div:nth-child(13) { height: 323px; line-height: 323px; } .masonry-with-flex div:nth-child(14) { height: 370px; line-height: 370px; } .masonry-with-flex div:nth-child(15) { height: 214px; line-height: 214px; } .masonry-with-flex div:nth-child(16) { height: 199px; line-height: 199px; } .masonry-with-flex div:nth-child(17) { height: 164px; line-height: 164px; } .masonry-with-flex div:nth-child(18) { height: 453px; line-height: 453px; } .masonry-with-flex div:nth-child(19) { height: 442px; line-height: 442px; } .masonry-with-flex div:nth-child(20) { height: 339px; line-height: 339px; } .masonry-with-flex div:nth-child(21) { height: 168px; line-height: 168px; } .masonry-with-flex div:nth-child(22) { height: 373px; line-height: 373px; } .masonry-with-flex div:nth-child(23) { height: 131px; line-height: 131px; } .masonry-with-flex div:nth-child(24) { height: 256px; line-height: 256px; } .masonry-with-flex div:nth-child(25) { height: 152px; line-height: 152px; } .masonry-with-flex div:nth-child(26) { height: 355px; line-height: 355px; } .masonry-with-flex div:nth-child(27) { height: 267px; line-height: 267px; } .masonry-with-flex div:nth-child(28) { height: 190px; line-height: 190px; } .masonry-with-flex div:nth-child(29) { height: 433px; line-height: 433px; } .masonry-with-flex div:nth-child(30) { height: 146px; line-height: 146px; } .masonry-with-flex div:nth-child(31) { height: 190px; line-height: 190px; } .masonry-with-flex div:nth-child(32) { height: 156px; line-height: 156px; } .masonry-with-flex div:nth-child(33) { height: 500px; line-height: 500px; } .masonry-with-flex div:nth-child(34) { height: 109px; line-height: 109px; } .masonry-with-flex div:nth-child(35) { height: 293px; line-height: 293px; } .masonry-with-flex div:nth-child(36) { height: 169px; line-height: 169px; }
0.373304
0.072867
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; background:url("bg.jpg"); } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } #wrapper { width:920px; margin:auto; padding-top:20px; padding:20px; background-color:#fafafa; overflow:hidden; box-shadow:0px 0px 10px #333; } .left-main-area { width:650px; margin-right:10px; float:left; } .right-activitylog { width:260px; float:left; } h1 { font-size:24px; margin-bottom:20px; font-family:Georgia, serif; text-transform:uppercase; color: #333; text-shadow: 0px 1px 1px #ccc; padding:10px; } #textboxmain { width:620px; border:1px solid #ccc; font-family:'Arial'; font-size:16px; height:100px; max-width:620px; } #savebtn { float:right; margin-right:30px; padding:5px 10px; } #task { width:650px; float:left; } .feed { width:630px; margin-top:20px; float:left; } .feed li { margin-bottom:15px; padding:10px; box-shadow:0px 0px 7px #AAA; font-family: } .feed li .timestamp { font-family: Helvetica, Arial, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; text-transform: uppercase; letter-spacing: normal; line-height: 1.6em; color:#AAA; } .feed li p { font-family: Georgia, serif; font-size: 20px; font-style: italic; font-weight: normal; text-transform: normal; letter-spacing: normal; line-height: 1.4em; color:#666; } .delbtn { font-family:'Arial'; font-size:11px; color:#666; } .right-activitylog { font-family:Georgia, serif; margin-top:30px; color:#999; } .right-activitylog p { line-height:18px; font-size:12px; } .right-activitylog h2 { font-size:20px; text-transform:uppercase; margin-bottom:20px; }
apps/taskmaster/styles.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; background:url("bg.jpg"); } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } #wrapper { width:920px; margin:auto; padding-top:20px; padding:20px; background-color:#fafafa; overflow:hidden; box-shadow:0px 0px 10px #333; } .left-main-area { width:650px; margin-right:10px; float:left; } .right-activitylog { width:260px; float:left; } h1 { font-size:24px; margin-bottom:20px; font-family:Georgia, serif; text-transform:uppercase; color: #333; text-shadow: 0px 1px 1px #ccc; padding:10px; } #textboxmain { width:620px; border:1px solid #ccc; font-family:'Arial'; font-size:16px; height:100px; max-width:620px; } #savebtn { float:right; margin-right:30px; padding:5px 10px; } #task { width:650px; float:left; } .feed { width:630px; margin-top:20px; float:left; } .feed li { margin-bottom:15px; padding:10px; box-shadow:0px 0px 7px #AAA; font-family: } .feed li .timestamp { font-family: Helvetica, Arial, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; text-transform: uppercase; letter-spacing: normal; line-height: 1.6em; color:#AAA; } .feed li p { font-family: Georgia, serif; font-size: 20px; font-style: italic; font-weight: normal; text-transform: normal; letter-spacing: normal; line-height: 1.4em; color:#666; } .delbtn { font-family:'Arial'; font-size:11px; color:#666; } .right-activitylog { font-family:Georgia, serif; margin-top:30px; color:#999; } .right-activitylog p { line-height:18px; font-size:12px; } .right-activitylog h2 { font-size:20px; text-transform:uppercase; margin-bottom:20px; }
0.291888
0.068756
section#sample.sample001 .messageView, section#sample.sample002 .messageView { position: relative; width: 700px; height: 320px; margin: 80px auto 20px; cursor: pointer; } section#sample.sample001 .messageView .mv-contents, section#sample.sample002 .messageView .mv-contents { padding: 80px 0 0 0; } section#sample.sample001 .messageView .mv-contents .mv-name, section#sample.sample002 .messageView .mv-contents .mv-name { position: absolute; top: 93px; left: -40px; width: 300px; padding: 6px 10px; background: rgba(47, 109, 174, 0.8); background: -webkit-gradient(linear, left top, right top, from(rgba(47, 109, 174, 0)), color-stop(0.1, rgba(47, 109, 174, 0.8)), color-stop(0.9, rgba(47, 109, 174, 0.8)), to(rgba(47, 109, 174, 0))); color: #ffffff; font-weight: bold; font-size: 22px; text-align: center; text-shadow: #000 1px 1px 1px; text-shadow: #000 1px 1px 3px 1px; z-index: 20; } section#sample.sample001 .messageView .mv-contents .mv-comment, section#sample.sample002 .messageView .mv-contents .mv-comment { position: relative; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 50px; height: 160px; padding: 20px 30px 10px 30px; background: rgba(33, 54, 94, 0.7); border-radius: 8px; color: #ffffff; z-index: 10; } section#sample.sample001 .messageView .mv-contents .mv-comment .pointer, section#sample.sample002 .messageView .mv-contents .mv-comment .pointer { position: absolute; right: 20px; bottom: 0; width: 20px; height: 34px; /*background: url(../img//icon_pointer.png) no-repeat;*/ -moz-background-size: 20px auto; -o-background-size: 20px auto; -webkit-background-size: 20px auto; background-size: 20px auto; -moz-animation: pointer-anime 1s ease-in-out infinite; -webkit-animation: pointer-anime 1s ease-in-out infinite; animation: pointer-anime 1s ease-in-out infinite; } section#sample.sample001 .messageView .mv-contents .mv-image.character, section#sample.sample002 .messageView .mv-contents .mv-image.character { position: absolute; right: -62px; top: -111px; z-index: 1; } section#sample.sample001 .messageView .mv-contents .mv-image.character img, section#sample.sample002 .messageView .mv-contents .mv-image.character img { display: block; width: 300px; } section#sample.sample001 .messageView.left .mv-name, section#sample.sample002 .messageView.left .mv-name { left: auto; right: -23px; } section#sample.sample001 .messageView.left .mv-contents .mv-image.character, section#sample.sample002 .messageView.left .mv-contents .mv-image.character { right: auto; left: -24px; } section#sample.sample001 .messageView.center .mv-contents .mv-image.character, section#sample.sample002 .messageView.center .mv-contents .mv-image.character { right: auto; left: 50%; margin-left: -150px; -moz-animation: character-anime 3s ease-in infinite; -webkit-animation: character-anime 3s ease-in infinite; animation: character-anime 3s ease-in infinite; } @media screen and (max-width: 768px) { section#sample.sample001 .messageView, section#sample.sample002 .messageView { width: auto; height: auto; margin: 0 auto 20px; } section#sample.sample001 .messageView .mv-contents .mv-name, section#sample.sample002 .messageView .mv-contents .mv-name { top: 102px; left: -11px; width: 150px; font-size: 15px; } section#sample.sample001 .messageView .mv-contents .mv-image.character, section#sample.sample002 .messageView .mv-contents .mv-image.character { right: -15px; top: -16px; } section#sample.sample001 .messageView .mv-contents .mv-image.character img, section#sample.sample002 .messageView .mv-contents .mv-image.character img { width: 210px; } section#sample.sample001 .messageView .mv-contents .mv-comment, section#sample.sample002 .messageView .mv-contents .mv-comment { height: 137px; } section#sample.sample001 .messageView .mv-contents .mv-comment .val, section#sample.sample002 .messageView .mv-contents .mv-comment .val { font-size: 14px; } section#sample.sample001 .messageView .mv-contents .mv-comment .pointer, section#sample.sample002 .messageView .mv-contents .mv-comment .pointer { right: 16px; bottom: -10px; width: 15px; height: 34px; -moz-background-size: 15px auto; -o-background-size: 15px auto; -webkit-background-size: 15px auto; background-size: 15px auto; } section#sample.sample001 .messageView.left .mv-name, section#sample.sample002 .messageView.left .mv-name { left: auto; right: -9px; } section#sample.sample001 .messageView.left .mv-contents .mv-image.character, section#sample.sample002 .messageView.left .mv-contents .mv-image.character { right: auto; left: -24px; } section#sample.sample001 .messageView.center .mv-contents .mv-image.character, section#sample.sample002 .messageView.center .mv-contents .mv-image.character { margin-left: -100px; } section#sample.sample001 .stage-buttons .btn, section#sample.sample002 .stage-buttons .btn { margin-bottom: 10px; } } @-webkit-keyframes character-anime { 0% { -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 20% { -moz-transform: translate3d(0, -18px, 0); -ms-transform: translate3d(0, -18px, 0); -webkit-transform: translate3d(0, -18px, 0); transform: translate3d(0, -18px, 0); } 30% { -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } section#sample.sample002 .messageView.flash .effect { position: absolute; top: -110px; left: 0; display: block; width: 100%; height: 400px; background: #fff; -moz-animation: flash-anime 3s ease-in 1; -webkit-animation: flash-anime 3s ease-in 1; animation: flash-anime 3s ease-in 1; opacity: 0; } @-webkit-keyframes flash-anime { 0% { opacity: 0; } 20% { opacity: 0.5; z-index: 100; } 35% { opacity: 0; z-index: 100; } 50% { opacity: 0.9; z-index: 100; } 70% { opacity: 0; z-index: 100; } 100% { opacity: 0; z-index: 100; } } section#sample.sample003 .messageView { position: relative; height: 320px; margin-bottom: 20px; background: #000; } section#sample.sample003 .messageView .mv-comment { width: 630px; margin: 0 auto; } section#sample.sample003 .messageView .mv-comment .val { font-size: 90px; font-weight: bold; color: #f00; line-height: 320px; } @media screen and (max-width: 768px) { section#sample.sample003 .messageView { width: auto; height: auto; margin: 0 auto 20px; } section#sample.sample003 .messageView .mv-comment { width: 280px; } section#sample.sample003 .messageView .mv-comment .val { font-size: 40px; } section#sample.sample003 .stage-buttons .btn { margin-bottom: 10px; } } section#sample.sample004 .messageView { position: relative; height: 1000px; margin-bottom: 20px; background: url(../images/sample004/title.png) no-repeat; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; opacity: 0.7; } section#sample.sample004 .messageView .mv-comment { padding: 40px; } section#sample.sample004 .messageView .mv-comment .val { font-size: 24px; color: #fff; } section#sample.sample004 .messageView .mv-comment .pointer { position: absolute; right: 20px; bottom: 10px; width: 20px; height: 34px; background: url(../img/icon_pointer.png) no-repeat; -moz-background-size: 20px auto; -o-background-size: 20px auto; -webkit-background-size: 20px auto; background-size: 20px auto; -moz-animation: pointer-anime 1s ease-in-out infinite; -webkit-animation: pointer-anime 1s ease-in-out infinite; animation: pointer-anime 1s ease-in-out infinite; } @media screen and (max-width: 768px) { section#sample.sample004 .messageView { width: auto; height: auto; min-height: 200px; margin: 0 auto 20px; } section#sample.sample004 .messageView .mv-comment { padding: 8px; } section#sample.sample004 .messageView .mv-comment .val { font-size: 12px; } section#sample.sample004 .messageView .mv-comment .pointer { bottom: 0; width: 15px; height: 34px; -moz-background-size: 15px auto; -o-background-size: 15px auto; -webkit-background-size: 15px auto; background-size: 15px auto; } section#sample.sample004 .stage-buttons .btn { margin-bottom: 10px; } }
app/css/sample.css
section#sample.sample001 .messageView, section#sample.sample002 .messageView { position: relative; width: 700px; height: 320px; margin: 80px auto 20px; cursor: pointer; } section#sample.sample001 .messageView .mv-contents, section#sample.sample002 .messageView .mv-contents { padding: 80px 0 0 0; } section#sample.sample001 .messageView .mv-contents .mv-name, section#sample.sample002 .messageView .mv-contents .mv-name { position: absolute; top: 93px; left: -40px; width: 300px; padding: 6px 10px; background: rgba(47, 109, 174, 0.8); background: -webkit-gradient(linear, left top, right top, from(rgba(47, 109, 174, 0)), color-stop(0.1, rgba(47, 109, 174, 0.8)), color-stop(0.9, rgba(47, 109, 174, 0.8)), to(rgba(47, 109, 174, 0))); color: #ffffff; font-weight: bold; font-size: 22px; text-align: center; text-shadow: #000 1px 1px 1px; text-shadow: #000 1px 1px 3px 1px; z-index: 20; } section#sample.sample001 .messageView .mv-contents .mv-comment, section#sample.sample002 .messageView .mv-contents .mv-comment { position: relative; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 50px; height: 160px; padding: 20px 30px 10px 30px; background: rgba(33, 54, 94, 0.7); border-radius: 8px; color: #ffffff; z-index: 10; } section#sample.sample001 .messageView .mv-contents .mv-comment .pointer, section#sample.sample002 .messageView .mv-contents .mv-comment .pointer { position: absolute; right: 20px; bottom: 0; width: 20px; height: 34px; /*background: url(../img//icon_pointer.png) no-repeat;*/ -moz-background-size: 20px auto; -o-background-size: 20px auto; -webkit-background-size: 20px auto; background-size: 20px auto; -moz-animation: pointer-anime 1s ease-in-out infinite; -webkit-animation: pointer-anime 1s ease-in-out infinite; animation: pointer-anime 1s ease-in-out infinite; } section#sample.sample001 .messageView .mv-contents .mv-image.character, section#sample.sample002 .messageView .mv-contents .mv-image.character { position: absolute; right: -62px; top: -111px; z-index: 1; } section#sample.sample001 .messageView .mv-contents .mv-image.character img, section#sample.sample002 .messageView .mv-contents .mv-image.character img { display: block; width: 300px; } section#sample.sample001 .messageView.left .mv-name, section#sample.sample002 .messageView.left .mv-name { left: auto; right: -23px; } section#sample.sample001 .messageView.left .mv-contents .mv-image.character, section#sample.sample002 .messageView.left .mv-contents .mv-image.character { right: auto; left: -24px; } section#sample.sample001 .messageView.center .mv-contents .mv-image.character, section#sample.sample002 .messageView.center .mv-contents .mv-image.character { right: auto; left: 50%; margin-left: -150px; -moz-animation: character-anime 3s ease-in infinite; -webkit-animation: character-anime 3s ease-in infinite; animation: character-anime 3s ease-in infinite; } @media screen and (max-width: 768px) { section#sample.sample001 .messageView, section#sample.sample002 .messageView { width: auto; height: auto; margin: 0 auto 20px; } section#sample.sample001 .messageView .mv-contents .mv-name, section#sample.sample002 .messageView .mv-contents .mv-name { top: 102px; left: -11px; width: 150px; font-size: 15px; } section#sample.sample001 .messageView .mv-contents .mv-image.character, section#sample.sample002 .messageView .mv-contents .mv-image.character { right: -15px; top: -16px; } section#sample.sample001 .messageView .mv-contents .mv-image.character img, section#sample.sample002 .messageView .mv-contents .mv-image.character img { width: 210px; } section#sample.sample001 .messageView .mv-contents .mv-comment, section#sample.sample002 .messageView .mv-contents .mv-comment { height: 137px; } section#sample.sample001 .messageView .mv-contents .mv-comment .val, section#sample.sample002 .messageView .mv-contents .mv-comment .val { font-size: 14px; } section#sample.sample001 .messageView .mv-contents .mv-comment .pointer, section#sample.sample002 .messageView .mv-contents .mv-comment .pointer { right: 16px; bottom: -10px; width: 15px; height: 34px; -moz-background-size: 15px auto; -o-background-size: 15px auto; -webkit-background-size: 15px auto; background-size: 15px auto; } section#sample.sample001 .messageView.left .mv-name, section#sample.sample002 .messageView.left .mv-name { left: auto; right: -9px; } section#sample.sample001 .messageView.left .mv-contents .mv-image.character, section#sample.sample002 .messageView.left .mv-contents .mv-image.character { right: auto; left: -24px; } section#sample.sample001 .messageView.center .mv-contents .mv-image.character, section#sample.sample002 .messageView.center .mv-contents .mv-image.character { margin-left: -100px; } section#sample.sample001 .stage-buttons .btn, section#sample.sample002 .stage-buttons .btn { margin-bottom: 10px; } } @-webkit-keyframes character-anime { 0% { -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 20% { -moz-transform: translate3d(0, -18px, 0); -ms-transform: translate3d(0, -18px, 0); -webkit-transform: translate3d(0, -18px, 0); transform: translate3d(0, -18px, 0); } 30% { -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 100% { -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } section#sample.sample002 .messageView.flash .effect { position: absolute; top: -110px; left: 0; display: block; width: 100%; height: 400px; background: #fff; -moz-animation: flash-anime 3s ease-in 1; -webkit-animation: flash-anime 3s ease-in 1; animation: flash-anime 3s ease-in 1; opacity: 0; } @-webkit-keyframes flash-anime { 0% { opacity: 0; } 20% { opacity: 0.5; z-index: 100; } 35% { opacity: 0; z-index: 100; } 50% { opacity: 0.9; z-index: 100; } 70% { opacity: 0; z-index: 100; } 100% { opacity: 0; z-index: 100; } } section#sample.sample003 .messageView { position: relative; height: 320px; margin-bottom: 20px; background: #000; } section#sample.sample003 .messageView .mv-comment { width: 630px; margin: 0 auto; } section#sample.sample003 .messageView .mv-comment .val { font-size: 90px; font-weight: bold; color: #f00; line-height: 320px; } @media screen and (max-width: 768px) { section#sample.sample003 .messageView { width: auto; height: auto; margin: 0 auto 20px; } section#sample.sample003 .messageView .mv-comment { width: 280px; } section#sample.sample003 .messageView .mv-comment .val { font-size: 40px; } section#sample.sample003 .stage-buttons .btn { margin-bottom: 10px; } } section#sample.sample004 .messageView { position: relative; height: 1000px; margin-bottom: 20px; background: url(../images/sample004/title.png) no-repeat; -moz-background-size: 100% auto; -o-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; opacity: 0.7; } section#sample.sample004 .messageView .mv-comment { padding: 40px; } section#sample.sample004 .messageView .mv-comment .val { font-size: 24px; color: #fff; } section#sample.sample004 .messageView .mv-comment .pointer { position: absolute; right: 20px; bottom: 10px; width: 20px; height: 34px; background: url(../img/icon_pointer.png) no-repeat; -moz-background-size: 20px auto; -o-background-size: 20px auto; -webkit-background-size: 20px auto; background-size: 20px auto; -moz-animation: pointer-anime 1s ease-in-out infinite; -webkit-animation: pointer-anime 1s ease-in-out infinite; animation: pointer-anime 1s ease-in-out infinite; } @media screen and (max-width: 768px) { section#sample.sample004 .messageView { width: auto; height: auto; min-height: 200px; margin: 0 auto 20px; } section#sample.sample004 .messageView .mv-comment { padding: 8px; } section#sample.sample004 .messageView .mv-comment .val { font-size: 12px; } section#sample.sample004 .messageView .mv-comment .pointer { bottom: 0; width: 15px; height: 34px; -moz-background-size: 15px auto; -o-background-size: 15px auto; -webkit-background-size: 15px auto; background-size: 15px auto; } section#sample.sample004 .stage-buttons .btn { margin-bottom: 10px; } }
0.377655
0.061283
html { font-family: "Google Sans", "Roboto", sans-serif; background: #f5f5f5; } body { margin: 0; text-align: center; } .material-icons { position: relative; top: 2px; font-size: 1em; } a { color: #1e88e5 } .title { box-sizing: border-box; text-align: left; padding: 15px 20px; margin-top: 10px; font-size: 2em; font-weight: bold; color: #1e88e5; } .sub-title { box-sizing: border-box; text-align: left; padding: 10px 20px; margin-bottom: 40px; font-size: 1.1em; color: #616161; } #container { box-sizing: border-box; padding: 20px; display: inline-block; width: 100%; max-width: 600px; } .card { box-sizing: border-box; padding: 30px; padding-bottom: 35px; border-radius: 15px; width: 100%; background: white; box-shadow: 0 0px 15px rgba(35, 35, 34, 0.18); text-align: left; margin-bottom: 20px; } .card-title { font-size: 1.3em; color: #1e88e5; font-weight: 700; margin-bottom: 10px; } .card-sub-title { font-size: 1em; color: #616161; margin-bottom: 25px; } #weather { display: grid; grid-column-gap: 20px; grid-template-columns: 115px auto; } #weather-icon { grid-column-start: 1; grid-column-end: 1; width: 100%; border-radius: 8px; } #weather-info { grid-column-start: 2; grid-column-end: 2; } #weather-data { margin-top: 13px; font-size: 16px; color: #616161; } #weather-desc { font-weight: bold; font-size: 1.3em; } .weather-data-section { margin-top: 7px; } .weather-datum { background: #b3e5fc; color: #0d47a1; margin-left: 4px; padding: 1px 6px; border-radius: 4px; font-weight: 500; } #alert-card { display: none; } #alerts { width: 100%; margin-bottom: -15px; } .alert { box-sizing: border-box; border-radius: 12px; width: 100%; margin-bottom: 15px; } .alert:hover { cursor: pointer; } .alert-title { color: white; padding: 10px 15px; } .alert-button { width: 100%; text-align: right; display: block; margin-top: -28px; } .alert-icon { position: relative; top: -4px; margin-right: 15px; color: white; font-size: 23px; } .alert-icon:hover { color: #eeeeee; } .alert-description { background: #eeeeee; color: #212121; padding: 20px; padding-bottom: 25px; border-radius: 0px 0px 12px 12px; font-size: 0.9em; } #days { width: 100%; margin-bottom: -15px; } .day { background: #eeeeee; box-sizing: border-box; border-radius: 12px; width: 100%; margin-bottom: 15px; padding: 18px; } .day-name { font-size: 1.3em; color: #424242; font-weight: bold; } .day-chart { background: white; height: 30px; border-radius: 10px; margin-bottom: 5px; overflow: hidden; } .day-chance { text-align: right; margin-top: -8px; position: relative; top: -18px; font-size: 1.3em; } .day-bar { background: #1e88e5; width: 0%; height: 30px; }
style.css
html { font-family: "Google Sans", "Roboto", sans-serif; background: #f5f5f5; } body { margin: 0; text-align: center; } .material-icons { position: relative; top: 2px; font-size: 1em; } a { color: #1e88e5 } .title { box-sizing: border-box; text-align: left; padding: 15px 20px; margin-top: 10px; font-size: 2em; font-weight: bold; color: #1e88e5; } .sub-title { box-sizing: border-box; text-align: left; padding: 10px 20px; margin-bottom: 40px; font-size: 1.1em; color: #616161; } #container { box-sizing: border-box; padding: 20px; display: inline-block; width: 100%; max-width: 600px; } .card { box-sizing: border-box; padding: 30px; padding-bottom: 35px; border-radius: 15px; width: 100%; background: white; box-shadow: 0 0px 15px rgba(35, 35, 34, 0.18); text-align: left; margin-bottom: 20px; } .card-title { font-size: 1.3em; color: #1e88e5; font-weight: 700; margin-bottom: 10px; } .card-sub-title { font-size: 1em; color: #616161; margin-bottom: 25px; } #weather { display: grid; grid-column-gap: 20px; grid-template-columns: 115px auto; } #weather-icon { grid-column-start: 1; grid-column-end: 1; width: 100%; border-radius: 8px; } #weather-info { grid-column-start: 2; grid-column-end: 2; } #weather-data { margin-top: 13px; font-size: 16px; color: #616161; } #weather-desc { font-weight: bold; font-size: 1.3em; } .weather-data-section { margin-top: 7px; } .weather-datum { background: #b3e5fc; color: #0d47a1; margin-left: 4px; padding: 1px 6px; border-radius: 4px; font-weight: 500; } #alert-card { display: none; } #alerts { width: 100%; margin-bottom: -15px; } .alert { box-sizing: border-box; border-radius: 12px; width: 100%; margin-bottom: 15px; } .alert:hover { cursor: pointer; } .alert-title { color: white; padding: 10px 15px; } .alert-button { width: 100%; text-align: right; display: block; margin-top: -28px; } .alert-icon { position: relative; top: -4px; margin-right: 15px; color: white; font-size: 23px; } .alert-icon:hover { color: #eeeeee; } .alert-description { background: #eeeeee; color: #212121; padding: 20px; padding-bottom: 25px; border-radius: 0px 0px 12px 12px; font-size: 0.9em; } #days { width: 100%; margin-bottom: -15px; } .day { background: #eeeeee; box-sizing: border-box; border-radius: 12px; width: 100%; margin-bottom: 15px; padding: 18px; } .day-name { font-size: 1.3em; color: #424242; font-weight: bold; } .day-chart { background: white; height: 30px; border-radius: 10px; margin-bottom: 5px; overflow: hidden; } .day-chance { text-align: right; margin-top: -8px; position: relative; top: -18px; font-size: 1.3em; } .day-bar { background: #1e88e5; width: 0%; height: 30px; }
0.255251
0.100525
.header_block { background-color: #6e9936; } a, label { color: #4f7f2a; } a:hover { color: #f75342; } #main_nav a, #randomquote a { color: #ffffff; } #main_nav a:hover, #randomquote a:hover { color: #dddddd; } .fileUploadProgressBar { background-color: #6e9936; } .alternate_row { margin-left: -15px; padding-left: 15px; padding-right: 15px; background-color: #eff3ef; } /* Default Styles for core elements */ /* ---------------------------------------------- */ /*body { background-color: #f4a7cb; color: #333333; } */ body { background-color: #d8d8c8; color: #333333; } h1, h3, h4 { color: #222222; } h2 { color: #969696; } a { text-decoration: none; font-weight: bold; } #headercontainer { background-image: url('../img/headerbg.png'); height: 100px; } .main_roundtop { background-image: url('../img/body_top_bg.png'); } .main_roundbottom { background-image: url('../img/body_bottom_bg.png'); } .shout_roundtop { background-image: url('../img/shout_top_bg.png'); } .shout_roundbottom { background-image: url('../img/shout_bottom_bg.png'); } #shout_content { background-color: #ffffff; } #main_content { background-color: #ffffff; } #fixedfooter { color: #ffffff; font-size: 10px; line-height: 35px; } #fixedfooter p { padding-left: 15px; } #shout_content iframe { height: 580px; } #shout_form button { height: 22px; line-height: 18px; margin-top: 8px; } .bigbutton { height: 36px; padding: 0 12px 0 12px; margin-top: 16px; margin-left: auto; margin-right: auto; display: block; } #main_nav sup { font-size: 10px; vertical-align: top; color: #ffffff; background-image: url('../img/trans_black.png'); padding: 1px 7px 2px 7px; margin: 0 0 0 5px; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; } /* Additional Elements Used Frequently */ /* ---------------------------------------------- */ .big_avatar { max-width: 160px; max-height: 175px; } /* TODO: Make this max-width when we have bigger placeholders */ .avatar { max-width: 100px; max-height: 100px; } .small_avatar { max-width: 50px; max-height: 50px; } .usernamelink { color: #696969; } .tiny_avatar, .tiny_icon { max-width: 30px; max-height: 30px; } .huge_icon { max-width: 95px; max-height: 100px; } .header_block { font-size: 10px; line-height: 18px; height: 19px; font-weight: bold; font-family: Verdana, Helvetica, Arial, "Sans Serif"; color: #ffffff; margin-bottom: 8px; } .new_link { font-size: 10px; color: #ff0000; font-weight: normal!important; } .folderlist { padding-top: 32px; background-image: url('/template/vr_green/img/nipple.png'); background-repeat: no-repeat; background-position: 15px 19px; } .folderlist li { margin-bottom: 2px; padding: 6px 0 5px 0; background-color: #f2f2ee; } .folderlist li.active { background-color: #6e9936; } .folderlist li.active a { color: #ffffff; } .folderlist li.last { border-bottom: 1px solid #f2f2ee; } /* Private Messages */ .pm_container { border-top: 1px dashed #dddddd; padding-bottom: 8px; padding-top: 8px; } .pm_sent_main { padding-top: 8px; } /* Shoutbox Formatting */ .shout { padding: 0 10px 0 10px; margin-bottom: 8px; font-size: 11px; } .shout_archive_container { margin-bottom: 10px; margin-top: 5px; } .shout_archive_container h5 { margin-top: 3px; } .shout_archive_container .status_led { padding-top: 2px; } /* Stuff in the header on every page */ #vr_logo { height: 75px; padding: 20px 0 0 15px; } #user_badge { float: right; color: #ffffff; line-height: 15px; margin: 12px 0 8px 0; padding: 0 2px 0 0; min-width: 220px; } #user_badge a { color: #ffffff; margin-right: 10px; } #nav_container { width: 675px; } #main_nav { float: right; margin-top: -3px; } #main_nav a { font-size: 14px; font-weight: bold; margin-right: 10px; color: #ffffff; } #randomquote { width: 955px; color: #ffffff; font-size: 10px; margin-top: 12px; padding: 0 0 0 5px; } /* Stuff on the front portal page */ .news_header { margin-bottom: 12px; } .news_headline { margin-bottom: 7px; } .recentlist, .recentlist_img { margin-bottom: 24px; } .recentlist a { font-weight: bold; } .recentlist li { margin-bottom: 5px; } .recentlist_img img { max-width: 60px; max-height: 60px; } .recentlist_img li { padding: 0 0 10px 10px; width: 60px; height: 70px; text-align: center; } .contactlist img { max-width: 28px; max-height: 28px; } .contactlist li { padding: 0 0 12px 10px; } .front_news img { max-width: 375px; } .front_news { margin-bottom: 16px; } /* Stuff used in Lists */ .last_updated { line-height: 15px; margin-bottom: 0; } .big_count { line-height: 30px; font-size: 14px; font-weight: bold; font-family: Helvetica, Arial; margin: 0; } .big_count_alt { font-size: 14px; font-weight: bold; font-family: Helvetica, Arial; } /* Gallery Formatting */ .gallery_thread_container { margin-bottom: 20px; margin-top: 5px; min-height: 100px; } .gallery_thread_container h4 { line-height: 15px; margin-bottom: 13px; } .gallery_thread_container p { color: #666666; } .gallery_board_container { margin-bottom: 20px; margin-top: 5px; } .gallery_board_container h3 { line-height: 14px; margin-top: 2px; margin-bottom: 5px; } .gallery_board_container p { color: #666666; } .gallery_description { margin-top: 6px; margin-bottom: 18px; } .sized_photo { max-width: 700px; margin-bottom: 16px; } .photo_body { margin-top: 5px; } .photo_comment_header { border-bottom: 1px dashed #dddddd; margin-top: 32px; margin-bottom: 0; } .photo_container { margin-bottom: 20px; } .gallery_url_container { margin-top: 16px; } /* Stuff on the boardindex */ .board_container { margin-bottom: 20px; margin-top: 5px; } .board_container h3 { line-height: 14px; margin-bottom: 5px; } .board_container p { color: #666666; margin-top: 0; margin-bottom: 0; } /* Stuff on the threadindex */ .thread_container { margin-bottom: 10px; margin-top: 5px; } .thread_container h4 { line-height: 15px; margin-bottom: 2px; } .thread_container p { color: #666666; margin-top: 0; margin-bottom: 0; } /* Stuff on the message view */ .message_container { border-top: 1px dashed #dddddd; padding-bottom: 8px; padding-top: 8px; } .message_meta p { line-height: 17px; text-align: right; } .message_main { margin-top: 0; margin-bottom: 16px; line-height: 1.25em; min-height: 85px; } .message_main img { max-width: 580px } .message_avatar { clear: both; } .reading_thread { margin: 5px 0 12px 1px; } .status_led { vertical-align: top; margin-top: 3px; } .user_text, .admin_info { margin-top: 6px; } .message_signature { max-height: 150px; overflow-y: auto; overflow-x: hidden; margin-bottom: 8px; padding-top: 6px; border-top: 1px dashed #dddddd; color: #666666; } .message_signature img { max-height: 100px; max-width: 580px; } blockquote { border: 1px solid #cccccc; border-left: 5px solid #cccccc; background-color: #efefef; padding: 5px; } blockquote blockquote { margin: 0; } cite { font-weight: bold; margin-bottom: 1px; display: block; font-size: 9px; letter-spacing: 0px; color: #666666; background-image: url('/template/vr_green/img/openquote.png'); background-repeat: no-repeat; } .edited_message { background-color: #ffffcc; padding: 5px; border-top: 1px dotted #cccccc; border-bottom: 1px dotted #cccccc; } .edited_message_small { background-color: #ffffcc; padding: 5px; border-top: 1px dotted #cccccc; border-bottom: 1px dotted #cccccc; float: right; } /* Private Messages */ .pm_message_main { margin-top: 0; margin-bottom: 16px; line-height: 1.25em; min-height: 55px; } /* Stuff on the profile view */ .profile_stars { padding-top: 2px; margin-bottom: 14px; } .canvas_container { background-color: #d8d8c8; padding: 0; margin: -5px 0 5px 0; width: 700px; } .profile_canvas { background-color: #ffffff; padding: 5px 12px 5px 12px; margin: 0 10px 0 10px; width: 656px; min-height: 100px; overflow: hidden; font-size: 12px; line-height: 1.5em; } .profile_canvas img { max-width: 660px; } .canvas_roundtop { background-image: url('/template/vr_green/img/canvas_header.png'); background-color: #ffffff; height: 32px; background-repeat: no-repeat; } .canvas_roundbottom { background-image: url('/template/vr_green/img/canvas_footer.png'); background-color: #ffffff; height: 15px; background-repeat: no-repeat; } /* Extra Smileys */ #extra_emoticons_select { width: 84px; margin-left: 3px; font-size: 10px; padding: 0; } #extra_emoticons_link { display: block; padding: 20px 0 20px 0; } #extra_emoticons_container { border: 1px solid #cccccc; width: 90px; margin-top: 40px; } /* Useful debugging tools */ /* ---------------------------------------------- */ .indent { padding-left: 10px; padding-right: 10px; } .text_indent { text-indent: 10px; } .small { font-size: 10px; letter-spacing: 0px; color: #868686; } .big { font-size: 14px; letter-spacing: 0px; color: #868686; line-height: 1.5em; } .faded { font-size: 12px; letter-spacing: 0px; color: #868686; font-weight: bold; font-family: Helvetica, Arial; line-height: 19px; } .outline { outline: 1px solid red; } .text_center { text-align: center; } .text_right { text-align: right; } .text_left { text-align: left ; } .lemony_zester { color: #333333; } .apologeticsquirrel { color: #ff00ff; } /* Adverts */ .top_text_ad { margin: 0 0 6px -5px; } .bottom_picture_ad { margin-top: 32px; }
public/template/vr_green/css/style.css
.header_block { background-color: #6e9936; } a, label { color: #4f7f2a; } a:hover { color: #f75342; } #main_nav a, #randomquote a { color: #ffffff; } #main_nav a:hover, #randomquote a:hover { color: #dddddd; } .fileUploadProgressBar { background-color: #6e9936; } .alternate_row { margin-left: -15px; padding-left: 15px; padding-right: 15px; background-color: #eff3ef; } /* Default Styles for core elements */ /* ---------------------------------------------- */ /*body { background-color: #f4a7cb; color: #333333; } */ body { background-color: #d8d8c8; color: #333333; } h1, h3, h4 { color: #222222; } h2 { color: #969696; } a { text-decoration: none; font-weight: bold; } #headercontainer { background-image: url('../img/headerbg.png'); height: 100px; } .main_roundtop { background-image: url('../img/body_top_bg.png'); } .main_roundbottom { background-image: url('../img/body_bottom_bg.png'); } .shout_roundtop { background-image: url('../img/shout_top_bg.png'); } .shout_roundbottom { background-image: url('../img/shout_bottom_bg.png'); } #shout_content { background-color: #ffffff; } #main_content { background-color: #ffffff; } #fixedfooter { color: #ffffff; font-size: 10px; line-height: 35px; } #fixedfooter p { padding-left: 15px; } #shout_content iframe { height: 580px; } #shout_form button { height: 22px; line-height: 18px; margin-top: 8px; } .bigbutton { height: 36px; padding: 0 12px 0 12px; margin-top: 16px; margin-left: auto; margin-right: auto; display: block; } #main_nav sup { font-size: 10px; vertical-align: top; color: #ffffff; background-image: url('../img/trans_black.png'); padding: 1px 7px 2px 7px; margin: 0 0 0 5px; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; } /* Additional Elements Used Frequently */ /* ---------------------------------------------- */ .big_avatar { max-width: 160px; max-height: 175px; } /* TODO: Make this max-width when we have bigger placeholders */ .avatar { max-width: 100px; max-height: 100px; } .small_avatar { max-width: 50px; max-height: 50px; } .usernamelink { color: #696969; } .tiny_avatar, .tiny_icon { max-width: 30px; max-height: 30px; } .huge_icon { max-width: 95px; max-height: 100px; } .header_block { font-size: 10px; line-height: 18px; height: 19px; font-weight: bold; font-family: Verdana, Helvetica, Arial, "Sans Serif"; color: #ffffff; margin-bottom: 8px; } .new_link { font-size: 10px; color: #ff0000; font-weight: normal!important; } .folderlist { padding-top: 32px; background-image: url('/template/vr_green/img/nipple.png'); background-repeat: no-repeat; background-position: 15px 19px; } .folderlist li { margin-bottom: 2px; padding: 6px 0 5px 0; background-color: #f2f2ee; } .folderlist li.active { background-color: #6e9936; } .folderlist li.active a { color: #ffffff; } .folderlist li.last { border-bottom: 1px solid #f2f2ee; } /* Private Messages */ .pm_container { border-top: 1px dashed #dddddd; padding-bottom: 8px; padding-top: 8px; } .pm_sent_main { padding-top: 8px; } /* Shoutbox Formatting */ .shout { padding: 0 10px 0 10px; margin-bottom: 8px; font-size: 11px; } .shout_archive_container { margin-bottom: 10px; margin-top: 5px; } .shout_archive_container h5 { margin-top: 3px; } .shout_archive_container .status_led { padding-top: 2px; } /* Stuff in the header on every page */ #vr_logo { height: 75px; padding: 20px 0 0 15px; } #user_badge { float: right; color: #ffffff; line-height: 15px; margin: 12px 0 8px 0; padding: 0 2px 0 0; min-width: 220px; } #user_badge a { color: #ffffff; margin-right: 10px; } #nav_container { width: 675px; } #main_nav { float: right; margin-top: -3px; } #main_nav a { font-size: 14px; font-weight: bold; margin-right: 10px; color: #ffffff; } #randomquote { width: 955px; color: #ffffff; font-size: 10px; margin-top: 12px; padding: 0 0 0 5px; } /* Stuff on the front portal page */ .news_header { margin-bottom: 12px; } .news_headline { margin-bottom: 7px; } .recentlist, .recentlist_img { margin-bottom: 24px; } .recentlist a { font-weight: bold; } .recentlist li { margin-bottom: 5px; } .recentlist_img img { max-width: 60px; max-height: 60px; } .recentlist_img li { padding: 0 0 10px 10px; width: 60px; height: 70px; text-align: center; } .contactlist img { max-width: 28px; max-height: 28px; } .contactlist li { padding: 0 0 12px 10px; } .front_news img { max-width: 375px; } .front_news { margin-bottom: 16px; } /* Stuff used in Lists */ .last_updated { line-height: 15px; margin-bottom: 0; } .big_count { line-height: 30px; font-size: 14px; font-weight: bold; font-family: Helvetica, Arial; margin: 0; } .big_count_alt { font-size: 14px; font-weight: bold; font-family: Helvetica, Arial; } /* Gallery Formatting */ .gallery_thread_container { margin-bottom: 20px; margin-top: 5px; min-height: 100px; } .gallery_thread_container h4 { line-height: 15px; margin-bottom: 13px; } .gallery_thread_container p { color: #666666; } .gallery_board_container { margin-bottom: 20px; margin-top: 5px; } .gallery_board_container h3 { line-height: 14px; margin-top: 2px; margin-bottom: 5px; } .gallery_board_container p { color: #666666; } .gallery_description { margin-top: 6px; margin-bottom: 18px; } .sized_photo { max-width: 700px; margin-bottom: 16px; } .photo_body { margin-top: 5px; } .photo_comment_header { border-bottom: 1px dashed #dddddd; margin-top: 32px; margin-bottom: 0; } .photo_container { margin-bottom: 20px; } .gallery_url_container { margin-top: 16px; } /* Stuff on the boardindex */ .board_container { margin-bottom: 20px; margin-top: 5px; } .board_container h3 { line-height: 14px; margin-bottom: 5px; } .board_container p { color: #666666; margin-top: 0; margin-bottom: 0; } /* Stuff on the threadindex */ .thread_container { margin-bottom: 10px; margin-top: 5px; } .thread_container h4 { line-height: 15px; margin-bottom: 2px; } .thread_container p { color: #666666; margin-top: 0; margin-bottom: 0; } /* Stuff on the message view */ .message_container { border-top: 1px dashed #dddddd; padding-bottom: 8px; padding-top: 8px; } .message_meta p { line-height: 17px; text-align: right; } .message_main { margin-top: 0; margin-bottom: 16px; line-height: 1.25em; min-height: 85px; } .message_main img { max-width: 580px } .message_avatar { clear: both; } .reading_thread { margin: 5px 0 12px 1px; } .status_led { vertical-align: top; margin-top: 3px; } .user_text, .admin_info { margin-top: 6px; } .message_signature { max-height: 150px; overflow-y: auto; overflow-x: hidden; margin-bottom: 8px; padding-top: 6px; border-top: 1px dashed #dddddd; color: #666666; } .message_signature img { max-height: 100px; max-width: 580px; } blockquote { border: 1px solid #cccccc; border-left: 5px solid #cccccc; background-color: #efefef; padding: 5px; } blockquote blockquote { margin: 0; } cite { font-weight: bold; margin-bottom: 1px; display: block; font-size: 9px; letter-spacing: 0px; color: #666666; background-image: url('/template/vr_green/img/openquote.png'); background-repeat: no-repeat; } .edited_message { background-color: #ffffcc; padding: 5px; border-top: 1px dotted #cccccc; border-bottom: 1px dotted #cccccc; } .edited_message_small { background-color: #ffffcc; padding: 5px; border-top: 1px dotted #cccccc; border-bottom: 1px dotted #cccccc; float: right; } /* Private Messages */ .pm_message_main { margin-top: 0; margin-bottom: 16px; line-height: 1.25em; min-height: 55px; } /* Stuff on the profile view */ .profile_stars { padding-top: 2px; margin-bottom: 14px; } .canvas_container { background-color: #d8d8c8; padding: 0; margin: -5px 0 5px 0; width: 700px; } .profile_canvas { background-color: #ffffff; padding: 5px 12px 5px 12px; margin: 0 10px 0 10px; width: 656px; min-height: 100px; overflow: hidden; font-size: 12px; line-height: 1.5em; } .profile_canvas img { max-width: 660px; } .canvas_roundtop { background-image: url('/template/vr_green/img/canvas_header.png'); background-color: #ffffff; height: 32px; background-repeat: no-repeat; } .canvas_roundbottom { background-image: url('/template/vr_green/img/canvas_footer.png'); background-color: #ffffff; height: 15px; background-repeat: no-repeat; } /* Extra Smileys */ #extra_emoticons_select { width: 84px; margin-left: 3px; font-size: 10px; padding: 0; } #extra_emoticons_link { display: block; padding: 20px 0 20px 0; } #extra_emoticons_container { border: 1px solid #cccccc; width: 90px; margin-top: 40px; } /* Useful debugging tools */ /* ---------------------------------------------- */ .indent { padding-left: 10px; padding-right: 10px; } .text_indent { text-indent: 10px; } .small { font-size: 10px; letter-spacing: 0px; color: #868686; } .big { font-size: 14px; letter-spacing: 0px; color: #868686; line-height: 1.5em; } .faded { font-size: 12px; letter-spacing: 0px; color: #868686; font-weight: bold; font-family: Helvetica, Arial; line-height: 19px; } .outline { outline: 1px solid red; } .text_center { text-align: center; } .text_right { text-align: right; } .text_left { text-align: left ; } .lemony_zester { color: #333333; } .apologeticsquirrel { color: #ff00ff; } /* Adverts */ .top_text_ad { margin: 0 0 6px -5px; } .bottom_picture_ad { margin-top: 32px; }
0.180179
0.118717
.h5p-dialogcards .h5p-dialogcards-title p:first-child, .h5p-dialogcards .h5p-dialogcards-card-text-area p:first-child { margin-top: 0; } .h5p-dialogcards .h5p-dialogcards-title p:last-child, .h5p-dialogcards .h5p-dialogcards-card-text-area p:last-child { margin-bottom: 0; } .h5p-dialogcards .h5p-dialogcards-title p, .h5p-dialogcards .h5p-dialogcards-card-text-area p { font-size: inherit; line-height: inherit; margin: inherit; } .h5p-dialogcards { overflow: hidden; position: relative; } .h5p-no-frame .h5p-dialogcards .h5p-dialogcards-title, .h5p-transparent .h5p-dialogcards .h5p-dialogcards-title { padding: 0 0 0.375em 0; } .h5p-dialogcards .h5p-dialogcards-title { padding: 1em 1em 0.375em; } .h5p-dialogcards .h5p-dialogcards-title-inner { font-size: 1.125em; } .h5p-no-frame .h5p-dialogcards .h5p-dialogcards-description, .h5p-transparent .h5p-dialogcards .h5p-dialogcards-description { margin: 0 0 1em; } .h5p-dialogcards .h5p-dialogcards-description { margin: 0 1em 1em; } .h5p-dialogcards .h5p-dialogcards-description > p { margin: 0; } .h5p-dialogcards .h5p-dialogcards-footer { margin: auto; overflow: hidden; line-height: 2.35em; padding: 1em; max-width: 32em; position: relative; } .h5p-dialogcards .h5p-dialogcards-cardwrap { position: absolute; left: 100%; width: 100%; padding: 0 0.5em; box-sizing: border-box; visibility: hidden; height: inherit; -webkit-transition: visibility 0s 0.3s, left 300ms; transition: visibility 0s 0.3s, left 300ms; } .h5p-dialogcards .h5p-dialogcards-cardwrap.h5p-dialogcards-current { visibility: visible; left: 0; -webkit-transition: left 300ms; transition: left 300ms; } .h5p-dialogcards .h5p-dialogcards-cardwrap.h5p-dialogcards-previous { left: -100%; } .h5p-dialogcards .h5p-dialogcards-cardholder { margin: auto; text-align: center; max-width: 32em; height: 100%; -webkit-transition: -webkit-transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; } .h5p-dialogcards .h5p-dialogcards-card-content { background: #FFF; box-shadow: 0 2px 15px rgba(0,0,0,0.30); padding: 1em; } .h5p-dialogcards .h5p-dialogcards-card-footer { height: 2.25em; } .h5p-dialogcards .h5p-dialogcards-image-wrapper { position: relative; } .h5p-dialogcards .h5p-dialogcards-image-wrapper > .h5p-dialogcards-image { text-align: center; max-height: 100%; max-width: 100%; vertical-align: bottom; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .h5p-dialogcards .h5p-audio-inner.hide { display: none; } .h5p-dialogcards .h5p-dialogcards-card-text-wrapper { position: relative; overflow: hidden; min-height: 12em; text-align: center; } .h5p-dialogcards.h5p-text-scaling .h5p-dialogcards-card-text-wrapper { height: 12em; } .h5p-dialogcards .h5p-dialogcards-audio-wrapper { display: block; margin: 0 auto; vertical-align: baseline; font-size: 1.5em; margin-bottom: 0.5em; width: 1.5em; height: 1.5em; } .h5p-dialogcards .h5p-dialogcards-audio-wrapper.hide { display: none; } .h5p-dialogcards .h5p-dialogcards-card-text-inner { position: relative; height: calc(100% - 2.25em); padding: 1em 1.5em; } .h5p-dialogcards.h5p-text-scaling .h5p-dialogcards-card-text-inner { box-sizing: border-box; } .h5p-dialogcards .h5p-dialogcards-card-text-inner-content { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; padding: 0 1em; box-sizing: border-box; } .h5p-dialogcards .h5p-dialogcards-card-text { display: inline-block; margin: 0.5em 0; height: 4.5em; line-height: 1.5; } .h5p-dialogcards .h5p-dialogcards-card-text.hide { display: none; } .h5p-dialogcards .h5p-dialogcards-collapse { -webkit-transform: scale(0,1); -ms-transform: scale(0,1); transform: scale(0,1); } .h5p-dialogcards .h5p-dialogcards-endcomment { font-size: 1em; color: #666; text-align: center; margin: 0em 1em; } .h5p-dialogcards .h5p-dialogcards-middle { display: table-cell; } .h5p-dialogcards .h5p-dialogcards-left { text-align: left; } .h5p-dialogcards .h5p-dialogcards-progress { color: #999; text-align: center; } .h5p-dialogcards .h5p-joubelui-button.h5p-dialogcards-turn { margin: 0; font-weight: normal; line-height: 1; } .h5p-dialogcards .h5p-dialogcards-turn:before { font-family: 'H5PFontAwesome4'; content: "\f021"; } .h5p-dialogcards .h5p-dialogcards-footer-button { position: absolute; display: inline-block; margin: 0; } .h5p-dialogcards .h5p-dialogcards-prev { left: 1em; } .h5p-dialogcards .h5p-dialogcards-prev:before { font-family: 'H5PFontAwesome4'; content: "\f053"; margin-right: 0.2em; } .h5p-dialogcards .h5p-dialogcards-next { right: 1em; } .h5p-dialogcards .h5p-dialogcards-retry { right: 1em; } .h5p-dialogcards .h5p-dialogcards-retry:before { font-family: 'H5PFontAwesome4'; content: "\f01e"; } .h5p-dialogcards .h5p-dialogcards-next:after { font-family: 'H5PFontAwesome4'; content: "\f054"; margin-left: 0.2em; } .h5p-dialogcards .joubel-tip-container { position: absolute; right: 0.5em; top: 0; } .h5p-dialogcards .h5p-dialogcards-cardwrap-set { margin: auto; text-align: center; max-width: 32em; } .h5p-dialogcards .h5p-dialogcards-disabled { display: none; } /* Audio button styling */ /*TODO: Make Audio use JoubelUI button */ .h5p-dialogcards .h5p-audio-minimal-button { border: none; background: #1a73d9; font-weight: normal; padding: 0; font-size: 1em; width: 1.5em; height: 1.5em; line-height: 1.5em; } .h5p-dialogcards .h5p-audio-minimal-button:before { font-size: 0.8em; vertical-align: bottom; } .h5p-dialogcards .h5p-audio-minimal-button.h5p-audio-minimal-pause:before { font-size: 0.6em; } .h5p-dialogcards .h5p-audio-minimal-button:focus, .h5p-dialogcards .h5p-audio-minimal-button:hover { background: #1356a3; } .h5p-joubelui-button:active { background: #104888; -webkit-box-shadow: inset 0 4px 0 #0e407a; -moz-box-shadow: inset 0 4px 0 #0e407a; box-shadow: inset 0 4px 0 #0e407a; } .h5p-course-presentation .h5p-element .h5p-dialogcards-outer-element .h5p-element-inner.h5p-dialogcards.h5p-text-scaling { overflow-y: hidden; }
player/public/fixture-stories/H5P_Course/content/H5P.Dialogcards-1.5/css/dialogcards.css
.h5p-dialogcards .h5p-dialogcards-title p:first-child, .h5p-dialogcards .h5p-dialogcards-card-text-area p:first-child { margin-top: 0; } .h5p-dialogcards .h5p-dialogcards-title p:last-child, .h5p-dialogcards .h5p-dialogcards-card-text-area p:last-child { margin-bottom: 0; } .h5p-dialogcards .h5p-dialogcards-title p, .h5p-dialogcards .h5p-dialogcards-card-text-area p { font-size: inherit; line-height: inherit; margin: inherit; } .h5p-dialogcards { overflow: hidden; position: relative; } .h5p-no-frame .h5p-dialogcards .h5p-dialogcards-title, .h5p-transparent .h5p-dialogcards .h5p-dialogcards-title { padding: 0 0 0.375em 0; } .h5p-dialogcards .h5p-dialogcards-title { padding: 1em 1em 0.375em; } .h5p-dialogcards .h5p-dialogcards-title-inner { font-size: 1.125em; } .h5p-no-frame .h5p-dialogcards .h5p-dialogcards-description, .h5p-transparent .h5p-dialogcards .h5p-dialogcards-description { margin: 0 0 1em; } .h5p-dialogcards .h5p-dialogcards-description { margin: 0 1em 1em; } .h5p-dialogcards .h5p-dialogcards-description > p { margin: 0; } .h5p-dialogcards .h5p-dialogcards-footer { margin: auto; overflow: hidden; line-height: 2.35em; padding: 1em; max-width: 32em; position: relative; } .h5p-dialogcards .h5p-dialogcards-cardwrap { position: absolute; left: 100%; width: 100%; padding: 0 0.5em; box-sizing: border-box; visibility: hidden; height: inherit; -webkit-transition: visibility 0s 0.3s, left 300ms; transition: visibility 0s 0.3s, left 300ms; } .h5p-dialogcards .h5p-dialogcards-cardwrap.h5p-dialogcards-current { visibility: visible; left: 0; -webkit-transition: left 300ms; transition: left 300ms; } .h5p-dialogcards .h5p-dialogcards-cardwrap.h5p-dialogcards-previous { left: -100%; } .h5p-dialogcards .h5p-dialogcards-cardholder { margin: auto; text-align: center; max-width: 32em; height: 100%; -webkit-transition: -webkit-transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out; } .h5p-dialogcards .h5p-dialogcards-card-content { background: #FFF; box-shadow: 0 2px 15px rgba(0,0,0,0.30); padding: 1em; } .h5p-dialogcards .h5p-dialogcards-card-footer { height: 2.25em; } .h5p-dialogcards .h5p-dialogcards-image-wrapper { position: relative; } .h5p-dialogcards .h5p-dialogcards-image-wrapper > .h5p-dialogcards-image { text-align: center; max-height: 100%; max-width: 100%; vertical-align: bottom; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .h5p-dialogcards .h5p-audio-inner.hide { display: none; } .h5p-dialogcards .h5p-dialogcards-card-text-wrapper { position: relative; overflow: hidden; min-height: 12em; text-align: center; } .h5p-dialogcards.h5p-text-scaling .h5p-dialogcards-card-text-wrapper { height: 12em; } .h5p-dialogcards .h5p-dialogcards-audio-wrapper { display: block; margin: 0 auto; vertical-align: baseline; font-size: 1.5em; margin-bottom: 0.5em; width: 1.5em; height: 1.5em; } .h5p-dialogcards .h5p-dialogcards-audio-wrapper.hide { display: none; } .h5p-dialogcards .h5p-dialogcards-card-text-inner { position: relative; height: calc(100% - 2.25em); padding: 1em 1.5em; } .h5p-dialogcards.h5p-text-scaling .h5p-dialogcards-card-text-inner { box-sizing: border-box; } .h5p-dialogcards .h5p-dialogcards-card-text-inner-content { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; padding: 0 1em; box-sizing: border-box; } .h5p-dialogcards .h5p-dialogcards-card-text { display: inline-block; margin: 0.5em 0; height: 4.5em; line-height: 1.5; } .h5p-dialogcards .h5p-dialogcards-card-text.hide { display: none; } .h5p-dialogcards .h5p-dialogcards-collapse { -webkit-transform: scale(0,1); -ms-transform: scale(0,1); transform: scale(0,1); } .h5p-dialogcards .h5p-dialogcards-endcomment { font-size: 1em; color: #666; text-align: center; margin: 0em 1em; } .h5p-dialogcards .h5p-dialogcards-middle { display: table-cell; } .h5p-dialogcards .h5p-dialogcards-left { text-align: left; } .h5p-dialogcards .h5p-dialogcards-progress { color: #999; text-align: center; } .h5p-dialogcards .h5p-joubelui-button.h5p-dialogcards-turn { margin: 0; font-weight: normal; line-height: 1; } .h5p-dialogcards .h5p-dialogcards-turn:before { font-family: 'H5PFontAwesome4'; content: "\f021"; } .h5p-dialogcards .h5p-dialogcards-footer-button { position: absolute; display: inline-block; margin: 0; } .h5p-dialogcards .h5p-dialogcards-prev { left: 1em; } .h5p-dialogcards .h5p-dialogcards-prev:before { font-family: 'H5PFontAwesome4'; content: "\f053"; margin-right: 0.2em; } .h5p-dialogcards .h5p-dialogcards-next { right: 1em; } .h5p-dialogcards .h5p-dialogcards-retry { right: 1em; } .h5p-dialogcards .h5p-dialogcards-retry:before { font-family: 'H5PFontAwesome4'; content: "\f01e"; } .h5p-dialogcards .h5p-dialogcards-next:after { font-family: 'H5PFontAwesome4'; content: "\f054"; margin-left: 0.2em; } .h5p-dialogcards .joubel-tip-container { position: absolute; right: 0.5em; top: 0; } .h5p-dialogcards .h5p-dialogcards-cardwrap-set { margin: auto; text-align: center; max-width: 32em; } .h5p-dialogcards .h5p-dialogcards-disabled { display: none; } /* Audio button styling */ /*TODO: Make Audio use JoubelUI button */ .h5p-dialogcards .h5p-audio-minimal-button { border: none; background: #1a73d9; font-weight: normal; padding: 0; font-size: 1em; width: 1.5em; height: 1.5em; line-height: 1.5em; } .h5p-dialogcards .h5p-audio-minimal-button:before { font-size: 0.8em; vertical-align: bottom; } .h5p-dialogcards .h5p-audio-minimal-button.h5p-audio-minimal-pause:before { font-size: 0.6em; } .h5p-dialogcards .h5p-audio-minimal-button:focus, .h5p-dialogcards .h5p-audio-minimal-button:hover { background: #1356a3; } .h5p-joubelui-button:active { background: #104888; -webkit-box-shadow: inset 0 4px 0 #0e407a; -moz-box-shadow: inset 0 4px 0 #0e407a; box-shadow: inset 0 4px 0 #0e407a; } .h5p-course-presentation .h5p-element .h5p-dialogcards-outer-element .h5p-element-inner.h5p-dialogcards.h5p-text-scaling { overflow-y: hidden; }
0.448668
0.042603
.container { margin: 0 auto; padding: 0 1%; box-sizing: border-box; min-width: 320px; max-width: 960px; /* main width */ } .container::after { content: ""; display: block; clear: both; } html { margin: 0; padding: 0; } body { font-family: Tahoma, Arial, Sans-Serif; background-color: #000; } /* === mixins =============================================== */ /* === actual style =============================================== */ a, a:focus, a:visited { color: #9698f3; } a:hover { color: #fff; } h1 { background-color: #fcf267; font-size: 60px; margin-bottom: 0px; border-radius: 20px; line-height: 27px; background: #fcf267; } h1:before, h1:after { content: " "; display: block; height: 40px; width: 5px; background-color: #000; } h1:before { float: left; margin-left: 40px; } h1:after { float: right; margin-right: 40px; } h1 span { margin-left: 30px; height: 40px; } h2 { font-size: 30px; line-height: 14px; font-weight: normal; border-radius: 10px; background-color: #F11124; } h2:before, h2:after { content: " "; display: block; height: 20px; width: 5px; background-color: #000; } h2:before { float: left; margin-left: 20px; } h2:after { float: right; margin-right: 20px; } h2 span { margin-left: 50px; height: 20px; } span { color: #9698f3; background-color: #000; padding: 0 10px; display: inline-block; } textarea { width: 100%; height: 300px; border: 0px; padding: 10px; box-sizing: border-box; color: #fff; background-color: transparent; font-size: 14px; } p { color: #ddd; font-size: 14px; padding: 0 30px; } @media only screen and (max-width: 768px) { p { padding: 0; } } fieldset { border: 0; margin: 0; padding: 0; } .access { font-size: 0px; } .options { border-radius: 25px 0 0 0; min-height: 20px; margin-bottom: 5px; background-color: #6d92ff; padding: 20px 5px 5px; font-weight: bold; } @media only screen and (max-width: 768px) { .options { min-height: 0; border-radius: 0; padding: 5px; } } .controls { width: 33.3%; padding-right: 0px; } .controls .controls__sets { background-color: #fecdbe; margin-bottom: 5px; padding: 5px; } .controls .controls__sets input[type=checkbox] { border: 1px solid #ccc; margin-top: 3px; } .controls .controls__sets input, .controls .controls__sets select { float: right; } .controls .controls__sets .radiobutton { float: left; background: transparent; margin: 5px 4px 0 0; } @media only screen and (max-width: 768px) { .controls .controls__sets .radiobutton { margin-top: 3px; } } .controls .controls__sets .radiogroup { width: 50%; float: left; } @media only screen and (max-width: 768px) { .controls .controls__sets .radiogroup { margin: 4px 0 2px; width: 100%; } } .controls .gen { background: #fcf267; text-align: right; padding: 10px 25px 0 0; border: 0px; width: 100%; border-radius: 0 0 0 25px; font-size: 20px; opacity: 0.8; transition: opacity 0.3s; } .controls .gen:hover { opacity: 1; cursor: pointer; } .content { padding-left: 0; width: 66.6%; } .content .content__top { background-color: #6d92ff; height: 20px; margin-bottom: 5px; margin-right: 25px; } .content .content__top:after { float: right; content: " "; display: block; height: 20px; width: 20px; background-color: #6d92ff; border-right: 5px solid #000; border-radius: 0 50% 50% 0; margin-right: -30px; } footer { float: left; } .controls, .content { float: left; box-sizing: border-box; min-height: 1px; } @media only screen and (max-width: 768px) { .controls, .content { width: 100%; } } @media only screen and (max-width: 880px) { h1, h2 { font-size: 20px; line-height: 14px; } h1 span, h2 span { height: 20px; margin-left: 30px; } h1:before, h1:after, h2:before, h2:after { display: none; } } @media only screen and (max-width: 768px) { .content__top { display: none; } } @media only screen and (max-width: 550px) { h1, h2 { font-size: 16px; } }
src/css/style.css
.container { margin: 0 auto; padding: 0 1%; box-sizing: border-box; min-width: 320px; max-width: 960px; /* main width */ } .container::after { content: ""; display: block; clear: both; } html { margin: 0; padding: 0; } body { font-family: Tahoma, Arial, Sans-Serif; background-color: #000; } /* === mixins =============================================== */ /* === actual style =============================================== */ a, a:focus, a:visited { color: #9698f3; } a:hover { color: #fff; } h1 { background-color: #fcf267; font-size: 60px; margin-bottom: 0px; border-radius: 20px; line-height: 27px; background: #fcf267; } h1:before, h1:after { content: " "; display: block; height: 40px; width: 5px; background-color: #000; } h1:before { float: left; margin-left: 40px; } h1:after { float: right; margin-right: 40px; } h1 span { margin-left: 30px; height: 40px; } h2 { font-size: 30px; line-height: 14px; font-weight: normal; border-radius: 10px; background-color: #F11124; } h2:before, h2:after { content: " "; display: block; height: 20px; width: 5px; background-color: #000; } h2:before { float: left; margin-left: 20px; } h2:after { float: right; margin-right: 20px; } h2 span { margin-left: 50px; height: 20px; } span { color: #9698f3; background-color: #000; padding: 0 10px; display: inline-block; } textarea { width: 100%; height: 300px; border: 0px; padding: 10px; box-sizing: border-box; color: #fff; background-color: transparent; font-size: 14px; } p { color: #ddd; font-size: 14px; padding: 0 30px; } @media only screen and (max-width: 768px) { p { padding: 0; } } fieldset { border: 0; margin: 0; padding: 0; } .access { font-size: 0px; } .options { border-radius: 25px 0 0 0; min-height: 20px; margin-bottom: 5px; background-color: #6d92ff; padding: 20px 5px 5px; font-weight: bold; } @media only screen and (max-width: 768px) { .options { min-height: 0; border-radius: 0; padding: 5px; } } .controls { width: 33.3%; padding-right: 0px; } .controls .controls__sets { background-color: #fecdbe; margin-bottom: 5px; padding: 5px; } .controls .controls__sets input[type=checkbox] { border: 1px solid #ccc; margin-top: 3px; } .controls .controls__sets input, .controls .controls__sets select { float: right; } .controls .controls__sets .radiobutton { float: left; background: transparent; margin: 5px 4px 0 0; } @media only screen and (max-width: 768px) { .controls .controls__sets .radiobutton { margin-top: 3px; } } .controls .controls__sets .radiogroup { width: 50%; float: left; } @media only screen and (max-width: 768px) { .controls .controls__sets .radiogroup { margin: 4px 0 2px; width: 100%; } } .controls .gen { background: #fcf267; text-align: right; padding: 10px 25px 0 0; border: 0px; width: 100%; border-radius: 0 0 0 25px; font-size: 20px; opacity: 0.8; transition: opacity 0.3s; } .controls .gen:hover { opacity: 1; cursor: pointer; } .content { padding-left: 0; width: 66.6%; } .content .content__top { background-color: #6d92ff; height: 20px; margin-bottom: 5px; margin-right: 25px; } .content .content__top:after { float: right; content: " "; display: block; height: 20px; width: 20px; background-color: #6d92ff; border-right: 5px solid #000; border-radius: 0 50% 50% 0; margin-right: -30px; } footer { float: left; } .controls, .content { float: left; box-sizing: border-box; min-height: 1px; } @media only screen and (max-width: 768px) { .controls, .content { width: 100%; } } @media only screen and (max-width: 880px) { h1, h2 { font-size: 20px; line-height: 14px; } h1 span, h2 span { height: 20px; margin-left: 30px; } h1:before, h1:after, h2:before, h2:after { display: none; } } @media only screen and (max-width: 768px) { .content__top { display: none; } } @media only screen and (max-width: 550px) { h1, h2 { font-size: 16px; } }
0.331012
0.076442
@-moz-document domain('tradera.com') { body, #site-main, .site-main, .bp .bg-white, .slim-header { background-color: #111 !important; } body, p, a, h1, h2, h3, h4, h5, h6, div, form { color: #fff !important; } /**:not(svg) { color: #fff !important; }*/ .bp .bg-gray-100 { background-color: #282828 !important; } .bp .bg-gray-200 { background-color: #222 !important; } .bp .text-gray-600 { color: #bbb !important; } .bp .text-gray-800 { color: #ddd !important; } .bp .btn { color: #fff; } .bp .btn:hover { color: #eee; } .bp .btn-toggle, .btn-toggle { background-color: #000; color: #fff; } a:link { color: #aaf !important; } a:visited { color: #f8f !important; } .bp .text-primary { color: #8bf !important; } .bp .bg-light { background-color: #0a0a0a !important; } .bp .border-bottom, .bp .border-top { border-color: #444 !important; } .bg-white { background: #000 !important; } input::placeholder { color: #bbb; } textarea { background-color: #000; color: #fff; } .default-action, .favorite-action, .form-select, .shop-item-settings-action, .toggle-action { background-color: #111; color: #fff; } .bp .bg-branded { background-color: #220 !important; } .bp .badge-branded { background-color: #780; } .item-card-new:hover { background-color: #333; } .item-card-new .item-card-image.item-card-image-loaded { background-color: #111; } .item-card-new.item-card-new-highlight { background-color: #222800; border-color: #222; } .accordion .accordion-item { background-color: #333; } .accordion .accordion-item:hover { background-color: #444; } .site-dropdown__hamburger { background-color: #111 !important; } .site-dropdown { background-color: #000; } .site-dropdown .site-dropdown__item:focus, .site-dropdown .site-dropdown__item:hover { background-color: #780; } .site-dropdown .site-dropdown__separator { background-color: #111; } .bp .nav-tabs { background-color: #000; } .bp .form-control { background-color: #000; /*border: none !important;*/ border-color: #aaa; color: #ccc; } .bp .form-control:focus { background-color: #444; color: #eee; } .bp .form-control-radio-switch { background-color: #222; border: 1px solid #444; } .bp .form-control-radio-switch .form-check-input:checked + .form-check-label { background-color: #fff; color: #000; } .bp select.form-control { background-color: #000; border: 1px solid #aaa !important; } .bp .form-control::placeholder, .bp .form-control:hover::placeholder { color: #aaa; } .bp .btn-link-branded.active, .bp .btn-link-branded:active, .bp .btn-link-branded:focus { color: #000 !important; } .bp .alert-info { background-color: #333; } .alert-info { background-color: #330; } .site-dropdown .site-dropdown__item-expandable.site-dropdown__item-expanded > button > .site-dropdown__item { background-color: #444; } .site-dropdown .site-dropdown__transparent-btn:focus, .site-dropdown .site-dropdown__transparent-btn:focus-within { background-color: #780; } .hover-menu-container .hover-menu-area { background-color: #000; } .hover-menu-container .hover-menu-area .hover-menu__item:hover { background-color: #780; } .hover-menu-container .hover-menu-area .hover-menu__item-seperator { /* sic "seperator" */ background-color: #111; } .form-control-radio-switch .form-check-label { border-color: #666;} .slim-header__search-category.slim-header__search-category--default-selected { background-color: #780; } .slim-header__search-category { background-color: #393939; } .slim-header__search-suggestions .list-group { background-color: #111; } .slim-header__search-suggestions .slim-header__search-suggestion { background-color: #222; color: #fff !important; } .site-dropdown__hamburger.active, .site-dropdown__hamburger.is-active, .site-dropdown__hamburger:active, .site-dropdown__hamburger:focus { background-color: #780 !important; border-color: #780 !important; color: #fff; } svg { color: #000 !important; filter: invert(); } .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before { background-color: #fff; } .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before { background-color: #fff; } .loading-portal { background-color: #333; } .bp .animation-loading-shimmer { -webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:forwards; animation-fill-mode:forwards; -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite; -webkit-animation-name:loadingShimmer; animation-name:loadingShimmer; -webkit-animation-timing-function:linear; animation-timing-function:linear; background:#fff; background:-webkit-linear-gradient(left,#fff 8%,#f0f1f5 18%,#fff 33%); background:-webkit-gradient(linear,left top,right top,color-stop(8%,#fff),color-stop(18%,#f0f1f5),color-stop(33%,#fff)); background:linear-gradient(90deg,#111 8%,#222 18%,#111 33%); background-size:400% 100%; position:relative } .bp .form-control-radio-switch .form-check-input:checked + .form-check-label { background-color: #fff !important; } .bp .form-control-radio-switch .form-check-input:checked + .form-check-label svg { filter: none; } .myt-page-without-top-gutter .myt-page-content { background-color: #000; } .myt-page-without-top-gutter .myt-page-header { background-color: #000; } .myt-menu, .toolbar, .profile-page-feedback-summary, .profile__nav, .profile-page-feedback, .feedback-items { background: #000; } .myt-tab { background-color: #111; } .myt-pick-list-filter-bar { background-color: #222; } .profile-page-feedback-summary-table tbody tr:nth-child(2n+1) { background-color: #181818; } .profile-tabs li { background-color: #0a0a0a; } .myt-list-feedback-link { background-color: #000; } .threads-wrap { background-color: #000; } .form-control-radio-switch { background-color: #000; } .conversation-message--other-user { background-color: #000; } .threads-wrap .thread-items .thread-item.thread-item-active { background-color: #340; } .form-control:disabled, .form-control[readonly] { background-color: #444; } .thread-item-ACTIVE .text-primary { color: #aaf !important; } .thread-item-ACTIVE .text-gray-600 { color: #aaa !important; } .image-gallery-item { background-color: #181818; } .feature-feedback-dialog { background-color: #000; } .feature-feedback-status-like .feature-feedback-dialog-like-label, .feature-feedback-status-dislike .feature-feedback-dialog-dislike-label { color: #eee; } img[src="/static/images/shipping/schenker.svg"] { filter: invert(); } .shipping-schenker-upsell-schenker-logo { background-color: #000; } .shipping-schenker-upsell-content { background-color: #220; } .advanced-option-transparent-layer { background: hsla(0,0%,0%,.8); } *[class^="pika"] { background-color: #000; } .pika-single.tradera-theme td.is-disabled .pika-button, .pika-single.tradera-theme td.is-today.is-disabled .pika-button { background-color: #000; } .pika-single.tradera-theme td.is-today .pika-button, .pika-single.tradera-theme td .pika-button { background-color: #181818; } .pika-single.tradera-theme td.is-inrange .pika-button, .pika-single.tradera-theme td.is-today.is-inrange .pika-button { background-color: #331; color: #fff; } .myt-list-navigation-item::before, .myt-nav-list-item a::after, .pika-single.tradera-theme .pika-next::before, .pika-single.tradera-theme .right.pika-next::after, .right.myt-list-navigation-item::after, .pika-single.tradera-theme .pika-prev::before, .pika-single.tradera-theme .right.pika-prev::after { color: #fff; } .redactor__area .redactor-editor, .redactor__area .redactor-in { background-color: #000; } .site-pagename-Brand .site-main, .site-pagename-Category .site-main, .site-pagename-CategoryList .site-main, .site-pagename-CustomResults .site-main, .site-pagename-EndlessRecommendation .site-main, .site-pagename-how-to-buy .site-main, .site-pagename-how-to-sell .site-main, .site-pagename-Landing .site-main, .site-pagename-OrderCheckout .site-main, .site-pagename-PayeeVerification .site-main, .site-pagename-PayeeVerificationCompleted .site-main, .site-pagename-SearchResults .site-main, .site-pagename-SellerItems .site-main, .site-pagename-SellItem .site-main, .site-pagename-ShopSellerItems .site-main, .site-pagename-StartPage .site-main, .site-pagename-TraderaPay .site-main, .site-pagename-verify-bankid .site-main, .site-pagename-VIP .site-main { background-color: #000 !important; } }
data/usercss/194491.user.css
@-moz-document domain('tradera.com') { body, #site-main, .site-main, .bp .bg-white, .slim-header { background-color: #111 !important; } body, p, a, h1, h2, h3, h4, h5, h6, div, form { color: #fff !important; } /**:not(svg) { color: #fff !important; }*/ .bp .bg-gray-100 { background-color: #282828 !important; } .bp .bg-gray-200 { background-color: #222 !important; } .bp .text-gray-600 { color: #bbb !important; } .bp .text-gray-800 { color: #ddd !important; } .bp .btn { color: #fff; } .bp .btn:hover { color: #eee; } .bp .btn-toggle, .btn-toggle { background-color: #000; color: #fff; } a:link { color: #aaf !important; } a:visited { color: #f8f !important; } .bp .text-primary { color: #8bf !important; } .bp .bg-light { background-color: #0a0a0a !important; } .bp .border-bottom, .bp .border-top { border-color: #444 !important; } .bg-white { background: #000 !important; } input::placeholder { color: #bbb; } textarea { background-color: #000; color: #fff; } .default-action, .favorite-action, .form-select, .shop-item-settings-action, .toggle-action { background-color: #111; color: #fff; } .bp .bg-branded { background-color: #220 !important; } .bp .badge-branded { background-color: #780; } .item-card-new:hover { background-color: #333; } .item-card-new .item-card-image.item-card-image-loaded { background-color: #111; } .item-card-new.item-card-new-highlight { background-color: #222800; border-color: #222; } .accordion .accordion-item { background-color: #333; } .accordion .accordion-item:hover { background-color: #444; } .site-dropdown__hamburger { background-color: #111 !important; } .site-dropdown { background-color: #000; } .site-dropdown .site-dropdown__item:focus, .site-dropdown .site-dropdown__item:hover { background-color: #780; } .site-dropdown .site-dropdown__separator { background-color: #111; } .bp .nav-tabs { background-color: #000; } .bp .form-control { background-color: #000; /*border: none !important;*/ border-color: #aaa; color: #ccc; } .bp .form-control:focus { background-color: #444; color: #eee; } .bp .form-control-radio-switch { background-color: #222; border: 1px solid #444; } .bp .form-control-radio-switch .form-check-input:checked + .form-check-label { background-color: #fff; color: #000; } .bp select.form-control { background-color: #000; border: 1px solid #aaa !important; } .bp .form-control::placeholder, .bp .form-control:hover::placeholder { color: #aaa; } .bp .btn-link-branded.active, .bp .btn-link-branded:active, .bp .btn-link-branded:focus { color: #000 !important; } .bp .alert-info { background-color: #333; } .alert-info { background-color: #330; } .site-dropdown .site-dropdown__item-expandable.site-dropdown__item-expanded > button > .site-dropdown__item { background-color: #444; } .site-dropdown .site-dropdown__transparent-btn:focus, .site-dropdown .site-dropdown__transparent-btn:focus-within { background-color: #780; } .hover-menu-container .hover-menu-area { background-color: #000; } .hover-menu-container .hover-menu-area .hover-menu__item:hover { background-color: #780; } .hover-menu-container .hover-menu-area .hover-menu__item-seperator { /* sic "seperator" */ background-color: #111; } .form-control-radio-switch .form-check-label { border-color: #666;} .slim-header__search-category.slim-header__search-category--default-selected { background-color: #780; } .slim-header__search-category { background-color: #393939; } .slim-header__search-suggestions .list-group { background-color: #111; } .slim-header__search-suggestions .slim-header__search-suggestion { background-color: #222; color: #fff !important; } .site-dropdown__hamburger.active, .site-dropdown__hamburger.is-active, .site-dropdown__hamburger:active, .site-dropdown__hamburger:focus { background-color: #780 !important; border-color: #780 !important; color: #fff; } svg { color: #000 !important; filter: invert(); } .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before { background-color: #fff; } .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before { background-color: #fff; } .loading-portal { background-color: #333; } .bp .animation-loading-shimmer { -webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:forwards; animation-fill-mode:forwards; -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite; -webkit-animation-name:loadingShimmer; animation-name:loadingShimmer; -webkit-animation-timing-function:linear; animation-timing-function:linear; background:#fff; background:-webkit-linear-gradient(left,#fff 8%,#f0f1f5 18%,#fff 33%); background:-webkit-gradient(linear,left top,right top,color-stop(8%,#fff),color-stop(18%,#f0f1f5),color-stop(33%,#fff)); background:linear-gradient(90deg,#111 8%,#222 18%,#111 33%); background-size:400% 100%; position:relative } .bp .form-control-radio-switch .form-check-input:checked + .form-check-label { background-color: #fff !important; } .bp .form-control-radio-switch .form-check-input:checked + .form-check-label svg { filter: none; } .myt-page-without-top-gutter .myt-page-content { background-color: #000; } .myt-page-without-top-gutter .myt-page-header { background-color: #000; } .myt-menu, .toolbar, .profile-page-feedback-summary, .profile__nav, .profile-page-feedback, .feedback-items { background: #000; } .myt-tab { background-color: #111; } .myt-pick-list-filter-bar { background-color: #222; } .profile-page-feedback-summary-table tbody tr:nth-child(2n+1) { background-color: #181818; } .profile-tabs li { background-color: #0a0a0a; } .myt-list-feedback-link { background-color: #000; } .threads-wrap { background-color: #000; } .form-control-radio-switch { background-color: #000; } .conversation-message--other-user { background-color: #000; } .threads-wrap .thread-items .thread-item.thread-item-active { background-color: #340; } .form-control:disabled, .form-control[readonly] { background-color: #444; } .thread-item-ACTIVE .text-primary { color: #aaf !important; } .thread-item-ACTIVE .text-gray-600 { color: #aaa !important; } .image-gallery-item { background-color: #181818; } .feature-feedback-dialog { background-color: #000; } .feature-feedback-status-like .feature-feedback-dialog-like-label, .feature-feedback-status-dislike .feature-feedback-dialog-dislike-label { color: #eee; } img[src="/static/images/shipping/schenker.svg"] { filter: invert(); } .shipping-schenker-upsell-schenker-logo { background-color: #000; } .shipping-schenker-upsell-content { background-color: #220; } .advanced-option-transparent-layer { background: hsla(0,0%,0%,.8); } *[class^="pika"] { background-color: #000; } .pika-single.tradera-theme td.is-disabled .pika-button, .pika-single.tradera-theme td.is-today.is-disabled .pika-button { background-color: #000; } .pika-single.tradera-theme td.is-today .pika-button, .pika-single.tradera-theme td .pika-button { background-color: #181818; } .pika-single.tradera-theme td.is-inrange .pika-button, .pika-single.tradera-theme td.is-today.is-inrange .pika-button { background-color: #331; color: #fff; } .myt-list-navigation-item::before, .myt-nav-list-item a::after, .pika-single.tradera-theme .pika-next::before, .pika-single.tradera-theme .right.pika-next::after, .right.myt-list-navigation-item::after, .pika-single.tradera-theme .pika-prev::before, .pika-single.tradera-theme .right.pika-prev::after { color: #fff; } .redactor__area .redactor-editor, .redactor__area .redactor-in { background-color: #000; } .site-pagename-Brand .site-main, .site-pagename-Category .site-main, .site-pagename-CategoryList .site-main, .site-pagename-CustomResults .site-main, .site-pagename-EndlessRecommendation .site-main, .site-pagename-how-to-buy .site-main, .site-pagename-how-to-sell .site-main, .site-pagename-Landing .site-main, .site-pagename-OrderCheckout .site-main, .site-pagename-PayeeVerification .site-main, .site-pagename-PayeeVerificationCompleted .site-main, .site-pagename-SearchResults .site-main, .site-pagename-SellerItems .site-main, .site-pagename-SellItem .site-main, .site-pagename-ShopSellerItems .site-main, .site-pagename-StartPage .site-main, .site-pagename-TraderaPay .site-main, .site-pagename-verify-bankid .site-main, .site-pagename-VIP .site-main { background-color: #000 !important; } }
0.312475
0.064183
html,body { width: 100%; height: auto; min-height: 100%; margin: 0px; padding: 0px; overflow-x: hidden; } h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", "Liberation Sans", "Arial", sans-serif;; } p, div, a { font-family: "Helvetica Neue", "Helvetica", "Liberation Sans", "Arial", sans-serif; } html { font-size: 10px; } @media (max-width: 550px) { html { font-size: 8px; } } @media (max-width: 450px) { html { font-size: 7px; } .campaign-box { font-size: 4px; } } @media (max-width: 400px) { html { font-size: 6px; } .campaign-box { font-size: 3px; } } @media (max-width: 350px) { html { font-size: 5px; } } /* Global font styles */ .header { font-size: 1.8em; letter-spacing: 1px; font-weight: 400; } .large { font-size: 3.5rem; padding: 15px 0 15px 0; } .font-bigger { font-size: 1.8rem; } .font-bigger-highlight { font-size: 2.0rem; } .normal { font-size: 1.2em; } .treasure-overlay-spinner-container { z-index: 999; } section.page { margin:0 6% 0 6%; padding-bottom: 100px; } h1 { text-align: left; } /* MENU */ .menu-top { height: 90px; position: relative; } .alice-logo { position:absolute; left: 50%; margin-left: -105px; } .alice-logo img{ height: 100px; } ul.menu { margin-top: 45px; list-style-type: none; } ul.menu-left { float: left; margin-left: 50px; } ul.menu-left li { float: left; } ul.menu-right { float: right; margin-right: 50px; } ul.menu-right li { float: right; } .landing-page .menu-item a { font-family: "Helvetica Neue", "Helvetica", "Liberation Sans", "Arial", sans-serif; font-size: 2.2rem; font-weight: 400; color: #000000; padding-left: 5px; } .menu-item li:first-child a { padding-left: 0 !important; } .landing-page .text-center h1 { font-size: 3rem; } .landing-page section .text-center p { font-size: 1.6rem; font-weight: 300; } .landing-page .navbar-default .nav li a { text-transform: none; padding-right: 0px; } span.divider { text-transform: none; padding-left: 5px; color: #1998a2; } .hamburger { font-size: 40px; position: absolute; padding: 10px 20px 10px 0; cursor: pointer; right: 0; bottom: 0; background-color: white; } .landing-page ul.menu-mobile { right: 0; left: auto; border-radius: 0; top: 73px; } .landing-page ul.menu-mobile a { color: black; padding: 10px 0 10px 10px; border-bottom: 1px solid #dddddd; margin: 0; } .landing-page ul.menu-mobile li div { padding-top: 10px; padding-bottom: 10px; } .landing-page .navbar-default .navbar-nav > .active > a, .landing-page .navbar-default .navbar-nav > .active > a:hover { border-top: 6px solid transparent; } .landing-page .navbar-default .nav li a { font-family: "Helvetica Neue", "Helvetica", "Liberation Sans", "Arial", sans-serif; font-size: 2.0rem; font-weight: 400; color: #000000 !important; } @media (max-width: 990px) { .alice-logo { margin-top: 0; } .alice-logo img { height: 80px; } .menu-top { height: 75px; } } .landing-page .navbar-fixed-top.navbar-scroll { border-bottom: 0 !important; } .text-error { color: #ed5565; } div.footer-box { padding-left: 12%; } h2.footer-header { color: black; border: 0; margin-bottom: 0; } div.footer-content { color: black; padding-left: 2.5rem; font-size: 2.0rem; font-weight: 100; font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif; } /* Menu */ .nav .open>a, .nav .open>a:focus, .nav .open>a:hover { border-color: white; } span.menu-arrow { font-family: 'FontAwesome'; margin-left: 5px; } span.menu-arrow:before { content: "\f107"; } .open span.menu-arrow:before { content: "\f106"; } .user-menu li div { padding: 5px; border-bottom: 1px solid #dddddd; } .user-menu li div a { font-size: 1.8rem !important; } .dropdown-toggle { background-color: transparent !important; } /* FORMS */ .form-control { border: 0; border-bottom: 1px solid #1998a2; } .form-control:focus { border-bottom: 2px solid #1998a2; } .form-control:hover { border-bottom: 2px solid #1998a2; } .has-error .form-control { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; } .has-error .form-control:hover { border-bottom: 2px solid #ed5565; } .has-error .form-control:focus { border-bottom: 2px solid #ed5565 !important; } /* TABS */ a.tab-header { color: #1998a2; margin-right: 10%; cursor: pointer; padding: 0 2% 0.7rem 4%; font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight:300; } @media (max-width: 800px) { a.tab-header { margin-right: 0; padding-left: 0; } } a.tab-header.active { border-bottom: 3px solid #1998a2; } a.tab-header:hover { border-bottom: 3px solid #1998a2; } /* CHART */ div.chart-header { color: #464646; font-size: 2.0rem; font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight:300; margin-top: 30px; margin-bottom: 30px; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; padding: 6px 0 6px 15px; letter-spacing: -0.5px; } .btn-variable { font-size: 1.4rem !important; padding: 0.3rem 1rem 0.3rem 1rem; margin-right: 25px; margin-left: 25px; margin-bottom: 2px; background-color: #1998a2; border: 1px solid #FFFFFF; color: #FFFFFF; border-radius: 0; letter-spacing: 2px; font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight:300; font-stretch:normal; outline: none; } .btn-variable:hover { background-color: white; border: 1px solid #1998a2; color: #1998a2; } div.chart-container { min-height: 500px; padding: 0 5% 0 5%; } .flot-chart { display: block; margin-top: 50px; height: 300px; position: relative; padding:20px; font-size: 1.5rem; font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight: 300; } .flot-chart .y-label { position: absolute; top: 0; left: 0; font-weight: 100; font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif; } .flot-chart-content{ width:100%; height: 300px; } /* SEARCH */ div.search-section { background-color: #1998a2; color: white; font-weight: 100; font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif; } div.search-box { text-align: center; padding-top: 15px; width: 100%; } @media (max-width: 990px) { div.search-box { padding-bottom: 25px; } } div.search-box h2.section { margin-top: 30px; color: white; border: 0; } div.search-box input.form-control { background-color: transparent; border-bottom: 1px solid white; border-radius: 0; color: white; margin-left: 2.5rem; margin-top: 35px; outline: none; box-shadow: none; -webkit-box-shadow: none; font-size: 2.0rem; } div.search-box input.form-control:focus { border-color: white; box-shadow: none; -webkit-box-shadow: none; } div.search-box input:hover { border-bottom-color: white; } div.search-box input::-webkit-input-placeholder { color: white; } div.search-box input:-moz-placeholder { color: white; } div.search-box input::-moz-placeholder { color: white; } div.search-box input:-ms-input-placeholder { color: white; } div.search-box .btn-search{ margin-left: 2.5rem; } @media (max-width: 990px) { div.search-box .btn-search { margin-top: 50px; } } div.search-box .btn-search { padding-left: 3rem; padding-right: 3rem; background-color: #1998a2; border: 1px solid #FFFFFF; color: #FFFFFF; border-radius: 0; letter-spacing: 2px; font-size: 2.0rem; font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight:300; font-stretch:normal; outline: none; margin-top: 30px; } div.search-box .btn-search { padding: 0.5rem 5rem 0.5rem 5rem; } div.search-box .btn-search:focus { background-color: #1998a2; } div.search-box .btn.btn-search:hover, .btn.btn-search:active, .btn.btn-search:focus { border: 1px solid #FFFFFF; } div.search-box .btn-search:hover { background-color: #FFFFFF; color: #1998a2; border: 1px solid #1998a2; } .favourites-box { padding: 15px 0 15px 15px; margin-left: 5%; font-size: 2.0rem; } .favourites-box a { color: white; border-bottom: 1px solid white; cursor: pointer; } .favourites-box a:hover { text-decoration: none; } .form-inline .form-control { width: 500px !important; }
app/styles/zzz.css
html,body { width: 100%; height: auto; min-height: 100%; margin: 0px; padding: 0px; overflow-x: hidden; } h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", "Liberation Sans", "Arial", sans-serif;; } p, div, a { font-family: "Helvetica Neue", "Helvetica", "Liberation Sans", "Arial", sans-serif; } html { font-size: 10px; } @media (max-width: 550px) { html { font-size: 8px; } } @media (max-width: 450px) { html { font-size: 7px; } .campaign-box { font-size: 4px; } } @media (max-width: 400px) { html { font-size: 6px; } .campaign-box { font-size: 3px; } } @media (max-width: 350px) { html { font-size: 5px; } } /* Global font styles */ .header { font-size: 1.8em; letter-spacing: 1px; font-weight: 400; } .large { font-size: 3.5rem; padding: 15px 0 15px 0; } .font-bigger { font-size: 1.8rem; } .font-bigger-highlight { font-size: 2.0rem; } .normal { font-size: 1.2em; } .treasure-overlay-spinner-container { z-index: 999; } section.page { margin:0 6% 0 6%; padding-bottom: 100px; } h1 { text-align: left; } /* MENU */ .menu-top { height: 90px; position: relative; } .alice-logo { position:absolute; left: 50%; margin-left: -105px; } .alice-logo img{ height: 100px; } ul.menu { margin-top: 45px; list-style-type: none; } ul.menu-left { float: left; margin-left: 50px; } ul.menu-left li { float: left; } ul.menu-right { float: right; margin-right: 50px; } ul.menu-right li { float: right; } .landing-page .menu-item a { font-family: "Helvetica Neue", "Helvetica", "Liberation Sans", "Arial", sans-serif; font-size: 2.2rem; font-weight: 400; color: #000000; padding-left: 5px; } .menu-item li:first-child a { padding-left: 0 !important; } .landing-page .text-center h1 { font-size: 3rem; } .landing-page section .text-center p { font-size: 1.6rem; font-weight: 300; } .landing-page .navbar-default .nav li a { text-transform: none; padding-right: 0px; } span.divider { text-transform: none; padding-left: 5px; color: #1998a2; } .hamburger { font-size: 40px; position: absolute; padding: 10px 20px 10px 0; cursor: pointer; right: 0; bottom: 0; background-color: white; } .landing-page ul.menu-mobile { right: 0; left: auto; border-radius: 0; top: 73px; } .landing-page ul.menu-mobile a { color: black; padding: 10px 0 10px 10px; border-bottom: 1px solid #dddddd; margin: 0; } .landing-page ul.menu-mobile li div { padding-top: 10px; padding-bottom: 10px; } .landing-page .navbar-default .navbar-nav > .active > a, .landing-page .navbar-default .navbar-nav > .active > a:hover { border-top: 6px solid transparent; } .landing-page .navbar-default .nav li a { font-family: "Helvetica Neue", "Helvetica", "Liberation Sans", "Arial", sans-serif; font-size: 2.0rem; font-weight: 400; color: #000000 !important; } @media (max-width: 990px) { .alice-logo { margin-top: 0; } .alice-logo img { height: 80px; } .menu-top { height: 75px; } } .landing-page .navbar-fixed-top.navbar-scroll { border-bottom: 0 !important; } .text-error { color: #ed5565; } div.footer-box { padding-left: 12%; } h2.footer-header { color: black; border: 0; margin-bottom: 0; } div.footer-content { color: black; padding-left: 2.5rem; font-size: 2.0rem; font-weight: 100; font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif; } /* Menu */ .nav .open>a, .nav .open>a:focus, .nav .open>a:hover { border-color: white; } span.menu-arrow { font-family: 'FontAwesome'; margin-left: 5px; } span.menu-arrow:before { content: "\f107"; } .open span.menu-arrow:before { content: "\f106"; } .user-menu li div { padding: 5px; border-bottom: 1px solid #dddddd; } .user-menu li div a { font-size: 1.8rem !important; } .dropdown-toggle { background-color: transparent !important; } /* FORMS */ .form-control { border: 0; border-bottom: 1px solid #1998a2; } .form-control:focus { border-bottom: 2px solid #1998a2; } .form-control:hover { border-bottom: 2px solid #1998a2; } .has-error .form-control { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; } .has-error .form-control:hover { border-bottom: 2px solid #ed5565; } .has-error .form-control:focus { border-bottom: 2px solid #ed5565 !important; } /* TABS */ a.tab-header { color: #1998a2; margin-right: 10%; cursor: pointer; padding: 0 2% 0.7rem 4%; font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight:300; } @media (max-width: 800px) { a.tab-header { margin-right: 0; padding-left: 0; } } a.tab-header.active { border-bottom: 3px solid #1998a2; } a.tab-header:hover { border-bottom: 3px solid #1998a2; } /* CHART */ div.chart-header { color: #464646; font-size: 2.0rem; font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight:300; margin-top: 30px; margin-bottom: 30px; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; padding: 6px 0 6px 15px; letter-spacing: -0.5px; } .btn-variable { font-size: 1.4rem !important; padding: 0.3rem 1rem 0.3rem 1rem; margin-right: 25px; margin-left: 25px; margin-bottom: 2px; background-color: #1998a2; border: 1px solid #FFFFFF; color: #FFFFFF; border-radius: 0; letter-spacing: 2px; font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight:300; font-stretch:normal; outline: none; } .btn-variable:hover { background-color: white; border: 1px solid #1998a2; color: #1998a2; } div.chart-container { min-height: 500px; padding: 0 5% 0 5%; } .flot-chart { display: block; margin-top: 50px; height: 300px; position: relative; padding:20px; font-size: 1.5rem; font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight: 300; } .flot-chart .y-label { position: absolute; top: 0; left: 0; font-weight: 100; font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif; } .flot-chart-content{ width:100%; height: 300px; } /* SEARCH */ div.search-section { background-color: #1998a2; color: white; font-weight: 100; font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif; } div.search-box { text-align: center; padding-top: 15px; width: 100%; } @media (max-width: 990px) { div.search-box { padding-bottom: 25px; } } div.search-box h2.section { margin-top: 30px; color: white; border: 0; } div.search-box input.form-control { background-color: transparent; border-bottom: 1px solid white; border-radius: 0; color: white; margin-left: 2.5rem; margin-top: 35px; outline: none; box-shadow: none; -webkit-box-shadow: none; font-size: 2.0rem; } div.search-box input.form-control:focus { border-color: white; box-shadow: none; -webkit-box-shadow: none; } div.search-box input:hover { border-bottom-color: white; } div.search-box input::-webkit-input-placeholder { color: white; } div.search-box input:-moz-placeholder { color: white; } div.search-box input::-moz-placeholder { color: white; } div.search-box input:-ms-input-placeholder { color: white; } div.search-box .btn-search{ margin-left: 2.5rem; } @media (max-width: 990px) { div.search-box .btn-search { margin-top: 50px; } } div.search-box .btn-search { padding-left: 3rem; padding-right: 3rem; background-color: #1998a2; border: 1px solid #FFFFFF; color: #FFFFFF; border-radius: 0; letter-spacing: 2px; font-size: 2.0rem; font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-weight:300; font-stretch:normal; outline: none; margin-top: 30px; } div.search-box .btn-search { padding: 0.5rem 5rem 0.5rem 5rem; } div.search-box .btn-search:focus { background-color: #1998a2; } div.search-box .btn.btn-search:hover, .btn.btn-search:active, .btn.btn-search:focus { border: 1px solid #FFFFFF; } div.search-box .btn-search:hover { background-color: #FFFFFF; color: #1998a2; border: 1px solid #1998a2; } .favourites-box { padding: 15px 0 15px 15px; margin-left: 5%; font-size: 2.0rem; } .favourites-box a { color: white; border-bottom: 1px solid white; cursor: pointer; } .favourites-box a:hover { text-decoration: none; } .form-inline .form-control { width: 500px !important; }
0.446253
0.09611
margin-left: auto; margin-right: auto; width: 1000px; text-align: center; } h1 { font-family: '<NAME>amma 2', cursive; font-size: 70px; color: darkblue; margin-bottom: 10px; } h2 { font-family: '<NAME> 2', cursive; font-size: 40px; color: steelblue; margin-top: 0px; } body { text-align: center; border: 5px solid skyblue; border-radius: 20px; } p, div, h3 { font-family: 'Lato', sans-serif; font-size: 22px; text-align: center; } ol>li { margin:0; padding:0 0 0 2em; text-indent:-2em; list-style-type:none; counter-increment:item; text-align: left; } /* Bold numbers on oredered list */ ol>li:before { display:inline-block; width:1.5em; padding-right:0.5em; font-weight:bold; text-align:right; content:counter(item) "."; } #list-container { width: 800px; display: inline-block; } /* Slideshow container */ .slideshow-container { max-width: 1000px; position: relative; margin: auto; align-items: center; } /* Hide slides by default */ .slide { display: none; } img { width:100%; } /* Previous and next buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; margin-top: -25px; color: whitesmoke; font-size: 40px; font-weight: bold; padding: 18px; } .prev { left: 2px; } .next { right: 2px; } /* Information table */ tbody tr:nth-child(odd) { background-color: aliceblue; } tbody tr:nth-child(even) { background-color: white; } .table { position: relative; margin: auto; align-items: center; } td { height: 60px; width: 250px; text-align: center; vertical-align: middle; } iframe { height: 400px; width: 700px; } /* General page button style */ button { font-family: 'Baloo Tamma 2', cursive; background-color: cornflowerblue; border-color: cornflowerblue; color: white; border-radius: 9px; font-size: 20px; } textarea { width: 400px; height: 150px; padding: 12px 20px; box-sizing: border-box; border: 2px solid darkgray; border-radius: 9px; background-color: whitesmoke; resize: none; } input[type=submit] { font-family: 'Baloo Tamma 2', cursive; background-color: darkgray; border: black; color: white; padding: 7px 20px; margin: 5px 2px; border-radius: 9px; cursor: pointer; } #comments-container { display: inline-block; width: 600px; margin: auto; padding: 1em 0 1em 0; font-size: 20px; word-break: break-all; } label { font-family: 'Lato', sans-serif; color: dimgray; font-size: 18px; } #delete-button { background-color: aliceblue; border-color: aliceblue; color: black; font-size: 16px; margin: 15px;toto } .provinse-pagination { display: inline-block; } .provinse-pagination a { font-family: 'Baloo Tamma 2', cursive; font-size: 20px; color: black; float: left; padding: 3px 18px; text-decoration: none; border-radius: 9px; border:1px solid black; } .provinse-pagination a:active, .provinse-pagination a:focus { background-color: gray; color: white } .provinse-pagination a:hover:not(.active) { background-color: lightgray; } #province-iframe { border: none; } #demographic-containar { margin: auto; width: 800px; } #demographic-chart-container { display: inline-block; margin-left: auto; margin-right: auto; width: 50%; } .row { display: table; width: 1000px; table-layout: fixed; border-spacing: 10px; } .column { display: table-cell; vertical-align: middle; padding: 5px; } select[name="chinese-dishes-select"] { font-family: 'Lato', sans-serif; font-size: 20px; } #dish-chart-container { display: inline-block; }
portfolio/src/main/webapp/style.css
margin-left: auto; margin-right: auto; width: 1000px; text-align: center; } h1 { font-family: '<NAME>amma 2', cursive; font-size: 70px; color: darkblue; margin-bottom: 10px; } h2 { font-family: '<NAME> 2', cursive; font-size: 40px; color: steelblue; margin-top: 0px; } body { text-align: center; border: 5px solid skyblue; border-radius: 20px; } p, div, h3 { font-family: 'Lato', sans-serif; font-size: 22px; text-align: center; } ol>li { margin:0; padding:0 0 0 2em; text-indent:-2em; list-style-type:none; counter-increment:item; text-align: left; } /* Bold numbers on oredered list */ ol>li:before { display:inline-block; width:1.5em; padding-right:0.5em; font-weight:bold; text-align:right; content:counter(item) "."; } #list-container { width: 800px; display: inline-block; } /* Slideshow container */ .slideshow-container { max-width: 1000px; position: relative; margin: auto; align-items: center; } /* Hide slides by default */ .slide { display: none; } img { width:100%; } /* Previous and next buttons */ .prev, .next { cursor: pointer; position: absolute; top: 50%; margin-top: -25px; color: whitesmoke; font-size: 40px; font-weight: bold; padding: 18px; } .prev { left: 2px; } .next { right: 2px; } /* Information table */ tbody tr:nth-child(odd) { background-color: aliceblue; } tbody tr:nth-child(even) { background-color: white; } .table { position: relative; margin: auto; align-items: center; } td { height: 60px; width: 250px; text-align: center; vertical-align: middle; } iframe { height: 400px; width: 700px; } /* General page button style */ button { font-family: 'Baloo Tamma 2', cursive; background-color: cornflowerblue; border-color: cornflowerblue; color: white; border-radius: 9px; font-size: 20px; } textarea { width: 400px; height: 150px; padding: 12px 20px; box-sizing: border-box; border: 2px solid darkgray; border-radius: 9px; background-color: whitesmoke; resize: none; } input[type=submit] { font-family: 'Baloo Tamma 2', cursive; background-color: darkgray; border: black; color: white; padding: 7px 20px; margin: 5px 2px; border-radius: 9px; cursor: pointer; } #comments-container { display: inline-block; width: 600px; margin: auto; padding: 1em 0 1em 0; font-size: 20px; word-break: break-all; } label { font-family: 'Lato', sans-serif; color: dimgray; font-size: 18px; } #delete-button { background-color: aliceblue; border-color: aliceblue; color: black; font-size: 16px; margin: 15px;toto } .provinse-pagination { display: inline-block; } .provinse-pagination a { font-family: 'Baloo Tamma 2', cursive; font-size: 20px; color: black; float: left; padding: 3px 18px; text-decoration: none; border-radius: 9px; border:1px solid black; } .provinse-pagination a:active, .provinse-pagination a:focus { background-color: gray; color: white } .provinse-pagination a:hover:not(.active) { background-color: lightgray; } #province-iframe { border: none; } #demographic-containar { margin: auto; width: 800px; } #demographic-chart-container { display: inline-block; margin-left: auto; margin-right: auto; width: 50%; } .row { display: table; width: 1000px; table-layout: fixed; border-spacing: 10px; } .column { display: table-cell; vertical-align: middle; padding: 5px; } select[name="chinese-dishes-select"] { font-family: 'Lato', sans-serif; font-size: 20px; } #dish-chart-container { display: inline-block; }
0.348534
0.126219
.navbar-default { background-color: #222222; margin-bottom: 0; } .navbar { border-radius: 0; } .navbar .navbar-brand { padding: 7px 18px 7px 7px; } .navbar .more { display: none; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; } #myCarousel img { width: 100%; } .clearfix::after { display: block; clear: both; content: ''; visibility: hidden; height: 0; line-height: 0; } footer { padding: 20px 0; background-color: #3b3b3b; } footer .text { margin: 10px 0; } footer .text a, footer .title p { padding: 0 10px; color: #8c8d94; } footer .contact a { display: inline-block; width: 38px; height: 38px; background: #3b3b3b; text-align: center; line-height: 38px; border-radius: 50%; float: left; margin-right: 30px; } footer .contact a span { position: absolute; padding: 8px; background-color: #fff; border-bottom: 1px solid #ddd; top: -152px; left: 31px; cursor: auto; display: none; } footer .contact a span::after { width: 0; height: 0; content: ''; position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: -18px; z-index: 10; border: 10px solid transparent; border-top: 10px solid #fff; } footer .contact a:hover span, footer .contact a:focus span { display: block; } @media (min-width: 1200px) { .myNav, .w1000, .container { width: 1000px; } } @media (max-width: 992px) { #navbar .hidden992 { display: none; } #navbar .more { display: block; } #hot_game .right_img p { text-align: left; } } @media (min-width: 280px) and (max-width: 480px) { #myCarousel .index_img img { height: 200px; } #engine .left_img h1, #LayaFlash .left_img h1, #LayaPlayer .left_img h1, #company .left_img h1, #job .left_img h1, #contact .left_img h1 { font-size: 20px; } #engine .left_img h1 span, #LayaFlash .left_img h1 span, #LayaPlayer .left_img h1 span, #company .left_img h1 span, #job .left_img h1 span, #contact .left_img h1 span { padding: 7px 10px; font-size: 12px; border-radius: 50%; } #engine .left_img h2, #LayaFlash .left_img h2, #LayaPlayer .left_img h2, #company .left_img h2, #job .left_img h2, #contact .left_img h2 { font-size: 16px; } #engine .left_img .content_text_1, #engine .left_img .content_text_2, #engine .left_img .content_text_3, #LayaFlash .left_img .content_text_1, #LayaFlash .left_img .content_text_2, #LayaFlash .left_img .content_text_3, #LayaPlayer .left_img .content_text_1, #LayaPlayer .left_img .content_text_2, #LayaPlayer .left_img .content_text_3, #company .left_img .content_text_1, #company .left_img .content_text_2, #company .left_img .content_text_3, #job .left_img .content_text_1, #job .left_img .content_text_2, #job .left_img .content_text_3, #contact .left_img .content_text_1, #contact .left_img .content_text_2, #contact .left_img .content_text_3 { font-size: 12px; line-height: 20px; } #engine .left_img .flash img, #LayaFlash .left_img .flash img, #LayaPlayer .left_img .flash img, #company .left_img .flash img, #job .left_img .flash img, #contact .left_img .flash img { width: 40px; height: 40px; } #engine .left_img .text, #LayaFlash .left_img .text, #LayaPlayer .left_img .text, #company .left_img .text, #job .left_img .text, #contact .left_img .text { margin-left: -30px; } #engine .left_img .text h4, #LayaFlash .left_img .text h4, #LayaPlayer .left_img .text h4, #company .left_img .text h4, #job .left_img .text h4, #contact .left_img .text h4 { font-size: 14px; margin-bottom: 0; } #engine .left_img .text p, #LayaFlash .left_img .text p, #LayaPlayer .left_img .text p, #company .left_img .text p, #job .left_img .text p, #contact .left_img .text p { font-size: 12px; line-height: 20px; } #advantage .right_text h1 { font-size: 20px; } #advantage .right_text .flash img { width: 38px; height: 38px; } #advantage .right_text .text { margin-left: -30px; } #advantage .right_text .text h4 { font-size: 14px; margin-bottom: 0; } #advantage .right_text .text p { font-size: 12px; line-height: 20px; } #product .title h1 { font-size: 20px; } #product .content_img img { width: 48px; height: 48px; } #product .content_text { margin-left: -14px; } #product .content_text h4 { font-size: 14px; margin-bottom: 0; } #product .content_text p { font-size: 12px; line-height: 20px; } #product .box { margin-bottom: 0; } #game .title p { font-size: 18px; } #game .game_detail li { padding: 0 12px; } #game .game_detail li img { width: 54px; height: 54px; } #game .game_detail li p { font-size: 10px; margin-top: 5px; } #cooperation h1 { font-size: 18px; } #cooperation .game_detail { text-align: center; } #cooperation .game_detail img { width: 100px; height: 48px; } #LayaPlayer .content h4 { font-size: 16px; } #LayaPlayer .content p { font-size: 12px; line-height: 20px; } #LayaAir .left_text h3, #LayaStore .left_text h3 { font-size: 20px; } #LayaAir .left_text h3 span, #LayaStore .left_text h3 span { padding: 7px 10px; font-size: 12px; border-radius: 50%; } #LayaAir .left_text .text, #LayaStore .left_text .text { font-size: 14px; margin-bottom: 20px; } #LayaAir .left_text .left_text_detail h4, #LayaStore .left_text .left_text_detail h4 { font-size: 16px; } #LayaAir .left_text .left_text_detail p, #LayaStore .left_text .left_text_detail p { font-size: 12px; line-height: 20px; } #LayaAir .left_text .md_img img, #LayaStore .left_text .md_img img { width: 70px; height: 70px; } } @media (min-width: 481px) and (max-width: 776px) { #myCarousel .index_img img { height: 300px; } #engine .left_img h1, #LayaFlash .left_img h1, #LayaPlayer .left_img h1, #company .left_img h1, #job .left_img h1, #contact .left_img h1 { font-size: 30px; } #engine .left_img h2, #LayaFlash .left_img h2, #LayaPlayer .left_img h2, #company .left_img h2, #job .left_img h2, #contact .left_img h2 { font-size: 26px; } #engine .left_img .flash img, #LayaFlash .left_img .flash img, #LayaPlayer .left_img .flash img, #company .left_img .flash img, #job .left_img .flash img, #contact .left_img .flash img { width: 48px; height: 48px; } #advantage .right_text h1 { font-size: 30px; } #advantage .right_text .flash img { width: 48px; height: 48px; } #product .title h1 { font-size: 30px; } #product .content_img img { width: 62px; height: 62px; } #product .content_text { margin-left: -40px; } #product .content_text h4 { font-size: 16px; margin-bottom: 0; } #product .content_text p { line-height: 20px; } #game .title p { font-size: 24px; } #cooperation h1 { font-size: 24px; } #cooperation .game_detail { text-align: center; } #cooperation .game_detail img { width: 140px; height: 64px; } #LayaPlayer .content h4 { font-size: 20px; } #LayaPlayer .content p { font-size: 12px; line-height: 24px; } #LayaAir .left_text h3, #LayaStore .left_text h3 { font-size: 24px; } #LayaAir .left_text .text, #LayaStore .left_text .text { font-size: 14px; margin-bottom: 20px; } #LayaAir .left_text .left_text_detail h4, #LayaStore .left_text .left_text_detail h4 { font-size: 18px; } #LayaAir .left_text .left_text_detail p, #LayaStore .left_text .left_text_detail p { font-size: 14px; line-height: 20px; } #LayaAir .left_text .md_img img, #LayaStore .left_text .md_img img { width: 120px; height: 120px; } } @media (min-width: 777px) and (max-width: 999px) { #myCarousel .index_img img { height: 500px; } #engine .left_img h1, #LayaFlash .left_img h1, #LayaPlayer .left_img h1 { font-size: 40px; } #advantage .right_text h1 { font-size: 40px; } #product .title h1 { font-size: 40px; } #product .content_img img { width: 62px; height: 62px; } #product .content_text h4 { font-size: 26px; margin-bottom: 0; } #product .content_text p { line-height: 20px; } #cooperation h1 { font-size: 24px; } #cooperation .game_detail { text-align: center; } #cooperation .game_detail img { width: 148px; height: 64px; } } @media (min-width: 1000px) { #myCarousel .index_img img { height: 657px; } } @media (min-width: 280px) and (max-width: 480px) { footer .text a { font-size: 12px; } footer .title p { font-size: 12px; } } /*# sourceMappingURL=public.css.map */
css/public.css
.navbar-default { background-color: #222222; margin-bottom: 0; } .navbar { border-radius: 0; } .navbar .navbar-brand { padding: 7px 18px 7px 7px; } .navbar .more { display: none; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; } #myCarousel img { width: 100%; } .clearfix::after { display: block; clear: both; content: ''; visibility: hidden; height: 0; line-height: 0; } footer { padding: 20px 0; background-color: #3b3b3b; } footer .text { margin: 10px 0; } footer .text a, footer .title p { padding: 0 10px; color: #8c8d94; } footer .contact a { display: inline-block; width: 38px; height: 38px; background: #3b3b3b; text-align: center; line-height: 38px; border-radius: 50%; float: left; margin-right: 30px; } footer .contact a span { position: absolute; padding: 8px; background-color: #fff; border-bottom: 1px solid #ddd; top: -152px; left: 31px; cursor: auto; display: none; } footer .contact a span::after { width: 0; height: 0; content: ''; position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: -18px; z-index: 10; border: 10px solid transparent; border-top: 10px solid #fff; } footer .contact a:hover span, footer .contact a:focus span { display: block; } @media (min-width: 1200px) { .myNav, .w1000, .container { width: 1000px; } } @media (max-width: 992px) { #navbar .hidden992 { display: none; } #navbar .more { display: block; } #hot_game .right_img p { text-align: left; } } @media (min-width: 280px) and (max-width: 480px) { #myCarousel .index_img img { height: 200px; } #engine .left_img h1, #LayaFlash .left_img h1, #LayaPlayer .left_img h1, #company .left_img h1, #job .left_img h1, #contact .left_img h1 { font-size: 20px; } #engine .left_img h1 span, #LayaFlash .left_img h1 span, #LayaPlayer .left_img h1 span, #company .left_img h1 span, #job .left_img h1 span, #contact .left_img h1 span { padding: 7px 10px; font-size: 12px; border-radius: 50%; } #engine .left_img h2, #LayaFlash .left_img h2, #LayaPlayer .left_img h2, #company .left_img h2, #job .left_img h2, #contact .left_img h2 { font-size: 16px; } #engine .left_img .content_text_1, #engine .left_img .content_text_2, #engine .left_img .content_text_3, #LayaFlash .left_img .content_text_1, #LayaFlash .left_img .content_text_2, #LayaFlash .left_img .content_text_3, #LayaPlayer .left_img .content_text_1, #LayaPlayer .left_img .content_text_2, #LayaPlayer .left_img .content_text_3, #company .left_img .content_text_1, #company .left_img .content_text_2, #company .left_img .content_text_3, #job .left_img .content_text_1, #job .left_img .content_text_2, #job .left_img .content_text_3, #contact .left_img .content_text_1, #contact .left_img .content_text_2, #contact .left_img .content_text_3 { font-size: 12px; line-height: 20px; } #engine .left_img .flash img, #LayaFlash .left_img .flash img, #LayaPlayer .left_img .flash img, #company .left_img .flash img, #job .left_img .flash img, #contact .left_img .flash img { width: 40px; height: 40px; } #engine .left_img .text, #LayaFlash .left_img .text, #LayaPlayer .left_img .text, #company .left_img .text, #job .left_img .text, #contact .left_img .text { margin-left: -30px; } #engine .left_img .text h4, #LayaFlash .left_img .text h4, #LayaPlayer .left_img .text h4, #company .left_img .text h4, #job .left_img .text h4, #contact .left_img .text h4 { font-size: 14px; margin-bottom: 0; } #engine .left_img .text p, #LayaFlash .left_img .text p, #LayaPlayer .left_img .text p, #company .left_img .text p, #job .left_img .text p, #contact .left_img .text p { font-size: 12px; line-height: 20px; } #advantage .right_text h1 { font-size: 20px; } #advantage .right_text .flash img { width: 38px; height: 38px; } #advantage .right_text .text { margin-left: -30px; } #advantage .right_text .text h4 { font-size: 14px; margin-bottom: 0; } #advantage .right_text .text p { font-size: 12px; line-height: 20px; } #product .title h1 { font-size: 20px; } #product .content_img img { width: 48px; height: 48px; } #product .content_text { margin-left: -14px; } #product .content_text h4 { font-size: 14px; margin-bottom: 0; } #product .content_text p { font-size: 12px; line-height: 20px; } #product .box { margin-bottom: 0; } #game .title p { font-size: 18px; } #game .game_detail li { padding: 0 12px; } #game .game_detail li img { width: 54px; height: 54px; } #game .game_detail li p { font-size: 10px; margin-top: 5px; } #cooperation h1 { font-size: 18px; } #cooperation .game_detail { text-align: center; } #cooperation .game_detail img { width: 100px; height: 48px; } #LayaPlayer .content h4 { font-size: 16px; } #LayaPlayer .content p { font-size: 12px; line-height: 20px; } #LayaAir .left_text h3, #LayaStore .left_text h3 { font-size: 20px; } #LayaAir .left_text h3 span, #LayaStore .left_text h3 span { padding: 7px 10px; font-size: 12px; border-radius: 50%; } #LayaAir .left_text .text, #LayaStore .left_text .text { font-size: 14px; margin-bottom: 20px; } #LayaAir .left_text .left_text_detail h4, #LayaStore .left_text .left_text_detail h4 { font-size: 16px; } #LayaAir .left_text .left_text_detail p, #LayaStore .left_text .left_text_detail p { font-size: 12px; line-height: 20px; } #LayaAir .left_text .md_img img, #LayaStore .left_text .md_img img { width: 70px; height: 70px; } } @media (min-width: 481px) and (max-width: 776px) { #myCarousel .index_img img { height: 300px; } #engine .left_img h1, #LayaFlash .left_img h1, #LayaPlayer .left_img h1, #company .left_img h1, #job .left_img h1, #contact .left_img h1 { font-size: 30px; } #engine .left_img h2, #LayaFlash .left_img h2, #LayaPlayer .left_img h2, #company .left_img h2, #job .left_img h2, #contact .left_img h2 { font-size: 26px; } #engine .left_img .flash img, #LayaFlash .left_img .flash img, #LayaPlayer .left_img .flash img, #company .left_img .flash img, #job .left_img .flash img, #contact .left_img .flash img { width: 48px; height: 48px; } #advantage .right_text h1 { font-size: 30px; } #advantage .right_text .flash img { width: 48px; height: 48px; } #product .title h1 { font-size: 30px; } #product .content_img img { width: 62px; height: 62px; } #product .content_text { margin-left: -40px; } #product .content_text h4 { font-size: 16px; margin-bottom: 0; } #product .content_text p { line-height: 20px; } #game .title p { font-size: 24px; } #cooperation h1 { font-size: 24px; } #cooperation .game_detail { text-align: center; } #cooperation .game_detail img { width: 140px; height: 64px; } #LayaPlayer .content h4 { font-size: 20px; } #LayaPlayer .content p { font-size: 12px; line-height: 24px; } #LayaAir .left_text h3, #LayaStore .left_text h3 { font-size: 24px; } #LayaAir .left_text .text, #LayaStore .left_text .text { font-size: 14px; margin-bottom: 20px; } #LayaAir .left_text .left_text_detail h4, #LayaStore .left_text .left_text_detail h4 { font-size: 18px; } #LayaAir .left_text .left_text_detail p, #LayaStore .left_text .left_text_detail p { font-size: 14px; line-height: 20px; } #LayaAir .left_text .md_img img, #LayaStore .left_text .md_img img { width: 120px; height: 120px; } } @media (min-width: 777px) and (max-width: 999px) { #myCarousel .index_img img { height: 500px; } #engine .left_img h1, #LayaFlash .left_img h1, #LayaPlayer .left_img h1 { font-size: 40px; } #advantage .right_text h1 { font-size: 40px; } #product .title h1 { font-size: 40px; } #product .content_img img { width: 62px; height: 62px; } #product .content_text h4 { font-size: 26px; margin-bottom: 0; } #product .content_text p { line-height: 20px; } #cooperation h1 { font-size: 24px; } #cooperation .game_detail { text-align: center; } #cooperation .game_detail img { width: 148px; height: 64px; } } @media (min-width: 1000px) { #myCarousel .index_img img { height: 657px; } } @media (min-width: 280px) and (max-width: 480px) { footer .text a { font-size: 12px; } footer .title p { font-size: 12px; } } /*# sourceMappingURL=public.css.map */
0.326808
0.050518
body { font-family: Garamond; height: 100%; background: #8e9eab; /*background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);*/ /*background: linear-gradient(to left, #eef2f3, #8e9eab);*/ background: -webkit-linear-gradient(to right, #eef2f3, #c8d0d3); background: linear-gradient(to left, #eef2f3, #c8d0d3); /*background: url('../resources/images/boxed-bg.jpg') repeat fixed;*/ } a { color: #bad7e1 !important; text-decoration: underline !important; font-size: 15px; } h1 { color: #324659 !important; margin-bottom: 0; margin-top: 0; text-align: center; font-size: 40px; font-weight: 200 !important; } h3 { color: #324659 !important; font-size: 20px; margin-top: 3px; text-align: center; font-weight: 400 !important; } #frame { width: 95%; min-width: 360px; max-width: 1000px; height: 70vh; min-height: 300px; max-height: 720px; /*background: #E6EAEA;*/ background: #f4f4f4; -webkit-box-shadow: 14px 12px 20px -5px rgba(00,00,00,0.2); box-shadow: 14px 12px 20px -5px rgba(00,00,00,0.2); } @media screen and (max-width: 360px) { #frame { width: 100%; height: 100vh; } } #frame .content { height: 100%; overflow: hidden; position: relative; } #frame .content .contact-profile { width: 100%; height: 60px; line-height: 60px; background: #f5f5f5; } #frame .content .contact-profile img { width: 40px; border-radius: 50%; float: left; margin: 9px 12px 0 9px; } #frame .content .contact-profile p { float: left; } #frame .content .contact-profile { float: right; } #frame .content .contact-profile i { margin-left: 14px; cursor: pointer; } #frame .content .contact-profile i:nth-last-child(1) { margin-right: 20px; } #frame .content .contact-profile i:hover { color: #435f7a; } #frame .content .messages { height: auto; min-height: calc(100% - 56px); max-height: calc(100% - 56px); overflow-y: scroll; overflow-x: hidden; } @media screen and (max-width: 735px) { #frame .content .messages { max-height: calc(100% - 105px); } } #frame .content .messages::-webkit-scrollbar { width: 13px; background: transparent; } #frame .content .messages::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.3); border: 3px solid #e6eaea; border-bottom: 4px solid #e6eaea; } #frame .content .messages ul li { display: inline-block; clear: both; float: left; margin: 15px 15px 5px 15px; width: calc(100% - 25px); font-size: 1.1em; } #frame .content .messages ul li:nth-last-child(1) { margin-bottom: 20px; } #frame .content .messages ul li.sent img { margin: 6px 8px 0 0; } #frame .content .messages ul li.sent p { /*background: #435f7a;*/ background: #32465a; color: #f5f5f5; -webkit-box-shadow: 5px 6px 20px -3px rgba(00,00,00,0.2); box-shadow: 5px 6px 20px -3px rgba(00,00,00,0.2); } #frame .content .messages ul li.sent-multi { margin: 0 15px; } #frame .content .messages ul li.sent-multi p { margin: 0; max-width: 370px; } #frame .content .messages ul li.replies img { float: right; margin: 6px 0 0 8px; } #frame .content .messages ul li.replies p { background: #ffffff; float: right; -webkit-box-shadow: 5px 6px 20px -3px rgba(00,00,00,0.2); box-shadow: 5px 6px 20px -3px rgba(00,00,00,0.2); } #frame .content .messages ul li img { width: 22px; border-radius: 50%; float: left; } #frame .content .messages ul li p { display: inline-block; padding: 10px 15px; /*border-radius: 10px;*/ max-width: 205px; line-height: 120%; } #frame .content .messages .typing p { padding-left: 30px; color: gray; } @media screen and (min-width: 735px) { #frame .content .messages ul li p { max-width: 320px; } } #frame .content .message-input { position: absolute; bottom: 0; width: 100%; z-index: 99; margin: 3px; } #frame .content .message-input .wrap { position: relative; } #frame .content .message-input .wrap input { font-family: "proxima-nova", "Source Sans Pro", sans-serif; float: left; border: none; width: calc(100% - 59px); line-height: 28px; padding: 10px 32px 10px 8px; font-size: 1em; color: #32465a; box-shadow: 0px 0px 11px -3px rgba(00,00,00,0.2); } @media screen and (max-width: 735px) { #frame .content .message-input .wrap input { padding: 15px 32px 16px 8px; } } #frame .content .message-input .wrap input:focus { outline: none; } #frame .content .message-input .wrap button { float: right; border: none; width: 50px; margin-right: 6px; padding: 12px 0; cursor: pointer; background: #32465a; color: #f5f5f5; } @media screen and (max-width: 735px) { #frame .content .message-input .wrap button { padding: 16px 0; } } #frame .content .message-input .wrap button:hover { background: #435f7a; } #frame .content .message-input .wrap button:focus { outline: none; } .chatbox { padding: 20px 0 0 20px; } /*Typing animation*/ @keyframes blink { 0% { opacity: .2; } 20% { opacity: 1; } 100% { opacity: .2; } } #textInput { height: 55px; } #buttonInput { height: 55px; } .saving span { animation-name: blink; animation-duration: 1.4s; animation-iteration-count: infinite; animation-fill-mode: both; font-size: 80px; max-height: 16px; line-height: 16px; } .saving span:nth-child(2) { animation-delay: .2s; } .saving span:nth-child(3) { animation-delay: .4s; }
lipchat-chatbot/css/styles.css
body { font-family: Garamond; height: 100%; background: #8e9eab; /*background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);*/ /*background: linear-gradient(to left, #eef2f3, #8e9eab);*/ background: -webkit-linear-gradient(to right, #eef2f3, #c8d0d3); background: linear-gradient(to left, #eef2f3, #c8d0d3); /*background: url('../resources/images/boxed-bg.jpg') repeat fixed;*/ } a { color: #bad7e1 !important; text-decoration: underline !important; font-size: 15px; } h1 { color: #324659 !important; margin-bottom: 0; margin-top: 0; text-align: center; font-size: 40px; font-weight: 200 !important; } h3 { color: #324659 !important; font-size: 20px; margin-top: 3px; text-align: center; font-weight: 400 !important; } #frame { width: 95%; min-width: 360px; max-width: 1000px; height: 70vh; min-height: 300px; max-height: 720px; /*background: #E6EAEA;*/ background: #f4f4f4; -webkit-box-shadow: 14px 12px 20px -5px rgba(00,00,00,0.2); box-shadow: 14px 12px 20px -5px rgba(00,00,00,0.2); } @media screen and (max-width: 360px) { #frame { width: 100%; height: 100vh; } } #frame .content { height: 100%; overflow: hidden; position: relative; } #frame .content .contact-profile { width: 100%; height: 60px; line-height: 60px; background: #f5f5f5; } #frame .content .contact-profile img { width: 40px; border-radius: 50%; float: left; margin: 9px 12px 0 9px; } #frame .content .contact-profile p { float: left; } #frame .content .contact-profile { float: right; } #frame .content .contact-profile i { margin-left: 14px; cursor: pointer; } #frame .content .contact-profile i:nth-last-child(1) { margin-right: 20px; } #frame .content .contact-profile i:hover { color: #435f7a; } #frame .content .messages { height: auto; min-height: calc(100% - 56px); max-height: calc(100% - 56px); overflow-y: scroll; overflow-x: hidden; } @media screen and (max-width: 735px) { #frame .content .messages { max-height: calc(100% - 105px); } } #frame .content .messages::-webkit-scrollbar { width: 13px; background: transparent; } #frame .content .messages::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.3); border: 3px solid #e6eaea; border-bottom: 4px solid #e6eaea; } #frame .content .messages ul li { display: inline-block; clear: both; float: left; margin: 15px 15px 5px 15px; width: calc(100% - 25px); font-size: 1.1em; } #frame .content .messages ul li:nth-last-child(1) { margin-bottom: 20px; } #frame .content .messages ul li.sent img { margin: 6px 8px 0 0; } #frame .content .messages ul li.sent p { /*background: #435f7a;*/ background: #32465a; color: #f5f5f5; -webkit-box-shadow: 5px 6px 20px -3px rgba(00,00,00,0.2); box-shadow: 5px 6px 20px -3px rgba(00,00,00,0.2); } #frame .content .messages ul li.sent-multi { margin: 0 15px; } #frame .content .messages ul li.sent-multi p { margin: 0; max-width: 370px; } #frame .content .messages ul li.replies img { float: right; margin: 6px 0 0 8px; } #frame .content .messages ul li.replies p { background: #ffffff; float: right; -webkit-box-shadow: 5px 6px 20px -3px rgba(00,00,00,0.2); box-shadow: 5px 6px 20px -3px rgba(00,00,00,0.2); } #frame .content .messages ul li img { width: 22px; border-radius: 50%; float: left; } #frame .content .messages ul li p { display: inline-block; padding: 10px 15px; /*border-radius: 10px;*/ max-width: 205px; line-height: 120%; } #frame .content .messages .typing p { padding-left: 30px; color: gray; } @media screen and (min-width: 735px) { #frame .content .messages ul li p { max-width: 320px; } } #frame .content .message-input { position: absolute; bottom: 0; width: 100%; z-index: 99; margin: 3px; } #frame .content .message-input .wrap { position: relative; } #frame .content .message-input .wrap input { font-family: "proxima-nova", "Source Sans Pro", sans-serif; float: left; border: none; width: calc(100% - 59px); line-height: 28px; padding: 10px 32px 10px 8px; font-size: 1em; color: #32465a; box-shadow: 0px 0px 11px -3px rgba(00,00,00,0.2); } @media screen and (max-width: 735px) { #frame .content .message-input .wrap input { padding: 15px 32px 16px 8px; } } #frame .content .message-input .wrap input:focus { outline: none; } #frame .content .message-input .wrap button { float: right; border: none; width: 50px; margin-right: 6px; padding: 12px 0; cursor: pointer; background: #32465a; color: #f5f5f5; } @media screen and (max-width: 735px) { #frame .content .message-input .wrap button { padding: 16px 0; } } #frame .content .message-input .wrap button:hover { background: #435f7a; } #frame .content .message-input .wrap button:focus { outline: none; } .chatbox { padding: 20px 0 0 20px; } /*Typing animation*/ @keyframes blink { 0% { opacity: .2; } 20% { opacity: 1; } 100% { opacity: .2; } } #textInput { height: 55px; } #buttonInput { height: 55px; } .saving span { animation-name: blink; animation-duration: 1.4s; animation-iteration-count: infinite; animation-fill-mode: both; font-size: 80px; max-height: 16px; line-height: 16px; } .saving span:nth-child(2) { animation-delay: .2s; } .saving span:nth-child(3) { animation-delay: .4s; }
0.3512
0.091544
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap"); * { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } /* Fluid typography This is simply a mapping function: size = min + (max - min) * (100vw - min_width) / (max_width - min_width) */ html, body { font-family: "Roboto Slab", serif; overflow-x: hidden; } html, body { font-size: 12px; } @media only screen and (min-width: 400px) { html, body { font-size: calc( 12px + 4 * ((100vw - 400px) / 1000)); } } @media only screen and (min-width: 1400px) { html, body { font-size: 16px; } } h1 { font-size: 1.29616rem; } @media only screen and (min-width: 37.5rem) { h1 { font-size: calc( 1.29616rem + 1.86118 * ((100vw - 37.5rem) / 42.5)); } } @media only screen and (min-width: 80rem) { h1 { font-size: 3.15733rem; } } h2 { font-size: 1.21477rem; } @media only screen and (min-width: 37.5rem) { h2 { font-size: calc( 1.21477rem + 1.15383 * ((100vw - 37.5rem) / 42.5)); } } @media only screen and (min-width: 80rem) { h2 { font-size: 2.36859rem; } } h3 { font-size: 1.13849rem; } @media only screen and (min-width: 37.5rem) { h3 { font-size: calc( 1.13849rem + 0.6384 * ((100vw - 37.5rem) / 42.5)); } } @media only screen and (min-width: 80rem) { h3 { font-size: 1.77689rem; } } h4 { font-size: 1.067rem; } @media only screen and (min-width: 37.5rem) { h4 { font-size: calc( 1.067rem + 0.266 * ((100vw - 37.5rem) / 42.5)); } } @media only screen and (min-width: 80rem) { h4 { font-size: 1.333rem; } } h5 { font-size: 1rem; } @media only screen and (min-width: 37.5rem) { h5 { font-size: calc( 1rem + 0 * ((100vw - 37.5rem) / 42.5)); } } @media only screen and (min-width: 80rem) { h5 { font-size: 1rem; } } h6 { font-size: 0.93721rem; } @media only screen and (min-width: 37.5rem) { h6 { font-size: calc( 0.93721rem + -0.18702 * ((100vw - 37.5rem) / 42.5)); } } @media only screen and (min-width: 80rem) { h6 { font-size: 0.75019rem; } } /* Paragraphs by default have the same font size as h4 */ p { font-size: 1.067rem; } @media only screen and (min-width: 37.5rem) { p { font-size: calc( 1.067rem + 0.266 * ((100vw - 37.5rem) / 42.5)); } } @media only screen and (min-width: 80rem) { p { font-size: 1.333rem; } } /*# sourceMappingURL=style.css.map */
style.css
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap"); * { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } /* Fluid typography This is simply a mapping function: size = min + (max - min) * (100vw - min_width) / (max_width - min_width) */ html, body { font-family: "Roboto Slab", serif; overflow-x: hidden; } html, body { font-size: 12px; } @media only screen and (min-width: 400px) { html, body { font-size: calc( 12px + 4 * ((100vw - 400px) / 1000)); } } @media only screen and (min-width: 1400px) { html, body { font-size: 16px; } } h1 { font-size: 1.29616rem; } @media only screen and (min-width: 37.5rem) { h1 { font-size: calc( 1.29616rem + 1.86118 * ((100vw - 37.5rem) / 42.5)); } } @media only screen and (min-width: 80rem) { h1 { font-size: 3.15733rem; } } h2 { font-size: 1.21477rem; } @media only screen and (min-width: 37.5rem) { h2 { font-size: calc( 1.21477rem + 1.15383 * ((100vw - 37.5rem) / 42.5)); } } @media only screen and (min-width: 80rem) { h2 { font-size: 2.36859rem; } } h3 { font-size: 1.13849rem; } @media only screen and (min-width: 37.5rem) { h3 { font-size: calc( 1.13849rem + 0.6384 * ((100vw - 37.5rem) / 42.5)); } } @media only screen and (min-width: 80rem) { h3 { font-size: 1.77689rem; } } h4 { font-size: 1.067rem; } @media only screen and (min-width: 37.5rem) { h4 { font-size: calc( 1.067rem + 0.266 * ((100vw - 37.5rem) / 42.5)); } } @media only screen and (min-width: 80rem) { h4 { font-size: 1.333rem; } } h5 { font-size: 1rem; } @media only screen and (min-width: 37.5rem) { h5 { font-size: calc( 1rem + 0 * ((100vw - 37.5rem) / 42.5)); } } @media only screen and (min-width: 80rem) { h5 { font-size: 1rem; } } h6 { font-size: 0.93721rem; } @media only screen and (min-width: 37.5rem) { h6 { font-size: calc( 0.93721rem + -0.18702 * ((100vw - 37.5rem) / 42.5)); } } @media only screen and (min-width: 80rem) { h6 { font-size: 0.75019rem; } } /* Paragraphs by default have the same font size as h4 */ p { font-size: 1.067rem; } @media only screen and (min-width: 37.5rem) { p { font-size: calc( 1.067rem + 0.266 * ((100vw - 37.5rem) / 42.5)); } } @media only screen and (min-width: 80rem) { p { font-size: 1.333rem; } } /*# sourceMappingURL=style.css.map */
0.281208
0.126111
*:before *:after{ box-sizing: border-box; } *{ margin: 0; padding: 0; position: relative; box-sizing: border-box; } body{ background: #fff; font-family: 'Poppins', sans-serif; background-size: cover; } .container{ width: 80%; margin: 80px auto; } .container h1{ padding: 60px 0; color: #000000; font-size: 44px; text-align: center; } .row{ display: flex; align-items: center; flex-wrap: wrap; } .col{ flex-basis: 50%; min-width: 250px; } .feature-img{ width: 87%; margin: auto; position: relative; border-radius: 6px; overflow: hidden; } .small-img-row{ display: flex; background: #fff; margin: 20px 0; align-items: center; border-radius: 6px; overflow: hidden; width: 85%; margin-left: 80px; box-shadow: 5px 5px 10px #d1d1d1, -5px -5px 10px #ffffff; } .small-img{ position: relative; } .small-img img{ width: 200px; } .small-img-row p{ margin-left: 20px; color: #707070; line-height: 22px; font-size: 15px; } .small-img .play-btn{ width: 35px; } .card{ height: 400px; width: 320px; background-color: rgba(255,255,255,0.06); backdrop-filter: blur(20px); position: absolute; margin: auto; left: 0; right: 0; top: 50%; bottom: 0; border-radius: 8px; box-shadow: 20px 20px 22px rgba(0,0,0,0.2); font-family: 'Poppins',sans-serif; } .card-img{ height: 120px; width: 120px; background-color: rgba(255,255,255,0.06); backdrop-filter: blur(20px); position: absolute; margin: 30px auto 20px auto; left: 0; right: 0; border-radius: 50%; } .card-img img{ height: 86%; border-radius: 50%; margin-left: 7%; margin-top: 7%; } .desc{ width: 100%; text-align: center; position: absolute; top: 160px; } .primary-text{ color: #d5d5d5; font-size: 16px; font-weight: 600; letter-spacing: 0.7px; margin: 5px 0; } .secondary-text{ color: #c0c0c0; font-weight: 400; font-size: 14px; letter-spacing: 1px; margin: 5px 0; } .details{ display: grid; width: 100%; height: 70px; grid-template-columns: auto auto; position: absolute; bottom: 0; background-color: rgba(255,255,255,0.06); backdrop-filter: blur(20px); border-radius: 0 0 8px 8px; padding: 5px 0; } .details>div{ text-align: center; } .details>div:first-child{ border-right: 2px solid rgba(255,255,255,0.08); } button{ background-color: rgba(255,255,255,0.06); backdrop-filter: blur(20px); position: absolute; width: 80%; left: 10%; top: 240px; border: none; border-radius: 5px; padding: 15px 0; }
course6.css
*:before *:after{ box-sizing: border-box; } *{ margin: 0; padding: 0; position: relative; box-sizing: border-box; } body{ background: #fff; font-family: 'Poppins', sans-serif; background-size: cover; } .container{ width: 80%; margin: 80px auto; } .container h1{ padding: 60px 0; color: #000000; font-size: 44px; text-align: center; } .row{ display: flex; align-items: center; flex-wrap: wrap; } .col{ flex-basis: 50%; min-width: 250px; } .feature-img{ width: 87%; margin: auto; position: relative; border-radius: 6px; overflow: hidden; } .small-img-row{ display: flex; background: #fff; margin: 20px 0; align-items: center; border-radius: 6px; overflow: hidden; width: 85%; margin-left: 80px; box-shadow: 5px 5px 10px #d1d1d1, -5px -5px 10px #ffffff; } .small-img{ position: relative; } .small-img img{ width: 200px; } .small-img-row p{ margin-left: 20px; color: #707070; line-height: 22px; font-size: 15px; } .small-img .play-btn{ width: 35px; } .card{ height: 400px; width: 320px; background-color: rgba(255,255,255,0.06); backdrop-filter: blur(20px); position: absolute; margin: auto; left: 0; right: 0; top: 50%; bottom: 0; border-radius: 8px; box-shadow: 20px 20px 22px rgba(0,0,0,0.2); font-family: 'Poppins',sans-serif; } .card-img{ height: 120px; width: 120px; background-color: rgba(255,255,255,0.06); backdrop-filter: blur(20px); position: absolute; margin: 30px auto 20px auto; left: 0; right: 0; border-radius: 50%; } .card-img img{ height: 86%; border-radius: 50%; margin-left: 7%; margin-top: 7%; } .desc{ width: 100%; text-align: center; position: absolute; top: 160px; } .primary-text{ color: #d5d5d5; font-size: 16px; font-weight: 600; letter-spacing: 0.7px; margin: 5px 0; } .secondary-text{ color: #c0c0c0; font-weight: 400; font-size: 14px; letter-spacing: 1px; margin: 5px 0; } .details{ display: grid; width: 100%; height: 70px; grid-template-columns: auto auto; position: absolute; bottom: 0; background-color: rgba(255,255,255,0.06); backdrop-filter: blur(20px); border-radius: 0 0 8px 8px; padding: 5px 0; } .details>div{ text-align: center; } .details>div:first-child{ border-right: 2px solid rgba(255,255,255,0.08); } button{ background-color: rgba(255,255,255,0.06); backdrop-filter: blur(20px); position: absolute; width: 80%; left: 10%; top: 240px; border: none; border-radius: 5px; padding: 15px 0; }
0.485844
0.07072
#search {float:right;margin-top:27px;background:#dfdfdf;height:37px;overflow:hidden} #search input{ width:178px; font-size:12px; color:#838383; padding:10px 10px 11px; margin:0; outline:none; resize:none; position:relative; background:none; -webkit-background-clip:padding-box; height:16px; border:none;border-radius:0; box-shadow:none;display:inline-block; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;float:left } #search a{cursor:pointer; display:inline-block; z-index:20; font-size:14px; line-height:18px; text-transform:uppercase; background:#76a712; font-family: 'Oswald', sans-serif; padding:10px 13px 9px;color:#fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;float:right } #search a:hover{background:#383737;text-decoration:none} /***** contact form *****/ #contact-form { position:relative; vertical-align:top; z-index:1; margin:1px 0 0 0; } #contact-form fieldset {border:none;padding:0; width:100%; overflow:hidden;} #contact-form label {display:block; min-height:56px; position:relative;} #contact-form .message{min-height:265px;} #contact-form input, #contact-form textarea { padding: 9px 18px 10px; margin:0; font: 12px Arial, Helvetica, sans-serif; color:#8f8f8f; background:#fff; outline:none; border:1px solid #d3d3d3; width:182px; box-shadow:none } #contact-form .area .error {float:none;} #contact-form textarea { width:422px; height:194px; resize:none; overflow:auto; } #contact-form .success {display:none; margin-bottom:20px;} #contact-form .error, #contact-form .empty { color:#f00; font-size:11px; line-height:1.27em; display:none; overflow:hidden; margin-bottom:5px; } /*.buttons-wrapper{position:absolute;bottom:0;right:0} .buttons-wrapper a {cursor:pointer;margin-left:20px;} */ @media only screen and (max-width: 995px) { #contact-form textarea { width: 382px; } } @media only screen and (max-width: 767px) { #search {float:left;} #search input{ width:204px; } #contact-form textarea { width: 263px; } } @media only screen and (min-width: 480px) and (max-width: 767px) { #search input{ width:320px; } #contact-form textarea { width: 382px; } }
punch/templates/css/forms.css
#search {float:right;margin-top:27px;background:#dfdfdf;height:37px;overflow:hidden} #search input{ width:178px; font-size:12px; color:#838383; padding:10px 10px 11px; margin:0; outline:none; resize:none; position:relative; background:none; -webkit-background-clip:padding-box; height:16px; border:none;border-radius:0; box-shadow:none;display:inline-block; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;float:left } #search a{cursor:pointer; display:inline-block; z-index:20; font-size:14px; line-height:18px; text-transform:uppercase; background:#76a712; font-family: 'Oswald', sans-serif; padding:10px 13px 9px;color:#fff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;float:right } #search a:hover{background:#383737;text-decoration:none} /***** contact form *****/ #contact-form { position:relative; vertical-align:top; z-index:1; margin:1px 0 0 0; } #contact-form fieldset {border:none;padding:0; width:100%; overflow:hidden;} #contact-form label {display:block; min-height:56px; position:relative;} #contact-form .message{min-height:265px;} #contact-form input, #contact-form textarea { padding: 9px 18px 10px; margin:0; font: 12px Arial, Helvetica, sans-serif; color:#8f8f8f; background:#fff; outline:none; border:1px solid #d3d3d3; width:182px; box-shadow:none } #contact-form .area .error {float:none;} #contact-form textarea { width:422px; height:194px; resize:none; overflow:auto; } #contact-form .success {display:none; margin-bottom:20px;} #contact-form .error, #contact-form .empty { color:#f00; font-size:11px; line-height:1.27em; display:none; overflow:hidden; margin-bottom:5px; } /*.buttons-wrapper{position:absolute;bottom:0;right:0} .buttons-wrapper a {cursor:pointer;margin-left:20px;} */ @media only screen and (max-width: 995px) { #contact-form textarea { width: 382px; } } @media only screen and (max-width: 767px) { #search {float:left;} #search input{ width:204px; } #contact-form textarea { width: 263px; } } @media only screen and (min-width: 480px) and (max-width: 767px) { #search input{ width:320px; } #contact-form textarea { width: 382px; } }
0.17515
0.048182
@-moz-document regexp("^https?://otakustream\\.tv/anime/[^/]+/[^/]+(/.*)?$"), regexp("^https?://otakustream\\.tv/movie/[^/]+(/.*)?$") { /* OtakuStream Theater Mode < https://userstyles.org/styles/173868 > Author: <NAME> < https://userstyles.org/users/375638 > Version: 1.0.20190729 License: CC BY-SA */ body.darkmode div.web-app div.header-wrap, body.darkmode div.web-app div.header-wrap ~ div.container { position: fixed; z-index: 2000; opacity: 0; transition-property: opacity; transition-timing-function: ease; transition-duration: 0.5s; } body.darkmode div.web-app div.header-wrap ~ div.container { top: auto; bottom: calc(100% - 100vh - 2em); height: auto; padding-left: calc((100vw - 1140px) / 2); padding-right: calc((100vw - 1140px) / 2); width: 100vw; background-color: #202225; transition-property: opacity, bottom; } body.darkmode div.web-app div.header-wrap:hover ~ div.container, body.darkmode div.web-app div.header-wrap ~ div.container:hover, body.darkmode div.web-app div.header-wrap.onMove ~ div.container { bottom: calc(100% - 100vh); } body.darkmode div.web-app div.header-wrap:hover, body.darkmode div.web-app div.header-wrap.onMove, body.darkmode div.web-app div.header-wrap:hover ~ div.container, body.darkmode div.web-app div.header-wrap ~ div.container:hover, body.darkmode div.web-app div.header-wrap.onMove ~ div.container { opacity: 1; } body.darkmode div.web-app div.video-wrap { position: fixed; top: 0px; left: 0px; right: 0px; width: auto; height: 100vh; } body.darkmode div.web-app div.video-wrap * { height: 100%; min-height: 100%; } body.darkmode div.web-app { padding-top: 0px; } body.darkmode div.web-app div.player-bg { margin-top: 100vh; } body.darkmode div.web-app div.player-bg a.animeEpNav { top: -45vh; z-index: 2000; opacity: 0.05; transition: opacity 0.5s ease; } body.darkmode div.web-app div.header-wrap:hover ~ div.player-bg a.animeEpNav, body.darkmode div.web-app div.header-wrap.onMove ~ div.player-bg a.animeEpNav, body.darkmode div.web-app div.player-bg a.animeEpNav:hover { opacity: 1; } body.darkmode div.web-app button.goToTop:not(.active) { display: none; } }
data/usercss/173868.user.css
@-moz-document regexp("^https?://otakustream\\.tv/anime/[^/]+/[^/]+(/.*)?$"), regexp("^https?://otakustream\\.tv/movie/[^/]+(/.*)?$") { /* OtakuStream Theater Mode < https://userstyles.org/styles/173868 > Author: <NAME> < https://userstyles.org/users/375638 > Version: 1.0.20190729 License: CC BY-SA */ body.darkmode div.web-app div.header-wrap, body.darkmode div.web-app div.header-wrap ~ div.container { position: fixed; z-index: 2000; opacity: 0; transition-property: opacity; transition-timing-function: ease; transition-duration: 0.5s; } body.darkmode div.web-app div.header-wrap ~ div.container { top: auto; bottom: calc(100% - 100vh - 2em); height: auto; padding-left: calc((100vw - 1140px) / 2); padding-right: calc((100vw - 1140px) / 2); width: 100vw; background-color: #202225; transition-property: opacity, bottom; } body.darkmode div.web-app div.header-wrap:hover ~ div.container, body.darkmode div.web-app div.header-wrap ~ div.container:hover, body.darkmode div.web-app div.header-wrap.onMove ~ div.container { bottom: calc(100% - 100vh); } body.darkmode div.web-app div.header-wrap:hover, body.darkmode div.web-app div.header-wrap.onMove, body.darkmode div.web-app div.header-wrap:hover ~ div.container, body.darkmode div.web-app div.header-wrap ~ div.container:hover, body.darkmode div.web-app div.header-wrap.onMove ~ div.container { opacity: 1; } body.darkmode div.web-app div.video-wrap { position: fixed; top: 0px; left: 0px; right: 0px; width: auto; height: 100vh; } body.darkmode div.web-app div.video-wrap * { height: 100%; min-height: 100%; } body.darkmode div.web-app { padding-top: 0px; } body.darkmode div.web-app div.player-bg { margin-top: 100vh; } body.darkmode div.web-app div.player-bg a.animeEpNav { top: -45vh; z-index: 2000; opacity: 0.05; transition: opacity 0.5s ease; } body.darkmode div.web-app div.header-wrap:hover ~ div.player-bg a.animeEpNav, body.darkmode div.web-app div.header-wrap.onMove ~ div.player-bg a.animeEpNav, body.darkmode div.web-app div.player-bg a.animeEpNav:hover { opacity: 1; } body.darkmode div.web-app button.goToTop:not(.active) { display: none; } }
0.474144
0.05621
body { font-size: 18px; background-color:#444444; color: #ffffff; } section { min-height: 4rem; border-bottom: 1px solid white; margin-bottom: 1rem; padding-bottom: 1rem; } section.preview { background-color: white; color: #444444; position: relative; height: 80px; } #preview-leds { position: absolute; left: 2rem; right: 2rem; top: 3rem; height: 80px; } #preview-leds .led { position: relative; display: inline-block; width: 15px; height: 15px; border-radius: 9999px; background-color: #aaaaaa; margin-bottom: 8px; border: 2px solid white; } #preview-leds .led.selected { border-color: #777777; border-radius: 0px; } h2 .current { display: none; } h2 a { color: #777777; text-decoration: none; font-size: 14px; margin-left: 2rem; } h2 label { color: #777777; font-size: 14px; margin-left: 2rem; } h2 span { font-size: 14px; padding-left: 1rem; } .hsv .hue { position: relative; height: 150px; margin-bottom: 30px; } .hsv .hue .select { position: absolute; height: 100px; } .hsv .hue .selected { top: 0px; left: 0px; position: absolute; height: 100px; } .hsv .hue .selected .position { position: absolute; top: 0px; height: 100%; width: 3px; margin-left: -1px; background-color: #ffffff; pointer-events: none; } .selected .color { position: relative; height: 20px; width: 20px; bottom: -20px; margin-left: -10px; background-color: #ffffff; border: 1px solid #ffffff; pointer-events: all; z-index: 100; } .selected.last .color { bottom: -60px; } .scenes { display: grid; grid-template-areas: 'text loadable load-button' 'text . .' 'text name save-button'; gap: 1rem; grid-template-rows: auto 1fr min-content; grid-template-columns: 50% 1fr 10rem; } .scenes textarea { grid-area: text; width: 100%; min-height: 8rem; } .scenes a { color: white; margin-left: 1rem; } .scenes a.save { grid-area: save-button; } .scenes a.load { grid-area: load-button; } #scene-name { grid-area: name; } .if-gradient { display: none; } .gradient .if-gradient { display: inline-block; } .no-hue .hsv .hue .select { display:none; } .no-saturation .saturation .select { display:none; } .no-level .level .select { display:none; }
WebApp/data/css/ledapp.css
body { font-size: 18px; background-color:#444444; color: #ffffff; } section { min-height: 4rem; border-bottom: 1px solid white; margin-bottom: 1rem; padding-bottom: 1rem; } section.preview { background-color: white; color: #444444; position: relative; height: 80px; } #preview-leds { position: absolute; left: 2rem; right: 2rem; top: 3rem; height: 80px; } #preview-leds .led { position: relative; display: inline-block; width: 15px; height: 15px; border-radius: 9999px; background-color: #aaaaaa; margin-bottom: 8px; border: 2px solid white; } #preview-leds .led.selected { border-color: #777777; border-radius: 0px; } h2 .current { display: none; } h2 a { color: #777777; text-decoration: none; font-size: 14px; margin-left: 2rem; } h2 label { color: #777777; font-size: 14px; margin-left: 2rem; } h2 span { font-size: 14px; padding-left: 1rem; } .hsv .hue { position: relative; height: 150px; margin-bottom: 30px; } .hsv .hue .select { position: absolute; height: 100px; } .hsv .hue .selected { top: 0px; left: 0px; position: absolute; height: 100px; } .hsv .hue .selected .position { position: absolute; top: 0px; height: 100%; width: 3px; margin-left: -1px; background-color: #ffffff; pointer-events: none; } .selected .color { position: relative; height: 20px; width: 20px; bottom: -20px; margin-left: -10px; background-color: #ffffff; border: 1px solid #ffffff; pointer-events: all; z-index: 100; } .selected.last .color { bottom: -60px; } .scenes { display: grid; grid-template-areas: 'text loadable load-button' 'text . .' 'text name save-button'; gap: 1rem; grid-template-rows: auto 1fr min-content; grid-template-columns: 50% 1fr 10rem; } .scenes textarea { grid-area: text; width: 100%; min-height: 8rem; } .scenes a { color: white; margin-left: 1rem; } .scenes a.save { grid-area: save-button; } .scenes a.load { grid-area: load-button; } #scene-name { grid-area: name; } .if-gradient { display: none; } .gradient .if-gradient { display: inline-block; } .no-hue .hsv .hue .select { display:none; } .no-saturation .saturation .select { display:none; } .no-level .level .select { display:none; }
0.583085
0.095856
@-moz-document domain("theoldreader.com") { /*header */ .navbar-default .navbar-nav > .open > a, .dropdown .open { background-color: #222 !important; } .dropdown-menu>li>a { color: #fff !important; } .navbar-fixed-top { border-bottom-color: #000 !important; background-color: #252525 !important; } .navbar-nav li a { color: #ddd !important; } .navbar-default .navbar-nav > li > a:hover { color: #26687f !important; } .navbar-default .navbar-nav > li > a.social:hover { color: #da3f2d !important; } nav.nav li.divider-vertical { background-color: #222 !important; } .form-search .btn { background-color: transparent !important; background-image: url("http://theoldreader.com/assets/ico-search.png") !important; background-position: center center !important; } /* text input (SEARCH) */ 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: #444 !important; color: #fff !important; border-bottom-color: #000 !important; border-left-color: #000 !important; border-top-color: #000 !important; border-right-color: #000 !important; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important; } /* end text input (SEARCH) */ /* end header */ /* BOTH COLS */ body { background-color: #333 !important; color: #999999 !important; font-size: 16px !important; } .well { background-color: #222 !important; border: 1px solid #222 !important; } .btn { color: #ccc !important; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75) !important; background-color: #222 !important; background-image: linear-gradient(to bottom, #444, #555) !important; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important; } .btn-danger { background-color: #d9534f !important; background-image: none !important; } /* end BOTH COLS */ /* left col*/ .reader .subscribe-button-container .bg { background-color: #333 !important; } /*subscribe button*/ .reader .subscribe-fixed-top .bg { background: none repeat scroll 0 0 #333 !important; } .subscribe .btn-primary { border: 1px solid #191919 !important; } /*end subscribe button*/ /*nav list*/ .nav-list li a { color: #ccc !important; } .nav-list li a:hover { color: #26687f !important; } .nav-list li.active a { color: #26687f !important; } .nav-list li.social.active a { color: #da3f2d !important; } .nav-list li.social.active a:hover { color: #26687f !important; } .nav-list li.nav-header a { color: #666 !important; } .nav-list li.nav-header a:hover { color: #bbb !important; } /*nav list end*/ /* end left col*/ /* right col */ /*.reader .body-fixed-top {left: 14% !important; width: 83% !important;}*/ /* making content col wider part 2/2 */ .loader { background-color: #333 !important; } .page-header { border-bottom: 1px solid #222 !important; } /* line below site title or category (folder) */ /*articles*/ .reader .floating { background: #333 !important; } /*must be same as BODY background color*/ .post h3 a { color: #ccc !important; } .label.label-transparent { color: #999 !important; } .post.unread { border-left: 10px solid #26687f !important; padding-bottom: 10px !important; padding-left: 11px !important; padding-right: 10px !important; padding-top: 10px !important; } .post.unread .content { color: #888 !important; } .post .content { color: #ccc !important; } .post { padding-bottom: 10px !important; padding-left: 20px !important; padding-right: 10px !important; padding-top: 10px !important; } .post blockquote { background-color: #222 !important; } img { margin-bottom: 15px !important; margin-top: 5px !important; } /* end articles*/ /* end right col*/ /* SPECIFIC */ .home-page dl dd p a { color: #ccc !important; } legend { color: #ddd !important; } .dropdown-menu { background-color: #252525 !important; } /* end SPECIFIC */ /* alerts and heroes */ .alert { background-color: #26687f !important; } .alert.alert-info { color: #fff !important; } .hero-unit { background-color: #222 !important; } /* end alerts and heroes */ /* sponsorship */ .sponsorship { background-color: #222 !important; border-color: #444 !important; } .sponsorship a { color: #ddd !important; } /* end sponsorship */ }
data/usercss/151427.user.css
@-moz-document domain("theoldreader.com") { /*header */ .navbar-default .navbar-nav > .open > a, .dropdown .open { background-color: #222 !important; } .dropdown-menu>li>a { color: #fff !important; } .navbar-fixed-top { border-bottom-color: #000 !important; background-color: #252525 !important; } .navbar-nav li a { color: #ddd !important; } .navbar-default .navbar-nav > li > a:hover { color: #26687f !important; } .navbar-default .navbar-nav > li > a.social:hover { color: #da3f2d !important; } nav.nav li.divider-vertical { background-color: #222 !important; } .form-search .btn { background-color: transparent !important; background-image: url("http://theoldreader.com/assets/ico-search.png") !important; background-position: center center !important; } /* text input (SEARCH) */ 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: #444 !important; color: #fff !important; border-bottom-color: #000 !important; border-left-color: #000 !important; border-top-color: #000 !important; border-right-color: #000 !important; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important; } /* end text input (SEARCH) */ /* end header */ /* BOTH COLS */ body { background-color: #333 !important; color: #999999 !important; font-size: 16px !important; } .well { background-color: #222 !important; border: 1px solid #222 !important; } .btn { color: #ccc !important; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75) !important; background-color: #222 !important; background-image: linear-gradient(to bottom, #444, #555) !important; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 1px 2px rgba(0, 0, 0, 0.05) !important; } .btn-danger { background-color: #d9534f !important; background-image: none !important; } /* end BOTH COLS */ /* left col*/ .reader .subscribe-button-container .bg { background-color: #333 !important; } /*subscribe button*/ .reader .subscribe-fixed-top .bg { background: none repeat scroll 0 0 #333 !important; } .subscribe .btn-primary { border: 1px solid #191919 !important; } /*end subscribe button*/ /*nav list*/ .nav-list li a { color: #ccc !important; } .nav-list li a:hover { color: #26687f !important; } .nav-list li.active a { color: #26687f !important; } .nav-list li.social.active a { color: #da3f2d !important; } .nav-list li.social.active a:hover { color: #26687f !important; } .nav-list li.nav-header a { color: #666 !important; } .nav-list li.nav-header a:hover { color: #bbb !important; } /*nav list end*/ /* end left col*/ /* right col */ /*.reader .body-fixed-top {left: 14% !important; width: 83% !important;}*/ /* making content col wider part 2/2 */ .loader { background-color: #333 !important; } .page-header { border-bottom: 1px solid #222 !important; } /* line below site title or category (folder) */ /*articles*/ .reader .floating { background: #333 !important; } /*must be same as BODY background color*/ .post h3 a { color: #ccc !important; } .label.label-transparent { color: #999 !important; } .post.unread { border-left: 10px solid #26687f !important; padding-bottom: 10px !important; padding-left: 11px !important; padding-right: 10px !important; padding-top: 10px !important; } .post.unread .content { color: #888 !important; } .post .content { color: #ccc !important; } .post { padding-bottom: 10px !important; padding-left: 20px !important; padding-right: 10px !important; padding-top: 10px !important; } .post blockquote { background-color: #222 !important; } img { margin-bottom: 15px !important; margin-top: 5px !important; } /* end articles*/ /* end right col*/ /* SPECIFIC */ .home-page dl dd p a { color: #ccc !important; } legend { color: #ddd !important; } .dropdown-menu { background-color: #252525 !important; } /* end SPECIFIC */ /* alerts and heroes */ .alert { background-color: #26687f !important; } .alert.alert-info { color: #fff !important; } .hero-unit { background-color: #222 !important; } /* end alerts and heroes */ /* sponsorship */ .sponsorship { background-color: #222 !important; border-color: #444 !important; } .sponsorship a { color: #ddd !important; } /* end sponsorship */ }
0.124399
0.04714
----------------------------------------------------------------------*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } * { outline: none; padding: 0px; margin: 0px } /* General Styling ----------------------------------------------------------------------*/ body { margin: 0 auto; background: #ddd url(../images/backgrounds/6.jpg) fixed; color: #7A7A7A; line-height: 24px; font-family: "Roboto", Helvetica, Tahoma, Arial; font-weight: 400; font-size: 14px } ::selection{ color:#fff; background:#E84A4A } ::-moz-selection{ color:#fff; background:#E84A4A } img { border: none; max-width: 100% } a { color: #000; text-decoration: none; -webkit-transition: color 0.1s ease-in-out; transition: color 0.1s ease-in-out } a:hover { color: #E84A4A } h1, h2, h3, h4, h5, h6 { color: #484747; padding: 0; margin: 0 0 10px 0; font-family: "Roboto", Helvetica, Tahoma, Arial; font-weight: 700; line-height: 28px } h1 { font-size: 32px } h2 { font-size: 26px } h3 { font-size: 20px } h4 { font-size: 18px } h5 { font-size: 14px } h6 { font-size: 12px } p { margin-bottom: 30px } p:last-child { margin-bottom: 0 } strong { font-weight: bold } em { font-style: italic } ol { padding: 0; margin: 0 } ol li { list-style: decimal; padding: 0 0 10px 0; margin: 0 0 0 20px; line-height: 24px } ul { padding: 0; margin: 0; list-style-type: none } cite { float: right; padding: 0 0 5px 0 } hr { background: #e6e6e6; border: 0; clear: both; width: 100%; height: 1px; padding: 0; margin: 20px 0; position: relative } pre { color: #333; white-space: initial; border-radius: 3px; background: #ccc; border-left: 8px solid #1ABC9C; padding: 14px 20px; white-space: initial; margin: 5px 0 20px 0; overflow: auto; font-size: 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } code { color: #333; background: #ccc; border-left: 8px solid #1ABC9C; padding: 14px 20px; border-radius: 3px; margin: 5px 0 20px 0; clear: both; display: block; font-size: 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } iframe { max-width: 100%; } mark { padding: 3px 5px; } textarea { white-space:pre; } /* Grid >> Global ----------------------------------------------------------------------------------------------------*/ .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 { display:inline; float: left; position: relative; margin-left: 1%; margin-right: 1%; } .alpha {margin-left: 0 !important} .omega {margin-right: 0 !important} /* Grid >> 12 Columns ----------------------------------------------------------------------------------------------------*/ .grid_1 {width:6.333%} .grid_2 {width:14.667%} .grid_3 {width:23.0%} .grid_4 {width:31.333%} .grid_5 {width:39.667%} .grid_6 {width:48.0%} .grid_7 {width:56.333%} .grid_8 {width:64.667%} .grid_9 {width:73.0%} .grid_10 {width:81.333%} .grid_11 {width:89.667%} .grid_12 {width:98.0%} .grid_12:after { content: ""; clear: both; } .grid_full { width:100%; } .grid_1_5 { width:18.0%; } .grid_2_5 { width:38.0%; } .grid_3_5 { width:58.0%; } .grid_4_5 { width:78.0%; } .grid_1.alpha,.grid_1.omega { width:7.333%; } .grid_2.alpha,.grid_2.omega { width:15.667%; } .grid_3.alpha,.grid_3.omega { width:24.0%; } .grid_4.alpha,.grid_4.omega { width:32.333%; } .grid_5.alpha,.grid_5.omega { width:40.667%; } .grid_6.alpha,.grid_6.omega { width:49.0%; } .grid_7.alpha,.grid_7.omega { width:57.333%; } .grid_8.alpha,.grid_8.omega { width:65.667%; } .grid_9.alpha,.grid_9.omega { width:74.0%; } .grid_10.alpha,.grid_10.omega { width:82.333%; } .grid_11.alpha,.grid_11.omega { width:90.667%; } .grid_12.alpha,.grid_12.omega { width:99.0%; } .grid_1_5.alpha,.grid_1_5.omega { width:19.0%; } .grid_2_5.alpha,.grid_2_5.omega { width:39.0%; } .grid_3_5.alpha,.grid_3_5.omega { width:59.0%; } .grid_4_5.alpha,.grid_4_5.omega { width:79.0%; } .row { width: 1170px; margin: 0 auto; position: relative; } #layout { position: relative; -webkit-transition: all 0.3s; transition: all 0.3s } .boxed { margin: 0 auto; width: 1230px; background: #fff; position: relative; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); } .boxed-margin { margin: 30px auto; width: 1230px; background: #fff; position: relative; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); border-radius: 10px } .full { width: 100%; margin: 0 auto; background: #fff } .left_sidebar .posts { float: right } /* Clear Floated Elements ----------------------------------------------------------------------------------------------------*/ .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clearfix:before, .clearfix:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clearfix:after { clear: both; } .clearfix { zoom: 1; } /* Header ----------------------------------------------------------------------------------------------------*/ #header { position : relative } .a_head { background: #1d1e20; } .b_head { margin: 30px 0; } .c_head { background: #1d1e20; } .logo { float: left } .ads { float: right } .right_icons { margin: 0; } .right_icons a { float: right; font-size: 16px; color: #FFF; text-align: center; padding: 16px 20px; border-left: 1px solid #2B2B2B; display: inline-block; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .right_icons a:hover, .search_icon i:hover, .search_icon i.activeated_search { background: #E84A4A; color: #fff } #header .search { position: relative; margin: 0; float: right; z-index: 99 } .search_icon { position: relative; cursor: pointer } .search_icon i { font-size: 16px; color: #FFF; text-align: center; padding: 20px 20px; border-left: 1px solid #2B2B2B; display: inline-block; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .s_form { position: absolute; display: none; top: 62px; right: 0; padding: 8px 10px; background: #FFF; border-radius: 3px; border-top: 2px solid #E84A4A; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28); } .s_form:after { content: close-quote; position: absolute; width: 0px; height: 0px; top: -8px; right: 22px; border-left: 6px solid rgba(0, 0, 0, 0); border-right: 6px solid rgba(0, 0, 0, 0); border-bottom: 6px solid #E84A4A; } #header .search form { position: relative; } #header .search input { margin: 0; padding: 0 10px; display: block; line-height: 30px; height: 30px; border: 1px solid #eee; border-radius: 3px; font-size: 11px; color: #808080; width: 200px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } #header .search button { position: absolute; top: 7px; right: 12px; background: none; border: 0; font-size: 11px; cursor: pointer; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } #header .search button:hover { color: #E84A4A } .right_bar { } .right_bar .lang { float: right; padding: 0; margin: 0; display: inline-flex; border-left: 1px solid #2B2B2B; position: relative; } .right_bar .lang img { width: 16px; } .right_bar .lang a { padding: 12px } .more_lang { display: none; position: absolute; top: 35px; right: 0; z-index: 99; background: #1D1E20; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .more_lang a { display: block; opacity: 0.5; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .more_lang a:hover { opacity: 1 } .lang:hover .more_lang { -webkit-animation: fadeInDown 0.5s; animation: fadeInDown 0.5s; display: block } #date_time { color: #CCC; margin: 0; padding: 5px 20px; display: inline-block; float: right; font-size: 12px; z-index: 99; position: relative; border-left: 1px solid #2B2B2B; } /* Popup SignIn ----------------------------------------------------------------------*/ .sign_in { float: right; height: 29px; margin: 4px 0 0 0; } #LoginBackgroundPopup { display:none; position:fixed; height:100%; width:100%; top:0; left:0; background:#000; z-index: 9997; } #popupLogin { display:none; position:fixed; width:360px; top:50%; left:50%; z-index: 9998; margin-left: 0; } #popupLogin .d_block { background: url(../images/transparent.html) repeat; background: rgba(255, 255, 255, 0.3); border-radius: 6px; padding: 5px; } #popupLogin .d_block2 { background: #FFF; padding: 18px; } #popupLoginClose { position: absolute; top: 25px; right: 33px; font-size: 24px; color: #5C5C5C; cursor: pointer; } #login_username, #login_password { display: block; width: 100%; border: 1px solid #EAEAEA; border-radius: 10px; padding: 0 10px; margin: 0 0 10px 0; line-height: 24px; height: 34px; background: #F7F7F7; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.3s; transition: all 0.3s; } .zigmaIn { -webkit-animation: fadeInDown 0.6s; animation: fadeInDown 0.6s; } /* Social ----------------------------------------------------------------------------------------------------*/ .social a { float: right; text-align: center; margin: 0; width: 35px; height: 35px; color: #DFDFDF; -webkit-transition: all 0.1s ease; transition: all 0.1s ease; border-left: 1px solid #2B2B2B; } .social_head { float: right; margin: 0; position: relative; } .social a i { padding: 10.5px 0; display: block; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .social a:hover i { } .social a:hover .fa-twitter, .social a:hover .icons-social-twitter, .with_color a .fa-twitter, .with_color a .icons-social-twitter { background: #00abdc } .social a:hover .fa-facebook, .social a:hover .icons-social-facebook, .with_color a .fa-facebook, .with_color a .icons-social-facebook { background: #325c94 } .social a:hover .fa-dribbble, .social a:hover .icons-social-dribbble, .with_color a .fa-dribbble, .with_color a .icons-social-dribbble { background: #fa4086 } .social a:hover .fa-rss, .social a:hover .icons-rss, .with_color a .fa-rss, .with_color a .icons-rss { background: #f1862f } .social a:hover .fa-github, .social a:hover .icons-social-github, .with_color a .fa-github, .with_color a .icons-social-github { background: #333 } .social a:hover .fa-instagram, .with_color a .fa-instagram { background: #964b00 } .social a:hover .fa-linkedin, .social a:hover .icons-social-linkedin, .with_color a .fa-linkedin, .with_color a .icons-social-linkedin { background: #0073b2 } .social a:hover .fa-pinterest, .social a:hover .icons-social-pinterest, .with_color a .fa-pinterest, .with_color a .icons-social-pinterest { background: #d9031f } .social a:hover .fa-google-plus, .social a:hover .icons-social-google-plus, .with_color a .fa-google-plus, .with_color a .icons-social-google-plus { background: #d9031f } .social a:hover .fa-foursquare, .with_color a .fa-foursquare { background: #0cbadf } .social a:hover .fa-skype, .social a:hover .icons-social-skype, .with_color a .fa-skype, .with_color a .icons-social-skype { background: #00b9e5 } .social a:hover .fa-cloud, .social a:hover .icons-social-soundcloud, .with_color a .fa-cloud, .with_color a .icons-social-soundcloud { background: #ff7700 } .social a:hover .fa-youtube, .social a:hover .icons-social-youtube, .with_color a .fa-youtube, .with_color a .icons-social-youtube { background: #d9031f } .social a:hover .fa-tumblr, .social a:hover .icons-social-tumblr, .with_color a .fa-tumblr, .with_color a .icons-social-tumblr { background: #325c94 } .social a:hover .fa-stackexchange, .with_color a .fa-stackexchange { background: #4e4e4e; color: #fff;border-color:#fff} .social a:hover .fa-flickr, .social a:hover .icons-social-flickr, .with_color a .fa-flickr, .with_color a .icons-social-flickr { background: #fa4086 } .social a:hover i {color: #fff} /* Superfish ----------------------------------------------------------------------*/ .home_class i { font-size: 16px } .sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; z-index: 999; } .sf-menu { float: left; padding: 0; position: relative; margin: 0; } .sf-menu ul { position: absolute; top: -999em; width: 172px; } .sf-menu ul li { width: 100%; margin: 0; padding: 10px 0; background: #1D1E20 } .sf-menu li:hover { visibility: inherit } .sf-menu li { float: left; border-right: 1px solid #2B2B2B; position: relative; margin: 0; padding: 0 } .sf-menu li li { border-bottom: 1px solid #2B2B2B; border-right: 0; margin:0; padding: 0; -webkit-transition: all 0.2s ease; transition: all 0.2s ease } .sf-menu li li:last-child { border-bottom: 0 } .sf-menu li li:first-child {border-top: 0} .sf-menu li li a { padding: 12px 14px; line-height: 20px; color: #fff; text-transform: none; letter-spacing: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .sf-menu a { display: block; position: relative; color: #fff; font-size: 16px; font-weight: 400; padding: 16px 20px; margin: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .sf-menu li li a { margin: 0; border:0 } .sf-menu > li:hover > a, .sf-menu > li > a:hover { color: #fff; } .sf-menu li.current > a { color: #fff; } .sf-menu li li:hover > a, .sf-menu li li > a:hover, .sf-menu li li.current > a { border: 0; color: #fff; } .sf-menu li li a { font-size: 12px; font-weight: normal; margin-bottom: 0; } .sf-menu li li i { margin-right: 8px; } .sf-menu li:hover ul, .sf-menu li.sfHover ul { left: 0px; z-index: 999; top: 53px; padding: 3px 0 0 0; -webkit-animation: fadeInDown 0.5s; animation: fadeInDown 0.5s; } .sf-menu li:hover ul li ul, .sf-menu li.sfHover ul li ul, .sf-menu li:hover ul li ul li ul, .sf-menu li.sfHover ul li ul li ul { left: 172px; z-index: 999; top: 0 !important } ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em; } ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 172px; top: 0 !important; padding: 0; } ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -999em; } ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 172px; top: 0; } .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { outline: 0; } /*** arrows **/ .sf-sub-indicator { position: absolute; display: block; overflow: hidden; } .sf-menu > li > a .sf-sub-indicator { display: none } a > .sf-sub-indicator { position: absolute; font-size: 8px; } li li a .sf-sub-indicator { top: 13px; right: 5%; } /* Ticker ----------------------------------------------------------------------*/ .ticker-wrapper.has-js { padding: 2px 0; width: 620px; height: 29px; display: block; float: left; font-size: 12px; } .ticker { width: 710px; height: 23px; display: block; position: relative; overflow: hidden; } .ticker-title { display: none !important; padding-top: 2px; color: #fff; font-weight: bold; text-transform: uppercase; } .ticker-content { left: 0 !important; margin: 0px; padding-top: 8px; position: absolute; color: #fff; font-weight: bold; overflow: hidden; white-space: nowrap; line-height: 1.2em; } .ticker-content:focus { none; } .ticker-content a { text-decoration: none; color: #fff; } .ticker-swipe { padding-top: 9px; position: absolute; top: 0px; background-color: #1D1E20; display: block; width: 800px; height: 23px; } .ticker-swipe span { margin-left: 1px; border-bottom: 1px solid #fff; height: 12px; width: 7px; display: block; } .ticker-controls { padding: 8px 0px 0px 0px; list-style-type: none; float: left; } .ticker-controls li { padding: 0px; margin-left: 5px; float: left; cursor: pointer; height: 16px; width: 16px; display: block; } .ticker-controls li.jnt-play-pause { background-image: url('../images/controls.html'); background-position: 32px 16px; } .ticker-controls li.jnt-play-pause.over { background-position: 32px 32px; } .ticker-controls li.jnt-play-pause.down { background-position: 32px 0px; } .ticker-controls li.jnt-play-pause.paused { background-image: url('../images/controls.html'); background-position: 48px 16px; } .ticker-controls li.jnt-play-pause.paused.over { background-position: 48px 32px; } .ticker-controls li.jnt-play-pause.paused.down { background-position: 48px 0px; } .ticker-controls li.jnt-prev { background-image: url('../images/controls.html'); background-position: 0px 16px; } .ticker-controls li.jnt-prev.over { background-position: 0px 32px; } .ticker-controls li.jnt-prev.down { background-position: 0px 0px; } .ticker-controls li.jnt-next { background-image: url('../images/controls.html'); background-position: 16px 16px; } .ticker-controls li.jnt-next.over { background-position: 16px 32px; } .ticker-controls li.jnt-next.down { background-position: 16px 0px; } .js-hidden { display: none; } .no-js-news { padding: 10px 0px 0px 45px; color: #F8F0DB; } .left .ticker-swipe { /*left: 80px;*/ } .left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker { float: left; } .left .ticker-controls { padding-left: 6px; } .right .ticker-swipe { /*right: 80px;*/ } .right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker { float: right; } .right .ticker-controls { padding-right: 6px; } .freq_out { float: left; margin: 12px 12px; } .freq { position: relative; width:10px; height:10px; top: 1px; } .inner_f { content: close-quote; background-color: #E84A4A; width:4px; height:4px; border-radius:100%; position: absolute; top:3px; left:3px } #layerBall { box-shadow: 0 0 1px #E84A4A; width:10px; height:10px; border-radius:50px; position:absolute; z-index:99; top:0; left:0; -webkit-animation-name: pulsee; -webkit-animation-duration: 2.5s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: normal; animation-duration: 2.5s; } #layerBall:after { background-color: #E84A4A; width: 10px; height:10px; border-radius:50px; content: close-quote; position:absolute; z-index:99; } #layerBall:before { box-shadow: 0 0 4px #E84A4A; width:10px; height:10px; border-radius:50px; content: close-quote; position:absolute; z-index:99; -webkit-animation-name: pulseee; -webkit-animation-duration: 3s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: normal; animation-duration: 3s; } @-webkit-keyframes pulsee { 0% {-webkit-transform: scale(0);opacity: 0;} 10% {-webkit-transform: scale(1);opacity: 0.8;} 50% {-webkit-transform: scale(3);opacity: 0;} 100% {-webkit-transform: scale(0);opacity: 0;} } @-webkit-keyframes pulseee { 0% {-webkit-transform: scale(0);opacity: 0;} 10% {-webkit-transform: scale(0.5);opacity: 0.8;} 50% {-webkit-transform: scale(1.5);opacity: 0;} 100% {-webkit-transform: scale(0);opacity: 0;} } @keyframes pulsee { 0% {-webkit-transform: scale(0);opacity: 0;} 10% {-webkit-transform: scale(1);opacity: 0.8;} 50% {-webkit-transform: scale(3);opacity: 0;} 100% {-webkit-transform: scale(0);opacity: 0;} } @keyframes pulseee { 0% {-webkit-transform: scale(0);opacity: 0;} 10% {-webkit-transform: scale(0.5);opacity: 0.8;} 50% {-webkit-transform: scale(1.5);opacity: 0;} 100% {-webkit-transform: scale(0);opacity: 0;} } /* Sticky ----------------------------------------------------------------------*/ .sticky { position: fixed !important; z-index: 1000; top: 0; left:0; width: 100%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } .boxed .sticky, .boxed-margin .sticky { left: auto; width: 1170px; } /* Page Content ----------------------------------------------------------------------*/ .page-content { margin: 50px 0; } .ipress_slider .item img{ display: block; width: 100%; height: auto; } .owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .owl-carousel{ display: none; position: relative; width: 100%; -ms-touch-action: pan-y; } .owl-carousel .owl-wrapper{ display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); } .owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%; } .owl-carousel .owl-wrapper-outer.autoHeight{ -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; } .owl-carousel .owl-item{ float: left; } .owl-controls .owl-page, .owl-controls .owl-buttons div{ cursor: pointer; } .owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .grabbing { cursor:url(../images/grabbing.png) 8 8, move; } .owl-carousel .owl-wrapper, .owl-carousel .owl-item{ -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); } .owl-origin { -webkit-perspective: 1200px; -webkit-perspective-origin-x : 50%; -webkit-perspective-origin-y : 50%; -moz-perspective : 1200px; -moz-perspective-origin-x : 50%; -moz-perspective-origin-y : 50%; perspective : 1200px; } .owl-fade-out { z-index: 10; -webkit-animation: fadeOut .7s both ease; -moz-animation: fadeOut .7s both ease; animation: fadeOut .7s both ease; } .owl-fade-in { -webkit-animation: fadeIn .7s both ease; -moz-animation: fadeIn .7s both ease; animation: fadeIn .7s both ease; } .owl-backSlide-out { -webkit-animation: backSlideOut 1s both ease; -moz-animation: backSlideOut 1s both ease; animation: backSlideOut 1s both ease; } .owl-backSlide-in { -webkit-animation: backSlideIn 1s both ease; -moz-animation: backSlideIn 1s both ease; animation: backSlideIn 1s both ease; } .owl-goDown-out { -webkit-animation: scaleToFade .7s ease both; -moz-animation: scaleToFade .7s ease both; animation: scaleToFade .7s ease both; } .owl-goDown-in { -webkit-animation: fadeInLeft .6s ease both; -moz-animation: fadeInLeft .6s ease both; animation: fadeInLeft .6s ease both; } .owl-fadeUp-in { -webkit-animation: scaleUpFrom .5s ease both; -moz-animation: scaleUpFrom .5s ease both; animation: scaleUpFrom .5s ease both; } .owl-fadeUp-out { -webkit-animation: scaleUpTo .5s ease both; -moz-animation: scaleUpTo .5s ease both; animation: scaleUpTo .5s ease both; } @-webkit-keyframes empty { 0% {opacity: 1} } @-moz-keyframes empty { 0% {opacity: 1} } @keyframes empty { 0% {opacity: 1} } @-webkit-keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; } } @-moz-keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; } } @keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; } } @-webkit-keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } } @-moz-keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } } @keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } } @-webkit-keyframes backSlideOut { 25% { opacity: .5; -webkit-transform: translateZ(-500px); } 75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); } 100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); } } @-moz-keyframes backSlideOut { 25% { opacity: .5; -moz-transform: translateZ(-500px); } 75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); } 100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); } } @keyframes backSlideOut { 25% { opacity: .5; transform: translateZ(-500px); } 75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); } 100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); } } @-webkit-keyframes backSlideIn { 0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); } 75% { opacity: .5; -webkit-transform: translateZ(-500px); } 100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); } } @-moz-keyframes backSlideIn { 0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); } 75% { opacity: .5; -moz-transform: translateZ(-500px); } 100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); } } @keyframes backSlideIn { 0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); } 75% { opacity: .5; transform: translateZ(-500px); } 100% { opacity: 1; transform: translateZ(0) translateX(0); } } @-webkit-keyframes scaleToFade { to { opacity: 0; -webkit-transform: scale(.8); } } @-moz-keyframes scaleToFade { to { opacity: 0; -moz-transform: scale(.8); } } @keyframes scaleToFade { to { opacity: 0; transform: scale(.8); } } @-webkit-keyframes goDown { from { -webkit-transform: translateY(-100%); } } @-moz-keyframes goDown { from { -moz-transform: translateY(-100%); } } @keyframes goDown { from { transform: translateY(-100%); } } @-webkit-keyframes scaleUpFrom { from { opacity: 0; -webkit-transform: scale(1.5); } } @-moz-keyframes scaleUpFrom { from { opacity: 0; -moz-transform: scale(1.5); } } @keyframes scaleUpFrom { from { opacity: 0; transform: scale(1.5); } } @-webkit-keyframes scaleUpTo { to { opacity: 0; -webkit-transform: scale(1.5); } } @-moz-keyframes scaleUpTo { to { opacity: 0; -moz-transform: scale(1.5); } } @keyframes scaleUpTo { to { opacity: 0; transform: scale(1.5); } } .owl-theme .owl-controls{ position: absolute; bottom: 20px; right: 20px; } .owl-theme .owl-controls .owl-buttons div { color: #FFF; display: inline-block; zoom: 1; margin: 1px; padding: 5px 10px; font-size: 14px; background: #1D1E20; filter: Alpha(Opacity=50); opacity: 0.5; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .owl-theme .owl-controls.clickable .owl-buttons div:hover{ background: #E84A4A; -webkit-animation: floating 0.5s; animation: floating 0.5s; filter: Alpha(Opacity=100); opacity: 1; text-decoration: none; } .owl-theme .owl-controls .owl-page{ display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ } .owl-theme .owl-controls .owl-page span{ display: block; width: 12px; height: 12px; margin: 5px 7px; filter: Alpha(Opacity=50);/*IE7 fix*/ opacity: 0.5; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #869791; } .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{ filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; } .owl-theme .owl-controls .owl-page span.owl-numbers{ height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; } .owl-item.loading{ min-height: 318px; background: url(../images/AjaxLoader.gif) no-repeat center center } .ipress_slider .item { } .ipress_slider .item { background: #1D1E20; } .ipress_slider .item .half { position: relative; float: left; width: 50% } .ipress_slider .item img { width: 100%; } .ipress_slider .slide_details { padding: 20px; position: absolute; bottom: 0; z-index: 9999; } .ipress_slider .slide_details h3 { padding: 4px 12px; font-size: 14px; background: rgba(29, 30, 32, 0.8); margin: 2px 0 0 0; } .ipress_slider .slide_details .post_rating { background: rgba(29, 30, 32, 0.8); padding: 4px 8px } .ipress_slider .slide_details a { color: #FFF; } .ipress_slider .slide_details .line { border-bottom: 3px solid #fff; width: 30px; display: inline-block; margin: 0 0 10px 0; } .ipress_slider .owl-controls { bottom: -24px; right: 0; } .ipress_slider .owl-controls .owl-page span { width: 20px; height: 6px; margin: 0px 0 0 4px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background: #979797; } .posts iframe { width: 100% } .posts .title { position: relative; color: #fff; background: #1d1e20; padding: 6px 16px; margin: 0 0 20px 0 } .posts .title .feed { position: absolute; right: 18px; top: 10px; font-size: 16px; color: #FFF; } .posts .title:after { content: close-quote; position: absolute; width: 0px; height: 0px; bottom: -6px; left: 22px; border-left: 6px solid rgba(0, 0, 0, 0); border-right: 6px solid rgba(0, 0, 0, 0); border-top: 6px solid #1d1e20; } .posts .title h4 { color: #FFF; font-size: 18px; font-weight: 400; margin: 0; } .post_day .relative .cat { right: 0; top: 15px; position: absolute; } .post_day .relative .cat:after { content: close-quote; position: absolute; width: 0px; height: 0px; bottom: 10px; right: -5px; border-bottom: 5px solid rgba(0, 0, 0, 0); border-top: 5px solid rgba(0, 0, 0, 0); border-left: 5px solid #1D1E20; } .post_day_content { padding: 10px 20px; } .post_m_content { padding: 10px 0; } .small_posts .s_thumb { position: relative; float: left; margin: 0 20px 20px 0 } .small_posts .s_thumb span { position: absolute; bottom: 0; left: 0; background: #E84A4A; z-index: 99; color: #FFF; text-align: center; width: 20px; height: 20px; font-size: 11px; padding: 0 0 3px 0; } .small_posts li.clearfix { margin: 0 0 20px 0; border-bottom: 1px solid #ECECEC; } .small_posts li.clearfix:last-child { margin: 0; border-bottom: 0 } .small_posts h3 { line-height: 18px; margin: 0 0 5px 0; font-size: 14px } .small_posts .meta { font-size: 12px } .small_posts .cat { padding: 2px 8px; display: inline-block; } .post_rating { padding: 2px 8px; font-size: 12px; display: inline-block; color: #FFF !important; background: #1D1E20; z-index: 99; display: inline-block; } .post_rating i { padding: 0 4px 0 0; } .single_post h3.single_title { font-size: 20px } .share_post { background: #efefef } .share_post span { color: #fff; background: #e84a4a; float: left; padding: 4px 10px; } .share_post .socials { float: left; padding: 2px 0 0 20px; } .author_post .title { margin: 0; } .author_post .author_co { background: #EFEFEF; padding: 30px; } .author_post .author_co img { float: left; margin: 0 20px 20px 0 } .author_post .author_co .social a { color: #929292; border-color: #EFEFEF; } .posts_links small { display: block; color: #CCC; margin-left: 30px } .posts_links span { display: block; margin-left: 30px } .posts_links i { position: absolute; color: #CCC; left: -20px; font-size: 52px; } .posts_links a.righter i { right: -20px } .posts_links a.righter span, .posts_links a.righter small { margin-right: 30px } .pagination-tt ul { float: left; } .pagination-tt ul li { display: inline-block; margin: 0; } .pagination-tt ul li span { display: block; padding: 10px 12px; background: #1D1E20; color: #fff; } .pagination-tt ul li a { display: block; padding: 10px 12px; color: #fff; background: #E84A4A; transition: all 0.2s ease; } .pagination-tt ul li a:hover { background: #1D1E20 } .pagination-tt .pages { float: right; padding: 10px 12px; } .recent_comments h5 { margin: 0; } .recent_comments p { line-height: 18px; } [class^='small_slider_'] .owl-controls, [class^='carousel_'] .owl-controls { position: absolute; bottom: auto; right: 42px; top: -49px; } [class^='small_slider_'] .owl-controls .owl-page span, [class^='carousel_'] .owl-controls .owl-page span { width: 10px; height: 10px; margin: 6px; background: #EBEBEB } .ads_block img { margin: 0 auto; text-align: center } [class^='carousel_'] .item{ margin: 5px 4px; } [class^='carousel_'] .item img{ display: block; width: 100%; height: auto; } .wp-polls-ul { margin: 0 0 20px 0 } .wp-polls input.Buttons { border: 0px; padding: 10px 10px; font-size: 14px; font-weight: 600; color: #FFF; background: #E84A4A; margin: 10px 10px 10px 0; display: inline-block; cursor: pointer; } .wp-polls input.Buttons:hover { background: #1D1E20; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .cat { padding: 4px 10px; font-size: 12px; display: inline-block; color: #FFF !important; background: #1D1E20; z-index: 99 } .title.colordefault, .cat.colordefault, li.colordefault:hover > a, li.colordefault li:hover > a, li.current.colordefault {background: #E84A4A} .title.color1, .cat.color1, li.color1:hover > a, li.color1 li:hover > a, li.current.color1 {background: #30DD98} .title.color2, .cat.color2, li.color2:hover > a, li.color2 li:hover > a, li.current.color2 {background: #d1c54a} .title.color3, .cat.color3, li.color3:hover > a, li.color3 li:hover > a, li.current.color3 {background: #FF3C7A} .title.color4, .cat.color4, li.color4:hover > a, li.color4 li:hover > a, li.current.color4 {background: #00FF2F} .title.color5, .cat.color5, li.color5:hover > a, li.color5 li:hover > a, li.current.color5 {background: #00ADFF} .title.color6, .cat.color6, li.color6:hover > a, li.color6 li:hover > a, li.current.color6 {background: #325C94} .title.color7, .cat.color7, li.color7:hover > a, li.color7 li:hover > a, li.current.color7 {background: #FF2121} .title.color8, .cat.color8, li.color8:hover > a, li.color8 li:hover > a, li.current.color8 {background: #465559} .colordefault.title:after {border-top-color: #E84A4A !important} .color1.title:after {border-top-color: #30DD98 !important} .color2.title:after {border-top-color: #d1c54a !important} .color3.title:after {border-top-color: #FF3C7A !important} .color4.title:after {border-top-color: #00FF2F !important} .color5.title:after {border-top-color: #00ADFF !important} .color6.title:after {border-top-color: #325C94 !important} .color7.title:after {border-top-color: #FF2121 !important} .color8.title:after {border-top-color: #465559 !important} .colordefault.cat:after {border-left-color: #E84A4A !important} .color1.cat:after {border-left-color: #30DD98 !important} .color2.cat:after {border-left-color: #d1c54a !important} .color3.cat:after {border-left-color: #FF3C7A !important} .color4.cat:after {border-left-color: #00FF2F !important} .color5.cat:after {border-left-color: #00ADFF !important} .color6.cat:after {border-left-color: #325C94 !important} .color7.cat:after {border-left-color: #FF2121 !important} .color8.cat:after {border-left-color: #465559 !important} /* contactForm ----------------------------------------------------------------------------------------------------*/ #contactForm span { margin: 11px 10px; display: inline-block; color: #F00; } #contactForm span strong { color: #F00; } #contactForm i { color: #fff; margin: 0 10px 0 0 } #track_input, #contactForm #senderName, #contactForm #senderEmail, #contactForm .text-input { display: block; width: 100%; border: 1px solid #EAEAEA; padding: 0 10px; line-height: 24px; height: 38px; background: #FDFDFD; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.3s; transition: all 0.3s; } #contactForm #CaptchaCode{text-transform: none !important;} #contactForm #message { display: block; width: 100%; border: 1px solid #EAEAEA; padding: 16px 10px; background: #FDFDFD; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.3s; transition: all 0.3s; } #track_input:focus, #contactForm #senderName:focus, #contactForm #senderEmail:focus, #contactForm #message:focus { background: #fff; border: 1px solid #E84A4A; } #track_order label { font-weight: 600; margin-bottom: 14px; } #contactForm #senderEmail { float: right; } #contactForm .flr { margin: 0 0 10px 0 !important; } #contactForm .fll { margin: 0 0px 10px 0 !important; } .fieldtrue { border: 1px solid #1ABC5B !important } .fielderror { border-color: #F00 !important; } #contactForm #sendMessage { width: auto; margin-top: 20px; float: right; display:inline-block; cursor:pointer; position:relative; padding: 10px 16px; background: none; color: #fff; border: 0; background: #E84A4A; display: inline-block; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; text-decoration: none !important; } #contactForm #sendMessage:hover { background: #1D1E20 } #contactForm textarea { width: 98%; } /* Sidebar ----------------------------------------------------------------------*/ .widget { margin: 0 0 40px 0 } .widget .title { position: relative; color: #fff; background: #1d1e20; padding: 6px 16px; margin: 0 0 20px 0 } .widget .title:after { content: close-quote; position: absolute; width: 0px; height: 0px; bottom: -6px; left: 22px; border-left: 6px solid rgba(0, 0, 0, 0); border-right: 6px solid rgba(0, 0, 0, 0); border-top: 6px solid #1d1e20; } .widget .title h4 { color: #FFF; font-size: 18px; font-weight: 400; margin: 0; } .small_slider_hots .owl-controls { right: 12px !important } .counter li { width: 48%; display: inline-block; margin: 0 0 14px 0 } .counter i { width: 48px; height: 52px; position: relative; background: #ccc; color: #FFF; font-size: 20px; text-align: center; float: left } .counter .fa:before { padding: 14px } .counter li i:after { content: close-quote; position: absolute; width: 0; height: 0; right: -6px; bottom: 20px; border-top: 6px solid rgba(0, 0, 0, 0); border-bottom: 6px solid rgba(0, 0, 0, 0); border-left: 6px solid #00ABDC } .counter .twitter i {background: #00ABDC} .counter .twitter i:after {border-left-color: #00ABDC} .counter .facebook i {background: #325c94} .counter .facebook i:after {border-left-color: #325c94} .counter .dribbble i {background: #fa4086} .counter .dribbble i:after {border-left-color: #fa4086} .counter .rss i {background: #f5931f} .counter .rss i:after {border-left-color: #f5931f} .counter span { float: left; padding: 8px 0 0 20px; line-height: 18px; font-size: 12px; } .widget iframe { width: 100% } .widget .list li a { display: block; border-bottom: 1px solid #E6E6E6; line-height: 32px; position: relative; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .widget .list li a span { -webkit-transition: all 0.2s ease; transition: all 0.2s ease; float: right } .widget .list li:hover span { padding-right: 10px } .widget .list li.current a, .widget .list li:hover a { color: #5486da; border-bottom: 1px solid #5486da; background: rgba(84, 134, 218, 0.07); padding-left: 10px; } .tags i { margin-right: 4px } .tags a { color: #868686; padding: 6px 12px; font-size: 12px; margin: 0 0px 4px 0; display: inline-block; background: #F1F1F1; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; text-decoration: none !important; } .tags a:hover { background: #E84A4A; color: #fff; } /*-- calendar windget --*/ #wp-calendar { margin: 0 auto; width: 100% !important; } #wp-calendar th { background: #F3F3F3; border: 1px solid #FFF; padding: 4px 6px; text-align: center; font-weight: 400; } #wp-calendar td { background: #EEEEEE; border: 1px solid #FFFFFF; padding: 4px 6px; text-align: center; } #wp-calendar td.pad{ background: #FFFFFF; } #wp-calendar #today { background: #E84A4A; color: #FFFFFF; } #wp-calendar #today a { color: #FFFFFF; } #wp-calendar caption { text-align: center; background: #1D1E20; font-size: 16px; font-weight: 400; color: #FFFFFF; padding: 8px 0; } .r_content { position: absolute; bottom: 0; z-index: 99; } .r_content .cat { left: 20px; position: relative; } .r_content .r_title { color: #fff; width: 100%; display: inline-block; background: rgba(0, 0, 0, 0.39); margin: 4px 0 0 0; } .r_content .r_title a { display: block; padding: 15px 20px; color: #fff; } .latest_tweets { background: #36a7d6; } .tweets { color: #FFF; padding: 0 20px 54px; } .tweets .owl-controls { right: 0; bottom: -40px; } .tweets .owl-controls .owl-page span { width: 10px; height: 10px; margin: 5px 5px; background: #fff; } .latest_tweets i { padding: 0 4px 0 0 } .latest_tweets h4 { color: #FFF; padding: 14px 20px; font-weight: 200; margin: 0 0 20px 0; border-bottom: 1px solid #FFF; border-bottom: 1px solid rgba(255, 255, 255, 0.21); } .latest_tweets h4 small { font-weight: 100; font-size: 12px; color: #E2E2E2; font-style: italic; margin: 0 0 0 6px; } /* Accordion, Toggle ----------------------------------------------------------------------*/ .accordion-head, .toggle-head { position: relative; padding: 10px 0 10px 60px; margin: 8px 0 0 0; font-size: 14px; cursor: pointer; border-bottom: 0; color: #fff; background: #2c3337; transition: all 0.3s; -webkit-transition: all 0.3s; } .accordion-head i, .toggle-head i { padding-right: 8px; } .sub-accordion:first-child .accordion-head, .sub-toggle:first-child .toggle-head { margin: 0; } .active .accordion-content, .active .toggle-content { border: 0; -webkit-animation: fadeInDown 0.4s; animation: fadeInDown 0.4s } .active .icon-minus-sign { -webkit-animation: fadeInDown 0.4s; animation: fadeInDown 0.4s } .active .icon-plus-sign { -webkit-animation: fadeInDown 0.4s; animation: fadeInDown 0.4s } .accordion-content, .toggle-content { padding:16px; overflow:hidden; } .accordion-head-sign, .toggle-head-sign { margin: 0; background: #E84A4A; color: #FFF; position: absolute; left: 0; top: 0; padding: 10px 16px; } .accordion-head-sign i, .toggle-head-sign i { padding: 0; margin: 0; } .blockquote { font-family:'Philosopher', serif; font-size:16px; font-style:italic; text-shadow:1px 1px 3px transparent; color:#888; line-height: 24px; margin: 40px 20px; padding: 20px; overflow:hidden; border-left:5px solid #E6E6E6 } .blockquote.left { width:33%; float:left; } div.blockquote.right { width:33%; float:right; } /* Tabs ----------------------------------------------------------------------*/ .tabs { display:block; padding:0; list-style:none; } .tabs li { display:block; width:auto; padding:0; float:left; margin: 0 10px 0 0; } .tabs li a { display: block; padding: 10px 20px; margin: 0; font-size: 12px; cursor: pointer; color: #dbdbdb; border: 2px solid #dbdbdb; border-radius: 6px; } .grid_3 .tabs li a { padding: 8px } .tabs li a.active { background: #5486DA; border: 2px solid #5486DA; color: #FFF; } .tabs-content { padding: 20px 0; display: block; list-style: none } .tabs-content img { border-radius: 10px } .tabs-content > li { display:none } .tabs-content > li.active { display:block; overflow:hidden; -webkit-animation: fadeInDown 0.4s; animation: fadeInDown 0.4s } .tabs:before, .tabs:after { content:'\0020'; display:block; overflow:hidden; visibility:hidden; width:0; height:0; } .tabs:after { clear:both; } @keyframes prot { 20%, 40%, 60%, 80%, 100% { transform-origin: top center; } 20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } } @-webkit-keyframes prot { 20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 20% { -webkit-transform: rotate(15deg); } 40% { -webkit-transform: rotate(-10deg); } 60% { -webkit-transform: rotate(5deg); } 80% { -webkit-transform: rotate(-5deg); } 100% { -webkit-transform: rotate(0deg); } } .tabs li a:hover i { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1; -webkit-animation: prot 1s; animation: prot 1s; z-index: 11; } .v_tab li { float: none; display: flex; margin: 0 0 10px 0; } .v_content { display: block; padding: 10px 20px; margin: 0; border: 2px solid #DBDBDB; border-radius: 6px; } /* Notification Boxes ----------------------------------------------------------------------*/ .notification-box { position: relative; margin-bottom: 10px; border-radius: 3px; padding: 20px 32px 20px 20px; color:#fff; font-size: 14px; font-weight: normal; -webkit-animation: fadeInUp 1.3s; animation: fadeInUp 1.3s; } a.notification-close { position: absolute; right: 20px; top: 20px; font-size: 12px; } .notification-box p { margin: 0; } .notification-box p i { padding-right: 10px; border-right: 1px solid; margin-right: 10px; } .notification-box-info { color: #65cad3; border: 1px solid #65cad3; } .notification-box-success { color: #1abc9c; border: 1px solid #1abc9c; } .notification-box-warning { color: #eed880; border: 1px solid #eed880; } .notification-box-error { color: #e06f6f; border: 1px solid #e06f6f; } .notification-box-info a { color: #65cad3; } .notification-box-success a { color: #1abc9c; } .notification-box-warning a { color: #eed880; } .notification-box-error a { color: #e06f6f; } /* Buttons ----------------------------------------------------------------------*/ .tbutton { display:inline-block; cursor:pointer; position:relative; word-spacing:0.2em; background:#E84A4A; color:#fff; white-space: nowrap; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .tbutton:hover { color:#fff; background: #1D1E20 } .tbutton.color2 { background: #9AD147; } .tbutton.color2:hover { background: #1D1E20 } .tbutton.color3 { background: #5200FF } .tbutton.color3:hover { background: #1D1E20 } .tbutton.color4 { background: #09F } .tbutton.color4:hover { background: #1D1E20 } .tbutton.color5 { background: #F00 } .tbutton.color5:hover { background: #1D1E20 } .tbutton.color6 { background: #2FEFF7 } .tbutton.color6:hover { background: #1D1E20 } .tbutton.color7 { background: #A58080 } .tbutton.color7:hover { background: #1D1E20 } .tbutton.color8 { background: #809FA5; } .tbutton.color8:hover { background: #1D1E20 } .tbutton.color9 { background: #3DE4B5; } .tbutton.color9:hover { background: #1D1E20 } .tbutton span { display: block; overflow: hidden; } .tbutton span { padding: 0 10px; line-height: 2.6em; } .tbutton.small { font-size: 12px; } .tbutton.medium { font-size: 14px; } .tbutton.large { font-size: 16px; } .tbutton.small span { padding: 0 14px; line-height: 2.3em; } .tbutton.medium span { padding: 0 16px; line-height: 2.6em; } .tbutton.large span { padding: 0 18px; line-height: 2.8em; } .errorpage h2 small { display: block; font-weight: 200; padding: 10px 0; } /* Top Scroll ----------------------------------------------------------------------*/ #toTop { position: relative; float: right; margin: 0 10px; cursor: pointer; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } #toTop i { display: block; font-size: 14px } /* Tipsy ----------------------------------------------------------------------*/ #footer { background: #1d1e20 } #footer a { -webkit-transition: all 0.2s ease; transition: all 0.2s ease; color: #fff } #footer a:hover { color: #E84A4A } #footer .widget { margin: 50px 0 } #footer .widget .title { background: #252729 } #footer .widget .title:after { border-top: 6px solid #252729 } #footer .small_posts li.clearfix { border-bottom: 1px solid #2B2B2B } #footer .small_posts li.clearfix:last-child { border-bottom: 0 } #footer .social a { float: left; border-left: 0; } #newsletters { position: relative; } #newsletters input { margin: 0; padding: 0 10px; line-height: 24px; height: 34px; border: 1px solid #EBEBEB; background: #F7F7F7; border-radius: 3px; font-size: 11px; color: #A7A7A7; cursor: text; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } #newsletters input:focus { background: #fff; border: 1px solid #C5C5C5; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); } #newsletters:hover button { color: #191919; } #newsletters button { position: absolute; top: 10px; right: 14px; background: none; border: 0; color: #666; font-size: 14px; cursor: pointer; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } #newsletters button:hover { color: #E84A4A; } .footer_last { border-top: 1px solid #2B2B2B; padding: 20px 0 } .footer_last:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .copyright { font-size: 12px; float: left; } /* Tipsy ----------------------------------------------------------------------*/ .tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000} .tipsy-inner { padding: 1px 10px 0px; background-color: #303030; color: white; max-width: 300px; text-align: center; } .tipsy-inner { border-radius: 4px; } .tipsy-arrow { position: absolute; width: 9px; height: 5px; } .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px} .tipsy .tipsy-arrow:before {content: close-quote;position: absolute;width: 0px;height: 0px} .tipsy-n .tipsy-arrow:before {bottom: -1px;left: -2px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #303030;} .tipsy-nw .tipsy-arrow { top: 0; left: 10px} .tipsy-ne .tipsy-arrow { top: 0; right: 10px} .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px} .tipsy-s .tipsy-arrow:before {bottom: -1px;left: -2px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #303030;} .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px} .tipsy-se .tipsy-arrow { bottom: 0; right: 10px} .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px } .tipsy-e .tipsy-arrow:before {bottom: -6px;right: 0px;border-right: 6px solid rgba(0, 0, 0, 0);border-top: 6px solid #303030} .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px} .tipsy-w .tipsy-arrow:before {bottom: 6px;left: -1px;border-bottom: 6px solid rgba(0, 0, 0, 0);border-right: 6px solid #303030} .tipsy-n div {-webkit-animation: fadeInUp 0.3s;animation: fadeInUp 0.3s;} .tipsy-s div {-webkit-animation: fadeInDown 0.3s;animation: fadeInDown 0.3s;} .tipsy-w div {-webkit-animation: expandOpen 0.3s;animation: expandOpen 0.3s;} .tipsy-e div {-webkit-animation: expandOpen 0.3s;animation: expandOpen 0.3s;} /* More Styles ----------------------------------------------------------------------*/ .mi { margin-right: 4px !important } .mid { margin-right: 8px !important } .mii { margin-left: 4px !important } .miid { margin-left: 8px !important } .mt { margin-top: 20px !important } .mtt { margin-top: 30px !important } .mtf { margin-top: 40px !important } .mtff { margin-top: 50px !important } .mts { margin-top: 70px !important } .mb { margin-bottom: 20px !important } .mbt { margin-bottom: 30px !important } .mbf { margin-bottom: 40px !important } .mbff { margin-bottom: 50px !important } .mbs { margin-bottom: 70px !important } .pt { padding-top: 120px } .fll { float: left; margin: 0 20px 10px 0 !important } .flr { float: right; margin: 0 0 10px 20px !important } .tac { text-align: center !important } .tar { text-align: right !important } .tal { text-align: left !important } .tacIMG, .tacIMG img {margin: 0 auto !important; text-align: center;} .two-radius { border-radius: 2px !important; -webkit-border-radius: 2px !important } .three-radius { border-radius: 3px !important; -webkit-border-radius: 3px !important } .four-radius { border-radius: 4px !important; -webkit-border-radius: 4px !important } .five-radiu { border-radius: 5px !important; -webkit-border-radius: 5px !important } .six-radius { border-radius:6px !important; -webkit-border-radius: 6px !important } .ten-radius { border-radius: 10px !important; -webkit-border-radius: 10px !important } .circle-radius { border-radius: 100% !important; -webkit-border-radius: 100% !important } .relative {position: relative !important} .righter {float: right !important} .lefter {float: left !important} .hidden { display: none } .tt { display: block; padding: 10px 0; border-bottom: 3px solid #DDD; text-align: center; } .without_border a {border:0 !important} .bg_light {background : #fff} /* Display ----------------------------------------------------------------------*/ #mobilepro { font-weight: bold; display: none; cursor: pointer; float: left; margin: 0; font-size: 16px; color: #FFF; text-align: center; padding: 16px 20px; border-right: 1px solid #2B2B2B; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } #mobilepro:hover { background: #E84A4A } .subarrow { display: none }
public/themes/ipress/css/style.css
----------------------------------------------------------------------*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } * { outline: none; padding: 0px; margin: 0px } /* General Styling ----------------------------------------------------------------------*/ body { margin: 0 auto; background: #ddd url(../images/backgrounds/6.jpg) fixed; color: #7A7A7A; line-height: 24px; font-family: "Roboto", Helvetica, Tahoma, Arial; font-weight: 400; font-size: 14px } ::selection{ color:#fff; background:#E84A4A } ::-moz-selection{ color:#fff; background:#E84A4A } img { border: none; max-width: 100% } a { color: #000; text-decoration: none; -webkit-transition: color 0.1s ease-in-out; transition: color 0.1s ease-in-out } a:hover { color: #E84A4A } h1, h2, h3, h4, h5, h6 { color: #484747; padding: 0; margin: 0 0 10px 0; font-family: "Roboto", Helvetica, Tahoma, Arial; font-weight: 700; line-height: 28px } h1 { font-size: 32px } h2 { font-size: 26px } h3 { font-size: 20px } h4 { font-size: 18px } h5 { font-size: 14px } h6 { font-size: 12px } p { margin-bottom: 30px } p:last-child { margin-bottom: 0 } strong { font-weight: bold } em { font-style: italic } ol { padding: 0; margin: 0 } ol li { list-style: decimal; padding: 0 0 10px 0; margin: 0 0 0 20px; line-height: 24px } ul { padding: 0; margin: 0; list-style-type: none } cite { float: right; padding: 0 0 5px 0 } hr { background: #e6e6e6; border: 0; clear: both; width: 100%; height: 1px; padding: 0; margin: 20px 0; position: relative } pre { color: #333; white-space: initial; border-radius: 3px; background: #ccc; border-left: 8px solid #1ABC9C; padding: 14px 20px; white-space: initial; margin: 5px 0 20px 0; overflow: auto; font-size: 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } code { color: #333; background: #ccc; border-left: 8px solid #1ABC9C; padding: 14px 20px; border-radius: 3px; margin: 5px 0 20px 0; clear: both; display: block; font-size: 12px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } iframe { max-width: 100%; } mark { padding: 3px 5px; } textarea { white-space:pre; } /* Grid >> Global ----------------------------------------------------------------------------------------------------*/ .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 { display:inline; float: left; position: relative; margin-left: 1%; margin-right: 1%; } .alpha {margin-left: 0 !important} .omega {margin-right: 0 !important} /* Grid >> 12 Columns ----------------------------------------------------------------------------------------------------*/ .grid_1 {width:6.333%} .grid_2 {width:14.667%} .grid_3 {width:23.0%} .grid_4 {width:31.333%} .grid_5 {width:39.667%} .grid_6 {width:48.0%} .grid_7 {width:56.333%} .grid_8 {width:64.667%} .grid_9 {width:73.0%} .grid_10 {width:81.333%} .grid_11 {width:89.667%} .grid_12 {width:98.0%} .grid_12:after { content: ""; clear: both; } .grid_full { width:100%; } .grid_1_5 { width:18.0%; } .grid_2_5 { width:38.0%; } .grid_3_5 { width:58.0%; } .grid_4_5 { width:78.0%; } .grid_1.alpha,.grid_1.omega { width:7.333%; } .grid_2.alpha,.grid_2.omega { width:15.667%; } .grid_3.alpha,.grid_3.omega { width:24.0%; } .grid_4.alpha,.grid_4.omega { width:32.333%; } .grid_5.alpha,.grid_5.omega { width:40.667%; } .grid_6.alpha,.grid_6.omega { width:49.0%; } .grid_7.alpha,.grid_7.omega { width:57.333%; } .grid_8.alpha,.grid_8.omega { width:65.667%; } .grid_9.alpha,.grid_9.omega { width:74.0%; } .grid_10.alpha,.grid_10.omega { width:82.333%; } .grid_11.alpha,.grid_11.omega { width:90.667%; } .grid_12.alpha,.grid_12.omega { width:99.0%; } .grid_1_5.alpha,.grid_1_5.omega { width:19.0%; } .grid_2_5.alpha,.grid_2_5.omega { width:39.0%; } .grid_3_5.alpha,.grid_3_5.omega { width:59.0%; } .grid_4_5.alpha,.grid_4_5.omega { width:79.0%; } .row { width: 1170px; margin: 0 auto; position: relative; } #layout { position: relative; -webkit-transition: all 0.3s; transition: all 0.3s } .boxed { margin: 0 auto; width: 1230px; background: #fff; position: relative; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); } .boxed-margin { margin: 30px auto; width: 1230px; background: #fff; position: relative; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); border-radius: 10px } .full { width: 100%; margin: 0 auto; background: #fff } .left_sidebar .posts { float: right } /* Clear Floated Elements ----------------------------------------------------------------------------------------------------*/ .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clearfix:before, .clearfix:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clearfix:after { clear: both; } .clearfix { zoom: 1; } /* Header ----------------------------------------------------------------------------------------------------*/ #header { position : relative } .a_head { background: #1d1e20; } .b_head { margin: 30px 0; } .c_head { background: #1d1e20; } .logo { float: left } .ads { float: right } .right_icons { margin: 0; } .right_icons a { float: right; font-size: 16px; color: #FFF; text-align: center; padding: 16px 20px; border-left: 1px solid #2B2B2B; display: inline-block; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .right_icons a:hover, .search_icon i:hover, .search_icon i.activeated_search { background: #E84A4A; color: #fff } #header .search { position: relative; margin: 0; float: right; z-index: 99 } .search_icon { position: relative; cursor: pointer } .search_icon i { font-size: 16px; color: #FFF; text-align: center; padding: 20px 20px; border-left: 1px solid #2B2B2B; display: inline-block; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .s_form { position: absolute; display: none; top: 62px; right: 0; padding: 8px 10px; background: #FFF; border-radius: 3px; border-top: 2px solid #E84A4A; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28); } .s_form:after { content: close-quote; position: absolute; width: 0px; height: 0px; top: -8px; right: 22px; border-left: 6px solid rgba(0, 0, 0, 0); border-right: 6px solid rgba(0, 0, 0, 0); border-bottom: 6px solid #E84A4A; } #header .search form { position: relative; } #header .search input { margin: 0; padding: 0 10px; display: block; line-height: 30px; height: 30px; border: 1px solid #eee; border-radius: 3px; font-size: 11px; color: #808080; width: 200px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } #header .search button { position: absolute; top: 7px; right: 12px; background: none; border: 0; font-size: 11px; cursor: pointer; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } #header .search button:hover { color: #E84A4A } .right_bar { } .right_bar .lang { float: right; padding: 0; margin: 0; display: inline-flex; border-left: 1px solid #2B2B2B; position: relative; } .right_bar .lang img { width: 16px; } .right_bar .lang a { padding: 12px } .more_lang { display: none; position: absolute; top: 35px; right: 0; z-index: 99; background: #1D1E20; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .more_lang a { display: block; opacity: 0.5; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .more_lang a:hover { opacity: 1 } .lang:hover .more_lang { -webkit-animation: fadeInDown 0.5s; animation: fadeInDown 0.5s; display: block } #date_time { color: #CCC; margin: 0; padding: 5px 20px; display: inline-block; float: right; font-size: 12px; z-index: 99; position: relative; border-left: 1px solid #2B2B2B; } /* Popup SignIn ----------------------------------------------------------------------*/ .sign_in { float: right; height: 29px; margin: 4px 0 0 0; } #LoginBackgroundPopup { display:none; position:fixed; height:100%; width:100%; top:0; left:0; background:#000; z-index: 9997; } #popupLogin { display:none; position:fixed; width:360px; top:50%; left:50%; z-index: 9998; margin-left: 0; } #popupLogin .d_block { background: url(../images/transparent.html) repeat; background: rgba(255, 255, 255, 0.3); border-radius: 6px; padding: 5px; } #popupLogin .d_block2 { background: #FFF; padding: 18px; } #popupLoginClose { position: absolute; top: 25px; right: 33px; font-size: 24px; color: #5C5C5C; cursor: pointer; } #login_username, #login_password { display: block; width: 100%; border: 1px solid #EAEAEA; border-radius: 10px; padding: 0 10px; margin: 0 0 10px 0; line-height: 24px; height: 34px; background: #F7F7F7; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.3s; transition: all 0.3s; } .zigmaIn { -webkit-animation: fadeInDown 0.6s; animation: fadeInDown 0.6s; } /* Social ----------------------------------------------------------------------------------------------------*/ .social a { float: right; text-align: center; margin: 0; width: 35px; height: 35px; color: #DFDFDF; -webkit-transition: all 0.1s ease; transition: all 0.1s ease; border-left: 1px solid #2B2B2B; } .social_head { float: right; margin: 0; position: relative; } .social a i { padding: 10.5px 0; display: block; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .social a:hover i { } .social a:hover .fa-twitter, .social a:hover .icons-social-twitter, .with_color a .fa-twitter, .with_color a .icons-social-twitter { background: #00abdc } .social a:hover .fa-facebook, .social a:hover .icons-social-facebook, .with_color a .fa-facebook, .with_color a .icons-social-facebook { background: #325c94 } .social a:hover .fa-dribbble, .social a:hover .icons-social-dribbble, .with_color a .fa-dribbble, .with_color a .icons-social-dribbble { background: #fa4086 } .social a:hover .fa-rss, .social a:hover .icons-rss, .with_color a .fa-rss, .with_color a .icons-rss { background: #f1862f } .social a:hover .fa-github, .social a:hover .icons-social-github, .with_color a .fa-github, .with_color a .icons-social-github { background: #333 } .social a:hover .fa-instagram, .with_color a .fa-instagram { background: #964b00 } .social a:hover .fa-linkedin, .social a:hover .icons-social-linkedin, .with_color a .fa-linkedin, .with_color a .icons-social-linkedin { background: #0073b2 } .social a:hover .fa-pinterest, .social a:hover .icons-social-pinterest, .with_color a .fa-pinterest, .with_color a .icons-social-pinterest { background: #d9031f } .social a:hover .fa-google-plus, .social a:hover .icons-social-google-plus, .with_color a .fa-google-plus, .with_color a .icons-social-google-plus { background: #d9031f } .social a:hover .fa-foursquare, .with_color a .fa-foursquare { background: #0cbadf } .social a:hover .fa-skype, .social a:hover .icons-social-skype, .with_color a .fa-skype, .with_color a .icons-social-skype { background: #00b9e5 } .social a:hover .fa-cloud, .social a:hover .icons-social-soundcloud, .with_color a .fa-cloud, .with_color a .icons-social-soundcloud { background: #ff7700 } .social a:hover .fa-youtube, .social a:hover .icons-social-youtube, .with_color a .fa-youtube, .with_color a .icons-social-youtube { background: #d9031f } .social a:hover .fa-tumblr, .social a:hover .icons-social-tumblr, .with_color a .fa-tumblr, .with_color a .icons-social-tumblr { background: #325c94 } .social a:hover .fa-stackexchange, .with_color a .fa-stackexchange { background: #4e4e4e; color: #fff;border-color:#fff} .social a:hover .fa-flickr, .social a:hover .icons-social-flickr, .with_color a .fa-flickr, .with_color a .icons-social-flickr { background: #fa4086 } .social a:hover i {color: #fff} /* Superfish ----------------------------------------------------------------------*/ .home_class i { font-size: 16px } .sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; z-index: 999; } .sf-menu { float: left; padding: 0; position: relative; margin: 0; } .sf-menu ul { position: absolute; top: -999em; width: 172px; } .sf-menu ul li { width: 100%; margin: 0; padding: 10px 0; background: #1D1E20 } .sf-menu li:hover { visibility: inherit } .sf-menu li { float: left; border-right: 1px solid #2B2B2B; position: relative; margin: 0; padding: 0 } .sf-menu li li { border-bottom: 1px solid #2B2B2B; border-right: 0; margin:0; padding: 0; -webkit-transition: all 0.2s ease; transition: all 0.2s ease } .sf-menu li li:last-child { border-bottom: 0 } .sf-menu li li:first-child {border-top: 0} .sf-menu li li a { padding: 12px 14px; line-height: 20px; color: #fff; text-transform: none; letter-spacing: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .sf-menu a { display: block; position: relative; color: #fff; font-size: 16px; font-weight: 400; padding: 16px 20px; margin: 0; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .sf-menu li li a { margin: 0; border:0 } .sf-menu > li:hover > a, .sf-menu > li > a:hover { color: #fff; } .sf-menu li.current > a { color: #fff; } .sf-menu li li:hover > a, .sf-menu li li > a:hover, .sf-menu li li.current > a { border: 0; color: #fff; } .sf-menu li li a { font-size: 12px; font-weight: normal; margin-bottom: 0; } .sf-menu li li i { margin-right: 8px; } .sf-menu li:hover ul, .sf-menu li.sfHover ul { left: 0px; z-index: 999; top: 53px; padding: 3px 0 0 0; -webkit-animation: fadeInDown 0.5s; animation: fadeInDown 0.5s; } .sf-menu li:hover ul li ul, .sf-menu li.sfHover ul li ul, .sf-menu li:hover ul li ul li ul, .sf-menu li.sfHover ul li ul li ul { left: 172px; z-index: 999; top: 0 !important } ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em; } ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 172px; top: 0 !important; padding: 0; } ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -999em; } ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 172px; top: 0; } .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { outline: 0; } /*** arrows **/ .sf-sub-indicator { position: absolute; display: block; overflow: hidden; } .sf-menu > li > a .sf-sub-indicator { display: none } a > .sf-sub-indicator { position: absolute; font-size: 8px; } li li a .sf-sub-indicator { top: 13px; right: 5%; } /* Ticker ----------------------------------------------------------------------*/ .ticker-wrapper.has-js { padding: 2px 0; width: 620px; height: 29px; display: block; float: left; font-size: 12px; } .ticker { width: 710px; height: 23px; display: block; position: relative; overflow: hidden; } .ticker-title { display: none !important; padding-top: 2px; color: #fff; font-weight: bold; text-transform: uppercase; } .ticker-content { left: 0 !important; margin: 0px; padding-top: 8px; position: absolute; color: #fff; font-weight: bold; overflow: hidden; white-space: nowrap; line-height: 1.2em; } .ticker-content:focus { none; } .ticker-content a { text-decoration: none; color: #fff; } .ticker-swipe { padding-top: 9px; position: absolute; top: 0px; background-color: #1D1E20; display: block; width: 800px; height: 23px; } .ticker-swipe span { margin-left: 1px; border-bottom: 1px solid #fff; height: 12px; width: 7px; display: block; } .ticker-controls { padding: 8px 0px 0px 0px; list-style-type: none; float: left; } .ticker-controls li { padding: 0px; margin-left: 5px; float: left; cursor: pointer; height: 16px; width: 16px; display: block; } .ticker-controls li.jnt-play-pause { background-image: url('../images/controls.html'); background-position: 32px 16px; } .ticker-controls li.jnt-play-pause.over { background-position: 32px 32px; } .ticker-controls li.jnt-play-pause.down { background-position: 32px 0px; } .ticker-controls li.jnt-play-pause.paused { background-image: url('../images/controls.html'); background-position: 48px 16px; } .ticker-controls li.jnt-play-pause.paused.over { background-position: 48px 32px; } .ticker-controls li.jnt-play-pause.paused.down { background-position: 48px 0px; } .ticker-controls li.jnt-prev { background-image: url('../images/controls.html'); background-position: 0px 16px; } .ticker-controls li.jnt-prev.over { background-position: 0px 32px; } .ticker-controls li.jnt-prev.down { background-position: 0px 0px; } .ticker-controls li.jnt-next { background-image: url('../images/controls.html'); background-position: 16px 16px; } .ticker-controls li.jnt-next.over { background-position: 16px 32px; } .ticker-controls li.jnt-next.down { background-position: 16px 0px; } .js-hidden { display: none; } .no-js-news { padding: 10px 0px 0px 45px; color: #F8F0DB; } .left .ticker-swipe { /*left: 80px;*/ } .left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker { float: left; } .left .ticker-controls { padding-left: 6px; } .right .ticker-swipe { /*right: 80px;*/ } .right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker { float: right; } .right .ticker-controls { padding-right: 6px; } .freq_out { float: left; margin: 12px 12px; } .freq { position: relative; width:10px; height:10px; top: 1px; } .inner_f { content: close-quote; background-color: #E84A4A; width:4px; height:4px; border-radius:100%; position: absolute; top:3px; left:3px } #layerBall { box-shadow: 0 0 1px #E84A4A; width:10px; height:10px; border-radius:50px; position:absolute; z-index:99; top:0; left:0; -webkit-animation-name: pulsee; -webkit-animation-duration: 2.5s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: normal; animation-duration: 2.5s; } #layerBall:after { background-color: #E84A4A; width: 10px; height:10px; border-radius:50px; content: close-quote; position:absolute; z-index:99; } #layerBall:before { box-shadow: 0 0 4px #E84A4A; width:10px; height:10px; border-radius:50px; content: close-quote; position:absolute; z-index:99; -webkit-animation-name: pulseee; -webkit-animation-duration: 3s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: normal; animation-duration: 3s; } @-webkit-keyframes pulsee { 0% {-webkit-transform: scale(0);opacity: 0;} 10% {-webkit-transform: scale(1);opacity: 0.8;} 50% {-webkit-transform: scale(3);opacity: 0;} 100% {-webkit-transform: scale(0);opacity: 0;} } @-webkit-keyframes pulseee { 0% {-webkit-transform: scale(0);opacity: 0;} 10% {-webkit-transform: scale(0.5);opacity: 0.8;} 50% {-webkit-transform: scale(1.5);opacity: 0;} 100% {-webkit-transform: scale(0);opacity: 0;} } @keyframes pulsee { 0% {-webkit-transform: scale(0);opacity: 0;} 10% {-webkit-transform: scale(1);opacity: 0.8;} 50% {-webkit-transform: scale(3);opacity: 0;} 100% {-webkit-transform: scale(0);opacity: 0;} } @keyframes pulseee { 0% {-webkit-transform: scale(0);opacity: 0;} 10% {-webkit-transform: scale(0.5);opacity: 0.8;} 50% {-webkit-transform: scale(1.5);opacity: 0;} 100% {-webkit-transform: scale(0);opacity: 0;} } /* Sticky ----------------------------------------------------------------------*/ .sticky { position: fixed !important; z-index: 1000; top: 0; left:0; width: 100%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } .boxed .sticky, .boxed-margin .sticky { left: auto; width: 1170px; } /* Page Content ----------------------------------------------------------------------*/ .page-content { margin: 50px 0; } .ipress_slider .item img{ display: block; width: 100%; height: auto; } .owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .owl-carousel{ display: none; position: relative; width: 100%; -ms-touch-action: pan-y; } .owl-carousel .owl-wrapper{ display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); } .owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%; } .owl-carousel .owl-wrapper-outer.autoHeight{ -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; } .owl-carousel .owl-item{ float: left; } .owl-controls .owl-page, .owl-controls .owl-buttons div{ cursor: pointer; } .owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .grabbing { cursor:url(../images/grabbing.png) 8 8, move; } .owl-carousel .owl-wrapper, .owl-carousel .owl-item{ -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); } .owl-origin { -webkit-perspective: 1200px; -webkit-perspective-origin-x : 50%; -webkit-perspective-origin-y : 50%; -moz-perspective : 1200px; -moz-perspective-origin-x : 50%; -moz-perspective-origin-y : 50%; perspective : 1200px; } .owl-fade-out { z-index: 10; -webkit-animation: fadeOut .7s both ease; -moz-animation: fadeOut .7s both ease; animation: fadeOut .7s both ease; } .owl-fade-in { -webkit-animation: fadeIn .7s both ease; -moz-animation: fadeIn .7s both ease; animation: fadeIn .7s both ease; } .owl-backSlide-out { -webkit-animation: backSlideOut 1s both ease; -moz-animation: backSlideOut 1s both ease; animation: backSlideOut 1s both ease; } .owl-backSlide-in { -webkit-animation: backSlideIn 1s both ease; -moz-animation: backSlideIn 1s both ease; animation: backSlideIn 1s both ease; } .owl-goDown-out { -webkit-animation: scaleToFade .7s ease both; -moz-animation: scaleToFade .7s ease both; animation: scaleToFade .7s ease both; } .owl-goDown-in { -webkit-animation: fadeInLeft .6s ease both; -moz-animation: fadeInLeft .6s ease both; animation: fadeInLeft .6s ease both; } .owl-fadeUp-in { -webkit-animation: scaleUpFrom .5s ease both; -moz-animation: scaleUpFrom .5s ease both; animation: scaleUpFrom .5s ease both; } .owl-fadeUp-out { -webkit-animation: scaleUpTo .5s ease both; -moz-animation: scaleUpTo .5s ease both; animation: scaleUpTo .5s ease both; } @-webkit-keyframes empty { 0% {opacity: 1} } @-moz-keyframes empty { 0% {opacity: 1} } @keyframes empty { 0% {opacity: 1} } @-webkit-keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; } } @-moz-keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; } } @keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; } } @-webkit-keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } } @-moz-keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } } @keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; } } @-webkit-keyframes backSlideOut { 25% { opacity: .5; -webkit-transform: translateZ(-500px); } 75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); } 100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); } } @-moz-keyframes backSlideOut { 25% { opacity: .5; -moz-transform: translateZ(-500px); } 75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); } 100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); } } @keyframes backSlideOut { 25% { opacity: .5; transform: translateZ(-500px); } 75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); } 100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); } } @-webkit-keyframes backSlideIn { 0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); } 75% { opacity: .5; -webkit-transform: translateZ(-500px); } 100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); } } @-moz-keyframes backSlideIn { 0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); } 75% { opacity: .5; -moz-transform: translateZ(-500px); } 100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); } } @keyframes backSlideIn { 0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); } 75% { opacity: .5; transform: translateZ(-500px); } 100% { opacity: 1; transform: translateZ(0) translateX(0); } } @-webkit-keyframes scaleToFade { to { opacity: 0; -webkit-transform: scale(.8); } } @-moz-keyframes scaleToFade { to { opacity: 0; -moz-transform: scale(.8); } } @keyframes scaleToFade { to { opacity: 0; transform: scale(.8); } } @-webkit-keyframes goDown { from { -webkit-transform: translateY(-100%); } } @-moz-keyframes goDown { from { -moz-transform: translateY(-100%); } } @keyframes goDown { from { transform: translateY(-100%); } } @-webkit-keyframes scaleUpFrom { from { opacity: 0; -webkit-transform: scale(1.5); } } @-moz-keyframes scaleUpFrom { from { opacity: 0; -moz-transform: scale(1.5); } } @keyframes scaleUpFrom { from { opacity: 0; transform: scale(1.5); } } @-webkit-keyframes scaleUpTo { to { opacity: 0; -webkit-transform: scale(1.5); } } @-moz-keyframes scaleUpTo { to { opacity: 0; -moz-transform: scale(1.5); } } @keyframes scaleUpTo { to { opacity: 0; transform: scale(1.5); } } .owl-theme .owl-controls{ position: absolute; bottom: 20px; right: 20px; } .owl-theme .owl-controls .owl-buttons div { color: #FFF; display: inline-block; zoom: 1; margin: 1px; padding: 5px 10px; font-size: 14px; background: #1D1E20; filter: Alpha(Opacity=50); opacity: 0.5; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .owl-theme .owl-controls.clickable .owl-buttons div:hover{ background: #E84A4A; -webkit-animation: floating 0.5s; animation: floating 0.5s; filter: Alpha(Opacity=100); opacity: 1; text-decoration: none; } .owl-theme .owl-controls .owl-page{ display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ } .owl-theme .owl-controls .owl-page span{ display: block; width: 12px; height: 12px; margin: 5px 7px; filter: Alpha(Opacity=50);/*IE7 fix*/ opacity: 0.5; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #869791; } .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{ filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; } .owl-theme .owl-controls .owl-page span.owl-numbers{ height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; } .owl-item.loading{ min-height: 318px; background: url(../images/AjaxLoader.gif) no-repeat center center } .ipress_slider .item { } .ipress_slider .item { background: #1D1E20; } .ipress_slider .item .half { position: relative; float: left; width: 50% } .ipress_slider .item img { width: 100%; } .ipress_slider .slide_details { padding: 20px; position: absolute; bottom: 0; z-index: 9999; } .ipress_slider .slide_details h3 { padding: 4px 12px; font-size: 14px; background: rgba(29, 30, 32, 0.8); margin: 2px 0 0 0; } .ipress_slider .slide_details .post_rating { background: rgba(29, 30, 32, 0.8); padding: 4px 8px } .ipress_slider .slide_details a { color: #FFF; } .ipress_slider .slide_details .line { border-bottom: 3px solid #fff; width: 30px; display: inline-block; margin: 0 0 10px 0; } .ipress_slider .owl-controls { bottom: -24px; right: 0; } .ipress_slider .owl-controls .owl-page span { width: 20px; height: 6px; margin: 0px 0 0 4px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background: #979797; } .posts iframe { width: 100% } .posts .title { position: relative; color: #fff; background: #1d1e20; padding: 6px 16px; margin: 0 0 20px 0 } .posts .title .feed { position: absolute; right: 18px; top: 10px; font-size: 16px; color: #FFF; } .posts .title:after { content: close-quote; position: absolute; width: 0px; height: 0px; bottom: -6px; left: 22px; border-left: 6px solid rgba(0, 0, 0, 0); border-right: 6px solid rgba(0, 0, 0, 0); border-top: 6px solid #1d1e20; } .posts .title h4 { color: #FFF; font-size: 18px; font-weight: 400; margin: 0; } .post_day .relative .cat { right: 0; top: 15px; position: absolute; } .post_day .relative .cat:after { content: close-quote; position: absolute; width: 0px; height: 0px; bottom: 10px; right: -5px; border-bottom: 5px solid rgba(0, 0, 0, 0); border-top: 5px solid rgba(0, 0, 0, 0); border-left: 5px solid #1D1E20; } .post_day_content { padding: 10px 20px; } .post_m_content { padding: 10px 0; } .small_posts .s_thumb { position: relative; float: left; margin: 0 20px 20px 0 } .small_posts .s_thumb span { position: absolute; bottom: 0; left: 0; background: #E84A4A; z-index: 99; color: #FFF; text-align: center; width: 20px; height: 20px; font-size: 11px; padding: 0 0 3px 0; } .small_posts li.clearfix { margin: 0 0 20px 0; border-bottom: 1px solid #ECECEC; } .small_posts li.clearfix:last-child { margin: 0; border-bottom: 0 } .small_posts h3 { line-height: 18px; margin: 0 0 5px 0; font-size: 14px } .small_posts .meta { font-size: 12px } .small_posts .cat { padding: 2px 8px; display: inline-block; } .post_rating { padding: 2px 8px; font-size: 12px; display: inline-block; color: #FFF !important; background: #1D1E20; z-index: 99; display: inline-block; } .post_rating i { padding: 0 4px 0 0; } .single_post h3.single_title { font-size: 20px } .share_post { background: #efefef } .share_post span { color: #fff; background: #e84a4a; float: left; padding: 4px 10px; } .share_post .socials { float: left; padding: 2px 0 0 20px; } .author_post .title { margin: 0; } .author_post .author_co { background: #EFEFEF; padding: 30px; } .author_post .author_co img { float: left; margin: 0 20px 20px 0 } .author_post .author_co .social a { color: #929292; border-color: #EFEFEF; } .posts_links small { display: block; color: #CCC; margin-left: 30px } .posts_links span { display: block; margin-left: 30px } .posts_links i { position: absolute; color: #CCC; left: -20px; font-size: 52px; } .posts_links a.righter i { right: -20px } .posts_links a.righter span, .posts_links a.righter small { margin-right: 30px } .pagination-tt ul { float: left; } .pagination-tt ul li { display: inline-block; margin: 0; } .pagination-tt ul li span { display: block; padding: 10px 12px; background: #1D1E20; color: #fff; } .pagination-tt ul li a { display: block; padding: 10px 12px; color: #fff; background: #E84A4A; transition: all 0.2s ease; } .pagination-tt ul li a:hover { background: #1D1E20 } .pagination-tt .pages { float: right; padding: 10px 12px; } .recent_comments h5 { margin: 0; } .recent_comments p { line-height: 18px; } [class^='small_slider_'] .owl-controls, [class^='carousel_'] .owl-controls { position: absolute; bottom: auto; right: 42px; top: -49px; } [class^='small_slider_'] .owl-controls .owl-page span, [class^='carousel_'] .owl-controls .owl-page span { width: 10px; height: 10px; margin: 6px; background: #EBEBEB } .ads_block img { margin: 0 auto; text-align: center } [class^='carousel_'] .item{ margin: 5px 4px; } [class^='carousel_'] .item img{ display: block; width: 100%; height: auto; } .wp-polls-ul { margin: 0 0 20px 0 } .wp-polls input.Buttons { border: 0px; padding: 10px 10px; font-size: 14px; font-weight: 600; color: #FFF; background: #E84A4A; margin: 10px 10px 10px 0; display: inline-block; cursor: pointer; } .wp-polls input.Buttons:hover { background: #1D1E20; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .cat { padding: 4px 10px; font-size: 12px; display: inline-block; color: #FFF !important; background: #1D1E20; z-index: 99 } .title.colordefault, .cat.colordefault, li.colordefault:hover > a, li.colordefault li:hover > a, li.current.colordefault {background: #E84A4A} .title.color1, .cat.color1, li.color1:hover > a, li.color1 li:hover > a, li.current.color1 {background: #30DD98} .title.color2, .cat.color2, li.color2:hover > a, li.color2 li:hover > a, li.current.color2 {background: #d1c54a} .title.color3, .cat.color3, li.color3:hover > a, li.color3 li:hover > a, li.current.color3 {background: #FF3C7A} .title.color4, .cat.color4, li.color4:hover > a, li.color4 li:hover > a, li.current.color4 {background: #00FF2F} .title.color5, .cat.color5, li.color5:hover > a, li.color5 li:hover > a, li.current.color5 {background: #00ADFF} .title.color6, .cat.color6, li.color6:hover > a, li.color6 li:hover > a, li.current.color6 {background: #325C94} .title.color7, .cat.color7, li.color7:hover > a, li.color7 li:hover > a, li.current.color7 {background: #FF2121} .title.color8, .cat.color8, li.color8:hover > a, li.color8 li:hover > a, li.current.color8 {background: #465559} .colordefault.title:after {border-top-color: #E84A4A !important} .color1.title:after {border-top-color: #30DD98 !important} .color2.title:after {border-top-color: #d1c54a !important} .color3.title:after {border-top-color: #FF3C7A !important} .color4.title:after {border-top-color: #00FF2F !important} .color5.title:after {border-top-color: #00ADFF !important} .color6.title:after {border-top-color: #325C94 !important} .color7.title:after {border-top-color: #FF2121 !important} .color8.title:after {border-top-color: #465559 !important} .colordefault.cat:after {border-left-color: #E84A4A !important} .color1.cat:after {border-left-color: #30DD98 !important} .color2.cat:after {border-left-color: #d1c54a !important} .color3.cat:after {border-left-color: #FF3C7A !important} .color4.cat:after {border-left-color: #00FF2F !important} .color5.cat:after {border-left-color: #00ADFF !important} .color6.cat:after {border-left-color: #325C94 !important} .color7.cat:after {border-left-color: #FF2121 !important} .color8.cat:after {border-left-color: #465559 !important} /* contactForm ----------------------------------------------------------------------------------------------------*/ #contactForm span { margin: 11px 10px; display: inline-block; color: #F00; } #contactForm span strong { color: #F00; } #contactForm i { color: #fff; margin: 0 10px 0 0 } #track_input, #contactForm #senderName, #contactForm #senderEmail, #contactForm .text-input { display: block; width: 100%; border: 1px solid #EAEAEA; padding: 0 10px; line-height: 24px; height: 38px; background: #FDFDFD; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.3s; transition: all 0.3s; } #contactForm #CaptchaCode{text-transform: none !important;} #contactForm #message { display: block; width: 100%; border: 1px solid #EAEAEA; padding: 16px 10px; background: #FDFDFD; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.3s; transition: all 0.3s; } #track_input:focus, #contactForm #senderName:focus, #contactForm #senderEmail:focus, #contactForm #message:focus { background: #fff; border: 1px solid #E84A4A; } #track_order label { font-weight: 600; margin-bottom: 14px; } #contactForm #senderEmail { float: right; } #contactForm .flr { margin: 0 0 10px 0 !important; } #contactForm .fll { margin: 0 0px 10px 0 !important; } .fieldtrue { border: 1px solid #1ABC5B !important } .fielderror { border-color: #F00 !important; } #contactForm #sendMessage { width: auto; margin-top: 20px; float: right; display:inline-block; cursor:pointer; position:relative; padding: 10px 16px; background: none; color: #fff; border: 0; background: #E84A4A; display: inline-block; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; text-decoration: none !important; } #contactForm #sendMessage:hover { background: #1D1E20 } #contactForm textarea { width: 98%; } /* Sidebar ----------------------------------------------------------------------*/ .widget { margin: 0 0 40px 0 } .widget .title { position: relative; color: #fff; background: #1d1e20; padding: 6px 16px; margin: 0 0 20px 0 } .widget .title:after { content: close-quote; position: absolute; width: 0px; height: 0px; bottom: -6px; left: 22px; border-left: 6px solid rgba(0, 0, 0, 0); border-right: 6px solid rgba(0, 0, 0, 0); border-top: 6px solid #1d1e20; } .widget .title h4 { color: #FFF; font-size: 18px; font-weight: 400; margin: 0; } .small_slider_hots .owl-controls { right: 12px !important } .counter li { width: 48%; display: inline-block; margin: 0 0 14px 0 } .counter i { width: 48px; height: 52px; position: relative; background: #ccc; color: #FFF; font-size: 20px; text-align: center; float: left } .counter .fa:before { padding: 14px } .counter li i:after { content: close-quote; position: absolute; width: 0; height: 0; right: -6px; bottom: 20px; border-top: 6px solid rgba(0, 0, 0, 0); border-bottom: 6px solid rgba(0, 0, 0, 0); border-left: 6px solid #00ABDC } .counter .twitter i {background: #00ABDC} .counter .twitter i:after {border-left-color: #00ABDC} .counter .facebook i {background: #325c94} .counter .facebook i:after {border-left-color: #325c94} .counter .dribbble i {background: #fa4086} .counter .dribbble i:after {border-left-color: #fa4086} .counter .rss i {background: #f5931f} .counter .rss i:after {border-left-color: #f5931f} .counter span { float: left; padding: 8px 0 0 20px; line-height: 18px; font-size: 12px; } .widget iframe { width: 100% } .widget .list li a { display: block; border-bottom: 1px solid #E6E6E6; line-height: 32px; position: relative; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .widget .list li a span { -webkit-transition: all 0.2s ease; transition: all 0.2s ease; float: right } .widget .list li:hover span { padding-right: 10px } .widget .list li.current a, .widget .list li:hover a { color: #5486da; border-bottom: 1px solid #5486da; background: rgba(84, 134, 218, 0.07); padding-left: 10px; } .tags i { margin-right: 4px } .tags a { color: #868686; padding: 6px 12px; font-size: 12px; margin: 0 0px 4px 0; display: inline-block; background: #F1F1F1; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; text-decoration: none !important; } .tags a:hover { background: #E84A4A; color: #fff; } /*-- calendar windget --*/ #wp-calendar { margin: 0 auto; width: 100% !important; } #wp-calendar th { background: #F3F3F3; border: 1px solid #FFF; padding: 4px 6px; text-align: center; font-weight: 400; } #wp-calendar td { background: #EEEEEE; border: 1px solid #FFFFFF; padding: 4px 6px; text-align: center; } #wp-calendar td.pad{ background: #FFFFFF; } #wp-calendar #today { background: #E84A4A; color: #FFFFFF; } #wp-calendar #today a { color: #FFFFFF; } #wp-calendar caption { text-align: center; background: #1D1E20; font-size: 16px; font-weight: 400; color: #FFFFFF; padding: 8px 0; } .r_content { position: absolute; bottom: 0; z-index: 99; } .r_content .cat { left: 20px; position: relative; } .r_content .r_title { color: #fff; width: 100%; display: inline-block; background: rgba(0, 0, 0, 0.39); margin: 4px 0 0 0; } .r_content .r_title a { display: block; padding: 15px 20px; color: #fff; } .latest_tweets { background: #36a7d6; } .tweets { color: #FFF; padding: 0 20px 54px; } .tweets .owl-controls { right: 0; bottom: -40px; } .tweets .owl-controls .owl-page span { width: 10px; height: 10px; margin: 5px 5px; background: #fff; } .latest_tweets i { padding: 0 4px 0 0 } .latest_tweets h4 { color: #FFF; padding: 14px 20px; font-weight: 200; margin: 0 0 20px 0; border-bottom: 1px solid #FFF; border-bottom: 1px solid rgba(255, 255, 255, 0.21); } .latest_tweets h4 small { font-weight: 100; font-size: 12px; color: #E2E2E2; font-style: italic; margin: 0 0 0 6px; } /* Accordion, Toggle ----------------------------------------------------------------------*/ .accordion-head, .toggle-head { position: relative; padding: 10px 0 10px 60px; margin: 8px 0 0 0; font-size: 14px; cursor: pointer; border-bottom: 0; color: #fff; background: #2c3337; transition: all 0.3s; -webkit-transition: all 0.3s; } .accordion-head i, .toggle-head i { padding-right: 8px; } .sub-accordion:first-child .accordion-head, .sub-toggle:first-child .toggle-head { margin: 0; } .active .accordion-content, .active .toggle-content { border: 0; -webkit-animation: fadeInDown 0.4s; animation: fadeInDown 0.4s } .active .icon-minus-sign { -webkit-animation: fadeInDown 0.4s; animation: fadeInDown 0.4s } .active .icon-plus-sign { -webkit-animation: fadeInDown 0.4s; animation: fadeInDown 0.4s } .accordion-content, .toggle-content { padding:16px; overflow:hidden; } .accordion-head-sign, .toggle-head-sign { margin: 0; background: #E84A4A; color: #FFF; position: absolute; left: 0; top: 0; padding: 10px 16px; } .accordion-head-sign i, .toggle-head-sign i { padding: 0; margin: 0; } .blockquote { font-family:'Philosopher', serif; font-size:16px; font-style:italic; text-shadow:1px 1px 3px transparent; color:#888; line-height: 24px; margin: 40px 20px; padding: 20px; overflow:hidden; border-left:5px solid #E6E6E6 } .blockquote.left { width:33%; float:left; } div.blockquote.right { width:33%; float:right; } /* Tabs ----------------------------------------------------------------------*/ .tabs { display:block; padding:0; list-style:none; } .tabs li { display:block; width:auto; padding:0; float:left; margin: 0 10px 0 0; } .tabs li a { display: block; padding: 10px 20px; margin: 0; font-size: 12px; cursor: pointer; color: #dbdbdb; border: 2px solid #dbdbdb; border-radius: 6px; } .grid_3 .tabs li a { padding: 8px } .tabs li a.active { background: #5486DA; border: 2px solid #5486DA; color: #FFF; } .tabs-content { padding: 20px 0; display: block; list-style: none } .tabs-content img { border-radius: 10px } .tabs-content > li { display:none } .tabs-content > li.active { display:block; overflow:hidden; -webkit-animation: fadeInDown 0.4s; animation: fadeInDown 0.4s } .tabs:before, .tabs:after { content:'\0020'; display:block; overflow:hidden; visibility:hidden; width:0; height:0; } .tabs:after { clear:both; } @keyframes prot { 20%, 40%, 60%, 80%, 100% { transform-origin: top center; } 20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } } @-webkit-keyframes prot { 20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 20% { -webkit-transform: rotate(15deg); } 40% { -webkit-transform: rotate(-10deg); } 60% { -webkit-transform: rotate(5deg); } 80% { -webkit-transform: rotate(-5deg); } 100% { -webkit-transform: rotate(0deg); } } .tabs li a:hover i { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1; -webkit-animation: prot 1s; animation: prot 1s; z-index: 11; } .v_tab li { float: none; display: flex; margin: 0 0 10px 0; } .v_content { display: block; padding: 10px 20px; margin: 0; border: 2px solid #DBDBDB; border-radius: 6px; } /* Notification Boxes ----------------------------------------------------------------------*/ .notification-box { position: relative; margin-bottom: 10px; border-radius: 3px; padding: 20px 32px 20px 20px; color:#fff; font-size: 14px; font-weight: normal; -webkit-animation: fadeInUp 1.3s; animation: fadeInUp 1.3s; } a.notification-close { position: absolute; right: 20px; top: 20px; font-size: 12px; } .notification-box p { margin: 0; } .notification-box p i { padding-right: 10px; border-right: 1px solid; margin-right: 10px; } .notification-box-info { color: #65cad3; border: 1px solid #65cad3; } .notification-box-success { color: #1abc9c; border: 1px solid #1abc9c; } .notification-box-warning { color: #eed880; border: 1px solid #eed880; } .notification-box-error { color: #e06f6f; border: 1px solid #e06f6f; } .notification-box-info a { color: #65cad3; } .notification-box-success a { color: #1abc9c; } .notification-box-warning a { color: #eed880; } .notification-box-error a { color: #e06f6f; } /* Buttons ----------------------------------------------------------------------*/ .tbutton { display:inline-block; cursor:pointer; position:relative; word-spacing:0.2em; background:#E84A4A; color:#fff; white-space: nowrap; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .tbutton:hover { color:#fff; background: #1D1E20 } .tbutton.color2 { background: #9AD147; } .tbutton.color2:hover { background: #1D1E20 } .tbutton.color3 { background: #5200FF } .tbutton.color3:hover { background: #1D1E20 } .tbutton.color4 { background: #09F } .tbutton.color4:hover { background: #1D1E20 } .tbutton.color5 { background: #F00 } .tbutton.color5:hover { background: #1D1E20 } .tbutton.color6 { background: #2FEFF7 } .tbutton.color6:hover { background: #1D1E20 } .tbutton.color7 { background: #A58080 } .tbutton.color7:hover { background: #1D1E20 } .tbutton.color8 { background: #809FA5; } .tbutton.color8:hover { background: #1D1E20 } .tbutton.color9 { background: #3DE4B5; } .tbutton.color9:hover { background: #1D1E20 } .tbutton span { display: block; overflow: hidden; } .tbutton span { padding: 0 10px; line-height: 2.6em; } .tbutton.small { font-size: 12px; } .tbutton.medium { font-size: 14px; } .tbutton.large { font-size: 16px; } .tbutton.small span { padding: 0 14px; line-height: 2.3em; } .tbutton.medium span { padding: 0 16px; line-height: 2.6em; } .tbutton.large span { padding: 0 18px; line-height: 2.8em; } .errorpage h2 small { display: block; font-weight: 200; padding: 10px 0; } /* Top Scroll ----------------------------------------------------------------------*/ #toTop { position: relative; float: right; margin: 0 10px; cursor: pointer; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } #toTop i { display: block; font-size: 14px } /* Tipsy ----------------------------------------------------------------------*/ #footer { background: #1d1e20 } #footer a { -webkit-transition: all 0.2s ease; transition: all 0.2s ease; color: #fff } #footer a:hover { color: #E84A4A } #footer .widget { margin: 50px 0 } #footer .widget .title { background: #252729 } #footer .widget .title:after { border-top: 6px solid #252729 } #footer .small_posts li.clearfix { border-bottom: 1px solid #2B2B2B } #footer .small_posts li.clearfix:last-child { border-bottom: 0 } #footer .social a { float: left; border-left: 0; } #newsletters { position: relative; } #newsletters input { margin: 0; padding: 0 10px; line-height: 24px; height: 34px; border: 1px solid #EBEBEB; background: #F7F7F7; border-radius: 3px; font-size: 11px; color: #A7A7A7; cursor: text; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } #newsletters input:focus { background: #fff; border: 1px solid #C5C5C5; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); } #newsletters:hover button { color: #191919; } #newsletters button { position: absolute; top: 10px; right: 14px; background: none; border: 0; color: #666; font-size: 14px; cursor: pointer; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } #newsletters button:hover { color: #E84A4A; } .footer_last { border-top: 1px solid #2B2B2B; padding: 20px 0 } .footer_last:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .copyright { font-size: 12px; float: left; } /* Tipsy ----------------------------------------------------------------------*/ .tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000} .tipsy-inner { padding: 1px 10px 0px; background-color: #303030; color: white; max-width: 300px; text-align: center; } .tipsy-inner { border-radius: 4px; } .tipsy-arrow { position: absolute; width: 9px; height: 5px; } .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px} .tipsy .tipsy-arrow:before {content: close-quote;position: absolute;width: 0px;height: 0px} .tipsy-n .tipsy-arrow:before {bottom: -1px;left: -2px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #303030;} .tipsy-nw .tipsy-arrow { top: 0; left: 10px} .tipsy-ne .tipsy-arrow { top: 0; right: 10px} .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px} .tipsy-s .tipsy-arrow:before {bottom: -1px;left: -2px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #303030;} .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px} .tipsy-se .tipsy-arrow { bottom: 0; right: 10px} .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px } .tipsy-e .tipsy-arrow:before {bottom: -6px;right: 0px;border-right: 6px solid rgba(0, 0, 0, 0);border-top: 6px solid #303030} .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px} .tipsy-w .tipsy-arrow:before {bottom: 6px;left: -1px;border-bottom: 6px solid rgba(0, 0, 0, 0);border-right: 6px solid #303030} .tipsy-n div {-webkit-animation: fadeInUp 0.3s;animation: fadeInUp 0.3s;} .tipsy-s div {-webkit-animation: fadeInDown 0.3s;animation: fadeInDown 0.3s;} .tipsy-w div {-webkit-animation: expandOpen 0.3s;animation: expandOpen 0.3s;} .tipsy-e div {-webkit-animation: expandOpen 0.3s;animation: expandOpen 0.3s;} /* More Styles ----------------------------------------------------------------------*/ .mi { margin-right: 4px !important } .mid { margin-right: 8px !important } .mii { margin-left: 4px !important } .miid { margin-left: 8px !important } .mt { margin-top: 20px !important } .mtt { margin-top: 30px !important } .mtf { margin-top: 40px !important } .mtff { margin-top: 50px !important } .mts { margin-top: 70px !important } .mb { margin-bottom: 20px !important } .mbt { margin-bottom: 30px !important } .mbf { margin-bottom: 40px !important } .mbff { margin-bottom: 50px !important } .mbs { margin-bottom: 70px !important } .pt { padding-top: 120px } .fll { float: left; margin: 0 20px 10px 0 !important } .flr { float: right; margin: 0 0 10px 20px !important } .tac { text-align: center !important } .tar { text-align: right !important } .tal { text-align: left !important } .tacIMG, .tacIMG img {margin: 0 auto !important; text-align: center;} .two-radius { border-radius: 2px !important; -webkit-border-radius: 2px !important } .three-radius { border-radius: 3px !important; -webkit-border-radius: 3px !important } .four-radius { border-radius: 4px !important; -webkit-border-radius: 4px !important } .five-radiu { border-radius: 5px !important; -webkit-border-radius: 5px !important } .six-radius { border-radius:6px !important; -webkit-border-radius: 6px !important } .ten-radius { border-radius: 10px !important; -webkit-border-radius: 10px !important } .circle-radius { border-radius: 100% !important; -webkit-border-radius: 100% !important } .relative {position: relative !important} .righter {float: right !important} .lefter {float: left !important} .hidden { display: none } .tt { display: block; padding: 10px 0; border-bottom: 3px solid #DDD; text-align: center; } .without_border a {border:0 !important} .bg_light {background : #fff} /* Display ----------------------------------------------------------------------*/ #mobilepro { font-weight: bold; display: none; cursor: pointer; float: left; margin: 0; font-size: 16px; color: #FFF; text-align: center; padding: 16px 20px; border-right: 1px solid #2B2B2B; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } #mobilepro:hover { background: #E84A4A } .subarrow { display: none }
0.221687
0.108614
html, body, .wrapper { height: 100%; } .main-header { z-index: 2; } #search-nav { max-width: 60% !important; width: 60% !important; } .sidebar .nav>.nav-item a p { color: #ffffff !important; } .sidebar .nav-collapse li a { margin-bottom: 3px!important; padding: 5px 5px!important; } .sidebar.sidebar-style-2 .nav .nav-item { padding: 0 10px !important; } .sidebar .nav>.nav-item a i { font-size: 16px !important; line-height: 20px !important; } .logo-header { padding-left: 10px !important; } .sidebar[data-background-color=dark] .nav>.nav-item a { color: #ffffff !important; } .logo-header { padding-right: 0 !important; } /* Data Table */ .dt-buttons { width: 40%; float: left; } ul li { list-style-type: none !important; } .arrow { border: solid black; border-width: 0 3px 3px 0; display: inline-block; padding: 3px; } .card-header > div { padding-bottom: 15px; } .card-header > div > ul { margin: 0; } .rotate-right { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } .mt-5 { margin-top: 1px !important; } .tab-content { padding-top: 10px; padding-left: 20px; } .card-header { padding-bottom: 0 !important; } .bootstrap-datepicker-widget { text-align: center; padding-top: 10px !important; width: 300px !important; overflow: none; } .bootstrap-datetimepicker-widget { text-align: center; padding-top: 10px !important; width: 300px !important; overflow: none; } .object-tools { margin-left: auto !important; } .object-tools > li { display: inline-block; } .pl-15px { padding-left: 15px; } .messagelist { position: fixed; top: 75px; right: 15px; width: 500px; z-index: 1; } .messagelist > li { padding: 15px 20px; border-radius: 5px 5px; margin-bottom: 10px; color: #fff; font-weight: 600; opacity: 0.9 } .messagelist a { color: #fff; text-decoration: underline; } .message-close:hover { cursor: pointer } .bg-success { background-color: #3bc661 !important; } .daterangepicker { z-index: 0 !important } .datepicker-input { flex: none !important; width: 150px !important; } .datetimepicker-input { flex: none !important; width: 200px !important; } .ajax > .dropdown-menu > .inner > .dropdown-menu.inner { max-height: 400px !important; } .bg-error { background-color:#dc3545!important } .errornote, .errorlist { color: #ff0000; margin: 0 0 0 20px; } .errorlist > li { margin-left: 190px; } .overflow-y-scroll { overflow-y: scroll !important; } .home-card { height: 80vh !important; } #changelist .filters { display: none; } .empty-form { display: none; } #-empty { display: initial !important; } .toplinks { display: flex !important; margin: 0 !important; padding: 0 !important; } .toplinks > li { margin-right: 10px; } #select-all { display: none; } #select-all:hover { cursor: pointer; } .select2-selection, .select2-dropdown { border: 1px solid #ebedf2 !important; } .select2-container--admin-autocomplete .select2-results__option--highlighted[aria-selected] { background: #1572E8 !important; } .select2-container .select2-selection--single, .select2-container .select2-selection--single .select2-selection__arrow { height: 35px !important; } .select2-container--open, .select2-dropdown { z-index: 1 !important; } .select2-dropdown .select2-results__option { position: relative; min-width: 0px; }
theme/static/assets/css/surface.css
html, body, .wrapper { height: 100%; } .main-header { z-index: 2; } #search-nav { max-width: 60% !important; width: 60% !important; } .sidebar .nav>.nav-item a p { color: #ffffff !important; } .sidebar .nav-collapse li a { margin-bottom: 3px!important; padding: 5px 5px!important; } .sidebar.sidebar-style-2 .nav .nav-item { padding: 0 10px !important; } .sidebar .nav>.nav-item a i { font-size: 16px !important; line-height: 20px !important; } .logo-header { padding-left: 10px !important; } .sidebar[data-background-color=dark] .nav>.nav-item a { color: #ffffff !important; } .logo-header { padding-right: 0 !important; } /* Data Table */ .dt-buttons { width: 40%; float: left; } ul li { list-style-type: none !important; } .arrow { border: solid black; border-width: 0 3px 3px 0; display: inline-block; padding: 3px; } .card-header > div { padding-bottom: 15px; } .card-header > div > ul { margin: 0; } .rotate-right { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } .mt-5 { margin-top: 1px !important; } .tab-content { padding-top: 10px; padding-left: 20px; } .card-header { padding-bottom: 0 !important; } .bootstrap-datepicker-widget { text-align: center; padding-top: 10px !important; width: 300px !important; overflow: none; } .bootstrap-datetimepicker-widget { text-align: center; padding-top: 10px !important; width: 300px !important; overflow: none; } .object-tools { margin-left: auto !important; } .object-tools > li { display: inline-block; } .pl-15px { padding-left: 15px; } .messagelist { position: fixed; top: 75px; right: 15px; width: 500px; z-index: 1; } .messagelist > li { padding: 15px 20px; border-radius: 5px 5px; margin-bottom: 10px; color: #fff; font-weight: 600; opacity: 0.9 } .messagelist a { color: #fff; text-decoration: underline; } .message-close:hover { cursor: pointer } .bg-success { background-color: #3bc661 !important; } .daterangepicker { z-index: 0 !important } .datepicker-input { flex: none !important; width: 150px !important; } .datetimepicker-input { flex: none !important; width: 200px !important; } .ajax > .dropdown-menu > .inner > .dropdown-menu.inner { max-height: 400px !important; } .bg-error { background-color:#dc3545!important } .errornote, .errorlist { color: #ff0000; margin: 0 0 0 20px; } .errorlist > li { margin-left: 190px; } .overflow-y-scroll { overflow-y: scroll !important; } .home-card { height: 80vh !important; } #changelist .filters { display: none; } .empty-form { display: none; } #-empty { display: initial !important; } .toplinks { display: flex !important; margin: 0 !important; padding: 0 !important; } .toplinks > li { margin-right: 10px; } #select-all { display: none; } #select-all:hover { cursor: pointer; } .select2-selection, .select2-dropdown { border: 1px solid #ebedf2 !important; } .select2-container--admin-autocomplete .select2-results__option--highlighted[aria-selected] { background: #1572E8 !important; } .select2-container .select2-selection--single, .select2-container .select2-selection--single .select2-selection__arrow { height: 35px !important; } .select2-container--open, .select2-dropdown { z-index: 1 !important; } .select2-dropdown .select2-results__option { position: relative; min-width: 0px; }
0.32306
0.093512
.homepage_wrap { width: 100%; height: 520px; background: url(http://y.photo.qq.com/img?s=hvm43XuUI&l=y.jpg); background-repeat:no-repeat; background-size: 100% 100%; position: relative; } .homepage_wrap .homepage_content { width: 100%; height: 520px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(88, 80, 80, 0.6); } .homepage_wrap .homepage_content .homepage_info { width: 1210px; height: 520px; margin: 0 auto; } .homepage_wrap .homepage_content .homepage_info .homepage_profile_photo { width: 150px; height: 150px; border-radius: 100px; margin-left: 530px; margin-top: 50px; } .homepage_wrap .homepage_content .homepage_info .homepage_leader_name { font-size: 20px; text-align: center; line-height: 40px; color: #ffc125; } .homepage_wrap .homepage_content .homepage_info .homepage_label_words { text-align: center; font-size: 14px; line-height: 30px; } .homepage_wrap .homepage_content .homepage_info .btns { width: 400px; margin-left: 430px; } .homepage_wrap .homepage_content .homepage_info .btns .favorite_btn, .homepage_wrap .homepage_content .homepage_info .btns .chat_sx, .homepage_wrap .homepage_content .homepage_info .btns .tip-off { float: left; cursor: pointer; width: 80px; height: 30px; line-height: 30px; border: 1px solid #fff; border-radius: 25px; padding: 0 10px; text-align: center; color: #fff; margin: 15px; } .homepage_wrap .homepage_content .homepage_info .btns .favorite_btn:hover, .homepage_wrap .homepage_content .homepage_info .btns .chat_sx:hover, .homepage_wrap .homepage_content .homepage_info .btns .tip-off:hover { color: #ffd700; border: 1px solid #fdd102; } .homepage_wrap .homepage_content .homepage_info .simple_introduction { text-align:center; padding: 15px 150px; line-height: 25px; min-height: 30px; max-height: 95px; overflow: hidden; color: #cac0df; } .homepage_wrap .homepage_content .homepage_info .fan_num { width: 70px; text-align: center; height: 60px; line-height: 30px; position: absolute; margin-left: 570px; } .homepage_wrap .homepage_content .homepage_info .fan_num span { display: block; color: #fff; } .homepage_wrap .homepage_content .homepage_info .fan_num span.num { font-size: 20px; } .homepage_wrap .homepage_content .bottom-photo { position: absolute; bottom: 0; width: 100%; height: 137px; background: url('http://y.photo.qq.com/img?s=pn2O6o8Wd&l=y.jpg') no-repeat center; z-index: 1; } .homepage_tablist_wrap { position: relative; width: 100%; min-height: 380px; background: #f3f5f7; padding: 25px 0; } .homepage_tablist_wrap .homepage_tab_content { width: 930px; margin: 0 auto; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left { width: 200px; min-height: 420px; float: left; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li { text-indent: 60px; width: 160px; height: 50px; line-height: 50px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li a { font-size: 20px; color: #787d82; position: relative; display: block; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li a:hover { text-decoration: none; color: #ffd700; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li a:active, .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li a:link { text-decoration: none; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li:first-child a { background: url(../../images/iconfont/dt.png) no-repeat 10px; background-size: 30px 30px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li:nth-child(2) a { background: url(../../images/iconfont/leader_kc.png) no-repeat 10px; background-size: 30px 30px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li.active { background: url(''); background: #fdd102; border-radius: 8px 0 0 8px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li.active a { color: #fff; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li.active a:after { position: absolute; height: 0; border-top: 25px solid #f3f5f7; border-bottom: 25px solid #f3f5f7; display: block; content: ""; bottom: 0; right: 0; width: 0; border-left: 15px solid transparent; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right { float: left; width: 720px; min-height: 580px; background: #fff; padding: 20px 30px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .publish_wrap { position: relative; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .publish_wrap .publish_input_content { width: 100%; height: 90px; border: 1px solid #999; border-radius: 8px; resize: none; outline: none; padding: 5px; margin-bottom: 10px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .publish_wrap .publish_btn { height: 30px; margin-top: 10px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .publish_wrap .publish_btn input[type="submit"] { width: 70px; height: 30px; line-height: 30px; border-radius: 8px; letter-spacing: 5px; text-align: center; background: #fdd102; color: #fff; float: right; margin-top: -25px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .publish_wrap .publish_btn .video_btn, .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .publish_wrap .publish_btn .img_btn { cursor: pointer; width: 27px; height: 27px; position: absolute; margin-left: 40px; background: url('../../images/iconfont/video.png') no-repeat left; background-size: 100%; border-radius: 25px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .publish_wrap .publish_btn .img_btn { width: 25px; height: 25px; position: relative; border-radius: 0; margin-left: 80px; background: url('../../images/iconfont/img_btn.png') no-repeat left; -webkit-background-size: cover; background-size: cover; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .publish_wrap .publish_btn .img_btn .input_file_photo { position: absolute; right: 0; top: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap { z-index: 99; display: none; width: 400px; height: 120px; background: #f3f5f7; border-radius: 8px; position: absolute; margin-left: 40px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .upload_way { width: 100%; height: 38px; line-height: 35px; padding-right: 15px; border-bottom: 1px solid #d4d8db; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .upload_way .local_way, .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .upload_way .url_way { display: inline-block; font-size: 16px; margin: 0 15px; color: #000; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .upload_way .close { width: 25px; height: 25px; float: right; background: url(../../images/iconfont/close_black.png) no-repeat left; background-size: 100%; margin-top: 5px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .upload_way a:hover, .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .upload_way a:active { color: #fdd102; text-decoration: none; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .upload_way .active { color: #ffc125; border-bottom: 2px solid #fdd102; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .local_choose .onload_video_btn { position: relative; color: #fff; height: 30px; line-height: 30px; width: 140px; padding: 0 5px; text-indent: 30px; background: #fdd102 url(../../images/iconfont/local_onload.png) no-repeat 5px; background-size: 25px 25px; margin: 20px 120px; outline: none; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .local_choose .onload_video_btn .input_file_video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .url_content { display: none; padding: 5px 15px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .url_content input[type="url"] { width: 300px; height: 30px; margin: 20px 10px; outline: none; text-indent: 10px; border: 1px solid #fdd102; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .url_content input[type="submit"] { width: 40px; height: 30px; float: right; margin: 20px 0; background: #fdd102; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .store_video { margin-top: 10px; width: 240px; height: auto; position: relative; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .store_video video { width: 240px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .store_video .del { cursor: pointer; z-index: 2; display: none; width: 30px; height: 30px; background: url(../../images/iconfont/delete.png) no-repeat; background-size: 25px 25px; position: absolute; top: 5px; right: 5px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments #photo_onload { display: none; width: 100%; margin: 10px 0; min-height: 100px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments #photo_onload .photo_num { margin-left: 5px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments #photo_onload .photo_num .warn_max { display: none; margin-left: 15px; width: 400px; text-indent: 30px; background: url(../../images/iconfont/error.png) no-repeat left; background-size: 30px 25px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments #photo_onload .photo_num .warn_max i { width: 10px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments #photo_onload .onload_photo_box { width: 80px; height: 80px; float: left; margin: 5px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments #photo_onload .onload_photo_box img { width: 80px; height: 80px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments #photo_onload .onload_photo_box .delete { display: none; cursor: pointer; width: 80px; height: 15px; background: #c1c1ca url(../../images/iconfont/delete.png) no-repeat center; background-size: 15px 15px; opacity: 0.8; margin-top: -15px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .no_moments img { display: block; margin: 0 auto; width: 300px; margin-top: 120px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .no_moments span { display: block; font-size: 16px; color: #787d82; text-align: center; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list { margin-top: 20px; height: auto; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li { position: relative; width: 100%; height: auto; min-height: 200px; background: #FAFAFA; padding: 10px 15px; margin-bottom: 30px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .profile_time_wrap { width: auto; max-width: 450px; height: 50px; line-height: 50px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .profile_time_wrap img { width: 50px; height: 50px; border-radius: 100px; margin-right: 10px; float: left; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .profile_time_wrap .username_time_wrap .username { width: auto; height: 25px; line-height: 25px; color: #fdd102; font-size: 20px; float: left; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .profile_time_wrap .username_time_wrap .time { line-height: 30px; font-size: 14px; color: #999; position: absolute; margin-left: 60px; margin-top: 25px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .collect_jb_wrap { width: 200px; height: 50px; line-height: 50px; font-size: 16px; position: absolute; margin-left: 490px; margin-top: -35px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .collect_jb_wrap .collect_btn { float: left; cursor: pointer; text-align: center; height: 25px; line-height: 25px; text-indent: 25px; margin-right: 15px; padding-right: 10px; border-right: 1px solid #787d82; background: url(../../images/iconfont/collect.png) no-repeat left; background-size: 20px 20px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .collect_jb_wrap .tip-off { text-align: center; cursor: pointer; height: 25px; line-height: 25px; float: left; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .collect_jb_wrap .collect_btn:hover, .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .collect_jb_wrap .tip-off:hover { color: #ffc125; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .collect_jb_wrap .active { background: url(../../images/iconfont/collect_yellow.png) no-repeat left; background-size: 20px 20px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .txt_box { width: 100%; min-height: 25px; max-height: 120px; overflow: hidden; margin-top: 5px; margin-left: 5px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .see_all { cursor: pointer; color: #ffc125; margin-left: 5px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .img_box { width: 100%; max-height: 320px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .img_box img { display: block; width: 200px; height: 200px; float: left; margin: 5px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .video_box { width: 480px; height: 270px; position: relative; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .op_list .op_item { width: 30px; height: 40px; margin-right: 20px; line-height: 40px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .op_list .like_btn { cursor: pointer; float: left; background: url(../../images/iconfont/zan.png) no-repeat left; background-size: 28px 28px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .op_list .like_btn_yellow { background: url(../../images/iconfont/zan_yellow.png) no-repeat left; background-size: 30px 30px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .op_list .share_btn { float: left; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap { display: none; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list h4 img { width: 30px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list .leader_course_model .leader_course_item { float: left; background: #FAFAFA; opacity: 0.8; border-radius: 10px 10px 0 0; width: 290px; margin: 0 20px 30px 20px; padding-bottom: 20px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list .leader_course_model .leader_course_item a img { width: 100%; height: 150px; border-radius: 10px 10px 0 0; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list .leader_course_model .leader_course_item a .course_name { width: 100%; max-height: 65px; line-height: 30px; overflow: hidden; font-size: 18px; color: #ffc125; padding: 5px 15px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list .leader_course_model .leader_course_item a:hover, .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list .leader_course_model .leader_course_item a:active { text-decoration: none; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list .leader_course_model .leader_course_item .course_price_link { line-height: 30px; color: #e5224c; padding: 0 15px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list .leader_course_model .leader_course_item .course_price_link .course_price { font-size: 16px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list .leader_course_model .leader_course_item .course_price_link .course_link { float: right; color: #fff; background: #fdd102; padding: 0 5px; border-radius: 5px; }
hobbyStudy-web/src/main/webapp/styles/css/leader.css
.homepage_wrap { width: 100%; height: 520px; background: url(http://y.photo.qq.com/img?s=hvm43XuUI&l=y.jpg); background-repeat:no-repeat; background-size: 100% 100%; position: relative; } .homepage_wrap .homepage_content { width: 100%; height: 520px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(88, 80, 80, 0.6); } .homepage_wrap .homepage_content .homepage_info { width: 1210px; height: 520px; margin: 0 auto; } .homepage_wrap .homepage_content .homepage_info .homepage_profile_photo { width: 150px; height: 150px; border-radius: 100px; margin-left: 530px; margin-top: 50px; } .homepage_wrap .homepage_content .homepage_info .homepage_leader_name { font-size: 20px; text-align: center; line-height: 40px; color: #ffc125; } .homepage_wrap .homepage_content .homepage_info .homepage_label_words { text-align: center; font-size: 14px; line-height: 30px; } .homepage_wrap .homepage_content .homepage_info .btns { width: 400px; margin-left: 430px; } .homepage_wrap .homepage_content .homepage_info .btns .favorite_btn, .homepage_wrap .homepage_content .homepage_info .btns .chat_sx, .homepage_wrap .homepage_content .homepage_info .btns .tip-off { float: left; cursor: pointer; width: 80px; height: 30px; line-height: 30px; border: 1px solid #fff; border-radius: 25px; padding: 0 10px; text-align: center; color: #fff; margin: 15px; } .homepage_wrap .homepage_content .homepage_info .btns .favorite_btn:hover, .homepage_wrap .homepage_content .homepage_info .btns .chat_sx:hover, .homepage_wrap .homepage_content .homepage_info .btns .tip-off:hover { color: #ffd700; border: 1px solid #fdd102; } .homepage_wrap .homepage_content .homepage_info .simple_introduction { text-align:center; padding: 15px 150px; line-height: 25px; min-height: 30px; max-height: 95px; overflow: hidden; color: #cac0df; } .homepage_wrap .homepage_content .homepage_info .fan_num { width: 70px; text-align: center; height: 60px; line-height: 30px; position: absolute; margin-left: 570px; } .homepage_wrap .homepage_content .homepage_info .fan_num span { display: block; color: #fff; } .homepage_wrap .homepage_content .homepage_info .fan_num span.num { font-size: 20px; } .homepage_wrap .homepage_content .bottom-photo { position: absolute; bottom: 0; width: 100%; height: 137px; background: url('http://y.photo.qq.com/img?s=pn2O6o8Wd&l=y.jpg') no-repeat center; z-index: 1; } .homepage_tablist_wrap { position: relative; width: 100%; min-height: 380px; background: #f3f5f7; padding: 25px 0; } .homepage_tablist_wrap .homepage_tab_content { width: 930px; margin: 0 auto; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left { width: 200px; min-height: 420px; float: left; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li { text-indent: 60px; width: 160px; height: 50px; line-height: 50px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li a { font-size: 20px; color: #787d82; position: relative; display: block; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li a:hover { text-decoration: none; color: #ffd700; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li a:active, .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li a:link { text-decoration: none; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li:first-child a { background: url(../../images/iconfont/dt.png) no-repeat 10px; background-size: 30px 30px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li:nth-child(2) a { background: url(../../images/iconfont/leader_kc.png) no-repeat 10px; background-size: 30px 30px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li.active { background: url(''); background: #fdd102; border-radius: 8px 0 0 8px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li.active a { color: #fff; } .homepage_tablist_wrap .homepage_tab_content .tab_content_left ul li.active a:after { position: absolute; height: 0; border-top: 25px solid #f3f5f7; border-bottom: 25px solid #f3f5f7; display: block; content: ""; bottom: 0; right: 0; width: 0; border-left: 15px solid transparent; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right { float: left; width: 720px; min-height: 580px; background: #fff; padding: 20px 30px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .publish_wrap { position: relative; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .publish_wrap .publish_input_content { width: 100%; height: 90px; border: 1px solid #999; border-radius: 8px; resize: none; outline: none; padding: 5px; margin-bottom: 10px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .publish_wrap .publish_btn { height: 30px; margin-top: 10px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .publish_wrap .publish_btn input[type="submit"] { width: 70px; height: 30px; line-height: 30px; border-radius: 8px; letter-spacing: 5px; text-align: center; background: #fdd102; color: #fff; float: right; margin-top: -25px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .publish_wrap .publish_btn .video_btn, .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .publish_wrap .publish_btn .img_btn { cursor: pointer; width: 27px; height: 27px; position: absolute; margin-left: 40px; background: url('../../images/iconfont/video.png') no-repeat left; background-size: 100%; border-radius: 25px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .publish_wrap .publish_btn .img_btn { width: 25px; height: 25px; position: relative; border-radius: 0; margin-left: 80px; background: url('../../images/iconfont/img_btn.png') no-repeat left; -webkit-background-size: cover; background-size: cover; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .publish_wrap .publish_btn .img_btn .input_file_photo { position: absolute; right: 0; top: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap { z-index: 99; display: none; width: 400px; height: 120px; background: #f3f5f7; border-radius: 8px; position: absolute; margin-left: 40px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .upload_way { width: 100%; height: 38px; line-height: 35px; padding-right: 15px; border-bottom: 1px solid #d4d8db; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .upload_way .local_way, .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .upload_way .url_way { display: inline-block; font-size: 16px; margin: 0 15px; color: #000; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .upload_way .close { width: 25px; height: 25px; float: right; background: url(../../images/iconfont/close_black.png) no-repeat left; background-size: 100%; margin-top: 5px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .upload_way a:hover, .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .upload_way a:active { color: #fdd102; text-decoration: none; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .upload_way .active { color: #ffc125; border-bottom: 2px solid #fdd102; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .local_choose .onload_video_btn { position: relative; color: #fff; height: 30px; line-height: 30px; width: 140px; padding: 0 5px; text-indent: 30px; background: #fdd102 url(../../images/iconfont/local_onload.png) no-repeat 5px; background-size: 25px 25px; margin: 20px 120px; outline: none; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .local_choose .onload_video_btn .input_file_video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .url_content { display: none; padding: 5px 15px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .url_content input[type="url"] { width: 300px; height: 30px; margin: 20px 10px; outline: none; text-indent: 10px; border: 1px solid #fdd102; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .video_file_wrap .url_content input[type="submit"] { width: 40px; height: 30px; float: right; margin: 20px 0; background: #fdd102; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .store_video { margin-top: 10px; width: 240px; height: auto; position: relative; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .store_video video { width: 240px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .store_video .del { cursor: pointer; z-index: 2; display: none; width: 30px; height: 30px; background: url(../../images/iconfont/delete.png) no-repeat; background-size: 25px 25px; position: absolute; top: 5px; right: 5px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments #photo_onload { display: none; width: 100%; margin: 10px 0; min-height: 100px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments #photo_onload .photo_num { margin-left: 5px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments #photo_onload .photo_num .warn_max { display: none; margin-left: 15px; width: 400px; text-indent: 30px; background: url(../../images/iconfont/error.png) no-repeat left; background-size: 30px 25px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments #photo_onload .photo_num .warn_max i { width: 10px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments #photo_onload .onload_photo_box { width: 80px; height: 80px; float: left; margin: 5px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments #photo_onload .onload_photo_box img { width: 80px; height: 80px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments #photo_onload .onload_photo_box .delete { display: none; cursor: pointer; width: 80px; height: 15px; background: #c1c1ca url(../../images/iconfont/delete.png) no-repeat center; background-size: 15px 15px; opacity: 0.8; margin-top: -15px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .no_moments img { display: block; margin: 0 auto; width: 300px; margin-top: 120px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments .no_moments span { display: block; font-size: 16px; color: #787d82; text-align: center; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list { margin-top: 20px; height: auto; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li { position: relative; width: 100%; height: auto; min-height: 200px; background: #FAFAFA; padding: 10px 15px; margin-bottom: 30px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .profile_time_wrap { width: auto; max-width: 450px; height: 50px; line-height: 50px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .profile_time_wrap img { width: 50px; height: 50px; border-radius: 100px; margin-right: 10px; float: left; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .profile_time_wrap .username_time_wrap .username { width: auto; height: 25px; line-height: 25px; color: #fdd102; font-size: 20px; float: left; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .profile_time_wrap .username_time_wrap .time { line-height: 30px; font-size: 14px; color: #999; position: absolute; margin-left: 60px; margin-top: 25px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .collect_jb_wrap { width: 200px; height: 50px; line-height: 50px; font-size: 16px; position: absolute; margin-left: 490px; margin-top: -35px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .collect_jb_wrap .collect_btn { float: left; cursor: pointer; text-align: center; height: 25px; line-height: 25px; text-indent: 25px; margin-right: 15px; padding-right: 10px; border-right: 1px solid #787d82; background: url(../../images/iconfont/collect.png) no-repeat left; background-size: 20px 20px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .collect_jb_wrap .tip-off { text-align: center; cursor: pointer; height: 25px; line-height: 25px; float: left; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .collect_jb_wrap .collect_btn:hover, .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .collect_jb_wrap .tip-off:hover { color: #ffc125; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .collect_jb_wrap .active { background: url(../../images/iconfont/collect_yellow.png) no-repeat left; background-size: 20px 20px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .txt_box { width: 100%; min-height: 25px; max-height: 120px; overflow: hidden; margin-top: 5px; margin-left: 5px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .see_all { cursor: pointer; color: #ffc125; margin-left: 5px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .img_box { width: 100%; max-height: 320px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .img_box img { display: block; width: 200px; height: 200px; float: left; margin: 5px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .video_box { width: 480px; height: 270px; position: relative; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .op_list .op_item { width: 30px; height: 40px; margin-right: 20px; line-height: 40px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .op_list .like_btn { cursor: pointer; float: left; background: url(../../images/iconfont/zan.png) no-repeat left; background-size: 28px 28px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .op_list .like_btn_yellow { background: url(../../images/iconfont/zan_yellow.png) no-repeat left; background-size: 30px 30px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .user_homepage_moments ul.moments_list li .op_list .share_btn { float: left; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap { display: none; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list h4 img { width: 30px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list .leader_course_model .leader_course_item { float: left; background: #FAFAFA; opacity: 0.8; border-radius: 10px 10px 0 0; width: 290px; margin: 0 20px 30px 20px; padding-bottom: 20px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list .leader_course_model .leader_course_item a img { width: 100%; height: 150px; border-radius: 10px 10px 0 0; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list .leader_course_model .leader_course_item a .course_name { width: 100%; max-height: 65px; line-height: 30px; overflow: hidden; font-size: 18px; color: #ffc125; padding: 5px 15px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list .leader_course_model .leader_course_item a:hover, .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list .leader_course_model .leader_course_item a:active { text-decoration: none; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list .leader_course_model .leader_course_item .course_price_link { line-height: 30px; color: #e5224c; padding: 0 15px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list .leader_course_model .leader_course_item .course_price_link .course_price { font-size: 16px; } .homepage_tablist_wrap .homepage_tab_content .tab_content_right .course_wrap .leader_course_list .leader_course_model .leader_course_item .course_price_link .course_link { float: right; color: #fff; background: #fdd102; padding: 0 5px; border-radius: 5px; }
0.423816
0.042802
@import url("https://fonts.googleapis.com/css?family=Indie+Flower&display=swap"); body { font-family: "Indie Flower", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; color: #50250c; overflow-x: hidden; min-width: 360px; } .dark { background-color: #444242; color: #e5e5e5; } .darknav li { background-color: #444242; -webkit-box-shadow: none; box-shadow: none; } .dark #seemore:hover { background-color: #444242; } .dark h1 { text-shadow: none; font-weight: 800; } .dark #sticker { border: 10px solid #444242; } .darknav { background-color: #444242; color: #e5e5e5; } .darknav svg { -webkit-filter: brightness(49); filter: brightness(49); } .darknav span .count { color: #50250c; border: 2px solid white; } .darknav li:hover { background-color: #444242; } .darknav svg:hover { -webkit-filter: brightness(5); filter: brightness(5); background-color: #444242; -webkit-box-shadow: 3px 3px 3px #444242; box-shadow: 3px 3px 3px #444242; } .dark footer { color: #50250c; } header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; height: 5vw; min-height: 60px; } nav { display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 1.5rem; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } header * { padding: 0.1em 0.5em; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } nav span ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } nav li:hover { background-color: #f8f0de; border-radius: 45%; -webkit-box-shadow: 3px 3px 3px #f8f0de; box-shadow: 3px 3px 3px #f8f0de; } nav span { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-left: auto; } header h1 { color: #50250c; text-shadow: 3px 3px 3px #f4ca5c, 3px 3px 5px #f4ca5c, 3px 3px 15px #f4ca5c, 3px 3px 18px #f4ca5c; text-decoration: none; font-size: 1.7rem; margin-left: 1em; margin-top: auto; margin-bottom: auto; cursor: pointer; text-transform: uppercase; } .photo-section { display: -webkit-box; display: -ms-flexbox; display: flex; background-size: cover; background-position: center; height: 60vh; } .welcome { background-image: url("../../assets/brand"); } .welcome p { display: -webkit-box; display: -ms-flexbox; display: flex; text-shadow: 3px 3px 3px #50250c, 3px 3px 5px #50250c, 3px 3px 10px #50250c, 3px 3px 16px #50250c, 3px 3px 28px #50250c; font-size: 7vmin; justify-items: center; margin: auto; color: white; } .collection { overflow: hidden; height: 120px; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; } .btn-collec { -webkit-transform: rotate(-5deg); -ms-transform: rotate(-5deg); transform: rotate(-5deg); -webkit-box-shadow: none; box-shadow: none; height: 3rem; width: 15vw; min-width: 100px; max-width: 170px; margin-top: 2em; margin-left: 2em; border-radius: 0.8em; background-color: #f4ca5c; font-size: 1.4rem; } .collection .btn-more { font-size: 1.5rem; border: none; background: none; margin: 2.5em 2em auto auto; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; cursor: pointer; } .collection .btn-more:hover { background-color: #f8f0de; border-radius: 20%; -webkit-box-shadow: 3px 3px 3px #f8f0de; box-shadow: 3px 3px 3px #f8f0de; } .btn-more svg { margin-left: 1em; } .collec-scroll { height: auto; overflow-x: auto; overflow-y: hidden; white-space: nowrap; -ms-overflow-style: none; scrollbar-width: none; margin-bottom: 2em; } .collec-scroll::-webkit-scrollbar { display: none; } .collec-cart { display: inline-block; width: 35vw; height: 45vw; margin: 1em; text-align: center; font-size: 2rem; text-transform: uppercase; } .collec-cart p { margin-top: 1.5em; font-size: 1.3rem; -webkit-text-decoration: underline 3px #dfd0bf; text-decoration: underline 3px #dfd0bf; } .collec-cart p:hover { -webkit-text-decoration: underline 3px #f4ca5c; text-decoration: underline 3px #f4ca5c; } .cart-image { width: 80%; height: 80%; margin: 0.7em auto; } .cart-image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: 0.7em; border: 10px solid rgba(192, 189, 189, 0.493); } .cart-image img:hover { border: 10px solid rgba(219, 217, 217, 0.698); } span .cart { position: relative; } span .count { font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; font-weight: 600; padding-left: 0.5em; text-align: center; margin: auto; position: absolute; top: 0.3rem; right: 0.5rem; height: 30px; width: 30px; background-color: #f4ca5c; border: 1px solid black; z-index: 100; border-radius: 50%; } #products { position: relative; background: #c0bbba; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */ background: -webkit-gradient( linear, left top, right top, from(#5a5959), to(#c0bbba) ); background: -o-linear-gradient(left, #5a5959, #c0bbba); background: linear-gradient( to right, #5a5959, #c0bbba ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ height: auto; } .product-list { margin-top: 4em; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } #sticker { position: absolute; height: 20vw; width: 20vw; min-width: 145px; max-width: 228px; min-height: 145px; max-height: 228px; color: white; background-color: #c0bbba; border: 10px solid white; border-radius: 50%; top: -9vw; right: 4vw; z-index: 100; text-align: center; font-size: 1.8em; padding-top: 5.5vw; } .product-cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 2em auto; background-color: #e5e5e5; border-radius: 0.5em; width: 45%; height: 45vw; text-align: center; -ms-flex-pack: distribute; justify-content: space-around; font-size: 1.5rem; } .product-cart p { margin: auto 0.3em; overflow: hidden; } .cart-product { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 90%; height: 80%; overflow: hidden; } .cart-product img { height: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; } .cart-product img:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -o-object-fit: cover; object-fit: cover; -webkit-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; } .colors { height: 20px; width: 20px; border-radius: 50%; } .brown { background-color: #a15927; } .black { background-color: #111110; } .lightpink { background-color: #dab3aa; } .green { background-color: #193135; } .orange { background-color: #d08706; } .darkred { background-color: #571119; } .brown, .black, .lightpink, .green, .orange, .darkred { border: 3px solid rgb(255, 255, 255); } .brown:hover, .black:hover, .lightpink:hover, .green:hover, .orange:hover, .darkred:hover { border: 3px solid #444242; } .btn-cart { border-radius: 0.2em; border: 2px solid #50250c; background-color: #e5e5e5; color: #50250c; -webkit-transition-duration: 0.7s; -o-transition-duration: 0.7s; transition-duration: 0.7s; cursor: pointer; } .btn-buy { min-height: 40px; min-width: 60px; font-size: 1rem; font-weight: 500; margin: auto 1em; } .btn-cart:hover { background-color: #f4ca5c; color: #070707; -webkit-transition-duration: 0.7s; -o-transition-duration: 0.7s; transition-duration: 0.7s; } .btn-browse { font-size: 1.8rem; margin: 1em auto 2.5em auto; padding: 0.3em 0.5em; } .philo { background-image: url("../../assets/office"); background-blend-mode: saturation; color: black; } .philo p { font-size: 2.5rem; font-weight: 700; } .philo div { width: 500px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; background-color: rgba(255, 255, 255, 0.65); padding: 1em 1em; margin: auto; border-radius: 0.5em; } .btn-read { font-size: 1.8rem; margin: 0.5em auto; padding: 0.1em 0.5em; } .news { width: 70%; height: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 2em; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; margin: auto; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .wrapping { -ms-flex-wrap: wrap; flex-wrap: wrap; height: 200px; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin: 5em auto; } .email { color: black; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 2em; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; margin: auto; } .news input { height: 80px; border: 2px solid black; padding: 1em; } .news svg { height: 80px; width: 120px; padding: 0.3em; } .news svg:hover { fill: orange; cursor: pointer; } footer { display: -webkit-box; display: -ms-flexbox; display: flex; margin: auto; padding: 0.8em 2em; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-size: cover; background-position: center; background-color: #f4ca5c; text-align: center; height: auto; } footer span { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-left: auto; } nav svg:hover { cursor: pointer; background-color: #f8f0de; -webkit-box-shadow: 3px 3px 3px #f8f0de; box-shadow: 3px 3px 3px #f8f0de; border-radius: 50%; } .drawer { position: absolute; top: -250px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; background-color: rgba(255, 255, 255, 0.534); font-size: 1.5em; width: 100%; margin-top: 60px; height: 150px; } .drawer ul { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; margin: auto; height: 100%; } #hamburger { position: absolute; right: 5px; display: none; } .menu { top: 0px; } @media screen and (max-width: 770px) { span ul, .cart { display: none; visibility: hidden; } .philo p { font-size: 1.5rem; font-weight: 700; } .collec-cart { font-size: 1rem; width: 70vw; height: 80vw; margin: 2em; } .product-cart { width: 85%; height: 95vw; font-size: 1rem; } .news { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; margin: 0.5em auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .news input { width: 80%; } .btn-browse { font-size: 1.5rem; margin: 1em auto 2.5em auto; padding: 0.3em 0.5em; } .btn-read { font-size: 1.5rem; } .welcome { height: 45vh; } header h1 { font-size: 1.3rem; -ms-flex-negative: 0; flex-shrink: 0; } nav svg { width: 45px; height: 45px; } #hamburger { display: block; } input::-webkit-input-placeholder { font-size: 0.5em; } input::-moz-placeholder { font-size: 0.5em; } input:-ms-input-placeholder { font-size: 0.5em; } input::-ms-input-placeholder { font-size: 0.5em; } input::placeholder { font-size: 0.5em; } .news input { height: 50px; } } /** YELLOW #F4CA5C LIGHT BROWN #A78163 BROWN #50250C LIGHT BEIGE #F8F0DE BEIGE #DFD0BF */
src/css/main.css
@import url("https://fonts.googleapis.com/css?family=Indie+Flower&display=swap"); body { font-family: "Indie Flower", cursive, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; color: #50250c; overflow-x: hidden; min-width: 360px; } .dark { background-color: #444242; color: #e5e5e5; } .darknav li { background-color: #444242; -webkit-box-shadow: none; box-shadow: none; } .dark #seemore:hover { background-color: #444242; } .dark h1 { text-shadow: none; font-weight: 800; } .dark #sticker { border: 10px solid #444242; } .darknav { background-color: #444242; color: #e5e5e5; } .darknav svg { -webkit-filter: brightness(49); filter: brightness(49); } .darknav span .count { color: #50250c; border: 2px solid white; } .darknav li:hover { background-color: #444242; } .darknav svg:hover { -webkit-filter: brightness(5); filter: brightness(5); background-color: #444242; -webkit-box-shadow: 3px 3px 3px #444242; box-shadow: 3px 3px 3px #444242; } .dark footer { color: #50250c; } header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; height: 5vw; min-height: 60px; } nav { display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 1.5rem; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; } header * { padding: 0.1em 0.5em; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } nav span ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } nav li:hover { background-color: #f8f0de; border-radius: 45%; -webkit-box-shadow: 3px 3px 3px #f8f0de; box-shadow: 3px 3px 3px #f8f0de; } nav span { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-left: auto; } header h1 { color: #50250c; text-shadow: 3px 3px 3px #f4ca5c, 3px 3px 5px #f4ca5c, 3px 3px 15px #f4ca5c, 3px 3px 18px #f4ca5c; text-decoration: none; font-size: 1.7rem; margin-left: 1em; margin-top: auto; margin-bottom: auto; cursor: pointer; text-transform: uppercase; } .photo-section { display: -webkit-box; display: -ms-flexbox; display: flex; background-size: cover; background-position: center; height: 60vh; } .welcome { background-image: url("../../assets/brand"); } .welcome p { display: -webkit-box; display: -ms-flexbox; display: flex; text-shadow: 3px 3px 3px #50250c, 3px 3px 5px #50250c, 3px 3px 10px #50250c, 3px 3px 16px #50250c, 3px 3px 28px #50250c; font-size: 7vmin; justify-items: center; margin: auto; color: white; } .collection { overflow: hidden; height: 120px; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; } .btn-collec { -webkit-transform: rotate(-5deg); -ms-transform: rotate(-5deg); transform: rotate(-5deg); -webkit-box-shadow: none; box-shadow: none; height: 3rem; width: 15vw; min-width: 100px; max-width: 170px; margin-top: 2em; margin-left: 2em; border-radius: 0.8em; background-color: #f4ca5c; font-size: 1.4rem; } .collection .btn-more { font-size: 1.5rem; border: none; background: none; margin: 2.5em 2em auto auto; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; cursor: pointer; } .collection .btn-more:hover { background-color: #f8f0de; border-radius: 20%; -webkit-box-shadow: 3px 3px 3px #f8f0de; box-shadow: 3px 3px 3px #f8f0de; } .btn-more svg { margin-left: 1em; } .collec-scroll { height: auto; overflow-x: auto; overflow-y: hidden; white-space: nowrap; -ms-overflow-style: none; scrollbar-width: none; margin-bottom: 2em; } .collec-scroll::-webkit-scrollbar { display: none; } .collec-cart { display: inline-block; width: 35vw; height: 45vw; margin: 1em; text-align: center; font-size: 2rem; text-transform: uppercase; } .collec-cart p { margin-top: 1.5em; font-size: 1.3rem; -webkit-text-decoration: underline 3px #dfd0bf; text-decoration: underline 3px #dfd0bf; } .collec-cart p:hover { -webkit-text-decoration: underline 3px #f4ca5c; text-decoration: underline 3px #f4ca5c; } .cart-image { width: 80%; height: 80%; margin: 0.7em auto; } .cart-image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; border-radius: 0.7em; border: 10px solid rgba(192, 189, 189, 0.493); } .cart-image img:hover { border: 10px solid rgba(219, 217, 217, 0.698); } span .cart { position: relative; } span .count { font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; font-weight: 600; padding-left: 0.5em; text-align: center; margin: auto; position: absolute; top: 0.3rem; right: 0.5rem; height: 30px; width: 30px; background-color: #f4ca5c; border: 1px solid black; z-index: 100; border-radius: 50%; } #products { position: relative; background: #c0bbba; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */ background: -webkit-gradient( linear, left top, right top, from(#5a5959), to(#c0bbba) ); background: -o-linear-gradient(left, #5a5959, #c0bbba); background: linear-gradient( to right, #5a5959, #c0bbba ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ height: auto; } .product-list { margin-top: 4em; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } #sticker { position: absolute; height: 20vw; width: 20vw; min-width: 145px; max-width: 228px; min-height: 145px; max-height: 228px; color: white; background-color: #c0bbba; border: 10px solid white; border-radius: 50%; top: -9vw; right: 4vw; z-index: 100; text-align: center; font-size: 1.8em; padding-top: 5.5vw; } .product-cart { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 2em auto; background-color: #e5e5e5; border-radius: 0.5em; width: 45%; height: 45vw; text-align: center; -ms-flex-pack: distribute; justify-content: space-around; font-size: 1.5rem; } .product-cart p { margin: auto 0.3em; overflow: hidden; } .cart-product { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 90%; height: 80%; overflow: hidden; } .cart-product img { height: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; } .cart-product img:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -o-object-fit: cover; object-fit: cover; -webkit-transition-duration: 1s; -o-transition-duration: 1s; transition-duration: 1s; } .colors { height: 20px; width: 20px; border-radius: 50%; } .brown { background-color: #a15927; } .black { background-color: #111110; } .lightpink { background-color: #dab3aa; } .green { background-color: #193135; } .orange { background-color: #d08706; } .darkred { background-color: #571119; } .brown, .black, .lightpink, .green, .orange, .darkred { border: 3px solid rgb(255, 255, 255); } .brown:hover, .black:hover, .lightpink:hover, .green:hover, .orange:hover, .darkred:hover { border: 3px solid #444242; } .btn-cart { border-radius: 0.2em; border: 2px solid #50250c; background-color: #e5e5e5; color: #50250c; -webkit-transition-duration: 0.7s; -o-transition-duration: 0.7s; transition-duration: 0.7s; cursor: pointer; } .btn-buy { min-height: 40px; min-width: 60px; font-size: 1rem; font-weight: 500; margin: auto 1em; } .btn-cart:hover { background-color: #f4ca5c; color: #070707; -webkit-transition-duration: 0.7s; -o-transition-duration: 0.7s; transition-duration: 0.7s; } .btn-browse { font-size: 1.8rem; margin: 1em auto 2.5em auto; padding: 0.3em 0.5em; } .philo { background-image: url("../../assets/office"); background-blend-mode: saturation; color: black; } .philo p { font-size: 2.5rem; font-weight: 700; } .philo div { width: 500px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; background-color: rgba(255, 255, 255, 0.65); padding: 1em 1em; margin: auto; border-radius: 0.5em; } .btn-read { font-size: 1.8rem; margin: 0.5em auto; padding: 0.1em 0.5em; } .news { width: 70%; height: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 2em; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; margin: auto; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .wrapping { -ms-flex-wrap: wrap; flex-wrap: wrap; height: 200px; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin: 5em auto; } .email { color: black; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 2em; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; margin: auto; } .news input { height: 80px; border: 2px solid black; padding: 1em; } .news svg { height: 80px; width: 120px; padding: 0.3em; } .news svg:hover { fill: orange; cursor: pointer; } footer { display: -webkit-box; display: -ms-flexbox; display: flex; margin: auto; padding: 0.8em 2em; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-size: cover; background-position: center; background-color: #f4ca5c; text-align: center; height: auto; } footer span { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-left: auto; } nav svg:hover { cursor: pointer; background-color: #f8f0de; -webkit-box-shadow: 3px 3px 3px #f8f0de; box-shadow: 3px 3px 3px #f8f0de; border-radius: 50%; } .drawer { position: absolute; top: -250px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; background-color: rgba(255, 255, 255, 0.534); font-size: 1.5em; width: 100%; margin-top: 60px; height: 150px; } .drawer ul { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; margin: auto; height: 100%; } #hamburger { position: absolute; right: 5px; display: none; } .menu { top: 0px; } @media screen and (max-width: 770px) { span ul, .cart { display: none; visibility: hidden; } .philo p { font-size: 1.5rem; font-weight: 700; } .collec-cart { font-size: 1rem; width: 70vw; height: 80vw; margin: 2em; } .product-cart { width: 85%; height: 95vw; font-size: 1rem; } .news { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; margin: 0.5em auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .news input { width: 80%; } .btn-browse { font-size: 1.5rem; margin: 1em auto 2.5em auto; padding: 0.3em 0.5em; } .btn-read { font-size: 1.5rem; } .welcome { height: 45vh; } header h1 { font-size: 1.3rem; -ms-flex-negative: 0; flex-shrink: 0; } nav svg { width: 45px; height: 45px; } #hamburger { display: block; } input::-webkit-input-placeholder { font-size: 0.5em; } input::-moz-placeholder { font-size: 0.5em; } input:-ms-input-placeholder { font-size: 0.5em; } input::-ms-input-placeholder { font-size: 0.5em; } input::placeholder { font-size: 0.5em; } .news input { height: 50px; } } /** YELLOW #F4CA5C LIGHT BROWN #A78163 BROWN #50250C LIGHT BEIGE #F8F0DE BEIGE #DFD0BF */
0.337968
0.062875
div#thediff { padding-right: 10px; max-width: 100%; } .diff-header { top: 0px; position: sticky; background: white; } .diff .line-no, .diff .code { font-family: Inconsolata, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 13px; } td.code { width: 101ch; /* per-side max line length */ } .file-selector { padding-bottom: 5px; border-bottom: 1px solid #ccc; margin-bottom: 15px; } ul.file-list { padding: 0; } .file-list li { list-style-type: none; } .file-mode-toggle { position: absolute; right: 0; cursor: pointer; width: 20px; height: 10px; overflow: hidden; } .arrow-holder { font-size: 20px; line-height: 20px; transform: rotate(90deg); } .file-list .diff { display: inline-block; width: 16px; height: 16px; margin-right: 5px; background: url(/static/img/sprites.png) no-repeat left center; vertical-align: top; } .diff.add { background-position: 0 0; } .diff.change { background-position: 0 -16px; } .diff.delete { background-position: 0 -32px; } .diff.move { background-position: 0 -48px; } .side-a { border: 1px solid red; } .side-b { border: 1px solid green; } .image-diff-controls { text-align: center; background-color: #f7f7f7; padding: 5px; } .image-diff-controls > input { margin-left: 20px; } .image-diff-controls a { text-decoration: none; } .image-diff-controls a, .image-diff-controls a:visited { color: #666; } .image-diff-controls b { color: black; } .image-diff-controls .mode { padding-left: 5px; padding-right: 5px; border-right: 1px solid #ccc; } .image-diff-controls .mode:last-child { border-right: none; } .overlapping-images { position: relative; margin: 5px; } .overlapping-images div { position: absolute; } .overlapping-images-metadata .image-props:first-child { margin-right: 5px; float: left; } .overlapping-images-metadata .image-props:last-child { margin-left: 5px; float: right; } .overlapping-images-metadata { overflow: hidden; } .image-diff { display: table; margin: 0px auto; } .swipe input { width: 100%; } .onion-skin .range-holder { margin: 0 auto; /* center the slider */ display: table; } .onion-skin input { width: 200px; } .swipe input, .onion-skin input { background-color: transparent; /* So it displays in Firefox */ margin: 0; } /* Remove dotted outline in Firefox*/ input::-moz-focus-outer{ border: 0; } .shrink-to-fit { max-width: 100%; } table .side-a, table .side-b { background: url(/static/img/trans_bg.gif); } .no-changes { background-color: rgb(252, 248, 227); border: 1px solid rgb(245, 231, 158); border-radius: 4px; color: rgb(138, 109, 59); text-align: center; padding: 5px 5px; margin-bottom: 10px; } .image-diff .no-changes { margin-top: 10px; } .image-holder { position: relative; /* offset parent for .perceptual-diff */ } .perceptual-diff { position: absolute; } .perceptual-diff.bbox { border: 2px solid hotpink; box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75); } .perceptual-diff.pixels { opacity: 0.5; } .diff-box-disabled { color: gray; } .pdiff-options { margin-left: 10px; } .magick { font-style: italic; }
webdiff/static/css/style.css
div#thediff { padding-right: 10px; max-width: 100%; } .diff-header { top: 0px; position: sticky; background: white; } .diff .line-no, .diff .code { font-family: Inconsolata, Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 13px; } td.code { width: 101ch; /* per-side max line length */ } .file-selector { padding-bottom: 5px; border-bottom: 1px solid #ccc; margin-bottom: 15px; } ul.file-list { padding: 0; } .file-list li { list-style-type: none; } .file-mode-toggle { position: absolute; right: 0; cursor: pointer; width: 20px; height: 10px; overflow: hidden; } .arrow-holder { font-size: 20px; line-height: 20px; transform: rotate(90deg); } .file-list .diff { display: inline-block; width: 16px; height: 16px; margin-right: 5px; background: url(/static/img/sprites.png) no-repeat left center; vertical-align: top; } .diff.add { background-position: 0 0; } .diff.change { background-position: 0 -16px; } .diff.delete { background-position: 0 -32px; } .diff.move { background-position: 0 -48px; } .side-a { border: 1px solid red; } .side-b { border: 1px solid green; } .image-diff-controls { text-align: center; background-color: #f7f7f7; padding: 5px; } .image-diff-controls > input { margin-left: 20px; } .image-diff-controls a { text-decoration: none; } .image-diff-controls a, .image-diff-controls a:visited { color: #666; } .image-diff-controls b { color: black; } .image-diff-controls .mode { padding-left: 5px; padding-right: 5px; border-right: 1px solid #ccc; } .image-diff-controls .mode:last-child { border-right: none; } .overlapping-images { position: relative; margin: 5px; } .overlapping-images div { position: absolute; } .overlapping-images-metadata .image-props:first-child { margin-right: 5px; float: left; } .overlapping-images-metadata .image-props:last-child { margin-left: 5px; float: right; } .overlapping-images-metadata { overflow: hidden; } .image-diff { display: table; margin: 0px auto; } .swipe input { width: 100%; } .onion-skin .range-holder { margin: 0 auto; /* center the slider */ display: table; } .onion-skin input { width: 200px; } .swipe input, .onion-skin input { background-color: transparent; /* So it displays in Firefox */ margin: 0; } /* Remove dotted outline in Firefox*/ input::-moz-focus-outer{ border: 0; } .shrink-to-fit { max-width: 100%; } table .side-a, table .side-b { background: url(/static/img/trans_bg.gif); } .no-changes { background-color: rgb(252, 248, 227); border: 1px solid rgb(245, 231, 158); border-radius: 4px; color: rgb(138, 109, 59); text-align: center; padding: 5px 5px; margin-bottom: 10px; } .image-diff .no-changes { margin-top: 10px; } .image-holder { position: relative; /* offset parent for .perceptual-diff */ } .perceptual-diff { position: absolute; } .perceptual-diff.bbox { border: 2px solid hotpink; box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75); } .perceptual-diff.pixels { opacity: 0.5; } .diff-box-disabled { color: gray; } .pdiff-options { margin-left: 10px; } .magick { font-style: italic; }
0.446736
0.236461
display: none; position: fixed; width: 100%; z-index: 1000; } .slicknav_menu { position: fixed; width: 100%; top: 0; } .slicknav_menu li{ padding-top: 1px; } .slicknav_nav .row { height: 100px; /* 段数によって変える */ margin-right: 0px; margin-left: 0px; } .slicknav_nav .col-block { height: 50px; } .center-block{ width: 100%; text-align: center; } .slicknav_nav .table { margin-bottom: 0px; background: #FFF; } .slicknav_nav .table-bordered>tbody>tr>td { border-style: none; color: #313c52; } /*.slicknav_nav .table-bordered>tbody>tr>td{ border: 3px double #ccc; }*/ .navi-menu-name { font-size: 0.4em; } /* メッセージ表示範囲 */ #message_stream{ background: #6f92c0; /* 入力欄の背景色と同一にする必要がある */ margin: 0 auto; width: 100%; overflow: scroll; /* スクロール表示 */ } .arrow_answer, .arrow_question { /* position: relative; これを設定したらdescriptionの上にメッセージが表示されてしまう*/ word-wrap: break-word; background: #fff; border: 1px solid #c8c8c8; border-radius: 10px; width:83%; padding:3%; } .arrow_question { float: right; margin-right: 1%; } .arrow_answer { background: #85e249; margin-left: 1%; } .answer_image img, .question_image img{ border-radius: 50px; border-width: 1.5px; border-style: solid; width: 100%; } .question_image{ float: left; width:15%; } .answer_image{ float: right; width:15%; } .sex_man img{ border-color: #225fe7; } .sex_woman img{ border-color: #f19ec2; } .sex_none img{ border-color: #fff; } .question_box{ width: 100%; overflow: hidden; margin-bottom: 8%; } p.question_name, p.answer_name{ font-size: 11px; color: #fff; margin:0; } p.answer_name{text-align: right;} .send_time{ text-align: center; font-size: 11px; color: #fff; } .information_box{ text-align: center; color: #fff; height: 50px; width: 100%; overflow: hidden; margin-bottom: 8%; } .information_message{ text-align: center; color: #fff; background-color:rgba(119,136,153,0.5); line-height: 50px; } /* FIXME otherの画像が左に寄りすぎている */ /* ユーザ投稿画像 */ .image_box{ width:83%; padding:0 3% 3% 3%; } .answer_post_image{ margin-left: auto; padding-left: 8%; } .question_post_image{ float: right; } .image_box img.post_image_size{ object-fit: cover; width: 200px; height: 200px; } /* モーダルを画面いっぱいにスクロール有で表示する */ .on-scroll{ height: 80vh; width: 100%; overflow: scroll; } .modal-title .glyphicon{ padding-right: 1em; } /* アルバム */ .image_content img{ object-fit: cover; width: 200px; height: 200px; margin: 0 auto; } #message_input_area{ background: #6f92c0;  /* メッセージ欄の背景色と同一にする必要がある */ position: relative; bottom: auto; } /* ユーザ一覧系 */ #users-info{ height: 200px; overflow: scroll; } span.admin{ color: #fff; background-color: #ff7f50; } span.popular{ color: #fff; background-color: #5ae628; } span.audience{ color: #fff; background-color: #a9a9a9; } div.admin-label{ background-color: #ff7f50; } div.popular-label{ background-color: #5ae628; } div.audience-label{ background-color: #a9a9a9; } /* モーダルの共通点 */ .modal .modal-header { color: #fff; background: #313c52; } .modal .label-success { background-color: #313c52; }
chat-html/assets/css/room/room.css
display: none; position: fixed; width: 100%; z-index: 1000; } .slicknav_menu { position: fixed; width: 100%; top: 0; } .slicknav_menu li{ padding-top: 1px; } .slicknav_nav .row { height: 100px; /* 段数によって変える */ margin-right: 0px; margin-left: 0px; } .slicknav_nav .col-block { height: 50px; } .center-block{ width: 100%; text-align: center; } .slicknav_nav .table { margin-bottom: 0px; background: #FFF; } .slicknav_nav .table-bordered>tbody>tr>td { border-style: none; color: #313c52; } /*.slicknav_nav .table-bordered>tbody>tr>td{ border: 3px double #ccc; }*/ .navi-menu-name { font-size: 0.4em; } /* メッセージ表示範囲 */ #message_stream{ background: #6f92c0; /* 入力欄の背景色と同一にする必要がある */ margin: 0 auto; width: 100%; overflow: scroll; /* スクロール表示 */ } .arrow_answer, .arrow_question { /* position: relative; これを設定したらdescriptionの上にメッセージが表示されてしまう*/ word-wrap: break-word; background: #fff; border: 1px solid #c8c8c8; border-radius: 10px; width:83%; padding:3%; } .arrow_question { float: right; margin-right: 1%; } .arrow_answer { background: #85e249; margin-left: 1%; } .answer_image img, .question_image img{ border-radius: 50px; border-width: 1.5px; border-style: solid; width: 100%; } .question_image{ float: left; width:15%; } .answer_image{ float: right; width:15%; } .sex_man img{ border-color: #225fe7; } .sex_woman img{ border-color: #f19ec2; } .sex_none img{ border-color: #fff; } .question_box{ width: 100%; overflow: hidden; margin-bottom: 8%; } p.question_name, p.answer_name{ font-size: 11px; color: #fff; margin:0; } p.answer_name{text-align: right;} .send_time{ text-align: center; font-size: 11px; color: #fff; } .information_box{ text-align: center; color: #fff; height: 50px; width: 100%; overflow: hidden; margin-bottom: 8%; } .information_message{ text-align: center; color: #fff; background-color:rgba(119,136,153,0.5); line-height: 50px; } /* FIXME otherの画像が左に寄りすぎている */ /* ユーザ投稿画像 */ .image_box{ width:83%; padding:0 3% 3% 3%; } .answer_post_image{ margin-left: auto; padding-left: 8%; } .question_post_image{ float: right; } .image_box img.post_image_size{ object-fit: cover; width: 200px; height: 200px; } /* モーダルを画面いっぱいにスクロール有で表示する */ .on-scroll{ height: 80vh; width: 100%; overflow: scroll; } .modal-title .glyphicon{ padding-right: 1em; } /* アルバム */ .image_content img{ object-fit: cover; width: 200px; height: 200px; margin: 0 auto; } #message_input_area{ background: #6f92c0;  /* メッセージ欄の背景色と同一にする必要がある */ position: relative; bottom: auto; } /* ユーザ一覧系 */ #users-info{ height: 200px; overflow: scroll; } span.admin{ color: #fff; background-color: #ff7f50; } span.popular{ color: #fff; background-color: #5ae628; } span.audience{ color: #fff; background-color: #a9a9a9; } div.admin-label{ background-color: #ff7f50; } div.popular-label{ background-color: #5ae628; } div.audience-label{ background-color: #a9a9a9; } /* モーダルの共通点 */ .modal .modal-header { color: #fff; background: #313c52; } .modal .label-success { background-color: #313c52; }
0.248808
0.079782
@media only screen and (max-width: 2499px) { .hide-xlg { display: none !important; } } @media only screen and (max-width: 1599px) { .hide-lg { display: none !important; } } @media only screen and (max-width: 991px) { .hide-md { display: none !important; } } @media only screen and (max-width: 767px) { .hide-sm { display: none !important; } } @media only screen and (max-width: 479px) { .hide-xs { display: none !important; } } @media only screen and (max-width: 2499px) { .show-xlg { display: inherit !important; } } @media only screen and (max-width: 1599px) { .show-lg { display: inherit !important; } } @media only screen and (max-width: 991px) { .show-md { display: inherit !important; } } @media only screen and (max-width: 767px) { .show-sm { display: inherit !important; } } @media only screen and (max-width: 479px) { .show-xs { display: inherit !important; } } .backleft { margin-left: -35px; } .backright { margin-left: 20px; } .browser { margin-top: 30px; color: #fff; margin-left: 60px; font-size: 200%; margin-bottom: 20px; } .search-bar { margin-top: px; padding: 4rem 2rem 2rem; display: flex; align-items: right; flex-direction: column; margin-left: 8rem; margin-right: -1rem; } .search-bar input { margin-top: -35px; width: 20%; padding: 1rem; border: 1px solid #0a162c; background: #0a162c; font-size: 1.5rem; color: #fff; font-weight: 400; margin-left: 60px; border-radius: 50px } @media only screen and (max-width: 479px) { .search-bar { padding: 2rem 2rem 2rem; } .search-bar input { width: 80%; } } .sorter { margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; margin-left: -55rem; margin-right: -1rem; } @media only screen and (max-width: 479px) { .sorter { bottom: 0; overflow: scroll; width: 100%; z-index: 10; align-items: flex-start; justify-content: flex-start; position: fixed; } } .sorter li { list-style: none; } .sorter li a { padding: 1rem 2rem; font-size: 100%; text-decoration: none; color: #666666; display: block; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .sorter li a.active, .sorter li a:hover { color: #e2e2e2; border-bottom: 1.5px solid #12ffb9; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } @media only screen and (max-width: 479px) { .sorter li a { border-bottom: none; border-top: 2px solid #262626; font-size: 1.3rem; } .sorter li a.active, .sorter li a:hover { border-top: 2px solid #bc2e2e; border-bottom: none; } } @media only screen and (max-width: 991px) { .sorter li a { font-size: 1.3rem; } }
src/components/search-bar/index.css
@media only screen and (max-width: 2499px) { .hide-xlg { display: none !important; } } @media only screen and (max-width: 1599px) { .hide-lg { display: none !important; } } @media only screen and (max-width: 991px) { .hide-md { display: none !important; } } @media only screen and (max-width: 767px) { .hide-sm { display: none !important; } } @media only screen and (max-width: 479px) { .hide-xs { display: none !important; } } @media only screen and (max-width: 2499px) { .show-xlg { display: inherit !important; } } @media only screen and (max-width: 1599px) { .show-lg { display: inherit !important; } } @media only screen and (max-width: 991px) { .show-md { display: inherit !important; } } @media only screen and (max-width: 767px) { .show-sm { display: inherit !important; } } @media only screen and (max-width: 479px) { .show-xs { display: inherit !important; } } .backleft { margin-left: -35px; } .backright { margin-left: 20px; } .browser { margin-top: 30px; color: #fff; margin-left: 60px; font-size: 200%; margin-bottom: 20px; } .search-bar { margin-top: px; padding: 4rem 2rem 2rem; display: flex; align-items: right; flex-direction: column; margin-left: 8rem; margin-right: -1rem; } .search-bar input { margin-top: -35px; width: 20%; padding: 1rem; border: 1px solid #0a162c; background: #0a162c; font-size: 1.5rem; color: #fff; font-weight: 400; margin-left: 60px; border-radius: 50px } @media only screen and (max-width: 479px) { .search-bar { padding: 2rem 2rem 2rem; } .search-bar input { width: 80%; } } .sorter { margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; margin-left: -55rem; margin-right: -1rem; } @media only screen and (max-width: 479px) { .sorter { bottom: 0; overflow: scroll; width: 100%; z-index: 10; align-items: flex-start; justify-content: flex-start; position: fixed; } } .sorter li { list-style: none; } .sorter li a { padding: 1rem 2rem; font-size: 100%; text-decoration: none; color: #666666; display: block; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .sorter li a.active, .sorter li a:hover { color: #e2e2e2; border-bottom: 1.5px solid #12ffb9; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } @media only screen and (max-width: 479px) { .sorter li a { border-bottom: none; border-top: 2px solid #262626; font-size: 1.3rem; } .sorter li a.active, .sorter li a:hover { border-top: 2px solid #bc2e2e; border-bottom: none; } } @media only screen and (max-width: 991px) { .sorter li a { font-size: 1.3rem; } }
0.245899
0.076788
.socialblue--sky .layout--with-complementary.sidebar-left > .region--complementary { z-index: 10; } .socialblue--sky .region--secondary-navigation { width: 100%; padding: 0; } .socialblue--sky.path-user .region--hero, .socialblue--sky.path-group .region--hero { max-width: 100%; padding: 0; } .socialblue--sky.path-user .region--complementary-top, .socialblue--sky.path-group .region--complementary-top { margin-top: 0; } .socialblue--sky.path-user .layout--with-complementary, .socialblue--sky.path-group .layout--with-complementary { z-index: 2; } .socialblue--sky.path-user .sidebar-left .region--complementary, .socialblue--sky.path-group .sidebar-left .region--complementary { position: relative; top: 1px; } .socialblue--sky.path-user .region--secondary-navigation, .socialblue--sky.path-group .region--secondary-navigation { position: relative; z-index: 3; } @media (min-width: 900px) { .socialblue--sky .layout--with-complementary.sidebar-left > .region--complementary { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .socialblue--sky.path-user .layout--with-complementary .region--secondary-navigation, .socialblue--sky.path-group .layout--with-complementary .region--secondary-navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin: -44px 0 0; padding-left: 2rem; padding-right: 1rem; } .socialblue--sky.path-user .sidebar-left .region--complementary, .socialblue--sky.path-group .sidebar-left .region--complementary { top: -60px; } } @media (min-width: 1200px) { .socialblue--sky .layout--with-complementary.sidebar-left > .region--complementary { padding-right: 1rem; padding-left: 0; } .socialblue--sky .layout--with-complementary.sidebar-left > .region--content { padding-left: 1rem; padding-right: 0; } .socialblue--sky.path-user .layout--with-complementary .region--secondary-navigation, .socialblue--sky.path-group .layout--with-complementary .region--secondary-navigation { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 1.5rem; padding-right: 0; } } @media (max-width: 899px) { .socialblue--sky.path-user .region--secondary-navigation, .socialblue--sky.path-group .region--secondary-navigation { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .socialblue--sky.path-user .region--complementary, .socialblue--sky.path-group .region--complementary { padding-left: 0; padding-right: 0; -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; } .socialblue--sky.path-user .region--content, .socialblue--sky.path-group .region--content { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } }
profiles/contrib/social/themes/socialblue/assets/css/layout--sky.css
.socialblue--sky .layout--with-complementary.sidebar-left > .region--complementary { z-index: 10; } .socialblue--sky .region--secondary-navigation { width: 100%; padding: 0; } .socialblue--sky.path-user .region--hero, .socialblue--sky.path-group .region--hero { max-width: 100%; padding: 0; } .socialblue--sky.path-user .region--complementary-top, .socialblue--sky.path-group .region--complementary-top { margin-top: 0; } .socialblue--sky.path-user .layout--with-complementary, .socialblue--sky.path-group .layout--with-complementary { z-index: 2; } .socialblue--sky.path-user .sidebar-left .region--complementary, .socialblue--sky.path-group .sidebar-left .region--complementary { position: relative; top: 1px; } .socialblue--sky.path-user .region--secondary-navigation, .socialblue--sky.path-group .region--secondary-navigation { position: relative; z-index: 3; } @media (min-width: 900px) { .socialblue--sky .layout--with-complementary.sidebar-left > .region--complementary { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .socialblue--sky.path-user .layout--with-complementary .region--secondary-navigation, .socialblue--sky.path-group .layout--with-complementary .region--secondary-navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin: -44px 0 0; padding-left: 2rem; padding-right: 1rem; } .socialblue--sky.path-user .sidebar-left .region--complementary, .socialblue--sky.path-group .sidebar-left .region--complementary { top: -60px; } } @media (min-width: 1200px) { .socialblue--sky .layout--with-complementary.sidebar-left > .region--complementary { padding-right: 1rem; padding-left: 0; } .socialblue--sky .layout--with-complementary.sidebar-left > .region--content { padding-left: 1rem; padding-right: 0; } .socialblue--sky.path-user .layout--with-complementary .region--secondary-navigation, .socialblue--sky.path-group .layout--with-complementary .region--secondary-navigation { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 1.5rem; padding-right: 0; } } @media (max-width: 899px) { .socialblue--sky.path-user .region--secondary-navigation, .socialblue--sky.path-group .region--secondary-navigation { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .socialblue--sky.path-user .region--complementary, .socialblue--sky.path-group .region--complementary { padding-left: 0; padding-right: 0; -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; } .socialblue--sky.path-user .region--content, .socialblue--sky.path-group .region--content { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } }
0.555435
0.071267
*{ padding: 0; margin: 0; text-decoration: none; list-style: none; } body { font-family: 'PT Sans Caption',"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-size: 3vh; } nav ul{ margin-right: 20px; } nav ul li{ /* display: inline-block; */ line-height: 40px; /* margin: 0 5px; */ } nav ul li a{ text-decoration: none; color: white; padding: 7px 13px; border-radius: 3px; font-size: 17px; } a.active, a:hover{ background: #1b9bff; transition: .5s; } nav.label{ font-size: 30px; float: right; margin-right: 30px; line-height: 80px; cursor: pointer; display: none; } #check{ display: none; } /* @media (max-width: 953px){ nav ul li a{ font-size: 16px; } } @media (max-width: 850px){ .chechbtn{ display: block; } ul{ position: fixed; width: 100%; height: 100vh; background: #2c3e50; top: 80px; left: -100%; text-align: center; transition: all .5s; } nav ul li{ display: block; margin: 50px 0; line-height: 30px; } nav ul li a{ font-size: 20px; } a:hover,a.active{ background: none; color: #0082e6; } #check:checked ~ ul{ left: 0; } } */ /* // header */ #header { display: flex; justify-content: space-between; align-items: center; } img{ width: 100px; height: 100px; } #menu-icon { font-family: Geneva, sans-serif; font-size: 6vh; } /* // hero */ .hero { display: flex; flex-direction: column; justify-content: space-between; height: 100vh; padding: 1em; box-sizing: border-box; color: white; background: url(hils.jpg) center center no-repeat; background-size: cover; } .hero-title { max-width: 16em; margin: 0; font-size: 12vh; font-weight: bold; line-height: .9; } @media only screen and (min-width: 32em) { .hero-title { font-size: 16vh; } } .hero-footer { display: flex; margin-bottom: 1em; } .button { padding: .5em .67em; color: white; text-decoration: none; border: .1em solid white; } .button-primary { color: black; background-color: white; } /* // article */ article { max-width: 36em; margin: 0 auto; padding: 1em; }
style.css
*{ padding: 0; margin: 0; text-decoration: none; list-style: none; } body { font-family: 'PT Sans Caption',"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-size: 3vh; } nav ul{ margin-right: 20px; } nav ul li{ /* display: inline-block; */ line-height: 40px; /* margin: 0 5px; */ } nav ul li a{ text-decoration: none; color: white; padding: 7px 13px; border-radius: 3px; font-size: 17px; } a.active, a:hover{ background: #1b9bff; transition: .5s; } nav.label{ font-size: 30px; float: right; margin-right: 30px; line-height: 80px; cursor: pointer; display: none; } #check{ display: none; } /* @media (max-width: 953px){ nav ul li a{ font-size: 16px; } } @media (max-width: 850px){ .chechbtn{ display: block; } ul{ position: fixed; width: 100%; height: 100vh; background: #2c3e50; top: 80px; left: -100%; text-align: center; transition: all .5s; } nav ul li{ display: block; margin: 50px 0; line-height: 30px; } nav ul li a{ font-size: 20px; } a:hover,a.active{ background: none; color: #0082e6; } #check:checked ~ ul{ left: 0; } } */ /* // header */ #header { display: flex; justify-content: space-between; align-items: center; } img{ width: 100px; height: 100px; } #menu-icon { font-family: Geneva, sans-serif; font-size: 6vh; } /* // hero */ .hero { display: flex; flex-direction: column; justify-content: space-between; height: 100vh; padding: 1em; box-sizing: border-box; color: white; background: url(hils.jpg) center center no-repeat; background-size: cover; } .hero-title { max-width: 16em; margin: 0; font-size: 12vh; font-weight: bold; line-height: .9; } @media only screen and (min-width: 32em) { .hero-title { font-size: 16vh; } } .hero-footer { display: flex; margin-bottom: 1em; } .button { padding: .5em .67em; color: white; text-decoration: none; border: .1em solid white; } .button-primary { color: black; background-color: white; } /* // article */ article { max-width: 36em; margin: 0 auto; padding: 1em; }
0.307878
0.041696
.topnav { background-color: rgb(248, 248, 248); width: 100%; height: 40px; } /* 左边浮动 */ .topnav-left { float: left; } /* 左边定位图标 */ .topnav-left img { float: left; margin-top: 10px; height: 16px; } /* 左边文字 */ .topnav-left span { float: left; line-height: 40px; color: rgb(102, 102, 102); margin-right: 5px; } /* 左边文字 */ .topnav-left a { float: left; line-height: 40px; color: #999999; margin: 0 3px; } /* 选中元素 */ .topnav-left a:nth-child(3) { margin-top: 13px; margin-right: 5px; line-height: 1em; height: 1em; color: rgb(102, 102, 102); border: 1px solid rgb(229, 229, 229); } .topnav-left-rifht{ float: left; } .topnav-left-rifht a{ float: left; border:none; } .topnav-left-rifht a:nth-child(3){ border: none; color: rgb(153,153,153); } /* 左浮动 */ .topnav-left-size { float: left; } /* 右浮动 */ .topnav-right { float: right; line-height: 40px; } /* 右边文字 */ .topnav-right a { float: left; color: #999999; margin: 0 15px; } /* 整体a的hover效果 */ .topnav a:hover { color: rgb(254, 140, 0); } /* 选中元素 */ .topnav-left-size a:nth-child(1) { color: rgb(254, 140, 0); margin-left: 30px; } /* 第二部分 搜索导航 */ .searchnav { height: 200px; background-color: white; } /* 搜索栏左边 */ .searchnav-left { float: left; } /* 搜索栏左边图片 */ .searchnav-left img { float: left; width: 126px; height: 46px; margin-top: 35px; } /* 搜索框 */ .searchnav-search { float: left; width: 550px; height: 40px; border: 1px solid rgb(229, 229, 229); margin-top: 40px; margin-left: 195px; } /* 输入框左浮动 */ .searchnav-input { float: left; } /* 输入框 */ .searchnav-input input { float: left; width: 470px; height: 40px; border: none; box-sizing: border-box; padding: 15px; font-size: 15px; color: black; } /* 输入框文字 */ .searchnav-input ::placeholder { color: rgb(153, 153, 153); } /* 按钮 */ .searchnav-search button { float: right; background-color: rgb(255, 195, 0); border: none; width: 80px; height: 40px; } /* 热门搜索词 */ .searchnav-hotkeys { float: left; margin-left: 335px; font-size: 13px; margin-top: 10px; } /* 热门搜索词 */ .searchnav-hotkeys a { margin-right: 10px; color: rgb(153, 153, 153); } /* 热门搜索词hover效果 */ .searchnav-hotkeys a:hover { color: rgb(254, 140, 0); } /* 美团功能 */ .searchnav-bottom { float: left; margin-left: 280px; margin-top: 60px; font-size: 18px; } /* 美团功能文字 */ .searchnav-bottom a { float: left; font-weight: 700; margin-right: 32px; } /* 美团功能hover效果 */ .searchnav-bottom a:nth-child(1):hover { color: rgb(251, 199, 82); } .searchnav-bottom a:nth-child(2):hover { color: rgb(237, 30, 36); } .searchnav-bottom a:nth-child(3):hover { color: rgb(237, 30, 36); } .searchnav-bottom a:nth-child(4):hover { color: rgb(251, 199, 82); } .searchnav-bottom a:nth-child(5):hover { color: rgb(254, 140, 0); } .searchnav-bottom a:nth-child(6):hover { color: rgb(237, 30, 36); } /* 全部分类 */ .searchnav-size { float: left; } .searchnav-size span { float: left; font-weight: 700; font-size: 18px; position: absolute; left: 181px; top: 211px; } /* 大盒子 */ .big-box { height: 4200px; background-color: rgb(248, 248, 248); } /* 美团服务 */ .serve { height: 485px; } /* 左侧下拉列表 */ .serve-select { float: left; width: 231px; /* height: 590px; */ height: 475px; border: 1px solid #ccc; background-color: white; margin-top: -49px; } .serve-select dd:hover { background-color: rgb(255, 247, 235); font-weight: 700; color: black; } .serve-select img { margin-left: -209px; margin-top: 58px; } .serve-select dl { float: left; margin-left: 45px; font-size: 13px; margin-top: 52px; } .serve-select dd { line-height: 26px; } .serve-select i { float: right; margin-left: 76px; } /* 中间背景图 */ .serve-advertising img { margin-top: 10px; margin-left: 10px; } /* 右边 */ .serve-right { float: right; width: 220px; height: 100px; } /* 右上 */ .serve-right-top { float: left; width: 220px; height: 240px; border: 1px solid #ccc; margin-top: -421px; text-align: center; background-color: white; } /* 右下 */ .serve-rigth-bottom { height: 165px; width: 220px; border: 1px solid #ccc; float: left; margin-top: -170px; text-align: center; background-color: white; } .serve-right-top img { border-radius: 50%; border: 4px solid #ccc; width: 52px; height: 52px; margin-top: 35px; } .serve-right-top p { font-size: 15px; margin: 15px 0px; } .serve-right-top a { border-radius: 17px; width: 113px; height: 20px; margin-left: 51px; line-height: 20px; display: block; border: 1px solid #ccc; padding: 5px; padding: 5px; margin-bottom: 5px; } .serve-right-top a:hover{ background-color: #f6f6f6; transition: 0.5s; } .serve-rigth-bottom img { width: 28px; height: 28px; margin-top: 20px; width: 90px; height: 90px; } .serve-rigth-bottom p { font-size: 16px; margin-bottom: 3px; } .serve-rigth-bottom a { margin-top: 5px; color: #ec5300; margin-bottom: 1px; } .serve-rigth-bottom a:nth-child(4) { color: black; } /* 第三部分美食推荐 */ .food { height: 678px; } .food-title { background-color: #c0ab83; height: 45px; border-top-right-radius: 5px; border-top-left-radius: 5px; } .food-title a { float: left; color: white; font-size: 14px; margin-left: 15px; line-height: 45px; } .food-title a:nth-child(1) { font-size: 16px; margin-right: 5px; } .food-box { border: 1px solid #ccc; background-color: white; } .food-cake { float: left; width: 390px; height: 315px; margin-left: 5px; text-align: center; } .food-cake img { width: 368px; height: 208px; margin-top: 15px; } .food-cake h5 { font-size: 16px; font-weight: normal; margin-bottom: 10px; text-align: left; margin-left: 8px; margin-top: 12px; } .food-cake p { color: #ccc; margin-bottom: 10px; font-size: 12px; text-align: left; margin-left: 8px; } .food-cake span { margin-right: 3px; color: rgb(221, 180, 77); font-size: 16px; text-align: left; } .food-cake s { color: #ccc; text-align: left; margin-right: 252px; } .yuandian { position: relative; } .yuandian li { position: absolute; left: 0; top: 0px; float: left; width: 10px; height: 10px; border: 3px solid #ccc; background-color: rgb(237, 30, 36); border-radius: 5px; } /* 电影导航 */ .movie { height: 380px; margin-top: 45px; width: 100%; } /* 标题栏 */ .movie-title { background-color: #fb3e62; height: 45px; color: white; line-height: 45px; border-top-right-radius: 5px; border-top-left-radius: 5px; } .movie-title span { float: left; font-size: 18px; margin-left: 20px; margin-right: 10px; } .movie-title a { float: left; font-size: 14px; color: white; margin-left: 10px; } .movie-title a:nth-child(4) { float: right; font-size: 14px; } .movie-title i { font-size: 14px; margin-left: 1px; margin-right: 10px; } /* 图片栏 */ .movie-box { height: 333px; width: 1188px; border: 1px solid #ccc; background-color: white; } .movie-size { width: 214px; height: 340px; float: left; margin-top: 20px; margin-left: 20px; background-image: url("../image/two-tiger.png"); background-size: 210px; background-repeat: no-repeat; } .movie-size span { display: inline-block; color: white; margin-top: 245px; margin-bottom: 5px; } .movie-size span:nth-child(1) { margin-left: 10px; font-weight: 600; } .movie-size span:nth-child(2) { color: rgb(254, 140, 0); font-size: 13px; } .movie-size b { color: white; margin-top: 5px; font-size: 14px; font-weight: normal; margin-left: 10px; } .movie-size p { background-color: rgb(255, 73, 73); margin-left: 150px; width: 50px; height: 25px; margin-top: -20px; text-align: center; line-height: 25px; color: white; border-radius: 25px; } .movie-size1 { width: 214px; height: 340px; float: left; margin-top: 20px; margin-left: 20px; background-image: url("../image/forzen.png"); background-size: 210px; background-repeat: no-repeat; } .movie-size1 span { display: inline-block; color: white; margin-top: 245px; margin-bottom: 5px; position: relative; right: 71px; } .movie-size1 span:nth-child(1) { margin-left: 10px; font-weight: 600; } .movie-size1 span:nth-child(3) { color: rgb(254, 140, 0); font-size: 13px; } .movie-size1 b { color: white; margin-top: 5px; font-size: 14px; font-weight: normal; margin-left: 10px; } .movie-size1 p { background-color: rgb(255, 73, 73); margin-left: 150px; width: 50px; height: 25px; margin-top: -20px; text-align: center; line-height: 25px; color: white; border-radius: 25px; } .movie-size2 { width: 214px; height: 340px; float: left; margin-top: 20px; margin-left: 20px; background-image: url("../image/knives-out.png"); background-size: 210px; background-repeat: no-repeat; } .movie-size2 span { display: inline-block; color: white; margin-top: 245px; margin-bottom: 5px; } .movie-size2 span:nth-child(1) { margin-left: 10px; font-weight: 600; } .movie-size2 span:nth-child(2) { color: rgb(254, 140, 0); font-size: 13px; } .movie-size2 b { color: white; margin-top: 5px; font-size: 14px; font-weight: normal; margin-left: 10px; } .movie-size2 p { background-color: rgb(255, 73, 73); margin-left: 150px; width: 50px; height: 25px; margin-top: -20px; text-align: center; line-height: 25px; color: white; border-radius: 25px; } .movie-size3 { width: 214px; height: 340px; float: left; margin-top: 20px; margin-left: 20px; background-image: url("../image/brave-game.png"); background-size: 210px; background-repeat: no-repeat; } .movie-size3 span { display: inline-block; color: white; margin-top: 245px; margin-bottom: 5px; position: relative; right: 71px; } .movie-size3 span:nth-child(1) { margin-left: 10px; font-weight: 600; margin-left: -70px; } .movie-size3 span:nth-child(3) { color: rgb(254, 140, 0); font-size: 13px; } .movie-size3 b { color: white; margin-top: 5px; font-size: 14px; font-weight: normal; margin-left: 10px; } .movie-size3 p { background-color: rgb(255, 73, 73); margin-left: 150px; width: 50px; height: 25px; margin-top: -20px; text-align: center; line-height: 25px; color: white; border-radius: 25px; } .movie-size4 { width: 214px; height: 340px; float: left; margin-top: 20px; margin-left: 20px; background-image: url("../image/life\ with\ you.png"); background-size: 210px; background-repeat: no-repeat; } .movie-size4 span { display: inline-block; color: white; margin-top: 245px; margin-bottom: 5px; } .movie-size4 span:nth-child(1) { margin-left: 10px; font-weight: 600; } .movie-size4 span:nth-child(2) { color: rgb(254, 140, 0); font-size: 13px; } .movie-size4 b { color: white; margin-top: 5px; font-size: 14px; font-weight: normal; margin-left: 10px; } .movie-size4 p { background-color: rgb(255, 73, 73); margin-left: 150px; width: 50px; height: 25px; margin-top: -20px; text-align: center; line-height: 25px; color: white; border-radius: 25px; } .movie-size1 img { margin-bottom: 200px; } .movie-size3 img { margin-bottom: 200px; } /* 推荐民宿 */ .homestay { height: 733px; margin-top: 45px; } .homestay-box { height: 670px; width: 1188px; border: 1px solid #ccc; background-color: white; } .homestay-title { height: 45px; background-color: #f2c047; border-top-right-radius: 5px; border-top-left-radius: 5px; } .homestay-title a { float: left; color: white; font-size: 14px; line-height: 45px; margin-left: 15px; } .homestay-title a:nth-child(1) { font-size: 16px; color: white; margin-left: 20px; margin-right: 10px; } .homestay-title a:nth-child(12) { float: right; color: white; font-size: 14px; line-height: 45px; margin-right: 10px; } .homestay-title i { margin-left: 5px; } .homestay-img { float: left; width: 370px; height: 300px; margin-left: 20px; margin-top: 20px; } .homestay-img img { width: 370px; } .homestay-img img:nth-child(2) { position: relative; right: 80px; top: -30px; width: 52px; /* right: -78px; */ left: 296px; height: 52px; border: 3px solid #fff; border-radius: 26px; } .homestay-img h3 { font-weight: normal; font-size: 16px; margin-top: -48px; margin-bottom: 15px; } .homestay-img p { font-size: 12px; color: #ccc; margin-bottom: 10px; } .homestay-img span { font-size: 22px; color: rgb(255, 102, 0); } /* 猜你喜欢 */ .like{ height: 888px; } /* 标题 */ .like-title{ height: 45px; background-color: rgb(77,182,213); line-height: 45px; margin-top: 25px; border-top-right-radius: 5px; border-top-left-radius: 5px; } .like-title span{ float: left; font-size: 18px; color: white; margin-right: 25px; margin-left: 20px; } .like-title p{ color: white; font-size: 16px; } /* 内容 */ .like-box{ height: 765px; width: 1188px; background-color: white; border: 1px solid #ccc; } .like-content img{ width:214px; height: 120px; } .like-content img:nth-child(3){ width: 90px; height: 15px; /* margin-left: 20px; */ } .like-content{ height: 230px; width: 213px; margin-left: 20px; float: left; margin-top: 20px; } .like-content h5{ font-weight: normal; font-size: 16px; margin-left: 20px; margin: 10px 0; } .like-content p{ color: #ccc; font-size: 12px; margin: 5px 0px; /* margin-left: 20px; */ } .like-content span{ color: rgb(255,102,0); font-size: 22px; margin-top: 10px; } .like-content span:nth-child(7){ font-size: 12px; margin-left: 5px; } .like-content span:nth-child(5){ font-size: 12px; /* margin-left: 20px; */ } /* 城市导航 */ .citynav{ height: 270px; } .citynav-box{ height: 270px; background-color: white; border: 1px solid rgb(231,231,231); } /* 标题 */ .citynav-title{ float: left; width: 100%; height: 45px; line-height: 45px; } .citynav-title span{ font-size: 16px; float: left; margin-left: 25px; } /* 左边 */ .citynav-left{ width: 100px; height: 220px; float: left; } .citynav-left dl{ margin-left: 25px; float: left; } .citynav-left dd{ float: left; font-size: 14px; margin-top: 60px; } .citynav-left dd:nth-child(1){ margin-top: 10px; } /* 右边 */ .citynav-right{ height: 220px; width: 1080px; } .citynav-right dl dd{ width: 95px; float: left; line-height: 30px; } .citynav-right dl dd:hover{ color: rgb(254,140,0); } .citynav-right dl:nth-child(2){ position: relative; top: 15px; } .citynav-right dl:nth-child(3){ position: relative; top: 32px; } .citynav-right dl::after{ content: ''; display: block; width: 1100px; height: 1px; position: relative; top: 111px; left: 89px; background-color: #ccc; } .citynav-right dl:nth-child(2):after{ content: ''; display: block; width: 1100px; height: 1px; position: relative; top: 171px; left: 89px; background-color: #ccc; } .citynav-right dl:nth-child(3):after{ content: ''; display: block; width: 1100px; height: 0px; position: relative; top: 230px; left: 89px; background-color: #ccc; } /* 美团服务 */ .meituan-server{ height: 575px; } .meituan-server-content{ border-top: 1px solid #ccc; margin-top: 40px; padding:40px 45px ; box-sizing: border-box; border-bottom: 1px solid #ccc; } .meituan-server-content dt{ color: #333; font-size: 14px; font-weight: 500; margin-bottom: 5px; } .meituan-server-content dd a{ color:#666; line-height: 25px; } .meituan-server-content dd a:hover{ color: rgb(254,140,0); } .meituan-server-content dl:nth-child(2){ margin-top: 230px; margin-left: -61px; } .meituan-server-content dl:nth-child(3){ margin-left: 140px; } .meituan-server-content dl:nth-child(4){ margin-left: 100px; } .meituan-server-content dl:nth-child(5){ margin-top: 230px; margin-left: -133px; } .meituan-server-content dl:nth-child(6){ margin-left: 100px; } .meituan-server-content dl:nth-child(7){ margin-top: 75px; margin-left: -70px; } .meituan-server-content dl:nth-child(8){ margin-top: 255px; margin-left: -130px; } .meituan-server-content dl:nth-child(8){ margin-left: -130px; } .meituan-server-content dl:nth-child(9){ margin-left: 108px; } .meituan-server-content dl:nth-child(10){ margin-left: 894px; margin-top: -315px; } .meituan-server-content dl:nth-child(11){ margin-left: 894px; margin-top: -192px; } .meituan-server-content dl:nth-child(12){ margin-left: 894px; margin-top: -95px; } .meituan-server-content dl:nth-child(13){ margin-left: 894px; margin-top: -35px; } .meituan-server-content dl:nth-last-child(2) a:hover{ color: rgb(255, 102, 0); } .meituan-server-content dl:nth-last-child(1) a:hover{ color: rgb(255, 102, 0); } .meituan-server-content dl{ float: left; } .meituan-about{ height: 75px; } .meituan-about-left { float: left; } .meituan-about-left span{ float: left; display: block; font-size: 12px; color: rgb(153,153,153); margin-right: 20px; margin-top: 5px; } .meituan-about a{ display: inline-block; margin-top: 5px; font-size: 12px; color: rgb(153,153,153); margin-right: 20px; } .meituan-about a:hover{ color: rgb(254,140,0); } .meituan-about-right { float: right; width: 577px; height: 68px; margin-top: 10px; } .meituan-about-right a{ font-size: 12px; color: rgb(153,153,153); } .meituan-about-right .zhizhao{ margin-top: -48px; position: relative; bottom: 14px; left: 18px; } .meituan-about-right img:nth-child(2){ float: left; width: 38px; position: relative; left: 15px; } .meituan-about-right .tupian2 { margin-left: -21px; } .meituan-about-right a:first-child { display: block; text-align: right; }
css/index.css
.topnav { background-color: rgb(248, 248, 248); width: 100%; height: 40px; } /* 左边浮动 */ .topnav-left { float: left; } /* 左边定位图标 */ .topnav-left img { float: left; margin-top: 10px; height: 16px; } /* 左边文字 */ .topnav-left span { float: left; line-height: 40px; color: rgb(102, 102, 102); margin-right: 5px; } /* 左边文字 */ .topnav-left a { float: left; line-height: 40px; color: #999999; margin: 0 3px; } /* 选中元素 */ .topnav-left a:nth-child(3) { margin-top: 13px; margin-right: 5px; line-height: 1em; height: 1em; color: rgb(102, 102, 102); border: 1px solid rgb(229, 229, 229); } .topnav-left-rifht{ float: left; } .topnav-left-rifht a{ float: left; border:none; } .topnav-left-rifht a:nth-child(3){ border: none; color: rgb(153,153,153); } /* 左浮动 */ .topnav-left-size { float: left; } /* 右浮动 */ .topnav-right { float: right; line-height: 40px; } /* 右边文字 */ .topnav-right a { float: left; color: #999999; margin: 0 15px; } /* 整体a的hover效果 */ .topnav a:hover { color: rgb(254, 140, 0); } /* 选中元素 */ .topnav-left-size a:nth-child(1) { color: rgb(254, 140, 0); margin-left: 30px; } /* 第二部分 搜索导航 */ .searchnav { height: 200px; background-color: white; } /* 搜索栏左边 */ .searchnav-left { float: left; } /* 搜索栏左边图片 */ .searchnav-left img { float: left; width: 126px; height: 46px; margin-top: 35px; } /* 搜索框 */ .searchnav-search { float: left; width: 550px; height: 40px; border: 1px solid rgb(229, 229, 229); margin-top: 40px; margin-left: 195px; } /* 输入框左浮动 */ .searchnav-input { float: left; } /* 输入框 */ .searchnav-input input { float: left; width: 470px; height: 40px; border: none; box-sizing: border-box; padding: 15px; font-size: 15px; color: black; } /* 输入框文字 */ .searchnav-input ::placeholder { color: rgb(153, 153, 153); } /* 按钮 */ .searchnav-search button { float: right; background-color: rgb(255, 195, 0); border: none; width: 80px; height: 40px; } /* 热门搜索词 */ .searchnav-hotkeys { float: left; margin-left: 335px; font-size: 13px; margin-top: 10px; } /* 热门搜索词 */ .searchnav-hotkeys a { margin-right: 10px; color: rgb(153, 153, 153); } /* 热门搜索词hover效果 */ .searchnav-hotkeys a:hover { color: rgb(254, 140, 0); } /* 美团功能 */ .searchnav-bottom { float: left; margin-left: 280px; margin-top: 60px; font-size: 18px; } /* 美团功能文字 */ .searchnav-bottom a { float: left; font-weight: 700; margin-right: 32px; } /* 美团功能hover效果 */ .searchnav-bottom a:nth-child(1):hover { color: rgb(251, 199, 82); } .searchnav-bottom a:nth-child(2):hover { color: rgb(237, 30, 36); } .searchnav-bottom a:nth-child(3):hover { color: rgb(237, 30, 36); } .searchnav-bottom a:nth-child(4):hover { color: rgb(251, 199, 82); } .searchnav-bottom a:nth-child(5):hover { color: rgb(254, 140, 0); } .searchnav-bottom a:nth-child(6):hover { color: rgb(237, 30, 36); } /* 全部分类 */ .searchnav-size { float: left; } .searchnav-size span { float: left; font-weight: 700; font-size: 18px; position: absolute; left: 181px; top: 211px; } /* 大盒子 */ .big-box { height: 4200px; background-color: rgb(248, 248, 248); } /* 美团服务 */ .serve { height: 485px; } /* 左侧下拉列表 */ .serve-select { float: left; width: 231px; /* height: 590px; */ height: 475px; border: 1px solid #ccc; background-color: white; margin-top: -49px; } .serve-select dd:hover { background-color: rgb(255, 247, 235); font-weight: 700; color: black; } .serve-select img { margin-left: -209px; margin-top: 58px; } .serve-select dl { float: left; margin-left: 45px; font-size: 13px; margin-top: 52px; } .serve-select dd { line-height: 26px; } .serve-select i { float: right; margin-left: 76px; } /* 中间背景图 */ .serve-advertising img { margin-top: 10px; margin-left: 10px; } /* 右边 */ .serve-right { float: right; width: 220px; height: 100px; } /* 右上 */ .serve-right-top { float: left; width: 220px; height: 240px; border: 1px solid #ccc; margin-top: -421px; text-align: center; background-color: white; } /* 右下 */ .serve-rigth-bottom { height: 165px; width: 220px; border: 1px solid #ccc; float: left; margin-top: -170px; text-align: center; background-color: white; } .serve-right-top img { border-radius: 50%; border: 4px solid #ccc; width: 52px; height: 52px; margin-top: 35px; } .serve-right-top p { font-size: 15px; margin: 15px 0px; } .serve-right-top a { border-radius: 17px; width: 113px; height: 20px; margin-left: 51px; line-height: 20px; display: block; border: 1px solid #ccc; padding: 5px; padding: 5px; margin-bottom: 5px; } .serve-right-top a:hover{ background-color: #f6f6f6; transition: 0.5s; } .serve-rigth-bottom img { width: 28px; height: 28px; margin-top: 20px; width: 90px; height: 90px; } .serve-rigth-bottom p { font-size: 16px; margin-bottom: 3px; } .serve-rigth-bottom a { margin-top: 5px; color: #ec5300; margin-bottom: 1px; } .serve-rigth-bottom a:nth-child(4) { color: black; } /* 第三部分美食推荐 */ .food { height: 678px; } .food-title { background-color: #c0ab83; height: 45px; border-top-right-radius: 5px; border-top-left-radius: 5px; } .food-title a { float: left; color: white; font-size: 14px; margin-left: 15px; line-height: 45px; } .food-title a:nth-child(1) { font-size: 16px; margin-right: 5px; } .food-box { border: 1px solid #ccc; background-color: white; } .food-cake { float: left; width: 390px; height: 315px; margin-left: 5px; text-align: center; } .food-cake img { width: 368px; height: 208px; margin-top: 15px; } .food-cake h5 { font-size: 16px; font-weight: normal; margin-bottom: 10px; text-align: left; margin-left: 8px; margin-top: 12px; } .food-cake p { color: #ccc; margin-bottom: 10px; font-size: 12px; text-align: left; margin-left: 8px; } .food-cake span { margin-right: 3px; color: rgb(221, 180, 77); font-size: 16px; text-align: left; } .food-cake s { color: #ccc; text-align: left; margin-right: 252px; } .yuandian { position: relative; } .yuandian li { position: absolute; left: 0; top: 0px; float: left; width: 10px; height: 10px; border: 3px solid #ccc; background-color: rgb(237, 30, 36); border-radius: 5px; } /* 电影导航 */ .movie { height: 380px; margin-top: 45px; width: 100%; } /* 标题栏 */ .movie-title { background-color: #fb3e62; height: 45px; color: white; line-height: 45px; border-top-right-radius: 5px; border-top-left-radius: 5px; } .movie-title span { float: left; font-size: 18px; margin-left: 20px; margin-right: 10px; } .movie-title a { float: left; font-size: 14px; color: white; margin-left: 10px; } .movie-title a:nth-child(4) { float: right; font-size: 14px; } .movie-title i { font-size: 14px; margin-left: 1px; margin-right: 10px; } /* 图片栏 */ .movie-box { height: 333px; width: 1188px; border: 1px solid #ccc; background-color: white; } .movie-size { width: 214px; height: 340px; float: left; margin-top: 20px; margin-left: 20px; background-image: url("../image/two-tiger.png"); background-size: 210px; background-repeat: no-repeat; } .movie-size span { display: inline-block; color: white; margin-top: 245px; margin-bottom: 5px; } .movie-size span:nth-child(1) { margin-left: 10px; font-weight: 600; } .movie-size span:nth-child(2) { color: rgb(254, 140, 0); font-size: 13px; } .movie-size b { color: white; margin-top: 5px; font-size: 14px; font-weight: normal; margin-left: 10px; } .movie-size p { background-color: rgb(255, 73, 73); margin-left: 150px; width: 50px; height: 25px; margin-top: -20px; text-align: center; line-height: 25px; color: white; border-radius: 25px; } .movie-size1 { width: 214px; height: 340px; float: left; margin-top: 20px; margin-left: 20px; background-image: url("../image/forzen.png"); background-size: 210px; background-repeat: no-repeat; } .movie-size1 span { display: inline-block; color: white; margin-top: 245px; margin-bottom: 5px; position: relative; right: 71px; } .movie-size1 span:nth-child(1) { margin-left: 10px; font-weight: 600; } .movie-size1 span:nth-child(3) { color: rgb(254, 140, 0); font-size: 13px; } .movie-size1 b { color: white; margin-top: 5px; font-size: 14px; font-weight: normal; margin-left: 10px; } .movie-size1 p { background-color: rgb(255, 73, 73); margin-left: 150px; width: 50px; height: 25px; margin-top: -20px; text-align: center; line-height: 25px; color: white; border-radius: 25px; } .movie-size2 { width: 214px; height: 340px; float: left; margin-top: 20px; margin-left: 20px; background-image: url("../image/knives-out.png"); background-size: 210px; background-repeat: no-repeat; } .movie-size2 span { display: inline-block; color: white; margin-top: 245px; margin-bottom: 5px; } .movie-size2 span:nth-child(1) { margin-left: 10px; font-weight: 600; } .movie-size2 span:nth-child(2) { color: rgb(254, 140, 0); font-size: 13px; } .movie-size2 b { color: white; margin-top: 5px; font-size: 14px; font-weight: normal; margin-left: 10px; } .movie-size2 p { background-color: rgb(255, 73, 73); margin-left: 150px; width: 50px; height: 25px; margin-top: -20px; text-align: center; line-height: 25px; color: white; border-radius: 25px; } .movie-size3 { width: 214px; height: 340px; float: left; margin-top: 20px; margin-left: 20px; background-image: url("../image/brave-game.png"); background-size: 210px; background-repeat: no-repeat; } .movie-size3 span { display: inline-block; color: white; margin-top: 245px; margin-bottom: 5px; position: relative; right: 71px; } .movie-size3 span:nth-child(1) { margin-left: 10px; font-weight: 600; margin-left: -70px; } .movie-size3 span:nth-child(3) { color: rgb(254, 140, 0); font-size: 13px; } .movie-size3 b { color: white; margin-top: 5px; font-size: 14px; font-weight: normal; margin-left: 10px; } .movie-size3 p { background-color: rgb(255, 73, 73); margin-left: 150px; width: 50px; height: 25px; margin-top: -20px; text-align: center; line-height: 25px; color: white; border-radius: 25px; } .movie-size4 { width: 214px; height: 340px; float: left; margin-top: 20px; margin-left: 20px; background-image: url("../image/life\ with\ you.png"); background-size: 210px; background-repeat: no-repeat; } .movie-size4 span { display: inline-block; color: white; margin-top: 245px; margin-bottom: 5px; } .movie-size4 span:nth-child(1) { margin-left: 10px; font-weight: 600; } .movie-size4 span:nth-child(2) { color: rgb(254, 140, 0); font-size: 13px; } .movie-size4 b { color: white; margin-top: 5px; font-size: 14px; font-weight: normal; margin-left: 10px; } .movie-size4 p { background-color: rgb(255, 73, 73); margin-left: 150px; width: 50px; height: 25px; margin-top: -20px; text-align: center; line-height: 25px; color: white; border-radius: 25px; } .movie-size1 img { margin-bottom: 200px; } .movie-size3 img { margin-bottom: 200px; } /* 推荐民宿 */ .homestay { height: 733px; margin-top: 45px; } .homestay-box { height: 670px; width: 1188px; border: 1px solid #ccc; background-color: white; } .homestay-title { height: 45px; background-color: #f2c047; border-top-right-radius: 5px; border-top-left-radius: 5px; } .homestay-title a { float: left; color: white; font-size: 14px; line-height: 45px; margin-left: 15px; } .homestay-title a:nth-child(1) { font-size: 16px; color: white; margin-left: 20px; margin-right: 10px; } .homestay-title a:nth-child(12) { float: right; color: white; font-size: 14px; line-height: 45px; margin-right: 10px; } .homestay-title i { margin-left: 5px; } .homestay-img { float: left; width: 370px; height: 300px; margin-left: 20px; margin-top: 20px; } .homestay-img img { width: 370px; } .homestay-img img:nth-child(2) { position: relative; right: 80px; top: -30px; width: 52px; /* right: -78px; */ left: 296px; height: 52px; border: 3px solid #fff; border-radius: 26px; } .homestay-img h3 { font-weight: normal; font-size: 16px; margin-top: -48px; margin-bottom: 15px; } .homestay-img p { font-size: 12px; color: #ccc; margin-bottom: 10px; } .homestay-img span { font-size: 22px; color: rgb(255, 102, 0); } /* 猜你喜欢 */ .like{ height: 888px; } /* 标题 */ .like-title{ height: 45px; background-color: rgb(77,182,213); line-height: 45px; margin-top: 25px; border-top-right-radius: 5px; border-top-left-radius: 5px; } .like-title span{ float: left; font-size: 18px; color: white; margin-right: 25px; margin-left: 20px; } .like-title p{ color: white; font-size: 16px; } /* 内容 */ .like-box{ height: 765px; width: 1188px; background-color: white; border: 1px solid #ccc; } .like-content img{ width:214px; height: 120px; } .like-content img:nth-child(3){ width: 90px; height: 15px; /* margin-left: 20px; */ } .like-content{ height: 230px; width: 213px; margin-left: 20px; float: left; margin-top: 20px; } .like-content h5{ font-weight: normal; font-size: 16px; margin-left: 20px; margin: 10px 0; } .like-content p{ color: #ccc; font-size: 12px; margin: 5px 0px; /* margin-left: 20px; */ } .like-content span{ color: rgb(255,102,0); font-size: 22px; margin-top: 10px; } .like-content span:nth-child(7){ font-size: 12px; margin-left: 5px; } .like-content span:nth-child(5){ font-size: 12px; /* margin-left: 20px; */ } /* 城市导航 */ .citynav{ height: 270px; } .citynav-box{ height: 270px; background-color: white; border: 1px solid rgb(231,231,231); } /* 标题 */ .citynav-title{ float: left; width: 100%; height: 45px; line-height: 45px; } .citynav-title span{ font-size: 16px; float: left; margin-left: 25px; } /* 左边 */ .citynav-left{ width: 100px; height: 220px; float: left; } .citynav-left dl{ margin-left: 25px; float: left; } .citynav-left dd{ float: left; font-size: 14px; margin-top: 60px; } .citynav-left dd:nth-child(1){ margin-top: 10px; } /* 右边 */ .citynav-right{ height: 220px; width: 1080px; } .citynav-right dl dd{ width: 95px; float: left; line-height: 30px; } .citynav-right dl dd:hover{ color: rgb(254,140,0); } .citynav-right dl:nth-child(2){ position: relative; top: 15px; } .citynav-right dl:nth-child(3){ position: relative; top: 32px; } .citynav-right dl::after{ content: ''; display: block; width: 1100px; height: 1px; position: relative; top: 111px; left: 89px; background-color: #ccc; } .citynav-right dl:nth-child(2):after{ content: ''; display: block; width: 1100px; height: 1px; position: relative; top: 171px; left: 89px; background-color: #ccc; } .citynav-right dl:nth-child(3):after{ content: ''; display: block; width: 1100px; height: 0px; position: relative; top: 230px; left: 89px; background-color: #ccc; } /* 美团服务 */ .meituan-server{ height: 575px; } .meituan-server-content{ border-top: 1px solid #ccc; margin-top: 40px; padding:40px 45px ; box-sizing: border-box; border-bottom: 1px solid #ccc; } .meituan-server-content dt{ color: #333; font-size: 14px; font-weight: 500; margin-bottom: 5px; } .meituan-server-content dd a{ color:#666; line-height: 25px; } .meituan-server-content dd a:hover{ color: rgb(254,140,0); } .meituan-server-content dl:nth-child(2){ margin-top: 230px; margin-left: -61px; } .meituan-server-content dl:nth-child(3){ margin-left: 140px; } .meituan-server-content dl:nth-child(4){ margin-left: 100px; } .meituan-server-content dl:nth-child(5){ margin-top: 230px; margin-left: -133px; } .meituan-server-content dl:nth-child(6){ margin-left: 100px; } .meituan-server-content dl:nth-child(7){ margin-top: 75px; margin-left: -70px; } .meituan-server-content dl:nth-child(8){ margin-top: 255px; margin-left: -130px; } .meituan-server-content dl:nth-child(8){ margin-left: -130px; } .meituan-server-content dl:nth-child(9){ margin-left: 108px; } .meituan-server-content dl:nth-child(10){ margin-left: 894px; margin-top: -315px; } .meituan-server-content dl:nth-child(11){ margin-left: 894px; margin-top: -192px; } .meituan-server-content dl:nth-child(12){ margin-left: 894px; margin-top: -95px; } .meituan-server-content dl:nth-child(13){ margin-left: 894px; margin-top: -35px; } .meituan-server-content dl:nth-last-child(2) a:hover{ color: rgb(255, 102, 0); } .meituan-server-content dl:nth-last-child(1) a:hover{ color: rgb(255, 102, 0); } .meituan-server-content dl{ float: left; } .meituan-about{ height: 75px; } .meituan-about-left { float: left; } .meituan-about-left span{ float: left; display: block; font-size: 12px; color: rgb(153,153,153); margin-right: 20px; margin-top: 5px; } .meituan-about a{ display: inline-block; margin-top: 5px; font-size: 12px; color: rgb(153,153,153); margin-right: 20px; } .meituan-about a:hover{ color: rgb(254,140,0); } .meituan-about-right { float: right; width: 577px; height: 68px; margin-top: 10px; } .meituan-about-right a{ font-size: 12px; color: rgb(153,153,153); } .meituan-about-right .zhizhao{ margin-top: -48px; position: relative; bottom: 14px; left: 18px; } .meituan-about-right img:nth-child(2){ float: left; width: 38px; position: relative; left: 15px; } .meituan-about-right .tupian2 { margin-left: -21px; } .meituan-about-right a:first-child { display: block; text-align: right; }
0.305283
0.065366
background-image: url('../images/BG1.png'); background-size:cover; width: 100%; height: 570px; color: white; text-align: center; margin: 0px; } #startBrand{ padding-top: 20px; background-color: #e8535a; width: 400px; height: 250px; position: absolute; right: 22%; top:185px; z-index: 0; } #startBrand h2{ font-size: 4.2rem; margin-top: 0px; margin-bottom: 15px; } #startBrand h4{ font-size: 3.2rem; margin: 0px; margin-bottom: 20px; } #enterBrandName input{ height: 40px; width: 230px; margin-right: -7px; border: 1px solid white; color:black; } #enterBrandName button{ height: 40px; width: 100px; background-color: black; color: white; border: 2px solid white; } #enterBrandName button:hover{ background-color: #554c4c; } #infoMessage{ background-color: black; width: 300px; height: 60px; position: relative; right: 290px; bottom: 60px; } #infoMessage h5{ padding: 5px; font-size: 1.6rem; line-height: 16px; } #socialLogo { background-color: #E8535A; top: 110px; right: 0px; width: 30px; height: 100px; position: fixed; padding: 3px; z-index: 10; } .spritesheetSocialLogo{ background-image: url("../images/social.png"); background-repeat: no-repeat; display: block; } .sprite-Fb { width: 9px; height: 20px; background-position: -7px -7px; position: relative; left: 7px; top: 8px; } .sprite-Fb:hover{ transform: scale(1.5); } .sprite-Twitter { width: 20px; height: 18px; background-position: -7px -77px; position: relative; left: 3px; top: 18px; } .sprite-Twitter:hover{ transform: scale(1.5); } .sprite-Pinterest { width: 17px; height: 22px; background-position: -7px -41px; position: relative; left: 3px; top: 30px; } .sprite-Pinterest:hover{ transform: scale(1.5); } .spriteBG { background-image: url('../images/spritesheetBG.png'); background-repeat: no-repeat; display: block; } #howItWork{ width: 100%; height: 400px; text-align: center; font-weight: normal; margin: 0px; padding-top: 45px; z-index: 1; background-position: center top; } #howItWork h1{ font-size: 3.2rem; margin-bottom: 40px; } #howItWork div{ display: inline-block; margin-top: 5px; } #howItWork h4{ width: 190px; position: absolute;; left: 28%; } #namelabel{ position: absolute; left: 13%; } #createdesign { position: absolute; left: 33%; } #shareprofit{ position: absolute; right: 14%; } .spriteHP { background-image: url("../images/howitwork.png"); background-repeat: no-repeat; display: block; } .sprite-Create { width: 148px; height: 148px; background-position: -5px -5px; padding: 10px; } .sprite-Produce { width: 148px; height: 148px; background-position: -163px -5px; } .sprite-Sell { width: 148px; height: 148px; background-position: -5px -163px; } #dreamUp{ background-position:bottom center; width: 100%; height: 400px; } #dreamUp p{ margin: auto; line-height:25px; text-align:center; padding-top: 60px; font-size: 2rem; } #userLove{ background-position: center; width: 100%; height: 270px; color: white; text-align: center; } #userLove h2{ margin: auto; padding-top: 60px; padding-bottom: 20px; } #userLove p{ width: 550px; margin: auto; font-size: 2.2rem; font-style: italic; } #yourStyle { width: 100%; height: 200px; background-color: #dddddd; text-align: center; } #yourStyle h3 { padding-top: 50px; margin: auto; } #signUp{ background-color:#e8535a; width: 200px; height: 34px; position: relative; top: 40px; padding-top: 5px; margin: auto; } #signUp a{ color: white; font-size: 2rem; } #bottomBar{ width: 100%; height: 80px; background-color: black; margin: 0px; color: white; } #coutAllureltd { position: relative; top: 40px; right: 8%; font-size: 1.5rem } #botnavLinks{ position: relative; top: 40px; right: 50%; } #botnavLinks a{ color: white; margin-right: 20px; font-size:1.3rem; } @media screen and (max-width:1270px){ #navLinks li { position: relative; left: 97%; } } @media screen and (max-width:1170px){ #topBarSignUp { position: relative; left: 15%; } #namelabel { position: absolute; left: 10%; } #shareprofit { position: absolute; right: 11%; } } @media screen and (max-width:1130px){ #navLinks li { display: inline; position: relative; left: 93%; } #coutAllureLogoimg{ position: relative; top: 11px; left: 180px; } #coutAllureLogo h3{ position: relative; top: 15px; left: 180px; } @media screen and (max-width:1106px){ #coutAllureLogoimg { position: absolute; top: 16px; left: 157px; } #coutAllureLogo h3{ position: relative; top: 15px; left: 180px; } } } @media screen and (max-width:1080px){ #coutAllureLogo h3 { position: absolute; bottom: 15px; left: 202px; } #coutAllureLogoimg { position: relative; top: 17px; left: 150px; } #howItWork h4 { width: 190px; position: absolute; left: 23%; } } @media screen and (max-width:1047px) { #coutAllureLogoimg{ position: relative; top: 15px; left: 90px; } #coutAllureLogo h3{ position: absolute; top: 15px; left: 142px; } #topBarSignUp { position: relative; left: 16%; } } @media screen and (max-width:991px){ #coutAllureltd { position: relative; bottom: 10px; left: 70%; font-size: 1.5rem; width: 200px; } #coutAllureLogo{ margin: 0px; } #navLinks li { position: relative; left: 55%; bottom: 20px; } #topBarSignUp { position: relative; left: 78%; bottom: 49px; } #createdesign { position: absolute; left: 40%; } #userLove p{ width: 500px; } #coutAllureLogo h3 { position: absolute; left: 142px; } #howItWork h4 { width: 190px; position: absolute; left: 1%; } } @media screen and (max-width:950px){ #navLinks li { position: relative; left: 53%; bottom: 20px; } } @media screen and (max-width:860px){ #infoMessage { position: relative; right: 190px; bottom: 80px; width: 200px; height: 100px; } #infoMessage h5 { line-height: 17.5px; } #navLinks li { position: relative; left: 50%; bottom: 20px; } } @media screen and (max-width:840px){ #shareprofit { position: absolute; right: 11%; } } @media screen and (max-width:800px){ #navLinks li { position: relative; left: 40%; bottom: 20px; } #topBarSignUp { position: relative; left: 72%; bottom: 49px; } } @media screen and (max-width:790px){ #createdesign { position: absolute; left: 38%; } } @media screen and (max-width:770px){ #shareprofit { position: absolute; right: 10%; } } @media screen and (max-width:737px){ #infoMessage { position: relative; right: 150px; bottom: 80px; width: 160px; height: 120px; } } @media screen and (max-width:700px) { #coutAllureLogoimg { position: relative; top: 15px; left: 0px; } #dropdownMenu{ display: inline; position: absolute; right: 1px; top: 1px; } #login{ border: none; padding: 0px; } #socialLogo{ display: none; } #unique{ position: absolute; right: 2px; top: 35px; font-size: 1.5rem; background-color:#e8535a; } #unique a{ color: white; } #unique li{ line-height: 30px } #unique ul{ list-style: none; padding: 8px; } #navLinks{ display: none; } #topBarSignUp{ display: none; } #namelabel{ position: absolute; left: 8%; } #createdesign { position: absolute; left: 38%; } #signUp { position: relative; top: 30px; } #coutAllureltd{ width: 170px; } #coutAllureLogo h3 { position: absolute; left: 52px; top: 15px; } } @media screen and (max-width:670px){ #shareprofit { position: absolute; right: 4%; } #infoMessage{ display: none; } } @media screen and (max-width:629px){ #howItWork h4{ font-size: 1.7rem; } } @media screen and (max-width:575px){ #shareprofit { position: absolute; right: 2%; } } @media screen and (max-width:551px){ #signUp { position: relative; top: 10px; } #shareprofit { position: absolute; right: 1%; } } @media screen and (max-width:538px){ #namelabel { position: absolute; left: 2%; }#createdesign { position: absolute; left: 34%; } } @media screen and (max-width:525px){ #startBrand{ padding-top: 20px; background-color:transparent; position: absolute; right: 1%; top:180px; } #startBrand h2{ background-color:#e8535a; margin-top: 0px; padding: 5px; margin-bottom: 100px; } #startBrand h4{ background-color: black; padding: 5px; } #enterBrandName input{ display: none; } #enterBrandName button{ display: none; } #namelabel{ position: absolute; left: 1%; } #createdesign { position: absolute; left: 30%; } #shareprofit{ position: absolute; right: 1%; } #userLove p{ width: 450px; } #coutAllureLogoimg{ position: relative; left: 1px; } #coutAllureLogo h3 { position: absolute; left: 50px; top: 15px; } }
public/css/hp.css
background-image: url('../images/BG1.png'); background-size:cover; width: 100%; height: 570px; color: white; text-align: center; margin: 0px; } #startBrand{ padding-top: 20px; background-color: #e8535a; width: 400px; height: 250px; position: absolute; right: 22%; top:185px; z-index: 0; } #startBrand h2{ font-size: 4.2rem; margin-top: 0px; margin-bottom: 15px; } #startBrand h4{ font-size: 3.2rem; margin: 0px; margin-bottom: 20px; } #enterBrandName input{ height: 40px; width: 230px; margin-right: -7px; border: 1px solid white; color:black; } #enterBrandName button{ height: 40px; width: 100px; background-color: black; color: white; border: 2px solid white; } #enterBrandName button:hover{ background-color: #554c4c; } #infoMessage{ background-color: black; width: 300px; height: 60px; position: relative; right: 290px; bottom: 60px; } #infoMessage h5{ padding: 5px; font-size: 1.6rem; line-height: 16px; } #socialLogo { background-color: #E8535A; top: 110px; right: 0px; width: 30px; height: 100px; position: fixed; padding: 3px; z-index: 10; } .spritesheetSocialLogo{ background-image: url("../images/social.png"); background-repeat: no-repeat; display: block; } .sprite-Fb { width: 9px; height: 20px; background-position: -7px -7px; position: relative; left: 7px; top: 8px; } .sprite-Fb:hover{ transform: scale(1.5); } .sprite-Twitter { width: 20px; height: 18px; background-position: -7px -77px; position: relative; left: 3px; top: 18px; } .sprite-Twitter:hover{ transform: scale(1.5); } .sprite-Pinterest { width: 17px; height: 22px; background-position: -7px -41px; position: relative; left: 3px; top: 30px; } .sprite-Pinterest:hover{ transform: scale(1.5); } .spriteBG { background-image: url('../images/spritesheetBG.png'); background-repeat: no-repeat; display: block; } #howItWork{ width: 100%; height: 400px; text-align: center; font-weight: normal; margin: 0px; padding-top: 45px; z-index: 1; background-position: center top; } #howItWork h1{ font-size: 3.2rem; margin-bottom: 40px; } #howItWork div{ display: inline-block; margin-top: 5px; } #howItWork h4{ width: 190px; position: absolute;; left: 28%; } #namelabel{ position: absolute; left: 13%; } #createdesign { position: absolute; left: 33%; } #shareprofit{ position: absolute; right: 14%; } .spriteHP { background-image: url("../images/howitwork.png"); background-repeat: no-repeat; display: block; } .sprite-Create { width: 148px; height: 148px; background-position: -5px -5px; padding: 10px; } .sprite-Produce { width: 148px; height: 148px; background-position: -163px -5px; } .sprite-Sell { width: 148px; height: 148px; background-position: -5px -163px; } #dreamUp{ background-position:bottom center; width: 100%; height: 400px; } #dreamUp p{ margin: auto; line-height:25px; text-align:center; padding-top: 60px; font-size: 2rem; } #userLove{ background-position: center; width: 100%; height: 270px; color: white; text-align: center; } #userLove h2{ margin: auto; padding-top: 60px; padding-bottom: 20px; } #userLove p{ width: 550px; margin: auto; font-size: 2.2rem; font-style: italic; } #yourStyle { width: 100%; height: 200px; background-color: #dddddd; text-align: center; } #yourStyle h3 { padding-top: 50px; margin: auto; } #signUp{ background-color:#e8535a; width: 200px; height: 34px; position: relative; top: 40px; padding-top: 5px; margin: auto; } #signUp a{ color: white; font-size: 2rem; } #bottomBar{ width: 100%; height: 80px; background-color: black; margin: 0px; color: white; } #coutAllureltd { position: relative; top: 40px; right: 8%; font-size: 1.5rem } #botnavLinks{ position: relative; top: 40px; right: 50%; } #botnavLinks a{ color: white; margin-right: 20px; font-size:1.3rem; } @media screen and (max-width:1270px){ #navLinks li { position: relative; left: 97%; } } @media screen and (max-width:1170px){ #topBarSignUp { position: relative; left: 15%; } #namelabel { position: absolute; left: 10%; } #shareprofit { position: absolute; right: 11%; } } @media screen and (max-width:1130px){ #navLinks li { display: inline; position: relative; left: 93%; } #coutAllureLogoimg{ position: relative; top: 11px; left: 180px; } #coutAllureLogo h3{ position: relative; top: 15px; left: 180px; } @media screen and (max-width:1106px){ #coutAllureLogoimg { position: absolute; top: 16px; left: 157px; } #coutAllureLogo h3{ position: relative; top: 15px; left: 180px; } } } @media screen and (max-width:1080px){ #coutAllureLogo h3 { position: absolute; bottom: 15px; left: 202px; } #coutAllureLogoimg { position: relative; top: 17px; left: 150px; } #howItWork h4 { width: 190px; position: absolute; left: 23%; } } @media screen and (max-width:1047px) { #coutAllureLogoimg{ position: relative; top: 15px; left: 90px; } #coutAllureLogo h3{ position: absolute; top: 15px; left: 142px; } #topBarSignUp { position: relative; left: 16%; } } @media screen and (max-width:991px){ #coutAllureltd { position: relative; bottom: 10px; left: 70%; font-size: 1.5rem; width: 200px; } #coutAllureLogo{ margin: 0px; } #navLinks li { position: relative; left: 55%; bottom: 20px; } #topBarSignUp { position: relative; left: 78%; bottom: 49px; } #createdesign { position: absolute; left: 40%; } #userLove p{ width: 500px; } #coutAllureLogo h3 { position: absolute; left: 142px; } #howItWork h4 { width: 190px; position: absolute; left: 1%; } } @media screen and (max-width:950px){ #navLinks li { position: relative; left: 53%; bottom: 20px; } } @media screen and (max-width:860px){ #infoMessage { position: relative; right: 190px; bottom: 80px; width: 200px; height: 100px; } #infoMessage h5 { line-height: 17.5px; } #navLinks li { position: relative; left: 50%; bottom: 20px; } } @media screen and (max-width:840px){ #shareprofit { position: absolute; right: 11%; } } @media screen and (max-width:800px){ #navLinks li { position: relative; left: 40%; bottom: 20px; } #topBarSignUp { position: relative; left: 72%; bottom: 49px; } } @media screen and (max-width:790px){ #createdesign { position: absolute; left: 38%; } } @media screen and (max-width:770px){ #shareprofit { position: absolute; right: 10%; } } @media screen and (max-width:737px){ #infoMessage { position: relative; right: 150px; bottom: 80px; width: 160px; height: 120px; } } @media screen and (max-width:700px) { #coutAllureLogoimg { position: relative; top: 15px; left: 0px; } #dropdownMenu{ display: inline; position: absolute; right: 1px; top: 1px; } #login{ border: none; padding: 0px; } #socialLogo{ display: none; } #unique{ position: absolute; right: 2px; top: 35px; font-size: 1.5rem; background-color:#e8535a; } #unique a{ color: white; } #unique li{ line-height: 30px } #unique ul{ list-style: none; padding: 8px; } #navLinks{ display: none; } #topBarSignUp{ display: none; } #namelabel{ position: absolute; left: 8%; } #createdesign { position: absolute; left: 38%; } #signUp { position: relative; top: 30px; } #coutAllureltd{ width: 170px; } #coutAllureLogo h3 { position: absolute; left: 52px; top: 15px; } } @media screen and (max-width:670px){ #shareprofit { position: absolute; right: 4%; } #infoMessage{ display: none; } } @media screen and (max-width:629px){ #howItWork h4{ font-size: 1.7rem; } } @media screen and (max-width:575px){ #shareprofit { position: absolute; right: 2%; } } @media screen and (max-width:551px){ #signUp { position: relative; top: 10px; } #shareprofit { position: absolute; right: 1%; } } @media screen and (max-width:538px){ #namelabel { position: absolute; left: 2%; }#createdesign { position: absolute; left: 34%; } } @media screen and (max-width:525px){ #startBrand{ padding-top: 20px; background-color:transparent; position: absolute; right: 1%; top:180px; } #startBrand h2{ background-color:#e8535a; margin-top: 0px; padding: 5px; margin-bottom: 100px; } #startBrand h4{ background-color: black; padding: 5px; } #enterBrandName input{ display: none; } #enterBrandName button{ display: none; } #namelabel{ position: absolute; left: 1%; } #createdesign { position: absolute; left: 30%; } #shareprofit{ position: absolute; right: 1%; } #userLove p{ width: 450px; } #coutAllureLogoimg{ position: relative; left: 1px; } #coutAllureLogo h3 { position: absolute; left: 50px; top: 15px; } }
0.222531
0.090293
@import 'dialog.css'; :root { --bg-color: #eee; --ui-bg-color: #ccc; --panel-bg-color: #fff; } *, *:before, *:after { box-sizing: border-box; margin: 0; } body { background-color: var(--bg-color); font-family: sans-serif; } /************************ * Fonts and icons ************************/ @font-face { font-family: 'icomoon'; src: url('../fonts/icomoon/fonts/icomoon.eot?8ue2bf'); src: url('../fonts/icomoon/fonts/icomoon.eot?8ue2bf#iefix') format('embedded-opentype'), url('../fonts/icomoon/fonts/icomoon.ttf?8ue2bf') format('truetype'), url('../fonts/icomoon/fonts/icomoon.woff?8ue2bf') format('woff'), url('../fonts/icomoon/fonts/icomoon.svg?8ue2bf#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-note:before { content: "\e80a"; } .icon-open:before { content: "\f115"; } .icon-play:before { content: "\e802"; } .icon-pause:before { content: "\e803"; } .icon-save:before { content: "\e801"; } .icon-stop:before { content: "\e804"; } /************************ * UI ************************/ input[type='file'] { height: 0.1px; opacity: 0; overflow: hidden; position: absolute; width: 0.1px; z-index: -1; } .btn { background-color: var(--btn-bg-color); border: none; border-radius: 0; color: var(--btn-color); cursor: pointer; display: inline-block; outline: none; text-align: center; } .toggle__check { position: absolute; margin-left: -9999px; visibility: hidden; } .toggle__check + .toggle__label > span:before { content: attr(data-off); } .toggle__check:checked + .toggle__label > span:before { content: attr(data-on); } .toggle__check:checked + .toggle__label { background-color: var(--btn-bg-color); color: var(--btn-active-color); } /************************ * control bar ************************/ #controls .btn { height: 40px; font-size: 20px; line-height: 40px; width: 40px; } #info th { background-color: transparent; } #info .panel__content { padding: 0; } .panel { margin: 10px; } .panel__header { background-color: var(--ui-bg-color); font-weight: normal; padding: 5px 10px; text-align: left; } .panel__content { background-color: var(--panel-bg-color); border: 1px solid var(--ui-bg-color); padding: 10px; } #top-row { display: flex; } #settings > div > div { display: flex; } #settings label { display: block; width: 120px; } #settings input { text-align: right; width: 50px; } #paths { padding: 10px; } .dirs { width: 80%; } .dirs__label { display: inline-block; } .dirs__label:first-letter { text-transform: capitalize; } .dirs__add { float: right; } .dirs__list { width: 100%; } .dirs__list td:nth-of-type(2), .dirs__list td:nth-of-type(3) { width: 70px; } .dir--invalid .dir__path { background-color: #fdd; border: 1px solid #f00; color: #f00; } .dir__path { width: 100%; } table { border: none; /* 1px solid #999; */ } th { background-color: var(--ui-bg-color); font-weight: normal; padding: 5px 10px; text-align: left; } td { background-color: #eee; border: none; /* 1px solid #999; */ padding: 5px 10px; text-align: left; } td input[type='text'] { border: none; } td .dir__delete { border: none; }
public/css/style.css
@import 'dialog.css'; :root { --bg-color: #eee; --ui-bg-color: #ccc; --panel-bg-color: #fff; } *, *:before, *:after { box-sizing: border-box; margin: 0; } body { background-color: var(--bg-color); font-family: sans-serif; } /************************ * Fonts and icons ************************/ @font-face { font-family: 'icomoon'; src: url('../fonts/icomoon/fonts/icomoon.eot?8ue2bf'); src: url('../fonts/icomoon/fonts/icomoon.eot?8ue2bf#iefix') format('embedded-opentype'), url('../fonts/icomoon/fonts/icomoon.ttf?8ue2bf') format('truetype'), url('../fonts/icomoon/fonts/icomoon.woff?8ue2bf') format('woff'), url('../fonts/icomoon/fonts/icomoon.svg?8ue2bf#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-note:before { content: "\e80a"; } .icon-open:before { content: "\f115"; } .icon-play:before { content: "\e802"; } .icon-pause:before { content: "\e803"; } .icon-save:before { content: "\e801"; } .icon-stop:before { content: "\e804"; } /************************ * UI ************************/ input[type='file'] { height: 0.1px; opacity: 0; overflow: hidden; position: absolute; width: 0.1px; z-index: -1; } .btn { background-color: var(--btn-bg-color); border: none; border-radius: 0; color: var(--btn-color); cursor: pointer; display: inline-block; outline: none; text-align: center; } .toggle__check { position: absolute; margin-left: -9999px; visibility: hidden; } .toggle__check + .toggle__label > span:before { content: attr(data-off); } .toggle__check:checked + .toggle__label > span:before { content: attr(data-on); } .toggle__check:checked + .toggle__label { background-color: var(--btn-bg-color); color: var(--btn-active-color); } /************************ * control bar ************************/ #controls .btn { height: 40px; font-size: 20px; line-height: 40px; width: 40px; } #info th { background-color: transparent; } #info .panel__content { padding: 0; } .panel { margin: 10px; } .panel__header { background-color: var(--ui-bg-color); font-weight: normal; padding: 5px 10px; text-align: left; } .panel__content { background-color: var(--panel-bg-color); border: 1px solid var(--ui-bg-color); padding: 10px; } #top-row { display: flex; } #settings > div > div { display: flex; } #settings label { display: block; width: 120px; } #settings input { text-align: right; width: 50px; } #paths { padding: 10px; } .dirs { width: 80%; } .dirs__label { display: inline-block; } .dirs__label:first-letter { text-transform: capitalize; } .dirs__add { float: right; } .dirs__list { width: 100%; } .dirs__list td:nth-of-type(2), .dirs__list td:nth-of-type(3) { width: 70px; } .dir--invalid .dir__path { background-color: #fdd; border: 1px solid #f00; color: #f00; } .dir__path { width: 100%; } table { border: none; /* 1px solid #999; */ } th { background-color: var(--ui-bg-color); font-weight: normal; padding: 5px 10px; text-align: left; } td { background-color: #eee; border: none; /* 1px solid #999; */ padding: 5px 10px; text-align: left; } td input[type='text'] { border: none; } td .dir__delete { border: none; }
0.200479
0.063366
body,div,section,a,h1,h2,h3,h4,h5,img,hr{ margin: 0; padding: 0; } body { width: 100%; height: 100%; } img { max-width: 100%; /* max-height: 100%; */ } .loading { position: relative; width: 100vw; height: 100vh; background-color: #0000004f; } .spinner { width: 60px; height: 60px; text-align: center; font-size: 10px; position: relative; top: 45%; left: 50%; } .spinner > div { background-color: #4f55ae; height: 100%; width: 6px; display: inline-block; -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out; animation: sk-stretchdelay 1.2s infinite ease-in-out; } .spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .spinner .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } .spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .spinner .rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } @-webkit-keyframes sk-stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 20% { -webkit-transform: scaleY(1.0) } } @keyframes sk-stretchdelay { 0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); } 20% { transform: scaleY(1.0); -webkit-transform: scaleY(1.0); } } .section { width: 100%; height: 100vh; } .section1 { position: relative; display: flex; flex-direction: row-reverse; background-image: linear-gradient(to top, #e4effc 0%, #accef6 100%); max-height: 100%; } .section1 .title { position: absolute; top: 4rem; transform: scale(1, 1); z-index: 5; } .section1 .cartoon { position: relative; /* transform: scale(0.9); */ /* border: solid #000 4px; */ box-shadow: 1px 1px 1px 1px rgba(127, 127, 133, 0.589); } .section2 { background: url(../images/page1-bg.jpg) no-repeat; background-size: cover; position: relative; } .section2 .sub-title { position: absolute; top: 5rem; left: 22rem; } .section2 .page1-bg { position: absolute; } .section8 .end-title { position: absolute; top: 5rem; } .section8 .slogen { position: absolute; top: 14rem; } .section8 .page7-bg{ position: absolute; top: 0; } #bg_music_btn { position: fixed; right: 15%; top: 12rem; z-index: 50; visibility: visible; } #music_btn { position: fixed; z-index: 50; } @-webkit-keyframes rotation{ from {-webkit-transform: rotate(0deg);} to {-webkit-transform: rotate(360deg);} } .Rotation { -webkit-transform: rotate(360deg); animation: rotation 3s linear infinite; -moz-animation: rotation 3s linear infinite; -webkit-animation: rotation 3s linear infinite; -o-animation: rotation 3s linear infinite; animation-play-state:paused; }
css/index.css
body,div,section,a,h1,h2,h3,h4,h5,img,hr{ margin: 0; padding: 0; } body { width: 100%; height: 100%; } img { max-width: 100%; /* max-height: 100%; */ } .loading { position: relative; width: 100vw; height: 100vh; background-color: #0000004f; } .spinner { width: 60px; height: 60px; text-align: center; font-size: 10px; position: relative; top: 45%; left: 50%; } .spinner > div { background-color: #4f55ae; height: 100%; width: 6px; display: inline-block; -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out; animation: sk-stretchdelay 1.2s infinite ease-in-out; } .spinner .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .spinner .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } .spinner .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .spinner .rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } @-webkit-keyframes sk-stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4) } 20% { -webkit-transform: scaleY(1.0) } } @keyframes sk-stretchdelay { 0%, 40%, 100% { transform: scaleY(0.4); -webkit-transform: scaleY(0.4); } 20% { transform: scaleY(1.0); -webkit-transform: scaleY(1.0); } } .section { width: 100%; height: 100vh; } .section1 { position: relative; display: flex; flex-direction: row-reverse; background-image: linear-gradient(to top, #e4effc 0%, #accef6 100%); max-height: 100%; } .section1 .title { position: absolute; top: 4rem; transform: scale(1, 1); z-index: 5; } .section1 .cartoon { position: relative; /* transform: scale(0.9); */ /* border: solid #000 4px; */ box-shadow: 1px 1px 1px 1px rgba(127, 127, 133, 0.589); } .section2 { background: url(../images/page1-bg.jpg) no-repeat; background-size: cover; position: relative; } .section2 .sub-title { position: absolute; top: 5rem; left: 22rem; } .section2 .page1-bg { position: absolute; } .section8 .end-title { position: absolute; top: 5rem; } .section8 .slogen { position: absolute; top: 14rem; } .section8 .page7-bg{ position: absolute; top: 0; } #bg_music_btn { position: fixed; right: 15%; top: 12rem; z-index: 50; visibility: visible; } #music_btn { position: fixed; z-index: 50; } @-webkit-keyframes rotation{ from {-webkit-transform: rotate(0deg);} to {-webkit-transform: rotate(360deg);} } .Rotation { -webkit-transform: rotate(360deg); animation: rotation 3s linear infinite; -moz-animation: rotation 3s linear infinite; -webkit-animation: rotation 3s linear infinite; -o-animation: rotation 3s linear infinite; animation-play-state:paused; }
0.459804
0.074064